@font-face {
  font-family: 'barlowregular';
  src: url('../fonts/barlow-regular-webfont.woff2') format('woff2'),
       url('../fonts/barlow-regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
body{
	font-family: 'barlowregular', Arial, Helvetica, sans-serif;
	font-weight:400;
	font-size:16px;
}

a{color:#212223;}
/*--------------------------------------------------------------
# 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 #106eea;
  border-top-color: #e2eefd;
  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);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #106eea;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a, #topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  border-bottom: 3px solid #106eea;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 70px;
}

#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.8px;
  font-family: "Poppins", sans-serif;
}

#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  max-height: 40px;
}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  /*! margin: 0; */
  /*! padding: 0; */
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar ul li {
  white-space: nowrap;
  margin: 10px 0 10px 10px;
}

 .navbar ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 16px;
  font-weight: 400;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar a i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
} 

.navbar ul li:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #106eea;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar li:hover:before, .navbar li:hover:before, .navbar li.active:before {
  visibility: visible;
  width: 100%;
}

.navbar li a:hover, .navbar li.active, .navbar li:hover a {
  color: #106eea;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none !important;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.fa {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block !important;
  }
  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile > ul > li {
  padding: 0;
}

.navbar-mobile a:hover:before, .navbar-mobile li:hover > a:before, .navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #106eea;
}

.navbar-mobile .getstarted {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #106eea;
}

.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/* 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: #222222;
}

.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;
  height:380px;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px!important;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #106eea;
  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(9, 9, 9, 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: 100vh;
  background: url("../images/banner-home1.jpg") top left;
  background-size: cover;
  position: relative;
  background-position: 0% 50%;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  position: relative;
  top:-10px;
}
#hero img {
 position:absolute;
 top:-170px;
 left:0;
 width:400px;
 -webkit-animation:a-three 5s linear infinite;
 -moz-animation:a-three 5s linear infinite;
 animation:a-three 5s linear infinite;
/* z-index:-1*/
}
@-webkit-keyframes a-three {
 0% {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
 50% {
  -webkit-transform:translateY(35px);
  transform:translateY(35px)
 }
 to {
  -webkit-transform:translate(0);
  transform:translate(0)
 }
}
@-moz-keyframes a-three {
 0% {
  -webkit-transform:translate(0);
  -moz-transform:translate(0);
  transform:translate(0)
 }
 50% {
  -webkit-transform:translateY(35px);
  -moz-transform:translateY(35px);
  transform:translateY(35px)
 }
 to {
  -webkit-transform:translate(0);
  -moz-transform:translate(0);
  transform:translate(0)
 }
}
@keyframes a-three {
 0% {
  -webkit-transform:translate(0);
  -moz-transform:translate(0);
  transform:translate(0)
 }
 50% {
  -webkit-transform:translateY(35px);
  -moz-transform:translateY(35px);
  transform:translateY(35px)
 }
 to {
  -webkit-transform:translate(0);
  -moz-transform:translate(0);
  transform:translate(0)
 }
}

#hero h1 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56px;
  color: #fff;
  /*text-transform:uppercase;*/
  max-width: 600px;
  margin-left:0;
}
#hero p{
	max-width: 575px;
	color:#c2e1f6;
}

#hero .btn-get-started {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 15px 28px;
  border-radius: 30px;
  transition: 0.5s;
  color: #fff;
  background: #106eea;
}

#hero .btn-get-started:hover {
  background: #247cf0;
}

#hero .btn-watch-video {
  font-size: 16px;
  transition: 0.5s;
  margin-left: 25px;
  color: #222222;
  font-weight: 600;
  display: flex;
  align-items: center;
}

#hero .btn-watch-video i {
  color: #106eea;
  font-size: 32px;
  transition: 0.3s;
  line-height: 0;
  margin-right: 8px;
}

#hero .btn-watch-video:hover {
  color: #106eea;
}

#hero .btn-watch-video:hover i {
  color: #3b8af2;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    height: 50vh;
  }
  #hero h1 {
    font-size: 25px;
    line-height: 30px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
  #hero .btn-get-started, #hero .btn-watch-video {
    font-size: 13px;
  }
  .search{margin-top: 20px !important;}
}

@media (max-height: 500px) {
  #hero {
    height: 120vh;
  }
}
.form-group{
	margin:4px 0;
}
.form-control{
	background-color: #fff;
}
.search{
	background:#fff;
	padding:20px 30px;
	border-radius:40px;
	margin-top:50px;
	box-shadow: 0 0 1rem rgba(0,0,0,.15);
}
.search-bar .form-group {
 position:relative;
 margin-bottom:0
}
.search-bar .form-group:after {
 display:block;
 width:1px;
 height:60%;
 content:"";
 background:#ddd;
 position:absolute;
 top:20%;
 right:0;
 
}
.search-bar .form-group.no-divider:after,
.search-bar .form-group:last-of-type:after {
 display:none
}
.search-bar .form-control {
 height:-moz-calc(1.5em + 1rem + 2px);
 height:calc(1.5em + 1rem + 2px);
}
.bsi {
    position: absolute;
    right: 20px;
    font-size: 20px !important;
    color: #6a6a6a;
    padding: 2px;
    border-radius: 0 10px 10px 0;
}

