/*
Theme Name: greenwoo
Theme URI: #
Author: Zviad Rukhadze
Author URI: https://www.facebook.com/zviad.ruxadze/
Description: Description
Version: 1.0.0
*/
* {
	outline:none !important;
}
html {
	 height:100%;
}
body {
	margin:0;
	padding:0;	
	height: 100%;  
	overflow-x:hidden; 
}
ul {
	margin:0;
	padding:0; 
}
.Padding0 {padding:0 !important}
.Margin0 {margin:0 !important}
.Height100 {height:100%;}
.container {
	width:1570px;
	max-width:100%;
} 
.container {
	width:1640px !important;
	max-width:100% !important;
}
.container1188 {
	width:1188px !important;
	max-width:100% !important;
}
.container1320 {
	width:1320px !important;
	max-width:100% !important;
}

.Button {
	display:inline-block;
	font-family:GilroyLight;
	font-size:20px;
	height:60px;	
	line-height:60px;
	background:#B2960B;
	border-radius:10px;
	color:#fff;
	text-decoration:none;
	padding:0 50px;
	transition:0.3s;
}
.Button:hover {
	background:#990000;
	color:#fff;
}

.PageTitle {
	color:#707070;
	font-family:GilroyExtraBold;
	font-size:36px;
	line-height:162%;
	padding:50px;
	text-align:center;
	width:100%;
}



/************ Header ************/
.Header {
	display:inline-flex;
	align-items:center;
	width:100%;
	height:146px;
	background:#fff;
}
.Header .Logo {
	display:inline-block;
	width:333px;
	height:90px;
	background:url('assets/img/logo.png') no-repeat;
	background-size:100% 100%;
}

.MainMenu {
	background:#54595F;
	height:60px;
	margin-top:20px;
	width:100%;
	display:inline-block;
	float:left;
	position:relative;
}
.MainMenu:after {
	content:'';
	width:100%;
	height:100%;
	background:#54595F;
	position:absolute;
	top:0;
	left:100%;
} 
.MainMenu .Menu {}
.MainMenu .Menu ul {
	padding:0;
	margin:0;
}
.MainMenu .Menu li {
	display:inline-block;
	list-style:none;
	position:relative;
}
.MainMenu .Menu li:last-child {
float:right;
}
.MainMenu .Menu li a {
	display:block;
	height:60px;
	line-height:60px;
	color:#fff;
	font-family:GilroyLight;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	transition:0.3s
}
.MainMenu .Menu li a:hover {
	background:#B2960B;
}
.MainMenu .Menu .sub-menu {
	position:absolute;
	top:calc(100% + 30px);
	z-index:9;
	background:#54595F; 
	opacity:0;
	visibility:hidden;
	transition:0.5s;
	min-width:100%;
}
.MainMenu .Menu .sub-menu li {
	width:100%;
}
.MainMenu .Menu .sub-menu li a {	
    height:50px;
    line-height: 50px;    
	white-space: nowrap;
}
.MainMenu .Menu li:hover .sub-menu {
	opacity:1;
	visibility:visible;
	top:100%;
}

 
.GreenMenu {
	display:inline-block;
	width:100%;
	float:left;
	/*background:#167203;*/
	background:#990000;
	height:50px; 
}
.GreenMenu .Menu {
	display:inline-block;
	float:right;
}
.GreenMenu .Menu ul {
	padding:0;
	margin:0;
}
.GreenMenu .Menu li {
	display:inline-block;
	list-style:none;
	position:relative;
}
.GreenMenu .Menu li a {
	display:block;
	height:50px;
	line-height:50px;
	color:#fff;
	font-family:GilroyLight;
	text-decoration:none;
	padding-left:30px;
	padding-right:30px;
	transition:0.3s
}
.GreenMenu .Menu li a:hover {
	background:#B2960B;
}
.GreenMenu .Menu .sub-menu {
	position:absolute;
	top:calc(100% + 30px);
	z-index:9;
	background:#B2960B; 
	opacity:0;
	visibility:hidden;
	transition:0.5s;
	min-width:100%;
}
.GreenMenu .Menu .sub-menu li {
	width:100%;
}
.GreenMenu .Menu .sub-menu li a {	
    height:50px;
    line-height: 50px;    
	white-space: nowrap;
}
.GreenMenu .Menu li:hover a {
	background:#B2960B;
	
}
.GreenMenu .Menu li:hover .sub-menu {
	opacity:1;
	visibility:visible;
	top:100%;
}
.GreenMenu .Menu li:hover .sub-menu a:hover {
	opacity:1;
	visibility:visible;
	top:100%;
	/*background:#167203;*/
	background:#990000;
}




