/*Theme Color*/
.section-header {
    background-color: #7FC515;
} 
.navbar-light .navbar-nav .nav-link {
     color: white!important;
}
.home-category{
    background-color: #7FC515!important;
    font-size:12px;
    bottom:-20px;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    text-align: center;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  background-color: #7FC515!important;
}
.about-section .image-column .inner-column:before{
    border: 44px solid #7FC515;
}
.btn-style-one{
  background-color: #7FC515;
}
.btn-primary {
    color: #fff;
    background-color: #7FC515!important;
    border-color: #7FC515!important;
}

.serviceBox{
    color: #7FC515!important;
    border-top: 2px dashed #7FC515!important;
    border-right: 2px dashed #7FC515!important;
    border: 2px solid #7FC515;
}
.serviceBox:before,
.serviceBox:after{
    background: #7FC515!important;
}.theme-text-color{
    color: #7FC515;
}
/*Theme Color*/


.btn-danger {
    color: #fff;
    background-color: red;
    border-color: red;
}

.swal2-popup {
/*  display: none;
    position: relative;
    box-sizing: border-box;
    grid-template-columns: minmax(0,100%);
    width: 32em;
    max-width: 100%;
    padding: 0 0 1.25em;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #545454;
    font-family: inherit;*/
    font-size: .50rem!important;
}
.nav-color{
     background-color: #008ACF;
     color: white!important;
}
 .nav-color-2{
     background-color: #0083C4;
     color: white!important;
}
 .nav-color-3{
     background-color: #006FA6;
     color: white!important;
}
 .navbar-dark .navbar-nav .nav-link {
     color: white!important;
}
.order-now{
     background-color: #e75d3e;
     border-color: #e75d3e;
     width: 100%;
}
 .order-now:hover {
     color: #fff;
     background-color: #f13d15;
     border-color: #f13d15;
}
 .order-now:focus {
     color: #fff;
     background-color: #f13d15;
     border-color: #e75d3e;
     box-shadow: unset;
}

