
body,html{height: 100%;}
html { font-size: 62.5%; }  /* =10px */
body{
    font-size: 1.6rem;
    color: #6d6e71;
    font-family: 'Montserrat', sans-serif;
    font-style: normal;
    line-height: 1.6;
    font-weight: 500;

    /* letter-spacing: 0.62em;*/
}
.btn-primary{
    background: #7e2c7e;
    border-color: #7e2c7e;
    font-weight: 600;
    padding: 10px 60px;
    min-width: 220px;
    text-transform: uppercase;
    font-size: 1.6rem;
}
.btn-primary:hover{
    background: #ba4097;
    border-color: #ba4097;
}
.btn-dark{
 font-weight: 600;
    padding: 10px 20px;
  
    text-transform: uppercase;
    font-size: 1.6rem;

}
.body-color{
    color: #727376;
}
h1{
    font-size: 4.5rem;
    font-weight: 600;



}
h2{
    font-size: 3.5rem;
    font-weight: 600;
    color: #3c3c3b;
    position: relative;

}
h3{
    font-size: 2.5rem;
    font-weight: 500;
    color: #3c3c3b;
    position: relative;
    /*border-bottom: 3px solid #b7b7b7;*/
    padding-bottom: 10px;

}
h2:after{
    content: '';
    height: 3px;
    width: 20%;
    background: #b7b7b7;
    position: absolute;
    left: 0;
    bottom: -10px;
}
.heading1{
    font-size: 5rem;
    font-weight: 700;
    color: #333333;
    line-height: 1.3;
}

.heading2{
    font-size: 4rem;
    font-weight: 800;
    letter-spacing: 0.04em;

}
.heading3{
    font-size: 2.6rem;
    font-weight: 700;
    letter-spacing: 0.05em;

}
.heading32{
    font-size: 3rem;
    font-weight: 800;
    letter-spacing:0.1em;
    line-height: 1.2;
}
.heading4{
    font-size: 2rem;
    font-weight: 800;
    letter-spacing:0.06em;
    line-height: 1.2;
}

.heading5{
    font-size: 1.2rem;
    font-weight: 700;
    color: #58595b;
    line-height: 1.2;
}
.heading-l{
    font-size: 8rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: 1.3;
}
h4{
    font-size: 2rem;
    font-weight: 600;
}
.semi-bold{
    font-weight: 600;
}
.top-section{

    background-image: -moz-linear-gradient( -172deg, rgb(106,26,122) 0%, rgb(126,44,126) 0%, rgba(165,73,165,0.62) 38%, rgba(204,102,204,0) 60%);
    background-image: -webkit-linear-gradient( -172deg, rgb(106,26,122) 0%, rgb(126,44,126) 0%, rgba(165,73,165,0.62) 38%, rgba(204,102,204,0) 60%);
    background-image: -ms-linear-gradient( -172deg, rgb(106,26,122) 0%, rgb(126,44,126) 0%, rgba(165,73,165,0.62) 38%, rgba(204,102,204,0) 60%);
    position: absolute;
    top: 0;
    left: 0;width: 100%;
    z-index: 9;

}
.connect-box{
    font-size: 1.3rem;
}
.social-top li{
    display: inline-block;
    margin: 0px 8px;
}
.social-top li a{
    color: #fff;
    font-size: 2.1rem;
}
#navbarNav{
    margin-top: 43px;
}
/*.navbar-expand-md .navbar-nav .nav-link{
    color: #7e2c7e;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
}*/

.navbar-expand-lg .navbar-nav .nav-link{
    color: #7e2c7e;
    font-size: 1.3rem;
    font-weight: 600;
    text-transform: uppercase;
    padding-right: 10px;
    padding-left: 10px;
}


