/********** Template CSS **********/
:root {
    --primary: #EE5B29;
    --secondary: #EE5B29;
    --light: #ECF4FF;
    --dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
    font-size: inherit;
    margin-left: 0;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}
.body{
        overflow-x: hidden;

}

.btn {
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.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;
}
a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5 {
    border-radius: 25px;
}
div#navbarCollapse {
    margin: 0 20px;
}
.dropdown {
    display: flex;
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
.py-lg-0{
  padding-top: 10px !important;
  padding-bottom: 10px!important;
}
.navbar-nav.ms-auto.py-0 {
    align-items: center;
}
a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5 {
    padding: 9px!important;
}


.nav-link{
    padding:0!important;
}
.navbar-light .navbar-nav .nav-link {
    font-family: 'Jost', sans-serif;
    position: relative;
    margin-left: 30px;
    /*padding: 11px 0;*/
    font-size: 17px;
    font-weight: 800;
    color: var(--dark);
    outline: none;
    transition: .5s;
}
h5.text-white.text-uppercase.animated.bounceInDown {
    margin-bottom: 60px;
}
a.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft,a.btn.btn-secondary.py-md-3.px-md-5.animated.slideInRight {
    border-radius: 25px;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        bottom: -14px;
        left: 50%;
        background: var(--primary);
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-left: 0;
        padding: 10px 0;
    }
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: rgba(18, 15, 45, .5);*/
    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;
}

.carousel-indicators {
    align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
    width: 5px;
    height: 10px;
}

.carousel-indicators .active {
    height: 16px;
}

.slider-mobile{
display: none;
}

@media (max-width:769px){
  .slider-mobile{
    display: block;
    }
    .slider-desk{
      display: none;
    }
    
}
.hero-header {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
    background-size: cover;
}

.service-item div {
    z-index: 1;
}

.service-item div::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 2px 2px 0 0;
    transition: .5s;
    z-index: -1;
}

.service-item div:hover::after {
    width: 100%;
    /* background: var(--primary); */
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    /* color: var(--light) !important; */
}

.bg-offer {
    background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
    background-size: cover;
}

.testimonial-carousel .owl-dots {
    height: 45px;
    margin-top: 5px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 5px;
    height: 25px;
    background: #DDDDDD;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    height: 45px;
    background: var(--primary);
}

ul.dropdown-menu-sub li:not(:last-child) {
    border-bottom: 2px solid #ececec73;
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !important;
}

.blog-date {
    position: absolute;
    width: 90px;
    height: 65px;
    top: 75px;
    left: -25px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--secondary);
}

.blog-date::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    top: -25px;
    left: 0;
    border: 13px solid;
    border-color: transparent #D34351 #D34351 transparent;
    z-index: -1;
}





@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900,300);



.container { 
  /* max-width: 960px;  */
  /*height: 100%;*/
  margin: 0 auto; 
  padding: 20px;
}

/* ------------------- */
/* PEN STYLES      -- */
/* ----------------- */

/* MAKE IT CUTE ----- */
.tabs {
  position: relative;
  display: flex;
  flex-wrap: wrap;

  min-height: 930px;
  border-radius: 8px 8px 0 0;
  /* overflow: hidden; */
}
/* .container.service {
  height: 1000px;
} */
.tabby-tab {
  flex: 1;
}

.tabby-tab label {
  display: block;
  box-sizing: border-box;
  /* tab content must clear this */
    /* height: 40px; */
  
  padding: 14px;
  text-align: center;
  cursor: pointer;
  transition: background 0.5s ease;
  
}

/* .tabby-tab label:hover {
  background: #7B52AB;
} */
button img.im {
  padding: 0 0 20px 0;
}
.tabby-content {
  position: absolute;
  
  left: 0; bottom: 0; right: 0;
  /* clear the tab labels */
    top: 200px; 
  
  padding: 20px;
  border-radius: 0 0 8px 8px;
  /* background: #553285; */
  
  transition: 
    opacity 0.8s ease,
    transform 0.8s ease   ;
  
  /* show/hide */
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
  
}

.tabby-content img {
  /* float: left; */
  margin:auto;
  border-radius: 8px;
}


/* MAKE IT WORK ----- */

.tabby-tab [type=radio] { display: none; }
[type=radio]:checked ~ label {
    border-bottom: solid #EE5B29 2px;
  z-index: 2;
}

[type=radio]:checked ~ label ~ .tabby-content {
  z-index: 1;
  
  /* show/hide */
    opacity: 1;
    transform: scale(1);
}



/* BREAKPOINTS ----- */
@media screen and (max-width: 767px) {
  .tabs { min-height: 1900px;}
}

@media screen and (max-width: 480px) {
  .tabs { min-height: 376px; }
  .tabby-tab label { 
    height: fit-content;
  }
  .tabby-content { top: 100%; }
  .tabby-content img {
    float: none;
    margin:auto;
    margin-bottom: 20px;
  }
  .tabby-tab {
    height: 50%;
}
}


.im{
    width: 100px;
    display: block;
    margin: 20px auto;
}
@media (max-width:426px){
    .im{
      width: 60px;
    }
}

