/* Googlefont Poppins CDN Link */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}
body{
  min-height: 100vh;
}
.kode_wrapper{
    overflow:unset;
}
nav{
  /*position: fixed;
  top: 0;
  left: 0;*/
  width: 100%;
  height: 100%;
  /*height: 70px;*/
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 99;
}
nav .navbar{
  height: 100%;
 /* max-width: 1250px;*/
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
   background: #fff !important; 
 /* padding: 0 50px;*/
}
.navbar .logo a{
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}
nav .navbar .nav-links{
  line-height: 70px;
  height: 100%;
}
nav .navbar .links{
  display: flex;
  line-height: 0px;
}
nav .navbar .links li{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  line-height: 0px;
}
nav .navbar .links li a{
  /*height: 100%;*/
  text-decoration: none;
  white-space: nowrap;
  color: #000;
  font-size: 15px;
  font-weight: 500;
  padding: 1px 14px;
  margin-top:10px;
/*  line-height: 46px;*/
line-height: 25px;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(180deg);
  }

nav .navbar .links li .arrow{
  /* background: red; */
  height: 100%;
  width: 22px;
  line-height: 70px;
  text-align: center;
  display: inline-block;
  color: #000;
  transition: all 0.3s ease;
}
nav .navbar .links li .sub-menu{
  position: absolute;
  top: 70px;
  left: 0;
  line-height: 40px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 4px 4px;
  display: none;
  z-index: 2;
}
.selectric .label{
  position: unset;
  text-align: left;
}
/* Add padding to containers */
.container .cls {
  padding: 20px;
  background-color: white;
}

/* Full-width input fields */
.userinput 
{
  width: 100%;
  margin: 5px 0 22px 0;
  display: inline-block;
  border: none;
  background: #fff;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #eee !important;
}
/* Overwrite default styles of hr */
hr {
  border: 1px solid #f1f1f1;
  margin-bottom: 25px;
}

/* Set a style for the submit button */
.registerbtn {
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  height: 45px;
  background: #e79800;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
}

.registerbtn:hover {
  opacity: 1;
}
.add_more_btn {
  margin: 8px 0;
  border: none;
  cursor: pointer;
  opacity: 0.9;
  padding: 6px 10px;
  background: #e79800;
  color: #fff;
  font-size: 18px;
  margin-top: 30px;
  float:right;
}
/* Add a blue text color to links */


