/*--------------------------------------------------------------
# General
----------------.heroContent----------------------------------------------*/
/* Font Declaration Start */
@font-face {.heroContent
    font-family: 'Barlow-Bold';
    src: url(../fonts/Barlow-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Barlow-Bold.ttf) format('truetype')
}
@font-face {
    font-family: 'Barlow-Light';
    src: url(../fonts/Barlow-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Barlow-Light.ttf) format('truetype')
}
@font-face {
    font-family: 'Barlow-Medium';
    src: url(../fonts/Barlow-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Barlow-Medium.ttf) format('truetype')
}
@font-face {
    font-family: 'Barlow-Regular';
    src: url(../fonts/Barlow-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/Barlow-Regular.ttf) format('truetype')
}

@font-face {
    font-family: 'Teko-Bold';
    src: url(../fonts/Teko-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/Teko-Bold.ttf) format('truetype')
}
@font-face {
    font-family: 'Teko-Light';
    src: url(../fonts/Teko-Light.eot?#iefix) format('embedded-opentype'), url(../fonts/Teko-Light.ttf) format('truetype')
}
@font-face {
    font-family: 'Teko-Medium';
    src: url(../fonts/Teko-Medium.eot?#iefix) format('embedded-opentype'), url(../fonts/Teko-Medium.ttf) format('truetype')
}
/* Font Declaration End */


body {
  font-family: "Barlow-Regular", sans-serif;
  color: #444444;
}

a {
  color: #1977cc;
}

a:hover {
  color: #3291e6;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Barlow-Bold", sans-serif;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#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 #1977cc;
  border-top-color: #d1e6f9;
  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);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background: #1977cc;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #1c84e3;
  color: #fff;
}

.datepicker-dropdown {
  padding: 20px !important;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #2b2376;
  height: 47px;
  font-size: 14px;
  transition: all 0.5s;
  border-bottom: 1px solid #39308d;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #9189db;
  transition: 0.3s;
  font-size:14px;
  font-family: "Barlow-Regular", sans-serif;
}

#topbar .contact-info a:hover {
  color: #9189db;
}

#topbar .contact-info i {
  color: #9189db;
  padding-right: 4px;
  margin-left: 15px;
}
#topbar .contact-info span{
	color: #9189db;	
	font-size:14px;
	font-family: "Barlow-Regular", sans-serif;
}
#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: #9189db;
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
  font-size:14px;
}

#topbar .social-links a:hover {
  color: #9189db;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #2b2376;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0;
  top: 40px;
  box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1);
}

#header.header-scrolled {
  top: 0;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  width:240px;
}

@media (max-width: 992px) {
  #header {
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
	#header .logo img {
	  width:135px;
	}

}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 8px 0 8px 20px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #ffffff;
  transition: 0.3s;
  font-size: 16px;
  font-family: "Barlow-Regular", sans-serif;
  padding: 5px 2px;
  /* border-bottom: 2px solid #ffffff; */
}

.nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
  color: #ff5f13;
  border-color: #ff5f13;
}

.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 20px;
  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: 0.3s;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
  min-width: 180px;
  position: relative;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: none;
  color: #082744;
  border: none;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #1977cc;
}

.nav-menu .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\eaa0";
  font-family: IcoFont;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Get Startet Button */
.appointment-btn,.appointment-btn:hover {
  margin-left: 25px;
  background: #ff5f13;
  color: #fff;
  border-radius: 5px;
  padding: 12px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 16px;
  display: inline-block;
  font-family: "Barlow-Regular", sans-serif;
}

@media (max-width: 768px) {
  .appointment-btn,.appointment-btn:hover {
    margin: 0 48px 0 0;
    padding: 6px 14px;
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #2c4964;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
  font-size:20px;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1977cc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\ea99";
  font-family: IcoFont;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\eaa1";
}

.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-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(28, 47, 65, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 90vh;
  background: url("../img/SK/Banner_Img.jpg") top center;
  background-size: cover;
  position: relative;
  border-bottom: 6px solid rgba(43, 35, 118, 5);
}
section#hero{
    padding:0;
}
#hero .container {
  position: relative;
}

