@import url('https://fonts.googleapis.com/css2?family=Satisfy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato&family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=League+Spartan&display=swap');
@import url('https://fonts.googleapis.com/css2?family=PT+Serif&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Merriweather&display=swap');

:root{
  --font1 : 'Satisfy', cursive;
  --font2 : 'Oswald', sans-serif;
  --font3 : 'Lato', sans-serif;
  --font4 : 'Montserrat', sans-serif;
  --font5 : 'League Spartan', sans-serif;
  --font6 : 'PT Serif', serif;
  --font7 : 'Merriweather', serif;
  --orange-main-color: var(--blue-background-color);
}
.free{
      font-family: var(--font7);
}

/*preloder start*/

.pre-loader-bg{
  align-items: center;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
}

.loader  {
  animation: rotate 1s infinite;  
  height: 50px;
  width: 50px;
}

.loader:before,
.loader:after {   
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;  
  width: 20px;
}
.loader:before {
  animation: ball1 1s infinite;  
  background-color: #ff5e14;
  box-shadow: 30px 0 0 #ff5e14;
  margin-bottom: 10px;
}
.loader:after {
  animation: ball2 1s infinite; 
  background-color: #ff5e14;
  box-shadow: 30px 0 0 #ff5e14;
}

@keyframes rotate {
  0% { 
    -webkit-transform: rotate(0deg) scale(0.8); 
    -moz-transform: rotate(0deg) scale(0.8);
  }
  50% { 
    -webkit-transform: rotate(360deg) scale(1.2); 
    -moz-transform: rotate(360deg) scale(1.2);
  }
  100% { 
    -webkit-transform: rotate(720deg) scale(0.8); 
    -moz-transform: rotate(720deg) scale(0.8);
  }
}

@keyframes ball1 {
  0% {
    box-shadow: 30px 0 0 #f8b334;
  }
  50% {
    box-shadow: 0 0 0 #f8b334;
    margin-bottom: 0;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #f8b334;
    margin-bottom: 10px;
  }
}

@keyframes ball2 {
  0% {
    box-shadow: 30px 0 0 #97bf0d;
  }
  50% {
    box-shadow: 0 0 0 #97bf0d;
    margin-top: -20px;
    -webkit-transform: translate(15px,15px);
    -moz-transform: translate(15px, 15px);
  }
  100% {
    box-shadow: 30px 0 0 #97bf0d;
    margin-top: 0;
  }
}


.a-3-inner-overlay{
    background-color: #fff;
}




.a3-inner-box{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.a-3-inner-overlay:hover{
    background-color: rgba(0, 0, 0, 0.5);
    transition: 0.3s ease-in-out; 
}

.akldad_image i{
    font-size: 30px;
    color: var(--button-background-color);
}
.a-3-inner-overlay:hover .akl-i-icon{
    color: #fff;
    transition: 0.3s ease-in-out;
}

.a-3-inner-overlay:hover .fjs_r-title{
    color: #fff;
}

.fjs_r-text{
    letter-spacing: 1.5px;
    line-height: 1.8 !important;
}

.fjs_r-title{
    font-size: 21px;
    margin-bottom: 3rem;
}

.akldad_image img{
    width: 3.2rem !important;
    max-width: initial;
}

.a-3-inner-overlay:hover .fjs_r-text{
    color: #fff !important;
}

.akldad_image span{
    position: absolute;
    bottom: 0;
    font-size: 2rem;
    transform: rotate(-90deg);
    left: 20%;
    color: #e7e7e7;
}


/*preloder- end*/


.slide__content h2, .pagetitle__heading{
  font-family: var(--font6);
}
.pagetitle__heading{
  font-family: var(--font6) !important;
}
.slide__desc, .heading__desc, .service__desc, .info, .color-white, .project__desc, .blog__desc, .heading p{
  font-family: var(--font4);
}

.heading__subtitle{
  font-family: var(--font1);
}
.heading__title, .service__title, .heading__title , .widget__content h5, .list-items li{
  font-family: var(--font3);
}
.name {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.description {
    font-size: 14px;
    color: #fff;

}

.card1 {
    border-radius: 25px;
    background-color: transparent;

}

.image-content,
.card-content1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 14px;
}

.image-content {
    position: relative;
    row-gap: 5px;
    padding: 25px 0;
}

.overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: #f1f6fa;
    border-radius: 25px 25px 0 25px;
}

.overlay::before,
.overlay::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: -40px;
    height: 40px;
    z-index:-9;
    width: 40px;
    background-color: #ff5e14;
}

.overlay::after {
    border-radius: 0 25px 0 0;
    background-color: rgb(13, 23, 63);
}

.card-image {
    position: relative;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    background: #05103B;
    padding: 3px;
}


.fancybox__icon {
    font-size: 45px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 49px;
    color: #ffbf00;

}

.swiper-slide1 {
    border: 1px solid white !important;
}

.text__link {
    padding-top: 12px;
}





.w{
        transform: translateY(25px);
}






.img-container {
    position: relative;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin: 0 auto;
    margin-bottom: 1.5rem;
}

.person-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
}

.img-container:after {
    font-family: serif;
    font-size: 2rem;
    font-weight: 900;
    content: "\201D";
    position: absolute;
    top: 0;
    left: 0;
    width: 2.5rem;
    height: 2.5rem;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(25%);
    background: #ffbf00;
    color: #333;
}

.img-container:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--brown-background-color);
    position: absolute;
    top: -0.25rem;
    right: -0.5rem;
    border-radius: 50%;
}

.author {
    margin-bottom: 0.25rem;
    text-transform: capitalize;
    color: #999;
    letter-spacing: 0.25rem;
}

.job {
    margin-bottom: 0.5rem;
    text-transform: uppercase;
    font-size: 0.85rem;
    color: #ffbf00;
}

.info {
    margin-bottom: 0.75rem;
    color: #999;
}

.review {
    padding-top: 5px;
}






