/* 
Theme Name: Zeft
Theme URI: http://spidergems.com
Author: Spidergems
Author URI: http://spidergems.com
Description: A custom theme for Spidergems
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,500,700,900');

body {
font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.3px;
    background: #f6f6f6;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6
{
    font-family: Roboto Light;
        margin-top: 0;
}
p
{
font-size: 17px;
    font-weight: 100;
    line-height: 27px;
    margin-bottom: 20px;
}
.inner-pages h3
{
    margin-bottom: 10px;
    margin-top: 40px;
    font-weight: 800;
 color: #333;
    font-family: Roboto;
}
.banner-bg
{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0!important;
       height: 100%;
}
.banner-bg img {
    display: block;
    width: 100%;
        height: 100%;
}
.myNavmenuCanvas
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.menu2 
{
    width: 100%;
    position: fixed;
    background-color: #fff;
    z-index: 99999;
    top: 0;
    height: 70px;
}
.fonts
{
	font-family: 'Montserrat', sans-serif !important;
}

.fonts1
{
	font-family: 'Open Sans', sans-serif;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #187eea;
}
.menu2 .logo
{
text-align: center;
padding-top: 10px;
}
.navbar-default {
    background-color: rgba(248, 248, 248, 0);
    border-color: rgba(231, 231, 231, 0);
    margin: 0px;
}
.header
{
    width: 100%;
    background: #005db7;
    color: #fff;
}
.header .nav > li > a {
    color: #fdfdfd;
    padding: 8px 15px;
}
.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    width: 100%;
    box-shadow: unset !important;
    margin-left: -50px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
.mega-menu-second
{
background: #2196F3;
    padding: 0px;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.carousel-control {
  width: 30px;
  height: 30px;
  top: -35px;

}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: rgba(51, 51, 51, 0);
}
.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right {
  font-size: 12px;
  background-color: #fff;
  line-height: 30px;
  text-shadow: none;
  color: #333;
  border: 1px solid #ddd;
}
.navbar-brand
{
    font-size: 30px;
}
.home-banner
{
background: url(../../../wp-content/uploads/2019/01/main-pic-1.jpg) no-repeat;
background-size: cover;
height: 550px;
position: relative;
color: #fff;
width: 100%;       
}
.grid1
{
position: relative;
padding: 10px 0px;
}
.carousel-control {
left: -33px;
    height: 40px;
    width: 40px;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    border-radius: 23px 23px 23px 23px;
    margin-top: 140px;
}
.carousel-control.right {
    right: 2px;
}
.carousel-control.left
{
left: 2px;
}
.carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -10px;
    margin-right: -19px;
}
.carousel-indicators li {
    background: #cecece;
}
.carousel-indicators .active {
background: #F44336;
}
.grid-box
{
border-radius: 4px;
text-align: center;
width: 100%;
display: inline-block;
}
.grid3 {
    position: relative;
    width: 100%;
    background: #f3f6f8;
    display: inline-block;
    padding: 0;
    margin-bottom: 0;
    margin-top: 0;
        margin: 0 auto;
    border-radius: 4px;
}
.grid3:before {
    width: 30%;
    content: "";
    background: url(../../../images/rectangle-line.png) no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}
.grid3 .info {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.grid3 .info .top-head {
    min-width: 300px;
    max-width: 300px;
    background: url(../../../images/whats-new-bg_v1.png) no-repeat #f3f6f8;
    background-position: 0 0!important;
}
.grid3 .top-head h2 {
    margin-top: 64px;
    text-align: left;
    padding-left: 12px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1.6px;
}

.grid3 .head2, .grid3 .top-head {
    width: 36%;
    float: left;
    height: 148px;
    position: relative;
}
.grid3 .info .head2 {
    background: #f3f6f8;
    width: 36%;
    height: 148px;
    text-align: center;
}
.grid3 .info .head2 a
{
bottom: 30px;
color: #118aef;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    margin-top: 20px;
}
.grid3 p {
    margin-top: 30px;
    width: 100%;
    max-width: 100%;
    padding: 0 30px;
    font-size: 16px;
        line-height: 1.43;
    color: #293031;
}
.team-training
{
background: #0d1c5a;
   color: #fff;
   padding: 20px;
   text-align: center;
   border-radius: 0px;
}
.team-training p
{
padding-top: 30px;
}
.team-training a
{
line-height: 40px;
    object-fit: contain;
    border-radius: 4px;
    border: 1px solid #e10505;
    margin-bottom: 48px;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    background-color: #e10505;
    margin-top: 50px;
    padding: 3px 15px;
    text-transform: uppercase;
    font-weight: 800;
}
.team-training a:hover
{
background: #fff;
color: #1774e8;
}

#quote-carousel .carousel-control {
font-size: 28px;
    text-shadow: none;
    margin-top: 30px;
    top: 36%;
    box-shadow: 0 10px 20px 0 rgba(141,169,188,.2);
    color: #1080e7;
    background: #dcdada;
    border: none;
}
#quote-carousel .carousel-control i
{
    font-size: 34px;
    padding: 2px 0px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 10px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 11px;
    height: 11px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 12px;
    height: 12px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
    padding: 0px;
}
#myBtn {
display: none;
    font-size: 15px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
    background: transparent;
    text-align: right;
    float: right;
        color: #dfe2e4;
    text-decoration: underline;
}
.titl {
    background-image: linear-gradient(134deg,#005db7,#7c9cbb);
    height: 44px;
    text-align: center;
}

.titl h2 {
color: white;
	font-size: 26px;
	    padding-top: 10px;
}
.titl {
   
    height: 50px !important
   }

.training-list1 h4 a{

color: white;
	padding-top: 10px;
}

.training-list1 {
    text-align: center;
}
.training-list1 ul li h4 {
    padding-top: 10px;
}
.training-list1 ul li {
    list-style-type: none;
    margin: 0 6px 13px 0;
    padding: 5px 20px;
    /* width: 48%; */
    display: inline-block;
    background: #f9a61a;
    border-radius: 5px;
    color: #fff;
    box-shadow: 1px 2px 3px #d6cece;
}
.footer
{
    padding-bottom: 32px;
    background: #2a2a2a;
    width: 100%;
    padding: 60px 0px 80px;
    color: #e4e3e3;
}
.footer h4 {
color: #f9a61a;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 24px;
    font-weight: 800;
    text-transform: uppercase;
    min-height: 45px;

}
.address-area {
    margin-bottom: 10px;
}
.address-area .icon {
    float: left;
    width: 25px;
    height: 25px;
    position: relative;
    text-align: center;
    border-radius: 40px;
}
.copy-rights p a
{
color: #f9a61a;
}
.address-area .icon i {
    font-size: 20px;
    line-height: 26px;
    color: #afb5b9;
    display: inline-block;
}
.address-area .text-area {
    margin-left: 40px;
    line-height: 26px;
    color: #fff;
}
.footer li a {
    color: rgba(255,255,255,.5);
    font-size: 14px;
    line-height: 20px;
    text-decoration: none;
    font-weight: 300;
}
.footer-rating
{
color: #fff;
padding: 20px 0px 50px;
}
.copy-rights
{
    background: #0a0a0a;
    color: #fff;
/*     margin-bottom: 38px; */
    display: block;
    padding: 5px 0px 15px;
}
.copy-rights p {
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 0px;
    margin-top: 7px;
}
.footer-rating a
{
color: #fff;
    padding: 5px 0px;
}
.footer ul {
    padding: 0;
}
.footer .links li {
    padding-bottom: 6px;
    line-height: 15.6px;
    font-size: 12px;
        color: #969696;
        list-style-type: none;
}
.f-btn
{
color: #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 10px 7px 15px;
    margin: 0 0 20px;
    height: auto;
    border: 1px solid #777;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 10px;
    display: inline-block;
}
a:hover
{
text-decoration: none;
}
.f-btn:hover
{
color: #fff;
background: #000;
}
.social-icon
{
margin: 0;
    padding: 0;
    list-style: none;
    overflow: hidden;
}
.social-icon li {
    display: inline-block;
    background: #353535;
    vertical-align: middle;
    margin: 0 9px 8px 0;
    border-radius: 100%;
    float: left;
}
.social-icon li a {
    border-radius: 100%;
    display: inline-block;
    height: 40px;
    vertical-align: middle;
    width: 40px;
    line-height: 35px;
    color: rgba(255,255,255,.5);
}
.social-icon li a i {
    font-size: 19px;
    margin-left: 11px;
    margin-top: 10px;
}
.menu-link {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
    list-style: none;
    color: rgba(253,253,253,.9);
    font-size: 14px;
    font-weight: 300;
}
.menu-link li {
    display: inline-block;
    line-height: 24px;
    font-size: 12px!important;
    text-align: center;
    position: relative;
}
.menu-link li:after {
    content: "";
    width: 5px;
    height: 5px;
    background: #b3b3b3;
    border-radius: 100%;
    display: inline-block;
    margin-right: 10px;
    margin-left: 15px;
}
.menu-link li a
{
    color: rgba(253,253,253,.9);
    font-size: 14px;
}
.copyrights p {
    display: inline-block;
    line-height: 24px;
    font-size: 12px!important;
    text-align: center;
    color: rgba(255,255,255,.5);
    position: relative;
}
.copyrights
{
    padding: 50px 0px;
}
.disclaimer
{
padding-bottom: 32px;
background: #1a1a1a;
    width: 100%;
    padding: 60px 15px 14px;
    border-top: 1px solid rgba(70,69,69,.45);
}
.disclaimer ul
{
padding: 0;
}
.disclaimer p
{
    color: #fff;
}
.disclaimer ul li
{
font-size: 12px;
    margin-left: 15px;
    color: #565656;
}
.menu-link li:last-child:after {
   width: 0px;
   height: 0px;
} 
.grid6
{
    background: #fff;
    padding: 70px 0px;
    width: 100%;
}

