:root {
  --nsure: #1e2159;
  --nsurelight: #5569c3;

  --clr1: #1b87c8;
  --clr2: #4babe7;
  --clr3: #8fcbf0;
}

.clr1{
  color: var(--clr1);
}

::-webkit-scrollbar-track {
  -box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #fff;
  background-image: -webkit-gradient(
    linear,
    40% 0%,
    75% 84%,
    from(var(--clr1)),
    to(var(--clr1)),
    color-stop(0.6, var(--clr2))
  );
}
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body 
{
  font-family: "Poppins", sans-serif;
  color: #444444;
}
a 
{
  color: #01A3D4;
  text-decoration: none;
}
a:hover 
{
  color: #01A3D4;
  text-decoration: none;
}
p
{
  font-size: 16px;
}
h1, h2, h3, h4, h5, h6
{
   font-family: "Open Sans", 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 #01A3D4;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 0.5s linear infinite;
  animation: animate-preloader 0.5s 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: 4px;
  background: #01A3D4;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #01c3fe;
  color: #fff;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #01a3d4;
  height: 40px;
  font-size: 16px;
  transition: all 0.5s;
  color: #fff;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  color: #fff;
  transition: 0.3s;
  font-family: "Open Sans", sans-serif;
}

#topbar .contact-info a:hover {
  text-decoration: underline;
}

#topbar .contact-info i {
  padding-right: 4px;
  margin-left: 15px;
}

#topbar .contact-info i:first-child {
  margin-left: 0;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.6);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.header-scrolled {
  padding: 0px;
}


#header .logo {
  font-size: 40px;
  margin: 0;  
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.8px;
  font-family: "Open Sans", sans-serif;
}

#header .logo a {
  color: var(--nsure);
}

#header .logo a span {
  color: #106eea;
}

#header .logo img {
  height: 80px;
}


@media (max-width: 992px) {
  #header {
    padding: 15px;
    top: 0;
  }
  #header .logo {
    font-size: 28px;
  }
}
@media (max-width: 575.98px) {
  #header {
    padding: 5px;
  }
  #header .logo {
    font-size: 28px;
  }
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
/* .nav-menu ul { */
  /* margin: 0; */
  /* padding: 0px 0px; */
  /* list-style: none; */
/* } */

/* .nav-menu > ul { */
  /* display: flex; */
/* } */

/* .nav-menu > ul > li { */
  /* position: relative; */
  /* white-space: nowrap; */
  /* padding: 10px 0 10px 28px; */
/* } */

/* .nav-menu a { */
  /* display: block; */
  /* position: relative; */
  /* color: #222222; */
  /* transition: 0.3s; */
  /* font-size: 17px; */
  /* font-weight: 600; */
  /* padding: 0 3px; */
  /* font-family: "Baloo 2"; */
/* } */

/* .nav-menu > ul > li > a:before { */
  /* content: ""; */
  /* position: absolute; */
  /* width: 100%; */
  /* height: 2px; */
  /* bottom: -5px; */
  /* left: 0; */
  /* background-color: #01a3d4; */
  /* visibility: hidden; */
  /* width: 0px; */
  /* transition: all 0.3s ease-in-out 0s; */
/* } */

/* .nav-menu a:hover:before, .nav-menu li:hover > a:before, .nav-menu .active > a:before { */
  /* visibility: visible; */
  /* width: 100%; */
/* } */

/* .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a { */
  /* color: #1bc9fe; */
/* } */

.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: 10px 0 10px 5px;
}

.nav-menu a {
  display: block;
  position: relative;
  color: #222222;
  transition: 0.3s;
  font-size: 15px;
  font-weight: 700;
  padding: 2px 10px;
  font-family: "Open Sans", sans-serif;
  border-left: 2px solid var(--clr1);
}

.nav-menu a:hover {
  color: #fff;
}

.nav-menu > ul > li > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0px;
  left: 0;
  background-color: var(--clr1);
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
  z-index: -1;
  border-radius: 5px 5px 5px 5px;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .active > a:before {
  visibility: visible;
  width: 100%;
}

.nav-menu a:hover,
.nav-menu .active > a,
.nav-menu li:hover > a {
  color: #fff;
}


.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: 26px;
  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: #062b5b;
}

.nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
  color: #106eea;
}

.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";
  }
}

