@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&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;
}


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

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


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

.noPadding {
    padding: 0;
}

.noLeft {
    padding-left: 0;
}

.noRight {
    padding-right: 0;
}

.mt-5 {
    margin-top: 50px;
}

.mb-5 {
    margin-bottom: 50px;
}

.mt-8 {
    margin-top: 80px;
}

.mt-4 {
    margin-top: 40px;
}

.mt-3 {
    margin-top: 30px;
}

.mt-2 {
    margin-top: 20px;
}

.pt-5 {
    padding-top: 50px;
}

.pb-1 {
    padding-bottom: 10px;
}

.pb-2 {
    padding-bottom: 20px;
}

.pb-3 {
    padding-bottom: 30px;
}

.pb-4 {
    padding-bottom: 40px;
}

.pb-8 {
    padding-bottom: 80px;
}

.m-0 {
    margin: 0 !important;
}

.p-0 {
    padding: 0 !important;
}

.pt-8 {
    padding-top: 80px;
}

.pt-4 {
    padding-top: 40px;
}

.pt-3 {
    padding-top: 30px;
}

.pt-2 {
    padding-top: 20px;
}

.all-section {
    padding: 80px 0;
}

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

.d-flex {
    display: flex;
    align-items: center;
}

.over-flow-h {
    overflow: hidden;
}

.btn10 {
    border: 1px solid #a30000 !important;
    text-align: center;
    position: relative;
    overflow: hidden !important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: #a30000 !important;
    z-index: 10;
    display: inline-block;
    color: #fff;
    padding: 20px 20px;
    border-radius: 10px;
    font-size: 17px;
    font-family: Poppins;
    font-weight: 400
}

.btn10:hover {
    border: 1px solid #a30000 !important;
    color: #fff !important
}

.btn10::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #a30000;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    -webkit-transition: all .7s cubic-bezier(.77, 0, .175, 1);
    transition: all .7s cubic-bezier(.77, 0, .175, 1);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fff;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2, .95, .57, .99);
    -moz-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    -o-transition: all .4s cubic-bezier(.2, .95, .57, .99);
    transition: all .4s cubic-bezier(.2, .95, .57, .99);
    box-shadow: 2px 0 14px rgba(0, 0, 0, .6);
    border-color: #a30000 !important
}

.btn10:hover::before,
.btn1O:hover::before {
    opacity: 1;
    width: 116%
}

.btn10:hover::after,
.btn1O:hover::after {
    opacity: 1;
    width: 120%
}

.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: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #fff;
    font-weight: 500;
    margin: 0 0 17px;
}

h2 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 55px;
    line-height: 60px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 30px;
}

h3 {
    font-family: 'Montserrat';
    font-size: 38px;
    line-height: 46px;
    color: #bb1104;
    font-weight: 900;
    margin: 0 0 20px;
}

h4 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 24px;
    line-height: 29px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 13px;
}

h5 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 20px;
    line-height: 25px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 20px;
}

h6 {
    font-family: 'Poppins', Sans-Serif;
    font-size: 18px;
    line-height: 23px;
    color: #393939;
    font-weight: 500;
    margin: 0 0 22px;
}

p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 20px;
}

select {
    background: #fff url('../images/arrow.png') 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 */

.live-chat ul li i {
    color: #f69221;
    font-size: 20px;
    animation: beat 1s infinite alternate;
}
@keyframes beat {
  to {
    transform: scale(1.3);
  }
}
.live-chat ul {
    text-align: start !important;
}

.live-chat ul li {
    line-height: 12px;
    display: flex !important;
    align-items: center;
}

.live-chat ul li a {
    font-size: 16px;
    font-family: 'Montserrat';
    color: #000;
}

.btn1 {
    font-size: 14px;
    color: #fff;
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 55%, rgba(151, 14, 3, 1) 100%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    padding: 0 20px;
}

.header-logo img {
    width: 80%;
    object-fit: cover;
}

.menuSec {
    padding: 20px 0;
}

.menuSec img {
    margin: 0;
}

.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: #000000;
    padding: 10px 23px;
    font-size: 14px;
}

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

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




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

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





.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 */

.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;
}


.carousel-item {
    height: 100vh;
}

.banner_text h4 {
    font-size: 32px;
    line-height: 40px;
    color: #000;
}

.banner_text h1 {
    font-size: 57px;
    color: #f69221;
    font-weight: 700;
    text-transform: uppercase;
}

.banner_text h5 {
    font-size: 35px;
    line-height: 42px;
    color: #000;
    text-transform: uppercase;
    margin: 0 0 10px;
}

.btn2 {
    background: #f69221;
    color: #000;
    font-weight: 500;
}

.banner_text p {
    margin: 0 0 40px;
}

section.main_slider {
    position: relative;
}

section.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 70%;
    height: 100%;
    background-repeat: no-repeat;
    left: -77px;
    bottom: -183px;
    opacity: 0.3;
}

/*banner css end*/

/*Responser Start*/

.responser-img img {
    width: 50%;
    object-fit: cover;
    text-align: center;
    display: grid;
    align-items: center;
    justify-content: center;
    height: 100px;
}

.responser-main {
    background: #ffff;
    border-radius: 20px;
}

section.responser-sec {
    padding: 0 0 70px;
}

.responser-img {
    position: relative;
}

.responser-img:before {
    background: linear-gradient(90deg, rgba(26, 6, 1, 1) 14%, rgba(151, 14, 3, 1) 80%);
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 40px;
    z-index: -1;
    bottom: -13px;
    left: -8px;
}


.slick-active {
    opacity: 1;
}
.slick-slide {
    transition: all ease-in-out .3s;
    opacity: 1;
}

/*Responser End*/


/*unlock Start*/

.unlock-img img {
    width: 90%;
    object-fit: cover;
}

.unlock-img {
    text-align: right;
}

/*Unlock End*/

/*Choose Start*/

section.unlock-sec {
    padding: 100px 0;
}

.choose-txt {
    text-align: center;
}

.choose-main {
    position: relative;
    padding: 40px 30px;
    width: 90%;
}

.choose-main:before {
    content: '';
    position: absolute;
    background: #000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    border: 1px solid #fff;
    z-index: -1;
    transform: skew(2deg, -5deg);
}

