
section{
  background-color: transparent;
}

/* Slider css starts */

* {
top: 0;
left: 0;
box-sizing: border-box;
font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.contact-top {
background: rgba(33, 32, 32, 0.655);
width: 100%;
height: 45px;
display: flex;
flex-direction: row;
align-items: center;
justify-content: end;
}
.contact-top a {
text-decoration: none;
color: aliceblue;
padding-left: 8px;
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 22px;

}
.contact-info{
 margin: 10px 50px 10px 0px;

}
.contact{
  border-right: 1px solid white;
  padding-right: 10px;
}
.navbar-nav{
  align-items: center;
}
.navbar {
width: 100%;
height: 100px;
/* height: auto; */
display: flex;
background-color: #fff;
justify-content: space-around;
border-bottom: 1px solid rgba(15, 23, 42, 0.08);
}
.nav_sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 9999;
  pointer-events: auto;
}
.scroll_contact{
  display: none;
}
.main-content {
  margin-top: 70px; /* Adjust as needed based on your navbar height */
}
.navbar-default{
  transition:500ms ease;
  /* background:#1C1C1C; */
}
.navbar-default.scrolled{
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(22px);
}
li .scrolled{
  color: #334155 !important;

}
.scrolled #navbarNav ul li .nav-link:after {
 
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 100%;

  background: linear-gradient(360deg, transparent, #ffd4c4);
  border-top: 3px solid #c3002f;
  transition: 1ms;
  transition-delay: 5s;
  z-index: -1;
  }
  
.collapse{
  padding-left: 200px;
}

.logo {
left: 20px;
display: flex;
flex-direction: row;
align-items: center;
margin-left: 80px;
}
.logo img {
/* width: 150px; */
height: 65px;
}
/* .nav-home{
  border-top: 3px solid #6DB4F2;
  width: 70px;
  display: flex;
}*/

.searchBar {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#searchQueryInput {
  width: 70%;
  height: 2rem;
  background: #f5f5f5;
  outline: none;
  border: none;
  border-radius: 1.625rem;
  padding: 0 3.5rem 0 1.5rem;
  font-size: .8rem;
  margin-left: 50px;
  border: 1px solid #1C1C1C ;
  /* margin-top: 8px; */
}

#searchQuerySubmit {
  width: 3.5rem;
  height: 3rem;
  margin-left: -3.5rem;
  background: none;
  border: none;
  outline: none;
}

#searchQuerySubmit:hover {
  cursor: pointer;
}

/* Legacy navbar rules removed in favor of modular navbar.css */
}
h5.title.thick-fnt{
  /* width: 100px; */
  padding: 0;
  margin: 0px;
  display: flex;
  justify-items: center;
}
.box a{
  text-decoration: none;
  /* width: 200px; */
}
.title{
    padding-left: 3px;
    text-underline: none;
    color: black;
}


ul li {
    font-size: 15px;
    padding: -10px;
    text-decoration: none;
}
.sub-serv{
    font-size: 1px;
    padding: 10px;
    text-decoration: none;
}
ul{
    list-style: none;
}
.dropdown{
position: initial;
z-index: 1000;
}
.dropdown-menu{
  width: 100%;
  padding: 0;
  margin: 0;
  
}
.sub {
    padding-right: 0;
    padding-left:0;
    /* -webkit-box-sizing: border-box; */
    /* box-sizing: border-box; */
    left: 0;
    right: 0;
    position: absolute;
  
    /* z-index: 905; */
}

.sub li {
    font-size: 5px;
    line-height: 24px;
    letter-spacing: 8;
    /* text-transform: uppercase; */
}
#navbarNav .sub a:hover {
  color: #2a4e77;
}
#navbarNav .sub a {
    display: block;
    text-decoration: none;
    min-width: 210px;
    padding: 0px;
    margin: 0px;
    padding-left: 0px;
    color: #040000;
    /* font-family: Kanit; */
    font-size: 14px;
    font-style: normal;
    font-weight: 200;
    line-height: 38px;
    /* text-transform: lowercase; */
    letter-spacing: 1px;
}
#navbarNav .title {
    font-size: 15px;
    line-height: 25px;
    margin: 0px;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 2px;
    padding-bottom: 10px;
    text-transform: uppercase;
    /* font-family: 'Lato',Arial,Helvetica,sans-serif; */
    font-weight: bold;
    color: #273cc9!important;
    border-bottom: 1px solid #585a5f;
}
.serv_line_height{
  line-height: 20px;
}
#navbarNav .sub li {
    font-size: 12px;
    line-height: 24px;
    /* text-transform: uppercase; */
}

/* ............. */
a {
  text-decoration: none;
}

a:hover {
  cursor: pointer;
}

.toggled{
  padding: 0;
  min-height: 130px;
  height: auto;
}



.menu ul {
  margin: 0;
  display: flex;
  flex-direction: row;
}

.menu li {
  list-style: none;
}

.menu li::before {
  content: none;
  padding: 0;
}

.menu li ul {
  display: block;
}

.menu a {
  display: block;
  height: 3em;
  line-height: 3em;
  padding-right: 2em;
  padding-left: 2em;
}

.menu-icons a {
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}


.menu-drawer.toggled {
  transform: translate(-100%, 0);
}


.menu-drawer ul {
  flex-direction: column;
}


.menu-drawer li ul {
  visibility: hidden;
  height: 0;
  min-width: 100%;
  opacity: 0;
  overflow: hidden;
  flex-direction: column;
}

.menu-drawer li ul.toggled {
  visibility: visible;
  opacity: 1;
}


.menu-button {
  visibility: visible;
}



.menu {
  box-shadow: 0 0.125em 0.5em rgba(0, 51, 79, 0.0625), 0 0.25em 1em rgba(0, 51, 79, 0.125), inset 0 0 0 1px rgba(0, 51, 79, 0.125);
  background-color: #fff;
}


.menu a {
  color: #00679f;
}

.menu a:hover,
.menu a:focus {
  color: #fff;
  background-color: rgba(227, 30, 36, 0.72) !important;
}

.menu a:focus {
  outline: none;
}

.menu a.toggled {
  color: #fff;
  background-color: rgba(227, 30, 36, 0.72);
}

.menu-button::after {
  display: block;
  content: "≡";
  transform: scale(2.5, 2);
}


.menu {
  width: 100%;
  position: absolute;
  z-index: 1;
}

.menu.scrolled {
  margin-top: 0;
  position: fixed;
}
.fa-angle-right:before{
  margin-left: 100px;
}
@media (min-width:990px) and (max-width:3800px){
  #resposive-service{
    display: none;
  }
}

@media (max-width:990px){
  #allscreen-service{
    display: none;
  }
  .navbar-nav{
    align-items:start;
  }
}







.slide_abt{
  background-color: #1C1C1C;
}
#mainSlider {
  /* margin-top:75px; */
}

#mainSlider h1 {
  line-height: 110%;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: font 200ms ease-out;
  color: #FFF;
  font-size: 36px;
  /* font-family: Kanit; */
  font-weight: 700;
  letter-spacing: -1.44px;
  margin-top: 90px;
}

