

body{
    font-size: 18px;
    color: #474c4e;
    line-height: 1.8;
    font-weight: 500;   

}

p{
    margin-bottom: 1.5rem;
}

h2{
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 30px;
}

h3{
    font-size: 40px;
    font-weight: 600;
}

.imgmax{
    max-width: 100%;
}
/** Button **/
.btn-outline {
    border:solid 2px #9933cc;
    background-color: transparent;
    border-radius:7px ;
    -webkit-border-radius:7px ;
    -moz-border-radius:7px ;
    -ms-border-radius:7px ;
    -o-border-radius:7px;
}
.btn-outline-small{
    padding: 0px 10px 2px;
}

.btn-secondary{
    background: #40484d;
    border: 0;
    padding: 7px 80px 8px 20px;
    position: relative;
    z-index: 0;
    overflow: hidden;
    font-size: 20px;

}
.btn-secondary::before{
    background:#9933cc url(../images/icon-arrow.png) no-repeat center center;
    width: 57px;
    content: '';
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 0px 5px 5px 0 ;
    -webkit-border-radius: 0px 5px 5px 0 ;
    -moz-border-radius: 0px 5px 5px 0 ;
    -ms-border-radius: 0px 5px 5px 0 ;
    -o-border-radius: 0px 5px 5px 0 ;
}
.btn-secondary::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    content: ' ';
    background-color: #9933cc;
    left: 100%;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    z-index: -1;
    
}
.btn-secondary:hover::after{
    background-color: #9933cc;
    left: 0;
}

.btn-link{
    color: #9833cb;    
    font-size: 20px;
    text-decoration: none;
    padding: 0;

}
.btn-link::before{
    content: '';
    background: url(../images/arrow-pink.png) no-repeat;
    width: 14px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}
.btn-link:hover{
    color: #3f474c;
}

/* Top menu
==================================*/
.sitetopHeader{
    background: #3f474c;
    padding:7px 14px;    
    color: #FFF;
    text-align: left;
}
.sitetopHeader a{ color: #FFF;}
.sitetopHeader .btn-outline{
    margin-left: 5px;
}

/* Header
======================*/
.site-header{
    background-color: #FFF;
}

.navbar-brand{
    position: absolute;
    left: 50%;
    top: 12px;
    margin-left:-82px ;
    width: 165px;
}
.navbar{
    min-height: 92px;
}

.navbar-nav{
    width: 100%;
}
.navbar-nav li:nth-child(3){
    margin-left: auto;
}

/* Header banner*/
.headerbanner{
    padding: 125px 0 173px;
    background: url(../images/header-banner.jpg) no-repeat center top;
    background-size: cover;
}
.headerintorBox{
    background-color: rgba(255,255,255,0.8);
    padding: 23px 20px 30px;
    text-align: center;
    border-radius:10px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    -ms-border-radius:10px;
    -o-border-radius:10px;
    margin-bottom: 34px;
}

.headerintorBox h2{
    margin: 0 0 30px;
    font-size: 28px;
    font-weight: 600;
}
.headerintorBox .btn {
    min-width: 218px;
}
/* Page Part
==============================*/

.background-gray{
    background-color: #efeeee;
}

.pagesection {
    padding: 112px 0;
}

.pagetitle{
    text-align: center;
    margin: 0 0 20px;
}
.pagetitle h2 {
    padding: 0 ;
    margin: 0 0 30px;
    font-size:75px;
    font-weight: 600px;
}

.boxWhite {
    background: #FFF;
    box-shadow: 15px 15px 62px rgba(0,0,0,0.15);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    padding: 30px 10%;
}

.borderBox{
    border: solid 3px #9933cc;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    padding: 36px 8% 100px 10%;
    background-color: #FFF;
    position: relative;
}
.borderBox h2{
    font-size: 60px;
    color: #9833cb;
    font-weight: 600;
    margin-bottom: 30px;
}
.borderBox .btn{
    position: absolute;
    bottom: -22px;
    right: 8%;
}

.smallBox{
    max-width: 322px;
    margin-right: auto;
}

.position-relative{
    position: relative;
    z-index: 1;
}

.box-img{
    position: absolute;
    right: -20%;
    bottom: -80px;
    z-index: -1;
}
/*Card*/

.card-box{

}
.card-box-detials{
    padding: 30px 10%;
    margin-right: -24px;
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 15px 0 0 15px;
    -moz-border-radius: 15px 0 0 15px;
    -ms-border-radius: 15px 0 0 15px;
    -o-border-radius: 15px 0 0 15px;
}
.card-box-image img{
    width: 100%;
}


.sectionTabs{
    padding-top: 37px;
}
.tabs-content{
    min-height: 100%;
    padding-left: 6%;
}
.listmenu{
    list-style: none;
    margin: 0 5% 0 10%;
    padding: 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 1.2;


}
.listmenu li{
    padding: 10px;
}
.listmenu li a{
    display: block;
    padding: 24px 50px 24px 105px;    
    background-color: transparent;
    border-left: solid 9px transparent;
    text-align: left;
    position: relative;
    color: #333333;
    text-decoration: none;
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    box-shadow: 0 0 0 rgba(0,0,0,0.15);
}
.listmenu li span.iconbox{
    display: block;
    position: absolute;
    left: 0;
    width: 102px;
    top: 0;
    bottom: 0;
    background: no-repeat center center;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.listmenu li span.iconbox img{
    flex-shrink: 0;
    flex-basis: auto;
    max-width: 100%;
}
.listmenu li a:hover, .listmenu li.active a{
    border-color:#9833cb ;
    color:#9833cb ;
    background-color: #FFF;
    box-shadow: 15px 15px 62px rgba(0,0,0,0.15);
}
.listmenu li a:hover span.iconbox, .listmenu li.active a  span.iconbox{
    filter: grayscale(0);
    -webkit-filter: grayscale(0);
}


/* Footer
==============================*/
.site-footer{
    background-color: #171718;
    padding: 90px 0 0;
    color: #918f8e;
}

.site-footer .site-info {
    margin-top: 60px;
    padding: 16px ;
    font-size: 20px;
    font-weight: 400;
    border-top: solid 1px #2c2c2d;
}