@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

html {
    overflow-x: hidden;
}

* {
    padding: 0;
    margin: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

body {
    color: #142b5f;
    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: "Rubik";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    line-height: 1.3;
    font-family: "Nunito";
}

/* 

/* ---------------newstyle----------------- */
.form-spinner, .contact-response-output{
    display:none;
}
.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; */
}

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: none;
    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: 10px 10px 10px 560px;
    -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: #ffe27a;
}


.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 {
    padding: 26px 42px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-style: solid;
    border-width: 1.5px;
    border-color: #fff;
    border-radius: 48px;
    background-color: #fff;
    -webkit-transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease;
    transition: border-color 300ms ease, background-color 300ms ease, transform 300ms ease, color 300ms ease, -webkit-transform 300ms ease;
    color: #00C3FF;
    line-height: 1.111em;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}

.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: 18px;
    line-height: 1.125em;
}

/*------dropdown----------*/
.dropdown .dropbtn {
    border: none;
    outline: none;
    background-color: inherit;
    margin: 0;
    font-size: 20px;
    font-weight: 500;
}

.dropdown-content {
    display: none;
    position: absolute;
    z-index: 999;
    background: #142b5f 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: 215px;
    border-radius: 15px;
}

.btn-secondary {
    background-color: transparent !important;
    margin: 7px 28px;
}

.dropdown-content a {
    float: none;
    color: #ffffff;
    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: #fff; */
    padding-left: 20px;
    background-color: #ffe27a;
}

.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
}

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
    }

}

.logo img {
    width: 160px;
}

@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;
    }
}

@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: #1b2e7d !important;
    }
    header.sticky nav .navbar .dropdown .dropdown-toggle {
        color: #1b2e7d !important;
    }

    header.sticky nav .navbar .dropdown a {
        color: #fff !important;
    }

    header.sticky nav .navbar ul li a:hover {
        color: #464f00 !important;
    }

    .dropdown-item:hover {
        color: #464f00 !important;
        /* padding-left: 20px; */
    }

    header.sticky nav .navbar .dropdown a ul li a:hover {
        padding-left: 20px;
        color: #464f00 !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
    }
    ul.nav-menu.active {
    background-color: rgba(253, 253, 253, .8);
    color: #444;
}
}

@media screen and (max-width:480px) {
    .nav-link {
        padding: .75rem 0;
        color: #000;
    }

    .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;
    }
    .dropdown-menu {
    top: 100%;
    left: -58%;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: -58%;
}
.wview .btn-primary{
        display: none;
    }
    .btn-primary .small{
        display: none;
    }
}


/* ---------new style end----------------- */


/* ----nav--btn---- */
.btn-call {
    padding: 15px 35px;
    background-color: rgb(255, 226, 122);
    color: rgb(157, 95, 54);
    border: 1px solid rgb(255, 226, 122);
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    text-transform: capitalize;
    -webkit-transition: all .15s ease-in;
    transition: all .15s ease-in;
    font-size: 17px;
    letter-spacing: 1px;
    cursor: pointer;
    text-transform: uppercase;
    margin-right: 20px;
    font-weight: 600;
    margin-top: 45px;
    border-radius: 10px;
}

.btn-call:hover {
    background: transparent;
    border: 1px solid #ffe27a;
    color: #fff;
}
.btn2{
    background: transparent;
    border: 1px solid #ffe27a;
    margin-left: 30px;
    color: #fff;
}
.btn2:hover {
    background-color: rgb(255, 226, 122);
    color: rgb(157, 95, 54);
}
.nav-item .active {
    border-bottom: 2px solid #ffe27a;
}

/* --------------------Banner------------------- */

.ban-section {
    background-image: url('../images/banner.webp');
    background-repeat: no-repeat;
    background-position: right center;
    background-size: cover;
    height: 100%;
    padding: 140px 0 80px;
}

.ban-title {
    font-size: 64px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 2px;
    margin: 0 0 40px;
}

.ban-pargh {
    font-size: 18px;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 40px;
}

.sec001{
    padding:80px 0 60px;
}

