body{
  overflow-x:hidden;
  background-color:#ececec2b;
}
html{
  scroll-behavior:smooth;
  overflow-x:hidden;
}
h1,h2,h3,h4,h5,h6{
  font-family: "Josefin Sans", sans-serif;
}
p{
  font-size:18px;
}
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.fixed-mail{
    position: fixed;
    z-index: 1000;
    font-size: 36px;
    left: 3%;
    bottom: 6%;
    color: #F3942A;
}


.fixed-whatsp{
    position: fixed;
    z-index: 1000;
    font-size: 36px;
    left: 3%;
    bottom: 16%;
    color: #34D366;
}

.topheader{
  background-color:#fff;
  display:block;
  margin:auto;
  border-bottom: 2px dotted #ffc107;
}
.topheader .firsttop a{
  color:#5d1c48!important;
  text-decoration:none;
}
.social-links{
  float:right;
}
.fa,.fas,.fab{
  font-size:20px;
}
.fa-phone{
  transform:rotate(90deg);
}
.twitter{
  border-left:1px solid #5d1c48;
}
.twitter ,.facebook,.google-plus,.fa-linkedin-in{
  border-right:1px solid #5d1c48;
  padding-left:10px;
  padding-right:10px;
}
.navbar{
  z-index: 1;
  position: relative;
  top:16px;
  background-color:#5d1c48;
  padding:0px!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.navbar-nav .nav-item .nav-link{
  text-transform:uppercase;
  color:#fff;
  padding:20px;
  margin:0px 20px;
}
.navbar-nav .nav-item .nav-link:hover,.topheader .firsttop a i:hover,.topheader .firsttop a:hover{
  color:#ffc107;
}
.navbar-brand img{
  height:90px;
}
.navbar-toggler{
  background: #5d1c48!important;
  padding: 0px 10px 8px!important;
  border-radius:0px!important;
}
.navbar-toggler i{
  color:#fff!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #ffffff!important;
    text-decoration: none;
    background-color: #FFC107!important;
}
.dropdown-menu{
  background:transparent!important;
  border:none!important;
}
.dropdown-item{
  background-color:#5d1c4896!important;
  color:#fff!important
}

.card1 img{
  padding-top:25px;
}
/*slider css*/
@keyframes slide{
  0%{left:0%;}
  20%{left:0%;}
  40%{left:-100%;}
  65%{left:-100%;}
  80%{left:-200%;}
  100%{left:-200%;}
}
#slider{
  overflow: hidden;
  width: 100%;
  z-index:-1;
}
#slider figure{
  position:relative;
  width:600%;
  margin:0px;
  left:0px;
  text-align:left;
  animation: 5s slide infinite;
}
#slider figure img{
  float:left;
  width:16.6666%;
  height:70%;   
}
/*slider css*/
.fa-tv,.fa-users,.fa-globe-asia,.fa-comments{
  font-size:50px;
  color:#fff;
}
.ca1,.ca3{
  margin-top:50px!important;
}
.card:hover{
  border-radius:20px!important;
  transition:0.5s;
}
.item::before, .item::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: scale3d(0, 0, 1);
  transition: transform .3s ease-out 0s;
  background: rgba(255, 193, 7, 0.27);
  content: '';
  pointer-events: none;
}
.item::before {
  transform-origin: left top;
}
.item::after {
  transform-origin: right bottom;
}
.item:hover::before, .item:hover::after, .item:focus::before, .item:focus::after {
  transform: scale3d(1, 1, 1);
}
.centered{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centered i{
  font-size: 20px;
  color: #5c1c48;
  background: azure;
  padding: 10px;
}
.card{
  border: 2px dotted #ffc107!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  min-height:326px;
  background-color:#5c1c48!important;
  border-radius:10px!important;
  max-width: 300px!important;
    display: block!important;
    margin: auto;
}
.card-body{
  padding: 20px 20px 5px 20px!important;
}
.card-text{
  color:#FFF!important;
}
.mission{
  padding:35px 0px;
  color:#1c1c1b!important;
}
.mission1 img{
  height:272px!important;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  border-radius:10px;
  border: 2px dotted #4a2b2f;
}
.missionhead h2{
  margin-bottom: 20px;
  color:#5d1c48;
}
.missionhead h2::after{
  content: '';
  position: absolute;
  top: 43px;
  left: 12px;
  background-color: #ffc107;
  width: 100px;
  height: 3px;
}
/*button css*/
.button {
  background-color:#ffc107;
  border: 2px dotted #5d1c48!important;
  border: none;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding: 10px 15px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  float:left;
}
.button:hover{
  border: 2px dotted #FFC107!important;
  background-color:#5c1c47;
}
.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  color:#fff
}