#hero h1 {
  text-align:center;	
  margin: 0;
  font-size: 68px;
  font-weight: Bold;
  line-height: 50px;
  color: #fff;
  font-family: "Teko-Bold", sans-serif;
}

#hero h2 {
  text-align:center;	
  font-weight: 700;	
  color: #fff;
  margin: 10px 0 0 0;
  font-size: 30px;
  font-family: "Teko-Bold", sans-serif;
}
#hero h2 span{
  color: #ff5f13;
  font-size: 30px;
}
.heroContent{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 40px;
    background: rgba(8, 11, 55, 0.5);
    width: 70%;
    margin: 0 auto;
    border-radius: 10px;
    padding: 25px;
}
#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 35px;
  margin-top: 30px;
  border-radius: 50px;
  transition: 0.5s;
  color: #fff;
  background: #1977cc;
}

#hero .btn-get-started:hover {
  background: #3291e6;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 992px) {
  #hero {
    margin-bottom: 0;
    height: 90vh;
  }
  #hero .container {
    padding-bottom: 63px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0px;
  }
  #hero h2 span{
	font-size: 18px;
    line-height: 24px;  
  }
}

@media all and (max-width:767px) {
  #hero {
    /*height: auto;*/
  }
  #hero .container{
	  padding-bottom:5px;
  }
  .heroContent{
	  width:90%;
	   margin: 200px auto 0 auto;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 75px 0;
  overflow: hidden;
}

#appointment {
    width: 100%;
    height: auto;
    background: url(../img/SK/Quote-BG.jpg) top center;
    background-size: cover;
    position: relative;
    margin:75px 0;
}
.section-title {
  padding-bottom: 22px;
}
.icon-boxes{padding-right: 3rem!important;}
.section-title h2 {
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0px;
  padding-bottom: 20px;
  position: relative;
  color: #2b2376;
  font-family:"Teko-Bold",sans-serif;
}

.section-title h2::before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(221, 221, 221, 0.5);
  bottom: 1px;
  left: 0;
}

.section-title h2::after {
  content: '';
  position: absolute;
  display: block;
  width: 100px;
  height: 4px;
  background: #ff5f13;
  bottom: 0;
  left: 0;
}

.section-title p {
  font-size:26px;
  font-weight:bold;
  color:#ff5f13;  
  margin-top: 70px;
  margin-bottom:0;
  font-family:"Teko-Bold",sans-serif;
}

@media all and (max-width:767px) {
	#appointment{
		height:auto;
		margin:0;
	}
	.section-title p{
	     font-size:22px;
	     margin-top: 30px;
	}
	section {
      padding: 35px 0;
    }
	
}
/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f1f7fd;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 63px;
  }
}

.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;
  }
  .section-title h2{
	font-size:30px;
	margin-bottom: 10px;
    padding-bottom: 12px;
  }
  .section-title {
		padding-bottom: 20px;
	}
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us .content {
  padding: 30px;
  background: #1977cc;
  border-radius: 4px;
  color: #fff;
}

.why-us .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.why-us .content p {
  margin-bottom: 30px;
}

.why-us .content .more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.2);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.why-us .content .more-btn i {
  font-size: 14px;
}

.why-us .content .more-btn:hover {
  color: #1977cc;
  background: #fff;
}

.why-us .icon-boxes .icon-box {
  text-align: center;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  width: 100%;
}

.why-us .icon-boxes .icon-box i {
  font-size: 40px;
  color: #1977cc;
  margin-bottom: 30px;
}

.why-us .icon-boxes .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 30px 0;
}

