/*
Theme Name: source2load
Theme URI: 
Author: the Development team
Author URI: https://wordpress.org/
Description: A theme for WordPress 5.
Requires at least: WordPress 4.9.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp5default
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP5 Default is based on Underscores https://underscores.me/, (C) 2012-2018 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

* {
	box-sizing: border-box;
}

html {
    line-height: 1;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'Lato';
    margin: 0 auto;
    width: 100%;
    min-width: 1200px;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0;
}

.row {
    max-width: 1440px;
    margin: 0 auto;
}

.so-panel,
.panel-grid {
    margin-bottom: 0 !important;
}

span.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha > div {
    margin: 20px auto;
}

.slbContentOuter {width: 350px; padding: 15px !important; border: 3px solid #ff0000; border-radius: 3px; background: rgba(0, 0, 0, 0.9);}
.slbImageWrap:after {background: none !important; box-shadow: none !important;}
.slbImage {padding: 0 !important; margin: 0 auto 15px !important;}
.slbCaption {position: relative !important;}

.slbCaption {
    display: inline-block;
    max-width: 100%;
    max-height: 1em !important;
    word-wrap: normal;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    padding: 0 0 1em 0;
    font-size: 16px;
}
@media screen and (max-width: 1200px) {
    body {
        min-width: 320px;
    }
}


/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/


/**** MEET THE TEAM*****/

.socials-popup img, .socials-popup i {
    width: 40px !important;
    margin: 10px auto;
}

.socials-popup i{
	font-size: 40px;
}

.socials-popup {
	width: 300px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 auto;
    text-align: center;
}


/*last team*/
.team-box.jade {
    width: 700px;
    margin: 0 auto;
}



.get-to-know {
    margin-right: 150px !important;
	margin-left: -130px !important;
}

.get-to-know {
    padding: 0px 40px;
	border-left: 5px solid red;
}

.get-to-know h2 {
    text-align: left !important;
}

.get-to-know h2, .chief-exec h2 {
    font-size: 37px;
}

.get-to-know p {
    font-size: 17px;
}

.meet {
    /* margin-left: -10px !important; */
    padding-left: 90px;
}

.meet span {
    font-size: 140px !important;
 	line-height: 130px !important;
    font-weight: 1000 !important;
}

.meet h2 {
    color: red !important;
    font-size: 90px !important;
    font-weight: 100 !important;
}

.intro-div {
    margin-top: 100px;
}

.chief-exec {
    margin-left: -100px !important;
	padding-right: 120px !important
}

.chief-exec h2 {
    text-align: left;
}

.chief {
    margin: 90px 0;
}

p.name {
    font-size: 70px;
    margin: 20px 0;
}


/**** 2nd container*****/

.team-container {
    background-image: linear-gradient(black, maroon);
}

.page-id-464 .inner #content main{
	padding: 0 !important
}


.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    /*clip-path: inset(50%);*/
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

/*.wp-block-column,
.blocks-gallery-item {
    margin: 0 !important;
}*/

.has-1-columns .wp-block-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}

