/*FONTS*/
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}*/
body{color: #191919!important}
p{text-align: justify!important}
:root {
    --primary: #406ffe;
    --secondary: #222222;
    --light: #EEF9FF;
    --dark: #1A1A1A;
}
.bg-primary {
    background-color: #406ffe !important;
}
.bg-secondary{background-color: #1A1A1A!important;}
.text-primary {color: #406ffe !important;}
.btn-primary {
    color: #000;
    background-color: #51A206 !important;
    border-color:  #51A206 !important;
}
.text-body {
    color: #ff9c5a !important;
}
h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4, .h3, .h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;
}
.btn {
    /*font-family: 'Jost', sans-serif;*/
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
	color: #FFFFFF;
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}
.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    background: var(--primary);
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    padding: 35px 15px;
    font-size: 18px;
    color: var(--dark);
    outline: none;
    transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(9, 30, 62, .85);
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}
.banner {/*background-color: #001129;*/ color: #FFFFFF;
	/*background: linear-gradient(to bottom right, rgba(0,30,62), rgba(0,17,41));*/background: repeating-radial-gradient(circle at 0 0,#001430,#001129 190px);
}
.cbanner {color: #FFFFFF;background: repeating-radial-gradient(circle at 0 0,#001430,#001129 190px);}
@media (min-width: 991.98px) {
    .banner {
        /*position: relative;
        margin-top: -90px;*/
        z-index: 1; /*background-color: #091E3E;*/background: linear-gradient(to bottom right, rgba(0,30,62), rgba(0,17,41));
    }
	.cbanner {background: repeating-radial-gradient(circle at 0 0,#001430,#001129 190px);}
}

.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
}

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85));
}

.bg-appointment {
    background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85));
}

.appointment-form {
    background: #406ffe;
}

.service-item img,
.service-item .bg-light,
.service-item .bg-light h5,
.team-item .team-text {
    transition: .5s;
}

.service-item:hover img {
    transform: scale(1.15);
}

