/**
* Template Name: NewBiz - v2.2.1
* Template URL: https://bootstrapmade.com/newbiz-bootstrap-business-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  background: #fff;
  color: #444;
  font-family: 'Catamaran', sans-serif;
}

a {
  color: #c6353a;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #0b6bd3;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 20px 0;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

 

/* Prelaoder */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  padding: 20px 0;
  position: absolute;
}

 

@media (max-width: 991px) {
  #header {
    height: 60px;
    padding: 10px 0;
  }
}

#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }
}

#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
}
.login-blok .icon {
    float: left;
    margin-right: 5px;
}
.main-login-blok {
    display: flex;
    position: relative;
    flex-wrap: wrap;
    align-items: end;
    justify-content: flex-end;
    margin-top: 20px;
}
.login-blok {
    width: 111px;  
    margin-left: 16px;
    height: 29px;
    border-radius: 3px;
	height: 29px;
    padding: 4px 11px;
}
.login-blok .title a {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}
.online-blog{
	background: #c6353a;
}
.login-blok.admistion-blog {
    background: rgb(255,204,42);
background: linear-gradient(0deg, rgba(255,204,42,1) 0%, rgba(254,210,75,1) 100%);
}
.care-login {
    margin-left: 22px;
    width: 118px;
    height: 29px;
}
.care-login .icon {
    float: left;
    margin-right: 5px;
}
.care-login a {
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.main-nav {
  /* Drop Down */
  /* Deep Drop Down */
}
.right-side-menu{margin-top:-57px;}
.main-nav, .main-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
  margin:20px 0 0;
}

.main-nav > ul > li a {
    display: block;
    position: relative;
    color: #232323;
    margin:0;
    padding: 6px 10px;
    line-height: 22px;
    transition: 0.3s;
    font-size: 16px;
    font-family: 'Catamaran', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

.main-nav a:hover, .main-nav .active > a, .main-nav li:hover > a {
  color: #000;
  text-decoration: none;
}
.main-nav .dropdown-menu.show{ width:220px; min-width:200px;} 
.dropdown-menu a{ margin:0px; line-height:21px !important;    white-space: break-spaces;}

.dropdown-menu a{}





.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  padding: 10px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
}

.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.main-nav .drop-down li {
  min-width: 180px;
  position: relative;
}

.main-nav .drop-down ul a {
  padding: 10px 20px;
  font-size: 13px;
  color: #004289;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active > a, .main-nav .drop-down ul li:hover > a {
  color: #007bff;
}

.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 10px;
}

.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}

.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}

/* Mobile Navigation */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -100%;
  width: 100%;
  padding-top: 0;
  background: rgb(0 0 0 / 55%);
  transition: 0.4s;
}
.m-logo{ display:none;}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px;
  font-weight: 500;
  font-size:20px;
  margin-left:30px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
    position: absolute;
    right: 10px;
    top: 24px;
    z-index: 9999998;
    border: 0;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
    background: url(../img/menu.svg) left top no-repeat;
    width: 26px;
    height: 22px;
}
body.mobile-nav-active .mobile-nav-toggle{ background: url(../img/cancel.svg) left top no-repeat !important;  width: 26px; height: 22px;}



.mobile-nav-toggle i { display:none;
	
}
.mobile-nav-toggle i:before{ display:none;}


