.navbar-fixed-bottom,
    .navbar-fixed-top {
        position: relative;
        background: #ffffff;
    }
.header-top {
    min-height: 70px;
    position: absolute;
    width: 100%;
    z-index: 111;
}
.header-top .logo {
    position: relative;
    font: 24px verdana;
    margin: 10px auto;
}
#menu-style,
#menu-style ul,
#menu-style ul li,
#menu-style ul li a,
#menu-style #menu-button {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-sizing: border-box;
}
#menu-style ul {
    z-index: 111;
    margin-bottom: 0;
    -webkit-padding-start: 0px;
}
#menu-style:after,
#menu-style > ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
#menu-style {
    line-height: 1;
    margin: 15px 0;
    float: right;
}
#menu-style > ul > li {
    float: left;
}
#menu-style > ul > li > a {
    padding: 15px 15px 15px 15px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    outline: none;
    position: relative;
    z-index: 111;
}

#menu-style > ul > li::before, #menu-style > ul > li::after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    border: 2px solid #c1331b;
    border-radius: 50%;
    content: '';
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
    -moz-transition: -moz-transform 0.3s, opacity 0.3s;
    transition: transform 0.3s, opacity 0.3s;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.2);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.2);
    transform: translateX(-50%) translateY(-50%) scale(0.2);
}
#menu-style > ul > li::after {
    width: 60px;
    height: 60px;
    border-width: 6px;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
    -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
    transform: translateX(-50%) translateY(-50%) scale(0.8);
}

#menu-style > ul > li:hover::before, #menu-style > ul > li:hover::after, #menu-style > ul > li:focus::before, #menu-style > ul > li:focus::after {
    opacity: 1;
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
}

.sub-header-fixed #menu-style > ul > li > a {
    padding: 15px 15px 29px 15px;
}
#menu-style > ul > li > a.active {
    color:#EF4C23;
}
.blackMenu #menu-style > ul > li > a.active {
    color:#EF4C23;
}
#menu-style > ul > li.has-sub > a {
    padding-right: 25px;
}
.blackMenu #menu-style > ul > li.has-sub > a::after {
    border-bottom: 1px solid #14213d;
    border-right: 1px solid #14213d;
}
#menu-style > ul > li.has-sub > a::after {
    position: absolute;
    top: 18px;
    right: 13px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#menu-style ul ul {
    position: absolute;
    left: -9999px;
    /*padding-top: 13px;*/

}
.sub-header-fixed #menu-style ul ul {
    padding-top: 3px;
}
.sub-header-fixed #menu-style ul ul ul {
    padding-top: 0;
}
.sub-header-fixed #menu-style {
    margin-top: 6px;
}
#menu-style ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}
#menu-style ul ul li a {
    padding: 14px 20px;
    width: 160px;
    font-size: 12px;
    /*background: #fff;*/
    text-decoration: none;
    color: #fff;
    -webkit-transition: color .2s ease;
    -moz-transition: color .2s ease;
    -ms-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
    font-weight: 400;
    text-transform: uppercase;
}
#menu-style ul ul li.has-sub > a::after {
    position: absolute;
    top: 18px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}
#menu-style ul ul ul {
    /*margin-left: 100%;*/
    top: 0;
    padding-top: 0;
}
.sub-menu.submenu-left{
    margin-left: 100%;
}
.sub-menu.submenu-right{
    margin-left: -100%;
}
#menu-style #menu-button {
    display: none;
}
#menu-line {
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
    background:#f20a0a;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    display: none;
}
#menu-style.align-center > ul {
    font-size: 0;
    text-align: center;
}
#menu-style.align-center > ul > li {
    display: inline-block;
    float: none;
}
#menu-style.align-center ul ul {
    text-align: left;
}
#menu-style.align-right > ul > li {
    float: right;
}
#menu-style.align-right ul ul {
    text-align: right;
}
#menu-style li:hover > ul {
    left: auto;
}
#menu-style.align-right li:hover > ul {
    right: 0;
}
#menu-style.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}
#menu-style ul li:hover > ul > li {
    height: 40px;
}
#menu-style ul ul li a:hover {
    background:#EF4C23;
}
#menu-style.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}
.search-box{
    margin: 4px 0;
    line-height: 1;
    padding: 0;
    width: 200px;
}
.search-icon{
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out 0s;
}
.search-icon:hover, .search-icon i:hover{
    background: #f20a0a;
    color: #fff;
}
.search-icon i{
    color: #fff;
    padding: 9px 12px;
    -webkit-transition: all 0.3s ease-in-out 0s;
}

