/*theme color
danger :#ffb636;
danger-light : #ffb636;
primary : #232323;
primary-light: #ffb636fa rgba(244,229,172,1);
developed by abdul raza  abdul.bootstrapfriendly.com
*/


body {
  color: #555555;
}
html{
  scroll-behavior: smooth;
}

/*go top arrow*/

/*top scroll button strat*/
#go_top{
   position: fixed;
    right: 20px;
    bottom: 40px;
    cursor: pointer;
    display: none;
    background: #ffb636;
    padding: 13px 10px 8px 10px;
    /* box-shadow: 0px 0px 2px 0px rgba(0,0,0,.3); */
    /* clip-path: polygon(15% 0, 86% 0, 100% 14%, 100% 85%, 86% 100%, 14% 100%, 0 86%, 0 14%); */
    z-index: 9999;
    border-radius: 50%;}

#go_top img:hover{
    
}
/*top scroll button End*/


.arrow:before{
  position: absolute;
  left: 50%;
  }

.arrow{
  position: relative;
  width: 20px;
  height: 20px;
  top: 50%;
  margin: 0px 0 0 0px;
  -webkit-transform: rotate(-135deg);
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
}
  
.arrow:before{
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px #fff solid;
  border-bottom: 2px #fff solid;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: arrow;
  }
@keyframes arrow{
  0%{
    opacity: 0;
    transform: translate(-5px, -5px);
  }
  100%{
    opacity: 1;
    transform: translate(5px, 5px);
  }
}
/*go top arrow end*/
.owl-carousel .owl-stage-outer{
  margin-top: 28px;
}

#job_serch{
  display: block;
  width:1px;
  background:transparent;
  margin-top: -230px;
}

/*------/ Bg Image /------*/

.bg-image {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
}
/*------/ Display Table & Table Cell /------*/

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
}

/*------/ Owl carousel /------*/

.owl-theme .owl-dots {
  text-align: center;
  margin-top: 18px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 5px;
  background: #ffb636;
  border: 0px solid #ffb636;
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%; 
}

.owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #ffb636;
/*  border: 5px double;*/
  padding:5px; 
  border-radius: 50%; 
  /*outline-style: solid;
  outline-color: #ffb636;
  outline-width:  1px;
  outline-offset:2px; */
}

.owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: #ffb636;
  /* border: 5px double;*/
  opacity:0.4;
  padding:5px; 
  border-radius: 50%; 
  /*outline-style: solid;
  outline-color: #ffb636;
  outline-width: 1px;
  outline-offset:2px; */
}


/*intro*/
.intro  .owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 5px;
    background: #ababab;
    border: 0px solid #ffb636;
    display: block;
    transition: all 0.6s ease-in-out;
    cursor: pointer;
    border-radius: 0px;
    border-radius: 50%;
}

.intro  .owl-theme .owl-dots .owl-dot:hover span {
  color: #fff;
  background: #ffb636;
/*  border: 5px double;*/
  padding:5px;
  outline: none;  
  /*outline-style: solid;
  outline-color: #ffb636;
  outline-width:  1px;
  outline-offset:2px;*/ 
}

.intro  .owl-theme .owl-dots .owl-dot.active span {
  color: #fff;
  background: #ffb636;
 /* border: 5px double;*/
  padding:5px; 
  outline: none; 
 /* outline-style: solid;
  outline-color: #ffb636;
  outline-width: 1px;
  outline-offset:2px; */

}


.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 120px;
    right: 50px;
}
.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    /* padding: 6px 15px 6px 15px !important; */
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 24px;
    text-align: center;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
    width: 40px;
    height: 40px;
}
.owl-carousel .owl-nav button.owl-next:hover {
    background:#ffb636;
    color: #fff;
}
.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  left: -50px;
  /* padding: 6px 15px 6px 15px !important; */
  background: rgb(255, 255, 255);
  display: inline-block;
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  line-height: 35px;
  color: #e0571d;
  box-shadow: 0 2px 22px 0 rgb(0 0 0 / 10%);
  width: 40px;
  height: 40px;
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background:#ffb636;
    color: #fff;
}

.owl-arrow .owl-nav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.8rem;
}

.owl-arrow .owl-nav .owl-prev,
.owl-arrow .owl-nav .owl-next {
  display: inline-block;
  transition: all 0.6s ease-in-out;
  color: #000000;
}

.owl-arrow .owl-nav .owl-prev.disabled,
.owl-arrow .owl-nav .owl-next.disabled {
  transition: all 0.6s ease-in-out;
  color: #adadad;
}

/*======================================
//--//-->   INTRO
======================================*/

.intro {
  /*height: 100vh;*/
  position: relative;
  color: #ffffff;
}
.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

/*.intro .owl-theme .owl-dots {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}

.intro .owl-theme .owl-dots .owl-dot span {
  background: #ffffff;
  border: 0px solid #ffffff;
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #ffb636;
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: #ffb636;
}*/



.intro .intro-item {
    padding-top: 20px;
}

.intro .carousel-item-a {
  position: relative;
  height: auto;
}


.not_home .intro .carousel-item-a{
  max-height:420px;
}

.intro .carousel-item-a.bg-image {
  background-attachment: scroll;
}

.intro .intro-content {
  position: absolute;
}

.intro .intro-body {
  padding-left: 1rem;
}

.intro .intro-title {
  transition-duration: 9s !important;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.8rem;
  /*text-transform: uppercase;*/
}

/*.intro .intro-title span{
   font-weight: 300!important;
  font-size: 3.8rem;
}*/

.intro .intro-subtitle {
  font-size: 1.5rem;
  font-weight: 300;
}

.intro .intro-subtitle.intro-price {
  padding-top: 1rem;
  font-size: 1.2rem;
}


.intro .owl-carousel .owl-item img{

}
/*======================================
//--//-->   FORM INPUT
======================================*/

.form-a label {
  color: #000000;
  position: relative;
}

.form-a select.form-control-lg:not([size]):not([multiple]) {
  height: 3.5rem;
}

.form-a .form-control {
  border-radius: 0;
  font-size: 1.1rem;
  font-weight: 300;
}

.form-a .form-control.form-control-a {
  height: 3.5rem;
}

.form-a .form-control:focus {
  box-shadow: none;
  border-color: #081e5b;
}

/*======================================
//--//-->   BUTTON
======================================*/

.btn.btn-b {
  border-radius: 0;
  padding: .7rem 2.2rem;
  letter-spacing: .05rem;
  border-radius: 4px;
}



.btn.btn-b {
  background-color: #081e5b;
  color: #fff;
}

.btn.btn-b:hover {
  background-color: #000000;
  color: #ffffff;
}



@media (min-width: 576px) {
  .intro .intro-title {
    font-size: 2rem;
  }

  .intro .intro-subtitle.intro-price {
    font-size: 1.3rem;
  }

  
}

@media (min-width: 768px) {
 
  .intro .owl-theme .owl-dots {
    right: 20px;
  }

  .intro .intro-body {
    padding-left: 0rem;
  }
}

@media (min-width: 992px) {
  .intro .intro-title {
    font-size: 3rem;
    line-height: 1.2;
    text-shadow: 2px 2px 2px rgba(244,229,172,1)!important;
  }
  .intro .owl-theme .owl-dots {
    right: 150px;
  }
  .intro .intro-body {
    padding-left: 2rem;
  }
}





.ab_devider_outer{
  display: block;
 width:100%;
 height: 2px;
 background-color:rgba(122,122,122,0.08);
}
.ab_devider{
  display: block;
 width:20%;
 height: 2px;
 background-color: #ffb636;
}

.ftr_nav_outer{
  margin:0px;
  padding-left:17px;
  /*margin-top: 20px;*/
}
.ftr_nav_outer li{
 list-style-type: none;
 position: relative;

}
.ftr_nav_outer li a{
color:#171717;
text-decoration: none;
font-weight:550;
}


.ftr_nav_outer li a:hover{
color:#f1a817!important;
}



.eml_field{
  width:100%;
  outline:none;
  border:none;
  border-bottom:2px solid rgba(222,222,222,.6);
  background-color: transparent;
  padding:5px;
}

.eml_field:focus{
  width:100%;
  outline:none;
  border:none;
  border-bottom:2px solid #f1a817;
  background-color: transparent;
  padding:5px;
}

/* footer social icons */
ul.social-network {
  list-style: none;
  display: inline;
  margin-left:0 !important;
  padding: 0;
}
ul.social-network li {
  display: inline;
  margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
  background-color: #ffb636;
}
.social-network a.icoFacebook:hover {
  background-color:#ffb636;
}
.social-network a.icoTwitter:hover {
  background-color:#ffb636;
}
.social-network a.icoGoogle:hover {
  background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
  background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
  background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
  color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
  color:#44BCDD;
}


