@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/*Main Css */
::selection { background: rgb(226, 143, 38); color: #fff; text-shadow: none; }
::-webkit-scrollbar {width:5px; background-color: #F5F5F5;}
::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display:none;}
::-webkit-scrollbar-track-piece { -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3); background-color: #fff;}
::-webkit-scrollbar-thumb:vertical {border-radius: 10px;background-color:rgb(226, 143, 38);}

[class^="box-"]{display:none}
[class^="box-"].showfirst{display:block}
html{scroll-behavior: smooth;}
body {font-family: 'Poppins';overflow-x: hidden; font-size: 16px; line-height: 1; color: #000000;}
h1,
h2,
h3,
h4,
h5,
h6 { display: block; font-weight: normal; }
*:hover,
*:focus,
* { outline: none !important; }
img { max-width: 100%; height: auto; }
a,
input[type="submit"] { -webkit-transition: all 0.4s ease-In-out; -moz-transition: all 0.4s ease-In-out; -o-transition: all 0.4s ease-In-out; transition: all 0.4s ease-In-out; display: inline-block;cursor: pointer; }
a:hover {color: #e18e25;}
span{display: inline-block;}

textarea,
select,
input[type],
textarea,
select,
button {font-family: 'Poppins'; background: transparent; border: none; border-radius: 0px; font-weight: 400; }
::-webkit-input-placeholder { color: #a3a3a3; font-weight: 400; }
::-moz-placeholder { color: #a3a3a3; font-weight: 400;}
:-ms-input-placeholder { color: #a3a3a3;font-weight: 400; }
:-moz-placeholder { color: #a3a3a3;font-weight: 400; }




/* Custom Slick Css */
.slick-list { margin: 0 -15px; }
.slick-slide { margin: 0 15px; }
.slick-dots { padding: 50px 0 0; text-align: center; }
.slick-dots li {margin: 0 25px 0 0px;width: auto;display: inline-block;vertical-align: middle;overflow: hidden;padding: 0px;border: none;}
.slick-dots li button:before,
.slick-dots li button:before { color: #FFF; opacity: 1; font-size: 20px; }
.slick-dots li button {height: 10px;width: 10px;border-radius: 50%;padding: 0px;background: #e1e1e1;border: none;cursor: pointer;font-size: 0px;padding: 0px;-webkit-transition: all 0.4s ease-In-out;-moz-transition: all 0.4s ease-In-out;-o-transition: all 0.4s ease-In-out;transition: all 0.4s ease-In-out;box-sizing: border-box;}
.slick-dots li.slick-active button {background: #0c5adb;width: 15px;height: 15px;}


/* Hamburger Menu */
.menu-Bar { width: 30px; height: 20px; cursor: pointer; position: absolute; right: 15px; top: 0; bottom: 0px; margin: auto; z-index: 22; display: none; }
.menu-Bar span { display: block; height: 4px; width: 100%; background: #0f4c97; position: absolute; transition: .6s all; border-radius: 100px; }
.menu-Bar span:nth-child(1) { top: 0; }
.menu-Bar span:nth-child(2) { top: 8px; transform-origin: left; }
.menu-Bar span:nth-child(3) { top: 16px; }
.menu-Bar.open span { background: #b70404; }
.menu-Bar.open span:nth-child(1) { transform: rotate(45deg); top: 12px; transform-origin: right-center; }
.menu-Bar.open span:nth-child(2) { width: 0; opacity: 0; }
.menu-Bar.open span:nth-child(3) { transform: rotate(-45deg); top: 12px; transform-origin: right-center; }


/*header css*/


/*header css*/



/* Main Banner CSS */
header {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
}
ul.main-banner-list li i {
    color: #f6e214;
    padding: 0px 10px 0 0;
}

a:hover {
    text-decoration: none;
}
.main-banner{

background: url('../images/home-banner.png');

background-repeat: no-repeat;

background-size: cover;

min-height: 923px;

padding: 140px 0 0 0;
}
.get-st-btn {
    text-align: right;
}

.banner-form{

background: url('../images/banner-form.png');

background-repeat: no-repeat;

height: 709px;

width: 417px;

padding: 50px 35px;

position: relative;

display: table;

margin-left: auto;
}

.banner-form input {
    width: 100%;
    background: #ffff;
    height: 48px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    padding: 0 20px;
}
.main-header {
    padding: 25px 0 0 0;
}
@keyframes updown2 {
    0%, 100% {
        transform: translate(0, 0);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

    50% {
        transform: translate(0, 10px);
        -webkit-transition: .4s;
        -moz-transition: .4s;
        -o-transition: .4s;
        transition: .4s
    }

}

.header-menu-list {
    display: flex;
    align-items: center;
    column-gap: 50px;
    justify-content: end;
}

.countdown-box ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0px;
}
.header-menu-list li a {
    color: #ffff;
    font-size: 18px;
}

.main-banner-head {
    margin: 35px 0 0 0;
}

.get-st-btn a {
    border-radius: 10px;
    background-color: rgb(204, 14, 124);
    padding: 19px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}

.main-banner-head span {
    color: #ffff;
    font-size: 20px;
}

.main-banner-head h1 {
    color: #ffff;
    font-size: 60px;
    font-weight: bold;
    line-height: 70px;
    padding: 15px 0px 25px;
}
.banner-form-small-img img {
    position: absolute;
}

.banner-form {}

.form-icon-1 {
    bottom: 90px;
    left: -130px;
    animation: updown2 4s ease-in-out infinite;
}

.form-icon-2 {
    right: -100px;
    top: 0;
    bottom: -90px;
    margin: auto;
    animation: updown2 3s ease-in-out infinite;
}

.form-icon-3 {
    right: -130px;
    animation: updown2 2s ease-in-out infinite;
}

.main-banner-list {
    column-count: 2;
    margin: 0 0 20px 0;
}

.main-banner-list li {
    color: #ffff;
    font-size: 16px;
    padding: 0 0 20px 0;
}

.banner-btn {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 2px solid #5a3c83;
}

.banner-btn li a {
    color: #fff;
    font-size: 26px;
    font-weight: bold;
    border-left: 4px solid;
    padding: 0px 20px;
}

.banner-btn li:nth-child(1) a {
    padding-left: 0;
    border: none;
}

.banner-links {
    display: flex;
    align-items: center;
    margin: 0 0 60px 0;
}

.banner-links span {
    display: block;
    font-size: 16px;
    padding: 0 0 5px 0;
}

.banner-links a {
    color: #fff;
    font-size: 19px;
    font-weight: bold;
}

.banner-links li {
    padding: 0px 40px;
    border-left: 2px solid #695191;
}

.banner-links li:nth-child(1) {
    padding-left: 0;
    border: none;
}

.banner-form span {
    color: #ffff;
    font-size: 20px;
    display: table;
    margin: auto;
}

.banner-form h4 {
    color: #ffff;
    font-size: 37px;
    text-align: center;
    font-weight: bold;
    padding: 15px 0 0px 0;
}

.banner-form input::placeholder ,.banner-form textarea::placeholder {
    color: #000000;
}

.banner-form textarea {
    width: 100%;
    background: #ffff;
    height: 100px;
    border-radius: 10px;
    margin: 0 0 25px 0;
    padding: 15px 20px 10px 20px;
}

.banner-form button {
    background: #fa4529;
    border-radius: 10px;
    color: #ffff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 54px;
}

.countdown-box li {color: #fff;text-transform: capitalize;text-align: center;}

.countdown-box li span {
  display: block;
  font-size: 29px;
  color: #333333;
  background: #fff;
  width: 60px;
  height: 60px;
  border-radius: 10px;
  display: table;
  margin: auto;
  text-align: center;
  line-height: 60px;
  margin: 0 0 10px 0;
}

.countdown-box .emoji {
  display: none;
  padding: 1rem;
}

.countdown-box .emoji span {
  font-size: 4rem;
  padding: 0 .5rem;
}
/* Main Banner CSS */



/**/
.client-sec-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.client-list {
    display: flex;
    align-items: center;
    margin: 0 0 0 0px;
    column-gap: 75px;
}

.client-sec-box-head h5 {
    color: #333333;
    font-size: 35px;
    font-weight: bold;
}

.client-sec-box-head h6 {
    color: #333333;
    font-size: 20px;
}

.client-sec-box-head {
    border-right: 2px solid #ece6eb;
    padding: 0px 15px 0px 0px;
}

.client-sec {
    padding: 60px 0 80px 0;
}

/**/


/**/
.about-head span {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
}
.about-sec {
    padding: 0 0 70px 0;
}

.about-head h3 {
    color: #333333;
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    padding: 20px 0px;
}

.about-head p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
}

.counter-list {
    display: flex;
    align-items: center;
    margin: 30px 0 0 0;
    justify-content: space-between;
}

ul.counter-list li span,ul.counter-list li strong {
    font-size: 30px;
    font-weight: bold;
}

ul.counter-list li:nth-child(1) span,ul.counter-list li:nth-child(1) strong {
    color: #ff8004;
}

ul.counter-list li:nth-child(2) span,ul.counter-list li:nth-child(2) strong {
    color: #3ccc04;
}

ul.counter-list li:nth-child(3) span,ul.counter-list li:nth-child(3) strong {
    color: #07c5ba;
}

.counter-list h6 {
    padding: 10px 0 0 0;
    color: #333333;
    font-size: 15px;
    font-weight: 500;
}

.counter-list li {
    position: relative;
}

.counter-list li:nth-child(1) {
}

.counter-list li:nth-child(3) {
    padding: 0 0px 0 30px;
    border: none;
}

.counter-list li:nth-child(3)::before {
    display: none;
}

.counter-list li:nth-child(2) {
    /* padding: 0px 30px; */
}

/**/

/**/

.service-sec .slick-arrow {
    font-size: 0;
    position: absolute;
    cursor: pointer;
    z-index: 1;
    padding: 0;
}

.service-sec .slick-arrow:before {
    content: "\f178";
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    color: #fff;
    line-height: 47px;
    transition: .5s
}

.service-sec .slick-prev {
    bottom: -60px;
    background-color: #fa4529;
    width: 47px;
    height: 46px;
    left: -14px;
    border-radius: 50%;
}

.service-sec .slick-prev:before {
    content: "\f060";
}

.service-sec .slick-next {
    bottom: -60px;
    background-color: #fa4529;
    width: 47px;
    height: 46px;
    left: 50px;
    border-radius: 50%;
}
.service-sec .slick-next:before {
    content: "\f061";
}

.service-sec{

background: url('../images/service-banner.png');

background-repeat: no-repeat;

background-size: cover;

padding: 65px 0px 90px;
}
.service-sec-head h3 {
    color: #ffff;
    font-size: 45px;
    line-height: 55px;
    font-weight: bold;
}

.service-sec-head p {
    color: #ffff;
    font-size: 16px;
    line-height: 24px;
    padding: 40px 0px;
}

.service-sec-head a {
    border-radius: 10px;
    background-color: rgb(204, 14, 124);
    padding: 19px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.services-logo {
    display: flex;
    align-items: center;
    column-gap: 50px;
    padding: 30px 0 0 0;
    margin: 30px 0 0 0;
    border-top: 2px solid #5a3c83;
}

.service-slider-head p {
    color: #ffff;
    font-size: 14px;
    line-height: 22px;
}

.service-slider-head h4 {
    color: #ffff;
    font-size: 16px;
    font-weight: 600;
    padding: 20px 0;
}

.service-slider-head img {
    padding: 20px 0 0 24px;
}

.service-slider .slick-list {
    width: 203%;
}
.service-slider-head-2 img {
    padding: 25px 25px;
}

.service-slider-img img {
    height: 295px;
    width: 100%;
}

ul.service-slider .slick-slide {
    margin: 0;
}

.service-slider-head-2 p {
    padding-bottom: 60px;
}

.service-slider-box {
    /* padding: 0px 25px; */
}

.service-slider-head-2 h4 {
    padding: 0px 25px 25px;
}

.service-slider-head-2 p {
    padding: 0px 25px 58px 25px;
}

.service-slider-head p {
    padding-right: 30px;
    padding-left: 25px;
    height: 167px;
    overflow-y: scroll;
    margin: 0px 15px 0 0;
}

.service-slider-head h4 {
    padding-left: 25px;
}

/**/

/**/
.folio-sec {
    padding: 70px 0px;
}
ul.folio-tab-list li.active,ul.folio-tab-list li:hover {
    background: #cc0e7c;
    color: #ffff;
}
.folio-tab li:hover {
    color: #d81084;
}

section.process-sec .folio-head h3 {
    font-weight: bold;
}

section.testi-sec .folio-head h3 {
    font-weight: bold;
}

.folio-head h3 {
    text-align: center;
    color: #333333;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.folio-tab-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 35px 0px;
}

.folio-tab-list li {
    border-radius: 5px;
    background-color: rgb(237, 237, 237);
    padding: 16px 45px;
    color: #333333;
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}

.folio-sec h4 {
    color: #333333;
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    display: none;
}

.folio-sec p {
    color: #333333;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0px 40px 0;
    font-weight: 500;
}

.folio-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.portfolio_box {
    position: relative;
    margin-bottom: 15px;
    border-radius: 10px;
    overflow: hidden;
}

.portfolio_box a {
    transition-duration: .5s;
    overflow: hidden;
    width: 100%;
    display: block;
}
.portfolio_box img {
    width: 100%;
    object-fit: fill;
    transition-duration: .9s;
}

.portfolio_box a:hover:before {
    content: "";
    position: absolute;
    background-color: rgba(21, 21, 21, .84);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9;
    /* border-radius: 12px; */
}

.portfolio_box a:hover:after {
    content: "Preview";
    position: absolute;
    background: url(../images/preview-search.png);
    background-repeat: no-repeat;
    height: 160px;
    width: 90px;
    top: -30px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: grid;
    color: #fff;
    text-align: center;
    line-height: 33px;
    background-position: center;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    z-index: 99;
    margin: auto;
    align-items: end;
    background-size: 70%;
}
.portfolio_box a:hover img {
    transform: scale(1.1);
}

/**/

/**/

.cta-sec{

background: url('../images/cta-banner.png');

background-repeat: no-repeat;

background-size: cover;

padding: 40px 0px 0;
}
.cta-head h3 {
    color: #ffff;
    font-size: 45px;
    font-weight: bold;
}

.cta-head p {
    font-size: 20px;
    line-height: 28px;
    color: #ffff;
    padding: 25px 0px;
    max-width: 80%;
}

.cta-head .banner-links span {
    color: #ffff;
}
.cta-btn {
    display: flex;
    align-items: center;
}

.gts-btn-cta {
    border-radius: 10px;
    background-color: #fa4529;
    padding: 19px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.chat-btn {
    border-radius: 10px;
    background-color: #ffff;
    padding: 19px 26px;
    color: #fa4529;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.cta-head .cta-btn {
    column-gap: 20px;
    margin: 0 0 25px 0;
}

.cta-img img {
    position: absolute;
    bottom: 50px;
    max-width: fit-content;
    left: -60px;
}

/**/


/**/
.why-choose-head h3 {
    color: #000000;
    font-size: 40px;
    font-weight: 600;
    line-height: 50px;
}

.why-choose-head p {
    color: #333333;
    font-size: 15px;
    line-height: 25px;
    padding: 20px 0px;
}

.why-choose-inner {
    display: flex;
    align-items: center;
    padding: 0 0 20px 0;
    column-gap: 20px;
}

.why-choose-inner h4 {
    color: #333333;
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
}

.why-choose-img img {
    max-width: 150%;
}

.why-choose-inner p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
}

.why-choose-box p {
    color: #333333;
    font-size: 14px;
    line-height: 24px;
    padding: 0 0 50px 0;
}

.why-choose {
    padding: 70px 0px;
    position: relative;
}

.why-choose::before{

position: absolute;

content: "";

background: url('../images/why-choose-af.png');

width: 875px;

height: 747px;

right: 0;

top: 0;

background-position: right;
}

.why-choose .col-md-6 .col-md-4 {
    max-width: 50%;
    flex: 100%;
}

/**/

/*  */

.folio-sec .portfolio_box {
    border-radius: 0px;
}

.folio-slider-2 .portfolio_box {
   direction: ltr;
}



.folio-slider-2 {
    direction: rtl;
}
.folio-tab {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 0 0 0;
    margin: 0 0 45px 0;
    border-top: 2px solid #e5e5e5;
}

.folio-tab li {
    color: #333333;
    font-size: 16px;
    padding: 30px 0 0 0;
    cursor: pointer;
    transition: 0.5s;
}


.folio-tab li.active {
    color: #d81084;
    font-weight: 600;
    position: relative;
}

.folio-tab li.active::before {
    position: absolute;
    content: "";
    background: #d81084;
    height: 3px;
    width: 100%;
    top: -3px;
}
/*  */


/**/
.pricing-sec{

background: url('../images/pricing-banner.png');

background-repeat: no-repeat;

background-size: cover;

padding: 80px 0px;

position: relative;
}

.pricing-sec::before{

position: absolute;

content: "";

background: url('../images/pricing-arrow.png');

width: 234px;

height: 155px;

right: -20px;

bottom: 0;
}

section.pricing-sec .folio-head h3 {
    color: #ffff;
}

.pricing-sec .folio-head p {
    color: #fff;
    text-align: center;
    line-height: 25px;
    font-size: 16px;
    padding: 30px 0 40px 0;
}

.pricing-box {
    padding: 30px 40px;
    border: 1px solid #ffff;
    border-radius: 25px;
    position: relative;
}

.pricing-box h4 {
    color: #ffff;
    font-size: 26px;
    font-weight: bold;
}

.pricing-box p {
    color: #ffff;
    font-size: 14px;
    line-height: 25px;
    padding: 15px 0px;
}

.pricing-box span {
    color: #fff;
    font-size: 50px;
    font-weight: 600;
}

.pricing-box strong {
    color: #fff;
}

.pricing-list {
    padding: 30px 0 0 0;
    margin: 30px 0 30px 0;
    border-top: 2px solid #484352;
}

ul.pricing-list li {
    color: #ffff;
    padding: 0 0 20px 0;
}

ul.pricing-list li i {
    padding: 0px 10px 0 0;
}

.pricing-box a {
    border-radius: 10px;
    background-color: rgb(204, 14, 124);
    padding: 19px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0px 0;
    width: 100%;
    text-align: center;
}

.pricing-box-1{

    background: url('../images/price-bg-1.png');
}

.pricing-box-3{

    background: url('../images/price-bg-3.png');
}
.pricing-box-2 {
    background: #ad106b;
    border-color: #ad106b;
}
.pricing-box-3 img {
    position: absolute;
    right: 0;
    top: 0;
}
.pricing-box.pricing-box-2 a {
    background: #ffff;
    color: #ad106b;
}
.form-icon-11 {
    z-index: 2;
    left: -240px;
    bottom: -60px;
}

.pricing-sec .row {
    position: relative;
}

.form-icon-22 {
    right: -30px;
    z-index: 2;
    bottom: -90px;
    right: -130px;
}

.form-icon-33 {
    right: -330px;
    z-index: 2;
}
.testi-sec {
    background: #f6f6f6;
    padding: 60px 0px;
}

.testi-sec .folio-head p {
    text-align: center;
    line-height: 25px;
    color: #333333;
    padding: 20px 0 50px 0;
}

.testi-detail-box{

background: url('../images/testi-box-img.png');

width: 180px;

height: 165px;

background-color: rgb(242, 242, 242);

box-shadow: 1.782px 0.908px 35px 0px rgba(0, 0, 0, 0.2);

padding: 40px 20px;
}
.testi-slider-box-list {
    display: flex;
    align-items: center;
}

.testi-img img {
    max-width: fit-content;
}

.testi-detail-box h5 {
    color: #333333;
    font-size: 16px;
    font-weight: bold;
}

.testi-detail-box h6 {
    color: #999999;
    font-size: 14px;
    padding: 10px 0px;
}

.star-box i {
    color: #fece00;
}
.testi-slider-box-list li {
    display: flex;
    align-items: center;
}

.testi-img {
    margin: 0 0 0 -55px;
}

ul.testi-slider-box-list p {
    color: #333333;
    font-size: 14px;
    line-height: 25px;
    padding: 0 0 0 20px;
}
/**/

/**/
.contact-sec{

background: url('../images/project-banner.png');

background-repeat: no-repeat;

background-size: cover;

padding: 150px 0px;
position: relative;
}

.contact-sec::before{

position: absolute;

content: "";

background: url('../images/why-choose-af.png');

width: 875px;

height: 747px;

right: 0;

top: 0;

background-position: right;
}
.contact-sec-head h4 {
    color: #000000;
    font-size: 26px;
}

.contact-sec-head h3 {
    color: #000000;
    font-size: 50px;
    font-weight: bold;
    padding: 20px 0px;
}

.contact-sec-head p {
    color: #666666;
    font-size: 15px;
    line-height: 25px;
}

.contact-sec-head ul {
    display: flex;
    align-items: center;
    column-gap: 80px;
    padding: 25px 0px 35px 0;
}

.contact-sec-head ul li a {
    display: block;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    padding: 5px 0 0 0;
}

.contact-sec-head ul li i {
    color: #720ae7;
    padding: 0px 10px 0 0;
}

.contact-sec-head ul span {
    font-size: 16px;
    color: #720ae7;
    font-weight: 500;
}

.contact-form input {
    width: 100%;
    height: 45px;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 0 30px 0 20px;
    border: 2px solid #cbcbe4;
}

.contact-form textarea {
    width: 100%;
    height: 117px;
    border-radius: 5px;
    padding: 15px 30px 0 20px;
    resize: none;
    border: 2px solid #cbcbe4;
}

.contact-form button {
    border-radius: 10px;
    background-color: #cc0e7c;
    padding: 19px 39px;
    color: #ffff;
    font-size: 16px;
    font-weight: bold;
    margin: 30px 0 0 0;
    transition: 0.5s;
}

/**/
/**/

.footer-sec{

background: url('../images/footer-bg.png');

background-repeat: no-repeat;

background-size: cover;

min-height: 700px;

display: flex;

align-items: center;

padding: 140px 0 0 0;
}
.call-now-box span {
    color: #ffff;
    font-size: 20px;
    display: block;
}

span {}

.call-now-box a {
    color: #ffff;
    font-size: 30px;
    font-weight: bold;
    padding: 10px 0 0 0;
}

.call-now-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 30px 0;
    margin: 0 0 60px 0;
    border-bottom: 2px dashed #90659a;
}

.social-box {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
section.footer-sec .row {
    padding-bottom: 40px;
    margin-bottom: 30px;
    border-bottom: 2px dashed #90659a;
}
.footer-box h4 {
    color: #ffff;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding: 0 0 15px 0;
}

.footer-box h4::before {
    border-width: 1px;
    border-color: rgb(255, 255, 255);
    border-style: dashed;
    background-color: rgb(255, 255, 255);
    width: 42px;
    position: absolute;
    content: "";
    bottom: 0;
}

.footer-box p {
    color: #ffff;
    font-size: 15px;
    line-height: 24px;
    padding: 20px 0px;
}

.footer-btn {
    border-radius: 10px;
    background-color: #fa4529;
    padding: 19px 26px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 0px 0;
}

.footer-links {
    padding: 20px 0 0 0;
}

ul.footer-links li a {
    color: #ffff;
    padding: 0 0 16px;
    font-size: 15px;
}

ul.address-list li {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

ul.address-list li a {
    color: #fff;
    padding: 0 0 7px 0;
}
.footer-sec .row {
    justify-content: space-between;
}
/**/

/**/
.process-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.process-list::before{position: absolute;content: "";background: url('../images/process-line.png');width: 917px;height: 134px;z-index: -1;left: 0;right: 0;margin: auto;top: 0;bottom: 104px;}

.process-list li {
    width: 18%;
    position: relative;
}

.process-list li p {
    color: #333333;
    font-size: 14px;
    line-height: 22px;
}

.process-sec {
    padding: 70px 0px;
}

.process-sec .folio-head p {
    color: #858585;
    text-align: center;
    font-size: 16px;
    line-height: 25px;
    padding: 20px 0 10px 0;
}

.process-list li:nth-child(2),.process-list li:nth-child(4) {
    margin: 160px 0 0 0;
}

ul.process-list li h4 {
    color: #00c5ff;
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
}

.process-list li h4::before {
    position: absolute;
    content: "";
    background: #00c5ff;
    width: 79px;
    height: 3px;
    bottom: 0;
    left: 13px;
}

.process-list li:nth-child(2) h4,.process-list li:nth-child(3) h4 {
    color: #4236cb;
}

.process-list li:nth-child(3) h4::before,.process-list li:nth-child(2) h4::before {
    background: #4236cb;
}

.process-list li:nth-child(4) h4 {
    color: #ff42a3;
}
.process-list li span {
    position: absolute;
    top: -10px;
    color: #0098c8;
    font-size: 30px;
    transform: skew(10deg, -30deg);
    font-weight: bold;
}

.process-list li:nth-child(2) span {
    color: #4236cb;
}

.process-list li:nth-child(3) span {
    color: #4236cb;
}

.process-list li:nth-child(4) span {
    color: #ff42a3;
}

.process-list li:nth-child(5) span {
    color: #ff425b;
}

.process-list li:nth-child(4) h4::before {
    background: #ff42a3;
}

.process-list li:nth-child(5) h4::before {
    background: #ff425b;
}

.process-list li:nth-child(5) h4 {
    color: #ff425b;
}
.copy-para p {
    color: #ffff;
    text-align: center;
}
/**/

/* Hamburger CSS */


@media (max-width: 1200px){
  img { max-width: 100%; height: auto; }
  .menu-Bar { display: block; top: 0px; }
  .menuWrap.open { display: flex; left: 0px; }
  .menuWrap { position: fixed; left: -210%; right: 0; top: 0; bottom: 0; margin: auto; background: #0f4c97; height: 100vh; display: flex; align-items: center; justify-content: center; flex-flow: column; transition: all 0.4s ease; z-index: 3; width: 100vw; }
  ul.menu li { display: block; }
  ul.menu li a { margin-bottom: 10px; padding: 0; display: block; text-align: center; margin-bottom: 15px; padding-right: 0px; margin-right: 0px; color: #fff; font-size: 15px; text-transform: capitalize; }
  .logo img { max-width: 50%; }
  .container { position: relative; }
  header .main-header ul.menu>li { display: block; margin: 0px;padding: 0; }
  header .main-header ul.menu>li a { color: #fff;}
  header .main-header ul.menu>li a:before { display: none; }
}

/* Hamburger CSS */






/*POPUP CSS*/

/**/
.popupform-main.active {
    display: block !important;
}
.popupform-main {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.62);
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    width: 100%;
    height: 100%;
    z-index: 9999;
    display: none;
}
.pop-form {
    position: absolute;
    width: 853px;
    height: 557px;
    top: 0px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: url('../images/popup-new-1.png');
    padding: 0px 0 0px 0;
    z-index: 99;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    background-size: cover;
}
div#pop-form {
    width: 100%;
    margin: 0 auto;
    display: table;
    text-align: center;
    padding-top: 30px;
}
.popupform-main h3 {
    font-size: 40px;
    margin: 31px 0 0 0;
    float: none;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
    padding: 0 !important;
}
.popupform-main h2 {
    font-size: 40px;
    margin: 10px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}
.popupform-main h4 {
    font-size: 26px;
    margin: 8px 0 0 0;
    color: #ffffff;
    font-weight: 700;
}
.pop-form .close-btn {
    width: 45px;
    height: 45px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 18px;
    font-weight: 900;
    color: #000;
    padding-top: 3px;
    background-color: #e9e9e9;
    text-align: center;
    border-radius: 50px;
    align-items: center;
    display: grid;
    border: inset 3px #000;
    /* border: 5px solid #fff; */
}
div#pop-form form {
    width: 60%;
    margin: 0 auto;
    display: table;
}
.popupform-main .main-pop {
    padding: 25px 10px 0 0;
}
.popupform-main .main-pop .col-md-12 {
    padding: 0;
}
.pop-form form .control-group {
    margin-bottom: 10px;
}
form .control-group {
    margin-bottom: 24px;
    position: relative;
}
.pop-form form .control-group input[type=text], .pop-form form .control-group input[type=text], .pop-form form .control-group input[type=number], .pop-form form .control-group input[type=email], .pop-form form .control-group select, .pop-form form .control-group textarea {
    background-color: #fff;
    font-family: "Nunito", sans-serif;
    text-align: left;
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    color: #333333;
    padding: 10px;
    height: 44px;
    width: 100%;
    background: transparent;
    border: 1px solid #cccccc;
    box-shadow: none;
    -webkit-appearance: none;
    border-radius: 4px;
    font-family: "Nunito", sans-serif;
}
.popupform-main form input[type=text], .popupform-main form input[type=number], .popupform-main form input[type=email] {
    padding-left: 10px;
    min-height: 50px;
}
.pop-form .submit-btn {
    font-size: 18px;
    width: 100%;
    padding: 10px 0px;
    background-color: #ffffff;
    color: #000;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    border: none;
    margin-top: 15px;
    width: 100%;
    margin: 10px 0 0 0px !important;
    font-weight: 700;
    text-transform: uppercase;
}

/*POPUP CSS*/










input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

.copy-para {
    background: #27025a;
    padding: 14px 0px;
}
.copy-para ul {
    display: flex;
    align-items: center;
    justify-content: end;
}

.copy-para ul li a {
    color: #ffff;
    font-size: 14px;
    padding: 0px 10px;
    border-left: 1px solid;
}

.copy-para ul li:nth-child(1) a {
    border: none;
}

.pop-form p {
    color: #ffff;
    font-size: 18px;
    line-height: 25px;
    max-width: 80%;
    display: table;
    margin: 20px auto 0;
}
.service-slider-head img {height: 90px;}

.service-slider-head-2 {
    position: relative;
    top: -20px;
}