@media all and (min-width:768px) and (max-width: 784px){
    #menu-style,
    #menu-style ul{
        display: inline-block !important;
    }
}
@media all and (max-width: 1024px),
only screen and (-webkit-min-device-pixel-ratio: 1) and (max-width: 1024px),
only screen and (-min--moz-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 1024px),
only screen and (min-device-pixel-ratio: 2) and (max-width: 1024px),
only screen and (min-resolution: 192dpi) and (max-width: 1024px),
only screen and (min-resolution: 2dppx) and (max-width: 1024px) {
    #menu-style {
        width: 100%;
        margin-top: 3px;
    }
    .navbar-fixed-bottom,
    .navbar-fixed-top {
        position: relative;
        background: #ffffff;
    }
    #menu-style > ul > li:before{
        display: none;
    }
    #menu-style > ul > li:hover:before{
        display: none;
    }
    .sub-header-fixed #menu-style > ul > li > a {
        padding: 15px 15px 15px 15px;
    }
    #menu-style ul ul li a:hover {
        transition: all 0.6s;
        background: #fff;
    }
    #menu-style .mobilemenu {
        width: 100%;
        height: auto;
        visibility: visible !important;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        margin-top: 70px;
        background: #131541;
    }
    #menu-style ul {
        width: 100%;
        display: none;
    }
    #menu-style.align-center > ul,
    #menu-style.align-right ul ul {
        text-align: left;
    }
    #menu-style ul li,
    #menu-style ul ul li,
    #menu-style ul li:hover > ul > li {
        width: 100%;
        height: auto;
        border-top: 1px solid #ddd;
    }
    #menu-style ul li a,
    #menu-style ul ul li a {
        width: 100%;
        color: #fff;
        padding: 10px 25px;
        border-bottom: 0;
    }
    #menu-style > ul > li:hover > a {
        transition: all 0.5s;
    }
    #menu-style > ul > li,
    #menu-style.align-center > ul > li,
    #menu-style.align-right > ul > li {
        float: none;
        display: block;
    }
    #menu-style ul ul li a {
        padding: 10px 40px;
        font-size: 14px;
        color: #fff;
        background: none;
    }
    #menu-style ul ul ul li a {
        padding-left: 40px;
    }
    #menu-style ul ul,
    #menu-style ul ul ul {
        position: relative;
        left: 0;
        right: auto;
        width: 100%;
        margin: 0;
        background:#131541;
    }
    #menu-style > ul > li.has-sub > a::after,
    #menu-style ul ul li.has-sub > a::after {
        display: none;
    }
    #menu-line {
        display: none;
    }
    #menu-style #menu-button {
        display: block;
        color: #000000;
        cursor: pointer;
        font-size: 12px;
        text-transform: uppercase;
        margin-top: 5px;
        margin-bottom: 10px;
        -webkit-transition: all 0.3s ease-in-out 0s;
        padding: 23px 29px;
        float: right;
    } 
    
    #menu-style #menu-button::after {
        content: '';
        position: absolute;
        top: 20px;
        right: 20px;
        display: block;
        width: 22px;
        height: 2px;
        background: #131541;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #menu-style #menu-button::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 22px;
        height: 7px;
        border-top: 2px solid #EF4C23;
        border-bottom: 2px solid #EF4C23;
        -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #menu-style .menu-opened::after{
        content: '';
        position: absolute;
        top: 26px !important;
        right: 18px !important;
        display: block;
        width: 22px;
        height: 7px;
        border-top: 2px solid #EF4C23;
        transform: rotate(-45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    }
    #menu-style .menu-opened::before {
        content: '';
        position: absolute;
        top: 25px;
        right: 20px;
        display: block;
        width: 22px;
        height: 7px;
        border-bottom: 0 !important;
        transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in-out 0s;
    }
    .blackMenu {
        background: #fff;
        width: 100%;
        /*border-bottom: 1px solid #009cde;*/
    }
    #menu-style .submenu-button {
        position: absolute;
        z-index: 1000;
        right: 0;
        top: -10px;
        display: block;
        height: 52px;
        width: 52px;
        cursor: pointer;
    }
    #menu-style .submenu-button::after {
        content: '';
        position: absolute;
        top: 21px;
        left: 26px;
        display: block;
        width: 1px;
        height: 11px;
        background: #fff;
        z-index: 99;
    }
    #menu-style .submenu-button::before {
        content: '';
        position: absolute;
        left: 21px;
        top: 26px;
        display: block;
        width: 11px;
        height: 1px;
        background: #fff;
        z-index: 99;
    }
    #menu-style .submenu-button.submenu-opened:after {
        display: none;
    }
    .mob_nav {
        opacity: 0.9;
        padding: 0;
        position: relative;
        right: 0;
        margin-top: -70px;
        width: 100%;
    }
    #menu-style > ul > li::after {
        border: none;
    }
}