.social-circle li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  -moz-border-radius:50%;
  -webkit-border-radius:50%;
  border-radius:50%;
  text-align:center;
  width: 40px;
  height: 40px;
  font-size:20px;
  background-color: #ededed;
  color:#171717;
}
.social-circle li a i {
  margin:0;
  line-height:40px;
  text-align: center;
  
}

.social-circle li a:hover i, .triggeredHover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 3;
       
}
.social-circle i {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
}                              
/*main footer end*/   


/*image hover effect*/
/*********************** Demo - 17 *******************/
.box17 {
    position: relative;
    overflow: hidden;
}
.box17:after {
    content: "";
    border-radius: 4px;
    width: 100%;
    height: 100%;
    background: rgba(232, 72, 78, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.5s ease 0s;
}
.box17:hover:after {
    opacity: 1;
}
.box17 img {
    width: 100%;
    height: auto;
    transition: all 2.5s ease 0s;
    border-radius: 4px;
}
.box17 .box-content,
.box17 .icon li a {
    position: absolute;
    transition: all 0.6s ease 0s;
}
.box17:hover img {
    transform: scale(1.3);
}
.box17 .icon {
    width: 100%;
    height: 100%;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.box17 .icon li a {
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    top: 50%;
    border: 1px solid #fff;
    opacity: 0;
}
.box17:hover .icon li a {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.box17 .icon li a:hover {
    background: #fff;
    color: #02a2dd;
}
.box17 .icon li:first-child a {
    left: -90%;
    right: 0;
}
.box17:hover .icon li:first-child a {
    left: -55px;
}
.box17 .icon li:last-child a {
    right: -90%;
    left: 0;
}
.box17:hover .icon li:last-child a {
    right: -55px;
}
.box17 .box-content {
    width: 100%;
    padding: 15px  0px 20px 0;
    background: rgba(0, 0, 0, 0.1);
    bottom: -75px;
    left: 0;
    z-index: 1;
}
.box17:hover .box-content {
    bottom: 0;
}
.box17 .title {
    font-size: 18px;
    /* font-weight: 700; */
    color: #fff;
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
    background: transparent;
    padding-left: 4px;
    padding-right: 4px;
}
.box17 .post {
    display: block;
    font-size: 14px;
    color: #fff;
}


/*box  15 */
.box15 {
    position: relative;
}
.box15 img {
    width: 100%;
    height: auto;
}
.box15 .box-content {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.box15:hover .box-content {
    background-color: rgba(255, 0, 0, 0.4);
}
.box15 .box-content:after,
.box15 .box-content:before {
    content: "";
    width: 60px;
    height: 60px;
    position: absolute;
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box15 .box-content:before {
    border-left: 2px solid #ffffff;
    border-top: 2px solid #ffffff;
    top: 30px;
    left: 30px;
}
.box15 .box-content:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    bottom: 30px;
    right: 30px;
}
.box15:hover .box-content:after,
.box15:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
}
.box15 .title {
    font-size: 22px;
    color: #000;
    margin: 0;
    position: relative;
    top: 0;
    opacity: 0;
    transition: all 1s ease 10ms;
}
.box15:hover .title {
    top: 39%;
    opacity: 1;
    transition: all 0.3s cubic-bezier(1, -0.53, 0.405, 1.425) 10ms;
}
.box15 .title:after {
    content: "";
    width: 0;
    height: 1px;
    background: #040404;
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: all 1s ease 0s;
}
.box15:hover .title:after {
    width: 80%;
    transition: all 1s ease 0.8s;
}
.box15 .icon {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    opacity: 0;
    transition-duration: 0.6s;
    transition-timing-function: cubic-bezier(1, -0.53, 0.405, 1.425);
    transition-delay: 0.1s;
}
.box15:hover .icon {
    bottom: 39%;
    opacity: 1;
}
.box15 .icon li {
    display: inline-block;
}
.box15 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 18px;
    color: #000;
    border: 1px solid #000;
    margin-right: 5px;
    transition: all 0.3s ease-in-out 0s;
}
.box15 .icon li a:hover {
    background: #000;
    color: #fff;
}
@media only screen and (max-width: 990px) {
    .box15 {
        margin-bottom: 30px;
    }
}





/* Circle */
.hover15 {
    position: relative;
    width: 100%;
    height: auto;
    padding: 0px !important;
    overflow: hidden;
}
.hover15::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(244,229,172,.4);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.hover15:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

/*next button */
#our_clients{
   /* overflow: hidden;*/
  
    background: linear-gradient(rgba(244, 229, 172, 0), rgba(244, 229, 172, 0)), url(../images/bg22.png); 
   
    background-position:right top;
    background-repeat: no-repeat;
   /* position: relative;*/
}
#our_clients .product-grid3{
  border:none;
}

#our_clients2{
  /*overflow: hidden;*/
    background: linear-gradient(rgba(244, 229, 172, 0.09), rgba(244, 229, 172, 0.1)), 
    url(../images/bg19.png);
    background-position: right bottom;
    background-repeat: no-repeat;
   /* position: relative;*/
}

#our_clients  .owl-nav .owl-next {
    position: absolute;
    right: -45px;
    top: 37%!important;
     transform: translateY(-50%);
    /*transform: translateY(-50%);*/
    background: #ffb636 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 20px !important;
    opacity: 1;
    padding:10px 12px !important;

}
#our_clients  .owl-nav .owl-next span{
  font-size: 14px ;
  letter-spacing: 5px;
   display: inline-block;
    margin-right:   5px;
}


#our_clients  .owl-nav .owl-prev {
    position: absolute;
    top: 37%!important;
    left: -45px;
    transform: translateY(-50%);
    background: #ffb636 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff !important;
    display: inline-block;
    font-size: 20px !important;
    opacity: 1;
    padding:10px 12px !important;
}

#our_clients  .owl-nav .owl-prev span{
   font-size: 14px ;
   letter-spacing: 5px;
   margin-left:   10px;
}

/*our clients end*/
/*group companies start*/
/*#product_range  .owl-theme .owl-dots .owl-dot span {
    background: #000000;
    border: 0px solid #000000;
}

*/
#product_sec{
  width: 100%;
  height: auto;
  position: relative;
}


#product_range  .product-grid3 {
    border:none;
}

/*group companies end*/


/*stylish button*/

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: 0 0;
    display: inline-block;
    color: #fff;
    /*height: 50px;*/
    min-width: 170px;
    padding: 15px 20px;
    text-align: center;
    line-height: .9;
    margin-bottom: 15px;
}



.ind_btn span {
    position: relative;
    z-index: 4;
}
.ind_btn:before {
    width: 100%;
    height: 100%;
    background: #ffb636;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ffb636 !important;
}

.ind_btn:after {
    width: 100%;
    height: 100%;
    background: #ffb636;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ffb636 !important;
}

.ind_btn:hover {
    color: #ffb636;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}



.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}


/*stylish button end*/


/*social stylish button*/
.social-network_ftr li {
  display:inline-block;
  list-style-type: none;
  margin:6px;
}
.social-network_ftr li a {
  display:inline-block;
  position:relative;
  margin:0 auto 0 auto;
  border-radius:50%;
  text-align:center;
  width: 45px;
  height: 45px;
  font-size:20px;
  background-color: #ededed;
  color:#171717;
 /* position: absolute;
  z-index: 99;*/
}
.social-network_ftr li a i {
  margin:0;
  line-height:45px;
  text-align: center;
   position: absolute;
  z-index: 99;
  top:50%;
  left: 50%;
  transform: translate(-50%,-50%);

  
}
.social-network_ftr .ind_btn {
    position: relative;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: 0 0;
    display: inline-block;
    color: #fff;
    /*height: 50px;*/
    min-width: 40px;
    padding: 0px;
    text-align: center!important;
    line-height: .9em;
    margin-bottom: 6px;
}
.social-network_ftr .ind_btn :hover {
    color: #ffb636 !important;
}
.social-network_ftr  .ind_btn:before {
    width: 100%;
    height: 100%;
    background: #ffb636;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ffb636 !important;
    border-radius: 50%;
}

.social-network_ftr  .ind_btn:after {
    width: 100%;
    height: 100%;
    background: #ffb636;
    content: '';
    position: absolute;
    left: 4px;
    top:4px;
    z-index: 1;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ffb636 !important;
     border-radius: 50%;
}

.social-network_ftr  .ind_btn:hover:before {
    left: 3px;
    top: 3px;
}

.social-network_ftr  .ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}

/*read more text*/      
  .morecontent span {
      display: none;
  }
  .morelink{
      display: inline-block;
  }
/*read more text End*/

/*prealoader*/
#preloader{
  width: 100%;
  height:100vh;
  position: fixed;
  background-color: rgba(255,255,255,1);
  z-index: 99999999999;
}
.loader,.loader:before,.loader:after{
  box-sizing: border-box;
  flex-grow: 0;
  flex-shrink: 0;
}

