@import url(https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&display=swap');
@import url('./Nestle_Text-Light.woff2');
@font-face {
    font-family: poppins;
    src: url(./poppin.css);
}

@font-face {
    font-family: nestle;
    src: url(./Nestle_Text-Light.woff2);
}

body {
    font-family: poppins !important;
    /* font-family: nestle !important; */
}

:root {
    --clr_1: #FFCC29;
    --clr_2: #882F30;
    --clr_3: #f00;
    --clr_ff: #fff;
    /* --clr_f7: #7f7f7f; */
    --clr_f7: #868b91;
    --clr_1f: #1f2732;
    --clr_00: #000;
}

.clr_1 {
    color: var(--clr_1);
}

.clr_2 {
    color: var(--clr_2);
}

.clr_3 {
    color: var(--clr_3);
}

.clr_00 {
    color: var(--clr_00);
}

.clr_ff {
    color: var(--clr_ff);
}

.clr_f7 {
    color: var(--clr_f7);
}

.bg_1f {
    background: var(--clr_1f);
}

.bg_00 {
    background: var(--clr_00);
}

.menuSlinks {
    background: rgb(25 31 40 / 75%);
    padding: 5px 30px;
    color: #fff;
}

.fd.menuSlinks .ph_mail {
    width: 50%;
    float: left;
}

.fd.menu_bar {
    background: rgb(25, 31, 40);
    padding: 5px 30px;
    transition: all 0.5s;
}

.slinks img {
    background: #ffffff61;
    margin-left: 10px;
    border-radius: 50%;
    padding: 5px;
    width: 22px;
    float: right;
}

.fd.menu_bar .img_logo img {
    width: 100px;
    float: left;
}

.fd.menu_bar .menu_icn {
    display: none;
}

.fd.menu_bar ul.menuList {
    all: unset;
    display: flex;
}

.fd.menu_bar ul.menuList li {
    list-style: none;
    flex: 1;
    padding: 20px 0px;
}

.fd.menu_bar ul.menuList li a {
    color: #fff;
}

.fd.menu_bar ul.menuList li a:hover {
    text-decoration: none;
}

.mainTopMenu {
    position: relative;
    z-index: 99;
    width: 100%;
    float: left;
}
.catItem {
    width: 80px;
    height: 80px;
    margin: auto;
    border-radius: 50px;
    overflow: hidden;
    display: inherit;
    border: solid 1px #f3f3f3;
    /* padding: 5px; */
    text-align: center;
    transition: all 0.5s;
    cursor: pointer;
}


.mainSize_920 {
    max-width: 920px;
    margin: auto;
}
.mainSize_1024 {
    max-width: 1024px;
    margin: auto;
}
.mainSize_1200 {
    max-width: 1024px;
    margin: auto;
}
.mainSize_1600 {
    max-width: 1600px;
    margin: auto;
}

.fd.menu_bar ul.menuList li.active a {
    color: var(--clr_1);
}

.menuList li.active span {
    width: 8px;
    height: 8px;
    float: left;
    background: var(--clr_1);
    border-radius: 50%;
    position: relative;
    top: 9px;
    left: -8px;
}

.coverSlide {
    background: rgb(25 31 40 / 68%);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.textSlide h1 span {
    color: var(--clr_1);
}

.textSlide {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    text-align: center;
    color: #fff;
    top: 40vh;
}

/* .swiper1 .swiper-button-prev {
    background: #dddddd4a;
    left: 0;
    border-radius: 0px 50px 50px 0px;
    width: 50px;
    height: 50px;
}

.swiper1 .swiper-button-next {
    background: #dddddd4a;
    right: 0;
    border-radius: 50px 0px 0px 50px;
    width: 50px;
    height: 50px;
}

.swiper1 .swiper-button-next,
.swiper1 .swiper-button-prev {
    color: #ffffffa8;
    font-size: 14px;
} */


/************************** SCROLL BEHAVIOUR START  ****************/

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #0b1727;
}

body::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2d5174;
}

body::-moz-scrollbar-track {
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #0b1727;
}

body::-moz-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #F5F5F5;
}

body::-moz-scrollbar-thumb {
    border-radius: 10px;
    -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #2d5174;
}


/************************** SCROLL BEHAVIOUR END  ****************/


/* .dots_verticle {
	 height: 50px;
	 border-left: dotted 7px;
	 width: 7px;
	 margin: auto;
	} */

.dots_verticle {
    text-align: center;
}

.dots_verticle img {
    width: 5px;
    left: 0;
    right: 0;
}

.imgOurWorks {
    width: 200px;
    overflow: hidden;
    height: 200px;
    border-radius: 50%;
    border: solid 11px #dddddd73;
    transition: all 0.5s;
    margin: auto;
}

.rounded_img img {
    width: 120px;
}

.proCont p {
    text-align: center;
}

.ProPic {
    width: 150px;
    margin: auto;
}

.ProPic img {
    width: 100%;
}

.proCont .c_name {
    color: var(--clr_1);
    font-weight: bold;
    margin-bottom: 0px;
    margin-top: 10px;
}

.proCont .pro_name {
    color: var(--clr_ff);
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 25px;
}

.imgOurWorks img {
    width: 100%;
}

