 
/* Css For Kidko */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Main Slider 
6. Welcome Section
7. Service Section
9. Takecare Section
8. Gallery Section
10. Team Section
11. Clients Section
12. About Section
14. News Section
15. Testimonial Section
16. Contact Section
19. Main Footer
20. Footer Bottom
21. Header Style Two
22. Slider Style Two
23. About Style Two
24. Team Style Two
25. Chooseus Section
26. Healthcare Section
27. Pricing Section
28. Google Map Section
29. Cta Section
30. About Page
31. Page Title
32. Page Info
33. About Style Three
34. Faq Section
35. Error Section
36. Service Page
37. Service Page Section
38. Single Service Page
39. Single Service Content
40. Gallery Page
41. Our Blog/Blog Page
42. Blog Grid
43. Blog-Single
44. Contact Page
45. Contact Section
46. Google Map


**********************************************/


/* use font link */





/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:15px;
  color:#848484;
  line-height:26px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1170px;
    padding: 0px;
  }
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
  color: #ff7162;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
  color: #615e5d;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

.gray-bg{
  background: #f2f1f0;
}

.black-bg{
  background: #3b3634;
}

.sec-pad{
  padding: 144px 0px 150px 0px;
}

figure{
  margin: 0px;
}

img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
        0 0 0 30px rgba(255, 255, 255, 0.1);
    }
}

/** button **/

.theme-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  padding: 17px 40px;
  background-color: #ff7162;
  line-height: 26px;
  color: #ffffff !important;
  font-weight: 900;
  text-transform: uppercase;
  cursor: pointer;
  text-align: center;
  transition: all 500ms ease;
  z-index: 1;
}

.theme-btn:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  opacity: 0;
  background-color: #253b70;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform: scale(0.2, 1);
  transform: scale(0.2, 1);
}

.theme-btn:hover:before {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}


.pagination{
  position: relative;
  display: block;
  margin-top: 30px;
}

.pagination li{
  display: inline-block;
  margin: 0px 5px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  height: 60px;
  font-weight: 700;
  width: 60px;
  line-height: 60px;
  text-align: center;
  color: #2b3c6b;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  background: #ff7162;
  color: #ffffff;
}

.sec-pad{
  padding: 144px 0px 150px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(http://azim.commonsupport.com/Kidko/images/icons/preloader.gif);
}

.scroll-top {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  bottom: 105%;
  right: 15px;
  font-size: 20px;
  border-radius: 50%;
  z-index: 99;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  background: #ff7162;
  transition: .5s ease;
}

.scroll-top.open {
  bottom: 30px;
}

.scroll-top:hover{
  background: #2b3c6b;
}

.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

/** sec-title **/

.sec-title h5{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 26px;
  color: #ff7162;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  margin-bottom: 13px;
  padding: 0px 50px 0px 50px;
}

.sec-title h5:before{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  left: 0px;
  bottom: 11px;
}

.sec-title h5:after{
  position: absolute;
  content: '';
  background: #ff7162;
  width: 30px;
  height: 2px;
  right: 0px;
  bottom: 11px;
}

.sec-title.style-two h5:after{
  display: none;
}

.sec-title.style-two h5{
  padding-right: 0px;
}

.sec-title h1{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  color: #2b3c6b;
}





/** classes-section **/

.classes-section{
  position: relative;
  display: block;
}

.classes-section .inner-block{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 30px 50px rgba(229, 229, 229, 0.8);
}

.classes-section .inner-block .image-box{
  position: relative;
  display: block;
  background: #253b71;
  overflow: hidden;
}

.classes-section .inner-block .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.classes-section .inner-block:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.02);
}

.classes-section .inner-block .lower-content{
  position: relative;
  display: block;
  padding: 34px 40px 37px 40px;
}

.classes-section .inner-block .lower-content .link-btn{
  position: absolute;
  top: -35px;
  right: 40px;
}

.classes-section .inner-block .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  background: #fbb419;
  border-radius: 50%;
  transition: all 500ms ease;
}

.classes-section .inner-block .lower-content .link-btn a:hover{
  background: #253b71 !important;
}

.classes-section .inner-block:hover .lower-content .link-btn a {
  -webkit-transform: scale(-1) rotate(-180deg);
  -moz-transform: scale(-1) rotate(-180deg);
  -ms-transform: scale(-1) rotate(-180deg);
  -o-transform: scale(-1) rotate(-180deg);
  transform: scale(-1) rotate(-180deg);
}

