
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700');
body {
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    line-height: 1.8em;
}
h1,h2,h3,h4,h5{
	font-weight: 700;
	line-height: 1.5em;
}
img{
	max-width: 100%;
	height: auto;
}
.affix {
    position:fixed!important;
    z-index:99999;
    top:0;
    min-height:54px!important;
    box-shadow:0 1px 3px rgba(0,0,0,0.08);
    width:100%;
    left:0;
}
.clearfix{
	clear:both;
}
.wrapper{
	max-width:1170px;
	position: relative;
	margin:0 auto;
}
.row{
	padding:0 15px;
	
}
/*menu */

* {
    margin: 0;
    padding: 0;
    text-decoration: none
}



header {
    position: relative;
    width: 100%;
    background: #004288;
    padding: 15px 0;
}

.logo {
    position: relative;
    z-index: 123;
    
    float: left;
    width: 32%
}

nav {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

#cssmenu .navbar{
	width: 68%;
	text-align: right !important;
	float: right;
	padding-top: 5px;
}
#cssmenu ul li{
	text-align: right !important;
	display: inline-block !important;
}
#cssmenu ul{z-index:1000;}

#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a,
#cssmenu #head-mobile {
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
    text-transform: uppercase;
}

#cssmenu:after,
#cssmenu > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

#cssmenu #head-mobile {
    display: none
}

#cssmenu {
    font-family: sans-serif;
    background: #004288;
}



#cssmenu > ul > li > a {
    padding: 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #ddd;
    font-weight: 700;
    text-transform: uppercase;
}

#cssmenu > ul > li:hover > a,
#cssmenu ul li.active a {
    color: #fff
}

#cssmenu > ul > li:hover,
#cssmenu ul li.active:hover,
#cssmenu ul li.active,
#cssmenu ul li.has-sub.active:hover {
    background: #f25012!important;
    -webkit-transition: background .3s ease;
    -ms-transition: background .3s ease;
    transition: background .3s ease;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 30px
}

#cssmenu > ul > li.has-sub > a:after {
    position: absolute;
    top: 22px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu > ul > li.has-sub > a:before {
    position: absolute;
    top: 19px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu > ul > li.has-sub:hover > a:before {
    top: 23px;
    height: 0
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    background: #004288;
    transition: all .25s ease
}

#cssmenu ul ul li:hover {
	background: #f25012 !important;
}

#cssmenu li:hover > ul {
    left: auto
}

#cssmenu li:hover > ul > li {
    height: 35px
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0
}

#cssmenu ul ul li a {
    border-bottom: 1px solid rgba(150, 150, 150, 0.15);
    padding: 11px 15px;
    width: 170px;
    font-size: 12px;
    text-decoration: none;
    color: #ddd;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
}

#cssmenu ul ul li:last-child > a,
#cssmenu ul ul li.last-item > a {
    border-bottom: 0
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover {
    color: #fff
}

#cssmenu ul ul li.has-sub > a:after {
    position: absolute;
    top: 16px;
    right: 11px;
    width: 8px;
    height: 2px;
    display: block;
    background: #ddd;
    content: ''
}

#cssmenu ul ul li.has-sub > a:before {
    position: absolute;
    top: 13px;
    right: 14px;
    display: block;
    width: 2px;
    height: 8px;
    background: #ddd;
    content: '';
    -webkit-transition: all .25s ease;
    -ms-transition: all .25s ease;
    transition: all .25s ease
}

#cssmenu ul ul > li.has-sub:hover > a:before {
    top: 17px;
    height: 0
}

#cssmenu ul ul li.has-sub:hover,
#cssmenu ul li.has-sub ul li.has-sub ul li:hover {
    background: #363636;
}

#cssmenu ul ul ul li.active a {
    border-left: 1px solid #333
}

#cssmenu > ul > li.has-sub > ul > li.active > a,
#cssmenu > ul ul > li.has-sub > ul > li.active> a {
    border-top: 1px solid #333
}

