body {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
}

p,
span {}

a {
    font-family: 'Poppins', sans-serif;
}


nav.menu {
    height: 85px;
    padding: 0 45px;
    position: relative;
    background-color: #fff;
}

label.logo {
    position: absolute;
    margin-bottom: 0;
    line-height: 85px;
    margin-left: 15px;
}

label.logo img {
    /*width: 230px;*/
}

.menuBorder {
    border-bottom: 1px solid #fff;
}

nav.menu ul {
    text-align: center;
    margin: 0;
    padding: 0;
    line-height: 85px;
}

nav.menu ul li {
    display: inline-block;
    margin: 0 12px;
}

nav.menu ul li a {
    color: #516B89;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    padding: 8px;
    border-radius: 4px;
    transition: .4s all;
    letter-spacing: 1px;
}

nav.menu ul li.active a,
nav.menu ul li a:hover {
    color: #FC3E3C;
}

.checkbtn {
    color: #FC3E3C;
    font-size: 30px;
    float: right;
    margin-right: 15px;
    line-height: 80px;
    cursor: pointer;
    display: none;
}

#check {
    display: none;
}

.mainBanner {
    width: 100%;
 /*   height: 100vh;*/
    background-repeat: no-repeat;
    background-size: cover;
}



a.bookBtn {
    position: absolute;
    right: 90px;
    top: 5px;
    color: #fff;
    text-transform: capitalize;
    font-size: 18px;
    padding: 22px 30px;
    border-radius: 50px;
    font-weight: 600;
    letter-spacing: 1px;
    transition: .4s all;
    font-family: 'Poppins', sans-serif;
    background: #516B89;
    color: #fff;   -webkit-box-shadow: 0px 9px 24px -6px rgba(81,107,137,0.96); 
    box-shadow: 0px 9px 24px -6px rgba(81,107,137,0.96);
}

a.bookBtn:hover {
    color: #000;
    text-decoration: none;
    background: #FC3E3C;
    color: #fff;
}

.bannerContent {
   /* margin-top: 6em;
    position: relative;*/
}




.bannerContent ul {
    margin: 0px;
    padding: 0px;
    text-align: center;
}

.bannerContent ul li {
    margin: 0px;
    padding: 0px;
    display: inline-block;
    width: 25%;
}

.bannerContent h1 {
    color: #516B89;
    font-weight: 400;
    font-size: 89px;
    text-align: center;
    margin-top: 40px;
    font-family: 'Fira Sans', sans-serif;
}

.bannerContent h6 {
    color: #FC3E3C;
    font-weight: 700;
    font-size: 47px;
    font-style: italic;
    text-align: center;
    margin-top: 40px;
    font-family: 'Poppins', sans-serif;
}


.semi_txt {
    font-family: 'Poppins', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #FC3E3C;
}

.rgt_align {
    text-align: right;
}

.topmrgn50 {
    margin-top: 50px;
}


/***********************************
            RESPONSIVE
************************************/



@media (max-width: 1500px) {

    .bannerContent h1 {
        font-size: 52px;
    }

    .bannerContent h6 {
        font-size: 30px;
    }

    .semi_txt {
        font-size: 22px;
    }

    label.logo img {
        width: 75px !important;
    }

    a.bookBtn {
        padding: 14px 30px;
        top: 16px;
    }

    .comn_sec h2 {
        font-size: 50px !important;
    }

    .comn_sec p {
        font-size: 18px !important;
    }

    .benefit_cel li span {
        font-size: 20px !important;
    }

    .benefits_sec {
        padding: 0 !important;
    }

    .lght_sky .mdul_hdng h3 {
        font-size: 30px;
    }

    .mdul_no {
        width: 125px !important;
        height: 125px !important;
    }

    .mdul_no span {
        font-size: 20px !important;
        line-height: 125px !important;
    }

    .evnt_tim {
        font-size: 20px !important;
    }

    .evnt_tim li {
        font-size: 17px !important;
    }

    .dat_tim li {
        font-size: 17px !important;
        border-right: 4px solid #516B89 !important;
    }

    .dat_tim li:last-child {
        border-right: 0px !important;
    }

    
    .spker_cell li .spkr_pic img{ width: 100%; }



}



