html{
  overflow-x: hidden;
  scroll-behavior: smooth;
}
body{
  padding: 0;
  margin: 0;
  background: #fff;
  font-size: 14px;
  line-height: 1.4;
  /*overflow-x: hidden;*/
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: var(--dark-color);
}
.overflowon{
  overflow-y: auto;
}
.overflowoff{
  overflow-y: hidden; 
}
*{
  outline: none!important;
  transition: .3s ease-in-out;
}
img{
  max-width: 100%;
}
table{
  width: 100%;
}
a{
  text-decoration: none!important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  font-family: 'DM Serif Text', serif;
  /*font-family: 'Cinzel Decorative', cursive;*/
}
.m_on{
  display: none;
}
.displayoff{
  display: none!important;
}

/*color*/
  :root {
    --primary-color: #1c1c1c;
    --secondary-color: #fee83d;
    --color3: #636363;
    --txtcolor1: #004d9e;
    --txtcolor2: #000;
    --dark-color: #141414;
    --light-color: #f4f4f4;
    --black: #000000;
    --white: #ffffff;
    --lightgray: #fff0f0;
  }
  .transparent{
    background: transparent;
  }
  .primaryBG {
    background: var(--primary-color);
  }
  .secondaryBG {
    background: var(--secondary-color);
  }
  .blackBG{
    background: var(--black);
  }
  .whiteBG{
    background: var(--white);
  }
  .lightgrayBG{
    background: var(--lightgray);
  }
  .bg1{
    background: var(--primary-color);
  }
  .bg2{
    background: var(--secondary-color);
  }
  .blackTXT{
    color: var(--black);
  }
  .whiteTXT{
    color: var(--white);
  }
  .grayTXT{
    color: #979797;
  }
  .txtcolor1{
    color: var(--txtcolor1);
  }
  .txtcolor2{
    color: var(--txtcolor2);
  }
  .txtcolor3{
    color: var(--color3);
  }
/*end*/

/*Typography*/
  .captext{
    text-transform: uppercase;
  }
  .heading{
    position: relative;
    font-size: 46px;
    margin: 0;
    /*color: var(--primary-color);*/
  }
  .heading b, .heading strong{
    font-weight: 500;
  }
  .heading span{
    /*border-bottom: 2px solid var(--primary-color);*/
    padding: 2px 0;
  }
  .bttmline:after{
    content: "";
    position: absolute;
    top: calc(100% + 12px);
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    max-width: 30%;
    height: 4px;
    border-radius: 5px;
    background: var(--primary-color);
  }
  .heading2{
    font-size: 30px;
  }
  .heading2 b span{
    padding: 0 10px;
    color: var(--secondary-color);
    font-size: 32px;
  }
  .vewall{
    color: var(--secondary-color);
    padding: 8px 10px;
    border-radius: 50px;
  }
  .vewall i{
    color: #fff;
  }
  .vewall:hover{
    color: #fff;
    background: var(--primary-color);
  }
  .sectag{
    position: relative;
    padding-left: 55px;
    font-weight: 500;
  }
  .sectag.nodgn, .sectag.hozrdgn{
    padding-left: 0;
  }
  .sectag.hozrdgn{
    margin-bottom: 30px;
  }
  .sectag:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 5px;
    width: 44px;
    box-shadow: -3px 3px 7px 0 rgb(251 176 52 / 20%);
    background-color: #0000;
    background-image: linear-gradient(340deg , var(--secondary-color) 8%,var(--secondary-color) 100%);
    border-radius: 5px;
  }
  .sectag.nodgn:before{
    display: none;
  }
  .sectag.hozrdgn:before{
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
  }
  hr{
    border-top: 1px solid #e2e2e2;  
  }
  .bdr_t{
    border-top: 1px solid #e2e2e2;
  }
  .bdr_b{
    border-bottom: 1px solid #e2e2e2;
  }
/*end*/

/*Buttons*/
  .hoverbtn:hover{
    transform: scale(1.1);
    box-shadow: 1px 7px 15px rgba(0, 0, 0, 0.3);
  }
  .hovwhiteTXT:hover{
    color: white!important;
  }
  .hovblackTXT:hover{
    color: black!important;
  }
  .btn-shadow{
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
  }
  .btn-round{
    border-radius: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .btn-hover-big:hover{
    transform: scale(1.02);
  }
  .readmore{
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--white);
    background: var(--primary-color);
  }
  .readmore:hover{
    color: var(--secondary-color);
  }
/*end*/

/*Padding and margines*/
  .paddZero{
    padding: 0!important;
  }
  .plr_0{
    padding-left: 0;
    padding-right: 0;
  }
  .pddt_30{
    padding-top: 30px;
  }
  .pddb_30{
    padding-bottom: 30px;
  }
  .pddt_50{
    padding-top: 50px;
  }
  .pddb_50{
    padding-bottom: 50px;
  }
  .pddt_70{
    padding-top: 70px;
  }
  .pddb_70{
    padding-bottom: 70px;
  }
  .m_0{
    margin: 0!important;
  }
  .mt_0{
    margin-top: 0!important;
  }
  .mb_0{
    margin-bottom: 0!important;
  }
  .mt_30{
    margin-top: 30px;
  }
  .mt_50{
    margin-top: 50px;
  }
  .mt_70{
    margin-top: 70px;
  }
  .mb_30{
    margin-bottom: 30px;
  }
  .mb_50{
    margin-bottom: 50px;
  }
  .mb_70{
    margin-bottom: 70px;
  }
/*end*/

.floatL{
  float: left;
}
.floatR{
  float: right;
}
.relative{
  position: relative;
}
.fa-font:before, .fa-font:after, .fa-font li:before, .fa-font li:after{    
  font: normal normal normal 14px/1 FontAwesome;
  content: none;
}

/*Breadcrumb*/
  .breadcrumb {
    margin-bottom: 20px;
    margin-top: 0px;
    border-radius: 0px;
    font-size: 12px;
  }
/*end*/

/*flex items*/  
  .flxcontrol{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
  }
  .align-items-start{
    align-items: flex-start;
  }
  .flx-reverse{
    flex-direction: row-reverse;
  }
  .justify-content-center{
    justify-content: center;
  }
/*end*/

/*header alert*/
  .alertinfo{
    height: 40px;
    overflow: hidden;
    background: var(--secondary-color);
    top: -5px;
    position: relative;
    color: var(--txtcolor2);
    padding: 0 35px;
  }
  header.alerthas.fixed{
    height: 106px;
  }
  .alerthas .navbar.navbtmenu{
    top: 106px;
  }
  .alertinfo .close{
    position: absolute;
    top: 5px;
    right: 10px;
    color: #b11a1a;
    opacity: 1;
    background: rgb(255 255 255 / 21%);
    width: 20px;
    height: 20px;
    text-shadow: none;
    font-size: 15px;
    padding: 3px 0;
    border-radius: 50%;
    cursor: pointer;
  }
  @media (max-width: 767px){
    .alertinfo *{
      font-size: 112%;
    }
    .alerthas .navbar.navbtmenu{
      top: 88px;
    }
  }
/*end*/

