/*----------------------
GLOBAL RESET
----------------------*/
/*   
Theme Name: BLANK Theme
Theme URI: http://digwp.com
Description: This is just a BLANK starter WordPress Theme template -- WordPress v3.0.1
Author: MBALI
Author URI: http://chriscoyier.net
Version: 2
*/


/*----------------------
GLOBAL RESET
----------------------*/

html
{
	overflow-x:hidden;
}

body {
    line-height: 20px;
    font-family:  'Poppins', sans-serif;
    font-size:14px;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    /* border-left: solid 5px #fff; */
    /* border-right: solid 5px #fff; */
}

::selection {
    background: #FF5E99;
    color: #fff;
    text-shadow: none;
}


/*----------------------
Special Effects
----------------------*/
a {
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}



/*----------------------
Typography
----------------------*/

ol, ul , li {
    list-style: none !important;
    list-style-position:inside !important;
    padding: 0px;
    margin: 0px;
}


a {
    color: blue;
}

a:hover {color:#000;}

/* p {font-size: 16px;font-weight:normal;color: #24383c;line-height: 1.7;} */
h1, h2, h3, h4, h5, h6 {font-size: 26px;font-weight: 600;}

h1
{
	font-size:50px;
	font-weight:600;
	color:#fff;
}
h2 {
    font-size: 38px;
    color: #000000;
	font-weight:600;
}
h3 {
    font-size: 20px;
    color: #000000;
    font-weight: 600;
}

p {
    font-size: 16px;
    color: #000;
	font-weight:400;
	line-height:25px;
}
/*----------------------
Global Images
----------------------*/

img {border: none;max-width: 100%;}
.img-rounded {-webkit-border-radius: 6px;-moz-border-radius: 6px;border-radius: 6px;}
.img-polaroid {padding: 4px;background-color: #fff;border: 1px solid #ccc;border: 1px solid rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);}
.img-circle {-webkit-border-radius: 500px;-moz-border-radius: 500px;border-radius: 500px;}




.container {width: 1170px;margin:0 auto;}


.slider_wrapper {
    width:960px;
    height:409px;
    overflow:hidden;

}

/*----------------------
Header
----------------------*/

#header {
    float: left;
    width: 100%;
}

.logo {float: left;}


/*----------------------
Navigation
----------------------*/
/* Main Navigation
====================================*/
.selectnav {
    display: none;
    cursor: pointer;
    width: 100%;
    padding: 8px;
    height: 37px;
    float: left;
    font-size: 14px;
    margin: 15px 0;
}

#navigation {
    background: #303030;
    display: block;
    width: 100%;
    float: left;
    max-height: 52px;
    margin: 0;
    position: relative;
    z-index: 9999;
}

#navigation ul,
#navigation li {
    list-style:none;
    padding:0;
    margin:0;
    display:inline;
}
#navigation ul li{
    float:left;
    position:relative;
}

#navigation ul li a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    -webkit-font-size:17px;
    -moz-font-size:17px;
    font-weight: normal;
    padding: 15px 14px;
    border-right: 1px solid #535353;
}

#navigation ul li a:hover,
#navigation .current-menu-item a, #navigation .current_page_parent .current-menu-item a, .current_page_parent {
/*     background: #72b626 !important; */
    color: #fff;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

#navigation ul ul {
    position: absolute;
    display: none;
    top: 51px;
    left: 0;
    background: #3B7FC3;
    z-index: 999;
}

#navigation ul ul li a {color: #fff;}
#navigation ul ul li a:hover {
    color: #fff;
}

#navigation ul ul li a {
    display: block;
    width: 155px;
    margin: 0;
    padding: 9px 18px;
    
    font-weight: normal;
    font-size: 15px;
    border-right:0;
    border-bottom: 1px solid #2866A3;
    background: none;
}

#navigation ul ul ul {
    position: absolute;
    top:0px;
    left:100%;
    z-index: 999;
}

#navigation ul ul ul li a {
    border-bottom: 1px solid #404040 !important;
    border-top: 1px solid transparent;
    background: none;
}

#navigation ul ul li:last-child a, #navigation ul ul li:last-child a:hover {border-bottom: 1px solid transparent}
#navigation ul ul ul li:last-child a {border-bottom: 1px solid transparent !important}
#navigation ul li:hover>ul {opacity: 1; position:absolute; top:99%; left:0;}
#navigation ul ul li:hover>ul {position:absolute; top:0; left:100%; opacity: 1; z-index:497;}
#navigation ul li:hover > a {background: #72b626}
#navigation ul ul li:hover > a {color: #fff;}

#navigation .last a {
    border-right:0 !important;
}

.headline, .pages_title {
    background: url(images/headline-bg.png) 0 50% repeat-x;
    display: block;
    margin: 30px 0 8px 0;
}
.headline h2, .pages_title h2 {
    background-color: #fff;
    display: inline;
    padding: 0 10px 0 0;
    font-size: 34px;
    font-weight: bold;
}

/*----------------------
Footer
----------------------*/
/* 
.footer{
    margin-top:50px;
} */

/* .head {border-bottom: 2px solid #118afb;} */

.head #menu-mainnav {
    display: table;
    margin: 0 auto;
	padding-top:35px;
}

.head #menu-mainnav li {
    display: inline-block;
}

.head #menu-mainnav a {
    color: #fff;
    font-size: 14px;
    padding: 12px 10px;
    display: block;
    text-transform: uppercase;
    font-family: 'Brandon Text';
    font-weight: 400;
    font-style: normal;
	text-decoration:none;
}

