/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,400,600,700|Raleway');*/
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700');

@import url('https://fonts.googleapis.com/css?family=Fjalla One');

@font-face {
    font-family: 'aileron-regular';
    src: url('../fonts/aileron_regular.eot');
    src: url('../fonts/aileron_regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/aileron_regular.woff') format('woff'),
    url('../fonts/aileron_regular.ttf') format('truetype'),
    url('../fonts/aileron_regular.svg#aileron-regular') format('svg');
}
/*Normallizing*/
*{
    padding:0;
    margin:0;
    /*transition:all 0.3s linear;*/
}
html,body{
    font-family:'Fjalla One',sans-serif;
    font-weight:400;
    font-size:18px;
    line-height: 20px;
    color:#202020;
    box-sizing:border-box;
}
body{
    overflow-x: hidden;
}
a{
    color:#63656b;
}
p,h1,h2,h3,h4,h5,h6,ol,ul{
    margin:0;
    padding:0;
}
p{
    line-height:28px;
}
/*Normallizing*/

/*common classes*/
.font-16{
    font-size:16px;
    line-height: 24px;
}
.color-white{
    color:#fff;
}
.color-202020{
    color:#202020;
}
.padding-top-bottom-90{
    padding-top:90px;
    padding-bottom:90px;
}
.padding-top-bottom-eighty{
    padding-top:80px;
    padding-bottom:80px;
}
.padding-top-90{
    padding-top:90px;
}
.padding-bottom-90{
    padding-bottom:90px;
}
.padding-top-50{
    padding-top:50px;
}
.padding-top-bottom-fifty{
    padding-top:50px;
    padding-bottom:50px;
}
.padding-bottom-fifty{
    padding-bottom:50px;
}
.padding-bottom-40{
    padding-bottom:40px;
}
.margin-bottom-0{
    margin-bottom:0!important;
}
.margin-bottom-20{
    margin-bottom:20px;
}
.margin-bottom-25{
    margin-bottom:25px;
}
.margin-bottom-30{
    margin-bottom:30px!important;
}
.margin-bottom-35{
    margin-bottom:30px!important;
}
.padding-bottom-20{
    padding-bottom:20px;
}
.padding-left-forty{
    padding-left:40px;
}
.padding-right-forty{
    padding-right:40px;
}
.padding-bottom-forty{
    padding-bottom:40px;
}
.padding-top-forty{
    padding-top:40px;
}
.padding-top-bottom-40{
    padding-top:40px;
    padding-bottom:40px;
}

.padding-right-30{
    padding-right:30px;
}
.padding-bottom-30{
    padding-bottom:30px;
}
.padding-bottom-35{
    padding-bottom: 35px;
}
.padding-top-30{
    padding-top:30px;
}

.padding-right-twenty-five{
    padding-right:25px;
}
.padding-bottom-twenty-five{
    padding-bottom:25px;
}

.margin-bottom-50{
    margin-bottom:50px;
}
.p-l-r-25{
    padding-left:25px;
    padding-right:25px;
}
.padding-top-15{
    padding-top:15px;
}
.padding-top-25{
    padding-top:25px;
}
.equal-height{
    display:flex;
    flex-wrap:wrap;
}
.height-100-percent{
    height:100%;
}
.width-100-percent{
    width:100%;
}
.height-50-percent{
    height:50%;
}
.position-relative{
    position:relative;
}
.for-desktop{

}
.for-tab{
    display: none;
}

.for-mobile,.for-mobile-768,.for-mobile-xs{
    display:none!important;
}
.display-none{
    display: none!important;
}
.display-block{
    display:block!important;
}