/*Loader*/
  .preloader-wrapper{    
    position: fixed;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
  }
  .preloader .ldr_prt{
    height: 100vh;
    width: 100vw;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: 1.2s ease-in-out;
  }
  .preloader .cntr{
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -100vh);
    max-width: 500px;
    width: 90%;
    transition: 1s;
    z-index: 1;
    text-align: center;
  }
  .preloader .cntr:after{
    content: "";
    width: 100%;
    left: 0;
    height: 100%;
    background: #fff;
    position: absolute;
    opacity: 1;
    animation: show 4s infinite;
    z-index: 1;
  }  
  .preloader .cntr p{
    color: #737373;
    margin-top: 25px;
    font-size: 20px;
    line-height: 1.4;
  }
  .preloader .ldr{
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: fixed;
    bottom: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .preloader .ldr .fa{
    color: var(--secondary-color);
  }
  .preloader .ldr .ldrtxt{
    font-size: 16px;
    font-weight: 500;
    padding-left: 12px;
    margin: 10px auto;
    color: #bfbfbf;
  }
  @keyframes show {
    0% {
      opacity: .7;
      /*backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);*/
      transform: translateX(0%);
    } 
    100% {
      opacity: .4;
      /*backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);*/
      transform: translateX(110%);
    }
  }
  @-webkit-keyframes show {
    0% {
      opacity: .7;
      /*backdrop-filter: blur(10px);
      -webkit-backdrop-filter: blur(10px);*/
      transform: translateX(0%);
    } 
    100% {
      opacity: .4;
      /*backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);*/
      transform: translateX(110%);
    }
  }
  .preloader-wrapper.active{
    opacity: 1;
    visibility: visible;
    z-index: 999999;
  }
  .preloader-wrapper.active .preloader .cntr{
    transform: translate(-50%, -50%);
  }
  .preloader .lft{
    transform: translateX(-220%);
  }
  .preloader .rgt{
    transform: translateX(220%);
  }
  .preloader-wrapper.active .preloader .lft{
    transform: translateX(0);
  }
  .preloader-wrapper.active .preloader .rgt{
    transform: translateX(0);
  }
/*end*/

/*Heading*/
  header{
    height: 118px;
  }
  .navbar {
    margin-bottom: 0;
    background: #fff;
    backdrop-filter: blur(2px);
    z-index: 9999;
    border: 0;
    padding: 5px 0 5px;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 1.4 !important;
    border-radius: 0;
    box-shadow: 0 0 30px rgb(106 66 145 / 10%);
    min-height: unset;
    /*border-bottom-right-radius: 100px;
    border-bottom-left-radius: 100px;*/
  }
  .fixed .navbar{
    background: #fff;
    box-shadow: 0 0 110px rgb(106 66 145 / 20%);
  }
  .navbar .container{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
  }
  .fixed .navbar.navbtmenu{
    box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
  }
  .ripped-paper{
    /*position: relative;*/
  }
  .ripped-paper:after{
    content: "";
    width: 100%;
    height: 16px;
    position: absolute;
    bottom: -15px;
    left: 0;
    background-image: url(../img/ripped-paper-top.png);
    background-position: center center;
    background-size: auto;
    z-index: -1;
    display: none;
  }
  .fixed .ripped-paper:before{
    content: "";
    width: 100%;
    height: 35px;
    position: absolute;
    bottom: -36px;
    left: 0;
    background: linear-gradient(rgb(0 0 0 / 10%), rgb(0 0 0 / 2%), rgb(0 0 0 / 0%));
    background-position: center center;
    background-size: auto;
    z-index: -1;
    display: none;
  }
  /*.navbar .brand.wlogo{
    display: block;
  }
  .fixed .navbar .brand.wlogo{
    display: none;
  }
  .navbar .brand.clrlogo{
    display: none;
  }*/
  .fixed .navbar .brand.clrlogo{
    display: block;
  }
  .navbar-fixed-top .container .row{
    display: flex;
    align-items: center;
  }
  .navbar .navbar-header{
    margin-left: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
  }
  .navbar .navbar-brand{
    padding: 5px 0;
    margin-left: 0 !important;
  }
  .fxmenu{
    flex-grow: 1;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #f4511e !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
    /*float: unset;*/
    margin: 0 5px 0 0;
    background: transparent!important;
  }
  .navbar-default .navbar-toggle .icon-bar{
    background: #fff;
    transition: .3s;
    border-radius: 5px;
  }
  .fixed .navbar-default .navbar-toggle .icon-bar{
    background: #255946;
  }
  .navbar-default .navbar-toggle .two{
    width: 19px;
  }
  .navbar-default .navbar-toggle .three{
    width: 16px;
  }
  .navbar-default .navbar-toggle.active .one{
    width: 22px;
  }
  .navbar-default .navbar-toggle.active .three{
    width: 22px;
  }
  .navbar-default .navbar-toggle.active .two{
    width: 22px;
  }
  .navbar-default .mainmenu{
    display: inline-block;
    padding: 0;
    margin: 0;
  }
  .navbar-default .mainmenu li{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 8px;
    margin: 0 5px;
    font-size: 18px;
    line-height: 24px;
    border-radius: 2px;
    cursor: pointer;
    color: black;
  }
  .fixed .navbar-default .mainmenu li{
    color: black;
  }
  .navbar-default .mainmenu li img{
    max-width: 18px;
    filter: invert(1) brightness(100);
  }
  .fixed .navbar-default .mainmenu li img{
    /*filter: none;*/
  }
  .navbar-default .mainmenu li:hover{
    /*opacity: 1;*/
  }
  .mainmenu li .sminfo {
    position: absolute;
    top: 5px;
    right: 1px;
    background: var(--secondary-color);
    color: #fff;
    padding: 4px 0;
    border-radius: 100%;
    line-height: 8px;
    width: 15px;
    height: 15px;
    text-align: center;
    font-size: 12px;
  }
  .navbar .brand{
    max-width: 400px;
    margin: 1px auto;
    max-height: 54px;
    object-position: left;
  }
  .squize.navbar .brand{
    /*max-width: 75px;*/
  }
  .navbar-default .navbar-collapse{
    /*padding: 10px 0;*/
    flex-grow: 1;
    width: 100%;
  }
  #menu-header-menu{
    text-align: center;
    display: flex;
    justify-content: space-between;
    margin: 0;
    border-top: 1px solid rgb(189 189 189 / 50%);
    align-items: center;
  }
  .navbar .menu{
    padding: 0;
    text-align: right;
    margin: 10px 0;
  }
  .navbar .menu.menu-text-left{
    text-align: left;
  }
  .navbar .menu li{
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 5px;
    margin: 5px;
    font-size: 14px;
    line-height: 1.4;
    border-radius: 70px;
    font-family: "Poppins", serif;
  }
  .navbar .menu li:hover{
    background: var(--primary-color);
  }
  .navbar .menu li.card{
    background: var(--secondary-color);
    text-align: center;
    border: 2px solid var(--secondary-color);
  }
  .navbar .fxmenu .menu li.card a{
    color: var(--dark-color)!important;
  }

  @property --angle{
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
  }

  /*.navbar .menu li.card::after, .navbar .menu li.card::before{
    content: '';
    position: absolute;
    height: calc(100% + 6px);
    width: calc(100% + 10px);
    background-image: conic-gradient(from var(--angle), #ff4545, #00ff99, #006aff, #ff0095, #ff4545);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 3px;
    border-radius: 50px;
    animation: 3s spin linear infinite;
  }
  .navbar .menu li.card::before{
    filter: blur(1.5rem);
    opacity: 0.5;
  }
  @keyframes spin{
    from{
      --angle: 0deg;
    }
    to{
      --angle: 360deg;
    }
  }*/
  /*.navbar .menu li.special{
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    cursor: pointer;
    background: linear-gradient(125.7deg, rgb(94 24 163) 25.43%, rgb(133 26 234) 74.38%);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    align-items: center;
    justify-content: center;
    transition: .2s linear;
    color: #fff;
    z-index: 1;
  }
  .navbar .menu li.special::after, .navbar .menu li.special::before{
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: conic-gradient(from var(--angle), #ff4545, #00ff99, #006aff, #ff0095, #ff4545);
    top: 50%;
    left: 50%;
    translate: -50% -50%;
    z-index: -1;
    padding: 3px;
    border-radius: 10px;
    animation: 3s spin linear infinite;
  }
  .navbar .menu li.special::before {
    filter: blur(1.5rem);
    opacity: 0.5;
  }*/
  /*.navbar .menu li.special:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: conic-gradient(red, yellow, green);
    z-index: 1;
    border-radius: 50px;
  }
  .navbar .menu li.special:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(125.7deg, rgb(94 24 163) 25.43%, rgb(133 26 234) 74.38%);
    border: 2px solid rgb(255 255 255 / 0%);
    z-index: 2;
    border-radius: 50px;
  }
  .navbar .menu li.special:hover{
    transform: scale(1.05);
  }*/
  .navbar .menu li.callbtn{
    background: rgb(0 0 0 / 11%);
    border: 2px solid #fff;
    padding: 5px 0px;
    /*animation: phonering-rotate 1s infinite ease-in-out;*/
  }
  .navbar .menu li.callbtn:hover{
    background: #fff;
    border: 2px solid var(--primary-color);
  }
  .navbar .menu li.callbtn a{
    padding-left: 6px;
  }
  .navbar .menu li.callbtn:hover a{
    color: var(--primary-color);
  }
  .navbar .menu li.callbtn i{
    /*animation: pulsh 5s infinite;*/
    padding: 7px 5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 5px;
    background: #fff;
    color: var(--primary-color);
  }
  .navbar .menu li.callbtn:hover i{
    background: rgb(0 0 0 / 11%);
  }
  .navbar .menu li a{
    text-decoration: none;
    color: #000000;  
    padding: 7px 12px;
    font-weight: 400;
  }
  .fixed .navbar .menu li a{
    color: #000000;  
  }
  .navbar .menu li:hover a{
    color: #fff;
  }
  .navbar .menu li.special a{
    color: #fff!important;
    opacity: 1;
  }
  .navbar .menu li.special:hover a{
    opacity: 1;
  }
  .menu-item-has-children:after{
    content: "\f107";
    position: relative;
    right: 10px;
    top: 0px;
    color: #000;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    display: none;
  }
  .navbar .menu li:hover:after{
    color: var(--red);
  }
  .navbar .menu .sub-menu{
    padding: 0;
    position: absolute;
    max-height: 500px;
    overflow-y: auto;
    width: 200px;
    left: 0;
    top: 100px;
    display: none;
    background: var(--primary-color);
    z-index: 9;
    transition: .2s;
    border-radius: 20px;
    box-shadow: 0px 15px 50px rgb(0 0 0 / 20%);
  }
  .navbar .menu li i{
    color: #fff;
  }
  .fixed .navbar .menu li i{
    color: #000000;
  }
  .navbar .menu .col2 .sub-menu{
    width: auto;
    list-style: none;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    padding-left: 0;
  }
  .navbar .menu li:hover > .sub-menu{
    display: block;
    top: 40px;
  }
  .navbar .menu .sub-menu li{
    display: block;
    text-align: left; 
    margin: 0;
    font-family: 'Poppins';
  }
  .navbar .menu .col2 .sub-menu li{
    min-width: 150px;
  }
  .navbar .menu .sub-menu li:hover{
    background: rgb(255 255 255 / 12%);
  }
  .navbar .menu .sub-menu li a{
    color: #fff;
    letter-spacing: 0;
    width: 100%;
    display: block;
    padding: 2px 10px;
    font-weight: 300;
  }
  .navbar .menu .sub-menu li:hover a{
    color: #fff;
  }
  .navbar .menu .sub-menu .sub-menu{
    width: 250px;
    right: 50%;
    top: 0;
    background: #e5f4ff;
    z-index: -1;
    border-radius: 10px 0px 10px 10px;
  }
  .navbar .menu .sub-menu .sub-menu li a{
    color: black;
  }
  .navbar .menu .sub-menu .sub-menu li:hover a{
    color: #0043ff;
  }
  .navbar .menu .sub-menu li:hover .sub-menu{
    visibility: visible;
    opacity: 1;
    right: 100%;
    top: 0;
    z-index: 2;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:hover{
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:after{
    color: var(--purple);
    position: absolute;
    width: 10px;
    top: 50%;
    left: 90%;
    transform: translateY(-50%) rotate(90deg);
    transition: .2s;
  }
  .navbar .menu .sub-menu li.menu-item-has-children:hover:after{
    left: 0;
  }
  .navbar.navbtmenu{
    padding: 0;
    top: 66px;
    box-shadow: none;
    z-index: 9999;
    position: fixed;
    width: 100%;
  }
  .navbar .menu .menu-item.active {
    background: var(--primary-color);
    border-radius: 50px;
  }
  .navbar .menu .menu-item.active a {
    color: #fff;
  }
  .btcats{
    margin: 0;
    color: #000;
    border-top: 1px dashed rgb(169 169 169 / 35%);
  }
  .fixed .btcats{
    background: #fff;
    color: #000;
  }
  .btcats .menucont{
    position: relative;
    padding: 0;
  }
  .btcats .menucont ul{
    margin-bottom: 0;
    /*border-top: 1px solid rgb(255 255 255 / 38%);*/
  }
  .srchopen{
    margin: 7px 0;
    padding: 3px 7px;
    background: #fff;
    border: none;
    background: transparent;
  }
  .srchopen i{
    color: #fff;
    font-size: 16px;
  }
  .fixed .srchopen i{
    color: #255946;
  }
  .h_search form{
    position: relative;
  }
  .h_search form input{
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    background: #f4f4f4;
    padding: 7px 30px 7px 10px;
    border: none;
    border-radius: 3px;
    color: #000;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    font-size: 16px;
  }
  .h_search form button{
    position: relative;
    color: #000;
    font-size: 20px;
    background: #0000;
    border: none;
    z-index: 9;
  }
  .h_search form:hover input,
  .h_search form.active input{
    visibility: visible;
    opacity: 1;    
    width: 250px;
  }
  .h_search form:hover button,
  .h_search form.active button{
    color: var(--red);
  }
  .btcats .menu{
    margin: 0;
    text-align: center;
  }
  .btcats .menu li{
    margin: 5px 0;
    padding: 6px 10px;
    text-align: center;
    font-size: 14px;
    border-radius: 8px;
  }
  .btcats .menu li:hover{
    background: var(--secondary-color);
  }
  .btcats .menu .sub-menu li:hover{
    background: #f3dbb8;
  }
  .btcats .menu .sub-menu li{
    text-align: left;
    padding: 0;
    font-size: 16px;
  }
  .btcats .menu li a{
    color: #fff;
  }
  .btcats .menu .sub-menu li a{
    padding: 7px 10px;
  }
  .btcats .menu-item-has-children:after{
    color: #fff;
  }
  .btcats .menu li:hover:after{
    color: #fff;
  }
  /* width */
  .btcats .sub-menu::-webkit-scrollbar {
    width: 5px;
  }
  /* Track */
  .btcats .sub-menu::-webkit-scrollbar-track {
    background: #fff;
  }
  /* Handle */
  .btcats .sub-menu::-webkit-scrollbar-thumb {
    background: #ff3636; 
  }
  /* Handle on hover */
  .btcats .sub-menu::-webkit-scrollbar-thumb:hover {
    background: #ff3636; 
  }
/*End*/

/*section top and bottom design*/
  .sec_bt_dgs, .sec_tp_dgs{
    position: relative;
    z-index: 1;
  }
  .sec_bt_dgs:after, .sec_tp_dgs:before{
    content: "";
    position: absolute;
    left: 0;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 60px;
    z-index: 2;
    display: none;
  }
  .sec_bt_dgs:after{
    bottom: 0;
    background-image: url(../img/ripoff.png);
  }
  .sec_tp_dgs:before{
    top: 0;
    background-image: url(../img/ripoff_flip.png);
  }
/*end*/

/*Video Banner*/
  .sec-video{
    position: relative;
    overflow: hidden;
    min-height: 100vh;
    width: 100%;
    z-index: 1;
  }
  .sec-video:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgb(0 0 0 / 70%), rgb(0 0 0 / 15%), rgb(0 0 0 / 6%), rgb(0 0 0 / 15%), rgb(0 0 0 / 70%));
    z-index: 1;
  }
  .video-cont{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100vh;
    transform: translate(-50%, -50%);
  }
  .mute-button{
    position: absolute;
    left: 15px;
    bottom: 15px;
    z-index: 2;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 10%);
    border: 1px solid rgb(255 255 255 / 50%);
    border-radius: 50%;
    color: #fff;
    cursor: pointer;
    backdrop-filter: blur(10px);
  }
  .mute-button:hover{
    transform: scale(1.05);
  }
  .fa-volume-off:after{
    content: "";
    width: 1px;
    height: 16px;
    background: #fff;
    box-shadow: 1px 1px 1px rgb(0 0 0 / 50%);
    position: absolute;
    left: 53%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .scrollicon{
    position: absolute;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
    z-index: 2;
  }
  .scrollicon img{
    width: 60px;
    opacity: .8;
  }
  .bounce {
    animation: bounce 5s ease infinite;
  }
  @keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
      transform: translateY(0%);
    }
    40% {
      transform: translateY(-30%);
    }
    60% {
      transform: translateY(-15%);
    }
  }
