﻿
/*==========Google font==========*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
/*==========Google font==========*/

* {
    margin: 0px;
    padding: 0px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
}

body {
  
    display: flex;
    flex-direction: column;
    height: 100vh;
}


ul {
    padding: 0px;
    margin: 0px;
}

li {
    list-style-type: none;
}

a {
    text-decoration: none;
    padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a:hover {
    text-decoration: none;
}



/******** Header Part ***********/
.other_header img {
    width: 60px;
    height: 50px;
}

.other_header {
    background-image: url(../../Images/UserPortalImages/aboutus.png);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    z-index: 1;
    min-height: 90vh;
    min-width: 100%;
    color: #fff;
    padding: 20px 0px 0px 0px;
    position: relative;
}


    .other_header::after {
        content: "";
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        /* background: #c7c7c7;*/
        position: absolute;
        /*opacity: .8;*/
        z-index: -1
    }
    .other_header ul li .nav-link {
        color: #fff;
        font-size: 16px;
        letter-spacing: 0;
        line-height: 24px;
        padding: 5px;
        display:inline-block;
        text-transform:uppercase;
    }
        .other_header ul li .nav-link:hover {
            color: #fff !important;
            border-bottom: 1px solid #fff !important;
        }
    .other_header .dropdown-menu li a {
        color: #000;
    }
.other_hea_title {
  position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 415px;
    bottom: 40px;
    text-align:center;
}
    .other_hea_title span, .core_title span {
        position: relative;
        z-index: 0;
        display: inline-block;
        text-transform: uppercase;
        font-size: 30px;
        color: #FFFFFF;
        padding: 5px;
        font-weight: 600;
        width: 30%;
    }
        .other_hea_title span::after, .core_title span::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            z-index: -1;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
            background: linear-gradient(90deg, #a73069, #dbaac1);
        }
/******** End Header Part ***********/

/********  About US Description Part ***********/
.about_desc p {
    margin: 80px 0px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
    color: #0F146D !important;
}
/******** End  About US Description ***********/

/********  CORE Part ***********/
.core_title {
    margin: 0px 0px 80px 0px;
   
}
.core_bottom{
    width: 100%;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 540px;
}
    .core_bottom #one, .core_bottom #two, .core_bottom #Three {
        width: 33.3%;
    }
    .core_bottom #one {
        background: var(--secondary-color);
        padding-left: 0px;
    }
        .core_bottom #one h3, .core_bottom #one h4,
        .core_bottom #one p, .core_bottom #one h1 {
            color: #16136A !important;
        }
    .core_bottom #two {
        background: #bc618c;
    }
    .core_bottom #Three {
        background: var(--primary-color);
    }
.core_body {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    flex-direction:column;
    padding: 40px 50px 0px 50px;
}

.core_item_top{
    margin-bottom: 20px;
}
.core_body .core_item_top h3 {
    line-height: 36px;
    font-size: 24px;
    margin-bottom: 10px;
}
.core_body .core_item_top h4 {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 24px;
}
.core_body .core_item_top h1 {
    font-size: 95px;
    line-height: 100%;
    font-weight: 600;
}
.core_body .core_item_bottom p {
    text-align: justify;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 0;
}
    .core_item_top {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
/******** End  CORE ***********/

/********* About Slider *********/
.about_slider_bg {
    padding: 80px 0px 20px 0px;
    background: linear-gradient(to right, white 50%, rgb(211,0,62) 50%);
}

.about_slider_bg .owl-carousel .owl-dots.disabled,
.about_slider_bg .owl-carousel .owl-nav.disabled {
    display: block;
}

    .about_slider_bg .owl-theme .owl-dots, .about_slider_bg .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        position: absolute;
        left: 50%;
        bottom: 0px;       
    }