.HomeSlide {
	display:inline-block;
	width:100%;
	height:calc(100% - 156px);
	float:left;
}
.HomeSlide .Arrows {}
.HomeSlide .Arrows div {
	width:70px;
	height:70px;
	border-radius:100%;
	/*background:#167203;*/
	background:#B2960B;
	text-align:center;
	line-height:65px;
	position:absolute;
	top:50%;
	margin-top:35px;
	z-index:999;
	color:#fff;
	font-size:50px;
	cursor:pointer;
	transition:0.3s;
}
.HomeSlide .Arrows div.Prev {
	left:100px;
}
.HomeSlide .Arrows div.Prev i {
	position:relative;
	left:-3px;
}
.HomeSlide .Arrows div.Next {
	right:100px;
}
.HomeSlide .Arrows div.Next i {
	position:relative;
	right:-2px;
}
.HomeSlide .Arrows div:hover {
	background:#990000;
}

.HomeSlide .Slide {
	height:100%;
}
.HomeSlide .slick-list ,
.HomeSlide .slick-track{
	height:100%;
}

.HomeSlide .Item {
	display:inline-block;
	width:100%;
	height:100%;
}
.HomeSlide .Item .Image {
	width:100%;
	height:100%;
}
.HomeSlide .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}

.HomeSlide .Item video {
	width:100%;
	height:100%;
}

.ApplyForAdmission {
	display:inline-block;
	width:100%;
}
.ApplyForAdmission .Content {
	display:inline-block;
	width:100%;
	background:#54595F;
	border-radius:10px;
	height:254px;
	text-align:center;
	position:relative;
	z-index:9;
	margin-top:-34px;
	padding-top:40px;
}
.ApplyForAdmission .Content:after {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	left:0;
	top:0;
	border-bottom-right-radius:16px;
	border-top-left-radius:20px;
	background:#B2960B;
}
.ApplyForAdmission .Content:before {
	content:'';
	width:12px;
	height:45px;
	position:absolute;
	left:0;
	top:0;
	border-bottom-right-radius:16px;
	border-top-left-radius:20px;
	background:#B2960B;
}
.ApplyForAdmission .Content .Info {
	display:inline-block;
	width:866px;
	max-width:100%;
	margin:0 auto;
}
.ApplyForAdmission .Content .Info:after {
	content:'';
	width:45px;
	height:12px;
	position:absolute;
	right:0;
	bottom:0;
	border-bottom-right-radius:16px;
	border-top-left-radius:20px;
	background:#B2960B;
}
.ApplyForAdmission .Content .Info:before {
	content:'';
	width:12px;
	height:45px;
	position:absolute;
	right:0;
	bottom:0;
	border-bottom-right-radius:16px;
	border-top-left-radius:20px;
	background:#B2960B;
}
.ApplyForAdmission .Content .Info .Title {
	font-family:GilroyLight;
	font-size:30px;
	color:#fff;
	line-height:34px;
	margin-bottom:30px;
}
.ApplyForAdmission .Content .Info .Text {
	font-family:GilroyLight;
	font-size:20px;
	color:#fff;
	line-height:23px;
}
.ApplyForAdmission .Content .Buttons {
	width:100%;
	text-align:center;
	position:absolute;
	bottom:-30px;
}
.ApplyForAdmission .Content .Buttons .Button {
	margin-left:12px;
	margin-right:12px;
}



.AboutDiv {
	display:inline-block;
	width:100%;
	margin-top:130px;
}
.AboutDiv .row {
	display:inline-flex;
	align-items:center;
}
.AboutDiv .Image {
	width:100%;
}
.AboutDiv .Image img {
	width:100%;
	box-shadow:0px 10px 25px rgba(0,0,0,0.16);
	border-radius:10px;
}
.AboutDiv .Info {
	padding-left:50px;
}
.AboutDiv .Info .Name {
	font-family:GilroyExtraBold;
	font-size:30px;
	line-height:37px;
	color:#707070;
	margin-bottom:10px;
}
.AboutDiv .Info .Position {
	font-family:GilroyLight;
	font-size:30px;
	line-height:34px;
	color:#707070;
}
.AboutDiv .Info .Text {
	border-top:solid #B2960B 1px;
	padding-top:30px;
	color:#707070;
	font-size:20px;
	font-family:GilroyLight;
	margin-top:25px;
}







