@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,600,700&subset=cyrillic');;
body{
	font-family: "IBM Plex Sans", sans-serif !important;
}
ul, ul li{
	margin: 0;
	padding: 0;
}
a{
	color: #131313;
	font-family: "IBM Plex Sans", sans-serif;
}
a:focus{
	text-decoration: none;
}
p{
	color: #5C5C5C;
	font-size: 17px;
	font-family: "IBM Plex Sans", sans-serif;
}
input,input[type="text"],input[type="submit"],input[tpe="button"], button{
    outline: none;
}
h1, h2, h3, h4, h5{
	margin: 0;
	padding: 0;
}
#logo{
	line-height: 90px;
}
#logo img{
	width: 100%;
}
.header-wrapper{
	padding: 10px 0 0;
}
.top-menu, .main-menu{
	margin: 0;
	padding: 0;
	float: right;
}
.top-menu{
	line-height: 10px;
	font-family: 'Montserrat', sans-serif;
}
.main-menu{
	line-height: 70px;
}
.top-menu li, .main-menu li, .footer-social li{
	float: left;
	list-style-type: none;
}
.top-menu li a{
	padding: 5px;
	line-height: 17px;
	font-size: 15px;
}
.top-menu li a.header-contact-lnk{
	padding: 5px 20px;
}
.top-menu li a i{
	font-size: 22px;
}
.main-menu li a{
	font-size: 16px;
	font-weight: 500;
	line-height: 20px;
	padding: 26px 15px;
	text-decoration: none;
	font-family: "IBM Plex Sans", sans-serif;
}
.main-menu li a:hover{
	color: #6FB80D;
}
.main-menu li:hover > ul{
    display:block
}
.main-menu li:last-child a{
	background-color: #6FB80D;
	color: #fff;
	border-radius: 8px;
	padding: 6px 15px;
}
.main-menu li:last-child a:hover{
	background-color: transparent;
	-webkit-box-shadow:inset 0px 0px 0px 2px #6FB80D;
    -moz-box-shadow:inset 0px 0px 0px 2px #6FB80D;
    box-shadow:inset 0px 0px 0px 2px #6FB80D;
	color: #6FB80D;
	border-radius: 8px;
	padding: 6px 15px;
}
.main-menu ul{
	width: 320px;
    display:none;
    position:absolute;
	overflow: hidden;
	padding: 37px;
    background:#fff;
    z-index: 999;
    box-shadow: inset 0 1px 0 0 #9B9B9B, 0 9px 9px 0 rgba(0,0,0,0.21);
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.main-menu ul li{
	width: 100%;
}
.main-menu ul li a,.main-menu ul li:last-child a{
	background-color: transparent;
	display: block;
	padding: 10px 25px;
	color: #4A4A4A;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: normal;
}
.main-menu ul li:last-child a:hover{
	background-color: transparent;
    box-shadow: none;
	color: #6FB80D;
	border-radius: 0;
	padding: 10px 25px;
}
.clone-menu{
	display: none;
	width: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999;
    box-shadow: inset 0 1px 0 0 #9B9B9B, 0 9px 9px 0 rgba(0,0,0,0.21);
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: right;
}
.mobile-menu{
	padding: 15px 5px;
}
.mobile-menu li a,.mobile-menu li span{
	color: #4A4A4A;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 13px;
	line-height: 34px;
	padding: 5px 20px;
	cursor: pointer;
}
.mobile-menu li a:hover, .mobile-menu li ul li a:hover{
	color: #78AA42;
	text-decoration: none;
}
.mobile-menu .mobile-menu-social a{
	font-size: 25px;
	color: #123A9E;
	padding: 5px 0 0 10px;
}
.mobile-menu .mobile-menu-social a:first-child{
	padding-left: 20px;
}
.mobile-menu li ul{
	display: none;
	padding-left: 25px;
}
.mobile-menu li ul li{
	list-style-type: none;
}
.collapse {
   -webkit-transition: height 0.35s ease;
    -o-transition: height 0.35s ease;
    transition: height 1s ease;
}
.lang-active{
	color: #123A9E;
}
.social-lnk{
	color: #123A9E;
}

.header-slider figure{
	position: relative;
	text-align: center;
	width: 100%;
	overflow: hidden;
	height: 585px;
}
.header-slider figure img{
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
	height: 100%;
}
.header-slider > figure{
	visibility: hidden;
}
.header-slider > figure:first-child{
	visibility: visible;
}
.header-slider figure > figcaption{
	position: absolute;
	top: 25%;
	left: 0;
	right: 0;
	color: #fff;
}
.header-slider figure > figcaption h1{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 70px;
	font-weight: bold;
	line-height: 77px;
	margin-bottom: 20px;
}	
.header-slider figure > figcaption span{
	color: #fff;
	text-align: center;
	text-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
}
.loopslider-body{
	margin-bottom: -5px;
}
.loopslider-pagination{
    width: 100%;
    position: absolute;
    margin-top: -50px;
}
.loopslider-nav-button{
	opacity: 0.2;
}
.loopslider-nav-button:hover{
	opacity: 1;
}
.line-title{
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 34px;
	padding: 70px 0 20px;
	text-align: center;
}
.line-title.left{
	text-align: left;
}
.line-title hr{
	width: 81px;
	border-top: 2px solid #78AA42;
}
.line-title.toc-blue{
	color: #1550AE; 
	font-size: 28px;
}
.line-title.toc-white{
	color: #fff;
	font-size: 28px;
}
.line-title.big{
	font-size: 44px;
	text-shadow: 0 2px 2px 0 rgba(0,0,0,0.16);
	color: #fff;
}
.line-title.big span{
	color: #68B400;
}
.toc-about{
	background: url("../images/toc-about-img.png") no-repeat right; 
	/*background-size: 50% auto;*/
	background-size: cover;
	overflow: hidden;
}
.toc-about-wrap{
    border-top: 2px solid #E2E8EC;
}
/*.toc-about-wrap .toc-about-text{*/
/*	padding-left: 20px;*/
/*}*/
.toc-about-wrap .line-title.toc-blue{
	text-align: left;
	margin: 0;
	padding: 0;	
	padding-top: 50px;
}
.toc-about-wrap .btn-line{
	padding: 38px 0;
}
.toc-about-wrap .btn-line .toc-btn{
	margin: 0;
}
.btn-line{
	padding: 45px 0;
}
.btn-line.space-big{
	padding: 50px 0;
}
.toc-btn{
	border: 0;
	width: 155px;
	height: 50px;
	display: block;
	margin: 0 auto;
	font-size: 13px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 15px 0;
}
.toc-btn:hover{
	text-decoration: none;
}
.toc-btn span{
	margin-left: 28px;
}
.btn-white{
	background: url("../images/arrow2.png") no-repeat 130px 16px, url("../images/button-white.png") no-repeat;
	background-size: 6px, 100%;
	color: #9B9B9B;
	position: relative;
}
.btn-white:hover{
	background: url("../images/arrow3.png") no-repeat 130px 16px, url("../images/button-green.png") no-repeat;
	background-size: 7px, 100%;
	color: #fff;
	position: relative;
}
.btn-green{
	background: url("../images/arrow3.png") no-repeat 130px 16px, url("../images/button-green.png") no-repeat;
	background-size: 7px, 100%;
	color: #fff;
	position: relative;
}
.btn-green:hover{
	background: url("../images/arrow2.png") no-repeat 130px 16px, url("../images/button-white.png") no-repeat;
	background-size: 7px, 100%;
	color: #9b9b9b;
}
.toc-btn.btn-green.slideshow-btn span{
	margin-left: 22px;
	text-align: left;
}
.btn-green.slideshow-btn{
	background: url("../images/arrow.png") no-repeat 130px 12px, url("../images/button-green.png") no-repeat;
	background-size: 5px, 100%;
	color: #fff;
	position: relative;
	text-align: left;
}
.line-blue{
	background-color: #123A9E;
}
.line-blue p{
	color: #fff;
}
.line-gray{
	background-color: #E2E8EC;
}
.arrow-white{

}
.toc-project-about{
	background: url("../images/watermark2.png") no-repeat right,  #123A9E  url("../images/fill_1_2x.png") no-repeat bottom;
	background-size: 25%,100%;
	padding-bottom: 100px;
}
.toc-project-about-icon img{
	width: 100%;
}
.toc-project-about h3{
	color: #68B400;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;	
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 15px;
}
.toc-project-about-video{
	text-align: center;
	margin-top: 50px;
}
.green-loan{
	background: #123A9E url("../images/fill_2_2x.png") no-repeat 0 bottom;
	background-size: 100%;
	padding-bottom: 20px;
}
.green-loan .btn-line{
	margin-bottom: 100px;
}
.news .btn-line.space-big{
    padding: 15px 0 50px;
}
.news-w{
	overflow: hidden;
	padding: 50px 0;
}
.news-lst-wrapper{
	background-color: #fff;
	border-radius: 15px;
	transition: 0.3s;
	margin-bottom: 10px;
}
.news-lst-wrapper:hover{
	background-color: #fff;
	box-shadow: 0 41px 22px 0 rgba(0,0,0,0.09);
	border-radius: 15px;
	margin-top: -20px;
}
.news-lst-wrapper img{
	width: 100%;
	height: 175px;
	border-radius: 15px 15px 0 0;
}
.news-lst-wrapper .news-content{
	padding: 25px;
}
.news-lst-wrapper .news-content p{
	font-size: 15px;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	transition: 0.3s;
}
.news-lst-wrapper:hover .news-content p{
	color: #79BD00;
	text-decoration: none;
}
.news-lst-wrapper a:hover{
	text-decoration: none;
}
.news-lst-wrapper .news-content .news-lst-readmore{
	color: #5C5C5C;
	font-size: 15px;
	font-weight: normal;	
	line-height: 19px;
	width: 100%;
}
.news-container{
	background-color: rgba(226,232,236,0.5);
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 57px;
}
.news-category span{
	padding: 6px 0;
}
.news-category button.btn.btn-default{
	background-color: transparent;
	color: #000000;
	border: 0;
	padding: 6px 8px;
	font-size: 15px;
	line-height: 25px;
	text-align: center;
}
.news-category button.btn.btn-default:hover {
	background-color: #68B400;
	color: #fff;
	border-radius: 5px;
}
.news-grid-wrapper{
	height: 200px;
	margin-bottom: 30px;
}
.othernews-wrapper .news-grid-wrapper{
	height: 250px;
}
.othernews-wrapper p{
	color: #4A4A4A;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 500;
	line-height: 29px;
	margin: 30px 0;
}
.othernews-wrapper .news-lst-wrapper{
    border: 1px solid #e0e0e0;
}
.othernews-wrapper .news-lst-wrapper .news-content{
    padding: 0 15px 15px;
}
.othernews-wrapper .news-lst-wrapper img{
    height: 150px;
}   
.othernews-wrapper .news-lst-wrapper .news-content p{
    margin: 5px 0;
    font-size: 17px;
}
.news-grid-wrapper a{
    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.news-grid-wrapper img{
	width: 100%;
	height: 100%;
	transition: .2s all;
	/*filter: brightness(50%);*/
	/*-webkit-filter: brightness(60%);*/
	cursor: pointer;
}
.nmaskwrap{
    width: 100%;   
    height: 100%;
    position: relative;
}
.mask-color{
    position:absolute;
    left:0; 
    top:0;
    width:100%; 
    height:100%;
    display:inline-block;
    opacity: 0.7;
    background: linear-gradient(to bottom, transparent, #000);
}
.news-grid-wrapper span a{
    color: #fff;
}
.nmask{
    position: absolute;
    top: 0;
    width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
    height: 100%;
    background-color: #123a9d;
    opacity: 0.1;
    display: none;
}
.news-grid-wrapper a:hover .nmask{
    display: block;
}
.news-grid-wrapper a:hover .news-grid-title span{
    /*display: none;*/
    /*text-decoration: underline;*/
}
.news-grid-wrapper a:hover .mask-color{
    background: linear-gradient(to bottom, transparent, #163d9b);
}
.news-grid-wrapper p,.news-grid-wrapper span{
	position: absolute;
	padding: 0 20px;
	line-height: 19px;
}
.news-grid-wrapper p{
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	color: #68B400;
	margin-top: -85px;
}
.news-grid-wrapper span{
	margin-top: -60px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.news-title{
	color: #1550AE;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: bold;
	line-height: 29px;
	border-bottom: 1px solid rgba(155,155,155,0.5);
	padding-bottom: 10px;
	
}
hr.green-border{
	background-color: #78AA42;
	margin: -1px 0 20px;
	padding: 0;
	width: 80px;
	height: 2px;
	border: 0;
}
.news-list{
	margin-bottom: 30px;
}
.news-list-thumbnail{
	width: 100%;
	height: 240px;
}
.news-l-category-name{
	color: #68B400;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 19px;
}
.news-l-title{
	color: #123A9E;
	font-family: 'Montserrat', sans-serif;
	font-size: 25px;
	font-weight: 600;
	line-height: 30px;
}
.post-insert-date{
	color: #4A4A4A;
	font-size: 13px;
	line-height: 34px;
}
.cover-line{
	background: url("../images/fill_1_2x.png") no-repeat bottom,url("../images/Rectangle_5.png") no-repeat;
	background-size: 100%;
	height: 200px;
	margin-bottom: 57px;
}
.cover-gray-line{
	background: url("../images/fill_3_2x.png") no-repeat bottom,url("../images/Rectangle_5.png") no-repeat;
	background-size: 100%;
	height: 200px;
	margin-bottom: 0;
}
.cover-line h3, .cover-gray-line h3{
	color: #FFFFFF;
	font-family: "IBM Plex Sans", sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 59px;
	margin-top: 50px;
}
.sidebar-wrapper{
	border-top: 2px solid #78AA42;
	border-right: 1px solid #C5C5C5;
	border-bottom: 1px solid #C5C5C5;
	border-left: 1px solid #C5C5C5;
}
#sidebar-accordion-menu{
	padding: 20px;
}
#sidebar-accordion-menu .panel{
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.sidebar-wrapper ul{
	list-style-type: none;
	padding: 0 0 0 10px;
}
.sidebar-wrapper .child-menu-cat-name-sidebar{
	width: 100%;
	color: #78AA42;
	display: block;	
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;	
	font-weight: 600;	
	line-height: 18px;
	padding: 20px 0;	
}
.sidebar-wrapper .child-menu-cat-name-sidebar.collapsed{
	color: #4A4A4A;
	border-bottom: 1px solid rgba(155,155,155,0.5);
}
.sidebar-wrapper .panel:first-child .child-menu-cat-name-sidebar {
  padding-top: 0;
}
.sidebar-wrapper .panel:last-child .child-menu-cat-name-sidebar{
    border-bottom: none;
}
.sidebar-wrapper .panel:last-child .child-menu-cat-name-sidebar.collapsed{
    padding-bottom: 0;
    border-bottom: none;
}
.sidebar-wrapper .child-menu-cat-name-sidebar:hover{
	text-decoration: none;
}
.sidebar-wrapper ul li a{
	color: #4A4A4A;
	font-size: 13px;
	line-height: 34px;
}
.sidebar-wrapper ul li a.active-lnk{
	color: #1550AE;
	font-weight: bold;
}
.sidebar-wrapper ul li a:hover{
	color: #1550AE;
	text-decoration: none;
}
.othernews-wrapper .news-grid-wrapper{
	margin-bottom: 20px;
}
.panel .child-menu-cat-name-sidebar:after {
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: #78AA42;
    font-size: 20px;
    margin-right: 5px;
}
.panel .child-menu-cat-name-sidebar.collapsed:after {
    content: "\f104";
    font-size: 20px;
    color: #78AA42;
    margin-right: 8px;
}
.principle-download-wrapper{
	background: #123A9E url("../images/principle_background.png") no-repeat;
	background-size: 100%;
}
.principle-download-wrapper h4{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 64px;
	font-weight: bold;
	line-height: 78px;
	margin: 170px 0 45px;
}
.principle-download-wrapper .container a{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 19px;
	font-weight: 500;
	line-height: 23px;
	margin-bottom: 140px;
	display: block;
}
.principle-download-wrapper .container a i{
	margin-left: 10px;
}
.principles-block, .principles-block-full{
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: bold;
	padding: 15px 20px 40px;
}
.principles-block p, .principles-block span ,.principles-block-full p, .principles-block-full span {
	opacity: 1;
}
.principles-block p,.principles-block-full p{
	color: #fff;
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;  
}
.principles-block-full{
	height: 450px;
	padding: 85px 22px;
	transition: .3s all ease;
}
.principles-block-full.active{
	width: calc(100% - 60%);
	transition: .3s all ease;
}
.principles-block-full.inactive{
	width: calc(100% - 80%);
}
.principle-content{
	display: none;
	transition: .5s all ease;
}
.leadership-group{
	color: #4A4A4A;
	font-family: 'Montserrat', sans-serif;
	font-size: 24px;
	font-weight: 600;
	line-height: 29px;
	margin-bottom: 30px;
}
.profile-wrapper{
	margin-bottom: 20px;
	cursor: pointer;
	text-align: center;
}
.profile-wrapper:hover .mask-color-nogradient{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
    opacity: 0.4;
    border-radius: 7px;
    background: #163d9b;
}
/*.profile-wrapper:hover{*/
/*    background: #163d9b;*/
/*    opacity: 0.6;*/
/*}*/
.profile-wrapper.leadership img{
    /*width:auto;*/
    height: 190px;
    text-align: left;
   
}
.profile-wrapper img{
    width:100%;
    border: 1px solid #ece9e9;
	border-radius: 7px;
	transition: .2s all;
	/*filter: brightness(70%);*/
	/*-webkit-filter: brightness(70%);*/
}
/*.profile-wrapper img:hover{*/
/*    filter: brightness(100%);*/
/*	-webkit-filter: brightness(100%);*/
/*}*/
.profile-wrapper .firstname{
	color: #123A9E;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
	margin: 10px 0 0 0;
}
.profile-wrapper .position{
	color: #4A4A4A;
	font-size: 12px;
	height:50px;
}
.profile-wrapper .description{
	display: none;
}
#datamodal{
	box-shadow: none;
}
#datamodal.modal{
	top: 10%;
}
#datamodal .modal-dialog{
	width: 900px;
}
#datamodal img{
	width: 100%;
}
.modal-content{
	box-shadow: none;
	border: 0;
}
.modal-content .modal-body{
	overflow: hidden;
	padding: 25px 15px 50px;
}
#m-firstname{
	color: #1550AE;
	font-family: 'Montserrat', sans-serif;
	font-size: 28px;
	font-weight: bold;
	line-height: 34px;
}
#m-position{
	color: #79BD00;
	font-family: 'Montserrat', sans-serif;
	font-size: 22px;
	font-weight: 500;
	line-height: 27px;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 999;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
}
#search input::placeholder {
    color: #9b9b9b;   
}
#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: #000;
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align:center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #000;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 50px;
}
#mobile-top{
    display: none;
    float: right;
}
#mobile-top ul li.mobile-menu-social{
    font-size: 15px;
}
#mobile-top ul li{
    float: left;
    list-style-type: none;
    padding : 0 5px;
}
.contact-info-line{
	overflow: hidden;
}
.contact-info-line .col{
	text-align: center;
}
.contact-info-line .col i{
	font-size: 30px;
}
.contact-info-line span{
	background-color: #68B400;
	color: #fff;
	width: 67px;
	height: 67px;
	border-radius: 50%;
	display: block;
	text-align: center;
	line-height: 75px;
	margin: 0 auto 20px;
}
.contact-map-line{
	margin-top: 60px;
}
#contact-form .contact-firstname{
	padding-right: 10px;
}
#contact-form .contact-position{
	padding-left: 10px;
}
#contact-form input{
	height: 45px;
}
#contact-form input,#contact-form textarea{
	border: 2px solid #D3D3D3;
	border-radius: 7px;
	box-shadow: none;
	width: 100%;
}