.head
form#searchform {
    position: relative;
    border: 1px solid #cccccc;
    float: right;
    padding: 3px;
}

form#searchform input {
    border: 0;
    padding: 7px 10px;
    float: left;
}

form#searchform input#searchsubmit {
    background-color: #ed1b24;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    
}

form#searchform i {
    position: absolute;
    left: 10px;
    top: 12px;
}

form#searchform input#s {
    padding-left: 30px;
    font-size: 15px;
}

.navbar {
    background-color: #ed1b24;
    padding: 20px 0 15px;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar ul {
    display: table;
    margin: 0 auto;
    float: none;
}

.navbar li {
    display: inline-block;
}

.navbar li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 24px;
    display: table;
    border-right: 2px solid #fd888d;
    line-height: 1;
}

.navbar li:last-child a {
    border: 0;
}

section.main-slider .caption {
    position: absolute;
    top: 50%;
    transform: translateY(-5%);
    text-align: left;
    width: 100%;
    color: #fff;
}


.main-slider .owl-nav {
    display: none;
}

.bookmarks li {
    display: inline-block;
    width: 20%;
    float: left;
    background-color: #111111;
    border: 1px solid #7f161b;
    padding: 12px 20px;
    text-align: center;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bookmarks li small {display: none;font-size: 16px;color: #fff;padding: 10px 0;}

.bookmarks li strong {
    color: #fff;
    font-size: 20px;
    
    display: block;
}

.bookmarks li .more {
    display: none;
    color: #ed1b24;
    font-size: 15px;
    font-weight: bold;
    border-bottom: 1px solid #ed1b24;
    margin: 0 auto;
}
.bookmarks li.active small, .bookmarks li.active a.more {
    display: table;
}

li.bookmark.active {
    transform: scaleY(1.5);
}

.bookmarks {
    position: relative;
    z-index: 9;
    margin-top: -70px;
}

.bookmarks li.active div {
    transform: scale(1 ,0.7);
}

.bookmarks li.active {
    transform: scaleY(1.4);
    border-radius: 4px;
    background-color: #10316b;
    border-color: #ed1b24;
}

ul.test * {
    transition: 0.5s all 0s;
}
.txtbox {
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* h4 {
    font-size: 40px;
    font-weight: bold;
    
} */

ul.btns li {
    display: inline-block;
    margin-right: 10px;
}

.btn-filled , .btn-blank {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 3px;
}

.btn-filled {
    background-color: #ed1b24;
    color: #fff;
}

ul.btns {
    float: left;
    margin-top: 23px;
}

.btn-blank {
    background-color: transparent;
    border: 1px solid #000000;
    color: #000;
}
.left-right .vc_figure img {max-width: unset;float: left;}
.left-right .lefty img {
    float: right;
}
.bottomrow > .vc_col-sm-4 {
    margin: 0 !important;
    width: 33% !important;
    position: relative;
}

.bottomrow > .vc_col-sm-4 .wpb_text_column.wpb_content_element {
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    color: #fff;
    top: 43%;
    transform: translateY(-50%);
}

.bottomrow  h5 {
    margin-bottom: 30px;
}

.bottomrow a {
    border-color: #fff;
    color: #fff;
    font-size: 16px;
    border-radius: 0;
}
section.top_footer {
    background-color: #003466;
    margin-top: 0px;
    padding: 80px 0px;
}

footer h3 {
    font-size: 20px;
    color: #fff;
    
    font-weight: 500;
    margin-bottom: 25px;
    color: #f25a29;
}
footer ul li {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    line-height: 23px;
    
}
footer ul li img{
    float: left;
    padding-right: 10px;	
}
footer ul li a {
    text-decoration: none !important;
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    transition: all 0.5s linear;
}

footer ul li a:hover {
    color: #f25a29;
}

footer p {
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    line-height: 25px;
}
footer .social_info {
    float: left;
    margin-top: 25px;
}

footer .social_info ul li a i {
    color: #fff;
    font-size: 16px;
    transition: all 0.5s linear;
}

footer .social_info span {
    color: #fff;
}

footer .social_info ul li a {
    transition: all 0.5s linear;
}

footer .social_info ul li a:hover i {
    color: #ffd015;
}
.social_info span {
    text-transform: uppercase;
}
section.copyright {
    text-align: center;
    padding: 30px 0px;
    background: #f25a29;
}

section.copyright p {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 15px;
    
    font-weight: 400;
    text-transform: uppercase;
}
ul#menu-our-services li {
    margin-bottom: 25px;
}

a.footer_conso {
    margin-top: 25px;
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
    font-family: 'Lato', sans-serif;
    font-weight: 500;
    color: #ffd015;
}

.con-form input.wpcf7-form-control.wpcf7-submit.cntctbtn {
    width: unset;
    background-color: #ff0000;
    color: #fff;
    width: 120px;
    border: 0;
    font-size: 20px;
    font-weight: 600;
}
.con-form h2 {
    text-align: left;
    display: block;
}
.con-form input , .con-form textarea {
    width: 100%;
    padding: 8px 22px;
    resize: none;
    border: 1px solid #e6e6e6;
    font-size: 15px;
    max-height: 230px;
}
.head .menu li {
    display: inline-block;
}

.head .menu li a {
    color: #9a9a9a;
    font-size: 16px;
    font-weight: 500;
    padding: 42px 15px;
    display: block;
}

.head .menu li.current_page_item a {
/*     background-color: #118afb; */
    color: #fff;
}

.topinfo {
    float: left;
    position: relative;
    padding-left: 34px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.head .menu {
    display: table;
    margin: 0 auto;
}

.topinfo i {
    position: absolute;
    left: 0;
    font-size: 23px;
    color: #ff3030;
    top: 0px;
}
.infos_all {
    margin-top: 25px;
}
.topinfo small {
    color: #fff;
    font-family: 'Brandon Text';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    text-transform: uppercase;
	display:block;
}
.topinfo a {
    text-decoration: none;
}
.topinfo a {
    color: #ffffff;
    font-size: 15px;
    font-family: 'Brandon Text';
    font-weight: normal;
    font-style: normal;	
}
section.main-slider .caption a.btn {
        display: table;
    padding: 12px 40px;
    background-color: #ff3030;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border-radius: 2px;
    margin-top: 85px;
}
.minserv .vc_col-sm-4 p {
    padding: 0 40px;
}

.minserv .vc_col-sm-4:after {content: "........................";position: absolute;top: 0;color: #198dfa;font-size: 20px;letter-spacing: 5px;left: 70%;top: 30px;}

.minserv .vc_col-sm-4:nth-child(3):after {
    display: none;
}

div#service-slider .thumb {
/*     height: 190px; */
    overflow: hidden;
    margin-bottom: 0;
/*     height: 180px; */
}

div#service-slider h3 {
   font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    padding: 0px;
    /* min-height: 80px; */
    font-family: 'Lato', sans-serif;
}

div#service-slider .content p {
	font-size:20px;
    color: #0d4199;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-style: italic;
}

div#service-slider .content {
    text-align: center;
    padding: 10px 10px 30px;
    margin-top: 10px;
}