.why-us .icon-boxes .icon-box p {
  font-size: 15px;
  color: #848484;
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .icon-boxes h4 {
  font-size: 18px;
  color: #4b7dab;
  margin-bottom: 15px;
}

.about .icon-boxes h3 {
  font-size: 26px;
  font-weight: bold;
  color: #ff5f13;
  margin-bottom: 15px;
  font-family:"Teko-Bold",sans-serif;
}
.about .icon-boxes p{
	font-size:15px;
	color:#000000;
	font-family:"Barlow-Regular",sans-serif;
}

.about .icon-box {
  margin-top: 40px;
}

.about .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about .icon-box .icon i {
  color: #1977cc;
  font-size: 32px;
}

.about .icon-box:hover .icon {
  background: #1977cc;
  border-color: #1977cc;
}

.about .icon-box:hover .icon i {
  color: #fff;
}

.about .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;
}

.about .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
}

.about .icon-box .title a:hover {
  color: #1977cc;
}

.about .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about .video-box {
  background: url("../img/SK/AboutUs-Img.jpg") center center no-repeat;
  background-size: cover;
  min-height: 500px;
  margin-left:-15px;
}

.about .play-btn {
  width: 94px;
  height: 94px;
  background: radial-gradient(#1977cc 50%, rgba(25, 119, 204, 0.4) 52%);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: calc(50% - 47px);
  top: calc(50% - 47px);
  overflow: hidden;
}

.about .play-btn::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 100;
  transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.about .play-btn::before {
  content: '';
  position: absolute;
  width: 120px;
  height: 120px;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation: pulsate-btn 2s;
  animation: pulsate-btn 2s;
  -webkit-animation-direction: forwards;
  animation-direction: forwards;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: steps;
  animation-timing-function: steps;
  opacity: 1;
  border-radius: 50%;
  border: 5px solid rgba(25, 119, 204, 0.7);
  top: -15%;
  left: -15%;
  background: rgba(198, 16, 0, 0);
}

.about .play-btn:hover::after {
  border-left: 15px solid #1977cc;
  transform: scale(20);
}

.about .play-btn:hover::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-40%) translateY(-50%);
  width: 0;
  height: 0;
  border: none;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  z-index: 200;
  -webkit-animation: none;
  animation: none;
  border-radius: 0;
}

@-webkit-keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@keyframes pulsate-btn {
  0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/

span.circleDot {
    height: 12px;
    width: 12px;
    background-color: #ff5f13;
    border-radius: 50%;
    display: block;
    border: 2px solid #6f62e9;
    text-align: center;
    margin: 40px auto;
}


span.circleDot::before {
    content: '';
    position: absolute;
    top: 125px;
    left: 132px;
    width: 276px;
    height: 2px;
    background: #6f62e9;
}
span.circleDot.circleDotNoBorder::before{
     content: none;
}

#counts {
  width: 100%;
  height: 570px;
  background: url("../img/SK/Client-BG.jpg") top center;
  background-size: cover;
  position: relative;
  margin:75px 0;
}
section#counts{
	padding:145px 0; 
}
/* .counts { */
  /* background: #f1f7fd; */
  /* padding: 70px 0 60px; */
/* } */

.counts .count-box {
  padding: 80px 30px 0px 30px;
  width: 100%;
  position: relative;
  text-align: center;
  /* background: #fff; */
}

.counts .count-box img {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  padding: 12px;
  color: #fff;
}

.counts .count-box span {
  font-size: 70px;
  line-height:70px;
  font-family:"Teko-Bold",sans-serif;
  /* display: block; */
  font-weight: bold;
  color: #fff;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  font-family: "Barlow-Regular", sans-serif;
  font-size: 20px;
  color:#c5bfff;
}

@media all and (max-width:767px) {
	#counts{
		height:auto;
		margin:0px;
	}
	.about .video-box{
	    margin-left:0px;
	}
	span.circleDot::before {
	    content:none;
	}
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
  border: 1px solid #d5e1ed;
  padding: 80px 20px;
  transition: all ease-in-out 0.3s;
}

.services .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
}

.services .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}
.services .icon img{
  width:100%;
}

.services .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.services .icon-box h4 a {
  color: #2c4964;
}

