/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('../fonts/AvenirNextLTPro-Bold.otf');
@import url('../fonts/AvenirNextLTPro-Regular.otf');
@import url('../fonts/gibson-bold.ttf');
@import url('../fonts/Gibson-Regular.ttf');


body {
  /* font-family: "Open Sans", sans-serif; */
  font-family: "Avenir Next", Sans-serif;
  color: var(--darkblue-color);
  background-color: #f5f5f5;
}
:root{
  --darkblue-color: #000000;
  /* --darkblue-color: #161c24; */
  --sky-color: #f70f26;
  --blue-color: #336aea;
  /* --sky-color: #ffc34a; */
  --skyopcity-color: #161c2462;
  --skylight-color: #ea4758;
  /* --skylight-color: #d2951c; */
}
.skyt{
    color: var(--sky-color) !important;
}

.skyb{
  background-color: var(--sky-color) !important;
}
.darkb{
  background-color: var(--darkblue-color) !important;
}
a {
  color: var(--sky-color);
  text-decoration: none;
}
a:hover {
  color: var(--skylight-color);
  text-decoration: none;
}

.bluet{
  color: var(--blue-color) !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Avenir Next", Sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: var(--blue-color);
  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: var(--sky-color);
  color: #fff;
}

.top-redb{
  background-color: var(--sky-color) !important;
}
.top-redb:hover{
  background-color: #fff !important;
  color: #000 !important;
}

.top-redb:hover i{
  color: #000 !important;
}

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

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

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
/* #topbar {
  background: #f8f6f5;
  padding: 10px 0;
  font-size: 14px;
}

#topbar .contact-info i {
  font-style: normal;
  color: var(--sky-color);
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: var(--darkblue-color);
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--sky-color);
}

#topbar .social-links a {
  color: #65534c;
  line-height: 0;
  transition: 0.3s;
  margin-left: 15px;
}

#topbar .social-links a:hover {
  color: var(--sky-color);
} */

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 100px;
  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
}
#header.dark-header {
  background: transparent;
}

/* #header.fixed-top {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
} */

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

#header .logo h1 a,
#header .logo h1 a:hover {
  color: var(--darkblue-color);
  text-decoration: none;
}

#header .logo img {
  padding: 0;
  margin: 0;
  max-height: 80px;
}

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

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar {
  padding: 0;
}

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

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 10px;
  font-size: 16px;
  font-weight: 600;
  color: var(--darkblue-color);
  white-space: nowrap;
  text-transform: uppercase;
  transition: 0.3s;
}

.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: var(--blue-color) !important;
  cursor: pointer;
}

.dark-header .navbar a:hover,
.dark-header .navbar .active,
.dark-header .navbar .active:focus,
.dark-header .navbar li:hover>a {
  color: var(--sky-color) !important;
  cursor: pointer;
}

.navbar .getstarted,
.navbar .getstarted:focus {
  background: var(--sky-color);
  padding: 8px 20px;
  margin-left: 30px;
  border-radius: 4px;
  color: #fff;
}

.navbar .getstarted:hover,
.navbar .getstarted:focus:hover {
  color: #fff;
  background: var(--sky-color);
}

.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;
}
.dark-header .navbar .dropdown ul a {
  color: var(--darkblue-color) !important;
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 13px;
  text-transform: none;
  font-weight: 500;
  color: var(--darkblue-color);
}

.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: var(--blue-color);
}

.dark-header .navbar .dropdown ul a:hover,
.dark-header .navbar .dropdown ul .active:hover,
.dark-header .navbar .dropdown ul li:hover>a {
  color: var(--sky-color) !important;
}

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

/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: var(--darkblue-color);
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@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(14, 11, 10, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: var(--darkblue-color);
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: var(--sky-color);
}

.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: var(--sky-color);
}

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

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  min-height: 480px;
  overflow: hidden;
  position: relative;
  padding: 0;
  height: -webkit-fill-available;
  /* z-index: 999; */
  /* margin-bottom: 100px; */
  /* margin-top: 100px; */
}
#hero-size {
  width: 100%;
  min-height: 430px;
  overflow: hidden;
  position: relative;
  padding: 0;
  /* z-index: 999; */
  /* margin-bottom: 100px; */
  /* margin-top: 100px; */
}

#hero-size .carousel,
#hero-size .carousel-inner,
#hero-size .carousel-item,
#hero-size .carousel-item::before,
#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}
.contact-title{
  font-size: 36px;
  font-weight: 900;
}
.para{
  margin: 0px 0px 30px 0px !important;
  color: #fff;
  width: 500px;
}
#hero-size .carousel-item::before,
#hero .carousel-item::before {
  content: "";
  background-color: rgba(30, 35, 40, 0.6);
}

#hero-size .carousel-container,
#hero .carousel-container {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: absolute;
  /* bottom: 60px; */
  /* top: 110px; */
  width: 100%;
  height: 100%;
  /* left: 50px; */
  /* right: 50px; */
  /* background-color: #0092c862; */
}

#hero .carousel-content {
  /* background: rgba(28, 23, 21, 0.5); */
  padding: 20px;
  margin: auto;
  color: var(--darkblue-color);
  animation-duration: 0.5s;
  border-top: 5px solid var(--sky-color);
}

#hero .carousel-content-img{
  margin: auto;
  /* background: #18d26e; */
}

#hero .carousel-content h2 {
  color: var(--darkblue-color);
  margin-bottom: 30px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}

#hero .btn-get-started {
  font-family: "Muli", sans-serif;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 34px;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: var(--darkblue-color);
  animation-delay: 0.8s;
  border: 2px solid var(--sky-color);
}

#hero .btn-get-started:hover {
  background: var(--sky-color);
  color: #fff;
  text-decoration: none;
}

#hero-size .carousel-inner .carousel-item,
#hero .carousel-inner .carousel-item {
  transition-property: opacity;
}

#hero-size .carousel-inner .carousel-item,
#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero-size .carousel-inner .active,
#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#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;
  color: var(--sky-color);
}

#hero .carousel-indicators li {
  cursor: pointer;
  list-style-type: none;
}


/*--------------------------------------------------------------
# Hero, Hero-wrapper
--------------------------------------------------------------*/
.hero-wrapper {
  background: #f7f7fd;
  display: flex;
  /* padding: 110px 0; */
  position: relative;
  /* height: -webkit-fill-available; */
  /* min-height: 100vh; */
  /* margin-top: -10px; */
  color: var(--darkblue-color);
}

.hero-wrapper .hero-inner-content {
  /* width: 100%; */
  /* height: auto; */
  /* margin-top: 10%;
  margin-bottom: 10%; */
  align-items: center;
  /* height: -webkit-fill-available; */
  min-height: 480px;
  /*justify-content: center;*/
  /* text-align: center; */
  padding-block-start: 50px;
  padding-block-end: 50px;
  /* position: static; */
  /* background-color: #58160145; */
}

.hero-wrapper .hero-inner-content .hero-inner-content-subtitle, .hero-inner-content-subtitle{
  font-weight: 900;
  margin-bottom: 20px;
  display: block;
  /* background-color: #0092c8; */
}

