

.grecaptcha-badge {
    visibility: hidden !important;
}


html {
  scroll-behavior: smooth;
}


.hp-wrap {
    display: none;
}

.title-no-padding {padding: 0px;}

.home-slider .carousel-inner>.item>a>img, .home-slider .carousel-inner>.item>img 
{height: 667px;width:100%;object-fit: cover;}

/*--------------------------------------------------------------
1.0 Basic Setup
--------------------------------------------------------------*/
/*html {scroll-behavior: smooth;}*/
body {
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
    line-height: 1.5;
    color: #333;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

ol, ul {
    margin: 0;
    padding: 0;
    list-style:  none;
}

table  {
    margin-bottom: 0px;
    text-align: center;
    width: 100%;
    background-color: #fff;
}

table th  {
    font-weight: 600;
    text-align: center;
    border-top: 1px solid #4e595f;
    border-bottom: 1px solid #4e595f;
    padding: 10px 5px;
}

table td  {
    vertical-align: middle;
}

figure {
    margin: 0;
}


iframe {
    border: 0;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #ffffff;
}
.dropdown-menu>li>a:before{
 content:'\f101';
 color: #e04451;
 margin-right: 5px;
 font-size: 16px;
 font-family: fontawesome;
}
a {
    color: #0093d8;
    text-decoration: none;
    /* -webkit-transition: all .2s linear; */
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    /* transition: all .2s linear; */
}
a:hover {
    color: #0093d8;
    text-decoration: none;
    /* -webkit-transition: all .2s linear; */
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    /* transition: all .2s linear; */
}
a:focus {
    text-decoration: none;
    outline: 0;
}
.post-link {padding: 5px 15px !important;}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif;
   font-weight: 400;
}

/*Navbar*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 30px 22px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
}

.navbar-nav>li>a {
    line-height: 70px;
    padding: 5px 11px;
    font-size: 14px;
    margin: 0px;
    font-weight: 500;
    color: #696969;
    letter-spacing: 0px;
}

.navbar-fixed-top {
    /* top: -15px; */
    border-width: 0 0 1px;
    border-bottom: transparent;
    animation-duration: 0.3s !important;
    width: 100%;
}

.navbar-nav{
    margin-right: -7px;
}

.navbar-nav-sticky>li>a {
    color: #fff !important;
}

.navbar-fixed-top-sticky {
    /* border-bottom: 0px solid transparent; */
    background: linear-gradient(#ffffff,white)!important;
    /* box-shadow: 0px 1px 6px #949494; */
    animation-duration: 0.3s !important;
    /* box-shadow: 0px 1px 6px #484848; */
    /* box-shadow: 0px 1px 6px #d3d0d0; */
    background: linear-gradient(rgb(255, 255, 255), rgba(255,255,255,1));
}

.navbar-nav>li>.dropdown-menu>li>a {padding:5px 10px;/* border-bottom:1px solid #ddd; */}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color:#333;}

.navbar-nav>li.dropdown:after, .navbar-nav>li.dropdown:before {
    bottom: -2px;
    z-index: 10;
    opacity: 0;
    left: 30%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.navbar-nav>li.dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.navbar-nav>li.dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.navbar-nav>li.open.dropdown:before, .navbar-nav>li.open.dropdown:after {
    transition: opacity .25s;
    opacity: 1;
}
.navbar-nav>li>.dropdown-menu {border-bottom: 0px;/* margin-top: 10px; */left: 0px;box-shadow: none;border-radius: 0px;border-top: 0px;border-left: 0px;border-right: 0px;width: 245px !important;padding: 0px;background-color: #fff;}
.navbar-nav>li>.dropdown-menu>li>a {
     padding: 8px 10px !important;
     color: #121212 !important;
     background-color: transparent;
     font-size: 13px !important;
     text-transform: initial !important;
     font-weight: 500 !important;
     line-height: 25px !important;
     border-radius: 2px !important;
     letter-spacing: 0.8px;
     border-bottom: 1px solid #e6e6e6;
     }
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {background-color: transparent;}
.navbar-nav>li.dropdown:after, .navbar-nav>li.dropdown:before {
    bottom: -9px;
    z-index: 10;
    opacity: 0;
    left: 50%;
    border: solid transparent;
    content: '';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    display: none;
}
.navbar-nav>li.dropdown:before {
    z-index: -999;
    border-bottom-color: #ddd;
    border-width: 11px;
    margin-left: -11px;
}
.navbar-nav>li.dropdown:after {
    border-color: rgba(221,221,221,0);
    border-bottom-color: #fff;
    border-width: 8px;
    margin-left: -8px;
}
.navbar-nav>li.open.dropdown:before, .navbar-nav>li.open.dropdown:after {
    transition: opacity .25s;
    opacity: 1;
}

.form-control {
    background-color: #fff;
    border-radius: 0px;
    padding: 5px 10px;
    /* border: 0 none; */
    color: #333;
    border: 1px solid #ddd;
    box-shadow: none !important;
    /* height: 38px !important; */
}
.form-control:focus {
    box-shadow: 0 0 0;
}
.form-control::-webkit-input-placeholder { /*  Chrome, Safari, Opera  */
    color: #ddd;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #ddd;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #ddd;  
}
.form-control:-ms-input-placeholder {  /*  Internet Explorer  */
   color: #ddd;  
}
.btn.active:focus, .btn:active:focus, .btn:focus {
    outline: 0;
    color: #fff !important;
}
.header-menu {margin-bottom:10px;}
.header-menu ul{margin:0px;padding:0px;float:right;}
.header-menu ul li{margin:0px;padding:0px;display:inline-block;border-right:1px solid #ddd;padding:2px 10px 2px 5px;font-size: 11px;}
.header-menu ul li i {color:#0957a4;margin-right: 10px;}
.header-menu ul li:last-child{border:none;}
.header-social-wrap .social-bar{float:right;margin-top: 5px !important;}
.header-search-wrap {}
#header-search-form {width: 70%;margin-bottom: 0;position: relative;margin: 40px auto;}
#header-search-form input {padding: 6px 15px;background-color: #fff;height: 40px;}
.btn-search:hover {background-color: #0957a4;color:#ffffff;/* border-radius: 15px; */}
.btn-search {background: #0093d8;padding: 8px 20px;color:#ffffff;line-height: 22px;}
#header-search-form .help-block {position:absolute;right: 100px;z-index: 99;color: #d83820;}

/*--------------------------------------------------------------
2.0 Home Slider
--------------------------------------------------------------*/
#header-slider {
    position: relative;
}

#slider .carousel-caption {
    padding: 0;
    display: table;
    height: 100%;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    z-index: 11;
    background-color: rgba(0, 0, 0, .2);
}
#slider .carousel-caption img{
 height: 400px;
 width:100%;
}

#slider  .carousel-caption a {
    font-size: 18px;
}

#slider  .carousel-caption > div {
    vertical-align: middle;
    display: table-cell;
}

#slider  .carousel-caption h2 {
    color: #fff;
   font-family: 'Open Sans', sans-serif;
    font-size: 70px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase;
}

#slider  .carousel-caption h3 {
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 59px;
}
header {width: 100%;position: relative;background-color: transparent !important;/* z-index: 11; */}
.entry-title a {
    color: #fff;
    font-size: 18px;
}
.post-excerpt header {z-index:1;}
/*--------------------------------------------------------------
3.0 Navigation
--------------------------------------------------------------*/
.navbar-inverse {
    background-color: #2D80E6;
    width: 100%;
    z-index: 99;
}
.navbar {
    margin-bottom: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0px;
    /* min-width: 91px; */
    padding: 0px 0px;
    border: none;
    position: relative;
}
.navbar-brand {
    /* height: auto; */
    padding: 0px;
    margin: 0px !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.navbar-brand #logo img{height: auto;margin: 7px;width: 100%;}
.navbar-brand h1 {
    margin: 0;
}
.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    line-height: 26px;
    margin: 00px 0px 0px 0px;
    padding: 7px 25px;
    border-radius: 0;
    -webkit-transition: background .5s ease-in-out 0s;
    -moz-transition: background .5s ease-in-out 0s;
    -o-transition: background .5s ease-in-out 0s;
    transition: background .5s ease-in-out 0s;
}
.navbar-inverse .navbar-nav > li.current > a {
    color: #fff;
    background-color: #333 !important;
    border-bottom: none;
}
.navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #1da1f2;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    color: #ffffff;
    background-color: #0957a4;
}
/*--------------------------------------------------------------
4.1 Sidebar Widgets
--------------------------------------------------------------*/
.home-banner-section {}
.home-slider {
    position: relative;
}
.navbar-collapse {padding:0px !important;}
#full-width-page{background-color: #ffffff;}
.home-intro-section {padding:20px 0px;position: absolute;width: 100%;top: 50px;z-index: 9;}
.home-title-wrap {/* background-color: #ffffff; */}
.home-title{text-align:center;padding:0px;font-size: 44px;color: #fff;font-weight: 700;z-index: 3;margin: 20px 0px 20px 0px;position: relative;text-shadow: 0 1px 8px rgba(16, 6, 6, 0.56);}
.contact-page-section {/* background-color:#fcfcfc; */}
.contact-title{text-align:center;background-color:#ffffff;padding:10px 0px;margin: 0px 0px;border-top: 1px solid #f1f1f1;border-bottom: 1px solid #f1f1f1;}
.color-light-blue{color: #0957A4;}
.home-intro {margin:20px 0px;}
.home-intro h2{font-size:22px;color: #006AB4;margin-bottom: 35px;}
.home-intro p{text-align: center;}
top {
    text-align: center;
}

.owl-controls .owl-page {
    display: inline-block;
}

.owl-controls .owl-page span {
    background-color: transparent;
    border: 1px solid #ffffff;
    border-radius: 50px;
    display: block;
    height: 13px;
    margin: 0 4px;
    width: 13px;
    opacity: 1;
    filter: alpha(opacity=100);
}

.owl-controls .owl-page.active span,
.owl-controls .owl-page:hover span {
    background-color: #ffffff;
    border: 1px solid #ffffff;
}
/*--------------------------------------------------------------
4.11 Latest Posts Section
--------------------------------------------------------------*/
.excerpt h3 a {color:#333;}
.excerpt h3 a:hover, .excerpt h3 a:focus {color:#e31b25;}
.all-post {
    margin-top: 50px;
}
.error {
    display: none;
    padding: 10px;
    color: #D8000C;
    border-radius: 4px;
    font-size: 13px;
    background-color: #FFBABA;
    margin-bottom: 15px;
}
.success {
    background-color: #6cb670;
    border-radius: 4px;
    color: #fff;
    display: none;
    font-size: 13px;
    padding: 10px;
    margin-bottom: 15px;
}
/*--------------------------------------------------------------
5.0 Blog Page
--------------------------------------------------------------*/
#Service-posts {background-color:#ffffff;border:1px solid #ddd;}
#blog-banner {
    padding-bottom: 10px;
    padding: 100px 0px 25px 0px;
    border-bottom:1px solid #ddd;
}
#blog-banner h1 {
    font-size: 26px;
    line-height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    z-index: 3;
    /* margin: 0px 0px 0px 0px; */
    position: relative;
    color: #ff9f00;
    /* text-shadow: 1px 1px 7px #4a4a4a; */
}
.blog-icon {
    border: 1px solid #4585c7;
    border-radius: 50%;
    color: #4585c7;
    display: inline-block;
    padding: 16px 20px;
}
ul.next-prev.clearfix>li>a {
    color: #000;
    font-size: 27px;
    font-weight: 100;
}
.blog-post-title {
    background-color: #12c7be;
    padding:10px;
    font-size:20px;
    /* border:1px solid #ddd; */
    margin: 0px 0px 25px;
    color: #fff;
}
.blog_content_full p {
    font-size: 18px !important;
    line-height: 31px !important;
    font-weight: 100;
}
#blog-page {
    padding: 60px 0px;
    background-color: #fff;
    position: relative;
}
#service-page {
    padding: 30px 0 40px;
    background-color: #f1f1f1;
}
#blog-page h3.entry-title{
    background-color: #fff;
    padding: 10px;
    margin: 0px;
    border-bottom: 0px solid #e0e0e0;
}
#blog-page h3.entry-title a{/* color: #000; *//* background: linear-gradient(27deg, #f1b92b 23%,#634f2c 24%, #f0b623 26%, #634f2c 27%,#f0b726 40%,#634f2c  78%); *//* -webkit-background-clip: text; *//* -webkit-text-fill-color: transparent; *//* font-weight: 800; *//* font-size: 27px; */}
#blog-page .post-item .entry {
    /* margin-bottom: 30px; */
    background-color: #fff;
}
.post-item .entry {
    /* margin-bottom: 30px; */
}
.post-title {padding:10px;margin: 0px;font-size: 18px;font-weight: 500;color: #fff;background-color: #e31b25;/* text-align: center; */border: 1px solid #ddd;display: block;padding-bottom: 10px;}

 #blog-page  .entry .entry-content {
    padding: 10px;
    padding-top: 0px;
}
#post-thumb .owl-buttons {
    color: #fff;
}
.blog_title_wrap h3 a {
    font-size: 20px !important;
    color: #000 !important;
    font-weight: 600;
}

.blog_title_wrap h3 {
    min-height: 75px;
}

.blog_title_content p {
    font-weight: 300;
    min-height: 210px;
}
.blog_main_box {
    border: 1px solid #ddd;
    border-bottom: 3px solid #0ad1b4;
}

.post-meta {
    background-color: #ffffff;
    border-top: 1px solid #ddd;
    font-size: 13px;
    color:#aaa;
    margin: 20px 0 0;
    padding: 0 20px 10px;
}
.post-meta > span {
    border-right: 1px solid #4e595f;
    display: inline-block;
    font-size: 12px;
    margin: 10px 10px 0 0;
    padding-right: 10px;
}
.post-meta > span a{
    color: #4e4e4e;
}
.post-meta > span:last-child {
    border-right: 0;
}
.post-meta > span > i {
    margin-right: 5px;
    color: #737373;
}
.post-meta a:hover {
    color: #0957a4;
}
.post-excerpt .more {
    margin-top: 20px;
}
.post-excerpt .more a {
    display: inline-block;
    font-size: 13px;
    padding: 10px 25px;
}
.post-excerpt .more a:hover {
    background-color: #6CB670;
    color: #fff;
}
/*--------------------------------------------------------------
5.1 Post Pagination
--------------------------------------------------------------*/
.post-pagination {
    display: inline-block;
    margin-bottom: 20px;
    margin-left: 16px;
}
.post-pagination ul li {
    margin-right: 5px;
    float: left;
}
.post-pagination ul li:last-child {
    margin-right: 0;
}
.post-pagination ul li.disabled a {
    cursor: not-allowed;
}
.post-pagination ul li.disabled a:hover {
    background-color: #2E373C;
    color: #9aa8b3;
}
.post-pagination ul li a {
    background-color: #ffffff;
    border: 1px solid #f1f1f1;
    color: #0957a4;
    display: block;
    padding: 8px 18px;
}
.post-pagination ul li a:hover, 
.post-pagination ul li.active a {
    /* background: linear-gradient(90deg,#3593df,#0fcd9b); */
    color: #fff;
    background-color: #4585c7;
}
/*--------------------------------------------------------------
6.0 Single Blog Page
--------------------------------------------------------------*/
.single-blog {
    background-color: #fff;
    margin-bottom: 50px;
    padding: 20px;
}
article ul li  {
    list-style: disc;
    margin-bottom: 5px;
}
article ol li {
    list-style: decimal;
}
article ul, article ol {
    margin: -10px 0px 20px 37px;
}
blockquote {
    border-left: 5px solid #4BA7F4;
    font-style: italic;
    line-height: 22px;
    margin: 20px 0;
}
.navigation ul {
    margin-left: 0;
}
.next-prev {
    border: 1px solid #ccc;
    background-color: #ffffff;
    margin: 20px 0 0px;
    padding: 10px 10px 5px;
    color: black;
}
.next-prev a:hover {
    color: #757575;
}
.next-prev li {
    display: inline;
    font-size: 15px;
    line-height: 43px;
}
.prev-post i {
    float: left;
    margin-right: 10px;
    margin-top: -5px;
}
.next-post i {
    float: right;
    margin-left: 10px;
    margin-top: -3px;
}
.author-about {background-color:#ffffff;padding:10px;border:1px solid #ddd;}
.post-author {
    margin-right: 20px;
}
.post-author > img {
    border: 1px solid #4e595f;
    max-width: 120px;
    padding: 5px;
    width: 100%;
}
/*--------------------------------------------------------------
6.2 404 Page
--------------------------------------------------------------*/
.error404 .clearfix {
    margin-bottom: 20px;
}
/*--------------------------------------------------------------
8.1 Infinite Scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
9.0 Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
.no-margin{margin:0px;}
.entry-content p{
      text-align: justify;
      line-height: 22px;
      margin: 0px;
      font-size: 13px;
 }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object,
img {
    max-width: 79% !important;
}

img {
    height: auto;
    width: 79%;
}
/*--------------------------------------------------------------
10.0 Footer
--------------------------------------------------------------*/
.social-icon {
    padding: 60px 0 35px;
    perspective: 900000px; /* Chrome, Safari, Opera */
    -webkit-perspective: 900000px;
}
.social-icon > ul {
    text-align: center;
}
.social-icon > ul > li {
    display: inline-block;
    margin-right: 20px;
}
.social-icon > ul > li > a {
    background-color: #02558d;
    color: #fff;
    display: block;
    height: 70px;
    width: 70px;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.social-icon > ul > li > a > i {
    color: #fff;
    display: inline-block;
    font-size: 32px;
    line-height: 70px;
    margin: 0;
    opacity: 0.7;
    filter: alpha(opacity=70);
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
    -webkit-transition: all 400ms ease-out 0s;
    -moz-transition: all 400ms ease-out 0s;
    -o-transition: all 400ms ease-out 0s;
    transition: all 400ms ease-out 0s;
}
.social-icon > ul > li:hover a {
    background-color: #6cb670;
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}
.social-icon > ul > li:hover a i {
    color: #fff;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateY(0deg);
       -moz-transform: rotateY(0deg);
        -ms-transform: rotateY(0deg);
         -o-transform: rotateY(0deg);
            transform: rotateY(0deg);
}

#scrollUp {
    border: 1px solid #f37734;
    border-radius: 5px;
    bottom: 62px !important;
    background-color: transparent;
    display: none;
    padding: 7px 12px;
    position: fixed;
    right: 50%;
    z-index: 600;
}
#scrollUp i {
    color: #f47a34;
}
#scrollUp:hover {
  /* background: -webkit-linear-gradient( -185deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%); */
    border: 1px solid #f79134;
    color: #ffffff;
    background-color: #ff6d00 !important;
}

#scrollUp:hover i {
    color: #fff;
}
#footer{background-color: #192a33;/* opacity: 0.99; */padding: 50px 0px;background-color: #1a75bc!important;z-index: 1;/* position: relative; */border-top: 5px;/* display: block; */}
.footer-info-wrap {margin: 0px 0px 0px 0px;}
.footer-info-wrap img{}
.footer-info-wrap p{
    text-align: justify;
    margin: 10px 0px;
    color: #ffffff;
    font-size: 11px;
}
#footer .social-bar{float:left;}
#footer .social-bar li:before{content:none;}
/*Copyright*/
.copyright-footer {
    padding: 10px 0;
    background: #ff6d00;
    /* text-align: center; */
    /* position: relative; */
    /* overflow: hidden; */
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}
.copyright p {
    color: #fff;
    font-size: 12px !important;
    margin-bottom: 0;
    margin: 0px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    text-align: center;
    line-height: 20px;
}
.copyright p.copyright-space {
    margin-top: 12px;
}
.copyright a {
    margin: 0 5px;
    color: #fff;
}
.copyright a:hover {
    color:#5DB2FA;
}
/*.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent !important;
}*/
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100% !important;
}
.carousel-inner > .item {
    -webkit-transition: 5s ease-in-out left;
    -moz-transition: 5s ease-in-out left;
    -o-transition: 5s ease-in-out left;
    transition: 5s ease-in-out left !important;
    /* position: relative; */
}
.is-sticky header {
    background-color: #fff !important;
    transition: all .5s ease-in-out;
    position: relative;
    z-index: 9;
    box-shadow: 0px 0px 3px #adadad75;
}
ul.footer_links>li>a {
    font-size: 15px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 30px;
}
ul.social_link>li {
    display: inline-block;
    margin: 0px !important;
}