.display-flex{
    display: flex;
}
.body-fixed{
    position: fixed;
    top:0;
    left:0;
    bottom:0;
}
.background-image{
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}
.background-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}
.background-grey{
    background-color:#f6f6f6;
}
.justify-space-between{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.flex-center-vh{
    display:flex;
    justify-content:center;
    align-items:center;
}
.flex-center-v{
    display:flex;
    align-items: center;
}



.section-title{
    font-family:'Oswald',sans-serif;
    font-weight:600;
    font-size:50px;
    line-height:1.2;
    margin-bottom:45px;
    position: relative;
    padding-left:23px;
    /*padding-bottom:20px;*/
    text-transform:capitalize;
}
.section-title>span{
    display: block;

}
.section-sub-title{
    font-family:'Fjalla One',sans-serif;
    font-weight:400;
    font-size:40px;
    line-height:40px;
    text-transform: capitalize;
}
.secondary-title{
    font-family:'Fjalla One',sans-serif;
    font-weight:400;
    font-size:38px;
    line-height:40px;
    text-transform: capitalize;
}
.invalidlogin{
    position: absolute;
    font-size: 14px;
    line-height: 16px;
    bottom: -30px;
    left: 0;
    width: 100%;
    color: #ff4136;
}
.uppercase{
    text-transform: uppercase;
}
.page-title{
    font-family:'Oswald',sans-serif;
    font-weight:600;
    font-size:50px;
    line-height: 50px;
    margin-bottom:15px;
}
.page-sub-title{
    font-size:26px;
    line-height: 26px;
    margin:0;
}
.right-after{
    position: relative;
}
.right-after:after{
    content:'';
    position:absolute;
    right:0;
    top:-20px;
    width:50px;
    height:90px;
    background-color:#a8a8a9;
}
.cmms .right-after:after{
    content: '';
    top:10px;
}
.left-after:after{
    content:'';
    position:absolute;
    left:0;
    top:-20px;
    width:50px;
    height:90px;
    background-color:#a8a8a9;
}
ul.dotted-list, ol.dotted-list{
    /*list-style-type: none;*/
    margin-left:30px!important;
}
.dotted-list li{
    list-style-image: url("../images/icons/list-style-image.png");
    padding-top:10px;
    padding-bottom:10px;
}
.dotted-list li:first-child{
    padding-top:0;
}
.dotted-list li:last-child{
    padding-bottom:0;
}

.yellow-line:before{
    content: '';
    position: absolute;
    left:0;
    top:4px;
    width:7px;
    height:60px;
    background-color:#fa8c00;
}
.blue-line:before{
    content: '';
    position: absolute;
    left:2px;
    top:4px;
    width:7px;
    height:60px;
    background-color: #2696d3;
}

.active{

}
.fixed-top{
    position:fixed;
    top:0;
    width:100%;
    z-index: 9999;
    /*background: #fff;*/
}
.margin-top-100{
    margin-top:70px;
}
.margin-top-15{
    margin-top:15px;
}
.margin-top-40{
    margin-top:40px;
}
.btn{
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: #ffffff;
    background-color: #FA8C01;
    text-transform: uppercase;
    letter-spacing: 0;
    padding: 0 60px;
    line-height: 48px;
    border-radius: 100px;
    /*border:1px solid #a8a8a9;*/
    transition:background-color 0.3s linear;
    z-index: 999;
}

.btn.btn-blue{
    background-color:#2696d3;
}
.btn.btn-blue:hover{
    background-color: #277bb4;
}

.btn.background-black{
    background-color: #202020;
}
.big-btn {
    font-family: 'Oswald',sans-serif;
    font-weight: 600;
    padding: 0 30px;
    line-height: 52px;
}
.form-group{
    margin-bottom:15px;
}
.form-control{
    border-color:#c3c3c3;

}
input[type=text].form-control,
input[type=email].form-control,
input[type=password].form-control,
select.form-control{
    height:45px!important;
    border-radius:30px;
    padding:0 25px;
    font-family:'Oswald',sans-serif;
    font-weight:300;
    font-size:16px;
}
select.form-control{
    -webkit-appearance: none;
    background: url(../images/icons/icon_select_arrow.png) no-repeat 90% center white;
}
.form-control-label{
    margin-bottom:10px;
    font-size:17px;
    line-height:20px;
}
.empty-label{
    display: block;
}


/* radio container */
.radio-container {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom:0;
    font-size:22px;
    line-height: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.radio-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.radio-mark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius:50%;
    background-color: #fff;
}

/* On mouse-over, add a grey background color
.radio-container:hover input ~ .checkmark {
    background-color: #ccc;
}*/


/* Create the checkmark/indicator (hidden when not checked) */
.radio-mark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.radio-container input:checked ~ .radio-mark:after {
    display: block;
}

/* Style the checkmark/indicator */
.radio-container .radio-mark:after {
    left: 50%;
    top: 50%;
    transform:translate(-50%,-50%);
    width:10px;
    height:10px;
    border-radius:50%;
    background:#fa8c00;
}
/*custom radio button*/

textarea.form-control{
    resize: none;
    /*height:125px;*/
    border-radius:16px;
}
a.btn{
    color:#ffffff;
}
a.btn:hover{
    color:#ffffff;
}
.btn:hover,.btn:focus{
    background-color: rgba(250, 140, 1, 0.6);
    transition:background-color 0.3s linear;
}
.btn.background-black:hover, .btn.background-black:focus{
    background-color: #fff;
    color:#202020;
}
.btn:hover, .btn-medium:hover{
    cursor:pointer;
}
/*common classes*/

/*breadcrumb*/
.breadcrumb-div{
    height:86px;
}
.breadcrumb-div.background-image{
    background-position: left!important;
}
.breadcrumb-div .container{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.breadcrumb-ul{
    list-style: none;
    font-size:17px;
}
.breadcrumb-ul li{
    position: relative;
    padding-left:10px;
    padding-right:10px;
    display: inline-block;
}
.breadcrumb-ul li:after{
    content: '>';
    color:#a7a8a9;
    transform:scale(1, 1.3);
    position: absolute;
    right:-7px;
    top:1px;
}
.breadcrumb-ul li:last-child:after{
    display: none;
}
.breadcrumb-ul>li:first-child{
    padding-left:0;
}
.breadcrumb-ul>li:last-child{
    padding-right:0;
}
.breadcrumb-ul li>a{
    font-size:17px;
    color:#a7a8a9;
}
.breadcrumb-ul li>a:hover{

}
.breadcrumb-ul li.current>a{
    color:#63656b;
    cursor: default;
}
.breadcrumb-ul li.current>a:hover{
    text-decoration: none;
}
/*breadcrumb*/


/*/////////////////////////////////////////////////////////*/
/*header*/
header{
    background-color:transparent;
    transition:all 0.3s linear;
    position: absolute;
    top:0;
    width:100%;
    left:0;
    z-index: 99;
}
.navbar{
    height:100px;
    padding:0;
    background-color:transparent;
    transition:min-height 0.3s linear;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-family: 'Oswald',sans-serif;
    font-weight: 500;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    / letter-spacing: 1px; /
    transition: font-size 0.3s linear;
    position: relative;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link{
    color:#202020;
    font-family:'Oswald',sans-serif;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover{
    color:#202020;
}

.navbar-toggler{
    border:0;
    padding:0;
}
.navbar-toggler{
    cursor: pointer;
}
.navbar-toggler:focus{
    outline:none;
}

.min-height-70{
    min-height: 70px!important;
    box-shadow:2px 2px 4px 0 rgba(99, 101, 107, 0.14);
    transition:min-height 0.3s linear;
}
header.fixed-top .navbar{
    min-height: 70px!important;
}
header.fixed-top .navbar-brand img{
    width:100px;
    transition:width 0.3s linear;
}
header.fixed-top .navbar-expand-lg .navbar-nav .nav-link{
    font-size:15px;
    transition:font-size 0.3s linear;
}


header .form-inline{
    position: relative;
}
header .form-inline a.btn{
    margin-right:230px;
}
header .form-inline img.logo{
    position: absolute;
    top:-11px;
    right:0;
}
header .telephone {
    margin-right: 15px;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    z-index: 99;
}
header .telephone img{
    margin-bottom: 3px;
    margin-right: 2px;
}
.navbar-collapse{
    /*flex-basis:auto;*/
}
.home-nav .container{
    position: relative;
}
.home-nav .form-inline{
    position: absolute;
    right: 0;
    top:-9px;
}
.first-container{
    position: relative;
}

.button-mobile{
    position: absolute;
    width:100%;
    bottom:30px;
    left:0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom-navigation{
    position: relative;
}

/*header*/

/*/////////////////////////////////////////////////////
////                 video backgound               ////
/////////////////////////////////////////////////////*/
.background-video-container{
    height:100vh;
    /*z-index: -99;*/
    position: relative;
}
#myVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}


.video-placeholder{
    z-index: -99;
}
.background-video-container .player{
    position: absolute;
    width:100%;
    height: 100%;
}
#iframe_video-placeholder{

    top:-35px!important;
}
.video-overlayer{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
    background-color: rgba(0, 0, 0, 0.25);
}
.video-overlayer img{
    position: absolute;
    width:100%;
    left:0;
    top:-80px;
}


.background-video-container .content{
    position:absolute;
    left:0;
    bottom:23%;
    width:100%;
}
.video-title{
    font-weight: 500;
    font-size:60px;
    line-height:60px;
    padding-left:23px;
    color:#fff;
    position: relative;
}


/*scroll down*/
.scroll-down-div{
    position: absolute;
    width:100%;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom:10%;
    animation:top-to-down 2s infinite;
    animation-delay:1s;
    animation-direction:alternate;
    transition:bottom 0.3s linear;
}
@keyframes top-to-down {
    from{
        bottom:10%;
        transition:bottom 0.3s linear;
    }
    to{
        bottom:13%;
        transition:bottom 0.3s linear;
    }
}
@-webkit-keyframes top-to-down {
    from{
        bottom:10%;
        transition:bottom 0.3s linear;
    }
    to{
        bottom:13%;
        transition:bottom 0.3s linear;
    }
}
.scroll-down-div img{
    cursor: pointer;
}
/*scroll down*/
/*/////////////////////////////////////////////////////
////                 video backgound               ////
/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////
////               event selector                  ////
/////////////////////////////////////////////////////*/
.event-selector{
    background-color:#2696d3;
    position: relative;
}
.event-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
}

.focus .form-group{
    margin-bottom:25px;
}
.focus .radio-area label{
    font-family:'Fjalla One',sans-serif;
    font-size:22px;
    line-height: 25px;
}
.focus .radio-area .form-group:last-child{
    margin-bottom:0;
}

.outcome{
    border-left:2px solid #fff;
    position: relative;
}
.outcome:before{
    content:url("../images/icons/icon_right_arrow_long.png");
    position: absolute;
    left:0;
    top:50%;
    transform:translate(0,-50%)
}
.outcome .form-group{
    margin-bottom:15px;
}
.outcome .radio-area .form-group:last-child{
    margin-bottom: 0;
}
.outcome .form-control{
    border-color:#ffffff;
}
.form-control:disabled, .form-control[readonly]{
    background: #dddddd;
}
.disable .radio-mark{
    background-color:#dddddd;
}
.disable .radio-container .radio-mark:after{
    background: #dddddd;
}
.disable .form-control{
    border-color:#dddddd;
}
.suits-event{
    display: flex;
    justify-content: center;
}
.event{
    flex:0 0 8.3333%;
    max-width:8.3333%;
}
.event-stand{
    position: relative;
    padding-left:5px;
    padding-right:5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.stand{
    width:10px;
    height:200px;
    /* background:#0d4f73; */
	background:#ffffff; 
    border-radius:100px;
    /*margin-left:27px;*/
}
.event p{
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    margin-top: 15px;
    padding:0 3px;
}
.stand-box{
    width:64px;
    /*height:65px;*/
    /*background:#ffffff;*/
    /*border-radius:10px;*/
	
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 1s bottom linear;
}
.shifting-sand .stand-box{
    bottom: 0px;
}
/*.shifting-sand .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 0px;
    top: -0px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/

.shifting-sand .stand-box-after,
.event-stand .stand-box-after{
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
.stand-box-after{
    position: absolute;
    width:10px;
    height: 0px;
    transition: 1s height linear;
}

.race-space .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
     background: #0d4f73;
    border-radius: 0 0 100px 100px;
}


.race-space .stand-box{
    bottom: 0px;
}
/*.race-space .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 25px;
    top: -25px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.chocolate-factory .stand-box{
    bottom: 0px;
}
.chocolate-factory .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}

/*.chocolate-factory .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 40px;
    top: -40px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.all-hand .stand-box{
    bottom: 0px;
}
.all-hand .stand-box-after{
     
   position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
     background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
/*.all-hand .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 35px;
    top: -35px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.pole-position .stand-box{
    bottom: 0px;
}
.pole-position  .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
   background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
/*
.pole-position .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 50px;
    top: -50px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.rock-my-boat .stand-box{
    bottom: 0px;
}
.rock-my-boat .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
   background: #0d4f73;
    border-radius: 0 0 100px 100px;
}

/*.rock-my-boat .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 100px;
    top: -100px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.ad-break .stand-box{
    bottom: 0px;
}
/*
.ad-break .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 80px;
    top: -80px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.ad-break .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
     background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
.photoshoot .stand-box{
     bottom: 0px;
}
/*
.photoshoot .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 75px;
    top: -75px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.photoshoot .stand-box-after{
     
   position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
   background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
.detour .stand-box{
    bottom: 0px;
}
.detour  .stand-box-after{
     
   position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
/*
.detour .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 60px;
    top: -60px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.team-tracks .stand-box{
    bottom: 0px;
}
.team-tracks .stand-box-after{
     
   position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}

/*.team-tracks .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 30px;
    top: -30px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.dhow .stand-box{
    bottom: 0px;
}
.dhow .stand-box-after{
     
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}
/*
.dhow .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 120px;
    top: -120px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/
.runners .stand-box{
    bottom: 0px;
}
.runners .stand-box-after{
     
    position: absolute;
    position: absolute;
    width: 10px;
    height: 0px;
    bottom: 0px;
    background: #0d4f73;
    border-radius: 0 0 100px 100px;
}

/*.runners .stand-box:after{
    content: '';
    position: absolute;
    width: 10px;
    height: 100px;
    top: -100px;
    background: #fff;
    border-radius: 100px 100px 0 0;
}*/

.stand-box img{
    width: 100%;
}

/*.stand-box:after{
    content: '';
    position: absolute;
    width:10px;
    height: 10px;
}*/
.background-white{
    background: #fff;
}


/*tooltip*/
.stand-box .details {
    width: 190px;
    height: auto;
    background-color: #fff;
    padding: 15px;
    /* text-align: center; */
     /*display: none;*/
    position: absolute;
    left: 72px!important;
    color: #202020;
    z-index: 99;
    border-radius: 5px;
    font-size: 10px;
    font-family: 'aileron-regular',sans-serif;
    transform: none!important;
    top:unset!important;
    border:0;
}
.stand-box .details .icon-holder img{
    width:auto;
}
.stand-box .details p{
    font-size: 14px;
    line-height: 18px;
    color: rgba(32, 32, 32, 0.48);
}
.stand-box .details:after{
    font-family: 'FontAwesome';
    content: '\f0d8';
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: -8px;
    color: #fff;
    transform: translate(0, -50%) rotate(-90deg);
}
.details a{
    font-size:14px;
    text-transform: uppercase;
    color:#fa8c00;
    display: block;
    margin-top:10px;
    text-align: center;
}
.details a:hover{
    color:#fa8c00;
}
.stand-box:hover .details{
    /*display: block;*/
}

.suits-event .dropdown-toggle::after {
    display: none;
}


.event-selector .section-title{
    margin-bottom:20px;
}
.event-selector .padding-top-90{
    padding-top:30px;
}
.event-selector .secondary-title{
    font-size:26px;
    line-height: 28px;
}
.event-selector .padding-top-forty{
    padding-top:20px;
}
.event-selector .padding-bottom-40{
    padding-bottom:20px;
}
.event-selector .padding-top-30{
    padding-top:15px;
}
/*tooltip*/
/*/////////////////////////////////////////////////////
////                 event selector                ////
/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////
////                 download                      ////
/////////////////////////////////////////////////////*/
.title-div{
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
    align-items: center;
}
.title-div .section-title{
    margin-bottom:0;
}
.title-div .prev, .title-div .next{
    border: none;
    background: transparent;
    cursor: pointer;
}
.title-div .prev{
    margin-right: 12px;
}

.prev:focus, .next:focus, .prev:active, .next:active{
    outline:none;
}
.download-slider .item{
    /*margin-right:20px;*/
}
.download-slider .item:nth-of-type(3n){
    margin-right:0;
}
.download-slider .item .image-holder img{
    width:100%;
}
.download-title{
    font-size:34px;
    line-height:40px;
    padding: 0 25px;
    position:absolute;
    left:0;
    display: block;
    bottom:20px;
    color:#fff;
}
.download-slider .item .image-holder{
    position: relative;
}
.download-slider .item{
    cursor: pointer;
}
.download-slider .item .image-holder .inset-shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    bottom:0;
    -webkit-box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    cursor: pointer;
    transition:box-shadow 0.3s linear;
}
.download-slider .item:hover .image-holder .inset-shadow{
    -webkit-box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    transition:box-shadow 0.3s linear;
}
/*/////////////////////////////////////////////////////
////                 download                      ////
/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////
////                 team                          ////
/////////////////////////////////////////////////////*/
.team{
    background: #fa8c00;
}
.team .image-holder img{
    width:100%;
}
.item .content{
    background: #fff;
    padding:10px 0;
    text-align: center;
}
.team .item .content{
    margin-top:-1px;
}
.content .name{
    font-size:24px;
    line-height: 25px;
    color:#202020;
    margin-bottom:8px;
}
.content .resignation{
    font-size:16px;
    color:#838383;
    line-height: 16px;
}
/*/////////////////////////////////////////////////////
////                 team                          ////
/////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////
////             why turn around                   ////
/////////////////////////////////////////////////////*/
.why-turn-around .title-div{
    display: block;
}
.secondary-sub-title{
    font-family:'Fjalla One',sans-serif;
    margin-top:15px;
    padding-left:23px;
    font-size:26px;
    line-height: 28px;
}
.why-turn-around .title-div{
    position: relative;
}
.why-turn-around .title-div .custom-navigation{
    position: absolute;
    top:15px;
    right:0;
}

.video-container{
    display: flex;
    flex:1 1 0;
}
.video-thumbnail .image-holder{
    height:349px;
}
.video-thumbnail .image-holder img{
    height: 100%;
}
.video-thumbnail .content{
    height:349px;
}
.video-thumbnail .content p{
    max-height: 100px;
    /*overflow: auto;*/
}
.video-thumbnail .content p.resignation{
    height: auto;
    overflow: hidden;
}
.video-thumbnail{
    flex:1;
}
.video-thumbnail .row{
    margin:0;
}
.video-thumbnail .col-md-6{
    padding:0;
}
.video-thumbnail .image-holder{
    position: relative;
}
.video-thumbnail .image-holder img{
    width:100%;
}
.video-thumbnail .play-icon{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
}
.background-blue{
    background:#2696d3!important;
}
.background-yellow{
    background: #fa8c00!important;
}
.video-thumbnail .content{
    color:#fff;
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    padding:0 25px;
    justify-content: center;
}
.video-thumbnail .content .name{
    font-family:'Oswald',sans-serif;
    font-weight: 500;
    font-size:34px;
    line-height: 35px;
    text-align: left;
    margin-bottom:15px;
    color:#fff;
}
.video-thumbnail .content .resignation{
    font-size:16px;
    line-height: 18px;
    text-align: left;
    margin-bottom:22px;
    color:#fff;
}
.video-thumbnail p{
    font-size:19px;
}
/*/////////////////////////////////////////////////////
////             why turn around                   ////
/////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////
////                 contact us                    ////
/////////////////////////////////////////////////////*/
.contact-us{
    margin-top:-10px;
}
.contact-address{
    display:flex;
    margin-bottom:22px;
}
.contact-address .icon-holder{
    margin-right:15px;
    margin-top:4px;
}
.contact-address .content-holder{

}
.contact-address .content-holder p{
    font-size:24px;
    line-height: 35px;
}
.contact-address a{
    color:#202020;
    font-size:24px;
    line-height: 36px;
}

/*/////////////////////////////////////////////////////
////                 contact us                    ////
/////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////
////                 footer                        ////
/////////////////////////////////////////////////////*/
footer{
    background: #161616;
    color:#fff;
    padding:25px 0;
}
footer a{
    color:#fff;
}
footer .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.copyright-text{
    font-size:16px;
    line-height: 20px;
}
.footer-menu{
    display: flex;
}
.footer-menu .social-link{
    margin-right:42px;
}
.footer-menu .social-link ul li{
    border-right:0;
    /*margin-right:10px;*/
}
.footer-menu .social-link ul li a{
    padding-right:12px;
    padding-left:0;
}
.footer-menu .social-link ul li:last-child a{
    padding-right:0;
}
.social-link a img{
    opacity:0.5;
    transition: opacity 0.3s linear;
}
.social-link a:hover img{
    opacity: 1;
    transition: opacity 0.3s linear;
}
.footer-menu ul{
    /*list-style: none;*/
}
.footer-menu ul li a{
    padding: 0 10px;
    line-height: 16px;
}
.footer-menu ul li{
    position: relative;
    /*border-right:2px solid #fff;*/
}
.footer-menu ul.menu li:after{
    position: absolute;
    content: '';
    width:2px;
    height: 20px;
    top:3px;
    right:0;
    background-color: #ffffff;
}
.footer-menu ul.menu li:last-child:after{
    display: none;
}
.footer-menu ul li:last-child{
    border-right:0;
}
.footer-menu ul li:first-child a{
    padding-left:0;
}
.footer-menu ul li:last-child a{
    padding-right:0;
}
.footer-menu ul li a:hover{
    color:#fff;
}
.foot-credit{
    font-family:'aileron-regular',sans-serif;
    font-size:13px;
    line-height: 24px;
}
.foot-credit a:hover{
    color:#fff;
}
/*/////////////////////////////////////////////////////
////                 footer                        ////
/////////////////////////////////////////////////////*/

.go-top{
    display: none;
    cursor: pointer;
    width:37px;
    height:37px;
    border-radius:50%;
    background:#2696d3;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom:18px;
    right:5%;
    z-index: 99999;
    transition:all 0.3s linear;
}
.go-top:hover{
    background: rgba(43, 177, 252, 0.99);
    transition:all 0.3s linear;
}
.go-top img{
    transform:translate(0);
    transition:transform 0.3s linear;
}
.go-top:hover img{
    transform:translate(0, -5px);
    transition:transform 0.3s linear;
}




.page-header{
    padding-top:110px;
    padding-bottom:50px;
}
.outer-page-nav .logo.for-mobile{
    width:134px;
}

/*/////////////////////////////////////////////////////
////                 activity page                 ////
/////////////////////////////////////////////////////*/
.page-wrapper .outer-page-title-div{
    display: block;
}
.intro .title-div .section-title, .page-wrapper .title-div .section-title{
    margin-bottom:12px;
}
.intro .title-div p, .page-wrapper .title-div p{
    font-size:26px;
    line-height: 1.4;
    padding-left:23px;
    color:#202020;
    position: relative;
    margin-top:30px;

}
.page-wrapper .title-div p.normal-text{
    font-family:'aileron-regular',sans-serif;
    font-size:16px;
    line-height: 25px;
}
.intro .title-div{
    display: block;
}
.list-area li{
    font-size:16px;
    line-height: 18px;
    margin-bottom:20px;
    display: flex;
    flex-wrap:wrap;
}
.list-area .key{
    color:#2696d3;
}
.list-area .value.tag {
    display: inline-block;
    padding: 8px 10px;
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    line-height: 16px;
}
.list-area .key-area{
    /*float: left;*/
    margin-right: 5px;
}
.list-area .key-area img{
    margin-right: 10px;
    margin-top:-2px;
}
.list-area .value-area{
    /*margin-left:110px;*/
    font-family:'aileron-regular',sans-serif;

}
.list-area .value-area.tagg{
    margin-left: 130px;
    margin-top: -25px;
}
.list-area .list-unstyled li:last-child .key-area{
    display: flex;
    flex-wrap: nowrap;
}

.list-area .list-unstyled li:last-child .key-area img{
    height: 21px;
}
.outcome-fancy:hover{
    text-decoration: none;
}
.key-outcome{
    position: relative;
}
.outcome-fancy{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 9;
}
.key-outcome .content{
    position: relative;
    border-left:4px solid #2696d3;
    padding-left:7px;
    padding-top:2px;
}
#key-outcome, #fancy-text{
    display: none;
    position: relative;
    background-color: transparent;
    padding:0 50px;
}

#key-outcome .fancybox-close-small,#fancy-text .fancybox-close-small{
    background-color:#fa5a5a;
    color:#fff;
    right:10px;
    height:40px;
    width:40px;
    padding:8px;
}
#key-outcome .square-area .small-square{
    margin-bottom:10px;
    height: 30px;
    margin-right: 4px;
}
#key-outcome .key-outcome .content .row .col-3 p{
    font-size:13px;
    line-height: 15px;
    padding-right:8px;
    text-align: right;
}

