/* 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=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&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: "Poppins", 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: #303030;
    -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: #303030;
}
p {
  font-family: "Poppins", 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: "Poppins", sans-serif;
    font-weight: 400;
    color: #474747;
    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: #4b4b4b;
    font-weight: 600;
    font-size: 36px;
    margin: 0px auto 25px;
    border-radius: 0.5px;
}

  p.sub-head {

    font-size: 16px;
margin: 0 0 30px;
    color: #303030;

}
  h1.section-title.video {
    color: #ffff;
}


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

.border-warning {
  border-color: #fa7624!important;
}
/* ============================ form =========================*/
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #fa7624;
    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: #fbfbfb;
  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: #303030;
  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: #0fa1dd;
    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: #fa7624;
  color: #ffffff;

}
.owl-theme .owl-nav [class*=owl-]:hover {
  background: #343a40;
  color: #FFF;
  text-decoration: none;
}
.owl-carousel .owl-nav .owl-prev{
    left: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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-slider .owl-nav .owl-prev{
    left: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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: -24px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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-slider .owl-nav .owl-next {
    right: 50px;
    top: 0;
    bottom: 0;
    margin: auto;
    -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 {
    display: flex;

    height: 100%;
    margin: auto;
}

.owl-video .item {
  
  height: 469px;

}
.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: #fa7624;
}
.text-primary {
    color: #fa7624!important;
}
.text-secondary {
    color: #343a40!important;
}

.owl-theme .owl-dots {

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

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

.owl-slider .owl-dots {
  width: fit-content;
  position: absolute;
  bottom: 100px;
  left: 0;
  flex-direction: row;
  right: 0;
  background-color: #343a40;
  display: flex;
  padding: 4px 17px;
  border-radius: 50px;
}



.contact .fa{

color: #ffffff;
}
.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;

}


 .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: #303030;
    background: #303030;
    padding: 0px 40px;

}
.sticky .top-bar{
  background:#303030;
}
.menubar2 .top-bar{
  background:#0fa1dd;
}
.menunav {
    padding: 0px 40px;
    background-color: #ffffff00;
}
  .social .fa {
    color: #ffffff;

}
.sidenav .social .fa {
    color: #fa7624;

}
.contacth .fa, .contacth .fa-brands {
    margin-right:8px;
    color: #ffffff;
    font-size: 14px;
}
  .top-bar a{
    color: #ffffff;
  }

   .sticky .top-bar a{
    color: #ffffff;
  }
  .social>li {
    display: inline-block;
    text-align: center;
    margin: 5px 2px;
    position: relative;
    font-size: 14px;



}

.social li:hover .fa{
  color: #832c2b;



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

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

}
.menubar2 {
  position: relative;
  width: 100%;
  box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 16%), 0 4px 10px 0px rgb(0 0 0 / 12%);
  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:16px;
 }
 .dropdown-divider {
  height: 0;
   margin: unset;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

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

.navbar-expand-lg .navbar-nav .nav-link {
    /* padding-right: .5rem; */
    /* padding-left: .5rem; */
    padding: 8px 15px;
    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: #343a40  !important;
    border-radius: 50px;
    border-top: 0.5px solid #fa7624;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #fa7624;
}
.navbar-light .navbar-nav .nav-link.job:hover {
    color: #ffffff !important;
    border-radius: 50px;
    border-top: unset;

}
  .navbar-light .navbar-nav .nav-link{
    color:#303030;
    text-transform: uppercase;
  }
  .menubar2 .navbar-light .navbar-nav .nav-link {
    color: #303030;
}
.navbar-light .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: #000000;
}
.menubar2 .menunav {
  background-color: #ffffff;
}
  .sticky .navbar-light .navbar-nav .nav-link{
    color: #303030;
  }
  .sticky .menunav{
    background-color: #ffffff;
  }
  .sticky .navbar-light .navbar-toggler {
    color: #ffffff;
    border-color: #000000;
}
.sticky  .mob-ser .fas {
  color: #000000;
}

.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: 250px;
  }
  .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: #fa7624;

    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);
}

.bgwhatsapp {
  background: #25D366;
}

.whatsapp:hover{
transform: scale(1.03);
}
.whatsapp i {
  font-size: 24px;
  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;

}


.abouthome hr {
  border-top: 1px solid rgb(52 58 64);
  width: 10%;
  margin: 0.5rem 0px 1rem;
  border-width: medium;
}

.abouthome h3:first-child {
  font-weight: 600;
  margin-bottom: 5px;
}

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


