*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Saira', sans-serif;
  
  
  }
  
  :root{
    --text-color:#636363;
    --dark-color:#3e3e3e;
    --red-color:#e41b47;
  }
  
  body,html{
    width:100vw;
    overflow-x:hidden;
    position: relative;
    height: 100%;
  
  }

  
  a{
    text-decoration: none !important;
    color:white;
  }
  a:hover{
      color:white;
  }

  .main_btn {
    background: #fff;
    padding: 13px 35px;
    font: normal normal 700 14px Saira;
    color: #212529;
    border: 1px solid var(--red-color);
    text-transform: uppercase;
    position: relative;
    transition: ease-in-out 0.5s;
    z-index: 1;
    display: inline-block;
    border-radius: 0px 10px;
}

.main_btn:after {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 10px;
    height: 10px;
    background: var(--red-color);
    content: '';
    transition: ease-in-out 0.5s;
    z-index: -1;
    opacity: 0.9;
}
.main_btn:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 10px;
    background: var(--red-color);
    content: '';
    transition: ease-in-out 0.5s;
    z-index: -1;
    opacity: 0.9;
}

.main_btn:hover::before, .main_btn:hover::after  {
    width: 100%;
    height: 100%;
    border-radius: 0px 10px;
}

.main_btn:hover{
    color: #fff;
}

.child_heading {
    font: normal normal 600 18px Saira;
    color: var(--red-color);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 65px;
}

.child_heading {
    font: normal normal 600 18px Saira;
    color: var(--red-color);
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 65px;
}



.child_heading:before {
    position: absolute;
    left: 0;
    width: 40px;
    height: 2px;
    background:var(--red-color);
    content: '';
    top: 8px;
}

.child_heading:after {
    width: 40px;
    height: 2px;
    background: var(--red-color);
    content: '';
    position: absolute;
    left: 12px;
    top: 13px;
}

.main_paira {
    color: #626974;
    font: normal normal 500 14px / 25px Saira;
}

.sub_heading {
    font: normal normal 800 33px / 40px Saira;
}

.sub_heading span {
    color: var(--red-color);
    font-style: italic;
}


.navbar-toggler-icon {
    width: 40px;
    background: url(../images/menu.png);
    height: 40px;
    background-size: cover;
}

@media (max-width: 991px){
.menu {
    position: absolute;
    background: white;
    top: 98px;
    width: 100%;
    left: 0;
    border-radius: 10px;
}

.menu .navbar-nav li {
    justify-content: start;
    display: flex;
    width: 100%;
    border-bottom: 1px solid #80808024;
    padding: 13px 18px;
}


.menu .navbar-nav .nav-item a {
    color: #1a1a1a;
    padding: 0;
    font: normal 600 14px / 14px Arimo;
}

.navbar-toggler {
    padding: 0;
    border: 0;
    font-size: 0px;
}

.navbar-toggler:focus {
    box-shadow: 0px 0px 0px 3px transparent !important;
}
.styles_content ul li {;
    display: flex;
}
.styles_content ul li i{
    padding-top: 5px;
}

.header{
    padding-top: 15px;
}

.logo img {
    max-width: 200px;
}
}

@media(max-width:767px){
    .hero_content h1 {
        font: normal normal 700 40px /45px Arimo;
    }

    .sub_heading {
        font: normal normal 800 28px / 40px Arimo;
    }
    .hero_banner{
        height: 130vh;
    }

    .main_number_row{
        padding: 20px 0px;
    }

    .experience_text{
        left: 0px;
        bottom: 0px;
    }


    .about_img .about_img-2 {
        width: 100% !important;
        right: -30px;
        bottom: 0;
    }

    .footer-nav li{
        padding: 0px;
    }

    .footer-nav {
        justify-content: space-between !important;
    padding: 0;
    margin-top: 9px !important;
    }
    
}

.container-fluid {
   padding:0px;
}
.breadcrumb ul {
    display: flex;
    height: 50px;
    margin: auto;
    list-style-type: none;
    justify-content: center;
    padding-top: 20px;
}
.breadcrumb {
    background-image: url("../images/hero-banner.jpg");
    background-size: cover;
    display: block;
    padding: 40px 0;
}
.menu .navbar-nav a.nav-link.header-tag {
    color: black;
    padding-top:0px;
    margin-top:0px;
}
.breadcrumb ul li a {
    color: white;
}
.bread-crumb-head {
    color: white;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    margin-bottom:-10px;
}


/*Download button Style Start */
#wrap {
    margin: 20px auto;
    text-align: center;
}