figure.snip1206 {
    font-family: 'Raleway', Arial, sans-serif;
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    color: #000000;
    text-align: center;
  }
  figure.snip1206 figcaption {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  figure.snip1206 img {
    opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
  figure.snip1206:after {
    background: #ffffff;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    opacity: 0.75;
    -webkit-transform: skew(-45deg) scaleX(0);
    transform: skew(-45deg) scaleX(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  figure.snip1206 figcaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
  }
  figure.snip1206 a,
  figure.snip1206 a {
    margin: 0;
    width: 100%;
    opacity: 0;
  }
  figure.snip1206 a {
    padding: 0 30px;
    display: inline-block;
    font-weight: 400;
    text-transform: uppercase;
  }
  figure.snip1206 a {
    padding: 0 50px;
    font-size: 0.8em;
    font-weight: 500;
  }

  figure.snip1206:hover:after,
  figure.snip1206.hover:after {
    -webkit-transform: skew(-45deg) scaleX(1);
    transform: skew(-45deg) scaleX(1);
    transition: all 400ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  figure.snip1206:hover figcaption a,
  figure.snip1206.hover figcaption a,
  figure.snip1206:hover figcaption a,
  figure.snip1206.hover figcaption a {
    -webkit-transform: translate3d(0%, 0%, 0);
    transform: translate3d(0%, 0%, 0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  figure.snip1206:hover figcaption a,
  figure.snip1206.hover figcaption a {
    opacity: 1;
  }
  figure.snip1206:hover figcaption a,
  figure.snip1206.hover figcaption a {
    opacity: 0.7;
  }
  
figcaption .blog__meta-cat a{
    font-size: medium;
}






.blog-item .blog__meta-cat a {
  font-weight: bold;
}


.service-item:hover .icon-air-freight{
  transform: rotate(360deg);
}



.shape-box_f {
  display: inline-block;
  position: relative;
  z-index: 1;
  max-width: 500px;
  height: 430px;
  margin: 30px 10px 30px;
  box-shadow: 0 6px 30px 0 rgba(0, 0, 0, .12);
  overflow: hidden;
  width: 23.333%;
}

.shape-box_half_f {
  overflow: hidden;
  text-align: left;
  border-radius: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.shape-box_half_f:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skewY(53.5deg);
  transform-origin: top left;
  transition: \transform .4s;
  background: #fff;
  z-index: 1;
}

.shape-box_f>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.bg-black {
  background-color: #000;
}

.shape-box_half_f figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0 30px 30px;
  transition: \transform .4s;
  transform: translateY(60%);
  z-index: 3;
}


.shape-box_half_f figcaption .show-cont_f {
  position: absolute;
  bottom: calc(100% + 30px);
  left: 30px;
  right: 30px;
  transition: bottom .4s;
}

.card-no {
  font-size: 36px;
  color: #ffc107;
  padding: 0;
  margin: 10px 0;
}

.card-main-title {
  margin-top: 8px;
  font-weight: 700;
  font-size: 24px;
  text-transform: uppercase;
  color: #292b2c;
}

.card-content {
  color: #9f9f9f;
  margin-top: 20px;
  line-height: 22px;
  font-size: 15px;
}

.read-more-btn {
  border: 2px solid #ff5e14;
  font-size: 14px;
  cursor: pointer;
  padding: 10px 20px;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  background: #ff5e14;
  color: #fff;
  border-radius: 2px;
  margin-top: 25px;
  text-decoration: none;
}

.read-more-btn:hover {
  background: transparent;
  color: #ff5e14;

}

.shape-box_half_f>.after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fdd744;
  opacity: 0;
  transition: opacity .4s;
}

/*On hover*/
.shape-box_half_f:hover:before {
  transform: skewY(20deg);
}

.shape-box_half_f:hover figcaption {
  transform: translateY(0);
}

.shape-box_half_f:hover figcaption .show-cont_f {
  bottom: 100%;
}

.shape-box_half_f:hover>.after {
  opacity: 1;
}
.featured_fig{
  width: 100%;
}

.project__title a{
  color: #05103B;
}

.service__icon{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    margin: auto;
    box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}

.d_g{
    width: 65px;
}

.contact-panel:hover{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}











.r_c {
  width: 190px;
  height: 254px;
  transition: all 0.2s;
  position: relative;
  cursor: pointer;
}

.r_c-inner {
  width: inherit;
  height: inherit;
  background: rgba(255,255,255,.05);
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  backdrop-filter: blur(10px);
  border-radius: 8px;
}


.circle {
  width: 100px;
  height: 100px;
  background: radial-gradient(#e9cf68, #fdd744);
  border-radius: 50%;
  position: absolute;
  animation: move-up6 2s ease-in infinite alternate-reverse;
}

.circle:nth-child(1) {
  top: -25px;
  left: -25px;
  z-index: -1;
}

.circle:nth-child(2) {
  bottom: -25px;
  right: -25px;
  animation-name: move-down1;
}

@keyframes move-up6 {
  to {
    transform: translateY(-10px);
  }
}

@keyframes move-down1 {
  to {
    transform: translateY(10px);
  }
}




.user span img{
  width: 30px;
}





.container1 {
  width: 100%;

  background-color: #ff5e14;
  border-radius: 5px;
  z-index: 2;
}

.l_b {
  /* position: relative; */
  /* padding: 4px 10px; */
  color: #fff;
  cursor: pointer;
  outline: none;
  font-weight: 700;
  width: 153px;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  border-radius: 2px;
  background-color: var(--button-background-color);
  color: #ffffff;
  letter-spacing: 0.2px;
}





.main-popup {
  position: fixed;
  left: 0;
  top: 30px;
  margin: 0;
  width: 100%;
  /* height: 450px; */
  z-index: 15;
  opacity: 0;
  visibility: hidden;
}

.main-popup.visible {
  opacity: 1;
  visibility: visible;
  border-radius: 10px;
 
}
.popup-content{
  overflow: hidden;
}

@media (min-width: 500px) {
  .main-popup {
        width: 500px;
    left: 80%;
    margin: 0 0 0 -250px;
    top: 60%;
  }
}
.whats_app{
  display: flex;
  justify-content: space-around;
}

.popup-header {
  position: relative;
  padding: 0;
  margin: 0;
  height: 62px;
  width: 100%;
}

#popup-close-button a {
  position: absolute;
  right: 10px;
  top: -30px;
  width: 22px;
  height: 22px;
  color:#ff5e14;
}

#popup-close-button a::before {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: #fff;
  color:#ff5e14;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#popup-close-button a::after {
  content: '';
  position: absolute;
  right: 10px;
  top: 0;
  width: 3px;
  height: 25px;
  background-color: #fff;
  color:#ff5e14;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.popup-header ul {
  margin: 0;
  padding: 0;
}

.popup-header ul li {
  text-align: center;
  list-style: none;
  width: 50%;
  float: left;
}

.popup-header ul li a {
  display: block;
  padding: 20px 0;
  margin: 0;
  text-decoration: none;
  font-size: 1.2em;
}

#sign-in {
 background-color: transparent ;
 color: #ff5e14;

}

#sign-in.active {
  color: #fff !important;
  background-color: #ff5e14 !important;
}

#register {
 background-color: transparent;
  color: #ff5e14;
 
}

