
html,body{
	padding:0;
	margin:0;
	background: #ffffff;      /*  #ffffff; #fff;*/
	letter-spacing:1px;
font-family: 'Dosis', sans-serif;
}



body a{outline:none;
    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;
}

input[type="button"],input[type="submit"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
	letter-spacing:1px;
	 
}
h1,h2,h3,h4,h5,h6{
	margin:0;	
	padding:0;
    font-family: 'Dosis', sans-serif;
	letter-spacing:1px;
}	

ul{
	margin:0;
	padding:0;
}
/*-- //Reset-Code --*/
.about,.services,.portfolio,.contact,.team,.menu-form,.banner-agileits-btm {padding:2em 0;}  /*{padding:6em 0;}*/
.footer,.about{background:#0067da;}

.title {
        font-size: 50px;
    text-align: center;
    color: #ffffff;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 12px;
}
.menu-form1,.team1{color:#000;}
/*-- header --*/ 
h1 a.navbar-brand {
    font-size:45px;/*56px;*/
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 100;/*300;*/
    letter-spacing: 2px;
}
nav.navbar.navbar-default.navbar-fixed-top {
	position: absolute;
    background:/*rgba(245, 245, 245, 0.22);*/;
	/*opacity:0.0;*/
    border: none;
    padding: 1em 1.1em;
	-webkit-transition:.5s all;
	-moz-transition:.5s all; 
	transition:.5s all;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
    background: rgba(0, 0, 0, 0.49);
	padding: 1em;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 12px;
    letter-spacing: 2px;
	text-transform:uppercase;
	margin: /*0 0.5em;*/ /*0 1.5em;*/
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	/*color: #0067da;*/
	color: #aaa;
    background-color: transparent;
}

.navbar-right {
    padding: 0 0em;
	margin-top:6px;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
/*-- //header --*/ 
/*-- Slider --*/
.w3-oneimg{  background: url(../images/slide1.jpg);}
.w3-twoimg{  background: url(../images/slide2.jpg);}
.w3-threeimg{  background: url(../images/slide3.jpg);}
/*.w3-fourimg{ background: url(../images/b8.jpg);}*/
.w3-oneimg,.w3-twoimg,.w3-threeimg,.w3-fourimg{ 
background-repeat: no-repeat;
    background-position: center;
-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 900px;/*800px;*/
}

#slider {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	padding: 0;
	background: rgba(0,0,0,.25);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	list-style: none;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right: 1px;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display: inline-block;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: inline-block;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}

.callbacks_tabs {
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 45.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: inline-block;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	/*content: "\f111";*/
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #000;
}

.slider-info {
    position: absolute;
    top: 0;
    z-index: 999;
     text-align:center;
    width: 100%;
    height: 100%;
  margin-top:24em;
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h4 {
        font-size: 60px;
    color: #FFF;
    letter-spacing: 14px;
    text-transform: uppercase;

}
.slider-info p {
    font-size: 24px;
    font-weight: 400;
    color: #d3d8d8;
    line-height: 35px;
	 margin: 20px 0 35px;
}

h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:15px;
	text-transform:uppercase;
}
/*
.callbacks_tabs {
    list-style: none;
    position: absolute;
    padding: 0;
    margin: 0;
    z-index: 9;
    display: block;
    text-align: center;
}
*/
.slider-top span{
font-weight:600;
}
/* 07.04.18
.callbacks_tabs li{
       display: inline-block;
    margin: 0 7px;
}*/
/*-- //Slider --*/
	.w3layouts_more-buttn a {
		      width: 13%;
    padding: 10px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.27);
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.32);
}
.w3layouts_more-buttn a:hover {
    background:#fff;
    border: 2px solid #0067da;
    color: #000;
}
/*-- //banner --*/ 
/*-- modal --*/ 
.modal-w3lstext{text-align:center;}
.modal-w3lstext h4{font-size: 35px;
padding: 20px 0px;
color: #000;}
.modal-w3lstext p{	font-size: 15px;
 letter-spacing: 1px; 
    color: #736969;
    padding-bottom: 15px;
    word-spacing: 2px;
	
}
.img-responsive{
    width: 100%;}
/*-- //modal --*/ 
/*--about--*/
.tabs h4 {
    font-size: 30px;
    margin-bottom: 11px;
	color:#000;
	font-weight:600;
}
.tabs p {font-size:15px;
color:#fff;
letter-spacing:1px;
    line-height: 26px;
}
.resp-tabs-list li span.fa{    font-size: 30px;
    text-align: center;
    color: #fff;	
}

.tab-grid-right {
    text-align: left;
}
/*-- Stats --*/

.stats-grid {    
    text-align: left;
    padding-left: 0px;}
.stats-grid:nth-child(3),.stats-grid:nth-child(4){
    margin-bottom: 0em;
}
.counter {
       font-size: 39px;
    margin: 0;
    color: #000;
    letter-spacing: 5px;
}
 .stats-grid h4 {
    font-size: 20px;
    letter-spacing: 2px;
    margin-top: 5px;
    color: #fff;
	
}
.para p {
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
	margin:2em 0;
	line-height:27px;
}
.para h5{    
 text-transform: uppercase;
   font-size: 38px;
    color:#000;
    font-weight: 600;
    letter-spacing: 2px;}
/*-- //Stats --*/
/*-- //about --*/
/*-- services --*/

.services {
    background: url(../images/s4.jpg) no-repeat 0px 0px;
    background-size: cover
}

.agileits-w3layouts-grid{ background: url(../images/s1.jpg) no-repeat 0px 0px;
    background-size: cover;
	min-height: 378px;}
.agile_service_us {
    margin-top: 2em;
}
.agile-service-text {
    padding-left: 0;
    text-align: right;
}
.agile-service-text h4 {
    font-size: 30px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 600;
}
.agile-service-text p {
	font-size:15px;
    margin: 0.5em 0 0;
    color: #bbb;
    line-height: 25px;
}
.agile_service_us span{
    font-size: 20px;
    color: #fff;
    line-height: 2.8em;
	background: #111;
	width:70%;
	height:70%;
	
	    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;
}

.agile-service-text.two {
    text-align: left;
}
.wthree_features_grid {    
	text-align:center;}
	.agile_service_us span:hover{background:#fff; color:#000;}
/*-- //services --*/
/*-- menu-form --*/ 

.tab-info {
    margin-top: 2em;
}
.menu-info .nav-tabs {
    padding-bottom: 1em;
	text-align: center;
    border-bottom: 1px solid #eaeaea;
}   
.nav-tabs > li {
    margin: 0 1em;
    display: inline-block;
    outline: none;
    float: none;
}
.nav-tabs > li > a {
    border: none;
    font-size: 20px;
    padding: .5em 1.2em;
    color: #000;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 2px;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    transition: .5s all;
}
.menu-info .nav > li > a:hover, .menu-info .nav > li > a:focus,.menu-info .nav-tabs > li.active > a, .menu-info .nav-tabs > li.active > a:hover, .menu-info .nav-tabs > li.active > a:focus {
    text-decoration: none;
    background-color: #0067da;
    color: #fff;
	border: none;
} 
.menu-grids.menu-grids-mdl {
    margin: 1em 0;
}  
.menu-right{
	float:left;
}
.menu-left {
    float: left;
    text-align: left;
    width: 80%;
    margin-left: 2em;
}
.menu-form h4 {
    font-size: 30px;
    color: #000;
    letter-spacing: 3px;
	    font-weight: 600;
}
.menu-form p {
    margin: 0.8em 0 0;
    padding-bottom: 1.5em;
    line-height: 27px;
    border-bottom: 2px darkblue dashed;
    font-size: 15px;
    color: #463737;
}


.imgtwo{  background: url(../images/g4.jpg) no-repeat 0px 0px;
background-size: cover ;}
.imgone{  background: url(../images/g2.jpg) no-repeat 0px 0px;
background-size: cover;}
.imgthree{  background: url(../images/g3.jpg) no-repeat 0px 0px;
background-size: cover ;}
.imgone,.imgtwo,.imgthree{ min-height: 600px;/*425px;*/}

.menu-form h5 {
    font-size: 1.5em;
    color: #000;
    border: 1px solid #000;
    padding: 1.1em 0.8em;
    display: inline-block;
    letter-spacing: 2px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-border-radius: 50%;
}
/*-- //menu-form--*/
/*-- team--*/
.banner-agileits-btm {
	background: url(../images/b1.jpg) no-repeat 0px 0px;
	background-size: cover;
  
    text-align: center;
}

.banner-agileits-btm h3 {
    color: #fff;
    padding: 2em 0em 0;
    letter-spacing: 8px;
    font-size: 41px;
    display: inline-block;
    text-transform: uppercase;
    
}
.banner-agileits-btm p {
    color: #fff;
    padding: 1em 24em 0em;
    letter-spacing: 1px;
    font-size: 20px;
	    line-height: 34px;

   
}
/*
.button span{font-size:30px;}
.button a {
    padding: 16px 19px;
    display: inline-block;
    background:#0067da;
    border-radius: 55%;
    color: #ffffff;
    outline: none;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.button a:hover {
	-webkit-transition:0.5s all;
	-o-transition:0.5s all;
	-moz-transition:0.5s all;
	-ms-transition:0.5s all;
	transition:0.5s all;
}
/
.test-grid h4 {
    font-size: 1.6em;
    color: #006cdc;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 1em 0 0.2em;
}

.test-grid p {
    font-size: 16px;
    line-height: 2em;
    color: #463737;
    letter-spacing: 1px;
}

.test-grid span {
    font-size: 0.9em;
    color: #484747;
    letter-spacing: 4px;
}

.test-grid2 img {
    width: 90%;
}

.test-grid1 {
    padding-left: 0;
}
.test-grid ul{padding: 0;
    margin: 1em 0 0 0;}
	.test-grid ul li{
    display: inline-block;
	    margin: 0px 10px 0px 0px ;
}
.test-grid ul li a {
	color: #333;
    text-align: center;
}
.test-grid ul li a span.fa.fa-rss,.test-grid ul li a span.fa.fa-twitter,.test-grid ul li a span.fa.fa-facebook{
    height: 30px;
    width: 30px;
    line-height: 30px;
    border: solid 2px #000;
    background: none;
    color: #000;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.test-grid ul li a span.fa.fa-facebook:hover {
    background: #3b5998;
}
.test-grid ul li a span.fa.fa-twitter:hover{
	background: #55acee;
}
.test-grid ul li a span.fa.fa-rss:hover{
	background: #f26522;
}
*/
/*-- //team--*/

.contact {
		background: url(../images/c1.jpg) no-repeat 0px 0px;
	    background-size: cover;
}
.main {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.form-right-w3ls, .form-left-w3l {
    flex-basis: 48%;
    -webkit-flex-basis: 48%;
}
.form-right-w3ls {
    padding-right: 0px;
}
.form-left-w3l{
	padding-left:0px;
	}
.form-left-w3l input[type="text"],.form-right-w3ls input[type="email"],.form-control-w3l textarea
{
    width:100%;
    color:#000000; /*#fff;*/
    outline: none;
    font-size: 17px;
    padding: .8em 1em; /*.12em 1em;*/
    border: none;
	border:1px solid #000000; /*#fff;*/
	margin: 0px 0px 16px;
    -webkit-appearance: none;
    display: inline-block;
    background:none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
	  box-sizing: border-box;
}
textarea{
    height: 100px;
    padding: 1em;
    overflow: hidden;
    resize: none; 
    padding: 0.7em 0.8em;
    border: 0;
    width: 100%;
    font-size: 0.9em;
    border-bottom: 1px solid #ddd;
    color: #444;
    background: none;
    line-height: 17px;
}
 
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
     color: #fff;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
:-ms-input-placeholder { /* IE 10+ */
     color: #fff;
}
:-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.btnn{
	display:block;
   margin:0;
	text-align:center;
}
.btnn input[type="submit"] {
     width: 31%;
    padding: 10px 0px;
    font-size: 14px;
    /*color: #fff;*/
    font-weight: 600;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 2px;
    background: rgba(255, 255, 255, 0.27);
    outline: none;
    border: 2px solid rgba(255, 255, 255, 0.32);
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.btnn input[type="submit"]:hover {
    background:#fff;
    border: 2px solid #0067da;
    color:#000;
}
.para-left{margin:0em 0em 1em 0em;}
.para-left  p{color:white;
       font-size:16px;
	   padding:0.5em 0em 0em;
	       line-height: 30px;
	   } 

.icons-left{ font-size:20px;
    margin-right: 20px;
    color: #fff;
}
.email-us,.addres,
.tele{margin-bottom:1em ;}
.email-us a{color:#fff;
           }
.email-us a:hover{color:#d61212;}
.email-us,.tele p,.addres p{color:white;
       font-size:16px;
	       line-height: 26px;}	
/*social media buttons 30.03.18*/ 
/*
.icons-butn span{ padding-right:0.5em;
                 display:inline-block;
				 cursor: pointer;
				 font-size:30px;} 
.icons-butn span.fa-facebook-square{
                                   color:#657786;
								   }	
.icons-butn span.fa-facebook-square:hover{color:#3b5998;}	
.icons-butn span.fa-twitter-square{color:#657786;}
.icons-butn span.fa-twitter-square:hover{color:#1da1f2;}
.icons-butn span.fa-google-plus-square{color:#657786;}	
.icons-butn span.fa-google-plus-square:hover{color:#ea4335;}*/
/*social media buttons 30.03.18*/ 
.contact-top {
    border: 2px solid #000;
    background: #bbb;
    padding: 1em;
}
.contact-top iframe {
    width: 100%;
    height: 400px;
    border: none;
}
/*--footer--*/
ul.agile_footer_grid_list li{
    color: #fff;
    line-height: 1.8em;
    list-style-type: none;
    font-size: 15px;
	letter-spacing:.5px;
}
ul.agile_footer_grid_list li:nth-child(2){
	margin:1em 0 0;
}
ul.agile_footer_grid_list li a{
	color:#00e2d6;
	text-decoration:none;
}
ul.agile_footer_grid_list li span{	
	display:block;
	color:#fff;
	margin:.5em 0 0;
}
ul.agile_footer_grid_list li span.fa{
	padding-right:1.5em;
	color:#0accff;
	display: inline-block;
}
.my-info  p {
    font-size: 15px;
    letter-spacing: 1px;
    color:#fff;
    padding: 0px 0 1em;
    line-height:30px;
}
.my-info h2 a {
	outline:none;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    letter-spacing: 1px;
}
.my-info h2 a:hover {
    color: black;
}
.menu p a{
    text-align: left;
    color: #fff;
	font-size: 15px;
    padding-bottom: 8px;
}
.menu p a:hover{color:#000;}
/*
.menu span.fa {
    margin-right: 11px;
    color: #5a5353;
}*/
.information ul.tag2 {
    display: block;
}
.information ul.tag2 {
    padding: 0;
    margin: 0 0 14px;
}
.information ul.tag2 li {
    display: inline-block;
}
.information ul.tag2 li a {
    font-size: 13px;
    color: #CCC8C8;
    padding: 4px 7px;
    background: #0f0f10;
    text-decoration: none;
    transition: .5s ease-in;
    -webkit-transition: .5s ease-in;
    -moz-transition: .5s ease-in;
    -o-transition: .5s ease-in;
    -ms-transition: .5s ease-in;
    text-transform: capitalize;
}
.information  ul.tag2 li a:hover {
    text-decoration: none;
    background: #fff;
    color: #212121;
}
.footer h4 {
	color:#000;
    font-size: 30px;
    text-align: left;
    margin-bottom: 20px;
	font-weight:600;
}
.footer-grids {
    font-size: 13px;
    line-height: 25px;
    color:#fff;
}
.footer-grids {
    margin: 40px 0 30px;
}
.copyright {
	    padding: 20px 10px;
    text-align: center;
    border-top: 1px solid #b1b1b1;
    color: #696464;
    background-color: #eee;
}
.copyright p {
	font-size:17px;
	letter-spacing:2px;
    /*line-height: 25px;*/
	color:#000;
	    text-align: center;
	        margin-top: 0px;
}
.copyright a {
    color: #000000;/*#fff;*/
    font-weight: 600;
}
.copyright a:hover {
    color: #000;
}
	  /*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 35px;
	right: 2%;
	overflow: hidden;
	z-index: 0; 
    width: 32px;
    height: 32px;
	border: none;
	text-indent: 100%;
	background: url("../images/arr.png") no-repeat 0px 0px;
}
#toTopHover {
    width: 64px;
    height: 64px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--responsive--*/

@media(max-width:1680px){
	
}
@media(max-width:1600px){
	
}
@media(max-width:1440px){
	
}
@media(max-width:1366px){
	.banner-agileits-btm p {
    padding: 1em 19em 0em;
	}
}
@media(max-width:1280px){
	.nav > li > a {
    padding: 10px 12px;
	}
.callbacks_tabs {
    left: 45%;
	}
}
@media(max-width:1080px){
	.navbar-default .navbar-nav > li > a {
    margin: 0 1em;
	}
.slider-info h4 {
    letter-spacing: 8px;
}
.slider-info {
    margin-top:22em;
}
.agile_service_us span {
width: 93%;}
.banner-agileits-btm p {
    padding: 1em 11em 0em;
}
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height:700px;
}
.callbacks_tabs {
    left: 43.5%;
}
.w3layouts_more-buttn a {
    width: 18%;
}
.agileits-w3layouts-grid {
    min-height: 430px;
}
.menu-left {
    width: 76%;
}
.banner-agileits-btm h3 {
    padding: 1em 0em 0;
}
}
@media(max-width:1050px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height: 724px;
}
	.nav > li > a {
    padding: 10px 9px;
}
.slider-info h4 {
    letter-spacing: 5px;
}
.callbacks_tabs {
    left: 43.5%;
}
.slider-info {
    margin-top: 22em;
}
.imgone, .imgtwo, .imgthree {
    min-height: 509px;
}
.agileits-w3layouts-grid {
    min-height: 430px;
}
}
@media(max-width:1024px){
.nav > li > a {
    padding: 10px 7px;
}
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height: 675px;
}
.slider-info {
    margin-top: 20em;
}
.about, .services, .portfolio, .contact, .team, .menu-form, .banner-agileits-btm {
    padding: 4em 0;
}
.contact-top iframe {
    height: 314px
}
}
@media(max-width:991px){
	.callbacks_tabs {
    left: 43%;
}
	.nav > li > a {
    padding: 10px 5px;
}
.para h5 {
    line-height: 42px;
}
.agile_service_us span {
    width: 41%;
}
.agileits-w3layouts-grid {
    margin: 33px 0px;
}
.grid-bottom{margin-top:32px;
}
.resp-vtabs .resp-tabs-container {
    width: 82%;
}
.menu-left {
    width: 88%;
}
.test-grid2 img {
    width: 29%;
}
.test-grid2 {
    padding: 0;
    margin-bottom: 3em;
}
.test-grid ul {
    margin: 1em 0 2.2em;
}
.w3layouts_more-buttn a {
    width: 20%;
}
.contact-left{margin-top:32px;}
.iteams,.information{margin-top:32px;}
.contact-top iframe {
    height: 298px;
}
.menu-left {margin-left:0px;
}
.copyright {
    padding: 35px 10px;
}
}
@media(max-width:900px){
	.navbar-default .navbar-nav > li > a {
    margin: 0 .5em;
}
.slider-info h4 {
    font-size: 48px;
}
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height: 613px;
}
.callbacks_tabs {
    left: 42%;
}
.slider-info {
    margin-top: 18em;
}
.banner-agileits-btm p {
    padding: 1em 9em 0em;
}
.banner-agileits-btm h3 {
    letter-spacing: 6px;
}
.title {
    font-size: 48px;
    margin-bottom: 25px;
}
.para p {
    margin: 1em 0;
}
}
@media(max-width:800px){
.navbar-default .navbar-nav > li > a {
    letter-spacing: 1px;
}	
.nav > li > a {
    padding: 10px 5px;
}
h1 a.navbar-brand {
    font-size: 30px;
}
.navbar-brand {
    padding: 15px 0px;
}
.callbacks_nav.next {
    right: 7px;
}
.callbacks_nav {
    left: 23px;
}
.w3layouts_more-buttn a {
    width: 22%;
}
.callbacks_tabs {
    left: 41%;
}
.banner-agileits-btm p {
    padding: 1em 8em 0em;
}
.banner-agileits-btm h3 {
    letter-spacing: 4px;
}
}
@media(max-width:768px){
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height: 551px;
}
.slider-info h4 {
    font-size: 40px;
}
.slider-info h4 {
    letter-spacing: 4px;
}	
.about, .services, .portfolio, .contact, .team, .menu-form, .banner-agileits-btm {
    padding: 3em 0;
}
.resp-vtabs .resp-tabs-container {
    width: 100%;
	border-color:#000;
}

.title {
    font-size: 41px;
}

}
@media(max-width:767px){
	.navbar-default .navbar-toggle {
    border:2px solid #fdfcfd;    /*#0067da;*/
}
.navbar-toggle {
    margin-right: 0;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fdfcfd; /*#0067da;*/
}
.navbar-default .navbar-toggle/*:hover,*/ .navbar-default .navbar-toggle:focus {
    background-color: #fdfcfd; /*#748d90;*/
}
	.nav > li > a {
    padding: 15px 3px;
}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
       border-top:none;
	    border-bottom: none;
    background-color:/* transparent;*/
}
	.navbar-collapse.navbar-ex1-collapse.collapse.in {
    text-align: center;
}
.navbar-right {
    text-align: center; 
	    background: #000;
}
.stats-grid-1,.stats-grid-2{margin-bottom:15px;}	
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height: 613px;
}
.slider-info {
    margin-top: 14em;
}
.contact-top iframe {
    height: 246px;
}
}
@media(max-width:736px){
	.nav > li > a {
    padding: 11px 7px;
}
.slider-info p {
    margin: 15px 0 26px;
}
	.para h5 {
    font-size: 33px;
	}
	.counter {
    font-size: 31px;
	}
	.agile-service-text h4 {
    font-size: 26px;
	}
	.menu-form h4 {
    font-size: 26px;
	}
	.banner-agileits-btm p {
    padding: 1em 4em 1em;
}
.banner-agileits-btm h3 {
    font-size: 36px;
}
.menu,.iteams, .information {
    margin-top: 19px;
}
.w3layouts_more-buttn a {
    width: 24%;
}
.footer h4 {
    margin-bottom: 15px
}
}
@media(max-width:667px){
h1 a.navbar-brand {
    font-size: 47px;
}
.callbacks_nav {
    left: 17px;
}
.w3layouts_more-buttn a {
    width: 28%;
}
.title {
    margin-bottom: 14px;
	  letter-spacing: 9px;
}	
ul.agile_footer_grid_list li {
    line-height: 1.6em;
}
.copyright {
    padding: 32px 10px;
}
.footer-grids {
    margin: 28px 0 23px;
}
.menu-left {
    width: 87%;
}
}
@media(max-width:640px){
	.slider-info h4 {
    letter-spacing: 2px;
	font-size: 34px;
}
.slider-info p {
    font-size: 20px;
}
.callbacks_tabs {
    left: 39%;
}
.para p {
    margin: .8em 0;
}
.nav-tabs > li > a {
    font-size: 16px;
}
.imgone, .imgtwo, .imgthree {
    min-height: 385px;
}
.banner-agileits-btm h3 {
    font-size: 32px;
}
.banner-agileits-btm p {
    font-size: 17px;
}
.menu-left {
    width: 84%;
}
}
@media(max-width:600px){
h1 a.navbar-brand {
    font-size: 44px;
}
.slider-info h4 {
    font-size: 30px;
}
.slider-info p {
    font-size: 17px;
}
.w3layouts_more-buttn a {
    width: 29%;
    padding: 8px 0px;	
}
.about, .services, .portfolio, .contact, .team, .menu-form, .banner-agileits-btm {
    padding: 2.5em 0;
}
.banner-agileits-btm h3 {
    padding: 1.5em 0em 0;
}
textarea {
    height: 156px;
}
.contact-top iframe {
    height: 229px;
}
.footer h4 {
    margin-bottom: 11px;
}
.copyright {
    padding: 2px 7px;/*24px 10px;*/   
}
}
@media(max-width:568px){
	.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
   /*min-height:600px; 430px;*/
	min-height:  607px;
}
.slider-info {
    margin-top: 12em;
}
.slider-info p {
    margin: 10px 0 20px;
}
.callbacks_tabs {
    left: 37.8%;
}
.callbacks_nav.next, .callbacks_nav {
    background-size: 36px;
}
.para h5 {
    font-size: 29px;
}
.agile_service_us {
    margin-top: 1em;
}
.nav > li > a {
    padding: 5px 7px;
}
.menu-form h5 {
    font-size: 1.2em;
}
.callbacks_nav {
    left: 36px;
}
.test-grid2 img {
    width: 31%;
}
.form-left-w3l input[type="text"], .form-right-w3ls input[type="email"], .form-control-w3l textarea {
    padding: .5em 1em;
}
.contact-top iframe {
    height: 193px;
}
.copyright p {
    font-size: 15px;
}
}
@media(max-width:480px){
	.callbacks_tabs {
    left: 35%;
}
	.nav > li > a {
    padding: 10px 7px;
}
	h1 a.navbar-brand {
    font-size: 41px;
}
h1 a.navbar-brand {
    font-size: 41px;
}
.slider-info h4 {
    font-size: 24px;
}
title {
    font-size: 35px;
	    letter-spacing: 6px;
}
.para h5 {
    font-size: 24px;
}
.para p {
    margin: .4em 0;
}
.agile_service_us span {
    width: 75%;
}
.imgone, .imgtwo, .imgthree {
    min-height: 316px;
}
.agileits-w3layouts-grid {
    min-height: 386px;
}
.banner-agileits-btm h3 {
    font-size: 29px;
	    letter-spacing: 2px;
}
.banner-agileits-btm p {
    padding: 1em 2em 1em;
}
.main{-webkit-flex-direction: column;
	flex-direction:column;}
.test-grid2 img {
    width: 43%;
}
.copyright p {
    line-height: 29px;
}
}
@media(max-width:440px){
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
	  min-height:  607px;
   /* min-height: 410px;*/
}
.slider-info p {
    font-size: 15px;
}
.slider-info {
    margin-top: 12em;
}
.w3layouts_more-buttn a {
    width: 33%;
    padding: 8px 0px;
}
.callbacks_tabs {
    left: 33%;
}
.callbacks_nav.next, .callbacks_nav {
    background-size: 28px;
	    width: 28px;
    height: 28px;
}
.callbacks_nav {
    left: 8px;
}
.callbacks_nav {
    top: 51%;
}	
.menu-left {
    width: 81%;
}
.title {
    font-size: 36px;
}
.agileits-w3layouts-grid {
    min-height: 356px;
}
.imgone, .imgtwo, .imgthree {
	 min-height:303px;
}
.banner-agileits-btm h3 {
	font-size:26px;
    padding: 1.5em 1em 0;
}
/*
.icons-left {
    font-size: 12px;
    margin-right: 16px;
}
.icons-butn span {
    font-size: 26px
}*/
.email-us a, .tele p, .addres p {
    color: white;
    font-size: 14px;
}
.banner-agileits-btm p {
    font-size: 15px;
}
footer h4 {
    font-size: 27px;
}
.my-info p,.menu p a,ul.agile_footer_grid_list li  {
    font-size: 14px;
}
}
@media(max-width:414px){
h1 a.navbar-brand {
    font-size: 38px;
}	
.callbacks_nav {
    left: 7px;
}
.test-grid2 img {
    width: 51%;
}
ul.agile_footer_grid_list li {
    line-height: 2em;
}
.banner-agileits-btm h3 {
    font-size: 24px;
}
}
@media(max-width:384px){
.w3layouts_more-buttn a {
    width: 33%;
}
.callbacks_tabs {
    left: 31.5%;
}
.nav > li > a {
    padding: 10px 9px;
}	
.banner-agileits-btm h3 {
    font-size: 22px;
    letter-spacing: 1.5px;
}
.title {
    margin-bottom: 14px;
    letter-spacing: 5px;
}
.btnn input[type="submit"] {
    width: 44%;
}
.menu-left {
    width: 100%;
}
.menu-form h5 {
    margin-top: 1em;
}
}
@media(max-width:375px){
	.callbacks_nav {
    left: 2px;
}
.callbacks_nav.next, .callbacks_nav {
    width: 24px;
    height: 24px;
}
.banner-agileits-btm p {
    padding: 1em 1em 0em;
}
textarea {
    height: 141px;
}
.nav > li > a {
    padding: 10px 6px;
}
}
@media(max-width:320px){
	h1 a.navbar-brand {
    font-size: 33px;
}
.slider-info h4 {
    font-size: 20px;
}
.w3-oneimg, .w3-twoimg, .w3-threeimg, .w3-fourimg {
    min-height:  667px;/*395px;03.04.18*/
}
.nav-tabs > li > a {
    font-size: 14px;
}
.nav-tabs > li {
    margin: 0px .5em;
}
.slider-info p {
    font-size: 13px;
}
.slider-info p {
    font-size: 13px;
}
.callbacks_tabs {
    left: 28%;
}
.para h5 {
    font-size: 23px;
}
.para p {
    font-size: 14px;
}
.tabs p {
    font-size: 14px;
}
.agile_service_us span {
    width: 100%;
}
.agile-service-text p {
    font-size: 14px;
}
.menu-form p {
    font-size: 14px;
}
.banner-agileits-btm h3 {
    font-size: 18px;
}
.para-left p {
    font-size: 15px;
}
.email-us, .tele p, .addres p {
    font-size: 14px;
}
.footer h4 {
    font-size: 27px;
}
}
/*--//responsive--*/

