@import url('https://fonts.googleapis.com/css?family=Courgette|Lora:400,400i,700|Poppins:300,400,500,600,700,800&display=swap');

body {
	background: #fff;
	padding:0px;
	margin:0px;
	float: left;
	position: relative;
	width: 100%;
	overflow-x: hidden;
}

a{
  text-decoration: none !important;
}

a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff; 
}

::-webkit-scrollbar-thumb {
  background: #f3a800; 
}

::-webkit-scrollbar-thumb:hover {
  background: #80471A; 
}

::selection {
  color: #80471A;
  background: #f3a800;
}

.header{
	width: 100%;
	float: left;
  	position: relative;
  	z-index: 9999;
}

.header_top{
	width: 100%;
	float: left;
	background-image: url(../images/header.png);
	background-attachment: fixed;
	transition: 0.5s ease-in-out;
}

.header_inner {
    width: 100%;
    float: left;
    margin: 15px 0;
    position: relative;
}

.logoWrp {
    max-width: 400px;
    float: left;
}


.logoWrp img {
    /* width: 100%; */
    width: 470px;

}

.right_contact_details {
    float: right;
    max-width: 255px;
}

.right_contact_details a {
    width: 100%;
    float: left;
    text-align: right;
    margin: 7px 0 0 0;
    font-size: 16px;
    font-family: Poppins;
    color: #484848;
}

.right_contact_details a i {
    width: 20px;
    height: 20px;
    background: #4cbcd4;
    text-align: center;
    color: #fff;
    font-size: 13px;
    padding: 3px 0 0 0;
    border-radius: 100%;
}

.main_menu {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
	transition: 0.5s ease-in-out;
}

.sticky_header .main_menu {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.main_menu:after{
	content: '';
	width: 100%;
	position: absolute;
	background: #ebebeb;
	height: 5px;
	top: 0;
	left: 0;
}

.main_nav{
	width: auto;
	float: left;
	padding: 0;
	margin: 0;
}

.main_nav li {
    list-style: none;
    float: left;
    padding: 0 0;
    margin: 0 0;
    position: relative;
    z-index: 10;
}

.main_nav li:after{
	content: '';
	width: 100%;
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}

.link1:after{
	background: #f27c7e;
}

.link2:after{
	background: #f7c44e;
}

.link3:after{
	background: #acc158;
}

.link4:after{
	background: #ad8a00;
}

.link5:after{
	background: #ea9d5f;
}

.link6:after{
	background: #4cbcd4;
}

.link7:after{
	background: #4c7296;
}

.link8:after{
	background: #bc5393;
}

.link9:after{
	background: #de81b8;
}

.main_nav li a {
    float: left;
    padding: 22px 19px 20px 19px;
    margin: 0 0;
    font-size: 15px;
    font-family: Poppins;
    text-transform: capitalize;
    color: #5f5f5f;
    transition: 0.3s ease-in-out;
    position: relative;
    z-index: 20;
}

.main_nav li a:after {
    content: '';
    height: 50%;
    width: 1px;
    background: #ddd;
    position: absolute;
    top: 25%;
    right: 0px;
    transition: 0.3s ease-in-out;
}

.main_nav li:hover:after{
	height: 100% !important;
}

.main_nav li:hover a{
	color: #fff;
}

.main_nav li:hover a::after{
	background: transparent;
}

.main_nav li:last-child a::after{
    display: none;
}

.social_icon{
	width: auto;
	float: right;
	padding: 0;
	margin: 0;
}

.social_icon li {
    list-style: none;
    float: left;
    padding: 0 0;
    margin: 0 0;
    position: relative;
    z-index: 10;
}

.social_icon li:after{
	content: '';
	width: 100%;
	position: absolute;
	height: 5px;
	top: 0;
	left: 0;
	transition: 0.3s ease-in-out;
}

.social_icon li:hover::after{
	height: 100%;
}

.social_icon li:hover a{
	color: #fff;
}

.social_icon li a {
    position: relative;
    color: #969696;
    padding: 17px 18px;
    width: 100%;
    float: left;
	transition: 0.3s ease-in-out;
	z-index: 1;
}

.social_icon li a i {
    font-size: 18px;
    height: 29px;
    float: left;
}

.drop_down_icon {
    font-size: 9px !important;
    transition: 0.3s ease-in-out;
    position: absolute;
    top: 28px;
    right: 4px;
    z-index: 9999;
}

.rotate_icon{
	transform: rotate(180deg);
	color: #fff;
}














footer .widget.widget_text ul li a, .dt-sc-contact-info a {
  color: #5c5c5c;
  display: block;
}
.dt-sc-contact-info a {
  text-transform: lowercase;
}
.header1#header .top-right p.dt-sc-contact-info:last-child {
  border-bottom: none;
  margin: 0;
  padding-bottom: 0;
}
header p.dt-sc-contact-info {
  border-bottom: none;
  padding: 0;
}
header .contact-details p {
  text-align: right;
  margin: 0;
}
.dt-sc-contact-info {
  clear: both;
  float: left;
  width: 100%;
  display: block;
  margin: 0 0 10px;
  padding: 12px 0 8px;
  border-bottom: 1px dotted #CCC;
}
.header1 .header-more-info .dt-sc-contact-info span.fa {
  float: right;
  margin-left: 5px;
}
.header-more-info .dt-sc-contact-info span {
  font-size: 14px;
  margin: 0 0 0 0;
  margin: 0;
  padding: 0;
  width: auto;
  line-height: inherit;
}
header .contact-details .fa {
  float: right;
  margin-left: 5px;
  color: #252525;
}
.dt-sc-contact-info span {
  font-size: 25px;
  float: left;
  margin: 0 10px 0 0;
  padding-bottom: 12px;
  width: 40px;
  text-align: center;
}