/* Set a grey background color and center the text of the "sign in" section */
.signin {
  background-color: #f1f1f1;
  text-align: center;
}
.col-sm-12  {
    /*width: 100%;*/
    
}
.regccls{
  /*bottom: -86px;  */
  margin-bottom: 20px;
}
.mt-40{
  margin-top: 40px;
}
.mb-40{
    margin-bottom: 40px;
}
.mt-90{
  margin-top: 90px;
}
.mt-20{
  margin-top: 20px;
}
.signbtn{
    /*top: 66px;*/
    margin-bottom: 40px;
    margin-top: 20px;
   
}
.signbtn a
{
    color:#e79702; 
}
.Signq{
    color: #343030;
    cursor: pointer; 
}
.application_div{
    margin-top:20px;
}
#show_message.error,#show_message_edu.error, #empty_message.error{
  background: #ffcccc;
  color: #ff0033;
  padding: 15px 30px 15px 30px;
}
#show_message.success, #show_message_edu.success{
  background: #a0d0a0;
  color: #196619;
  padding: 15px 30px 15px 30px;
}
.nav-tabs>li>a{
  font-weight: 500;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover{
  background-color: #e79702;
  color: #fff !important;
}
.user-btn{
  width: 100%;
}
@media (min-width:800px){
nav .navbar .links li:hover .htmlCss-sub-menu,
nav .navbar .links li:hover .js-sub-menu{
  display: block;
}
}
.navbar .links li .sub-menu li{
  padding: 0 22px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.navbar .links li .sub-menu li:hover {
    background: #e79800;
    color: #fff;
}
.navbar .links li .sub-menu a{
  color: #000;
  font-size: 15px;
  font-weight: 500;
}
.navbar .links li .sub-menu .more-arrow{
  line-height: 40px;
}
.navbar .links li .htmlCss-more-sub-menu{
  /* line-height: 40px; */
}
.navbar .links li .sub-menu .more-sub-menu{
  position: absolute;
  top: 0;
  left: 100%;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  display: none;
}
.links li .sub-menu .more:hover .more-sub-menu{
  display: block;
}
.navbar .search-box{
  position: relative;
   height: 40px;
  width: 40px;
}
.navbar .search-box i{
  position: absolute;
  height: 100%;
  width: 100%;
  line-height: 40px;
  text-align: center;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.navbar .search-box .input-box{
  position: absolute;
  right: calc(100% - 40px);
  top: 80px;
  height: 60px;
  width: 300px;
  background: #3E8DA8;
  border-radius: 6px;
  opacity: 0;
  pointer-events: none;
  transition: all 0.4s ease;
}
.navbar.showInput .search-box .input-box{
  top: 65px;
  opacity: 1;
  pointer-events: auto;
  background: #3E8DA8;
}
.search-box .input-box::before{
  content: '';
  position: absolute;
  height: 20px;
  width: 20px;
  background: #3E8DA8;
  right: 10px;
  top: -6px;
  transform: rotate(45deg);
}
.search-box .input-box input{
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 4px;
  transform: translate(-50%, -50%);
  height: 35px;
  width: 280px;
  outline: none;
  padding: 0 15px;
  font-size: 16px;
  border: none;
}
.navbar .nav-links .sidebar-logo{
  display: none;
}
.navbar .bx-menu{
  display: none;
}
@media (max-width:920px) {
  nav .navbar{
    max-width: 100%;
    padding: 0 25px;
  }
    
  .navbar:before{
    content:unset;
  }
  nav .navbar .logo a{
    font-size: 27px;
  }
  nav .navbar .links li{
    /*padding: 0 10px;*/
    white-space: nowrap;
  }
  nav .navbar .links li a{
    font-size: 15px;
  }
}
@media (max-width:800px){
  nav{
    /* position: relative; */
  }
  .navbar .bx-menu{
    display: block;
  }
  nav .navbar .nav-links{
    position: fixed;
    top: 0;
    left: -100%;
    display: block;
    max-width: 270px;
    width: 100%;
    background:  #fff;
    line-height: 40px;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.5s ease;
    z-index: 1000;
  }
  .navbar .nav-links .sidebar-logo{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar-logo .logo-name{
    font-size: 25px;
    color: #fff;
  }
    .sidebar-logo  i,
    .navbar .bx-menu{
      font-size: 25px;
      color: #000;
    }
  nav .navbar .links{
    display: block;
    margin-top: 20px;
  }
  nav .navbar .links li .arrow{
    line-height: 40px;
  }
nav .navbar .links li{
    display: block;
  }
nav .navbar .links li .sub-menu{
  position: relative;
  top: 0;
  box-shadow: none;
  /*display: none;*/
}
nav .navbar .links li .sub-menu li{
  border-bottom: none;

}
.navbar .links li .sub-menu .more-sub-menu{
  display: none;
  position: relative;
  left: 0;
}
.navbar .links li .sub-menu .more-sub-menu li{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.links li:hover .htmlcss-arrow,
.links li:hover .js-arrow{
  transform: rotate(0deg);
  }
  .navbar .links li .sub-menu .more-sub-menu{
    display: none;
  }
  .navbar .links li .sub-menu .more span{
    /* background: red; */
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
  }

  .links li .sub-menu .more:hover .more-sub-menu{
    display: none;
  }
  /*nav .navbar .links li:hover .htmlCss-sub-menu,
  nav .navbar .links li:hover .js-sub-menu{
    display: none;
  }*/
/*.navbar .nav-links.show1 .links .htmlCss-sub-menu,
  .navbar .nav-links.show3 .links .js-sub-menu,
  .navbar .nav-links.show2 .links .more .more-sub-menu{
      display: block;
    }*/
    .navbar .nav-links.show1 ul.shohi .htmlcss-arrow,
    .navbar .nav-links.show3 .links .js-arrow{
        transform: rotate(180deg);
}
    .navbar .nav-links.show2 .links .more-arrow{
      transform: rotate(90deg);
    }
}
@media (max-width:370px){
  nav .navbar .nav-links{
  max-width: 100%;
} 
}
/***custom style by jaina***/
/*.site-logo{
    width: 110% !important;
    padding: 40px !important;
}*/

@media (max-width:800px){
  nav{
  height:70px;
  }
  .logo{
      width: 100%;
      max-width:170px; 
  }
  .site-logo{
    width:100%;
    padding-top: 10px;
    padding-bottom: 10px;
    max-width:180px!important;
  }
}
@media (min-width:800px){
    .logo{
      width: 100%;
      max-width:170px; 
  }
  nav{
  height:90px;
  }
  /*.logo{*/
  /*  width:21%;*/
  /*  }*/
.site-logo{
  width:66%;
  padding-top: 10px;
  padding-bottom: 10px;
}
/*nav .navbar .links li:hover{
background:#e79800;
}
nav .navbar .links li:hover a{
  color:#fff;
  }*/
}
@media (min-width: 768px){
.navbar {
    border-radius: 0px;
}
}
.shohi{
  display:block !important;
}
@media (max-width:800px){
    .htmlCss-sub-menu.sub-menu.shohi{
        width: 100%;
    overflow-y: scroll;
    max-height: 200px;
}
}
@media (min-width:800px){
nav .navbar .links li.first-level a.first-level:hover{
    background:#e79800;
    color:#fff;
}

}
.kf_intro_des_caption p{
    text-align:center;
}
.kf_edu2_intro_wrap{
    padding: 40px 0px;
}

.study  li {
    list-style: square !important;
}


/***megamenu universities***/
@media (min-width:800px){
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  /*width: 100%;*/
  left: 0;
  /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
  z-index: 1;
}
.dropdown:hover .dropdown-content {
  display: block !important;
}
/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  /*width: 25%;*/
  width:max-content;
  /*padding: 14px;*/
  /*background-color: #fff;*/
  /*height: 250px;*/
}
.megamenu{
    width:1000px;
   /*left: -500px !important;*/
}
/*.university-listing{
    background: #fafafa;
    padding: 20px;
}*/
}
@media (max-width:799px){
.megamenu{
    overflow-x:hidden;
}
}
.regccls
{
    background: #fff;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 8%);
    padding: 40px;
    border-radius: 5px;
}
.create_head
{
    margin-bottom: 20px;
}
.userinput_btn
{
    width: 100%;
    height: 50px;
    background: #e79800;
    color: #fff;
    font-size: 18px;
}
.htmlCss-sub-menu.sub-menu.megamenu
{
    width:100%;
}

.contact_des button 
{
   width: 50% !important;
}
.nopadding-lr
{
    padding-left:0;
    padding-right:0;
}
.mb25
{
    margin-bottom:25px;
}
.remove_field
{
    padding-top: 8px;
    color: red;
    float: right;
    font-weight: bold;
}





/*lekshmi catgory*/
.modal-content {
    margin-top: 33%;
}
.current_pagination{
    font-weight:800 !important;
    border: 2px solid #dbdbdb !important;
}
.hedbanner{
    font-size: 42px;
}



a.btnclr{
    background: #e79800 !important;
}

input.form-control {
    border: 1px solid orange !important;
}

table {
    margin-bottom: 28px !important;
    margin-top: 48px !important;
}
.contenr{
background: #fff;
    width: 500px;
    margin: 65px auto;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    border-radius: 4px;
    box-shadow: 0 2px 25px rgb(0 0 0 / 20%);
}
.btn-primary {
    background-color: #e79800;
    border-color: #e79800;
    margin-bottom: 20px;
}
.leftname{
    float :left !important;
}

table > tbody > tr > td{
    border: 1px solid #ffffff;
}











.btn-primary:hover {
    
    background-color: #e79800 !important;
    border-color: #e79800 !important;
}



/*seccess page*/
body{
   /* margin-top:20px;*/
    
}
.mail-seccess {
    text-align: center;
	background: #fff;
	border-top: 1px solid #eee;
}
.mail-seccess .success-inner {
	display: inline-block;
}
.mail-seccess .success-inner h1 {
	font-size: 100px;
	text-shadow: 3px 5px 2px #3333;
	color: #006DFE;
	font-weight: 700;
}
.mail-seccess .success-inner h1 span {
	display: block;
	font-size: 25px;
	color: #333;
	font-weight: 600;
	text-shadow: none;
	margin-top: 20px;
}
.mail-seccess .success-inner p {
	padding: 20px 15px;
}
.mail-seccess .success-inner .btn{
	color:#fff;
}
.mail-seccess.section{
    padding: 127px 0px !important;
}

.btn-primary:hover {
    background-color: #e79800 !important;
    border-color: #e79800 !important;
}









.btn{
    color: white !important;
    background-color: #e79800 !important;
}

form.form-inline.my-2.my-lg-0 {
    margin-top: 27px !important;
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1900px)
{
    .site-logo {
    /*margin-left: 92px !important;*/
}
    .contct_2 {
    /*padding-left: 134px !important;*/
    }

}
@media only screen and (min-device-width: 200px) and (max-device-width: 767px)
{
    nav .navbar .links li {
    padding: 3px 10px !important;
}
    .col-md-12.serch {
    display: none;
}
    .contact_des.sumbt {
    padding-left: 4%;
}
    .col-md-8.btmbtn {
    margin-bottom: 31px;
}
    .edu2_testemonial_slider_wrap .item {
    float: unset; 
    padding: 0 15px;
    width: 80%;
    margin-left: auto !important;
    margin-right: auto !important;
}
    .edu2_training_wrap .countdown li p {
    font-size: 8px !important;
    
}
.contct_2 {
    
    padding: 11px 11px;
}
}
section#shadow-host-companion {
    display: none;
}

/*custom*/
.navbar .links{
    height:100%;
}
.pagination .inactive{
    display:none;
}
@media (min-width: 768px){
 .site-logo{
     margin:auto;
     display:flex;
     min-width:130px;
     max-width:200px;
 }   
}
.footer_logo {
    width: fit-content;
}
.footer_logo img{
    object-fit:contain;
}
.contct_2 a{
    color:#fff!important;
}
.contct_2 {
    padding:10px;
}
.enquiresubmit{
    background-color: #e79800;
    width: 50% !important;
    display: block;
    padding: 15px 20px;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    font-family: inherit;
    border: none;
    -webkit-appearance: button;
    -webkit-transition: all 0.3s ease-in-out;
    cursor: pointer;
    overflow: visible;
}
.loader{
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    margin: 0px auto;
}
 @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
.qoutename-info, .qouteemail-info,.qoutesubject-info,.qoutecomment-info,.btnsub{
    color:red;
}
.finland_page .kf_intro_des_caption span{
    border:unset!important;
    background-color: unset!important;
}
.finland_page .kf_intro_des_caption:hover span{
    box-shadow:unset!important;
}
.finland_page .kf_intro_des_caption img{
    /*max-width:58px;*/
    width:70%!important;
     transition: transform 0.3s ease-in-out;
}
.finland_page .kf_intro_des_caption:hover img{
    transform: scale(1.1);
    filter: grayscale(100%);
    
}
.whts_app_link {
    width: 45px;
    height: 45px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    position: fixed;
    bottom: 60px;
    right: 60px;
    opacity: 1;
    z-index: 999;
}
.scrolltop a:visited{
    color:#fff!important;
}
.scroll_top {
    width: 45px;
    height: 45px;
    background-color: #e79800;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px 0px;
    position: fixed;
    bottom: 10px;
    right: 60px;
    opacity: 1;
    z-index: 999;
}
.scroll_top i{
    font-size:18px;
    font-weight:600!important;
}
.whts_app_link i{
    color: #fff!important;
    
}
html{
        scroll-behavior: smooth;
}
@media only screen and  (max-width: 767px){
    .whts_app_link, .scroll_top {
        right:20px!important;
    }
}

nav .navbar .container{
    display:flex;
    justify-content: space-between;
    align-items:center;
}
nav .navbar .logo{
    margin-right:auto;
}
nav .navbar .nav-links{
    margin-left:auto; 
}
.edu2_main_bn_wrap figure img{
        min-height:500px;
        /*object-fit:cover;*/
    }

@media only screen and (min-width: 480px) and (max-width: 800px){
    .edu_testemonial_wrap{
    display: flex;
    flex-direction: column;
    }
    .edu_testemonial_wrap .kode-text{
        padding:30px;
    }
    .navbar .container{
        width:100%!important;
    }
    nav .navbar .logo{
        margin:auto;
    }
    .edu2_main_bn_wrap figcaption h2 {
    font-size: 30px;
    }
    .edu2_main_bn_wrap figure img{
        min-height:400px;
        object-fit:cover;
    }
}
@media only screen and (max-width: 479px){
     .navbar .container{
        width:100%!important;
    }
    nav .navbar .logo{
        margin:auto;
    }
    
     .edu2_main_bn_wrap figcaption h2 {
    font-size: 22px;
    }
    .edu2_main_bn_wrap figure img{
        min-height:350px;
        object-fit:cover;
    }
     .edu2_main_bn_wrap figcaption {
        top: 30%!important;
    }
}
@media only screen and (max-width: 992px){

    .copyright_des a{
     text-align:center;   
     width:100%;
    }
}
.abt_univ p{ 
    width:100%;
    overflow:hidden;
}
 .finland_page .row .col-md-3{
     /*float:unset!important;*/
 }


 @media (max-width:480px){
    .kf_intro_des_caption p{
        font-size:14px;
        margin: 0 0 15px 0;
        max-height: 70px;
    }
    .kf_intro_des_caption span{
        width: 70px;
        height: 70px;
        margin-bottom:10px;
    }
    .kf_intro_des_caption{
        padding: 0;
    }

 }
 .cta_btn{
    display:flex;
    margin:0 auto;
    justify-content: center;
 }

 .kf_courses_tabs span{
     float:right;
     
 }
 .kf_edu2_cta_btn{
    display: flex;
    justify-content: center;
 }

 .key_facts_heading button{
     float:right;
 }

  @media (max-width:768px){
     .kf_courses_tabs span{
     float:left;
     margin: 5px 0;
     
    }
       .openBtn{
          justify-content: center!important;
       }
  }
  @media (min-width:769px){
       .openBtn{
          justify-content: end!important;
       }
  }
.abt_pori_cta button{
    margin:20px 0;
}
  .abt_univ_wraps row, .abt_univ_wraps,.abt_univ_col{
      overflow:hidden;
  }
    .campaign_flaot .scroll_top{
        bottom:95px!important;
    }
     .campaign_flaot .whts_app_link{
        bottom:145px!important;
    }
    .abt_univ_des button{
        margin-top: 15px;
    }
    .privacy_policy, .cookies{
        min-height:50vh;
    }
    .landing_policy{
        text-align:right;
    }
    .landing_policy a{
        margin-top: 10px;
        color: #f9f9f9;
        padding-left: 10px;
    }
    /*thank you page*/
    
    .main_sec_tankyou {
        padding: 10% 15%;
        text-align: center;
        width: 100%;
        height: 100vh;
        overflow: hidden;
        background-image: url(../images/samk.jpg) !important;
        background-size: cover;
        background-position: center;
    }
    .inner_sec_tankyou {
        padding: 70px 5%;
        border-radius:10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        background: #ffffffc7;
    }
    @media (min-width: 1200px){
        .inner_sec_tankyou img {
            width: 10%!important;
        }
        
        .inner_sec_tankyou h1{
            font-family: emoji;
            font-size: 80px;
        }
    }
    @media (max-width: 1200px){
        .inner_sec_tankyou img {
            width: 20%!important;
        }
        
        .inner_sec_tankyou h1{
            font-family: emoji;
            font-size: 60px;
        }
        .main_sec_tankyou{
            padding: 10% 5%;
        }
    }
    #back_btn {
        color: white !important;
        background-color: #e79800 !important;
        padding: 10px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
        margin-top: 20px;
    }
    
    /* cookies banner*/
    
    .cookies_banner{
        /*display:none;*/
        background: #fff;
        padding: 20px 4%;
        position: fixed;
        bottom: 0;
        width:100%;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
        z-index: 10000;
    }
    .apt_btn{
        float:right;
    }
    @media (max-width: 1200px){
        .apt_btn{
            float:left;
        }
    }