.navbar-trans {
    background-color: transparent;
    border: none;
    transition: top 1s ease;
}

.navbar-default .navbar-nav>li>a {
    color: #000;
}

.head-content {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    z-index: 102;
}

/*double row*/

.navbar-doublerow>.navbar {
    display: block;
    padding: 0px auto;
    margin: 0px auto;
    min-height: 25px;
}

.navbar {
    border-radius: 0px;
    border: none;
}

.header-top-left-static {
    font-weight: 300;
}

.rit-social ul {
    list-style: none;
    margin: 0;
    float: left;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
    margin-top: 30px;
    /* margin-bottom: 15px; */
}

#header-top .rit-social ul li {
    display: block;
    float: left;
}

#header-top .rit-social ul li a {
    padding: 0;
    width: 45px;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

#header-top a {
    color: #959595;
}

.rit-social ul li a {
    text-transform: uppercase;
    padding: 0 6px;
    font-weight: bold;
    display: block;
    font-size: 14px;
}

.social-share {
    padding: 0;
}

.navbar-top {
    background-color: #252525;
    color: #959595;
}

.navbar-down {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
}

.right-nav {
    padding-top: 15px;
    padding-bottom: 15px;
}

.responsive-text {
    margin-top: 0px;
}

.navbar-doublerow .nav {
    padding: 0px auto;
}

.navbar-doublerow .dividline {
    margin: 5px 100px;
    padding-top: 1px;
    background-color: inherit;
}

/*top nav*/

.navbar-doublerow .navbar-top ul>li>a {
    padding: 10px auto;
    font-size: 12px;
}

/*down nav*/

.navbar-doublerow .navbar-down .navbar-brand {
    padding: 0px auto;
    float: left;
    color: #000;
    font-size: 32px;
}

.navbar-brand>img {
    margin-left: 15px;
}

.navbar-doublerow .navbar-down ul>li>a {
    font-size: 14px;
    transition: border-bottom .2s ease-in, transform .2s ease-in-out;
}

.navbar-doublerow .navbar-down ul>li>a:hover {
    /*border-bottom: 1px solid #2e39c9;*/
    color: #2da9d7;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #2da9d7;
    background-color: transparent;
    /*   border-bottom: 1px solid #2e39c9;*/
}

.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    color: #959595;
    background-color: transparent;
}

.navbar-doublerow .navbar-down .dropdown {
    padding: 0px;
    color: #000;
}

.navbar-doublerow .navbar-down .dropdown ul>li>a,
.navbar-doublerow .navbar-down .dropdown ul>li>a:hover {
    color: #000;
    border-bottom: none;
}

.navbar-doublerow.navbar-trans.afterscroll {}

.navbar-doublerow.navbar-trans.afterscroll {
    top: -50px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
}

.flex-item {}

/*text*/

.text-white,
.text-white-hover:hover {
    color: #fff !important
}

/*fontcolor*/

.light-grey {
    color: #000 !important;
    background-color: #E6E9ED !important
}

.top-margin {
    margin-top: 131px;
}

.bs-slider {
    overflow: hidden;
    max-height: 700px;
    position: relative;
    background: #000000;
}

.bs-slider .bs-slider-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.bs-slider .bs-slider-overlay-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.bs-slider .bs-slider-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.05);
}

.bs-slider>.carousel-inner>.item>img,
.bs-slider>.carousel-inner>.item>a>img {
    margin: auto;
    width: 100% !important;
}

/********************

*****Slide effect

**********************/

.fade {
    opacity: 1;
}

.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

.fade .item:first-child {
    top: auto;
    position: relative;
}

.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}

/*---------- LEFT/RIGHT ROUND CONTROL ----------*/

.control-round .carousel-control {
    top: 47%;
    opacity: 0;
    width: 45px;
    height: 45px;
    z-index: 100;
    color: #ffffff;
    display: block;
    font-size: 24px;
    cursor: pointer;
    overflow: hidden;
    line-height: 43px;
    text-shadow: none;
    position: absolute;
    font-weight: normal;
    background: transparent;
    -webkit-border-radius: 100px;
    border-radius: 100px;
}

.control-round:hover .carousel-control {
    opacity: 1;
}

.control-round .carousel-control.left {
    left: 1%;
}

.control-round .carousel-control.right {
    right: 1%;
}

.control-round .carousel-control.left:hover,
.control-round .carousel-control.right:hover {
    color: #fdfdfd;
    background: rgba(0, 0, 0, 0.5);
    border: 0px transparent;
}

.control-round .carousel-control.left>span:nth-child(1) {
    left: 45%;
}

.control-round .carousel-control.right>span:nth-child(1) {
    right: 45%;
}

/*---------- INDICATORS CONTROL ----------*/