.contact-content .widget_sow-icon {
    margin-bottom:15px;
}
.find-course p {
    color:#fff;
    font-size:18px;
    line-height:15px;
    margin:0;
}
.find-course h2 {
    color:#fff;
    font-size:45px;
    line-height:35px;
    margin:35px 0 40px;
    font-weight:normal;
}
.find-course label {
    width:100%;
}
.find-course input {
      width: 100%;
    height: 53px;
    border-radius:30px 0 0 30px;
    padding: 5px 15px 5px 15px;
    border: none;
}
.find-course input::placeholder {
    font-weight:normal;
    color:ccc;
}
.find-course input:focus {
    outline:none;
    box-shadow:none;
}
.find-course .btn {
      box-sizing: border-box;
    font-size: 1em;
    padding: 1em;
    background: #c1331b;
    color: #ffffff !important;
    border:none;
    border-radius:0 30px 30px 0;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
    margin: 0 0 0 0;
      width: 100%;
}
.find-course .btn:focus {
    outline:none;
    box-shadow:none;
}
.footer-wrap {
    background: #c1331b;
}
.footer-wrap .copyright p a {
    color:#fff !important;
}
.footer-wrap .copyright p a:hover {
    color:#2e2624 !important;
}
.footer-box {
    padding-bottom:0;
}
.footer-box .sow-image-container .so-widget-image {
    width:60%;
}
.footer-widget h6 {
    font-size:24px;
    font-weight:lighter;
    line-height: 17px;
    margin-bottom: 20px;
}
.heading-wrap .heading-title h4 {
    font-size: 32px;
    padding: 130px 0 60px;
    line-height:55px;
}
.content.blog-layout {
    padding:50px 15px;
}
.blog-menu-area.sidebar {
    padding:50px 15px;
}
.content.blog-layout .title-data h2 a {
    font-weight:600;
}
.content.blog-layout .title-data h2 {
    margin-bottom:10px;
}
.blog-Meta-Tag {
    margin-bottom:7px;
}
.content.blog-layout p {
    line-height:27px;
    font-size:14px;
    margin:0;
}
.blog-Meta-Tag .single-blog-author, .blog-Meta-Tag .single-blog-date {
    display:inline-block;
    vertical-align:middle;
    width:auto;
    margin-right:10px;
    color:#666;
    font-size:12px;
}
.content.blog-layout .btn-light {
    font-size: 12px;
    padding: 0;
    background: none;
    color: #c1331b;
    border-radius: 0;
    border: none;
}