ul.social_link>li>a>i:hover {
    color: #0f78a6 !important;
    margin-left: 0px !important;
    background: #fff;
}

ul.social_link>li>a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #ffffff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
}

ul.social_link>li>a>i {
    line-height: 40px;
    display: block;
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
}

ul.social_link>li:hover {
    margin-left: 0px !important;
}

ul.social_link {margin: 0px 0;}

ul.social_link>li>a:hover {
    margin-left: 0px !important;
    color: #000;
}
.is-sticky header {
    -webkit-animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
    animation: fadeInDown .95s ease-in-out 0s 1 normal none running;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
    box-shadow: 0 8px 20px 0 rgba(0,0,0,.1);
    background: none !important;
    background-color: #fff !important;
}
.logo>img {
    height: 70px;
    width: 90px;
    /* filter: brightness(0)invert(1); */
    position: absolute;
    /* top: 5px; */
    background-color: #fff;
    padding: 0px;
    border-radius: 0px 0px 7px 7px;
    transition: all 0.9s !important;
}

/*new css*/

.item-overlay {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 88%;
    background-color: #00000069;
    top: 0px;
}

.item-overlay>h3 {
    font-size: 60px;
    font-weight: 600;
    margin: 20px 0px;
    color: rgb(26, 60, 76);
    text-transform: uppercase;
   font-family: 'Open Sans', sans-serif;
}

.item-overlay>p {
    font-size: 16px;
    color: #fff;
    text-shadow: 1px 1px 2px #545454;
}
.slider-image>img {
    height: 350px;
    width: 100%;
    object-fit: contain;
    margin-top: 20px;
}

.carousel-control {
    background-image: none !important;
}
button.owl-next {
    font-size: 75px;
    bottom: 45%;
    right: -4%;
    position: absolute;
    font-weight: 100;
    color: #0e79a5;
}

.owl-buttons {
    position: relative;
}
button.owl-prev{
    bottom: 45%;
    left: -4%;
    position: absolute;
    font-weight: 100;
    font-size: 75px;
    color: #0e79a5;
}
footer {
    padding: 40px 0;
    background-color: #232323;
}
.footer-logo>img {
    height: 60px;
    width: 145px;
    background-color: #fff;
    padding: 6px;
}

.footer-logo {
    text-align: left;
    /* padding-left: 15px; */
}
ul.footer-quicklink-list li a {
    color: #fff;
}

ul.footer-quicklink-list li {
    line-height: 27px;
    letter-spacing: 1px;
}
.footer-title>h4 {
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #2aa8dc;
    padding-bottom: 10px;
    margin-top: 0px;
    display: inline-block;
    letter-spacing: 1px;
}
.footer-menu>ul>li>a {
}

.footer-menu>ul>li>a>i {
    margin-right: 5px;
}

.footer-menu-title>h4 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    border-bottom: 2px solid #0c59a5;
    padding-bottom: 10px;
    display: inline-block;
    margin-top: 0px;
}
.main-slider-content:after{content: "";width: 100px;height: 3px;position: absolute;left: 2%;top: 44%;}
.main-slider-content {
}
.main-slider-content p {width: 100%;font-size: 45px;color: #fff;line-height: 61px;font-weight: 600;text-transform: uppercase;letter-spacing: 2px;margin-bottom: 35px;}

.main-slider-content h3 {
    /* width: 80%; */
    text-align: left;
    font-size: 15px;
    color: #fff;
    margin: 10px auto;
    font-weight: 400;
    line-height: 32px;
    margin-bottom: 20px;
}
.is-sticky header nav ul li a {
}

.sticky-wrapper header nav .button_header_box a:hover {
    border: 1px solid #fff;
    color: #fff !important;
}
.button_header_box {}
.is-sticky header nav .button_header_box a:hover {
    border: 1px solid #000;
    color: #000 !important;
}
.nf-form-content label {
    display: none;
}

input#nf-field-4 {padding: 9px 35px !important;background: linear-gradient(53.08deg,#3023AE 0%,#c86dd7 100%);color: #fff;}

input#nf-field-4:hover {
    color: #fff;
}

.carousel.vertical .carousel-inner > .item {
  -webkit-transition: .6s ease-in-out top;
  -o-transition: .6s ease-in-out top;
  transition: .6s ease-in-out top;
}
@media all and (transform-3d),
(-webkit-transform-3d) {
.carousel.vertical .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -ms-transition: -ms-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -ms-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -ms-perspective: 1000;
    -webkit-perspective: 1000;
    perspective: 1000;
  }