.indicators-line>.carousel-indicators {
    right: 45%;
    bottom: 3%;
    left: auto;
    width: 90%;
    height: 20px;
    font-size: 0;
    overflow-x: auto;
    text-align: right;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 1px;
    white-space: nowrap;
}

.indicators-line>.carousel-indicators li {
    padding: 0;
    width: 15px;
    height: 15px;
    border: 1px solid rgb(158, 158, 158);
    text-indent: 0;
    overflow: hidden;
    text-align: left;
    position: relative;
    letter-spacing: 1px;
    background: rgb(158, 158, 158);
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-right: 5px;
    -webkit-transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition: all 0.5s cubic-bezier(0.22, 0.81, 0.01, 0.99);
    z-index: 10;
    cursor: pointer;
}

.indicators-line>.carousel-indicators li:last-child {
    margin-right: 0;
}

.indicators-line>.carousel-indicators .active {
    margin: 1px 5px 1px 1px;
    box-shadow: 0 0 0 2px #fff;
    background-color: transparent;
    position: relative;
    -webkit-transition: box-shadow 0.3s ease;
    -moz-transition: box-shadow 0.3s ease;
    -o-transition: box-shadow 0.3s ease;
    transition: box-shadow 0.3s ease;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

.indicators-line>.carousel-indicators .active:before {
    transform: scale(0.5);
    background-color: #fff;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
}

/*---------- SLIDE CAPTION ----------*/

.slide_style_left {
    text-align: left !important;
}

.slide_style_right {
    text-align: right !important;
}

.slide_style_center {
    text-align: center !important;
}

.slide-text {
    left: 0;
    top: 25%;
    right: 0;
    margin: auto;
    padding: 10px;
    position: absolute;
    text-align: left;
    padding: 10px 85px;
}

.slide-text>h1 {
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
    padding: 0;
    color: #fff;
    font-size: 60px;
    font-style: normal;
    text-transform: uppercase;
    line-height: 84px;
    margin-bottom: 5px;
    font-family: 'Poppins', sans-serif;
    font-weight: bold;
    letter-spacing: 1px;
    display: inline-block;
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}

.slide-text>p {
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
    text-transform: uppercase;
    padding: 0;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 40px;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
}

.slide-text>a.btn-primary {
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    margin-top: 120px;
    font-size: 13px;
    line-height: 15px;
    margin-left: 10px;
    text-align: center;
    padding: 10px 23px;
    border: 2px solid #00bfff;
    white-space: nowrap;
    letter-spacing: 1px;
    background: transparent;
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.slide-text>a:hover,
.slide-text>a:active {
    color: #ffffff;
    background: #00bfff;
    -webkit-transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, color 0.5s ease-in-out;
}

.dyfix {
    width: 99.99%;
}

.fixtxt {
    /* float: left; */
    position: absolute;
    display: block;
    bottom: 80px;
    left: 20px;
    z-index: 10;
    color: white;
    text-shadow: 1px 1px 2px black, 0 0 1em blue, 0 0 0.2em darkblue;
    font-size: 15px;
}

/*------------------------------------------------------*/

/* RESPONSIVE

/*------------------------------------------------------*/

/*---------- MEDIA 480px ----------*/

@media (max-width: 480px) {
    .navbar-brand>img {
        width: 200px;
        margin-top: 5px;
    }
    /* .top-margin {

    margin-top: 131px;

    } */
    .slide-text {
        padding: 0px 30px;
        top: 7%;
    }
    .slide-text h1 {
        font-size: 12px;
        line-height: 20px;
        margin-bottom: 5px;
        font-family: Montserrat, sans-serif;
    }
    .slide-text>p {
        font-size: 9px;
        line-height: 18px;
        margin-bottom: 10px;
        font-family: Montserrat, sans-serif;
    }
    .slide-text>a.btn-default,
    .slide-text>a.btn-primary {
        font-size: 10px;
        line-height: 10px;
        margin-top: 20px;
        margin-right: 10px;
        text-align: center;
        padding: 6px 10px;
    }
    .indicators-line>.carousel-indicators {
        display: none;
    }
    #getassessment {
        position: fixed;
        right: 1%;
        top: 40%;
        display: block;
        z-index: 10;
    }
   
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 51%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 10px;
    }
    #ourCoaches>a.btn {
        font-size: 10px;
    }
    .top-margin {
        margin-top: 118px;
    }
    .fixtxt {
        font-size: 10px;
        bottom: 1%;
        left: 0%;
    }
}

@media (min-width: 768px) {
    .slide-text {
        padding: 10px 50px;
    }
    .slide-text h1 {
        font-size: 35px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    .slide-text>p {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .slide-text>a.btn-primary {
        margin-top: 35px;
        font-size: 14px;
    }

    
    .control-round .carousel-control {
        display: none;
    }
    #getassessment {
        position: fixed;
        right: 1%;
        top: 42%;
        display: block;
        z-index: 10;
    }
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 37%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 14px;
    }
    #ourCoaches>a.btn {
        font-size: 14px;
    }
    .fixtxt {
        font-size: 14px;
        bottom: 0%;
        left: 1%;
    }
}

