body {
    overflow-x: hidden;
}

.top-header-area {
    background-color: #1964B6;
    border-bottom: 1px solid #1964B6;
}

#oagNav .nav-brand {
    max-width: 80px;
    display: block;
    padding: 4px 0;
}

#oagNav > div > div.col-4 > div > a {
    max-width: 92px;
    padding-top: 18px;
}

.oag-main-menu .classy-navbar {
    padding-left: 0;
    padding-right: 0;
    padding: 0;
}
/***** Slider home **************/

.slider-area .single-slider {
    height: 760px;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2
}

@media (max-width: 767px) {
    .slider-area .single-slider {
        height: 600px
    }
}

.slider-area .single-slider .slider-content {
    background: transparent;
    padding: 73px 56px 100px 50px;
    position: relative;
    z-index: 9;
    display: inline-block;
    font-family: "Raleway", sans-serif;
    color: #ffffff;
    line-height: 1.2;
}

.slider-area .single-slider .slider-content .slide-title{
    font-size: 42px;
}
.slider-area .single-slider .slider-content .slide-subtitle{
    font-size: 24px;
    line-height: 35px;
    color: #fff;
    opacity: 1;
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content {
        padding: 73px 40px 100px 40px
    }
}

.slider-area .single-slider .slider-content .slide-subtitle p {
    color: #ffffff;
    font-size: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content h3 {
        font-size: 25px;
        line-height: 45px;
        margin-bottom: 10px
    }
}

.slider-area .single-slider .slider-content a i {
    font-size: 14px;
    padding-left: 5px
}

.slider-area .single-slider .slider-content .slider-btn {
    position: absolute;
    bottom: 0;
    left: 55px
}

@media (max-width: 767px) {
    .slider-area .single-slider .slider-content .slider-btn {
        left: 40px
    }
}

.slider-area .slider-active .owl-dots {
    position: absolute;
    top: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    right: 100px
}

.slider-area .slider-active .owl-dots div {
    width: 15px;
    height: 15px;
    background: transparent;
    display: block;
    margin: 13px 0;
    border-radius: 50%;
    border: 2px solid #f58212
}

.slider-area .slider-active .owl-dots div .active {
    background: #f58212
}

.slider-area .slider-active .owl-dots div.active {
    background: #f58212
}
.slider-area .single-slider {
    height: 600px;
}
.overlay {
    position: relative;
    z-index: 0
}

.overlay::before {
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
#oagNav .classy-menu {
    padding: 2px 2px 5px 5px;
    /*line-height: 60px;*/
}

.form-control:focus {
    outline: 0;
}

.newsletter-form p {
    color: #cdcdcd;;
}

#btn-newletter {
    color: #ffffff;
    min-height: 32px;
}
.home-news-slide .card-block h3{
    font-size: 16px;
    line-height: 24px;
}
.home-news-slide .card-block h3,
.home-news-slide .card-block a,
.home-news-slide .card-block p {
    color: #ffffff;
}
.home-news-slide .card-block a.btn-app
,.home-news-slide .card-block p {
    font-size: 12px;
    line-height: 22px;
}

.footer-inner .list-icons li, .footer-inner .list li {
    padding: 5px 0;
    text-align: left;
}

.footer-inner .list-icons li i {
    min-width: 25px;
    text-align: center;
}

.footer-content ul.menu-left li {
    padding: .8rem 0;
    list-style: none;
    border-bottom: 1px dotted #5c5a5a;
    text-align: left;
    color: #cdcdcd;
}

.footer h2.title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
}

.footer-content ul.menu-left li a {
    color: #cdcdcd;
    font-weight: 300;
}

.footer-content h2.title {
    font-size: 22px;
    text-transform: none;
    margin-bottom: 10px;
    text-align: left;
    color: #ffffff;
}

.footer-content .form-control {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #353535;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.8);
    color: #cdcdcd;
}

.footer-menu div {
    line-height: 30px;
    display: flex;
    justify-content: space-between;
}

.footer-menu a {
    color: white;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 12px;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 12px;
}

.subfooter-inner .copyright {
    background-color: #363636;
    color: #d4d4d4;
    font-size: 11px;
    font-family: "Open Sans";
    font-weight: 400;
    line-height: 25px;
}

#footer-logo img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 90px;
}

#footer .social {
    display: inline-block;
    font-weight: 700;
}

.social p {
    color: #d4d4d4;
    /*text-transform: uppercase;*/
    font-size: 12px;
}

