@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

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

body {
    word-break: break-word;
    font: 15px/25px 'Poppins', sans-serif;
    color: #393939;
    overflow-x: hidden;
}

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

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;
}

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;
}


/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

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

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

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

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

img {
    max-width: 100%
}


/***** 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: 'trivia';
    src: url(../fonts/trivia.otf);
}

@font-face {
    font-family: 'trivia-bold';
    src: url(../fonts/trivia-2.otf);
}


/***** 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;
}

.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: 'trivia';
    font-size: 55px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h2 {
    font-family: 'trivia-bold';
    font-size: 70px;
    color: #0661e7;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: uppercase;
}

h3 {
    font-family: 'trivia-bold';
    font-size: 35px;
    color: #000000;
    font-weight: 600;
    margin: 0 0 0px;
}

h4 {
    font-family: 'trivia-bold';
    font-size: 24px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h5 {
    font-family: 'trivia-bold';
    font-size: 16px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
}

h6 {
    font-family: 'Roboto';
    font-size: 35px;
    color: #000;
    font-weight: 500;
    margin: 0 0 0px;
    text-transform: capitalize;
}

p {
    color: #000;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 400;
    letter-spacing: 0px;
    margin: 0px;
}


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000000;
    padding: 0;
    font-size: 17px;
    text-transform: capitalize;
    font-family: 'Roboto';
}


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


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


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

.menuSec ul li a:hover,
.menuSec ul li a.active {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    color: #11b2f0;
}

.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;
    display: none;
}

.menuSec ul:after {
    clear: both;
}

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

.topSec {
    background: #034088;
    position: relative;
    z-index: 9;
    padding: 10px 0;
}

ul.top-info,
ul.top-info li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.top-info li {
    gap: 10px;
}

ul.top-info i {
    font-size: 18px;
    color: #fff;
}

ul.top-info a {
    font-size: 18px;
    color: #ffffff;
    font-family: 'Roboto';
}

.container-fluid {
    padding: 0 6%;
}

ul.top-social {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

ul.top-social i {
    font-size: 20px;
    color: #fff;
}

.topSec::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 100%;
    right: -20px;
    top: 0;
    background: #2082f4;
    z-index: -1;
    transform: skew(-10deg, 0deg);
    transition: 2s all;
}

.topSec:hover::before {
    width: 105%;
    transition: .5s all;
}

ul.top-info {
    width: 120%;
}

ul.top-info span {
    border: 1px solid #fff;
    font-size: 0;
}

header .row {
    align-items: center;
}

.header-btn {
    text-align: end;
}

.btn-1 {
    border: 0;
    background: #11b2f0;
    padding: 14px 40px;
    font-family: 'Raleway';
    color: #fff;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    clip-path: polygon(10% 0%, 90% 0%, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
    display: inline-flex;
}

.menuSection {
    position: relative;
    padding: 20px 0;
}


/* Header Section End */


/* Home banner Section Start */

.home-banner-sec {
    position: relative;
}

img.home-banner-image {
    width: 100%;
    position: relative;
    z-index: 9;
}

.home-banner-box {
    position: absolute;
    content: '';
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    z-index: 9;
}

img.ban-1 {
    position: absolute;
    top: 22%;
    left: 2%;
}

img.ban-2 {
    position: absolute;
    left: 39%;
    bottom: 44%;
}

img.ban-3 {
    position: absolute;
    left: 10px;
    bottom: 23%;
    width: 30px;
}

.home-banner-text h1 {
    font-size: 44px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 1px;
    text-shadow: 7px 6px 16px #403d3d94;
}

.home-banner-text p {
    font-size: 17px;
    color: #fff;
    font-family: 'Roboto';
    line-height: 30px;
}

.btn-2 {
    background: #000000;
    padding: 15px 25px;
    font-size: 27px;
    font-weight: 300;
}

.home-banner-text a {
    margin-top: 15px;
}


/* Home banner Section End */


/* About Section Start */

.about-sec {
    position: relative;
    padding: 100px 0;
    z-index: 3;
}

.about-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 130%;
    left: 0;
    right: 0;
    top: -10%;
    background-image: url(../images/about-bg.png);
    background-repeat: no-repeat;
    background-size: auto;
    z-index: -56;
}

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