.f-btn1
{
    color: #ccc;
    font-size: 14px;
    font-weight: 500;
    padding: 9px 10px 7px 15px;
    margin: 0 0 0px;
    height: auto;
    border: 1px solid #777;
    border-radius: 5px;
    text-decoration: none;
    margin-top: 0px;
    display: block;
}
.f-btn1:hover {
    color: #fff;
    background: #000;
}
.f-btn2
{
margin: 0 !important;
    display: block !important;
    border-bottom: 0 !important;
} 
.grid6 h3
{
margin-bottom: 50px;
}
.grid5 h3
{
margin-bottom: 10px;
}
.testi-box
{
display: inline-block;
    position: relative;
    overflow: hidden;
}
.testi-box:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 8px;
}
.testi-img img
{
width: 100%;
    border-radius: 50%;
}
.testi-img
{
width: 88px;
    height: 88px;
    box-shadow: 0 10px 20px 0 rgba(141,169,188,.2);
    border: 4px solid #fff;
    border-radius: 50%;
    display: block;
    margin: 30px auto;
    position: relative;
}
.grid4
{
    position: relative;
    padding: 70px 0px;
    background: #fcffff;
    color: #353535;
}
.grid4-banner
{
background: url(../../../../images/world_map.png) no-repeat;
}
.grid4-banner h3
{
margin-bottom: 30px;
}
.grid2
{
position: relative;
display: block;
padding: 70px 0px;
text-align: center;
}
.grid2 h3
{
margin-bottom: 50px;
font-size: 35px;
}
.grid1 h3
{
margin-bottom: 50px;
font-size: 35px;
margin-top: 0px;
}
.grid2 i
{
    margin-bottom: 3px;
    color: #118aef;
    width: 100px;
    height: 100px;
    display: inline-block;
    font-size: 60px;
}
.grid2 h4
{
font-size: 17px;
    font-weight: 700;
    color: #6d6a6a;
    margin-bottom: 15px;
}
.grid2 h4:after {
    width: 19px;
    height: 3px;
    background: #118aef;
    content: "";
    display: block;
    margin: 10px auto;
}
#exTab1 .nav>li {
    position: relative;
    display: inline-block;
    float: inherit;
}
#exTab1 .nav
{
margin-bottom: 50px;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover
{
background: #01a650;
    color: #f9fbfb;
    cursor: default;
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: rgba(238, 238, 238, 0);
}
.nav-pills>li>a
{
font-size: 14px;
    font-weight: 400;
    display: inline-block;
    line-height: 28px;
    cursor: pointer;
color: #080808;
    border: 1px solid #01a650;
    margin-left: -15px;
}
.course-box
{
height: 80px;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    padding-left: 20px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
    color: #4a4a4a;
    position: relative;
    padding-right: 54px;
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin-bottom: 30px;
    border: 1px solid #e6ecef;
    transition: all .5s ease;
    width: 100%;
    margin-right: 25px!important;
}
.course-box:before
{
width: 5px;
    height: 32px;
    display: inline-block;
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    background: #ff8c90;
}
.course-box:after {
    width: 53px;
    height: 46px;
    display: inline-block;
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(../../../images/course_icons.svgz) no-repeat;
    background-position: -23px -9px;
    background-size: 290px 189px;
}
.readon1
{
    width: 205px;
    line-height: 40px;
    object-fit: contain;
    border-radius: 4px;
    background-color: #01a650;
    display: inline-block;
    margin-top: 40px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}
.readon1:hover
{
color: #fff;
}
.slide-box
{
border-radius: 0px;
    background-color: #fff;
    box-shadow: 0 2px 20px 0 rgba(0,0,0,.1);
    width: 100%;
    margin-right: 15px;
    margin-left: 0;
    min-height: 230px;
    position: relative;
    border: 1px solid #662c73;
    transition: all .5s ease;
    overflow: hidden;
}
.img-bg
{
background-image: radial-gradient(circle at 28% 36%,#c2416f,#662b73);
height: 60px;
}
.img-bg span {
    display: inline-block;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 50%;
    position: relative;
    top: 20px;
}
.img-bg img {
width: 27%;
    position: relative;
    left: -5.6px;
    top: 0px;
}
.desc h3 {
    font-size: 14px;
    font-weight: 400;
    color: #293031;
    display: inline-block;
    padding: 0 12px;
    line-height: 1.29;
    width: 100%;
    text-align: left;
    margin: 30px 0;
}
.desc span.meta-text {
    position: absolute;
    display: inline-block;
    bottom: 12px;
    left: 12px;
    font-size: 12px;
    color: #808890;
}

#Carousel .carousel-control {
    font-size: 28px;
    text-shadow: none;
    margin-top: 30px;
    top: 25%;
    box-shadow: 0 10px 20px 0 rgba(141,169,188,.2);
    color: #1080e7;
    background: #dcdada;
    border: none;
}
#Carousel .carousel-control.left
{
margin-left: 0px;
}
#Carousel .carousel-control.right
{
margin-right: 0px;
}
#Carousel .carousel-control i {
    font-size: 34px;
    padding: 2px 0px;
}
#Carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: -56px;
    margin-right: -19px;
    margin-bottom: 0px
}
.home-banner h3 {
    text-align: left;
    padding-left: 20px;
    font-size: 48px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-top: 250px;
    margin-left: 0;
    color: #fff;
}
.home-banner p {
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: .6px;
    text-align: left;
    margin: 18px 0 85px 20px;
}
.navbar-inverse {
    background-color: rgba(34, 34, 34, 0);
    border-color: rgba(8, 8, 8, 0);
    margin-bottom: 0px;
    border: none !important;
}
.right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;    
}
.right-inner-addon i {
    position: absolute;
    left: 0px;
    padding: 10px 12px;
    pointer-events: none;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    color: #101010;
    background-color: #ffffff;
}
.logo
{
    height: 50px;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    color: #fff;
    background-color: transparent;
}
.navbar-inverse .navbar-nav>li>a
{
line-height: 30px;
}
.right-inner-addon input
{
border-radius: 4px;
    border: 1px solid #118aef;
    height: 38px;
    font-size: 14px;
    color: #118aef;
    font-weight: 400;
    padding-left: 64px;
    background: 0 0;
    width: 100%;
}
.header1 .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.header1 .search-form
{
    margin-top: -5px;
}
.menu-btn
{
color: #f5f4f4 !important;
    background: #f9a61a !important;
    border-radius: 0px;
    padding: 10px 15px !important;
    margin-top: 5px !important;
}

