body{
    font-family: 'Baskerville';
    font-weight: 400;
}
body{-ms-overflow-style: scrollbar !important;} /*-------ie---fix---------------*/

/*----------*/

.navbar-header{
    max-width: 150px;
}
#yt-wrap{
    position: fixed;
    top:0;
    left: 0;
   background: rgba(89,0,157,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,0,157,1)), color-stop(100%, rgba(38,0,103,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: radial-gradient(ellipse at center, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59009d', endColorstr='#260067', GradientType=1 );
    z-index: 9999;
    width: 100%;
    height: 100%;
}
#yt-wrap .content{
    position: absolute;
    top:50%;
    left: 50%;
    width: calc(100% - 80px);
    transform: translate(-50%,-50%);
    max-width: 1000px;
    -webkit-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 18px 0px rgba(0,0,0,0.75);
}
#yt-wrap .content>div.wrp{
    position: relative;
    padding-bottom: 56.1%;
    width: 100%;
}
#yt-wrap .content iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
#yt-wrap .play-yt-close{
    cursor: pointer;
    position: absolute;
    top:-30px;
    right: -30px;
    color:#fff;
    font-size: 30px;
    font-weight: 200;
}
#yt-wrap .play-yt-close:hover{
    color:#d1ccbd;
}
.play-movie{
    position: absolute;
    top:50%;
    left: 50%;
    color: #fff;
    z-index: 2;
    font-size: 70px;
    margin-top: -40px;
    cursor: pointer;
    transform: translate(-50%,-50%);
}
.play-movie:hover{
    color:#ffea00;
}
.play-movie:before{
    font-family: FontAwesome;
    content: "";
}
/*-------------------*/
a:hover,a:focus{
    text-decoration: none;
    outline: none;
}

.container-slider{
    position: relative;
}
header{

}
header .navbar-brand{
    padding: 20px;
    padding-bottom: 0;
    display: inline-block;
    margin: auto;
    float: none;
}
header .contact-link{
    font-size: 20px;
    color:#fff;
    display: inline-block;
}
header .contact-link i{
    color:#ffea00;
}
header .contact-link:hover{
    color:#ffea00;
}
header{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    z-index: 9;

}
body:not(.home) header{
    background: rgba(89,0,157,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,0,157,1)), color-stop(100%, rgba(38,0,103,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: radial-gradient(ellipse at center, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59009d', endColorstr='#260067', GradientType=1 );
}
.navbar-nav>li>a{
    color:#fff;
}
.dropdown-menu>li>a{
    color:#fff;
}
.flex {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    -webkit-box-orient: vertical;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
}
.caption{
    position: absolute;
    bottom:10%;
    left: 0;
    width: 100%;
}
.img-item{
    position: relative;
    height: 130px;
    width: 100%;
    margin: 30px 0;
}
.img-item img{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}
.row-inline{
    font-size: 0;
    text-align: center;
}
.row-inline>div{
    float:none;
    display: inline-block;
}
body.home .grid-gap{
    padding-bottom: 0;
}
/*---------------------------------------------------*/
.trial-box h5,
#main-slider .caption h1{
    color:#ffea00;
    font-weight: 700;
    font-size: 60px;
    line-height: 60px;
    margin: 0;
}
.trial-box p,
#main-slider .caption p{
    font-size: 24px;
    line-height: 30px;
    color:#fff;
    margin: 0 0 20px 0;
    font-weight: 400;
}