.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.d-hide{ display:none;}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
.notice_board_date {
    border: 1px solid #D8D8D8;
    display: flex;
	background:#fff;
    align-items: center;
    border-radius: 5px;
    position: relative;
}
.main_title{
  font-size: 32px;
  line-height:44px;
  color:#000;
  margin-bottom:6px;
}
.sub_title{
    font-size: 20px;
  line-height:44px;
  color:#4B4B4B;
   margin:0;
}
.n_date{
  display: inline-block;
  text-align: center;
  background: transparent linear-gradient(180deg, #ffd34c 0%, #ffcb31 100%) 0% 0% no-repeat;
      padding: 10px 6px;
          width: 113px;
    height: 113px;
        border-radius: 5px 0 0 5px;
}
.n_date span{
    font-size: 24px;
    line-height: 31px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #FB9C69;
    padding: 0px 0 10px;
    display: block;
}
.n_date p{
    font-size: 55px;
    font-weight: bold;
    color: #fff;
    line-height: 32px;
    margin-bottom: 0;
    padding: 16px 0;
}

.n_title {
    display: inline-block;
    padding: 10px 34px;
}
.n_title h4 {
    font-size: 23px;
    line-height: 31px;
    color: #000;
    margin-bottom: 0;
    font-weight: 500;
    width: 82%;
}

.numbers{
    float: right;
    width: 69px;
    height: 64px;
    background-color: #D8D8D8;
    right: 0;
    position: absolute;
    top: 0;
    line-height: 64px;
    text-align: center;
    border-radius: 0 0 0 90%;
}
.numbers span {
    line-height: 31px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
}
#intro {
  width: 100%;
  position: relative;
  background: url("../img/intro-bg.png") center -50px no-repeat;
  background-size: cover;
  padding: 0 0 50px 0;
  overflow: hidden;
}

.HomeSlider{ width:100%; position:relative;}


@media (max-width: 991px) {
#intro {
    padding: 140px 0 20px 0;
}
}

@media (max-width: 574px) {
  #intro {
    padding: 100px 0 20px 0;
  }
}
.intro-info { padding-left:30%;}
.intro-img {
    float: right;
    position: inherit;
    top: 0;
    right: 0;
    width: 42%;
    margin: 50px -50px 0 0;
}
.intro-img img {
    max-width: 880px;
    margin: 0;
}
@media (max-width: 991px) {
  #intro .intro-img {
    width: 100%;
    transform: rotate(-28deg);
	}
}


@media (max-width: 991px) {
  #intro .intro-info {
    width: 100%;
    float: none;
    margin: auto;
	padding-left:15px;
  }
  
}

@media (max-width: 767px) {
  #intro .intro-info {
    width: 100%;
  }
}

#intro .intro-info h2 {
    color: #c6353a;
    font-size: 80px;
    font-weight: 800;
    line-height: 90px;
    padding-top: 180px;
}
#intro .intro-info p {
    font-size: 30px;
    line-height: 38px;
    color: #232323;
    max-width: 455px;
    margin-bottom: 30px;
	font-weight:300;
}
#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

@media (max-width: 767px) {
	#intro .intro-info h2 {
		font-size: 45px;
		margin-bottom: 0;
		line-height: 63px;
		padding-top: 23px;
	}
	#intro .intro-info p {
		font-size: 17px;
		line-height: 25px;
		margin-bottom: 15px;
	}
	#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
		width: 100%;
		font-size: 16px;
		line-height: 26px;
		padding: 7px 0;
	}
	.n_title {
		display: inline-block;
		padding: 10px 10px;
	}
	.n_title h4 {
		font-size: 14px;
		line-height: 19px;
		width: 85%;
		font-weight:400;
	}
	.numbers {
		width: 41px;
		height: 38px;
		line-height: 38px;
	}
	.numbers span {
		font-size: 17px;
		height: 38px;
		line-height: 38px;
	}
	.n_date span {
		font-size: 14px;
		line-height: 18px;
		padding-bottom: 6px;
	}
.n_date p {
    font-size: 26px;
    line-height: 27px;
    padding: 1px;
}
	.n_date {
		width: 77px;
		height: 69px;
	}
	.date_btn {
		text-align: center;
		margin-top: 10px !important;
	}
	.container {
		padding: 1px;
	}
	
}

#intro .intro-info .btn-get-started, #intro .intro-info .btn-services {
    font-family: 'Catamaran', sans-serif;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    padding: 12px 27px 8px;
    color: #FCFCFC;
    line-height: 27px;
    border-radius: 3px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
}

#intro .intro-info .btn-get-started {
    background: rgb(253,238,179);
    background: radial-gradient(circle, rgba(253,238,179,1) 0%, rgba(255,211,76,1) 100%);   color: #000;
}

#intro .intro-info .btn-get-started:hover {
  background:#a6332c;
    color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}