/* menu */
 .menu-link{
     cursor: pointer;
}
 .dropdown-menu {
     top: 100%;
     left: 0;
     margin-top: -0.125rem;
}
 ul {
     padding-left: 1rem;
}
 .secend {
     padding-top: 0rem;
     padding-bottom: 0rem;
}
.secend .nav-link {
    display: block;
    padding: 1rem 1rem;
}
.top-nav .nav-item {
    padding-right:2rem;
}
.secend .nav-item {
    padding-right:2rem;
}
 
 *{
     font-family: "Source Sans Pro", "Roboto", Arial, sans-serif;
}
 @keyframes fadeIn {
     from {
         opacity: 0;
    }
     to {
         opacity: 1;
    }
}
 .dropdown-menu.show {
     -webkit-animation: fadeIn 0.3s alternate;
    /* Safari 4.0 - 8.0 */
     animation: fadeIn 0.3s alternate;
}
 .nav-item.dropdown.dropdown-mega {
     position: static;
}
 .nav-item.dropdown.dropdown-mega .dropdown-menu {
     width: 90%;
     top: auto;
/*     left: 5%;*/
}
 .navbar-toggler {
     border: none;
     padding: 0;
     outline: none;
}
 .navbar-toggler:focus {
     box-shadow: none;
}
 .navbar-toggler .hamburger-toggle {
     position: relative;
     display: inline-block;
     width: 50px;
     height: 50px;
     z-index: 11;
     float: right;
}
 .navbar-toggler .hamburger-toggle .hamburger {
     position: absolute;
     transform: translate(-50%, -50%) rotate(0deg);
     left: 50%;
     top: 50%;
     width: 50%;
     height: 50%;
     pointer-events: none;
}
 .navbar-toggler .hamburger-toggle .hamburger span {
     width: 100%;
     height: 4px;
     position: absolute;
     background: #333;
     border-radius: 2px;
     z-index: 1;
     transition: transform 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.2s cubic-bezier(0.77, 0.2, 0.05, 1), all 0.2s ease-in-out;
     left: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger span:first-child {
     top: 10%;
     transform-origin: 50% 50%;
     transform: translate(0% -50%) !important;
}
 .navbar-toggler .hamburger-toggle .hamburger span:nth-child(2) {
     top: 50%;
     transform: translate(0, -50%);
}
 .navbar-toggler .hamburger-toggle .hamburger span:last-child {
     left: 0px;
     top: auto;
     bottom: 10%;
     transform-origin: 50% 50%;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span {
     position: absolute;
     margin: 0;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:first-child {
     top: 45%;
     transform: rotate(45deg);
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:nth-child(2) {
     left: 50%;
     width: 0px;
}
 .navbar-toggler .hamburger-toggle .hamburger.active span:last-child {
     top: 45%;
     transform: rotate(-45deg);
}
 .icons {
     display: inline-flex;
     margin-left: auto;
}
 .icons a {
     transition: all 0.2s ease-in-out;
     padding: 0.2rem 0.4rem;
     color: #ccc !important;
     text-decoration: none;
}
 .icons a:hover {
     color: white;
     text-shadow: 0 0 30px white;
}
/* menu */
 .section-title{
     text-transform: capitalize;
    font-weight: 700;
    font-size: 40px;
}
 .form-inputs{
     position:relative;
}
 .form-inputs .form-control{
     height:45px;
}
 .form-inputs .form-control:focus{
     box-shadow:none;
     border:1px solid #000;
}
 .form-inputs i{
     position:absolute;
     right:10px;
     top:15px;
}
.shop-bag {
    background-color: #000;
    color: #fff;
    height: 45px;
    width: 45px;
    font-size: 20px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}
 .qty{
     font-size:12px;
}
/* product */
 .btn-group-sm>.btn, .btn-sm {
     padding: 0.1rem 0.5rem;
     font-size: .875rem;
     border-radius: 0.2rem;
}
 .card {
     background-color: #fff;
     border: none;
     border-radius: 10px;
    /* width: 190px;
     */
    /*box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    */
     border: 1px solid rgba(0, 0, 0, 0.2);
}
 .image-container {
     position: relative;
}
 .thumbnail-image {
     border-radius: 10px !important;
}
 .product-thumbnail-image {
     border-radius: 10px 10px 0px 0px !important;
}
 .discount {
     background-color: red;
     padding-top: 1px;
     padding-bottom: 1px;
     padding-left: 4px;
     padding-right: 4px;
     font-size: 10px;
     border-radius: 6px;
     color: #fff;
}
 .wishlist {
     height: 25px;
     width: 25px;
     background-color: #eee;
     display: flex;
     justify-content: center;
     align-items: center;
     border-radius: 50%;
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
 .first {
     position: absolute;
     width: 100%;
     padding: 9px;
}
 .dress-name {
     font-size: 13px;
     font-weight: bold;
     width: 100%;
}
 .new-price {
     font-size: 20px;
     font-weight: bold;
     color: #fca204 
}
 .old-price {
     font-size: 13px;
     font-weight: bold;
     text-decoration: line-through;
     color: #b8b8b8;
}
 .price-div{
     text-align: center;
}
/* .btn {
     width: 14px;
     height: 14px;
     border-radius: 50%;
     padding: 3px;
}
 */
 .creme {
     background-color: #fff;
     border: 2px solid grey;
}
 .creme:hover {
     border: 3px solid grey;
}
 .creme:focus {
     background-color: grey;
}
 .red {
     background-color: #fff;
     border: 2px solid red;
}
 .red:hover {
     border: 3px solid red;
}
 .red:focus {
     background-color: red;
}
 .blue {
     background-color: #fff;
     border: 2px solid #40c4ff;
}
 .blue:hover {
     border: 3px solid #40c4ff;
}
 .blue:focus {
     background-color: #40c4ff;
}
 .darkblue {
     background-color: #fff;
     border: 2px solid #01579b;
}
 .darkblue:hover {
     border: 3px solid #01579b;
}
 .darkblue:focus {
     background-color: #01579b;
}
 .yellow {
     background-color: #fff;
     border: 2px solid #ffca28;
}
 .yellow:hover {
     border-radius: 3px solid #ffca28;
}
 .yellow:focus {
     background-color: #ffca28;
}
 .item-size {
     width: 15px;
     height: 15px;
     border-radius: 50%;
     background: #fff;
     border: 1px solid grey;
     color: grey;
     font-size: 10px;
     text-align: center;
     align-items: center;
     display: flex;
     justify-content: center;
}
 .rating-star {
     font-size: 13px !important;
}
 .rating-number {
     font-size: 13px;
     color: grey;
}
 .buy {
     font-size: 12px;
     color: purple;
     font-weight: 500;
}
 .voutchers {
     background-color: #fff;
     border: none;
     border-radius: 10px;
    /* width: 190px;
     */
     box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
     overflow: hidden;
}
 .voutcher-divider {
     display: flex;
}
 .voutcher-left {
     width: 60%;
}
 .voutcher-name {
     color: grey;
     font-size: 9px;
     font-weight: 500;
}
 .voutcher-code {
     color: red;
     font-size: 11px;
     font-weight: bold;
}
 .voutcher-right {
     width: 40%;
     background-color: purple;
     color: #fff;
}
 .discount-percent {
     font-size: 12px;
     font-weight: bold;
     position: relative;
     top: 5px;
}
 .off {
     font-size: 14px;
     position: relative;
     bottom: 5px;
}
/* product */
/* footer */
#footer {
  background: #404040;
  padding: 0 0 30px 0;
  color: #fff;
  font-size: 14px;
}
#footer .footer-newsletter {
  padding: 50px 0;
  background: #404040;
}
#footer .footer-newsletter h4 {
  font-size: 24px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
}
#footer .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 8px;
  width: calc(100% - 140px);
}
#footer .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 30px;
  margin: 3px;
  background: #e96b56;
  color: #fff;
  transition: 0.3s;
  border-radius: 50px;
}
#footer .footer-newsletter form input[type="submit"]:hover {
  background: #e6573f;
}
#footer .footer-top {
  background: #3b3b3b;
  border-top: 1px solid #474747;
  border-bottom: 1px solid #474747;
  padding: 60px 0 30px 0;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 18px;
  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: "Raleway", sans-serif;
  color: #fff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #545454;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}
