@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,500;0,562;0,700;1,400;1,500;1,562;1,600;1,700&family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,669;0,700;0,800;0,900;1,400;1,500;1,600;1,669;1,700;1,800;1,900&family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
body, body p, body h4 {
    font-family: 'Rubik', sans-serif;  
}
body h1, body h2, body h3, body h5, body h6{
    font-family: 'Playfair Display', sans-serif ;
}

body, html 
body{
    background:  #fff;
}
.nopad{
    padding: 0;
}
.pad-left{
    padding-left: 0;
}
.pad-right{
    padding-right: 0;
}
ul.inline{
    padding: 0;
    margin: 0;
}
ul.inline li{
    list-style: none;
    display: inline-block;
}
img{
    width: auto;
    margin: auto;
}

a:hover, a:active  {
    text-decoration: none!important;
}
* :focus {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset: 0!important;
    text-decoration:none !important;
}
* a:hover{
    text-decoration:none !important;
}
 #return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #a20b5e;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 9999;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 25px;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}


nav.nav1 {
    display: none;
}

   /*----------------------------------------Push Navigation---------------------------------*/
div#menuoverlay { display: none; }
a#hamburg {  position: fixed;top: 0px;left: 10px;width: 40px;height: 40px;z-index:9;text-align: center;color: white;display: none;transition: all ease-out 0.3s;}
a#hamburg i {position: relative;top: 50%;transform: translateY(-50%); -webkit-transform: translateY(-50%);}
.nav1 {transition: all ease-out 0.3s; display:none;}
.nav1 a { color: #000; }
.nav1 ul {margin: 0;padding: 0;background-color: #303030;}
.nav1 ul li {display: inline-block;position: relative;    padding: 10px 20px!important;}
.nav1 ul li > a {display: inline-block;padding: 10px;}
.nav1 ul li > a > i {margin-left: 15px;transition: all ease-out 0.3s;-webkit-transition: all ease-out 0.1s;}
.nav1 ul li ul {display: none;position: absolute;top: 38px;background:#222;width: 200px;text-align: left;}
.nav1 .search-nav,.nav1 .title{ display:none;}
.nav1 ul li ul li { display: block; }
.nav1 ul li ul li a { display: block; }
.nav1 ul li:hover > a {  color:#000; text-decoration:none; }
.nav1 ul li:hover > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
.nav1 ul li:hover ul { display: block; }
.nav1 span.marrow {border-left: 5px solid transparent;border-right: 5px solid transparent;border-top: 5px solid #fff;float: right;height: 0;margin:8px 0 0 8px;width: 0;}
.nav1 ul li.open  span.marrow {border-left: 5px solid transparent; border-top:0;border-right: 5px solid transparent;border-bottom: 5px solid #fff;}
@media screen and (max-width: 1024px) {
  
.slider .item .carousel-caption {    top: 80px; }  
  .slider-text h3 {font-size:40px; }
    .slider-text p {font-size:16px;     margin-bottom: 25px; }
  .slider-text .form-group label {font-size:12px; }
  
  }
  .open-menu .nav-cross:before {
    content: "X";
    position: absolute;
    z-index: -1;
    font-size: 25px;
}

  
  
  @media screen and (max-width: 767px) {
    nav.nav1 {
    display: block;
}
   .logo-bar nav {
    display: none!important;
    }
    a#hamburg { display: block; }
    main {  transition: all ease-out 0.3s;}
    .nav1 .row{ margin:0px;}
    .nav1 {background-color: #fff;box-shadow: -2px 0 10px #999 inset;display: block;height: 100%;left: 0;overflow-x: hidden;overflow-y: auto;position: fixed;top: 0;transform: translateX(-250px); -webkit-transform: translateX(-250px); width: 250px;}
    .nav1 .search-nav,.nav1 .title{ display:block;}
    .nav1 .search-nav input{ border:1px solid #2c313f; background-color:rgba(255,255,255,0.2);  padding:5px; width:100%; color:#000; margin:10px 0;  }
    .nav1 .search-nav input[type="submit"]{background:url("images/search-icon.png") no-repeat scroll center center; border:0; width:auto; font-size:0; height: 16px;    position: absolute;    right: 7px;    top: 8px;    width: 16px;  filter: invert(100%);}
    .nav1 .title{    background: #000 ;color: #fff;font-size: 14px;margin: 0 -15px;padding: 6px 15px 6px;}
    .search-nav > form {    position: relative;}
    .nav1 ul {  text-align: left;  background-color: transparent;}
    .nav1 ul li { display: block; border-bottom:1px solid #999; }
    .nav1 ul li a { display: block; padding:10px 0; }.nav1 ul li:hover > a { color:#000;  }
    .nav1 ul li a > i { float: right; }
    .nav1 ul li ul {  display: none;  position: static;  width: 100%;background-color:transparent; padding:0 10px;}
    .nav1 ul li:hover > ul { display: none; }
    .nav1 ul li:hover > a > i { transform: rotateZ(0); -webkit-transform: rotateZ(0); }
    .nav1 ul li.open > a { background-color: transparent; }
    .nav1 ul li.open > a > i { transform: rotateZ(90deg); -webkit-transform: rotateZ(90deg);}
    .nav1 ul li.open > ul { display: block; }
    div#menuoverlay {display: block;visibility: hidden;position: fixed;left: 0;top: 0;width: 100%;height: 100%;transition: all ease-out 0.3s;z-index: 1;opacity: 0;}
    html.open-menu { overflow: hidden; }
    html.open-menu div#menuoverlay {visibility: visible;background:rgba(0,0,0,0.5);min-height:100vh;width:100% !important;opacity: 1;width: calc(-150%);left: 250px;}
    html.open-menu a#hamburg{ transform: translateX(250px); -webkit-transform: translateX(250px); z-index:999; }
    html.open-menu main {transform: translateX(250px); -webkit-transform: translateX(250px);}
    html.open-menu nav.nav1 {z-index: 3;transform: translateX(0); -webkit-transform: translateX(0);}
    .menu-main-menu-container ul ul ul li a {padding:5px;}
    ul li.has-subnav .accordion-btn {color:#000; font-size:24px; width:20px !important; float:right; line-height: inherit !important; }
    .nav1 ul li:last-child {    border: 0 ;}
    .nav-cross.open > span {    background: #fff ;}
    /*---------------------Hamberg Icon --------------------------------------------- */
    .nav-cross {width: 24px;  height: 40px;  position: relative;  margin: 0px auto;  transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .5s ease-in-out;  cursor: pointer;}
    .nav-cross span {  display: block;  position: absolute;
        height: 2px;width: 100%;background: #000;opacity: 1;left: 0;transform: rotate(0deg); -webkit-transform: rotate(0deg); transition: .25s ease-in-out;}
    .open-menu .nav-cross span {
        display:none;
    }
    #nav-icon1 span:nth-child(1) {top: 0px;}
    #nav-icon1 span:nth-child(2) {top: 18px;}
    #nav-icon1 span:nth-child(3) {top: 36px;}
    #nav-icon1.open span:nth-child(1) {top: 18px;transform: rotate(135deg); -webkit-transform: rotate(135deg);}
    #nav-icon1.open span:nth-child(2) {opacity: 0;left: -60px;}
    #nav-icon1.open span:nth-child(3) {top: 18px;transform: rotate(-135deg); -webkit-transform: rotate(-135deg);}
    .nav-cross span:nth-child(1) {top: 12px;transform-origin: left center;-webkit-transform-origin: left center;}
    .nav-cross span:nth-child(2) {top: 20px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross span:nth-child(3) {top: 28px;transform-origin: left center; -webkit-transform-origin: left center;}
    .nav-cross.open span:nth-child(1) {transform: rotate(45deg); -webkit-transform: rotate(45deg); top: 11px;left: 4px;}
    .nav-cross.open span:nth-child(2) {width: 0%;opacity: 0;}
    .nav-cross.open span:nth-child(3) {transform: rotate(-45deg); -webkit-transform: rotate(-45deg); top: 28px;left: 4px;}
}



/*Scroll css Start here*/


body::-webkit-scrollbar {
    width: 5px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 30px #a20b5e;
}

body::-webkit-scrollbar-thumb {
  background-color: #b89600;
  outline: 1px solid #b89600;
}
/*Scroll css End here*/


a.btn-def{
     display: inline-block;
    background: #b89600;
    padding: 15px 50px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: 'Lora', serif;
    border: 1px solid transparent;
    transition: linear .5s;
    font-size: 16px;
}
a.btn-def:hover{
    background: #a20b5e;
    border: 1px solid #a20b5e;
    transition: linear .5s;
}

/*header*/

header{

}
.wd-95{
    width: 95%;
    margin: 0 auto;
}
header .head-top{
    background: #a20b5e;
    padding: 10px 0;
}

header .head-top p , header .head-top a{
    font-size: 15px;
    margin: 0;
    color: #fff;
    font-family: 'Playfair Display', serif;
    font-weight: 400;
}

header .head-top ul.soc li{
    padding-left: 25px;
}
header .head-top ul.soc li a{
    transition: all ease .5s;
    font-size: 16px;
}
header .head-top ul.soc li a:hover{
    color: #b89600;
    transition: all ease .5s;
}
header .head-nav{

}
header .head-nav .logo{
 margin: 10px 0 0;   
}
header .head-nav .menu-header{ 
    
}
header .head-nav .menu-header ul { 
    
}
header .head-nav .menu-header ul li{ 
    
}
header .head-nav .menu-header ul li a{  
    color: #a20b5e;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    padding: 70px 15px;
    display: block;
    position: relative;
    transition: all ease .2s; 
}
header .head-nav .menu-header ul li a:before{
    content: '';
    background: #b89600;
    width: 0;
    height: 4px;
    left: 0;
    right: 0;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    transition: all ease .5s;   
}
header .head-nav .menu-header ul li a.active, header .head-nav .menu-header ul li a:hover{
    color: #b89600;
    transition: all ease .2s; 
}
header .head-nav .menu-header ul li a.active:before, header .head-nav .menu-header ul li a:hover:before{
    width: 100%; 
    transition: all ease .5s;    
}
header .top-btn{ 
    padding: 55px 0 0;
    text-align: right;  
}
header .top-btn a.login{ 
    color: #a20b5e;
    font-size: 16px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    border: 1px solid #a20b5e;
    background: url(../images/login-icon.png) no-repeat 35px center;
    padding: 15px 40px 15px 60px;
    text-transform: uppercase;
    border-radius: 30px;
    display: inline-block;
    letter-spacing: 1px;
}
header .top-btn a.join{ 
    display: inline-block;
    background: #b89600;
    padding: 16px 40px;
    border-radius: 30px;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    margin-left: 10px;
    font-size: 16px;
}


/*sec-1*/

.sec-1{

}
.sec-1 .main{
    position: relative;
}
.sec-1 .main .pic{
    
}
.sec-1 .main .pic img{
    width: 100%;
}
.sec-1 .main .desc{
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.sec-1 .main .desc h1{
    margin: 0 0 20px;
    color: #ffffff;
    font-size: 48px;
    font-weight: 400;
}
.sec-1 .main .desc h1 span{
    display: block;
}
.sec-1 .main .desc p{
    color: #ffffff;
    font-size: 22px;
    font-weight: 300;
    line-height: 27px;
}
.sec-1 .main .desc a {
    margin-top: 20px;
}
.sec-1 ul.slick-dots {
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: auto;
    padding: 0;
    text-align: center;
}

.sec-1 ul.slick-dots li {
    list-style: none;
    display: inline-block;
}
.sec-1 ul.slick-dots li button {
    background: #fff;
    font-size: 0;
    border: none;
    width: 35px;
    margin-right: 8px;
    height: 4px;
    cursor: pointer;
}
.sec-1 ul.slick-dots li.slick-active button {
    background:rgba(255, 255, 255, 0.25);
}

/*home-about*/

.home-about{
    background: #f6f4f2;
    padding: 120px 0;
    position: relative;
    overflow: hidden;
}
.home-about:before{
    content: '';
    position: absolute;
    background: url(../images/about-be.png) no-repeat;
    width: 607px;
    height: 471px;
    background-size: contain;
    bottom: -110px;
    right: 0;
}

.home-about .desc{
  padding-right: 60px;
}
.home-about .desc h2{
    margin: 0 0 20px;
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400;
}
.home-about .desc h2 span{
    display: block;
     color: #fc5a61;
}
.home-about .desc p{
    color: #7b7b7b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}
.home-about .desc p strong{
    font-weight: 500;
    font-style: italic;
}
.home-about .desc a{
    margin-top: 20px;
}
.home-about .pic{
  position: relative;
}
.home-about .pic img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 00px 0px 20px 2px rgba(0,0,0,0.1);
}
.home-about .pic .inner-img{
    position: absolute;
    bottom: -100px;
    left: -40px;
}
.home-about .pic .inner-img img{
    width: auto;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
}


/*home-feat*/
.home-feat{
    background: #a20b5e;
    padding: 60px 0;
}

.home-feat .upper{
  padding-bottom: 60px;
}
.home-feat .upper h4{
    margin: 10px 0 0;
    color: #b89600;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.home-feat .upper h2{
    margin: 0;
    color: #ffffff;
    font-size: 45px;
    font-weight: 400;
}
.home-feat .upper h2 span{
    display: block;
}
/*projects-wrapper*/

.projects-wrapper {
    position: relative;
    overflow: hidden;
}
.projects-wrapper .bg-inner {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}
.projects-wrapper .mrgn-50{
    margin-bottom: 50px;
}
.projects-wrapper .mac-area-clip {
    position: relative;
    height: 100vh;
}
.projects-wrapper .mac-area-clip-inner {
    clip: rect(auto,auto,auto,auto);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.projects-wrapper .mac-area {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    padding-top: 40px;
}
.projects-wrapper .h-100 {
    height: 100%!important;
}
.projects-wrapper .mb-auto, .my-auto {
    margin-bottom: auto!important;
}

.home-feat .box-content{

}
.home-feat .box-content .box{
    padding:35px 30px; 
    opacity: 0.8;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.home-feat .box-content .box h3{
    margin: 0 0 15px;
    color: #b89600;
    font-size: 30px;
    font-weight: 400;
    text-transform: capitalize;
}
.home-feat .box-content .box p{
    color:#ffffff;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 0;
}

.home-feat .box-content .box.active{
      -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    opacity: 1;
    border-bottom: 1px solid #b89600;
}

.home-feat .btm-btn{
    padding-top: 60px;
}
.home-feat .btm-btn .bg-none{
    background: transparent;
    border: 1px solid #b89600;
    color: #b89600;
    margin-left: 20px;
}
.home-feat .btm-btn .btn-def:hover{
    border: 1px solid #b89600;
}

/*sec-tools*/
.sec-tools{
    background: #f6f4f2;
    padding: 60px 0;
}
.sec-tools .upper{
   margin-bottom: 70px;
}
.sec-tools .upper h2{
    margin: 0;
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400;
}
.sec-tools .upper h2 span{
    color: #b89600;
}
.sec-tools .upper a{
    margin-top: 25px;
}
.sec-tools .box{
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    padding: 50px 40px 10px;
    border-radius: 8px;
    height: 400px;
    display: table;
    margin-bottom: 30px;
}
.sec-tools .box .d-cell{
    display: table-cell;
    vertical-align: top;
}
.sec-tools .box i{ 
    
}
.sec-tools .box i img{  
    
}
.sec-tools .box h3{ 
    margin: 12px 0;
    color: #b89600;
    font-size: 26px;
    font-weight: 400;
}
.sec-tools .box p{ 
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin: 0;
}

.sec-tools .box-btn{
    background: #b89600;
}
.sec-tools .box-btn h2{
    color: #fff;
    margin: 0 0 170px;
    font-size: 32px;
}
.sec-tools .box-btn a{

}
.sec-tools .box-btn a img{
    position: relative;
    left: 0;
    transition: linear .3s;
}
.sec-tools .box-btn a:hover img{
        left: 10px;
    transition: linear .3s;
}

/*sec-pricing*/


.sec-pricing{
    background: #a20b5e;
    padding: 100px 0 120px;
}
.sec-pricing .desc{
    
}

.sec-pricing .desc h4{
    margin:0;
    color: #b89600;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;
}
.sec-pricing .desc h2{
    margin: 15px 0;
    color: #fff;
    font-size: 40px;
    font-weight: 400;
}
.sec-pricing .desc h3{
    color: #ffffff;
    font-size: 31px;
    margin: 0;
    color: rgb(255,255,255,0.8);
    font-style: italic;
    font-weight: 400;
}
.sec-pricing .desc a{
    margin-top: 30px;
}
.sec-pricing .desc a.bg-none:hover{
    background: transparent;
    border: 1px solid #b89600;
    color: #b89600;   
}

.sec-pricing .box{
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.15);
    margin-top: 110px;
}
.sec-pricing .box .brdr{
    border: 1px solid #990a59;
    border-radius: 8px;
    padding: 36px;
}

.sec-pricing .box h3{
   margin:0 0 20px;
   color: #444444;
   font-size: 36px;
   font-weight: 400;
}
.sec-pricing .box h5{
    color: #b89600;
    font-size: 55px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;  
    margin: 0;
}
.sec-pricing .box h5 span.bg{
    font-size: 32px;
    top: -14px;
    position: relative;
    font-weight: 500;  
}
.sec-pricing .box h5 span.sm{
    font-weight: 300;
    font-size: 24px;
}
.sec-pricing .box2{
    background: #bda229;
    position: relative;
        left: -25px;
    top: -110px;
}
.sec-pricing .box2 .brdr{
    border: 1px solid #fff;
}
.sec-pricing .box2 h3{
 color: #fff;
}
.sec-pricing .box2 h5{
    color: #fff;
}


.tabs-menu { }
.tabs-menu li { display:inline-block; list-style:none;}
.tabs-menu li.current {position: relative;z-index: 5;}
.tabs-menu li a {color: #fff;text-decoration: none; }
.tabs-menu .current a {color: #2e7da3;}
.tab { float: none;width: 100%; }
.tab-content {max-width: 100%;display: none;}
#tab-1, #tab-3 {display: block;   }


/*sec-testi*/
.sec-testi{
    padding: 80px 0;
    background: #f6f4f2;
}


.sec-testi  h2{
    margin: 20px 0 0; 
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400;
}
.sec-testi h2 span{
    display: block;
     color: #fc5a61;
}
.sec-testi img.rev {
    margin-top: 120px;
}
.sec-testi .slick-list {
    padding: 0 15% 0 0 !important;
}
.sec-testi .slick-track{
    padding: 20px 0;
}

.sec-testi .slick-arrow {
    border: 0px;
    font-size: 0;
    left: -32%;
    margin-top: 0;
    position: absolute;
    top: 38%;
    z-index: 1;
    background: transparent url(../images/testmonial-arrow.png) no-repeat center center;
    width: 52px;
    height: 32px;
    transform: none;
    -webkit-transform: none;
    cursor: pointer;
}
.sec-testi .slick-next.slick-arrow {
    left: -40%;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}


.sec-testi .slick-arrow:hover {
   background: transparent url(../images/testmonial-arrow.png) no-repeat center center;
   opacity: 0.5;
}

.sec-testi .inner-item{
    opacity: .5;
    transition: all ease .5s;
}
.sec-testi .inner-item.slick-current{
    opacity: 1;
    transition: all ease .5s;
}
.sec-testi .inner-item .desc{
    background: #fff;
-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.05);
    padding: 40px;
    border-radius: 8px;
}
.sec-testi .inner-item .desc img{
    margin: 0;
}
.sec-testi .inner-item .desc p{
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 300;
    line-height: 28px;
    margin: 15px 0 30px;
}
.sec-testi .inner-item .desc .row img{
    width: 100%;
}
.sec-testi .inner-item .desc .row h4{
    margin: 8px 0 0;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 500;
}
.sec-testi .inner-item .desc .row h4 span{
    display: block;
    color: #bda229;
}

/*footer*/


.footer{
  padding: 50px 0 40px; 
}
.footer .foot-menu{
    margin: 30px 0 15px;
}
.footer .foot-menu li{ 
  padding: 0 20px;   
}
.footer .foot-menu  li a{
    color: #a20b5e;
    font-size: 18px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
    text-transform: uppercase;
}
.footer .foot-menu-2 li{ 
    padding: 0 10px;
    border-right: 1px solid #b3b3b3;
    line-height: 15px; 
}
.footer .foot-menu-2 li:last-child{
    border: none;
}
.footer .foot-menu-2  li a, .footer .foot-menu-2  li p{
    color: #b3b3b3;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Rubik', sans-serif; 
    text-transform: capitalize;
    margin: 0;
}
.footer .soc{
    margin-top: 15px;
}
.footer .soc li{
    padding: 0 12px;
}
.footer .soc li a{
    color: #727272;
    font-size: 20px;
    transition: all ease .1s;
}
.footer .soc li a:hover{
   color: #a20b5e;
   transition: all ease .1s;
}



/*inner-banner*/

.inner-banner{
    height: 600px;
    display: table;
    width: 100%;
    text-align: center;
    background-size: 100% 100% !important;
    text-align: center;
    background-repeat: no-repeat !important;


}

.overlay {
    position: relative;
    z-index: 9;
}

.overlay:before {content: "";position: absolute;left: 0;top: 0;bottom: 0;right: 0;margin: auto;background: rgb(0 0 0 / 0.5);}
.inner-banner .container{
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}

.inner-banner h1{
    margin: 0 0 20px;
    color: #ffffff;
    font-weight: 400;
    font-size: 48px;
    text-transform: capitalize;
}
.inner-banner p{
    color: #ffffff;
    font-size: 20px;
    font-weight: 300;
    margin: 0 auto;
    max-width: 50%;
}


.home-about.about-page {
    padding: 100px 0;
}
.home-about.about-page:before{
    display: none;
}
.home-about.about-page .pic .inner-img {
    position: absolute;
    bottom: 30px;
    left: -40px;
}
.home-about.about-page .sec-row{
    margin-top: 70px;
}
.home-about.about-page .desc{
    padding-right: 40px;
}

/*sec-about-2*/


.sec-about-2{
    background: #a20b5e;
    padding: 100px 0;
}
.sec-about-2 .mrgn-80{
    margin-bottom: 80px;
}
.sec-about-2 .pic img{
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.1);
    box-shadow: 00px 0px 20px 2px rgba(0,0,0,0.1);
}
.sec-about-2 .desc{
    display: table;
    height: 440px;
}
.sec-about-2 .desc .d-cell{
    display: table-cell;
    vertical-align: middle;
}
.sec-about-2 .desc h3{
    margin: 0 0 20px;
    color: #b89600;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 400;
}
.sec-about-2 .desc p{
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
}


/*feat-1*/

.feat-1{
    background: #f6f4f2;
    padding: 80px 0;
    overflow: hidden;
}
.feat-1 .upper{
    margin-bottom: 60px;
}
.feat-1 .upper h4{
    margin: 10px 0 0;
    color: #b89600;
    font-size: 30px;
    font-weight: 400;
    text-transform: uppercase;   
}
.feat-1 .upper h2{
    margin: 0;
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400; 
}
.feat-1 .upper h2 span{
   display: block; 
}
.feat-1 .mrgn-30{
    margin-bottom: 30px;
}
.feat-1 .desc{
    height: 550px;
    display: table;
}
.feat-1 .desc .d-cell{
    vertical-align: middle;
    display: table-cell;
}
.feat-1 .desc h3{
    margin: 0 0 15px;
    color: #b89600;
    font-weight: 400;
    font-size: 35px;
}
.feat-1 .desc p{
    color: #7b7b7b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
}

.feat-1 .desc ul li{
	color: #7b7b7b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 7px;
}
.feat-1 .pic img{
    width: 100%;
}
section.sec-tools.feat-2{
    padding-top: 0; 
}
section.sec-tools.feat-2 .box {
    padding-bottom: 20px;
}

/*pricing-det*/


.sec-pricing.pricing-det{
    padding: 60px 0;
    background: #f6f4f2;
}
.pricing-det h2{
    margin: 0 auto;
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400;
    max-width: 70%;
}
.pricing-det h2 span{
    color: #b89600;
}
.pricing-det h3{
    margin: 0;
    color: #7e7e7e;
    font-size: 26px;
    font-weight: 400;
    font-style: italic;
}


.pricing-det .toggle-container {
    background: #a20b5e;
    max-width: 331px;
    margin: 35px auto 20px;
    border-radius: 30px;
    padding: 6px;
}
.pricing-det .toggle-container .btn {
    box-shadow: none;
    border: none;
    line-height: 46px;
    border-radius: 23px;
    padding: 0 30px;
    background: transparent;
    cursor: pointer;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    font-family: 'Playfair Display', serif;
}
.pricing-det .toggle-container .btn.active {
    background: #b89600;
    -moz-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 14px rgba(0, 0, 0, 0.1);
}

.sec-pricing.pricing-det h2.btm {
    margin: 180px 0 0;
}
.sec-pricing.pricing-det .box {
    margin-top: 0;
    width: 100%;
}
.sec-pricing.pricing-det .box .brdr {
    padding: 50px;
    text-align: center;
}
.sec-pricing.pricing-det .box2 {
    background: #bda229;
    position: relative;
    left: 0;
    top: 0;
}


.pricing-det .inner{
    margin-top:60px;
    margin-bottom: 30px;
}

.pricing-det .inner-det {
    background: #fff;
    padding: 40px 50px 70px;
    border-radius: 10px;
    -webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.05);
}
.pricing-det  .inner-det h4{
    margin: 0;
    color: #454545;
    font-size: 20px;
    font-weight: 300;
}
.pricing-det  .inner-det h4 span{
    display: block;
    color: #8e8e8e;
    font-size: 18px;
    line-height: 24px;
}
.pricing-det  .inner-det .pad{
    padding: 15px 0;
}
.pricing-det  .inner-det a{
    font-family: 'Lora', serif;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 25px;
    border-radius: 50px;
    width: 90%;
    margin: 0 auto;
    padding: 15px;
}
.pricing-det  .inner-det a span{
    font-weight: 400;
    font-size: 16px;
    font-family: 'Lora', serif;
}

/*sec-cont*/

.sec-cont{
    padding: 80px 0;
    background: #f6f4f2;
}
.sec-cont .lf{

}
.sec-cont .lf h2{
    margin: 0 0 20px;
    color: #a20b5e;
    font-size: 45px;
    font-weight: 400;    
}
.sec-cont .lf h2 span{
     color: #fc5a61;    
}
.sec-cont .lf p{
    color: #7b7b7b;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    margin-bottom: 20px;
}
.sec-cont .lf span.icon{
    background: #fff;
    width: 70px;
    height: 70px;
    display: block;
    border-radius: 100%;
    text-align: center;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
}
.sec-cont .lf span i{
    font-size: 30px;
    color: #b89600;
    padding: 18px 0 0;
}
.sec-cont .lf h4{
    margin: 0 0 5px;
    color: #b89600;
    font-size: 24px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
}
.sec-cont .lf h5, .sec-cont .lf a{
    margin: 0;
    font-size: 24px;
    font-weight: 300;
    color: #7b7b7b;
    font-family: 'Rubik', sans-serif;
}
.sec-cont .lf  .mrgn-tp-35{
    margin-top: 35px;
}

.sec-cont .rt{
  background: #fff;
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
    box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.04);
    padding: 60px;   
    border-radius: 10px;
}
.sec-cont .rt h2{
    margin: 0 0 50px;
    color: #a20b5e;
    font-size: 40px;
    font-weight: 400;  
}
.sec-cont .rt input, .sec-cont .rt textarea{
    width: 100%;
    font-weight: 300;
    font-size: 18px;
    font-family: 'Rubik', sans-serif;
    color: #7b7b7b;
    padding: 0 0 12px;
    border: none;
    border-bottom: 1px solid #d1d0ce;
    margin-bottom: 30px;
    resize: none;
}
.sec-cont .rt input[type="submit"]{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lora', serif;
    background: #b89600;
    margin: 0;
    padding: 13px 0;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 1px;
    cursor: pointer;
}

.sec-cont .rt input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
.sec-cont .rt input::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
.sec-cont .rt input:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
.sec-cont .rt input:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}

.sec-cont .rt textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
.sec-cont .rt textarea::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
.sec-cont .rt textarea:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
.sec-cont .rt textarea:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}







/*sec-join*/

.sec-join{
    background: #f6f4f2;
    overflow: hidden;
}
.sec-join .lf{
    padding: 60px;
}

.sec-join .lf h2{
       margin: 0 0 50px;
    color: #a20b5e;
    font-size: 40px;
    font-weight: 400; 
}

.sec-join .lf input, .sec-join .lf textarea{
    width: 100%;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Rubik', sans-serif;
    color: #7b7b7b;
    padding: 0 0 12px;
    border: none;
    border-bottom: 1px solid #d1d0ce;
    margin-bottom: 30px;
    resize: none;
    background: transparent;
}
.sec-join .lf input[type="submit"]{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: 'Lora', serif;
    background: #b89600;
    margin: 0;
    padding: 15px 0;
    color: #fff;
    border-radius: 30px;
    letter-spacing: 1px;
    cursor: pointer;
}

.sec-join .lf input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
.sec-join .lf input::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
.sec-join .lf input:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
.sec-join .lf input:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}

.sec-join .lf textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #7b7b7b;
}
.sec-join .lf textarea::-moz-placeholder { /* Firefox 19+ */
  color: #7b7b7b;
}
.sec-join .lf textarea:-ms-input-placeholder { /* IE 10+ */
  color: #7b7b7b;
}
.sec-join .lf textarea:-moz-placeholder { /* Firefox 18- */
  color: #7b7b7b;
}

.sec-join .lf a.pass-icon {
    position: absolute;
    right: 30px;
    top: 2px;
}
.sec-join .lf a.pass-icon i{
    color: #7b7b7b;
}

/* COMMON RADIO AND CHECKBOX STYLES  */
.sec-join .lf input[type=radio],
.sec-join .lf  input[type=checkbox]{
  /* Hide original inputs */
  visibility: hidden;
  position: absolute;

}
.sec-join .lf  input[type=radio] + label.bg:before,
.sec-join .lf  input[type=checkbox] + label.bg:before{
  height:18px;
  width:18px;
  margin-right: 5px;
  content: " ";
  display:inline-block;
  vertical-align: baseline;
  border:1px solid #d7d7d7;
}
.sec-join .lf  input[type=radio]:checked + label.bg:before,
.sec-join .lf  input[type=checkbox]:checked + label.bg:before{
  background:#b89600;
}

/* CUSTOM RADIO AND CHECKBOX STYLES */
.sec-join .lf  input[type=radio] + label.bg:before{
  border-radius:50%;

}
.sec-join .lf input[type=checkbox] + label.bg:before{
  border-radius:2px;

}

.sec-join .lf  .mrgn-btm-25{
    margin-bottom: 25px;
}




.sec-join .lf label.bg {
    margin-right: 30px;
    color: #7b7b7b;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Rubik', sans-serif;
}
.sec-join .lf h4{
        margin: 0 0 20px;
    color: #7b7b7b;
    font-size: 22px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
}

.sec-join .lf .innr-plan{
  margin: 25px 0 0;
}

.box.check:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 25px;
    right: 30px;
    background: url(../images/check-br.png) no-repeat;
}
.box.box2.check:before{
    background: url(../images/check-wt.png) no-repeat;
}
.sec-join .lf .innr-plan .year{
    display: none;
}
.sec-join .lf .innr-plan .box{
    background: #fff;
    padding: 40px 0;
    border-radius: 10px;
    display: inline-block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 20px 2px rgba(0,0,0,0.05);
    width: 280px;
    cursor: pointer;
    position: relative;
}


.sec-join .lf .innr-plan .box h3{
   margin:0 0 20px;
   color: #444444;
   font-size: 30px;
   font-weight: 400;
}
.sec-join .lf .innr-plan .box h5{
    color: #b89600;
    font-size: 55px;
    font-weight: 500;
    font-family: 'Rubik', sans-serif;  
    margin: 0;
}
.sec-join .lf .innr-plan .box h5 span.bg{
    font-size: 32px;
    top: -14px;
    position: relative;
    font-weight: 500;  
}
.sec-join .lf .innr-plan .box h5 span.sm{
    font-weight: 300;
    font-size: 24px;
    margin-bottom: 20px;
}
.sec-join .lf .innr-plan .box a{
    color: #cfcfcf;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: underline;
    font-family: 'Lora', serif;
}
.sec-join .lf .innr-plan .box2{
    background: #bda229;
    position: relative;
    margin-left: 30px;
}

.sec-join .lf .innr-plan .box2 h3{
    color: #fff;
}
.sec-join .lf .innr-plan .box2 h5{
    color: #fff;
}
.sec-join .lf .innr-plan .box2 a{
    opacity: 0.5
}

/* Chrome, Safari, Edge, Opera */
.sec-join .lf input::-webkit-outer-spin-button,
.sec-join .lf input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
.sec-join .lf input[type=number] {
  -moz-appearance: textfield;
}


.sec-join .lf .payment-det{
    border: 1px solid #b89600;
    padding: 30px;
    margin: 40px 15px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
        flex: 0 0 95%;
    max-width: 95%;
}
.sec-join .lf .payment-det h3{
    margin: 0 0 30px;
    color: #a20b5e;
    font-size: 30px;
    font-weight: 400;
}
.sec-join .lf .payment-det input{
    background: #f5f8fa;
    border: 1px solid #d6d6d6;
    padding: 12px;
    border-radius: 10px;
}
.sec-join .lf .payment-det label{
    color: #7b7b7b;
    font-size: 16px;
    font-weight: 300;
      font-family: 'Rubik', sans-serif;
}
.sec-join .lf .payment-det label a{
    color: #5c2aed;
}
.sec-join .lf .payment-det input#agreement {
    visibility: visible;
    position: relative;
    width: auto;
    margin: 0 10px 0 0px;
}
.sec-join .rt{

}
.sec-join .rt .pic{
    position: relative;
}
.sec-join .rt .pic img{
    width: 100%;
    height: 1558px;
    object-fit: cover;
}
.sec-join .rt .pic .desc{
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    text-align: center;
}
.sec-join .rt .pic .desc h2{
    margin: 0;
    color: #fff;
    font-weight: 400;
    font-size: 89px;
}