@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&amp;display=swap');

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



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

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

a:hover,
a:focus {
    text-decoration: none;
    color: #393939;
}

a:hover {
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
}

img {
    max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

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

p {
    font-weight: 500;
    line-height: 1.2;
}


/***** Font Files *****/

@font-face {
    font-family: 'Fonts Awesome';
    src: url(../fonts/fontawesome-webfont.html);
    src: url(../fonts/fontawesome-webfontd41d.html?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont-2.html) format("woff"), url(../fonts/fontawesome-webfont-3.html) format("truetype"), url(../fonts/fontawesome-webfont-4.html#fontawesome-webfont) format("svg");
    font-weight: 400;
    font-style: normal
}


/***** Custom Classes *****/

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.centerCol {
    float: none;
    margin: 0 auto;
}

.pt_8 {
    padding-top: 80px;
}

.pb_8 {
    padding-bottom: 80px;
}

.py_8 {
    padding: 80px 0px;
}

.theme_btn {
    padding: 15px 25px;
    border: unset;
    border-radius: 15px;
    color: #ffffff;
    z-index: 1;
    background: #242889;
    position: relative;
    font-size: 17px;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms;
    overflow: hidden;
    display: inline-block;
}

.theme_btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    border-radius: 14px;
    background-color: #72d219;
    z-index: -1;
    -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
    transition: all 250ms
}

.theme_btn:hover {
    color: #000000;
}

.theme_btn:hover::before {
    width: 100%;
}

.flexRow {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.flexCol {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    align-items: center;
}

h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: "Montserrat", sans-serif;
    font-size: 55px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    line-height: 1.2;
    color: #000000;
    font-weight: 600;
    margin: 0 0 28px;
}

h4 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

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

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

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

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

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


/*header css start */

.menuSec {
    padding: 0px 0;
}

.menuSec img {
    margin: 0;
    /*width: 50%;*/
}

.menuSec ul {
    position: relative;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: capitalize;
}

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

.menuSec li ul {
    display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    padding: 10px 20px;
    font-size: 15px;
    font-weight: 500;
}

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

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

.menuSec ul li:first-child a {
    padding-left: 0px;
}

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

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

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 45px;
    border: 1px solid #000;
}

.menuSec li>ul>li>a {
    border: none;
    padding: 13px 20px !important;
    color: #fff !important;
    overflow: hidden;
    font-size: 13px;
    line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
    display: block;
    margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
    display: none;
}

.menuSec li:hover li {
    float: none;
}

.menuSec li ul li a:hover {
    background-color: #ffffff;
    color: #000000 !important;
}

.menuSec ul ul ul {
    left: 100%;
    top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
    content: " ";
    display: table;
}

.menuSec ul:after {
    clear: both;
}

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

.droopdwon li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 40px;
}

.droopdwon {
    float: left;
}

.droopdwon li:hover li a:hover {
    background-color: #ffffff;
    color: #000 !important;
}


/*header css start */

.dropdown-menu {
    position: absolute !important;
    z-index: 1000;
    display: block;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: left !important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
    display: block;
    border: 0;
    height: 0;
}

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


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
    width: 100%;
}

.carousel-control.right,
.carousel-control.left {
    background: none;
    opacity: 1;
    width: 50px;
    height: 50px;
    top: initial;
    top: 40%;
    background: rgba(255, 255, 255, 0.1);
    text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
    background: rgba(255, 27, 27, 0.6);
    color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
    position: relative;
    top: 12px;
    font-size: 20px;
    color: #fff;
    opacity: 0.5;
}

.carousel-control.right {
    right: 0px;
}

.carousel-control.left {
    left: 0px;
}

.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 10px;
    height: 12px;
    padding: 0;
    margin: 3px !important;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 1;
    /* transition: opacity 0.6s ease; */
    border-radius: 20px;
}

.carousel-caption {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
    border: none;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0;
}

.carousel-indicators .active {
    margin: 0;
    background-color: #28b16d;
    width: 10px;
    height: 12px;
}


/*banner css end*/

.blog_sec {
    padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
    background: #242889;
    color: #fff;
}

.tab_sec .nav-tabs .nav-link {
    background: #ccc;
    border-radius: 50px;
    color: #000;
    padding: 7px 28px;
}

.tab_sec .nav-tabs {
    border: none;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}


/* Tabs  */


/*CSS START*/


header {
    padding: 20px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.btn_1 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 50px;
    padding: 12px 25px;
    background: #000;
    color: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn_1 span {}

.btn_1 span i {
    animation: bounceIn 3s ease-out infinite;
}

.btn_1:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #341e36;
    transition: all 950ms;
    z-index: -1;
}

.btn_1:hover {
    color: #fff;
}

.btn_1:hover::before {
    width: 100%;
    border-radius: 50px;
}

.btn_2 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 50px;
    padding: 12px 25px;
    background: #ba1c31;
    color: #fff;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn_2 span {}

.btn_2 span i {
    animation: bounceIn 3s ease-out infinite;
}

.btn_2:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 25%;
    background: #022222;
    transition: all 950ms;
    z-index: -1;
}

.btn_2:hover {
    color: #fff;
}

.btn_2:hover::before {
    width: 100%;
    border-radius: 50px;
}


.head_btn {
    display: flex;
    justify-content: end;
}