.footer1 {
    padding: 30px 50px;
    background-color:#343a40;
}

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

.footer1 ul li a, .footer1 p {
  color: #ffffff;
  font-size: 16px;
}
.footer1 ul li a i{

    font-size: 14px;
  }
.footer1 ul li a:hover, .footer1 .fdstyle:hover {
  color: #fa7624;

}
.footer1 .fdstyle {
  color: #ffffff;
  font-size: 18px;
}
.footer1 ul li {
    padding: 5px 0;
    font-size: 16px;
}
.footer1 h6 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
}
.footer1 h5 {
    font-family: "Poppins", sans-serif;
    color: #ffffff;
    font-size: 16px;
    margin-bottom: 5px;
}


.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 #fa7624;
  background-color:#fa7624;

}
.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: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-top: 16px;
}
.card-deck .card-title {
   font-size: 25px;
}


.aboutbg {
    background-color: #E2E5DE;
}
.aboutbg2 {

  background: #303030;
}



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

    color: #303030!important;

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

.count_border{

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

}

.bg-black{
  background-color:#434343;
}
.bg-light {
    background-color: #f8f9fa!important;
}
.slider {

  overflow: hidden;
  position: relative;
  background-size: cover;
}


.main_slide_head {
  position: absolute;

  z-index: 9;
  left: 0;
  width: 100%;
  /* background-color: #313131b8; */
  border-radius: 20px;
  height: 100%;
  margin: auto;
  border: unset;
  top: 0;
  bottom: 0;
  right: 0;
}
.main_slide_head .card {
  background-color: #3131316b;
  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;
    color: #ffffff;
    margin: 0 0 5px;
}

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


}


  .owl-slider .owl-item.active h1{
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUpBig;

  }
  .owl-slider .owl-item.active p{
    -webkit-animation-duration: 1.8s;
    animation-duration: 1.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUpBig;
  }
  .owl-slider .owl-item.active a{
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUpBig;
  }




.overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    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: 0px auto 2px;
    background: #303030;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    -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(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
}
.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: #303030;
    -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;
    margin: 5px;
}

.nav-pills .nav-link:hover {
    background-color: #832c2b;
    color: #fff;
}


.scatl  .activec {
  color: #fff!important;
  background-color: #303030;
}
.scatl a {
  color: #fff;
  border: 1px solid #0000000f;
  background-color: #000000;
}
.owl-stage {
  margin: 2px;
}
.testimonial .card {
  background-color: #ffffff00;
  margin: auto;
  border: unset;
}
.contactus i {
  color: #303030;
  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;
    color: #fff;
}
.footer1 .tw {

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

.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%);
  color: #fff;
  padding: 16px;
  border-radius: 50px;

}

.footer1 .yb {

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



.bg-primary {
  background-color: #fa7624  !important;
}
.bg-secondary {
    background-color: #343a40!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;
}



.counter_outer h2{
  color: #303030;
}
.counter-head h5 {
    font-size: 16px;
    color: #000000;
    line-height: 1.3;
    font-weight: 500;
    margin: 25px 0 25px;
}
.counter-head h6 {
  font-size: 12px;
  color: #303030;
  font-weight: 500;
  text-transform: capitalize;
}
  .btn-outline-danger {
    color: #303030;
    background-color: transparent;
    background-image: none;
    border-color: #303030;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #303030;
  border-color: #303030;
}
 .icon{
  width: 36px;

 }
 .counter img{
  width: 60px!important;
  margin: 0px  auto  8px;
 }
 .border-primary {
    border-color: #832c2b21!important;
}
.services-grid img {

  background-color: #ffffff;



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


  border: unset;
  height: 100%;

}

.services-grid .card-title{

font-size: 16px ;

  }
.services-grid .card:hover {

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

}
.circle {
  border: 6px solid #343a40;
  border-radius: 50%;
  overflow: hidden;
  z-index: 0;
}
.inner_circle {
  height: 100px;
  width: 100px;
  position: absolute;
  background: #303030;
  border-radius: 50%;
  top: -20px;
  left: 35px;
  z-index: 0;
}
.testimonial img {
    width: 120px!important;
    padding: 2px;
    position: relative;
    background: #fff;
    height: 120px;
    border-radius: 50%;
}
.testimonial h6.text-left {
  margin: 0;
  font-size: 90px;
  line-height: 0;
  position: absolute;
  left: 15px;
  color: #30303047;
}
.testimonial h6.text-right {
    margin: 0;
    font-size: 90px;
    line-height: 0;
    position: absolute;
    color: #30303047;
    right: 0px;
    bottom: 20px;
}
.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: #303030;
  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;
}

