@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:100,300,400');

/*@import url('https://fonts.googleapis.com/css?family=Roboto:300,400');*/

/*@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300');*/

body
{
		font-family: 'Lato', sans-serif;
		/*font-family: 'Roboto', sans-serif;*/
    /*font-family: 'Open Sans Condensed', sans-serif;*/
		line-height: 25px;
    letter-spacing: 0.5px;
	font-weight: 300;
	color:#303030;
}


/**********Page Loader icon*************/

.pageloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
/*    background: url('images/pageLoader.gif') 50% 50% no-repeat rgb(249,249,249);*/
	background: url(../images/preloader_11.gif) center no-repeat #fff;
    /*opacity: .8;*/
	transition: all 1s;
}




/******************************************/


/****************Header Styles*************************/


@media(min-width:768px) {
 
 /*#top-navbar
 {
	 margin-top:8px;
 }*/
 
 
.navbar-default .navbar-right
{
  padding-top: 10px;
}

  .navbar-default {
  
   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 15px 0;
	background:transparent !important;
	border-color:transparent !important;
	
    /* Add additional styles here for the UNCOLLAPSED state */
  }	
  
  .navbar-default .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
  

  .navbar-fixed-top
  {
  	border-width: 0 0 0px;
  }
  
  .navbar-default.affix {
    padding: 0px; /*12*/
	background:#fff !important;
	border-color:#efefef !important;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    /* Add additional styles here for the COLLAPSED state */
  }
  
   .navbar-default.affix .navbar-nav > li > a{
	   
	   color:#666;
	   padding-top: 15px;
    padding-bottom: 20px;
	line-height:35px;
	   
   }
   
   .navbar-default.affix .navbar-nav>.active>a
   {
	   color:#f5a531 !important;
	   /*background-color: #f5a531 !important;*/
	   border: 0px;
	   border-bottom: 3px solid #f5a531;
   }
  
  .navbar-default.affix .navbar-brand1 img
  {
	  /*width:113px;
	  height:52px;*/
	   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
	margin-top:6px;
  margin-bottom: 6px;
  }
  
  
 
  
  .navbar-default .navbar-nav > li > a
  {
	  letter-spacing:1px;
	  font-size:11pt;
	 color:#fff;
	 font-weight:400;
	 text-transform:uppercase;
  }
  
   .navbar-default .navbar-nav > li > a:hover {
    /*background:#265988;*/
	color:#f5a531;
	transition: all .35s;
} 
  
  
}

.navbar-default .navbar-nav>.active>a
{
  color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff;
  
}

@media (max-width: 768px)
{
.navbar-brand1 img {
    width:113px;
	  height:52px;
}
}

/*********Mobile style navbar***************/

@media (max-width: 768px)
{
.navbar-brand1 {
    padding: 5px 10px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fb901f;
}

.navbar-default .navbar-collapse {
    border-color: transparent;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}

.navbar-default {
  
   -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
    padding: 8px 0;
  background:#666 !important;
  border-color:transparent !important;
  
  } 


.navbar-default .navbar-nav>li>a {
    color: #f5a531;
}

  .navbar-default.affix {
     padding: 5px 0; /*12*/
  background:#fff !important;
  border-color:#efefef !important;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
    /* Add additional styles here for the COLLAPSED state */
  }
  
   .navbar-default.affix .navbar-nav > li > a{
     
     color:#666;
     padding-top: 8px;
    padding-bottom: 8px;
  line-height:25px;
     
   }
   
   .navbar-default .navbar-nav>.active>a
{
  color: #fff !important;
    background-color: transparent !important;
    border: 2px solid #fff;
  
}

   .navbar-default.affix .navbar-nav>.active>a
   {
     color:#f5a531 !important;
     /*background-color: #f5a531 !important;*/
     border: 0px;
     border-bottom: 3px solid #f5a531;
   }

}



/*******************************************************/



.font-300
{
	font-weight:300;
	
}