.hero-wrapper .hero-inner-content h2 {
  font-size: 42px;
  font-weight: 900;
  margin-bottom: 20px;
  /* background-color: #18d26e; */
}
.hero-wrapper .hero-inner-content h2 span, h3 .multi-color {
  /* color: var(--sky-color); */
  /* font-size: 72px; */
  background: -webkit-linear-gradient(var(--sky-color) 25%, var(--blue-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.d-wrapper-main {
  /* background-color: transparent !important; */
  display: flex;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  flex-direction: column;
}
.nav-colored {
  background-color:var(--darkblue-color) !important;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.nav-transparent {
  background-color:transparent;
}

.dark-header, .dark-hero .hero-wrapper {
  background-color: transparent;
}

.dark-header .btn-design1{
  border-radius: 50px;
  background: linear-gradient(to right, var(--sky-color) 50%, #fff);
  border: none;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
}
.dark-header .btn-design1:hover{
  background: linear-gradient(to right, var(--sky-color) 50%, var(--darkblue-color));
}
.dark-hero .btn-design2{
  background: linear-gradient(to right, #Fff 50%, #fff);
  color: #000;
}
.dark-hero .btn-design2:hover{
  background: linear-gradient(to right, var(--sky-color) 50%, var(--sky-color)) !important;
  color: #fff;
}
.dark-hero .hero-img-box:after {
  background: linear-gradient(transparent,transparent) !important;
}
.dark-hero .hero-wrapper .hero-inner-content h2 span, h3 .multi-color2{
  color: #fff;
  background: -webkit-linear-gradient(var(--sky-color) 20%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.dark-hero .hero-inner-content p, .dark-hero .hero-inner-content h2,
.dark-hero .con-btn span, .dark-content h3, .dark-content p, .dark-header .navbar a,
.dark-header .navbar a:focus, .dark-trusted-client .va-can .h2-1st-title.text-light,
.dark-stoies-testimonials .va-can .h2-1st-title, .dark-stoies-testimonials,
.dark-stoies-testimonials .trusted-client .icon-box.svcs-card .unleash-title,
.dark-faq h2, .dark-faq .accordion-button, .dark-faq .accordion-body,
.dark-footer .footer-top .footer-contact h3, .dark-footer .footer-top .footer-contact p,
.dark-footer .footer-top .footer-links ul a, .dark-footer .footer-top h4 {
  color: #fff !important;
}
.dark-content .unleash-title {
  color: var(--skylight-color) !important;
}
#main .dark-streamline:nth-child(2), #main .dark-streamline:nth-child(4), #main .dark-streamline:nth-child(6), #main .dark-streamline:nth-child(8),
.dark-stoies-testimonials, .dark-streamline-matching {
  background-color: #1d242b !important;
}
#main .dark-streamline .image6 img, #main .dark-streamline .image1 img, #main .dark-streamline .image2 img,
#main .dark-streamline .image3 img, #main .dark-streamline .image4 img, #main .dark-streamline .image5 img,
#main .dark-streamline .image7 img {
  box-shadow: none !important;
}
.dark-stoies-testimonials .unleash-title {
  color: var(--skylight-color);
}

.dark-stoies-testimonials .trusted-client .icon-box {
  background-color: #141518 !important;
  border: none;
}
.dark-trusted-client{
  color: #fff !important;
  background-color: #000 !important;
}
.dark-trusted-client .dark-trusted .icon-box.svcs-card {
  background-color: rgba(0, 0, 0, 0.5) !important;
  border-color: var(--sky-color);
  padding: 50px 60px 50px 60px !important ;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.18), -3px -3px 10px 0 rgba(0, 0, 0, 0.18);
}
.dark-stoies-testimonials .trusted-client .icon-box.svcs-card {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.18), -3px -3px 10px 0 rgba(0, 0, 0, 0.18);
}
.dark-trusted-client .dark-trusted .icon-box.svcs-card:hover, .dark-stoies-testimonials .trusted-client .icon-box.svcs-card:hover {
  box-shadow: 3px 3px 10px 0 rgba(255, 255, 255, 0.18), -3px -3px 10px 0 rgba(255, 255, 255, 0.18);
}
.dark-trusted-client .dark-trusted .icon-box.svcs-card p, .dark-stoies-testimonials .trusted-client .icon-box.svcs-card p{
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 1px;
}
.dark-trusted-client .dark-trusted .icon-box.svcs-card p span{
  font-size: 1.2rem;
  font-weight: 600;
}
.dark-stoies-testimonials .trusted-client .icon-box.svcs-card h2 {
  letter-spacing: 1px;
}

.dark-stoies-testimonials .trusted-client .icon-box.svcs-card span {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: 1px;
  /* color: #fff; */
}
.dark-stoies-testimonials .feature-logo-content {
  margin-top: 0px;
}
.dark-stoies-testimonials .feature-logo-content img {
  opacity: 1 !important;
}

.dark-stoies-testimonials .trusted-client .description span,
.dark-trusted-client .trusted-client .description span{
  color: var(--sky-color);
}

.dark-how-works{
  background-color: transparent !important;
  box-shadow: none !important;
  border-radius: 0;
  color: #fff;
  padding: 0 !important ;
  /* padding-right: 0 !important; */
}

.dark-faq .accordion-button::after {
  background-image: url(../img/down-arrow.svg);
}



/* ////////////////////////////////////    Dark Hero -- Dark header    ////////////////////////////////// */

.hero-wrapper .hero-inner-content p {
  line-height: 30px;
  font-size: large;
}

.hero-wrapper p {
  padding: 0;
  margin: 0;
}

.hero-wrapper .hero-img-box, .magic-executive-img-box {
  overflow: hidden;
  width:50%;
  height: -webkit-fill-available;
  position: absolute;
  top: 0px;
  right: 0;
}
.magic-executive-img-box {
  min-height: 500px !important;
  left: 0px !important;
  width: 50%;
}
.hero-wrapper .hero-img-box:after, .magic-executive-img-box:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(90deg,#f7f7fd 0,rgba(247,247,253,0) 50%);
}
.magic-executive-img-box:after {
  background: linear-gradient(270deg,#f7f7fd 0,rgba(247,247,253,0) 50%);
}

.hero-wrapper .hero-img-box img, .magic-executive-img-box img{
  position: absolute;
  height: -webkit-fill-available;
  width: 100%;
}
.hero-executive{
  min-height: -webkit-fill-available !important;
  overflow: visible;

}

h3.text-left{
  font-size: 24px;
  font-weight: 900;
  /* letter-spacing: 2px; */
  text-align: left;
  /* margin-bottom: 20px; */
}
.unleash-title{
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-align: left;
  margin-bottom: 20px;
}

.magic-executive-outer-content{
  /* margin-top: 140px; */
  z-index: 9;
  margin-left: -90px;
  /* background-color: #98d26e; */
}
.magic-executive-inner-content{
  margin-top: 140px;
  /* margin-left: -150px; */
  /* background-color: #18d26e; */
}
.magic-executive-outer-content span{
  width: -webkit-fill-available;
  letter-spacing: 5px;
  font-weight: 700;
  margin-bottom: 30px;
}
.magic-executive-outer-content h2{
  margin-bottom: 30px;
  width: -webkit-fill-available;
  font-size: 42px;
  font-weight: 900;
}
.magic-executive-outer-content p{
  margin-bottom: 30px;
}

.btn-design1{
  border-radius: 50px;
  background-color: var(--blue-color) !important;
  border: none;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
}
.btn-design1:hover{
  background-color: var(--sky-color) !important;
}
.btn-design2{
  padding: 0.5rem 0.9rem;
  border-radius: 50px;
  font-weight: 700;
  background-color: var(--sky-color) !important;
  border: none;
}
.btn-design2:hover{
  background-color: var(--darkblue-color) !important;
}
.btn-design3{
  border-radius: 50px;
  background: linear-gradient(to right, #Fff 50%, #fff);
  border: none;
  font-weight: 600;
  color: #000;
  padding: 0.5rem 0.9rem;
}
.btn-design3:hover{
  background: linear-gradient(to right, var(--sky-color) 50%, var(--sky-color));
}
.btn-design4{
  border-radius: 50px;
  background: linear-gradient(to right, var(--sky-color) 50%, #fff);
  border: none;
  font-weight: 600;
  padding: 0.5rem 0.9rem;
}
.btn-design4:hover{
  background: linear-gradient(to right, var(--sky-color) 50%, var(--darkblue-color));
}
.con-btn span{
  margin-left: 30px;
}

/* -------------------------------------------------------------------------------------
work-block
--------------------------------------------------------------------------------------*/

#work-block{
  padding: 120px 0 !important;
}
#work-block .work-wrapper{
  border: 1px solid #f5f5f5;
  background-color: #212529;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: -webkit-fill-available;
  /* margin: 30px !important; */
  border-radius: 10px;
  /* padding: 50px 30px 30px 30px; */
}
#work-block .work-wrapper:hover{
  /* border: 1px solid #f5f5f5; */
  background-color: #ffc34a88;
}
#work-block .work-wrapper::before {
  content: " .";
  position: absolute;
  border-radius: 10px;
  width: -webkit-fill-available;
  height: -webkit-fill-available;
}
#work-block .work-wrapper:hover::before {
  background-color: #21252942;
}

.work-block-title{
  text-align: center;
}
.work-block-title span{
  letter-spacing: 1px;
  margin: 0px auto 40px auto;
  display: block;
  width: 70%;
}
.work-block-title h3{
  font-size: 38px;
  font-weight: 900;
  margin: 0px 0px 20px 0px;
}

.work-block-magic{
  border-radius: 3px;
  /* padding: 50px 30px 30px 30px; */
  position: static;
  z-index: 1;
  background-color: #212529ec;
  box-shadow: -3px -3px 10px 0 rgba(0, 0, 0, 1), 3px 3px 10px 0 rgba(0, 0, 0, 1);
  margin: 250px 30px 30px 30px;
  padding: 35px 25px 15px 25px;
}

.work-block-content h3{
  font-weight: 700;
  font-size: 1.15rem;
  width: fit-content;
  /* background-color: #18d26e; */
}
.work-block-content h3::after{
  content: '';
  height: 1px;
  display: block;
  background-color: var(--sky-color);
}
.work-block-content p{
  margin-top: 20px;
  /* min-height: 120px; */
}
.btn-link{
  text-decoration: none;
}
.icon-btn{
  background-color: var(--sky-color);
  font-size: 2rem;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  display: flex;
  left: 45px;
  position: relative;
  width: 48px;
  height: 48px;
  color: var(--darkblue-color);
}
.icon-btn:hover {
  color: var(--darkblue-color);
}
.work-wrapper:hover .icon-lock{
  transform: rotate(-30deg);
}
.icon-btn  .icon-lock{
  transition: all .3s;
}
/* .work-wrapper:hover .icon-unlock,
.lock .icon-lock {
    display: none;
}
.work-wrapper:hover .icon-lock {
    display: inline;
} */

/* -------------------------------------------------------------------------------------
End work-block
--------------------------------------------------------------------------------------*/

#Main-Page-Services{
  padding: 120px 0 !important;
}
#Main-Page-Services .benefits-magic{
  border: 1px solid #f5f5f5;
  background-color: #212529;
}
#Main-Page-Services .benefits-magic:hover{
  /* border: 1px solid #f5f5f5; */
  background-color: var(--blue-color);
}
.t-pilot{
  border-radius: 50%;
  width: 50px !important;
  height: 50px;
  margin: 30px 0 20px 0;
}
.trusted-client{
  margin: 10px;
  /* background-color: #fff; */
  /* border: 1px solid #eee; */
  /* border-radius: 10px; */

}
.trusted-client .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  transition: 0.5s;
  border: 1px solid #eee;
  position: relative;
  background-color: #fff !important;
  border-radius: 8px !important;
}
.trusted-client .icon-box.svcs-card {
  padding: 20px 20px;
  transition: 0.5s;
}
.trusted-client .svcs-card:hover {
  border: 1px solid transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}
