@import url('https://fonts.googleapis.com/css2?family=Norican&family=Poppins:wght@300;400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Comfortaa&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&family=Rubik:wght@500&family=Yellowtail&display=swap');

 body {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  /*line-height: 28px;*/
  font-weight: 400;
  color: #2e524a;
  background: #ffffff;
  overflow-x: hidden;
	/*background: #f3f0eb url(../images/body-bg.jpg)repeat scroll 0 0;*/
	width: 100%
}

/* Custom Container */
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
}

/* Common CSS */
 h1, h2, h3, h4, h5, h6 {
  font-family: 'Comfortaa', cursive;
  color: #115740;
  line-height: 1.5em;
  
  margin-top: 0;
  margin-bottom: 10px;
  padding: 0;
  text-transform: capitalize;
}
h1{
  font-size:60px;
  line-height: 66px;
}

h2{
  font-size:40px;
  line-height: 46px;
}

h3{
  font-size:30px;
  line-height: 38px;
}

h4{
  font-size:24px;
  line-height: 30px;
}

h5{
  font-size:20px;
  line-height: 28px;
}

h6{
  font-size:16px;
  line-height: 28px;
}
p {
  margin: 0;
  padding: 0;
}
a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:focus, a:hover {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
ul {
  margin: 0;
  padding: 0;
}
ul li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}

.bullet li{
	list-style-image: url("../images/bullet.png");
	line-height: 2.5em;
}

.bullet2 li{
	list-style-image: url("../images/bullet.png");
	line-height: 2.5em;
	margin-left: 20px;
}


/* Placeholder CSS */
 ::-moz-placeholder {
     color: #333333 !important;
}
 ::-o-placeholder {
     color: #333333 !important;
}
 :-ms-input-placeholder {
     color: #333333 !important;
}
 input:-moz-placeholder {
     color: #333333 !important;
}
::-webkit-input-placeholder {
  color: #333333 !important;
}


.overlay-content ::-moz-placeholder {
  color: #ffffff !important;
}
.overlay-content ::-o-placeholder {
  color: #ffffff !important;
}
.overlay-content :-ms-input-placeholder {
  color: #ffffff !important;
}
.overlay-content input:-moz-placeholder {
  color: #ffffff !important;
}
.overlay-content ::-webkit-input-placeholder {
  color: #ffffff !important;
}




.subscribe-col .input-group ::-moz-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group ::-o-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group :-ms-input-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group input:-moz-placeholder {
  color: #dddddd !important;
}
.subscribe-col .input-group ::-webkit-input-placeholder {
  color: #dddddd !important;
}





/* Selection CSS */
 ::-moz-selection {
  color: #ffffff;
  background: #00c0d6;
}
 ::selection {
  color: #ffffff;
  background: #00c0d6;
}




/* Form CSS */
.form-control {
  height: 45px;
  margin-bottom: 30px;
  box-shadow: none;
  border: 1px solid #e4e4e4;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}
.form-control:focus {
  border-color: #666666;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

/* Overlay CSS */
.overlay-black {
  position: relative;
}
.overlay-black:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(34, 34, 34, 0.8);
}
.overlay-white {
  position: relative;
}
.overlay-white:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(255, 255, 255, 0.8);
}




/* Theme btn CSS */
.theme-btn {
  position: relative !important;
  z-index: 0 !important;
  padding: 13px 20px 15px !important;
  background: #eeb93a !important;
  font-size: 16px !important;
  color: #115740  !important;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 150px!important;
  height: 50px!important;
  overflow: hidden;
  border: none !important;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px!important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  -webkit-transition: all .3s ease-out !important;
  -moz-transition: all .3s ease-out !important;
  transition: all .3s ease-out !important;
}
.theme-btn:hover {
  border: none!important;
  color: #115740 !important;
  background: #faeac4  !important;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5)!important;
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5)!important;
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.5)!important;
  -webkit-transition: all .3s ease-out!important;
  -moz-transition: all .3s ease-out!important;
  transition: all .3s ease-out!important;
}
.btn-primary.focus, .btn-primary:focus {
  box-shadow: none;
}



/* Title CSS */
.product-content h3{
	margin-top: 10px;
}
.my-title {
  margin-top: -10px;
  margin-bottom: 55px;
}
.my-title h2 {
  color: #115740;
  font-size: 2.8em;
  line-height: 46px;
  margin-bottom: 10px;
font-weight: bold;
}

.product-title h2 {
  color: #115740;
  font-size: 2.5em;
  line-height: 46px;
  margin-bottom: 10px;
font-weight: bold;
}
.my-title .bdr {
  width: 100px;
  height: 3px;
  background: #1CC1E0;
  margin: 0 auto;
  margin-bottom: 20px;
}
.my-title p {

}

.my-title h2::after {
    /*background: url("../images/Separator.png") no-repeat scroll;*/
    bottom: auto;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -75px;
    height: 60px;
    width: 60px;
}
.product-title h2::after {
   /* background: url("../images/Separator.png") no-repeat scroll;*/
    bottom: auto;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    margin-top: -60px;
    height: 60px;
    width: 60px;
}
.welcome h2::after {
/*background: url(../images/Separator.png) no-repeat scroll;*/
    bottom: auto;
    content: "";
    left: 0;
    /* margin: 0 auto; */
    position: absolute;
    right: 0;
    top: 83px;
    height: 60px;
    width: 60px;
}

/*.animated{
  opacity:1;
}*/

/* Back to top */
#back-to-top {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 30px;
    line-height: 50px;
    background: #1CC1E0;
    color: #ffffff;
    cursor: pointer;
    border: 0;
    border-radius: 30px 30px 0 0;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
}
#back-to-top:hover {

}
#back-to-top.show {
    opacity: 1;
    transition: opacity 0.2s ease-out;
}