/* ----------------testimonials------------------- */
.testiimg{
    background-color: #dee6f8;
    border-radius: 50%;
    margin-right: 15px;
    width: 90px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
}
.testiimg img{
    border-radius: 50%;
    width: 80px;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-shrink: 0;
    flex-shrink: 0;
}
.testiname{
    font-size: 32px;
    font-weight: 800;
    color: #142b5f;
    line-height: 1.4;
}
.testipos{
    color: #142b5f;
    font-size: 16px;
    line-height: 1.5em;
    margin: 13px 0 0;
}
.testimonial-quote{
    color: #142b5f;
    font-size: 18px;
    line-height: 1.6667em;
    margin: 44px 0 40px;
}
.testimonial-rating{
    margin: 28px 0 0;
    letter-spacing: 5.5px;
}
.testimonial-rating i.active {
    color: #f4c07f;
    font-size: 25px;
}
.testimonial-rating i.default {
    color: #afdaf8;
    font-size: 25px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
  height: 100px;
  width: 100px;
  outline: black;
  background-size: 100%, 100%;
  border-radius: 50%;
  border: none;
  background-image: none;
}
.carousel-item{
    padding: 15px;
}
.carousel-control-next-icon:after
{
  content: '>';
  font-size: 40px;
  color: #142b5f;
}

.carousel-control-prev-icon:after {
  content: '<';
  font-size: 40px;
  color: #142b5f;
}
.carousel-control-prev {
    left: -15%;
}
.carousel-control-next {
    right: -12%;
}
.carousel-control-next, .carousel-control-prev {
    top: 34%;
}


/* ---------Pricing------------- */

.pricebg{
        background-image: url('../images/pricebg.webp');
        background-repeat: no-repeat;
        background-position: right center;
        background-size: cover;
        height: 100%;
        padding: 90px 0 80px;   
}
.pricebox{
    padding: 30px 20px 40x;
    background-color: #ffffff;
    border-radius: 15px;
    height: 100%;
}
/* .pricebox:hover{
    background-color: #FFDA6B;
} */

.pricing-header {
    margin: 0 -20px;
    padding: 35px 20px;
    font-size: 0;
    line-height: 1;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}
.pricing-title-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 8px 22px 7px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
    border-color: rgba(64, 166, 255, 0.3);
}
.pricing-icon:not(:last-child) {
    margin: 0 15px 0 -6px;
}
.pricing-icon {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
}
.pricing-title {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
}
.pricehead{
    font-size: 26px;
    font-weight: 700;
    color: #142b5f;
    line-height: 1.4;
    margin-bottom: 10px;
}
.spanbig{
    font-size: 54px;
    font-weight: 800;
}
.spandollar{
    font-size: 27px;
    font-weight: 700; 
    margin-top: -14px;
}
.pricepargh{
    font-size: 16px;
    color: #142b5f;
    margin-bottom: 40px;
    font-weight: 600;
    line-height: 1.8;
    text-align: justify;
    margin: 5px 40px;
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid #bbd0ff;
}
.botno{
    border-bottom: none;
}
.flight{
    font-weight: 400;
}
.fa-check{
    color: #bbd0ff;
     margin-right: 16px;
     font-size: 20px;
}
.pricebtn{
    font-size: 19px;
    padding: 18px 46px;
}
.pricing-plan-buttons:not(:first-child) {
    margin: 32px 0 0;
}
.pricing-plan-buttons {
    font-size: 0;
    line-height: 1;
}
.pricing-plan-buttons .more-button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    padding: 16px 35px 17px;
    border-width: 3px;
    border-style: solid;
    color: #FFFFFF;
    border-color: rgb(31, 90, 188);
    background-color: rgba(31, 90, 188, 1);
}
.pricing-additional-text:not(:first-child) {
    margin: 36px 0 0;
}
.pricing-additional-text {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
}
.pricing-additional-text a {
    font-weight: 500;
    color: inherit;
}
.pricing-additional-text a:hover{
    color: rgb(64, 166, 255);
}

/* ------------center-blu-box----------------- */
.padno{
    padding: 0;
}
#cws-pricing-plan-66a1bfc43b3f2 {
    background-image: url('../images/bg-pricing-plan.webp') !important;
}
.cws-pricing-module.highlighted {
    margin: -45px auto;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    color: #fff;
    background-color: #1b2e7d;
}
.cws-pricing-module.highlighted{
    -webkit-box-shadow: 0 20px 60px 0 rgba(31, 90, 188, 0.15);
    -moz-box-shadow: 0 20px 60px 0 rgba(31, 90, 188, 0.15);
    box-shadow: 0 20px 60px 0 rgba(31, 90, 188, 0.15);
}
.cws-pricing-module {
    padding: 0 20px 28px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}