.brochure {
  position: fixed;
  z-index: 99;
  transform: rotate(270deg);
  top: 47%;
  right: -156px;
}
.brochure .btn {
  margin-right: 15px;
}
.btn-dark {
    color: #fff;
    background-color: #303030;
    border-color: #303030;
}
.btn-warning {
  color: #212529;
  background-color: #f7af5e;
  border-color: #f7af5e;
  font-weight: 500;
}
.btn-warning:hover {
  color: #ffffff;
  transform: scale(1.1);
  background-color: #303030;
  border-color: #303030;
}
.btn-primary.admis {

    border-color: #fa7624;
    background-color: #0fa1dd00;
  }

.btn-primary {
  color: #ffffff;
  background-color: #fa7624;
  border-color: #fa7624;
  font-weight: 500;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #343a40;
  border-color: #fa7624;
  transform: scale(1.05);

}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #fa7624;
    border-color: #343a40;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #fa7624;
}

.btn-secondary {
    color: #ffffff;
    background-color: #343a40;
    border-color: #343a40;
    font-weight: 500;
  }

.btn-secondary:hover {
    color: #ffffff;
    background-color: #fa7624;
    border-color: #343a40;
    transform: scale(1.05);
  }
  .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #fa7624;
  }
  .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus, .show>.btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem #343a40;
  }



.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 {


    overflow: hidden;
}

.card-img-top img, .imganim img {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    width: 100%;

}
.card-img-top img:hover {
    transform: scale(1.2);
}


.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: #303030;
  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: #303030;
}

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

/* .footer_section{
  background-image: url('/assets/images/banner/footerbgimg.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%);
}


.bg-img .whatsapp{
    width: 40px;
    height: 40px;
}
.bg-img {
  background-image: url('/assets/images/banner/bgimg-map.jpg');
  background-size: cover;
  background-position: center;

}
.bg-img2 {
  background-image: url('/assets/images/banner/countbgimg.jpg');
  background-size: cover;
  background-position: center;

}
.bg-img-about {
    background-image: url('/assets/images/banner/bgimg-about.svg');
    background-size: cover;
    background-position: bottom;

  }



    .header_banner {

      background-size: 100%;
      background-position: center;
      height: 300px;
      justify-content: center;
      display: flex;
      flex-direction: column;
  }



  .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;
}


h2.numscroller {
    font-size: 38px;
    line-height: 43px;
    margin-bottom: 5px;
    font-weight: 600;
}
span.count-symbol{
    font-size: 24px;
}



.termscondi {
  height: 400px;
  overflow: auto;
}
.close{
  position: absolute;
  right: 16px;
  top: 12px;
  color: #303030;
  z-index: 2;
}
#blog p{
text-align: justify;
}

/* .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: #000000;
}
.owl-jury .card-img-top {

  padding: unset;
  margin: 5px auto 5px;
}

.owl-jury .card {
  background-color: #ffffff;
  height: 100%;
  justify-content: center;
  box-shadow: 0px 0px 1px 0 rgb(0 0 0 / 16%), 0 4px 10px 0px rgb(0 0 0 / 12%);
}
.owl-jury .card-title{
  color: #303030;
}
.owl-jury p{
  color: #303030;
}

.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: #6d6e71;
}
.serv .card-title {
    font-size: 16px;
}
.serv  .card-text {
    margin: 0!important;
    font-size: 16px;


}
.bg-danger {
    background-color: #303030!important;
}
.events  .card {
    height: 100%;
}
.h5, h5 {
    font-size: 16px;
}
.btn-danger {
    color: #fff;
    background-color: #fa7624 ;
    border-color: #fa7624 ;
}
.btn-danger:hover {
    color: #fff;
    background-color: #fa7624;
    border-color: #fa7624;
}

.flow{
    background-image: url('/assets/images/banner/flow-back.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.flow .card-title{
    font-size: 18px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 6px;

}
.flow .card{
   height: 100%;
   border: unset;
   background-color: unset;
}

  .flow .card.cross2:after{
    content : "";
    position: absolute;
    left    : 0;
    bottom  : 0;
    height  : 1px;
    width   : 25%;  /* or 100px */
    border-bottom:1px solid #00000033;
  }


  .flow .card.cross1:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 56px;
    width: 1px;
    height: 50%;
    border-right: 1px solid #00000033;
}
  .flow .card.cross3::before {
    content : "";
    position: absolute;
    right    : 0;
    top  : 0;
    width  : 1px;
    height   : 50%;  /* or 100px */

    border-right:1px solid #00000033;
  }

  /* .tab-pane.active{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;

  } */

  span.status-green {
    color: #fff;
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 12px;
    padding: 1px 9px;
    background-color: #0fa1dd;
}

