body {
  background: #fff;
  color: #333;
  font-family: "Open Sans", sans-serif;
}

a {
  text-decoration: none;
  color: #03C4EB;
  transition: 0.5s;
 
}

a:hover,
a:active,
a:focus {
  color: #03c5ec;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  margin: 0 0 10px 0;
  padding: 0;
}

/*------------Back to top button-------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #0095da;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #03C4EB;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*-------------Header---------------*/
#header {
  background: #ffffff !important;
  transition: all 0.5s;
  z-index: 997;
  height: 70px;
  box-shadow: 0px 0px 12px rgba(127, 137, 161, 0.25);
}

@media (max-width: 992px) {
  #header {
    height: 60px;
  }
}

#header.fixed-top {
  background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
}


#header .logo {
  font-size: 30px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img {
  height: 40px;
  margin-left: 72px;
}

.scrolled-offset {
  margin-top: 60px;
}

/*--------------Navigation Menu--------------*/
.header-social-links {
  margin: 0 45px 0 30px;
}

.header-social-links a {
  color: #03C4EB;
  padding-left: 20px;
  display: inline-block;
  line-height: 0px;
  transition: 0.3s;
}

.header-social-links a i {
  line-height: 0;
  font-size: 20px;
}

.header-social-links a:hover {
  color: #03C4EB;
}

@media (max-width: 768px) {
  .header-social-links {
    margin: 0 15px 0 0;
  }
}

.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 24px 10px 24px;
  font-family: "Roboto", sans-serif;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  transition: 0.3s;
  font-weight: 500;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #03C4EB;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
  color: #ffffff;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #ffffff;
  
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/*----------------Mobile Navigation-----------------*/
.mobile-nav-toggle {
  color: #000000;
  font-size: 30px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
  margin-right: 40px;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(26, 26, 26, 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;
  left: 15px;
  padding: 10px 0;
  background-color: #000000;
  overflow-y: auto;
  transition: 0.3s;
  
}

.navbar-mobile ul li{text-align: center;}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #ffffff;
  
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #03C4EB;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  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: #03C4EB;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}

/*-------------Hero Section--------------*/
.service-item a {text-decoration: none;color: inherit;font-size: 21px;}
.service-item p{font-size: 16px;}
.carousel-container p {
  font-weight: 600;
  line-height: 50px;
  font-size: 35px;
  font-family: Hack, sans-serif;
  text-transform: uppercase;
  background: linear-gradient(90deg, #ffffff, hsl(0, 0%, 100%), #0095da);
  letter-spacing: 5px;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-repeat: no-repeat;
  background-size: 80%;
  animation: shine 3s linear infinite;
  position: relative;
  margin-bottom: 50px;
  margin-top: 230px
}

@keyframes shine {
  0% {
    background-position-x: -500%;
  }
  100% {
    background-position-x: 500%;
  }
}

#hero {
  width: 100%;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
  background-image: url("../img/bbanner.png");background-repeat: no-repeat;background-size: cover;margin-top: -2px;
  padding: 0;
}

#hero .carousel-container {
  
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: left;
  position: relative;
  height: 85vh;
  padding-top: 60px;
}
.carousel-container span{color: #0095da;}


#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

#hero p {
  width: 80%;
  animation-delay: 0.4s;
  margin: 30 auto 30px auto;
  color: #fff;
}

#hero .carousel-control-prev,
#hero .carousel-control-next {
  width: 10%;
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 48px;
  line-height: 1;
  width: auto;
  height: auto;
}


#hero .btn-get-started {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  padding: 9px 26px;
  border-radius: 35px;
  transition: 0.5s;
  line-height: 1;
  margin-top: 40px;
  color: #fff;
  animation-delay: 0.8s;
  border: 2px solid #fff;
}

#hero .btn-get-started:hover {
  background: #0095da;
  color: #fff;
  text-decoration: none;
}

@media (min-width: 1024px) {
  #hero p {
    width: 60%;
  }

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}



.hero-waves {
  display: block;
  width: 100%;
  height: 60px;
  position: relative;
}

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

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

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

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

  100% {
    transform: translate(-90px, 0%);
  }
}

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

  100% {
    transform: translate(85px, 0%);
  }
}

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

  100% {
    transform: translate(85px, 0%);
  }
}

/*------------why Us--------------*/
.why-us{padding: 70px 0 50px 0;}

