/*------------------------------------------------------
Table of content
--------------------------------------------------------
1.General Styles
2.Preloader page
3.Navigation
4.Hero
5.About
6.Features
7.Testimonials
8.Footer 


 
/*----------------------------------------
General Styles
----------------------------------------*/

body {
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  line-height: 26px;
  overflow-x: hidden;
  color:#616695;
	background:#3b4364;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Barlow', sans-serif;
  margin-bottom: 10px;
  line-height: 24px;
  font-weight: 700;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  display: block;
}

h1 {
  font-size: 38px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

a {
	color:#fff;
  text-decoration: none;
  transition: all 0.4s ease;
}

a:hover {
  color: #c98989;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

ul {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-weight: 300;
}

hr.hr {
  margin: 50px 0;
  opacity: 0.75;
}

.row-centered {
  text-align: center;
  position: relative;
  width: 100%;
}

.col-centered {
  display: inline-block;
  float: none;
  text-align: center;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #222;
}

.warpper {
  width: 100%;
  height: 100%;
}

.bg-color {
  background-color: #f8f9f9;
}

 
.bg-color-2 {
  background-color: rgba(205, 255, 254, 0.39);
}
.bg-color4{
  background-color: rgba(246, 248, 249, 0.82);
}
.font-20{
  font-size: 20px;
  line-height: 32px;
}
.font-20{
  font-size: 18px;
  line-height: 26px;
}
.bg-1{
  background-color: #00CDED;
}
 
/*-------margins padding--------*/

.mg-tp-20 {
  margin-top: 20px;
}

.mg-tp-30 {
  margin-top: 30px;
}

.mg-tp-40 {
  margin-top: 40px;
}

.mg-tp-80 {
  margin-top: 80px;
}

.mg-bt-0 {
  margin-bottom: 0!important;
}

.mg-bt-20 {
  margin-bottom: 20px;
}

.mg-bt-30 {
  margin-bottom: 30px;
}

.mg-bt-40 {
  margin-bottom: 40px;
}

.mg-bt-60 {
  margin-bottom: 60px!important;
}

.mg-tp-60 {
  margin-top: 60px;
}

.pd-bt-40 {
  padding-bottom: 40px;
}

.pd-bt-60 {
  padding-bottom: 60px;
}

.pd-bt-80 {
  padding-bottom: 80px;
}

.pd-tp-20 {
  padding-top: 20px;
}

.pd-tp-30 {
  padding-top: 30px;
}

.pd-tp-50 {
  padding-top: 50px;
}

.pd-tp-40 {
  padding-top: 40px;
}

.pd-tp-60 {
  padding-top: 60px;
}

.pd-tp-80 {
  padding-top: 80px;
}
.pd-tp-100 {
  padding-top: 100px;
}
.pd-tp-150{
  padding-top: 150px;;
}
.pd-bt-100 {
  padding-bottom: 100px
}
.pd-tp-200{
  padding-top: 200px;
}
.pd-bt-200 {
  padding-bottom: 200px
}

.padd-40 {
  padding-top: 40px;
  padding-bottom: 40px
}

.padd-80 {
  padding-top: 80px;
  padding-bottom: 80px
}

.padd-100 {
  padding-top: 100px;
  padding-bottom: 100px
}

.padd-150 {
  padding-top: 150px;
  padding-bottom: 150px
}
.pd-bt-150{
padding-bottom: 150px;
}
.padd-bt-0 {
  padding-bottom: 0 !important;
}
.padd-0{
  padding-left: 0;
  padding-right: 0;
}
.padd-title {

  padding-top:150px;

}


/*----------------------------------------
Buttons
-----------------------------------------*/
 
.btn-white {
 background-color: #fff;
 color: #2cc6c4;
 border: 1px solid transparent;
}
.btn-white:hover,
.btn-white:focus{
  background-color: transparent;
  border: 1px solid #fff;
  color:#fff;
}
.btn-call{
  color:#20BDEA;
  background-color: #fff;
  border-radius: 10px!important;
}
.btn-call:hover{
  color:#20BDEA!important;
}
.btn-primary{
  background-color: #20BDEA;
  color:#fff;
  border-radius: 8px!important;
  border-color: #20BDEA;
  box-shadow: 0 5px 15px 2px rgba(63, 44, 44, 0.1)
}
.btn-primary:hover,
.btn-primary:focus{
  background-color: #18A9D2;
  border-color: #18A9D2;
}
/*----------------------------------------
Preloader page
----------------------------------------*/
#loading-page{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: #ffffff;
}
#loading-center-page{
  width: 100%;
  height: 100%;
  position: relative;
}
#loading-center-absolute {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 150px;
  width: 150px;
  margin-top: -75px;
  margin-left: -75px;
}