.Services {
	display:inline-block;
	width:100%;
	margin-top:150px;
}
.Services .row {
	margin-left:-30px;
	margin-right:-30px;
}
.Services .row .col-sm-4 {
	padding-left:30px;
	padding-right:30px;
}
.Services .Item {
	width:100%;
	height:450px;
	text-align:center;
	padding:60px 60px;
	margin-bottom:70px;
	border-radius:10px;
	box-shadow:0px 10px 25px rgba(0,0,0,0.16);
	display:inline-flex;
	align-items:center;
	transition:0.5s;
	background-size:cover !important;
	position:relative;
	color:#fff;
	text-decoration:none;
} 
.Services .Item:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:rgba(0,0,0,0.5)
}

.Services .Item .Title {
	color:#fff;
	font-size:24px;
	font-family:GilroyExtraBold;	 
	width:100%;
	text-align:center;
	line-height:162%;
	position:relative;
	z-index:9
}
.Services .Item:hover {
    transform:scale(0.9);
}





.NewsDiv {
	display:inline-block;
	width:100%;
}
.NewsDiv .row {
	margin-left:-30px;
	margin-right:-30px;
}
.NewsDiv .row .col-sm-4 {
	padding-left:30px;
	padding-right:30px;
}
.NewsDiv .Item {
	display:inline-block;
	width:100%;
	margin-bottom:50px;
	text-decoration:none
}
.NewsDiv .Item .Image {
	width:100%;
	height:325px;
	border-radius:10px;
	overflow:hidden;
	margin-bottom:22px;
}
.NewsDiv .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.3s
}
.NewsDiv .Item:hover img {
	transform:scale(1.1);
}
.NewsDiv .Item .Info {
	position:relative;
}
.NewsDiv .Item .Info .Title {
	color:#707070;
	font-size:20px;
	font-family:GilroyExtraBold;	
	width:calc(100% - 100px);
	margin-bottom:20px;
	transition:0.3s;
}
.NewsDiv .Item .Info .Title.Title2 {
	width:100%;
}
.NewsDiv .Item:hover .Info .Title {
	color:#167203;
}
.NewsDiv .Item .Info .Date {
	color:#707070;
	font-size:15px;
	font-family:GilroyLight;
	position:absolute;
	right:0;
	top:0;
}
.NewsDiv .Item .Info .Text {
	color:#707070;
	font-size:15px;
	font-family:GilroyLight;
}


.Gallery {}



.PageDiv {
	display:inline-block;
	width:100%;
	padding-top:30px;
}
.PageDiv h1 {
	margin-bottom:30px;
}
.PageDiv .Info {}
.PageDiv .Info h1 {
	color:#707070;
	font-size:30px;
	font-family:GilroyExtraBold;	
	width:calc(100% - 100px);
	margin-bottom:10px; 
}
.PageDiv .Info .Date {
	margin-bottom:12px;
	color:#707070;
	font-size:15px;
	font-family:GilroyLight;
}
.PageDiv .Info .Image {
	margin-bottom:30px;
}
.PageDiv .Info .Image img {
	width:100%;
}
.PageDiv .Info .Text {
	color:#707070;
	font-size:17px;
	font-family:GilroyLight;
}
.PageDiv img {
	max-width:100%;
	height:auto;
}
.PageDiv li {
	margin-left:40px;
	margin-bottom:10px;
}
.post-thumbnail {
	margin-bottom:20px
}

.entry-content {
	color:#707070;
	font-size:17px;
	font-family:GilroyLight;
}


.ContactDiv {
	display:inline-block;
	width:100%;
	margin-top:20px;
	float:left;
}
.ContactDiv .GoogleMap {
	width:100%;
	height:600px;
}
.ContactDiv .GoogleMap #Map {
	width:100%;
	height:100%;
}

.ConForm {
	display:inline-block;
	width:500px;
	max-width:100%;
	margin:0 auto;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	height:60px;
	line-height:60px;
	border-radius:20px;
	border:solid rgba(22,114,3,0.34) 1px;
	width:100%;
	margin-bottom:30px;
	padding-left:25px;
}
input[type="submit"] {
	width:260px;
	height:60px;
	line-height:58px;
	background:#167203;
	border-radius:20px;
	color:#fff;
	border:none;
	font-family:GilroyExtraBold;
	font-size:20px;
	margin:0 auto;
}