.carousel.vertical .carousel-inner > .item.next,
.carousel.vertical .carousel-inner > .item.active.right {
    top: 0;
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
.carousel.vertical .carousel-inner > .item.prev,
.carousel.vertical .carousel-inner > .item.active.left {
    top: 0;
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
.carousel.vertical .carousel-inner > .item.next.left,
.carousel.vertical .carousel-inner > .item.prev.right,
.carousel.vertical .carousel-inner > .item.active {
    top: 0;
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.carousel.vertical .carousel-inner > .active {
  top: 0;
}

.carousel.vertical .carousel-indicators,
.carousel-indicators-vertical {
  right: 20px;
  top: 50%;
  transform: translate(-50%);
  bottom: auto;
  left: auto;
  width: auto;
  margin: 0;
  padding: 0;
  transform: rotate(90deg);
  z-index: 5 !important;
}

.carousel-indicators-vertical li{
    display: block;
    margin: 5px 0;
}
.carousel-indicators li {
      transform: rotate(-90deg);
      text-indent: 0;
      margin: 0 2px;
      width: 30px;
      height: 30px;
      border: none;
      border-radius: 100%;
      line-height: 30px;
      color: #fff;
      background-color: #dcdcdc40;
      transition: all 0.25s ease;
}

.carousel-indicators li.active{margin: 0 2px;width: 30px;height: 30px;background: linear-gradient(53.08deg,#0E76A5  0%,#21C8AE 100%);}

.carousel-indicators li:hover {
margin: 0 2px;
width: 30px;
height: 30px;
background-color: #337ab7;        
}
.btn-transparent {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #ffffff;
    border-radius: 2px;
    padding: 8px 15px;
}

.btn-transparent:hover {
    color: #000;
    background-color: #fff;
}

.btn-transparent:hover i {
    margin-left: 10px;
    transition: all 0.6s ease;
}

.nav>li>a:active {
}
.nav>li>a:focus, .nav>li>a:hover {
    background-color: #0093d8 !important;
    color: #fff;
}
.from-control3 {
    width: 100%;
    border: 0px;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

.form_group button {
    position: absolute;
    background-color: transparent;
    border: 0px;
    color: #fff;
    right: 23px;
    font-size: 33px;
    top: 0px;
}

.newletter_box {
    padding: 27px 0px;
}
.form_group input::placeholder{
    color: #fff;
    letter-spacing: 1px;
}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top: 0px !important;left:100%;border-radius: 0;background-color: #ffffff;padding: 0 !important;border: 0;box-shadow: none;margin-left: 2px;width: 225px!important;}
.dropdown-submenu:active>.dropdown-menu, .dropdown-submenu:hover>.dropdown-menu {display: block;}
.dropdown-submenu>a:after{display:block;content:" ";float: right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top: 11px;margin-right: -4px;}
.dropdown-submenu:active>a:after{border-left-color:#ffffff;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.dropdown-submenu>.dropdown-menu>li>a {
    font-size: 13px;
    padding: 10px 9px;
    border-bottom: 1px solid #eaeaea;
    color: #000;
    width: 376px;
    background: #fff;
}
.dropdown-submenu>.dropdown-menu>li>a:hover {
    color: #e04550;
}
.is-sticky header nav .navbar-header a .logo img {
    filter: none;
    /* margin-top: 5px; */
    z-index: 5;
    /* position: relative; */
    /* box-shadow: 0 3px 1px 0 rgba(0,0,0,.1); */
    height: 75px;
    width: 100px;
    padding: 0px;
    /* position: absolute; */
    /* top: 15px; */
    transition: all 0.9s;
    padding: 2px;
}

div#logo-sticky {padding: 0px 0;}

.footer-up-section {
    /* border-top-left-radius: 50% 0%; */
    /* border-top-right-radius: 50% 0%; */
    background: linear-gradient(34.08deg,#2A79C3  30%,#00AEEF 70%);
    /* margin-bottom: -85px; */
    /* height: 260px; */
    padding: 45px 0 35px 0;
    /* position: relative; */
}

ul.address-list>li {
    font-size: 12px;
    line-height: 23px;
    color: #000;
    font-weight: 400;
    margin-left: 23px;
}

ul.address-list>li>i {
    font-size: 20px;
    margin-right: 7px;
    color: #0e78a5;
    margin-left: -25px;
    margin-right: 15px;
}
.footer-menu>ul>li>a {color: #000;font-size: 12px;font-weight: 400;letter-spacing: 0.3px;line-height: 23px;}

.footer-menu>ul>li>a:before {
    content: "\f054";
    font-family: fontawesome;
    font-weight: 100;
    margin-right: 6px;
    color: #1692d8;
}
section.clients-section {
    padding: 60px 0;
}
.mt-client-slide .center .mt-client-box img {
    box-shadow: 1px 1px 4px 4px #f1f1f1;
}

.mt-client-box {
    margin: 45px 15px;
}
.is-sticky header nav .logo-skew {
    /* background: #7243c0; */
    /* position: absolute; */
    /* height: 65px; */
    /* right: 0px; */
    /* z-index: 2; */
    /* width: 100%; */
    /* transform: skew(140deg, 180deg); */
    /* top: 0; */
    /* left: -32px; */
    /* width: 425px; */
    /* transition: all 0.9s ease; */
}

.bd-content {
    position: absolute;
    width: 100%;
    display: table-cell;
    vertical-align: middle;
    top: 40%;
    left: 7%;
    z-index: 3;
}

.bd-content h3 {
    font-size: 40px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.9px;
    text-transform: uppercase;
    position: relative;
}
.seo-bd {
    right: 15%;
    position: absolute;
    bottom: -95px;
}

.breadcrumb-wrap>span>span>a {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
}

.breadcrumb-wrap>span>span>span {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.breadcrumb-wrap {
    padding: 5px;
    border-radius: 2px;
}

.breadcrumb-wrap>span>span {
    color: #ff6d00;
    font-weight: 600;
}

/*New CSS Shivangini*/
section.home-banner {
    /* padding: 75px 0; */
    /* background: -webkit-linear-gradient( -185deg, rgb(253,200,48) 0%, rgb(243,115,53) 100%); */
    position: relative;
    
    height: 590px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.banner-text {
    text-align: center;
    position: absolute;
    top: 100px;
    /* background: #ffffff91; */
    /* background: -webkit-linear-gradient( -185deg, rgb(253, 200, 48) 0%, rgb(243, 115, 53) 100%); */
    padding: 35px 20px;
    /* -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: 1px 4px 6px 0px rgba(181, 181, 181, 0.75); */
}
.banner-text h3 {
    font-size: 55px;
    color: #fff;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #ff6d00;
    margin: 20px 0;
    text-shadow: 0px 2px 2px #ffffffb8;
}
.banner-text p {
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.banner-border-bottom {
    border-bottom: 2px solid #ff6d00;
    width: 20%;
    margin: 20px auto;
    border-radius: 10px;
}
section.about-home-section {
    padding: 60px 0;
}

.about-home-image img {
    height: 260px;
    width: 310px;
    margin: 0px auto;
    object-fit: contain;
}

.about-home-image {
    text-align: center;
}
.main-header-title h3 {
    font-size: 30px;
    margin: 20px 0 10px 0;
    font-weight: 600;
    letter-spacing: 0.9px;
}

.main-title-border {
    border-bottom: 2px solid #ff7500;
    width: 15%;
    border-radius: 10px;
    margin: 15px 0;
}

.about-home-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;
}

.btn-blue {
    background-color: #ff6d00;
    border-radius: 19px;
    font-size: 15px;
    padding: 10px 15px;
    /* border: 1px solid #0093d8; */
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}
.btn-blue i {margin-left: 5px;}
.btn-blue:hover {
    background: #3a3a3a;
    color: #fff;
    border: 1px solid #3a3a3a;
}
.btn.active, .btn:active {
    box-shadow: none;
}

.btn-blue:hover i {
    transition: all 0.6s;
    margin-left: 10px;
}
.social-icons ul {
    display: flex;
}

section.topbar-section.hidden-sm {
    /* background-color: #fcfcfc; */
    padding: 5px 0;
    border-bottom: 1px solid #f7f7f7;
}

.social-icons ul li {
    margin: 0px 7px 0 0;
    border-right: 1px solid #ddd;
    padding-right: 7px;
}

.social-icons ul li a i {
    font-size: 14px;
    /* color: #ff6d00; */
    line-height: 10px;
}

.social-icons ul li a {
    padding: 3px 5px;
    border-radius: 4px;
}

.social-icons ul li:last-child {
    border-right: 0;
}
.header-contact-details ul {
    display: flex;
    text-align: right;
    float: right;
}

.header-contact-details ul li {
    margin: 0px 10px 0 0;
    color: #ff6d00;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
}

.header-contact-details ul li i {
    margin-right: 10px;
    color: #0093d8 !important;
}

.header-contact-details ul li a {
    color: #f47735;
}
.header-contact-details ul li:last-child {border-right: 0;}
/*footer CSS*/
.call-action-section {
    border-bottom: 0.5px solid  #ff6d00;
    overflow: hidden;
}
.follow {
    position: relative;
    /* width: 120px; */
    padding: 15px 20px 15px 10px;
    font-size: 20px;
    position: relative;
    color: #FFF;
    background-color: #ff6d00;
    /* text-align: center; */
}
.follow:after {
    content: " ";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #ff6d00;
    transform-origin: bottom left;
    -ms-transform: skew(-30deg, 0deg);
    -webkit-transform: skew(-30deg, 0deg);
    transform: skew(-30deg, 0deg);
}
.follow-wrap {
    display: inline-flex;
    left: 13%;
    position: relative;
    z-index: 3;
}
.follow-wrap>h3 {
    margin: 14px 0;
    font-size: 30px;
    text-transform: capitalize;
}
ul.social_link>li {
    display: inline-block;
    margin: 0px !important;
}

ul.social_link>li>a>i:hover {
    color: #000 !important;
    margin-left: 0px !important;
}

ul.social_link>li>a {
    font-size: 16px;
    width: 40px;
    height: 40px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
}

ul.social_link>li>a>i {
    line-height: 38px;
    display: block;
    margin: 0px !important;
    color: #fff;
}

ul.social_link>li:hover {
    margin-left: 0px !important;
}

ul.social_link {
    /* margin: 22px; */
    margin-left: 50px;
    padding-top: 23px;
    text-align: center;
}

ul.social_link>li>a:hover {
    background-color: #fac541;
    margin-left: 0px !important;
    color: #fff;
    border: 1px solid #fac541;
}
.newsletter {
    /* display: inline; */
    /* width: 100%; */
    position: relative;
    /* left: -15px; */
    background: #232323;
    /* z-index: -2; */
    height: 91px;
}

.subscribe-form {position: absolute;left: 15%;display: inline-flex;width: 100%;top: 27%;}
.form-control {
    /* width: 50%; */
    font-size: 15px;
    color: #585858;
    background-color: #fff;
    background-image: none;
    border: 1px solid #e4e4e4;
    border-radius: 4px !important;
    /* border-right: 0px; */
    display: block;
    font-weight: 600;
}
.btn-subscribe {
    /* display: inline-block; */
    border-radius: 0px;
    border: none;
    color: #fff;
    text-align: center;
    font-size: 14px;
    transition: all 0.5s;
    cursor: pointer;
    background: #0093d8;
    height: 34px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-transform: uppercase;
}
.gutter{margin: 0; padding: 0;}
ul.footer-links li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 30px;
}

ul.footer-links li a i {
    margin-right: 6px;
}
.footer-headline h3 {color: #fff;margin: 15px 0 25px 0;font-size: 18px;letter-spacing: 0.5px;line-height: 25px;text-transform: capitalize;font-weight: 600;position: relative;}
.footer-headline h3:before {content: "";border-bottom: 2px solid #ff6d00;position: absolute;bottom: -15px;height: 32px;width: 35%;left: 0;}
section.home-banner:before {content: "";position: absolute;height: 100%;width: 100%;top: 0;background-color: #33333361;}
.single-features-light:hover .move h4 a {
    color: #0e6cce;
}
.contact-details-wrap {
    display: flex;
    padding: 20px 0px;
}
section.contact-banner-details {
    background-color: #ff6d00;
    position: relative;
    padding: 0px 20px;
    margin: -65px 10px 10px 10px;
    border-radius: 3px;
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 10px 0px rgba(164, 164, 164, 0.75);
}

.contact-icon img {
    height: 25px;
    width: 30px;
    filter: brightness(0)invert(1);
}

.contact-details h3 {
    margin: 0;
    font-size: 15px;
    color: #fff;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    /* letter-spacing: 0.5px; */
}

.contact-icon {
    padding: 10px;
}

.contact-details {
    margin-left: 3px;
}
.contact-details-box ul {display: flex;}

.contact-details-box {
    justify-content: center;
}

.contact-details-box ul li {
    border-right: 1px solid #ddd;
    padding: 0px 5px;
    width: 100%;
}

.contact-details-box ul li:last-child {
    border: 0;
}

.contact-details p a {
    font-size: 13px;
    color: #fff;
    font-weight: 600;
}
.contact-brdr {
}
.count-num>h4>span {
    color: #fff;
}

.counter-brdr {
    border-bottom: 3px solid #0093d8;
    margin: 20px auto;
    width: 25%;
    border-radius: 5px;
}
.logo h3 {
    font-size: 33px;
    margin: 13px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ff7d0b;
}
.logo h3 span{
   color: #0e6cce;
}
.contact-footer-brdr {border-top: 1px solid #fcfcfc2e;margin: 10px 0 0 0;padding-top: 10px;}
.emails-list ul {
    display: flex;
    margin: 20px 0 0 0;
    border-top: 1px solid #dddddd2e;
    padding-top: 20px;
}

.emails-list ul li span {
    color: rgba(255, 255, 255, 0.7);
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.emails-list ul li {
    text-align: center;
    margin: 0px 15px;
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    font-size: 12px;
    line-height: 21px;
}

.emails-list ul li a {
    color: rgba(255, 255, 255, 0.7);
    letter-spacing: 0.5px;
    font-size: 12px;
}

.emails-list ul li a i {
    margin-right: 10px;
}
.emails-list ul li i {
    margin-right: 10px;
}
.course-intro-section {
    padding: 65px 0;
    background-color: #f2f2f2;
    /* background: linear-gradient(45deg, #0e6cce, #0d63bd, #0e6cce); */
    /* background-color: #0093d8; */
    /* background-image: linear-gradient(315deg,#0093d8 0%, #0093d8 74%); */
    height: 450px;
    width: 100%;
}

.course-intro-content h1 {
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.8px;
    text-transform: capitalize;
    margin: 15px 0;
}

.course-intro-content p {
    font-size: 15px;
    text-align: justify;
    line-height: 30px;
    color: #f7f7f7;
    font-weight: 400;
}
.couser-single-form form input {
    width: 100%;
}

.couser-single-form {
    background-color: #fff;
    padding: 25px;
    border-radius: 2px;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 9px 0px rgba(111, 111, 111, 0.65);
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: transparent !important;
    opacity: 0.4 !important;
}

.couser-single-form form .form-control {
    border: 1px solid #ccc;
    opacity: 0.6 !important;
    border-radius: 2px !important;
    width: 100%;
}
.single-page-rating .starratings {
    position: relative;
    margin: 20px 0;
}

.starratings .filled {
    color: #ffb606;
}
.Phone {
  position: relative;
  display: block;
  margin: 0;
  width: 1em;
  height: 1em;
  font-size: 50px;
  background-color: #0093d8;
  border-radius: 0.5em;
  box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

.Phone::before,
.Phone::after {
  position: absolute;
  content: "";
}

.Phone::before {
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 100%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0) scale(0);
          transform: translate3d(0, 0, 0) scale(0);
}

.Phone::after {
  top: 0.25em;
  left: 0.25em;
  width: 0.5em;
  height: 0.5em;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTYuNiAxMC44YzEuNCAyLjggMy44IDUuMSA2LjYgNi42bDIuMi0yLjJjLjMtLjMuNy0uNCAxLS4yIDEuMS40IDIuMy42IDMuNi42LjUgMCAxIC40IDEgMVYyMGMwIC41LS41IDEtMSAxLTkuNCAwLTE3LTcuNi0xNy0xNyAwLS42LjQtMSAxLTFoMy41Yy41IDAgMSAuNCAxIDEgMCAxLjIuMiAyLjUuNiAzLjYuMS40IDAgLjctLjIgMWwtMi4zIDIuMnoiIGZpbGw9IiNmZmZmZmYiLz48L3N2Zz4=);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.Phone.is-animating {
  -webkit-animation: phone-outer 3000ms infinite;
          animation: phone-outer 3000ms infinite;
}
.Phone.is-animating::before {
  -webkit-animation: phone-inner 3000ms infinite;
          animation: phone-inner 3000ms infinite;
}
.Phone.is-animating::after {
  -webkit-animation: phone-icon 3000ms infinite;
          animation: phone-icon 3000ms infinite;
}

@-webkit-keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}

@keyframes phone-outer {
  0% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  33.3333% {
    -webkit-transform: translate3d(0, 0, 0) scale(1.1);
            transform: translate3d(0, 0, 0) scale(1.1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0.1), 0em 0.05em 0.1em rgba(0, 0, 0, 0.5);
  }
  66.6666% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0.5em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
            transform: translate3d(0, 0, 0) scale(1);
    box-shadow: 0 0 0 0em rgba(52, 152, 219, 0), 0em 0.05em 0.1em rgba(0, 0, 0, 0.2);
  }
}
@-webkit-keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@keyframes phone-inner {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  33.3333% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale(0.9);
            transform: translate3d(0, 0, 0) scale(0.9);
  }
  66.6666% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0) scale(0);
            transform: translate3d(0, 0, 0) scale(0);
  }
}
@-webkit-keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
}
@keyframes phone-icon {
  0% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
  2% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  4% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  6% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  8% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  10% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  12% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  14% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  16% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  18% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  20% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  22% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  24% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  26% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  28% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  30% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  32% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  34% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  36% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  38% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  40% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  42% {
    -webkit-transform: translate3d(0.01em, 0, 0);
            transform: translate3d(0.01em, 0, 0);
  }
  44% {
    -webkit-transform: translate3d(-0.01em, 0, 0);
            transform: translate3d(-0.01em, 0, 0);
  }
  46% {
    -webkit-transform: translate3d(0em, 0, 0);
            transform: translate3d(0em, 0, 0);
  }
}
.couser-single-video-wrap {
    
    padding: 30px 30px;
    border-radius: 3px;
    -webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 14px 3px rgb(255 255 255);
    text-align: lesft;
    border-radius: 40px 5px;
	opacity: 2.2;
    color: white !important;
}

.single-enroll-btns {text-align: center;margin: 12px 0;}

.btn-enroll {
    border: 1px solid #0093d8;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #0093d8;
    font-weight: 600;
    margin-right: 10px;
}

.btn-view-syllabus {
    border: 1px solid #0093d8;
    padding: 5px 18px;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 0.3px;
    color: #0093d8;
    font-weight: 600;
}

.btn-enroll:hover {
    background-color: #ff7d0b;
    border: 1px solid #ff7d0b;
    color: #fff;
}

.btn-view-syllabus:hover {
    background-color: #ff7d0b;
    border: 1px solid #ff7d0b;
    color: #fff;
}
.single-contact-details p {
    font-size: 12px;
    letter-spacing: 0.3px;
    font-weight: 600;
    text-align: center;
}

.single-call-number {
    display: flex;
}
.single-call-number span {
    line-height: 50px;
    margin-left: 15px;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 0.5px;
    color: #ff6d00;
}

.single-call-number {
    text-align: center;
    width: 100%;
    padding: 0px 60px;
}

.single-contact-details {
    margin: 20px 0;
}
.single-courseinfo-icon img {
    height: 50px;
    width: 50px !important;
    margin: 0px auto;
}

.single-courseinfo-wrapper {
    text-align: center;
    border-right: 1px solid #ff7d0b40;
    padding: 0px 0px 0px 15px;
    margin: 0px 15px 0 0;
}

section.single-course-informationslider-section {
    padding: 20px 0;
    background-color: #f3f3f3;
}

.single-courseinfo-content {
    text-align: center;
}
.single-courseinfo-content h5 {
    font-size: 17px;
    font-weight: 600;
    color: #0093d8;
    margin: 10px 0;
    letter-spacing: 0.5px;
}

.single-courseinfo-content h6 {
    font-size: 11px;
    letter-spacing: 0.3px;
    font-weight: 600;
}
.single-course-information-owl .owl-dots {
    display: none;
}
section.batch-schedule-section {
    padding: 60px 0;
    background-color: #fefefe;
}

.batch-schedule-intro h3 {
    margin: 5px 0 20px 0;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-size: 23px;
    color: #000;
}

.batch-schedule-intro p {
    font-size: 15px;
    text-align: justify;
    line-height: 25px;
    font-weight: 400;
    color: #848484;
}

.batch-schedule-intro {
    margin-bottom: 30px;
}
.batchday {
    display: grid;
    font-family: inherit;
    font-size: 13px;
    text-align: justify;
    line-height: 21px;
    color: #000;
    font-weight: 600;
    margin: 0px 15px;
    letter-spacing: 0.5px;
    border-right: 1px solid #ddd;
}

.batchday i {
    font-family: inherit;
    font-style: normal;
    color: #0093d8;
}

.batchtime {
    display: grid;
    font-family: inherit;
    font-size: 13px;
    text-align: justify;
    line-height: 22px;
    color: #000;
    font-weight: 600;
    margin: 0px 10px;
    letter-spacing: 0.5px;
    border-right: 1px solid #ddd;
}

.batchtime i {
    font-family: inherit;
    font-style: normal;
    color: #0093d8;
}

.batchdate {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    line-height: 45px;
    margin: 0px 5px;
    border-radius: 3px;
    color: #121212;
    border-right: 1px solid #ddd;
}
.batch-schedule-wrapper {
    background-color: #fff;
    /* padding: 20px; */
    border-radius: 3px;
    /* -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: 0px 1px 2px 0px rgba(195, 195, 195, 0.75); */
}

.batchdate i {
    font-size: 14px;
    margin-right: 5px;
}

.btn-orange {
    background-color: #ff6d00;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border: 1px solid #ff6d00;
}
.btn-orange:hover {
    background-color: transparent;
    border: 1px solid #ff6d00;
    color: #ff6d00;
}

.course-single-btn {
    margin-top: 4px;
    text-align: center;
}
.batch-schedule-list ul li {margin-top: 10px;border-bottom: 1px solid #0000000d;padding: 20px;margin-bottom: 10px;box-shadow: 0px 0px 4px 0px rgba(195, 195, 195, 0.75);}

.batch-schedule-list ul li:last-child {
    border-bottom: 0px;
}
.batch-schedule-intrduction-content h3 {
    font-size: 21px;
    line-height: 32px;
    margin: 10px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.batch-schedule-intrduction-btn {
    text-align: center;
    margin: 20px 0;
}
.batch-schedule-intrduction {
    margin-top: 40px;
}
.btn-request {
    background-color: #0093d8;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    padding: 10px 12px;
    text-transform: uppercase;
}
.single-video iframe {
    border-radius: 5px;
}
.single-course-btns a {
    margin-right: 10px;
    border: 0;
}

.single-course-btns a:hover {
    background-color: white;
    border: 0;
}

.single-course-btns a i {
    margin-right: 10px;
}
.single-course-btns {
    margin-top: 35px;
    position: relative;
    z-index: 1;
}
.fixed-sidebar-menu ul {
   
    padding: 0;
}

.fixed-sidebar-menu ul li {
    margin: 0;
    list-style: none;
    padding: 0;
    border-bottom: 1px solid #e2e2e2;
    background-color: #fbfbfb;
}

.fixed-sidebar-menu ul li a {
    color: #353535;
    font-size: 15px;
    padding: 15px 26px;
    display: inline-flex;
    line-height: 22px;
    position: relative;
    /* transition: 0.5s; */
    /* -webkit-transition: 0.5s; */
    font-weight: 600;
    letter-spacing: 0.3px;
    width: 100%;
}
.hidden-widget-list ul li {
    width: 25%;
    text-align: center;
}

.hidden-widget-list ul {
    display: flex;
}

.fixed-sidebar-menu ul li:hover {
    background: #ff6d00;
}

.fixed-sidebar-menu li.active a {
    color: #fff;
    background: #157ac3;
    transition: all 0.6s;
}

.fixed-sidebar-menu li.active a::after {
    /* content: "\f0da"; */
    font-family: FontAwesome;
    position: absolute;
    right: -20px;
    color: #157ac3;
    font-size: 70px;
    z-index: -1;
}
.fixed-sidebar-menu ul li a i {
    margin-right: 7px;
    color: #ff6d00;
    position: absolute;
    right: 10%;
    top: 38%;
}
.sidebar-section{padding: 20px 0 30px 0;}
.is-sticky .fixed-sidebar-menu ul {
    width: 260px;
}
.hidden-widget-list ul li {
    width: 50%;
    text-align: center;
    display: table;
    position: relative;
    border-right: 1px solid #ddd;
    /* padding: 2px 10px; */
}

.hidden-widget-list ul {
    display: flex;
}

section.single-course-widget-area {
    background: #fff;
    -webkit-box-shadow: 0 0 10px -5px #000;
    box-shadow: 0px 7px 3px -5px #cecece;
    width: 100%;
    z-index: 9;
    /* border-top: 1px solid #dddddd2e; */
    background-color: #157ac3;
}

.box-inner {
    display: table-cell;
    width: 100%;
    height: 43px;
    vertical-align: middle;
    padding: 0;
}

.box-inner a i {margin-right: 10px;font-size: 18px;font-weight: 300;}

.box-inner a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.2px;
    display: block;
    padding: 2px 10px;
    color: #fff;
}

.enroll-box .box-inner a {
    padding: 5px 25px;
    display: inline;
}


li.trainng-box:hover .ct_box_hover {
    display: block !important;
    
}
.ct_box_hover {
    position: absolute;
    left: 0;
    top: 120%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 2px #dddddda6;
    padding: 20px 40px;
    width: 350px;
}

li.disc-box:hover .discount_hover {
    display: block !important;
    width: 470px;
}

.discount_hover {
    position: absolute;
    left: 0;
    top: 120%;
    background-color: #fff;
    box-shadow: 0px 1px 3px 2px #dddddda6;
    padding: 15px;
    text-align: left;
    
}
.single-course-title h3 {
    font-size: 22px;
    margin: 0px;
    font-weight: 510;
    letter-spacing: 0.3px;
    color: #353535;
}
.single-course-title {text-align: center;margin-top: 20px;}
.single-course-title-border {
    border-bottom: 3px solid #ff6d00;
    width: 10%;
    margin: 14px auto;
    border-radius: 5px;
}

.single-course-content p,.single-course-content {
    font-size: 14px;
    line-height: 27px;
    letter-spacing: 0.3px;
    font-weight: 400;
    margin-bottom: 0;
	text-align: justify;
    /* min-height: 140px; */
    /* margin-top: 15px; */
}
.single-course-content h5 {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 550;
    color: #333;
}
.single-course-panel-group .panel .panel-heading {
    background-color: #f3f3f38f !important;
    padding: 15px;
    border-radius: 0px !important;
    border-color: #eaeaeac4!important;
}

.single-course-panel-group .panel .panel-heading h4 {
    font-size: 15px;
    font-weight: 520;
    letter-spacing: 0.3px;
}

.single-course-panel-group .panel .panel-heading:hover {
    background-color: #0093d8 !important;
    color: #fff !important;
}

.single-course-panel-group .panel .panel-heading h4 a:hover {
    color: #fff;
}

.single-course-panel-group .panel .panel-heading h4 a {
    display: block;
}
.single-course-panel-group .panel {border-color: #eaeaeac4;}

.single-course-panel-body {
    border-top-color: #eaeaeac4 !important;
}
.single-course-panel-body ul li {
    font-size: 15px;
    line-height: 30px;
    display: flex;
}

.single-course-panel-body ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 13px;
    margin-right: 15px;
    color: #0e6cce;
}

.single-course-panel-body p {
    font-size: 15px;
    margin-bottom: 5px;
}
.single-course-content p strong i {
    margin: 0px 5px;
    color: #0e6cce;
}
div#subptid {
    height: 520px;
    overflow: hidden;
    position: relative;
}
div#subptid1 {
    height: 520px;
    overflow: hidden;
    position: relative;
}
div#subptid2 {
    height: 300px;
    overflow: hidden;
    position: relative;
}
div#subptid3 {
    height: 315px;
    overflow: hidden;
    position: relative;
}
div#subptid4 {
    height: 395px;
    overflow: hidden;
    position: relative;
}
div#subptid8 {
    height: 300px;
    overflow: hidden;
    position: relative;
}
div#subptid9 {
    height: 350px;
    overflow: hidden;
    position: relative;
}
.expand-course-content {
    text-align: center;
    margin: 30px 0 0 0;
}
.expand-course-content input {
    background: transparent;
    box-shadow: none !important;
    border: 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #0093d8;
}

.expand-course-content label i {
    color: #0093d8;
    font-size: 16px;
}
.common-image img {
    height: 175px;
    width: auto;
}

.common-image {
    text-align: center;
}

.common-widget-content {
    height: 175px;
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}

section.common-widget {
    padding: 25px;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 5px 0px rgba(197, 197, 197, 0.75);
    border-radius: 3px;
    margin: 30px 0;
}

.common-widget-content p {
    font-size: 14px;
    text-align: center;
    font-weight: 400;
    margin-bottom: 15px;
}

.common-widget-content a {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
.single-course-syllabus-btn {
    position: absolute;
    right: 0;
    top: 0;
}

.btn-download {
    background-color: #ff7d0b;
    padding: 10px 13px;
    font-size: 13px;
    letter-spacing: 0.3px;
    font-weight: 600;
    color: #fff;
}

.btn-download:hover {
    background-color: #0e6cce;
    color: #fff;
}
.syllabus-module h4 {
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 550;
    color: #333;
}

.syllabus-module ul li {
    font-size: 14px;
    line-height: 30px;
}
.syllabus-module ul li:before{
    content: "\f00c";
    font-family: fontawesome;
    font-size: 13px;
    margin-right: 15px;
    color: #0e6cce;
}

.syllabus-module {
    padding: 10px 0;
}
.single-course-content ul li {
    font-size: 14px;
    line-height: 27px;
    display: flex;
    font-weight: 500;
}

.single-course-content ul li:before {
    content: "\f00c";
    font-family: fontawesome;
    font-size: 13px;
    margin-right: 15px;
    color: #0093d8;
}
section.single-course-fixed-menu {
    padding: 25px 0 60px 0;
}
.hidden-widget-list ul li:last-child {
    border: 0;
}
.certificate-image img {
    height: 250px;
    width: 250px;
    margin: 0px auto;
    border: 4px solid #ddd;
    border-radius: 4px;
}

.certificate-image {
    text-align: center;
}

.certification-wrapper {
    text-align: center;
    margin: 30px 0;
}

.certification-wrapper h3 {
    font-size: 19px;
    font-weight: 600;
}

.certification-wrapper-brder {
    border-bottom: 3px solid #0e6cce;
    width: 20%;
    margin: 15px auto;
    border-radius: 5px;
}

.certification-wrapper p {
    text-align: center;
}
.certified-btn {
    text-align: center;
}
.feature_box {
    /* border: 1px solid #ddd; */
    padding: 20px 15px;
    transition: all 0.6s;
    border-radius: 3px;
    margin: 15px 5px;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(199, 199, 199, 0.75);
    text-align: center;
}

.feature_box h5 {
    margin: 10px 0;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 15px;
}

.feature_box h6 {
    font-size: 13px;
    margin: 15px 0;
    font-weight: 600;
    color: #fff;
    line-height: 28px;
    /* min-height: 60px; */
    /* border: 1px solid #f3f3f3; */
    padding: 5px 3px;
    border-radius: 3px;
    background-color: #0093d8;
    display: initial;
    margin-bottom: 9px !important;
}
.feature_box:hover {
    transition: all 0.6s;
    transform: scale(1.03, 1.03);
    background-color: #0e6cce;
}

.feature_box:hover h5 {
    color: #fff;
}

.feature_box:hover h6 {
    color: #157ac3;
    background-color:#fff;
}

.feature_box:hover p {
    color: #fff;
}
.common-widget-content h6 {
    font-size: 21px;
    font-weight: 600;
}
.btn-widget {
    font-size: 15px !important;
    font-weight: 400 !important;
    background-color: #0093d8;
    color: #fff;
}
.single-course-information-owl .owl-nav button {
    font-size: 40px !important;
    bottom: 10% !important;
}
.about-wrap p {
    font-size: 16px;
    line-height: 32px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.3px;
}
.owl-nav button span {
    font-size: 55px;
    font-weight: 200;
    color: #0093d8;
}
.facebook {color: #3b5998;}
.twitter {color: #00acee;}
.utube {color: #c4302b;}
.linkedin {color: #0e76a8;}
.input-group {
    display: flex;
}

select#category {
    width: 60%;
    background-color: #fff;
    height: 40px;
    border-right: 0;
}
.single-page-rating .starratings .cus_badge {
    background: #ff6d00;
}
.treanding-courses .name-course {
    background-color: #0093d8;
}
.treanding-courses .starratings .cus_badge {
    background: #ff6d00;
}
.treanding-courses .related_reviews .btn-transparent {
    background: #ff6d00;
    
}
.header-iso-logo img {
    filter: brightness(0)invert(0);
    height: 65px;
    width: 65px;
}

.header-iso-logo {
    text-align: center;
    webkit-animation: beat 0.9s infinite alternate;
    -moz-animation: beat 0.9s infinite alternate;
    -ms-animation: beat 0.9s infinite alternate;
    -o-animation: beat 0.9s infinite alternate;
    animation: beat 0.9s infinite alternate;
    -webkit-transform-origin: center;
    -moz-transform-origin: center;
    -o-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    animation: beat 0.9s infinite alternate;
    margin-top: 10px;
}
/* Heart beat animation */
@keyframes beat{
    to { transform: scale(1.1); }
}

@keyframes "beat" {
 to {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    }
}
section.page-banner {
    background-color: #0093d8;
    padding: 60px 0;
}
h3.breadcrumb-page-title {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
}
.breadcdrumb-underline {
    border-bottom: 3px solid #ff6d00;
    width: 4%;
    margin: 15px 0 5px 0;
}
.breadcrumb-wrap>span>span>span>a {
    color: #fff;
}
.blog-single-title h1 {
    font-size: 29px;
    font-weight: 600;
}

.single-blog-image img {
    height: 300px;
    width: auto;
    margin: 0px auto;
}

.blog-single-content p, .blog-single-content ul li {
    font-size: 16px;
    text-align: justify;
    line-height: 37px;
}

.blog-single-content {
    padding: 20px 0;
}

.blog-single {
    /* border: 1px solid #ddd; */
    /* padding: 20px; */
    /* -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75); */
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    /* box-shadow: -1px 1px 5px 0px rgba(160, 160, 160, 0.75); */
}
.discount_box {
    background-color: #fbfbfb;
    margin: 20px 0;
    border-radius: 3px;
    text-align: left;
    box-shadow: 1px 2px 3px #ddd;
}

.discount_box p {
    font-size: 13px;
    font-weight: 600;
    background-color: #157ac3;
    padding: 5px;
    color: #fff;
    /* border-bottom: 1px solid #ffa461; */
}

.discount_box h4 {
    font-size: 19px;
    font-weight: 600;
    padding: 10px 7px;
    color: #585858;
}

.discount_btn {
    text-align: center;
}
li.disc-box .box-inner a {
    /* color: #ff585c; */
}
.course-wrapper {
    background-color: #fff;
    /* border: 1px solid #ddd; */
    margin: 20px;
    padding: 20px;
    text-align: center;
    position: relative;
    box-shadow: 1px 1px 27px -15px #ddd;
    transition: all 0.9s;
}

.course-title a h3 {
    font-size: 21px;
    font-weight: 600;
    color: #000;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    line-height: 30px;
    margin: 15px 0 7px 0;
}

.course-title {
    border-bottom: 1px dotted #ddd;
    margin: 20px 0 7px 0;
}

.course-wrapper:hover .courses-seller-tag .cus_badge {
    transition: all 0.6s;
    background-color: #ff6d00;
}

.courses-seller-tag {
    position: absolute;
    left: -10px;
    top: 3%;
}

.courses-seller-tag:after {content: "";background-color: #0093d8;height: 24px;width: 14px;top: 27%;position: absolute;left: 0;z-index: -1;transform: skewY(35deg);}

.courses-rating {
    margin: 12px 0;
}

.courses-rating .filled {
    color: #ffbf0c;
}

.courses-rating span {
    font-size: 14px;
    letter-spacing: 0.3px;
    font-weight: 600;
}

.ratingtitle {
    font-size: 12px !important;
    margin-left: 5px;
    color: #9c9c9c !important;
}

.course-details p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
    font-weight: 550;
    color: #757575;
    letter-spacing: 0.3px;
    min-height: 140px;
}

.btn-orage {
    border: 1px solid #ff6d00;
    border-radius: 0;
    background-color: #ff6d00;
    color: #fff;
}
.course-title {
    height: 90px;
    width: 100%;
    display: table;
}

.course-title a {
    display: table-cell;
    vertical-align: middle;
}

.btn-orage:hover {
    background: transparent;
    color: #ff6d00;
    transition: all 0.6s;
}

.btn-orage:hover i {
    margin-left: 10px;
    transition: all 0.6s;
    color: #ff6d00;
}

.btn-orage i {
    transition: all 0.6s;
    margin-left: 5px;
}

.course-wrapper:hover .courses-seller-tag:after {
    background: #ff6d00 !important;
    transition: all 0.6s;
}
.course-wrapper:hover {
    transform: translateY(-10px);
    transition: all 0.9s;
}
.fixed-sidebar-menu ul {
    /* background-color: #eaeaea; */
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(167, 167, 167, 0.75);
}

.fixed-sidebar-menu ul li.active {
    background-color: #0093d8;
    color: #fff;
    left: -10px;
    transition: all 0.6s;
    width: 270px;
    position: relative;
    border-bottom: 1px solid transparent;
}

.fixed-sidebar-menu ul li.active:before {
    content: "";
    background-color: #157ac3;
    height: 55px;
    width: 55px;
    top: 41%;
    position: absolute;
    left: 0px;
    z-index: -1;
    transform: skewY(37deg);
    transition: all 0.6s;
}

.fixed-sidebar-menu ul li.active i {
    color: #fff;
}
.fixed-sidebar-menu ul li:hover a {
    color: #fff;
}

.fixed-sidebar-menu ul li:hover a i {
    color: #fff;
}
.bg-image-single-course {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/03/single-banner.jpg);
    position: relative;
    background-size: cover !important;
    width: 100%;
    height: 100%;
    top: 0;
    background-repeat: no-repeat !important;
    background-attachment: fixed !important;
}

.bg-image-single-course:before {
    content: "";
    position: absolute;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: #00000096;
}
.course-contact-details {/*     border: 1px solid #ddd; */padding: 20px 10px;border-radius: 3px;-webkit-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: -2px 2px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 2px 8px 0px rgba(214, 214, 214, 0.75);margin-top: 15%;}
.discount_hover h5 {
    font-size: 15px;
    border-bottom: 2px solid #337ab7;
    display: inline-block;
    padding-bottom: 7px;
    font-weight: 600;
}
.ct_box_hover h5 {
    font-size: 15px;
    border-bottom: 2px solid #337ab7;
    display: inline-block;
    padding-bottom: 7px;
    font-weight: 600;
}
.banner-search-bar .form .input-group .form-control {
    border-radius: 0 !important;
}
.single-course-intro:after {content: "";position: absolute;left: -90px;background: linear-gradient(45deg, #0e6cce, #0d63bd, #0e6cce);height: 450px;width: 100%;top: 0;display: none;}

.single-course-intro:before {content: "";transform: skew(-22deg, 0deg);position: absolute;top: 0;background: linear-gradient(45deg, #0e6cce, #0d63bd, #0e6cce);height: 450px;width: 100%;left: 0;display: none;}

.course-intro-content {
    position: relative;
    z-index: 1;
}

.single-course-intro {/* padding: 60px 0; */position: relative;/* background-color: #ffffff63; *//* padding: 20px; *//* border-radius: 4px; */}

.bredcrumb-wrap {
    position: relative;
    z-index: 1;
}
.course-review-wrapper {
    /* border: 1px solid #ddd; */
    padding: 15px;
    margin: 10px;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(185, 185, 185, 0.75);
    border-radius: 1px;
}

.course-review-content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    text-align: center;
}

.course-review-info h4 {
    font-size: 18px;
    margin: 0px;
    font-weight: 600;
    color: #0093d8;
    margin: 10px 0 5px 0;
    letter-spacing: 0.3px;
}
.course-video-wrap iframe {
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.flip {
  position: relative;
}
.flip > .front,
.flip > .back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 2s;
  transition-property: transform, opacity;
}
.flip > .front {
  transform: rotateY(0deg);
}
.flip > .back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.flip:hover > .front {
  transform: rotateY(180deg);
}
.flip:hover > .back {
  opacity: 1;
  transform: rotateY(0deg);
}
.flip.flip-vertical > .back {
  transform: rotateX(-180deg);
}
.flip.flip-vertical:hover > .front {
  transform: rotateX(180deg);
}
.flip.flip-vertical:hover > .back {
  transform: rotateX(0deg);
}

.flip {
  position: relative;
  /* display: inline-block; */
  /* margin-right: 15px; */
  /* margin-bottom: 15px; */
  margin: 15px;
}
.flip > .front,
.flip > .back {
  display: table;
  /* color: white; */
  text-align: center;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 100px;
  width: 100%;
  /* padding: 1em 2em; */
  background: #777777;
  border-radius: 5px;
  background-color: #1288ff;
}
.flip > .front p,
.flip > .back p {
  line-height: 20px;
  color: #e6e6e6;
  text-align: justify;
}
.back>.back-content>a>h2 {
    font-size: 18px;
    font-weight: 600;
    /* border-bottom: 2px solid #ff6d00; */
    padding-bottom: 10px;
    color: #efefef;
    margin-top: 5px;
    line-height: 25px;
}
.back-content {
    display: table-cell;
    vertical-align: middle;
}

.back>p {
    font-size: 14px;
}
.flip-layer {
    /* position: absolute; */
    /* background-color: #00000042; */
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.front>h1 {
    font-size: 30px;
    position: absolute;
    bottom: 0px;
    font-weight: 600;
    color: #fff;
    top: 40%;
    margin: 0px;
    display: inline-block;
    width: 100%;
    padding: 7px;
    border-radius: 0px 0px 10px 10px;
    min-height: 75px;
    text-align: center;
    text-shadow: #474747 1px 1px 1px;
}

.back {
    padding: 1em 2em;
}
.about-home-form {
    margin: 0;
    text-align: left;
    padding: 0;
    border-radius: 50px 5px;
    /* background-color: #fbfbfb; */
    box-shadow: 0px 2px 12px 0px #ff6d00;
    border: 1px solid #f1f1f1;
}
.front img {
    height: 100px;
    width: auto;
    padding: 10px;
}
.popular-course > .front{
    background: #fff !important;
    text-align: center;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(167, 167, 167, 0.75);
}
.popular-course {
    margin: 15px;
}
.flip > .front{
    background: #fff !important;
    /* border: 1px solid #ddd; */
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(167, 167, 167, 0.75);
}

section.popular-course-section {
    padding: 60px 0;
    background-color: #f1f1f259;
}
.view-all-btn {
    text-align: center;
    margin: 35px 0 20px 0;
}

.view-all-btn a {
    padding: 10px 25px;
}
.review-rating span {
    color: #fbb20f;
    font-size: 13px;
}
.fixed-sidebar-menu ul li a:before {
    content: "\f105";
    font-family: fontawesome;
    color: #7f7f7f !important;
    margin-right: 5px;
    font-weight: 400;
}
.discount_btn a {
    background-color: #ff6d00 !important;
    border: 1px solid #ff6d00 !important;
}
.about-home-form-title h3 {
    font-size: 16px;
    text-align: center;
    margin: 0;
    margin-bottom: 0px;
    color: #fff;
    line-height: 25px;
    font-weight: 600;
    /* border-bottom: 2px solid #0093d8; */
    /* padding-bottom: 5px; */
    letter-spacing: 0.3px;
    text-transform: capitalize;
}
.about-home-form-title {
    padding: 20px 10px;
    background-color: #0093d8;
    /* margin-bottom: 11px; */
    border-radius: 50px 5px 0px 0;
}

.about-home-form form {
    padding: 20px 20px 35px 20px;
background-color: #ff6d00 !important;
border-bottom-right-radius: 50px;
}

.course-single-form-title h3 {
    text-align: center;
    font-size: 15px;
    color: #fff;
    line-height: 25px;
    margin: 0px 0px 25px 0;
    border-bottom: 2px solid #e4e4e4;
    padding-bottom: 5px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: capitalize;
}


.course-details {
    display: flex;
    margin: 30px 0 0 0;
}

.course-trainer-no {
    
    padding: 10px 25px;
    border-radius: 20px;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 170px #5b5b5b;
    -moz-box-shadow: 0 0 30px #5b5b5b;
    
}

.course-trainer-no h3 {
    margin: 8px 0;
    font-size: 19px;
    
    color: #fff;
    font-style: italic;
    text-shadow: 1px 2px 3px #383838;
}

.course-trainer-no p {
    font-size: 15px;
    color: #fff;
    margin: 0;
    line-height: 15px;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 3px #383838;
    min-height: auto;
}

.course-trainer-no a {
    line-height: 10px;
    color: #fff;
}

.course-batch {
    
    padding: 10px 25px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 170px #5b5b5b;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    
  
}

.course-batch h3 {
    margin: 8px 0;
    font-size: 19px;
   
    color: #fff;
    text-shadow: 1px 2px 3px #383838;
    font-style: italic;
}

.course-batch ul li {
    font-size: 15px;
    line-height: 27px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    text-shadow: 1px 2px 3px #383838;
}

.course-batch ul li strong {
    color: #fff;
    margin-right: 8px;
}
.single-detail-wrapper {
    height: 65px;
    display: table-cell;
    vertical-align: middle;
}

.br-brder {
    border-bottom: 2px solid #ff6d01;
    width: 40%;
}
.batch-schedule-list {
    /* border: 1px solid #ddd; */
    border-radius: 3px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(204, 204, 204, 0.75);
}

.batch-schedule-list table tbody tr td {
    padding: 17px 15px;
    border-right: 1px solid #f1f1f1;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

.batch-schedule-list table tbody tr td:last-child {
    border: 0;
}

.batch-schedule-list table tbody tr {
    border-bottom: 1px solid #ddd;
}
.batch-schedule-list table thead {
    background-color: #ff6d00;
    border: 0;
}

.batch-schedule-list table thead tr th {
    border: 0 !important;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
    /* border-right: 1px solid #ddd; */
}

.batch-schedule-list table tbody tr:last-child {
    border: 0;
}

.batch-schedule-list table thead tr th i {margin-right: 5px;}
section.call-to-action-single {
    padding: 60px 0;
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/02/ballpen-blur-close-up-computer-461077-1-min.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}

section.call-to-action-single:before {content: "";position: absolute;top: 0;height: 100%;width: 100%;background-color: #00000094;}
.call-to-action-single-form {
    background-color: #232323;
    position: relative;
    padding: 57px 19px 51px 21px;
    border-radius: 30px;
    text-align: center;
    margin-bottom: 20px;
   -webkit-box-shadow: 0 0 30px #fff;
}


.call-to-action-single-form form .btn-blue {
    margin-top: 20px;
    padding: 10px 60px;
}
.call-to-action-single-form form .form-control {
    height: 45px !important;
}
.placement-image img {
    height: 50px;
    width: 50px;
    margin: 0px auto;
}

.placement-wrapper {
    text-align: center;
    /* border: 1px solid #ddd; */
    border-radius: 4px;
    padding: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 2px 5px 0px rgba(189, 189, 189, 0.75);
    transition: all 0.6s;
}

.placement-title h3 {
    font-size: 16px;
    min-height: 50px;
    line-height: 22px;
    margin: 10px 0;
    font-weight: 600;
}

.placement-title {
}

.placement-image {
    margin-bottom: 20px;
}

.placement-wrapper:hover {
    background-color: #157ac3;
    transition: all 0.6s;
    transform: scale(1.03, 1.03);
}

.placement-wrapper:hover .placement-image img {
    filter: brightness(0)invert(1);
}

.placement-wrapper:hover .placement-title h3 {
    color: #fff;
}
.scroll {
    background-color: #ff6d00;
    padding: 10px 0;
}

.scroll p {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.3px;
}
.couser-single-video-wrap form .form-control {
    border-bottom: 1px solid #ddd;
    border-top: 1 !important;
    border-left: 1 !important;
    border-right: -1px !important;
    height: 45px !important;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.3px;
    background-color: transparent;
    color: #fff !important;
    border-radius: 1 !important;
}
.about-home-form form .form-control {
    height: 45px !important;
    color: #000 !important;
	background-color: white !important;
}
.couser-single-video-wrap form .form-control::placeholder {
    color: #fff !important;
}
.course-image img {
    height: 200px;
    width: 100% !important;
    object-fit: cover;
    border-radius: 3px;
    box-shadow: 3px 1px 8px 0px rgba(76, 76, 76, 0.75);
}

.course-image {
    margin: 3px 10px;
}
.couser-single-video-wrap form select {
    background-color: transparent !important;
    color: #0093d8 !important;
}

.couser-single-video-wrap form select option {
    color: #000 !important;
    font-size: 15px !important;
}
.vision-mission-content {
    position: relative;
    text-align: center;
}

.vision-mission-content p {
    color: #fff !important;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}


.help-block {
    color: #fff !important;
}
section.brdcrumb-section {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/05/online-training.jpg);
    padding: 80px 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
}

.brdcrumb-section:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    background-color: #0000004f;
    top: 0;
}

.brdcrumb-section-content {
    text-align: center;
}
.brdcrumb-section-content h3 {
    font-size: 30px;
    margin: 10px 0;
    color: #fff;
    font-weight: 600;
}

.brdcrumb-section-content p {
    color: #fff;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
}

section.online-training-section {
    background-color: #fafafa;
    padding: 60px 0;
}

.online-training-content p {
    font-size: 17px;
    text-align: justify;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 25px;
	padding-left: 10px;
    padding-right: 10px;
	letter-spacing: 0.3px;
}

.online-training-form {
    padding: 30px 25px;
    background-color: #fff;
    /* border: 1px solid #ddd; */
    border-radius: 2px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(214, 214, 214, 0.75);
    
}
.online-training-form form .form-group {
    margin-bottom: 25px;
}
.online-training-contact {
    margin-top: 20px;
}

.contact-call-icon {
    height: 50px;
    width: 50px;
    background-color: #fff;
    text-align: center;
    border-radius: 90%;
    border: 1px solid #ffd2b1;
}

.contact-call-icon i {
    line-height: 50px;
    font-size: 20px;
    font-weight: 800;
    color: #ff6d00;
}

.contact-call-details p {
    font-size: 16px;
}

.contact-call-details {
    margin-top: 4px;
    margin-left: 5px;
    font-weight: 600;
}

.contact-call-details p a {
    margin-right: 5px;
    margin-left: 5px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
    color: #ff6d00;
}
.online-training-form-title h3 {
    font-size: 22px;
    margin: 0px 0 20px 0;
    text-transform: capitalize;
    letter-spacing: 0.3px;
}
.controls label {
    text-align: left;
    width: 100%;
    color: #fff;
    font-size: 15px;
    margin-left: 9px;
}

.controls checkbox {
  
}

input[type="checkbox"] {
      text-align: left;
      color: #fff;
      margin: 4px 10px 0 8px !important;
}

.controls {
    text-align: left;
    margin: 0px 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.checkbox-controls {
    display: flex;
    margin: 10px 0;
}
.single-courses .copyright-footer {
    padding: 2px 0;
}
.mob-standard-logo {
    width: 190px;
}
.online-training-form .form .form-group .controls .control-label {
    color: #333333 !important;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
section.online-section {
    background-color: #fafafa;
    padding: 0 0 60px 0;
}

.online-training-content ul li {
    font-size: 16px;
    line-height: 35px;
    list-style: circle;
    list-style-position: inside;
}

.online-training-content ul {
    margin-bottom: 15px;
}
.feature_box p {
    min-height: 110px;
    margin: 15px 0;
}
.home-prefc {
    margin-bottom: 20px;
}
.about-home-form form label {
    margin-bottom: 0 !important;
}
.instagram {
    color: #405DE6;
}
.whatsapp-icon {
    position: fixed;
    bottom: 4%;
    left: 2%;
    z-index: 9;
}

.whatsapp-icon a i {
    font-size: 25px;
    /*     position: absolute;
    bottom: 19%;
    left: 3%; */
    color: #fff;
    background-color: #25D366;
    padding: 7px 10px;
    border-radius: 5px;
}
.single-course-content ul li strong {
    display: contents;
}
section.courses-list-section {
    padding: 60px 0;
}

.category-box {
    /* border: 1px solid #ddd; */
    margin: 20px 0;
    padding: 15px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(195, 195, 195, 0.75);
    border-radius: 3px;
    transition: all 0.6s;
}

.cat-info a h3 {
    font-size: 20px;
    text-align: left;
    line-height: 25px;
    margin: 10px 0;
    font-weight: 600;
}

.cat-info {
    height: 81px;
    width: 100%;
    display: table;
}

.cat-info {
    display: table-cell;
    vertical-align: middle;
}
.cat-image img {
    height: 50px;
    width: auto;
}
.cat-image {margin: 20px 0;}
.category-box:hover {
    transition: all 0.6s;
    transform: scale(1.05, 1.05);
}
.post-item .course-wrapper {
    margin: 20px 0;
}
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input {
    background-color: #fff !important;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: #fff !important;
    background-image: radial-gradient(ellipse at center,#ffffff,#ffffff) !important;
}

div.asl_w {
    background-image: radial-gradient(ellipse at center,#ffffff,#ffffff) !important;
}
div.asl_w .probox .promagnifier {
    background-image: linear-gradient(180deg,#157ac3,#157ac3) !important;
    width: 12% !important;
}
.banner-search-bar {
    width: 70%;
    margin: 0px auto;
}
.hamburger-inner {
    height: 3px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    height: 4px;
    line-height: 25px;
}
#wprmenu_bar .bar_logo {
    height: 70px !important;
    width: 90px !important;
    
}
#wprmenu_bar .menu_title {
    top: -17px;
    text-align: center;
}
div#mg-wprm-wrap form.wpr-search-form button.wpr_submit {
    top: 23px !important;
}
form#search-form {
    display: flex;
}
form#search-form button {
    width: 20%;
    background-color: #0093d8;
    color: #fff;
    border: 0;
}
form#search-form .form-control {
    border-radius: 0 !important;
}
section.no-results.not-found {
    text-align: center;
}
.page-content p {
    margin-bottom: 21px;
    font-size: 15px;
    letter-spacing: 0.3px;
}
.modal-body-form form .form-control {height: 45px;font-weight: 500;letter-spacing: 0.5px;}
.modal-body-form form .form-control::placeholder {
    color: #585858;
    font-weight: 400;
    letter-spacing: 0.5px;
}
.modal-body-form .controls label {
    color: #333;
}
.modal-body-form input[type="checkbox"] {
    color: #333;
}
.modal-body-form .checkbox-controls {
    color: #6f6f6f;
}
div#right-sidebar .panel .panel-heading h3 {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #fff;
    margin: 5px 0;
}

div#right-sidebar {}

div#right-sidebar .panel .panel-heading {
    background-color: #0093d8;
    border: 0 !important;
}

div#right-sidebar .panel .panel-content {
    padding: 10px 15px;
}

div#right-sidebar .panel .panel-content ul li {
       line-height: 40px;
    margin-bottom: 6px;
    border-bottom: 1px solid #efefef;
    padding-bottom: 9px;
}

div#right-sidebar .panel .panel-content ul li a {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #333;
    text-transform: capitalize;
}

div#right-sidebar .panel .panel-content ul li:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px;
    font-weight: 600;
    color: #0193d8;
}

div#right-sidebar .panel .panel-content ul li a:hover {
    transition: all 0.6s;
    margin-left: 5px;
    color: #0193d8;
}

div#right-sidebar .panel {
    border: 0;
    -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 5px 0px rgba(185, 185, 185, 0.75);
}

.blog-title h4 a {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 10px 0;
    line-height: 30px;
    color: #5a5a5a;
}

.blog-info ul {
    display: inline-flex;
}

.blog-info li {
    font-size: 14px;
    margin: 0px 0px;
    border-right: 1px solid #ddd;
    padding: 0px 8px;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #0193d8;
}

.blog-info li:first-child {
    margin: 0;
    padding-left: 0;
}

.blog-info li:last-child {
    border: 0;
}

.blog-info {
    margin-bottom: 10px;
}

.blog-content p {
    font-size: 15px;
    letter-spacing: 0.3px;
    color: #6f6f6f;
    text-align: justify;
}

.blog-single-design {
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
}
.blog-info li {
    list-style: unset;
}

article .blog-info ul {
    text-align: left;
    margin-left: 0;
}

.blog-buttn a {
    font-weight: 700;
    font-size: 15px;
    color: #ff6d00;
}

.blog-buttn a i {
    margin-left: 4px;
    font-weight: 600;
}

.blog-buttn a:hover {transition: all 0.6s;margin-left: 5px;}
div#right-sidebar .panel .panel-content ul li:last-child {
    border: 0;
    margin: 0;
}
.panel {
    margin: 0 !important;
    border: 0 !important;
}