#key-outcome .key-outcome{
    width:550px;
    margin:0 auto!important;
    background-color: #fff;
    padding:50px;
}

.key-outcome .content .row h4{
    font-size:24px;
    line-height: 24px;
    padding-top:12px;
    padding-bottom:5px;
}
.key-outcome .content .row{
    margin: 0;
    margin-bottom:2px;
}
.key-outcome .content .row .col-3{
    padding:0;
}
.key-outcome .content .row .col-3 p{
    padding: 0;
    /* padding-bottom: 10px; */
    font-size: 11px;
    padding-right: 20px;
    line-height: 12px;
}
.key-outcome .content .row .col-9{
    padding:0;
}
.small-square{
    background-color:#dadada;
    border:1px solid rgba(255, 255, 255, 0.32);
    height: 23px;
    margin-right:2px;
}
.key-outcome .content:after{
    content: '';
    width:45px;
    height: 4px;
    background-color: #2696d3;

    position: absolute;
    top:0;
    left:0;
}
.key-outcome .title{
    font-family: 'Fjalla One',sans-serif;
    font-size:30px;
    line-height: 30px;
    margin-bottom:20px;
}
.key-outcome .content .row:first-child .col-3 h4{
    color:#269abc;
}

.filter-slider{
    display: flex;
    justify-content: space-between;
    border-top:1px solid #939598;
    padding-top:8px;

    font-size:12px;
    color:#fa8c00;
    line-height: 12px;
}
.filter-slider:after{
    content: '';
    width:10px;
    height:10px;
    background-color: #939598;
    border-radius:50%;

    position: absolute;
    top:-4.5px;
    left:0;
}
.filter-slider:before{
    content: '';
    width:10px;
    height:10px;
    background-color: #939598;
    border-radius:50%;

    position: absolute;
    top:-4.5px;
    right:0;
}
.yellow-dot{
    width:18px;
    height:18px;
    background-color: #fa8c00;
    border-radius:50%;

    position: absolute;
    top:-9.5px;
    right:25px;
    /*cursor: pointer;*/
    cursor: move;
}




