/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url('https://fonts.googleapis.com/css2?family=Didact+Gothic&family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');

* { box-sizing: border-box; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; }
.suspension-contain {max-height: 980px; overflow:hidden; position: relative;}
html.suspended {background: rgba(0,0,0,0.6);}
body {max-width: 100%; min-width: 320px; margin: 0 auto; font-family: "Josefin Sans", sans-serif; }
a {color:inherit; text-decoration: none;}
a:hover {text-decoration: none; color:inherit;}
a,img {-webkit-transition: all ease 0.5s;-o-transition: all ease 0.5s;transition: all ease 0.5s;}
img { display: block; }
p { margin-bottom: 30px; font-family: "Didact Gothic", sans-serif; font-size: 22px; line-height: 1.6; letter-spacing: 0.4px; }
li { font-size: 16px; line-height: 1.2; }
p, li { padding: 0; margin-top: 0; }
h1, h2, h3, h4, h5 {padding:0; margin-top: 0; line-height: 1.2; margin-bottom: 30px;font-weight: 700;letter-spacing: -0.4px;}
h1 {font-size: 80px;}
h2 {font-size: 60px;}
h3 {font-size: 40px;}
h4 {font-size: 30px;}
h5 {font-size: 25px;}
.dwn {display: block;}
.row {max-width: 1630px; margin: 0 auto; padding: 0 15px;}
.screen-reader-text {border: 0; clip: rect(1px, 1px, 1px, 1px); -webkit-clip-path: inset(50%); clip-path: inset(50%); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute !important; width: 1px; word-wrap: normal !important;}

