-@charset "utf-8";
/* CSS Document */
/* font-family: 'Roboto Condensed', sans-serif; */


@font-face{
	font-family: 'Gotham-Book';
	src: url('../fonts/Gotham-Book.otf');
}
@font-face{
	font-family: 'Gotham-Medium';
	src: url('../fonts/Gotham-Medium.otf');
}
@font-face{
    font-family: 'Gotham-Bold';
    src: url('../fonts/Gotham-Bold.otf');
}
@font-face{
    font-family: 'Gotham-Black';
    src: url('../fonts/Gotham-Black.otf');
}




html {
  scroll-behavior: smooth;
}
body {
	padding: 0 !important;
	margin: 0 !important;
	 font-family: 'Gotham-Medium';
	font-weight: 400;
	letter-spacing: 0.3px;
}
.ft-reg { font-family: 'Gotham-Book'; font-weight: 400; }
/*.ft-reg{font-family: 'Gilroy-Regular'; font-weight: 400;}*/
.ft-med {font-family: 'Gotham-Medium'; font-weight: 500; }
.ft-bold {font-family: 'Gotham-Bold'; font-weight: 600;}
/*.ft-bold{  font-family: 'gilroy-extrabold'; font-weight: 700;}*/
.ft-exbold{ font-family: 'Gotham-Black'; font-weight: 700;}



.btn-default {
    background-color: #004e77; 
    border-radius: 25px;
    padding: 4px 25px;
    border: 2px solid #004e77;
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}
::selection {
    background-color: #0a79b3;
    color: #fff;
}
a, .btn, button, .form-control {
    outline: 0 !important;
}
/*img{
    width: 100%;
} */
.pd15 {
    padding: 20px;
}
.mt40 {
    margin-top: 40px;
}
.own-clear:after {
    content: '';
    display: table;
    clear: both;
}
/* Header starts */
.ovrhid {
    overflow: hidden !important;
}
header{
    position: relative;
    z-index: 1099;
    width: 100%;
    border-top: 8px solid #af2026;
}
header.main-header {
    width: 100%;
    top:0;
    position: relative;
    /*z-index: 1;*/
}
header.header-fixed {
    position: fixed;
    z-index: 1;
    width: 100%;
    top:0;
    background-color: #fff;
    box-shadow: #ccc 0px 1px 9px 0px;
    -webkit-box-shadow: #ccc 0px 1px 9px 0px;
    -moz-box-shadow: #ccc 0px 1px 9px 0px;
    -ms-box-shadow: #ccc 0px 1px 9px 0px;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;

}
header.header-fixed .navbar-brand
{
    background: url('../images/logo.jpg') no-repeat;
        width: 90px;
    height: 72px;
    background-size: 100%;
}
.top-headersec{
    /*padding: 5px 0px;*/
}
header.header-fixed .navbar{
    padding: 6px 0px;
}
header.header-fixed #navbarSupportedContent ul li a{
    color: #333;
}
 #navbarSupportedContent ul .dropdown-menu li a{
    color: #333;
 }