div#service-slider .content a {
    font-weight: bold;
    font-size: 16px;
    color: #b7b7b7;
    margin: 20px auto 0;
    display: table;
    background-color: #1189fa;
    color: #fff;
    padding: 9px 20px;
    border-radius: 3px;
}
div#service-slider .box .content p, div#service-slider .box .content h3 {
    color: #7f7f7f;
}
div#service-slider .box img {
    opacity: 0.5;
}

div#service-slider .box .content p,div#service-slider .box .content h3 {
    color: #7f7f7f;
}

.owl-item.active.center .item .box img {
    opacity: 1 !important;
}
div#service-slider .owl-item.active.center .item .box content p {
    color: #0d4199 !important;
}
.owl-item.active.center .content p {
    color: #0d4199 !important;
}
.owl-item.active.center .content h3 {
    color: #000 !important;
}

/* div#service-slider .box:hover {
    background-color: #1189fa;
} */

div#service-slider .box {
    max-width: 96%;
    display: block;
    margin: 0 auto;
	padding:25px;
}
.owl-item.active.center .item div.box {
    background: #eff3fa;
}
.owl-item div.item div.box {
    /* background: #f9f9f9; */
}
/* .owl-item {
    width: 500px !important;
} */

/* div#service-slider .box:hover h3 , div#service-slider .box:hover p {
    color: #fff;
}

div#service-slider .box:hover a {
    color: #fff;
    background-color: #fff;
    color: #1189fa;
    text-decoration: none;
} */

#service-slider .owl-nav {
    position: absolute;
    top: 40%;
    width: 100%;
    left: -70px;
}

#service-slider .owl-nav button.owl-next {
    float: right;
    position: relative;
    right: -140px;
}

#service-slider .owl-nav button {
    font-size: 70px;
    background-color: #1189fa;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 0.4;
}

#service-slider .owl-nav button span {
    position: relative;
    top: -3.2px;
    font-size: 49px;
    float: left;
    width: 100%;
}
div#service-slider ~ div {
    display: none;
}
.cta  h3 {
    text-align: center;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.5;
}

.cta a.btn {
    display: table;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 0;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    padding: 10px 40px;
    color: #1189fa;
}
.ourservices h2 {
    font-size: 40px;
    font-weight: bold;
    color: #010101;
}
.owl-item .item div.box {
    /* transform: translateY(25px); */
}
.owl-item.active.center .item div.box {
    transform: translateY(-15px);
	padding-top: 40px !important;
}
.con-form input.wpcf7-form-control.wpcf7-submit.cntctbtn {
    width: unset;
    background-color: #118afb;
    color: #fff;
    width: 120px;
    border: 0;
}
.con-form h2 {
    text-align: left;
    display: block;
}
div#service-slider .thumb img {
    width: unset;
    height: unset;
    max-height: unset;
}
body .plg_col {
    padding-left: 5em;
    padding-right: 7em;
}
h2.post-title {
    font-size: 30px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 30px;
    position: relative;
    padding-bottom: 12px;
}

.cusrow {
    background-color: #cccccc14;
    padding: 20px 10px;
    margin-bottom: 20px;
    padding-bottom: 0;
    border-bottom: 1px solid #ccc9;
}

.cusrow p:last-child {
    margin-bottom: 0;
}

.cusrow h3 {
    font-size: 20px;
}
h2.post-title:after {content: "";width: 10%;height: 2px;background-color: #0f213f;position: absolute;bottom: 0;left: 0;}
div#service-slider .box:hover {
    color: #fff;
}
.entry-summary h1.pr-name {
    margin-top: 0;
}