.popup-header ul li{
 margin: 0 !important;
}

#register.active {
 color: #fff !important;
  background-color: #ff5e14 !important;
}



form.sign-in {
  position: relative; 
  top: 40px;
  left: 0;
  font-size: 1em;
  opacity: 1;
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

form.sign-in.move-left {
  opacity: 0;
  transform: translateX(-450px);
}

form label {
  font-size: 1.1em;
  color: #ff5e14;
  margin-left: 23px;
}

form.sign-in input {
  border-radius: 5px;
  width: 90%;
  height: 40px;
  margin: 5px 5% 30px 5%;
  padding: 10px;
  font-size: 1em;
  color: #ceaee8;
  outline: none;
  border: none;
}

input#submit {
  background-color: #ff5e14;
  color: #fff;
  height: 50px;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 25px;
  padding: 0;
  cursor: pointer;
  outline: none;
  border-radius: 5px;
  font-size: 1em;
  border: none;
}

form.register {
  position: relative; 
  top: -310px;
  left: 0;
  font-size: 1em;
  opacity: 0;
  transform: translateX(450px);
  -webkit-transition: all .35s;
  -moz-transition: all .35s;
  -o-transition: all .35s;
  transition: all .35s;
}

form.register.move-left {
  opacity: 1;
  transform: translateX(0);
}

form.register input {
  border-radius: 5px;
  width: 90%;
  height: 40px;
  margin: 5px 5% 15px 5%;
  padding: 10px;
  font-size: 1em;
  color: #ceaee8;
  outline: none;
  border: none;
}

p.check-mark {
  position: relative;



  padding: 0;
  text-align: center;
  color: #ceaee8;
  font-size: .8em;
}

p.check-mark a {
  color: #a48bb9;
}

p.check-mark input {
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 2em;
  color: #ceaee8;
  outline: none;
  border: none;
}

p.check-mark label {
  margin-left: 5px;
}




/* Shipment */
.shipment_main{
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
  background-blend-mode: darken;
}

.shipment_b_overlay{
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  padding: 20px;
  border-radius: 20px;
}
.shipment_b_overlay .form-group textarea::placeholder{
  color: white;
}
.form-group-select select, .form-group-select::after{
  color: white;
}



.landing li{
 
  color: black;
}
.landing{
  list-style: disc;
}








/* card */
.box-container1:before, .box-container1:after {
  box-sizing: inherit;
}



.color-white {
  color: #fff;
}

.box-container1 {
  /* align-items: center; */
  display: flex;
  flex-direction: row;
  /* justify-content: space-around; */
  padding: 35px 15px;
  /* width: 100%; */
}

@media screen and (min-width:1380px) {
  .box-container {
    flex-direction: row
  }
}

.box-item {
  position: relative;
  -webkit-backface-visibility: hidden;
  width: 415px;
  margin-bottom: 35px;
  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;
  height: 300px;
  -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: 10px;
  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: 22px;
  color: white;
}

.flip-box p {
  /* font-size: 20px; */
  line-height: 1.5em;
  text-align: left;
}

.flip-box-img {
  margin-top: 25px;
}

.flip-box-button {
  background-color: transparent;
  border: 2px solid #fff;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 25px;
  padding: 15px 20px;
  text-transform: uppercase;
}




.popup-content {
  --card-line-height: 1.2em;
  --card-padding: 1em;
  --card-radius: 0.5em;
  --color-green: #558309;
  --color-gray: #e2ebf6;
  --color-dark-gray: #c4d1e1;
  --radio-border-width: 2px;
  --radio-size: 1.5em;
  background-color: rgba(0, 0, 0, 0.8);
}
.popup-content {
  background-color: #121c45;
  color: #263238;
  font-family: 'Noto Sans', sans-serif;
  margin: 0;
  padding: 2em 6vw;
}
.grid {
  display: grid;
  grid-gap: var(--card-padding);
  margin: 0 auto;
  max-width: 60em;
  padding: 0;
}
@media (min-width: 42em) {
  .grid {
    grid-template-columns: repeat(2, 1fr);
 }
}
.card {
  background-color: #fff;
  border-radius: var(--card-radius);
  position: relative;
  box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}
.card:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.radio {
  font-size: inherit;
  margin: 0;
  position: absolute;
  right: calc(var(--card-padding) + var(--radio-border-width));
  top: calc(var(--card-padding) + var(--radio-border-width));
}
@supports (-webkit-appearance: none) or (-moz-appearance: none) {
  .radio {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: var(--radio-border-width) solid var(--color-gray);
    border-radius: 50%;
    cursor: pointer;
    height: var(--radio-size);
    outline: none;
    transition: background 0.2s ease-out, border-color 0.2s ease-out;
    width: var(--radio-size);
 }
  .radio::after {
    border: var(--radio-border-width) solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
    display: block;
    height: 0.75rem;
    left: 25%;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate(-50%, -50%);
    width: 0.375rem;
 }
  .radio:checked {
    background: var(--color-green);
    border-color: var(--color-green);
 }
  .card:hover .radio {
    border-color: var(--color-dark-gray);
 }
  .card:hover .radio:checked {
    border-color: var(--color-green);
 }
}
.plan-details {
  border: var(--radio-border-width) solid var(--color-gray);
  border-radius: var(--card-radius);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: var(--card-padding);
  transition: border-color 0.2s ease-out;
}
.card:hover .plan-details {
  border-color: var(--color-dark-gray);
}
.radio:checked ~ .plan-details {
  border-color: var(--color-green);
}
.radio:focus ~ .plan-details {
  box-shadow: 0 0 0 2px var(--color-dark-gray);
}
.radio:disabled ~ .plan-details {
  color: var(--color-dark-gray);
  cursor: default;
}
.radio:disabled ~ .plan-details .plan-type {
  color: var(--color-dark-gray);
}
.card:hover .radio:disabled ~ .plan-details {
  border-color: var(--color-gray);
  box-shadow: none;
}
.card:hover .radio:disabled {
  border-color: var(--color-gray);
}
.plan-type {
  color: var(--color-green);
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1em;
}
.plan-cost {
  font-size: 2.5rem;
  font-weight: bold;
  padding: 0.5rem 0;
}
.slash {
  font-weight: normal;
}
.plan-cycle {
  font-size: 2rem;
  font-variant: none;
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}
.hidden-visually {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}



/*css by avik*/

#slider1 .owl-nav{
    display: none !important;
}

