@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Red+Hat+Text:wght@400;500;600;700&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #606060;
    font-size: 16px;
    line-height: 1.875;
    font-weight: 400;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
    box-sizing: border-box;
    font-family: "Red Hat Text", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}

p {
    font-family: "Red Hat Text", sans-serif;
}

.nav-menu,
nav {
    display: -webkit-box;
    display: -ms-flexbox;
    text-align: center
}

.nav-menu,
.navbar,
nav {
    text-align: center
}

.nav-link {
    font-size: 18px;
    font-weight: 500;
    font-family: "Red Hat Display", sans-serif;
}

a {

    color: inherit;
}

.bar:first-child,
body,
nav {
    width: 100%
}

.bx-shadow-1 {
    box-shadow: 0 0 4px #ddd;
}


nav {
    height: auto;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-around;
    margin: 0;
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 8px 8px 30px 0px rgba(41.999999999999986, 67.00000000000004, 113, 0.15);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

ul {
    margin-bottom: 0
}

.navbar {
    /* -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: .5s;
    transition: .5s */
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.navbar {
    margin-left: auto;
    margin-right: auto;
}

.bar,
.fa-times,
.nav-link {

    -webkit-transition: .5s;
    transition: .5s;
    color: #000;
}

.outline-none {
    outline: 0;
}

.nav-menu li {
    list-style: none;
    margin: 7px 28px;
}

.logo img {
    margin: 2px 20px;
}

.nav-menu {
    display: flex;
    margin: 5px 10px 2px 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}


.nav-link {
    text-decoration: none;
    transition: .5s;
    color: #fff;
}

.nav-link:hover {
    color: #00c3ff;
}


.header-right-side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px;
}

.btn-primary.small.header-btn-hidde-on-mb {
    margin-left: 66px;
}

.btn-primary.small {
    padding: 18px 24px;
    font-size: 16px;
    line-height: 1.125em;
}

.btn-primary {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #0160e7;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(1, 96, 231, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(1, 96, 231, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(1, 96, 231, .3);
}

.line-rounded-icon.link-icon-right.v2 {
    margin-left: 4px;
}

.line-rounded-icon.link-icon-right {
    display: inline-block;
    margin-left: 6px;
}

.btn-primary.small {
    font-size: 16px;
    line-height: .8;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    font-family: "Red Hat Display", sans-serif;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #fff none repeat scroll 0 0;
    border: 1px solid transparent;
    border-radius: 2px;
    /* box-shadow: 0 5px 50px 0 rgba(0, 0, 0, 0.15); */
    padding: 15px 10px 15px 20px;
    width: 250px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #333333;
    display: block;
    font-size: 16px;
    margin-bottom: 0;
    padding: 10px 15px;
    padding-left: 20px;
    text-align: left;
    text-transform: capitalize;
    /* border-bottom: solid 1px #f5f5f5; */
}

.dropdown-content a::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -15px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #00c3ff;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    visibility: hidden;
    opacity: 0;
}

.dropdown-content a:hover {
    color: #00c3ff;
    padding-left: 15px;
    background-color: transparent;
}

.nav-menu li:last-child a {
    border-bottom: none;
}

.dropdown-content li {
    margin: 0;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-menu {
    list-style-type: none;
}

.dropdown-item {
    margin-left: 0px !important;
}


.hamburger {
    display: none
}

#ticket-tab li {
    border-right: 1px solid #333;
}

#ticket-tab li button {
    border: 0;
    outline: none;
    padding: 0px 25px;
    background-color: #fff;
}

#ticket-tab li:last-child {
    border-right: 0;
}

.bar,
.fa-times {
    width: 1.5rem;
    height: 3px;
    display: block;
    padding: 0;
    margin: 6px;
    transition: .5s;
    background-color: #000
}

.bar:nth-child(2) {
    width: 200%
}

.bar:nth-child(3) {
    width: 300%
}

.menu-btn {
    border: 2px solid #fff;
}

.nav-menu li:last-child,
.nav-menu li:last-child a {
    padding-right: 0 !important
}

.top-nav {
    padding: 0px 50px;
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
}

@media (max-width:992px) {

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    ul.nav-menu.active {
        background-color: #fff;
        color: #444
    }

    header>nav {
        position: relative;
        background-color: #fff;
        height: 105px;
    }

    header+section {
        padding-top: 75px
    }

}

.logo img {
    width: 122px;
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .navbar {
        margin-left: 5px;
        margin-right: 5px;
    }

    .wview {
        display: none;
    }
        .dropdown-menu {
        top: 100%;
        left: -58%;
    }
}

@media screen and (max-width:992px) {
    nav {
        z-index: 999999;
        height: 75px;
    }

    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }


    header>nav {
        position: fixed;
        background-color: #fff
    }

    header+section {
        padding-top: 75px
    }

}

@media screen and (min-width:993px) and (max-width:1200px) {

    .nav-link {
        font-size: 1rem
    }
}

@media screen and (min-width: 992px) {
    header {
        position: fixed;
        width: 100%;
        background-color: transparent;
        z-index: 999999;
    }

    header.sticky {
        position: fixed;
        top: 0;
        background-color: #fff !important;
        box-shadow: 0 0px 12px #ddd;
        z-index: 999999;
    }

    header.sticky nav .navbar ul li a {
        color: #000 !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #000 !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #00c3ff !important;
    }

    header.sticky nav .navbar .dropdown a:hover {
        color: #00c3ff !important;
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        color: #00c3ff !important;
    }

}

/* ---------------new-style----nav----------- */




@media (max-width:992px) {

    .mailchimp-one .inner-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .hamburger {
        display: block;
        margin-right: 35px;
    }

    .active .bar:nth-child(2) {
        opacity: 0
    }

    .active .bar:first-child {
        -webkit-transform: translateY(8px) rotate(-315deg);
        transform: translateY(8px) rotate(-315deg);
        width: 300%
    }

    .active .bar:nth-child(3) {
        -webkit-transform: translateY(-10px) rotate(-45deg);
        transform: translateY(-10px) rotate(-45deg);
        width: 300%
    }

    .nav-menu {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: start;
        align-items: center;
        position: fixed;
        top: 75px;
        right: -100%;
        -webkit-transition: .5s;
        transition: .5s;
        margin: 0 auto;
    }

    .nav-menu li {
        padding: 0
    }

    .nav-link {
        margin: .2rem 0;
        z-index: 1
    }

    .active {
        right: 0;
        z-index: 100;
        transition: .2s
    }
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0
    }

    .logo img {
        width: 120px;
    }

    .banner-two__btn-block {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .banner-two__btn-block .thm-btn:nth-child(2) {
        margin-left: 0;
        margin-top: 20px;
    }
}