@keyframes rect-rotate {
  0% {
    transform: rotate(0); 
  }
  50%, 100% {
    transform: rotate(360deg); 
  } 
}

@keyframes fill-rect {
  0%, 50% {
    height: 0px; 
  }
  100% {
    height: inherit; 
  } 
}

.loader.box-rotation {
  transform-origin: center center;
  color: #ffb636;
  width: 70px;
  height: 70px;
  border: 3px solid;
  display: inline-block;
  animation: rect-rotate 2s  linear infinite; 
}
.loader_inn{
  width: 160px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;


  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);

}
.loader_text{
margin-top: 20px;
}

.loader.box-rotation::after {
  content: "";
  width: 100%;
  height:100%;
  display: block;
  background: #ffb636;
  opacity: 0.5;
  animation: fill-rect 2s linear infinite; 
}
/** preloader end */

/*why choose suntek start*/
#why_choose {
    
    background: linear-gradient(rgba(255,255,255,0),
      rgba(255,255,255,0)), url(../images/bg21.png);
    background-position: right top;
    background-repeat: no-repeat;
    /*background-size: contain;*/
}
#why_choose2 {
    
   /*background: linear-gradient(rgba(244, 229, 172, 0), rgba(244, 229, 172, 0)), url(../images/divider.png);*/
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: contain;
}

#why_choose .ind_btn:before {
    background: #ffb636;
}

#why_choose   .ind_btn:after {
    background: #fff;
}
#why_choose .owl-theme .owl-dots .owl-dot.active span {
    background-color: #ffb636;
   /* width: 35px;*/
}
#why_choose .owl-theme .owl-dots .owl-dot:hover span {
    background-color: #ffb636;
}

.services-wrapper {
    position: relative;
    z-index: 999;
    overflow: hidden;
}
.main-services {
    position: relative;
    margin: 30px 0px 40px 0px;
    padding: 40px 15px 32px 15px;
    overflow: hidden;
    text-align: center;
    /*border: 1px solid #e5efff;*/
   
    border-radius: 8px 8px;
    /*box-shadow: 12px 14px 0 #ececec;*/
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    transition: all 1s;
    min-height:433px;
}
.main-services:hover {
    /*border: 1px solid #89c7f7;*/
    transform: scale(1.025);
    transition: all 1s;
}

.services-wrapper::before {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 225px;
    left: 0;
    margin-left: -412px;
    top: 0;
    margin-top: 5px;
    z-index: -1;
}

.services-wrapper::after {
    background-image: radial-gradient(#e2ecf9 15%,transparent 25%);
    background-size: 20px 20px;
    position: absolute;
    content: "";
    width: 800px;
    height: 225px;
    left: 50%;
    margin-left: 195px;
    bottom: 0;
    margin-bottom: -15px;
    z-index: -1;
}

/*why choose suntek End*/



/*about company tab start*/

/*svg styling*/

 #hero {
  width: 100%;
  background: url("../img/hero-bg.jpg");
  position: relative;
  padding:0;
  overflow: hidden;
}

#hero:before {
  content: "";
  background: rgba(2, 5, 161, 0.91);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero .animated {
  animation: up-down 2s ease-in-out infinite alternate-reverse both;
}

.hero-waves {
  display: block;
    width: 100%;
    height: 90px;
    z-index: 5;
    position: absolute;
    bottom: 0px;
    left: 0px;
}

.wave1 use {
  -webkit-animation: move-forever1 10s linear infinite;
  animation: move-forever1 10s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave2 use {
  -webkit-animation: move-forever2 8s linear infinite;
  animation: move-forever2 8s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

.wave3 use {
  -webkit-animation: move-forever3 6s linear infinite;
  animation: move-forever3 6s linear infinite;
  -webkit-animation-delay: -2s;
  animation-delay: -2s;
}

@-webkit-keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@keyframes move-forever1 {
  0% {
    transform: translate(85px, 0%);
  }
  100% {
    transform: translate(-90px, 0%);
  }
}

@-webkit-keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever2 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@-webkit-keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
}

@keyframes move-forever3 {
  0% {
    transform: translate(-90px, 0%);
  }
  100% {
    transform: translate(85px, 0%);
  }
} 

/*manin intro*/
#main_intro{
   /* overflow: hidden;*/
    
    position: relative;
   /* background-size: contain;*/
   
}

#main_intro .content{
      /*border-left: 2px solid #ffb636;*/
      transition: all .3s;
}
#main_intro .content img:hover #main_intro .content{
    box-shadow: none;
}


#main_intro .content:hover{
    transform: translateY(-10px);

}


#main_intro h3{
  color: #232323;
  margin-top: 20px;
  text-transform: capitalize;
}

.icon_right_txt{
   
}

.with-arrow .nav-link.active {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #ffb636;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color:#ffb636;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
  color:#ffb636;
}

.lined .nav-link.active {
  background: none;
  color: #555;
  border-color: #ffb636;
}

/*about company tab End*/

/*industries start*/

#industries{
    overflow: hidden;
 
}



#industries .product-grid3{
  border:none;
}
.clients-carousel .product-grid3{
  box-shadow: none;
}

#industries h2{
  color: #565656;
}

/*industries end*/



/*testimonials start*/
#testimonials1{
  overflow: hidden;
}
.carousel {
    margin: 0 auto;
    padding: 0 70px;
}
#testimonials1 .item {
    color: #999;
    overflow: hidden;
    min-height: 120px;
    font-size: 13px;
}
#testimonials1 .media {
    position: relative;
    padding: 0 0 0 20px;
}
#testimonials1 .media img {
    width: 75px;
    height: 75px;
    display: block;
    border-radius: 50%;
}
#testimonials1 .testimonial-wrapper {
    padding: 0 10px;
}
#testimonials1 .testimonial {
    color: #808080;
    position: relative;
    padding: 15px;
    background: #f1f1f1;
    /*border: 1px solid #efefef;*/
    border-radius: 3px;
    margin-bottom: 15px;
}
#testimonials1 .testimonial::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #f1f1f1;
    border: 1px solid #efefef;
    border-width: 0 0 1px 1px;
    position: absolute;
    bottom: -8px;
    left: 46px;
    transform: rotateZ(-46deg);
}
#testimonials1 .star-rating li {
    padding: 0 2px;
}
#testimonials1 .star-rating i {
    font-size: 16px;
    color: #ffdc12;
}
#testimonials1 .overview {
    padding: 3px 0 0 15px;
}
#testimonials1 .overview .details {
    padding: 5px 0 8px;
}
#testimonials1 .overview b {
    text-transform: capitalize;
    /*color: #1abc9c;*/
}

#testimonials1 .testimonial{
    position: relative;
}
#testimonials1 .testimonial::before {
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    content: " ";
    display: block;
    position: absolute;
    border-style: solid;
    border-width: 20px 20px 0 0;
    border-color: #ffb636 #fff transparent transparent;
}


#testimonials1 .product-grid3{
  background:#fff;
}
/*testimonials end*/  


/* Shikoba */


.color_break{
  background-color: #ffb963;
  background: linear-gradient(rgba(0,0,0,0.2),
      rgba(0,0,0,0.2)), 
    url(../images/suntek_002.jpg);
  background-size: cover;
  background-size: center;
  color: #fff;
}

.color_break .cta_l{
 /* background: linear-gradient(rgba(255,135,79,0),rgba(255,135,79,0)), url(../images/suntek_002.png);
  background-size: contain;
  background-position: 0 0;
  background-repeat: no-repeat;*/
  color: #fff;
  padding: 20px;
  position: relative;
  
}


.color_break .img_back{
  position: absolute;
  top: 0px;
  left: 0px; 
  right: 0px;
  bottom: 0px;
}

.color_break .img_up{
  position: absolute;
  top: 0px;
  left: 0px; 
  right: 0px;

  padding:110px 50px 50px 50px;

}






.color_break p{
    font-size:24px;
    letter-spacing: 1.3px;
    line-height: 32px;
}




/*.cta_l{
  background: rgba(0,0,0,.5);
  padding: 20px;
  border-radius: 40px 0px 0px 0px;
}

.cta_r{
  background: rgba(0,0,0,.5);
  padding: 20px;
  border-radius: 0px 0px 40px 0px;
}*/


.clients-carousel .product-grid3{
  background: transparent;
  border:none !important;
}


#partners1 .owl-carousel .owl-stage-outer {
    position: relative;
    /*  overflow-x: auto;
    overflow-y: hidden; */
    overflow:visible;
    -webkit-transform: translate3d(0,0,0);
}
#partners1 .owl-carousel.owl-drag .owl-item {
    opacity: 0.05;
}
#partners1 .owl-carousel.owl-drag .owl-item.active {
    opacity: 1;
}