.breadcrumb {
    padding: 20px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: rgba(245, 245, 245, 0);
    border-radius: 4px;
}
.header1 .search-form .form-control
{
width: 600px;
}
.header ul
{
margin: 0px;
}
.header1
{
    box-shadow: 0 2px 2px 0 rgba(199,199,199,.5);
        background: #fff;
        padding: 3px 0px;
}
.banner-bg-inner
{
background: #0f5892;
    padding: 70px 0px;
    color: #fff;
    text-align: center;
}
.banner-bg-inner a
{
color: #fff;
}
.banner-bg-inner h1
{
font-size: 45px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 600;
    letter-spacing: 2px;
    margin: 0;
}
.videoWrapper {
    position: relative;
    padding-top: 25px;
    height: 0;
	padding-bottom: 49%;
}
.videoWrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.features
{
padding: 70px 0px;
}
.features ul 
{
padding: 0px;
}
.features ul li {
    list-style-type: none;
    font-size: 15px;
    padding: 6px 0px;
}
.features h3
{
font-size: 25px;
    margin-bottom: 30px;
}
.features ul li i
{
color: #4CAF50;
    font-size: 20px;
}
.c-desc
{
background: #f7f7f7;
    padding: 70px 0px;
    position: relative;
    display: block;
}
.c-desc h3
{
font-size: 25px;
    margin-bottom: 15px;
}

