/*[font Variables]*/

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css");
/*[debugging.css]*/

@import url('header.css');
@import url('page-css/about-page.css');
@import url('page-css/services-page-style.css');
@import url('page-css/gallery-style.css');
@import url('page-css/team-page-style.css');
@import url('page-css/testimonials-page-style.css');
@import url('page-css/faq-page-style.css');
@import url('page-css/blog-pages-style.css');
@import url('page-css/contact-page-style.css');
@import url('footer.css');
@import url('hover.css');
@import url('animate.css');
@import url('flaticon.css');

@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.woff") format("woff"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.ttf") format("truetype"), url("http://netdna.bootstrapcdn.com/font-awesome/2.0/font/fontawesome-webfont.svg#FontAwesome") format("svg");
}

;
/*** 

====================================================================
  Global Settings
====================================================================

 ***/

@font-face {
    font-family: 'FontAwesome';
    src: url('../fontawesome-webfont.eot');
    src: url('../fontawesome-webfont.eot?#iefix') format('embedded-opentype'), url('../fontawesome-webfont.woff') format('woff'), url('../fontawesome-webfont.ttf') format('truetype'), url('../fontawesome-webfont.svg#FontAwesome') format('svg');
    font-weight: normal;
    font-style: normal
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
    /* font-family: FontAwesome; */
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    text-decoration: inherit
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1170px;
    }
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0px;
    padding: 0px;
    font-family: 'Heebo', sans-serif;
}

p {
    margin-bottom: 0rem;
}

a.navbar-brand {
    height: auto;
}

ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none;
    font-family: 'Heebo', sans-serif;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    font-family: 'Heebo', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Heebo', sans-serif;
    /*font-family: "Poppins", sans-serif;*/
    color: #000;
    margin: 0;
    padding: 0;
}

p {
    font-size: 16px;
    color: #363636;
    line-height: 28px;
    font-family: 'Heebo', sans-serif;
}

.overlay {
    background: #000000a3;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}

.inner-overlay {
    width: 100%;
    float: left;
    background: #000000e8;
    padding: 100px 0px 0px 0px;
}

.inline-panel {
    display: inline-block;
    position: relative;
}

.flex-panel {
    display: flex;
    flex-wrap: wrap;
}

.full-width {
    width: 100%;
}

.commonpage-padding {
    padding: 95px 0px;
}

/*** 

====================================================================
  Scroll To Top style
====================================================================

***/

#scroll {
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-color: #dbaf04;
    border: solid 2px #dbaf04;
    border-radius: 50px;
    /*box-shadow: 0px 0px 3px 4px rgb(123, 123, 123);*/
}

#scroll span {
    position: absolute;
    top: 25%;
    left: 31%;
    /*margin-left: -8px;
    margin-top: -17px;*/
    font-size: 22px;
    font-weight: bold;
    color: #fff;
}

#scroll:hover {
    border: solid 2px #ffc000;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/*** 

====================================================================
  End Scroll To Top style
====================================================================

***/

.row.m0 {
    margin: 0px;
}

.p0 {
    padding: 0px;
}

.padd-r-none {
    padding-right: 0;
}

.padd-l-none {
    padding-left: 0;
}

.pd-left-50 {
    padding-left: 50px;
}

.mr-btm-0 {
    margin-bottom: 0 !important;
}

.mb-60 {
    margin-bottom: 45px;
}

.brd-r-0 {
    border-right: 0 !important;
}

.spacer-50 {
    width: 100%;
    height: 20px;
    float: left;
}

.bg-gray-light {
    background-color: #f7f7f7;
}

/*** 

====================================================================
  image block style
====================================================================

***/

img {
    max-width: 100%;
}

.image_thumb {
    overflow: hidden;
    /*display: inline-block;*/
    position: relative;
    z-index: 3;
    cursor: pointer;
    box-shadow: 0 0px 17px #d2cfcf;
    background-color: #FFF;
    padding: 6px;
}

.image_thumb:before {
    content: "";
    background: rgba(0, 0, 0, 0.4);
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    cursor: pointer;
}

.image_thumb img {
    max-width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.image_thumb:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.image_thumb:hover:before {
    opacity: 1;
}

#success {
    display: none;
}

#error {
    display: none;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_row {
    display: table-row;
}

.display_table_cell {
    display: table-cell;
    float: none !important;
}

iframe {
    border: none;
}

i:before {
    margin-left: 0px !important;
}

/* Btn css*/

.btn-full {
    width: 100% !important;
    display: inline-block;
    text-align: center;
}

.btn-xlg {
    padding: 15px 50px
}

.btn-lg {
    padding: 12px 30px;
    display: inline-block;
}

.btn-md {
    padding: 11px 20px;
    display: inline-block;
}

.btn-xs {
    padding: 11px 15px 10px;
    display: inline-block;
}

.theme-btn {
    display: inline-block;
    padding: 14px 25px;
    background: #ffdc4f;
    border: solid 1px #fff;
    color: #000;
    font-size: 18px;
    font-weight: bold;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}