.about-image {
    position: relative;
    z-index: 1;
}

.about-image img {
    width: 100%;
    border-radius: 350px 350px 0px 0px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0 12px 0 #989898a6;
}

.about-image::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: -8px;
    top: -12px;
    border: 2px solid #034087;
    border-radius: 350px 350px 0 0;
    z-index: -1;
}

.about-text h6 {
    font-size: 35px;
    color: #034088;
    font-family: 'Roboto';
}

.about-text h2 {
    font-size: 70px;
    color: #0661e7;
    text-transform: uppercase;
    font-weight: 100;
    position: relative;
    margin-bottom: 20px;
}

.about-text h2::before {
    position: absolute;
    content: '';
    width: 20%;
    height: 3px;
    background: #11b2f0;
    bottom: 0;
    left: 0;
}

.theme-color {
    color: #13287e;
}

.about-text p {
    font-size: 18px;
    color: #000000;
    line-height: 35px;
}

ul.about-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

ul.about-list li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
    margin: 20px 0;
}

ul.about-list h5 {
    font-size: 25px;
    color: #000000;
    font-family: 'Roboto';
}

.btn-3 {
    font-size: 23px;
    padding: 14px 25px;
}

img.ab-1 {
    position: absolute;
    top: 10%;
    left: 40%;
}

img.ab-2 {
    position: absolute;
    top: 10%;
    right: 10%;
}

img.ab-3 {
    position: absolute;
    right: 10%;
    bottom: 6%;
}


/* About Section End */


/* Service Section Start */

.service-sec {
    position: relative;
    padding: 100px 0 250px;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

.service-sec::before {}

.sec-head {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-bottom: 50px;
}

.sec-head h6 {
    font-size: 35px;
    color: #ffffff;
    font-family: 'Roboto';
}

.sec-head h2 {
    font-size: 70px;
    color: #ffffff;
    text-transform: uppercase;
}

.servce-box {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.04);
    padding: 20px;
    border-radius: 200px;
    overflow: hidden;
    text-align: center;
}

.service-image img {
    width: 270px;
    height: 270px;
    border-radius: 310px;
    box-shadow: 0 0 20px 0 #989898;
    margin-bottom: 25px;
}

.service-text h2 {
    font-size: 30px;
    color: #13287e;
    text-transform: uppercase;
}

.service-text p {
    font-size: 15.15px;
    color: #000000;
    margin: 20px 0;
}

.service-text a {
    width: 50px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #11b2f0;
    border-radius: 50px;
    color: #fff;
    font-size: 22px;
}

.service-slider .slick-slide {
    opacity: 1;
}

.service-slider .slick-prev:before,
.service-slider .slick-next:before {
    position: absolute;
    content: '\f105';
    width: 50px;
    height: 50px;
    background: #11b2f0;
    border-radius: 100px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-family: "Font Awesome 6 Pro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.service-slider .slick-prev:before {
    content: '\f104';
}

.service-slider .slick-prev {
    left: -40px;
}

img.sr-1 {
    position: absolute;
    left: 13%;
    top: 22%;
}

img.sr-2 {
    position: absolute;
    right: 23%;
    top: 18%;
}


/* Service Section End */


/* Choose Section Start */

.choose-sec {
    position: relative;
    background-image: url(../images/choose-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: -420px -290px;
    padding: 100px 0;
}

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

.choose-text h6 {
    font-size: 35px;
    color: #034088;
}

ul.choose-list {
    margin: 20px 0 0;
}

ul.choose-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px;
}

.chose-imag {}

.chose-imag img {}

.chose-imag::before {}

img.hoose-1 {
    width: 100%;
    border-radius: 600px;
    border: 20px solid #11b2f0;
}

.choose-image {
    position: relative;
}

img.ch-1 {
    position: absolute;
    bottom: 0;
    left: 0;
}

img.ch-2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

img.ch-3 {
    position: absolute;
    top: 0;
    right: 10%;
    transform: rotate(-5deg);
}

img.ch-4 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
}

img.ch-5 {
    position: absolute;
    bottom: -10px;
    right: -20px;
}

.chose-text h4 {
    font-size: 40px;
    color: #000000;
    text-transform: uppercase;
}


/* Choose Section End */


/* Gallery Section Start */