@media (min-width: 1024px) {
    .slide-text h1 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 5px;
    }
    .slide-text>p {
        font-size: 18px;
    }
    .slide-text>a.btn-primary {
        margin-top: 140px;
        font-size: 16px;
    }
    #getassessment {
        position: fixed;
        right: 1%;
        top: 72%;
        display: block;
        z-index: 10;
    }
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 49%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 14px;
    }
    #ourCoaches>a.btn {
        font-size: 14px;
    }
    .fixtxt {
        font-size: 16px;
        left: 1%;
        bottom: 3%;
    }
}

@media (min-width: 1280px) {
    .slide-text h1 {
        font-size: 60px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 25px;
    }
    .slide-text>a.btn-primary {
        margin-top: 140px;
        font-size: 16px;
    }
    #getassessment {
        position: fixed;
        right: 1%;
        top: 83%;
        display: block;
        z-index: 10;
    }
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 47%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 14px;
    }
    #ourCoaches>a.btn {
        font-size: 14px;
    }
    .fixtxt {
        font-size: 18px;
        left: 1%;
        bottom: 8%;
    }
}

@media (min-width: 1366px) {
    .slide-text h1 {
        font-size: 65px;
        line-height: 50px;
        margin-bottom: 20px;
    }
    .slide-text>p {
        font-size: 25px;
    }
    .slide-text>a.btn-primary {
        margin-top: 140px;
        font-size: 16px;
    }
    #getassessment {
        position: fixed;
        right: 1%;
        top: 90%;
        display: block;
        z-index: 10;
    }
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 49%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 17px;
    }
    #ourCoaches>a.btn {
        font-size: 17px;
    }
    .fixtxt {
        font-size: 20px;
        left: 1%;
        bottom: 8%;
    }
}

@media (min-width: 1920px) {
    .slide-text h1 {
        font-size: 90px;
        line-height: 50px;
        margin-bottom: 40px;
    }
    .slide-text>p {
        font-size: 35px;
    }
    .slide-text>a.btn-primary {
        margin-top: 150px;
        font-size: 20px;
    }
    .fixtxt {
        font-size: 30px;
        left: 1%;
        bottom: 8%;
    }
    #getassessment {
        position: fixed;
        right: 2%;
        top: 72%;
        display: block;
        z-index: 10;
    }
    #ourCoaches {
        position: fixed;
        left: 1%;
        top: 35%;
        display: block;
        z-index: 10;
    }
    #getassessment>div>a.btn {
        font-size: 20px;
    }
    #ourCoaches>a.btn {
        font-size: 20px;
    }
  
}

.top-btm-padding {
    padding-top: 50px;
    padding-bottom: 50px;
}

.heading-test-paragh h3:after {
    content: "";
    display: block;
    width: 125px;
    height: 2px;
    background: #035680;
    margin: 21px auto 25px;
    border-radius: 2px;
}

.heading-test-paragh h3 {
    color: #05b5c2;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    margin-bottom: 35px;
    font-size: 37px;
    /* margin-bottom: 10px; */
}

.heading-test-paragh h4 {
    color: #4ecdf4;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-size: 20px;
    font-weight: bolder;
    /* margin-bottom: 25px; */
}

.heading-test-paragh p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.services-wrapper {
    width: auto;
    min-height: 400px;
    padding: 25px;
}

.service-container {
    text-align: center;
    margin-top: 25px;
}

.singleservice {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #f6f6f6;
    padding: 25px;
    color: #000;
    font-family: avenir;
    text-align: left;
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 5px solid skyblue;
    border-radius: 10px;
    padding-bottom: 45px;
}

.singleserviceb {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 600px;
    background-color: #f6f6f6;
    padding: 25px;
    color: #000;
    font-family: avenir;
    text-align: left;
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 5px solid orange;
    border-radius: 10px;
}


.singleservice-ind {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    background-color: #f6f6f6;
    padding: 25px;
    color: #000;
    font-family: avenir;
    text-align: left;
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 5px solid skyblue;
    border-radius: 10px;
    padding-bottom: 45px;
}

.singleserviceb-ind {
    display: inline-block;
    width: 100%;
    height: 100%;
    min-height: 520px;
    background-color: #f6f6f6;
    padding: 25px;
    color: #000;
    font-family: avenir;
    text-align: left;
    margin-bottom: 15px;
    padding: 30px;
    border-bottom: 5px solid orange;
    border-radius: 10px;
}

h2.servicetitle {
    font-family: century gothic;
    font-size: 16pt;
    font-weight: normal;
    letter-spacing: 1px;
    padding-bottom: 0px;
    text-align: center;
    text-transform: uppercase;
    color: #8c8c8c;
}