.image-caption{

    position: relative;
    padding-bottom: 80%;
    display: block;
    width: 100%;
    background-size: cover!important;
    background-position: center center!important;
}
.image-caption.no-image{
    background: -moz-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,0,157,1)), color-stop(100%, rgba(38,0,103,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    background: radial-gradient(ellipse at center, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59009d', endColorstr='#260067', GradientType=1 );
}
.image-caption.no-image img{
    position: absolute;
    top:50%;
    left: 50%;
    width: 60%;
    height: auto;
    transform: translate(-50%,-50%);
}
input.wpcf7-form-control{
    height: 50px;
    line-height: 50px;
    width: 100%;
    border-radius: 0;
    padding: 0 8px;
    font-size: 17px;
    font-weight: 400;
    color:#3c0086!important;
    background: #fff;
    transition: all 0.3s;
    font-family: 'Baskerville'!important;
    border:1px solid #3c0086;
    outline: none!important;
}
input.wpcf7-form-control:focus{
    border-color: #ffea00;
}
textarea.wpcf7-form-control{
    height: 190px;
    line-height: 20px;
    width: 100%;
    border-radius: 0;
    padding: 8px;
    font-size: 17px;
    font-weight: 400;
    color:#3c0086!important;
    background: #fff;
    transition: all 0.3s;
    font-family: 'Baskerville'!important;
    border:1px solid #3c0086;
    outline: none!important;
}
textarea.wpcf7-form-control:focus{
    border-color: #ffea00;
}
.btn.btn-default{
    background: #3c0086;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px;
    line-height: 20px;
    font-family: 'Baskerville';
    font-weight: 300;
    text-transform: uppercase;
    color:#ffea00;
    transition: all 0.4s;
    padding: 13px 30px;
    border-radius: 2px;
    outline: none!important;
    border:2px solid #ffea00;
}
.btn.btn-default:hover{
    background: #ffea00;
    color:#3c0086;
}
div.wpcf7-response-output{
    margin: 5px 0;
    padding: 10px;
    color:#fff;
    border:none!important;
    font-size: 15px;
    line-height: 20px;
}
div.wpcf7-validation-errors, div.wpcf7-acceptance-missing{
    background: #d00f0b;
}
div.wpcf7-mail-sent-ok{
    background: #0d820a;
}
.form-group{
    margin-bottom: 20px;
    position: relative;
}
.trial-box input.wpcf7-form-control,
.trial-box .btn.btn-default,
#main-slider input.wpcf7-form-control{
    max-width: 90%;
}
.trial-box .btn.btn-default,
#main-slider .btn.btn-default{
    width: 100%;
    text-align: center;
}
#main-slider p:empty{
    display: none;
}
.wpcf7-form-control-wrap{
    display: block;
}
span.wpcf7-not-valid-tip{
    position: absolute!important;
    top:0!important;
    right: 0!important;
    font-size: 12px;
    color:#fff;
    padding: 5px;
    background: #d00f0b;
}
.form-container{
    position: relative;
}
.speechbuble{
    width: 100%;
    max-width: 580px;
    background: #ffea00;
    border-radius: 20px;
    padding: 30px 50px;
    color:#3c0086;
    display: block;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    bottom:50vh;
    transform: translate(0,100%);
    text-align: center;
    right: 0;
    z-index: 7;
}
.speechbuble:before{
    content: "";
    border-style: solid;
    border-width: 100px 100px 0 0px;
    border-color: #ffea00 transparent transparent transparent;
    position: absolute;
    bottom: -80px;
    right: 100px;
    z-index: -1;
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
}
.speechbuble .author{
    position: absolute;
    bottom: -40px;
    left: 0;
    font-weight: 700!important;
    padding: 0 10px;
    margin: 0!important;
}
/*.form-container .speechbuble{
    opacity: 0;
    visibility: hidden;
    transition: all 0.4s;
}
.form-container:hover .speechbuble{
    opacity: 1;
    visibility: visible;
}*/
/*----------------------*/
.breadcrumb ul{
    margin: 0;
    padding: 0;
}
.breadcrumb{
    background: #f9f9f9;
    margin-bottom: 0;
}
.breadcrumb ul li{
    display: inline-block;
    list-style-type: none;
    padding-right: 4px;
}
.breadcrumb ul li a{
    color:#444;
    font-weight: 400;
}
.breadcrumb ul li span{
    color:#444;
    font-weight: 700;
}
.breadcrumb ul li.sep:before{
    content: '/';
}
/*---------------*/
.wp-pagenavi{
    text-align: center;
}
.wp-pagenavi a,.wp-pagenavi span{
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border:1px solid #3c0086;
    color:#1a1a1a;
    transition: all 0.4s;
    font-size: 18px;
    vertical-align: middle;
}
.wp-pagenavi a:hover{
    background: #3c0086;
    color:#fff!important;
}
.wp-pagenavi span.current{
    background: #3c0086;
    border-color: #3c0086;
    color: #fff;
}
.wp-pagenavi a.next:before{
    content: "";
    font-family: FontAwesome;
}
.wp-pagenavi a.prev:before{
    content: "";
    font-family: FontAwesome;
}
/*-----------*/
.grid-gap .row,
.grid-gap{
    padding-top: 60px;
    padding-bottom: 60px;
}