@media (max-width: 990px) {
   
    body {
        overflow-x: hidden;
    }

    html {
        overflow-x: hidden;
    }

    .checkbtn {
        display: block;
    }

    nav.menu ul {
        position: absolute;
        top: 86px;
        line-height: 50px;
        padding: 20px;
        right: -100%;
        float: none;
        background: #FC3E3C;
        width: 100%;
        max-width: 350px;
        height: auto;
        transition: .5s all;
        z-index: 999;
    }

    nav.menu ul li {
        display: block;
        text-align: left;
        margin: 0;
    }

    nav.menu ul li a {
        display: block;
        padding: 0;
        color: #fff;
    }

    nav.menu ul li.active a,
    nav.menu ul li a:hover {
        color: #fff;
    }

    #check:checked~ul.menu-toggle {
        right: 0;
    }

    a.bookBtn {
        right: 0 !important;
        left: 0;
        margin: 0 auto;
        width: 180px;
        text-align: center;
    }

    .menuBorder {
        display: flow-root;
    }

    .menuBorder i {
        border: 1px solid #fff;
        width: 50px;
        height: 34px;
        line-height: 33px;
        text-align: center;
        border-radius: 5px;
    }

    .bannerContent {
        /*margin-top: 2em;*/
        margin-left: 0;
    }

    .mainBanner {
        width: 100%;
        /*height: 420px;*/
        background-size: cover;
        background-position: right;
    }

    .bannerContent h1 {
        font-size: 42px;
    }

    .bannerContent h2 {
        font-size: 40px;
    }
}



@media (max-width: 480px) {
    label.logo {
        font-size: 30px;
        margin-left: 20px;
    }

    .checkbtn {
        margin-right: 20px;
    }
}



@media only screen and (max-width: 767px) {
    .comn_sec {
        margin: 30px 0px !important;
    }

    .comn_sec p {
        font-size: 16px !important;
    }

    .comn_sec.comn_new h2 {
        font-size: 34px !important;
    }

    .objectv_sec ul li {
        font-size: 16px !important;
        margin: 15px 0px !important;
    }

    a.bookBtn {
        left: 0 !important;
        top: 24px;
    }

    .objectv_sec ul {
        padding: 0px 15px !important;
    }

    h5.ave {
        width: 100%;
    }

 

    section.contact {
        background-position: right;
    }



    .mainBanner.aboutBanner {
        height: 275px;
        background-position: inherit;
    }



    .mainBanner {
       /* height: 400px;*/
    }

    .bannerContent {
        margin-top: 6em;
        margin-left: 2em;
    }

    .bannerContent h1 {
        font-size: 36px;
    }

    .bannerContent h2 {
        font-size: 35px;
    }

    nav.menu {
        padding: 0 18px;
    }

    label.logo img {
        width: 75px !important;
    }

    a.bookBtn {
        left: 70px;
        width: 170px;
        font-size: 14px !important;
    }
}



@media only screen and (max-width: 1100px) {

	.dat_tim li { font-size: 18px !important; 
	 line-height: 20px !important; border-right: 5px solid !important; }

    .evnt_tim {
    font-size: 22px !important;}

	.module_sec .lght_sky {
      margin: 30px 0px 80px !important;}

    .mdul_no {
    	width: 150px !important;
   	    height: 150px !important; } 

   	.mdul_no span {
       font-size: 25px !important;
       line-height: 150px !important;}     
 
 }


@media only screen and (max-width: 768px) {

	.mdul2 .evnt_tim:first-child,.mdul4 .evnt_tim:first-child { margin-top: 40px; }

    .module_sec .lght_sky {
      margin: 20px 0px 40px !important;}

    .comn_sec{ margin:25px 0px !important;  }

    .objectv_sec ul li {
         font-size: 18px !important; margin-bottom: 15px !important;}

}



@media only screen and (max-width: 640px) {

		.dat_tim li {
		    padding: 0px 10px !important;}

        .evnt_tim {
            font-size: 18px !important;}

		.mdul1 h3,.mdul3 h3,.mdul5 h3{ text-align: left !important;  }

		.mdul2 .mdul_no,.mdul4 .mdul_no{ margin:15px auto;  }
 }



@media (max-width: 520px){
	.evnt_tim {
      font-size: 20px !important;}

    .evnt_tim ul {
    	margin: 20px 0 20px 32px !important;}

    .evnt_tim ul li{ 
      font-size: 18px !important; }	

    .dat_tim li { margin-bottom: 15px;}  

    .spker_cell .spk_box{ width: 90% !important; margin: 10px auto; }
    
}







@media only screen and (max-width: 575px) {
   

    section.contact {
        background-position: center;
        height: auto;
    }

   


    .mainBanner.aboutBanner {
        height: 240px;
        background-position: center;
    }

    .mainBanner {
        /*height: 350px;*/
    }

    .bannerContent h1 {
        font-size: 26px;
    }

    .bannerContent h2 {
        font-size: 26px;
    }

    .bannerContent {
        margin-top: 6em;
        margin-left: 1em;
    }

    nav.menu {
        padding: 0 10px;
    }

    .checkbtn {
        margin-right: 5px;
    }

    nav.menu ul {
        max-width: inherit;
    }

    nav.menu ul li {
        text-align: center;
    }

    a.bookBtn {
        left: 120px;
    }

    .menuBorder i {
        width: 45px;
        height: 30px;
        line-height: 28px;
        font-size: 24px;
    }
}