/*end*/

/*banner section*/
  .section-1{  
    position: relative;
    overflow: hidden;
    z-index: 1;
  }
  .showcase{
    border-radius: 0;
    overflow: hidden;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
  }
  .showcase .uspline{
    text-align: center;
    position: absolute;
    top: 125px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    color: #fff;
    font-size: 54px;
    margin: 0;
    padding: 10px;
    border-top: 2px dotted #fff;
    border-bottom: 2px dotted #fff;
  }
  .showcase .bgimg{
    position: relative;
    overflow: hidden;
    height: calc(100vh - 118px);
  }
  .showcase .bgimg .sldr_bg_img{
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100%;
    height: 100%;
    width: 100%;
    transition: 3s ease-in-out;
    scale: 1.3;
  }
  .showcase .swiper-slide-active .bgimg .sldr_bg_img{
    scale: 1;
  }
  .showcase .up_lable{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -40%);
    padding: 15px;
  }
  .showcase .up_lable h1{
    font-size: 40px;
    color: rgb(255 255 255);
    font-weight: 500;
    /*-webkit-text-stroke: .5px #fff;*/
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-line-clamp: 4;
    margin-bottom: 5px;
    margin-top: 30px;
    text-transform: capitalize;
  }
  .showcase .heading span{
    color: #ffffff;
    font-size: 160%;
  }
  .showcase .up_lable p{
    font-size: 18px;
    max-width: 600px;
    margin: 15px auto 0 auto;
    /* opacity: .7; */
    /* background: var(--secondary-color); */
    color: var(--secondary-color);
  }
  .showcase .up_lable .readfull{
    color: #000;
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    padding: 13px 28px 13px 28px;
    transition: .3s;
    margin-top: 30px;
    border-radius: 50px;
    box-shadow: 0 15px 20px rgb(34 0 67 / 21%);
  }
  .showcase .up_lable .readfull:hover{
    background: #fff;
    color: black;
  }
  .showcase .slidoverlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, var(--primary-color), rgb(0 0 0 / 35%), rgb(0 0 0 / 35%), rgb(0 0 0 / 35%), rgb(0 0 0 / 35%));
  }
  .showcase .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: .4;
  }
  .showcase .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
  }
  .showcase .swiper-button-prev:after,
  .showcase .swiper-button-next:after{
    font-size: 14px;
    color: #fff;
    text-transform: uppercase!important;
    font-family: 'Quicksand', sans-serif;
    font-weight: 500;
    letter-spacing: 2px;
    transform: rotate(90deg);
  }
  .showcase .swiper-button-prev:before,
  .showcase .swiper-button-next:before{
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 2px;
    background: white;
  }
  .showcase .swiper-button-prev:before{
    left: 105%;
  }
  .showcase .swiper-button-next:before{
    left: -5%;
  }
  .section-1 .swiper-pagination1{
    bottom: 75px;
  }
  .section-1 .showcase .swiper-pagination-bullet-active{
    background: #0000;
    opacity: 1;
    border: 2px solid #fff;
    width: 12px;
    height: 12px;
  }