.square-area{
    display: flex;

}
.square-area .small-square{
    flex-grow: 1;
    margin-bottom:4px;
}
.article .title{
    font-size:40px;
    line-height: 40px;
    margin-bottom:20px;
}
.article p{
    font-family:'aileron-regular',sans-serif;
    font-size:16px;
    line-height: 24px;
}

.video-holder .col-md-6{
    position: relative;
}
.video-holder{
    display: flex;
    justify-content: center;
}

.about-us .video-holder iframe{
    background-color: transparent!important;
}


.video-holder iframe{
    /*width:100%!important;*/
    position: relative;
    background-color: #000000;
}
.video-holder .holder:after{
     content:url("../images/icons/video_after_top.png");

     position: absolute;
    top: -17px;
    left: -22px;
 }


.video-holder .holder:before{
    content:url("../images/icons/video_after_bottom.png");

    position: absolute;
    bottom: -20px;
    right: -23px;
}
.col-md-6 .video-holder{
    margin-top:-20px;
}
.col-md-6 .video-holder .holder:after{
    content:url("../images/icons/video_after_top_yellow.png");

    position: absolute;
    top: 15px;
    left: -12px;
}
.col-md-6 .video-holder .holder:before{
    content:url("../images/icons/video_after_bottom.png");

    position: absolute;
    bottom: 15px;
    right: -12px;
}