/**************about_us****************/
#about_us{
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/sec_1_banner.png) no-repeat center;
    background-size: cover;
    padding: 65px 0 65px 0;
  }
  .dt-sc-ico-content.type1 h4{
    text-align: center;
    font-family: "Lora";
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 700;
    padding-bottom: 20px;
    color:#c2531e;
    transition: 0.3s;
  }
  .dt-sc-ico-content.type1 p{
    text-align: center;
    font-family: 'Poppins', sans-serif;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    color:#235767;
    height: 110px;
    overflow: hidden;
  }
  .dt-sc-ico-content {
    width: 100%;
    margin: 0;
    padding: 0;
    clear: both;
    display: block;
    text-align: center;
  }
  .dt-sc-ico-content.type1 .icon {
    display: inline-block;
    width: 118px;
    height: 118px;
    margin-bottom: 19px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
  }
  
  .dt-sc-ico-content.type1:hover .icon .icon-outer {
    box-shadow: none;
    border: 3px solid;
  }
  .dt-sc-ico-content.type1 .icon>.icon-outer {
    border: 3px solid #FFF;
    box-shadow: 0 0 0 2px #FFF;
    border-radius: 100%;
    position: relative;
  }
  
  .dt-sc-ico-content.type1 .icon-outer {
    max-width: 118px;
    max-height: 118px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-bottom: 20px;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
  }
  .dt-sc-ico-content.type1 .icon img {
    border-radius: 100%;
  }
  .column img {
    max-width: 100%;
    height: auto;
  }
  .dt-sc-ico-content.type1:hover .icon .icon-outer{
    border-color: #c2531e;
  }
  
  .dt-sc-ico-content.type1 .dt-sc-icon-overlay {
    position: absolute;
    opacity: 0;
    width: 90px;
    height: 90px;
    z-index: 9;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -webkit-transition: all 0.5s linear 0s;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
  }
  .dt-sc-ico-content.type1:hover .dt-sc-icon-overlay {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
  }
  
  .dt-sc-ico-content.type1 .dt-sc-icon-overlay {
    background: 
    rgba(194,83,30,.8);
  }

  .dt-sc-ico-content.type1 .dt-sc-icon-overlay a {
    width: 35px;
    height: 35px;
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    line-height: 35px;
     background: #FFF;
    display: inline-block;
    margin: auto;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .dt-sc-ico-content.type1 .dt-sc-icon-overlay .fa {
    color: #c2531e;
    padding: 11px;
  }

  


  /**************play_and_learn*****************/
#play_and_learn {
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/play_learn_banner.png) no-repeat center;
    background-size: cover;
    padding: 56px 0 60px 0;
    background-attachment: fixed;
}
  .play_content{
      float: left;
      transition: 0.3s;
     
  }
  #play_and_learn h3{
      font-size: 30px;
      color: #FFF;
      font-weight: 700;
      font-family: "Lora";
      text-transform: capitalize;
      position: relative;
    padding-bottom: 10px;
    transition: 0.3s;
   
  }
  #play_and_learn h3:after {
    position: absolute;
    content: "";
    width: 65px;
    left: 0;
    bottom: 0;
    height: 3px;
    background:#fff;
    left: 4.5%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
  
  .play_content_inner{
      float: left;
      transition: 0.3s ease-in;
     
  }
  .play_content_inner .fa {
    width: 50px;
    height: 50px;
    color: #216c83;
    background: #fff;
    border:2px solid transparent;
    border-radius: 50px;
    font-size: 24px;
    text-align: center;
    padding: 13px;
    transition: 0.5s ease-in;
  }
  .play_content_inner .fa:hover {
   
    border:2px solid #fff;
    color: #fff;
    background: transparent;
   
  }
  .play_content_inner p{
      font-size: 14px;
      font-family: 'Poppins', sans-serif;
      padding-top: 20px;
      color: #fff;
      height: 85px;
      overflow: hidden;
  }