/*    .about_slider_bg .owl-theme .owl-dots .owl-dot {
        width: 6px;
        height: 6px;
        background-color: #DE0A4F;
        border-radius: 100%;
        margin-right: 8px;
        margin-left: 8px;
        opacity: 1;
    }*/
        .about_slider_bg  .owl-theme .owl-dots .owl-dot {
            display: inline-block;
            zoom: 1;
            margin: 0px 5px;
        }
            .about_slider_bg .owl-theme .owl-dots .owl-dot span {
                width: 8px;
                height: 8px;
                margin: 0px 0px;
                /* background: #DE0A4F;*/
                background: #fff9fb;
                display: block;
                -webkit-backface-visibility: visible;
                transition: opacity .2s ease;
                border-radius: 30px;
            }
    .about_slider_bg .owl-next {
        right: -20px;
        bottom: -5px;
        width: 39px;
        color: #fff !important;
        height: 31px;
        background: transparent;
        border-radius: 50%;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        right: -329px;
        position: absolute;
        font-size: 30px;
    }
#about_slider_image_div{
    height: 350px;
    width:50%;
    padding-left:5%;
    padding-bottom:50px;
}

#about_slider_descriptin_div {
    max-width: 50%;
}
#about_slider_image_div img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
    .about_slider_bg .owl-prev {
        bottom: -5px;
        width: 39px;
        color: #DE0A4F !important;
        height: 31px;
        background: transparent;
        border-radius: 50%;
        -webkit-transition: .4s;
        -o-transition: .4s;
        transition: .4s;
        left: -315px;
        position: absolute;
        font-size: 30px;
    }
    .about_slider_bg .owl-next i, .about_slider_bg .owl-prev i{
        font-size: 30px;
    }
    .about_slider_bg .owl-theme .owl-dots .owl-dot.active span {
        background: #fff !important;
    }
    .about_slider_bg button.owl-dot.active {
        border: 6px solid #FE8E01;
        border-radius: 100%;
    }
.about_slider_bg .about_slider_title{
    margin-left: 15px;
}
.about_slider_bg .about_slider_title span {
    position: relative;
    text-transform: uppercase;
    font-size: 34px;
    color: #FFFFFF;
    padding: 5px;
    display: inline-block;
}
        .about_slider_bg .about_slider_title span::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: #fdd104;
            z-index: -1;
            -webkit-transition: all 0.1s linear;
            -moz-transition: all 0.1s linear;
            transition: all 0.1s linear;
            background-image: linear-gradient(270deg, #FF00FF 0%, #F36D00 67%, #FE8E01 100%);
        }
    .about_slider_bg .about_slider_title h4 {
        display: block;
        margin: 45px 0px 25px 0px;
        line-height: 36px;
        font-size: 24px;
        color: #fff;
    }
    .about_slider_bg .about_slider_title p {
        line-height: 23px;
        font-size: 15px;
        color: #FFFFFF;
        letter-spacing: 0;
        text-align: justify;
        padding-bottom:50px;
    }
.about_slider_bg{
    padding-bottom:50px;
}
/********* End About Slider *********/
/********* About Footer **********/
.about_footer {
    background: #16136A;
}
.about_fotter_body{
    padding: 55px 0px;
    width: 100%;
    display:flex;
    flex-direction: row;
    justify-content:space-between;
    align-items:center;
}
.about_footer_left small{
    color: #fff;
    font-size: 12px;
}
.about_footer_right ul {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}
.about_footer_right ul li a{
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0px 15px;
    letter-spacing: 1px;
    font-weight:300;
}
.about_footer_right ul li a:hover{
    border-bottom: 1px solid #fff;
}



/*********************PARTNERS- Social Media**************************/

.social_header img {
    width: 60px;
    height: 50px;
}
.social_header {
    background-image: url(../../Images/AboutUsFAQ/about-Us.jpg);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
    min-height: 90vh;
    min-width: 100%;
    color: #fff;
    padding: 20px 0px 0px 0px;
    position: relative;
}

  
.partners_social_desc p {
    margin: 50px 0px;
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0;
    text-align: justify;
    color: #0F146D !important;
}

.social_media_title {
    color: #0F146D !important;
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
/********* End About Footer **********/