@media (max-width: 767px){
	.card1 {
			margin-top: 12px !important;
		}
}
.card1 {
    background: #F1F1F1;
	position:relative;
    text-align: center;
    border-radius: 3px;
    padding-top: 21px;
    padding-bottom: 17px;
    height: 143px;
    margin-top: 35px;
	-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.card1 a{ position:absolute; left:0; right:0; top:0; bottom:0px; width:100%; height:100%;}
.card1 h5.card-title {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 16px;
    color: #000;
    font-weight: bold;
}
.card1 .card-body {
    padding-top: 18px;
    padding-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.card1:hover{ background: rgb(253,238,179); background: radial-gradient(circle, rgba(253,238,179,1) 0%, rgba(255,211,76,1) 100%); transition:all 0.5s ease-in-out;-webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;}
.card1  img{transition: all .2s ease-in-out;}
.card1:hover img{transform: scale(1.2);}
/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}
@media (max-width: 1366px){
	img.int-images {
		max-width: 982px;
		width:110%;
		margin-right:-120px;
	}
}
@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
  img.int-images {
		max-width: 982px;
		width: 100%;
	}
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #fff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5faff;
  min-height: 40px;
  margin-top: 80px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* About Us Section
--------------------------------*/
#about {
    background: #fff;
    padding:120px 0 90px;
}
img.img-fluid.franciscan6 {
    position: absolute;
    left: 73px;
    bottom: -22px;
}
#about .about-container .background {
  margin: 20px 0;
}

#about .about-container .content {
  background: #fff;
}

#about .about-container .title {
  color: #333;
  font-weight: 700;
  font-size: 32px;
}

#about .about-container p {
  line-height: 26px;
}

#about .about-container p:last-child {
  margin-bottom: 0;
}

#about .about-container .icon-box {
  background: #fff;
  background-size: cover;
  padding: 0 0 30px 0;
}

#about .about-container .icon-box .icon {
  float: left;
  background: #fff;
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #007bff;
  transition: all 0.3s ease-in-out;
}

#about .about-container .icon-box .icon i {
  color: #007bff;
  font-size: 24px;
}

#about .about-container .icon-box:hover .icon {
  background: #007bff;
}

#about .about-container .icon-box:hover .icon i {
  color: #fff;
}

#about .about-container .icon-box .title {
  margin-left: 80px;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 18px;
}

#about .about-container .icon-box .title a {
  color: #283d50;
}

#about .about-container .icon-box .description {
  margin-left: 80px;
  line-height: 24px;
  font-size: 14px;
}


#about .about-extra h4 {
    font-weight: bold;
    font-size: 35px;
    color: #c6353a;
    line-height: 40px;
	margin-top:50px;
}
#about .about-extra p {
    color: #646464;
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 20px;
}
.fransblog {
    position: relative;
    text-align: center;
}
img.img-fluid.franciscan5 {
    position: absolute;
    right: 125px;
    bottom: -79px;
}
img.img-fluid.franciscan1 {
    max-width: 241px;
}
img.img-fluid.franciscan2 {
    max-width: 291px;
}
img.img-fluid.franciscan3 {
    width: 100%;
    max-width: 240px;
    margin: 0 auto;
    position: absolute;
    bottom: -206px;
    left: 110px;
}
img.img-fluid.franciscan4 {
    position: absolute;
    top: 0;
    left: 217px;
}
.red_moer a.btn-get-started.scrollto {
    background: rgb(253,238,179);
    background: radial-gradient(circle, rgba(253,238,179,1) 0%, rgba(255,211,76,1) 100%);
    color: #000;
    font-size: 18px;
    line-height: 34px;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    padding: 8px 28px;
}
.red_moer a.btn-get-started.scrollto:hover {
    background:#c63339;
    color: #fff;
}
.date_btn .button {
    background: rgb(253,238,179);
    background: radial-gradient(circle, rgba(253,238,179,1) 0%, rgba(255,211,76,1) 100%);
    color: #000;
    font-size: 20px;
    line-height: 34px;
    border: none;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    padding: 10px 28px;
}
section.notice_board {
    overflow: visible;
	margin:90px 0 0;
}
section.notice_board .sub_title{ margin-bottom:50px;}

