html{
  overflow-x: hidden;
}
body{
padding: 0;
margin: 0;
background: white;
font-size: 14px;
line-height: 1.5;
font-family: 'Poppins', sans-serif;
font-weight: 400;
/*overflow-x: hidden;*/
}
.overflowon{
overflow-y: auto;
}
.overflowoff{
overflow-y: hidden; 
}
*{
outline: none!important;
transition: .2s ease-in-out;
}
img{
max-width: 100%;
width: 100%;
}
a{
text-decoration: none!important;
}
.m_on{
display: none;
}
.displayoff{
display: none!important;
}

/*color*/
:root {
  --primary-color: #f1a800;
  --secondary-color: #000000;
  --txtcolor1: #964d0d;
  --txtcolor2:  #000000;
  --dark-color: #141414;
  --light-color: #f4f4f4;
  --black: #000000;
  --white: #ffffff;
  --lightgray: #fbfbfb;
}
.primaryBG{
  background: var(--primary-color);
}
.secondaryBG{
  background: var(--secondary-color);
}
.transparent{
  background: transparent;
}
.blackBG{
  background: var(--black);
}
.whiteBG{
  background: var(--white);
}
.lightgrayBG{
  background: var(--lightgray);
}
.blackTXT{
  color: var(--black);
}
.whiteTXT{
  color: var(--white);
}
.grayTXT{
  color: #979797;
}
.txtcolor1{
  color: var(--txtcolor1);
}
.txtcolor2{
  color: var(--txtcolor2);
}
/*end*/

/*Typography*/
h1, h2, h3{
  font-family: 'Poppins', sans-serif;
}
.captext{
  text-transform: uppercase;
}
.heading{
  position: relative;
  margin-bottom: 30px;
  font-size: 42px;
  font-family: 'Poppins', sans-serif;
}
.heading b, .heading strong{
  font-weight: 700;
}
.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{
  padding: 0 15px;
  font-family: 'Poppins', sans-serif;
}
.heading2 b{
  font-size: 55px;
}
.heading2 b span{
  background: #0066ff;
  padding: 0 10px;
}
.sectag{
  position: relative;
  /*padding-left: 55px;*/
  font-weight: 500;
  color: var(--primary-color);
}
.sectag.nodgn, .sectag.hozrdgn{
  padding-left: 0;
}
.sectag:before{
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  height: 25px;
  width: 25px;
  box-shadow: -3px 3px 7px 0 rgb(251 176 52 / 20%);
  background-color: #0000;
  background-image: linear-gradient(45deg, #f1a800, #ff7700, #f1a800);
  z-index: -1;
  filter: blur(20px);
}
.sectag.nodgn:before{
  display: none;
}
.sectag.hozrdgn:before{
  top: -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);
}
.btn-gradient{
  position: relative;
  background: transparent;
  color: var(--white)!important;
  z-index: 1;
  overflow: hidden;
  border: none!important;
}
.btn-gradient:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 205%;
  height: 100%;
  background: linear-gradient(45deg, #f1a800, #ff7700, #f1a800);
  z-index: -1;
  transition: .3s;
}
.btn-gradient:hover:after{
  transform: translateX(-45%);
}
.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);
}
/*end*/

/*Padding and margines*/
.paddZero{
  padding: 0!important;
}
.pddlr_0{
  padding-left: 0;
  padding-right: 0;
}
.pdd20{
  padding: 20px;
}
.pdd30{
  padding: 30px;
}
.pdd50{
  padding: 50px;
}
.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*/

/*background design*/
  .gb-container{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 15px;
    border: 2px solid rgb(0 0 0 / 1%);
    opacity: 0.15;
  }
  .blurbg1{
    background: #f1a800;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(40px);
    /* opacity: .5; */
    left: -15%;
    top: -60%;
    transition: .5s;
  }
  .blurbg2{
    background: #f1a800;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(28px);
    opacity: 1;
    right: -5%;
    bottom: -5%;
    transition: .5s;
  }
  .blurbg3{
    background: #964d0d;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    position: absolute;
    z-index: -1;
    filter: blur(28px);
    opacity: .2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: .5s;
  }