/* Pagination CSS */
.my-pagination {
  margin-top: 20px;
  margin-bottom: 30px;
}
.my-pagination ul li {
  margin: 0 5px;
}
.my-pagination ul li a {
  padding: 0;
  display: inline-block;
  background: #ffffff;
  width: 55px;
  height: 55px;
  border-radius: 50% !important;
  text-align: center;
  line-height: 55px;
  border: 2px solid #30336B;
  color: #30336b;
  font-size: 20px;
  font-weight: bold;
}
.my-pagination ul li a:hover {
  background: #30336B;
  color: #ffffff;
}
.my-pagination ul li a.active {
  background: #30336B;
  color: #ffffff;
}
.my-pagination ul li a i {
  font-size: 30px;
  position: relative;
  bottom: -3px;
}






/* 
=========== 02. Header CSS ===========
*/
.header-area {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
	display: none;
}



/* Header Top CSS */
.header-top-area {
  padding: 25px 0 15px;
  background: transparent;
}
.header-top-col {
  margin-bottom: 10px;
}
.header-info ul li {
  display: inline-block;
  margin-right: 15px;
  color: #ffffff;
}
.header-info ul li i {
  margin-right: 8px;
}
.consultation-btn {
  background: #30336B;
  padding: 15px 24px;
  height: 50px;
  color: #ffffff;
  border-radius: 40px;
}
.consultation-btn:hover {
  background: #232776;
  color: #ffffff;
}


/* Header Nav CSS Start */
.header-navbar {
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.header-navbar:before {
  content: "";
  background: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 1080px;
  height: 70px;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}
.header-logo {
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar .navbar {
  padding: 0;
  padding-top: 15px;
  padding-bottom: 16px;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link {
  color: #444444;
  padding: 0;
  margin-left: 38px;
  text-transform: capitalize;
  font-weight: 500;
}
.header-navbar .navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #05c3e2;
}




/* NavBar Fixed CSS */
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  background: #30336B;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar.sticky {
	display: none;
  /*border-bottom: 1px solid #30336B;*/
  -webkit-box-shadow: 0px 10px 5px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}
.header-navbar.sticky .stellarnav>ul>li>a {
  color: #1b1a17 !important;
  padding: 30px 16px;
}
.header-navbar.sticky .header-search-area ul li a {
  color: #1b1a17;
}
.logo-white {
  display: block;
}
.logo-black {
  display: none;
}
.header-navbar.sticky .logo-white {
  display: none;
}
.header-navbar.sticky .logo-black {
  display: block;
}
.header-navbar.sticky .header-search-area {
  padding-top: 26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header-navbar.sticky .header-logo {
  margin-top: -5px;
}



/* Full Screen Form CSS */
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 999999;
  top: 0;
  left: 0;
  background-color: rgba(49,51,108, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 50%;
  width: 100%;
  margin-top: 0;
  transform: translateY(-50%);
}
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block;
  transition: 0.3s;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #ffffff;
  z-index: 9999999;
}
.overlay-content-col h2 {
  text-align: center;
  color: #ffffff;
  line-height: 46px;
  margin-bottom: 60px;
}
.overlay-content-col .form-control {
  border: none;
  border-bottom: 3px solid #1CC1DF;
  background: transparent;
  color: #ffffff;
  resize: none;
  padding-left: 0;
}
.overlay-content-col select.form-control option {
  background: #30336B;
}
.overlay-content-col .theme-btn {
  min-width: 180px;
  height: 60px;
  background: #1CC1DF;
}




/* 
=========== 03. Hero CSS ===========
*/
.hero-area {
  padding: 350px 0 250px;
  position: relative;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-area.overlay-black:before {
  background-color: rgba(34, 34, 34, 0.5);
} 
.hero-doctor-img {
  position: absolute;
  bottom: 0;
  right: 70px;
}
.hero-col h2 {
  color: #ffffff;
  font-size: 56px;
  line-height: 66px;
  margin-bottom: 30px;
}
.hero-col p {
  color: #ffffff;
  margin-bottom: 40px;
}
.hero-col .theme-btn {
  min-width: 180px;
  height: 60px;
  padding-top: 18px;
  background: #05C3E2;
  margin-right: 20px;
}
.hero-col .theme-btn:hover {
  color: #444444;
  background: #ffffff;
}


/* Hero Two */
.hero-two-area:before {
  background-color: rgba(0, 0, 0, 0.3);
}
.hero-two-area .hero-col {
  background: #30336B;
  padding: 50px 30px;
  border-radius: 5px;
  position: relative;
  z-index: 99;
}
.around-bdr {
  position: absolute;
  left: 115px;
  top: -68px;
  z-index: 0;
  width: 618px;
  height: 528px;
  border: 20px solid #00B9FC;
  opacity: 0.5;
  border-radius: 10px;
}
.hero-two-area .hero-col h2 {
  font-size: 55px;
  line-height: 65px;
  margin-bottom: 20px;
}
.hero-two-area .hero-col p {
  margin-bottom: 30px;
}

/* Hero Three CSS */
.hero-three-area {
  position: relative;
  background: #30336B;
  overflow: hidden;
}
.hero-three-area .hero-img {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 0;
}
.hero-three-area .hero-img img {
  height: 100vh;
}
.hero-three-area .hero-col {
  background-color: #E866A6;
  padding: 40px 40px;
  min-width: 665px;
  border-radius: 5px;
  left: 65px;
}
.hero-three-area .hero-col .theme-btn {
  background-color: #31336C !important;
}
.hero-three-area .hero-col .theme-btn:hover {
  background-color: #ffffff !important;
  color: #444444;
}
.hero-three-area .around-bdr {
  border-color: #ffffff;
  opacity: 0.5;
  left: 200px;
  top: -78px;
}

/* Hero Four CSS */
.hero-four-area {
  position: relative;
}
.hero-four-area.overlay-black:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.hero-right-img {
  position: absolute;
  right: 250px;
  bottom: 0;
  z-index: 0;
}

/* Hero Five CSS */
.hero-five-area {

}
.hero-five-area.overlay-black:before {
  background: rgb(48,51,107);
  background: -moz-linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  background: -webkit-linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  background: linear-gradient(180deg, rgba(48,51,107,1) 0%, rgba(48,51,107,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30336b",endColorstr="#30336b",GradientType=1);
}
.hero-five-area .around-bdr {
  border-color: #ffffff;
  left: auto;
  right: 200px;
  top: -65px;
}
.hero-five-area .hero-col {
  background: #FF9405;
  max-width: 660px;
  margin: 0 auto;
  text-align: center;
}
.hero-five-area .hero-col .theme-btn {
  background: #30336B !important;
}
.hero-five-area .hero-col .theme-btn:hover {
  color: #ffffff;
}





/* 
=========== 04. About CSS ===========
*/
.about-area {
  padding: 120px 0 90px;
}
.about-col h2 {
  line-height: 50px;
}
.about-col p {
  margin-bottom: 20px;
text-align: justify;
}
.about-col ul {
  margin-bottom: 45px;
}
.about-col ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}
.about-col ul li:before {
  content: "\eed7";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  color: #1CC1E0;
}
.about-two-col img {
  border-radius: 5px;
}
.about-two-col-text {
  min-width: 570px;
  margin-left: -100px;
  margin-top: 56px;
  padding: 75px 30px 50px 30px;
  background: #fbf8ee;
  -webkit-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
  box-shadow: 0px 10px 50px 0px rgba(0,0,0,0.1);
	border-top-left-radius: 61px;
    border-bottom-right-radius: 63px;
    box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 20%);
}
.about-two-col-text ul {
  margin-bottom: 20px;
}
/* About Two CSS */
.about-two-area {

}
.about-two-area .about-two-col img {
  border-radius: 0;
  border-top-right-radius: 200px;
}
.about-two-area .about-two-col ul {
  margin-bottom: 30px;
}

.about-details {
	padding: 100px 0;
	background: url("../images/background.png") no-repeat;
	/*margin-bottom: 280px;*/
	/*background-size: cover;*/
	background-size: 100%;
}
.about-details h3 span{
	color: #56c65b;
}
.about-details h3 {
	font-size: 60px;
}

.about {
	background: url(../images/vision-bg.png) no-repeat top #fff ;
	padding: 350px 20px 77px !important;
}
.about-box-wrapper {
	padding: 20px;
	border: 3px solid #115740 ;
}
.about-box {
	padding: 40px 20px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.15);
	/*background: rgba(0,0,0,0.4);*/
	text-align: center;
	background-color: #fff;
	
}
.about-box-transperent {
	background: transparent;
}
.director-box {
	padding: 40px 20px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.15);
	/*background: rgba(0,0,0,0.4);*/
	text-align: center;
	background-color: #fff;
	min-height: 280px;
	
}
/* Service Two CSS*/
.vision-two-area {
  padding-bottom: 0;
}
.vision-two-col {
  background: #d5e4d9;
  padding: 25px 20px 25px 135px;
  margin-left: 100px;
  margin-top: 57px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vision-two-col:hover {
  background: #115740 ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vision-two-col img {
  position: absolute;
  left: -100px;
  top: -38px;
  z-index: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
	border: 4px solid #fff;
	box-shadow: 0px 10px 20px 0px rgb(0 0 0 / 25%);
}
.vision-two-col h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   font-size: 26px;
   font-weight: bold;
}
.vision-two-col:hover h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.vision-two-col p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.vision-two-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*--------------
what we do
--------------*/