.play_heading{
    padding-left: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: "Lora";
    font-style: italic;
    color: #fff;
}
.play_content_list{
    padding-top: 52px;
    transition: 0.6s;
}
.content_img{
    position: relative;
    top: 200px;
    width: 100%;
}



/***************our_portfolio********************/

#our_portfolio{
    width: 100%;
    height: auto;
    float: left;
    background: url(../images/portfolio_banner.png) no-repeat center;
    background-size: cover;
    text-align: center;
    padding: 75px 0 80px 0;
	background-attachment: fixed;
}
.heading {
    font-size: 30px;
    color: #216c83;
    font-family: "Lora";
    font-weight: 700;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 10px;
    display: inline-block;
}

.our_portfolio_inner{
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 70px;
}

.hexagonal_completeWrap{
    width: 100%;
    float: left;
	  position: relative;
}

.hexagonblock_wrap{
	width: 600px;
	height: 300px;
	float: left;
	background: #f00;
	overflow: hidden;
	visibility: hidden;
    transform: rotate(120deg);
}

.hexahon_rotate_wrap {
    width: 100%;
    height: 100%;
    float: left;
    background: #000;
    overflow: hidden;
    transform: rotate(-60deg);
}

.hexahon_rotate_wrap picture {
    width: 100%;
    height: 100%;
    float: left;
    background: #ddd;
	visibility: visible;
    transform: rotate(-60deg);
	overflow: hidden;
	position: relative;
	text-align: center;
}

.hexahon_rotate_wrap picture img{
	width: 60%;
	height: auto;
}

.hexa01 {
    margin: 3em 0 0 19em;
}

.hexa02 {
    margin: -151px 0 0 8px;
}

.hexa03 {
    margin: -149px 0px 0 266px;
}

.hexa04 {
    margin: -450px 0px 0 525px;
}

.hexa05 {
    margin: -151px 0px 0 6px;
}

.hexa06 {
    margin: -150px 0px 0 265px;
}

.hexa07 {
    margin: -449px 15px 0 0;
    float: right;
}

.hexaBack {
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    background: url(../images/hexagonal_bac.png);
    background-repeat: no-repeat;
    background-size: 58%;
    background-position: 125px 0px;
}

.hexaOverlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #216c83d4;
    z-index: 10;
    transition: 0.3s ease-in-out;
    opacity: 0;
    overflow: hidden;
    top: 0;
    right: 0;
}

.hexaOverlay h5 {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    font-family: Poppins;
    color: #fff;
    margin: 97px 0 0 129px;
    letter-spacing: 2px;
    transition: .6s ease-in-out;
    opacity: 0;
}

.hexaOverlay a i {
    color: #216c83;
    background: #fff;
    padding: 10px 12px;
    font-size: 20px;
    margin: 100px 0px 0 0;
	opacity: 0;
	transition: .6s ease-in-out;
}

.hexahon_rotate_wrap:hover .hexaOverlay{
	opacity: 1;
}

.hexahon_rotate_wrap:hover .hexaOverlay h5{
    margin: 97px 0 0 0px;
	opacity: 1;
}

.hexahon_rotate_wrap:hover .hexaOverlay i{
    margin: 27px 0 0 0px;
	opacity: 1;
}

.sub-menu {
    position: absolute;
    padding: 0;
    margin: 0;
    top: 62px;
    background: #fff;
    width: 185px;
	display: none;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
}

.sub-menu li{
	width: 100%;
	float: left;
}

.sub-menu li:after{
	display: none;
}

.sub-menu li a:after{
	display: none;
}

.sub-menu li a {
    text-align: left;
    color: #5f5f5f !important;
    padding: 10px 4px;
    width: 100% !important;
}

.sub-menu li a:hover{
	color: #fff !important;
	background: #bc5393;
}







.heading:after {
    position: absolute;
    content: "";
    width: 65px;
    left: 0;
    bottom: 0;
    height: 3px;
    background:#216c83;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}


/*****************Our_Statistics********************/

#Our_Statistics{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/statistic_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  padding: 80px 0 120px 0;
}
.stact_heading{
  color: #fff!important;
}
.stact_heading:after {
  
  background:#fff!important;
  
}
.Our_Statistics_para{
  width: 80%;
  margin-left: 10%;
  padding-top: 40px;
  padding-bottom: 80px;
  
}
.Our_Statistics_para p{
  color: #fff;
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  transition: 0.3s ease-in-out;
} 
/* .Our_Statistics_content {
  width: 190px;
  height: 190px;
  background:transparent;
  border-radius: 50%;
  border: 4px solid #FFF;
  
  margin-left: 25px;
}
.image_fixed{
  transform: translateX(-10px);
  transform: translateY(8px);
  margin-left: 0px;
  margin-bottom: 45px;
} */
#Our_Statistics h4{
  font-size: 20px;
  font-family: 'Poppins', sans-serif;
  font-weight: 500;
  color: #fff;
  margin: 0;
}
.staff_box{
 
}
#Our_Statistics .img-thumbnail {
  display: inline-block;
  max-width: 80%;
  height: auto;
  padding: 8px;
  line-height: 1.42857143;
  background-color: transparent;
  border: 4px solid #FFF;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  border-radius: 50%;
  margin-bottom: 25px;
}


