@import url('https://fonts.googleapis.com/css2?family=Hind:wght@400;500;600&amp;family=Ubuntu:wght@300;500;700&amp;display=swap');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&amp;family=Poppins:wght@300;400;500;700&amp;display=swap');


/* font-family: 'Hind', sans-serif;
font-family: 'Ubuntu', sans-serif; */



.btn-1 {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #e0f21b;
    color: #171535;
    padding: 13px 30px;
    border-radius: 50px;
    border: 1px solid transparent;
    transition: all .2s ease-in-out;
}



.btn-1:focus,
.btn-2:focus {
    outline: none;
}


.btn-2 {
    display: inline-block;
    font-family: 'Hind', sans-serif;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #db1e5a;
    color: #fff;
    border-radius: 50rem;
    padding: 10px 40px;
    transition: all .2s ease-in-out;
}

.btn-2:hover {
    color: #fff;
}

.btn-2:active {
    transform: translateY(2px) scale(.9);
}


a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus {
    outline: none !important;
}



*,
body {
    font-family: 'Open Sans', sans-serif;
}

body {
    overflow-x: hidden;
}

body {
    height: 100%;
    overflow-x: hidden;
}


html {
    scroll-behavior: smooth;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Poppins', sans-serif;
}

a {
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s
}

a:hover {
    text-decoration: none
}

a:focus,
a:hover {
    text-decoration: none;
    outline: none;
}

:focus {
    outline: none;
}

:hover {
    transition: 0.3s;
}

img {
    max-width: 100%;
    height: auto
}

p {
    margin-bottom: 0
}

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

.heading {
    text-align: center;
    max-width: 1165px;
    margin: 0 auto;
}

.heading h2 {
    color: #1c1a3b;
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}

.heading h3 {
    font-size: 46px;
    font-weight: bold;
    color: #141232;
    /*! line-height: 36px; */
}

.heading h3 span {
    color: #e92747;
    font-family: 'Poppins', sans-serif;
}

.heading p {
    color: #666666;
    font-size: 18px;
    font-weight: normal;

    font-weight: 400;
    line-height: 30px;
}

/*header start*/

header {
    background-color: #ffff;
    padding: 20px 0;
}

.dropdown-menu {
    min-width: 16em;
    padding: 0;
    border-color: transparent !important;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
}

.dropdown-menu li {
    margin: 0 !important;
}

.dropdown-menu a {
    padding: 12px 15px;
    border-bottom: 1px solid #f87213;
    transition: all .2s ease-in-out;
    display: block;
    color: #fff;
    font-size: 14px;
}

.dropdown-menu a:hover {
    background-color: #f87213 !important;
    color: #fff !important;
}

header nav {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.brand-logo {
    text-decoration: none;
    display: block;
    width: 15%;
    position: relative;
    z-index: 999;
    margin-left: 30px;
}

.doubleMenu {
    flex-grow: 1;
}

.menuInfo ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end
}

.menuInfo ul li a {
    padding: 5px 15px;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    display: flex;
    align-items: center;
    font-family: 'Poppins', sans-serif;
    transition: 0.4s;
}

.menuInfo ul li a:hover {
    color: #ef0a5d;
}

.menuInfo ul li a i {
    transition: 0.4s;
}

.menuInfo ul li a:hover i {
    color: #ef0a5d;
}


.menuInfo ul li a .fas {
    color: #101010;
    font-size: .85rem;
    margin-right: 7px;
    margin-top: -4px;
}

ul.navbar {
    list-style: none;
    padding: 0;
    margin: 0 -.7vw;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}

ul.navbar li {
    margin: 0 .5vw;
    display: inherit;
    position: relative;
}

ul.navbar li a {
    font-weight: normal;
    padding: 10px 10px;
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    transition: 0.4s;
    text-transform: capitalize;
}

ul.navbar li a.active,
ul.navbar li a:hover {
    color: #f87213;
}

.menu-right {
    padding-left: 70px;
    display: flex;
    align-items: center;
    margin-right: 30px;
}

.navicon {
    position: relative;
    z-index: 999;
}

.nav-toggle span {
    top: 25px;
}

.nav-toggle {
    width: 56px;
    height: 53px;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    background-image: -moz-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    content: "";
    position: absolute;
    display: block;
    width: 30px;
    height: 2px;
    background-color: #ffffff;
    cursor: pointer;
}

.nav-toggle span,
.nav-toggle span:after,
.nav-toggle span:before {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.nav-toggle span:before {
    top: -8px;
}

.nav-toggle span:after {
    bottom: -8px;
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span:after,
.nav-toggle.active span:before {
    top: 0
}

.nav-toggle.active span {
    background-color: transparent !important
}

.nav-toggle.active span:after {
    top: 10px;
    -ms-transform: translatey(-10px) rotate(-45deg);
    -webkit-transform: translatey(-10px) rotate(-45deg);
    transform: translatey(-10px) rotate(-45deg);
    background-color: #fff
}

.nav-toggle.active span:before {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: #fff
}

.btn-default {
    text-transform: uppercase;
    color: #333333;
    padding: 13px 30px;
    font-family: 'Poppins', sans-serif;
    margin: 0px 41px 0px 31px;
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 50px;
    font-size: 16px;
    font-weight: normal;
}

.btn-default:hover {
    background-color: #e83b00;
    color: #fff;
}

.btn-default:hover span {
    color: #fff;
}

.btn-default span {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    color: #e92747;
}

.header-number {
    display: flex;
    align-items: center;
}

.header-number+.hvr-grow-shadow:hover {
    transform: rotate(-3deg);
}




.header-number:hover span {
    color: #e83b00;
}

.header-number i {
    margin-right: 15px;
    animation: scale-up 3s linear infinite alternate;
}

@keyframes scale-up {
    0% {
        transform: scale(1) perspective(1000px);
    }

    100% {
        transform: scale(.8) perspective(1000px);
    }
}

.header-number span {
    color: #333333;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    position: relative;
    display: inline-block;
}

.header-number span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #f76f13;
    bottom: 0;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 250ms linear;
    transition: -webkit-transform 250ms linear;
    -o-transition: transform 250ms linear;
    transition: transform 250ms linear;
    transition: transform 250ms linear, -webkit-transform 250ms linear;
}

.header-number span:hover::before {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left;
    -ms-transform-origin: left;
    transform-origin: left;
}




.detailHeader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(147 145 140) 0%, rgb(79 79 79) 100%);
    z-index: 99;
    display: flex;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
}

.detailHeader .innerMenu li {
    padding: 5px 0;
    flex: 0 0 100%;
    opacity: 0;
    transition: transform .5s, opacity .5s;
    -webkit-transform: translate3d(0, -80px, 0);
    transform: translate3d(0, -80px, 0)
}

.detailHeader .innerMenu li:first-child {
    -webkit-transition-delay: .05s;
    transition-delay: .05s
}

.detailHeader .innerMenu li:nth-child(2) {
    -webkit-transition-delay: 15ms;
    transition-delay: 15ms
}

.detailHeader .innerMenu li a {
    color: #eee;
    line-height: 40px;
    font-size: 27px;
    font-weight: 700;
    text-decoration: none;
}

.detailHeader .innerMenu li a:hover {
    color: #ef0f34;
}

.detailHeader.active .innerMenu li {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.detailHeader.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 1s;
    transition: opacity 1s
}

.detailHeader ul.menuBlock li a {
    color: #eee;
    font-size: 17px;
    line-height: 29px;
}

.detailHeader ul.menuBlock li a:hover {
    color: #ef0f34;
}