/* New css starts here */
	
	header {	
		background:#fff;
	}
ul.call_info li span {
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    margin-left: 5px;
}
.social_info {
    float: right;
    display: flex;
    display: -webkit-flex;
}
ul.header_social {
    display: flex;
    display: -webkit-flex;
    margin-left: 0;
    margin-top: 40px;
    margin-right: -50px;
}
ul.header_social li {
    margin: 0px 8px;
}
ul.header_social li a {
    text-decoration: none;
}
ul.header_social li a i {
    color: #b3b3b3;
    font-size: 18px;
}
ul.call_info li a {
    text-decoration: none;
    color: #000;
    margin-left: 5px;
    font-size: 15px;
    
    font-weight: 500;
    padding-left: 30px;
    display: inline-block;
}
section.top_info {
    /* border-bottom: solid 1px #cccccc; */
    padding: 10px 0px;
}
ul#menu-menu-1 {
    display: flex;
    display: -webkit-flex;
    justify-content: center;
}

ul#menu-menu-1 li {
    margin: 0px 7px;
}

ul#menu-menu-1 li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    
    font-weight: 500;
    text-decoration:none;
    transition: all 0.3s linear;
    padding: 15px;
}
ul#menu-menu-1 li a:hover
{
	color: #003365;
}

ul#menu-menu-1 li:last-child {
    margin-right: 0px;
}

ul.header_social li:last-child {
    margin-right: 0px;
}
section.menu_section {
    padding: 25px 0px;
    background: #f25a29;
}
.home_top_row {
    min-height: 750px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
    background-size: cover;
    background-position: center;
	border-left: solid 5px #fff;
    border-right: solid 5px #fff;
}
.home_top_row p {
    width: 100%;
    max-width: 75%;
    margin: 0 auto;
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}
.yellow_btn a {
    font-size: 18px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: #FFD014 !important;
    border: none !important;
    color: #000 !important;
    transition: all 0.5s linear;
}
.yellow_btn a:hover {
    background: #000 !important;
    color: #ffd015 !important;
}
.less_width_para p {
    width: 100%;
    max-width: 95%;
    margin: 30px auto 50px !important;
    color: #000;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}
.blue_btn a {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: #0d4199 !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    padding: 15px 30px !important;
}
.blue_btn a:hover {
    background: #000 !important;
    color: #fff !important;
}
.bottom_image_titles p {
    width: 100%;
    max-width: 62%;
    margin: 0 auto;
    color: #fff;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.bottom_image_titles p {
    width: 100%;
    max-width: 62%;
    margin: 0 auto;
    color: #fff;
    line-height: 25px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.bottom_image_section {
    background-size: cover;
    background-position: center;
    min-height: 430px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    align-items: center;
	border-left: solid 5px #fff;
    border-right: solid 5px #fff;
}
h3.post_title a {
    font-size: 23px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    text-decoration: none;
    line-height: 26px;
    margin: 20px 0px !important;
    display: block;
}
p.anchor a {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: #0d4199 !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    padding: 15px 30px !important;
    display: inline-block;
    border-radius: 4px;
    margin-top: 22px;
    text-decoration: none;
}
p.anchor a:hover {
    background: #000 !important;
}
.post_image a img {
    width: 100%;
}
body .single_full_right_image img {
    max-width: unset;
	float:left;
}
body .single_full_left_image img {
    max-width: unset;
	float:right;
/*     position: relative;
    left: -7em;
    width: 586px;
    min-height: 480px; */
}
.blogs_row {
    padding: 20px 0px 80px;
}
.first_ser_txt {
    padding-right: 5em;
}
.wpb_single_image.wpb_content_element.vc_align_center.single_full_right_image {
    margin-bottom: 0px;
}
/* .wpb_text_column.wpb_content_element.second_ser {
    padding-right: 12em;
} */
.page_title_row {border-left: solid 5px #fff;border-right: solid 5px #fff;min-height: 300px;display: flex;justify-content: center;align-items: center;}

.page_title_row h1 {
    text-transform: uppercase;
    letter-spacing: 5px;
}
.form_field input {
    width: 100%;
    margin-bottom: 20px;
    height: 50px;
    padding: 10px;
}
.form_field textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px;
    resize: none;
}
.form_field input::placeholder,.form_field textarea::placeholder {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}
.form_btn input[type="submit"] {
    font-size: 16px !important;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    background: #0d4199 !important;
    border: none !important;
    color: #fff !important;
    transition: all 0.5s linear !important;
    padding: 15px 30px !important;
    text-transform: uppercase;
}
.form_btn input[type="submit"]:hover {
    background: #000 !important;
}
input.wpcf7-not-valid {
    border: solid 1px #f00;
}
span.wpcf7-not-valid-tip {
    display: none;
}
.post .entry {
/*     padding-bottom: 25px; */
}
.wpb_text_column.wpb_content_element.less_width_para {
    margin-bottom: 4em;
}
body .remove_pads .vc_column-inner {
    padding: 0px;
}
header ul#menu-menu-1 {
    margin-top: 0px;
}
/* New css ends here */

ul.social a {
    color: #000;
    
    font-weight: 500;
    font-size: 15px;
    padding-left: 40px;
}

.social img {
    position: absolute;
}

ul.header_social li a i:hover {
    color: #000 !important;
}

ul.social {
    margin-top: 40px;
    margin-left: 80%;
}

ul.call_info {
    margin-top: 40px;
}

div#media_image-2 img {
    /* margin: 0 auto; */
    text-align: center;
    margin-left: 50px;
    /* display: block; */
    /* clear: both; */
    float: right;
    position: relative;
    left: 50%;
}