.search-bd h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}
.contactform-controls label span input {
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 2px;
    margin-top: 10px;
    height: 35PX;
}

.contactform-controls label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.6px;
    color: #333;
}
.contactform-controls label span textarea {
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 2px;
    margin-top: 10px;
    height: 70PX;
}

.contactform-controls {
    margin-bottom: 10px;
}


input.wpcf7-form-control.wpcf7-submit {
    background-color: #ff6d00 !important;
    border: 0;
    box-shadow: none;
    color: #fff !important;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 20px;
    width: 100%;
    margin-top: 24px;
}
.home-form label span input {
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 2px;
    margin-top: 10px !important;
    height: 30px;
}
.contactform-controls input[type="checkbox"] {
    height: 15px;
    text-align: left !important;
    float: left;
    /* margin-right: 10%; */
    margin-left: -47% !important;
}

.home-form label {
    width: 100%;
      
}

.home-form {
    margin-bottom: 10px;
}

.home-form label span input[type="checkbox"] {
    width: auto;
    height: auto;
}
.footer-form label span input {
    height: 40px;
    border: 0px;
    border-radius: 3px;
    width: 100%;
    margin-top: 5px;
}

.footer-form {
    margin: 0px 0px;
    padding: 0px 0px;
    text-align: left;
}