#Our_Statistics .img-thumbnail:hover {
  transform: translateY(-7px);
  border: 4px solid #c2531e;
  /* -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg); */
  
transition: 0.5s;
}



/*****************Our_Staffs******************/
#Our_Staffs{
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0 70px 0;
  background: url(../images/staff_banner.png) no-repeat;
  background-size: cover;
  text-align: center;
}
.staff_name{
  float: left;
  width: 100%;
  height: 245px;
  padding-top: 50px;
}

.button {
  background-color: #216c83;
  border: 2px solid #235767;
  color: white;
  padding: 15px 32px;
  text-align: center;
  font-family: 'Poppins', sans-serif;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 50px;
  cursor: pointer;
  width: 190px;
  transition: 0.5s ease-in-out;
}
.button a{
text-decoration: none;
list-style: none;
}

.button:hover{
  color: #216c83;
  background: #fff;
  border: 2px solid #216c83;
}




#Our_Staffs .column.first {
  margin-left: 0;
}
#Our_Staffs .column.first {
  clear: both;
}
#Our_Staffs .column {
  float: left;
  margin: 0 0 0 2%;
}
#Our_Staffs .dt-sc-one-fourth {
  width: 23.5%;
  margin-top: 45px;
}
#Our_Staffs .dt-sc-team {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  
}
#Our_Staffs .dt-sc-team .image {
  display: inline-block;
  width: 100%;
  float: none;
  text-align: center;
  margin: 0 0 15px;
  /* max-width: 220px; */
  max-height: 245px; 
}
#Our_Staffs .dt-sc-team .image {
  position: relative;
  float: left;
  overflow: hidden;
  transition: all .2s ease-in-out;
  
}

#Our_Staffs .dt-sc-team .image img {
  height: auto;
}
#Our_Staffs .dt-sc-team .image img, .author-thumb .image img, .portfolio-thumb img {
  float: left;
  width: 100%;
  clear: both;
}
#Our_Staffs .dt-sc-team .item-mask, .services .item-mask {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  z-index: 9;
  clear: both;
}

#Our_Staffs .dt-sc-team .item-mask, .author-thumb .item-mask, .portfolio-thumb .item-mask, .comment-author .item-mask {
  left: 0;
  position: absolute;
  top: 0;
  transition: all 0.2s ease 0s;
  z-index: 9;
  clear: both;
}
#Our_Staffs .dt-sc-team .image img {
  height: auto;
}
#Our_Staffs .dt-sc-team .image img, .author-thumb .image img, .portfolio-thumb img {
  float: left;
  width: 100%;
  clear: both;
}
#Our_Staffs .column img {
  max-width: 100%;
  height: auto;
}
#Our_Staffs .dt-sc-team:hover .image-overlay {
  opacity: 1;
  visibility: visible;
}
#Our_Staffs .image-overlay {
  background: rgba(24,151,163,.8);
}
#Our_Staffs .image-overlay {
  float: left;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -webkit-transition: opacity 0.2s ease 0s;
  width: 100%;
}
#Our_Staffs .dt-sc-team .team-details {
  text-align: center;
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 60px;
}
.dt-sc-team h4 {
  text-align: center;
  font-family: "Lora";
  text-transform: capitalize;
  font-size: 24px;
  font-weight: 700;
  color:#c2531e;
  margin: 0 0 10px;
  transition: 0.3s;
}
.team-details p {
  text-align: center;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color:#121212;
  margin: 0 20px;
  height: 40px;
  overflow: hidden;
}



/******************footer********************/

#footer{
  width: 100%;
  height: auto;
  float: left;
  padding: 52px 0 60px;
  background: url(../images/footer_banner.png) no-repeat center;
  background-size: cover;

}
 .footer_content h4{
 font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Lora";
  text-align: left;
  color: #ffffff;
  transition: .6s ease-in-out;
} 
.footer_content p{
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
}

.footer_content{
  float: left;
  z-index:999;
}
.footer_content ul{
  padding: 0;
}
.footer_content li a{
  list-style: none;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  color: #ffffff;
  font-size: 14px;
  
}
.footer_content li a:hover{
  color: #ebebeb;
}
.footer_content_text a{
  text-decoration: none;
  color: #ffffff;
}
.footer_content_text a:hover{
  color: #ebebeb;
}

.ftr_icons .fa{
  font-size: 10px!important;
}

.ftr_icons{

padding-top: 45px!important;
}

