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

/* Logo Fonts Big Shoulders Stencil Text */

body, html{
    scroll-behavior: smooth;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #1F1F1F;
    background-color: #FFFFFF;
    margin: 0;
    padding: 0;
}
a{
    transition: all 0.5s ease-in-out;
}
a, a:hover, a:focus{
    text-decoration: none;
}
img{
    max-width: 100%;
    object-fit: cover;
}
ul{
    padding: 0;
    margin: 0;
}
li{
    list-style: none;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
p{
    margin: 0;
}
.container{
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}


/*============================================*/
/*=============== Home Page CSS ==============*/
/*============================================*/

/* Header CSS Start */

.header-top{
    background-color: #1F1F1F;
    padding: 0;
}
.header-top-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header-social ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-social ul li{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.header-social ul li:last-child{
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.header-social ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
}
.header-social ul li a img{
    height: 15px;
}
.header-contact ul li a{
    color: #FFFFFF;
    font-size: 14px;
}

.header{
    background-color: #FFFFFF;
    position: sticky;
    top: 0;
    z-index: 999;
}
.header-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}
.logo{
    display: flex;
    align-items: center;
    justify-content: start;
    min-width: 180px;
    max-width: 180px;
}
.logo a{
    display: inline-block;
}
.logo img.logo-desktop{
    width: 144px;
    min-width: 144px;
    display: block;
}
.logo img.logo-mobile{
    display: none;
}

.menu-right{
    display: flex;
    align-items: center;
    justify-content: end;
}
.menu{
    width: 100%;
    display: flex;
    align-items: center;
}
.header-bottom{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
}
.header-bottom > ul{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.header-bottom > ul li{
    margin: 0 10px;
    padding: 14.5px 0;
}
.header-bottom > ul li.mobile-menu{
    display: none;
}
.header-bottom > ul li a{
    font-size: 18px;
    font-weight: 600;
    color: #1F1F1F;
}
.header-bottom > ul li a.active,
.header-bottom > ul li a:hover,
.header-bottom > ul li a:focus{
    color: #57B853;
}
.header-bottom > ul li.submenu{
    position: relative;
}
.header-bottom > ul .submenu-list{
    display: none;
    min-width: 250px;
    background-color: #FFFFFF;
    border: 1px solid #DFDBDB;
    padding: 10px 20px;
    position: absolute;
    top: 100%;
    left: 0;
}
.header-bottom > ul .submenu-list li{
    margin: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.header-bottom > ul li a.menu-trigger{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.header-bottom > ul li a.menu-trigger.active img{
    transform: rotate(180deg);
}
.header-bottom > ul li a.menu-trigger img{
    transition: all 0.4s ease-in-out;
}
.header-bottom > ul li a.menu-trigger:hover img,
.header-bottom > ul li a.menu-trigger:focus img{
    filter: invert(56%) sepia(63%) saturate(419%) hue-rotate(69deg) brightness(99%) contrast(87%);
}

.contact-btn{
    display: flex;
}
.header-contact-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-left: 10px;
    width: 100%;
}
.header-contact-btn a{
    border: 2px solid #1F1F1F;
    border-radius: 8px;
    white-space: nowrap;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 14px 20px 12px 20px;
}
.design-btn{
    color: #1F1F1F;
}
.design-btn:hover,
.design-btn:focus{
    color: #FFFFFF;
    background-color: #1F1F1F;
}
.development-btn{
    color: #FFFFFF;
    background-color: #1F1F1F;
}
.development-btn:hover,
.development-btn:focus{
    color: #1F1F1F;
    background-color: transparent;
}
.toggle-btn{
    display: none;
}

/* Header CSS End */

.hero{
    background-image: url(../images/hero-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 300px 0;
    position: relative;
}
.hero::after{
    background-color: rgba(31, 31, 31, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    height: 100%;
    width: 100%;
}
.hero-row{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}
.hero-copy{
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 9;
}
.hero-copy h4{
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #57B853;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.hero-copy h1{
    font-size: 90px;
    font-weight: bold;
    line-height: 100px;
    color: #FFFFFF;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.btn{
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    color: #1F1F1F;
    background-color: #FFFFFF;
    border-radius: 5px;
    display: inline-block;
    padding: 16px 32px;
    text-transform: uppercase;
}
.btn:hover,
.btn:focus{
    color: #FFFFFF;
    background-color: #1F1F1F;
}

.about-us{
    position: relative;
}
.about-us::after{
    background: #F7F9FA;
    border-radius: 6px;
    content: "";
    width: calc(100% - 40%);
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    position: absolute;
    z-index: -1;
}
.about-services {
    margin-top: -145px;
    /* overflow: hidden; */
}
.about-services-inner{
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    margin: 0 -10px;
}
.red-border{
    border-bottom: 3px solid #F30000 !important;
}
.blue-border{
    border-bottom: 3px solid #00B0DD !important;
}
.black-border{
    border-bottom: 3px solid #1F1F1F !important;
}
.green-border{
    border-bottom: 3px solid #57B853 !important;
}
.yellow-border{
    border-bottom: 3px solid #F5B300 !important;
}
.about-services-box{
    padding: 0 10px;
    width: 20%;
}
.about-services-box a{
    background: #fff !important;
    padding: 40px 10px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 30px;
    border: 1px solid #E6E6E6;
    height: 100%;
    transition: all 0.3s ease-in-out;
}
.about-services-box a:hover{
    margin-top: -20px;
}
.about-services-box-icon{
    background-color: #F7F9FA;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-services-box-icon img{
    width: 50px;
}
.about-services-box a h5{
    font-weight: 800;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #202426;
    margin: 0;
    text-align: center;
    width: 100%;
}
.about-row{
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 150px 0 100px 0;
}
.about-img{
    position: relative;
    width: 50%;
    z-index: 9;
}
.about-img::after{
    position: absolute;
    content: "";
    width: 95px;
    height: 95px;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/about-design.png);
    top: -40px;
    left: -40px;
    z-index: -1;
}
.about-img img{
    display: block;
    border-radius: 10px;
    width: 100%;
}
.about-copy{
    width: 50%;
}
.subheding{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #57B853;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.heading{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #1F1F1F;
    margin: 0 auto 30px;
    text-transform: uppercase;
    max-width: 630px;
}
.about-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin: 0 0 10px;
}
.about-box{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #FFFFFF;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px;
}
.about-icon-box{
    border-radius: 10px;
    background-color: #F7F7F7;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    min-width: 70px;
}
.about-copy .advice h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.about-copy .advice p{
    margin: 0;
    line-height: 1;
}
.about-copy .advice p a{
    color: #57B853;
    font-weight: 700;
}


.process{
    padding: 100px 0 70px;
}
.process-heading{
    text-align: center;
    margin-bottom: 10px;
}
/* .process-list{
    overflow: hidden;
} */
.process-list-inner{
    display: flex;
    margin: 0 -15px;
}
.process-box{
    padding: 30px 15px;
    width: 25%;
}
.process-box-inner{
    box-shadow: 0px 0px 20px rgba(25, 49, 102, 0.08);
    border-radius: 10px;
    height: 100%;
    padding: 30px;
    position: relative;
}
.process-box-top{
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}
.process-box-icon{
    background-color: #F7F9FA;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
}
.process-box-icon img{
    max-width: 40px;
    max-height: 40px;
}
.process-box-top span{
    font-size: 48px;
    font-weight: 700;
    line-height: 1;
    opacity: 0.1;
    margin: 0;
    text-align: right;
    width: 100%;
}
.process-box-copy h3{
    color: #1F1F1F;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin: 0 0 20px;
}
.process-box-copy svg{
    margin: 0 0 20px;
}
.process-box:nth-child(1) .process-box-copy svg rect{
    fill: #F30000;
}
.process-box:nth-child(2) .process-box-copy svg rect{
    fill: #00B0DD;
}
.process-box:nth-child(3) .process-box-copy svg rect{
    fill: #57B853;
}
.process-box:nth-child(4) .process-box-copy svg rect{
    fill: #F5B300;
}
.process-box-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.process-box:first-child .process-box-inner::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: -60px;
    content: "";
    margin: auto;
    background-color: #F30000;
    border-radius: 100px 0px 0px 100px;
    height: 60px;
    width: 60px;
}
.process-box:nth-child(2) .process-box-inner::after,
.process-box:nth-child(3) .process-box-inner::after,
.process-box:last-child .process-box-inner::before{
    background-color: #00B0DD;
    width: 30px;
    height: 60px;
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    background-image: url(../images/arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
}
.process-box:nth-child(3) .process-box-inner::after{
    background-color: #1F1F1F;
}
.process-box:last-child .process-box-inner::before{
    background-color: #57B853;
}
.process-box:last-child .process-box-inner::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: -60px;
    content: "";
    margin: auto;
    background-color: #F5B300;
    border-radius: 0px 100px 100px 0px;
    height: 60px;
    width: 60px;
}


.choose{
    background-color: #FFFFFF;
    padding: 100px 0;
}
.choose-row{
    display: flex;
    align-items: center;
    gap: 30px;
}
.choose-img{
    width: 50%;
}
.choose-img img{
    display: block;
    border-radius: 10px;
}
.choose-copy{
    width: 50%;
}
.choose-copy .heading{
    margin: 0 0 30px;
}
.choose-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #666666;
    margin: 0;
}
.choose-box-list{
    display: flex;
    flex-direction: column;
}
.choose-box{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #F7F9FA;
    border-radius: 10px;
    margin-top: 30px;
    padding: 15px;
}
.choose-icon-box{
    border-radius: 10px;
    background-color: rgba(87, 184, 83, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 70px;
    min-width: 70px;
}
.choose-icon-box img{
    display: block;
    max-width: 40px;
}
.choose-text h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.choose-text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #666666;
    margin: 0;
}


.services{
    background-color: #F7F9FA;
    padding: 100px 0 70px;
}
.services-heading{
    margin: 0 0 10px;
    text-align: center;
}
.services-list{
    overflow: hidden;
}
.services-list-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.services-box{
    padding: 0 15px;
    width: 33.33%;
    margin: 0 0 30px;
}
.services-box-inner{
    background-color: #FFFFFF;
    border-radius: 10px;
    padding: 30px;
    height: 100%;
}
.services-box-icon{
    background-color: #F7F9FA;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    margin: 0 0 20px;
}
.services-box-icon img{
    display: block;
    max-width: 50px;
}
.services-box-copy h3{
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin: 0 0 20px;
}
.services-box-copy svg{
    display: block;
    margin: 0 0 20px;
}
.services-box-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0;
}
.services-box:nth-child(1) .services-box-copy svg rect,
.services-box:nth-child(4) .services-box-copy svg rect,
.services-box:nth-child(7) .services-box-copy svg rect{
    fill: #F30000;
}
.services-box:nth-child(2) .services-box-copy svg rect,
.services-box:nth-child(5) .services-box-copy svg rect,
.services-box:nth-child(8) .services-box-copy svg rect{
    fill: #00B0DD;
}