/*end*/

/*Section 2*/
  .section-2{
    position: relative;
    z-index: 1;
    overflow: hidden;
  }
  .section-2::after{
    content: "";
    position: absolute;
    right: -80px;
    bottom: 0px;
    width: 400px;
    height: 200px;
    background: url(../img/bee1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    transform: rotateY(-180deg);
  }
  .workimgs{
    position: relative;
    z-index: 1;
    /*padding-right: 6.5%*/
  }
  .workimgs .img1{
    position: absolute;
    max-width: 100%;
    width: 100%;
    z-index: -1;
    left: -10%;
  }
  .workimgs .img1:after{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: ' ';
    background-color: var(--secondary-color);
    opacity: .90;
  }
  .workimgs .img2{
    position: relative;
    top: 60px;
  }
  .workimgs .img2 img{
    width: 100%;
  }
  .abtinfobox{
    color: var(--color3);
  }
  .abtinfobox .heading{
    color: var(--primary-color);
  }
  .abtinfobox blockquote{
    position: relative;
    border-left-color: transparent;
    margin-left: 0;
  }
  .abtinfobox blockquote:before{
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 85%;
    width: 4px;
    box-shadow: -3px 3px 7px 0 rgb(251 176 52 / 20%);
    background-color: #0000;
    background-image: linear-gradient(340deg ,var(--secondary-color) 8%,var(--secondary-color) 100%);
    border-radius: 5px;
  }
  .abtinfobox .flxcontrol{
    justify-content: space-around;
  }
  .abtinfobox .flxcontrol > div.slideanim{
    width: 30%;
  }
  .abtinfobox .flxcontrol h3{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 0;
    position: relative;
  }
  .abtinfobox .flxcontrol h3::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: -30px;
    width: 100%;
    height: 112%;
    background: var(--secondary-color);
    z-index: -1;
  }
  .abtinfobox .flxcontrol p{

  }
/*end*/

