*
{
	margin:0px;
	padding:0px;
}

@font-face {
  font-family: 'Verdana';
  src: url('../fonts/Verdana/Verdana.eot?#iefix') format('embedded-opentype'),  url('../fonts/Verdana/Verdana.woff') format('woff'), url('../fonts/Verdana/Verdana.ttf')  format('truetype'), url('../fonts/Verdana/Verdana.svg#Verdana') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Verdana-Bold';
  src: url('../fonts/Verdana-Bold/Verdana-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/Verdana-Bold/Verdana-Bold.woff') format('woff'), url('../fonts/Verdana-Bold/Verdana-Bold.ttf')  format('truetype'), url('../fonts/Verdana-Bold/Verdana-Bold.svg#Verdana-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@media(min-width: 992px) {
    .header_wrapper .logo {
        display: inline-flex;
        align-items: center;
        height: 141px;
    }
}

/********** mobile menu **************/
.navbar-drawer-bar
{
    background-color: transparent;
    box-sizing: border-box;
    left: 0;
    pointer-events: none;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1010;
	transition: -webkit-transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1);
    transition: transform .4s cubic-bezier(.7,0,.3,1),-webkit-transform .4s cubic-bezier(.7,0,.3,1);
}
.navbar-drawer-bar .drawer-container {
    height:60px;
    padding: 20px 10px;
    position: relative;
    text-align: center;
}
.navbar-drawer-bar a {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    cursor: pointer;
    display: block;
    height: 40px;
    outline-style: none;
    pointer-events: all;
    position: relative;
    text-align: center;
    width: 40px;
    z-index: 1020;
	box-shadow: none;
    color: #000;
    transition: all .3s ease-out;
	line-height: 48px;
	float: right;
	background: #fff;
    border-radius: 4px;
	min-height: auto;
    margin-bottom: initial;
    border: none;
    cursor:pointer;
}
.navbar-drawer-bar .navbar .navbar-icons {
    -webkit-transform: rotate(0deg);
    cursor: pointer;
    display: inline-block;
    height: 23px;
    position: relative;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    width: 35px;
    margin-top: 12px;
}
.navbar-drawer-bar .navbar .navbar-icons span {
    -webkit-transform: rotate(0deg);
    background-color:#1aa3e3;
    border-radius: 0px;
    display: block;
    height: 5px;
    left: 0;
    opacity: 1;
    position: absolute;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    width: 100%;
}
.navbar-drawer-bar .navbar .navbar-icons span:first-child {
    -webkit-transform-origin: left center;
    top: 1px;
    transform-origin: left center;
    background-color: #1aa3e3;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(2) {
    -webkit-transform-origin: left center;
    top: 9px;
    transform-origin: left center;
}
.navbar-drawer-bar .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform-origin: left center;
    top: 17px;
    transform-origin: left center;
}
.navbar-drawer-bar.drawer-open .navbar {
    background-color: transparent;
    box-shadow: none;
    color: #636972;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:first-child {
    -webkit-transform: rotate(45deg);
    left: 4px;
    top: 0;
    transform: rotate(45deg);
    background-color: #fff;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(2) {
    opacity: 0;
    width: 0;
}
.navbar-drawer-bar.drawer-open .navbar .navbar-icons span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    left: 4px;
    top: 25px;
    transform: rotate(-45deg);
    background-color: #fff;
}
#navbar-drawer-mask {
    background-color: rgba(0,0,0,.4);
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1001;
}
#navbar-drawer-mask.open
{
	display:block;
}
.strikingly-drawer {
	background:#1aa3e3;
    background-size: cover;
    display: block;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1002;
}
.strikingly-drawer.navbar-drawer {
    -webkit-transform: translateY(-100%);
    max-height: 100vh;
    max-height: 100%;
    transform: translateY(-100%);
    transition: all .4s ease-in-out;
	padding-bottom: 40px;
	display:none;
}
.strikingly-drawer.navbar-drawer.translate {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    display:block;
}
.strikingly-drawer ul {
    -webkit-overflow-scrolling: touch;
    list-style: none;
    overflow: auto;
    padding-top:60px;
    position: relative;
	text-align:center;
}
.navbar-drawer.strikingly-drawer {
    border-bottom: 1px solid #fceeec;
}
.strikingly-drawer ul li {
    display: block;
    padding: 0 24px;

    position: relative;
    z-index: 1015;
}
.strikingly-drawer ul li a {
    color: #fff;
    display: block;
    text-transform: inherit;
    font-family: 'Verdana';
    font-weight: 600;
    font-size: 25px;
    padding: 10px 5px;
    letter-spacing: 1px;
    font-weight: bold;
}
.strikingly-drawer ul li a:hover {
	text-decoration:none;
	color:#000;
	}