.loader {
  width: 56px;
  height: 56px;
  border: 2px solid  #3b4364;
  opacity: 0.7;
  border-radius: 0 50% / 0 100%;
  position: relative;
  animation: loader-rotate 1s ease-in-out infinite;
  top: 50%;
  margin: -28px auto 0 auto; }
  .loader:after {
    content: '';
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background:  #3b4364;
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -5px; }

    @keyframes loader-rotate {
      0% {
        transform: rotate(0); }
        100% {
          transform: rotate(360deg); } }


/*----------------------------------------
Navigation
----------------------------------------*/
.navbar-header  .dark-navbar li a,.dark-navbar .search-box-btn{
  color: #171f3c!important;
}
.navbar-header {
  z-index: 999;
}
.navbar-brand{
  padding: 0;
}
.navbar-header .navbar {
  padding: 0;
}
 

.navbar-header .navbar.sticky img.logo-stikcy{
  display: block;
}
.navbar-header .navbar.sticky li a, .navbar-header .navbar.sticky .search-box-btn{
  color:#171f3c;  
}

.navbar-header .navbar.sticky{
  background-color: #ffffff;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);   
}
.navbar-header .navbar.sticky .btn-call{
  background-color: rgb(32, 189, 234);
  color:#fff;
}
.navbar-header .navbar.sticky .btn-call:hover{
  color:#fff!important;
  box-shadow: 0 4px 15px 2px rgba(61, 61, 61, .12);  
}
.navbar-header .navbar-nav li a {
  color:#000958;
  font-size: 15px;
  padding: 15px 12px !important;
  font-weight: 500;
  line-height: 50px;
}
.navbar-header .navbar-nav li a:hover{
  color:#007bff;
}
.right-nav .btn-call i{
padding-left:5px;
}

/*----------------------------------------
Hero
----------------------------------------*/

 
.hero-text {
  position:  relative;
  z-index: 999;
  text-align:  left;
  padding-top: 160px;
  padding-bottom: 40px;
}

.hero-text h2 {
  font-size:38px;
  color:#000958;
  line-height: 45px;
  font-weight: 700;
}

.hero-text span {
  font-size: 35px;
  line-height: 55px;
  font-weight: 600;
 

}

.hero-text p {
  margin-bottom: 20px;
  margin-top: 0px;
  font-size: 18px;
  color: #616695;
  line-height: 38px;
  font-weight: 400;
}

.icon-p img{
  width: 65px;
  margin: 0 auto;
}
.icon-p h3{
  margin-top: 10px;
  font-size: 18px;
}
.hero{
  position: relative;
}
.hero:after{
  position: absolute;
  width:38%;
  height:100%;
  content: '';
  right: 0;
  z-index: -9;
  top:0;
  background-color: #20BDEA;
  border-radius: 0 0 0 70px;
}
.form_contact .form-control,
.content-form .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  box-shadow: 0 3px 20px 3px rgb(61 61 61 / 9%);
  width: 100%;
}
.form_contact .btn-primary{
  border-radius: 8px!important;
  padding: 10px 20px;
  background-color: #20bdea;
  border-color: #20bdea;
}
  .form_contact .form-group{
    width: 50%;
}
  .form_contact .btn-primary {
  border-radius: 8px;
  margin-left: 10px;
}
/*----------------------------------------
About
----------------------------------------*/