.m-t-90
{
	margin-top:90px;
}
 

.m-t-70
{
	margin-top:70px;
}

.m-t-50
{
	margin-top:50px;
}
 
.m-t-30
{
	margin-top:30px;
}

.m-t-20
{
	margin-top:20px;
}

.m-b-30
{
	margin-top:30px;
}

.m-b-90
{
  margin-bottom: 90px;
}

.m-b-20
{
	margin-bottom:20px;
}

 
 .white-clr
 {
	 color:#fff;
 }
 
 
 .hm-box-outer
 {
	 /*padding:7px;*/
	  position: relative;
	 /* -webkit-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);
box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);*/
box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
border-radius: 15px 15px 15px 15px;
-moz-border-radius: 15px 15px 15px 15px;
-webkit-border-radius: 15px 15px 15px 15px;
 }
 
 .hm-box
 {
	 min-height:280px;
	 padding:7px;
	 
	 opacity: 1;
  display: block;
  transition: .5s ease;
  backface-visibility: hidden;
 }
 
 .hm-box-mid
 {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
 }
 
 .hm-box-outer:hover .hm-box {
  opacity: 0.3;
}

 .hm-box-outer:hover .hm-box-mid {
  opacity: 1;
}
 

 
 .hm-box-bg1
 {
	  background:#fb901f;
	  /*background: #39668e;*/
   border-radius: 15px 0px 0px 15px;
-moz-border-radius: 15px 0px 0px 15px;
-webkit-border-radius: 15px 0px 0px 15px;

 }
 
 .hm-box-bg2
 {
	  background: #265988;
	  /*background: #3876aa;*/
 }
 
  .hm-box-bg3
 {
	  background: #858585;
	  /*background: #3484c7;*/
    border-radius: 0px 15px 15px 0px;
-moz-border-radius: 0px 15px 15px 0px;
-webkit-border-radius: 0px 15px 15px 0px;
 }
 

 
 .hm-box-lv1
 {
	 font-size:20pt;
	 text-align:center;
	 line-height:60px;
	 color:#fff;
	 font-weight:300;

 }
 
 .hm-box-lv2 i 
 {
	 text-align:center;
	 font-size:40pt;
	 color:#fff;
 }
 
 .hm-box-lv3
 {
	 padding:15px;
	 color:#fff;
	 text-align:justify;
	 
 }
 .hm-box-lnk
 {
	 padding-left:10px;
	 margin-top:0px;
	 background:#e6e6e6;
	 
 } 
 
  .hm-box-lnk a
  {
	  font-size:12pt;
	  color:#555;
	  line-height:40px;
	  
  }


  .hm-box-full-bg
  {
    background-color: #fff;
  }
  
  .wow
  {
	  visibility:hidden;
  }
  

@media (min-width: 768px)
{

	.hm-box-nopad
	{
			padding-left:0px;
			padding-right:0px
	}
}

  
   @media (max-width: 990px)
   {
      .hm-box-bg1, .hm-box-bg2, .hm-box-bg3
      {
         border-radius: 0px 0px 0px 0px;
-moz-border-radius: 0px 0px 0px 0px;
-webkit-border-radius: 0px 0px 0px 0px;
      }

   }
  
  
.cont-fluid-nopad

{
	padding-left:0px !important;
	padding-right:0px !important;
}



@media (max-width: 768px)
{
.cont-scroll {
    
	margin-top:40px;
  margin-bottom: 40px;
}




.hm-box-outer
{
	margin-bottom:15px;
}

.super-box .hm-abt-us h2
{
	font-size:28pt;
	line-height:50px;
}

}



  /*************parallax Bg******************/

.super-box {
    /*padding: 0 0 95px 0;*/
}


.bg-img-1 {
    background: #565656 url(../images/bg-img-1.jpg) 50% 0px no-repeat;
    background-attachment: fixed;
	
}