#main_banner{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

#main_banner img{
  width:100%;
  height: 550px;
  object-fit: cover;
  object-position: center;
}

#banner_abs {
    background: linear-gradient(rgba(255,255,255,0),rgba(255,255,255,0)), url(../images/banner/suntek_banner_018.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner_common {
    width: 100%;
    overflow: hidden;
    color: #fff;
}


/* infrastructure */
/*----------------------------------------*/

.about-img{
    position: relative; 
    z-index: 1;
    margin-right: -30px;
    padding: 0 20px;
}
.about-img:after{
    position: absolute;
    border: 10px solid #EBEBEB;
    left: 0;
    bottom: -5px;
    width: 100%;
    content: "";
    height: 88%;
    z-index: -1;
}


.product-grid3{
  box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}                           


     /*********************** Demo - 14 *******************/
.box14 {
    position: relative
    

}

.box15,
.box17,
.box18 {
    /*box-shadow: 0 0 5px #7e7d7d; */
    text-align: center;
    border-radius: 5px;
        border-radius: 50%;
}

.box14:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .35s ease 0s
}

.box14:hover:before {
    opacity: 1;
}

.box14:hover .box-content {
    background: rgba(255, 255, 255, .25);
}

.box14 img {
    width: 100%;
    height: auto
}

.box14 .box-content {
    width: 90%;
    height: 90%;
    position: absolute;
    top: 5%;
    left: 5%;
     
}

.box14 .box-content:after,
.box14 .box-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    transition: all .7s ease 0s
}

.box14 .box-content:before {
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    border-top: 1px solid rgba(255, 255, 255, .5);
    transform: scale(0, 1);
    transform-origin: 0 0 0
}

.box14 .box-content:after {
    border-left: 1px solid rgba(255, 255, 255, .5);
    border-right: 1px solid rgba(255, 255, 255, .5);
    transform: scale(1, 0);
    transform-origin: 100% 0 0
}

.box14:hover .box-content:after,
.box14:hover .box-content:before {
    opacity: 1;
    transform: scale(1);
    transition-delay: .15s
}

.box14 .title {
    font-size: 21px;
    font-weight: 700;
    color: #fff;
    margin: 15px 0;
    opacity: 0;
    transform: translate3d(0, -50px, 0);
    transition: transform .5s ease 0s
}

.box14:hover .title {
    opacity: 1;
    transform: translate3d(0, 0, 0)
}

.box14 .post {
    font-size: 14px;
    color: #fff;
    padding: 10px;
    background: #d79719;
    opacity: 0;
    border-radius: 0 19px;
    transform: translate3d(0, -50px, 0);
    transition: all .7s ease 0s
}

.box14 .icon,
.box15 .icon {
    padding: 0;
    list-style: none
}

.box14:hover .post {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition-delay: .15s
}

.box14 .icon {
    width: 100%;
    margin: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .7s ease 0s
}

.box14:hover .icon {
    bottom: 20px;
    opacity: 1;
    transition-delay: .15s
}

.box14 .icon li a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #fff;
    border-radius: 0 16px;
    font-size: 14px;
    color: #fff;
    margin-right: 5px;
    transition: all .4s ease 0s
}

.box14 .icon li a:hover {
    background: #d79719;
    border-color: #d79719
}

@media only screen and (max-width:990px) {
    .box14 {
        margin-bottom: 30px
    }
}

#infrastructure_more_img{
  width: 100%;
  overflow: hidden;
}



/* stylish scroll bar */
/* Customize website's scrollbar like Mac OS
Not supports in Firefox and IE */

/* total width */
.scrollbar::-webkit-scrollbar {
    background-color:#fff;
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:#fff;
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:#ffb636;
    border-radius:16px;
    border:5px solid #fff;
}
/*.scrollbar::-webkit-scrollbar-thumb:hover {
    background-color:#a0a0a5;
    border:4px solid #f4f4f4
}*/

/* set button(top and bottom of the scrollbar) */
.scrollbar::-webkit-scrollbar-button {display:none}

/* div box */

.scrollbar {
    height:400px;
    width: 100%;
    background: #fff;
    overflow-y: scroll;
    box-shadow: 0px 1px 2px 1px rgba(154, 154, 204, 0.22);
}
.scrollbar_cont{
  padding: 30px;
}

/* contact */
/*----------------------------------------*/ 
/*  16. Contact CSS
/*----------------------------------------*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
  padding-bottom: 30px;
}

.contact .info-box {
  color: #444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding:26px 0 26px 0;
  /*margin-bottom: 30px;*/
}

.contact .info-box i {
  font-size: 30px;
    color: #ffb636;
    border-radius: 100%;
    padding: 5px;
    border: 2px dotted #ffb636;
    width: 50px;
    height: 50px;
    line-height: 38px;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #666;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
  margin-bottom: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #68A4C4;
}

.contact .php-email-form input {
  padding: 12px 10px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

/*.contact .php-email-form button[type="submit"] {
  background: #68A4C4;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}*/

/*.contact .php-email-form button[type="submit"]:hover {
  background: #8dbad2;
}*/

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

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

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
  padding: 0;
  margin-bottom: -6px;
}

.map iframe {
  width: 100%;
  height: 380px;
}



/*register product*/

   #register_product .bt6:after {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent #ffb636 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }

    #register_product .bt6:before {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 0 0 0;
    border-color: transparent transparent transparent #ffb636;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s; }

  #register_product .bt6:hover:before {
    border-width: 100px 0 0 100px; }
  #register_product .bt6:hover:after {
    border-width: 0 100px 100px 0; }

  #register_product .price-box {
    box-sizing: border-box;
    background: white;
    padding: 20px 0px;
    border-radius: 40px 0px 40px 0px;
    border-right: 2px solid #ffb636;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    border-left: 2px solid #ffb636;
    margin-bottom: 20px;
    transition: .3s ease;
    -webkit-transition: .3s ease; 
    overflow: hidden !important;
  }



  
  #register_product .price-box:hover {
    transform: translateY(-5px); }

    #register_product .bt6{
    overflow: hidden; 
  }

.p_title{
  font-size: 22px;
  line-height: 26px;

}

/*just arrived*/
#just_arrived{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}
#just_arrived .content{
      border-left: 2px solid #ffb636;
}
#just_arrived h3{
 text-transform: capitalize;
 margin-top: 20px;
}


/*whychoose blackcat*/
#whychoose{
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

 /*next to img*/
.nexto_img{
  width: 100%;
  height: auto;
  padding-left: 35px;
  padding-right: 35px;
}

@media only screen and (max-width: 992px)
{
  .nexto_img{
  width: 100%;
  height: auto;
  padding-left: 0px;
  padding-right:0px;
}
}
/*next to lefyt image*/
.nexto_img_l{
  position: relative;
  transition: .3s;
}

.nexto_img_l::before{
 content: "";
    position: absolute;
    background: #f1f1f1;
    height: 100%;
    width: 100%;
    left: -16px;
    z-index: -1;
    top: -16px;
    border-radius: 4px;
    transition: .3s;
}

 .nexto_img_l:hover::before{
    background: #ffb636;
    left: -8px;
    top: -8px;
    
}



.nexto_img_l img{
    border-radius: 4px;
}


/*next to right image*/
.nexto_img_r{
  position: relative;
  transition: .3s;
}

.nexto_img_r::before{
    content: "";
    position: absolute;
    background: #f1f1f1;
    height: 100%;
    width: 100%;
    right: -16px;
    z-index: -1;
    top: -16px;
    border-radius: 4px;
    transition: .3s;
}

 .nexto_img_r:hover::before{
    background: #ffb636 ;
    right: -8px;
    top: -8px;
    
}

.nexto_img_r img{
    border-radius: 4px;
} 


/*ul li style*/
.nexto_img ul li{
  position: relative;
  list-style-type: none;
}
.nexto_img ul li:before, .nexto_img ul li:before {
    content: '';
    width: 10px;
    height: 10PX;
    border-radius: 50%;
    background-color: #601bda;
    position: absolute;
    left: -25px;
    top: 8px;
}

/* about us  */

#about_sec .bt6{
      transform: translateY(-5px);
      position: relative;
      overflow: hidden;
      box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
      transition: all .5s;
}


#about_sec .bt6:before {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
    border-width: 100px 0 0 100px; 
    border-color: transparent transparent transparent #ffb636;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}


#about_sec .bt6:after {
    content: '';
    width: 0;
    z-index: -1;
    height: 0;
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    border-style: solid;
   border-width: 0 100px 100px 0;
    border-color: transparent #ffb636 transparent transparent;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
}

#about_sec .bt6:hover:before {
    border-width: 100px 0 0 100px; }
#about_sec .bt6:hover:after {
    border-width: 0 100px 100px 0; }