.cws-pricing-module.highlighted .pricing-header{
    background-color: rgba(31, 90, 188, 1);
}
.cws-pricing-module .pricing-header {
    margin: 0 -20px;
    padding: 23px 20px;
    font-size: 0;
    line-height: 1;
    -webkit-border-radius: 20px 20px 0 0;
    border-radius: 20px 20px 0 0;
}
.cws-pricing-module.highlighted .pricing-title-wrapper {
    border-color: rgba(255, 255, 255, 0.36);
}
.cws-pricing-module .pricing-title-wrapper {
    display: inline-block;
    vertical-align: top;
    padding: 8px 22px 7px;
    text-align: center;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border-width: 2px;
    border-style: solid;
}
.cws-pricing-module .pricing-title-wrapper {
    border-color: rgba(64, 166, 255, 0.3);
}
#cws-pricing-plan-66a1bfc43b3f2.highlighted .pricing-icon{
    color: #ffe27a;
}
.cws-pricing-module .pricing-icon:not(:last-child) {
    margin: 0 15px 0 -6px;
}
.cws-pricing-module .pricing-icon {
    font-size: 18px;
    line-height: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}
.cws-pricing-module.highlighted .pricing-title-wrapper .pricing-title {
    color: #fff;
}
.cws-pricing-module.highlighted .pricing-wrapper:not(:first-child) {
    margin: 43px auto 0;
}
.cws-pricing-module .pricing-wrapper {
    width: 75%;
}
.cws-pricing-module.highlighted .pricing-price-wrapper {
    color: #fff;
    font-weight: 600;
}
.cws-pricing-module .pricing-price-wrapper sup {
    font-size: 36px;
    /* top: -0.56em; */
}
.cws-pricing-module .pricing-price-wrapper .pricing-price {
    font-size: 60px;
    display: inline-block;
    line-height: 1em;
}
.cws-pricing-module .pricing-price-wrapper .pricing-price-desc {
    font-size: 30px;
    margin: 0 0 0 14px;
    position: relative;
    top: -2px;
}
.cws-pricing-module .pricing-content:not(:first-child) {
    margin: 17px 0 0;
}
.cws-pricing-module .pricing-row-info {
    position: relative;
    padding: 16px 5px 18px 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.cws-pricing-module .pricing-row-info strong {
    font-weight: 500;
}
.cws-pricing-module .pricing-row-info:not(:first-child) {
    border-color: rgba(64, 166, 255, .40) !important;
}
.cws-pricing-module.highlighted .pricing-row-info:not(:first-child) {
    border-top-color: rgba(235, 242, 245, 0.15) !important;
}

.cws-pricing-module .pricing-row-info:not(:first-child) {
    border-top: solid 1px #afdaf8;
}
.cws-pricing-module .pricing-row-info {
    position: relative;
    padding: 16px 5px 18px 32px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
}
.cws-pricing-module.highlighted .pricing-plan-buttons:not(:first-child) {
    margin: 65px auto 0;
    font-size: 0;
    line-height: 1;
}
.cws-pricing-module .pricing-plan-buttons .more-button {
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -webkit-transition: color 0.3s, background-color 0.3s;
    transition: color 0.3s, background-color 0.3s;
    padding: 16px 35px 17px;
    border-width: 3px;
    border-style: solid;
    color: #FFFFFF;
}
#cws-pricing-plan-66a1bfc43b3f2.highlighted .pricing-plan-buttons .more-button {
    background-color: #ffe27a;
    border-color: #ffe27a;
}
#cws-pricing-plan-66a1bfc43b3f2.highlighted .pricing-plan-buttons .more-button {
    color: #9d5f36;
}
.cws-pricing-module .pricing-additional-text:not(:first-child) {
    margin: 36px 0 0;
}
.cws-pricing-module .pricing-additional-text {
    font-size: 15px;
    line-height: 24px;
    padding: 0 20px;
}
#cws-pricing-plan-66a1bfc43b3f2.highlighted .pricing-additional-text a {
    color: #ffe27a;
    font-weight: 500;
}
.priceheads{
    font-size: 60px;
    font-weight: 700;
    line-height: 1.4;
    letter-spacing: 2px;
    color: #1f5abc;
    margin-bottom: 40px;
}
.priceheads span{
    font-size: 18px;
    letter-spacing: 4.5px;
}
.bluhr {
    opacity: 1;
    border-top: 2px solid #00C3FF;
    width: 120px;
    text-align: center;
    background-color: #00c3ff;
    height: 2px;
    margin-left: 46%;
    margin-top: -3%;
    margin-bottom: 65px;
}
/* .pricebox:hover .pricebtn{
    background-color: #7E8446;
    color: #fff;
}
.pricebox:hover .grnhr{
    border-top: 3px solid #fff;
} */