/**/
.std h2,
.std h1{
    font-size: 48px;
    line-height: 48px;
    margin: 0 0 25px 0;
    padding: 0 0 20px 0;
    position: relative;
    font-weight: 700;
    color: #3c0086;
    text-transform: uppercase;
}
.std h2 strong,
.std h1 strong{
    font-size: 140%;
}
.std h3{
    font-size: 42px;
    line-height: 42px;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 700;
    color: #3c0086;
}
.std h5{
    font-size: 32px;
    line-height: 36px;
    padding-bottom: 25px;
    position: relative;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 600;
    color: #3c0086;
    text-transform: uppercase;
}
.std h5:before{
    content: "~";
    position: absolute;
    font-size: 80px;
    line-height: 1px;
    color:#ffea00;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,0);
}
.std h6{
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 600;
    color: #3c0086;
}
.std p{
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 25px 0;
    position: relative;
    font-weight: 400;
    color: #000000;
}
.std ol li,
.std ul li{
    font-size: 24px;
    line-height: 30px;
    position: relative;
    font-weight: 400;
    color: #000000;
}
.std a{
    color:#5e2d9b;
}
.std a:hover{
    color: #000;
}
.relative{
    position: relative;
}
.wp-block-image{
    position: relative;
}
.wp-block-image.with-caption.bcc-logo:hover img{
    opacity: 0.8;
}
.wp-block-image figcaption{
    font-size:18px;
    line-height: 22px;
    margin: 15px 0;
    position: static;
    font-weight: 400;
    color: #000000;
}
.wp-block-image figcaption a{
    color: #000;
}
.wp-block-image figcaption a:before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    width: 100%;
    z-index: 2;
    height: 100%;
}
.std h2:before,
.std h1:before{
    position: absolute;
    left: 0;
    width: 140px;
    height: 2px;
    background: #3c0086;
    bottom: 0;
    content: "";
}
.std .col-xs-12 h2:before,
.std h2.text-center:before,
.std h1.text-center:before{
    left: 50%;
    transform: translate(-50%,0);
}
.page-content{
    overflow: hidden;
}
a.link{
    color:#3c0086;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
}
/*-----------------*/
.trial-box{
    background: #5e2d9b;
    padding-top: 100px;
    padding-bottom: 85px;
}
/**/
.masonry-content{
    background: #f9f9f9;
    padding: 20px;
}
.std .masonry-content:before{
    font-family: FontAwesome;
    content: "";
    float: left;
    font-size: 30px;
    line-height: 30px;
    margin-right: 20px;
    color: #ccc;
}
.std .masonry-content{
    margin-bottom: 30px;
}
.std .masonry-content p{
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 10px 0;
}
.std .masonry-content h6{
    font-size: 20px;
    margin: 0;
}
/*---------------------------------------------------*/
.chevron-container {
    position:absolute;
    bottom: 10px;
    left: 50%;
    width: 28px;
    height: 55px;
    z-index: 9;
    cursor: pointer;
    transform: translate(-50%,0);
}

.chevron {
    position: absolute;
    width: 28px;
    height: 8px;
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
    animation: move 3s ease-out infinite;
}

.chevron:first-child {
    animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
    animation: move 3s ease-out 2s infinite;
}
.firstupper{
    text-transform: uppercase;
}
.firstupper strong{
    font-size: 140%;
}
.full-image{
    min-height: 300px;
    position: relative;
}
body.error404 header{
    background: transparent;
}
body.error404 #page{
    margin-top: 0!important;
}
body.error404 .full-image:before{
    position: absolute;
    top:0;
    left: 0;
    content: "";
    width: 100%;
    opacity: 0.6;
    height: 100%;
    background: #000;
    z-index: 1;
}
.full-image p{
    color:#ffea00;
    font-size: 38px;
    line-height:42px;
}
.full-image p a{
    color:#fff;
}
.full-image p a:hover{
    color:#ffea00;
}
.full-image .caption{
    position: absolute;
    top:50%;
    padding-top: 100px;
    z-index: 7;
    text-align: center;
    bottom: auto;
    left: 0;
    transform: translate(0,-50%);
}
.chevron:before,
.chevron:after {
    content: ' ';
    position: absolute;
    top: 0;
    height: 100%;
    width: 51%;
    background: #fff;
}

.chevron:before {
    left: 0;
    transform: skew(0deg, 30deg);
}

.chevron:after {
    right: 0;
    width: 50%;
    transform: skew(0deg, -30deg);
}

@keyframes move {
    25% {
        opacity: 1;

    }
    33% {
        opacity: 1;
        transform: translateY(30px);
    }
    67% {
        opacity: 1;
        transform: translateY(40px);
    }
    100% {
        opacity: 0;
        transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
    }
}