ul.call_info li a:hover {
    color: #f0420a !important;
}

ul.social a:hover {
    color: #f04710 !important;
}
ul#menu-menu-1 li a:hover {
    color: #003365 !important;
}
.repair-row h2 {
    font-size: 38px;
    font-weight: 600;
    
    text-transform: uppercase;
    color: #000;
    margin: 0;
}

.repair-row h4 {
    font-size: 17px;
    font-weight: 500;
    
}

.repair-row p {
    font-size: 15px;
    font-weight: 400;
    
    color: #000;
	margin-bottom: 0;
}
.solv-sec h2 {
    font-size: 38px;
    font-weight: 600;
    
    color: #fff;
    text-transform: uppercase;
}

.solv-sec h4 {
    font-size: 16px;
    font-weight: 600;
    
    text-transform: uppercase;
    line-height: 25px;
    color: #fff;
}

.solv-sec p {
    font-size: 14px;
    font-weight: 400;
    
    color: #fff;
}

.solv-sec .vc_btn3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 15px 40px !important;
    margin-top: 64px !important;
    float: right !important;
    background: #003466 !important;
}
.solv-sec:before {content: "";background-repeat: no-repeat;position: absolute;width: 90%;height: 300px;left: -11%;background-image: url('/wp-content/uploads/2020/10/network-bg.png');bottom: -10px;}

.vc_row.wpb_row.vc_row-fluid.solv-sec.vc_custom_1603993418517 {
    position: relative;
}
.service-row .vc_btn3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 15px 40px !important;
    margin-top: 15px !important;
    background: #f25a29 !important;
}

.service-row .vc_btn3:hover {
    color: #f25a29 !important;
    background: #fff !important;
    border: 1px solid #f25a29 !important;
    transform: scale(1.1);
    transition: 0.5s;
}

.solv-sec .vc_btn3:hover {
    background: #fff !important;
    border: 1px solid #003466 !important;
    color: #003466 !important;
    transform: scale(1.1);
    transition: 0.5s;
}
.service-row p {
    font-size: 14px;
    font-weight: 400;
    
    color: #fff;
    /* padding-top: 30px; */
    /* padding-bottom: 30px; */
}
.service-row:before {
    content: "";
    background-repeat: no-repeat;
    position: absolute;
    width: 51%;
    height: 329px;
    bottom: 49px;
    background: #f25a29;
    right: 0;
}

.service-row {
    position: relative;
}


.solv-sec {
    position: relative;
}
.h2 {}

.services_all_section h2 {
    font-size: 38px;
    font-weight: 600;
    
    text-transform: uppercase;
}

.services_all_section h3 {
    
    font-size: 21px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.services_all_section p {
    
    font-weight: 400;
    font-size: 15px;
    color: #000;
}

.services_all_section .vc_btn3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 17px 40px !important;
    margin-top: 15px !important;
    background: #f25a29 !important;
}
.contact-sec h2 {
    font-size: 37px;
    font-weight: 600;
    
    color: #fff;
    text-transform: uppercase;
}

.contact-sec p {
    font-size: 16px;
    font-weight: 500;
    
    color: #000;
}

/* .contact-sec input {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    
    font-size: 15px;
    font-weight: 500;
    border: unset;
    color: #000;
} */
.contact-sec input {
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    
    font-size: 15px;
    font-weight: 500;
    border: 1px solid #ccc;
    color: #000;
    box-shadow: 0 0 9px 0px #003466;
    background: transparent;
    outline: unset !important;
}
 
.contact-sec input::placeholder,
.contact-sec .wpcf7-textarea::placeholder {
    color: #000 !important;
}
.contact-sec .wpcf7-textarea::placeholder {
    color: #000 !important;
}
.wpcf7-textarea.wpcf7-validates-as-required {}

.form {
}

/* .contact-sec .wpcf7-textarea {
    width: 100%;
    min-height: 250px;
    margin-top: 10px;
    padding-left: 10px;
    
    font-size: 15px;
    font-weight: 500;
    border: unset;
    resize: none;
    color: #000;
    margin-bottom: 20px;
} */

element.style {
}
.contact-sec .wpcf7-textarea {
    width: 100%;
    min-height: 250px;
    margin-top: 20px;
    padding-left: 10px;
    
    font-size: 15px;
    font-weight: 500;
    border: unset;
    resize: none;
    color: #000;
    margin-bottom: 20px;
    background: transparent;
    outline: unset;
    padding-top: 10px;
    box-shadow: 0 0 9px 0px #003466;
    border: 1px solid;
}
.contact-sec .wpcf7-submit {
    width: unset;
    padding: 15px 68px;
    
    background: #f25a29;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    display: block;
    clear: both;
    text-align: center;
    margin: 0px auto;
    width: 97%;
}
.wpcf7-response-output {
    color: #f25a29;
}
.contact-sec .wpcf7-textarea::placeholder {
    color: #fff !important;
    padding-top: 10px;
}
.news-sec h2 {
    font-size: 38px;
    font-weight: 600;
    
    text-transform: uppercase;
}

.news-sec p {
    font-weight: 500;
    text-transform: uppercase;
    font-size: 16px;
    
}