.our-services{
    background-color: #F7F9FA;
    padding: 100px 0;
}
.our-services-heading{
    text-align: center;
}
.our-services-nav{
    display: flex;
    padding-top: 40px;
}
.our-services-nav .tabs-nav{
    width: 35%;
    min-width: unset;
}
.our-services-nav .tabs-nav ul li a{
    border: none;
    border-left: 4px solid transparent;
    color: #1F1F1F;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    padding: 18px 24px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: unset;
}
.services-tabs-name i{
    font-size: 18px;
}
.services-tabs-name{
    display: flex;
    align-items: center;
    gap: 16px;
}
.our-services-nav .tabs-nav ul li a.active {
    background-color: #FFFFFF;
}
.our-services-nav .tabs-nav ul li:nth-child(1) a.active {
    border-color: #F30000;
    color: #F30000;
}
.our-services-nav .tabs-nav ul li:nth-child(2) a.active {
    border-color: #00B0DD;
    color: #00B0DD;
}
.our-services-nav .tabs-nav ul li:nth-child(3) a.active {
    border-color: #57B853;
    color: #57B853;
}
.our-services-nav .tabs-nav ul li:nth-child(4) a.active {
    border-color: #F5B300;
    color: #F5B300;
}
.our-services-nav .tabs-list {
    width: 65%;
}
.our-services-nav .tabs-box{
    padding: 0 0 0 60px;
}
.our-services-nav .tabs-box h3{
    color: #1F1F1F;
}
.our-services-nav .tabs-box p{
    color: #666666;
}
.our-services-nav .tabs-box ul{
    display: flex;
    flex-wrap: wrap;
}
.our-services-nav .tabs-box ul li{
    color: #666666;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
    width: 33.33%;
}
.our-services-nav .tabs-box ul li i{
    padding: 4px 5px;
    border-radius: 5px;
    background-color: #F30000;
    color: #FFFFFF;
}
.our-services-nav .tabs-box:nth-child(2) ul li i{
    background-color: #00B0DD;
}
.our-services-nav .tabs-box:nth-child(3) ul li i{
    background-color: #57B853;
}
.our-services-nav .tabs-box:nth-child(4) ul li i{
    background-color: #F5B300;
}