.home-banner-radio{
    border-radius: 10px;
    box-shadow: rgba(124, 208, 245, 0.48) 6px 2px 8px 0px, rgba(124, 208, 245, 0.8) -6px -2px 8px 0px;
    margin: 0 70px;
}

.home-banner-radio .card
{
    height: 200px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.home-banner-radio h4{
    font-size: 18px !important;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.home-banner-radio input[type="radio"]
{
    -webkit-appearance: none;
    appearance: none;
    background-color: white;
    height: 100%;
    width: 100%;
    border-radius: 10px;
    position: absolute;
    box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
    cursor: pointer;
    outline: none;
		transition:transform 0.4s ease-in-out;
}
.home-banner-radio input[type="radio"]::before
{
	content:"";
	position:absolute;
	width:22px;
	height:22px;
	background-color: #f9fafd;
  border: 1px solid #e2e6f3;
  border-radius: 50%;
  top: 35px;
  right: 20px;
}
.home-banner-radio input[type="radio"]::after
{
	content:"";
	position:absolute;
	width:13px;
	height:13px;
	background-color:transparent;
	border-radius:50%;
	top:39.5px;
	right:24.5px;
}
.home-banner-radio label
{
	position:absolute;
	margin:7px;
	cursor:pointer;
}

.c1-image{
    width: 100%;
    height: 121px;
    overflow: hidden;
    border-radius: 10px;
}

.c1-image:hover .c1-i1{
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

.c1-image:hover .c1-i2{
    transform: scale(1.1);
    transition: 0.2s ease-in-out;
}

.home-banner-radio h2
{
	font-size: 17px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    padding: 10px 10px;
    margin-bottom: 0;
    line-height: 24px;
}

.home-banner-radio input[type="radio"]:hover
{
    transform: scale(1.05);
}
.home-banner-radio input[type="radio"]:checked{
    border: 1px solid #478bfb;
}
.home-banner-radio input[type="radio"]:checked:after{
    background-color: #478bfb;
}


.form-bann{
    z-index: 99;
    top: 10%;
    right: 5%;
}



.slide__content a{
    background-color: var(--button-background-color);
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 18px;
}

.slide__content a:hover{
    background-color: var(--button-background-color);
    padding: 12px 25px;
    border-radius: 10px;
    font-size: 18px;
}

.fsdf-btn{
    background: #fff !important;
    color: var(--button-background-color);
}

.fsdf-btn:hover{
    background: var(--button-background-color);
    color: #000 !important;
}


.inner-padding .rdbtn{
    background: #fff !important;
    color: var(--button-background-color) !important;
    border: 3px solid var(--button-background-color) !important;
}
.inner-padding .rdbtn i{
    padding-left: 8px;
}

.inner-padding .rdbtn:hover{
    background: transparent !important;
    color: #fff !important;
    border: 3px solid #fff !important;
    transition: 0.3s ease-in-out;
}



/*why choose us section*/


.game-section img {
  max-width: 100%;
  border: 0px;
}
.game-section ul,
.game-section ol {
  list-style: none;
}
.game-section a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section a:focus,
.game-section a:active,
.game-section a:visited,
.game-section a:hover {
  text-decoration: none;
  outline: none;
}
.game-section a:hover {
  color: #e73700;
}
.game-section h2 {
  margin-bottom: 48px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
}
.game-section h3 {
  margin: 0 0 10px;
  font-size: 22px;
  line-height: 36px;
}
.game-section button {
  outline: none !important;
}
/******* Common Element CSS End *********/

/* -------- title style ------- */
.line-title {
  position: relative;
  width: 400px;
}
.line-title::before,
.line-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  border-radius: 2px;
}
.line-title::before {
  width: 100%;
  background: #f2f2f2;
}
.line-title::after {
  width: 32px;
  background: #e73700;
}

/******* Middle section CSS Start ******/
/* -------- Landing page ------- */

.game-section .owl-stage {
  margin: 15px 0;
  display: flex;
  display: -webkit-flex;
}
.game-section .item {
  margin: 0 15px 14px;
  width: 320px;
  height: 400px;
  display: flex;
  display: -webkit-flex;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  background: #343434 no-repeat center center / cover;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  cursor: pointer;
}
.game-section .item.active {
  width: 500px;
  box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 12px 40px 40px rgba(0, 0, 0, 0.25);
}
.game-section .item:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 1));
}
.game-section .item-desc {
  padding: 0 24px 12px;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transform: translateY(calc(100% - 54px));
  -webkit-transform: translateY(calc(100% - 54px));
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
}
.game-section .item-desc h3, .game-section .item-desc P{
    color: #fff !important;
}