.section{
	padding: 40px 0;
	text-align:center;
}
.section h1{
	position:relative;
	text-align:center;
	font-size:230%;
	padding:15px;
	font-weight:500;
}
.section h1 span{
	font-weight:600;
}
.section h1::after{
	position: absolute;
	content: "";
	height: 6px;
	background-color: #3893ee;
	width: 14%;
	top: 70px;
	left: 43%;
}
.section p{
	font-size:120%;
	text-align:center;
	color:#444;
}
.section h2{
	font-size:150%;
	font-weight:500;
	color:#333;
	padding-top:5px;
}
#about{
	width: 100%;
	/*height: 75vh;*/
	background: url("../images/pattern.jpg") top left;
	background-size: cover;
	background-attachment:fixed;
	position: relative;
	color:#fff;
}

#about p{
	color:#fff;
	text-align:left;
	font-size:90%;
	margin-bottom: 0px;
}
#about h1{
	text-align:left;
	padding-left:0;
}
#about h1::after{
	content:normal;
}
#about h2{
	color:#fff;
	text-align:left;
	font-weight:400;
	font-size:150%;
}
#about h3{
	font-size:115%;
	font-weight:400;
	text-align:left;
}
#about i{
	font-size:80%;
	color:#fff;
	padding:0 10px;
}
#why{
	position: relative;
}
#why .img{
	width:80%;
}
#why h4{
	font-weight:500;
	font-size:110%;
}
#why p{
	font-weight:300;
	font-size:90%;
	margin-bottom: 5px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
#features{
	width: 100%;
	background: url("../images/banner-features1.jpg") top left;
	background-size: cover;
	background-attachment:fixed;
	position: relative;
}
#features h3{
	font-size:215%;
	font-weight:600;
	padding-top:20px;
}

#features .box{
	background-color:rgba(255,255,255,.8);
	width:48%;
	margin:1%;
	padding:15px;
}

.box i{
	font-size:50px;
	color:#48a0f8;
	font-weight:400;
}
.box h3{
	font-size:150% !important;
	font-weight:300;
	padding-top:0 !important;
}
.box p{
	font-size:100%;
}
.bordetop{
	border-top:10px solid #3d97f1;
	width:50%;
}
.bordeleft{
	border-left:10px solid #3d97f1;
	width:50%;
}
.borderight{
	border-right:10px solid #3d97f1;
	width:50%;
}
.bordebottom{
	border-bottom:10px solid #3d97f1;
	width:50%;
}
.blog{
	text-align:left;
	font-size:90%;
	
}
.blog .box{
	box-shadow: 0 1.5rem 4rem rgba(22,28,45,.05) !important;
	background:#f3f3f3;
	padding:20px;
}
.blog .content{
	background:#fff;
	padding:20px;
}
.blog i{
	font-size: 15px;
	color: #3893ee;
	position: inherit;
}

.blog p{
	text-align:left;
	font-size:90%;
}
.blog h1{
	padding-bottom:40px;}

.form-select {
	display: block;
	width: 100%;
	padding: .375rem 2.25rem .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
	background-position: right .75rem center;
	background-size: 16px 12px;
	border: 1px solid #ced4da;
	-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
}
.form-select {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}
.footer{
	background:#333c49;
	padding:20px 0;
	color:#dae1ec;
}
.footer h2{
	font-size:150%;
	color:#fff;
	font-weight:300;
	text-transform:uppercase;
	padding-top:10px;
}
.footer ul{
	font-size:100%;
	padding-left: 20px;
}
.footer ul li{
	list-style:none;
}
.footer li a{
	color:#dae1ec;
	font-size:90%;
	line-height:30px;
	text-decoration:none;
	transition: 0.3s;
}
.footer li a:hover{
	color:#3893ee;
}
.social a{
	font-size:140%;
	padding-right: 15px;
	color:#969da8 !important;
	transition: 0.3s;
}
.social a:hover{
	color:#3893ee !important;
}


.sigma_service {
    display: block;
    background-color: #fff;
    border: 2px solid #eee;
    padding: 40px;
	font-size:80%;
    transition: .3s;
    margin-bottom: 30px;
    color: var(--primary);
    position: relative;
}
.sigma_service h5{    color: #212223;
  font-size: 15px;
  font-weight: bold;
  line-height: 21px;
}
.sigma_service p {
	text-align:left;
}
/*.sigma_service-sec.style-16{
  padding: 50px 0 70px;
}*/

.sigma_service.style-16{
  text-align: left !important;
  padding: 30px 20px 20px;
  /*margin-bottom: 65px;*/
}