.bg-img-2 {
   background: #565656 url(../images/bg-img-2.jpg) 50% 0px no-repeat;
    background-attachment: fixed;
	
}

.hm-abt-us
{
	padding: 50px 0px 50px 0;
}

.hm-abt-us h2
{
	line-height:60px;
	font-size:40pt;
	font-weight:300;
	padding-bottom:30px;
}


.hm-abt-us p
{
	font-size:12pt;
	color:#dad8d8;
	font-weight:300;
  text-align: justify;
}


.vs-clr1
{
	color:#fb901f;
}

.vs-clr2
{
	color:#1371c7;
}


/***********Home Circle Spin******************/

.circle-spin {
    position:relative;
    width:210px;
    height:210px;
    border-radius:50%;
	margin: 0px auto;
}
.circle-spin .wrapper {
    width: 220px;
    height: 220px;
    border-width: 15px;
    border-style: solid;
    border-color: #265988 #fb901f #fb901f #265988;
    border-radius: 50%;
    transition: all 0.8s ease-in-out 0s;
    posistion:absolute;
    top:0;
    left:0;
}

.circle-spin img, .circle-spin .info {
    position:absolute;
    top:10px;
    right:0;
    bottom:0;
    left:10px;
    border-radius:50%;
    width:200px;
    height:200px;
    transition: all 0.8s ease-in-out 0s;
}

.circle-spin .info {
    text-align:center;
    padding:10px;
    padding-top:50px;
    /*background:#ccc;*/
	background: rgba(0, 0, 0, 0.6);
    opacity:0;
    transition: all 0.8s ease-in-out 0s;
    backface-visibility:hidden;
}

.circle-spin a:hover  .wrapper {
    transform:rotate(180deg);
    transition: all 0.8s ease-in-out 0s; 
}

.circle-spin a:hover img {
    opacity:0.3;
    transition: all 0.8s ease-in-out 0s;
}

.circle-spin a:hover .info {
    opacity:1;
    transition: all 0.8s ease-in-out 0s;
}

.circle-spin .info h3 
{
	color:#fff !important;
}

.circle-spin img {
    top: 25%;
    /* bottom: 50%; */
    left: 20%;
    right: 0;
    width: auto;
    height: auto;
}

  .circle-spin
{
	margin-bottom:80px;
}



/******************************/


.post-module {
  position: relative;
  z-index: 1;
  display: block;
  background: #FFFFFF;
  min-width: 270px;
  height: 100%; /*350px;*/
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  padding-bottom:55px;
  margin-bottom:10px;
}
.post-module:hover,
.hover {
  -webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
  cursor:pointer;
}
.post-module:hover .thumbnail img,
.hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
  opacity: .6;
}

.post-module .thumbnail>img {

min-height:240px;	
}