/* 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;
}

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

.mobile-nav a {
  display: block;
  position: relative;
  color: #222222;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #1bc9fe;
  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;
}
.logo
{
  animation: logo 5s ease-out infinite normal;
}
@keyframes logo
{
  0% {
      transform: scale(1,1);
  }
  50% {
      transform: scale(1.1,1.1);
  }
  100% {
      transform: scale(1,1);
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  /* background: var(--clr1); */
  height: calc(100vh - 60px);
  top: 60px;
  /* margin-top:-0.04em; */
}

.intro {
  height: calc(100vh - 60px);
  position: relative;
  color: #ffffff;
  z-index: 1;
  overflow: hidden;
}

.swiper-pagination {
  bottom: 20px;
  z-index: 3;
  width: 100%;
}
.swiper_1 {
  background: url(https://1.bp.blogspot.com/-bro_fLIKsUo/YGRu7JnLtZI/AAAAAAAAACY/8ntZn6apzO0obBOcKXAnMrHlJ7EM7HFpgCNcBGAsYHQ/s2250/slide-1.png) center top;
}
.swiper_2 {
  background: url(https://1.bp.blogspot.com/-SauIXQN2pFM/YGRwg0DAndI/AAAAAAAAAD0/7IrJnRcUbg41susvGCHyjAQrs6TbL1ZHQCNcBGAsYHQ/s2250/slide-2.jpg) center top;
}
.swiper_4 {
  background: url(https://1.bp.blogspot.com/-LEUuJUhOReo/YGVKoiyI7TI/AAAAAAAAAEk/hGSacACshGw5S1MfOCB_HLHqV8OyHsKkgCNcBGAsYHQ/s0/slide-4.png) center top;
}
.swiper_5 {
  background: url(https://1.bp.blogspot.com/-74gd5ME4QMs/YGVMQ8DUBeI/AAAAAAAAAEs/bjx4EiubNaswqGG9teCr65Eoz952NowBwCNcBGAsYHQ/s0/slide-5.jpg) center top;
}
.swiper_5a {
  background: url(https://1.bp.blogspot.com/-sAXgKYaSgog/YGVMxg7nM-I/AAAAAAAAAE0/_1NIdWLi4tQPek-8HKMnhQgplyrbklscQCNcBGAsYHQ/s0/slide-5a.jpg) center top;
}
.swiper_6 {
  background: url(https://1.bp.blogspot.com/-l2bMybDOUUU/YGVNVYNq-QI/AAAAAAAAAE8/Hnf4r3dR0e4fjk30Pguf5SI1fG48kIymACNcBGAsYHQ/s0/slide-6.jpg) center top;
}
.swiper_6a {
  background: url(https://1.bp.blogspot.com/-pDU72FVzlnE/YGRu-bxX79I/AAAAAAAAADA/qQSD_Qj5VnkU_0VZGMMNNmhDJHm0OckhwCNcBGAsYHQ/s2048/slide-6a.jpg) center top;
}
.swiper_6b {
  background: url(https://1.bp.blogspot.com/-sWBffPV_c-Y/YGRu-kNK52I/AAAAAAAAADE/RldvA-XNoUI_CyFzqai1OjIwiePOwqVswCNcBGAsYHQ/s2250/slide-6b.jpg) center top;
}
.swiper_8 {
  background: url(https://1.bp.blogspot.com/-tRTIT4p8baw/YGR1nmyiJKI/AAAAAAAAAEM/Vjzb2rTbeQUoSldwAhXqWzDwLbUyyNKaACNcBGAsYHQ/s2250/slide-8.jpg) center top;
}
.swiper_9 {
  background: url(https://1.bp.blogspot.com/-s5Quz4TvPYI/YGVN8_fK5OI/AAAAAAAAAFE/Qvv1laEs2CorxkESjH0jmprhUqUHXwALQCNcBGAsYHQ/s0/slide-9.jpg) center top;
}
.swiper_10 {
  background: url(https://1.bp.blogspot.com/-fo8G-A3igzw/YGRu7dqeTEI/AAAAAAAAACg/POpjnCLJcmAPNTfwI7oZWHaCVB89PN33QCNcBGAsYHQ/s2250/slide-10.jpg) center top;
}
.swiper_11 {
  background: url(https://1.bp.blogspot.com/-9IhsAoXfgSY/YGRu7LGNauI/AAAAAAAAACc/fD6ppgMSONoVoXoiDu8OFjc5-3PLislzQCNcBGAsYHQ/s2048/slide-11.jpg) center top;
}
.swiper_12 {
  background: url(https://1.bp.blogspot.com/-ZIHXc3n8vak/YGR14DHCLZI/AAAAAAAAAEY/x4a3R5TP0hAvBTVgyMJXG0my8BMvXyL2wCNcBGAsYHQ/s2250/slide-12.jpg) center top;
}
.swiper_13 {
  background: url(https://1.bp.blogspot.com/-Lxwj_r_QJQE/YGVOcogaqdI/AAAAAAAAAFM/p3sFypnZd94YIfYxbqpbNhXuqv862rAfQCNcBGAsYHQ/s0/slide-13.jpg) center top;
}

.swiper-slide {
  background-size: 100% calc(100vh - 60px);
}

.swiper-pagination .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  background-color: #ffffff;
  border-radius: 5px;
  opacity: 1;
  transition: 0.3s;
  margin-left: 4px;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--clr1);
  width: 50px;
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet:focus {
  outline: 0;
}

.intro .intro-item {
  padding-top: 2rem;
}

.intro .carousel-item-a {
  position: relative;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
  width: 100%;
}

.table-cell {
  float: right;
}

.intro .intro-body {
  padding-left: 1rem;
}

@media (min-width: 768px) {
  .intro .intro-body {
    padding-left: 2rem;
    line-height: 50%;
  }
  .table-cell {
    margin-right: 10px;
  }
}
@media (max-width: 575.98px) {
  .intro .intro-body {
    padding-left: 0;   
  }
  .intro-subtitle {
    margin-top: -10px;
  }
}


.intro .intro-body .price-a {
  color: #ffffff;
  padding: 1rem 1.5rem;
  border: 2px solid var(--clr1);
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  font-size: 0.8rem;
}

.intro .spacial {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  color: #ffffff;
}

.intro .intro-title-top {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 1rem;
  font-weight: bold;
  color: #ffffff;
  /* letter-spacing: 0.05em; */
  white-space: nowrap;
  z-index: '1';
}

.intro .intro-title {
  color: #ffffff;
  font-weight: 700;
  font-size: 2rem;
  text-transform: uppercase;
  white-space: nowrap;
  z-index: '1';
}

.intro .intro-subtitle {
  font-size: 1rem;
  font-weight: 1rem;
  white-space: nowrap;
}

.slider_style
{
  background: rgba(28, 23, 21, 0.7);
  border-radius:15px 15px 15px 15px;
  font-weight: 2rem;
}

.intro .intro-subtitle.intro-price {
  font-size: 1.2rem;
  
}

.hero-waves {
  display: block;
  width: 100%;
  height: 70px;
  position: absolute;
  margin-top: -70px;
  z-index: 1;
  opacity: 0.4;
}

@media (max-width: 1439.98px) {
 
  .hero-waves {
    height: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 575.98px) {
  .hero {
    height: 40vh;
    top: 60px;
	margin-top:-10px;
  }
  .intro {
    height: 40vh;
  }
  .swiper-pagination {
    bottom: 0px;
  }
  .hero-waves {
    height: 30px;
    margin-top: -30px;
  }
  .swiper-slide {
    background-size: 125% 40vh;
  }
  .intro .intro-title-top {    
    font-size: 1rem;
  }
  .intro .intro-subtitle {
    font-size: 0.7rem;   
  }  
  .slider_style
  {
    height: 50px;
  }












  /* .intro-title-top
  {
    height: 5vh;
  }
  .intro-subtitle .slider_font
  {
    height: 1vh;
  } */
  
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}




/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 10px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f6f9fe;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;  
}

.section-title h2 {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #106eea;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #106eea;
}

.section-title p {
  margin: 10px auto 0 auto;
  font-weight: 400;
 
}

.line_left {
  content: "";
  width: 30px;
  height: 4px;
  background: #3498db;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.line_right {
  content: "";
  width: 30px;
  height: 4px;
  background: #3498db;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}


@media (max-width: 575.98px) {
  .line_right {
    visibility: hidden;
  }
  .line_left {
    visibility: hidden;
  }
}


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

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

.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: 16px;
}

.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;
  }
}

/*--------------------------------------------------------------
# Featured Services
--------------------------------------------------------------*/

/* .featured-services */
/* { */
  /* font-family: "Open Sans", sans-serif; */
  
/* } */
/* .services-bg { */
  /* background-color: #f6f9fe; */
/* } */
/* .featured-services .icon-box { */
  /* padding: 10px; */
  /* position: relative; */
  /* overflow: hidden; */
  /* background: #fff; */
  /* box-shadow: 0 0 29px 0 rgba(68, 88, 144, 0.12); */
  /* transition: all 0.3s ease-in-out; */
  /* border-radius: 8px; */
  /* z-index: 1; */
/* } */

/* .featured-services .icon-box::before { */
  /* content: ''; */
  /* position: absolute; */
  /* background: #cbe0fb; */
  /* right: 0; */
  /* left: 0; */
  /* bottom: 0; */
  /* top: 100%; */
  /* transition: all 0.3s; */
  /* z-index: -1; */
/* } */

/* .featured-services .icon-box:hover::before { */
  /* background: #01A3D4; */
  /* top: 0; */
  /* border-radius: 0px; */
/* } */

/* .featured-services .icon { */
  /* margin-bottom: 15px; */
/* } */

/* .featured-services .icon i { */
  /* font-size: 48px; */
  /* line-height: 1; */
  /* color: #01A3D4; */
  /* transition: all 0.3s ease-in-out; */
/* } */

/* .featured-services .title { */
  /* font-weight: 700; */
  /* margin-bottom: 15px; */
  /* font-size: 18px; */
/* } */

/* .featured-services .title a { */
  /* color: #111; */
/* } */

/* .featured-services .description { */
  /* font-size: 19px; */
  /* line-height: 28px; */
  /* margin-bottom: 0; */
/* } */

/* .featured-services .icon-box:hover .title a, .featured-services .icon-box:hover .description { */
  /* color: #fff; */
/* } */

/* .featured-services .icon-box:hover .icon i { */
  /* color: #fff; */
/* } */


/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features .feature-box {
  padding: 24px 20px;
  box-shadow: 0px 0 30px rgba(1, 41, 112, 0.08);
  transition: 0.3s;
  height: 100%;
}

.features .feature-box h3 {
  font-size: 18px;
  color: #012970;
  font-weight: 700;
  margin: 0;
}

.features .feature-box i {
  line-height: 0;
  background: #ecf3ff;
  padding: 4px;
  margin-right: 10px;
  font-size: 24px;
  border-radius: 3px;
  transition: 0.3s;
}

.features .feature-box:hover i {
  background: #4154f1;
  color: #fff;
}

.features .feture-tabs {
  margin-top: 120px;
}

.features .feture-tabs h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .features .feture-tabs h3 {
    font-size: 28px;
  }
}

.features .feture-tabs .nav-pills {
  border-bottom: 1px solid #eee;
}

.features .feture-tabs .nav-link {
  background: none;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  color: #012970;
  padding: 12px 0;
  margin-right: 25px;
  margin-bottom: -2px;
  border-radius: 0;
}

.features .feture-tabs .nav-link.active {
  color: #4154f1;
  border-bottom: 3px solid #4154f1;
}

.features .feture-tabs .tab-content h4 {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  color: #012970;
}

.features .feture-tabs .tab-content i {
  font-size: 24px;
  line-height: 0;
  margin-right: 8px;
  color: #4154f1;
}

.features .feature-icons {
  margin-top: 120px;
}

.features .feature-icons h3 {
  color: #012970;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  text-align: center;
}

@media (max-width: 768px) {
  .features .feature-icons h3 {
    font-size: 28px;
  }
}

.features .feature-icons .content .icon-box {
  display: flex;
}

.features .feature-icons .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
  color: #012970;
}

.features .feature-icons .content .icon-box i {
  font-size: 44px;
  line-height: 44px;
  color: #0245bc;
  margin-right: 15px;
}

.features .feature-icons .content .icon-box p {
  font-size: 15px;
  color: #848484;
}





/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 
{
  font-weight: 600;
  font-size: 20px;
  color : #01A3D4;
}

.about  ul li:first-child
{
  margin-top: 10px;
}
.about  p:last-child 
{
  margin-bottom: 0;
}
.about  .vision span
{
  font-size: 25px; 
}
.about  .vision  h3 i
{
  color: #01a3d4;
}
.about  .vision i
{
  color: #01a3d4;
}
.fa-ul
{
  line-height: 200%;
}
.line_b
{
  content: '';
  width: 30px;
  height: 4px;
  background: #01a3d4;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}

/* .about .content .vision ul span
{
  color: #00A8EF;
  font-size: 25px; 
}
.about .content .mission ul span
{
  color: #00A8EF;
  font-size: 18px; 
  width: 100px;
  margin-left: 0px;
  text-align: left;
}
.about .content .mission ul p
{
  margin-left: 75px;
} */



/*--------------------------------------------------------------
# Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 60px;
  display: block;
  background: none;
  border-radius: 0;
}

.skills .progress .skill {
  padding: 0;
  margin: 0 0 6px 0;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #222222;
}

.skills .progress .skill .val {
  float: right;
  font-style: normal;
}

.skills .progress-bar-wrap {
  background: #e2eefd;
  height: 10px;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: .9s;
  background-color: #106eea;
}

/*--------------------------------------------------------------
# Counts
--------------------------------------------------------------*/
.counts {
  padding: 30px 0 10px 5px;;
}

.counts .count-box {
  padding: 30px 30px 25px 30px;
  border-radius: 15px 15px 15px 15px;
  width: 100%;
  position: relative;
  text-align: center;
  background: #f1f6fe;
}

.counts .count-box i {
  position: absolute;
  top: -28px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  background: #01A3D4;
  padding: 12px;
  color: #fff;
  border-radius: 50px;
  border: 5px solid #fff;
}

.counts .count-box span {
  font-size: 36px;
  display: block;
  font-weight: 600;
  color: #062b5b;
}

.counts .count-box p {
  padding: 0;
  margin: 0;
  
  font-size: 16px;
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients .owl-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.clients .owl-item img {
  opacity: 0.9;
  transition: 0.3s;
  /* -webkit-filter: grayscale(100);
  filter: grayscale(100); */
}

.clients .owl-item img:hover {
  opacity: 1;
  -webkit-filter: none;
  filter: none;
}

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

.clients .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 5px;
  background-color: #88b8f7 !important;
}

.clients .owl-dot.active
{
  background-color: #106EEA !important;
}

.clients img:hover
{
  transform: scale(1.05);
}
/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services {
  padding-bottom: 30px;
}

.services .icon-box {
  margin-bottom: 20px;
  text-align: center;
}

.services .icon {
  display: flex;
  justify-content: center;
}

.services .icon i {
  width: 80px;
  height: 80px;
  margin-bottom: 20px;
  background: #fff;
  border-radius: 50%;
  transition: 0.5s;
  color: #01A3D4;
  font-size: 40px;
  overflow: hidden;
  padding-top: 20px;
  box-shadow: 0px 0 25px rgba(0, 0, 0, 0.15);
}

.services .icon-box:hover .icon i {
  box-shadow: 0px 0 30px rgba(66, 139, 202, 0.5);
}

.services .title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 18px;
  position: relative;
  padding-bottom: 15px;
}

.services .title a {
  color: #444;
  transition: 0.3s;
}

.services .title a:hover {
  color: #428bca;
}

.services .title::after {
  content: '';
  position: absolute;
  display: block;
  width: 50px;
  height: 2px;
  background: #428bca;
  bottom: 0;
  left: calc(50% - 25px);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials {
  padding: 10px 0;
  background: url("../img/hero-bg.jpg") no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}

.testimonials::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(41, 38, 38, 0.7);
}

.testimonials .section-header {
  margin-bottom: 0px;
}

.testimonials .testimonial-item {
  text-align: center;
  color: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 70%;
  height: 100%;
  max-height: 400px;
  border-radius: 5px;
  border: 6px solid rgba(255, 255, 255, 0.15);
  margin: 0 auto;
}

.testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #fff;
}

.testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #ddd;
  margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left, .testimonials .testimonial-item .quote-icon-right {
  color: rgba(255, 255, 255, 0.4);
  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 {
  font-style: italic;
  margin: 0 auto 15px auto;
  color: #eee;
}

.testimonials .owl-nav, .testimonials .owl-dots {
  
  text-align: center;
}

.testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 50px;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.4) !important;
}

.testimonials .owl-dot.active {
  background-color: #01A3D4 !important;
}

@media (min-width: 1024px) {
  .testimonials {
    background-attachment: fixed;
  }
}

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

/*-------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
  margin-bottom: 30px;
}

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

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

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

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

.portfolio .portfolio-wrap {
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}

.portfolio .portfolio-wrap img {
  transition: 0.3s;
  height:300px;
  width:100%;
}

.portfolio .portfolio-wrap .portfolio-info {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 0;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.3s;
  text-align: center;
  background: rgba(31, 53, 72, 0.6);
  padding-bottom: 30px;
}

.portfolio .portfolio-wrap .portfolio-info h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
}

.portfolio .portfolio-wrap .portfolio-info p {
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
}

.portfolio .portfolio-wrap .portfolio-info a {
  color: #428bca;
  margin: 0 4px;
  font-size: 18px;
  line-height: 1;
  background-color: #fff;
  padding-top: 7px;
  border-radius: 50px;
  text-align: center;
  width: 36px;
  height: 35px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-wrap .portfolio-info a:hover {
  background: #428bca;
  color: #fff;
}

.portfolio .portfolio-wrap:hover {
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
}

.portfolio .portfolio-wrap:hover .portfolio-info {
  opacity: 1;
  padding-bottom: 0;
}

.portfolio .portfolio-wrap:hover img {
  transform: scale(1.1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
  padding: 60px 0;
}

.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(16, 110, 234, 0.15);
}

.team .member .member-img {
  position: relative;
  overflow: hidden;
}

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 30px;
  right: 0;
  opacity: 0;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: #222222;
  margin: 0 3px;
  padding-top: 7px;
  border-radius: 4px;
  width: 36px;
  height: 36px;
  background: rgba(16, 110, 234, 0.8);
  display: inline-block;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.team .member .social a:hover {
  background: #01a3d4;
}

.team .member .social i {
  font-size: 18px;
}

.team .member .member-info {
  padding: 25px 15px;
}

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: #222222;
}

.team .member .member-info span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  color: #aaaaaa;
}

.team .member .member-info p {
  font-style: italic;
  font-size: 14px;
  line-height: 26px;
  color: #777777;
}

.team .member:hover .social {
  opacity: 1;
  bottom: 15px;
}
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  border-radius: 15px 15px 15px 15px;
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.3);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #01a3d4;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #b3d1fa;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.4);
  padding: 30px;
}

.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 .form-group {
  margin-bottom: 20px;
  border-radius: 15px 15px 15px 15px;
}

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

.contact .php-email-form input:focus, .contact .php-email-form textarea:focus {
  border-color: #01a3d4;
}

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

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

.contact .php-email-form button[type="submit"] {
  background: #01a3d4;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #01a3d4;
}

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

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

/*--------------------------------------------------------------
# Padding
--------------------------------------------------------------*/
.curve_style
{
  border-radius: 15px 15px 15px 15px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #fff;
  padding: 0 0 10px 0;
  color: #444444;
  font-size: 14px;
  background: #f1f6fe;
}



#footer .footer-newsletter form input[type="submit"]:hover {
  background: #0d58ba;
}

#footer .footer-top {
  padding: 20px 0 0px 0;
  background: #F1F6FE;
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #5a5d61;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#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: #01A3D4;
  font-size: 13px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

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

#footer .footer-top .footer-links ul a {
  color: #777777;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #01A3D4;
}

#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #01A3D4;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #01A3D4;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  text-align: center;
  float: left;
  
}

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

@media (max-width: 768px) {
  #footer .copyright, #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}


/* --------------------------------------------------------------- custom css ----------------------------------------------------------------- */
.line_left
{
  content: '';
  width: 30px;
  height: 4px;
  background: #01a3d4;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}
.line_right
{
  content: '';
  width: 30px;
  height: 4px;
  background: #01a3d4;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 4px;
  border-radius: 3px;
}

.right-bar
{
  border-right: 5px solid #01a3d4;
}

.full_width
{
  width:100%;
}

.parajustify
{
  text-align: justify;
}
.handcursor
{
	cursor: pointer;
}
.image_align
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-primary
{
  background: #01A3D4;
  border-color:#01A3D4
}
.btn-primary:hover {
  background: #019ccb;
  border-color:#019ccb
}
.centered {
  text-align: center;
}

.logo_scroll
{
	/* margin-left:10px; */
	padding: 20px;
}