.date_btn .button:hover {
    background: #c63339;
    color: #fff;
}
.date_btn{
  text-align: center;
  margin-top: 50px;
  position:relative;
  
}
.date_btn:before{ height:2px; width:100%; content:''; left:0; right:0; top:16px; background:rgb(255 78 49 / 18%); position:absolute; z-index:1;}
.date_btn .button { z-index:99; position:relative;}
/* Services Section
--------------------------------*/
#services {
    padding: 170px 0 70px 0;
    width: 100%;
    position: relative;
    background: url(../img/gallry-bg.jpg);
    background-size: cover;
    overflow: visible;
}
.gallry-blog {
    display: flex;
}
.gallry-blog h3 {
    width: 65%;
    letter-spacing: -0.88px;
    color: #232323;
    font-weight: bold;
    line-height: 41px;
    font-size: 35px;
}
.left-arrow {
    width: 35%;
    text-align: right;
}
.pad-img {
    padding: 10px;
}
.pad-img p {
    color: #4B4B4B;
    font-size: 20px;
    line-height: 40px;
    margin-bottom: 0;
}
.pad-img span {
    color: #7A7A7A;
    font-size: 22px;
}
#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0 10px 29px 0 rgba(68, 88, 144, 0.1);
  transition: all 0.3s ease-in-out;
}
.regular button.slick-prev.slick-arrow {
    position: absolute;
    right: 55px;
    bottom: 58px;
	top: auto;
	left:auto;
    z-index: 999;
    background: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}
.regular button.slick-next.slick-arrow {
    position: absolute;
    bottom: 60px;
    top: auto;
    right: 0;
    z-index: 999;
    background: url(../img/arrow-next.png);
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}
.achievements {
    padding-left: 65px;
}
.regular img.img-fluid {
    background: #fff;
    padding: 8px;
    border-radius: 10px;
    margin-top: 10px;
}
#services .box:hover {
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#why-us {
  padding: 50px 0 70px;
}
.container {
    max-width: 1170px;
}
#why-us .section-header h3, #why-us .section-header p {
  color: #fff;
}

#why-us .card {
    border-radius: 10px;
    padding: 41px 0;
    text-align: center;
    color: #fff;
    transition: 0.3s ease-in-out;
    height: 100%;
	border: none;
	cursor:pointer;
}
#why-us .card  img{transition: all .2s ease-in-out;}
#why-us .card:hover img{transform: scale(1.3);}
#why-us .card:hover {
    box-shadow: 0px 3px 6px #00000029;
}
.card.tour-card {
    background: #FFDBD2;
}
.card .card-body {
    padding-top: 42px;
    padding-bottom: 0;
}
@media (max-width: 991px) {
  #why-us .card {
    margin: 0;
  }
}

#why-us .card i {
  font-size: 48px;
  padding-top: 15px;
  color: #bfddfe;
}

#why-us .card h5 {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    line-height: 37px;
    margin-bottom: 15px;
}
#why-us .card p {
    font-size: 16px;
    color: #676767;
    line-height: 24px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
}
.card.faciliti-card {
    background: #DFF8FF;
}
.card.calendar-card {
    background: #FFEFDF;
}
.card.kids-card {
    background: #FCE9F4;
}
#why-us .card .readmore {
  color: #fff;
  font-weight: 600;
  display: inline-block;
  transition: 0.3s ease-in-out;
  border-bottom: #00458f solid 2px;
}

#why-us .card .readmore:hover {
  border-bottom: #fff solid 2px;
}

#why-us .counters {
  padding-top: 40px;
}

#why-us .counters span {
  font-family: 'Catamaran', sans-serif;
  font-weight: bold;
  font-size: 48px;
  display: block;
  color: #fff;
}

#why-us .counters p {
  padding: 0;
  margin: 0 0 20px 0;
  font-family: 'Catamaran', sans-serif;
  font-size: 14px;
  color: #cce5ff;
}

/* Portfolio Section
--------------------------------*/
#portfolio {
    padding: 60px 0;
    box-shadow: 0px 0px 12px 0px rgb(0 0 0 / 10%);
    height: 800px;
}

#portfolio #portfolio-flters {
  padding: 0;
  margin: 5px 0 35px 0;
  list-style: none;
  text-align: center;
}