div#technologies .col-6 img {
    padding: 5px;
    background: #fff;
    box-shadow: 1px 1px 49px -21px rgb(0 0 0 / 20%);
    margin-top: 30px;
    max-width: 150px;
    transition: all 0.5s;
    border-radius: 50%;
}

div#technologies .col-6 img:hover {
    transform: scale(1.08);
    border-radius: 50%;
}

.bdr_tb {
    border-bottom: solid 1px #ececec;
    border-top: solid 1px #ececec;
}
.bg_f9 {
    background: #f9f9f9;
}
.bg_ff {background: #fff;}
div#technologies .col-3 {
    text-align: center;
}


.swiper-button-prev.swiper_prev, .swiper-button-next.swiper_next {
    position: absolute;
    top: 50%;
    width: 35px;
    height: 35px;
    margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.swiper_prev {
    right: 10px;
    left: auto;
    background: #ddd url(../img/left_white.svg) no-repeat 13px 11px;
    background-size: 7px;
}

.swiper_next {
    left: 10px;
    right: auto;
    background: #ddd url(../img/right_white.svg) no-repeat 15px 11px;
    background-size: 7px;
}
 .swiper-button-next.swiper_next:after, .swiper-button-prev.swiper_prev:after {
    content: '' !important;
 }


.clients_swiper .swiper-slide {
    text-align: center;
}

.catlist_swiper .swiper-slide img {
    width: 100%;
    float: left;
    transition: all 0.5s;
    padding: 5px;
}
.clients_swiper .swiper-slide img {
    width: 100%;
    float: left;
    transition: all 0.5s;
    padding: 22px 30px;
}

.clients_swiper .swiper-slide img:hover {
    transform: scale(1.1);
    box-shadow: 0px 30px 40px 0px rgba(12, 0, 46, 0.1);
}

.logoFoot img {
    width: 100%;
}

.logoFoot {
    width: 74px;
    top: -100px;
    position: absolute;
    background: #f9f9f9;
    border-radius: 50%;
    left: 0;
    box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.2);
    right: 0;
    margin: auto;
    animation: move_logo 1.3s infinite;
    padding: 6px;
}

@keyframes move_logo {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 10px;
    }
    100% {
        margin-top: 0px;
    }
}

.scroll_top_box img {
    width: 100%;
}

.scroll_top_box {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background: #00000042;
    border-radius: 50%;
    padding: 6px 10px;
    cursor: pointer;
}

.block_works:hover .imgOurWorks {
    border: solid 2px #dddddd73;
    transform: scale(1.1);
    /* box-shadow: 0px ​0px 64px 3px rgb(0 0 0 / 50%); */
    box-shadow: 13px 7px 32px rgb(0 0 0 / 50%)
}

.fd.menu_bar.fix {
    position: fixed;
    transition: all 0.5s;
    padding: 5px 30px;
}

.fd.menu_bar.fix .img_logo img {
    width: 65px;
    transition: all 0.5s;
}

.fd.menu_bar.fix ul.menuList li {
    padding: 10px 0px;
    transition: all 0.5s;
}

html {
    scroll-behavior: smooth;
}

.ph_mail img {
    width: 16px;
    margin-right: 3px;
}

.serviceBox:hover {
    box-shadow:  0 15px 40px rgba(0, 0, 0, 0.1);
}
.serviceBox {
    border: solid 1px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.5s;
}
.serviceImg img {
    width: 150px;
}
.serviceImg {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
}
p.serveName.fd {
    font-weight: 500;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 2px;
}
p.serveCont.fd {
    font-size: 14px;
    color: var(--clr_f7);
    line-height: 1.5em;
    height: 3em; 
    text-overflow: ellipsis;
    width: 100%; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    overflow: hidden;
}
@media only screen and (max-width: 764px) {
    .fd.menu_bar .menu_icn {
        display: block;
        width: 50px;
        float: right;
    }
    .slinks,
    .menuList {
        display: none;
    }
    div#technologies .col-6 img {
        width: 100%;
    }
    .menuSlinks {
        padding: 5px 15px;
    }
    .fd.menuSlinks .ph_mail {
        width: 100%;
    }
    .fd.menu_bar {
        padding: 10px 10px;
    }
    .fd.menu_bar .img_logo img {
        width: 60px;
    }
    .fd.menu_bar .menu_icn {
        width: 30px;
    }
    .fd.menu_bar.fix {
        padding: 5px;
    }
    .menuSlinks {
        background: rgb(31 39 50);
    }
    .fd.menu_bar {
        background: rgb(23 30 39);
        margin-top: -2px;
    }
    .fd.menu_bar ul.menuList {
        display: none;
        position: fixed;
        z-index: 99;
        background: #1f2732;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        padding-left: 25px;
    }
    .mainTopMenu {
        position: relative;
    }
    .dots_verticle img {
        width: 3px;
    }
    .sm_text-center.text-right {
        text-align: center !important;
    }
    .sm_text-center {
        text-align: center !important;
    }
    .textSlide {
        top: 15vh;
    }
    .textSlide h1 {
        font-size: 40px;
    }
}

@media only screen and (max-width: 572px) {
    .col_reverse_sm {
        flex-direction: column-reverse !important;
    }
    .block_works {
        gap: 22px;
    }
    .textSlide {
        top: 5vh;
    }
    .textSlide h1 {
        font-size: 20px;
    }
}