@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800&display=swap');

/***** General CSS *****/

body {
    word-break: break-word;
    font-family: 'Montserrat', sans-serif;
    color: #393939;
    overflow-x: hidden;
    background-image: url(../images/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-blend-mode: color;
    background-color: rgba(255, 255, 255, 0.734);
}

a {
    text-decoration: none;
    color: #28b16d;
    white-space: initial;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

ul {
    margin: 0px;
    padding: 0;
    list-style-type: none;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.eot);
    src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: bolgard;
    src: url(../fonts/Bolgart.ttf);
}

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #5EBB46;
    /* outline: 1px solid slategrey; */
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #5EBB46!important;
    text-align: center;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #5EBB46!important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 14px 50px;
    border-radius: 12px;
    font-size: 18px;
    font-weight: 400;
    /*font-family: 'bolgard';*/
    letter-spacing: 2px;
}

.btn10:hover {
    border: 1px solid #20459D!important;
    color: #fff!important;
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #20459D;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000!important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: bolgard;
    font-size: 90px;
    line-height: 1.2;
    color: #000000;
}

h2 {
    font-family: bolgard;
    font-size: 65px;
    line-height: 1.2;
    color: #20459D;
}

h3 {
    font-family: bolgard;
    font-size: 50px;
    line-height: 1.2;
    color: #20459D;
}

h4 {
    font-family: bolgard;
    font-size: 45px;
    line-height: 1.2;
    color: #20459D;
}

h5 {
    font-family: bolgard;
    font-size: 30px;
    line-height: 1.2;
    color: #20459D;
}

p {
    color: #000000;
    font-size: 18px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

select {
    background: #fff url('../images/arrow.png') no-repeat right;
    padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
    color: #575757;
}

::-moz-placeholder {
    color: #575757;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #575757;
}

:-moz-placeholder {
    color: #575757;
    opacity: 1;
}


/*header css start */

.menuefect li a {
    color: #272727;
    font-size: 20px;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 10px;
    margin: 0px 10px;
    position: relative;
    transition: all .5s
}

.menuefect li a:hover {
    background-color: #5ebb46;
    color: white !important;
}

.menuefect li a:before {
    content: "";
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 12px;
    height: 12px;
    border: 3px solid #20459D;
    border-width: 0 0 3px 3px;
    opacity: 0;
    transition: all 0.3s
}

.menuefect li a:hover:before {
    opacity: 1;
    bottom: -8px;
    left: -8px;
}

.menuefect li a:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 12px;
    width: 12px;
    height: 12px;
    border: 3px solid #20459D;
    border-width: 3px 3px 0 0;
    opacity: 0;
    transition: all 0.3s;
}

.menuefect li a:hover:after {
    opacity: 1;
    top: -8px;
    right: -8px;
}

header {
    background: white;
}

.menuSec .row {
    align-items: center;
}

.menuSec #menu a {
    font-size: 18px;
    color: black;
    font-weight: 500;
    /*font-family: 'bolgard';*/
}

.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec #menu {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-around;
}

.menuSec #menu li {
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0;
}

.menuSec li ul {
    display: none;
}

.menuSec #menuli a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}


/* .menuSec #menu li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}

.menuSec #menu li:last-child a {
    padding-right: 0px;
} */


/* .menuSec #menu li:last-child a:after {
    display: none;
} */

.menuSec #menu li a:hover,
.menuSec #menu li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #5ebb46;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 38px;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    /* content: " "; */
    display: table;
}

.menuSec ul:after {
    clear: both;
}

.menuSec li>ul>li:hover>ul {
    left: 230px;
    top: 0px;
    width: 270px;
}

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */

.mn-bnr-sc .img-001 {
    position: absolute;
    left: 0;
    bottom: -20px;
    width: 350px;
}

marquee.html-marquee {
    width: 100%;
    position: absolute;
    z-index: 99;
    background: #20459D;
    padding: 8px;
    top: 0;
}