#portfolio #portfolio-flters li {
  cursor: pointer;
  margin: 15px 15px 15px 0;
  display: inline-block;
  padding: 6px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #007bff;
  border-radius: 50px;
  text-transform: uppercase;
  background: #ecf5ff;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

#portfolio #portfolio-flters li:hover, #portfolio #portfolio-flters li.filter-active {
  background: #007bff;
  color: #fff;
}

#portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

#portfolio .portfolio-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#portfolio .portfolio-item .portfolio-wrap {
  overflow: hidden;
  position: relative;
  border-radius: 6px;
  margin: 0;
}

#portfolio .portfolio-item .portfolio-wrap:hover img {
  opacity: 0.4;
  transition: 0.3s;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  opacity: 0;
  transition: 0.2s linear;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 {
  font-size: 22px;
  line-height: 1px;
  font-weight: 700;
  margin-bottom: 14px;
  padding-bottom: 0;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info h4 a:hover {
  color: #007bff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info p {
  padding: 0;
  margin: 0;
  color: #e2effe;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details {
  display: inline-block;
  line-height: 1;
  text-align: center;
  width: 36px;
  height: 36px;
  background: #007bff;
  border-radius: 50%;
  margin: 10px 4px 0 4px;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details i {
  padding-top: 6px;
  font-size: 22px;
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover {
  background: #3395ff;
}

#portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-preview:hover i, #portfolio .portfolio-item .portfolio-wrap .portfolio-info .link-details:hover i {
  color: #fff;
}

#portfolio .portfolio-item .portfolio-wrap:hover {
  background: #003166;
}

#portfolio .portfolio-item .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 30px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #007bff !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-description h2 {
    width: 100%;
  }
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 80px 0 120px;
}
#testimonials h4 {
    font-weight: bold;
    font-size: 35px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
#testimonials .section-header {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}

#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}

@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}
.testimonial-item {
    background: url(../img/12.png);
    background-size: auto;
    background-repeat: no-repeat;
    background-position: 1% -11px;
    height: auto;
}
#testimonials .testimonial-item h3 {
    font-size: 25px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    text-align: center;
    color: #232323;
    font-family: 'Catamaran', sans-serif;
}
#testimonials .testimonial-item h4 {
    font-size: 20px;
    color: #575757;
    margin: 0 0 15px 0;
    font-family: 'Catamaran', sans-serif;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (max-width: 767px) {
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}

#testimonials .owl-nav, #testimonials .owl-dots {
  margin-top: 5px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #c6353a;
}

/* Team Section
--------------------------------*/
#team {
  background: #fff;
  padding: 60px 0;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

#team .member .member-info {
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: 50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 62, 128, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #007bff;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/* Clients Section
--------------------------------*/
#clients {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}

#clients .clients-wrap {
  border-top: 1px solid #d6eaff;
  border-left: 1px solid #d6eaff;
  margin-bottom: 30px;
}

#clients .client-logo {
  padding: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #d6eaff;
  border-bottom: 1px solid #d6eaff;
  overflow: hidden;
  background: #fff;
  height: 160px;
}

#clients .client-logo:hover img {
  transform: scale(1.2);
}

#clients img {
  transition: all 0.4s ease-in-out;
}

/* Contact Section
--------------------------------*/
#contact {
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 60px 0;
  overflow: hidden;
}

#contact .section-header {
  padding-bottom: 30px;
}

#contact .contact-about h3 {
  font-size: 36px;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: 1;
  font-family: 'Catamaran', sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #007bff;
}

#contact .contact-about p {
  font-size: 14px;
  line-height: 24px;
  font-family: 'Catamaran', sans-serif;
  color: #888;
}

#contact .social-links {
  padding-bottom: 20px;
}

#contact .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #fff;
  color: #007bff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
  border: 1px solid #007bff;
}

#contact .social-links a:hover {
  background: #007bff;
  color: #fff;
}

#contact .info {
  color: #283d50;
}

#contact .info i {
  font-size: 32px;
  color: #007bff;
  float: left;
  line-height: 1;
}

#contact .info p {
  padding: 0 0 10px 36px;
  line-height: 28px;
  font-size: 14px;
}

#contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

#contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

#contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

#contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

#contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

#contact .php-email-form input, #contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