.gallery-sec {
    position: relative;
    background-image: url(../images/gallery-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 170px 0;
}

.gallery-image img {
    width: 100%;
    margin: 17px 0;
}


/* Gallery Section End */


/* Testimonial Section Start */

.testimonial-sec {
    position: relative;
    background-image: url(../images/testi-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 540px 0;
    padding: 80px 0;
}

img.testim-1 {
    width: 90%;
    border-radius: 0px 0px 350px 350px;
    box-shadow: 0 0 17px 0 #989898;
    margin: 0 auto;
    display: flex;
}

.testimonial-image {
    position: relative;
}

img.ts-1 {
    position: absolute;
    bottom: -50px;
    width: 100%;
    left: 0;
}

img.ts-2 {
    position: absolute;
    top: 15%;
    right: -4%;
}

ul.testi-top img {
    width: auto;
}

ul.testi-profile img {
    width: 80px;
    height: 80px;
    border-radius: 100px;
    object-fit: cover;
}

ul.testi-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

ul.testi-top i {
    color: #0661e7;
    font-size: 22px;
}

ul.testi-profile {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    margin-top: 40px;
}

ul.testi-profile h5 {
    font-size: 35px;
    color: #000000;
    font-family: 'Roboto';
}

ul.testi-profile h6 {
    font-size: 24px;
    color: #0661e7;
}

img.ts-3 {
    position: absolute;
    bottom: 30%;
    right: 20%;
}

img.ts-4 {
    position: absolute;
    bottom: 60px;
    right: 4%;
}

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

.testimonial-sec .slick-dots li.slick-active button:before {
    font-size: 20px;
    width: 40px;
    opacity: 1 !important;
    padding: 0 20px;
    background: #2082f4 !important;
}

.testimonial-sec .slick-dots li button::before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    background: #c2d7f7;
    left: 0;
    right: 0;
    opacity: 1;
    bottom: 0;
    top: 0;
    margin: auto;
    border-radius: 26px;
}

.testimonial-sec .slick-dots li .slick-active button::before {
    position: absolute;
    content: '';
    width: 100px;
    height: 10px;
    background: #000;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.testimonial-sec .slick-dots {
    bottom: -60px;
    left: 0;
    display: flex;
    /* gap: 20px; */
}

.testimonial-sec .slick-dots li {
    opacity: 1 !important;
    margin: 0 0;
}

.testimonial-sec li.slick-active {
    margin: 0 22px 0 0 !important;
}


/* Testimonial Section End */


/* Estimate Section Start */

.estimate-sec {
    background: #11b2f0;
    padding: 80px 0 160px;
}

.estimate-sec .sec-head p {
    color: #ffffff;
    font-size: 16px;
    width: 76%;
    margin: 0 auto;
}

.estimate-input input,
.estimate-input select {
    width: 100%;
    height: 60px;
    padding: 0 40px;
    border: 0;
    margin-bottom: 20px;
    clip-path: polygon(5% 0%, 95% 0%, 100% 50%, 95% 100%, 5% 100%, 0% 50%);
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.estimate-input textarea {
    width: 100%;
    padding: 20px;
    border: 0;
    height: 150px;
    margin-bottom: 20px;
}

.estimate-input {
    text-align: center;
}


/* Estimate Section End */


/* Footer Section Start */

footer.footer-sec {
    position: relative;
    padding: 70px 0 0;
    z-index: 11;
}

ul.footer-social-list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 50px;
    gap: 20px;
}

ul.footer-social-list li i {
    font-size: 20px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #11b2f0;
    color: #fff;
    transition: .5s ease-in-out;
}

ul.footer-social-list li i:hover {
    background: #fff;
    color: #11b2f0;
    box-shadow: 0 0 8px 0 #11b2f0;
}

.footer-text h2,
.footer-text span {
    font-size: 30px !important;
    line-height: 50px;
    margin-bottom: 20px;
    color: #ffffff;
    letter-spacing: 2px;
}

ul.footer-link li a {
    font-size: 18px;
    color: #fff;
    line-height: 40px;
    font-weight: 400;
    text-transform: capitalize;
    padding: 3px 0px;
}

ul.footer-link-list li i {
    font-size: 20px;
    color: #11b2f0;
}

ul.footer-link-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 25px;
    padding-right: 15px;
    margin-bottom: 40px;
}