#footer .footer-top .social-links a:hover {
  background: #e96b56;
  color: #fff;
  text-decoration: none;
}
#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  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: #ec7f6d;
  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: #fff;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}
#footer .footer-top .footer-links ul a:hover {
  color: #e96b56;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .copyright {
  text-align: center;
  padding-top: 30px;
}
#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

/* footer */
 /*right_cart*/

 .right_cart {
      height: 100%;
      width: 0;
      position: fixed;
      z-index: 99;
      top: 0px;
      right: 0px;
      background-color: white;
      box-shadow: 0;
      overflow-x: hidden;
    }
    .right_cart_width{
      height: 100%;
      width: 350px;
      position: fixed;
      z-index: 99;
      top: 0px;
      right: 0px;
      background-color: white;
      box-shadow: -0px 20px 19px 4px #dddddd;
      overflow-x: hidden;
    }
    #myright_cart input:focus{
        outline: none;
    }
    .right_cart_item_div {
        margin-bottom: 5px;
        background-color: white;
        padding: 0px 5px 5px 5px;
        border-bottom: solid 1px;
    }
    .right_cart a {
      /* padding: 8px 8px 8px 32px; */
      text-decoration: none;
      font-size: 1rem;
      display: block;
      /* transition: 0.3s; */
    }
    
    /* .right_cart a:hover {
      color: #f1f1f1;
    } */
    
    .right_cart .closebtn {
      /* position: absolute;
      top: 0;
      right: 25px;
      font-size: 36px;
      margin-left: 50px; */
    }
    
    .right_cart_button {
      font-size: 20px;
      cursor: pointer;
      background-color: white;
      color: Black;
      border: none;
      position: fixed;
      right: 0;
      top: 50%;
      text-align: center;
      box-shadow: -1px 0px 14px 6px #dddddd;
      z-index: 9;
    }
   
    #main {
      /* transition: margin-left .5s; */
      padding: 16px;
    }
    .right_cart_icon{
      width: 100%;padding: 5px 20px;
    }
    .right_cart_items{
      width: 100%;margin-top: -10px;
    }
    .right_cart_items_number{
      font-size: 10px;color: black;
    }
    .right_cart_amount_div{
      width: 100%;margin-top: -10px;
    }
    .right_cart_amount{
      font-size: 10.5px;color: #B41F23;
    }
    .right_cart_close_section{
      float: left;background-color: #818181;width: 100%;height: 28px;
    }
    .right_cart_close_button{
      margin-left: 10px;color:white;background-color: #B41F23;border: 0px;padding: 0.5rem 0.5rem;font-size: .8rem;line-height: .5;border-radius: 0rem;margin-top: 2.5px;
    }
    .right_cart_close_item{
      font-size: 10px;color: white;
    }
    .right_cart_item_parent{
      height: 70%;width: 100%;overflow-y: auto;padding: 5px 0px 10px 0px;
    }
    .right_cart_item_div{
      float: left;width: 100%;
    }
    .right_cart_item_count{
      width: 8%;float: left;
    }
    .right_cart_item_count_increment{
      border: 0px;color:black;background-color: white;width: 20px;height: 20px;padding: 0.1rem 0.1rem;font-size: 1.5rem;line-height: .2;border-radius: 0rem;
    }
    .right_cart_item_count_qty{
      border: 0px;width: 20px;height: 20px;text-align: center;padding: 0.1rem 0.1rem 0.6rem 0.1rem;border-radius: 0rem;font-size: 1rem;
    }
    .right_cart_item_count_decrement{
      border: 0px;color:black;background-color: white;width: 20px;height: 20px;padding: 0.1rem 0.1rem;font-size: 1.5rem;line-height: .2;border-radius: 0rem;margin-top: -9px;
    }
    .right_cart_item_image_div{
      width: 23.5%;float: left;
    }
    .right_cart_item_image_size{
      float: left;margin-top: 4px;
    }
    .right_cart_item_product_div{
      width: 60%;float: left;line-height: 1;
    }
    .right_cart_item_product{
      font-size: 11px;
    }
    .right_cart_item_product_qty{
      font-size: 12px;
    }
    .right_cart_item_product_cart_rule{
      font-size: 10px;color: #B41F23;
    }
    .right_cart_item_product_remove{
      width: 4%;float: left;
    }
    .right_cart_item_product_remove_button{
      font-size: 20px;color: #B41F23;line-height: 0;cursor: pointer;
    }
    .right_cart_item_footer{
      float: left;width: 100%;margin-top: 10px;left: 0;bottom: 0;position: absolute;
    }
    .right_cart_item_footer_total{
      font-size: 14px;margin-left: 10px;
    }
    .right_cart_item_footer_close{
      float: left;width: 50%;border-radius: 0px;background-color: #B41F23;border: 0px;
    }
    .right_cart_item_footer_checkout{
      float: left;width: 50%;border-radius: 0px;background-color: black;border: 0px;"
    }
    .promo_code{
        padding: 10px;
    }
    @media (max-width: 768px) {
      .right_cart_button {
        font-size: 20px;
        cursor: pointer;
        background-color: white;
        color: Black;
        border: none;
        position: fixed;
        right: 0;
        top: unset;
        left: 0;
        bottom: 0;
        text-align: center;
        box-shadow: -1px 0px 14px 6px #dddddd;
        z-index: 9;
        width: 100%;
        height: 45px;
      }
      .right_cart_icon {
          width: 30%;
          padding: 5px 20px;
          float: left;
      }
      .right_cart_items {
          width: 30%;
          margin-top: 5px;
          float: left;
      }
      .right_cart_amount_div {
          width: 40%;
          margin-top: 5px;
          float: left;
      }
      .right_cart_width{
        width: 100%;
      }
    }