/* -----------hover-box---------------- */

.hoverbg{
    background-image: url('../images/hovbg.webp');
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 40px 0;
}
.borside{
    border-right: 2px solid rgba(99,152,197,0.4);
}
.hoverbox{
    padding: 25px;
    margin: 20px;
}
.iconbox{
    padding: 15px 10px;
}
.iconbox i{
    font-size: 65px;
    color: #ffffff;
}
.hovcontbox{
    padding: 15px 10px;
}
.hovpargh{
    font-size: 18px;
    color: #ffffff;
    font-weight: 500;
}

.hovheads{
    font-size: 55px;
    line-height: 0.8;
    font-weight: 700;
    margin-top: 65px;
    color: #ffffff;
}
.hoverbox:hover{
    background-color: #fff;
    border-radius: 15px;
}
.hoverbox:hover .iconbox i{
    color: #1f5abc;
}
.hoverbox:hover .hovpargh{
    color: #1f5abc;
}
.hoverbox:hover .hovheads{
    color: #1f5abc;
    margin-top: 25px;
    -webkit-transition: .5s;
    transition: .5s
}

/* ------------blog-slider--------------- */
.blogbox{
    height: 100%;
}
.blogimg{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}
.blogcontentbox{
    background-color: #cee6f5;
    padding: 32px 40px 10px;
}
.sblubtn{
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    padding: 8px 20px;
    background-color: rgb(24, 119, 202);
    border-radius: 8px;
    margin-top: -5%;
    text-transform: uppercase;
}
.blogtitle{
    font-size: 24px;
    line-height: 1.4;
    font-weight: 700;
    margin: 15px 0 15px;
    color: #142b5f;
}
.blogpargh{
    font-size: 16px;
    text-align: justify;
}
.blogauthor{
    padding: 15px 0px 0px 40px;
    background-color: rgba(64, 166, 255, .18);
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    /* margin-top: -4%; */
}
.authname{
    font-size: 16px;
    font-weight: 400;
}
.authimg img{
    border-radius: 50%;
    margin-right: 25px;
}
.blogdate{
    font-size: 24px;
    font-weight: 500;
    color: rgba(26,57,127,.72);
    line-height: 1;
}
.blogmonth{
    font-size: 17px;
    font-weight: 400;
    color: rgba(26,57,127,.72);
    line-height: 1;
}
.blogbgbotblue{
    padding: 15px 20px;
    background-color: rgb(111, 153, 231);
    width: 75px;
    margin-left: 81%;
    margin-top: -51px;
    border-bottom-right-radius: 12px;
}