.game-section .item.active .item-desc {
  transform: none;
  -webkit-transform: none;
}
.game-section .item-desc p {
  opacity: 0;
  -webkit-transform: translateY(32px);
  transform: translateY(32px);
  transition: all 0.4s ease-in-out 0.2s;
  -webkit-transition: all 0.4s ease-in-out 0.2s;
}
.game-section .item.active .item-desc p {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.game-section .owl-theme.custom-carousel .owl-dots {
  position: relative;
  z-index: 5;
  text-align: center;
}

.game-section .owl-nav{
    display: none;
}
/******** Middle section CSS End *******/

/***** responsive css Start ******/

@media (min-width: 992px) and (max-width: 1199px) {
  .game-section h2 {
    margin-bottom: 32px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 260px;
    height: 360px;
  }
  .game-section .item.active {
    width: 400px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 46px));
    -webkit-transform: translateY(calc(100% - 46px));
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .game-section h2 {
    margin-bottom: 32px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 24px;
    line-height: 32px;
  }
  .line-title {
    width: 330px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 50px 30px 40px;
  }
  .game-section .item {
    margin: 0 12px 60px;
    width: 240px;
    height: 330px;
  }
  .game-section .item.active {
    width: 360px;
  }
  .game-section .item-desc {
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

@media (max-width: 767px) {
  .game-section h2 {
    margin-bottom: 20px;
  }
  .game-section h3 {
    margin: 0 0 8px;
    font-size: 19px;
    line-height: 24px;
  }
  .line-title {
    width: 250px;
  }

  /* -------- Landing page ------- */
  .game-section {
    padding: 30px 15px 20px;
  }
  .game-section .item {
    margin: 0 10px 40px;
    width: 200px;
    height: 280px;
  }
  .game-section .item.active {
    width: 270px;
    box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 6px 10px 10px rgba(0, 0, 0, 0.25);
  }
  .game-section .item-desc {
    padding: 0 14px 5px;
    transform: translateY(calc(100% - 42px));
    -webkit-transform: translateY(calc(100% - 42px));
  }
}

#requestQuoteTabs{
    margin-top: -10rem;
}

.fgfg-track-btn{
    padding: 15px 0 !important;
}


@import url("https://fonts.googleapis.com/css?family=Cardo:400i|Rubik:400,700&display=swap");
:root {
  --d: 700ms;
  --e: cubic-bezier(0.19, 1, 0.22, 1);
}

.dd_heading{
  text-align: center;
}

.page-content {
  display: grid;
  grid-gap: 1rem;
  padding: 1rem;
  max-width: 1024px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .page-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 800px) {
  .page-content {
    grid-template-columns: repeat(4, 1fr);
  }
}

.d_card {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
  align-items: flex-end;
  overflow: hidden;
  padding: 1rem;
  width: 100%;
  text-align: center;
  color: whitesmoke;
  background-color: whitesmoke;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 2px 2px rgba(0, 0, 0, 0.1),
    0 4px 4px rgba(0, 0, 0, 0.1), 0 8px 8px rgba(0, 0, 0, 0.1),
    0 16px 16px rgba(0, 0, 0, 0.1);
  border-radius: 15px;
}
@media (min-width: 600px) {
  .d_card {
    height: 300px;
  }
}
.d_card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: 0 0;
  -webkit-transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: -webkit-transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e);
  transition: transform calc(var(--d) * 1.5) var(--e),
    -webkit-transform calc(var(--d) * 1.5) var(--e);
  pointer-events: none;
}
.d_card:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  pointer-events: none;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0)),
    color-stop(11.7%, rgba(0, 0, 0, 0.009)),
    color-stop(22.1%, rgba(0, 0, 0, 0.034)),
    color-stop(31.2%, rgba(0, 0, 0, 0.072)),
    color-stop(39.4%, rgba(0, 0, 0, 0.123)),
    color-stop(46.6%, rgba(0, 0, 0, 0.182)),
    color-stop(53.1%, rgba(0, 0, 0, 0.249)),
    color-stop(58.9%, rgba(0, 0, 0, 0.32)),
    color-stop(64.3%, rgba(0, 0, 0, 0.394)),
    color-stop(69.3%, rgba(0, 0, 0, 0.468)),
    color-stop(74.1%, rgba(0, 0, 0, 0.54)),
    color-stop(78.8%, rgba(0, 0, 0, 0.607)),
    color-stop(83.6%, rgba(0, 0, 0, 0.668)),
    color-stop(88.7%, rgba(0, 0, 0, 0.721)),
    color-stop(94.1%, rgba(0, 0, 0, 0.762)),
    to(rgba(0, 0, 0, 0.79))
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0.009) 11.7%,
    rgba(0, 0, 0, 0.034) 22.1%,
    rgba(0, 0, 0, 0.072) 31.2%,
    rgba(0, 0, 0, 0.123) 39.4%,
    rgba(0, 0, 0, 0.182) 46.6%,
    rgba(0, 0, 0, 0.249) 53.1%,
    rgba(0, 0, 0, 0.32) 58.9%,
    rgba(0, 0, 0, 0.394) 64.3%,
    rgba(0, 0, 0, 0.468) 69.3%,
    rgba(0, 0, 0, 0.54) 74.1%,
    rgba(0, 0, 0, 0.607) 78.8%,
    rgba(0, 0, 0, 0.668) 83.6%,
    rgba(0, 0, 0, 0.721) 88.7%,
    rgba(0, 0, 0, 0.762) 94.1%,
    rgba(0, 0, 0, 0.79) 100%
  );
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: -webkit-transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e);
  transition: transform calc(var(--d) * 2) var(--e),
    -webkit-transform calc(var(--d) * 2) var(--e);
}

.content {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  padding: 1rem;
  -webkit-transition: -webkit-transform var(--d) var(--e);
  transition: -webkit-transform var(--d) var(--e);
  transition: transform var(--d) var(--e);
  transition: transform var(--d) var(--e), -webkit-transform var(--d) var(--e);
  z-index: 1;
}
.content > * + * {
  margin-top: 1rem;
}

.heading {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
}

.data-content {
  font-size: 1.125rem;
  font-style: italic;
  line-height: 1.35;
}

@media (hover: hover) and (min-width: 600px) {
  .d_card:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .content {
    -webkit-transform: translateY(calc(100% - 4.5rem));
    transform: translateY(calc(100% - 4.5rem));
  }
  .content > *:not(.heading) {
    opacity: 0;
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
    -webkit-transition: opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
    transition: opacity var(--d) var(--e), -webkit-transform var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e);
    transition: transform var(--d) var(--e), opacity var(--d) var(--e),
      -webkit-transform var(--d) var(--e);
  }

  .d_card:hover,
  .d_card:focus-within {
    -webkit-box-align: center;
    align-items: center;
  }
  .d_card:hover:before,
  .d_card:focus-within:before {
    -webkit-transform: translateY(-4%);
    transform: translateY(-4%);
  }
  .d_card:hover:after,
  .d_card:focus-within:after {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .d_card:hover .content,
  .d_card:focus-within .content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  .d_card:hover .content > *:not(.heading),
  .d_card:focus-within .content > *:not(.heading) {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: calc(var(--d) / 8);
    transition-delay: calc(var(--d) / 8);
  }

  .d_card:focus-within:before,
  .d_card:focus-within:after,
  .d_card:focus-within .content,
  .d_card:focus-within .content > *:not(.heading) {
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
  }
}


.d_card h2, .d_card p{
    color: #fff !important;
}





/*login modal start*/

        .custom-modal {
            z-index: 99999999999;
            position: fixed;
            /*overflow: auto;*/
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: rgb(0 0 0 / 60%);
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            padding: 30px;
        }
        .custom-modal-dialog {
            max-width: 40%;
            width: 100%;
            border-radius: 0px;
            position: relative;
        }
        .custom-modal-content {
            background: #ffffff;
            padding: 30px 30px;
            border-radius: 10px;
        }
        .close-modal {
            position: absolute;
            top: -10px;
            right: -10px;
            width: 30px;
            height: 30px;
            background: #f56142;
            opacity: 1;
            color: #ffffff;
            border-radius: 100%;
            border: 2px solid #ffffff;
            z-index: 9;
            box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 8%);
            padding: 0;
            text-align: center;
            line-height: 26px;
            cursor: pointer;
        }
        .custom-modal {
            opacity: 0;
            visibility: hidden;
        }
        body.modal-open .custom-modal {
            opacity: 1;
            visibility: visible;
        }
        .custom-modal .custom-modal-dialog{
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }
        body.modal-open .custom-modal .custom-modal-dialog {
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }
        .custom-modal, body .custom-modal, body.modal-open .custom-modal .custom-modal-dialog, body .custom-modal .custom-modal-dialog{
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }
        @media (max-width: 575.98px) {}

