/*--Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
 --*/
/*-- Reset Code --*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic');
*{margin:0px; padding: :0px;}
#page{overflow: hidden; }

body { 
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}

body a:focus, a:hover {
	text-decoration: none;
	outline:none;
}
input[type="button"], input[type="submit"], button.btn ,i.fa.icons:hover,.footer-nav li{
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu Condensed', sans-serif;
}
ul {
	margin: 0;
	padding: 0;
}
label {
	margin: 0;
}
.text-center {
	text-align: center;
}
.lg{margin:0px auto; text-align:center;width:20%;}

 #comment-name,#comment-url,#comment-email {color: #000;}

#commentSubmit {
    background: #CCC;
    color: #000;
    line-height: 20px;
    padding: 5px;
}
.leftmenu{max-width: 1280px; margin:0px auto;}
.leftmenu img {
    float: left;
    position: relative;
   top: 20px;
    left: 62px;
}

 img {
      max-width: 100%;
    }
    p {font-size: 16px;
    }
   /* .row {
        margin-bottom: 40px;
    }*/
    .main-content {
        padding: 0;
    }
    h1 {
        font-size: 26px;
        margin: 0;
    }
    hr {
        margin: 10px 0;
    }


/*-- //Reset-Code --*/
p {
	margin: 0;
	/*font-family: 'PT Sans', sans-serif;*/
	line-height: 27px;
	font-size: 14px;
	color:#fff;
    text-align: justify;

}
/*-- header styling starts here --*/
/*-- banner --*/
.jarallax {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
body{
	background:url(../images/bg.jpg) no-repeat center top;
	background-size:cover;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	-ms-background-size:cover;
	/*min-height:792px;*/
}

/*slider new css*/
/*.carousel.slide img {
    width:100%;
    height:auto;
}
*/

/*slider new css end*/
.flex-text{color: #000; text-align:  center;}
.caption{background :#fff !important; padding:20px 0; margin-top: -10px; max-width: 434px;}
.caption2 {
    padding: 20px 0;
    margin-top: -10px;
    max-width: 386px;
    background: #fff;
}
.caption3 {
    padding: 20px 0;
    margin-top: -10px;
    max-width: 419px;
    background: #fff;
}
.caption4 {
    padding: 20px 0;
    margin-top: -10px;
    max-width: 450px;
    background: #fff;
}
/* CSS used here will be applied after bootstrap.css */
@media only screen and (min-width : 481px) {
    .row.equal-height {
        display: flex;
        flex-wrap: wrap;
    }
    .row.equal-height > [class*='col-'] {
        display: flex;
        flex-direction: column;
    }
    .row.equal-height.row:after,
    .row.equal-height.row:before {
        display: flex;
    }

    .row.equal-height > [class*='col-'] > .thumbnail,
    .row.equal-height > [class*='col-'] > .thumbnail > .caption {
        display: flex;
        flex: 1 0 auto;
        flex-direction: column;
    }
    .row.equal-height > [class*='col-'] > .thumbnail > .caption > .flex-text {
        flex-grow: 1;
    }
    .row.equal-height > [class*='col-'] > .thumbnail > img {
        width: 100%;
        height: 200px; /* force image's height */

        /* force image fit inside it's "box" */
        -webkit-object-fit: cover;
           -moz-object-fit: cover;
            -ms-object-fit: cover;
             -o-object-fit: cover;
                object-fit: cover;
    }
}


/*.mbr-gallery-title {
    font-family: Montserrat;
    font-size: 0.9em;
    position: absolute;
    display: block;
    width: 100%;
    bottom: 0;
    padding: 1rem;
    color: #fff;
    background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -moz-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -o-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: -ms-linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    background: linear-gradient(left, rgba(85, 67, 70, 0.85), rgba(69, 80, 91, 0.85)) !important;
    -webkit-transition: .2s background ease-in-out;
    transition: .2s background ease-in-out;
}
*/



.centertext{margin-top: 90px;}
.form-group {
    margin-bottom: 9.5px !important;
}

.col-md-4.mg {
    padding: 0 5px;
}
.col-md-3.mg2 {
    padding: 0 10px;
    margin-top: 5px;
}

.col-md-9.mg2 {
    margin-top: 5px;
}
.col-md-6.mg{padding: 0px 0px;}
.row {
    margin-right: -10px;
    margin-left: -10px;
}

.home-text{margin:20px 0; padding: 10px 15px;}
.sec-inner{width:70%;margin:10px auto; border-radius:8px;}
.sec-inner2{margin:0px auto; border-radius:8px; width:100%; padding: 1.5em 0;}
#comment{width: 100%; color: #000; height:119px;}
.idynamiccontent{line-height: 30px;
font-weight: 400;
font-style: normal;
color: #ffffff;}
#comment-name input {
    width: 300px;
    padding: 0px 5px;
}
#comment-email input {
    width: 300px;
    padding: 0px 5px;
}
#comment-url input {
    width: 300px;
    padding: 0px 5px;
}

/* MEGAMENU STYLE
-------------------------------------------------- */
.megamenu .nav,
.megamenu .collapse,
.megamenu .dropup,
.megamenu .dropdown {
  position: static;
}
.megamenu .container {
  position: relative;
}
.megamenu .dropdown-menu {
  left: auto;
}
.megamenu .megamenu-content {
  padding: 15px;
}
.megamenu .megamenu-content h3{
  margin-top: 0;
  color: #fff;
  font-size: 18px;
}
.megamenu .dropdown.megamenu-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.dropdown-menu.megamenu-content{background: #000;
border-top-color: #ccc;
text-align: left;}
.media-body{text-align: left;}
.media{margin-top: 15px !important;}







/*megamenu css start*/
/* page style */
a, a:focus, a:active, a:hover, object, embed { outline: none; text-decoration: none; }
:-moz-any-link:focus { outline: none; }
input::-moz-focus-inner { border: 0; }
:focus { outline: 0; }
body { /*background: #333;*/ }  
.navbar { border-bottom: 4px solid #888; }
.navbar a { -webkit-transform:translate3d(0,0,0); } /* Safari hover flicker fix */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff;
    background: #fff79a;
}



/* Disable Toggle style : Use this when using mouse over action to open dropbox
--------------------------------------- */
/* Dropdown Toggle on style */
.navbar .nav li.dropdown.open > .dropdown-toggle, 
.navbar .nav li.dropdown.active > .dropdown-toggle, 
.navbar .nav li.dropdown.open.active > .dropdown-toggle {
  background: #fff79a; /* Set to inherit when using mouse hover to open dropdown */
  color: #000;
  }   
  /* Toggle off style */
  .navbar .nav li.dropdown.open.active > .dropdown-toggle,
  .navbar .nav > li.dropdown > a:focus { 
  background: #fff79a;
  color: #000;
  }
         
  /* Toggle caret*/
  .navbar .nav li.dropdown > .dropdown-toggle .caret { }
    /* Toggle caret hover */
    .navbar .nav li.dropdown > a:hover .caret, 
    .navbar .nav li.dropdown > a:focus .caret {
      border-bottom-color: #000;
      border-top-color: #000;
      }
      /* Toggle caret active */
      .navbar .nav li.dropdown.open > .dropdown-toggle .caret, 
      .navbar .nav li.dropdown.active > .dropdown-toggle .caret, 
      .navbar .nav li.dropdown.open.active > .dropdown-toggle .caret {
        border-bottom-color:#000;
        border-top-color: #000;
        }




/* Mega menu
-------------------------------------- */

/*megamenu css end*/
/*-- nav --*/
.navbar-default {
    background: #000;
    border: none;
    margin: 2em 0 0;
   /* padding: 0em 8em;*/
    border-radius: 0;
} 
.navbar-left {
    float: left !important;
}
.navbar {
    margin-bottom: 0;
}
.navbar-brand {
    font-size: 1.2em;
    padding: 0.5em 0;	
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform:capitalize;
	font-style:italic;
}
.navbar-brand span {
    line-height: 0.5;
    color: #034d90;
    text-transform: capitalize;
    display: inline-block;
	font-family: 'Sonsie One', cursive;
}
.navbar-default .navbar-brand,.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color:#fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#920110;
    background: #fff79a;
    font-weight:600;
}
.navbar-nav > li > a {
	padding: 10px 15px;
    /*text-transform: uppercase;*/
    font-weight: bold;
    margin: 0 0;    
    line-height: 3;
    letter-spacing: 2px;
}
.navbar-default .navbar-nav > li > a {
    color:#fff9a4;
}
.navbar-collapse {
    padding: 0;
    border-top: none;
    box-shadow: none;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-right {
    float: right !important;
    margin-right: 0;
    margin-left: 0em;
}
.navbar-nav {
    float: none;
    margin: 1em 0;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    /*background: #fff79a;*/
}
/*-- //nav --*/
/*-- nav-effect --*/

/* ******************************************************
	Basic Styling
*********************************************************/

.linkEffects ul{
	margin:0;
	padding:0;
	text-align:center;
}
.linkEffects li {
    list-style: none;
    display: inline-block;
    /*margin: 14px -10px;*/
}
.linkEffects li a{
	font-weight: 550;
	font-size: 14px;
    font-style: normal;
	position: relative;
	display: inline-block;
	outline: none;
	color: #FFF;
	text-decoration: none;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
    /*margin-right: 10px;
    margin-left: 10px;*/
    background: 
}
.linkEffects a:hover,
.linkEffects a:focus {
	outline: none;
	color:#fff79a;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: 36px !important;
    margin-left: 36px !important;
}
.banner{margin-top: 100px;margin-bottom:10px;}
.mgm{margin-top:20px; margin-bottom: 20px;}
.setmg{margin:0px auto; text-align: center;}


/*slider code start*/
 /* jssor slider loading skin spin css */
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
        .jssorb072 .i .b {fill:#fff;opacity:.3;}
        .jssorb072 .i:hover {opacity:.7;}
        .jssorb072 .iav {color:#fff;}
        .jssorb072 .iav .b {fill:#000;opacity:.5;}
        .jssorb072 .i.idn {opacity:.3;}

        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
/*slider code end*/



/*slider code start*/ /*<!-- secondscript start -->*/
 /* jssor slider loading skin spin css */
        .jssor2-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssor2-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
        .jssorb072 .i .b {fill:#fff;opacity:.3;}
        .jssorb072 .i:hover {opacity:.7;}
        .jssorb072 .iav {color:#fff;}
        .jssorb072 .iav .b {fill:#000;opacity:.5;}
        .jssorb072 .i.idn {opacity:.3;}

        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
/*slider code end*/ /*<!-- secondscript end -->*/



/*slider code start*/ /*<!-- thirdscript start -->*/
 /* jssor slider loading skin spin css */
        .jssor3-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssor2-009-spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }


        .jssorb072 .i {position:absolute;color:#000;font-family:"Helvetica neue",Helvetica,Arial,sans-serif;text-align:center;cursor:pointer;z-index:0;}
        .jssorb072 .i .b {fill:#fff;opacity:.3;}
        .jssorb072 .i:hover {opacity:.7;}
        .jssorb072 .iav {color:#fff;}
        .jssorb072 .iav .b {fill:#000;opacity:.5;}
        .jssorb072 .i.idn {opacity:.3;}

        .jssora073 {display:block;position:absolute;cursor:pointer;}
        .jssora073 .a {fill:#ddd;fill-opacity:.7;stroke:#000;stroke-width:160;stroke-miterlimit:10;stroke-opacity:.7;}
        .jssora073:hover {opacity:.8;}
        .jssora073.jssora073dn {opacity:.4;}
        .jssora073.jssora073ds {opacity:.3;pointer-events:none;}
/*slider code end*/ /*<!-- thirdscript end -->*/
/* ******************************************************
	Effect 2: Changer .linkHoverEffect_2
*********************************************************/
/* Effect 1: Brackets */
/*.cl-effect-1 li a::before,
.cl-effect-1 li a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
	color: #fff;
    background: #fff79a;
}

.cl-effect-1 li  a::before {
	margin-right: 10px;
	content: '|';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.cl-effect-1 li a::after {
	margin-left: 10px;
	content: '|';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.cl-effect-1 li a:hover::before,
.cl-effect-1 li  a:hover::after,
.cl-effect-1 li  a:focus::before,
.cl-effect-1 li a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}*/
/*-- //nav-effect --*/
.w3layouts_banner_info {
    padding: 16em 0 0;
}
.w3layouts_banner_info_agileits_w3layouts{
	padding:18em 0 0;
}
.w3layouts_banner_info_left ul li{
	display: inline-block;
    color: #fff;
    width:24%;
    text-transform: capitalize;
    font-weight: 600;
}
.w3layouts_banner_info_left ul li:nth-child(2){
	margin:0 5em;
}
.w3layouts_banner_info_left ul li span{
	display:block;
	padding-top:.5em;
	margin-top:.5em;
	border-top:1px solid;
}
.w3layouts_banner_info_left{
	float:left;
	width: 50%;
}
/*Wrapper*/
.wrapper{
    position: relative;
}
.wrapper h2 {
    font-size: 1.1em;
    letter-spacing: 5px;
    text-align: center;
    text-transform: capitalize;
    color: #000;
    font-weight: 800;
}
.wrapper .sentence {
    font-size:4em;
	text-transform: capitalize;
}
.wrapper h4 {
    color: #fff;
	font-size:1em;
    letter-spacing: 2px;
}

/*Pop Effect*/
.popEffect{
	display: inline;
	text-indent: 8px;
}
.popEffect span {
    animation: pop 7.5s linear infinite 0s;
    -ms-animation: pop 7.5s linear infinite 0s;
    -webkit-animation: pop 7.5s linear infinite 0s;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    width: 70%;
    left: 13%;
    color: #fff;
    font-family: 'Ubuntu Condensed', sans-serif;
    letter-spacing: 1px;
}
.popEffect span:nth-child(2){
	animation-delay: 2.5s;
	-ms-animation-delay: 2.5s;
	-webkit-animation-delay: 2.5s;
}
.popEffect span:nth-child(3){
	animation-delay: 5s;
	-ms-animation-delay: 5s;
	-webkit-animation-delay: 5s;
}
.popEffect span:nth-child(4){
	animation-delay: 7.5s;
	-ms-animation-delay: 7.5s;
	-webkit-animation-delay: 7.5s;
}

/*Pop Effect Animation*/
@-moz-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -moz-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -moz-transform: translateY(0px); }
	25% { opacity: 1; -moz-transform: translateY(0px); }
	30% { opacity: 0; -moz-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0;}
}
@-webkit-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -webkit-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px);}
	10% { opacity: 1; -webkit-transform: translateY(0px); }
	25% { opacity: 1; -webkit-transform: translateY(0px); }
	30% { opacity: 0; -webkit-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
@-ms-keyframes pop{
	0% { opacity: 0; }
	5% { opacity: 0; -ms-transform: rotate(0deg) scale(0.10) skew(0deg) translate(0px); }
	10% { opacity: 1; -ms-transform: translateY(0px); }
	25% { opacity: 1; -ms-transform: translateY(0px); }
	30% { opacity: 0; -ms-transform: translateY(0px); }
	80% { opacity: 0; }
	100% { opacity: 0; }
}
/*-- //banner --*/
.modal-header h3{
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}
.modal-header h5 {
    color: #f44639;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}
.modal-header span {
    font-size: 1em;
    color: #777;
    line-height: 1.7;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}
.modal-header img{
    float: left;
    width: 100%;
}
.w3ls-section{
	padding:4em 0;
}
h3.h3-w3l {
    font-size:3em;
    color: #000;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 0 auto 1em;
	text-transform:capitalize;
	text-align:center;
}	
.button a {
    font-size: 1.2em !important;
    color: #fff;
    letter-spacing: 1px;
    padding: 0.4em 1em;
    text-decoration: none !important;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    background: #00629b;
    -ms-transition: 0.5s all;
    margin: 2em auto 0;
    width: 12%;
    display: block;
}
.button a:hover {
    color: #ffffff !important;
    background: #24a0de;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.button span {
    font-size: 14px;
    margin-left: 9px;
}
.modal-header h3{
    color: black;
    font-size: 2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    text-align: center;
    margin: 0.5em 0em 1em;
}
.modal-header h5 {
    color: #f44639;
    font-size: 1.3em;
    letter-spacing: 1px;
   text-align:center;
}
.modal-header span {
    font-size: 1em;
    color: #777;
    line-height: 1.7;
    padding-bottom: 16px;
    display: inline-block;
    margin-top: 1em;
}
.modal-header img{
    float: left;
    width: 100%;
}
/*-- //about --*/
span.wthree-line {
    display: block;
    background: #d53362;
    width: 75px;
    border-radius: 10px;
    height: 7px;
    margin: 1em auto;
}
h2.h3-w3l.text-center {
    width: 65%;
    margin: 0 auto;
    line-height: 1.3;
	text-transform:none;
}
p.about-info {
    width: 47%;
    margin: 0 auto;
    text-align: center;
    color: rgba(2, 2, 2, 0.88);
    font-size: 1.05em;
}
.agileits-about-grid1 {
    padding: 1em 3em 3em;
}
/*-- about-bottom --*/
.agileinfo-about-bottom {
    padding: 4em 0 0;
}
.agileinfo-about-grid2 {
    padding: 0;
    width: 66.77%;
    margin-left: 1em;
}
.agileinfo-about-grid1 {
    background: url(../images/a1.jpg) center no-repeat;
    background-size: cover;
    padding: 0;
    width: 32%;
}
.a1 {
    padding: 4em 2em 11.5em;
    background: rgba(0, 0, 0, 0.58);
}
p.ag1-p {
    margin: 1em 0;
}
.about-sub-grid2 {
    background:url(../images/a2.jpg) no-repeat 0 -92px;
    background-size: cover;
    margin-bottom: 1em;
}
.a2 {
    padding: 3em 2em 2.9em;
    background: rgba(0, 98, 155, 0.51);
}
.about-sub-grid1 {
    padding: 2em;
    background:#FB623A;
    width: 49%;
}
.about-sub-grid2 h4 {
    text-align: right;
}
.about-sub-grid1.m1 {
    margin-right: 1em;
	background:#03C0CA;
}
.agileinfo-about-bottom p {
    color: #fff;
    letter-spacing: 0.5px;
}
.agileinfo-about-bottom h4 {
    color: #fff;
    text-transform: capitalize;
    margin: 0 0 1em;
    font-size: 1.5em;
}
.about-button a {
    letter-spacing: 1px;
    font-weight: 700;
    color: #fff;
    font-style: italic;
}
.about-button {
    margin: 1em 0 0;
}
/*-- //about --*/
/*-- section --*/
.agileits-section{
	background:url(../images/b5.jpg) center no-repeat;
	background-size:cover;
	min-height:335px;
}
.w3ls-sec-right {
    padding: 2em;
}
.agileits-section p {
    width: 70%;
    margin: 0 auto;
    color: #fff;
    letter-spacing: 1px;
}
.agileits-section.w3ls-section h3.h3-w3l {
    color: #fff;
    letter-spacing: 5px;
}
/*-- section --*/
.agileits-section2 {
    background: #03c0ca;
}
.w3ls-sec-left {
    background: url(../images/b2.png) no-repeat 42px -26px;
    min-height: 420px;
}
/*-- gallery --*/ 
/*-- jzBox-lightbox --*/
#jzBox {
	top: 0;
	left: 0;
	z-index: 10000;
	position: fixed;
	background-color: rgba(30, 30, 30, 0.9);
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	display: none;
	color: #fff;
}
#jzBoxTargetImg {
	margin:4% 0 1% 0;
	max-width: 96%;
	max-height: 73%;
	cursor: pointer;
}
#jzBoxTitle {
    font-size: 1.1em;
    font-weight: 300;
	margin-bottom: 1em;
}
#jzBoxCounter {
	margin-bottom: 1%;
	font-size: 12px;
}

#jzBox i:hover {
	cursor: pointer;
	color: #f35a5a;
} 
#jzBoxBottom { max-height: 22%; }

#jzBoxNextBig, #jzBoxPrevBig {
	cursor: pointer;
	top: 0;
	left: 0;
	width: 35%;
	position: fixed;
	z-index: 10001;
	height: 100%; 
} 
#jzBoxNextBig { left: 69%; }

i#jzBoxPrev, i#jzBoxNext {
    font-size: 2em;
    padding: 0.2em;
    border: 1px solid #fff;
	z-index: 99999;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
i#jzBoxClose {
    font-size: 3em;
    vertical-align: bottom;
    margin-left: 10em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
/*-- //jzBox-lightbox --*/
.gallery-grid {
    padding: 0; 
}
.wpf-demo-4{
    padding: 0;
    position: relative;
    overflow: hidden;
}
.view-caption {
    position: absolute;
    top: -30%;
    width: 100%;
    text-align: center;
    background: rgb(3, 192, 202);
    border-bottom: 2px solid #fb623a;
    padding: 1em;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.wpf-demo-4:hover .view-caption {
	top: 0;
}
.view-caption p {
    color: #fff;
    font-size: 1.2em;
    font-weight: 400;
    letter-spacing: 3px;
}
/*-- //gallery --*/
/*-- testimonials --*/
.testimonials {
    background: url(../images/3.jpg);
	background-size:cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
}
.testimonials .h3-w3l{
	color:#fff;
}/*--/test-monials --*/
#test-monials {
    background: url(../images/3.jpg)no-repeat 0px 0px;
    background-size: cover;
    background-attachment: fixed;
    padding: 0;
    min-height: 667px;
    padding-top: 5em;
}
.test-review {
    padding: 2em;
    border: 1px solid #fff;
}
.test-review p {
	color:#fff;
    line-height: 2.2em;
}
.test-review img {
    margin: 0 auto;
}
.test-review img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.41);
}
.w3_about_grid_left h6 {
      color: #EB4549;
    font-size: 1.2em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    margin: 0;
}
.test-monials h5 {
    font-size: 20px;
    text-align: center;
    color: #000;
    text-transform: none;
    margin-top: 1em;
}
.test-review i {
    color: #fff;
    font-size: 2em;
    margin: 0 0.5em;
}
.img-agile h6 {
    font-size: 1.2em;
	color: #fff;
	margin-top: 1em;
}
.img-agile img {
    margin: 0 auto;
    border-radius: 50%;
}
.test-tooltip1:after {
    content: '';
    position: absolute;
    left: -19px;
    border-color: #fff;
    top: 40%;
    border-left: 9px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 18px solid rgba(255, 255, 255, 0.66);
    transform: rotate(90deg);
    -webkit-transform: rotate(-92deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
}
/*-- //testimonials --*/



/*-- team --*/
.team{
	padding:50px 0px;
}
.team h3:before{
	width:20%;
}
.team h3:after{
	width:5%;
}
.agile_team_grid_main:before {
    content: '';
    background: #fb623a;
    width: 35%;
    height: 3px;
    position: absolute;
    top: 0%;
    left: 0%;
}
.agile_team_grid_main:after {
    content: '';
    background: #fb623a;
    width: 83%;
    height: 3px;
    position: absolute;
    top: -3%;
    left: -41%;
    transform: rotate(90deg);
}
.tg1:after {
    content: '';
    background: #fb623a;
    width: 83%;
    height: 3px;
    position: absolute;
    bottom: 0;
    right: -40.5%;
    transform: rotate(90deg);
}
.tg1:before {
    content: '';
    background: #fb623a;
    width: 35%;
    height: 3px;
    position: absolute;
    bottom: 0%;
    left: 64%;
}
.agile_team_grids{
	margin:3em 0 0;
}
.team h4 {
    color: #000;
    font-size: 1.3em;
	display:inline;
}
.p-mask span {
    color: #fff;
    margin: 0.5em;
    font-size: 0.9em;
}
.agile_team_grid1{
	padding: 1em;
    border: 4px double #D0D0D0;
    text-align: center;
}
.agile_team_grid_main{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}
.agile_team_grid_main .p-mask{
    opacity: 0;
    visibility: hidden;
    background: rgb(3, 192, 202);
    bottom: 0%;
    position: absolute;
    padding:1em 0 .6em;
    width: 100%;
    -webkit-transform: translate3d( 0px, 100%, 0px );
    -moz-transform: translate3d( 0px, 100%, 0px );
    -ms-transform: translate3d( 0px, 100%, 0px );
    -o-transform: translate3d( 0px, 100%, 0px );
    transform: translate3d( 0px, 100%, 0px );
    -webkit-transition: all .5s ease 0s;
    -moz-transition: all .5s ease 0s;
    transition: all .5s ease 0s;
    text-align: center;
}
.agile_team_grid:hover .p-mask{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d( 0px, 0px, 0px );
    -moz-transform: translate3d( 0px, 0px, 0px );
    -ms-transform: translate3d( 0px, 0px, 0px );
    -o-transform: translate3d( 0px, 0px, 0px );
    transform: translate3d( 0px, 0px, 0px );
}
ul.social-icons li{
	display:inline-block;
}
.icon-button {
    cursor: pointer;
    display: inline-block;
    height: 3rem;
    line-height: 2rem;
    margin: 1em 0.2em;
    position: relative;
    text-align: center;
    width: 3rem;
}
.icon-button i {
    background: none;
    color: white;
    height: 3rem;
    left: 0;
    line-height: 2rem;
    position: absolute;
    top: 0;
    width: 3rem;
    z-index: 10;
}
.icon-button span {
    border-radius: 0;
    display: block;
    height: 0;
    left: 0;
    margin: 0;
    position: absolute;
    top:0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 0;
}
.twitter span{
    background-color:#3b5998;
}
.google span{
	background-color:#55acee;
}
.v span{
	background-color:#dd4b39;
}
.pinterest span{
	background-color:#833ab4;
}
.icon-button:hover span {
    width: 3rem;
    height: 3rem;
    margin: 0;
}
ul.social-icons li .icon-button .icon-twitter{
    background:url(../images/img-sp.png) no-repeat -4px -35px;
    display: block;
}
ul.social-icons li .icon-button .icon-twitter:hover{
    background-position:-4px -74px;
}
ul.social-icons li .icon-button .icon-google{
    background:url(../images/img-sp.png) no-repeat -42px -38px;
    display: block;
}
ul.social-icons li .icon-button .icon-google:hover{
    background-position:-42px -74px;
}
ul.social-icons li .icon-button .icon-v{
    background:url(../images/img-sp.png) no-repeat -79px -36px;
    display: block;
}
ul.social-icons li .icon-button .icon-v:hover{
    background-position:-79px -71px;
}
ul.social-icons li .icon-button .pinterest{
    background:url(../images/img-sp.png) no-repeat -125px -36px;
    display: block;
}
ul.social-icons li .icon-button .pinterest:hover{
    background-position:-125px -70px;
}
/*-- team--*/
/*-- Contact --*/
.contact-right-w3l h3:before {
    width: 35%;
}
.mail{
	margin:30px 0px;
}
.call{
	margin-bottom:30px;
}
.contact-left-w3ls{
	position:relative
}
.contact-left-w3ls:before {
    content: '';
    background: url('../images/c1.png') no-repeat 0px 0px;
    width: 91%;
    height: 170px;
    position: absolute;
    top: 0;
    left: -38%;
}
.contact-left-w3ls:after {
    content: '';
    background: url(../images/c2.png) no-repeat 0px 0px;
    width: 134px;
    height: 172px;
    position: absolute;
    bottom: 69px;
    left: 68%;
}
span.glyphicon.glyphicon-home {
    background: #00a388;
}
span.glyphicon.glyphicon-envelope {
    background:#fdbd10; 
}
span.glyphicon.glyphicon-phone {
    background: #03c0ca;
}
span.glyphicon.glyphicon-time {
    background: #fb623a;
}
.contact-left-w3ls .glyphicon {
    font-size: 1em;
    padding: 1em;
	color:#fff;
}
.contact-left-w3ls h4,.contact-left-w3ls h5{
	text-align:left;
}
.contact-left-w3ls h4 {
    color: #000;
    font-weight: 600;
    font-size: 1.1em;
    margin-bottom: 0.5em;
}
.contact-left-w3ls p{
	color:#8d8d8d;
	font-weight:400;
	font-size:1em;
}
.contact-left-w3ls p a{
	color:#8d8d8d;
}
.contact-right-w3l input[type="text"]{
	font-size:14px;
	border:1px solid #d5d3d3;
	background:transparent;
	outline:none;
	padding:10px;
	width:48.5%;
	margin-bottom:15px;
}
.contact-right-w3l input[type="text"]:nth-child(1),.contact-right-w3l input[type="text"]:nth-child(3) {
    margin-right:2.4%;
}
.contact-right-w3l textarea{
	width:100%;
	padding:10px;
	outline:none;
	resize:none;
	height:100px;
	border:1px solid #d5d3d3;
	font-size:14px;
}
.contact-right-w3l input[type="submit"]{
	background:#00629b;
	color:#fff;
	padding:8px 15px;
	margin-top:15px;
	border:none;
	outline:none;
}
.contact-right-w3l input[type="submit"]:hover {
    background: #37b5b5;
}
/*-- //contact --*/
.agileits_w3layouts-map iframe{
	width:100%;
	display:block;
	min-height:400px;
}
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 35px;
	height: 35px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-arrow.png) no-repeat 0px 0px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	-moz-border-radius: 50%;
}
#toTopHover {
	width: 35px;
	height: 35px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*-- services-bottom --*/
