@font-face {
    font-family: Rubik;
    src: url(../fonts/Rubik/Rubik-VariableFont_wght.ttf);
}
@font-face {
    font-family: Ingiri;
    src: url(../fonts/bpg-ingiri-arial-webfont.ttf);
}
:root{
    --bg:#F7F1E9;
    --sec:#4F5665;
    --cta:#ffc107;
    --ctah:#e5ac03;
    --white:#ffff;
    --yel:#E8A621;
    --dark:#0B132A;
    --prim:#FF6D16;
    --blue:rgba(34, 166, 236, 0.62);
    --pad:195px;
    --swiper-theme-color: var(--red);
    --swiper-pagination-bullet-inactive-color:var(--white);
}
body{
    background-color: var(--bg);
    color: var(--dark);
}
body{
    background-image: url(../img/symbol.svg);
    background-repeat: no-repeat;
    background-position: center top;
}
body[lang="en"] {
    font-family: Rubik;
}
body[lang="ka"] {
    font-family: Ingiri;
}
.INPS{
	border-radius: 13px;
    border: 1px solid #EDC5AE;
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
    padding: 16px;
    width: 100%;
    transition: all 250ms ease-in;
}
.LUPL{
    border-radius: 13px;
    border: 1px solid #EDC5AE;
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
    padding: 16px;
    width: 100%;
    transition: all 250ms ease-in;
}	
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 9999999999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.text-warning{
    color: var(--prim) !important;
}
a:hover,.nav-link:focus, .nav-link:hover{
    color: #562102;
}
.in{
    margin-top: 80px;
}
section{
    margin: 0 var(--pad);
    padding: 80px 0;
}
.py-60{
    padding: 60px 0;
}
.pnone{
    pointer-events: none;
}
.nowrap{
    flex-wrap: nowrap;
}

.navbar-nav{
    /* position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0; */
}
.navbar ,.dropdown-menu{
    border-radius: 16px;
    background: rgba(248, 248, 248, 0.60);
    backdrop-filter: blur(7px);
}
.navbar{
    border-bottom: 1px solid var(--white);
    margin: 0 var(--pad);
}
.dropdown-menu{

}
nav > div{
    padding: 24px;
}
header{
    position: sticky;
    top: 16px;
    z-index: 9999999999999;
}
nav ul li a.nav-link{
    color: var(--dark);
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}
.lang img{
    margin-right: 8px;
}
.lang{
    padding: 8px;
    border: 1px solid var(--prim);
    border-radius: 12px;
}
.navbar-nav .lang{
    width: fit-content;
    margin: auto;
    margin-top:16px ;
}
.serv-menu .col-md-3{
    margin-bottom: 15px;
}
.serv-menu ul{
    width: fit-content;
    /* margin: auto; */
}
.serv-menu ul li:not(:last-child){
    margin-bottom: 12px;
}
.serv-menu ul li{
    font-size:14px
}
.serv-menu h4{
    font-size: 16px;
    font-weight: bold;
}
.serv-menu{
    display: none;
}
.network svg{
    width: 100%;
    height: auto;
}
.servli.rota svg{
    transform: rotate(180deg);
}
.mask{
    -webkit-mask-image: url(../img/shape.svg);
    mask-image: url(../img/shape.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;  
    -webkit-mask-position: center center;
    mask-position: center center;
    -webkit-mask-size: cover;  
    mask-size: cover;  
}
.mask img{
    width: 100%;
}
.employ{
    margin-top: 60px;
}
.employ .mask{
    width: 100%;
    height: auto;
}
.employ h2,.partners h2{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    color:(var(--prim));
    margin: 24px 0 16px 0;
}
.employ span , .partners span{
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    color: var(--sec);
}
.ab-text{
    width: 920px;
    margin: auto;
}
.ab-text p:not(:last-child), .ab-text .ql-block:not(:last-child),.ab-text .ql-link:not(:last-child){
    margin-bottom: 16px;
}
.stats{
    border-radius: 20px;
    padding: 45px 80px;
    background: rgba(255, 255, 255, 0.30);
}
.title{
    font-size: 32px;
    line-height: 50px;
    font-style: normal;
    font-weight: 500;
}
.title + span{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--sec);
}
.cards{
    margin-top: 60px;
}
.cards .batn{
    width: 100%;
    transition: all 250ms linear;
    position: relative;
}
.cards .batn:hover,.batn2:hover{
    background-color: var(--prim); 
    color:var(--white);
    font-weight:  bold;
}
.cards .card-item{
    transition: all 250ms ease-in;
}
.cards .card-item ul li::before,.ab-text ul li::before {
    color: transparent;
    font-size: 1px;
    content: " ";
    /* margin-right: 15px; */
    background: url("../img/icons/check.svg");
    display: inline-block;
    height: 9px;
    width: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translatey(-50%);
}
.cards:not(.CHILDS) .card-item .d-flex > .card-icon{
    order:1;
}
.cards:not(.CHILDS) .card-item .d-flex > .mx-auto{
    order:2;
}
.in .cards:not(.CHILDS) .card-item .d-flex {
    align-content: start !important;
}
.in .cards .card-item{
    margin-bottom: 16px;
    flex: 1 0 0%;
    max-width: 100%;
    width: auto;

}
.in .cards .card-item img{
    /* transform: none !important; */
     width: 10%;
    margin: 30px auto;
}
.CHILDS .card-item .d-flex{
    flex-wrap: nowrap !important;
}
.CHILDS .card-item .w-100{
    width: auto !important;
}
.CHILDS .card-item .mx-auto{
    order: 2;
    margin: 0 !important;
}
.CHILDS .card-item .card-desc{
    order: 3;
    width: 100%;
    text-align: center;
    display: none;
}
.CHILDS .card-item .card-icon{
    order:1;
    padding:0px 90px 0px 70px;
    border-right: 1px solid #DDD;
    margin-right: 30px;
}

