/* You can add global styles to this file, and also import other style files */
/*------------------------------------------------------------------
 * Theme Name:AplhaExpresion Technologies
 * Description:
 * Bootstrap v4.1.3 (http://getbootstrap.com)
 * Copyright 2019
 -------------------------------------------------------------------*/


/*------------------------------------------------------------------

[Table of contents]

1. General Styles .
2. header Styles .


[ THE END ]
-------------------------------------------------------------------*/



@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&family=Sora&display=swap');




/*------------------------------------------------------------------
    1. General Styles
-------------------------------------------------------------------*/

html {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: block;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
	  scroll-behavior: smooth;
	  overflow-y: scroll;
}

body {
    font-family: 'Sora', sans-serif;
    color: #2f2f2f;
    font-weight: normal;
    font-size: 14px;
    background: rgb(255 255 255);
    line-height: 1.6;
    position: relative;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    text-decoration: none;
    color: #f8c32b;
    -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    outline: none !important;
}


a:focus, a:hover {
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  color: #16294e;
}
p {
  font-family: 'Sora', sans-serif;
  margin: 0 0 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
}

img {
    outline: none;
    border: none;
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0px;
}
button
{
    outline: 0;
}
button:focus {

    outline: unset;
}














.nav-item .fas{
	color: rgb(28, 93, 190);
}
.nav-item.active .fas{
	color: #ffff;
}
/*.fa-phone{
  transform: rotate(100deg);
}*/
ul{
  list-style: none;
  margin: auto;
  padding: 0;
}
.no-margin{
  margin: 0;
}
.color-custom{
   background-color: rgb(255, 87, 34);
}
/* ============================ COMMON CLASSES =========================*/
h1, h2, h3, h4, h5, h6 {
    font-family: 'Sora', sans-serif;
    font-weight: 400;
    color: #00AFEF;
    margin: 0 0 15px;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


.section-padding{
    padding: 40px 40px;
  }
  .users {
    padding: 100px 40px;
}
.section-title {
  color: #313131;
  font-weight: 500;
  font-size: 38px;
  margin: 0px auto 30px;

  border-radius: 0.5px;
}

  p.sub-head {

    font-size: 22px;
}
  h1.section-title.video {
    color: #ffff;
}


.btn{
  padding: .300rem 1.5rem;
}


/* ============================ form =========================*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ef001f;
    outline: 0;
    box-shadow: none;
}
/* ============================ from =========================*/




/***********************************preloader**********************************/
/* Demo Styles */
#content {
  margin: 0 auto;
  padding-bottom: 50px;
  width: 80%;
  max-width: 978px;
}

h1 {
  font-size: 60px;
}

/* The Loader */
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  overflow: hidden;
  background: #16294e;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.no-js #loader-wrapper {
  display: none;
}

#loader {
  position: absolute;
  width: 130px;

  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 11;
}


@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}


#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #16294e;
  z-index: 10;
}

.loaded #loader {
  opacity: 0;
  transition: all 0.3s ease-out;

}

.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  transition: all 0.3s 1s ease-out;
}
/***********************************preloader**********************************/

/* ============================ owlcarousal =========================*/
.owl-carousel .owl-stage {
  display: flex;
}