@media only screen and (max-width: 1300px) {
    label.logo img {
        width: 75px;
    }

    label.logo {
        margin-left: 0;
    }

    nav.menu ul li {
        margin: 0;
    }

    a.bookBtn {
        right: 42px;
        font-size: 15px;
        padding: 6px 22px;
        letter-spacing: 0;
    }

    nav.menu ul li a {
        letter-spacing: 0;
        font-size: 15px;
    }
}



@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 480px) {
    label.logo img {
        width: 75px !important;
    }

    a.bookBtn {
        width: 132px;
        font-size: 12px !important;
        padding: 7px 0px !important;
        left: 100px;
    }

    .benefit_cel li span {
    height: auto !important;}
}





/* ========== About sec ======== */

.comn_sec {
    margin: 40px 0px;
}

.comn_sec h2 {
    color: #516B89;
    font-size: 75px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.comn_sec p {
    color: #E6807F;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    font-family: 'Fira Sans', sans-serif;
    margin: 30px 0px;
}


/* ========== Objectv sec ======== */


.objectv_sec {}

.objectv_sec ul {
    margin: 0px;
    padding: 0px;
}

.objectv_sec ul li {
    color: #E6807F;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Fira Sans', sans-serif;
    margin: 30px 0px;
    list-style: none;
}


.objectv_sec ul li .fa{ font-size: 8px; vertical-align: middle; }



/* ========== Benefits sec ======== */

.benefits_sec {
    background: url(../images/gdnt-bg.jpg) 50% 0 fixed;
    background-size: cover;
    width: 100%;
    padding: 60px 0;
}

.benefits_sec .container {
    width: 100%;
}

.benefits_sec h2 {
    color: #E07E6C;
}

.benefit_cel {
    margin: 60px 0px 0px;
    padding: 0px;
    text-align: center;
}

.benefit_cel li {
    /*display: inline-block;*/
    display: table-cell;
    width: 15%;
    padding: 10px;
    margin: 1% 2%;
}

.benefit_cel li span {
    color: #516B89;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    display: block;
    height: 60px;
    /*height: 72px;*/
    margin-top: 100px;
}



/* ========== Module sec ======== */


.module_sec {}

.module_sec .container {
    width: 100%;
}

.module_sec .lght_sky {
    /*background: #466EB6;*/
    padding: 20px 30px;
    margin: 15px 0px 30px;
    background: #ccd7ea;
    border-radius: 20px;
}


.module_sec .lght_sky:last-child{
  margin-bottom: 0px;
    }

.mdul_no {
    width: 230px;
    height: 230px;
    border-radius: 50%;
    border: 1px solid #EB2624;
    background: #E6807F;
}

.mdul_no span {
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    font-size: 40px;
    font-weight: 400;
    display: block;
    line-height: 234px;
    text-align: center;
}

.mdul_hdng h3 {
    color: #E6807F;
    font-family: 'Fira Sans', sans-serif;
    font-size: 58px;
    font-weight: 400;
}


.evnt_tim {
    color: #516B89;
    font-size: 29px;
    font-weight: 700;
    font-family: 'Poppins', sans-serif;
}

.evnt_top {
    margin-top: 40px;
}

.evnt_tim ul {
    margin: 8px 0 8px 60px;
    padding: 0px;
}

.evnt_tim li {
    color: #516B89;
    font-size: 25px;
    font-weight: 300;
    font-family: 'Fira Sans', sans-serif;
}

.dat_tim {
    margin: 36px 0px 20px;
    padding: 0px;
}

.dat_tim li {
    display: inline-block;
    color: #516B89;
    /*font-size: 43px;*/ font-size: 34px;
    font-weight: 800;
    font-family: 'Poppins', sans-serif;
    border-right: 7px solid #516B89;
    padding: 0px 17px;
    line-height: 17px;
}

.dat_tim li:first-child {
    padding-left: 0px;
}

.dat_tim li:last-child {
    border-right: 0px;
}

.mdul_pic {
    float: none;
    overflow: hidden;
}

.mdul_pic img {
    width: 100%;
}

.mdul_rght {
    float: right;
}

.mdul3 h3 {
    text-align: right;
}

.mdul1 h3,
.mdul2 h3,
.mdul3 h3,
.mdul4 h3,
.mdul5 h3 {
    margin-top: 40px;
}



/* ========== Speakers sec ======== */


.spker_sec {  }

.spker_sec .container {
    width: 100%;
}

.spker_sec h2 {
    color: #E07E6C;
}

.spker_cell {
    margin: 60px 0 10px;
    padding: 0px;
    text-align: center;
}

.spker_cell li {
    margin: 20px 10px 10px;
    padding: 10px;
    list-style: none;
    text-align: center;
    width: 30%;
    display: inline-block;
}

.spker_cell li span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #E6807F;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.spker_cell li .stry_ttl {
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: #E6807F;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    margin-top: 20px;
}