textarea {
	height:235px;
	resize:none;
}

.wpcf7 .ajax-loader {
	position:absolute;
}
.wpcf7-not-valid-tip { 
    position: absolute;
    bottom: -39px;
    font-size: 11px;
    left: 5px;
}



.ContactList {
	display:inline-block;
	width:100%;
	padding-left:50px;
	padding-right:50px;
}
.ContactList {
	display:inline-block;
	width:100%;
	padding-top:25px;
}
.ContactTitle {
	text-align:left;
	margin-bottom:70px;
	color:#707070;
	font-size:20px;
	font-family:GilroyExtraBold;
}
.ContactList .Item {
	text-align:center
}
.ContactList .Item .Icon {
	height:35px; 
	margin-bottom:20px;
} 
.ContactList .Item span {
	font-family:GilroyExtraBold;
	font-size:18px;
	line-height:18px;
	color:#000;
}
.ContactList .Item label {
	color:#000;
	display:inline-block;
	width:100%;
	font-family:GilroyLight;
	font-size:18px;
}



.CoverImage {
	display:inline-block;
	width:100%;
	height:540px;
}
.CoverImage  .Image {
	width:100%;
	height:100%;
}
.CoverImage  .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}



.ContactPage {
	display:inline-block;
	width:100%;
	margin-top:10px;
}
.ContactPage .Form {
	margin-top:20px
}



.SinglePhoto {
	display:inline-block;
	width:100%;
	
}
.SinglePhoto .Item {} 
.SinglePhoto .Item a {} 
.SinglePhoto .Item img {
	width:100%;
	height:160px;
	object-fit:cover;
	border-radius:5px;
} 



.navigation {
	display:inline-block;
	width:100%;
	text-align:center;
	margin-top:60px;
	margin-bottom:20px;
}
.navigation li {
	list-style:none;
	display:inline-block;	
	margin-left:4px;
	margin-right:4px;
}
.navigation li a {
	width:40px;
	height:40px;
	line-height:40px; 
	border-radius:3px;
	display:block;
	text-decoration:none;
	font-family:GilroyExtraBold;
	font-size:18px;
	color:#fff;
	background:#B2960B;
	transition:0.3s;
}
.navigation li.active a,
.navigation li a:hover {
	background:#167203; 
}


.Footer {
	display:inline-block;
	width:100%;
	height:500px;
	/*background:#167203;*/
	background:#990000;
	float:left;
	margin-top:-250px;
}

.FooterMenus {
	display:inline-block;
	width:100%;
	padding-left:50px;
	padding-right:50px;
	padding-top:40px;
}
.FooterMenus .FootMenu {
	display:inline-block;
	width:100%;
}
.FooterMenus .menuTitle {
	font-family:GilroyExtraBold; 
	font-size:25px;
	line-height:31px;
	color:#fff;
	margin-bottom:20px;
}
.FooterMenus .FootMenu ul {
	padding-left:0;
}
.FooterMenus .FootMenu ul li {
	list-style:none;
}
.FooterMenus .FootMenu ul li a {
	color:#fff;
	font-family:GilroyLight;
	font-size:15px;
	line-height:35px;
	text-decoration:none;
}


.FooterText {
	display:inline-block;
	width:100%;
	margin-top:15px;
}
.FooterText .Title {
	color:#fff;
	font-family:GilroyExtraBold;
	font-size:25px;
	line-height:31px;
	margin-bottom:20px;
}
.FooterText .Text {
	padding-right:120px;
	font-family:GilroyLight;
	font-size:18px;
	color:#fff;
}

.SocialLinks {
	display:inline-block;
	width:100%;
	margin-top:75px;
	padding-left:50px;
}
.SocialLinks a {
	margin-right:20px;
	transition:0.3s;
}
.SocialLinks a:hover {
	opacity:0.7;
}



.CopyRight {
	display:inline-block;
	width:100%;
	text-align:center;
	/*background:#167203;*/
	background:#990000;
	height:50px;
	line-height:30px;
	color:rgba(255,255,255,0.5);
	font-size:16px;
	
}

.VideoDiv {
    width:100%;
}
.VideoDiv video {
    width:100%;
    height:450px;
}



.mec-container [class*=col-] img {
    height:auto;
}