.overlay-scroll-btn {
    padding: 0 0 0 10px;
    margin-top: 10px;
    display: flex
}

#down {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down .fa,
#up .fa {
    color: #fff;
    opacity: .8
}

#up {
    width: 20px;
    height: 20px;
    cursor: pointer;
    display: flex;
    opacity: .6
}

#down:hover {
    opacity: 1
}

#up:hover {
    opacity: 1
}

.#parent {
    padding: 0
}

.overlay-scroll-btn {
    padding: 0
}

ul#parent {
    height: 290px !important;
}

#parent {
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0 0 0 1px;
    margin-bottom: 0
}

.detailHeader .tab-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

/*header End*/


/*Banner Start*/


.ml9 {
    position: relative;
}

.ml9 .text-wrapper {
    overflow: hidden;
}

.ml9 .letter {
    transform-origin: 50% 100%;
}




.main-banner {
    background-image: url(../images/home-banner.html);
    background-size: cover;
    background-repeat: no-repeat;
    height: 760px;
    padding: 120px 0px 0px;
    background-position: center;
    position: relative;
}

/*.main-banner:before{
    content: "";
    position: absolute;
    background-image: url(../images/banner-discount.png);
    width: 300px;
    height: 272px;
    right: 28%;
    z-index: 1;
    top: 30px;
    animation: zoom 2s infinite;
}*/

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    70% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.banner-text p:first-child {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    display: flex;
    align-items: center;
    background: #010101;
    padding: 17px;
}

.banner-text p:first-child:before {
    content: "";
    position: absolute;
    background-image: url(../images/banner-icon.html);
    width: 143px;
    height: 14px;
    right: 55px;
}

.banner-text h2 {
    color: #fff;
    font-size: 49px;
    padding: 6px 0px 12px;
    font-weight: 300;
    line-height: 55px;
    margin-bottom: 20px;
}

.banner-text>h2 strong {
    font-weight: 700;
    color: #000;
}


.banner-text h2 span {
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.banner-text h3 {
    color: #fff;
    font-size: 27px;
    padding: 7px 5px;
    font-weight: 500;
    background-color: #000;
    text-align: center;
    display: block;
}


.banner-text h2+p {
    font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 500;
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 35px;
}

#regForm input {
    height: auto;
    padding: 13px 44px;
    /*! font-size: 10px; */
    border-radius: 50rem;
}

.cta-form-btn>button {
    flex: 1 0 auto;
    margin-right: 10px;
}

.cta-form-btn>button:hover {
    background-color: #e53201;
    color: #fff;
    border: 1px solid #fff;
}


#regForm input::-webkit-input-placeholder {
    font-size: 16px;
    color: #d1d1d1;
}

#regForm input::-moz-placeholder {
    font-size: 16px;
    color: #d1d1d1;
}

#regForm input:-ms-input-placeholder {
    font-size: 16px;
    color: #d1d1d1;
}

#regForm input::-ms-input-placeholder {
    font-size: 16px;
    color: #d1d1d1;
}

#regForm input::placeholder {
    font-size: 16px;
    color: #d1d1d1;
}


#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
    height: 50px;
    margin-right: 12px;
}


.contact-info {
    position: relative;
    z-index: 1;
}



.banner-text ul {
    padding: 30px 0px;
}

.banner-text ul li {
    color: #ffdcc2;
    font-size: 18px;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
    padding-bottom: 14px;
}

.banner-text ul li:last-child {
    padding-bottom: 0px;
}

.banner-text ul li i {
    color: #fcb317;
    padding-right: 12px;
    font-size: 20px;
}

.banner-img {
    position: absolute;
    right: 0px;
    height: 100%;
    display: flex;
    align-items: center;
    left: 0;
}

.banner-form {
    position: relative;
    z-index: 1;
}



.banner-img img {
    margin-left: auto;
}




/*Banner End*/



/* Websites catogory section */
.website-catagory-list {
    list-style-type: none;
}

.website-catagory-list li {
    flex: 1 0 50%;
}


.catagory-sec {
    padding: 70px 0 120px;
    position: relative;
}

.catagory-sec::before {
    content: "";
    position: absolute;
    background: url(../images/website-catogory-img.png) center/cover no-repeat;
    width: 778px;
    height: 612px;
    right: 0;
    top: -40px;
}




.website-catagory-txt>p:first-child {
    background: #f58a1f;
    padding: 10px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 18px;
    max-width: 465px;
    margin-bottom: 30px;
}



.website-catagory-txt>h3 {
    font-weight: 700;
    font-size: 46px;
    line-height: 54px;
    color: #141232;
    margin-bottom: 20px;
}

.website-catagory-txt>h3 span {
    color: #e92747;
}

.website-catagory-txt>p {
    color: #666666;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 55px;
    font-weight: 400;
}

.website-catagory-list li {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #141232;
    line-height: 45px;
    padding: 0 0 0 15px;
}

.website-catagory-list li::before {
    content: "\f0da";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    left: 0;
}

.website-catagory-list li:hover {
    color: #e92747;
}



/*Feature Start*/
.main-feature {
    margin-top: -120px;
    position: relative;
}

.feature-wrap {
    background-image: -moz-linear-gradient(-90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(-90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(-90deg, rgb(220, 220, 220) 0%, rgb(255, 255, 255) 100%);
    box-shadow: 0px 17px 109px 0px rgba(0, 0, 0, 0.26);
    border: 1px solid #fff;
    margin-bottom: 55px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.feature-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding-left: 35px;
}

.feature-text h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background-image: -moz-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    display: inline-block;
    padding: 5px 15px;
    width: 65%;
}

.feature-text h3 {
    font-size: 22px;
    color: #141234;
    font-weight: bold;
    padding: 14px 0px 25px;
    line-height: 33px;
}

.feature-text h3 span {
    color: #000000;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.home-btn {
    color: #ef0f34;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 9px 5px 9px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 56%;
}

.home-btn:hover {
    background-color: #ef0f34;
    color: #fff;
}

.home-btn:hover:before,
.home-btn:hover:after {
    background-color: #ffffffd1;
}


.home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 71px;

}