.choose-txt img {
    margin: 0 0 4px;
    object-fit: contain;
}

.choose-txt h5 {
    font-size: 15px;
    color: #f69221;
    text-transform: capitalize;
    font-weight: 600;
}

.choose-txt p {
    color: #fff;
    font-size: 11px;
    line-height: 22px;
}

a.arrow-right {
    display: flex;
}

.choose-main:after {
    content: '';
    position: absolute;
    background: #f69221;
    width: 100%;
    height: 110%;
    top: -18px;
    left: 0;
    border-radius: 30px;
    z-index: -2;
    transform: skew(10deg, -9deg);
    transition: 0.5s ease-in-out;

}

.choose-main:hover::after {
    width: 100%;
    height: 100%;
    transform: skew(2deg, -5deg);
    top: 0;
    border-radius: 50px;
    transition: 0.5s ease-in-out;
}

.choose-main:hover::before {
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 55%, rgba(151, 14, 3, 1) 100%);
    transition: 0.5s ease-in-out;
}

.choose-main:hover * {
    color: #fff;
    transition: 0.5s ease-in-out;

}

.choose-main:hover img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7487%) hue-rotate(75deg) brightness(96%) contrast(92%);
}

.choose-head {
    margin: 0 0 60px;
}

.sermain-btn {
    text-align: center;
    margin-top: 70px;
}

section.choose-sec {
    padding: 0 0 100px;
}

/*Choose End*/

/*Touch Start*/

.touch-main {
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 10%, rgba(151, 14, 3, 1) 100%);
    padding: 20px;
    border-radius: 30px;
    margin: 0 auto;
    width: 80%;
    align-items: center;
    position: relative;
}

.touch-txt h2 {
    color: #fff;
    font-weight: 700;
    font-family: 'Montserrat';
    margin: 0;
    font-size: 46px;
    line-height: 52px;
}

.touch-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 33px;
    margin: 0;
}

section.touch-sec {
    padding: 0 0 100px;
}

.btn3 {
    color: #fff;
    border: 1px solid #fff;
    padding: 0 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    transition: 0.5s ease-in-out;
}

.btn3:hover {
    box-shadow: inset 200px 0 0 0 #f69221;
    color: #000;
}

.touch-main:before {
    content: '';
    position: absolute;
    background: #f59121;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 20px;
    z-index: -1;
    transform: rotate(358deg);
    animation: 5s rota ease-in-out infinite;
}

@keyframes rota {
    0% {transform: rotate(358deg);}
    50% {transform: rotate(362deg);}
    100% {transform: rotate(358deg);}
}

/*Touch End*/

/*About Start*/

.about-txt h6 {
    font-size: 22px;
    font-family: 'Montserrat';
    margin: 0 0 10px;
    line-height: 30px;
}

.about-txt h2 {
    color: #bb1104;
    font-family: 'Montserrat';
    font-weight: 700;
    margin: 0 0 10px;
    line-height: 60px;
    text-transform: uppercase;
}

section.about-sec {
    position: relative;
}

section.about-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.2;
    left: -110px;
    top: 0;
    z-index: -1;

}

/*About End*/

/*MOtive Start*/

.motivation-sec {
    padding: 100px 0 !important;
}

.motivation-sec .touch-main {
    width: 87%;
}

.motivation-sec .btn3 {
    background: #f59121;
    color: #000;
    border: 1px solid #f59121;
}

.motivation-sec .btn3:hover {
    box-shadow: inset 200px 0 0 0 #000;
    color: #fff;
}

/*MOtive End*/

/*Develop Start*/

.develop-txt {
    text-align: center;
    width: 510px;
    margin: 0 auto;
    position: relative;
    border: 2px solid #f79b34;
    border-radius: 50%;
    height: 510px;
    padding: 100px;
    display: flex;
    align-items: center;
}

.develop-txt h4 {
    font-size: 25px;
    color: #bb1104;
    font-weight: 600;
    line-height: 32px;
    font-family: 'Montserrat';
}

section.devel-sec {
    padding: 100px 0;
    position: relative;
}

.develop-txt p {
    font-size: 15px;
}

.develop-counter h2 {
    font-size: 44px;
    margin: 0;
    line-height: 50px;
    color: #bb1104;
    font-weight: 600;
    font-family: 'Montserrat';
    position: relative;
}

.develop-counter h2:before {
    content: '';
    position: absolute;
    background-image: url(../images/small-icon.png);
    width: 66%;
    height: 57%;
    background-repeat: no-repeat;
    left: -47px;
    top: 10px;
    background-size: contain;
    animation: beat 1s infinite alternate;
}

.develop-counter h2:after {
    content: '+';
    position: absolute;
}

.develop-counter p {
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 22px;
}

li.dev1 img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

li.dev1 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 2px solid #f79b34;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 #00000029;
    position: absolute;
    top: 0px;
    left: 65px;
    background: #fff;
}

.develop-txt:before {
    content: '';
    position: absolute;
    border: 1px solid #000;
}

li.dev2 {
    left: inherit;
    right: 80px;
    top: -15px;
}

li.dev3 {
    right: -40px;
    left: inherit;
    top: 190px;
}

li.dev4 {
    left: inherit;
    top: inherit;
    bottom: 0px;
    right: 60px;
}

li.dev5 {
    bottom: 0px;
    top: inherit;
    left: 70px;
}

li.dev6 {
    top: 190px;
    left: -40px;
}

li.dev1.active{
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 55%, rgba(151, 14, 3, 1) 100%);
}

li.dev1.active img {
    filter: brightness(0) saturate(100%) invert(61%) sepia(95%) saturate(1269%) hue-rotate(345deg) brightness(99%) contrast(95%);
}

section.devel-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 51%;
    height: 90%;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    right: 0;
    opacity: 0.2;
    z-index: -1;
    animation: anifltr 2s linear infinite;
}

/*Develop End*/

/*Testi Start*/

.text-main {
    text-align: center;
    margin: 0 auto 0;
    width: 80%;
    padding: 0px 0 130px;
}

.text-main img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    margin: 0 auto 40px;
}