.footer_content li{
  list-style: none;
  text-decoration: none;
  padding-bottom: 10px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
}
.footer_content .fa{
  font-size: 30px;
}
.head_line{
  width: 58px;
  height: 3px;
  text-align: left;
  background: #c2531e;
}
/* #footer h4{
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
  font-family: "Lora";
  text-align: left;
  color: #ffffff;

} */
.f_list{
  float: left;
  margin-top: 30px;
  width: 85%;
    padding: 0;
}
.social_links{
  display: inline-block;
  padding-right: 30px;
}
.social_links i{
   width: 41px;
    height: 41px;
    background: #fff;
    border-radius: 3px;
    text-align: center;
    color: #216d83;
    padding-top: 3px;
    transition: 0.5s;
    border: 2px double #fff;
}
.social_links i:hover{
  background-color: #ffffff;
  color: #c2531e;
  border: 2px double;
}
.footer_content_icon{
width: 25px;
height: 25px;
float: left;
}
.footer_content_icon .fa{
  color: #fff;
  font-size: 24px;
  transition: 0.5s;
}
.footer_content_icon .fa:hover{
  color: #c2531e;
  
}
.footer_content_text{
  width: 85%;
  height: auto;
  float: left;
  margin-left: 10px;
}
.footer_content_text p{
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  color: #ffffff;
}

.f_content_box{
  height: 47px;
  margin-bottom: 10px;
}
.f_content_box_1{
  height: 47px;
  margin-bottom: 10px;
}



/*******************footer_end*********************/
#footer_end{
  width: 100%;
  height: auto;
  float: left;
  padding: 10px;
  background: #ebebeb;
  text-align: center;
}
#footer_end h6{
  font-size: 18px;
  font-weight: 400;
  
  color: #010101;
  font-family: 'Poppins', sans-serif;
  padding: 0;
  margin: 0;
  
}
#footer_end span{
  color: #216c83;
}
#footer_end a{
  color: #216c83;
  
}
#footer_end a:hover{
  text-decoration: underline #216c83;
}


/************back_to_top**********/
/* #back_to_top {
  display: inline-block;
  background-color: #FF9800;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
} */
#back_to_top {
position: fixed;
    bottom: 8px;
    right: 8px;
    width: 42px;
    height: 41px;
    line-height: 41px;
    background:url(../images/back_to_top.png) no-repeat;
    font-size: 10px;
    text-indent: -9999px;
    text-align: center;
    display: none;
    z-index: 9999;
    transition: 0.3s;
    cursor: pointer;
}


/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #back_to_top {
    margin: 30px;
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}


/**********slider***********/
.topSlideBanner{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
	transition: 0.5s ease-in-out;
}

.slideInner {
    width: 100%;
    float: left;
    height: 540px;
    overflow: hidden;
    position: relative;
    background-color: #edecf2;
    background-image: url(../images/portfolio_banner.png);
    background-size: cover;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.slideText {
    max-width: 650px;
    float: left;
    margin: 11em 0 0 4em;
}

.slideText h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-family: 'Poppins', sans-serif;
    color: #216c83;
    font-size: 50px;
	position: relative;
}

.slideText h1 img {
    position: absolute;
    width: 208px;
    right: -32px;
    bottom: -28px;
}

.slideText h1 b{
	font-weight: normal;
	color: #c2531e;
    position: relative;
	z-index: 1;
}

.slideText p {
    width: 100%;
    float: left;
    margin: 28px 0 0 0;
    font-family: Courgette;
    color: #216c83;
    font-style: italic;
    font-size: 24px;
    line-height: 34px;
}

.grass{
    width: 100%;
	position: absolute;
	bottom: -3px;
	left: 0;
	z-index: 10;
}

.grass img{
	width: 100%;
}

.child_circle {
    position: absolute;
    bottom: -30px;
    right: 8em;
}

.childImg {
    position: absolute;
    bottom: -10px;
    z-index: 8;
    right: 8em;
}

.childImg img {
    width: 85%;
    margin: 0 0px 0px 28px;
}

.childTxt {
    position: absolute;
    width: 138px;
    height: auto;
    right: 14%;
    top: -65px;
}

.childTxt img {
    width: 100%;
}

/**nav arrow animation**/
.left.carousel-control {
	left: -30px !important;
	transition: 0.3s ease-in-out;
	opacity: 0;
}

#myCarousel:hover .left.carousel-control{
	left: -10px !important;
	opacity: 1;
}

.right.carousel-control {
    right: -30px !important;
	transition: 0.3s ease-in-out;
	opacity: 0;
}

#myCarousel:hover .right.carousel-control{
    right: -10px !important;
	opacity: 1;
}
/**nav arrow animation**/

.carousel-control {
    background-image: none !important;
    height: 0;
    top: 46%;
}

.carousel-control i {
    background: #ff3e7a;
    opacity: 1 !important;
    font-size: 25px;
    padding: 11px 15px;
}

.innerSld{
	width: 100%;
	height: 100%;
	position: absolute; 
}

.slideAnn{
	background-image: url(../images/black_board.png);
	background-size: cover !important;
}