.services-bottom {
    background: #03c0ca;
    min-height: 417px;
    position: relative;
    margin: 5em 0 0;
}
.services_bottom_grid_left1{
	position: absolute;
    top: -19.5%;
    left: 13%;
}

.services_bottom_grid_right {
    margin: 10em 0;
}
.services_bottom_grid_right p {
    color: #fff;
    margin: 2em 0 0;
    line-height: 1.8em;
    width: 70%;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.services_bottom_grid_right h3.agileits-title {
    font-size: 3.5em;
    text-transform: capitalize;
}
.agileinfo-copyright {
    padding: 1.5em 0;
   /* background: #03c0ca;*/
   color: #fff;
}
.agileinfo-copyright p {
    color: #fff;
    font-size: 1.1em;
    letter-spacing: 1px;
}
.agileinfo-copyright a {
    color: #fff;
}
.agileinfo-copyright a:hover{
    color: #000;
}
/*-- //services-bottom --*/

/* -- Responsive code -- */
@media screen and (max-width: 1440px){
	.contact-right-w3l {
		width: 68%;
	}
	.contact-left-w3ls {
		width: 30%;
	}
	.contact-left-w3ls:before {
		top: 6px;
		left: -42%;
		width: 141px;
		height: 103px;
		background-size: 100%;
	}
	.contact-text-agileinf0 {
		margin-left: 1em;
		width: 77%;
	}
	.contact-left-w3ls:after {
		bottom: 158px;
		background-size: 100%;
		left: 75%;
		height: 100px;
		width: 100px;
	}
}
@media screen and (max-width: 1366px){
	.popEffect span {
		left: 15%;
	}
	.services_bottom_grid_right {
		padding-left: 3em;
	}
	.services_bottom_grid_left1 {
		top: -19.5%;
		left: 13%;
	}
	.contact-left-w3ls:before {
		top: 51px;
		left: -25%;
		width: 100px;
		height: 100px;
	}
}	
@media screen and (max-width: 1280px){
	.services_bottom_grid_left1 {
		left: 8%;
	}
	.contact-left-w3ls:before {
		top: 45px;
		left: -18%;
		background-size: 89px;
	}
}	
@media screen and (max-width: 1080px){
	.agileits-about-grid1 {
		padding: 1em 2em 1em;
	}
	.contact-left-w3ls {
		width: 38%;
	}
	.contact-right-w3l {
		width: 62%;
	}
	/*.navbar-nav > li > a {
		margin: 0 1.5em;
	}*/
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 2.3%;
	}
	.button a {
		width: 14%;
	}
	.agileinfo-about-grid1 {
       width: 31.68%;
	}
	.about-sub-grid1 {
       width: 48.87%;
	}
	.services_bottom_grid_left1 {
		left: 4%;
	}
	.services_bottom_grid_left1 {
		top: -12%;
	}
	.a1 {
		padding: 4em 2em 9.5em
	}
	.contact-left-w3ls:after {
		left: 76%;
	}
}	
@media screen and (max-width: 1050px){
	.services_bottom_grid_left1 {
        left: 3%;
	}
	.services_bottom_grid_left1 {
		position: absolute;
		top: -12%;
		left: 5%;
	}
	.contact-left-w3ls:after {
		background-size: 90px;
	}
	.contact-left-w3ls:before {
		top: 45px;
		left: -13%;
		background-size: 75px;
	}
	.agileits_w3layouts-map iframe {
		min-height: 330px;
	}
	/*.banner {
		min-height: 727px;
	}*/
	.popEffect span {
        width: 74%;
	}
}
@media screen and (max-width: 1024px){
	/*.banner {
		min-height: 676px;
	}*/
	.services_bottom_grid_right h3.agileits-title {
		font-size: 3.1em;
	}
	.services_bottom_grid_left1 {
		left: 2%;
	    top: -13.5%;
	}
	.contact-left-w3ls:before {
       left: -10%;
		background-size: 65px;
	}
    .leftmenu img {
    float: left;
    position: relative;
    top: 45px;
    left: 36px;
}
}
@media screen and (max-width: 991px){
	.navbar-default {
       padding: 0em 1em;
	}
	.w3layouts_banner_info {
		padding: 14em 0 0;
	}
	.linkEffects li a {
		font-size:1em;
	}
	.linkEffects li {
		margin: 14px -22px;
	}
	.services_bottom_grid_left1 {
		top: -19.3%;
	}
	.wrapper .sentence {
		font-size: 3.5em;
	}
	.agileits-about-grid1 {
		padding: 1em 2em;
	}
	.button a {
		width: 19%;
	}
	.agileinfo-about-grid2 {
		width: 100%;
		float: left;
		margin: 1em 0 0;
	}
	.about-sub-grid1 {
		width: 49%;
	}
	.agileits-section p {
		width: 84%;
	}
	.services_bottom_grid_right p {
		width: 86%;
	}
	.agile_team_grid {
		width: 45%;
		float: left;
		margin: 1em;
		padding: 1em;
	}
	.contact-left-w3ls {
		width: 55%;
	}
	.contact-right-w3l {
		width: 45%;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 1.7%;
	}
	.contact-left-w3ls:before {
		left: -20%;
		background-size: 100px;
		top: 38px;
	}
	.gallery-grid {
		float: left;
		width: 33.33%;
	}
	.view-caption {
		top: -38%;
	}
	.services_bottom_grid_right {
		margin: 8em 0;
		padding-left: 9em;
	}
	.popEffect span {
		width: 97%;
	}
	.popEffect span {
		left: 1%;
	}
	.contact-right-w3l input[type="text"] {
        width: 100%;
	}
	.contact-right-w3l input[type="text"]:nth-child(1), .contact-right-w3l input[type="text"]:nth-child(3) {
		margin-right: 0;
	}
	.tg1:after {
       right: -41%;
	}
	.a1 {
		padding: 3em 2em 3.8em;
	}
	.agileinfo-about-grid1 {
		width: 100%;
	}
	.agileinfo-about-bottom h4 {
        line-height: 1.5;
		margin:0 0 0.5em;
	}
	.about-sub-grid2 {
		background: url(../images/a2.jpg) no-repeat center;
    }
	.contact-left-w3ls:after {
		background-size: 75px;
	}
	.test-review {
		padding: 1em 1.4em;
	}
}
@media screen and (max-width: 900px){
	.linkEffects li {
		margin: 0px -4px;
	}
	/*.banner {
		min-height: 623px;
	}*/
	.w3layouts_banner_info {
		padding: 12em 0 0;
	}
	.navbar-default {
		 padding: 0em 1em;
	}
	.navbar-nav > li > a {
		margin: 0 2em;
	}
	.linkEffects li a {
		font-size: 1em;
	}
	.services_bottom_grid_right {
		padding-left: 11em;
	}
	.agileits-section p {
		width: 95%;
	}
}
@media screen and (max-width: 800px){
	.wrapper .sentence {
		font-size: 3.2em;
	}
	.contact-left-w3ls:before {
		left: -9%;
		background-size: 64px;
		top: 52px;
	}
	.services_bottom_grid_right {
		margin: 7em 0;
		padding-left: 23em;
	}
	.services_bottom_grid_right {
		margin: 7em 0;
		padding-left: 14em;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.9em;
	}
	.services_bottom_grid_left1 {
		top: -19.7%;
	}
}
@media screen and (max-width: 768px){
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size:2.8em;
		letter-spacing:3px;
	}

    .centertext{margin-top: 10px;}