.specialist
{
padding: 30px 20px;
    background: #fff;
}
    .panel-group .panel {
        border-radius: 0;
        box-shadow: none;
        border-color: #EEEEEE;
    }

    .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #f5efef;
    background-color: #005db7;
    border-color: #005db7;
    }

    .panel-title {
        font-size: 14px;
    }

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

    .more-less {
        float: right;
        color: #f9f9f9;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: #EEEEEE;
    }

.awards {
padding: 60px 0px;
    color: #424040;
    text-align: center;
    background: #fff;
}
.awards h3
{
    margin-bottom: 40px;
    margin-top: 0px;
    font-size: 26px;
    color: #000;
    text-transform: uppercase;
}
.awards img
{
width: 100%;
padding: 0px 30px;
}
.call-action
{
padding: 50px 0px;
position: relative;
display: block;
}


.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    margin-bottom: 0;
    width: 500px;
    line-height: 40px;
    height: 40px;
    border-radius: 3px !important;
}
.social-top
{
text-align: right;
}
.social-top ul
{
padding: 0px;
margin: 0px;
}
.social-top ul li
{
list-style-type: none;
display: inline-block;

}
.social-top ul li a
{
padding-top: 15px;
    padding-bottom: 15px;
    line-height: 15px;
    position: relative;
    display: block;
    padding: 10px 8px;
    color: #fdfdfd;
}
.menu1.shrink
{
    position: fixed;
    z-index: 999;
    width: 100%;
    background: #fff;
    animation: slide-down 0.7s;
}

.menu1
{
position: relative;
display: block;
transform: translateZ(0);
    transition: all 0.5s;
    animation-direction: normal;
    animation-duration: 0.3s;
}
.sticky-foot
{
  transform: translateZ(0);
    transition: all 0.5s;
    animation-direction: normal;
    animation-duration: 0.5s;  
    animation: slide-down 0.10s;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 1;
        transform: translateY(0);
    } 
}
.help-icon
{
    border: 2px solid #F44336;
    padding: 0px;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    line-height: 120px;
    margin: 0 auto;
    vertical-align: middle;
    margin-bottom: 30px;
}

.s-box
{
    padding: 20px;
    position: relative;
    display: block;
    border-radius: 0px;
    background: #fff;
    min-height: 400px;
    margin-bottom: 20px;
}
.s-box:hover {
box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.21);
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background: rgb(196, 66, 111);
}

.slide-course:hover .overlay {
  opacity: 1;
}

.text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.slide-course {
  position: relative;
  width: 100%;
}
.popular-course
{
    text-align: left;
   border-radius: 4px;
   background: #fff;
   margin-bottom: 30px;
}
.popular-course .desc
{
padding: 20px;
    text-align: center;
min-height: 310px;
}
.popular-course .desc h4
{
font-size: 16px;
    font-weight: 700;
    margin-bottom: 15px;
margin-top: 0px;
min-height: 50px;
line-height: 25px;
}
a:active, a:focus {
  text-decoration: none !important;
  outline: none;
}

.bg-count
{
background: #005db7;
   position: relative;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-repeat: no-repeat;
   background-size: cover;
   color: #fff;
   background-position: center center;
   margin-bottom: 30px;
   padding: 80px 0px;
}
.count-left
{
padding: 50px 0px;
}
.count-left h3
{
margin-bottom: 30px;
color: #f5eb97;
}
.course-footer-content
{
width: 100%;
    border-top: solid 1px #e5e5e5;
    padding-top: 9px;
    padding-bottom: 11px;
}
.course-info {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fd4848;
}
.course-info i {
    color: #f58d0e;
}
.search-form .form-control
{
    height: 38px;
    border: 1px solid #f9a61a;
    border-radius: 0px;
}
.search-form button
{
background: #f9a61a;
    color: #fff;
    border-width: 0px;
    height: 39px;
    padding: 0px 12px;
    margin-left: -7px;
    border-radius: 0px;
}
.count .number
{
color: #ffe89a;
    font-size: 25px;
    font-weight: 700;
}
.padd1
{
padding-top: 50px;
}
.count .c-text
{
    font-size: 15px;
    text-transform: uppercase;
}
.course-btn
{
color: #f5f4f4 !important;
    background: #f9a61a !important;
    border-radius: 3px;
    padding: 10px 15px !important;
    margin-top: 25px !important;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 600;
}
.mega-dropdown .nav-pills > li
{
float: unset;
}
.mega-dropdown .nav-pills > li > a {
    border-radius: 0px;
    background: #fff !important;
    border: 0px solid #f7f7f7 !important;
    color: #000 !important;
    padding: 5px 20px;
    margin-left: 0px !important;
}
.mega-dropdown .nav-pills>li.active>a, .mega-dropdown .nav-pills>li.active>a:focus, .mega-dropdown .nav-pills>li.active>a:hover {
    background: #f7f7f7 !important;
    color: #000 !important;
    cursor: default;
}

  .navbar {
      margin-bottom: 0px;
  }

  .affix ~ .affix-sec {
     position: relative;
     top: 50px;
  }
