h1, h2, h3, h4, h5, h6{font-family: 'Lato', sans-serif !important;color: #2b2b2b;}

p,li,a,span{font-family: 'Lato';}

.footer-widget__content img{width: 100px !important;}

.burger-menu__header img{width: 95px;}

.burger-menu .social-icons li i{color: #ea8623;}


.footer-widget__content img{width: 75px;}

.burger-menu__header img{width: 95px;}

.col-20{-ms-flex: 0 0 20%;flex: 0 0 20%;max-width: 20%;}

.col-40{-ms-flex: 0 0 40%;flex: 0 0 40%;max-width: 40%;}

/*home page flip box*/

.box-container {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  padding: 0px 15px;
  width: 100%;
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.col-five{
  float: left;
  width: 20%;
      margin-top: 23px;
}

.soc-services h5{
  color: #0b2653;
}

.cyber-btn{
    padding: 10px 15px;
    font-size: 17px;
    border-radius: 27px;
    background-color: #fff;
    border: 1px solid #ea862f;
    color: #ea862f;
    box-shadow: 2px 2px;
}

.primary-h{
  color: #ea862f;
}

.cyber-page-logo{
  width: 100px;margin-bottom: 9px;
}

footer .btn__link.btn__primary-style2:hover{
    color: #ea862f;
}

.footer  .btn__link.btn__primary-style2:hover .icon-outlined {
    color: #ffffff;
}

.secondary-h{
  /*color: #1d2b58;*/
  color: #1f4070;
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  max-width: 100%;
}

.flip-box {
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  perspective: 1000px;
  -webkit-perspective: 1000px;
}

.flip-box-front,
.flip-box-back {
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  min-height: 475px;
  -ms-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-transition: transform 0.7s cubic-bezier(.4,.2,.2,1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-front {
  -ms-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box-back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  
  -ms-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-back {
  -ms-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.flip-box .inner {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 60px;
  outline: 1px solid transparent;
  -webkit-perspective: inherit;
  perspective: inherit;
  z-index: 2;
  
  transform: translateY(-50%) translateZ(60px) scale(.94);
  -webkit-transform: translateY(-50%) translateZ(60px) scale(.94);
  -ms-transform: translateY(-50%) translateZ(60px) scale(.94);
  top: 50%;
}

.flip-box-header {
  font-size: 25px;
  color: #1d2b57;
  margin-top: 25px;
}

.flip-box p {
  font-size: 17px;
  line-height: 1.5em;
}

.flip-box-back .inner p{color: #1d2b57 !important;}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
    border: 2px solid #1d2b57;
    border-radius: 2px;
    color: #172756;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    margin-top: 25px;
    padding: 11px 20px;
    text-transform: capitalize;
}

.flip-box-front .overlay.dark {
    background: rgb(62 56 56 / 38%);
}

.box-container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.box-container .overlay.dark {
    background: rgb(62 56 56 / 64%);
    transition: all 0.7s ease;
    border-radius: 8px;
}

.box-container .overlay.red{background: #eccec2;}

.box-container .overlay.blue{background: #dddfe4;}

.box-container .overlay.d-blue{background: #f2ceb7;}

.box-container .overlay.green{background: #feefdd;}

.box-container .overlay.d-yel{background: #fcf4dd;}




.flip-box .icon-cloud{font-size: 85px;}

/*home page flip box ends*/

.backdrop{margin-bottom: 0;font-family: 'Anton', sans-serif !important;letter-spacing: 4px;line-height: 1;top: -60px;position: absolute;text-transform: uppercase;z-index: -1;font-weight: 900 !important;font-size: 3rem;color: #bbb9b9 !important;left: 10px;}

.backdrop:before{width: 60px;content: "";display: inline-block;height: 2px;background-color: #ea8623;top: -20px;position: relative;margin-right: 10px;opacity: .4;}

.fl-layout .cta-banner .btn {min-width: 150px;}

.cta-hover:before{content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    -webkit-transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
    transition: transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9), -webkit-transform 0.24s cubic-bezier(0.37, 0.31, 0.31, 0.9);
}

.cta-hover:hover:before{-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: left center;
    transform-origin: left center;}

 .cta-hover:before {
    background-color: #ea8623 !important;
}

.cta-hover:hover h4, .cta-hover:hover .btn__link.btn__primary{color: #fff;}

.cta-hover:hover .btn__primary .icon-outlined {
    color: #fff;
    border: 1px solid #fff;
}

.service-item, .service-item:before{border-radius: 8px;}

.categories-area .single-cat {border: 9px solid transparent;padding: 30px 22px;-webkit-transition: all .4s ease-out 0s;-moz-transition: all .4s ease-out 0s;-ms-transition: all .4s ease-out 0s;-o-transition: all .4s ease-out 0s;transition: all .4s ease-out 0s;position: relative;z-index: 1;background: #ffff;}

.categories-area .single-cat::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: #ea8623;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
    bottom: 0;
    left: 0;
    z-index: -1;
    border: 9px solid #fff;
}

.categories-area .single-cat .cat-icon i {
    color: #ea8623;
    font-size: 65px;
    margin-bottom: 30px;
    display: block;
}

.categories-area .single-cat:hover {
    border: 9px solid transparent;
}

.categories-area .single-cat:hover::before {
    height: 100%;
}


.categories-area .single-cat:hover .cat-icon i, .categories-area .single-cat:hover .cat-cap h5, .categories-area .single-cat:hover .cat-cap p, .single-cat:hover .fbox-number{
    color: #fff;
}

.categories-area .single-cat .cat-cap p {
    margin-bottom: 36px;
    font-size: 16px;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.categories-area .single-cat .cat-cap h5 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 21px;
    display: block;
    -webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -ms-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}

.single-services .services-caption {
    position: relative;
    background: #fff;
    width: 85%;
    padding: 33px 46px 16px 32px;
    margin-top: -50px;
    box-shadow: 0 0 10px 0 rgb(35 31 32 / 10%);
}

.single-services .services-caption span {
    margin-bottom: 15px;
    line-height: 26px;
    position: relative;
    color: #ea8623;
    font-weight: 600;
    font-size: 22px;
    display: block;
    padding-left: 48px;
}

.single-services .services-caption span::before {
    position: absolute;
    content: "";
    width: 30px;
    height: 2px;
    top: 0;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: #ea8623;
}

.sol-icon img{width: 80px;}

.fbox-number{color: rgb(142 142 142 / 85%);font-size: 50px;font-weight: 900;}

.media-box{display: flex;justify-content: space-between;}

.security-box .single-cat{height: 445px;}

.security-box .cat-icon i{font-size: 50px !important;}

.sec-sol .sol-icon img{width: 70px !important;}

.welcome-block {position: relative;}

.welcome-block .inner-box {position: relative;padding-left: 115px;margin-bottom: 60px;}

.hvr-float-shadow {display: inline-block;vertical-align: middle;-webkit-transform: translateZ(0);transform: translateZ(0);box-shadow: 0 0 1px rgb(0 0 0 / 0%);-webkit-backface-visibility: hidden;backface-visibility: hidden;-moz-osx-font-smoothing: grayscale;position: relative;-webkit-transition-duration: 0.3s;transition-duration: 0.3s;-webkit-transition-property: transform;transition-property: transform;}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.welcome-block .icon-box {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 48px;
    color: #777;
    padding-right: 32px;
    border-right: 2px solid #ea8623;
    line-height: 52px;
}

.welcome-block .icon-box img {
    display: inline-block;
    transition: all 0.3s ease-in-out;
    width: 50px;
}

.hvr-float-shadow:hover, .hvr-float-shadow:focus, .hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:hover:before, .hvr-float-shadow:focus:before, .hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-float-shadow h4{font-size: 20px;margin-bottom: 15px;}

.treatments-details {height: 100%;position: absolute;right: 0;top: 0;width: 50%;padding: 40px;align-items: center;display: flex;}

.elementor-widget{background-color: #fff;border-radius: 10px;box-shadow: 8px 8px 20px 0px rgb(0 0 0 / 5%);padding: 50px 30px 45px;position: relative;
    overflow: hidden;height: 326px;}

.elementor-widget::before, .elementor-widget::after {background: -webkit-linear-gradient(-150deg,#ea8623 5%,#ea8623 95%) !important;background: linear-gradient(-150deg,#ea8623 5%,#ea8623 95%) !important;}

.feature-box-inner {display: inline-block;}

.feature-box-icon>span {font-size: 24px;width: 60px;height: 60px;line-height: 60px;}

.feature-box-icon>span.fbox-icon-middle {line-height: 2;display: inline-block;position: relative;z-index: 1;}

.feature-box-icon>span {line-height: 1;-webkit-transition: all ease .35s;-moz-transition: all ease .35s;transition: all ease .35s;}

.theme-color-bg {background-color: #ea8623;}

.rounded-circle {border-radius: 50%!important;}

.fbox-number {position: absolute;font-size: 70px;line-height: 70px;top: 30px;opacity: .1;right: 30px;font-weight: 700;}

.elementor-widget:after {content: "";width: 70px;height: 70px;position: absolute;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;opacity: .3;top: 41px;left: 28px;}

.elementor-widget:before {content: "";width: 100px;height: 100px;position: absolute;bottom: -26px;border-radius: 50%;right: -30px;transform: scale(1.2);opacity: .07;transition: all .3s;}

.elementor-widget:hover:before {width: 100%;height: 100%;border-radius: 0;}

.feature-box-title{margin-bottom: 10px;margin-top: 15px;}

.feature-box-icon img{width: 30px;}

.header-transparent .navbar{border-bottom: #fff;background-color: #fff;}

.header-transparent .action__btn, .header-transparent .nav__item .nav__item-link{color: #0b2653;}

.navbar{height: 120px;max-height: 130px;}

.navbar .nav__item .nav__item-link, .is-sticky .nav__item .nav__item-link{line-height: 120px;}

.contact-block-light .contact-block__title, .contact-block-light .contact-block__list li, .contact-block-light .contact-block__list li a{color: #2b2b2b;}

.bg-blue:before {background-color: rgb(27 43 88 / 95%);}

.contact-panel{background-color: #ea8623;}

.contact-panel label{color: #fff;}

.page-title{padding-top: 150px !important;padding-bottom: 100px !important;}

.form-control::placeholder{color: #fff;}

.nice-select .current{color: #fff;}

.nice-select:after{border-bottom: 2px solid #fff;border-right: 2px solid #fff;}

.nav-tabs{justify-content: space-around !important;}

.header-transparent .logo-light{width: 100px;}

.heading__subtitle{font-size: 30px;}

.footer .social-icons li img{width: 40px !important;margin-right: 4px;}

.service-item__icon img{width: 100px;}

.we-specialize-in img{width: 65px;margin-bottom: 25px;}

.watsapp-icon img{position: fixed;bottom: 25px;right: 25px;z-index: 999;width: 55px;box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);-webkit-box-shadow: 0 6px 8px 2px rgb(0 0 0 / 14%);-moz-box-shadow: 0 6px 8px 2px rgba(0,0,0,.14);border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;}

.pd-space{padding: 0px 160px;}

.burger-menu .social-icons li a{border: unset;}

.burger-menu .social-icons li a:hover{background-color: unset;border: unset;}

.heading-layout2 h5{font-size: 20px;margin-bottom: 5px;}

.bn-title{position: relative;top: 30px;}

.ac-logo img{width: 120px;}

.acc-logo img{width: 100px;}

.feature-item .feature-item__icon img{width: 62px;}

.career-form {background: #fff;padding: 30px 41px 62px 41px;box-shadow: 3px 3px 20px 6px #ececec;border-top: 5px solid #ea8623;}

.flip-box-img{width: 45px;}

.callBtn {
    padding: 10px 15px;
    color: #fff;
    font-size: 17px;
    background: #ea8623;
    border: 0px solid;
    position: fixed;
    bottom: 100px;
    z-index: 9999;
    right: 1em;
    border-radius: 27px;
}

.homeHidden{display: none;}

.footer-widget__content p a{color: #212529;}

.contact-block__list li a{color: #fff;}

.contact-block__list li {margin-bottom: 10px;}

.con-form{box-shadow: 3px 3px 20px 6px #ececec;padding: 30px 41px 62px 41px;}

.m-block{display: none;}

.orange-text{color: #ea8623;}

.gray-text{color: #7d7d7e;}

.saas-logo img{width: 120px;}

/*Value Added Inforgraphics css*/

   .flexbox {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  width: 100%;
  flex-wrap: wrap;
}

.flexcard {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 29%;
  align-items: baseline;
  height: 470px;
  border-radius: 20px;
  margin-bottom: 50px;
}

.flexcardNumber {
  width: 70%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  margin: 10px 0px;
  border-radius: 0px 50px 50px 0px;
  font-family: 'Jost', sans-serif;
  color: white;
  text-shadow: 0px 3px 5px black;
  font-weight: 500;
  font-size: 20px;
  position: relative;
}

.flexcardTitle {

  text-transform: uppercase;
  font-size: 26px;
  font-weight: 400;
}

.flexcardText {
  text-align: center;
  padding: 0px 25px;
}

.flexcardText p{font-size: 15px;}

.flexcardNumber:before {
  content: '';
  width: 34px;
  height: 90px;
  position: absolute;
  left: -33px;
  top: 0px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
/* background: #95B7A2; *//* background: -webkit-linear-gradient(bottom, #95B7A2, #AED2BC); */
  background: -moz-linear-gradient(bottom, #95B7A2, #AED2BC);
/* background: linear-gradient(to top, #95B7A2, #AED2BC); */;
}

.flexcardNumber:after {
  content: '';
  width: 25px;
  height: 40px;
  position: absolute;
  left: -25px;
  bottom: -40px;
  border-radius: 50px 0px 0px 50px;
  z-index: -1;
}

.flex {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px auto;
}


/* GREEN CARD */

.flexcardGreen {
  background: #f9fbfa;
  box-shadow: 4px 8px 1px #AED2BC;
}

.flexcardNumberGreen {
  background: #FCFCFC;
  background: -webkit-linear-gradient(right, #FCFCFC, #AED2BC);
  background: -moz-linear-gradient(right, #FCFCFC, #AED2BC);
  background: linear-gradient(to left, #FCFCFC, #AED2BC);
  box-shadow: 0px 2px 2px #AED2BC;
}

.flexcardNumberGreen:before {
  background: #AED2BC;
}

.flexcardNumberGreen:after {
  background: #95b7a2;
}

/* BLUE CARD */

.flexcardBlue {
  background: #f7ffff;
 box-shadow: 4px 8px 1px #92E8EB;
}

.flexcardNumberBlue {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #92E8EB);
  background: -moz-linear-gradient(right, #FDFFFE, #92E8EB);
  background: linear-gradient(to left, #FDFFFE, #92E8EB);
  box-shadow: 0px 2px 2px #92E8EB;
}

.flexcardNumberBlue:before {
  background: #92E8EB;
}

.flexcardNumberBlue:after {
  background: #71bdbf;
}

/* ORANGE CARD */

.flexcardOrange {
  background: #fdf8f3;
 box-shadow: 4px 8px 1px #F68404;
}

.flexcardNumberOrange {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #F68404);
  background: -moz-linear-gradient(right, #FDFFFE, #F68404);
  background: linear-gradient(to left, #FDFFFE, #F68404);
  box-shadow: 0px 2px 2px #F68404;
}

.flexcardNumberOrange:before {
  background: #F68404;
}

.flexcardNumberOrange:after {
  background: #d06f02;
}

/* PİNK CARD */

.flexcardPink {
  background: #fffafd;
  position: relative;
    box-shadow: 4px 8px 1px #F34EAE ;
    
}

.flexcardNumberPink {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #F34EAE);
  background: -moz-linear-gradient(right, #FDFFFE, #F34EAE);
  background: linear-gradient(to left, #FDFFFE, #F34EAE);
  box-shadow: 0px 2px 2px #F34EAE;
}

.flexcardNumberPink:before {
  background: #F34EAE;
}

.flexcardNumberPink:after {
  background: #d24095;
}


/* DBLUE CARD */

.flexcarddblue {
  background: #f5f7ff;
  position: relative;
    box-shadow: 4px 8px 1px #1d2b58;
    
}

.flexcardNumberdblue {
  background: #FDFFFE;
  background: -webkit-linear-gradient(right, #FDFFFE, #1d2b58);
  background: -moz-linear-gradient(right, #FDFFFE, #1d2b58);
  background: linear-gradient(to left, #FDFFFE, #1d2b58)
  box-shadow: 0px 2px 2px #1d2b58;
}

.flexcardNumberdblue:before {
  background: #1d2b58;
}

.flexcardNumberdblue:after {
  background: #07174c;
}

.solutions-offered .feature-box-icon img{
    width: 77px;
    height: auto;
}

.solutions-offered .feature-box-icon>span{
  width: unset;
  height: unset;
}

.solutions-offered .rounded-circle {
    border-radius: 50%!important;
    background-color: unset;
}
/*
.solutions-offered .elementor-widget::before {
     background: unset !important; 
}*/

.solutions-offered .elementor-widget {
    padding: 24px 30px 45px;
}

.solutions-offered .elementor-widget::after {
     background: unset !important; 
}


/* RESPONSİVE */

@media only screen and (max-width: 800px) {

  .flexcard {
    width: 35%;
    margin-top: 20px;
  }

  .flexcardTitle{font-size: 21px;}

  .cyber-btn {
    padding: 3px 7px;
    font-size: 9px;
  }

  .cyber-page-logo {
    width: 87px;
  }

}

@media only screen and (max-width: 500px) {

  .flexcard {
    width: 70%;
    height: auto;
  }


}

/*Value Added Inforgraphics css*/


/**********************************/
/************ Team CSS ************/
/**********************************/
.team {
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.team .team-img {
  position: relative;
  font-size: 0;
  color: #353535;
}

.team .team-img img {
  width: 100%;
  height: auto;
}

.team .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, .5);
  transition: all .3s;
  font-size: 0;
  z-index: 1;
  opacity: 0;
}

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

.team .team-social a {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  padding: 11px 0 10px 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
  color: #ffffff;
  transition: all .5s;
  margin-top: 100px;
}

.team .team-social a.social-tw {
  background: #00acee;
}

.team .team-social a.social-fb {
  background: #3b5998;
}

.team .team-social a.social-li {
  background: #0e76a8;
}

.team .team-social a.social-in {
  background: #3f729b;
}

.team .team-social a.social-yt {
  background: #c4302b;
}

.team .team-social a:last-child {
  margin-right: 0;
}

.team:hover .team-social a {
  margin-top: 0;
}

.team .team-social a:hover {
  color: #222222;
  background: #ffffff;
}

.team .team-content {
  padding: 20px;
}

.team .team-content h2 {
  margin: 0 0 5px 0;
  color: #ea8623;
  font-size: 25px;
  font-weight: 600;
  letter-spacing: 2px;
}

.team .team-content h3 {
  margin: 0 0 15px 0;
  color: #353535;
  font-size: 14px;
  font-weight: 300;
}

.team .team-content p {
  margin: 0 0 15px 0;
  color: #353535;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}














@media screen and (max-width:660px){

.treatments-details{position: unset;width: 100%;}

.elementor-widget{height: auto;}

.preloader .loading span:after{width: 100px;height: 100px;left: 40%;top: 35%;}

.pd-space{padding: unset;}

.categories-area .single-cat .cat-cap p, p, .post-item .post-item__desc{font-size: 15px;}

.single-services .services-caption{width: 100%;}

.single-services .services-caption span{line-height: 23px;}

.heading-layout2 h5 {font-size: 17px;}

.sol-icon img {width: 60px !important;margin-bottom: 20px;}

.categories-area .single-cat .cat-cap h5{font-size: 20px;}

.heading__subtitle{font-size: 23px;}

.secondary-nav.sticky-top{display: none;}

.backdrop{display: none;}

.m-w-75{width: 100% !important;}

.div-two{order: 2;}

.div-one{order: 1;}

.services-area img{margin-bottom: 20px;}

.services-area h5, .feature-box-title{font-size: 20px;}

.flip-box .inner{padding: 35px;}

.flip-box p{font-size: 14px;}

.ac-logo, .acc-logo, .features-wrapper{text-align: center;}

.single-services{margin-bottom: 50px;}

.header-transparent .logo-dark{width: 50px !important;}

.portfolio-item .portfolio-item__desc, .testimonial-item__desc, .heading__desc, .footer .footer-widget-nav li a, .list-items li,.navbar .dropdown-menu .nav__item .nav__item-link{font-size: 15px;}

.m-none{display: none;}

.m-block{display: block !important;}








}