img.serviceicon {
    width: 20%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    opacity: .5;
}

.coaching-service ol {
    margin: 0 0 3px 0;
    counter-reset: li;
    list-style: none;
    padding: 10px;
}

.coaching-service ol li {
    position: relative;
    margin: 0 0 10px 3em;
    padding: 4px 8px 4px 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    color: #000;
}

ol.coaching-service li:before,
.coaching-service ol li:before,
.coaching-service ol li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: -40px;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    /* border: 2px solid #ff6600;

    background: rgba(248,248,248,1);*/
    font-weight: bold;
    text-align: center;
}

.coaching-service-1 ol {
    margin: 0 0 0px 0;
    counter-reset: li;
    list-style: none;
    padding: 10px;
}

.coaching-service-1 ol li {
    position: relative;
    margin: 0 0 10px 3em;
    padding: 4px 8px 4px 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    color: #fff;
}

ol.coaching-service-1 li:before,
.coaching-service-1 ol li:before,
.coaching-service-1 ol li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: -40px;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    /* border: 2px solid #ff6600;

    background: rgba(248,248,248,1);*/
    font-weight: bold;
    text-align: center;
}

.experience-text {
    text-align: center;
    font-weight: 600;
}

.service-box {
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    perspective: 1000px;
    -webkit-perspective: 1000px;
}

.service-icon {
    width: 100%;
    height: 335px;
    padding: 20px;
    text-align: center;
    transition: all .5s ease;
}

.service-content {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    height: 335px;
    padding: 5px;
    transition: all .5s ease;
    background-color: #474747;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform: translateY(110px) rotateX(-90deg);
    -moz-transform: translateY(110px) rotateX(-90deg);
    -ms-transform: translateY(110px) rotateX(-90deg);
    -o-transform: translateY(110px) rotateX(-90deg);
    transform: translateY(110px) rotateX(-90deg);
}

