@charset "utf-8";
body {
	padding: 0px;
	margin: 0px;
	font-family: 'Muli', sans-serif;
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 400;
}
.alignleft, .alignnone { float: left; max-width: 100%; height: auto; margin: 0 20px 20px 0; }
.alignright { float: right; max-width: 100%; height: auto; margin: 0 0 20px 20px; }
.aligncenter { float: none; display: block; max-width: 100%; height: auto; margin: 0 auto 20px auto;}
a {
	color: #1a1a1a;
	text-decoration: none;
}
a:hover {
	color: #22399a;
	text-decoration: none;
}
hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}
img {
	vertical-align: middle;
}
p {
	margin: 0 0 15px 0;
	padding: 0px;
	font-size: 18px;
	color: #1a1a1a;
	font-weight: 400;
	line-height: 30px;
}
ul, ol {
	margin-top: 0px;
	margin-bottom: 15px;
	padding-left: 20px;
	list-style: disc outside;
}
ul li {
	font-size: 16px;
	color: #1a1a1a;
	font-weight: 400;
}
.pad_0 {
	padding-right: 0;
	padding-left: 0;
}
#wrap {
	float: left;
	width: 100%;
}
.container {
	position: relative;
	width: 1250px;
	margin: 0 auto;
	padding: 0;
}
.container:after {
	content: " 0020";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#header {
	position:absolute;
	left:0px;
	top:0px;
	z-index:1;
	float: left;
	width: 100%;
	padding-top:15px;
	transition: top .3s linear;
}
#header * {
	transition: all .3s ease-in-out;
}
#header .logo {
	float: left;
	width: 250px;
}
#header .logo img {
	width: 100%;
}
#header .logo a {
	display: block;
}
#header .top-right {
	float: right;
	width: auto;
	padding-top:15px;
}
.menu_box {
	float: right;
	width: 100%;
}
.menu_box ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.menu_box ul li {
	display:inline-block;
	width: auto;
	padding: 0;
	margin: 0 25px;
	position: relative;
}
.menu_box ul li a {
	display:inline-block;
	padding:10px 0px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	text-transform:uppercase;
	border-bottom: 3px solid transparent;
}
.menu_box ul li a:hover,
.menu_box ul li:hover a {
	color: #FFFFFF !important;
    text-decoration: none;
    border-bottom: 3px solid #FFFFFF;
}
.menu_box ul li:last-child {
	margin-right:0px;
}
.menu_box ul li.current_page_item a {
	color: #FFFFFF;
    text-decoration: none;
    border-bottom: 3px solid #FFFFFF;
}
/*----------------- Sub Menu -----------------*/
.menu_box ul li:hover > ul.sub-menu,  .menu_box ul li:hover > ul.sub-menu li:hover > ul.sub-menu {
	display: block;
}
.menu_box ul li ul.sub-menu {
	display: none;
	width: 300px;
	background: #003d86;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
}
.menu_box ul li ul.sub-menu li {
	width: 100%;
	margin: 0 0px;
	text-align: left;
}
.menu_box ul li ul.sub-menu li a {
	display: block;
	padding: 9px 23px;
	background: #003d86;
	font-size: 16px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
	text-transform: uppercase;
	border-bottom: 0px solid #FFF;
}
.menu_box ul li ul.sub-menu li a:hover {
	background: #ce1225;
	color: #ffffff;
	border-bottom: 0px solid #FFF;
}
.menu_box2 {
    display: none;
}
#slider {
    position: relative;
    float: left;
    width: 100%;
}
.rev_slider .slotholder:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
 
    /* black overlay with 50% transparency */
    background: rgba(0, 0, 0, 0.4);
}
#slider .caption{
	float: left;
    width: 100%;
	margin-top:400px;
	padding:30px 30px;
	text-align:center;
}
#slider .caption h1{
	margin:0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	font-size:40px;
	color:#FFFFFF;
	font-weight:700;
	line-height:45px;
	text-align:center;
	text-transform:uppercase;
}
#slider .caption a{
	display: inline-block;
	margin-top:12px;
	padding:14px 47px;
	background-color:#008aff;
	border-radius:6px;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 700;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
