/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
:root{
  --bg-color-1: #104370;
  --bg-color-2: #0080ff;
  --bg-color-3: #5D2999;
  --bg-color-4: #FF9800;
  --bg-color-5: #ffffff;
  --bg-color-6: #1f2a31;
  --font-name-1: 'Lobster Two';
  --font-name-2: 'Pacifico';
  --font-size-1: 50px;
  --font-size-2: 30px;
  --left-logo-width: 150px;
  --right-logo-width: 150px;
  --left-logo-height: 150px;
  --right-logo-height: 150px;
  
  
}
 
/* text-theme-color-red */
.text-theme-color-red {
  color: var(--bg-color-1) !important;
}

body {
	font-family: 'Open Sans', sans-serif;
	background:var(--bg-color-5);
	font-size: 100%;
}
ol, ul {
    padding-left:20px;
}
/* start header */
.top-navigation {
    
    background-color:var(--bg-color-2);
    margin-left: -42px;
    margin-right: -42px;
    line-height:10px;
}
.top-navigation ul {text-align:right; margin-right:20px;}
.top-navigation ul li {display:inline-block; margin:0 5px; padding:10px 4px 10px; /* background:url(../images/separate.png) repeat-x 100% 0; */
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/var(--bg-color-1)+0,467cab+100 */
/* background: var(--bg-color-1); */ /* Old browsers */
/* background: -moz-linear-gradient(top, var(--bg-color-1) 0%, #467cab 100%); */ /* FF3.6-15 */
/* background: -webkit-linear-gradient(top, var(--bg-color-1) 0%,#467cab 100%); */ /* Chrome10-25,Safari5.1-6 */
/* background: linear-gradient(to bottom, var(--bg-color-1) 0%,#467cab 100%); */ /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--bg-color-1)', endColorstr='#467cab',GradientType=0 ); /* IE6-9 */
color:#fff;}
.top-navigation ul li a {font-size:17px; color:#000;}
.logo {}
.logo a {text-decoration:none;}
.logo h1 {margin-top:0; margin-bottom:0;}
.logo h1 img {
    width:150px;
}
.header_bg{
	background:transparent;
}
.header{
	/*padding: 2%;*/
}
.navigation {background:var(--bg-color-1);margin-top: 15px;}
.h_menu{
	/*margin-top: 15px;*/
	position: relative;
}
/*-- top-nav --*/
.nav-top{
    margin: 0 0 0 0;
}
.top-nav{
    margin: 0 auto 0 0;
   
}
.top-nav ul {
    padding: 0;
    margin: 0;
}
.top-nav ul li{
    display: inline-block;
    text-decoration: none;
	position:relative;
}
.top-nav ul li.active a {
	color:#FFF;
	
}
  .top-nav ul li ul {
	  top:100%;
	  left:0;
	position:absolute;
    left:0;
    z-index:999;
	width:200px;
	background:var(--bg-color-1);
  }
  .top-nav ul li:hover ul {
   
  }
 /*  .top-nav ul li ul li {
	  display:block; float:none;
	  overflow:hidden;
    height:0;
    -webkit-transition:height 200ms ease-in;
    -moz-transition:height 200ms ease-in;
    -o-transition:height 200ms ease-in;
    transition:height 200ms ease-in;
	line-height:8px;
	  }
	  .top-nav  ul > li:hover ul li {
    height:36px;
} */
.top-nav ul li a:hover{
	background:#000;
	color:#FFF;	
	
}
.top-nav ul li a{
    color: #fff!important;
    display: block;
    font-size: 14px;
    padding: 14px 16px;
	text-decoration:none;
}
.top-nav ul li a  td {color:#333!important;}
.top-nav ul li li a{
   
    padding: 5px 10px;
	
}
.hightlight-text {color:#10436f; margin:0 20px 15px 0; font-size:17px;}
/*=================================================================
**************************BANNER***********************************
=============================================================******/
ol.tabs{
			margin: 0px;
			padding: 0px;
			list-style: none;
            border-bottom:2px solid var(--bg-color-1);
			background:#fff;
		}
		ol.tabs li{
			background: none;
			color: #222;
			display: inline-block;
			padding: 10px 15px;
			cursor: pointer;
            font-size:15px;
		}

		ol.tabs li.current{
			background: var(--bg-color-1);
			color: #fff;
            font-weight:600;
		}

		.tab-content{
			display:none;
			background: #fff;
			padding:5px 15px;
           
		}

		.tab-content.current{
			display: block;
           
		}
		#sameHeight h1 {margin-top:0px;}
		#sameHeight h2 {margin-top:15px;}
		#sameHeight p {text-align:justify;}
		/*End Tab*/
.main-div {}
.left-div {width:78%; float:left; border-left:1px solid #fff;}
.right-div {width:20.9%; float:right; /*background:#d55d4c;*/box-shadow: 1px 7px 4px #ccc;}
.right-div h2 {/*background:url(../images/heading-bg.png) no-repeat 0 0;*/ padding:8px 15px; font-size:21px; font-weight:600; color:#004415; /*text-shadow:2px 2px 1px #c1c9c4;*/ }
.right-div p {text-align:right; padding:2px; margin-right:10px;}
.right-div p a {font-size:15px; color:#fff;}
.readmore-div {background:var(--bg-color-1); padding:1px; margin-top:-11px;}
.microsoft {
    width: 100%;
    height: 370px/*299px*/;
    margin: 1em auto;
    overflow: hidden;
    background: white;
    position: relative;
    box-sizing: border-box;
}

.marquee {
    top: 10em;
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
	list-style-type:none;
}
.marquee li {padding:10px; line-height:25px; border-bottom:1px dashed #b3b3b3; font-size:16px; margin-bottom:10px;}
.marquee:hover {
    animation-play-state: paused;
}
.contentaria h3 {
    font-size:17px;
}
/* Make it move! */
@keyframes marquee {
    0%   { top:   20em }
    100% { top: -55em }
}

/* Make it look pretty */
.microsoft .marquee {
	margin: 0;
    padding: 0 1em;
    line-height: 1.5em;
    font: 1em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.microsoft:before, .microsoft::before,
.microsoft:after,  .microsoft::after {
    left: 0;
    z-index: 1;
    content: '';
    position: absolute;
    pointer-events: none;
    width: 100%; height: 2em;
    background-image: linear-gradient(180deg, #FFF, rgba(255,255,255,0));
}

.microsoft:after, .microsoft::after {
    bottom: 0;
    transform: rotate(180deg);
}

.microsoft:before, .microsoft::before {
    top: 0;
}

/* Style the links */
.vanity {
    color: #333;
    text-align: center;
    font: .75em 'Segoe UI', Tahoma, Helvetica, Sans-Serif;
}

.vanity a, .microsoft a {
    color: #1570A6;
    transition: color .5s;
    text-decoration: none;
}

.vanity a:hover, .microsoft a:hover {
    color: #F65314;
}

/* Style toggle button */
.toggle {
	display: block;
    margin: 2em auto;
}
/*start search*/
.sb-search {
	position: absolute;
	top:2px;
	right: -40px;
	width: 0%;
	min-width: 45px;
	height: 45px;
	float: right;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
}
.sb-search-input {
	position: absolute;
	top: 0;
	left: 0px;
	border: none;
	outline: none;
	background: #2C3E50;
	width: 100%;
	height: 45px;
	margin: 0;
	z-index: 10;
	padding: 5px 20px;
	font-size: 13px;
	color: #ffffff;
}
.sb-search-input::-webkit-input-placeholder {
	color: #ffffff;
}
.sb-search-input:-moz-placeholder {
	color: #ffffff;
}
.sb-search-input::-moz-placeholder {
	color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
	color: #ffffff;
}
.sb-icon-search,.sb-search-submit  {
	width: 45px;
	height: 45px;
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	line-height: 45px;
	text-align: center;
	cursor: pointer;
}
.sb-search-submit {
	background: #fff; /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
	-webkit-appearance: none;
}
.sb-icon-search {
	color: #fff;
	background: #ffffff url('../images/search.png') no-repeat 10px 10px;
	z-index: 90;
}
/* Open state */
.sb-search.sb-search-open,.no-js .sb-search {
	width: 100%;
}
.sb-search.sb-search-open .sb-icon-search,.no-js .sb-search .sb-icon-search {
	background: #2C3E50 url('../images/search_h.png') no-repeat 10px 10px;
	color: #fff;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
/* start slider */
.slider_bg{
	background: url('../images/slider.jpg');
}
.slider_left{
	width: 48%;
	margin: 6% 0 0 6%;
}
.slider_right{
	width: 50%;
}
.slider_right form{
	margin-top: 4%;
}
.slider_right form input[type="button"]{
	font-size: 14px;
	color: #ffffff;
	background: #2C3E50;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance:none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.slider_right form input[type="button"]:hover{
	background: #ffffff;
	color:  #2C3E50;	
}
.slider_right form input[type="button"].left{
	margin-left: 4%;
}
/* start main */
.content_bg{
	background: #f5f5f7;
        padding-bottom: 40px;
       
}
.content_bg.top{
	border-top:5px solid #037d29;
}
.main{
	padding:0% 2%;
}
h5.head-5 {text-align: center;
	color: #037d29;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 600; background-color:#02862b; color:#fff; margin-top:0;margin-bottom:0; padding:8px;}
h3.style{
	text-align: center;
	color: #005a98;
	text-transform: uppercase;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
}
p.para{
	font-size: 13px;
	color: #747272;
	line-height: 1.8em;
	text-align:justify;
}
.imp-link {}
.imp-link h2 {color: #005a98;
    font-size: 28px;
    /* font-style: italic;
    font-weight: 700; */
    margin-top: 57px;
    text-align: left;
    text-transform: uppercase;}
	.imp-link {}
	.imp-link ul {padding-left:0; list-style-type:none;}
	.imp-link li {line-height:30px;/* transition:background-position 1s ease; background:url(../images/bullete-icon.png) no-repeat 0 10px; padding-left:15px;*/}
	.imp-link li:hover {/*background:url(../images/bullete-icon.png) no-repeat 0 -40px;*/}
	.imp-link li a {font-size:14px; color:#747272;}
	.imp-link li:hover a {color:#005a98;}

/* start about */
/*=================================TAB CSS==========================*/

#exTab1 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

#exTab2 h3 {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}

/* remove border radius for the tab */

#exTab1 .nav-pills > li > a {
  border-radius: 0;
}

/* change border radius for the tab , apply corners on top*/

#exTab3 .nav-pills > li > a {
  border-radius: 4px 4px 0 0 ;
}

#exTab3 .tab-content {
  color : white;
  background-color: #428bca;
  padding : 5px 15px;
}
.contentaria {
background:#fff;
padding:40px;
font-size: 17px;}
.about{
	margin: 4% 0;
}
.about h3{
	margin: 0 0 20px;
}
.about p{
	margin-top: 20px;
}
.about span{
	display:block;
	color: #037d29;
	text-transform: uppercase;
	font-size: 16px;
	font-style: italic;
	font-weight: 600;
	margin: 20px 0 20px;
}
.holder1_of_3{
	padding:0px;
	width: 30.999999%;
	margin-left: 1.3333%;
}
.holder1_of_3:first-child{
	margin-left: 0;
}
/* Common division block */
.holder{
	position: relative;
	overflow: hidden;
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
	margin-right:1px;
	margin-bottom:1px;
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption{
    color: rgba(0,0,0,0);
    line-height: 100px;       
}
.caption:hover{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
    -webkit-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -moz-box-shadow: 0px 0px 10px 7px #FFFFFF;
   -o-box-shadow: 0px 0px 10px 7px #FFFFFF;  
}
.caption>div{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}
/* Smooth Caption */
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
    box-shadow: 0px 0px 10px #333333;
    -webkit-box-shadow: 0px 0px 10px #333333;
    -moz-box-shadow: 0px 0px 10px #333333;
    -o-box-shadow: 0px 0px 10px #333333;
}
.go-left{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left{    
    right:0px;    
}
.go-top{
	background-color: rgba(45, 62, 78, 0.67);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    padding: 20px;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
	width:100%;
}
.smooth:hover > .go-top{    
    top:0px;    
}
.go-top p{
	font-size: 13px;
	line-height: 1.8em;
	color: #FFF;
	margin: 0px;
}
.holder img {
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width:100%;
}
.holder h4{
	margin-top:0px;
	background: #037d29;
	padding: 20px;
	text-align:center;
	color: #2C3E50;
	cursor: pointer;
	font-weight: 700;
	font-size: 16px;
}
/* start soc_icons */
.soc_icons {
	margin-top: 15px;
}
.soc_icons ul{
	margin-bottom: 0;
}
.soc_icons ul li{
	display:inline-block;
	margin-left: 20px;
}
.soc_icons ul li:first-child{
	margin-left: 0px;
}
.soc_icons ul li a{
	background: #97C33A;
	color: #2D3E4E;
	font-size: 16px;
	display: block;
	line-height: 38px;
	width: 38px;
	height: 38px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 30px;
	-webkit-border-radius: 30px; 
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
}
.soc_icons ul li a:hover{
	background: #2D3E4E;
	color:  #97C33A;
}
/* start work */
.work{
	margin: 6% 0;
}
.work span{
	display: block;
	border-bottom: 2px solid #ccc;
}
.line{
	width: 20%;
	border-bottom: 10px solid #037d29;
	margin: 0 auto;
	position: relative;
	top: 5px;
}
.work_top{
	padding: 4% 0;
}
.drp-dwn{
	text-align:center;
	margin: 4% 0 2%;
}
.drp-dwn select {
	text-transform: uppercase;
	padding: 4px;
	font-size: 13px;
	outline: none;
	border: none;
	width: 20%;
	margin: 0 auto;
	background: #037d29;
	color: #FFFFFF;
	cursor: pointer;
}
.span_1_of_3{
	padding: 15px 0;
}
.span1_of_3{
	padding: 0;
}
.work_text{
	width: 100%;
	text-align:center;
}
.work_text h5{
	font-size: 24px;
	color: #000;
	text-transform: uppercase;
	font-weight: 600;
	margin-top: 90px;
}
.work_text p{
	text-transform:capitalize;
	display:block;
	font-size: 13px;
	color: #000;
	font-weight: 600;
}
.work_text p a{
	color: #ffffff;
}
.pagenation{
	text-align: center;
}
.pagination > li > a, .pagination > li > span {
	font-size: 16px;
	background: none;
	border: none;
	color: #ffffff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.pagination > .active > a,.pagination > li > a:hover{
		background: #97C62C;
		color: #ffffff;
}
/* start blog */
.blog_of_3{
	padding: 15px 0;
}
.blog1_of_3{
	width: 30.999999%;
	margin-left: 3.33333%;
	padding: 20px;
	background: #ffffff;	
	border-left: 10px solid #09619e;
	position: relative;
}
.blog1_of_3:first-child{
	margin-left: 0px;
}
.blog1_of_3 h3{
	font-size: 24px;
	color: #585858;
	text-transform: capitalize;
	font-weight: 700;
	margin: 10px 0px 10px;
	position: relative;
	left: -20px;
}
.blog1_of_3 h3 span{
	color: #fff;
	background: #09619e;
	padding: 5px 10px;
	margin-right: 10px;
}
.blog1_of_3 p{
	font-size: 13px;
	line-height: 1.8em;
	color: #585858;
	font-weight: 600;
	margin: 20px 0;
}
.btn{
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	background: #fff;
	padding: 12px 30px;
	line-height: 10px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn1{
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background: #09619e;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn2{
	font-weight: 400;
	font-size: 13px;
	color: #fff;
	background: #09619e;
	padding: 13px 10px;
	line-height: 26px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.btn:hover{
	color:#000000;
	background: #fff;
}
/* start footer */
.footer_bg{
	background: url('../images/slider.jpg') no-repeat;
	background-size: 100% 100%;
}
.footer{
	padding: 5% 0%;
}
.footer h3{
	text-align: center;
	color: #000;
	text-transform: uppercase;
	font-size: 28px;
	font-style: italic;
	font-weight: 700;
	margin: 0% 0 4%;
}
.contact_left p{
	color: #000;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.contact_left span{
	display:block;
	text-transform: capitalize;
	color: #000;
	font-size: 18px;
	font-weight: 700;
}
.contact_left p a{
	color: #00541a;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.contact_left p.btm{
	margin-bottom: 4%;
}
.f_left{
	margin-top: 3%;
}
.f_list {
	padding: 0;
}
#about-us {
   /*padding: 14px 0;*/
}
.footmain {
    /*margin-top: 3%;*/
	background: #f5f5f5;
	padding:15px 0 5px;
}
.footmain h2 {margin:0 0 10px;}
.footertext1 {
    /*margin-top: 3%;*/
}
.footertext1 ul li a {
    color: #666;
    text-decoration: none;
	font-size: 16px;
}
.footertext1  a:hover {
    color: #000;
}
.footertext2  a:hover {
    color: #000;
	
}
.footertext1 ul ,.footertext2 ul {margin-left:0; padding-left:0; list-style-type:none;}
.footertext2 {
    /*margin-top: 3%;*/
}
.footertext2 ul li a {
    color: #666;
    text-decoration: none;
	font-size: 16px;
}
.footertext3 {
    /*margin-top: 3%;*/
}
.footertext3 p {
    color: #666;
    text-decoration: none;
	font-size: 16px;
}
.contact_right form input[type="text"],.contact_right form textarea{
	font-family: 'Open Sans', sans-serif;
	margin: 20px 0;
	box-shadow: none;
	border: 1px solid #24384D;
	background: #585858;
	color: #ffffff;
	line-height: 1.8em;
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 13px;
	outline: none;
	-webkit-appearance: none;
	transition: border-color 0.3s;
	-o-transition: border-color 0.3s;
	-ms-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
}
.contact_right form textarea{
	resize: none;
	height: 160px;
}
.contact_right form input[type="text"]:focus,.contact_right form textarea:focus{
	border: 1px solid #07223C;	
}
.contact_right form input[type="text"]:hover,.contact_right form textarea:hover{
	border-color: #07223C;
}
.contact_right form input[type="submit"] {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:700;
	color: #fff;
	background: #00541a;
	padding: 12px 30px;
	line-height: 20px;
	text-transform: capitalize;
	border: none;
	outline: none;
	-webkit-appearance: none;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-o-border-radius: 2px;
}
.contact_right form input[type="submit"]:hover{
	background:  #646d67;
	color:#00541a;
}
/*-- start footer1 --*/
.footer1_bg{
	background: #005a98;
	height: 58px;
}
.footer2_bg{
	background: var( --bg-color-6);
	
}
.footer1{
	padding: 1% 2%;
}
article h1 {
    border-bottom: 1px solid #e5e5e5;
    color: #fff;
    font-size: 20px;
    font-style: italic;
    margin: 0;
    padding: 10px;
}
.footer-about{
	color: #fff;	
}
.imp-links {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.imp-links li a {
    color: #fff;
    display: block;
    padding: 0px 10px 8px;
    text-decoration: none;
}
.imp-links li a .fa, .footmain li a .fa {margin-right:5px;}
.imp-links a:hover {
    color: var(--bg-color-1);
}
.copy p{
	color: #fff;
	font-size: 13px;
	line-height: 2em;
	font-weight: 700;
}
.copy p a{
	color:#fff; 
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.copy p a:hover{
	color: #000;
	text-decoration: none;
}
/* start social_icons */
.social_icons ul{
	margin-bottom: 0;
}
.social_icons ul li{
	text-align:center;
	display:inline-block;
	margin-left: 20px;
}
.social_icons ul li a{
	background: #4cb8f9;
	color: #ffffff;
	font-size: 16px;
	height: 36px;
	width: 36px;
	line-height: 36px;
	font-weight: 100;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	display: block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social_icons li a:hover{
	text-decoration:none;
	background: #000; 
}
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	overflow: hidden;
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
/* start works page */
.works_list{
	text-align:center;
}
.works_list span{
	display:block;
	font-size: 13px;
	color: #ffffff;
	line-height: 1.8em;
	text-transform: capitalize;
}
.works_list img{
	display: inline-block;
	margin: 2% 0;
}
.works_main {
	padding: 4% 0 0;
	margin: 4% 0 2%;
	border-top: 2px solid #ffffff;
}
.work_left{
	padding: 0;
}
.work_left h5{
	color: #585858;
	background: #09619e;
	padding: 10px 20px;
	display: inline-block;
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	font-style: italic;
	position: relative;
	top: -44px;
	margin: 0;
}
.work_left p{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
.work_left span{
	display:block;
	text-transform: capitalize;
	color: #97C433;
	font-size: 14px;
	font-weight: 700;
}
.work_left p a{
	color: #ffffff;
	font-size: 13px;
	line-height: 1.8em;
	font-weight: 600;
}
/* start blog page */
.blog_style{
	font-size: 24px;
	color: #037d29;
	display: block;
	font-style: italic;
	margin: 2% 0;
}

.navbar-nav {float:none;}
.table-responsive {overflow-x:auto;}
.striped-table th {background-color:#d2eaf0; color:#333;}
.table > thead > tr > th, .table > tbody > tr > td {vertical-align:middle;}
.striped-table tr:nth-child(even) {background-color:#d2eaf0;}
.striped-table.table-bordered > tbody > tr > td, .striped-table.table-bordered > thead > tr > th, .striped-table.table-bordered {border-color:#4bacc6;}
.table + .table {margin-top:20px;}
.table.text-center th {text-align:center;}
.profile-photo {margin-bottom:10px; max-width:100px;}
.sub-header {background:var(--bg-color-1); color:#fff; font-size:18px; padding:10px; text-transform:capitalize; margin:0;}
.box {background:#f5f5f5; border:1px solid #e3e3e3; padding:20px; min-height:200px; margin-bottom:20px;}
.quick-links {list-style:none; margin:0; padding:0;}
.quick-links li {}
.quick-links li a {display:block; padding:10px 15px; color:#10436f; text-transform:capitalize;}
.quick-links li a:hover, .quick-links li.active a {background-color:#eee; text-decoration:none;}
.margin-btm-10 {margin-bottom:10px;}
.margin-btm-20 {margin-bottom:20px;}
.photo-gallery-section {max-height:690px; overflow-y:auto; overflow-x:hidden;}
.vertical-scrollable-area {max-height:380px; overflow-y:auto; overflow-x:hidden;}

/***** Media Quries *****/
@media only screen and (max-width: 1440px) and (min-width: 240px)  {
	.wrap{
		width:95%;
	}
}
@media only screen and (max-width: 1440px) {
}
@media only screen and (max-width: 1366px) {
	#fwslider .title1 {
		width: 60% !important;
	}
	#fwslider .description {
		width: 60% !important;
		padding: 15px 20px;
	}
}
@media only screen and (max-width: 1280px) {
}
@media only screen and (max-width: 1024px) {
.top-nav ul {width:100%;}
	.nav > li > a {
		font-size: 15px;
	}
	.nav li {
		margin: 10px 15px;
	}
	.sb-search {
		right: -35px;
	}
	.soc_icons ul li {
		margin-left: 10px;
	}
	.holder h4{
		font-size: 14px;
	}
	.go-top {
		padding: 15px;
	}
	.work_text h5 {
		font-size: 20px;
		margin-top: 80px;
	}
	.blog1_of_3 h3 {
		font-size: 16px;
	}
	.work_left h5 {
		top: -36px;
	}
}
@media only screen and (max-width: 768px) {
	.top-navigation ul {
    text-align: right;
    margin-right: 0px;
    margin-left: 0;
    padding-left: 0;
}
.top-navigation ul li {
    padding: 6px 3px 6px;
}
.header {padding:2% 0;}
.logo{margin-top:0px;}
	.h_menu {
		position: relative;
	}	
	.navbar-default .navbar-toggle {
		border-color: #FFF;
	}
	.navbar {
		min-height: 51px;
	}
	.navbar-default .navbar-collapse, .navbar-default .navbar-form {
		border-color: #3b3b3b;
		border: none;
	}
	.navbar-default {
		border:none;
	}
	.navbar-nav {
		margin: 0px 0px;
	}
	.nav > li > a {
		padding: 10px 5px;
	}
	.nav li {
		margin: 0px;
	}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
		background-color: #037d29;
	}
	.navbar-default .navbar-toggle .icon-bar {
		background-color:#fff;
	}
	.navbar-toggle {
		padding: 8px 8px 8px 8px;
	}
	.logo{
		position: relative;
		z-index: 999;
	}
	.logo h1{
		/*position: absolute;
		top: 0px;*/
		width: 100%;
	}
	.sb-search {
		right: 65px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 92%;
		z-index: 999;
	}
	.slider_left {
		width: 38%;
		margin: 6% 0 0 6%;
	}
	.slider_right {
		width: 60%;
	}
	.hide{
		display: none;
	}
	.slider_right form {
		margin-top: 0%;
	}
	.slider_right form input[type="button"] {
		font-size: 13px;
		padding: 8px 20px;
	}
	.go-top {
		padding: 16px;
		text-align:center;
	}
	.blog1_of_3 {
		padding: 10px;
		float: left;
		border-left: 6px solid #09619e;
	}
	.holder h4 {
		padding: 16px;
	}
	.blog1_of_3 h3 {
		font-size: 14px;
		left: -15px;
	}
	.blog1_of_3 h3 span {
		margin-right: 5px;
	}
	.f_list{
		float: left;
		width: 33.3333%;
	}
	.f_list1{
		float: left;
		width: 64.3333%;
		margin-left: 10px;
	}
	.btn {
		padding: 10px 24px;
	}
	.soc_icons {
		float: none !important;
	}
	.footer1 {
		text-align:center;
	}
	.copy{
		float: none !important;
	}
	.social_icons{
		text-align:center;
		float: none !important;
	}
	.holder1_of_3 {
		padding: 0px;
		width: 100%;
		margin-left: 0%;
	}
	.work_left h5 {
		top: -28px;
	}
}
@media only screen and (max-width:767px){
.navbar-collapse {overflow-x:hidden;}
#mainav ul li {float:none;}
#mainav li a {padding:14px 0;}
.top-navigation ul {text-align:center;}
.top-navigation ul li a {font-size:13px;}
.logo h1 {margin:10px 0;}
.hightlight-text {text-align:center; margin:0 0 15px; font-size:13px;}
}
@media only screen and (max-width: 640px){
	h3.style {
		font-size: 24px;
	}
	.blog1_of_3 {
		padding: 10px;
		float: none;
		width: 100%;
		margin-left:0px;
		margin-top:15px;
		border-left: 5px solid #09619e;
	}
	.btn{
		float: none !important;
	}
}
@media only screen and (max-width: 480px) {
	.logo h1 a img{
		width:100%;
	}
	#fwslider .title1 {
		width: 80% !important;
		line-height: 1.5em !important;
	}
	.slider_right form input[type="button"] {
		font-size: 13px;
		padding: 6px 20px;
	}
	.f_list1 {
		width: 62.3333%;
	}
	.drp-dwn select {
		width: 40%;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 86%;
		z-index: 999;
	}
	.soc_hide{
		display: none;
	}
}
@media only screen and (max-width: 320px) {
	.slider_left img{
		height: 100%  !important;
	}
	.slider_right form input[type="button"].left {
		margin-left: 0% !important;
		margin-top: 10px !important;
		display:none !important;
	}
	.navbar-default .navbar-toggle {
		border-color: #FFF;
		margin: 5px 0px 0px;
	}
	.about span {
		font-size: 13px;
		margin: 15px 0 20px;
	}
	.go-top {
		padding: 15px;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	/*.logo h1 {
		margin: 15px 0px 0px;
	}*/
	.logo h1 a img {
		/*width: 60%;*/
		display: inline-block;
	}
	.sb-search {
		right: 38px;
		top: 0px;
	}
	.sb-search.sb-search-open, .no-js .sb-search {
		width: 80%;
		z-index: 999;
	}
	.blog_style {
		font-size: 16px;
	}
	.f_list {
		float: left;
		width: 28.3333%;
	}
	.f_list1 {
		width: 66.3333%;
		margin-left: 0px;
	}
	.work_text h5 {
		font-size: 18px;
		margin-top: 50px;
	}
	.contact_left span {
		font-size: 14px;
	}
	.contact_left p a {
		font-size: 12px;
	}
	.soc_icons ul li a {
		line-height: 32px !important;
		width: 32px !important;
		height: 32px !important;
	}
	.soc_icons ul li {
		margin-left: 5px;
	}
   
}

.red {
    color: red;
}
#about, #about-us {
    margin: 4% 0;
}