.CHILDS .card-item{
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    flex: 100% !important;
}
.in .card-item .batn{
    display: none;
}
.cards .card-item:hover{
    border-color:var(--prim);
}
.home .cards .card-item:hover img{
    transform: rotate(130deg);
}
.cards .card-item img{
    margin-bottom: 30px;
    transition: all 250ms linear;
}
.cards .card-item:nth-child(2) img{
    transform: rotate(90deg);
}
.cards .card-item:nth-child(3) img{
    transform: rotate(180deg);
}
.cards .card-item:nth-child(4) img{
    transform: rotate(270deg);
}
.in.services .cards .card-item img{
  /* transform: none !important;  */
}

.CHILDS .card-item img , .IMGICON{
	height: 100px;
    width: 100px!important;
    object-fit: contain;
    margin: 0 !important;
    top: 50%;
    position: relative;
    transform: translateY(-50%) rotate(0deg) !important;
}
.card-icon{
    padding: 30px 0;
}
.bgw{
    background: linear-gradient(180deg, #F8F8F8 -45.04%, rgba(248, 248, 248, 0.00) 88.56%);
}

.card-item{
    border-radius: 15px;
    border: 2px solid #DDD;
    background: #F7F1E9;
    padding: 32px;
    padding-top: 20px;
    max-width: 320px;
    align-self: stretch;
    width: 30%;
}
/* .in .card-item{
    width: 50%;
    max-width: 50%;
} */
.card-title h2{
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: center;
    /* margin-top: 20px; */
}
.card-item ul li{
    margin-top: 10px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px; 
    text-align: left;
    position: relative;
    padding-left: 25px;
}
.card-desc{
    color: var(--sec);
    text-align: center;
    width: 100%;
}
.batn{
    cursor: pointer;
    margin-top: 40px;
    border-radius: 12px;
    border: 2px solid var(--prim);
    padding: 13px;
    width: fit-content;
    font-size: 16px;
    position: relative;
    text-wrap: nowrap;
}
.batn.full{
    background-color: var(--prim);
    color: var(--white);
    transition: all 250ms linear;
    filter: brightness(1);
}
.batn.full:hover,.batn.fullb:hover{
    filter: brightness(1.1);
}
.news .btn.full{
    padding: 5px 19px;
}
.batn.round{
    border-radius: 40px;
    position: relative;
    padding: 18px 35px;
}
.batn.round::before,.cards .batn::before,.batn.fullb::before{
    content: "";
    width: 80%;
    height: 100%;
    display: block;
    z-index: -1;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-radius: inherit;
    top: 25px;
    background: rgba(255, 95, 0, 0.35);
    filter: blur(27px);
}
.batn.fullb{
    padding: 12px 64px;
    background-color: var(--prim);
    color: var(--white);
}
.cards .batn::before{
    content: none;
}
.cards .batn:hover::before{
    content: "";
    z-index: 1;
}
.batn.fullb::before{
    content: "";
}
.bord{
    border:solid 2px D9D9D9;
    border-radius: 25px;
    padding: 32px;
}
.pagination{
    margin-top: 60px;
}
.pagination a{
    border-radius: 10px;
    box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.05);
    font-size: 20px;
    display: block;
    margin: 0 8px;
}
.pagination a.active{
    color: var(--prim);
    border: 1px solid #FF5F00;
    padding: 0 10px;
}
.news-item,.news-text{
    width: 100%;
}
/* .news-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px
}
.news-title + span{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    color: var(--sec);
    max-width: 60%;
    margin: 24px 0;
}
.news-item:nth-child(odd) .col-7{
    text-align: right;
    justify-content: end;
}
.news-item:nth-child(odd){
    margin-right: auto;
}
.news-item:nth-child(even){
    margin-left: auto;
}
.news-item:nth-child(even) .row{
    justify-content: end;
}
.news-item:nth-child(even) .col-5.px-0{
    order:2;
}
.news-img{
    width: 100%;
    height: 340px;
}
.r-more{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px; 
    text-decoration-line: underline;
    color: var(--prim);
    cursor: pointer;
} */
.news-slide .swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 4px;
    right: auto;
}
.news-slide .swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 4px;
    left: auto;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after,.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: none;
}
.news{
    padding: 0 50px;
}
.news-slide{
    margin-top: 80px;
}
.news-title{
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; 
	height: 72px;
    overflow-y: hidden;
}
.news-date{
    font-size: 12px;
    color: var(--sec);
    font-weight: 400;
    line-height: 12px;
    opacity: 0.6;
    margin: 12px 0;
}
.news-desc{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
}
.news-img img , .article-img img{
    border-radius: inherit;
    width: 100%;
    height: 100%;
    object-fit: cover;
} 
.news-img{
    height: 295px;
    width: 100%;
    border-radius: 15px;
}
.net-map{
    margin-top: 160px;
}

