
body,
html {
	font-family: 'Open Sans', sans-serif;
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
	font-weight:600;
}

.clr{clear:both;}

p{line-height:24px;}

.navbar-bg{ /*background-color:#043e75;*/ background-color:#FFF;}

.navbar-nav > li > a {
  padding-bottom: 10px;
  padding-top: 10px;
  transition: all 500ms ease-in-out 0s;
  line-height: 16px;
  margin-bottom: 3px;
}

/*.navbar-right {
  float: right !important;
  margin-right: -15px;
}*/

.nav > li > a {
  color: #043e75;
  display: block;
  font-size: 14px;
  font-weight: 600;
  margin-right: 4px;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
}

.nav > li > a:hover, .nav > li > a:focus {
  background-color: #043e75;
  border-radius: 4px;
  color: #fff;
  text-decoration: none;
  transition: all 500ms ease-in-out 0s;
}

.navbar-brand {
  float: left;
  font-size: 18px;
  line-height: 20px;
  padding: 15px;
  height:100px;
}

.active {
  background: none repeat scroll 0 0 #043e75;
  border-radius: 4px;
  color: #fff !important;
}

/*.nav-margin-top{margin-top:40px;}*/
.top-info{margin:10px 23px 15px 0; float:right;}
.top-info > span{float:left; display:block; margin-left:20px; font-size:14px; font-weight:600;}

.top-info i {
  background: none repeat scroll 0 0 #333;
  border-radius: 100%;
  color: #fff;
  height: 25px;
  width: 25px;
  padding: 6px;
  font-size: 12px;
}
.font-size{font-size:14px !important;}

.item img{width:100%;}

.title {
  color: #404040;
  font-family: "Open Sans",sans-serif;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 15px 0;
  text-align: center;
  text-transform: uppercase;
}

.title-line{
	display:block;
	margin:5px auto 0 auto;
	text-align:center;
}

.why-us p{
	font-size:14px;
	letter-spacing:0.3px;
	line-height:24px;
	color:#404040;
	font-weight:normal;
	text-align:justify;
}

.read-more{margin-top:10px;}

.read-more a{
	background-color:#19529b;
	color:#FFF;
	font-size:16px;
	padding:8px 15px;
	text-decoration:none;
	font-weight:normal;
	border-radius:4px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.read-more a:hover{
	background-color:#003880;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.president{
	height:273px;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	background: #e2e2e2; /* Old browsers */
background: -moz-linear-gradient(top,  #e2e2e2 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e2e2e2 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e2e2e2 0%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.president-img{
	width:140px;
	text-align:center;
	margin:15px auto 0px auto;
}

.text-content{
	width:100%;
}

.name{
	 font-size:22px;
	 font-weight:700;
	 color:#19529b;
	 text-align:center;
	 display:block;
	 margin-top:-1px;
	 text-transform:uppercase;
}

.meet{
	 font-size:18px;
	 font-weight:normal;
	 color:#404040;
	 text-align:center;
	 display:block;
	 margin-top:-4px;
}
.click-here{
	 font-size:16px;
	 font-weight:normal;
	 text-align:center;
	 display:block;
	 margin-top:-3px;
}
.click-here a{
	color:#19529b;
	text-decoration:none;
}
.seprator{margin:25px 0 0 0;}

.icon{
	display:block;
	text-align:center;
}

.icon1{
	display:block;
	text-align:center;
	background-image: url(../images/icon1.png);
	background-repeat: no-repeat;
	height:141px;
	width:141px;
	margin:0 auto;
	overflow:hidden;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}
.icon1:hover{
	background-position: 0px -142px;
}

.icon2{
	display:block;
	text-align:center;
	background-image: url(../images/icon2.png);
	background-repeat: no-repeat;
	height:141px;
	width:141px;
	margin:0 auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.icon2:hover{
	background-position: 0px -142px;
}

.icon3{
	display:block;
	text-align:center;
	background-image: url(../images/icon3.png);
	background-repeat: no-repeat;
	height:141px;
	width:141px;
	margin:0 auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.icon3:hover{
	background-position: 0px -142px;
}

.icon4{
	display:block;
	text-align:center;
	background-image: url(../images/icon4.png);
	background-repeat: no-repeat;
	height:141px;
	width:141px;
	margin:0 auto;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
}

.icon4:hover{
	background-position: 0px -142px;
}

.services-title{
	font-size:21px;
	text-align:center;
	text-transform:uppercase;
	font-weight:normal;
	color:#404040;
	margin:16px 0;
	font-weight:700;
}
.services-title a{
	color:#404040;
	text-decoration:none;
}
.services-title a:hover{
	color:#19529b;
}
.services-content{
	font-size:14px;
	text-align:center;
	color:#404040;
	letter-spacing:0.3px;
	line-height:24px;
}
.s1{margin-bottom:20px;}
.testimonials{
	/*background:rgba(3,63,114,0.8);*/
	margin:40px 0;
	padding:20px 0 90px 0;
	-webkit-box-shadow: inset 0px 0px 157px -1px rgba(0,0,0,0.75);
-moz-box-shadow: inset 0px 0px 157px -1px rgba(0,0,0,0.75);
box-shadow: inset 0px 0px 157px -1px rgba(0,0,0,0.75);
}

.test-box{
	background-color:#FFF;
	border:solid 2px #9b9b9b;
	border-radius:8px;
	padding:10px;
	position:relative;
	width:48%;
}
.last{
	float:right;
}
.test-content{
	font-size:14px;
	color:#404040;
	font-weight:400;
	line-height:22px;
	letter-spacing:0.3px;
	text-align:justify;
}
.text-wrap{
    width: 100%;
	height:100px;
}
.author-name{
	font-size:16px;
	font-weight:normal;
	color:#232323;
	margin:15px 0 0 0;
}
.author-img{
	height:100px;
	width:100px;
	border-radius:50%;
	border:solid 2px #9b9b9b;
	position:absolute;
	right:65px;
	top:100px;
}
.website-link{
	color:#5b5b5b;
	font-style:italic;
	font-size:14px;
}

.fservices-box{
	border:solid 2px #9b9b9b;
	border-radius:6px;
	padding:10px 0;
	height:335px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.fservices-box:hover{
	border:solid 2px #19529b;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.fservices-title{
	font-size:17px;	
	color:#404040;
	text-transform:uppercase;
	text-align:center;
	display:block;
	font-weight:600;
}

.fservices-content {
    color: #404040;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.3px;
    line-height: 23px;
    padding: 0 6px;
    text-align: center;
}

.f-img{margin:10px 0; width:100%;}


footer {
	margin:40px 0 0 0;
    padding: 30px 0;
    background:#333;
}

.f-title{
	font-size:17px;	
	color:#FFF;
	text-transform:uppercase;
	display:block;
	font-weight:700;
	margin-bottom:15px;
}

.f-title1{
	font-size:15px;	
	color:#FFF;
	text-transform:uppercase;
	display:block;
	font-weight:normal;
	margin-bottom:5px;
}

.footLink ul{
	padding:0px 15px;
}

.footLink ul li {
  font-size: 14px;
  line-height: 28px;
  list-style-image: url("../images/arrow.png");
  font-weight:normal;
}

.footLink ul li a{color:#FFF; text-decoration:none;}

.footLink ul li a:hover{color:#3fa2ff;}

.office1{
	width:100%;
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
	margin-right:10px;
	line-height:24px;
}

.soc-div{
	font-size:14px;	
	color:#FFF;
	margin-bottom:8px;
	font-weight:normal;
}
.soc-div i {
  border: 2px solid #fff;
  border-radius: 100%;
  height: 35px;
  margin-right: 10px;
  padding: 9px;
  text-align: center;
  width: 35px;
}
.soc-div a{color:#FFF; text-decoration:none; outline:none;}
.soc-div a:hover{color:#3fa2ff;}
.soc-div:hover i:hover{border: 2px solid #3fa2ff;}

.fb{
	background-image: url(../images/fb.png);
	height:37px;
	background-repeat: no-repeat;
	-webkit-transition: all ease 0.3s;
	-moz-transition: all ease 0.3s;
	-o-transition: all ease 0.3s;
	-ms-transition: all ease 0.3s;
	transition: all ease 0.3s;
	
}



.copyright{
	padding:15px 0;
	background-color:#000;
	font-size:14px;	
	font-weight:normal;
	text-align:center;
	width:100%;
	color:#FFF;
}

.image-container{
	width:100%;
	height:200px;
	overflow:hidden;
	margin-bottom:35px;
}

.image-container img{
	width:100%;
}
.inner-title{
color: #FFF;
font-size:35px;
font-weight: 700;
margin-bottom: 15px;
padding: 15px 0;
text-transform: uppercase;
position:absolute;
top:50px;
text-shadow: 3px 2px 1px rgba(0, 0, 0, 0.56);
position:relative;
float:left;
}
.wrap{
	width:100%;
	margin:30px 0;
}
.modal-title{}
.hr{width:100%; margin:30px 0; clear:both; float:left;}
.map{width:100%; margin:0 0 15px 0;}
.address{font-size:15px; font-weight:400;}
.btn-contact{
	background-color:#19529b;
	color:#FFF;
	font-weight:700;
	padding:8px 30px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.btn-contact:hover{
	background-color:#003880;
	color:#FFF;
	font-weight:700;
	padding:8px 30px;
	-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}

.services{
	width:100%;
	border:solid 2px #19529b;
	border-bottom:solid 8px #19529b;
	border-radius:8px;
	background: rgb(255,255,255); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ3JSIgc3RvcC1jb2xvcj0iI2Y2ZjZmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZGVkZWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(47%,rgba(246,246,246,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(246,246,246,1) 47%,rgba(237,237,237,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-8 */
}
.services h4{display:block; text-align:center; margin:15px 0; text-transform:uppercase;}
.services h4 a{text-decoration:none; color:#333; font-weight:700}
.marign-bottom{margin-bottom:25px;}
.s-icon{
	display:block;
	text-align:center;
	margin-bottom:10px;
}
.s-containet{
	padding:0 15px;
	display:block;
	text-align:center;
	font-size:14px;
	line-height:24px;
	height:200px;
	letter-spacing:0.3px;
}

.careers {
  background: none repeat scroll 0 0 #fafafa;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin: 10px 0;
  padding: 20px 3%;
  position: relative;
  width:100%;
}
.c-wrap{
	font-size:15px;
	margin-bottom:10px;
}
/*---------------------------------*/

.parallax-window {
    min-height:180px;
    background: transparent;
	margin-bottom: 35px;
}
color{color:#1a66b1;}

/*---------- banner height -----------*/
.carousel-inner{
  width:100%;
  max-height:480px !important;
}

.right-panel {
  background: none repeat scroll 0 0 #fff;
  border-radius: 6px;
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.25);
  float: right;
  padding: 0;
  width: 100%;
  margin:25px 0 0 0;
}
.right-panel h2 {
  background: none repeat scroll 0 0 #1a66b1;
  color: #fff;
  font-size: 20px;
  line-height: 50px;
  padding: 0 20px;
}
.right-panel ul{padding:0 5px;}
.right-panel ul li{
	border-bottom:solid 1px #ddd;
	display:block;
}
.right-panel ul li a{color:#333; padding:0 15px; display:block; line-height:40px;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
}
.right-panel ul li a:hover{background:#1a66b1; color:#FFF;
-webkit-transition: all 500ms ease-in-out;
-moz-transition: all 500ms ease-in-out;
-o-transition: all 500ms ease-in-out;
transition: all 500ms ease-in-out;
text-decoration:none;
}

.img-holder{margin:15px 0;}

/*---------- back to top css ----------*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(26, 102, 177, 0.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #1a66b1;
  opacity: 1;
}


.navbar-toggle {
  background-color: #333;
  border: 1px solid #333;
}
.navbar-toggle .icon-bar {background-color: #FFF;}
.msg{
	color:#478702;
	font-weight:bold;
	margin-left:100px;
}

.mg{margin-top:-4px;}
.ul-style li{margin:0 0 6px 0;}

/*------------ nima ---------------------*/

.nima-hover{color:#C00 !important;}
.nima-hover:hover{
	background-color:#C00 !important;
	color:#FFF !important;
}
.nima{
	width:100%;
	background:url(../images/pattern1.png) no-repeat top center;
	min-height:500px;
	margin-top:-35px;
}
.blue-text a{
	font-weight:bold;
	color:#006fc5;
}

.nima-font{
	font-size:24px;
	color:#006fc5 !important;
}


/**************************** Responsive ****************************************/

@media screen and (max-width: 1024px) {
	.services h4{font-size:16px;}
	.s-containet{height:220px;}
	.navbar-brand{width:255px;}
	.navbar-brand img{width:100%;}
}


@media screen and (max-width: 980px) {
	.container{width:98% !important;}
	.fservices-box{height:auto; margin-bottom:20px;}
	/*---- testtimonials css -----*/
	.test-box{height:auto; text-align:center;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	.navbar-brand{width:255px;}
	.navbar-brand img{width:100%;}
	.ls-s-1{display:none !important;}
}



@media screen and (max-width: 800px) {
	.fservices-box{height:auto; margin-bottom:20px;}
	/*---- testtimonials css -----*/
	.test-box{height:auto; text-align:center;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
	
	 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
          display:block !important;
    }
	
	.top-info {float:none; margin-top:15px; margin-bottom:50px;}
	.ls-s-1{display:none !important;}
}



@media screen and (max-width: 769px) {
	.s1{margin-bottom:35px;}

}


@media screen and (max-width: 768px) {
	.fservices-box{height:auto; margin-bottom:20px;}
	
	/*---- testtimonials css -----*/
	.test-box{height:auto; text-align:center;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
}



@media screen and (max-width: 640px){
	.navbar-toggle{margin-right:0;}
	.fservices-box{height:auto; margin-bottom:20px;}
	.nav-margin-top{margin:0;}
	.top-info{margin:20px 0 0 0; float:none; clear:both;}
	.top-info > span{float:none; display:block; margin:0 0 10px 0; }
	.parallax-window{background:url(../images/inner-img.jpg) 100%; }
	/*---- testtimonials css -----*/
	.test-box{width:96%; height:auto; margin:20px auto; text-align:center;}
	.last{float:none;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
	.president{clear:both; width:95%; margin:20px auto; padding:10px 0;}
	.s-containet{height:auto;}
	.carousel-caption{display:none !important;}
	.ls-s-1{display:none !important;}
	
}

@media screen and (max-width: 480px){
	.fservices-box{height:auto; margin-bottom:20px;}
	.nav-margin-top{margin:0;}
	.top-info{margin:10px 0 15px 0; float:none;}
	.top-info > span{float:none; display:block; margin:0 0 10px 0; }
	.parallax-window{background:url(../images/inner-img.jpg) 100%; }
	/*---- testtimonials css -----*/
	.test-box{width:96%; height:auto; margin:20px auto; text-align:center;}
	.last{float:none;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
	.president{clear:both; width:90%; margin:20px auto; padding:10px 0;}
	
	.image-container{height:auto;}
	.inner-title{top:45px;}
	.s-containet{height:auto;}
	.carousel-caption{display:none !important;}
	.navbar-brand{margin-bottom:15px;}
}


@media screen and (max-width: 360px){
	.fservices-box{height:auto; margin-bottom:20px;}
	.nav-margin-top{margin:0;}
	.top-info{margin:20px 0 0 0; float:none; clear:both;}
	.top-info > span{float:none; display:block; margin:0 0 10px 0; }
	.parallax-window{background:url(../images/inner-img.jpg) 100%; }
	/*---- testtimonials css -----*/
	.test-box{width:96%; height:auto; margin:20px auto; text-align:center;}
	.last{float:none;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
	.president{clear:both; width:90%; margin:20px auto; padding:10px 0;}
	
	.image-container{height:auto;}
	.inner-title{top:50px;}
	.s-containet{height:auto;}
	.carousel-caption{display:none !important;}
	
}

@media screen and (max-width: 320px){
	.navbar-brand{width:230px;}
	.nav-margin-top{margin:0;}
	.fservices-box{height:auto; margin-bottom:20px;}
	.top-info{margin:10px 0 15px 0; float:none;}
	.top-info > span{float:none; display:block; margin:0 0 10px 0; }
	.parallax-window{background:url(../images/inner-img.jpg) 100%; }
	/*---- testtimonials css -----*/
	.test-box{width:96%; height:auto; margin:20px auto; text-align:center;}
	.last{float:none;}
	.text-wrap{height:auto;}
	.author-img{position: static;}
	.author-name{margin:20px 0;}
	
	.president{clear:both; width:90%; margin:20px auto; padding:10px 0;}
	
	.image-container{height:auto;}
	.inner-title{top:50px;}
	.s-containet{height:auto;}
	.carousel-caption{display:none !important;}
}


