/*@font-face {*/
/*    font-family: 'Hind Vadodara';*/
/*    src: url('../fonts/HindVadodara-Medium.eot');*/
/*    src: local('Hind Vadodara Medium'), local('HindVadodara-Medium'),*/
/*    url('../fonts/HindVadodara-Medium.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/HindVadodara-Medium.woff2') format('woff2'),*/
/*    url('../fonts/HindVadodara-Medium.woff') format('woff'),*/
/*    url('../fonts/HindVadodara-Medium.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Hind Vadodara';*/
/*    src: url('../fonts/HindVadodara-Light.eot');*/
/*    src: local('Hind Vadodara Light'), local('HindVadodara-Light'),*/
/*    url('../fonts/HindVadodara-Light.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/HindVadodara-Light.woff2') format('woff2'),*/
/*    url('../fonts/HindVadodara-Light.woff') format('woff'),*/
/*    url('../fonts/HindVadodara-Light.ttf') format('truetype');*/
/*    font-weight: 300;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Hind Vadodara';*/
/*    src: url('../fonts/HindVadodara-SemiBold.eot');*/
/*    src: local('Hind Vadodara SemiBold'), local('HindVadodara-SemiBold'),*/
/*    url('../fonts/HindVadodara-SemiBold.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/HindVadodara-SemiBold.woff2') format('woff2'),*/
/*    url('../fonts/HindVadodara-SemiBold.woff') format('woff'),*/
/*    url('../fonts/HindVadodara-SemiBold.ttf') format('truetype');*/
/*    font-weight: 600;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Hind Vadodara';*/
/*    src: url('../fonts/HindVadodara-Regular.eot');*/
/*    src: local('Hind Vadodara Regular'), local('HindVadodara-Regular'),*/
/*    url('../fonts/HindVadodara-Regular.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/HindVadodara-Regular.woff2') format('woff2'),*/
/*    url('../fonts/HindVadodara-Regular.woff') format('woff'),*/
/*    url('../fonts/HindVadodara-Regular.ttf') format('truetype');*/
/*    font-weight: normal;*/
/*    font-style: normal;*/
/*}*/

/*@font-face {*/
/*    font-family: 'Hind Vadodara';*/
/*    src: url('../fonts/HindVadodara-Bold.eot');*/
/*    src: local('Hind Vadodara Bold'), local('HindVadodara-Bold'),*/
/*    url('../fonts/HindVadodara-Bold.eot?#iefix') format('embedded-opentype'),*/
/*    url('../fonts/HindVadodara-Bold.woff2') format('woff2'),*/
/*    url('../fonts/HindVadodara-Bold.woff') format('woff'),*/
/*    url('../fonts/HindVadodara-Bold.ttf') format('truetype');*/
/*    font-weight: bold;*/
/*    font-style: normal;*/
/*}*/
html {scroll-behavior: smooth;}
body{
    font-family: HindVadodara-Regular, 'sans-serif';
    max-width: 100vw;
    font-style: normal;
}
.lang-active {font-weight: 900; color: black}

span{
    font-size: 18px;
}
.max-w-1400{
    max-width: 1400px;
}
.max-w-1600{
    max-width: 1600px;
}
.z-10{
    z-index: 10;
}
.z--10{
    z-index: -10;
}
.big-underline-orange{
    border: 10px solid rgba(241, 127, 91, 0.8);
    width: 60%;
    position: absolute;
    bottom: -5px;
    z-index: -10;
}
.big-underline-orange-2{
    border: 1px solid rgba(241, 127, 91, 0.8);
    width: 100%;
}
.mt-50{
    margin-top:50px;
}
.text-align-justify{
    text-align: justify;
}
.text-align-end{
    text-align: end;
}
.big-underline-white-2{
    border: 1px solid white;
    width: 100%;
}
.mb-10{
    margin-bottom: 10%;
}
.mb-5{
    margin-bottom: 5%;
}

.fw-light-1{

}
.big-underline-orange-5{
    border: 4px solid rgba(241, 127, 91, 0.8);
    display: inline-block;
    width: 150px;
}
.banner-policy{
    border-bottom-right-radius: 15rem;
    box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
}
.mb-5p{
    margin-bottom: -5px;
}