.start-video {
    position: absolute;
    top: 50%;
    /*padding: 12px;*/
    left: 50%;
    transform:translate(-50%,-50%);
    /*opacity: .3;*/

    cursor: pointer;
    text-align: center;

    transition: all 0.3s;
}
.start-video img{
    transform: scale(0.9);
    transition:all 0.3s linear;
}

.start-video img:hover
{
    transform: scale(1);
    transition: all 0.3s linear;
}

div.thumbnail_container
{
    width: 100%;
    height: 323px;
    overflow: hidden;
    background-color: #000;
}

.video-holder img.thumbnail
{
    width:100%;
    height: 100%;

}
.start-video p{
    font-family:'Oswald',sans-serif;
    font-weight: 500;
    color:#ffffff;
    text-transform:uppercase;
    font-size:16px;
    line-height: 18px;
    margin-top:5px;
    text-align: center;
}








.table{
    position: relative;
}
.table .description{
    width:30%;
    text-align: left!important;
}
.table .date{
    text-align: left!important;
}
.record-listing .table{
    min-width:510px;
    margin:0;
}
.record-listing .table td{
    vertical-align: middle!important;
    padding: 10px 15px 10px 13px!important;
    text-align: center;
}
.record-listing .table tbody tr:first-child td{
    padding: 18px 15px 10px 13px!important;
}
.record-listing .table td img{

}
.table-btn{
    color: #2696d3;
    font-family: 'Oswald',sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0 20px;
    line-height: 45px;
    border: 1px solid #2696d3;
    border-radius: 100px;
    display: inline-block;
    text-decoration: none;
    transition:background 0.3s linear;
}
.table-btn:hover{
    text-decoration: none;
    background-color:#2696d3;
    color:#fff;
    transition:background 0.3s linear;
}

/*/////////////////////////////////////////////////////
////                 activity page                 ////
/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////
////                 contact us page               ////
/////////////////////////////////////////////////////*/
.page-wrapper .contact-us{
    margin-top:0!important;
}
.page-wrapper .contact-address{
    margin-bottom:8px;
}
.page-wrapper .contact-address .icon-holder{
    margin-top:0px;
}
.section-title .no-transform{
    text-transform: none;
    display: inline;
}
.contact-us .content-holder p span{
    display: block;
}
.page-wrapper .contact-us .contact-address .content-holder span,
.page-wrapper .contact-us .contact-address .content-holder a{
    font-size:16px;
    line-height: 16px;
    margin-bottom:10px;

}
.aileron-regular{
    font-family:'aileron-regular',sans-serif;
}
h5.secondary-title{
    font-size:24px;
    line-height: 24px;
}
.padding-top-20{
    padding-top:20px;
}
.activity-list .row:nth-last-of-type(2) .card{
    margin-bottom:0;
}
.card{
    margin-bottom:30px;
}

/*/////////////////////////////////////////////////////
////                 contact us page               ////
/////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////
////                 activity list                 ////
/////////////////////////////////////////////////////*/

.head-part p{
    font-size:16px;
    line-height: 22px;
}
.rounded-empty-btn{
    line-height: 15px;
    padding:14px 40px;
    background-color: transparent;
    color:#202020;
}
a.rounded-empty-btn{
    color:#202020;
}
a.blue-round, .blue-round{
    border:1px solid #2696d3;
    color:#2696d3;
}
a.yellow-round,.yellow-round{
    border:1px solid #fa8c00;
    color:#fa8c00;
}
.btn.blue-round:hover{
    background-color: #2696d3;
    color:#fff;
}
.btn.yellow-round:hover{
    background-color: #fa8c00;
    color:#fff;
}

.card{
    padding:20px;
    font-size:16px;
    line-height: 24px;
    border-color:#e7e7e7;
    border-radius:0;
}
.card .width-100-percent{
    width:auto;
}
.card .title{
    font-size:40px;
    line-height: 40px;
    padding:0;
    margin-bottom:20px;
    font-family:'Fjalla One',sans-serif;
    text-transform: capitalize;
}
.card .col-4, .thin-ice .col-4{
    padding-right:8px;
    flex: 0 0 28%;
    max-width: 28%;
}
.card .col-8, .thin-ice .col-8{
    padding-left:8px;
    padding-right:10px;
    flex: 0 0 72%;
    max-width: 72%;
}
.card .text{
    padding-top:15px;
}
.list-area .list-unstyled li:last-child{
    margin-bottom:0;
}
.card .rounded-empty-btn{
    padding:14px 22px;
}
.button-area .btn{
    margin-right:10px;
}
.button-area .btn:last-child{
    margin:0;
}


/*/////////////////////////////////////////////////////
////                 activity list                 ////
/////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////
////                 about us                      ////
/////////////////////////////////////////////////////*/
.team-slider .item{
    margin-bottom:30px;
}
.player .vp-player-layout{
    height:100%!important;
}

/*/////////////////////////////////////////////////////
////                 about us                      ////
/////////////////////////////////////////////////////*/


/*/////////////////////////////////////////////////////
////                 team details                  ////
/////////////////////////////////////////////////////*/
.team-details .image-holder{
    position: relative;
    margin-top:15px;
}
.team-details .image-holder:before{
    content:url("../images/icons/video_after_bottom.png");

    position: absolute;
    bottom: -15px;
    right: -15px;
}
.team-details .image-holder:after{
    content:url("../images/icons/video_after_top_yellow.png");

    position: absolute;
    top: -15px;
    left: -15px;
}
/*/////////////////////////////////////////////////////
////                 team details                  ////
/////////////////////////////////////////////////////*/

/*/////////////////////////////////////////////////////
////                 downloads                     ////
/////////////////////////////////////////////////////*/
.download-content .text-content{
    line-height: 24px;
}
.download-content .form-area{
    background-color: #2696d3;
    padding:30px;
    margin-left:35px;
    color:#fff;
}
.download-content .form-area .secondary-title{
    font-size:37px;
    line-height: 37px;
}
.download-content .form-area p{
    font-size:15px;
}
.download-content .form>.form-group:last-child{
    margin-bottom:10px;
}
.download-content .form .btn{
    margin-top:-5px;
}
/*/////////////////////////////////////////////////////
////                 downloads                     ////
/////////////////////////////////////////////////////*/



