/*
Awesome Template
http://www.templatemo.com/preview/templatemo_450_awesome
*/
@font-face{
	src: url('/font/futura-medium-bt.ttf');
	font-family: futura-medium;
}
@font-face{
	src: url('/font/Futura-Light-font.ttf');
	font-family: futura;
}
@font-face{
	src: url('../fonts/AvenirLTStd-Roman.otf');
	font-family: avenir;
}
@font-face{
	src: url('/font/AvenirLTStd-Medium.otf');
	font-family: avenir-medium;
}
.nav-icon{width:287px;}
.mb-2{
	margin-bottom: 20px;
	
}

/******** slider css start********/
.slick-list {
	margin:0px 0px;
  }
  .slick-prev,
  .slick-next {
	position: absolute;
	right: 10%;
	background: #777;
	border: none;
	color: transparent;
	width: 30px;
	height: 30px;
  }
  .slick-prev:before,
  .slick-next:before {
	content: ">";
	color: #fff;
	font-size: 25px;
  }
  .slick-prev {
	left: 10%;
  }
  .slick-prev:before {
	content: "<";
  }
  .slick-dots {
	list-style: none;
	margin: 10px auto;
	text-align: center;
  }
  .slide-content{
	  color:#000;
  }
  .slick-dots li {
	display: inline-block;
  }
  .slick-dots li button {
	transition: 0.2s background-color ease-in-out 0s;
	border: none;
	padding: 0;
	color: transparent;
	width: 15px;
	height: 15px;
	background-color: #777;
	margin-right: 10px;
	border-radius: 50%;
  }
  .slick-dots li.slick-active button {
	background-color: red;
  }
  
  .hero-slide {
	  background-size: cover;
	  background-position: center bottom;
	  background-repeat: no-repeat;
  }
  .hero-content {
	  height: 450px;
	  display: table-cell;
	  vertical-align: middle;
  }
/**********Slider end*************/  

body
	{
 		background: #fff;
		 color: #fff;
		 font-size: 18px;
		 font-family: 'avenir', sans-serif !important;
 		font-weight: 400;
 		overflow-x: hidden; /* prevent horizontal scrollbar from appearing */
 }
 .product-list-sm{
	 display: none;
 }
	
/* a {
	color: #47C6F8;
} */
	
/* a:hover {
	color: #0FF;
} */

/* start h2 */
h2
	{
		text-align: center;
		font-size:29px;
		padding-bottom: 20px;
		font-family: 'avenir'!important;
	}	
h2 span
	{
		color: #4E4E4E !important;
		/* font-weight: bold; */
	}
/* end h2 */

/* start about team service portfolio contact */
#aboutus, #team,#ourmission, #service,
#portfolio
	{
		padding-top: 40px;
		padding-bottom: 40px;
	}
	#contact
	{
		padding-top: 0px;
		padding-bottom: 0px;
	}
	#ourmission{
		background-color: #f7f7f7;
		width:100%;
	}
/* end about team service portfolio contact */
.navbar-default .navbar-nav li a{
	font-weight: 300;
	font-size:16px;
	font-family: 'avenir', sans-serif !important;
}
/* start preloader */
.preloader
	{
		position: fixed;
  		top: 0;
  		left: 0;
  		width: 100%;
  		height: 100%;
  		z-index: 99999;
  		display: -webkit-box;
  		display: -webkit-flex;
  		display: -ms-flexbox;
  		display: flex;
  		-webkit-flex-flow: row nowrap;
  		    -ms-flex-flow: row nowrap;
  		        flex-flow: row nowrap;
  		-webkit-box-pack: center;
  		-webkit-justify-content: center;
  		    -ms-flex-pack: center;
  		        justify-content: center;
  		-webkit-box-align: center;
  		-webkit-align-items: center;
  		    -ms-flex-align: center;
  		        align-items: center;
  		background: none repeat scroll 0 0 #ffffff;
	}
.sk-spinner-wave.sk-spinner 
	{
  		width: 50px;
  		height: 30px;
  		text-align: center;
  		font-size: 10px; 
  	}