.country-service{
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-around;
}

.country-one , .country-two{
    width:50%;
}





@media (max-width:989px){
  .display-1{
    font-size: 14px!important;
  }

  .country-service{



  }

  .tab__btns{

    flex-wrap: wrap;

  }

  .container {
   
    margin: 0 auto;
    padding: 6px;
}

.im.log{
  width: 70px;

}

h5.text-white.text-uppercase.animated.bounceInDown{
  margin-bottom: 20px;
}
.btn-slider {
  display: flex;
}
}


.btn {
  
  line-height: 1!important;

  /* font-size: 12px!important; */
}


.btn-slider{
justify-content: center;

}



@media (max-width:321px) {
  .tabby-tab label{
    padding: 9px;
  }
}




/* version 3 */


@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css');

*,
*:after,
*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
	content: " ";
	display: table;
}

.clearfix:after {
	clear: both;
}




/*Fun begins*/
.tab_container {
	width: 90%;
	margin: 0 auto;
	padding-top: 70px;
	position: relative;
}

input, section {
  clear: both;
  padding-top: 10px;
  display: block;
}


#tab1:checked ~ #content1,
#tab2:checked ~ #content2,
#tab3:checked ~ #content3,
#tab4:checked ~ #content4,
#tab5:checked ~ #content5 {
  display: block;
  padding: 20px;
  background: #fff;
  color: #999;
  border-bottom: 2px solid #f0f0f0;
}

.tab_container .tab-content p,
.tab_container .tab-content h3 {
  -webkit-animation: fadeInScale 0.7s ease-in-out;
  -moz-animation: fadeInScale 0.7s ease-in-out;
  animation: fadeInScale 0.7s ease-in-out;
}
.tab_container .tab-content h3  {
  text-align: center;
}

.tab_container [id^="tab"]:checked + label {
  background: #fff;
  box-shadow: inset 0 3px #0CE;
}

.tab_container [id^="tab"]:checked + label .fa {
  color: #0CE;
}

label .fa {
  font-size: 1.3em;
  margin: 0 0.4em 0 0;
}

/*Media query*/
@media only screen and (max-width: 900px) {
  label span {
    display: none;
  }
  
  .tab_container {
    width: 98%;
  }
}

/*Content Animation*/
@keyframes fadeInScale {
  0% {
  	transform: scale(0.9);
  	opacity: 0;
  }
  
  100% {
  	transform: scale(1);
  	opacity: 1;
  }
}

.no_wrap {
  text-align:center;
  color: #0ce;
}
.link {
  text-align:center;
}


ol, ul {
  padding-left: 0;
}



.desk{
  display: none;
}
@media (max-width:994px) {
  .im.mob{
    display:none;
  }
  .display-1 {
    font-size: 12px!important;
}

.desk{
  display: block;
}

}


@media (min-width: 1200px){
.display-1 {
    font-size: 14px!important;
}


.tab a > .tab__list {

  justify-content: space-between;

}

.tab > .tab__list .tab__item {
  margin: 0 20px 0 0;
}

}

span.free {
  color: #ffdecd;
}



/* contact us */



#contact {
  /* background-color: #6a9ac4; */
  display: flex;
  justify-content: center;
  align-items: center;
      /*flex-wrap: wrap;*/

}

.contact-box {
  width: clamp(100px, 90%, 1000px);
  margin: 80px 50px;
  display: flex;
  flex-wrap: wrap;
}

.contact-links, .contact-form-wrapper {
  width: 50%;
  padding: 8% 5% 10% 5%;
}


.contact-links {
  background-color: #1f2e43;
  background: radial-gradient( circle at 55% 92%, #eca18524  0 12%, transparent 12.2% ), radial-gradient( circle at 94% 72%, #eca18524  0 10%, transparent 10.2% ), radial-gradient( circle at 20% max(78%, 350px), #eca18524  0 7%, transparent 7.2% ), radial-gradient( circle at 0% 0%, #eca18524  0 40%, transparent 40.2% ), #e9e1d8;
  border-radius: 10px 0 0 10px;
}

.contact-form-wrapper {
  background-color: #ffffff8f;
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 800px) {
  .contact-links, .contact-form-wrapper {
    width: 100%;
  }
  
  .contact-links {
    border-radius: 10px 10px 0 0;
  }
  
  .contact-form-wrapper {
    border-radius: 0 0 10px 10px;
  }
}

@media only screen and (max-width: 400px) {
  .contact-box {
    width: 95%;
    margin: 8% 5%;
  }
}

h2 {
  font-family: 'Arimo', sans-serif;
  color: #fff;
  font-size: clamp(30px, 6vw, 60px);
  letter-spacing: 2px;
  text-align: center;
  transform: scale(.95, 1);
}

.links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-top: 50px;
}

.link {
  margin: 10px;
  cursor: pointer;
}

#contact img {
  
  width: 45px;
  height: 45px;
 
  transition: 0.2s;
  user-select: none;
}

#contact img:hover {
  transform: scale(1.1, 1.1);
}