/*/////////////////////////////////////////////////////
////                 video backgound               ////
/////////////////////////////////////////////////////*/



.home-logo{
    position: absolute!important;
    top: -23px!important;
    right: -100px!important;
}
.item a{
    text-decoration:none;
}
.body-overlay{
    background: transparent;
    width: 100%;
    height: 100%;
    z-index: 999999;
}
.dropdown-toggle:hover .dropdown-menu{
    display: block;
}



.page {
    position: relative;
    overflow: hidden;
    /*height:500px;*/
}

.background-video-container .video-bg {
    width: 100%;
    height: 100%;
    /*padding-bottom: 56.25%;!* Aspect ratio *!*/
    position: absolute;
    top:0;
    left:0;
    opacity: 0;
}

.background-video-container .video-bg iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page .content {
    position: relative;
    z-index: 1;
}

.ytplayer-container {
    bottom: 0;
    height: 100%;
    left: 0;
    min-width: 100%;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -99;
}
.ytplayer-player {
    position: absolute;
}
.overlay-image{
    position: absolute;
    width:100%;
    height: 100%;
    top:0;
    left:0;
}
.overlay-image img{
    width:100%;
}


.mbYTP_wrapper iframe{
    top:-200px!important;
}

.share-button{
    font-size:24px;
    color:#202020;
    margin-right:5px;
    transform:scale(1);
    transition: transform 0.3s linear;
}
.share-button:hover{
    color:#2696d3;
    text-decoration: none;
    transform:scale(1.1);
    transition: transform 0.3s linear;
}
td>.share-button:last-child{
    margin-right:0px;
}


#fancy-text .form-area{
    background: #fff;
    padding:30px;
}
.text-fancy{

}
.popup-text{
    margin-top:25px;
}
.title a:hover{
    text-decoration: none;
}
.image-holder a:hover{
    text-decoration: none;
}



.contactUsmsg{
       position: absolute;
    top: -25px;
    padding-left:15px;
}
.contactUsmsg h4{
    font-size: 16px;
    font-family: aileron-regular;
    color:#2696D3;
}


.gallery-holder{
    position: relative;
}
.gallery-holder:after{
    content:url("../images/icons/video_after_top.png");

    position: absolute;
    top: -23px;
    left: -22px;
}
.gallery-holder:before{
    content:url("../images/icons/video_after_bottom.png");

    position: absolute;
    bottom: -4px;
    right: -23px;
}

.gallery-holder.less-than-four:after{
    display: none;
}
.gallery-holder.less-than-four:before{
    display: none;
}




.gallery-holder .owl-stage{
    margin:0 auto;
}

.gallery-holder.less-than-four{
    text-align: center;
}

.gallery-holder.less-than-four .owl-stage-outer{
    /*overflow:visible;*/
    display: inline-block;
    padding-left:30px!important;
}
.gallery-holder.less-than-four .owl-stage{
    padding-top:30px;
    /*height: 200px;*/
}
.gallery-holder.less-than-four .owl-stage .owl-item:last-child{
    /*margin-right:0!important;*/
}
.gallery-holder.less-than-four .owl-stage .owl-item:last-child:after{
    content:'';
    display: block;
    clear: both;
}


.gallery-holder.less-than-four .owl-stage-outer:after{
    content:url("../images/icons/video_after_top.png")!important;
    position: absolute!important;
    top: 11px!important;
    left: 11px!important;
    bottom:unset;
    right:unset;
    visibility: visible!important;
}
.gallery-holder.less-than-four .owl-stage-outer:before{
    content:url("../images/icons/video_after_bottom.png");
    position: absolute;
    bottom: 0;
    right: 11px;
}


.event-stand.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}


#player{
    width:100%!important;
}

.line-height-regular{
    line-height: 1.4;
}
.secondary-title.line-height-regular{
    line-height: 1.4;
}
.lead-the-change .secondary-title{
    padding-left:23px;
}
.section-title.text-transform-none{
    text-transform:none;
}
.choose-your-focus .client-icon-holder{
    margin-bottom:10px;
    overflow: hidden;
}
.client-icon-holder img{
    transition:0.5s all linear;
    transform:scale(1);
}
.choose-your-focus .client-icon-holder a{
    cursor: default;
}
.client-icon-holder a:hover img{
    transform:scale(1);
    transition:0.5s all linear;
}

.choose-your-focus .client-icon-holder{
    text-align: center;
}

.our-clients .image-holder{
    text-align: center;
}
.lead-the-change .section-title{
    font-size:38px;
    padding-right:17%;
}
.lead-the-change .title-div{
    margin-bottom:30px;
}
.lead-the-change .title-div p{
    padding-right:8%;
    font-size:24px;
}
.landing-page .section-title{
    padding-left:30px;
}
.landing-page .title-div p{
    padding-left:30px;
}


.our-clients .item{
    /*border:1px solid rgba(131, 131, 131, 0.13);*/
    cursor:default;
}

.our-clients--js .item img{
    width:auto!important;
    margin:0 auto;
    padding:15px 0;
}
.mobile-video{
    text-align: center;
}
.mobile-video img{
    margin:0 auto;
}

/*update 06/05/2020*/


.leverage-div{
    /*padding-top:37.8%;*/
    background-color:#2696d3;
    position: relative;
}
/*.leverage-div:after{*/
/*content:'';*/
/*width:1px;*/
/*height: 100%;*/
/*background-color:#000;*/
/*position: absolute;*/
/*top:0;*/
/*bottom:0;*/
/*left:50%;*/
/*transform:translateX(-50%);*/
/*}*/
/*.leverage-div:before{*/
/*content:'';*/
/*height:1px;*/
/*width: 100%;*/
/*background-color:#000;*/
/*position: absolute;*/
/*top:50%;*/
/*left:0;*/
/*right:0;*/
/*transform:translateY(-50%);*/
/*}*/
.leverage-div-inner{
    margin-left:150px;
    position: relative;
}
.leverage-left:before,
.leverage-left:after,
.leverage-bottom:before,
.leverage-bottom:after{
    position: absolute;
    font-size: 1.5rem;
    z-index: 9;
    display: flex;
    line-height: 1.2;
}
.leverage-left:before{
    content: attr(data-top);
    left: -150px;
    z-index: 9;
    width: 100px;
    height: 50%;
    top: 0;
    align-items: center;
    justify-content: end;
}

.leverage-left:after{
    content: attr(data-bottom);
    left: -150px;
    z-index: 9;
    width: 100px;
    height: 50%;
    bottom: 0;
    align-items: center;
    justify-content: end;
}

.leverage-bottom:before{
    content: attr(data-left);
    z-index: 9;
    width: 50%;
    left:0;
    bottom:-40px;
    justify-content: center;
}

.leverage-bottom:after{
    content: attr(data-right);
    z-index: 9;
    width:50%;
    bottom: -40px;
    right:0;
    justify-content: center;
}
.leverage-div-inner:before{
    content: url(../images/icons/video_after_top_yellow.png);
    position: absolute;
    top: -17px;
    left: -22px;
}

.leverage-div-inner:after{
    content: url(../images/icons/video_after_bottom.png);
    position: absolute;
    bottom: -26px;
    right: -23px;
}

.leverage-intro ul{
    list-style: none;
    font-family: aileron-regular,sans-serif;
}
.leverage-intro ul li{
    margin-bottom:15px;
    line-height: 1.5;
    padding-left:15px;
    position: relative;
}
.leverage-intro ul li:before{
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2696d3;
    position: absolute;
    left: 0;
    top: 11px;
}

.font-aileron{
    font-family:aileron-regular,sans-serif;
}

.managing-team .title-div{
    display: block;
}
.managing-team .title-div .section-title{
    margin-bottom:0;
}