.text-main h4 {
    color: #bb1104;
    font-weight: 700;
    font-size: 23px;
    font-family: 'Montserrat';
}

.text-main p {
    font-size: 15px;
}

.text-main h5 {
    font-size: 15px;
    color: #bb1104;
    font-weight: 600;
}

.testi-head h3 {
    font-size: 33px;
    font-weight: 600;
    line-height: 40px;
}

.testi-head p {
    font-size: 14px;
    line-height: 22px;
}

.testi-head {
    margin: 0 0 50px;
}

section.testi-sec {
    padding: 0;
}

.testi-back {
    background-image: url(../images/testi-back.png);
    width: 100%;
    height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat;
    background-position: 0 0;
}

.testi-slider .slick-dots {
    position: absolute;
    bottom: 80px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.testi-slider .slick-dots li button:before {
    font-family: 'slick';
    font-size: 8px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '';
    text-align: center;
    opacity: 1;
    color: #f7982d;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.testi-slider .slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: black;
    width: 20px;
    content: '' !important;
    background: #000;
    width: 20px;
    height: 5px;
    margin-top: 7px;
    border-radius: 10px;
}

/*Testi End*/


/*Talk Start*/

.talk-form h3 {
    font-size: 43px;
    font-weight: 600;
    color: #f69221;
}

.talk-form p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 50px;
}

.talk-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    margin: 0 0 20px;
    background-color: transparent;
}

.talk-form textarea {
    width: 100%;
    height: 150px;
    padding: 20px;
    border: 1px solid #000;
    margin: 0 0 20px;
    resize: none;
    background-color: transparent;
}

section.talk-sec {
    padding: 100px 0;
    position: relative;
}

section.talk-sec:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 50%;
    height: 80%;
    background-size: contain;
    background-repeat: no-repeat;
    opacity: 0.1;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.talk-img {
    position: relative;
}

span.twenty {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
}

span.twenty img {
    width: 66%;
}

.talk-form button:hover {
    box-shadow: 0px 16px 20px 0 #f69221;
    transform: scale(1.1);
    transition: 0.5s ease-in-out;
}

.talk-form button {
    transition: 0.5s ease-in-out;
}

/*Talk End*/

/*Footer Start*/

footer {
    background-image: url(../images/footer-back.jpg);
    padding-top: 70px;
    background-repeat: no-repeat;
    background-size: cover;
}

.f-menu h6 {
    font-size: 17px;
    color: #fff;
    font-family: 'Montserrat';
}

.f-menu ul li a {
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 38px;
    border-bottom: 1px solid #fff;
    width: 100%;
    transition: 0.5s ease-in-out;

}

/*.f-menu ul li a:hover {*/
/*    margin: 0 0 0 5px;*/
/*    color: #f69221;*/
/*    transition: 0.5s ease-in-out;*/
/*}*/

.f-logo {
    text-align: center;
}

.f-logo img {
    margin: 0 0 20px;
}

.f-logo p {
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.f-media h4 {
    font-size: 17px;
    color: #fff;
}

.f-media ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.f-media ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    color: #f69221;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 20px;
    transition: 0.5s ease-in-out;

}

.f-media ul li a:hover {
    background: #f69221;
    color: #000;
    transition: 0.5s ease-in-out;
    border: 1px solid #f69221;
}

.f-adress ul li {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
    line-height: 43px;
}