/*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;
}
.flxcontrol{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-content: flex-start;
justify-content: flex-start;
align-items: center;
}

.bgcircle1{
  position: absolute;
  width: 380.51px;
  height: 359.67px;
  left: -300px;
  top: 190px;
  background: linear-gradient(180deg, #b628ff 0%, #009cff 100%);
  filter: blur(130px);
  transform: rotate(0.33deg);
  z-index: -1;
}
.bgcircle2{
  position: absolute;
  width: 380.51px;
  height: 359.67px;
  right: -200px;
  bottom: 50px;

  background: linear-gradient(180deg, #ffc107 0%, #8c28ff 100%);
  filter: blur(130px);
  transform: rotate(0.33deg);
  z-index: -1;
}


/*Heading*/
header{
 margin-bottom: 71px;
}
.navbar {
  margin-bottom: 0;
  background: white;
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.4 !important;
  border-radius: 0;
  box-shadow: 0 0 0px rgb(0 0 0 / 0);
}
header.fixed .navbar{
  box-shadow: 0 0 20px rgb(0 0 0 / 0.1);
}
.navbar .navbar-brand{
  height: unset;
  padding: 16px 0;
  padding-left: 0px;
}
.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;
}
.navbar .brand{
  max-width: 145px;
  max-height: 50px;
}
.navbar-default .navbar-collapse{
  /*padding: 10px 0;*/
}

.navbar .menu{
  padding: 0;
  text-align: right;
  margin: 5px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: center;
}
.navbar .menu li{
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 0;
  margin: 5px;
  font-size: 14px;
  border-radius: 50px;
}
.navbar .menu li.special{
  position: relative;
  background: transparent;
  color: var(--white)!important;
  z-index: 1;
  border: none!important;   
  border-radius: 50px; 
  overflow: hidden;
}
.navbar .menu li.special:hover{
  transform: scale(1.05);
}
.navbar .menu li.special:after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 205%;
  height: 100%;
  background: linear-gradient(45deg, #f1a800, #ff7700, #f1a800);
  z-index: -1;
  transition: .3s;    
}
.navbar .menu li.logout_btn {
  background: #e3e3e3;
}
.navbar .menu li.logout_btn:hover {
  background: #ffdada;
}
.navbar .menu li.logout_btn:hover a {
  color: #de0000;
}
.navbar .menu li:hover{
  background: #f6f6f6;
}
.navbar .menu li.special:hover:after{
  transform: translateX(-45%);
}
.navbar .menu li a{
  text-decoration: none;
  color: var(--secondary-color);
  padding: 8px 14px;
  display: inline-block;
}
.navbar .menu li.special a{
  color: var(--white)!important;
  padding: 8px 24px;
}
.navbar .menu li:hover a{

}
.menu .menu-item-has-children>a:first-child{
  padding-right: 26px;
}
.menu .navcticn{
  position: absolute;
  color: #000;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  z-index: 2;
  right: 0;
  top: 4px;
  padding: 8px 8px;
  cursor: pointer;
}
.navbar .menu li:hover.navcticn{
  color: var(--black);
  transform: rotate(180deg);
}
.navbar .menu .sub-menu{
  padding: 20px 10px;
  position: absolute;
  width: 235px;
  right: 0;
  top: 100px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  z-index: 9;
  transition: .2s;
  border-radius: 3px;
  box-shadow: 0px 15px 20px rgb(0 0 0 / 7%);
}
.navbar .menu li:hover > .sub-menu{
  visibility: visible;
  opacity: 1;
  top: 40px;
}
.navbar .menu .sub-menu li{
  display: block;
  text-align: left; 
  margin: 0;
}
.navbar .menu .sub-menu li:hover{
  background: #fff3eb;
}
.navbar .menu .sub-menu li a{
  color: var(--secondary-color);
  letter-spacing: 0;
  width: 100%;
  display: block;
  padding: 5px 10px;
}
.navbar .menu .sub-menu li:hover a{
  color: var(--primary-color);
}
.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-default .navbar-toggle{
  /*display: unset;
  float: left;
  margin: 18px 15px 18px 0;
  padding: 8px;*/
  background: transparent!important;
}
.navbar-toggle .icon-bar{
  display: block;
  width: 28px;
  height: 3px;
  border-radius: 5px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #333;
}
.navbar-toggle .icon-bar+.icon-bar {
  margin-top: 5px;
  transition: .5s;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(2){
  width: 82%;
}
.navbar-default .navbar-toggle .icon-bar:nth-child(3){
  width: 50%;
}  
.navbar-default .navbar-toggle.collapsed .icon-bar{
  width: 28px;
}
.navbar-default .navbar-collapse{
  max-height: 57.4px!important;
  overflow: hidden!important;
  margin: 8px auto;
  transition: 0s;
}
.navbar-default .navbar-collapse:hover{
  overflow: visible!important;
}
.navbar-collapse.collapse[aria-expanded="false"]{
  visibility: hidden;
  opacity: 0;
}
/*End*/

/*Dash Menu*/
  .dash_menu{
    background: var(--primary-color);
    padding: 0;
    position: fixed;
    left: 0;
    width: 100%;
    z-index: 9;
  }
  .dash_menu ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
  }
  .dash_menu li{
    list-style: none;
    color: var(--dark-color);
    font-size: 13px;
    font-weight: normal;
    padding: 3px 10px;
    background: rgb(255 255 255 / 13%);
    margin: 5px 5px;
    border-radius: 3px;
  }
  .dash_menu li:hover{
    background: rgb(150 77 13);
    color: #fff;
  }
  .dash_menu ul a.menu_icon{
    display: none;
  }
  .dash_menu ul a.menu_icon li{
    background: rgb(255 255 255 / 0%)!important;
    color: #000!important;
  }