#contact-form input.input-error, #contact-form textarea.input-error{
    border: 2px solid #bd2130!important;
	border-radius: 7px;
	box-shadow: none;
	width: 100%;
}
#contact-form .contact-send-button{
	text-align: center;
}
#contact-form button{
	background: url("../images/button_contact.png") no-repeat;
	background-size: auto;
    background-size: contain;
    width: 90%;
    height: 50px;
    border: 0;
	color: #fff;
	font-size: 15px;
	line-height: 19px;
}
.footer-cover-line{
	background: url("../images/footer_fill_1_2x.png") no-repeat bottom;
	background-size: 100%;
	height: 255px;
	padding-bottom: 15px; 
}
.footer-wrapper{
	padding: 40px 0 50px;
}
.footer-wrapper h4.widget-title{
	color: #79BD00;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	margin: 10px 0 20px;
}
.footer-wrapper i{
	color: #23527c;
}

.footer-wrapper .address-widget i{
	float: left;
	font-size: 20px;
}
.footer-wrapper .address-widget .address-wrap{
	margin-left: 35px;
}
.footer-wrapper .address-widget span{
	margin-left: 15px;
}
.footer-wrapper .address-widget span,.footer-wrapper .address-widget .address-wrap , .footer-wrapper .newsletter-widget p{
	color: #5C5C5C;
	line-height: 27px;
	font-size: 14px;
	line-height: 19px;
	font-family : "IBM Plex Sans", sans-serif;
}
.footer-wrapper .newsletter-widget{
    display: inline-block;
}
.footer-wrapper .newsletter input[type=text]{
	height: 45px;
	width: 215px;
	float: left;
	border: 2px solid #D3D3D3;
	border-right: 0;
	-webkit-border-top-left-radius: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-bottomleft: 7px;
	border-top-left-radius: 7px;
	border-bottom-left-radius: 7px;
	padding-left: 15px;
	display: inline-block;
}
.footer-wrapper .newsletter input[type=submit]{
	width: 153px;
	height: 45px;
	color: #fff;
	position: absolute;
	right: 15px;
}
.footer-wrapper .newsletter input[type="submit"]:hover{
    color: #9B9B9B;
}
.footer-wrapper h4.parthnership-title{
	margin-top: 40px;
}
.footer-wrapper .parthnership li{
	float: left;
	list-style-type: none;
}
.footer-wrapper .parthnership li a img{
	width: 100%;
}
.footer-social {
	width: 100%;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.footer-social li a{
	padding: 5px;
}
.footer-social li i{
	font-size: 30px;
}
/*.footer-social li:last-child a{*/
/*	color: #4A4A4A;*/
/*    font-family: 'Montserrat', sans-serif;*/
/*	font-size: 28px;*/
/*	font-weight: 600;*/
/*	line-height: 34px;*/
/*	padding-left: 50px;*/
/*}*/
/*.footer-social li:last-child a:hover{*/
/*    text-decoration: none;*/
/*}*/
#tree{
    width: 50px;
    margin-right: 10px;
}
.line-title.big a{
    text-decoration: none;
}
.line-title.big a span{
    color:#fff;
}
.copyright{
	color: #fff;
	padding: 20px 0;
}
.copyright p {
	font-size: 15px;
}
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.paginate > a{
    color: #68B400;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
}
.paginate > a.active{
    cursor: default;
    color: #5C5C5C;
}