.trusted-client .description{
  letter-spacing: 1px;
}
.trusted-client .description span{
  color: var(--blue-color);
}
#trusted-client .va-can .h2-1st-title, #stoies-testimonials .va-can .h2-1st-title, #tech-stack .va-can .h2-1st-title {
  font-size: 42px;
  font-weight: 900;
  color: #000;
  display: inline;
  margin-right: 5px;
  /* background-color: #18d26e; */
}
#trusted-client, #stoies-testimonials, #tech-stack {
  background: #f5f5f5;
  background-position: center center;
  background-size: cover;
  display: flex;
  padding: 80px 0 50px 0 !important;
  position: relative;
  text-align: center;
  color: var(--darkblue-color);
}

#trusted-client .va-can, #stoies-testimonials .va-can, #tech-stack .va-can {
  width: 100%;
  height: auto;
  text-align: center;
  /* background-color: #58160145; */
}


/* /////////////////////////////////////////////////////////////////////// */

.owl-nav {
  display: none!important;
  /* justify-content: space-between!important;
  text-align: Left !important;
  margin-top: -25% !important;
  margin-bottom: 25% !important; */
}

/* .owl-nav .owl-prev {
  margin-left: -1% !important;
}

.owl-nav .owl-next {
  margin-right: -1% !important;
} */

.owl-dots{
  margin-top: auto!important;
  align-self: flex-start!important;
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}
.gap{
  margin-top: 60px;
  margin-bottom: 20px;
}

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

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

.section-title h2 {
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: var(--darkblue-color);
}

.section-title h2 strong {
  font-weight: 900;
}

.section-title p {
  margin-bottom: 0;
  color: var(--darkblue-color);
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: var(--darkblue-color);
  min-height: 40px;
  margin-top: 100px;
}

.breadcrumbs h2 {
  font-size: 28px;
  font-weight: 300;
  color: #fff;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  color: #ded5d2;
}

.breadcrumbs ol a {
  color: var(--blue-color);
}

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

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



/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: #f3f1f0;
  padding: 60px 0;
  color: #574741;
}

.cta h3 {
  font-size: 28px;
  font-weight: 700;
}
.cta-heading h3 {
  font-size: 28px;
  color: var(--darkblue-color);
  font-weight: 700;
}
.cta h2 {
  font-size: 38px;
  font-weight: 900;
}

.cta h3 span {
  color: var(--sky-color);
}

.cta p {
  padding: 0;
  margin: 0;
}

.cta .cta-btn, .brand-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid var(--sky-color);
  color: var(--sky-color);
  background: #fff;
}

.cta .cta-btn:hover {
  background: var(--sky-color);
  color: #fff;
}

@media (min-width: 769px) {
  .cta .cta-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}