#mainSlider h4 {
  line-height: 120%;
  color: #fff;
}
#mainSlider p {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 0;
  color: #fff;
  transition: font 200ms ease-out, margin 200ms ease-out;
  font-size: 20px;

  /* font-family: Kanit; */
  /* letter-spacing: -0.64px; */
}
#mainSlider .btn {
  background-color: #1ABB9C;
  margin-top: 60px;
  color: #fff;
  margin-bottom: 0;
  transition:  200ms ease-out, font 200ms ease-out, padding 200ms ease-out, margin 200ms ease-out;
}
#mainSlider .btn-large {
  font-size: 18px;
  padding: 18px 70px 20px;
}

.owl-carousel {
  cursor: default;
}

.owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}

.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}

.owl-pagination {
  /* display: none; */
  position: relative;
  line-height: 30px;
}

.owl-buttons {
  display: none;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 30px;
  color: #FFF;
  /* background-color: #506A85; */
  border: none;
  border-radius: 3px;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-prev {
  left: -35px;
}

.owl-next {
  right: -35px;
}

.owl-carousel:hover .owl-prev {
  left: -40px;
  opacity: 0.25;
}
.owl-carousel:hover .owl-next {
  right: -40px;
  opacity: 0.25;
}
.owl-carousel:hover .owl-prev:hover, .owl-carousel:hover .owl-next:hover {
  color: #1ABB9C;
  opacity: 1;
}

.owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
.owl-outer-nav .owl-wrapper-outer, .owl-outer-nav .owl-pagination, .owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
    
  z-index: 1;
}
.owl-outer-nav .owl-controls {
  position: static;
}
.owl-outer-nav .owl-prev {
  left: -65px;
}
.owl-outer-nav .owl-next {
  right: -65px;
}
.owl-outer-nav:hover .owl-prev {
  left: -80px;
}
.owl-outer-nav:hover .owl-next {
  right: -80px;
}

.owl-ui-md .owl-pagination {
  line-height: 45px;
}
.owl-ui-md .owl-prev, .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
.owl-ui-md .owl-prev {
  left: -55px;
}
.owl-ui-md .owl-next {
  right: -55px;
}
.owl-ui-md:hover .owl-prev {
  left: -60px;
}
.owl-ui-md:hover .owl-next {
  right: -60px;
}

.owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
.owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
.owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
.owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
.owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}

.owl-ui-lg .owl-pagination {
  line-height: 60px;
}
.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
}
.owl-ui-lg .owl-prev {
  left: -75px;
}
.owl-ui-lg .owl-next {
  right: -75px;
}
.owl-ui-lg:hover .owl-prev {
  left: -80px;
}
.owl-ui-lg:hover .owl-next {
  right: -80px;
}

.owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
.owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
.owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}

.owl-inner-nav .owl-controls {
  position: static;
}
.owl-inner-nav .owl-prev {
  left: 45px;
}
.owl-inner-nav .owl-next {
  right: 45px;
}
.owl-inner-nav:hover .owl-prev {
  left: 30px;
}
.owl-inner-nav:hover .owl-next {
  right: 30px;
}

.owl-outer-nav .owl-prev, .owl-outer-nav .owl-next {
  bottom: 70px;
}

.owl-inner-nav .owl-prev, .owl-inner-nav .owl-next {
  bottom: 70px;
}

.owl-outer-nav.owl-ui-md .owl-prev, .owl-outer-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-inner-nav.owl-ui-md .owl-prev, .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}

.owl-outer-nav.owl-ui-lg .owl-prev, .owl-outer-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

.owl-inner-nav.owl-ui-lg .owl-prev, .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}

#owl-main .item {
  height: 44vh;
  background-color: #FFF;
  background-position: center 55%;
  background-size: cover;
}
#owl-main.height-md .item {
  height: 80vh;
}
#owl-main.height-lg .item {
  height: 90vh;
}
#owl-main .slider-container {
    padding-left: 10%;
    width: 50%;
  align-items: center;
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
  width: 50%;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}

#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}

#owl-main .caption h1, #owl-main .caption p, #owl-main .caption div {
  position: relative;
}

#owl-main .caption .light-bg, #owl-main .caption .medium-bg, #owl-main .caption .dark-bg, #owl-main .caption .tint-bg {
  background: none;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#owl-main .caption h1.light-bg span, #owl-main .caption p.light-bg span {
  background: #FFF;
  box-shadow: -0.5em 0 0 #FFF, 0.5em 0 0 #FFF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.medium-bg span, #owl-main .caption p.medium-bg span {
  background: #A3B1BF;
  box-shadow: -0.5em 0 0 #A3B1BF, 0.5em 0 0 #A3B1BF;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.dark-bg span, #owl-main .caption p.dark-bg span {
  background: #506A85;
  box-shadow: -0.5em 0 0 #506A85, 0.5em 0 0 #506A85;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .caption h1.tint-bg span, #owl-main .caption p.tint-bg span {
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
}
.owl-item-gap .item {
  margin: 0 15px;
}

.owl-item-gap-sm .item {
  margin: 0 10px;
}

/* preloading images */
.owl-item.loading {
  min-height: inherit;
  background: none;
}





.owl-ui-lg .owl-prev, .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 60px;
  line-height: 60px;
}

.owl-prev, .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  color: #FFF;
  border: none;
  margin: auto;
  transition: all 200ms ease-out;
  opacity: 0;
}

.owl-inner-nav .owl-prev {
  left: 45px;
}

@media (min-width: 1200px) {
  .owl-buttons {
    display: block;
  }
}
/* Slider css ends */

/* aboutus style.............................. */

.about_main{
  overflow: hidden;
    width: 100%;
    height: auto;
    /* background-color: #5F5F5F; */
    margin-top: 80px;

}
.about_main .row{
    background-color: #DADADA;
    padding-bottom: 20px;
}
.image_container{
    /* background-image: url(img/pexels-burst-374016.jpg); */
    margin-left: 100px;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, 0.627);
    max-width: 700px;
    height: auto;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 7px;
    
}
.image_container img{
    position: relative;
    width: 100%;
    border-radius: 10px;
    /* opacity: 0.6; */
    /* margin-left: 50px; */
    /* margin-top: -30px; */
}
.first_para{
    padding: 2em 2em 1em 0em;
}
.about_sub_head{
    /* */
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
}
.about_para{
    /* */
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: -0.04em;
}
.second_para{
    padding: 1em 2em 1em 0em;
}
.third_para{
    padding: 1em 2em 1em 0em;
}















.image_effect{
    position: absolute;
    z-index: 10;
    top: 25%;
    left: 30%;
    
}

.btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.about_btn_box{
  padding: 25px;
}

.btn_content {
  text-align: left;
  color: white;
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 60px;
}

.btn:before,
.btn:after {
  content: "";
  position: absolute;
  left: 0;
  height: 10px;
  width: 100%;
}

.btn:before {
  top: 0;
}

.btn:after {
  bottom: 0;
}

@keyframes hover-animation-top {
  0% {
    transform: translate3d(0, -105%, 0);
  }
  50% {
    transform: translate3d(0, 105%, 0);
  }
  100% {
    transform: translate3d(0, -105%, 0);
  }
}

@keyframes hover-animation-bottom {
  0% {
    transform: translate3d(0, 105%, 0);
  }
  50% {
    transform: translate3d(0, -105%, 0);
  }
  100% {
    transform: translate3d(0, 105%, 0);
  }
}