.second-level-menu .navbar-inverse {
    background-color: #fff;
    border-color: #fff;
}
.second-level-menu .navbar-collapse
{
padding: 0px;
}
.second-level-menu .navbar-inverse .navbar-nav > li > a {
    color: #524d4d;
    font-size: 16px;
    padding: 8px 15px;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus
{
color: #060606 !important;
    background-color: transparent;
    border-bottom: 3px solid #f9a61a;
}
.page-id-10 .menu1.shrink
{
position: relative !important;
}
.page-id-10 .affix
{
top: 0px;  
	box-shadow: 0px 0px 10px 0px black;
}

.summary
{
background: #fff;
    padding: 20px 15px;
    min-height: 400px;
}
.summary h3
{
    margin-top: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    min-height: 45px;
}
.summary h3 a
{
color: #000;
text-transform: uppercase;
font-size: 17px;
font-weight: 700;
}
.summary .readmore
{
    font-size: 17px;
    font-weight: 700;
    display: block;
    margin-top: 10px;
}
.post-btn
{
padding: 10px 15px;
    background: #336ba6;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.post-btn:hover
{
color: #fff;
}
.row
{
margin: 0px;
}
.recent-post
{
    background: #efebeb;
    padding: 20px;
    margin-top: 50px;
    display: block;
}
.recent-post h2
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
}
.recent-post ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.recent-post ul li
{
    line-height: 30px;
    padding: 3px 0px;
}
.recent-post ul li a
{
font-size: 18px;
    color: #2196F3;
}
.widget
{
    background: #4078B1;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    margin-top: 0px;
}
.widget h4
{
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 20px;
	color:#fff;
}
.widget ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.widget ul li
{
    line-height: 30px;
    padding: 3px 0px;
}
.widget ul li a
{
font-size: 18px;
    color: #e3e4e4;
}
.post-block
{
margin-bottom: 30px;
}
.pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
}
.pagination .nav-links {
    margin-top: 10px;
}
.pagination .current {
    color: #ffffff !important;
    background-color: #f9a61a !important;
}
.pagination .page-numbers {
    color: #222;
    font-size: 16px;
    font-weight: 700;
    background-color: #336ba6;
    padding: 13px;
    margin-left: -4px;
}
.course-item
{
min-height: 300px;
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
}
.course-item .text
{
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.course-rating .fa
{
color: #f9a61a;
}
.f-course-list {
    border: 1px solid #DEDEDE;
    text-align: center;
    display: inline-block;
    margin-left: 0px;
    margin-bottom: 20px;
    width: 100%;
    min-height: 290px;
}
.f-course-list:hover {
    box-shadow: 0 0px 20px rgba(144, 144, 144, 0.4);
    -moz-box-shadow: 0 0px 20px rgba(144, 144, 144, 0.4);
    -webkit-box-shadow: 0 0px 20px rgba(144, 144, 144, 0.4);
    cursor: pointer;
}

.f-course-outline {
width: 150px;
    height: 150px;
    text-align: center;
    margin: 0 auto;
    padding: 6px;
    border-radius: 50%;
        border: 2px solid #4285cc;
}

.f-course-inner {
    border-radius: 50%;
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    background: #4285cc;
    position: relative;
}
.f-course-inner img {
    text-align: center;
    display: block;
    margin: auto;
    position: relative;
    top: 20%;
}
.courses-post .col-md-2 {
    width: 20%;
    padding: 0px 8px;
}
.courses-post
{
    padding: 60px 0px;
}
.courses-post h5
{
    color: #232121;
    min-height: 50px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 600;
        padding: 0 10px;
}
.text-justify
{
    text-align: justify;
}

.contact-address
{
padding: 80px 0px;
    color: #000;
}
.popular-course a
{
    color: #000;
}
.contact-address h4
{
    font-weight: 700;
    margin-bottom: 20px;
}
.site-main
{
padding: 80px 0px;
}
.comment-form input, .comment-form select, .comment-form textarea
{
width: 100%;
}
.comment-form input[type="submit"]
{
width: auto;
    background: #0f5892;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    border-width: 0;
    border-radius: 3px;
    font-weight: 700;
    color: #fff;
}
.post-section
{
padding: 80px 0px;
}
.inner-pages
{
padding: 80px 0px;
}
#myBtn i
{
font-size: 30px;
    color: #fff;
    padding: 0px 6px;
}
#custom_html-2 a
{
font-size: 14px;
   margin: 0px 15px 0px;
    display: inline-block;
    color: #fff;
}
#custom_html-2 hr
{
    margin-top: 10px;
    margin-bottom: 10px;
	color:#A6A6A6;
}

.textwidget.custom-html-widget a:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: "\f105";
    float: left;
    position: relative;
    left: -7px;
	top:-2px;
    color: #fff;
}
.inner-pages h4
{
font-weight: 700;
    font-family: Roboto;
    color: #797979;
}
.quotes
{
    margin: 0px 0px 20px;
    display: inline-block;
}
.inner-pages ul
{
    list-style-type: none;
    padding-left: 10px;
}
.inner-pages ul li i
{
color: #F44336;
}