/*login modal end*/



/*login modal content start*/

.modal-login-open .clear {
  clear: both;
}
.modal-login-open .li-modal-content {
  width: 100%;
  margin: 10px auto;
}
.modal-login-open .li-modal-content a {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  float: left;
  line-height: 30px;
  background: tranparent;
  font-size: 20px;
  font-weight: 600;
  color: #ad3600;
  letter-spacing: 1px;
  text-align: center;
  border-radius: 10px;
  border: 2px solid var(--orange-main-color);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.modal-login-open .li-modal-content a:last-child {
  border: none;
}
.modal-login-open .tabContainer {
  width: 100%;
  padding: 15px 15px;
  height: 400px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  position: relative;
}
.modal-login-open .Tabcondent {
  position: absolute;
  width: 50%;
  height: 50%;
  /*background-color: #dc5f48;*/
  color: #fff;
  text-align: center;
  /*line-height: 150px;*/
  opacity: 0;
  border-radius: 32px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 37px auto;
  transition: all ease-in-out 0.3s;
  /* display:none; */
}
.modal-login-open a.active {
  color: #fff;
  background-color: var(--orange-main-color);
  box-shadow: none;
}
.modal-login-open .Tabcondent.active {
  width: 100%;
  height: 100%;
  opacity: 1;
  border-radius: 0px;
  transition: all ease-in-out 0.6s;
  margin: 0 auto;
  /* display:block */
}





.login-content .wave {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 100%;
  z-index: -1;
}

.login-content img{
  width: 38%;
  padding-bottom: 20px;
}
.login-content .img {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.login-content .login-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
.login-content .img img {
  width: 500px;
}
.login-content form {
  width: 100%;
}
.login-content .login-content img {
  height: 100px;
}
.login-content .login-content h2 {
  margin: 15px 0;
  color: #333;
  text-transform: uppercase;
  font-size: 2.9rem;
}
.login-content .login-content .input-div {
  position: relative;
  display: grid;
  grid-template-columns: 7% 93%;
  margin: 25px 0;
  padding: 5px 0;
  border-bottom: 2px solid #d9d9d9;
}
.login-content .login-content .input-div.one {
  margin-top: 0;
}
.login-content .i {
  color: var(--orange-main-color);
}


.nsjkfsf label{
    margin-left: 0 !important;
}

.nsjkfsf .form-check{
    margin-left: 0 !important;
    text-align: left !important;
}

.l-c-icon{
    color: var(--orange-main-color) !important;
}
.login-content .i i {
  transition: 0.3s;
}
.login-content .input-div > div {
  position: relative;
  height: 45px;
  text-align: left;
}
.login-content .input-div > div > h5 {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-70%);
  color: #999;
  font-size: 18px;
  transition: 0.3s;
}
.login-content .mb-5{
    margin-bottom: 40px !important;
}

.login-content .input-div:before {
  right: 50%;
}
.login-content .input-div:after {
  left: 50%;
}
.login-content .input-div.focus:before, .login-content .input-div.focus:after {
  width: 50%;
}
.login-content .input-div.focus > div > h5 {
  top: -5px;
  font-size: 15px;
}
.login-content .input-div.focus > .i > i {
  color: var(--orange-main-color);
}
.login-content .input-div > div > input {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 3px solid var(--orange-main-color);
  outline: none;
  background: none;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  color: #555;
  font-family: 'poppins', sans-serif;
  z-index: 99999999;
}
.login-content .input-div.pass {
  margin-bottom: 4px;
}
.login-content h2{
    font-size: 30px;
    margin-bottom: 40px;
}
.login-content a {
  display: block;
  text-align: right;
  text-decoration: none;
  color: #999;
  font-size: 0.9rem;
  transition: 0.3s;
}
.login-content a:hover {
  color: #38d39f;
}
.login-content .btn {
  display: block;
  width: 100%;
  height: 50px;
  border-radius: 25px;
  outline: none;
  border: none;
  background: var(--orange-main-color);
  background-size: 200%;
  font-size: 1.2rem;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.5s;
}
.login-content .btn:hover {
  background-position: right;
}








.login-root {
    background: #fff;
    display: flex;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}
.loginbackground {
    min-height: 692px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}
.flex-flex {
    display: flex;
}
.align-center {
  align-items: center; 
}
.center-center {
  align-items: center;
  justify-content: center;
}
.box-root {
    box-sizing: border-box;
}
.flex-direction--column {
    -ms-flex-direction: column;
    flex-direction: column;
}
.loginbackground-gridContainer {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: [start] 1fr [left-gutter] (86.6px)[16] [left-gutter] 1fr [end];
    grid-template-columns: [start] 1fr [left-gutter] repeat(16,86.6px) [left-gutter] 1fr [end];
    -ms-grid-rows: [top] 1fr [top-gutter] (64px)[8] [bottom-gutter] 1fr [bottom];
    grid-template-rows: [top] 1fr [top-gutter] repeat(8,64px) [bottom-gutter] 1fr [bottom];
    justify-content: center;
    margin: 0 -2%;
    transform: rotate(-12deg) skew(-12deg);
}
.box-divider--light-all-2 {
    box-shadow: inset 0 0 0 2px #e3e8ee;
}
.box-background--blue {
    background-color: var(--orange-main-color);
}
.box-background--white {
  background-color: #ffffff; 
}
.box-background--blue800 {
    background-color: #212d63;
}
.box-background--gray100 {
    background-color: #e3e8ee;
}
.box-background--cyan200 {
    background-color: #7fd3ed;
}
.padding-top--64 {
  padding-top: 64px;
}
.padding-top--24 {
  padding: 24px 0;
}
.padding-top--48 {
  padding-top: 48px;
}
.padding-bottom--24 {
  padding-bottom: 5px;
}
.padding-horizontal--48 {
  padding: 18px;
}
.padding-bottom--15 {
  padding-bottom: 15px;
}


.flex-justifyContent--center {
  -ms-flex-pack: center;
  justify-content: center;
}

.formbg {
    margin: 0px auto;
    width: 100%;
    max-width: 60%;
    background: white;
    border-radius: 4px;
    box-shadow: rgba(60, 66, 87, 0.12) 0px 7px 14px 0px, rgba(0, 0, 0, 0.12) 0px 3px 6px 0px;
}
.login-root span {
    display: block;
    font-size: 24px;
    line-height: 28px;
    color: #1a1f36;
    font-weight: 600;
}
.login-root label {
    margin-bottom: 10px;
}
.reset-pass a,label {
    font-size: 14px;
    font-weight: 600;
    display: block;
}
.reset-pass > a {
    text-align: right;
    margin-bottom: 10px;
}
.grid--50-50 {
    display: grid;
    grid-template-columns: 50% 50%;
    align-items: center;
}

.field input {
    font-size: 16px;
    line-height: 28px;
    padding: 8px 16px;
    width: 100%;
    min-height: 44px;
    border: unset;
    border-radius: 4px;
    outline-color: rgb(84 105 212 / 0.5);
    background-color: rgb(255, 255, 255);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.16) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px;
}