.bg-orange-button{
    background: #F17F5B;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
}
.bg-black-button{
    background: #2F2E2F;
    border-radius: 10px;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    padding: 15px 15px 15px 15px;
}
.img-vector{
    position: absolute;
    right: 0%;
    top: 0;
    z-index: -10;
    height: 100%;
    max-height: 600px;
}
.first-blog{
    max-width: 100vw;
    max-height: 1200px;

}
.bg-fit{
    background-position: center;
    background-repeat: no-repeat ;

}
.border-20{
    border-radius: 20px!important;
}
.max-h-250{
    max-height: 250px;
    overflow: hidden;
}
.min-h-250{
    min-height: 200px;

}
.min-h-350{
    min-height: 350px;
}
.min-h-450{
    min-height: 450px;
}
.min-h-500{
    min-height: 500px;
}
.min-h-550{
    min-height: 550px;
}
.min-h-600{
    min-height: 600px;
}
.min-h-650{
    min-height: 650px;
}
.fs-12{
    font-size: 12px;
}
.fs-14{
    font-size: 14px;
}
.fs-16{
    font-size: 16px;
}
.fs-18{
    font-size: 18px;
}
.fs-20{
    font-size: 20px;
}
.fs-22{
    font-size: 22px;
}
.fs-24{
    font-size: 24px;
}
.card-subtext{
    font-size: 14px;
    color: rgba(51, 27, 59, 0.66);
}
.text-gray-1{
    color: rgba(51, 27, 59, 0.66);
}
.card-icon-container{
    display: flex;
    width: 42px;
    height: 38px;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background: antiquewhite;
    margin-bottom: 10px;
}
.card-icon-container img {

}
.arrow-button{
    background: transparent;
    border: 1px solid black;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    margin-left: 10px;
}
.img-rectangle-left{
    position: absolute;
    width: 80%;
    z-index: -10;
    height: 100%;
    left:-5%;
}

.img-rectangle-right{
    position: absolute;
    width: 80%;
    z-index: -10;
    height: 100%;
    right:-5%;
}
section{
    margin-top: 50px;
}
.card-rounded-image{
    height: 250px;
    width: 250px;
    display: inline;
    align-self: center;
    border-radius: 50%;
    border:4px solid white;
    background-size: cover;
    background-position: center center;
}
.glowning-border-orange{
    box-shadow: 1px 0px 21px 7px rgba(241,127,91,0.54);
    -webkit-box-shadow: 1px 0px 21px 7px rgba(241,127,91,0.54);
    -moz-box-shadow: 1px 0px 21px 7px rgba(241,127,91,0.54);
}

.about-block{
    background: black;
    border-radius: 20px;
    min-height: 300px;
    text-align: center;
}
.orange-text{
    color: #ff5213;
}

.w-80{
    width: 80%;
}
.w-60 {
    width: 60%;
}
.card-image{
    display: grid;
    height: 220px;
    align-items: center;
    justify-items: center;
}
.partnership-card{
    border-radius: 20px;
    box-shadow: 1px 6px 9px -4px rgba(0,0,0,0.75);
    -webkit-box-shadow: 1px 6px 9px -4px rgba(0,0,0,0.75);
    -moz-box-shadow: 1px 6px 9px -4px rgba(0,0,0,0.75);
}
.accreditation-card{
    width: 150px;
    min-height: 125px;
    height: 100%;
    box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    word-break: break-word;
}
.accreditation-image{
    width: 35px;
}
.solution-card{
    border-radius: 20px;
    box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 1px 15px -5px rgba(0,0,0,0.75);
}


.bg-orange-1{
    background: rgba(241, 127, 91, 0.5);
}
.bg-orange-2{
    background: rgba(241, 127, 91, 0.2);
}
.bg-orange-3{
    background: #FFDED4;
}
.bg-orange-4{
    background: #F17F5B;
}
.bg-orange-80{
    width: 80%;
}
.w-90{
    width: 90%;
}

.border-r-t-30{
    border-top-right-radius: 30%;
}
.border-l-t-30{
    border-top-left-radius: 30%;
}

.border-r-t-50{
    border-top-right-radius: 50%;
}
.border-l-t-50{
    border-top-left-radius: 50%;
}
.border-l-t-100{
    border-top-left-radius: 100em;
}

.t-0{
    top:0
}
.b-0{
    bottom: 0;
}
.l-0{
    left:0
}
.r-0{
    right: 0;
}
.footer-bg{
    background: #383838;
}
.hr-grey-bg{

    background: #9D9D9D;
}
.hr-grey-color{

    color: #9D9D9D;
}
.pt-100{
    padding-top: 100px;
}
#navbar-element{
    background: transparent;
    position: fixed;
    z-index: 100;
}
#orange-div{
    height: 70vh;
    width: 100vw;
}
.lang-trigger{
    color: black!important;
}
.lang-trigger:after{
    content: "";
    background: black;
    position: absolute;
    height: 20px;
    width: 1.5px;
    margin: 5px 7px;
}
.social-network-radius{
    width: 40px;
    text-align: center;
    border-radius: 70% 40% 65% 50%;
    border: 2px solid black;
    padding: 0 5px;
}
.navbar-logo{
    width: 140px;
}
@media screen and (max-width: 1000px) {
    #navbar-element{
        background: white;
    }
    .img-rectangle-left{
        width: 200%;
    }
    .img-rectangle-right{
        width: 200%;
    }
    .banner-policy{
        border-bottom-right-radius: 0!important;
    }
    .bg-orange-sm{
        border-top-right-radius: 0;
        border-top-left-radius: 0;
        border: 0!important;
        width: 100%;
        height: 100%;
    }
    section{
        overflow-x: hidden;
    }
}