.sk-spinner-wave div 
	{
  		background-color: #333;
  		height: 100%;
  		width: 6px;
  		display: inline-block;
         -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
                 animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
         
	}
	.c-loc-icon{
		margin-top: 10px;
		margin-right: 10px;
	}
.sk-spinner-wave .sk-rect2 
	{
          -webkit-animation-delay: -1.1s;
                  animation-delay: -1.1s; 
      }
.sk-spinner-wave .sk-rect3 
	{
          -webkit-animation-delay: -1s;
                  animation-delay: -1s; 
     }
.sk-spinner-wave .sk-rect4 
	{
          -webkit-animation-delay: -0.9s;
                  animation-delay: -0.9s;
     }
.sk-spinner-wave .sk-rect5 
	{
          -webkit-animation-delay: -0.8s;
                  animation-delay: -0.8s; 
     }

@-webkit-keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
            -webkit-transform: scaleY(0.4);
                    transform: scaleY(0.4); }

  20% {
            -webkit-transform: scaleY(1);
                    transform: scaleY(1); } }
/* end preloader */

/* start header */
header
	{
		min-height: 20px;
		padding-top: 18px;
		padding-bottom: 10px;
	}
header .fa
	{
		color: #0544a4;
	}
header span
	{
		font-weight: bold;
		padding-right: 10px;
		padding-left: 4px;
	}
header a
	{
		color: #999;
		font-weight: 600;
	}
header .social-icon
	{
		text-align: right;
	}
header .social-icon li a
	{
		border: none;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
	}
/* end header */

/* start nagivation */