.theme-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #ffc411;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scalex(0);
    -ms-transform: scalex(0);
    transform: scalex(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.theme-btn:hover:before,
.theme-btn:focus:before {
    outline: none;
    color: #000;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.theme-btn:hover,
.theme-btn:focus {
    color: #000;
}

.theme-btn-second {
    color: #FFF;
    background-color: #4f5368;
    border-radius: 4px;
    font-size: 16px;
    margin-top: 10px;
    float: left;
    letter-spacing: 0.3px;
}

.theme-btn-second:hover {
    background: #000;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.theme-btn-brd {
    color: #649a38;
    background-color: #FFF;
    border: 2px solid #649a38;
    border-radius: 0px;
    font-size: 20px;
    text-transform: uppercase;
    margin-top: 30px;
    letter-spacing: 0.3px;
}

.theme-btn-brd:hover {
    background: #649a38;
    border: 2px solid #649a38;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

/* End btn css*/

/* Main title css
============================================================================================ */

.sec_middle_title {
    text-align: center;
    max-width: 1040px;
    margin: auto;
    padding-bottom: 60px;
}

.sec_middle_title h1 {
    font-size: 40px;
    color: #242424;
    font-weight: 700;
    text-transform: capitalize;
    letter-spacing: .90px;
    padding-bottom: 20px;
}

.sec_middle_title h1::after {
    content: "";
    width: 50px;
    height: 2px;
    background: #000;
    display: block;
    position: relative;
    top: 10px;
    left: 0;
    margin: auto;
}

.sec_middle_title h1 span {
    font-size: 40px;
    color: #e6760c;
    font-weight: 300;
}

.sec_middle_title h2 span {
    color: #18ba60;
}

.sec_middle_title p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
}

.parent-btn {
    width: 100%;
    float: left;
}

.common-btn {
    display: inline-block;
    padding: 10px 22px;
    background: #dbaf04;
    /* background-image: linear-gradient(to right, #ffc000 0%, #5b56f3 51%, #ffc000 100%); */
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: initial;
    border-radius: 4px;
    border: none;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    outline: none;
}

.common-btn i {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #090808;
    text-align: center;
    line-height: 26px;
}

.common-btn:hover,
.common-btn:focus {
    background: #f58763;
    color: rgb(255, 255, 255);
    text-decoration: none;
    outline: none;
}

.common-btn:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #f58763;
    left: 0px;
    top: 0px;
    border-radius: 4px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.common-btn:hover:before,
.common-btn:focus:before {
    outline: none;
    -webkit-transform: scaleX(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    /*    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
}

.btn-style2 {
    display: inline-block;
    padding: 14px 25px;
    background: #ede739;
    color: #000;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    z-index: 2;
    -webkit-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
}

.btn-style2:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #bc0b1d;
    border-radius: 4px;
    z-index: -1;
    left: 0px;
    top: 0px;
    display: block;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.btn-style2:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.page-heading {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}

.page-heading h2 {
    padding-bottom: 18px;
    font-size: 40px;
    color: #242424;
    font-weight: 600;
    line-height: 45px;
    text-transform: uppercase;
    position: relative;
}

.page-heading h2:before {
    content: "";
    width: 50px;
    height: 4px;
    background: #dbaf04;
    position: absolute;
    left: 0px;
    right: 0;
    bottom: 0px;
    margin: auto;
}

.page-heading h5 {
    padding-bottom: 10px;
    font-size: 26px;
    color: #000;
    font-weight: 400;
}

.post-date-box {
    position: absolute;
    width: 90px;
    height: 90px;
    float: left;
    font-size: 25px;
    color: #fff;
    padding: 22px 0 0 0;
    margin: 0;
    z-index: 2;
    text-align: center;
    background-color: #dbaf04;
}

.post-date-box span {
    font-size: 13px;
    color: #fff;
    display: block;
}

.page-heading p {
    padding-top: 8px;
    font-size: 16px;
    color: #3e3e3e;
}

.yellow-bg {
    background: #ffdc4f !important;
}

.fa-arrow-circle-right:before {
    content: "\f0a9"
}

.iconlist li i {
    color: #fd602c;
}

.fullheight {
    height: 100%;
}

ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1 em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 60px;
}

.blue-bg {
    background: #093a7d !important;
}

.commonouter-container {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*CSS3 Bounce Animation*/

@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
    }

    50% {
        -webkit-transform: translateY(20px);
        opacity: 0;
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
    }

    50% {
        -moz-transform: translateY(20px);
        opacity: 0;
    }
}

@-o-keyframes bounce {
    0% {
        -o-transform: translateY(0);
    }

    50% {
        -o-transform: translateY(20px);
        opacity: 0;
    }
}

@keyframes bounce {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(20px);
        opacity: 0;
    }
}

/*** 

====================================================================
  Main Slider style
====================================================================

***/

.slider_area.mr_top {
    margin-top: 165px;
}

.slider_area {
    min-width: 0;
    min-height: calc(100vh - 165px);
    overflow: hidden;
    background: #eceef3;
}

/* .slider_area.h-none{
    min-width: 0;
    height: auto !important;
    overflow: hidden;
} */
.slider_area .container-fluid {
    position: relative;
    padding-right: 0;
    padding-left: 0;
}

.slider_area .row {
    height: 100%;
}

.slider_area .col-lg-12 {
    position: relative;
    padding: 0;
    height: 100%;
}

.slider_area .slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: right;
}

.nobanner-slider.slider_area .slide {
    background: url(../img/home-slider/slide-1.png) 120% top no-repeat;
    background-size: contain;
}

.slider_area .slide img {
    max-width: 100%;
}

.bannervideo-main .slide-overlay {
    background-color: #0c0d0ecf !important;
}

.banner-video {
    width: 100%;
    height: 100%;
    float: left;
}

.banner-video video {
    width: 100%;
    height: 100%;
}

.banner-video video source {
    width: 100%;
    height: 100%;
}

.slider_area .owl-carousel {
    padding: 0;
    position: relative;
}

.slider_area .slide-overlay {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #0c0d0e;
    opacity: 0.602;
}

.slider_area .carousel-captions {
    position: absolute;
    top: 50%;
    width: 500px;
    z-index: 2;
    -webkit-transform: translateY(-48%);
    transform: translateY(-48%);
}

.slider_area .carousel-captions.text-center {
    width: 82%;
    margin: auto;
    left: 0;
    right: 0;
}

.slider_area .carousel-captions .caption-align-center-wrap {
    margin: 0 auto;
}

.slider_area .carousel-captions .heading {
    font-size: 45px;
    color: #ffffff;
    font-weight: 800;
    line-height: 45px;
}

.slider_area .carousel-captions .heading span {
    display: inline-block;
    padding: 5px 10px 0px 10px;
    /* background-color: #20944b; */
}

.slider_area .carousel-captions p {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px 28px 0px;
    color: #fff;
    font-size: 22px;
}