/*--------------------------------------------------------------
# VA Can Do
--------------------------------------------------------------*/
.va {
  /* background: #f7f7fd; */
  background-position: center center;
  background-size: cover;
  display: flex;
  padding: 55px 0;
  position: relative;
  text-align: center;
  /* margin-top: 10px; */
  color: var(--darkblue-color);
}

.va .va-can {
  width: 100%;
  height: auto;
  text-align: center;
  /* background-color: #58160145; */
}

.va .va-can .h2-1st-title {
  font-size: 42px;
  font-weight: 900;
  color: var(--blue-color);
  display: inline;
  margin-right: 5px;
  /* background-color: #18d26e; */
}
.va .va-can h2 {
  font-size: 38px;
  color: var(--sky-color);
  font-weight: 500;
}
.no-gutters{
  height: 100%;
  overflow: hidden;
  transform: translateZ(0);
  transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);
}
.e-hosted-video{
  --video-aspect-ratio: 1.77777;
  aspect-ratio: var(--video-aspect-ratio);
  --flex-grow: 1;
  --flex-shrink: 0;
  /* object-fit: fill; */
}
.e-hosted-video video{
  width: 100%;
}
.feature-logo-content{
  text-align: center;
  margin-top: 50px;
}
.feature-logo{
  margin: 20px auto 0 auto;
}
.feature-logo img{
  padding: 0 30px;
}