/* --------------------Banner------------------- */

.ban-section {
    background-image: url('../images/banner-bg.webp');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 105px 0px 120px 0px;
    position: relative;
}

.bansub-heading {
    color: #A5B7D2;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.4em;
}

.ban-header {
    font-size: 56px;
    line-height: 72px;
    color: #1a1b1e;
    font-weight: 900;
    margin-bottom: 20px;
}

.banner-pargh {
    font-size: 22px;
    line-height: 36px;
    color: #606060;
}

@media screen and (max-width:480px) {

    h1,
    h2 {
        font-size: 40px !important;
    }
}





/* ----------4 hover boxes---------------- */
.short {
    padding: 30px 0 50px; 
}

.hoverbox {
    overflow: hidden;
    position: relative;
    padding: 26px 16px;
    background: #fff;
    height: 100%;
    box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.hoverbox:hover {
    transform: translateY(-10px);
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
}

.hoverbox:hover .hoverbox-title {
    color: #ffffff;
}

.hoverbox:hover .big-number {
    color: rgba(255, 255, 255, .2);
}

.big-number {
    position: absolute;
    font-size: 72px;
    right: 20px;
    bottom: -13px;
    font-size: 88px;
    font-weight: 900;
    font-family: "Red Hat Display", sans-serif;
    line-height: 1;
    color: rgba(165, 183, 210, .2);
    z-index: 0;
}

.icon-main {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -webkit-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -moz-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
}

.hoverbox .content-box {
    margin-top: 25px;
    position: relative;
    z-index: 1;
    text-align: justify;
}

.hoverbox-title {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.3;
    font-weight: 700;
    margin-bottom: 20px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}


/* ----------circle-progress-bar--------------- */

.cibox {

    box-sizing: border-box;
    padding: 20px 0px 60px;
}

.bobox h2 {
    color: #0e2258;
    font-size: 50px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 25px;
    margin-top: 40px;
}

.bobox p {
    color: #5f5f5f;
    font-size: 20px;
    line-height: 1.8;
    margin-bottom: 20px;
    margin-top: 10px;
}

.con-tainer {
    display: flex;
    padding: 50px 0;
    row-gap: 30px;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
}

.circular-progress {
    position: relative;
    height: 200px;
    width: 200px;
    border-radius: 50%;
    background: conic-gradient(#f35a38 3.6deg, #ededed 0deg);
    display: flex;
    align-items: center;
    justify-content: center;
}

.circular-progress::before {
    content: "";
    position: absolute;
    height: 160px;
    width: 160px;
    border-radius: 50%;
    background-color: #fff;
    line-height: 90px;
    /* top: 32px;
    left: 32px; */
    margin: 10px;
    text-align: center;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 900;
    font-size: 28px;
    color: #1a1b1e;
    border: 20px solid #f0f6ff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.progress-value {
    position: relative;
    font-size: 28px;
    font-weight: 700;
    color: #000;
}

.texting {
    display: block;
    font-size: 22px;
    line-height: 36px;
    font-weight: 600;
    margin: 15px 0 0;
    color: #000;
    font-family: "Red Hat Display", sans-serif;

}

.mtop {
    margin-top: 80px;
}

@media (max-width: 480px) {
    .con-tainer {
        width: 100%;
        padding: 0;
    }

    .mtop {
        margin-top: 0px;
    }

    .cibox {
        margin-bottom: 40px;
    }

    .bobox h2 {
        font-size: 38px;
    }

    .bobox p {
        font-size: 17px;
    }
}

/* --------------Grow Your Business
with Our Marketing Agency---------- */

.benefits-sec {
    background-image: url('../images/benefits-bg.webp');
    background-position: top right;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 145px 0px 40px 0px;
    position: relative;
}

.sub-heading {
    font-size: 18px;
    font-weight: 700;
    color: #a5b7d2;
    position: relative;
    display: inline-block;
    padding-left: 21px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.sub-heading::before {
    position: absolute;
    content: "";
    width: 7px;
    height: 7px;
    background: #a5b7d2;
    top: 8px;
    left: 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.main-heading {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 900;
    line-height: 48px;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}

.blu-num {
    color: #00C3FF;
    font-weight: 900;
    font-size: 22px;
    margin: 15px 0 10px;
}

.f-22 {
    font-size: 22px;
    line-height: 1.4em;
    color: #1a1b1e;
    margin-bottom: 25px;
}

.benefits-pargh {
    text-align: justify;
    font-size: 17px;
}


/* ------------------testimopnials------------------ */

.testimonial-sec {
    background-image: url('../images/tesimonial-bg.webp');
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 60px 0px 80px 0px;
    position: relative;
}

.testi-heading {
    font-size: 48px;
    line-height: 56px;
}

.testi-pargh {
    font-size: 20px;
    color: #1A1B1E;
    margin: 30px 0 20px;
}

.testi-img {
    margin-right: 20px;
}

.testi-img img {
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.testi-contents h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #1A1B1E;
    margin-top: 15px;
    margin-bottom: 5px;
}

.testimonialleft {
    margin-top: 90px;
}

@media (max-width: 480px) {
    .testimonialleft {
        margin-top: 10px;
    }
}


/* --------------------footer-top---------------- */

.footer-top-sec {
    position: relative;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: -90px;
    z-index: 1;
}

.orange-bg {
    background-image: url('../images/orgbg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 130px 0px 90px 0px;
    border-radius: 15px;
}

.whiteheader {
    color: #ffffff;
    font-size: 42px;
    line-height: 60px;
    font-weight: 900;
}

.octf-white-btn {
    background: #fff;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    color: #fe4c1c;
    text-align: left;
    padding: 5px 5px 5px 28px;
    font-size: 18px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    margin-top: 15px;
}

.octf-white-btn i {
    background: #fe4c1c;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}


.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn.octf-btn-white {
    background: #fff;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    color: #fe4c1c;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn.octf-btn-white:before {
    background-color: rgba(254, 76, 28, .5);
}






/* --------------footer----------------- */

.bg-blu-gradient {
    background-color: transparent;
    background-image: linear-gradient(145deg, #002cae 47%, #04b6f1 100%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 110px 0px 30px 0px;
}

.footer-pages {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    text-align: center;
}


.foot-content {
    color: #acebff;
    font-family: "Red Hat Text", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin-top: 15px;
}

.footer-title {
    color: #ffffff;
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 30px;
}

.foot-pargh {
    text-align: justify;
}

.footz {
    list-style: none;
    margin: 0;
    padding: 0;
}

.footz li {
    display: inline-block;
    margin-top: 15px;
}

.footz li a i {
    color: #00c3ff;
    font-size: 16px;
    margin-right: 15px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}

.footz li a .fb {
    padding: 10px 14px;
}

.foot-2 {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot-address {
    line-height: 30px;
    margin-bottom: 12px;
    color: #fff;
}

.foot-address strong {
    font-weight: 700;
    color: #9ee8ff;
}

.foot-pages {
    list-style: none;
    margin: 0;
    padding: 0;
}

.foot-pages li a {
    margin-bottom: 16px;
    color: #9ee8ff;
    font-size: 17px;
    font-family: "Red Hat Text", sans-serif;
}

.foot-pages li a:hover {
    text-decoration: underline;
    color: #fff;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 10px 28px 10px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}

.octf-btn.octf-btn-white {
    background: #fff;
    box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -webkit-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    -moz-box-shadow: 6px 6px 13px 0 rgba(42, 67, 113, .15);
    color: #fe4c1c;
    border-radius: 30px;
}


.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn.octf-btn-white i {
    background: #fe4c1c;
    color: #fff;
}

/* ----------------our-services------------------ */
.services-sec {
    background-image: url('../images/services-bgs.webp');
    background-position: top center;
    background-repeat: no-repeat;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 10px 0px 100px 0px;
    position: relative;
}

.elementor-widget-container {
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    text-align: center;
}

.s3 {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}

.icon-box {
    padding: 45px 40px 55px 40px;
}

.icon-box.s3 {
    position: relative;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.icon-box.s3 .bg-s3 {
    position: absolute;
    content: "";
    opacity: 0;
    visibility: hidden;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #0039e4;
    background-image: -moz-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: -webkit-linear-gradient(145deg, #0039e4, #04dbf1);
    background-image: linear-gradient(145deg, #0039e4, #04dbf1);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
}

.s3 .bg-before,
.elementor-2213 .elementor-element.elementor-element-5ab78f3d .s2:before {
    background-color: rgba(2, 1, 1, 0);
}

.icon-box.s3 .bg-before {
    top: 0;
    left: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
}

.icon-box.s3 .bg-before,
.icon-box.s3 .bg-after {
    content: "";
    position: absolute;
    width: 100%;
    height: 50%;
    background: #fff;
    z-index: -1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.icon-box.s3 .bg-after {
    bottom: 0;
    right: 0;
    background-position: bottom right;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 15px;
    -webkit-border-bottom-left-radius: 15px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 15px;
    -moz-border-radius-bottomleft: 15px;
}

.s3 .icon-main {
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(84, 89, 95, 0) 0%, rgba(242, 41, 91, 0) 100%);
    width: 215px;
    height: 215px;
    line-height: 215px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    display: inline-block;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
}

.icon-main img {
    max-width: 170px;
    margin-top: 7px;
}

.icon-box .box-title {
    font-size: 22px;
    margin-bottom: 12px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    font-weight: 700;
}

.icon-box .content-box .box-title a {
    color: #1a1b1e;
}

.icon-box.s3 .content-box p {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.icon-box.s3 .action-box {
    position: absolute;
    bottom: -40px;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.octf-btn {
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    font-size: 16px;
    padding: 16px 28px 16px 28px;
    line-height: 1;
    display: inline-block;
    margin: 0;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    font-weight: 700;
    letter-spacing: 0;
    text-align: center;
    background: #fe4c1c;
    cursor: pointer;
    border: 1px solid transparent;
    outline: 0;
    box-sizing: border-box;
    color: #fff;
    position: relative;
    font-family: "Red Hat Display", sans-serif;
    overflow: hidden;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 12px 12px 20px 0 rgba(254, 76, 28, .3);
}

.octf-btn-primary.octf-btn-icon {
    box-shadow: 8px 8px 18px 0 rgba(254, 76, 28, .3);
    -webkit-box-shadow: 8px 8px 18px 0 rgba(254, 76, 28, .3);
    -moz-box-shadow: 8px 8px 18px 0 rgba(254, 76, 28, .3);
}

.octf-btn:visited {
    color: #fff;
}

.octf-btn-primary {
    background: #fe4c1c;
}

.octf-btn-icon {
    text-align: left;
    padding: 5px 5px 5px 28px;
}

.octf-btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    -webkit-transform: translate(-105%, 0);
    transform: translate(-105%, 0);
    background-color: rgba(255, 255, 255, .8);
}

.octf-btn-icon i {
    background: #fff;
    color: #fe4c1c;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    margin-left: 14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
}



.icon-box.s3:hover .bg-s3,
.icon-box.s3:hover .action-box {
    opacity: 1;
    visibility: visible
}

.icon-box.s3:hover .action-box {
    bottom: -26px
}



.icon-box.s3.box-gradient .bg-before,
.icon-box.s3.box-gradient .bg-after {
    z-index: -2
}

.icon-box.s3.box-gradient .bg-s3 {
    opacity: 1;
    visibility: visible
}
.s3:hover {
    box-shadow: 8px 8px 30px 0px rgba(42, 67, 113, 0.15);
}
.icon-box.s3:not(.box-hover-gradient):hover .bg-s3 {
    opacity: 0;
}

.icon-box.s3:hover .bg-s3, .icon-box.s3:hover .action-box {
    visibility: visible;
}
.s3:hover .bg-before{
    background-color: #FFFFFF;
    background-image: url('../images/bg1-box2-1.png');
    background-repeat: no-repeat;
}
.s3:hover .bg-after{
    background-color: #FFFFFF;
    background-image: url('../images/bg2-box2-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}


@media screen and (max-width:480px) {

    .services-sec, .benefits-sec, .cibox, .testimonial-sec, .short{
        background-image: none;
        padding: 30px 0 40px;
    }
    .ban-section{
        background-image: none;
        padding-bottom: 40px;
    }
    .footer-top-sec{
        display: none;
    }
    .bg-blu-gradient{
        text-align: center;
    }
    .hoverbox {
        margin-bottom: 30px;
    }
}




/* ------------About----------- */
.grey-bg {
    background-color: #f0f6ff;
    position: relative;
    padding-top: 80px;
    padding-bottom: 55px;
}

.overflow {
    overflow: hidden;
}

.progress-box {
    margin-bottom: 30px;
}

.progress-box .pname {
    margin-bottom: 10px;
    font-weight: 700;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.bg-blu {
    background: #00c3ff;
    box-shadow: 10px 10px 24px 0px rgba(0, 195, 255, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    transition: all 0.6s linear;
}

.progress {
    --bs-progress-height: 10px !important;
}

.pad-letft {
    padding-left: 90px;
}
/* -------------contact pages--------------- */

.map-bgs {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    background: center center no-repeat;
    background-size: cover;
    text-align: center;
}

.page-title {
    font-size: 46px;
    font-weight: 900;
    line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
    margin-top: 30px;
}

.breadcrumbs {
    margin-bottom: 0;
    margin-top: 30px;
    text-transform: capitalize;
    margin: 0 0 20px;
    padding-left: 18px;
}

.breadcrumbs li {
    display: inline-block;
    font-size: 18px;
}

.breadcrumbs li a {
    color: #a5b7d2;
    font-size: 18px;
}

.breadcrumbs .active:before {
    content: "\3e";
    font-family: "Font Awesome 6 Free";
    font-size: 15px;
    color: #a5b7d2;
    margin: 0 8px;
}
.bparghz{
    font-size: 23px;
    line-height: 36px;
    color: #1a1b1e;
}
.sec001{
    padding: 90px 0 70px;
}
    .threebox{
            overflow: hidden;
    position: relative;
    padding: 30px 30px 28px;
    background: #fff;
    box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(42,67,113,.15);
    -moz-box-shadow: 8px 8px 30px 0 rgba(42, 67, 113, .15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    }
    .threebox:hover{
            transform: translateY(-10px);
    }
  .z1{
    background-image: url('../images/bg-service1-1.png');
    background-position: top right;
    background-repeat: no-repeat;
    }
    .threebox .number-box {
    float: left;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #00c3ff;
    font-family: "Red Hat Display", sans-serif;
    font-weight: 700;
    font-size: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background: rgba(0, 195, 255, .15);
}
.threebox .content-box {
    padding-left: 70px;
}
.threebox .content-box .service-box-title {
    font-weight: 700;
    margin-bottom: 8px;
    font-size: 20px;
        line-height: 1.2;
    margin: 0 0 20px;
    color: #1a1b1e;
    font-family: "Red Hat Display", sans-serif;
}
.threebox .service-box-s2 .content-box p:last-child {
    margin-bottom: 0;
}
.z2{
    background-image: url('../images/bg-service2-1.png');
    background-position: bottom right;
    background-repeat: no-repeat;
}
.z2 .number-box {
    color: #0160e7;
    background-color: rgba(1, 96, 231, 0.152);
}
.z3{
    background-image: url('../images/bg-service3-1.png');
    background-position: top right;
    background-repeat: no-repeat;
}
.z3 .number-box {
    color: #fe4c1c;
    background-color: rgba(254, 76, 28, 0.154);
}
.abtboxes{
        margin-bottom: -2%;
    position: relative;
    z-index: 99;
}


    .bg-white {

      background-color: #ffffff;

    }


    .accordion-item:first-of-type {

      border-top-left-radius: 34px;

      border-top-right-radius: 34px;

      border-bottom-left-radius: 34px;

      border-bottom-right-radius: 34px;

    }

    .bg-vioz {
      padding-bottom: 80px;

      padding-top: 30px;

    }

    .accordion-item {

      background-color: #fff;

      border: 1px transparent;

      border-radius: 34px;





    }

    .accordion-body {

      font-size: 18px !important;

      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);

      border-radius: 16px;
      font-family: "Red Hat Text", sans-serif;

    }

    .accordion-button {

      background-color: #ffffff;

      /*background-color: #876cc4;*/

      /*background-image: linear-gradient(299deg, #f4f8fb, #876cc4 80%);*/

      /*box-shadow: none;*/

      border-radius: 34px;

      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);

      border: none;

      padding: 20px 50px;

      margin: 4px 0;

      font-size: 21px;

      font-weight: bold;

    }

    .accordion-button:not(.collapsed) {

      /*border-bottom: 4px solid #876cc4;*/

      color: #000000;

      font-weight: bold;

      background-color: #ffffff;

      font-size: 22px;

    }



    .accordion-button:focus {

      z-index: 3;

      border-color: none;

      outline: 0;

      box-shadow: none;

    }



    .accordion-button:not(.collapsed)::after {

      /*background-image: url("./images/dotz-02.png");*/

      transform: rotate(-180deg);

    }



    .accordion-button::after {

      flex-shrink: 0;

      width: 1.25rem;

      height: 1.25rem;

      margin-left: auto;

      content: "";

      /*background-image: url("./images/dotz-01.png");*/

      background-repeat: no-repeat;

      background-size: 1.25rem;

      transition: transform .2s ease-in-out;



    }

    .accordion-item:last-of-type .accordion-button.collapsed {

      border-bottom-right-radius: 34px;

      border-bottom-left-radius: 34px;

      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);

    }

    .accordion-item:first-of-type .accordion-button {

      border-top-left-radius: 34px;

      border-top-right-radius: 34px;

      box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);

    }

    .accordion-body {

      padding-left: 10%;

    }

    @media (max-width: 479px) {

      .accordion-body {

        padding-left: 10px;

      }

    }



    .org-cirle {

      background-color: #3E5367;

      color: #fff;

      padding: 7px 15px;

      margin: 0 14px;

      border-radius: 50%;

    }





    @media only screen and (max-width: 490px) {



      .accordion-button {

        padding: 10px 5px !important;

        font-size: 17px !important;

      }

      .contact-bg {

        background-image: url(../images/contact-bg.jpg);

        object-fit: cover;

        display: block;

        background-size: cover;

        background-position: 50% 50%;

        background-repeat: no-repeat;

        overflow: visible;

        --effect-scale: 1.1;

      }

      .right-btn {

        float: left;

      }

      .forms .submit-button-wrapper input {

        border: none;

        border-radius: 10px;

        background-color: #f2a90d;

        color: #292930;

        text-transform: capitalize;

        padding: 10px 60px;

        font-weight: 500;

        letter-spacing: 2px;

        margin-top: 10px;

        color: #ffffff;

      }

      .accordion-body {

        font-size: 16px !important;

      }



    }
    
    
    
    /*------------------new-design-----------------------*/
    
    .blu-num {
    color: #3E5367;
}
.btn-primary {
    background-color: #3E5367;
    box-shadow: 12px 12px 20px 0 rgba(1 231 157 / 13%);
    -webkit-box-shadow: 12px 12px 20px 0 rgb(1 231 157 / 13%);
    -moz-box-shadow: 12px 12px 20px 0 rgba(1 231 157 / 13%);
}
.hoverbox:hover {
    transform: translateY(-10px);
    background-color: #3E5367;
    background-image: -moz-linear-gradient(145deg, #3E5367, #516981);
    background-image: -webkit-linear-gradient(145deg, #3E5367, #516981);
    background-image: linear-gradient(145deg, #3E5367, #516981);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
}
.icon-main {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #3E5367;
    background-image: -moz-linear-gradient(145deg, #3E5367, #516981);
    background-image: -webkit-linear-gradient(145deg, #3E5367, #516981);
    background-image: linear-gradient(145deg, #3E5367, #516981);
    box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -webkit-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -moz-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
}
.nav-link:hover {
    color: #a5c3e1;
}
header.sticky nav .navbar ul li a:hover {
    color: #a5c3e1 !important;
}
header.sticky nav .navbar .dropdown a:hover {
    color: #a5c3e1 !important;
}
.orange-bg {
    background-image: url('../images/grey-bg.webp');
}
.octf-white-btn {
    color: #3E5367 !important;
}
.octf-white-btn i {
    background: #3E5367;
}
.bg-blu-gradient {
    background-color: transparent;
    background-image: linear-gradient(145deg, #3E5367 47%, #516981 100%);
}
.foot-address strong {
    color: #a5c3e1;
    font-family: "Red Hat Text", sans-serif;
}
.foot-pages li a {
    color: #a5c3e1;
    font-family: "Red Hat Text", sans-serif;
}
.map-bgs{
    background-image: url('../images/contact-bgs.webp');
}



/*---------new-style------------------*/


    .wview {
         display: block;
     }
     .mview {
         display: none;
     }
     

 @media only screen and (max-width: 490px) {
     .wview {
         display: none;
     }
     .mview {
         display: block;
     }
     .px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
    }

    .org-cirle {
    background-color: #3E5367;
    color: #fff;
    padding: 5px 10px;
    margin: 0 14px;
    border-radius: 50%;
    }
        .accordion-button {
        padding: 10px 10px !important;
        font-size: 16px !important;
    }
    .org-cirle {
    background-color: #3E5367;
    color: #fff;
    padding: 5px 12px;
    margin: 0 14px;
    border-radius: 50%;
}
.accordion-button {
    background-color: #ffffff;
    /* background-color: #876cc4; */
    /* background-image: linear-gradient(299deg, #f4f8fb, #876cc4 80%); */
    /* box-shadow: none; */
    border-radius: 34px;
    box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
    border: none;
    padding: 20px 50px;
    margin: 15px 0;
    font-size: 21px;
    font-weight: bold;
}
.footz li a i {
    color: #00c3ff;
    font-size: 16px;
    margin-right: 23px;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
}
.footz {
    margin-bottom: 36px;
}
.foot-pages li {
    margin-bottom: 14px !important;
}
footer iframe{
    margin-top: 25px;
}
 }
 
   .white-bogbox{
            background-color: #fff;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        }
        .contactpad{
            padding: 35px 34px;
            background-image: url('images/contactpad-3.webp');
            background-size: cover;
            background-repeat: no-repeat;
            height: 100%;
            max-width: 500px;
            border-radius: 25px;
        }
                .padbigheads{
                        font-size: 28px;
                        font-weight: 500;
                        color: #fff;
                        line-height: 1.4;
                        margin-bottom: 14px;
                    }
                    .padpargh{
                        font-size: 17px;
                        color: #f1f1f1;
                        margin-bottom: 30px;
                    }
                    .contact-parghs{
                        font-size: 19px;
                        color: #fff;
                        line-height: 1.6;
                        margin-top: 25px;
                        margin-bottom: 42px;
                    }
                    .padicons{
                        font-size: 21px;
                        color: #fe4c1c;
                        margin-right: 18px;
                        margin-top: 31px;
                        margin-bottom: 42px;
                    }
                    
                    .padsocial{
                        margin: 0;
                        padding: 0;
                        margin-top: 65px;
                    }
                    .padsocial li{
                        list-style: none;
                        display: inline-block;
                    }
                    .padsocial li a i{
                        font-size: 19px;
                        color: #fff;
                        margin: 12px;
                        padding: 12px;
                    }
                    .padsocial li a i:hover {
                        background-color: #fe4c1c;
                        border-radius: 50%;
                    }
                    
                    @media screen and (max-width: 490px) {
                        .contactpad{
                        padding: 35px 18px;
                        }
                        .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}
                }
                
                
                  .white-bogbox{
            background-color: #fff;
            border-radius: 15px;
            box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
        }
        .contactpad{
            padding: 35px 34px;
            background-image: url('images/contactpad-3.webp');
            background-size: cover;
            background-repeat: no-repeat;
            height: 100%;
            max-width: 500px;
            border-radius: 25px;
        }
                .padbigheads{
                        font-size: 28px;
                        font-weight: 500;
                        color: #fff;
                        line-height: 1.4;
                        margin-bottom: 14px;
                    }
                    .padpargh{
                        font-size: 17px;
                        color: #f1f1f1;
                        margin-bottom: 30px;
                    }
                    .contact-parghs{
                        font-size: 19px;
                        color: #fff;
                        line-height: 1.6;
                        margin-top: 25px;
                        margin-bottom: 42px;
                    }
                    .padicons{
                        font-size: 21px;
                        color: #fe4c1c;
                        margin-right: 18px;
                        margin-top: 31px;
                        margin-bottom: 42px;
                    }
                    
                    .padsocial{
                        margin: 0;
                        padding: 0;
                        margin-top: 65px;
                    }
                    .padsocial li{
                        list-style: none;
                        display: inline-block;
                    }
                    .padsocial li a i{
                        font-size: 19px;
                        color: #fff;
                        margin: 12px;
                        padding: 12px;
                    }
                    .padsocial li a i:hover {
                        background-color: #fe4c1c;
                        border-radius: 50%;
                    }
                    
                    @media screen and (max-width: 490px) {
                        .contactpad{
                        padding: 35px 18px;
                        }
                        .wpcf7-form-control-wrap {
    display: flex;
    flex-direction: column;
}
                }
 /*---btns-----*/
 
 .buttonpad{
        background-color: #fff;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        position: relative;
        padding: 30px 35px;
    }
    .button-before{
        background-color: #FFFFFF;
        background-image: url(./images/bg1-box2-1.png);
        background-repeat: no-repeat;
        position: absolute;
        top: 2px;
        left: 2px;
    }
    .button-after {
    background-color: #FFFFFF;
    background-image: url(./images/bg2-box2-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
    right: 3px;
}
.buttonpadheads{
    font-size: 26px;
    color: #000;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}
.coninfo{
    display: flex;
}

 @media only screen and (max-width: 490px) {
      .buttonpad{
        background-color: #fff;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        position: relative;
        padding: 45px 25px;
    }
    .buttonpadheads{
    font-size: 25px;
    color: #000;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
    margin-bottom: 30px;
}
    .tcen{
        text-align: center;
    }
    .padsocial {
    margin-top: 35px !important;
    }
    
    .bg-blu-gradient {
    padding: 45px 30px;
    }
    .footer-title {
        margin-top: 25px;
    margin-bottom: 19px;
}
.padicons{
                        font-size: 21px;
                        color: #fe4c1c;
                        margin-right: 18px;
                        margin-top: 26px !important;
                        margin-bottom: 21px !important;
                    }
.contact-parghs {
    font-size: 19px;
    color: #fff;
    line-height: 1.6;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.octf-btn-icon {
    text-align: center;
    margin-bottom: 30px;
}
 }
 
 
 
 
 


/*------------------new-design-----------------------*/

.blu-num {
    color: #3E5367;
}

.btn-primary {
    background-color: #3E5367;
    box-shadow: 12px 12px 20px 0 rgba(1 231 157 / 13%);
    -webkit-box-shadow: 12px 12px 20px 0 rgb(1 231 157 / 13%);
    -moz-box-shadow: 12px 12px 20px 0 rgba(1 231 157 / 13%);
}

.hoverbox:hover {
    transform: translateY(-10px);
    background-color: #3E5367;
    background-image: -moz-linear-gradient(145deg, #3E5367, #516981);
    background-image: -webkit-linear-gradient(145deg, #3E5367, #516981);
    background-image: linear-gradient(145deg, #3E5367, #516981);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    color: #fff;
}

.icon-main {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-weight: 400;
    line-height: 45px;
    text-align: center;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: #3E5367;
    background-image: -moz-linear-gradient(145deg, #3E5367, #516981);
    background-image: -webkit-linear-gradient(145deg, #3E5367, #516981);
    background-image: linear-gradient(145deg, #3E5367, #516981);
    box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -webkit-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
    -moz-box-shadow: 8px 8px 20px 0 rgba(42, 67, 113, .3);
}

.nav-link:hover {
    color: #a5c3e1;
}

header.sticky nav .navbar ul li a:hover {
    color: #a5c3e1 !important;
}

header.sticky nav .navbar .dropdown a:hover {
    color: #a5c3e1 !important;
}

.orange-bg {
    background-image: url('../images/grey-bg.webp');
}

.octf-white-btn {
    color: #3E5367 !important;
}

.octf-white-btn i {
    background: #3E5367;
}

.bg-blu-gradient {
    background-color: transparent;
    background-image: linear-gradient(145deg, #3E5367 47%, #516981 100%);
}

.foot-address strong {
    color: #a5c3e1;
    font-family: "Red Hat Text", sans-serif;
}

.foot-pages li a {
    color: #a5c3e1;
    font-family: "Red Hat Text", sans-serif;
}

.map-bgs {
    background-image: url('../images/contact-bgs.webp');
}



/*---------new-style------------------*/


.wview {
    display: block;
}

.mview {
    display: none;
}


@media only screen and (max-width: 490px) {
    .wview {
        display: none;
    }

    .mview {
        display: block;
    }

    .px-5 {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .org-cirle {
        background-color: #3E5367;
        color: #fff;
        padding: 5px 10px;
        margin: 0 14px;
        border-radius: 50%;
    }

    .accordion-button {
        padding: 10px 10px !important;
        font-size: 16px !important;
    }

    .org-cirle {
        background-color: #3E5367;
        color: #fff;
        padding: 5px 12px;
        margin: 0 14px;
        border-radius: 50%;
    }

    .accordion-button {
        background-color: #ffffff;
        /* background-color: #876cc4; */
        /* background-image: linear-gradient(299deg, #f4f8fb, #876cc4 80%); */
        /* box-shadow: none; */
        border-radius: 34px;
        box-shadow: 5px 5px 20px 0 rgba(0, 0, 0, 0.15);
        border: none;
        padding: 20px 50px;
        margin: 15px 0;
        font-size: 21px;
        font-weight: bold;
    }

    .footz li a i {
        color: #00c3ff;
        font-size: 16px;
        margin-right: 23px;
        background-color: #fff;
        padding: 10px;
        border-radius: 50%;
    }

    .footz {
        margin-bottom: 36px;
    }

    .foot-pages li {
        margin-bottom: 14px !important;
    }

    footer iframe {
        margin-top: 25px;
    }
}

.white-bogbox {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contactpad {
    padding: 35px 34px;
    background-image: url('images/contactpad-3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 500px;
    border-radius: 25px;
}

.padbigheads {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 14px;
}

.padpargh {
    font-size: 17px;
    color: #f1f1f1;
    margin-bottom: 30px;
}

.contact-parghs {
    font-size: 19px;
    color: #fff;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 42px;
}

.padicons {
    font-size: 21px;
    color: #fe4c1c;
    margin-right: 18px;
    margin-top: 31px;
    margin-bottom: 42px;
}

.padsocial {
    margin: 0;
    padding: 0;
    margin-top: 65px;
}

.padsocial li {
    list-style: none;
    display: inline-block;
}

.padsocial li a i {
    font-size: 19px;
    color: #fff;
    margin: 12px;
    padding: 12px;
}

.padsocial li a i:hover {
    background-color: #fe4c1c;
    border-radius: 50%;
}

@media screen and (max-width: 490px) {
    .contactpad {
        padding: 35px 18px;
    }

    .wpcf7-form-control-wrap {
        display: flex;
        flex-direction: column;
    }
}


.white-bogbox {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.contactpad {
    padding: 35px 34px;
    background-image: url('images/contactpad-3.webp');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    max-width: 500px;
    border-radius: 25px;
}

.padbigheads {
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    line-height: 1.4;
    margin-bottom: 14px;
}

.padpargh {
    font-size: 17px;
    color: #f1f1f1;
    margin-bottom: 30px;
}

.contact-parghs {
    font-size: 19px;
    color: #fff;
    line-height: 1.6;
    margin-top: 25px;
    margin-bottom: 42px;
}

.padicons {
    font-size: 21px;
    color: #fe4c1c;
    margin-right: 18px;
    margin-top: 31px;
    margin-bottom: 42px;
}

.padsocial {
    margin: 0;
    padding: 0;
    margin-top: 65px;
}

.padsocial li {
    list-style: none;
    display: inline-block;
}

.padsocial li a i {
    font-size: 19px;
    color: #fff;
    margin: 12px;
    padding: 12px;
}

.padsocial li a i:hover {
    background-color: #fe4c1c;
    border-radius: 50%;
}

@media screen and (max-width: 490px) {
    .contactpad {
        padding: 35px 18px;
    }

    .wpcf7-form-control-wrap {
        display: flex;
        flex-direction: column;
    }
}

/*---btns-----*/

.buttonpad {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    position: relative;
    padding: 30px 35px;
}

.button-before {
    background-color: #FFFFFF;
    background-image: url(./images/bg1-box2-1.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: 2px;
}

.button-after {
    background-color: #FFFFFF;
    background-image: url(./images/bg2-box2-1.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 3px;
    right: 3px;
}

.buttonpadheads {
    font-size: 26px;
    color: #000;
    line-height: 1.4;
    font-weight: 800;
    margin: 0;
}

.coninfo {
    display: flex;
}

@media only screen and (max-width: 490px) {
    .buttonpad {
        background-color: #fff;
        border-radius: 12px;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
        position: relative;
        padding: 45px 25px;
    }

    .buttonpadheads {
        font-size: 25px;
        color: #000;
        line-height: 1.4;
        font-weight: 800;
        margin: 0;
        margin-bottom: 30px;
    }

    .tcen {
        text-align: center;
    }

    .padsocial {
        margin-top: 35px !important;
    }

    .bg-blu-gradient {
        padding: 45px 30px;
    }

    .footer-title {
        margin-top: 25px;
        margin-bottom: 19px;
    }

    .padicons {
        font-size: 21px;
        color: #fe4c1c;
        margin-right: 18px;
        margin-top: 26px !important;
        margin-bottom: 21px !important;
    }

    .contact-parghs {
        font-size: 19px;
        color: #fff;
        line-height: 1.6;
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .octf-btn-icon {
        text-align: center;
        margin-bottom: 30px;
    }
}




/* ------------new-design------------ */

.blob-wrapper {
    position: relative;
    width: 380px;
    height: 300px;
    margin: auto;
}

.blob {
    position: absolute;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 8px 12px rgba(0, 0, 0, 0.15));
    animation: blobFloat 6s ease-in-out infinite;
}

/* Orange top blob */
.blob-orange {
    z-index: 2;
    animation-delay: 0s;
}
.blob-top {
    z-index: 999;
    opacity: .96;
}
/* Left black blob */
.blob-left {
    left: -120px;
    top: 205px;
    animation-delay: 1s;
}

/* Right black blob */
.blob-right {
    left: 120px;
    top: 205px;
    animation-delay: 2s;
    opacity: .98;
    z-index: 99;
}

/* Water balloon wobble animation */
@keyframes blobFloat {
    0% {
        transform: scale(1) translateY(0);
    }

    25% {
        transform: scale(1.04) translateY(-6px);
    }

    50% {
        transform: scale(0.97) translateY(3px);
    }

    75% {
        transform: scale(1.03) translateY(-4px);
    }

    100% {
        transform: scale(1) translateY(0);
    }
}

/* Text inside blobs */
.blob-text {
    position: absolute;
    width: 220px;
    text-align: center;
    color: white;
    z-index: 3;
}

.top-text {
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.left-text {
    top: 148px;
    left: 28%;
}

.right-text {
    top: 148px;
    right: 28%;
}

.blb-heads {
    font-weight: 700;
    font-size: 20px;
    color: #fff;
}

.blb-parghs {
    font-size: 14px;
    opacity: 0.85;
}

/* Softer + slower wobble */
@keyframes blobFloat {
  0%   { transform: scale(1) translateY(0); }
  20%  { transform: scale(1.01) translateY(-2px); }
  40%  { transform: scale(0.99) translateY(1px); }
  60%  { transform: scale(1.015) translateY(-1px); }
  80%  { transform: scale(0.985) translateY(2px); }
  100% { transform: scale(1) translateY(0); }
}

/* Slower animation */
.blob {
  animation: blobFloat 10s ease-in-out infinite;
}

.blob-orange { animation-delay: 0s; }
.blob-left   { animation-delay: 1s; }
.blob-right  { animation-delay: 2s; }




/* ---------------12-box-design--------------- */


.section-title small {
    color: #fb691e;
    font-weight: 500;
    letter-spacing: 2px;
}

.feature-box {
    border: 1px solid #eee;
    padding: 35px 20px;
    text-align: center;
    border-radius: 12px;
    background: #fff;
    transition: border-color .4s ease;
}

.feature-box img {
    width: 55px;
    margin-bottom: 20px;
    opacity: 0.9;
}

.feature-box h5 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    margin-bottom: 16px;
}

/* Hover border color */
.feature-box:hover {
    border-color: #fb691e;
}




/* -------------16-box-section-------------- */

/* Background */
.industries-section {
    background: #f8781e;
    border-radius: 0 60px 0 60px;
    padding: 90px 45px;
    color: white;
    position: relative;
    overflow: hidden;
}

/* Decorative lines */
.lines-left,
.lines-right {
    position: absolute;
    opacity: 0.3;
}

.lines-left {
    top: 50px;
    left: -40px;
}

.lines-right {
    bottom: 50px;
    right: -40px;
}

/* Card styling */
.industry-box {
    padding: 30px;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.industry-box:nth-child(4n) {
    border-right: none;
}

.industry-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #3E5367;
}

.industry-box p {
    margin-top: 10px;
    color: #fff;
    opacity: 0.9;
    font-size: 17px;
}

/* Icons */
.icon-holder {
    font-size: 42px;
    color: #3E5367;
    margin-bottom: 12px;
}
.no-bordd{
    border-right: 1px solid transparent;
}
.bluheads{
    font-size: 58px;
    font-weight: 700;
    line-height: 1.5;
    color: #fff;
}



/* --------------design-5---------------- */


.service-box {
    display: flex;
    gap: 18px;
    padding: 15px 5px;
}

.icon-wrapper {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}



.service-title {
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.service-text {
    font-size: 15px;
    line-height: 1.35rem;
}



/* --------------orange-img-section------------ */

.benefit-card {
    background: #fff;
    padding: 35px;
    border-radius: 14px;
    transition: all 0.1s ease;
}
/*.icon-circle {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin-right: 18px;*/
/*    transition: 0.3s ease;*/
/*    position: relative;*/
/*    z-index: 1;*/
/*    padding: 2px;*/
/*}*/

/* Inner circle (behind icon) */
/*.icon-circle::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    background: #ff6838;*/
/*    border-radius: 50%;*/
/*    transition: 0.1s ease;*/
/*    z-index: 0;  */
/*}*/

.icon-circle {
    padding: 2px;
    border-radius: 50%;
    max-width: 70px;
    max-height: 70px;
}
 /*Icon image must stay on top */
.icon-circle img {
    position: relative;
    z-index: 2;
}


/* Hover effect */
.benefit-card:hover .icon-circle {
    border: 3px solid #ff6838; /* orange ring */
}

.benefit-card:hover .icon-circle::before {
    background: #ffffff; /* white inner circle */
}

.benefit-title {
    font-size: 24px;
    font-weight: 600;
}

.benefit-text {
    font-size: 16px;
    color: #555;
}

.benefit-wrapper {
    display: flex;
    align-items: flex-start;
}

.mb-40 {
    margin-bottom: 40px;
}




/* --------------table-section----------------- */

.main-title{
    font-size: 50px;
    line-height: 1.4;
    font-weight: 600;
    color: #000;
    margin-bottom: 35px;
}

.comparison-table {
    background: #f1f5f9;
    border-radius: 6px;
    overflow: hidden;
}

.comparison-table th {
    background: #dce5ef;
    font-weight: 600;
    text-align: center;
    padding: 18px;
    font-size: 16px;
}

.comparison-table td {
    background: #ffffff;
    padding: 20px;
    vertical-align: top;
    font-size: 15px;
    line-height: 1.5;
}

.feature-title {
    background: #eef2f6 !important;
    font-weight: 600;
    width: 260px;
}

.check {
    color: #08b2ff;
    font-size: 20px;
    margin-right: 6px;
}

.cross {
    color: #ff4a4a;
    font-size: 20px;
    margin-right: 6px;
}

/* MOBILE RESPONSIVE */
@media (max-width: 768px) {
    .comparison-table table thead {
        display: none;
    }

    .comparison-table table tr {
        display: block;
        margin-bottom: 20px;
        border: 1px solid #e4e8ec;
        border-radius: 6px;
        overflow: hidden;
    }

    .comparison-table td {
        display: block;
        text-align: left;
    }

    .feature-title {
        background: #dce5ef !important;
        font-size: 17px;
        padding: 16px;
        border-bottom: 1px solid #e4e8ec;
    }

    .mobile-label {
        font-weight: 600;
        color: #4a4a4a;
        margin-bottom: 6px;
    }
}


.blob-sec{
    padding: 10px 0 600px;
}

@media screen and (max-width:480px) {
    .industry-box {
    padding: 10px;
    border-right: 1px solid transparent;
}
.industries-section{
        padding: 70px 25px;
}
.blob-left {
    left: -11px;
    top: 298px;
}
.blob-right {
    left: -22px;
    top: 580px;
}
.left-text {
    top: 96px;
    left: 18%;
}
.right-text {
    top: 140px;
    right: 20%;
}
.top-text {
    top: 110px;
    left: 48%;
}

.blob-sec {
    padding: 10px 0 960px;
}
.sec001{
    padding: 60px 0 50px;
}
.icon-box {
    padding: 28px 23px 30px 23px;
}
}