/*
Theme Name: School 98 Lvivl theme
Description: Школа шасливих дітей
Author: p-i-p
Author URI: 
Version: 1
*/

/******************/
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
img {
  max-width: 100%;
  height: auto;
}
.dark_after{
  position: relative;
}
.dark_after:before{
  content: "";
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left: 0;
}

.proud_content{
  display: flex;
  justify-content: space-between;
}

.proud_item{
  text-align: center;
  text-transform: uppercase;
}
.proud_item img{
  max-width: 100px;
  margin: 0 auto;
}


.topbar-content{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.theme_button {
  text-transform: uppercase;
  
  text-shadow: #816700 1px 0 6px;
}

.header-contacts {
  display: flex;
}
.header-contacts a, .top_location {
  display: flex; 
  align-items: center;
  line-height: 20px;
  text-align: left;
  margin-right: 20px;
  color: #fff;
}
.header-contacts .ico{	
  width: 20px;
  height: 18px;
  margin-right: 10px;
}
.top_phone .ico{
background: url(images/telephone.svg) no-repeat center center;
  background-size: contain;
}
.top_location .ico{
background: url(images/location.svg) no-repeat center center;
background-size: contain;
display: inline-block;
}
.top_mail .ico{
background: url(images/mail.svg) no-repeat center center;
  background-size: contain;
}

.header_social_icons, .footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.header_social_icons a {
  margin: 0 10px 0 0; 
  width: 20px;
  height: 20px;
  padding: 0; 
}
.soc_item span {
  width: 100%;
  height: 100%;
  display: block;
}
.soc_item_facebook span {
	-webkit-mask: url(images/social/facebook.svg) no-repeat center center;
    mask: url(images/social/facebook.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.soc_item_instagram span {
	-webkit-mask: url(images/social/instagram-logo.svg) no-repeat center center;
    mask: url(images/social/instagram-logo.svg) no-repeat center center;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: #fff;
    background-size: contain;
}
.header_social_icons a:hover,
.footer-social a:hover{	
	opacity: 1;
}
.header_social_icons a:hover span,
.footer-social a:hover span{	
    background-color: #f6ab1a;
}





.flex-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
}
.page-wrap {
    padding: 60px 0;
    width: 100%;
    overflow: hidden;
} 
.page-top-bg{
    position: relative;
    padding-top: 100px;
}

.page-top-bg::after{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
}



.seperator-line-top{
    position: absolute;
    top: -1px;
    background-image: url(images/border-line-top.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 30px;
    width: 100%;
}


.seperator-line-bottom{
    position: absolute;
    bottom: -1px;
    background-image: url(images/border-line-bottom.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 30px;
    width: 100%;
}
.seperator-line-bottom-gray{
    position: absolute;
    bottom: -1px;
    background-image: url(images/border-line-bottom-gray.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 30px;
    width: 100%;
}
.seperator-line-footer{
    position: relative;
    bottom: -1px;
    background-image: url(images/border-footer.png);
    background-size: contain;
    background-repeat: repeat-x;
    background-position: center;
    height: 30px;
    width: 100%;
}





/*******************/

.big_button a:hover{
  background-color: var(--yellow);
  border: 2px solid var(--yellow);
  color: #fff;
}




/*******************/
.event-item{ 
  padding: 10px;
}
.event-image{
  position: relative;
}
.event-button {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prevs {
  padding: 15px;
  background: url(images/back.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 0;
  width: 60px;
  height: 45px;
  top: 45%;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  transition: left .3s,right .3s,opacity .3s;
}
.nexts {
  padding: 15px;
  background: url(images/next.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  right: 0;
  width: 60px;
  height: 45px;
  top: 45%;
  cursor: pointer;
  z-index: 99;
  opacity: 0;
  transition: left .3s,right .3s,opacity .3s;
}  

.teachers-carousel:hover .prevs,
.article-slider:hover .prevs {
  left: -50px;
  opacity: 1;
  transition: left .3s,right .3s,opacity .3s;
}

.teachers-carousel:hover .nexts,
.article-slider:hover .nexts {
  right: -50px;
  opacity: 1;
  transition: left .3s,right .3s,opacity .3s;
} 

.prevs,
.nexts ,
.article-slider .prevs,
.article-slider .nexts {
  top: calc(50% - 95px);
}
/*******************/


.entry-blogs{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2vw;
  justify-content: space-between;
}

.blogs-item{
  width: 31%;
}
/****FEEDBACK*************************************/
.monitoring_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}

.monitoring_flex .column_left {
	width: 45%;
    padding-right: 60px;
}
.monitoring_flex .column_right {
	width: 50%;
    padding-right: 60px;
}
.entry_flex_block {
  width: 48%;
}
.address, .email a, .phone, .phone a {
  font-size: 22px;
line-height: 38px;
  font-weight: 400;
  color: #262626;
}
.email a:hover, .phone a:hover {
color: #f6ab1a;
}

.contacts_title{
font-size: 30px;    
  font-weight: 300;
  font-style: italic;
}
.cont_line{
margin-bottom: 30px;
}

.form-row{
padding: 8px 0;
width: 100%;
display: flex;
justify-content: space-between;

}
.form-row.form_full{
width: 100%;
display: flex;
flex-direction: column;

}
.form-row .half{
width: calc( 50% - 15px );
}
.full{
width: 100%;

}
.form-row span,
.form-row label{
display: block;
}

input[type="text"],
input[type="tel"], 
input[type="email"], 
textarea,
input[type="date"], 
select {
  font-size: 16px;
  line-height: 28px;
  background: #ffffff;
  border: 1px solid #999;
  border-radius: 8px;
color: #333;
  width: 100%;
  padding: 10px;
  outline: none;
  height: 45px;
}

.form-row textarea{
min-height: 80px;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  border-radius: 8px;
  text-transform: uppercase;
letter-spacing: 1px;
  color: #f6ab1a;
  padding: 12px 30px;
  cursor: pointer;
  background: transparent;
  border: 1px solid #f6ab1a;
  transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  -webkit-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
}
button:hover, input[type="button"]:hover, input[type="submit"]:hover {
  background-color: #f6ab1a;
  border-color: #f6ab1a;
  color: #fff;
  cursor: pointer;
}

/*******************/




/*******************/



    /*************************************************************
     * Plugin:      ThemeSetting - Customizing the WordPress Login.*
     * Description: ThemeSetting is the best Login Page Customizer *
     *              in WordPress which allows you to completely  *
     *              change the layout of login, register and     *
     *              forgot password forms.                       *
     * Author:      vwthemes                                    *
     * visit:       https://wordpress.org/plugins/themes/    *
     *************************************************************/


     
     .login form .input, .login input[type=text],.login form input[type=checkbox]{
        border-radius: 0;
      }
      input[type=checkbox]:checked:before {
    	  content: url('data:image/svg+xml;utf8,<svg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27><path%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%231e8cbe%27%2F><%2Fsvg>');
    	  margin: -0.25rem 0 0 -0.275rem !important;
      }
      .wp-core-ui #login .button-primary{
          margin-left: 0;
      }
      .admin-email__actions-primary .button:first-child {
          font: 400 15px "Roboto", sans-serif;
          color: #fff;
          height: auto;
          line-height: 20px !important;
          padding: 13px;
          padding-top: 13px;
          padding-bottom: 13px;
          width: 100%;
          text-align: center;
          background-color: #008ec2;
          border: 0;
          margin-bottom: 8px;
          border-radius: 5px;
      }
      .admin-email__actions-primary .button:first-child:hover {
          background-color: #008ec2;
      }
      .login form.admin-email-confirm-form {
          max-width: 360px;
          margin: 0 auto;
      }
      .login-action-confirm_admin_email #backtoblog a {
          color: #008ec2 !important;
      }


      
     body.login {
        background-image: url(https://www.vwthemesdemo.com/vw-education-academy-pro/wp-content/plugins/img/bg.jpg);
        /*background-color: #ddd5c3;*/
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-attachment: fixed;
          display: table;
          min-height: 100vh;
          width: 100%;
          padding: 0;
      }
      .header-wrapper{
          /* display: table-row; */
      }
      #login{
          margin-top: 2%;
          background: #fff;
          position: relative;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          -o-border-radius: 5px;
          border-radius: 5px;
          -webkit-box-shadow: 0 0 15px rgba(0,0,0,.8);
          box-shadow: 0 0 15px rgba(0,0,0,.8);
        max-width: 350px;
          padding: 26px 26px 6px 26px;
          width: 100%;
      }
      .login form {
          margin-top: 20px;
          margin-left: 0;
          padding: 0 24px 12px !important;
          background: #fff;
          -webkit-box-shadow: none;
          box-shadow: none;
      }
      .login form .input, .login input[type="text"]{
          height: 48px;
          background: #fff;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          margin-bottom: 18px;
          font: normal 15px "Roboto", sans-serif;
          color: #7f7f7f;
          border-color: #bdbdbd;
          padding-left: 27px;
          font-weight: normal;
      }
      #jetpack_protect_answer{
        padding-left: 0;
        text-align : center;
      }
      .login input[type="submit"] {
          background: #fff;
          color: #fff;
          margin: 7px 0 7px;
          height: 46px;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          -ms-border-radius: 5px;
          border-radius: 5px;
          font: normal 15px "Roboto", sans-serif;
          color: #fff;
          width: 100%;
      }
      .wp-core-ui.login .button-group.button-large .button,
      .wp-core-ui.login .button.button-large, .wp-core-ui.login .button-primary{
          height: 46px;
          line-height: 0;
          background: #008ec2;
      }
      .wp-core-ui.login  .two-factor-email-resend .button{
          color: #444;
      }
      .login #nav {
          text-align: center;
      }
      #login_error { display:block; }
      /*.message { display:none; }*/
      /*.custom-message {
          -moz-border-radius:3px 3px 3px 3px;
          border-style:solid;
          border-width:1px;
          margin:0 0 16px 8px;
          padding:12px;
      }*/
  
      #backtoblog{
          text-align: center;
      }
      .header-cell{
          /* display: table-cell; */
          height: 100px;
      }
      .loginHeaderMenu{
          text-align: center;
          position: relative;
          z-index: 10;
          list-style: none;
          background: #333;
  
      }
      .loginHeaderMenu>ul>li{
          display: inline-block;
          vertical-align: top;
          position: relative;
          list-style: none;
      }
      .loginHeaderMenu>ul>li>a{
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 16px;
          padding: 17px 20px;
          display: inline-block;
      }
      .loginHeaderMenu>ul>li:hover>a{
          background: #4CAF50;
          color: #fff;
      }
      .loginHeaderMenu>ul>li>ul{
          position: absolute;
          width: 200px;
          padding: 0;
          top: 100%;
          left: 0;
          background: #fff;
          list-style: none;
          text-align: left;
          border-radius: 0 0 5px 5px;
          -webkit-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
          -moz-box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
          box-shadow: 0px 5px 10px -1px rgba(0,0,0,0.31);
          overflow: hidden;
          opacity: 0;
          visibility: hidden;
      }
      .loginHeaderMenu>ul>li:hover>ul{
          opacity: 1;
          visibility: visible;
      }
      .loginHeaderMenu>ul>li>ul>li{
          font-size: 15px;
          color: #333;
      }
      .loginHeaderMenu>ul>li>ul>li>a{
          color: #333;
          padding: 10px;
          display: block;
          text-decoration: none;
      }
      .loginHeaderMenu>ul>li>ul>li>a:hover {
          background: rgba(51, 51, 51, 0.35);
          color: #fff;
      }
      .login-wrapper{
          display: table-row;
      }
      .login-cell{
          display: table-cell;
          vertical-align: middle;
      }
      .clear{
          display: none;
      }
      .footer-wrapper{
          /* display: table-footer-group; */
        position: -webkit-sticky;
        position: sticky;
        top: 100vh;
      }
      .footer-cont{
  
          right: 0;
          bottom: 0;
          left: 0;
          text-align: center;
          /* display: table-cell; */
          vertical-align: bottom;
          /* height: 100px; */
      }
      .loginFooterMenu{
          text-align: center;
          background-color: rgba(0,0,0,.7);
      }
      .loginFooterMenu>ul{
          display: inline-flex;
      }
  
      .loginFooterMenu>ul>li{
          display: inline-block;
          padding: 18px;
      }
      /* style two factor plugin */
      .login .backup-methods-wrap a, #login form p:not([class]){
          color: #555d66;
      }
      .login .backup-methods-wrap a:hover{
          color: #00a0d2;
      }
      /*End style two factor plugin */
      .loginFooterMenu>ul>li:focus{
          outline: none;
          border: 0;
      }
      .loginFooterMenu>ul>li>a:focus{
          outline: none;
          border: 0;
      }
      .loginFooterMenu>ul>li>a{
          color: #fff;
          text-transform: uppercase;
          text-decoration: none;
          font-size: 14px;
      }
      .loginHead {
          width:100%;
          text-align: center;
          margin-top: 0;
          margin-bottom: 20px;
          padding: 13px 0 0;
          position: relative;
          margin: 0;
      }
      .loginHead p a {
          text-decoration: none;
      }
      .loginFooter {
          display: table-footer-group;
      }
      .loginFooter p a {
          display: inline-block;
          margin: 0 5px;
      }
      .loginInner {
          margin: 0 auto;
          text-align: center;
          margin-top: 20px;
          margin-bottom: 0;
          padding: 13px 0;
          position: relative;
      }
 
      .themes-show-love{
        color: #222;
      }
      .themes-show-love a{
        color: #263466;
      }
      .themes-show-love a:hover{
        color: #4d5d95;
      }
      @media screen and (max-width: 767px) {
          #login{
              width: 300px;
          }
          .login form{
              padding-right: 0;
              padding-left: 0;
          }
          .login .themes-show-love{
              position: static;
              text-align: center;
              float: none;
              background: rgba(255,255,255, .5);
              margin-top: 11px;
              padding-bottom: 0;
              padding: 3px;
          }
      }
  
















      /***---Section 1  ---*******************************************************/