.social a {
    display: inline-block;
    height: 30px;
    width: 30px;
    margin-right: 4px;
    border: 1px solid #f5f5f5 !important;
    border-radius: 50%;
    color: #f5f5f5;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
}

.btn.btn-app {
    background-color: #f58212;
    border-color: #f58212;
    color: #ffffff;
}
.pagination li a {
    min-width: 50px;
    text-align: center;
    font-size: 18px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f58212;
    border-color: #f58212;
}
.btn.btn-app:hover {
    background-color: #dc7410;
    border-color: #dc7410;
    color: #ffffff;
}

.has-feedback .form-control-feedback {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    top: 0;
    right: 0;
    color: #cdcdcd;
    position: absolute;
    text-align: center;
    margin-top: 0;
}

.form-ajax-3 input[type=submit] {
    float: left;
}

.popular-courses-area .single-popular-course {
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 15px;
}

.oag-main-menu .classy-navbar .nav-brand {
    margin-right: 0;
}

@media (min-width: 1266px) {
    .container {
        /*max-width: 1250px;*/
        max-width: 1070px;
    }
}

.slick-initialized .slick-slide {
    padding: 0 5px;
    min-height: 405px;
}

.customer-logos.slick-initialized .slick-slide {
    min-height: auto;
    max-height: 100px;
}

.customer-logos.slick-initialized .slick-slide a {
    display: block;
    max-width: 120px;
}

#home-projects .single-popular-course .course-content h4 a {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #f58212;
    font-weight: 300;
}
.single-popular-course .course-content p {
    font-size: 13px;
    text-align: justify;
}
.single-cool-facts-area .icon {
    color: #f58212;
    background: transparent;
    font-size: 18px;
}
h1{
    color: dodgerblue;
}

.classy-nav-container {
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.15);
    background-color: white;
    border-bottom: 5px solid #33ccff;
}
.download-btn.btn{
    background: transparent;
    border: 1px solid;
    color: #fff !important;
    padding: 4px 15px !important;
}
.projects h1 {
    font-size: 15px;
    line-height: 22px;
    color: #1964B6;
}
.h4, h4 {
    font-size: 14px;
}
.social a.twitter a:hover {
    border-color: #55acee;
}
#newsletter-form-bottom{
    margin-bottom: 20px;
}
.social a.twitter:hover,
.social a.twitter:after {
    background-color: #55acee;
    border-color: #55acee !important;
    color: #ffffff;
}

.social a.skype a:hover {
    border-color: #00aff0;
}

.social a.skype:hover,
.social a.skype:after {
    background-color: #00aff0;
    border-color: #00aff0 !important;;
    color: #ffffff;
}

.social a.linkedin a:hover {
    border-color: #0976b4;
}

.social a.linkedin:hover,
.social a.linkedin:after {
    background-color: #0976b4;
    border-color: #0976b4 !important;;
    color: #ffffff;
}

.social a.googleplus a:hover {
    border-color: #dd4b39;
}

.social-links:not(.animated-effect-1) li.googleplus a:hover,
.colored.social-links li.googleplus a,
.social a.googleplus a:after,
.btn.googleplus {
    background-color: #dd4b39;
    border-color: #dd4b39;
    color: #ffffff;
}

.social a.youtube a:hover {
    border-color: #b31217;
}

.social a.youtube:hover,
.social a.youtube:after {
    background-color: #b31217;
    border-color: #b31217 !important;;
    color: #ffffff;
}

.social a.facebook a:hover {
    border-color: #3b5998;
}

.social a.facebook:hover,
.social a.facebook:after {
    background-color: #3b5998;
    border-color: #3b5998 !important;;
    color: #ffffff;
}

.social a.instagram:hover {
    border-color: #517fa4;
}

.social a.instagram:hover,
.social a.instagram:after {
    background-color: #517fa4;
    border-color: #517fa4 !important;;
    color: #ffffff;
}

.more-back-link-content {
    font-weight: 500;
    border-bottom: 1px solid #db7818;
    padding-bottom: 2px;
    color: #db7818;
    font-size: 13px;
}

.side-title {
    color: #1964B6;
    font-size: 18px;
}

.side-opportunities li a {
    color: #5a5a5a;
    font-weight: 400;
    font-size: 13px;
    line-height: 24px;
}

.side-opportunities li a:hover {
    color: #1964B6;
}

.projects-stats .single-cool-facts-area {
    background-color: #1964B6;
}

.projects-stats .single-cool-facts-area h2 .counter,
.projects-stats .single-cool-facts-area h5 {
    color: #ffffff;
}