.left-right-mov::before {
    -webkit-animation-name: left-rigt-1;
    animation-name: left-rigt-1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

@-webkit-keyframes left-rigt-1 {
    0% {
        right: 71px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        right: 26px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes left-rigt-1 {
    0% {
        right: 71px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        right: 26px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}




/* left right 2 */
.left-right-mov-2::before {
    -webkit-animation-name: left-rigt-2;
    animation-name: left-rigt-2;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    transition: all 250ms linear;
}

@-webkit-keyframes left-rigt-2 {
    0% {
        right: 50px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        right: 24px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

@keyframes left-rigt-2 {
    0% {
        right: 50px;
        -webkit-transform: scale(.8);
        transform: scale(.8);
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        right: 24px;
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}





.home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 43px;
    height: 2px;
    right: 28px;
    bottom: 18px;
}

.feature-box {
    display: flex;
    align-items: center;
    border-right: 1px solid #fff;
    flex-direction: column;
    padding: 42px 0px;
}

.feature-carousel {
    display: flex !important;
    align-items: center;
    height: 100%;
}

.feature-box i {
    width: auto !important;
    display: inline-block !important;
}

.feature-box h3 {
    padding: 23px 0px 33px;
    text-align: center;
    font-size: 24px;
    color: #000;
    font-weight: 500;
}

.feature-box a {
    color: #e92747;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

.feature-box:hover {
    background-color: #151335;
}

.feature-box:hover h3 {
    color: #fff;
}

.feature-box:hover a {
    color: #fcb317
}

.feature-carousel .owl-nav [class*=owl-] {
    background-color: #fff !important;
    border-radius: 50px;
    width: 52px;
    height: 52px;
    color: #000;
    font-size: 17px !important;
    position: absolute;
    top: 130px;
    box-shadow: 0px 17px 109px 0px rgba(0, 0, 0, 0.26);
}

.feature-carousel .owl-nav [class*=owl-]:hover {
    color: #FFF;
    text-decoration: none;
    background-image: -moz-linear-gradient(0deg, rgb(212, 53, 0) 0%, rgb(228, 80, 13) 49%, rgb(244, 107, 25) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(212, 53, 0) 0%, rgb(228, 80, 13) 49%, rgb(244, 107, 25) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(212, 53, 0) 0%, rgb(228, 80, 13) 49%, rgb(244, 107, 25) 100%);
}

.feature-carousel .owl-nav [class*=owl-].owl-prev {
    left: -30px;
}

.feature-carousel .owl-nav [class*=owl-].owl-next {
    right: -30px;
}

.feature-carousel .owl-nav [class*=owl-]:focus {
    outline: 0
}

.trust-logo-wrap {
    padding-bottom: 43px;
}

.trust-logo-text {
    height: 100%;
    display: flex;
    align-items: center;
}

.trust-logo-text h3 {
    font-size: 23px;
    color: #141234;
    font-weight: bold;
    line-height: 37px;
}

/*Feature End*/

/*Renowned Start*/
.main-renowned {
    background-image: url(../images/renowned-banner.html);
    background-size: cover;
    height: 618px;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.renowned-img {
    position: absolute;
    left: 10%;
}

.renowned-text {
    padding-top: 100px;
}

.renowned-text h3 {
    font-size: 42px;
    font-weight: bold;
    color: #fff;
}

.renowned-text h3 span {
    color: #e92747;
    font-family: 'Poppins', sans-serif;
}

.renowned-text p {
    padding: 20px 0px 30px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    line-height: 30px;
}

.contact-info ul {
    display: flex;
    align-items: center;
}

.contact-info ul li:first-child {
    padding-left: 0;
    border-left: none;
}

.contact-info ul li {
    border-left: 1px solid #ffffff2e;
    padding: 0px 18px;
}

.contact-info ul li a {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}

.contact-info ul li a:hover h4 {
    color: #e92747;
}

.contact-info ul li a i {
    margin-right: 12px;
}

.contact-info ul li a h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.contact-info ul li a h4 span {
    color: #9e9db8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.contact-info ul li:last-child a h4 span:before {
    content: "";
    position: absolute;
    background-image: url(../images/chat.png);
    width: 18px;
    height: 18px;
    right: -29px;
}

.contact-info-btn {
    position: relative;
    padding-right: 50px;
    display: flex;
    align-items: center;
}

.contact-info-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    z-index: 1;
}

.contact-info-btn:after {
    position: absolute;
    content: "";
    background-color: #ffffffad;
    width: 40px;
    height: 2px;
}

/*Renowned End*/



/* process design */

.process-txt-cont>h2 {
    font-weight: 700;
    font-size: 50px;
    color: #e92747;
    line-height: 60px;
    margin-bottom: 40px;
}

.process-txt-cont>h2 span {
    color: #141232;
}

.process-txt-cont>p {
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    margin-bottom: 25px;
}

.cta-pro-txt>span {
    color: #9e9db8;
    font-size: 10px;
    line-height: 20px;
    font-weight: 600;
}

.cta-pro-txt {
    padding: 0 0 0 12px;
}


.cta-pro-txt>a {
    font-weight: 600;
    color: #141232;
    font-size: 18px;
}

.cta-pro-txt:hover>a {
    text-decoration: underline;
    text-decoration-color: #e92747;
}


.process-txt-cont {
    position: absolute;
    max-width: 468px;
    z-index: 1;
}


.process-designs {
    padding: 100px 0;
}


.design-pro-inner-txt>h2 {
    font-weight: 600;
    font-size: 24px;
    color: #141232;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 14px;
}

.design-pro-inner-txt>img {
    margin-bottom: 30px;
}

.design-pro-inner-txt>p {
    font-size: 18px;
    line-height: 30px;
    color: #141232;
}


.design-pro-inner-txt {
    height: 100%;
    padding: 0 0 45px 0;
}

.design-process-cta-wrap>.design-process-cta:last-child {
    padding: 0 0 0 40px;
}


.process-inner-wrap {
    position: relative;
}

.process-inner-wrap::before {
    position: absolute;
    content: "";
    background: url(../images/process-main-img.png) left center/contain no-repeat;
    width: 461px;
    height: 438px;
    top: 39%;
}



/*Service Start*/

.main-service {
    padding-top: 104px;
}

.main-service-wrap {
    padding-top: 31px;
}

.service-box {
    display: flex;
    border: 1px solid #ccc;
    padding: 60px 0px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
}

.main-service-wrap .col:first-child .service-box {
    border-left: none;
}

.main-service-wrap .col:last-child .service-box {
    border-right: none;
}

.service-icon {
    position: relative;
    z-index: 2;
    width: 70px;
    height: 55px;
}

.service-icon:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/service-icon-before.html);
    background-size: contain;
    background-repeat: no-repeat;
    width: 89px;
    height: 88px;
    z-index: -1;
    top: -17px;
    left: -15px;
}

.service-box h3 {
    font-size: 25px;
    color: #000000;
    font-weight: normal;
    padding-top: 50px;
}

.service-btn {
    position: absolute;
    bottom: -22px;
    background-color: #fff;
    box-shadow: 0px 10px 49px 0px rgba(0, 0, 0, 0.08);
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: none;
}

.service-btn i {
    color: #e53b00;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
}

.service-box:hover {
    background-image: -moz-linear-gradient(-35deg, rgb(229, 59, 0) 0%, rgb(237, 108, 9) 49%, rgb(245, 157, 18) 100%);
    background-image: -webkit-linear-gradient(-35deg, rgb(229, 59, 0) 0%, rgb(237, 108, 9) 49%, rgb(245, 157, 18) 100%);
    background-image: -ms-linear-gradient(-35deg, rgb(229, 59, 0) 0%, rgb(237, 108, 9) 49%, rgb(245, 157, 18) 100%);
}

.service-box:hover h3 {
    color: #fff;
}

.service-box:hover .service-icon i {
    filter: invert(100%) sepia(1%) saturate(4%) hue-rotate(146deg) brightness(117%) contrast(100%);
}

.service-box:hover a {
    display: block;
}

.service-cta {
    border-bottom: 1px solid #ccc;
    padding: 15px 0px;
}

.service-cta-para p {
    color: #333333;
    font-size: 14px;
    font-weight: normal;
}

.service-cta .contact-info ul li a h4 {
    color: #141232;
}

.service-cta .contact-info ul li a h4 span {
    color: #141232;
}

.service-cta .contact-info-btn:after {
    background-color: #141232;
}

.service-cta .contact-info ul li {
    border-right: 1px solid #8b8b8b2e;
    padding: 0px 21px;
}

.service-cta .contact-info ul li:last-child {
    padding-right: 0;
    border-right: none;
}

.service-cta .contact-info ul li a:hover h4 {
    color: #e92747;
}

/*Service End*/


/******PACKAGES START******/
.main-package {
    padding: 104px 0px;
}

.package-carousel {
    padding-top: 50px;
    text-align: center;
}

.package_box * {
    transition: all .2s ease-in-out;
}

.package_box {
    background-color: #fff;
    border: 2px solid #e92747;
    border-radius: 10px;
}

.pkg_top {
    padding: 23px;
}

.pkg_title {
    border-radius: 3px;
    background-color: #ededed;
    font-size: 24px;
    font-weight: 600;
    color: #333333;
    padding: 10px 0;
}

.pkg_title h3 {
    font-size: 17px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 0;
}

.pkg_pricing_area {
    margin: 13px 0;
}

.pkg_pricing_area+p {
    text-align: center;
}

.package_box .pkg_pricing_area+p {
    color: #e92747;
    font-weight: 700;
    background-color: #f7900ee8;
    display: none;
}

.form-control:focus {
    box-shadow: 0 0 0 .2rem #fec014;
}



.sale_price h3 {
    font-size: 45px;
    font-weight: 600;
    background-image: linear-gradient(90deg, #f79e0c, #f86a14);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: -3px;
    margin: 0;
}

.cut_price h4 {
    color: #999999;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    text-transform: lowercase;
}

.cut_price h4 span {
    text-decoration: line-through;
}

.package_box .cut_price h4 span {
    text-decoration-color: #f79b0d;
}

.form-error {
    display: none !important;
}


.short_desc p {
    font-size: 13px;
    color: #3c3664;
    display: none;
}

.pkg_details .slimScrollBar {
    opacity: 1 !important;
    border-radius: 0px !important;
    width: 5px !important;
}

.pkg_details {
    padding: 23px;
    margin: 0 6px;
    background-color: #fff3e1;
    border-radius: 5px;
    border: 1px solid #fff3e1;
}

.pkg_details ul {
    padding-right: 15px;
    padding-left: 23px;
}

.pkg_details ul li {
    font-size: 16px;
    color: #666666;
    margin-bottom: 15px;
    line-height: 20px;
    position: relative;
}

.pkg_details ul li:before {
    content: "\f0da";
    position: absolute;
    font-weight: 700;
    color: #f78c0f;
    font-size: 17px;
    left: -22px;
    font-family: "Font Awesome 5 Free";
}

li.list_hd {
    font-size: 18px !important;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

li.list_hd:before {
    display: none;
}

.pkg_bottom {
    padding: 23px;
}

.order_btn {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    border-radius: 50px;
    display: inline-block;
    text-transform: uppercase;
    padding: 12px 35px;
    background-image: none;
    background-color: #e92747;
}

.order_btn:hover {
    color: #fff;
}

.pkg_chat_btn {
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    line-height: 21px;
}

.pkg_chat_btn span {
    font-size: 10px;
    font-weight: 400;
    position: relative;
}

.pkg_chat_btn span:before {
    content: "\f075";
    position: absolute;
    right: -24px;
    font-size: 16px;
    color: #f78c0f;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

.pkg_chat_btn:hover {
    color: #fff;
}

.package_box:hover {
    background-color: #141232;
}

.package_box:hover .pkg_title>h3 {
    color: #e92747;
}

.package_box:hover .pkg_title {
    background-color: #ffffff;
    box-shadow: 0px 5px 38px 0px rgba(0, 0, 0, 0.25);
}

.package_box:hover .cut_price h4 {
    color: #fff;
}

.package_box:hover .short_desc p {
    color: #d9d3ff;
}

.package_box:hover .pkg_details {
    background-color: #0e0d23;
    border-color: #58527e;
}

.package_box:hover .pkg_details ul li {
    color: #d9d3ff;
}

.package_box:hover .pkg_chat_btn {
    color: #fff;
}

.package_box:hover .sale_price h3 {
    text-shadow: none;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(90deg, #e92747, #e92747);
}

.package-btn-wrap {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

.package-btn-wrap .home-btn {
    color: #ef0f34;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 16px 5px 16px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 21%;
}

.package-btn-wrap .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 51px;
    z-index: 1;
}

.package-btn-wrap .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 27px;
    height: 2px;
    right: 24px;
    bottom: 26px;
}

.package-btn-wrap .home-btn:hover {
    color: #fff;
}

.package-btn-wrap .home-btn:hover:before,
.package-btn-wrap .home-btn:hover:after {
    background-color: #ffffffd1;
}

.package_box:hover .order_btn {
    background-image: -moz-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
}

.package-carousel .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1;
}

.package-carousel .owl-nav {
    display: flex;
    justify-content: space-between;
}

.package-carousel .owl-next {
    margin-right: -100px !important;
}

.package-carousel .owl-prev {
    margin-left: -100px !important;
}

.package-carousel .owl-nav button:hover {
    background-color: transparent !important;
}


.owl-dots {
    margin-top: 10px;
}

button:focus {
    outline: none !important;
}



/******PACKAGES END******/

/******CTA START******/

.main-cta {
    background-image: -moz-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    height: 158px;
    display: flex;
    align-items: center;
    position: relative;
}

.main-cta:before {
    width: 324px;
    height: 222px;
    content: "";
    position: absolute;
    background-image: url(../images/cta-before.html);
    background-repeat: no-repeat;
    background-size: contain;
    top: -17px;
}

.main-cta:after {
    width: 257px;
    height: 268px;
    content: "";
    position: absolute;
    background-image: url(../images/cta-after.html);
    background-repeat: no-repeat;
    background-size: contain;
    top: -25px;
    right: 0;
}

.cta-text {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.main-cta .cta-text h3 {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.cta-text h2 {
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    position: relative;
    display: flex;
    padding-top: 7px;
    align-items: center;
}

.cta-text h2:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 70px;
    z-index: 1;
}

.cta-text h2:after {
    position: absolute;
    content: "";
    background-color: #ffffff96;
    width: 52px;
    height: 2px;
    right: 18px;
}

.cta-number {
    height: 100%;
    display: flex;
    align-items: center;
}

.cta-number h3 {
    font-size: 96px;
    font-weight: bold;
    color: #e92747;

}

.cta-contact h3 {
    font-weight: normal;
    font-size: 16px;
    color: #d0d0d0;
}

.cta-img img {
    -webkit-animation: left-right 4s linear infinite alternate;
    animation: left-right 4s linear infinite alternate;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}

@-webkit-keyframes left-right {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

@keyframes left-right {
    from {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }

    to {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }
}

.cta-contact {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.cta-contact h3 span {
    font-weight: bold;
    color: #e92747;
    font-family: 'Poppins', sans-serif;
}

.cta-btn {
    display: flex;
    padding-top: 10px;
}

.cta-btn .home-btn {
    color: #ef0f34;
    font-size: 15px;
    font-weight: bold;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 9px 5px 9px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 55%;
    background-color: #fff;
    margin-right: 25px;
}

.main-cta .cta-btn .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 71px;
    z-index: 1;
    top: 42%;

}




.cta-btn .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 43px;
    height: 2px;
    right: 28px;
    transition: all 250ms linear;
    top: 50%;
    transform: translateY(-50%);
}



.cta-btn .home-btn:hover {
    background-color: #f06930;
    color: #fff;
}

.cta-btn .home-btn:hover:after {
    background-color: #fff;

}


.cta-btn a h4 {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}

.cta-btn a h4 span {
    color: #9e9db8;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
}

.cta-btn a h4 span:before {
    content: "";
    position: absolute;
    background-image: url(../images/chat.png);
    width: 18px;
    height: 18px;
    right: -29px;
}

/******CTA END******/

/******PORTFOLIO START******/
.main-portfolio {
    padding: 0px 0px 88px;
}

.main-portfolio ul {
    padding: 50px 0px;
}


.main-portfolio .nav-tabs .nav-item.show .nav-link,
.main-portfolio .nav-tabs .nav-link.active {
    background-color: #e92747;
    color: #fff;
}

.main-portfolio .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    padding: 11px 32px;
    margin: 5px 10px;
    font-family: 'Poppins', sans-serif;
}

.main-portfolio .nav-tabs .nav-link:hover {
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);

}



.portfolio-box {
    transform: scale(1);
    transition: all .5s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border: 1px solid #cccccc6b;
}

.portfolio-box:hover .hovereffects-det {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
}

.hovereffects-det {
    background-image: -webkit-linear-gradient(left, #c10012a6, #e24e5cb0);
    background-image: -o-linear-gradient(left, #f79e0cd1, #f86a14c4);
    background-image: linear-gradient(to right, #c10012a6, #e24e5cb0);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    display: flex;
    align-items: center;
    flex-flow: column;
    justify-content: center;
    -webkit-transition: .6s;
    -moz-transition: .6s;
    -o-transition: 5;
    transition: .6s;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    opacity: 0;
}

.btnstyles-nn {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btnstyles-nn a {
    color: #fff;
    border-radius: 20px;
    font-size: 18px;
    font-weight: 500;
    margin: 5px;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.btnstyles-nn a i {
    margin: 0 5px;
    font-size: 40px;
}

/********* PORTFOLIO END *********/


/******WORK DETAIL START******/
.main-work-detail {
    background-image: url(../images/webp/work-bg.html);
    background-size: cover;
    height: 477px;
}

.work-detail {
    padding-top: 104px;
    text-align: center;
}

.work-detail h2 {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.work-detail h3 {
    font-size: 52px;
    font-weight: 600;
    color: #fff;
}

.work-detail h3 span {
    font-weight: bold;
    color: #e92747;
    font-family: 'Poppins', sans-serif;
}

.work-detail p {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.work-detail .package-btn-wrap {
    padding-top: 20px;
}

.work-detail .package-btn-wrap .home-btn {
    background-color: #fff;
    color: #2b2b2b;
    width: 18%;
}

.work-detail .package-btn-wrap .home-btn:hover {
    color: #fff;
    background-color: #ef0f34;
}

/******WORK DETAIL START******/

/******INDUSTRY START******/

.main-industry {
    position: relative;
    padding: 40px 0px;
    height: 600px;
}

.industry-img {
    position: absolute;
    left: 10%;
}

.industry-text h2 {
    font-size: 24px;
    color: #141232;
    font-weight: 600;
    line-height: 40px;
}

.industry-text h2 span {
    font-size: 42px;
    font-weight: bold;
    color: #e92747;
    font-family: 'Poppins', sans-serif;
}

.industry-text p {
    padding: 28px 0px;
    color: #141232;
    font-size: 16px;
    font-weight: normal;
}

.industry-btn-wrap .home-btn {
    color: #ef0f34;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #15133561;
    border-radius: 50px;
    padding: 13px 5px 13px 25px;
    position: relative;
    display: flex;
    align-items: center;
    width: 36%;
}

.industry-btn-wrap .home-btn:before {
    position: absolute;
    content: "";
    background-color: #e92747;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    right: 50px;
}

.industry-btn-wrap .home-btn:after {
    position: absolute;
    content: "";
    background-color: #15133561;
    width: 31px;
    height: 2px;
    right: 19px;
    bottom: 24px;
}

.industry-btn-wrap .home-btn:hover:before,
.industry-btn-wrap .home-btn:hover:after {
    background-color: #ffffffd1;
}

.industry-btn-wrap .home-btn:hover {
    color: #fff;
}

.industry-text {
    margin-top: 95px;
}

/******INDUSTRY END******/

/******FOOTER FORM START******/
.footer-form-wrap {
    padding: 92px 0px;
    position: relative;
}

.footer-form-wrap:before {
    background-color: #e3e3e3;
    height: 198px;
    content: "";
    position: absolute;
    top: 0px;
    width: 100%;
}

.footer-form-wrap .form-before {
    position: relative;
    display: flex;
}

.footer-form-wrap .form-before:before {
    content: "";
    position: absolute;
    background-image: url(../images/footer-form-before.html);
    background-size: contain;
    width: 353px;
    height: 457px;
    background-repeat: no-repeat;
    left: -40px;
}

.footer-form-wrap .form-before:after {
    content: "";
    position: absolute;
    background-image: url(../images/footer-form-after.html);
    background-size: contain;
    width: 589px;
    height: 542px;
    background-repeat: no-repeat;
    right: -40px;
}

.footer-text-sec {
    background-image: -moz-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    height: 410px;
    padding: 85px 60px 60px 40px;
    margin-top: 12px;
}

.footer-text-sec .quote {
    background: #fff;
    color: #333;
    max-width: 280px;
    padding: 25px 25px 18px;
    position: absolute;
    bottom: calc(100% - 44px);
    box-shadow: -2.232px 31.922px 43px 0px rgba(0, 0, 0, 0.14);
}

.footer-text-sec .quote p {
    color: #333;
    font-size: 35px;
    margin: 0;
    font-weight: bold;
    line-height: 47px;
}

.footer-text-sec .quote:after {
    content: '';
    position: absolute;
    top: 100%;
    right: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #fff;
    border-left: 25px solid transparent;
}

.footer-text-sec p {
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 30px;
    color: #ffffff7d;
}

.footer-text-sec a {
    display: block;
    margin: 0 0 10px;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}

.footer-text-sec a:hover {
    color: #ee2042;
}


.btn-white strong {
    color: #ee2042;
    font-weight: 600;
    margin-right: 4px;
}

.footer-text-sec .btn-white {
    margin-top: 30px;
    padding: 0.75rem 1.5rem;
    background-color: #fff;
}

.footer-text-sec .btn-white:hover {
    background-color: #ee2042;
    color: #fff;
}

.footer-text-sec .btn-white:hover strong {
    color: #fff;
}


.btn-round {
    border-radius: 100px;
}

.btn-tup {
    text-transform: uppercase;
}

.footer-form-sec h3 {
    font-size: 48px;
    font-weight: bold;
    color: #1b1948;
    padding-bottom: 8px;
}

.footer-form-sec p {
    color: #666666;
    font-size: 15px;
    font-weight: normal;
}

.footer-form {
    margin-top: 50px;
}

.footer-form input {
    height: 54px;
    border-radius: 50px;
    padding-left: 40px;
    font-size: 15px;
    color: #000;
    margin-bottom: 25px;
}

.footer-form input::-webkit-input-placeholder {
    color: #333333;
    font-size: 13px;
}

.footer-form input::-moz-placeholder {
    color: #333333;
    font-size: 13px;
}

.footer-form input:-ms-input-placeholder {
    color: #333333;
    font-size: 13px;
}

.footer-form input::-ms-input-placeholder {
    color: #333333;
    font-size: 13px;
}

.footer-form input::placeholder {
    color: #333333;
    font-size: 13px;
}



.footer-form .home-btn {
    background-color: #ee2042;
    color: #fff;
    width: 45%;
    padding: 12px 5px 12px 25px;
    border: none;
}

.footer-form .home-btn:hover {
    background-color: #f7991c;
}


.footer-form .home-btn:before {
    background-color: #ffffff;
}

.footer-form .home-btn:after {
    background-color: #ffffff;
    bottom: 22px;
}

.footer-form .form-group {
    margin-bottom: 0;
}

/******FOOTER FORM END******/

/******FOOTER START******/
.main-footer {
    background-image: url(../images/webp/footer-bg.html);
    height: 473px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57px;
    position: relative;
}

.main-footer:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/footer-logo.html);
    width: 682px;
    height: 159px;
    bottom: 0px;
    left: 90px;
    background-size: contain;
    background-repeat: no-repeat;
}

.footer-contact h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 40px;
}

.footer-info p {
    color: #ffdcbe;
    font-size: 14px;
    font-weight: normal;
}

.footer-info h2 {
    font-size: 14px;
    color: #fff;
    font-weight: normal;
    padding-top: 28px;
}

.footer-info ul {
    padding-top: 18px;
}

.footer-info ul li a {
    font-size: 13px;
    color: #fff;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    padding-bottom: 12px;
}

.footer-info ul li a:hover {
    color: #111011bf;
}

.footer-links ul li {
    padding-bottom: 7px;
}

.footer-links ul li a {
    font-size: 13px;
    font-weight: normal;
    color: #ffdcbe;
}

.footer-links ul li a:hover {
    color: #111011bf;
}

.footer-links ul li a i {
    font-size: 14px;
    color: #ffdcbe;
    padding-right: 10px;
}

.copy-right {
    padding: 15px 0px;
}

.copyright-text {
    display: flex;
    height: 100%;
    align-items: center;
}

.copyright-text p {
    font-size: 16px;
    color: #999999;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}

.copyright-text ul {
    display: flex;
    padding-left: 8px;
}

.copyright-text ul li a {
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #141233;
    border-right: 1px solid #141233;
    padding: 0px 5px;
}

.copyright-text ul li:last-child a {
    border-right: none;
}

.copyright-text ul li a:hover {
    color: #e15d08;
}

.footer-social ul {
    display: inline-flex;
    justify-content: flex-end;
    margin-left: 30%;
}



.footer-social ul li a:hover {
    background-color: #e25f09;
    border: 1px solid #e25f09;
    color: #fff;

}

/******FOOTER END******/

/******inner css start******/

.inner-banner {
    padding: 0;
    display: flex;
    align-items: center;
    overflow: hidden;
}

.inner-banner .banner-text p:before,
.inner-banner .banner-text p:after {
    display: none;
}

.inner-banner .banner-text h2 {
    padding: 6px 0px 17px;
}

.inner-banner .banner-text p {
    padding-bottom: 25px;
}

.inner-banner .banner-text h4 {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    position: relative;
    display: flex;
    align-items: center;
}

.main-award {
    padding: 30px 0px 0px;
}

.award-img {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.main-award h3 {
    text-align: center;
    font-size: 42px;
    color: #141234;
    font-weight: bold;
    padding-bottom: 40px;
}

.award-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 100%;
}

.award-box p {
    font-weight: 600;
    color: #666666;
    font-size: 18px;
    padding-top: 30px;
}

.best-static-wrap {
    background-color: #f4f4f4;
    height: 733px;
    display: flex;
    align-items: center;
    position: relative;
}

.best-static-img {
    position: relative;
    z-index: 1;
    height: 100%;
    display: flex;
    align-items: center;
}

.best-static-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/best-static-before.html);
    width: 554px;
    height: 554px;
    background-size: contain;
    top: 10px;
    z-index: -1;
    left: -21px;
}

.best-static-text h4 {
    color: #141234;
    font-weight: 600;
    font-size: 24px;
}

.best-static-text h3 {
    color: #e92747;
    font-weight: bold;
    font-size: 42px;
}

.best-static-text p {
    color: #666666;
    font-size: 16px;
    font-weight: normal;
    padding: 22px 0px 33px;
}

.best-static-text h2 {
    font-size: 18px;
    color: #333333;
    font-weight: normal;
    font-family: 'Open Sans', sans-serif;
}

.best-static-text ul li {
    font-size: 16px;
    display: inline-flex;
    width: 49%;
    padding-top: 30px;
    color: #333333;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.best-static-text ul li i {
    padding-right: 10px;
    padding-top: 5px;
    color: #fd3f00;
    font-size: 18px;
}

.best-static-text ul {
    padding-bottom: 50px;
}

.best-static-btn .btn-white {
    padding: 11px 19px;
    background-color: #fff;
}

.best-static-btn .btn-white:hover {
    background-image: -moz-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    color: #151033;
}

.discount-btn {
    background-image: -moz-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(247, 158, 12) 0%, rgb(248, 106, 20) 100%);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    font-size: 16px;
    font-weight: bold;
    color: #151033;
    border-radius: 50px;
    padding: 11px 22px;
    margin-left: 9px;
}

.discount-btn:hover {
    background-image: none;
    background-color: #fff;
    color: #ee2042;
}

.inner-portfolio .client-reviews-wrap {
    padding-top: 70px;
}

.main-resource {
    background-image: -moz-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    padding: 95px 0px;
}

.main-resource .heading {
    padding-bottom: 53px;
}

.main-resource .heading h2 {
    color: #ffffff;
}

.main-resource .heading h3 {
    color: #ffffff;
}

.main-resource .heading p {
    color: #6b698f;
}

.resource-box {
    border: 1px solid #ffffff59;
    padding-left: 40px;
    height: 275px;
    display: flex;
    align-items: start;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}

.resource-box h3 {
    padding: 33px 0px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    min-height: 123px;
}

.resource-box p {
    color: #000;
    font-size: 13px;
    font-weight: normal;
    display: none;
}

.resource-box:hover {
    background-image: -moz-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 107, 20) 100%);
    background-image: -webkit-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 107, 20) 100%);
    background-image: -ms-linear-gradient(0deg, rgb(247, 158, 12) 0%, rgb(248, 107, 20) 100%);
}

.resource-box:hover h3 {
    color: #000000;
}

.resource-box:hover img {
    display: none;
}

.resource-box:hover p {
    display: block;
}

.main-testi {
    padding: 75px 0px 65px;
}

.testi-wrap {
    padding-top: 60px;
}

.testi-text h2 {
    color: #ee2042;
    font-size: 24px;
    font-weight: 600;
}

.testi-text h3 {
    font-weight: bold;
    color: #141232;
    font-size: 42px;
    padding: 11px 0px 20px;
    line-height: 46px;
}

.testi-text p {
    color: #666666;
    font-weight: normal;
    font-size: 18px;
    line-height: 28px;

}

.testi-text .btn-white {
    padding: 11px 19px;
    background-color: #fff;
    border: 1px solid #ccc;
    margin-top: 30px;
}

.testi-box-wrap {
    background: #ededed;
    padding: 40px 32px 25px;
    position: relative;
    text-align: left;
}

.testi-box-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid #ededed;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.testi-box-wrap p {
    font-size: 13px;
    color: #666666;
    line-height: 26px;
    font-family: 'Poppins', sans-serif;
}

.testi-box-wrap h5 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0;
}

.testi-box-wrap h5 span {
    font-size: 18px;
    display: block;
    color: #ee2042;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.testi-slider .item img {
    width: auto !important;
    display: inline-block !important;
    margin-top: 30px;
}

.testi-slider .item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.contact-img-wrap {
    padding: 65px 0px;
}

.contact-img-wrap .heading {
    padding-bottom: 100px;
}

.inner-process {
    padding: 83px 0px;
}

.inner-process-wrap {
    padding-top: 35px;
}

.inner-process-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    border: 1px solid transparent;
    text-align: center;
}

.inner-process-box:hover {
    background-image: -moz-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid rgb(223, 223, 223);
}

.process-img {
    position: relative;
}

.process-img:before {
    content: "";
    position: absolute;
    background-image: url(../images/webp/process-after.html);
    width: 88px;
    height: 86px;
    top: -11px;
    left: -13px;
}

.inner-process-box h3 {
    padding: 38px 0px 28px;
    color: #141234;
    font-weight: 600;
    font-size: 24px;
}

.inner-process-box p {
    color: #666666;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
}

.inner-portfolio-wrap .portfolio-box {
    margin: 0px 10px 20px;
}

.inner-portfolio-wrap .portfolio-box img {
    width: 100%;

}

.inner-review-box {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.inner-review-box img {
    padding: 30px 0px;
}

.review-2 {
    margin-bottom: 0;
}

.review-4 {
    margin-top: -70px;
    margin-bottom: 0;
}

.review-5 {
    margin-top: 6px;
    margin-bottom: 0;
    padding-bottom: 35px;
}

.review-6 {
    margin-top: -15px;
}

.review-8 {
    margin-top: -195px;
}

.review-7 {
    margin-top: -120px;
}

.review-9 {
    margin-top: -50px;
}

.review-name {
    display: flex;
    align-items: center;
}

.review-name h5 span {
    font-size: 18px;
    display: block;
    color: #ee2042;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
}

.review-name h5 {
    font-size: 12px;
    color: #666;
    margin: 15px 0 0;
}

.inner-review-box .testi-box-wrap {
    padding: 40px 32px 25px;
    position: relative;
    text-align: left;
    background-image: -moz-linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(241, 241, 241) 0%, rgb(255, 255, 255) 100%);
    border: 1px solid rgb(218, 218, 218);
    border-radius: 15px;
}

.inner-review-box .testi-box-wrap:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 100%;
    width: 0;
    height: 0;
    border-top: 20px solid rgb(242 242 242);
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.about-banner .banner-text ul {
    padding: 30px 0px;
    padding-top: 0;
}

.about-banner .banner-img {
    right: -30px;
}

.main-testi {
    padding: 55px 0px 65px;
}

.inner-about-wrap {
    height: 455px;
    position: relative;
    display: flex;
    align-items: center;
}

.inner-about-wrap:before {
    content: "";
    position: absolute;
    background-color: #1c1949;
    height: 320px;
    width: 50%;
    top: 60px;
}

.inner-about-wrap:after {
    content: "";
    position: absolute;
    background-image: -moz-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -webkit-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(244, 244, 255) 0%, rgb(255, 255, 255) 100%);
    height: 320px;
    width: 50%;
    top: 60px;
    border: 1px solid rgb(223, 223, 223);
    right: 0;
}