.classes-section .block-column:nth-child(2) .inner-block .lower-content .link-btn a{
  background: #43b3d9;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a{
  background: #ff7162;
}

.classes-section .inner-block .lower-content h3{
  margin-bottom: 9px;
}

.classes-section .inner-block .lower-content .price{
  position: relative;
  display: block;
  font-size: 18px;
  color: #ff7162;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 700;
  margin-bottom: 17px;
}

.classes-section .inner-block .lower-content .text{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.classes-section .inner-block .lower-content .info-box{
  position: relative;
  display: block;
  background: url(http://azim.commonsupport.com/Kidko/images/icons/icon-4.png);
  width: 100%;
  padding: 25px 15px 25px 15px;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center;
}

.classes-section .inner-block .lower-content .info-box li{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  margin: 0px 10px;
  text-transform: uppercase;
}

.classes-section .inner-block .lower-content .info-box li:before{
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 20px;
  top: 4px;
  right: -12px;
}

.classes-section .inner-block .lower-content .info-box li:last-child:before{
  display: none;
}

.classes-section .inner-block .lower-content .info-box li span{
  color: #ff7162;
  text-transform: capitalize;
}

.classes-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 60px;
}

.classes-section .anim-icon .icon-1 {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/anim-icon-4.png);
  width: 192px;
  height: 292px;
  left: 90px;
  top: -190px;
  background-repeat: no-repeat;
}



/** our-teachers **/

.our-teachers{
  position: relative;
  display: block;
}

.our-teachers .sec-title{
  margin-bottom: 60px;
}

.teachers-block-one{
  position: relative;
  display: block;
}

.teachers-block-one .inner-box .image-holder{
  position: relative;
  display: inline-block;
  border: 2px dashed #fbb928;
  padding: 18px;
  border-radius: 50%;
}

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .image-holder{
  border-color: #43b3d9;
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box .image-holder{
  border-color: #ff7162;
}

.teachers-block-one .inner-box .image-holder img{
  width: 100%;
  border-radius: 50%;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box .image-holder .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #2b3c6b;
  border-radius: 50%;
}

.teachers-block-one .inner-box:hover .image-holder img{
  transform: scale(1.03);
  opacity: 0.5;
}

.teachers-block-one .inner-box{
  position: relative;
  overflow: hidden;
}

.teachers-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 31px 15px 8px 15px;
  margin-top: -44px;
  z-index: 1;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box .lower-content:before{
  position: absolute;
  display: block;
  content: '';
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-1.png);
  max-width: 283px;
  width: 100%;
  height: 133px;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0 auto;
  opacity: 1;
  background-repeat: no-repeat !important;
  background-position: center !important;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .lower-content:before{
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-2.png);
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box .lower-content:before{
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-3.png);
}

.teachers-block-one .inner-box .lower-content:after{
  position: absolute;
  display: inline-block;
  content: '';
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-1.png);
  max-width: 303px;
  width: 100%;
  height: 163px;
  left: 0px;
  top: 0px;
  right: 0px;
  margin: 0 auto;
  transition: all 500ms ease;
  z-index: -1;
  opacity: 0;
}

.teachers-block-one .inner-box:hover .lower-content:after{
  opacity: 1;
  transform: translateY(-30px);
}

.our-teachers .block-column:nth-child(2) .teachers-block-one .inner-box .lower-content:after{
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-2.png);
}

.our-teachers .block-column:last-child .teachers-block-one .inner-box .lower-content:after{
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-3.png);
}

.teachers-block-one .inner-box .lower-content h3{
  color: #fff;
  margin-bottom: 5px;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box:hover .lower-content h3{
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.teachers-block-one .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  margin-bottom: 7px;
  transition: all 500ms ease;
}

.teachers-block-one .inner-box:hover .lower-content .designation{
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content .social-list{
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: all 900ms ease;
}

.teachers-block-one .inner-box:hover .lower-content .social-list{
  opacity: 1;
  transform: translateY(-32px);
}

.teachers-block-one .inner-box .lower-content .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.teachers-block-one .inner-box .lower-content .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}




/** teachers-style-two **/

.our-teachers.style-two{
  position: relative;
  background: #253b70;
}

.our-teachers.style-two .sec-title h1{
  color: #fff;
}

.our-teachers.style-two .parallax-icon .icon-3{
  left: 10% !important;
}

.our-teachers.style-two .parallax-icon .icon-5{
  left: 80% !important;
}

.our-teachers.style-two .parallax-icon .icon-6{
  left: 90% !important;
}

.our-teachers.style-two .parallax-icon .icon-7{
  left: 85% !important;
}




/** classes-style-three **/

.classes-section.style-three{
  position: relative;
  padding: 150px 0px;
}

.classes-section.style-three .inner-content{
  position: relative;
  display: block;
  margin-right: 80px;
}

.classes-section.style-three .sec-title{
  margin-bottom: 32px;
}

.classes-section.style-three .inner-content .text{
  position: relative;
  display: block;
  color: #fff;
}

.classes-section.style-three .carousel-content{
  position: relative;
  display: block;
  margin-right: -500px;
}

.classes-section.style-three .owl-nav .owl-prev, 
.classes-section.style-three .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  background: #ff7162;
  text-align: center;
  border-radius: 50%;
  margin: 0px 5px;
  cursor: pointer;
  transition: all 500ms ease;
}