.services .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.services .icon-box:hover {
  background: #1977cc;
  border-color: #1977cc;
}

.services .icon-box:hover .icon {
  background: #fff;
}

.services .icon-box:hover .icon i {
  color: #1977cc;
}

.services .icon-box:hover .icon::before {
  background: #3291e6;
}

.services .icon-box:hover h4 a, .services .icon-box:hover p {
  color: #fff;
}
.services .icon-box1 h4{
	font-size: 25px;
    font-weight: bold;
	margin-bottom:15px;
    color: #2b2376;
	font-family:"Teko-Bold",sans-serif;
}
.services .icon-box1 p{
	font-size: 15px;
    color: #000000;
	font-family:"Barlow-Regular",sans-serif;
}
.services .icon{
	margin-bottom:10px;
}
/*--------------------------------------------------------------
# Appointments
--------------------------------------------------------------*/
.appointment .php-email-form {
  width: 100%;
}
label.bootLabel {
    position: absolute;
    top: -8px;
    left: 15px;
    padding: 0 8px;
    background-color: #fff;
    font-size: 12px;
    line-height: 17px;
    color: #797a86;
}
.appointment .php-email-form .form-group {
  padding-bottom: 8px;
  margin-bottom:10px;
}

.appointment .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 0px 0;
  font-weight: 400;
  font-size: 13px;
}

.appointment .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .error-message br + br {
  margin-top: 25px;
}

.appointment .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.appointment .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.appointment .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;
}

.appointment .php-email-form input, .appointment .php-email-form textarea, .appointment .php-email-form select {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
  padding: 10px !important;
}

.appointment .php-email-form input:focus, .appointment .php-email-form textarea:focus, .appointment .php-email-form select:focus {
  border-color: #1977cc;
}

.appointment .php-email-form11 input, .appointment .php-email-form11 select {
  height: 49px;
}

.appointment .php-email-form textarea {
  padding: 10px 12px;
}

.appointment #getQuoteEmail{
  background: #ff5f13;
  border: 0;
  outline:0;
  height:70px;
  width:100%;
  padding: 12px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 5px;
  outline:0;
  margin-top:12px;
}
.appointment #getQuoteEmail:focus{
    box-shadow:none;
}

.appointment .php-email-form button[type="submit"]:hover {
  background: #ff5f13;
}
.getQuoteForm{
	background:#fff;
	padding:50px 60px;
}

.getQuoteForm .section-title p{ margin-top: 30px;}
/*--------------------------------------------------------------
# ourNetworks
--------------------------------------------------------------*/
.ourNetworks {
  overflow: hidden;
}
.ourNetworksImg {
    text-align:center;
}
.ourNetworks .nav-tabs {
  border: 0;
}

.ourNetworks .nav-link {
  border: 0;
  padding: 12px 15px 12px 0;
  transition: 0.3s;
  color: #2c4964;
  border-radius: 0;
  border-right: 2px solid #ebf1f6;
  font-weight: 600;
  font-size: 15px;
}

.ourNetworks .nav-link:hover {
  color: #1977cc;
}

.ourNetworks .nav-link.active {
  color: #1977cc;
  border-color: #1977cc;
}

.ourNetworks .tab-pane.active {
  -webkit-animation: fadeIn 0.5s ease-out;
  animation: fadeIn 0.5s ease-out;
}

.ourNetworks .details h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #2c4964;
}

.ourNetworks .details p {
  color: #777777;
}

.ourNetworks .details p:last-child {
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .ourNetworks .nav-link {
    border: 0;
    padding: 15px;
  }
  .ourNetworks .nav-link.active {
    color: #fff;
    background: #1977cc;
  }
  .getQuoteForm{
      padding:30px;
  }
  .appointment #getQuoteEmail{
      height:50px;
  }
}