@media screen and (max-width:768px) {
    .logo {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 46px;
        text-align: center;
        float: none
    }
    .logo2 {
        display: none
    }
    nav {
        width: 100%;
    }
    #cssmenu .navbar{
    width: 100%;
    text-align: center !important;
    float: none;
    top:20px;
}
    #cssmenu {
        width: 100%
    }
    #cssmenu ul {
        width: 100%;
        display: none;
        
    }
    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #0f5299;
        text-align: center;
    }
    #cssmenu ul li:hover {
        background: #363636;
    }
    #cssmenu ul ul li,
    #cssmenu li:hover > ul > li {
        height: auto
    }
    #cssmenu ul li a,
    #cssmenu ul ul li a {
        width: 100%;
        border-bottom: 0;
        text-align:center;
    }
    #cssmenu > ul > li {
        float: none
    }
    #cssmenu ul ul li a {
        padding-left: 25px
    }
    #cssmenu ul ul li {
        background: #004288 !important;
    }
    #cssmenu ul ul li:hover {
        background: #f25012 !important;
    }
    #cssmenu ul ul ul li a {
        padding-left: 35px
    }
    #cssmenu ul ul li a {
        color: #ddd;
        background: none
    }
    #cssmenu ul ul li:hover > a,
    #cssmenu ul ul li.active > a {
        color: #fff
    }
    #cssmenu ul ul,
    #cssmenu ul ul ul {
        position: relative;
        left: 0;
        width: 100%;
        margin: 0;
        text-align: left
    }
    #cssmenu > ul > li.has-sub > a:after,
    #cssmenu > ul > li.has-sub > a:before,
    #cssmenu ul ul > li.has-sub > a:after,
    #cssmenu ul ul > li.has-sub > a:before {
        display: none
    }
    #cssmenu #head-mobile {
        display: block;
        padding: 23px;
        color: #ddd;
        font-size: 12px;
        font-weight: 700
    }
    .button {
        width: 55px;
        height: 46px;
        position: absolute;
        right: 0;
        top: 15px;
        cursor: pointer;
        z-index: 12399994;
    }
    .button:after {
        position: absolute;
        top: 22px;
        right: 20px;
        display: block;
        height: 4px;
        width: 20px;
        border-top: 2px solid #dddddd;
        border-bottom: 2px solid #dddddd;
        content: ''
    }
    .button:before {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        position: absolute;
        top: 16px;
        right: 20px;
        display: block;
        height: 2px;
        width: 20px;
        background: #ddd;
        content: ''
    }
    .button.menu-opened:after {
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease;
        transition: all .3s ease;
        top: 23px;
        border: 0;
        height: 2px;
        width: 19px;
        background: #fff;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }
    .button.menu-opened:before {
        top: 23px;
        background: #fff;
        width: 19px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }
    #cssmenu .submenu-button {
        position: absolute;
        z-index: 99;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid #0f5299;
        height: 46px;
        width: 46px;
        cursor: pointer
    }
    #cssmenu .submenu-button.submenu-opened {
        background: #f25012;
    }
    #cssmenu ul ul .submenu-button {
        height: 34px;
        width: 34px
    }
    #cssmenu .submenu-button:after {
        position: absolute;
        top: 22px;
        right: 19px;
        width: 8px;
        height: 2px;
        display: block;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:after {
        top: 15px;
        right: 13px
    }
    #cssmenu .submenu-button.submenu-opened:after {
        background: #fff
    }
    #cssmenu .submenu-button:before {
        position: absolute;
        top: 19px;
        right: 22px;
        display: block;
        width: 2px;
        height: 8px;
        background: #ddd;
        content: ''
    }
    #cssmenu ul ul .submenu-button:before {
        top: 12px;
        right: 16px
    }
    #cssmenu .submenu-button.submenu-opened:before {
        display: none
    }
    #cssmenu ul ul ul li.active a {
        border-left: none
    }
    #cssmenu > ul > li.has-sub > ul > li.active > a,
    #cssmenu > ul ul > li.has-sub > ul > li.active > a {
        border-top: none
    }
}

/*-- banner 
 -----------*/
.banner{
  position:relative;
  width:100%;
  z-index: -9999;
}