@keyframes hover-animation-left {
  0% {
    transform: translate3d(-105%, 0, 0);
  }
  50% {
    transform: translate3d(105%, 0, 0);
  }
   100% {
    transform: translate3d(-105%, 0, 0);
  }
}

@keyframes hover-animation-right {
  0% {
    transform: translate3d(105%, 0, 0);
  }
  50% {
    transform: translate3d(-105%, 0, 0);
  }
  100% {
    transform: translate3d(105%, 0, 0);
  }
}

.aboutbtn>*:before,
.aboutbtn>*:after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 10px;
}

.aboutbtn>*:before {
  left: 0;
}

.aboutbtn>*:after {
  right: 0;
}

.aboutbtn>*>*:before,
.aboutbtn>*>*:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 9;
  height: 10px;
  width: 100%;
  background-color: rgb(255, 255, 255);
}

.aboutbtn>*>*:before {
  top: 0;
  transform: translate3d(-105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: hover-animation-top 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.aboutbtn>*>*:after {
  bottom: 0;
  transform: translate3d(105%, 0, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: hover-animation-bottom 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.aboutbtn>*>*>*:before,
.aboutbtn>*>*>*:after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 9;
  height: 100%;
  width: 10px;
  background-color: rgb(255, 255, 255);
}

.aboutbtn>*>*>*:before {
  left: 0;
  transform: translate3d(0, -105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: hover-animation-left 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

.aboutbtn>*>*>*:after {
  right: 0;
  transform: translate3d(0, 105%, 0);
  transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  animation: hover-animation-right 4s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}


/* our services.....style..................................... */
*{
  margin:0;
  padding: 0;
}
.our_service{
  background-color: black;
  color: white;
  padding-top: 50px;
  /* width: 100%; */

}
.main_row{
  width: 100%;
}

.heading{
  display: flex;
  justify-content: center;
  padding: 0px;
}
/* .service_right_side{
  padding-top: 200px;
} */
.service_right_side .box{
   /* width: 777px; */
   background-color:transparent;
   display: flex;
   justify-content: center;
   /* border: 2px solid;
  border-image: repeating-linear-gradient(15deg,#F8CA00 0 1px) 8;
   -webkit-mask: 
  conic-gradient(from 180deg at top 0px right 0px, #0000 90deg,#000 0)
   var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
  conic-gradient(at bottom 8px left  8px ,  #0000 90deg,#000 0)
   0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
  linear-gradient(#000 0 0) padding-box no-repeat;
  transition: .3s, -webkit-mask-position .3s .3s; */
  
}
.service_left_side .box{
  /* width: 777px; */
  background-color:transparent;
  display: flex;
  justify-content: center;
  /* border: 2px solid;
  border-image: repeating-linear-gradient(135deg,#F8CA00 0 10px) 8;
  -webkit-mask: 
    conic-gradient(from 180deg at top 0px right 8px, #0000 90deg,#000 0)
     var(--_i,200%) 0  /200% var(--_i,8px) border-box no-repeat,
    conic-gradient(at bottom 8px left  0px,  #0000 90deg,#000 0)
     0   var(--_i,200%)/var(--_i,8px) 200% border-box no-repeat,
    linear-gradient(#000 0 0) padding-box no-repeat;
  transition: .3s, -webkit-mask-position .3s .3s; */
 
}
/* .our_service:hover {
  --_i: 100%;
  
  transition: .3s, -webkit-mask-size .3s .3s;
} */



/* #right_box1::before{
  content:"";
  position: absolute;
  left: 686.5px;
  top:1400px;
  width: 0;
  height: 0;
  border-left: 2px solid #FCD400;
  border-bottom:2px solid #FCD400 ;


  animation: border-left-bottom 3s infinite alternate;

}
@keyframes border-left-bottom {
  0%  {width:0px; height: 500px;}
  25% {width: 600px; height: 500px;}
  50% {width: 00px; height: 500px;}
}
#right_box1::after{
  content:"";
  position: absolute;
  right:690px;
  top:1060px;
  width: 0;
  height: 0;
  border-right:2px solid #FCD400 ;
  border-bottom:2px solid #FCD400 ;

  animation: border-bottom-right 3s infinite alternate;

}
@keyframes border-bottom-right {
  0%  {width:0px; height: 520px;}
  25% {width: 600px; height: 520px;}
  50% {width: 00px; height: 520px;}
  
}
#left_box1::before{
  content:"";
  position: absolute;
  right:690px;

  top:1530px;
  width: 0;
  height: 0;
  border-right: 2px solid #FCD400;
  border-bottom:2px solid #FCD400 ;


  animation: border-right-bottom 3s infinite alternate;

}
@keyframes border-right-bottom {
  0%  {width:0px; height: 590px;}
  25% {width: 600px; height: 590px;}
  50% {width: 00px; height: 590px;}
}
#left_box1::after{
  content:"";
  position: absolute;
  right: 690px;
  top:2080px;
  width: 0;
  height: 0;
  border-right: 2px solid #FCD400;

  border-bottom:2px solid #FCD400 ;

  animation: border-bottom-right 3s infinite alternate;

}
@keyframes border-bottom-right {
  0%  {width:0px; height: 540px;}
  25% {width: 600px; height: 540px;}
  50% {width: 00px; height: 540px;}
  
}

#right_box2::before{
  content:"";
  position: absolute;
  left:686.5px;
  top:1930px;
  width: 0;
  height: 0;
  border-left:2px solid #FCD400 ;
  border-bottom:2px solid #FCD400 ;

  animation: border-bottom-left 3s infinite alternate;

}
@keyframes border-bottom-left {
  0%  {width:0px; height: 520px;}
  25% {width: 600px; height: 520px;}
  50% {width: 00px; height: 520px;}
  
}
#right_box2::after{
  content:"";
  position: absolute;
  left:686.5px;
  top:2445px;
  width: 0;
  height: 0;
  border-left:2px solid #FCD400 ;
  border-bottom:2px solid #FCD400 ;

  animation: border-bottom-left 3s infinite alternate;

}
@keyframes border-bottom-left {
  0%  {width:0px; height: 520px;}
  25% {width: 600px; height: 520px;}
  50% {width: 00px; height: 520px;}
  
}

#right_box1{
  padding-top: 300px;
} */

.service_img {
  height: 275px;
  max-width:  480px;
 /* filter: grayscale(100%); */
}

.service_img:hover{
  transition: opacity 0.3s ease;
  /* border: 2px solid blue; */
  /* filter: grayscale(0%); */
}
/* .service_left_side .service_img{
  
  border: 2px solid ;
  
}
.service_right_side .service_img{
 
  border: 2px solid ;
} */
.card{
  /* padding-top: 40px; */
}
.service_left_side .card{
  max-width: 480px;
  background-color: transparent;
  color: white;
  padding-top: 70px;
  border: none;
 
}
.service_right_side .card{
  /* margin-top: 50px; */
  max-width: 480px;
  /* margin-left: 100px; */
  background-color: transparent;
  color: white;
  padding-top: 70px;
  border: none;
} 
.service_btn{
  box-sizing: border-box;
  padding:10px 20px;
  border: 2px solid #0088ff;
  color: #0088ff;
  font-size: 17px;
  border-radius: 0;
  font-weight: 600;

}
.service_btn:hover{
  background-color: #0088ff;
  color: rgb(255, 255, 255);
  text-decoration: none;

}







.background span {
  width: 30vmin;
  height: 30vmin;
  z-index: 0;
  border-radius: 30vmin;
  backface-visibility: hidden;
  position: absolute;
  animation-name: move;
  animation-duration: 8s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  margin-top: 1500px;
  overflow-y: hidden;
  
}
.background span:nth-child(1) {
  color: rgba(255, 255, 255, 0.2);
  top: 79%;
  left: 16%;
  animation-duration: 12.9s;
  animation-delay: -4.6s;
  transform-origin: -20vw 23vh;
  box-shadow: -40vmin 0 12.6488305786vmin currentColor;
}
.background span:nth-child(2) {
  color: rgba(255, 255, 255, 0.2);
  top: 54%;
  left: 51%;
  animation-duration: 10.1s;
  animation-delay: -10.5s;
  transform-origin: 9vw 10vh;
  box-shadow: -40vmin 0 14.0140174474vmin currentColor;
}
.background span:nth-child(3) {
  color: rgba(255, 255, 255, 0.2);
  top: 6%;
  left: 6%;
  animation-duration: 10.2s;
  animation-delay: -10.5s;
  transform-origin: 18vw -5vh;
  box-shadow: 40vmin 0 9.6807215022vmin currentColor;
}
.background span:nth-child(4) {
  color:rgba(255, 255, 255, 0.2);
  top: 6%;
  left: 22%;
  animation-duration: 12.3s;
  animation-delay: -14.2s;
  transform-origin: 7vw -11vh;
  box-shadow: -40vmin 0 10.3249292651vmin currentColor;
}
.background span:nth-child(5) {
  color:rgba(255, 255, 255, 0.2);
  top: 1100px;
  left: 66%;
  animation-duration: 13.5s;
  animation-delay: -16s;
 
  transform-origin: -14vw 2vh;
  box-shadow: 40vmin 0 14.5056346065vmin currentColor;
}
.background span:nth-child(6) {
  color: rgba(255, 255, 255, 0.2);
  top: 139%;
  left: 31%;
  animation-duration: 11.6s;
  animation-delay: -4.9s;
  transform-origin: 24vw 13vh;
  box-shadow: -40vmin 0 8.9881829318vmin currentColor;

}
.background span:nth-child(7) {
  color: rgba(255, 255, 255, 0.2);
  top: 118%;
  left: 8%;
  animation-duration: 12.8s;
  animation-delay: -12.8s;
  transform-origin: 23vw -7vh;
  box-shadow: -40vmin 0 8.4377359664vmin currentColor;

}


@keyframes move {
  00% {
    transform: translate3d(1px, 0px, 0px) rotate(360deg);
  }
}


/* scrolling logo ............................................................................................ */


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7));
  }
}

.slider {
  height: auto;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: auto;
}
.slider .slide-track {
  animation: scroll 30s linear infinite;
  display: flex;
  width: calc(250px * 14);
  text-align: center;
}
.slider .slide {
  height: 60px;
  width: 300px;
  padding-top:10px;
}



/* //////////////////////////////////// */

/* bx-wrapper Styling */
.bx-wrapper {
  box-shadow: none !important;
  border: none !important;
  background: #fff !important;
  margin: auto !important;
  
}

.bx-wrapper .bx-caption {
  position: absolute !important;
  bottom: 0 !important;
  left: 0 !important;
  background: rgba(80, 80, 80, 0.5) !important;
  width: 100% !important;
  
}

.bx-wrapper .bx-caption span {
  color: #fff !important;
  font-family: Arial !important;
  display: block !important;
  font-size: 8px !important;
  padding: 10px !important;
  
  text-align: center;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
  
}

.bx-wrapper .bx-prev {
  display: none;
  left: 10px;
  background: url(https://cdn.jsdelivr.net/bxslider/4.2.12/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
  display: none;
  right: 10px;
  background: url(https://cdn.jsdelivr.net/bxslider/4.2.12/images/controls.png) no-repeat -43px -32px;
}
/* End bx-wrapper Styling */


.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding: 0px;
  padding-top: 50px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.logosImgs {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  
}

.logosImgs img {
  max-height: 100%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .65;
  transition: all .5s;
}
.bx-wrapper img {
  padding: 10px 30px ;
}
.bx-viewport{
  height: 100px !important;
}

.logosImgs img:hover {
	opacity: 1;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}


@media screen and (max-width: 800px) {
    .logosImgs img {
      max-width: 125px;
      max-height: 88px;
      margin: 5px 8px;
  }
  .bx-viewport{
    height: 90px !important;
  }
  .bx-wrapper img {
    padding: 20px;
  }
}

@media screen and (max-width: 560px) {
  .logosImgs img {
      max-width: 85px;
      max-height: 60px;
      margin: 3px 5px;
  }
}

/* //////////////////////////////////// */

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before,
.video-js .vjs-modal-dialog,
.vjs-modal-dialog .vjs-modal-dialog-content {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Ionicons", "Questrial" !important;
	cursor: pointer;
}

.video-js .vjs-big-play-button:before,
.video-js .vjs-control:before {
	text-align: center;
}

.vjs-icon-play:before,
.video-js .vjs-big-play-button:before,
.video-js .vjs-play-control:before {
	content: "\f488";
}

.vjs-icon-play-circle:before {
	content: "\f488";
}

.vjs-icon-pause:before,
.video-js .vjs-play-control.vjs-playing:before {
	content: "\f478";
}

.vjs-icon-volume-mute:before,
.video-js .vjs-mute-control.vjs-vol-0:before,
.video-js .vjs-volume-menu-button.vjs-vol-0:before {
	content: "\f3b8";
}

.vjs-icon-volume-low:before,
.video-js .vjs-mute-control.vjs-vol-1:before,
.video-js .vjs-volume-menu-button.vjs-vol-1:before {
	content: "\f258";
}

.vjs-icon-volume-mid:before,
.video-js .vjs-mute-control.vjs-vol-2:before,
.video-js .vjs-volume-menu-button.vjs-vol-2:before {
	content: "\f259";
}

.vjs-icon-volume-high:before,
.video-js .vjs-mute-control:before,
.video-js .vjs-volume-menu-button:before {
	content: "\f257";
}

.vjs-icon-fullscreen-enter:before,
.video-js .vjs-fullscreen-control:before {
	content: "\f3d8";
}

.vjs-icon-fullscreen-exit:before,
.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
	content: "\f3d0";
}

.vjs-icon-square:before {
	content: "\f371";
}

.vjs-icon-spinner:before {
	content: "\f29c";
}

.vjs-icon-subtitles:before,
.video-js .vjs-subtitles-button:before {
	content: "\f3fa";
}

.vjs-icon-captions:before,
.video-js .vjs-captions-button:before {
	content: "\f3fa";
}

.vjs-icon-chapters:before,
.video-js .vjs-chapters-button:before {
	content: "\f453";
}

.vjs-icon-share:before {
	content: "\f3ac";
}

.vjs-icon-cog:before {
	content: "\f43d";
}

.vjs-icon-circle:before,
.video-js .vjs-mouse-display:before,
.video-js .vjs-play-progress:before,
.video-js .vjs-volume-level:before {
	content: '';
}

.vjs-icon-circle-outline:before {
	content: "";
}

.vjs-icon-circle-inner-circle:before {
	content: "";
}

.vjs-icon-hd:before {
	content: "\f4cd";
}

.vjs-icon-cancel:before,
.video-js .vjs-control.vjs-close-button:before {
	content: "\f406";
}

.vjs-icon-replay:before {
	content: "\f49c";
}

.vjs-icon-facebook:before {
	content: "\f231";
}

.vjs-icon-gplus:before {
	content: "\f235";
}

.vjs-icon-linkedin:before {
	content: "";
}

.vjs-icon-twitter:before {
	content: "\f243";
}

.vjs-icon-tumblr:before {
	content: "\f241";
}

.vjs-icon-pinterest:before {
	content: "\f2b1";
}

.vjs-icon-audio-description:before {
	content: "";
}

.video-js {
	width: 100%;
	height: 500px;
	top: 04px;
  /* margin-top: 100px; */
	left: 0px;
	vertical-align: top;
	box-sizing: border-box;
	color: #fff;
	/* background: #000; */
	position: relative;
	padding: 0;
	font-size: 10px;
	line-height: 1;
	font-weight: normal;
	font-style: normal;
	font-family: "Ionicons", "Questrial" !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow: hidden;
}

.video-js:-moz-full-screen {
	/* position: relative; */
}

.video-js:-webkit-full-screen {
	width: 100% !important;
	height: 100% !important;
}

.video-js *,
.video-js *:before,
.video-js *:after {
	box-sizing: inherit;
}

.video-js ul {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	list-style-position: outside;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 0;
}

.video-js.vjs-fluid,
.video-js.vjs-16-9,
.video-js.vjs-4-3 {
	width: 100%;
	max-width: 100%;
	height: 0;
}

.video-js.vjs-16-9 {
	padding-top: 56.25%;
}

.video-js.vjs-4-3 {
	padding-top: 75%;
}

.video-js.vjs-fill {
	width: 100%;
	height: 100%;
}

.video-js .vjs-tech {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

body.vjs-full-window {
	padding: 0;
	margin: 0;
	height: 100%;
	overflow-y: auto;
}

.vjs-full-window .video-js.vjs-fullscreen {
	position: fixed;
	overflow: hidden;
	z-index: 1000;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
}

.video-js.vjs-fullscreen {
	width: 100% !important;
	height: 100% !important;
	padding-top: 0 !important;
}

.video-js.vjs-fullscreen.vjs-user-inactive, .vjs-user-inactive {
	cursor: none;
}

.vjs-hidden {
	display: none !important;
}

.video-js .vjs-offscreen {
	height: 1px;
	left: -9999px;
	position: absolute;
	top: 0;
	width: 1px;
}

.vjs-lock-showing {
	display: block !important;
	opacity: 1;
	visibility: visible;
}

.vjs-no-js {
	padding: 20px;
	color: #fff;
	background-color: #000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	width: 300px;
	height: 150px;
	margin: 0px auto;
}

.vjs-no-js a,
.vjs-no-js a:visited {
	color: #66A8CC;
}

.video-js .vjs-big-play-button {
	font-size: 600%;
	line-height: 100px;
	height: 100px;
	width: 100px;
	display: block;
	position: absolute;
	text-indent: 5px;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	padding: 0;
	text-align: center;
	cursor: pointer;
	background: rgba(40, 38, 38, 0.15);
	color: #ec0c0c;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	outline: none;
	-webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
	backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}
.video-js .vjs-big-play-button:after {
	content: 'Interstellar';
	font-family: 'Questrial';
	font-size: 35%;
	line-height: 38px;
	height: auto;
	width: auto;
	position: absolute;
	top: 5px;
	left: 100px;
	padding: 0 15px;
	text-align: center;
	background: #111;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.vjs-controls-disabled .vjs-big-play-button,
.vjs-has-started .vjs-big-play-button,
.vjs-using-native-controls .vjs-big-play-button,
.vjs-error .vjs-big-play-button {
	display: none;
}

.video-js button {
	background: none;
	border: none;
	color: inherit;
	display: inline-block;
	overflow: visible;
	font-size: inherit;
	line-height: inherit;
	text-transform: none;
	text-decoration: none;
	transition: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.video-js .vjs-control.vjs-close-button {
	cursor: pointer;
	height: 3em;
	position: absolute;
	right: 0;
	top: 0.5em;
	z-index: 2;
}

.vjs-menu-button {
	cursor: pointer;
}

.vjs-menu .vjs-menu-content {
	display: block;
	padding: 0;
	margin: 0;
	overflow: auto;
}

.vjs-scrubbing .vjs-menu-button:hover .vjs-menu {
	display: none;
}

.vjs-menu li {
	list-style: none;
	margin: 2px 0px;
	padding: 8px 15px;
	font-size: 14px;
	text-align: center;
	text-transform: lowercase;
	color: rgba(255,255,255,.6);
	border-radius: 3px;
	transition: all .15s ease;
	outline: none;
}

.vjs-menu li:hover {
	color: rgba(255,255,255,.85);
	text-shadow: 0 0 3px rgba(255,255,255,.5);
}
.vjs-menu li:active {
	transform: scale(.9);
}

.vjs-menu li.vjs-selected,
.vjs-menu li.vjs-selected:focus,
.vjs-menu li.vjs-selected:hover {
	color: rgba(255,255,255,1);
	text-shadow: 0 0 15px rgba(0,0,0,.5);
	/*background: -webkit-linear-gradient(to top, #FF7539 0%, #FFAB00 100%);
    background: linear-gradient(to top, #FF7539 0%, #FFAB00 100%);*/
}

.vjs-menu li.vjs-menu-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 1em;
	line-height: 2em;
	padding: 0;
	margin: 0 0 0.3em 0;
	font-weight: bold;
	cursor: default;
}

.vjs-menu-button-popup .vjs-menu {
	display: none;
	position: absolute;
	bottom: 0;
	width: 50px;
	left: -3em;
	height: 0em;
	margin-bottom: 1.5em;
	border-top-color: rgba(43, 51, 63, 0.7);
}

.vjs-menu-button-popup .vjs-menu .vjs-menu-content {
	display: block;
    padding: 5px;
	/*background: -webkit-linear-gradient(top, rgba(30,30,30,.9), rgba(10,10,10,.9));
    background: linear-gradient(to bottom , rgba(30,30,30,.9), rgba(10,10,10,.9));
    box-shadow: inset 0 0 0 1px rgba(255,255,255,.05), 0 0 10px rgba(0,0,0,.3);*/
    border-radius: 3px;
    color: #fff;
    font-size: 100%;
    margin-bottom: 8px;
    -webkit-transition: all .15s;
    transition: all .15s;
	position: absolute;
	bottom: 15px;
	float: left;
}

.vjs-menu-button-popup:hover .vjs-menu,
.vjs-menu-button-popup .vjs-menu.vjs-lock-showing {
	display: block;
}

.video-js .vjs-menu-button-inline {
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
	overflow: hidden;
}

.video-js .vjs-menu-button-inline:before {
	width: 2.222222222em;
}

.video-js .vjs-menu-button-inline:hover,
.video-js .vjs-menu-button-inline:focus,
.video-js .vjs-menu-button-inline.vjs-slider-active,
.video-js.vjs-no-flex .vjs-menu-button-inline {
	width: 10em;
}

.video-js .vjs-menu-button-inline.vjs-slider-active {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
}

.vjs-menu-button-inline .vjs-menu {
	opacity: 0;
	height: 100%;
	width: auto;
	position: absolute;
	left: 4em;
	top: 0;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.4s;
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.vjs-menu-button-inline:hover .vjs-menu,
.vjs-menu-button-inline:focus .vjs-menu,
.vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	display: block;
	opacity: 1;
}

.vjs-no-flex .vjs-menu-button-inline .vjs-menu {
	display: block;
	opacity: 1;
	position: relative;
	width: auto;
}

.vjs-no-flex .vjs-menu-button-inline:hover .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline:focus .vjs-menu,
.vjs-no-flex .vjs-menu-button-inline.vjs-slider-active .vjs-menu {
	width: auto;
}

.vjs-menu-button-inline .vjs-menu-content {
	width: auto;
	height: 100%;
	margin: 0;
	overflow: hidden;
}

.video-js .vjs-control-bar {
	display: none;
	width: 700px;
	position: absolute;
	bottom: 20px;
	left: calc( 50% - 350px );
	height: 50px;
	border-radius: 5px;
	background: rgba(0,0,0,.6);
	-webkit-backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
	backdrop-filter: blur(20px) saturate(1.5) brightness(1.2);
}

@media screen and (max-width: 740px) {
.video-js .vjs-control-bar {
	width: calc( 100% - 40px );
	bottom: 20px;
	left: 20px;
}
}

.vjs-has-started .vjs-control-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	visibility: visible;
	opacity: 1;
	transform-origin: center bottom;
	transition: all .15s cubic-bezier(.44,.14,.34,.97), width 0s, left 0s;
}

.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	visibility: hidden;
	opacity: 0;
	bottom: 5px;
	transition: .15s cubic-bezier(.44,.14,.34,.97);
}

.vjs-controls-disabled .vjs-control-bar,
.vjs-using-native-controls .vjs-control-bar,
.vjs-error .vjs-control-bar {
	display: none !important;
}

.vjs-audio.vjs-has-started.vjs-user-inactive.vjs-playing .vjs-control-bar {
	opacity: 1;
	visibility: visible;
}

@media screen {
	.vjs-user-inactive.vjs-playing .vjs-control-bar:before {
		content: "";
	}
}

.vjs-has-started.vjs-no-flex .vjs-control-bar {
	display: table;
}

.video-js .vjs-control {
	outline: none;
	position: relative;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 50px;
	font-size: 120%;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-control:before {
	font-size: 200%;
	line-height: 50px;
	color: #fff;
}

.video-js .vjs-control-text {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	visibility: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.vjs-no-flex .vjs-control {
	display: table-cell;
	vertical-align: middle;
}

.video-js .vjs-custom-control-spacer {
	display: none;
}

.video-js .vjs-progress-control {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.vjs-live .vjs-progress-control {
	display: none;
}

.video-js .vjs-progress-holder {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	height: 5px;
	border-radius: 5px;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display:after,
.video-js .vjs-progress-control:hover .vjs-play-progress:after {
	display: block;
	font-size: 120%;
}

.video-js .vjs-progress-holder .vjs-play-progress,
.video-js .vjs-progress-holder .vjs-load-progress,
.video-js .vjs-progress-holder .vjs-load-progress div {
	position: absolute;
	display: block;
	height: 5px;
	margin: 0;
	padding: 0;
	width: 0;
	left: 0;
	top: 0;
	border-radius: 5px;
}

.video-js .vjs-mouse-display:before {
	display: none;
}

.video-js .vjs-play-progress {
	background: #FFF;
	border-radius: 10px;
	transition: all .25s linear;
}

.video-js .vjs-mouse-display:after,
.video-js .vjs-play-progress:after {
	display: none;
	position: absolute;
	top: -28px;
	right: 0;
	font-size: 12px !important;
	color: transparent;
	content: attr(data-current-time);
	padding: 8px;
	pointer-events: none;
	transition: .2s ease;
}

.video-js .vjs-play-progress:before,
.video-js .vjs-play-progress:after {
	z-index: 10;
}

.video-js .vjs-load-progress {
	background: rgba(255,255,255,.3);
	transition: width .25s linear;
}

.video-js .vjs-load-progress div {
	background: rgba(0,0,0,.2);
}

.video-js.vjs-no-flex .vjs-progress-control {
	width: auto;
}

.video-js .vjs-progress-control .vjs-mouse-display {
	position: absolute;
}

.vjs-no-flex .vjs-progress-control .vjs-mouse-display {
	z-index: 0;
}

.video-js .vjs-progress-control:hover .vjs-mouse-display {
	display: block;
}

.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive .vjs-progress-control .vjs-mouse-display:after {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 1s, opacity 1s;
	-moz-transition: visibility 1s, opacity 1s;
	-o-transition: visibility 1s, opacity 1s;
	transition: visibility 1s, opacity 1s;
}

.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display,
.video-js.vjs-user-inactive.vjs-no-flex .vjs-progress-control .vjs-mouse-display:after {
	display: none;
}

.video-js .vjs-progress-control .vjs-mouse-display:after {
	color: #999;
	background: #222;
    border-radius: 5px 5px 0px 5px;
	visibility: visible;
}

.video-js .vjs-slider {
	outline: 0;
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 0.45em 0 0.45em;
	background: rgba(255,255,255,.15);
}

.video-js .vjs-mute-control, .video-js .vjs-volume-menu-button {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}

.video-js .vjs-volume-control {
	width: 5em;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.video-js .vjs-volume-bar {
	margin: 1.35em 0.45em;
	top: 9px;
	border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-horizontal {
	width: 50px;
	height: 5px;
	border-radius: 5px;
}

.vjs-volume-bar.vjs-slider-vertical {
	width: 5px;
	height: 50px;
	margin: 1.35em auto;
	border-radius: 5px;
}

.video-js .vjs-volume-level {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #FFF;
	border-radius: 5px;
	transition: all 0s;
}

.video-js .vjs-volume-level:before {
	content: '';
	position: absolute;
	width: 9px;
	height: 9px;
	bottom: -2px;
	right: -6px;
	background: #fff;
	border-radius: 50px;
}

.vjs-slider-vertical .vjs-volume-level {
	width: 5px;
}

.vjs-slider-vertical .vjs-volume-level:before {
	top: -0.5em;
	left: -0.3em;
}

.vjs-slider-horizontal .vjs-volume-level {
	height: 5px;
}

.vjs-slider-horizontal .vjs-volume-level:before {
	top: -2px;
	right: -0.5em;
}

.vjs-volume-bar.vjs-slider-vertical .vjs-volume-level {
	height: 100%;
}

.vjs-volume-bar.vjs-slider-horizontal .vjs-volume-level {
	width: 100%;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu {
	display: block;
	width: 0;
	height: 0;
	border-top-color: transparent;
}

.vjs-menu-button-popup.vjs-volume-menu-button-vertical .vjs-menu {
	left: 0.5em;
	height: 8em;
}

.vjs-menu-button-popup.vjs-volume-menu-button-horizontal .vjs-menu {
	left: -2em;
}

.vjs-menu-button-popup.vjs-volume-menu-button .vjs-menu-content {
	height: 0;
	width: 0;
	overflow-x: hidden;
	overflow-y: hidden;
}

.vjs-volume-menu-button-vertical:hover .vjs-menu-content,
.vjs-volume-menu-button-vertical .vjs-lock-showing .vjs-menu-content {
	height: 50px;
	width: 85px;
}

.vjs-volume-menu-button-horizontal:hover .vjs-menu-content,
.vjs-volume-menu-button-horizontal .vjs-lock-showing .vjs-menu-content {
	height: 50px;
	width: 60px;
}

.vjs-volume-menu-button.vjs-menu-button-inline .vjs-menu-content {
	background-color: transparent !important;
}

.vjs-poster {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  cursor: pointer;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}
.vjs-poster img {
  display: block;
  margin: 0 auto;
  max-height: 100%;
  padding: 0;
  width: 100%;
}

.vjs-has-started .vjs-poster {
	visibility: hidden;
	opacity: 0;
}

.vjs-audio.vjs-has-started .vjs-poster {
	visibility: visible;
}

.vjs-controls-disabled .vjs-poster {
	visibility: hidden;
	display: none;
}

.vjs-using-native-controls .vjs-poster {
	visibility: hidden;
	display: none;
}

.video-js .vjs-live-control {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: flex-start;
	-webkit-align-items: flex-start;
	-ms-flex-align: flex-start;
	align-items: flex-start;
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
	font-size: 1em;
	line-height: 3em;
}

.vjs-no-flex .vjs-live-control {
	display: table-cell;
	width: auto;
	text-align: left;
}

.video-js .vjs-time-control {
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	font-size: 100%;
	line-height: 50px;
	color: rgba(255,255,255,.8);
}

.vjs-live .vjs-time-control {
	display: none;
}

.video-js .vjs-current-time,
.vjs-no-flex .vjs-current-time {
	display: block;
}

.video-js .vjs-duration,
.vjs-no-flex .vjs-duration {
	display: block;
}
.vjs-duration.vjs-control, .vjs-current-time.vjs-control {
	width: auto !important;
	padding: 0 10px;
}

.vjs-time-divider {
	line-height: 50px;
	width: 2px;
	transform: translateX(-2px);
}
.vjs-time-divider div span {
	font-size: 150%;
	color: rgba(255,255,255,.8);
}

.vjs-live .vjs-time-divider {
	display: none;
}

.video-js .vjs-play-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.video-js .vjs-play-control:after {
	content: 'Play/Pause';
	position: absolute;
	top: -40px;
	left: 0px;
	width: auto;
	height: auto;
	background: #111;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #ddd;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 15px;
	pointer-events: none;
	opacity: 0;
	transition: .2s ease;
	transition-delay: 0s;
}
.video-js .vjs-play-control:hover:after {
	opacity: 1;
	transition-delay: 1.3s;
}

.vjs-text-track-display {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	top: 0;
	pointer-events: none;
}

.video-js.vjs-user-inactive.vjs-playing .vjs-text-track-display {
	bottom: 1em;
}

.video-js .vjs-text-track {
	font-size: 1.4em;
	text-align: center;
	margin-bottom: 0.1em;
	background-color: #000;
	background-color: rgba(0, 0, 0, 0.5);
}

.vjs-subtitles {
	color: #fff;
}

.vjs-captions {
	color: #fc6;
}

.vjs-tt-cue {
	display: block;
}

video::-webkit-media-text-track-display {
	-moz-transform: translateY(-3em);
	-ms-transform: translateY(-3em);
	-o-transform: translateY(-3em);
	-webkit-transform: translateY(-3em);
	transform: translateY(-3em);
}

.video-js.vjs-user-inactive.vjs-playing video::-webkit-media-text-track-display {
	-moz-transform: translateY(-1.5em);
	-ms-transform: translateY(-1.5em);
	-o-transform: translateY(-1.5em);
	-webkit-transform: translateY(-1.5em);
	transform: translateY(-1.5em);
}

.video-js .vjs-fullscreen-control {
	cursor: pointer;
	-webkit-box-flex: none;
	-moz-box-flex: none;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
}
.video-js .vjs-fullscreen-control:after {
	content: 'Fullscreen';
	position: absolute;
	top: -40px;
	right: 0px;
	width: auto;
	height: auto;
	background: #111;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.1),0 2px 10px 0 rgba(0,0,0,0.1);
	border-radius: 5px;
	color: #ddd;
	text-align: center;
	letter-spacing: 1px;
	padding: 10px 15px;
	pointer-events: none;
	opacity: 0;
	transition: .2s ease;
	transition-delay: 0s;
}
.video-js .vjs-fullscreen-control:hover:after {
	opacity: 1;
	transition-delay: 1.3s;
}

.vjs-playback-rate .vjs-playback-rate-value {
	font-size: 120%;
	line-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
}

.vjs-playback-rate .vjs-menu {
	transform: translateX(0%);
}

.vjs-error .vjs-error-display .vjs-modal-dialog-content {
	font-size: 1.4em;
	text-align: center;
}

.vjs-error .vjs-error-display:before {
	color: #fff;
	content: 'X';
	font-family: Arial, Helvetica, sans-serif;
	font-size: 4em;
	left: 0;
	line-height: 1;
	margin-top: -0.5em;
	position: absolute;
	text-shadow: 0.05em 0.05em 0.1em #000;
	text-align: center;
	top: 50%;
	vertical-align: middle;
	width: 100%;
}

.vjs-loading-spinner {
	position: absolute;
	top: 5px;
	left: calc( 50% - 65px );
	width: 130px;
	height: 40px;
	border-radius: 5px;
	background: #111;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	transition: all .25s ease;
}
.vjs-loading-spinner:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: solid transparent 2px;
	border-top-color: #fff;
	-webkit-animation: rotate 1s infinite linear;
	animation: rotate 1s infinite linear;
}
.vjs-loading-spinner:after {
	content: 'Loading';
	position: absolute;
	top: 0px;
	right: 5px;
	width: 90px;
	height: 40px;
	line-height: 40px;
	font-size: 150%;
	text-align: center;
}

.vjs-seeking .vjs-loading-spinner,
.vjs-waiting .vjs-loading-spinner {
	visibility: visible;
	opacity: 1;
	top: 20px;
}

@keyframes rotate {
	0% { 
		transform: rotate(0deg);
	}
	100% { 
		transform: rotate(360deg);
	}
}

.vjs-chapters-button .vjs-menu {
	left: -10em;
	width: 0;
}

.vjs-chapters-button .vjs-menu ul {
	width: 24em;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-custom-control-spacer {
	-webkit-box-flex: auto;
	-moz-box-flex: auto;
	-webkit-flex: auto;
	-ms-flex: auto;
	flex: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen).vjs-no-flex .vjs-custom-control-spacer {
	width: auto;
}

.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-progress-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-tiny:not(.vjs-fullscreen) .vjs-volume-menu-button {
	display: none;
}

.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-subtitles-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-volume-button,
.video-js.vjs-layout-x-small:not(.vjs-fullscreen) .vjs-fullscreen-control {
	display: none;
}

.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-current-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-captions-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-time-divider,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-duration,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-remaining-time,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-playback-rate,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-mute-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-volume-control,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-chapters-button,
.video-js.vjs-layout-small:not(.vjs-fullscreen) .vjs-subtitles-button {
	display: none;
}

.vjs-remaining-time {
	display: none;
}
.vjs-caption-settings {
	position: relative;
	top: 1em;
	/*background-color: #2B333F;
	background-color: rgba(43, 51, 63, 0.75);*/
	color: #fff;
	margin: 0 auto;
	padding: 0.5em;
	height: 15em;
	font-size: 12px;
	width: 40em;
}

.vjs-caption-settings .vjs-tracksettings {
	top: 0;
	bottom: 2em;
	left: 0;
	right: 0;
	position: absolute;
	overflow: auto;
}

.vjs-caption-settings .vjs-tracksettings-colors,
.vjs-caption-settings .vjs-tracksettings-font {
	float: left;
}

.vjs-caption-settings .vjs-tracksettings-colors:after,
.vjs-caption-settings .vjs-tracksettings-font:after,
.vjs-caption-settings .vjs-tracksettings-controls:after {
	clear: both;
}

.vjs-caption-settings .vjs-tracksettings-controls {
	position: absolute;
	bottom: 1em;
	right: 1em;
}

.vjs-caption-settings .vjs-tracksetting {
	margin: 5px;
	padding: 3px;
	min-height: 40px;
}

.vjs-caption-settings .vjs-tracksetting label {
	display: block;
	width: 100px;
	margin-bottom: 5px;
}

.vjs-caption-settings .vjs-tracksetting span {
	display: inline;
	margin-left: 5px;
}

.vjs-caption-settings .vjs-tracksetting > div {
	margin-bottom: 5px;
	min-height: 20px;
}

.vjs-caption-settings .vjs-tracksetting > div:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	min-height: 0;
}

.vjs-caption-settings label > input {
	margin-right: 10px;
}

.vjs-caption-settings input[type="button"] {
	width: 40px;
	height: 40px;
}

.video-js .vjs-modal-dialog {
	/*background: rgba(0, 0, 0, 0.8);
	background: -webkit-linear-gradient(-90deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.8), rgba(255, 255, 255, 0));*/
}

.vjs-modal-dialog .vjs-modal-dialog-content {
	font-size: 1.2em;
	line-height: 1.5;
	padding: 20px 24px;
	z-index: 1;
}

/*
Next step:

Customize https://plyr.io

*/

/* mainfooter................................................... */
.footer_contact_icon{
  font-size: 30px;
  width: 50px;
}

.searchbox-wrap {
  display: flex;
  margin-left: auto;
  margin-right: auto;
}
.searchbox-wrap input {
  flex: 1;
  padding: 15px 20px;
  font-size: 1.1em;
  box-shadow: none;
  border: none;
}
.searchbox-wrap button {
  padding-right: 10px;
  background-color: #fff;
  border: none;
  cursor: pointer;
  cursor: hand;
}
.searchbox-wrap button span {
  padding: 15px 15px;
  font-size: 15px;
 
  font-style: normal;
  font-weight: 400;
  font-weight: bold;
  line-height: normal;
  letter-spacing: -0.6px;
  color: #fff;
  background-color: #F54E59;
}
.searchbox-wrap button span:hover {
  background-color: #d6121f;
}
.footer_text{
  text-align: left;
  color: #FFF;
  font-size: 16px;
  font-family: 'Outfit', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.64px;
  margin-bottom: 15px;
}
.social_btn{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: black;
  background-color: white;

}
.social-footer{
  width: 100%;
}
.social_btn svg{
  margin-top: 6px;
}
.hr{
  margin-left:200px ;
  width: 75%;
  color: #fff;
}

@media (max-width:800px) {
  .image_container{
    height: 150px;
  }
  .btn_content {
    font-size: 20px;
    line-height: 30px;
  }
  .image_container{
    margin-left: 0;
  }
  .first_para,.second_para,.third_para {
    padding: 0.5em 2em;
  }
  .first_para{
    margin-top: 100px;
  }
  .p-5{
    padding:30px !important;
  }
  .card{
    padding-top: 10px !important;
  }
  .main_row{
    margin: 0 !important;
  }
  .hr{
    display: none;
  }
  .contact-top{
    height: auto;
    padding: 8px 20px;
    text-align: center;
  }
  .contact-info{
    margin: 0;
  }
  .text-uppercase img{
    width: 180px;
  }
  .cis-cont{
    /* margin-left: 40px; */
    display: flex;
    justify-content: center;
  }
  .footer_text{
    display: flex;
    justify-content: center;
  }
  #scroll{
    position: fixed;
    left:85%;
  }
  
} 
@media (max-width:1000px){
  .navbar-compact #navbarNav:not(.show){
    display: none;
  }
  #navbarNav ul{
      width: 100%;
      text-align: left;
      line-height: 17px;
  }
  #navbarNav ul li .nav-link  {
  justify-content: left;
  }
  #owl-main.height-md .item {
    height: 50vh;
  }
  #mainSlider h1{
    font-size: 30px !important;
  }
  #owl-main .slider-container {
    padding: 15%;
    width: 100%;
  }
  .logo{
    margin-left: 10px;
  }
  .collapse{
    padding-left: 0px;
  }

  #searchQueryInput {
    
    height: 2.5rem;
    border-radius: 6px;
    border: 1px solid #1C1C1C;
    margin-left: 20px;
    width: 100%;
  }
  #searchQuerySubmit {
    width: 4.5rem;
    height: 1rem;
    margin-left: -3.5rem;
    margin-top: 0px;
 
}
#scroll{
  position: fixed;
  left:82% !important;
}
}
@media (min-width:1000px) and (max-width:1400px) {
  #searchQueryInput {
    margin-left: 15px;
  }
  .collapse {
    padding-left: 0px;
  }
  .logo{
    margin-left: 10px;
  }
  .searchbox-wrap button span {
    padding: 11px 5px;
    font-size: 13px;
    font-weight: bold;
  }
  .searchbox-wrap input {
    width: 100%;
  } 
  #scroll{
    position: fixed;
    left:90% !important;
  }
}