.managing-team .title-div .secondary-title{
    margin-top:15px;
    color:#fff;
}

.holder{
    position: relative;
}
.holder:before {
    content: url(../images/icons/video_after_bottom.png);
    position: absolute;
    bottom: -26px;
    right: -23px;
}
.holder:after {
    content: url(../images/icons/video_after_top.png);
    position: absolute;
    top: -17px;
    left: -22px;
}
.managing-team .holder{
    margin:0 21px;
}

.table-data td{
    font-family:aileron-regular,sans-serif;
    font-size:16px;
}
.question-answer{
    z-index:9;
    position: relative;
    color:#202020;
}
.question-answer .ac-a *{
    color:#202020;
    font-family:aileron-regular,sans-serif;
    font-size:16px;
}
.question-answer .ac{
    margin-bottom:20px;
    border-radius:4px;
    overflow: hidden;
}
.question-answer .ac-q,
.question-answer .ac-a .answer-inner{
    padding:15px 20px;
}
.question-answer .ac.is-active .ac-q{
    background-color:#f9f9f9;
    border-bottom:1px solid #d8d8d8;
}

.question-answer .ac.is-active .ac-a{

}


.question-answer .ac-q{
    font-family: 'Oswald',sans-serif;
    font-size:26px;
    font-weight: 600;
    padding-right:15px;
}
.question-answer .ac>.ac-q::after {
    content: url(../images/accordion_after_.png);
    text-align: center;
    width: 15px;
    right: 35px;
    top: 50%;
    -webkit-transform: translate(0,-50%);
    transform: translate(0,-50%);
    position: absolute;
}
.question-answer .ac.is-active>.ac-q::after {
    content: url("../images/accordion_after_active.png");
}
.answer-inner .radio-container{
    margin-bottom:10px;
}
.question-answer .radio-mark{
    border:1px solid #fa8c00;
}
.leverage-intro .title-div{
    display: block;
}
.leverage-intro .title-div .secondary-title{
    margin:0;
}
.leverage-intro .title-div .secondary-title{
    margin-top:15px;
}


.leverage-image{
    padding-top:50%;
    position:relative;
}
.leverage-image .image{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-position: center;
    background-size:cover;
    background-repeat:no-repeat;
}

.leverage-text{
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:15px;
    background-color: #fff;
    border:1px solid #d8d8d8;
    color:#202020;
    padding:30px 20px;
    display: flex;
    justify-content: center;
    align-items:center;
    /*visibility:hidden;*/
    /*opacity:0;*/
    transform:scale(0);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
    font-size:18px;
    font-family:aileron-regular,sans-serif;
    line-height:1.5;
}
.leverage-image:hover .leverage-text{
    /*visibility: visible;*/
    /*opacity:1;*/
    transform:scale(1);
    transition: transform 0.6s cubic-bezier(0.33, 1, 0.68, 1);
}

.stage{
    position: absolute;
    padding:15px;
    font-size:24px;
    color:#202020;
    background-color:#fff;
    border-radius:10px;
    box-shadow:0 0 10px rgba(0, 0, 0, 0.29);
    min-width:100px;
    min-height:80px;
    display: flex;
    justify-content: center;
    align-items:center;
}
.stage:after{
    content:url(/Content/images/icons/down_arrow.png);
    position: absolute;
    bottom:-30px;
    left:28%;
}
.stage-one{
    bottom: 12%;
    left: 0px;
}
.stage-two{
    left:26%;
    bottom:34%;
}

.stage-three{
    bottom:52%;
    left:50%;
}
.stage-four{
    bottom:95%;
    left:89%;
}



/*update 07/05/2020*/
.answer-section{
    display:none;
}
.answer-section-inner{
    /*padding:25px;*/
    /*border:1px solid #d8d8d8;*/
    /*box-shadow:0 0 10px rgba(0, 0, 0, 0.26);*/
    /*max-width:600px;*/
    /*margin:0 auto;*/
    /*margin-top:30px;*/
    background:#fff;
    /*border-radius:5px;*/
    position: relative;
}
.answer-section-inner *{
    color:#000;
}
.answer-section-close{
    display: none;
    width:40px;
    height:40px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    position: absolute;
    top:-1px;
    right:-1px;
    background-color: #FA8C01;
    color:#fff;
    opacity:0.7;
}
.answer-section-close:hover{
    text-decoration: none;
    color:#fff;
    opacity:1;
}
.stage{
    cursor:pointer;
}
.stage.dropdown:before{
    content:'';
    position: absolute;
    top:-30px;
    width:100%;
    height: 30px;
    background-color: transparent;
}
.stage.dropdown .dropdown-toggle:after{
    display:none;
}
.stage.dropdown .dropdown-menu{
    top:auto;
    bottom:110%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0);
    min-width:300px;
    max-width:400px;
    padding:20px;
}
.stage.dropdown:hover .dropdown-menu{
    display: block;
    /*top:-55px!important;*/
}
.stage.dropdown .dropdown-menu *{
    color:#202020;
}
.stage.dropdown .dropdown-menu:after{
    font-family: 'FontAwesome';
    content: '\f0d8';
    font-size: 18px;
    position: absolute;
    /* top: 50%; */
    bottom: -13px;
    left: 50%;
    color: #fff;
    transform: translate(-50%, 0) rotate(180deg);
}
/*update 11/05/2020*/
.managing-team .holder{
    position:relative;
}
.stage-hover.dropdown-menu{
    top:0;
    left: 0;
    color: #fff;
    /*transform: translate(-50%, 0);*/
    min-width:200px;
    max-width:350px;
    padding:15px;
    /*display:block;*/
    opacity:0;
    visibility:hidden;
    transition:0.3s opacity ease;
    display: block;
    font-size:14px;
    margin-left:15px;
}
.stage-hover.dropdown-menu *{
    color:#202020;
}
.stage-hover.dropdown-menu p{
    line-height:1.6;
}
.stage-hover.dropdown-menu.hover-in{
    opacity:1;
    visibility: visible;
}

.ac-a{
    height:0;
    visibility:hidden;
    transition:all 600ms ease 0s;
}

/*update 13/05/2020*/
.question-answer{
    overflow: hidden;
}
.alert-custom{
    /*background:#fff;*/
    padding:10px 15px;
    border-radius:4px;
    display: inline-block;
    box-shadow:0 0 2px #000;
    margin-top:15px;
    visibility:hidden;
    opacity:0;
    transform:translateY(55px);
    transition:0.6s all ease;
    position: relative;
}
.alert-custom.active{
    visibility:visible;
    opacity:1;
    transform:none;
}
.alert-close{
    position: absolute;
    top:-5px;
    right:-5px;
    width:20px;
    height: 20px;
    display:flex;
    justify-content: center;
    align-items: center;
    font-size:12px;
    background:#fff;
    box-shadow:0 0 2px #000;
    border-radius:50%;
    color:#202020;
    font-weight:400;
}
.alert-close:hover{
    text-decoration:none;
    color:#838383;
}
.answer-section-close .fa:before{
    color:#fff;
}
.modal .close{
    position: absolute;
    right: -10px;
    width: 30px;
    height: 30px;
    background: #fff;
    /* color: #fff; */
    opacity: 1;
    top: -10px;
    border-radius: 50%;
    box-shadow: 0 0 1px #000000;
    cursor: pointer;
}
.modal .close:focus{
    outline:none;
    border:none;
}
.modal-image-holder{
    position: relative;
    padding:15px;
    border-radius:4px;
    border:1px solid #d8d8d8;
}
.modal-transparent .modal-content{
    background:transparent;
    border:0;
}
.table-data th,
.table-data td{
    vertical-align: middle!important;
}
.table-data td img{
}

/*update 28/05/2020*/

.search-wrapper{
    padding: 15px 15px;
    background: #fff;
    box-shadow: 0 0 2px #0003;
    position: relative;
    border-radius: 50px;
    margin-top:-50px;
}