.about-text-right {
    z-index: 2;
    position: relative;
    padding: 0px 40px;
}

.about-text-right h3 {
    font-weight: 600;
    font-size: 24px;
    color: #1c1949;
    position: relative;
    padding-bottom: 68px;
}

.about-text-right h3:before {
    position: absolute;
    content: "";
    background-image: url(../images/webp/about-icon.html);
    width: 145px;
    height: 8px;
    top: 60%;
}

.about-text-right p {
    font-weight: normal;
    color: #666666;
    font-size: 15px;
    line-height: 27px;
}

.about-text-color h3 {
    color: #fff;

}

.about-text-color h3:before {
    filter: invert(87%) sepia(90%) saturate(2%) hue-rotate(268deg) brightness(109%) contrast(97%);
    right: 0;
}

.about-text-color p {
    color: #fff;
    text-align: end;
    font-size: 14px;
}

.expertise-text h3 {
    font-size: 39px;
    font-weight: bold;
    color: #141234;
    padding-bottom: 22px;
}

.expertise-text h3 span {
    color: #e92f4d;
    font-family: 'Poppins', sans-serif;
}

.expertise-text p {
    font-size: 16px;
    font-weight: normal;
    color: #666666;
}

.counter-box-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 27px;
}

.counter-box {
    background-color: #f4f4f4;
    padding: 15px 20px;
    text-align: center;
}