/*right_cart*/

/*search box*/
/*            .header-search .form-control {
        min-width: 30.6rem;
        width: 30.6rem;
    }
*/
    #finalResult{
        position: absolute;
        z-index: 9;
        background-color: white;
        width: 55.5%;
    }
    .search-box{
        width: 100%;
        height: 50px;
        border-bottom: 1px solid #818282;
    }
    .search-box-img{
        width: 6%;
        padding-top: 5px;
        padding-left: 5px;
        float: left;
    }  
    .search-box-text{
        width:90%;;
        height: 50px;
        float: left;
        color: black;
    }
    .search-header-box{
        width: 100%;
        height: 25px;
        border-bottom: 1px solid #818282;
    }
    .search-box-header-text {
        width: 90%;
        height: 25px;
        float: left;
        color: black;
        margin-left: 8px;
    }
    .highlight{
        /*color: #4f751d;*/
        font-weight: 900;
    }
/*search box*/













@media only screen and (max-width: 600px) {

/*search box*/
#finalResult {
    position: absolute;
    z-index: 19;
    background-color: white;
    width: 93%;
}
.search-box-img {
    width: 14%;
    padding-top: 5px;
    padding-left: 5px;
    float: left;
}
.search-box-text {
    width: 83%;
    height: 50px;
    float: left;
    color: black;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/*search box*/

}



        body {
          margin: 0!important;
          overflow-x: hidden!important;
        }

      



        header .video-container {
            position: absolute;
            top: 0;
            right: 0;
            width: 100%;
            height: 100%;
            display: flex;
            justify-content: space-between;
            background: #7FC515;
            transition: 0.5s;
            z-index: -2;
            border-bottom: 8px solid #7FC515;
        }
        header .video-container video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            opacity: 1;
        }

        .navbar-expand-lg::after {
            content: "";
            width: 100%;
            height: 16px;
            position: absolute;
            bottom: -15px;
            left: 0;
            /*background-image: url(../../image_upload/icon/ripped-paper-header-1.png);*/
            background-position: center center;
            background-size: auto;
        }
        .carousel-caption {
            position: absolute;
            right: 15%;
            bottom: 1.25rem;
            left: 15%;
            padding-top: 1.25rem;
            padding-bottom: 1.25rem;
            color: #fff;
            text-align: left!important;
        }

        ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}