.button:hover span {
  padding-right: 25px;
  color:#fff;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}
/*button css*/
.abouthead{
  color:#1c1c1b ;
  text-align:left;
  padding:50px;
  position:relative;
}
.abouthead h2{
  margin-bottom: 20px;
  color:#5d1c48;
}
.abouthead h2::after{
  content: '';
  position: absolute;
  top: 90px;
  left: 12px;
  background-color: #ffc107;
  width: 100px;
  height: 3px;
}
.clients{
  background-image:url('../img/thunder1.gif');
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:bottom;
}
.about{
  padding-top:30px;
}
.about img{
  height:400px;
  width:400px;
  padding:20px;
  border: 2px dotted #4a2b2f;
  border-radius:50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.heading h2{
  color:#5d1c48;
  margin-bottom:40px;
}
.heading h2::after{
  content: '';
  position: absolute;
  top: 43px;
  left: 12px;
  background-color: #ffc107;
  width: 100px;
  height: 3px;
}
.product-item{
  border: 2px dotted #4a2b2f;
  padding: 10px;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: 185px!important;
}
.owl-nav{
  display:flex!important;
  justify-content:center!important;
}
.owl-prev:focus,.owl-next:focus {
    outline: 1px dotted white!important;
    /* outline: 5px auto -webkit-focus-ring-color; */
    /* border: none!important; */
}
.owl-prev span,.owl-next span{
  font-size:40px!important;
  color:#1C1C1BFF;
}
.owl-dots{
  display:none!important;
}
.indus{
  padding:50px;
}
.carousel-indicators{
  position:absolute;
  top:250px;
}
.carousel-indicators li{
  background-color:#FFC107!important;
  border-radius:50%!important;
  width:12px!important;
  height:12px!important;
}
.rounded-circle{
  height:100px!important;
}
footer{
  color:white;
  background-image:url('../img/thunder1.gif');
  background-size:cover;
  background-repeat:no-repeat;
  background-attachment:fixed;
  background-position:center;
}
.bgcolor{
  background-color:#5d1c4847;
  padding:50px;
}
.bgcolor1{
  background-color:#5d1c4847;
  padding:50px 50px 80px 50px;
}
footer ul{
  list-style:none;
}
footer ul li{
    border-bottom: 1px solid #ffc107;
    padding: 8px 0px;
}
footer ul li a{
  color:white;
}
.copyright p a{
  color:white;
}
.copyright p a:hover{
  color:#FFC107;
  text-decoration:none;
}
footer ul li a:hover{
  color:#ffc107;
  text-decoration:none!important;
}
.latest-post {
    position: relative;
}
.latest-post {
    min-height: 75px;
}
.post-date {
    width: 60px;
    height: 60px;
    background:#ffc107;
    margin-right: 20px;
    float: left;
    color: #fff;
    text-align: center;
}
.post-date .date {
    line-height: 35px;
    font-size: 25px;
    font-weight: 600;
}
.latest-post .date {
    position: relative;
    box-shadow: inset 0 3px #2f4351;
    -webkit-transition: background 0.6s;
    -moz-transition: background 0.6s;
    transition: background 0.6s;
    -webkit-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 50%;
    -moz-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
.post-date .month {
    line-height: 25px;
    font-size: 18px;
    font-weight: 300;
}
.latest-post .detail {
    display: table;
}
.latest-post .date::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #2f4351 !important;
    content: attr(data-hover);
    -webkit-transform: rotateX(270deg);
    -moz-transform: rotateX(270deg);
    transform: rotateX(270deg);
    -webkit-transition: -webkit-transform 0.6s;
    -moz-transition: -moz-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    pointer-events: none;
}
.latest-post:hover .date{
  background: #F8920D;
}
.latest-post:hover .date::before {
  -webkit-transform: rotateX(10deg); 
  -moz-transform: rotateX(10deg)
  transform: rotateX(10deg);
}
.detail .title{
  color:white;
  display:block;
  margin:auto 0px;
}
.detail .title:hover{
  color:#ffc107;
  text-decoration:none;
}
.copyright{
  background-color:#9a265a6b;
  padding-bottom: 0px;
}
.copyright p{
  color:white;
  margin:0px;
  padding:15px 15px;
}
.copyright .left{
  text-align:left;
}
.copyright .right{
  text-align:right;
}
.client{
  background-image:url(../img/ledb.webp);
  background-repeat:no-repeat;
  background-position:center;
  background-attachment:fixed;
  background-size: cover;
  color:white;
}
/*********************** Demo - 13 *******************/
.abouthead1 h2{
  color:#5d1c48;
  margin-bottom:40px;
}
.abouthead1 h2::after{
  content: '';
  position: absolute;
  margin-top: 44px;
  margin-left:-170px;
  background-color: #ffc107;
  width: 100px;
  height: 3px;
}
.box13{position:relative;transition:all .2s ease-out 0s;margin-bottom:30px;}
.box13 .box-content,.box13:after{position:absolute;left:20px;right:20px}
.box13:after{content:"";display:block;background:#ffc10782;top:20px;bottom:20px;opacity:0;transform:rotate3d(-1,1,0,100deg);transition:all .4s ease-in-out 0s}
.box13:hover:after{opacity:.9;transform:rotate3d(0,0,0,0deg)}
.box13 img {
    width: 100%;
    height: 300px;
    border: 2px dotted #4a2b2f;
    padding: 10px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    object-fit: cover;}
.box13 .box-content{padding:10px;top:45%;opacity:0;z-index:1;-webkit-transform:translate(10%,-30%);transform:translate(10%,-30%);transition:all .2s ease-out 0s}
.box13:hover .box-content{opacity:1;transform:translate(0,-50%);transition-delay:.2s}
.box13 .title{display:block;font-size:20px;color:#fff;margin:0 0 10px}
.box13 .post{display:block;font-size:15px;color:#f7f7b9;margin-bottom:20px}
.box13 .social{padding:0;margin:0;list-style:none}
.box13 .social li{display:inline-block}
.box13 .social li a{display:block;text-align:center;width:35px;height:35px;background:azure;border-radius:50%;font-size:22px;color:#FFC107;line-height:28px;margin-right:5px;transition:all .4s ease-in-out 0s}
.box14 .icon li,.box14 .post{display:inline-block}
.box13 .social li a:hover{color:#f7f7b9;background:#5c1c48}
@media only screen and (max-width:990px){.box13{margin-bottom:30px}
}
@media only screen and (max-width:767px){
  .topheader .firsttop .mrtp{
    margin-top:-20px;
  }
  .navbar-brand img {
    display: block;
    margin: auto;
}
  .mission{
    margin-top:-60px!important;
  }
  .mission1{
    margin-top:38px;
  }
  .mission1 img{
    height: 217px!important;
    width: 319px!important;
  }
  .button{
    float:left;
  }
  .navbar-nav .nav-item .nav-link{
    padding:10px;
  }
  .topheader{
    height:auto;
    line-height:25px;
  }
  .social-links{
    text-align:center;
  }
  .topheader .firsttop a{
    display:block;
    text-align:center;
  }
  .social-links{
    display:none;
  }
  .navbar-toggler i {
    color: #fff!important;
    padding-top: 8px;
  }
  .copyright .left{
  text-align:center;
}
.copyright .right{
  text-align:center;
}
.copyright p{
  padding:5px;
}
.card1 img{
  margin:10px;
}
.nav-item{
  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;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  background: #f79e2b!important;
  color: #fff;
}
.nav-item:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:#5d1c48;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.nav-item:hover:before,a.nav-item:focus:before,a.nav-item:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.about img{
  width:300px!important;
  height: 300px!important;
}
.ca1,.ca3{
  margin-top:-48px!important;
}
.card{
   margin-bottom:20px;
}
.ca2{
  margin-bottom: 67px!important;
}
.carousel-indicators{
  top:393px!important;
}
.heading h1{
  font-size:25px;
}
.heading h2{
  font-size:22px;
}
.back h1{
  font-size:20px;
}
.clearfix h3{
  text-align:center;
  order:1;
}
.table{
  margin-top:20px;
}
.chdr .chdrcol img{
  order:1;
}
.mrb .chdr .chdrcol{
  order:2!important;
}
.border1 form {
    padding: 30px!important;
    margin-bottom: 65px;
}
}
@media only screen and (max-width:560px){
    .heading h2::after{
        display:none;
    }
}
.back{
  background-image:url(../img/ledb.webp);
  background-attachment:fixed;
  background-size:cover;
  background-position:center;
  height:250px;
  position:relative;
}
.back h1{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  /*border:1px dotted #f59d2b;*/
  padding:10px;
  text-transform:uppercase;
  text-align: center;
}
.back h1:hover{
  background:#f59d2b;
  /*border:1px dotted #fff;*/
  transition:0.5s ease;
  background: linear-gradient(to right, #ffc107 10%, #ffc107 50%, #ffc107 60%);
   background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg{
  background-color:#5d1c48e6;
  height:250px;
}
.wrapper h1 {
  color: #fff;
  font-weight: 700;
  font-family: "Josefin Sans", sans-serif;
  background: linear-gradient(to right, #ffc107 10%, #5d1c48 50%, #f6a22b 60%);
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 1.5s linear infinite;
  display: inline-block;
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}
.clearfix {
  overflow: auto;
}
.clearfix h6{
  font-size:18px;
}
.clearfix h3,.clearfix h6{
  color: #5d1c48;
  font-weight: 600;
  text-transform:uppercase;
  font-stretch: semi-condensed;
}
.img2 {
  float: right;
}
.mrb{
  margin-top:70px;
}
.color{
  color:#ffc107;
}
.dottedbr p{
  border-bottom: 1px dotted #ffc107;
  margin: auto;
  padding: 10px 0px;
}
.border1{
  background-color:#f9f9f9a6;
  margin-top:20px;
}
.border1 form{
  padding:65px;
  margin-bottom:65px;
}
.inputbox{
  position:relative;
}
.inputbox input{
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #f3922b;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px dotted #5d1c48;
  outline: none;
  background-color: transparent;
}
.inputbox label{
  position:absolute;
  top:0;
  left:0;
  padding:10px 0;
  color:#5d1c48;
  pointer-events:none;
  font-size:16px;
  transition:0.5s;
}
.inputbox input:focus~label,.inputbox input:valid~label{
  top:-20px;
  left:10;
  color:#f3922b;
  font-size:15px;
}
.inputbox .show-autofill-old:autocomplete{
  background-color:transparent!important;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #a22a81!important;
    color: #9d2c7a;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #9c2c76!important;
    color:#f0922e;
}
.modal-header{
  border-bottom:transparent!important;
  color: #9d2c7a!important;
}
.modal-header button{
  color: #9d2c7a!important;
}
.modal-content{
  border-radius:0px!important;
}
