/*theme color


*/





body {
  font-family: 'Poppins', sans-serif;
  color: var(--light_dark);
}
html{
  scroll-behavior: smooth;
}

/*go top arrow*/

/*top scroll button strat*/
#go_top{
    position: fixed;
    right: 20px; 
    bottom: 40px;
    cursor: pointer;
    display: none;
    background: var(--red);
    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;
}

#go_top img:hover{
    
}
/*top scroll button End*/


#submition_loader{
    width:100%;
    height:100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,.4);
    z-index: 99999;
  }

.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 var(--white) solid;
  border-bottom: 2px var(--white) solid;
}
  
.arrow:before{
  content: '';
  width: 10px;
  height: 10px;
  top: 50%;
  margin: -10px 0 0 -10px;
  border-left: none;
  border-top: none;
  border-right: 2px var(--white) solid;
  border-bottom: 2px var(--white) 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: var(--red);
  border: 0px solid var(--red);
  display: block;
  transition: all 0.6s ease-in-out;
  cursor: pointer;
  border-radius: 50%; 
}

.owl-theme .owl-dots .owl-dot:hover span {
  color: var(--white);
  background: var(--red);
/*  border: 5px double;*/
  padding:5px; 
  border-radius: 50%; 
  /*outline-style: solid;
  outline-color: var(--red);
  outline-width:  1px;
  outline-offset:2px; */
}

.owl-theme .owl-dots .owl-dot.active span {
  color: var(--white);
  background: var(--red);
  /* border: 5px double;*/
  opacity:0.4;
  padding:5px; 
  border-radius: 50%; 
  /*outline-style: solid;
  outline-color: var(--red);
  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 var(--red);
    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: var(--white);
  background: var(--red);
/*  border: 5px double;*/
  padding:5px;
  outline: none;  
  /*outline-style: solid;
  outline-color: var(--red);
  outline-width:  1px;
  outline-offset:2px;*/ 
}

.intro  .owl-theme .owl-dots .owl-dot.active span {
  color: var(--white);
  background: var(--red);
 /* border: 5px double;*/
  padding:5px; 
  outline: none; 
 /* outline-style: solid;
  outline-color: var(--red);
  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: 42%;
    right: -40px;
    padding: 2px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 34px;
    text-align: center;
    line-height: 35px;
    color: #e0571d;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-nav button.owl-next:hover {
    background:var(--red);
    color: var(--white);
}
.owl-carousel .owl-nav button.owl-prev {
   position: absolute;
    top: 42%;
    left: -40px;
    padding: 2px 15px 6px 15px !important;
    background: rgb(255, 255, 255);
    display: inline-block;
    transform: translateY(-50%);
    border-radius: 50%;
    font-size: 34px;
    text-align: center;
    line-height: 35px;
    color: #e0571d;
     box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}
.owl-carousel .owl-nav button.owl-prev:hover {
    background:var(--red);
    color: var(--white);
}

.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: var(--white);
}
.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: var(--white);
  border: 0px solid var(--white);
}

.intro .owl-theme .owl-dots .owl-dot:hover span {
  background-color: var(--red);
}

.intro .owl-theme .owl-dots .owl-dot.active span {
  background-color: var(--red);
}*/



.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: var(--white);
  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: var(--white);
}

.btn.btn-b:hover {
  background-color: #000000;
  color: var(--white);
}



@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;
  }
}