#about_sec .bt6:hover {
    transform: translateY(-15px);
}


/*about us page*/
#happy_driving{
     background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0)), url(../images/banner/blackcat_banner_004.jpg);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    background-attachment: fixed;
}
.bg_col_l{
  background:rgba(0,0,0,.5);
  padding:30px;
  border-radius: 4px;
  border-top:2px solid  #ffb636;
}

.bg_col_l h2, .bg_col_l h3, .bg_col_l p{
    color:#bfbfbf;
}


/*from_blog_sec section*/
#from_blog_sec {
    position: relative;
    width:100%;
    height: auto;
}


.icon_boxes_con.style1 .ser-box-link{
    left: 50%;
    transform: translateX(-50%);
 }

.service_box {
    position: relative;
    z-index: 1;
}

.icon_boxes_con.style1:not(.img_icon_box) .icon {
    height: 78px;
    position: absolute;
    top: -36px;
    width: 78px;
}

.icon_boxes_con.style1  .icon i {
    background: #dc3545;
    color: #fff;
    display: block;
    font-size: 32px;
    height: 60px;
    left: 9px;
    line-height: 60px;
    position: absolute;
    text-align: center;
    top: 9px;
    width: 60px;
    z-index: 1;
}


.icon_boxes_con.style1 .service_box_con{
  position: relative;
    /*border: 1px solid #e7e7e7;*/
    padding: 15px 15px 30px;

    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
    transition: all .3s;
}

.icon_boxes_con.style1  .service_box_con img{
  border-radius: 4px;
  margin-bottom: 15px;
}

.icon_boxes_con.style1 .service_box_con:hover{
    transform: translateY(-10px);
}

.icon_boxes_con.style1  h3, .icon_boxes_con.style2 .service_box h3 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 12px;
    text-transform: uppercase;
}

.icon_boxes_con.style1  .desc, .icon_boxes_con.style2 .service_box .desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

.icon_boxes_con.style1  .ser-box-link {
    background: #fff;
    display: block;
    font-size: 0;
    height:40px;
    position: absolute;
    bottom: -20px;
    min-width:40px;
    padding:10px;
    border-radius: 20px;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #ffb636;
    transition: all .3s;

}

.icon_boxes_con.style1  .ser-box-link  span{
  margin-right:8px;
  margin-left: 4px;
  display: none;
  transition: all .3s;
}

/*.icon_boxes_con.style1 .service_box_con:hover .ser-box-link{
    border-color: #ffb636;
}*/

.icon_boxes_con.style1 .service_box_con:hover .ser-box-link span{
    display: inline-block;
}


/*banner nav*/
   .sub_nav_outer{
   position: absolute;
   bottom:150px;
   right:30px;
   background:rgba(0,0,0,.6);
   padding: 20px;
   color: #fff;
   border-radius: 4px;
   border-right:2px solid #ffb636;
   height: 95px;

    }



.sub_nav_outer ol li a{
  color: #fff;
  opacity: .7;
}

  .sub_nav_outer ol li a:hover{
    color: #ffb636;
  }
  .sub_nav_outer ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }

.sub_nav_outer ol li + li {
  padding-left: 10px;
}

.sub_nav_outer ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ccc;
  content: "/";
} 

.sub_nav_outer .cross{
  display: none;
}



/*fixed styling*/

.sub_nav_outer_blog ol li a{
  color: #fff;
  opacity: .7;
}

  .sub_nav_outer_blog ol li a:hover{
    color: #ffb636;
  }
  .sub_nav_outer_blog ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
  }

.sub_nav_outer_blog ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #ccc;
  content: "/";
} 

.sub_nav_outer_blog ol li + li {
  padding-left: 10px;
}

.fix_sub_nav{
  width: 100%;
  position: fixed;
  top:80px;
  left:50%;
  transform: translateX(-50%);
  z-index: 999;
  background: transparent;
  color: #232323 !important;
  /*height: 54px;*/
  padding: 0px;
  border-radius: 30px;
  display: flex;
  justify-content: center;
  border-right: 2px solid transparent;
  height: 2px;
}

.fix_sub_nav .sub_nav{
  width: auto;
  max-width: 100%;
  height: 54px;
  background: red;
  padding: 15px 20px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
 
}
.fix_sub_nav p{
  display: inline-block;
  float: left;
}

.fix_sub_nav ol{
  font-size:18px !important;
  float: left;
  margin-left: 8px; 
}
.fix_sub_nav ol li a{
 color: #232323;
} 

.fix_sub_nav .cross{
  /*width:30px;
  line-height: 40px;*/
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
    color: red;
    border-radius: 50%;
    padding: 4px 6px;
    margin-right: -24px;
    /* margin-top: -80px; */
    clear: both;
    /* margin-bottom: 30px; */
    position: relative;
    top: -19px;
    right: -2px;
    font-size: 14px;
    cursor: pointer;
    display: none;
}

.fix_sub_nav .sub_nav:hover .cross{
  display: inline-block;
}


.icon_boxes_con.style1  .bottom_icon{
  padding:8px;
    background: #fff;
    display: block;
    font-size: 0;
    height:80px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    width: 80px;
    border-radius: 100%;
    border: 1px solid #e7e7e7;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #ffb636;
    transform: translate(-50%, 50%);
  /*transform: translateY(50%);*/
  transition: all .3s;
  border:1px solid transparent;
}
.icon_boxes_con.style1  .bottom_icon:hover{
  border:1px solid #ffb636;
}

.icon_boxes_con.style1  .bottom_icon img{
  width: 100%;
}

.image-container
{
  width:60%;
  transition: all .5s;
}

/*blackcat_location*/
#blackcat_location .box15 img{
  transition: all .3s;
}
#blackcat_location .box15 img:hover{
  transform: translateY(-10px);
  transform: scale(1.12);
}

/*old images*/
#old_image .content img{
  transition: all .3s;
}

#old_image .content img:hover{
  transform: translateY(-10px);
  transform: scale(1.12);
}

/* {
  border: none;
  border-bottom: 3px solid transparent;
}*/
.lined .nav-link:hover{
  border-color: #2b90d9;
}
.lined .nav-link.active {
  background: none;
  color: #ffb636;
  border-color: #2b90d9;
}

 

.nav-pills .nav-link {
  color: #555;
}
.text-uppercase {
  letter-spacing: 0.1em;
}


.product-grid3 {
    text-align: center;
    position: relative;
    z-index: 1;
    background: #fff;
    color: #232323;
    padding: 15px;
    border-radius: 4px;
    border: 1px dashed#ffd08a;
}

#main_intro .product-grid3 {
    background: #fff;
    color: #232323;
    border: 0px dashed#ffd08a;
    transition: all .3s;
    border-radius: 4px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
}
#main_intro .product-grid3:hover {
    transform: translateY(-10px);
}
#main_intro .product-grid3:hover h3{
    color: #fff;
    text-shadow: none !important;
}


/*drop text styling*/
.title_backdrop_l, .title_backdrop_c, .title_backdrop_c2, .title_backdrop_ftr_l{
    position: relative;
    display: inline-block;
    }
    .title_backdrop_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:0%;
        color: var(--black);
        font-size: 120px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translateY(-50%);
    }
    .title_backdrop_l::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    } 

    .title_backdrop_c:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:50%;
        color: var(--black);
        font-size: 120px;
        line-height: 110px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translate(-50%,-50%);
    }
    .title_backdrop_c::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    } 
    .title_backdrop_c2::after {
        content:"";
        position: absolute;
        top: 50%;
        left:-50px;
        width:40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    } 

    
    .title_backdrop_ftr_l:before {
        content: attr(data-content);
        position: absolute;
        top: 50%;
        left:0%;
        color: var(--black);
        font-size: 90px;
        line-height: 60px;
        text-transform: uppercase;
        font-weight: 900;
        letter-spacing: 8px;
        z-index: 99;
        opacity: 0.04;
        transform: translateY(-50%);
    }
    .title_backdrop_ftr_l::after {
        content:"";
        position: absolute;
        top: 50%;
        right:-50px;
        width:40px;
        height: 2px;
        background: #ff5e14;
        z-index: 99;
        opacity: 0.8;
    }

/*    #main_intro{
    overflow: hidden;
    background: linear-gradient(rgba(255,255,255,.8),rgba(255,255,255,.8)), url(../images/bg6.png);
    background-position: left top;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
   
}*/
.intro_img_outer{
   position: relative;
}
.intro_back{
 position: absolute;
 top:0px;
 right:0px;
 border-radius: 4px;
}
.intro_back img{
   border-radius: 4px;
}
.intro_front{
 position: absolute;
 top:70px;
 right: -70px;
 border-radius: 4px;
}

.intro_front img{
   border-radius: 4px;
}
@media only screen and (max-width:992px) {
  .intro_front{
   position: absolute;
   top:15px;
   right: -15px;
  }
}