.service-box .service-icon .front-content {
    position: relative;
    top: 135px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.service-box .service-icon .front-content i {
    font-size: 28px;
    color: #fff;
    font-weight: normal;
}

.service-box .service-icon .front-content h3 {
    font-size: 22px;
    color: #fff;
    text-align: center;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    font-weight: 600;
}

.service-box .service-content h3 {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.service-box .service-content p {
    font-size: 13px;
    color: #b1b1b1;
    margin: 0;
}

.yellow {
    background-color: #87ceeb;
}

.orange {
    background-color: #fc7f0c;
}

.red {
    background-color: #87ceeb;
}

.grey {
    background-color: #474747;
}

.yellow-1 {
    background-color: #fc7f0c;
}

.orange-1 {
    background-color: #87ceeb;
}

.red-1 {
    background-color: #fc7f0c;
}

.service-box:hover .service-icon {
    opacity: 0;
    -webkit-transform: translateY(-110px) rotateX(90deg);
    -moz-transform: translateY(-110px) rotateX(90deg);
    -ms-transform: translateY(-110px) rotateX(90deg);
    -o-transform: translateY(-110px) rotateX(90deg);
    transform: translateY(-110px) rotateX(90deg);
}

.service-box:hover .service-content {
    opacity: 1;
    -webkit-transform: rotateX(0);
    -moz-transform: rotateX(0);
    -ms-transform: rotateX(0);
    -o-transform: rotateX(0);
    transform: rotateX(0);
}

.btn-sm {
    font-size: 12px;
    line-height: 16px;
    border: 2px solid;
    padding: 8px 15px;
}

.btn-outlined.btn-white {
    background: none;
    color: #FFFFFF;
    border-color: #FFFFFF;
}

.btn-outlined.btn-white:hover,
.btn-outlined.btn-white:active {
    color: #6f5499;
    background: #FFFFFF;
    border-color: #FFFFFF;
}

.btn3 {
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 15px;
    border: 2px solid #BF55EC;
    color: #BF55EC;
    box-shadow: rgba(191, 85, 236, 0.4) 0 0px 0px 2px inset;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -moz-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -ms-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -o-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
}

.btn3:hover {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    box-shadow: rgba(191, 85, 236, 0.7) 0 0px 0px 30px inset;
}

.btn4 {
    text-transform: uppercase;
    font-size: 13px;
    padding: 8px 15px;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: rgba(191, 85, 236, 0.4) 0 0px 0px 2px inset;
    -webkit-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -moz-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -ms-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    -o-transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
    transition: all 300ms cubic-bezier(0.4, 0.500, 0.5, 1.5);
}

.btn4:hover {
    text-transform: uppercase;
    font-size: 13px;
    color: #FFF;
    box-shadow: rgba(191, 85, 236, 0.7) 0 0px 0px 30px inset;
}

.about-img {
    position: relative;
}

.about-img img {
    margin-top: 50px;
    width: 90%;
}

.about-layer-two {
    margin-top: 0px;
    position: absolute;
    right: 0;
    top: 0;
}

.about-layer-one {
    position: absolute;
}

.bg-1 {
    background-image: url(images/bg-1.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.gray-bg {
    background-color: #fff;
    padding-top: 550px;
    padding-bottom: 50px;
}

.gal-padding {
    padding: 15px;
}

.show-on-mobile-view li a {
    display: none;
}

@media (max-width: 480px) {
    .gray-bg {
        background-color: #fff;
        padding-top: 250px;
        padding-bottom: 50px;
    }
    .about-img {
        margin-left: 25%;
    }
    .show-on-mobile-view {
        display: block;
        /* margin-top: -2%; */
        margin-left: 20%;
    }
    .show-on-mobile-view li a {
        display: block;
        float: left;
        /* display: block; */
        /* float: center; */
        text-align: center;
        /* width: 100%; */
        line-height: 10px;
        height: 30px;
        /* margin-left: 5px; */
        /* margin-right: 5px; */
    }
    .show-on-mobile-view ul {
        padding: 0;
        /* display: inline-block; */
    }
}

@media (max-width: 768px) {
    .gray-bg {
        background-color: #fff;
        padding-top: 250px;
        padding-bottom: 50px;
    }
}

.parallax {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/overlay.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    padding-bottom: 35px;
}

.paragh-text {
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

/* 

.pargap {

    padding: 40px 0;

} */

.paragh-text-1 {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
}

.myfooter {
    background-image: linear-gradient(rgba(36, 58, 79, 0.95), rgba(36, 58, 79, 0.95)), url(images/footer.jpg);
    color: #e8e8e8;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 3px solid #f7a607;
}

.heading .heading-title {
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
}

.heading .heading-title:after {
    content: "";
    display: block;
    width: 100px;
    height: 4px;
    background: #035680;
    margin: 15px 0px;
    border-radius: 2px;
}

.heading-text-1 {
    color: #acacac;
    font-size: 15px;
    line-height: 1.5;
    opacity: .4;
    font-family: 'Montserrat', sans-serif;
}

.footer-p {
    font-size: 15px;
    color: #e8e8e8;
    font-family: 'Montserrat', sans-serif;
    vertical-align: baseline;
    line-height: 26px;
    font-weight: 400;
    text-align: justify;
}

.myfooter ul.social {
    list-style: none;
    display: inline;
    margin-left: 0 !important;
    padding: 0;
}

.myfooter ul.social li {
    display: inline;
    margin: 0 5px;
}

.myfooter .social li:hover {
    transform: scale(1.15) rotate(360deg);
    -webkit-transform: scale(1.1) rotate(360deg);
    -moz-transform: scale(1.1) rotate(360deg);
    -ms-transform: scale(1.1) rotate(360deg);
    -o-transform: scale(1.1) rotate(360deg);
}

.myfooter .social a.icoRss:hover {
    background-color: #F56505;
}

.myfooter .social a.icoFacebook:hover {
    background-color: #3B5998;
}

.myfooter .social a.icoTwitter:hover {
    background-color: #33ccff;
}

.myfooter .social a.icoGoogle:hover {
    background-color: #BD3518;
}

.myfooter .social a.icoVimeo:hover {
    background-color: #0590B8;
}

.myfooter .social a.icoLinkedin:hover {
    background-color: #007bb7;
}

.myfooter .social a.icoRss:hover i,
.myfooter .social a.icoFacebook:hover i,
.myfooter .social a.icoTwitter:hover i,
.myfooter .social a.icoGoogle:hover i,
.myfooter .social a.icoVimeo:hover i,
.myfooter .social a.icoLinkedin:hover i {
    color: #fff;
}

a.myfooter .socialIcon:hover,
.myfooter .socialHoverClass {
    color: #44BCDD;
}

.myfooter .social-circle li a {
    display: inline-block;
    position: relative;
    margin: 0 auto 0 auto;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    font-size: 20px;
}

.myfooter .social-circle li i {
    margin: 0;
    line-height: 50px;
    text-align: center;
}

.myfooter .social-circle li a:hover i,
.triggeredHover {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms--transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -ms-transition: all 0.2s;
    transition: all 0.2s;
}

.myfooter .social-circle i {
    color: #fff;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
    -ms-transition: all 0.8s;
    transition: all 0.8s;
}

.contact-detail {
    position: relative;
    padding-left: 70px;
}

.contact-detail i {
    width: 50px;
    height: 50px;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border: 2px solid #eb1028;
    color: #fff;
    font-size: 22px;
    border-radius: 50%;
    left: 0px;
    top: 5px;
}

.title {
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    list-style-type: none;
    font-family: 'Montserrat', sans-serif;
}

.sub-title {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    color: #acacac;
}

a:focus,
a:hover {
    color: #00ffbf;
    text-decoration: none;
}

.footer-bottom {
    background-color: #121111;
    padding: 10px 0;
    position: relative;
}

.footer-bottom span {
    font-size: 14px;
    margin-right: 30px;
    color: #e8e8e8;
}

.form-control {
    font-size: 1em;
    color: #080808;
}

.form-ctrl {
    background-color: transparent;
    border-radius: 0;
    top: 0px;
    color: #fff;
}

input {
    border-top: 0 !important;
    border-right: 0 !important;
    border-left: 0 !important;
    border-bottom: 1px solid #fff !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
}

.submit-btn {
    background: #27ae61;
    border-radius: 25px;
    display: inline-block;
    letter-spacing: .5px;
    padding: 0 35px;
    height: 45px;
    font-family: montserrat, sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    transition: all 300ms ease-in-out 0s;
    position: relative;
    left: 0;
    margin-top: 10px;
    border: 0;
}

.list>li a:hover {
    color: #3fc8f2;
}

.list>li a,
.list>li li {
    color: #e8e8e8;
    overflow: hidden;
    font-size: 16px;
}

a:focus,
a:hover {
    color: #3fc8f2;
    text-decoration: none;
}

.list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.navbar-right .dropdown-menu {
    right: -28px;
    left: auto;
    top: 64px;
}

/* About Us */

/*About Us Section */

.parallax-about {
    background-image: linear-gradient(rgba(159, 20, 25, 0.8), rgba(159, 20, 25, 0.8)), url(images/education.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

/* 

.top-margin {

    margin-top: 131px;

} */

.about-content h2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0px;
    font-weight: 600;
}

.breadcrumb {
    padding: 10px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
}

.breadcrumb>.active {
    color: #f1c52e;
}

.breadcrumb-text {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-text:focus,
.breadcrumb-text:hover {
    color: #f1c52e;
    text-decoration: none;
}

.about-text-1 p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 14px;
    text-align: justify;
    color: #51565f;
    line-height: 1.5em;
}

.certificate-color {
    /* border: 1px solid #f9f9f9; */
    padding: 21px 0px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.certi-shadow {
    padding: 10px 30px;
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.coaches-text {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    color: #51565f;
    text-align: center;
}

.gray-bg-5 {
    background-image: linear-gradient(rgba(0, 0, 0, -1.2), rgba(0, 0, 0, 0.8)), url(images/tes3.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10px;
    padding-bottom: 15px;
    border-radius: 0px;
    min-height: 250px;
}

.client-name {
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    color: #05b5c2;
}

.testimonial .fa.fa-quote-right {
    color: #fff;
    font-size: 30px;
}

.testimonial p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
    margin-top: 10px;
    color: #fff;
}

.testimonial img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #5db4c0;
}

.testimonial .carousel-indicators li {
    background-color: #5db4c0;
    height: 8px;
    width: 8px;
    margin: 3px;
}

.testimonial .carousel-indicators li.active {
    background-color: #888383;
}

.testimonial .carousel-indicators {
    bottom: -30px;
}

#slider-control img {
    padding-top: 60%;
    margin: 0 auto;
}

@media screen and (max-width: 992px) {
    #slider-control img {
        padding-top: 70px;
        margin: 0 auto;
    }
}

@media (min-width: 1024px) {
    .coaching-service ol li {
        padding: 0px;
    }
}

.carousel-showmanymoveone .carousel-control {
    width: 4%;
    background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
    margin-left: 5px;
}

.carousel-showmanymoveone .carousel-control.right {
    margin-right: 5px;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
    display: none;
}

@media all and (min-width: 768px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -50%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 50%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
        display: block;
    }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(50%, 0, 0);
        transform: translate3d(50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

@media all and (min-width: 992px) {
    .carousel-showmanymoveone .carousel-inner>.active.left,
    .carousel-showmanymoveone .carousel-inner>.prev {
        left: -16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.active.right,
    .carousel-showmanymoveone .carousel-inner>.next {
        left: 16.666%;
    }
    .carousel-showmanymoveone .carousel-inner>.left,
    .carousel-showmanymoveone .carousel-inner>.prev.right,
    .carousel-showmanymoveone .carousel-inner>.active {
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner .cloneditem-2,
    .carousel-showmanymoveone .carousel-inner .cloneditem-3,
    .carousel-showmanymoveone .carousel-inner .cloneditem-4,
    .carousel-showmanymoveone .carousel-inner .cloneditem-5,
    .carousel-showmanymoveone .carousel-inner .cloneditem-6 {
        display: block;
    }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
    .carousel-showmanymoveone .carousel-inner>.item.active.right,
    .carousel-showmanymoveone .carousel-inner>.item.next {
        -webkit-transform: translate3d(16.666%, 0, 0);
        transform: translate3d(16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.active.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev {
        -webkit-transform: translate3d(-16.666%, 0, 0);
        transform: translate3d(-16.666%, 0, 0);
        left: 0;
    }
    .carousel-showmanymoveone .carousel-inner>.item.left,
    .carousel-showmanymoveone .carousel-inner>.item.prev.right,
    .carousel-showmanymoveone .carousel-inner>.item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

/* 

@media screen and (min-width: 480px) {

#getassessment {

    position: fixed;

    right: 1%;

    bottom: 8%;

    display: block;

    z-index: 10;

  }

  #ourCoaches {

    position: fixed;

    left: 1%;

    bottom: 8%;

    display: block;

    z-index: 10;

}

} */

.light-bg {
    background-color: #f5f5f5;
    padding-top: 10px;
    padding-bottom: 10px;
}

#what-we-do {
    background: #ffffff;
}

#what-we-do .card {
    padding: 1rem !important;
    border: none;
    margin-bottom: 1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#what-we-do .card:hover {
    -webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    -moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
    box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}

#what-we-do .card .card-block {
    padding-left: 50px;
    position: relative;
}

#what-we-do .card .card-block a {
    color: #007b5e !important;
    font-weight: 700;
    text-decoration: none;
}

#what-we-do .card .card-block a i {
    display: none;
}

#what-we-do .card:hover .card-block a i {
    display: inline-block;
    font-weight: 700;
}

#what-we-do .card .card-block:before {
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #007b5e;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
}

#what-we-do .card .block-1:before {
    content: "\f0e7";
}

#what-we-do .card .block-2:before {
    content: "\f0eb";
}

#what-we-do .card .block-3:before {
    content: "\f00c";
}

#what-we-do .card .block-4:before {
    content: "\f209";
}