.f-adress ul li i {
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 26px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.f-adress ul li a {
    font-size: 15px;
    color: #fff;
    line-height: 38px;
    width: 86%;
}

.f-adress ul li a:hover {
    color: #f69221;
}


.footer-bottom {
    border-top: 1px solid #fff;
}

.footer-bottom p {
    margin: 0;
    padding: 20px;
    text-align: center;
    color: #fff;
    font-size: 17px;
}

.f-adress {
    padding-bottom: 20px;
}

/*Footer Start*/

/*inner-Banner Start*/

section.inner-banner-sec {
    padding: 100px 0;
}

.inner-banner-txt h4 {
    font-size: 28px;
    color: #000;
    font-family: 'Montserrat';
    font-weight: 400;
}

.inner-banner-txt h1 {
    font-size: 40px;
    color: #ff0101;
    font-weight: 700;
    line-height: 50px;
}

.inner-choose-sec .row {
    margin: 0 auto 0;
    text-align: center;
    justify-content: center;
}

/*inner-Banner End*/

/*Together Start*/

.center-img {
    background-image: url(../images/together-center.png);
    width: 80%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
}

.together-txt {
    text-align: right;
    margin-top: 60px;
}

.together-txt h6 {
    font-size: 16px;
    color: #ee1c24;
    font-weight: 700;
    margin: 0;
    line-height: 30px;
}

.together-txt p {
    font-size: 12px;
    line-height: 23px;
}

.together-txt1 {
    text-align: start !important;
}

section.together-sec {
    padding: 50px 0;
}

/*Together End*/

/*Package Start*/

section.pckaage-sec {
    padding: 100px 0;
}

.package.main {
    border: 2px solid #000;
    border-radius: 20px;
    padding: 20px;
    background: #fff;
}

.package-txt h3 {
    font-size: 70px;
    color: #000;
    text-align: center;
    font-weight: 600;
    margin: 0 0 20px;
    line-height: 95px;
}

.package-txt h5 {
    font-size: 26px;
    color: #7b787d;
    text-align: center;
}

.package-txt ul li span {
    color: #434144;
    font-size: 13px;
    font-family: 'Montserrat';
    line-height: 30px;
}

.package-btn {
    text-align: center;
    margin: 0 0 20px;
}

.pkg {
    font-size: 16px;
    background: #000;
    color: #fff;
    padding: 0 30px;
    display: inline-flex;
    height: 50px;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
}

ul.package-contact {
    display: flex;
    align-items: center;
    gap: 10px;
}

ul.package-contact li i {
    color: #000;
    font-size: 20px;
}

ul.package-contact li h6 {
    font-size: 10px;
    margin: 0;
    line-height: 16px;
}

ul.package-contact li a {
    font-size: 13px;
    color: #000;
    font-weight: 700;
}

.package-logo {
    position: relative;
    width: 50%;
    text-align: center;
    margin: 0 auto 0;
}

.package-logo:before {
    content: '';
    position: absolute;
    background-image: url(../images/package-logo.png);
    width: 100%;
    height: 106px;
    top: -38px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

.package-logo h4 {
    font-size: 19px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'Montserrat';
    position: relative;
    line-height: 21px;
}

.package-txt {
    padding-top: 20px;
}

/* width */
.scroll-package::-webkit-scrollbar {
    width: 10px;
    border: 2px solid #000;
}

/* Track */
.scroll-package::-webkit-scrollbar-track {
    background: #f1f1f1;
    border: 2px solid #000;
    border-radius: 4px;
}

/* Handle */
.scroll-package::-webkit-scrollbar-thumb {
    background: #000;
    border-radius: 50px;
}

/* Handle on hover */
.scroll-package::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.scroll-package {
    height: 200px;
    overflow-y: scroll;
    margin: 0 0 40px;
}

.package.main:hover .pkg {
    background: transparent;
    border: 1px solid #fff;
}

.package.main:hover {
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 15%, rgba(151, 14, 3, 1) 100%);
}

.package.main:hover * {
    color: #fff;
}

.package.main:hover .package-logo:before {
    filter: invert(1) hue-rotate(185deg) brightness(0.2);
}

.packge-sec2 {
    padding-top: 100px;
    align-items: center;
}

.one-call h4 {
    font-size: 38px;
    line-height: 48px;
    color: #bb1104;
    font-weight: 600;
}

.one-call p {
    font-size: 21px;
}

.one-call ul {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 10px;
}

.btn1:hover {
    color: #fff;
    background: linear-gradient(180deg, rgb(118 12 3) 55%, rgb(26 6 1) 100%);
    transition: 0.5s ease-in-out;
}

/*Package End*/

/* toggel switch */

.theme-switch {
    --toggle-size: 19px;
    /* the size is adjusted using font-size,
     this is not transform scale,
     so you can choose any size */
    --container-width: 5.625em;
    --container-height: 2.5em;
    --container-radius: 6.25em;
    /* radius 0 - minecraft mode :) */
    --container-light-bg: #3D7EAE;
    --container-night-bg: #1D1F2C;
    --circle-container-diameter: 3.375em;
    --sun-moon-diameter: 2.125em;
    --sun-bg: #ECCA2F;
    --moon-bg: #C4C9D1;
    --spot-color: #959DB1;
    --circle-container-offset: calc((var(--circle-container-diameter) - var(--container-height)) / 2 * -1);
    --stars-color: #fff;
    --clouds-color: #F3FDFF;
    --back-clouds-color: #AACADF;
    --transition: .5s cubic-bezier(0, -0.02, 0.4, 1.25);
    --circle-transition: .3s cubic-bezier(0, -0.02, 0.35, 1.17);
}

.theme-switch,
.theme-switch *,
.theme-switch *::before,
.theme-switch *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: var(--toggle-size);
}

.theme-switch__container {
    width: var(--container-width);
    height: var(--container-height);
    background-color: var(--container-light-bg);
    border-radius: var(--container-radius);
    overflow: hidden;
    cursor: pointer;
    -webkit-box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
    box-shadow: 0em -0.062em 0.062em rgba(0, 0, 0, 0.25), 0em 0.062em 0.125em rgba(255, 255, 255, 0.94);
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    position: relative;
}

.theme-switch__container::before {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 0;
    -webkit-box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset, 0em 0.05em 0.187em rgba(0, 0, 0, 0.25) inset;
    border-radius: var(--container-radius)
}

.theme-switch__checkbox {
    display: none;
}

.theme-switch__circle-container {
    width: var(--circle-container-diameter);
    height: var(--circle-container-diameter);
    background-color: rgba(255, 255, 255, 0.1);
    position: absolute;
    left: var(--circle-container-offset);
    top: var(--circle-container-offset);
    border-radius: var(--container-radius);
    -webkit-box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), inset 0 0 0 3.375em rgba(255, 255, 255, 0.1), 0 0 0 0.625em rgba(255, 255, 255, 0.1), 0 0 0 1.25em rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: var(--circle-transition);
    -o-transition: var(--circle-transition);
    transition: var(--circle-transition);
    pointer-events: none;
}

.theme-switch__sun-moon-container {
    pointer-events: auto;
    position: relative;
    z-index: 2;
    width: var(--sun-moon-diameter);
    height: var(--sun-moon-diameter);
    margin: auto;
    border-radius: var(--container-radius);
    background-color: var(--sun-bg);
    -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
    box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #a1872a inset;
    -webkit-filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0.062em 0.125em 0.125em rgba(0, 0, 0, 0.25)) drop-shadow(0em 0.062em 0.125em rgba(0, 0, 0, 0.25));
    overflow: hidden;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

.theme-switch__moon {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    width: 100%;
    height: 100%;
    background-color: var(--moon-bg);
    border-radius: inherit;
    -webkit-box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
    box-shadow: 0.062em 0.062em 0.062em 0em rgba(254, 255, 239, 0.61) inset, 0em -0.062em 0.062em 0em #969696 inset;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
    position: relative;
}

.theme-switch__spot {
    position: absolute;
    top: 0.75em;
    left: 0.312em;
    width: 0.75em;
    height: 0.75em;
    border-radius: var(--container-radius);
    background-color: var(--spot-color);
    -webkit-box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
    box-shadow: 0em 0.0312em 0.062em rgba(0, 0, 0, 0.25) inset;
}

.theme-switch__spot:nth-of-type(2) {
    width: 0.375em;
    height: 0.375em;
    top: 0.937em;
    left: 1.375em;
}

.theme-switch__spot:nth-last-of-type(3) {
    width: 0.25em;
    height: 0.25em;
    top: 0.312em;
    left: 0.812em;
}