.footer-form label {text-align: left;color: #fff;font-size: 14px;letter-spacing: 0.5px;line-height: 30px;}
.footer-form input {width:100%;min-height: 45px;}
/*Mobile Devices Inc Iphone 5,6,7,8 Portrait*/
@media (max-width: 767px) {
    #wprmenu_bar .bar_logo {
        
        margin-left: 100px !important;
	}
    .certificate-image img {
        margin-top: 20px;
    }
    .breadcrumb-content {
        padding: 0px 15px !important;
    }
    .what-can-do-box-wrap {
        margin: 20px 0px !important;
        padding: 10px 0 !important;
    }

    .what-can-do-box-wrap h3 {
        min-height: 45px;
    }
    div#fix-sidebar {/*position: unset !important;*/display: none;}
    div#fix-sidebar-sticky-wrapper {height: 0px !important;*/}
    .is-sticky .fixed-sidebar-menu ul {width: 100%;}
    .fixed-sidebar-menu ul li.active {width: 100%;}
    .syllabus-btn {text-align: center;}
    .course-video-wrap {margin-bottom: 15px;}
    .call-to-action-single-form {margin: 0 10px;}
    .course-intro-section {padding: 40px 0;}
    .course-trainer-no {padding: 8px;}
    .course-trainer-no h3 {font-size: 16px;}
    .course-batch h3 {font-size: 16px;}
    .course-details {margin-bottom: 20px;}
    .follow-wrap>h3 {font-size: 18px;}
    .follow-wrap {left: 10%;}
    .contact-details-box ul {display: unset;}
    .contact-details-box ul li {border-bottom: 1px solid #ddd;border-right: 0;}
    .emails-list ul {display: block;}
    .emails-list ul li {text-align: left;margin-bottom: 20px;margin-left: 0;}
    .banner-text h3 {font-size: 25px;text-shadow: none;line-height: 32px;}
    .banner-text {top: 50px;}
    #header-search-form {width: 100%;}
    section.home-banner {height: 350px;}
    section.contact-banner-details {margin-top: 20px;}
    .about-home-content {margin-bottom: 25px;}
    .why-choose-owl  .owl-nav {display: none;}
    .sevenmentor-course-owl  .owl-nav {display: none;}
    
    
    
    

    .modal-dialog {top: 15%;}
    .sevenmentor-realted-owl .owl-nav {display: none;}
    .whatsapp-icon {bottom: 7%;}
    .mob-menu-left-panel li, .leftmbottom, .leftmtop {padding: 0 !important;}
    .mobmenu .sub-menu li a {padding-left: 35px !important;}
    .mobmenu_content #mobmenuleft .sub-menu {padding: 10px 0 !important;}
    .mobmenu .sub-menu .sub-menu li a {padding-left: 55px !important;}
    .mob-menu-slideout-over .mobmenu_content {padding-top: 60px !important;}

   .search_submit input {
   
    width: 40% !important;
    
} 
.search_jobs input[type="submit"] {width: 40% !important;}
}



/*Mobile Devices Inc Iphone 5,6,7,8 Landscape*/
@media only screen and (min-device-width: 480px) and (max-device-width: 640px) and (orientation: landscape) {

}

/*Ipad and Ipad Pro Portrait*/
@media only screen and (min-width: 481px) and (max-width: 1024px) and (orientation:portrait) {

}

/*Ipad and Ipad Pro Landscape*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {

}

/*Portrait and landscape iPad Pro*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {

}

 
/ (1440x900) WXGA+ Display /
@media  screen and (max-width: 1440px) {

}
 
/ (1680x1050) WSXGA+ Display /
@media  screen and (max-width: 1680px) {
 
}

/ (1920x1080) Full HD Display /
@media  screen and (max-width: 1920px) {
 
}

/ (2048x1152) Full HD Display /
@media  screen and (max-width: 2048px) {

}
/ (2560x1440) Full HD Display /
@media  screen and (max-width: 2560px) {

}
/ (3440x1440) Full HD Display /
@media  screen and (max-width: 3440px) {

}

.footer-form label span input {
    color: #000;
    font-weight: 400;
    padding: 0px 10px;
}
.footer-widget .menu .menu-item a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    letter-spacing: 0.2px;
    line-height: 30px;
}

.footer-widget .menu .menu-item a:before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px;
    margin-left: -5px;
}
.batch-schedule-list table tbody tr td:last-child a {
    font-size: 14px;
}
form.job_filters {
    background-color: #157ac3;
    /* border: 1px solid #ddd; */
    padding: 19px 10px;
    -webkit-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -2px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -2px 0px 5px 0px rgb(185 185 185 / 75%);
    margin-bottom: 30px;
}

.search_submit input {
    font-size: 16px;
    width: 15% !important;
    margin: 0px auto;
    background-color: #ff6d00;
    color: #fff;
    border: 0 !important;
    padding: 10px;
    margin: 10px auto;
}

.search_submit {
    text-align: center;
}

.search_jobs input {
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 3px;
}
ul.job_listings {
    background-color: #fff;
    border: 0;
}
.blog-single-content h4, .blog-single-content h3 {
    font-size: 20px;
    margin: 20px 0;
}
ul.job-listing-meta.meta li {
    list-style: unset;
}
.Overview-content-wrap ul li {
    margin-bottom: 0;
    list-style: circle;
    list-style-position: inside;
}

.Overview-content-wrap ul {
    margin-bottom: 20px;
}
.blog-single-image a img {
    height: 350px;
    width: auto;
    margin: 0px auto;
}
.entry-content h2, .entry-content p {
    font-size: 17px;
}

.entry-content a img {
    height: 60px;
    width: 60px;
}

.blog-single-content h2 {
    font-size: 16px;
    line-height: 30px;
}

.entry-content {
    margin-top: 30px;
    padding: 0px 0 !important;
}
h2#reply-title {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
}
.blog-single-content p a img {
    height: 60px;
    width: 60px;
}

.comment-wrap {
    border-bottom: 1px solid #ddd;
    padding: 20px 10px 10px 10px;
    border-radius: 0;
}

div#comments h4 {
    font-size: 20px;
    font-weight: 600;
}

.author-avatar img {
    height: 30px;
    width: auto !important;
}

.author-avatar {
    margin-right: 10px;
    margin-bottom: 20px;
}

.author-comment .pull-left {
    font-size: 20px;
    font-weight: 600;
}

.comment-reply-link {
    border: 1px solid #0093d8;
    padding: 10px 20px;
    border-radius: 3px;
    background-color: #0093d8;
    color: #fff;
}

.comment-reply-link:hover {
    background-color: transparent;
    color: #0093d8;
}

.comment-meta, .comment-meta a {
    /* padding: 0px 5px; */
    font-size: 13px;
    font-weight: 600;
    color: #333;
}

.comment-meta i {
    margin-right: 8px;
}

.comment-meta {
    margin-bottom: 8px;
}

.comment-content p {
    font-size: 14px;
    line-height: 29px;
    text-align: justify;
    color: #757575;
}

ol.comment-list {
    margin-bottom: 25px;
}
li.menu-btn:last-child a {
   border-radius: 12px;
   background-color: #f47735 !important;
   color: #fff !important;
   line-height: 25px !important;
   margin-top: 23px !important;
}
.alert {
    text-align: left;
}
select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required.form-control {
    min-width: 100px !impotant;
}

/* Contact Address Box */
.contact-address-box{
    text-align: center;
    margin: 30px 0;
    padding: 0 15px;
    position: relative;
    border-radius: 10px;
    padding: 30px;
    background:#fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
}

.contact-address-box .contact-address-box-icon{
    width: 80px;
    height: 80px;
    line-height: 80px;
    display: inline-block;
    font-size: 35px;
    color: #ff6d00;
    border: 1px solid #e1e1e1;
    margin-bottom: 15px;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius: 50%;
}
.contact-address-box:hover{
        box-shadow: 0 0 15px #cccccc75;

}
.contact-address-box:hover .contact-address-box-icon{
    background: #ff6d00;
    color: #fff;
    border-color: #ff6d00;
    border-radius: 50%;
}
.contact-address-box .contact-address-box-icon:after{
    content: "";
    width: 100%;
    height: 100%;
    box-shadow: 0 0 0 3px #e1e1e1;
    position: absolute;
    top: -5px;
    border-radius: 50%;
    left: -5px;
    opacity: 0;
    padding: 5px;
    transform: scale(1.2);
    box-sizing: content-box;
    transition: all 0.2s ease 0s;
}

.contact-address-box:hover .contact-address-box-icon:after{
    transform: scale(1);
    opacity: 1;
}

.contact-address-box .contact-address-box-icon i{
    border-radius: 50%;
    font-size: 40px;
}

.contact-address-box h3{
    min-height: 100px;
    font-size: 16px;
    margin: 0 0 15px;
    line-height: 25px;
    font-weight: 550;
    text-align: center;
}
.contact-address-box ul {
    min-height: 130px;
}
.contact-address-box ul li {
    text-align: left;
    display: flex;
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 10px;
}
.contact-address-box ul li i {
    color: #ff6d00;
    padding: 2px 5px 0 0;
    font-size: 20px;
}
h3.contact-mail {
    min-height: 30px;
}

ul.contact-bottom-list {
    min-height: 125px !important;
    margin: 20px 0;
}


.address-box {

    margin-bottom: 30px;
    border-radius: 5px;
    background: #fff;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
    z-index: 1;
    min-height: 331px;
}
.address-box p{
    padding: 0px 10px 0px 10px;
}
.address-box-icon  {
    text-align: center;
    font-size: 45px;
    color: #ff6d00;
    padding: 10px 20px 10px 20px;
}

.address-box-icon:hover i {
    color: #0093d8;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.address-box-title h4 {
    font-weight: 550;
    text-align: center;
    font-size: 15px;
    line-height: 25px;
}


.address-box-icon:hover h4 {
    color: #0f6bce;
    transform: scale(1.2);
    transition: all 0.3s ease;
}

.address-box-title {
    background-color: #0093d8;
    margin: 0px !important;
    padding: 20px 10px 0px 10px;
    min-height: 120px;
    color: #ffffff;
}

.address-box-title:hover {
    background-color: #ff6d00;
}
.address-box ul {
    padding: 10px 15px 0px 15px;
}


/*social*/
.contact-social-icon {
    text-align: center;
}
.contact-social-icon a {
    border: 1px solid #6d6d6d;
    border-radius: 50%;
    width: 75px;
    height: 75px;
    padding-top: 25px;
    margin: 10px 30px;
    background:#fff;
    transition: all 0.15s ease;
}
.contact-social-icon a:hover {
    background: #ff6d00;
    transition: all 0.15s ease;
    border: 1px solid #fff !important;
}

.contact-social-icon a i {
    font-size: 26px;
    color: #6d6d6d;
}

/*map*/
.map-box-wrap {
    transition: all 0.3s ease;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.35);
}

/*network-counsulting-services*/
section.service-1 {
    background-color: #e8e8e8;
}
.white-title{
    color:#fff !important;
}
.overview-section{
    position: relative;
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/02/network-min.jpg);
    background-size: cover;
    background-position: center;
    background-attachment: fixed;   
}
.overview-section-list-ul li {
    text-align: center;
    color:#fff;
    font-weight: 700;
    font-size: 27px !important;
    line-height: 2.2em !important;
    border: 2px solid #fc7f3f82;
    margin: 15px 0px;
    padding: 0px 22px;
    border-radius: 30px;
    transition: all 0.3s ease;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.12);

}

.overview-section-list-ul li:hover {
    color: #ffffff;
    background-color: #0f6bce;
    transition: all 0.3s ease;

}
.overview-service-content p {
    font-size: 17px;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 30px;
    font-weight: 350;
}

.overview-layer {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000bf;
}

.capabilities img{
    height: 50px !important;
    width: 50px !important;
    margin: 0px auto;
    background-repeat: no-repeat !important;
}

.capabilities-content-text h4{
    font-size: 16px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.what-to-expect-wrap {
    background-color: #ffffff;
    box-shadow: 6px 28px 40px 0px rgba(0,0,0,0.1);
    padding: 30px;
}

.expect-brd{
    border-right: 1px solid #0f6bce40;
}

.what-to-expect-title h4 {
    font-weight: 700;
    line-height: 30px;
}

.what-to-expect-sub_content p{
    font-size: 15px;
    padding-right: 2px;
    line-height: 25px;
    font-weight: 350;
}

.what-to-expect-box-row-wrap{
    margin-top: 50px;
}

.what-to-expect-box-wrap{
    background-color: #ffffff;
    box-shadow: 6px 28px 40px 0px rgba(0,0,0,0.1);
    padding: 30px;
    margin-top: 30px;
    min-height: 231px;

}

.what-to-expect-sub_content a {
    margin-top: 20px;
    text-align: center;
}



.main-timeline{

    padding: 25px 0 0;
    position: relative;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 65%;
    margin: -20px auto 0;
    padding: 30px 0 0 50px;
    float: left;
    position: relative;
}
.main-timeline .timeline-content{
    color: #333;
    background-color: #fff;
    padding: 20px 90px 20px 100px;
    border-radius: 20px;
    display: block;
    position: relative;
}
.main-timeline .timeline-content:hover{ text-decoration: none; }
.main-timeline .timeline-content:before{
    content: '';
    background: linear-gradient(to right bottom,#0f6bce,#0f6bce);
    /* height: 150px; */
    width: 150px;
    border-radius: 10px 0;
    position: absolute;
    left: -50px;
    top: -30px;
    clip-path: polygon(0 0, 0% 100%, 100% 0);
}
.main-timeline .timeline-count{
    color: #fff;
    background: linear-gradient(to right bottom,#0093d8,#0093d8);
    font-size: 60px;
    font-weight: 600;
    text-align: center;
    line-height: 90px;
    height: 110px;
    width: 110px;
    border: 10px solid #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    border-radius: 50%;
    position: absolute;
    left: -30px;
    top: -10px;
}
.main-timeline .timeline-icon{
    color: #0D60A6;
    font-size: 40px;
    text-shadow: 0 0 5px rgba(0,0,0,0.1);
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
}
.main-timeline .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
    color:#000;
}
.main-timeline .description{
    font-size: 14px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    margin: 0 auto;
}
.main-timeline .timeline:nth-child(4n+2) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+2) .timeline-count{
    background: linear-gradient(to right bottom, #ff6d00,#ff6d00);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    color: #C42484;
}
.main-timeline .timeline:nth-child(4n+3) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+3) .timeline-count{
    background: linear-gradient(to right bottom, #0f6bce,#0f6bce);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    color: #0BC1A8;
}
.main-timeline .timeline:nth-child(4n+4) .timeline-content:before,
.main-timeline .timeline:nth-child(4n+4) .timeline-count{
    background: linear-gradient(to right bottom, #FF8C00,#FCB100);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    color: #FF8C00;
}


.our-services-section{
    background-size: cover;
    background-position: center;
    background-attachment: fixed;   
    position: relative;
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/02/ballpen-blur-close-up-computer-461077-1-min.webp);
}
.our-services-layer{
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #000000bf;
}

.our-services-heading-wrap h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 2px;
}

.our-services-content-wrap p {
    margin-left: 26px;
    line-height: 25px;
}

.top-m-wrap{
    margin-top: 35px;
}


/*Hr Services Page*/
.hr-services-box-wrap {
    margin-top: 30px;
    margin-bottom: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
    padding: 20px;
    border-radius: 3px;
    text-align: center;
    min-height: 230px;
    transition: all 0.3s ease;
}

.hr-services-box-icon {
    font-size: 50px;
    color: #5f92c7;
}

.hr-services-box-icon:hover{
    color: #ff7500;
    transform: scale(0.9);
    transition: all 0.3s ease;
}

.hr-services-content-wrap p {
    font-size: 17px;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 30px;
    font-weight: 350;
}

.we-help-box-wrap {
    text-align: center;
    padding: 30px 15px;
    margin: 20px;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
}

.we-help-box-content p {
    font-size: 17px;
    font-weight: 550;
    margin-top: 20px;
    transition: all 0.15s ease;
    min-height: 36px;
}

.we-help-box-icon {
    font-size: 50px;
    color: #5f92c7;
}

.we-help-box-icon:hover{
    color: #ff7500;
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.we-help-button {
    text-align: center;
    margin: 30px 0px;
}

.hr-services-image-wrap img {
    height: 370px;
    margin-top: 27px;
}

.vision-mission-content p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    margin-left: 12px !important;
    margin-right: 18px !important;
    font-weight: 300;
    text-align: justify;
}
.network-solutions-content p {
    text-align: center;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.3px;
}
.network-solutions-section {
    background-color: #f1f1f259;
}

.why-choose-content p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;    
}
.company-intro-section {
    background-color: #f3fbff;
}

.company-intro-content p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;

}

.job-roles-content h3 {
    text-align:center;
}

.job-roles-content p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;
}

.reason-content-box p{
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;    
}

.with-heading {
    text-align: center;
    padding: 50px;
}

.with-heading i, h3 {
    font-weight: 400;
    font-size: 25px;
}

.reason-content-box {
    box-shadow: -1px 0px 9px 0px rgba(191, 191, 191, 0.49);
    padding: 20px;
    margin: 10px;
    background-color: #fff;
}

.left-box{
    background-color: #f3fbff;
}
.why-comp-content p {
    line-height: 32px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.3px;
    text-align: justify;
}

.wgt-company-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
    border-radius: 3px;
    position: relative;
    z-index: 5;
}