#slider .caption a:hover{
	background-color: #0278dd;
}
#slider .shape {
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
	width: 100%;
	background-color: transparent;
}
#slider .shape svg {
	vertical-align: top;
}
#header.stiky {
	position: fixed;
	top: 0;
	z-index: 99;
	padding-top: 10px;
    padding-bottom: 10px;
	box-shadow: 0px 0px 7px rgba(0,0,0,0.5);
	background:rgba(0,0,0,0.9);
}
.header-pic.stiky {
    padding-top: 0px;
}
#header.stiky .top-right {
	display: inline-block;
    width: auto;
}
#header.stiky .logo {
	width:200px;
}
#header.stiky .phone {
	display:none;
}
#header.stiky .menu_box {
	display:inline-block;
	margin-top:0px;
	padding-top: 0px;
}
#middle {
	float:left;
	width:100%;
}
.welcome_sec {
	float:left;
	width:100%;
	padding-top:80px;
	padding-bottom:50px;
}
.welcome_sec .left-sec{
	float:left;
	width:100%;
}
.welcome_sec .left-sec h1{
	position:relative;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 40px;
	color:#1a1a1a;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
}
.welcome_sec .left-sec h1 b{
	color:#3661ad;
	font-weight:700;
	text-transform:uppercase;
}
.welcome_sec .left-sec p{
	margin: 0 0 10px 0;
	padding: 0;
	font-size:18px;
	color:#1a1a1a;
	font-weight:400;
	line-height:30px;
}
.welcome_sec .left-sec .learn-more{
	display: inline-block;
	margin-top:12px;
	padding:14px 47px;
	background-color:transparent;
	border:1px solid #3661ad;
	border-radius:6px;
	font-size: 16px;
	color: #3661ad;
	font-weight: 700;
	text-align:center;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}