.classes-section.style-three .owl-nav .owl-prev:hover, 
.classes-section.style-three .owl-nav .owl-next:hover{
  background: #fff;
  color: #2b3c6b;
}

.classes-section.style-three .owl-dots{
  display: none;
}

.classes-section.style-three .owl-nav {
  position: absolute;
  left: -505px;
  bottom: 150px;
}

.classes-section.style-three .owl-item:nth-child(odd) .inner-block .link-btn a{
  background: #43b3d9;
}

.classes-section.style-three .owl-item:nth-child(3n+1) .inner-block .link-btn a{
  background: #ff7162;
}

.classes-section.style-three .anim-icon .icon-2 {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/anim-icon-13.png);
  width: 265px;
  height: 400px;
  left: 70px;
  bottom: -70px;
  background-repeat: no-repeat;
  z-index: 1;
}




/** teachers-style-three **/

.our-teachers.style-three{
  position: relative;
}

.teachers-block-two{
  position: relative;
  display: block;
}

.teachers-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #2b3c6b;
  border-radius: 20px;
}

.teachers-block-two .inner-box .image-box img{
  width: 100%;
  border-radius: 20px;
  transition: all 500ms ease;
}

.teachers-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.03);
}

.teachers-block-two .inner-box{
  position: relative;
  overflow: hidden;
}

.teachers-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-4.png);
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  padding: 46px 15px 47px 15px;
  margin-top: -40px;
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.teachers-block-two .inner-box .lower-content h3{
  color: #fff;
  margin-bottom: 5px;
}

.teachers-block-two .inner-box .lower-content h3 a{
  color: #fff;
}

.teachers-block-two .inner-box .lower-content .designation{
  position: relative;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  color: #fff;
  margin-bottom: 7px;
}

.teachers-block-two .inner-box .lower-content .social-list{
  position: relative;
  opacity: 0;
  transform: translateY(10px);
  transition: all 900ms ease;
}

.teachers-block-two .inner-box .lower-content .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 10px;
}

.teachers-block-two .inner-box .lower-content .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #fff;
}

.teachers-block-two .inner-box:hover .lower-content .social-list{
  opacity: 1;
  transform: translateY(0px);
}

.our-teachers.style-three .inner-content{
  position: relative;
  display: block;
  margin: 0px -15px;
}

.our-teachers.style-three .block-column{
  padding: 0px 30px;
}


/*** 

====================================================================
                        Classes-Page
====================================================================

***/

.classes-page-section{
  position: relative;
  padding: 150px 0px 120px 0px;
}

.classes-page-section .inner-block{
  margin-bottom: 30px;
}

.classes-section .block-column:nth-child(3) .inner-block .lower-content .link-btn a{
  background: #ff7162;
}

.classes-section .block-column:nth-child(4) .inner-block .lower-content .link-btn a{
  background: #b350ff;
}

.classes-section .block-column:nth-child(5) .inner-block .lower-content .link-btn a{
  background: #ff689d;
}

.classes-section .block-column:last-child .inner-block .lower-content .link-btn a{
  background: #7c3bff;
}

.class-details{
  position: relative;
  display: block;
  padding: 144px 0px 143px 0px;
}

.class-details .inner-box .info-box{
  position: relative;
  display: block;
  background: url(http://azim.commonsupport.com/Kidko/images/icons/info-bg.png);
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 20px;
  padding: 27px 30px 23px 30px;
}

.class-details .inner-box .info-box li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 55px;
}

.class-details .inner-box .info-box li:last-child{
  margin-right: 0px;
}

.class-details .inner-box .info-box li h6{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 20px;
  color: #bdc1ce;
  font-weight: 500;
}

.class-details .inner-box .info-box li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 700;
}

