

*{margin:0px;padding:0px;}
body{font-family: 'Roboto';position:relative;}



/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}}
@keyframes hvr-wobble-horizontal{16.65%{-webkit-transform:translateX(8px);transform:translateX(8px);}
33.3%{-webkit-transform:translateX(-6px);transform:translateX(-6px);}
49.95%{-webkit-transform:translateX(4px);transform:translateX(4px);}
66.6%{-webkit-transform:translateX(-2px);transform:translateX(-2px);}
83.25%{-webkit-transform:translateX(1px);transform:translateX(1px);}
100%{-webkit-transform:translateX(0);transform:translateX(0);}}

 .hvr-wobble-horizontal {
    display: inline-block;
    vertical-align: middle; 
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    cursor: pointer;
}

.hvr-wobble-horizontal:hover, .hvr-wobble-horizontal:focus, .hvr-wobble-horizontal:active {
    -webkit-animation-name: hvr-wobble-horizontal;
    animation-name: hvr-wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


header{margin: 0px; padding: 0px;}
header .top_panel{background: #E5F6BF; width: 100%; float: left;}

.navbar-brand {
    
    padding-top: 0;
    padding-bottom:0; 
   
}

header .search-form .form-group input.form-control::-webkit-input-placeholder{
  display:none;
}
header .search-form .form-group input.form-control::-moz-placeholder{
  display:none;
}


header .top_panel .top_bar.pull-right a {
    color: #000;
    margin: 0px 15px;
    display: inline-block;
    padding: 5px 0px;
}

header .navbar-right form{
  width:100%;
}
header .form-group{
  position:relative;
width:0%;
  min-width:60px;
height:40px;
overflow:hidden;
transition: width 1s;
backface-visibility:hidden;
}
header .form-group input.form-control{
  position:absolute;
  top:0;
  right:0;
  outline:none;
  width:100%;
  height:40px;
  margin:0;
  z-index:10;
}
header input[type="text"].form-control{
  -webkit-appearence:none;
  -webkit-border-radius:0;
}

header .form-group {
    margin-bottom: 0;
}
header .form-control-submit,
header .search-label{
  width:60px;
  height:40px;
  position:absolute;
  right:0;
  top:0;
  padding:0;
  margin:0;
  text-align:center;
  cursor:pointer;
  line-height:40px;
  background:white;
}
header .form-control-submit{
  background:#fff; /*stupid IE*/
    opacity: 0;
  color:transparent;
  border:none;
  outline:none;
  z-index:-1;
}
header .search-label{
  z-index:90;
}
header.form-group.sb-search-open,
header .no-js .sb-search-open{
  width:100%;
}
header .form-group.sb-search-open .search-label,
header .no-js .sb-search .search-label {
    background: #4EA054;
    color: #fff;
    z-index: 11;
}
header .form-group.sb-search-open .form-control-submit,
header .no-js .form-control .form-control-submit {
    z-index: 90;
}

.sb-search-open {
    width: 300px !important;
}

header .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0px !important;
    font-size: 15px !important;
   
}
header .navbar-nav .nav-item{ margin: 0px 20px !important; font-family: 'Roboto';}
header .navbar-nav .nav-item.active{font-weight: bold !important; border-bottom: 2px #000 solid;}

section.banner_panel{width: 100%; float: left; background: url(../img/header-image.png);
background-repeat: no-repeat; background-size: 100% 100% !important; height: 400px; padding-top: 75px;}

.navbar.box-shadow{-webkit-box-shadow: 0 10px 6px -6px #777;
       -moz-box-shadow: 0 10px 6px -6px #777;
            box-shadow: 0 10px 6px -6px #777;
}

section.banner_panel h1 {
    font-family: 'Merriweather';
    text-transform: uppercase;
    text-align: center;
    font-size: 70px;
}
section.banner_panel h2 {
    font-family: 'Merriweather';
    font-weight: bold;
    color: #4EA054;
    text-align: center;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 52px;
}
section.banner_panel h3 {
    font-family: 'Montserrat';
    text-align: center;
    font-size: 20px;
    color: #4EA054;
}

section.clients_slider {
    width: 100%;
    float: left;
    padding: 50px 0px;
    position: relative;
    margin-bottom: 50px;
}

section.clients_slider:after{position: absolute; content: ''; width: 50px; height: 4px; background: #3E3E3E;
transform: translate(-50%); left: 50%; bottom: 0px; border-radius: 5px; display: none;}

/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

section.best_education{width: 100%; float: left;}

section.best_education h3 {
    font-size: 16px;
    font-family: 'Roboto';
    color: #a2a2a2;
    letter-spacing: 5px;
    position: relative;
    padding: 0px 0 0 40px;
    display: none;
}

section.best_education h3:before{ position: absolute; content: ''; left: 0px;
width: 35px; height: 20px;background: url(../img/green_circle.png); background-repeat: no-repeat;
background-position: center center;}
section.best_education h3:after{position: absolute; content: ''; 
width: 35px; height: 20px;background: url(../img/green_circle.png); background-repeat: no-repeat;
background-position: center center; }

section.best_education h2 {
    font-size: 36px;
    font-family: 'Roboto';
    text-align: left;
    color: #5c9954;
    font-weight: bold;
}

section.best_education h2 strong {
    font-weight: bold;
    color: #5c9954;
}

.slick-list.draggable {
  padding: 0px !important;
  margin-top: 40px;
}

.best_education .slick-arrow {
  display: block;
  font-size: 36px;
  float: right;
  line-height: 0px !important;
  cursor: pointer;
  margin-top: -20px;
}

.best_education .slick-prev {
  position: absolute;
  right: 100px;
}

.best_education .slick-next {
  position: absolute;
  right: 20px;
}

.rating { 
  border: none;
  float: right;
  margin-top: -5px;
}

.rating > input { display: none; } 
.rating > label:before { 
  margin:0px 5px;
  font-size: 1.25em;
  font-family: FontAwesome;
  display: inline-block;
  content: "\f005";
}

.rating > .half:before { 
  content: "\f089";
  position: absolute;
}

.rating > label { 
  color: #FFED85; 
 float: right; 
 margin: 0px;
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

section.best_education .card {
  border: 0px;
  padding-bottom: 20px;
  width: 100%;
  text-align: center;
}

section.best_education .card h4 {
  font-size: 22px;
  margin: 20px 0 20px 0px;
  color: #3E3E3E;
  font-family: 'Roboto';
}

section.best_education .card p {
    font-size: 14px;
    color: #3E3E3E;
    font-family: 'Roboto';
    float: left;
    margin: 0px;
    text-align: center;
    width: 100%;
    display: block;
}

section.about_section{width: 100%; float: left; margin:0px 0px 40px 0;}
section.about_section img.about_img{width: 100%; max-width: 500px;}

section.about_section h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #a2a2a2;
  letter-spacing: 5px;
  position: relative;
  padding: 0px 0 0 40px;
  margin-top: 40px;
  display: none;
}
section.about_section h3::before {
  position: absolute;
  content: '';
  left: 0px;
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.about_section h3::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.about_section h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: left;
  color: #5c9954;
  font-weight: bold;
  margin-top: 0px;
}

section.about_section h2 strong {
  font-weight: bold;
  color: #5c9954;
}

/*section.about_section p {
  font-size: 14px;
  line-height: 26px;
  color: #3E3E3E;
}
*/
section.about_section ul {
  margin: 0px;
  padding: 0px;
  float: left;
  max-width: 70%;
}

section.about_section ul li{list-style: none; position: relative; padding-left: 25px; font-size: 14px;
 color: #466A50;line-height: 32px;}
section.about_section ul li::before{content:''; border-radius:100%;margin-top: 8px;
position: absolute; width: 15px; height: 15px; background: #5B9958;
left: 0px;}

section.about_section a.about_btn{background: #5B9958; padding: 10px 20px; text-align: center; color: #fff;
border-radius: 4px; margin-top: 0px; display: inline-block;}
section.about_section a.about_btn:hover{text-decoration: none; opacity: 0.7;}

section.search_courses{width: 100%; float: left; background: transparent linear-gradient(198deg, #6BDB67 0%, #50874D 100%) 0% 0% no-repeat padding-box;
padding: 10px 0 40px 0;}

section.search_courses h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  padding: 0px 0 0 0px;
  margin-top: 40px;
  text-align: center;
  display: none;
}
section.search_courses h3::before {
  position: absolute;
  content: '';
  left: auto;
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -40px;
}
section.search_courses h3::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.search_courses h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 20px;
}

section.search_courses h2 strong {
  font-weight: bold;
  color: #fff;
}

section.search_courses .form-control {
  height: 52px;
  line-height: 52;
  color: #3E3E3E;
  margin-top: 20px;
}

section.search_courses .search_courses_btn {
  background: #5B9958;
  color: #fff;
  margin-top: -4px;
  height: 60px;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
}
section.search_courses .search_courses_btn:hover{cursor: pointer;opacity: 0.7;}
section.search_courses .search_courses_col {
  width: 100%;
  float: left;
  margin: 20px 0;
}

section.search_courses .search_courses_col .img {
  width: auto;
  float: left;
  border-right: 1px #fff solid;
  padding-right: 12px;
  margin-right: 12px;
}

section.search_courses .search_courses_col .img img{}
section.search_courses .search_courses_col .title_text {
  width: auto;
  float: left;
}
section.search_courses .search_courses_col .title_text p {
  color: #fff;
  font-size: 14px;
}

section.search_courses .search_courses_col .title_text p strong {
  font-size: 24px;
  display: block;
  line-height: 22px;
}

section.our_best_courses{width: 100%; float: left; margin-top: 20px;}


section.our_best_courses h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #a2a2a2;
  letter-spacing: 5px;
  position: relative;
  padding: 0px 0 0 0px;
  margin-top: 40px;
  text-align: center;
  display: none;
}
section.our_best_courses h3::before {
  position: absolute;
  content: '';
  left: auto;
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -40px;
}
section.our_best_courses h3::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.our_best_courses h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: center;
  color: #5c9954;
  font-weight: bold;
  margin-top: 20px;
}