/*Section 3*/
  .section-3{    
    width: 100%;
    position: relative;
    background: var(--light-color);
    z-index: 1;
    overflow: hidden;
  }
  .section-3:after{
    content: "";
    position: absolute;
    left: 25%;
    top: -50%;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: url(../img/design.svg) no-repeat center center/cover;
    z-index: -1;
  }
  .section-3::before{   
    content: ""; 
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
  }
  .section-3 .sec3item{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 20px;
    padding: 20px;
    background: var(--secondary-color);
    border-bottom: 5px solid var(--primary-color);
  }
  .section-3 .sec3item .icon{
    width: 125px;
    height: 125px;
    text-align: center;
    background: var(--secondary-color);
    padding: 25px 0;
  }
  .section-3 .sec3item .icon img{    
    filter: invert(0) brightness(10);
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .section-3 .sec3item .icon svg{
    fill: var(--primary-color);
    transition: 0s;
  }
  .section-3 .sec3item .infocont{
    width: calc(100% - 125px);
    padding: 0 15px;
  }
  .section-3 .sec3item h3{
    margin-top: 5px;
  }
  .section-3 .sec3item p{
    color: var(--color3);
    line-height: 1.3;
    font-size: 14px;
  }
  .section-3 .sec3item:hover{
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px #00104bb3;
    border-bottom-color: var(--primary-color);
  }
  .section-3 .sec3item:hover .icon{
    background: var(--secondary-color);
  }
  .section-3 .sec3item:hover svg{
    /*fill: white;*/
  }
  .section-3 .sec3item:hover img{
    filter: invert(1) brightness(0);
  }
  .section-3 .sec3item:hover h3{
    color: var(--primary-color);
  }
  .section-3 .sec3item:hover p{
    
  }
/*end*/

/*section 4*/
  .section-4{
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  .section-4::after{
    content: "";
    position: absolute;
    width: 40%;
    aspect-ratio: 1 / 1;
    background: url(../img/shape.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: top;
    bottom: 0;
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    z-index: -1;
    opacity: 0.2;
  }
  .section-4 .flxcontrol{
    align-items: stretch;
  }
  .sec4item{
    position: relative;
    padding: 30px 20px;
    height: 100%;
    border: 2px solid var(--light-color);
    border-radius: 15px;
    background: #fff;
  }
  .sec4item .icon{
    width: 100%;
  }
  .sec4item .icon svg{
    
  }
  .sec4item .icon img{
    max-width: 60px;
  }
  .sec4item .infocont{
    width: 100%;
    margin-bottom: 80px;
  }
  .sec4item .infocont h3{
    color: var(--primary-color);
    font-weight: 600;
    font-family: 'Poppins';
    font-size: 18px;
    min-height: 40px;
  }
  .sec4item .infocont p{
    color: var(--color3);
    font-size: 14px;
  }
  .sec4item .infocont .arrwbtn{
    position: absolute;
    left: 50%;
    bottom: 25px;
    transform: translateX(-50%);
  }
  .sec4item .infocont .arrwbtn button{
    background-color: var(--light-color);
    background-image: url(../img/arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    text-shadow: 0 0 10px transparent;
    padding: 26px;
    border-radius: 50%;
    border: none;
  }
  .sec4item:hover{
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
    transition: all .3s ease-out;
    border: 2px solid #fff;
  }
  .sec4item:hover .infocont .arrwbtn button{
    background-color: var(--secondary-color);
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0nMS4wJyBlbmNvZGluZz0nVVRGLTgnPz48c3ZnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zycgd2lkdGg9JzU0JyBoZWlnaHQ9JzU0JyB2aWV3Qm94PScwIDAgNTQgNTQnPjxnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0zMTggLTM4MzcpJz48Y2lyY2xlIGN4PScyNycgY3k9JzI3JyByPScyNycgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMzE4IDM4MzcpJyBmaWxsPSd0cmFuc3BhcmVudCc+PC9jaXJjbGU+PGcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoMTQ4IDEwMzkuMTk2KSc+PHBhdGggZD0nTTI2MzQuNy0xNjkyLjY0NGwzLjc5MiwzLjc5Mi0uNjMyLjYzMi0zLjE2LDMuMTYnIHRyYW5zZm9ybT0ndHJhbnNsYXRlKC0yNDQxLjk3NiA0NTEzLjQ0OCknIGZpbGw9J25vbmUnIHN0cm9rZT0nIzAwMjI0MCcgc3Ryb2tlLXdpZHRoPScxLjUnPjwvcGF0aD48cGF0aCBkPSdNMjYzNC43LTE2OTIuNjQ0bDMuNzkyLDMuNzkyLS42MzIuNjMyLTMuMTYsMy4xNicgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLTI0MzcuODczIDQ1MTMuNDQ4KScgZmlsbD0nbm9uZScgc3Ryb2tlPScjMDAyMjQwJyBzdHJva2Utd2lkdGg9JzEuNSc+PC9wYXRoPjwvZz48L2c+PC9zdmc+IA==);
  }
/*end*/

/*Section 5*/
  .section-5{
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-image: url(../img/oak_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left center;
    min-height: 70vh;
    display: flex;
    align-items: center;
  }
  .section-5:before, .section-5:after{
    content: "";
    position: absolute;
    transform: translateX(-50%);
    width: 900px;
    height: 900px;
    background: url(../img/design.svg) no-repeat center center/cover;
    z-index: -1;
    opacity: .1;
  }
  .section-5:before{
    left: 25%;
    top: -50%;
  }
  .section-5:after{
    left: 80%;
    bottom: -50%;
  }
  .section-5 .flxcontrol{

  }
  .section-5 .sectag {
    background: var(--secondary-color);
    display: inline-block;
    padding: 3px 5px;
    font-size: 16px;
    font-style: italic;
  }
  .section-5 .heading{
    color: #633414;
    margin: 10px 0 20px 0;
  }
/*end*/

/*Section 6*/
  .section-6{
    overflow: hidden;
  }
  .sec6item{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    padding: 30px;
    transition: all .3s ease-out;
    overflow: hidden;
    max-width: 500px;
  }
  .sec6item:after{
    content: "";
    position: absolute;
    right: -5px;
    bottom: 0;
    width: 154px;
    height: 125px;
    background: url(../img/quote.svg) no-repeat center center/cover;
    z-index: -1;
    transform: rotate(-180deg);
    opacity: .05;
    transition: .3s;
  }
  .sec6item:hover:after{
    background: url(../img/quote2.svg) no-repeat center center/cover;
    opacity: 1;
  }
  .sec6item .thumbimg{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
  }
  .sec6item .hdingcont{
    width: calc(100% - 80px);
    padding: 0 15px;
  }
  .sec6item .hdingcont h3{
    margin-top: 10px;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'Poppins';
  }
  .sec6item .hdingcont .ratings:after{
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    color: var(--secondary-color);
    font-family: FontAwesome;
    font-size: 16px;
  }
  .sec6item .infocont{
    width: 100%;
    padding: 10px 0px;
    color: var(--color3);
    font-size: 14px;
    line-height: 1.4;
  }
  .sec6item:hover{
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
  }
  .section-6 .sec6pagination{
    bottom: -30px;
  }
  .section-6 .swiper-slide{
    opacity: 0.5;
  }
  .section-6 .swiper-slide.swiper-slide-next{
    opacity: 1;
  }
  .section-6 .swiper-slide.swiper-slide-next .sec6item:after{
    background: url(../img/quote2.svg) no-repeat center center/cover;
    opacity: 1;
  }
  .section-6 .swiper-slide.swiper-slide-next .sec6item{
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
    background: #fff;
    scale: 1.02;
    z-index: 3;
  }
/*end*/

/*Section 7*/
  .section-7{
    width: 100%;
    position: relative;
    background: url("../img/bg2.jpg") no-repeat center center/cover;
    z-index: 1;
    /*overflow: hidden;*/
  }
  .section-7 .btn{
    position: relative;
    padding-right: 65px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 25px;
  }
  .section-7 .btn:after{
    content: "\f101";
    font-family: FontAwesome;
    background-color: var(--secondary-color);
    position: absolute;
    width: 45px;
    height: 45px;
    font-size: 14px;
    text-align: center;
    border-radius: 50%;
    color: var(--primary-color);
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 45px;
    font-weight: 900;
    text-transform: none;
  }
  .section-7 .unsetpos{
    position: unset;
  }
  .section-7 .sec7img{
    position: absolute;
    bottom: 0;
    right: -5%;
    max-width: 100%;
    width: 1420px;
    z-index: -1;
  }
/*end*/

/*Gallery*/
  .gallery{
    overflow: hidden;
  }
  .gallery .heading2{
    color: var(--primary-color);
  }
  .clctn{
    position: relative;
  }
  .clctn .thumb_img{
    width: 100%;
  }
  .clctn .thumb_img img{
    aspect-ratio: 4 / 3;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .clctn .item_info{
    position: absolute;
    bottom: -1px;
    background: linear-gradient(0deg, rgb(0 0 0 / 80%), rgb(0 0 0 / 60%), rgb(0 0 0 / 50%), rgb(0 0 0 / 0%));
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 0 0px;
    width: 100%;
    box-shadow: 0 15px 40px rgb(0 0 0 / 10%);
  }
  .clctn h4{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0;
    margin: 0.5em auto 0.5em;
    padding: 0 15px;
  }
  .swiper-collections .swiper-slide{
    transition: .4s;
    opacity: .5;
  }
  .swiper-collections .swiper-slide-next{
    transform: scale(1.5);
    z-index: 3;
    opacity: 1;
  }
  .swiper-collections .swiper-slide-next .clctn{
    box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
  }
  .swiper-collections .swiper-button-next, .swiper-collections .swiper-button-prev{
    border: 2px solid var(--primary-color);
    background: var(--primary-color);
    width: 44px;
    border-radius: 50%;
  }
  .swiper-collections .swiper-button-next:after, .swiper-collections .swiper-button-prev:after {
    color: #fff;
    font-size: 20px;
  }
  .gallery .btn{
    min-width: 170px;
    padding: 12px 18px;
    background: var(--secondary-color);
    color: #fff;
    position: relative;
    left: -10px;
    animation: pulsh 7s infinite;
  }
  .gallery .btn:hover{
    animation: pulsh 3s infinite;
    background: var(--primary-color);
  }
/*end*/

/* Team Section */
  .team-section{
    position:relative;
    z-index: 1;
  }
  .team-section::after{
    content: "";
    position: absolute;
    left: 0px;
    bottom: -120px;
    width: 550px;
    height: 250px;
    background: url(../img/bee2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1;
    pointer-events: none;
  }
  .team-block{
    position:relative;
    margin-bottom:30px;
  }
  .team-block .inner-box{
    position:relative;
    overflow:hidden;
    background-color:#ffffff;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  .team-block .inner-box:hover{
    box-shadow:30px 20px 40px 0px rgba(0,0,0,0.05);
  }
  .team-block .image{
    position:relative;
  }
  .team-block .image img{
    position:relative;
    width:100%;
    display:block;
  }
  .team-block .image .overlay-box{
    position:absolute;
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
  }
  .team-block .image .overlay-box:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    opacity:0;
    top:100%;
    transition: all 900ms ease;
      -moz-transition: all 900ms ease;
      -webkit-transition: all 900ms ease;
      -ms-transition: all 900ms ease;
      -o-transition: all 900ms ease;
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, var(--secondary-color) 100%);
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, var(--secondary-color) 100%);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, var(--secondary-color) 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, var(--secondary-color)));
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, var(--secondary-color) 100%);
    background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, var(--secondary-color) 100%);
  }
  .team-block .inner-box:hover .overlay-box:before{
    opacity:1;
    top:0%;
  }
  .team-block .inner-box .overlay-box .overlay-inner{
    position:relative;
    height:100%;
  }

  /* Team Block Two */

  .team-social-box{
    position: absolute;
    left: -30px;
    bottom: 28px;
  }
  .team-social-box li{
    position: relative;
    left: -70px;
    margin-bottom: 10px;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
    list-style: none;
  }
  .team-social-box li a{
    position: relative;
    width: 36px;
    height: 36px;
    color: var(--secondary-color);
    z-index: 1;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    background-color: #ffffff;
  }
  .team-social-box li .social-name{
    position: relative;
    padding: 0px 10px;
    top: 0px;
    opacity: 0;
    visibility: hidden;
    font-size: 12px;
    margin-left: -32px;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 0px 50px 50px 0px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .team-social-box li:last-child{
    margin-bottom:0px;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li{
    left:0px;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(2){
    left:0px;
    transition-delay: 500ms;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(3){
    left:0px;
    transition-delay: 750ms;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(4){
    left:0px;
    transition-delay: 1000ms;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(5){
    left:0px;
    transition-delay: 1250ms;
  }
  .team-block .inner-box:hover .image .overlay-box .team-social-box li:nth-child(6){
    left:0px;
    transition-delay: 1500ms;
  }
  .team-social-box li:hover .social-name{
    opacity:1;
    margin-left:-9px;
    visibility:visible;
  }
  .team-social-box li a{
    position:relative;
    width:36px;
    height:36px;
    color:var(--secondary-color);
    z-index:1;
    font-size:15px;
    line-height:36px;
    text-align:center;
    border-radius:50%;
    display:inline-block;
    background-color:#ffffff;
  }
  .team-social-box li.youtube a{
    color:#ff0000;
  }
  .team-social-box li.youtube .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#ff0000;
  }
  .team-social-box li.linkedin a{
    color:#0077b5;
  }
  .team-social-box li.linkedin .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#0077b5;
  }
  .team-social-box li.facebook a{
    color:#3b5998;
  }
  .team-social-box li.facebook .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#3b5998;
  }
  .team-social-box li.twitter a{
    color:#1da1f2;
  }
  .team-social-box li.twitter .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#1da1f2;
  }
  .team-social-box li.instagram a{
    color:#c2328a;
  }
  .team-social-box li.instagram .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#c2328a;
  }
  .team-social-box li.pinterest a{
    color:#e60023;
  }
  .team-social-box li.pinterest .social-name{
    color:#ffffff;
    padding:4px 14px 4px 15px;
    top: -1px;
    background-color:#e60023;
  }
  .team-block .lower-content{
    position:relative;
    text-align:center;
    padding-top:12px;
    padding-bottom:10px;
    border:1px solid #f5f5f5;
  }
  .team-block h3{
    position:relative;
    font-weight:700;
    font-size:20px;
    line-height:1.3em;
    margin-top:10px;
  }
  .team-block h3 a{
    position:relative;
    color:#222222;
    transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
  }
  .team-block .lower-content h3 a:hover{
    color:var(--secondary-color);
  }
  .team-block .designation{
    position:relative;
    color:#222222;
    font-size:13px;
    font-weight:400;
    margin-top:6px;
  }
/* end */

/*Blog section*/
  .blog-section {
    overflow: hidden;
  }
  .blog-section.bg-dark .dots {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../img/bg-dots.png) 0 0 repeat;
    z-index: -1;
  }
  .blog-wrap{
    overflow: hidden;
  }
  .blog-item .blog-thumb {
    position: relative;
  }
  .blog-item .blog-thumb .category {
    background-color: var(--secondary-color);
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    font-family: work sans,sans-serif;
    position: absolute;
    width: auto;
    height: auto;
    left: 0;
    bottom: 0;
  }
  .blog-item .blog-thumb .category a {
    color: var(--primary-color)
  }
  .blog-item .blog-thumb img {
    width: 100%;
    margin: 0;
  }
  .blog-content {
    background-color: #fff;
    padding: 30px;
    color: var(--color3);
  }
  .blog-content h3 {
    margin-top: 0;
  }
  .blog-content h3 a {
    color: var(--primary-color);
    font-size: 18px;
    line-height: 24px;
  }
  .blog-content h3 a:hover {
    color: var(--primary-color);
  }
  .blog-content .read-more {
    font-family: work sans,sans-serif;
    color: var(--primary-color);
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-left: 30px;
    transition: all 200ms linear 0ms;
  }
  .blog-content .read-more:before {
    background-color: var(--secondary-color);
    position: absolute;
    content: "";
    width: 20px;
    height: 2px;
    left: 0;
    top: calc(50% - 1px);
    transition: all 200ms linear 0ms;
  }
  .blog-content .read-more:hover {
    color: var(--secondary-color);
    padding-left: 40px;
  }
  .blog-content .read-more:hover:before {
    width: 30px;
  }
  .box-shadow, .box-shadow-hover:hover {
    -webkit-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
  }
