﻿/*h3 {
    margin-top: 40px;
    margin-left: 10px;
    margin-right: 10px;
}

.RegBox {
    color: #fff;
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: 300px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 1px 5px 2px rgba(68, 68, 68, 0.6);
}

.Yellow-Box {
    background-color: #f27f08;
    float: right;
}

.Blue-box {
    background-color: #099be4;
}

.RegBox-inner {
    position: absolute;
    top: -65px;
    bottom: 0;
    left: 34%;
    right: 0;
    width: 120px;
    height: 42%;
    border-radius: 50%;
    box-shadow: 0px 1px 5px 2px rgba(68, 68, 68, 0.6);
}

.RegBox-inner-Yellow {
    background-color: #f27f08;
}

.RegBox-inner-Blue {
    background-color: #099be4;
}

.RegBox-inner-Yellow:hover, .RegBox-inner-Yellow:focus {
    box-shadow: 0px 0px 0px 2px rgba(68, 68, 68, 0.3), 0px 0px 0px 20px rgba(242, 127, 8, 0.5), 5px 5px 15px 5px rgba(68, 68, 68, 0.4);
}

.RegBox-inner-Blue:hover, .RegBox-inner-Blue:focus {
    box-shadow: 0px 0px 0px 2px rgba(68, 68, 68, 0.3), 0px 0px 0px 20px rgba(9, 155, 228, 0.5), 5px 5px 15px 5px rgba(68, 68, 68, 0.6);
}

.RegBox-inner img {
    top: 22%;
    bottom: 0;
    left: 0;
    right: 0;
    position: relative;
}*/

body,
div,
a {
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
    color: #000000;
}

a {
    text-decoration: none;
    -webkit-transition: all .25s ease-in;
    -moz-transition: all .25s ease-in;
    -o-transition: all .25s ease-in;
    transition: all .25s ease-in;
}

    a:hover {
        text-decoration: none;
        cursor: pointer;
    }

.container {
    max-width: 1350px;
    width: 100%;
}



/*****Common Styles*****/

.d-none {
    display: none !important;
}

.text-white {
    color: #fff !important;
}

.text-orange {
    color: #ff7200;
}

.text-red {
    color: #FF0000;
}

/*****Common Styles*****/



.min_common_wrapper {
    width: 85%;
    margin: 0 auto;
}

.max_common_wrapper {
    width: 90%;
    margin: 0 auto;
}

.sub_min_common_wrapper {
    width: 70%;
    margin: 0 auto;
}


.registration_cards_section {
    padding:100px 0px;
}

.registration_card_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0px -15px;
}

.registration_card_column {
    width:50%;
    padding:15px;
}

.registration_card_column_content {
    padding: 1.5rem;
    border: 1px solid;
    border-radius: 35px;
}
.bg-card--blue {
    background: #D8E9F1;
}

.registration_card_column_inner_content {
    padding: 5rem 2rem 5rem 11rem;
    border: 1px solid;
    border-radius: 35px;
  

}

.indian--bg-image {
    background-image: url('../images/indian_registration.png') !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-position: top 20px left 10px !important;
}

.inner-bg-card--blue {
    background: #24A5E3;
}
.inner-border-card--blue {
    border-color: #1784B9;
}


.bg-card--orange {
    background: #FEEDD5;
}


.international--bg-image {
    background-image: url('../images/international_registration.png') !important;
    background-repeat: no-repeat !important;
    background-position: top left !important;
    background-position: top 20px left 10px !important;
}

.inner-bg-card--orange {
    background: #F19C20;
}

.inner-border-card--orange {
    border-color: #DA8B18;
}

.registration_title h4 {
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 44px;
    color: #FFFFFF;
    margin:0px 0px 10px 0px !important;
}

.registration_listings {
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    color: #FFFFFF;
}
/**************************************RESPONSIVE CSS******************************************************/
/*

 * Table of Contents:

 * 	   - Media Queries

 *   0 - media screen and (max-width: 1170px)

 *   1 - media screen and (max-width: 1152px)

 *   2 - media screen and (max-width: 1024px)

 *   3 - media screen and (max-width: 992px)

 *   4 - media screen and (max-width: 800px)

 *   5 - media screen and (max-width: 768px)

 *   6 - media screen and (max-width: 728px)

 *   7 - media screen and (max-width: 640px)

 *   8 - media screen and (max-width: 500px)

 *   9 - media screen and (max-width: 480px)

 *  10 - media screen and (max-width: 414px)

 *  11 - media screen and (max-width: 375px)

 *  12 - media screen and (max-width: 360px)

 *  13 - media screen and (max-width: 320px)

---------------------------------------------------------------------- */
@media screen and (max-width:1199px) {
}

@media screen and (max-width:1100px) {
    .container {
        padding: 0px 20px;
    }
}

@media screen and (max-width:1052px) {
   
}

@media screen and (max-width:991px) {
    .registration_card_column {
        width:100%;
    }
}

@media screen and (max-width:767px) {
 

    .about_banner_title h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .section_common_heading h2 {
        font-size: 35px;
        line-height: 55px;
    }

    .registration_title h4 {
        font-size: 18px;
        line-height: 25px;
       
    }
    .registration_listings {
      
        font-size: 14px;
        line-height: 34px;
      
    }

    .registration_card_column_inner_content {
        max-height: none !important;
        min-height: auto !important;
    }

    .registration_card_column_inner_content {
        padding: 5rem 2rem 2rem 2rem !important;
        border-radius: 35px;
    }

    .registration_cards_section {
        padding: 25px 0px !important;
    }
}



@media screen and (max-width:500px) {
}