.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    background: #f7af5e;
    border-radius: 0;
    padding: 0;
    border-color: #fff;
    border-style: dashed;
    text-align: center;
    font-size: 26px;
    line-height: 50px;
    border-radius: 10%;
    color: #ffffff;
    width: 40px;
    height: 50px;
    -webkit-box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: #f7af5e;
  color: #ffffff;

}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #f8c32b;
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .owl-nav .owl-prev{
    left: -40px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.owl-carousel .owl-nav .owl-next {
    right: -40px;
    top: 45%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.testimonial .owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: unset;
    position: unset;
}


    .item {

    height: 100%;
}
.owl-carousel .owl-nav .owl-next .fa{
  margin: 0!important;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: #16294e;
}
.text-primary {
    color: #f8c32b!important;
}
.owl-theme .owl-dots {

  width: fit-content;
  margin: auto;
  background-color: #f8c32b;
  display: flex;
  padding: 4px 17px;
  border-radius: 50px;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px;
}
.owl-theme .owl-dots .owl-dot {

    background-color: #0000;
    border: unset;
    box-shadow: unset;
}
.owl-theme .owl-nav{
  margin: 0;
}

.owl-slider .owl-dots {
  width: fit-content;
  position: absolute;
  margin-top: -40px!important;
  left: 0;
  flex-direction: row;
  right: 0;
  margin: auto;
  background-color: #f8c32b;
  display: flex;
  padding: 4px 17px;
  border-radius: 50px;
}



.contact .fa{

color: #f8c32b;
}
.contact ul li {
    font-size: 16px;
    list-style: none;
    padding-bottom: 8px;
    border: 1px solid rgb(196, 196, 196);
    margin-bottom: 15px;
    padding: 10px;
}
.contact ul li h5 {
    margin: 0 0 10px;
}
 .about{
    background-color: #000000;
}
.about h5{
    color: #ffffff;
    margin-top: 15px;
}

.card-text {
    margin: 0;
    font-size: 17px;
    line-height: 30px;

}
.card-text i {
  margin-right: 3px;
  font-size: 16px;
  color: #f7af5e;
}


 .testimonial-header {
    font-weight: 400;
    margin: 0 0 30px;
}
.testimonial .review {
    font-size: 16px;
    color: black;
    margin: 0 0 10px;
}
.testimonial .user{
    font-size: 20px;
    color: black;
    font-weight: 400;
    margin: 0 0 0px;
}
.testimonial .location{
    font-size:12px;

}

.header_banner ul li {
  display: inline-block;
  margin-right: 5px;
}
.star .star_text {
  font-size: 16px;
  color: #f7af5e;
}
.star .fa {
    color: #f7af5e;
}
.star .star_count {
  color: #000000;
  font-size: 16px;
  margin-left: 6px;
  font-weight: 500;
}
.top-bar {
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    border-color: #16294e;
    background: #16294e;
    padding: 0px 40px;

}
.sticky .top-bar{
  background:#16294e;
}
.menubar2 .top-bar{
  background:#16294e;
}
.menunav {
    padding: 0px 40px;
    background-color: #16294e;
}
  .social .fa {
    color: #ffffff;
    vertical-align: -webkit-baseline-middle;
}
.contacth .fa {
    margin-right:8px;
    color: #f8c32b;

}
  .top-bar a{
    color: #ffffff;
  }

   .sticky .top-bar a{
    color: #ffffff;
  }
  .social>li {
    display: inline-block;
    text-align: center;
    width: 25px;
    margin: 5px 5px;
    position: relative;
    font-size: 12px;
    background-color: #16294e;
    border-radius: 50px;
    height: 25px;
}

.social li:hover .fa{
  color: #f8c32b;



}
.contacth>li {
    display: inline-block;
    padding: 8px 12px;
    position: relative;
    font-size: 14px;
}

.menubar {
  position: relative;
  width: 100%;
  z-index: 30;


}
.menubar2 {
  position: relative;
  width: 100%;

  background-color: #212529;
}
  .navbar {
    padding: 0px 10px;
}






  .sticky {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 16%), 0 4px 10px 0px rgb(0 0 0 / 12%);

    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
}
 .dropdown-menu{
  -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    font-size:14px;
 }
 .dropdown-divider {
  height: 0;
   margin: unset;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

  .nav-link {
    font-size: 15px;
    letter-spacing: 0.5px;
    font-weight: 600;
    outline: 0;
    text-transform: capitalize;
    position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: 25px 10px;
    margin: 0px 2px;
}



.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f8c32b!important;

}
  .navbar-light .navbar-nav .nav-link{
    color:#ffffff;
  }
  .menubar2 .navbar-light .navbar-nav .nav-link {
    color: #f8c32b;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgb(255 255 255);
}
.menubar2 .menunav {
  background-color: #ffffff;
}
  .sticky .navbar-light .navbar-nav .nav-link{
    color: #ffffff;
  }
  .sticky .menunav{
    background-color: #16294e;
  }
  .sticky .navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #ffffff;
}
.sticky  .mob-ser .fas {
  color: #ffffff;
}

.menubar2 .navbar-light .navbar-toggler {
  color: #ffffff;
  border-color: #ffffff;
}
.menubar2  .mob-ser .fas {
color: #000000a3;
}

  .navbar-brand img{
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
    width: 300px;
  }
  .menubar .navbar-nav{
      margin-right: 0;
  }
  .catemenu .navbar-nav{
    margin: unset;
  }



  .whatsapp {

    width: 50px;
    height: 50px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    margin-left: 10px;
    background: #16294e;

    z-index: 10;
    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.whatsapp:hover{
transform: scale(1.03);
}
.whatsapp i {
  font-size: 30px;
  color: #ffffff;
}

.fixed_contact{

    position: fixed;
    bottom: 20px;
    right: 15px;
    display: flex;
    z-index: 3;

}
.menu-top{
  display:none;
  position: fixed;
  top: 20px;
  right: 15px;
  z-index: 10;
  cursor:pointer;
}
.menu{




    border-radius: 50px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);

}
hr{
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}




.close {

  color: #bbb;

}
.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
  color: #fff;

}






/* ============================ footer =========================*/

.footer1 {
    padding: 30px 50px;
    background-color:#16294e;
}

img.footerlogo1{
  width: 25%;
}
img.footerlogo2 {
    width: 100px;
}

.footer1 ul li a, .footer1 p {
  color: #e1e1e1;
  font-size: 16px;
}
.footer1 ul li a:hover, .footer1 .fdstyle:hover {
  color: #f8c32b;

}
.footer1 .fdstyle {
  color: #ffffff;
  font-size: 18px;
}
.footer1 ul li {
  padding: 2px 0;
  font-size: 16px;
}
.footer1 h6 {
    font-family: 'Sora', sans-serif;
    color: #f8c32b;
    font-size: 16px;
    text-transform: uppercase;
}

.footer1 .fas, .footer1 .fab{
  margin-right:10px;
}
.footer1 .addr .fas {

    font-size: 18px;
    color: #fff;
}

.footer-menu img{
  margin: 0px;
}