.why-us .box {
  padding: 35px 30px;
  transition: all ease-in-out 0.3s;
  background: #fefefe;
  box-shadow: 0px 5px 90px 0px rgba(110, 123, 131, 0.1);
  border-radius: 18px;
  border-bottom: 5px solid #fff;
}

.why-us .box .icon-box {
  width: 58px;
  height: 58px;
  background: #0095da;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
  color: #fff;
}

.why-us .box .icon-box i {
  font-size: 26px;
}

.why-us .box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 20px;
  color: #333;
  transition: ease-in-out 0.3s;
  text-align: center;
}

.why-us .box p {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 0;
  color: #333;
}

.why-us .box:hover {
  transform: translateY(-10px);
  border-color: #0095da;
}

.why-us .box:hover h4 a {
  color: #0095da;
}
.why-us h3, .clients h3, .our-partners h3{font-size: 27px;margin-top: 26px;}
.why-us .row p{font-weight: 500;color: #333;font-size: 16px;text-align: center;}
.why-us .box span{font-size: 34px !important;}

/*-------------clients--------------*/
.clients .clients-wrap {
  border-top: 1px solid #eceff0;
  border-left: 1px solid #eceff0;
}

.clients .client-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #eceff0;
  border-bottom: 1px solid #eceff0;
  overflow: hidden;
  background: #fff;
  height: 120px;
  padding: 40px;
}

.clients .col-md-12 p{font-weight: 500;color: #333;font-size: 16px;}
.clients .client-logo img {
  max-width: 60%;
  filter: grayscale(100);
}

.clients .client-logo:hover img {
  filter: none;
  transform: scale(1.1);
}

.clients img {
  transition: all 0.4s ease-in-out;
}

/*------------------our-partners------------------*/
.our-partners{
  padding: 48px 0 40px 0;
}


/*----------------section----------------*/
.section-title {
  font-size: 26px;
  color: #111;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
}

.section-description {
  text-align: center;
  margin-bottom: 40px;
  color: #000;
  
}

.section-title-divider {
  width: 50px;
  height: 3px;
  background: #03C4EB;
  margin: 0 auto;
  margin-bottom: 20px;
}

/*-------------Services Section-------------*/

#services {
  background: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), url("../img/services-bg.jpg") fixed center center;
  background-size: cover;
  padding: 80px 0 60px 0;
}

#services .service-item {
  margin-bottom: 30px;
}

#services .service-icon {
  float: left;
  background: #03C4EB;
  border-radius: 50%;
  transition: 0.5s;
  border: 1px solid #03C4EB;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
}

#services .service-icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}
#services .service-icon span{color: #fff;font-size: 30px;}
#services .service-item:hover .service-icon span {
  color: #03C4EB;
}


#services .service-item:hover .service-icon {
  background: #fff;
}

#services .service-item:hover .service-icon i {
  color: #03C4EB;
}

#services .service-title {
  font-size: 19px;
  margin-left: 80px;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
}

#services .service-title a {
  color: #111;
}

#services .service-description {
  margin-left: 80px;
  line-height: 24px;
}

/*--------------Subscribe Section--------------*/
#subscribe {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/subscribe-bg.jpg) fixed center center;
  background-size: cover;
  padding: 80px 0;
}

#subscribe .subscribe-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#subscribe .subscribe-text {
  color: #fff;
}

#subscribe .subscribe-btn-container {
  text-align: center;
  padding-top: 20px;
}

#subscribe .subscribe-btn {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 20px;
  border-radius: 2px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#subscribe .subscribe-btn:hover {
  background: #03C4EB;
  border: 2px solid #03C4EB;
}

/*----------------About------------------*/
.about h3, .our h3,#portfolio h3 {font-weight: 600;font-size: 27px;margin-top: 70px;}
#portfolio .col-md-12 p{font-size: 16px;font-weight: 500;color: #000;}


.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-left: 28px;
  position: relative;
  font-size: 16px;
  padding-top: 10px;
  font-weight: 500;
  color: #111;
}

.about .content ul li+li {
  margin-top: 10px;
}

.about .content ul i {
  position: absolute;
  left: 0;
  top: 20px;
  font-size: 22px;
  color: #03C4EB;
  line-height: 1;
}

.about .content p:last-child {
  margin-bottom: 0;
}

.about .content .btn-learn-more {
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 5px;
  transition: 0.3s;
  line-height: 1;
  color: #ed502e;
  animation-delay: 0.8s;
  margin-top: 6px;
  border: 2px solid #ed502e;
}