.wgt-company-img:before {content: "";height: 200px;width: 200px;background-color: #0093d84f;border-radius: 360px;bottom: 52%;position: absolute;opacity: 0.3;z-index: 1;left: -65px;}

.wgt-company-img {
    position: relative;
}
.reasons-wrapper {
    /* border: 1px solid #ddd; */
    margin-bottom: 30px;
    text-align: center;
    padding: 20px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(140, 140, 140, 0.75);
    border-radius: 4px;
    background-color: #fff;
}

.reasons-wrapper h3 {
    margin: 0 0 15px 0;
    font-size: 23px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.3px;
    color: #ff6d00;
}

.reasons-wrapper p {
    font-size: 16px;
    line-height: 30px;
    min-height: 335px;
}
.seven-content p {
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.jobs-section {
    background-color: #e7f5fb;
    padding: 60px 0;
}

.job-roles-content {
    /* border: 1px solid #ddd; */
    width: 60%;
    margin: 10px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: -1px 0px 9px 0px #7d7d7d;
    border-radius: 3px;
}

.job-roles-content h3 {
    margin: 10px 0;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ff6d00;
}
.awsm-job-specification-term {/* display: none; */}

.awsm-job-item h2.awsm-job-post-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
    min-height: 57px;
}

span.awsm-job-specification-term {
    font-weight: 600;
    font-size: 13px;
}

span.awsm-job-specification-term:first-child::before {
    content: "\f105";
    font-family: fontawesome;
    margin-right: 5px;
    color: #0093d8;
}

span.awsm-job-more {
    background-color: #ff6d00;
    padding: 7px 20px;
    border-radius: 3px;
    color: #fff;
}

.awsm-job-more-container {
    margin: 20px 0 10px 0;
}

span.awsm-job-more:hover {
    margin-left: 5px;
    transition: all 0.6s;
}
.awsm-row .awsm-load-more-main {
    width: 15%;
    margin: 0px auto;
}

.awsm-load-more-btn {
    padding: 13px 20px !important;
    background-color: #ff6d00 !important;
    color: #fff !important;
    border-radius: 3px;
    box-shadow: none;
    border: 0;
    font-weight: 600;
}

.awsm-load-more-main a.awsm-load-more {
    border: 0 !important;
}
.semantic_ui .ui.table {
    border: 1px solid #ddd;
}

.semantic_ui .ui.table {
    /* border: 1px solid #ddd !important; */
    -webkit-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75) !important;
    -moz-box-shadow: -1px 2px 5px 0px rgba(0,0,0,0.75) !important;
    box-shadow: 0px 1px 7px -2px rgba(0,0,0,0.75) !important;
    margin: 10px !important;
    width: 100% !important;
    max-width: -webkit-fill-available;
    background-color: #fff;
    border-collapse: collapse !important;
}
.mt-section-blue {
    background-color: #f3fbff;
}
.contact-address-box ul li a {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.3px;
    margin-left: 10px;
}

.contact-address-box ul li i {
    font-size: 15px;
    margin-right: 5px;
}
.contact-social-icon a:hover i {
    color: #fff;
}
ul.cap-list {
    margin-left: 40px;
}
p.subtitle-p {
    margin-left: 25px;
}
.feature-box-wrap p {
    margin-left: 25px;
}

.mt-section{
    padding:40px 0px;
}
.mt-section-grey{
    background-color: #f7f7f7;
}
.placmenet-list-image-section{
    padding: 60px 0;
}
.section-title h4 {
    font-size: 40px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 900;
    position: relative;
    color: #fff;
    text-align: center;
}
.tranning-box-wrap h3 {
    min-height: 50px;
}
.tranning-box-wrap p {
    min-height: 75px;
}
.postion-box-wrap h3 {
    min-height: 30px;
}
.postion-box-wrap p {min-height: 150px;}
.benefit-box h5 {
    min-height: 30px;
}
.benefit-box p {
    min-height: 84px;
}
.page-sub-title h3 {font-size: 22px;font-weight: 600;margin-bottom: 10px;}
.sub-title-bar {
    width: 5%;
    height: 2px;
    background: #ff6d00;
    margin: 10px 10px;
}
.tranning-intro-wrap,.postion-box-wrap {
    text-align: center;
}
.tranning-intro-wrap a {
    margin-top: 20px;
}
.tranning-box-wrap,.postion-box-wrap {margin-bottom: 30px;background: #fff;box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);padding:20px;border-radius: 3px;text-align: center;min-height: 305px;transition: all 0.3s ease;}

.tranning-box-wrap .tranning-box-icon i,.postion-box-wrap i,.benefit-box i {
     font-size: 50px;
     color: #0093d8;
}
.benefit-box:hover i{
    color:#fff;
}
.tranning-box-wrap h3,.postion-box-wrap h4 {
    font-size: 22px;
    font-weight: 550;
}
.tranning-box-wrap p,.postion-box-wrap p {
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 19px;
}
.tranning-box-wrap:hover i,.postion-box-wrap:hover i {
    color: #ff6d00;
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.tranning-box {
    margin-top: 30px;
}
.highlight-functiong-wrap p,.highlight-intro-wrap p {
    font-size: 17px;
    letter-spacing: 0px;
    text-align: justify;
    line-height: 30px;
    font-weight: 350;
}

.highlight-intro-wrap h4,.highlight-functiong-wrap h4 {
    font-size: 20px;
    font-weight: 400;
}
.highlight-box-content {
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    margin: 20px;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
}
.highlight-box-content:hover img,.career-contact-wrap:hover {
    color: #ff7500;
    transform: scale(0.9);
    transition: all 0.3s ease;
}
.highlight-box-content img {
    height: 50px !important;
    width: 50px !important;
    margin: 0px auto;
    transition: all 0.3s ease;
}
.highlight-box-content h5 {
    font-size: 17px;
    font-weight: 550;
    margin-top: 20px;
    transition: all 0.15s ease;
    min-height: 36px;
}
.highlight-box-content:hover,.career-contact-wrap:hover {
    background: #ff6d00;
    color: #fff;
    transition: all 0.3s ease;
}
.career-contact-wrap:hover h3  {
  color: #fff;
}
.recruitment-wrap{
    margin-bottom: 40px;
}
.highlight-box-content:hover img, .highlight-box-content:hover
.highlight-box-content-image {
    filter: brightness(0) invert(1);
    transition: all 0.3s ease;
}
.training-contact-image {
    overflow: hidden;
    transition: all 0.15s ease !important;
    text-align: center;
    margin: 0px auto;
}
.training-contact-wrap {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
    padding: 20px;
    border-radius: 3px;
    overflow: hidden;
    transition:all 0.3s ease !important;
}
.training-contact-wrap:hover .bg-insurance_12,.training-contact-wrap:hover .bg-insurance_14 {
    transform: scale(0.9);
    transition: all 0.3s ease !important;
}
.training-contact-wrap:hover {
    color: #fff;
    background: #ff6d00;
    transition:all 0.3s ease !important;
}
.training-contact-wrap:hover a {
    background: #0093d8 !important;
}
.training-contact-wrap h4 {
    font-size: 20px;
    font-weight: 550;
}
.training-contact-wrap p {
    font-size: 17px;
    font-weight: 350;
    margin-bottom: 20px;
}
.training-contact-image .bg-insurance_12,.bg-insurance_14 {
    transition: all 0.15s ease;
    /* width: 300px; */
    margin-bottom: 20px;
}


/*Sprite images classes*/

/*training contact*/
.bg-insurance_12 {
    width: 400px; height: 300px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2.png') -10px -10px;
}
.bg-insurance_14 {
    width: 400px; height: 300px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2.png') -430px -10px;
}

.bg-audit {
    width: 64px;
    height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -10px -10px;
    margin: 0px auto;
}
.bg-cad {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -94px -10px;
    margin: 0px auto;
}
.bg-code_1 {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -10px -94px;
    margin: 0px auto;
}
.bg-code_2 {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -94px -94px;
    margin: 0px auto;
}
.bg-interior {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -178px -10px;
    margin: 0px auto;
}
.bg-museum {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -178px -94px;
    margin: 0px auto;
}
.bg-server_1 {
    width: 64px; height: 64px;
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/02/css_sprites-2-1.png') -10px -178px;
    margin: 0px auto;
}
/*Sprite images classes End*/

/*Privacy button*/
.privacy-wrap p,.terms-wrap p {
    text-align: justify;
    letter-spacing: 0px;
    line-height: 30px;
    font-size: 17px;
    margin-bottom: 30px;
}
.privacy-title{margin: 0px !important;}
.privacy-button{
    text-align: center;

}
.privacy-button a{
    margin:20px 10px 20px 0px ;

}
.terms-wrap ul li {
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 30px;
    margin-bottom: 10px;
}

.terms-wrap ul li i {
    color: #ff7500;
    font-size: 20px;
    font-weight: 900;
    margin-right: 5px;
}
ul.terms-inner-list li p {
    padding-left: 13px;
}
ul.terms-romen-list li {
    list-style: lower-roman;
    margin-left: 20px;
    padding-left: 5px;
}

/*Career page*/
.career-contact-wrap img {
    width: 75px;
    height: 75px;
}
.career-contact-wrap {
    margin: 0px 20px;
    text-align: center;
    text-align: center;
    padding: 30px 15px;
    background: #fff;
    transition: all 0.3s ease;
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
}
.career-contact-wrap h3 {
    font-size: 19px;
    font-weight: 650;
    margin: 13px 0;
    color: #ff6d00;
}
.career-contact-wrap p {
    font-size: 20px;
    font-weight: 550;
    letter-spacing: 0.5px;
}
.vission-content {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
    padding: 20px;
    margin: 0 0 15px 0;
    border-radius: 3px;
}
.vission-content h3 {
    font-size: 20px;
    font-weight: 600;
    color: #0e6cce;
    margin: 10px 0;
}
.vission-content p {
    font-size: 15px;
    letter-spacing: 0px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-align: justify;
}
.vission-image-wrap {
    overflow: hidden;
    box-shadow: 0px 0px 20px 0px rgba(131, 149, 255, 0.14);
    margin: 35px 0;
}
.vission-image-wrap img {
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.ready-title {
    margin-bottom: 50px;
}
.postion-box-wrap {
    margin: 20px 30px;
    padding:20px;
}
.benefit-box h5 {
    margin-bottom: 0px !important;
}
.ready-title {
    margin-bottom: 50px !important;
}

/*Student Placement List Page start*/

/*placement GLory*/
.placement-glory-wrap p {
    font-size: 17px;
    line-height: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;
}
.placement-glory-wrap-title-center{
    text-align: center;
}

.placement-glory-list-wrap {
    text-align: center;
    padding: 20px 30px;
    margin: 30px 10px;
    background: #fff;
    border-radius: 5px;
    border-bottom: 1px solid #ff6d00;
    border-top: 1px solid #ff6d00;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}
.placement-glory-list-wrap img {
    height: 70px;
    width: 70px;
    text-align: center;
    margin: 0px auto;
     -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31); 
    border-radius:50%;
}
.placement-glory-list-wrap h5 {
    font-size: 16px;
    line-height: 29px;
    min-height: 90px;
    margin-top: 15px;
}
.placement-glory-list-wrap:hover img {
    transform: rotateX(360deg);
    transition: all 1s ease;
}
/*placment Why section*/
.placement-why-section {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/02/ballpen-blur-close-up-computer-461077-1-min.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
.placement-why-section-overlay {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
.placement-why-wrap {
    padding: 60px 40px;
}
.placement-guranteed-wrap {
    background: #ff6d00;
    padding: 60px 40px;
    color: #fff;
}
.placement-why-list-wrap{
    margin: 20px 40px;
}

.placement-why-list-wrap ul li {
    font-size: 17px;
    color: #fff;
    line-height: 35px;
    display: flex;
    text-align: justify;
}
.placement-why-list-wrap ul li i {
    color: #ff6d00;
    padding-top: 9px;
    padding-right: 5px;
}
.placement-guranteed-wrap .bar {
    background: #fff;
}
.placement-guranteed-wrap .bar::before {
    background: #fff;
}

.placement-guranteed-wrap i {
    color: #fff !important;
}
/*Training Wrap*/
.training-benefits-wrap ul li {
    font-size: 17px;
    line-height: 35px;
    color: #848484;
    font-weight: 300;
    text-align: justify;
}
.training-benefits-wrap p {
    font-size: 17px;
    line-height: 30px;
    color: #848484;
    font-weight: 300;
    text-align: justify;
}
.training-benefits-wrap ul {
    margin-bottom: 20px;
}
.training-benefits-wrap ul li i {
    font-size: 18px;
    color: #ff6d00;
    padding-right: 5px;
    font-weight: 700;
}
/*Check Out Section*/
section.mt-section.check-out-section {
     padding: 70px 0;
     background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/02/ballpen-blur-close-up-computer-461077-1-min.jpg);
     background-attachment: fixed;
     background-size: cover;
     background-repeat: no-repeat;
     position: relative;
     width: 100%;
     height: 100%;
}
.check-out-overlay{
     content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
section.mt-section.check-out-section ul {
    position: relative;
    padding: 30px 30px;
    border: 2px solid#fff;
    animation: blink 2s infinite;
    border-radius: 5px;
}
section.mt-section.check-out-section ul li h4 {font-size: 30px;margin-right: 38px;color: #fff;}
section.mt-section.check-out-section ul li {
    text-align: center;
    margin: 30px auto;
}

section.mt-section.check-out-section ul li a {
    margin-top: 5px;
}
@-webkit-keyframes blink {
  0%,
  20%,
  50%,
  80%,
  100% {
    border-color:#ff6d00;
    color:#ff6d00;
  }
  50% {

       border-color:#fff;
       color:#fff;
  }
}
@-moz-keyframes blink {
  0%,
  20%,
  50%,
  80%,
  100% {
    border-color:#ff6d00;
    color:#ff6d00;
  }
  50% {

       border-color:#fff;
        color:#fff;

  }
}
@keyframes blink {
   0%,
  20%,
  50%,
  80%,
  100% {
    border-color:#ff6d00;
    color:#ff6d00;
  }
  50% {

       border-color:#fff;
        color:#fff;

  }
}
/*Placement FAQ*/

/*Satisfaction Guaranteed*/
.satisfaction-guaranteed-wrap{
  text-align: center;
    margin:20px 0 30px 0;
    background: #fff;
    padding: 20px 15px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);
}

.satisfaction-guaranteed-wrap .satisfaction-guaranteed-wrap-image > img{
    width: 70px;
    height: 70px;
   
    transition: all 0.2s ease-in-out 0s;
}
.satisfaction-guaranteed-wrap:hover .satisfaction-guaranteed-wrap-image > img{
    padding: 8px;
    transition: all 0.2s ease-in-out 0s;
    box-shadow:none;
}
.satisfaction-guaranteed-wrap-content h3 {
    font-size: 20px;
    font-weight: 550;
    line-height: 30px;
    min-height: 60px;
}
.satisfaction-guaranteed-wrap-content p {
    font-size: 17px;
    line-height: 30px;
    min-height: 180px;
}


/*Student Placement List Page End*/
.footable .open>.dropdown-menu li a:before {
    display: none;
}
.semantic_ui .ui.table {
    -webkit-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 4px 5px 0px rgba(183, 183, 183, 0.75);
    border: 0px !important;
    margin: 10px auto !important;
    /* overflow: hidden !important; */
}
.placement-faq .panel a .panel-heading h4 {
    font-size: 16px;
    font-weight: 600;
    color: #0093d8;
    letter-spacing: 0.3px;
}

.placement-faq .panel {
    margin-bottom: 20px;
}

.placement-faq .panel .panel-collapse {
    border-top: 1px solid #ddd;
}

.placement-faq .panel a .panel-heading {
    padding: 20px 15px;
}
.placement-glory-list-wrap h5 span {
    font-weight: 600;
    font-size: 17px;
    color: #0093d8;
}

/*Batch schedule*/
.latest-batch-wrap p {
    font-size: 17px;
    line-height: 34px;
    text-align: justify;
    letter-spacing: 0.2px;
}
.latest-batch-wrap h5 strong {
    color: #ff6d00;
    font-size: 17px;
        animation: blink 2s infinite;
}
.latest-batch-wrap h5 {
    font-size: 17px;
    line-height:30px
}


.batch-experience-box{
    text-align: center;
    padding: 40px;
    margin-top: 25px;
    overflow: hidden;
    position: relative;
    background: #ff6d00;
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/04/batch-schedule.jpg);
    border-radius:3px;
}
.batch-experience-box:before{
  content: "";
    position: absolute;
    top: 0;
    left:0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
.batch-experience-box .batch-experience-box-content{
    border: 4px double rgba(255,255,255,0.6);
    padding: 30px 30px 30px 30px;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.batch-experience-box h3{
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    line-height: 30px;
}


.batch-schedule-para {
    margin-top: 30px;
}
.batch-schedule-para p {
    color: #fff;
    position: relative;
    font-size: 24px;
    text-align: center;
}
.bacthces-section td.ninja_column_3.ninja_clmn_nm_visit_course_and_offer.footable-last-visible strong{padding-right:5px;}


.discount-section {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/04/batch-schedule.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
}
.discount-section:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
.discount-content-wrap {
    position: relative;
    padding: 60px;
    text-align: center;
}
.discount-content-wrap h4 {
    font-size: 50px;
    color: #fff;
}
.discount-content-wrap h5 {
    font-size: 30px;
    color: #fff;
    animation: blink 2s infinite;
        margin-top: 20px;
}
.discount-content-wrap p {
    font-size: 18px;
    color: #fff;
}
.discount-content-wrap ul.social_link {
    margin: 0 !important;
}

/* Hr services what-we-do-for-our-clients */
.Overview-content-wrap p {
    font-size: 17px;
    line-height: 30px;
    margin-bottom: 30px;
    color: #777;
    font-weight: 350;
    text-align: justify;
}

.Overview-content-wrap h3 {
    font-size: 20px;
    font-weight: 550;
}
.visson-mission-section {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/07/business-coach-0031.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 70px 0px;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-size: cover;
}

.visson-mission-section:before {content: '';position: absolute;height: 100%;width: 100%;background-color: #00000087;top: 0px;}

.vission-mission-box-wrap h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 700;
    position: relative;
    text-align: center;
    color:#fff;
    min-height: 37px;
}

.vission-mission-box-wrap p {
    font-size: 16px;
    color: #fff;
    line-height: 30px;
    margin: 10px 0;
    text-align: center;
    min-height: 275px;
}

.vission-mission-box-wrap {
    background: #f1f1f152;
    padding: 30px;
    border-radius: 3px;
}
.experience-box-section {
    padding: 60px 0;
}
.experience-box-wrap {
    padding: 30px;
    box-shadow: 0 15px 45px rgba(0,0,0,.1);
    text-align: center;
    border-radius: 5px;
    position:relative;
}

.experience-box-icon i {
    font-size: 47px;
    width: 100px;
    color: #ff6d00;
    font-weight: 500;
    height: 100px;
    border-radius: 50%;
    padding-top: 20px;
    border: 7px double #f1f1f1;
}

.experience-box-wrap h3 {
    font-size: 18px;
    line-height: 30px;
    min-height: 60px;
    font-weight: 600;
}
.experience-box-wrap p {
    font-size: 14px;
    line-height: 30px;
    min-height: 61px;
}
.experience-box-wrap p {
    color: #777;
}
.experience-box-wrap:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0e6cce94;
    transform-origin: right;
    transform: scaleX(0);
    transition: transform 0.5s;
}

.experience-box-wrap:hover:before {
    transform-origin: left;
    transform: scaleX(1);
    transition: transform 0.5s;
}

.experience-box-wrap:hover .experience-box-icon {
    position: relative;
}

.experience-box-wrap:hover .experience-box-icon i {
    position: relative;
    color: #fff;
}
.experience-box-wrap:hover h3{
    position:relative;
    color:#fff;
}
.experience-box-wrap:hover p{
    position:relative;
    color:#fff;
}
section.experience-section {
    padding-bottom: 60px;
}

.bpo-icon-wrap {
    margin: 30px 0;
}

.bpo-icon-wrap p {
    text-align: center;
    font-size: 28px;
    color: #157ac3;
}
/* Who Can Do Section */
section.mt-section.mt-section-grey.what-can-do-section {
    background: url('https://www.sevenmentor.com/wp-content/uploads/2020/07/business-coach-0031.jpg');
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-size: cover;
}
section.mt-section.mt-section-grey.what-can-do-section::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000087;
    top: 0px;
}
.what-can-do-box-wrap {
    text-align: center;
    padding: 30px;
    background: rgba(255, 109, 0, 0.51);
    padding: 50px;
    border-radius: 3px;
    margin: 30px;
}

.what-can-do-box-wrap i {
    font-size: 16px;
    color: #fff;
    border: 2px solid #fff;
    padding: 15px;
    border-radius: 50%;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 9px 0px rgba(191, 191, 191, 0.49);
}

.what-can-do-box-wrap h3 {
    color: #fff;
    position: relative;
    font-size: 20px;
}
/* career-opportunities */
.career-opportunities-wrap {
    border-bottom: 1px solid #157ac3;
    border-top: 1px solid #157ac3;
    margin-bottom: 40px;
}
/* job-syllabus */
.job-syllabus-content {
    margin-top: 100px;
}

.job-syllabus-image-wrap img {
    width: 100%;
    height: 400px;
    object-fit: cover;
        border-radius: 10px;
}
.Course-duration-section{
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/04/batch-schedule.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    padding:60px 0;
}
.Course-duration-section:before{
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #00000094;
}
.Course-duration-content {
    text-align: center;
    color: #fff;
    position: relative;
    padding: 30px;
    border: 5px double #ffffff5e;
    border-radius: 5px;
}
.Course-duration-content h3 {
    font-size: 40px;
}
/* course module */
.course-module-content-inner-list ul li,.course-module-content-inner p  {
    font-size: 17px;
    line-height: 30px;
    color: #777;
    font-weight: 350;
    text-align: justify;
}
.course-module-content-inner-list ul li i {
    color: #ff6d00;
    margin-right: 5px;
}

.course-module-image-wrap img {
    height: 700px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}


.hr-services
{
  color: #444;
  font-size: 14px;
}
.section-title-with-p-text-left h2 {
    font-size: 38px;
    margin: 12px 0px;
    color: #ff851a;
    font-weight: bold;
    text-align: center;
}
.hr-service-wrap {
    text-align: justify;
}
.hr-service-wrap p {
    text-align: justify;
    font-weight: 400;
    font-size: 15px;
    color: #a5a5a5;
}
.exp-info h4{
    font-size: 20px;

}


.what-we-content {
    text-align: center;
    border: 1px solid #f1f1f1;
    margin: 0px 0px 15px 0px;
    padding: 25px 10px;
    background-color: #0e6cce;
    -webkit-box-shadow: -1px 12px 10px -5px rgba(168,165,168,1);
    -moz-box-shadow: -1px 12px 10px -5px rgba(168,165,168,1);
    box-shadow: -1px 12px 10px -5px rgba(168,165,168,1);
}

.what-we-content i {font-size: 40px;color: #ff7d0b;}

.what-we-content h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    margin: 10px 0px 0px 0px;
}

.what-we-do{
   text-align: justify;
    font-weight: 400;
    font-size: 15px;
    color: #a5a5a5;
}
.container {}

.what-we-can-do {
    padding: 40px 0px;
}

.section-title-with-p-text-left{
  margin: 10px 0px;
    font-size: 45px;

}
.expand-salesp p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
     color: #a5a5a5;

}
.expand-img img {
    height: 300px;
    width: 100%;
}

.invest-time p {}

.invest-time p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
     color: #a5a5a5;
}

.invest-img img {
    height: 300px;
    width: 100%;
}

/*Why to Choose Us?*/
section.why-choose-us-sect {
    padding: 60px 0px;
}
.single-feature-area {
    padding: 30px;
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    margin-bottom: 50px;
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: -1px 0px 9px 0px rgba(191, 191, 191, 0.49);
    border-radius: 4px;
    margin: 10px;
}

.single-feature-area::after {
    position: absolute;
    z-index: 22;
    content: "";
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    bottom: 0;
    left: 0;
    height: 5px;
    width: 0;
    background-color: #0093d8;
}

.single-feature-area:hover::after {
    width: 100%;
}

.single-feature-area .feature-icon {
    margin-bottom: 30px;
    height: 100px;
    width: 100px;
    border-radius: 73% 27% 38% 62%/40% 43% 57% 60%;
    line-height: 100px;
    text-align: center;
    display: inline-block;
    -webkit-box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .15), 0 12px 64px 0 rgba(103, 151, 255, .15);
    box-shadow: 0 4px 24px 0 rgba(103, 151, 255, .15), 0 12px 64px 0 rgba(103, 151, 255, .15);
    -webkit-transition-duration: 600ms;
    -o-transition-duration: 600ms;
    transition-duration: 600ms;
}

.single-feature-area:hover .feature-icon {
    -webkit-transform: rotate(-360deg);
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.feature-content-text h4 {
    font-size: 18px;
    line-height: 25px;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.single-feature-area:hover {-webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.75);box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.31);}
.text-center .main-title-border {
    margin:  0px auto;
    margin-bottom: 40px;
}
.feature-icon img {
    height: 60px;
    width: 60px;
}

.feature-content-text p {
    font-size: 14px;
    line-height: 25px;
    min-height: 100px;
    color: #989898;
    letter-spacing: 0.5px;
}
/*course-section*/
.text-white {
    color: #fff;
}
.theme-title {
  text-align: center;
}
.theme-title p {
  margin-top: 5px;
}
.mt-course-section {padding: 60px 0px;}
.mt-course-section .row {
  margin-top: 45px;
}
.mt-course-section .hvr-float-shadow {
  /* margin-bottom: 30px; */
}
.mt-course-section .single-mt-course {
  /* border:1px solid transparent; */
  position: relative;
  /* padding: 20px; */
  /* z-index: 9; */
  margin: 15px;
  -webkit-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: -1px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: -1px 3px 5px 0px rgba(218, 218, 218, 0.75);
}
.mt-course-section .single-mt-course .date {
  font-size: 40px;
  line-height: 35px;
  border-right:1px solid #6f6f6f;
  text-align: center;
  padding-right: 20px;
  position: absolute;
  top:52px;
  left: 30px;
}
.mt-course-section .single-mt-course .date span {
  font-size: 14px;
  display: block;
  line-height: 21px;
}
.mt-course-section .single-mt-course h6 {
  font-size: 19px;
  text-transform: capitalize;
  text-align: center;
  margin: 0;
  min-height: 50px;
  line-height: 25px;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: contents;
  width: 100%;
}
.mt-course-section .single-mt-course ul li {
  display: inline-block;
  margin-right: 9px;
  margin-top: 18px;
  font-size: 13px;
  color:#a6a4a4;
}
.mt-course-section .single-mt-course ul li i {
  margin-right: 7px;
  font-size: 16px;
}
.mt-course-section .single-mt-course:before,
.mt-course-section .single-mt-course:after {
  content: '';
  position: absolute;
  width:100%;
  height:100%;
  z-index: -1;
  top:0;
  left:0;
  -webkit-transition: all .4s ease-in-out;
     -moz-transition: all .4s ease-in-out;
      -ms-transition: all .4s ease-in-out;
       -o-transition: all .4s ease-in-out;
          transition: all .4s ease-in-out;
}
.mt-course-section .single-mt-course:before {
  border-left:1px solid #f47f34;
  border-right: 1px solid #f47f34;
  transform: scale(1,0);
    -webkit-transform:scale(1,0);
    -moz-transform:scale(1,0);
    -ms-transform:scale(1,0);
    -o-transform:scale(1,0);
}
.mt-course-section .single-mt-course:after {
  border-top:1px solid #f47f34;
  border-bottom: 1px solid #f47f34;
  transform: scale(0,1);
    -webkit-transform:scale(0,1);
    -moz-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -o-transform:scale(0,1);
}
.mt-course-section .single-mt-course:hover:before,
.mt-course-section .single-mt-course:hover:after {
  transform: scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
}
.theme-bg-color {
  background: #0e6cce0a;
}
.section-title h2 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 900;
    position: relative;
    text-align: center;
}
.section-title h3 {
    font-size: 30px;
    line-height: 1.2em;
    margin-bottom: 15px;
    font-weight: 900;
    position: relative;
    text-align: center;
}
.bar {
    height: 6px;
    width: 90px;
    background: rgba(255, 109, 0, 0.49);
    margin: 20px auto;
    position: relative;
}
.text-left .bar {
    margin: 20px 0;
}