.counter-box h2 {
    font-size: 42px;
    font-weight: bold;
    color: #e92747;

}

.counter-box p {
    color: #666666;
    font-weight: 600;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 19px;
}

.counter-box h2 sup {
    top: 0;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Poppins', sans-serif;
}

.expertise-top-wrap {
    padding-bottom: 40px;
}

.expertise-text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.packages-tab ul {
    padding: 40px 0px 30px;
    border-bottom: none;
}

.packages-tab .nav-tabs .nav-item.show .nav-link,
.packages-tab .nav-tabs .nav-link.active {
    background-color: #e92747;
    color: #fff;
}

.packages-tab .nav-tabs .nav-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 7px 18px 0px rgba(0, 0, 0, 0.07);
    font-weight: normal;
    font-size: 17px;
    color: #333333;
    padding: 11px 32px;
    margin: 5px 10px;
    font-family: 'Poppins', sans-serif;
}




/******POPUP START******/
.popup_form .modal-dialog {
    max-width: 956px;
    margin: 1.75rem auto !important;
}

.popup_form .modal-content {
    border-radius: 22px;
    overflow: hidden;
    border: 1px solid;
    position: relative;
}

.popup_form .modal-content:before {
    content: "";
    position: absolute;
    background: url(../images/popup_close.html);
    height: 145px;
    width: 145px;
    right: -50px;
    top: -62px;
    z-index: 1;
}