.blog-content .blog-images a .img-responsive {
    min-height:225px;
    max-height:225px;
    width: 100%;
    max-width: 100%;
}
.blog-content-area {
    padding: 0;
}
.blog-layout .blog-content .blog-images {
    margin:0;
}
.blog-layout .blog-content {
    display: inline-block;
    vertical-align: top;
      margin-bottom: 30px;
}
.blog-layout .row:last-child .blog-content {
    margin-bottom:0;
}
.search-form label {
    margin-bottom:0;
}
.single-blog-content .title-data h2 a {
    font-weight: 500;
  font-size: 24px;
}
.single-blog-content .title-data h2 {
    line-height:25px;
    margin-bottom:10px;
}
.single-post-meta .single-blog-author, .single-post-meta .single-blog-date {
    display:inline-block;
    vertical-align:middle;
    width:auto;
    margin-right:10px;
    color:#666;
    font-size:13px;
}
.single-post-meta {
    margin: 0 0 15px 0;
}
.single-blog-content .single-blog-images {
    margin-bottom:20px;
}
.single-blog-content p {
    padding: 0;
}
.single-blog-content-area {
    max-width: 100%;
}
.content {
    padding: 50px 15px;
}
.comment-form {
    padding: 0;
}
.comment-form p.form-submit {
    margin:0;
    background:none;
    box-shadow:none;
    padding:0;
}
.comment-respond .comment-reply-title {
    margin:0 0 10px;
    line-height:20px;
}
.comment-form textarea {
    margin:0;
}
.fixed-header.header-top .logo img {
    max-height: 53px;
}
.sow-form-field-textarea .sow-field-container textarea {
    height:150px;
}
.comment-form .form-submit input {
    box-sizing: border-box;
    font-size: 1em;
    padding: 1em;
    background: #c1331b;
    color: #ffffff !important;
    border: none;
    border-radius: 30px;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
        font-weight: normal;
}
.comment-form .form-submit:hover::before {
    background:none;
    box-shadow:none;
    content:none;
}
.comment-form p.form-submit:before {
    content:none;
}
.widget-title-sidebar {
    background: none;
  font-size: 18px;
  font-weight: 600 !important;
  border-bottom: 2px solid #c1331b;
    padding:0 0 10px;
}
.comment-form .form-submit input:hover {
    background: #d3381e;
}
button.search-submit {
    background: #c1331b;
    color:#fff;
}
.blog-article {
    padding: 50px 15px;
}
.sow-features-list .sow-features-feature.sow-icon-container-position-left .sow-icon-container {
    margin-left:25px !important;
}
.sow-features-list .sow-features-feature.sow-icon-container-position-right .sow-icon-container {
    margin-right:25px !important;
}
.we-offer .sow-headline-container h1.sow-headline {
    line-height:30px !important;
    margin-bottom:30px !important;
}
.let-us .ajax-loader {
    display:none !important;
}
.widget-title-sidebar {
    line-height:15px;
}
.menu-left ul {
    margin-bottom:0;
}

@media screen and (max-width: 767px) {
    .find-course h2 {
        line-height:45px;
        font-size: 32px;
    }
    .find-course input, .find-course .btn {
        border-radius:30px;
    }
    .wpcf7-form {
        padding:0 15px;
    }
    .so-widget-sow-layout-slider-default-b2e0bb673478 .sow-slider-base ul.sow-slider-images .sow-slider-image-wrapper h1 {
        font-size:32px;
    }
    .sow-features-feature .textwidget h3 {
        font-size:18px;
    }
    .sow-features-feature .textwidget p {
        line-height:20px;
    }
    .heading-wrap .heading-title h4 {
    font-size: 32px;
    padding: 100px 0 30px;
    line-height: 42px;
}
    .content.blog-layout {
    padding: 30px 15px;
}
    .content.blog-layout .title-data h2 {
    margin: 15px 0 11px;
}
    .blog-menu-area.sidebar {
    padding: 30px 15px;
}
    .footer-box {
    padding:30px 0 20px;
}
    .content {
    padding: 30px 15px;
}
    .blog-article {
    padding: 30px 15px;
}
}