.footer-menu li {
    display: inline-block;
      padding: 4px 8px;
      font-size: 12px;
      font-weight: 400;
}
.footer-menu li a {
  color: #ffffff;
}
ul.address li {
    padding: 15px;
    color: #ffffff;

}
ul.address li .fa {
    color:#e6bd54;
    font-size: 15px
}
.footer2{
  border-top: 1px solid #ffffff1a;
  background-color:#16294e;

}
.footer2 p{
  color: #ffffff;
  margin: 10px 0;
  line-height: unset;
  font-size: 13px;
}
.footer2 a{
  color: #ffffff;

}

.footer-img{
  width: 50%;
  float: right;
}


.tracko{

  margin: 0px;
}
.modal-content {
  border: unset;

}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.png");
}



/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1051; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.9s;
  animation: fadein 0.5s, fadeout 0.5s 2.9s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}
.passmatch, .pw, .iotp{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}





.card-title {
  font-family: 'Sora', sans-serif;
  font-size: 1.3rem;
  font-weight: 700;
  margin-top: 16px;
}
.card-deck .card-title {
   font-size: 25px;
}


.aboutbg {
    background-color: #16294e;
}
.aboutbg2 {

  background: linear-gradient(90deg, rgba(240,248,255,1) 34%, rgba(255,238,238,1) 61%);
}



  .card-deck .numscroller {
    font-size: 40px;
}
.nav-link.job{
  background-color:#f8c32b;
    color: #ffffff!important;
    border-radius: 50px;
}
.nav-link.job:hover{

    color: #f8c32b!important;

}
.services ul li {
    display: -webkit-inline-box;
    width: 30%;
    color: #000;
    font-weight: 400;
    margin: 15px;
}
.faborder {
    border: 2px solid #f8c32b;
    border-radius: 50%;
    padding: 9px;
    color: #f70000;
    background-color: #fff;
}

.count_border{

    border-top: 4px solid #f8c32b;
    width: 25%;
    margin-bottom: 10px;

}

.bg-black{
  background-color:#000;
}
.slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
  background-size: cover;
}


.main_slide_head {
  position: absolute;

  z-index: 9;
  left: 0;
  width: 50%;
  /* background-color: #313131b8; */
  border-radius: 20px;
  height: fit-content;
  margin: auto;
  border: unset;
  top: 0;
  bottom: 0;
  right: 0;
}
.main_slide_head .card {
  background-color: #313131b8;
  border: unset;
  height: 100%;
}
.main_slide_head .card .card-body {
  padding: 40px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.main_slide_head h1 {
    font-size: 40px;
    font-weight: 600;

}

.main_slide_head p {
  font-size: 18px;
  color: #ffffff;

}
.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.overlay h4 {
    text-transform: capitalize;
    letter-spacing: 1px;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 1.2em;
    padding: 10px 0;
    width: 55%;
    margin: 58px auto 2px;
    background: #f8c32b;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
    transition: all 0.4s cubic-bezier(0.88,-0.99, 0, 1.81);
}
.overlay:hover{
  background-color:rgba(23, 24, 24, 0.51)
}
.overlay:hover h4 {
    -webkit-transform: translateY(80px);
    -ms-transform: translateY(80px);
    transform: translateY(80px);
    -moz-transform: translateY(80px);
    -o-transform: translateY(80px);
}
.services-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  border: solid 2px #f1f1f1;
  padding: 1.1em 0 0 0;
  margin: 0 auto;
}
.services-icon-info {
  color: #4b4b4b;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  margin: 0px 0 0 0;
}
.service  i {
  color: #fff;
  font-size: 24px;
}
.hvr-radial-in {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    background: #f8c32b;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-radial-in:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #101010;
    border-radius: 100%;
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.services-grid:hover .hvr-radial-in:before {
    -webkit-transform: scale(0);
    transform: scale(0);
}
.service .bg-img {
  /* background-image: url(../img/property/p1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; */
background-color: #000000;
}

.service .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  background-color:#171818b0;
  -webkit-transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
  transition: all 0.4s  cubic-bezier(0.88,-0.99, 0, 1.81);
}
.service .slider p {
  line-height: 25px;
  font-size: 16px;
}

.nav-pills .nav-item{
  text-transform: none;
}
.scatl  .activec {
  color: #fff!important;
  background-color: #f8c32b;
}
.scatl a {
  color: #fff;
  border: 1px solid #0000000f;
  background-color: #000000;
}
.owl-stage {
  margin: auto;
}
.testimonial .card {
  background-color: #ffffff00;
  margin: auto;
  border: unset;
}
.contactus i {
  color: #f8c32b;
  font-size: 28px;
  vertical-align: middle;
  border-right: 3px solid #212529d4;
  padding: .8em .4em .8em 0em;
  float: left;
}
.contact-right {
  padding-left: 1.5em;
  float: left;
  padding-top: 8px;
}

.footer1 .fb {

  background-color: #2654b5;
  padding: 16px;
  border-radius: 50px;
}

.footer1 .tw {

  background-color: #1da1f2;
  padding: 16px;
  border-radius: 50px;
}

.footer1 .in {

  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);

  padding: 16px;
  border-radius: 50px;

}

.footer1 .yb {

  background-color: #ef001f;
  padding: 16px;
  border-radius: 50px;
}