.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {

    color: #3c3c3b;
    background: none !important;
}
.top-btn{
    display: inline-block;
    padding: 11px 20px;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-weight: 600;
    background: #3c3c3b;
    color: #fff;

}
.top-btn:hover{
    background: #7e2c7e;
    text-decoration: none;
    color: #fff;
}
.navbar{
    padding-top:0;
    padding-bottom:0;
}
.search-box{
    color: #fff;
    display: inline-block;
}
.banner-section{
    border-top: 10px solid #7e2c7e;
    position: relative;
height:100%;
}
.banner-overlay{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
}
.banner-content h1{
    text-shadow: 0px 6px 5.74px rgba(11, 11, 11, 0.5);
    line-height: 1.2;
    position: relative;

}
.banner-content{
    margin-bottom: 80px;
}
.banner-content h1:after{
    content: '';
    height: 5px;
    width: 20%;
    background: #ba4097;
    position: absolute;
    left: 0;
    bottom: -20px;
}
.grey-bg{
    background: #ececec;
}
.footer-top{
    padding:50px 0;
    padding-bottom: 30px;

}
h4{
    font-size: 2rem;
    font-weight: 600;
    color: #575756;
    position: relative;
}
.footer-top h4{
    padding-bottom: 5px;
}
.footer-top h4:after{
    content: '';
    height: 2px;
    width: 40%;
    background: #b7b7b7;
    position: absolute;
    left: 0;
    bottom: -5px;
}
.ft-para{
    color: #6d6e71;
    font-size: 1.4rem;

}
.footer .media h4:after{
    display: none;
}
h4.no-after:after{
    display: none;
}
h5{
    font-size: 1.6rem;
    font-weight: 600;
    color: #7e2c7e;
    border-bottom: 2px solid #b7b7b7;
    padding-bottom: 5px;
}
.quick-links{
    font-size: 1.4rem;
    color: #6d6e71;
    font-weight: 600;
    text-transform: uppercase;
}
.quick-links:hover{
    color: #7e2c7e;
    text-decoration: none;
}
.ft-links{

    list-style: none;
    padding: 0;
    margin:0;
    margin-bottom: 20px;
    margin-top: 10px;
}
.ft-links li{
    margin-bottom: 10px;
}
.ft-links li a{
    font-size: 1.2rem;
    color: #575756;
    font-weight: 500;
display:inline-block;
line-height:1.5;
}
.ft-links li a:hover{
    color: #7e2c7e;
    text-decoration: none;
}
.ft-btn{
    background: #7e2c7e;
    padding: 10px 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    color: #fff;
}
.ft-btn:hover{
    background: #575756;
    color: #fff;
    text-decoration: none;
}
.form-control{
    height: 40px;
    font-size: 1.6rem;
}
.footer-bottom{
    background: #c6c6c5;
    padding: 10px 0;
}
.footer-bottom p, .footer-bottom a{
    font-size: 1.3rem;
    font-weight: 500;
    color: #3c3c3b;
    margin-bottom: 0;
}
.banner-buttons{
  /*  border-bottom: 10px solid #959595;*/
}
.banner-buttons .nav-pills .nav-link{
    background: #ba4097;
    color: #fff;
    text-transform: uppercase;
    font-size: 2.2rem;
    font-weight: 500;
   /* padding-top: 20px;
    padding-bottom: 20px;*/ 
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0;
}
.banner-buttons .nav-pills li:first-of-type .nav-link{
    background: #7e2c7e;
}
.banner-buttons .nav-pills li:last-of-type .nav-link{
    background: #ad54a0;
}
.banner-buttons .nav-pills li .nav-link:hover{
    background: #959595;
}
.section{
    padding: 100px 0;
}
.view-link{
    color: #7e2c7e;
    font-size: 1.5rem;
    font-weight: 600;
    text-decoration: none;
}
.view-link:hover{
    color: #ad54a0;
}
.pro-name{
    background: rgba(255,255,255,0.75);
    position: absolute;
    left: 0;
    right: 42px;
    bottom: 20px;
    padding: 10px 15px;
    font-size: 2rem;
    font-weight: 600;
    color: #575756;
    text-transform: uppercase;
    line-height: 1.2;
}

/*.searchbox{

    min-width:0px;
    width:0%;
    height:40px;
    float:right;
    overflow:hidden;

    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    -ms-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
}

.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#dcddd8;
    width:100%;
    height:40px;
    margin:0;
    padding:0px 55px;
    font-size:20px;
    color:#a91bb0;
}
.searchbox-input::-webkit-input-placeholder {
    color: #a91bb0;
}
.searchbox-input:-moz-placeholder {
    color: #a91bb0;
}
.searchbox-input::-moz-placeholder {
    color: #a91bb0;
}
.searchbox-input:-ms-input-placeholder {
    color: #a91bb0;
}

.searchbox-icon,
.searchbox-submit{
    width:50px;
    height:40px;
    display:block;
    position:absolute;
    top:8px;

    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:40px;
    text-align:center;
    cursor:pointer;

}
.searchbox-submit{
    display: none;
}
.searchbox-open{
    width:100%;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 999;
}
.searchbox-open .searchbox-icon, .searchbox-open .searchbox-submit{
    top: 0px;
}*/
.search-form{
    position: absolute;
    right: 30px;
    top: 0;
    width: 450px;
    display: none;
}
.search-form .form-control{
    height: 43px;
}
.btn-info {
    background: #7e2c7e;
    border-color: #7e2c7e;
    font-size: 1.6rem;
    font-weight: 600;
}
.btn-info:hover{
    background: #ad54a0;
    border-color: #ad54a0;
}
.search-box{
    cursor: pointer;
}
#carouselHome .carousel-item{
background-size:cover !important;
background-position:top center;
background-repeat: no-repeat;
    /*background: none !important;*/