/*end*/

/*banner section*/
  .section-1{  
    background: transparent;
    z-index: 1;
  }
  .section-1 .swiper-mainslider{
    overflow: hidden;
  }
  .showcase {
    width: 100%;
    position: relative;
  }
  .showcase:after{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 70vh;
    background: url(../img/growthcarvs.png) no-repeat center center/cover;
    transform: translateY(-45%);
    z-index: -1;
  }
  .showcase .flxcontrol{
    align-content: center;
    align-items: stretch;
    height: calc(80vh - 75px);
    overflow: hidden;
  }
  .showcase-content {
    position: relative;
    z-index: 2;
    padding-top: 16vh;
    padding-bottom: 16vh;
  }
  .showcase-content h1.bnrheading {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    margin: 0 0 2rem;
    color: var(--secondary-color);
  }
  .showcase-content p.bnrp {
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 2.5rem;
  }
  .showcase-content .btn-grp{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .showcase-content .btn-grp .btn{
    margin-right: 20px;
  }
  .showcase-content .pulse{
    animation: pulse 5s infinite;
    animation-delay: var(--s);
    font-size: 22px;
    padding: 10px 0;
    width: 44px;
    height: 44px;
    line-height: 1;
    text-align: center;
  }
  .showcase-content .btn-grp .pulse{
    position: relative;
    left: -205px;
    transition: var(--s);
    transform: scale(.3);
  }
  .showcase-content .btn-grp:hover .pulse{
    left: 0;
    transform: scale(1);
  }
  .heroimgcont {
    height: 100%;
    position: relative;
  }
  .heroimgcont .heroitems{
    overflow: hidden;
  }
  .heroimgcont .heroitems .heroitemimg{
    width: 450px;
    margin: 0 auto;
    max-width: 90%;
  }
  .pts{

  }
  .pts .flxcontrol{
    align-items: flex-start;
    justify-content: space-between;
    height: unset;
    overflow: visible;
  }
  .pts .pts-box{
    position: relative;
    width: 28%;
    margin: 30px 0px;
    background: rgb(239 239 239 / 7%);
    padding: 70px 20px;
    display: block;
    border-radius: 15px;
    transition: .5s;
  }
  .pts .pts-box:hover{
    box-shadow: 0 10px 50px rgb(0 0 0 / 6%);
    background: #fff;
    transform: scale(1.03);
  }
  .pts .pts-box:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 104%;
    width: 20%;
    height: 4px;
    border-radius: 5px;
    background: var(--primary-color);
    opacity: 1;
  }
  .pts .pts-box:last-child:after{
    display: none;
  }
  .pts .pts-box:before{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 111.6%;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 4px solid #0e4f9f;
    background: #fff;
    opacity: 1;
    z-index: 1;
    box-shadow: 0 0 0px 4px white;
  }
  .pts .pts-box:first-child:before{
    display: none;
  }
  .pts .pts-box .icon{
    max-width: 100px;
    margin: 0 auto 30px auto;
  }
  .pts .pts-box .icon img{
    
  }
  .pts .pts-box .info{
    width: 100%;
    text-align: center;
  }
  .pts .pts-box .info p{
    font-size: 14px;
    max-width: 200px;
    margin: 0 auto;
  }
  .pts .pts-box:hover .blurbg1{
    left: 90%;
    transform: translateX(-50%);
  }
  .pts .pts-box:hover .blurbg2{
    right: 60%;
  }
  .pts .pts-box:hover .blurbg3{
    width: 120px;
    height: 120px;
    opacity: .3;
  }