.navbar-drawer.strikingly-drawer ul#nav-drawer-list {
    border-right: 1px solid #fceeec;
}
.strikingly-drawer ul li a.active ,.strikingly-drawer ul li a:focus {
   color:#000;
    font-weight: 700;
    outline-style: none;
}
.navbar-drawer.strikingly-drawer ul li a.active {
    background: #efebde;
    box-shadow: 5px 0 0 0 #766052 inset;
}
.navbar-drawer.strikingly-drawer ul li.last_element
{
    padding-top: 20px;
}
.navbar-drawer.strikingly-drawer ul li.last_element a
{
background: #eee;	
text-align:center;
}
.mobile_header 
{
	display:none;
}
.wp_left
{
	float:left;
	width:100%;
}
.mobile
{
	display:none !important;
}
.wrapper
{
	max-width:1260px;
	margin:0px auto;
	padding:0px 15px;
}
.home .inner_banner_section
{
	display:none;
}
.top_header_wrapper
{
	background:#1aa3e3;
	padding:10px 0px;
}
.top_header_wrapper ul
{
	text-align:right;
	margin-bottom:0px;
}
.top_header_wrapper ul li {
    list-style-type: none;
    display: inline-block;
    border-right: 1px solid #fff;
}
.top_header_wrapper ul li a {
    text-decoration: none;
    color: #fff;
    font-size: 13px;
    font-family: 'Verdana';
    display: block;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 11px;
    margin: 0px 7px !important;
    padding-bottom: 2px;
	border-bottom:1px solid rgba(255,255,255,0);
	transition: all 0.5s ease;
}
.top_header_wrapper ul li:hover a , .top_header_wrapper ul li.current-menu-item a
{
	border-bottom:1px solid rgba(255,255,255,1);
}
.top_header_wrapper ul li:last-child
{
	border:none;
	padding-right:0px;
}
.header_wrapper {
    padding: 10px 0px;
    background: #fff;
	transition: all 0.5s ease;
}
.header_wrapper img
{
transition: all 0.5s ease;	
}
.main_menu ul
{
	transition: all 0.5s ease;
	text-align:right;
	margin-bottom:0px;
	margin-top:65px;
}
.header_wrapper.scroll-to-fixed-fixed img {
    max-width:75px;
}
.header_wrapper.scroll-to-fixed-fixed .main_menu ul {
   margin-top: 33px;
}
.main_menu ul li
{
	list-style-type:none;
	display:inline-block;
	position:relative;
}
.main_menu ul li a
{
	text-decoration: none;
    color: #1aa3e3;
    font-size: 15px;
     font-family: 'Verdana-Bold';
    display: block;
    margin-left: 15px;
}
.main_menu ul li.current_page_ancestor > a , .main_menu ul li.current-menu-item > a , .main_menu > ul > li:hover > a
{
    color: #438e2e;
}
.main_menu > ul > li > ul.sub-menu {
    position: absolute;
    left: 0;
    top:100%;
    padding-top:65px;
    margin-top:0px;
    z-index: 99;
    border-bottom: 9px solid #438e2e;
    display:none;
    opacity:0;
    transition: all 0.5s ease;
	background:#fff;
}
.main_menu > ul > li:hover > ul.sub-menu
{
    display:block;
    opacity:1;
}
.main_menu > ul > li > ul.sub-menu > li > ul.sub-menu
{
    display:none;
    position: absolute;
    top: 0;
    margin-top: 0px;
    left: 100%;
    text-align: left;
    z-index: 99;
    border-bottom: 9px solid #438e2e;
    transition: all 0.5s ease;
    opacity:0;
	background:#fff;
}
.main_menu > ul > li > ul.sub-menu > li:hover > ul.sub-menu
{
    display:block;
    opacity:1;
}
.main_menu > ul > li > ul.sub-menu > li
{
    display:block;
    position: relative;
}
.main_menu > ul > li > ul.sub-menu > li > ul.sub-menu > li
{
    display:block;
    position: relative;
}
.main_menu > ul > li > ul.sub-menu > li > a , .main_menu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a {
    display: block;
    background: #fff;
    padding: 0px 18px;
    margin: 0px;
    min-width: 235px;
    text-align: left;
    font-size: 14px;
    line-height: 38px;
    font-family: 'Verdana';
	white-space:nowrap;
}
.main_menu > ul > li > ul.sub-menu > li > a:hover , .main_menu > ul > li > ul.sub-menu > li > ul.sub-menu > li > a:hover
{
	color: #fff !important;
    background: #1aa3e3;
}
.main_menu > ul > li > ul.sub-menu > li.menu-item-has-children > a:after {
content: "\f105";
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    color:#010101;
        float: right;
    line-height: 30px;
}
.main_menu > ul > li.menu-item-has-children > a:after {
content: "\f107";
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    margin-left: 3px;
    color:#010101;
}
.main_menu > ul > li > ul.sub-menu > li:first-child > a , .main_menu > ul > li > ul.sub-menu > li > ul.sub-menu > li:first-child > a 
{
 border-top: 1px solid #cbdcba;
}
.main_menu > ul > li > ul.sub-menu > li:last-child > a , .main_menu > ul > li > ul.sub-menu > li > ul.sub-menu > li:last-child > a 
{
}
li.login a
{
	
    margin-left: 30px !important;
}
li.login a .fa
{
	margin-right:5px;
}
.owl-carousel_banner_slider .item
{
	background-size:cover !important;
	padding:190px 50px 210px 90px;
}