p {
    font-size: 20px;
    font-weight: 400;
    color: #707070;
    text-align: center;
}

.socal_cel {
    margin: 0px;
    padding: 0px;
}

.socal_cel li {
    background: #E6807F;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E6807F;
    display: inline-block;
    margin: 2px 10px;
    padding: 4px;
}

.socal_cel li .fa {
    color: #fff;
    font-size: 26px;
    line-height: 36px; transition: 0.8s;
}


.socal_cel li .fa:hover {  
     transform: rotate(360deg);
}




@media only screen and (max-width: 768px) {

	.socal_cel li {
     width: 36px;
     height: 36px;
     margin: 2px 5px;
     padding: 4px;
   }

   .socal_cel li .fa {
    font-size: 18px;
    line-height: 29px;
   }


   .dat_tim li {
    font-size: 20px !important;
    border-right: 4px solid !important;
    line-height: 18px !important; padding: 0px 15px;
   }


	}



 @media only screen and (max-width: 991px) {

 		.mdul_no {
		    float: none;
		    margin: 0px auto;
		}
 }



.fix_btn {
    background: #516B89;
    /* -ms-transform: rotate(-90deg); */
    transform: rotate(-90deg);
    top: 40%;
    right: -138px;
    position: fixed;
    border-radius: 30px 30px 0px 0px;
    z-index: 999999;
    padding: 12px 50px; -webkit-box-shadow: 2px 0px 18px 5px rgba(81,107,137,0.75); 
    box-shadow: 2px 0px 18px 5px rgba(81,107,137,0.75);;
}

.fix_btn a {
    color: #fff;
    display: block;
    font-size: 38px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center; text-decoration: none;
}

/* .fix_btn a{width: 350px;
  height: 280px;
  background: #516B89;
  -ms-transform: rotate(-90deg); 
  transform: rotate(-90deg);        right: 0;
    top: 40%; padding-top: 10px;
    position: fixed; display: block; text-align: center; border-radius: 30px 30px 0px 0px;
    z-index: 999;  color: #fff; font-size: 38px; font-family: 'Poppins', sans-serif; font-weight: 600;} */



/*26.11.2020*/

@media only screen and (max-width:1500px) {
    .fix_btn a {
        font-size: 28px;
    }

    .fix_btn {
        right: -112px;
    }

    .benefit_cel li img {
        width: 110px;
    }

    .benefit_cel li span {
        margin-top: 40px;
        font-size: 16px !important;
    }

    body {
        overflow-x: hidden;
    }

    .bannerContent ul li img {
        width: 150px;
        height: 150px;
    }

    .semi_txt {
        font-size: 20px;
    }
}

@media only screen and (max-width:1199px) {
    .fix_btn {
        right: -114px;
    }
}

@media only screen and (max-width:991px) {
    .benefit_cel li {
        display: inline-block;
        width: inherit;
        width: 100%;
        max-width: 200px;
        vertical-align: top;
    }

    .benefit_cel {
        margin: 30px 0px;
    }

    .benefit_cel li img {
        width: 80px;
        height: 80px;
    }

    .benefit_cel li span {
        margin-top: 20px;
    }

    .benefit_cel li {
        max-width: 180px;
    }

    .comn_sec h2 {
        font-size: 40px !important;
    }

    .bannerContent h1 {
        font-size: 35px;
        margin-top: 10px;
    }

    .bannerContent ul li img {
        width: 100px;
        height: 100px;
    }

    .bannerContent h6 {
        font-size: 20px;
        margin-top: 20px;
    }

    .semi_txt {
        font-size: 14px;
        text-align: center;
        margin-top: ;
    }

    .topmrgn50 {
        margin-top: 20px;
    }
}

@media only screen and (max-width:767px) {
    .bannerContent {
        margin-top: 0em;
        margin-left: 0;
    }

    .bannerContent h1 {
        font-size: 28px;
    }

    .bannerContent h6 {
        font-size: 16px;
    }
}