.team-item .team-text::after,
.service-item .bg-light::after {
    position: absolute;
    content: "";
    top: 50%;
    bottom: 0;
    left: 15px;
    right: 15px;
    border-radius:100px / 15px;
    box-shadow: 0 0 15px rgba(0, 0, 0, .7);
    opacity: 0;
    transition: .5s;
    z-index: -1;
}
.featitle{font-family: 'Dosis','Helvetica Neue',Arial,sans-serif;font-size: 1.5rem;font-weight: 500 !important;color: #091E3E;}
.planht{min-height: 370px!important;}
.team-item:hover .team-text::after,
.service-item:hover .bg-light::after {
    opacity: 1;
}
.bg-gray{background-color: #f4f4f4;}
.bg-offer {
    /*background-color: #f4f4f4;*/
	background:repeating-radial-gradient(
      circle at 0 0, 
      #eee,
      #e8e7e7 90px
    );
}
.bg-tab {
    /*background-color: #f4f4f4;*/
	background:repeating-radial-gradient(
      circle at 0 0, 
      #e4e8f6,
      #f0f2f9 80px
    );
}

.offer-text {background: #406ffe;}
.moapp-bg {background: #ffffff; }

.price-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
}

.price-carousel:hover .owl-nav {
    opacity: 1;
}

.price-carousel .owl-nav .owl-prev,
.price-carousel .owl-nav .owl-next {
    position: relative;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.price-carousel .owl-nav .owl-prev:hover,
.price-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}
.bg-testimonial {background-color:#f4f4f4!important;min-height: 420px;}
.bg-bestsoft {background-color:#f4f4f4!important;min-height: 590px;}
.bg-bestsoft-mid {background-color:#f4f4f4!important;}
.bg-bestsoft-icon{font-size: 4rem;color: #406ffe;} .featxt{text-align: justify;}
.testimonial-carousel {background: #406ffe;}
.testimonial-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 46px);
    height: 46px;
    top: calc(50% - 23px);
    left: -23px;
    display: flex;
    justify-content: space-between;
    z-index: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    width: 46px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    background: var(--secondary);
}

.testimonial-carousel .owl-item img {
    width: 120px;
    height: 120px;
}
.foo_banner{padding-bottom: 15px;}
.foo_banner .outer {
    display: flex;
    align-items: center;
    /*border-right: 1px solid #c6c7cb;*/
}
.outer i, svg {
    font-size: 36px;
    /*color: #f15a3d;*/
}
.color-a0 {
    color: #f15a3d!important;
}
.color-a1 {
    color: #3579fa!important;
}
.color-a2 {
    color: #933aad!important;
}
.color-a3 {
    color: #5cbe5e!important;
}
.contri {
    margin: 0 0 0 8px;
    line-height: 24px;
    font-weight: 700;
    color: #111;
    font-size: 22px;
    /*text-shadow: 2px 3px 4px rgb(2 2 2 / 32%);*/
}
.contri span {
    display: block;
    color: #383838;
    font-size: 15px;
    font-weight: 400;
}
.list-bullet ul{
	padding-left: 0rem!important;}
.list-bullet ul li {
    margin-bottom: 10px; line-height: 22px;
    background: url("../img/list.png") no-repeat left center;
    padding: 0px 0px 0px 35px;
    background-position: 0% 3px;
    list-style: none;
    color: #353535;
}
/*.list-bullet ul li {
    margin-bottom: 10px; line-height: 26px;
    background: url("../img/list.svg") no-repeat left center;
    padding: 0px 0px 0px 35px;
    background-position: 0% 3px;
	width: 25px;
  	height: 23px;
	background-size: 25px 23px;
    list-style: none;
    color: #353535;
}*/
/*NAVIGATION*/
nav{
  position: fixed;
  z-index: 99;
  width: 100%;
  
  background: #ffffff;
}
nav .wrapper{
  position: relative;
  max-width: 1300px;
  padding: 10px 70px;
  height: 70px;
  line-height: 70px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wrapper .logo a{
  color: #1A1A1A;
  font-size: 30px;
  font-weight: 600;
  text-decoration: none;
}
.wrapper .nav-links{
  display: inline-flex;margin-top:10px;
}
.nav-links li{
  list-style: none;
}
.nav-links li a{
  color: #1A1A1A;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
  padding: 7px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
}
.nav-links li a:hover{
  /*background: #3A3B3C;*/
}
.nav-links .mobile-item{
  display: none;
}
.nav-links .drop-menu{padding-left: 0rem!important;
  position: absolute;
  background: #FFFFFF;
  width: 190px;
  line-height: 35px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
  transition: all 0.3s ease;
  top: 70px;
  opacity: 1;
  visibility: visible;
}
.drop-menu li a{
  width: 100%;
  display: block;
  padding: 0 0 0 15px;
  font-weight: 400;
  border-radius: 0px; font-size:16px;
} .drop-menu li a:hover{color:#406ffe!important; }
.mega-box{
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 30px;
  top: 85px;
  opacity: 0;
  visibility: hidden;
}
.mega-box .content{
  background: #242526;
  padding: 25px 20px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
  width: calc(25% - 30px);
  line-height: 45px;
}
.content .row img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .row header{
  color: #f2f2f2;
  font-size: 20px;
  font-weight: 500;
}
.content .row .mega-links{
  margin-left: -40px;
  border-left: 1px solid rgba(255,255,255,0.09);
}
.row .mega-links li{
  padding: 0 20px;
}
.row .mega-links li a{
  padding: 0px;
  padding: 0 20px;
  color: #d9d9d9;
  font-size: 17px;
  display: block;
}
.row .mega-links li a:hover{
  color: #f2f2f2;
}
.wrapper .btn{
  color: #fff;
  font-size: 20px;
  cursor: pointer;
  display: none;
}
.wrapper .btn.close-btn{
  position: absolute;
  right: 30px;
  top: 10px;
}

@media screen and (max-width: 970px) {
	nav .wrapper{
  padding: 0px 15px;
}
  .wrapper .btn{
    display: block;color: #406ffe;
  }
  .wrapper .nav-links{
    position: fixed;
    height: 100vh;
    width: 100%;
    max-width: 350px;
    top: 0;
    left: -100%;
    background: #FFFFFF;
    display: block;
    padding: 50px 10px;
    line-height: 50px;
    overflow-y: auto;
    box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
    transition: all 0.3s ease;
  }
  /* custom scroll bar */
  ::-webkit-scrollbar {
    width: 10px;
  }
  ::-webkit-scrollbar-track {
    background: #242526;
  }
  ::-webkit-scrollbar-thumb {
    background: #3A3B3C;
  }
  #menu-btn:checked ~ .nav-links{
    left: 0%;
  }
  #menu-btn:checked ~ .btn.menu-btn{
    display: none;
  }
  #close-btn:checked ~ .btn.menu-btn{
    display: block;
  }
  .nav-links li{
    margin: 15px 10px;
  }
  .nav-links li a{
    padding: 0 20px;
    display: block;
    font-size: 20px;
  }
  .nav-links .drop-menu{
    position: static;
    opacity: 1;
    top: 65px;
    visibility: visible;
    padding-left: 20px;
    width: 100%;
    max-height: 0px;
    overflow: hidden;
    box-shadow: none;
    transition: all 0.3s ease;
  }
  #showDrop:checked ~ .drop-menu,
  #showMega:checked ~ .mega-box{
    max-height: 100%;
  }
  .nav-links .desktop-item{
    display: none;
  }
  .nav-links .mobile-item{
    display: block;
    color: #1A1A1A;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    cursor: pointer;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  /*.nav-links .mobile-item:hover{
    background: #3A3B3C;
  }*/
  .drop-menu li{
    margin: 0;
  }
  .drop-menu li a{
    border-radius: 5px;
    font-size: 18px;
  }
  .mega-box{
    position: static;
    top: 65px;
    opacity: 1;
    visibility: visible;
    padding: 0 20px;
    max-height: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
  }
  .mega-box .content{
    box-shadow: none;
    flex-direction: column;
    padding: 20px 20px 0 20px;
  }
  .mega-box .content .row{
    width: 100%;
    margin-bottom: 15px;
    border-top: 1px solid rgba(255,255,255,0.08);
  }
  .mega-box .content .row:nth-child(1),
  .mega-box .content .row:nth-child(2){
    border-top: 0px;
  }
  .content .row .mega-links{
    border-left: 0px;
    padding-left: 15px;
  }
  .row .mega-links li{
    margin: 0;
  }
  .content .row header{
    font-size: 19px;
  }
}
nav input{
  display: none;
}
/*TAB*/
.tabpanel__tab {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.tabpanel__tab:checked + .tabpanel__tablabel {
  /*background: #eeecdf;*/background: #ffffff;
  color: black;
}

.tabpanel__tablabel {
  flex: 0 1 auto;
  padding: 12px;
  background: #ff6600;
  color: white;
  font-weight: 700;
}
.tabpanel__tablabel:hover {
  cursor: pointer;
}

.tabpanel__panel {
  display: none;
  /*background: #eeecdf;*/background: #ffffff;
}
.tabpanel__panel > *:first-child {
  margin-top: 0;
}
.tabpanel__panel > *:last-child {
  margin-bottom: 0;
}
.tabpanel__panel > * + * {
  margin-top: 24px;
}

#tabpanel__tab-1:checked ~ .tabpanel__panels #tabpanel__panel-1,
#tabpanel__tab-2:checked ~ .tabpanel__panels #tabpanel__panel-2,
#tabpanel__tab-3:checked ~ .tabpanel__panels #tabpanel__panel-3,
#tabpanel__tab-4:checked ~ .tabpanel__panels #tabpanel__panel-4,
#tabpanel__tab-5:checked ~ .tabpanel__panels #tabpanel__panel-5 {
  display: block;
  position: relative;
  top: 0px;
}

.media__body > * {
  margin: 0;
}
.media__body > p + p,
.media__body > p + h2 {
  margin-top: 24px;
}

.media {
  display: flex; padding: 25px 5px; text-align: left; color: #1A1A1A;
}
@media screen and (max-width: 600px) {
  .media {
    flex-direction: column;
    align-items: flex-start;
  }
  .media .media__img {
    margin: 0 auto;
  }
  .media .media__img + .media__body {
    margin: 12px 18px 24px 18px;
  }
}
@media screen and (min-width: 601px) {
  .media {
    align-items: flex-start;
  }
  .media .media__img {
    flex: 0 1 auto;
    height: auto;
  }
  .media .media__img + .media__body {
    margin: 24px 24px 24px 24px;
  }
}

.tabpanel {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media screen and (max-width: 600px) {
  .tabpanel {
    flex-direction: column;
  }
  .tabpanel .tabpanel__tablabel {
    padding: 24px 36px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-top: 6px;
  }
  .tabpanel .tabpanel__tab:checked ~ .tabpanel__panels {
    order: 1;
  }
  .tabpanel .tabpanel__tab:not(:checked) + .tabpanel__tablabel {
    order: initial;
  }
  .tabpanel #tabpanel__tab-1 + .tabpanel__tablabel {
    order: 1;
  }
  .tabpanel #tabpanel__tab-1:checked ~ .tabpanel__panels {
    order: 1;
  }
  .tabpanel #tabpanel__tab-2 + .tabpanel__tablabel {
    order: 2;
  }
  .tabpanel #tabpanel__tab-2:checked ~ .tabpanel__panels {
    order: 2;
  }
  .tabpanel #tabpanel__tab-3 + .tabpanel__tablabel {
    order: 3;
  }
  .tabpanel #tabpanel__tab-3:checked ~ .tabpanel__panels {
    order: 3;
  }
  .tabpanel #tabpanel__tab-4 + .tabpanel__tablabel {
    order: 4;
  }
  .tabpanel #tabpanel__tab-4:checked ~ .tabpanel__panels {
    order: 4;
  }
  .tabpanel #tabpanel__tab-5 + .tabpanel__tablabel {
    order: 5;
  }
  .tabpanel #tabpanel__tab-5:checked ~ .tabpanel__panels {
    order: 5;
  }
  .tabpanel .tabpanel__panel {
    padding: 0 12px 12px 12px;
  }
}
@media screen and (min-width: 601px) {
  .tabpanel {
    flex-direction: row;
  }
  .tabpanel .tabpanel__tablabel {
    flex: 0 1 auto;
    padding-left: 24px;
    padding-right: 24px;
  }
  .tabpanel .tabpanel__tablabel + .tabpanel__tab + .tabpanel__tablabel {
    margin-left: 6px;
  }
  .tabpanel .tabpanel__panel {
    padding: 12px;
  }
  .tabpanel .tabpanel__panels {
    flex: 1 1 100%;
  }
}
.img-pos{margin-top:-50px; width: 100px; height: 100px;}
/*===================== */
.rating {padding: 15px 0px 15px 0;background-color: #e2e2e2;}
.frm-ht{height: 40px;} .note{font-size: .85rem} select.form-control {-webkit-appearance: menulist;}
.bg-frm{background-color:#142b4f!important; box-shadow: 0 15px 45px rgb(16 30 54 / 15%);border-radius:10px;}
.badges{border-radius:none; padding: 10px;} .badges1{ border-radius:none; padding: 0px 10px 10px 10px;}.badges img{border:1px solid #d2d2d1; border-radius:15px; background-color:#FFF; margin: 5px;}.badges1 img{border:1px solid #d2d2d1; border-radius:15px;background-color:#FFF; margin: 0px 5px 5px 5px;}@media only screen and (max-width:991px){.badges1 img{margin: 5px;}}
.iconsize{width: 40px}
@media screen and (max-width: 600px) {.imgpad{padding:0px 0px 30px 0px!important}
	.colpad{margin-top:0px;}
	.secpad{margin-top:90px!important} .secpad2{margin-top:20px!important}
	.cont-pad{padding-top: 0rem !important;}
}