.about .content .btn-learn-more:hover {
  background: #ed502e;
  color: #fff;
  text-decoration: none;
}

.action-buttons .btn a{
  padding: 12px 22px;
  font-weight: 600;
  border-radius: 50px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-size: 16px;
  color: #fff;
  background-color: #0095da 
}

/*-----------Count----------*/
.counts {
  padding-top: 20px;
}

.counts .count-box {
  box-shadow: -10px -5px 40px 0 rgba(0, 0, 0, 0.1);
  padding: 30px;
  width: 100%;
}

.counts .count-box i {
  display: block;
  font-size: 30px;
  color: #0095da;
  float: left;
}

.counts .count-box span {
  font-size: 42px;
  line-height: 24px;
  display: block;
  font-weight: 700;
  color: #0b2341;
  margin-left: 50px;
}

.counts .count-box p {
  padding: 30px 0 0 0;
  margin: 0;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
}

.counts .count-box a {
  font-weight: 600;
  display: block;
  margin-top: 20px;
  color: #164682;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  transition: ease-in-out 0.3s;
}

.counts .count-box a:hover {
  color: #2169c4;
}

/*-------------------Our Vission-------------------*/
.our {
  padding-bottom: 30px;
  padding-top: 25px;
}

.our .icon-box {
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  background: #fff;
  box-shadow: 2px 0 35px 0 rgba(68, 88, 144, 0.12);
  transition: all 0.3s ease-in-out;
  border-radius: 8px;
  z-index: 1;
  text-align: center;
}

.our .icon-box::before {
  content: "";
  position: absolute;
  background: #fdeff2;
  right: 0;
  left: 0;
  bottom: 0;
  top: 100%;
  transition: all 0.4s;
  z-index: -1;
}

.our .icon-box:hover::before {
  background: #0095da;
  top: 0;
  border-radius: 0px;
}

.our .icon {
  margin-bottom: 15px;
}

.our .icon i {
  font-size: 48px;
  line-height: 1;
  color: #0095da;
  transition: all 0.3s ease-in-out;
}

.our .title {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

.our .title a {
  color: #111;
}

.our .description {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.our .icon-box:hover .title a,
.our .icon-box:hover .description {
  color: #fff;
}

.our .icon-box:hover .icon i {
  color: #f9f9f9;
}

/*------------------portfolio--------------------*/
.portfolio .portfolio-flters {
  padding: 0;
  margin: 0 auto 30px auto;
  list-style: none;
  text-align: center;
}
#portfolio h3{margin-top: 60px;  font-family: "Open Sans", sans-serif;font-weight: 600;margin-bottom: 10px;}

.portfolio .portfolio-flters li {
  color: var(--color-secondary);
  cursor: pointer;
  display: inline-block;
  padding: 0;
  font-size: 18px;
  font-weight: 400;
  margin: 0 10px;
  line-height: 1;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}

.portfolio .portfolio-flters li:hover,
.portfolio .portfolio-flters li.filter-active {
  color: var(--color-primary);
}

.portfolio .portfolio-flters li:first-child {
  margin-left: 0;
}

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

@media (max-width: 575px) {
  .portfolio .portfolio-flters li {
    font-size: 14px;
    margin: 0 5px;
  }
}

.portfolio .portfolio-item {
  position: relative;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  font-weight: 600;
  color: #303030;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #6c757d;
  font-size: 16px;
  margin-bottom: 0;
  padding-right: 50px;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 50px;
  font-size: 24px;
  top: calc(50% - 14px);
  color: rgba(27, 47, 69, 0.7);
  transition: 0.3s;
  line-height: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover,
.portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: var(--color-primary);
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 14px;
  font-size: 28px;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

.portfolio-details .portfolio-details-slider img {
  width: 100%;
}

.portfolio-details .portfolio-details-slider .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid var(--color-primary);
}

.portfolio-details .portfolio-details-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color-primary);
}

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(27, 47, 69, 0.1);
}

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

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

.portfolio-details .portfolio-description h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  color: var(--color-secondary);
}

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


/*-------------------Testimonials Section------------------*/
#testimonials {
  padding: 80px 0;
}

#testimonials .profile {
  text-align: center;
}