.theme-switch__clouds {
    width: 1.25em;
    height: 1.25em;
    background-color: var(--clouds-color);
    border-radius: var(--container-radius);
    position: absolute;
    bottom: -0.625em;
    left: 0.312em;
    -webkit-box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
    box-shadow: 0.937em 0.312em var(--clouds-color), -0.312em -0.312em var(--back-clouds-color), 1.437em 0.375em var(--clouds-color), 0.5em -0.125em var(--back-clouds-color), 2.187em 0 var(--clouds-color), 1.25em -0.062em var(--back-clouds-color), 2.937em 0.312em var(--clouds-color), 2em -0.312em var(--back-clouds-color), 3.625em -0.062em var(--clouds-color), 2.625em 0em var(--back-clouds-color), 4.5em -0.312em var(--clouds-color), 3.375em -0.437em var(--back-clouds-color), 4.625em -1.75em 0 0.437em var(--clouds-color), 4em -0.625em var(--back-clouds-color), 4.125em -2.125em 0 0.437em var(--back-clouds-color);
    -webkit-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
    -o-transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
    transition: 0.5s cubic-bezier(0, -0.02, 0.4, 1.25);
}

.theme-switch__stars-container {
    position: absolute;
    color: var(--stars-color);
    top: -100%;
    left: 0.312em;
    width: 2.75em;
    height: auto;
    -webkit-transition: var(--transition);
    -o-transition: var(--transition);
    transition: var(--transition);
}

/* actions */

.theme-switch__checkbox:checked+.theme-switch__container {
    background-color: var(--container-night-bg);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container {
    left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter));
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__circle-container:hover {
    left: calc(100% - var(--circle-container-offset) - var(--circle-container-diameter) - 0.187em)
}