/*Service*/
.serviceBox{
    font-family: 'Roboto', sans-serif;
    text-align: center;
    padding: 5px;
    margin: 0 5px;
    border-radius: 100px 0;
    position: relative;
    z-index: 1;
    margin-bottom: 60px;
}
.serviceBox:before,
.serviceBox:after{
    content: "";
    width: 100px;
    height: 100px;
    border-radius: 100px 0 0 0;
    position: absolute;
    top: -6px;
    left: -6px;
    z-index: -2;
}
.serviceBox:after{
    border-radius: 0 0 100px 0;
    top: auto;
    bottom: -6px;
    left: auto;
    right: -6px;
}
.serviceBox .service-content{
    background: #fff;
    padding: 30px 15px 40px;
    border-radius: 90px 0;
    box-shadow: 0 0 8px rgba(0,0,0,0.3);
    height: 315px;
}
.serviceBox .service-icon{
    font-size: 45px;
    line-height: 45px;
    margin: 0 0 20px;
}
.serviceBox .title{
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 10px;
}
.serviceBox .description{
    color: #999;
    font-size: 15px;
    line-height: 25px;
    margin: 0;
}
.serviceBox.darkred{ --main-color: #b71540; }
.serviceBox.red{ --main-color: #eb2f06; }
.serviceBox.blue{ --main-color: #1e3799; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}

/*Service*/



/*About Us*/

        


.sec-title{
  position:relative;
  z-index: 1;
  margin-bottom:60px;
}

.sec-title .title{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #00aeef;
  font-weight: 500;
  margin-bottom: 15px;
text-transform: uppercase;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: white;
  font-weight: 600;
  padding-bottom:18px;
text-transform: uppercase;
}

.sec-title h2:before{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:50px;
  height:3px;
  background-color:#d1d2d6;
}

.sec-title .text{
  position: relative;
  font-size: 16px;
  line-height: 26px;
  color: #848484;
  font-weight: 400;
  margin-top: 35px;
}

.sec-title.light h2{
  color: #ffffff;
}

.sec-title.text-center h2:before{
  left:50%;
  margin-left: -25px;
}

.list-style-one{
  position:relative;
}

.list-style-one li{
  position:relative;
  font-size:16px;
  line-height:26px;
  color: #222222;
  font-weight:400;
  padding-left:35px;
  margin-bottom: 12px;
}

.list-style-one li:before {
    content: "\f058";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 18px;
    padding: 0px;
    color: #ff2222;
    font-weight: 600;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1.6;
    font-family: "Font Awesome 5 Free";
}

.list-style-one li a:hover{
  color: #44bce2;
}

.btn-style-one{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 30px;
  color: #ffffff;
  padding: 10px 30px;
  font-weight: 600;
  overflow: hidden;
  letter-spacing: 0.02em;
}

.btn-style-one:hover{
  background-color: #0794c9;
  color: #ffffff;
}
.about-section{
  position: relative;
  padding: 150px 0 150px;
}

.about-section .sec-title{
  margin-bottom: 45px;
}

.about-section .content-column{
  position: relative;
  margin-bottom: 50px;
}

.about-section .content-column .inner-column{
  position: relative;
  padding-left: 30px;
}

.about-section .text{
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 26px;
  color: white;
  font-weight: 400;
}

.about-section .list-style-one{
  margin-bottom: 45px;
}

.about-section .btn-box{
  position: relative;
}

.about-section .btn-box a{
  padding: 15px 50px;
}

.about-section .image-column{
  position: relative;
}

.about-section .image-column .text-layer{
    position: absolute;
    right: -110px;
    top: 50%;
    font-size: 325px;
    line-height: 1em;
    color: #ffffff;
    margin-top: -175px;
    font-weight: 500;
}

.about-section .image-column .inner-column{
  position: relative;
  padding-left: 80px;
  padding-bottom: 0px;
}
.about-section .image-column .inner-column .author-desc{
    position: absolute;
    bottom: 16px;
    z-index: 1;
    background: orange;
    padding: 10px 15px;
    left: 96px;
    width: calc(100% - 152px);
    border-radius: 50px;
}
.about-section .image-column .inner-column .author-desc h2{
    font-size: 21px;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
  margin: 0;
}
.about-section .image-column .inner-column .author-desc span{
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    color: #fff;
  display: block;
  font-weight: 400;
}
.about-section .image-column .inner-column:before{
    content: '';
    position: absolute;
    width: calc(50% + 80px);
    height: calc(100% + 160px);
    top: -80px;
    left: -3px;
    background: transparent;
    z-index: 0;
}

.about-section .image-column .image-1{
  position: relative;
}
.about-section .image-column .image-2{
  position: absolute;
  left: 0;
  bottom: 0;
}

.about-section .image-column .image-2 img,
.about-section .image-column .image-1 img{
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
      border-radius: 46px;
}

.about-section .image-column .video-link{
  position: absolute;
  left: 70px;
  top: 170px;
}

.about-section .image-column .video-link .link{
  position: relative;
  display: block;
  font-size: 22px;
  color: #191e34;
  font-weight: 400;
  text-align: center;
  height: 100px;
  width: 100px;
  line-height: 100px;
  background-color: #ffffff;
  border-radius: 50%;
  box-shadow: 0 30px 50px rgba(8,13,62,.15);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.about-section .image-column .video-link .link:hover{
  background-color: #191e34;
  color:
}
.carousel_caption {
    display: block;
    opacity: 1;
    padding: 10px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 1rem;
    bottom: 0;
    left: 0;
    right: 0;
}
.sec-title .title{
  position: relative;
  display: block;
  font-size:40px;
  line-height: 1.28em;
  color: black;
  font-weight: 600;
  padding-bottom:18px;
  text-transform: uppercase;
}
.sec-title .title:before {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 50px;
    height: 3px;
    background-color:black;
}
.text-color{
    color: black!important;
}

.cmt{
    margin-top: 110px;
}
/*About Us*/