.home-page .btn-line {
    background-color: transparent; 
    /*color: #004e77;*/
    border: 2px solid #fff;
    color: #fff;
}
.home-page .btn-line:hover {
    /*background-color: #004e77; */
    /*color: #fff;*/
    background-color: #fff; 
    color: #004e77;
}
.home-page .header-fixed .btn-line {
    border: 2px solid #004e77;
    color: #004e77;
}
.home-page .header-fixed .btn-line:hover {
    border: 2px solid #004e77;
    background-color: #004e77;
    color: #fff;
}
.navbar {
    padding: 12px 0;
}
.navbar-brand {
    position: relative;
    width: 100%;
    /*width: 100%;*/
    height: 152px;
    background:url('../images/logo-gg.png') no-repeat;
    background-size: 100%;
    padding: 0;
    margin-right: 0px;
    top: 5px;
}
.navbar-brand span{
    position: relative;
    left: 230px;
    top: 30px;
    display: block;
}
.title_logodesk{
    text-align: center;
}
.logo-desktop a {
    display: inline-block;
}
.col-green{
    color: #4CAF50;
}
.col-red{
    color: #e12327;
}
.logo-desktop .span{
    display: block;
}
.navbar-light .navbar-nav .nav-item {
    
    font-size: 14px;
}
.navbar-light .navbar-nav .nav-link:hover {
    color: #004e77;
}
.navbar-light .navbar-nav .race-result-btn .nav-link {
    background-color: #004e77;
    border: 1px solid #004e77;
    color: #fff;
    padding: 0 10px;
    border-radius: 20px;
    margin-top: 8px;
}
#navbarSupportedContent ul li
{
    position: relative;
}
#navbarSupportedContent ul li a{
    color: #333;
    text-transform: capitalize;
    font-size: 16px;
    padding: 12px 18px;
    /*font-weight: 600;*/
    letter-spacing: 0.06em;
    color: #fff;
    /*padding: 0*/
}
#navbarSupportedContent ul .online_testflow a{
    background: #ffb606;
    display: inline-block;
    border-radius: 30px;
    /*padding: 8px 35px;*/
    margin-left: 5px;
    margin-top: 8px;
    box-shadow: #9c9a9a 2px 2px 7px 0px;
    position: relative;
}
#navbarSupportedContent ul li a.active{
    border-bottom: 2px solid #fff;
}
.logo-desktop{
    float: left;
    width: 100%;
    position: relative;
    text-align: center;

}
.mail_listing{
    float: right;
    width: 20%;
    padding-top: 38px;
    text-align: center;
}

.mail_listing h3{
    font-size: 20px;
}

.mail_listing .socil_links li{
    background: #fff;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: inline-block;
    margin-top: 10px;
    padding-top: 2px;
     transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;

}
.mail_listing .socil_links li:hover{
     background: #af2026;
    
}
.mail_listing .socil_links li:hover a{ 
     color: #fff;
}
.mail_listing .socil_links li a{
    color: #000;
}
.your_wapper{
    position: relative;
    padding: 0;
}
.your_wapper:afetr{
        content: "";
        background: red;
}
.header_bgcolor{
    position: relative;
}
.header_bgcolor ul{
    /*background: #af2026;*/
    
}
.header_bgcolor .navbar-nav{
    /*clip-path: polygon(0 1%, 100% 0, 100% 100%, 7% 100%);*/
}
.header_bgcolor ul{
    /*transform: skewX(45deg);*/
        padding: 0px 28px;
}

.navbar-nav{
    position: relative;
}
/*.navbar-nav:after{
    content: '';
    display: inline-block;
    background: #af2026;
    width: 325px;
    height: 60px;
    right: 0;
    margin: 12px 0px 12px;
    position: absolute;
    top: 0;
    z-index: -11;
}*/
.your_wapper{
    background: #af2026;
}
/*.your_wapper:after{
    content: '';
    display: inline-block;
    background: #af2026;
    width: 325px;
    height: 60px;
    right: 0;
    margin: 12px 0px 12px;
    position: absolute;
    top: 0;
    z-index: -11;
}*/
.banner_slider .banner-slide img{
    width: 100%;
}
.banner-slide{
    position: relative;
}
.overlay{
    position: absolute;
    width: 100%;
    background: rgb(0,0,0,0.3);
    height: 100%;
    top: 0;
}
.banner-text{
    text-align: left;
    margin: 0 auto;
    padding-top: 210px;
    position: absolute;
    z-index: 100;
    top: 0;
    width: 100%;
}
.top-slider{
        position: relative;
}
.banner-text h2{
    color: #fff;
    font-size: 50px;
}
.banner-text p{
    color: #fff;
    font-size: 28px;
    padding-top: 10px;
}
.lftsideimg{
    position: relative;
}
.imgback{

}
.imgfront{
    position: absolute;
    top: 30%;
    left: 30%;
}