.bar::before {
    content: '';
    position: absolute;
    left: 45%;
    top: -3px;
    height: 12px;
    width: 10px;
    background: #ff6d00;
    border-radius: 80%;
}
.section-title p {
    font-size: 18px;
    line-height: 25px;
    margin: 0 auto;
    text-align: center;
    text-transform: capitalize;
}
.name-course {
    border-bottom: 1px solid #ddd;
    background-color: #ff6d00;
    height: 100px;
    width: 100%;
    display: table;
    padding: 0px;
    text-align: center;
}

.info-course {
    padding: 20px;
}
.cus_badge {
    border-radius: 3px;
    font-size: 10px;
    padding: 5px 10px;
    background: #0093d8;
    border: none;
    color: #fff !important;
    min-width: inherit;
    display: inline-block;
    font-weight: 700;
    line-height: 15px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    top: 0;
    z-index: 0;
    vertical-align: baseline;
    margin-right: 20px;
}

.cus_badge::after {
    background: inherit;
    content: '';
    height: 20px;
    position: absolute;
    top: 3px;
    transform: rotate(40deg);
    width: 15px;
    display: block;
    border-radius: 3px;
    right: -6px;
    z-index: -1;
}

.cus_badge.none {
    display: none
}
.related_reviews {padding: 20px;}

.raleted_ratings p {
    font-size: 12px;
    color: #938e8e;
    line-height: 20px
}

.raleted_ratings .fa.fa-star.filled {
    color: #ffb606
}

.raleted_ratings span {
    font-size: 14px;
    letter-spacing: 0.5px;
}

.raleted_ratings .ratingtitle {
}
.info-course p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin: 0;
}
.raleted_ratings p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.btn-transparent {
    background-color: #0093d8;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    /* border: 1px solid #ff7d0b; */
    border-radius: 0px 0px 0px 0px;
    letter-spacing: 0.5px;
    padding: 10px 12px;
    float: right;
    position: absolute;
    bottom: 0;
    right: 0px;
}
.btn-transparent:hover {
    color: #f47f34;
    background-color: #fff;
    background: unset;
    border: 1px solid #ff7d0b;
}
.btn-transparent:hover i {
    margin-left: 10px;
    transition: all 0.6s ease;
}
.name-course a {
    color: #fff;
    display: table-cell;
    vertical-align: middle;
    padding: 0px 15px;
}
/*blog*/
section.wrap-bg {
    padding: 60px 0px;
    background-color: #f3fbff;
}
.section-title {
    margin-bottom: 30px;
    position: relative;
}
.move {
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.single-features-light:hover .move {
    -webkit-transform: translateY(-26%);
    -moz-transform: translateY(-26%);
    -ms-transform: translateY(-26%);
    -o-transform: translateY(-26%);
    transform: translateY(-15%);
}

.single-features-light:hover i.secondary-color {
    opacity: 0;
}
.single-features-light .feature_link a {
    color:#fff;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.feature_link a,
.readmore {
    /* position: relative; */
    z-index: 1;
    line-height: 25px;
    letter-spacing:1px;
    font-weight:700!important;
    font-size:14px;
    padding:7px 20px;
    background: #0093d8;
    color:#fff;
    border: 1px solid #0093d8;
}

.feature_link a:hover,
.readmore:hover {
    border-color: #f47a34;
    background:#fff;
    color: #f79833;
}

.feature_link {
    opacity: 0;
    -webkit-transition: .4s;
    -o-transition: .4s;
    -moz-transition: .4s;
    transition: .8s;
    float: left;
    margin-top: 20px;
}

.single-features-light:hover .feature_link {
    opacity: 1;
}

/*transition for all hover element*/

.single-features-light,
.themeioan_services,
.tbl-pricing .tbl-prc-col .tbl-prc-wrap h5,
#members .item,
.services_image ,
.services_image:hover.hoverblack:before {
    webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/*end transition*/

.single-features-light {
    padding: 30px 15px;
    border-radius: 4px;
    border: 1px solid #e8e9f1;
    background:#fff;
    overflow: hidden;
    margin: 20px 0;
}

.single-features-light:hover {
    border: 1px solid #fff;
    -webkit-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px 4px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 8px 0px rgba(224, 224, 224, 0.75);
}

.single-features-light i {
    margin-right: 7px;
    color: #0093d8;
}
.icon-space-light .glyph-icon:before {
    font-size: 3em;
}
.single-features-light .move > i,
.single-features-light .move .icon-space-light  {
    webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.single-features-light a {
    color: #ff6d00;
}

.single-features-light h4 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
    text-align: left;
    margin-top: 15px;
    min-height: 60px;
    font-weight: 600;
}

.single-features-light p {font-size: 15px;text-align: left;line-height: 25px;margin-bottom: 25px;color: #6f6f6f;min-height: 100px;letter-spacing: 0.3px;}

.services .single-features-light {
    margin: 10px;
}
.b_tags span {
    font-size: 14px;
    color: #8c8888;
    margin-right: 10px;
    text-align: justify;
}

.b_contents p {
    font-size: 13px;
    line-height: 25px;
    height: 80px;
    overflow: hidden;
    color: #484646;
    margin-bottom: 20px
}

.b_dates span {
    font-size: 13px;
    color: #8c8888;
    min-width: 100px;
    display: inline-block;
    text-align: center
}
.b_tags {
    text-align: left;
}
.feature_link i {
    color: #fff;
}

.feature_link:hover i {
    color: #f58334;
}

.text-white p {
    color: #fffffff5 !important;
    font-weight: 500;
}
.text-left h3 {
    text-align: left;
}
/*counter*/
section.counter_section {
    background-image: url(https://www.sevenmentor.com/wp-content/uploads/2020/01/classroom.webp);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    padding: 70px 0px;
    background-attachment: fixed;
    background-position: center;
    position: relative;
    background-size: cover;
}
.counter_layer {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: #00000087;
    top: 0px;
}
.counter-wrap1 {
    text-align: center;
    /* border: 1px solid #0e6cce94; */
    background-color: rgba(255, 109, 0, 0.5);
    margin: 10px auto;
    padding: 35px 15px;
    border-radius: 2px;
}

.count-num>h4 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    margin: 15px 0;
    letter-spacing: 1px;
}
.counter-img {
    border: 1px solid #ff8d02;
    border-radius: 90px;
    height: 100px;
    width: 100px;
    padding: 25px;
    margin: 10px auto;
    background-color: #f3f3f3;
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
}

.counter-wrap1>p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    color:#fff;
    min-height: 50px;
}
.starratings {
    position: absolute;
    top: 28%;
}
.software-section {
    background-color: #f3fbff;
}
.course-networking {
    background-color: #c50000;
    border:0;
}

.course-software {
    background-color: #b72a83;
    border:0;
}

.course-cad {
    background-color: #a0009d;
    border:0;
}
.course-hr {
    background-color: #0e6cce;
}
/* career page*/
section.career-page {
    padding: 60px 0px;
}

span.awsm-job-specification-term {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
h2.awsm-job-post-title a {
    color: #000;
    font-size: 14px !important;
    font-weight: 600;
}


.awsm-job-more-container a {
    color: #337ab7;
    font-size: 16px;
}
.awsm-job-entry-content.entry-content p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.awsm-job-entry-content.entry-content ul li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.awsm-job-entry-content.entry-content p strong {
    font-size: 18px;
}

span.awsm-job-specification-label strong {
    font-size: 18px;
}

span.awsm-job-specification-term {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: left !important;
}
.awsm-job-form-inner h2 {
    color: #4585c7;
    font-size: 24px;
    margin-bottom: 20px;
}

.awsm-job-form-control {
    border-radius: 0;
    padding: 5px 10px;
    /* color: #333; */
    /* border-bottom: 1px solid #ddd; */
    /* border-top: 0px !important; */
    border-left: 1px solid #ddd !important;
    /* box-shadow: none !important; */
    /* border-right: 0px !important; */
    box-shadow: 3px 3px 5px 0 rgba(0,0,0,.04);
    border-top: 1px solid #ddd;
}
input#awsm-application-submit-btn {
    background: linear-gradient(53.08deg,#2a79c3  0%,#00aeef 100%);
    color: #fff;
    width: 150px;
    padding: 8px 12px;
    font-size: 16px;
}
input#awsm-application-submit-btn:hover{
    background-color: #2a79c3;
}

form#awsm-application-form label {
    font-size: 16px;
}
h1.entry-title.awsm-jobs-single-title {
    margin-top: 40px;
}
.resume-sect {
    margin-top: 30px;
}

.resume-sect p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.resume-sect a {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.awsm-job-single-wrap{padding: 20px 0px;}
/*perk */
.highlight-box-content:hover h5 {color: #fff;}
.awsm-filter-wrap .awsm-filter-item .awsm-job-form-control {
    min-height: 48px;
    padding-right: 58px;
    color: #333 !important;
    font-weight: 600;
}
.privacy-button p {
    color: #fff;
}
.pagination-center {
    text-align: center;
    margin: 20px 0 0 0;
}
.home-form .wpcf7-form-control {
    border: 1px solid transparent !important;
background-color: transparent !important;
color: #fff !important;
}


span.wpcf7-list-item {
    display: contents !important;
    margin: 0 0 0 1em !important;
}
.modal-body-form .home-form label {
    color: #000 !important;
}

.modal-body-form .home-form .wpcf7-form-control {
    border: 1px solid #d9d9d9 !important;
}

.home-form .checkbox-651 .wpcf7-form-control .wpcf7-list-item {
    display: contents !important;
}
.dropdown:hover .dropdown-menu {
   display: block;
}

.dropdown .dropdown-menu .dropdown-menu {
   display: none;
}

.dropdown .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
   display: block;
}
.single_page_verticle_form ul {
    display: flex;
    width: 100%;
}

.single_page_verticle_form ul li {
    width: 100%;
    margin: 10px;
}

.btn-submit-eqn {
    background-color: #ff6d00;
    color: #fff;
    padding: 10px;
    width: 100%;
}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li .dropdown-menu {display: none;}

.dropdown .dropdown-menu .dropdown-submenu .dropdown-menu li:hover .dropdown-menu {
    display: block;
}
.menu-btn-trend a {
    font-size: 12px!important;
    font-weight: 600 !important;
    padding: 5px 10px!important;
    background: #f47735;
    color: #fff!important;
    border-radius: 0;
    -webkit-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .62);
    -moz-box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .62);
    box-shadow: 0 3px 5px -3px rgba(0, 0, 0, .62);
    line-height: 30px !important;
    margin-top: 20px !important;
    margin-right: 10px !important;
}


.menu-btn-trend .dropdown-menu li a {
    box-shadow: none !important;
    margin-top: 0 !important;
    line-height: 0 !important;
}
ul#mega-menu-primary {
    margin-top: 8px !important;
}

.menu-btn-trend .mega-sub-menu li a {
    background: transparent !important;
    color: #000 !important;
    line-height: 8px !important;
}
.menu-btn-trend #mega-menu-30695-0 {
    padding: 20px 0px 25px 0px !important;
}
.wpcf7-form-control {
    border: 1px solid #ddd !important;
}

section.enrollment-sect {
    /*padding: 60px 0px;*/
    /*background-color: #dddd;*/
}

.image-enroll img {
    height: 40% !improtant;
    width: 20% !important;
    text-align: center;
}

.image-enroll {
    text-align: center;
}

.content-wraper p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-top: 20px;
    text-align: center;
    color:white;
}


.quick-info-titl h3 {
    text-align: center;
    line-height: 25px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color:white;
}