.block-text span {
  color: #34314b; 
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
}
.block-text h2 {
  margin-top: 10px;
  color: #34314b;
  font-weight:600; 
  font-size: 40px;
  line-height: 48px;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.block-text h2 strong{
  color:#20BDEA;
}
.block-text p {  
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 10px;
}
/*----------------------------------------
Features
----------------------------------------*/

 .features-block{
  background-color: #ffffff;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
  padding: 40px;  
  position: relative;
    top: -100px;
  border-radius: 23px;
 }
.services-block{
padding-top:0!important;
}
 .list_block_2 {
  padding: 0;
  margin: 0;
}
.list_block_2 li {
  font-weight: 600;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 15px;
}
.list_block_2 li i {
  font-size: 18px;
  line-height: 17px;
  padding-right: 5px;
  color: #57A6FF;
  position: relative;
  top: 4px;
}
.service-item { 
  margin: 10px; 
  text-align: left;
}
.service-item a{
  position: relative;
  display: block;
  outline: none;
}
.service-item-img{
  overflow: hidden;
  border-radius: 20px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  -o-transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
  transition: all 0.3s cubic-bezier(0.5, 0.12, 0.46, 0.88);
}
.service-item-img img{
  border-radius: 20px;
  opacity: 1;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.service-item-img:hover img {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.service-item .service-item-img:hover:after{
  opacity: 1;
}
.service-item .service-item-img:after{
  position: absolute;
  top:0;
  left:0;
  content:'';
  opacity: 0;
  border-radius: 20px;
  width:100%;
  height:100%;
  background-color: rgba(0, 178,201, 0.6);
}
.service-item a:active,
.service-item a:focus{
  border:none;
  outline: none;
}
.service-item p{
  font-weight: 600;
  font-size: 16px;
  padding-left: 10px;
  margin-top: 10px;
  color: #34314b;
}
.service-slider  .slick-dots{
  text-align: center;
  position: relative;
  top: 20px;
}
.service-slider  .slick-dots li,
.testimonial-slider .slick-dots li{
  display: inline-block;
  margin-right: 10px;
}
.service-slider .slick-dots li button,
.testimonial-slider .slick-dots li button{
  font-size: 0;
  background-color: rgba(52, 49, 75, 0.2);
  border: none;
  display: inline-block;
  width: 12px;
  cursor: pointer;
  height: 12px;
  border-radius: 50%;
  outline: none;
}
.service-slider .slick-dots li button:hover,
.testimonial-slider .slick-dots li button:hover{
  background-color: #57A6FF;
}
.service-slider .slick-dots li.slick-active button,
.testimonial-slider .slick-dots li.slick-active button{
  background-color: rgba(52, 49, 75, 0.5);
}
.title-h2 {
  font-size: 45px;
  color: #33475b;
  line-height: 46px;
  margin-bottom: 30px;
  font-weight: 700;
}
.testimonial-slider .slick-list{
padding:0!important;
}
.testimonial-item{
margin:0;
}
.features-text span {
  color: #171f3c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}
.testimonial-slider p{
  font-size:15px;
}
.features-text p,
p.font-p {
  color: #526375;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 0;
}
.avatar-testm{
  margin-top: 20px;
  clear: both;
  margin-bottom: 25px;
  height: 70px;
}
 .avatar-testm img{
   width:70px;
   float:left;
   margin-right: 10px;
   height: auto;
   border-radius: 100%;
 }
 .avatar-info{
   overflow: hidden;
 }
 .avatar-info h4{
  margin-bottom: 0;
   font-size:15px;
 }
 .avatar-info  span{
   font-size:14px;
   line-height: 16px;
   display: block;
   
 }
 .number-inner{
  background-color: #ffffff;
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
  padding: 0;
  margin-top: -160px;
  border-radius: 23px;
 }
 .number-block:last-child{
   border-right: 0;
 }
 .number-block.active{
   background-color: #20BDEA;
   margin-top: -15px;
   margin-bottom: -15px;
   border-radius: 10px;
   color:#fff;
 }
 .number-block.active span,
 .number-block.active i{
   color:#fff;
 }
.number-block span {
  
display: block;
  
font-size: 32px;
  
color: #34314b;
  
line-height: 45px;
  
font-weight: 800;
}
.number-block i{
 color:#20BDEA;
  display:block;
  margin-bottom:15px;
  font-size:38px;
}
.number-block small {
 
font-size: 15px;
}

.number-text {
  padding-left: 25px;
  border-left: 5px solid #eee;
}

.number-text p {
 
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;

}

.number-block {
  padding-top: 35px;
  padding-bottom: 35px;
  border-right: 1px solid #eee;
}

.text-content{
 padding: 30px 20px;
 position: relative;
 text-align: left; 
 height: 380px;
 overflow: hidden;
}
.text-content h3{
  font-size: 24px;
  line-height: 28px;
}
.content-img {
  height: 380px;
  max-height: 380px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.content-img img{
  max-width: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.number-block-text{
  margin-bottom: 15px;
}
.testimonial-slider .slick-arrow{
  background-color: #fff;
  width: 40px;
  cursor :pointer; 
  border: 1px solid;
  height: 40px;
  border-radius: 50%;
  outline: none;
   color: #22bbe7; 
      border-color: #22bbe7;
}
.testimonial-slider .slick-prev{
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 12%;
}
.number-block-text span {
  background-color: rgba(55, 125, 255, 0.1);
  border-radius: 50%;
  font-size: 13px;
  width: 2rem;
  font-weight: 600;
  height: 2rem;
  margin-right: 10px;
  text-align: center;
  float: left;
  line-height: 33px;
  color: #57A6FF;
}
.number-block-text .number-block-text-inner {
  overflow: hidden;
}
.number-block-text .number-block-text-inner h3 {
  color: #34314b;
  font-family: "Hind", Sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 29px;
}

 
/*----------------------------------------
Footer
----------------------------------------*/
 
.footer-bottom {
  padding-top: 15px;
}
.newsletter-block  h2{
  color: #fff;
  font-weight: 600;
  font-size: 40px;
  line-height: 48px;
}
.newsletter-block  p{
  color:#fff;
  font-size:15px;
  font-weight:400;
}
footer .navbar-brand img{
  width:100px;
}
.footer_top .social_icons ul li {
  display: inline-block;
  margin-right: 15px;
}
.menu-list li  {
  display: inline-block;
  margin-right: 35px;
}
.menu-list li a{
  color: #fff;
  font-weight: 400;
	font-size: 20px;
}
.menu-list li a:hover{
  color:#c98989;
}
.subscribe-form {
  width: 50%;
  margin: 0 auto;
  position: relative;
}
.newsletter-block {
  background-color:#20bdea;
    box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
    padding: 60px 40px; 
    border-radius: 23px;
}
.subscribe-form{
  margin-top: 25px;
}
 


 p.error-message {
  color: #e10438;
  margin-top:5px;
  margin-bottom:5px;
}
  p.sucess-message {
  color: #4ec952;
  margin-top:5px;
  margin-bottom:5px;
}
 
#scrollUp{
  background:#20bdea;
   bottom: 30px;
  color: #ffffff;
  height: 50px;
  border-radius: 50%;
  font-size: 30px;
  right: 30px;
  line-height:50px;
  text-decoration: none;
  text-align: center;
  width: 50px;
}
#scrollUp i{
  line-height: 50px;
}


.subscribe-form .form-control {
  background-color: #fff;
  border: 0;
  border-radius: 8px;
  font-size: 12px;
  height: 45px;
  box-shadow: 0 3px 20px 3px rgb(61 61 61 / 9%);
  width: 100%;
}
.subscribe-form .btn-subscribe{
  position: relative;
  margin-top: 15px;
  border-radius: 8px!important;
  width: auto;
  padding: 15px 35px;
  position: absolute;
  right: 0;
  top: -19px;
  height: 55px;
  /* width:100%; */
  color:#fff;
  background: #1165F7;
}
.btn-subscribe:hover,.btn-subscribe:focus, .btn-subscribe:active{
  background: #1165F7;
  color:#fff;
}
.copyright{
  opacity: 0.7;
  font-size: 15px;
  margin-top: 60px;
	color:#fff;
}
.bg-image{
  background-image: url(../images/image-bg.jpg);
  background-position: 50% 20%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 150px 0px;
  position: relative;
  z-index: 1;
}

.pricing_table{
  margin-top: 0px;
  margin-bottom: -250px;
}
.plan_table {
  padding: 50px 30px;
  background-color: #fff;
  border-radius: 15px;
}
.plan_table h3 {
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 600;
  color: #34314b;
}
.plan_table .price {
  line-height: 42px;
  font-size: 40px;
  color: #57A6FF;
  display: block;
  font-weight: 600;
}
.plan_table hr {
  margin-top: 30px;
}
.plan_table ul {
  padding-top: 30px;
}
.plan_table ul li {
  margin-bottom: 15px;
}
.plan_table ul li span {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.block-pricing h2{
  color: #fff;
  font-weight: 600; 
  line-height: 38px;
  font-size: 32px;
  text-transform: capitalize;
  margin-bottom: 20px;
  margin-bottom: 20px;
}
.block-pricing  p {
  color: #fff; 
  font-size: 15px;
  font-weight: 300;
  font-style: normal;
  line-height: 25px;
  letter-spacing: 0px;
  margin-bottom: 30px;
}
.pricing_table .plan_table {
  box-shadow: 0 8px 28px 2px rgba(61, 61, 61, .12);
}
.pricing_table .plan_table h3 {
  margin-bottom: 20px;
  text-align: center;
}
.pricing_table .plan_table .price {
  font-weight: 800;
  text-align: center;
}
.pricing_table .plan_table ul {
  text-align: center;
}