.what {
	background: url(../images/about-bg.png) no-repeat top;
	padding: 350px 20px 23px !important;
}
.what-box-wrapper {
	padding:  20px;
	/*padding:  66px 20px 20px 20px;*/
	border: 3px solid #115740 ;
}
.what-box {
	padding: 10px 20px;
	box-shadow: 0px 0px 5px 5px rgba(0,0,0,.15);
	/*background: rgba(0,0,0,0.4);*/
}
.what-box .button {
	margin: 20px auto;
}
.what h1 {
	font-size: 60px;
	text-align: center;
	color:#000;line-height: 85px;
}
.what h1 span{
	color: #56c65b;
}
.what p {
	font-size: 14px;
	text-align: justify;
	color:#000;
}
/* 
=========== 04. Call CSS ===========
*/
.call-area {
  padding: 60px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.call-area:before {
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgb(48,51,107);
  background: -moz-linear-gradient(401deg, rgba(76,149,58,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  background: -webkit-linear-gradient(401deg, rgba(76,149,58,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  background: linear-gradient(401deg, rgba(76,149,58,1) 0%, rgba(28,193,224,0.804359243697479) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30336b",endColorstr="#1cc1e0",GradientType=1);
}
.call-col {

}
.call-col h2 {
  line-height: 75px;
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 50px;
	font-weight: bold;
}
.call-col h1 {
  font-size: 60px;
  line-height: 60px;
  color: #ffffff;
  margin-bottom: 0;
  display: block;
  border-bottom: 2px solid #05c3e2;
  padding-bottom: 15px;
}
.call-col h1 i {
  color: #05c3e2;
}
.video-box {
  position: absolute;
  right: 70px;
  top: -50px;
  z-index: 0;
  width: 530px;
  height: 530px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 33% 67% 60% 40% / 35% 44% 56% 65%;
  overflow: hidden;
  -webkit-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 3px 30px 0px rgba(0,0,0,0.5);
}
.video-box:before {
  content:"";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
 /* background: #113e06;*/
  opacity: 0.8;
}
.video-box i {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-size: 80px;
  color: #ffffff;
  transform: translate(-50%, -50%);
}



/* 
=========== 05. Service CSS ===========
*/
.service-area {
  padding: 130px 0 90px;
}
.service-col {
  text-align: center;
}
.service-img {
  position: relative;
}
.service-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgb(28,193,224);
  background: -moz-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cc1e0",endColorstr="#1cc1e0",GradientType=1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col:hover .service-img:before {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-img{
  overflow: hidden;
}
.service-img img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-col:hover .service-img img {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-content {
  background: #F5F5F5;
  padding: 30px 30px;
}
.service-content h4 {
  font-size: 24px;
  line-height: 30px;
}
.service-content p {
  margin-bottom: 15px;
}

/* Service Two CSS*/
.service-two-area {
  padding-bottom: 0;
}
.service-two-col {
  background: #d5e4d9;
  padding: 25px 20px 25px 135px;
  margin-left: 100px;
  margin-top: 30px;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col:hover {
  background: #115740 ;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col img {
  position: absolute;
  left: -100px;
  top: -38px;
  z-index: 0;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.2);
	border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
}
.service-two-col h4 {
  margin-bottom: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
   font-size: 20px;
   font-weight: bold;
}
.service-two-col:hover h4 {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-two-col p {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}
.service-two-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Service Three CSS */
.service-three-area {

}
.service-three-col {
  text-align: center;
  padding: 30px 30px;
  background: #F5F5F5;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover {
  background: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col i {
  font-size: 70px;
  color: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col h4 {
  margin-top: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover h4 {
  color: #30336b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col p {
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.service-three-col:hover p {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}




/* 
=========== 06. Team CSS ===========
*/
.team-area {
  padding: 120px 0 100px;
  background: #F5F5F5;
}
.team-area .my-title .bdr {
  margin: initial;
  margin-bottom: 20px;
}
.team-item {
  position: relative;
  padding-left: 470px;
  padding-bottom: 65px;
}
.item-number {
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 0;
}
.item-number h2 {
  font-style: italic;
  font-size: 60px;
  line-height: 60px;
  color: #cacaca;
}
.team-item .team-img {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}
.team-item .team-img img {
  border-radius: 5px;
}
.team-item .team-img:before {
  content: "";
  width: 370px;
  height: 438px;
  border: 10px solid #1CC1E0;
  position: absolute;
  left: -30px;
  top: -30px;
  z-index: -1;
  border-radius: 10px;
}
.team-item h4 {
  margin-bottom: 0;
  line-height: 30px;
}
.team-item span {
  font-weight: 500;
  color: #888888;
}
.team-item .bdr {
  width: 60px;
  height: 3px;
  background: #1CC1E0;
  margin-top: 5px;
  margin-bottom: 20px;
}
.team-info {

}
.team-info ul li {
  margin-bottom: 10px;
}
.team-info ul li i {
  width: 30px;
  margin-right: 5px;
  color: #1CC1E0;
}
.team-social {
  margin-bottom: 25px;
}
.team-social ul li {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #1CC1E0;
  text-align: center;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li i {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-left: -2px;
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li:hover {
  background: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-social ul li:hover i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-area .owl-controls {
  position: absolute;
  right: 0;
  top: -110px;
  z-index: 0;
}
.team-area .owl-theme .owl-nav {
  margin-top: 0;
  padding: 0;
}
.team-area .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  font-size: 52px;
  color: #1cc1e0;
  margin: 0;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #30336b;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Team two Start */
.team-two-area {
  padding-bottom: 80px;
}
.pt-120 {
  padding-top: 120px !important;
}
.team-two-item {
  position: relative;
}
.team-two-img {
  position: relative;
  overflow: hidden;
}
.team-two-img img {
  border-radius: 5px;
}
.team-two-img ul {
  position: absolute;
  right: -40px;
  bottom: 0;
  z-index: 0;
  width: 40px;
  height: 200px;
  background: #0BE881;
  border-top-left-radius: 20px;
  text-align: center;
  padding-top: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-item:hover .team-two-img ul {
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-img ul li {
  margin-bottom: 7px;
}
.team-two-img ul li i {
  color: #ffffff;
  font-size: 20px;
}
.team-two-img ul li i:hover {
  color: #30336B;
}
.team-two-name {
  background: #30336B;
  max-width: 300px;
  text-align: center;
  padding: 15px 15px;
  border-radius: 5px 50px 5px 50px;
  position: relative;
  z-index: 1;
  bottom: 40px;
  left: 32px;
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-item:hover .team-two-name {
  left: 0;
  background: #0BE881;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-two-name h4 {
  color: #ffffff;
  margin-bottom: 0;
}
.team-two-name p {
  color: #ffffff;
}



/* 
=========== 07. Portfolio CSS ===========
*/
.portfolio-area {
  padding: 223px 0 90px;
}
.portfolio-area .gallery-filters ul {
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 50px;
}

.portfolio-area .gallery-filters ul li {
  display: inline-block;
  margin: 0 15px;
}

.portfolio-area .gallery-filters ul li a {
  color: #484848;
  font-size: 16px;
  font-weight: bold;
  text-transform: capitalize;
  padding: 0;
}

.portfolio-area .gallery-filters ul li a:hover {
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-area .gallery-filters ul li a.active {
  color: #1CC1E0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.portfolio-area .masonry-gallery .grid {
  width: 25%;
  float: left;
  padding: 0 15px;
  padding-bottom: 30px;
}

.portfolio-area .grid img {
  width: 100%;
  height: auto;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.portfolio-item {
  position: relative;
  overflow: hidden;
}
.portfolio-item-overlay {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgba(48, 51, 107, 0.8);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-overlay {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item-overlay i {
  position: absolute;
  right: 0;
  left: 0;
  top: 20%;
  text-align: center;
  font-size: 48px;
  color: #ffffff;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-overlay i {
  opacity: 1;
  top: 50%;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.portfolio-item-text {
  position: absolute;
  left: 80px;
  bottom: 25px;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portfolio-item:hover .portfolio-item-text {
  opacity: 1;
  left: 25px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.portfolio-item-text h4 {
  line-height: 30px;
  margin-bottom: 5px;
}
.portfolio-item-text h4 a {
  color: #ffffff;
}
.portfolio-item-text p {
  color: #ffffff;
}
#html5-watermark {
  display: none !important;
}
.portfolio-area .masonry-gallery .grid.wd-50percent {
  width: 50%;
}



/* 
=========== 08. Faq CSS ===========
*/
.faq-area {
  padding: 0 ;
}
.faq-area .my-title .bdr {
    margin: initial;
    margin-bottom: 20px;
}
.my-faq-accordion {
  position: relative;
}
.my-faq-accordion .card {
  border: none;
}
.my-faq-accordion .card .card-header {
  padding: 0;
  margin-bottom: 15px;
  border: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.my-faq-accordion .card .card-header h5 button {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 24px;
  padding: 13px 20px 13px 70px;
  position: relative;
  cursor: pointer;
  line-height: 30px;
  color: #1c1b42;
  font-weight: 600;
  color: #1c1b42;
  background: #F5F5F5;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.my-faq-accordion .card .card-header h5 button {
  
}
.my-faq-accordion .card .card-header h5 button:hover,
.my-faq-accordion .card .card-header h5 button:focus {
  text-decoration: none;
  box-shadow: none;
  outline: none;
}
.my-faq-accordion .card .card-body {
  position: relative;
  padding: 8px 20px 20px 20px;
  margin-bottom: 0;
  line-height: 1.8em;
  font-size: 16px;
  color: #1c1b42;
}
.my-faq-accordion .card .card-header button.btn-link {
  position: relative;
}
.my-faq-accordion .card .card-header button.btn-link:before { 
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 55px;
  height: 100%;
  background: #30336B;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}
.my-faq-accordion .card .card-header button.btn-link i {
  font-size: 35px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 10px;
  z-index: 1;
  transform: translateY(-50%);
}
.my-faq-accordion .card .card-header button.btn-link.collapsed i {
  -ms-transform: rotate(90deg); /* IE 9 */
  transform: rotate(90deg); /* Standard syntax */
}
.counter-col {
  text-align: center;
  margin-top: 10px;
}
.counter-col ul li {
  display: inline-block;
  width: 49.5%;
  background: #F5F5F5;
  min-height: 320px;
  position: relative;
  margin: 0;
  padding: 0;
  margin-top: -9px;
  margin-left: -4px;
}
.counter-col ul li:nth-child(2) {
  background: #EEEEEE;
}
.counter-col ul li:nth-child(3) {
  background: #EEEEEE;
}
.counter-col ul li span {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 0;
  text-align: center;
  transform: translateY(-50%);

}
.counter-col ul li span i {
  color: #30336b;
  font-size: 40px;
}
.counter-col ul li span h2 {
  font-size: 40px;
  line-height: 46px;
  color: #1cc1e0;
  margin-bottom: 10px;
  margin-top: 20px;
}
.counter-col ul li span h2 span {
  display: block;
}
.counter-col ul li span h4 {
  margin-bottom: 0;
}





/* 
=========== 09. Pricing CSS ===========
*/
.pricing-area {
  padding-top: 120px;
  padding-bottom: 90px;
}
.pricing-col {
  background: #F5F5F5;
}
.pricing-header {
  background: #30336B;
  padding: 70px 50px;
  border-bottom-right-radius: 150px;
}
.pricing-header {
  text-align: center;
  position: relative;
}
.pricing-header h2 {
  font-size: 40px;
  line-height: 46px;
  color: #ffffff;
  margin-bottom: 0;
}
.pricing-header h2 span {
  font-size: 16px;
  line-height: 28px;
  font-weight: normal;
}
.pricing-header h4 {
  font-size: 24px;
  line-height: 30px;
  color: #dddddd;
  -ms-transform: rotate(-90deg); /* IE 9 */
  transform: rotate(-90deg); /* Standard syntax */
  position: absolute;
  left: -50px;
  top: 50%;
  margin-top: -17px;
  margin-bottom: 0;
}
.pricing-content {
  padding: 30px 0;
  text-align: center;
}
.pricing-content ul li {
  background: #EEEEEE;
  padding: 18px 10px;
}
.pricing-content ul li:nth-child(2) {
  background: #F5F5F5;
}
.pricing-content ul li:nth-child(4) {
  background: #F5F5F5;
}
.pricing-content ul li:nth-child(6) {
  background: #F5F5F5;
}
.pricing-content .theme-btn {
  margin-top: 10px;
}
.middile-pricing {
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
  box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.5);
}
.middile-pricing .pricing-header {
  background: #1CC1E0;
}


/* Pricing Two CSS */
.pricing-two-area {
  padding: 120px 0 90px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pricing-two-col {
  text-align: center;
  background: #30336B;
  border-radius: 5px;
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.pricing-two-col:hover {
  -webkit-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 12px 20px 0px rgba(0,0,0,0.35);
  transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.pricing-two-header {
  background: #ffffff;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border: 2px solid #E866A5;
  padding: 22px 10px;
}
.pricing-two-header h4 {
  margin-bottom: 0;
}
.pricing-two-content {
  padding: 140px 25px 30px 25px;
  position: relative;
}
.pricing-two-content p {
  color: #ffffff;
  margin-bottom: 25px;
}
.pricing-two-content .theme-btn {
  background: #E866A5;
}
.pricing-two-content .theme-btn:hover {
  background: #ffffff;
  color: #444444;
}
.pricing-two-content h2 {
  color: #ffffff;
  margin: 0;
  position: absolute;
  right: 30px;
  top: 25px;
  z-index: 0;
}
.pricing-two-img {
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 0;
  width: 100px;
  height: 120px;
  background: #E866A6;
  border-radius: 0 0 50px 50px;
}
.pricing-two-img img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
/* Pricing Three CSS */
.pricing-three-area {
  padding-top: 110px;
}





/* 
=========== 10. Testimonial CSS ===========
*/
.testimonial-area {
  padding: 120px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.testimonial-col .owl-carousel .owl-item {
  padding: 8px 18px 42px 18px;
}
.testimonial-item {
  position: relative;
  text-align: center;
  background: #FFFFFF;
  padding: 30px 25px 55px 25px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
}
.testimonial-item i {
  position: absolute;
  left: 50%;
  top: 30px;
  z-index: 0;
  transform: translateX(-50%);
  font-size: 80px;
  color: #E5E5E5;
}
.testimonial-item p {
  font-style: italic;
  position: relative;
  z-index: 1;
  font-weight: 500;
}
.testimonial-item h4 {
  margin-bottom: 0;
  margin-top: 5px;
}
.testimonial-item .testimonial-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px solid #30336b;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  bottom: -40px;
  margin-left: -40px;
  z-index: 1;
}
.testimonial-col .owl-theme .owl-dots {
  width: 200px;
  height: 40px;
  margin: 0 auto;
  margin-top: 60px;
  padding-top: 5px;
  background: #ffffff;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  -moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.08);
  border-radius: 40px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 20px;
  background: #D1C9C9;
  margin-right: 10px;
  margin-left: 10px;
}
.testimonial-col .owl-theme .owl-dots .owl-dot.active span {
  background: #1CC1E0;
}

/* Testimonial Two CSS */
.testimonial-two-area {
  padding: 120px 0 110px;
}
.testimonial-item-two {
  background: #30336B;
  text-align: center;
  border-radius: 5px;
  padding: 50px 30px;
}
.testimonial-item-two .testimonial-two-img {
  margin-bottom: 15px;
}
.testimonial-item-two .testimonial-two-img img {
  width: 80px !important;
  height: 80px !important;
  margin: 0 auto;
  border-radius: 40% 60% 62% 38% / 72% 62% 38% 28%;
}
.testimonial-item-two h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.testimonial-item-two span {
  color: #ffffff;
}
.testimonial-item-two p {
  color: #ffffff;
  margin-top: 15px;
}
.testimonial-two-area .owl-theme .owl-nav {
  margin-top: 40px;
}
.testimonial-two-area .owl-theme .owl-dots .owl-dot span {
  width: 50px;
  height: 10px;
}
.testimonial-two-area .owl-theme .owl-dots .owl-dot.active span {
  background: #00B9FC;
  width: 200px;
  height: 10px;
}
/* Testimonial Three */
.testimonial-three-area {

}
.testimonial-three-area .testimonial-item-two {
  padding-left: 60px;
  padding-right: 60px;
}




/* 
=========== 11. Blog CSS ===========
*/
.blog-area {
  padding: 120px 0 90px;
}
.blog-col {
  margin-bottom: 30px;
}
.blog-img {
  position: relative;
  overflow: hidden;
}
.blog-img:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 0;
  background: rgb(28,193,224);
  background: -moz-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  background: linear-gradient(0deg, rgba(28,193,224,1) 0%, rgba(28,193,224,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1cc1e0",endColorstr="#1cc1e0",GradientType=1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img:before {
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-img img {
  position: relative;
  z-index: -1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col:hover .blog-img img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.blog-col-content {
  padding: 45px 30px 30px 30px;
  background-color: #F5F5F5;
}
.blog-info-bar {
  background-color: #FFFFFF;
  border-radius: 0 50px 50px 0;
  position: relative;
  max-height: 52px;
  padding: 15px 15px 15px 80px;
  margin-left: 20px;
  margin-bottom: 40px;
}
.blog-info-bar img {
  width: 80px !important;
  height: 80px !important;
  position: absolute;
  left: -20px;
  top: -10px;
  z-index: 0;
  border-radius: 50%;
  border: 3px solid #1CC1E0;
}
.blog-info-bar ul li {
  display: inline-block;
  margin-right: 15px;
}
.blog-info-bar ul li i {
  margin-right: 5px;
}
.blog-info-bar ul li a {
  color: #444444;
}
.blog-col-content h4 {
  margin-bottom: 15px;
}
.blog-col-content h4 a {
  color: #222222;
}
.blog-col-content .theme-btn {
  margin-top: 10px;
}
.blog-area .owl-theme .owl-nav [class*=owl-] {
  padding: 0;
  background-color: transparent;
  color: #30336B;
  font-size: 50px;
  margin: 0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-area .owl-theme .owl-nav [class*=owl-]:hover {
  color: #1cc1e0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.blog-inner-area {
  padding-top: 160px;
}

/* Blog Details Start */
.bolg-details-area {
  padding-top: 160px;
  padding-bottom: 90px;
}
.big-img img {
  border-radius: 5px;
}
.bolg-details-col .blog-info-bar {
  background: #f5f5f5;
  margin-top: 50px;
  max-width: 400px;
}
.heighlight-box {
  background: #f5f5f5;
  padding: 30px 20px 30px 200px;
  margin-left: 70px;
  margin-top: 110px;
  margin-bottom: 45px;
  border-radius: 5px;
  position: relative;
}
.heighlight-box img {
  border-radius: 5px;
  position: absolute;
  left: -70px;
  top: -65px;
  z-index: 0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.15);
}
.heighlight-box i {
  color: #d0cdcd;
  font-size: 40px;
}
.heighlight-box p {
  font-style: italic;
}
.tag-bar {
  padding: 15px 20px;
  border-radius: 5px;
  background: #f5f5f5;
  margin-top: 50px;
  margin-bottom: 50px;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  color: #1cc1e0;
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  bottom: -2px;
}
.tag-bar-col ul li a {
  color: #444444;
  position: relative;
}
.tag-bar-col ul li a i {
  color: #333333;
  font-size: 16px;
  position: relative;
  bottom: 0;
  margin-left: 8px;
}
.share-icons {
  text-align: right;
}
.comments-box h4 {
  margin-bottom: 30px;
}
.comments-box-item {
  position: relative;
  padding-left: 120px;
  margin-bottom: 40px;
  min-height: 100px;
}
.comments-box-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #1CC1E0;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.35);
}
.comments-box-item p strong {
  font-weight: bold;
}
.comments-box-item p a {
  float: right;
}
.comments-box-item p a i {
  font-size: 30px;
  color: #1cc1e0;
}
.comments-box-item span {
  color: #868585;
  font-size: 12px;
  font-style: italic;
}
.middle-comment {
  margin-left: 100px;
}
.comment-form-box {
  padding: 30px 30px;
  background: #F5F5F5;
  border-radius: 5px;
  margin-top: 30px;
}
.comment-form-box form .form-control {
  background: #D8D8E0;
  resize: none;
  height: 50px;
  border-radius: 5px;
}
.comment-form-box form textarea.form-control {
  height: 100%;
  min-height: 120px;
}

/* Sidebar CSS */
.bolg-sidebar-col {

}
.bolg-sidebar-box {
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 30px;
  overflow: hidden;
}
.bolg-sidebar-box h4 {
  padding: 12px 30px;
  background: #EEEEEE;
  margin-bottom: 0;
}
.search-box {
  padding: 30px 30px;
}
.search-box .input-group-text button {
  background: #1CC1E0;
  border-radius: 0;
  border: none;
  height: 48px;
  width: 58px;
}
.search-box .form-control {
  height: 50px;
  border-radius: 0;
  border: none;
}
.search-box .input-group-text button i {
  font-size: 24px;
}
.categories-box {
  padding: 30px 30px;
}
.categories-box ul li a {
  padding: 15px 0;
  padding-left: 20px;
  border-bottom: 1px solid #ffffff;
  display: block;
  color: #444444;
  position: relative;
}
.categories-box ul li a:hover {
  color: #1CC1E0;
}
.categories-box ul li a:before {
  content: "\eaca";
  font-family: IcoFont;
  font-size: 16px;
  color: #444444;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 0;
  transform: translateY(-50%);
}
.categories-box ul li a span {
  float: right;
}
.categories-box ul li:first-child a {
  padding-top: 0;
}
.categories-box ul li:first-child a:before {
  top: 14px;
}
.post-box {
  padding: 30px 30px;
}
.post-box ul li {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 30px;
}
.post-box ul li img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  color: #222222;
  font-weight: bold;
}
.post-box ul li span {
  color: #666666;
  display: block;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.tag-box {
  padding: 30px 30px;
  padding-bottom: 20px;
}
.tag-box ul li {
  min-height: 30px;
  border: 1px solid #dddddd;
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 3px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.tag-box ul li a {
  padding: 10px 10px;
  color: #444444;
}
.tag-box ul li:hover a {
  color: #ffffff;
}
.tag-box ul li:hover {
  background: #1CC1E0;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.advertisement {
  text-align: center;
}




/* 
=========== 12. Timetable CSS ===========
*/
.timetable-area {
  padding: 120px 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}
.timetable-col {
  background-color: #30336B;
  padding: 40px 30px;
}
.timetable-col h4 {
  color: #ffffff;
}
.timetable-col p {
  color: #ffffff;
  margin-bottom: 30px;
}
.timetable-col ul li {
  background-color: #383B78;
  margin-bottom: 20px;
  padding: 12px 20px;
  color: #ffffff;
}
.timetable-col ul li:last-child {
  margin-bottom: 0;
}
.timetable-col ul li span {
  float: right;
}
.timetable-footer {
  background-color: #383B78;
  padding: 30px 30px;
}
.timetable-footer h4 {
  margin-bottom: 0;
  color: #ffffff;
}
.timetable-footer span {
  color: #ffffff;
}
.jarallax {
    position: relative;
    z-index: 0;
}
.jarallax > .jarallax-img {
    position: absolute;
    object-fit: cover;
    /* support for plugin https://github.com/bfred-it/object-fit-images */
    font-family: 'object-fit: cover;';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}





/* 
=========== 13. Timetable CSS ===========
*/
.contact-area {
  padding: 120px 0 100px 0;
  background: transparent;
  margin-bottom: -70px;
  position: relative;
  z-index: 999;
  background-size: cover;
}
.contact-col {
  /*background-color: #F5F5F5;*/
  padding: 50px 30px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 60px 80px 0px rgba(0,0,0,0.15);
}
.contact-info-box {
  text-align: center;
  margin-bottom: 30px;
}
.contact-info-box i {
  width: 50px;
  height: 50px;
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  line-height: 50px;
  background-color: #115740 ;
  border-radius: 50%;
  margin-bottom: 15px;
}
.form-col .form-control {
  min-height: 48px !important;
  border: none;
}
#map {
  width: 100%;
  height: 470px;
}



/* 
=========== 14. Partners CSS ===========
*/
.partners-area {
  background: #F5F5F5;
  padding: 120px 0 110px;
}


/* 
=========== 15. Slider CSS ===========
*/
.main-slider-section {

}
.pogoSlider {
    height: 100vh;
    padding-bottom: 0 !important;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
  top: 50%;
  left: 0;
  position: relative;
  width: 80px;
  height: 70px;
  margin-top: 0;
  border: none;
  margin-bottom: -40px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev:before {
  content: "\ea93";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 99999;
  font-family: IcoFont;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  width: 80px;
  height: 70px;
  background: rgba(11, 232, 129, 0.4); 
  cursor: pointer;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next {
  margin-top: 0;
  right: 0;
  top: 50%;
  border: none;
  width: 80px;
  height: 70px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  transform: translateY(-50%);
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next:before {
  content: "\ea94";
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99999;
  font-family: IcoFont;
  font-size: 50px;
  line-height: 70px;
  color: #ffffff;
  width: 80px;
  height: 70px;
  background: rgba(11, 232, 129, 0.4); 
  cursor: pointer;
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.5);
}
.silder-elements {
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-para {
    color: #ffffff;
    font-size: 16px !important;
    margin-bottom: 35px !important;
    padding: 0 250px; 
}
.slider-main-title {
    font-size: 56px !important;
    line-height: 65px !important;
    color: #ffffff;
    margin-bottom: 30px;
}
.slider-main-title span {
    color: #ffa733;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    color: #ffffff;
    background: #0BE881;
    min-width: 180px;
    height: 55px;
    padding: 15px 10px 15px; 
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}




/* 
=========== 16. Practice CSS ===========
*/
.practice-area {
  padding: 120px 0 70px;
}
.practice-col {
  min-height: 120px;
  margin-bottom: 50px;
  position: relative;
  padding-left: 130px;
}
.icon-bdr {
  width: 118px;
  height: 118px;
  border-radius: 50%;
  border: 3px solid #c7b88f;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #f5f5f5;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 0;
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-icon i {
  color: #c7b88f;
  font-size: 50px;
  line-height: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .practice-icon {
  background: #c7b88f;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .practice-icon i {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.practice-col:hover .icon-bdr {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
  box-shadow: 0px 10px 15px 0px rgba(0,0,0,0.2);
}



/* 
=========== 17. Page Title CSS ===========
*/
.page-title-area {
  min-height: 405px;
  padding-top: 260px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.page-title-col {
  width: 570px;
  margin: 0 auto;
  margin-bottom: -50px;
  background: #ffffff;
  padding: 50px 20px;
  border-radius: 5px;
  text-align: center;
  -webkit-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
  box-shadow: 0px 12px 30px 0px rgba(0,0,0,0.15);
}
.page-title-col ul li {
  display: inline-block;
}
.page-title-col ul li a {
  color: #444444;
}


/* --------------------------
footer
-------------------------- */

footer {
	background:url(../images/footer-bg.jpg) no-repeat;
	padding: 40px 0 40px 0;
	z-index: -101;
/*position: fixed;*/
bottom: 0px;
	width: 100%;
}

.address-text > p, .phone-text > p, .email-text > p {
	font-size: 18px;
	margin-bottom: 10px;
}
.address-text > p > span, .phone-text > p > span, .email-text > p > span {
	color: #105e2f;
	font-weight: 600;
}
.footer-contact-area .line-shape {
	margin-left: 0;
}
.footer-contact-area .heading-text > p {
	margin-top: 50px;
}
.footer-contact-area .heading-text {
	margin-bottom: 50px;
}
.form-control {
	height: auto;
	font-size: 16px;
}
#name {
	padding: 10px 10px;
	border-radius: 0px;
}
#email {
	padding: 10px 10px;
	border-radius: 0px;
}
#message {
	border-radius: 0px;
	padding: 10px 10px;
}
.btn.submit-btn {
	background: #105e2f;
	height: 48px;
	min-width: 185px;
	color: #ffffff;
	font-weight: 500;
	border-radius: 5px ;
	font-size: 16px;
}
.btn.submit-btn:hover {
	background: #ea5933;
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.footer-contact-area {
	background: #f5f9fc;
}
.footer-text > p {
	margin-bottom: 50px;
}
/* --------------------------
footer
-------------------------- */
.copyright-text p {
	color:#fff;
}
.footer-text > h2 {
	color: #5b32b4;
	font-size: 72px;
	font-weight: 700;
}
.footer-social-icon > a > i {
	background: #eeb93a;
	font-size: 14px;
	color: #103607;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-weight: 500;
	/*border-radius: 10px 10px 10px 0px;*/
	border-top-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: 10px;
}
.footer-social-icon > a > i:hover {
	background: #115740 ;
	color: #fff;
	-webkit-transition-duration: 500ms;
	-o-transition-duration: 500ms;
	transition-duration: 500ms;
}
.social-icon {
	margin-bottom: 30px;
}
.footer-text {
	margin-bottom: 15px;
}
.footer-menu ul li {
	display: inline-block;
	margin-top: 25px;
}
.footer-menu ul li a {
	border-right: 2px solid #ccc;
	display: block;
	padding: 0 7.5px;
	color: #fff;
}
.footer-social-icon > a .active {
	background: #7cb944;
}
.footer-menu ul li:last-child a {
	border-right: 0 solid #ddd;
}
/*.footer-social-icon {
	margin-bottom: 30px;
}*/
.footer-menu {
	margin-bottom: 15px;
}
.copyright-text > p {
	margin-bottom: 0;
}

/* 
=========== 18. Footer CSS ===========
*/


/*.mb-30 {
  margin-bottom: 30px;
}*/
.mb-30 {
  margin-bottom: 100px;
}
.pb-90 {
  padding-bottom: 90px;
}


/* 
=========== 19. Demo CSS ===========
*/
.main-demo-heading {
    padding: 120px 0;
    background: #f3f3f3;
}
.main-demo-heading.over-layer-black:before {
    background: rgba(0,0,0,0.5);
}
.main-demo-heading h1 {
    font-size: 50px;
    margin-bottom: 0;
}
.main-demo-heading h2 {
    color: #f1f1f1;
    letter-spacing: 1px;
    margin-bottom: 50px;
}
.buy-btn {
    background: #00A4EF;
    color: #ffffff;
    border: 1px solid #00A4EF;
    padding: 10px 40px;
    border-radius: 0;
    text-transform: capitalize;
}
.buy-btn:hover {
    background: #00A4EF;
    color: #ffffff;
    border-color: #00A4EF;
}





/* Live Preview CSS */
.live-preview-area {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 100px;
}
.live-preview-area h2 {
  margin-bottom: 50px;
}
.live-preview-area h3 {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 60px;
}
.live-preview-area h3 a {
    color: #111111;
}
.live-preview-area h3 a:hover {
    color: #00A4EF;
}
.demo-box {
    margin-bottom: 40px;
    position: relative;
    height: 330px;
    overflow: hidden;
    -webkit-box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    box-shadow: 0px 20px 45px rgba(0,0,0,0.3);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover {
    box-shadow: none;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box img {
  width: 100%;
}
.demo-over-layer {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-box:hover .demo-over-layer {
    bottom: 0;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer h4 a {
    position: absolute;
    color: #ffffff;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -10px;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.demo-over-layer h4 a:hover {
    color: #05C3E2;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.more-demo-link p {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #dddddd;
    display: inline-block;
}
.coming-soon-text {
    font-size: 36px;
    line-height: 42px;
    background: #f5f5f5;
    padding: 50px 20px;
}



@media (max-width:768px) {
	.form-control{
		    margin-bottom: 6px !important;
		    margin-top: 2px !important;
	}
	
.welcome h2::after {
    /*background: url(../images/Separator.png) no-repeat scroll;*/
    bottom: auto;
    content: "";
  left: 52px!important;
    position: absolute;
    top: 17px!important;
    height: 60px;
    width: 60px;

}
	
.about-area {
  padding: 20px 0 50px;
}
}


@media (max-width:320px) {
	.form-control{
		    margin-bottom: 6px !important;
		    margin-top: 2px !important;
	}
	
.welcome h2::after {
    /*background: url(../images/Separator.png) no-repeat scroll;*/
    bottom: auto;
    content: "";
  left: 75px!important;
    position: absolute;
    top: 0px!important;
    height: 60px;
    width: 60px;

}
.about-area {
  padding: 40px 0 50px;
}
}


.input-bg {
	background-color: #fbf6e3;
}