.in-service h3 {
    font-size: 20px;
    font-weight: 600;
    
    text-transform: uppercase;
}

.in-service p {
    font-size: 15px;
    font-weight: 400;
    
    color: #000;
    text-transform: none;
    margin-top: -28px;
}

.icon-row li {
    display: inline-block;
    padding-left: 15px;
}

.icon-row p {
    padding-left: 25px;
    margin-top: -23px;
    color: #a7a7a7;
}

.icon-row {
    margin-top: -20px;
    margin-left: -10px;
}

.icon-row i {
    color: #f25a29;
}

.in-service .vc_btn3 {
    background: unset !important;
    border: unset !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    color: #000 !important;
    font-family: Poppins !important;
    padding-left: 0px !important;
    margin-top: 0px !important;
    padding-top: 0px !important;
}

.in-service  i.vc_btn3-icon.fas.fa-arrow-right {
    margin-top: -6px;
    color: #003466;
}
.join-sec h2 {
    color: #fff;
    
    font-size: 70px;
    font-weight: 600;
    text-transform: uppercase;
}

.join-sec .vc_btn3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 17px 40px !important;
    margin-top: 15px !important;
    background: #f25a29 !important;
    border: unset !important;
}
.iner_serv  h4 {
    font-size: 21px;
    font-weight: 600;
    
    color: #fff;
    text-transform: uppercase;
}

.iner_serv p {
    color: #fff;
    
    font-size: 14px;
    font-weight: 400;
}
.iner_serv img {
    margin-right: 0;
    float: right;
    position: absolute;
    right: 0;
    padding-top: 20px;
}

.iner_serv {
    position: relative;
}
ul#menu-footer-quick-links a {
    font-size: 14px;
    font-weight: 400;
    
    color: #fff;
	text-transform: uppercase;
}

ul#menu-top-left-menu a {
    font-size: 14px;
    font-weight: 400;
    
    color: #fff;
}

.thrd-wid p {
    font-size: 14px;
    font-weight: 400;
    
    color: #fff;
    padding-left: 70px;
    position: absolute;
    margin-top: -70px;
}

.thrd-wid h3 {
    
    font-size: 15px;
    font-weight: 500;
    color: #fff !important;
    padding-bottom: 25px;
}

.fot-mail input {
    color: #fffff2;
    width: 100%;
    height: 60px;
    margin-top: 10px;
    padding-left: 10px;
    
    font-size: 14px;
    font-weight: 400;
    border: 1px solid #32527c;
    background: unset;
}

.fot-mail input::placeholder {
    color: #3d658b;
}

.fot-mail .wpcf7-submit {
    color: #fff;
    font-size: 16px;
    
    font-weight: 600;
    text-transform: uppercase;
    border: unset;
    background: #f25a29;
}

.thrd-wid:before {content: "";position: absolute;width: 100%;height: 2px;background: #315b83;bottom: 54%;}

.thrd-wid {
    position: relative;
}
ul#menu-top-left-menu a:hover {
    color: #f25a29 !important;
}