#testimonials .profile .pic {
  border-radius: 50%;
  border: 6px solid #fff;
  margin-bottom: 15px;
  overflow: hidden;
  height: 260px;
  width: 260px;
}
#testimonials .profile h4 {
  font-weight: 700;
  color: #03C4EB;
  margin-bottom: 5px;
}

#testimonials .profile span {
  color: #333333;
}

#testimonials .quote {
  position: relative;
  background: #fff;
  padding: 60px;
  margin-top: 40px;
  font-size: 16px;
  font-style: italic;
  border-radius: 5px;
}

#testimonials .quote b {
  display: inline-block;
  font-size: 22px;
  left: -9px;
  position: relative;
  top: -8px;
}

#testimonials .quote small {
  display: inline-block;
  right: -9px;
  position: relative;
  top: 4px;
}
/*------------------------Contact-------------------------*/
#contact .section-title{margin-top: 40px;}
#contact .info-box h3{font-weight: 600;font-size: 25px;color: #333;}
.contact .info-box {color: #444444;text-align: center;box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);padding: 15px 0 30px 0;}
.contact .info-box i {font-size: 32px;border-radius: 50%;padding: 8px;}
.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .php-email-form {width: 100%;padding: 10px 30px 19px 30px;background: #fff;box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);}
.contact .php-email-form button[type=submit] {background: #0095da;border: 0;padding: 12px 50px;color: #fff;transition: 0.4s;margin-top: 52px;font-size: 17px;font-weight: 600;border-radius: 3px;}
.contact .php-email-form button[type=submit]:hover{background: #03C4EB;}
@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
    }
  
  100% {
    transform: rotate(360deg);
    }
  }
  
.colom { border: 1px solid #e6b31e;}

input[type=text], [type=email] {width: 100%;background: none;padding:10px 15px;color: #535353;font-size: 15px;border-radius: 8px;border: none;border: 1px solid #cedada;}

textarea { width: 100%; background: none; color: #535353; font-size: 15px;resize: none;height: 130px;padding: 10px 15px;border-radius: 8px; border: none;border: 1px solid #cedada; }

#email {margin: 20px 0px; }

.contacts-box { margin-top: 40px; }

.contacts button {padding: 15px 30px;border-radius: 5px;margin-top: 32px;color: #fff;font-weight: 600;border: 1px solid #cedada;background-color: #000;}

.map {margin-top: 17px;z-index: 9;}


.gallery .gallery-item{text-align: center;}
.gallery{margin-top: 30px;}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);font-family: "Open Sans", sans-serif;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.3s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-item{margin-bottom: 10px;margin-left: 10px;}
.gallery .section-title{padding: 70px 0px 30px 0px;}
.gallery h2{font-size: 32px;font-weight: 700;margin-top: 40px;}
.gallery .section-title p{font-size: 14px;font-family: "Open Sans", sans-serif;font-weight: 600;text-transform: uppercase;margin-top: 10px;margin-bottom: 15px;}
.gallery .g-0{margin-top: -15px;margin-bottom: 40px;}

/*-------------------carrers-------------------*/

.faq {
  padding: 60px 0;
}

.faq .faq-list {
  padding: 0;
  list-style: none;
}

.faq .faq-list li {
  border-bottom: 1px solid #eae7e5;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.faq .faq-list .question {
  display: block;
  position: relative;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  font-weight: 600;
  padding-left: 25px;
  cursor: pointer;
  transition: 0.3s;
  color: #333;
}

.faq .faq-list i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -2px;
}

.faq .faq-list p {
  margin-bottom: 0;
  padding: 10px 0 0 25px;
  color: #333;
}

.faq .faq-list .icon-show {
  display: none;
}

.faq .faq-list .collapsed {
  color: #000;
}

.faq .faq-list .collapsed:hover {
  color: #0095da;
}

.faq .faq-list .collapsed .icon-show {
  display: inline-block;
  transition: 0.6s;
}

.faq .faq-list .collapsed .icon-close {
  display: none;
  transition: 0.6s;
}


/*--------------breadcrumbs---------------*/
.breadcrumbs {
  padding: 30px 0;
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 15px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: gray;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*------------------------Footer------------------------*/
#footer {
  background: linear-gradient(0deg, rgb(37, 35, 35) 0%, rgb(51, 54, 74) 100%);
  padding: 0 0 20px 0;
  color: #fff;
  font-size: 14px;
  margin-top: 40px;
}

#footer .footer-top {
  padding: 45px 0 5px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  border-top: 4px solid #0095da;
  text-align: left;
  padding: 30px 20px;
  color: #fff;
  background: linear-gradient(0deg, rgb(42, 44, 57) 0%, rgb(51, 54, 74) 100%);
}

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

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Open Sans", sans-serif;
  font-style: normal !important
}

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

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

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

.footer-newsletter p{color: #fff;}

#footer .footer-top .footer-links {
  margin-bottom: 30px; padding-left: 80px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #03C4EB;
  font-size: 18px;
  line-height: 1;
  text-align: center;
}

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

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

#footer .footer-top .footer-links ul a {
  color: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
  font-size: 15px;
}

#footer .footer-top .footer-links ul a:hover {
  color: #03C4EB;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px;
}