.wp-block-gallery.is-cropped .blocks-gallery-item img {
    height: auto;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.wp-block-image,
.wp-block-image figure {
    margin: 0;
}

.cta {
    display: none;
}

img {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

#service-areas {
	max-width: 100%;
}

img.map{
	max-width: 100%;
	width: 100% !important;
	height: auto;
}


/*--------------------------------------------------------------
## Fonts
--------------------------------------------------------------*/
a,
a:visited {
    text-decoration: none;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    text-decoration: none !important;
}

a:hover {}

a:focus {
    outline: none !important;
}

h1 {
    margin: 0;
    line-height: 120%;
    font-weight: 400;
    font-size: 60px;
}

h2 {
    margin: 0;
    font-size: 51px;
    line-height: 120%;
    color: #CA2121;
    font-weight: bold;
    background: url(assets/images/border.png) no-repeat center bottom;
    padding-bottom: 15px;
    text-align: center;
    margin-bottom: 10px;
}

h3 {
    margin: 0;
    line-height: 120%;
    font-weight: 700;
    color: #CA2121;
    font-size: 22px;
}

p,
ul li,
ol li {
    margin: 0;
    /*line-height: 120%;*/
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
}

p {
    margin: 0 0 10px;
    margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
## Buttons
--------------------------------------------------------------*/

.btn,
.kt-btn-wrap .kt-button {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #FFF !important;
    position: relative !important;
    background: linear-gradient(-200deg, rgb(248, 5, 5), rgb(202, 34, 34) 55%, rgb(248, 5, 5)) !important;
    z-index: 1 !important;
    width: 142px !important;
    height: 48px !important;
    font-family: 'Lato', sans-serif !important;
    padding: 0 !important;
    margin: auto;
    z-index: 1000;
    border: 1px solid transparent !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.btn span {
    position: relative;
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.btn small {
    position: relative;
    top: -2px;
}

.btn:hover {
    border-color: #CC0000 !important;

}

.btn:hover,
.btn:hover span {
    color: #CC0000 !important;
    text-shadow: 0px 3px 10px #000, 0px 3px 10px #000;
}

.btn::after {
    content: "";
    background: #FFF;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
}

.btn:hover::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.ow-button-base.ow-button-align-center {
    position: relative;
    z-index: 1000;
}

.kt-button {
    border: none !important;
}

/*--------------------------------------------------------------
## Layouts
--------------------------------------------------------------*/
.sidebar form,
.error-404 form {
    position: relative;
    max-width: 700px;
    margin: 10px auto;
}

.sidebar input[type="search"],
.error-404 input[type="search"] {
    width: 100%;
    padding: 5px 10px;
}

.sidebar input[type="submit"],
.error-404 input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
    background: -webkit-linear-gradient(top, #FFF, #ccc);
    background: -o-linear-gradient(top, #FFF, #ccc);
    background: linear-gradient(to bottom, #FFF, #ccc);
    border: 1px solid #000;
    position: absolute;
    padding: 6px;
    right: 0;
    top: 0;
}

.sidebar .widget:not(:nth-of-type(1)) {
    background: rgba(255, 255, 255, .5);
    border-bottom: 1px solid #CCC;
    padding-bottom: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.sidebar input[type="submit"],
.error-404 input[type="submit"] {
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.sidebar input[type="submit"]:hover,
.error-404 input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

/* Career */

.career-bamboo {
/*     border: 1px solid #CA2121; */
    margin: 10px 0;
    padding: 20px 0;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.career-bamboo h3, .career-bamboo h4 {
    color: #000 !important;
	margin-bottom: -15px;
}

.career-bamboo h5 {
	color: #42444C !important;
    font-size: 16px;
    line-height: 1.5em;
}
.career-bamboo a {
    color: #000 !important;
}
.career-bamboo a:hover {
    color: #CA2121 !important;
}
.inner #content main #post-141 {
    padding: 20px;
    box-sizing: border-box;
    background: #FFFFFF !important;
}
hr.career-hr {
    background: #F4F7F9;
    padding: 10px 0;
/*     margin: -25px 0 0; */
}
.career-bamboo img {
    display: inline-block !important;
    margin: 0 0 -5px !important;
}
#BambooHR img {
    display: block !important;
    margin: 0 auto !important;
	width: 15%;
}
/*--------------------------------------------------------------
## Forms
--------------------------------------------------------------*/
form p {
    margin: 0 0 10px !important;
    width: 100%;
}

form i,
form .hide {
    display: block;
    width: .1px;
    height: .1px;
    overflow: hidden;
}

form label {
    display: block;
    color: #FFF;
}

form input,
form textarea {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

form input[type="submit"] {
    /*	background: none !important;
	border: none !important;
	font-size: 14px !important; 
	font-weight: 700 !important; 
	color: #FFF !important; 
	font-family: 'Montserrat', sans-serif !important;*/
}

div.wpcf7 .ajax-loader {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.wpcf7 ::-webkit-input-placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

.wpcf7 ::-moz-placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

.wpcf7 :-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

.wpcf7 ::-ms-input-placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

.wpcf7 ::placeholder {
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
}

.wpcf7 textarea {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    font-family: 'Open Sans', sans-serif;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"] {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 20px;
    font-weight: 400;
    line-height: 120%;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
}
.wpcf7 form .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output, 
.wpcf7 form.unaccepted .wpcf7-response-output{
	color: #fff;
}

span.wpcf7-not-valid-tip {
    font-size: 10px;
    position: absolute;
    right: 5px;
    top: 3px;
}

p.message span.wpcf7-not-valid-tip {
    top: -170px;
}

p.acceptance span.wpcf7-not-valid-tip {
    position: relative;
    right: 0;
    top: 0;
    text-align: center;
    font-size: 15px;
}

.wpcf7-display-none {
    text-align: center;
    background: #fff;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/*Main Menu*/
.main-navigation {}


.main-navigation .main-menu {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 100%;
    margin: 0;
    padding: 0;
}

.main-navigation .main-menu>li {
    color: #0073aa;
    display: inline;
    position: relative;
    max-width: 150px;
    margin: auto;
    text-align: center;
    padding: 10px 12px;
}

.main-navigation .main-menu li>a {
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Lato', sans-serif;
    position: relative;
}

.main-navigation .main-menu li>a::after {
    content: "";
    background: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    z-index: -1;
    top: 0;
    display: block;
    margin: auto;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
/*     border-radius: 25px; */
}

.main-navigation .main-menu li>a:hover::after,
.main-navigation .main-menu li.current_page_item>a::after {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}

.main-navigation .main-menu li>a:hover,
.main-navigation .current_page_item>a {
    color: #FF2E28 !important;
    text-shadow: 0px 0px .2px #FF2E28, 0px 0px .2px #FF2E28;
}

/*Sub Menu*/
.main-navigation ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
}

.main-navigation ul ul {
    padding: 10px 5px;
    display: block;
    position: absolute;
    background: rgba(0, 0, 0, .7);
    margin-top: 50px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
    visibility: hidden;
    opacity: 0;
    width: 200px;
/* 	width: 100%; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 999;
}

.main-navigation ul ul li {
    display: block;
    margin-right: 0;
	border-bottom: 1px solid #fff;
}

.main-navigation ul ul li a {
    padding: 0 10px;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-transform: capitalize;
}

.main-navigation ul ul li a::before {
    display: none;
}

.main-navigation ul ul li a:hover {
/*     background: #0F3A6F; */
}

.main-navigation ul ul li a::after {
    display: none;
}

/*Sub Sub Menu*/
.main-navigation ul ul li:hover ul {
    margin-left: 200px;
    visibility: visible !important;
    opacity: 1 !important;
}

.main-navigation ul ul ul {
    position: absolute;
    margin-left: 240px;
    margin-top: -48px !important;
    visibility: hidden !important;
    opacity: 0 !important;
}

/*Footer Menu*/
.footer-navigation {}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-navigation ul li {
    margin-right: 10px;
}

.footer-navigation ul li a {}

.footer-navigation ul li a:hover,
.footer-navigation .current-menu-item,
.footer-navigation .current_page_item {
    text-shadow: 0px 0px 10px #000;
}

/*Social Menu*/
.social-navigation svg {
    display: none !important;
}

.social-navigation a:before {
    font-size: 18px !important;
    position: relative;
    top: 8.5px;
    left: 2.5px;
}

.ft-social .social-navigation a:before {
    font-size: 25px !important;
    width: 25px;
    height: 25px;
}


.social-navigation ul.social-links-menu {
    margin: 0;
    padding: 0;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social-navigation ul.social-links-menu li {
    display: inline-block;
    vertical-align: bottom;
    vertical-align: -webkit-baseline-middle;
    list-style: none;
    width: 35px;
    height: 35px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border-radius: 50%;
    background: #fff;
    margin: 0 10px;
}

.ft-social .social-navigation ul.social-links-menu li {
    display: inline-block;
    vertical-align: bottom;
    list-style: none;
    width: 45px;
    height: 45px;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    border-radius: 50%;
}

.social-navigation ul.social-links-menu li:not(:last-of-type) {
    display: block;
}

.social-navigation ul.social-links-menu li:nth-child(n+2) {
    margin-left: 0.1em;
}

.social-navigation ul.social-links-menu li a {
    border-bottom: 1px solid transparent;
    display: block;
    color: #000;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    width: 30px;
    height: 30px;
}

.social-navigation ul.social-links-menu li:hover {
    -webkit-transform: rotateZ(360deg);
    -ms-transform: rotate(360deg);
    transform: rotateZ(360deg);
    -webkit-box-shadow: 0px 0px 20px #FFF;
    box-shadow: 0px 0px 20px #FFF;
}

.social-navigation ul.social-links-menu li:hover a {
    color: #fff;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(1) {
    background: #4064AC;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(2) {
    background: #5e34c4;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(3) {
    background: #2969b1;
}

.social-navigation ul.social-links-menu li:hover:nth-of-type(4) {
    background: #4FC5F7;
}

.social-navigation ul.social-links-menu li a:focus {}

.social-navigation ul.social-links-menu li a svg {
    display: block;
    width: 32px;
    height: 32px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.social-navigation ul.social-links-menu li a svg#ui-icon-link {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.social-section {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.fb-feed, .insta-feed {
	padding: 30px;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-header {
    background: #000;
}

.site-header p {
    color: #F80505;
}

.site-header a {
    color: #fff;
}

.site-header .phone a {
    position: relative;
    font-size: 22px;
}

.site-header .phone p {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
}

.site-header .phone img {
    margin: 0 5px;
}

.site-header .license div {
    padding: 5px 0;
}

.site-header .container {
    max-width: 1440px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.hd-left img {
    max-width: 360px;
    height: auto !important;
}

.hd-right{
	flex-basis: 120%;
}

.hd-right .top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

.hd-right .top>div {
    padding: 0 10px;
}


@media screen and (max-width: 780px) {
    #wprmenu_bar {
        background: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(#6e1a31), to(#000));
        background: -webkit-linear-gradient(#000, #6e1a31, #000);
        background: -o-linear-gradient(#000, #6e1a31, #000);
        background: linear-gradient(#000, #6e1a31, #000);
    }
}

/*--------------------------------------------------------------
## Banner
--------------------------------------------------------------*/
.site-banner img {
    width: 100%;
}

.flexslider:hover .flex-direction-nav .flex-next {
	right: 0!important;
}

/*--------------------------------------------------------------
## Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Serives Section
--------------------------------------------------------------*/
.services {
/*     margin-top: -25%; */
	margin-top: 5%;
    background: linear-gradient(rgba(255, 255, 255, .0), #FFF 43%);
    background-size: 100%;
    text-align: center;
}

.services img {
    border-radius: 50%;
    border: 5px solid #FFF;
    transition: all .3s ease-out;
    box-shadow: 0px 0px 15px #000;
}

.services h3 {
    padding-top: 15px;
    max-width: 217px;
    margin: auto;
    position: relative;
}

.services h3::after {
    content: "";
    background: #999999;
    width: 100px;
    height: 5px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -24px;
    margin: auto;
}

.services p {
    line-height: 22px;
	max-width: 100% !important;
/*     max-width: 580px; */
    margin: auto;
}

.services .btn {
    margin-top: 40px;
}

.services .container {
    max-width: 1410px;
    margin: auto;
    background: url(assets/images/cn-top-bg.png) no-repeat top center;
}

.services .panel-grid-cell:hover img {
    transform: scale(1.03);
}

.services .container .panel-grid-cell:nth-of-type(1),
.services .container .panel-grid-cell:nth-of-type(5) {
    padding-top: 26%;
}

.services .panel-grid-cell:nth-of-type(2),
.services .panel-grid-cell:nth-of-type(4) {
    padding-top: 8%;
}

.services .svc-bot {
    margin-top:60px;
}
.services #pgc-w6082947ae8726-1-0{
    margin:-40% auto 0;
}


/*--------------------------------------------------------------
## video
--------------------------------------------------------------*/
.video-con {
    padding: 20px 0 30px
}

.video-con .wp-video {
/*     max-width: 450px; */
	max-width: 100%;
    width: 100%;
    margin: 0 auto;
}

/*--------------------------------------------------------------
## Welcome
--------------------------------------------------------------*/
.wlc-wrap {
    background: url(assets/images/welcome.jpg) center center no-repeat;
    background-size: cover;
    color: #FFF;
    padding: 25px 0 20px;
}

.wlc-wrap .rnd-con {
    border-radius: 50%;
    background: rgba(0, 0, 0, .8);
    height: 465px !important;
    width: 465px;
    position: relative;
    text-align: center;
    display: inline-block;
    z-index: 2;
}

.wlc-wrap .rnd-con .section {
    border-radius: 50%;
    border: 1px solid #FFF;
    /*height: 94%;*/
    width: 94%;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    padding: 20px 0;
    z-index: 2;
}

.wlc-wrap h1 {
    font-size: 33px;
    font-weight: 700;
    line-height: 120%;
    padding-bottom: 15px;
    background: url(assets/images/border.png) bottom center no-repeat;
    margin: 0.67em 0;
}

.wlc-wrap h1 small {
    font-size: 22px;
    display: block;
    font-weight: 300;
    color: #FFF;
    margin-bottom: 15px;
}

.wlc-wrap .btns:hover {
    background: linear-gradient(-200deg, rgb(202, 34, 34), rgb(248, 5, 5) 55%, rgb(202, 34, 34));
}

/*--------------------------------------------------------------
## MEP section
--------------------------------------------------------------*/
.mep-wrap {
    background: url(assets/images/mep-bg.jpg) bottom left no-repeat;
    padding: 80px 0 40px;
}

.mep-con {
    justify-content: center !important;
}

.mep-con>div {
    width: 26.3% !important;
    margin: 10px !important;
}

.mep-con .img-con {
    position: relative;
}

.mep-con .img-con h3 {
    position: absolute;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    background: rgba(0, 0, 0, .8);
    font-size: 20px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0;
    transition: all 1s ease-in;
}

.mep-con .img-con h3 a {
    color: #ff5252;
    transition: all 1s ease-out;
}

.mep-con .img-con:hover h3 {
    background: rgba(255, 255, 255, .7);
}

.mep-con .img-con:hover h3 a {
    color: #000;
    text-shadow: 0px 0px 3px #CA2121;
}

.mep-con p {
    font-size: 15px;
    line-height: 147%;
    margin-top: 15px;
    text-shadow: 0px 0px 1px #FFF, 1px 1px 1px #FFF, -1px -1px 1px #FFF;
    text-align: center;
}

.mep-con .so-panel {
    margin-bottom: 0 !important;
}

.mep-text p {
    font-size: 16px;
}

.mep-list ul li {
    line-height: 200%;
}

.mep-tag p {
    max-width: 570px;
    margin: 0 auto;
}

.mep-tag span {
    display: block;
}

.mep-con img {
    width: 100%;
    display: block;
}

/*--------------------------------------------------------------
## our projects
--------------------------------------------------------------*/
.proj-wrap {
    background: url(assets/images/proj-bg.jpg) center center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 40px 0 0;
    color: #FFF;
}

.proj-wrap h2 {
    background: none;
    padding-bottom: 0;
    color: #FFF;
}

.proj-wrap p {
    max-width: 830px;
    margin: 0 auto 50px;
    font-size: 20px;
    line-height: 125%;
}

/*--------------------------------------------------------------
## form
--------------------------------------------------------------*/
.qf-wrap {
    background: url(assets/images/qf-bg.jpg) top left no-repeat;
    padding: 60px 0 0;
    background-size: 35%;
}

.q-form {
    width: 100%;
    max-width: 800px;
    margin: 30px auto;
    text-align: center;
}

.q-form i {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.q-form p {
    margin-bottom: 5px;
}

.q-form label {
    display: block;
    color: #404040;
}

.q-form .f-row {
    display: flex;
    justify-content: space-between;
}

.q-form .f-row p {
    flex-basis: 49.5%;
}

.q-form .f-row input,
.q-form textarea {
    width: 100%;
    padding: 7px 10px;
    border: 1px solid #7F9DB9;
    color: #878787;
    border-radius: 0;
    font-weight: 700;
    font-size: 15px;
    background: none;
}

.q-form .f-row2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.q-form .btn:hover {
    color: #FFF !important;
}

.q-form ::placeholder {
    color: #878787;
    font-weight: 700;
    font-size: 15px;
}

/*--------------------------------------------------------------
## certification
--------------------------------------------------------------*/
.cert-wrap {
    padding: 40px 0 40px;
    background: url(assets/images/qf-bg2.jpg) bottom right no-repeat;
}

.cert-wrap .reg-img {
    margin: 30px auto;
    display: block;
}

.cert-wrap .cert-img-con {
    align-items: center !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
}

.cert-wrap .cert-img-con .panel-grid-cell {
    width: 20% !important;
}

.img-con:hover img {
    transform: scale(1.05);
}


/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
.site-footer {
    padding: 30px 0;
    background: url(assets/images/ft-bg.jpg)center center no-repeat;
    background-size: cover;
}

.site-footer a {
    color: #fff;
}

.site-footer .ft-top {
    background: url(assets/images/ft-border.png) center bottom no-repeat;
    max-width: 862px;
    margin: 0 auto;
    padding-bottom: 40px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    text-align: center;
}

.site-footer .ft-top p span {
    display: block;
    margin-bottom: 7px;
    color: #CA2121;
    font-size: 14px;
    line-height: 120%;
    font-weight: 900;
    letter-spacing: 2px;
}

.site-footer .ft-top p {
    font-size: 15px;
    line-height: 120%;
    color: #FFF;
}

.site-footer .ft-top p:nth-of-type(1) {
    max-width: 355px;
}

.site-footer .ft-bot p {
    text-align: center;
}

.site-footer .techno img{
	display: inline-block;
	vertical-align: middle;
	max-width: 40px;
	width: 100%;

}
.site-footer .techno{
 font-family: "Poppins", sans-serif;
    font-size: 14px;
}

/* Footer Navigation */
.footer-navigation {
    max-width: 1200px;
    margin: 0 auto 10px;
}

.footer-navigation ul {
    margin: 0;
    padding: 0;
    text-align: center;
    list-style: none !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 60px 0 40px
}

.footer-navigation ul li {
    border-left: 1px solid #FFF;
    box-sizing: border-box;
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    display: flex;
    align-items: center;
}

.footer-navigation ul li:nth-of-type(1) {
    border: none;
}

.footer-navigation ul li:nth-of-type(3) {
    line-height: inherit;
}

.footer-navigation ul li:nth-of-type(4) {
/*     align-items: flex-start; */
/*     width: 20%; */
}

.footer-navigation ul li a {
    color: #fff;
    display: block;
    font-size: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 150%;
}

.footer-navigation ul a:hover,
.footer-navigation .current_page_item>a,
.footer-navigation .current-menu-item>a {
    color: #CA2121;
}


/* Site Info */
.site-info {
    color: #fff;
    font-size: 0.875em;
    /*14px*/
    font-weight: 300;
    padding: 10px 0;
    text-align: center;
}

.site-info img {
    margin-right: 5px;
}

.site-info a:hover {
    color: #aaa;
}

.site-info p {
    margin-bottom: 0;
}

.ft-social {
    text-align: center;
}

.ft-social ul {
    margin-bottom: 0;
}

/*#### Popup ###*/
.popmake div {
    text-align: center !important;
}



@media screen and (max-width: 768px) {
    .cta {
        background: url("assets/images/phonecall.png") no-repeat center center,
            -webkit-radial-gradient(#6e1a31, #000, #000);
        background: url("assets/images/phonecall.png") no-repeat center center,
            -o-radial-gradient(#6e1a31, #000, #000);
        background: url("assets/images/phonecall.png") no-repeat center center,
            radial-gradient(#6e1a31, #000, #000);
        border-bottom-left-radius: 40px;
        border: 2px solid #FFD600;
        border-right: none;
        border-top-left-radius: 40px;
        bottom: 15%;
        display: block;
        height: 65px;
        position: fixed;
        right: 0;
        text-decoration: none;
        text-indent: -9999em;
        width: 80px;
        z-index: 999;
    }
}

/*--------------------------------------------------------------
## Sidebar Blog
--------------------------------------------------------------*/
.sidebar {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #535353;
}

.sidebar .widget {
    padding: 10px;
    background: rgba(238, 238, 238, .3);
    -webkit-box-shadow: 0px 0px 2px #111;
    box-shadow: 0px 0px 2px #111;
    margin-bottom: 20px;
}

.sidebar h2 {
    margin: 0;
    font-size: 22px;
}

.sidebar ul {
    margin: 10px auto;
    line-height: 120%;
}

.sidebar ul a {
    font-size: 17px;
    color: #111;
}

.sidebar ul a:hover {
    text-shadow: 0px 0px 20px #000;
}

.sidebar .widget_search {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    background: #0F3A6F;
    margin-bottom: 20px;
}

.sidebar form {
    position: relative;
}

.sidebar input[type="search"] {
    width: 100%;
    padding: 5px 10px;
}

.sidebar input[type="submit"] {
    background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#ccc));
    background: -webkit-linear-gradient(top, #FFF, #ccc);
    background: -o-linear-gradient(top, #FFF, #ccc);
    background: linear-gradient(to bottom, #FFF, #ccc);
    border: 1px solid #000;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
}

.sidebar input[type="submit"] {
    cursor: pointer;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.sidebar input[type="submit"]:hover {
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}


/*--------------------------------------------------------------
## Inner Pages
--------------------------------------------------------------*/
.inner #content {
    background: url(assets/images/inner-bg.jpg) no-repeat;
    background-size: cover;
    background-attachment: fixed;
    min-height: 600px;
    /*padding: 50px 0;*/
}
.inner #content main{
    padding: 20px;
    box-sizing: border-box;
    background: rgb(22 22 22);
}
.inner #content h1 {
    padding-bottom: 20px;
    text-align: center;
    color: #CC0000!important;
}
.inner #content h3,
.inner #content h4,
.inner #content h5{
    color: #FFF;
}
.inner #content p, .inner #content ul li, .inner #content ol li{
    color: #FFFFFF!important;
	text-align: justify;
}
.single-post h3{
	color: #CA2121 !important;
}

.inner #content img{
	display:block;
	margin:0 auto;
}

.page-id-20 img.wp-image-345.lazy.loaded {
    width: 200px;
}

.mett-theteam {
    display: none !important;
}

.kt-miss h4 {
    color: red !important;
    font-size: 20px;
}

.memebers h6 {
    font-size: 13px;
    margin-top: 0;
}

.page-id-464 #content h5,
.page-id-464 #content h6,
div.wpcr3_review blockquote.wpcr3_content p,
div.wpcr3_review div.wpcr3_review_author,
div.wpcr3_review_item div.wpcr3_item_name,
div.wpcr3_aggregateRating {
	line-height: 120%; */
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5 !important;
	font-family: "Lato", sans-serif !important;
}
/*###################################
## Meet Us Page
###################################*/

.page-id-7 .mfp-kt-blocks .mfp-bottom-bar {
    position: fixed !important;
    bottom: 10% !important;
    top: auto !important;
    max-width: 800px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.page-id-17 #content .container {
  max-width: 100%;
}

.page-id-17 .entry-header {
  display: none;
}

.page-id-17 #content h1 {
  font-size: 65px;
  color: #FF0000;
  font-weight: 700;
  position: relative;
}

.page-id-17 #content h1::after {
  content: "";
  background: #FF0000;
  width: 12px;
  height: 187px;
  position: absolute;
  right: 15px;
  top: -50px;
}

.page-id-17 #content h2 {
  font-size: 32px;
  font-weight: 700;
  background: #FF0000;
  background: none;
}

.page-id-17.inner #content #main article {
  max-width: 1531px;
  margin: auto;
}

.sp-image-container {
  padding: 25px;
  box-sizing: border-box;
  background: url('assets/images/imgbg.jpg') no-repeat center;
  background-size: 100% 100% !important;
}

.sp-bottom-thumbnails {
  margin-top: 17px !important;
}

.sp-image-container img {
  width: 100% !important;
  height: 454px !important;
  object-fit: cover;
}

.sp-thumbnail-container {
    background-size: 100% 100% !important;
    padding: 5px;
  background: url('assets/images/thumbbg.jpg') no-repeat center;
}

.page-id-17 #content h3,
.uris-slider-post-title {
  font-size: 25px;
  color: #E41A1A !important;
  text-align: center;
  line-height: 120%;
  font-family: "Poppins", sans-serif;
  letter-spacing: 0.1em;
  padding-bottom: 35px;
}
@media screen and (max-width: 800px) {
    .page-id-7 .mfp-kt-blocks .mfp-bottom-bar {
        position: absolute !important;
        bottom: auto !important;
        top: 100% !important;
    }
}

/*--------------------------------------------------------------
## Blog Page
--------------------------------------------------------------*/
/*###################################
## Blog Page
###################################*/
.blog h1,
.blog h2 {
    text-align: center;
}

.blog article {
    position: relative;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    border-top: 5px solid #CA2121;
}

.blog article .entry-header {
    max-width: 1120px;
    margin: 0 auto;
}

.blog article .entry-header__date {
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    padding: 10px;
    margin: 0 20px 0 0;
    max-width: 70px;
    background: #CA2121;
    color: #FFFFFF;
}

.blog article .entry-header__date .day {
    font-size: 40px;
    font-weight: bold;
}

.blog article .entry-header__text {
    display: inline-block;
    vertical-align: middle;
}

.blog article .entry-header__text h2 {
    font-style: normal;
    font-size: 40px;
}

.blog article .entry-content {
    max-width: 1120px;
    margin: 0 auto;
    padding: 40px 0 0;
}

.blog article .entry-content p {
    margin: 1em auto;
}

.blog article .entry-content .btn {
    margin: 40px auto 0;
    color: #FFF !important;
}

.blog article .entry-content .btn a {
    color: #FFF !important;
}

.blog article .entry-content .btn:hover a {
    color: #000 !important;
}

.blog .content-area.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.blog main {
    flex-basis: 65%;
    width: 65%;
    border: 5px solid #CA2121;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px #555555;
    box-shadow: 0 2px 15px #555555;
    padding: 20px 20px;
    box-sizing: border-box;

}

.blog aside.widget-area {
    flex-basis: 30%;
    width: 30%;
    position: relative;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 5px solid #CA2121;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px #555555;
    box-shadow: 0 2px 15px #555555;
    background: rgba(0, 0, 0, .8);
}

.blog aside.widget-area h2 {
    font-size: 30px;
}

.blog aside.widget-area .search-field {
    width: 100% !important;
    height: 40px !important;
}

.blog aside.widget-area .search-submit {
    display: -moz-flex !important;
    display: -ms-flex !important;
    display: -o-flex !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    font-size: 15px !important;
    font-weight: 300 !important;
    color: #FFF !important;
    position: relative !important;
    background: linear-gradient(-200deg, rgb(248, 5, 5), rgb(202, 34, 34) 55%, rgb(248, 5, 5)) !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 48px !important;
    font-family: 'Lato',
        sans-serif !important;
    padding: 0 !important;
    margin: auto;
    z-index: 1000;
    border: 1px solid transparent !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
}

.single h1,
.single h2 {
    font-size: 40px;
    text-align: center;
}

.single .site-main img {
	width: 100%;
	max-width: 960px;
	margin: auto;
	height: auto !important;
}

.single article {
    position: relative;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 5px solid #CA2121;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px #555555;
    box-shadow: 0 2px 15px #555555;
}

.single article .entry-meta,
.single article .entry-footer {
    display: none;
}

.single article .entry-header {
    max-width: 1120px;
    margin: 0 auto;
}

.single article .entry-content {
    max-width: 1120px;
    margin: 0 auto;
}

.comments-area {
    position: relative;
    margin: 0 0 40px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 10px;
    border: 5px solid #CA2121;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 15px #555555;
    box-shadow: 0 2px 15px #555555;
}

.comments-area h1,
.comments-area h2 {
    font-size: 40px;
    text-align: center;
}

.comments-area .comment-body {
    margin: 0 0 40px;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
}

.comments-area .discussion-meta,
.comments-area .comment-list {
    max-width: 1120px;
    margin: 0 auto;
}

.comments-area .comment-reply a {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 200px;
    width: 100%;
    padding: 20px 10px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
    background: #CA2121;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comments-area .comment-reply a:hover {
    border: 1px solid #CA2121;
    text-shadow: 0px 2px 3px #000;
    color: #ddd;
    background-color: #0071B9;
}

.comments-area .comment-reply-title a {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 200px;
    width: 100%;
    padding: 20px 10px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
    background: #0071B9;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comments-area .comment-reply-title a:hover {
    border: 1px solid #0071B9;
    text-shadow: 0px 2px 3px #000;
    color: #ddd;
    background-color: #CA2121;
}

.comments-area .comment-form,
.comments-area .comment-form-flex {
    max-width: 800px;
    margin: 0 auto;
}

.comments-area .comment-notes {
    text-align: center;
}

.comments-area .comment-form-comment label,
.comments-area .comment-form-author label,
.comments-area .comment-form-email label,
.comments-area .comment-form-url label {
    display: block;
    text-align: left;
}

.comments-area .comment-form-comment input,
.comments-area .comment-form-author input,
.comments-area .comment-form-email input,
.comments-area .comment-form-url input {
    width: 100%;
    height: 30px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
}

.comments-area .comment-form-comment textarea,
.comments-area .comment-form-author textarea,
.comments-area .comment-form-email textarea,
.comments-area .comment-form-url textarea {
    width: 100%;
    height: 105px;
    border: 1px solid #A0A0A0;
    border-radius: 5px;
}

.comments-area .form-submit {
    width: 100%;
    text-align: center;
}

.comments-area .form-submit a,
.comments-area .form-submit input {
    position: relative;
    font-family: "Lato", sans-serif;
    font-weight: 700;
    font-size: 20px;
    font-style: normal;
    letter-spacing: normal;
    line-height: 120%;
    color: #FFFFFF;
    max-width: 200px;
    width: 100%;
    padding: 20px 10px;
    z-index: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    border: 0;
    border: 1px solid transparent;
    background: #CA2121;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.comments-area .form-submit a:hover,
.comments-area .form-submit input:hover {
    border: 1px solid #CA2121;
    text-shadow: 0px 2px 3px #000;
    color: #ddd;
    background-color: #0071B9;
}

@media screen and (max-width: 768px) {
    .blog-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-container {
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }


}

@media screen and (max-width: 500px) {
    .blog-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .blog-header p,
    .blog-header h2 {
        width: 100%;
        text-align: center;
    }

    .blog-list article {
        text-align: center;
    }

    .blog-header h2 {
        font-size: 30px;
    }

    .blog-container .btn {
        margin-top: 20px;
    }
}


/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.page-description {
    text-align: center;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
    display: block;
}

.page-description::after {
    content: ' "';
}

.page-description::before {
    content: '" ';
}

.search article {
    padding: 20px;
    border: 1px solid #000;
    margin-bottom: 30px;
    display: block;
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
}

.search article:hover {
    -webkit-box-shadow: 0px 0px 20px #000;
    box-shadow: 0px 0px 20px #000;
}

.search article:last-of-type {
    margin-bottom: 0;
}

.search article h2 a {
    margin: 0 0 20px;
    font-size: 35px;
    color: #111;
}

.search-con {
    padding-right: 5%;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%;
}

@media screen and (max-width: 768px) {
    .search-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .search-con {
        margin-bottom: 30px;
        padding-right: 0;
        text-align: center;
    }
}

/*--------------------------------------------------------------
## Error Page
--------------------------------------------------------------*/
.error-404 {
    text-align: center;
}

/*--------------------------------------------------------------
## Appointment Page
--------------------------------------------------------------*/

.page-id-24 a:hover {
    color: #CCC;
}

.page-id-24 p {
    margin-bottom: 0;
    color: #FFF;
}

.page-id-24 label span {
    color: red;
}

.page-id-24 strong {
    color: #CA2121;
}

.page-id-24 .address {
    max-width: 200px;
}

.page-id-24 i {
    display: block;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.page-id-24 .f-row1 label {
    max-width: 135px;
    width: 100%;
}

.page-id-24 .f-row2 p:nth-of-type(1) label {
    width: 267px;
}

.page-id-24 .f-row2 p:nth-of-type(2) label {
    padding-right: 10px;
    box-sizing: border-box;
}

.page-id-24 .f-row2 select {
    border-radius: 3px;
    padding: 5px;
    max-height: 125px;
}

.page-id-24 .appt-form .f-row1 p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}

.page-id-24 .appt-form #your-zip {
    max-width: 233px;
}

.page-id-24 .appt-form .f-row2 {
    display: flex;
    justify-content: space-between;
}

.page-id-24 .appt-form .f-row2 p {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
    flex-basis: 49%;
}

.page-id-24 .wpcf7-form-control-wrap {
    width: 100%;
}

.page-id-24 .f-row1 input,
.page-id-24 .f-row2 input,
.page-id-24 select,
.page-id-24 textarea {
    color: #000;
    border: 1px solid #CA2121;
    background: #CCC;
    width: 100%;
    height: 40px;
}

.page-id-24 .f-row3 {
    text-align: center;
}

.page-id-24 .f-row3 .your-consent label {
    padding-left: 20%;
    box-sizing: border-box;
}

.page-id-24 .f-row3 label span {
    color: #FFF;
}

.appt-box {
    border: 1px solid #CA2121;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 10px;
}

.page-id-24 .g-recaptcha div {
    margin: 10px auto;
}

.page-id-24 form .btns {
    font-size: 20px;
}


/*--------------------------------------------------------------
## Reviews page
--------------------------------------------------------------*/
.page-id-20 #content .wpcr3_review{
    color: #fff
}

.wpcr3_review {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}

.wpcr3_review .wpcr3_review_author {
    order: 1;
    -webkit-order: 1;
    position: relative;
    margin-right: 10px;
    width: 100%;
}

.wpcr3_review_author .wpcr3_caps {
    position: relative;
    z-index: 2;
}

.wpcr3_review .wpcr3_review_ratingValue {
    order: 2;
    -webkit-order: 2;
}

div.wpcr3_review blockquote.wpcr3_content {
    order: 3;
    -webkit-order: 3;
    width: 100%;
    margin: 10px auto !important;
    padding-bottom: 15px !important;
}


.wpcr3_leave_text,
.wpcr3_respond_2 label,
.wpcr3_item {
    color: #FFF;
}

.wpcr3_item_name,
.wpcr3_leave_text {
    display: block;
    margin-bottom: 10px;
}

.wpcr3_check_confirm label {
    margin: 5px auto !important;
}

.wpcr3_review .wpcr3_review_datePublished,
.wpcr3_review .wpcr3_review_author .wpcr3_item_name {
    display: none !important;
}

ul#menu-main-menu li{
	border: 1px solid #fff
}

/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/

@media screen and (max-width: 1200px) {
	.team-box.jade {
    	width: 100%;
    	margin: 0 auto;
	}

    .site-header .container {
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .hd-left,
    .hd-right {
        text-align: center;
        width: 100%;
        padding: 10px 0;
    }

    .main-navigation a {
        padding: 10px 5px;
    }

    .footer-navigation ul li {
        margin-right: 0;
        padding: 0 19px;
    }

}

/*1024*/
@media screen and (max-width: 1199px) {

    .services .container>div {
        width: 19% !important;
    }

    .services .container h3 {
        font-size: 20px;
    }

    .footer-navigation ul li {
        padding: 0 10px;
    }

    .services img {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}

/*960*/
@media screen and (max-width: 1023px) {

    .main-navigation .main-menu li>a {
        font-size: 16px;
    }

    .footer-navigation ul li a {
        font-size: 13px;
    }

}

/*768*/
@media screen and (max-width: 959px) {

    .main-navigation .main-menu>li {
        padding: 10px 6px;
    }

    .main-navigation .main-menu li>a {
        font-size: 13px;
    }

    .site-header .phone a {
        max-width: 160px;
        width: 100%;
        display: block
    }

    .services .container h3 {
        font-size: 16px;
    }

    .services p {
        max-width: 440px;
    }

    .proj-wrap,
    .qf-wrap,
    .mep-wrap,
    .site-footer {
        padding: 50px 10px;
    }

    h1,
    h2 {
        font-size: 40px;
    }

    .mep-text {
        padding-top: 25px;
    }

    .proj-wrap p:last-of-type,
    .q-form,
    .q-form p:last-of-type {
        margin-bottom: 0;
    }

    .footer-navigation ul li {
        padding: 0 5px;
    }

    .footer-navigation ul li a {
        font-size: 11px;
    }

    #wprmenu_bar .menu_title a {
        color: #fff !important;
    }

    .footer-menu {
        display: none !important;
    }

    .blog main,
    .blog aside.widget-area {
        flex-basis: 100%;
        width: 100%;
    }
}


@media screen and (max-width: 767px) {
	
	.main-navigation ul ul {
		width: 100%!important;
	}

    .hd-right .top {
        display: block;
    }

    .hd-right .top .socials {
        margin-bottom: 20px;
    }

    .services .container>div {
        width: 100% !important;
    }

    .services .container h3 {
        font-size: 20px;
        margin-bottom: 80px;
    }

    .services .svc-bot {
        margin-top: 0;
    }

    .video-con {
        padding: 20px 10px;
    }

    .wlc-wrap .rnd-con .section,
    .video-con,
    .mep-con>div {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .video-con .wp-video {
        width: 100% !important;
    }

    .wlc-wrap .rnd-con .section {
        position: relative;
        transform: none;
        left: 0;
        width: 100%;
        padding: 0 10px;
    }

    .wlc-wrap .rnd-con,
    .mep-con>div {
        width: 100% !important;
    }

    .mep-con>div {
        margin: 0 !important;
    }

    .wlc-wrap .rnd-con {
        height: 430px !important
    }

    .qf-wrap {
        padding-bottom: 0;
    }

    h1,
    h2 {
        font-size: 30px;
    }

    .q-form .f-row,
    .site-footer .ft-top {
        display: block;
    }

    .q-form .f-row p {
        flex-basis: 100%;
    }

    .site-footer .ft-top p {
        max-width: 100% !important;
        width: 100%;
        margin-bottom: 20px;
    }

    .hd-left img {
        max-width: 300px;
    }
    .services #pgc-w6082947ae8726-1-0{
       margin: 0 auto;
}
}

@media screen and (max-width: 424px) {

    .wlc-wrap .rnd-con .section {
        border: none;
    }

    .wlc-wrap .rnd-con {
        border-radius: 0;
        padding-bottom: 10px;
        height: 100% !important;
    }

    h1,
    .wlc-wrap h1,
    h2 {
        font-size: 28px;
    }

    .site-header .phone p {
        font-size: 12px;
    }

}
.inner #content h3.reddy {
    color: red !important;
}
a, a:visited {
	color:white;
}
a {
	color:white;
}

.underlined-h3 {
    background: url(https://source2load.com/wp-content/uploads/2020/06/border.png) bottom center no-repeat;
    padding-bottom: 10px;
}
h2.entry-title a {
    color: #ff5252;
}
aside.widget-area li {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    padding: 0.5em 0;
}

body.page-id-7 h2.entry-title,
body.page-id-24 h2.entry-title,
body.page-id-464 h2.entry-title,
body.page-id-9 h2.entry-title,
body.page-id-15 h2.entry-title{
	display:none;
}

body.page-id-464 .mfp-kt-blocks .mfp-title {
	padding: 10px;
	padding-right: unset;
	background-color: #444444;
	line-height: 150%;
}
body.page-id-464 .mfp-kt-blocks .mfp-content{
	width:500px;
}

.fb-feed{text-align: center;}

/* TEAM */

.tl { 
	text-align: left; 
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.team-section {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}

.page-id-464 #content main {
	padding: 20px 0 0;
}

.team-section .content-text h3, .team-box .content-text h3, .team-box .content-text h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 65px;
	color: #FF0000!important;
	line-height: 120%;
	padding: 0 15px 0 0;
	margin: 0;
}

.team-section .content-text h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #E41B1B!important;
	letter-spacing: 1px;
	line-height: 120%;
	margin: 0;
}

.team-section .content-text h5 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #E41A1A!important;
	line-height: 120%;
	letter-spacing: 2px;
	margin: 0;
}

.team-section .content-text p, .team-box .content-text p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 30px;
	margin: 15px 0 0;
	text-align: unset!important;
}

.team-section .content-text .db {
	font-size: 100px;
	color: #FF0000!important;
	line-height: 100%;
}

.team-section .content-img img {
	width: 100%!important;
	height: 100%!important;
	display: block!important;
	object-fit: cover!important;
}

.team-section .flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.team-section .fw {
	flex-wrap: wrap;
}

.team-top .team-title {
	border-right: 12px solid #FF0000!important;
}

.team-top .team-desc {
	max-width: 895px;
	width: 100%;
	margin-left: auto;
	padding: 0 0 0 15px;
}

.team-owner {
	padding: 100px 0 60px;
}

.team-info {
	max-width: 800px;
    width: 100%;
    margin-left: auto;
    padding: 0 0 0 15px;
}

.team-info .content-text h2 {
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
	font-size: 35px;
	color: #FFFFFF!important;
	line-height: 120%;
	letter-spacing: 0px;
	padding: 0;
    margin: 0;
    background: none;
	text-align: unset;
}

.team-info .socials {
	max-width: 160px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 34px;
}

.team-box .team-info {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.team-box .team-info .socials {
	max-width: 130px;
	width: 100%;
	margin: 0 auto;
}

.team-info .socials > div {
	width: 25%;
}

.team-info .socials .fb, .team-info .socials .tw, .team-info .socials .ig, .team-info .socials .li {
	position: relative;
}

.team-info .socials .fb::before, .team-info .socials .tw::before, .team-info .socials .ig::before, .team-info .socials .li::before {
	content: '';
	font-family: 'FontAwesome';
	background: #666666;
	font-size: 18px;
	color: #FFFFFF;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border-radius: 100%;
}

.team-box .team-info .socials .fb::before, .team-box .team-info .socials .tw::before, .team-box .team-info .socials .ig::before, .team-box .team-info .socials .li::before {
	width: 23px;
	height: 23px;
	font-size: 12px;
}

.team-info .socials .fb::before {
	content: '\f39e';
}

.team-info .socials .tw::before {
	content: '\f099';
}

.team-info .socials .ig::before {
	content: '\f16d';
}

.team-info .socials .li::before {
	content: '\f0e1';
}

.team-info .team-in {
	margin: 15px 0 20px;
}

.team-bot {
	max-width: 100%;
	width: 100%;
	background: linear-gradient( to bottom, #000000, #CC0000 );
	padding: 50px 0 70px;
}

.team-list {
	max-width: 1380px;
	width: 100%;
	margin: 0 auto;
}

.team-box {
    position: relative;
    padding: 30px;
    height: 100% !important;
    min-height: 300px !important;
    width: 40rem !important;
}

.team-box .content-text h3 {
	font-weight: 400 !important;
	font-size: 25px;
	color: #FFFFFF!important;
	margin: 0;
	padding: 0;
}

.team-list > div {
	max-width: 47.82%!important;
	width: 100%!important;
	margin: 15px auto!important;
}

.team-box .content-text h4 {
	font-weight: 400;
	font-size: 14px;
	margin: 0;
	padding: 0;
}

.team-box .content-text p {
	font-size: 15px;
	line-height: 25px;
}

.team-box .team-text {
	max-width: 400px;
	width: 100%;
	margin-left: auto;
	padding: 0 0 0 15px;
}

@media screen and (max-width: 1200px) {
	
	.tl, .tr {
		text-align: center;
	}
	.team-top, .team-owner, .team-list {
		flex-wrap: wrap!important;
	}
	.team-top > div, .team-owner > div, .team-list > div {
		width: 100%!important;
	}
	
	.team-top .team-desc {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.team-section {
		padding: 0 30px;
	}
	
	.team-section .content-text h3, .team-box .content-text h3, .team-box .content-text h4 {
		padding: 0!important;
	}
	
	.team-section .content-text .db {
		display: block;
	}
	
	.team-section .content-text h3 {
		font-size: 50px;
	}
	
	.team-section .content-text .db {
		font-size: 75px;
	}
	
	.team-section .content-text h4 {
		font-size: 25px;
	}
	
	.team-top .team-title {
		border-right: 0!important;
	}
	
	.team-owner {
		padding: 30px 0;
	}
	
	.team-owner .content-img {
		max-width: 300px;
		width: 100%;
		margin: 0 auto 30px;
	}
	
	.team-info {
		max-width: 100%;
		margin: 0 auto;
		padding: 0;
	}
	
	.team-info .content-text h2 {
		width: 100%;
	}
	
	.team-info .socials {
		margin: 15px auto 0;
	}
	
	.team-bot {
		padding: 30px;
	}
	
	.team-list > div {
		max-width: 100%!important;
	}
	
	.team-box {
		position: relative;
		padding: 30px;
		width: 100% !important;
		height:unset !important;
		margin: 0 auto;
	}
	
	.team-box .content-text h3 {
		margin: 15px 0;
	}
	
	.team-box .team-text {
		max-width: 100%;
		width: 100%;
		margin-left: auto;
		padding: 0;
		text-align: center;
	}

	
}
div#panel-w6517299cee89b-0-0-1{
	max-width:1200px;
	width:1005;
	margin:0 auto;
	padding: 0 0 100px 0;
}
@media screen and (max-width:767px){
	div#panel-w6517299cee89b-0-0-1{
		text-align:center !important; 
	}
	div#panel-w6517299cee89b-0-0-1 img{
		width:200px !important;
	}
}

