
/*****************globals*************/


.preview-pic.tab-content {
  max-width: 500px;
}

.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (max-width: 996px) {
  .preview {
    margin-bottom: 20px;
  }
}

.preview-pic {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px;
}

.preview-thumbnail.nav-tabs li {
  width: 18%;
  margin-right: 2.5%;
}

.preview-thumbnail.nav-tabs li img {
  max-width: 100%;
  display: block;
}

.preview-thumbnail.nav-tabs li a {
  padding: 0;
  margin: 0;
}

.preview-thumbnail.nav-tabs li:last-of-type {
  margin-right: 0;
}

.tab-content {
  overflow: hidden;
}

.tab-content img {
  width: 100%;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  height: 100%;
}

.card {
  margin-top: 50px;
  background: white;
  line-height: 1.5em;
  border: none;
}

@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.details {

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.product-title,
.price,
.sizes,
.colors {
  text-transform: UPPERCASE;
  font-weight: bold;
}

.checked,
.price span {
  color: #ff9f1a;
}

.product-title,
.rating,
.price,
.vote,
.sizes {
  margin-bottom: 15px;
}

.product-title {
  margin-top: 0;
}

.size {
  margin-right: 10px;
}

.size:first-of-type {
  margin-left: 40px;
}

.color {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  height: 2em;
  width: 2em;
  border-radius: 2px;
}

.color:first-of-type {
  margin-left: 20px;
}

.add-to-cart,
.like {
  background: #ff9f1a;
  padding: 1.2em 1.5em;
  border: none;
  text-transform: UPPERCASE;
  font-weight: bold;
  color: #fff;
  -webkit-transition: background .3s ease;
  transition: background .3s ease;
}

.add-to-cart:hover,
.like:hover {
  background: #b36800;
  color: #fff;
}

.not-available {
  text-align: center;
  line-height: 2em;
}

.not-available:before {
  font-family: fontawesome;
  content: "\f00d";
  color: #fff;
}

.orange {
  background: #ff9f1a;
}

.green {
  background: #85ad00;
}

.blue {
  background: #0076ad;
}

.tooltip-inner {
  padding: 1.3em;
}

.product-title,
h5 {
  color: rgb(76 132 177);
  font-size: 20px;

}

.container.card.container-fluid {
  background-color: white;
}

.list {
  color: #5c6c74;
  margin-right: 10px;
  font-size: 10px;
  opacity: 0.8;
}

.c-btn {
  margin-left: 40%;
  align-items: center;
 
 
  font-weight: 200px;
 color: rgb(8, 5, 5);
  padding: 7px;
  font-size: large;
  /* background-color:rgb(86, 182, 199) ; */
border: 1px;
border-top-right-radius: 5px;
border-bottom-left-radius: 5px;
}

.ml-1.fa-brands.fa-whatsapp {
  color: white;
 size: 50px;

 border-radius: 5px;
      border-color: white;
      background-color:rgb(96, 230, 129);
      
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
    transform: scale(3);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/*# style start for contact-us page */
.register {
  background: linear-gradient(to right, #3A6380, #747675);;
  
  padding: 3%;


}

.register-left {
  text-align: center;
  color: #fff;
  margin-top: 4%;
}

.register-left input {
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  width: 60%;
  background: #f8f9fa;
  font-weight: bold;
  color: #383d41;
  margin-top: 30%;
  margin-bottom: 3%;
  cursor: pointer;
}

.register-right {
  background: #f8f9fa;
  
  border-top-left-radius: 10% 50%;
  border-bottom-left-radius: 10% 50%;
  
}

.register-left img {
  margin-top: 15%;
  margin-bottom: 5%;
  width: 25%;
  animation: mover 1s infinite alternate;
}


.register-left p {
  font-weight: lighter;
  padding: 12%;
  margin-top: -9%;
}

.register .register-form {
  padding: 10%;
  margin-top: 10%;
}

.btnRegister {
  float: right;
  margin-top:7px ;
  border: none;
  border-radius: 1.5rem;
  padding: 2%;
  background: #0062cc;
  color: #fff;
  font-weight: 600;
  width: 50%;
  cursor: pointer;
}

.register .nav-tabs {
  margin-top: 3%;
  border: none;
  background: #0062cc;
  border-radius: 1.5rem;
  width: 28%;
  float: right;
}

.register .nav-tabs .nav-link {
  padding: 2%;
  height: 34px;
  font-weight: 600;
  color: #fff;
  border-radius: 1.5rem;
}

.register .nav-tabs .nav-link:hover {
  border: none;
}

.register-heading ,.sub {
  text-align: center;
  margin-top: 8%;
  margin-bottom: -15%;
    background: linear-gradient(to right, #3a6380, #747657);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;


}
.form-control{
  margin-bottom: 10px;
}
/* style start for login.html login form  */

@media (min-width: 768px) {
  .omb_row-sm-offset-3 div:first-child[class*="col-"] {
      margin-left: 25%;
  }
}
.omb_loginForm 
{ padding: 20px; }
.omb_loginForm .input-group
{
  margin-bottom: 10px;
 
}
.omb_login .omb_authTitle {
  text-align: center;
line-height: 300%;
}

.omb_login .omb_socialButtons a {
color: white;
opacity:0.9;
}
.omb_login .omb_socialButtons a:hover {
  color: white;
opacity:1;    	
}
.omb_login .omb_socialButtons .omb_btn-facebook {background: #3b5998;}
.omb_login .omb_socialButtons .omb_btn-twitter {background: #00aced;}
.omb_login .omb_socialButtons .omb_btn-google {background: #c32f10;}


.omb_login .omb_loginOr {
position: relative;
font-size: 1.5em;
color: #aaa;
margin-top: 1em;
margin-bottom: 1em;
padding-top: 0.5em;
padding-bottom: 0.5em;
}
.omb_login .omb_loginOr .omb_hrOr {
background-color: #cdcdcd;
height: 1px;
margin-top: 0px !important;
margin-bottom: 0px !important;
}
.omb_login .omb_loginOr .omb_spanOr {
display: block;
position: absolute;
left: 50%;
top: -0.6em;
margin-left: -1.5em;

width: 3em;
text-align: center;
}			

.omb_login .omb_loginForm .input-group.i {
width: 2em;
}
.omb_login .omb_loginForm  .help-block {
  color: red;
}
.input-group-addon{
  margin-right: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .omb_login .omb_forgotPwd {
      text-align: right;
  margin-top:10px;
 }		
}
/* style end for login.html login form  */

/*---------------------------------------------------------------------------------------------------------------- 
| This is a main style  develop by kaisensoftservices 
|  ->in this we have give style for all elements in home page. 
|   ->it have all elements style arrange in index file element , like navbar to footer.
|
|

------------------------------------------------------------------------------------------------------------*/

/* common styles */
@property --offset {
  syntax: '<length>';
  inherits: false;
  initial-value: 0;
}

* {
  box-sizing: border-box;
}

.tablet-text{
  display: none;
}

h2 {

  font-weight: 700;
  font-size: clamp(2rem, 3vw, 3rem);
  text-align: center;



      

}
div.sampletexts{
  color: antiquewhite;
}



.h2-heading{
color: #105572;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 20px;
  padding-bottom: 0px;

  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
/* common style end */
.footer-bottom.footer-border-top.light.py-3, .navbart.navbar-expand-lg.navbar-light{
  background-color:#1f4641 ;
}
.navbart{
  padding: 5px;

  
}
.fab{
  padding-right: 10px;
  margin-left: 10px;
}

.m-0, .icon, .icon1 a i{
  color:rgb(177, 216, 215) ;
  /* color : #02a993; */

}
.end-text{
  color: white;
}
.icon {
  
  font-size: 24px;
}

p{
  font-size:17px;
  
  color: #04101b !important;
  text-align: justify;
  /* font-weight: 600; */

}
/* 


.logo-img.p{
  height: 100px;
  width: 240px;
} */
.carousel-item{
  color: white;
}
.navbar-nav.ms-auto{
  color: white;
}
/* Custom styles for the navbar */








.navbar.navbar-expand-lg.navbar-dark.navbar-custom{
  background-color: black; /* Dark grey background color */
  
  
}
.navbar-custom .navbar-brand {
  color: #ffffff; /* White text color */
  
}
.navbar-custom .nav-link {
  color: #ffffff; /* White text color */
}
.contact-navbar {
  background-color: #f8f9fa; /* Light grey background color */
}
.contact-navbar .nav-link {
   color: #212529; /* Dark text color */
}
/* 
.navbar-brand ,.text-white-65.mb-4.text-white{
  background-color: white;
  border-radius: 5px;
  padding: 7px;
  width: 260px;
  height: 120px;
  
margin-top: 50px;
} */

.dropdown-menu a:hover {
  background-color : rgba(209, 211, 77, 0.993) ;
}
/* Custom styles for the navbar */


/*timeline*/

.circle-icon {
   position: absolute;
   margin-top: -477px;
}


a {
   text-decoration: none
}


/*h4{text-align:center;margin:30px 0;color:#444}*/



/* style for carousel start */

.d-block.w-100{
  height: 700px;
}

/* style fot carousel end */
.main-timeline {
   position: relative
} 

.main-timeline:before {
   content: "";
   width: 5px;
   height: 100%;
   border-radius: 20px;
   margin: 0 auto;
   /* background: #242922; */
   position: absolute;
   top: 0;
   left: 0;
   right: 0
}

.main-timeline .timeline {
   display: inline-block;
   margin-bottom: 50px;
   position: relative
}

.main-timeline .timeline:before {
   content: "";
   width: 20px;
   height: 20px;
   border-radius: 50%;
   border: 4px solid #fff;
   background: #3a6380;
   position: absolute;
   top: 50%;
   left: 50%;
   z-index: 1;
   transform: translate(-50%, -50%)
}

.main-timeline .timeline-icon {
   display: inline-block;
   width: 130px;
   height: 130px;
   border-radius: 50%;
   border: 3px solid #3a6380;
   padding: 13px;
   text-align: center;
   position: absolute;
   top: 50%;
   left: 30%;
   transform: translateY(-50%)
}

.main-timeline .timeline-icon i {
   display: block;
   border-radius: 50%;
   background: #3A6380;
   font-size: 64px;
   color: white;
   line-height: 100px;
   z-index: 1;
   position: relative
}

.main-timeline .timeline-icon:after,
.main-timeline .timeline-icon:before {
   content: "";
   width: 100px;
   height: 4px;
   background: #3a6380;
   position: absolute;
   top: 50%;
   right: -100px;
   transform: translateY(-50%)
}

.main-timeline .timeline-icon:after {
   width: 70px;
   height: 50px;
   background: white;
   top: 89px;
   right: -30px
}

.main-timeline .timeline-content {
   width: 50%;
   padding: 0 50px;
   margin: 52px 0 0;
   float: right;
   position: relative
}

.main-timeline .timeline-content:before {
   content: "";
   width: 70%;
   height: 100%;
   border: 3px solid #3a6380;
   border-top: none;
   border-right: none;
   position: absolute;
   bottom: -13px;
   left: 35px
}

.main-timeline .timeline-content:after {
   content: "";
   width: 37px;
   height: 3px;
   background: #3a6380;
   position: absolute;
   top: 13px;
   left: 0
}

.main-timeline .title {
   font-size: 20px;
   color: #3a6380;
   text-transform: uppercase;
   margin: 0 0 5px
}

.main-timeline .description {
   display: inline-block;
   color: #404040;
   line-height: 20px;
   margin: 0
}

.main-timeline .timeline:nth-child(even) .timeline-icon {
   left: auto;
   right: 30%

}

.main-timeline .timeline:nth-child(even) .timeline-icon:before {
   right: auto;
   left: -100px
}

.main-timeline .timeline:nth-child(even) .timeline-icon:after {
   right: auto;
   left: -30px
}

.main-timeline .timeline:nth-child(even) .timeline-content {
   float: left
}

.main-timeline .timeline:nth-child(even) .timeline-content:before {
   left: auto;
   right: 35px;
   transform: rotateY(180deg)
}

.main-timeline .timeline:nth-child(even) .timeline-content:after {
   left: auto;
   right: 0
}

.main-timeline .timeline:nth-child(2n) .timeline-content:after,
.main-timeline .timeline:nth-child(2n) .timeline-icon i,
.main-timeline .timeline:nth-child(2n) .timeline-icon:before,
.main-timeline .timeline:nth-child(2n):before {
   background: #747675;;
}

.main-timeline .timeline:nth-child(2n) .timeline-icon {
   border-color: #747675;
}

.main-timeline .timeline:nth-child(2n) .title {
   color: #747675
}

.main-timeline .timeline:nth-child(2n) .timeline-content:before {
   border-left-color: #747675;
   border-bottom-color: #747675
}

.main-timeline .timeline:nth-child(3n) .timeline-content:after,
.main-timeline .timeline:nth-child(3n) .timeline-icon i,
.main-timeline .timeline:nth-child(3n) .timeline-icon:before,
.main-timeline .timeline:nth-child(3n):before {
   background: #3a6380
}

.main-timeline .timeline:nth-child(3n) .timeline-icon {
   border-color: #3a6380
}

.main-timeline .timeline:nth-child(3n) .title {
   color: #3a6380
}

.main-timeline .timeline:nth-child(3n) .timeline-content:before {
   border-left-color: #3a6380;
   border-bottom-color: #3a6380
}

.main-timeline .timeline:nth-child(4n) .timeline-content:after,
.main-timeline .timeline:nth-child(4n) .timeline-icon i,
.main-timeline .timeline:nth-child(4n) .timeline-icon:before,
.main-timeline .timeline:nth-child(4n):before {
   background: #747675
}

.main-timeline .timeline:nth-child(4n) .timeline-icon {
   border-color: #747675
}

.main-timeline .timeline:nth-child(4n) .title {
   color: #747675
}

.main-timeline .timeline:nth-child(4n) .timeline-content:before {
   border-left-color: #747675;
   border-bottom-color: #747675
}

@media only screen and (max-width:1200px) {
   .main-timeline .timeline-icon:before {
       width: 50px;
       right: -50px
   }
   .main-timeline .timeline:nth-child(even) .timeline-icon:before {
       right: auto;
       left: -50px
   }
   .main-timeline .timeline-content {
       margin-top: 75px
   }
}

@media only screen and (max-width:990px) {
   .main-timeline .timeline {
       margin: 0 0 10px
   }
   .main-timeline .timeline-icon {
       left: 25%
   }
   .main-timeline .timeline:nth-child(even) .timeline-icon {
       right: 25%
   }
   .main-timeline .timeline-content {
       margin-top: 115px
   }
}

@media only screen and (max-width:868px) {

  .navbart.navbar-expand-lg.navbar-light.bg-light{
      display: none;
  }
   .main-timeline {
       padding-top: 50px
   }
   .main-timeline:before {
       left: 80px;
       right: 0;
       margin: 0
   }
   .main-timeline .timeline {
       margin-bottom: 70px
   }
   .main-timeline .timeline:before {
       top: 0;
       left: 83px;
       right: 0;
       margin: 0
   }
   .main-timeline .timeline-icon {
       width: 60px;
       height: 60px;
       line-height: 40px;
       padding: 5px;
       top: 0;
       left: 0
   }
   .main-timeline .timeline:nth-child(even) .timeline-icon {
       left: 0;
       right: auto
   }
   .main-timeline .timeline-icon:before,
   .main-timeline .timeline:nth-child(even) .timeline-icon:before {
       width: 25px;
       left: auto;
       right: -25px
   }
   .main-timeline .timeline-icon:after,
   .main-timeline .timeline:nth-child(even) .timeline-icon:after {
       width: 25px;
       height: 30px;
       top: 44px;
       left: auto;
       right: -5px
   }
   .main-timeline .timeline-icon i {
       font-size: 30px;
       line-height: 45px
   }
   .main-timeline .timeline-content,
   .main-timeline .timeline:nth-child(even) .timeline-content {
       width: 100%;
       margin-top: -15px;
       padding-left: 130px;
       padding-right: 5px
   }
   .main-timeline .timeline:nth-child(even) .timeline-content {
       float: right
   }
   .main-timeline .timeline-content:before,
   .main-timeline .timeline:nth-child(even) .timeline-content:before {
       width: 50%;
       left: 120px
   }
   .main-timeline .timeline:nth-child(even) .timeline-content:before {
       right: auto;
       transform: rotateY(0)
   }
   .main-timeline .timeline-content:after,
   .main-timeline .timeline:nth-child(even) .timeline-content:after {
       left: 85px
   }
}

@media only screen and (max-width:479px) {
   .main-timeline .timeline-content,
   .main-timeline .timeline:nth-child(2n) .timeline-content {
       padding-left: 110px
   }
   .main-timeline .timeline-content:before,
   .main-timeline .timeline:nth-child(2n)
   
   
   .timeline-content:before {
       left: 99px
   }
   .main-timeline .timeline-content:after,
   .main-timeline .timeline:nth-child(2n) .timeline-content:after {
       left: 65px
   }
}


/*timeline2*/


/******************* Timeline Demo - 4 *****************/

.main-timeline2 {
   overflow: hidden;
   position: relative
}

.main-timeline2:before {
   content: "";
   width: 5px;
   height: 70%;
   background: #333;
   position: absolute;
   top: 70px;
   left: 50%;
   transform: translateX(-50%)
}

.main-timeline2 .timeline-content:before,
.main-timeline2 .timeline:before {
   top: 50%;
   transform: translateY(-50%);
   content: ""
}

.main-timeline2 .timeline {
   width: 50%;
   padding-left: 100px;
   float: right;
   position: relative
}

.main-timeline2 .timeline:before {
   width: 20px;
   height: 20px;
   border-radius: 50%;
   background: #fff;
   border: 5px solid #333;
   position: absolute;
   left: -10px
}

.main-timeline2 .timeline-content {
   display: block;
   padding-left: 150px;
   position: relative
}

.main-timeline2 .timeline-content:before {
   width: 90px;
   height: 10px;
   border-top: 7px dotted #333;
   position: absolute;
   left: -92px
}

.main-timeline2 .year {
   display: inline-block;
   width: 120px;
   height: 120px;
   line-height: 100px;
   border-radius: 50%;
   border: 10px solid #f54957;
   font-size: 30px;
   color: #f54957;
   text-align: center;
   box-shadow: inset 0 0 10px rgba(0, 0, 0, .4);
   position: absolute;
   top: 0;
   left: 0
}

.main-timeline2 .year:before {
   content: "";
   border-left: 20px solid #f54957;
   border-top: 10px solid transparent;
   border-bottom: 10px solid transparent;
   position: absolute;
   bottom: -13px;
   right: 0;
   transform: rotate(45deg)
}

.main-timeline2 .inner-content {
   padding: 20px 0
}

.main-timeline2 .title {
   font-size: 24px;
   color: #f54957;
   text-transform: uppercase;
   margin: 0 0 5px
}

.main-timeline2 .description {
   font-size: 14px;
   color: #6f6f6f;
   margin: 0 0 5px
}

.main-timeline2 .timeline:nth-child(2n) {
   padding: 0 100px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline2 .timeline:nth-child(2n) .year,
.main-timeline2 .timeline:nth-child(2n):before {
   left: auto;
   right: -10px
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content {
   padding: 0 150px 0 0
}

.main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
   right: -92px
}

.main-timeline2 .timeline:nth-child(2n) .year {
   right: 0
}

.main-timeline2 .timeline:nth-child(2n) .year:before {
   right: auto;
   left: 0;
   border-left: none;
   border-right: 20px solid #f54957;
   transform: rotate(-45deg)
}

.main-timeline2 .timeline:nth-child(2) {
   margin-top: 110px
}

.main-timeline2 .timeline:nth-child(odd) {
   margin: -110px 0 0
}

.main-timeline2 .timeline:nth-child(even) {
   margin-bottom: 80px
}

.main-timeline2 .timeline:first-child,
.main-timeline2 .timeline:last-child:nth-child(even) {
   margin: 0
}

.main-timeline2 .timeline:nth-child(2n) .year {
   border-color: #1ebad0;
   color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2) .year:before {
   border-right-color: #1ebad0
}

.main-timeline2 .timeline:nth-child(2n) .title {
   color: #1ebad0
}

.main-timeline2 .timeline:nth-child(3n) .year {
   border-color: #7cba01;
   color: #7cba01
}

.main-timeline2 .timeline:nth-child(3) .year:before {
   border-left-color: #7cba01
}

.main-timeline2 .timeline:nth-child(3n) .title {
   color: #7cba01
}

.main-timeline2 .timeline:nth-child(4n) .year {
   border-color: #f8781f;
   color: #f8781f
}

.main-timeline2 .timeline:nth-child(4) .year:before {
   border-right-color: #f8781f
}

.main-timeline2 .timeline:nth-child(4n) .title {
   color: #f8781f
}

@media only screen and (max-width:1200px) {
   .main-timeline2 .year {
       top: 50%;
       transform: translateY(-50%)
   }
}

@media only screen and (max-width:990px) {
   .main-timeline2 .timeline {
       padding-left: 75px
   }
   .main-timeline2 .timeline:nth-child(2n) {
       padding: 0 75px 0 0
   }
   .main-timeline2 .timeline-content {
       padding-left: 130px
   }
   .main-timeline2 .timeline:nth-child(2n) .timeline-content {
       padding: 0 130px 0 0
   }
   .main-timeline2 .timeline-content:before {
       width: 68px;
       left: -68px
   }
   .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
       right: -68px
   }
}

@media only screen and (max-width:767px) {
  
  .navbar-nav.ms-auto{
      display: flex;
  }

  
   .main-timeline2 {
       overflow: visible
   }
   .main-timeline2:before {
       height: 100%;
       top: 0;
       left: 0;
       transform: translateX(0)
   }
   .main-timeline2 .timeline:before,
   .main-timeline2 .timeline:nth-child(2n):before {
       top: 60px;
       left: -9px;
       transform: translateX(0)
   }
   .main-timeline2 .timeline,
   .main-timeline2 .timeline:nth-child(even),
   .main-timeline2 .timeline:nth-child(odd) {
       width: 100%;
       float: none;
       text-align: center;
       padding: 0;
       margin: 0 0 10px
   }
   .main-timeline2 .timeline-content,
   .main-timeline2 .timeline:nth-child(2n) .timeline-content {
       padding: 0
   }
   .main-timeline2 .timeline-content:before,
   .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
       display: none
   }
   .main-timeline2 .timeline:nth-child(2n) .year,
   .main-timeline2 .year {
       position: relative;
       transform: translateY(0)
   }
   .main-timeline2 .timeline:nth-child(2n) .year:before,
   .main-timeline2 .year:before {
       border: none;
       border-right: 20px solid #f54957;
       border-top: 10px solid transparent;
       border-bottom: 10px solid transparent;
       top: 50%;
       left: -23px;
       bottom: auto;
       right: auto;
       transform: rotate(0)
   }
   .main-timeline2 .timeline:nth-child(2n) .year:before {
       border-right-color: #1ebad0
   }
   .main-timeline2 .timeline:nth-child(3n) .year:before {
       border-right-color: #7cba01
   }
   .main-timeline2 .timeline:nth-child(4n) .year:before {
       border-right-color: #f8781f
   }
   .main-timeline2 .inner-content {
       padding: 10px
   }
}
@media only screen and (max-width:425px) {

.tablet-text{
  display: none;
}
  .navbart{
      display: none;
  }
  .btn.dropdown-toggle{
      margin-left: 1px;
      padding-left: 1px;
  }
  .main-timeline2 {
      overflow: visible
  }
  .main-timeline2:before {
      height: 100%;
      top: 0;
      left: 0;
      transform: translateX(0)
  }
  .main-timeline2 .timeline:before,
  .main-timeline2 .timeline:nth-child(2n):before {
      top: 60px;
      left: -9px;
      transform: translateX(0)
  }
  .main-timeline2 .timeline,
  .main-timeline2 .timeline:nth-child(even),
  .main-timeline2 .timeline:nth-child(odd) {
      width: 100%;
      float: none;
      text-align: center;
      padding: 0;
      margin: 0 0 10px
  }
  .main-timeline2 .timeline-content,
  .main-timeline2 .timeline:nth-child(2n) .timeline-content {
      padding: 0
  }
  .main-timeline2 .timeline-content:before,
  .main-timeline2 .timeline:nth-child(2n) .timeline-content:before {
      display: none
  }
  .main-timeline2 .timeline:nth-child(2n) .year,
  .main-timeline2 .year {
      position: relative;
      transform: translateY(0)
  }
  .main-timeline2 .timeline:nth-child(2n) .year:before,
  .main-timeline2 .year:before {
      border: none;
      border-right: 20px solid #f54957;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      top: 50%;
      left: -23px;
      bottom: auto;
      right: auto;
      transform: rotate(0)
  }
  .main-timeline2 .timeline:nth-child(2n) .year:before {
      border-right-color: #1ebad0
  }
  .main-timeline2 .timeline:nth-child(3n) .year:before {
      border-right-color: #7cba01
  }
  .main-timeline2 .timeline:nth-child(4n) .year:before {
      border-right-color: #f8781f
  }
  .main-timeline2 .inner-content {
      padding: 10px
  }
}




/*timeline3*/


/******************* Timeline Demo - 5 *****************/

.main-timeline3 {
   overflow: hidden;
   position: relative
}

.main-timeline3 .timeline {
   position: relative;
   margin-top: -79px
}

.main-timeline3 .timeline:first-child {
   margin-top: 0
}

.main-timeline3 .timeline-icon,
.main-timeline3 .year {
   margin: auto;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0
}

.main-timeline3 .timeline:after,
.main-timeline3 .timeline:before {
   content: "";
   display: block;
   width: 100%;
   clear: both
}

.main-timeline3 .timeline:before {
   content: "";
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   right: 0;
   z-index: 2
}

.main-timeline3 .timeline-icon {
   width: 210px;
   height: 210px;
   border-radius: 50%;
   border: 25px solid transparent;
   border-top-color: #f44556;
   border-right-color: #f44556;
   z-index: 1;
   transform: rotate(45deg)
}

.main-timeline3 .year {
   display: block;
   width: 110px;
   height: 110px;
   line-height: 110px;
   border-radius: 50%;
   background: #fff;
   box-shadow: 0 0 20px rgba(0, 0, 0, .4);
   font-size: 30px;
   font-weight: 700;
   color: #f44556;
   text-align: center;
   transform: rotate(-45deg)
}

.main-timeline3 .timeline-content {
   width: 35%;
   float: right;
   background: #f44556;
   padding: 30px 20px;
   margin: 50px 0;
   box-shadow: 0 10px 25px -10px rgba(72, 29, 99, .3);
   z-index: 1;
   position: relative
}

.main-timeline3 .timeline-content:before {
   content: "";
   width: 20%;
   height: 15px;
   background: #f44556;
   position: absolute;
   top: 50%;
   left: -20%;
   z-index: -1;
   transform: translateY(-50%)
}

.main-timeline3 .title {
   font-size: 20px;
   font-weight: 700;
   color: #fff;
   margin: 0 0 10px
}

.main-timeline3 .description {
   font-size: 16px;
   color: #fff;
   line-height: 24px;
   margin: 0
}

.main-timeline3 .timeline:nth-child(2n) .timeline-icon {
   transform: rotate(-135deg);
   border-top-color: #e97e2e;
   border-right-color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .year {
   transform: rotate(135deg);
   color: #e97e2e
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content {
   float: left
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
   left: auto;
   right: -20%
}

.main-timeline3 .timeline:nth-child(2n) .timeline-content,
.main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
   background: #e97e2e
}

.main-timeline3 .timeline:nth-child(3n) .timeline-icon {
   border-top-color: #13afae;
   border-right-color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .year {
   color: #13afae
}

.main-timeline3 .timeline:nth-child(3n) .timeline-content,
.main-timeline3 .timeline:nth-child(3n) .timeline-content:before {
   background: #13afae
}

.main-timeline3 .timeline:nth-child(4n) .timeline-icon {
   border-top-color: #105572;
   border-right-color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .year {
   color: #105572
}

.main-timeline3 .timeline:nth-child(4n) .timeline-content,
.main-timeline3 .timeline:nth-child(4n) .timeline-content:before {
   background: #105572
}

@media only screen and (max-width:1199px) {
   .main-timeline3 .timeline {
       margin-top: -103px
   }
   .main-timeline3 .timeline-content:before {
       left: -18%
   }
   .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
       right: -18%
   }
}

@media only screen and (max-width:990px) {
   .main-timeline3 .timeline {
       margin-top: -127px
   }
   .main-timeline3 .timeline-content:before {
       left: -2%
   }
   .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
       right: -2%
   }
}

@media only screen and (max-width:767px) {
   .main-timeline3 .timeline {
       margin-top: 0;
       overflow: hidden
   }
   .main-timeline3 .timeline:before,
   .main-timeline3 .timeline:nth-child(2n):before {
       box-shadow: none
   }
   .main-timeline3 .timeline-icon,
   .main-timeline3 .timeline:nth-child(2n) .timeline-icon {
       margin-top: -30px;
       margin-bottom: 20px;
       position: relative;
       transform: rotate(135deg)
   }
   .main-timeline3 .timeline:nth-child(2n) .year,
   .main-timeline3 .year {
       transform: rotate(-135deg)
   }
   .main-timeline3 .timeline-content,
   .main-timeline3 .timeline:nth-child(2n) .timeline-content {
       width: 100%;
       float: none;
       border-radius: 0 0 20px 20px;
       text-align: center;
       padding: 25px 20px;
       margin: 0 auto
   }
   .main-timeline3 .timeline-content:before,
   .main-timeline3 .timeline:nth-child(2n) .timeline-content:before {
       width: 15px;
       height: 25px;
       position: absolute;
       top: -22px;
       left: 50%;
       z-index: -1;
       transform: translate(-50%, 0)
   }
}


/*timeline4*/


/******************* Timeline Demo - 8 *****************/

.main-timeline4 {
   overflow: hidden;
   position: relative
}

.main-timeline4:after,
.main-timeline4:before {
   content: "";
   display: block;
   width: 100%;
   clear: both
}

.main-timeline4:before {
   content: "";
   width: 3px;
   height: 100%;
   background: #d6d5d5;
   position: absolute;
   top: 30px;
   left: 50%
}

.main-timeline4 .timeline {
   width: 50%;
   float: left;
   padding-right: 30px;
   position: relative
}

.main-timeline4 .timeline-icon {
   width: 32px;
   height: 32px;
   border-radius: 50%;
   background: #fff;
   border: 3px solid #fe6847;
   position: absolute;
   top: 5.5%;
   right: -17.5px
}

.main-timeline4 .year {
   display: block;
   padding: 10px;
   margin: 0;
   font-size: 30px;
   color: #fff;
   border-radius: 0 50px 50px 0;
   background: #fe6847;
   text-align: center;
   position: relative
}

.main-timeline4 .year:before {
   content: "";
   border-top: 35px solid #f59c8b;
   border-left: 35px solid transparent;
   position: absolute;
   bottom: -35px;
   left: 0
}

.main-timeline4 .timeline-content {
   padding: 30px 20px;
   margin: 0 45px 0 35px;
   background: #f2f2f2
}

.main-timeline4 .title {
   font-size: 19px;
   font-weight: 700;
   color: #504f54;
   margin: 0 0 10px
}

.main-timeline4 .description {
   font-size: 14px;
   color: #7d7b7b;
   margin: 0
}

.main-timeline4 .timeline:nth-child(2n) {
   padding: 0 0 0 30px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
   right: auto;
   left: -14.5px
}

.main-timeline4 .timeline:nth-child(2n) .year {
   border-radius: 50px 0 0 50px;
   background: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
   border-left: none;
   border-right: 35px solid transparent;
   left: auto;
   right: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
   text-align: right;
   margin: 0 35px 0 45px
}

.main-timeline4 .timeline:nth-child(2) {
   margin-top: 170px
}

.main-timeline4 .timeline:nth-child(odd) {
   margin: -175px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
   margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
   margin: 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-icon {
   border-color: #7eda99
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
   border-top-color: #92efad
}

.main-timeline4 .timeline:nth-child(3n) .timeline-icon {
   border-color: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year {
   background: #8a5ec1
}

.main-timeline4 .timeline:nth-child(3n) .year:before {
   border-top-color: #a381cf
}

.main-timeline4 .timeline:nth-child(4n) .timeline-icon {
   border-color: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year {
   background: #f98d9c
}

.main-timeline4 .timeline:nth-child(4n) .year:before {
   border-top-color: #f2aab3
}

@media only screen and (max-width:767px) {
   .main-timeline4 {
       overflow: visible
   }
   .main-timeline4:before {
       top: 0;
       left: 0
   }
   .main-timeline4 .timeline:nth-child(2),
   .main-timeline4 .timeline:nth-child(even),
   .main-timeline4 .timeline:nth-child(odd) {
       margin: 0
   }
   .main-timeline4 .timeline {
       width: 100%;
       float: none;
       padding: 0 0 0 30px;
       margin-bottom: 20px!important
   }
   .main-timeline4 .timeline:last-child {
       margin: 0!important
   }
   .main-timeline4 .timeline-icon {
       right: auto;
       left: -14.5px
   }
   .main-timeline4 .year {
       border-radius: 50px 0 0 50px
   }
   .main-timeline4 .year:before {
       border-left: none;
       border-right: 35px solid transparent;
       left: auto;
       right: 0
   }
   .main-timeline4 .timeline-content {
       margin: 0 35px 0 45px
   }
}


/*end timeline*/





/* style start for experience */




/* clients carousel start here*/

     



  

  /* Slider */
  
  .slick-slide {
  margin: 0px 20px;
  }
  
  .slick-slide img {
  width: 100%;
  }
  
  .slick-slider
  {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
        user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  }
  
  .slick-list
  {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
  }
  .slick-list:focus
  {
  outline: none;
  }
  .slick-list.dragging
  {
  cursor: pointer;
  cursor: hand;
  }
  
  .slick-slider .slick-track,
  .slick-slider .slick-list
  {
  -webkit-transform: translate3d(0, 0, 0);
   -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
     -o-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
  }
  
  .slick-track
  {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  }
  .slick-track:before,
  .slick-track:after
  {
  display: table;
  content: '';
  }
  .slick-track:after
  {
  clear: both;
  }
  .slick-loading .slick-track
  {
  visibility: hidden;
  }
  
  .slick-slide
  {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  }
  [dir='rtl'] .slick-slide
  {
  float: right;
  }
  .slick-slide img
  {
  display: block;
  }
  .slick-slide.slick-loading img
  {
  display: none;
  }
  .slick-slide.dragging img
  {
  pointer-events: none;
  }
  .slick-initialized .slick-slide
  {
  display: block;
  }
  .slick-loading .slick-slide
  {
  visibility: hidden;
  }
  .slick-vertical .slick-slide
  {
  display: block;
  height: auto;
  border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
  display: none;
  }

/* scrollicon style starts*/

.phone {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 140px;
  right: 50px;
  padding-top: 3px;
  background-color: #46525f;
  color: hsl(278, 44%, 96%);
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 9999;
      }
          .whats-app {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 85px;
  right: 50px;
  

  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 35px;
  z-index: 9999;
}
#scrollUp {
  display: block;
  background: #46525f;
  height: 45px;
  width: 45px;
  right: 50px;
  bottom: 30px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  font-size: 22px;
  line-height: 45px;
  transition: .2s;
}
/* scrollicon ends*/
/* style for our clients starts*/
.client {
  width: 100%;
  height: 100%;
  background: #7F00FF;  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #3b86f7, #373738);  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #E3F0E8, #A0A8A0); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.carousel-icon i {
font-size: 5rem;
color: rgba(255, 255, 255, 0.3);
}

.carousel-item i {
font-size: 1.6rem;
color: rgba(255, 255, 255, 0.3);
}

.t-card {
padding: 1.8125rem 1.125rem;
background-color: rgba(0, 0, 0, 0.5);
color: #fff;
height: auto;
}

.arrow-down {
width: 0;
height: 0;
border-left: 1.5625rem solid transparent;
border-right: 1.5625rem solid transparent;
border-top: 1.25rem solid rgba(0, 0, 0, 0.5);
}


/* Custom styles for product icons */
.product-section {
  padding: 50px 0;

}
.product-image {
  max-width: 555px;
  max-height: 555px;
  border-radius: 20px;
}
.product-info {
  padding-left: 50px;
}

    /* Custom CSS */
    @import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.4/css/all.min.css);
    .col-item {
      border: 1px solid #E1E1E1;
      border-radius: 5px;
      background: #FFF;
  }
  
  .col-item .photo img {
      margin: 0 auto;
      width: 100%;
  }
  
  .col-item .info {
      padding: 10px;
      border-radius: 0 0 5px 5px;
      margin-top: 1px;
  }
  
  .col-item:hover .info {
      background-color: #F5F5DC;
      color: var(--bs-secondary-color) !important;
  }
  
  .col-item .price {
      margin-top: 5px;
      color: var(--bs-secondary-color) !important;
  }
  
  .col-item .price h5 {
      line-height: 20px;
      margin: 0;

    
          background: linear-gradient(to right,rgb(52, 52, 151) , #3a6380);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
            color: var(--bs-secondary-color) !important;
  }
  
  .price-text-color {
      color: #219FD1;
  }
  
  .col-item .info .rating {
      color: #777;
  }
  
  .col-item .rating {
      font-size: 17px;
      text-align: right;
      line-height: 52px;
      margin-bottom: 10px;
      height: 52px;
  }
  
  .col-item .separator {
      border-top: 1px solid #E1E1E1;
  }
  
  .clear-left {
      clear: left;
  }
  
  .col-item .separator p {
      line-height: 20px;
      margin-bottom: 0;
      margin-top: 10px;
      text-align: center;
  }
  
  .col-item .separator p i {
      margin-right: 5px;
  }
  
  .col-item .btn-add,
  .col-item .btn-details {
      width: 50%;
      float: left;
  }
  
  .col-item .btn-add {
      border-right: 1px solid #E1E1E1;
  }
  
  .controls {
      margin-top: 20px;
  }
  
  [data-slide="prev"] {
      margin-right: 10px;
  }
  @import url(http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.col-item
{
  border: 1px solid #E1E1E1;
  border-radius: 5px;
  background: #FFF;
}
.col-item .photo img
{
  margin: 0 auto;
  width: 100%;
  height: 234px; 
}

.col-item .info
{
  padding: 10px;
  border-radius: 0 0 5px 5px;
  margin-top: 1px;
}

.col-item:hover .info {
  background-color: #F5F5DC;
}
.col-item .price
{
  /*width: 50%;*/
  float: left;
  margin-top: 5px;
}
.left.btn, .right.btn{
  background-color: rgb(29, 95, 95);
  color: white;
  margin: 4px;
}

.col-item .price h5
{
  line-height: 20px;
  margin: 0;
}

.price-text-color
{
  color: #219FD1;
}

.col-item .info .rating
{
  color: #777;
}

.col-item .rating
{
  /*width: 50%;*/
  float: left;
  font-size: 17px;
  text-align: right;
  line-height: 52px;
  margin-bottom: 10px;
  height: 52px;
}

.col-item .separator
{
  border-top: 1px solid #E1E1E1;
}

.clear-left
{
  clear: left;
}

.col-item .separator p
{
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 10px;
  text-align: center;
}

.col-item .separator p i
{
  margin-right: 5px;
}
.col-item .btn-add
{
  width: 50%;
  float: left;
}

.col-item .btn-add
{
  border-right: 1px solid #E1E1E1;
}

.col-item .btn-details
{
  width: 50%;
  float: left;
  padding-left: 10px;
}
.controls
{
  margin-top: 20px;
}
[data-slide="prev"]
{
  margin-right: 10px;
}

/*style for footer */



  .footer .footer-socila-icon a {
      width: 30px;
      height: 30px;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      background: #F84E77;
      color: #ffffff;
      border-radius: 50%;
      margin-right: 8px;
      font-size: 15px;
  }
  
  .footer .footer-socila-icon a:hover {
      background: #1baaa0;
  }
  
  .footer .footer-links {
      margin: 0;
  }
  
  .footer .footer-links li+li {
      padding-top: 10px;
  }
  
  .footer .footer-links li a {
      position: relative;
  }
  
  .footer .footer-links li a:after {
      content: "";
      position: absolute;
      width: 0px;
      left: auto;
      right: 0;
      bottom: 0;
      height: 1px;
      transition: ease all 0.35s;
      background: #F84E77;
  }
  
  .footer .footer-links li a:hover:after {
      width: 100%;
      left: 0;
      right: auto;
  }
  
  .footer .footer-top {
      padding-top: 1rem;
      padding-bottom: 1rem;
  }
  
  .footer .footer-top h5,
  .footer .footer-top .h5 {
      position: relative;
      font-size: 1.2rem;
      text-transform: uppercase;
  }
  
  
  @media (min-width: 992px) {
      .navbart{
          display: flex;
      }
      .footer .footer-top {
          padding-top: 3rem;
          padding-bottom: 2rem;
      }
  }
  
  .footer .footer-border-top {
      border-top: 1px solid rgba(255, 255, 255, 0.1);
  }
  .container.text-center{
      color: rgb(63, 15, 15);
  }
  .footer .footer-border-top.dark {
      border-top: 1px solid rgba(16, 16, 16, 0.1);
  }
  
  .footer .footer-border-bottom {
      border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  
  .footer .footer-border-bottom.dark {
      border-bottom: 1px solid rgba(16, 16, 16, 0.1);
  }
  
  .bg-dark-gradient {
      background: linear-gradient( 180deg, black 50%, black 100%) repeat-x !important;
  }
  
  .white-link a {
      color: rgba(255, 255, 255, 0.65);
  }
  
  a {
      text-decoration: none
  }
  
  .avatar-lg img {
     width:90px;
     height:90px;
  }
  

  .how-section1{
  margin-top:-15%;
  padding: 10%;
}
.how-section1 h4{
  background: linear-gradient(to right,rgb(32, 32, 114) , #3a6380);
          -webkit-background-clip: text;
          -webkit-text-fill-color: transparent;
          background-clip: text;
            color: var(--bs-secondary-color) !important;
  font-weight: bold;
  font-size: 30px;
}
.how-section1 .subheading{
  color: #3931af;
  font-size: 20px;
}
.how-section1 .row
{
  margin-top: 10%;
}
.how-img 
{
  text-align: center;
}
.how-img img{
  width: 40%;

}

/* Animated heading border */
@keyframes primary-short {
  0% {
    width: 15%; }
  50% {
    width: 90%; }
  100% {
    width: 10%; } }

@keyframes primary-long {
  0% {
    width: 80%; }
  50% {
    width: 0%; }
  100% {
    width: 80%; } } 






    .img-fluid.title{
      max-width: 100%;
      height: 500px;
      width: 400px;
  }
  .img-fluid{
     
        border-top-right-radius: 15px;
        border-bottom-left-radius: 15px;
 
     
  }

  .m-0.footer-end-text{
      color: white;
  }


  
/* style start for animation in footer
*/

.animate-border {
  position: relative;
  display: block;
  width: 115px;
  height: 3px;
  background:black; 
 margin-top: 5px;}
  

 .animate-border:after {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  border-left: 10px solid #fff;
  border-right: 10px solid #fff;
  -webkit-animation: animborder 2s linear infinite;
  animation: animborder 2s linear infinite; }

 @-webkit-keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

 @keyframes animborder {
  0% {
    -webkit-transform: translateX(0px);
    transform: translateX(0px); }
  100% {
    -webkit-transform: translateX(113px);
    transform: translateX(113px); } }

 .animate-border.border-white:after {
   border-color: #fff; }

 .animate-border.border-yellow:after {
  border-color: #F5B02E; }

 .animate-border.border-orange:after {
  border-right-color: #007bff;
  border-left-color: #007bff; }

 .animate-border.border-ash:after {
  border-right-color: #EEF0EF;
  border-left-color: #EEF0EF; }

 .animate-border.border-offwhite:after {
  border-right-color: #F7F9F8;
  border-left-color: #F7F9F8; }
  .form-select{
    width: 50%;  
  }
  