ul.footer-link-list li p {
    font-size: 14px;
    color: #fff;
    line-height: 25px;
    margin: 0;
    TEXT-ALIGN: left;
}

.footer-form {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    position: relative;
}

.footer-form input {
    width: 100%;
    height: 60px;
    padding: 15px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #000;
    font-weight: 600;
    font-size: 17px;
    padding-left: 80px;
}

.footer-form i {
    position: absolute;
    top: 19px;
    left: 40px;
    font-size: 20px;
    color: #404041;
}

.footr-btn button {
    border: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    display: block;
}

.footer-text.ftr-border {
    position: relative;
    padding-left: 20px;
}

.footer-text.ftr-border:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    left: -20px;
    top: -15%;
    background: #0c8381bf;
    display: none;
}

.footer-text.ftr-border:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 110%;
    right: 20px;
    top: -15%;
    background: #0c8381bf;
    display: none;
}

section.bottom-nav {
    padding: 20px 0;
    text-transform: capitalize;
    margin-top: 30px;
    background: #11b2f0;
}

section.bottom-nav p {
    font-size: 20px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    margin: 0;
}

ul.footer-link li {
    border-bottom: 1px solid transparent;
    width: 75%;
    transition: 1s ease-in-out;
}

ul.footer-link li:hover {
    padding-left: 10px;
    border-color: #404041;
    transition: 1s ease-in-out;
    display: inline-block;
    width: 50%;
}

ul.footer-link-list li {
    border-bottom: 1px solid transparent;
    padding-bottom: 10px;
    transition: 1s ease-in-out;
}

ul.footer-link-list li:hover {
    padding-left: 10px;
    border-color: #404041;
    transition: 1s ease-in-out;
    color: #0c8381;
}

.contact-head {
    text-align: center;
    width: 100%;
    margin: 0 auto 50px;
}

.footer-form:hover i {
    color: #11b2f0;
}

footer.footer-sec::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 115%;
    bottom: 0;
    background-image: url(../images/inner-footer.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    z-index: -1;
}

.footer-text p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-top: 20px;
}

.home-footer-bg {
    position: relative;
}

.home-footer-bg::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 117%;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 9;
}

.home-footer-bg footer.footer-sec:before {
    display: none;
}


/* Footer Section End */


/* Inner Pages Start */

.inner-banner-sec {
    position: relative;
}

img.inner-banner-image {
    width: 100%;
    object-fit: cover;
    position: relative;
    z-index: 9;
}

.inner-banner-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    z-index: 9;
}

.inner-banner-text h1 {
    font-size: 67px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'trivia-bold';
    letter-spacing: 1px;
}

.about-bottom-text {
    margin-top: 20px;
}