.class-details .inner-box .info-box li .thumb-box{
  position: absolute;
  left: 0px;
  top: -5px;
  width: 55px;
  height: 55px;
  overflow: hidden;
  border-radius: 50%;
}

.class-details .inner-box .info-box li .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.class-details .inner-box .info-box li:first-child{
  padding: 0px 0px 0px 73px;
}

.class-details .inner-box .sec-title{
  margin-bottom: 33px;
}

.class-details .inner-box .bold-text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2b3c6b;
  margin-bottom: 73px;
}

.class-details .inner-box .info-box li:first-child:before,
.class-details .inner-box .info-box li:nth-child(2):before{
  position: absolute;
  content: '';
  border: 1px dashed #59688e;
  width: 1px;
  height: 35px;
  top: 15px;
  right: -25px;
}

.class-details .inner-box .upper-content{
  position: relative;
  display: block;
  margin-bottom: 72px;
}

.class-details .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  color: #2b3c6b;
  line-height: 40px;
  font-weight: 900;
  margin-bottom: 23px;
}

.class-details .inner-box .lower-content .text p{
  position: relative;
  display: block;
  margin-bottom: 26px;
}

.class-details .inner-box .lower-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 67px;
  padding-top: 47px;
}

.class-details .inner-box .lower-content .image-box img{
  width: 100%;
}

.class-details .class-details-content{
  position: relative;
  display: block;
  margin-right: 20px;
}

.class-details .inner-box .lower-content .list li{
  position: relative;
  display: block;
  margin-bottom: 5px;
  padding: 0px 0px 0px 17px;
}

.class-details .inner-box .lower-content .list li:before{
  position: absolute;
  content: '';
  background: #ff7162;
  height: 6px;
  width: 6px;
  left: 0px;
  top: 12px;
  border-radius: 50%;
}

.class-details .inner-box .lower-content .list li:last-child{
  margin-bottom: 0px;
}

.class-details .inner-box .lower-content .list{
  position: relative;
  display: block;
  padding-top: 8px;
}

.class-details .class-details-sidebar .inner-box{
  position: relative;
  display: block;
  background: #f1efe8;
  padding: 44px 40px 23px 40px;
  border-radius: 20px;
}

.class-details .class-details-sidebar .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #2b3c6b;
  font-weight: 900;
  margin-bottom: 15px;
}

.class-details .class-details-sidebar .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 27px;
}

.class-details .class-details-sidebar .inner-box .info-list li{
  position: relative;
  display: block;
  margin-bottom: 19px;
  padding-bottom: 19px;
  border-bottom: 1px dashed #cdccc5;
}

.class-details .class-details-sidebar .inner-box .info-list li:last-child{
  border: none;
  margin-bottom: 0px;
}

.class-details .class-details-sidebar .inner-box .info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 26px;
  color: #2b3c6b;
  font-weight: 700;
}

.class-details .class-details-sidebar .inner-box .info-list li span{
  position: relative;
  display: block;
  font-size: 18px;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  line-height: 26px;
  color: #ff7162;
  font-weight: 700;
}



/*** 



====================================================================
                        Teachers-Page
====================================================================

***/

.our-teachers.teachers-page {
  background: #f2f0eb;
}

.our-teachers.teachers-page-section{
  position: relative;
  padding-bottom: 45px;
}

.our-teachers.teachers-page-section .teachers-block-one{
  margin-bottom: 105px;
}

.our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box .image-holder {
  border-color: #ff7162;
}

.our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box .lower-content:before {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-3.png);
}

.our-teachers.teachers-page-section .block-column:nth-child(3) .teachers-block-one .inner-box .lower-content:after {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-3.png);
}

.our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box .image-holder {
  border-color: #b350ff;
}

.our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box .lower-content:before {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-5.png);
}

.our-teachers.teachers-page-section .block-column:nth-child(4) .teachers-block-one .inner-box .lower-content:after {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-5.png);
}

.our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box .image-holder {
  border-color: #f8457c;
}

.our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box .lower-content:before {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-6.png);
}

.our-teachers.teachers-page-section .block-column:nth-child(5) .teachers-block-one .inner-box .lower-content:after {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-6.png);
}

.our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box .image-holder {
  border-color: #8bd451;
}

.our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box .lower-content:before {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/teacher-icon-7.png);
}

.our-teachers.teachers-page-section .block-column:last-child .teachers-block-one .inner-box .lower-content:after {
  background: url(http://azim.commonsupport.com/Kidko/images/icons/hover-7.png);
}