.net-map svg g:not([opacity="0.3"]),.net-map svg g:not(#mapv) *{
    transition: all 250ms linear;
}
.net-map svg g:not([opacity="0.3"]):hover ,.net-map svg g:not(#mapv):hover *{
    stroke-width: 10px !important;
    opacity: 1;
}
.in.article .ab-text p{
    text-align: justify;
}
.in.article .ab-text .text-img img{
    width: 100%;
    height: 320px;
    border-radius: 25px;
    object-fit: cover;
    margin: 16px 0;
}
.partner-img{
    height: 85px;
	width:85px;
}
.partners .p-item{
    width: 100%;
    height: 120px;
    padding: 20px;
    /* background-color:#fff ; */
    border-radius: 15px;
    border:2px solid #DDD;
    display: flex;
    align-items: center;
    justify-content: left;
}
.partner-img img{
    height: 100%;
	width:85px;
    object-fit: contain;
}
.partner-img img:before {
    content: '';
    position: absolute;
    top: 0; right: 0;
    border-top: 80px solid white;
    border-left: 80px solid red;
    width: 0;
}
.map iframe{
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 15px;
}
.map{
    border-radius: 15px;
    border: 2px solid #F5EEE3;
    height: 260px;
    position: relative;
    display: none;
}
.soc img{
    box-shadow: 0px 13px 18px 0px rgba(17, 19, 35, 0.08);
    margin-right: 20px;
    border-radius: 50%;
    transition: all 250ms linear;
}
.soc a:hover img{
    box-shadow: 0px 13px 18px 0px rgba(17, 19, 35, 0.20);
}
.hero-slide .swiper-slide{
    opacity: 0 !important;
}
.hero-slide .swiper-slide-active{
    opacity: 1 !important;
}
.hero-slide .swiper-slide:nth-child(even) .col-md-5{
    order:1;    
    padding-right: 5.5%;
    padding-left: 0;
}
.hero-slide .swiper-slide:nth-child(even) .col-md-7{
    order:2;    
}
.hero-slide .swiper-slide:nth-child(even) .col-md-7 > div{
    margin-right:auto;
    width: fit-content;    
    margin-left: 17%; 
}
.hero-slide .swiper-slide:nth-child(odd) .col-md-7 > div{
    margin-left:auto;
    width: fit-content;   
    margin-right: 17%; 
}
.hero-slide .swiper-slide:nth-child(odd) .col-md-5{
    order:1;
    padding-left: 5.5%;
    padding-right: 0;
}
.hero-slide .swiper-slide:nth-child(odd) .col-md-7{
    order:2;
}
.hero{
    padding-top: 4%;
    position: relative;
}
@keyframes textin {
    0%{
      
    letter-spacing: 0.5px;
        opacity: 0 !important;
        /* white-space: nowrap; */
        transform: translateX(100px);
    }
    
    100%{
       
        letter-spacing: 0;
        opacity: 1 !important;
        /* white-space: normal; */
         transform: translateX(0px);
    }
}
@keyframes slidefr {
    0%{
        right: -400px;
    }
    50%{
        right: 30px;
    }
    100%{
        right: 0;
    }
}
@keyframes slidefl {
    0%{
        left: -400px;
    }
    50%{
        left: 30px;
    }
    100%{
        left: 0;
    }
}