section.our_best_courses h2 strong {
  font-weight: bold;
  color: #5c9954;
}

section.our_best_courses .best_courses_panel {
  width: 100%;
  float: left;
  margin-top: 40px;
}

section.our_best_courses .best_courses_panel .img_div {
  width: 100%;
  float: left;
  position: relative;
}

section.our_best_courses .best_courses_panel .img_div img.img-responsive {
    width: auto;
    max-width: 100%;
    height: 150px;
    display: block;
    margin: 0 auto;
}

section.our_best_courses .best_courses_panel .img_div .without_hover {
  width: 100%;
  float: left;
  margin-top: -50px;
  position: relative;
  padding: 0 20px;
}

section.our_best_courses .best_courses_panel .img_div .without_hover .logo_img{margin-top: -10px;}
section.our_best_courses .   .img_div .overlay{width: 100%; display: none; height: 100%; border-radius: 5px;
  float: left;position: absolute; left: 0; top: 0; background: none;}

section.our_best_courses .best_courses_panel .img_div:hover .overlay{display: block; cursor: pointer;}
section.our_best_courses .best_courses_panel .img_div:hover .without_hover .rating{display: none;}
section.our_best_courses .best_courses_panel .img_div .overlay a {
    color: #000;
    font-size: 14px;
    float: none;
    font-weight: bold;
    bottom: -8px;
    position: relative;
    display: block !important;
    z-index: +1;
    border-radius: 5px;
    margin: 0 auto !important;
    right: auto;
    width: 120px;
    padding: 5px;
    text-align: center;
}