/*added 27.03.18 saraswati*/
.bgimg{
	width:100%;
}

.vl-image-with-caption {
  position: relative;
  display: block;
}

.vl-portfolio-masonry-wrapper--shadow .vl-portfolio-item .vl-portfolio-item--inner {
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.3);
}
.vl-dropcap {
  position: relative;
  float: left;
  font-weight: 600;
}
body {
   font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: .1em;   /*1.7411em;*/
    letter-spacing: 0.px;
    color: #161616;
	
}

.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}
.vc_column-inner {
    padding-top: 0 !important;
}
* {
    box-sizing: border-box;
}
*, ::after, ::before {
    -webkit-box-sizing: inherit;
box-sizing: inherit;}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_col-sm-6 {
    width: 45.555%;
}
.vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}
vc_col-sm-6 {
    width: 46.666%;
    margin-top: 22px;
}

* {
    box-sizing: border-box;
}

/*
09.4 Caption Image
*/
.vl-image-with-caption {
  position: relative;
  display: block;
}
.vl-image-with-caption .vl-caption {
  font-style: italic;
}
.vl-image-with-caption > img,
.vl-image-with-caption > a {
  display: block;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0,0,0,0.3);
  box-shadow: 0 15px 30px 0 rgba(0,0,0,0.3);
}
.vl-image-with-caption > img + .vl-caption,
.vl-image-with-caption > a + .vl-caption {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .vl-image-with-caption, {
    margin-bottom: 30px !important;
  }
}
.vc_col-sm-6 {
    width: 45.555%;
}