/*stylish button*/

.elementor-element .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}

.ind_btn {
    position: relative;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    background: 0 0;
    display: inline-block;
    color: #fff;
    /*height: 50px;*/
    min-width: 170px;
    padding: 15px 20px;
    text-align: center;
    line-height: .9;
    margin-bottom: 6px;
}



.ind_btn span {
    position: relative;
    z-index: 4;
}
.ind_btn:before {
    width: 100%;
    height: 100%;
    background: #ff5e14;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ff5e14 !important;
}

.ind_btn:after {
    width: 100%;
    height: 100%;
    background: #f4e5ac;
    content: '';
    position: absolute;
    left: 6px;
    top: 6px;
    z-index: 1;
    transition: all ease .3s;
    -moz-transition: all ease .3s;
    -webkit-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    color: #ff5e14 !important;
}

.ind_btn:hover {
    color: #ff5e14;
}
.elementor a {
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
}
a:hover, a:focus {
    text-decoration: none;
    outline: 0;
}


.ind_btn:hover:before {
    left: 6px;
    top: 6px;
}

.ind_btn:hover:after {
    left: 0;
    top: 0;
    z-index: 3;
}   


/*product detainling */
.icons_cont img{
  width:150px;
}

#product .icons_cont:hover{
   transition: all .3s;
}


.custom_list_item li{
    margin: 0;
    margin-bottom: 0.8em;
    /* padding-left: 1.5em; */
    list-style-type: none;
    border: 1px solid #ededed;
    padding: 9px;
    display: inline-block;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    min-width: 125px;
    text-align: center;
  }
.custom_list_item li:hover{
  background: #ffb636;
  color:#fff;
}

.list_item_l li:hover::after {
  position: absolute;
    content: "";
    top: 0;
    right: -36px;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #ffb636;
    border-right: 20px solid transparent;
}

.list_item_r li:hover::after {
  position: absolute;
    content: "";
    top: 0;
    left: -36px;
    width: 0;
    height: 0;
    display: inline-block;
    border-top: 20px solid #ffffff00;
    border-bottom: 20px solid #ffffff00;
    border-left: 18px solid #ffffff00;
    border-right: 20px solid #ffb636;
}

#product .icons_cont:hover{
   transform: translateY(-10px);
}

.browse_content_outer{
  position: relative;
}
#main_intro .dropdown{
 /* position: absolute;
  top: 0px;
  right: 10px;*/
  transition: all 0.3s;
}

#main_intro .dropdown .btn{
  padding: 5px 30px;
}

#main_intro .dropdown .fas{
  font-size: 24px;
    color: #ffb636;
}
#main_intro .dropdown:hover>.dropdown-menu {
  display: block;
}

#main_intro .dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}
#main_intro .dropdown-toggle::after {
    display: none;  
}


#main_intro .dropdown-menu {
    position: absolute;
    top: 70% !important;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: 1px solid #ededed;
    border-top: 2px solid #ffb636;
    border-radius: 20px;
}

#main_intro .dropdown-item {
    text-transform: uppercase;
    font-size: 14px;
    
        font-weight: 600;
}

#main_intro .dropdown-item:hover {
    color: #ffb636;
    background: #efeff6;
}



.line {
    /*background: rgba(255,255,255, 0.15);*/
    height: 2px;
    width:50%;
    margin: auto;
    display: inline-block;
    
}

.line_l{
    background: linear-gradient(to left, #fff, transparent);
    width: 135px;
    margin-right: -30px;
    height: 3px;
    /* margin-top: -10px; */
    margin-bottom: 10px;
}
.line_r{
  background: linear-gradient(to left, transparent, #fff);
  width:135px;
  margin-left: -30px;
  height: 3px;
}

.line_gradient{
  width:135px;
  margin-left: -30px;
  height: 3px;
  display: block;
  margin:0 auto 15px auto;
}
.orange{
  background: linear-gradient(to left, #F67711, #DB490F);
}
.blue {
  background: linear-gradient(to left, #00A0E3, #393185);
}

.green{
  background: linear-gradient(to left, #DBE285, #009846);
}

/*blog design*/
.blog_single {
  padding: 40px 0;
}

.blog_single .entry {
  padding: 20px;
  margin-bottom: 60px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_single .entry .entry-img {
  /*max-height: 400px;*/
  margin: -20px -20px 20px -20px;
  /*overflow: hidden;*/
  position: relative;
}

.blog_single .entry .entry-title {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog_single .entry .entry-title a {
  color: #232323;
  transition: 0.3s;
}

.blog_single .entry .entry-title a:hover {
  color: #ffb636;
}

.blog_single .entry .entry-meta {
  color: #2b99f8;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 15px;
  background: rgba(202, 55, 60, 0.33);
}

.blog_single .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.blog_single .entry .entry-meta ul li + li {
  padding-left: 20px;
}

.blog_single .entry .entry-meta i {
  font-size: 14px;
  padding-right: 4px;
}

.blog_single .entry .entry-meta a {
  color: #2b99f8;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
}

.blog_single .entry .entry-content p {
  line-height: 24px;
  font-size: 15px;
}

.blog_single .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog_single .entry .entry-content .read-more a {
  display: inline-block;
  background: #ffb636;
  color: #fff;
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog_single .entry .entry-content .read-more a:hover {
  background: #ffb636;
}

.blog_single .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog_single .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog_single .entry .entry-content blockquote p {
  color: #444444;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog_single .entry .entry-content blockquote .quote-left {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog_single .entry .entry-content blockquote .quote-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 36px;
  color: #e7e7e7;
}

.blog_single .entry .entry-content blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ffb636;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog_single .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog_single .entry .entry-footer i {
  color: #8ec8fb;
  display: inline;
}

.blog_single .entry .entry-footer a {
  color: #007bff;
  transition: 0.3s;
}

.blog_single .entry .entry-footer a:hover {
  color: #ffb636;
}

.blog_single .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog_single .entry .entry-footer .cats li {
  display: inline-block;
}

.blog_single .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog_single .entry .entry-footer .tags li {
  display: inline-block;
}

.blog_single .entry .entry-footer .tags li + li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog_single .entry .entry-footer .share {
  font-size: 16px;
}

.blog_single .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog_single .entry-single {
  margin-bottom: 30px;
}

.blog_single .entry-single .entry-title {
  font-size: 32px;
  line-height: 38px;
}

.blog_single .blog_single-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_single .blog_single-author img {
  width: 120px;
}

.blog_single .blog_single-author h4 {
  margin-left: 140px;
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
}

.blog_single .blog_single-author .social-links {
  margin: 0 0 5px 140px;
}

.blog_single .blog_single-author .social-links a {
  color: #bfe0fd;
}

.blog_single .blog_single-author p {
  margin-left: 140px;
  font-style: italic;
  color: #b7b7b7;
}


/*blog_single sidebar*/

.blog_single .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_single .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  color: #232323;
  position: relative;
}

.blog_single .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog_single .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
  border-radius: 50px;
}

.blog_single .sidebar .search-form form input[type="text"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 60px);
}

.blog_single .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 25px;
  margin: -1px;
  border-radius: 50px;
  background: #ffb636;
  color: #fff;
  transition: 0.3s;
}

.blog_single .sidebar .search-form form button:hover {
  background: #2b99f8;
}

.blog_single .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog_single .sidebar .categories ul li + li {
  padding-top: 10px;
}

.blog_single .sidebar .categories ul a {
  color: #0665b7;
  transition: 0.3s;
}

.blog_single .sidebar .categories ul a:hover {
  color: #ffb636;
}

.blog_single .sidebar .categories ul a span {
  padding-left: 5px;
  color: #8ec8fb;
  font-size: 14px;
}

.blog_single .sidebar .recent-posts .post-item + .post-item {
  margin-top: 15px;
}

.blog_single .sidebar .recent-posts img {
    width: 80px;
    height: 80px;
    float: left;
    object-fit: cover;
}

.blog_single .sidebar .recent-posts h4 {
    font-size: 14px;
    margin-left: 90px;
    font-weight: bold;
    line-height: 18px;
    text-transform: capitalize !important;
}

.blog_single .sidebar .recent-posts h4 a {
  color: #232323;
  transition: 0.3s;
}

.blog_single .sidebar .recent-posts h4 a:hover {
  color: #ffb636;
}

.blog_single .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #138df7;
}

.blog_single .sidebar .tags {
  margin-bottom: -10px;
}

.blog_single .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog_single .sidebar .tags ul li {
  display: inline-block;
}

.blog_single .sidebar .tags ul a {
  color: #ffb636;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #ddeefe;
  border-radius: 50px;
  display: inline-block;
  transition: 0.3s;
}

.blog_single .sidebar .tags ul a:hover {
  color: #fff;
  border-color: #ffb636;
  background: #ffb636;
}

.blog_single .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}


h4 i {
  margin-left: 8px;
}
#more_than_master_batches .content img{
  transition: all .3s;
  border-radius: 4px;
}

#more_than_master_batches .content img:hover{
  transform: scale(1.08);
}

