@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
/* @import url('https://fonts.cdnfonts.com/css/gotham-serif-bold'); */
@font-face {
    font-family: "Nexa Bold";
    src: url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.eot");
    src: url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/c9f309b3d47969ecac64a77a6c672594.svg#Nexa Bold")format("svg");
}

@font-face {
    font-family: "Gotham";
    src: url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.eot");
    src: url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/bd317adf74e5e7e564eb61ce9926cc6d.svg#Gotham")format("svg");
}


@font-face {
	font-family: 'Gotham Rounded Light';
	src: url('../fonts/ft/GothamRounded-Light.eot');
	src: url('../fonts/ft/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/GothamRounded-Light.woff2') format('woff2'),
		url('../fonts/ft/GothamRounded-Light.woff') format('woff'),
		url('../fonts/ft/GothamRounded-Light.ttf') format('truetype'),
		url('../fonts/ft/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
	font-weight: 300;
	font-style: normal;
}

.banner_mv{
    display: none;
}


@font-face {
    font-family: "Gotham Regular";
    src: url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.eot");
    src: url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.eot?#iefix")format("embedded-opentype"),
    url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.woff2")format("woff2"),
    url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.woff")format("woff"),
    url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.ttf")format("truetype"),
    url("https://db.onlinewebfonts.com/t/0ff8990774ec4865c7f45befbafd4910.svg#Gotham Regular")format("svg");
}
@font-face {
    font-family: "Goutham Light";
    src: url("../fonts/gothamfont/Gotham-Light.otf");
}
@font-face {
    font-family: "Goutham Book";
    src: url("../fonts/gothamfont/GothamBook.ttf");
}
*{
    padding: 0px;
    transition: 0.5s ease;
    margin: 0px;
    scroll-behavior: smooth;
}

p{
    /* font-family: 'Gotham Serif', sans-serif; */
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    /* font-family: "Goutham Light"; */
    font-family: "Goutham Book";
    font-family: 'Gotham Rounded Light' !important;

}
li {
    line-height: 30px;
    font-family: 'Gotham Rounded Light' !important;
}
h3{
    font-family: "Nexa Bold" !important;
    font-size: 29.5px  !important;
    font-weight: 600  !important;
    line-height: 25px  !important;
}

.header_bar{
    position: relative;
    max-width: 1840px;
    margin: 0 auto;
}

a{
        font-family: "Nexa Bold" !important;
}

.header_bar::after{
    position: absolute;
    bottom: 20px;
    right: 0px;
    background-color: #B1B1B1;
    content: '';
    width: 73%;
    height: 1px;
    z-index: -1;
    display: none;
}


.header_logo{
    height: 100px;
    /*border-right: #B1B1B1 1px solid;*/
    overflow: hidden;
    background-color: #fff;
}

.header_logo img{
    height: 100px;
    margin-top: 10px;
    background-color: #fff;
    margin-left: -48px;
}

.page-scroll1{
    position: fixed;
    top: 95px !important;
    width: 81%;
    box-sizing: border-box;
    z-index: 999;
    background-color: #fff;
    top: 0;
    padding: 0px 0px !important;
}



.page-scroll{
    position: sticky !important;
    top: 0px;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
    background-color: #fff;
    top: 0;
    padding: 0px 0px !important;
}

.page-scroll .dates_duration {
    padding: 0px 0px;
}




.header_mdl{
    align-items: center;
    display: flex;
    justify-content: space-between;
    height: 80px;
    padding-right: 30px;
    border-right: #B1B1B1 1px solid;
}

.header_mdl p{
    padding: 0px;
    font-size: 15px;
    margin: 0px;
}
.header_mdl p a{
    color: #000000;
    text-decoration: underline;
}

.header_icons{

}

.header_icons a img{
    width: 20px;
    height: 20px;
}
.header_download_btn{
    text-align: center;
    margin-top: 25px;
}

.header_download_btn a{
    color: #fff;
line-height: 50px;
    font-size: 16.1px;
    font-weight: 400;
    background-color: #EB7658;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 30px 15px 30px;
}
.header_download_btn a:hover{
    color: #fff;
}

.header_download_btn img{
    width: 25px;
    margin: -5px 0px 0px 6px;
}

.master_design_thinking{
    position: relative;
}

.master_design_thinking img{
    width: 100%;
    height: auto;
}

.master_design_thinking_content {
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate(-46%, -45%);
}

.master_design_thinking_content h1{
    color: #fff;
    font-size: 47.5px;
    line-height: 77px;
    font-family: "Nexa Bold";
  font-weight: 700;    
}

.master_design_thinking_content p{
    color: #fff;
    /* line-height: 50px; */
    /* font-family: "Poppins", sans-serif; */
    /* font-weight: 300; */
    margin: 0px;
    padding: 0px;
}

.master_design_thinking_btn{
    display: block;
}

.master_design_thinking_btn a{
    width: 210px;
    height: 50px;
    background: #EB7658;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 30px 0 0;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 0 0px 0 0;
   font-family: "Nexa Bold";
        border-radius: 50px;
}

.master_design_thinking_btn a:hover{
    text-decoration: none;
    color: #fff;
}

/* dates_duration_sec */
.dates_duration{
    background-color: #EB7658;
    padding: 0px 0px;
}
.dates_duration_sec{
    /* display: flex;
    justify-content: space-between; */
    margin-bottom: 0px;

}

.dates_duration_box {
    text-align: center;
    position: relative;
    margin: 0 auto;
    list-style-type: none;
}

.dates_duration_box::after{
    position: absolute;
    top: 20%;
    right: -60px;
    content: '';
    width: 2px;
    height: 40px;
    background-color: #fff;
}

.dates_duration_box h4 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 0px;
        font-family: "Nexa Bold";
}