.get-consultation{
    background-image: url(../images/count-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
}
.consultation-heading{
    text-align: center;
    margin: 0 0 10px;
}
.consultation-heading .heading{
    max-width: 760px;
}

.talking{
    display: flex;
    align-items: center;
}
.talking-count{
    text-align: center;
    width: 50%;
}
.talking-count h2{
    font-family: "Rajdhani", sans-serif;
    font-size: 180px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 10px;
    margin: 0;
}
.talking-count h2 sup{
    font-weight: 600;
    font-size: 112px;
    line-height: 105px;
    text-align: center;
    color: #57B853;
}
.talking-count p{
    color: #666666;
    font-weight: 600;
}
.consultation-list{
    width: 50%;
    overflow: hidden;
}
.consultation-list-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.counter-box{
    padding: 0 15px;
    margin-bottom: 30px;
    width: 50%;
}
.counter-box:nth-child(3),
.counter-box:nth-child(4){
    margin: 0;
}
.counter-box-inner{
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100%;
}
.counter-text{
    text-align: left;
}
.counter-text .counting{
    font-family: "Rajdhani", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 30px;
    margin: 0 0 10px;
}
.counter-text span{
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0;
    text-transform: uppercase;
}
.award{
    max-width: 900px;
    margin: 50px auto 0;
}
.award h2{
    font-size: 40px;
    font-weight: 700;
    color: #1F1F1F;
    margin: 0 0 20px;
}
.award p{
    color: #666666;
    line-height: 24px;
    margin: 0;
}


.review{
    background-image: url(../images/contact-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 100px 0 300px;
}
.review-heading{
    text-align: center;
    margin: 0 0 10px;
}
.review-slider.slick-slider{
    margin-bottom: 30px;
}
.review-slider .slick-track{
    display: flex;
}
.review-slider .slick-slide{
    height: auto;
}
.review-slider .slick-slide > div,
.review-slider-box,
.review-slider-box-inner{
    height: 100%;
}
.review-slider-box{
    padding: 0 15px;
}
.review-slider-box-inner{
    background-color: #1F1F1F;
    border-radius: 10px;
    padding: 30px;
    transition: all 0.5s ease-in-out;
}
.review-slider-img{
    margin: 0 0 40px;
}
.review-slider-img img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.review-slider-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}
.review-slider-copy h4{
    margin: 30px 0 10px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #FFFFFF;
}
.review-slider-copy span{
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    margin: 0;
}
.review-slider .slick-dots{
    bottom: -30px;
}
.review-slider .slick-dots li button::before{
    display: none;
}
.review-slider .slick-dots li{
    width: 15px;
    height: 15px;
}
.review-slider .slick-dots li button{
    width: 15px;
    height: 15px;
    background-color: #1F1F1F;
    border-radius: 50%;
}
.review-slider .slick-dots li.slick-active button{
    background-color: #57B853;
}


.clients-index{
    background-color: #1F1F1F;
    padding: 0 0 100px;
}
.clients-box {
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px;
    transform: translateY(-200px);
}
.clients-box-copy{
    width: 70%;
}
.clients-box-subheading{
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    color: #57B853;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.clients-box-heading{
    font-size: 40px;
    font-weight: bold;
    line-height: 50px;
    color: #1F1F1F;
    margin: 0 0 30px;
    text-transform: uppercase;
    max-width: 630px;
}
.clients-box-copy p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    max-width: 660px;
    margin: 0 0 20px;
}
.clients-box-copy h5{
    font-size: 18px;
    margin: 0 0 5px;
}
.clients-box-copy span{
    font-size: 16px;
}
.clients-box-img{
    background-image: url(../images/bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    overflow: hidden;
    width: 30%;
}
.clients-box-img img{
    border-radius: 50%;
}

.technology {
    margin-top: -100px;
}
.technology-heading {
    text-align: center;
}
.technology-heading .heading{
    color: #FFFFFF;
}
.technology ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 800px;
    margin: 0 auto;
}
.technology ul li{
    margin: 20px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 12.5%;
}