.benefits-title{
  text-align: center;
}
.benefits-title span{
  letter-spacing: 3px;
  font-weight: 600;
}
.benefits-title h3{
  font-size: 42px;
  font-weight: 900;
  margin: 30px 0 70px 0;
}
.benefits-title h3 span{
  letter-spacing: 0;
  background: -webkit-linear-gradient(var(--sky-color) 25%, var(--blue-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.benefits-magic{
  border-radius: 30px;
  padding: 50px;
}
.benefits-content{
  margin-left: 40px;
}
.benefits-content h3{
  font-weight: 700;
}
.benefits-content p{
  margin-top: 20px;
  min-height: 120px;
}

/* .tools-container{

} */
.tools-widget-container{
  padding: 30px 60px;
  margin-top: 35px;
  margin-bottom: 25px;
  transition: 0.5s;
  position: relative;
  /* background: #faf9f8; */
}

.tools-widget-container:hover {
  background-color: #fff;
}

.tools-widget-image{
  padding: 20px;
  text-align: center;
  width: auto;
  max-width: auto;
  position: relative;
  display: inline-flex;
  flex-direction: initial;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.tools-widget-image img{
  max-height: 30px;
  vertical-align: middle;
  display: inline-block;
}

.ea-vs-va{
  padding: 60px 0;
}
/* #ea-vs-va span, #ea-vs-va h3, #ea-vs-va p{
  text-align: left !important;
} */

.ea-vs-va-ebook{
  text-align: left;
}
.ea-vs-va-ebook span{
  letter-spacing: 3px;
  font-weight: 600;
}
.ea-vs-va-ebook h3{
  font-size: 42px;
  font-weight: 900;
  margin: 30px 0 40px 0;
}
.ea-vs-va-container{
  background-color: #fff;
  padding: 45px;
  border-radius: 15px;
  /* text-align: left !important; */
  box-shadow: 5px 5px 10px 0 rgba(55,46,206,.1), -5px -5px 10px 0 rgba(55,46,206,.1);
}
#stoies-testimonials .feature-logo-content img{
  opacity: .5;
  filter: brightness( 200% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg );
  /* border-radius: 0 0 0 0;
  box-shadow: 0 0 0 0 rgba(0,0,0,.5); */
}

/*--------------------------------------------------------------
# sale-outsourcing
--------------------------------------------------------------*/
.sale-outsourcing {
  /* background: #f7f7fd; */
  background-position: center center;
  background-size: cover;
  display: flex;
  padding: 90px 0;
  position: relative;
  text-align: center;
  margin-top: -10px;
  color: var(--darkblue-color);
}

.sale-outsourcing .outsourcing {
  width: 100%;
  height: auto;
  text-align: center;
  /* background-color: #58160145; */
}

.sale-outsourcing .outsourcing .h2-1st-title {
  font-size: 38px;
  font-weight: 900;
  color: #fff;
  /* background-color: #18d26e; */
}
.sale-outsourcing .outsourcing p {
  font-weight: 600;
}
.sale-outsourcing .content {
  margin-top: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.sale-outsourcing .content .title {
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
  font-size: 16px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
}
.sale-outsourcing .content .title:nth-child(1) {
  background-color: var(--sky-color);
  opacity: .9;
}
.sale-outsourcing .content .title:nth-child(2) {
  background-color: var(--blue-color);
  opacity: .9;
}
.sale-outsourcing .content .title:nth-child(3) {
  background-color: var(--sky-color);
  opacity: .9;
}
.sale-outsourcing .content .title:nth-child(4) {
  background-color: var(--blue-color);
  opacity: .9;
}
.sale-outsourcing .content .title:nth-child(5) {
  background-color: var(--sky-color);
  opacity: .9;
}

/* -----------------------------------------------------------------
# service-work
----------------------------------------------------------------- */
.services .srvc-work-title {
  width: 100%;
  height: auto;
  text-align: center;
  /* background-color: #58160145; */
}

.services .srvc-work-title .h2-1st-title {
  font-size: 38px;
  font-weight: 900;
  color: var(--darkblue-color);
  /* background-color: #18d26e; */
}
.services .srvc-work-title p {
  font-weight: 600;
  margin-top: 20px !important;
  color: var(--darkblue-color) !important;
}
.elementor-heading-title{
  font-size: 200px;
  font-weight: 700;
  background-color: transparent;
  background-image: linear-gradient(180deg,#0092c837 0,#0092c800 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.elementor-icon-box-icon{
  margin: 0px;
  height: 180px;
  justify-content: center !important;
}
.elementor-icon{
  padding-top: 30px;
  padding-right: 50px;
  display: block;
}
.heading-title-wrapper{
  position: absolute;
  left: 80%;
  top: -60px;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .brand-box {
  position: relative;
  transition: 0.2s;
  text-align: center;
  width: 450px;
  height: 650px;
  background: var(--sky-color);
}
.services .brand-box:hover > img, .services .brand-box:hover > img.cable-svcs-img, .services .left-box:hover > img {
  top: 0px;
  left: 0px;
}
.services .brand-box.cable-svcs-box {
  height: 350px;
}
.services .brand-box img {
  position: absolute;
  top: -60px;
  left: 60px;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.services .brand-box img.cable-svcs-img {
  top: -45px;
  left: 45px;
}
.services .left-box2 img.cable-svcs-img {
  top: -45px;
  left: -45px;
}
.services .brand-text {
  position: relative;
  transition: 0.2s;
  color: var(--darkblue-color);
  align-items: center;
  width: 100%;
  height: 100%;
  /* background: #abc; */
}
.services .brand-text .title {
  font-weight: 900;
  font-size: 52px;
  padding: 80px 0px 0px 60px;
  text-transform: uppercase;
  /* background: #dbc; */
}
.services .brand-text.cable-svcs-text .title {
  font-weight: 900;
  font-size: 42px;
  padding: 30px 0px 0px 60px;
}
.services .brand-text .description {
  line-height: 28px;
  font-size: 16px;
  padding-left: 60px;
  color: var(--darkblue-color);
  width: 400px;
  /* background: #dbc; */
}
.services .brand-text .brand-btn {
  margin-left: 60px;
}
.services .brand-text .brand-btn:hover {
  background-color: var(--sky-color);
  color: #fff;
}
.services .icon-box {
  padding: 50px 20px;
  margin-top: 35px;
  margin-bottom: 25px;
  transition: 0.5s;
  border: 1px solid #ebe6e4;
  position: relative;
  background: #faf9f8;
}
.services .icon-box.svcs-card {
  padding: 20px 20px;
  transition: 0.5s;
}
.services .svcs-card:hover {
  border: 1px solid transparent;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color: #fff;
}
.services .icon.icon-img {
  position: relative;
  top: 0px;
  left: 0px;
  border-radius: 5px;
  border: 0px solid #fff;
  overflow: hidden;
  margin-bottom: 30px;
  width: 100%;
  height: 185px;
  /* background-color: #18d26e; */
}
.services .icon.icon-img:before {
  content: " ";
  position: absolute;
  opacity: .2;
  border-radius: 5px;
  width: 100%;
  height: 185px;
  background: var(--sky-color);
}
.services .icon.icon-img img {
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.services .icon-box:hover {
  background-color: #fff;
}
.services .icon-box:hover .icon.icon-img {
  border: 0px solid var(--sky-color);
}
.services .icon-box:hover .icon.icon-img img {
  width: 110%;
  height: 110%;
}
.icon-img-btn{
  font-size: 14px;
  letter-spacing: 1px;
  padding: 10px 20px;
  display: block;
  border-radius: 4px;
  transition: 0.5s;
  line-height: 1;
  margin: 40px auto 20px auto;
  /* margin-left: 33%;
  margin-top: 200px !important; */
  color: var(--darkblue-color);
  animation-delay: 0.8s;
  border: 2px solid var(--sky-color);
}
.icon-img-btn:hover{
  background: var(--sky-color);
  color: #fff;
}
.services .icon {
  position: absolute;
  top: -36px;
  left: calc(50% - 36px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 72px;
  height: 72px;
  background: var(--sky-color);
}

.services .icon i {
  color: #fff;
  font-size: 24px;
  line-height: 0;
}

.services .title {
  font-weight: 700;
  /* margin-bottom: 15px; */
  padding: 15px 0px;
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
}

.services .title a {
  color: var(--darkblue-color);
}

.services .icon-box:hover .icon {
  background: #fff;
  border: 2px solid var(--sky-color);
}

.services .icon-box:hover .icon i {
  color: var(--sky-color);
}

.services .icon-box:hover .title a {
  color: var(--sky-color);
}

.services .description {
  line-height: 24px;
  font-size: 14px;
  text-align: left !important;
}
.services .icon-box ul{
  list-style: none;
}
.services .icon-box ul li{
  padding: 5px 0px;
}

/* ----------------------------------------------------------------
#Contact Center Solutions services
---------------------------------------------------------------- */
.ccs-services p span, .why-choose-ccs p span{
  font-weight: 700;
  font-size: medium;
  font-family: "Gibson", Sans-serif !important;
  /* font-family: "Avenir Next", Sans-serif !important; */
}
.ccs{
  margin-top: 50px !important;
}
.why-choose-ccs-img{
  /* background-color: #18d26e; */
  overflow: hidden;
  padding: 0px;
  display: flex;
}
.why-choose-ccs-img:hover img{
  transform: scale(1.15) rotate(0deg);
}
.why-choose-ccs-img img{
  width: 80%;
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.3), 0 2px 10px 0 rgba(0, 0, 0, 0.3);
  margin: auto !important;
  transition: .2s;
}



/* ----------------------------------------------------------------
#FAQs
---------------------------------------------------------------- */
.accordion.faqs{
  --bs-accordion-active-bg: transparent;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem transparent;
}

.accordion-item, .accordion-button {
  background-color: transparent;
}

.accordion-body {
  text-align: left;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 50px auto;
  list-style: none;
  text-align: center;
}
.portfolio .portfolio-title {
  margin-bottom: 70px;
}
.portfolio .portfolio-title h3 {
  font-size: 28px;
  font-weight: 700;
  color: var(--sky-color);
}
.portfolio .portfolio-title h2 {
  font-size: 38px;
  color: var(--darkblue-color);
  font-weight: 900;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 20px 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
  color: #4d4643;
  transition: all 0.3s;
  border-radius: 50px;
}

.portfolio #portfolio-flters li:hover,
.portfolio #portfolio-flters li.filter-active {
  color: #fff;
  background: var(--sky-color);
}

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

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.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;
  color: #fff;
  font-weight: 600;
  color: var(--darkblue-color);
}

.portfolio .portfolio-item .portfolio-info p {
  color: #65534c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link,
.portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #483b36;
}

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

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: var(--sky-color);
}

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

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

.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(--sky-color);
}

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

.portfolio-details .portfolio-info {
  padding: 30px;
  box-shadow: 0px 0 30px rgba(43, 35, 32, 0.08);
}

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

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

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

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

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

.clients .client-logo img {
  transition: all 0.3s ease-in-out;
  height: 36px;
  filter: grayscale(100%);
}

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

/*--------------------------------------------------------------
# About Us
--------------------------------------------------------------*/
.about-us .content {
  padding: 30px 0;
}

.about-us .content h3 {
  font-weight: 700;
  font-size: 34px;
}

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

.about-us .content .icon-box {
  margin-top: 25px;
}

.about-us .content .icon-box h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 10px 60px;
}

.about-us .content .icon-box i {
  font-size: 48px;
  float: left;
  color: var(--sky-color);
}

.about-us .content .icon-box p {
  font-size: 15px;
  color: #90847f;
  margin-left: 60px;
}

.about-us .image {
  background: url("../img/about.jpg") center center no-repeat;
  background-size: cover;
  min-height: 400px;
}

/*--------------------------------------------------------------
# STREAMLINE YOUR OPERATIONS
--------------------------------------------------------------*/
#streamline1, #streamline2, #streamline3, #streamline4, #streamline5, #streamline6, #streamline7 {
  padding: 30px 0;
}
#streamline1 {
  padding: 60px 0 30px 0 !important;
}
#streamline7 {
  padding: 30px 0 60px 0 !important;
}

.streamline .content {
  padding: 30px 0;
}


.how-works-paddingt{
  margin-top: 100px !important;
}

  .how-works{
  /* background-color: #efeFeF; */
  padding: 40px;
  border-radius: 30px;
  margin-top: 50px;
  background-color: #fff;
  margin-bottom: 100px;
  box-shadow: 5px 5px 10px 0 rgba(55,46,206,.1), -5px -5px 10px 0 rgba(55,46,206,.1);
}
.how-works h2{
  font-weight: 900;
  font-size: 38px;
  padding: 30px 0;
  text-align: center;
}
.how-works .streamline .image2 img, .how-works .streamline .image3 img, .how-works .streamline .image4 img{
  /* min-height: 280px; */
  box-shadow: 5px 5px 10px 0 rgba(55,46,206,.18), -5px -5px 10px 0 rgba(55,46,206,.18) !important;
}

.streamline .content h3 {
  font-weight: 900;
  font-size: 38px;
  margin-bottom: 10px;
}
.streamline .content h3.h3-ctitle {
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 20px;
}