.popup_form .modal-content:after {
    content: "";
    position: absolute;
    background: url(../images/popup_center_circle.html);
    height: 198px;
    width: 323px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 93px;
    z-index: 0;
}

.popup_right {
    background: url(../images/popup_bg.html) no-repeat;
    background-size: cover;
    height: 100%;
    border-radius: 0 22px 22px 0;
    position: relative;
}

.popup_form .modal-content .close {
    font-size: 27px;
    color: #fff;
    text-shadow: none;
    opacity: 0.99;
    float: inherit;
    top: 4px;
    right: 14px;
    position: absolute;
    z-index: 2;
}

.popup_form .modal-content .close:focus {
    outline: none;
}

.popup_left {
    padding: 45px 85px 45px 65px;
    position: relative;
}

.popup_left:before {
    content: "";
    background: url(../images/webp/popup_circle.html);
    width: 48px;
    height: 207px;
    left: 0;
    top: 30px;
    position: absolute;
}

.popup_left:after {
    content: "";
    background: url(../images/webp/popup_bottom_circle.html);
    width: 57px;
    height: 79px;
    left: 0;
    bottom: 0px;
    position: absolute;
}

.popup_form_box {
    text-align: center;
    position: relative;
}

.popup_form_box:before {
    content: "";
    position: absolute;
    background: url(../images/webp/choose-right.html);
    width: 47px;
    height: 125px;
    right: -74px;
    top: -23px;
}