.clients-logo{
    padding: 100px 0 100px;
}
.clients-logo-heading{
    display: inline-block;
    margin-bottom: 30px;
    text-align: center;
    width: 100%;
}
.clients-logo-slider .slick-track{
    display: flex;
}
.logo-box{
    padding: 0 10px;
}
.logo-box img {
    border-radius: 8px;
}


.contact-form{
    margin: 0 0 -200px;
}
.contact-form-row{
    display: flex;
    background-color: #2D2B2C;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.contact-form-img{
    width: 40%;
}
.contact-form-img img{
    height: 100%;
}
.contact-form-right{
    padding: 60px 38px;
    width: 60%;
}
.contact-form-right .heading{
    color: #FFFFFF;
    max-width: unset;
    padding: 0 10px;
}
.contact-form-right form{
    display: flex;
    flex-wrap: wrap;
}
.contact-form-right .form-group{
    padding: 0 10px;
    margin: 0 0 20px;
    width: 50%;
}
.contact-form-right .form-group input{
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 50px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.contact-form-right .form-group input::placeholder{
    color: #FFFFFF;
}
.contact-form-right .form-group:nth-child(5){
    width: 100%;
}
.contact-form-right .form-group textarea{
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 150px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.contact-form-right .form-group textarea::placeholder{
    color: #FFFFFF;
}
.contact-form-right .form-group-btn{
    padding: 0 10px;
    width: 100%;
}
.contact-form-right .form-group-btn button{
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    color: #1F1F1F;
    cursor: pointer;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
}


.footer{
    background-color: #1F1F1F;
    padding: 80px 0 0;
    position: relative;
    z-index: 1;
}
.footer-home{
    padding: 300px 0 0;
}
.footer::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-image: url(../images/we-make-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    opacity: 0.02;
    width: 100%;
    z-index: -1;
}
.footer-info {
    display: flex;
    gap: 30px;
    border-bottom: 1px solid #FFFFFF;
}
.footer-about {
    width: 30%;
    padding: 0 0 30px;
}
.footer-logo {
    margin-bottom: 40px;
    display: inline-block;
}
.footer-logo img {
    width: 100%;
    max-width: 200px;
    min-width: 200px;
}
.footer-about p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.footer-about .social-media {
    margin-top: 20px;
}
.social-media ul {
    display: flex;
    align-items: center;
    justify-content: start;
}
.social-media ul li {
    margin-right: 10px;
}
.social-media ul li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    border-radius: 4px;
}
.social-media ul li a img {
    height: 18px;
    width: auto;
}
.footer-menu {
    width: 20%;
    padding: 0 0 30px;
}
.footer-title {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin-bottom: 40px;
}
.footer-menu ul li,
.footer-menu ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 0 8px;
}
.footer-contact {
    width: 30%;
    padding: 0 0 30px;
}
.footer-contact ul li {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    word-break: break-all;
}
.footer-contact ul li i{
    margin-right: 5px;
    width: 24px;
}
.footer-contact ul li a {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
}
.copyright-copy {
    padding: 20px 0;
}
.copyright-copy p {
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    width: 100%;
    display: inline-block;
    text-align: center;
}