#contact .php-email-form input::focus, #contact .php-email-form textarea::focus {
  background-color: #007bff;
}

#contact .php-email-form input {
  padding: 20px 15px;
}

#contact .php-email-form textarea {
  padding: 12px 15px;
}

#contact .php-email-form button[type="submit"] {
  background: #007bff;
  border: 0;
  border-radius: 20px;
  padding: 8px 30px;
  color: #fff;
  transition: 0.3s;
}

#contact .php-email-form button[type="submit"]:hover {
  background: #0067d5;
  cursor: pointer;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
section#download {
    padding-top: 60px;
}
.downlod-header h4 {
    font-weight: bold;
    font-size: 35px;
    color: #000;
    line-height: 40px;
    text-align: center;
}
.mobile-web input{ border:0px; text-align:center;}
.mobile-web input:focus{ border:0px; outline:0px;}

.mobile-web p {
    font-size: 20px;
    color: #232323;
    line-height: 28px;
    font-weight: 500;
    padding-top: 35px;
}
.mobile-web span p {
    color: #232323;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 0;
}
.mobile-web h4 {
    font-weight: bold;
    font-size: 35px;
    color: #FF4E31;
    line-height: 40px;
    text-align: center;
}
.arrows1 p{
  display: inline-block;
}

.arrows1 span {
    display: inline-block;
    margin-top: 15px;
    padding-left: 30px;
}

.lightbox-gallery .col-md-6.col-lg-6.item {
    padding: 10px !important;
    max-width: 46%;
}


.download button.slick-prev.slick-arrow {
    position: absolute;
    left: 40% !important;
	left: auto;
	top: auto !important;
    bottom: -20px !important;
    z-index: 999;
    background: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.download button.slick-next.slick-arrow{
   position: absolute;
    bottom: -20px !important;
    right: 40% !important;
	top: auto !important;
    z-index: 999;
    background: url("../img/arrow-next.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #ffd54e;
    padding-top: 60px;
    height: 831px;
}

.foot-top p {
    font-size: 16px !important;
    line-height: 24px !important;
    max-width: 880px;
    margin: 23px auto;
}
.row.set-footer-icon {
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}
.set-map-block .footer-info {
    margin-bottom: 0 !important;
}
.footer-info h3 {
    font-size: 18px;
    padding: 15px 0 5px 0;
    line-height: 30px;
    color: #000;
    font-weight: 500;
    text-align: center;
    text-transform: capitalize;
}
.set-map-block.row {
    background: #fff;
    border-radius: 20px;
}
.set-map-block .footer-info {
    margin-bottom: 0 !important;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.set-map-block .footer-info img.img-fluid1 {
    float: left;
    margin-right: 20px;
}
.reach_us .icon {
    float: left;
    margin-right: 5px;
}
.reach_us p.title {
    float: right;
    color: #c6353a;
}
.reach_us h4 {
    color: #000 !important;
    font-size: 17px !important;
    line-height: 20px;
    padding-top: 5px;
    float: right;
    margin-bottom: 0;
	font-weight: bold;
}
a.diract {
    display: block;
    color: #222;
    font-size: 10px;
    line-height: 10px;
    font-weight: bold;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.reach_us .icon-box.aos-init.aos-animate {
    display: block;
    position: relative;
    overflow: hidden;
    clear: both;
	margin:0 0 15px;
}
#footer .footer-top .footer-info {
    margin-bottom: 30px;
}
.set-map-block.row {
    background: #fff;
    border-radius: 20px;
    padding: 21px 0;
    max-width: 980px;
    width: 100%;
    margin: 0 auto;
}
.footer-info {
    text-align: center;
}
.ctn-info h3 {
    font-family: 'Catamaran', sans-serif;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    line-height: 42px;
    margin-bottom: 0;
}
.ctn-info p {
    font-size: 15px;
    line-height: 22px;
    color: #333;
    margin-bottom: 0;
}
	
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: 'Catamaran', sans-serif;
  color: #000;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #FCFCFC;
  color: #c6353a;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 33px;
  height: 33px;
  transition: 0.3s;
}
.foot-top {
    text-align: center;
}
#footer .footer-top .social-links a:hover {
  background: #c6353a;
  color: #FCFCFC;
}
.date_btn img.img-fluid {
    margin-right: 15px;
}


#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}

#footer .footer-top .footer-links ul a:hover {
  color: #74b5fc;
}