.col-md-9.mg2 {
    margin-top: 5px;
}
    .leftmenu img {
    float: none;
    position: relative;
    top: 0;
    left: 0;}

    .banner {
    margin-top: 0px;
    margin-bottom: 15px;
}
	.services_bottom_grid_left1 {
		top: -19.5%;
	}
	.about-sub-grid1 {
		padding: 1em 1.5em;
	}
	h3.h3-w3l {
       margin: 0 auto 0.7em;
	}
	.img-agile img {;
		width: 81%;
	}
	.services-bottom {
       margin: 2em 0 0;
	}
	.contact-left-w3ls:before {
		left: -4%;
		background-size: 58px;
		top: 29px;
	}
	.contact-left-w3ls:after {
		left: 74%;
	}
	.services_bottom_grid_left1 {
		left: -1%;
	}

    .lg {
    margin: 0px auto;
    text-align: center;
    width: 100%;
}
body{background:url(../images/bg.jpg) fixed center top;
    background-size:cover;
    -webkit-background-size:cover;
    -moz-background-size:cover;
    -o-background-size:cover;
    -ms-background-size:cover;
    min-height:792px;}
}

@media screen and (max-width: 767px){

    .mg{ margin-bottom: 10px;}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: none;
		position: absolute;
		background:#000;
		z-index: 999;
	}
	.navbar-default {
		padding: 0em 0em;
	}
	.navbar-left {
		 float: none !important;
	}
	.navbar-brand {
		height: 64px;
		padding-left:10px;
	}
	.navbar-toggle {
        margin-top: 16px;
	}
	.linkEffects ul {
		margin: 0;
		padding: 0;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color: #fff !important;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #034d90 !important;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border: 0px solid #FFF;
	}

	nav.linkEffects.cl-effect-1 ul li {
		z-index: 9999;
	}
	nav.navbar.navbar-default {
		right: 0px;
	}
	.linkEffects li {
		width: 100%;
		background:transparent;
		margin: 0.2em auto;
		padding: 0.4em 0;
	}
	.agileits-about-grid1 {
		padding: 1em 2em 1em;
	}
	.services_bottom_grid_right {
		padding-left: 23em;
	}
	.contact-left-w3ls,.contact-right-w3l {
		width: 100%;
		float: none;
		padding:2em 4em;
	}
	.contact-left-w3ls:before {
		left: -1%;
	}
	.contact-left-w3ls:after {
		left: -23px;
		bottom: -47%;
	}
}
@media screen and (max-width: 736px){
	/*.banner {
		min-height: 560px;
	}*/
	.agileits-about-grid1 {
		padding: 0em 2em 1em;
	}
	.button a {
		width: 20%;
	}
	.about-sub-grid1 {
		width: 48.8%;
	}
	.services_bottom_grid_right p {
		width: 94%;
	}
	.services_bottom_grid_left1 {
		top: -19.4%;
	}
	.view-caption {
		top: -40%;
	}
	.contact-icon-wthree {
		width: 10%;
	}
}
@media screen and (max-width: 667px){
	.services_bottom_grid_left1 {
		left: -2%;
		width:40%;
	}
	.button a {
		width: 22%;
	}
	.view-caption {
		top: -44%;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.7em;
	}
	.wrapper .sentence {
		font-size: 3em;
	}
	h3.h3-w3l {
		font-size: 2.8em;
	}
	.w3ls-section {
		padding: 3em 0;
	}
	.services_bottom_grid_right {
		padding-left: 18em;
		margin:5em 0;
	}
	.services-bottom {
		min-height: 325px;
	}
	.button a {
        margin: 1em auto 0;
	}
	.agile_team_grid {
		width: 45%;
		float: left;
		margin: 1em;
	}
	.test-review i {
       font-size: 1.5em;
	}
}
@media screen and (max-width: 640px){
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.5em;
		letter-spacing: 3px;
	}
	.button a {
		width: 23%;
	}
	.view-caption {
		top: -46%;
	}
	.services_bottom_grid_right {
		padding-left: 16em;
		margin: 4em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -14%;
	}
	.icon-button {
		height: 2.5rem;
		line-height: 0rem;
		margin: 0em 0.2em;
	}
	.img-agile {
		width: 20%;
	}
	.img-agile,.test-review  {
		width: 100%;
	}
	.img-agile img {
		width: 20%;
	}
	.test-tooltip1:after {
		 left: 48%;
		top: -15%;
		transform: rotate(90deg);
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
	}
	.img-agile h6 {
		margin: 2em 0;
	}
	ul.social-icons {
		padding: 1em 0;
	}
	.test-review {
		width: 100%;
	}
	.contact-left-w3ls, .contact-right-w3l {
       padding: 1em 4em 1em;
	}
}
@media screen and (max-width: 600px){
	.button a {
		width: 24%;
	}
	.about-sub-grid1 {
		padding: 1em;
	}
	.about-sub-grid1 {
		width: 48.6%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.5em;
	}
	.view-caption {
		top: -50%;
	}
	.services_bottom_grid_left1 {
		top: -7%;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 2.5em;
	}
	.services_bottom_grid_right p {
		margin:1em 0 0;
		width: 100%;
	}
	.agile_team_grid {
		width: 44%;
	}
	h3.h3-w3l {
		font-size: 2.5em;
	}
	.agileits_w3layouts-map iframe {
		min-height: 284px;
	}
	.w3layouts_banner_info {
		padding: 12em 0 0;
	}
}
@media screen and (max-width: 568px){
	/*.banner {
		min-height: 484px;
	}*/
	.wrapper .sentence {
		font-size: 2.8em;
	}
	.button a {
		width: 26%;
	}
	.about-sub-grid1 {
		width: 48.6%;
	}
	.w3layouts_banner_info {
		padding: 10em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -1%;
	}
	.a1 {
		padding: 3em 2em 3em;
	}
	.view-caption {
		top: -53%;
		padding:0.1em;
	}
	.services_bottom_grid_right {
		padding-left: 14em;
	}
	.navbar-brand {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 480px){
	.contact-icon-wthree {
		width: 13%;
	}
	.wrapper .sentence {
		font-size: 2.3em;
	}
	.wrapper h4 {
		letter-spacing: 1px;
	}	
	.wrapper p {
		letter-spacing: 1px;
	}
	.button a {
		width: 31%;
	}
	.agileinfo-about-grid1,.agileinfo-about-grid2,.about-sub-grid1,.about-sub-grid1{
		width:100%;
	}
	.agileinfo-about-grid2 {
		margin: 1em 0;
	}
	.about-sub-grid1.m1 {
		margin: 1em 0;
	}
	.w3ls-section {
		padding: 2.8em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2.2em;
		letter-spacing:3px;
	}
	.gallery-grid {
		width: 100%;
	}
	.services_bottom_grid_right {
		padding-left: 16em;
		margin: 3em 0 0;
	}
	.services_bottom_grid_left1 {
		top: -2%;
	}
	.services_bottom_grid_left1 {
		width: 48%;
	}
	.services_bottom_grid_right {
		padding-left: 14em;
    }
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.8em;
	}
	.about-sub-grid2 {
		margin-bottom: 0;
	}
	.services_bottom_grid_left1 {
		width: 38%;
		position: inherit;
		margin: 0 auto;
	}
	.services_bottom_grid_right {
		width: 100%;
		float: none;
		padding: 2em;
		margin: 0em auto 0;
	}
	.agile_team_grid {
		width: 100%;
		float: none;
	}
	.agile_team_grid {
		width: 76%;
		margin: 1em auto;
		float: none;
	}
	.banner {
		/*min-height: 464px;*/
	}
	.w3layouts_banner_info {
		padding: 8em 0 0;
	}
}
@media screen and (max-width: 414px){
	.popEffect span {
		left: 0%;
		width: 100%;
	}
	.wrapper .sentence {
		font-size: 2.2em;
	}
	.popEffect {
       text-indent: -1px;
	}
	.button a {
		width: 36%;
	}
	h3.h3-w3l {
        margin: 0 auto 0.7em;
	}
	.w3layouts_banner_info {
		padding: 7em 0 0;
	}
	.agileits-about-grid1 {
		padding: 0em 0.5em 1em;
	}
	.a1 {
		padding: 2em 2em 3em;
	}
	.about-sub-grid1 {
		padding: 2em;
	}
	.agileinfo-about-bottom {
		padding: 2em 0 0;
	}
	.w3ls-section {
		padding: 2.3em 0;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 2em;
		letter-spacing: 2px;
	}
	.agileits-section p {
		width: 100%;
	}
	.services-bottom {
		margin: 0em 0 0;
	}
	.services-bottom {
		min-height: 279px;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.64em;
	}
	.services_bottom_grid_right p {
        font-size: 1em;
		letter-spacing:0px;
	}
	.test-tooltip1:after {
        top: -12%;
	}
	.contact-left-w3ls, .contact-right-w3l {
		padding: 1em 2em 1em;
	}
	.contact-left-w3ls:before {
      top: 40px;
	}
	.contact-left-w3ls:after {
		left: -18px;
		bottom: -71%;
		background-size: 61px;
	}
	.contact-text-agileinf0 {
		padding: 0 2em;
	}
}
@media screen and (max-width: 384px){
	.contact-text-agileinf0 {
		padding: 0 0 0 2em;
	}
	/*.banner {
		min-height: 400px;
	}*/
	.wrapper .sentence {
		font-size: 1.9em;
		letter-spacing: 0px;
	}
	.w3layouts_banner_info {
		padding: 6em 0 0;
	}
	.button a {
		width: 40%;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
        letter-spacing: 1px;
	}
	.services_bottom_grid_right h3.agileits-title {
		font-size: 1.6em;
		line-height: 1.2;
	}
	.services-bottom {
		min-height: 257px;
	}
	.agile_team_grid {
		width: 100%;
		padding: 0 18px;
	}
	.agile_team_grid_main .p-mask {
		padding: 1em 0;
	}
	.agileinfo-copyright {
		padding: 1em;
	}
	.contact-left-w3ls:before {
		top: -39px;
	}
}
@media screen and (max-width: 375px){
	/*.banner {
		min-height: 365px;
	}*/
	.w3layouts_banner_info {
		padding: 5em 0 0;
	}
	.a1 {
		padding: 1em 2em 2em 1em;
	}
	.services_bottom_grid_left1 {
		top: 6%;
	}
}
@media screen and (max-width: 320px){
	/*.banner {
		min-height: 330px;
	}*/
	.agileits-about-grid1 {
		padding: 0em 0 1em;
	}
	h3.h3-w3l {
		margin: 0 auto 0.5em;
	}
	.wrapper h4 {
		letter-spacing: 0px;
	}
	.wrapper p {
		letter-spacing: 0px;
	}
	.services_bottom_grid_left1 {
		top: 15.5%;
	}
	h3.h3-w3l {
		font-size: 2.3em;
	}
	.button a {
		width: 49%;
	}
	.agileinfo-about-bottom h4 {
		font-size: 1.4em;
	}
	.agileits-section.w3ls-section h3.h3-w3l {
		font-size: 1.7em;
	}
	.contact-left-w3ls, .contact-right-w3l {
		padding: 1em 0em 1em;
	}
}	
/* -- //Responsive code -- */