/*main footer strat*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: var(--dark);
  color: var(--white);
  font-size: 13px;
  position: relative;
  overflow: hidden;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 15px;
  background: #353535;
  color: var(--white);
  border-top: 4px solid var(--red);
  text-align: center;
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
}

#footer .footer-top .social-links a {
  font-size: 18px;
    display: inline-block;
    color: var(--red);
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
    background: var(--dark);
}

#footer .footer-top a{
  color: var(--white);
}

#footer .footer-top a:hover{
  text-decoration: underline;
}
#footer .footer-top .social-links a:hover {
  background:var(--red);
  color: var(--white);
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--white);
  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: #61ebba;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 8px 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: var(--white);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: var(--red);
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: var(--white);
  padding: 6px 10px 6px 15px;
  position: relative;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
  outline: none;
}

#footer .footer-top .footer-newsletter form button[type="submit"] {
  position: absolute;
  top: 0;
  right: -2px;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: var(--red);
  color: var(--white);
  transition: 0.3s;
  border-radius: 50px;
}

#footer .footer-top .footer-newsletter form button[type="submit"]:hover {
  background: var(--dark_red);
}

#footer .copyright {
  border-top: 1px solid #aaa;
  text-align: center;
  padding-top: 30px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: var(--white);
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}

.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: var(--red);
}

.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: var(--red);
}
.social-network a.icoFacebook:hover {
  background-color:var(--red);
}
.social-network a.icoTwitter:hover {
  background-color:var(--red);
}
.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:var(--white);
}
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  i {
    position: absolute;
    transition: all 0.6s ease 0s;
    display: inline-block;
}
.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 i {
    color: var(--white);
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    top: 50%;
    border: 1px solid var(--white);
    opacity: 0;
    display: inline-block;
}
.box17:hover .icon li i {
    top: 50%;
    transform: translateY(-50%);
    opacity: 1;
}
.box17 .icon li i:hover {
    background: var(--white);
    color: #02a2dd;
}
.box17 .icon li:first-child i {
    left: -90%;
    right: 0;
}
.box17:hover .icon li:first-child i {
    left: 0px;
}



.hover_disable_icon{
    position: absolute;
    top: 50%;
    right: 4px;
    z-index: 999;
    color: var(--danger);
    font-size: 18px;
    display: inline-block;
    background: var( --white);
    border-radius: 50%;
    /* padding: 3px; */
    width: 24px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: none;
}


/*.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 18px 20px 18px;
    background: rgba(0, 0, 0, 0.1);
    bottom: -110px;
    left: 0;
    z-index: 1;
}
.box17:hover .box-content {
    bottom: 0;
}
.box17 .title {
    font-size: 16px;
    /* font-weight: 700; */
    color: var(--white);
    margin-top: 0;
    line-height: 24px;
    margin-bottom: 8px;
    background: transparent;
    padding-left: 8px;
    padding-right: 8px;
}
.box17 .post {
    display: block;
    font-size: 14px;
    color: var(--white);
}


/*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 var(--white);
    border-top: 2px solid var(--white);
    top: 30px;
    left: 30px;
}
.box15 .box-content:after {
    border-bottom: 2px solid var(--white);
    border-right: 2px solid var(--white);
    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: var(--white);
}
@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: var(--red) none repeat scroll 0 0;
    border-radius: 0;
    color: var(--white) !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: var(--red) none repeat scroll 0 0;
    border-radius: 0;
    color: var(--white) !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: var(--white);
    /*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: var(--red);
    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: var(--red) !important;
}

.ind_btn:after {
    width: 100%;
    height: 100%;
    background: var(--red);
    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: var(--red) !important;
}

.ind_btn:hover {
    color: var(--red);
}
.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: var(--white);
    /*height: 50px;*/
    min-width: 40px;
    padding: 0px;
    text-align: center!important;
    line-height: .9em;
    margin-bottom: 6px;
}
.social-network_ftr .ind_btn :hover {
    color: var(--red) !important;
}
.social-network_ftr  .ind_btn:before {
    width: 100%;
    height: 100%;
    background: var(--red);
    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: var(--red) !important;
    border-radius: 50%;
}

.social-network_ftr  .ind_btn:after {
    width: 100%;
    height: 100%;
    background: var(--red);
    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: var(--red) !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;
  display: none;
}
.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: var(--red);
  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: var(--red);
  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: var(--red);
}

#why_choose   .ind_btn:after {
    background: var(--white);
}
#why_choose .owl-theme .owl-dots .owl-dot.active span {
    background-color: var(--red);
   /* width: 35px;*/
}
#why_choose .owl-theme .owl-dots .owl-dot:hover span {
    background-color: var(--red);
}

.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;*/
       background: var(--grey);
   
}

#main_intro .content{
      /*border-left: 2px solid var(--red);*/
      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: var(--dark);
  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 var(--red);
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  color:var(--red);
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
}

.lined .nav-link:hover {
  border: none;
  border-bottom: 3px solid transparent;
  color:var(--red);
}

.lined .nav-link.active {
  background: none;
  color: var(--light_dark);
  border-color: var(--red);
}

/*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: var(--red) var(--white) transparent transparent;
}


#testimonials1 .product-grid3{
  background:var(--white);
}
/*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: var(--white);
}

.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: var(--white);
  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: 600px;
  object-fit: cover;
  object-position: center;
}
#main_banner.home img{
  width:100%;
  height: 800px;
  object-fit: cover;
  object-position: bottom;
}
#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: var(--white);
}


/* 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: var(--white);
    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: var(--white);
    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 var(--white);
    border-radius: 0 16px;
    font-size: 14px;
    color: var(--white);
    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:var(--white);
    width:16px
}

/* background of the scrollbar except button or resizer */
.scrollbar::-webkit-scrollbar-track {
    background-color:var(--white);
}
.scrollbar::-webkit-scrollbar-track:hover {
    background-color:#f4f4f4;
}

