* {padding: 0;
    box-sizing: border-box;
}
body{
    font-family:raleway;
}
@font-face{
    font-family:raleway;
    font-weight:300;
    font-style:normal;
    src:url('../font/Raleway-Light.ttf');
}
@font-face{
    font-family:raleway;
    font-weight:400;
    font-style:normal;
    src:url('../font/Raleway-Medium.ttf');
}
@font-face{
    font-family:raleway;
    font-weight:500;
    font-style:normal;
    src:url('../font/Raleway-Regular.ttf');
}
@font-face{
    font-family:raleway;
    font-weight:600;
    font-style:normal;
    src:url('../font/Raleway-SemiBold.ttf');
}
@font-face{
    font-family:raleway;
    font-weight:700;
    font-style:normal;
    src:url('../font/Raleway-Bold.ttf');
}
.menuzord,
.menuzord *{box-sizing:border-box;}
.menuzord{width:100%;padding:0 30px;float:left;position:relative;background:#fff;}
.menuzord a{transition:color .3s linear, background .3s linear;}
.menuzord-menu.scrollable > .scrollable-fix{display:none;}
.menuzord-brand{margin:18px 30px 0 0;float:left;cursor:pointer;}
.menuzord-menu{margin:0;padding:0;list-style:none;}
.menuzord-menu.menuzord-right{margin-top: 10px;display: flex; justify-content: center; align-items: center;    float: right;}
.menuzord-menu > li{display:inline-block;float:left;}
.menuzord-menu > li > a{padding:26px 16px;display:inline-block;text-decoration:none;font-size:14px;font-weight:600;color:#888;outline:0;line-height:1.42857143;}
.menuzord-menu > li.active > a,
.menuzord-menu > li:hover > a{color:#333;}
.menuzord-menu ul.dropdown,
.menuzord-menu ul.dropdown li ul.dropdown{list-style:none;margin:0;padding:0;display:none;position:absolute;z-index:99;min-width:180px;white-space:nowrap;background:#fff;}
.menuzord-menu ul.dropdown li ul.dropdown{left:100%;}
.menuzord-menu ul.dropdown li{clear:both;width:100%;border:0 none;font-size:12px;position:relative;}
.menuzord-menu ul.dropdown li a{width:100%;background:none;padding:10px 25px 10px 22px;color:#888;text-decoration:none;display:inline-block;float:left;clear:both;position:relative;outline:0;transition:padding .2s linear;}
.menuzord-menu ul.dropdown li:hover > a{padding-left:28px;padding-right:19px;color:#333;}
.menuzord-menu ul.dropdown.dropdown-left{left:auto;}
.menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{left:-100%;}
.menuzord-menu li .indicator{margin-left:3px;}
.menuzord-menu li ul.dropdown li .indicator{position:absolute;top:8px;right:10px;font-size:15px;}
.menuzord-menu > li > .megamenu{width:100%;padding:20px 30px;left:0;position:absolute;display:none;z-index:99;border-top:solid 1px #f0f0f0;background:#fff;}
.menuzord-menu > li > .megamenu.megamenu-half-width{width:50%;left:auto;}
.menuzord-menu > li > .megamenu.megamenu-quarter-width{width:25%;left:auto;}

.menuzord .showhide{width:60px;height:46px;padding:13px 0 0;display:none;float:right;text-decoration:none;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-tap-highlight-color:transparent;}
.menuzord .showhide em{width:20px;height:3px;margin:3.5px 20px 0;float:right;background:#777;}
.menuzord-menu > li > a > i{margin:0 5px 0 0;font-size:18px;float:left;line-height:0px;font-family:'FontAwesome';}
.menuzord-menu > li.search form{float:left;padding:22px 16px 17px;}
.menuzord-menu > li.search form input[type="text"]{width:160px;padding:5px 10px;font-family:'Open Sans', sans-serif;border:none;background:#f0f0f0;border-radius:2px;outline:0;transition:width 1s ease-out;}
.menuzord-menu > li.search form:hover input[type="text"]{width:160px;}
.menuzord-tabs{width:100%;float:left;}
.menuzord-tabs-nav{width:20%;margin:0;padding:0;float:left;list-style:none;}
.menuzord-tabs-nav > li > a{width:100%;padding:7px 16px;float:left;font-size:13px;text-decoration:none;color:#666;border:solid 1px #f0f0f0;outline:0;}
.menuzord-tabs-nav li.active a,
.menuzord-tabs-nav li:hover a{background:#f0f0f0;}
#header.sticked {
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding: 19px 0;
        background-color: #fff;
}

.menuzord.blue .menuzord-menu > li.active > a,
.menuzord.blue .menuzord-menu > li:hover > a,
.menuzord.blue .menuzord-menu ul.dropdown li:hover > a{color:#238AC1;}
.menuzord.green .menuzord-menu > li.active > a,
.menuzord.green .menuzord-menu > li:hover > a,
.menuzord.green .menuzord-menu ul.dropdown li:hover > a{color:#37BC9B;}
.menuzord.red .menuzord-menu > li.active > a,
.menuzord.red .menuzord-menu > li:hover > a,
.menuzord.red .menuzord-menu ul.dropdown li:hover > a{color:#E9573F;}
.menuzord.orange .menuzord-menu > li.active > a,
.menuzord.orange .menuzord-menu > li:hover > a,
.menuzord.orange .menuzord-menu ul.dropdown li:hover > a{color:#ff670f;}
.menuzord.yellow .menuzord-menu > li.active > a,
.menuzord.yellow .menuzord-menu > li:hover > a,
.menuzord.yellow .menuzord-menu ul.dropdown li:hover > a{color:#F6BB42;}
.menuzord.purple .menuzord-menu > li.active > a,
.menuzord.purple .menuzord-menu > li:hover > a,
.menuzord.purple .menuzord-menu ul.dropdown li:hover > a{color:#967ADC;}
.menuzord.pink .menuzord-menu > li.active > a,
.menuzord.pink .menuzord-menu > li:hover > a,
.menuzord.pink .menuzord-menu ul.dropdown li:hover > a{color:#D770AD;}
@media (max-width:991px){
.menuzord-responsive.menuzord{padding:0;}
.menuzord-responsive .menuzord-brand{margin:8px 30px 10px 20px;font-size:20px;line-height:1.55;}
.menuzord-responsive .showhide{margin:0;}
.menuzord-responsive .menuzord-menu{width:100%;float:left !important;}
.menuzord-responsive .menuzord-menu.scrollable{overflow-y:auto;background-color: #fff;}
.menuzord-responsive .menuzord-menu.scrollable > .scrollable-fix{display:block;}
.menuzord-responsive .menuzord-menu > li{width:100%;display:block;position:relative;}
.menuzord-responsive .menuzord-menu > li > a{width:100%;padding:12px 20px;display:block;border-bottom:solid 1px #bfbfbf;}
.menuzord-responsive .menuzord-menu > li:first-child > a{border-top: solid 1px #bfbfbf;}
.menuzord-responsive .menuzord-menu > li:last-child > a {border-top:none;}
.menuzord-responsive .menuzord-menu ul.dropdown,
.menuzord-responsive .menuzord-menu ul.dropdown li ul.dropdown{width:100%;left:0;position:static;border:none;background:#fff;float:left;}
.menuzord-responsive .menuzord-menu ul.dropdown li{position:relative;}
.menuzord-responsive .menuzord-menu ul.dropdown li a{border-bottom:solid 1px #f0f0f0;}

.menuzord-responsive .menuzord-menu li .indicator{width:60px;height:45px;position:absolute;right:0;top:0;font-size:22px;text-align:center;line-height:43px;border-left:solid 1px #f5f5f5;}
.menuzord-responsive .menuzord-menu li ul.dropdown li .indicator{height:38px;right:0;top:0;font-size:18px;line-height:36px;}


}
.beauty .menuzord-brand img{width: 85%;}

.contact_mail a:hover{color:#c33434;}

.beauty .menuzord-brand{    width: 22%;    margin: 0px 0px 0 0;}
.sticked .beauty .menuzord-brand{margin:6px 10px 0 0;}
.beauty .menuzord{background:rgba(0, 0, 0, 0) none repeat scroll 0 0;padding:0;}
.beauty .menuzord-menu>li a{color:#676767;font-size:14px;font-weight:600;line-height:0px;padding: 16px 9px;text-decoration:none;    text-transform: capitalize;}
.beauty .menuzord-menu>li a:hover{color:#ed2529;}
.beauty .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{left:0;transform:translateX(-100%);}
.beauty .menuzord-menu ul.dropdown li a{color:#5f5f5f;padding: 15px 25px 15px 22px;text-transform:capitalize;}
.beauty .menuzord-menu ul.dropdown li:hover a{padding:20px 25px 20px 22px;}
.beauty .menuzord-menu>li>.megamenu,
.beauty .menuzord-menu ul.dropdown,
.beauty .menuzord-menu ul.dropdown li ul.dropdown{border-top:4px solid #c33434;box-shadow:0 5px 18px rgba(0, 0, 0, 0.17);}
.beauty .menuzord-menu ul.dropdown li{border-bottom:1px solid #E9E9E9;}
.beauty .menuzord-menu ul.dropdown li a{transition:all 0.3s;}
.beauty .menuzord-menu ul.dropdown li a:hover{color:#6f0086;background:rgba(34, 34, 34, 0.05) none repeat scroll 0 0;}
.beauty .menuzord-menu ul.dropdown li .indicator i{font-size:22px !important;margin-top:4px;}


@media (max-width:991px){
.beauty .menuzord .showhide em{background:#000 none repeat scroll 0 0;margin:5.5px 20px 0;width:28px;}
.beauty .menuzord .showhide{padding:9px 0 0;}
.beauty .menuzord-brand{margin:0px 0px 0 0;width:180px;}
.sticked .beauty .menuzord-brand{margin:0px 0px 0 0;}
.beauty .menuzord-brand>img{width:100%;}
.beauty .menuzord-menu>li a,
.sticked .beauty .menuzord-menu>li>a{font-size: 16px; padding: 10px 13px;line-height: 12px;     color: #116d39;}
.beauty .menuzord-menu>li>.megamenu::before,
.beauty .menuzord-menu ul.triangle::before{display:none;}
.beauty .menuzord-menu>li>.megamenu{border-top:medium none;box-shadow:none;padding:13px 20px;}
.beauty .menuzord-menu ul.dropdown li ul.dropdown.dropdown-left{transform:translateX(0%);}

}
.header_banner_section{
    background-image: url('../images/home_page_banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
        background-position: 23% 100%;
     padding-top: 2%;
}
.header_banner_right_content_section .carousel-control-prev{
    left: -14%;
    opacity: 1;
}
.header_banner_right_content_section .carousel-control-next {
    right: 0;
    left: -14%;
    bottom: -30%;
    opacity: 1;
}
.header_banner_left_content_section h1{
        font-size: 50px;
    font-weight: 700;
    color: #fff;
}
.header_banner_left_content_section {
      margin-top: 55%;
    position: absolute;
    left: -9%;
    z-index: 99;
}
.header_banner_right_testimonial .carousel-item{
    background-color: #fff;
    padding: 20px 22px;
    margin-top: 6%;
}
.header_banner_right_testimonial .carousel-item h6{
       font-size: 23px;
    text-align: justify;
       font-weight: 700;
        color: #58595b;
}
.header_banner_right_testimonial .carousel-control-prev i{
    color: #ae1f40;
    font-size: 30px;
}
.header_banner_right_testimonial .carousel-control-next i{
    color: #ae1f40;
    font-size: 30px;
}
.check_more_button a{
    background-color: #5da48a;
    color: #fff;
    padding: 8px 15px;
    text-align: center;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
}
.header_banner_right_testimonial .carousel-indicators li{
       background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.header_banner_right_testimonial .carousel-indicators{
    bottom: -2%;
    left: -81%;
}
..header_banner_right_testimonial .carousel-item p{
    color: #58595b;
    font-size: 15px;
}
.home_second_section{
    background-color: #ae1f40;
    padding: 11px 0;
}
.home_second_section ul li{
    font-size: 36px;
    color: #fff;
    font-weight: 700;
    width: 33.8%;
    text-align: center;
    line-height: 35px;
}
.home_second_section ul{
    display: flex;
}
.home_three_section ul{
    display: flex;
}
.home_three_section ul li{
    width: 33.8%;
    text-align: center;
}
.home_three_section{
    background-image: url('../images/staff_bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
}
.CREDAI_PRESENCE_heading h4{
    font-size: 38px;
    color: #58595b;
    font-weight: 700;
}
.header_social_link ul{
   display: flex;
    align-items: center;
    float: right;
        margin-top: 7%;
}
.header_social_link ul li>a {
   width: 35px;
    height: 35px;
    line-height: 35px;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 18px;
    color: #0f0f0f;
}
.present_synergyBringing h3{
        color: #58595b;
       font-size: 55px;
    font-weight: 700;
}
.CREDAI_PRESENCE_heading {
    margin-top: 11%;
    margin-bottom: 11%;
}
.present_synergyBringing p{
    font-size: 39px;
    width: 89%;
    color: #58595b;
    font-weight: 400;
    line-height: 48px;
    margin-top: 7%;
}
.last_updated_date p{
        font-size: 13px!important;
    color: #b01e3f!important;
    font-style: italic;
}
.header_banner_right_testimonial .carousel-item p{
        color: #58595b;
           font-size: 14px;
}
.upcoming_events_section {
    background-color: #fff;
        padding: 11px;
    padding-bottom: 32px;
}
.upcoming_events_section h5{
    text-align: center;
    font-size: 21px;
    font-weight: 700;
    color: #58595b;
    margin-bottom: 30px;
    margin-top: 15px;
}
.upcoming_events_section img{
   margin-bottom: 65px;
}
.header_banner_right_events_section {
    margin-top: 6%;
}
.Credia_Iniatives_section .col-xl{
    padding: 0px;
}
.Credia_Iniatives_section {
    background-color: #fff;
        padding: 11px;
}
.Credia_Iniatives_section p{
    font-size: 14px;
    color: #58595b;
    font-weight: 300;
}
.Credia_Iniatives_section .col-xl-8{
    padding: 0px;
}
.Credia_Iniatives_section{
     padding-left: 30px;
        padding-bottom: 25px;

}
.Credia_Iniatives_section h5{
    font-size: 21px;
    font-weight: 700;
    color: #58595b;
       margin-bottom: 7px;
    margin-top: 15px;
       
}
.header_banner_right_events_section .col-xl-7{
    padding-left: 0px;
}
.Credia_Iniatives_section h6{
    color: #b01e3f;
    font-weight: 400;
}
.header_banner_left_content_section h1>span{
    background-color: #232b1b;
    padding-left: 15%;
    margin-left: -18%;
    padding-bottom: 3px;
    padding-top: 3px;
    padding-right: 12px;
        opacity: 0.8;
}
.home_second_section ul li{
    position: relative;
}
.home_second_section ul li::after{
    content: "";
    position: absolute;
    background-color: #e1b5b5;
    left: 0;
    top: 0;
    width: 1px;
    height: 88px;
}
.home_second_section ul li:first-child::after{
display: none;
}
.home_three_section ul li{
    position: relative;
}
.home_three_section ul li::before{
    content: "";
    position: absolute;
    background-color: #ae1f40;
    left: 0;
    top: 10px;
    width: 2px;
    height: 88px;
}
.home_three_section ul li:first-child::before{
    display: none;
    
}
.credua_join_hand_content h6{
    font-size: 35px;
    color: #58595b;
    font-weight: 700;
}
.home_six_section{
     background-image: url('../images/just_around_the_corner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
       padding: 3% 0;
}

/* Style the tab */
.creadua_national_social_secion .tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  min-height: 305px;
    height: 293px;
}

.Paving_the_way_heading{
    margin-top: 2%;
    margin-bottom: 1%;
}
.twitter_social_link_and_facebook ul .tablinks_facebook button{    margin-left: -13px;}
button:focus{outline: inherit;}
.twitter_social_link_and_facebook ul li button{
    color: #fff;
}


/* Style the buttons inside the tab */
.creadua_national_social_secion .tab .twitter_social_link {
 display: block;
    color: black;
       padding: 19px 1px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
      background-color: #91d7f8;
}
.creadua_national_social_secion .tab .facebool_social_link{
 display: block;
    color: black;
       padding: 19px 1px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
  
}
/* Change background color of buttons on hover */
.creadua_national_social_secion .tab a:hover {
  background-color: #ddd;
}



/* Style the tab content */
.creadua_national_social_secion .tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  border-left: none;
    min-height: 310px;

        background-color: #aae0fa;
}
.glimpseinaugural h6{
   font-size: 15px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 600;
}
.Communuty_CREDAI_heading {
   background-color: #599c84;
    padding-right: 26px;
    padding-bottom: 2px;
   margin-top: 19%;
   padding-top: 39%;
}
.socail_logo_firsti_content h5{
    font-size: 14px;
    color: #fff;
}
.vdfgcre_comm_heading h5{
    text-align: right;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
}
.home_six_section .carousel-indicators li {
    background-color: #3a3a3a;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.home_six_section .carousel-indicators{
  right: 76%;
    bottom: -14%;
    margin-right: 8%;
    left: -16%;
}
.creadia_youth_wing_section .carousel-indicators{
    bottom: 8px;
    margin-left: -33%;
}
.creadia_youth_wing_section .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.creadia_youth_wing_section2 .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.creadia_youth_wing_section2 .carousel-indicators{
      margin-right: 0%;
    bottom: 8px;
    width: 12%;
    right: 20%;
    left: initial;
}
.properties_respective  ul li{color: #fff;}
.Septemberlocations p>span{
    color: #aae0fa;
}
.glimpseinaugural {
    background-color: #aae0fa;
}
.footer{
     background-image: url('../images/footer_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
        padding-top: 2%;
        background-color: #5ea48a;
}
.subscriber_section_in{
    background-image: url('../images/subscriber_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding-top: 2%;
    padding-bottom: 1%;
    background-size: cover;
}

#header{
    padding: 1% 0;
}
.footer_list_ittem{
          margin-left: 5%!important;
}
.footer_left_first img{
        width: 67%;
    margin-bottom: 5%;
}
.just_around_the_corner_content h2{
    color: #58595b;
    font-size: 35px;
   font-weight: 700;
}
.footer .address p{
    color: #fff;
    margin-bottom: 0px;
}
.footer p{
    color: #fff;
}
.website_reproduced {
    margin-top: 5%;
}
.footer_list_ittem h5{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.properties_respective  ul{
        display: flex;
    justify-content: center;
    align-items: center;
        float: right;
}
.creadua_national_social_secion .col-xl-10{
    padding-left: 0px;
}
.properties_respective  ul li>a{
    width: 38px;
    height: 38px;
    line-height: 38px;
    display: block;
    text-align: center;
    background-color: #fff;
    border-radius: 50px;
    margin-left: 10px;
    font-size: 20px;
    color: #10643d;
}
.just_around_the_corner_content p{
    font-size: 15px;
    color: #58595b;
        margin-top: 2%;
}
.filled_winding_selling p{    font-size: 14px;}
.just_around_the_corner_content img{
    width: 45%;
}
.privacy_policy_terms_consition_list ul{
    display: flex;
    float: right;
        margin-bottom: 2px;
}
.privacy_policy_terms_consition_list ul>li{
     margin-left: 19px;
}
.privacy_policy_terms_consition_list ul>li>a{
    color: #fff;
      font-size: 15px;
}
.privacy_policy_terms_consition_list ul>li:first-child{
     margin-left: 0px;
}

.footer_list_ittem ul li>a{
    color: #fff;
        font-size: 14px;
}

.credia_events_notifications .col-xl-2{
    padding: 0px;
}
.footer_list_ittem .col-xl-2{
    padding: 0px;
}
.footer_list_ittem .col-xl-3{
    padding: 0px;
}
.footer p{font-size: 14px;}
.footer .col-xl-8{
    padding-right: 0px;
}
.national_partener_logo ul{
    display: flex;
}
.national_partener_logo h4{
    color: #58595b;
    font-size: 32px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 4%;
}
.national_partener_logo {
        padding: 3% 0;
}
.national_partener_logo ul li img{
           width: 85%;
}
.national_partener_logo ul li{
    margin-left: 20px;
        width: 20%;
}
.cera_testimonial{
   border: 1px solid #ae1f40;
    padding: 13px 40px;
    margin-top: 3%;
    margin-bottom: 5%;
}
.cera_testimonial p{
       color: #4c4c4c;
    font-size: 14px;
    margin-top: 3%;
}
.beauty .menuzord-menu>li a:hover, .beauty .menuzord-menu>li.active a{
    color: #ed2529;
}

.cera_logo_img img{
    width: 33%;
    margin: auto;
    display: inherit;
}

.cera_logo_content p{
    text-align: center;
}
.cera_testimonial::after {
    content: '\f10d';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: absolute;
    left: -2%;
    top: -31%;
    font-size: 56px;
    color: #ae1f40;
}

.cera_testimonial::before {
    content: '\f10e';
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    margin: 0px 0px 0px 10px;
    text-decoration: none;
    position: absolute;
    font-size: 56px;
    color: #ae1f40;
    right: -13px;
    bottom: -47px;
}
.cera_testimonial{
    position: relative;
}
.socail_logo img{     margin-top: -13%;   width: 65%;}
.creadua_national_social_secion .socail_logo_firsti{
   width: 20%;
    float: left;
}
.creadua_national_social_secion .socail_logo_firsti_content{
    width: 80%;
    float: left;
}
.Septemberlocations {
    display: inline-block;
    background-color: #fff;
        padding: 13px 13px;
}
.Septemberlocations p{
    font-size: 12px;
    margin-bottom: 2px;
}
.Septemberlocations .ours{
    float: left;
    width: 10%;
    text-align: center;
}
.Septemberlocations_left {
    float: left;
    width: 90%;
}
.DrMNPandeyMP_CREDAINational p{margin-bottom: 0px;}
.first_content_social1 {
    border-bottom: 1px dotted;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.creadua_national_social_secion .tab .tablinks.active {
    background-color: #91d7f8;
}
.home_five_section{
     background-image: url('../images/green_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
}
.credua_join_hand_content {
    background-color: #fff;
       padding: 20px 12px;
}
.credua_join_hand_img h6{
    text-align: center;
    font-size: 27px;
    color: #fff;
    font-weight: 700;
}
.credua_join_hand_content p{
    font-size: 14px;
    color: #58595b;
    font-weight: 300;
}
.home_five_section .carousel-indicators li {
    background-color: #3a3a3a;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.home_five_section .carousel-indicators{
        bottom: -46px;
}

.Stay_touch_head p{
       text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}
.Stay_touch_head h5{
    font-size: 29px;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
       text-align: center;
    letter-spacing: 1px;
}
#header{
    padding-top: 17px;
    padding-bottom: 2%;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0px 3px 8px -4px;
}
.about_us_content1 {
    margin-top: 3%;
        margin-bottom: 6%;
}
.about_us_content1 h4{
    color: #58595b;
    font-size: 28px;
    font-weight: 700;
}
.newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #ae1f40;
text-transform: uppercase;
color: #fff;
font-weight:600;
}
.Subscribe_Now_input p{
    text-align: right;
    color: #fff;
        margin-bottom: 0px;
}
.Paving_the_way_heading h4{
    font-size: 43px;
    color: #009366;
    font-weight: 700;
        text-align: center
}
.Paving_the_way_heading h4>span{
    color: #6d6e71;
    font-weight: 600;
    font-size: 27px;
    margin-left: 3%;
}
.paving_the_way_effective .nav-tabs a{
    color: #58595b;
    font-size: 14px;
    font-weight: 700;
}
.paving_the_way_effective .nav-tabs .nav-link.active {
    color: #009366!important;
}
#home1_tab{
     background-image: url('../images/paving_the_way_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding: 3% 0;
}
#profile1{
     background-image: url('../images/skill_development.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding: 3% 0;
}
#messages1{
     background-image: url('../images/impact_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding: 3% 0;
}
#LEARNING1{
     background-image: url('../images/learning_program_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding: 3% 0;
}
#REPORTS1{
     background-image: url('../images/report_slide_bg.jpg');
    background-repeat: no-repeat;
   background-position: 39% 0%;
    position: relative;
    width: 100%;
    padding: 3% 0;
}
.paving_the_waybg .carousel-indicators li {
    background-color: #3a3a3a;
    height: 13px;
    width: 13px;
    border-radius: 50%;
}
.paving_the_waybg .carousel-indicators{
    right: 22%;
    bottom: -50px;
}
.paving_the_way_effective {
    margin-bottom: 5%;
}
.credia_learning_programme_content {
    background-color: #fff;
    width: 80%;
    padding: 4% 4%;
}
.creadia_youth_wing_content_2  p{
    color: #58595b;
    font-size: 15px;
}
.credia_learning_programme_content h4{
    font-size: 27px;
    font-weight: 700;
    color: #58595b;
}
.creadia_youth_wing_content_2 h4{
    font-size: 38px;
    font-weight: 700;
    color: #58595b;
}
.creadia_youth_wing_section2 {
    margin-top: 4%;
}
.creadua_national_social_secion {
    position: absolute;
    padding-right: 6%;
    top: 0;
    left: 0;
}
.twitter_social_link_and_facebook button{
    border: none;
    transform: rotate(-90deg);
    background: none;
}


#sidebar {
   min-width: 250px;
    max-width: 250px;
    background: #ffffff;
    color: #090909;
    transition: all 0.3s;
    border: 1px solid #c4c4c4;
}

#sidebar.active {
    margin-left: -250px;
}


#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
   color: #3a3a3a;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}
#sidebar .nav{display: block;}

#sidebar ul li.active>a,


a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}


ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}




















.about_us_side_bar .nav-link:hover {
  transition: all 0.4s;
}

.about_us_side_bar .nav-link-collapse:after {
  float: right;
  content: '\f107';
  font-family: 'FontAwesome';
}

.about_us_side_bar .nav-link-show:after {
  float: right;
  content: '\f106';
  font-family: 'FontAwesome';
}

.about_us_side_bar .nav-item ul.nav-second-level {
  padding-left: 0;
}

.about_us_side_bar .nav-item ul.nav-second-level > .nav-item {
  padding-left: 20px;
}

@media (min-width: 992px) {
  .about_us_side_bar .sidenav {
    background: #edeff1;
    box-sizing: border-box;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
    padding: 7px 10px;
          width: 82%;
  }
}
.anguage_pragraph {
    display: flex;
}
.nbs-flexisel-container p>strong{
     color: #116d39;
}
.just_around_the_corner_content{
        min-height: 300px;
}
.nbs_flexisel_container_sect3>p>strong{
    color: #116d39;
}
.anguage_pragraph >p>strong{
    color: #116d39;
}
.anguage_pragraph >p{
       margin-right: 40px;
}
  .about_us_side_bar .navbar-expand-lg .sidenav {
    flex-direction: column;
  }

  .about_us_side_bar .content-wrapper {
    margin-left: 230px;
  }

    .about_tabe_content_1 .col-xl-8{
        float: right;
            margin-bottom: 2%;
    }
.about_us_page_first_section h2 {
    font-size: 18px;
    font-weight: 600;
}
.about_us_side_bar .navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.67);
        font-size: 15px;
}
.about_us_banner {
    margin-bottom: 3%;
}
.about_us_banner img{
    width: 100% !important;
}
.navbar-dark .navbar-nav .nav-link.active {
    color: #000 !important;
}
.printing_typesetti_heading {
    border-bottom: 1px solid #b5b5b5;
    margin-bottom: 15px;
    padding-bottom: 16px;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color:#000!important;
}
  
.w3-red, .w3-hover-red:hover {
   color: #116d39!important;
}
.printing_typesetti_heading h4{
    font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.printing_typesetti_heading h2{
    position: relative;
    font-size: 20px;
    font-weight: 600;
}
.printing_typesetti_heading h2::before{
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #848484;
    left: -56px;
    top: 9px;
}
.about_us_page_first_section p{
    font-size: 15px;
    text-align: justify;
    color: #555;
}
.header_social_link ul li>span{
        color: #fff;
}
    .about_us_content_section .col-xl-9{
               float: right;
    padding-right: 5%;
    flex: 0 0 75%;
    max-width: 70%;
    }
.proud_sposors_heading {
    background-color: #5da48a;
    color: #fff;
      height: 194px;
   
}
    .proud_sposors_heading h4{
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 30%;
    padding-top: 4%;
    }
 .nbs-flexisel-container .owl-nav .owl-prev{
   position: absolute;
    top: 68%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
       left: -21%;
}
 .nbs-flexisel-container .owl-nav .owl-next{
    position: absolute;
    top: 68%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -12%;
}
 .owl-dot{
        display: none;
    }
.Proud_Sponsors_slider {
    margin-bottom: 3%;
        margin-top: 0%;
}
.Proud_Sponsors_slider h4{
       font-size: 31px;
    font-weight: 700;
    margin-left: 25%;
}
.Proud_Sponsors_slider_first_heading h5{
    position: relative;
        font-weight: 600;
    color: #444;
}
.Proud_Sponsors_slider_first_heading h5::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #848484;
    left: -56px;
    top: 9px;
}
.Proud_Sponsors_slider .col-xl-4{
    max-width: 27.333333%;
    margin-left: 6%;
}
.business-template{
    margin-top: 12%;
}
.about_us_content2 h2 {
    font-size: 18px;
    font-weight: 600;
}
.about_us_content2 p{
    font-size: 15px;
    text-align: justify;
    color: #555;
}
.about_us_content_section p{
     font-size: 15px;
    text-align: justify;
    color: #555;
}
.consumer_grievance_navbar_toggle .dropdown-toggle{
    position: relative;
}
.consumer_grievance_navbar_toggle .dropdown-toggle::after{
    display: initial;
    position: absolute;
        top: 37%;
    right: initial;
    transform: translateY(67%);
}
.consumer_grievance_navbar_toggle .dropdown-menu{
       width: 300px;
    padding: 20px 30px;
    background-color: #edecec;
    border-radius: 21px;
        top: 24px!important;
}
.drop_down_bg {
   margin-top: -19%;
    margin-left: -13.5%;
    padding-bottom: 9%;
}
.consumer_grievance_navbar_toggle .dropdown-menu .form-control{
        background-color: #f6f5e2;
    border: none;
        height: 45px;
}
.consumer_grievance_navbar_toggle .dropdown-menu i{
    font-size: 21px;
}
.consumer_grievance_navbar_toggle .dropdown-menu .input-group-text{
        background-color: #f6f5e2;
    border: none;
}
.consumer_grievance_navbar_toggle  .btn-info{
    border-radius: 0px;
    background-color: #5da48a;
    padding: 4px 35px;
    text-transform: uppercase;
    font-size: 15px;
        margin-bottom: 12px;
}
.navbar_submit_button p{
    text-transform: uppercase;
    color: #5da48a;
    font-size: 13px;
    font-weight: 700;
}
.upcoming_events_section .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.upcoming_events_section .carousel-indicators{
        right: 80px;
    bottom: -48px;
    margin-right: 18%;
    margin-left: -12%;
}
.Credia_Iniatives_section_slider_efdf .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.Credia_Iniatives_section_slider_efdf .carousel-indicators{
    right: 80px;
    bottom: -20px;
    margin-right: 23%;
    margin-left: -29%;
}
.paving_the_way_effective .nav-tabs{
    justify-content: center;
}
.owl-carousel.owl-loaded {
	display: inline-block;
}
.nbs_flexisel_container_sect1 {
    margin-top: 16%;
}
.nbs_flexisel_container_sect2 {
       margin-top: 10%;
}
.nbs_flexisel_container_sect3{    margin-top: 7%;}
.home_six_section {
    background-image: url(../images/just_around_the_corner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    padding: 3% 0;
}

.about_us_side_bar .navbar-dark .navbar-nav .nav-link:hover{color: #000!important;}

.tablinks_twiter_butt:hover{
    background-color: #91d7f8!important;
}
.tablinks_twiter_butt{
   background-color: #91d7f8;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left bottom;
     width: 155px;
    line-height: 46px;
    margin-left: 46px;
         margin-top: 54%;
    display: block;
    cursor: pointer;
    color: #fff!important;
}
.tablinks_face_butt{
    background-color: #40474b;
    font-size: 16px;
    text-align: center;
    transform: rotate(-90deg);
    transform-origin: left bottom;
    width: 155px;
    line-height: 46px;
    margin-left: 46px;
      margin-top: 54%;
    display: block;
    cursor: pointer;
    color: #fff!important;
}
.tablinks_face_butt:hover{
      background-color: #40474b!important;
}
.about_us_contents_2 {
    margin-top: 3%;
}
.about_us_contents_3 {
  margin-top: 3%;
    margin-bottom: 3%;
}
.comming_soon {
    position: relative;
}
.comming-soon {
    position: absolute;
    top: 50%;
    left: 40%;
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus{
    color: #000;
}
.tablinks_facebook .active{
        background-color: #bfbfbf;
}
.cera_testimonial .carousel-indicators li {
    background-color: #3a3a3a;
    height: 10px;
    width: 10px;
    border-radius: 50%;
}
.cera_testimonial .carousel-indicators {
    margin-right: 0%;
    bottom: 8px;
    width: 12%;
    right: 20%;
    left: initial;
}
.events_page_section_first p{
        font-size: 15px;
    line-height: 25px;
    text-align: justify;
}
.privacy_policy_terms_consition_list ul>li>a{
    color: #fff!important;
}
.place_to_visit_section_one .nbs-flexisel-container .owl-nav .owl-prev{
	    top: 48%;
}
.place_to_visit_section_one .nbs-flexisel-container .owl-nav .owl-next{
	    top: 48%;
}
.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

#image-gallery .modal-footer{
  display: block;
}

.thumb{
  margin-top: 15px;
  margin-bottom: 15px;
}
.sponsors_and_preferred_partners_list_one{
    display: flex;
    justify-content: center;
        margin-top: 5%;
}
.sponsors_and_preferred_partners_list_two{
        display: flex;
    justify-content: center;
    margin-top: 5%;
    margin-bottom: 5%;
}
.sponsors_and_preferred_partners_list_one li>img{width: 75%;}
.sponsors_and_preferred_partners_list_two li>img{width: 100%;}

.sponsors_and_preferred_partners_list_one li {
    border-right: 1px solid #908e8e;
    margin-right: 23px;
}
.sponsors_and_preferred_partners_list_two li {
    border-right: 1px solid #908e8e;
    margin-right: 23px;
}
.sponsors_and_preferred_partners_list_two li:last-child{border: none;}
.sponsors_and_preferred_partners_list_one li:last-child{border: none;}
.two_thousand_seventeen_natcon_page_section p{    text-align: justify;font-size: 15px;}
.two_thousand_seventeen_natcon_page_section h2{    font-size: 20px; font-weight: 600;}
.sponsors_and_preferred_partners_section{position: relative;}
.sponsors_and_preferred_partners_section h2::before {
    content: "";
    position: absolute;
    width: 45px;
    height: 2px;
    background-color: #848484;
    left: -56px;
    top: 9px;
}
.sponsors_and_preferred_partners_section h2{
    font-size: 20px;
    font-weight: 600;
}
.cuisine_Ä°stanbul_beaches p{font-size: 13px;}
.padd_remove{padding: 0px;}
.cuisine_Ä°stanbul_beaches{
    position: relative;
    z-index: 99;
    padding-left: 20px;
}
.place_to_visit_events_section .nbs_flexisel_container_sect3 {
    margin-top: 0%;
}
.container {
    max-width: 88%!important;
}
.events_confrance_tour_section .carousel-control-prev {
    left: -32%;
}
.events_confrance_tour_section .carousel-control-next {
    right: 111%;
    position: absolute;
    top: 38%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -21%;
    opacity: 1;
}
.events_confrance_tour_section .carousel-control-prev {
    left: -32%;
    right: 111%;
    position: absolute;
    top: 38%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -31%;
    opacity: 1;
}
.place_to_visit_events_section .carousel-control-next {
    right: 111%;
    position: absolute;
    top: 38%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -21%;
    opacity: 1;
}
.place_to_visit_events_section .carousel-control-prev {
    left: -32%;
    right: 111%;
    position: absolute;
    top: 38%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -31%;
    opacity: 1;
}

.conclave_slide_section_one .proud_sposors_heading h4{
    font-size: 28px;
    margin-left: 8%;
    padding-top: 9%;
}
.conclave_slide_post_conference_tours {
   margin-top: 7%;
}

.conclave_slide_section_one .carousel-control-prev {
    left: 0;
    right: 76%;
    position: absolute;
    top: 78%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -24%;
    opacity: 1;
}
.conclave_slide_section_one .carousel-control-next {
    right: 111%;
    position: absolute;
    top: 78%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -15%;
    opacity: 1;
}
.conslave_speakers_padd_remove {
    padding: 0px;
}
.conslave_speakers_slide_section_one .proud_sposors_heading h4 {
    font-size: 28px;
    margin-left: 8%;
    padding-top: 9%;
}
.organising_committee_padd_right .col-xl-4{
    padding-right: 0px;
}
.events_confrance_tour_section .cuisine_Ä°stanbul_beaches p{text-align: justify;}
.conslave_speakers_slide_section_one .cuisine_Ä°stanbul_beaches{    padding-left: 0px;}
.ec_gc_eogm_list{display: flex;}
.ec_gc_eogm_list li{margin-right: 10px;}
.type_of_meeting_section table th{
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.type_of_meeting_section table{
    white-space: nowrap;
    overflow: auto;
}
.type_of_meeting_section tr td{font-size: 14px;}
.ec_gc_eogm_list li{position: relative;}
.ec_gc_eogm_list li::after{
    content: "";
    position: absolute;
    width: 2px;
    height: 64px;
    left: 22px;
    bottom: -29px;
    background-color: #dee2e6;
}
.ec_gc_eogm_list li:last-child::after{
   background: none;
}
.type_of_meeting_section {
    margin-bottom: 5%;
}
.type_of_meeting_section table thead{
        background-color: #5da48a;
    color: #fff;
}
.dubai_property_show_gallery_section .printing_typesetti_heading{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.karnataka_state_university_section .proud_sposors_heading h4{
    margin-left: 4%;
    padding-top: 4%;
}
.karnataka_state_university_section .carousel-control-prev {
    left: -32%;
    right: 108%;
    position: absolute;
    top: 70%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -31%;
    opacity: 1;
}
.karnataka_state_university_section .carousel-control-next {
    right: 111%;
    position: absolute;
    top: 70%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -21%;
    opacity: 1;
}
.new_india_summit_page_first_section .printing_typesetti_heading{
    border: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.my_tourism_page_section .carousel-control-next {
    right: 111%;
    position: absolute;
    top: 70%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -21%;
    opacity: 1;
}
.my_tourism_page_section .carousel-control-prev {
    left: -32%;
    right: 111%;
    position: absolute;
    top: 70%;
    background: #ffffff!important;
    z-index: 99;
    color: #3a3a3a;
    width: 35px;
    height: 35px;
    line-height: 6px;
    border: none;
    left: -31%;
    opacity: 1;
}
.my_travel_page_section .proud_sposors_heading {
    background-color: #5da48a;
    color: #fff;
   height: 171px;
}
.my_travel_page_section .events_confrance_tour_section .carousel-control-prev{
        top: 127%;
}
.my_travel_page_section .events_confrance_tour_section .carousel-control-next{
        top: 127%;
}
.my_travel_page_section{margin-bottom: 6%;}
.nis_hosts_section_item{text-align: center;border: 1px solid #a5a5a5;}
.nis_hosts_section_item .nis_hosts_bg_green{
    background-color: #5da48a;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.nis_hosts_section_item .nis_hosts_bg_red{
    background-color: #ae1f40;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
}
.nis_hosts_section_item ul li{border-bottom: 1px solid #a5a5a5;color: #58595b;font-size: 14px;}
.nis_hosts_section_item ul li:last-child{border-bottom: none;}
.nis_hosts_section_item ul{margin-bottom: 0px;}
.nis_hosts_section .col-xl-3{padding-right: 0px;}
.nis_hosts_section {
    margin-bottom: 23px;
}

.nav_link_tab{width: 80%; float: left;}
.nav_link_tab_icon{    width: 20%;}