.speech_bouble {
    max-width: 670px;
    color: #fff;
    margin: 5em 0px 0px 8%;
    float: left;
    padding: 54px 170px 99px 28px;
    background: url(../images/b-comment.png);
    background-size: 100%;
    background-repeat: no-repeat;
	z-index: 10;
}

.speech_bouble h2{
	width: 100%;
	float: left;
	margin: 0;
  font-family: 'Poppins', sans-serif;
	color: #fdce01;
	font-size: 45px;
}

.speech_bouble p{
	width: 100%;
	float: left;
	margin: 0;
	font-family: Courgette;
	font-size: 20px;
}

.girlPicture{
	width: 400px;
	right: 10%;
	bottom: 0;
	position: absolute;
	z-index: 10;
}

.girlPicture img{
	width: 100%;
}

.big_boom {
    position: absolute;
    right: 53px;
    max-width: 260px;
    top: 11px;
}

.small_boom {
    position: absolute;
    left: 1px;
    max-width: 162px;
    top: 11px;
}

.small_design {
    position: absolute;
    right: 1px;
    max-width: 150px;
    bottom: 11px;
}

.big_design {
    position: absolute;
    right: 30%;
    max-width: 178px;
    top: 54px;
}

.swirlDesn {
    position: absolute;
    right: 38%;
    max-width: 41px;
    top: 20em;
}

.swirlDesn2 {
    position: absolute;
    left: 4%;
    max-width: 20px;
    top: 23em;
}




/****************************about_us_page_header****************************/

#about_us_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;
}
.about_page_header_content{
  float: left;
}
.about_page_header_content_rgt{
  float: right;
}
.breadcrumb {
  background-color:transparent;
  padding: 0;
   margin-bottom: 0px;
   line-height: 40px;
}
.breadcrumb a {
  color: #ffffff;
  transition: 0.6 ease-in-out;
}
.breadcrumb a:hover {
  color: #010101;
}
.about_page_header_content span{
  font-size: 26px;
  font-weight: 700;
  font-family: "Lora";
  text-transform: capitalize;

}


/***********about_us_page_header_sec******/

#about_us_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: #f7f6f6;
  padding: 60px 0 60px 0;
}

.about_us_page_header_sec_half_side{
float: left;
margin: 0 0 0 2%;
width: 48%;
transition: 0.3s;

}
.header_sec_half_side_image{
  width: 100%;
  height: 330px;
  background: url(../images/portfolio_img_1.jpg) no-repeat center;
  background-size: cover;
  
}
.about_us_page_header_sec_half_side h2{
  font-size: 30px;
  margin-bottom: 25px;
  line-height: normal;
  font-family: "Lora";
  color: #216c83;
  text-transform: capitalize;
  transition: 0.6s ease-in-out;
}
.dt-sc-clear {
  float: none;
  clear: both;
  margin: 0;
  padding: 0;
}
.class_type ul{
  padding: 0;
}
.class_type li {
  list-style: none;
  text-decoration: none;
  display: inline-block;
  width: 200px;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  background: transparent;
  border: 2px solid #ffffff;
  text-align: center;
  padding: 10px 0px 10px 0px;
  margin: 10px 10px 10px 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.class_type li:hover {
  
  background: transparent;
  border: 2px solid #c2531e;
  color: #216c83;
  transform: translateY(-5px);
  
}
.class_type{
  padding: 0;
}
.about_us_page_header_sec_half_side p {
  text-align: left;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #5c5c5c;
  height: 128px;
  overflow: hidden;
  /* letter-spacing: 1px; */
  line-height: 20px;
}




/***********about_us_parents_testimonial******/

#about_us_parents_testimonial{
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0 60px 0;
  background: url(../images/play_learn_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  
}
.testimonial_content button {
border: none;
background: transparent;
width: 100%;
text-align: left;
color: #fff;
font-size: 25px;
}
.test_item{
  text-align: center;
  width: 100%;
  padding-top: 30px;
}



.testimonial_subtitle{
   color: #fff;
   font-size: 12px;
}
 .testimonial_btn{
   background-color: #373d4b !important;
   color: #fff !important;
   border:none;
}
.seprator {
   height: 2px;
   width: 56px;
   background-color: #FFF;
   margin: 7px 0 10px 0;
}
.testimonial_content{
  width: 80%;
  margin-left: 10%;
}
.tesimonial_img{
  width: 100%;
  text-align: center;
  float: left;
  display: block;
  clear: both;
  margin-left: 44%;
}
.testimonial_para{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #FFF;
  font-weight: 400;
}
.item h4{
  color: #fff;
}
.tesimonial_img.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {

  border:2px solid #f7f6f6;
  border-radius: 50px;
}

#Our_Staffs .about_us_team {
  float: left;
  width: 100%;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  height: 321px;
}




/******************************our_staff_page_header******************************/
#our_staff_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********our_staff_page_header_sec******/

#our_staff_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: #f7f6f6;
  padding: 60px 0 60px 0;
}