/*--------------------------------------------------------------
# ourSpeciality
--------------------------------------------------------------*/
.ourSpeciality {
  background: #fff;
}
#ourSpeciality {
  width: 100%;
  height: auto;
  background: url("../img/SK/Ourspeciality-BG.jpg") top center;
  background-size: cover;
  position: relative;
  margin: 75px 0;
}
section.ourSpeciality{
	padding:110px 0;
}
.ourSpeciality .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(44, 73, 100, 0.08);
  padding: 30px;
  background:#fff;
}

.ourSpeciality .member .pic {
  overflow: hidden;
  width: 180px;
  border-radius: 50%;
}
.ourSpeciality .icon img{
	width:100%;
}

/* .ourSpeciality .member .pic img { */
  /* transition: ease-in-out 0.3s; */
/* } */

/* .ourSpeciality .member:hover img { */
  /* transform: scale(1.1); */
/* } */

.ourSpeciality .member .member-info {
  padding-left: 30px;
}

.ourSpeciality .member h4 {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #2b2376;
    font-family: "Teko-Bold",sans-serif;
}

.ourSpeciality .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.ourSpeciality .member span::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #b2c8dd;
  bottom: 0;
  left: 0;
}

.ourSpeciality .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.ourSpeciality .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.ourSpeciality .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #a0bcd5;
}

.ourSpeciality .member .social a i {
  color: #fff;
  font-size: 16px;
  margin: 0 2px;
}

.ourSpeciality .member .social a:hover {
  background: #1977cc;
}

.ourSpeciality .member .social a + a {
  margin-left: 8px;
}
.ourSpeciality .section-title h2{
	color:#fff;
}

@media all and (max-width:767px) {
  #ourSpeciality {
    height: auto;
    margin:0px;
  }
  .ourSpeciality .member{
	  margin-bottom:25px;
  }
}

/*--------------------------------------------------------------
# Frequently Asked Questions
--------------------------------------------------------------*/
.faq .faq-list {
  padding: 0 100px;
}

.faq .faq-list ul {
  padding: 0;
  list-style: none;
}

.faq .faq-list li + li {
  margin-top: 15px;
}

.faq .faq-list li {
  padding: 20px;
  background: #fff;
  border-radius: 4px;
  position: relative;
}

.faq .faq-list a {
  display: block;
  position: relative;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  padding: 0 30px;
  outline: none;
}

.faq .faq-list .icon-help {
  font-size: 24px;
  position: absolute;
  right: 0;
  left: 20px;
  color: #76b5ee;
}

.faq .faq-list .icon-show, .faq .faq-list .icon-close {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 0;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list a.collapsed {
  color: #343a40;
}

.faq .faq-list a.collapsed:hover {
  color: #1977cc;
}

.faq .faq-list a.collapsed .icon-show {
  display: inline-block;
}

.faq .faq-list a.collapsed .icon-close {
  display: none;
}

@media (max-width: 1200px) {
  .faq .faq-list {
    padding: 0;
  }
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 30px 30px;
  margin: 60px;
  min-height: 200px;
  box-shadow:none;
  position: relative;
  background: #fff;
  text-align:center;
}

.testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 4rem;
  border: 6px solid #fff;
  position: absolute;
  top: -55px;
  left:45%;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: #badaf7;
  font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
}

.testimonials .testimonial-item p {
  color:#8b8a8a;
  font-size:15px;
  font-family:"Barlow-Italic",sans-serif;
  font-style: italic;
  margin: 45px auto 15px auto;
}

.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 !important;
  outline:0;
}

.testimonials .owl-dot.active {
  background-color: #ff5f13 !important;
}
.testimonials .testimonials-carousel{
	position:relative;
}

.testimonials .testimonials-carousel .owl-prev,
.testimonials .testimonials-carousel .owl-next{
	position:absolute;
	top:50%;	
	outline:0;
}

.testimonials .testimonials-carousel .owl-prev span,
.testimonials .testimonials-carousel .owl-next span{
	height: 35px;
    width: 34px;
    background-color: lightgray !important;
    border-radius: 50%;
    display: inline-block;
	outline:0;
	font-size:20px;
	line-height:33px;
}
.testimonials .testimonials-carousel .owl-prev{
	left:0;
}
.testimonials .testimonials-carousel .owl-next{
	right:0;
}