.choose-page {
    position: relative;
    padding: 200px 0 250px;
    background-image: url(../images/service-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 9;
}

.choose-page .choose-text * {
    color: #fff;
}

.test-about-page {
    padding-bottom: 200px;
}


/* About Page Start */


/* Service Page Start */

.service-page {
    position: relative;
    z-index: 9;
    padding: 100px 0 200px;
}

.service-page::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background-image: url(../images/service-pag-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.service-page .servce-box {
    margin: 20px 10px;
}

.service-page .row {
    justify-content: center;
}


/* Service Page End */


/* Detail Video Sec Start */

.detail-video-sec {
    margin-top: -150px;
    background-image: url(../images/video-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 150px 0 170px;
    position: relative;
}

.detail-video-sec .sec-head * {
    color: #fff;
}

.detail-video-box {
    position: relative;
}

.detail-video-box img {
    width: 100%;
    border: 5px solid #ffff;
    height: 350px;
    object-fit: cover;
}

.detail-video-tool img {
    border: 0;
}

.video-slide .slick-center .detail-video-box {
    transform: scale(1.5);
}

.video-slide .slick-slide {
    opacity: 1;
    margin: 90px 0px;
}

.detail-video-box {
    transform: scale(.8) translate(-70px, 0px);
    width: 90%;
    margin: 0 auto;
}

.video-slide .slick-active.slick-center+.slick-active .detail-video-box {
    transform: scale(.8)translate(70px, 0px);
}

.detail-video-tool i {
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 70px;
    color: #144e8f;
    font-size: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detail-video-tool a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

img.vid-tool-1 {
    position: absolute;
    bottom: 15px;
    width: 90%;
    margin: 0 auto;
    right: 0;
    left: 0;
    height: auto;
}

.serv-page-fotr:before {
    background: #fff;
}

.serv-page-fotr .footer-sec:after {
    height: 135%;
}


/* Detail Video Sec End */


/* Service Detail Page Start */

section.services-details {
    position: relative;
    padding: 100px 0 200px;
}

.banner-page-img {
    position: absolute;
    bottom: -20px;
    left: 0;
}

.services-details-img {
    position: relative;
    width: 100%;
}

.services-details-img img {
    width: 650px;
    position: relative;
    height: 650px;
    object-fit: cover;
}

.services-details-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12%;
}

.services-details-img {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 15px 0 #00000073;
    width: 90%;
    margin: 0 auto;
    border-radius: 700px;
}

.services-details-img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 590px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
}

.services-details-icon-img {
    position: relative;
}

img.services-details-icon {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 18px;
}

.services-details-txt h4 {
    font-size: 63px;
    margin-bottom: 0;
    color: #0661e7;
    text-transform: uppercase;
}

.services-details-txt p {
    padding: 20px 0;
    line-height: 37px;
}

.services-details-imgs img {
    border-radius: 40px;
    box-shadow: 0 0 7px 0 #00000087;
    width: 350px;
    height: 350px;
    object-fit: cover;
}

.services-details-imgs {
    position: relative;
    border-radius: 600px;
    overflow: hidden;
    box-shadow: 0 0 20px 0 #989898;
}

.tab-pane {
    display: block !important;
    padding: 6px 12px;
    border: 0;
    height: 0 !important;
}

.tab-pane.active {
    display: block !important;
    height: auto !important;
}


/*faq start*/

section.faqs {
    padding: 80px 0;
    z-index: 2;
    position: relative;
    margin-bottom: -80px;
    margin-top: -150px;
    background-image: url(../images/video-sec-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 150px 0 170px;
    position: relative;
}

section.faqs:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 988px;
    width: 100%;
    background: #00000085;
}

.faqs-heading h4 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
}

section.faqs-main {
    padding: 80px 0;
    padding-top: 10%;
}

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

.faqs-heading p {
    width: 50%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 31px;
    color: white;
}

.services-details-txt {
    padding: 0 0 40px 0;
}

.gorilla-content .accordion-button.collapsed {
    padding: 20px 20px;
    color: #fff;
    font-size: 40px;
    line-height: 35px;
    text-transform: uppercase;
    background: #11b2f0;
}

.gorilla-content .gorrila-page-txt .color-red {
    color: #a60000;
    font-weight: 500;
    margin-bottom: 7px;
    margin-top: 30px;
}

















.gorrila-page-txt ul {
    list-style: auto;
}

.gorrila-page-txt ul li {
    color: #000000;
    font-size: 14px;
    line-height: 23px;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    margin-left: 15px;
}

.gorrila-page-txt ul li::marker {
    color: #a60000;
}

.accordion-body.gorrila-page-txt {
    padding: 20px 30px;
    background: #ffffff;
    border-top: none;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.accordion-body.gorrila-page-txt p {
    font-size: 17px;
    line-height: 28px;
    color: black;
}

.gorilla-content .accordion-item {
    margin-bottom: 30px;
    border: unset;
    border-radius: 10px;
    overflow: hidden;
}

.gorilla-content .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: black;
    background: unset;
    border-bottom: unset;
    font-size: 23px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: 600;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    text-transform: uppercase;
}

.gorilla-content button:focus:not(:focus-visible) {
    box-shadow: none;
}

.gorilla-content .accordion-button::after {
    font-size: 20px;
    content: '\f078';
    font-weight: 900;
    font-family: "Font Awesome 5 free";
    background-image: none;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
}

.accordion-button:not(.collapsed)::after {
    content: \f068;
    font-weight: 900;
    font-family: "Font Awesome 5 free";
}

.address {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.contact-main h2 {
    font-size: 45px;
    color: #000;
    line-height: 45px;
    padding-bottom: 15px;
    font-weight: 400;
}

section.faqs-main p {
    font-size: 19px;
    color: #000000;
}


/*faq end*/


/* Service Detail Page End */


/* Gallery Page Start */

ul.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    margin-top: 40px;
    border-top: 1px solid #000;
    padding-top: 30px;
}

.page-link {
    font-size: 20px;
    color: #000;
    border: 0;
    font-weight: 600;
}

.page-item.active .page-link {
    background: transparent;
    color: #66cef5;
}

.page-btn a.page-link {
    color: #0661e7;
    font-size: 28px;
    font-weight: 500;
}

.gallery-page {
    background: #fff;
    padding: 80px 0 120px;
}


/* Gallery Page End */


/*Contact Start*/

.contact1 h2,
.contact2 h2 {
    font-size: 65px;
    font-weight: 600;
}

.contact1 p,
.contact2>p {
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
}

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

.contact1 input,
.contact1 textarea {
    width: 100%;
    margin-bottom: 20px;
    height: 60px;
    padding: 20px;
    background: #fff;
    border: 1px solid #777675;
    color: #000;
}

.contact1 .theme_btn {
    width: 100%;
    border: 0;
    background: #f01414;
    color: #fff;
    padding: 10px;
    font-size: 23.64px;
    font-family: "Nunito";
    font-weight: 500;
    border-radius: 0;
    height: 60px;
}

.contact1 textarea {
    height: 200px;
}

.contact2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 25px;
}