.owl-carousel_banner_slider .item .banner_slider_content h2
{
	margin:0px;
	 color: #fff;
    font-size: 53px;
     font-family: 'Verdana-Bold';
	   line-height: 1.09;
	min-height:175px;
}
.banner_section .owl-nav
{
	display:block !important;
}
.banner_section .owl-prev
{
	font-size:0px;
	position:absolute;
	top:50%;
	left:35px;
    background: url(../images/left-arrow.png) no-repeat;
    width: 29px;
    height: 47px;
    background-size: 100% 100%;
    transform: translate(0,-50%);
}
.banner_section .owl-next
{
	font-size:0px;
	position:absolute;
	top:50%;
	right:35px;
    background:url(../images/right-arrow%20.png) no-repeat;
    width: 29px;
    height: 47px;
    background-size: 100% 100%;
    transform: translate(0,-50%);
}
.banner_section .owl-dots
{
    display: block;
    float: left;
    width: 100%;
    text-align: center;
    margin-top: -45px;
    position: relative;
    z-index: 99;
}
.banner_section .owl-dots .owl-dot
{
    display: inline-block;
    width: 14px;
    height: 14px;
    background: #fff;
    border-radius: 50%;
    border: solid 1px #cbdcba;
    margin:0px 3px;
}
.banner_section .owl-dots .owl-dot.active
{
    background: #1aa3e3;
}
.basic_foundation
{
	padding:65px 0px 35px 0px;
}
.basic_foundation h2
{
	margin-top:0px;
	color:#1aa3e3;
	 font-size: 33px;
     font-family: 'Verdana-Bold';
	 margin-bottom:25px;
}
.basic_foundation p
{
	color:#010101;
		 font-size: 18px;
      font-family: 'Verdana';
	  margin-bottom:25px;
	  line-height: 30px;
}
.basic_foundation p strong
{
    font-family: 'Verdana-Bold';
}
a.foundation_button
{
	text-decoration:none;
	color:#1aa3e3;
	 font-size: 18px;
      font-family: 'Verdana';
	  margin-bottom:25px;
	  display:block;
	  font-style:italic;
	transition: all 0.5s ease;
	float:left;
}
a.foundation_button span
{
	float:right;
	transition: all 0.5s ease;
	margin:0px;
}
a.foundation_button:hover span
{
	margin-left:5px;
}
.news_section
{
	padding:35px 0px 75px 0px;
}
.news_section h2
{
  font-size: 27px;
  line-height: 0.81;
  letter-spacing: normal;
  color: #6ab43e;
   font-family: 'Verdana-Bold';
	 margin-bottom:25px;
	 margin:0px;
	 
}
a.more_news
{
	text-decoration:none;
	color:#fff;
	 background-color: #6ab43e;
	  font-family: 'Verdana';
  font-size: 17px;
  line-height: 1.29;
  letter-spacing: normal;
  color: #ffffff;
  display:inline-block;
  float:right;
  padding: 5px 15px;
}
a.more_news:hover
 {
    color: #fff;
    background-color: #1aa3e3;
}
.news_list 
{
	background:#e2ebd7;
	margin-top:30px;
}
.news_list_content
{
	padding:20px 20px;
}
.news_list_content h4.date
{
	color:#6ab43e !important;
	font-size:13px !important;
	 font-family: 'Verdana' !important;
	 margin-top:0px !important;
	 background:none !important;
	 padding:0px !important;
	 text-align:left !important;
}
.news_list_content h4 .fa
{
	margin-right:10px;
}
.news_list_content p
{
	color: #6e6b6b;
    font-size: 14px;
    font-family: 'Verdana';
    line-height: 23px;
    margin-top: 15px;
        min-height: 70px;
}
a.news_button {
    text-decoration: none;
    color: #fff;
    background-color: #6ab43e;
    font-family: 'Verdana-Bold';
    font-size: 14px;
    line-height: 1.29;
    letter-spacing: normal;
    color: #ffffff;
    display: inline-block;
    padding: 7px 15px;
    border-radius: 4px;
    margin-top: 10px;
	    transition: all 0.5s ease;
}
a.news_bottom_button
{
	 text-decoration: none;
    color: #1aa3e3;
	 font-size: 17px;
    font-family: 'Verdana';
	display:block;
	text-align:center;
	margin-top:35px;
	transition: all 0.5s ease;
}
a.news_bottom_button span
{
	display:inline-block;
	transition: all 0.5s ease;
}
a.news_bottom_button:hover span
{
	margin-left:5px;
}
a.news_button:hover
{
	color: #fff;
    background-color: #1aa3e3;
}
.mission_section
{
	background:#f7f8fa;
}
.mission_content
{
	padding:70px 0px;
}
.mission_content h2
{
	margin-top:0px;
	color:#6ab43e;
	font-size:33px;
	font-family: 'Verdana-Bold';
}
.mission_content p {
    color: #010101;
    font-size: 15px;
    font-family: 'Verdana';
    line-height: 28px;
    margin-top: 20px;
}
.logo_section
{
	padding:50px 0px;
}
.logo_section .owl-carousel_logo_slider .item
{
	border-right:1px solid #d2d2d2;
}