.popup_form_box:after {
    content: "";
    position: absolute;
    background: url(../images/webp/popup_triangle.html);
    width: 29px;
    height: 157px;
    right: -58px;
    bottom: -12px;
}

.popup_form_box .form-control {
    height: 45px;
    border-radius: 10px;
    border: 1px solid #cccccc;
    padding-left: 45px;
    position: relative;
    z-index: 1;
}

.popup_form_box input::placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #bcbcbc;
}

.popup_form_box .form-group {
    position: relative;
    margin-bottom: 22px;
}

.popup_form_box .form-group i {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 20px;
    color: #f78c0f;
}

.popup_btn h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
}

.popup_btn button {
    background-image: linear-gradient(90deg, #f79e0c, #f86a14);
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    color: #fff;
    padding: 11px 35px;
}

/******POPUP END******/



.sprite {
    background-image: url(../images/sprite.html);
    background-repeat: no-repeat;
    display: block;
}

.sprite-feature-icon-1 {
    width: 59px;
    height: 59px;
    background-position: -5px -5px;
}

.sprite-feature-icon-2 {
    width: 58px;
    height: 58px;
    background-position: -74px -5px;
}

.sprite-feature-icon-3 {
    width: 58px;
    height: 58px;
    background-position: -142px -5px;
}

.sprite-feature-icon-4 {
    width: 58px;
    height: 58px;
    background-position: -74px -73px;
}

.sprite-phone {
    width: 12px;
    height: 30px;
    background-position: -210px -5px;
}

.sprite-service-icon-1 {
    width: 62px;
    height: 62px;
    background-position: -142px -73px;
}

.sprite-service-icon-2 {
    width: 67px;
    height: 56px;
    background-position: -5px -145px;
}

.sprite-service-icon-3 {
    width: 69px;
    height: 61px;
    background-position: -82px -145px;
}

.sprite-service-icon-4 {
    width: 61px;
    height: 61px;
    background-position: -161px -145px;
}

.sprite-service-icon-5 {
    width: 70px;
    height: 54px;
    background-position: -232px -5px;
}

.sprite-service-icon-6 {
    width: 58px;
    height: 59px;
    background-position: -214px -69px;
}

.sprite-service-icon-7 {
    width: 69px;
    height: 53px;
    background-position: -232px -138px;
}

.sprite-us-flag {
    width: 34px;
    height: 34px;
    background-position: -232px -201px;
}


/* ftr sec */
.footer-sec {
    background: url(../images/map-img.png) center/cover no-repeat;
}





.ftr-1 {
    padding: 70px 0;
    border-bottom: 1px solid #2b2b2b;
}


.ftr-list-email-no li {
    color: #ffff;
    padding: 0 0 0 45px;
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    margin-bottom: 30px;
    position: relative;
}

.ftr-list-email-no li:first-child::before {
    position: absolute;
    content: "";
    background: url(../images/mail-icon.png);
    width: 30px;
    height: 21px;
    left: 0;
}

.ftr-list-email-no li:nth-child(2)::before {
    position: absolute;
    content: "";
    background: url(../images/call-icon-white.png);
    width: 30px;
    height: 30px;
    left: 0;
}

.ftr-list-email-no li:nth-child(3)::before {
    position: absolute;
    content: "";
    background: url(../images/location-icon.png);
    width: 22px;
    height: 31px;
    left: 0;
}



.ftr-list-email-no li a {
    color: #fff;
}

.ftr-list-email-no li a:hover {
    text-decoration: underline;
    text-decoration-color: #fdbe14;
    text-decoration-thickness: 2px;
}

.ftr-list-email-no {
    padding: 55px 0 0 0;
}




.map-area>h2 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}