.banner_main {
    background: url(../images/webp/banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100vh;*/
    display: flex;
    align-items: center;
    padding: 120px 0px;
}

.banner_main .bann_txt {}

.banner_main .bann_txt h1 {
    color: #022222;
    font-weight: 800;
}

.banner_main .bann_txt h1 span {
    color: #c1272d;
}

.banner_main .bann_txt p {}

.para {
    font-size: 15px;
    color: #7c8382;
    line-height: 1.5;
    font-weight: 500;
}

.banner_main .bann_form {}

.banner_main .bann_form form {
    margin: 50px 0 0 0;
    padding: 10px;
    border-radius: 50px;
    background: #fff;
    box-shadow: 0 6px 20px 20px rgba(0, 0, 0, 0.06);
    display: flex;
    justify-content: space-between;
}

.banner_main .bann_form form input {
    border: 0;
    padding: 0 0 0 20px;
}

.banner_main .bann_form form input::placeholder {
    font-size: 15px;
    color: #7c8382;
    font-weight: 400;
}

.banner_main .bann_form form button {
    background: #341e36;
    border: 0;
    padding: 10px 50px;
    border-radius: 50px;
    font-size: 16px;
    color: #fff;
}

.second_fold {
    padding: 125px 0;
    position: relative;
}

.second_fold .sec_img {}

.second_fold .sec_img img {}

.second_fold .sec_img h1 {
    font-size: 135px;
    font-weight: 700;
    text-transform: uppercase;
    text-shadow: -1px 0 #767676eb, 0 1px #767676eb, 1px 0 #767676eb, 0 -1px #767676eb;
    position: absolute;
    left: 20px;
    bottom: 90px;
    z-index: -1;
}

.second_fold .sec_txt {
    padding: 0 0 0 50px;
}

.second_fold .sec_txt h2 {
    font-size: 42px;
    font-weight: 700;
}

.second_fold .sec_txt h2 span {
    color: #341e36;
}

.second_fold .sec_txt p {}

.second_fold .sec_txt .d-flex {
    margin: 40px 0;
    gap: 30px;
}

.second_fold .sec_txt .d-flex a.btn_2 {}

.second_fold .sec_txt .d-flex a.btn_1 {}

/*.second_fold .sec_txt .d-flex a.btn_1:before{*/
/*    background: #022222;*/
/*}*/
.second_fold .sec_txt .sec_flex {
    margin: 60px 0 0 0;
    display: flex;
    gap: 40px;
    align-items: center;
}

.second_fold .sec_txt .sec_flex img {
    margin: 0 0 0 -75px;
}

.second_fold .sec_txt .sec_flex p {
    margin: 0;
    color: #000;
    font-size: 12px;
    line-height: 1.5;
    font-weight: 600;
}


.cta_Sec {
    padding: 100px 0;
    background: url(../images/blog_cta.png);
    background-repeat: no-repeat !important;
    background-size: cover !important;
    text-align: center;
}

.cta_Sec .cta_wrp {}

.cta_Sec .cta_wrp h2 {
    color: #fff;

}

.cta_Sec .cta_wrp p {
    color: #fff;
}

.cta_Sec .cta_wrp .d-flex {
    justify-content: center;
    gap: 20px;
    margin: 40px 0 0 0;
}

.cta_Sec .cta_wrp .d-flex .btn_1 {
    background: #fff;
    color: #0a2222;
    width: 19%;
}

.cta_Sec .cta_wrp .d-flex .btn_1:before {
    background: #062222;
}

.cta_Sec .cta_wrp .d-flex .btn_1 span {}

.cta_Sec .cta_wrp .d-flex .btn_1 span i {
    color: #fdb98a;
}

.cta_Sec .cta_wrp .d-flex .btn_1:hover {
    color: #fff;
}

.head {
    font-weight: 700;
    font-size: 60px;
}


.service_Sec {
    padding: 80px 0;
    text-align: center;
}

.service_Sec .ser_txt {
    padding: 0 260px;
    margin: 0 0 80px 0;
}

.service_Sec .ser_txt h2 {}

.service_Sec .ser_txt p {}

.service_Sec .ser_bx {

    border: 1px solid #e6e6e6;
    border-radius: 20px;

    height: 321px;
    transition: all ease-out 1s;
    position: relative;
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    margin: 0 0 30px 0;
}

.service_Sec .ser_bx .front {
    height: inherit;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0px;
    z-index: 900;
    text-align: center;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service_Sec .ser_bx .back {
    height: inherit;
    position: absolute;
    top: 0;
    z-index: 1000;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.service_Sec .ser_bx .box {
    padding: 50px;

}

.service_Sec .ser_bx .back .box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 20px 30px;
}

.service_Sec .ser_bx img {
    animation: tada 1s linear infinite !important;
}

.service_Sec .ser_bx h6 {
    margin: 50px 0 0 0;
    /* height: 55px; */
    font-size: 23px;
    font-weight: 700;
    position: relative;
}

.service_Sec .ser_bx h6:after {
    position: absolute;
    content: "";
    bottom: -20px;
    left: 0;
    height: 6px;
    width: 50%;
    background: #341e36;
    right: 0;
    margin: 0 auto;
    border-radius: 50px;
}

/*.service_Sec .ser_bx:hover{transform: translate(0px, -10px);}*/
.service_Sec .ser_bx:hover .front {
    z-index: 900;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
}

.service_Sec .ser_bx:hover .back {
    z-index: 1000;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
}

.counter_sec {
    padding: 100px 0;
    background: url(../images/cta_bg_2.html);
    background-position: center;
    background-size: cover;
}

.counter_sec .countr_txt {
    padding: 0 30px;
    border-right: 1px solid #d67f4d;
}

.counter_sec .countr_txt h6 {
    font-size: 60px;
    font-weight: 800;
    color: #000;
}

.counter_sec .countr_txt h6 span {}

.counter_sec .countr_txt p {
    margin: 0;
    line-height: 1.5;
    font-weight: 600;
}

.stats-listing .stats-icon {
    font-size: 3rem;
    color: #00a8e8;
}

.stats-listing .stat-number {
    font-size: 2.5rem;
    font-weight: bold;
    color: black;
}

.stats-listing .stat-text {
    text-transform: uppercase;
    color: #c1272d;
    font-weight: 700;
}

.col-md-4.stats-single {
    display: flex;
    gap: 15px;
}

.listing-ul li i {
    margin-right: 12px;
    color: #ffffff;
    background-color: #ff995f;
    border-radius: 999px;
    width: 20px;
    height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.partner-logoe img {
    width: 100%;
    height: auto;
}

.portfolio-listing {
    padding: 80px 0;

}

.port_txt {
    padding: 40px 0;
}

.portfolio-logo-slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.portfolio-logo-slide .slick-slide {
    opacity: 1;
}

.plans-sec {
    padding: 20px 0;
    background-color: #000;
    color: #fff;
}

.plans-sec article {
    display: flex;
    gap: 16px;
    align-items: center;
}

.plans-sec article p {
    margin: 0px;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}

.partner-logo-sec {
    padding: 20px 0;
    background-color: #f7f7f7;
}

.awards-slide.slick-dotted.slick-slider,
.partner-logo-slide.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.awards-slide .slick-slide,
.partner-logo-slide .slick-slide {
    opacity: 1;
}

.partner-logo-slide .slick-slide img {
    width: 100%;
    max-width: 160px;
}

.awards-slide .slick-slide img {
    object-fit: contain;
}

.award-sec {
    position: relative;
    color: #fff;
    margin-top: 30px;
}

.award-sec p {
    font-size: 16px;
    background-color: rgb(46 41 41 / 65%);
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    /*top: -16px;
    left:0px;*/
    position: relative;
    display: inline-block
}

.award-sec .border-line {
    position: relative;
}

.award-sec .border-line:after {
    content: '';
    border: 1px solid rgb(36 33 33);
    position: absolute;
    width: 100%;
    top: 30%;
}

.testi_sec {
    padding: 80px 0;
    background: linear-gradient(rgba(52, 30, 54, 0.9), rgba(52, 30, 54, 0.9)),
        url(../images/testi-background.webp);
    ;
    /* background: url(../images/testi-background.webp); */
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.testi_sec .testi_txt {
    text-align: center;
    padding: 0 300px;
    margin: 0 0 70px 0;
}

.testi_sec .testi_txt h2 {
    color: #fff;
}

.testi_sec .testi_txt p {
    color: #fff;
}

.testi_sec .testi_bx {
    background: #fff;
    padding: 20px 40px;
    border-radius: 30px;
    margin: 60px 0 0 0;
}

.testi_sec .testi_bx span {
    margin: -80px 0 0 0;
    width: 100%;
    border-radius: 50%;
    border: 2px solid #fff;
    display: flex;
    height: 100%;
    max-width: 100px;
    min-height: 100px;
    justify-content: center;
    align-items: center;
    background: #ba1c31;
    font-size: 36px;
    font-weight: 700;
    color: #fff;
}

.testi_sec .testi_bx img {
    margin: -80px 0 0 0;
    width: 35%;
    border-radius: 50%;
    border: 2px solid #fff;
}

.testi_sec .testi_bx p {
    line-height: 2;
    margin: 30px 0;
}

.testi_sec .testi_bx .d-flex {
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid #e3e3e3;
    align-items: center;
}

.testi_sec .testi_bx .d-flex .lefft {}

.testi_sec .testi_bx .d-flex .lefft h6 {
    margin: 0 0 5px 0;
    font-size: 17px;
    font-weight: 700;
}

.testi_sec .testi_bx .d-flex .lefft span {
    font-size: 18px;
    color: #afabab;
}

.testi_sec .testi_bx .d-flex .rigght {}

.testi_sec .testi_bx .d-flex .rigght i {
    color: #ffc107;
}

.testi_sec .slick-active {
    opacity: 1;
}

.testi_sec .slick-list {
    padding: 0 !important;
}

.testi_sec .slick-slide {
    margin: 0px 10px;
}

.testi_sec .slick-dots {
    bottom: -70px;
}

.testi_sec .slick-dots li button:before {
    color: #fff;
}

.testi_sec .slick-dots li.slick-active button:before {
    opacity: 1;
    border: 1px solid #fff;
    border-radius: 50px;
}

.testi_sec .slick-dots li button:before {
    line-height: 19px;
    font-size: 22px;
}

.bottom_form.topbanner_form .form_main {
    /*position: absolute;*/
    /*top: 12%;*/
    /*z-index: 9999;*/
    background: rgb(255 255 255 / 100%);
}

.bottom_form.topbanner_form .form_main h4 {
    font-size: 26px;
    color: #c1272d;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.bottom_form {
    padding: 100px 0;
}

.bottom_form .btm_txt {
    padding: 0 60px 0 0;
}

.bottom_form .btm_txt h3 {
    font-size: 58px;
}

.bottom_form .btm_txt h3 span {
    color: #341e36;
    display: block;
}

.bottom_form .btm_txt p {
    line-height: 2;
}

.bottom_form .btm_txt .d-flex {
    margin: 40px 0 0 0;
    align-items: center;
    gap: 30px;
}

.bottom_form .btm_txt .d-flex a.btn_1 {}

.bottom_form .btm_txt .d-flex a.btn_1:before {
    background: #022222;
}

.bottom_form .btm_txt .d-flex a.btn_1 span i {
    color: #f99a63;
}

.bottom_form .btm_txt .d-flex a.btn_3 {
    font-size: 16px;
    font-weight: 500;
    display: flex;
    gap: 30px;
    padding: 0px 0;
    background: #fff;
    color: #c1272d;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    align-items: baseline;
}

.bottom_form .btm_txt .d-flex a.btn_3 span {
    background: #c1272d;
    padding: 10px;
    border-radius: 50px;
}

.bottom_form .btm_txt .d-flex a.btn_3 span img {}

.bottom_form .form_main {
    border: 1px solid #e1e1e1;
    padding: 50px 40px;
    border-radius: 10px;
}

.bottom_form .form_main h4 {
    font-size: 48px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.bottom_form .form_main .grp {
    margin: 0 0 10px 0;
}

.bottom_form .form_main .grp input {
    border: 1px solid #242424;
    border-radius: 10px;
    width: 100%;
    padding: 10px 30px 10px 15px;
    height: 50px;
    color: #b5b5b5;
}

.bottom_form .form_main .grp textarea {
    border: 1px solid #242424;
    border-radius: 10px;
    width: 100%;
    padding: 10px 30px 10px 15px;
    height: 150px;
    resize: none;
    color: #b5b5b5;
}

.bottom_form .form_main .grp button {
    border: 0;
    background: #341e36;
}

.bottom_form .form_main .grp button:before {
    background: #022222;
}

.bottom_form .form_main .grp button span i {
    color: #f99a63;
}

.bottom_form .form_main .grp input:placeholder {
    color: #b5b5b5;
}

.bottom_form .form_main .grp textarea:placeholder {
    color: #b5b5b5;
}

.logo_Sec {
    padding: 40px 0;
}

.logo_Sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}

.logo_Sec ul li {}

.logo_Sec ul li img {
    filter: grayscale(1);
}

.logo_Sec ul li:hover img {
    filter: unset;
}




footer {
    background: #111111;
    padding: 80px 0 20px 0;
}

.f_txt {}

.f_txt img {
    width: 50%;
    margin: 0 0 20px 0;
    filter: brightness(0) invert(1);
}

.f_txt p {
    color: #bababa;
    margin: 20px 0;
}

.f_txt .d-flex {
    gap: 30px;
    align-items: center;
    margin: 0 0 15px 0;
    display: none !important;
}

.f_txt .d-flex img {
    margin: 0;
    width: auto;
}

.f_txt a {
    display: flex;
    align-items: center;
    color: #bababa;
    gap: 10px;
}

.f_txt a img {
    margin: 0;
    width: 20%;
}

footer .links {
    padding: 0 35px;
    border-left: 1px solid #bababa;
    height: 230px;
}

footer .links h6 {
    color: #fdb98a;
    font-size: 23px;
}

footer .links ul {}

footer .links ul li {
    padding: 0 0 20px 0;
}

footer .links ul li a {
    color: #bababa;
}

footer .links ul li a i {
    color: #fdb98a;
    margin: 0 10px 0 0;
}

.br {
    background: #bababa;
    width: 100%;
    margin: 80px 0 20px 0;
    height: 1px;
    opacity: 0.2;
}

.policy_link {
    display: flex;
    gap: 30px;
}

.policy_link a {
    color: #bababa;
}

.policy_link span {
    color: ##bababa;
}

.copy_right {
    display: flex;
    justify-content: end;
}

.copy_right p {
    margin: 0;
    color: #bababa;
}

.brdr-none {
    border-right: none !important;
}



.your_Story {
    padding: 100px 0;
}

.your_Story .your_txt {
    text-align: center;
    padding: 0 250px;
    margin: 0 0 70px 0;
}

.your_Story .your_txt h2 {}

.your_Story .your_txt h2 span {
    color: #c1272d;
}

.your_Story .your_txt p {}

.your_Story .story_main {
    position: relative;
}

.your_Story .story_main:after {
    position: absolute;
    content: "";
    height: 90%;
    width: 100%;
    background: #ffdfca;
    z-index: -1;
    border-radius: 10px;
    right: -170px;
    top: 0;
}

.your_Story .story_main img {}

.your_Story .story_main .con_stry {}

.your_Story .story_main .con_stry h6 {
    font-size: 22px;
    font-weight: 700;
}

.your_Story .story_main .con_stry p {
    color: #000;
}

.your_Story .story_main .con_stry span {}

.your_Story .story_main .con_stry span i {}

.your_Story .slick-active {
    opacity: 1;
}

.your_Story .slick-slide {
    margin: 0;
}


.your_Story .slick-prev {
    left: 560px;
    top: 90px !important;
}

.your_Story .slick-next {
    right: -95px;
    bottom: 90px;
}

.your_Story .slick-prev:before,
.slick-next:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 20px;
    line-height: 1;
    opacity: 1;
}

.your_Story .slick-next:before {
    content: '\f061';
}

.your_Story .slick-prev:before {
    content: '\f060';
}




.your_Story .slick-prev,
.slick-next {

    top: unset;

    display: block;

    width: 60px;

    height: 60px;

    border: 1px solid #c1c1c1 !important;

    border-radius: 50px;

    padding: 0;
}






.process_Sec {
    padding: 60px 0 0 0;
    text-align: center;
    background: url(../images/dotted-map.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.process_Sec .process_body {}

.process_Sec .process_body img {
    margin: 0 0 0 30px;
    max-width: 600px;
}

.process_Sec .pro_box {
    padding: 0 0 40px 0;
}

.process_Sec .pro_box h6 {
    font-size: 21px;
    font-weight: 700;
}

.process_Sec .pro_box p {
    margin: 0;
    font-size: 15px;
    color: #586d6d;
    line-height: 1.7;
}

.process_Sec .pro_box .img_full {
    margin: 40px 0 0 0;
    position: relative;
    width: 100%;
    height: 270px;
}

.process_Sec .pro_box .img_full img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.process_Sec .pro_box .img_full h5 {
    position: absolute;
    margin: auto;
    top: 100px;
    left: 0;
    right: 0;
    font-size: 30px;
    font-weight: 600;
    text-transform: capitalize;
}

.process_Sec .pro_box .img_full h5 span {
    color: #2b9497;
}


.pro_box.onee {
    position: relative;
    top: 400px;
    left: -40px;
}

.pro_box.onee .img_full img {
    transform: rotate(290deg);
}


.process_Sec .pro_box.onee .img_full h5 {
    top: 115px;
    left: -20px;
}

.pro_box.twoo {
    position: relative;
    top: 120px;
    left: -40px;
}

.pro_box.twoo .img_full img {
    transform: rotate(330deg);
}


.pro_box.fourr {
    position: relative;
    top: 120px;
    left: 40px;
}

.pro_box.fourr .img_full img {
    transform: rotate(390deg);
}


.pro_box.fivee {
    position: relative;
    top: 400px;
    left: 40px;
}

.pro_box.fivee .img_full img {
    transform: rotate(430deg);
}


.process_Sec .pro_box.fivee .img_full h5 {
    top: 115px;
    left: 20px;
}





.inner_banner {
    background: url(../images/inner-banner.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 90vh;*/
    display: flex;
    align-items: center;
    /*padding: 50px 0 0 0;*/
    padding: 90px 0 90px;
}

.inner_banner .inner_txt {}

.inner_banner .inner_txt h1 {
    font-size: 46px;
    color: #000;
    font-weight: 700;
    padding: 0 10px 0 0;
}

.inner_banner .inner_txt p {
    padding: 0 100px 0 0;
}

.inner_banner .inner_txt .d-flex {
    align-items: center;
    gap: 30px;
    margin: 35px 0;
    display: none !important;
}

.inner_banner .inner_txt .d-flex img {}

.inner_banner .inner_txt h6 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.inner_banner .inner_txt h6 img {}

.inner_banner .inner_txt ul {
    display: flex;
    gap: 20px;
    margin: 40px 0 0 0;
}

.inner_banner .inner_txt ul li {}

.inner_banner .inner_txt ul li a {}

.inner_banner .inner_img {}

.inner_banner .inner_img img {}


.port_sec {
    padding: 80px 0;
}

.port_sec .port_txt {
    text-align: center;
    margin: 0 0 50px 0;
}

.port_sec .port_txt h2 {}

.port_sec .port_txt p {
    padding: 0 350px;
}

.port_sec .port_img {}

.port_sec .port_img a {}

.port_sec .port_img a img {
    width: 90%;
    padding: 20px 10px;
    display: block;
    margin: 0 auto;
    height: 568px;

}

.contact_deatil {
    padding: 80px 0;
}

.contact_deatil .contact_txt {
    text-align: center;
    margin: 0 0 90px 0;
}

.contact_deatil .contact_txt h2 {}

.contact_deatil .contact_txt p {
    padding: 0 350px;
}

.contact_deatil .cont_bx {
    border: 2px solid #deecec;
    border-radius: 30px;
    text-align: center;
    padding: 50px;
    height: 268px;
}

.contact_deatil .cont_bx img {
    margin: 0 0 20px 0;
}

.contact_deatil .cont_bx h5 {
    color: #341e36;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0px;
}

.contact_deatil .cont_bx a {
    font-size: 15px;
    color: #7c8382;
    display: block;
}

.contct_frm {
    padding: 0 0 80px 0;
}

.contct_frm .contactt_txt {
    text-align: center;
    margin: 0 0 80px 0;
}

.contct_frm .contactt_txt h2 {}

.contct_frm .contactt_txt p {
    padding: 0 370px;
}

.contct_frm .grp {
    margin: 0 0 40px 0;
}

.contct_frm .grp input {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 50px;
    border-radius: 50px;
    padding: 10px 20px;
    color: #000;
}

.contct_frm .grp label {
    display: block;

        {}

        {}

    ;
    font-size: 15px;
    color: #7c8382;
    font-weight: 500;
    margin: 0 0 10px 0;
}

.contct_frm .grp textarea {
    width: 100%;
    border: 1px solid #d1d1d1;
    height: 200px;
    border-radius: 20px;
    padding: 10px 20px;
    color: #000;
    resize: none;
}

.contct_frm .grp button {
    border: 0;
    margin: 40px auto 0;
}






.blogs_sec {
    padding: 80px 0;
}

.blogs_sec .blog_bx {
    text-align: center;
    margin: 50px 5px;
    border: 1px solid #e1e1e1;
    border-radius: 15px;
    box-shadow: 4px 2px 18px 0 #cccccc8f;
}

.blogs_sec .blog_bx img {}

.blogs_sec .blog_bx h6 {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    text-transform: capitalize;
}

.blogs_sec .blog_bx p {}

.blogs_sec .blog_bx .d-flex {
    justify-content: center;
}

.blogs_sec .blog_bx .d-flex span {
    color: #c5353b;
    font-size: 16px;
    font-weight: 600;
}


.padd {
    padding: 35px;
    background: #ffff;
}



.blog_pg {}

.blog_pg .cta_Sec {
    background: url(../images/blog_cta.png);
}




.servi_rate {
    padding: 80px 0;
}

.servi_rate .rate_txt {
    text-align: center;
    padding: 0 300px;
    margin: 0 0 100px 0;
}

.servi_rate .rate_txt h2 {}

.servi_rate .rate_txt p {}

.servi_rate .servi_bxs {
    border: 1px solid #d3d3d3;
    border-radius: 20px;
    padding: 40px;
    margin: 0 0 30px 0;
    transition: all 900ms;
}

.servi_rate .servi_bxs .d-flex {
    justify-content: space-between;
    margin: 0 0 10px 0;
}

.servi_rate .servi_bxs .d-flex h6 {
    font-size: 22px;
    font-weight: 800;
}

.servi_rate .servi_bxs .d-flex h5 {
    font-size: 22px;
    font-weight: 800;
    color: #ba1c31;
}

.servi_rate .servi_bxs .d-flex h5 span {
    font-size: 15px;
    color: #7c8382;
}

.servi_rate .servi_bxs p {
    font-weight: 600;
}

.servi_rate .servi_bxs .btn_wrp {
    width: 40%;
    margin: 20px 0 0 0;
}

.servi_rate .servi_bxs .btn_wrp a {}

.servi_rate .servi_bxs .btn_wrp a i {}

.servi_rate .servi_bxs:hover {
    transform: translate3d(0px, -5px, 0px);
    box-shadow: 4px 2px 18px 0 #ccccccb8;
}



.packages_sec {
    padding: 80px 0;
}

.packages_sec .pack_txt {
    text-align: center;
    padding: 0 250px;
    margin: 0 0 100px 0;
}

.packages_sec .pack_txt h2 {}

.packages_sec .pack_txt p {}

.packages_sec .pack_bx {
    padding: 30px;
    background: #fff;
    border-radius: 20px;
    margin: 0 10px;
    transition: all 900ms;
    background-color: #fff;
    box-shadow: -5px -5px 5px 5px #f5e4e5;
}

.packages_sec .pack_bx .top_bx {
    text-align: center;
    border-bottom: 1px solid #e3e3e3;
}

.packages_sec .pack_bx .top_bx h6 {
    font-size: 14px;
    color: #7c8382;
    margin: 0 0 10px 0;
}

.packages_sec .pack_bx .top_bx h3 {
    font-size: 33px;
    font-weight: 700;
    margin: 0 0 15px 0;
}

.packages_sec .pack_bx .d-flex {
    justify-content: space-around;
    text-align: center;
    margin: 15px 0;
}

.packages_sec .pack_bx .d-flex .lft {}

.packages_sec .pack_bx .d-flex .lft span {
    font-size: 17px;
    color: #bcd3d5;
    font-weight: 600;
}

.packages_sec .pack_bx .d-flex .lft h5 {
    font-size: 37px;
    font-weight: 600;
    color: #341e36;
    margin: 0 0 5px 0;
}

.packages_sec .pack_bx .d-flex .lft p {
    font-size: 12px;
    color: #7c8382;
}

.packages_sec .pack_bx .d-flex .rgt {}

.packages_sec .pack_bx .d-flex .rgt span {
    font-size: 17px;
    color: #e4a0a3;
    font-weight: 600;
}

.packages_sec .pack_bx .d-flex .rgt h5 {
    font-size: 37px;
    font-weight: 600;
    color: #ba1c31;
    margin: 0 0 5px 0;
}

.packages_sec .pack_bx .d-flex .rgt p {
    font-size: 12px;
    color: #7c8382;
}

.packages_sec .pack_bx p {
    text-align: center;
    font-size: 14px;
}

.packages_sec .pack_bx ul {
    margin: 30px 0 40px 0;
    padding: 0 10px 0 5px;
    height: 240px;
    overflow-y: scroll;
}

.packages_sec .pack_bx ul li {
    padding: 0 0 15px 0;
    font-size: 14px;
    display: flex;
    align-items: center;
}

.packages_sec .pack_bx ul li i {
    padding: 0 15px 0 0;
    font-size: 20px;
    color: #4d9294;
    font-weight: 500;
}

.packages_sec .pack_bx .btm_bx {
    margin: 0 auto;
    width: 65%;
}

.packages_sec .pack_bx .btm_bx a {
    background: #341e36;
}

.packages_sec .pack_bx .btm_bx a span {}

.packages_sec .pack_bx .btm_bx a span i {}

.packages_sec .pack_bx .btm_bx a:before {
    background: #022222;
}

.listscroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar {
    width: 4px;
    background-color: #F5F5F5;
}

.listscroll::-webkit-scrollbar-thumb {
    background-color: #b30c34;
}





.packages_sec .pack_bx:hover {
    transform: scale(1.05) translate(0);
    box-shadow: -5px -5px 5px 5px #e8f1f1;
}


.faq_Sec {
    background: url(../images/faq_bg.html);
    padding: 100px 0;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}

.faq_Sec .faq_txt {
    text-align: center;
    margin: 0 0 60px 0;
}

.faq_Sec .faq_txt h2 {
    color: #fff;
}

.faq_Sec .faq_txt p {
    color: #fff;
}

.faq_Sec .accordion-button::after {
    display: none;
}

.faq_Sec .accordion-button {
    text-align: center;
    justify-content: center;
    background: #000;
    color: #fff;
    margin: 0;
    font-weight: 700;
    padding: 22px 10px;
}

.faq_Sec .accordion-item {
    background-color: transparent;
    margin: 0 0 10px 0;
}

.faq_Sec .accordion-body {
    background: #fff;
    margin: 0;
    padding: 40px 50px;
    text-align: center;
    font-size: 14px;
    color: #7f8888;
    font-weight: 700;
}

.accordion-button:focus {
    border-color: unset;
    box-shadow: unset;
}

.padd_0 {
    padding: 0;
}

.padd_0 .sec_txt {
    padding: 0 50px 0 0;
}


.inner_pg .cta_Sec {
    background: url(../images/blog_cta.png);
}


.why_choose {
    padding: 100px 0;
}

.why_choose .why_txt {
    padding: 0 200px;
    text-align: center;
    margin: 0 0 50px 0;
}

.why_choose .why_txt h2 {}

.why_choose .why_txt p {}

.why_wrp {
    display: flex;
    padding: 0 50px;
    margin: 40px 0;
    align-items: center;
}

.why_wrp .width_kam {
    width: 50%;
    z-index: 0;
    position: relative;
}

.why_wrp .width_kam img {
    filter: hue-rotate(120deg) saturate(30%);
}

.why_wrp .width_zda {
    border-top: 1px solid #d0d0d0;
    border-right: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    padding: 50px 50px 50px 100px;
    margin: 0 0 0 -50px;
    border-radius: 0px 30px 30px 0;
}

.why_wrp .width_zda h5 {
    font-size: 22px;
    font-weight: 700;
}

.why_wrp .width_zda p {
    margin: 0;
    font-weight: 600;
}



.midd_why {}

.midd_why .width_zda {
    border-right: 0;
    border-left: 1px solid #d0d0d0;
    border-radius: 30px 0px 0px 30px;
    margin: 0px -50px 0 0;
    padding: 50px 100px 50px 50px;
    text-align: end;
}

.midd_why .width_zda h5 {}

.midd_why .width_zda p {}

.midd_why .width_kam {}

.midd_why .width_kam img {}






/*popup css*/


/*Bouce close window*/
#ouibounce-modal h4:before {
    background: #ff851d;
    content: "";
    height: 100%;
    width: 6px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 16px;
}

section.expertise-col a:hover {
    background: #de122e;
    border-color: #de122e;
    color: #fff;
}

#ouibounce-modal .modal-body a {
    padding-right: 62px;
    margin-bottom: 23px;
    font-size: 14px;
    margin-top: 10px;
}

.modal-footer a {
    cursor: pointer;
    border: #0c8a41 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    display: block;
    padding: 15px;
}

#ouibounce-modal .modal:before {
    content: "";
    background: url(../images/opt-shark.html) no-repeat left top;
    width: 187px;
    height: 273px;
    position: absolute;
    left: -27px;
    top: 18px;
    visibility: hidden;
}

#ouibounce-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 12;
}

#ouibounce-modal .modal:after {
    background: url('../images/sprite.html') no-repeat 0 0;
    width: 22px;
    height: 60px;
    content: "";
    position: absolute;
    z-index: 1;
    visibility: hidden;
    right: 0;
}

#ouibounce-modal .underlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .5);
    cursor: pointer;
    -webkit-animation: fadein .5s;
    animation: fadein .5s
}