.dates_duration_box p{
     font-size: 15px !important; 
    /* font-weight: 200; */
    color: #fff;
}

.dates_duration_box a{
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    padding: 12px 12px;
    border-radius: 4px;
       width: 160px;
    height: 50px;
    display: block;
    border-radius:50px;
    margin-top: 17px;

}
.dates_duration_box a:hover{
    text-decoration: none;
    color: #fff;
}

.dates_duration_box_btn::after{
    display: none;
}

/* course_overview_section */
.course_overview_section{
    padding: 50px 0px;
    overflow: hidden !important;
}

.tab {
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    padding-bottom: 0px;
    margin-bottom: 30px;
  }
  
  /* Style the buttons inside the tab */
  .tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    margin: 14px 35px 0px 0px;
    transition: 0.3s;
    padding-bottom: 15px;
    font-size: 20px;
    font-weight: 400;
    font-family: "Gotham Regular";
        border-bottom: 4px solid #eb765800;
  }
  
  /* Change background color of buttons on hover */
  .tab button:hover {

}
  
  /* Create an active/current tablink class */
  .tab button.active {
    font-weight: 700;
    /*margin: 14px 75px 0px 0px;*/
    border-bottom: 4px solid #eb7658;
  }
  
  /* Style the tab content */
  .tabcontent {
    display: none;
    padding: 6px 12px;
    border-top: none;
    position: relative;
  }
  .tabcontent::after{
    position: absolute;
    top: 12px;
    border-left: 1px solid #eee;
    right: -35px;
    height: 305%;
    width: 1px;
    content: '';
  }
  
  button:focus {
    outline: none !important;
    outline: none !important;
  }

  .tabcontent h3{
    color: #565656;
    font-size: 29px;
    font-weight: 600;
    line-height: 35px;
  }

  .tabcontent h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;

}
.tabcontent ul{
    margin-left: 20px;
}
.tabcontent ul li{
    font-size: 20px;
}
.position-sticky {
    top: 0 !important;
  }
  div.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .tabcontent p{
    margin-bottom: 16px;
    /*text-transform: capitalize;*/
  }

  .tabcontent img{
    width: 100%;
    margin: 15px 0px 35px 0px;
  }

  .ro_wss {
    position: sticky !important;
    top: 0;
}

