@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@500&amp;family=Poppins:wght@400;500;600;700&amp;display=swap');
body {
    font-family: 'Poppins', sans-serif;
    height: 100%;
    overflow-x: hidden;
    font-size: 100%;
    
}
a {
    color: #53c110;
}

/* font-family: 'Poppins', sans-serif;

font-family: 'Oswald', sans-serif; */

*:focus,
*:active {
    outline: none !important;
}

h1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 83px;
    color: #53c10e;
}

h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 48px;
    color: #53c10e;
}

h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #212122;
}

dt {
    font-family: 'Hind', sans-serif;
    font-weight: 500;
}

dd {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #8f8f8f;
}

li {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 16px;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0;
    color: #383535;
}

.btn-1 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
      background: linear-gradient(104deg,#ee4323 27%,#fb9f23 100%);
    color: #fff;
    padding: 13px 70px 13px;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all .2s;
}


  


.btn-1:hover {
    background-color: #000;
}



.btn-1 span {
    transition: all .4s;
}


.btn-1:active {
    transform: translateY(2px) scale(.9);  
}

.btn-1:focus,
.btn-2:focus {
    outline: none;
}


.btn-1:hover span {
    background-color: #53c10e;
}

.btn-1 span {
    position: absolute;
    right: 6px;
    background-color: #0064fe;
    padding: 0;
    border-radius: 50px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 49px;
    height: 36px;
}

.btn-2 {
    display: inline-block;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    text-transform: capitalize;
    background-color: #000;
    color: #fff;
    border-radius: 50rem;
    padding: 13px 70px 13px;
    transition: all .2s;
    text-transform: uppercase;
}

.btn-2:hover {
    color: #fff;
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
}

.btn-2:active {
    transform: translateY(2px) scale(.9);  
}


a:hover {
    text-decoration: none;
    color: #fff;
}

a:focus {
    outline: none !important;
}



/* header */
header {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 27px 48.36px 13.64px rgba(37, 37, 37, 0.1);
    position: relative;
}