.btn-slide, .btn-slide2 {
    position: relative;
    display: inline-block;
    height: 50px;
    width: 200px;
    line-height: 50px;
    padding: 0;
    border-radius: 50px;
    background: #fdfdfd;
    border: 2px solid #0099cc;
    margin: 10px;
    transition: .5s;
}

.btn-slide2 {
    border: 2px solid #e71947;
}

.btn-slide:hover {
    background-color: #0099cc;
}

.btn-slide2:hover {
    background-color: #e71947;
}

    .btn-slide:hover span.circle, .btn-slide2:hover span.circle2 {
        left: 100%;
        margin-left: -45px;
        background-color: #fdfdfd;
        color: #0099cc;
    }

    .btn-slide2:hover span.circle2 {
        color: #e71947;
    }

    .btn-slide:hover span.title, .btn-slide2:hover span.title2 {
        left: 40px;
        opacity: 0;
    }

    .btn-slide:hover span.title-hover, .btn-slide2:hover span.title-hover2 {
        opacity: 1;
        left: 40px;
    }

.btn-slide span.circle, .btn-slide2 span.circle2 {
    display: block;
    background-color: #0099cc;
    color: #fff;
    position: absolute;
    float: left;
    margin: 5px;
    line-height: 42px;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    transition: .5s;
    border-radius: 50%;
}

.btn-slide2 span.circle2 {
    background-color: #e71947;
}

.btn-slide span.title,
.btn-slide span.title-hover, .btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    position: absolute;
    left: 90px;
    text-align: center;
    margin: 0 auto;
    font-size: 15px;
    font-weight: bold;
    color: #30abd5;
    transition: .5s;
}

.btn-slide2 span.title2,
.btn-slide2 span.title-hover2 {
    color: #e71947;
    left: 50px;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    left: 80px;
    opacity: 0;
}

.btn-slide span.title-hover, .btn-slide2 span.title-hover2 {
    color: #fff;
}
/*Download button Style End */

.sub_heading-main {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0px;
}
.image-size {
    max-width: 300px;
}
.box {
    height: 20vh;
    border: 2px solid black;
}

/*Contact us page card */


.containerr {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 20px;
    min-height: 70vh;
    background: url(../images/bg-5.png);
}

.card {
    background: #287bff;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    width: 320px;
    height: 265px;
    margin: 30px;
    border-radius: 20px;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
    box-shadow: 0 15px 0 #fff, inset 0 -15px 0 rgba(255, 255, 255, 0.24), 0 45px 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
}

    .card::before {
        content: "";
        position: absolute;
        top: -140px;
        left: -40%;
        padding: 0;
        width: 100%;
        height: 120%;
        background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2));
        transform: rotate(35deg);
        pointer-events: none;
        filter: blur(5px);
    }

    .card:nth-child(1) {
        background: linear-gradient(to bottom, #071341, #35353d);
    }
    .card:nth-child(2) {
        background: linear-gradient(to bottom, #db5b77, #e71947);
    }

    .card:nth-child(3) {
        background: linear-gradient(to bottom, #212529, #00324c);
    }

    .card .icon {
        position: relative;
        width: 140px;
        height: 120px;
        background: #3c2846;
        border-bottom-left-radius: 100px;
        border-bottom-right-radius: 100px;
        box-shadow: 0 15px 0 rgba(0, 0, 0, 0.1), inset 0 -8px 0 #fff;
        z-index: 100;
        display: flex;
        justify-content: center;
        align-items: flex-start;
    }

        .card .icon::before {
            content: "";
            position: absolute;
            top: 0;
            left: -50px;
            width: 50px;
            height: 50px;
            background: transparent;
            border-top-right-radius: 50px;
            box-shadow: 15px -15px 0 15px #3c2846;
        }

        .card .icon::after {
            content: "";
            position: absolute;
            top: 0;
            right: -50px;
            width: 50px;
            height: 50px;
            background: transparent;
            border-top-left-radius: 50px;
            box-shadow: -15px -15px 0 15px #3c2846;
        }

        .card .icon ion-icon {
            color: #fff;
            position: relative;
            font-size: 6em;
            z-index: 1000;
            --ionicon-stroke-width: 24px;
        }


    .card .content {
        position: absolute;
        width: 100%;
        padding: 50px;
        padding-top: 150px;
        text-align: center;
    }

        .card .content h2 {
            font-size: 1.8em;
            color: #fff;
            margin-bottom: 15px;
        }

        .card .content p {
            color: #fff;
            line-height: 1.5em;
        }

ion-icon {
    visibility: hidden;
    position: absolute;
    top: 25px;
    color: white;
    left: 35%;
    font-size: 80px;
}
ol, ul {
    padding-left: 0rem;
}