#contact img:active {
  transform: scale(1.1, 1.1);
  filter: 
    hue-rotate(220deg)
    drop-shadow(2px 4px 4px #222)
    sepia(0.3);
}

.form-item {
  position: relative;
}

label, input, textarea {
  font-family: 'Poppins', sans-serif;
}

label {
  position: absolute;
  top: 10px;
  left: 2%;
  color: #999;
  font-size: clamp(14px, 1.5vw, 18px);
  pointer-events: none;
  user-select: none;
}

input, textarea {
  width: 100%;
  outline: 0;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 12px;
  font-size: clamp(15px, 1.5vw, 18px);
}

input:focus+label, 
input:valid+label, 
textarea:focus+label, 
textarea:valid+label {
  font-size: clamp(13px, 1.3vw, 16px);
  color: #777;
  top: -20px;
  transition: all .225s ease;
}

.submit-btn {
  background-color: #EE5B29;
  filter: drop-shadow(2px 2px 3px #0003);
  color: #fff;
  font-family: "Poppins",sans-serif;
  font-size: clamp(16px, 1.6vw, 18px);
  display: block;
  padding: 12px 20px;
  margin: 2px auto;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
  transition: 0.2s;
}

.submit-btn:hover {
  transform: scale(1.1, 1.1);
}

.submit-btn:active {
  transform: scale(1.1, 1.1);
  filter: sepia(0.5);
}

@media only screen and (max-width: 800px) {
  h2 {
    font-size: clamp(40px, 10vw, 60px);
  }
}

@media only screen and (max-width: 400px) {
  h2 {
    font-size: clamp(30px, 12vw, 60px);
  }
  
  .links {
    padding-top: 30px;
  }
  
  /*img {*/
  /*  width: 38px;*/
  /*  height: 38px;*/
  /*}*/
}




.footer .row.g-5 {
  justify-content: center;
}


.footer .me-2 {
  margin-right: 0.5rem;

}


.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
}


.dropdown-menu>li>a {
  display: block;
  padding: 12px 20px;
      font-size: 15px;
    border-bottom: #ddd 1px solid;
    font-weight:700;

}

.nav-link {

color:black;
font-size: 17px;
    font-weight: 500;
    color: var(--dark);
    outline: none;
}


.ent{
    padding-left: 30px!important;

}


a.btn.btn-lg.btn-primary.btn-lg-square.rounded.me-2 {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width:426px){
    .tab__item {
    width: 55%;
}
}



.tab__list.wr {
    flex-wrap: nowrap!important;
}




@media (max-width: 992px){

    
 .collapse:not(.show) {
    display: none!important;
}   
}


.ms-auto {
     margin-right: auto !important; 
     margin-left:  unset!important;
}



@media(min-width:992px){
    a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5.mobile-cont{
        display:none;
    }
      a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5.desk-cont {
              width: 240px;

    display: flex;
        align-items: center;

}
    
}



@media(max-width:992px){
  a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5.desk-cont {
    display: none;
}
        a.nav-item.nav-link.nav-contact.bg-secondary.text-white.px-5.ms-lg-5.mobile-cont{
        display:block;
    }
  .h100{
            width: 100%;

    }
    
}
.h-100{
            /*height: 90%!important;*/

    }

.navbar-toggler:focus{
    box-shadow:none!important;
}

@media (min-width:992px){
h5.text-white.text-uppercase.animated.bounceInDown {
    font-size: larger;
}
h1.display-1.text-white.mb-md-4.animated.zoomIn {
    font-size: 18px!important;
}


a.btn.btn-primary.py-md-3.px-md-5.me-3.animated.slideInLeft, a.btn.btn-secondary.py-md-3.px-md-5.animated.slideInRight {
    padding: 15px!important;
    font-size: 14px;
}
}
.hi{
display:block;


}

ul.dropdown-menu-sub {
    text-decoration: none;
    list-style: none;
    color: black;
    text-align: center;
}
    ul.dropdown-menu-sub li {
margin-bottom: 10px;
}


    ul.dropdown-menu-sub li a{
color:black;
    font-size: 14px;

}


.hidden{
    display:none;
}
/*div#about {*/
/*    margin-top: 37px;*/
/*    width: 100%;*/
/*    height: 26px;*/
/*}*/



a:focus, a:hover{
    text-decoration:none;
}



.tomarg{
      margin: 10px 0;

}


blockquote {
    margin-left: 30px;
    border-left: none;
}



.tab__content img.im.mob {
    width: 130px;
}


.thisrow{
    display:flex;
        align-items: center;

}

.navbar-brand {
    float: left;
    height: 80px!important;
}

a.nav-item.nav-link, .dropdown button {
    text-transform: UPPERCASE;
}
.log{
  height: 76px;
    width: 192px;
}
@media (max-width:767px){
    .log{
        height: 50px;
    width: 122px;
}
.navbar-nav .dropdown-menu {
     position: absolute; 
         left: -10%;

}


.dropdown-submenu .dropdown-menu {
    top: 41px;
    left: 85px;
    margin-top: -1px;
}
}
blockquote{
 font-size:unset!important;   
}