.form-group {
    position: relative;
}

.contact_form .form-group .form-control {
    font-size: 13px;
    line-height: 26px;
    color: #999;
    border: 1px solid #eeeeee;
    font-family: Quicksand;
    border-radius: 0px;
    padding-left: 40px;
    height: 35px;
    border: 1px solid #eaeaea;
    /* padding: 0 10px; */
    background-color: #fff;
    font-size: 13px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

.contact_form .form-group textarea.form-control {
    height: 135px;
}

.contact_form .form-group .form-control ~ i {
    position: absolute;
    top: 10px;
    left: 15px;
}

.contact_form .badge-danger {
    display: none;
}

.side-rigth {
    border-left: 1px solid rgba(0, 0, 0, .125);
    background-color: #fff;
}

.title-contact {
    padding-bottom: 5px;
    font-size: 25px;
    margin-bottom: 20px;
    color: #1964B6;
}

#contact-page h4 {
    font-size: 18px;
}

.card-orange {
    background-color: #db7818;
    border-bottom: none;
    color: #fff;
}

.card-blue {
    background-color: #1964B6;
    border-bottom: none;
    color: #fff;
}

.card-blue .side-title,
.card-orange .side-title,
.card-orange .card-text,
.card-blue .card-text {
    color: #fff;
}

.about-us-page {
    background: #f5f5f5;
    padding: 50px 0;
    padding-bottom: 15px;
}

.about-us-page .projects-stats .single-cool-facts-area {
    background-color: transparent;
    border: 0;
}

.about-us-page .projects-stats .single-cool-facts-area h5,
.about-us-page .projects-stats .single-cool-facts-area h2 .counter {
    color: #6c6c6c;
}

.about-us-page .single-cool-facts-area h2 {
    font-size: 30px;
    margin-top: 5px;
}

.oag-main-menu .breakpoint-off .classynav ul li .dropdown {
    left: unset;
}

.oag-main-menu .classynav ul li {
    position: relative;
}

.classynav ul li .dropdown li a {
    border-bottom: 0;
    display: inline-block;
    width: 100%;
    font-size: 13px;
    line-height: 1;
    height: unset;
    padding: 5px 20px;
}

.breakpoint-off .classynav ul li .dropdown {
    width: 240px;
}

/*Clients sliders*/
/* carousel */
.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
    margin-top: 30px;
}

/* Previous button  */
.media-carousel .carousel-control.left {
    left: -12px;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

/* Next button  */
.media-carousel .carousel-control.right {
    right: -12px !important;
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    height: 40px;
    width: 40px;
    margin-top: 30px
}

/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 100px
}

/* End carousel */
.customer-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #dae6ef;
}

.customer-section hr {
    width: 100%;
    margin-top: 10px;
    position: relative;
    border-color: #e2e2e2;
    margin: 0;
    top: 11px;
}

.customer-section .innerContainer {
    text-align: center;
    margin-bottom: 15px;
    background: transparent;
}

.customer-section span {
    font-weight: 400;
    background-color: transparent;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 20px;
    margin-bottom: 15px;
    color: #6c6c6c;
    display: inline-block;
    z-index: 1;
    position: relative;
}

/***
Header and header elements
***/
.header-blue-bar {
    /*box-shadow: 0 1px 3px #ddd;*/
    background: #fff;
    border-radius: 0;
    z-index: 999;
    position: relative;
    height: auto;
    border: 0;
}

.header-blue-bar .header-top {
    background-color: #f58212;
    width: 100%;
}

.header-blue-bar .header-top .nav-top {
    display: inline-block;
    background-color: #1964B6;
    position: relative;
    margin-right: -15px;
    padding-right: 7px;
}

.header-blue-bar .header-top .nav-top li {
    display: inline-block;
    padding-left: 20px;
}

.header-blue-bar .header-top .nav-top li:first-child {
    display: inline-block;
    padding-left: 20px;
}

.header-blue-bar .header-top .nav-top li:last-child {
    padding-right: 10px;
    padding-bottom: 1px;
    padding-top: 2px;
}

.header-top .nav-top .corner {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 40px 25px 0;
    border-color: transparent #1964B6 transparent transparent;
    position: absolute;
    top: 0;
    left: -60px;
}

.header-blue-bar .header-top .nav-top li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-top .exhibit, .header-top .myspace-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

#header-language {
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    position: relative;
}

.dropdown-toggle.language-select {
    background-color: #1964B6;
}