#language select{
	width: 78px;
    font-size: 15px;
    background: #23527c;
    color: #fff;
    position: absolute;
    right: -126px;
    top: -12px;
    border: none;
    padding: 2px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
    padding-right: 92px;
    padding-top: 20px;
}
.solt-logo{
	width:100%;margin-top: -15px;
}
.banner-img-1{
	background-image: url(../images/shutterstock_326305964.jpg);
	background-repeat: no-repeat;
	background-size:cover;
	height:450px;
	width: 100%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.banner-img-2{
	background-image: url(../images/healthcare_simplified.jpg);background-repeat: no-repeat;background-size:cover;height: 500px;width: 100%;position: relative;
}
.banner-img-3{
	background-image: url(../images/mat-of-life.jpg);background-repeat: no-repeat;background-size:cover;height: 500px;width: 100%;position: relative;
}
.banner-img-4{
background-color:#fff;background-repeat: no-repeat;background-size:100% 100%;height:450px;width: 100%;position: relative;
}

/***********product list**************/
.product-list-img-left{
	padding: 0px;background-repeat: no-repeat; background-position:center center; background-attachment: fixed;background-size:contain; min-height: 613px;
}
.product-list-img-right{
	
	width:100%;max-width:100%;padding: 0px;background-repeat: no-repeat; background-position:right; background-attachment: fixed;background-size:contain; min-height: 613px;
}

.innerContent {
    background: rgba(88, 86, 92, 0.70);
	width: 30%;
    padding: 1em 0.8em;
    color: #fff;
    border-bottom: 4px solid rgba(0, 0, 0, 0.2);
}

.text-left {
	text-align: left!important;
    position: absolute;
    right: 19%;
    top: 42%;
	
}
.button {
	border: 1px solid #0544a4;
	border-radius: 3px;
	width: 175px;
	height: 40px;
	display: block;
	background: linear-gradient(to right, #0544a4 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .5s ease-out;
}

.button:hover {
background-position: left bottom;
}

.text {
text-align: center;
font-size: 16px;
line-height:40px; 
transition: all .6s ease-out;
display: block;
}

.text:hover {
color: white;  
}
.text a{
display: block;
}
.text a:hover {
color: white;  
text-decoration:none;

}
.navbar-default
	{
		background: #fff;
		border: none;
		box-shadow: none;
		margin: 0 !important;
	}
.navbar-default 
	{
		font-weight: 500;
		font-size: 30px;
		height:113px;
		line-height: 32px;
		padding: 12px 0px 0px 12px;
	}
	.navbar-default .navbar-nav>li>a {
		color: #1C1C1C;
	}
	.navbar-default .navbar-nav>li>a:hover{
		color: #c32333;
	}
	
	
	
	.navbar-brand 
	{
		/* font-family: "Times New Roman", Times; */
		color: #0544a4;
		font-weight: 900;
		font-size: 21px;
		height: 80px;
		line-height: 20px;
		padding: 12px 0px 0px 12px;
		text-shadow: 1px 1px 2px gray;
	}
	

.navbar-default .navbar-nav li a
	{

		font-size:15px;
		font-weight: 700;
		height: 80px;
		line-height: 20px;
	}

.navbar-default .navbar-nav > li > a.current { 
	color: #c32333; 
}
.templatemo-nav {
	border-radius: 0;	
	width: 100%;
	z-index: 1000;
}
.sticky {	
	position: fixed;
	left: 0;
	top: 0;	
	width: 100%;
}
/* end navigation */

/* start home */
#home
	{
		background: url('../images/home-banner.jpg') no-repeat;
		background-size: cover;
		/* padding-top: 160px; */
		/* padding-bottom: 115px; */
		max-height: 558px;
		height: 450px;
		min-height:450px;
		background-attachment: fixed;
	

	}
#home h1
	{
		font-weight: 300;
		font-size: 70px;
		padding-bottom: 10px;
	}
#home h1 span
	{
		color: #0544a4;
		font-weight: bold;
	}
#home .btn
	{
		background: transparent;
		border-radius: 2px;
		color: #fff;
		font-size: 16px;
		font-weight: bold;
		margin-top: 20px;
		width: 180px;
		height: 60px;
		padding-top: 18px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#home .btn:hover
	{
		background: #0544a4;
		border-color: transparent;
	}
.element {
	height: 60px;
	font-size: 16px;
}
/* end home */

/* start about */
#about .media-heading-wrapper
	{
		padding-bottom: 32px;
	}
#about .media-heading-wrapper .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 24px;
		width: 60px;
		height: 60px;
		line-height: 60px;
		text-align: center;
		margin-bottom: 20px;
		margin-right: 20px;
	}
#about .media-heading-wrapper h3
	{
		font-size: 18px;
		font-weight: bold;
		padding-top: 20px;
		padding-left: 52px;
	}
/* end about */

/* start team */

#team{
	background-color: #f7f7f7;
}
#copyright{
	background-color: #333;
}
/***************slick slider start******************/

  /***************slick slider end******************/
#team .team-wrapper
	{
		background: #fff;
		padding-bottom: 10px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		position: relative;
		border-radius: 10px;
	}
	/* .team-des img{
		border: 1px solid #29a7e9;
		border-radius: 10px;
	} */
	.team-des h4{
		font-size: 20px;
		color:#212529
	}
	.team-des p{
		font-size: 16px;
		color:#212529
	}
#team .team-wrapper:hover
	{
		cursor: pointer;
		opacity: 0.9;
		bottom: 4px;
	}
#team .team-wrapper .team-des
	{
		padding: 20px;
		line-height: 30px;
	}
#team .team-wrapper .team-des span
	{
		color: #3477de;
		display: block;
		font-weight: bold;
		padding-bottom: 12px;
	}
/* end team */

/* start service */
#service .col-md-4
	{
		padding: 40px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	#service .col-md-6
	{
		padding:15px;
		color:#313131;
		-webkit-transition: all 0.4s ease-in-out;
		transition: all 0.4s ease-in-out;
		
	}
#service .col-md-6:hover
	/* {
		background: #777;
		color: #313131;
	} */
	#service .col-md-4:hover
	{
		background: #505050;
	}
#service .active
	{
		background: #505050;
		padding: 40px;
	}
#service .fa
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-size: 50px;
		width: 100px;
		height: 100px;
		line-height: 100px;
		text-align: center;
	}
#service h4
	{
		color: #4E4E4E;
		font-weight: 600;
		padding-top: 10px;
		padding-bottom: 14px;
	}