.map-area>h2 {
    margin-bottom: 40px;
}

.form-error {
    display: none;
}


.footer-social>p {
    color: #fff;
    display: inline-block;
}



.cust-form-group {
    position: relative;
}

.cust-form-group::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #c8c8c8;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.ico1::before {
    content: "\f007";
}

.ico2::before {
    content: "\f0e0";
}

.ico3::before {
    content: "\f879";
}




.callusnow {
    width: 85px;
    height: 85px;
    display: block;
    text-align: center;
    border-radius: 100%;
    position: fixed;
    bottom: 48%;
    left: 30px;
    z-index: 9999;
    box-shadow: 0px 9px 38px 0px rgb(16 16 16 / 55%);
    padding: 25px 0 0px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background-color: #e0f21b;
    /* border: outset 6px #0000006b; */
}

@keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

@-webkit-keyframes scrollDownAnimation {
    from {
        transform: translateY(0)
    }

    to {
        transform: translateY(-10px)
    }
}

.Ellipse_6 {
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.102);
    box-shadow: 0px 9px 38px 0px rgba(255, 231, 0, 0.18);
    position: absolute;
    left: 77px;
    top: 540px;
    width: 114px;
    height: 114px;
    z-index: 36;
}




.floating_wrap .float_form_box {
    position: fixed;
    right: 0;
    z-index: 999;
}

.floating_wrap .float_form_box .floating_form {
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    top: 20%;
    position: fixed;
    right: -334px;
    width: 400px;
    font-size: 0;
    background: #fff;
    border-radius: 0;
    box-shadow: 0 0 40px #00000026 !important;
    border-top-left-radius: 14px;
    border-bottom-left-radius: 14px;
}

.floating_wrap .float_form_box .floating_form .floating_strip {
    float: left;
    width: 66px;
    height: 455px;
    position: relative;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: -webkit-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    background-image: -ms-linear-gradient(90deg, rgb(20, 18, 50) 0%, rgb(29, 26, 74) 100%);
    box-shadow: 17px 0px 47.04px 1.96px rgb(0 0 0 / 21%);
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: rotate(-90deg)
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a {
    text-align: center;
    height: 66px;
    padding-top: 18px;
    position: absolute;
    transform: rotate(360deg);
    display: flex;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a p {
    font-weight: 400;
    font-family: Poppins, sans-serif;
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 20px;
    width: 455px;
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a h3 {
    color: #1d1c1c;
    transform: rotate(180deg);
    font-size: 25px;
    width: 65px;
    border-left: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center
}

.floating_wrap .float_form_box .floating_form .floating_strip .rotatekaro a span {
    color: #f58a1f;
    font-weight: 600;
}

.floating_wrap .btn {
    background-color: #f58a1f;
    color: #fff;
    padding: 10px 0;
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 19px;
    font-weight: 600;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    width: 100%;
    font-family: Poppins, sans-serif;
}

.floating_wrap input {
    height: 55px;
    border-radius: 50px;
    margin-bottom: 7px;
    padding-left: 50px;
}

.floating_wrap .float_form_box .floating_form .floating_inner {
    width: 83.5%;
    background: #eff1ff;
    background: -moz-linear-gradient(left, #f2f3fc 0%, #ffffff 100%);
    background: -webkit-linear-gradient(left, #f2f3fc 0%, #ffffff 100%);
    background: linear-gradient(to right, #dddee5 0%, #e6e6e6 100%);
    float: right;
    padding: 20px 15px 25px 15px;
    height: 455px;
}

.floating_wrap .float_form_box .floating_form .floating_inner h3 {
    font-size: 25px;
    margin: 0 !important;
    font-weight: 400;
    color: #f58a1f;
    margin-top: 10px;
    text-align: center;
    font-family: Poppins, sans-serif;
}

.floating_wrap .float_form_box .floating_form .floating_inner h4 {
    font-size: 29px;
    margin-bottom: 0;
    font-weight: 700;
    color: #040847;
    margin-top: 0;
    text-align: center;
    font-family: Poppins, sans-serif;
    margin-bottom: 14px;
}

.floating_inner .form_wrap {
    margin-top: 15px
}

.alertofferFormContactnew {
    position: absolute;
    bottom: -32px;
    font-size: 14px;
    left: -15px;
    right: -15px
}

.floating_wrap .float_form_box .floating_form.open {
    right: 0;
    -ms-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out
}

.formOverlaySide.active {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

.form_wrap span i {
    position: absolute;
    top: 20px;
    left: 37px;
    font-size: 17px;
    color: #f58a1f;
}

.floating_wrap textarea {
    height: 50px;
    border-radius: 50px;
    margin-bottom: 15px;
    padding-left: 50px;
}

.package_box .cnrflash {
    display: none;
}

.package_box.active .cnrflash {
    display: block;
}

.cnrflash-inner {
    position: absolute;
    top: 2px;
    right: 2px;
}

.cnrflash-label {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 100%;
    padding-bottom: 0;
    color: #000;
    font-size: .95em;
    font-weight: 700;
    text-align: center;
}