@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&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');
body, html{
	height: 100%;
}
body{
	background: #fff;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Montserrat', sans-serif;
}
p{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a {
	text-decoration: none !important;
	transition: all 0.5s;
}
.carousel-item img {
    width: 100%;
}
ul {
    margin: 0;
    padding: 0;
}
li {
    list-style: none;
}
div#navbarCollapse {
    flex-direction: row-reverse;
}
/*Website Custom Style Css For Single Items Start Here*/
.footer-links-area .home-btn {
    background-color: #ed3259;
}
/*Heading & Para Style Css*/
.connect-btn input {
    width: 100%;
    background-color: #2b2d60;
    color: #fff;
    padding: 12px 0;
    border-radius: 5px;
    font-size: 16px;
    cursor: pointer;
}
.heading-one{
    font-size: 60px;
    line-height: 66px;
}
.heading-two{
    font-size: 50px;
    line-height: 56px;
}
.heading-three {
    font-size: 40px;
    line-height: 46px;
    font-weight: 600;
}
.heading-four{
    font-size: 26px;
    line-height: 32px;
}
.heading-five{
    font-size: 22px;
    line-height: 28px;
}
.heading-six{
    font-size: 18px;
    line-height: 24px;
}
.heading-seven{
    font-size: 16px;
    line-height: 22px;
}
p{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 10px;
}
li{
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0 0 5px;
}
/*Heading & Para Style Css*/

/*Buttons Style Css*/
.website-main-buttons{
    margin: 30px 0 0;
    display: flex;
    align-items: center;
}
.website-main-buttons a.popup-btn,
.website-main-buttons a.chat-btn,
.website-main-buttons a.call-btn,
.website-main-buttons button.send-btn {
    cursor: pointer;
    color:   #fff !important;
    font-size: 18px;
    width: 185px;
    height: 56px;
    border-radius: 100px;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    background-color: #ED3259;
}
.website-main-buttons a.popup-btn:hover, 
.website-main-buttons button.send-btn:hover {
    transform: translateY(5px) scale(0.9);
    box-shadow:0px 0px 25px #ff3f59;
}
.website-main-buttons a.call-btn {
    cursor: pointer;
    color: #ED3259 !important;
    background-color: transparent;
    height: 30px;
    padding: 0;
    margin-left: 35px;
    border-bottom: 1px solid #ED3259;
    border-radius: 0;
    width: 90px;
    font-weight: 800;
}
.website-main-buttons a.call-btn:hover {
    color: #1A1B1D !important;
    border-bottom: 1px solid #1A1B1D;
    transform: translateY(5px) scale(0.9);
}
/*Buttons Style Css*/

/*Header Css Start*/
.hdr-menu {
    margin: 0;
}
header {
    position: absolute;
    padding: 40px 20px;
    left: 0;
    top: 0;
    width: 100%;
}
ul.hdr-menu {
    display: none !important;
}

a.header-btn {
    float: right;
}