@keyframes pulse {
    to {
        opacity: 1;
    }
}
/*------------menu------------------*/
header .navbar-nav{
    padding: 20px 0;
}
header .navbar-nav>li>a{
    font-size: 24px;
    line-height: 24px;
    padding: 15px 15px;
    font-weight: 400;
    color:#fff;
    background: transparent!important;
}
header .navbar-nav>li.active>a,
header .navbar-nav>li>a:hover{
    background: transparent;
    color:#ffea00;
}
/*--------------------system---------------------------*/
.full-width{
    width: 100%;
    height: auto;
}
.full-image{
    height: 100vh;
    display: block;
    background-position: center center!important;
    background-size: cover!important;
}
.row.full {
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    margin-right: 0;
}
#cookie-law-info-again{
    display: none!important;
}
/*---------------team=-----------------*/
.custom-nav-tabs{
    display: flex;
}
.custom-nav-tabs .row{
    padding-top: 0!important;
    padding-bottom: 0!important;
}
.std .custom-nav-tabs h5{
    text-transform: capitalize;
    padding-bottom: 0;
    margin-bottom: 40px;
}
.std .custom-nav-tabs h5:before{
    display: none;

}
.custom-nav-tabs .nav-tabs{
    width: 25%;
    margin: 0;
    padding: 0;
    border: none;
    position: relative;
    z-index: 1;
}
.custom-nav-tabs .nav-tabs:before{
    position: absolute;
    top:-60px;
    z-index: -1;
    left: 0;
    height: 90%;
    background: #f9f9f9;
    width: 140%;
    content: "";
    display: block;
}
.custom-nav-tabs .nav-tabs li{
    display: block;
    float:none;
    margin: 0;
    border:none;
    padding: 0;
}
.custom-nav-tabs .nav-tabs>li>a{
    font-size: 20px;
    line-height: 20px;
    padding: 9px 12px;
    margin: 0;
    border:none;
    font-weight: 700;
    color:#3c0086;
    text-transform: uppercase;
    transition: all 0.4s;
}
.custom-nav-tabs .nav-tabs>li>a:hover,
.custom-nav-tabs .nav-tabs>li.active>a{
    color:#000;
    background: transparent;
    margin: 0;
    border:none;
}
.custom-nav-tabs .nav-tabs>li>a strong{
    font-size: 140%;
}
.custom-nav-tabs .tab-content{
    width: 75%;
    position: relative;
    z-index: 2;
}
.blog-grid .wp-block-image a{
    position: relative;
}
.blog-grid .wp-block-image a:before{
    content: "";
    position: absolute;
    z-index: 1;
    top:0;
    left: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100%;
    background: #ffea00;
    opacity: 0;
}
.blog-grid .wp-block-image a:hover:before{
    opacity: 0.2;
}
/*----------footer---------------*/
#follow-us a{
    display: inline-block;
    border:2px solid #ffea00;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 8px;
    text-align: center;
    color:#ffea00;
    font-size: 20px;
    border-radius: 50%;
    transition: all 0.4s;
}
#follow-us a:hover{
    background: #ffea00;
    color:#3c0086;
}
.footer{
    background-size: cover!important;
    background-repeat: no-repeat!important;
    background-position: center center!important;
    /*background-attachment: fixed!important;*/
    padding-top: 0px;
    padding-bottom: 60px;
}
.footer ul{
    margin: 0 0 20px 0;
    padding: 0;
}
.footer ul li{
    margin: 0;
    list-style-type: none;
    padding: 0;
    margin-bottom: 5px;
}
.footer ul li a{
    font-size: 18px;
    line-height: 18px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    padding: 0 10px 0 0;
    color: #fff;
    transition: all 0.4s;
}
.footer ul li a:hover{
    padding: 0 0 0 10px;
}
.footer p{
    font-size: 18px;
    line-height: 26px;
    position: relative;
    font-weight: 400;
    color: #fff;
    margin: 0 0 20px 0;
}
.footer p a{
    color:#fff;
}
.footer p a:hover{
    color:#ffea00;
}
.footer h5{
    color:#ffea00;
    font-size: 24px;
    line-height: 24px;
    margin: 0 0 25px 0;
    font-weight: 300;
    text-transform: uppercase;
}
.footer h5 strong{
    font-size: 140%;
    font-weight: 300;
}
.footer-logo{
    margin: 60px auto;
    display: block;
}
.loading-content{
    position: fixed;
    z-index: 99998;
    top:0;
    left:0;
    width:100%;
    display: none;
    height: 100%;
    background: rgba(0,0,0,0.6);
}
.loading-content i{
    position: absolute;
    top:50%;
    left:50%;
    margin-top: -45px;
    margin-left:-45px;
    color:#005050;
    font-size:90px;
}
.scrollToTop{
    position: absolute;
    bottom: 0px;
    right: 0;
    width:40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background:#000;
    color:#fff;
    opacity:0.7;
    display:none;
    z-index: 2;
    cursor:pointer; 
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.wp-block-image.bcc-logo figcaption{
    text-align: left;
}
.wp-block-image.bcc-logo figcaption:before{
    width: 130px;
    height: 40px;
    content: "";
    margin-right: 25px;
    display: inline-block;
    float:left;
    background: url(./img/bbc.jpg);
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
}
body:not(.home) #page{
    margin-top: 280px;
}
.page-content{
    margin: 0;
}
.scrollToTop:hover,.scrollToTop:focus{
    opacity:1;
    color:#fff;
}
.copyright{
    position: relative;
    background: #3c0086;
    padding: 10px 30px;
}
.copyright p{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
    color:#fff;
}
.copyright p a{
    color:#fff;
}
.copyright p a:hover{
    text-decoration: underline;
}
.grecaptcha-badge{
    opacity: 0;
    visibility: hidden;
}
.big-container{
    padding-left: 15px;
    padding-right: 15px;
}
.blog-tiles .row-flex{
    display: flex;
}
.blog-tiles .col-sm-6{
    display: flex;
    align-items:center;
    background: #5e2d9b;
    width: 50%;
    text-align: center;
    justify-content: center;
}
.blog-tiles .tile{
    padding: 20px;
}
.no-padding{
    padding: 0!important;
}
.blog-tiles .btn-link{
    color:#fff;
    font-size: 18px;
    line-height: 18px;
}
.blog-tiles .btn-link:hover{
    text-decoration: none;
    color:#ffea00;
}
.blog-tiles h3{
    color:#fff;
    font-size: 18px;
    line-height: 20px;
    margin: 0 0 5px 0;
}
.blog-tiles h6 a{
    color:#ffea00;
    margin: 0 0 5px 0;
    font-size: 30px;
}
.wp-block-embed-youtube>div{
    position: relative;
    width: 100%;
    padding-bottom: 55.6%;
    height: auto;
    
}
.wp-block-embed-youtube>div iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%!important;
    height: 100%!important;
}
@media(max-width:1599px){
    .trial-box h5, #main-slider .caption h1 {
        font-size: 52px;
        line-height: 52px;
    }
    body:not(.home) #page{
        margin-top:273px; 
    }
    .std ol li,
    .std ul li,
    .std p{
        font-size: 20px;
        line-height: 26px;
    }
    .custom-nav-tabs .nav-tabs>li>a{
        font-size: 20px;
        line-height: 20px;
    }
    .speechbuble .author{
        font-size: 20px!important;
    }
    .speechbuble{
        width: 100%;
        max-width: 480px;
        background: #ffea00;
        border-radius: 20px;
        padding: 30px 30px;
        color:#3c0086;
        display: block;
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        position: absolute;
        /*bottom:160px;*/
        text-align: center;
        right: 0;
    }
    header .contact-link{
        font-size: 18px;
    }
    header .navbar-nav>li>a{
        font-size: 20px;
        line-height: 20px;
    }
}
@media(max-width:1199px){
    .custom-nav-tabs .nav-tabs{
        width: 33.333%;
    }
    .custom-nav-tabs .tab-content{
        width: 66.666%;
    }
    .std h2,
    .std h1{
        font-size: 46px;
        line-height: 46px;
    }
    .std h3{
        font-size: 36px;
        line-height: 36px;
    }
    .std h5,
    .std h6{
        font-size: 28px;
        line-height: 32px;
    }
    .std ol li,
    .std ul li,
    .std p{
        font-size: 20px;
        line-height: 26px;
    }
    .trial-box h5,
    #main-slider .caption h1{
        font-size: 50px;
        line-height: 50px;
    }
    header .contact-link{
        font-size: 16px;
    }
    header .navbar-nav>li>a{
        font-size: 16px;
        line-height: 16px;
        padding: 10px;
    }
    #main-slider .caption p{
        font-size: 20px;
        line-height: 26px;
    }
}
@media(max-width:991px){
    .custom-nav-tabs .nav-tabs>li>a{
        font-size: 18px;
        line-height: 18px;
    }
    body:not(.home) #page{
        margin-top: 0;
    }
    .contact-details{
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        font-size: 0;
    }
    .contact-details a{
        width: 60%;
        white-space: nowrap;
        display: inline-block;
        text-align: center;
        padding: 10px 5px;
        background: rgba(255,255,255,0.1);
    }
    .contact-details a:nth-of-type(2){
        width: 40%;
        background: rgba(255,255,255,0.2);
    }
    .contact-details a:hover{
        background: rgba(255,255,255,0.3)!important;
    }
    header .contact-link{
        font-size: 15px;
    }
    .menu-logo{
        width: 150px;
        position: absolute;
        top:10px;
        left: 50%;
        filter: brightness(0) invert(1);
        opacity: 0.3;
        transform: translate(-50%,0);
    }
    #main-slider .caption{
        bottom: auto;
        padding-top: 50px;
        top:50%;
        transform: translate(0,-50%);
    }
    .trial-box h5,
    #main-slider .caption h1{
        font-size: 45px;
        line-height: 45px;
        text-align: center;
    }
    .trial-box p,
    #main-slider .caption p{
        font-size: 18px;
        line-height: 22px;
        text-align: center;
    }
    .topnav{
        position: absolute;
        z-index: 6;
        left: 50%;
        transform: translate(-50%,0);
    }
    body:not(.home) .topnav{
        position: relative;
        left: 0;
        transform: translate(0,0);
    }
    body:not(.home) .topnav .navbar-brand{
        padding: 20px;
    }
    .topnav .navbar-brand{
        max-width: 220px;
    }
    #site-navigation>.container{
        width: 100%;
    }
    .trial-box input.wpcf7-form-control,
    .trial-box .btn.btn-default,
    #main-slider .btn.btn-default,
    #main-slider input.wpcf7-form-control{
        max-width: 400px;
        margin-left: auto;
        display: block;
        margin-right: auto;
    }
    /*---------------mobile-menu-----------------*/
    header .navbar-nav>li>a{
        padding: 12px;
        font-size: 18px;
        line-height: 18px;
    }
    .navbar-nav>li>a{
        font-size: 20px;
    }
    .sm-flex {
        display: flex;
        display: -webkit-flex;
        flex-direction: row;
        -webkit-flex-direction: row;
        -webkit-box-orient: vertical;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        justify-content: center;
        -webkit-justify-content: center;
        align-items: center;
    }
    header .navbar-header{
        position: absolute;
        top:10px;
        left: 15px;
        max-width: 150px;
        z-index: 2;
    }
    #site-navigation{
        position: fixed;
        top:0;
        right: 0;
        width: 100%;
        max-width: 400px;
        height: 100%;
        z-index: 999;
        background: #1a1a1a;
        transform: translate(100%,0);
        transition: all 0.8s;
        padding: 115px 20px;
        background: rgba(89,0,157,1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,0,157,1)), color-stop(100%, rgba(38,0,103,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: radial-gradient(ellipse at center, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59009d', endColorstr='#260067', GradientType=1 );
    }
    #site-navigation.active{
        transform: translate(0,0); 
    }
    #site-navigation .collapse{
        display: block!important;
        box-shadow: none!important;
    }
    #site-navigation ul{
        max-width: 300px;
        margin: auto;
        padding: 0;
        float: none;
        text-align: center;
    }
    #site-navigation .navbar-nav>li{
        display: block;
        float: none;
        width: 100%;
        padding: 0 40px;
        background: transparent;
    }
    .mobile-header .mobile-menu{
        width: 50px;
        height: 40px;
        background: transparent;
        display: block;
        position: absolute;
        margin: 5px;
        cursor: pointer;
        left: -80px;
        top:10px;
        transition: all 0.8s;
    }
    .mobile-header.active .mobile-menu{
        left: 0px;

    }
    .mobile-header .mobile-menu span{
        position: absolute;
        width: 90%;
        height: 2px;
        background: #fff;
        right: 5%;
        transition: all 0.5s;
        top:9px;
        box-shadow: 1px 1px 1px rgba(0,0,0,0.6);
    }
    .mobile-header .mobile-menu.active span{
        box-shadow: none;
    }
    .mobile-header .mobile-menu.active div{
        -ms-transform: rotate(-45deg); 
        -webkit-transform: rotate(-45deg); 
        transform: rotate(-45deg);
    }
    .mobile-header .mobile-menu span.mm2{
        top:19px;
        width: 50%;
    }
    .mobile-header .mobile-menu span.mm3{
        top:29px;
        width: 80%;
    }
    .mobile-header .mobile-menu.active span.mm3{
        opacity: 0;
    }
    .mobile-header .mobile-menu.active span.mm1{
        top:18px;
        -ms-transform: rotate(-90deg); 
        -webkit-transform: rotate(-90deg); 
        transform: rotate(-90deg);
    }
    .mobile-header .mobile-menu.active span.mm2{
        top:18px;
        width: 90%;
    }
    .mobile-header>.collapse.navbar-collapse{
        display: block!important;
        border:none!important;
        box-shadow: none!important;
    }
    header{
        position: static;
    }
    body.error404 header{
        position: absolute;
    }
    .dropdown-menu{
        position: relative;
        box-shadow: none;
        background: transparent;
        width: 100%;
        top:0;
        border:none;
        float: none;
    }
    .toggle-drop-menu{
        display: block;
        position: absolute;
        cursor: pointer;
        top:0;
        right:0;
        width:40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color:#fff;
        z-index: 999;
    }
    .toggle-drop-menu:before{
        font-family:FontAwesome;
        content: "\f0fe";
    }
    .toggle-drop-menu.active:before{
        content:"\f146";
    }
    /*---------------------------------------------*/
    .grid-gap .row,
    .grid-gap{
        padding-top: 40px;
        padding-bottom: 40px;
    }

}
@media(max-width:767px){
    .play-movie{
        margin-top: 0;
        font-size: 50px;
    }
    .wp-block-image{
        max-width: calc(100% - 80px);
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 1;
    }
    .wp-block-image:before{
        position: absolute;
        top:50%;
        height: 50%;
        content: "";
        z-index: -1;
        background: #ffea00;
        transform: translate(0,-50%);
        width: calc(100% + 80px);
        left: -40px;
    }
    .blog-grid .wp-block-image .image-caption{
        max-width: 400px;
        padding-bottom: 50%;
        margin: auto;
    }
    .blog-grid.grid-gap .row{
        border-bottom: 1px solid #ccc;
    }
    .custom-nav-tabs .nav-tabs:before{
        top:0;
        height: 100%;
        width: 100%;
        left: 0;
    }
    .custom-nav-tabs{
        display: block;
    }
    .custom-nav-tabs .nav-tabs>li>a{
        text-align: center;
    }
    .custom-nav-tabs .nav-tabs{
        width: 100%;
        padding-top: 20px;
        padding-bottom: 20px;
        margin-bottom: 30px;
    }
    .custom-nav-tabs .tab-content{
        width: 100%;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2){
        margin-top: 40px;
    }
    .img-item {
        height: 80px;
    }
    .footer{
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center center!important;
        background-attachment: fixed!important;

    }
    .footer-logo{
        margin: 40px auto;
        max-width: 150px;
    }
    .footer{
        padding-top: 0;
        padding-bottom: 40px;
    }
    .footer h5{
        cursor: pointer;
    }

    .footer h5:before{
        font-family: FontAwesome;
        content: "";
        float: right;
    }
    .footer h5.collapsed:before{
        font-family: FontAwesome;
        content: "";
    }
    .footer h5{
        font-size: 20px;
        line-height: 20px;
    }
    .std h2,
    .std h1{
        font-size: 36px;
        line-height: 36px;
    }
    .std h3{
        font-size: 30px;
        line-height: 30px;
    }
    .std h5,
    .std h6{
        font-size: 22px;
        line-height: 26px;
    }
    .std ol li,
    .std ul li,
    .std p{
        font-size: 16px;
        line-height: 22px;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6{
        width: 100%;
        float:none;
    }
    #main-slider .form-group{
        margin-bottom: 5px;
    }
    #main-slider input.wpcf7-form-control{
        height: 30px;
        line-height: 30px;
        font-size: 15px;
    }
    #main-slider .btn.btn-default{
        padding: 8px 20px;
    }
    body.single-post .wp-block-image img{
        max-width: 400px;
        height: auto;
        width: 100%;
        display: block;
        margin: auto;
    }

}
@media(max-width:480px){
    .blog-tiles .col-sm-6{
        width: 100%;
    }
    .blog-tiles .row-flex {
        display: block;
    }
    .masonry-container{
        margin-right: -2.5px;
        margin-left: -2.5px;
    }
    .masonry-container>div{
        padding-left: 2.5px;
        padding-right: 2.5px;
    }
    .std .masonry-content{
        margin-bottom: 5px;
        padding: 10px;
    }
    .blog-grid .wp-block-image .image-caption{
        padding-bottom: 80%;
    }
    .wp-block-image.bcc-logo figcaption:before {
        width: 90px;
    } 
    .std h2,
    .std h1{
        font-size: 30px;
        line-height: 30px;
    }
    .std h3{
        font-size: 28px;
        line-height: 28px;
    }
    .std h5,
    .std h6{
        font-size: 20px;
        line-height: 24px;
    }
    .std ol li,
    .std ul li,
    .std p{
        font-size: 16px;
        line-height: 22px;
    }
    .grid-gap .row,
    .grid-gap{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    header .navbar-nav>li>a{
        padding: 8px;
    }
    #site-navigation{
        padding: 60px 0;
    }
    .menu-logo {
        width: 100px;
    }
    #main-slider .btn.btn-default, #main-slider input.wpcf7-form-control{
        max-width: 250px;
    }
    .topnav .navbar-brand {
        width: 170px;
    }
    .trial-box p,
    #main-slider .caption p{
        margin-bottom: 10px;
    }
    .trial-box h5,
    #main-slider .caption h1{
        font-size: 35px;
        line-height: 35px;
    }
}
@media(min-width:768px){
    .sm-padding-right-60{
        padding-right: 60px;
    }
    footer .collapse{
        display: block!important;
    }
    .page-content{
        overflow: hidden;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6 .wp-block-image,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6 .wp-block-image{
        position: relative;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6 .wp-block-image img,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6 .wp-block-image img{
        margin-bottom: 0;
    }
    /* .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6 .wp-block-image,
     .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6 .wp-block-image{
         width: 83%;
     }*/
    body.home .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2),
    body.home .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(2){
        padding-left: 50px;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2) .wp-block-image,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(2) .wp-block-image{
        padding-top: 60px;
        /* margin-left: 17%;*/
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(1) .wp-block-image,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(1) .wp-block-image{
        padding-bottom: 60px;
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(1) .wp-block-image:before,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(1) .wp-block-image:before{
        position: absolute;
        top:60px;
        right: 30%;
        width: 50vw;
        content: "";
        background: #ffea00;
        z-index: -1;
        height: calc(100% - 60px);
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2) .wp-block-image:before,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(2) .wp-block-image:before{
        position: absolute;
        top:0;
        left: 30%;
        width: 50vw;
        content: "";
        background: #ffea00;
        z-index: -1;
        height: calc(100% - 60px);
    }
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2) .wp-block-image.with-caption:before,
    .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(2) .wp-block-image.with-caption:before{
        height: calc(100% - 100px)
    }
}
@media(min-width:992px){
    header.sticky{
        position: fixed;
        top:0;
        left: 0;
        width: 100%;
        transform: translate(0,-100%);
        margin-top: 36px;
    }
    body.home header.sticky{
        background: rgba(89,0,157,1);
        background: -moz-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(89,0,157,1)), color-stop(100%, rgba(38,0,103,1)));
        background: -webkit-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -o-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: -ms-radial-gradient(center, ellipse cover, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        background: radial-gradient(ellipse at center, rgba(89,0,157,1) 0%, rgba(38,0,103,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59009d', endColorstr='#260067', GradientType=1 );
    }
    header.sticky .navbar-nav{
        padding: 0;
        transition-delay: 0.8s;
        transition: all 0.2s;
    }
    .md-flex{
        display: flex;
        align-items:center;
    }
    .navbar-nav>li{
        display: inline-block;
        float:none;
    }
    .navbar-nav{
        display: block;
        float: none;
        text-align: center;
    }
    .navbar-nav>li .dropdown-menu{
        display: block;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s;
    }
    .navbar-nav>li:hover .dropdown-menu{
        opacity: 1;
        visibility: visible;
    }
}
@media(min-width:1200px){
    header.sticky{
        margin-top: 50px;
    }
    .custom-nav-tabs{
        margin-top: 60px;
    }
    body.home .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-sm-6:nth-of-type(2),
    body.home .std .wp-block-rad-bootstrap-blocks-bootstrap-column.col-xs-6:nth-of-type(2){
        padding-left: 85px;
    }
}

@media(min-width:1600px){
    .custom-nav-tabs .nav-tabs{
        width: 20%;
    }
    .custom-nav-tabs .tab-content{
        width: 80%;
    }
    .std h2, .std h1{
        letter-spacing: -2.5px;
    }
    .container{
        width: 1470px;
        max-width: 1470px;
    }
}
@media(min-width:1200px) and (max-height:680px){
    .speechbuble{
        padding: 20px;
        font-size: 18px;
        line-height: 24px;
    }
}