.sticky-social{
  position:fixed;
  top:150px;
  left:-30px;
  padding:0px;
  margin:0px;
}
.social{
  list-style:none;
}
.social li{
  padding:10px 10px;
  font-size:25px;
  transition:all 0.8s ease-in-out;
}
.social li:hover{
    margin-right:-30px;
 box-shadow:2px 5px 10px grey;
}
.social li:hover .fa{
    margin-left:20px;
  
}
.fa{
  color:#fff;
  transition:all 0.8s ease-in-out;
}
.fb{
  background-color:#3C5A98;
}
.whatsapp{
    background-color:#0de34e;
}
.insta{
    background-color:#DC4F42;
}
.pin{
    background-color:#CB2128;
}
.vim{
    background-color:#59BFBE;
}


#scroll {
  position:fixed;
  left:95%;
  top:90%;
  cursor:pointer;
  width:50px;
  height:50px;
  background-color:#3498db;
  text-indent:-9999px;
  display:none;
  z-index: 10000;
  -webkit-border-radius:60px;
  -moz-border-radius:60px;
  border-radius:60px
  
}
#scroll span {
  position:absolute;
  top:50%;
  left:50%;
  margin-left:-8px;
  margin-top:-12px;
  height:0;
  width:0;
  border:8px solid transparent;
  border-bottom-color:#ffffff;
}
#scroll:hover {
  background-color:#e74c3c;
  opacity:1;filter:"alpha(opacity=100)";
  -ms-filter:"alpha(opacity=100)";
}