.welcome_sec .left-sec .learn-more:hover{
	background-color:#3661ad;
	border:1px solid transparent;
	color: #FFFFFF;
}
.welcome_sec .right-pic {
	position: relative;
	float: right;
	width: 100%;
	/*height: 437px;*/
	margin-bottom: -50px;
	background-color: #FFFFFF;
	border: 0px solid #5e5e5e;
}
.welcome_sec .right-pic .thumb {
	/*position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;*/
}
.welcome_sec .right-pic .thumb img {
	max-width: 100%;
}
.what-we-do {
	float:left;
	width: 100%;
	padding-top:50px;
	padding-bottom:50px;
	background-position: center top;
	background-repeat:no-repeat;
	background-size:cover;
}
.what-we-do h1{
	position:relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 40px;
	color:#1a1a1a;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
}
.what-we-do h1 b{
	font-weight:700;
}
.what-we-do .thumbnail {
    float:left;
	width:100%;
	position:relative;
    padding: 0px;
	margin-top: 50px;
    margin-bottom: 0px;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0px;
    border-radius: 0px;
}
.what-we-do .thumbnail .thumb {
    float:left;
	width:100%;
	padding-bottom:20px;
	text-align:center;
}
.what-we-do .thumbnail .caption {
	display: inline-block;
	width:100%;
	padding: 15px 0px;
	text-align:center;
}
.what-we-do .thumbnail .caption h3 {
	float: left;
    height: 80px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 15px 0px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
    width: 100%;
	
}
.what-we-do .thumbnail .caption a{
	display:inline-block;
	padding-top:5px;
	border-top: 2px solid #255dbf;
	font-size:16px;
	color:#255dbf;
	font-weight:700;
	line-height:30px;
}
.what-we-do .thumbnail .caption a:hover{
	border-top: 2px solid #000000;
	color:#000000;
}
.recent-pro-sec {
	float:left;
	width: 100%;
	padding-top:90px;
	overflow:hidden;
}
.recent-pro-sec h1{
	position:relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 40px;
	color:#1a1a1a;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
}
.recent-pro-sec h1 b{
	color:#255dbf;
	font-weight:700;
}
.recent-pro-sec .projects-row {
	padding-top:50px;
	padding-bottom:50px;
	margin: 0 -4px;
}
.recent-pro-sec .projects-row [class*=col-] {
	padding: 4px;
}
.recent-pro-sec .projects-row .thumb-box{
	float:left;
	width: 100%;
	position:relative;
	overflow:hidden;
}
.recent-pro-sec .projects-row .thumb-box img{
	width: 100%;
	height: auto;
	transition: all .3s ease-in-out;
}
.recent-pro-sec .projects-row .thumb-box:hover img{
	transform:scale(1.15);
}
.recent-pro-sec .projects-row .thumb-box .desc {
	position:absolute;
	width: 100%;
    height: 100%;
	z-index:1;
	cursor: pointer;
}
.recent-pro-sec .projects-row .thumb-box:hover .desc {
	background-color:rgba(54, 97, 173, .9);
	transition: all .3s ease-in-out;
}
.recent-pro-sec .projects-row .desc .title {
	padding: 0 10px;
	position: relative;
    top: 50%;
	transform: translateY(-50%);
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	text-transform: uppercase;
	text-align: center;
}
.recent-pro-sec .projects-row .desc a{
    display: block;
	width: 160px;
	padding: 5px 20px;
	margin: 0 auto;
	margin-top: 15px;
	border: 1px solid #FFFFFF;
	border-radius: 6px;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
    opacity: 0;	
}
.recent-pro-sec .projects-row .desc:hover a {
	opacity: 1;
}
.testimonial {
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:130px;
}
.testimonial h1{
	position:relative;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 15px 0px;
	font-size: 40px;
	color:#1a1a1a;
	font-weight:400;
	line-height:30px;
	text-transform:uppercase;
	text-align:center;
}
.testimonial h1 b{
	color:#255dbf;
	font-weight:700;
}
.testimonial .slider{
	float:left;
	width:100%;
	padding-top:50px;
}
.testimonial .slider .cnt-box {
	float:left;
	width:100%;
	padding-right:25px;
	
}
.testimonial .slider .cnt-box .top-row{
	float:left;
	width:100%;
	padding-bottom:10px;
}
.testimonial .slider .cnt-box .top-row .cl-thumb{
	float: left;
    width: 100px;
    height: 100px;
    background-color: #2052ab;
    border-radius: 50%;
    font-size: 70px;
    color: #ffffff;
    line-height: 100px;
    text-align: center;
    overflow: hidden;
}
.testimonial .slider .cnt-box .top-row .name-box{
	float: left;
	width: 100%;
	padding-top: 20px;
}
.testimonial .slider .cnt-box .top-row .name-box h3{
	margin:0px 0px 0px 0px; 
	padding:0px 0px 0px 0px;
	font-size: 20px;
	color:#2052ab;
	font-weight:700;
	line-height:25px;
	text-transform:uppercase;
}
.testimonial .slider .cnt-box .top-row .name-box p{
	margin: 0; 
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #525252;
	font-weight: 400;
	line-height: 30px;
}
.testimonial .slider .cnt-box .top-row .name-box p:after{
	display:block;
	content:'';
	width:60px;
	height:2px;
	background-color:#2052ab;
}
.testimonial .slider .cnt-box p {
	margin: 0; 
	padding: 0 0 10px 0;
	font-size: 16px;
	color: #222222;
	font-weight: 400;
	line-height: 25px;
}
.testimonial .slider .bx-wrapper {
	margin-bottom: 0px;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0px;
    background: transparent;
}
.testimonial .slider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -60px;	
}
.testimonial .slider .bx-wrapper .bx-pager.bx-default-pager a {
	display: block;
	width: 15px;
	height: 15px;
	background:#ffffff;
	border:1px solid #2052ab;
	border-radius: 50%;
}
.testimonial .slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.testimonial .slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.testimonial .slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #2052ab;
}
#footer {
	float: left;
	width: 100%;
	background-image: url(../images/footer-bg.jpg);
	padding-top: 60px;
	padding-bottom: 60px;
}
#footer .ftr-cnt{
	float: left;
	width: 100%;
	text-align:center;
}
#footer .ftr-cnt .ftr-logo{
	display:inline-block;
	width: auto;
	text-align:center;
	padding-bottom:30px;
}
#footer .ftr-cnt .ftr-contact{
	float:left;
	width: 100%;
	padding:5% 15%;
}
#footer .ftr-cnt .ftr-contact .col-row{
	float:left;
	width:100%;
}
#footer .ftr-cnt .ftr-contact .col-row i{
	float:left;
	width:auto;
	padding-right: 10px;
	font-family: "Material Design Icons";
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 30px;
	color: #2052ab;
}
#footer .ftr-cnt .ftr-contact .col-row p{
	margin: 0px;
	padding: 7px 0px 0px 0px;
	font-size: 18px;
	color: #333333;
	font-weight: 400;
	text-align: left;
	line-height: normal;
}
#footer .ftr-cnt .ftr-contact .col-row a{
	display:inline-block;
	font-size: 16px;
	color: #333333;
	font-weight: 400;
	text-decoration:none;
}
#footer .ftr-cnt .ftr-contact .col-row a:hover{
	color:#2052ab;
}
#footer .ftr-cnt .ftr-links{
	display:inline-block;
	width: 100%;
	padding-bottom:20px;
}
#footer .ftr-cnt .ftr-links ul{
	list-style:none;
	margin:0px;
	padding:0px;
}
#footer .ftr-cnt .ftr-links ul li{
	display:inline-block;
	margin:0px 5px;
	padding:0px;
}
#footer .ftr-cnt .ftr-links ul li a {
	display:inline-block;
    padding: 5px 15px;
    font-size: 16px;
    color: #525252;
    font-weight: 400;
    text-decoration: none;
	text-transform:uppercase;
}
#footer .ftr-cnt .ftr-links ul li a:hover{
    color:#2052ab;
}
#footer .ftr-cnt .copy {
	display:inline-block;
	width: 100%;
    font-size: 16px;
    color: #2052ab;
    font-weight: 400;
	text-align:center;
}
#footer .ftr-cnt .copy br{
	display:none;
}