/*end*/

/* Clients Section */
  .clients-section{
    position:relative;
    background-color:#f9f9f9;
    text-align:center;
    background-attachment:fixed;
    background-size:cover;
    background-repeat:no-repeat;
  }
  .clients-section:before{
    position:absolute;
    content:'';
    left:0px;
    top:0px;
    right:0px;
    bottom:0px;
    background-color:rgba(0,0,0,0.85);
  }
  .clients-section .sponsors-carousel{
    position:relative;
    overflow: hidden;
  }
  .clients-section .sponsors-outer .owl-dots,
  .clients-section .sponsors-outer .owl-nav{
    position:relative;
    display:none;
  }
  .slide-item{
    list-style: none;
  }
  .clients-section .sponsors-outer .image-box{
    position:relative;
    text-align:center;
    margin:0px;
    padding:10px 0px;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    border:1px solid transparent;
    overflow: hidden;
    border-radius: 10px;
  }
  .clients-section .sponsors-outer .image-box:hover{
    border-color:var(--secondary-color);
  }
  .clients-section .sponsors-outer .image-box img{
    max-width:100%;
    width:auto;
    opacity:0.8;
    display:inline-block;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    transition:all 300ms ease;
    object-fit: contain;
    aspect-ratio: 2 / 1;
  }
  .clients-section .sponsors-outer .image-box img:hover{
    opacity:1;
  }