/* scrollbar itself */
.scrollbar::-webkit-scrollbar-thumb {
    background-color:var(--red);
    border-radius:16px;
    border:5px solid var(--white);
}
/*.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: var(--white);
    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: var(--red);
    border-radius: 100%;
    padding: 5px;
    border: 2px dotted var(--red);
    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: var(--white);
  background: #ed3c0d;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .sent-message {
  display: none;
  color: var(--white);
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: var(--white);
  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: var(--grey);
  -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: var(--white);
  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 var(--red) 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 var(--red);
    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 var(--red);
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.05);
    border-left: 2px solid var(--red);
    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 var(--red);
}
#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: var(--red);
    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: var(--red) ;
    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{
  background: var(--grey);
}

#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 var(--red);
    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 var(--red) 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  var(--red);
}

.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: var(--white);
    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: var(--white);
    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: var(--white);
    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: var(--red);
    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: var(--red);
}*/

.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: var(--white);
   border-radius: 4px;
   border-right:2px solid var(--red);
   height: 95px;

    }



.sub_nav_outer ol li a{
  color: var(--white);
  opacity: .7;
}

  .sub_nav_outer ol li a:hover{
    color: var(--red);
  }
  .sub_nav_outer ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
  }

.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: var(--white);
  opacity: .7;
}

  .sub_nav_outer_blog ol li a:hover{
    color: var(--red);
  }
  .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: 9;
  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: var(--white);
  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:15px !important;
  float: left;
  margin-left: 8px; 
}
.fix_sub_nav ol li a{
 color: var(--dark);
} 

.fix_sub_nav .cross{
  /*width:30px;
  line-height: 40px;*/
    background: var(--white);
    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: var(--white);
    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: var(--red);
    transform: translate(-50%, 50%);
  /*transform: translateY(50%);*/
  transition: all .3s;
  border:1px solid transparent;
}
.icon_boxes_con.style1  .bottom_icon:hover{
  border:1px solid var(--red);
}

.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);
}



/*blog post strt*/

.blog .blog-pagination {
  color: #5db1f9;
}

.blog .blog-pagination ul {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.blog .blog-pagination li {
  border: 1px solid white;
  margin: 0 5px;
  transition: 0.3s;
}

.blog .blog-pagination li.active {
  background: white;
}

.blog .blog-pagination li a {
  color: #aaaaaa;
  padding: 7px 16px;
  display: inline-block;
}

.blog .blog-pagination li.active, .blog .blog-pagination li:hover {
  background: var(--red);
  border: 1px solid var(--red);
}

.blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
  color: var(--white);
}

.blog .blog-pagination li.disabled {
  background: var(--white);
  border: 1px solid white;
}

.blog .blog-pagination li.disabled i {
  color: #f1f1f1;
  padding: 10px 16px;
  display: inline-block;
}

/* accordions */
.cdr-faq {
    /*background: #fafafa;*/
}

.cdr-faq  .cdr-accordion .card {
    border: none;
    -webkit-box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 30px rgba(0, 0, 0, 0.16);
}
.cdr-faq  .t-mb-30 {
    margin-bottom: 30px;
}
.cdr-faq  .card {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: var(--white);
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.cdr-faq  .cdr-accordion .card-header {
    padding: 0;
    border-bottom: none;
    background: transparent;
}
.cdr-faq  .card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.cdr-faq  .card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.cdr-faq  .cdr-accordion .card-header button {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    padding-right: 25px;
    position: relative;
    font-size: 22px;
    line-height: 1.15;
    font-weight: 530;
    text-align: left;
}
.cdr-faq  h4 {
    font-size: 1.875rem;
    font-weight: 600;
} 

.cdr-faq  .cdr-accordion .card-header h4 button[aria-expanded="false"]::after {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 42%;
    right: 20px;
    font-size: 16px;
    display: inline-block;
}

.cdr-faq  .cdr-accordion .card-header h4 button[aria-expanded="true"]::after {
    content: "\f077";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    top: 58%;
    right: 20px;
    font-size: 16px;
    display: inline-block;
}

.cdr-faq  .cdr-accordion .card-body {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    font-size: 16px;
}
.cdr-faq .card-body {
    -ms-flex: 1 1 auto;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.cdr-accordion .card-header h4 button[aria-expanded="true"] {
    padding-bottom: 0;
    color: #ff2e66;
}
.cdr-faq .btn.focus, .btn:focus {
    outline: 0;
    box-shadow:none;
}                              


/* With arrow tabs */

.with-arrow .nav-link {
  position: relative;
}

.with-arrow .nav-link.active::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
}

/* lined tabs */

.lined .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  font-size: 20px;
}