.search-wrapper .input-group-addon{
    border-radius:0 30px 30px 0;
    padding:0 20px;
    background:#2696d3;
    color:#fff;
}
.search-close{
    position: absolute;
    top:5px;
    right:5px;
    width:30px;
    height: 30px;
    border-radius:50%;
    background:#dc3545;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-wrapper .input-group-addon:hover{
    cursor:pointer;
}
.search-wrapper .input-group-addon:hover,
.search-wrapper .input-group-addon:focus{
    outline:0;
    box-shadow:0;
}

.events-area{
    display:none;
}
.events-area.active{
    display: block;
}
.quick-search-wrapper{
    display:none;
}
.quick-search-toggler-holder{
    z-index: 9;
    padding-top:15px;
    position: absolute;
    bottom:-40px;
    left:0;
    right:0;
    height: 40px;
}
.quick-search-toggler-holder h4{

}
.quick-search-toggler-holder:after{
    content:'';
    width:100%;
    height: 6px;
    background: #2696d3;
    position: absolute;
    top:0;
}
.quick-search-toggler{
    width:40px;
    height: 40px;
    background: #2696d3;
    color:#fff;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    /*opacity:0.7;*/
    position: absolute;
    top:0;
    right:15px;
    border-radius:0 0 4px 4px;
}
.quick-search-toggler-holder.toggled .quick-search-toggler{
    transform: translateY(-34px) rotate(180deg);
}
.quick-search-toggler:hover i{
    transform:translateY(2px);
}
.quick-search-toggler:hover{
    opacity:1;
    text-decoration: none;
    color:#fff;
}
.fa-chevron-down.clicked:before {
    content: "\f00d";
}
.hidden{
    visibility: hidden;
}
.event-selector-wrapper .event-selector{
    display: none;
}
.event-selector-wrapper .event-selector.active{
    display: block;
}
.event-selector>.container{
    position: relative;
}
.toggle-btn-area{
    position: absolute;
    top:5px;
    right:15px;
    margin:0!important;
}
.search-indicate-text{
    position: absolute;
    top:-15px;
    left:0;
    height: 40px;
    background-color: #2696d3;
    color:#fff;
    padding:0 15px;
    border-radius:0 0 4px 4px;
    display: flex;
    align-items: center;
    font-size:18px;
    cursor: pointer;
}
.tab-wrapper{
    position:relative;
}
.tab-wrapper .nav-tabs{
    border-bottom:0;
    justify-content: center;
}
.tab-wrapper .tab-content{
    border:2px solid #2696d3;
    padding:30px 15px 0 15px;
}
.tab-wrapper .nav-tabs .nav-link{
    background:#f2f2f2;
    border-bottom:1px solid #2696d3;
    padding:20px 40px;
    font-size:24px;
    min-width:200px;
    text-align:center;
}
.tab-wrapper .nav-tabs .nav-link.active{
    background:#2696d3;
    color:#fff;
}
.tab-wrapper .nav-tabs .nav-link:hover{
    color:inherit;
}
.tab-wrapper .nav-tabs .nav-link.active:hover{
    color:#fff;
}




    /*/////////////////////////////////////////////////////
////                 blogs                      ////
/////////////////////////////////////////////////////*/
.title-div{
    display: flex;
    justify-content: space-between;
    margin-bottom:40px;
    align-items: center;
}
.title-div .section-title{
    margin-bottom:0;
}
.title-div .prev, .title-div .next{
    border: none;
    background: transparent;
    cursor: pointer;
}
.title-div .prev{
    margin-right: 12px;
}

.prev:focus, .next:focus, .prev:active, .next:active{
    outline:none;
}
.blogs-slider .item{
    /*margin-right:20px;*/
    cursor: pointer;
    height: 282px;
}
.blogs-slider .item:nth-of-type(3n){
    margin-right:0;
}
.blogs-slider .item .image-holder img{
    width:100%;
}
.blogs-title{
  
    padding: 0 25px;
    position:absolute;
    left:0;
    display: block;
    bottom:20px;
}
.blogs-title p{
    font-size:34px;
    line-height:40px;
    color:#fff;
}
.blogs-title h3{
    font-size:18px;    
    color:#fff;
    margin-bottom: 10px;
    font-weight: 400;    
}
.blogs-title h3 span{   
    border-left: 2px solid #fff;
    padding-left: 10px;
    margin-left: 5px;
}

.blogs-slider .item .image-holder{
    position: relative;
}
.blogs-slider .item{
    cursor: pointer;
}
.blogs-slider .item .image-holder .inset-shadow{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top:0;
    bottom:0;
    -webkit-box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0 -112px 140px 24px rgba(0, 0, 0, 0.88);
    cursor: pointer;
    transition:box-shadow 0.3s linear;
}
.blogs-slider .item:hover .image-holder .inset-shadow{
    -webkit-box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    -moz-box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    box-shadow: inset 0 -65px 193px 1px rgba(0, 0, 0, 0.88);
    transition:box-shadow 0.3s linear;
}
/*/////////////////////////////////////////////////////
////                 blogs                      ////*/



.blog-post-details-right1 {
    background: #000;
    height: 40px;
    width: 40px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    border-radius: 50px;
    margin-right: 10px;
}

.blog-post-details {
    display: flex;
    justify-content: space-between;
}

.blog-post-details-right ul {
    list-style: none;
}

.font-18 {
    font-size: 18px !important;
}

.font-34 {
    font-size: 34px !important;
}
.font-38 {
    font-size: 38px !important;
}

.font-28 {
    font-size: 28px !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.color-gray {
    color: #838383 !important;
}
.color-dark-gray {
    color: #202020 !important;
}

.clr1 {
    background-color: #3b5998;
}

.clr1:hover {
    background-color: #000 !important;
}

.clr2 {
    background-color: #1da1f2;
}

.clr2:hover {
    background-color: #000 !important;
}

.clr3 {
    background-color: #007bb5;
}

.clr3:hover {
    background-color: #000 !important;
}

.blog-post-details-left h3 span {
    border-left: 2px solid #838383;
    padding-left: 10px;
    margin-left: 5px;
}

.blog-para p {
    margin-bottom: 15px;
    font-weight: 400;
}

.blog-para ul, .blog-para ol {
    margin-bottom: 15px;
    font-weight: 400;
    margin-left: 20px;
}
.blog-para ul li, .blog-para ol li {
    margin-bottom: 15px;    
}
.blog-para h3, .blog-para h4 
{
    font-family: 'Fjalla One',sans-serif;
    font-weight: 400;
    font-size: 26px;
    line-height: 40px;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.line-height-normal {
    line-height: normal !important;
}
.blog-border-left
{
    border-left: 1px solid #e0e0e0;
}
.color-black
{
    color: #000 !important;
}
.blog-list
{
    background: transparent;
    border: 1px solid #FA8C01;
    color: #000;
    padding: 0 30px;
}

.width-full-100
{
    width: 100%;
}

.blog-list-view-left
{
    height: 240px;
    overflow: hidden;
}

.video-full-width
    {
        width: 800px;
    height: 450px;
    }
    .video-full-width-inner
    {
        width: 800px;
        height: 301px;
    }

    @media only screen and (max-width: 900px) {
        .video-full-width {
    width: 600px;
    height: 330px;
  }
  .video-full-width-inner {
    width: 600px;
    height: 330px;
  }
  
  @media only screen and (max-width: 600px) {
    .video-full-width {
    width: 500px;
    height: 320px;
  }
  .video-full-width-inner {
    width: 500px;
    height: 320px;
  }
  @media only screen and (max-width: 430px) {
    .video-full-width {
    width: 100%;
    height: 100%;
  }
  .video-full-width-inner {
    width: 100%;
    height: 100%;
  }
}