.border-warning {
  border-color: #16294e!important;
}

.bg-primary {
  background-color: #16294e !important;
}

#course-form .form-control {

    color: #ffffff;
    background-color: #ef001f ;

    border: 1px solid #ef001f ;

}
.displaynone-desk{
   display: none;
}
.displaynone-mob{
  display: block;
  }
  /* .animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
} */
  /* @-webkit-keyframes animate__slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}@keyframes slideInDown {
    0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
}
to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
}
   */
   figure{
    overflow: hidden;
   }
   .anim-img {
    opacity: 0;



}
.anim-img.active {

  opacity: 1;
  animation: zoomIn 1s 1;

}
  @media (prefers-reduced-motion: no-preference) {
    .square-animation {
      animation: bounceIn 1s 1;

    }
  }
  .reveal{
    position: relative;
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: all 0.4s  ease-in-out;
    transition: all 0.4s  ease-in-out;
  }

  .reveal.active{
    transform: translateY(0);
    opacity: 1;
  }
.counter_outer{

  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}
.world {
  background-image: url(../img/banner/global.jpg);
  background-size: cover;
  background-position: center;
  background-repeat:no-repeat;
}
.world .section-title {

  color: #fff;
  width: fit-content;
  padding: 15px 20px;
}

.world  .counter-head h6 {
  color: #ffffff;
  width: fit-content;
  margin: auto!important;
  padding: 0px 17px;
}

.world  .counter-head h5{

  color: #ffffff;


}