#industry_we_serve .content img{
  transition: all .3s;
}

#industry_we_serve .content img:hover{
  transform: scale(1.06);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  color: #fff;
  font-size: 14px;
  background: #111;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #1e1e1e;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact h3 {
  font-size: 22px;
  margin: 0 0 10px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #fff;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #1ed33c;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  text-decoration: none;
  color: #fff;
}

#footer .footer-newsletter {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.7);
}

#footer .footer-newsletter h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4px 0 0 4px;
  text-align: left;
}

#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px 8px;
  width: calc(100% - 100px);
}

#footer .footer-newsletter form input[type="submit"] {
  width: auto !important;
  position: absolute;
  top: 0;
  right: -4px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #ffb636;
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#footer .footer-newsletter form input[type="submit"]:hover {
  background: #7f4399;
}

#footer .credits {
  padding-top: 5px;
  font-size: 13px;
  color: #fff;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 4px;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #ffb636;
  color: #fff;
  text-decoration: none;
}


#main_bann_h {
    position: relative;
}

#main_bann_h .bann_text {
    position: absolute;
    top: 65%;
    text-align: center;
}

#main_bann_h .bann_text h1 {
    color: #fff;
    font-size: 78px;
    line-height: 86px;
    font-weight: bolder;
    /* text-shadow: 2px 2px rgba(255,225,255,.8);*/
    margin-bottom: 0px;
    font-weight: 800;
    letter-spacing: 2px;
}

#main_bann_h video {
    width: 100%;
    height: 94vh;
    padding-top: 90px;
    object-fit: cover;
    object-position: center;
}
.search_outer {
    margin-top: 15px;
    padding: 15px;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 0px 5px 2px rgba(154, 154, 204, 0.22);
}

.search_outer input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #ededed;
    border-radius: 25px;
    font-size: 16px;
    background-color: white;
    background-image: url(static/images/icons/search.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 15px 50px 15px 15px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
    outline: none !important;
}

.search_outer input[type="text"]:focus {
    outline: none !important;
}

.search_outer .dropdown-menu {
    position: absolute;
    /*top:60px !important;*/
    left: 20px;
    right: 20px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: 1px solid #ededed;
    /*border-top: 2px solid #e8484e;*/
    border-radius: 20px;
}

.search_outer .dropdown-item {
    padding: 10px;
    border-radius: 5px;
}

.search_outer .dropdown-item:hover {
    color: #ffb636;
    background: #f1f1f1;
}
.dropdown:hover > .dropdown-menu {
    display: inline-block;
}

/*********************** Demo - 9 *******************/
.box9 .box-content,
.box9 .icon li,
.box9 img {
    transition: all 0.35s ease 0s;
    vertical-align: middle;
}
.box9 .icon,
.box9 .title {
    width: 100%;
    font-size: 22px;
    background: transparent;
}

.box9 {
    background: #000;
    text-align: center;
    position: relative;
}
.box9 img {
    width: 100%;
    height: auto;
}
.box9:hover img {
    opacity: 0.5;
}
.box9 .box-content {
    padding: 30px 10px 30px 0;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.box9:hover .box-content {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    opacity: 1;
}
.box9 .title {
    font-weight: 700;
    color: #fff;
    line-height: 17px;
    margin: 5px 0;
    position: absolute;
    bottom: 55%;
}
.box9 .icon li a {
    line-height: 35px;
    border-radius: 50%;
}
.box9 .icon {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
}
.box9 .icon li {
    display: inline-block;
    opacity: 0;
    transform: translateY(40px);
}
.box9:hover .icon li {
    opacity: 1;
    transform: translateY(0);
}
.box9:hover .icon li:first-child {
    transition-delay: 0.1s;
}
.box9:hover .icon li:nth-child(2) {
    transition-delay: 0.2s;
}
.box9 .icon li a {
    display: block;
    width: 35px;
    height: 35px;

    background: #ffb636;
    font-size: 20px;
    color: #fff;

    margin-right: 5px;
    transition: all 0.35s ease 0s;
}
.box9 .icon a:hover {
    background: #fff;
    color: #232323;
}
@media only screen and (max-width: 990px) {
    .box9 {
        margin-bottom: 20px;
    }
}


/*progressbar*/
/*progressbar */
 .progress{
    width: 130px;
    height: 130px;
    line-height: 130px;
    background: none;
    margin: 0 auto;
    box-shadow: none;
    position: relative;
}
.progress:after{
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 12px solid transparent;
    position: absolute;
    top: 0;
    left: 0;
}
.progress > span{
    width: 50%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 1;
}
.progress .progress-left{
    left: 0;
}
.progress .progress-bar{
    width: 100%;
    height: 100%;
    background: none;
    border-width: 6px;
    border-style: solid;
    position: absolute;
    top: 0;
}
.progress .progress-left .progress-bar{
    left: 100%;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border-left: 0;
    -webkit-transform-origin: center left;
    transform-origin: center left;
}
.progress .progress-right{
    right: 0;
}
.progress .progress-right .progress-bar{
    left: -100%;
    border-top-left-radius: 80px;
    border-bottom-left-radius: 80px;
    border-right: 0;
    -webkit-transform-origin: center right;
    transform-origin: center right;

}

.progress .progress-value{
    width: 90%;
    height: 90%;
    border-radius: 50%;
    background: rgba(0,0,0,.02);
    /*box-shadow: 0px 0px 5px solid rgba(0,0,0,.8);*/
    border: 6px solid rgba(0,0,0,.05);
    font-size: 24px;
    color: #e95095;
    line-height: 106px;
    text-align: center;
    position: absolute;
    top: 5%;
    left: 5%;
}
.progress.yellow_90 .progress-bar{
    border-color: #e95095;

}
.progress .progress-right .progress-bar.round_animate{
    animation: loading-1 1.2s linear forwards;
}
.progress.yellow_90 .progress-left .progress-bar.round_animate{
    animation: loading-2 1s linear forwards 1.2s;
}
.progress.yellow_75 .progress-bar{
    border-color: #7049ba;
}
.progress.yellow_75 .progress-left .progress-bar.round_animate{
    animation: loading-3 1s linear forwards 1.2s;
}
.progress.yellow_60 .progress-bar{
    border-color: #7049ba;
}
.progress.yellow_60 .progress-left .progress-bar.round_animate{
    animation: loading-4 1s linear forwards 1.2s;
}
.progress.green .progress-bar{
    border-color: #1abc9c;
}
.progress.green .progress-left .progress-bar.round_animate{
    animation: loading-5 1s linear forwards 1.2s;
}
@keyframes loading-1{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}
@keyframes loading-2{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(144deg);
        transform: rotate(144deg);
    }
}
@keyframes loading-3{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }
}
@keyframes loading-4{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(36deg);
        transform: rotate(36deg);
    }
}
@keyframes loading-5{
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(126deg);
        transform: rotate(126deg);
    }
}
@media only screen and (max-width: 990px){
    .progress{ margin-bottom: 20px; }
}

/*my  coding*/
.round_statusbar{
  background: linear-gradient(rgba(255,255,255,.5),rgba(255,255,255,.5)),
  url(images/bann1.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 300px;

}

.border_single{
  display: inline-block;
   width:50px; height:3px; background: #fdba04;
   margin-top:15px;
}

.count:after{content: '%';}

.centered {
     text-align: center;
 }

 .main_title h2 {
     color: #324545;
     font-size: 30px;
     font-weight: 400;
     letter-spacing: 1px;
     margin-bottom: 40px;
     padding-bottom: 20px;
     position: relative;
     line-height: 40px;
 }

 .row_spacer > .main_title,
 .row_spacer_t > .main_title,
 .row_spacer > .content > .main_title,
 .icons_spacer > .main_title {
     margin-top: -25px;
 }

 .main_title h2 .line {
     background: rgba(0, 0, 0, 0.07);
     bottom: 0;
     height: 1px;
     position: absolute;
     width: 33%;
 }

 .main_title.centered span,
 .main_title.centered span:before {
     left: 50%;
     transform: translateX(-50%);
 }

 .main_title .line:before {
     background: #1cc6df;
     content: "";
     display: block;
     height: 1px;
     position: absolute;
     width: 100px;
     transition: all .3s;
 }

 .main_title .dot {
     background: #fff;
     border: 1px solid #1cc6df;
     height: 10px;
     position: absolute;
     top: -5px;
     width: 10px;
     -webkit-border-radius: 100%;
 }

 .main_title h2:hover .line:before {
     width: 75%;
 }

 /*contact*/
 .contactus{
            margin-top:20px;
            padding: 30px 0px;
        }
        .mainform{
            padding: 20px;
    box-shadow: 4px 3px 7px 5px #d2d2d2;
        }
        .form-control{
                border-radius: 4px;
        }
        .find-widget .fa , .far{
            color: #fab636;
    padding: 10px;
}
.contact-icon img{
    padding: 0 10px;
}
.info-box {
    padding: 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    border-radius: 0 15px;
    transition: .3s all;
    border:1px solid transparent;
}

.aditive_master_batch .info-box{
  min-height: 250px;
  margin-bottom: 20px;
}

.info-box:hover {
  padding: 15px;
  box-shadow: 0px 2px 14px rgb(0 0 0 / 12%);
  border-radius: 15px 0;
  border:1px solid #ededed;
}

.info-box p{
    margin: 0px 0px 10px 1px;
}
.info-box h3{
    color:#ffb636;
}
.form-control:focus {
    color: #000000;
    background-color: #fff;
    border-color: #ffffff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgb(249 224 177);
}

        
#form-submit{
  width: auto !important;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 6px 20px;
  background: #ffb636;
  color: #fff;
  transition: 0.3s;
  border-radius:4px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#contactForm input[type="submit"]:hover {
  background: #7f4399;
}