.lined .nav-link:hover::after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #2b90d9;
  position: absolute;
  bottom: -6px;
  left: 50%;
  transform: translateX(-50%);
  display: block;

}/* {
  border: none;
  border-bottom: 3px solid transparent;
}*/
.lined .nav-link:hover{
  border-color: #2b90d9;
}
.lined .nav-link.active {
  background: none;
  color: var(--red);
  border-color: #2b90d9;
}

 

.nav-pills .nav-link {
  color: var(--light_dark);
}
.text-uppercase {
  letter-spacing: 0.1em;
}


.product-grid3 {
    text-align: center;
    position: relative;
    z-index: 1;
    background: var(--white);
    color: var(--dark);
    padding: 15px;
    border-radius: 4px;
    border: 1px dashed#ffd08a;
}

#main_intro .product-grid3 {
    background: var(--white);
    color: var(--dark);
    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: var(--white);
    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: var(--orange);
        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: var(--orange);
        z-index: 99;
        opacity: 0.8;
    } 
    .title_backdrop_c2::after {
        content:"";
        position: absolute;
        top: 50%;
        left:-50px;
        width:40px;
        height: 2px;
        background: var(--orange);
        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: var(--orange);
        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: var(--white);
    /*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: var(--orange);
    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: var(--orange) !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: var(--orange) !important;
}

.ind_btn:hover {
    color: var(--orange);
}
.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;
    position: relative;
    list-style-type: none;
    }
    .custom_list_item li:after {
    content: '';
    height: 10px;
    width: 10px;
    background: var(--red);
    display: block;
    position: absolute;
    transform: rotate(45deg);
    top: 8px;
    left: 0;
}  

#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: var(--red);
}
/*#main_intro .dropdown:hover>.dropdown-menu {
  display: block;
}*/

/*#main_intro .dropdown>.dropdown-toggle:active {
    pointer-events: none;
}*/


#main_intro .dropdown-toggle::after {
    display: none;  
}
#main_intro .dropdown-menu {
    position: absolute;
    top: 70% !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    right: auto !important;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.2);
    padding: 20px;
    border: 1px solid #ededed;
    border-top: 2px solid var(--red);
    border-radius: 20px;
}

#main_intro .dropdown-item {
    text-transform: capitalize;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
}

#main_intro .dropdown-item:hover {
    color: var(--red);
    background: #efeff6;
}



.line {
    /*background: rgba(255,255,255, 0.15);*/
    background: linear-gradient(to left, transparent, var(--red), transparent);
    height: 2px;
    width:50%;
    margin: auto;
    display: inline-block;
    margin-bottom: 15px;
    
}


/*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: var(--dark);
  transition: 0.3s;
}

.blog_single .entry .entry-title a:hover {
  color: var(--red);
}

.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: var(--red);
  color: var(--white);
  padding: 6px 20px 8px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 50px;
}

.blog_single .entry .entry-content .read-more a:hover {
  background: var(--red);
}

.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: var(--red);
  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: var(--red);
}

.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: var(--dark);
  position: relative;
}

.blog_single .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog_single .sidebar .search-form form {
  background: var(--white);
  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: var(--red);
  color: var(--white);
  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: var(--red);
}

.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: var(--dark);
  transition: 0.3s;
}

.blog_single .sidebar .recent-posts h4 a:hover {
  color: var(--red);
}

.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: var(--red);
  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: var(--white);
  border-color: var(--red);
  background: var(--red);
}

.blog_single .sidebar .tags ul a span {
  padding-left: 5px;
  color: white;
  font-size: 14px;
}


h4 i {
  margin-left: 8px;
}


  /*custom file upload button*/

.upload-file{
    position:relative;
    border:2px dashed #ddd;
    color:#9b9b9b;
    background-color: white;
    width:100%;
    min-height:115px;
    border-radius: 8px;
    font-size:11px;
    cursor: pointer;
    white-space: normal;
}
.upload-btn-wrapper{
    position: relative;
}
.upload-btn-wrapper input[type=file]{
    width:100%;
    position: absolute;
    left:0;
    right:0;
    top:0;
    opacity: 0;
    cursor: pointer;
    min-height: 147px;
}
.success_tick{
    display:none;
}
.success_tick i{
    font-size:22px;
    margin-left:6px;
    margin-top:10px;
    color:#00b665;
}
.font-50{
    font-size:30px;
}
.d-block{
    display:block;
}
.btn .upload-file{
    font-size:13px;
}
.upload-btn{
    display:block;
    font-size:18px;
    color:#00b665;
}