.contact2 ul li h4 {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 46px;
    color: #0661e7;
    font-weight: 700;
}

.contact2 ul li p {
    color: #000;
    line-height: 32px;
    font-size: 18px;
    font-weight: 500;
    width: 100%;
    margin-bottom: 0;
}

.contact2 .icon i {
    height: 85px;
    width: 85px;
    border: dashed 2px #13287e;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact2 .icon i {
    font-size: 38px;
    color: #11b2f0;
}

section.contact_us {
    padding: 100px 0 200px;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-pag-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.map {
    margin-top: 50px;
}

.map iframe {
    width: 100%;
}

.contact1 input {
    border-radius: 0;
}

.contact1 textarea {
    border-radius: 10px;
    resize: none;
}

.contact1 input::placeholder,
.contact1 textarea::placeholder {
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
}

.contact1 button {
    border: 0;
    width: 100%;
    font-size: 24px;
    justify-content: center;
    padding: 30px 0;
}

.contact1 {
    position: relative;
    width: 95%;
}

i.far.fa-phone-alt {
    transform: rotate(98deg);
}

.map iframe {
    box-shadow: 0 0 20px 0 #0000003d;
}


/*Contact End*/


/*Get A Quote Start*/

.get-a-quote-sec {
    padding: 100px 0 150px;
    width: 100%;
    height: 100%;
    background-image: url(../images/service-pag-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.get-a-quote-input input,
.get-a-quote-input select {
    width: 100%;
    height: 60px;
    border: 1px solid #646463;
    border-radius: 0;
    padding: 0 20px;
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 19px;
    background: #fdfdfc;
}

.get-a-quote-input-iocn i {
    font-size: 20px;
    color: #11b2f0;
}

.get-a-quote-input-iocn {
    position: absolute;
    right: 25px;
}

.get-a-quote-input {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 40px;
}

.paga-link ul li:last-child a {
    color: #cb1a22;
}

.get-a-quote-input input::placeholder {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 19px;
}

.get-a-quote-textarea textarea {
    width: 100%;
    height: 230px;
    border: 1px solid #646463;
    border-radius: 0;
    padding: 20px 20px;
    resize: none;
    font-family: "Montserrat", sans-serif;
    color: #000;
    background: #fdfdfc;
    font-size: 19px;
}

.get-a-quote-textarea textarea::placeholder {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 19px;
}

.get-a-quote-textarea {
    position: relative;
}

.get-a-quote-textarea-icon {
    position: absolute;
}

.get-a-quote-textarea-icon {
    position: absolute;
    top: 20px;
    right: 20px;
}

.get-a-quote-textarea-icon i {
    font-size: 20px;
    color: #11b2f0;
}

.get-a-quote-button {
    margin-top: 50px;
    text-align: center;
}

.get-a-quote-button a {
    width: 13%;
    margin: 0 auto;
}

img.zip-code {
    width: 24px;
}


/*Get A Quote End*/


/* Inner Pages End */