/*end*/

/*Section 2*/
  .section-2 .flxcontrol{
    align-items: flex-start;
  }
  .workimgs{
    position: relative;
    z-index: 1;
  }
  .workimgs .img2{
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  .abtinfobox .heading{
    color: var(--txtcolor1);
  }
  .abtinfobox p{
    margin-bottom: 20px;
    color: #838383;
  }
  .abtinfobox blockquote{
    position: relative;
    border-left-color: transparent;
    margin-left: 0;
    font-size: unset;
  }
  .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(--primary-color) 8%,#fbb034 100%);
  }
  .abtinfobox .flxcontrol{
    justify-content: space-between;
  }
  .abtinfobox .flxcontrol h3{
    color: var(--primary-color);
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 0;
  }
  .abtinfobox .flxcontrol p{
    font-weight: 500;
  }
/*end*/

/*Section 3*/
  .section-3{    
    width: 100%;
    position: relative;
    z-index: 1;
    background: url(../img/bg3.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .section-3 .flxcontrol{
    align-content: flex-start;
    align-items: stretch;
    justify-content: space-between;
    /*overflow: hidden;*/
  }
  .section-3 .flxcontrol .alllits{
    margin-bottom: 80px;
    position: relative;
    height: 120px;
  }
  .section-3 .flxcontrol .alllits:after{
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(50% + 0px);
    width: 7px;
    height: calc(100% + 85px);
    z-index: 2;
    background: var(--primary-color);
  }
  .section-3 .flxcontrol .alllits:last-child{
    /*display: none;*/
    height: 100%;
  }
  .section-3 .flxcontrol .alllits:nth-child(odd):after{
    left: calc(50% - 0px);
  }
  .section-3 .sec3item{
    width: calc(50% - 40px);
    padding: 20px;
    background: #fff;
    border-radius: 15px ;
    box-shadow: 0 5px 40px rgb(0 0 0 / 5%);
    position: relative;
  }
  .section-3 .eventlist .sec3item{
    float: right;
  }
  .section-3 .sec3item .icon{
    font-size: 30px;
    font-weight: 900;
    padding: 3px 0;
    color: rgb(243 243 243);
    position: absolute;
    left: 100%;
    top: 50%;
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid white;
    box-shadow: 0px 12px 40px rgb(255 25 85 / 17%);
  }
  .section-3 .sec3item .icon:after{
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    width: 20px;
    height: 7px;
    background: var(--primary-color);
  }
  .section-3 .eventlist .sec3item .icon:after{
    left: unset;
    right: 100%;
    width: 10px;
  }
  .section-3 .eventlist .sec3item .icon{
    left: 0;
  }
  .section-3 .sec3item .infocont{
    padding: 0 15px;
    text-align: left;
  }
  .section-3 .sec3item h3{
    margin-top: 5px;
    font-weight: 600;
  }
  .section-3 .sec3item p{
    color: gray;
  }
  .section-3 .sec3item .btn{
    color: #858585;
    font-size: 15px;
    margin-top: 20px;
  }
  .section-3 .sec3item:hover .btn{
    box-shadow: 0 2px 20px rgb(0 0 0 / 8%);
    background: #cecece;
    color: #5e5e5e;
    transform: scale(1.02);
  }
  .section-3 .sec3item:hover{
    background: #fff;
    transform: translateY(-5px);
    box-shadow: 0 5px 10px rgb(0 0 0 / 0.1);
    border-bottom-color: var(--primary-color);
    z-index: 2;
  }
  .section-3 .sec3item:hover .icon{
    color: var(--primary-color);
    background: var(--white);
    border: 5px dotted var(--primary-color);
    transform: translate(-50%, -50%) rotate(360deg);
  }
  .section-3 .sec3item:hover h3{
    color: var(--primary-color);
  }
  .section-3 .sec3item:hover p{
    
  }
/*end*/

/*section 4*/
  .section-4{
    /*overflow: hidden;*/
    background: #fbfbfb;
  }
  .section-4 .btn-grp{
    padding: 10px;
    border-radius: 10px;
    border: 2px solid gainsboro;
    min-height: 70vh;
    text-align: left;
    position: sticky;
    top: 120px;
  }
  .section-4 .btn-grp .btn{
    font-size: 12px;
    text-transform: uppercase;
    color: #000;
    border-radius: 6px;
    margin: 3px;
    padding: 5px 10px;
    display: block;
    margin-bottom: 10px;
  }
  .section-4 .flxcontrol{
    align-items: stretch;
  }
  .section-4 .flxcontrol .col-md-3{
    padding: 0;
  }
  .sec4item{
    position: relative;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    border: 2px solid gainsboro;
    border-radius: 10px;
  }
  .sec4item .icon{
    width: 30%;
  }
  .sec4item .icon svg{
    
  }
  .sec4item .icon img{
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(0 0 0 / 6%);
  }
  .sec4item .infocont{
    width: calc(70% - 15px);
  }
  .sec4item .infocont h3{
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 18px;
    margin-top: 5px;
  }
  .sec4item .infocont p{
    font-size: 13px;
    color: #838383;
  }
  .sec4item .infocont .arrwbtn{
    position: absolute;
    left: 50%;
    bottom: 38px;
    transform: translateX(-50%);
  }
  .sec4item .infocont .arrwbtn button{
    background-color: #f3f3f3;
    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%);
    transform: scale(1.05);
    transition: all .3s ease-out;
    background: #fff;
    z-index: 2;
  }
  .sec4item:hover .infocont .arrwbtn button{
    background-color: #ffb700;
    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;
  }
  .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{
    overflow: hidden;
  }
  .sec5item{
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 25px;
  }
  .sec5item .thumbimg{
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 3px 7px rgb(0 0 0 / 12%);
  }
  .sec5item .thumbimg img{
    width: 100%;
    transition: .8s;
  }
  .sec5item:hover .thumbimg img{
    transform: scale(1.1);
  }
  .sec5item .thumbimg .pricerng{
    position: absolute;
    z-index: 1;
    bottom: 7px;
    color: #fff;
    left: 7px;
    background: var(--primary-color);
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 12px;
  }
  .sec5item .thumbimg .pricerng .amount{
    font-weight: 600;
  }
  .sec5item .thumbimg .pricerng ins{
    text-decoration: none;
  }
  .sec5item .thumbimg .pricerng del{
    float: right;
    margin-left: 5px;
    font-size: 10px;
    font-weight: normal;
    position: relative;
    top: 3px;
  }
  .sec5item .thumbimg .pricerng del .amount{
    font-weight: normal;
  }
  .sec5item:hover h3{
    color: var(--primary-color);
  }
  .sec5item .infocont .arrwbtn button{
    border-radius: 50px;
    padding: 10px 20px;
    font-weight: 500;
    color: var(--secondary-color);
    background: #ffdead;
    background-image: none!important;
  }
/*end*/

/*Contact us*/
  .contact-us{
    position: relative;
    z-index: 1;
  }
  .contact-us:after{
    content: "";
    width: 100%;
    height: 110vh;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #fff;
    background-position: center;
    background-size: cover;
    background-repeat: repeat;
    background-image: url(../img/ctn-bg.png);
    z-index: -1;
    opacity: .2;
  }
  .contact-us .flxcontrol{
    align-items: flex-start
  }
  .contact-us .ctn_from{
    padding: 20px 5px;
    background: #fff;
    float: left;
    box-shadow: 0 5px 20px rgb(0 0 0 / 9%);
    border-radius: 10px;
    margin: 5px 15px;
  }
  .contact-us .ctn_from input, .contact-us .ctn_from textarea{
    background: #f3f5f6;
    border: none;
    width: 100%;
    padding: 10px 15px;
    margin-bottom: 20px;
    border-radius: 5px;
  }
  .contact-us .ctn_from textarea{
    min-height: 120px;
    max-height: 140px;
    max-width: 100%;
  }
  .contact-us .ctn_from input[type="submit"]{
    background: var(--primary-color);
    color: #fff;
    margin-bottom: 0;
  }
  .contact-us .ctn_info{
    
  }
  .contact-us .ctn_info p{
    
  }
  .contact-us .ctn_info ul{
    list-style: none;
    padding: 0;
    margin: 0;
  }
  .contact-us .ctn_info ul li{
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
  }
  .contact-us .ctn_info ul li a{
    color: #5e5e5e;
  }
  .contact-us .ctn_info ul li i{
    color: var(--primary-color);
    width: 25px;
    position: absolute;
    left: 0;
    top: 5px;
  }
  .contact-us .ctn_info ul li span{
    display: inline-block;
  }
  .contact-us .wpcf7-spinner{
    position: absolute;
  }
/*end*/

/*Section 6 - Testimonials*/
  .testimonials{
    overflow: hidden;
  }
  .testimoni{
    position: relative;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
  }
  .testimoni:after{
    content: "";
    border: 2px solid #ffcdd9;
    position: absolute;
    width: calc(100% - 75px);
    height: calc(100% + 50px);
    top: -25px;
    left: 75px;
    z-index: -1;
    border-radius: 40px;
  }
  .testimoni .tstiimg{
    width: 150px;
    height: 150px;
    overflow: hidden;
    border-radius: 50%;
    box-shadow: 0px 10px 30px rgb(0 0 0 / 4%);
    border: 2px solid #ffffff;
  }
  .testimoni .tstiimg img{
    width: 100%;
    height: 100%;
  }
  .testimoni .tstiinfo{
    width: calc(100% - 150px);
    padding: 15px 25px;
  }
  .testimoni .tstiinfo h3{
    margin: 0 0 5px 0;
    font-size: 18px;
    font-weight: 600;
  }
  .testimoni .tstiinfo .verified{
    display: inline-block;
    font-size: 12px;
    background: #ffe6af;
    padding: 3px 10px;
    border-radius: 50px;
    color: #000;
    margin: 0 0 20px 0;
  }
  .testimoni .tstiinfo .verified i{
    color: var(--secondary-color);
  }
  .testimoni .tstiinfo p{
    font-size: 13px;
    color: #838383;
  }
  .testicont .swiper-container{
    overflow: visible;
  }
  .testicont .swiper-slide-next, .testicont .swiper-slide-prev{
    transform: scale(0.8);
    opacity: .5;
  }
  .testicont .swiper-button-next, .testicont .swiper-container-rtl .swiper-button-prev{
    right: -40px;
  }
  .testicont .swiper-button-prev, .testicont .swiper-container-rtl .swiper-button-next{
    left: -40px;
  }
/*end*/

/*Section 7*/
  .section-7{
    width: 100%;
    position: relative;
    z-index: 1;
  }
  .section-7 .flxcontrol{
    background-image: url(../img/Footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center -50px;
    background-color: var(--primary-color);
    color: #fff;
    padding: 50px 25px;
    border-radius: 20px;
  }
  .section-7 h2{
    font-style: italic;
    margin: 15px 0;
  }
  .section-7 .unsetpos .btn{
    position: relative;
    min-width: 200px;
  }
/*end*/

/*Section 8*/
  .hmcont{

  }
  .hmcont .flxcontrol{
    
  }
  .hmcont .flxcontrol .flxcontrol{
    background: #fffdf8;
    padding: 20px;
    border-radius: 20px;
  }
  .hmcont h3{
    font-size: 32px;
    margin-top: 0;
  }
  .hmcont .continfo{
    border: 2px solid var(--secondary-color);
    padding: 15px;
    margin-bottom: 10px;
    position: relative;
  }
  .hmcont .continfo:after{
    content: "";
    position: absolute;
    right: calc(0% - 5px);
    top: 50%;
    transform: translateY(-50%);
    width: 7px;
    height: 80%;
    background: var(--primary-color);
    border-radius: 5px;
  }
  .hmcont .continfo p{
    max-width: 240px;
    margin: 0 0 10px auto;
  }
  .hmcont .ctnmail{
    color: var(--secondary-color);
    font-weight: 500;
  }
  .hmcont .contmap{
    position: relative;
    padding-bottom: 27.4%;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 5px 15px #00000012;
  }
  .hmcont .contmap iframe{
    position: absolute;
    width: 100%;
    height: 100%;
  }
/*end*/

/*My account*/
  .woocommerce-MyAccount-navigation ul {
    white-space: nowrap;
    width: 100%;
    overflow-x: auto;
    padding: 0;
    background: #ededed;
    border-radius: 5px;
  }
  .woocommerce-MyAccount-navigation ul li {
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    margin: 3px;
  }
  .woocommerce-MyAccount-navigation ul li a {
    color: #000;
  }
  .woocommerce-MyAccount-navigation ul li.is-active {
    background: var(--primary-color);
    border-radius: 3px;
  }
  .woocommerce-MyAccount-navigation ul li.is-active a {
    color: white;
  }
  .woocommerce form .form-row .input-checkbox {
    margin: 5px 0px 0px 0;
    transform: scale(1.2);
  }
  .woocommerce-terms-and-conditions-checkbox-text {
    display: inline-block;
    padding-left: 20px;
    line-height: 1.4;
  }
  .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: 2px solid var(--secondary-color);
    border-radius: 0px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0;
  }
  #customer_login .u-column1 h2, #customer_login .u-column2 h2{
    text-align: center;
    font-size: 18px;
  }
  #customer_login .woocommerce-form button[type="submit"]{
    width: 100%;
    padding: 12px 15px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
  }
  .woocommerce #customer_login form label{
    font-weight: normal;
    font-size: 14px;
    color: var(--primary-color);
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    float: unset;
  }
  .woocommerce-account .woocommerce-MyAccount-content{
    padding: 10px;
  }
  .checkout.woocommerce-checkout img{
    background: white!important;
  }