.post-module .thumbnail {
  background: #ccc;
  height: 200px; /*350px;*/
  overflow: hidden;padding: 0;
  border-radius:0px;
}
.post-module .thumbnail .date {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  background: #f2b202;
  width: 55px;
  height: 55px;
  padding: 12.5px 0;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post-module .thumbnail .date .day {
 font-size: 18px;
    line-height: 31px;
    color: #fff;
}
.post-module .thumbnail .date .month {
  font-size: 12px;
  text-transform: uppercase;
}
.post-module .thumbnail img {
  display: block;
  width: 120%;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
}
.post-module .post-content {
  position: relative;
  bottom: 0;
  background: #FFFFFF;
  width: 100%;
    padding: 0 15px; /*30*/
  -webkti-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  -o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
  transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}
/*.post-module .post-content .category {
  position: absolute;
  top: -34px;
  left: 0;
  background: #c3ce28;
  padding: 10px 15px;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing:1px;
}*/
.post-module .post-content .title {
  margin: 0;
  padding: 0 0 10px;
  color: #f5a531 !important;
  font-size: 21px !important;
  font-weight: 400;    
  margin: 15px 0 0 !important;
  
}

.post-module .post-content hr
{
	margin-top:10px;
}

/*.post-module .post-content .sub_title {
  margin: 0;
  padding: 0 0 20px;
  color: #777;
  font-size: 14px;
  font-weight: 400;
}
.post-module .post-content .description {
  display: none;
  color: #666666;
  font-size: 14px;
  line-height: 1.8em;
}*/
/*.post-module .post-content .post-meta {
  margin: 0px 0px 10px;
  color: #999999;
}
.post-module .post-content .post-meta .timestamp {
  margin: 0 16px 0 0;
}
.post-module .post-content .post-meta a {
  color: #999999;
  text-decoration: none;
}
.hover .post-content .description {
  display: block !important;
  height: auto !important;
  opacity: 1 !important;
 -webkit-transition: 2s;
  transition: 2s;
}
*/


.post-module .post-content .box-txt
{
	line-height:18pt;
	text-align:justify;
}


.hom-box-txt a
{
	
	color:#208692;
}

.hom-box-txt a:hover
{
	color:#fcb124;
	 -webkit-transition: .5s;
  transition: .5s;
  text-decoration:none;
}




/************Inner page styles*****************/

.header-wrapper {
    background: #fff;
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
}

.headerbg_dark:before {
    background: rgba(34,34,34,0.6);
    content: "";
    left: 0;
    top: 0;
	
	position: absolute;
    height: 100%;
    width: 100%;
    z-index: 0;
}

.headertopbg {
 
  padding:140px 0;
  
  position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  
}


.header-text-big {
    letter-spacing: 12px;
    font-size: 22pt;
	color:#fff;
	text-transform:uppercase;
	
}

.ban-bg-about
{
	background-image: url(../images/ban_about.jpg);
	
}

.ban-bg-solution
{
	background-image: url(../images/ban_solution.jpg);
	
}

.ban-bg-client
{
	background-image: url(../images/ban_client.jpg);
	
}



.ban-bg-contact
{
	background-image: url(../images/ban_contact.jpg);
	
}



@media (max-width: 767px)
{
.header-text-big {
    letter-spacing: 14px;
    font-size: 14px;
}
}


@media (max-width: 500px)
{
.header-text-big {
    letter-spacing: 4px;
    font-size: 13px;
	line-height:15px;
}
}




.section-block {
    padding: 60px 0;
}


.hero-boxed {
    /*padding-left: 88px;
    position: relative;*/
	/*background:#f7f8fa;*/
	padding: 20px 20px 15px 20px;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.hero-boxed > span {
    display: inline-block;
    font-style: italic;
    margin: 0 0 20px;
}



span.boxed-icon {
    background: #f7f8fa none repeat scroll 0 0;
    color: #3d53e5;
    display: inline-block;
    font-size: 35px;
    height: 60px;
    left: 0;
    line-height: 63px;
    position: absolute;
    text-align: center;
    top: 0;
    width: 72px;
}


.hero-boxed h2
{
	margin-top:0px;
	margin-bottom:25px;
	font-weight:300;
	color: #265988;
}

.hero-boxed p
{
	text-align:justify;
}


.box-outer-about
 {
	 /*padding:7px;*/
	  position: relative;
	  -webkit-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);
box-shadow: 4px 6px 11px -4px rgba(0,0,0,0.75);
 }
 
.hm-box-bg4
{
	background: #4cb7c3;
}
 
 
 .hm-box-bg5
{
 background: #a2896f;
}


@media (max-width: 768px) {
	
	.move-left
	{
		float:left;
	}
	
	.move-right
	{
		float:right;
	}
}

  
/***************Footer*********************/

.footer {
	background: #fb901f;
	height: auto;
	padding-bottom: 5px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {
	border-bottom: 1px dotted #BAC1C8;
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	line-height: 27px;
	padding: 5px 0 10px;
	text-transform: normal;
}
.footer ul {
	font-size: 13px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #fff;
}
.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}


.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}