#aboutus p{

		font-size: 1.7rem;
		line-height: 1.5em;
		color: #313131;
		font-family: 'avenir', sans-serif !important;
}
#ourmission p{
	font-size: 1.7rem;
	line-height: 1.5em;
	color: #fff;
	font-family: 'avenir', sans-serif !important;
}
#ourmission h4{
	color:#fff;
	font-size: 20px;
	font-weight: 600;
}
#ourmission .card{
	/* background: #fff; */
	background-image: linear-gradient(to right top, #5061a0,#f93649);
	padding: 14px;
	border-radius: 7px;
}
/* end service */

/* start portfolio */
#portfolio
	{
		padding-bottom: 80px;
	}
#portfolio .col-md-3
	{
		padding: 0px;
	}
	.portfolio-thumb, 
	.portfolio-overlay {
		max-width: 450px;
	}
#portfolio .portfolio-thumb
	{
		overflow: hidden;
		padding: 0;
		margin: 0 auto;
	}
#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #0544a4;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;	
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 20px 10px 20px 20px;
		margin-left: auto;
		margin-right: auto;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#portfolio .portfolio-thumb .portfolio-overlay h4
	{
		font-weight: bold;
		padding-bottom: 10px;
	}
#portfolio .portfolio-thumb .portfolio-overlay .btn
	{
		background: none;
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		font-weight: bold;
	}
#portfolio .portfolio-thumb:hover .portfolio-overlay
	{
		cursor: pointer;
		opacity: 0.8;
	}
/* end portfolio */

/* start contact */
#contact
	{
		background: #202020;
	}
#contact .form-control
	{
		background: transparent;
		border: 1px solid #0544a4;
		border-radius: 2px;
		box-shadow: none;
		color: #fff;
		margin-top: 6px;
		margin-bottom: 16px;
	}
#contact label
	{
		font-weight: 500;
		font-size: 16px;
	}
#contact input
	{
		height: 50px;
	}
#contact input[type="submit"]
	{
		border: 1px solid #0544a4;
		background:#0544a4 ;
		font-weight: bold;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
#contact input[type="submit"]:hover
	{
		background: transparent;
	}
#contact address
	{
/*		border-bottom: 1px solid #505050;*/
		padding-top: 30px;
	}
#contact address .address-title
	{
		font-weight: bold;
		font-size: 20px;
		padding-bottom: 10px;
	}
#contact address span
	{
		display: block;
		padding-bottom: 30px;
	}
#contact address .fa
	{
		/*border: 1px solid #fff;*/
		border-radius: 2px;
		width: 30px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		margin-right: 5px;
/*		margin-bottom: 10px;*/
		font-size: 17px;
	}
.loc-address {
    border-left: solid 1px #afafaf;
    padding-left: 10px;
    padding: 4px 10px;
}
.loc-address-wrapper{
	display: flex;
/*    align-items: center;*/
    margin-bottom: 30px;
    margin-top: 15px;
}
.loc-address p{
	margin: 4px;
}
p.in-dev-center{
	margin-top: 7px;
	text-decoration: underline;
    font-weight: bold;
}
.usa-head{
	text-decoration: underline;
    font-weight: bold;
}
/* end contact */

/* start copyright */
#copyright
	{
		padding: 20px;
	}
#copyright p
	{
		font-weight: 400;
	}
/* end copyright */

/* start social icon */
.social-icon
	{
		position: relative;
		padding: 0;
		margin: 0;
	}
.social-icon h4
	{
		display: inline-block;
		padding-right: 20px;
	}
.social-icon li
	{
		display: inline-block;
		list-style: none;
	}
.social-icon li a
	{
		border: 1px solid #fff;
		border-radius: 2px;
		color: #fff;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		text-decoration: none;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
		margin-right: 10px;
	}
.social-icon li a:hover
	{
		background: #0544a4;
		border-color: transparent;
	}
/* end social icon */

.card-container{

	background: #f7f7f7;
    border-radius: 10px;
    padding: 5px;
    border: 1px solid transparent;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    height: 315px;
    min-height: 315px; 
    max-height: 315px;
}
.card-container img{
	margin-top: 22px;width:100%;height:100%
}
.card-container:hover{
	/* border:1px solid #333; */
	-webkit-box-shadow: 0px 0px 11px 3px rgba(173,157,173,1);
	-moz-box-shadow: 0px 0px 11px 3px rgba(173,157,173,1);
	box-shadow: 0px 0px 10px 0px rgba(173,157,173,1);
}

@media only screen and (max-width: 1199px) and (min-width: 992px) {
	#portfolio .portfolio-thumb .portfolio-overlay {
		padding: 0px 8px;
	}
}

