/* Book Carousel CSS start  */
:root {
    --navy-dark: #282F3F;
    --orange-accent: #ff5800;
}

/* Portfolio Section Specifics */
.portfolio-wrapper {
    padding: 90px 20px;
    background-color: #ffffff;
}

.portfolio {
    background-color: var(--navy-dark);
    border-radius: 40px;
    padding: 80px 20px 140px;
    /* bottom padding makes room inside */
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    font-family: 'Inter', 'Roboto', 'Arial', sans-serif;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* Giant 'H' Outline in Background */
.portfolio-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-radius: 40px;
    z-index: 0;
    pointer-events: none;
}

.portfolio-bg::before {
    content: 'H';
    position: absolute;
    top: -20px;
    left: -50px;
    font-size: 800px;
    font-weight: 900;
    color: transparent;
    -webkit-text-stroke: 2px rgba(255, 255, 255, 0.04);
    line-height: 1;
    font-family: Arial, sans-serif;
}

.portfolio-bg::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 50%;
    i opacity: 0.15;
    mix-blend-mode: overlay;
}

.portfolio .container {
    position: relative;
    z-index: 1;
}

.portfolio .info-text {
    margin-bottom: 50px;
}

.portfolio .info-text h2 {
    color: #ffffff;
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 25px;
    line-height: 1.3;
}

.portfolio .info-text h2 span {
    color: var(--orange-accent);
    font-size: 2.2rem;
    display: block;
    margin-bottom: 10px;
}

.portfolio .info-text h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--orange-accent);
    margin: 25px auto 0;
    border-radius: 2px;
}

.portfolio .info-text p {
    color: #dcdcdc;
    max-width: 900px;
    margin: 0 auto;
    font-size: 1.15rem;
    line-height: 1.7;
}

/* Nav Tabs */
.portfolio .nav-tabs {
    border-bottom: none;
    justify-content: center;
    margin-bottom: 50px;
    flex-wrap: wrap;
}

.portfolio .nav-tabs .nav-item {
    margin: 5px 10px;
}

.portfolio .nav-tabs .nav-link {
    background: transparent !important;
    border: none !important;
    color: #ffffff !important;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 10px 0;
    position: relative;
    transition: color 0.3s;
    cursor: pointer;
    letter-spacing: 1px;
}

.portfolio .nav-tabs .nav-link:hover,
.portfolio .nav-tabs .nav-link.active {
    color: var(--orange-accent) !important;
}

.portfolio .nav-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--orange-accent);
}

/* Carousel Items */
.portfolio-slide-wrapper {
    margin-bottom: -220px;
    /* Overlap books outside bottom edge */
    position: relative;
    z-index: 10;
}

.portfolio .item {
    padding: 10px;
}

.portfolio .item .info-port img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.portfolio .item:hover .info-port img {
    transform: translateY(-8px);
    box-shadow: 0 15px 35px rgba(255, 88, 0, 0.25);
}

/* Owl Carousel Custom Navigation (Arrows below) */
.portfolio .owl-nav {
    text-align: center;
    margin-top: 50px;
}

.portfolio .owl-nav button {
    background: transparent !important;
    color: #000000 !important;
    font-size: 28px !important;
    margin: 0 20px;
    transition: color 0.3s;
}

.portfolio .owl-nav button:hover {
    color: var(--orange-accent) !important;
}

.portfolio .owl-dots {
    display: none !important;
}

@media (max-width: 991px) {
    .portfolio {
        padding: 60px 20px 100px;
    }

    .portfolio-slide-wrapper {
        margin-bottom: -150px;
    }
}

@media (max-width: 768px) {
    .portfolio .info-text h2 {
        font-size: 2rem;
    }

    .portfolio .info-text h2 span {
        font-size: 1.5rem;
    }

    .portfolio-bg::before {
        font-size: 500px;
        left: -20px;
    }

    .portfolio-slide-wrapper {
        margin-bottom: -100px;
    }
}

/* Book Carousel CSS end  */
header.sticky .contact-info a,
header.sticky .region-switcher a {
    color: #ff4800;
}

header.sticky .region-switcher a:hover {
    color: #ffc107;
}

.region-dropdown a {
    font-family: sans-serif;
    color: white !important;
}

@import url('fonts/stylesheet.css');

a {
    color: #000;
    text-decoration: none;
}

.section9-home ul.clients-slider li.slick-slide.slick-active {
    width: 550px !important;
}

.section9-home ul.clients-slider li.slick-slide.slick-current {
    width: 395px !important;
    position: relative;
    margin-top: 74px;
}

.section9-home ul.clients-slider li.slick-slide.slick-active p {
    font-size: 18px;
}

.section9-home ul.clients-slider li.slick-slide.slick-current p {
    font-size: 14px;
}

section.section9-home ul.clients-slider {
    margin-top: 60px;
    /* height: 320px; */
    text-align: center;
    margin-bottom: 0px;
}

section.section9-home ul.clients-slider a {
    color: #000;
}

section.section9-home ul.clients-slider li {
    position: relative;
    /* width: 396px!important; */
    display: inline-block;
    margin: 0px 35px;
}

section.section9-home ul.clients-slider li .content {
    background: #fff;
    padding: 30px;
    font-family: sans-serif;
    border-radius: 20px;
    padding-top: 50px;
}

section.section9-home ul.clients-slider li .content img {
    width: 100%;
}

section.section9-home ul.clients-slider li .content p {
    font-family: sans-serif;
    margin-bottom: 10px;
}

section.section9-home .quote {
    /* position: absolute; */
    width: 20%;
    margin-top: 60px;
    /* margin-bottom: -30px; */
    float: left;
    /* text-align: left; */
    /* left: -18px; */
    /* top: 0; */
    /* z-index: 2; */
}

section.section9-home img.client-big {
    width: 30%;
    display: inline-block;
    /* float: right; */
    margin-bottom: -40px;
}

/*section.section9-home .slick-next{display:none!important;}*/
/* .section9-home h2 span{
    color: #ff5800;
} */
section.section9-home .slick-next:before {
    /* content: "\f061"; */
    content: '';
    font-family: 'FontAwesome';
    color: #ffdd00;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 0px;
    font-size: 52px;
    /* left: -140px; */
    position: absolute;
    /* bottom: -720%; */
    background: url(../images/testimonial-right-arrow-active.webp) no-repeat;
    width: 73px;
    height: 74px;
    /**/
    transform: translateY(10px);
}

button.slick-next.slick-arrow {
    bottom: -36% !important;
    right: 6%;
    transition-timing-function: ease-in;
    transition: 0.2s;
}

button.slick-next.slick-arrow.slick-disabled:before {}

button.slick-prev.slick-arrow {
    right: 148px !important;
    left: unset;
    bottom: -36% !important;
}

.slick-prev,
.slick-next {
    position: absolute;
    display: block;
    height: 74px;
    width: 73px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    /* background: #121212; */
    color: transparent;
    top: unset !important;
    bottom: 0 !important;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
}

section.section9-home .slick-prev:before {
    /* content: "\f060"; */
    content: '';
    font-family: 'FontAwesome';
    color: #000000;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-size: 52px;
    /* margin-left: 43px; */
    position: absolute;
    /* left: 3180%; */
    font-weight: 200;
    /* bottom: -760%; */
    background: url(../images/testimonial-left-arrow-active.png) no-repeat;
    width: 73px;
    height: 74px;
    transform: translateY(10px);
}

button.slick-next.slick-arrow.slick-disabled:before {
    background: url(../images/testimonial-right-arrow-disable.png) no-repeat;
    width: 43px;
    height: 44px;
    transform: translateY(50%);
    opacity: 1;
    top: 23px;
    transition-timing-function: ease-in;
    transition: 0.2s;
}

button.slick-prev.slick-arrow.slick-disabled:before {
    background: url(../images/testimonial-left-arrow-disable.webp) no-repeat;
    width: 43px;
    height: 44px;
    transform: translateY(50%);
    opacity: 1;
    top: 23px;
    left: 25px;
    transition-timing-function: ease-in;
    transition: 0.2s;
}

.slick-prev:before,
.slick-next:before {
    top: 0;
    bottom: 0;
    left: 0;
}


header.sticky nav a {
    color: #fe4909 !important;
}

header.sticky img {
    width: 55%;
}

header.sticky {
    box-shadow: 0 3px 6px #cfcfcf;
}

header.sticky ul.services li a {
    color: #ffff !important;
}



/* @font-face {
    font-family: 'Boiling';
    src: url("fonts/'Boiling'.ttf");
    src: url("fonts/'Boiling'.woff");
    src: url("fonts/'Boiling'.woff2");
    src: url("fonts/'Boiling'.eot");
} */
a {
    color: #000000;
    text-decoration: none;
}

a,
a:hover {
    text-decoration: none;
    color: #000;
    display: inline-block;
    transition: all 0.4s ease-in-out;
}

ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

img {
    width: 100%;
}

section {
    overflow: hidden;
}

.card {
    border: none;
}

.slick-next:before {
    content: "";
}

.slick-prev:before {
    content: "";
    position: absolute;
    display: block;
}