/*End*/

/*Footer*/
  footer{
    background-image: url(../img/Footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 70px 0 0;
  }
  .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(--secondary-color);
    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: #fff;  
  }
  .fpoints h3{
    font-size: 15px;
    font-weight: 600;
    margin: 0 0 20px;
  }
  .fpoints ul{
    padding: 0;
    margin: 0;
  }
  .fpoints li{
    position: relative;
    list-style: none;
    color: black;
    margin-bottom: 6px;
    padding: 3px 0;
    border-radius: 5px;
  }
  .fpoints li:hover{
    /*background: gainsboro;*/
  }
  .fpoints li:after{
    content: "";
    position: absolute;
    top: calc(100% - 0px);
    left: 0px;
    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(--primary-color) 8%,#fbb034 100%);
    transition: .8s;
  }
  .fpoints li:hover:after{
    width: 44px;
    opacity: 1;
  }
  .fpoints li a{
    color: var(--secondary-color);
    display: block;
  }
  .fpoints li:hover a{
    font-weight: 500;
  }
  .ftb{
    border-top: 1px solid #dcdcdc;
    padding: 30px 0;
    margin-top: 35px;
  }
  .ftb p{
    font-size: 12px;
    margin: 5px 0;
  }
  .ftb .fa-heart{
    color: #e9001c;
  }
  .ftb p span{
    color: black;
    padding: 5px;
    margin: 0 10px;
  }
  .ftb p strong, .ftb p b{
    font-weight: 600;
  }
