
@font-face {
  font-family: 'CenturyGothic';
  src: url('../fonts/CenturyGothic.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic';
  src:  url('../fonts/CenturyGothic.woff') format('woff'), url('../fonts/CenturyGothic.ttf')  format('truetype'), url('../fonts/CenturyGothic.svg#CenturyGothic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src: url('../fonts/CenturyGothic-Bold.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CenturyGothic-Bold';
  src:  url('../fonts/CenturyGothic-Bold.woff') format('woff'), url('../fonts/CenturyGothic-Bold.ttf')  format('truetype'), url('../fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@import url("https://use.fontawesome.com/releases/v5.6.1/css/all.css");

body{
	font-family: 'CenturyGothic';
  font-size: 14px;
  background: #f1f1f1;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}
/*
 * Row with equal height columns
 * --------------------------------------------------
 */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}
.btn-primary {

    color: #343434;
    color: #fff;
    background-color: #6ac610;
    border-color: #6ac610;
    font-family: 'CenturyGothic-Bold';
    border-radius: 0;

}
.btn-outline-primary {

    color: #8d8d8d;
    border-color: #8d8d8d;
    border-radius: 0;

}
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-primary.focus, .btn-primary:focus, .btn-light.focus, .btn-light:focus {
    box-shadow: none;
}
.btn-outline-primary:hover {
    background-color: #6ac610;
    border-color: #6ac610;
}
.btn-primary:hover {
    background-color: #6ac610;
    border-color: #6ac610;    
    color: #333;
}
a {
  text-decoration: none !important;
  transition: all .5s;
}
  .light_bg{
    background: #f2f2f2;
  }
/*==============================================
      Header          
==============================================*/

.logo_bar {
  background: #194f79;
  color: #fff;
  font-size: 14px;
  padding: 0;
  position: relative;
}
.logo_bar ul li {
  display: inline-block;
  padding-left: 15px;
}
.logo_bar ul {
  padding: 0 0 0 20px;
  margin: 0;
  position: relative;
  font-size: 16px;
}
.contact_list li::after {
    content: '/';
    padding-left: 15px;
    font-weight: bold;
}
.logo_bar ul li a {
  color: #fff;
  text-decoration: none;
  transition: all .5s;
}
.logo_bar ul li:first-child {
  padding-left: 0;
}
.logo_bar ul li a:hover {
  opacity: .8;
}
.navbar.navbar-expand-md.navbar-light.fixed-top {
    background: rgba(255,255,255,.95);
    padding: 0 1.5rem;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #354253;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active {

    /*border-color: #EF4D22;*/
    color: #354253;

}
.navbar-light .navbar-nav .active {

    border-color: #3b5628;

}
.navbar-light .navbar-nav .nav-link {
    color: #354253;
    transition: all .3s;
}
.navbar-brand img {
    /*max-height: 60px;*/
    max-height: 90px;
    min-width: 274px;
    z-index: 999;
}
.drive_btn {
    background: #EF4D22;
    transition: all .3s;
}
.navbar-nav .drive_btn a.nav-link {
    color: #fff;
}
.navbar-nav .drive_btn a.nav-link i {
  padding-right: 10px;
  font-size: 22px;
}
.navbar-nav .drive_btn:hover {
  background: #059348;
  color: #fff;
}
.navbar-nav .drive_btn:hover a.nav-link {
  color: #fff;
}
.nav-item.px-3.drive_btn {
}
.sub_menu {
    opacity: 0;
    position: absolute;
    top: 200px;
    left: 0;
    width: 250px;
    background: #fff;
    transition: all .7s;
    z-index: -1;
    box-shadow: 0 0 10px #ddd;
    display: none;
}
.nav-item.has_sub_menu {
    position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.has_sub_menu:hover .sub_menu{
  opacity: 1;
  top: 100%;
  z-index: 11;
  display: block;
}
.sb_menu_down {

    position: absolute;
    transform: translate(-50%,0);

}
.navbar-expand-md .navbar-nav .nav-link {

    padding: 0px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 600;
    /*border-bottom: 1px solid transparent;*/

}
.nav-item {

    padding: 30px 10px;
    border-top: 2px solid transparent;

}
.sub_menu a {
  padding: 15px;
  display: inline-block;
 /* border-top: 1px solid #DDD;*/
  width: 100%;
  color: #000;
  text-decoration: none;
  transition: all .5s;
  font-size: 14px;
  text-align: left;
}
.navbar-nav .sub_menu li {
    border-top: 1px solid #DDD;
    display: block !important;
    transition: .4s all;


}
.list-inline.dropdown-menu{
  transition: .4s all;
}
.sub_menu .dropdown-submenu a {

    position: relative;

}
.sub_menu .dropdown-submenu a .fa-angle-right {

    position: absolute;
    right: 8px;
    top: 44%;

}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu {
    margin: 0;
    padding: 0;
    transition: .4s all;
    width: 210px;
    text-align: center;
}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu li a {
    font-size: 12px;
}
.dropdown-submenu {

    position: relative;

}
.navbar-expand-md .navbar-nav .dropdown-submenu:hover .dropdown-menu {
    position: absolute;
    display: block;
    top: -1px;
    left: 100%;
}
.sub_menu li:hover {
  background: #fff;
  color: #059348;
  border-color: #3b5628;
}
.navbar {

    padding: 0;

}
.nav-item:last-child{
  padding-right: 0;
}


.logo_bar::before {
  content: "";
  background: #f1f1f1;
  width: 35%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.logo_holder::after {
  content: "";
  border-top: 37px solid #f1f1f1;
  border-left: 20px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
}
.logo_holder::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 100%;
    background: #f1f1f1;
    transform: skewX(19deg);
    z-index: 1;
}
.navbar-toggler{
  display: none;
}

#navbarNav {
  width: 100%;
  display: block !important;
}
.navbar-nav.text-center {
  display: block;
}
.navbar-nav.text-center li {
  display: inline-block;
}
.nav-item img {
    height: 20px;
}
/*==============================================
      Home Banner Slider          
==============================================*/
.tg-homeslider{
  color: #fff;
  font-size: 22px;
  min-height: 300px;
  position: relative;
}
.tg-homeslider .pogoSlider-slide{
  width: 100%;
  float: left;
  opacity: 0;
  height: 100%;
  padding: 0 100px;
  overflow: hidden;
  position: absolute;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -ms-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
  
}
.tg-homeslider .pogoSlider-slide:after {
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.40;
  background: #3b5628;
  position: absolute;
}
.tg-slidercontent{
  width: 100%;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}
.tg-slidercontent h1{
  margin: 0;
  color: #fff;
  font-size: 40px;
  font-weight: 800;
  line-height: normal;
}
.tg-slidercontent h2{
  margin: 0;
  color: #fff;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
  background: #6ac610;
  padding: 5px 10px;
  margin: 30px 0;
}
.tg-slidercontent .tg-description{padding: 0;}
.tg-slidercontent .tg-description p{
  margin: 0;
  line-height: 32px;
  font-size: 20px;
  font-weight: 500;
}
.pogoSlider-progressBar{
  height: 3px;
  background: #e9e9ea;
}
.tg-btns{
  width: 100%;
  float: left;
}
.tg-slidercontent .tg-btns .tg-btn{
  float: center;
  margin: 30px 0 0;
  display: inline-block;
  color: #fff;
  border:1px solid #fff;
  border-radius: 0;
  padding: 10px 20px
}
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next, .pogoSlider--dirTopRight .pogoSlider-dir-btn--next, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
    width: 55px;
    height: 160px;
    line-height: 158px;
    border: none;
    background: rgba(0,0,0,.3);
    top: 50%;
    transform: translate(0,-50%);
    color: #fff;
}
/*.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next::before, .pogoSlider--dirTopRight .pogoSlider-dir-btn--next::before, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next::before, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next::before, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next::before, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev::before, .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev::before, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev::before, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev::before, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev::before {
    top: 50%;
    left: 0;
    width: 100%;
    height: auto;
    font-size: 20px;
    line-height: normal;
    position: absolute;
    text-align: center;
    font-family: "Font Awesome 5 Free";
    color: #fff;
    transform: translate(0,-50%);
}
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next:before,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next:before,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next:before,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next:before,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next:before{content: "\f105";}
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev:before,
.pogoSlider--dirTopRight .pogoSlider-dir-btn--prev:before,
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev:before,
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev:before,
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev:before{content: "\f104";}*/

.pogoSlider-dir-btn.pogoSlider-dir-btn--next {
    right: 0;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.pogoSlider-dir-btn.pogoSlider-dir-btn--prev {
    left: 0;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
.slider_right_box{
  position: absolute;
  top: 170px;
  right: 130px;
  background: rgba(106, 198, 16, 0.5);
  padding: 10px;
  width: 200px;
  z-index: 1;
}
.slider_info_box .subscribe_form{
  position: relative;
}
.slider_info_box .subscribe_form input{
  width: 180px;
    height: 40px;
    padding-left: 10px;
    padding-right: 40px;
}
.slider_info_box .subscribe_form a {

    position: absolute;
    top: 5px;
    right: 5px;
    background: #6ac610;
    width: 30px;
    border: none;
    height: 30px;
    color: #fff;
    text-align: center;
    padding-top: 5px;
    cursor: pointer;

}
.slider_call_us h1{
  font-size: 18px;
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-top: 10px;
}
.slider_call_us p{
  color: #fff;
  text-align: center;
  font-size: 14px;
  margin: 0px;
}
.slider_sec {
    position: relative;
}
/*==============================================
      Section Area    
==============================================*/
.section_area{
  padding: 70px 0 0;
}
.section_title {

    margin-bottom: 45px;
    text-align: center;

}
.section_title.title_left {
    text-align: left;
}
.section_title.title_white h2 {
  color: #fff;
}

.section_title h2 {

    color: #194f79;
    font-size: 48px;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    position: relative;

}

.section_title h2::before, .section_title h2::after {
  content: "";
  background: #6ac610;
  width: 100px;
  height: 3px;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 20px;
}
.section_title h2::after{
  right: auto;
  left: 100%;
  margin-right: 0;
  margin-left: 20px;
}
.section_title.title_left h2::before {

    display: none;

}
.section_title p {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 0;
    position: relative;
}
.section_title p::after {
  content: "";
  width: 70px;
  height: 2px;
  background: #6ac610;
  position: absolute;
  top: 100%;
  margin-top: 10px;
  left: 0;
}
/*==============================================
      Welcome Section Area    
==============================================*/
.welcome_sec .btn {
    padding: 10px 30px;
    border-radius: 0;
}
/*==============================================
      Service Section Area    
==============================================*/

.service_content h2 {
  font-family: 'CenturyGothic-Bold';
  color: #194f79;
  font-size: 16px;
  margin: 20px 0;
  height: 43px;
overflow: hidden;
}
.service_meta {
  font-family: 'CenturyGothic-Bold';
  color: #6ac610;
}
.service_content p {
    margin: 20px 0;
    height: 170px;
    overflow: hidden;
}
/*==============================================
      Research Section Area    
==============================================*/

.features-column .icon-box{
  position:relative;
  width:240px;
  height:240px;
  padding:40px 20px 20px 20px;
  text-align:center;
  margin:0 auto;
  color:#ffffff;
}

.features-column .icon-box:before{
  content:'';
  position:absolute;
  left:0px;
  top:0px;
  width:100%;
  height:100%;
  background-color:#6ac610;
  border-radius:120px 0px 120px 120px;  
  background:-moz-linear-gradient(right top,#51980b,#6ac610);
  background:-o-linear-gradient(right top,#51980b,#6ac610);
  background:-ms-linear-gradient(right top,#51980b,#6ac610);  
  background:-webkit-linear-gradient(right top,#51980b,#6ac610);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.features-column:hover .icon-box:before{
  -webkit-transform:rotate(-45deg); 
  -ms-transform:rotate(-45deg); 
  -o-transform:rotate(-45deg);  
  -moz-transform:rotate(-45deg);  
  transform:rotate(-45deg); 
}

.features-column .icon-box .icon{
  position:relative;
  font-size:88px;
  line-height:100px;
  margin-bottom:20px;
  z-index:2;
}

.features-column .icon-box .title{
  position:relative;
  font-size:18px;
  font-weight:700;
  text-transform:uppercase;
  z-index:2;
}
/*==============================================
      Join Section Area    
==============================================*/

.join_sec.section_area {
    position: relative;
    padding: 0;
    margin-top: 70px;
}
.join_sec .container-fluid {
    padding: 0;
}
.join_text_content_holder{
  background: url('../images/join_bg.jpg');
  background-size: cover;
  background-position: center;
  z-index: 1;
  padding: 70px 30px !important;
  color: #fff;
}
.join_text_content_holder::before {
    content: "";
    width: 100%;
    height: 100%;
    background: #194f79;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .9;
    z-index: -1;
}
.join_left_img_holder{
  position: absolute;
  top: 0;
  left: 0;
}
.join_left_img_holder {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}
.join_text_content .btn {
  color: #fff;
  margin-right: 20px;
  font-family: 'CenturyGothic';
}
.join_text_content .btn.btn-outline-primary {
  border-color: #fff;
}
#hjoint-success {
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
}
/*==============================================
      News Section Area    
==============================================*/
.news_img .news-date {
    position: absolute;
    left: 30px;
    top: 25px;
    width: 80px;
    height: 80px;
    line-height: 30px;
    padding: 12px 10px 10px;
    text-align: center;
    font-size: 32px;
    color: #ffffff;
    font-weight: 800;
    background: #6ac610;
    border-radius: 40px 0px 40px 40px;
}
.news_info h4 {
    margin: 10px 0;
    height: 32px;
    overflow: hidden;
}
.news_info_details {

    height: 70px;
    overflow: hidden;

}
.news_img .news-date .month {
    font-size: 20px;
    line-height: 24px;
    display: block;
}
.news_img img, .service_img img, .training_img img, .content_img img {
  transform: scale(1.2);
  transition: all .5s;
}

.service_img img {
    width: 100%;
    height: 150px;
}
.news_img , .service_img, .training_img, .content_img{
  overflow: hidden;
}
.news_img, .training_img, .content_img {   
    height: 190px;
}
.news_box:hover .news_img img, .service_box:hover .service_img img, .training_box:hover .training_box_img img, .content_box:hover .content_img img {
  transform: scale(1);
}
.service_box , .training_box {

    margin-bottom: 30px;

}
.news_box .content-box, .content-box{
  position:relative;
  padding:20px; 
}

.news_box .content-box .text, .content-box .text{
  position:relative;
  margin-bottom:20px;
  color:#8d8d8d;
  font-size:15px;
}

.news_box h3, .content-box h3{
  font-size:16px;
  font-weight:700;
  margin-bottom:12px;
}

.news_box h3 a, .content-box h3 a{
  color:#6ac610;  
}

.news_box:hover h3 a, .content-box:hover h3 a{
  color:#194f79;  
}

.news_box .post-info{
  position:relative;
  margin-bottom:15px;
  color:#919191;
  font-size:13px;
  line-height:24px;
}

.news_box .post-author{
  float:left;
  color:#c4c4c4;
  font-style:italic;
  padding-right:10px;
}

.news_box .post-options{
  float:right;  
}

.news_box .post-info i{
  display:inline-block;
  width:20px;
  padding-right:5px;
  font-size:16px;
  color:#6ac610;
  font-weight:normal;
}

.news_box .post-options a{
  position:relative;
  display:inline-block;
  margin-left:15px;
  font-weight:700;
  color:#67696c;  
}

.news_box .read-more{
  font-weight:700;
  color:#25292f;
  font-size:13px;
}
.news_box .read-more:hover {
    color: #6ac610;
    padding-left: 3px;
}
.news_box, .training_box {
    background: #fff;
}
.news_box{
  margin-bottom: 20px;
}
.slick-slide img {

    display: block;
    width: 100%;
    height: 160px;

}
.content-box .text {
    height: 90px;
    overflow: hidden;
}
.news_box .content-box h3 {
    height: 25px;
    overflow: hidden;
}
/*==============================================
      Training Section Area    
==============================================*/
.training_box .btn.btn-primary {
  color: #fff;
}
.training_box .content-box h3 {
  font-size: 30px;
}
.training_box .content-box h3 a {
  color: #194f79;
}
.training_box .content-box:hover h3 a {
  color: #6ac610;
}
.callbox_sec{
  background: url('../images/callbox_bg.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 1;
  padding: 120px 0;
}
.callbox_sec:after{
  content: "";
  width: 100%;
  height:100%;
  position: absolute;
  background: #000;
  opacity: .5;
  top: 0;
  left: 0;
  z-index: -1;
}
.callbox_content h2{
  font-size: 48px;
  font-family: 'CenturyGothic-Bold';
}
.callbox_content p{
  font-size: 24px;
  margin-bottom: 50px;
}
.slick-prev::before, .slick-next::before {
    opacity: 1;
    color: #fff !important;
}
.slick-prev.slick-disabled::before, .slick-next.slick-disabled::before {
    opacity: 1;
}
.slick-prev {
    margin-left: -55px;
}
.slick-next.slick-arrow {

    margin-left: 5px;

}
.logo_slider_holder .row {
    padding-bottom: 100px;
}
.call_action_sec {
    background: #6ac610 url("../images/call_action_bg.png") center;
    color: #fff;
    padding: 60px 0 55px;
}

.call_action_sec h4 {
  font-size: 34px;
  margin-bottom: 20px;
  font-family: 'CenturyGothic-Bold';
}
.call_action_sec p {
  font-size: 16px;
}
.btn.btn-light.white_btn {

    border-radius: 0;
    color: #194f79;
    font-family: 'CenturyGothic-Bold';
    padding: 10px 30px;

}
.footer_sec{
  background:url("../images/contact_bg.jpg");
  position: relative;
  padding: 50px 0 0;
  color: #e0e0e0;
  z-index: 1;
}
.footer_sec a {
  color: #e0e0e0;
}
.footer_sec:before{
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity:.9; 
  z-index: -1;
}
.widget_title h2{
  color: #fff;
  font-family: 'CenturyGothic-Bold';
  font-size: 24px;
  padding-top: 0px;
}

.news_thumb img {
  width: auto;
  height: 70px;
}
.news_thumb {
  float: left;
  margin-right: 20px;
  overflow: hidden;
  width: 30%;
}
.news_content {
  overflow: hidden;
  font-size: 12px;
  margin-bottom: 10px;
}
.news_content h4 {
  font-size: 12px;
}
.widget_title {
  min-height: 10px;
  margin-bottom: 20px;
}
.footer_sec a:hover {
  color: #6ac610;
}
.widget_content ul li {
  padding-bottom: 5px;
}
.widget_content ul li i {
  color: #6ac610;
}
.copyright_area {
  padding: 40px 0;
  text-align: center;
  border-top: 1px solid #888;
  margin-top: 40px; 
}
.widget_content_icons {
    width: 10%;
    display: inline-block;
    vertical-align: top;
}
.widget_content_s_info {
    width: 88%;
    display: inline-block;
}
.copyright_area a {
    font-weight: bold;
    color: #6ac610;
}
.news_content p {
    color: #898989;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 10px;
    color: #fff;
    background-color: #6ac610;
    padding: 10px 17px;
    border-radius: 60px;
    z-index: 999;
}
.back-to-top:hover {
    color: #6ac610;
    background-color: #fff;
    box-shadow: 0 0 10px #ddd;
}


/*==============================================
     Sub Header Section Area    
==============================================*/
.tg-pagetitle.tg-haslayout.tg-parallaximg {
    background-image: url(../images/main_bg.jpg);
    background-position: top;
    background-attachment: ;
    background-size: cover;
    padding: 40px 0;
    position: relative;
    background-repeat: no-repeat;
}

.tg-pagetitle.tg-haslayout.tg-parallaximg::before {
    width: 100%;
    height: 100%;
    content: "";
    background-color: #00000070;
    position: absolute;
    top: 0;
}
.tg-titleandbtns h1{
  text-align: center;
}
.tg-breadcrumb {
    margin: 0;
    width: 100%;
    float: left;
    color: #999;
    padding: 20px 0;
    list-style: none;
    text-align: right;
    text-transform: capitalize;
    font: 14px/20px 'Work Sans', Arial, Helvetica, sans-serif;
}
.tg-breadcrumb li:first-child {
    padding-left: 0;
}
.tg-breadcrumb li {
    width: auto;
    float: left;
    padding: 0 5px;   
    position: relative;
    line-height: inherit;
    list-style-type: none;
}
.tg-breadcrumb li a {
    display: block;
    color: #484848;
}

/*==============================================
              widget section Area    
==============================================*/
.widget_section ul {

    padding: 0;
    list-style: none;
    box-shadow: 0 0 10px #c8c6c6;

}
.widget_section ul .widget_link a {

    padding: 10px 20px;
    border: 1px solid #194f79;
    margin-bottom: 1px;
    display: block;
    background-color: #194f79;
    font-size: 14px;
    font-weight: 600;
    color: #fff;

}
.widget_section ul .widget_link.active a {

    background-color: #fff;
    color: #194f79;

}
.widget_section ul .widget_link a:hover {

    background-color: #fff;
    color: #194f79;

}


/*==============================================
            Enviroment section Area    
==============================================*/
.Enviroment_Inner_section h2 {
    font-size: 22px;
    text-align: center;
    background-color: #194f79;
    color: #fff;    
    font-weight: bold;
    box-shadow: 0 0 15px #c6c5c5;
    border-radius: 10px;   
    margin-bottom: 30px;
    height: 250px;
   
    transition: .4s all;
}
.Enviroment_Inner_section h2:hover{
    background-color: #fff;
    box-shadow: 0 0 30px 0px #c6c5c5;
   
}
.Enviroment_Inner_section h2:hover a {
    color: #194f79;
}
.Enviroment_Inner_section h2 a {
    padding: 90px 20px;    
    display: block;
    color: #fff;
}


*News Details page*/
/*News*/
/*Blog Copy section css only*/
.blog-wrap {
    padding: 0px 0 30px 0;
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
}
.hentry {
    margin: 0 0 3em;
}
.blog-single-item .entry-header {
    text-align: left;

    margin-bottom: 1.5rem;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.entry-content {
    padding-top: 0;
}
.blog-title_block {
    padding: 0px 0 0 0px;
}
.site-main h1, .site-main h2, .site-main h3, .site-main h4, .site-main h5, .site-main h6 {
    margin-bottom: 1rem;
}
.blog-title_block h4 a {
    font-size: 20px;
    font-weight: 700;
    text-decoration: none;
    color: #2d2d2d;
}
.blog-title_block a {
    color: #cbb58b;
    font-size: 17px;
    text-decoration: initial;
    font-weight: initial;
}
.blog-title_block h6 a:first-child {
    padding-left: 0;
}
.blog-title_block h6 a span {
    padding-left: 5px;
}
.cat-links, .tags-links {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.entry-content h6 a, .comments-area h6 a {
    color: #2d2d2d;
    padding-right: 15px;
    padding-left: 0px;
    font-weight: 300;
    font-size: 14px;
    text-decoration: none;
    padding-bottom: 8px;
    display: inline-block;
    }.entry-content p, .comments-area p {
        line-height: 1.8;
        padding: 0;
    }
    .more-link {
        display: block;
        color: #2d2d2d !important;
        font-size: 13px !important;
        text-decoration: underline !important;
        font-weight: 700 !important;
        margin-top: 1rem;
    }
    .screen-reader-text {
        clip: rect(1px, 1px, 1px, 1px);
        position: absolute !important;
        height: 1px;
        width: 1px;
        overflow: hidden;
        word-wrap: normal !important;
    }
    .blog-single-item .entry-footer {
        padding-left: 0px;
    }
    .blog-icons {
        margin: 12px 0;
        min-height: 46px;
    }
    .blog-icons .blog-share_block {
        text-align: right;
        line-height: 1.3;
    }
    .pull-left {
        float: left;
    }
    .byline, .updated:not(.published) {
        display: none;
    }
    .blog-icons .blog-share_block {
        text-align: right;
        line-height: 1.3;
    }
    .blog-icons .blog-share_block ul {
        display: inline-block;
        padding: 3px 0 0;
        margin: 0;
    }
    .blog-icons .blog-share_block ul li {
        list-style: none;
        float: right;
    }
    .blog-icons .blog-share_block ul li a {
        margin: 0 0 0 25px;

        color: #212121 !important;
    }
    .blog-icons .blog-share_block ul li a:hover {
        color: #4a7bb9 !important;
    }
    .blog-icons {
        border-top: 1px solid #e3eaef;
        border-bottom: 1px solid #e3eaef;
        margin: 30px 0;
        padding: 8px 0;
    }   
    blockquote {
    background: #f7f5f5;
    display: block;
    padding-bottom: 10px;
    margin: 12px 0 20px 0;
}
    blockquote:before {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 32px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    blockquote p {
        padding: 0 65px !important;
    }
    blockquote:after {
        content: "";
        display: inline-block;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: 32px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        float: right;
        top: -26px;
        position: relative;
    }
    .entry-content p, .comments-area p {
        line-height: 1.8;
        padding: 0;
    }
    .blog-title_block h6 a:first-child {
        padding-left: 0;
    }
    .blog-title_block h6 a span {
        padding-left: 5px;
    }
    .entry-content h6 a, .comments-area h6 a {
        color: #2d2d2d;
        padding-right: 15px;
        padding-left: 0px;
        font-weight: 500;
        font-size: 14px;
        text-decoration: none;
        padding-bottom: 8px;
        display: inline-block;
    }
    .entry-content p, .comments-area p {
        line-height: 1.8;
        padding: 0;
        color: #212121;
    }
    .blog-share_block .entry-date.pull-left .entry-date.published {

        color: #212121;
        font-size: 13px;

    }
    .blog-share_block ul li {

        color: #212121;
        font-size: 13px;

    }
 .blogpost-tabs #respond .btn.btn-warning {
    background-color: #2761ae;
    color: #fff;
    padding: 10px 60px;
    border: none;
}
.blogpost-tabs #respond .btn.btn-warning:hover {

    background-color: #4a7cb6;
    color: #fff;
    border: none;

}
.entry-content h6 a:hover, .comments-area h6 a:hover {

    color: #f00;

}
.entry-content.blog-title_block ul li {

    list-style: disclosure-closed;

}
.entry-content.blog-title_block ul {

    margin-left: 20px;

}
.blogpost-tabs #commentform .form-control{
    border-radius: 0;
border: none;
box-shadow: 0 0 10px #eee;
padding: 15px 30px;
}

/*==============================================
        Event pop up section Area    
==============================================*/
.event_ltr_mdl .modal-dialog {
    max-width: 50%;
    margin: 1.75rem auto;
}
.event_ltr_mdl .modal-body {
    background-color: #eee;
}
.event_ltr_mdl .btn.btn-primary{
  color: #fff;
}

/*==============================================
        Event Pages section Area    
==============================================*/
.Event_s_main .event_img .ev_img {
    width: 100%;
    height: 200px;
}
.event_content {
    padding: 20px 20px;
    height: 150px;
    overflow: hidden;
}
.Event_s_main .event_img {
    position: relative;
}
.event_date_holder {

    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #6ac610;
    color: #fff;
    padding: 7px 10px;
    box-shadow: 0 0 5px #ddd;
    font-size: 15px;
    font-weight: bold;

}
.details_event {
    width: 100%;
}
.event_timeline .event_meta {
    list-style: none;
    padding: 0;
}

/*==============================================
        news pop up section Area    
==============================================*/

  .news_ltr_mdl .modal-dialog {
    max-width: 80%;   
}
  .news_ltr_mdl .newsletter {
padding: 80px 0;
background: #eee;
}
.news_ltr_mdl .modal-body .close {
    margin: 0 0;
}
.news_ltr_mdl .newsletter .content {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; }
.news_ltr_mdl .newsletter .content h2 {
color: #243c4f;
margin-bottom: 40px; }
.news_ltr_mdl .newsletter .content .form-control {
height: 50px;
border-color: #ffffff;
border-radius:0;
}
.news_ltr_mdl .newsletter .content.form-control:focus {
box-shadow: none;
border: 2px solid #243c4f;
}
.news_ltr_mdl .newsletter .content .btn {
min-height: 50px; 
border-radius:0;
background: #6ac610;
color: #fff;
padding-top: 12px;
font-weight:600;
}
.subscribe_form .input-group {

    position: relative;

}
#email-error, #email-success {

    position: absolute;
    top: 52px;
    color: #f00;
    font-size: 13px;

}
#email-success {
    color: #5c9917;
}
#hsemail-error, #hsemail-success{
    position: absolute;
    color: #ddd;
}
/*==============================================
        pagination details section Area    
==============================================*/

.pagination li {
    border: 1px solid #194f79;
    padding: 10px 18px;
    margin: 0 1px;
    background-color: #194f79;
    color: ;
}
.pagination li a {
    color: #fff;
}
.pagination li.active {
    background-color: #fff;
    color: #194f79;
}



/*==============================================
        Enviroment details section Area    
==============================================*/
.main_title {
    font-size: 26px;
    font-weight: bold;
    text-shadow: 0 0 10px #ddd9d9;
}
.main_title_sub {
    font-size: 20px;
    font-weight: bold;
    text-shadow: 0 0 10px #ddd9d9;
}
.main_decs {
    font-size: 14px;
    color: #333;
}
.about_section_main ul {
    list-style: disc;
    padding-left: 15px;
    color: #333;
    font-size: 14px;
}
.about_btn_main {

    text-align: center;
    margin: 0 auto;
        margin-top: 0px;
    margin-top: 30px;

}
.like_see_secs {
    margin-top: 80px;
    margin-bottom: 80px;
}
.like_see_section img {
    width: 100%;
}
.tb_main_details .table thead {

    background-color: #194f79;
    color: #fff;

}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .content {
  padding-top: 60px;
}
#nv_bar.sticky {
    z-index: 99;
    background-color: #f1f1f1;
    box-shadow: 0 0 15px #cec5c5;
    border-bottom: 1px solid #ddd;
}
.contac_us .btn.btn-primary {
    color: #fff;
    background-color: #194f79;
    border-color: #ddd;
    box-shadow: 0 0 5px #dbd1d1;
}
.contac_us .btn.btn-primary:hover {
    background-color: #fff;
    color: #194f79;
    box-shadow: 0 0 10px #dbd1d1;
}
 .section_title .main_title {

    text-align: left;

}
.contac_us .section_title {

    margin-bottom: 20px;

}

.section_content .social_link li {

    float: left;

}
.section_content .social_link li a {

    background-color: #194f79;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    margin-left: 5px;
    font-size: 20px;
    text-align: center;
    padding-top: 5px;
    box-shadow: 0 0 5px #c8c1c1;

}
.section_content .social_link li a:hover {

    color: #194f79;
    background-color: #fff;
}
.foonter_icon_div i {
    width: 30px;
}

.pogoSlider-progressBar-duration {

    background-color: #6ac610;

}

@media only screen and (max-width: 991px){
  .section_title h2 {
      font-size: 35px;
  }


}

@media only screen and (max-width: 767px){
  #navbarNav.collapse:not(.show) {
    display: none !important;
}
.navbar-nav.text-center {
    display: flex;
}
.text-center {
    text-align: left !important;
}
.nav-item {
    padding: 10px 10px;    
}
.sb_menu_down {

    position: absolute;
    transform: translate(-0%,0);

}
}







/*-------- Responsive sections--------*/


/*Screen 1199 to 992*/
@media only screen and (max-width: 1199px){
.logo_bar .navbar-toggler  {
    display: none;
}

.nav-item img {
    display: none;
}
.navbar-expand-md .navbar-nav .nav-link {    
    font-size: 12px;
}
.nav-item {
    padding: 15px 5px;
}
.slider_right_box {   
    top: 120px;   
    background: rgba(106, 198, 16, 0.5);
    padding: 20px 20px;
    width: 30%; 
}
.slider_info_box .subscribe_form input {
    width: 100%;
    height: 40px;   
}
.slider_info_box .subscribe_form a {
    width: 30px;   
    height: 30px;    
}
.slider_call_us h1 {
    font-size: 25px; 
    margin-top: 20px;
}
.slider_call_us p {    
    font-size: 20px;    
}
.tg-slidercontent h2 {   
    font-size: 22px;   
    padding: 5px 10px;
    margin: 10px 0;
}
.tg-slidercontent .tg-description p {
    font-size: 14px;
}
.features-column .icon-box {    
    width: 200px;
    height: 200px;
    padding: 20px 20px 20px 20px;
}
.features-column .icon-box .title {    
    font-size: 15px;   
}
.join_text_content_holder {
    padding: 50px 30px !important;
}
.tg-slidercontent h1 {   
    font-size: 30px;    
}
.sub_menu {
    width: 200px;
}
.sub_menu a {
    font-size: 11px;
}



}
/*Screen 1199 to 992*/


/*Screen 991 to 768*/
@media only screen and (max-width: 991px){
   .logo_holder::after {
    display: none;
}
.navbar-brand img {
    max-height: 45px;
}
.contact_list li::after {    
    padding: 0 2px;
}
.logo_bar ul li {   
    padding-left: 0;
}
.logo_bar ul li a i {
    padding: 2px 2px;
}
.logo_bar ul {
    padding: 0;
    font-size: 12px;
}
.nav-item.has_sub_menu {
    padding-right: 5px;
    padding-left: 5px;
}
.nav-item {
    padding: 15px 0px;
        padding-right: 0px;
        padding-left: 0px;
}
.tg-slidercontent h2 {
    font-size: 14px;
    padding: 5px 10px;
    margin: 0px 0;
}
.slider_right_box {
    top: 90px;
    right: 100px;
}
.tg-slidercontent .tg-description p {
    font-size: 13px;
    line-height: 22px;
}
.tg-slidercontent .tg-btns .tg-btn {   
    margin: 20px 0 0;    
    padding: 5px 10px;
    font-size: 12px;
}
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--next, .pogoSlider--dirTopRight .pogoSlider-dir-btn--next, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--next, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, .pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirTopRight .pogoSlider-dir-btn--prev, .pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, .pogoSlider--dirBottomRight .pogoSlider-dir-btn--prev, .pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev {
    width: 45px;
    height: 100px;
    line-height: 0px;
}
.service_content h2 {    
    font-size: 16px;
    margin: 10px 0;
    height: 39px;
    overflow: hidden;

}
.service_content p {
    margin: 10px 0;
    font-size: 12px;
}
.service_content button.btn {
    font-size: 12px;
}
.navbar-expand-md .navbar-nav .nav-link {

    font-size: 10px;

}
.features-column .inner-box {

    margin: 20px 0;

}
.news_box h3, .content-box h3 {
    height: 20px;
    overflow: hidden;
}
.news_box .post-options {
    float: right;
    width: 100%;
    text-align: right;
}
.news_box .post-author {
    float: left;
    color: #c4c4c4;
    font-style: italic;
    padding-right: 10px;
    width: 100%;
}
.news_box .content-box .text, .content-box .text {
    font-size: 13px;
}
.training_box .content-box h3 {

    font-size: 19px;

}



}
/*Screen 991 to 768*/


/*Screen 767 to 576*/
@media only screen and (max-width: 767px) {
.navbar-toggler {
  display: block;
}
.logo_bar {
    background: #f1f1f1;
    color: #194f79; 
}
.logo_bar ul li a {
    color: #194f79;   
}
.navbar-brand img {
    max-height: 45px;
}
.tg-homeslider {
    min-height: 400px;
}
.slider_right_box {
    top: 238px;
    width: 65%;
    transform: translate(-50%,0%);
    left: 50%;
}
.tg-slidercontent h1 {   
    margin-top:0px;
}
.tg-slidercontent {   
    padding-bottom: 220px;
}
.slider_call_us h1 {

    font-size: 15px;
    margin-top: 10px;

}
.slider_call_us p {
    font-size: 12px;
}
.logo_bar ul {    
    font-size: 10px;
}
.logo_bar ul {

    padding: 0;
    font-size: 10px;
    float: right;

}
.logo_bar {
    background: #f1f1f1;
    color: #194f79;
    border-bottom: 1px solid #ddd;
}
.navbar {
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.section_area {
    padding: 20px 15px 0;
}
.section_title {
    margin-bottom: 15px;
    text-align: center;
}
.section_title h2 {
    font-size: 25px;
}
.service_content h2 {
    font-size: 14px;    
    height: 21px;
    margin: 10px 0 0px 0;
}
.service_content p {
    margin: 5px 0;   
}
.service_box {
    margin-bottom: 20px;
}
.news_box, .training_box {   
    margin-bottom: 10px;
}
.callbox_content h2 {
    font-size: 24px;
    font-family: 'CenturyGothic-Bold';
}
.callbox_sec {
    padding: 30px 0;
}
.callbox_content p {
    font-size: 18px;
    margin-bottom: 20px;
}
.callbox_content .btn {
    padding: 5px 20px;
}
.call_action_sec h4 {
    font-size: 28px;
    margin-bottom: 10px;
}
.call_action_sec {
    padding: 30px 0 30px;
}
.call_action_sec p {
    font-size: 14px;
}
.btn.btn-light.white_btn {
    padding: 5px 20px;
    font-size: 14px;
}
.news_thumb img {
    width: 100%;
    height: 70px;
}
.news_thumb {
    width: 20%;
}
.footer_sec {
    padding: 30px 0 0;
}
.widget_title {
    margin-bottom: 10px;
}
.copyright_area {
    padding: 20px 0; 
    margin-top: 0px;
}
#nv_bar.main.menu {
    background-color: #194f79;
    color: #fff;
}
.navbar-toggler {
    background-color: #fff;
    padding: 5px 10px;
}
.navbar-light .navbar-nav .active .nav-link {

    color: #6ac610;

}
.navbar-light .navbar-nav .nav-link {

    color: #fff;
    transition: all .3s;

}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {

    color: #47bb10;

}
.navbar-light .navbar-nav .nav-link {
    color: #fff;
}
.navbar-light .navbar-nav .active {

    border-color: transparent;

}
.navbar-nav.text-center li {

    display: inline-block;
    padding: 10px 0;

}
.sub_menu a {

    font-size: 10px;
    padding: 0 10px;

}
.sb_menu_down {

    position: absolute;
    transform: translate(-0%,0);
    right: 0;
    top: 13px;
    font-size: 10px;

}
#nv_bar.sticky {
    box-shadow: 0 0 15px #31303094;
    border-bottom: 1px solid #194f79;
}
.navbar-light .navbar-nav li:hover .sb_menu_down {

    color: #6ac610;

}
.sub_menu {
    box-shadow: 0 0 10px #595656;
}


}
/*Screen 767 to 576*/

@media only screen and (max-width: 575px) {
.logo_bar ul {
    font-size: 9px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.logo_holder {
    text-align: center;
}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu {  
    width: 154px;
}
.sub_menu {
    width: 140px;
}
.navbar-expand-md .navbar-nav .dropdown-submenu .dropdown-menu li a {
    font-size: 10px;
}
/*body {
    overflow: hidden;
        overflow-y: hidden;
    overflow-y: auto;
}*/
.container {

    overflow: hidden;

}
.sub_menu a {
    font-size: 9px;
    padding: 0 5px;
}
.logo_bar ul {
    float: none;
    text-align: center;
    margin: 5px 0;
        margin-left: 0px;
}
.navbar-nav .sub_menu li {

    padding: 3px 5px 3px 0px;

}
.pogoSlider-slide {
    padding: 0 50px !important;
}
.tg-slidercontent h1 {
    margin-top: 0px;
}
.tg-slidercontent h2 {
    font-size: 12px;
    padding: 0 10px;
    margin: 0px 0;
}
.tg-slidercontent .tg-description p {
    font-size: 12px;
    line-height: 15px;
}
.tg-slidercontent .tg-btns .tg-btn {
    margin: 0px 0 0;
    padding: 5px 10px;
    font-size: 12px;
}
.tg-slidercontent h1 {

    font-size: 20px;

}
.list-inline.float-md-right.contact_list li:last-child::after {
    content: "";
}
.features-column .icon-box {

    width: 100px;
    height: 100px;
    padding: 0px 20px 0px 20px;

}
.features-column .icon-box .icon {

    position: relative;
    font-size: 88px;
    line-height: 49px;
    margin-bottom: 0;
    z-index: 2;

}
.icon img {

    width: 30px;

}
.features-column .icon-box .title {

    font-size: 11px;

}
.join_sec.section_area {

    position: relative;
    padding: 0;
    margin-top: 20px;

}
.features-column .inner-box {

    margin: 10px 0;

}
.row.no-gutters {
    overflow: hidden;
}
.welcome_sec .welcome_img {
    width: 100%;
    height: auto;
}
.slider_info_box .subscribe_form a {    
    padding-top: 8px;   
}
.slider_right_box {
    top: 276px;  
    padding: 5px;
}
}


/*Screen 575 to 320*/