.imgback img{
    width: 350px;
}
.imgfront img{
     width: 350px;
}
.current_event{
    padding: 60px 0px 80px;
}
.current_event h6
{
    color: #888686;
}
.current_event h2{
    color: #2f4291;
    padding: 20px 0px;
}
.col-img{
    float: left;
    width: 50%;
    text-align: right;
}
.loc-img{
    float: left;
    width: 50%;
}
.loc-flow{
    padding: 0px 0px 10px;
}
.reg_ctabutton{
    background: #2f4291;
    color: #fff;
    padding: 10px;
    display: inline-block;
    padding: 8px 42px;
    margin-top: 30px;
    border-radius: 10px;
}
.rightsidecontent{
    padding-top: 60px;
}
.rightsidecontent{
    position: relative;
}
.rightsidecontent:before{
    content: "";
    background: #2f4291;
    width: 3px;
    height: 60px;
    left: -12px;
    margin: 12px 0px 12px;
    position: absolute;   
    top: -30px;
}
.reg_ctabutton:hover{
    color: #fff;
}
.loc-img p span{
    padding-right: 8px;
}
.col-img p span{
      padding-right: 8px;
}
.Sponsers_title{
    text-align: center;
    margin-bottom: 40px;
}
.Sponsers_title p{
    margin: 0 auto;
    width: 70%;
}
.Sponsers_slider{
    padding: 50px 0px;
    background: #f9f9f9;
}
.Sponsers_title h2{
    color: #2f4291;
    padding-bottom: 12px;
    font-size: 32px;
}
.logo-icon img{
    width: 250px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
.logo-icon img:hover{
    width: 260px;
    padding: 0px;
    transition: all 0.4s ease-in-out;
}
.logo-icon{
    background: #fff;
    text-align: center;
    margin: 10px;
    box-shadow: #a0a0a0 2px 1px 8px 0px;
    border-radius: 6px;
}
.Sponsers_slider .slick-dotted.slick-slider{
    margin-bottom: 0;
}
.upcoming-events{
    padding: 60px 0px;
}
.work-img img{
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.work-con {
    /*padding-bottom: 16px;*/
    color: #3569ae;
    font-size: 22px;
    background: #f7f7f7;
    padding: 20px;
        border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: #333 0px 0px 4px 0px;
}
.rightsidecontent p{
    font-size: 18px;
    line-height: 34px;
}
.work-con  h4{
    padding-bottom: 20px;
    color: #2f4291;
    font-size: 22px;
}
.loc-img p{
    color: #2f4291;
    font-size: 14px;
}
.col-img p{
     color: #2f4291;
     font-size: 14px;
}
.loc-img i{
    color: #000;
}
.col-img p i{
    color: #000;
}
.work-img-con,.work-img{
    position: relative;
}
.mail_listing h3{
    color: #fff;
}
.work-img::after{
     width: 100%;
    height: 10px;
    background-color: #2f4291;
    z-index: 1;
    display: table;
    clear: both;
    content: "";
    position: absolute;
    top: 0;
    border-radius: 7px;
}
.events_listview{
    text-align: center;
}
.events_listview a{
    display: inline-block;
    background: #2f4291;
    color: #fff;
    padding: 4px 18px;
    margin-top: 50px;
    border-radius: 8px;
}
.membership_form{
    /*padding: 60px 0px;*/
}
.membership_form .Sponsers_title h2{
    color: #fff;
}
.membership_form .Sponsers_title p{
    color: #fff;
}
.margin-btm{
    margin-bottom: 15px;
}
.academy_logosec .links_title img{
    width: 100%;
}
.footer-padding{
    padding: 50px 0px;
}
.footer-copyright{
    text-align: center;
    padding-bottom: 20px;
}
.links_title img{
    width: 100%;
}
.links_title h3{
    text-transform: uppercase;
    font-size: 16px;
    padding-bottom: 20px;
}
.links ul li a{
    color: #000;
}
.socil_links li{
    display: inline-block;
}
.socil_links li a{
    color: #000;
   
    font-size: 16px;
}
.links .socil_links li a{
     padding-right: 5px;
}
.list-info .fa-phone{
    padding-right: 5px;
    font-size: 20px;
    position: relative;
    top: 5px;
}
footer{
    background: #f0f0f0;
}
.membership_form .mamimg{
    width: 100%;
}
.membership_form{
    position: relative;
}
.hats_tamil{
    position: absolute;
    top: 0;
    width: 100%;
}
.select_form{
   float: right;
    width: 50%;
    padding: 75px 0px;
}
.select_form h2{
    color: #47589c;
    text-align: center;
    font-size: 34px;
}
.select_form p{
     padding: 30px 0px;
    text-align: center;
    font-size: 16px;
}
#slct{
    width: 58%;
    margin: 0 auto;
    height: 50px;
      background: #fff;
    border-radius: 12px;
    box-shadow: #333 2px 0px 5px 0px;
    color: #000;
    font-size: 15px;
    font-family: 'Gotham-Book';
    font-weight: 600;
    padding: 0px 20px;
}
.select_row{
    text-align: center;
}



.select_row select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #d6d4d4;
    
    color: #000;
  background-image: none;
}
/* Remove IE arrow */
.select_row select::-ms-expand {
  display: none;
}
/* Custom Select */
.select_row .select {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #2c3e50;
  overflow: hidden;
  border-radius: .25em;
}
.select_row select {
  flex: 1;
  padding: 0 .5em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select_row .select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #34495e;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select_row .select:hover::after {
  color: #f39c12;
}
.subscribe {
    text-align: center;
    margin-top: 50px;
}
.subscribe a{
    background: #DC0909;
    color: #fff;
    padding: 20px 30px;
    font-size: 16px;
    border-radius: 50px;
    box-shadow: #881111 2px 8px 7px 0px;
}
.subscribe a img{
    background: #fff;
    width: 40px;
    border-radius: 50%;
    padding: 8px;
    margin-right: 10px;
}
.criditpng_list{
    text-align: center;
    margin-top: 50px;
}
.criditpng_list img{
    width: 250px;
}
.become_volunter{
    background: linear-gradient(4deg, rgba(229,230,231,1) 0%, rgba(252,252,252,1) 100%);
    padding: 35px 50px;
    box-shadow: #333 2px 4px 17px 0px;
    border-radius: 20px;
}
.volunter_page{
        margin-bottom: 60px;
    position: relative;
    margin-top: -50px;
}
.bnt_button {
    text-align: center;
}
.bnt_button .sub_volunteer{
    background: #af2026;
    color: #fff;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 12px;
    margin-top: 15px;
}
.volunter_form{
        margin: 0 auto;
    width: 80%;
}
.volunter_form input{
    border: 2px solid #ced4da;
    border-radius: 10px;
    height: 45px;
}
.volunter_form input:focus{
    box-shadow: none;
    border-color: #ced4da;
}
.volunter_form input,
.volunter_form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    font-family: 'Gotham-Book'; 
    font-weight: 400;
}
.Oursponsers .slick-next img{
    width: 100%;
}
.Oursponsers .slick-next,.Oursponsers .slick-prev{
    width: 35px;
    height: 35px;
}
.Oursponsers .slick-next img, .Oursponsers .slick-prev img{
    width: 100%;
}
.Oursponsers .slick-next{
    right: -52px;
        top: 46%;
}
.slick-prev{
    left: -40px;
}
.Oursponsers .slick-prev:before{
    display: none;
}
.Oursponsers .slick-next:before{
    display: none;
}
.sub-banner .tamil_Sangam{
    width: 100%;
}
.sub-banner{
    position: relative;
    margin-top: -38px;
}
.subbanner-title{
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
}
.subbanner-title h2{
    color: #fff;
}
.text_membership h4{
    color: #af2026;
    margin-bottom: 20px;
}
.text_membership p{
    font-size: 16px;
}
.text_membership{

}
.membership_text{
    padding: 50px 0px;
}
.titsize{
    font-size: 20px;
    padding: 20px 0px 10px;
}
.text_membership ul {
    list-style: initial;
    padding-left: 24px;
}
.text_membership ul li{
    font-size: 16px;
}
.benfites{
       background: #edecec8c;
    padding: 100px 0px 100px;
    margin-top: -120px;
}
.benfites h2{
    color: #2f4291;
    font-size: 24px;
    padding-bottom: 16px;
}
.listos_ben {
    list-style: initial;
    padding-left: 20px;
}
.listos_ben li{
    font-size: 15px;
    padding-bottom: 5px;
}