.logo{position:relative;z-index:123;padding:10px;font:18px verdana;color:#6DDB07;float:left;}
.logo a{color:#6DDB07;}
nav{position:relative;margin:0 auto;}
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu > ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}

#cssmenu > ul > li{float:left}
#cssmenu > ul > li > a{padding:17px;font-size:12px;letter-spacing:1px;text-decoration:none;color:#ddd;font-weight:700;}
#cssmenu > ul > li:hover > a,#cssmenu ul li.active a{color:#fff}
#cssmenu > ul > li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#448D00!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu > ul > li.has-sub > a{padding-right:30px}
#cssmenu > ul > li.has-sub > a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu > ul > li.has-sub > a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu > ul > li.has-sub:hover > a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover > ul{left:auto}
#cssmenu li:hover > ul > li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:12px;text-decoration:none;color:#ddd;font-weight:400;}
#cssmenu ul ul li:last-child > a,#cssmenu ul ul li.last-item > a{border-bottom:0}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub > a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub > a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul > li.has-sub:hover > a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active> a{border-top:1px solid #333}

@media screen and (max-width:1000px){
.logo{position:absolute;top:0;left: 0;width:100%;height:46px;text-align:center;padding:10px 0 0 0 ;float:none}
.logo2{display:none}
nav{width:100%;}
#cssmenu{width:100%}
#cssmenu ul{width:100%;display:none}
#cssmenu ul li{width:100%;border-top:1px solid #444}
#cssmenu ul li:hover{background:#363636;}
#cssmenu ul ul li,#cssmenu li:hover > ul > li{height:auto}
#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
#cssmenu > ul > li{float:none}
#cssmenu ul ul li a{padding-left:25px}
#cssmenu ul ul li{background:#333!important;}
#cssmenu ul ul li:hover{background:#363636!important}
#cssmenu ul ul ul li a{padding-left:35px}
#cssmenu ul ul li a{color:#ddd;background:none}
#cssmenu ul ul li:hover > a,#cssmenu ul ul li.active > a{color:#fff}
#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
#cssmenu > ul > li.has-sub > a:after,#cssmenu > ul > li.has-sub > a:before,#cssmenu ul ul > li.has-sub > a:after,#cssmenu ul ul > li.has-sub > a:before{display:none}
#cssmenu #head-mobile{display:block;padding:23px;color:#ddd;font-size:12px;font-weight:700}
.button{width:55px;height:46px;position:absolute;right:0;top:0;cursor:pointer;z-index: 12399994;}
.button:after{position:absolute;top:22px;right:20px;display:block;height:4px;width:20px;border-top:2px solid #dddddd;border-bottom:2px solid #dddddd;content:''}
.button:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#ddd;content:''}
.button.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#fff;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
.button.menu-opened:before{top:23px;background:#fff;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #444;height:46px;width:46px;cursor:pointer}
#cssmenu .submenu-button.submenu-opened{background:#262626}
#cssmenu ul ul .submenu-button{height:34px;width:34px}
#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
#cssmenu .submenu-button.submenu-opened:after{background:#fff}
#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
#cssmenu .submenu-button.submenu-opened:before{display:none}
#cssmenu ul ul ul li.active a{border-left:none}
#cssmenu > ul > li.has-sub > ul > li.active > a,#cssmenu > ul ul > li.has-sub > ul > li.active > a{border-top:none}
}
/*Header Css End*/

.proj-img img {
    width: 100%;
}



/* CSS Sart  */


/* Fonts */
@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');
/* Fonts */

h1,
h2,
h3,
h4,
h5,
h6{
    font-family: Poppins;
}
.group_btn{
    display: flex;
    justify-content: start;
}
.group_btn .website-main-buttons{
    margin: 0;
}
.group_btn .blu {
    background: #ebe1e11c !important;
    border: 1px solid #fff;
    backdrop-filter: blur(21px);
}
.group_btn .tiffancy{
    background: #48d9bb !important;
}
p,
ul{
    font-family: Poppins;
    margin: 0;
    padding: 0;
    list-style: none;
}

input,
textarea{
    font-family: Poppins;
    margin: 0;
    padding: 0;
}

a,
button{
   font-family: Poppins;
    margin: 0;
    padding: 0;
}

a:hover{
    color: inherit;
}

body{
    overflow-x: hidden;
    background: #fff;
    font-family: Poppins;
}

main{
    overflow: hidden;
}

a,
button,
input,
textarea,
textarea:focus{
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.form-group input::-webkit-outer-spin-button,
.form-group input::-webkit-inner-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
.form-group input[type=number]{
    appearance: textfield;
    -moz-appearance: textfield;
}

/*Header Css Start Here*/
.header-btn {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px;
}  
 .header-btn .head-icon {
    background: #ED3259;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    transition: .5s ease-in-out;
}
.header-btn .head-icon:hover {
    transform: scale(0.8);
}
.header-btn .head-icon i {
    color: white;
    font-size: 22px;
}
.header-btn .header-btn-cont span {
    color: #ED3259;
    font-size: 12px;
    line-height: 19px;
    font-weight: 500;
}  
 .header-btn .header-btn-cont h5 {
    color: #2B2D60;
    font-size: 24px;
    line-height: 31px;
    font-weight: 600;
}

/*Header Css End Here*/



/**************************************************************************
 --------------------- Home Page Folds Css Start Here ---------------------
 --------------------------------------------------------------------------
**************************************************************************/

/*Banner Main Section Css Start Here*/
.banner-wrap {
    background: #FAFBFF;
}
.banner-wrap-main{height: 764px;display: flex;align-items: center;justify-content: center;padding: 4rem 0 0 0;}
.banner-content .heading-six {
    font-size: 22px;
    font-family: Poppins;
    color: #ED3259;
    margin-bottom: 20px;
    font-weight: 600;
}
.custom-form {
    background: #ffffff;
    text-align: center;
    padding: 40px 20px 30px;
    border-radius: 25px;
    position: relative;
    z-index: 1;
    box-shadow: 12px 12px #b8b8b89e;
    max-width: 90%;
    margin-left: auto;
}
.custom-form::before {
    content: '';
    background-image: url(../images/badge.png);
    position: absolute;
    height: 72px;
    width: 210px;
    top: -6px;
    right: 20px;
    background-size: cover;
}
.custom-form h3 {
    font-size: 2rem;
    color: #2e2a5d;
    font-weight: 700;
    margin-bottom: 16px;
    line-height: 2rem;
    border-bottom: 1px solid #ffcd1f;
    padding-bottom: 12px;
    text-align: left;
    line-height: 34px;
}

.custom-form h3 >span {
    color: #ff3f59;
    font-size: 1.6rem;
}

.custom-form h4 {
    color: #000000;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 23px;
    text-align: left;
    line-height: 31px;
}

.custom-form h4 span {
    background: #680b0f;
    color: #fffc00;
    font-weight: 700;
    display: inline-block;
    padding: 0 6px;
    line-height: 28px;
}

.custom-form .form-control {
    height: 45px;
}

.form-control {
    height: 42px;
    margin-bottom: 10px;
    resize: none;
    font-size: 14px;
    background-color: #f1f1f1;
    border-radius: 0;
    border-color: transparent;
}

.custom-form textarea.form-control {
    height: 100px;
    margin-bottom: 20px;
}


.custom-form  button.btn.btn-yellow {
    width: 100%;
    font-size: 1.1rem;
    font-weight: 600;
    border-radius: 10px;
    background: rgb(255 63 89);
    color: #fff !important;
    border-radius: 30px;
    text-transform: uppercase;
    padding: 12px 20px;
}

.custom-form img.bg-form {
    position: absolute;
    top: 0;
    right: 20px;
    z-index: -1;
}
.banner-content .heading-one {
    font-size: 52px;
    line-height: 68px;
    font-family: Poppins;
    color: #2B2D60;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner-content p {
    font-size: 22px;
    line-height: 34px;
    color: #38393E;
    margin-bottom: 25px;
}
.brands-featured {
    padding: 50px 0 0;
}
.banner-img img {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.banner-content {
    text-align: left;
}
/*Banner Main Section Css End Here*/


/* Portfolio section Start  */


.gallery-sec {
    padding-top: 50px;
}
.swiper-container {
    position: relative;
}
.swiper {
    width: 100%;
}


.swiper-button-prev, .swiper-button-next {
    background-color: #FF1654 !important;
    color: #fff !important;
    height: 60px !important;
    width: 60px !important;
}
.swiper-button-prev {
    background: white;
    border-radius: 50%;
    top: 47%;
    left: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
.swiper-button-next {
    background: white;
    border-radius: 50%;
    top: 47%;
    right: -30px;
    width: 50px;
    height: 50px;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.17);
}
section.portfolio {
    padding-top: 100px;
    padding-bottom: 100px;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 30px !important;
}
.slide-content img {
    width: 100% !important;
    height: 740px;
    /*object-fit: cover;*/
    object-position: center;
}
.swiper-button-prev {
    left: -40px !important;
}
.swiper-button-next {
    right: -40px !important;
}


/* Portfolio Section end  */


/*Ready Section Css Start Here*/
section.ready-sec-wrap{
    background: #ED3259;
    padding: 40px 0px;
}
.ready-sec-wrap .ready-sec-content{}
.ready-sec-content .heading-three{
    color: #fff;
    margin: 0;
}
.ready-sec-content p{
    color: #fff;
    text-align: left;
    margin-bottom: 20px;
}
.ready-sec-content .website-main-buttons button.popup-btn{
    background: #2B2D60;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    width: 175px;
    height: 55px;
    border: none;
    border-radius: 50px;
    padding: 5px 5px;
    margin: 0 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: capitalize;
    transition: all .3s ease-in;
    position: relative;
}
.ready-sec-content .website-main-buttons button.popup-btn:hover{
    background: #051D38;
}
/*Ready Section Css End Here*/


/* Our work Section Start   */






section.our-work {
    background: #2B2D60;
    padding: 100px 0;
}

.our-work h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-family: "Fraunces", serif;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 100px;
}

.our-work h2 span {
    
    font-weight: 600;
    font-style: normal;
    position: relative;
}

.our-work h2 span:before {
    content: "";
    background: #ff3f59;
    height: 5px;
    width: 250px;
    position: absolute;
    bottom: -20px;
    right: -130px;
}

.our-work button.slick-prev.slick-arrow {
    position: absolute;
    left: 95%;
    top: -10%;
}

.our-work  button.slick-next.slick-arrow {
    position: absolute;
    top: -10%;
    right: 1%;
}

.our-work .slick-slide .slide img {
    width: 100% !important;
}
.our-work .slick-track {
    gap: 30px;
    display: flex;
}



/* Our work Section Start  end  */

/*Writing Service Section Css Start Here*/
section.writing-service-wrap{
    padding: 50px 0;
}
.writing-service-wrap .writing-service-head{
    text-align: center;
    width: 90%;
    margin: 0 auto 50px;
}
.writing-service-head .heading-three{
    color: #000;
    margin: 0 0 10px;
}
.writing-service-wrap .writing-service-inner{}
.writing-service-wrap .writing-service-inner .row .col-xl-2:nth-child(odd){
    background: #a5adc017;
}
.writing-service-wrap .writing-service-inner .row .col-xl-2:nth-child(even){
    background: #fff;
}
.writing-service-wrap .writing-service-inner2 .row .col-xl-2:nth-child(odd){
    background: #FFF;
}
.writing-service-wrap .writing-service-inner2 .row .col-xl-2:nth-child(even){
    background: #a5adc017;
}
.writing-service-inner .writing-service-item{
    text-align: center;
    padding: 30px 20px;
    display: grid;
    align-items: center;
    justify-content: center;
}
.writing-service-inner .writing-service-item:hover {
    transform: scale(1.1);
    transition: .5s ease-in-out;
}
.writing-service-item a{
    display: block;
    transition: all .1s ease-in-out;
}
.writing-service-item a .writing-service-icon{
    text-align: center;
    margin: 0 auto 20px;
}
.writing-service-item a .writing-service-icon img{
    width: 50px;
    height: 50px;
    object-fit: contain;
    
}
.writing-service-item a p{
    color: #000;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}
.writing-service-item  img {
    display: block;
    margin: auto;
}
/*Writing Service Section Css End Here*/




/* CTA Section Css Start Here */
section.cta-wrap {
    padding: 50px 0;
}
.cta-wrap-main {
    background: #2B2D60;
    border-radius: 30px;
    padding: 115px 0 70px;
}

.cta-content .heading-two {
    font-size: 50px;
    line-height: 58px;
    font-family: 'Poppins';
    color: #FFF;
    margin-bottom: 30px;
    text-align: left;
    font-weight: 500;
}
.cta-content p {
    margin-bottom: 50px;
    color: #FFF;
    text-align: left;
}
.cta-arrow-element img {
    width: 100%;
}
.cta-img {
    width: 600px;
}
.cta-img img {
    width: 82%;
    border-left: 18px solid #48d9bb;
}
/* CTA Section Css End Here */


/* About Section Css Start Here */
section.about-wrap {
    padding: 100px 0;
}
.about-content .heading-six {
    font-size: 24px;
    font-family: Poppins;
    color: #ED3259;
    margin-bottom: 20px;
    font-weight: 500;
}
.about-content .heading-two {
    font-size: 58px;
    line-height: 68px;
    font-family: 'Poppins';
    color: #2B2D60;
    margin-bottom: 40px;
    font-weight: 600;
}
.about-box .heading-three {
    font-size: 28px;
    font-family: Poppins;
    line-height: 40px;
    color: #2B2D60;
    margin-bottom: 20px;
}
.about-box p {
    line-height: 28px;
    color: #38393E;
}
.about-arrow-element img {
    width: 100%;
}
.about-box {
    margin-bottom: 50px;
}
/* About Section Css End Here */
/*Customer FeedBack Section Css Start Here*/
section.customer-feedback-wrap {
    background: #1A1B1D;
    padding: 100px 75px 150px;
}
.customer-feedback-inner .feedback-inner-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 20px;
}
.feedback-inner-head .feedback-inner-left {
    display: flex;
    align-items: center;
}
.feedback-inner-left .rating-star-icons {
    display: flex;
    align-items: center;
    margin: 0 10px 0 0;
    filter: brightness(0) saturate(100%) invert(61%) sepia(72%) saturate(565%) hue-rotate(120deg) brightness(100%) contrast(85%);
}
.feedback-inner-left span {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0 10px 0 0;
}
.customer-feedback-head .heading-one {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 600;
}
.customer-feedback-wrap .customer-feedback-head .heading-six {
    color: #ff3f59;
    text-transform: uppercase;
}
.feedback-inner-head .feedback-inner-right {
    display: flex;
    align-items: center;
}
.feedback-inner-right small {
    color: #13d8b9;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    margin: 10px 5px 0 0;
}
.feedback-inner-right img {
    width: 104px;
}
.feedback-inner-left small {
    color: #13d8b9;
    font-size: 12px;
    line-height: 19px;
    font-weight: 600;
    margin: 10px 0 0;
}

.feedback-slider-box {
    border-radius: 20px;
    box-shadow: 0 0px 20px -20px #000000;
    padding: 55px 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    user-select: text;
    margin: 140px 15px;
    background: #fff;
}
.feedback-slider-box .feedback-slider-flx {
    grid-template-columns: 20% 80%;
    justify-content: center;
    align-items: start;
    gap: 20px;
}
.feedback-slider-box .feedback-slider-detail {
    margin: 0;
}
.feedback-slider-box .heading-five {
    color: #000;
    font-weight: 700;
}
.feedback-slider-content p {
    color: #1a1b1d;
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
    padding: 0px;
    margin-bottom: 10px;
    min-height: 120px;
    max-height: 130px;
    overflow-y: auto;
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex .feedback-trustpilot-icon {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex .feedback-slider-btm-content p {
    color: #868686;
    font-size: 12px;
    line-height: 12px;
    margin: 0;
    font-weight: 400;
}

.customer-feedback-wrap .slick-list {
    overflow: hidden;
    padding-left: unset !important;
    padding-right: unset !important;
}

.customer-feedback-wrap .slick-list .slick-slide {
    filter: blur(3px);
    transition: all 1s;
}

.customer-feedback-wrap .slick-list .slick-active.slick-center {
    filter: unset;
    transform: scaleY(1.1) scaleX(1.3) translateY(-80px);
}

.customer-feedback-wrap .slick-prev {
    left: 45%;
   
    z-index: 99;
}

.customer-feedback-wrap  .slick-next {
    right: 45%;
       
    z-index: 99;
}

.customer-feedback-wrap  .slick-arrow {
  position: absolute;
  top: 100%;
}
.customer-feedback-wrap  .slick-prev::before, .customer-feedback-wrap  .slick-next::before {
    font-family: 'FontAwesome';
    background: #ff3f59;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    width: 38px;
    height: 38px;
    line-height: 25px;
    border-radius: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
    transition: all 0.3s ease-in-out;
}
.customer-feedback-wrap .slick-prev::before {
    content: "\f104";

}
.customer-feedback-wrap .slick-next::before {
    content: "\f105";

}
/*Customer FeedBack Section Css End Here*/

/* Partners Section Start  */

.partners .slider {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    overflow: hidden;
}

.partners .slider-items {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    animation: scrolling 20s linear infinite;

}

@keyframes scrolling {

    0% {
        transform: translateX(80%);
    }

    100% {
        transform: translateX(-20%);
    }
}

.partners .slider-items img {
    width: 7%;
    margin: 20px;
}

section.partners {
    padding-top: 50px;
    padding-bottom: 50px;
}



/* Partners Section End  */


/* Cta Section Start  */


.main-cta {
    margin: 0 20px;
    text-align: center;
    position: relative;
    padding: 100px 0;
}
.main-cta .row{
    justify-content: center;
}


.main-cta::before{
    position: absolute;
    content: "";
    background: url("../images/cta/cta-bg.png") no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    height: 100%;
    left: 0px;
    z-index: -1;
    top: 0;
    border-radius: 90px;
}
.main-cta .container{
    position: relative;
    z-index: 1;
}
.info-cta h2 {
    color: #fff;
    font-size: 48px;
    line-height: 56px;
    font-family: "Fraunces", serif;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 100px;
}

.info-cta h2 span {
    font-weight: 600;
    font-style: normal;
    position: relative;
}

.main-cta .container::before{
    position: absolute;
    content: "";
    background: url("./../images/cta/cta-left.png") no-repeat;
    background-size: 100%;
    width: 399px;
    height: 450px;
    left: -70px;
    top: -40px;
    border-radius: 90px;
}

.main-cta h2 {
    color: #fff;
    margin-bottom: 30px;
}

.main-cta h2::before {
    display: none;
}

a.btn.btn-orange {
    background: #e97528;
    color: #fff !important;
    border-color: #e97528;
}
.main-cta .btn-block {
    margin-bottom: 70px;
}
.main-cta .btn-block .btn-cta {
    font-size: 1.5rem;
    font-weight: 600;
    color: #ffffff;
    display: inline-block;
    text-align: left;
    margin-left: 15px;
}
.info-cta a.popup-btn {
    cursor: pointer;
    color: #ffffff !important;
    font-size: 18px;
    border-radius: 100px;
    padding: 10px 30px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    background-color: #ED3259;
    opacity: 1;
    text-transform: uppercase;
}

.main-cta .btn-block {
    display: flex;
    justify-content: center;
    align-items: center;
}
.main-cta .btn-block .btn-cta > span {
    display: block;
    font-size: 14px;
}





/* Cta Section End  */


/* Faq Start  */

.faqs-sec-head h4.heading-one {
    text-align: center;
    color: #2B2D60;
    font-weight: 600;
}

section.faqs-sec-wrap {
    padding-top: 100px;
    padding-bottom: 100px;
}

.faqs-sec-wrap .accordion-collapse .accordion-body {
    font-size: 18px;
    line-height: 26px;
    color: #040404 !important;
    font-weight: 300;
    border-radius: unset !important;
    padding-left: unset;
    font-family: 'Poppins';
}
.faqs-sec-wrap  .accordion-collapse.collapse {
    visibility: unset;
}

.faqs-sec-wrap .accordion-button {
    font-size: 20px;
    line-height: 28px;
    color: #000000;
    border: unset !important;
    font-family: 'Poppins';
    font-weight: 400;
    padding-left: unset;
    padding-top: 30px;
    padding-bottom: 20px;
}

.faqs-sec-wrap  .accordion-item {
    border: unset;
    border-bottom: 1px solid #ff4c5a;
    border-radius: unset !important;
}

.faqs-sec-wrap  .accordion-button:not(.collapsed) {
    background: unset;
    color: #292929;
   
}
.faqs-sec-wrap  .accordion-button:focus {
    box-shadow: unset;
    border-bottom: 1px  solid #ff4c5a !important;
}






/* Faq End  */



/*Footer Css Start Here*/
footer.footer-main-sec {
    position: relative;
    z-index: 1;
}  
.footer-main-sec .footer-top {
    background: #2B2D60;
    padding: 50px 0;
}  
.footer-logo-area .footer-logo {
    width: 100%;
    position: relative;
}   
.footer-logo-area .footer-logo:after {
    left: auto;
    right: -12%;
}  
.footer-logo-area .footer-logo img {
    display: flex;
    justify-content: center;
    width: 250px;
}  
.footer-logo-area .footer-logo p{
    color: #fff;
    font-size: 16px;
    padding: 20px 0 0;
}
.footer-bottom .footer-copyright {
    text-align: center;
    padding: 10px 0px;
}  
.footer-copyright p {
    color: #ffffff;
    margin: 0;
}
.footer-info-area h4 {
    color: #ffffff;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 32px;
}
.footer-info-area ul {
    display: flex;
    flex-direction: column;
}
.footer-info-area ul li {
    margin: 0 0 15px;
}
.footer-info-area ul li p {
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}
.footer-info-area ul li p i {
    background: #ffffff63;
    color: #ffffff;
    font-size: 16px;
    /* border: 2px solid #3293fc; */
    font-weight: 600;
    min-width: 40px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}
.footer-info-area ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    margin: 0;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    transition: all .3s ease-in-out;
}
.footer-info-area ul li a i {
    background: #ffffff57;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    min-width: 40px;
    height: 30px;
    line-height: 27px;
    text-align: center;
    margin: 0 7px 0 0;
    border-radius: 5px;
}
.footer-form-list .form-group {
    margin: 0 0 5px 0;
}
.footer-form-list .form-group input {
    background: #fff;
    color: #041838;
    font-size: 14px;
    width: 100%;
    padding: 7px 7px;
    border-radius: 5px;
    border: none;
}
.footer-form-list .form-group textarea {
    background: #fff;
    color: #041838;
    font-size: 14px;
    width: 100%;
    height: 72px;
    resize: none;
    border: none;
    border-radius: 5px;
    padding: 10px 10px;
}
.footer-form-group-last button {
    background: #ff3f59;
    color: #fff;
    font-size: 14px;
    width: 100%;
    border-radius: 50px;
    margin: 0;
    text-transform: capitalize;
    outline: 0;
    transition: all .3s ease-in-out;
    position: relative;
    z-index: 1;
    padding: 9px 10px;
    border: none;
}
.footer-links-area h3 span {
    background: #ffffff57;
    color: #ffffff;
    font-weight: 700;
    padding: 5px 13px;
    font-size: 20px;
    margin: 0 10px;
    border-radius: 10px;
}
.footer-links-area h3 {
    font-size: 25px;
    line-height: 38px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}

::-webkit-scrollbar {
    width: 10px
    }
    ::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background: #13D8B9;
    border: 1px solid #fff
    }
    ::-webkit-scrollbar-track {background-color: #ebebeb17;border-radius: 10px}
/*Footer Css End Here*/

.footer-bottom {
    background: #2B2D60;
}




/*Modal Css Start*/
.get-started-modal {
    text-align: center;
}
.get-started-modal span {
    display: block;
    color: #FF1654;
}
.get-started-modal h3 {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    margin: 0 0 10px;
}
.get-started-modal input, .get-started-modal textarea {
    width: 100%;
    border: 1px solid #000000;
    background: transparent;
    padding: 10px 15px;
    color: #000000;
    font-size: 14px;
    height: 42px;
    font-weight: 400;
    outline: 0 !important;
    margin: 14px 0 0;
    border-radius: 5px;
    resize: none;
}
.get-started-modal textarea {
    height: 100px;
}
input.modal-btns {
    background-color: #ff1654;
    color: #fff;
    font-size: 18px;
    height: auto;
    border: none;
    cursor: pointer;
}
.get-started .modal-body {
    padding: 30px;
}




@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1600px){




/* Customer Feedback Section Responsive CSS Start Here */
section.customer-feedback-wrap {
    padding: 100px 20px;
}
section.customer-feedback-wrap .feedback-slider-box {
    padding: 30px 20px;
}
section.customer-feedback-wrap .feedback-slider-flx {
    gap: 10px;
}
section.customer-feedback-wrap  .feedback-trustpilot-icon {
    gap: 5px;
}
.section.customer-feedback-wrap .feedback-trustpilot-icon img {
    width: 40%;
}



.logo img {
    max-width: 260px;
}
.banner-content .heading-six {
    font-size: 18px;
    font-family: Poppins;
    color: #ED3259;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner-content .heading-one {
    font-size: 42px;
    line-height: 50px;
}
.banner-content p {
    font-size: 16px;
    line-height: 29px;
    color: #38393E;
    margin-bottom: 20px;
    max-width: 80%;
}
header {
   
    padding: 30px 20px;

}
.heading-three {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
}
.our-work h2 {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-family: "Fraunces", serif;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 100px;
}
p {
    font-size: 14px;
    line-height: 22px !important;
}
.row-gap-5 {
    row-gap: 0rem !important;
}
.cta-content .heading-two {
    font-size: 42px;
    line-height: 50px;
}
/* Customer Feedback Section Responsive CSS End Here */

.container {
    max-width: 1200px !important;
}

.about-box .heading-three {
    margin-bottom: 10px;
}
.about-content .heading-two {
    font-size: 46px;
    line-height: 54px;
    font-family: 'Poppins';
    color: #2B2D60;
    margin-bottom: 40px;
    font-weight: 600;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
.customer-feedback-wrap .slick-list .slick-active.slick-center {
    filter: unset;
    transform: scaleY(1.2) scaleX(1.4) translateY(-80px);
    position: relative;
    z-index: 9;
}
.info-cta h2 {
    color: #fff;
    font-size: 38px;
    line-height: 46px;
    
}
.main-cta .container::before {
  
    width: 350px;
    height: 400px;
    left: -40px;
    top: -50px;
    border-radius: 90px;
}
.heading-one {
    font-size: 50px;
    line-height: 56px;
}


}


@media only screen and (min-width: 1200px) and (max-width: 1365px){

/* Customer Feedback Section Responsive CSS Start Here */
section.customer-feedback-wrap {
    padding: 100px 20px;
}
section.customer-feedback-wrap .feedback-slider-box {
    padding: 30px 20px;
}
section.customer-feedback-wrap .feedback-slider-flx {
    gap: 10px;
}
section.customer-feedback-wrap  .feedback-trustpilot-icon {
    gap: 5px;
}
.section.customer-feedback-wrap .feedback-trustpilot-icon img {
    width: 40%;
}



.logo img {
    max-width: 260px;
}
.banner-content .heading-six {
    font-size: 18px;
    font-family: Poppins;
    color: #ED3259;
    margin-bottom: 20px;
    font-weight: 600;
}
.banner-content .heading-one {
    font-size: 42px;
    line-height: 50px;
}
.banner-content p {
    font-size: 16px;
    line-height: 29px;
    color: #38393E;
    margin-bottom: 20px;
    max-width: 80%;
}
header {
   
    padding: 30px 20px;

}
.heading-three {
    font-size: 34px;
    line-height: 42px;
    font-weight: 600;
}
.our-work h2 {
    color: #fff;
    font-size: 42px;
    line-height: 50px;
    font-family: "Fraunces", serif;
    font-style: italic;
    font-weight: 100;
    margin-bottom: 100px;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}
.row-gap-5 {
    row-gap: 0rem !important;
}
.cta-content .heading-two {
    font-size: 36px;
    line-height: 44px;
}
/* Customer Feedback Section Responsive CSS End Here */

.container {
    max-width: 1090px !important;
}

.about-box .heading-three {
    margin-bottom: 10px;
}
.about-content .heading-two {
    font-size: 46px;
    line-height: 54px;
    font-family: 'Poppins';
    color: #2B2D60;
    margin-bottom: 40px;
    font-weight: 600;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 100px;
}
.customer-feedback-wrap .slick-list .slick-active.slick-center {
    filter: unset;
    transform: scaleY(1.2) scaleX(1.4) translateY(-80px);
    position: relative;
    z-index: 9;
}
.info-cta h2 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
}
.main-cta .container::before {
  width: 290px;
  height: 370px;
  left: -10px;
  top: -40px;
  border-radius: 90px;
}
.slide-content img {
    width: 100% !important;
    height: 520px;
    object-fit: cover;
    object-position: center;
}
.heading-one {
    font-size: 50px;
    line-height: 56px;
}

.feedbacl- img {
    max-width: 60px !important;
    min-height: 60px !important;
}
.feedback-slider-content p {
    color: #1a1b1d;
    font-size: 12px !important;
    line-height: 20px !important;
  
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex .feedback-slider-btm-content p {
    color: #868686;
    font-size: 12px !important;
    line-height: 12px !important;
    margin: 0;
    font-weight: 400;
}
.info-cta a.popup-btn {
    cursor: pointer;
    color: #ffffff !important;
    font-size: 16px;
    border-radius: 100px;
    padding: 10px 30px;
    text-transform: capitalize;
    transition: all .3s ease-in-out;
    background-color: #ED3259;
    opacity: 1;
    text-transform: uppercase;

}
.feedback-trustpilot-icon img {
    max-width: 60px;
}
    .footer-links-area h3 {
    font-size: 20px;
    line-height: 31px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 10px;
    text-transform: uppercase;
    text-align: center;
}

.our-work button.slick-next.slick-arrow {
    position: absolute;
    top: -10%;
    right: 2%;
}
.our-work button.slick-prev.slick-arrow {
    position: absolute;
    left: 93%;
    top: -10%;
}  
}




@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){
.banner-wrap-main {
    height: auto;
    padding: 130px 0 50px;
}
.custom-form {
    box-shadow: none;
    max-width: 100%;
    margin-top: 40px;
}
.banner-content .heading-one {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}
.banner-content p {
    font-size: 16px;
    line-height: 25px;
}
header {
    padding: 10px;
}
.logo {
    width: 60%;
}
.header-btn-cont {
    display: none;
}
.heading-three {
    font-size: 34px;
}
p {
    font-size: 16px;
}
.our-work button.slick-prev.slick-arrow {
    left: 85%;
    top: -20%;
}
.our-work button.slick-next.slick-arrow {
    top: -20%;
}
.cta-img {
    width: 100%;
}
.cta-img img {
    width: 100%;
}
.cta-content .heading-two {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}
.cta-content {
    margin-top: 20px;
}
.website-main-buttons a.popup-btn, .website-main-buttons a.chat-btn, .website-main-buttons a.call-btn, .website-main-buttons button.send-btn {
    font-size: 16px;
    width: 145px;
}
.about-content .heading-two {
    font-size: 32px;
    line-height: 38px;
}
.slide-content img {
    height: 510px;
}
.swiper-button-prev {
    left: 0px !important;
}
.swiper-button-next {
    right: 0px !important;
}
section.customer-feedback-wrap {
    padding: 60px 35px 60px;
}
.customer-feedback-wrap .slick-list .slick-slide {
    filter: blur(0px);
}
.feedback-slider-box {
    padding: 30px 20px;
    margin: 0;
}
.feedback-slider-box .feedback-slider-flx {
    display: block;
}
.feedbacl- {
    margin: 0 0 10px;
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex {
    display: block;
}
.feedback-slider-btm-content {
    margin-top: 10px;
    margin-left: 10px;
}
.customer-feedback-inner .feedback-inner-head {
    display: block;
}
.feedback-inner-right small {
    margin: 0px 5px 0 0;
}
.customer-feedback-head .heading-one {
    margin: 15px 0 20px;
    font-size: 32px;
    line-height: 40px;
}
.main-cta::before {
    background: none;
    background-color: #000;
}
.main-cta .container::before {
    display: none;
}
.info-cta h2 span br {
    display: none;
}
.info-cta h2 {
    font-size: 24px;
    line-height: 39px;
}
.main-cta .btn-block {
    margin-bottom: 0;
}
.main-cta .btn-block .btn-cta {
    font-size: 13px;
}
.info-cta a.popup-btn {
    font-size: 16px;
    padding: 10px 16px;
}
.heading-one {
    font-size: 40px;
    line-height: 56px;
}
.faqs-sec-wrap .accordion-collapse .accordion-body {
    font-size: 16px;
}
.footer-info-area {
    margin: 30px 0;
}
.footer-links-area h3 {
    font-size: 20px;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 60px;
}
section.about-wrap {
    padding: 40px 0 40px;
    overflow: hidden;
}
.cta-wrap-main {
    padding: 40px 0 20px;
}
section.our-work {
    padding: 50px 0 70px;
    overflow: hidden;
}
.customer-feedback-wrap .slick-list .slick-active.slick-center {
    transform: none;
}
}
@media only screen and (min-width: 300px) and (max-width: 519px){
.banner-wrap-main {
    height: auto;
    padding: 130px 0 50px;
}
.custom-form {
    box-shadow: none;
    max-width: 100%;
    margin-top: 40px;
}
.banner-content .heading-one {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px;
}
.banner-content p {
    font-size: 16px;
    line-height: 25px;
}
header {
    padding: 10px;
}
.logo {
    width: 60%;
}
.header-btn-cont {
    display: none;
}
.heading-three {
    font-size: 34px;
}
p {
    font-size: 16px;
}
.our-work button.slick-prev.slick-arrow {
    left: 85%;
    top: -20%;
}
.our-work button.slick-next.slick-arrow {
    top: -20%;
}
.cta-img {
    width: 100%;
}
.cta-img img {
    width: 100%;
}
.cta-content .heading-two {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 15px;
}
.cta-content {
    margin-top: 20px;
}
.website-main-buttons a.popup-btn, .website-main-buttons a.chat-btn, .website-main-buttons a.call-btn, .website-main-buttons button.send-btn {
    font-size: 16px;
    width: 145px;
}
.about-content .heading-two {
    font-size: 32px;
    line-height: 38px;
}
.slide-content img {
    height: 510px;
}
.swiper-button-prev {
    left: 0px !important;
}
.swiper-button-next {
    right: 0px !important;
}
section.customer-feedback-wrap {
    padding: 60px 35px 60px;
}
.customer-feedback-wrap .slick-list .slick-slide {
    filter: blur(0px);
}
.feedback-slider-box {
    padding: 30px 20px;
    margin: 0;
}
.feedback-slider-box .feedback-slider-flx {
    display: block;
}
.feedbacl- {
    margin: 0 0 10px;
}
.feedback-slider-box .feedback-slider-detail .feedback-slider-icon-flex {
    display: block;
}
.feedback-slider-btm-content {
    margin-top: 10px;
    margin-left: 10px;
}
.customer-feedback-inner .feedback-inner-head {
    display: block;
}
.feedback-inner-right small {
    margin: 0px 5px 0 0;
}
.customer-feedback-head .heading-one {
    margin: 15px 0 20px;
    font-size: 32px;
    line-height: 40px;
}
.main-cta::before {
    background: none;
    background-color: #000;
}
.main-cta .container::before {
    display: none;
}
.info-cta h2 span br {
    display: none;
}
.info-cta h2 {
    font-size: 24px;
    line-height: 39px;
}
.main-cta .btn-block {
    margin-bottom: 0;
}
.main-cta .btn-block .btn-cta {
    font-size: 13px;
}
.info-cta a.popup-btn {
    font-size: 16px;
    padding: 10px 16px;
}
.heading-one {
    font-size: 40px;
    line-height: 56px;
}
.faqs-sec-wrap .accordion-collapse .accordion-body {
    font-size: 16px;
}
.footer-info-area {
    margin: 30px 0;
}
.footer-links-area h3 {
    font-size: 20px;
}
section.portfolio {
    padding-top: 0px;
    padding-bottom: 60px;
}
section.about-wrap {
    padding: 40px 0 40px;
    overflow: hidden;
}
.cta-wrap-main {
    padding: 40px 0 20px;
}
section.our-work {
    padding: 50px 0 70px;
    overflow: hidden;
}
.customer-feedback-wrap .slick-list .slick-active.slick-center {
    transform: none;
}
.about-wrap .row-gap-5 {
    row-gap: 0rem !important;
}
.custom-form::before {
    content: '';
    background-image: url(../images/badge.png);
    position: absolute;
    height: 50px;
    width: 150px;
    top: -6px;
    right: 20px;
    background-size: cover;
}
}