@media only screen and (max-width:575px) {
    .fix_btn a {
        font-size: 20px;
    }

    .fix_btn {
        border-radius: 25px 25px 0px 0px;
        padding: 7px 30px;
    }

    .fix_btn {
        right: -54px;
    }

    .bannerContent ul li img {
        width: 80px;
        height: 80px;
    }

    .bannerContent ul li {
        width: 30%;
    }

    .bannerContent h1 {
        font-size: 20px;
    }

    .bannerContent {
       /* margin-top: 1em;*/
    }

    .bannerContent h6 {
        font-size: 14px;
        margin-top: 10px;
    }

    .topmrgn50 {
        margin-top: 10px;
    }

    a.bookBtn {
        left: 0;
        top: 25px;
    }

}

@media only screen and (max-width:480px) {
    .fix_btn a {
        font-size: 16px;
    }

    .fix_btn {
        border-radius: 20px 21px 0px 0px;
        padding: 7px 30px;
    }

    .fix_btn {
        right: -65px;
        top: 20%;
    }
}




footer{ background: #222222; padding: 40px 0px 0px; }

.flogo{ margin-bottom: 20px; }
.ftr_cel p { font-family: 'Fira Sans', sans-serif; display: block; color: #fff;
font-size: 15px; line-height: 26px; font-weight: 300; text-align:left; margin-bottom: 20px;width: 70%; }

.ftr_cel span{ font-family: 'Fira Sans', sans-serif; display: block; color: #fff;
font-size: 20px; line-height: 36px; font-weight: 300; }
footer .socl_cel ul{ margin: 10px 0px; padding: 0px;  }
footer .socl_cel ul li{ margin: 0px 6px; padding: 0px; display: inline-block; }
footer .socl_cel ul li a{ color: #fff; text-decoration: none; transition: 0.6s; }
footer .socl_cel ul li a:hover{ color: #d0cece; }

.adrs_cel{padding-left: 24%;}

.adrss{  display: block; color: #fff; margin: 20px 0px;
 font-weight: 300; text-align:left; width: 70% }

.adrss li{ font-size: 15px; line-height: 26px; margin-bottom: 20px; font-family: 'Fira Sans', sans-serif;
 list-style: none;}


 .fotr_botm{ background: #171717; margin-top: 20px; padding: 20px 0px;  }

 .fotr_botm span{ display: block; text-align: center; color: #6b6363; font-size: 13px; }

 @media only screen and (max-width:991px) {
    .adrs_cel{padding-left: 0%; margin-top: 20px;}
 }


  @media only screen and (max-width:520px) {
     .fotr_botm span{ width:90%; margin: 0px auto;}

     .lght_sky .mdul_hdng h3 {
        font-size: 24px; margin-top: 10px;}
 }





 .spkr_pic{ width: 420px; 
    height: 420px; 
    border-radius: 50%; 
    overflow: hidden; 
    float: none;
    margin: 0px auto 15px;}



@media only screen and (max-width:1500px) {
    .spkr_pic {
    width: 250px;
    height: 250px;}

    .spk_box .post{ font-size: 14px; margin-top: 10px; display: block;  }
    .spk_box .stry_ttl{ font-size: 14px; }
   }


@media only screen and (max-width:1200px) { 

    .spk_box .post{ font-size: 15px; margin-top: 10px; display: block; height: 40px; border:0px solid red;  }
    .spk_box .stry_ttl{ font-size: 14px !important; margin-top: 5px !important; }
} 



@media only screen and (max-width:768px) {
    .spkr_pic {
    width: 120px;
    height: 120px;}

    .spker_cell li span {
    font-size: 15px;}

    .spk_box .post{ height: 45px;  }
    .spk_box .stry_ttl{ font-size: 14px; height: 45px; }

    .spker_cell li {display: inline-grid; }

   } 


   @media only screen and (max-width:640px) {
        .spker_cell{ margin-top: 10px; }
        .spker_cell li span { font-size: 25px;}
        .spk_box .post,.spk_box .stry_ttl { height: auto;}
        .spker_cell li { width: 100%; }

   }


                /* ========== 4-12-20 ============ */


/*
   .spk_box{ position: relative; }

   .socal_bx{ position: absolute; top:0px; right: 5%; width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #E6807F;
    padding: 4px; }

   .socal_bx .fa {
    color: #fff;
    font-size: 26px;
    line-height: 36px;
    transition: 0.8s;
}*/

@media only screen and (max-width:640px) {
    
        .socal_cel li{ width: 46px;
            height: 46px;}

        .socal_cel li .fa {
            font-size: 19px;
            line-height: 38px;}
}