/* start 980 media quires */
@media only screen and ( max-width: 980px ) {
	.nav-icon{width:190px;}
	.product-list-sm{
		display:block;
	}
	.product-list-sm img{
		width:90%;
	}
	#team .team-wrapper
		{
			margin-top: 40px;
		}
	#portfolio .portfolio-thumb .portfolio-overlay
	{
		background: #28a7e9;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
		position: absolute;
		padding: 40px 10px 20px 20px;
		-webkit-transition: all 0.4s ease-in-out;
		        transition: all 0.4s ease-in-out;
	}
	.card-container {
		height: 386px;
		min-height: 386px;
		max-height: 400px;
	}
	.card-container img {
		width: 16%;
	}
	#product-list{
		display: none;
	}

}
/* end 980 media quires */

/* start 768 media quires */
@media only screen and ( max-width: 767px ) {
	.product-list-sm{
		display: block;
	}
	#product-list{
		display: none;
	}
	#home
		{
			min-height: 300px;
			padding-top: 80px;
			padding-bottom: 60px;
			
		}


	#home h1
		{
			font-size: 52px;
		}

	.templatemo-nav {
		position: fixed;
    	top: 0;
	}
	header {
		margin-top: 70px;
	}
	header .social-icon {
		text-align: left;
	}
	.navbar-toggle {
		margin-top: 15px;
	}
	.navbar-collapse {
		max-height: 300px;
		overflow-y: auto;
		background: #ffffff;
	}
	.navbar-default .navbar-nav li a {
		height: 45px;
		padding-top: 5px;
		padding-bottom: 5px;
		line-height: 35px;
	}
}
/* end 768 media quires */
@media only screen and (max-width: 1024px) and (min-width:768px) {
	.mt-2{
		margin-top:15px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		padding-right: 0px;
	}
	#language select {
		right: 10px;
		top: -12px;
	}
	.navbar-default .navbar-nav li a {
		font-size:10px;
		line-height: 43px;
	}
}

/* start 360 media quires */
@media only screen and ( max-width: 360px ) {
	header .social-icon
		{
			text-align: left;
		}
	#home
		{
			min-height: 200px;
			padding-top: 60px;
			padding-bottom: 40px;
		}
	#home h1
		{
			font-size: 32px;
		}

}
@media only screen and (max-width:480px) and (min-width:320px)  {
	.slick-dots {
		margin: -30px auto;
	  }
	.mt-2{
		margin-top:15px;
	}
	.product-list-sm img{
		width:70%;
	}
	.product-list-sm{
		display: block;
	}
	.product-list-sm img{
		width:70%;
		margin: auto;
	}
	.card-container {
		height: 500px;
		min-height: 500px;
		max-height: 600px;
	}
	.card-container img{
		width: 19%;
		height:auto;
	}
	.banner-img-1{
		height:300px;
	}
	
	.banner-img-4{
	height:300px;
	}
	#home {
		height:460px;
		background-position: center;
	}
	textarea{
		width:74%;
	}
	.solt-logo{
		width:60%;margin-top:0px;
	}

}



.navbar-default{
	background: #f7f7f7;
}
#service p{
	font-size:1.7rem;
    line-height: 1.5em;
    color: #313131;
}
.btn-default {
    color: #fff;
    background-color: #28a7e9;
    border-color: #ccc;
}
/* end 360 media quires */