.bglist_registeration{
    background: #2f4291;
    padding: 30px 50px;
        box-shadow: #333 2px 4px 17px 0px;
    border-radius: 20px;
}
.mem_registeration .Sponsers_title h2{
    color: #fff;
}
.mem_registeration{
    margin-bottom: 60px;
    position: relative;
    /*margin-top: -60px;*/
}
.mem_listform{
    margin: 0 auto;
    width: 80%;
}
.mem_listform input,
.mem_listform input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    font-family: 'Gotham-Book'; 
    font-weight: 400;
}
.mem_listform input{
    /*border: 2px solid #ced4da;*/
    border-radius: 10px;
    height: 45px;
}
.mem_listform input:focus{
    box-shadow: none;
    border-color: #ced4da;
}
.about_ustext{
    padding: 50px 0px;
}
.abt-detlinks h3{
    color: #af2026;
    line-height: 46px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}
.abt-detlinks p{
    padding-bottom: 12px;
    font-size: 16px;
}
.abt-detlinks h6{
    text-align: center;
    padding-top: 12px;
    font-size: 20px;
    font-weight: 600;
}
.our_team{
    background: #f0f0f061;
    padding: 50px 0px;
}
.color-red{
    color: #af2026;
}
.dir_slider img{
    border-radius: 50%;
}
.dir_slider h4{
   color: #000;
    padding: 20px 0px 0px;
    font-size: 15px;
    text-align: center;
}
.dir_slider img{
    width: 100%;
}
.dir_slider{
    padding: 30px;
}
.directors{
    padding-left: 45px;
    margin-bottom: 26px;
}
.dir_slider h6{
    font-size: 13px;
    text-align: center;
    padding-top: 5px;
    color: red;
}
.contact-form{
    padding: 50px 0px;
}
.contact-title h3{
    font-size: 30px;
    padding-bottom: 16px;
}
.contact-title p{
    width: 70%;
    font-size: 16px;
    padding-bottom: 18px;
}
.contact_form .col{
    width: 70%;
}
.contact_form .col select{
    width: 100%;
    height: 45px;
    padding-left: 10px;
    border-radius: 5px;
    border-color: #ced4da;
    color: #7d7a7a;
}
.contact_form .col textarea{
    resize: none;
}
.contact_form .col{

}
.contact_form .contact_btm{
    text-align: left;
    margin-left: 18px;
}
.padd-left{
    padding-left: 0;
}
.contact_form input,
.contact_form input::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    font-family: 'Gotham-Book'; 
    font-weight: 400;
}
.contact_form textarea,.contact_form select,
.contact_form textarea::-webkit-input-placeholder {
    font-size: 14px;
    line-height: 3;
    font-family: 'Gotham-Book'; 
    font-weight: 400;
}
.required_form{
    border-right: 2px solid #dddbdb;
}
.cont_email h5{
    margin-bottom: 10px;
}
.list_com li{
    font-size: 15px;
    line-height: 30px;
    padding-right: 20px;
}
.cont_email{
    margin-bottom: 50px;
}
.cont_email .socil_links li{
      padding-right: 20px;
}
.contact_form input:focus{
    box-shadow: none;
}
.contact_form textarea:focus{
    box-shadow: none;
}
.contact_form select:focus{
    box-shadow: none;
}
.cont_padding{
    padding-top: 50px;
}
.Volunteer_act{
    padding: 50px 0px;
}
.factor_row h4{
    padding-bottom: 20px;
    color: #2f4291;
}
.centeral_pa li .tit-bold{
    font-weight: 600;
    padding-right: 20px;
    display: inline-block;
    width: 30%;
}
.centeral_pa{
    padding-top: 30px;
}
.centeral_pa li .tit-sec{
     display: inline-block;
    width: 65%;
}
.centeral_pa li{
    padding-bottom: 8px;
}
.factor_row{
    padding: 20px;
     background: #f9f9f9;
    border-radius: 12px;
}
.factor_row p{
    font-size: 14px;
    padding-bottom: 12px;
}
.imgfront-img img{
    width: 100%;
}
.event_info .rightsidecontent:before{
    display: none;
}
.event_info{
    padding: 50px 0px;
}
.event_info .loc-img{
    width: 100%;
    float: left;
}
.event_info .col-img {
    width: 100%;
    float: left;
    text-align: left;
}
.event_info .rightsidecontent{
    padding-top: 30px;
}
.bg-colorgreay{
    background: #f9f9f9;
}
.gallery_row{
    padding: 50px 0px;
}
.masonry-pop{
    padding: 15px;
}
.masonry-pop{
    float: left;
    width: 33%;
}
.gallery_slide .masonry-pop a{
    overflow: hidden;
    display: inline-block;
}
.gallery_slide .masonry-pop a img {
    transition: ease 0.4s;
    -webkit-transition: ease 0.4s;
    -moz-transition: ease 0.4s;
}
.masonry-pop img {
    width: 100%;
}
.gallery_slide ul {
    border: 0;
    margin: 0 auto;
    width: 50%;
}
.gallery_slide .nav-tabs .nav-item.show .nav-link, .gallery_slide .nav-tabs .nav-link.active {
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.directors_lists .dir_slider{
    float: left;
    width: 25%;
}
.directors_lists .dir_slider img{
    width: 250px;
}
header nav li.nav_cart:hover ul{
      opacity: 1;
    top: 54px;
    visibility: visible;
    left: 0;
    background: #fff;
    padding: 10px;
    display: inline-table;
}
/*header nav li.nav_cart:hover ul li{
      transform: skewX(0deg);
}*/
header nav li.nav_cart:hover ul li a{
        padding: 0 !important;
    width: 100%;
    display: inline-block;
    font-size: 14px !important;
        color: #000 !important;
    font-size: 14px !important;
    border-bottom: 1px solid #d1c5c5;
}
#navbarSupportedContent ul li a{

}