.counter_outer h2{
  color: #ffffff;
}
.counter-head h5 {
  font-size: 14px;
  color: #ffffff;
  line-height: 1.3;
  font-weight: 500;
  margin: 25px 0 25px;
}
.counter-head h6 {
  font-size: 12px;
  color: #ffffff;
  font-weight: 500;
  text-transform: capitalize;
}
  .btn-outline-danger {
    color: #f8c32b;
    background-color: transparent;
    background-image: none;
    border-color: #f8c32b;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f8c32b;
  border-color: #f8c32b;
}
 .icon{
  width: 36px;
 }
 .counter img{
  width: 90px;
 }
 .border-primary {
    border-color: #f8c32b!important;
}
.services-grid img {

  background-color: #ffffff;



}
.services-grid .card-body{
  padding: 0.25rem;
}
.card {

  box-shadow: 0px 0px 5px 0 rgb(0 0 0 / 16%), 0px 0px 0px 0px rgb(0 0 0 / 12%);
  border: unset;
  height: 100%;

}
.services-grid .card:hover {

  transition: all 0.2s ease-in-out;
  transform: scale(1.03);
  cursor: pointer;

}
.circle {
  border: 8px solid #f8c32b;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
.inner_circle {
  height: 100px;
  width: 100px;
  position: absolute;
  background: #f8c32b;
  border-radius: 50%;
  top: -20px;
  left: 35px;
  z-index: 0;
}
.testimonial {
    background-image: url(../img/banner/aboutbg.jpg);
    background-size: 100%;
    background-position: center;

    background-repeat: no-repeat;
}
.testimonial img {
  width: 150px!important;
  padding: 2px;
  position: relative;
  background: #fff;
  height: 150px;
  border-radius: 50%;
}
.testimonial h6.text-left {
  margin: 0;
  font-size: 90px;
  line-height: 0;
  position: absolute;
  left: -36px;
  color: #f8c32b47;
}
.testimonial h6.text-right {
  margin: 0;
  font-size: 90px;
  line-height: 0;
  position: absolute;
  color: #f8c32b47;
  right: -12px;
  bottom: 56px;
}
.card.gimgload {
    width: auto;
    height: 300px;
    background-position: center;
    background-size: cover;
}
.mvc hr {
  border-top: 2px solid #000000;
  width: 18%;
  margin: 0 0 20px;
}
.mvc i {
  font-size: 40px;
  margin-right: 5px;
}
.mvc .card{
  height:100%;
}
.wrksp .card{
  height:100%;
}
.wrksp .card-text {

   font-size: 17px;
   line-height: 15px;
   display: inline-block;
   border-right: 1px solid;
   padding: 5px 10px 5px 10px;
   margin: 5px 0 5px 0;
}
.text-warning {
  color: #f7af5e!important;
}
.bg-warning {
    background-color:#f7af5e!important;
}
.bg-warning2 {
    background-color:#f3b411db!important;
}
.bg-warning3 {
    background-color:#f3b411b5!important;
}
.elementor-background-video-container {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
    overflow: hidden;
    z-index: 0;
    direction: ltr;
}
.elementor-background-overlay {
    background-color: transparent;
    background-image: linear-gradient(180deg, #5A5A5A 47%, #D5D5D5A1 100%);
    opacity: 0.45;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}
.elementor-background-video-embed {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    height: calc(100vh + 180px);
}
.sticky .logo_white, .menubar2 .logo_white{
  -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  display:none;

}
.sticky .logo_blue, .menubar2 .logo_blue{
  -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  display:block!important;
}

.coursesdis{
  display:none;
  background-color:#fffffff0;
  border-top: 2px solid #f7af5e;
}
.coursesdis .card{
  background-color:unset;
}
.coursesdis.cfoot {
  background-color: #f8c32b;
  border: unset;
  position: relative;
  padding: 10px;
  z-index: 1;
}
.coursesdis.cfoot .nav-link {
color:#ffffff;
}
.coursesdis.cfoot .nav-link:hover {
  color:#f7af5e;
  }
.coursesdis h3 {
    padding: 15px 0;
    margin: 0;
    border-bottom: 1px solid #d7d7d7;
    color: #4b4b4b;
    font-size: 18px;
}
.coursesdis h3:hover {

    color: #f7af5e;

}
.coursesdis i.fa-solid {
    font-size: 28px;
    margin-right: 8px;
    vertical-align: middle;

}
.coursesdis.csubnav {
  position: absolute;
  top: 79px;
}
.owl-banner{

    position: absolute;
    top: 30%;

}

.owl-banner .card {
  background-color: #313131b8;
  border-radius: 20px;
  height: calc(100vh - 65vh);
  margin: auto;
  border: unset;
}

.owl-banner .card .card-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.owl-banner h2{
  font-weight: 600;
  font-size: 40px;
}
.admis {
  font-size: 20px;
  font-weight: 500;
}
.brochure {
  position: fixed;
  z-index: 99;
  transform: rotate(270deg);
  top: 47%;
  right: -156px;
}
.brochure .btn {
  margin-right: 15px;
}
.btn-warning {
  color: #212529;
  background-color: #f7af5e;
  border-color: #f7af5e;
  font-weight: 500;
}
.btn-warning:hover {
  color: #ffffff;
  transform: scale(1.1);
  background-color: #f8c32b;
  border-color: #f8c32b;
}

.btn-primary {
  color: #ffffff;
  background-color: #f8c32b;
  border-color: #f8c32b;
  font-weight: 500;
}
.btn-primary:hover {
  color: #212529;
  background-color: #f7af5e;
  border-color: #f7af5e;
  transform: scale(1.1);

}

.corseswo{
  border: unset;
  background-color: unset;

  background-size: 100%;
  background-position: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-repeat: no-repeat;
  height:100%;


}
.corseswo .card-body {
  padding: 0.25rem;

}
.subcoursewo .card {
    border: unset;
    background-size: 100%;
    background-position: center;
    overflow: hidden;
    height: 100%;
}
.subcoursewo .card-body {
  padding: 1rem 0.8rem;
  background-color: #ffffff;
  z-index: 2;
}
.card-img-top {


  background-color: #fff;

}


.subcoursewo .card-text {
  line-height: 1.3;
  color: #4b4b4b;
  overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2;
   -webkit-box-orient: vertical;
}
.subcoursewo .card-title {
  font-size: 22px;
  color: #f8c32b;
  margin-bottom: 0;
}




.corseswo i {
  font-size: 50px;
  color: #4b4b4b;
}
.subcoursewo .corseswo i {
  font-size: 42px;

}
.coursedetail .cd-section-title{
  font-size: 40px;
}
.coursedetail ul{

    margin-left: 45px;

}
.coursedetail ul li {

  font-size: 18px;
  list-style: disc;
  list-style-type: disc;
  display: list-item;
}
.rightcontact{
  position: sticky;
  top: 125px;
}
.coursedetail h6{
  font-size: 22px;
  font-weight: 600;
  text-align: left;
  margin: 0 0 10px;
  color: #f8c32b;
}

.card-body.enroll-body {
  background: #fff;
  border: 1px solid #f8c32b;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.footer_section{
  background-image: url(/assets/images/banner/placements.jpg);
  background-size: 100%;
  background-position: center;
}
.footer_section p.sub-head {
  font-size: 18px;
}
.certi {
  box-shadow: -1px 5px 20px 0px rgb(0 0 0 / 15%);
}
.careers .list-group{
  margin: unset;
  text-align: left;
}
.careers .card-body {
  padding: .75rem 1.25rem;
}
.careers .card-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.3rem;
}
.careers h6 {
  text-align: center;
  background: #f8c32b;
  width: max-content;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  margin:auto;
}
.careers i {
  background: #f8c32b;
  padding: 3px;
  border-radius: 50px;
  color: #fff;
  font-size: 12px;
  width: 18px;
  text-align: center;
}
.careers p{
  font-size: 16px;
}
.careers li{
  font-size: 16px;
}
.careers span p{
  font-weight:700;
}
.careers span{
  margin-top:10px;
}
.careers .modal-body{
  height: calc(100vh - 180px);
  overflow: auto;
}



.placement .card-body {
  padding: .75rem 1.25rem;
}
.placement .card-title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 0.3rem;
}
.placement h6 {
  text-align: center;
  background: #f8c32b;
  width: max-content;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 50px;
  color: #fff;
  margin:auto;
}

.placement p{
  font-size: 16px;
}