.slider_area .carousel-captions p span {
    padding: 0px 10px;
}

.slider_area .carousel-captions p i {
    width: 15%;
    border-top: solid 2px #fff;
}

/* .slider_area .carousel-captions p span {
    display: table;
    position: relative;
    width: 100%;
} */
/* .slider_area .carousel-captions p span:before {
    content: "";
    position: relative;
    display: table-cell;
    width: 20%;
    max-width: 47%;
    top: 14px;
    border-top: solid 2px #fff;
    vertical-align: text-bottom;
}
.slider_area .carousel-captions p span:after {
    content: "";
    position: relative;
    display: table-cell;
    width: 15%;
    top: 14px;
    border-top: solid 2px #fff;
    vertical-align: text-bottom;
} */
.slider_area .parent-btn {
    margin-top: 14px;
}

.slider_area .parent-btn .common-btn {
    padding: 12px 48px;
    background: #dbaf04;
    /* background-image: linear-gradient(to right, #ffc000 0%, #5b56f3 51%, #ffc000 100%); */
}

.slider_area .owl-nav [class*=owl-] {
    width: 37px;
    height: 37px;
    color: #242424;
    line-height: 35px;
    padding: 0;
    background: transparent;
    border: 1px solid #242424;
    text-align: center;
    border-radius: 0;
    font-size: 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.slider_area .owl-nav .owl-prev,
.slider_area .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    margin-right: 10px;
    color: #FFF;
    font-size: 26px;
    margin: 5px;
    padding-left: 18px;
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 5px;
    width: 52px;
    height: 52px;
    border: none;
    border-radius: 100%;
    line-height: 55px;
}

.slider_area .owl-nav .owl-prev {
    left: 30px;
}

.slider_area .owl-nav .owl-next {
    right: 30px;

}

.slider_area:hover .owl-nav .owl-prev,
.slider_area:hover .owl-nav .owl-next {

    color: #191919;
    background: #dbaf04;
}

/*...................End Slder...................*/

/*...................whoweare-section-Start...................*/

.whoweare-section {
    width: 100%;
    float: left;
    padding: 95px 0px;
    background: url(../img/about-bg.png) left top;
}

.whoweare-heading {
    width: 100%;
    float: left;
}

.whoweare-heading h4 {
    font-size: 24px;
    color: black;
    font-weight: 600;
}

.whoweare-heading h2 {
    font-size: 35px;
    color: #000000;
    font-weight: 700;
}

.whoweareslider-grid {
    padding: 20px 0px 0px 20px;
}

.whoweare-content {
    width: 100%;
    float: left;
}

.whoweare-content p {
    padding: 20px 0px 20px 0px;
    margin: 0px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 26px;
    position: relative;
    text-align: justify;
}

.whoweare-content p::before {
    content: "";
    width: 42px;
    height: 4px;
    background-color: #dbaf04;
    position: absolute;
    left: 0;
    top: 0;
}

.whoweare-content a {
    color: #dbaf04;
    font-size: 18px;
    font-weight: 600;
}

.whoweareslider-list {
    background: #fff;
    position: relative;
    margin-top: 6%;
    margin-bottom: 0%;
    margin-left: -20%;
    margin-right: 1%;
    z-index: 4;
    box-shadow: 0px 0px 8px 4px rgb(0 0 0 / 5%);
    padding: 50px 30px;
}

.whoweareslider-list h4 {
    font-size: 32px;
}

/* .whoweareslider-list::before {
    content: "";
    position: absolute;
    left: 15.8%;
    top: -14%;
    width: 36px;
    height: 36px;
    background: #f08c6c;
}
.whoweareslider-list::after {
    content: "";
    position: absolute;
    left: -7%;
    bottom: 0%;
    width: 36px;
    height: 36px;
    background: #12a85b;
} */
.whoweare-imgalign {
    position: relative;
}

.whoweare-imgalign::before {
    content: "";
    position: absolute;
    left: -3.7%;
    top: -4.9%;
    width: 51%;
    height: 22px;
    background: #dbaf04;
    /* background-image: linear-gradient(to right, rgba(0, 76, 255, 0.687), rgb(249, 241, 0)); */
}

.whoweare-imgalign::after {
    content: "";
    position: absolute;
    left: -21px;
    top: 0%;
    width: 21px;
    height: 70%;
    background: #dbaf04;
    /* background-image: linear-gradient(to right, rgba(0, 76, 255, 0.687), rgb(249, 241, 0)); */
}

.whoweare-imgalign .overlay {
    background: #0000002b;
}

.whoweareslider-group .media-left i {
    width: 32px;
    height: 32px;
    background: #f9f4e4;
    font-size: 14px;
    color: #ec5a31;
    line-height: 32px;
    text-align: center;
    border: solid 1px #fb8766;
}

.whoweareslider-group:hover .media-left i {
    background: #f08c6c;
    color: #f8bdac;
}

.whoweareslider-group h3 {
    font-size: 20px;
    color: #222222;
}

.whoweareslider-group p {
    padding-top: 3px;
    font-size: 15px;
    color: #1d1e21;
    text-align: justify;
}

.whoweare-slider .owl-dots {
    position: absolute;
    left: 40%;
    margin: 5%;
    /*background: url(../img/about-bg.png) left top;*/
    padding: 0px 20px;
    border-radius: 10px;
}

.whoweare-slider .owl-dot {
    display: inline-block;
    width: 30px;
    height: 4px;
    margin: 0px 3px;
    border-radius: 10px;
    background-color: #a3a3a3;

}

.whoweare-slider .owl-dot.active {
    background: #ee754e;
}

/*===================================================client-success-section-Start===================================================*/

.clients-listgrid {
    width: 100%;
    float: left;
    padding-top: 100px;
}

.clients-listgroup {
    padding: 15px 0px 0px 0px;
    display: table;
}

.count {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: inline-block;
    border-radius: 50px;
    font-size: 100px;
    color: #4650c9;
    font-weight: 600;
    line-height: 75px;
    text-shadow: -1px -1px 1px #000;
    position: relative;
}