.quick-info-titl a {
    text-align: center;
}
.quick-info-titl {
    text-align: center;
}
.main-box-enroll {
    background-color: #0093d8 ;
    padding: 60px 0px;
}
.address-enroll {
    text-align: center;
    margin-top: 30px;
}
ul.enroll-contact-list li {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.course-detail-wrap h3 {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.enrollment-form {
    padding: 60px 0px;
}
select.wpcf7-form-control.wpcf7-select.form-control {
    border:1px solid#ddd !important;
}
.btn.btn-cancellation {
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    color: #000;
}
.quick-info-titl a {
    margin-top: 10px;
}
.local-form .wpcf7-form-control {
color: #fff !important;
border-bottom: 1px solid #ddd !important;
    background-color: transparent !important;
}
.mt-contact-form {
    margin-top: 40px;
    box-shadow: -1px 0 5px 0 rgb(185 185 185 / 75%);
    padding: 20px;
}
.mt-social_icons ul li.fb-color a {
    background-color: #1092f3;
}
.mt-social_icons ul li.twitter-color a {
    background-color:  #1da1f2;
}
.mt-social_icons ul li.youtube-color a {
    background-color: #ff0000;
}
.mt-social_icons ul li.insta-color a {
    background:linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
}
.mt-social_icons ul li.linkedin-color a {
    background-color: #0077b5;
}
.mt-social_icons ul li.fb-color a:hover {
    background-color:#1092f3 !important;
}
ul.mt-social_link>li {
    display: inline-block;
    margin: 4px !important;
}

ul.mt-social_link>li>a>i:hover {
    color: #fff!important;
    margin-left: 0px !important;
   
}

ul.mt-social_link>li>a {
    font-size: 16px;
    width: 30px;
    height: 30px;
    /* border: 1px solid #e31b25; */
    display: inline-block;
    text-align: center;
    /* border-radius: 5px; */
    margin-right: 10px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
    background-color: #d4145a;
}

ul.mt-social_link>li>a>i {
    line-height: 30px;
    display: block;
    margin: 0px !important;
    color: #fff;
    font-size: 18px;
}

ul.mt-social_link>li:hover {
    margin-left: 0px !important;
}

ul.mt-social_link {
    margin: 15px 15px 15px 60px;
}
ul.mt-social_link>li>a:hover {
    margin-left: 0px !important;
    color: #000;
}
.mt-social_icons {box-shadow: -1px 0 5px 0 rgb(185 185 185 / 75%);padding: 5px;margin-top: 10px;}  
.btn.btn-cancellation {
    background-color: #ddd;
    padding: 10px;
    border-radius: 5px;
    color: #000;
}

.quick-info-titl a {
    margin-top: 10px;
}
section.review-listing {
    padding: 40px 0px;
}
.sap-intro-img img {
    height: 400px;
    width: 100%;
}
.content-sap-wrap h3 {
    font-size: 26px;
    line-height: 25px;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.content-sap-wrap p {
    line-height: 25px;
    font-size: 16px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.sap-intro-section{
    padding:60px 0px;
}
.main-header {
    margin-bottom: 40px;
    position: relative;
}
.box-brder {
    border-left: 1px solid #3885d6;
    border-right: 1px solid #3885d6;
}
.solution_icon>img {
    height: 55px !important;
    width: 55px !important;
    position: relative;
    margin: 7px 0px 15px;
/*     filter: grayscale(1); */
    margin: 0px auto;
    margin-bottom: 30px;
}
.title_wrap_box_border:hover .header_main_box_deisgn .solution_icon>img {
    filter: none;
}

.header_main_box_deisgn {
    background-color: #fff;
    /* margin: 10px; */
    box-shadow: 0 2px 10px 0 rgba(77, 77, 119, 0.1);
    border: 5px solid #f1f1f1;
    padding: 20px 30px;
    /* border-radius: 8px; */
    /* background: linear-gradient(90deg, #272520, #585858, #272520); */
    /* background-color: #2E0927; */
    /* background: linear-gradient(20deg, #1D4995, #1487ca, #1D4995) !important; */
}
.header_main_box_deisgn:before{
    content: '';
    position: absolute;
    border-radius: 8px;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    background: #5fd8e0;
    background: rgba(95, 216, 224, 0.53);
    z-index: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.header_main_box_deisgn:hover::before{
        height: 100%;
}
section.soultions-section {
    background-color: #fff;
    padding: 40px 0px 46px 0px;
}
.solution-content>h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 15px 0px 19px;
    position: relative;
    color: #037ada;
}

.solution-content>p {
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    min-height: 175px;
    margin: 0px 0px 15px;
    color: #737373;
    text-align: justify;
}

.solution-btn {
    text-align: center;
    margin-bottom:8px;
}
.btn-read{
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase!important;
    padding: 9px 25px;
    background-color: #FF8D02 !important;
    color: #fff;
    cursor: pointer;
    text-align: center;
    border: 1px solid #FF8D02;
    border-radius: 0px;
    position: relative;
    overflow: hidden!important;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 9;
}


.btn-read:hover{
    background-color: #FF8D02;
    color: #fff !important;
}
.btn-read::before {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #fdab47;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 1;
    top: 0;
    z-index: -12;
    -moz-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    -webkit-transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    transition: all .7s cubic-bezier(0.77, 0, 0.175, 1);
    box-shadow:2px 0px 14px rgb(255, 141, 2);
  } 

.btn-read::after {
    content: '';
    width: 0%;
    height: 100%;
    display: block;
    background: #ff8c00;
    position: absolute;
    -ms-transform: skewX(-20deg);
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    left: -10%;
    opacity: 0;
    top: 0;
    z-index: -15;
    -webkit-transition: all .94s cubic-bezier(.2,.95,.57,.99);
    -moz-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    -o-transition: all .4s cubic-bezier(.2,.95,.57,.99);
    transition: all .4s cubic-bezier(.2,.95,.57,.99);
    box-shadow: 2px 0px 14px rgba(0,0,0,.6);
}
.btn-read:hover::before, .btn-read:hover::before{
    opacity:1;
    width: 116%;
}
.btn-read:hover::after, .btn-read:hover::after{
    opacity:1;
    width: 120%;
}
.title_wrap_box_border {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 10px;
}
.title_wrap_box_border:hover .title_wrap_aft_brd .header_box_icon>img {
    filter: none;
}

.title_wrap_box_border .header_main_box_deisgn {
    padding: 27px 15px 25px;
}
.title_wrap_box_border:before, 
.title_wrap_box_border .header_main_box_deisgn:before, 
.title_wrap_box_border:after, .title_wrap_box_border 
.header_main_box_deisgn:after{
    display: inline-block;
    position:absolute;
    content:"";
    background-color: #1288ff !important;
    z-index: 1;
}
.title_wrap_box_border:before, 
.title_wrap_box_border .header_main_box_deisgn:before {
    right:0; 
    top:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:after, .title_wrap_box_border .header_main_box_deisgn:after {
    left:0; 
    bottom:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:hover:before, .title_wrap_box_border:hover:after{
    transform:scaleY(1);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:before {
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
}
.title_wrap_box_border:after {
    transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0; 
    -moz-transform-origin: left bottom 0; 
    -ms-transform-origin: left bottom 0; 
    -o-transform-origin: left bottom 0;
}
.title_wrap_box_border .header_main_box_deisgn:before {
    transform-origin: right top 0; 
    -webkit-transform-origin: right top 0; 
    -moz-transform-origin: right top 0; 
    -ms-transform-origin: right top 0; 
    -o-transform-origin: right top 0;
}
.title_wrap_box_border .header_main_box_deisgn:after {
    transform-origin: top left 0; 
    -webkit-transform-origin: top left 0; 
    -moz-transform-origin: top left 0; 
    -ms-transform-origin: top left 0; 
    -o-transform-origin: top left 0;
}
.title_wrap_box_border:before, .title_wrap_box_border:after{
    height:100%;
    width: 5px;
    transform:scaleY(0);
    -webkit-transform: scaleY(0.1);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.title_wrap_box_border:hover 
.header_main_box_deisgn:before, 
.title_wrap_box_border:hover 
.header_main_box_deisgn:after {
    transform:scaleX(1); 
    -webkit-transform:scaleX(1); 
    -moz-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
    -o-transform:scaleX(1); 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}

.title_wrap_box_border 
.header_main_box_deisgn:before, 
.title_wrap_box_border .header_main_box_deisgn:after {
    width:100%;
    height: 5px;
    transform:scaleX(0);
    -webkit-transform: scaleX(0.1);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
section.solution-section {
    padding: 60px 0px;
    background-color: #dddddd3b;
}
section.about-section {
    padding: 60px 0px;
}
.iot-services-img img {
    height: 60px;
    width: 60px;
    margin: 0px auto;
}

.iot-services-content h3 {
    line-height: 25px;
    letter-spacing: 0.5px;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1rem 0px;
}

.iot-services-img {
    margin: 25px 0px;
    text-align: center;
}

.iot-services-wrap {
    border: 1px solid #ddd;
    transform: skew(-12deg);
    border-radius: 12px;
    overflow: hidden;
    padding: 20px 25px;
    background-color: #1288ff !important;
    min-height: 150px;
}

section.learning-channel {
    padding: 60px 0px;
    transition: skew(12deg);
}

.iot-services-box {
    transform: skew(12deg);
}

.iot-services-content p {
    text-align: justify;
    font-size: 14px;
    color: #fff;
    margin: 0px;
    height: 70px;
}

div#sample {
    /* width: 100%; */
    /* transition: all 0.9s; */
    /* overflow: hidden; */
    /* cursor: pointer; */
}
.services-area {padding: 30px 0px;}
.services-area .single-box {
    margin-bottom: 30px;
}
.single-services {
    /* margin-bottom: 30px; */
    -webkit-box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
    text-align: center;
    position: relative;
    -webkit-transition: .4s;
    transition: .4s;
    margin: 20px;
    min-height: 476px;
    background-color: #fff;
}
.single-services:hover {
    -webkit-box-shadow: unset;
    box-shadow: unset;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.single-services::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    border-left: 2px solid #df6d08;
    height: 50px;
    border-bottom: 2px solid #df6d08;
    opacity: 0;
    -webkit-transition: .4s;
    transition: .4s;
}
.single-services:hover::before {
    opacity: 1;
    width: 100%;
    height: 50%;
}
.single-services .mt-services-img {
    position: relative;
}
.single-services .mt-services-img::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .66;
}
.single-services .mt-services-img .mt-icon {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -30px;
}
.mt-icon i {
    width: 70px;
    height: 70px;
    line-height: 71px;
    border: 1px solid #ffffff;
    font-size: 30px;
    color: #3409a9;
    border-radius: 50%;
    /* -webkit-transition: .4s; */
    transition: .4s;
}
.mt-icon:hover i {
    background: #ffffff;
    color: #df6d08;
}
.single-services .services-content {
    padding: 30px 25px;
    position: relative;
    text-align: justify;
}
.services-content span i {
    font-size: 16px;
    margin-right: 10px;
    color: #3409a9;
}
.single-services .services-content h3 {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 18px;
    line-height: 25px;
    
}
.services-content p {min-height: 100px;}

section.service-area {
    padding: 60px 0px;
    background-color: #f3fbff;
}
.enquiry-form>label {
    color: #fff;
}
/*instructor*/

section.Instructor-sect {
    padding: 60px 0px;
     background-color: #dddddd14;
}
.why-image img {
   /* height: 100px;*/
    width: 100%;
}

.why-box {
    text-align: center;
    margin: 30px 0;
    background-color: #fff;
    padding: 20px;
    min-height: 345px;
    box-shadow: 0px 2px 70px 0px rgba(110,130,208,0.18);
}

.why-info h3 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 15px 0;
   font-weight: 600;
}

.why-info p {
    font-size: 13px;
    line-height: 24px;
    color: #7b7b7b;
    text-align: justify;
    min-height: 196px;
}
/*offer*/
.what-we-offer-wrap{
    text-align: center;
    padding: 25px 15px;
    margin-bottom: 40px;
    margin-right: 20px;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease 0s;
    border-radius:3px;
    border:1px solid #f1f1f1;
    box-shadow: 0px 0px 13px 0px rgba(122,122,122,0.17);
    border-bottom: 1px solid #ff8d01;
    min-height: 335px;
}
.what-we-offer-wrap:hover{
    background: #0191DA;
    border:unset;
    box-shadow:unset;
}
.what-we-offer-wrap:before{
    content: "";
    width: 40px;
    height: 40px;
    border-width: 20px;
    border-style: solid;
    border-color: #fff #fff #ff8d01 #ff8d01;
    position: absolute;
    top: -40px;
    right: -40px;
    transition: all 0.3s ease 0s;
}
.what-we-offer-wrap:hover:before{
    top: 0;
    right: 0;
}
.what-we-offer-wrap img{
    margin-bottom: 15px;
    transition: all 0.3s ease 0s;
}
.what-we-offer-wrap .what-we-offer-wrap-title{
    font-size: 18px;
    font-weight: 600;
    color: #0191DA;
    line-height: 25px;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    min-height: 75px;
    transition: all 0.3s ease 0s;
}
.what-we-offer-wrap .what-we-offer-wrap-content{
    font-size: 14px;
    line-height: 25PX;
    margin: 0;
    transition: all 0.3s ease 0s;
    color: #333;
}
.what-we-offer-wrap:hover img{
    filter: brightness(0.5) invert(1) grayscale(100%); 
}
.what-we-offer-wrap:hover .what-we-offer-wrap-title,
.what-we-offer-wrap:hover .what-we-offer-wrap-content{
    color: #fff;
}
section.what-we-offer {
    padding: 60px 0px;
}
.what-we-offer-wrap-image img {
    height: 70px;
    width: 70px;
}
/*why us*/
section.why-us-section {
    padding: 60px 0px 60px 0px;
}


.main-header>p {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    color: #706b6b;
    font-size: 15px;
}
/* first section */
.why_icon>img {
    height: 100px;
    width: 100px;
    margin-top: 15px;
    margin-bottom: 12px;
}

.bg-color1 {
    background-color: #ddd;
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%) !important; */
    /* background: linear-gradient(302deg,#3a1c76,#3a21ce) !important; */
    background: linear-gradient(150deg,#0469d0,#1288ff,#0469d0) !important;
    /* background-color: #1288ff !important; */
}
.bg-color2 {
    background-color: #ddd;
    /* background: linear-gradient(150deg,#4196da 
 15%,#3b83bf 70%,#4196da 94%); */
    /* background: linear-gradient(150deg,#632f94 15%,#632f94 70%,#673496 94%) !important; */
    /* background: linear-gradient(302deg,#3a1c76,#3a21ce) !important; */
    background: linear-gradient(150deg,#0469d0,#1288ff,#0469d0) !important;
    /* background-color: #1288ff !important; */
}

.why_wrap {
    text-align: center;
    padding: 30px 20px;
    margin-bottom: 15px;
}

.why_content>h3 {
    margin: 20px 0px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.why_content>p {
    font-size: 16px;
    text-align: center;
    padding: 0px 15px;
    line-height: 25px;
    color: #fff;
    min-height: 175px;
}
/*mooc*/


.service-instructor h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    line-height: 25px;
    color: #1288ff !important;
}

.service-instructor {
    padding: 20px 20px;
}

.service-instructor p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}
.iot-services-wrap.learning-insructor {
    margin-top: 50px;
}

.footerform-title {
	
	animation: blinker-two 1.4s linear infinite;
     border-radius: 10px;
    background-color: #f47735 !important;
    color: #fff !important;
    line-height: 23px !important;
    margin-top: 19px !important;
    padding-left: 0;
    max-width: 587px !important;
    
}
      @keyframes blinker-two {
        60% {
          opacity: 0;
       
				}
      }

 .video-instruct-contect p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
     text-align: justify;
}
section.video-section {
    padding: 60px 0px;
}
/*franchese*/
section.requirements-section {
    padding: 50px 0px 70px 0px;
    /* background-color: #00AEEF; */
}

.requirement-wrap {
    background-color: #ffffff8c;
    padding: 20px;
    border-radius: 3px;
    background: linear-gradient(45deg, #ffffff0d, #ffffff);
}

.requirements-content>h3 {
    font-size: 25px;
    color: #ff8d02;
    margin-top: 30px;
    margin-bottom: 15px;
    font-weight: 700;
}

.requirements-content>p {
    font-size: 14px;
    min-height: 145px;
    line-height: 27px;
    font-weight: 400;
    color: #7b7b7b;
    margin: 0px;
    text-align: justify;
    min-height: 250px;
}

.requirements-box {
    padding: 15px;
    text-align: center;
}

.requirements-img {
    /* background-color: #e2e2e2; */
    display: inline-block;
    padding: 10px;
    border-radius: 90px;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
    /* background: linear-gradient(150deg,#281483 15%,#57218d 70%,#673496 94%); */
    /* background: linear-gradient(150deg,#0c59a5 
 15%,#037ada 70%,#0c59a5 94%); */
    border: 1px solid #e2e2e2;
    /* background: linear-gradient(90deg,#252525,#464646); */
    background-color: #2E0927;
    /* background: linear-gradient(302deg,#3a1c76,#3a21ce) !important; */
    background: linear-gradient(150deg,#0469d0,#1288ff,#0469d0) !important;
    background-color: #1288ff !important;
}
.main_requirement_box {
    position: relative;
    text-align: center;
    cursor: pointer;
    margin: 3px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 2px 4px 10px -1px rgb(216, 216, 216);
}
.main_requirement_box:hover .requirements-box>img {
    filter: none;
}

.main_requirement_box .requirements-box {
    padding: 27px 15px 25px;
}
.main_requirement_box:before, 
.main_requirement_box .requirements-box:before, 
.main_requirement_box:after, .main_requirement_box 
.requirements-box:after{
    display: inline-block;
    position:absolute;
    content:"";
    background-color: #ff8d02;
    z-index: 1;
}
.main_requirement_box:before, 
.main_requirement_box .requirements-box:before {
    right:0; 
    top:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box:after, .main_requirement_box .requirements-box:after {
    left:0; 
    bottom:0; 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box:hover:before, .main_requirement_box:hover:after{
    transform:scaleY(1);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.main_requirement_box:before {
    transform-origin: right top 0;
    -webkit-transform-origin: right top 0;
    -moz-transform-origin: right top 0;
    -ms-transform-origin: right top 0;
    -o-transform-origin: right top 0;
}
.main_requirement_box:after {
    transform-origin: left bottom 0;
    -webkit-transform-origin: left bottom 0; 
    -moz-transform-origin: left bottom 0; 
    -ms-transform-origin: left bottom 0; 
    -o-transform-origin: left bottom 0;
}
.main_requirement_box .requirements-box:before {
    transform-origin: right top 0; 
    -webkit-transform-origin: right top 0; 
    -moz-transform-origin: right top 0; 
    -ms-transform-origin: right top 0; 
    -o-transform-origin: right top 0;
}
.main_requirement_box .requirements-box:after {
    transform-origin: top left 0; 
    -webkit-transform-origin: top left 0; 
    -moz-transform-origin: top left 0; 
    -ms-transform-origin: top left 0; 
    -o-transform-origin: top left 0;
}
.main_requirement_box:before, .main_requirement_box:after{
    height:100%;
    width: 5px;
    transform:scaleY(0);
    -webkit-transform: scaleY(0.0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.main_requirement_box:hover 
.requirements-box:before, 
.main_requirement_box:hover 
.requirements-box:after {
    transform:scaleX(1); 
    -webkit-transform:scaleX(1); 
    -moz-transform:scaleX(1); 
    -ms-transform:scaleX(1); 
    -o-transform:scaleX(1); 
    transition-duration:0.5s; 
    -webkit-transition-duration:0.5s; 
    -moz-transition-duration:0.5s; 
    -ms-transition-duration:0.5s; 
    -o-transition-duration:0.5s;
}
.main_requirement_box .requirements-box:hover .requirements-img img {
    filter: none;
}

.main_requirement_box .requirements-box:hover .requirements-img {
    background-color: #fff;
    border: 1px solid #ffffff;
}
.main_requirement_box 
.requirements-box:before, 
.main_requirement_box .requirements-box:after {
    width:100%;
    height: 5px;
    transform:scaleX(0);
    -webkit-transform: scaleX(0.0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition-duration:0.5s;
    -webkit-transition-duration:0.5s;
    -moz-transition-duration:0.5s;
    -ms-transition-duration:0.5s;
    -o-transition-duration:0.5s;
}
.requirements-img>img {
    height: 120px;
    width: 120px;
    padding: 25px;
    filter: brightness(0)invert(1);
}

.btn-find-out-in {
  border-color: #df6d08;
  color: #fff;
  background-image: linear-gradient(45deg, #ff8d00 50%, transparent 50%);
  background-position: 100%;
  background-size: 400%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
  padding: 8px 10px;
    border-radius: 2px;
}
.btn-find-out-in:hover {
  background-position: 0;
}
a.btn.btn-find-out-in {
    color: #df6d08;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

a.btn.btn-find-out-in:hover {
    color: #fff;
}
section.franchise-intro {
    padding: 60px 0px;
}
.franchise-inrto-title ul li {
    display: inline;
    margin-right: 20px;
    font-size: 22px;
    color: #0093d8;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.5px;
}
.content-intro-franchise p {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: justify;
}

.content-intro-franchise {
    margin-top: 40px;
}
section.requirements-section {
    background-color: #dddddd69;
}
.support-content-wrap ul li {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    list-style: disc;
    list-style-position: inside;
}
.support-content-wrap p {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.5px;
    margin-top: 30px;
}
section.support-franchise {
    padding: 60px 0px;
}

.solution_icon img {
    height: 70px!important;
   width: 70px!important;
}

.about-social-form{
    margin: 0;
    text-align: left;
    padding: 0;
    border-radius: 50px 5px;
    /* background-color: #fbfbfb; */
    box-shadow: 0px 2px 12px 0px #ff6d00;
    border: 1px solid #f1f1f1;
    margin-left: 34%;
    margin-right: 37%;
 padding: 20px 20px 35px 20px;
    background-color: #ff6d00 !important;
    border-bottom-right-radius: 50px;
}