.training .card {
  height: 200px;
  padding: 0;
  overflow: hidden;
  border: 2px solid #f8c32b9e;
}
.training .card-body {
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-img {
  background-image: url(../img/banner/aboutbg.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: -1px 5px 20px 0px rgb(0 0 0 / 15%);
}
.bg-enq {
  background-image: url(/assets/images/banner/enqbgimg.jpg);
  background-size: cover;
  background-position: center;
  box-shadow: -1px 5px 20px 0px rgb(0 0 0 / 15%);
}
.subcourse .card {
  width: 103%;
  height: 105%;
  position: absolute;
  display: block;
  top: -20px;
  left: -15px;
  background: #ffffff;
  border-radius: unset;
  border-right: unset;
}
.subcourse .card-body {
  padding: 0 20px 0 20px;
}
.subcourse .mdisplay{
  display: none;
}
.subcourse .card-title{
 color: #f8c32b;
margin: 15px 0 15px 0;

}
.subcourse ul li {
  padding: 10px 0px 10px 0px;
  border-top: 1px solid #d7d7d7;
}
.subcourse ul li a{

  font-size: 16px;
  color: #f8c32b;


  }

  .subcourse ul li a:hover{


    color: #f7af5e;


    }

    .header_banner {

      background-size: 100%;
      background-position: center;
      height: 300px;
      justify-content: center;
      display: flex;
      flex-direction: column;
  }
  .aboutbgimg{
    background-image: url(../img/banner/aboutbgimg.jpg);
  }
  .trainingbgimg{
    background-image: url(../img/banner/training.jpg);
  }
  .coursesbgimg{
    background-image: url(../img/banner/coursesbg.jpg);
  }
  .maincoursebgimg{
    background-image: url(../img/banner/maincourse.jpg);
  }
.careersbgimg{
  background-image: url(../img/banner/careers.jpg);
}
.jobapplybgimg{
  background-image: url(../img/banner/jobapplay.jpg);
}
.gallerybgimg{
  background-image: url(../img/banner/gallery.jpg);
}

.blogbgimg{
  background-image: url(../img/banner/blog.jpg);
}

.contactbgimg{
  background-image: url(../img/banner/contact.jpg);
}


  .header_banner .section-title{
    font-size: 60px;
    margin:0;
  }

  .subcoursewo ul.m-0 li {
    display: inline-block;
    margin-right: 15px;
}
.modal-lg{
  max-width: 600px;
}

.otpmodal .modal-body{
  padding: 40px 50px;
}
.otpmodal .modal-content{
  background: #f8c32b;
}

.otpmodal form{

    background: #ffffff;
    padding: 15px 20px;
    border-radius: 9px;

}
.otpmodal h6 {
  font-size: 22px;
  border-left: 3px solid #ffffff;
  padding-left: 10px;
}

.otpmodal label{

    font-size: 17px;
    font-weight: 500;
    color: #f8c32b;

}

.otpmodal .fa-solid {

  font-size: 30px;
  margin-bottom: 10px;
  background: #f8c32b;
  padding: 12px;
  border-radius: 50px;
  color: #ffffff;
  width: 54px;

}

.termscondi {
  height: 400px;
  overflow: auto;
}
.close{
  position: absolute;
  right: 16px;
  top: 12px;
  color: #fff;
  z-index: 2;
}
#blog p{
text-align: justify;
}
.border-light {
  border-color: #f7af5e1a!important;
}
/* .owl-teams .card-img-top {
  width: 200px!important;
  height: 222px;
  margin: auto;
  border-radius: 120px;
  background-size: cover!important;
  background-repeat: no-repeat!important;
  background-position: center!important;
  margin-top: 25px;
} */

.owl-teams .card-img-top {
  width: 150px!important;
  padding: 2px;
  position: relative;
  background: #fff;
  height: 160px;
  border-radius: 50%;
  margin: auto;
}
.owl-teams .circle {
  margin: 25px auto 0;
  border: unset;
}
.owl-teams .card {

  background-color: #f3f3f3;
  border: unset;
  margin: auto;
  padding: 1.5rem 1.25rem 2rem;

}
/* .owl-teams .item {
  width: 400px;


} */
.owl-teams .card-body {


  padding: unset;

}

.bgline {
  position: absolute;
  width: 100%;
  height: 140px;
  left: 0;
  bottom: 170px;
  background: linear-gradient(90deg, rgba(250,210,63,1) 0%, rgba(10,46,80,1) 100%);
}
.rating{
  padding: 5px 40px;
}
.rating .section-title{
  margin-top: 3rem;
}

.rating .circle {
  width: 250px;
  height: 250px;
  margin: 20px 30px 20px;
  background: #e8e8e8;
  border: 3px solid #f7af5e;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.rating h2 {
  font-size: 80px;
  font-weight: 600;
  margin-bottom: 4px;
}
.rating .starrate {
  margin-left: 92px;
  margin-right: auto;
}


.rating p.sub-head {
  font-size: 18px;
}
.rating p, .rating .star .fa {
  font-size: 22px;
}
.mobile{
  display: none!important;
}
.desktop{
  display: block!important;
}
.mob-ser .fas{
  color: #ffffff;
}



.owl-jury .card-title{
  color: #f8c32b;
}
.owl-jury p{
  color: #f8c32b;
}
.events p{
  font-size: 16px;
}
.imghover:hover {
  transition: all 0.2s ease-in-out;
  transform: scale(1.03);
  cursor: pointer;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
  color: #fff;
  background-color: #f8c32b;
}
.card-footer {
    overflow: hidden;
    text-align: center;
    background-color: #ee3949;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}


  /* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 767px) {

.card-footer{
    font-size: 12px;
}
  .mobile .embed-responsive {
    position: static;

}
.mobile .embed-responsive .embed-responsive-item {

  width: auto;

}

  .slider{
    height: auto;
  }

  .mobile{
    display:block!important;
  }
  .desktop{
    display: none!important;
  }

  .whatsapp {
    width: 40px;
    height: 40px;
    margin-left: 5px;
}
.whatsapp i {
  font-size: 20px;
}
.fixed_contact {
    right: 2px;
    bottom: 2px;
}


  .rating .section-title {
  margin-top: 1rem;
    text-align: center;

  }
  .rating h2 {
    font-size: 45px;
}
  .rating .circle {
    width: 200px;
    height: 200px;
    margin: 20px auto 0;

  }
  .rating .starrate  {
    margin:20px auto 0;

  }

  .owl-theme .owl-dots {

    padding: 4px 8px;

}
  .owl-theme .owl-dots .owl-dot span {
    width: 6px;
    height: 6px;
    margin: 2px;
}

  .owl-teams .item {
    width: auto;


  }

  .bgline {

    height: 141px;
    bottom: 95px;

}


  .owl-teams .card-img-top {
    width: 150px!important;
     height: 160px;

}
.owl-teams .card {

  padding: .20rem 0.5rem .20rem;
}

/* mobile-nav */
/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  background-color: #16294e;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 8px 15px;
  /* text-decoration: none; */
  font-size: 18px;
  color: #ffffff;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}
.sidenav .social a{
  padding: unset;
  text-align: center;
  font-size: 14px;
}
.sidenav .social li{

    width: 30px;
    height: 30px;

}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f7af5e;
}

.sidenav a.active{
  color: #f7af5e;
}
.sidenav .dropdown-btn.active{
  color: #f7af5e;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.activenav {

  color: #f7af5e;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #f8c32b;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}
/* mobile-nav */


  .menunav {
    padding: 0px 5px;
}


.owl-banner h2 {
    font-weight: 600;
    font-size: 18px;
}

.elementor-background-video-embed {

    width: 1540px;

}
.owl-banner .card {

    height: unset;

}
.owl-banner .card .card-body {

    padding: 15px 5px;
}

.admis {
  font-size: 20px!important;

}


.corseswo i {
    font-size: 40px;
}
.card-body {

    padding: 1rem;
}
.testimonial {

    background-size: cover;
    background-position: center;

}
.testimonial h6.text-right {
    right: 0px;
}
.testimonial h6.text-left {
  left: 20px;
}
.testimonial img {
    width: 100px!important;
    padding: 3px;
     height: 100px;

}
.inner_circle {
    height: 60px;
    width: 60px;
    top: 10px;
    left: 0;

}
.world  .counter-head h6 {

    padding: 0px 0px;
    font-size: 12px;
}

.world  .counter-head h5{
  font-size: 20px;
}
.footer_section p.sub-head {
    font-size: 14px;
}
.bg-enq{
  padding:0!important;
}
.header_banner {

    height: 100px;
    background-size:cover;
    background-repeat: no-repeat;
}
.header_banner .section-title {
    font-size: 22px;
}
.scroll{
  overflow:auto;
}
.btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.form-control {
    height: calc(1.8125rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5;
    border-radius: .2rem;
}
.brochure {

    right: -112px;
}
.subcoursewo .card-title {
    font-size: 18px;

}
.coursedetail h6 {
    font-size: 18px;
    margin: 0 0 5px;

}


.placement .card-body {
  padding: .75rem 0.3rem;
}
.placement .card-title {
  font-size: 14px;

}
.placement h6 {

  font-size: 12px;

}

.placement p{
  font-size: 14px;
}
.otpmodal .modal-body {
    padding: 20px 15px;
}
.otpmodal form {

    margin-top: 20px;
}
.coursedetail .cd-section-title {
    font-size: 22px;
}
.coursedetail ul {
  margin-left: 25px;
}
.coursedetail ul li {
  font-size: 14px;
  text-align: left;

}
.social>li {

    width: 22px;
    margin: 1px;
    font-size: 10px;
    height: 22px;
}
.corseswo:hover {
    background-size: 215%;

}
.contacth .fa {
    margin-right: 5px;
}


  .wrksp .card-body {


   padding:10px;

}
.wrksp .card-text {
    font-size: 14px;

}
.wrksp p {
    line-height: 20px;

}
  .card.gimgload {

    height: 160px;

}
  h5{
    font-size:18px;
  }

.services-icon-info {
    color: #343434;
    font-size: 14px;
    font-weight: 500;
    text-align: justify!important;
    margin: 10px 0 0px 0;
}
  .testimonial .card {

    width: 100%;

}
  /* .slider .item{
    width:1300px;
  }  */
  p.sub-head {
    letter-spacing: 0px;
    font-size: 15px;
    margin-bottom: 14px;
    color: #272727;
    font-weight: 500;
}
  .home_sub{
    font-size: 17px;
    text-align:left;
  }
  .main_slide_head .card .card-body {
    padding: 20px 16px;
}
  h3 {
    font-size: 18px;
    text-align:left;
}
  p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 25px;
}




  .dropdown-menu {

    font-size: 12px;
}

  h1 {
    font-size: 30px;
}
  .owl-theme .owl-nav [class*=owl-] {

    font-size: 20px;

    width: 23px;
    height: 50px;

}

  .owl-carousel .owl-nav .owl-prev {
    left: 0px;
    top: 30%;
}
.owl-carousel .owl-nav .owl-next {
  right: 0px;
  top: 30%;
}


.main_slide_head h1 {
    font-size: 25px;
}
.main_slide_head p {
  font-size: 15px;


}

.main_slide_head {
  z-index: 9;
  width: 80%;
  height: calc(100vh - 64vh);
}

.displaynone-desk{
display: block;
}

  .servbg {

    background-position: left;
}
  .services ul li {
    display: -webkit-inline-box;
    width: 100%;

    text-align: left;
    margin: 5px;
}
  .w-50, .w-75{
    width:100%!important;
  }
  ul.footerli li{
    margin: 0 0 4px 0;
    display: inline-block;
    background-color: #343a40;
    padding: 5px 10px;
  }  ul.footerli li a{
    color:#fff;
  }
.footer1 h6{
  margin: 0 0 8px;
}
  .servd h3 {

    font-size: 14px;
}
  .top-bar .imgcont{
  text-align:center;
}
.categt a {

    font-size: 10px;
}
  .os h4{
  font-size:18px;
}
  .cwidth{
    width: 100%;
   }
   .section-padding {
    padding: 15px 0;
}
.section-title {
    margin: 5px 0 10px 0;
    font-size: 26px;
}

  .section-title span {


display:block;
}

.card-text {

    font-size: 14px;
    line-height: 30px;
}
.card-title {
    font-size: 18px;
    margin-bottom: 6px;
}
.top-bar {
  padding: 0px 5px;
}

  .overlay h4 {

    margin: 31px auto 2px;

}
.service .overlay {

  position: relative;

}

  .contacth>li {

    padding: 15px 0px;

    border: unset!important;
}

  .users{
    padding: 40px 40px!important;
  }
  .testimonial-header {

    font-size: 24px!important;

}
.testimonial .review{
  font-size: 14px!important;

}
  .section-title span.elitecolor{
    padding-left: 5px;
  }
  .navbar-brand img{
    width: 222px!important;
  }

  .aboutintro img{
    margin-left: 0!important;
  }
  .card-deck .card-title {
    font-size: 16px;
}
.testimonial .user {
  font-size: 16px;

}
.counter h5, .counter h6 {
    font-size: 12px;
    margin: 5px 0 5px;
}
.counter h6 {
    font-size: 11px;

}
.counter h2{
  font-size: 24spx;
}
.counter img {
    width: 45px;
}
.count_border {

    margin: 8px auto 5px;
}
.contactus i {
  color: #fdbd10;
  width: 100%;
  background-color: #e1e1e1;
  font-size: 16px;
  vertical-align: middle;
  border-right: 3px solid #00000070;
  padding: .8em .8em .8em 1em;
  float: left;
}
.contact-right {
  padding-left: 0.5rem;

}

  .aboutintro p {
    padding: 0px;
    font-size: 13px;
}
  .about h5{
    padding: 10px;
    font-size: 16px
  }
  .btm-head p{
    font-size: 12px;
  }

  .dth ul li{
    padding: 15px;
  }

.displaynone-mob{
	display:none!important;
}
.serv img, .servd img {
  width: 30px;
}
.serv h4, .servd h4{
  font-size: 10px;
}
.serv li{
  padding: unset;
}
.footer2 p {
    font-size:12px;
}

.footer1{

  padding: 40px  15px 0;

  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;

}
.footer1 ul li a, .footer1 p {
  margin: 0;
}
.acart_icon, .abuy_icon {
  padding: 5px 10px;
}

.acart, .abuy {
  font-size: 15px;
  padding: 0 4%;
}
.my_orders li {

  padding: 5px;
  font-size: 12px;


}

.my_orders .price {

    width: 100%;
}
.ordimg{
  width:60px;
}
.my_cart li {
  display: inline-block;

}
.my_cart img {
  width:50px;

}
.cwidthmyo {
    width: 60%;
}
.bs4-order-tracking li {

    font-size: 8px;
}
.tracko{
  text-align: center;
  margin-top: 5px;
}

.eliteborder-shop {
    margin: 0px;
    border: 0.1px solid rgb(179 179 179 / 18%);

}
.newarrival .btn{
  font-size:10px;
}

span.price {
    padding-right: 0px;
}
.btm-head {

    padding: 8px;
}


.addtocart {

    padding: 6px 12px;
    font-size: 9px;

}
.cart-view{
  font-size: 9px;
}
.offer {
    font-size: 10px;
     padding: 2px 12px;

}
.lioffer {

    left: 4px;
    top: 7px;

}
.btm-head .price, .btm-head .actual_price {
    font-size: 12px;

}
.terms h6 {

  font-size: 12px;
}
.terms ul {

  padding-left: 5px;
}
.terms ul li {

  font-size: 12px;
}
.terms h5, .terms h1 {

  font-size: 20px;

}
.terms p {

  font-size: 14px;
  margin: 0 0 10px;
}
  }