ul#menu-footer-quick-links a:hover {
    color: #f25a29 !important;
}
.services_all_section h3:before {content: "";background: #003466;position: absolute;width: 26px;height: 3px;right: 46%;bottom: 40px;}

.services_all_section h3 {
    position: relative;
}

.service-row{
    margin-top: 0px !important;
    padding-top: 0px !important;
}
.in-service .vc_btn3:hover {
    color: #f25a29 !important;
    transform: scale(1.1);
    transition: 0.5s;
}

.in-service i.vc_btn3-icon.fas.fa-arrow-right:hover {
    color: #f25a29 !important;
}

.contact-sec .wpcf7-submit:hover {
    background: #fff !important;
    color: #f25a29 !important;
    transform: scale(1.1);
    transition: 0.5s;
}

.join-sec .vc_btn3:hover {
    transform: scale(1.1);
    transition: 0.5s;
    background: #fff !important;
    color: #f25a29 !important;
}

.fot-mail .wpcf7-submit:hover {
    transition: 0.5s;
    background: #fff !important;
    color: #f25a29 !important;
}

.services_all_section .vc_btn3:hover {
    background: #fff !important;
    color: #f25a29 !important;
    border: 1px solid #f25a29 !important;
    transform: scale(1.1);
    transition: 0.5s;
}
.inn-banner h1 {
    
    font-size: 70px;
    font-weight: bold;
    color: #fff;
}
.tstmon-row >.wpb_wrapper {
    display: none;
}
.testimonial-box img {
    width: unset !important;
    height: auto;
    z-index: 9;
    text-align: center;
    display: block;
    clear: both;
    margin: 0 auto;
}

.testimonial-box p {
    font-size: 15px;
    font-weight: 400;
    
    color: #000;
    text-align: center;
    padding: 14px;
	min-height: 400px;
}

.testimonial-box h3 {
    
    text-transform: uppercase;
    color: #003466;
    font-size: 16px;
    text-align: center;
}
.tstmon-row h2 {
    font-size: 38px;
    font-weight: 600;
    
    color: #000;
    text-transform: uppercase;
}

.tstmon-row h4 {
    
    text-transform: uppercase;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
}
.tstmon-row h4:before {content: "";background: #b0b0b0;position: absolute;width: 2px;height: 180px;margin-left: 13%;top: 80px;}

.tstmon-row h4 {
    position: relative;
}

.tstmon-row {
    position: relative;
}
.owl-dots span {
    width: 10px;
    height: 10px;
    background: #1a4975;
    display: block;
    margin: 0 5px;
    border-radius: 50px;
}
.owl-dots {
    text-align: center !important;
    margin-top: 20px !important;
}button.owl-dot.active span {
    background: #f25a29 !important;
}

.metaslider .caption-wrap {
    background: unset !important;
    opacity: unset !important;
    position: absolute !important;
    left: 9% !important;
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.caption h1 {
    font-weight: 600;
    font-size: 51px;
    color: #fff;
    text-transform: uppercase;
}

.caption p {
    
    color: #fff;
    text-transform: uppercase;
    font-size: 21px;
    font-weight: 400;
    line-height: 29px;
    padding-left: 40px;
    padding-top: 20px;
    position: relative;
}

.flex-control-paging li a {
    background: #666666 !important;
}

.flex-control-paging li a.flex-active {
    background: #f25a29 !important;
}

ol.flex-control-nav.flex-control-paging {
    position: absolute;
    bottom: 40px;
    right: 35%;
}
.caption a {color: #fff !important;background: #f25a29;font-size: 15px;font-weight: 600;padding: 15px 40px;margin-left: 30%;position: relative;bottom: 40px;text-transform: uppercase;}
.caption p:before {
    position: absolute;
    width: 3px;
    height: 35px;
    background: #f25a29;
    content: "";
    left: 17px;
    bottom: 10px;
}
.services_section_titles {
    background: #003466;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-height: 258px;
}
.banner_titles_service {
    margin-bottom: 0px !important;
}

.banner_titles_service h2 {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin: 0px;
    font-size: 45px;
}

.banner_titles_service {
    text-align: center;
}

.banner_titles_service ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_titles_service ul li,.banner_titles_service ul li a {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 16px;
    text-decoration: none;
}

.banner_titles_service ul li {
    margin: 0px 10px;
	position:relative;
}
.banner_titles_service ul li:after {content: '/';position: absolute;right: -13px;top: 0px;color: #fff;}

.banner_titles_service ul li:last-child:after {
    display: none;
}
.service_page_new_banner {
    padding: 50px 0px 30px;
}

.title_after h2 {
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    color: #000;
    padding-bottom: 35px;
    margin-bottom: 45px;
}

.title_after {
    text-align: center;
}

.title_after h2:after {
	content: '';
	position: absolute;
	left: 0px;
	right: 0px;
	bottom: 0;
	width: 20%;
	height: 4px;
	background: #003466;
	margin: 0 auto;
}

.title_after p {
    
    font-weight: 400;
    font-size: 16px;
    color: #000;
}
.services_txt h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    margin-top: 0px;
}

.services_txt p {
    color: #000;
    /*     text-transform: uppercase; */
    font-size: 15px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    min-height: 150px;
}

.services_txt {
    margin-bottom: 25px;
}
.service_more_btn .vc_btn3 {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 0px !important;
    padding: 17px 40px !important;
    background: #f25a29 !important;
    border: unset !important;
}
.service_row .vc_col-sm-4 {
    margin-bottom: 30px !important;
}

.banner_slide p {
    width: 1000px;
    text-transform: unset;
    font-size: 16px;
    padding-left: 0;
}

.caption p:before {
    display: none;
}

span.top-button {
    display: none;
}
.service_row img {
    min-height: 240px;
}
.page_about-us {}

.page_about-us .vc_custom_1604060960599 {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0!important;
}
ul.call_info li{
    position: relative;
    }
ul.call_info li img {
    position: absolute;
    left: 0px;
}
.page_about-us .vc_custom_1604692754247 {
    min-height: 500px!important;
    padding: 0!important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ah-edit-about {
    position: relative!important;
}

.ah-edit-about h2 {
    color: #1365ac!important;
}

.ah-edit-about p {
    font-size: 18px!important;
    font-weight: 400;
    margin-bottom: 30px!important;
}
.ah-aboutus-banner {
    position: relative;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ah-aboutus-banner h1 {
    text-shadow: 0 0 20px black;
}
.vc_row.wpb_row.vc_row-fluid.inn-banner.ah-aboutus-banner.vc_custom_1604941519370.vc_row-has-fill {
    background-position: top !important;
}
.services_txt h3 {
    text-transform: uppercase;
}

.serv_inner h4 {
    color: #000;
    margin-bottom: 22px;
    font-weight: 700;
}

.serv_inner ul {
    padding-left: 20px;
    margin-bottom: 20px;
    list-style: disc !important;
}
.service_more_btn .vc_btn3:hover {
    border: 1px solid #f25b2a !important;
    background: #fff !important;
    color: #f25b2a !important;
}
.serv_inner ul li {
    font-size: 15px;
    font-weight: 400;
    
    padding-bottom: 12px;
    list-style: disc !important;
    color: #000;
}
.intr_serv_head h2 {
    margin-bottom: 20px;
}

.intr_serv_head p {
    margin-bottom: 30px;
}

.serv_inner  h4 {
    font-size: 17px;
    font-weight: 500;
    
}.vc_row.wpb_row.vc_row-fluid.contact-sec.vc_custom_1605797878075.vc_row-has-fill {
    background: #fff;
    background-image: unset !important;
}

.banner_slide ul {
    padding-left: 30px !important;
}

.banner_slide ul li {
    position: relative;
    margin-bottom: 7px !important;
    font-size: 16px;
    list-style: disc !important;
}

 
.vc_custom_1606248603816:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: white;
    top: 0;
    left: 0;
    opacity: 0.9;
}
.largeTextBanner h1 {
    font-size: 37px;
    width: 847px;
}
.news_csmt img {
    height: 200px !important;
    object-fit: fill;
}
.post.type-post .entry{
	margin-bottom:55px;
}
.post.type-post .entry ul {
    margin-left: 40px;
}

.post.type-post .entry ul li {
    line-height: 27px;
    margin-bottom: 16px;
    font-size: 16px;
    color: #000;
    font-family: 'Lato', sans-serif;
    list-style: disc !important;
}

.ah-cust-table tr {
    border: 2px solid #807878;
    background-color: rgb(198,209,218) !important;
}

.ah-cust-table thead th {padding: 60px 0px;}

.ah-cust-table thead {}

.ah-cust-table thead th {
    padding: 14px  9px!important;
    font-size: 17px;
    font-weight: 600;
    border-right: 2px solid #807878;
    background-color: #f25a29;
    color: white;
}


.ah-cust-table tr td {
    border-right: 2px solid #807878;
    width: 50%;
}
.ah-cust-table .table>thead>tr>th {
    border-bottom: 2px solid #807878!important;
}
.ah-cust-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #e0f0ff !important;
}
.ah-cust-table tr td strong {
    display: block;
}
.contact-sec h2, .contact-sec p {
    color: #ffffff!important;
}
.contact-sec textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required::placeholder, .contact-sec textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    color: black!important;
}
.contact-sec input, .contact-sec textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
    background-color: #ffffff;
}
.wpcf7 form .wpcf7-response-output {
    background-color: white !important;
	margin: 2em 1.3em 1em !important;
}
.join-sec {
    display: flex;
    align-items: center;
}

@media screen and (max-width: 768px) {
    body * {
        text-align: center!important;
    }
    .container {
        width: 100%!important;
        margin: 0 auto;
    }
    ul.call_info {
        margin-top: 70px!important;
    }
    ul.call_info li img {
        position: relative!important;
        left: 0px!important;
        margin-bottom: 5px!important;
    }
    div#media_image-2 img {
        margin-left: 0!important;
        left: 0!important;
        margin-top: 25px!important;
        margin-bottom: 5px!important;
    }
    ul.header_social {
        display: flex;
        display: -webkit-flex;
        margin-left: 0;
        margin-top: 0px;
        margin-right: 0px;
        justify-content: center;
        margin: 15px 0px;
    }
    .new_banner_section li img {
        min-height: 600px!important;
        object-fit: cover!important;
    }
    .banner_slide p {
        width: 100%!important;
        font-size: 14px!important;
    }
    ol.flex-control-nav.flex-control-paging {
        position: relative!important;
        bottom: 40px!important;
        right: 0%!important;
    }
    .largeTextBanner h1 {
        font-size: 32px!important;
        width: 100%!important;
    }
    .metaslider .caption-wrap {
        background: unset !important;
		opacity: unset !important;
		position: absolute !important;
		left: 0% !important;
		top: 45% !important;
		transform: translateY(-50%)!important;
    }
    .vc_btn3-container.vc_btn3-left {
        text-align: center!important;
    }
    .icon-row p {
        padding-left: 0px!important;
        margin-top: 0px!important;
    }
    .icon-row i {
        color: #f25a29;
        display: block!important;
    }
    .iner_serv img {
        float: unset!important;
        padding: revert!important;
        position: relative!important;
    }
    form.wpcf7-form.init .col-md-12, form.wpcf7-form.init .col-md-6 {
        padding: 0;
    }
    .contact-sec .wpcf7-submit {
        width: 100%;
    }
    .tstmon-row h4:before{
        display: none;
    }
    footer ul li a {
        display: block;
    }
    footer ul li a img {
        float: none!important;
        margin-bottom: 10px!important;
    }
    .thrd-wid:before {
        left: 50%;
        transform: translateX(-50%);
    }
    section.top_footer {
        padding: 40px 0px;
        padding-bottom: 0px;
    }
    footer ul li a {
        display: block;
    }

    .social_info {
        float: none;
        position: relative;
        display: block;
        width: 100%;
        text-align: center;
    }
    
    .social_info ul.social {
        margin-left: 0px!important;
    }
    
    .social_info ul.social .social img {}
    
    .social img {
        position: relative;
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }
    
    ul.social a {
        padding: 0;
    }
	ul#menu-footer-quick-links,
	ul#menu-top-left-menu{
		display: block !important;
	}
	.caption h1{
		font-size: 37px;
	}
	.img_frame img {
		height: auto !important;
	}
	.serv_inner h4, .serv_inner ul li {
		text-align: left!important;
	}
	button#responsive-menu-button, #responsive-menu-container, #responsive-menu-container #responsive-menu-wrapper, #responsive-menu-container #responsive-menu li.responsive-menu-item a {
    	background-color: #f25a29 !important;
	}
	#responsive-menu-container #responsive-menu li.responsive-menu-item a {
		border-bottom: 1px solid #003466 !important;
	}
	.intr_serv_head h2 {
		margin-bottom: 0px!important;
		display: none;
	}
	.ah-repair-row > div > div.vc_column-inner {
		padding-top: 0px !important;
	}
}



/* .item.ah-testimo {
    position: relative;
    min-height: 561px;
}

.ah-bottom {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
} */