#ouibounce-modal .modal {
    width: 410px;
    height: 425px;
    background-color: #ffffff;
    z-index: 1;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 24px;
    display: block;
    -webkit-animation: popin .3s;
    animation: popin .3s;
    padding: 14px 24px 24px 20px;
    overflow: visible;
}

#ouibounce-modal .modal-body p {
    font-size: 15px;
    margin-bottom: 7px;
    margin-top: 0;
}

#ouibounce-modal h4 {
    color: #000;
    font-size: 25px;
    text-transform: none;
    font-weight: 800;
    position: relative;
    padding-left: 19px;
    margin-top: 13px;
    margin-bottom: 8px;
}

#ouibounce-modal .modal-body {
    font-size: 13px;
    padding: 7px 0 10px;
}

#ouibounce-modal h2+p {
    color: #344a5f
}

#ouibounce-modal form {}

#ouibounce-modal form input[type=text],
#ouibounce-modal form input[type=email],
#ouibounce-modal form textarea {
    padding: 12px 12px 12px 32px;
    font-size: 12px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-font-smoothing: antialiased;
    background: #f4f4f4;
    margin: 0;
    color: #000;
}

#ouibounce-modal form input[type=submit] {
    text-transform: uppercase;
    padding: 12px;
    font-size: 22px;
    border-radius: 4px;
    margin-right: 8px;
    color: #fff;
    background-color: #ff851d;
    border: none;
    cursor: pointer;
    -webkit-font-smoothing: antialiased;
    font-weight: 800;
    text-shadow: #000 0px 1px 1px;
    width: 49%;
}