/******************************Notice_page_header******************************/
#Notice_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********Notice_page_header_sec******/

#Notice_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/staff_banner.png) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
  padding: 60px 0 60px 0;
}
.notice_content ul{
  margin-top: 60px;
}
.notice_content li{
  text-decoration: none;
  list-style: none;
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #002f4d;
  text-transform: capitalize;
  padding-bottom: 30px;
  margin-bottom: 20px;
  transition: 0.4s ease-in-out;

}
.notice_content li a{
  text-decoration: none;
  list-style: none;
  color: #111;
  transition: 0.6s;
}
.notice_content i{
  font-size: 30px;
  color: #c2531e;
  margin-right: 20px;
  transition: 0.6s;
 
}
.notice_content i:hover{
 color: #216c83;
}
.notice_content_para{
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
  color: #000000;
  font-weight: 400;
}
.notice_icon{
  float: left;
  width: 5%;
  transition: 0.3s;
}
.notice_icon_para {
  float: left;
  width: 90%;
  transition: 0.3s;
}
.notice_content li:hover{
  transform: translateY(-4px);
}



/******************************gallery_page_header******************************/
#gallery_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********gallery_page_header_sec******/

#gallery_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/header.png) repeat;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}



#gallery_page_header_sec button:focus {
	outline:none;
}
#gallery_page_header_sec .btn-list{
  transition: 0.3s ease-in-out;
}

#gallery_page_header_sec .btn-list button {
  margin:0 5px;
  border: none;
  padding: 4px 12px 4px 12px;
  transition: 0.3s ease-in-out;
}
#gallery_page_header_sec .btn-list .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  border-radius: 50px;
  background-color: #216c83;
  border: 2px solid #235767;
}
#gallery_page_header_sec .btn-list .btn-primary {
  color: #fff;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  background-color: #216c83;
  border: 2px solid #235767;
}
#gallery_page_header_sec .btn-list .btn-primary:hover {
  color: #235767;
  background-color: transparent;
  border: 2px solid #235767;
}

#gallery_page_header_sec .item {
	position: relative;
    overflow: hidden;
    border-radius: 4px;
    height: 250px;
}
#gallery_page_header_sec .item:hover:before {
	opacity:0.8;
}
#gallery_page_header_sec .item:hover .overlay {
	opacity:1;
}
#gallery_page_header_sec .item:hover .overlay:after,
#gallery_page_header_sec .item:hover .overlay:before {
	opacity:1;
	transform: scale(1);
}
#gallery_page_header_sec .item:before {
	content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(24,151,163,.9);
    opacity: 0;
    z-index: 1;
    transition: all 0.5s ease 0s;
}
#gallery_page_header_sec .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
#gallery_page_header_sec .overlay:after {
	border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: scale(1,0);
}
#gallery_page_header_sec .overlay:before {
	border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
#gallery_page_header_sec .overlay:before,
#gallery_page_header_sec .overlay:after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: "";
    opacity: 0;
    z-index: -1;
    transition: opacity 0.5s, transform 0.5s;
}
#gallery_page_header_sec .overlay a {
	color: #fff;
    display: inline-block;
    height: 50px;
    width: 50px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    border-radius: 50%;
    font-size: 18px;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
#gallery_page_header_sec .overlay a:hover {
	background:#c2531e;
}
#gallery_page_header_sec .mix {
  margin: 10px 0 20px;
}
#gallery_page_header_sec .mixitup{
padding-top: 30px;
}
#gallery_page_header_sec .item img {
  vertical-align: middle;
  height: 250px;
  width: 100%;
}

#gallery_page_header_sec .overlay .fa{
  font-size: 20px;
  padding: 15px;
}

/******************************contact_us_page_header******************************/
#contact_us_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********contact_us_page_header_sec******/

#contact_us_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  /* background: url(../images/header.png) repeat; */
  background: url(../images/staff_banner.png) no-repeat;
  background-size: cover;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}