section.our_best_courses .best_courses_panel .img_div .overlay a:hover{ cursor: pointer;}
section.our_best_courses .best_courses_panel .card {
    border: 0px;
    width: 100%;
    margin-bottom: 20px;
}
section.our_best_courses .best_courses_panel .card:hover {
  border: 0px;
  box-shadow:none;
  cursor: pointer;
}

section.our_best_courses .best_courses_panel .card .content_div {
  width: 100%;
  float: left;
  padding: 15px 10px;
  min-height: 140px;
}

section.our_best_courses .best_courses_panel .card .content_div h4 {
    font-size: 16px;
    color: #3E3E3E;
    line-height: 24px;
    text-align: center;
}
section.our_best_courses .best_courses_panel .card .content_div p {
    font-size: 14px;
    text-align: center;
    color: #3E3E3E;
}


section.best_features{width: 100%; float: left;background: transparent linear-gradient(198deg, #6BDB67 0%,
#50874D 100%) 0% 0% no-repeat padding-box;
padding: 40px 0 40px 0;}
section.best_features h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #fff;
  letter-spacing: 5px;
  position: relative;
  padding: 0px 0 0 40px;
  display: none;
}
section.best_features h3::before {
  position: absolute;
  content: '';
  left: 0px;
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.best_features h3::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}
section.best_features h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: left;
  color: #fff;
  font-weight: bold;
}
section.best_features h2 strong {
  font-weight: bold;
  color: #fff;
}

section.best_features .best_features_div {
  width: 100%;
  float: left;
  margin-top: 20px;
}

section.best_features .best_features_div .feature_1 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
      min-height: 210px;
}