.same_ic:first-child {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.same_ic a {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    align-items: center; 
}

.phone_div a:hover p {
    text-decoration: underline;
}

.same_ic {
    margin-left: 25px;  
    padding: 20px 0;
    padding-left: 25px;
    padding-right: 25px;
}
section.stand-area {
    padding: 80px 0;
}
.navigation_area .btn {
    margin-left: 40px;
    font-size: 16px;
    padding: 10px 40px;
}

.phone_div.same_ic i {
    height: 22px;
    color: #f04e24;
    transition: all .4s;
}
span.asd {
    background: linear-gradient(104deg, #ee4323 27%, #fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 35px;
    font-weight: 800;
}

.phone_div a:hover i {
    transform: scale(1.2);
}

.chat_div img {
    transition: all .4s;
}
.chat_div a:hover {
    text-decoration: underline;
}
.chat_div a:hover img {
    transform: scale(1.2);
}

.p-s {
    padding-left: 12px;
}
.p-s span {
    color: #53c10e;
}

.ps-2 p {
    font-weight: 700;
    text-transform: uppercase;
    color: #000;
}

.banner-descip-wrap h1 span {
    font-weight: 700;
}

.ps-1 span {
    color: #000;
}


.ps-1 span {
    color: #000;
}

.ps-2 span {
    color: #333;
}

.banner-heading-cont > span {
    color: #000;
    font-size: 50px;
    font-weight: 600;
    line-height: .9;
    margin-bottom: 30px;
    display: inline-block;
}
a.navbar-brand.cust-navbar.aos-init.aos-animate {
    width: 25%;
}
.ml6 {
    position: relative;
  }
  
  .ml6 .text-wrapper {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .ml6 .letter {
    display: inline-block;
  }




.banner-heading-cont {
    margin-bottom: 10px;
}

.banner-btns-area li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    position: relative;
    padding-left: 20px;
}

.banner-btns-area li::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900; 
    content: "\f0da";
    color: #53c10e;
    left: 0;
}

.banner-btns > .btn-1 {
    margin-right: 15px;
}

.banner-btns {
    margin-bottom: 40px;
}

.banner-area {
    padding: 165px 0 100px;
}

/* ---------------------------------------- banner area  -----------------*/
.banner-area {
    background-image: url(../images/banner-curve.png), url(../images/banner-image.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: right top, left center;
    background-size: contain, auto;
}

.form-hdgs > h2 {
    color: #333;
    font-size: 28px;
    font-weight: 500;
}

.inner-hdg > h2 {
    color: #000;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 42px;
}

.banner-form {
    border: 5px solid #ee4323;
    border-radius: 10px;
    background-color: #fff;
    padding: 30px 0;
    box-shadow: 0px 0px 24px -2px #333 !important;
    position: relative;
}

.stand-cont.text-center h2 {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-form::before {
    position: absolute;
    content: "";
    background-image: url(../images/banner-form-image.png);
    background-repeat: no-repeat;
    right: -55px;
    top: -63px;
    width: 140px;
    height: 140px;
    animation-name: scale-updown;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
    transition: .6s;
}

@keyframes scale-updown {
    from {
        transform: scale(.9);
    }
    to {
        scale: scale(1);
    }
}



.inner-hdg {
    margin-bottom: 30px;
}



.form-icons::before {
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #333333;
    left: 13px;
    top: 50%;
    transform: translateY(-50%);
}

.ico1::before {
    content: "\f007";
}

.ico2::before {
    content: "\f0e0";
}

.ico3::before {
    content: "\f879";
}

.banner-inner-form input {
    padding: 16px 40px;
    height: auto;
}

.banner-inner-form input.error {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}

.banner-inner-form input:focus {
    border-color: #ffa311;
    box-shadow: 0 0 0 .2rem #ffa311;
}

.form-desc {
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: 22px 20px;
    margin-bottom: 25px;
}

.banner-btn {
    height: auto;
    border-radius: 5px;
}


/* ----------------------------------- award area  ----------*/
.award-area {
    background-color: #000;
    padding: 35px 0;
}

.awrd-cont > h4 ,
.awrd-cont p {
    color: #fff;
}


/* ----------------------------------- offer-area  ------------------*/
.offer-area {
    padding: 65px 0;
    background-image: url(../images/offer-area.png);
    background-repeat: no-repeat;    
    background-size: contain;
    background-position: right top;
}

.log_sec {
    background: url(../images/logo-bg.png) no-repeat top -21px left 0;
    padding-top: 60px;
}

.offer-txt-cont {
    padding-bottom: 25px;
}

.padding-b {
    padding: 50px 0;
}





/* ------------------------- stand area  -----------------------------*/
.stand-card {
    text-align: center;
}

.border-right-cust {
    border-right: 2px solid #cfcfcf;
}


.stand-card img {
    margin-bottom: 30px;
    transition: .4s;
}

.stand-card:hover img {
    transform: scale(1.1);
}

.stand-card p {
    color: #333333;
    font-size: 16px;
}

.stand-cont {
    max-width: 1150px;
    margin: 0 auto;
    margin-bottom: 30px;
}

.stand-area-cards {
    padding-bottom: 50px;
}






/* cta area */
.ctn-btn-txt-1 {
    font-size: 10px;
    font-weight: 400;

}

.ctn-btn-txt-2 {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
}

.ctn-btn-2  {
    padding: 8px 40px 8px 80px;
    background-image: url(../images/cta-btn-img.png);
    background-repeat: no-repeat;
    background-size: 32px;
    background-position: 37px center;
    background-color: #723f90;
}

.ctn-btn-1 {
    color: #000;
    background-color: #fff;
   
    padding: 13px 30px 13px;
}

.ctn-btn-1 i {
    color: #ffffff;
}



.cta-area {
    padding: 55px 0;
    background-image: -moz-linear-gradient(  90deg, rgb(2 0 4) 0%, rgb(80 80 80) 100%);
    background-image: -webkit-linear-gradient(  90deg, rgb(2 0 4) 0%, rgb(80 80 80) 100%);
    background-image: -ms-linear-gradient(  90deg, rgb(2 0 4) 0%, rgb(80 80 80) 100%);
}  

.cta-area h2 {
    color: #fff;
    font-size: 42px;
}

.cta-area p {
    color: #fff;
    font-size: 30px;
    font-weight: 300;
}

/* our designs */
.indicator {
    width: 125px !important;
    height: 125px !important;
    background-color: #fff !important;
    border-radius: 50%;
    position: relative !important;
    opacity: 1 !important;
    transition: .8s !important;
}

.indicator:hover {
    background-color: #874293 !important;
}

.indicator:hover::before {
    filter: brightness(0) invert(1);
    transform: translate(-50%,-50%) rotate(360deg);
}

.indicator.active {
    background-color: #874293 !important;
    /* background: linear-gradient(104deg,#693d8f 27%,#af4897 100%); */
}

.indicator.active::before {
     filter: brightness(0) invert(1);
} 

.indicator-1::before {
    background-image: url(../images/design-process-1.png);
} 

.indicator::before {
    position: absolute;
    content: "";  
    background-repeat: no-repeat;
    background-size: contain;
    width: 39px !important;
    height: 39px !important;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: .5s;
}

.indicator-2::before {
    background-image: url(../images/design-process-2.png);
}

.indicator-3::before {
    background-image: url(../images/design-process-3.png);
}

.indicator-4::before {
    background-image: url(../images/design-process-4.png);
}



.carousel-indicators-cust::before {
    position: absolute;
    content: "";
    max-width: 1236px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #d8d8d8;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}

.design-process {
    padding: 60px 0;
    background-image: url(../images/design-process-bi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

.carousel-indicators-cust {
    max-width: 1140px;
    margin: 0 auto;
}

.design-pro-cont {
    padding: 40px 0;
}

.design-pro-cont > h4 {
    text-transform: uppercase;
    font-size: 16px;
}

.design-pro-cont > p {
    color: #666666;
}

.circle-left {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ef4424;
    left: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}

.circle-right {
    position: absolute;
    content: "";
    width: 25px;
    height: 25px;
    background-color: #ef4424;
    right: 0;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
}


/* portfolio area */
.portfolio-area {
    padding: 60px 0 0;
} 

.portf-txt {
    margin-bottom: 40px;
}


.portwrapper ul {
    margin-left: 0;
    padding-left: 0;
    margin-right: 0;
}
.border-box-effect {
    position: relative;
    padding-bottom: 30px;
    display: inline-block;
    text-align: center;
}
.border-box-effect > * {
    position: relative;
    display: block;
}
.border-box-effect figure {
    margin: 0 !important;
}
figure {
    margin: 0;
}

.beforestyle {
    margin-bottom: 45px;
}

.border-box-effect > ::before {
    background: rgba(0, 0, 0, 0.2);
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.border-box-effect > ::after {
    content: "+";
    font-size: 74px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 40px;
    height: 40px;
    line-height: 36px;
    z-index: 2;
    font-weight: 200;
    display: none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.border-box-effect > :hover::after, .border-box-effect > :hover::before {
    display: block;
}

/* packages area */
/*Packages*/
.pack_lis ul li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f00c";
    color: #ee4323;
    position: relative;
    left: -7px;
    top: 1px;
}
.packages_area{
background: url(../images/pack_bg.html);
padding: 50px 0;
}

.packg-main-btn .btn-1 {
    max-width: 300px;
    display: inline-block;
    margin: 0 auto;
    margin-top: 80px;
    padding: 20px 40px;

}


  

.packages {
    background-image: -moz-linear-gradient( -60deg, rgb(0 0 0) 0%, rgb(84 84 84) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(0 0 0) 0%, rgb(84 84 84) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(0 0 0) 0%, rgb(84 84 84) 100%);
    padding: 35px 21px 40px;
    border-radius: 10px;
    border: 1px solid rgb(207, 207, 207);;

}

.packages:hover {
    background-image: -moz-linear-gradient( -60deg, rgb(57 230 36) 0%, rgb(13 99 7) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(250 155 35) 0%, rgb(242 95 35) 100%);
    background-color: #fffff;
    background-image: -ms-linear-gradient( -60deg, rgb(57 230 36) 0%, rgb(13 99 7) 100%);
    box-shadow: -11.741px 7.625px 44.82px 9.18px rgba(0, 0, 0, 0.16);
}

.packages:hover .pack_lis ul li:before {
    color: #fff;
}

.Rounded_Rectangle_2 {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 103, 151);
    border-radius: 10px;
    background-image: -moz-linear-gradient( -60deg, rgb(220,22,47) 0%, rgb(154,0,86) 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(220,22,47) 0%, rgb(154,0,86) 100%);
    background-image: -ms-linear-gradient( -60deg, rgb(220,22,47) 0%, rgb(154,0,86) 100%);
    box-shadow: -11.741px 7.625px 44.82px 9.18px rgba(0, 0, 0, 0.16);
    position: absolute;
    left: 375px;
    top: 4524px;
    width: 366px;
    height: 641px;
    z-index: 49;
  }
  .input-select {
    margin-top: 20px;
}

.pack_title h1 {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    padding-bottom: 5px;
    color: #fff;
    transition: all 0.5s ease-in-out;
    width: 80%;
}
.pack_title p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
}
.pack_title {
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    padding-bottom: 15px;
    display: flex;
    padding: 11px 0;
    margin-bottom: 10px;
}
.pack_price h1{
    font-size: 60px;
    font-weight: 600;
    margin: 0;
    color: #fff;
    
}

.pack_title > h2 {
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    align-self: center;
    position: absolute;
    right: 8px;
}
.pack_title > h2 del {
    display: block;
}


.tile-des + h2::before {
    position: absolute;
    background: url(../images/dis_left.png);
        background-size: auto;
    content: '';
    top: -9px;
    height: 58px;
    right: -7px;
    background-size: cover;
    width: 107px;
    transition: all 0.5s ease-in-out;
    z-index: -1;
}





.pack_price h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    display: flex;
    flex-direction: column;
    color: #fff;
    z-index: 111;
    padding: 0;
}

.pack_price h2 del{
    font-size: 26px;
    font-weight: 600;
}
.pack_price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    
}
.pack_lis ul {
    padding: 0;
    list-style: none;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.pack_lis ul li {
    font-size: 14px;
    line-height: 29px;
    display: block;
    color: #fff;
    padding-left: 10px;
}
.pack_lis ul li i {
    margin-right: 11px;
    color: ##53c10e;
}

.pack_lis ul h3 {
    font-size: 22px;
    font-weight: 600;
    padding-top: 13px;
}

.pac_order {
    display: flex;
    padding-top: 15px;
    justify-content: space-between;
}
.packages:hover .pack_price:before{
    position: absolute;
    background: url(../images/dis_left1.html);
    transition: all 0.5s ease-in-out;
}


.order_btn_set {
    box-shadow: 0.523px 9.986px 21px 0px rgba(27, 5, 44, 0.11);
    width: 192px;
    height: 46px;
    /* background-color: transparent; */
    background: linear-gradient(104deg,#693d8f 27%,#af4897 100%);
    color: #fff;
    border-radius: 25px;
    font-weight: 700;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 26px;
    /* transition: all 0.5s ease-in-out; */
}
/* 
.portfolio-btn-2:hover{
    border-color: rgb(225, 225, 225);
    background-image: -moz-linear-gradient( 0deg, rgb(219,30,90) 0%, rgb(44,3,108) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(219,30,90) 0%, rgb(44,3,108) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(219,30,90) 0%, rgb(44,3,108) 100%);
    box-shadow: 0.523px 9.986px 21px 0px rgba(27, 5, 44, 0.11);
    color: #fff !important;
    transition: all 0.5s ease-in-out;
} */
  
.portfolio-btn-2 {
    background-color: rgb(238, 32, 66);
    background-image: -moz-linear-gradient( -90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( -90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( -90deg, rgb(243,243,243) 0%, rgb(255,255,255) 100%);
    box-shadow: 0.523px 9.986px 21px 0px rgba(27, 5, 44, 0.11);
    width: 192px;
    height: 46px;
    color: #000;
    border-width: 2px;
    border-radius: 25px;
    border-color: rgb(219, 30, 90);
    font-weight: 700;
    font-size: 15px;
    display: flex;
    align-items: center;
    padding: 0 26px;
    transition: all 0.5s ease-in-out;
    color: #000;
    justify-content: center;
}



span.cht_clr {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    line-height: 15px;
}
.packages_area .area_para {
    color: #828283;
    padding-bottom: 49px;
}
.packages_area .area_heading {
    color: #fff;
}
.packages_area .ports_hed {
    color: #ffff;
    padding-top: 5px;
}

.cht_clr small img {
    width: 22px;
}
button.order_btn_set {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 27px;
}
.cht_clr small {
    font-size: 11px;
    display: flex;
}
.set_pack_cont h4{
    font-family: Poppins, sans-serif;
    color: #53c10e;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
}
.set_pack_cont h2{
    font-family: Poppins, sans-serif;
    color: #fff;
    font-size: 42px;
    font-weight: 700;
}
.set_pack_cont p{
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
}
.set_pack_cont {
    padding-bottom: 32px;
}
.view_detail_btn {
    text-align: center;
    margin-top: 15px;
}
.view_detail_btn a {
    color: #000;
    font-size: 16px;
    font-weight: 600;
}
.view_detail_btn a:hover {
    color: #53c10e;
}
/*Ready Area*/
.read_section{
    background: url(../images/read_bg.html);
    background-size: cover;
}
.ready h1 {
    font-size: 54px;
    font-weight: 700;
    font-family: Poppins, sans-serif;
}
.ready h1 span:before {
    position: absolute;
    content: '';
    background: url(../images/y_bg.html);
    width: 62px;
    height: 217px;
    background-size: cover;
    top: -145px;
    left: -14px;
    z-index: -1;
}
.ready h1 span {
    color: #fff;
    position: relative;
    right: -11px;
    z-index: 1;
}
#regForm .tab {
    display: none;
    margin: 0;
    position: relative;
}
.read_section {
    padding-top: 149px;
    padding-bottom: 77px;
    border-top: 1px solid #ccc;
}
.wit_us {
    text-align: center;
} 
.wit_us h2 {
    font-size: 24px;
    font-weight: 700;
    padding-top: 24px;
} 
.wit_us p {
    font-size: 16px;
    font-weight: 400;
    color: #838383;
}
.call_us {
    display: flex;
    align-items: center;
}
.icon {
    padding: 20px 24px 20px 24px;
    border: 2px solid;
    margin-right: 19px;
}
.icondetai p {
    font-size: 14px;
    font-weight: 400;
}
.icondetai h5 a{
    font-size: 24px;
    color: #000;
    margin: 0;
    padding: 0;
    font-weight: 600;
}
.icondetai {
    position: relative;
    left: -30px;
    background: #fff;
    padding: 9px 0;
}
#regForm input.invalid, .side-form-group input.error {
    background-color: #fdd!important;
    border: 1px solid #e32727!important;
}
.with_us_content {
    display: flex;
    justify-content: space-between;
    padding-top: 65px;
}
.cta-form-btn {
    display: flex;
    justify-content: space-between;
}
.ready-text {
    padding-left: 10px;
}

.packages-area {
    background-image: url(../images/design-process-bi.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    background-attachment: fixed;
}



/* footer form area */
.footer-form-area {
    padding: 55px 0;
    background-image: -moz-linear-gradient(  90deg, rgb(0 0 0) 0%, rgb(60 60 60) 100%);
    background-image: -webkit-linear-gradient(  90deg, rgb(0 0 0) 0%, rgb(60 60 60) 100%);
    background-image: -ms-linear-gradient(  90deg, rgb(0 0 0) 0%, rgb(60 60 60) 100%);
}

.footer-form-txt {
    margin-bottom: 60px;
}
.footer-form-area p {
    color: #fff;
}
  
/*------------------------------------------------ popup css */
.formOverlaySide.active {
    background: rgba(0, 0, 0, .7);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 11
}

.form_wrap span i {
    position: absolute;
    top: 17px;
    left: 36px;
    font-size: 15px;
    color: #53c10e
}

.entry-right input, .entry-right select {
    border-radius: 5px;
    height: 54px;
    padding-left: 0;
    border: 1px solid #dedede;
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    border-left: 0;
    margin: 0!important;
}

.entry-right {
    background-color: #eff1ff;
    background-size: cover;
    background-position: 100% 0;
    padding: 30px 10px;
    border-radius: 10px;
    box-shadow: inset 0 0 250px 0 rgb(0 0 0 / 11%);
    top: -45px;
}

form.offr-frm.signupForm {
    height: 100%
}

.modal-dialog.modal-dialog-centered {
    max-width: 100%!important
}

.offr-frm .close {
    background-color: transparent;
    color: #fff;
    border-radius: 23px;
    width: 47px;
    height: 44px;
    position: absolute;
    right: 2px;
    z-index: 1;
    top: -70px;
    cursor: pointer;
    opacity: 1;
    border: 3px solid #fff
}

#entry-popup {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999990;
    align-items: center;
    background-color: rgba(0, 0, 0, .6);
    display: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.entry-box {
    background: #fff;
    margin: 0 auto;
    border-radius: 10px;
    box-shadow: 0 0 50px 0 #000;
    position: relative;
    pointer-events: auto;
    width: 837px!important;
    height: 597px;
    background: url(../images/popup_bgset.jpg);
    background-size: cover
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    line-height: 60px
}

.entry-box h1 span {
    color: #ffd800
}

.entry-box h1 {
    text-shadow: 0 5px 10px rgba(0, 0, 0, .35);
    color: #fff;
    font-size: 70px;
    font-weight: 300;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    line-height: 79px;
}

.popup_top .text {
    position: relative;
    padding: 93px 0 0 46px
}

.popup_top .text h2 {
    font-size: 30px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-weight: 300;
    line-height: 65px;
}

.entry-right .text h2 span {
    color: #eb0000
}

.text_dis_in {
    background-color: #09023a;
    width: 85%;
    padding-left: 15px;
    padding-top: 23px;
    padding-bottom: 22px;
    position: relative
}

.text_dis_in:before {
    width: 0;
    height: 0;
    border-bottom: 30px solid #09023a;
    border-left: 30px solid transparent;
    position: absolute;
    content: "";
    top: -30px;
    right: 0
}

.text_dis {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px
}

.text_dis_in h2 {
    font-size: 30px;
    color: #d3d7f2;
    margin: 0
}

.text_dis {
    display: flex;
    justify-content: flex-end
}

.text_dis_in h1 {
    color: #eabf12;
    font-size: 55px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 0
}

.entry-right .text:before {
    content: "";
    width: 6px;
    height: 50px;
    background: #1473e6;
    border-radius: 20%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden
}

.form-control.error {
    border-color: red!important
}

label.error {
    display: none!important
}

.entry-right .text strong {
    text-transform: uppercase
}

.entry-right .form-control:focus {
    border-color: #e2001b;
    box-shadow: 0 0 5px 0 #dee2e4;
    background-color: #fff;
    box-shadow: 0 15px 35px 0 rgba(0, 0, 0, .2)
}

.entry-right input {
    border-radius: 5px;
    height: 54px;
    padding-left: 0;
    border: 1px solid #dedede;
    box-shadow: none;
    background: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    border-left: 0;
    margin: 0!important
}

span.input-group-text.set_inp_gr {
    background-color: #f5f5f5;
    border: 1px solid #959595;
    border-radius: 40px;
    color: #ba4798;
    padding: 0 23px;
}

.entry-right input[type=email],
.leaving-box input[type=email] {
    background-color: #fff!important;
    color: #555!important
}

.entry-right .intl-tel-input {
    width: 100%
}

.entry-right .intl-tel-input.separate-dial-code .selected-dial-code {
    padding-left: 0
}
.text_topfr h2 {
    background: linear-gradient( 
104deg
 ,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.entery-submit {
    width: 100%;
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    /* background-color: #53c10e!important; */
    box-shadow: 0 9px 27px 0 rgba(0, 0, 0, .22);
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    border: none!important;
    border: 1px solid #05062b;
    height: 61px;
    cursor: pointer;
    margin-top: 6px;
    border-radius: 40px;
}

.error {
    border-top-right-radius: 30px !important;
    border-bottom-right-radius: 30px !important;
}

.text_topfr h2 {
    font-size: 31px;
    margin: 0;
    color: #53c10e;
    font-weight: 400;
    text-align: center;
    padding-bottom: 14px;
}

.text_topfr {
    margin-top: 93px;
}

.text_topfr h4 {
    font-size: 36px;
    margin: 0;
    color: #ba4896;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}

.pack_title > h2 del {
    display: block;
}

.packages-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
}

.packages-slider .owl-nav {
    display: flex;
    justify-content: space-between;
}

.packages-slider .owl-next {
    margin-right: -100px !important;
}

.packages-slider .owl-prev {
    margin-left: -100px !important;
}

.packages-slider .owl-nav button:hover {
    background-color: transparent !important;
}

.package-txt-cont {
    max-width: 1280px;
    margin: 0 auto;
        margin-bottom: 0px;
    margin-bottom: 55px;
}

/* testomonials area */
.testo-inner-cont {
    padding: 43px 30px 30px 30px;
    border-style: solid;
    border-width: 2px;
    border-color: #8c4291;
    border-radius: 10px;
    height: 100%;
}

.testo-inner-cont:hover.testo-inner-cont {
    border-color: #ffffff;
    background-image: -moz-linear-gradient(  90deg, rgb(1 172 62) 0%, #53c10e 100%);
    background-image: -webkit-linear-gradient( -60deg, rgb(250 155 35) 0%, rgb(242 95 35) 100%);
    background-image: -ms-linear-gradient(  90deg, rgb(1 172 62) 0%, #53c10e 100%);
    box-shadow: -11.741px 7.625px 44.82px 9.18px rgba(0, 0, 0, 0.16);
}

.testo-inner-cont:hover > img {
    filter: brightness(0) invert(1);
} 

.testo-inner-cont:hover > p,
.testo-inner-cont:hover .media-cont h4,
.testo-inner-cont:hover .media-cont p {
    color: #fff;
}

.testo-inner-cont .testo-media-img img {
    transition: .4s;
}

.testo-inner-cont:hover .testo-media-img img {
    transform: scale(1.1);
}

.testomonial-area {
    padding: 100px 0 80px;
}


.testo-inner-cont > img {
margin-bottom: 35px;
}

.testo-inner-cont > p {
margin-bottom: 30px;
}

.media-cont > h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    color: #673c8c;
}

.media-cont {
    margin-left: 17px;
}

.testo-txt {
    margin-bottom: 40px;
}

/* footer */
footer {
    background-color: #11101c;
    padding: 11px 0;
}

.copyright-para > p {
    color: #fff;
}


.copyright-para > a {
    color: #ef4a23;
    padding: 0 5px;
}

.copyright-para a:nth-child(2) {
    border-right: 1px solid #ee4323;
}

.footer-inner-wrap li {
    list-style-type: none;
    width: 23px;
    height: 23px;
    background-color: #fff;
    text-align: center;
    border-radius: 50%;
    flex-basis: 23px;
    margin: 0 5px;
}

.footer-inner-wrap li a {
    color: #11101c;
}

.ftr-form-wrap input:focus ,
.ftr-form-wrap textarea:focus {
    border-color: #ffa311;
    box-shadow: 0 0 0 .2rem #ffa311;
}

.ftr-form-wrap input.error {
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
}
span.letters .letter {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.offer-txt-cont.text-center h2 {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.package-txt-cont.text-center h2 {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section.design-process h2 {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.portf-txt.text-center h2 {
    background: linear-gradient(
104deg
,#ee4323 27%,#fb9f23 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.testo-txt.text-center h2 {
    background: linear-gradient(
104deg
,#a34594 27%,#683c8c 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}





.ftr-form-wrap input::-webkit-input-placeholder, .ftr-form-wrap textarea::-webkit-input-placeholder {
    color: #ffffff;
}
    .ftr-form-wrap input::-moz-placeholder, .ftr-form-wrap textarea::-moz-placeholder {
    color: #ffffff;
}
    .ftr-form-wrap input:-ms-input-placeholder, .ftr-form-wrap textarea:-ms-input-placeholder {
    color: #ffffff;
}
    .ftr-form-wrap input::-ms-input-placeholder, .ftr-form-wrap textarea::-ms-input-placeholder {
    color: #ffffff;
}
    .ftr-form-wrap input::placeholder,
    .ftr-form-wrap textarea::placeholder {
    color: #ffffff;
}
.banners-partners img {
    margin-right: 9px;
}
.mlogo {
    display: block;
    width: 80%;
}


.imageTabWrapper {
    width: 570px;
    height: 480px;
    overflow: hidden;
    border-radius: 10%;
}
    
.home-sprite-tab-container {
    width: 570px;
    height: 480px;
    background: url(../images/home-tab-sprite.html) no-repeat;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.web-sprite-tab-container {
    height: 600px;
    background-image: url(../images/web-tab-sprite.jpg)
}
.info-block-wrap.style-2 .accordeon .list-drop {
    display: none;
    padding: 0;
}
.info-block-wrap.style-2 .accordeon li {
    padding: 1px 0;
    list-style: none;
}
.info-block-wrap.style-2 .accordeon a {
    line-height: 60px;
    position: relative;
    text-decoration: none;
    color: #212122;
    font-size: 26px;
    font-weight: 600;
    -webkit-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    text-transform: capitalize;
}

.content-wrap {
    height: 600px;
}

.info-block-wrap.style-2 .accordeon a.active {
    padding-right: 30px;
}
.info-block-wrap.style-2 .accordeon > li:first-of-type a + .list-drop {
    display: block;
}
.info-block-wrap.style-2 .accordeon .text {
    text-transform: unset;
    padding: 10px 0 12px 0;
    font-size: 16px;
    color: #838383;
    line-height: 24px;
    font-weight: 400;
}
.info-block-wrap.style-2 .accordeon a::before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 20px;
    z-index: -1;
    background-color: #ffdd65;
    -webkit-transition: width .3s ease;
    -o-transition: width .3s ease;
    transition: width .3s ease;
}
.info-block-wrap.style-2 .accordeon a.active::before {
    border-top: 7px solid #212122;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    width: 0;
    right: 0;
    left: auto;
    background: transparent;
}


 .owl-dot:hover span,
 .owl-dot:hover span,
 .owl-dot:hover span {
    background-color: #53c10e !important;
}

 .owl-dot.active span,
 .owl-dot.active span,
 .owl-dot.active span {
    background-color: #53c10e !important;

}

.slimScrollBar {
    background-color: #fff !important;
}