.streamline .content p {
  margin-bottom: 0;
  line-height: 30px;
  font-size: large;
}

.streamline .image1, .streamline .image2, .streamline .image3, .streamline .image4,
.streamline .image5, .streamline .image6, .streamline .image7 {
  /* background: url("../img/portfolio/hourglass.webp") center center no-repeat;
  background-size: cover; */
  /* background-color: #18d26e; */
  /* min-height: 400px; */
  /* box-shadow: 22px 28px 75px 0 rgba(55,46,206,.18); */
}
.streamline .image1 img,
.streamline .image2 img,
.streamline .image3 img,
.streamline .image4 img,
.streamline .image5 img,
.streamline .image6 img,
.streamline .image7 img
{
  width: 100%;
  margin: auto;
  /* min-height: 400px; */
  box-shadow: 3px 3px 5px 0 rgba(55,46,206,.18), -3px -3px 5px 0 rgba(55,46,206,.18);
}
/* background: url("../img/portfolio/virtual-assistant-group.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image2 {
  min-height: 400px;
} */
/* background: url("../img/portfolio/virtual-assistant-wfh.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image3 {
  min-height: 400px;
} */
/* background: url("../img/portfolio/customer-support.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image4 {
  min-height: 400px;
} */
/* background: url("../img/portfolio/assistant-group-2.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image5 {
  min-height: 400px;
} */
/* background: url("../img/portfolio/modern-outsourcing.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image6 {
  min-height: 400px;
} */
/* background: url("../img/portfolio/powered.webp") center center no-repeat;
background-size: cover; */
/* .streamline .image7 {
  min-height: 400px;
} */


/*--------------------------------------------------------------
# Our Team
--------------------------------------------------------------*/
.team .member {
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

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

.team .member .social {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 40px;
  opacity: 0;
  transition: ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a {
  transition: color 0.3s;
  color: var(--darkblue-color);
  margin: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.team .member .social a:hover {
  color: var(--sky-color);
}

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

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

.team .member .member-info h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 18px;
  color: var(--darkblue-color);
}

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

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

.team .member:hover .social {
  opacity: 1;
}

/*--------------------------------------------------------------
# Get In Touch
--------------------------------------------------------------*/
.getintouch .get-img-box {
  /* overflow: hidden; */
  border-radius: 50px;
}

.getintouch .get-img-box img {
  border-radius: 50px;
}

.getintouch .get-text-box {
  padding: 80px;
  background: #fff;
  border-radius: 50px;
  margin: 56px 0px;
}
.getintouch .get-text-box h2 {
  font-weight: 700;
  font-family: 'poppins', sans-serif;
  /* font-family: "Poppins", sans-serif; */
}

.getintouch .get-text-box .email, .getintouch .get-text-box .phone, .getintouch .get-text-box .address {
  display: flex;
  margin-top: 40px;
}

.getintouch .get-text-box .email .touch, .getintouch .get-text-box .phone .touch, .getintouch .get-text-box .address .touch{
  width: 55px;
  height: 55px;
  line-height: 70px;
  display: block;
  text-align: center;
  margin: auto 0px;
  border-radius: 50%;
  background-color: var(--blue-color);
}

.getintouch .get-text-box .touch i{
  font-size: 2rem;
  color: #fff;
}

.getintouch .get-text-box .email-txt, .getintouch .get-text-box .phone-txt, .getintouch .get-text-box .address-txt{
  margin-left: 20px;
  /* background-color: #18d26e; */
  margin: auto 0px auto 20px;
  align-items: center;
  align-content: center;
  /* width: 300px; */
}

.getintouch .get-text-box .email-txt h5, .getintouch .get-text-box .phone-txt h5, .getintouch .get-text-box .address-txt h5{
  font-weight: 700;
}
.getintouch .get-text-box .email-txt p, .getintouch .get-text-box .phone-txt p, .getintouch .get-text-box .address-txt p{
  margin-bottom: 0px;
}

/* .section-title.intouch {
  padding-bottom: 40px;
} */
.section-title.intouch h2 {
  font-size: 14px;
  font-weight: 500;
  padding: 0;
  /* line-height: 1px; */
  margin: 0 0 5px 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  /* color: #aaaaaa; */
  font-family: "Poppins", sans-serif;
}

.section-title.intouch h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #000;
  margin: 4px 10px;
}

.section-title.intouch p {
  margin: 0;
  margin: 0;
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  /* color: #556270; */
}



/*--------------------------------------------------------------
# Our Skills
--------------------------------------------------------------*/
.skills .progress {
  height: 50px;
  display: block;
  background: none;
}

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

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

.skills .progress-bar-wrap {
  background: #ded5d2;
}

.skills .progress-bar {
  width: 1px;
  height: 10px;
  transition: 0.9s;
  background-color: var(--sky-color);
}

/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.features {
  padding-top: 0;
}

.features .nav-tabs {
  border: 0;
}

.features .nav-link {
  border: 0;
  padding: 25px 20px;
  transition: 0.3s;
  color: var(--darkblue-color);
}

.features .nav-link:hover {
  color: var(--sky-color);
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
}

.features .nav-link h4 {
  font-size: 18px;
  font-weight: 600;
}

.features .nav-link p {
  font-size: 14px;
  margin-bottom: 0;
}

.features .nav-link.active {
  box-shadow: 0px 0 15px rgba(0, 0, 0, 0.12);
  color: var(--sky-color);
}

.features .tab-pane.active {
  animation: slide-down 0.5s ease-out;
}
.features .tab-content .tab-pane .img-fluid {
  width: 80%;
  height: 70%;
}

@keyframes slide-down {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f3f1f0;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: var(--darkblue-color);
}

.pricing h4 {
  font-size: 42px;
  color: var(--sky-color);
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing ul {
  padding: 0;
  list-style: none;
  color: var(--darkblue-color);
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing ul li {
  padding-bottom: 16px;
}

.pricing ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .btn-buy {
  color: #9c847b;
  border: 2px solid #e9e3e1;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 4px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Muli", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .btn-buy:hover {
  color: var(--sky-color);
  border-color: var(--sky-color);
}

.pricing .featured {
  background: var(--skylight-color);
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.5);
}

.pricing .featured .btn-buy:hover {
  color: var(--sky-color);
  background: #fff;
  border-color: #fff;
}

/*--------------------------------------------------------------
# Cta Pricing
--------------------------------------------------------------*/
.cta-pricing {
  background: #f3f1f0;
  color: #65534c;
}

.cta-pricing h3 {
  font-size: 28px;
  font-weight: 700;
}

.cta-pricing .cta-btn {
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 2px;
  transition: 0.4s;
  margin: 10px;
  border-radius: 4px;
  border: 2px solid var(--sky-color);
  color: var(--sky-color);
  background: #fff;
}

.cta-pricing .cta-btn:hover {
  background: var(--sky-color);
  color: #fff;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  box-sizing: content-box;
  padding: 40px;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  background: #fff;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 50px;
  border: 6px solid #fff;
  float: left;
  margin: 0 10px 0 0;
}

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

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

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: #fecfc0;
  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: 15px 0 0 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-wrap {
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 30px;
}

.contact .info {
  background: #fff;
}

.contact .info i {
  font-size: 20px;
  color: var(--sky-color);
  float: left;
  width: 44px;
  height: 44px;
  background: #ffeee8;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: var(--darkblue-color);
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #65534c;
}

.contact .info:hover i {
  background: var(--sky-color);
  color: #fff;
}

.contact .php-email-form {
  width: 100%;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
  padding: 30px;
  background: #fff;
}

.contact .php-email-form .form-group {
  padding-bottom: 8px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: var(--skylight-color);
  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;
  animation: animate-loading 1s linear infinite;
}

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

.contact .php-email-form input,
.contact .php-email-form select {
  height: 44px;
}

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

.contact .php-email-form button[type=submit] {
  background: var(--sky-color);
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
  border-radius: 4px;
}

.contact .php-email-form button[type=submit]:hover {
  background: var(--skylight-color);
}

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

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
  padding: 40px 0 20px 0;
}

.blog .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .entry .entry-img-box {
  height: fit-content;
  overflow: hidden;
}
.blog .entry .entry-img {
  max-height: 490px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}
.entry-img:hover .img-fluid, .entry-img-box:hover .img-fluid {
  transform: scale(1.15) rotate(2deg);
}
.img-fluid{
  width: 100%;
  transition: .2s;
}
.blog .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .entry .entry-title a {
  color: var(--darkblue-color);
  transition: 0.3s;
}

.blog .entry .entry-title a:hover {
  color: var(--blue-color);
}

.blog .entry .entry-meta {
  margin-bottom: 15px;
  color: #9c847b;
}

.blog .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
}