.locations-box {
    background: #0f5892;
    padding: 15px;
    border-radius: 5px;
    color: #ecf1e7;
    line-height: 25px;
    font-size: 15px;
}
.grid5 {
    width: 100%;
    background: url(../../../images/tesimonilas-img.jpg) no-repeat fixed center top !important;
    background-size: 100% auto;
   position: relative;
}
.grid5-overlay
{
background: linear-gradient(to bottom, rgba(249, 166, 26, 0.88) 0%, #f1b840bf 100%);
padding-bottom: 60px;
    padding-top: 60px;
}
.page-template-template-home .grid5-overlay
{
   min-height: 500px; 
}
.grid5 p {
color: #fff;
    line-height: 30px;
    font-size: 19px;
}
.testi-area {
    position: relative;
    margin-top: 20px;
}
.testi-area .icon {
    float: left;
    position: relative;
    text-align: center;
    margin-top: -45px;
}
.testi-area .text-area {
    margin-left: 100px;
    line-height: 26px;
    color: #fff;
    font-style: italic;
}
.front-text
{
    z-index: 99;
    position: relative;
}
.lp-bg-inner
{
    color: #fff;
border-top: 1px solid #fff;
    position: relative;
    height: 60vh;
    padding: 90px 0px;
}
.lp-bg-inner:after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.66);
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: 0;
    z-index: 1;
}
.menu-lp.shrink
{
    display: none;
}
.affix
{
    top: 0px;
}
.affix {
    width: 100%;
    z-index: 999 !important;
    background: #000;
    border-radius: 0px;
    border-top: 2px solid #4079b2 !important;
        height: 60px;
}
.second-level-menu .navbar-inverse .navbar-brand
{
    display: none;
}
.affix.navbar-inverse .navbar-brand
{
 display: block;
    padding: 2px 40px;
}
.second-level-menu .navbar-brand
{
    padding: 0px;
    height: auto;
}
.second-level-menu .menu-btn
{
  display: none;
}
.affix.navbar-inverse .menu-btn
{
  display: block;
}
#section1
{
    padding: 50px 0px;
}
.training-list ul {
    margin: 20px 0;
    padding: 0;
}
.training-list ul li {
    list-style-type: none;
    margin: 0 6px 13px 0;
    padding: 5px 20px;
    width: 48%;
    display: inline-block;
    background: #000000;
    border-radius: 5px;
    color: #fff;
    box-shadow: 1px 2px 3px #d6cece;
}
.training-list ul li div {
    display: inline-block;
    padding: 6px 0;
        font-weight: 700;
    font-size: 20px;
}
.training-list ul li div span {
    display: inline-block;
    width: 50px;
    color: #f5b13c;
}
.amou .seo-demo-btn
{
padding: 5px 20px;
}
.amou {
    font-size: 16px;
    color: #edeff3;
    text-align: center;
    padding: 0 10px;
    display: inline-block;
    font-weight: 400;
    position: relative;
    float: right;
    line-height: 17px;
}
.amou h4
{
   line-height: 38px;
    font-weight: 800; 
}
.amou small {
    font-size: 12px;
    display: block;
    text-align: left;
}
.amou i {
font-size: 18px;
    left: 0px;
    position: relative;
    top: 8px;
    vertical-align: top;
}
.training-list.e-btn-video ul li
{
          width: 100%;
    text-align: center;
    background: transparent;
    box-shadow: none;
}
.getpri {
    font-size: 18px;
    color: #58595b;
    text-align: center;
    padding: 15px 22px;
    display: inline-block;
    font-weight: 400;
    font-family: 'Roboto regular';
    position: relative;
    float: right;
}