.count:before {
    content: "";
    width: 50px;
    height: 2px;
    background: #144a2d;
    position: absolute;
    left: 10px;
    bottom: 0px;
    margin: auto;
}

.clients-experience {
    display: table-cell;
    vertical-align: middle;
}

.client-likeicon {
    width: 80px;
    height: 80px;
    background: #c9e9d9;
    border-radius: 100%;
    display: table-cell;
    vertical-align: middle;
}

.clients-experience img {
    display: table-cell;
    position: relative;
    top: -20px;
    right: -35px;
}

.project-experience {
    padding-left: 55px;
    display: table-cell;
    color: #fff;
}

.project-experience h5 {
    font-size: 22px;
    color: #171717;
    font-weight: 500;
}

.page-heding {
    width: 100%;
    float: left;
    padding: 0px 0px 60px 0px;
    text-align: center;
}

.page-heding h3 {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.page-heding p {
    padding-top: 15px;
    padding-bottom: 10px;
    font-size: 18px;
    color: #181818;
    line-height: 28px;
}

/*===================================================client-success-section-end===================================================*/

/*...................whoweare-section-End...................*/

/*...................howitwork-section-Start...................*/

.howitwork-section {
    width: 100%;
    float: left;
    padding: 80px 0px;
    position: relative;
    z-index: 2;
}

.howitwork-section .page-heading {
    padding-bottom: 40px
}

.howitwork-main {
    width: 100%;
    float: left;
}

.howitwork-panel {
    width: 100%;
    float: left;
    color: #fff;
    text-align: center;
    position: relative;
    background: #093a7d;
}

/*.howitwork-panel:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 100%;
    top: 0;
    bottom: 0;
    right: -8px;
    margin: auto;
    background: #afcadf;
    clip-path: polygon(100% 100%, 100% 100%, 0% 100%, 0% 100%, 80% 0%);
    border-bottom-right-radius: 12px;
    transform: skew(-4deg);
}*/

.howitwork-panel img {
    width: 100%;
}

.offer {
    position: absolute;
    left: 0;
    top: 35%;
    right: 0;
    display: inline-block;
    bottom: 0;
    font-size: 75px;
    font-weight: bold;
    color: #fff;
    line-height: 50px;
    text-align: center;
}

.offer small {
    padding-top: 3px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase
}

.yellow-line {
    position: absolute;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ff9a00;
    height: 30px;
    border-top-left-radius: 100%;
    border-bottom-left-radius: 0%;
    border-top-right-radius: 100%;
    border-bottom-right-radius: 0%;
}

.howitwork-content {
    width: 100%;
    margin-top: -45px;
    text-align: center;
    background-color: #093a7d;
    padding: 64px 15px 25px 15px;
    transition: all 0.5s ease;
    transition-property: all;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    transition-delay: 0s;
    background: url(../img/how-work/yellow-stripe.png) left 0% no-repeat;
    background-size: 100%;
    position: relative;
    z-index: 99;
}

.yellow-stripe {
    width: 100%;
    height: 60px;
    background: url(../img/how-work/yellow-stripe.png) left 0% no-repeat;
    background-size: 100%;
}

.howitwork-content h4 {
    padding-top: 10px;
    padding-bottom: 22px;
    font-size: 15px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    text-transform: uppercase;
    vertical-align: middle;
}

.howitwork-panel .overlay {
    background: #00000000;

}

/*...................emergencyplumb-section-End...................*/

/* .emergencyplumb-section {
    width: 100%;
    float: left;
    background: #34c5f4;
}

.emergencyplumb-main {
    width: 100%;
    float: left;
    overflow: hidden;
}

.call-now {
    background: #34c5f4;
    height: 100%;
    padding: 40px 20px 30px 20px;
    text-align: center;
}

.call-now h3 {
    color: #fff;
    font-size: 50px;
    line-height: 58px;
}

.call-now h3 strong {
    display: block;
}

.emergencyplumb-list {
    width: 100%;
    float: left;
    height: 100%;
    padding: 0px 20px 0px 70px;
    background: #093a7d;
    clip-path: polygon(100% 0%, 100% 100%, 6% 100%, 0% 50%, 6% 0%);
}

.emergencyplumb-text {
    display: table-cell;
    padding-left: 30px;
    vertical-align: middle;
}

.emergencyplumb-text h3 {
    padding-bottom: 12px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
}

.emergencyplumb-text p {
    margin: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
}

.emergencyplumb-text p a {
    text-decoration: underline;
    color: #34c5f4;
}

.emergencyplumb-panel {
    width: 100%;
    float: left;
    padding: 50px 0px 18px 10px;
    display: table;
}

.emergencyplumb-panel span {
    display: table-cell;
}

.emergencyplumb-panel strong {
    width: 80px;
    height: 80px;
    padding: 5px;
    display: inline-block;
    border-radius: 100%;
    font-size: 30px;
    color: #fff;
    text-align: center;
    line-height: 70px;
    border: dashed 2px #b6c4d8;
} */

/*...................emergencyplumb-section-End...................*/

/*===================================================mediavideo-section-Start===================================================*/

.video-grid {
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
}

.video-grid a {
    display: table-cell;
    vertical-align: middle;
}

.play-video {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    text-align: center;
    margin: auto;
    font-size: 45px;
    color: #fff;
    letter-spacing: 12px;
    font-weight: 800;
    cursor: pointer;
    position: relative;
}

.play-video i {
    width: 110px;
    height: 110px;
    background: #ffffff;
    padding: 10px;
    text-align: center;
    border-radius: 50%;
    border: solid 8px rgb(0 0 0 / 73%);
    line-height: 80px;
    font-size: 35px;
    letter-spacing: 0px;
    color: #ffc000;
    -webkit-animation: pulsewhite 3s infinite;
    -o-animation: pulsewhite 3s infinite;
    animation: pulsewhite 3s infinite;
    position: relative;
}

.play-video i:before {
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    bottom: 0;
    padding-left: 5px;
    cursor: pointer;
    position: relative;
}

@keyframes pulsewhite {
    50% {
        box-shadow: 0 0 0 5px rgb(244, 249, 243), 0 0 0 10px rgba(236, 247, 235, 0.53)
    }
}

/*===================================================mediavideo-section-end===================================================*/

/*====================================whychooseus-section-Start=====================================*/

.whychooseus-section {
    width: 100%;
    float: left;
    padding: 90px 0px;
}

.whychooseus-heading {
    font-size: 45px;
    color: #242424;
}

.whychooseus-para {
    padding-bottom: 60px;
    font-size: 16px;
    color: #242424;
    font-weight: 400;
    line-height: 26px;
}

.whychooseus-img {
    width: 100%;
    height: 100%;
    float: left;
}

.whychooseus-img img {
    max-width: 100%;
    height: 100%;
}

.whychooseus-panel {
    width: 100%;
    float: left;
    height: 100%;
    background: #e9eaeb;
    padding: 45px 20px 30px 20px;
}

.whychooseus-icon {
    width: 70px;
    height: 70px;
    display: inline-block;
    background: #fff;
    font-size: 30px;
    color: #093a7d;
    line-height: 72px;
    text-align: center;
    border-radius: 100%;
}

.whychooseus-panel h3 {
    padding: 22px 0px 22px 0px;
    font-size: 20px;
}

.whychooseus-panel p {
    font-size: 16px;
    line-height: 24px;
}

.whychooseus-panel.blue-bg h3,
.whychooseus-panel.blue-bg p {
    color: #fff;
}

/*====================================whychooseus-section-End=====================================*/

/*====================================testimonials-section-Start=====================================*/

.testimonial-section {
    width: 100%;
    float: left;
    background: url(../img/testimonial/testi-bg.jpg);
    background-size: cover;
}

.testimonial-inner {
    width: 100%;
    float: left;
    background: #00000080;
    padding: 95px 0px 0px 0px;
}

.testimonial-section .page-heading h2 {
    color: #fff;
}

.testimonial-mainpanel {
    width: 100%;
    float: left;
}

.testimonial-slider {
    width: 85%;
    margin: auto;
    position: relative;
}

.testimonial-slider::after {
    content: "";
    position: absolute;
    right: -5.3%;
    bottom: 2%;
    width: 6.2%;
    height: 70%;
    background: #dbaf04;
    z-index: 99;
}

.testimonial-slider .owl-nav {
    position: absolute;
    width: 350px;
    height: 60px;
    padding: 19px 30px;
    bottom: -50px;
    right: -5.3%;
    background: #dbaf04;
    /* background-image: linear-gradient(to right, rgba(0, 76, 255, 0.687), rgb(249, 241, 0)); */
}

.testimonial-slider .owl-nav::before {
    content: "";
    position: absolute;
    height: 68%;
    width: 1px;
    top: 0;
    bottom: 0;
    left: 50%;
    background-color: #fff;
    margin: auto;
}

.testimonial-slider .owl-prev,
.testimonial-slider .owl-next {
    color: #fff;
    font-size: 16px;
}

.testimonial-slider .owl-prev i {
    padding-right: 5px;
}

.testimonial-slider .owl-next i {
    padding-left: 5px;
}

.testimonial-slider .owl-prev span,
.testimonial-slider .owl-next span {
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
}

.testimonial-slider .owl-prev {
    float: left;
}

.testimonial-slider .owl-next {
    float: right;
}

.testimonial-img {
    width: 350px;
    height: 350px;
    border-radius: 100%;
}

.testimonial-img img {
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.testimonial-detail {
    padding: 48px 36px;
    background: #f0fbff;
    overflow: hidden;
    margin: auto;
    border: solid 8px #fff;
    position: relative;
}

.testimonial-content img {
    width: auto !important;
    min-width: 34px;
}

.testimonial-content {
    float: left;
    padding-top: 10px;
    padding-left: 40px;
}

.testimonial-content p {
    margin: 0px;
    font-size: 18px;
    color: #232323;
    font-weight: 400;
    line-height: 30px;
}

.testimonial-content span {
    display: block;
    padding: 24px 0px 50px 0px;
    border-bottom: solid 1px #daeaed;
    position: relative;
    text-align: justify;
}

.testimonial-content span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.testimonial-content h3 {
    padding-top: 25px;
    font-size: 24px;
    color: #305a62;
    font-weight: 500;
}

/*===================================================testimonials-section-End===================================================*/


/*===================================================homefaq-section-Start===================================================*/
.homefaq-section {
    width: 100%;
    float: left;
    padding: 160px 0px 220px 0px;
    background: url(../img/building-towers.jpg) left bottom no-repeat;
    background-size: 100% auto;
}

.homefaq-section #accordion {
    margin-bottom: 0px;
}

.homefaq-section .page-heading h2:before {
    background: #dbaf04;
}

.homefaq-mainpanel {
    width: 100%;
    float: left;
}

.homefaq-mainpanel .common-btn {
    background: #242424;
    padding: 14px 32px;
    margin-top: 50px;
}

.homefaq-mainpanel .common-btn:hover,
.homefaq-mainpanel .common-btn:focus {
    background: #034c91;
    color: #fff;
}

.homefaq-section .card-body {
    background: #f7faf8;
    font-size: 16px;
    color: #686868;
}

.homefaq-listmain {
    width: 100%;
    float: left;
}

.homefaq-listmain .faq_ques .card-header a.card-link i {
    width: auto;
    height: auto;
    margin-right: 0px;
    background-color: #fbfbfb;
    color: #20944b;
}

.homefaq-listmain .faq_ques .card-header a.card-link.collapsed i {
    width: auto;
    height: auto;
    margin-right: 0px;
    background-color: #fbfbfb;
    color: #0d264d;
    font-size: 14px;
}

.homefaq-listmain .faq_ques .card .card-header {
    border: none;
}

.homefaq-listmain .faq_ques .card {
    border: none;
    border-left: solid 6px #d6d8d7;
}

.homefaq-listmain .faq_ques .card.panelbox-border {
    border-left: solid 6px #20944b;
}

.homefaq-listmain .faq_ques .card .card-header a {
    background-color: #f7faf8;
    padding: 10px 20px;
    font-size: 20px;
    color: #3f4140;
    letter-spacing: 0px;
}

.homefaq-listmain .faq_ques .card .card-header a strong b {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    background: #1aa5e8;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.homefaq-listmain .faq_ques .card-header .collapse .card-body {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
}

.navbar,
i {
    margin-right: 20px;
}

.havequstn-section {
    width: 100%;
    float: left;
    background: url(../img/havequstn-bg.png) 0% top no-repeat;
    background-size: contain;
}

.havequstn-main {
    width: 100%;
    float: left;
    /* background: #dbaf04; */
    background-image: linear-gradient(to right, rgba(0, 76, 255, 0.687), rgb(249, 241, 0));
    /* background: linear-gradient(to right, #20944bd1 50%, #20944b);
    background: linear-gradient(to right, #20944bd1 50%, #20944b);  */
    padding: 30px 30px;
    border-radius: 6px;
}

.qustnanswr-panel h3,
.justcall-text h3 {
    font-size: 45px;
    color: #fff;
}

.qustnanswr-panel p,
.justcall-text i {
    font-size: 25px;
    color: #fff;
}

.justcall-icon {
    max-width: 100px;
}

/*===================================================homefaq-section-End===================================================*/

/*===================================================portfolio-section-Start===================================================*/
.portfolio-section {
    width: 100%;
    float: left;
    background: #eaf8fb;
    padding-bottom: 100px;
}

.portfolio-residentslider,
.portfolio-commercialslider {
    width: 100%;
    float: left;
}

.portfolio-conts {
    padding: 0px 2px;
}

.portfolio-img {
    width: 100%;
}

.portfolio-img img {
    width: 100%;
}

.portfolio-text {
    padding: 10px 10px;
    background: #ffffff;
    font-size: 26px;
    font-weight: bold;
    border: solid 2px #ee754e;
}

.portfolio-tab .nav-tabs .nav-item {
    padding: 15px 20px;
}

.portfolio-tab .nav-tabs .nav-link {
    display: inline-block;
    padding: 8px 25px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    border: solid 2px #000000;
}

.portfolio-tab .nav-tabs .nav-link.active {
    color: #ee754e;
    border: solid 2px #ee754e;
}

.portfolio-tab .owl-nav {
    padding-top: 60px;
}

.portfolio-tab .owl-nav .owl-prev,
.portfolio-tab .owl-nav .owl-next {
    width: 55px;
    height: 55px;
    margin: 0px 8px;
    background: #111111;
    display: inline-block;
    color: #ffffff;
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border-radius: 100%;
}

.portfolio-tab .owl-nav .owl-prev:hover,
.portfolio-tab .owl-nav .owl-next:hover {
    background: #20944b;
}

/* .residential {
    display: inline-block;
    padding: 8px 25px;
    background: #fff;
    font-size: 24px;
    color: #ee754e;
    font-weight: 600;
    border: solid 2px #ee754e;
}
.commercial {
    display: inline-block;
    padding: 8px 25px;
    font-size: 24px;
    color: #000000;
    font-weight: 600;
    
} */
/*===================================================portfolio-section-End===================================================*/

/*===================================================ourpartner-section-Start===================================================*/
.ourpartner-section {
    width: 100%;
    float: left;
    padding: 95px 0px;
}

.ourpartner-slider {
    width: 100%;
    float: left;
    /* display: table; */
}

.ourpartner-group {
    width: 100%;
    /* width: 20%;
    display: table-cell; */
    padding: 0px 10px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}

.ourpartner-group:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.ourpartner-panel {
    width: 100%;
    float: left;
    padding-top: 20px;
    text-align: center;
}

.ourpartner-panel img {
    width: auto !important;
    max-width: 100%;
    cursor: pointer;
}

/*===================================================ourpartner-section-End===================================================*/
/*===================================================newsarticle-section-Start==================================================*/
.newsarticle-section {
    width: 100%;
    float: left;
    background-color: #f9f9f9;
    background-attachment: fixed;
    padding: 95px 0px 100px 0px;
}

.newsblog-mainpanel {
    width: 100%;
    float: left;
}

.newsblog-gridpanel {
    width: 100%;
    float: left;
}

.newsblog-group {
    width: 100%;
    float: left;
    background: #fff;
    border: solid 1px #dcdddf;
    overflow: hidden;
}

.newsblog-imgpanel {
    width: 100%;
    display: inline-block;
    position: relative;
}

.newsblog-imgpanel img {
    width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.newsarticle-slider .owl-item.active.center .newsblog-group img {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
}

.newsblog-group:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

.newsblog-date {
    padding: 3px 20px;
    background: #dbaf04;
    text-align: center;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    color: #fff;
    font-size: 18px;
}

.newsblog-conents {
    width: 100%;
    float: left;
    background: #fff;
    padding: 38px 15px 20px 15px;
}

.newsblog-conents h3 {
    font-size: 20px;
    color: #2f2f2f;
    font-weight: bold;
}

.newsblog-conents p {
    padding-top: 22px;
    padding-bottom: 35px;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.newsblog-conents .common-btn {
    padding: 10px 15px;
    border-radius: 0px;
}

.newsblog-conents .common-btn:hover,
.newsblog-conents .common-btn:focus {
    color: #fff;
}

.newsblog-conents .common-btn:hover:before,
.newsblog-conents .common-btn:focus:before {
    background: #f58763;
}

/*===================================================newsarticle-section-End==================================================*/


/*...................whatwedo-section-Start...................*/

.whatwedo-section {
    width: 100%;
    float: left;
    background: url(../img/whatwedo/whatwedo-bg.jpg) left top no-repeat;
    background-size: 100% 100%;
    background-image: linear-gradient(to right, #ffc000 0%, #5b56f3 51%, #ffc000 100%);

}

.whatwedo-main {
    width: 100%;
    float: left;
    padding: 95px 0px 0px 0px;
}

.whatwedo-main .page-heading h2:before {
    background: #ffffff;
}

.whatwedo-grid,
.whatwedo-slider {
    width: 100%;
    float: left;
}

.whatwedo-slider {
    padding: 0px 45px;
}

.whatwedo-slider .owl-nav .owl-prev,
.whatwedo-slider .owl-nav .owl-next {
    position: absolute;
    top: 40%;
    background: #ffffffeb;
    display: inline-block;
    width: 52px;
    height: 52px;
    color: #171717;
    font-size: 32px;
    text-align: center;
    line-height: 55px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    border: solid 1px #e8e5e5eb;
    border-radius: 100%;
    opacity: 0;
    visibility: hidden;
}

.whatwedo-slider .owl-nav .owl-prev {
    left: -50px;
}

.whatwedo-slider .owl-nav .owl-prev i {
    margin-left: -6px;
}

.whatwedo-slider .owl-nav .owl-next {
    right: -50px;
}

.whatwedo-slider .owl-nav .owl-next i {
    margin-right: -6px;
}

.whatwedo-slider:hover .owl-nav .owl-prev,
.whatwedo-slider:hover .owl-nav .owl-next {
    opacity: 1;
    visibility: visible;
}

.whatwedo-panel {
    width: 100%;
    float: left;
    padding: 20px 30px;
    background-color: #fff;
    position: relative;
    z-index: 2;
    box-shadow: 0px 1px 8px 4px rgb(0 0 0 / 8%);
    transition: all 0.5s ease-in;
}

.whatwedo-img {
    width: 100%;
    float: left;
    position: relative;
    transition: all 0.2s ease-in;
}

.whatwedo-panel:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.whatwedo-img::after {
    content: "";
    position: absolute;
    left: -18px;
    bottom: -12px;
    z-index: 0;
    width: 38px;
    height: 38px;
    background: #7fd0a7;
}

.whatwedo-img img {
    max-width: 100%;
    position: relative;
    z-index: 2;
    display: inline-block !important;
    width: auto !important;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.whatwedo-panel:hover .whatwedo-img,
.whatwedo-panel.active .whatwedo-img {
    background: #fff;
}

.whatwedo-imgpanel:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.whatwedo-content {
    width: 100%;
    float: left;
    padding: 25px 0px;
}

.whatwedo-content h3 {
    font-size: 24px;
    color: black;
    font-weight: 700;
}

.whatwedo-content p {
    padding: 20px 0px 0px 0px;
    margin: 0px;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.whatwedo-slider.owl-carousel .owl-item {
    padding: 0px 15px 20px 15px;
}

/*...................whatwedo-section-End...................*/


/*...................ouradvantage-End...................*/
.ouradvantage-section {
    width: 100%;
    float: left;
    background: #fff url(../img/ouradvantage-bg.jpg);
    background-size: 100% auto;
    margin-top: -200px;
}

.ouradvantage-main {
    width: 100%;
    float: left;
    background: #ffffffc7;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(#fff0 5%, #ffffffc7);
    position: relative;
}

.ouradvantage-wrapper {
    padding-top: 170px;
}

.ouradvantage-textmain {
    width: 100%;
    float: left;
    padding: 40px 0px 0px 0px;
}

.whatwedo-headtext {
    width: 50%;
    float: left;
}

.whatwedo-headtext h4 {
    font-size: 20px;
    color: black;
}

.whatwedo-headtext h4:after {
    content: "";
    display: inline-block;
    background: #dbaf04;
    width: 128px;
    height: 2px;
    margin-left: 8px;
    margin-top: 10px;
    vertical-align: middle;
}

.whatwedo-headtext h2 {
    font-size: 50px;
    color: #363636;
    font-weight: bold;
}

.whatwedo-headtext h2 span {
    color: #20944b;
}

.x-size {
    font-size: 80px;
}

.whatwedo-headtext p {
    padding: 20px 0px 40px 0px;
    font-size: 16px;
    color: #363636;
    font-weight: 400;
    line-height: 26px;
}

.ouradvantage-service .quoteform-main {
    width: 100%;
    padding: 3px 30px 30px 30px;
    background: none;
}

.ouradvantage-service .quoteform-main h3 {
    padding-bottom: 44px;
    margin-top: -15px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
}

.ouradvantage-service .contactform-grid {
    width: 45%;
    background: #0000009e;
    padding: 100px 60px 80px 60px;
}

.ouradvantage-listgrid {
    width: 45%;
    float: left;
}

.ouradvantage-group {
    width: 100%;
    float: left;
    padding: 28px 0px;
    display: table;
}

.ouradvantage-group:last-child {
    padding-bottom: 0px;
}

.ouradvantage-icon {
    width: 85px;
    height: 85px;
    display: table-cell;
    vertical-align: middle;
}

.ouradvantage-contents {
    display: table-cell;
    padding-left: 25px;
    padding-right: 42px;
}

.ouradvantage-contents h3 {
    font-size: 20px;
    color: #222222;
    font-weight: bold;
}

.ouradvantage-contents p {
    padding: 8px 0px 15px 0px;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    line-height: 24px;
    text-align: justify;
}

.black-box {
    width: 85px;
    height: 85px;
    display: inline-block;
    background: #363636;
    border: solid 6px #363636;
    border-radius: 100%;
    text-align: center;
    line-height: 72px;
    position: relative;
    overflow: hidden;
}

.black-box:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #dbaf04;
    content: "";
    border-radius: 50%;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ouradvantage-group:hover .black-box:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    border-radius: 0;
}

.black-box img {
    position: relative;
    z-index: 9;
}

.ouradvantage-section .commonouter-container {
    width: 60%;
    bottom: -3.5%;
    right: 0%;
    overflow: hidden;
}

.ouradvantage-section .commonouter-container img {
    position: relative;
    right: -6%;
}

/*...................ouradvantage-service-End...................*


/*...................anyqueston-section-Start...................*/

.anyqueston-section {
    width: 100%;
    float: left;
    background: #292c2b;
    position: relative;
}

.anyqueston-main {
    width: 100%;
    float: left;
}

.anyqueston-section .container {
    height: 100%;
}

.help-call {
    width: 100%;
    position: absolute;
    right: 0;
    bottom: 0px;
    margin: 0px;
    text-align: right;
}

.anyqueston-content {
    width: 100%;
    padding: 50px 0px 50px 50px;
    margin: auto;
}

.anyqueston-content h3 {
    padding-bottom: 20px;
    font-size: 35px;
    color: #ffffff;
    font-weight: bold;
    line-height: 45px;
}

.call-anyqueston {
    display: table;
    padding-top: 5px;
    margin: auto;
}

.call-anyqueston i {
    display: table-cell;
    vertical-align: middle;
}

.call-anyqueston i small {
    width: 44px;
    display: inline-block;
    border-radius: 100px;
    line-height: 42px;
}

.call-anyqueston span {
    display: table-cell;
    padding-left: 30px;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    text-align: left;
}


/*...................anyqueston-section-End...................*/


/* ===================================================readytoget-section-Start=================================================== */

.readytoget-section {
    width: 100%;
    float: left;
    height: 450px;
    background: #27954f;
    background: url(../img/getready-bg.jpg) left top no-repeat;
    background-size: cover;
}

.readytoget-main {
    width: 100%;
    float: left;
    height: 100%;
    /* background: #27954fe6; */
    position: relative;
    background-image: linear-gradient(to right, #ffc000 0%, #5b56f3 51%, #ffc000 100%);
}

.readyget-home-panel {
    width: 48%;
    float: left;
    position: absolute;
    bottom: -20px;
    left: 4%;
    z-index: 2;
}

.readyget-home-panel img {
    max-width: 100%;
}

.readytoget-gridpanel {
    width: 45%;
    float: right;
}

.readytoget-gridpanel .col-lg-4.col-sm-4.col-xs-12 {
    position: static;
}

.readytoget-contents {
    width: 100%;
    float: right;
    padding: 30px 0px 30px 30px;
}

.readytoget-contents h3 {
    font-size: 60px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}

.readytoget-contents p {
    padding: 25px 0px 25px 0px;
    font-size: 24px;
    color: #fff;
    font-weight: 400;
    line-height: 30px;
}

.newsletter-panel {
    width: 100%;
    float: left;
    padding-top: 18px;
}

.newsletter-panel .form-group {
    width: 100%;
    float: left;
    position: relative;
}

.newsletter-panel .form-control {
    width: 100%;
    float: left;
    height: 70px;
    padding: 10px 14px 10px 40px;
    padding-right: 135px;
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    background: #ffffff;
    border: solid 1px #fdfcfc;
    overflow: hidden;
    border-radius: 0px;
}

.newsletter-panel button {
    width: 130px;
    height: 70px;
    float: right;
    padding: 13px;
    background: #dbaf04;
    border: solid 1px #dbaf04;
    font-size: 14px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px;
    outline: none;
}

.newsletter-panel input::-webkit-input-placeholder {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-panel input:-moz-placeholder {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-panel input::-moz-placeholder {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.newsletter-panel input:-ms-input-placeholder {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
}

.envelope {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

/* ===================================================readytoget-section-End=================================================== */


/*===================================================commonbanner-breadcrumb-css-Start===================================================*/
.banner_area {
    margin-top: 165px;
    height: 350px;
    background-size: cover;
    /*min-height: 352px;*/
    position: relative;
    z-index: 2;
}

.banner_area .container {
    height: 100%;
}

.content-align {
    display: table;
    height: 100%;
    margin: auto;
}

.content-center {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

.banner_area.banner_one {
    background: url(../img/banner/banner.jpg) no-repeat scroll center center;
    background-size: cover;
}

.banner_area:before {
    content: "";
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area .banner_content h3 {
    padding: 30px 0 10px 0;
    color: #fff;
    font-size: 65px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600;
}

.banner_link {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

.banner_link .abnner_link_inner a {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    letter-spacing: .32px;
    margin-right: 20px;
    line-height: 50px;
    position: relative;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
}

.banner_link .abnner_link_inner a:before {
    content: "\f715";
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    font-size: 12px;
    font-weight: 600;
    left: -18px;
    top: 50%;
    -webkit-transform: rotate(70deg) translatex(-44%);
    -ms-transform: rotate(70deg) translatex(-44%);
    transform: rotate(70deg) translatex(-44%);
    color: #fff;
}

.banner_link .abnner_link_inner a:last-child {
    margin-right: 0px;
}

.banner_link .abnner_link_inner a:first-child:before {
    display: none;
}

.banner_link .abnner_link_inner a:hover,
.banner_link .abnner_link_inner a.active {
    color: #fff;
    text-decoration: none;
}

.banner_area_plane {
    background: url(../img/banner/banner-bg.jpg) no-repeat scroll center center;
    background-size: auto auto;
    background-size: cover;
    min-height: 235px;
    position: relative;
    z-index: 2;
}

.banner_area_plane::before {
    content: "";
    background: rgba(143, 143, 143, 0.5);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.banner_area_plane .banner_content h3 {
    padding-top: 100px;
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}

/* End Banner Area*/

.our_about_area {
    background-color: #FFF;
}

.our_about_left_content {
    padding-right: 10px;
}

.our_about_left_content .section_title {
    padding-bottom: 30px;
}

.our_about_left_content h2 {
    text-align: left;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
}

.our_about_left_content h3 {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: .44px;
    color: #242424;
}

.our_about_left_content p {
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .34px;
    padding-top: 30px;
}

/*===================================================commonbanner-breadcrumb-css-End===================================================*/