header nav li:hover a.dropdown  {
    background: #d92226;
    color:#FFF;
}
header nav li ul {
    float: left;
    opacity: 0;
     left: 0;
    position: absolute;
    top: 35px;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
header nav li:hover ul {
    opacity: 1;
    top: 60px;
    visibility: visible;
    right: 0;
    background: #ffc620;
     /*clip-path: polygon(0 100%, 0 0, 100% 0, 100% 100%);*/

}
header nav li ul li {
    float: none;
    width: 200px;
}
header nav li ul a:hover {
    background: #bbb;


}
.polices_of{
    padding: 50px 0px;
}
.polices_of h4{
    padding-bottom: 20px;
}
.polices_of ul{
    list-style: initial;
    padding-left: 15px;
}
.polices_of ul li{
    padding-bottom: 10px;
}

.choo_size{
    position: absolute;
}
.about_ustext{
    position: relative;
}
.choo_size{
       position: absolute;
    top: 20px;
    opacity: 1;
    left: -92px;
}
.choo_size img{
    opacity: 0.2;
    width: 400px;
}
.jallikutu{
   position: absolute;
    bottom: 0;
    right: 0;
}
.jallikutu img{
    opacity: 0.1;
}
.become_number{
    background: #af2026;
    color: #fff;
    display: inline-block;
    padding: 6px 30px;
    border-radius: 12px;
    margin-top: 35px;
}
.become_mun{
    text-align: center;
}
.events_ofthe{
    padding: 50px;
}
.upcoming-tit h2{
    font-size: 24px;
}
.events_ofthe .upcoming-tit h2{
    padding-bottom: 20px;
    color: #2f4291;
}
.events_details p{
    padding-bottom: 12px;
    font-size: 16px;
}
.events_details ul{
    list-style: initial;
    padding-left: 15px;
    padding-bottom: 12px;
}
.events_dimg img{
    width: 100%;
}
.events_details{
    padding-top: 12px;
}
.work-img-con{
    padding: 20px;
}
.fontsize_col{
    font-size: 15px;
    color: #484d63;
}
.abt_detimg img{
    box-shadow: #333 2px 4px 9px 0px;
    padding: 8px;
    border-radius: 5px;
    width: 100%;
}
.bor-size .abt-detlinks p{
    font-size: 15px;
    padding-bottom: 6px;
}
.bor-size .abt-detlinks h3{
    padding-bottom: 18px;
}
.events_details ul li {
      font-weight: 700;
    font-size: 16px;

}
.mr-btn{
    margin-bottom: 24px;
}
.list-info li{
    font-size: 13px;
}
.polices_of .linkthepro img{
    width: 260px;
}
.click_dowanload{
    background: #f5f5f5;
    padding: 24px;
    text-align: center;
    border-radius: 10px;
    margin-top: 30px;
}
.click_dowanload h3{
    display: inline;
    padding-right: 30px;
    color: #1b489d;
}
.click_dowanload a{
    display: inline;
}
.news_letterform{
    position: relative;
}
.news_letterform input{
       width: 100%;
    height: 40px;
    padding: 10px;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
}
.news_letterform input:focus{
    box-shadow: none;
}

.news_letterform a{
      position: absolute;
    right: 12px;
    top: 5px;
    background: #1b489d;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.news_letterform a i{
    font-size: 14px;
    padding-left: 6px;
}
.mr-topsec{
    margin-top: 12px;
}
.mr-topsec .links_title h3{
    padding-bottom: 12px;
}
.sponser-window{
    box-shadow: #333 2px 4px 17px 0px;
    position: fixed;
    top: 40%;
    right: 0;
    z-index: 999;
    background: #eceaed;
    padding: 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.sp_imgft img{
    width: 125px;
    padding: 20px;
}
.sponser-window{

}
.sponser-window a{
   position: absolute;
    top: 0;
    left: -10px;
    box-shadow: #333 2px 4px 4px 0px;
    background: #1b489d;
    width: 30px;
    height: 30px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    font-weight: 600;
   
}

.wn_close{
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -o-transform: translate3d(300px, 0, 0);
    -moz-transform: translate3d(300px, 0, 0);
    -webkit-transform: translate3d(300px, 0, 0);
    transform: translate3d(300px, 0, 0);
}
.abt-detlinks{
    padding-top: 26px;
}
.years_event{
    background: #1b489d;
    padding: 50px 0px;
}
.events_left h3{
    color: #fff;
        text-align: right;
    font-size: 22px;
}
.amt_gb{
    margin-bottom:0 !important;
}
.amt_gb .form-control{
    height: 45px;
}
.donate_btn{
    background: #fff;
    border-radius: 10px;
    text-align: center;
}
.donate_btn a{
        color: #000;
    padding: 10px;
    display: inline-block;
    font-size: 18px;
}
.events_left{

}
.banner-slide .mobtopver{
    display: none;
}
.banner-slide .desktopver{
    display: block;
}   
.tamil_newsbanner{
    padding: 50px 0px;
    background: #f9f9f9;
}
.tamil_bgground h3{
    font-size: 22px;
    padding-bottom: 30px;
}
.tamil_bgground{
    background: #fff;
    padding: 30px;
}
.sub_tamilbg li .ft_top{
    float: left;
    width: 14%;
}
.sub_tamilbg li{
    padding-bottom: 15px;
}
.ft_top a{
    text-decoration: initial !important;
}
.tamil_bgground h3{
    /*padding-bottom: 25px;*/
}
.slick-next img,.slick-prev img{
    width: 100%;
}
.events_slider .slick-next, .events_slider .slick-prev{
    width: 35px;
    height: 35px;
}
.events_slider .slick-next:before{
    display: none;
}
.events_slider .slick-prev:before{
    display: none;
}
.aa_thankyoupage {
    
    background: #f2f2f285;
    padding: 100px 0px;
}

.aa_container {
    margin: 0 auto;
    background: #fff;
    width: 42%;
    padding: 20px;
    box-shadow: #d6d4d4 1px 5px 10px 0px;
    border-radius: 10px;
}

.tick_mark {
    text-align: center;
}
.tick_mark img {
    width: 45px;
}
.tick_mark h3 {
    padding-bottom: 20px;
    padding-top: 12px;
    color: #ed596f;
}
.go-home {
    text-align: center;
}
.para_det p {
    padding-bottom: 10px;
    text-align: center;
    font-size: 15px;
}



@media screen and (max-width:1400px) {
.contact_form .col{
    width: 90%;
}
}

@media screen and (max-width:1600px) {
    .volunter_page {
    margin-top: -65px;
    }
    .choo_size img{
        width: 510px;
    }
    .contact_form .col{
    width: 90%;
}
}
@media screen and (max-width:1700px) {
  
    .choo_size img {
    opacity: 0.2;
    width: 512px;
    }
        .contact_form .col{
    width: 90%;
}
}


@media screen and (max-width:1900px) {
    .volunter_page {
    /*margin-top: -166px;*/
    }
    .choo_size img{
        width: 550px
    }
        .contact_form .col{
    width: 90%;
}
}