/*button*/
.btn { font-size: 16px; color: #fff!important; font-weight: 700; padding: 0; display: inline-block; position: relative; z-index: 10; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; }
.btn-icon { width: 80px; line-height: 0; padding: 40px 0; text-align: center; border-radius: 50%; background: #4C52DA; }
button.btn { cursor: pointer; font-weight: 700; }
/* .btn:before { width: 100%; height: 0; background: #000; left: 0; right: 0; margin: 0 auto; top: 50%; transform: translateY(-50%); position: absolute; content: ""; transition: all ease 0.5s; z-index: -1; }
.btn:hover:before { height: 100%; }
.btn:hover { color: #fff!important; } */

/*floats*/
.fl {float:left;}
.fr {float:right;}

/* flex */
.d-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.d-iflex { display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
.justify-center { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.justify-space-around { -ms-flex-pack: distribute; justify-content: space-around; }
.justify-space-between { -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.justify-start { -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; }
.justify-end { -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; }

/* typography */
.text-right { text-align: right; }
.text-left { text-align: left; }
.text-center { text-align: center; }
.text-justify { text-align: justify; }

/*clearings*/
.clear{ clear:both;}
.clearfix:after {content:"."; display:block; height:0; clear:both;visibility:hidden;font-size: 0;}
.clearfix {display:block;}

/*cookie*/
.cc-animate.cc-revoke.cc-bottom{font-size: 14px; padding: 5px 10px; position: fixed; display: block!important; -webkit-transform: none!important; -ms-transform: none!important; transform: none!important; bottom: 0!important; left: 20px!important;}

/*call to action*/
.destroy-on-load, .cta {display: none;}

/* icon */
.icon { font-size: 18px; }

/*contact form messages*/
form .messages p {display: none; font-weight: 400 !important;letter-spacing: 0 !important;font-size: 16px !important;}
form .loading {display: none;}
form .alert {padding: 15px; margin-bottom: 20px; border: 1px solid transparent; border-radius: 4px;}
form .alert-success {color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6;}
form .alert-danger {color: #a94442; background-color: #f2dede; border-color: #ebccd1;}
form [type="submit"] {margin:20px auto}

/*contact form*/
.ctc-form {margin: 0 auto;text-align: center;}
.ctc-form input:not([type="submit"]):not([type="checkbox"]),.ctc-form textarea,.ctc-form select {font-family: "Josefin Sans", sans-serif; height:45px;display: block;width: 100%; border: 1px solid #ddd; padding: 5px 10px; margin-bottom: 10px;}
.ctc-form textarea {height: 120px; padding-top:10px;}
.ctc-form .recap {display: inline-block;}
.ctc-form .g-recaptcha div {margin: 0 auto; }
.ctc-hide {display: none;}
.form-group { gap: 10px; }
.form-group label { width: 100%; }
.consentText { color: #1f1f1f; }
.captcha-wrapper { padding-bottom: 10px; }

/*gallery*/
#content .gallery li { display: inline-block; width: 100%; max-width: 240px;}
#content .gallery img { width: 100%; max-width: 240px; height: 250px; -o-object-fit: cover; object-fit: cover; -o-object-position: top center; object-position: top center; }
#content .gallery-container { text-align: center; width: 100%; max-width: 1300px; margin: 0 auto; }
#content .gallery { list-style-type: none;margin: 0;padding: 0; }
#content .thumbnail { background-color: #fff;border: 1px solid #ddd;border-radius: 4px;display: block;line-height: .42857; margin-bottom: 20px;padding: 4px;-webkit-transition: border 0.5s ease-in-out 0s;-o-transition: border 0.5s ease-in-out 0s;transition: border 0.5s ease-in-out 0s; }
#content .thumbnail:hover { -webkit-transform: scale(1.02);-ms-transform: scale(1.02);transform: scale(1.02); }
#content .page_navigation { display: inline-block; }
#content .page_link,#content .previous_link,#content .next_link,#content  .first_link,#content  .last_link, #content .ellipse { background-color: #fff;border: 1px solid #ddd;color:  #0275d8; display: inline-block;line-height: 1.25;margin-left: -1px;padding: 0.5rem 0.75rem;position: relative; }
#content .page_navigation a { background-color: #dedede; color: #111111; font-family: 'Josefin Sans', sans-serif; }
#content .page_navigation a.active_page { background: #4C52DA; color: #fff; font-family: 'Josefin Sans', sans-serif; }
#content .page_navigation a.no_more { background-color: #dedede; cursor: not-allowed; }
#content .page_navigation a.no_more:hover { background-color: #dedede; color: #4C52DA; }

/*header*/
#header { position: absolute; top: 20px; left: 0; right: 0; z-index: 100; }
#header .row { max-width: 1850px; }
#header nav a#pull, #header nav a#pull strong {display: none;}
#header nav ul {margin: 0;padding: 0;list-style: none;display: -webkit-box;display: -ms-flexbox;display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 15px;}
#header nav ul li {position: relative;}
#header nav ul li a {font-size: 18px; color: #333333;font-weight: 700;}
#header nav ul li.active-menu a, #header nav ul li a:hover, .hdInfo a:hover, .hdInfo a:hover .icon {color:#4C52DA;}

#header .submenu { position: absolute; z-index: 1; width: 350px; opacity: 0; height: 0; display: block; background: #FFFFFF; font-weight: 700; border-radius: 10px; overflow: hidden; }
/* #header nav ul li > .parent-menu { padding: 20px 0; } */
#header .submenu, #header nav ul li > .parent-menu:hover .submenu { -webkit-transition: all ease .7s; -o-transition: all ease .7s; transition: all ease .7s; }
#header .submenu, #header nav ul li a { font-size: 15px; }
#header nav ul li.active-menu > .parent-menu ul li a { color: #FFFFFF !important; }
#header nav ul li > .parent-menu:hover .submenu { top: 100%; opacity: 1; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }
#header nav ul li > .parent-menu:hover .submenu { height: auto; }
/* #header nav ul li > .parent-menu:hover ul li a { padding: 0; } */
#header nav ul li > .parent-menu:hover ul li { padding: 10px 15px; }
#header nav ul li > .parent-menu:hover ul li:hover { background: #4C52DA; }
#header nav ul li > .parent-menu:hover ul li:hover a { color: #fff; }
#header nav ul li > .parent-menu:hover ul li a { background: unset; border-radius: unset; text-transform: uppercase; }
#header nav ul li > .parent-menu:hover ul li a:hover { background: unset; }

.header-inner { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 30px; }
.nav-wrapper, .hdInfo, .hdNav, .hdLogo { width: 100%; }
.hdLogo { max-width: 400px; }
.hdLogo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.hdNav { max-width: 1000px; padding-top: 20px; line-height: 0; gap: 15px; gap: 40px; }
.nav-wrapper { max-width: 715px; }
.hdInfo p { margin-bottom: 0; font-family: "Josefin Sans", sans-serif; font-weight: 700; font-size: 24px; line-height: 1.2; }   
.hdInfo { max-width: 250px; gap: 10px; color: #333333; font-size: 18px; }
.hdInfo .icon { color: #4C52DA; font-size: 18px; }
.hdInfo .socials .icon { color: #4C52DA; font-size: 25px; }

/*content*/
#banner {width: 100%;position: relative;}
#banner::before { content: ""; padding: 0; margin: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(5,61,87,0) 70%); z-index: 1; }
.banner-image-slider img { width: 100%; height: 100vh; min-height: 900px; aspect-ratio: 1920 / 1080; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.banner-text { position: absolute; bottom: 190px; left: 0; right: 0; color: #fff; z-index: 10; }
.banner-text h1 { font-size: 60px; }
.banner-text-inner { width: 100%; max-width: 800px; }
/* .banner-text .btn-icon { width: 80px; padding: 40px 0; } */

/* banner slick slider */
.slick--ken-burns { overflow: hidden; --ken-burns-scale-factor: 1.5; }
.slick--ken-burns img.slick-active { animation: zoomIn 6s 0s ease-in-out forwards; transform-origin: 50% 50%; }
.slick--ken-burns img.slick-active[data-zoom="out"] { animation: zoomOut 6s 0s ease-in-out forwards; transform: scale(var(--ken-burns-scale-factor)); }
.slick--ken-burns img.slick-slide { transform: scale(var(--ken-burns-scale-factor)); /*visibility: hidden;*/ }
.slick--ken-burns img.slick-slide[data-zoom="out"] { transform: scale(1); }

@keyframes zoomIn {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(var(--ken-burns-scale-factor));
    }
}

@keyframes zoomOut {
    from {
        transform: scale(var(--ken-burns-scale-factor));
    }

    to {
        transform: scale(1);
    }
}
/* end of slick slider */

/* gradient template */
.gradient-green-diagonal-right { background: -o-linear-gradient(45deg, rgba(70,139,86,1) 0%,rgba(144,191,90,1) 100%); background: linear-gradient(45deg, rgba(70,139,86,1) 0%,rgba(144,191,90,1) 100%); }
.gradient-green-diagonal-left { background: -o-linear-gradient(315deg, rgba(144,191,90,1) 0%,rgba(143,190,90,1) 1%,rgba(70,139,86,1) 100%); background: linear-gradient(135deg, rgba(144,191,90,1) 0%,rgba(143,190,90,1) 1%,rgba(70,139,86,1) 100%); }
.gradient-red-diagonal-right { background: -o-linear-gradient(45deg, rgba(126,34,29,1) 0%,rgba(217,53,52,1) 100%); background: linear-gradient(45deg, rgba(126,34,29,1) 0%,rgba(217,53,52,1) 100%); }

/*content*/
#content { background: #fff; }

/* text wrapper */
.text-wrapper h5 { font-size: 15px; letter-spacing: 0px; color: #86E816; }
.card { -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; background: #fff; }

/* about */
#about { background: #EEEEEE url('../images/content/about/background-image.png'); background-position: top right; background-size: auto auto; background-repeat: no-repeat; position: relative; padding-top: 450px; padding-bottom: 350px; }
#about .row { max-width: 1366px; }
.about-top { width: 100%; max-width: 820px; color: #333333; background: #fff; border-top-right-radius: 20px; border-bottom-right-radius: 20px; padding: 50px 0; position: absolute; left: 0; top: -100px; z-index: 100; }
#about .btn { color: #002768 !important; }
#about .btn-icon { color: #fff; }
.about-top h3 { color: #002768; }
.about-top p:last-of-type { margin-bottom: 0; }
.about-top-inner { width: 100%; max-width: 600px; margin: 0 60px 0 auto; }
.about-inner { color: #333333; }
.about-inner h2 { color: #002768; }
/* .about-inner .text-wrapper { padding-bottom: 90px; } */

/* why choose us */
#wcu { color: #333333; }
.wcu-feature-image { width: 100%; max-width: 1200px; padding: 50px; margin: -250px auto 160px; position: relative; }
.wcu-feature-image::before { content: ""; position: absolute; top: 0; right: 0; left: 0; background: url('../images/common/border-top.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.wcu-feature-image::after { content: ""; position: absolute; bottom: 0; right: 0; left: 0; background: url('../images/common/border-bottom.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.wcu-feature-image img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; border-radius: 20px; }
.wcu-inner { -webkit-box-align: stretch; -ms-flex-align: stretch; align-items: stretch; gap: 30px; padding-bottom: 170px; }
/* .wcu-inner .text-wrapper .btn { color: #333333 !important; }
.wcu-inner .text-wrapper .btn-icon { color: #fff; } */
.wcu-inner .text-wrapper { width: 100%; max-width: 600px; } 
.wcu-inner .text-wrapper h2 { margin-bottom: 55px; color: #002768; }
.wcu-inner .text-wrapper ul { list-style: none; margin: 0; padding: 0; }
.wcu-inner .text-wrapper ul li h4 { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: start; -ms-flex-pack: start; justify-content: flex-start; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 10px; color: #002768; }
.wcu-inner .text-wrapper ul li { margin-bottom: 60px; }
.wcu-inner .text-wrapper ul li p:last-of-type, .wcu-inner .text-wrapper ul li:last-of-type { margin-bottom: 0; }
.wcu-inner .text-wrapper img { width: 100%; max-width: 37px; filter: brightness(0) saturate(100%) invert(39%) sepia(59%) saturate(7499%) hue-rotate(233deg) brightness(91%) contrast(87%); }
.wcu-inner .image-wrapper { border-radius: 20px; overflow: hidden; position: relative; width: 100%; max-width: 875px; }
.wcu-inner .image-wrapper::before { content: ""; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(0,39,104,0) 0%,rgba(0,39,104,1) 100%); }
.wcu-inner .image-wrapper img { width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.wcu-inner .image-wrapper .floating-btn { position: absolute; bottom: 50px; right: 0; left: 0; text-align: right; padding: 0 40px; margin-bottom: 0; }
.testimonial-inner { border-radius: 20px; -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 50px; overflow: hidden; background: #fff; gap: 30px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; z-index: 100; margin-bottom: -120px; }
.testimonial-inner .left { background: #4C52DA; border-bottom-left-radius: 20px; border-bottom-right-radius: 20px; }
.testimonial-inner .review-btn-wrapper { position: absolute; bottom: 50px; right: 50px; gap: 10px; }
.testimonial-inner .review-btn-wrapper button { width: 60px; padding: 20px 0; line-height: 1; border-radius: 50%; border: 1px solid #4C52DA; cursor: pointer; background: none; }
.testimonial-inner .review-btn-wrapper button:hover, .testimonial-inner .review-btn-wrapper button:hover .icon { background: #4C52DA; color: #fff; }
.testimonial-inner .review-btn-wrapper .icon { line-height: 1; color:#4C52DA; }
.testimonial-inner .left img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; padding: 65px; }
.testimonial-content { width: 100%; max-width: 1230px; padding: 65px 115px 85px 0; color: #333333; }
.testimonial-content p { font-size: 18px; }
.testimonial-content span.rating { color: #FFBF00; font-size: 30px; letter-spacing: 3px; }
.testimonial-content h2, .testimonial-content h5 { color: #002667; }
.testimonial-content h5 { margin-bottom: 0; margin-top: 20px; }
.testimonial-content .socials .icon { width: 100px; max-width: 80px; }
.testimonial-content .socials .icon img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }

/* what we do */
#wwd { background: #EEEEEE url('../images/content/wwd/background-image.png'); background-position: top left; background-size: auto auto; background-repeat: no-repeat; position: relative; padding: 230px 0 0; }
.wwd-inner { text-align: center; color: #002768; padding-bottom: 80px; }
.wwd-inner .btn { color: #002768 !important; }
.wwd-inner .btn-icon { color: #fff; }
.wwd-list { -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 35px; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 70px; }
.wwd-list .col { -webkit-box-flex: 1; -ms-flex: 1 1 calc(33.33% - 35px); flex: 1 1 calc(33.33% - 35px); }
.wwd-list .col img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; border-radius: 7px; }
.wwd-list .caption { padding: 30px 5px 20px; margin-bottom: 0; }
.call-us { position: relative; margin-bottom: -525px; z-index: 100; }
.call-us-inner .image-wrapper { width: 100%; max-width: 1300px; padding: 50px; margin: 0 auto; position: relative; }
.call-us-inner .image-wrapper::before { content: ""; position: absolute; top: 0; right: 0; left: 0; background: url('../images/common/border-top.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.call-us-inner .image-wrapper::after { content: ""; position: absolute; bottom: 0; right: 0; left: 0; background: url('../images/common/border-bottom.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.call-us-inner .image-wrapper img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; border-radius: 20px; }
.call-us-inner .text-wrapper { padding: 40px 70px; border-top-left-radius: 20px; border-bottom-left-radius: 20px; position: absolute; right: 0; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 100%; max-width: 680px; color: #333333; background: #F7F7F7; }
.call-us-inner .text-wrapper h2 { color: #002768; }
.call-us-inner .text-wrapper .btn { color: #333333 !important; }
.call-us-inner .text-wrapper .btn-icon { color: #fff; }
.call-us-inner .text-wrapper .wrap { width: 100%; max-width: 635px; margin: 0 auto; }

/*footer*/
#footer { background: #fff; position: relative; padding: 600px 0 0; }
#footer p { color: #333333; }
.footer-wrapper { background: #EEEEEE url('../images/common/footer-background.png') no-repeat top right; background-size: auto 100%; }
.footer-inner { padding: 70px 0; gap: 30px; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start;  }
.footer-inner h5 { color: #002768; }
.footer-inner h5 .icon { color: #4C52DA; font-size: 13px; }
.footer-inner ul { list-style: none; margin: 0; padding: 0; }
.footer-inner ul li a { font-family: "Didact Gothic", sans-serif; font-size: 18px; color: #333333; }
.footer-inner ul li a:hover { color: #4C52DA; }
.ftLogo-wrapper { width: 100%; max-width: 450px; }
.ftLogo { width: 100%; max-width: 340px; margin-bottom: 50px; }
.ftLogo img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.ftLogo-wrapper p:last-of-type { margin-bottom: 0; }
.ftNav { width: 100%; max-width: 170px; }
.ftNav a { font-size: 18px; }
.ftNav p { font-size: 18px; margin-bottom: 0; }
.ftNav ul li { position: relative; padding-left: 30px; margin-bottom: 20px; }
.ftNav ul li:last-of-type { margin-bottom: 0; }
.ftService { width: 100%; max-width: 600px; }
.ftService ul { -ms-flex-wrap: wrap; flex-wrap: wrap; gap: 20px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding-left: 30px; }
.ftService ul li { width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 20px); flex: 1 1 calc(50% - 20px); }
/* .ftContact { width: 100%; max-width: 340px; } */
.ftContact a { font-size: 18px; }
.ftContact p { font-size: 18px; margin-bottom: 0; }
.ftContact ul li { position: relative; padding-left: 30px; margin-bottom: 20px; }
.ftContact ul li:last-of-type { margin-bottom: 0; }
.ftContact ul li .icon { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); color: #4C52DA; }
.ftContact ul li a { font-size: 18px; }
.ftCopy { gap: 30px; border-top: 2px solid rgba(0, 0, 0, 0.25); padding: 30px 0; }
.ftCopy p { margin-bottom: 0; }
.copy { font-size: 17px; }
.ftCopy .icon { font-size: 25px; color: #4C52DA; }
/* .ftCopy p {text-align: center;} */

/*inner pages*/
.inner #content {min-height: 600px; padding: 80px 0}
.inner #footer { padding: 0; }
.inner-page-banner { position: relative; padding: 0; margin: 0; z-index: 1; } 
.inner-page-banner::before { content: ""; padding: 0; margin: 0; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(5,61,87,0) 70%); z-index: 1; }
.inner-page-banner img { width: 100%; height: 600px; -o-object-fit: cover; object-fit: cover; -o-object-position: top; object-position: top; }
.inner .banner-text { position: absolute; top: unset; bottom: 10%; right: 0; left: 0; color: #fff; z-index: 4; text-align: center; }
.inner .banner-text h1 { margin-bottom: 0; }
.inner .footer-inner { padding: 60px 0; }
.inner .page-section-inner { gap: 50px; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; padding: 30px; margin-bottom: 50px; color: #333333; border-radius: 20px; overflow: hidden; }
.inner .page-section-inner.grid { -ms-flex-wrap: unset; flex-wrap: unset; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; }
.inner .page-section-inner:last-of-type { margin-bottom: 0; }
.inner .page-section-inner iframe { -webkit-box-flex: 1; -ms-flex: 1 1 calc(50% - 50px); flex: 1 1 calc(50% - 50px); }
.inner .page-section-inner p:last-of-type { margin-bottom: 0; }
.inner .page-section-inner .col { width: 50%; }
.inner .page-section-inner .col.grid { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; gap: 15px; }
.inner .page-section-inner .col.grid img { width: 50%; height: 60%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.inner .page-section-inner .col img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.inner .page-section-inner .list { margin-top: 50px; }
.inner .page-section-inner .list h5 { font-size: 20px; }
.inner .page-section-inner .list ul { list-style-position: outside; }
.inner .page-section-inner .list ul li { margin-bottom: 15px; }
.inner .page-section-inner .list ul li:last-of-type { margin-bottom: 0; }
.inner .page-section-image::before { content: ""; position: absolute; top: 0; right: 0; left: 0; background: url('../images/common/border-top.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.inner .page-section-image::after { content: ""; position: absolute; bottom: 0; right: 0; left: 0; background: url('../images/common/border-bottom.png') no-repeat center center; background-size: 100% 100%; width: 100%; height: 50px; }
.inner .page-section-image img { width: 100%; -o-object-fit: cover; object-fit: cover; -o-object-position: center; object-position: center; }
.inner .sends-email .btn { color: #333333 !important; background: none; border: none; }
.inner .sends-email .btn .btn-icon { color: #fff; }

/* about */
.about-page .page-section-image { width: 100%; max-width: 650px; margin: 70px auto 0; padding: 25px; position: relative; }
.about-page .page-section-image::before, .about-page .page-section-image::after { height: 35px; }

/* service */
#page-section .wcu-inner { align-items: center; }

/*privacy policy*/
.inPrivacyBox {max-width: 850px; margin: 0 auto;}
.inPrivacyBox p {text-align: justify!important;}


/** Responsive
-------------------------------------------------------*/
@media screen and (max-width: 1366px){

  /* h tags */
  h1 { font-size: 60px; }
  h2 { font-size: 50px; }
  h3 { font-size: 35px; }
  h4 { font-size: 25px; }

  /* header */
  .hdLogo { max-width: 200px; }

  /* testimonial */
  .testimonial-inner .left img { padding: 45px; }

  /* footer */
  #footer { padding: 550px 0 0; }
  /* .ftLogo { margin: 0 auto 30px; } */

}

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

  /* h tag */
  h2 { font-size: 40px; }

  p { font-size: 18px; }

  .wcu-feature-image::before, .wcu-feature-image::after, .call-us-inner .image-wrapper::before, .call-us-inner .image-wrapper::after { height: 30px; }

  /* header */
  /* .hdLogo { max-width: 150px; } */
  #header nav ul, .hdNav { gap: 10px; }
  .hdInfo { max-width: 200px; }
  .hdInfo p { font-size: 20px; }

  /* banner */
  .banner-text .btn-icon { width: 60px; padding: 30px 0; }

  /* about */
  #about { padding-top: 320px; }
  .about-top { max-width: 700px; padding: 35px 0; }

  /* call us */
  .call-us-inner .image-wrapper, .wcu-feature-image { padding: 30px; }

  /* footer */
  .ftLogo { max-width: 280px; }

  /* inner */
  .inner #content { padding: 60px 0; }
  .inner-page-banner img { height: 500px; }

}

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

  /* header */
  /* .hdLogo { max-width: 100px; } */
  .header-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; gap: 20px; }
  .hdNav { padding-top: 0; -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  /* .hdInfo { max-width: 200px; } */
  .hdInfo p { font-size: 20px; }

  /* banner */
  .banner-text-inner { max-width: 100%; text-align: center; }

  /* about */    
  #about { padding-top: 0; text-align: center; }
  .about-top { position: static; border-radius: unset; max-width: 100%; margin-bottom: 60px; }
  .about-top-inner { max-width: 100%; padding: 0 15px; }
  /* .about-inner {  } */

  /* why choose us */
  .wcu-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; padding-bottom: 100px; }
  .wcu-inner .text-wrapper { max-width: 100%; }
  .wcu-inner .text-wrapper ul li h4 { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; }
  .wcu-inner .image-wrapper { margin: 0 auto; }
  .wcu-inner .image-wrapper .floating-btn { bottom: unset; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); text-align: center; }

  /* testimonial */
  .testimonial-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 50px; }
  .testimonial-inner .left img { padding: 25px; width: 70%; margin: 0 auto; }
  .testimonial-content { max-width: 100%; padding: 60px 15px; text-align: center; }
  .testimonial-inner .review-btn-wrapper { position: static; padding-bottom: 30px; }
  
  /* what we do */
  #wwd { padding: 70px 0; }
  .wwd-list { padding-bottom: 35px; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .wwd-list .col { -webkit-box-flex: 0; -ms-flex: 0 1 calc(50% - 35px); flex: 0 1 calc(50% - 35px); }

  /* call us */
  .call-us { margin-bottom: 0; }
  .call-us-inner .image-wrapper { margin-bottom: 50px; }
  .call-us-inner .text-wrapper { position: static; -webkit-transform: unset; -ms-transform: unset; transform: unset; max-width: 100%; text-align: center; border-radius: unset; padding: 40px 20px; }

  /* footer */
  #footer { padding: 60px 0 0; }
  .footer-wrapper { background-size: cover; }
  .footer-inner { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: center; -ms-flex-align: center; align-items: center; text-align: center; }
  .ftNav ul li, .ftService ul { padding-left: 0; }
  .ftContact ul li { padding-left: 0; }
  .ftContact ul li .icon { position: static; -webkit-transform: unset; -ms-transform: unset; transform: unset; display: block; }
  .ftCopy { -webkit-box-orient: vertical; -webkit-box-direction: reverse; -ms-flex-direction: column-reverse; flex-direction: column-reverse; gap: 5px; text-align: center; }
  .ftLogo { margin: 0 auto 30px; }
  

  /* inner */
  .inner-page-banner img { height: 400px; }
  .inner .page-section-inner.grid { -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; text-align: center; gap: 5px; }
  .inner .page-section-inner.grid p:last-of-type { margin-bottom: 30px; }
  .inner .page-section-inner.grid .col { width: 100%; }
  .inner .page-section-inner .list ul { list-style: none; }

}

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

  span.dwn { display: inline; }

  /* h tags */
  h1 { font-size: 45px; }
  h2 { font-size: 35px; }
  h3 { font-size: 30px; }
  h4 { font-size: 20px; }

  .banner-text .btn-icon, .btn-icon { width: 50px; padding: 25px 0; }

  /* header */
  #header { background: #FFFFFF; position: fixed; z-index: 999; top: 0; box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1); }
  #header nav { height: auto; position: static; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -ms-flex-wrap: wrap; flex-wrap: wrap; border: none; }
  #header nav ul { width: 100%; max-width: 100%; display: none; height: auto; position: absolute; top: 100%; left: 0; background: #FFFFFF; z-index: 9; margin: 0; }
  #header nav ul li { width: 100%;position: relative; height: unset; padding: 0; }
  #header nav ul li.active-menu a, #header nav ul li a:hover { color: #FFFFFF; background-color: #4C52DA; }
  #header nav ul li.active-menu a::before, #header nav ul li a:hover::before { display: none; }
  #header nav ul li a { display: block; float:none; padding: 10px 15px; color: #333333; border-bottom: none; font-weight: 700; font-size: 13px; text-shadow: none; text-transform: uppercase; }
  #header nav ul li a::after { content: ""; width: 0; height: 0; display: none; margin: 0; }
  #header nav a { text-align: left; width: 100%; }
  #header nav a#pull { display: block; color: #fff; height: 30px; width: 30px; margin-left: auto; }
  #header nav a#pull:after { content:""; background: url('../images/nav-icon.png') no-repeat; width: 30px; height: 25px; display: inline-block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); background-size: 100% 100%; filter: brightness(0) saturate(100%) invert(39%) sepia(59%) saturate(7499%) hue-rotate(233deg) brightness(91%) contrast(87%); }
  #header nav ul li.active-menu a, #header nav ul li a:hover { border-radius: unset; }
  #header nav ul li.active-menu::after, #header nav ul li a:hover::after { display: none; }
  #header nav, .nav-menu, .main-menu { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; }
  #header .submenu { border-radius: unset; }
  #header nav ul li > .parent-menu:hover .submenu,   #header nav ul li > .parent-menu .submenu { width: 100%; background: none; }
  #header nav ul li > .parent-menu {padding: 0;}
  #header nav ul li > .parent-menu ul { display: block !important; position: static; }
  #header nav ul li > .parent-menu:hover ul li a { padding: 0 0 0 10px; }
  .header-inner { -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; padding: 5px 0; }
  .hdInfo { display: none; }
  .hdLogo { max-width: 70px; }
  .nav-wrapper, .hdNav { max-width: -webkit-fit-content; max-width: -moz-fit-content; max-width: fit-content; }

  .cta{background: #4C52DA url("../images/common/phonecall.png") no-repeat center center;border-bottom-left-radius: 40px;border-top: 2px solid #3d42ad ;border-top-left-radius: 40px;bottom: 1%;display: block;height: 80px;position: fixed;right: 0;text-decoration: none; text-indent: -9999em;width: 90px;z-index: 999;}

  /* banner */
  .banner-image-slider img { height: 100vw; min-height: 500px; }
  .banner-text { bottom: 50px; }
  .banner-text h1 { font-size: 35px; }

  /* about */
  #about { padding-bottom: 250px; }

  /* testimonial */
  .testimonial-content .socials .icon { max-width: 50px; margin: 0 auto; }

  .wcu-feature-image { margin: -150px auto 80px; }

  /* what we do */
  .wwd-list { -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
  .wwd-list .col { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

  /* call us */
  .call-us-inner .image-wrapper, .wcu-feature-image { padding: 20px; }


  /* inner */
  .inner #content { padding: 40px 0; }
  .inner .page-section-inner { gap: 20px; }
  .inner .page-section-inner iframe { -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }
  .form-group { gap: unset; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}


}

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

  /* banner */
  .banner-image-slider img { height: 600px; }

  /* footer */
  .ftLogo { max-width: 200px; }
  .footer-inner h5 { margin-bottom: 10px; }
  .ftService ul { gap: 10px; }
  .ftService ul li { max-width: 100%; -webkit-box-flex: 0; -ms-flex: 0 auto; flex: 0 auto; }

}