/* height: calc(100vh - 237px);*/
    height: calc(100vh - 177px);

}
/*#carouselHome .carousel-item img{
opacity:0;
display:none;
}*/



.banner-section img{
    opacity: 0;
    display: none;
}




.top-section .dropdown-menu{  background: #ad54a0;
width:100%;
}
.top-section .dropdown-menu a {
    display: block;
    padding: 5px;
    font-size: 1.4rem;
    color: #fff;
}
 .top-section .dropdown-menu a:hover {   background: #7e2c7e;}
@media (min-width: 1400px) {
    .container{
        max-width: 1370px;
    }
}
@media (max-width: 1399px) {

    #carouselHome .carousel-item{               
         height: calc(100vh - 144px);               
    }
    .navbar-brand img{
        width: 250px;
    }
   /* .navbar-expand-md .navbar-nav .nav-link{ */
    .navbar-expand-lg .navbar-nav .nav-link{
        font-size: 1.2rem;
padding-right:3px;
padding-left:3px;
    }
    .quick-links{
        font-size: 1rem;
    }
}
@media (max-width: 1099px) {
    .navbar-brand img{
        width: 200px;
    }
    .quick-links {
        font-size: 10px;
        margin-right: 5px;
    }
    .quick-links svg{
        width: 15px;
    }
    h2{
        font-size: 3.6rem;
    }
    h3{
        font-size: 3.2rem;
    }
    .pro-name{
        font-size: 1.2rem;
    }
    /*.navbar-expand-md .navbar-nav .nav-link{
        padding-left: 5px;
        padding-right: 5px;
        font-size: 1.1rem;
    }*/

    .navbar-expand-lg .navbar-nav .nav-link{
        padding-left: 2px;
        padding-right: 2px;
        font-size: 1.1rem;
    }
}
@media (max-width: 992px) {
    h1{
        font-size: 4rem;
    }
    .banner-content{
        margin-bottom: 50px;
    }
    .section{
        padding: 60px 0;
    }
}
@media (max-width: 767px) {
    .top-section{
        position: inherit;
        background: #7e2c7e;
    }
    .navbar-toggler-icon{
        color:#7e2c7e;
        font-size: 2rem;
        height: auto;
    }
    .social-top li a{
        font-size: 1.2rem;
    }
    .top-btn{
        display: none;
    }
    #navbarNav{
        margin-top: 0;
        background: #7e2c7e;
        position: absolute;
        left: 0;
        right: 0;
        top: 80px;
        z-index: 99;

    }
   /* .navbar-expand-md .navbar-nav .nav-link{*/
    .navbar-expand-lg .navbar-nav .nav-link{
        color: #fff;
        font-size: 1.4rem;
        padding: 5px 10px;
    }
    /*.navbar-expand-md .navbar-nav .nav-link:hover{*/
    .navbar-expand-lg .navbar-nav .nav-link:hover{
        color: #fff;
    }
    .search-form{
        width: 275px;
    }
    .search-form .form-control{
        height: 25px;
        font-size: 1.2rem;
    }
    .search-form .btn-info{
        font-size: 1rem;
    }
    h1{
        font-size: 2rem;
    }
    h2{
        font-size: 2rem;
    }
    h3{
        font-size: 1.9rem;
    }
    .btn-primary{
        font-size: 1.4rem;
    }
    .banner-buttons .nav-pills .nav-link{
        font-size: 1.6rem;
    }
    .footer-top h4:after{
        width: 100%;
    }
    .section{
        padding: 60px 0;
    }
    .heading1 {
        font-size: 3.2rem;
    }
    .heading2 {
        font-size: 3rem;
    }
    .banner-buttons .nav-pills .nav-link {
        font-size: 1.2rem;
    }


    #carouselHome .carousel-item{
        height: 300px !important;
    }

}