#home {
    padding: 0;
    width: 100%;
    height: 750px;
    color: #fff;
    padding-top: 0px;
    position: relative;
}

.full-slider-container {
  position: absolute;
  left: 50%; 
  top: 50%; 
  transform: translate(-50%, -50%);
  z-index: 3;
  height: 100%;
   display: flex;
   align-items: center;
   text-align: center;
    justify-content: flex-start;
  }
.full-slider-container ul{
	list-style: none;
}
.full-slider-container ul li:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 15px;
    margin: 15px auto 0px auto;
    background-image: url(images/checked.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.full {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; 
  }

.full:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: ""; 
}

.full .full-slider-title {
  font-size: 38px;
  line-height: 1.15;
  margin-bottom: 10px;
  letter-spacing: -0.025em;
  color: #fff;
  opacity: 0; 
  }
 
.full .full-slider-teaser {
  font-size: 18px;
  line-height: 1.66;
  color: white;
  opacity: 0; 
  }

.full .full-slider-btn {
  margin-top: 25px;
  font-weight: 500;
  position: relative;
  display: inline-block;
  width: auto;
  padding: 8px 25px;
  cursor: pointer;
  -moz-transition: all 0.30s;
  -o-transition: all 0.30s;
  -webkit-transition: all 0.30s;
  transition: all 0.30s;
  text-align: center;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  border: 0;
  background-color: #CA4A5F;
  text-decoration: none;
  color: white;
  opacity: 0; 
  }