.blog .entry .entry-meta a {
  color: #847872;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog .entry .entry-content p {
  line-height: 24px;
}

.blog .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog .entry .entry-content .read-more a {
  display: inline-block;
  background: var(--blue-color);
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog .entry .entry-content .read-more a:hover {
  background: var(--sky-color);
}

.blog .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog .entry .entry-content blockquote p {
  color: #4d4643;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: var(--darkblue-color);
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog .entry .entry-footer i {
  color: #836a61;
  display: inline;
}

.blog .entry .entry-footer a {
  color: #3a2f2b;
  transition: 0.3s;
}

.blog .entry .entry-footer a:hover {
  color: var(--sky-color);
}

.blog .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog .entry .entry-footer .cats li {
  display: inline-block;
}

.blog .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog .entry .entry-footer .tags li {
  display: inline-block;
}

.blog .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog .entry .entry-footer .share {
  font-size: 16px;
}

.blog .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog .entry-single {
  margin-bottom: 30px;
}

.blog .blog-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-author img {
  width: 120px;
  margin-right: 20px;
}

.blog .blog-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: var(--darkblue-color);
}

.blog .blog-author .social-links {
  margin: 0 10px 10px 0;
}

.blog .blog-author .social-links a {
  color: rgba(43, 35, 32, 0.5);
  margin-right: 5px;
}

.blog .blog-author p {
  font-style: italic;
  color: #bfb9b6;
}

.blog .blog-comments {
  margin-bottom: 30px;
}

.blog .blog-comments .comments-count {
  font-weight: bold;
}

.blog .blog-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog .blog-comments .comment .comment-img {
  margin-right: 14px;
}

.blog .blog-comments .comment .comment-img img {
  width: 60px;
}

.blog .blog-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog .blog-comments .comment h5 a {
  font-weight: bold;
  color: #4d4643;
  transition: 0.3s;
}

.blog .blog-comments .comment h5 a:hover {
  color: var(--sky-color);
}

.blog .blog-comments .comment h5 .reply {
  padding-left: 10px;
  color: var(--darkblue-color);
}

.blog .blog-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog .blog-comments .comment time {
  display: block;
  font-size: 14px;
  color: #483b36;
  margin-bottom: 5px;
}

.blog .blog-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog .blog-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .blog-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog .blog-comments .reply-form p {
  font-size: 14px;
}

.blog .blog-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form input:focus {
  box-shadow: none;
  border-color: var(--skylight-color);
}

.blog .blog-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog .blog-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: var(--skylight-color);
}

.blog .blog-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog .blog-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: var(--sky-color);
}

.blog .blog-comments .reply-form .btn-primary:hover {
  background-color: var(--darkblue-color);
}

.blog .blog-pagination {
  color: #65534c;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li a {
  color: var(--darkblue-color);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--blue-color);
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: #fff;
}

.blog .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: var(--darkblue-color);
  position: relative;
}

.blog .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--sky-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog .sidebar .search-form form button i {
  line-height: 0;
}

.blog .sidebar .search-form form button:hover {
  background: var(--skylight-color);
}

.blog .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog .sidebar .categories ul a {
  color: var(--darkblue-color);
  transition: 0.3s;
}

.blog .sidebar .categories ul a:hover {
  color: var(--sky-color);
}

.blog .sidebar .categories ul a span {
  padding-left: 5px;
  color: #b4aca8;
  font-size: 14px;
}

.blog .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog .sidebar .recent-posts h4 a {
  color: var(--darkblue-color);
  transition: 0.3s;
}

.blog .sidebar .recent-posts h4 a:hover {
  color: var(--sky-color);
}

.blog .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #b4aca8;
}

.blog .sidebar .tags {
  margin-bottom: -10px;
}

.blog .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog .sidebar .tags ul li {
  display: inline-block;
}

.blog .sidebar .tags ul a {
  color: #745f56;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ded5d2;
  display: inline-block;
  transition: 0.3s;
}

.blog .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid var(--sky-color);
  background: var(--sky-color);
}

.blog .sidebar .tags ul a span {
  padding-left: 5px;
  color: #c8bab5;
  font-size: 14px;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #121820;
  font-size: 14px;
  border-top: 2px solid #ccc;
  /* background: var(--darkblue-color); */
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  /* background: var(--darkblue-color); */
  border-bottom: 1px solid var(--sky-color);
}

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

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
}

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

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #000;
  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: var(--sky-color);
  font-size: 18px;
  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: #121820;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: var(--sky-color);
}

#footer .footer-newsletter {
  font-size: 15px;
}

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

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

#footer .footer-newsletter form input[type=email] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type=submit] {
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--sky-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type=submit]:hover {
  background: var(--skylight-color);
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #121820;
}

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

#footer .social-links a:hover {
  background: var(--skylight-color);
  color: #fff;
  text-decoration: none;
}

@media (max-width: 1400px) and (max-height: 602px) {
  #hero {
    /*height: 100vh !important;*/
    height: -webkit-fill-available !important;
  }
}
@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}
@media (max-width: 1200px) and (max-height: 602px) {
  #hero {
    /*height: 100vh !important;*/
    height: -webkit-fill-available !important;
  }
}
@media(max-width: 1200px){

  #hero .carousel-content-img img{
    width: 380px;
  }
  .services .brand-text .title {
    font-size: 45px !important;
    padding: 80px 0px 0px 120px !important;
  }
  .services .brand-text .description {
    padding-left: 140px !important;
  }
  .services .brand-text .brand-btn {
    margin-left: 140px !important;
  }
  .getintouch .get-text-box {
    padding: 80px 40px;
  }
}

@media (max-width: 1024px) {
  .cta {
    background-attachment: scroll;
  }
  #hero .carousel-content-img img{
    width: 300px !important;
  }
}
@media (max-width: 992px) and (max-height: 602px) {
  #hero {
    /* height: calc(100vh -20px) !important; */
    height: -webkit-fill-available !important;
  }
}