.current-currency, .current-language {
    font-size: 1em;
}

.language-item span,
.the-group > a span,
span.language-item {
    margin: 0 10px;
    font-size: 13px;
}

.language-item, .the-group > a * {
    color: #ffffff;
    text-decoration: none;
}

.header-top .my {
    color: #f58212;
}

#header-language-list {
    background-color: #2d3f68;
}

#header-language-list {
    width: 115px;
    border: rgba(255, 255, 255, .5) solid;
    top: 18px;
    left: -10px;
    z-index: 10;
    padding: 5px 0;
    position: absolute;
}

.header-top .exhibit {
    /*margin-right: 25px;*/
}

.header-blue-bar .internal-menu {
    background: #f0f3f5;
    border-radius: 0;
    position: relative;
    height: 45px;
    border: 1px solid rgba(0, 0, 0, .1);
    border-top: 0;
}

.header-blue-bar .internal-menu .own-quotations-request {
    display: inline-block;
    flex-direction: row;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 3px;
    color: #505763;
    font-weight: 400;
    height: 45px;
    line-height: 20px;
    padding: 12px 10px;
    white-space: nowrap;
}

#header-search-group {
    max-width: 400px;
    position: relative;
    top: 10px;
}

#header-search-group button {
    height: 34px;
    background-color: #f15a24;
    color: #ffffff;
    border-radius: 0;
}

#header-search-group button[type=submit] {
    border-bottom-right-radius: 2px;
    border-top-right-radius: 2px;
}

.header-blue-bar .internal-menu .own-menu,
.header-blue-bar .internal-menu .own-cart {
    font-size: 25px;
    color: #686f7a;
    display: inline-block;
    padding: 0;
}

.header-blue-bar .internal-menu .own-cart #cart-count {
    /*position: absolute;*/
    /*top: 0px;*/
    color: #f15a24;
    font-size: 20px;
}

.header-blue-bar .internal-menu .own-menu,
.header-blue-bar .internal-menu .user-info {
    position: relative;
    top: 8px;
}

.header-blue-bar .internal-menu .user-info {
    margin-left: 15px;
}

.header-blue-bar .internal-menu .user-info i {
    font-size: 18px;
    color: #686f7a;
}

.header-blue-bar .internal-menu .user-info span {
    top: -2px;
    position: relative;
    margin-left: 2px;
    color: #686f7a;
}

.header-blue-bar .header-top .nav-top li:first-child {
    display: inline-block;
    padding-left: 20px;
}

#header-language {
    color: rgba(255, 255, 255, .5);
    cursor: pointer;
    position: relative;
}

#header-language-selector .dropdown-menu, .the-group .dropdown-menu {
    min-width: 100px;
    background-color: #1964B6;
    border: 0;
    margin-top: 4px;
    border-radius: 0;
    padding: 0;
}
#header-language-selector .dropdown-menu a{
    font-size: 13px;
}
.header-blue-bar .header-top .nav-top li a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    font-weight: 400;
    color: #fff;
}

.header-top .exhibit, .header-top .myspace-btn {
    font-size: 11px;
    text-transform: uppercase;
    color: #fff;
    cursor: pointer;
}

#home-news-items .slick-dots li button {
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
}

#home-news-items .slick-dots li button::before {
    font-size: 16px;
    line-height: 20px;
    border-radius: 0;
    top: 20px;
}

#home-news-items .slick-dots li.slick-active button:hover::before,
#home-news-items .slick-dots li.slick-active button::before {
    color: #f58212;
}

@media only screen and (max-width: 767px) {
    .header-top {
        display: none;
    }
    .projects-stats .single-cool-facts-area{
        margin-bottom: 25px;
        min-height: 165px;
    }
    .popular-courses-area .single-popular-course{
        max-height: unset;
    }
    .breakpoint-on .classy-navbar-toggler{
        margin-top: -20px;
    }
    .about-us-page .elementor-heading-title{
        text-align: center;
    }
}
.footer-inner .social{
    text-align: left;
}
.footer-terms {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #787878;
    display: block;
    width: 100%;
    text-align: left;
}
.top-footer-area{
    padding-top: 40px;
}
.footer-terms a{
    font-size: 11px;
    line-height: 16px;
    color: #fff;
    border-right: 1px solid #fff;
    margin-right: 8px;
    padding-right: 8px;
}
.footer-terms a:hover{
    text-decoration: underline;
}
.footer-terms a:last-child {
    border-right: 0 solid #d4d4d4;
    margin-right: 0;
    padding-right: 0;
}