.theme-switch__circle-container:hover {
    left: calc(var(--circle-container-offset) + 0.187em);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__moon {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__clouds {
    bottom: -4.062em;
}

.theme-switch__checkbox:checked+.theme-switch__container .theme-switch__stars-container {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

body {
    transition: 0.2s ease-in-out;
}

body.night {
    background: #000;
    transition: 0.2s ease-in-out;
}

html .night-p {
    color: #fff;
    transition: 0.2s ease-in-out;
}

.bodr-color::placeholder {
    color: #fff !important;
}

.bodr-color {
    border-color: #fff !important;
    transition: 0.2s ease-in-out;
    color: #fff;
}




/*new css*/
/*.menuSec ul li a:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 0%;*/
/*    height: 0%;*/
/*    content: '';*/
/*    background: #ff0101;*/
/*    top: 0;*/
/*    bottom: 0;*/
/*    z-index: -1;*/
/*    transition: 1s ease-in-out;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    margin: auto;*/
/*    border-bottom-left-radius: 20px;*/
/*    border-top-right-radius: 20px;*/
/*}*/
/*.menuSec ul li a:hover:before {*/
/*    position: absolute;*/
/*    left: 0;*/
/*    right: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    transition: 1s ease-in-out;*/
/*}*/
.menuSec ul li.active a{
    /*transition: 1s ease-in-out;*/
    background: #ff0101;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 20px;
    color: #fff;
}
/*.menuSec ul li a:hover{*/
/*    color: #ff0101;*/
/*    transition: 1s ease-in-out;*/
/*}*/

.live-chat ul li a:hover {
    color: #000;
    transition: unset;
}
.live-chat ul li a:hover:before {
    background: unset !important;
    transition: unset !important;
    opacity: 0;
    position: unset;
}
.live-chat ul li a:before {
    background: unset !important;
    transition: unset !important;
    opacity: 0;
    position: unset;
}
/*new css*/





@media only screen and (min-width: 1366px) and (max-width: 2500px) {
    header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}
section.main_slider {
    padding-top: 115px;
}
section.inner-banner-sec {
    padding-top: 160px;
}
section.talk-sec.pkg-form {
    padding-top: 200px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px) {
    header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 999;
}
section.main_slider {
    padding-top: 115px;
}
section.inner-banner-sec {
    padding-top: 160px;
}
section.talk-sec.pkg-form {
    padding-top: 200px;
}
}
   
   @media only screen and (min-width: 992px) and (max-width: 1199px) {

         .menuSec ul li a {
    padding: 10px 7px;
    font-size: 12px;
}

.theme-switch {
    --toggle-size: 10px;
}

.carousel-item {
    height: 80vh;
}


.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner_text h5 {
    font-size: 25px;
    line-height: 32px;
}

p {
    font-size: 14px;
    line-height: 22px;
}


section.choose-sec .col-md-3 {
    width: 50%;
}

.choose-main {
    margin: 0 0 60px;
}

.touch-btn a {
    width: 150%;
    padding: 0;
}

.develop-txt {
    width: 94%;
    border: none;
    padding: 20px;
}

li.dev1 {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

li.dev2 {
    left: inherit;
    right: 0;
    top: 0;
}

li.dev3 {
    right: 0;
    left: inherit;
    top: 10px;
}

li.dev4 {
    left: inherit;
    top: inherit;
    bottom: -10px;
    right: 0;
}

li.dev5 {
    bottom: -20px;
    top: inherit;
    left: 0;
}

li.dev6 {
    top: 19px;
    left: 4px;
}

section.talk-sec {
    padding: 20px 0;
    position: relative;
}

.center-img {
    display: none;
}

section.pckaage-sec .col-md-4 {
    width: 50%;
}

.package-logo {
    width: 64%;
}

.package.main {
    margin: 0 0 50px;
}
   }
   
   @media only screen and (min-width: 768px) and (max-width: 991px) {
       .WHATS_UPP_FIX {
    width: 8% !important;
    bottom: 100px;
    top: inherit !important;
}
   
      .menuSec ul li a {
    padding: 10px 5px !important;
    font-size: 11px !important;
}
.live-chat a {
}

html .live-chat a {
}

.live-chat a {
}

.live-chat ul li i {
    font-size: 12px;
}

.live-chat ul li a {
    font-size: 10px !important;
}
.theme-switch {
    --toggle-size: 10px;
}

.carousel-item {
    height: 80vh;
}


.banner_text h1 {
    font-size: 40px;
    line-height: 50px;
}

.banner_text h5 {
    font-size: 25px;
    line-height: 32px;
}

p {
    font-size: 14px;
    line-height: 22px;
}


section.choose-sec .col-md-3 {
    width: 50%;
}

.choose-main {
    margin: 0 0 60px;
}

.touch-btn a {
    width: 150%;
    padding: 0;
}

.develop-txt {
    width: 94%;
    border: none;
    padding: 20px;
}

li.dev1 {
    position: relative;
    top: 0;
    left: 0;
    background: #fff;
}

li.dev2 {
    left: inherit;
    right: 0;
    top: 0;
}

li.dev3 {
    right: 0;
    left: inherit;
    top: 10px;
}

li.dev4 {
    left: inherit;
    top: inherit;
    bottom: -10px;
    right: 0;
}

li.dev5 {
    bottom: -20px;
    top: inherit;
    left: 0;
}

li.dev6 {
    top: 19px;
    left: 4px;
}

section.talk-sec {
    padding: 20px 0;
    position: relative;
}

.center-img {
    display: none;
}

section.pckaage-sec .col-md-4 {
    width: 50%;
}

.package-logo {
    width: 64%;
}

.package.main {
    margin: 0 0 50px;
}
   }
   
   @media only screen and (min-width: 520px) and (max-width: 767px) {

          .header-logo img {
        width: 36%;
        margin-bottom: 20px !important;
       }
       label.theme-switch {
    position: absolute;
    right: 10px;
    top: 75px;
}
.live-chat ul {
    text-align: center !important;
    border: 1px solid #ff010178;
    border-left: unset !important;
    border-right: unset;
}
.banner_img img {
    display: none;
}
.carousel-item {
    height: 65vh;
}
section.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    background-size: contain;
    background-position: center;
}
.slicknav_menu {
    z-index: 9999;
    position: relative;
}

.choose-main:after {
    height: 105%;
    top: -13px;
    transform: skew(6deg, -9deg);
}

.choose-main {
    margin: 0 auto 40px;
}

.touch-main {
    width: 98%;
}

.touch-txt h2 {
    font-size: 26px;
    line-height: 44px;
}

.touch-txt p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
}

.about-img {
    margin: 0 0 40px;
}

p {
    font-size: 13px;
    line-height: 24px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

.develop-txt {
    width: 100%;
    padding: 0;
    border: 0;
}

li.dev1 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px 10px;
}

li.dev2 {
    right: 0;
    top: 0;
}

section.devel-sec:before {
    display: none;
}

.develop-counter h2:before {
    left: 0;
}

.develop-counter h2 {
    padding: 0 0 0 70px;
}
.testi-head h3 {
    font-size: 26px;
}

section.talk-sec {
    padding: 20px 0;
}

.text-main {
    width: 100%;
    padding: 0px 0 90px;
}

footer {
    background-color: #0000008a;
    background-blend-mode: overlay;
}

.package-logo {
    width: 80%;
}

.package-txt h3 {
    font-size: 60px;
    line-height: 70px;
}

.package.main {
    margin: 0 0 30px;
}

.one-call ul {
    display: block;
    margin: 0 0 40px;
}

.one-call ul li {
    margin: 0 0 20px;
}

       
   }
   
   @media only screen and (min-width: 300px) and (max-width: 519px) {
       
       
img.arrowgif {
    display: none;
}     
         .VIpgJd-ZVi9od-xl07Ob-OEVmcd {
    width: 360px !important;
    height: 260px !important;
}

.VIpgJd-ZVi9od-xl07Ob-OEVmcd body {
    overflow: scroll !important;
}

.VIpgJd-ZVi9od-aZ2wEe-wOHMyf {
    overflow-y: scroll !important;
}
   

.VIpgJd-ZVi9od-vH1Gmf {
    overflow: scroll !important;
}

.VIpgJd-ZVi9od-vH1Gmf table {
    height: 230px !important;
}

.VIpgJd-ZVi9od-vH1Gmf table td {
    display: contents !important;
}
       section.choose-sec {
    padding-bottom: 30px;
}
 .WHATS_UPP_FIX {
    width: 15% !important;
    top: inherit !important;
    bottom: 82px;
}
    .sign-up-popup video {
    width: 380px;
    /*position: relative;*/
    /*right: 75%;*/
    height: 510px;
}   
       
       .header-logo img {
        width: 36%;
        margin-bottom: 20px !important;
       }
       label.theme-switch {
    position: absolute;
    right: 10px;
    top: 75px;
}
.live-chat ul {
    text-align: center !important;
    border: 1px solid #ff010178;
    border-left: unset !important;
    border-right: unset;
}
.banner_img img {
    display: none;
}
.carousel-item {
    height: 65vh;
}
section.main_slider:before {
    content: '';
    position: absolute;
    background-image: url(../images/banner-back.png);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    opacity: 0.3;
    background-size: contain;
    background-position: center;
}
.slicknav_menu {
    z-index: 9999;
    position: relative;
}

.choose-main:after {
    height: 105%;
    top: -13px;
    transform: skew(6deg, -9deg);
}

.choose-main {
    margin: 0 auto 22px;
}

.touch-main {
    width: 98%;
}

.touch-txt h2 {
    font-size: 26px;
    line-height: 44px;
}

.touch-txt p {
    font-size: 15px;
    line-height: 24px;
    margin: 0 0 10px;
}

.about-img {
    margin: 0 0 40px;
}

p {
    font-size: 13px;
    line-height: 24px;
}

h2 {
    font-size: 30px;
    line-height: 40px;
}

.develop-txt {
    width: 100%;
    padding: 0;
    border: 0;
}

li.dev1 {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 10px 10px;
}

li.dev2 {
    right: 0;
    top: 0;
}

section.devel-sec:before {
    display: none;
}

.develop-counter h2:before {
    left: 0;
    width: 16%;
    height: 30%;
    top: 20px;
}

.develop-counter h2 {
    padding: 0 0 0 42px;
    font-size: 26px;
}

.testi-head span img {
    width: 6%;
}

.testi-head h3 {
    font-size: 20px;
}

section.talk-sec {
    padding: 20px 0;
}

.text-main {
    width: 100%;
    padding: 0px 0 90px;
}

footer {
    background-color: #0000008a;
    background-blend-mode: overlay;
}

.package-logo {
    width: 80%;
}

.package-txt h3 {
    font-size: 60px;
    line-height: 70px;
}

.package.main {
    margin: 0 0 30px;
}

.one-call ul {
    display: block;
    margin: 0 0 40px;
}

.one-call ul li {
    margin: 0 0 20px;
}

.banner_text h5 {
    font-size: 18px;
    line-height: 26px;
}

.banner_text h1 {
    font-size: 36px;
    line-height: 40px;
}

.responser-img img {
    width: 100%;
    object-fit: contain;
    height: 70px;
}

.choose-head h3 {
    font-size: 26px;
}

.choose-main:before {
    transform: none;
}

.choose-main:after {
    display: none;
}
.sermain-btn {
    margin-top: 0px;
}

span.twenty {
    display: none;
}

.talk-form h3 {
    font-size: 30px;
}

footer .row .offset-lg-1.offset-md-1.offset-0.col-lg-2.col-md-3 {
    order: 2;
}

footer .row .col-lg-4.col-md-6.col-12 {
    order: 2;
}

.f-menu {
    text-align: center;
}

.f-media {
    text-align: center;
}

.f-media ul {
    justify-content: center;
}

.f-adress {
    padding-bottom: 20px;
    text-align: center;
}

section.devel-sec {
    padding: 0 0 50px;
}

footer {
    background-position: center;
}


   }
   
   @media only screen and (min-width: 0px) and (max-width: 299px) {


   }
   
   
   
   /*mega menu css*/
   .mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 30px;
}