#what-we-do .card .block-5:before {
    content: "\f0a1";
}

#what-we-do .card .block-6:before {
    content: "\f218";
}

#what-we-do .card .block-7:before {
    content: "\f211";
}

#what-we-do .card .block-8:before {
    content: "\f213";
}

#what-we-do .card .block-9:before {
    content: "\f20e";
}

#what-we-do .card:hover .card-block:before {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

/*close aboutus */

/* start services */

.parallax-services {
    background: linear-gradient( rgba(53, 92, 125, 0.8), /* #355c7d */
    rgba(108, 91, 123, 0.8), /* #6c5b7b */
    rgba(192, 108, 123, 0.8)/* #c06c7b */
    ), url(images/contactus.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

.service-bg {
    background-color: #f6f6f6;
    padding-top: 50px;
    padding-bottom: 30px;
}

.tab-heading h3 {
    color: #05b5c2;
    font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    margin-bottom: 10px;
    margin-top: 0px;
}

.tab-bg {
    background-color: #f5f5f5;
    padding: 30px;
    padding-bottom: 0px;
    border-radius: 25px;
}

@media (min-width: 768px) {
    .brand-pills>li>a {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
    li.brand-nav.active a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 9px solid #428bca;
        position: absolute;
        top: 50%;
        margin-top: -20px;
        left: 100%;
        z-index: 2;
    }
}

.tab_container .tab-content p,
.tab_container .tab-content li,
.tab_container .tab-content h3 {
    -webkit-animation: fadeInScale 0.7s ease-in-out;
    -moz-animation: fadeInScale 0.7s ease-in-out;
    animation: fadeInScale 0.7s ease-in-out;
}

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

/*Content Animation*/

@keyframes fadeInScale {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    100% {
        transform: scale(1);
        opacity: 1;
    }
}

.box-services-blue {
    width: 100%;
    height: 335px;
    padding: 20px;
    color: #fff;
    transition: all .5s ease;
    background-color: #87ceeb;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-services-yellow {
    width: 100%;
    height: 335px;
    padding: 20px;
    color: #fff;
    transition: all .5s ease;
    background-color: #fc7f0c;
    font-family: 'Montserrat', sans-serif;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.offer {
    text-align: center;
    color: #fc7f0c;
    margin-top: 60px;
}

/*close services */

/*entrprise services */

.img-padding {
    margin-top: -110px;
}

.card-title {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.card-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    color: #000;
}

.coaching-service-5 ol {
    margin: 0 0 3px 0;
    counter-reset: li;
    list-style: none;
    padding: 10px;
}

.coaching-service-5 ol li {
    position: relative;
    margin: 0 0 10px 3em;
    padding: 4px 8px 4px 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
}

ol.coaching-service-5 li:before,
.coaching-service-5 ol li:before,
.coaching-service-5 ol li:before {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    top: 0px;
    left: -40px;
    width: 30px;
    height: 30px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 8px;
    padding: 4px;
    /* border: 2px solid #ff6600;

    background: rgba(248,248,248,1);*/
    font-weight: bold;
    text-align: center;
}

/*close entrprise services */

.parallax-contactus-1 {
    background: /* gradient overlay */
    linear-gradient( to bottom, rgba(203, 53, 107, 0.6), /* #cb356b */
    rgba(189, 63, 50, 0.5)/* #bd3f32 */
    ), /* bottom image */
    url(images/blog.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 75px;
    padding-bottom: 75px;
}

/*Contact sectiom*/

.content-header {
    font-family: 'Montserrat', sans-serif;
    color: #fcc500;
    font-size: 45px;
}

.section-content {
    text-align: center;
}

#contact {
    background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(images/contact.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Teko', sans-serif;
    padding-top: 60px;
    width: 100%;
    height: 100%;
    color: #fff;
}

.contact-section {
    padding-top: 40px;
    padding-bottom: 50px;
}

/*.contact-section .col-md-6{

  width: 50%;

}*/

.form-line {
    background: rgba(0, 0, 0, 0.3);
    padding: 25px;
}

.form-group {
    margin-top: 10px;
}

label {
    font-size: 1.3em;
    line-height: 1em;
    font-family: 'Montserrat', sans-serif;
}

.form-control {
    font-size: 1.0em;
}

/*textarea.form-control {

    height: 135px;

}*/

.submit {
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff;
}

button:focus {
    outline: none;
}

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 50%;
    margin-left: -1.5px;
}

.timeline>li {
    margin-bottom: 20px;
    position: relative;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}

.timeline>li:after {
    clear: both;
}

.timeline>li>.timeline-panel {
    width: 46%;
    float: left;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    color: #fff;
    padding: 20px;
    position: relative;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
}

.timeline>li>.clr-1:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d24a43;
    border-right: 0 solid #d24a43;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.clr-1:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #d24a43;
    border-right: 0 solid #d24a43;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.clr-2:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #77b97e;
    border-right: 0 solid #77b97e;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.clr-2:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #77b97e;
    border-right: 0 solid #77b97e;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.clr-3:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #1d6887;
    border-right: 0 solid #1d6887;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.clr-3:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #1d6887;
    border-right: 0 solid #1d6887;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.clr-4:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #e99707;
    border-right: 0 solid #e99707;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.clr-4:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #e99707;
    border-right: 0 solid #e99707;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.clr-5:before {
    position: absolute;
    top: 26px;
    right: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 15px solid #d86a43;
    border-right: 0 solid #d86a43;
    border-bottom: 15px solid transparent;
    content: " ";
}

.timeline>li>.clr-5:after {
    position: absolute;
    top: 27px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #d86a43;
    border-right: 0 solid #d86a43;
    border-bottom: 14px solid transparent;
    content: " ";
}

.timeline>li>.timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 45px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 50%;
    margin-left: -25px;
    background-color: #999999;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
}

.timeline>li.timeline-inverted>.timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
}