/* header section */
.scroll-bg {
    background: #157fb2;
    box-shadow: 0 8px 32px 0 rgb(31 38 135 / 37%);
    backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.liservices {
    position: relative;
}

.liservices i {
    position: absolute;
    margin: 0 5px;
    top: 18px;
    font-size: 22px;
    left: 40%;
}

ul.top1 {
    position: relative;
    left: 22%;
    z-index: 0;
}

header:before {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 136%;
    background-image: url("../images/header-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 32%;
    top: -16px;
    z-index: -1;
}

header.header-section li {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    padding: 0px 15px;
}

header.header-section {
    position: fixed;
    top: 0;
    padding: 10px;
    width: 100%;
    font-family: ui-sans-serif;
    z-index: 999;
    background: #0000;
}

header.header-section li a {
    color: #ffffff;
    font-family: sans-serif;
    font-size: 15px;
}

header.header-section li a:hover {
    color: #ffc107;
    text-decoration: none;
}

ul.services li {
    display: inline-block;
    text-align: left;
    font-size: 14px;
    width: 100%;
    padding: 4px 0;
    padding: 7px 14px;
    transition: all 0.4s ease-in-out;
    border-bottom: 1px solid #ffffff7a;
}

ul.services li:hover {
    transition: all 0.4s ease-in-out;
    background: transparent linear-gradient(180deg, #F37335 0%, #DC5B3D 59%, #AA274E 100%) 0% 0% no-repeat padding-box;
    /* color: #ffc107; */
}

ul.services li:hover a {
    color: #FFDD00;
    transition: all 0.4s ease-in-out;
}

.scroll-bg ul.services {
    top: 82%;
}

ul.sevices li.sidepage {
    width: 19%;
}

ul.services li img {
    width: 100%;
    height: 145px;
}

ul.services {
    background: linear-gradient(180deg, #AA274E 0%, #DC5B3D 59%, #F37335 100%);
    position: absolute;
    left: 0;
    top: 100%;
    margin: 0;
    width: 180px;
    z-index: 999;
    /* font-size: 12px; */
    display: block;
    overflow: hidden;
    opacity: 0;
    text-align: center;
    transition: 0.4s;
    padding: 0 !important;
    height: 0;
}

ul.services li a {
    width: 100%;
    color: #fff;
}

li.liservices:hover ul.services {
    height: auto;
    padding: 10px 10px;
    opacity: 1;
}

ul.services li.sidepage a {
    display: block;
    font-size: 16px;
    padding: 8px 0;
}

ul.services h5 {
    font-size: 20px;
    font-weight: 600;
    line-height: 17px;
    margin: 15px 0;
}

ul.services p {
    font-size: 12px;
}

/* header ul.top1 {
    position: relative;
    z-index: 0;
} */
/* 
header:after {
    position: absolute;
    width: 60%;
    height: 100%;
    background: #ff0001;
    display: block;
    content:"";
    background: transparent linear-gradient(180deg, #F37335 0%, #DC5B3D 59%, #AA274E 100%) 0% 0% no-repeat padding-box;
    right: 0;
    top: 0;
    z-index: -1;
} */
header img {
    width: 70%;
}

header li.liservices:hover {
    color: #ffc107;
}

header li.liservices a:hover {
    color: #ffc107;
    text-decoration: none;
}

/* header li.current-btn.liservices i {
    display: none;
} */
header.header-section li.current-btn {
    color: #ffc107 !important;
    position: relative;
}

header.header-section li.current-btn ul li a {
    color: #fff !important;
    position: relative;
}

header.header-section li.current-btn a {
    color: #ffc107 !important;
}

/* header.header-section li.current-btn:before {
    position: absolute;
    content: "\f0d7";
    display: block;
    font-size: 22px;
    top: 12px;
    left: 30px;
    font-family: 'FontAwesome';
} */
/* header section */

/* popup */
.form-container h4 {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6100;
}

.form-container h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
}

.form-container input,
.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #fe6100;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
}

.form-floating>.form-select {
    padding-top: 20px;
    padding-left: 14px;
}

.form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}

.form-container a.submit {
    padding: 6px 6px 6px 29px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

.form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

/* home page */
/*.section-home-main*/
.section-home-main {
    position: relative;
    z-index: 0;
}

.section-home-main:before {
    width: 220px;
    height: 164px;
    background-image: url("../images/form-discount-40.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    left: 38%;
    /* padding: 28px; */
    top: 34%;
    position: absolute;
    z-index: 1;
}

.section-home-main:after {
    position: absolute;
    width: 20%;
    height: 340px;
    background-image: url("../images/banner-winning-img.webp");
    display: block;
    content: "";
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    top: 25%;
    z-index: 1;
}

/* sec1-home */
.section1-home {
    padding: 100px 0;
    padding-top: 200px;
    background-image: url("../images/home-banner-bg-6.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    padding-bottom: 0;
}

/* Background opacity layer */
.section1-home::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.80);
    /* increase/decrease opacity here */
    z-index: -1;
}

.section1-home .form-container {
    padding: 54px 44px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-top: -143px;
    position: relative;
    padding-bottom: 84px;
    z-index: 0;
    /* box-shadow: 5px 10px #888888; */
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 18%);
    margin-bottom: 20px;
}

.section1-home .form-container:before {
    width: 58px;
    height: 103px;
    background-image: url("../images/form-shape-left.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -16px;
    top: -2px;
    position: absolute;
}

/*.section1-home .form-container:after{*/
/*    width: 200px;*/
/*    height: 164px;*/
/*    background-image: url("../images/form-discount-40.webp");*/
/*    display: block;*/
/*    content: "";*/
/*    background-repeat: no-repeat;*/
/*    background-size:contain;*/
/*    right: 4px;*/
/*    bottom: 0;*/
/* padding: 28px; */
/*    position: absolute;*/
/*    z-index: 1;*/
/*}*/
.section1-home .form-container h4 {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6100;
}

.section1-home .form-container h3 {
    font-size: 31px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

.section1-home .form-container input,
.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #fe6100;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
}

.section1-home .form-floating>.form-select {
    padding-top: 20px;
    padding-left: 14px;
}

.section1-home .form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}

.section1-home .form-container a.submit {
    padding: 6px 6px 6px 40px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

.section1-home .form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section1-home .form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section1-home .banner-left-text {
    position: absolute;
    width: 170px;
    bottom: 0px;
    left: 0;
    /* bottom: -12%; */
    z-index: 1;
}

.section1-home .bannerright-arrow {
    position: absolute;
    top: -140px;
    right: -110px;
    width: 180px;
}

section.section1-home h3 {
    white-space: pre-line;
    font-size: 44px;
    color: #403E3E;
    font-family: 'Boiling';
    font-weight: 900;
}

section.section1-home h3.orange-text {
    white-space: normal;
    position: relative;
    z-index: 0;
    color: #ff5800;
    font-size: 46px;
}

section.section1-home h3.orange-text:before {
    position: absolute;
    width: 60px;
    height: 60px;
    background-image: url("../images/quote-icon-left.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -50px;
    top: 0px;
}

/* section.section1-home h3.orange-text:after {
    position: absolute;
    width: 54px;
    height: 30px;
    background-image: url("../images/quote-icon-right.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 286px;
    top: 40px;
} */
section.section1-home .banner-content {
    padding-top: 36px;
    /* padding-left: 70px; */
    position: relative;
    z-index: 0;
}

section.section1-home .banner-content:before {
    position: absolute;
    width: 49px;
    height: 68px;
    background-image: url("../images/arrow-black-icon.webp");
    display: block;
    background-size: contain;
    content: "";
    background-repeat: no-repeat;
    right: 74px;
    top: -20px;
}

/*section.section1-home .banner-content:after {*/
/*    position: absolute;*/
/*    width: 80%;*/
/*    height: 340px;*/
/*    background-image: url("../images/banner-winning-img.webp");*/
/*    display: block;*/
/*    content: "";*/
/*    background-size: contain;*/
/*    background-repeat: no-repeat;*/
/*    right: -450px;*/
/*    top: -76px;*/
/*    z-index: 1;*/
/*}*/
input#mobile_code {
    margin-bottom: 10px !important;
}

.flag-container {
    top: -10px !important;
}

span.country-name {
    color: #000 !important;
}

.selected-dial-code {
    color: #000 !important;
}

.intl-tel-input .selected-flag {
    height: 70%;
    margin-top: 10px;
}

section.section1-home .submit {
    min-width: 176px;
}

/* sec2-home */
section.section2-home {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

ul.banner-logos {
    /* display: inline-block; */
    text-align: center;
    padding-left: 0;
}

ul.banner-logos li {
    display: inline-block;
    width: 270px;
}

.section2-home h2 {
    font-family: 'Boiling';
    font-size: 58px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 60px;
}

.section2-home h2 span {
    color: #ff5800;
}

.section2-home h3 {
    font-family: 'Boiling';
    font-size: 26px;
    color: #403E3E;
    /* font-weight: 800; */
}

.section2-home h3 span {
    color: #ff5800;
}

.section2-home p {
    font-family: 'Boiling';
    color: #2e2d2d;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 20px;
}

.section2-home img.main-img {
    width: 70%;
    display: block;
    margin: auto;
}

section.section2-home a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    font-size: 18px;
    margin-right: 8px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

section.section2-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section2-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

section.section2-home .banner-right-text {
    position: absolute;
    width: 170px;
    top: 230px;
    right: 0;
    z-index: 1;
}

/* sec3-home */
.section3-home {
    position: relative;
    z-index: 0;
    margin-left: 0;
}

.section3-home h3 {
    font-family: 'Boiling';
    font-size: 58px;
    color: #fff;
    line-height: 58px;
    /* font-weight: 800; */
}

.section3-home a {
    /* padding: 6px 10px 6px 34px; */
    font-size: 18px;
    border: 2px solid #ffffff;
    background: #fff;
    border-radius: 50px;
    margin-right: 8px;
    transition: all 0.4s ease-in-out;
}

.section3-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section3-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section3-home p {
    font-size: 22px;
    color: #fff;
    font-family: 'Boiling';
    margin-bottom: 20px;
    margin-top: 20px;
}

.section3-home:before {
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url("../images/CTA-background.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    top: 6%;
}

.section3-home a.call-now-btn {
    margin-top: 4px;
    padding: 0;
    padding-top: 4px;
    transition: 2s;
    background: none;
    display: inline-block;
    border: none;
    color: #fff;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 30px;
    margin-left: 50px;
    position: relative;
    top: -36px;
    /* margin-bottom: -8px; */
}

.section3-home a.call-now-btn span {
    color: #FFDD00;
}

.section3-home a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -46px;
    position: absolute;
    transform: rotateY(0deg);
    transition: 0.9s;
    top: 8px;
}

.section4-home a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    background: #fff;
    font-size: 18px;
    margin-top: 20px;
    margin-right: 10px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.section4-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section4-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

/* sec4-home */
.section4-home {
    position: relative;
    padding: 40px 0;
}

.section4-home h2 {
    font-family: 'Boiling';
    font-size: 64px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 68px;
}

.section4-home h2 span {
    color: #ff5800;
}

.section4-home p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 20px;
}

.section4-home a.call-now-btn {
    margin-top: 18px;
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #403E3E;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 32px;
    margin-left: 50px;
    position: relative;
}

.section4-home a.call-now-btn span {
    color: #ff5800;
}

.section4-home a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -46px;
    position: absolute;
    transform: rotateY(0deg);
    transition: 0.9s;
    top: 10px;
}

.section4-home ul {
    margin: 20px 0;
}

.section4-home ul li {
    position: relative;
    padding: 8px 0px;
    z-index: 0;
    padding-left: 38px;
    font-size: 18px;
}

.section4-home ul li:before {
    width: 36px;
    height: 32px;
    background-image: url("../images/check-list-icon.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 4px;
}

section.section4-home .banner-left-text {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    z-index: 1;
}

section.section4-home .banner-right-text {
    position: absolute;
    width: 170px;
    top: 110px;
    right: 0;
    z-index: 1;
}

section.section4-home .sec4-right-img {
    position: relative;
    z-index: 0;
}

section.section4-home .sec4-right-img:before {
    width: 110px;
    height: 139px;
    background-image: url("../images/are-you-looking-arrow-top.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 0px;
}

section.section4-home .sec4-right-img:after {
    width: 110px;
    height: 120px;
    background-image: url("../images/are-you-looking-arrow-bottom.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    right: 0;
    position: absolute;
    bottom: -40px;
}

/* sec5-home */
.section5-home {
    position: relative;
    padding: 60px 0;
    padding-bottom: 110px;
    z-index: 0;
    margin-left: 0;
}

.section5-home h3 {
    font-family: 'Boiling';
    font-size: 64px;
    color: #fff;
    line-height: 70px;
    font-weight: 800;
}

.section5-home a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ffffff;
    background: #fff;
    font-size: 18px;
    margin-right: 10px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.section5-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section5-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section5-home p {
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    font-family: 'Boiling';
    margin-bottom: 20px;
}

.section5-home:before {
    position: absolute;
    width: 100%;
    height: 80%;
    background-image: url("../images/CTA-background.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    top: 50px;
}

.section5-home a.call-now-btn {
    margin-top: 4px;
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #fff;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 30px;
    margin-left: 60px;
    top: -36px;
    position: relative;
}

.section5-home a.call-now-btn span {
    color: #FFDD00;
}

.section5-home a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -46px;
    position: absolute;
    top: 10px;
    transform: rotateY(0deg);
    transition: 0.9s;
}

.section5-home img {
    margin-bottom: -120px;
}

/* sec6-home */
.section6-home {
    position: relative;
    padding: 100px 0;
}

.section6-home h2 {
    font-family: 'Boiling';
    font-size: 62px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 70px;
}

.section6-home h2 span {
    /* font-size: 63px; */
    color: #ff5800;
}

.section6-home p {
    padding-top: 16px;
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 22px;
}

section.section6-home ul {
    text-align: center;
}

section.section6-home ul li {
    display: inline-block;
    transition: all 0.4s ease-in-out;
    width: 260px;
    position: relative;
    padding: 0 0px;
    transition: all 800ms ease;
    z-index: 0;
}

section.section6-home ul li:hover {
    transition: all 0.4s ease-in-out;
    cursor: pointer;
    transition: all 800ms ease;
}

section.section6-home ul li .first {
    background: #fff;
    padding: 41px 14px;
    transition: all 0.4s ease-in-out;
}

section.section6-home ul li .content {
    background: #ff5800;
    padding: 20px 26px 0 26px;
    height: 242px;
    color: #fff;
    position: absolute;
    z-index: -1;
    bottom: 9px;
    opacity: 0;
    /* display: none; */
    transition: all 0.4s ease-in-out;
    /* transform: translate(0px, 70px); */
    -webkit-transform: translate(0px, 10px);
    -moz-transform: translate(0px, 70px);
    -o-transform: translate(0px, 70px);
    -ms-transform: translate(0px, 70px);
    /* -webkit-transition: all 0.2s ease-in-out; */
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    transition: all 800ms ease;
}

section.section6-home ul li .content img.quote {
    width: 14%;
    filter: sepia(1);
    margin-left: -160px;
}

section.section6-home ul li .content p {
    font-size: 16px;
    color: #fff;
    font-family: sans-serif;
}

section.section6-home ul li:hover .content {
    display: block;
    height: 242px;
    top: 0;
    transition: all 800ms ease;
    z-index: 1;
    -webkit-transform: translate(0px, 0px);
    -moz-transform: translate(0px, 0px);
    -o-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    opacity: 1;
}

section.section6-home ul li:hover h3 {
    /* color: #fff; */
}

section.section6-home ul li img {
    width: 70px;
}

section.section6-home ul li h3 {
    font-size: 26px;
    margin-top: 18px;
    font-family: 'Boiling';
    /* font-weight: 600; */
}

.section6-home .banner-left-text {
    position: absolute;
    width: 170px;
    top: -97px;
    left: 0;
    z-index: 1;
}

/* sec7-home */
.section7-home {
    position: relative;
    padding: 80px 0;
    background-image: url("../images/we-have-supported-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section7-home h2 {
    font-family: 'Boiling';
    font-size: 52px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 66px;
}

.section7-home h2 span {
    color: #ff5800;
}

.section7-home p {
    font-family: 'Boiling';
    color: #403E3E;
    width: 70%;
    /* font-weight: 600; */
    font-size: 22px;
    display: block;
    /* margin-top: 22px; */
    margin: auto;
    margin-bottom: 40px;
    margin-top: 20px;
}

section.section7-home ul {
    text-align: center;
}

section.section7-home ul li {
    display: inline-block;
    width: 260px;
    transition: all 0.4s ease-in-out;
    padding: 20px 10px;
}

section.section7-home ul li img.open-book {
    display: none;
    opacity: 0;
}

section.section7-home ul li:hover .close-book {
    transition: all 0.8s ease-in-out;
    opacity: 0;
    /* transition: transform 200ms; */
}

section.section7-home ul li:hover .open-book {
    opacity: 1;
    transform: scale(1.10);
    display: block;
    transition: all 0.8s ease-in-out;
    margin-top: -146%;
}

section.section7-home a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}

section.section7-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section7-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

section.section7-home .banner-right-text {
    position: absolute;
    width: 170px;
    top: 30px;
    right: 0;
    z-index: 1;
}

/* sec8-home */
.section8-home {
    position: relative;
    padding: 150px 0;
    background-image: url("../images/CTA-bottom-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section8-home h2 {
    font-family: 'Boiling';
    font-size: 66px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 82px;
    margin-bottom: 30px;
}

.section8-home h2 span {
    color: #ff5800;
}

.section8-home p {
    width: 80%;
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 22px;
    display: block;
    margin: auto;
    margin-bottom: 30px;
}

section.section8-home a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    border-radius: 50px;
    font-size: 18px;
    margin-right: 10px;
    transition: all 0.4s ease-in-out;
}

section.section8-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section8-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    /* margin-left: 22px; */
    color: #fff;
}

.section8-home .banner-left-text {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    z-index: 1;
}

section.section8-home .banner-right-text {
    position: absolute;
    width: 170px;
    top: 30px;
    right: 0;
    z-index: 1;
}

section.section8-home .panel {
    background-size: auto 100%;
    background-position: right;
    background-repeat: no-repeat;
    height: 46vh;
    border-radius: 10px;
    color: white;
    /* overflow-y: scroll; */
    cursor: pointer;
    flex: 0.5;
    margin: 10px;
    position: relative;
    float: left;
    /* width: 25%; */
    /* height: 100%; */
    /* color: black; */
    /* border-right: 2px solid #ad893f; */
    overflow: hidden;
    cursor: pointer;
    transition: .8s ease-out;
    /* transition: .5s ease-out; */
    position: relative;
    /* transition: flex 0.2s ease-in; */
    /* background-size: auto 100%; */
    /* background-position: right; */
    /* background-repeat: no-repeat; */
    /* height: 70vh; */
    /* border-radius: 10px; */
    /* color: white; */
    /* cursor: pointer; */
    /* flex: 0.5; */
    /* margin: 10px; */
    /* position: relative; */
    /* transition: flex 1.2s ease-in; */
}

section.section8-home .panel h3 {
    transform: rotate(270deg);
    z-index: 999;
    position: absolute;
    font-size: 17px;
    bottom: 75px;
    left: -40px;
    right: -39px;
    margin: 0;
    /* opacity: 2 !important; */
}

section.section8-home .panel.active {
    flex: 7;
}

section.section8-home .panel.active h3 {
    opacity: 1;
    transition: opacity 0.3s ease-in 0.5s;
}

@media (max-width: 480px) {
    section.section8-home .container-2 {
        width: 100vw;
    }

    section.section8-home .panel:nth-of-type(4),
    section.section8-home .panel:nth-of-type(5) {
        display: none;
    }
}


section.section8-home .container-2 {
    display: flex;
    /* width: 66vw; */
}

section.section8-home .panel.active h3 {
    display: none;
}

section.section8-home .fiction.active {
    background-image: url("../images/fiction-bg.webp");
    background-repeat: no-repeat;
    background-color: #AD2A4D;
}

section.section8-home .fiction {
    background-image: url("../images/fiction-pan.webp");
    background-color: #AD2A4D;
}

section.section8-home .non-fiction.active {
    background-image: url("../images/non-fiction-bg.webp");
    background-color: #be3c46;
    background-repeat: no-repeat;
}

section.section8-home .non-fiction {
    background-image: url("../images/non-fiction-pan.webp");
    background-color: #be3c46;
}

section.section8-home .biography.active {
    background-image: url("../images/biography-bg.webp");
    background-color: #d14f40;
    background-repeat: no-repeat;
}

section.section8-home .biography {
    background-image: url("../images/biography-pan.webp");
    background-color: #d14f40;
}

section.section8-home .Children.active {
    background-repeat: no-repeat;
    background-image: url("../images/children-book-bg.webp");
    background-color: #e7673a;
}

section.section8-home .Children {
    background-image: url("../images/children-book-pan.webp");
    background-color: #e7673a;
}

section.section8-home .Informative.active {
    background-image: url("../images/publishing-bg.webp");
    background-color: #ff875d;
}

section.section8-home .Informative {
    background-image: url("../images/publishing-pan.webp");
    background-color: #ff875d;
}

section.section8-home .Business.active {
    background-image: url("../images/business-books-bg.webp");
    background-color: #ff9a77;
}

section.section8-home .Business {
    background-repeat: no-repeat;
    background-image: url("../images/business-books-pan.webp");
    background-color: #ff9a77;
}

section.section8-home .tab-content {
    padding: 30px;
}

.section8-home .content h4 {
    color: #f3c30b;
    font-size: 36px;
}

.section8-home .content p {
    color: #fff;
    font-weight: 400;
    width: 50%;
    margin: 0;
}

.section8-home .content {
    padding: 30px 30px;
}

.section8-home .content a {
    margin-top: 10px;
    padding: 0px !important;
    color: #f7c907;
    border-radius: 0px !important;
    border: none !important;
}

.section8-home .content a i {
    background: none !important;
    margin-left: 0px !important;
    color: #f7ca08 !important;
}

section.section8-home .active .content {
    display: block;
}

section.section8-home .content {
    display: none;
}

.section8-home .content a:hover {
    background: none;
}

.panel.Children h4 {
    color: #fff;
}

.panel.Children a {
    color: #fff;
}

.panel.Informative h4 {
    color: #000;
}

.panel.Informative a {
    color: #000;
}

.panel.Business h4 {
    color: #000;
}

.panel.Business a {
    color: #000;
}

/* sec9-home */
.section9-home {
    position: relative;
    padding: 150px 0;
    background-image: url("../images/testimonial-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.section9-home h2 {
    font-family: 'Boiling';
    font-size: 62px;
    color: #fff;
    /* font-weight: 800; */
    line-height: 60px;
}

section.section9-home img.client-small {
    width: 20%;
}

section.section9-home img.client-small.client-1 {
    position: absolute;
    left: 0;
    top: 30%;
    width: 5% !important;
}

section.section9-home img.client-small.client-2 {
    position: absolute;
    top: 80%;
    left: -10%;
    width: 12% !important;
}

section.section9-home img.client-small.client-3 {
    position: absolute;
    width: 7% !important;
    top: 10%;
    right: 0;
}

section.section9-home img.client-small.client-4 {
    position: absolute;
    right: -4%;
    top: 96%;
    width: 10% !important;
}

/* sec10-home */
.section10-home {
    position: relative;
    padding: 60px 0;
    background-image: url("../images/CTA-bottom-background.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 100px;
}

.section10-home h2 {
    font-family: 'Boiling';
    font-size: 50px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 56px;
}

.section10-home h2 span {
    color: #ff5800;
}

.section10-home p {
    font-family: 'Boiling';
    color: #403E3E;
    font-weight: 500;
    font-size: 22px;
    margin-top: 26px;
    margin-bottom: 20px;
}

section.section10-home a {
    /* padding: 6px 10px 6px 34px; */
    /* border: 2px solid #ff5800; */
    /* font-size: 18px; */
    /* margin-right: 10px; */
    /* border-radius: 50px; */
    /* transition: all 0.4s ease-in-out; */
}

section.section10-home a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section10-home a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section10-home a.call-now-btn {
    margin-top: 4px;
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #403E3E;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 34px;
    margin-left: 50px;
    position: relative;
}

.section10-home a.call-now-btn span {
    color: #ff5800;
}

.section10-home a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -46px;
    position: absolute;
    top: 14px;
    transform: rotateY(0deg);
    transition: 0.9s;
}

.section10-home a.call-now-btn:hover {
    background: none;
    color: #000;
}

.section10-home .banner-left-text {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    z-index: 1;
}

section.section10-home .banner-right-text {
    position: absolute;
    width: 170px;
    top: 30px;
    right: 0;
    z-index: 1;
}

/* ************************************************Home Page end********************************************** */

/* ************************************************About Page end********************************************** */
.section-about-main,
.section-about-main2,
.section-about-main3 {
    position: relative;
    z-index: 0;
}

.section-about-main .banner-left-text {
    position: absolute;
    width: 170px;
    top: 15%;
    left: 0;
    z-index: 1;
}

.section-about-main .banner-right-image {
    position: absolute;
    width: 20%;
    top: 16%;
    right: 0;
    z-index: 1;
}

.section-about-main2 .banner-left-text {
    position: absolute;
    width: 170px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section-about-main2 img.banner-right-text {
    width: 200px;
    top: 66px;
    right: 0;
    position: absolute;
}

.section-about-main3 .banner-left-text {
    position: absolute;
    width: 200px;
    bottom: 0;
    left: 0;
    z-index: 1;
}

.section-about-main3 .banner-right-text {
    width: 200px;
    top: 33%;
    right: 0;
    position: absolute;
}

/* about-sec1 */
.section1-about {
    padding: 100px 0;
    padding-top: 100px;
    background-image: url("../images/home-banner-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    padding-bottom: 30px;
}

.section1-about .banner-right-arrow {
    position: absolute;
    width: 60px;
    bottom: 0;
    right: 20%;
    z-index: 1;
}

.section1-about h2 {
    font-family: 'Boiling';
    font-size: 66px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 66px;
}

.section1-about h2 span {
    color: #ff5800;
}

.section1-about p {
    font-family: 'Boiling';
    color: #403E3E;
    font-weight: 600;
    width: 80%;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.section1-about a {
    padding: 6px 18px 6px 34px;
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 10px;
    /* transition: all 0.4s ease-in-out; */
    /* height: 73px; */
    min-width: 168px;
    /* border-radius: 5px; */
    background-color: #00ffff00;
    border-color: #f37335;
    position: relative;
    overflow: hidden;
    display: inline-block;
    /* font-size: 1.313rem; */
    /* color: black; */
    z-index: 2;
    /* line-height: 30.24px; */
    /* font-weight: bold; */
    /* text-transform: uppercase; */
}

section.section1-about a:hover {
    color: #fff;
}

section.section1-about a:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ff5800;
    width: 40px;
    /* color: #fff; */
    height: 40px;
    border-radius: 50%;
    top: 3px;
    transition: 0.5s;
    right: 5px;
}

section.section1-about a:hover::before {
    background: #ff5800;
    cursor: pointer;
    width: 200%;
    height: 200%;
    top: -13px;
    right: -77px;
    transition: .5s;
    /* transition: all 0.4s ease-in-out; */
    transform: translate(0%, 0%);
}

section.section1-about a i {
    /* background: #ff5800; */
    /* padding: 8px 14px; */
    border-radius: 50%;
    /* margin-left: 6px; */
    color: #fff;
    width: 0;
    float: right;
    /* height: 0; */
    /* font-size: 20px; */
    /* position: absolute; */
    /* top: 12%; */
    /* right: 4%; */
    /* transform: translate(0%, 0%); */
    /* background-image: linear-gradient(#f37335, #f37335); */
    /* transition: .5s; */
    /* z-index: -1; */
    /* border-radius: 50%; */
    /* width: 20px; */
    /* text-align: center; */
    /* margin: auto; */
    /* line-height: 30px; */
}

section.section1-about ul {
    margin-top: 10px;
}

section.section1-about ul li {
    display: inline-block;
    width: 80px;
}

/*section.section1-about .banner-right-image{*/
/*    position: absolute;*/
/*    width: 260px;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    z-index: 1;*/
/*}*/
.section1-service .banner-right-image {
    position: absolute;
    width: 320px;
    bottom: unset;
    top: 18%;
    right: 0;
    z-index: 1;
}

/* about-sec2 */
section.section2-about .about-sec2-content {
    position: relative;
    z-index: 0;
}

section.section2-about .about-sec2-content:before {
    position: absolute;
    content: "";
    z-index: 1;
    display: block;
    width: 2px;
    left: -18px;
    height: 100%;
    background: #F37335;
}

section.section2-about {
    padding: 40px 0;
    position: relative;
    z-index: 0;
}

section.section2-about p {
    font-size: 20px;
}

.section2-about h2 {
    font-family: 'Boiling';
    font-size: 55px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 74px;
    margin-bottom: 20px;
}

.section2-about h2 span {
    color: #ff5800;
}

section.section2-about a {
    /* padding: 6px 10px 6px 34px; */
    /* border: 2px solid #ff5800; */
    /* border-radius: 50px; */
    /* font-size: 18px; */
    /* margin-right: 10px; */
    /* transition: all 0.4s ease-in-out; */
}

section.section2-about a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section2-about a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

section.section2-about .banner-right-text {
    position: absolute;
    width: 170px;
    top: 120px;
    right: 0;
    z-index: 1;
}

.section2-about a.call-now-btn {
    /* margin-top:4px; */
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #403E3E;
    display: inline-block;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 30px;
    top: -36px;
    margin-left: 40px;
    position: relative;
}

.section2-about a.call-now-btn span {
    color: #ff5800;
}

.section2-about a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -40px;
    position: absolute;
    transform: rotateY(0deg);
    transition: 0.9s;
    top: 14px;
}

section.section2-about a.call-now-btn:hover {
    background: none;
    color: #000;
}

/* sec3-about */
.section3-about {
    position: relative;
    padding: 40px 0;
    padding-top: 0px;
}

.section3-about h2 {
    font-family: 'Boiling';
    font-size: 64px;
    color: #403E3E;
    /* font-weight: 800; */
    /* margin-bottom: 20px; */
    line-height: 70px;
}

.section3-about h2 span {
    color: #ff5800;
}

.section3-about p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 20px;
    margin-top: 20px;
}

.section3-about a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    border-radius: 50px;
    margin-right: 10px;
    font-size: 18px;
    transition: all 0.4s ease-in-out;
}

.section3-about a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section3-about a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section3-about a.call-now-btn {
    margin-top: 4px;
    padding: 0;
    top: 4px;
    /* padding-top: 4px; */
    background: none;
    border: none;
    color: #403E3E;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 30px;
    display: inline-block;
    margin-left: 40px;
    top: -36px;
    position: relative;
}

.section2-service a.call-now-btn {
    top: -20px;
}

.section3-about a.call-now-btn span {
    color: #ff5800;
}

.section3-about a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -40px;
    position: absolute;
    top: 8px;
    transform: rotateY(0deg);
    transition: 0.9s;
}

.section3-about ul.core-values {
    margin: 20px 0;
}

.section3-about ul.core-values li {
    position: relative;
    padding: 8px 0px;
    z-index: 0;
    font-size: 18px;
    padding-left: 43px;
}

.section3-about ul.core-values li:before {
    width: 36px;
    height: 32px;
    background-image: url("../images/about/3rd-section-tick.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    position: absolute;
    top: 6px;
}

.section3-about .fact-counter {
    margin-top: 80px;
    text-align: center;
}

.section3-about .fact-counter li {
    width: 30%;
    position: relative;
    padding: 20px 20px;
    display: inline-block;
    z-index: 0;
    font-size: 14px;
    /* padding-left: 43px; */
}

.section3-about .fact-counter li:before {
    width: 2px;
    height: 100%;
    background: #F37335;
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -8px;
    position: absolute;
    top: 12px;
}

.section3-about .fact-counter li.first-fact:before {
    display: none;
}

.section3-about .fact-counter li h2 {
    font-size: 124px;
    font-weight: 900;
    font-family: system-ui;
    color: #e8e8e8;
}

.section3-about .fact-counter li h2 span {
    color: #e8e8e8;
}

.section3-about .fact-counter li h3 {
    /* position: absolute; */
    /* top: 37px; */
    margin-top: -12%;
    text-align: center;
    color: #403E3E;
    font-family: sans-serif;
    font-size: 22px;
    /* justify-content: center; */
}

section.section3-about .banner-left-text {
    position: absolute;
    width: 170px;
    top: 0;
    left: 0;
    z-index: 1;
}

section.section3-about .banner-right-text {
    position: absolute;
    width: 170px;
    top: 4px;
    right: 0;
    z-index: 1;
}

section.section3-about .sec4-right-img {
    position: relative;
    z-index: 0;
}

/* about-sec5 */
.section5-about {
    padding: 40px 0;
}

.section5-about h2 {
    font-family: 'Boiling';
    font-size: 60px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 60px;
}

.section5-about h2 span {
    color: #ff5800;
}

.section5-about p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 22px;
    display: block;
    width: 90%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 40px;
}

.section5-about ul.services-slider li {
    display: inline-block;
    width: 26%;
    margin: 0 30px;
}

.section5-about ul.services-slider li:nth-child(even) {
    padding-top: 80px;
}

.section5-about .slick-next:before {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #ff5800;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-size: 52px;
    position: absolute;
    bottom: -880%;
}

.section5-about .slick-prev:before {
    content: "\f060";
    font-family: 'FontAwesome';
    color: #cfcfcf;
    padding: 18px 22px;
    border: 1px solid #fff0;
    border-radius: 50%;
    font-size: 52px;
    /* margin-left: 43px; */
    position: absolute;
    left: 3708%;
    font-weight: 200;
    bottom: -948%;
}

/* .section5-about li.slick-slide.slick-current {
    padding-top: 2%;
} */
.section5-about ul.services-slider li h3,
.section5-about ul.services-slider li p {
    padding-left: 90px;
    text-align: left;
}

/* ************************************************About Page end********************************************** */

/* ************************************************Contact Page start********************************************** */
/* contact us */
/* sec2-contact */
.section2-contact {
    padding: 60px 0;
}

.section2-contact h2 {
    font-family: 'Boiling';
    font-size: 60px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 60px;
}

.section2-contact h2 span {
    color: #ff5800;
}

.section2-contact h3 {
    font-family: 'Boiling';
    font-size: 26px;
    color: #ff5800;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section2-contact p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 16px;
    margin-top: 20px;
}

.section2-contact a.call-now-btn {
    margin-top: 4px;
    padding: 0;
    padding-top: 4px;
    background: none;
    border: none;
    color: #403E3E;
    font-family: 'Boiling';
    font-weight: 600;
    font-size: 30px;
    margin-left: 46px;
    position: relative;
}

.section2-contact a.call-now-btn span {
    color: #ff5800;
}

.section2-contact a.call-now-btn:before {
    width: 26%;
    height: 100%;
    background-image: url("../images/icon-call-default.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: -44px;
    position: absolute;
    top: 14px;
}

section.section2-contact a.call-now-btn:hover {
    background: none;
    color: #000;
}

section.section2-contact a {
    padding: 6px 10px 6px 34px;
    color: #000;
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

section.section2-contact a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section2-contact a i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section2-contact .form-container h4 {
    color: #000;
    font-size: 18px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6100;
}

.section2-contact .form-container h3 {
    font-size: 38px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto Condensed';
}

.section2-contact hr {
    color: #fff;
}

.section2-contact .form-container input,
.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #fe6100;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
}

.form-floating>.form-select {
    padding-top: 20px;
    padding-left: 14px;
}

.form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}

.section2-contact .form-container a.submit {
    padding: 6px 6px 6px 29px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

.section2-contact .form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section2-contact .form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

/* sec3-contact */
section.section3-contact iframe {
    height: 500px;
}

section.section3-contact {
    padding: 40px 0;
    padding-bottom: 110px;
    position: relative;
    z-index: 0;
}

section.section3-contact img.banner-right-text {
    position: absolute;
    width: 200px;
    bottom: 10%;
    right: 0;
}

/* ************************************************Contact Page end********************************************** */

/* ************************************************Blog Page start********************************************** */
/* blog page */
.section2-blog {
    padding: 40px 0;
    position: relative;
    z-index: 0;
    padding-bottom: 130px;
}

.section2-blog img.banner-right-text {
    position: absolute;
    bottom: 0;
    width: 200px;
    right: 0;
}

.section2-blog h2 {
    font-family: 'Boiling';
    font-size: 60px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 60px;
}

.section2-blog h2 span {
    color: #ff5800;
}

.section2-blog p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 16px;
    display: block;
    width: 70%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.section2-blog ul.blogs {
    text-align: center;
}

.section2-blog ul.blogs li {
    display: inline-block;
    width: 28%;
    margin: 20px 20px;
}

.section2-blog ul.blogs li .img-container {
    /* border-radius: 20px; */
    position: relative;
    z-index: 0;
}

.section2-blog ul.blogs li .img-container img {
    border-radius: 24px;
}

.section2-blog ul.blogs li .img-container span {
    position: absolute;
    left: 6%;
    background: #fe6100;
    font-family: sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #fff;
    bottom: 6%;
    padding: 6px 10px;
}

.section2-blog ul.blogs li .content {
    text-align: left;
}

.section2-blog ul.blogs li .content p a {
    font-size: 12px;
    font-family: sans-serif;
    margin: 0 6px;
    text-align: left;
}

.section2-blog ul.blogs li .content h3 {
    font-size: 20px;
    text-align: left;
}

.section2-blog ul.blogs li .content p {
    font-weight: 300;
    width: 100%;
    text-align: left;
    margin-bottom: 10px;
}

.section2-blog ul.blogs li .content a.readmore {
    font-family: sans-serif;
    font-size: 14px;
    color: #fe6100;
    text-align: left;
    font-weight: 600;
}

.section2-blog .blogmore-btn {
    padding: 6px 6px 6px 16px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

.section2-blog .blogmore-btn:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section2-blog .blogmore-btn i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

/* ************************************************Blog Detail Page end********************************************** */
.section1-bd {
    padding: 100px 0;
    padding-top: 160px;
    background-image: url("../images/blog/08-jan-blog-inner-banner.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 0;
    padding-bottom: 40px;
}

.section2-bd h2 {
    font-size: 50px;
}

.section2-bd h3 {
    margin-top: 30px;
}

/* ************************************************Blog Detail Page end********************************************** */

/* ************************************************Services Detail Page start********************************************** */
.section-main-service {
    position: relative;
    padding-bottom: 40px;
    z-index: 0;
}

.section1-service {
    padding-top: 180px;
    padding-bottom: 90px;
    position: unset;
    margin-bottom: 60px;
}

.section-main-service .form-container {
    padding: 34px 24px;
    background: #fff;
    border-radius: 20px 20px 0 0;
    margin-bottom: -80px;
    /* position:relative; */
    position: absolute;
    /* margin-top: -90px; */
    /* display: block; */
    top: -522px;
    left: 0;
    z-index: 1;
    /* box-shadow: 5px 10px #888888; */
    box-shadow: 0px -10px 10px 0px rgb(0 0 0 / 18%);
}

.section-main-service .form-container:after {
    width: 200px;
    height: 164px;
    background-image: url("../images/form-discount-40.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    right: 4px;
    bottom: -78px;
    /* padding: 28px; */
    position: absolute;
    z-index: 1;
}

.section-main-service .form-container:before {
    width: 29px;
    height: 42px;
    background-image: url("../images/footer-form-left-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 4px;
    top: 10px;
    position: absolute;
}

/* .section-main-service .form-container:after{
    width: 26px;
    height: 30px;
    background-image: url("../images/footer-form-right-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    right: 10px;
    top: 40px;
    position: absolute;
} */
.section-main-service .form-container h4 {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6100;
}

.section-main-service .form-container h3 {
    font-size: 28px;
    color: #000;
    font-weight: 600;
    font-family: sans-serif;
}

.section1-service hr {
    color: #fff;
}

.section1-service img.banner-left-text {
    width: 200px;
    position: absolute;
    top: 120px;
}

.section-main-service .form-container input,
.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #fe6100;
    margin-bottom: 10px;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
}

.form-floating>.form-select {
    padding-top: 20px;
    padding-left: 14px;
}

.form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}

.section-main-service .form-container a.submit {
    padding: 6px 6px 6px 29px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

.section-main-service .form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

.section-main-service .form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section-main-service1 {
    position: relative;
    z-index: 0;
}

.section-main-service1 .banner-left-text {
    position: absolute;
    width: 200px;
    top: 0px;
    left: 0;
    z-index: 1;
}

.section-main-service1 img.banner-right-text {
    position: absolute;
    right: 0;
    width: 200px;
    top: 40%;
}

/* sec2-service */
section.section2-service {
    padding-top: 40px;
}

section.section2-service .banner-left-text {
    top: 266px;
    display: none;
}

section.section2-service a {
    /* padding: 6px 6px 6px 29px; */
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

section.section2-service a.ani-btn:hover {
    /* background: #ff5800; */
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section2-service a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

.section-main-service .banner-right-text {
    position: absolute;
    width: 200px;
    bottom: 0px;
    right: 0;
    z-index: 1;
}

/* sec3-service */
section.section3-service {
    padding: 40px 0;
}

section.section3-service .nav-tabs .nav-item.show .nav-link,
section.section3-service .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #ff5800;
    border-color: #fff0;
    color: #fff;
    width: 100%;
    border-radius: 0;
}

section.section3-service ul {
    border: none;
    display: inline-block;
}

section.section3-service ul li {
    border: 2px solid #ff5800;
    color: #000;
    display: inline-block;
    /* margin: 0 14px; */
    padding: 4px 4px;
    width: 150px;
}

section.section3-service ul li a {
    border-radius: 0;
    color: #000;
    padding: 6px 6px 6px;
    font-size: 16px;
    border: navajowhite;
    width: 100%;
}

section.section3-service ul li:hover {
    background: #ff5800;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section3-service ul li:hover a {
    color: #fff;
    transition: all 0.4s ease-in-out;
}

section.section3-service ul.service-books li {
    background: none;
    width: 22% !important;
    transition: all 0.4s ease-in-out;
    /* margin-top: -44%; */
    border: 1px solid #fff0 !important;
    margin: 20px 10px !important;
}

section.section3-service ul.service-books li img.open-book {
    display: none;
    opacity: 0;
}

section.section3-service ul.service-books li:hover .close-book {
    transition: all 0.4s ease-in-out;
    opacity: 0;
}

section.section3-service ul.service-books li:hover .open-book {
    opacity: 1;
    display: block;
    transition: all 0.4s ease-in-out;
    margin-top: -146%;
}

section.section3-service .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    width: 100%;
    border-color: #fff0;
    color: #ff5800;
    color: #fff;
    border-radius: 0;
    /* border-color: #e9ecef #e9ecef #dee2e6; */
}

section.section3-service h2 {
    font-family: 'Boiling';
    font-size: 44px;
    color: #403E3E;
    /* font-weight: 800; */
    line-height: 60px;
}

section.section3-service h2 span {
    color: #ff5800;
}

section.section3-service p {
    font-family: 'Boiling';
    color: #403E3E;
    /* font-weight: 600; */
    font-size: 16px;
    display: block;
    width: 100%;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

section.section3-service ul li.nav-item.current {
    background: #ff5800;
    color: #fff;
}

section.section3-service a {
    /* padding: 6px 10px 6px 34px; */
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
}

section.section3-service a:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff !important;
    transition: all 0.4s ease-in-out;
}

section.section3-service a i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

section.section3-service .tabs.current {
    display: block;
}

section.section3-service .tabs {
    display: none;
}

/* ************************************************Services Detail Page end********************************************** */

/* ************************************************Portfolio Page start********************************************** */
.section1-portfolio {
    padding-top: 120px;
    padding-bottom: 60px;
}

section.section2-portfolio p {
    width: 70%;
}

.section3-portfolio {
    padding: 20px 0;
    padding-bottom: 120px;
}

/* ************************************************Portfolio Page end********************************************** */

/* footer */
footer {
    position: relative;
    z-index: 0;
    color: #fff;
    background: transparent linear-gradient(180deg, #F37335 0%, #DC5B3D 59%, #AA274E 100%) 0% 0% no-repeat padding-box;
    padding: 40px 0;
    padding-bottom: 150px;
    /* overflow-x: hidden; */
}

footer p {
    font-size: 14px;
    font-family: sans-serif;
    color: #fff;
}

footer .logofooter {
    width: 60%;
}

footer h3 {
    font-size: 18px;
}

footer ul {
    margin-top: 20px;
}

footer ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    font-family: sans-serif;
    line-height: 30px;
}

footer ul li a:hover {
    text-decoration: none;
    color: #000;
    transition: all 0.4s ease-in-out;
}

footer .form-container {
    padding: 40px 24px;
    background: #fff;
    border-radius: 10px 10px 0 0;
    margin-top: -114px;
    position: relative;
    margin-left: 10px;
    z-index: 0;
    /* box-shadow: 5px 10px #888888; */
    box-shadow: 0px -5px 10px 0px rgb(0 0 0 / 18%);
}

footer .border-col {
    border-left: 1px solid #ffffffd1;
}

footer .col-md-4 {
    padding-top: 0;
}

footer .form-container:before {
    width: 29px;
    height: 42px;
    background-image: url("../images/footer-form-left-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 4px;
    top: 10px;
    position: absolute;
}

footer .form-container:after {
    width: 26px;
    height: 30px;
    background-image: url("../images/footer-form-right-shape.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    right: 10px;
    top: 40px;
    position: absolute;
}

footer .form-container h4 {
    color: #000;
    font-size: 12px;
    font-family: sans-serif;
    font-weight: 700;
    color: #fe6100;
}

footer .form-container h3 {
    font-size: 24px;
    color: #000;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
}

footer hr {
    width: 170%;
    color: #fff;
    /* float: left; */
    margin-left: -397px;
}

footer .form-container input,
.form-floating>.form-select {
    background-color: #ebebeb;
    border: 1px solid #fe6100;
    margin-bottom: 10pxpx;
    color: #000;
    width: 100%;
    font-size: 14px;
    height: 50px;
    padding: 6px 8px;
    border-radius: 6px;
}

.form-floating>.form-select {
    padding-top: 20px;
    padding-left: 14px;
    position: relative;
    z-index: 0;
}

.form-floating>.form-select option:hover {
    background-color: #fe6100;
    color: #fff;
}

footer .form-container a.submit {
    padding: 6px 6px 6px 29px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

footer .form-container a.submit:hover {
    background: #ff5800;
    cursor: pointer;
    color: #fff;
    transition: all 0.4s ease-in-out;
}

footer .form-container a.submit i {
    background: #ff5800;
    padding: 8px;
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

footer ul.contact-details li {
    display: block;
    width: 100%;
}

footer ul.contact-details li i {
    margin-right: 10px;
}

footer ul.contact-details li:hover {
    color: #000;
    transition: all 0.4s ease-in-out;
    text-decoration: none;
    cursor: pointer;
}

footer ul.contact-details li {
    padding: 10px 0;
    transition: all 0.4s ease-in-out;
    color: #fff;
}

footer:before {
    width: 100%;
    height: 188px;
    background-image: url("../images/footer-bottom-img.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0;
    position: absolute;
}

footer:after {
    width: 416px;
    height: 66%;
    background-image: url("../images/girl-footer.webp");
    display: block;
    content: "";
    background-repeat: no-repeat;
    right: 16%;
    z-index: 0;
    bottom: 0;
    position: absolute;
}

/* header new */
header.sticky {
    position: sticky;
    z-index: 9999;
    background-color: #f5f5f5;
    /* background: transparent linear-gradient(180deg, #F37335 0%, #DC5B3D 59%, #AA274E 100%) 0% 0% no-repeat padding-box; */
    top: 0px;
    border-top: 1px solid #ffffff61;
    border: none;
    transition: all o.4s ease-in-out;
}

header.sticky:before {
    display: none;
}

/*==============floating strips css start============== */
.floatbutton.active {
    right: 0;
    z-index: 9;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    position: fixed;
    right: -370px;
    top: 18%;
    font-size: 0;
    width: 420px;
    /* transform: translateY(-50%); */
    z-index: 999;
}

.floatbutton .clickbutton {
    width: 50px;
    z-index: 999;
    height: 200px;
    cursor: pointer;
    box-shadow: -20px 7px 18px -7px rgba(87, 184, 151, 0.09);
    border-radius: 3px 0px 0px 3px;
    border-radius: 10px 0px 0px 10px;
    display: inline-block;
    padding-top: 0;
    vertical-align: top;
    margin-top: 125px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    background-color: #ff5800;
    box-shadow: 0px 0px 40px #00000026;
    -webkit-box-shadow: 0px 0px 40px #00000026;
    -ms-box-shadow: 0px 0px 40px #00000026;
    -o-box-shadow: 0px 0px 40px #00000026;
}

.floatbutton .clickbutton .crossplus:before {
    content: "";
    display: none;
    position: absolute;
    width: 20px;
    height: 2px;
    right: 0;
    background: #fbb334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus:after {
    content: "";
    display: none;
    position: absolute;
    width: 2px;
    height: 20px;
    right: 0;
    background: #fab334;
    z-index: 99;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.floatbutton .clickbutton .crossplus {
    position: absolute;
    display: block;
    transform: rotate(-90deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    left: -54px;
    white-space: pre;
    bottom: 87px;
}

.floatbutton .clickbutton .crossplus.rotate {
    transform: rotate(45deg);
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.floatbutton .clickbutton .crossplus i {
    font-size: 18px;
    color: #ffffff;
    margin: 17px 0 0 15px;
}

.banner-form {
    background: #fff;
    padding: 20px 16px;
    position: relative;
    z-index: 99999 !important;
    border-radius: 5px;
    margin: 0;
    width: 370px;
    display: inline-block;
    box-shadow: 0px 0px 30px #0000001f;
}

.ban-form input {
    width: 100%;
    margin: 0 0 0 0;
    border: 1px solid #ff5800;
    background: #ebebeb;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    border-radius: 3px;
    height: 50px;
    font-weight: 400;
    outline: none !important;
    margin: 0 0 15px 0;
}

.banner-form .intl-tel-input {
    width: 100%;
}

.banner-form h3 {
    color: #fe6100;
    font-size: 24px;
    margin-bottom: 5px;
    text-align: center;
    font-weight: 700;
}

.banner-form h3 strong {
    color: #000;
    font-size: 20px;
    text-align: center;
}

.banner-form h3 strong {
    font: 24px/24px 'Roboto Condensed', sans-serif;
    font-weight: 600;
}

.ban-form input[type="submit"] {
    color: #000;
    font-weight: 600;
    border-radius: 3px;
    text-align: center;
    padding: 10px 30px;
    font-family: 'Boiling';
    margin: 20px 0 0;
    border: transparent;
    font-size: 16px;
    display: inline-block;
    width: fit-content;
    border-radius: 30px;
    border: 2px solid #ff5800;
    cursor: pointer;
    margin-top: 17px;
    background-color: #ffffff;
    display: block;
    margin: auto;
    margin-top: 11px;
}

.ban-form textarea {
    width: 100%;
    border: 1px solid #ff5800;
    background: #ebebeb;
    padding: 10px 15px;
    color: black;
    font-size: 14px;
    border-radius: 3px;
    font-weight: 400;
    height: 120px;
    outline: none !important;
    margin: 15px 0 0px 0;
    resize: none;
}

.btns_wrap {
    position: fixed;
    right: -6px;
}

.btns_wrap a:hover {
    text-decoration: none !important;
    right: 0px;
}

.btns_wrap .call_wrap {
    width: 280px;
    background-color: #ff5800;
    position: absolute;
    right: -225px;
    top: 63px;
    border-radius: 3px 0px 0px 3px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .call_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 20px 15px 15px;
}

.btns_wrap .chat_wrap {
    display: block;
    position: absolute;
    right: -225px;
    width: 280px;
    background-color: #ff5800;
    top: 0;
    border-radius: 0px;
    overflow: hidden;
    box-shadow: 0px 0px 40px #00000026 !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-radius: 10px 0px 0px 10px;
    z-index: 9999;
}

.btns_wrap .chat_wrap span.icoo,
.btns_wrap .call_wrap span.icoo {
    color: #fff;
    font-size: 20px;
    padding: 8px 20px;
    border-right: 1px solid #ded9d9;
    vertical-align: middle;
    display: inline-block;
    border-radius: 10px 0px 0px 10px;
}

.btns_wrap .chat_wrap span {
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    /* background: #000; */
    padding: 15px 30px 15px 15px;
}

.ban-form .fldset.inpchecbx label {
    display: inline-block;
    margin: 0;
    line-height: 1.4;
    color: #676767;
    font-size: 13px;
}

.ban-form .fldset.inpchecbx input {
    display: inline-block;
    width: auto;
    height: auto;
    margin: 0;
}

.fldset.inpchecbx {
    margin: 10px 0 0 0;
}

.fldset p {
    font-size: 13px;
    color: #676767;
    padding: 0;
    margin: 10px 0 0 0;
}

.fldset p a {
    display: block;
    padding: 5px 0px 0 0;
    color: #141315;
    font-weight: 500;
    font-size: 14px;
}

.main-services-banner-sec .ban-form .fldset textarea {
    height: 60px;
}

.main-services-banner-sec .ban-form input {
    height: 40px
}

.intl-tel-input .country-list .country {
    font-size: 14px;
}

/*floating form end*/
.section1-home input.phone-country {
    width: 452px !important;
    margin-bottom: 10px !important;
}

section.section1-about.section1-service input.phone-country {
    width: 426px !important;
    margin-bottom: 10px !important;
}

.banform input#phone-country {
    width: 314px !important;
    margin-bottom: 10px !important;
}

.popupform input.phone-country {
    width: 404px !important;
    margin-bottom: 10px !important;
}

footer input.phone-country {
    width: 293px !important;
    margin-bottom: 20px !important;
}

.section2-contact .phone-country {
    width: 540px !important;
    margin-bottom: 10px !important;
}

.section-main-service .phone-country {
    width: 428px !important;
    margin-bottom: 10px !important;
}

.iti input {
    margin-bottom: 10px !important;
    width: 100% !important;
}

.iti__flag-container {
    top: -10px !important;
}

.banform .iti__flag-container {
    top: -8px !important;
}

span.iti__country-name {
    color: #000 !important;
}

.iti__selected-dial-code {
    color: #000 !important;
}

.iti__selected-flag {
    height: 72% !important;
    top: 10px !important;
}

button.submit:hover {
    background: #ff5800;
    color: #fff;
}

a.call-now-btn:hover {
    text-decoration: none;
    transform: scale(1.05);
}

a.call-now-btn:hover::before {
    left: -60px;
    /* transition: 1s; */
    /* transform: rotate(90deg); */
    transition: 0.9s;
    transform: rotateY(180deg);
}

ul.contact-details.pri li p {
    float: right;
    margin-bottom: 22px;
    margin-right: 19px;
}

/* button animations
 */
section.section1-about a,
.ani-btn,
.submit {
    padding: 6px 46px 12px 26px;
    border: 2px solid #ff5800;
    font-size: 18px;
    border-radius: 50px;
    margin-bottom: 20px;
    margin-right: 10px;
    min-width: 162px;
    color: #000;
    background-color: #00ffff00;
    border-color: #f37335;
    position: relative;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
}

section.section1-about a:hover,
.ani-btn:hover,
.submit:hover {
    color: #fff;
    text-decoration: none;
}

section.section1-about a:before,
.ani-btn:before,
.submit:before {
    content: "";
    position: absolute;
    z-index: -1;
    background: #ff5800;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    top: 5px;
    transition: 0.5s;
    right: 6px;
}

section.section1-about a:hover::before,
.ani-btn:hover::before,
.submit:hover::before {
    background: #ff5800;
    cursor: pointer;
    width: 200%;
    height: 200%;
    top: -13px;
    right: -77px;
    transition: .5s;
    transform: translate(0%, 0%);
}

section.section1-about a i,
.ani-btn i,
.submit i {
    padding: 8px 14px;
    border-radius: 50%;
    color: #fff;
    position: absolute;
    width: 0;
    z-index: 2;
    right: 18px;
    float: right;
}

/* mobile */
@media screen and (min-width: 0px) and (max-width: 440px) {}

@media screen and (min-width: 0px) and (max-width: 767px) {
    footer hr {
        width: 218%;
        color: #fff;
        /* float: left; */
        margin-left: -397px;
    }

    section.section1-home h3,
    section.section1-home h3.orange-text {
        font-size: 30px;
    }

    .intl-tel-input .country-list {
        width: 200px;
    }

    .section1-home input.phone-country {
        width: 270px !important;
    }

    .card-body {
        padding: 0.5rem !important;
    }

    .card {
        margin-bottom: 10px;
        border: none;
    }

    button.btn.btn-genre {
        text-decoration: none;
        color: #fff;
    }

    button.btn.btn-genre {
        color: white;
        font-size: 18px;
    }

    .collapse-h1 {
        background-color: #ac2751;
        border-radius: 10px;
    }

    .collapse-h2 {
        margin-bottom: 10px;
        background-color: #e7673a;
        border-radius: 10px;
    }

    .collapse-h3 {
        background-color: #be3c46;
        border-radius: 10px;
    }

    .collapse-h4 {
        background-color: #d14f40;
        border-radius: 10px;
    }

    .collapse-h5 {
        background-color: #ff875d;
        border-radius: 10px;
    }

    .collapse-h6 {
        background-color: #ff9a77;
        border-radius: 10px;
    }

    .collapse-h7 {
        background-color: #e7673a;
        border-radius: 10px;
    }

    .panel.fiction {
        background-color: #ac2751;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.fiction a {
        color: #fff;
    }

    .panel.fiction a:hover {
        color: #f35400;
    }

    .panel.Children {
        background-color: #e6683a;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.Children a {
        color: #fff;
    }

    .panel.Children a:hover {
        color: #f35400;
    }

    .panel.non-fiction {
        background-color: #be3c46;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.non-fiction a {
        color: #fff;
    }

    .panel.non-fiction a:hover {
        color: #be3c46;
    }

    .panel.biography {
        background-color: #d14f40;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.biography a {
        color: #fff;
    }

    .panel.biography a:hover {
        color: #d14f40;
    }

    .panel.Informative {
        background-color: #ff875d;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.Informative a {
        color: #fff;
    }

    .panel.Informative a:hover {
        color: #ff875d;
    }

    .panel.Informative informative2 {
        background-color: #ac2751;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.Informative a {
        color: #fff;
    }

    .panel.Informative a:hover {
        color: #ac2751;
    }

    .panel.Business {
        background-color: #ff9a78;
        color: #fff;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 20px;
    }

    .panel.Business a {
        color: #fff;
    }

    .panel.Business a:hover {
        color: #ff9a78;
    }

    /* a.view-pricing-txt.various{
    padding: 6px 6px 6px 28px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    font-size: 12px;
    } */

    a.chat_btn {
        padding: 6px 6px 6px 16px;
        border: 2px solid #ff5800;
        border-radius: 50px;
        transition: all 0.4s ease-in-out;
    }


    header.header-section li a {
        color: #000000;
        font-family: ui-sans-serif;
    }

    section.section-home-mobile {
        display: block !important;
    }

    header.header-section {
        background: #157fb2;
    }

    .part3 {
        margin: 25px 0;
    }

    header.header-section a {
        width: 50%;
    }

    header.header-section button {
        color: #000;
        float: right;
        margin: 15px 0;
        font-family: 'Roboto Condensed', sans-serif !important;
    }

    header.header-section {
        margin-top: 10px;
    }

    header.header-section li {
        display: block;
        text-align: left;
        padding: 6px 0px;
        font-size: 18px;
    }

    /* ***************Home Page******************** */
    ul.top1 {
        left: 0;
        margin-top: 20px;
    }

    header.header-section {
        /* background: #ff5800!important; */
        background: transparent linear-gradient(180deg, #ff965e 0%, #ff9e9e 59%, #ffc3c3 100%) 0% 0% no-repeat padding-box;
    }

    header.header-section li.current-btn a {
        color: #ff5800 !important;
    }

    header.sticky img {
        width: 40%;
        margin-top: 8px;
    }

    header.sticky nav a {
        color: #000000 !important;
    }

    header.header-section ul.services li a {
        color: #fff;
    }

    header li.liservices a:hover {
        color: #ff5800;
    }

    header:before {
        display: none;
    }

    header img {
        width: 50%;
    }

    li.liservices:hover ul.services {
        width: 100%;
        top: 100%;
    }

    section.section2-home .banner-right-text,
    .section1-home .banner-left-text,
    section.section4-home .banner-left-text,
    section.section4-home .banner-right-text,
    .section6-home .banner-left-text,
    section.section7-home .banner-right-text,
    .section8-home .banner-left-text,
    section.section8-home .banner-right-text,
    section.section10-home .banner-right-text,
    .section10-home .banner-left-text {
        display: none;
    }

    .section1-home {
        padding-top: 160px;
    }

    section.section1-home .banner-content:before {
        right: 6px;
        top: 60px;
    }

    .section1-home .bannerright-arrow {
        top: -200%;
    }

    .section1-home .form-container {
        padding: 26px 38px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .section1-home .form-container:after {
        display: none;
    }

    section.section1-home .banner-content {
        padding-top: 6px;
        padding-left: 0;
        padding-bottom: 20px;
    }

    ul.banner-logos li {
        width: 160px;
    }

    section.section2-home {
        padding: 20px 0;
    }

    .section2-home h2,
    .section1-about h2,
    .section2-about h2,
    .section3-about h2,
    .section5-about h2,
    .section2-contact h2,
    .section2-blog h2 {
        font-size: 34px;
        line-height: 34px;
    }

    .section2-home p {
        font-size: 14px;
    }

    .section3-home h3,
    .section9-home h2 {
        font-size: 28px;
        line-height: 29px;
    }

    .section3-home {
        padding-top: 20px;
    }

    .section3-home:before {
        width: 104%;
        left: -10px;
        height: 42%;
        top: 0%;
    }

    .section4-home h2,
    .section7-home h2,
    .section10-home h2 {
        text-align: left;
        font-size: 34px;
        line-height: 36px;
    }

    .section5-home .row {
        flex-direction: column-reverse;
    }

    .section5-home h3,
    .section6-home h2,
    .section8-home h2 {
        font-size: 34px;
        line-height: 36px;
    }

    .section5-home img {
        margin-bottom: -98px;
    }

    .section6-home .row {
        flex-direction: column-reverse;
    }

    section.section6-home ul li .content {
        font-size: 10px;
        padding: 8px 8px;
    }

    section.section6-home ul li .content p {
        font-size: 14px;
    }

    section.section6-home ul li {
        width: 162px;
        padding: 0;
    }

    section.section6-home ul li h3 {
        font-size: 12px;
    }

    section.section6-home ul li:hover .content {
        height: 197px;
    }

    section.section6-home ul li .content img.quote {
        width: 20%;
        margin-left: -120px;
    }

    section.section7-home ul li {
        width: 160px;
    }

    .section6-home {
        padding: 10px 0;
    }

    .section7-home p,
    .section8-home p {
        text-align: left;
        width: 100%;
    }

    .section7-home {
        padding: 20px 0;
    }

    .section8-home {
        padding: 20px 0;
    }

    .section8-home {
        display: none;
    }

    .section9-home {
        padding: 20px 0;
        padding-bottom: 100px;
    }

    .section10-home a.call-now-btn {
        margin-bottom: 20px;
    }

    .section10-home {
        padding: 20px 0;
    }

    section.section10-home .row {
        flex-direction: column-reverse;
    }

    footer:after {
        display: none;
    }

    footer .logofooter {
        width: 100%;
        margin-bottom: 20px;
    }

    footer .form-container {
        display: none;
    }

    footer .col-md-4 {
        width: 33%;
    }

    footer {
        padding-top: 0;
    }

    footer h3 {
        font-size: 16px;
    }

    footer ul {
        margin-top: 0;
    }

    footer:before {
        height: 180px;
    }

    section.section9-home ul.clients-slider li {
        position: relative;
        width: 306px !important;
        display: inline-block;
        margin: 0px 20px;
    }

    section.section9-home img.client-small {
        display: none;
    }

    .popupform.visibleit {
        max-width: 336px;
    }

    .banner-left-text,
    .banner-right-text {
        display: none;
    }

    .banner-right-image {
        display: none;
    }

    .section1-service {
        padding-bottom: 292px;
        padding-top: 90px;
    }

    .section-main-service .form-container {
        border-radius: 0;
        box-shadow: none;
        top: 0;
    }

    .banner-right-text,
    .banner-left-text {
        display: none;
    }

    .section2-service .row {
        flex-direction: column-reverse;
    }

    .section2-service {
        padding-top: 250px;
    }

    .section3-about ul.core-values {
        margin: 0px 0;
    }

    .section3-about .fact-counter li {
        width: 100%;
        margin-bottom: 36px;
    }

    .section3-about .fact-counter li:before {
        display: none;
    }

    section.section3-service ul li {
        width: 140px;
        margin: 4px 4px;
    }

    section.section3-service ul li a {
        font-size: 14px;
    }

    .section3-about {
        padding-bottom: 0;
        padding-top: 0px;
    }

    .section3-about .fact-counter li h3 {
        margin-top: -8%;
    }

    .section2-contact .form-container h4 {
        margin-top: 30px;
    }

    .section2-contact .form-container h3 {
        font-size: 20px;
    }

    .section2-contact {
        padding: 20px 0;
    }

    .section1-about {
        padding-bottom: 20px;
        margin-bottom: 0;
    }

    .section-main-service .form-container h3 {
        font-size: 22px;
    }

    .section-main-service .form-container:after {
        width: 110px;
        right: 22px;
        bottom: -74px;
    }

    .section-main-service .form-container input,
    .form-container input {
        height: 38px;
    }

    /*ul.services{background:#fff;}*/
    /*ul.services li a {color: #000;   }*/
    .section2-blog ul.blogs li {
        display: block;
        width: 88%;
        margin: 20px 20px;
    }

    .section-home-main:after {
        display: none;
    }

    .section-home-main:before {
        width: 110px;
        left: 64%;
        top: 24%;
    }

    section.section1-home h3.orange-text:after {
        left: 285px;
    }

    section.section1-home h3.orange-text:before {
        left: 0px;
    }

    section.section9-home .slick-prev:before {
        left: 130% !important;
        /* bottom: 0; */
    }

    section.section9-home .slick-next:before {
        /* left:-86px; */
    }

    section.section9-home .quote {
        margin-top: 20px;
    }

    .section1-home .bannerright-arrow {
        display: none;
    }

    .section1-home .form-container h3 {
        font-size: 20px;
    }

    .section1-home .form-container:before {
        background-size: contain;
        width: 40px;
    }

    header .liservices i,
    header.header-section li.current-btn:before {
        top: 10px;
        font-size: 22px;
        left: 30%;
    }

    header.header-section li.current-btn:before {
        top: 4px;
        left: 31%;
    }

    .section2-contact .phone-country {
        width: 344px !important;
    }

    .popupform input.phone-country {
        width: 288px !important;
    }

    .floatbutton {
        width: 300px;
    }

    .banner-form {
        padding: 10px 10px;
    }

    .banner-form {
        width: 250px;
    }

    .banform input#phone-country {
        width: 206px !important;
    }

    .ban-form input {
        height: 40px;
        margin: 0 0 4px 0;
    }

    .floatbutton {
        right: -250px;
    }

    .ban-form textarea {
        margin: -6px 0 0 0;
    }

    .ban-form input[type="submit"] {
        padding: 4px 30px;
        font-size: 12px;
    }

    .floatbutton .clickbutton .crossplus {
        bottom: 72px;
        font-size: 14px;
        left: -46px;
    }

    .floatbutton .clickbutton {
        height: 170px;
    }

    .iti--container {
        z-index: 99999;
    }

    .section-main-service .phone-country {
        width: 328px !important;
        margin-bottom: 10px !important;
    }

    .section9-home ul.clients-slider li.slick-slide.slick-current {
        width: 345px !important;
        margin-top: 0;
    }

    header .collapse.show {
        height: 100vh;
    }

    section.section3-contact {
        padding-bottom: 10px;
    }

    section.section2-service {
        padding-top: 540px;
    }

    .section5-about ul.services-slider li:nth-child(even) {
        padding-top: 0;
    }

    .section-main-service {
        padding-bottom: 0;
    }

    .section9-home .slick-track {
        width: 1140px !important;
    }

    section.section2-home a,
    section.section1-about a,
    button.submit,
    section.section2-about a,
    .section3-home a,
    .section4-home a,
    section.section10-home a,
    section.section7-home a,
    section.section2-contact a,
    .section3-about a,
    section.section3-service a,
    .section5-home a {
        text-decoration: none;
        color: #000;
        font-size: 14px;
        /* padding: 6px 6px 6px 34px; */
    }

    .section3-home a.call-now-btn,
    .section4-home a.call-now-btn,
    .section2-contact a.call-now-btn,
    .section2-about a.call-now-btn,
    .section3-about a.call-now-btn,
    .section5-home a.call-now-btn,
    .section10-home a.call-now-btn {
        font-size: 20px;
        top: -30px;
    }

    .section3-home a.call-now-btn:before,
    .section2-about a.call-now-btn:before,
    .section2-contact a.call-now-btn:before,
    .section3-about a.call-now-btn:before,
    .section4-home a.call-now-btn:before,
    .section5-home a.call-now-btn:before,
    .section10-home a.call-now-btn:before {
        left: -38px;
        top: 4px;
    }

    section.section-home-mobile a {
        display: none;
    }

    .section4-home p,
    .section6-home p,
    .section7-home p,
    section.section2-about p,
    .section3-about p,
    .section5-home p,
    .section5-about p,
    .section5-about ul.services-slider li p,
    .section8-home p,
    .section10-home p {
        font-size: 16px;
    }

    .section4-home ul li {
        font-size: 16px;
    }

    section.section1-about a,
    .ani-btn,
    .submit {
        min-width: 144px;
        font-size: 14px;
    }

    section.section1-about a:before,
    .ani-btn:before,
    .submit:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #ff5800;
        width: 32px;
        height: 32px;
        border-radius: 50%;
        top: 4px;
        transition: 0.5s;
        right: 9px;
    }

    ul.contact-details.pri li p {
        float: unset;
        margin-bottom: 0px;
    }
}

/* ipad only */
@media screen and (min-width: 768px) and (max-width: 1023px) {

    header.header-section li {
        font-size: 12px;
    }

    .header-section button {
        display: none;
    }

    /* ***************Home Page ******************* */
    header .collapse:not(.show) {
        display: block;
    }

    header.header-section li {
        padding: 0px 8px;
    }

    header .top1 {
        left: 28px;
    }

    header:before {
        height: 180%;
        left: 6%;
        top: -44px;
    }

    ul.services li {
        padding: 8px 12px;
    }

    .section1-home .banner-left-text {
        width: 92px;
        top: 4%;
    }

    .section1-home .form-container {
        padding: 22px 14px;
    }

    .section1-home .form-container:after,
    section.section7-home .banner-right-text,
    .section8-home .banner-left-text,
    section.section8-home .banner-right-text,
    .section10-home .banner-left-text,
    section.section10-home .banner-right-text {
        display: none;
    }

    section.section1-home .banner-content:after {
        width: 100%;
        height: 340px;
        right: -203px;
        top: 33px;
    }

    label {
        font-size: 13px;
    }

    .section1-home .bannerright-arrow {
        right: 0;
        width: 100px;
        top: -84px;
    }

    .section1-home .form-container:before {
        background-size: contain;
        left: -10px;
        width: 26px;
    }

    section.section1-home .banner-content {
        padding-top: 20px;
    }

    .section1-home .form-container h3 {
        font-size: 22px;
    }

    .section1-home {
        padding-bottom: 0px;
    }

    section.section1-home .banner-content:before {
        right: 54px;
        top: -16px;
    }

    ul.banner-logos li {
        width: 160px;
    }

    .section4-home ul li {
        font-size: 12px;
    }

    section.section2-home .banner-right-text,
    section.section4-home .banner-right-text {
        display: none;
    }

    .section2-home h2,
    .section3-home h3,
    .section4-home h2,
    .section5-home h3,
    .section7-home h2,
    .section9-home h2,
    .section10-home h2,
    .section6-home h2,
    .section5-about h2,
    .section1-about h2,
    .section3-about h2,
    .section2-contact h2,
    .section2-about h2 {
        font-size: 40px;
        line-height: 40px;
    }

    .section3-home:before {
        top: 0;
    }

    section.section4-home .banner-left-text,
    .section6-home .banner-left-text {
        display: none;
    }

    .section5-home img {
        width: 130%;
        margin-bottom: 0;
        margin-left: -20%;
    }

    section.section6-home ul li {
        width: 150px;
        padding: 0;
    }

    section.section6-home ul li h3 {
        font-size: 11px;
    }

    .section6-home {
        padding-top: 20px;
        padding-bottom: 50px;
    }

    .section7-home {
        padding: 20px 0;
    }

    section.section7-home ul li {
        width: 160px;
    }

    .section8-home {
        padding: 20px 0;
    }

    section.section8-home .panel {
        flex: 0.8;
        margin: 4px;
    }

    /* .section8-home{display:none;} */
    section.section8-home .Children.active {
        background-image: none !important;
    }

    section.section8-home .fiction.active {
        background-image: none !important;
    }

    section.section8-home .non-fiction.active {
        background-image: none !important;
    }

    section.section8-home .biography.active {
        background-image: none !important;
    }

    section.section8-home .Informative.active {
        background-image: none !important;
    }

    section.section8-home .Business.active {
        background-image: none !important;
    }

    section.section8-home .Business.active {
        background-image: none !important;
    }

    .section8-home .content p {
        font-size: 12px;
        width: 100%;
    }

    .section9-home,
    .section10-home {
        padding: 20px 0;
    }

    footer .form-container {
        width: 160%;
    }

    footer:after {
        display: none;
    }

    footer .logofooter {
        width: 100%;
    }

    section.section6-home ul li:hover .content {
        height: 205px;
    }

    section.section6-home ul li .content {
        padding: 6px 8px;
    }

    section.section6-home ul li .content p {
        font-size: 14px;
    }

    section.section6-home ul li .content img.quote {
        width: 24%;
        margin-left: -92px;
    }

    section.section9-home ul.clients-slider li {
        position: relative;
        width: 280px !important;
        display: inline-block;
        margin: 0px 33px;
        margin-bottom: 0;
    }

    section.section9-home {
        padding-bottom: 70px;
    }

    section.section9-home img.client-small.client-2 {
        position: absolute;
        top: 96%;
        left: -2%;
        width: 8% !important;
    }

    section.section9-home img.client-small.client-4 {
        position: absolute;
        right: -2%;
        top: 100%;
        width: 8% !important;
    }

    .section5-about .slick-next:before {
        left: -45px;
        bottom: -950%;
    }

    .section5-about .slick-prev:before {
        left: 2090%;
        bottom: -1008%;
    }

    .banner-left-text,
    .banner-right-text {
        display: none;
    }

    section.section1-about .banner-right-image {
        width: 110px;
        right: -30px;
    }

    .section1-about {
        padding-bottom: 20px;
    }

    .section3-about .fact-counter li h2 {
        font-size: 60px;
    }

    .section3-about .fact-counter li h3 {
        font-size: 18px;
        margin-top: -34px;
    }

    .section2-contact .form-container h3 {
        font-size: 24px;
    }

    .section-main-service .form-container h3 {
        font-size: 20px;
    }

    .section3-about {
        padding-top: 20px;
    }

    .section-main-service .form-container:after {
        width: 100px;
    }

    section.section3-service ul li {
        width: 150px;
        margin: 10px 14px;
    }

    section.section3-service {
        padding-top: 0;
    }

    .section1-service .banner-right-image {
        display: none;
    }

    .section2-blog ul.blogs li {
        width: 26%;
    }

    .section2-blog ul.blogs li .content h3 {
        font-size: 16px;
    }

    .section2-blog ul.blogs li .content p a {
        font-size: 8px;
    }

    .section2-blog ul.blogs li .img-container img {
        border-radius: 12px;
    }

    footer .form-container input,
    .form-floating>.form-select {
        font-size: 10px;
    }

    section.section1-home h3 {
        font-size: 24px;
    }

    section.section1-home h3.orange-text {
        font-size: 28px;
    }

    .section-home-main:before {
        left: 30%;
        width: 136px;
        top: 27%;
    }

    /* section.section1-home h3.orange-text:after{left: 168px;top: 36px;} */
    .section-home-main:after {
        height: 168px;
        top: 26%;
    }

    .section-about-main .banner-right-image {
        width: 23%;
        top: 25%;
    }

    section.section9-home .slick-prev:before {
        bottom: -770%;
        left: 1794%;
    }

    .liservices i {
        top: 14px;
        font-size: 16px;
        left: 30%;
    }

    header.header-section li.current-btn:before {
        font-size: 16px;
        top: 12px;
        left: 18px;
    }

    .section1-home input.phone-country {
        width: 300px !important;
    }

    footer input.phone-country {
        width: 290px !important;
    }

    .section2-contact .phone-country {
        width: 330px !important;
    }

    section.section6-home ul li .content p {
        font-size: 14px;
    }

    .section-main-service .phone-country {
        width: 252px !important;
        margin-bottom: 10px !important;
    }

    .section2-bd h2 {
        line-height: 34px;
        font-size: 34px;
    }

    footer h3 {
        font-size: 16px;
    }

    .section10-home {
        padding-bottom: 90px;
    }

    section.section8-home .panel {
        height: 24vh;
    }

    footer hr {
        width: 162%;
        color: #fff;
        /* float: left; */
        margin-left: -397px;
    }
}

/* both  */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .home-sec1 {
        background-size: contain;
        background-position: top;
    }

    ul.home-services .slick-dots li {
        width: 60%;
        margin: 28px 0;
    }

    .section9-home .slick-track {
        width: 3000px !important;
    }

    section.section9-home img.client-small.client-1 {
        top: 20%;
        width: 12% !important;
    }

    section.section9-home img.client-small.client-2 {
        top: 80%;
        left: 0%;
        width: 17% !important;
    }

    section.section9-home img.client-small.client-3 {
        position: absolute;
        width: 13% !important;
        top: 10%;
        right: 30px;
    }

    .section9-home ul.clients-slider li.slick-slide.slick-current {
        width: 614px !important;

    }

    button.submit,
    section.section1-about a,
    section.section2-about a,
    .section3-about a,
    section.section2-contact a,
    section.section2-home a,
    .section4-home a,
    .section5-home a,
    section.section7-home a,
    section.section8-home a,
    section.section10-home a,
    .section3-home a {
        font-size: 14px;
    }

    .section3-home a.call-now-btn,
    .section4-home a.call-now-btn,
    .section3-about a.call-now-btn,
    .section2-about a.call-now-btn,
    .section2-contact a.call-now-btn,
    .section5-home a.call-now-btn,
    .section10-home a.call-now-btn {
        font-size: 24px;
        top: -36px;
    }

    .section3-home a.call-now-btn:before,
    .section5-home a.call-now-btn:before,
    .section3-about a.call-now-btn:before .section4-home a.call-now-btn:before,
    .section2-about a.call-now-btn:before.section2-contact a.call-now-btn:before,
    .section4-home a.call-now-btn:before,
    .section4-home a.call-now-btn:before,
    .section10-home a.call-now-btn:before {
        top: 8px;
    }

    section.section1-about a,
    .ani-btn,
    .submit {
        min-width: 134px;
    }

    section.section1-about a:before,
    .ani-btn:before,
    .submit:before {
        content: "";
        position: absolute;
        z-index: -1;
        background: #ff5800;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        top: 5px;
        transition: 0.5s;
        right: 10px;
    }

    button.submit {
        font-size: 16px;
    }

    .section3-about a.call-now-btn,
    .section5-home a.call-now-btn {
        top: 0;
    }
}

/* ipad pro */
@media screen and (min-width: 1024px) and (max-width: 1365px) {

    /* ***************Home Page ******************* */
    ul.top1 {
        left: 5%;
    }

    header:before {
        height: 147%;
        left: 9%;
        top: -24px;
    }

    .section1-home .bannerright-arrow {
        right: -15px;
    }

    .section1-home .form-container {
        padding: 42px 32px;
    }

    .section1-home .form-container:after {
        background-size: contain;
        right: -8px;
        bottom: -68px;
    }

    section.section1-home .banner-content:before {
        right: 30px;
    }

    section.section1-home .banner-content:after {
        right: -222px;
        top: 8px;
    }

    .section1-home {
        padding-bottom: 22px;
    }

    .section1-home .banner-left-text {
        width: 110px;
        top: 10%;
    }

    ul.banner-logos li {
        width: 226px;
    }

    .section2-home h2,
    .section3-home h3,
    .section4-home h2,
    .section5-home h3,
    .section6-home h2,
    .section9-home h2,
    .section3-about h2,
    .section1-about h2,
    .section2-about h2 {
        font-size: 54px;
        line-height: 54px;
    }

    .section2-about h2 {
        font-size: 50px;
    }

    section.section2-home .banner-right-text {
        width: 90px;
        top: 118px;
    }

    .section3-home:before {
        top: 0%;
    }

    section.section4-home .banner-left-text,
    .section6-home .banner-left-text,
    section.section10-home .banner-right-text {
        display: none;
    }

    .section4-home ul li {
        font-size: 14px;
    }

    section.section6-home ul li {
        width: 220px;
    }

    section.section6-home ul li h3 {
        font-size: 17px;
    }

    .section6-home {
        padding: 40px 0;
    }

    .section7-home {
        padding: 40px 0;
    }

    section.section7-home ul li {
        width: 220px;
    }

    section.section7-home .banner-right-text,
    .section8-home .banner-left-text,
    section.section8-home .banner-right-text {
        display: none;
    }

    section.section8-home .panel {
        flex: 0.8;
        margin: 4px;
    }

    .section8-home,
    .section9-home {
        padding: 40px 0;
    }

    section.section9-home ul.clients-slider li {
        width: 310px !important;
    }

    section.section9-home img.client-small.client-2 {
        position: absolute;
        top: 80%;
        left: -1%;
        width: 10% !important;
    }

    section.section9-home img.client-small.client-4 {
        position: absolute;
        right: -6%;
        top: 87%;
        width: 6% !important;
    }

    .section10-home .banner-left-text {
        display: none;
    }

    .section10-home {
        padding: 40px 0;
        padding-bottom: 100px;
    }

    footer .form-container {
        width: 120%;
    }

    footer:after {
        height: 60%;
        width: 356px;
        right: 0;
        background-size: contain;
        bottom: 0px;
        position: absolute;
    }

    section.section8-home .fiction.active,
    section.section8-home .non-fiction.active,
    section.section8-home .biography.active,
    section.section8-home .Children.active,
    section.section8-home .Informative.active,
    section.section8-home .Business.active {
        background-position: top;
    }

    .banner-left-text,
    .banner-right-text {
        display: none;
    }

    .section5-about .slick-next:before {
        left: -50px;
        bottom: -1014%;
    }

    .section5-about .slick-prev:before {
        left: 2878%;
        bottom: -1065%;
    }

    .section-main-service .form-container {
        top: -466px;
    }

    .section-main-service .form-container:after {
        width: 140px;
        bottom: -70px;
    }

    .section3-about .fact-counter li h2 {
        font-size: 110px;
    }

    section.section3-service ul li {
        width: 120px;
    }

    section.section3-service ul li a {
        font-size: 12px;
    }

    .section-home-main:before {
        width: 200px;
        top: 32%;
        left: 30%;
    }

    .section-home-main:after {
        width: 26%;
        right: -56px;
        top: 28%;
    }

    .section-about-main .banner-right-image {
        top: 29%;
        right: -66px;
    }

    section.section9-home .slick-prev:before {
        left: 2578%;
        bottom: -774%;
    }

    .section2-contact .phone-country {
        width: 450px !important;
    }

    .section-main-service .phone-country {
        width: 352px !important;
        margin-bottom: 10px !important;
    }

    .section9-home .slick-track {
        width: 1500px !important;
    }

    .section9-home ul.clients-slider li.slick-slide.slick-active {
        width: 412px !important;
    }

    section.section9-home img.client-small.client-2 {
        left: -6%;
    }

    .section1-home input.phone-country {
        width: 476px !important;
        margin-bottom: 10px !important;
    }

    ul.banner-logos .slick-track {
        width: 1500px !important;
        width: 3262px !important;
    }

    section.section6-home ul li:hover .content {
        height: 220px;
    }

    .section5-home:before {
        top: 40px;
    }

    ul.banner-logos .slick-track {
        width: 5000px !important;
    }

    footer input.phone-country {
        width: 299px !important;
        margin-bottom: 20px !important;
    }

    section.section8-home .panel {
        height: 42vh;
    }

    .ani-btn {
        /* min-width: 99px; */
        padding: 6px 46px 12px 20px;
    }

    section.section1-about a:before,
    .ani-btn:before,
    .submit:before {
        top: 6px;
        width: 30px;
        height: 30px;
    }

    section.section1-about a i,
    .ani-btn i,
    .submit i {
        padding: 6px 10px;
    }

    a.call-now-btn {
        top: -28px;
    }

    a.call-now-btn:before {
        left: -28px;
        top: 1px;
    }

    .section1-about .banner-right-arrow {
        right: 6%;
    }

    .section3-about a.call-now-btn,
    .section5-home a.call-now-btn {
        top: -32px;
    }

    footer hr {
        width: 142%;
        color: #fff;
        /* float: left; */
        margin-left: -397px;
    }
}

@media screen and (min-width: 1366px) and (max-width: 1600px) {
    section.section8-home .panel {
        height: 46vh;
    }
}

/* laptop */
@media screen and (min-width: 1366px) and (max-width: 1800px) {
    header:before {
        left: 24%;
    }

    .section1-home .banner-left-text {
        width: 160px;
        left: -33px;
        top: unset;
        bottom: 0;
    }

    section.section4-home .banner-left-text,
    section.section4-home .banner-right-text,
    section.section8-home .banner-right-text,
    .section8-home .banner-left-text,
    .section10-home .banner-left-text {
        width: 120px;
    }

    section.section10-home .banner-right-text {
        top: 23%;
        width: 120px;
    }

    section.section8-home .banner-right-text {
        top: 44%;
    }

    section.section1-about .banner-right-image {
        width: 196px;
        right: -45px;
    }

    footer:after {
        width: 390px;
        height: 66%;
        right: 0%;
        bottom: 2px;
    }

    section.section2-about .banner-right-text,
    section.section3-about .banner-right-text,
    section.section3-about .banner-left-text {
        width: 120px;
    }

    footer hr {
        width: 122%;
        margin-left: -120px;
    }

    section.section3-about .banner-right-text {
        top: 230px;
    }

    .section1-service .banner-right-image {
        right: -62px;
    }

    .section-home-main:before {
        left: 34%;
    }

    .section-home-main:after {
        top: 30%;
    }

    .section-about-main .banner-left-text {
        width: 130px;
        top: 23%;
    }

    .section-about-main .banner-right-image {
        width: 18%;
        top: 28%;
    }

    section.section3-about .banner-right-text {
        top: 0;
        width: 160px;
    }

    .section-about-main2 .banner-left-text,
    .section-about-main2 img.banner-right-text,
    .section-about-main3 .banner-left-text,
    .section-about-main3 .banner-right-text {
        width: 160px;
    }

    section.section9-home .slick-next:before {
        bottom: -860%;
    }

    section.section9-home .slick-prev:before {
        bottom: -930%;
    }

    .section1-service img.banner-left-text {
        width: 140px;
        position: absolute;
        top: 10%;
    }

    section.section3-contact img.banner-right-text {
        width: 150px;
    }

    .section-main-service .banner-right-text {
        width: 180px;
    }

    .section1-service .banner-right-image {
        width: 212px;
        right: -70px;
        top: 26%;
    }

    section.section8-home .panel {
        height: 460px;
    }

    section.section9-home img.client-small.client-2 {
        top: 95%;
    }


}


h1,
h2,
h3,
h4,
h5,
h6,
p,
li,
a {
    font-family: 'Boiling';
}

section.section-home-mobile {
    display: none;
}

.services-tabs li.nav-item {
    margin-bottom: 10px !important;
}

.section1-home .form-container button.submit i {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}

button.submit {
    font-family: 'Boiling';
    /* padding: 6px 12px 6px 50px; */
    font-size: 18px;
    border: 2px solid #ff5800;
    border-radius: 50px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
    min-width: 160px;
}


i.fa-solid.fa-arrow-right.my-icon {
    /* background: #ff5800; */
    /* padding: 8px; */
    border-radius: 50%;
    margin-left: 10px;
    color: #fff;
}