.logo_section .owl-nav
{
	display:block !important;
}
.logo_section .owl-prev
{
	font-size:0px;
	position:absolute;
	top:50%;
	left: -7%;
    background: url(../images/left-arrow.png) no-repeat;
    width: 29px;
    height: 47px;
    background-size: 100% 100%;
    transform: translate(0,-50%);
}
.logo_section .owl-next
{
	font-size:0px;
	position:absolute;
	top:50%;
	right:-7%;
    background:url(../images/right-arrow%20.png) no-repeat;
    width: 29px;
    height: 47px;
    background-size: 100% 100%;
    transform: translate(0,-50%);
}
.footer_wrapper
{
	background:#1aa3e3;
	padding:40px 0px;
}
.footer_widget ul 
{
	margin-bottom:40px;
}
.footer_widget ul li
{
	list-style-type:none;
}
.footer_widget ul li a
{
	text-decoration:none;
	color:#e2f5fe;
	 font-size: 12px;
    font-family: 'Verdana';
	display:block;
	margin-bottom:7px;
}
.copyright
{
	background:#198ec4;
	padding:10px 0px;
}
.copyright p
{
	color:#c8eafa;
	 font-size: 12px;
    font-family: 'Verdana';
}
.inner_banner_section
{
	padding:110px 0px;
	background-size:cover !important;
}
.main_wrapper
{
	padding:80px 0px;
}
.main_wrapper .col-sm-3
{
	width:21%;
}
.main_wrapper .col-sm-9
{
	width:79%;
}
.left_sidebar
{
	border:1px solid #cbdcba;
	border-bottom:7px solid #438e2e;
}
.left_sidebar ul li
{
	list-style-type:none;
}
.left_sidebar ul li a
{
	color:#1aa3e3;
	text-decoration:none;
	font-size:14px;
	 font-family: 'Verdana';
	 display:block;
	 	padding:7px 15px;
		background:transparent;
	line-height:26px;
}
.left_sidebar > ul > li > a:hover
{
	color:#fff !important;
	background:#1aa3e3;
}
.left_sidebar > ul > li > ul> li > a:hover , .left_sidebar > div > ul > li > a:hover
{
	color:#fff !important;
	background:#1aa3e3;
}
.left_sidebar > ul > li > ul > li > ul > li > a , .left_sidebar > div > ul > li > ul > li > a 
{
	padding:7px 15px 7px 30px;
	line-height: 18px;
}
.left_sidebar > ul > li > ul > li > ul > li > ul
{
	display:none !important;
}
.left_sidebar > ul > li > ul > li > ul > li > ul > li > a
{
		padding:7px 15px 7px 30px;
}
.left_sidebar > ul > li > ul > li > ul > li > ul > li > a:hover
{
	color:#fff !important;
	background:#1aa3e3;
}
.left_sidebar > ul > li > ul > li > ul > li > a:hover , .left_sidebar > div > ul > li > ul > li > a:hover
{
	color:#fff !important;
	background:#1aa3e3;
}
.left_sidebar ul.sidebar_sub_menu
{
	margin-left:15px;
}
.main_section_content h2
{
	margin-top:0px;
	color:#1aa3e3;
	font-size:27px;
	font-family: 'Verdana-Bold';
	margin-bottom:25px;
}
.main_section_content p
{
	color:#010101;
	font-size:16px;
	  font-family: 'Verdana';
	  line-height:29px;
	  margin-bottom:25px;
}
.cover_fullwidth_content
{
	margin-bottom:30px;
}
.main_content_box
{
	/* background:#f7f8fa; */
	padding:15px 25px;
	margin-bottom:40px;
}
.main_content_box h2
{
	color:#6ab43e;
	margin-bottom:20px;
}
.main_content_box p
{
	font-size:15px;
	margin-top: 0px;
    line-height: 26px;
	margin-bottom:15px;
}
a.bottom_button
{
	 text-decoration: none;
    color: #1aa3e3;
	 font-size: 17px;
    font-family: 'Verdana';
	display:block;
	text-align:center;
	margin-top:35px;
	transition: all 0.5s ease;
}
a.bottom_button span
{
	display:inline-block;
	transition: all 0.5s ease;
}
a.bottom_button:hover span
{
	margin-left:5px;
}
.contact_info p
{
	font-size:16px;
	line-height:26px;
	margin-bottom:20px;
}
.contact_info p a
{
	text-decoration:none;
	color:#010101;
}
.contact_form
{
	margin-top:100px;
}
.contact_form input , .contact_form textarea
{
	float:left;
	width:100%;
	padding:10px 20px;
	background:#f7f8fa;
	outline:none;
	border:none;
	color:#909090;
	font-size:16px;
	 font-family: 'Verdana';
	 font-style:italic;
	 margin-bottom:20px;
}
.contact_form textarea
{
	height:165px;
}
.contact_form input[type="submit"]
{
	float:right;
	max-width:115px;
	font-size:20px;
	color:#fff;
	font-family: 'Verdana-Bold';
	background:#6ab43e;
	font-style:normal;
	border-radius:7px;
}
.contact_form h3
{
	margin-top:0px !important;
	font-size:25px !important;
	color:#6ab43e !important;
	font-family: 'Verdana-Bold' !important;
	margin-bottom:0px !important;
}
.contact_form p
{
	font-size:16px;
	color:#6ab43e;
	margin-top:7px;
}
.gallery_img
{
	margin-top:30px;
}
.gallery_wrapper h2
{
	margin-top:0px;
	color:#6ab43e;
	font-size:33px;
	font-family: 'Verdana-Bold';
}
.calender_list
{
	background: #f7f8fa;
    padding: 15px 25px;
    margin-bottom: 40px;
}
h4.date
{
	background:#6ab43e;
	padding:7px 5px;
	margin:0px;
	color:#fff;
	font-size:10px;
	 font-family: 'Verdana';
	 text-align:center;
	 text-transform:uppercase;
	 max-width:75%;
}
h4.date span {
    font-size: 40px;
    display: block;
}
h3.calender_title
{
	color:#6ab43e;
	font-size:22px;
	font-family: 'Verdana-Bold';
	margin-top: 10px !important;
}
h3.calender_title a
{
        text-decoration: none;
        color:#6ab43e;
}
.calender_list_content
{
	margin-top:20px;
}
.calender_list_content p
{
	font-size:15px;
	line-height:25px;
	margin-top:-6px;
}
.calender_list_content .read_more_button
{
	text-decoration:none;
	color:#1aa3e3;
	font-size:15px;
}
img.single_img
{
	float:right;
	margin-left:30px;
}
.single_content h2
{
	color:#6ab43e;
}
.single_content h4.date
{
	color:#6ab43e !important;
	font-size:18px !important;
	 font-family: 'Verdana' !important;
	 margin-top:0px !important;
	 background:none !important;
	 padding:0px !important;
	 text-align:left !important;
}
.single_content ul 
{
	padding-left:15px;
}
.single_content ul li
{
	list-style-type:none;
	color:#010101;
	font-size:16px;
	 font-family: 'Verdana';
}
.bottom_back_buttons
{
	background:#e1f0d8;
	padding:15px 20px;
	margin-top:60px;
}
a.back_button
{
	text-decoration:none;
	color:#1aa3e3;
	font-size:16px;
	 font-family: 'Verdana';
	 display:block;
}
a.next
{
	float:right;
}
.wpcf7 form .wpcf7-response-output
{
	float: left;
    width: 100%;
    text-align: center;
}
.left_sidebar ul li.current_page_item > a
{
	color:#438e2e;
}
.main_section_content h3
{
	color: #6ab43e;
   font-family: 'Verdana-Bold';
    font-size: 20px;
    font-weight: bold;
	margin-top:25px;
}
.table-bordered
{
    border: 1px solid #6ab43e !important;    
}
.table-bordered>thead>tr>th {
    border: 1px solid #6ab43e !important;
    background: #76c8ee;
    color: #fff;
    font-family: 'Verdana';
    font-size: 16px;
}
.table-bordered>tbody>tr>td
{
    border:0px !important;
    border-top:1px solid #6ab43e !important;
    border-right:1px solid #6ab43e !important;
}
.table-bordered>tbody>tr>td.empty
{
    border-top:0px !important;
}
.table-bordered>tbody>tr>td {
    color: #010101;
    font-size: 16px;
    font-family: 'Verdana';
    line-height: 20px;
}
.table-bordered>tbody>tr:nth-child(2n)>td
{
    background:#f0f7eb !important;
}
.table-bordered>tbody>tr:nth-child(2n)>td:first-child , .table-bordered>tbody>tr>td:first-child
{
     background:#f3fafe !important;
}
.left_sidebar .menu-news-menu-container ul li a:hover
{
        color: #fff !important;
    background: #1aa3e3;
}
.left_sidebar .menu-news-menu-container ul li.menu-item-object-page a
{
    color:#438e2e;
}
.contact_info p strong , .main_section_content p strong , .main_section_content p b
{
    font-family: 'Verdana-Bold';
}
body.page-template-template-news .calender_list {
    background:rgb(106 180 62 / 0.1);
}
.strikingly-drawer ul.sub-menu
{
    padding-top:0px;
    display:none;
}
.contact_info i
{
    font-size: 24px;
    color: #1aa3e3;
    margin: 0px 5px;
}
h3.subtitle
{
	margin-top:5px !important;
	font-size:18px;
}
.archive_pagination
 {
    float: left;
    width: 100%;
    text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
    text-decoration: none;
    border: 0px !important;
    padding: 3px 5px;
    margin: 2px;
    font-family: 'Verdana';
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.wp-pagenavi span.current {
    color: #1aa3e3;
}
.wp-pagenavi a:hover, .wp-pagenavi span:hover
{
  color: #1aa3e3;    
}
.bottom_back_buttons a
{
    font-size: 16px;
    color: #1aa3e3;
    font-family: 'Verdana';
}
.news_img_wrapper
{
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
}
.news_img_wrapper img
{
	transition: all 0.5s ease;
}
.news_img_wrapper img:hover
{
	transform:scale(1.2,1.2);
}
.read_more_button {
    text-decoration: none;
    color: #1aa3e3;
    font-size: 15px;
}
.read_more_button:hover
{
	text-decoration:none;
	color: #1aa3e3;
}
.main_section_content ul , .main_section_content ol
{
	margin-left:20px;
}
.main_section_content ul li , .main_section_content ol li{
    color: #010101;
    font-size: 16px;
    font-family: 'Verdana';
    line-height: 29px;
}
.table-responsive {
    float: left;
    width: 100%;
}
.welcome_client_section
{
    padding:50px 0px;
    text-align:center;
}
.welcome_client_section h3
{
    font-size: 33px;
    font-family: 'Verdana-Bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 48px;
    letter-spacing: normal;
    text-align: center;
    color: #b9d98a;
    margin-bottom: 30px;
    margin-top: 0px;
}
.welcome_client_section p
{
    font-size: 18px;
 font-family: 'Verdana';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #010101;
}
.user_login
{
    background:rgba(185,217,138,0.2);
    padding:50px 0px;
}
.user_login h2
{
   font-size: 27px;
    font-family: 'Verdana-Bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 40px;
    letter-spacing: normal;
    text-align: center;
    color: #00b2eb;
    margin-top: 0px;
    margin-bottom: 30px;
}
.user_login_form
{
    max-width:545px;
    margin:0px auto;
}
.user_login_form input
{
    float:left;
    width:100%;
 height: 55px;
  border: solid 1px #00b2eb;
  background-color: #f9f9f9;
  font-size: 20px;
   font-family: 'Verdana';
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: center;
  color: #b6b6b6;
  margin-bottom:10px;
  outline:none;
}
.user_login_form input[type="submit"]
{
    background-color: #00b2eb;
    border:none;
    color:#fff;
    font-style: normal;
}
.user_login_form p
{
    font-size: 18px;
    font-family: 'Verdana';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #010101;
}
.user_login_form p a
{
      color: #010101;
      text-decoration: none;
}
.login_files_wrapper
{
    padding:50px 0px 100px 0px;
}
.login_files_wrapper h2
{
    font-size: 33px;
    font-family: 'Verdana-Bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 45px;
    letter-spacing: normal;
    text-align: center;
    color: #b9d98a;
    margin-top: 0px;
    margin-bottom: 30px;
}
.login_files_wrapper p
{
       font-size: 18px;
    font-family: 'Verdana';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: center;
  color: #010101;
}
.search_wrapper
{
    margin-top:50px;
}
.search_wrapper input[type="search"]
{
    float:left;
    width:85%;
    height: 55px;
    border: solid 1px #00b2eb;
  background-color: #f9f9f9;
  font-size: 20px;
   font-family: 'Verdana';
  font-stretch: normal;
  font-style: italic;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #b6b6b6;
  padding: 0px 20px;
  outline:none;
}
.search_wrapper input[type="submit"]
{
    float:left;
    width:15%;
    height: 55px;
    border: solid 1px #00b2eb;
  background-color: #00b2eb;
 font-size: 22.5px;
    font-family: 'Verdana';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
   outline:none;
}
.search_result
{
    margin-top:50px;
}

.search_result h3
{
     font-size: 27px;
   font-family: 'Verdana-Bold';
  font-stretch: normal;
  font-style: normal;
  line-height: 0.81;
  letter-spacing: normal;
  text-align: center;
  color: #b9d98a;
  margin-bottom: 34px;
}

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
   font-weight: bold;
}
.fill_form_content h3
{
   font-size: 27px;
    font-family: 'Verdana-Bold';
    font-stretch: normal;
    font-style: normal;
    line-height: 30px;
    letter-spacing: normal;
    text-align: left;
    color: #b9d98a;
    margin-top: 0px;
    margin-bottom: 20px;
}
.fill_form_content p
{
    font-size: 18px;
   font-family: 'Verdana';
  font-stretch: normal;
  font-style: normal;
  line-height: 1.56;
  letter-spacing: normal;
  text-align: left;
  color: #010101;
}
.fill_form_content 
{
    max-width:70%;
}
.fill_form input , .fill_form textarea
{
   float: left;
    width: 100%;
    height: 55px;
    border: solid 1px #00b2eb;
    background-color: #f9f9f9;
    font-size: 20px;
    font-family: 'Verdana';
    font-stretch: normal;
    font-style: italic;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #b6b6b6;
    padding: 0px 20px;
    margin-bottom: 20px;
    outline:none;
}
.fill_form textarea
{
    height:150px;
    padding: 15px 20px
}
.fill_form input[type="submit"]
{
     height: 56px;
  background-color: #00b2eb;
   border: solid 1px #00b2eb;
   float:right;
   max-width:195px;
   text-align:center;
   color:#fff;
   font-style: normal;
   margin-bottom:0px;
}
.fill_form 
{
    margin-top:50px;
}
.table-bordered>tbody>tr>td .fa-file-download
{
    font-size: 32px;
    color: #00b2eb;
    text-align: center;
    display: block;
}
.table-bordered>tbody>tr>td input[type="number"]
{
    width: 100%;
max-height: 35px;
margin-top: 3px;
padding: 2px 10px;
}
.user_login_form p.login-remember
{
    text-align: left;
}
.user_login_form input[type="checkbox"]
{
    float: left;
    width: auto;
    text-align: left;
    height: 22px;
    margin-right: 10px;
}
.user_login .pls-login
{
	
    font-size: 16px;
    font-family: 'Verdana';
    font-stretch: normal;
    font-style: normal;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: #010101;
	margin-top:-20px;
	margin-bottom:25px;
}