*{
  padding: 0;
  margin: 0;
}

/*QuickSand Font*/

@font-face {
  font-family: 'qs-li-300';
  src:url('../font/quicksand/Quicksand-Light.ttf')  format('truetype');   
}
@font-face {
  font-family: 'qs-re-400';
  src:url('../font/quicksand/Quicksand-Regular.ttf')  format('truetype');   
}
@font-face {
  font-family: 'qs-me-500';
  src:url('../font/quicksand/Quicksand-Medium.ttf')  format('truetype');   
}
@font-face {
  font-family: 'qs-sb-600';
  src:url('../font/quicksand/Quicksand-SemiBold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'qs-bo-700';
  src:url('../font/quicksand/Quicksand-Bold.ttf')  format('truetype');   
}

/*Karla Font*/

@font-face {
  font-family: 'karla-el-200';
  src:url('../font/karla/Karla-ExtraLight.ttf')  format('truetype');   
}
@font-face {
  font-family: 'karla-li-300';
  src:url('../font/karla/Karla-Light.ttf')  format('truetype');   
}
@font-face {
  font-family: 'karla-re-400';
  src:url('../font/karla/Karla-Regular.ttf')  format('truetype');   
}
@font-face {
  font-family: 'karla-me-500';
  src:url('../font/karla/Karla-Medium.ttf')  format('truetype');   
}
@font-face {
  font-family: 'karla-sb-600';
  src:url('../font/karla/Karla-SemiBold.ttf')  format('truetype');   
}
@font-face {
  font-family: 'karla-bo-700';
  src:url('../font/karla/Karla-Bold.ttf')  format('truetype');   
}

:root{

  --primary-bg-color : #0facee;

}
html {
  scroll-behavior: smooth;
}
body{
  font-family: 'karla-re-400';
  position: relative;
  margin: 0;
  
}


a{
  text-decoration: none;
}
ul{
  list-style: none;
  padding-left: 0px;
  margin-bottom: 0px;
}


/*************************************************
*                                               *
*          CSS - COMMON SECTION STYLE           *
*                                               *
* ***********************************************/

.common-section-title h2{
  font-family: 'qs-bo-700';
  font-size: 38px;
  position: relative;
  display: inline-block;
  padding-bottom: 12px;
  text-transform: capitalize;
}
.common-section-title h2:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #ebebeb;
  bottom: 0;
  right: 0;
}
.common-section-title h2:after{
  content: '';
  position: absolute;
  width: 70%;
  height: 5px;
  background-color: var(--primary-bg-color);
  bottom: -2px;
  right: 0;
}
.common-section-title h2 span{
  color: var(--primary-bg-color);
}
.common-section-title p{
  margin-top: 8px;
  padding: 0px 0px;
}
.common-section-title{
  margin-bottom: 70px;
}


/************************************************
*                                               *
*          CSS - TOP INFO BAR                   *
*                                               *
* ***********************************************/
.top-info-wrapper{
  padding: 8px 0px;
  background: var(--primary-bg-color);
}
.top-content-info ul li{
  display: inline-block;
  margin-right: 15px;
}
.top-content-info ul li:last-child{
  margin-right: 0px;
}
.top-content-info ul li label{
  margin-bottom: 0px;
  color: #fff;
}
.top-social-list{
  text-align: right;
}
.top-social-list ul li{
  display: inline-block;
  margin-right: 10px;
}
.top-social-list ul li:last-child{
  margin-right: 0px;
}
.top-social-list ul li a{
  color: #fff;
}
.top-social-list ul li:first-child label{
  margin-bottom: 0px;
  color: #fff;
}

/*************************************************
*                                               *
*          CSS - NAVIGATION BAR                 *
*                                               *
* ***********************************************/
.navbar-brand{
  width: 11%;
}
.navbar-brand img{
  width: 100%;
}
.navbar-expand-lg .navbar-nav .nav-link{
  padding-left: 0px;
  padding-right: 0px;
}
.navbar-nav li{
  margin-right: 30px;
}
.navbar-nav li:last-child{
  margin-right: 0px;
}
.nav-link{
  text-transform: uppercase;
  font-family: 'qs-bo-700';
  font-weight: 700;
  color: #000;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link{
  color: var(--primary-bg-color);
}
.nav-link:focus, .nav-link:hover{
  color: var(--primary-bg-color);
}