#footer .footer-top .footer-contact {
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
}

#footer .footer-top .footer-contact p {
  line-height: 26px;
}

#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}

#footer .footer-top .footer-newsletter input[type="email"] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}

#footer .footer-top .footer-newsletter input[type="submit"] {
  background: #007bff;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
.date_btn.footer-btn-download:before{ display:none;}

#footer .footer-top .footer-newsletter input[type="submit"]:hover {
  background: #0062cc;
}

#footer .copyright {
    text-align: center;
    padding-top: 20px;
    color: #000;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}

#footer .credits a {
  color: #bfddfe;
}

#footer .credits a:hover {
  color: #f1f7ff;
}
/*===========================
        Students
===========================*/
.students {
    background-image: url(../../assets/img/bg.png);
    padding: 150px 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.years p{
  font-weight: 400;
  line-height: 27px !important;
  margin:0 auto;
}
.students .main_title {
    margin-bottom: 26px;
}
.s_1{
  position: relative;
}
.s_1 img{
  position: relative;
  display: block;
      width: 100%;
	  border-radius: 5px 5px 0 0;
}
.s_1 h4 {
    font-size: 16px;
    line-height: 20px;
    background-color: #F7494B;
    opacity: 0.85;
    color: #fff;
    position: absolute;
    letter-spacing: 0.32px;
    bottom: 39px;
    margin-bottom: 0;
    border-radius: 0px 0px 5px 5px;
    padding: 9px 10px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}
.class-x button.slick-prev.slick-arrow, .class-xii button.slick-prev.slick-arrow, .student button.slick-prev.slick-arrow, .teacher button.slick-prev.slick-arrow {
    position: absolute;
    right: 55px !important;
	left: auto;
	top: auto !important;
    bottom: 5px !important;
    z-index: 999;
    background: url("../img/arrow-left.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}
.slick-prev:before, .slick-next:before{
	display: none;
}
.class-x button.slick-next.slick-arrow, .class-xii button.slick-next.slick-arrow, .student button.slick-next.slick-arrow, .teacher button.slick-next.slick-arrow {
   position: absolute;
    bottom: 5px !important;
    right: 0 !important;
	top: auto !important;
    z-index: 999;
    background: url("../img/arrow-next.png");
    background-repeat: no-repeat;
    border: 0;
    font-size: 0;
    width: 38px;
    height: 14px;
}
.classes {
    float: right;
    width: 69px;
    height: 64px;
    background-color: #FF4E31;
    right: 0;
    position: absolute;
    top: 0;
    line-height: 64px;
    text-align: center;
    border-radius: 0 5px 0 90%;
}
.classes span {
    line-height: 31px;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
	color:#fff;
}
.s_1 p {
    font-size: 22px;
    line-height: 20px;
     margin-bottom: 0;
     margin-top: 15px;
     font-weight: 300;
}

.arrows p{
  display: inline-block;
}

.arrows span{
  display: inline-block;
  float: right;
  margin-top: 15px; 
}

.years{
  margin-bottom: 46px;
}










/*testimonials*/

.testimonials{
  /*background-image: url(../../assets/img/testimonials.jpg);
  background-size: cover;
   background-position: center center*/
  background: rgb(253,238,179);
background: radial-gradient(circle, rgba(253,238,179,1) 0%, rgba(255,211,76,1) 100%);
  padding: 72px 0;
 
}

.shadow-effect {
        background: #fff;
        padding: 30px 30px 90px;
        border-radius: 10px;
        text-align: left;
        transition: all .5s;
  border:1px solid #ECECEC;
        box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
    }
    #customers-testimonials .shadow-effect p {
        font-size: 18px;
        line-height: 28px;
        line-height: 1.5;
        margin: 0 0 17px 0;
        font-weight: 300;
    }
   .testimonial-name {
       display: inline-block;
    border-radius: 12px;
    color: #FF4E31;
    font-weight: 800;
    font-size: 22px;
    display: inline-block;
    text-transform: uppercase;
}
.shadow-effect span {
    margin-bottom: 8px !important;
    line-height: 26px;
    display: block;
    font-size: 22px;
    color: #FF4E31;
    display: inline-block;
}
    #customers-testimonials .item {
        text-align: center;
        /*padding: 50px;*/
        /*margin-bottom:80px;*/
        opacity: .2;
        -webkit-transform: scale3d(0.8, 0.8, 1);
        transform: scale3d(0.8, 0.8, 1);
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all .5s;
        transition: all 0.3s ease-in-out;
    }
    #customers-testimonials .owl-item.active.center .item {
        opacity: 1;
        -webkit-transform: scale3d(1.0, 1.0, 1);
        transform: scale3d(1.0, 1.0, 1);
        transition: all .5s;
    }
    #customers-testimonials  .owl-item img {
        transform-style: preserve-3d;
    max-width: 110px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto 17px;
    margin-bottom: -70px;
    opacity: 1;
    }

    
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
        background: #fff;
    }
      #customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
		background: #fff;
		width: 14px;
		opacity: 1;
		height: 14px;
	}