.login-root input[type="submit"] {
    background-color: var(--orange-main-color);
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0.12) 0px 1px 1px 0px, 
                rgb(84, 105, 212) 0px 0px 0px 1px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(0, 0, 0, 0) 0px 0px 0px 0px, 
                rgba(60, 66, 87, 0.08) 0px 2px 5px 0px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
}
.field-checkbox input {
    width: 20px;
    height: 15px;
    margin-right: 5px; 
    box-shadow: unset;
    min-height: unset;
}
.field-checkbox label {
    display: flex;
    align-items: center;
    margin: 0;
}
a.ssolink {
    display: block;
    text-align: center;
    font-weight: 600;
}
.footer-link span {
    font-size: 14px;
    text-align: center;
}
.listing a {
    color: #697386;
    font-weight: 600;
    margin: 0 10px;
}

.animationRightLeft {
  animation: animationRightLeft 2s ease-in-out infinite;
}
.animationLeftRight {
  animation: animationLeftRight 2s ease-in-out infinite;
}
.tans3s {
  animation: animationLeftRight 3s ease-in-out infinite;
}
.tans4s {
  animation: animationLeftRight 4s ease-in-out infinite;
}

@keyframes animationLeftRight {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0px);
  }
} 

@keyframes animationRightLeft {
  0% {
    transform: translateX(0px);
  }
  50% {
    transform: translateX(-1000px);
  }
  100% {
    transform: translateX(0px);
  }
} 









/*login modal content end*/








/*our services start*/


.modalDialog {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 100ms ease-in;
    -moz-transition: opacity 100ms ease-in;
    transition: opacity 100ms ease-in;
    pointer-events: none;
}
.modalDialog:target {
    opacity:1;
    pointer-events: auto;
}
.modalDialog > div {
    max-width: 800px;
    width: 90%;
    position: relative;
    margin: 10% auto;
    padding: 20px;
    border-radius: 10px;
    /*background: #fff;*/
}
#openModal-about .close {
    font-family: Arial, Helvetica, sans-serif;
    background: #f26d7d;
    color: #fff;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
    padding-top: 5px;
    opacity: 1 !important;
}
#openModal-about .close:hover {
    background: #fa3f6f !important;
}

#openModal-about1 .form-control{
    width: 100%;
}

#openModal-about1 > div{
    margin: 7% auto;
}

.o-a-1-inner{
    background-color: #fff !important;
}

/*our services end*/





.o-s-card .card {
  width: 100%;
  display: grid;
  place-content: center;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
.o-s-card #logo-main, .o-s-card #logo-second {
  height: 100%;
}
.o-s-card #logo-main {
  fill: #bd9f67;
}
.o-s-card #logo-second {
  padding-bottom: 10px;
  fill: none;
  stroke: #bd9f67;
  stroke-width: 1px;
}
.o-s-card .border {
  position: absolute;
  inset: 0px;
  border: 2px solid #bd9f67;
  opacity: 0;
  transform: rotate(10deg);
  transition: all 0.5s ease-in-out;
}
.o-s-card .bottom-text {
    position: absolute;
    left: 50%;
    width: 70%;
    bottom: 13px;
    transform: translateX(-50%);
    font-size: 14px;
    text-transform: uppercase;
    padding: 2px 9px;
    border-radius: 5px;
    color: #ffffff;
    background: var(--orange-main-color);
    opacity: 0;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out;
    z-index: 99999999;
    text-align: center;
}
.o-s-card .content {
  transition: all 0.5s ease-in-out;
}

.fr-p-e input{
    box-shadow: none !important;
    width: inherit;
    min-height: 25px;
}
.jnfgdg__fdg{
    color: #000 !important;
    font-size: 18px !important;
}

#ifYes input{
    font-size: 16px;
    line-height: 0;
    padding: 8px 16px;
    /*width: 100%;*/
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: rgb(255, 255, 255);
}

.o-s-card .content .logo {
  height: 35px;
  position: relative;
  width: 33px;
  overflow: hidden;
  transition: all 1s ease-in-out;
}
.o-s-card .content .logo .logo1 {
  height: 33px;
  position: absolute;
  left: 0;
}
.o-s-card .content .logo .logo2 {
  height: 33px;
  position: absolute;
  left: 33px;
}
.o-s-card .content .logo .trail {
  position: absolute;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
}
.o-s-card .content .logo-bottom-text {
    position: relative;
    transform: translate(0, -5rem);
    margin-top: 30px;
    color: #fff;
    padding-left: 8px;
    font-size: 20px;
    font-weight: 600;
    opacity: 0;
    letter-spacing: 1px;
    transition: all 0.5s ease-in-out 0.5s;
}
.o-s-card .card:hover {
  border-radius: 0;
  transform: scale(1.1);
}
.o-s-card .card:hover .logo {
  width: 134px;
  animation: opacity 1s ease-in-out;
}
.o-s-card .card:hover .border {
  inset: 15px;
  opacity: 1;
  transform: rotate(0);
  border-radius: 10px;
}
.o-s-card .card:hover .bottom-text {
  opacity: 1;
}
.o-s-card .card:hover .content .logo-bottom-text {
  opacity: 1;
}
.o-s-card .card:hover .trail {
  animation: trail 1s ease-in-out;
}
@keyframes opacity {
  0% {
    border-right: 1px solid transparent;
  }
  10% {
    border-right: 1px solid #bd9f67;
  }
  80% {
    border-right: 1px solid #bd9f67;
  }
  100% {
    border-right: 1px solid transparent;
  }
}
@keyframes trail {
  0% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, #bd9f67 100%);
    opacity: 0;
  }
  30% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, #bd9f67 100%);
    opacity: 1;
  }
  70% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 70%, #bd9f67 100%);
    opacity: 1;
  }
  95% {
    background: linear-gradient(90deg, rgba(189, 159, 103, 0) 90%, #bd9f67 100%);
    opacity: 0;
  }
}