.footer-bottom {
	background: #18191a;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
	
}
.footer-bottom .copytxt {
	padding-top: 6px;
	color:#ccc;
	font-size:9pt;
}

.footer-bottom .soctxt ul 
{
	text-align:right;
}

@media only screen and (max-width: 767px)
{
.footer-bottom .copytxt, .soctxt {
    text-align: center;
	margin:0 auto;
}
}



ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007BB6;
}

.social-network a.icoInstagram:hover {
	background-color:#3F729B;
}

.social-network a.icoYelp:hover {
	background-color:#CB2027;
}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i,
.social-network a.icoInstagram:hover i, .social-network a.icoYelp:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 30px;
	height: 30px;
	font-size:15px;
}
.social-circle li i {
	margin:0;
	line-height:30px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}






/*************Contact Page*****************/

.area-title {
    border-bottom: 1px solid #f7f8fa;
    margin-bottom: 30px;
    margin-top: 0;
    padding-bottom: 10px;
    position: relative;
    text-transform: capitalize;
}

.area-title::before {
    background: #f5a531 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 110px;
}

h2.area-title 
{
	font-weight:300;
}

.contact-us .media {
    border: 1px solid #f7f8fa;
    padding: 40px 20px;
    transition: .4s;
    -webkit-transition: .4s;
}

.contact-us .media .media-body h4 {
    color: #666;
    font-weight: 300;
    line-height: 27px;
    margin: 0;
}

.contact-us .media:hover {
    background: #f7f8fa;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.contact-us .media .media-left {
    padding-right: 15px;
}

.contact-us .media .media-left i {
    font-size: 40px;
    color: #265988;
}

.contact-form-area {
    padding: 100px 0 0;
}

.contact-form-area .form-group label {
    color: #666;
    font-weight: 400;
}

.contact-form-area .form-group .form-control {
    background: #f7f8fa none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 45px;
    box-shadow: none;
}

.contact-form-area .form-group textarea.form-control {
    height: auto !important;
}

.theme-btn {
    text-transform: uppercase;
    font-weight: 400;
    color: #fff;
    text-align: center;
    border-radius: 100px;
    padding: 10px 28px;
    display: inline-block;
    margin-top: 10px;
    font-size: 15px;
}

.theme-btn-blue {
    background-color: #265988;
    border: 2px solid #3d53e5;
	transition: all .35s;
}

.theme-btn-blue:hover {
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
    background: #f5a531;
    border: 2px solid #265988;
	transition: all .35s;
}



input:-webkit-autofill
{
	background-color: #f7f8fa; 
}


@media (max-width: 388px)
{

}

/***************************/


/******Clients page******/

.hexagon {
  position: relative;
  width: 240px; 
  height: 115px;
  background-color: #fff;
  margin: 86.60px 0;
  /*display: flex-inline;*/
}

.hexagon:before,
.hexagon:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 120px solid transparent;
  border-right: 120px solid transparent;
}

.hexagon:before {
  bottom: 100%;
  border-bottom: 50.60px solid #5b717f;
}

.hexagon:after {
  top: 100%;
  width: 0;
  border-top: 50.60px solid #5b717f;
}

.hexagon .hexagon-inner
{
   background:#fff;
   /*position: relative;*/
   /*top: 30px;*/
   text-align: center;
}



@media only screen and (max-width: 560px)
{



.hexagon .hexagon-inner
{

	text-align: center;
}

.hexagon .hexagon-inner img
{
	width:120px;
	height: 68px;
}



.hexagon {
  width: 140px; 
  height: 68px;
  margin: 48px 0;
}

.hexagon:before,
.hexagon:after {
  border-left: 70px solid transparent;
  border-right: 70px solid transparent;
}

.hexagon:before {
  border-bottom: 35.60px solid #5b717f;
}

.hexagon:after {
  border-top: 35.60px solid #5b717f;
}

}