section.best_features .best_features_div .feature_1 h4{color: #fff; font-size: 18px;}
section.best_features .best_features_div .feature_1 p{color: #fff; font-size: 16px;}
section.best_features .best_features_div a .feature_1:hover {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features .best_features_div a .feature_1:hover h4{color: #000; font-size: 18px;}
section.best_features .best_features_div a .feature_1:hover p{color: #000; font-size: 16px;}
section.best_features .best_features_div .feature_1 .img {
  width: 74px;
  height: 66px;
  background: url(../img/policy.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features .best_features_div a .feature_1:hover .img {
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/policy_hover.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}



section.best_features .best_features_div .feature_2 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
      min-height: 210px;
}

section.best_features .best_features_div .feature_2 h4{color: #fff; font-size: 18px;}
section.best_features .best_features_div .feature_2 p{color: #fff; font-size: 16px;}
section.best_features .best_features_div a .feature_2:hover {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features .best_features_div a .feature_2:hover h4{color: #000; font-size: 18px;}
section.best_features .best_features_div a .feature_2:hover p{color: #000; font-size: 16px;}
section.best_features .best_features_div .feature_2 .img {
  width: 74px;
  height: 66px;
  background: url(../img/credit-cards-payment.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features .best_features_div a .feature_2:hover .img {
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/credit-cards-payment_hover.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}


section.best_features .best_features_div .feature_3 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
      min-height: 210px;
}

section.best_features .best_features_div .feature_3 h4{color: #fff; font-size: 18px;}
section.best_features .best_features_div .feature_3 p{color: #fff; font-size: 16px;}
section.best_features .best_features_div a .feature_3:hover {
  width: 100%;
  float: left;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features .best_features_div a .feature_3:hover h4{color: #000; font-size: 18px;}
section.best_features .best_features_div a .feature_3:hover p{color: #000; font-size: 16px;}
section.best_features .best_features_div .feature_3 .img {
  width: 65px;
  height: 66px;
  background: url(../img/calendar.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features .best_features_div a .feature_3:hover .img {
  width: 65px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/calendar_hover.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}


section.organistaion_review {
  width: 100%;
  float: left;
  margin: 20px 0;
}
section.organistaion_review h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #a2a2a2;
  letter-spacing: 5px;
  position: relative;
  padding: 0px 0 0 0px;
  margin-top: 40px;
  text-align: center;
  display: none;
}

section.organistaion_review h3::before {
  position: absolute;
  content: '';
  left: auto;
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
  margin-left: -40px;
}

section.organistaion_review h3::after {
  position: absolute;
  content: '';
  width: 35px;
  height: 20px;
  background: url(../img/green_circle.png);
  background-repeat: no-repeat;
  background-position: center center;
}

section.organistaion_review h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: center;
  color: #5c9954;
  font-weight: bold;
  margin-top: 20px;
}

section.organistaion_review h2 strong {
  font-weight: bold;
  color: #5c9954;
}

section.organistaion_review .wrapper-carousel-fix {
  width: 100%;
  float: none;
  max-width: 600px;
  margin: 20px auto;
  text-align: center;
}

section.organistaion_review .wrapper-carousel-fix {
  width: 100%;
  float: none;
  max-width: 600px;
  margin: 0px auto;
  text-align: center;
}

section.organistaion_review .wrapper-carousel-fix .testimonial h4.font-weight-bold {
  display: inline-block;
  border-right: 1px #ccc solid;
  padding-right: 20px;
  margin-right: 10px;
}

section.organistaion_review .wrapper-carousel-fix .testimonial h6.font-weight-bold {
  display: inline-block;
  color: #323232;
}

section.organistaion_review .wrapper-carousel-fix .carousel-control {
  display: none;
}

section.organistaion_review .carousel-indicators .active {
  background-color: #000;
  width: 30px; height:3px; border-radius: 0px;
  margin-top: 4px;
}
section.organistaion_review .carousel-indicators li {
  background-color: #8B8B8B;
  width: 12px;
  height: 12px; border-radius: 100%;
}

section.organistaion_review .carousel-indicators {
 
  bottom: -30px;
 
}

section.seeding_brain{width: 100%; padding: 40px 0 10px 0; margin-top: 20px; float: left;background: transparent linear-gradient(180deg, #6BDB67 0%, #50874D 100%) 0% 0% no-repeat padding-box;
}

section.seeding_brain h2{color:#fff; text-transform: uppercase; font-size: 20px; text-align: center;}
section.seeding_brain h3{ color: #fff; font-size: 16px; text-align: center; padding: 20px 0; }

section.seeding_brain .form-control {
  height: 52px;
  line-height: 52;
  color: #3E3E3E;
  margin-top: 20px;
}

section.seeding_brain .search_courses_btn {
  background: #000;
  color: #fff;
  margin-top: -4px;
  height: 60px;
  border: 0px;
  border-radius: 4px;
  cursor: pointer;
}

section.seeding_brain .search_brains {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

section.seeding_brain footer.copyright {
  width: 100%;
  float: left;
  border-top: 1px #fff solid;
  margin-top: 20px;
  padding-top: 20px;
}

section.seeding_brain footer.copyright p {
  color: #fff;
  font-size: 14px;
  text-align: left;
  line-height: 42px;
  margin: 0px;
}

section.seeding_brain footer.copyright ul {
  margin: 0px;
  padding: 0px;
}

section.seeding_brain footer.copyright li {
  list-style: none;
  float: left;
}

section.seeding_brain footer.copyright li a {
  color: #fff; font-size: 14px; padding: 0 20px;line-height: 42px;
}

section.seeding_brain footer.copyright li a:hover{color: #000; text-decoration: none;}



/* Wrapper */
section.seeding_brain .icon-button {
  border-radius: 2.6rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.3rem;
  height: 2.6rem;
  line-height: 2.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 2.6rem;

}

/* Circle */
section.seeding_brain .icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 0;


}
section.seeding_brain .icon-button:hover span {
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 2.6rem;
  margin: -1.3rem;
}

/* Icons */
section.seeding_brain .icon-button i {
  background: none;
  color: #fff;
  height: 2.6rem;
  left: 0;
  line-height: 2.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
       -o-transition: all 0.3s;
          transition: all 0.3s;
  width: 2.6rem;
  z-index: 10;
  border-color: 1px #fff solid;
}





section.seeding_brain .twitter span {
  background-color: #4099ff;

}
section.seeding_brain .facebook span {
  background-color: #3B5998;
}
section.seeding_brain .linkedin span {
  background-color: #007bb6;
}



section.seeding_brain .icon-button .fa-twitter {
  color: #fff; border:1px #fff solid; border-radius: 100%;
}
section.seeding_brain .icon-button .fa-facebook {
  color: #fff; border:1px #fff solid; border-radius: 100%;
}
section.seeding_brain .icon-button .fa-linkedin {
  color: #fff; border:1px #fff solid; border-radius: 100%;
}




section.seeding_brain .icon-button:hover .icon-twitter,
section.seeding_brain .icon-button:hover .icon-facebook,
section.seeding_brain .icon-button:hover .icon-linkedin
 {
  color: white;
}

@media all and (max-width: 680px) {
  section.seeding_brain .icon-button {
    border-radius: 1.6rem;
    font-size: 0.8rem;
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

  section.seeding_brain .icon-button:hover span {
    width: 1.6rem;
    height: 1.6rem;
    border-radius: 1.6rem;
    margin: -0.8rem;
  }

  /* Icons */
  section.seeding_brain .icon-button i {
    height: 1.6rem;
    line-height: 1.6rem;
    width: 1.6rem;
  }

}


section.seeding_brain .social_icons {
  text-align: center;
}

.hvr-shutter-in-horizontal:hover, .hvr-shutter-in-horizontal:focus, .hvr-shutter-in-horizontal:active {
  color: white;
}

.hvr-shutter-in-horizontal:hover::before, .hvr-shutter-in-horizontal:focus::before, .hvr-shutter-in-horizontal:active::before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

.hvr-shutter-in-horizontal::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #5eb45b;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

@media (max-width: 768px) {
section.grid_system .thumbnail{width: 100%;}
section.courses_banner_panel {
   
    min-height: auto !important;
}

section.inner_banner_panel{ min-height: auto !important;}
  .navbar-brand {
  
  margin-right: 0;
  
}

header .navbar-nav .nav-link {
  line-height: 36px;
}

section.banner_panel h2 {
  font-family: 'Merriweather';
  font-weight: bold;
  color: #4EA054;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 42px;
}
section.banner_panel h1 {
  font-family: 'Merriweather';
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
}

section.banner_panel {
  width: 100%;
  float: left;
  background: url(../img/header-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 250px;
  padding-top: 0px;
}


section.clients_slider {
  width: 100%;
  float: left;
  padding: 20px 0px;
  position: relative;
  margin-bottom: 50px;
}

section.best_education h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: left;
  color: #5e5e5e;
  font-weight: normal;
}

.best_education .slick-arrow {
  display: block;
  font-size: 36px;
  float: right;
  line-height: 0px !important;
  cursor: pointer;
  margin-top: -6px;
}
section.about_section h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: left;
  color: #5e5e5e;
  font-weight: normal;
}
section.search_courses h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-bottom: 30px;
}
section.our_best_courses h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: center;
  color: #5e5e5e;
  font-weight: normal;
}

section.best_features h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: left;
  color: #fff;
  font-weight: normal;
}
section.best_features .best_features_div .feature_2 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
  margin:0px 0 20px 0;
}

section.organistaion_review h2 {
  font-size: 24px;
  font-family: 'Roboto';
  text-align: center;
  color: #5e5e5e;
  font-weight: normal;
}
section.organistaion_review h3 {
  font-size: 16px;
  font-family: 'Roboto';
  color: #a2a2a2;
  letter-spacing: 1px;
  position: relative;
  padding: 0px 0 0 0px;
  margin-top: 40px;
  text-align: center;
}
section.seeding_brain footer.copyright p {
  color: #fff;
  font-size: 14px;
  line-height: 42px;
  margin: 0px;
  text-align: center;
}
section.seeding_brain footer.copyright li a {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 42px;
}
section.our_best_courses .best_courses_panel .card {
  border: 0px;
  margin-bottom: 20px;
  max-width: 320px;
  margin: 0 auto;
  display: block;
}
}


/*organisation page*/

header .top_panel .top_bar.pull-left a {
  color: #000;
  margin: 0px 15px;
  display: inline-block;
  padding: 5px 0px;
}

section.inner_banner_panel{width: 100%;
float: left;
background: url(../img/architecture-buildings.png);
    background-repeat: repeat;
    background-size: auto;
background-repeat: no-repeat;
background-size: 100% 100% !important;
padding: 75px 0px; min-height: 400px;}

section.inner_banner_panel h1 {
  text-align: center;
  color: #fff;
  font-family: Merriweather;
  font-size: 48px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section.inner_banner_panel h3 {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  padding-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

.show_more_btn{width: 100%; float: left; margin: 20px 0;}

.show_more_btn a {
  background: #5B9958;
  width: 150px;
  display: block;
  margin: 0 auto;
  padding: 10px 0px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 5px;
}

.show_more_btn a:hover{opacity: 0.7; text-decoration: none;}

.login_popup .modal-body {
  padding: 0px;
}
.login_popup .modal-body .head_top .logo_top {
  width: 100%;
  float: left;
  text-align: center;
}
.login_popup .modal-body .head_top .logo_top img {
  
  text-align: center;
  margin-top: -25px;
  
}
.login_popup .modal-body .head_top {
  width: 100%;
  float: left;
  background: url(../img/popup_head.png);
  background-repeat: no-repeat;
  background-position: left 0px;
  background-size: 100%;
  height: 160px;

}

.login_popup .modal-dialog.modal-dialog-centered {
  max-width: 400px;
}

.login_popup .modal-body .head_top h2 {
  color: #fff;
  text-align: center;
  padding-top: 65px;
  font-size: 32px;
}

.login_popup .modal-body .head_top h2 strong{font-weight: 800;}
.login_popup .modal-body .body_content{background: #fff; padding: 40px; width: 100%; float: left; }
.btn.btn-success.login_btn {
  width: 100%;
  float: left;
  border-radius: 4px;
  background: #5A9B47;
  margin: 10px 0px;
  line-height: 32px;
}

.login_popup .modal-body .body_content input {
  background: #EEEEEE;
  border: 0px;
  line-height: 32px;
  color: #323232;
  font-size: 14px;
}
a.forgot_your_password{ font-size: 15px; color: #323232; text-align: center; display: block; }

.forgot_body{display: none;}

section.about_img_group{width: 100%; float: left; margin: 50px 0 0 0;}
section.about_img_group img{width: 100%; margin-bottom: 15px; border-radius: 10px;}

section.about_section h2.about_us_title {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: left !important;
  color: #466A50;
  font-weight: normal;
  position: relative;
  margin-bottom: 40px;
  margin-top: 0px;
}

section.about_section h2.about_us_title:after{content: ''; position: absolute; width: 80px; height: 4px;
background: #5B9958; border-radius: 4px; bottom: -20px; left: 0px; display: none;}

section.best_features_about{padding: 40px 0 40px 0;width: 100%;
float: left;}
section.best_features_about .best_features_div {
  width: 100%;
  float: left;
  margin-top: 20px;
}
section.best_features_about h2 {
  font-size: 36px;
  font-family: 'Roboto';
  text-align: left;
  color: #5c9954;
  font-weight: bold;
}
section.best_features_about h2 strong {
  font-weight: bold;
  color: #5c9954;
}


section.best_features_about .best_features_div .feature_1 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
  min-height: 210px;
}

section.best_features_about .best_features_div .feature_1 h4{color: #000; font-size: 18px;}
section.best_features_about .best_features_div .feature_1 p{color: #000; font-size: 16px;}
section.best_features_about .best_features_div a .feature_1:hover {
  width: 100%;
  float: left;
  background: #5B9958;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features_about .best_features_div a .feature_1:hover h4{color: #fff; font-size: 18px;}
section.best_features_about .best_features_div a .feature_1:hover p{color: #fff; font-size: 16px;}
section.best_features_about .best_features_div .feature_1 .img {
  width: 74px;
  height: 66px;
  background: url(../img/policy_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features_about .best_features_div a .feature_1:hover .img {
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/policy.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}



section.best_features_about .best_features_div .feature_2 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
   min-height: 210px;
}

section.best_features_about .best_features_div .feature_2 h4{color:#000; font-size: 18px;}
section.best_features_about .best_features_div .feature_2 p{color: #000; font-size: 16px;}
section.best_features_about .best_features_div a .feature_2:hover {
  width: 100%;
  float: left;
  background: #5B9958;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features_about .best_features_div a .feature_2:hover h4{color:#fff; font-size: 18px;}
section.best_features_about .best_features_div a .feature_2:hover p{color:#fff; font-size: 16px;}
section.best_features_about .best_features_div .feature_2 .img {
  width: 74px;
  height: 66px;
  background: url(../img/credit-cards-payment_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features_about .best_features_div a .feature_2:hover .img {
  width: 74px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/credit-cards-payment.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}


section.best_features_about .best_features_div .feature_3 {
  width: 100%;
  float: left;
  padding: 15px;
  text-align: center;
   min-height: 210px;
}

section.best_features_about .best_features_div .feature_3 h4{color: #000; font-size: 18px;}
section.best_features_about .best_features_div .feature_3 p{color: #000; font-size: 16px;}
section.best_features_about .best_features_div a .feature_3:hover {
  width: 100%;
  float: left;
  background: #5B9958;
  border-radius: 5px;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.7);
  padding: 15px;
  text-align: center;
  cursor: pointer;
}

section.best_features_about .best_features_div a .feature_3:hover h4{color: #fff; font-size: 18px;}
section.best_features_about .best_features_div a .feature_3:hover p{color: #fff; font-size: 16px;}
section.best_features_about .best_features_div .feature_3 .img {
  width: 65px;
  height: 66px;
  background: url(../img/calendar_hover.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto 20px auto;
}

section.best_features_about .best_features_div a .feature_3:hover .img {
  width: 65px;
  height: 66px;
  margin-bottom: 20px;
  background: url(../img/calendar.png);
  background-repeat: no-repeat;
   background-position: center;
  margin: 0 auto 20px auto;
}


section.courses_banner_panel {
  width: 100%;
  float: left;
  background: url(../img/courses_banner.png);
  background-repeat: repeat;
  background-size: auto;
  background-repeat: no-repeat;
  background-size: 100% 100% !important;
  padding: 75px 0px;
  min-height: 400px;
}
section.courses_banner_panel h1 {
  text-align: center;
  color: #fff;
  font-family: Merriweather;
  font-size: 48px;
  padding-bottom: 20px;
  text-transform: uppercase;
}
section.courses_banner_panel h3 {
  text-align: center;
  color: #fff;
  font-family: Roboto;
  font-size: 20px;
  padding-bottom: 20px;
  max-width: 800px;
  margin: 0 auto;
  display: block;
}

section.grid_system{width: 100%; float: left; margin: 50px 0;}
.view-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}
.thumbnail
{
    margin-bottom: 30px;
    padding: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.item.list-group-item
{
    float: none;
    width: 100%;
    background-color: #fff;
    margin-bottom: 30px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 1rem;
    border: 0;
}
.item.list-group-item .img-event {
    float: left;
    width: 30%;
}

.item.list-group-item .list-group-image
{
    margin-right: 10px;
}
.item.list-group-item .thumbnail {
    margin-bottom: 0px;
    display: inline-block;
    width: 100%;
}
.item.list-group-item .caption
{
    float: left;
    width: 70%;
    margin: 0;
}

.item.list-group-item:before, .item.list-group-item:after
{
    display: table;
    content: " ";
}

.item.list-group-item:after
{
    clear: both;
}


section.grid_system  .overlay {
  width: 100%;
  display: none;
  height: 100%;
  border-radius: 5px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
  background: none;
}

section.grid_system  .overlay a {
  color: #fff;
  font-size: 14px;
  float: right;
  bottom: 27px;
  right: 20px;
  position: absolute;
  display: block;
  z-index: +1;
}

section.grid_system .without_hover {
  width: 100%;
  float: left;
  margin-top: -50px;
  position: relative;
  padding: 0 20px;
}
section.grid_system .without_hover .logo_img {
  margin-top: -10px;
}

.thumbnail.card .img-responsive {
    width: auto;
    height: 150px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
section.grid_system .thumbnail.card {
  border: 0px ;
}

section.grid_system h4 {
    font-size: 16px;
    color: #3E3E3E;
    text-align: center;
    line-height: 26px;
}

.caption.card-body {
  padding: 10px;
}

section.grid_system p {
  font-size: 14px;
  color: #3E3E3E;text-align: center;
}

section.grid_system .card:hover {
  border: 0px;
  box-shadow: none;
  cursor: pointer;
}

section.grid_system .img-event:hover .overlay {
  display: block;
  cursor: pointer;
}

section.grid_system .img-event:hover .rating{display: none;}

section.grid_system .img-event {
  width: 100%;
  float: left;
  position: relative;
}

.caption.card-body {
  padding: 10px;
  width: 100%;
  float: left;
}

section.grid_system .item {
  margin-top: 20px;
}

section.grid_system label.sorting {
  padding: 10px 20px 0 0;
  color: #3E3E3E;
  font-size: 14px;
}

section.grid_system select.sorting_list {
  margin-right: 20px;
  border: 0px;
  min-width: 120px;
  color: #3E3E3E;
}

.find_courses {
  width: 100%;
  float: left;
  margin-top: 20px;
}

.find_courses .label_col {
  font-size: 14px;
  display: block;
  color: #000;
  margin-top: 20px;
}

.find_courses .select_col {
  width: 100%;
 padding: 0px;
 color: #3E3E3E;
 height: 40px;
    border: 1px #ccc solid;
    padding-left: 10px;
    border-radius: 5px;
}

.find_courses input[type="text"] {
    width: 100%;
    height: 40px;
    border: 1px #ccc solid;
    padding-left: 10px;
    border-radius: 5px;
    margin-bottom: 12px;
}

.find_courses .find_btn {
  background: #5B9958;
  padding: 10px 20px;
  text-align: center;
  color: #fff;
  border-radius: 4px;
      border: 0px;
  margin-top: 40px;
  display: inline-block;
}

.find_courses .find_btn:hover {
  text-decoration: none;
  opacity: 0.7; cursor: pointer;
}

.find_courses .tag_box {
  width: auto;
  float: left;
  border: 1px #ccc solid;
  margin: 5px;
  padding: 2px 5px;
  font-size: 12px;
}

.find_courses .tag_box:hover{background: #5B9958; color: #fff; cursor: pointer;}
.find_courses .tag_box.active{background: #5B9958; color: #fff; cursor: pointer;}

.error {
  color: red;
  font-size: 12px;
}

.login_page_for .login_box {
  width: 100%;
  float: left;
  background: #fff;
  padding: 40px;
  box-shadow: 0px 0px 3px 0px rgba(0,0,0,.5);
  border-radius: 10px;
  margin: 50px 0px;
}

.login_page_for .login_box .head_top {
  padding-bottom: 20px;
}


.login_page_for .login_box .head_top h2 {
  text-align: center;
  font-size: 24px;
}




.best_education_slider .slick-slide img {
    display: block;
    width: auto !important;
    height: 150px;
    margin: 0 auto;
    max-width: 100%;
}


.pagination_div{width: 100%; float: left;}

@media (max-width: 1024px) {
   header .navbar-nav .nav-item {
    margin: 10px 20px !important;
    font-family: 'Roboto';
}
section.search_courses .search_courses_col .title_text {
    width: auto;
    float: left;
    padding-top: 5px;
}
}
section.about_section iframe.note-video-clip {
    width: 100% !important;
    height: 430px;
    margin-top: 20px;
}





  /*********************** login css start ******************************/

.login_page_for .login_box{ max-width: 500px !important; margin: 50px auto !important; float: none !important; }



.item.list-group-item h4.group.card-title.inner.list-group-item-heading {
    text-align: left !important;
}


.item.list-group-item p.group.inner.list-group-item-text {
    text-align: left;
}

p.about-custom-img {
    position: relative;
    margin-top: -42px !important;
    float: right;
    width: 30%;
    text-align: center !important;
}

p.about-custom-img img {
    width: 50% !important;
}
section.about_section .col-md-7 ul {
    width: 100% !important;
    max-width: 100% !important;
}

@media (max-width: 980px) {

  section.about_section iframe {
    width: 100%;
}

  section.about_section ul {
    margin: 0px;
    padding: 0px;
    float: left;
    max-width: 100%;
}
p.about-custom-img {
    position: relative;
    margin-top: 0px !important;
    float: right;
    width: 100%;
    text-align: center !important;
}
}


img.about-vision {
    width: 50px !important;
    margin: 10px 10px 10px 0;
}

img.about-mission {
    width: 50px !important  ;
    margin: 10px 10px 10px 0px;
}

img.about-best-service {
    width: 50px !important;
    margin: 10px 10px 10px 0px;
}

.custom-vision {
    width: calc( 100% + 30px );
    float: left;
    position: relative;
    padding: 20px;
    margin: 20px -15px 0px -15px;
}

.custom-mission {
    width: calc( 100% + 30px );
    float: left;
    position: relative;
    padding: 20px;
    margin:0px -15px 20px -15px;
}

.custom-services {
    width: calc( 100% + 30px );
    float: left;
    position: relative;
    padding: 20px;
    margin:0px -15px 20px -15px;
}



section.organistaion_review ol.carousel-indicators {
    display: none;
}

section.about_section p {
    color: #466A50;
}

section.about_section span {
    color: #466A50;
}

div#modelCourse .modal-dialog.modal-lg .modal-header {
    background: #5B9958;
    border: 0px;
    position: relative;
    margin: 0 0 0 0px;
    width: 100%;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 5px;
}

div#modelCourse .modal-dialog.modal-lg .modal-content {
    background: none;
    border: 0px;
     border-radius: 10px;
}

div#modelCourse .modal-dialog.modal-lg .modal-content .modal-body {
    background: #fff;
     border-radius: 10px 10px 0 0px;
     color: #5B9958;
}

div#modelCourse .modal-dialog.modal-lg .modal-content .modal-footer {
    background: #fff;
     border-radius:0px 0px 10px 10px;
}
.close:focus, .close:hover {
   
    outline: none;
}

.navbar-light .navbar-nav .nav-link {
    color: #5B9958;
}

header .top_panel .top_bar.pull-right a {
    color: #5B9958;
    margin: 0px 15px;
    display: inline-block;
    padding: 5px 0px;
}

section.about_section h2.about_us_title img {
    width: 100% !important;
    max-width: 100% !important;
}


section.about_section .col-md-12 {
    margin: 0px !important;
    padding: 0px !important;
}