#customers-testimonials.owl-carousel .owl-dots{
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
  display: inline-block;
}
    #customers-testimonials.owl-carousel .owl-dots .owl-dot span {
      background: #fff;
      display: inline-block;
      height: 14px;
      margin: 0 7px 0px;
      transform-origin: 50% 50% 0;
      transition: all 250ms ease-out 0s;
      width: 14px;
      vertical-align: middle;
      border-radius: 50%;
      opacity: 0.45;
    }

.testimonials_socials{
  display: none;
}
    .testimonials_socials a {
      color:#000;
      font-size: 22px;
      margin: 0 15px;
    }



    .owl-item.active.center img{
      opacity: 1;
      overflow: visible;
    }
    .owl-item.active.center .testimonials_socials{
      display: block;
    }
  
  .owl-item.active.center .testimonial-name{
    display: block;
  }
  .owl-item.active.center .shadow-effect{
    text-align: center;
  }

  .owl-item.active.center .shadow-effect span{
    color: #000;
  }
  .owl-item.active.center .shadow-effect {
        padding: 90px 20px 15px;
    }
    .testimonials h2 {
    margin-bottom: 35px;
	color:#000 !important;
}


.owl-stage {
    display: flex;
    align-items: center;
}
.d-hide { display:none;}

.AboutPage{ padding:120px 0 0; text-align:center;}
.AboutPage h1{ font-size:60px; font-weight:800; color:#c6353a;}

.form-row {max-width: 400px;  margin-left: 12%; margin-top: -280px;}
.mobile-show{ display:none;}

.accordionHeader_Y
{
	border: 1px solid #6e6e6e;
	color: #343a40;
	background: #f7f7f7
 url(/images/ajax-arrow.png) 99% 20px no-repeat;
	padding: 13px;
	margin-top: 7px;
	cursor: pointer;
	}
 .accordionHeaderSelected
 {
 	border: 1px solid #6e6e6e;
 	color: #343a40;
 	background: #f7f7f7  url(/images/ajax-arrow1.png) 99% 10px no-repeat;
 	padding: 13px;
 	margin-top: 2px;
 	cursor: pointer;
 	}      
 .accordionContent_Y
 {
 	background-color: #fff;
 	border: 1px solid #6e6e6e;
 	border-top: none;
 	padding: 5px;
 	padding-top: 10px;
 	}
  .img_Right{
    border-radius: 10px;float:right;}
   .innerUl {
    list-style-image: url(/images/list-ico.png);
    margin: 0;
    padding: 0;
    margin-left: 15px;
    
}
.innerUl li{margin-bottom: 20px;}
 .father_name{text-align:center;}
  .fathers ul li{display:inline-block;text-align:center;vertical-align:top; margin:15px;width: 240px; font-weight:bold}
 .container ul li{list-style-type: none; margin: 0; padding: 0;}

@media (max-width: 767px){
  .int-images {
      max-width: 100%;
  }
  .img_Right {
    border-radius: 10px;
    float: right;
    max-width: 100%;
    margin-top: 24px;
}
}