@media (max-width: 767px) {
  .testimonials .testimonial-item .testimonial-img {
	width: 100%;
   }
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }
  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}



/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info {
  width: 100%;
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: #1977cc;
  float: left;
  width: 44px;
  height: 44px;
  background: #d6e9fa;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #2c4964;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #4b7dab;
}

.contact .info .email, .contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
  background: #1977cc;
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.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 {
  height: 44px;
}

.contact .php-email-form textarea {
  padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
  background: #1977cc;
  border: 0;
  padding: 10px 35px;
  color: #fff;
  transition: 0.4s;
  border-radius: 50px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #1c84e3;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #2b2376;
}
#footer .social-links a {
    color: #9189db;
    padding-left: 15px;
    display: inline-block;
    line-height: 1px;
    transition: 0.3s;
    font-size: 14px;
}
#footer .footer-top {
  color: #fff;	
  padding: 95px 0 80px 0;
  background: #2b2376;
 border-bottom:1px solid #463ca4;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h4 {
  font-size: 22px;
  margin: 0 0 30px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: normal;
  font-family:"Barlow-Regular",sans-serif;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
  text-transform: uppercase;
  min-height:40px;
}

#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 i {
  padding-right: 2px;
  color: #1c84e3;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size:16px;
  font-family:"Barlow-Regular",sans-serif;
  color:#9189db;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-size:16px;
  font-family:"Barlow-Regular",sans-serif;
  color:#9189db;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
}
.footer-newsletter img{
	margin-left:15px;
	margin-bottom:15px;
}
#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}
footer-newsletter img{
	width:220px;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
  text-align: left;
  border: 1px solid #bfdcf7;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #1977cc;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #1c84e3;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #444444;
}

#footer .contact-info i {
    color: #9189db;
    padding-right: 4px;
}

#footer .contact-info span {
    color: #9189db;
    font-size: 14px;
    font-family: "Barlow-Regular", sans-serif;
}
#footer .contact-info i {
    color: #9189db;
    padding-right: 4px;
    margin-left: 15px;
}

#footer .contact-info a {
    line-height: 1;
    color: #9189db;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Barlow-Regular", sans-serif;
}
.WorkingHours p{
	font-size:15px;
	color:#9189db;
	font-size:"Barlow-Regular",sans-serif;
}
.copyright{
	font-size:16px;
	color:#9189db;
	font-size:"Barlow-Regular",sans-serif;
}
.WorkingHours p.time{
	color:#fff;
}
.locationAddressWrapper{
	position:relative;
}
.locationAddress{
	position: absolute;
    top: 90px;
    left: 40px;
	max-width: 320px;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 2px 12px rgba(43, 35, 118, 0.7);
}
.locationAddress h3{
	font-size: 30px;
    font-weight: bold;
    margin-bottom: 0px;
    padding-bottom: 15px;
    position: relative;
    color: #2b2376;
    font-family: "Teko-Bold",sans-serif;
}
.locationAddress p{
	font-size:16px;
}

.locationAddress img{
	margin-right:10px;
	margin-top: 5px;
	float: left;
}
.locationAddress span{
    display: inline-block;
    width: 90%;
}
@media all and (max-width:767px) {
  .locationAddress{
    position: initial;
    max-width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  } 
  .locationAddress h3 {
    font-size: 22px;
  }
}
#footer .footer-newsletter{
    padding-left: 120px;
}
.col-lg-3.col-md-6.footer-links.WorkingHours {
    padding-left: 80px;
}
@media all and (max-width:1024px) {
#footer .footer-newsletter{
    padding-left: 0px;
}
.col-lg-3.col-md-6.footer-links.WorkingHours {
    padding-left: 0px;
}
}
@media all and (max-width:767px) {
  .col-lg-3.col-md-6.footer-links.WorkingHours {
        padding-left: 15px;
    }  
}