span.status-red {
    color: #fff;
    position: absolute;
    right: 0px;
    top: -10px;
    font-size: 12px;
    padding: 1px 9px;
    background-color: #6d6e71;
}

.instagram{
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;

}
.facebook {
    background: #3b5998;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.googlebg {
    background:linear-gradient(-120deg, #4285f4, #34a853, #fbbc05, #ea4335);
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.justdial {
    background:linear-gradient(-270deg, #116DB6, #F26600);
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.whatsappbg {
    background: #25D366;
    padding: 3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
}
.owl-fea h2 {
    font-weight: 500;
    font-size: 1.2rem;
    margin: 0px 0px 10px;
}
.owl-fea .counter-head h5 {
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.6rem;
}
.servarrow {
  position: absolute;
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  top: -32px;
  left: 0;
  right: 0;
  margin: auto;
  color: #822984;
}
.serv .card:hover .servarrow i {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  animation-iteration-count: 20;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
}
  /* Extra small devices (portrait phones, less than 767px)*/
@media (max-width: 767px) {
  .owl-video .item {
  
    height: 700px;
   
  
  }
  .servarrow {
 
    top: -39px;
  
}
    .nav-pills{
        justify-content: center;
    }

    .counter {
        padding: 1rem;
    }
    .bg-img .whatsapp {
        width: 30px;
        height: 30px;
    }

    .flow .card.cross2:after {

        width: 100%;

    }
    .flow .card.cross1:before {

        width: 100%;

    }
    .flow .card.cross3:after {

        content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 100%;
    border-bottom: 1px solid #00000033;

    }
    .flow .card .card-body {
        padding: 1.25rem;
    }
    .footer1 ul li {
        margin: 2px 6px;
    }

    .menubar {
        position: relative;

    }
    .bg-img {
        background-image: url('/assets/images/banner/bgimg-map.jpg');
        background-size: 263%;
        background-position-x: right;
        background-position-y: bottom;
        background-repeat: no-repeat;
    }

    .counter h5 {
        font-size: 12px;
        line-height: 16px;
    }
    .counter h2 {
        font-size: 24px;
        margin: 0;
    }
    .owl-fea h2 {

        font-size: 1.2rem;
        margin: 0px 0px 10px;
    }
    .counter img {
        width: 35px;
    }


    .clients img {
        width: 50px!important;
        margin: 0px auto 16px;
    }
    .clients .card-title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .clients .card-text {
        margin: 0!important;
        font-size: 12px;
        color: rgb(86, 86, 86);
        line-height: 24px;
    }
  .owl-jury .card-img-top {
    width: 130px!important;

}

  .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: 29px;
}


  .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;
    bottom: 16px;


}
  .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: #ffffff;
  overflow-x: hidden;
  padding-top: 20px;

}
.sidenav.d-block {

    -webkit-animation-duration: 0.5s;
      animation-duration: 0.5s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both;
      animation-name: slideInLeft;
  }


/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
    padding: 8px 15px;
    font-size: 16px;
    display: block;
    border: none;
    border-radius: unset;
    cursor: pointer;
    outline: none;
    text-transform: uppercase;
}
.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: #832c2b;
}

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

/* 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: #303030;
  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: 1rem;

}


.corseswo i {
    font-size: 40px;
}
.services-grid .card-body{
    padding: 0.5rem;
  }
.card-body {

    padding: 0.5rem;
}
.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;
}


.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;
}




.social>li {
    margin: 2px 2px;
    font-size: 14px;
}
.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:14px;
  }

.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;
    margin: 0 0 5px;
}
h2 {
  font-size: 22px;
  margin: 0 0 5px;
  
}
  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: 18px;
}
.main_slide_head p {
  font-size: 15px;
display: none;

}



.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: 22px;
}

  .section-title span {


display:block;
}

.card-text {

    font-size: 14px;
    line-height: 30px;
}
.card-title {
    font-size: 14px;
    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: 150px!important;
  }

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

}
.counter h5 {
    font-size: 14px;

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

}

span.count-symbol{
    font-size: 18px;
}
.counter img {
    width: 50px;
}
.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: 100%;
}
.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;
  font-size: 14px;
}


.btm-head {

    padding: 8px;
}


.addtocart {

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

}


.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;
}
  }