.sigma_service.style-16:hover{
  background-color: #a0d3ff;
  transform: none;
}

.sigma_service.style-16 .sigma_service-thumb{
  width: 80px;
  height: 80px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgba(0,0,0,.06);
  margin: -70px 0 26px;
  background-color: #fff;
}

.sigma_service.style-16 .sigma_service-thumb i{
  font-size: 44px;
  color: #3893ee;
}

.sigma_service.style-16 .sigma_service-body .btn-link{
  font-size: 0;
  font-weight: 600;
  margin-top: 12px;
}
.sigma_service.style-16 .sigma_service-body .btn-link i{
  /*font-size: 26px;*/
  margin-left: 0;
}
.sigma_service.style-16 .sigma_service-body .btn-link i:a{
	color: #000;
}

.sigma_service.style-16:hover .sigma_service-body .btn-link{
  font-size: 16px;
}
.sigma_service.style-16:hover .sigma_service-body .btn-link i{
  margin-left: 12px;
}
.sigma_service .btn-link {
    transition: 0.3s;
}

.member{
    margin-bottom: 20px;
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
    box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}
.member .member-img {
    position: relative;
    overflow: hidden;
}
.member .member-info {
    padding: 25px 15px;
}
.member .member-info h4 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    color: #222222;
}
.member-info span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #aaaaaa;
}

#content {
  position:relative;
  /*width:360px;*/
  /*height:270px;*/
  align-items: center;
  justify-content: center;
  }
#content:before, 
#content:after, 
#content>:last-child:before, 
#content>:last-child:after {
    position: absolute;
    width: 50px; 
    height: 80px;
    border-color: #dee2e7; 
    border-style: solid;
    content: ' ';
}
 
#content:before {
    top: 10px;
    left: 10px;
    border-width: 11px 0 0 11px
}
 
#content:after {
    top: 10px;
    right: 10px;
    border-width: 11px 11px 0 0
}
 
#content>:last-child:before {
    bottom: 10px;
    right: 10px;     
    border-width: 0 11px 11px 0
}
 
#content>:last-child:after {
    bottom: 10px;
    left: 10px;
    border-width: 0 0 11px 11px
}

.btn-home{
    color: #fff;
    background-color: #40d753;
    border-color: #40d753;
}
.btn-home:hover {
    color: #fff;
    background-color: #38bd49;
    border-color: #38bd49;
}

.pages {
  width: 100%;
  height: 123px;
  background: url("../images/pages-banner.jpg") top left;
  background-size: cover;
  position: relative;
  background-position: 0% 50%;
}

.pages:before {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

.pages h1{
	color:#fff;
	text-align:center;
}
.font100{
	font-size:100% !important;
}

.font90{
	font-size:95% !important;
}
.font80{
	font-size:85% !important;
}
.basecolor{
	color:#3893ee !important;
}
.service_page {
    display: block;
    background-color: #fff;
    border: 2px solid #eee;
    padding: 30px 20px 20px;
    text-align: left !important;
    font-size:90%;
    transition: .3s;
    margin-bottom: 30px;
    color: var(--primary);
    position: relative;
}
.service_page h5{
	color:#212223;
	text-align:center !important;
}
.service_page p {
	text-align:center;
}
.service_page .thumb{
  width: 120px;
  height: 120px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 3px 16px rgba(0,0,0,.06);
  margin: -63px 473px 20px;
  background-color: #fff;
}
.thumb i{
  font-size: 80px;
  color: #3893ee;
}
.service_page .treat{
	width:22%;
	margin:1.5%;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding:10px;
	background: #dcf0f3;
	padding:15px 12px;
}
.treat h3{
	font-size:120%;
	font-weight:500;
	text-align:center;
	color:#555;
	padding-bottom:5px;
}
.treat img{
	alignment-adjust:central;
}

.contact{
	font-size:94%;
	font-weight:400;
}
.contact-wrap{
	background:#FFF;
	text-align:left;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.fa-calendar-alt {
    position: absolute;
    color: #3893ee;
    right: 20px;
    top: 45px;
}

/*#pages .container {
  position: relative;
  top:-10px;
}*/

@media all and (max-width:767px){
	.mpl-0{padding-left:0 !important;}
	.mp-0{padding:0 !important;}
	.section{padding: 20px 0;}
	.section h1{font-size: 180%;}
	.section h1::after{top: 49px;}
	.section p{font-size: 100%;}
	#about h2 {font-size: 140%; line-height: 38px;}
	#about p{font-size: 76%;}
	#about h3 { font-size: 82%;}
	#about i { padding: 0 5px;}
	#features h3 {font-size: 150%;}
	.sigma_service.style-16 .sigma_service-thumb {margin: -70px 0 15px;}
	.sigma_service.style-16 { padding: 30px 20px 0px;}
	.service_page .thumb{margin: -63px 123px 20px; width: 100px;height: 100px;}
	.thumb i {font-size: 60px;}
	.service_page .treat{width: 47%;}
}