#footer .copyright {
  border-top: 1px solid #f9f9f9;
  text-align: center;
  padding-top: 25px;
  font-size: 14px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/*------------portfolio----------*/
.gallery .gallery-item{text-align: center;}
.gallery{margin-top: 30px;}

/*--------------------------------------------------------------
# Gallery Section
--------------------------------------------------------------*/
.gallery .gallery-item {
  overflow: hidden;
  border-right: 3px solid var(--background-color);
  border-bottom: 3px solid var(--background-color);font-family: "Open Sans", sans-serif;
}
.gallery .gallery-item img {
  transition: all ease-in-out 0.3s;
}

.gallery .gallery-item:hover img {
  transform: scale(1.1);
}
.gallery .gallery-item{margin-bottom: 10px;margin-left: 10px;}
.gallery .section-title{padding: 70px 0px 30px 0px;}
.gallery h2{font-size: 27px;font-weight: 700;margin-top: 80px;}
.gallery .section-title p{font-size: 14px;font-family: "Open Sans", sans-serif;font-weight: 600;text-transform: uppercase;margin-top: 10px;margin-bottom: 15px;}
.gallery .g-0{margin-top: -15px;margin-bottom: 40px;}
/*----------------------Responsive----------------------*/

@media (min-width:0px) and (max-width:349px) {

body{display: none;}

}