.timeline>li.timeline-inverted>.timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}

.timeline-body>p,
.timeline-body>ul {
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}

.timeline-body>p+p {
    margin-top: 5px;
}

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }
    ul.timeline>li>.timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }
    ul.timeline>li>.timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }
    ul.timeline>li>.timeline-panel {
        float: right;
    }
    ul.timeline>li>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }
    ul.timeline>li>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }
}

.timeline-bg {
    background-image: url(images/website.png);
}

.margin_bottom30 {
    margin-bottom: 30px;
}

.margin_left10 {
    margin-left: 10px;
}

.blog-content {
    padding: 10px;
}

.bg-white {
    background-color: #fff;
}

.blog-content h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.blog-content p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
    font-size: 12px;
}

.blog-head h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.blog-head p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    text-align: justify;
    font-size: 13px;
}

.box-shadow-1 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22)
}

.heading-bold {
    font-size: 24px;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    margin-top: 0px;
}

.paragraph-text2 {
    padding-top: 5px;
    color: #7d7d7d;
    font-weight: bold;
    font-size: 16px;
}

/*register form*/

.form-bg-clr {
    background-color: #ddd;
    box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.12), 0 1px 6px 0 rgba(0, 0, 0, 0.12);
    padding: 25px;
    display: grid;
}

form-control {
    font-size: 1.0em;
}

.form-request {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #999999;
    background-color: #fff;
    background-image: none;
    border: none;
    border-radius: 0px;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

button {
    border-radius: 4px;
    background-color: rgba(19, 29, 51, 0.6);
    border: none;
    color: #FFFFFF;
    text-align: center;
    font-size: 14px;
    padding: 10px;
    /* width: 130px; */
    transition: all 0.5s;
    cursor: pointer;
    margin: 5px;
    margin-top: 15px;
}

.button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.button span:after {
    content: '\00bb';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
}

.button:hover span {
    padding-right: 25px;
}

.button:hover span:after {
    opacity: 1;
    right: 0;
}

/*register form*/