.career_img{
  object-position: right;
  object-fit: cover;
  height: 760px;

}



.custom_checkbox_outer {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  margin-top: 15px;
  cursor: pointer;
  font-size:16px;
  font-weight: 550;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-transform: uppercase;
      color: var(--dark);
}

/* Hide the browser's default checkbox */
.custom_checkbox_outer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -2px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: var(--white);
    border: 2px solid #ddd;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.custom_checkbox_outer:hover input ~ .checkmark {
  background-color: #f1f1f1;
}

/* When the checkbox is checked, add a blue background */
.custom_checkbox_outer input:checked ~ .checkmark {
  background-color: #2196F3;
  border-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.custom_checkbox_outer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.custom_checkbox_outer .checkmark:after {
  left: 6px;
    top: -1px;
    width: 10px;
    height: 18px;
    border: solid var(--white);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*share social link styling*/
.share_btn_outer{
  text-align: right;
}
.st-custom-button[data-network] {
    background-color: #f9fafc;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #6b4acc;
   }
   
   .st-custom-button[data-network]:hover {
       background-color: var(--dark);
    border: 1px solid var(--dark);
    border-radius: 3px;
       color: #ecde4a ;
   }
.social_more_dropdown{
  display: inline;
}
.social_more_dropdown .btn{
  background-color: #f9fafc;
    display: inline-block;
    padding: 5px 10px;
    cursor: pointer;
    font-weight: bold;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    color: #6b4acc;
    
}
.social_more_dropdown .st-custom-button[data-network]{
      display: block;
    min-width: 115px;
    text-align: center;
    margin-bottom:8px;
    margin-top: 8px;
    font-weight:normal;
}

.social_more_dropdown .st-custom-button[data-network] i{
    font-size: 18px;
    margin-left: 8px;
    font-weight:bold;
}
.social_more_dropdown .btn:hover {
       background-color:var(--dark);
       border: 1px solid var(--dark);
       border-radius: 3px;
       color: #ecde4a ;
   }

 .social_more_dropdown   .dropdown-menu {
    background: var(--white);
    font-size: 14px;
    color: #3d405c;
    border: 1px solid #e6e6e6;
    padding: 5px 10px;
    min-width: 10rem;
}
/*//share social link styling*/


.sub_products_sec img{
  width: 100%;
  height: 160px;
  object-fit: contain;
}

.sub_products_sec .product-grid3 {
  min-height: 296px;
}


.sub_products_sec2 .product-grid3 {
  min-height: 260px;
}

.feature_icon_cont{
  position: relative;
}

.main_multi_product_outer .sub_products_sec .product-grid3 {
         min-height: auto !important; 
    }

    .main_multi_product_outer .sub_products_sec img {
      width: 100%;
      height: auto !important; 
      object-fit: contain;
    }


.nexto_img img.feature_icon{
width:220px;
}

.feature_icon_outer{
  padding-bottom: 20px;
}
#product_category_sec{
  background:var(--grey);
}

#product_category_sec .product-grid3 {
   background:var(--white);
    color: var(--dark);
    border: 0px dashed#ffd08a;
    transition: all .3s;
    border-radius: 4px;
    box-shadow: 0 2px 22px 0 rgba(0, 0, 0, 0.1);
}

#product_category_sec .product-grid3:hover {
    transform: translateY(-10px);
}

.banner_bottom{
  padding-top: 40px;
  padding-bottom: 40px;
  background:var(--grey);
}

.main_product_outer  img{
transition: all .4s;
width:550px;
max-width: 100%;
}

.main_product_outer  img:hover{
transform: scale(1.2);
margin-top: 20px;
}

.banner_bottom img{
  width: 190px;
}

#product_category_sec .product-image3 img{
   width: 100%;
   min-height: 150px;
   object-fit: contain;
   object-position: center;
   margin-bottom: 10px;
}


.dometic_mobicool_logo{
  width:250px;
}


.brand_logo{
  width:200px;
  margin-bottom: 20px;
}

.related_products_carousel h4{
  direction: ltr;
}

#main_banner .pos_bottom{
  object-position: bottom;
}

#main_banner .pos_top{
  object-position: bottom;
}
#main_banner .pos_left{
  object-position: bottom;
}
#main_banner .pos_rigth{
  object-position: bottom;
}