@media (min-width:350px) and (max-width:767px) {

/*----------Home------------*/
.navbar-mobile ul{padding-bottom: 0;}
.header-social-links a {display: none;}
#header .logo img {height: 34px;margin-left: 10px;}
.navbar-mobile .mobile-nav-toggle {position: absolute;top: 15px;background-color: #000;padding-right: 40px;}
 #hero .carousel-container {height:52vh ;background-size: cover;}
 #hero h2 {font-size: 28px;}

.carousel-container h4{font-size: 21px;}
.carousel-container p{font-size: 22px;margin-top: 115px;line-height: 35px;margin-bottom: 25px;}
#hero .btn-get-started{padding: 6px 13px;margin-top: 20px;font-size: 13px;border: 1px solid #fff;font-weight: 600;}
.why-us h3, .clients h3, .about h3, .our h3, #portfolio h3, .our-partners h3 {font-size: 22px;margin-top: 20px;}
.why-us .col-md-12 p{font-size:16px ;font-weight:600;padding-left: 10px;padding-right: 10px;line-height: 24px;}
.why-us .box .icon-box{width: 50px;height: 50px;margin: auto;margin-bottom: 15px;}
.why-us .box{margin: 0px 20px;}
.why-us .box h4{font-size: 18px;}

.clients img{width: 35%;}
.clients .col-md-12 p{font-size: 14px;font-weight: 600;padding-left: 15px;padding-right: 15px;line-height: 24px;margin-bottom: 20px;}
#hero p {width: 95%;animation-delay: 0.4s;margin: 30 auto 30px auto;color: #fff;}
.clients .client-logo {border: 1px solid #eceff0;height: 120px;padding: 40px;margin-top: 10px;margin-left: 20px;margin-right: 20px;}
.clients .clients-wrap{border-top: 1px solid #fff;}
.our-partners{padding: 45px 0 25px 0;}
.swiper-pointer-events{margin: 0 20px;}
#footer .footer-top{padding: 60px 0 5px 0;}
#footer .footer-top .footer-info {margin: -20px 0 40px 0;text-align: center;}
#footer .footer-top h4{text-align: center;font-size: 17px;font-weight:700;margin-top:-10px}
#footer .footer-top .footer-links ul{text-align:center;}
#footer .footer-top .footer-links {margin-bottom: 30px; padding-left: 0px;}
#footer .footer-top .footer-links ul li { padding: 10px 0;padding-top: 10px;display: list-item;}
.footer-newsletter{text-align: center;margin-bottom: 20px;}
.footer-newsletter p{margin: 0 0 15px 0;}
/*------------About-----------*/
.counts .count-box i{float: none;text-align: center;font-size: 32px;}
.counts .count-box span{margin-left: 0;text-align: center;margin-top: 20px;font-size: 36px;}
.counts .count-box p{text-align: center;margin-top: -9px;font-size: 17px;}
.about .content ul li{font-size: 15px;font-weight: 500;}
.about .content ul i{font-size: 17px;}
.counts .count-box{margin-bottom: 10px;padding: 15px 15px;}
.our{padding-bottom: 0px;padding-top: 40px;}
.our .icon i{font-size: 40px;}
.our .description{color: #333;font-size: 16px;font-weight: 500;padding-left: 20px;padding-right: 20px;}
.our .section-title-divider{margin-bottom: 65px;}
.our .icon-box{margin-top: -32px;}
#portfolio h3 {font-size: 22px;margin-top: 25px;}
.about h3 {font-size: 22px;margin-top: 55px;}
.portfolio-item img{width: 100%;}
/*-----------Service-----------*/
#services{padding: 50px 0 0px 0;}
.service-item p{font-size: 16px;}
#services h3{font-size: 22px;}
#services .service-title a{font-size: 18px;}
#services .col-md-12 p{font-size: 16px;font-weight: 500;}
.service-item a{font-size: 20px;}
#services .service-icon{width: 55px;height: 55px;}
#services .service-item{margin-bottom: 10px;}
/*------------Contact-----------*/
.section-title{font-size:28px;}
#contact .info-box h3{font-size: 20px;font-weight: 600;}
#footer .copyright{font-size: 14px;}
#contact h3{font-size: 22px;}
#contact .col-md-12 p{font-size: 16px;font-weight: 500;line-height: 26px;}
}
/*------------Careers-----------*/
.faq {padding: 45px 0 30px 0;}
.faq .faq-list .collapsed{font-size: 17px;}
.faq h3{font-size: 26px;margin-top: 35px;}
.faq .faq-list p{font-size: 15px;color: #000;}
/*----------gallery-----------*/
.gallery h2{font-size: 26px;margin-top: 10px;}

@media (min-width:768px) and (max-width:991px) {
/*-------------Home-------------*/
#hero .carousel-container{height: 30vh;padding-top: 0px;}
.navbar-mobile a, .navbar-mobile a:focus{font-size: 17px;}
.header-social-links a {display: none;}
.carousel-container h4{font-size: 25px;}
.carousel-container p{font-size: 32px;}
.why-us .box h4{font-size: 20px;}
/*-------------About------------*/
.about h3{margin-top: 40px;}
.about .content ul i{font-size: 20px;}
.about .content ul li{font-size: 16px;}
.counts .count-box{margin-bottom: 24px;}
.our{padding-top: 32px;}
.our h3{margin-top: 30px;}
.our .section-title-divider{margin-bottom: 35px;}
#portfolio h3{margin-top: 10px;}
/*------------Service-----------*/
#services{padding: 50px 0 25px 0;}
#services .service-item{margin-bottom: 5px;}
.service-item a{font-size: 20px;}
.service-item p{font-size: 16px;}
/*------------Careers-----------*/
.scrolled-offset {margin-top: 55px;}
#footer .copyright{font-size: 14px;}

}

@media (min-width:992px) and (max-width:1366px) {
/*-----------Service------------*/
#services{padding: 50px 0 20px 0;}
.service-item a{font-size: 18px;}
.service-item p{font-size: 14px;}
#footer .copyright{font-size: 15px;}
.our h3{margin-top: 30px;}
.our{padding-top: 50px;}
.our .section-title-divider{margin-bottom: 40px;}
#services .service-icon{width: 55px;height: 55px;}
.section-title{font-size: 26px;padding-top: 10px;}
}

/*----------Whatsapp-----------*/

.whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 80px;
  right: 15px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 28px;
 
  z-index: 100;
}
.fa-whatsapp{margin-top: 10px;}

.my-float {
  margin-top: 20px;
}

/* for mobile */
@media screen and (max-width: 767px){
  .whatsapp-icon {
    margin-top:9px;
  }
  .whatsapp_float {
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 10px;
    font-size: 22px;
  }
}