@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes popin {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

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

@-ms-keyframes popin {
    0% {
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes popin {
    0% {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
        opacity: 0
    }

    85% {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 1
    }

    100% {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

#ouibounce-modal {
    display: none;
}

#ouibounce-modal .modal-footer {}

.popupform ul li {
    text-align: left;
    position: relative;
    width: 48%;
    margin: 8px 3px;
    display: inline-block;
}

.popupform ul li input,
.popupform ul li input,
.popupform ul li textarea {
    background: #fafafa;
    border: #dcdcdc 1px solid;
    padding: 10px 10px 10px 34px;
    width: 100%;
    border-radius: 7px;
    font-size: 14px;
    color: #000;
    box-shadow: none !important;
    outline: none 0px !important;
}

.popupform ul li i {
    position: absolute;
    top: 15px;
    left: 10px;
}


.popupform ul li.first,
.popupform ul li:nth-child(4) {
    width: 98%;
}

.popupform ul li textarea {
    height: 110px;
}

.popupform ul li.last {
    text-align: center;
    width: 100%;
}

.popupform ul li input[type="submit"] {
    background: #ba1c31;
    color: #fff;
    font-size: 18px;
    border: #ba1c31 1px solid;
    text-transform: uppercase;
    font-weight: 600;
    padding: 14px 50px;
    letter-spacing: 1px;
    border-radius: 30px;
    outline: 0px none;
    width: 100%;
    display: inline-block;
}

.popupform ul li input[type="submit"]:hover {
    /* background: #ca2f35 !important; */
}

.popupform ul li input[type="text"]:focus,
.popupform ul li input[type="email"]:focus,
.popupform ul li textarea:focus {
    border: #ba1c31 1px solid !important;
}


.popupform {
    width: 500px;
    border-radius: 23px;
    padding: 31px;
    overflow: visible;
    border-bottom: #ba1c31 5px solid;
}

.popupform h2 {
    font-size: 28px;
    color: #000000;
    font-weight: 900;
    padding-left: 15px;
    border-left: #ba1c31 6px solid !important;
    margin-bottom: 12px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
}

.popupform h2+p {
    line-height: 19px;
    font-size: 14px;
    margin-bottom: 12px;
}





.popupform .fancybox-close-small {
    border: #ba1c31 3px solid;
    background: #fff;
    border-radius: 72px;
    text-align: center;
    box-shadow: #000 0 0 10px;
    right: -18px;
    top: -11px;
    opacity: 1;
}

.popupform .fancybox-close-small:after {
    color: #ca2f35;
    font-size: 25px;
    right: 4px;
    background: transparent;
    padding-top: 0;
    font-size: 20px;
}


input.required.error,
textarea.required.error,
select.required.error {
    border-bottom: red 2px solid !important;
    color: red !important;
}

label.error {
    display: none !important;
}

.modal-footer a:after {
    content: "x";
    position: absolute;
    top: 3px;
    right: 3px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
    color: #0c8a41;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .2s;
    box-sizing: border-box;
    z-index: 2;
}

#ouibounce-modal .modal-footer {
    position: absolute;
    top: -10px;
    right: -8px;
    border: 0px none;
}

div#btmsticky b {
    color: #fcb314;
    font-size: 24px;
}

div#btmsticky span {
    display: block;
    color: #fcb314;
    font-size: 29px;
}

div#btmsticky .content a {
    display: inline-block;
    /* width: 250px; */
    position: relative;
    top: 15px;
    text-transform: uppercase;
    text-align: center;
    font-weight: 600 !important;
    border: 0px none;
    cursor: pointer;
    color: #000;
    padding: 18px 6px;
    font-size: 15px;
    margin: 0 0 0 19px;
    border-radius: 2px;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    -ms-transition: all .1s linear;
    transition: all .1s linear;
    background: #fcb314;
}