/*loader service start*/


.section-every-gap {
  padding: 5rem 0;
}

.empl-section h2 {
  text-transform: uppercase;
}

.empl-section p {
  padding-top: 10px;
}

.empl-section img {
  width: auto;
}

.e-m-s-inner .e-m-s-i-outer {
  border: 2px solid #ccc;
  width: 90px;
  height: 90px;
  border-radius: 8px;
  margin: auto;
  padding: 15px 15px;
  -webkit-box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
          box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px;
}

.e-m-s-inner .e-m-s-i-outer img {
  width: 100%;
}

.e-m-s-inner h4 {
  padding-top: 10px;
}

.W-w-r .w-w-r-left img {
  width: 95%;
}

.W-w-r .w-w-r-right h5 {
  border-left: 3px solid #d64d1b;
  padding-left: 15px;
}

.W-w-r .w-w-r-right h2 {
  margin: 15px 0;
}

.W-w-r .w-w-r-right p {
  line-height: 30px;
}

.W-w-r .w-w-r-right img {
  width: 30%;
}

.l-s-s-3 {
  background-color: #FF5E14;
  color: #fff;
}

.l-s-s-3 p {
  padding: 15px 0;
  color: #fff !important;
}

.l-s-s-3 h2{
    color: #fff !important;
}

.l-s-s-3 h1{
    color: #fff !important;
}

.l-s-s-3 h4{
    color: #fff !important;
}

.kljsfg__uifhg-left {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  border: 2px solid #FF5E14;
  text-align: center;
}

.kljsfg__uifhg-left img {
  width: 70% !important;
  padding-top: 10px;
}

.kcsdk_right h4{
    font-size: 22px;
}

.kdas-button button{
    margin-top: 50px;
}

.kcsdk_left{
    border: 2px solid var(--orange-main-color);
    width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
}

.kcsdk_left i{
    color: var(--orange-main-color);
    font-size: 30px;
    padding-top: 12px;
}


.tst-sld {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.tst-sld:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(img/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(https://i.ibb.co/d7tSD1R/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.tst-sld span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}
/*-----Testimonial-------*/

.testimonial:after {
    position: absolute;
    top: -0 !important;
    left: 0;
    content: " ";
    background: url(img/testimonial.bg-top.png);
    background-size: 100% 100px;
    width: 100%;
    height: 100px;
    float: left;
    z-index: 99;
}

.testimonial {
    min-height: 375px;
    position: relative;
    background: url(https://i.ibb.co/PTJDkgb/testimonials.jpg);
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: center;
        background-size: cover;
}
.testimonial h5{
    color: #bfbfbf;
}
#testimonial4 .carousel-inner:hover{
  cursor: -moz-grab;
  cursor: -webkit-grab;
}
#testimonial4 .carousel-inner:active{
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}
#testimonial4 .carousel-inner .item{
  overflow: hidden;
}

#about5 .owl-nav{
    display: none;
}

#about5 .owl-dots{
    display: none;
}

#about5 .owl-item{
    width: 100% !important;
}

.testimonial4_indicators .carousel-indicators{
  left: 0;
  margin: 0;
  width: 100%;
  font-size: 0;
  height: 20px;
  bottom: 15px;
  padding: 0 5px;
  cursor: e-resize;
  overflow-x: auto;
  overflow-y: hidden;
  position: absolute;
  text-align: center;
  white-space: nowrap;
}
.testimonial4_indicators .carousel-indicators li{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  text-indent: 0;
  margin: 2px 3px;
  cursor: pointer;
  display: inline-block;
  background: #ffffff;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators .active{
  padding: 0;
  width: 14px;
  height: 14px;
  border: none;
  margin: 2px 3px;
  background-color: #9dd3af;
  -webkit-border-radius: 100%;
  border-radius: 100%;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar{
  height: 3px;
}
.testimonial4_indicators .carousel-indicators::-webkit-scrollbar-thumb{
  background: #eeeeee;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.testimonial4_control_button .carousel-control{
  top: 175px;
  opacity: 1;
  width: 40px;
  bottom: auto;
  height: 40px;
  font-size: 10px;
  cursor: pointer;
  font-weight: 700;
  overflow: hidden;
  line-height: 38px;
  text-shadow: none;
  text-align: center;
  position: absolute;
  background: transparent;
  border: 2px solid #ffffff;
  text-transform: uppercase;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.6s cubic-bezier(0.3,1,0,1);
  transition: all 0.6s cubic-bezier(0.3,1,0,1);
}
.testimonial4_control_button .carousel-control.left{
  left: 7%;
  top: 50%;
  right: auto;
}
.testimonial4_control_button .carousel-control.right{
  right: 7%;
  top: 50%;
  left: auto;
}
.testimonial4_control_button .carousel-control.left:hover,
.testimonial4_control_button .carousel-control.right:hover{
  color: #000;
  background: #fff;
  border: 2px solid #fff;
}

.testimonial4_header{
  top: 0;
  left: 0;
  bottom: 0;
  width: 550px;
  display: block;
  margin: 30px auto;
  text-align: center;
  position: relative;
}
.testimonial4_header h4{
  color: #ffffff;
  font-size: 30px;
  font-weight: 600;
  position: relative;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.testimonial4_slide{
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 70%;
  margin: auto;
  padding: 20px;
  position: relative;
  text-align: center;
}
.testimonial4_slide img {
    top: 0;
    left: 0;
    right: 0;
    width: 136px;
    height: 136px;
    margin: auto;
    display: block;
    color: #f2f2f2;
    font-size: 18px;
    line-height: 46px;
    text-align: center;
    position: relative;
    border-radius: 50%;
    box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -moz-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -o-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-box-shadow: -6px 6px 6px rgba(0, 0, 0, 0.23);
}
.testimonial4_slide p {
    color: #ffffff !important;
    font-size: 20px;
    line-height: 1.4;
    margin: 40px 0 20px 0;
}
.testimonial4_slide h4 {
  color: #ffffff;
  font-size: 22px;
}

.testimonial .carousel-control-next-icon, .testimonial .carousel-control-prev-icon {
    width: 35px;
    height: 35px;
}
/* ------testimonial  close-------*/

.a-i-button{
    padding: 12px 35px;
    font-size: 20px;
    width: auto;
    height: auto;
}