/* end */

/*Whatsapp and call button*/
  .fxbtn{
    position: fixed;
    z-index: 99;
    bottom: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
    font-size: 30px;
    text-align: center;
    padding: 0px;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgb(0 0 0 / 24%);
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .scrolled .fxbtn{
    bottom: 75px;
  }
  .fxbtn:hover{
    transform: scale(1.1);
  }
  .fxwp{
    color: #ffffff;
    background: #4caf50;
  }
  .fxcall{
    color: var(--primary-color);
    background: #fff;
    bottom: 75px;
  }
  .scrolled .fxcall{
    bottom: 135px;
  }
/*end*/

/*Popup*/
  #popup{
    z-index: 99999;
  }
  .modal-backdrop{
    z-index: 9999;
    backdrop-filter: blur(3px);
    opacity: 1 !important;
    background: rgb(53 0 62 / 20%);
  }
  #popup .modal-dialog{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    max-width: 90%;
    width: 580px;
    border-radius: 0;
    margin: 0;
    overflow: auto;
    box-shadow: 1px 7px 80px rgb(0 0 0 / 24%);
    border: .3px solid #fff;
    background: var(--primary-color);
  }
  #popup .modal-content{
    border-radius: 0;
    box-shadow: none;
    height: 100%;
    width: 100%;
    max-height: unset;
    border: none;
    background-color: var(--primary-color);
    /* background: linear-gradient(220deg, var(--primary-color), var(--secondary-color)); */
    background-image: url(../img/overview-overlay.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: luminosity;
  }
  .popup .modal-header{
    border: none;
    padding-bottom: 0;
    position: sticky;
    top: 0;
  }
  .popup .close{
    color: #fff;
    opacity: 1;
  }
  .popup .modal-body{

  }
  .popupcont{

  }
  .popupcont .pp_hdr{
    position: relative;
    top: -15px;
  }
  .popupcont .pp_hdr img{
    width: 140px;
    margin-bottom: 15px;
    max-height: 70px;
    object-fit: contain;
  }
  .popupcont .pp_hdr h4{
    color: var(--secondary-color);
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .popupcont .pp_hdr h2{
    color: #fff;
    font-size: 24px;
    margin-bottom: 15px;
    border-bottom: .5px solid rgb(255 255 255 / 34%);
    padding-bottom: 25px;
  }
  .popupcont .enq_form{

  }
  .popupcont .enq_form form{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
  }
  .popupcont .enq_form label{
    color: #fff;
    font-weight: 400;
    font-family: 'Cinzel Decorative';
    display: block;
    font-size: 14px;
  }
  .popupcont .enq_form input, .popupcont .enq_form textarea{
    width: 100%;
    max-width: 100%;
    max-height: 70px;
    border: none;
    border-radius: 0;
    padding: 7px 15px;
    margin: 0px 0 20px;
    background: rgb(255 255 255 / 10%);
    border-bottom: 1px dashed #fff;
    color: #fff;
  }
  .popupcont .enq_form .btn{
    padding: 10px 15px;
    border-radius: 0;
    width: 100%;
    margin-bottom: 25px;
    background: var(--secondary-color);
    color: #fff;
    /*animation: pulsh 5s infinite;*/
    transition: .3s;
  }
  .popupcont .enq_form .btn:hover{
    transform: scale(1.02) translateY(-4px);
    box-shadow: 4px 6px 0px rgb(0 0 0 / 30%);
  }
  #loader {
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(255 255 255 / 18%);
    z-index: 2;
    cursor: progress;
    backdrop-filter: blur(2px);
  }
  .spinner {
    border: 5px solid var(--secondary-color);
    border-top: 5px solid #fff;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    animation: loaderspin 2s linear infinite;
    z-index: 2;
  }

  @keyframes loaderspin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
/*end*/

/*Footer*/
  footer{
    border-top: 1px solid #f1f1f1;
    box-shadow: 0 0px 2pc rgba(0, 0, 0, 0.1);
    overflow: hidden;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 15px;
    color: #f4511e;
  }
  .fbraning img{
    max-width: 180px;
  }
  .fnote h3{
    margin-top: 0;
  }
  .fsocial ul{
    padding: 0;
  }
  .fsocial li{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #f2f2f2;
    color: var(--color3);
    padding: 7px 0 0;
    font-size: 18px;
    border-radius: 50px;
    margin: 10px 2px 10px 0px;
    text-align: center;
  }
  .fsocial li:hover{
    background: var(--primary-color);
    color: var(--secondary-color);  
  }
  .fpoints li{
    position: relative;
    list-style: none;
    color: black;
    margin-bottom: 10px;
    padding: 3px 10px;
    border-radius: 5px;
  }
  .fpoints li:hover{
    /*background: gainsboro;*/
  }
  .fpoints li:after{
    content: "";
    position: absolute;
    top: calc(100% - 5px);
    left: 10px;
    transform: translateY(-50%);
    height: 3px;
    width: 0px;
    opacity: 0;
    box-shadow: -3px 3px 7px 0 rgb(251 176 52 / 20%);
    background-color: #0000;
    background-image: linear-gradient(340deg ,var(--secondary-color) 8%,var(--secondary-color) 100%);
    transition: .8s;
    border-radius: 5px;
  }
  .fpoints li:hover:after{
    width: 44px;
    opacity: 1;
  }
  .fpoints li a{
    color: var(--primary-color);
    display: block;
  }
  .fpoints li:hover a{
    font-weight: 500;
  }
  .ftb{
    /*border-top: 1px solid gainsboro;*/
    padding-top: 15px;
  }
  .ftb p span{
    color: black;
    padding: 5px;
    margin: 0 10px;
  }
  .ftb .cpyrgt i{
    color: red;
  }
  .ftb .cpyrgt a{
    color: inherit;
  }
  .section-footer .ftb{
    position: relative;
    background: var(--secondary-color);
    z-index: 1;
  }
  .section-footer .ftb::after{
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: var(--secondary-color);
    z-index: -1;
  }
/*Footer end*/

/*extra*/
  #ignore {
    display: none!important;
  }
  .blurFadeIn{
    animation-name: blurFadeIn;
    -webkit-animation-name: blurFadeIn;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    animation-delay: var(--d);
    transition: .3s ease-in-out;
  }
  .slideanim {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .slidelrmain {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .sliderlmain {
    opacity: 0;
    visibility:hidden;
    transition: .3s ease-in-out;
  }
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    animation-delay: var(--d);
    transition: .3s ease-in-out;
  }
  .slidelr {
    animation-name: slidelr;
    -webkit-animation-name: slidelr;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
  }
  .sliderl {
    animation-name: sliderl;
    -webkit-animation-name: sliderl;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
    opacity: 1;
    transition: .3s ease-in-out;
  }
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: var(--primary-color);
    color: var(--white);
    width: 30px;
    height: 30px;
    line-height: 25px;
    right: 10px;
    bottom: 100px;
    padding-top: 2px;
    border-radius: 50px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .scroll-top-wrapper:hover {
    background-color: black;
  }
  .scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
    opacity: 1;
  }
  .scroll-top-wrapper i.fa {
    line-height: inherit;
  }
  .swiper-button-next:after, .swiper-button-prev:after{
    color: var(--secondary-color);
    font-size: 30px;
  }
/*end*/