/* contact form 7 */
body div.wpcf7-response-output { padding: 0 0px; margin: 20px 0 0 0; box-sizing: border-box; border: none; }
body span.wpcf7-not-valid-tip { position: absolute; top: 3px; right: 4px; font-size: 12px; white-space: nowrap; }
body .wpcf7-not-valid {	border-color: #97292c !important; }


/*------------- inner pages -------------*/
#header2 {
	float: left;
	width: 100%;
	padding-top:15px;
	padding-bottom:15px;
}
#header2 .logo {
    float: left;
    width: 250px;
}
#header2 .top-right {
    float: right;
    width: auto;
    padding-top: 15px;
}
#header2 .menu_box {
	float: right;
	width: 100%;
}
#header2 .menu_box ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header2 .menu_box ul li {
	display:inline-block;
	width: auto;
	padding: 0;
	margin: 0 25px;
	position: relative;
}
#header2 .menu_box ul li a {
	display:inline-block;
	padding:10px 0px;
	font-size: 16px;
	color: #525252;
	font-weight: 400;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
	text-transform:uppercase;
	border-bottom: 3px solid transparent;
}
#header2 .menu_box ul li a:hover,
#header2 .menu_box ul li:hover a {
	color: #0054a7 !important;
    text-decoration: none;
    border-bottom: 3px solid #0054a7;
}
#header2 .menu_box ul li:last-child {
	margin-right:0px;
}
#header2 .menu_box ul li.current_page_item a {
	color: #0054a7;
    text-decoration: none;
    border-bottom: 3px solid #0054a7;
}
.inner_banner {
	float: left;
	width: 100%;
	background-color: #0054a7;
}
.inner_banner .hdr_row {
    float: left;
    width: 100%;
	padding: 40px 0px;
}
.inner_banner .hdr_row h1 {
	margin: 0 0 20px 0;
	font-size: 40px;
	color: #ffffff;
	font-weight: 400;
	line-height: 45px;
	text-align: center;
}
.inner_banner .hdr_row p {
	margin: 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	text-align: center;
}
.inner_sec {
    float: left;
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.inner_sec h1 {
	margin: 0 0 25px 0;
    font-size: 40px;
    color: #1a1a1a;
    font-weight: 400;
    line-height: 30px;
    text-transform: uppercase;
}
.inner_sec h1 b {
	color: #3661ad;
	font-weight: 700;
}
.inner_sec h2 {
	margin: 25px 0 10px 0;
    font-size: 27px;
    color: #1a1a1a;
    font-weight: 600;
}
.inner_sec h3 {
	margin: 25px 0 10px 0;
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
}
.inner_sec h4 {
	margin: 25px 0 10px 0;
    font-size: 20px;
    color: #1a1a1a;
    font-weight: 600;
}
.inner_sec ul li {
    line-height: 27px;
}

/*-------------- project-portfolio -----------*/
.porfolio-sec {
	padding-bottom: 0px;
}

/*-------------- contact-us -----------*/
.contact_sec {
	padding-bottom: 0px;
}
.map_sec {
	padding-top: 50px;
}
.map_sec iframe {
	vertical-align: top;
}