/*Footer end*/

/*extra*/
  .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;
  }
/*end*/

/*plugin CSS*/
    .um .um-single-image-preview > img{
        object-fit: contain;
    }
    .um input[type=submit].um-button, .um input[type=submit].um-button:focus, .um a.um-button{
        background: var(--dark-color)!important;
    }
    .um input[type=submit].um-button:hover, .um a.um-button:hover{
        background-color: var(--primary-color)!important;
    }
    .um .um-button.um-alt {
        background: #eeeeee!important;
    }
    .um .um-button.um-alt:hover{
        background: #e5e5e5!important;
    }
/*end*/

/*Animations*/
@keyframes slide {
  0% {
    visibility:hidden;
    transform: translateY(70%);
  } 
  100% {
    visibility: visible;
    transform: translateY(0%);
  }
}
@-webkit-keyframes slide {
  0% {
    opacity: 0;
    visibility:hidden;
    -webkit-transform: translateY(-70%);
  } 
  100% {
    opacity: 1;
    visibility: visible;
    -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 pulse{
  0%{
    box-shadow: 0 0 0 0 rgb(255 25 85 / 30%), 0 0 0 0 rgb(255 25 85 / 65%);
  }
  40%{
    box-shadow: 0 0 0 50px rgba(99, 69, 238,0), 0 0 0 0 rgb(255 25 85 / 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);
  }
}
/*end*/

@media (max-width: 991px){
body{
  overflow-x: hidden;
}
.showcase-content{
  margin-bottom: 140px;
}
.workimgs .img1{
  left: -10%;
}

/*footer*/
  footer{
    text-align: center;
  }
  .fpoints ul{
    padding: 0;
  }
  .fpoints li{
    display: inline-block;
  }
/*end*/
}

@media (max-width: 767px){
body{
  font-size: 14px;
}
.m_off{
  display: none!important;
}
.m_on{
  display: block!important;
}

.heading{
  font-size: 28px;
}

/*Header*/
  header {
    margin-bottom: 68px;
  }
  .collapse {
    display: inherit;
  }
  .navbar-collapse.collapse[aria-expanded="false"]{
    visibility: visible;
    opacity: 1;
    margin: 0;
  }
  .navbar-collapse.collapse[aria-expanded="true"]{
    height: calc(100vh - 77px);
  }
  .navbar-default .navbar-toggle:hover .icon-bar{
    /*width: initial;*/
  }
  .navbar-default .navbar-collapse{
    max-height: unset!important;
  }
  .navbar .menu{
    max-height: 100%;
    overflow: auto;
    display: block;
  }
  .navbar .navbar-brand{
    padding-left: 15px;
  }
  .navbar .brand {
    max-height: 25px;
    margin-top: 10px;
  }
  .navbar-default .navbar-toggle{
    margin-top: 18px;
  }
  .navbar .menu li{
    display: block;
    text-align: center;
    border-radius: 6px;
  }
  .navbar .menu li.account{
    position: fixed;
    top: 42px;
    right: 5px;
    font-size: 26px;
  }
  .navbar .menu .sub-menu{
    position: relative;
    width: 100%;
    top: 0!important;
    border-radius: 0 0 5px 5px;
    background: #fdfdfd;
    display: none;
    visibility: visible!important;
    opacity: 1!important;
  }
  .navbar .menu li .sub-menu.active{
    display: block;
  }
  .menu .navcticn.active{
    transform: rotate(180deg);
  }
/*end*/

/*Dash Menu*/
  .dash_menu.active{
    padding-bottom: 10px;
  }
  .dash_menu ul a{
    width: 100%;
  }
  .dash_menu ul li{
    width: calc(100% - 24px);
  }
  .dash_menu ul a{
    visibility: hidden;
    opacity: 0;
    display: none;
  }
  .dash_menu ul a.menu_icon{
    visibility: visible;
    opacity: 1;
    display: block;
    font-weight: 700;
  }
  .dash_menu.active ul a{
    visibility: visible;
    opacity: 1;
    display: block;
  }
  .dash_menu ul .menu_icon li{    
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
  }
/*end*/

/*Banner*/
  .showcase-content{
    text-align: center;
    padding-top: 5vh;
    padding-bottom: 5vh;
    margin: 0;
  }
  .showcase .flxcontrol{
    height: unset;
  }
  .showcase-content .btn-grp{
    flex-wrap: wrap;
    justify-content: center;
  }
  .showcase-content .btn-grp a:first-child{
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  .showcase-content h1.bnrheading{
    font-size: 28px;
  }
  .showcase-content p.bnrp{
    font-size: 14px;
  }
  .pts .pts-box {
    width: calc(100% - 30px);
    margin: 30px 15px;
  }
  .pts .pts-box:after {
    top: 104%;
    transform: translateX(-50%);
    left: 50%;
    width: 4px;
    height: 50px;
  }
  .pts .pts-box:before {
    top: -34%;
    transform: translateX(-50%);
    left: 50%;
    right: unset;
  }
/*end*/

/*Section 2*/
  .section-2{
    overflow: hidden;
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .abtinfobox .flxcontrol h3{
    font-size: 28px;
  }
  .abtinfobox .flxcontrol {
    justify-content: space-evenly;
  }
/*end*/

/*Section 3*/
  .section-3{
    margin-top: 0;
    margin-bottom: 50px;
  }
  .section-3 .flxcontrol .col-md-6.col-sm-6{
    width: 100%;
  }
  .section-3 .flxcontrol .col-md-6.col-sm-6:after {
    top: 100%!important;
    transform: translateX(-50%) rotate(90deg)!important;
    left: 50%!important;
    width: 95px!important;
    height: 60px!important;
    background: url(../img/joining1.png) no-repeat center center/cover!important;
  }
/*end*/

/*Section 4*/
  .section-4{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .sec4item .infocont h3{
    font-size: 16px;
  }
  .sec5item .infocont .arrwbtn button{
    min-width: 120px;
    padding: 8px 10px;
  }
/*end*/

/*Section 7*/
  .section-7 .flxcontrol{
    width: 90%;
    margin: 0 auto;
  }
  .section-7 .unsetpos {
    margin-top: 30px;
  }
/*end*/

/*Section 8*/
  .hmcont .flxcontrol .flxcontrol .col-md-6.col-sm-6{
    margin: 20px 0;
  }
/*end*/
}