.seo-enroll-btn {
background: #f9a61a;
    border: 1px solid #f9a61a !important;
    color: #312f2f !important;
    display: inline-block;
    font-size: 16px;
    margin: 10px auto;
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.seo-enroll-btn:hover
{
   background: #000;
   border: 1px solid #000 !important;
   color: #fff !important;
}
.seo-demo-btn:hover, .seo-demo-btn:focus
{
   background: #000;
   border: 1px solid #000 !important;
   color: #fff !important;  
}
.seo-demo-btn {
background: #f9a61a;
    border: 1px solid #f9a61a !important;
    color: #312f2f !important;
    display: inline-block;
    font-size: 16px;
    margin: 10px auto;
    padding: 5px 35px;
    text-transform: uppercase;
    font-weight: 700;
}
.key-feature {
    background: #fff;
    padding: 20px;
    box-shadow: 1px 2px 3px #ccc;
}
.key-feature h3 {
    color: #000;
    margin: 0 0 10px;
}
.co-keys {
    line-height: 32px;
    margin-bottom: 15px;
}
.ti-key {
    padding: 0!important;
}
.co-keys i {
    color: #005db7;
}
.key-right-side span {
    font-size: 15px;
    line-height: 25px;
    padding: 0;
    margin-top: 0;
    color: #58595b;
}
.co-keys:after {
    position: absolute;
    content: '';
    border-bottom: 1px solid #dedada;
    width: 90%;
    left: 3px;
    margin-top: 6px;
}
#section2 img
{
margin-bottom: 30px;
}
.second-level-menu .navbar-inverse {
    border: none;
    padding: 0px;
}
.second-level-menu .navbar-inverse .navbar-nav > li > a
{
    padding: 0px 20px;
    line-height: 58px;
    font-weight: 700;
}
a, a:active, a:hover, a:focus, a:visited
{
   border: none;
    outline: none;
    text-decoration: none; 
        color: inherit;
}
.sticky-foot {
    width: 100%;
    background: #595959;
    position: fixed;
    bottom: 0;
    z-index: 9999;
    display: block;
}
.sticky-foot ul {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.sticky-foot ul li {
    display: inline-block;
    border-right: 1px solid #3C3C3C;
    width: 33%;
    position: relative;
}
.sticky-foot ul li a, .sticky-foot ul li span {
    color: #fff;
    text-decoration: none;
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.sticky-foot ul li a, .sticky-foot ul li span {
    color: #fff;
    text-decoration: none;
    padding: 8px;
    display: block;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    transition: all .3s ease 0s;
}
.sticky-foot ul li a:hover, .sticky-foot ul li a:focus, .sticky-foot ul li span:hover, .sticky-foot ul li span:focus {
    text-decoration: none;
    background: #005db7;
}
.modal-header .close span
{
color: #ececec;
    font-size: 40px;
    opacity: 1;
    padding: 0px;
    position: fixed;
    right: 25px;
}
.modal-header .close span:hover
{
    background: transparent;
}
.modal-header {
    padding: 0px;
    border-bottom: 0px solid #e5e5e5;
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #060606 !important;
    background-color: #efefef !important;
    border-bottom: 0px solid #f9a61a;
}
.navbar-inverse.affix .menu-btn {
    color: #FF5722 !important;
    background: rgba(121, 117, 117, 0) !important;
    border-radius: 0px;
    padding: 0px 15px !important;
    margin-top: 0px !important;
    margin-left: 10px;
}
.e-btn {
    background: #f9a61a none repeat scroll 0 0;
    color: #222 !important;
    display: table !important;
    font-size: 15px !important;
    margin: 0 auto;
    text-transform: uppercase;
    float: right;
}
.e-btn:hover
{
    background: #f9a61a !important;
}
.wpcf7-form-control-wrap:hover
{
   background: transparent !important; 
}
.modal-title {
    display: inline-block;
    margin-top: 10px;
    font-weight: 700;
    display: none;
}
.single-page-lp .contact-form
{
  margin-top: 50px;  
}
.contact-form {
    background: #005db7 !important;
    padding: 20px !important;
    color: #fff1f1 !important;
    text-align: center;
    position: relative;
   display: block;
}
.contact-form input[type="submit"] {
    background: #f9a61a;
    padding: 6px 20px;
    text-align: center;
    text-transform: uppercase;
    border-width: 0;
    border-radius: 0px;
    font-weight: 700;
    color: #252323;
}
.contact-form h3
{
display: inline-block;
    margin-top: 0px;
    font-weight: 800;
}
.address-area .text-area a
{
    color: #03A9F4;
}
.modal-dialog {
    width: 400px;
}
.banner-btn
{
border-radius: 0px;
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 20px;
    padding: .75rem 2rem;
    width: auto;
    display: inline-block;
    border: 3px solid transparent;
    line-height: 1.4;
    text-decoration: none;
    transition: all 250ms linear;
    background-color: #f9a61a;
    color: #272d33;
    margin-bottom: 0px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.19), 0 3px 4px rgba(0,0,0,0.23);
}
.lp-bg-inner p
{
font-size: 20px;
    line-height: 32px;
}
.sticky-foot ul li:last-child {
    border: none;
}
.navbar-brand
{
padding: 0px;
}
.header ul
{
   margin-left: 50px; 
}
.header .nav > li > a
{
  padding: 0px 15px;
    line-height: 70px !important;  
}
.logo {
    height: 70px;
}
.social-top ul li a {
    line-height: 70px;
    padding: 0px 8px;
    color: #fdfdfd;
}
.modal-body
{
  padding: 0px;  
}
.modal-header .close {
    margin-top: -2px;
    position: fixed;
    right: 0;
    z-index: 9999;
    opacity: 1;
    top: 5px;
}
.wpcf7-form-control-wrap
{
   padding: 0px !important; 
}
.wpcf7-form-control-wrap .form-control {
    display: block;
    width: 100%;
    height: 35px;
    padding: 6px 12px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 0px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea.form-control {
    height: auto !important;
}
.navbar-inverse.affix .logo {
    height: 55px;
}
.contact-address .address-area .text-area {
    color: #272323;
}
.contact-address .address-area .icon i {
    color: #3464e3;
}
.about-section
{
padding: 80px 0px;
}
.about-section ul
{
   list-style-type: none;
    padding: 0; 
}
.about-section ul li i
{
color: #3464e3;
}
.about-section ul li a
{
    color: #000;
}
.all-courses
{
   padding: 80px 0px; 
}
.footer a {
    color: #eef0f3;
    text-decoration: none;
}
.footer .summary
{
 background: rgba(255, 255, 255, 0);   
     min-height: unset;
     padding: 0px 0px;
}
.footer .summary h3 a {
color: #dad5d5;
    text-transform: unset;
    line-height: 22px;
}
.footer .summary h3 {
    margin-top: 0px;
    font-size: 18px;
    margin-bottom: 0px;
    min-height: unset;
}
.footer .eq-blocks
{
     margin-bottom: 20px !important;
}
.bg-count .contact-form
{
    background: #F1C945 !important;
        color: #000 !important;
}
.bg-count .contact-form input[type="submit"]
{
       background: #0f5892;
       color: #fffafa;
}

@media only screen and (max-width: 3000px) and (min-width: 1100px){

    .hidden-desktop
    {
    display: none !important;
    }

}

@media only screen and (max-width: 1400px) and (min-width: 1100px){

}

@media only screen and (max-width: 1024px)
{
.navbar-left,.navbar-right {
 float: none !important;
}
.navbar-toggle {
display: block;
}
.navbar-collapse {
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
.navbar-fixed-top {
top: 0;
border-width: 0 0 1px;
}
.navbar-collapse.collapse {
 display: none!important;
}
.navbar-nav {
float: none!important;
margin-top: 7.5px;
}
.navbar-nav>li {
float: none;
}
.navbar-nav>li>a {
padding-top: 10px;
padding-bottom: 10px;
}
.collapse.in{
display:block !important;
}
.navbar-header {
    float: none;
}
}


@media only screen and (max-width: 1100px) and (min-width: 440px){

    .navbar-toggle {
        display: block !important;
    }
    .center-text
    {
        text-align: center;
    }
    .logo img
    {
    height: 60px;
    }
    .slide-box
    {
    width: 100%;
    }
    .grid-box
    {
     padding: 50px 60px;
    }
    .img-bg img {
    width: 19%;
}
#Carousel .carousel-control.right {
    margin-right: -30px;
}
#Carousel .carousel-control.left {
    margin-left: -30px;
}
.grid3 .info .head2
{
width: 100%;
}
.grid6 img
{
width: 100%;
}
.navbar
{
min-height: 5px;
}
.navbar-inverse .navbar-nav
{
margin-bottom: 20px;
}
.social-top
{
display: none;
}
.header {
    background: #ffffff !important;
}
.header1
{
display: none !important;
}
.logo {
    height: 40px;
}
.navbar-brand
{
padding: 4px 15px;
}
.navbar-collapse.in
{
border: none;
}
.header .nav > li > a {
    color: #191a1b;
    padding: 8px 15px;
}
.header .nav > li > a:hover {
    color: #101010 !important;
    padding: 8px 15px;
}
.navbar-collapse.in {
    border: none;
    box-shadow: none;
}
.second-level-menu
{
display: none;
}
.eq-blocks
{
margin-bottom: 30px;
}
#myBtn
{
    display: none !important;
}
.copy-rights
{
margin-bottom: 35px;    
}
.popular-course .img img
{
       width: 100%; 
}
.popular-course .desc
{
    min-height: 200px;
}
.amou
{
   font-size: 20px; 
   padding: 0 10px;
}
.single-page-lp
{
    padding-bottom: 60px;
}
.home-banner
{
   height: 300px; 
}
}



@media only screen and (max-width: 440px){
    .center-text
    {
        text-align: center;
    }
    .logo img
    {
    height: 60px;
    }
    .slide-box
    {
    width: 100%;
    }
    .grid-box
    {
     padding: 50px 60px;
    }
    .img-bg img {
    width: 19%;
}
#Carousel .carousel-control.right {
    margin-right: -30px;
}
#Carousel .carousel-control.left {
    margin-left: -30px;
}
.grid3 .info .head2
{
width: 100%;
}
.grid6 img
{
width: 100%;
}
.mega-dropdown-menu
{
margin-left: 0px;
}
.navbar
{
min-height: 5px;
}
.courses-post .col-md-2 {
    width: 100%;
    padding: 0px 8px;
}
.home-banner {
    height: 170px;
}
.menu1 .header1 .navbar-nav
{
display: none !important;
}
.social-top
{
display: none;
}
.header {
    background: #ffffff !important;
}
.header1
{
display: none !important;
}
.navbar-brand
{
padding: 4px 15px;
}
.logo {
    height: 40px;
}
.navbar-collapse.in {
    border: none;
    box-shadow: none;
}
.header .nav > li > a {
    color: #191a1b;
    padding: 8px 15px;
}
.header .nav > li > a:hover {
    color: #101010 !important;
    padding: 8px 15px;
}
.second-level-menu
{
display: none;
}
.sticky-foot ul li
{
       width: 49%; 
}
.sticky-foot ul li a, .sticky-foot ul li span
{
   font-size: 11px; 
}
.footer h4 {
    margin-bottom: 10px;
    min-height: 8px;
}
.footer .col-md-3
{
   margin-bottom: 30px; 
}
.grid5-overlay
{
   min-height: 1000px; 
}
.training-list ul
{
   margin: 0px 0;
    padding: 0; 
}
.training-list ul li {
    list-style-type: none;
    margin: 0 0px 13px 0;
    padding: 5px 10px;
    width: 100%;
}
.training-list ul li div span
{
  width: 45px;  
}
.amou {
    font-size: 20px;
    padding: 0 10px;
}
.seo-enroll-btn
{
       width: 100%; 
}
.seo-demo-btn
{
       margin: 10px 0px;
    width: 100%; 
}
.panel-title > a
{
  line-height: 25px;
}
.single-page-lp
{
    padding-bottom: 60px;
}
.eq-blocks
{
margin-bottom: 30px;
}
#myBtn
{
    display: none !important;
}
.copy-rights
{
margin-bottom: 35px;    
}
.popular-course .img img
{
       width: 100%; 
}
}
td{
	border: 1px solid #6c6b6b;
    text-align: left;
    padding: 8px;
    font-family: Roboto,sans-serif!important;
    font-size: 15px;
}