.blogbox:hover .blogcontentbox{
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.blogbox:hover .blogauthor{
    background-color: #ffffff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-top: 1px solid #00C3FF;
}
.blogbox:hover .blogdate, .blogbox:hover .blogmonth{
    color: #ffffff;
}
.blogbox:hover .blogbgbotblue{
    background-color: rgb(48, 114, 238);
}
.blogbox:hover .sblubtn{
    background-color: #cee6f5;
    color: #1b2e7d;
}

.prosheads{
    font-size: 17px;
    font-weight: 500;
    line-height: 1.4;
    color: #142b5f;
    margin-top: 10px;
}

@media screen and (max-width:480px) {
    .ban-title {
        font-size: 62px;
        margin-left: 0;
        padding-right: 10px;
    }

    .bantitle-2 {
        font-size: 36px;

    }

    .bg-blu-gradient {
        padding: 50px 0;
    }


    .ban-section {
        padding: 45px 0;
    }
    .padno{
        padding: 12px;
    }


}


/* --------------footer----------------- */

footer {
    background-color: #142b5f;
    padding: 50px 0 40px;
}
.footer-heads {
    font-size: 20px;
    margin: 10px 0 20px;
    color: #ffffff;
    font-weight: 600;
}
.footlinks{
    padding-left: 0;
}
.footlinks li {
    margin: 10px 0;
    list-style: none;
    padding-left: 0;
}

.footlinks li a {
    font-size: 16px;
    color: #bbd0ff;
}
.icons{
    font-size: 23px;
    color: #bbd0ff;
    margin-right: 15px;
    margin-top: 10px;
}
.botm{
    background-color: #142b5f;
    padding: 25px 0 10px;
    border-top: 1px solid #bbd0ff;
}
.footerpargh{
    font-size: 16px;
    color: #bbd0ff;
}
.footerpargh a{
    font-size: 16px;
    color: #bbd0ff;
}
.footbotheads{
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}
.social{
    padding-left: 0;
}
.social li{
    display: inline-block;
    margin-right: 10px;
}
.social li a img{
    width: 40px;
}


@media screen and (max-width:480px) {

    footer {
        padding: 20px 12px;
    }

    .wview {
        display: none;
    }

    .img-box img {
        height: 100%;
        width: 100%;
    }
}


/* -------------contact-page----------------- */
.contactbanner{
    background-image: url('../images/contactbg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    padding: 120px 0 70px;
}
.contact-title{
    font-size: 56px;
    line-height: 1.4;
    font-weight: 800;
    color: #ffe27a;
    margin-bottom: 25px;
}
.ban-pargh span{
    color: #ffe27a;
}
.banlink{
    color: #fff;
}
.banlink:hover{
    color: #ffe27a;
}
.contact-pad{
    background-image: url('../images/contactpad.webp');
    background-repeat: no-repeat;
    padding: 30px 30px 40px;
    border-radius: 15px;
    background-size: cover;
    max-width: 440px;
}
.icon-box{
    padding: 10px 15px;
    background-color: #d2eaff !important;
    border-radius: 14px;
    margin-right: 20px;
    height: 63px;
}
.icon-box i{
    font-size: 40px;
    color: #1f5abc;
}
.iconheads{
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

/* --------------about-page---------------- */

.padbg{
    padding: 0;
    background-position: top center;
}

.bluhover{
    padding: 90px 35px;
}
.bluhovericon{
    margin: 15px 0;
}
.bluhoverheads{
    font-size: 31px;
    font-weight: 800;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px;
}
.bluhoverpargh{
    font-size: 16px;
    line-height: 1.3;
    color: #fff;
    font-weight: 500;
}
.bluhoverbtn{
    background-color: transparent;
    border: 3px solid #ffe27a;
    border-radius: 14px;
    padding: 12px 35px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 40px;
}
.hoverss{
    padding: 30px 0;
}
.hoverss:hover{
    background-color: rgba(20, 43, 95, 0.5);
}
.bord-right{
    border-right: 1px solid #4586f4;
}

.hoverss:hover .bluhoverbtn{
    background-color: #ffe27a;
    color: #9d5f36;
}

.howbox{
    max-width: 470px;
    padding: 10px;
}
.howwecontent{
    padding: 0 15px;
}
.howweheads{
    font-size: 22px;
    font-weight: 800;
    line-height: 1.5;
}
.service-divider{
    width: 21px;
    height: 3px;
    -webkit-border-radius: 100px;
    border-radius: 100px;
    background-color: #ffe27a;
    opacity: 1;
}
.howwepargh{
    font-size: 16px;
    line-height: 1.4;
    text-align: justify;
    margin-top: 10px;
}
.howimg{
    width: 80px;
    height: 50px;
}
.formheads{
    font-size: 35px;
    font-weight: 800;
    line-height: 1.4;
    margin-bottom: 15px
}
.abttop{
    color: #6394c0;
    font-size: 14px;
    margin: 30px 0px 10px 0px !important;
    font-weight: 800;
    text-transform: uppercase;
}
.abtheads{
    color: #1f5abc;
    font-size: 50px;
    line-height: 0.8;
    font-weight: 700;
}

/* -----------2-new-sections----------------- */
.lightblubg{
    padding: 80px 0;
    background-color: #f8fdffbd;
    /*background-color: #cbe9fe;*/
}
.lblupargh{
            font-size: 16px;
            line-height: 1.4;
            text-align: justify;
            margin-top: 10px;
            color: #1f5abc;
        }
        .lbluheads{
            font-size: 24px;
            color: #1f5abc;
        }
        .lbluhr{
            width: 25px;
            background-color: #142b5f;
        }
        
         .darkbluebg{
            padding: 90px 0;
            background-color: #1f5abc;
        }
        .dbluheads{
            font-size: 24px;
            color: #fff;
            line-height: 1.4;
            margin-bottom: 10px;
            font-weight: 800;
        }
        .dbluhr{
            width: 25px;
            background-color: #4e8df4;
        }
        .dblupargh{
            font-size: 16px;
            line-height: 1.4;
            color: #fff;
            margin-top: 10px;
        }
        .yelhr{
            background-color: #ffe27a;
            border-top: 2px solid #ffe27a;
            margin-bottom: 140px;
        }
         
     .nav-imgz{
                    display: block;
                }
                .sticky-imgz{
                    display: none;
                }
            header.sticky .nav-imgz{
                    display: none;
                }
                header.sticky .sticky-imgz{
                    display: block;
                }
    
    @media screen and (max-width:480px) {
        .ban-title{
            font-size: 42px;
            margin-top: 45px;
            text-align: center;
        }
        .banbuttons{
            display: flex;
    flex-direction: column;
    text-align: center;
        }
        .banbuttons .btn-call{
                width: 200px;
    margin: 10px auto;
        }
        .ban-pargh {
           margin-bottom: 0; 
           text-align: center;
        }
        .priceheads{
            font-size: 38px;
        }
        .bluhr {
            margin-left: 34%;
    margin-top: -9%;
    margin-bottom: 25px;
        }
        .wpb_wrapper{
            margin: 20px 0;
        }
        .cws-pricing-module .pricing-row-info {
            padding: 16px 5px 18px 0px;
        }
        .yelhr {
            margin-bottom: -20px;
            margin-top: -6%;
        }
        .wview{
            display: none;
        }
        .priceheads{
            margin-bottom: 25px;
        }
        .prosheads{
            margin-bottom: 15px;
        }
        .hoverss {
    padding: 0;
}
.servicetitle{
        font-size: 37px;
        color: #fff;
        margin-bottom: 10px;
    }
    .bluhover {
    padding: 10px 35px 40px;
}
.contact-pad {
    margin-bottom: 20px;
}
.nav-imgz{
                    display: none;
                }
                .sticky-imgz{
                    display: block;
                }
                .cws-pricing-module .pricing-wrapper {
    width: 90%;
}
.testiimg {
    width: 90px;
    height: 90px;
    text-align: center;
    }
    .testiimg img{
    width: 75px;
    height: 75px;
    }
    
    }
    
    
    .servicetitle{
        font-size: 43px;
        color: #fff;
        margin-bottom: 40px;
    }
    .contact-pargh{
        font-size: 16px;
        line-height: 1.4;
        color: #fff;
        margin-bottom: 20px;
    }
   
    
    
    
    
/* ---------new-designs-2------------------- */

.newblubgs {
    background-image: url('../images/features_bg.jpg');
    padding: 120px 0 90px;
    background-position: center;
    background-size: cover;
    position: relative;
}

.parghgrey {
    font-size: 16px;
    color: #ACAACC;
    line-height: 1.75;
    margin-top: 15px;
}

.feature-items {
    padding: 10px;
}

.feature-items:hover .feature-imgs img {
    transform: translateY(5px);
    transition: all 0.4s ease-out 0s;
}

.feature-imgs {
    margin-bottom: 10px;
}

.featureheads {
    font-size: 23px;
    color: #fff;
    margin-bottom: 15px;
    font-weight: 700;
    line-height: 1.3;
}

.feature-pargh {
    font-size: 16px;
    line-height: 1.75;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
}


/* ---------design-3------------- */
.what-we-off-section {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #C9E4E9;
    background: #F1FDFF;
    box-shadow: 8px 8px 0px 0px #C9E4E9;
    padding: 40px 40px 40px 50px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    height: 100%;
}
.what-we-content .content-top{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
}
.what-we-content .title {
    margin-bottom: 0;
    font-size: 21px;
    color: #161439;
    line-height: 1.3;
    font-weight: 600;
}
.what-we-content p{
    color: #1C1A4A;
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.75;
    text-transform: capitalize;
}
.features__item-shape {
    position: absolute;
    right: 28px;
    top: 21px;
    z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    color: rgba(39, 39, 47, 0.2);
}
.what-we-off-section:hover{
    box-shadow: none;
}
.what-we-off-section:hover .features__item-shape {
    color: #1BCBE3;
}
.whatbg-2{
    border: 1px solid #C8C1ED;
    background: #EDEAFF;
    box-shadow: 8px 8px 0px 0px #D9D5F1;
}
.whatbg-2:hover .shape2{
    color: #5751E1;
}
.whatbg-3{
    border: 1px solid #EBE0C4;
    background: #FFF7E2;
    box-shadow: 8px 8px 0px 0px #E5DECB;
}
.whatbg-3:hover .shape3{
    color: #FFC224;
}
.whatbg-4{
   border: 1px solid #FFDBEA;
    background: #FFDBEA;
    box-shadow: 8px 8px 0px 0px #e0b7c9; 
}
.whatbg-4:hover .shape4{
    color: #E0115F;
}
.whatbg-5{
   border: 1px solid #fae1c9;
    background: #fae1c9;
    box-shadow: 8px 8px 0px 0px #dcc8b5; 
}
.whatbg-5:hover .shape5{
    color: #fe932c;
}
.whatbg-6{
   border: 1px solid #cefad0;
    background: #cefad0;
    box-shadow: 8px 8px 0px 0px #cde9bc;
}
.whatbg-6:hover .shape6{
    color: #008631;
}
.arrimg {
            position: relative;
        }

        .arrbox {
            position: absolute;
            top: 29%;
            max-width: 260px;
            left: 14%;
            margin-top: 15px;
        }
        .arrbox h4{
            font-size: 25px;
            font-weight: 800;
            line-height: 1.4;
            margin-bottom: 20px;
            margin-top: 10px;
        }
        .arrbox p{
            font-size: 16px;
        }
        
         .whitehoverbox {
            position: relative;
            z-index: 1;
            background: #ffff;
            border: 1px solid #E1E3E8;
            border-radius: 8px;
            transition: all 0.4s;
            padding: 16px;
            height: 100%;
        }
        .whitehoverbox .icons {
    height: 60px;
    width: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    transition: all 0.4s;
    background: #EDEAFB;
    position: absolute;
}

.whitehoverbox .content {
    padding-left: 80px;
}
.whitehoverbox .content h4{
    font-size: 22px;
    line-height: 1.4;
    font-weight: 600;
    color: #090b0e;
    margin-bottom: 14px;
    transition: all 0.4s;
}
.whitehoverbox .content p{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #3D4C5E;
    margin-bottom: 0px;
    transition: all 0.4s;
}
.whitehoverbox:hover{
    background: rgba(31, 90, 188, 1);
    transition: all 0.4s;
    border: 1px solid rgba(31, 90, 188, 1);
    transform: translateY(-5px);
}
.whitehoverbox:hover .icons {
    background: #fff;
    transition: all 0.4s;
}
.whitehoverbox:hover .content p{
    color: #fff;
}
.whitehoverbox:hover .content h4{
    color: #fff;
}
.wview{
    display: block;
}
.mview{
    display: none;
}

@media screen and (max-width:480px) {

    
.formheads{
    font-size: 36px !important;
}
h4{
    margin-top: 10px;
}
.what-we-content .content-top{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lblupargh {
    text-align: center;
}
.lbluheads{
    text-align: center;
}
.text-lg-end{
    text-align: center !important;
}
.service-divider{
    display: none;
}
.darkbluebg .col-lg-3{
    text-align: center;
}
.dbluheads{
    margin: 16px 0;
}
.dbluheads, .dblupargh{
    text-align: center;
}
.what-we-content p{
    text-align: center;
}
.what-we-off-section{
    padding: 27px;
}
.whitehoverbox .content {
     padding-left: 0px; 
     text-align: center;
}
.whitehoverbox .icons{
    position: static;
    margin: 0 auto 18px;
}
.carousel-control-prev, .carousel-control-next{
    display: none;
}
.wview{
    display: none;
}
.mview{
    display: block;
}
.arrbox {
    position: absolute;
    top: 28%;
    max-width: 230px;
    left: 17%;
    margin-top: 11px;
}
.arrbox h4{
    font-size: 22px;
}
.arrbox p{
    font-size: 14px;
}
.lightblubg {
    padding: 50px 0 35px;
    background-color: #f8fdffbd;
}
.sec001 {
    padding: 60px 0 40px;
}
}


    
    
    