.section-full-slider .full-slider .full-slider-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  min-height: 600px;
	}
	
.section-full-slider .full-slider .full:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index:1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 7.81%, rgba(54, 54, 54, 0.62) 100%);
  }

  
.section-full-slider .full-slider .full {
  height: 750px;
  overflow: hidden;
  }

.section-full-slider .full-slider .full:before {
  display: none;
  }

.section-full-slider .full-slider .full .full-slider-btn {
	min-width: 285px; 
}

.head_primary {
    font-size: 60px;
    letter-spacing: 0em;
    text-transform: uppercase;
    line-height: 1;
    color: #FFFFFF;
    margin: 10px 0;
	opacity: 0; 
    -webkit-transform: translateY(70px);
    -moz-transform: translateY(70px);
    -ms-transform: translateY(70px);
    -o-transform:  translateY(70px);
	transform: translateY(70px);
	transition: transform 0.5s ease 0s, opacity 1s ease 1s;
}
.head_primary .air{
	letter-spacing: 0.3em;
    text-transform: uppercase;
    font-size: 72px;
    margin: 15px 0;
    display: block;
    color: #f6ab1a;
}
.slick-active .head_primary {
	-ms-transform: translate(0);
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-o-transform: translate(0);
    transform: translate(0);
	opacity: 1;
	-webkit-transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
	transition: .5s .8s cubic-bezier(0.42, 0, 1, 1), opacity 1s ease 1s;
}
.head_description {
	opacity: 0;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
	padding-bottom: 5px;
}
.head_description .line{
	width: 30px;
	height: 1px;
	background: #1b8dcd;
	margin: 0 30px;
}
.slick-active .head_description {
   opacity: 1;
   transition: opacity .5s ease-in-out;
   -moz-transition: opacity .5s ease-in-out;
   -webkit-transition: opacity .5s ease-in-out;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
/* .link_to{	
    margin: 15px 0;
}
.head_link_to a{
	font-weight: 500;
font-size: 14px;
line-height: 17px;
letter-spacing: 0.5em;
text-transform: uppercase;
	color: #1b8dcd;
	padding: 10px 40px;
    border: 1px solid #1b8dcd;
    transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    -webkit-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
}
 */
.head_link_to a:hover{
background-color: #ffffff;
    border-color: #f6ab1a;
    color: #f6ab1a;

}
.air{
	transform: translateY(-100%);
	-webkit-transition: all 1.5s ;
	transition: all 1.5s ;
	opacity: 0;	
	margin-top:60px;
	}
.slick-active .air{	
	opacity: 1;
	transform: translateY(0);
	transition: 1.5s;  
	-webkit-transition-delay: 3s;
	transition-delay: 3s;
}
.full-slider .slick-dots li{
	display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
    cursor: pointer;
	margin-bottom:5px;
    position: relative;
    transform: rotate(45deg);
}
.ss_dots .slick-dots li{
	display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 10px;
    padding: 0;
    cursor: pointer;
	margin-bottom:5px;
    position: relative;
    transform: rotate(45deg);
}
.ss_dots .slick-dots li a ,
.full-slider .slick-dots li a {
	color: #888 !important;
	padding: 10px;
    position: relative;	
    display: block;
	line-height: 17px; 
	width: 100%;
    height: 100%;
}
.ss_dots .slick-dots li a {
    border: 2px solid transparent;
    background-color: #b6b6b6;
    background-size: contain;
	opacity:0.6;
}
.full-slider .slick-dots li a {
    border: 2px solid #fafafa;
    background-color: #fafafa;
    background-size: contain;
	opacity:0.6;
}
.ss_dots .slick-dots li:before,
  .full-slider .slick-dots li:before{   
    position: absolute;
    content: '';
    height: 15px;
    background: #888;
    bottom: -15px;
    left: 50%;
    width: 1px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
	display: none
}

.full-slider .slick-dots li:hover a:before,
.full-slider .slick-dots li.slick-active a:before{
    display: block;
}
.ss_dots .slick-dots li:hover a,
.ss_dots .slick-dots li.slick-active a ,
  .full-slider .slick-dots li:hover a,
  .full-slider .slick-dots li.slick-active a {
	opacity:1;
    background-color: #f6ab1a;
}


.article-slider .slick-dots{	
	padding-bottom: 1px;
    position: absolute;
    bottom: -50px;
} 
.full-slider .slick-dots{	
	padding-bottom: 1px;
    position: absolute;
    bottom: 50px;
} 
.full-slider .slick-dots li:last-child:before{   
    position: absolute;
    content: '';
    height: 40px;
    background: #888;
    bottom: -40px;
    left: 50%;
    width: 1px;
    -moz-transition: width 0.35s;
    -o-transition: width 0.35s;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
}



/* Slider */
.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent; }
  
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0; }
  
  .slick-list:focus {
    outline: none; }
  
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block; }
  
  .slick-loading .slick-track {
    visibility: hidden; }
  
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px; }
  
  .slick-slide img {
    display: block; }
  
  .slick-slide.slick-loading img {
    display: none; }
  
  .slick-slide.dragging img {
    pointer-events: none; }
  
  .slick-initialized .slick-slide {
    display: block; }
  
  .slick-loading .slick-slide {
    visibility: hidden; }
  
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }
  
  .slick-arrow.slick-hidden {
    display: none; }
  
  
  
  a.tobottom {
      position: absolute;
      bottom: 0px;
      right: 30px;
      z-index: 2;
      display: inline-block;
      color: #fff;
      letter-spacing: .1em;
      text-decoration: none;
      transition: opacity .3s;
  }
  a.tobottom .vert_text{
       display: block; 	 
      font-size: 12px;
      line-height: 15px;
      letter-spacing: 0.5em;
      text-transform: uppercase;
       -webkit-transform: rotate(90deg);
      -webkit-transform-origin: right top;
      -moz-transform: rotate(90deg);
      -moz-transform-origin: right top;
      -ms-transform: rotate(90deg);
      -ms-transform-origin: right top;
      -o-transform: rotate(90deg);
      -o-transform-origin: right top;
      transform: rotate(90deg);
      transform-origin: right top;
  }
  a.tobottom .vert_line{
    display: block;
      height: 130px;
      width: 1px;
      background: rgb(255 255 255 / 0.25);
      float: right;
      margin-right: 5px;
      position: relative;
    }
  a.tobottom .vert_line:before {
      position: absolute;
      top: 5px;
      left: -3px;
      content: '';
      width: 6px;
      height: 5px;
      margin-left: 0px;
      background-color: rgb(255 255 255 / 0.5);
      -webkit-animation: sdb10 3s infinite;
      animation: sdb10 3s infinite;
      box-sizing: border-box;
  }
  
  /******************************************************/
  @-webkit-keyframes sdb10 {
    0% {
      -webkit-transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      -webkit-transform: translate(0, 115px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes sdb10 {
    0% {
      transform: translate(0, 0);
      opacity: 0;
    }
    40% {
      opacity: 1;
    }
    80% {
      transform: translate(0,  115px);
      opacity: 0;
    }
    100% {
      opacity: 0;
    }
  }
  
  a.tobottom:hover .vert_text{	  
  color: #f6ab1a;
    }
  a.tobottom:hover .vert_line:before,
  a.tobottom:hover .vert_line{
      background: #f6ab1a;
  }
  
  


 
/* 

@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(./assets/css/Poppins-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins ';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(./assets/css/Poppins-SemiBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(./assets/css/Poppins-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Poppins ExtraBold'), local('Poppins-ExtraBold'), url(./assets/css/Poppins-ExtraBold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Poppins Medium'), local('Poppins-Medium'), url(./assets/css/Poppins-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(./assets/css/Poppins-Black.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto Regular'), local('Roboto-Regular'), url(./assets/css/Roboto-Regular.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(./assets/css/Roboto-Medium.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(./assets/css/Roboto-Bold.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

*/
:root {
  --common-font-p: "Poppins"; --common-font-r: "Roboto";
}
:root {
  --yellow: #ffbc00;
  --lightgreen: #50b733;
  --grey1: #858585;
  --grey2: #56504d;
  --grey3: #a7a7a7;
  --grey4: #a2a2a2;
  --grey5: #d0c7c7;
  --black1: #111111;
  --black2: #3e3e3e;
  --lightgrey1: #cccccc;
  --lightgrey2: #7f7f7f;
 }
/* Basic Style */
* {
  margin: 0;
  padding: 0;
  outline: none;
}
html body {
  margin: 0;
  padding: 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  background-color: white;
  position: relative;
  font-size: 15px;
  color: #6c6c6c;
  font-family: var(--common-font-r);
  font-weight: 500;
  overflow-x: hidden;
}
label {
  margin-bottom: 0 !important;
}
img {
  margin: 0;
  padding: 0;
  border: none;
  max-width: 100%;
  height: auto;
}
section img {
  max-width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 10px 0;
  font-family: var(--common-font-p);
  color: black;
  font-weight: 700;
  letter-spacing: 1px;
}
p {
  margin: 0 0 15px;
  padding: 0;
  font-size: 15px;
}
body a {
  text-decoration: none;
  color: var(--yellow);
}
a:hover {
  text-decoration: none;
  color: #666;
}
a:focus,a:hover {
  text-decoration: none !important;
}
ul,ol {
  margin: 0 0 0 15px;
  padding: 0;
}
ul li, ol li {
  font-size: 14px;
}
:hover {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}
blockquote {
  font-size: 18px;
  font-style: italic;
  max-width: 450px;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #383838;
}
blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: 0px;
  top: -10px;
  color: #7a7a7a;
}
blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 0px;
  bottom: -10px;
  color: #7a7a7a;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
  margin-top: 5px;
}
blockquote cite:before {
  content: "\2014 \2009";
}
/*
input[type="text"], input[type="tel"], input[type="email"], input[type="phno"],input[type="password"], textarea {
  border: 1px solid #424648;
  font-size: 14px;
  padding: 14px 10px;
  margin: 0 0 0px 0;
  height: auto;
  width: 100%;
  background: transparent;
}

*/
section {
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0;
  background-attachment: fixed;
  position: relative;
}
select {
  width: 100%;
  padding: 6px;
}
input[type="submit"] {
  padding: 10px 20px;
  font-weight: bold;
  color: white;
  text-transform: uppercase;
  border: none;
  background-color: var(--yellow);
}
input[type="submit"]:hover {
  cursor: pointer;
}
textarea {
  height: 80px;
}
.bounce, .flash, .pulse, .shake, .swing, .tada, .wobble, .bounceIn, .bounceInDown, .bounceInLeft, .bounceInRight, .bounceInUp, .bounceOut, .bounceOutDown, .bounceOutLeft, .bounceOutRight, .bounceOutUp, .fadeIn, .fadeInDown, .fadeInDownBig, .fadeInLeft, .fadeInLeftBig, .fadeInRight, .fadeInRightBig, .fadeInUp, .fadeInUpBig, .fadeOut, .fadeOutDown, .fadeOutDownBig, .fadeOutLeft, .fadeOutLeftBig, .fadeOutRight, .fadeOutRightBig, .fadeOutUp, .fadeOutUpBig, .flip, .flipInX, .flipInY, .flipOutX, .flipOutY, .lightSpeedIn, .lightSpeedOut, .rotateIn, .rotateInDownLeft, .rotateInDownRight, .rotateInUpLeft, .rotateInUpRight, .rotateOut, .rotateOutDownLeft, .rotateOutDownRight, .rotateOutUpLeft, .rotateOutUpRight, .slideInDown, .slideInLeft, .slideInRight, .slideOutLeft, .slideOutRight, .slideOutUp, .rollIn, .rollOut, .zoomIn, .zoomInDown, .zoomInLeft, .zoomInRight, .zoomInUp, .slideInUp {
  -webkit-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  visibility: visible!important;
}
.wp-caption {
  margin: 0;
  padding: 0;
  font-size: 13px;
  max-width: 100%;
}
.wp-caption-text {
  margin: 0;
  padding: 0;
}
.gallery-caption {
  margin: 0;
  padding: 0;
}
.bypostauthor {
  margin: 0;
  padding: 0;
}
.hovereffect a {
  border: 1px solid #333;
  padding: 10px;
  color: #333333;
  font-weight: bold;
}
.carousel-inner {
  margin: 0;
}
.screen-reader-text {
  position: absolute;
  top: -9999em;
  left: -9999em;
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
  margin-top: 4px;
  margin-bottom: 10px;
  padding: 0;
  padding: 5px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  padding: 5px;
  margin-bottom: 10px;
  margin-left: 25px;
  padding: 5px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding: 5px;
}
.comment-list .comment-content ul {
  list-style: none;
  margin-left: 15px;
}
.comment-list .comment-content ul li {
  margin: 5px;
}
.toggleMenu {
  display: none;
}
table, td, th {
  border: 1px solid black;
}
/*-------------------------- Calendar widget --------------------------*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: 1px 0 0 1px;
  margin: 0 0 1.75em;
  table-layout: fixed;
  width: 100%;
}
.widget.widget_calendar table {
  margin: 0;
}
.widget.widget_calendar td, .widget.widget_calendar tr, .widget.widget_calendar th {
  border: 1px solid white;
  color: black;
}
#footer .widget.widget_calendar td, #footer .widget.widget_calendar tr, #footer .widget.widget_calendar th {
  color: white;
  padding: 2px;
}
.widget_calendar td, .widget_calendar th {
  line-height: 1.5625;
  padding: 0;
  text-align: center;
}
.widget_calendar caption {
  font-weight: 900;
  margin-bottom: 0em;
  color: white;
  padding-left: 15px;
  caption-side: top;
}
.widget_calendar tbody a {
  background-color: #bbb;
  color: white;
  display: block;
  font-weight: 700;
}
.widget_calendar tbody a:hover, .widget_calendar tbody a:focus {
  background-color: #686868;
  color: white;
}
.widget th, .widget td {
  padding: 0.5384615385em;
}
/* ---------Buttons--------- */
a.button, .theme_black_button, a.theme_button, a.theme_white_button, a.theme_grey_button, #register-now .register-now-head input[type="submit"], #academic-news .news-content .read-more-news, #newsletter .newsletter-content input[type="submit"]  {
  padding: 16px 26px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 2px;
  display: inline-block;
  cursor: pointer;
  transition: all ease-in-out 300ms;
  margin-top: 20px;
}
a.theme_button {
  color: white;
  border: none;
  background-color: var(--yellow);
}
.theme_black_button{
  border: 2px solid var(--black1);
  color: var(--black1);
}
.theme_grey_button{
  border: 2px solid var(--grey3);
  color: var(--grey3);
}
a.theme_white_button, #register-now .register-now-head input[type="submit"], #newsletter .newsletter-content input[type="submit"]{
  background-color: transparent;
  color: white;
  border: 2px solid white;
}/*---------------------- index ---------------------------*/
.post-section {
  padding: 20px 0;
}
.cat-box {
  background: url(images/cat-icon.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 15px 0 30px 0;
}
.date-box {
  background: url(images/date.png) no-repeat 1px 3px;
  padding: 0 0 0 25px;
  font-style: italic;
  font-weight: bold;
  margin: 0 0 15px 0;
}
/*------------------------- Headings --------------------------*/
section h2 {
  padding: 0;
  margin-bottom: 20px;
  color: black;
  padding: 0 0 10px;
  margin: 0;
  font-weight: 900;
}
/*-------------- Owl crousel ---------------*/
.owl-carousel .owl-item img {
  width: auto !important;
  margin: 0 auto;
  width: auto;
}
#our_partners img {
  width: auto !important;
}
button.owl-next, button.owl-prev {
  background: #1e202c;
}
button.owl-prev {
  position: absolute;
  left: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next {
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  padding: 10px 20px;
}
button.owl-next i, button.owl-prev i {
  color: white;
}
/*-------------- Woocommerce ---------------*/
.woocommerce .summary h1 {
  font-size: 28px;
}
.woocommerce div.product form.cart div.quantity {
  margin-right: 20px;
}
.woocommerce .quantity input {
  padding: 5px 0px;
}
.woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background-color: var(--yellow);
  border-radius: 0;
  padding: 10px 14px;
  color: white;
}
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price {
  color: var(--yellow);
}
.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover {
  background: white;
  color: #333333;
  border: 1px solid var(--yellow);
}
#contentwoocom {
  padding: 20px 15px;
}
h2.woocommerce-loop-product__title {
  text-align: center;
}
.woocommerce ul.products li.product .price {
  text-align: center;
}
.woocommerce a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  text-align: center;
  margin: 0 auto;
  display: table;
  margin-bottom: 20px;
}
li.product {
  border: 1px solid #ddd;
  padding-bottom: 17px;
}
.woocommerce span.onsale, .search-section {
  background-color: var(--yellow);
}
.woocommerce #customer_login .col-1, .woocommerce #customer_login .col-2 {
  max-width: 100%;
}
input#password, input#reg_password {
  padding: 10px;
}
.woocommerce div.product form.cart .variations select {
  background-color: white;
}
.u-column1.col-1.woocommerce-Address, .u-column2.col-2.woocommerce-Address {
  width: 100%;
  max-width: 100%;
}
.woocommerce a.added_to_cart {
  padding: 0 .5em .5em;
  display: inline-block;
}
.woocommerce h1,.woocommerce h2,.woocommerce h3 {
  font-family: var(--common-font-p);
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
  width: 53%;
}
.woocommerce .woocommerce-MyAccount-navigation ul {
  list-style-type: none;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a {
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 30px;
  color: #1f1e1e;
  font-family: var(--common-font-r);
}
/* ----------- Unit Testing ------------- */
.outer_dpage table {
  text-align: center;
}
.outer_dpage table th {
  text-align: center;
}
.not_sticky {
    position: unset !important;
}
.vw-fixed{
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}
.vw-scroll{
  background-attachment: scroll;
  background-size: cover;
  background-repeat: no-repeat;
}
/* ----------- Spinner ------------- */
.eco-nature-loading-box{
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--yellow);
  z-index: 2;
  cursor: pointer;
  z-index: 9999999;
}
.eco-nature-loading-box .lds-ripple {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.eco-nature-loading-box .lds-ripple div {
  position: absolute;
  border: 4px solid white;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.eco-nature-loading-box .lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 28px;
    left: 28px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: -1px;
    left: -1px;
    width: 58px;
    height: 58px;
    opacity: 0;
  }
}
@-moz-document url-prefix() {
 #happy-students .owl-carousel .owl-stage-outer{
    object-fit: cover;
 }
}







  input[type="submit"], a.theme_button, .woocommerce button.button.alt, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce span.onsale, #header .search-form input[type="submit"], #header .header-search, #return-to-top, .main-navigation li.current_page_item, #footer h3:after, 
 #slider ol.carousel-indicators .active, .section_main_head h3:after, #popular-courses .courses-content:hover .course-price, #academic-events .events-content:hover .event-button1, #academic-events .owl-dots .active, #register-now .video-content i, #academic-teacher .owl-carousel .owl-dots .active, #happy-students .owl-dots .active, #academic-news .news-content:hover .read-more-news, #academic-news .owl-dots .active, #academic-news .news-content:hover .news-date, .meta_post span i, .social_widget a:hover, a.page-numbers, span.page-numbers.current, #sidebar input[type="submit"] {
    background-color: #ffbc00;
  }body a, .woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce ul.products li.product .price, .serach_outer i, .search-box i, .logo h1 a, .logo p, .main-navigation a:hover, .main-navigation ul ul li:hover > a, #happy-students .student-contents .students-quote i, #happy-students .student-contents h5 a, #happy-students .owl-dots .active, .our_testimonial_outer .tdesig, #events_single .events-meta i, .contact_us_icon i{
    color: #bc8a00;
  }.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .serach_inner form.search-form, #slider ol.carousel-indicators .active, #popular-courses .courses-content:hover .course-price, #academic-events .events-content:hover .event-button1, #academic-events .owl-dots .active, #academic-teacher .owl-carousel .owl-dots .active, #academic-news .news-content:hover .read-more-news, #academic-news .owl-dots .active, #academic-news .news-content:hover .news-date, .social_widget a:hover, a.page-numbers, span.page-numbers.current, .navigation span.page-numbers.current, #sidebar .widget  {
    border-color: #ffbc00;
  }.sticky ul{
          text-align: center;
      }@media screen and (min-width:768px) {}.postbox-content{text-align:Left;}@media screen and (max-width:575px){}
      
 