/*Animations*/
  /* blur animation */
  @keyframes blurFadeIn {
    0% {
      transform: scale(2.5);
      opacity: 0;
      filter: blur(5px);
    }

    100% {
      transform: scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }
  @-webkit-keyframes blurFadeIn {
    0% {
      transform: scale(2.5);
      opacity: 0;
      filter: blur(5px);
    } 
    100% {
      transform: scale(1);
      opacity: 1;
      filter: blur(0);
    }
  }
  @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(-70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @keyframes slidelr {
    0% {
      opacity: 0;
      transform: translateX(-70%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes slidelr {
    0% {
      opacity: 0;
      -webkit-transform: translateX(-70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  @keyframes sliderl {
    0% {
      opacity: 0;
      transform: translateX(70%);
    } 
    100% {
      opacity: 1;
      transform: translateX(0%);
    }
  }
  @-webkit-keyframes sliderl {
    0% {
      opacity: 0;
      -webkit-transform: translateX(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateX(0%);
    }
  }
  /*pulsh effect*/
  @keyframes pulsh{
    0%{
      box-shadow: 0 0 0 0 rgb(106 66 145 / 44%), 0 0 0 0 rgb(106 66 145 / 65%);
    }
    40%{
      box-shadow: 0 0 0 50px rgba(99, 69, 238, 0), 0 0 0 0 rgb(106 66 145 / 50%);
    }
    80%{
      box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
    100%{
      box-shadow: 0 0 0 0 rgba(99, 69, 238,0), 0 0 0 30px rgba(99, 69, 238,0);
    }
  }
  @keyframes phonering-rotate {
    0% {
      transform: rotate(0);
    }
    10% {
      transform: rotate(-2deg) translateX(1px);
    }
    20% {
      transform: rotate(3deg) translateX(0px);
    }
    30% {
      transform: rotate(-3deg) translateX(0px);
    }
    40% {
      transform: rotate(2deg) translateX(-1px);
    }
    50% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(0);
    }
  }
/*end*/

@media (max-width: 992px){
  .showcase .uspline{
    font-size: 36px;
  }
}

@media (max-width: 767px){
  body{
    font-size: 14px;
  }
  .m_off{
    display: none!important;
  }
  .m_on{
    display: block!important;
  }
  .heading{
    font-size: 28px;
  }
  .breadcrumb{
    margin-top: 0;
  }

  /*Header*/
    header {
      height: 110px;
    }
    .navbar{
      padding: 7px 0 7px;
      /*border-bottom-right-radius: 30px;
      border-bottom-left-radius: 30px;*/
    }
    .navbar .container{
      display: block;
    }
    .navbar .navbar-header{
      display: block;
    }
    .fxmenu{
      width: 100%;
    }
    .fxmenu .menu{
      width: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: nowrap;
      margin-bottom: 0;
    }
    #menu-header-menu{
      display: block;
    }
    .navbar .brand {
      object-fit: contain;
      object-position: left;
      max-width: 250px;
      margin: 0;
      height: 40px;
    }
    .navbar.navbtmenu{

    }
    .navbar-toggle {
      /*margin-top: 20px;*/
    }   
    .navbar-default .navbar-toggle{
      margin: 10px 5px 0 0;
    }
    .navbar-default .navbar-collapse{
      margin-top: 15px;
      margin-left: 0;
    }
    .navbar .menu li{
      display: block;
    } 
    .navbar .menu li .navcticn{
      position: absolute;
      padding: 4px 10px;
    }
    .navbar .menu li.subscribebtn{
      margin-bottom: 25px;
    }
    .navbar .menu .sub-menu{
      position: relative;
      top: 0!important;
      width: 100%;
      padding: 5px;
      background: transparent;
    }
    .navbar .menu li:hover:after {
      display: none;
    }
    .navbar .menu .sub-menu li{
      background: rgb(255 255 255 / 11%);
      margin-top: 10px;
    }
    .navbar .menu .sub-menu li a{

    }    
    .navbar .menu li .sub-menu.active{
      display: block!important;
    }
  /*end*/

  /*banner*/
    .section-1{  

    }
    .showcase{

    }
    .showcase .bgimg{
      min-height: calc(40vh - 50px);
      background-position: center;
      background-size: cover;
    }
    .showcase .up_lable{
      padding: 0 40px;
    }
    .showcase .up_lable h1{
      font-size: 25px;
      margin-bottom: 5px;
      -webkit-line-clamp: 5;
      margin-top: 20px;
    }
    .showcase .up_lable p{
      font-size: 12px;
    }
    .section-graph.pddt_70{
      padding-top: 0;
    }
    .section-graph.pddt_70 .pddt_70.pddb_70 {
      padding-top: 20px;
      padding-bottom: 30px;
      text-align: center;
    }
    .tp_post li .thumb{
      height: 86px;
    }
    .showcase .uspline{
      font-size: 22px;
      top: 70px;
      padding: 5px 10px;
    }
    .showcase .up_lable .readfull{
      font-size: 12px;
      padding: 8px 20px 8px 20px;
      margin-top: 15px;
    }
    .showcase .swiper-button-prev:after,
    .showcase .swiper-button-next:after{
      width: 30px;
      height: 20px;
    }
    .section-1 .swiper-button-prev{
      left: 0;
    }
    .section-1 .swiper-button-next{
      right: 0;
    }
  /*end*/

  /* Top info */
    .topinfo{
      position: relative;
    }
    .topinfo:after, .topinfo:before{
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background: #fff;
      opacity: .3;
    }
    .topinfo:after{
      width: 90%;
      height: 1px;
    }
    .topinfo:before{
      width: 1px;
      height: 90%;
    }
  /* end */

  /* About */
    .section-2{
      overflow: hidden;
    }
    .section-2::after {
      right: -80px;
      bottom: 0px;
      width: 330px;
      height: 140px;
    }
  /* End */

  .section-5{
    background-color: rgb(255 255 255 / 70%);
    background-blend-mode: overlay;
  }
  .team-section{
    padding-top: 30px;
  }
  .team-section::after {
    bottom: -90px;
    max-width: 80%;
  }

  .gallery{
    padding-bottom: 0;
  }
  .swiper-collections .swiper-slide{
    transform: scale(0.8)!important;
    z-index: 1;
    opacity: .5;
  }
  .swiper-collections .swiper-slide-next .clctn{
    box-shadow: none;
  }
  .swiper-collections .swiper-slide-active{
    transform: scale(1)!important;
    z-index: 3;
    opacity: 1;
  }
  .swiper-collections .swiper-slide-active .clctn{
    box-shadow: 0 5px 70px rgb(0 0 0 / 12%);
  }

  
  .section-6 .swiper-slide.swiper-slide-next{
    opacity: 0.5;
  }
  .section-6 .swiper-slide.swiper-slide-next .sec6item:after{
    background: url(../img/quote.svg) no-repeat center center/cover;
    opacity: 0.5;
  }
  .section-6 .swiper-slide.swiper-slide-next .sec6item{
    box-shadow: none;
    background: transparent;
    scale: 1;
    z-index: 1;
  }
  .section-6 .swiper-slide.swiper-slide-active{
    opacity: 1;
  }
  .section-6 .swiper-slide.swiper-slide-active .sec6item:after{
    background: url(../img/quote2.svg) no-repeat center center/cover;
    opacity: 1;
  }
  .section-6 .swiper-slide.swiper-slide-active .sec6item{
    box-shadow: 0 5px 40px rgb(0 0 0 / 10%);
    background: #fff;
    scale: 1.02;
    z-index: 3;
  }

  .section-7{
    overflow: hidden;
    padding-bottom: 180px;
  }
  .section-7 .sec7img {
    right: -15%;
    max-width: 150%;
  }

  /*Whatsapp and call button*/
    .scrolled .fxbtn{
      bottom: 15px;
    }
    .scrolled .fxcall{
      bottom: 75px;
    }
  /*end*/

  /*Footer*/
    .section-footer{
      text-align: center;
    }
    .fbraning img{
      max-width: 320px;
      width: 100%;
    }
    .section-footer .fpoints {
      text-align: left;
    }
    .section-footer .fpoints ul{
      padding-left: 10px;
    }
    .ftb p{
      text-align: center;
    }
  /*end*/
}

@media (max-width: 580px){
  .showcase .bgimg{
    min-height: calc(40vh - 50px);
    /*height: calc(60vh - 155px);*/
    background-position: center;
    background-size: cover;
  }
}