.offcanvas.offcanvas-end{
  border-left: 0px;
}


/*************************************************
*                                               *
*          CSS - HOME SLIDE                     *
*                                               *
* ***********************************************/

.home-slider-wrapper{

}
.home-slider-content-wrapper img{
  height: 600px;
  width: 100%;
  object-fit: cover;
}
.home-slider-content-wrapper{
  position: relative;
  height: 600px;
}
.home-slider-content-wrapper:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.home-slider-img{
  height: 600px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.home-slider-content{
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 600px;
  width: 100%;
}
.home-slider-content{
  color: #fff;
}
.home-slider-content h6{
  font-size: 32px;
  font-family: 'qs-sb-600';
}
.home-slider-content h2{
  font-size: 50px;
  font-family: 'qs-sb-600';
  text-transform: capitalize;
}
.home-slider-content h2 span{
  color: var(--primary-bg-color);
  font-family: 'qs-bo-700';
}
.home-slider-content a{
  background: #e9e9e9;
  padding: 8px 20px;
  color: #000;
  font-family: 'qs-sb-600';
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.home-slider-content a:hover{
  background: var(--primary-bg-color);
  color: #fff;
}

/*************************************************
*                                               *
*          CSS - OUR Features                   *
*                                               *
* ***********************************************/
.Features-main-wrapper{
  padding: 80px 0px 80px 0px;
  background-color: #F2F5F6;
}
.Features-wrapper{
  background-color: white;
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
   border: 1px solid white;
}
.Features-wrapper:hover{
  border: 1px solid rgba(15, 172, 238, 1);
}
.Features-wrapper h4{
  margin-top: 15px;
  font-size: 17px;
  font-family: 'qs-sb-600';
  text-transform: capitalize;
  color: #333;
  transition: all 0.3s ease-in-out;
}
.Features-no h1{
  font-family: 'qs-bo-700';
  font-size: 3.5rem;
  color: var(--primary-bg-color);
}
.freaturno4{
  padding-bottom: 53px;
}

.my-list{
  list-style-type: disc;
  margin-left: 25px;
}


/*************************************************
*                                               *
*          CSS - OUR SERVICES                   *
*                                               *
* ***********************************************/

.services-main-wrapper{
  padding: 80px 0px 80px 0px;
}
.services-card-wrapper{
  padding: 30px 20px 30px 20px;
  box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  text-align: center;
  transition: all 0.3s ease-in-out;
  position: relative;
  overflow: hidden;
}
.services-card-img{
  width:90px;
  height:90px;
  background: var(--primary-bg-color);
  padding: 10px;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.services-card-wrapper img{
  width:50px;
  height:50px;
}
.services-card-wrapper h4{
  margin-top: 15px;
  font-family: 'qs-bo-700';
  text-transform: capitalize;
  color: #333;
  transition: all 0.3s ease-in-out;
  letter-spacing: -0.40px;
}
.services-card-wrapper p{
  color: #333;
  transition: all 0.3s ease-in-out;
  height: 76px;
}
.services-card-wrapper span{
  color: #333;
  transition: all 0.3s ease-in-out;
}
.services-card-hover{
  transition: all 0.3s ease-in-out;
}
.services-card-hover:hover .services-card-wrapper{
  background-color: var(--primary-bg-color);
  box-shadow: 0px 0px 5px -1px rgba(15, 172, 238, 0.25);
}
.services-card-hover:hover .services-card-img{
  background: #fff;
}
.services-card-hover:hover .services-card-wrapper h4,
.services-card-hover:hover .services-card-wrapper p,
.services-card-hover:hover .services-card-wrapper span{
  color: #fff;
}
.offcanvas.offcanvas-start.serviceOffcanvas{
  width: 100%;
}
.serviceOffcanvas .offcanvas-header{
  padding-left: 0px;
  padding-right: 0px;
}
.serviceOffcanvas .offcanvas-body{
  padding-left: 0px;
  padding-right: 0px;
}
.arrowLink{
  position: absolute;
  bottom: 0px;
  right: 0px;
  overflow: hidden;
}
.arrowLink span{
  background: var(--primary-bg-color);
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  font-size:18px;
  transition: all 0.3s ease-in-out;
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}
.arrowLink span i{
  position: relative;
  top: 20px;
  left: 22px;
}
.services-card-hover:hover .arrowLink span{
  background: #fff;
  color: var(--primary-bg-color);
}


/*************************************************
*                                               *
*          CSS - SERVICES - SINGLE              *
*                                               *
* ***********************************************/

.single-service-img img{
  width: 50%;
  margin: 0 auto;
}
.single-service-content-placeholder h4{
  font-family: 'qs-bo-700';
  font-size: 30px;
  text-transform: capitalize;
}
.offcanvas-title{
  font-family: 'qs-bo-700';
  font-size: 32px;
  text-transform: capitalize;
}

/*************************************************
*                                               *
*          CSS - Cycle                          *
*                                               *
* ***********************************************/

.cycle-main-wrapper{
  padding: 70px 0px 50px 0px;
  background: #F2F5F6;
}

/*************************************************
*                                               *
*          CSS - CTA                            *
*                                               *
* ***********************************************/

.cta-main-wrapper{
  padding: 70px 0px 50px 0px;
  background: var(--primary-bg-color);
}
.cta-content-placeholder h4{
  color: #fff;
  font-family: 'qs-bo-700';
  font-size: 30px;
  text-transform: capitalize;
}
.cta-content-placeholder p{
  color: #fff;
}
.cta-content-placeholder a{
  background: #fff;
  color: #000;
  padding: 14px 15px 12px 15px;
  display: inline-block;
  font-family: 'qs-bo-700';
  text-transform: uppercase;
  font-size: 16px;
  line-height: 17px;
}

/*************************************************
*                                               *
*          CSS - ABOUT US                       *
*                                               *
* ***********************************************/

.about-us-main-wrapper{
  padding: 80px 0px;
}
.about-us-img-wrapper img{
  object-fit: cover;
  width: 100%;
}
.about-us-content-placeholder h4{
  font-size: 28px;
  font-family: 'qs-bo-700';
}
.about-us-content-placeholder a{
  background: rgba(0, 0, 0, 0.1);
  padding: 8px 20px;
  color: #000;
  font-family: 'qs-sb-600';
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.about-us-content-placeholder a:hover{
  background: var(--primary-bg-color);
  color: #fff;
}

/*************************************************
*                                               *
*          CSS - WHY CHOOSE US                  *
*                                               *
* ***********************************************/

.whyChooseUs-list-single{
  display: flex;
  /*align-items: center;*/
}
.whyChooseUs-icon{
  width: 10%;
  padding-top: 7px;
}
.whyChooseUs-icon-content{
  width: 90%;
  padding-left: 10px;
}
.whyChooseUs-InnerContent h4{
  font-size: 28px;
  font-family: 'qs-bo-700';
}
.whyChooseUs-icon-content h6{
  font-family: 'qs-bo-700';
  font-size: 20px;
}
.whyChooseUs-icon-content p{
  padding-right: 100px;
}
.whyChooseUs-list{
  margin-top: 40px;
}
.whyChooseUs-list li{
  margin-bottom: 40px;
}
.whyChooseUs-list li:last-child{
  margin-bottom: 0px;
}
.whyChooseUs-content-img{
  padding-top: 146px;
}


/*************************************************
*                                               *
*          CSS - SPECIALTIES                    *
*                                               *
* ***********************************************/

.specialties-main-wrapper{
  padding: 80px 0px;
  background: #F2F5F6;
}
.single-specialties-content{
  background: #fff;
  padding: 30px 0px;
  border-radius: 20px;
  border: 1px solid rgba(0,0,0, 0.1);
  transition: all 0.3s ease-in-out;
}
.single-specialties-content img{
  margin-bottom: 14px;
  height: 70px;

}
.single-specialties-content h4{
  font-family: 'qs-bo-700';
  font-size: 20px;
  letter-spacing: 0.01em;
}
.single-specialties-content:hover{
  border: 1px solid rgba(15, 172, 238, 1);
}

/*************************************************
*                                               *
*          CSS - TESTIMONIALS                   *
*                                               *
* ***********************************************/
.testimonial-main-wrapper{
  padding: 90px 0px 70px 0px;
}
.testimonial-content-placeholder blockquote{
  padding: 0 60px;
  font-size: 18px;
}
.testimonial-content-placeholder blockquote i{
  color: var(--primary-bg-color);
  font-size: 30px; 
  padding-right: 10px;
}
.testimonial-client-info ul {
  margin-top: 10px;
  margin-bottom: 0px;
}
.testimonial-client-info ul li img{
  border-radius: 100px;
  height: 70px;
  width: 70px;
}
.testimonial-client-info h4{
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: 'qs-bo-700';
  text-transform: capitalize;
}
.testimonial-client-info p{
  text-transform: capitalize;
  margin-bottom: 0px;
}
/*************************************************
*                                               *
*          CSS - CONTECT FORM                   *
*                                               *
* ***********************************************/
.content-main-wrapper{
  background-image: url('../imgs/special-bg3.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  position: relative;
  background-attachment: fixed;
  padding-top: 80px;
}
.content-main-wrapper:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 172, 238, 0.7);
}
.z-index-1{
  position: relative;
  z-index: 1;
}
.common-section-title.content-section h2 span{
  color: #fff;
}
.common-section-title.content-section p{
  color: #fff;
} 
.content-form-inputs-wrapper input{
  width: 100%;
  padding: 9px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.content-form-inputs-wrapper input:focus{
  outline: none;
}
.content-form-inputs-wrapper input::placeholder{
  color: #fff;
  text-transform: capitalize;
}
.content-form-inputs-wrapper textarea{
  width: 100%;
  padding: 9px;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.content-form-inputs-wrapper textarea:focus{
  outline: none;
}
.content-form-inputs-wrapper textarea::placeholder{
  color: #fff;
  text-transform: capitalize;
}
.form-btn-submit button{
  background: #e9e9e9;
  padding: 10px 20px;
  color: #000;
  border: none;
  font-family: 'qs-sb-600';
  display: inline-block;
  transition: all 0.3s ease-in-out;
  margin-top: 10px;
}
.form-btn-submit button:focus{
  outline: none;
}
.form-btn-submit button:hover{
  background: var(--primary-bg-color);
  color: #fff;
}
/*************************************************
*                                               *
*          CSS - FOOTER                         *
*                                               *
* ***********************************************/

.footer-main-wrapper{
  background: #333;
  padding: 70px 0px 40px 0px;
  color: #fff;
}
.footer-info-wrapper img{
  width: 70%;
  margin-bottom: 20px;
}
.info-list-single{
  display: flex;
  padding-bottom: 10px;
}
.info-list-icon{
  width: 8%;
}
.info-icon-content{
  width: 92%;
}
.footer-info-list li{
  border-bottom: 1px solid rgba(120, 120, 120, 0.25);
  margin-bottom: 5px;
}
.widget-list{
  align-items: center;
}
.widget-list li a{
  color: #fff;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}
.widget-list li:hover a{
  color: var(--primary-bg-color);
}
.footer-widget-wrapper h4{
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'qs-sb-600';
  font-size: 22px;
  margin-bottom: 30px;
}
.footer-input input{
  width: 100%;
  padding: 9px;
  background: transparent;
  border: 1.2px solid #fff;
  color: #fff;
}
.footer-input input:focus{
  outline: none;
}
.footer-input input::placeholder{
  color: #fff;
}
.footer-input button{
  background-color: #fff;
  border: none;
  padding: 7px 15px;
  color: #000;
  font-family: 'qs-sb-600';
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.footer-input button:hover{
  background: var(--primary-bg-color);
  color: #fff;
}
.footer-newsletter-wrapper h4{
  text-transform: uppercase;
  letter-spacing: 0.06em;
  font-family: 'qs-sb-600';
  font-size: 22px;
  margin-bottom: 30px;
}
.copyright-wrapper{
  background-color: #1a1a1a;
  color: #fff;
  padding: 8px 0px;
}


/************************************************
*                                               *
*          CSS -  BACKtoTOP                     *
*                                               *
* ***********************************************/


#backToTop {   
    position: fixed;
    bottom: 115px;
    right: 50px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}
#backToTop img{
  width: 80px;
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
}
.backToTopIcon{
      width: 22px;
    margin-top: 9px;
    margin-right: 0px;
}
#backToTo {
    content: "\f35b";
    font-family: Font Awesome\ 5 Free;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}