div #chandu {
    position: -webkit-sticky;
    position: sticky !important;
    top: 0;
}


.executive_program_general{
    padding: 0px 40px;
    max-width: 100%;
    margin: 0 auto;
}

.executive_program_general  h3{
        line-height: 35px !important;
}
.executive_program_general p{
    font-size: 15px;
}

.form-group label{
    color: #545759;
    font-family: "Gotham Regular";
}

 .form-group label span{
    color: red !important;
    margin-right: 2px;
 } 
.custom-inp {
    width: 100%;
    height: 35px;
    padding-left: 5px;
    background: transparent;
    border: 1px solid #CED4DA !important;
    border-radius: 5px;
    color: #000;
}
.form_group_checkbox{
    display: flex;
    align-items: baseline;

}
.form_group_checkbox input{
    margin-right: 12px;
}

.form-group .select{

}

.form_btn button{
    width: 210px;
    height: 50px;
    background: #EB7658;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 30px 0 0;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 0 0px 0 0;
    font-family: "Nexa Bold";
    outline: none;
    border: none;
    cursor: pointer;
        border-radius: 50px;
}


.pop_sec img{
    width: 100%;
}
.pop_sec{
    position: relative;
    width: 100%;
    height: 275px;
}
/* .poly_btn{
    position: absolute;
    width: 30px !important;
    content: '';
    background-color: #fff;
    top: 50%;
    left: 50px;
    transform: translate(-50%, -50%);
} */

.poly_btn123{
    position: absolute;
    width: 85px !important;
    height: 85px !important;
    border-radius: 100px;
    content: '';
    top: 57%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-color: transparent;
}

.poly_btn123 img{
    width: 85px !important;
    cursor: pointer;
    margin: 0px !important;
    background-color: #fff;
    border-radius: 100px;
}


/* footer_section */
.footer_section_line{
    width: 100%;
    height: 2px;
    background-color: #000000;
    margin-top: 50px;
}

.footer_section{
    padding: 50px 0px;
}
.foot_left{
    overflow: hidden;
    position: relative;
}
.foot_left img {
    height: 55px;
    margin-left: 0px;
    margin-bottom: 15px;
}


.foot_logo p {
    width: 633px;
    font-size: 16px !important;
}

.foot_right h3{
    font-size: 29px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 12px;
    font-family: "Nexa Bold"  !important;
}

.foot_right p{
    padding-bottom: 2px;    font-size: 16px !important;

    margin: 0px;
}

/* .foot_right  */

.foot_right ul{
    margin: 0px;
    padding: 0px;
}

.foot_right ul li{
    list-style-type: none;
}

.foot_right ul li a{
    text-decoration: none;
    color: #000;
    line-height: 40px;
    font-size: 18px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    font-family: "Gotham Regular";
}
.foot_right ul li a:hover{
    color: #000;
    text-decoration: none;
}





#myBtn {
    position: fixed;
    bottom: 22%;
    right: 50%;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color: #ffffff00;
    border: 1px solid #fff;
    color: white;
    transition: 0.5s ease;
    cursor: pointer;
    transition: 0.5s ease;
    padding: 0px 10px 20px 10px;
    border-radius: 40px;
  }

  
  #myBtn:hover {
    background-color: #dfdfdf;
  }
  
  
.button_input_lt{
        width: 210px;
    height: 50px;
    background: #EB7658;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 50px;
    margin: 30px 0 0;
    color: #ffffff;
    display: block;
    text-align: center;
    padding: 0 0px 0 0;
    font-family: "Nexa Bold";
    outline: none;
    border: none;
    cursor: pointer;
        border-radius: 50px;
}