.banner-detail{
  width:100%;
background: #dddddd; /* Old browsers */
background: -moz-linear-gradient(top,  #dddddd 0%, #f7f7f7 35%, #ffffff 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #dddddd 0%,#f7f7f7 35%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #dddddd 0%,#f7f7f7 35%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddddd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
margin:0 auto;
}
.banner-caption{
   padding:20px;
   text-align:center;
   
   
}
.caption{
  margin-top:-20px;
  margin-bottom: 40px;
}

.banner-detail .titles h1{
  color:#222;
  font-size:1.5em;
  margin:3px 0px;
  text-transform: uppercase;
}
.banner-detail .titles{
  padding:30px;
}

.banner-detail p{
  font-size:1.0em;
  padding: 20px 0px 30px;
  color:#717171;
  font-weight: 500;
  line-height: 1.5em;
}
.banner-detail .btn{
  font-size: 1em;
  padding: 7px 28px;
  text-transform: uppercase;
  background-color: #f25012;
}
.banner-detail a.btn{
  color: #fff !important
}
.banner-detail .btn:hover{
	background-color:#004288;
	}
.service-section, .contact-section{
	width:100%;
	padding-top:40px;

}
.service-section p{text-align:justify; color:#3c3a3a; margin-bottom:20px;}
.service-section h1{color:#333; margin-bottom:30px;}
.service-section ul li{margin-left:15px; color:#3c3a3a;}




.service-section input, .service-section textarea, .service-section submit {width:50%; height:25px;
    padding: 10px;
    border: 1px solid #E5E5E5;
    color: #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
	float:auto;
}
.service-section textarea{height:200px;}
.service-section .wpcf7-submit{width:30%; font-size:1.1em; height:35px; color:#000;  padding:7px;}
.service-section .wpcf7-submit:hover{color:#F60;}


.service-section .service-block{
	width: 31.3%;
	float: left;
	margin-right: 3%;
	text-align: center;
  position: relative;
}
.service-section .service-block:last-child{
	margin-right:0;
}
.service-block h3{
	font-size: 1.4em;
	padding:20px 0;
	text-transform:uppercase;
}

.service-section .service-block .read-more a{
  font-size: 0.8em;
  font-weight: 500;
  padding: 7px 10px;
  text-transform: uppercase;
  background-color: #004288;
  color:#fff;
  
  
  
}
.service-section .service-block .read-more{
  bottom:-15px;
  position: absolute;
  left: 38%;
}
.service-section .service-block .read-more a:hover{
  font-size: 1em;
  font-weight: 500;
  padding: 7px 10px;
  text-transform: uppercase;
  background-color: #f25012;
  color:#fff;
}
.border{
  border:1px solid #E9E9E9;
  position: relative;
  z-index: -1;
  margin-top: -30px;
}
.border-detail{
  padding:20px 20px 40px 20px;
}
.borderdashed {
    height: 130px;
    width: 130px;
    display: inline-block;
    border: 1px solid #E9E9E9;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    text-align: center;
    background: #fff;
}
.borderdashed img{
	max-width: none;
}
.borderdashed i {
    background: #004288 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    font-size: 50px;
    height: 100px;
    left: 16px;
    padding:0;
    position: absolute;
    text-align: center;
    top: 16px;
    width: 100px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    overflow: hidden;
}


/* Circle */
.hvr figure {
	position: relative;
}
.hvr figure::before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255,255,255,.2);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}
.hvr figure:hover::before {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}
@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}
@keyframes circle {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}


/*----------------------
tab-links
-----------------------*/
.tab-links {
  margin:0 auto;
  padding: 0;
  max-width:800px;
  overflow: hidden; 
  background: #004288;
  margin-bottom: 50px;
}
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}
   
.tab{
    display: none;
}

 .tab.active{
    display:block;
  }

.tab-links li{
  float: left;
  margin: 0;
  padding: 10px 100px;
  height: 30px;
  line-height: 30px;
  border-left: none;
  background: #004288;
  position: relative;
  list-style: none;
}

.tab-links li a{
    color:#fff;
}

.tab-links .active{
  background:#f25012;
}
.tab-content h3{
  padding-bottom: 25px;
  font-size: 1.7em;
  line-height: 1.5em;
}

.contact-section  {
    margin-top:90px;
    background:#7189ad;
    float: left;
    padding-bottom: 40px;
	background-image:url(images/contact-bg.jpg);
}
.about-section{
  padding-top:70px;
}
.about-section h1{
  margin-bottom: 30px;
}
.section{
   z-index: -1;
  padding:30px 0;
}
.intro{
 
}
.intro h1{
  text-align: center;
  font-size: 2.5em;
  line-height: 1.5em;
  padding:30px 0;
}

.contact-section .left, .about-section .left {
	width:50%;
	float:left;
}
.contact-section .right, .about-section .right{
	width: 45%;
	float: right;
}
form{
	margin-bottom: 10px;
	width: 100%;
}
.form-control {
	width:96%;
    height: 30px;
    padding: 2%;
    color: #000;
    border: 1px solid #a8a8a8;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: none;
    text-transform: capitalize;
    background-color: #fff;
    font-weight: 500;
}
.message{
	width:96%;
	border: 1px solid #a8a8a8;
    background-color: #fff;
    font-weight: 500;
    padding: 2%;
}
.map{
  margin-top:20px;
}

.contact-detail ul {
  padding: 0px;
}
.contact-section h2 {
  text-transform: uppercase;
  margin-bottom: 30px;
  text-align: center;
}
.contact-detail h2{
  text-transform: uppercase;
  margin-bottom:0;
  text-align: center;
}
.contact-detail ul li{
  list-style-type: none;
  margin-bottom: 15px;
}
.contact-detail li p {
  padding-left: 35px;
  padding-top: 5px;
  position: relative;
}
.contact-detail li p i{
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 3px;
  padding: 5px;
  text-align: center;
  width: 25px;
}
.contact-section .right .btn{
  padding: 5px 15px;
  font-size: 0.8em;
  font-weight: 500;
  margin-top: 15px;
  text-transform: none;
  text-transform: uppercase;
  background-color: #fff;
  border: none;
  color:#222;
}
.contact-section .right .btn:hover{
  background: #f25012;
  color:#fff;
}


ul.footer_social_links {
    float: left;
    margin: 0;
    padding: 0;
}
.footer_social_links li {
    float: left;
    margin: 0 0 10px 10px;
    padding: 0;
}
.footer_social_links li a {
    background-color: #f3f3f3;
    border-radius: 4px;
    color: #3d3d48;
    float: left;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    padding: 0;
    text-align: center;
    vertical-align: middle;
    width: 40px;
}

.footer_social_links li i {
    color: #3d3d48;
    margin-right: 5px;
}

.footer-bottom {
  background: #004288 none repeat scroll 0 0;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom .copyright{
  color: #a1b1bc;
  line-height: 24px;
  margin: 10px 0;
}

a.scroll-top {
    background: #004288 none repeat scroll 0 0 padding-box;
    border-radius:50%;
    bottom: 45px;
    color: #ffffff;
    cursor: pointer;
    font-size: 12px;
    height: 30px;
    font-weight: bold;
    line-height: 30px;
    position: fixed;
    right: 12px;
    text-align: center;
    width: 30px;
    z-index: 999;
}
a.scroll-top:hover {
    background-color: #f25012;
    color: #ffffff;
}


@media screen and (max-width: 768px){
  .contact-section .left, .contact-section .right{
    width:100%;
    float: none;
    margin-right:0;
  }  
  .service-section .service-block{
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .service-section .service-block:last-child{
    margin-bottom: 0;
  }
  .contact-section .right{
    margin-top: 100px;
  }
  .caption{margin-top:-10px;
  
}
@media screen and (max-width: 400px){
  .logo{
    width:80%;
  }
  .button{
    top:5px;
  }
}

@media screen and (max-width: 520px){
  .banner-detail .titles h1{
  font-size:1.1em;
  margin:3px 0px;
  text-transform: uppercase;
  margin-bottom:15px;
}
.banner-detail .titles{
  padding:15px;
}

.service-section input, .service-section textarea, .service-section submit {width:90%;}
.service-section .wpcf7-submit{width:50%;}




}