@media (max-width: 992px) {
    .dark-header .navbar a,
    .dark-header .navbar a:focus{
        color: #000000 !important;
    }

  #hero .carousel-content-img img{
    margin-left: 34%;
  }
  #hero .carousel-content h2 {
    margin-bottom: 15px;
    font-size: 22px;
  }
  #hero .carousel-content p {
    font-size: 15px;
  }
  .services .brand-box {
    width: 330px !important;
    height: 500px !important;
  }
  .services .brand-box.cable-svcs-box {
    height: 280px !important;
  }
  .services .brand-box img {
    top: -40px !important;
    left: 40px !important;
  }
  .services .brand-box img.cable-svcs-img {
    top: -35px !important;
    left: 35px !important;
  }
  .services .brand-text .title {
    font-size: 30px !important;
    padding: 80px 0px 0px 40px !important;
  }
  .services .brand-text.cable-svcs-text .title {
    padding: 20px 0px 0px 60px !important;
  }
  .services .brand-text .description {
    padding-left: 40px !important;
    padding-right: 50px;
  }
  .services .brand-text .brand-btn {
    margin-left: 40px !important;
  }
}

@media (max-width: 991px) {

.about-us .image {
    text-align: center;
  }
  .d-img-none{
    display: none !important;
  }
  .cta{
    color: #fff;
    background-image: linear-gradient(to right, var(--skyopcity-color) , var(--darkblue-color)) !important;
  }
  .about-us .image img {
    max-width: 80%;
  }
  .getintouch .get-img-box {
    overflow: hidden;
  }

}

@media (max-width: 768px) and (max-height: 602px) {
  #hero {
    /*height: 50vh !important;*/
    height: -webkit-fill-available !important;
  }
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
  #hero {
    /*height: 400px !important;*/
    height: -webkit-fill-available !important;
  }
  #hero .carousel-content h2 {
    /* margin-bottom: 15px; */
    font-size: 18px;
  }
  #hero .carousel-content p {
    font-size: 12px;
  }
  #hero .carousel-content-img{
    display: none !important;
    /* background-color: #18d26e; */
  }
  /* #hero .carousel-content-img img{
    width: 80px !important;
    margin-left: 25%;
  } */
  .services .brand-box {
    margin: auto;
  }
  .services .brand-box.cable-svcs-box {
    height: 260px !important;
  }
  .services .brand-text .description {
    padding-left: 40px !important;
    padding-right: 50px;
  }
  .services .brand-text .brand-btn {
    margin-left: 40px !important;
  }
}
@media (max-width: 667px) {
  .about-us .image img {
    max-width: 100%;
  }
}
@media (max-width: 575px) {
  .getintouch .get-text-box {
      padding: 40px 30px;
  }
  .para{
    width: 400px;
  }
}
@media (max-height: 500px) {
  #hero {
    height: 100vh !important;
  }
}
@media (max-width: 500px) and (max-height: 602px) {
  #hero {
    height: 62vh !important;
  }
}
/* @media (max-width: 500px) {
  #hero {
    height: 62vh !important;
  }
} */
@media (max-width: 475px) {
  .services .brand-box {
    width: 270px !important;
    height: 420px !important;
  }
  .services .brand-box.cable-svcs-box {
    height: 210px !important;
  }
  .services .brand-box img {
    top: -30px !important;
    left: 30px !important;
  }
  .services .brand-box img.cable-svcs-img {
    top: -30px !important;
    left: 30px !important;
  }
  .features .tab-content .tab-pane .img-fluid {
    width: 80%;
    height: 40vh;
  }
}

@media (max-width: 425px) {
  .getintouch .get-text-box {
      padding: 40px 20px;
  }
  .para{
    width: 100%;
  }
}
@media (max-width: 414px) and (max-height: 602px) {
  #hero {
    /*height: 52vh !important;*/
    height: -webkit-fill-available !important;
  }
}

@media (max-width: 414px) {
  #hero {
    /*height: 45vh !important;*/
    height: -webkit-fill-available !important;
  }
  #hero .carousel-content h2 {
    font-size: 12px !important;
  }
  #hero .carousel-content p {
    font-size: 8px !important;
  }
  .services .brand-box.cable-svcs-box {
    height: 180px !important;
  }
  .services .brand-box img.cable-svcs-img {
    top: -25px !important;
    left: 25px !important;
  }
  #hero .btn-get-started {
    font-size: 12px !important;
    padding: 8px 24px !important;
  }
  .features .tab-content .tab-pane .img-fluid {
    width: 80%;
    height: 30vh;
  }
}
@media (max-width: 375px) {
  .getintouch .get-text-box {
      padding: 40px 20px;
  }
  /* .para{
    width: 280px;
  } */
}
@media (max-width: 320px) {
  .services .brand-box {
    width: 200px !important;
    height: 320px !important;
  }
  .services .brand-box.cable-svcs-box {
    height: 160px !important;
  }
  .services .brand-box img {
    top: -30px !important;
    left: 30px !important;
  }
  .services .brand-box img.cable-svcs-img {
    top: -20px !important;
    left: 20px !important;
  }

  .services .brand-text .description {
    padding-left: 0px !important;
    padding-right: 130px !important;
  }
  .services .brand-text .title {
    font-size: 25px !important;
    padding: 80px 0px 0px 0px !important;
  }
  .features .tab-content .tab-pane .img-fluid {
    width: 80%;
    height: 25vh;
  }
  .getintouch .get-text-box {
    padding: 30px 20px;
  }
  .getintouch .get-text-box .email-txt, .getintouch .get-text-box .phone-txt, .getintouch .get-text-box .address-txt{
      width: 160px;
  }
  /* .para{
    width: 250px;
  } */
}

.typed-cursor{
  display: none;
}

.item .icon-box{
  padding: 20px 40px !important;
  border-radius: 30px;
  box-shadow: 3px 3px 10px 0 rgba(255, 255, 255, 0.18), -3px -3px 10px 0 rgba(255, 255, 255, 0.18);
}

.equal-height-carousel.item {
  flex: 1;
  margin: 10px;
}

.equal-height-carousel.item {
  overflow: hidden;
}

/* @media (max-width: 1200px) {
  .getintouch .get-text-box {
    padding: 80px 40px;
  }
}
@media (max-width: 991px) {
  .getintouch .get-img-box {
      overflow: hidden;
  }
} */
/* @media (max-width: 575px) {
  .getintouch .get-text-box {
      padding: 40px 30px;
  }
}
@media (max-width: 425px) {
  .getintouch .get-text-box {
      padding: 40px 20px;
  }
}
@media (max-width: 375px) {
  .getintouch .get-text-box {
      padding: 40px 20px;
  }
} */
/* @media (max-width: 320px) {
  .getintouch .get-text-box {
      padding: 30px 20px;
  }
  .getintouch .get-text-box .email-txt, .getintouch .get-text-box .phone-txt, .getintouch .get-text-box .address-txt{
      width: 160px;
  }
} */


.btn-design5 {
    border-radius: 50px;
    background: linear-gradient(to right, #Fff 50%, #fff);
    border: none;
    font-weight: 600;
    color: #000;
    padding: 0.5rem 0.9rem;
}

.btn-design5:hover {
    background: linear-gradient(to right, var(--sky-color) 50%, var(--sky-color));
    color: #FFF;
}