.responsive {
    padding: 0 6px;
    float: left;
    width: 90.99999%;
}
@media only screen and (max-width: 700px){
    .responsive, .vc_col-sm-6 {
        width: 70.99999%;
		margin: 0px 0 10px auto;
        /*margin: 6px 0 0 25px;*/
    }
}
@media only screen and (max-width: 500px){
    .responsive {
        width: 100%;
    }
	
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}



h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  padding: 0;
  margin-top: 0;
  margin-bottom: 8px;
}
.vl-services .vl-services--content h5 {
  margin: 0;
}
.vl-services .vl-services--content p {
  margin-top: 5px;
  margin-bottom: 0;
}

.blockquote {
    font-family: "Source Sans Pro", Helvetica, Arial, sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 18px;
    line-height: 1.7411em;
    letter-spacing: 0px;
    color: #313131;
    border-left-color: #eeeeee;
}
.blockquote {
    padding: 6px 0 6px 20px;
    margin: 30px 0;
    border-left-style: solid;
    border-left-width: 3px;
}
.blockquote, figure {
    margin: 0 0 1rem;
}

/*Gallery css starts 27.03.18*/
/*Gallery CSS Start */
.gallery-bottom {
    margin-top: 2em;
}
.gallery-1:nth-child(1) {
    margin-top: 0;
}
.gallery-1 {
    margin-top: 25px;
	 
}
.gallery-grid {
    position: relative;
}
.gallery-grid img {
    width: 100%;
	
}
@media (max-width: 365px){
.gallery-1,.gallery-bottom  {
width:100%;
	}
}
@media (max-width: 265px){
.gallery-1,.gallery-bottom  {
width:100%;	
	}
}
@media (max-width: 465px){
.gallery-1,.gallery-bottom  {
width:100%;	
	}
}
@media (max-width: 665px){
.gallery-1,.gallery-bottom  {
width:100%;	
	}
}
.color-star{ color:#F3B400;
             
    }

 
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 40%;
}
#fp-nav, .fp-slidesNav {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
	text-decoration:none;
}
 
 
 