.dropdown-menu{padding:0;margin:0;border:0 solid transition!important;border:0 solid rgba(0,0,0,.15);border-radius:0;-webkit-box-shadow:none!important;box-shadow:none!important}

.mainmenu .active a,.mainmenu .active a:focus,.mainmenu .active a:hover,.mainmenu li a:hover,.mainmenu li a:focus ,.navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show>a:hover{color: #fff;background: #7e2c7e;outline: 0;}
/*==========Sub Menu=v==========*/
.mainmenu .collapse ul > li ul li a{display: block;
                                    padding: 5px; font-size: 1.4rem; color: #fff;}
.mainmenu .collapse ul > li:hover > a{background: #7e2c7e; color: #fff;}
.mainmenu .collapse ul > li:hover > a{background: #7e2c7e;color: #fff;}
.mainmenu .collapse ul ul > li:hover > a, .navbar-default .navbar-nav .show .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .show .dropdown-menu > li > a:hover{background: #7e2c7e; text-decoration: none}
.mainmenu .collapse ul ul ul > li:hover > a{background: #7e2c7e; text-decoration: none}

.mainmenu .collapse ul ul, .mainmenu .collapse ul ul.dropdown-menu{background:#ad54a0;}
.mainmenu .collapse ul ul ul, .mainmenu .collapse ul ul ul.dropdown-menu{background:#7e2c7e}
.mainmenu .collapse ul ul ul ul, .mainmenu .collapse ul ul ul ul.dropdown-menu{background:#ad54a0}

/******************************Drop-down menu work on hover**********************************/

@media only screen and (min-width: 767px) {
    .mainmenu .collapse ul li:hover> ul{display:block}
    .mainmenu .collapse ul ul{position:absolute;top:100%;left:0;min-width:100%;display:none}
    /*******/
    .mainmenu .collapse ul ul li{position:relative}
    .mainmenu .collapse ul ul li:hover> ul{display:block}
    .mainmenu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:100%;display:none}
    /*******/
    .mainmenu .collapse ul ul ul li{position:relative}
    .mainmenu .collapse ul ul ul li:hover ul{display:block}
    .mainmenu .collapse ul ul ul ul{position:absolute;top:0;left:inherit; right: 100%;min-width:100%;display:none;z-index:1}
    .mainmenu .collapse ul.navbar-nav > li:last-of-type > ul{
        left: inherit;
        right: 0;
    }
    .mainmenu .collapse ul > li:last-of-type ul ul{
        left: inherit;
        right: 100%;
    }

}
@media only screen and (max-width: 767px) {
    /* .navbar-nav .show .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 35px}
     .navbar-nav .show .dropdown-menu .dropdown-menu .dropdown-menu > li > a{padding:16px 15px 16px 45px}*/
}
.textHeading{
    font-size: 2rem;
    font-weight: 600;
    color:
    #575756;
    position: relative;
    border-bottom: none !important;
}

.bg-purpal{
background:#7e2c7e;
}
h5.text-uppercase a{
        color: #7e2c7e;

}
h5.text-uppercase a:hover{
        color: #7e2c7e;
        text-decoration: none; 
        
}
h3.mb-5 a{
    color: #3c3c3b;
}
h3.mb-5 a:hover{
        color: #3c3c3b;
        text-decoration: none; 
        
}
.site-url-print{
    display: none;
}
@media print {                
    .site-url-print {display: block;}
}


#fixed-social {
    position: fixed;
    top: 300px;
    right: 0;
}

#fixed-social a {
    color: #fff;
    display: block;
    height: 40px;
    position: relative;
    text-align: center;
    line-height: 40px;
    width: 40px;
    margin-bottom: 1px;
    z-index: 2;
    font-size: 12px;
    background:#6a1a7a;
}
#fixed-social a img{
    max-height: 30px;
}
#fixed-social a:hover>span{
    visibility: visible;
    right: 41px;
    opacity: 1;
}
#fixed-social a span {
    line-height: 40px;
    right: 60px;
    position: absolute;
    text-align: center;
    width: 130px;
    visibility: hidden;
    transition-duration: 0.5s;
    z-index: 1;
    opacity: 0;
    background: #6a1a7a;
}