/****Informacion blocks******************************/
.informations_blocks{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0;
}
.info_block{
  width: calc(100%/3 - 15px);
  padding: 15px;
  border: 1px solid #e6e6e6;
  margin-bottom: 30px;
}
.info_block_head{
  border-bottom: 1px solid #e6e6e6;
}
.info_block_head h3{
  font-size: 20px;

}
.info_block_content ul{
  list-style: none;
  margin: 15px 0;
}
.info_block_content ul li a{ 
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.info_block_content ul li a::before{
  content: "";
  position: absolute;
  left:0;
  top:0; 
  width: 20px;
  background-size: cover;
  background-position: center center;
  height: 20px;
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 952 952" width="952" height="952"><title>right-arrow-svg-svg</title><style>.s0 { fill: %23000000 } </style><g id="SVGRepo_iconCarrier"><path id="Layer" fill-rule="evenodd" class="s0" d="m720 476l-306 306-61-61 245-245-245-245 61-61zm-245.6-0.8l-121.7 121.8-120.7-120.7 121.7-121.8z"/></g></svg>');
}
.info_block_content ul li a:hover::before{
  background-image: url('data:image/svg+xml,<svg version="1.2" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 952 952" width="952" height="952"><title>right-arrow-svg-svg</title><style>.s0 { fill: %23014c8c } </style><g id="SVGRepo_iconCarrier"><path id="Layer" fill-rule="evenodd" class="s0" d="m720 476l-306 306-61-61 245-245-245-245 61-61zm-245.6-0.8l-121.7 121.8-120.7-120.7 121.7-121.8z"/></g></svg>');
}
/**********************************/

.archive_teachers .blogs-img {
  margin-bottom: 15px;
}

.archive_teachers .blogs-desc .blog-title{
  text-transform: uppercase;
}
.archive_teachers .blogs-img ,
.archive_teachers .blogs-desc .blog-the_excerpt,
.archive_teachers .blogs-desc .blog-title{
  text-align: center;
}
.archive_teachers .blogs-desc .blogs-img img{
  margin: 0 auto;
}
/**********************************/
/**********************************/