marquee.html-marquee h4 {
    color: white;
    font-size: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.mn-bnr-sc {
    position: relative;
}

.mn-bnr-dv {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bnr-txt {
    text-align: center;
}

.bnr-txt p {
    color: white;
    font-size: 35px;
    font-weight: 700;
    text-shadow: 3px 2px 1px black;
}

.bnr-txt img {
    /* margin-bottom: 20px; */
    filter: drop-shadow(3px 6px 6px #fff);
    width: 33%;
}

.main-banner-img {
    width: 100%;
    object-fit: cover;
    height: 85vh;
    filter: brightness(0.8);
}


/* pricing sec css */

.gal-sec-mn .row {
    justify-content: center;
}

.hm-gal-sv img {
    width: 100%;
    height: 320px !important;
    object-fit: cover;
}

.pricing>p {
    text-align: center;
    margin-top: 40px;
    font-weight: 500;
}

.pricing ul {
    list-style: disc;
    font-size: 19px;
    color: black;
    /*font-family: 'bolgard';*/
}

.pricing ul li::marker {
    color: #20459D;
    font-size: 25px;
}

.pricing ul li>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.pricing-sec {
    padding-bottom: 80px;
}

.pricing ul li em {
    font-style: normal;
    width: 60px;
    text-align: center;
}


/* about sec css */

section.abt-sec.abt-hm-sec {
    padding-top: 60px !important;
    position: relative;
    padding-bottom: 0;
}

section.abt-sec.abt-hm-sec {
    padding-top: 60px;
}

.abt-sec {
    padding: 80px 0;
}

.abt-img {
    position: relative;
    height: 550px;
}

.abt-img>img {
    width: 100%;
    height: 100%;
    border-radius: 25px;
    object-fit: cover;
    object-position: bottom;
}

.abt-img .abt-img-txt {
    background: #5EBB46;
    width: 80%;
    padding: 40px 40px;
    border-radius: 0px 40px;
    position: absolute;
    bottom: 70px;
    left: -30px;
}

.abt-img .abt-img-txt::before {
    content: '';
    position: absolute;
    bottom: -37px;
    left: auto;
    right: 0;
    width: 50px;
    height: 40px;
    background: #5EBB46;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 100% 100%);
}

.abt-img .abt-img-txt h5 {
    color: white;
}

.abt-img .img-001 {
    width: 80% !important;
    height: auto !important;
    position: absolute;
    right: 0;
    z-index: 1;
}

.abt-img .abt-img-txt p {
    color: white;
}

.abt-sec .row {
    align-items: center;
}

.abt-imgg-txt {
    padding-left: 30px;
}

.abt-imgg-txt p {
    margin: 20px 0;
}


/* offer sec css */

.unihead {
    text-align: center;
    margin-bottom: 50px;
}

.unihead p {
    width: 80%;
    margin: 11px auto 0;
}

.ofr-dv img {
    height: 300px;
    object-fit: cover;
    width: 100%;
    margin-bottom: 20px;
    background: white;
}

.ofr-dv {
    text-align: center;
    margin-bottom: 40px;
    /*height: 630px;*/
    position: relative;
}

.ofr-dv a {
    /* color: #5ebb46;
    font-weight: 700;
    border-bottom: 1px solid; */
    /*position: absolute;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    margin: auto;
    width: 230px;
}

.ofr-dv a:hover {
    color: #20459D;
}

.afr-vu-mr img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 150px;
}

.afr-vu-mr {
    text-align: center;
    margin: 10px 0px 50px;
}

.unihead h6 {
    margin: 0;
}

.afr-vu-mr a.btn10 {
    background: #20459D !important;
    border: 1px solid #20459D !important;
}


/* book services sec */

.obj-contain {
    object-fit: contain !important;
}

.bkk-ser {
    background-image: url(../images/serv-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 80px 0;
}

.bk-ser-frm {
    height: 100%;
    background: #20459D;
    padding: 50px 20px;
}

.bk-ser-frm h4 {
    color: white;
    margin-bottom: 25px;
}

.bk-ser-frm p {
    color: white;
    line-height: 1.8;
    margin-bottom: 20px;
}

.bk-ser-frm input {
    width: 100%;
    height: 40px;
    background: 0;
    border: 0;
    border-bottom: 2px solid #90A2CE;
    color: white;
    margin-bottom: 47.1px !important;
}

.bk-ser-frm input::-webkit-calendar-picker-indicator {
    filter: invert(1);
    font-size: 20px;
}

:focus-visible {
    outline: unset;
}

.bk-ser-frm input::Placeholder {
    color: white;
    font-size: 14px;
}

.bk-ser-frm label {
    color: white;
    position: absolute;
    top: -21px;
}

.bk-ser-frm .form .col-md-6 {
    position: relative;
}

.bk-ser-frm form .col-md-6 {
    position: relative;
}

.bk-ser-img {
    height: 100%;
}

.bk-ser-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bk-ser-frm .btn10 {
    width: auto;
}


/* subcribe sec */

section.waht-offr-sc {
    padding: 80px 0;
}

.ofr-dv h6 {
    display: flex;
    justify-content: center;
    gap: 15px;
    font-weight: 700;
    color: #5EBB46;
}

.sub-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.subscribe-sc {
    padding: 60px 0;
    background: #5EBB46;
    box-shadow: 1px 10px 11px #00000047;
}

.sub-txt h5 {
    margin: 0;
    font-size: 43px;
    color: white;
    text-transform: uppercase;
}

.sub-txt .btn10 {
    background: #20459D !important;
    border: 1px solid #20459D !important;
}


/* testi sec css */

.testi-sec {
    padding: 80px 0 140px;
}

.testislider .slick-active {
    opacity: 1;
}

.testislider .slick-slide {
    opacity: 1;
}
.testi-head {
    margin-bottom: 40px;
}

.testi-txt {
    padding: 30px 40px;
    background: white;
    border-left: 2px solid #9e9c9c;
}

.testi-txt i {
    color: #5EBB46;
    font-size: 20px;
}

.testi-txt ul {
    display: flex;
    align-items: center;
    gap: 15px;
}

.testi-txt ul img {
    width: 90px;
    height: 90px;
    border-radius: 70px;
}

.testi-txt ul p {
    margin-bottom: 0;
    color: #8F8F8F;
    font-size: 14px;
}

.testi-txt ul h6 {
    font-size: 25px;
    font-weight: 700;
    color: #20459D;
    margin-bottom: 0;
}

.testi-txt>p {
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: 500;
}


/* poo sec css */

.poo-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

section.poo-sec {
    background: #20459D;
    box-shadow: 1px 10px 11px #00000047;
}

.poo-txt h3 {
    color: white;
    text-transform: uppercase;
    font-size: 45px;
}

.poo-txt img {
    margin-top: -40px;
}


/* footer sec css */

.footer-btm .row {
    align-items: center;
}

.footerSec {
    background-image: url(../images/fttr-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    padding: 80px 0 0;
}

.footer-logo {
    text-align: center;
}

.footer-logo h6 {
    color: #5EBB46;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    line-height: 1;
    font-style: italic;
}

.footer-logo img {
    margin-bottom: 10px;
}

.footer-logo a {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    background: #5EB944;
    font-size: 22px;
}

.footer-logo ul li {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
    justify-content: center;
}

.footer-logo a:hover {
    background: #20459D;
    color: #5EBB46;
}

.foot-links h5 {
    color: #5EBB46;
    margin-bottom: 30px;
}

.foot-links a {
    color: white;
    font-size: 17px;
    margin-bottom: 10px;
    display: inline-block;
    transition: 0.5s ease;
    transform: none;
    /*font-family: 'bolgard';*/
}

.foot-links {
    padding-left: 50px;
}

.foot-links a:hover {
    color: #5EBB46;
    transform: translateX(10px);
}

.footer-btm {
    margin-top: 80px;
    border-top: 1px solid #fff;
    padding: 20px 0;
    position: relative;
}

.copy-txt p {
    color: aliceblue;
    margin-bottom: 0;
    position: relative;
    z-index: 2;
    padding: 0px 0 0px 90px;
}

.copy-txt img {
    position: absolute;
    left: 0;
    z-index: 1;
}
.footer-number a:hover {
    background: none;
}
.footer-btm:before {
    content: '';
    position: absolute;
    left: 4%;
    background-image: url(../images/oster.png);
    width: 50%;
    height: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    top: 15%;
    z-index: 9;
}
.footer-number a {
    width: 100%;
    background: none;
    height: 35px;
}
.copy-txt ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 40px;
}

.copy-txt ul a {
    color: white;
}

.copy-txt ul a:hover {
    color: #5EB944;
}


/* about page css */

.inner-bnr>img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

.inner-bnr {
    position: relative;
}

.inner-bnr-mn {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.inr-bnr-txt h2 {
    font-size: 90px;
    color: white;
}

.abt-sec.abt-pg-sc {
    padding-bottom: 20px;
}


/* services details page css */

.serv-img img {
    height: 400px;
    object-fit: contain;
    width: 100%;
    object-position: center;
}
section.serv-dtl-sc .row {
    align-items: center;
}



.serv-dtl-sc {
    padding: 80px 0;
}

.serv-txt.serv-txt2 {
    margin-top: 25px;
}

.serv-txt h3 {
    margin-bottom: 20px;
    font-size: 45px;
}


/*contact-sec*/

.contact-left {
    border-radius: 0;
    overflow: hidden;
    background-image: url(../images/contact-img.jpg);
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    border-radius: 15px;
	height: 77vh
}

.contact-sec h4 {
    font-size: 49px;
    line-height: 55px;
}

.contact-right {
    background: #ffffff;
    border-radius: 0;
    position: relative;
    box-shadow: 0 0 14px 0 #0000003d;
    height: 100%;
    background: #20459D;
    border-radius: 15px;
}

.circle-contact i {
    font-size: 30px;
}

.circle-contact {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    margin-right: 20px;
    background: #20459d;
}

.contact-list {
    display: flex;
    align-items: center;
    margin: 70px 0;
    color: white;
}

.contact-list:hover {
    color: #359eda;
}

.contact-list div h5 {
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    color: white;
    font-weight: 500;
    font-family: 'Montserrat';
}

.contact-social-icon a {
    color: white;
    margin: 0 10px;
    font-size: 18px;
    display: inline-block;
    position: relative;
    animation-name: myanimation;
    animation-duration: 5s;
    animation-iteration-count: infinite;
}

@keyframes myanimation {
    0% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.3);
        -moz-transform: scale(1.3);
        -o-transform: scale(1.3);
        -ms-transform: scale(1.3);
        transform: scale(1.3)
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1)
    }
}

.contact-right::before {
    position: absolute;
    content: "";
    width: 8px;
    height: 10%;
    top: 9%;
    background: #5EBB46;
    left: 0;
}

.contact-right input,
.contact-right select {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    text-indent: 10px;
    padding: 0;
    border: 0;
    border-radius: 5px;
    background: #3556A5;
    font-weight: 600;
    padding: 0 10px;
    color: white;
}

.contact-right h4 {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 60px;
}

.contact-right button:hover {
    background: black;
    color: white !important;
}

.contact-right button {
    width: auto;
    height: 55px;
    border-radius: 0;
    border: 0;
    margin-top: 20px;
    border: 2px solid transparent;
    color: black !important;
    font-weight: 600;
    border-radius: 5px;
    background: radial-gradient(circle, rgb(37, 143, 184) 0%, rgb(30, 87, 118) 100%);
    color: white !important;
}

section.contact-sec.ptb-100 {
    padding: 100px 0;
}

.contact-list div p {
    color: #ffffff;
    margin: 0;
}

ul.sscl-ul {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 70px;
}

ul.sscl-ul span {
    color: #e9ebeb;
    font-size: 22px;
}

ul.sscl-ul li:last-child {
    display: flex;
    gap: 20px;
}

ul.sscl-ul li:last-child a {
    color: white;
    font-size: 25px;
}

ul.sscl-ul li:last-child a:hover {
    color: #5EBB46;
}

.contact-right input::placeholder {
    color: white;
}

.contact-left h4 {
    margin-bottom: 60px;
}

.contact-right button:hover {
    border: 1px solid #5EBB46 !important;
}


/*contact-sec*/


/* fqs sec page css */

.tab-cntnt {
    height: 0;
    width: 100%;
    overflow: hidden;
    background: white;
    padding-left: 10px;
    padding-right: 10px;
    transition: 0.5s all;
}

.tab input:checked~.tab-cntnt {
    height: auto;
    overflow: visible;
    padding-top: 10px;
    padding-bottom: 10px;
}

.faq-sec {
    padding: 80px 0;
    height: 600px;
}

.custom-tabs input {
    position: absolute;
    opacity: 0;
}

.custom-tabs .tab {
    margin-bottom: 30px;
}

.custom-tabs .tab label::before {
    content: '\f078';
    position: absolute;
    right: 20px;
    /* top: 0; */
    font-family: 'Font Awesome 5 Pro';
    transition: 0.3s ease;
}

.custom-tabs .tab label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 20px;
    background: #234BAB;
    color: white;
    font-size: 22px;
    font-weight: 300;
    cursor: pointer;
}

.tab-cntnt p {
    margin: 0;
    font-size: 17px;
}

.tab-cntnt ul {
    list-style: disc;
    padding-left: 30px;
}

.tab-cntnt ul li {
    margin-bottom: 15px;
}

.custom-tabs .tab input:checked+label {
    background: #5EBB46;
}

.custom-tabs .tab input:checked+label::before {
    transform: rotate(180deg);
    transition: 0.3s ease;
}

@media only screen and (min-width: 300px) and (max-width: 520px) {
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr-rgt {
        text-align: center;
    }
    .bnr-txt img {
        width: 100%;
    }
    .main-banner-img {
        height: 600px;
    }
    .mn-bnr-sc .img-001 {
        width: 250px;
    }
    marquee.html-marquee h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 30px;
        line-height: 1.2;
    }
    .abt-imgg-txt {
        padding-left: 0;
        margin-top: 60px;
    }
    .abt-img .abt-img-txt {
        width: 100%;
        padding: 20px 10px;
        left: 0;
        bottom: -40px;
    }
    section.waht-offr-sc {
        padding-top: 0;
    }
    .unihead p {
        width: 100%;
    }
    h2 {
        font-size: 40px;
        line-height: 1.2;
    }
    .bk-ser-frm {
        padding: 40px 20px;
    }
    .bk-ser-frm h4 {
        font-size: 35px;
    }
    .bkk-ser {
        margin-bottom: 60px;
    }
    .pricing ul {
        padding-left: 30px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 14px;
    }
    .pricing ul li>div {
        align-items: baseline;
    }
    .sub-txt {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .sub-txt h5 {
        text-align: center;
        font-size: 30px;
    }
    .testi-txt {
        margin-bottom: 30px;
    }
    .testi-sec {
        padding-bottom: 50px;
    }
    .poo-txt {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .poo-txt h3 {
        font-size: 35px;
        text-align: center;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo ul li {
        justify-content: flex-start;
    }
    .foot-links {
        padding-left: 0;
        margin-top: 40px;
    }
    .foot-links h5 {
        margin-bottom: 15px;
    }
    .copy-txt p {
        text-align: center;
    }
    .copy-txt ul {
        justify-content: center;
        margin-bottom: 5px;
    }
    .footer-btm .row {
        flex-direction: column-reverse;
    }
    .slicknav_nav a:hover {
        background: #5EB944;
    }
    .inr-bnr-txt h2 {
        font-size: 60px;
    }
    .inner-bnr>img {
        height: 300px;
    }
    .waht-offr-sc.waht-offr-pg-sc {
        padding-top: 60px;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-right {
        padding: 20px 10px !important;
        margin-top: 40px;
    }
    .contact-right::before {
        top: 4%;
    }
    .contact-right h4 {
        font-size: 40px;
    }
    .serv-img {
        margin-bottom: 20px;
    }
    .testi-head {
        text-align: center;
    }
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr-rgt {
        text-align: center;
    }
    .bnr-txt img {
        width: 50%;
    }
    .main-banner-img {
        height: 510px;
    }
    .mn-bnr-sc .img-001 {
        width: 250px;
    }
    marquee.html-marquee h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .abt-imgg-txt {
        padding-left: 0;
        margin-top: 70px;
    }
    .abt-img .abt-img-txt {
        width: 60%;
        padding: 20px 10px;
        left: -30px;
        bottom: -40px;
    }
    section.waht-offr-sc {
        padding-top: 0;
    }
    .unihead p {
        width: 100%;
    }
    h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .bk-ser-frm {
        padding: 40px 20px;
    }
    .bk-ser-frm h4 {
        font-size: 35px;
    }
    .bkk-ser {
        margin-bottom: 60px;
    }
    .pricing ul {
        padding-left: 30px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 16px;
    }
    .pricing ul li>div {
        align-items: baseline;
    }
    .sub-txt {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .sub-txt h5 {
        text-align: center;
        font-size: 40px;
    }
    .testi-txt {
        margin-bottom: 30px;
    }
    .testi-sec {
        padding-bottom: 50px;
    }
    .poo-txt {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .poo-txt h3 {
        font-size: 35px;
        text-align: center;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo ul li {
        justify-content: flex-start;
    }
    .foot-links {
        padding-left: 0;
        margin-top: 40px;
    }
    .foot-links h5 {
        margin-bottom: 15px;
    }
    .copy-txt p {
        text-align: left;
        font-size: 14px;
    }
    .copy-txt ul {
        justify-content: center;
        margin-bottom: 0;
    }
    .footer-btm .row {
        align-items: center;
    }
    .slicknav_nav a:hover {
        background: #5EB944;
    }
    .inr-bnr-txt h2 {
        font-size: 60px;
    }
    .inner-bnr>img {
        height: 300px;
    }
    .waht-offr-sc.waht-offr-pg-sc {
        padding-top: 60px;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-right {
        padding: 20px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 3%;
    }
    .contact-right h4 {
        font-size: 40px;
    }
    .serv-img {
        margin-bottom: 20px;
    }
    .hdr-rgt .btn10 {
        padding: 14px 45px;
    }
    .menuSec #menu a {
        font-size: 16px;
    }
    .bk-ser-img img {
        height: 350px;
    }
    .testi-head {
        text-align: center;
    }
    .contact-left h4 {
        font-size: 40px;
    }
    ul.sscl-ul {
        flex-wrap: wrap;
    }
    .contact-list div p {
        font-size: 15px;
    }
    .circle-contact {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    section.contact-sec.ptb-100 {
        padding: 60px 0 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr-rgt {
        text-align: center;
    }
    .bnr-txt img {
        width: 50%;
    }
    .main-banner-img {
        height: 510px;
    }
    .mn-bnr-sc .img-001 {
        width: 250px;
    }
    marquee.html-marquee h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .abt-imgg-txt {
        padding-left: 0;
        margin-top: 70px;
    }
    .abt-img .abt-img-txt {
        width: 60%;
        padding: 20px 10px;
        left: -30px;
        bottom: -40px;
    }
    section.waht-offr-sc {
        padding-top: 0;
    }
    .unihead p {
        width: 100%;
    }
    h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .bk-ser-frm {
        padding: 40px 20px;
    }
    .bk-ser-frm h4 {
        font-size: 35px;
    }
    .bkk-ser {
        margin-bottom: 60px;
    }
    .pricing ul {
        padding-left: 30px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 16px;
    }
    .pricing ul li>div {
        align-items: baseline;
    }
    .sub-txt {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px;
    }
    .sub-txt h5 {
        text-align: center;
        font-size: 40px;
    }
    .testi-txt {
        margin-bottom: 30px;
    }
    .testi-sec {
        padding-bottom: 50px;
    }
    .poo-txt {
        flex-wrap: wrap;
        justify-content: center;
        padding-bottom: 30px;
    }
    .poo-txt h3 {
        font-size: 35px;
        text-align: center;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo ul li {
        justify-content: flex-start;
    }
    .foot-links {
        padding-left: 0;
        margin-top: 40px;
    }
    .foot-links h5 {
        margin-bottom: 15px;
    }
    .copy-txt p {
        text-align: left;
        font-size: 14px;
    }
    .copy-txt ul {
        justify-content: center;
        margin-bottom: 0;
    }
    .footer-btm .row {
        align-items: center;
    }
    .slicknav_nav a:hover {
        background: #5EB944;
    }
    .inr-bnr-txt h2 {
        font-size: 60px;
    }
    .inner-bnr>img {
        height: 300px;
    }
    .waht-offr-sc.waht-offr-pg-sc {
        padding-top: 60px;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-right {
        padding: 20px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 3%;
    }
    .contact-right h4 {
        font-size: 40px;
    }
    .serv-img {
        margin-bottom: 20px;
    }
    .hdr-rgt .btn10 {
        padding: 14px 45px;
    }
    .menuSec #menu a {
        font-size: 16px;
    }
    .bk-ser-img img {
        height: 350px;
    }
    .testi-head {
        text-align: center;
    }
    .contact-left h4 {
        font-size: 40px;
    }
    ul.sscl-ul {
        flex-wrap: wrap;
    }
    .contact-list div p {
        font-size: 15px;
    }
    .circle-contact {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    section.contact-sec.ptb-100 {
        padding: 60px 0 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr-rgt {
        text-align: center;
    }
    .bnr-txt img {
        width: 40%;
    }
    .main-banner-img {
        height: 510px;
    }
    .mn-bnr-sc .img-001 {
        width: 290px;
    }
    marquee.html-marquee h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .abt-imgg-txt {
        padding-left: 0;
        margin-top: 70px;
    }
    .abt-img .abt-img-txt {
        width: 80%;
        padding: 20px 10px;
        left: -30px;
        bottom: -40px;
    }
    section.waht-offr-sc {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .unihead p {
        width: 100%;
    }
    h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .bk-ser-frm {
        padding: 40px 20px;
    }
    .bk-ser-frm h4 {
        font-size: 35px;
    }
    .bkk-ser {
        margin-bottom: 60px;
    }
    .pricing ul {
        padding-left: 30px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 18px;
    }
    .pricing ul li>div {
        align-items: baseline;
    }
    .sub-txt {
        gap: 20px;
    }
    .sub-txt h5 {
        text-align: left;
        font-size: 30px;
    }
    .testi-txt {
        margin-bottom: 30px;
    }
    .testi-sec {
        padding-bottom: 100px;
    }
    .poo-txt {
        justify-content: center;
        padding-bottom: 0;
    }
    .poo-txt h3 {
        font-size: 32px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo ul li {
        justify-content: flex-start;
    }
    .foot-links {
        padding-left: 0;
        margin-top: 30px;
    }
    .foot-links h5 {
        margin-bottom: 15px;
    }
    .copy-txt p {
        text-align: left;
        font-size: 14px;
    }
    .copy-txt ul {
        justify-content: end;
        margin-bottom: 0;
    }
    .footer-btm .row {
        align-items: center;
    }
    .slicknav_nav a:hover {
        background: #5EB944;
    }
    .inr-bnr-txt h2 {
        font-size: 60px;
    }
    .inner-bnr>img {
        height: 300px;
    }
    .waht-offr-sc.waht-offr-pg-sc {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-right {
        padding: 20px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 3%;
    }
    .contact-right h4 {
        font-size: 50px;
    }
    .serv-img {
        margin-bottom: 20px;
        height: 100%;
    }
    .serv-img img {
        height: 100%;
        object-fit: cover;
    }
    .hdr-rgt .btn10 {
        padding: 14px 35px;
    }
    .menuSec #menu a {
        font-size: 16px;
    }
    .bk-ser-img img {
        height: 100%;
    }
    .testi-head {
        text-align: center;
    }
    .contact-left h4 {
        font-size: 50px;
    }
    ul.sscl-ul {
        flex-wrap: wrap;
    }
    .contact-list div p {
        font-size: 15px;
    }
    .circle-contact {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    section.contact-sec.ptb-100 {
        padding: 60px 0 100px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .header-logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .hdr-rgt {
        text-align: center;
    }
    .bnr-txt img {
        width: 40%;
    }
    .main-banner-img {
        height: 510px;
    }
    .mn-bnr-sc .img-001 {
        width: 290px;
    }
    marquee.html-marquee h4 {
        font-size: 20px;
    }
    h3 {
        font-size: 40px;
        line-height: 1.2;
    }
    .abt-imgg-txt {
        padding-left: 0;
        margin-top: 70px;
    }
    .abt-img .abt-img-txt {
        width: 80%;
        padding: 20px 10px;
        left: -30px;
        bottom: -40px;
    }
    section.waht-offr-sc {
        padding-top: 0;
        padding-bottom: 30px;
    }
    .unihead p {
        width: 100%;
    }
    h2 {
        font-size: 50px;
        line-height: 1.2;
    }
    .bk-ser-frm {
        padding: 40px 20px;
    }
    .bk-ser-frm h4 {
        font-size: 35px;
    }
    .bkk-ser {
        margin-bottom: 60px;
    }
    .pricing ul {
        padding-left: 30px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 18px;
    }
    .pricing ul li>div {
        align-items: baseline;
    }
    .sub-txt {
        gap: 20px;
    }
    .sub-txt h5 {
        text-align: left;
        font-size: 30px;
    }
    .testi-txt {
        margin-bottom: 30px;
    }
    .testi-sec {
        padding-bottom: 100px;
    }
    .poo-txt {
        justify-content: center;
        padding-bottom: 0;
    }
    .poo-txt h3 {
        font-size: 32px;
        text-align: left;
    }
    .footer-logo {
        text-align: left;
    }
    .footer-logo ul li {
        justify-content: flex-start;
    }
    .foot-links {
        padding-left: 0;
        margin-top: 30px;
    }
    .foot-links h5 {
        margin-bottom: 15px;
    }
    .copy-txt p {
        text-align: left;
        font-size: 14px;
    }
    .copy-txt ul {
        justify-content: end;
        margin-bottom: 0;
    }
    .footer-btm .row {
        align-items: center;
    }
    .slicknav_nav a:hover {
        background: #5EB944;
    }
    .inr-bnr-txt h2 {
        font-size: 60px;
    }
    .inner-bnr>img {
        height: 300px;
    }
    .waht-offr-sc.waht-offr-pg-sc {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .contact-left {
        padding: 20px 10px !important;
    }
    .contact-right {
        padding: 20px 20px !important;
        margin-top: 0;
    }
    .contact-right::before {
        top: 3%;
    }
    .contact-right h4 {
        font-size: 50px;
    }
    .serv-img {
        margin-bottom: 20px;
        height: 100%;
    }
    .serv-img img {
        height: 100%;
        object-fit: cover;
    }
    .hdr-rgt .btn10 {
        padding: 14px 35px;
    }
    .menuSec #menu a {
        font-size: 16px;
    }
    .bk-ser-img img {
        height: 100%;
    }
    .testi-head {
        text-align: center;
    }
    .contact-left h4 {
        font-size: 50px;
    }
    ul.sscl-ul {
        flex-wrap: wrap;
    }
    .contact-list div p {
        font-size: 15px;
    }
    .circle-contact {
        width: 60px;
        height: 60px;
        margin-right: 10px;
    }
    section.contact-sec.ptb-100 {
        padding: 60px 0 100px;
    }
}

.centerCol {
    margin: 0 auto;
}

.ofr-dv p {
    font-size: 16px;
    text-align: justify;
    text-align-last: center;
}

.ofr-dv h5 {
    font-size: 24px;
    margin-bottom: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1300px) {
    section.abt-sec.abt-hm-sec {
        padding-top: 120px;
    }
    .abt-img .abt-img-txt {
        width: 80%;
    }
    section.waht-offr-sc {
        padding-top: 30px;
    }
    .bkk-ser {
        margin-bottom: 40px;
    }
    .pricing ul li>div span {
        width: 80%;
        font-size: 25px;
    }
    .pricing ul li em {
        font-size: 25px;
    }
    .sub-txt h5 {
        font-size: 36px;
    }
    .poo-txt h3 {
        font-size: 40px;
    }
    section.waht-offr-sc.waht-offr-pg-sc {
        padding-top: 80px;
    }
}

img.whcon {
    background: #fff;
    object-fit: contain;
}




@media only screen and (max-device-width: 650px)
{
.main-banner-img {
    height: auto !important;
}
.abt-img .img-001 {
    width: 100% !important;
}
.abt-img .abt-img-txt {
    bottom: 140px !important;
}
.abt-imgg-txt {
    margin-top: -60px !important;
}
section.waht-offr-sc {
    margin-top: 50px;
}
/*Abt*/
.abt-sec.abt-pg-sc h4 {
    font-size: 33px !important;
}
/*FAQ*/
.vc_custom_1684748879146 {
    margin-top: 80px;
}
.custom-tabs .tab label {
    height: 100px !important;
}
/*Contact*/
.contact-left {
    height: 87vh;
}
/*Footer*/
.copy-txt p {
    padding: 0px 0 0px 0px !important;
}
.footer-btm .row {
    height: 25vh !important;
}
.footer-btm:before {
    left: 25% !important;
}
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1023px)
{
/*Home Page*/
.hdr-rgt .btn10 {
    padding: 14px 25px !important;
}
.main-banner-img {
    height: auto;
}
.abt-img .img-001 {
    width: 100% !important;
}
.abt-img .abt-img-txt {
    width: 100% !important;
    bottom: 110px !important;
}
.abt-imgg-txt {
    margin-top: 0px !important;
}
.bkk-ser .vc_col-sm-6 {
    width: 100%;
}
.waht-offr-sc .vc_row.wpb_row.vc_row-fluid.container {
    justify-content: center;
    display: flex;
}
/*Abt Page*/
.abt-sec.abt-pg-sc .vc_col-sm-8 {
    width: 100% !important;
}
/*Contact*/
.contact-left {
    height: 51vh;
}
ul.sscl-ul {
    margin-top: 50px !important;
}
/*Pricing*/
.pricing .vc_col-sm-3 {
    width: 50%;
}
.pricing .vc_column_container>.vc_column-inner {
    height: 161px !important;
    padding: 0 30px 0px !important;
    margin: 0 0 30px !important;
}
/*Footer*/
.footer-btm .row .col-md-6:nth-child(2) {
    display: none;
}
.footer-btm .row {
    justify-content: flex-end;
}
}


@media only screen 
  and (min-width: 1024px) 
  and (max-height: 1366px) 
  and (-webkit-min-device-pixel-ratio: 1.5) {
.abt-img .img-001 {
    width: 100% !important;
}
.abt-img .abt-img-txt {
    left: 50px !important;
    bottom: 80px !important;
}
.waht-offr-sc .vc_row.wpb_row.vc_row-fluid.container {
    justify-content: center;
    display: flex;
}
.hdr-rgt .btn10 {
    padding: 14px 25px !important;
}
.bk-ser-img img {
    height: 46.1vh !important;
}
/*Abt Page*/
.abt-sec.abt-pg-sc .vc_col-sm-8 {
    width: 100% !important;
}
/*Contact*/
.contact-left {
    height: 39vh;
}
/*Pricing*/
.pricing .vc_column_container>.vc_column-inner {
    height: 270px !important;
    padding: 0 30px 0px !important;
}
/*Footer*/
.footer-btm .row .col-md-6:nth-child(2) {
    display: none;
}
.footer-btm .row {
    justify-content: flex-end;
}
}

.not-found .page-content {
    padding-top: 30vh;
    padding-bottom: 30vh;
    text-align: center;
}