.bann_common{
  width: 100%;
  position: relative;
}
.bann_common .row{
  min-height:350px;
}
.contact_bann{
    background-color: #ededed;
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)), url(../images/banner/dirco_banner_001.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

.content-counter{
    text-align: center;
    color: #fff;
    font-size:20px;
    font-weight: 500;
}

.content-counter .counter_digit, .content-counter span{
  font-size: 48px;
  font-weight: 600;
}
.content-counter .name-count{margin-top: 15px;}

.counter_outer{
    background-color: #ededed;
    background:linear-gradient(-45deg,rgb(0 0 0 / 74%), 
    rgb(0 0 0 / 50%)), url(../images/banner/dirco_banner_004.jpg);  
    background-size: cover;
    background-position: center;
    color: #fff;

}




/* FontAwesome for working BootSnippet :> */


#team .card {
    border: none;
    background: #ffffff;
}

.image-flip:hover .backside,
.image-flip.hover .backside {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    transform: rotateY(0deg);
    border-radius: .25rem;
}

.image-flip:hover .frontside,
.image-flip.hover .frontside {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.mainflip {
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -ms-transition: 1s;
    -moz-transition: 1s;
    -moz-transform: perspective(1000px);
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
    position: relative;
}

.frontside {
    position: relative;
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    z-index: 2;
    margin-bottom: 30px;
}

.backside {
    position: absolute;
    top: 0;
    left: 0;
    background: white;
    -webkit-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);
    -o-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

.frontside,
.backside {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transition: 1s;
    -moz-transform-style: preserve-3d;
    -o-transition: 1s;
    -o-transform-style: preserve-3d;
    -ms-transition: 1s;
    -ms-transform-style: preserve-3d;
    transition: 1s;
    transform-style: preserve-3d;
}

.frontside .card,
.backside .card {
    min-height: 280px;
}

.backside .card a {
    font-size: 18px;
    color: #007b5e !important;
}

.frontside .card .card-title,
.backside .card .card-title {
    color: #007b5e !important;
}

.frontside .card .card-body img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-top: -80px;
    background: #fff;
    padding: 5px;
}


/*colour master batches*/
.bann_c_m_batches {
    background-color: #ededed;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url(../images/banner/dirco_banner_003.jpg);
    background-size: cover;
    background-position: top;
    color: #fff;
}

/*side panes*/

.side_nav_pills .nav-link {
    text-align: left;
}
.side_nav_pills .nav-link {
    position: relative;
    margin-top: 8px;
    background: #ededed;
    text-transform: uppercase;
}
.side_nav_pills .nav-link:hover {
    background: #0457a6 ;
    color: #fff;
}

.side_nav_pills .nav-link.active,
.side_nav_pills .show > .nav-link {
    background: #0457a6  !important;
}
/*.nav-pills .nav-link:after
*/
.side_nav_pills .nav-link.active:after,
.side_nav_pills .show > .nav-link:after,
.side_nav_pills .nav-link:hover:after {
    content: "";
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -16px;
    border-left: 0;
    border-bottom: 17px solid transparent;
    border-top: 15px solid transparent;
    border-left: 10px solid #0457a6;
}

@media only screen and (max-width: 776px) {
    .all_side_nav {
        padding: 0px 0px 15px 0px !important;
    }
}

.all_side_container .card div {
    overflow: hidden;
}
.all_side_container .card img {
    transition: all 0.4s;
    transform: scale(1.4);
}

.all_side_container .card img:hover {
    transform: scale(1);
}
.masterbatches_sec .content{
  margin-bottom: 30px;
}
.masterbatches_sec .content_inn{
  overflow:hidden;
  padding-bottom: 15px;
  position: relative;
  background:  linear-gradient(to left, #f1f1f1, #fff);
  box-shadow: 0 0 10px rgba(0,0,0,.2);
  transition: all 0.3s;
}
.masterbatches_sec .content_inn:hover{
  background:  linear-gradient(to left, #fff, #f1f1f1);
  box-shadow: 0 0 10px rgba(0,0,0,0);
  /*transform: scale(1.01);*/
}
.masterbatches_sec{
  background:linear-gradient(rgba(255,255,255,0.2),rgba(255,255,255,0.2)), url('../images/bg_right_pattern.png');
  background-repeat: no-repeat;
  /*background-size: contain;*/
  background-position: right bottom;
}
.content_inn.bdr_orange:before{
content:"";
position: absolute;
bottom: 0px;
width: 100%;
height: 10px;
left: 0px;
right: 0px;
background:  linear-gradient(to left, #F67711, #DB490F);
}
.content_inn.bdr_blue:before{
content:"";
position: absolute;
bottom: 0px;
width: 100%;
height: 10px;
left: 0px;
right: 0px;
  background: linear-gradient(to left, #00A0E3, #393185);
}
.content_inn.bdr_green:before{
content:"";
position: absolute;
bottom: 0px;
width: 100%;
height: 10px;
left: 0px;
right: 0px;
background: linear-gradient(to left, #DBE285, #009846);
}
.img_outer{
  padding-bottom: 10px;
  clip-path: polygon(100% 0, 100% 93%, 55% 93%, 50% 100%, 45% 93%, 0 93%, 0 0);
  transform: scale(1.002);
}

.img_outer img{
  /*padding-bottom: 10px;*/
  clip-path: polygon(100% 0, 100% 93%, 55% 93%, 50% 100%, 45% 93%, 0 93%, 0 0);
  transform:translate(1.01);
}


/* //color master batches end*/

/*about us page*/
.colour_bdr_c{
  position: relative;
  margin-bottom: 30px;
}
.colour_bdr_c:after{
    content: '';
    background: url(../images/icons/colour_border.png);
    position: absolute;
    bottom: -6px;
    z-index: 999;
    width: 150px;
    height: 5px;
    left: 50%;
    transform: translateX(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}
.bg_break{
   background: linear-gradient(rgb(245 255 232 / 37%),rgb(255 255 255 / 28%)), url(../images/newimg/1.png);
   background-size: cover;
   background-attachment: fixed;
   background-position: center;

}
.bg_break .row{
  min-height: 400px;
}

/* //about us page*/


.custom_ul_li{
  padding: 0px;
}
.custom_ul_li li {
    margin: 0;
    margin-bottom: 0.8em;
    padding-left: 1em;
    position: relative;
    list-style-type: none;
    color: #3d405c;
}

.custom_ul_li li:after {
    content: '';
    background-image: url(../images/icons/bubble-right.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
    height: 9px;
    width: 7px;
    /* background: #c268a8; */
    display: block;
    position: absolute;
    /* transform: rotate(45deg); */
    top: 6px;
    left: 0;
}


/* timeline */
#dirco_timeline .owl-carousel .owl-nav button.owl-prev{
 top:55%;
}

#dirco_timeline .owl-carousel .owl-nav button.owl-next{
  top:55%;
 }

 #dirco_timeline .owl-stage-outer{
   margin:0px;
 }


 /* mission vission */
 .mission_vission{
   margin-top: 70px;
 }
 .mission_vission .mv_box{
  position: relative;
  box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
  padding: 46px 15px 15px 15px;
  height: 100%;
 transition: .3s all;
 }

 .mission_vission .mv_box:hover{
  transform: translateY(-15px);
 }

 .mission_vission .mv_box h3{
   text-align: center;
   color:#ffb636;

 }
 .mission_vission .mv_box img{
  position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 20px;
    background: #ffffff;
    color: #fff;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    border: 1px solid #ededed;
    padding: 10px;
 }