.mega-bx {
    background: #ff0101;
    z-index: 9999;
    position: relative;
    padding: 40px 20px;
}

.mega-list ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 500;
}

.mega-list ul {
    display: block;
}

.mega-list ul li {
    display: block;
}

.mega-list {
    margin-bottom: 30px;
}
.mega-menu {
    position: absolute;
    left: 0;
    width: 100%;
    padding-top: 30px;
}

.mega-bx {
    background: #ff0101;
    z-index: 9999;
    position: relative;
    padding: 40px 20px;
}

.mega-list ul li a {
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    padding: 0;
    line-height: 35px;
}

.mega-list ul {
    display: block;
}

.mega-list ul li {
    display: block;
}

.mega-list {
    margin-bottom: 30px;
}
.mega-list h3 {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    line-height: 1;
}
.mega-bx .row {
    display: flex;
    justify-content: flex-end;
}
.menuSec ul li a i {
    margin-left: 8px;
    font-size: 12px;
}
.mega-menu{
    display:none;
    transition: 1s ease-in-out;

}
.mega-menu.active{
    display:block;
    transition: 1s ease-in-out;

}
/*li.megadrp:hover + .mega-menu{*/
/*    display:block;*/
/*    transition: 1s ease-in-out;*/
/*} */
/*li.megadrp{*/
    
/*    transition: 1s ease-in-out;*/
/*} */
   /*mega menu css*/
   
   .choose-head span img {
    animation: beat 1s infinite alternate;
}
.about-txt span img {
    animation: beat 1s infinite alternate;
}
.testi-head span img {
    animation: beat 1s infinite alternate;
}
@keyframes anifltr {
    0% {
        filter: hue-rotate(0deg);
    }
    25% {
        filter: hue-rotate(55deg);
    }
    50% {
        filter: hue-rotate(92deg);
    }
    75% {
        filter: hue-rotate(183deg);
    }
    95% {
        filter: hue-rotate(242deg);
    }
    100% {
        filter: hue-rotate(260deg);
    }
}



    .step-container {
      position: relative;
      text-align: center;
      transform: translateY(-43%);
    }

    .step-circle {
      width: 30px;
      height: 30px;
      border-radius: 50%;
      background-color: #fff;
      border: 2px solid #ff0101;
      line-height: 30px;
      font-weight: bold;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 10px;
      cursor: pointer; /* Added cursor pointer */
    }

    .step-line {
      position: absolute;
      top: 16px;
      left: 50px;
      width: calc(100% - 100px);
      height: 2px;
      background-color: #007bff;
      z-index: -1;
    }
    
    #multi-step-form{
		overflow-x: hidden;
	}
	.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background-color: #ff0101;
    transition: width 0.6s ease;
}

.talkpg-form input {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    margin: 0 0 20px;
    background-color: transparent;
}

.talkpg-form select {
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    margin: 0 0 20px;
    background-color: transparent;
    appearance: auto;
}



section.testi-sec img {
    border-radius: 60px;
}



/*<----menu--->*/


.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;
}


.menu>ul>li:hover>ul {
    opacity: 1;
    height: auto;
    overflow: visible;
    padding: 30px 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;
}


li.lastmenu {
    float: left;
    /* padding-left: 30px !important; */
}


.menu>ul>li>ul {
    text-align: start;
    width: 1300px !important;
    background: #1d0f0c;
    color: #fff;
    padding: 0;
    position: absolute;
    z-index: 99;
    /* padding: 30px 0; */
    left: -220px;
    margin: 0 auto;
    list-style: none;
    margin-top: 11px;
    box-sizing: border-box;
    -webkit-border-bottom-right-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    font-size: 0;
    height: 0;
    overflow: hidden;
    -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;
}

.menu>ul>li>ul>li {
    margin: 0 16px 0 0;
    padding-bottom: 0;
    list-style: none;
    width: 30%;
    background: 0 0;
    text-align: start;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
}
.menu>ul>li>ul>li>ul>li {
    display: block;
    width: 100%;
    padding: 0px 0 0px 70px;
    margin: 0;
    font-size: 11px;
    text-align: start;
}
ul#menu {
    position: relative;
}

.menutext img {
    background: #3c3b3b;
    height: 35px;
    width: 35px;
    border-radius: 50%;
    padding: 3px;
    margin-right: 15px;
}


.menutext a {
    font-family: 'system-ui' !important
}

.menutext span {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 28px;
    font-family: 'system-ui' !important
}

.menutext {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    gap: 18px;
}



a {
    font-family: system-ui !important;
}








.menuSec {
    padding: 10px 0;
}

.menuSec img {
    margin: 0;
}

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

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



.menuSec ul li a {
    display: inline-block;
    text-decoration: none;
    color: #393939;
    padding: 10px 23px;
    font-size: 13px;
}