/*============================================*/
/*=============== Home Page CSS ==============*/
/*============================================*/


.breadcrumbs{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/title-bg-big.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    min-height: 550px;
    padding: 100px 0;
}
.breadcrumbs-services{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/services-bg.jpg);
}
.breadcrumbs-work{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/work-bg.jpg);
}
.breadcrumbs-contact{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/contact-top-bg.jpg);
}
.breadcrumbs-webdesign{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/web-design-bg.jpg);
    min-height: 450px;
}
.breadcrumbs-webdevelop{
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)), url(../images/web-devlop-bg.jpg);
    min-height: 450px;
}
.breadcrumbs-title{
    text-align: center;
}
.breadcrumbs-title h1{
    font-size: 46px;
    font-weight: bold;
    line-height: 58px;
    color: #FFFFFF;
    margin: 0 0 20px;
}
.breadcrumbs-link{
    text-align: center;
}
.breadcrumbs-link ul {
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumbs-link ul li {
    color: #57B853;
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    margin-right: 20px;
    text-transform: uppercase;
}
.breadcrumbs-link ul li:last-child{
    margin-right: 0;
}
.breadcrumbs-link ul li a {
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    text-transform: uppercase;
}


.ceo-section{
    background-color: #F7F9FA;
    padding: 100px 0 250px;
}
.ceo-section-row{
    display: flex;
    align-items: center;
}
.ceo-section-heading{
    text-align: left;
    padding: 0 15px 0 0;
    width: 50%;
}
.ceo-section-heading .heading{
    max-width: 500px;
    margin: 0;
}
.ceo-section-copy{
    padding: 0 0 0 15px;
    width: 50%;
}


.about-since{
    margin: -150px 0 0;
    padding: 0 0 50px;
}
.working {
    width: 100%;
}
.working p {
    max-width: 330px;
}
.since-box{
    background-color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    align-items: start;
    margin: 20px 0 0;
    max-width: 250px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.since-box::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background-color: #1F1F1F;
    border-radius: 0 0 60px 0;
    height: 70px;
    width: 70px;
    z-index: -1;
}
.since-box-icon{
    padding: 5px;
}
.since-box-copy {
    padding: 10px 30px 0;
}
.since-box-copy h2{
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.since-box-copy h5{
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 20px;
}
.since-counting{
    overflow: hidden;
    padding: 80px 0 0;
}
.since-counting-inner{
    display: flex;
    margin: 0 -10px;
}
.since-counting-box{
    padding: 0 10px;
    width: 25%;
}
.since-counting-box .counter-text{
    background: #f7f9fa;
    border-radius: 6px;
    height: 100%;
    padding: 30px;
    text-align: center;
}
.since-counting-box .counter-text .counting{
    color: #57B853;
    font-size: 50px;
    line-height: 1;
    margin: 0 auto 20px;
    position: relative;
    width: max-content;
}
.since-counting-box .counter-text .counting::after {
    position: absolute;
    top: -2px;
    right: -25px;
    content: "+";
    height: 24px;
    width: 24px;
    color: #57B853;
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
}
.since-counting-box:nth-child(1) .counter-text .counting,
.since-counting-box:nth-child(1) .counter-text .counting::after {
    color: #F30000;
}
.since-counting-box:nth-child(2) .counter-text .counting,
.since-counting-box:nth-child(2) .counter-text .counting::after {
    color: #00B0DD;
}
.since-counting-box:nth-child(4) .counter-text .counting,
.since-counting-box:nth-child(4) .counter-text .counting::after {
    color: #F5B300;
}
.since-counting-box .counter-text span{
    color: #666666;
}


.our-history{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.our-history::after {
    background: #F7F9FA;
    border-radius: 6px;
    content: "";
    width: calc(100% - 60%);
    height: 100%;
    right: 0;
    left: auto;
    top: 0;
    position: absolute;
    z-index: -1;
}
.our-history-row{
    display: flex;
    align-items: center;
}
.our-history-copy{
    padding: 0 30px 0 0;
    width: 50%;
}
.our-history-copy h2{
    font-size: 40px;
    margin: 0 0 20px 0;
}
.our-history-copy p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.our-history-copy p:last-child{
    margin-bottom: 0;
}
.our-history-copy ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.our-history-copy ul li{
    padding: 14px 30px;
    background: #F7F9FA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1F1F1F;
    font-style: normal;
    margin: 0 10px 10px 0;
}
.our-history-img{
    padding: 0 0 0 30px;
    width: 50%;
}
.our-history-img img{
    border-radius: 10px;
}
.work-btn{
    border: 2px solid #1F1F1F;
    border-radius: 8px;
    color: #1F1F1F;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 25px 10px 25px;
    white-space: nowrap;
}
.work-btn:hover,
.work-btn:focus{
    color: #FFFFFF;
    background-color: #1F1F1F;
}


.our-mission{
    padding: 100px 0;
    position: relative;
    z-index: 1;
}
.our-mission::after {
    background: #F7F9FA;
    border-radius: 6px;
    content: "";
    width: calc(100% - 60%);
    height: 100%;
    left: 0;
    left: auto;
    top: 0;
    position: absolute;
    z-index: -1;
}
.our-mission-row{
    display: flex;
    align-items: center;
}
.our-mission-copy{
    padding: 0 0 0 30px;
    width: 50%;
}
.our-mission-copy h2{
    font-size: 40px;
    margin: 0 0 20px 0;
}
.our-mission-copy p{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 20px;
}
.our-mission-copy ul{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.our-mission-copy ul li{
    padding: 14px 30px;
    background: #F7F9FA;
    border-radius: 4px;
    font-weight: 600;
    font-size: 18px;
    line-height: 19px;
    text-transform: capitalize;
    color: #1F1F1F;
    font-style: normal;
    margin: 0 10px 10px 0;
}
.our-mission-img{
    padding: 0 30px 0 0;
    width: 50%;
}
.our-mission-img img{
    border-radius: 10px;
}
.elitebuilders .our-mission-img img{
    border: 1px solid #F9773B;
}
.positivus .our-history-img img{
    border: 1px solid #BAFF66;
}
.littlelearners .our-mission-img img{
    border: 1px solid #F9773B;
}


.whoweare{
    background-color: #1F1F1F;
    padding: 100px 0;
}
.whoweare-row{
    text-align: center;
}
.whoweare-row .heading{
    color: #FFFFFF;
}
.whoweare-row p{
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    color: #FFFFFF;
    margin: 0;
}


.our-vision{
    padding: 100px 0;
}
.vision-tabs{
    display: flex;
}
.tabs-nav{
    min-width: 230px;
}
.tabs-nav ul{
    display: flex;
    flex-direction: column;
}
.tabs-nav ul li a{
    font-size: 20px;
    font-weight: 600;
    color: #1F1F1F;
    text-transform: uppercase;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #1F1F1F;
    border-bottom: 1px solid #1F1F1F;
}
.tabs-nav ul li a.active{
    color: #57B853;
}
.tabs-nav ul li:last-child a{
    border-bottom: 0;
}
.tabs-list{
    width: 100%;
}
.tabs-box{
    display: none;
    padding: 0 20px;
}
.tabs-box h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.tabs-box p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0 0 10px;
}


.contact-info{
    padding: 100px 0;
}
.contact-info-row{
    display: flex;
}
.contact-data{
    width: 55%;
    padding-right: 50px;
}
.contact-data .contact-box{
    display: flex;
    align-items: center;
    gap: 15px;
    background-color: #F7F9FA;
    border-radius: 10px;
    margin: 0 0 20px;
    padding: 15px;
}
.contact-data .contact-box:last-child{
    margin: 0;
}
.contact-icon-box{
    border-radius: 10px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 80px;
    min-width: 80px;
}
.contact-icon-box img{
    display: block;
}
.contact-text h4{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 10px;
}
.contact-text a{
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin: 0;
    color: #57B853;
    display: block;
}
.contact-text p{
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0;
}
.touch-form{
    background-color: #1F1F1F;
    border-radius: 10px;
    padding: 40px;
    width: 45%;
}
.touch-form .heading{
    color: #FFFFFF;
    max-width: unset;
    padding: 0 10px;
}
.touch-form form{
    display: flex;
    flex-wrap: wrap;
}
.touch-form .form-group{
    padding: 0 10px;
    margin: 0 0 20px;
    width: 50%;
}
.touch-form .form-group input{
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 50px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.touch-form .form-group input::placeholder{
    color: #FFFFFF;
}
.touch-form .form-group:nth-child(5){
    width: 100%;
}
.touch-form .form-group textarea{
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    color: #FFFFFF;
    font-family: "Rajdhani", sans-serif;
    font-size: 18px;
    height: 150px;
    outline: none;
    padding: 10px 20px;
    width: 100%;
}
.touch-form .form-group textarea::placeholder{
    color: #FFFFFF;
}
.touch-form .form-group-btn{
    padding: 0 10px;
    width: 100%;
}
.touch-form .form-group-btn button{
    background-color: #FFFFFF;
    border: none;
    border-radius: 0;
    color: #1F1F1F;
    cursor: pointer;
    font-family: "Rajdhani", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    outline: none;
    padding: 15px 20px;
    text-transform: uppercase;
    width: 100%;
}


.industries{
    padding: 60px 0;
}
.industries-row{
    background-color: #F7F9FA;
    position: relative;
    border: 1px solid #1F1F1F;
    border-radius: 10px;
    padding: 20px 20px 10px;
}
.industries-title{
    display: inline-block;
    margin-top: -36px;
    padding: 5px 10px;
    position: relative;
    z-index: 1;
}
.industries-title::after{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    background-color: #F7F9FA;
    margin: auto 0;
    height: 1px;
    width: 100%;
    z-index: -1;
}
.industries-title h3{
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0;
}
.industries ul li{
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    color: #1F1F1F;
    padding-right: 9px;
    margin-right: 8px;
    position: relative;
}
.industries ul li::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    margin: auto 0;
    background-color: #1F1F1F;
    width: 1px;
    height: 16px;
}
.industries ul li:last-child::after{
    display: none;
}


.work{
    padding: 0 0 50px;
}
.work-row{
    overflow: hidden;
}
.work-row-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.work-row-box{
    padding: 15px;
    width: 33.33%;
}
.work-row-box-inner{
    overflow: hidden;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}
.work-row-box-inner:hover img{
    transform: scale(1.1);
}
.work-row-box-inner img{
    border-radius: 20px;
    display: block;
    transition: all 0.5s ease-in-out;
}
.work-row-box-inner:hover .work-info{
    bottom: 0;
}
.work-info{
    position: absolute;
    bottom: -100%;
    left: 0;
    background-color: #57B853;
    padding: 15px 10px 10px 10px;
    color: #FFFFFF;
    text-align: center;
    transition: all 0.5s ease-in-out;
    width: 100%;
}
.work-info h4{
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #1F1F1F;
    margin: 0 0 4px;
}
.work-info span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #1F1F1F;
    margin: 0;
}
.work-row-box-inner:hover .visit-btn{
    right: 0;
}
.visit-btn{
    position: absolute;
    top: 10px;
    right: -100%;
    transition: all 0.5s ease-in-out;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    color: #FFFFFF;
    background-color: #57B853;
    padding: 10px 12px 8px 12px;
    border-radius: 8px 0 0 8px;
}

.professional{
    padding: 100px 0;
}
.professional-row{
    display: flex;
    align-items: center;
}
.professional-copy{
    padding-right: 50px;
    width: 55%;
}
.professional-copy p{
    color: #666666;
}
.professional-copy .heading{
    max-width: unset;
}


.packages{
    background-color: #F7F9FA;
    padding: 100px 0;
}
.packages-row{
    display: flex;
    gap: 20px;
}
.packages-copy{
    width: 40%;
}
.packages-copy-inner{
    text-align: left;
    position: sticky;
    top: 130px;
}
.packages-copy .heading{
    max-width: unset;
}
.packages-copy p{
    margin-bottom: 20px;
    color: #666666;
}
.packages-btn{
    background-color: #1F1F1F;
    border: 2px solid #1F1F1F;
    border-radius: 8px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    text-transform: uppercase;
    padding: 12px 25px 10px;
    white-space: nowrap;
}
.packages-btn:hover,
.packages-btn:focus{
    color: #1F1F1F;
    background-color: #FFFFFF;
}
.packages-list{
    width: 60%;
}
.packages-box{
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 0px 20px rgb(25 49 102 / 8%);
    margin-bottom: 20px;
    padding: 20px;
}
.packages-box-heading{
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}
.packages-box-icon{
    background-color: #F30000;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    width: 50px;
}
.packages-box:nth-child(2) .packages-box-icon{
    background-color: #00B0DD;
}
.packages-box:nth-child(3) .packages-box-icon{
    background-color: #57B853;
}
.packages-box:nth-child(4) .packages-box-icon{
    background-color: #F5B300;
}
.packages-box-icon img{
    max-width: 35px;
}
.packages-box-heading h4{
    font-size: 24px;
}
.packages-box p{
    color: #666666;
}


.service-listing{
    padding: 100px 0;
}
.service-listing-row{
    display: flex;
    flex-direction: column;
}
.service-listing-heading{
    text-align: center;
}
.service-list{
    overflow: hidden;
}
.service-list-inner{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.service-list-box{
    padding: 0 15px;
    margin: 100px 0 0;
    width: 33.33%;
}
.service-list-img {
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
    margin: -75px auto 0 auto;
    transform: rotateZ(45deg);
    width: 100px;
}
.service-list-img img{
    height: 60px;
    transform: rotateZ(-45deg);
}
.service-list-copy{
    background-color: #FFFFFF;
    border-radius: 8px;
    padding: 25px 20px;
    margin: 0;
    transition: all 0.5s ease-in-out;
    transform: translateY(0);
    height: 100%;
    width: 100%;
}
.service-list-box:hover .service-list-copy{
    transform: translateY(-10px);
}
.service-list-copy h3{
    font-size: 22px;
    margin: 30px 0 10px;
    text-align: center;
}
.service-list-copy p{
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #666666;
}
.red{
    border: 2px solid #F30000;
}
.red .service-list-img{
    background-color: #F30000;
}
.blue{
    border: 2px solid #00B0DD;
}
.blue .service-list-img{
    background-color: #00B0DD;
}
.black{
    border: 2px solid #1F1F1F;
}
.black .service-list-img{
    background-color: #1F1F1F;
}
.green{
    border: 2px solid #57B853;
}
.green .service-list-img{
    background-color: #57B853;
}
.yellow{
    border: 2px solid #F5B300;
}
.yellow .service-list-img{
    background-color: #F5B300;
}


.benifits{
    background-color: #F7F9FA;
    padding: 100px 0;
}
.benifits-row{
    display: flex;
    align-items: center;
    gap: 50px;
}
.benifits-img{
    width: 50%;
}
.benifits-img img{
    border-radius: 10px;
}
.benifits-copy{
    text-align: left;
    width: 50%;
}
.benifits-copy .heading{
    max-width: unset;
}
.benifits-copy p{
    margin: 0 0 20px;
    color: #666666;
}


.about-since.web-about-since{
    margin: 0;
    padding: 100px 0;
}
.about-since-web-heading{
    text-align: center;
    margin-bottom: 50px;
}
.about-since-web-heading .heading{
    max-width: unset;
    margin-bottom: 20px;
}
.about-since-web-heading p{
    color: #666666;
    max-width: 740px;
    margin: 0 auto;
}
.web-about-since .since-counting{
    padding: 0;
}


.web-review{
    background-color: #F7F9FA;
    background-image: none;
    padding: 100px 0;
}