div#btmsticky h2 {
    font-size: 24px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 600;
    width: 61%;
    color: #f5f5f5;
    margin: 13px 0 0 0;
}

.btm-sticky {
    position: fixed;
    bottom: -1px;
    display: none;
    left: 0;
    width: 100%;
    background: #2b2b2b;
    padding: 16px 0;
    border-top: #000 2px solid;
    z-index: 4;
}

.hide {
    opacity: 0;
    left: -100%;
}

.show {
    opacity: 1;
    left: 0;
}


.bdy_pack {
    display: flex;
    gap: 10px;
    align-items: center;
}

.bdy_pack p {
    width: 80%;
    margin: 0;
}

.bdy_pack img {
    width: 20%;
    object-fit: contain;
    height: 150px;
}

.content_Sec {
    padding: 90px 0;
}



/*-----------------------------*/


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}


/*-----------------------------*/

.th_wrp {
    width: 20%;
    display: block;
    margin: 30px auto 0;
}


.whatsapp {
    width: 50px;
    height: 51px;
    color: #fff;
    display: block;
    text-align: center;
    border-radius: 100%;
    font-size: 34px;
    position: fixed;
    bottom: 10px;
    left: 20px;
    z-index: 9999;
    box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
    padding: 1px 0;
    animation: scrollDownAnimation .5s ease infinite alternate;
    -webkit-animation: scrollDownAnimation .5s ease infinite alternate;
    background: #00a155;
    background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ea018e', endColorstr='#9b2c92', GradientType=1);
    line-height: 50px;
}

.whatsapp:hover {
    color: #ffffff;
}

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

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

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

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

section.privacy h1 {
    color: #061929;
    /* background: aqua; */
}