.vl-footer {
  position: relative;
  padding: 30px 0 20px;
}
.vl-footer--fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 95;
}
.vl-footer--copyright {
  margin: 0;
}
.vl-footer--white .vl-footer--copyright {
  color: rgba(100,100,100,0.8);
}
.vl-footer--dark .vl-footer--copyright {
  color: #666;
}

 

/*contact php form  starts31.03.18 */

h3.tittle{text-transform:uppercase;font-weight:bold;font-size:1.5em;line-height:1.4em;border-left:8px solid #00348c;padding-left:14px;margin-bottom:0.5em;}
h3.tittle.two{color:#fff;text-align:left;}
.product-top h3{font-size:1.4em;}
h3.tittle.three{margin-left:2em;}

/*
input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label-webkit-transition:all 0.125s ease;transition:all 0.125s ease;}{font-size:1em; color:#00348c;top:-2em; }
*/


/* --07.04.18 for "name" tag only --*/

.styled-input1{width:100%;margin: 3em 0 0.5em; position:relative;}
.styled-input1 label{color:#555;/*padding:0.8em;padding: 3.8em; */
position:absolute;top:0;left:0; font-weight:400;font-size:0.9em;  } 
.styled-input1.wide{width:100%;}



  @media(max-width:320px){
 .styled-input1{
	width:100%;margin: 17em 0 0.5em; position:relative;
}}
  @media(max-width:360px){
 .styled-input1 label{
	width:100%; margin: 3em 0 0 0.1em; position:relative;
	color:#555; position:absolute;left:0; font-weight:400; 
	 
}}

  @media(max-width:460px){
 .styled-input1 label{
	width:100%; margin: 3em 0 0 0.1em; position:relative;
	color:#555; position:absolute;left:0; font-weight:400; 
	 
}}
  @media(max-width:660px){
 .styled-input1 label{
	width:100%; margin: 10em 0 0 0.1em; position:relative;
	color:#555; position:absolute;left:0; font-weight:400; 
	 
}}
@media (max-width: 968px){
.styled-input1 {
    width: 100%;
    position: relative;
    margin: 18em 0 0.5em;
}}
@media (max-width: 868px){
.styled-input1 {
    width: 100%;
    position: relative;
    margin: 18em 0 0.5em;
}}
@media (max-width: 768px){
.styled-input1 {
    width: 100%;
    position: relative;
    margin: 18em 0 0.5em;
}}

/*
 @media (max-width:420px) {
 .styled-input1{
	width:100%;margin: 17em 0 0.5em; position:relative;
}}

  @media(max-width:520px){
 .styled-input1{
	width:100%;margin: 17em 0 0.5em; position:relative;
}}
  @media(max-width:768px){
 .styled-input1{
	width:100%;margin: 17em 0 0.5em; position:relative;
}} */

/* @media(max-width:968px){
 .styled-input1{
	width:100%; /*margin: 17em 0 0.5em; margin: 23em 0 0.5em;*/ /*position:relative;
}}
/* --07.04.18 --*/
.styled-input{width:100%;margin: 2em 0 0.5em; position:relative;}
.styled-input label{color:#555;/*padding:0.8em;position:absolute;*/top:0;left:0;font-weight:400;-webkit-transition:all 0.25s ease;transition:all 0.25s ease;pointer-events:none;    /*font-size:0.9em;*/}
.styled-input.wide{width:100%;}
input,
textarea{padding:0.7em 0.8em;border:0;width:100%;font-size:0.9em;border-bottom:1px solid #ddd;color:#444;background:none;line-height: 17px; }
input ~ span,
textarea ~ span{display:block;width:0;height:2px;background:#00348c;position:absolute;bottom:0;left:0;-webkit-transition:all 0.125s ease;transition:all 0.125s ease;font-family:'OpenSans-Regular';}

input:focus,
textarea:focus{outline:0;}
input:focus ~ span,
textarea:focus ~ span{width:100%;-webkit-transition:all 0.075s ease;transition:all 0.075s ease;font-family:'OpenSans-Regular';}



textarea{width:100%;min-height:5em;border-bottom:1px solid #ddd;resize:none;}
form{padding:0 0;}
.send input[type="submit"]{border:none;background:#00348c;cursor:pointer;border-radius:0px;width:140px;color:#fff;box-shadow:0 3px 6px 0 rgba(0, 0, 0, 0.2);transition:0.5s all;-webkit-transition:0.5s all;-o-transition:0.5s all;-moz-transition:0.5s all;-ms-transition:0.5s all;text-transform:uppercase;font-size:1.2em;padding:0.7em 1em; margin-top: 2em;}
.send input[type="submit"]:hover{background:#333;}
.map{margin-top:4em;}
.map iframe{height:400px;border:none;width:100%;margin-top:15px;}
.con-top ul li,.con-top ul li a{line-height:2em;font-size:0.9em;color:#555;list-style:none;}
span.glyphicon.glyphicon-phone,span.glyphicon.glyphicon-map-marker,span.glyphicon.glyphicon-envelope{margin-right:5px;font-size:12px;margin-left: 1em;}
.con-top ul li a{color:#00348c;text-decoration:none;}
.con-top{margin-top:2em;margin-top:2em;float:left;}
.con-top.two{margin-left:3em;}
#contact{padding:2em 0;}
.con-top h4 ,h4.info{font-size:1.4em;color:#00348c; font-weight:bold;font-family:'Merriweather Sans', sans-serif;text-transform:uppercase;margin-bottom:0.5em;}
h4.info{font-size:2em;}
p.para1,p.wel-text{color:#555;font-size:0.9em;line-height:1.9em;}
p.wel-text{margin:1em 0;}
.contact-in{margin-top:2em;}

.support input[type="text"]{width:63%;padding:12px;font-size:15px;text-align:left;font-weight:400;border:1px solid #fff;outline:none;margin:0px 0px 0 0;webkit-appearance:none;background:#fff;}

.support input[type="submit"]{background:#00348c;cursor:pointer;border:0;color:#fff;font-weight:400;font-size:15px;text-transform:uppercase;padding:0.88em;text-align:center;webkit-appearance:none;outline:none;width:35%;transition:0.5s all;-webkit-transition:0.5s all;-moz-transition:0.5s all;-o-transition:0.5s all;-ms-transition:0.5s all;}
.support input[type="submit"]:hover{background:#1CB7AF;}
.support{margin:1em 0em 0 0;background-color:rgb(45, 45, 45);padding:1em 1em;}

/*contact php form ends31.03.18*/


@media (max-width:320px){h3.tittle.three{margin-left:0.5em;}
span.like{font-size:0.65em;color:#00348c;text-transform:capitalize;margin:3px 0;}
.support input[type="submit"]{border:0;color:#fff;font-weight:400;font-size:15px;padding:0.7em;width:46%;margin:0.5em 3.9em;}
p#demo{font-size:1.3em;}
.contact-glyphicon span{font-size:22px !important;color:#555;margin-right:1.2em !important;}
.contact-glyphicon ul li p{padding:0em 0em 0em 4em;}
.contact-glyphicon li{font-size:1.2em;font-weight:bold;font-family:arial;}

@media (max-width:414px){.banner-bottom{padding:3em 0 2em 0;}
h3.tittle{font-size:1.3em;}
.customer-grid{margin-top:1em;float:left;width:100%;padding:0 5px;}
#client{padding-bottom:1em;}
.contact-in{padding:0 5px;}
.callbacks_nav.next{left:auto;background-position:right top;left:86%;}.choose{padding:2em 1em;}
.choose_left span{font-size:26px;top:8px;}
.time-bg h4{font-size:1.9em;padding:2em 0 0.5em 0;line-height:1.7em;}
p#demo{font-size:1.7em;}
.time-bg{min-height:300px;}
.support input[type="text"]{width:100%;padding:12px;font-size:15px;text-align:left;}
.support input[type="submit"]{border:0;color:#fff;font-weight:400;font-size:15px;padding:0.7em;width:46%;margin:0.5em 3.4em;}
figure.effect-apollo p{position:absolute;right:0;bottom:0;margin:2em;padding:0 0.5em;}
.product, .typography, #gallery, .news-section, #contact, .projects{padding:2em 0;}
.gallery-grids{margin:1em 0 0 0;}
.grid figure h3{word-spacing:-0.15em;font-weight:300;margin:0;text-align:left;font-size:0.9em;}
.single-middle{padding:0.5em;}
p.smith a{font-size:1em;}
p.reply{float:right;padding:0;width:23%;font-size:0.9em;}
p.men-it{float:left;width:72%;}

/* 06.04.18*/
.vc_column_container {
    padding-left: 0;
    padding-right: 0;
}
.vc_column_container > .vc_column-inner {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
}

.vl-image-with-caption {
    margin-bottom: 30px !important;
}
.vl-image-with-caption {
    position: relative;
    display: block;
	
}

@media (max-width: 360px){
.vl-image-with-caption > img{
	width:100%;
	height:350px;
}}

@media (max-width:414px){
.wpb_column vc_column_container vc_col-sm-6{
	padding:10px;
	margin-top:34px;
	
}}


/* arrow keys for gallery page 07.04.18*/
.flex-direction-nav a,.flex-pauseplay a{z-index:10;overflow:hidden;position:absolute}@font-face{font-family:flexslider-icon;src:url(../fonts/webfont/flexslider-icon.eot);src:url(../fonts/webfonts/flexslider-icon.eot?#iefix) format('embedded-opentype'),url(../fonts/webfonts/flexslider-icon.woff) format('woff'),url(../fonts/webfonts/flexslider-icon.ttf) format('truetype'),url(../fonts/webfonts/flexslider-icon.svg#flexslider-icon) format('svg');font-weight:400;font-style:normal}.flex-container a:focus,.flex-container a:hover,.flex-slider a:focus,.flex-slider a:hover{outline:0}.flex-control-nav,.flex-direction-nav,.slides,.slides>li{margin:0;padding:0;list-style:none}.flex-pauseplay span{text-transform:capitalize}.flexslider{margin:0;padding:0;background:#fff;position:relative;zoom:1;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;-webkit-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-moz-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);-o-box-shadow:'' 0 1px 4px rgba(0,0,0,.2);box-shadow:'' 0 1px 4px rgba(0,0,0,.2)}.flexslider .slides>li{display:none;-webkit-backface-visibility:hidden}.flexslider .slides:after{content:"\0020";display:block;clear:both;visibility:hidden;line-height:0;height:0}html[xmlns] .flexslider .slides{display:block}* html .flexslider .slides{height:1%}.no-js .flexslider .slides>li:first-child{display:block}.flexslider .slides{zoom:1}.flexslider .slides img{width:100%;display:block;height:auto}.flex-viewport{max-height:2000px;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;border:1px solid #D1CFCF}.loading .flex-viewport{max-height:300px}.carousel li{margin-right:5px}.flex-direction-nav a{text-decoration:none;display:block;width:32px;height:32px;margin:-20px 0 0;top:41%;opacity:0;cursor:pointer;-webkit-transition:all .3s ease-in-out;-moz-transition:all .3s ease-in-out;-ms-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out;background:url(../images/left.png);text-indent:-9999px}.flexslider:hover .flex-direction-nav .flex-next:hover,.flexslider:hover .flex-direction-nav .flex-prev:hover{opacity:1}.flex-direction-nav .flex-prev{left:0}.flex-direction-nav .flex-next{right:0;background:url(../images/right.png)}.flexslider:hover .flex-direction-nav .flex-prev{left:10px}.flexslider:hover .flex-direction-nav .flex-next{right:10px}.flex-direction-nav .flex-disabled{opacity:0!important;filter:alpha(opacity=0);cursor:default}.flex-pauseplay a{display:block;width:20px;height:20px;bottom:5px;left:10px;opacity:.8;cursor:pointer;color:#000}.flex-pauseplay a:before{font-family:flexslider-icon;font-size:20px;display:inline-block;content:'\f004'}.flex-pauseplay a:hover{opacity:1}.flex-pauseplay a .flex-play:before{content:'\f003'}.flex-control-nav{width:100%;position:absolute;bottom:-40px;text-align:center}.flex-control-nav li{margin:0 6px;display:inline-block;zoom:1}.flex-control-paging li a{width:11px;height:11px;display:block;background:#666;background:rgba(0,0,0,.5);cursor:pointer;text-indent:-9999px;-webkit-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-moz-box-shadow:inset 0 0 3px rgba(0,0,0,.3);-o-box-shadow:inset 0 0 3px rgba(0,0,0,.3);box-shadow:inset 0 0 3px rgba(0,0,0,.3);-webkit-border-radius:20px;-moz-border-radius:20px;border-radius:20px}.flex-control-paging li a:hover{background:#333;background:rgba(0,0,0,.7)}.flex-control-paging li a.flex-active{background:#000;background:rgba(0,0,0,.9);cursor:default}.flex-control-thumbs{margin:5px 0 0;position:static;overflow:hidden}.flex-control-thumbs li{width:11.67%;float:left;margin:0 3px 6px}.flex-control-thumbs li:last-child(){margin:0}.flex-control-thumbs img{width:100%;height:auto;display:block;opacity:.7;cursor:pointer;-webkit-transition:all 1s ease;-moz-transition:all 1s ease;-ms-transition:all 1s ease;-o-transition:all 1s ease;transition:all 1s ease;border:1px solid #D1CFCF;padding:2%}.flex-control-thumbs img:hover{opacity:1}.flex-control-thumbs .flex-active{opacity:1;cursor:default}@media screen and (max-width:860px){.flex-direction-nav .flex-next{opacity:0;right:10px}.flex-direction-nav .flex-prev{opacity:0;left:10px}.flexslider .slides img{height:auto;padding:0;width:100%;margin:0 auto}.flex-viewport{max-height:200px}.flex-control-thumbs li{width:11.1%}}@media screen and (max-width:640px){.flex-control-thumbs li{width:15%}}@media screen and (max-width:320px){.flex-control-thumbs li{width:17.8%}.flexslider .slides>li{height:180px!important}.flex-viewport{max-height:175px!important}}
 

.wpb_column vc_column_container vc_col-sm-6 > P {
line-height:1.7411em; margin:25px 14px 20px 41px;  text-align:justify;font-weight: 400;font-size:16px;font-style: normal; float:left;font-family:Source Sans Pro, Helvetica, Arial, sans-serif;}
	 
validation p{
	 font-weight: bold;
}

 