.fadein{
    animation: fadein 300ms ease;
}
.tab{
    padding: 10px 15px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
}
.nws input[type="search"], input, textarea{
    border-radius: 13px;
    border: 1px solid #EDC5AE;
    background: var(--neutral-100, #FFF);
    box-shadow: 0px 2px 6px 0px rgba(19, 18, 66, 0.07);
    padding: 16px;
    width: 100%;
    transition: all 250ms ease-in;
}
input:active,input:focus,textarea:focus,textarea:active{
    border-color: var(--prim);
}
.nws input[type="search"]{
    width: 27%;
}
.tab.active{
    border: 2px solid #FF6D16;
    color: var(--prim);
}
.c-info{
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(2px);
    width: fit-content;
}
.c-info ul{
    gap: 24px;
}
.c-map iframe{
    border-radius: 25px;
    width: 100%;
    height: 402px;
}
.c-form input,.c-form textarea {
    margin-top: 24px;
}
.article-img {
    height: 460px;
    border-radius: 45px;
    position: relative;
    margin-bottom: 30px;
}
.article-img::after{
    content: "";
    position: absolute;
    inset: 0;
    display: block;
    border-radius: 30px;
    background: linear-gradient(266deg, #173140 12.97%, rgba(23, 49, 64, 0.00) 73.02%);
    z-index: 1;
}
.article-img h1 {
    position: absolute;
    top:50%;
    right: 40px;
    transform: translatey(-50%);
    z-index: 9;
    color: var(--white);
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px;
    padding: 0 40px;
    text-align: right;
}
.vac-cont{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    overflow-x: hidden;
    max-height: 120vh;
    overflow-y: auto;
}
.vac-item{
    border-radius: 20px;
    border: 2px solid #DDD;
    transition: all 250ms linear;
    padding: 30px;
    margin-bottom: 30px;
    cursor: pointer;
    box-shadow: inset 0 0 0px 0px var(--prim);
    display: block;
    width: 100%;
}
.vac-item:hover{
    box-shadow: inset 0 0 4px 0px var(--prim);
}
.vac-item.active{
    border-color: var(--prim);
}
.vac-item h4{
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px
}
.adr{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: var(--sec);
    margin: 14px 0;
    display: block;
}
.vac-desc b{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    color: var(--dark);
}
.vac-desc span{
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color:var(--sec);
}
.vac-desc ul li , .vac-fdesc ul li{
    list-style-type: disc;
    display: list-item;
    margin-left: 16px;
}
.vac-full{
    border-radius: 25px;
    border: 2px solid #DDD;
    padding: 60px;
}
.vac-fdesc p{
    margin: 16px 0;
}
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3px;
  background-color: #333;
  margin: 6px 0;
  transition: 0.4s;
  border-radius: 2px;
}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}
.h-pag{
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 999;
}
.shar{
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 999;
    gap: 0 15px;  
}
.shar img{
    filter: invert(1);
    margin-left: 15px;
}
.in .bughm .card-item > .align-content-between {
    align-content: start !important;
}
@media screen and (min-width: 992px){
    .nws .news > .row{
        gap: 60px;
    }
    .nws .news .col-lg-6{
        width: calc(50% - 60px);
    }
    .in .bughm .card-item > .align-content-between {    
        flex-wrap: nowrap !important;
    }
}
@media screen and (max-width: 1670px){
    :root{
        --pad:120px;
    }
    .home .card-item {
        width: 24%;
    }
}
@media screen and (max-width: 1200px){
    :root{
        --pad:80px;
    }
    .network .w-25{
        width: 50% !important;
        text-align: center;
    }
}
@media screen and (max-width: 992px){
    .batn.fullb{
        padding: 12px 15px;
    }
    .nws input[type="search"]{
        width: 100%;
    }
    .news{
        padding: 0;
    }
    .bughm.CHILDS .card-item .card-icon{
        border-right: 0;
    }
    .CHILDS .card-item .card-icon {
        margin-right: 0px;
        width: 100% !important;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid #DDD;
    }
    .navbar-nav{
        margin-top: 16px;
    }
    .title{
        font-size: 30px;
        line-height: 32px;
    }
    .navbar{
        overflow-y: auto;
        max-height: 95vh;
    }
    .burger{
        position: absolute;
        top: 24px;
        right: 24px;
    }
    .collapse:not(.show){
        display: block !important;
    }
    .navbar-collapse > a + div{
        width: 100%;
        text-align: center;
        display: none;
    }
    .ab-text{
        width: 100%;
    }
    :root{
        --pad:60px;
    }
    .stats{
        padding: 20px 40px;
    }
    .card-item{
        flex: auto !important;
        max-width: 100%;
        width: calc(51% - 30px) !important;
    }
    .cards > .d-flex,.partners > .d-flex{
        gap: 30px;
    }
    .net-map{
        margin-top: 60px;
    }
    .hero .swiper-slide{
        padding: 60px 0;
    }
    .employ  .col-lg-3{
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 769px){
    
    .in .cards .card-item img{
        width: 100%;
        margin: 30px auto;
    }
    .c-info{
        padding: 30px;
    }
    .c-map iframe {
        height: 300px;
    }
    .vac-full .batn.fullb,.c-form .batn.fullb{
        width: 100% !important;
        text-align: center;
    }
    .c-form input, .c-form textarea{
        margin-top: 16px;
    }
    .c-form .col-12{
        padding: 0 !important;
    }
    .vac-full{
        padding: 30px;
        margin-top: 30px;
    }
     .title{
        font-size: 28px;
        line-height: 32px;
    }
    .serv-menu ul{
        margin: 0 !important;
    }
    .news-item .news-text{
        margin: 30px 0;
    }
    .hero-slide .swiper-slide:nth-child(even) .col-md-5 {
        order: 2;
        padding-right: 0;
        padding-left: 0;
    }
    .hero-slide .swiper-slide:nth-child(odd) .col-md-7 > div {
        margin-left: 0;
        width: fit-content;
        margin-right: 0;
    }
    .hero-slide .swiper-slide .col-md-5 {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
    .hero-slide .swiper-slide:nth-child(even) .col-md-7{
        order: 2;
    }
    .hero-slide .swiper-slide:nth-child(odd) .col-md-5 {
        order: 1;
        padding-left: 0;
        padding-right: 0;
    }
    .hero-slide .swiper-slide:nth-child(odd) .col-md-7{
        padding-left: 0;
    }
    .hero-slide .swiper-slide:nth-child(even) .col-md-7 > div {
        margin-left: 0;
    }
    .hero-slide .swiper-slide:nth-child(odd) .col-md-7 > div {
        margin-left: 0;
        margin-right: 0;
    }
    .batn.round {
        border-radius: 40px;
        position: relative;
        padding: 16px 24px;
    }
    :root {
    --pad: 30px;
    }
    .stat img{
        width: 50px;
        height: auto;
    }
    .stat + svg{
        height: 100px;
    }
    .card-item {
        width: 100%;
    }
    .ftr .soc{
        margin-bottom: 30px;
    }
    .in {
        margin-top: 30px;
    }
    .home .card-item {
        width: 100% !important;
    }
}
@media screen and (max-width: 640px){
    .stat + svg {
        height: 2px;
        width: 100%;
        background: #EAEAEA;
        margin: 16px 0;
    }
    .stat > div{
        justify-content: center;
    }
    .stat{
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 426px){
    .in {
        margin-top: 0;
    }
    .navbar-brand img{
        height: 26px;
        width: auto;
    }
    .title{
        font-size: 22px;
        line-height: 26px;
    }
    .hero .swiper-slide {
        padding: 30px 0;
    }
 .network .w-25{
        width: 100% !important;
    }
    :root{
        --pad:30px;
    }
}
@media screen and (max-width: 361px){

 
}