.menuSec ul li a:after {
    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:last-child a:after {
    display: none;
}




.menu_header a {
    margin-bottom: 6px;
    font-size: 14px;
    text-transform: uppercase;
    color: #7c7c7d;
    font-family: 'Circular Std';
    font-weight: 600;
    text-decoration: none;
    padding: 10px 5px 17px 5px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
/*.menuSec li>ul>li>a {.menuSec ul li a:hover*/
/*    border: none;*/
/*    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 ul ul ul {
    left: 100%;
    top: 0;
}

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

.menuSec ul:after {
    clear: both;
}




/*<-------menu end----->*/



h3.adresfooter {
    font-size: 15px;
    color: white;
}


h3.adresfooter {
    font-size: 15px;
    color: white;
    margin: auto;
}


ul li a.adresnum {
    line-height: 20px;
}

img.html5link {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}



img.wixlink {
    width: 60px;
    height: 60px;
    margin-top: 32px;
}

img.joomlalink {
    width: 60px;
    height: 60px;
    margin-top: 35px;
}

img.fblink {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}


img.magentolink {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}

img.shopifylink {
    width: 60px;
    height: 60px;
    margin-top: 32px;
}


img.woocommercelink {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}


img.twitterlink {
    width: 70px;
    height: 60px;
    margin-top: 30px;
}

img.instagramlink {
    width: 60px;
    height: 60px;
    margin-top: 30px;
}


img.wordpresslink {
    width: 60px;
    height: 60px;
    margin-top: 32px;
}



.together-txt p {
    text-align: left;
    padding-left: 4px;
}


.together-txt p {
    text-align: left;
    padding-left: 4px;
}


.inner-choose-sec {
    margin-top: 80px;
}



a.arrow-right p {
    font-size: 16px;
    position: relative;
    top: 10px;
    left: 20px;
    border-bottom: 1px solid #f69221;
}





.goog-te-combo {
    width: 100%;
  }


li.lastmenu li {
    padding-left: 40px;
}

div#mic-access-tool-box {
    background-color: #ff0101 !important;
}

span.mic-subtitle-span {
    color: #f89422 !important;
}

button#mic-access-tool-general-button {
    background-color: #ff0101 !important;
}

button#mic-access-tool-box-close-button:hover {
    color: black !important;
}
.sign-up-popup video {
    width: 100%;
    height: 100%;
}

.modal-dialog {
    max-width: 900px;
    top: 15%;
}

.modal-header button {
    border: 1px solid #000;
    width: 30px;
    color: #fff;
    height: 30px;
    background: linear-gradient(180deg, rgba(26, 6, 1, 1) 55%, rgba(151, 14, 3, 1) 100%);
}

.sign-up-popup {
    /* position: absolute; */
    /* right: -270px; */
    /* display: block; */
    /* top: -80px; */
}

.modal-header {
    /* display: none; */
    justify-content: end;
}
div#\:0\.targetLanguage {
    background: #ff0101;
}
.modal-body video {
    width: 100%;
    HEIGHT: 100%;
}
button.btn.btn-primary.btn1 {
    border: unset;
}
.btn-close:hover {
    color: #fff;
}
.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed span {
    color: #fff !important;
}

.WHATS_UPP_FIX {
    position: fixed;
    width: 4%;
    top: 45%;
    left: 0;
    z-index: 99;
}
a.login-btn {
    background: #ff0101;
    padding: 6px 20px !important;
    border-radius: 5px;
    color: #fff !IMPORTANT;
}
a.btn1.btn2 i {
    font-size: 20px;
    color: #fff;
}

body.night .menuSec ul li a {
    /* color: #000; */
}

section {
    transform: scale(0.9);
}
.menutext img {
    filter: brightness(0) saturate(100%) invert(76%) sepia(69%) saturate(3828%) hue-rotate(346deg) brightness(102%) contrast(93%);
    background: unset;
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: unset;
}
.sale-fix {
    position: fixed;
    width: 150px;
    right: 0;
    top: 40%;
    text-align: end;
    z-index: 99;
}

.sale-fix {
    width: 100px;
}
.sale-fix img {
    width: 100px;
    height: 100px;
    object-fit: contain;
}
.sale-fix button {
    background: #ff0101 !important;
    border: unset;
    font-size: 12px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
div#sale .modal-header {
    background: #7d0000;
}
.btn-primary:focus {
    box-shadow: unset !important;
}

div#countdown li span {
    display: block;
    font-size: 20px;
}
#timer {
  font-size: 20px;
  color: #999;
  font-weight: 500;
  margin-right: 10px;
  margin-bottom: 10px;
}
#timer span {
  font-size: 27px;
  color: #000;
  margin: 0 3px 0 15px;
}
#timer span:first-child {
  margin-left: 0;
}
p#countdownDays {
    font-size: 21px;
    margin-right: 15px;
    font-weight: 600;
}
  
  
  
img.arrowgif {
    position: absolute;
    right: 85%;
    bottom: 0;
    top: 10%;
}

.newclassadd {
    padding: 6px 20px;
    position: absolute;
    left: -80px;
    width: 140px;
    height: 60px;
}

button.newclassadd {
    font-size: 14px;
}


img.arrowgif {
    position: absolute;
    right: 135%;
    margin-top: -21px;
}



.pulse {
    width: 180px;
    height: 50px;
    background: #FF6D4A;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    font-family: sans-serif;
    text-transform: uppercase;
    animation: animate-pulse 3s linear infinite;
    cursor: pointer;
    border-radius: 30px;
}
@keyframes animate-pulse{
    0%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.7),  0 0 0 0 rgba(255,109,74,0.7);
    }
    40%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 0 rgba(255,109,74,0.7);
    }
    80%{
        box-shadow: 0 0 0 50px rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    100%{
        box-shadow: 0 0 0 0 rgba(255,109,74,0.0),  0 0 0 30px rgba(255,109,74,0);
    }
    
}

body {
  zoom: 80%;
}


.termpage {
    margin-top: -100px;
    margin-bottom: -100px;
}



li.dev1:hover {
    width: 23%;
    height: 23%;
    transition: 1s;
}


.develop-counter {
    position: relative;
    left: 80%;
}