form{
  margin: 0;
}
.form-control_1{
  display: block;
  width: 100%;
  height: auto;
  padding: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color:#216c83!important;
  background-clip: padding-box;
  border: 2px solid #235767;
  border-radius: .25rem;
  font-family: 'Poppins', sans-serif;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 2.375rem 0.75rem;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  color:#216c83!important;
  background-clip: padding-box;
  /* border: 2px solid #235767; */
  border-radius: .25rem;
  font-family: 'Poppins', sans-serif;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type="text"]::placeholder { /* Firefox, Chrome, Opera */ 
  color:#216c83; 
  font-size: 15px;
} 
input[type="email"]::placeholder { /* Firefox, Chrome, Opera */ 
  color:#216c83; 
  font-size: 15px;
} 
input[type="tel"]::placeholder { /* Firefox, Chrome, Opera */ 
  color:#216c83; 
  font-size: 15px;
} 
textarea.form-control::placeholder {
  color:#216c83; 
  font-size: 15px;
  }
  .s_contact {
    width: 186px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
    /* margin: 20px; */
    margin-top: 20px;
    height: 48px;
    font-family: 'Poppins', sans-serif;
    text-align: center;
    border: none;
    text-transform: capitalize;
    background-size: 288% 100%;
    border-radius: 50px; 
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.contact_side{
  width: 50px;
}
.contact_side .fa {
    color:#216c83;
    font-size: 26px;
    
}
.contact_side_txt{
  padding-bottom: 20px;
}

.contact_side_txt p {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  text-align: left;
  color: #216c83;
}
.contact_list{
margin-top: 0;
}
#contact_us_page_header_sec .btn-primary {
  color: #fff;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  background-color: #216c83;
  border: 2px solid #216c83;
  padding: 1.375rem 0.75rem;
  font-size: 16px;
  width: 200px;
}
#contact_us_page_header_sec .btn-primary:hover {
  color: #235767;
  background-color: transparent;
  border: 2px solid #235767;
}

.dt-sc-class-hours h2 {
  color: #FFF;
  line-height: normal;
  margin: 0;
  font-family: "Lora";
  text-transform: capitalize;
  background-color: #216c83;
  padding: 10px 15px;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
}
.dt-sc-class-hours-info {
  margin: 0;
  padding: 0;
  width: 100%;
  background: #FFF;
}
.dt-sc-class-hours-info li {
  width: 100%;
  display: block;
  padding: 10px 10px 10px;
  margin: 0 0 0;
  font-family: 'Poppins';
  border-bottom: 1px solid #f0f0f0;
  font-size: 16px;
  font-weight: 700;
  position: relative;
  float: none;
  position: relative;
}
.dt-sc-class-hours-info li span {
  font-style: italic;
  font-weight: 400;
  color: #cf571b;
  float: right;
}
.space_butn {
  padding-top: 25px;
}
.form-group {
 /* padding-left: 0px; */
 margin-bottom: 20px;
}


/********************contact_map*************************/
#contact_map{
  width: 100%;
  height: 500px;
  float: left;
 
  
}
.contact_map_content{
  height: 500px;
  padding: 0;
}


/* 20/02/2020 */

/******************************Routine_page_header******************************/
#Routine_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********Routine_page_header_sec******/

#Routine_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/header.png) repeat;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}


/******************************Academic_Calender_header******************************/
#Academic_Calender_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********Academic_Calender_header_sec******/

#Academic_Calender_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/header.png) repeat;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}



/******************************prospectus_page_header******************************/
#prospectus_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********prospectus_page_header_sec******/

#prospectus_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/header.png) repeat;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}

/******************************error_page_header******************************/
#error_page_header{
  width: 100%;
  height: auto;
  background: #216d83;
  padding: 40px 0 40px 0;
  float: left;
  color: #ffffff;

}

/***********error_page_header_sec******/

#error_page_header_sec{
  width: 100%;
  height: auto;
  float: left;
  background: url(../images/header.png) repeat;
 
  /* background-attachment: fixed; */
  padding: 60px 0 60px 0;
}


.error-404 {
  margin: 0 auto;
  text-align: center;
}
.error-404 .error-code {
  bottom: 60%;
  color: #216c83;
  font-size: 96px;
  line-height: 100px;
  font-weight: bold;
}
.error-404 .error-code .fa{
  color: #c2531e;
}
.error-404 .error-desc {
  font-size: 12px;
  color: #647788;
}
.error-404 .m-b-10 {
  margin-bottom: 10px!important;
}
.error-404 .m-b-20 {
  margin-bottom: 20px!important;
}
.error-404 .m-t-20 {
  margin-top: 20px!important;
}
 .btn-primary.active, .btn-primary:active, .open>.dropdown-toggle.btn-primary {
  color: #fff;
  border-radius: 50px;
  background-color: #216c83;
  border: 2px solid #235767;
}
.btn-primary {
  color: #fff;
  border-radius: 50px;
  font-family: 'Poppins', sans-serif;
  background-color: #216c83;
  border: 2px solid #235767;
}
.btn-primary:hover {
  color: #235767;
  background-color: transparent;
  border: 2px solid #235767;
}
.dt-sc-social-icons ul{
padding: 0;
}
.dt-sc-social-icons ul li{
 text-decoration: none;
 list-style: none;
 display: block;
 font-size: 16px;
 font-weight: 600;
  text-transform: uppercase; 
  font-family: Poppins;
  color: #fff;
  letter-spacing: 2px;
    transition: .6s ease-in-out;
  }
  .dt-sc-social-icons {
    
    position: relative;
    top: 50px;
    transform: translate(0%, 50px);
}

#Routine_page_header_sec img{
	
	margin-left:0!important;
	height:100%;
}

.toggle_icon{
    display: none;
}

.wpcf7-response-output {
    width: 100% !important;
    float: left !important;
    text-align: center !important;
}





