/*
Theme Name: diagnostika
Theme URI: https://mydiagnostika.ge/
Author: Zviad Rukhadze
Author URI: https://mydiagnostika.ge/
Description: Description
Version: 1.0.0
*/

* {
	outline:none !important;
}
html {
	height:100%;	 
}
body {
	margin:0;
	padding:0;	 
	height: 100%;  
	overflow-x:hidden;  
	font-family:"NotoSansGeorgian", sans-serif;
}
ul {
	margin:0;
	padding:0; 
}
.Padding0 {padding:0 !important}
.Margin0 {margin:0 !important} 

.container {
	width:1280px; 
	max-width:100%; 
}

.container-fluid {
	padding:0 70px;
}


.Header {
	display:inline-block;
	width:100%;
	height:100px;
	border-bottom:solid 1px rgba(0,0,0,0.1);
	display:inline-flex; 
	position:relative;
	z-index:99999;
	background:#fff;
}
.Header .Logo {
	margin-top: 23px;
    display: inline-block;
}
.Header .Logo img {
	height:50px;
} 
.Header .MainMenu {
	display:inline-block;
	height:100px;
}
.Header .MainMenu .menu {
	height:100%;
	display:inline-block;
}
.Header .MainMenu li {
	display:inline-block;
	list-style:none;
	height:100%;
	position:relative; 
	transition:0.3s;
}
.Header .MainMenu li a {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px; 
	color: #000000;
	text-decoration:none;
	display:block;
	height:100%;
	line-height:100px; 
	position:relative;
	margin-left:30px;
}
.Header .MainMenu li a:after {
	content:'';
	width:0;
	height:4px;
	background:#E98031;
	position:absolute;
	bottom:0;
	left:0;
	transition:0.3s;
}
.Header .MainMenu li.current_page_item a,
.Header .MainMenu li.current-menu-ancestor a,
.Header .MainMenu li a:hover,
.Header .MainMenu li.current_page_parent a {
	color:#018749;
}

.Header .MainMenu li.current_page_parent a:after,
.Header .MainMenu li.current-menu-ancestor a:after,
.Header .MainMenu li.current_page_item a:after,
.Header .MainMenu li a:hover:after {
	width:100%;
}  
.Header .MainMenu li .sub-menu {
	position:absolute;
	top:calc(100% - 4px);
	left:30px;
	width:270px;
	border:solid #D9D9D9 1px;
	border-top:solid #E98031 4px;
	visibility:hidden;
	opacity:0;
	transition:0.3s;
}
.Header .MainMenu li:hover .sub-menu {
	visibility:visible;
	opacity:1; 
	transition:0.3s;
}
.Header .MainMenu li .sub-menu li {
	width:100%;
	background:#fff;
	transition:0s;
}
.Header .MainMenu li .sub-menu li a {
	height:55px;
	line-height:55px;
	background:#fff;
	width:100%;
	color:#000000;
	text-align:left;
	padding-left:22px;
	border-bottom:solid #D9D9D9 1px;
	font-family: "NotoSansGeorgian", Poppins;
	margin-left:0;
	transition:0.3s;
}  
.Header .MainMenu li .sub-menu li a:hover,
.Header .MainMenu li .sub-menu li.current-menu-item a {
	background:rgba(217, 217, 217,0.5);
}
.Header .MainMenu li .sub-menu li a:after {
	display:none !important;
} 

.Language {
	display:inline-block;
	width:95px;
	height:40px;
	line-height:38px; 
	text-transform:uppercase;
	position:relative; 
}
.Language a {
	text-decoration:none;
	font-style: normal;
	font-weight: 700;
	font-size: 12px; 
	color: #018749;
    font-family: Poppins;
    display: inline-block; 
	border:solid #018749 1px;
	border-radius:4px;
	width:100%;
	text-align:center;
	background:#fff;
} 
.Language a img {
	width:18px;
	height:12px;
	margin-right:8px;
	border-radius: 2px;	
	position:relative;  
} 
.SubLang {
    position: absolute;
    width: 100%;
    top:100%; 
    background: #ffff; 
	visibility:hidden;
	opacity:0;
	transition:0.3s;
}
.SubLang a {
	border-radius:0;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;
	margin-top:0;
	display:inline-block;
	float:left; 
} 
.Language:hover a {
	border-bottom-left-radius:0;
	border-bottom-right-radius:0;
}
.Language:hover .SubLang {
	visibility:visible;
	opacity:1;
}


.HeadContact {
	display:inline-block;
	background: #018749;
	border-radius: 4px;
	width: 158px;
	height: 42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	font-style: normal;
	font-weight: 600;
	font-size: 14px; 
	color: #FFFFFF;
	text-decoration:none;
	margin-right:20px;
	margin-left:30px; 
	transition:0.3s;
}
.HeadContact:hover {
	background:#E98031;
	color:#fff;
}

 
 
 
 
 
	
 
 
 
/************ Home *************/ 
.HomeSlide {
	display:inline-block;
	float:left;
	width:100%;
	height:100vh;
	background: #1C2135;
} 
.HomeSlide .container {
	height:100%;
	display:inline-flex;
	align-items:center;
	position:relative;
}
.HomeSlide .Item {
	width:100%;
	height:100%;
	display:inline-flex;
	align-items:center;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	height:100%;
}
.HomeSlide .Item .row {
	display:inline-flex;
	align-items:center;
	width:100%;
}
.HomeSlide .Item .Info {
	width:100%;
	display:inline-block;
	text-align:center;
}
.HomeSlide .Item .Info .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 54px; 
	color: #FFFFFF; 
	margin-bottom:25px;
	width:100%;
}
.HomeSlide .Item .Info .Title span {
	color:#018749; 
	margin-top:20px;
	display:inline-block;
	width:100%;
}
.HomeSlide .Item .Info .Title span a {
	color:#E98031; 
	text-decoration:none;
	transition:0.3s;
}
.HomeSlide .Item .Info .Title span a:hover {
	color:#018749;
}
.HomeSlide .Item .Info .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px; 
	color: #FFFFFF;  
} 
.HomeSlide .Item .Info .GreenButton {
	display:inline-block;
	background: #018749;
	border-radius: 4px;
	height:50px;
	line-height:50px;
	padding:0 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px; 
	color: #FFFFFF;
	text-decoration:none;
	margin-top:60px;
	transition:0.3s;
	width:220px;
	margin-right:10px;
} 
.HomeSlide .Item .Info .GreenButton:hover {
	background:#E98031;
} 

.HomeSlide .Item .Info .OrangeButton {
	display:inline-block;
	background:#E98031;
	border-radius: 4px;
	height:50px;
	line-height:50px;
	padding:0 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px; 
	color: #FFFFFF;
	text-decoration:none;
	margin-top:60px;
	transition:0.3s;
	width:220px;
	margin-left:10px;
} 
.HomeSlide .Item .Info .OrangeButton:hover {
	background:#018749;
}

.HomeSlide .Item .Info .WhiteButton {
	display:inline-block;
	background:#ffffff;
	border-radius: 4px;
	height:50px;
	line-height:50px;
	padding:0 30px;
	font-style: normal;
	font-weight: 600;
	font-size: 16px; 
	color: #000000;
	text-decoration:none;
	margin-top:60px;
	transition:0.3s;
	width:220px;
	margin-left:10px;
} 
.HomeSlide .Item .Info .WhiteButton:hover {
	background:#E98031;
	color:#fff;
}


.HomeSlide .Item .Info .Link {
	display:inline-block;
 	border-radius: 4px;
	height:60px;
	line-height:60px;
	padding:0 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
 	text-decoration-line: underline; 
	color: #018749;
	margin-left:30px;
	transition:0.3s;
}
.HomeSlide .Item .Info .Link:hover {
	color:#E98031;
} 
.HomeSlide .Item .Info .Numbers {
	margin-top:80px;
}
.HomeSlide .Item .Info .Numbers .Number {
	display:inline-block
}
.HomeSlide .Item .Info .Numbers .Number span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;  
	color: #FFFFFF;
	display:inline-block;
	width:100%;
}
.HomeSlide .Item .Info .Numbers .Number div {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #FFFFFF; 
	opacity: 0.7;
	display:inline-block;
	width:100%;
}

 
.HomeSlide .Item .Image2 {
	padding-left:50px;
}
.HomeSlide .Item .Image img {
	width:600px;
}
.PositionRelative {
    position: relative;
    width: 100%;
    display: inline-block;
	overflow:hidden;
}

.Arrows {
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:620px;
}
.Arrows div {
	display:inline-block;
	float:left;
	width: 62px;
	height: 62px;
	background: #018749;
	color:#fff;
	text-align:center;
	line-height:62px;
	font-size:18px;
	cursor:pointer;
	transition:0.3s;
} 
.Arrows div:hover {
	background:#E98031;
}


.HomeAbout {
	display:inline-block;
	width:100%;
	margin-top:40px; 
}
.HomeAbout .Content { 
	text-align:center;
}
.HomeAbout .Content .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #000; 
	margin-bottom:30px;
	text-align:center;
}
.HomeAbout .Content .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 162%; 
	color: #131517;  
	text-align:left;
}
.HomeAbout .Content .Text a {
	color:#018749;
}
.HomeAbout .Content .Text h2 {
	font-size:20px;
	font-weight:bold;
	margin-top:30px;
	margin-bottom:20px;
}
.HomeAbout .Content .Button {
	display: inline-block;
    background: #018749;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top:40px;
    transition: 0.3s;
}
.HomeAbout .Content .Button:hover {
	background:#E98031;
}
.HomeAbout .List {
	margin-top:12px;
}
.HomeAbout .List .Title2 {
	width:100%;
	text-align:center;
	margin-top:30px;
	margin-bottom:50px;
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000; 
}
.HomeAbout .List .Item {
	display:inline-flex; 
	width:100%;
	margin-bottom:42px;
	text-decoration:none;
}
.HomeAbout .List .Item .Number {
	width: 52px;
	height: 52px;
	background:#018749;
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 800;
	font-size: 21px;
	line-height:52px;  
	text-align:center;
	color: #FFFFFF;
}
.HomeAbout .List .Item .Info {
	width:calc(100% - 52px);
	padding-left:22px; 
}
.HomeAbout .List .Item .Info .Title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #000000; 
	margin-bottom:4px;	
}
.HomeAbout .List .Item .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;  
	color: #000000; 
	opacity: 0.5;
}




/************ Clients *************/ 
.ClientsInfo {
	display:inline-block;
	width:100%;
	text-align:center;
}
.ClientsInfo h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	text-align: center; 
	color: #000;
	margin-bottom:20px;
}
.ClientsInfo .Title2 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	text-align: center; 
	color: #000;
	margin-bottom:20px;
}
.ClientsInfo .Text {
	font-family: "NotoSansGeorgian", Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center; 
	color: #000000;
	width:750px;
	margin:0 auto;
	margin-bottom:50px;
} 
.ClientsDiv {
	display:inline-block;
	width:100%;
}
.ClientsDiv .Item {
	width:100%;
	height:120px;
	background:#1C2135;
	padding:0 15px;
	margin-bottom:20px;
}
.ClientsDiv .Item .Flex {
	display:inline-flex;
	align-items:center;
	height:100%;
}
.ClientsDiv .Item .Image {
	width: 92px;
	height: 92px;
}
.ClientsDiv .Item .Image img {
	width:100%;
	height:100%;
}
.ClientsDiv .Item .Info {
	width:calc(100% - 92px);
	padding-left:14px;
}
.ClientsDiv .Item .Info .Title {
	font-style:normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #FFFFFF;
	font-family: "NotoSansGeorgian", Poppins;
}
.ClientsDiv .Item .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px; 
	color: #FFFFFF; 
	opacity: 0.5;  
} 
.ClientsDiv .Item .Info .Text p {
	margin-bottom:0;
}

.ClientsDiv.HomeClients {
	margin-top:30px;
}
.ClientsDiv.HomeClients .container {
	padding-left:30px; 
}
.ClientsDiv.HomeClients h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	text-align: center; 
	color: #000000;
	border-bottom:solid #E98031 2px;
	display:inline-block;
	margin-bottom:20px;
	padding-bottom:12px;
}

.ClientsDiv.HomeClients .slick-slide {
    margin: 0 10px;
} 
.ClientsDiv.HomeClients .slick-list {
    margin: 0 -10px;
}

.ClientsDiv.HistoryClients {
	background:#F2F4F9;
	padding-top:30px;
}
.ClientsDiv.HistoryClients .ClientsInfo h2 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #000000;
}
.ClientsDiv.HistoryClients .ClientsInfo .Text {
	width:1000px;
	max-width:100%;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center; 
	color: #000000;  
	margin-top:20px;
	position:relative;
}
.ClientsDiv.HistoryClients .ClientsInfo .Text span {
	opacity: 0.5;
}
.ClientsDiv.HistoryClients .ClientsInfo .Text:after {
	content:'';
	width:96px;
	height:2px;
	background:#E98031;
	position:absolute;
	bottom:-14px;
	left:50%;
	margin-left:-48px;
	opacity:1;
}
.ClientsDiv.HistoryClients .AllClients {
	display:inline-block;
	float:right;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px; 
	text-align: center;
	text-decoration-line: underline; 
	color: #E98031; 
	margin-bottom:30px;
	margin-top:10px;
	transition:0.3s;
}
.ClientsDiv.HistoryClients .AllClients:hover {
	color:#018749;
}


.ClientsDiv .ItemNext {
	display:inline-block;
	width:100%;
	background: rgba(245, 247, 249, 0.5);
	border: 1px solid #DEE2E7;
	height:120px;
	text-decoration:none;
	padding-left:24px;
	transition:0.3s;
}
.ClientsDiv .ItemNext .Flex {
	display:inline-flex;
	align-items:center;
	height:100%;
}
.ClientsDiv .ItemNext .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px; 
	color: #000000;
	margin-bottom:5px;
	transition:0.3s;
}
.ClientsDiv .ItemNext .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px;  
	color: #3D454D;  
	opacity: 0.8;
	transition:0.3s;
}
.ClientsDiv .ItemNext:hover {
	background:#1C2135;
	border:solid #1C2135 1px;
}
.ClientsDiv .ItemNext:hover .Title {
	color:#fff;
}
.ClientsDiv .ItemNext:hover .Text {
	color:#fff;
	opacity:1;
}





/************ About *************/ 
.AboutDiv {}
.AboutDiv .Info .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #005970; 
}
.AboutDiv .Info .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;  
	color: #131517;
	margin-top:15px;
}
.AboutDiv .Info .GreenButton {
	display:inline-block;
	background: #018749;
	border-radius: 4px;
	height:60px;
	line-height:60px;
	padding:0 40px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px; 
	color: #FFFFFF;
	text-decoration:none;
	margin-top:70px;
	transition:0.3s;
} 
.AboutDiv .Info .GreenButton:hover {
	background:#E98031;
} 
.AboutDiv .Info .Link {
    display: inline-block;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    text-decoration-line: underline;
    color: #018749;
    margin-left: 30px;
    transition: 0.3s;
}
.AboutDiv .Info .Link:hover {
	color:#E98031;
}
.AboutDiv .Info .Numbers {
	margin-top:30px;
}
.AboutDiv .Info .Numbers .Number {
	display:inline-block
}
.AboutDiv .Info .Numbers .Number span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 32px;
	line-height: 48px;  
	color: #000000;
	display:inline-block;
	width:100%;
}
.AboutDiv .Info .Numbers .Number div {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #000000; 
	opacity: 0.5;
	display:inline-block;
	width:100%;
}
.AboutDiv .VideoDiv {
	position:relative;
	overflow:hidden;
}
.AboutDiv .VideoDiv video {
	width: 749px;
	height: 442px;
	max-width:100%;
}
.AboutDiv .playpause { 
    width:100%;
    height:100%;
    position:absolute;
    left:0%;
    right:0%;
    top:0%;
    bottom:0%;
    margin:auto;
    background-size:contain;
    background-position: center;
	text-align:center;
	line-height:420px;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.3) 100%);
}


.AboutList {
	display:inline-block;
	width:100%;
}
.AboutList .WhyList {
	position:relative;
	padding-top:30px;
}
/*
.AboutList .WhyList .Name {
	font-style: normal;
	font-weight: 700;
	font-size: 172px;
	line-height: 234px; 
	color: #005970;  
	opacity: 0.03;
    position: absolute;
    top: -25px;
    left: -143px;
}
*/
.AboutList .WhyList .Name {
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #005970; 
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
}
.AboutList .WhyList .Item {
	display:inline-block;
	width:100%;
	height:86px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	margin-bottom:22px;
	padding:22px;
	position:relative;
	z-index:9;
}
.AboutList .WhyList .Item .Info {
	display:inline-flex;
	align-items:center;
	height:100%;
}
.AboutList .WhyList .Item .Info .Icon {
	width:42px;
	height:42px;
	background:rgba(233, 128, 49,0.2);
	text-align:center;
	line-height:42px;
	margin-right:12px;
}
.AboutList .WhyList .Item .Info .Title {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px; 
	color: #000000; 
	width:calc(100% - 42px);
}





/************ BreadCrumbs *************/ 
.BreadCrumbs {
	display:inline-block;
	width:100%;
	margin:15px 0 30px 0;
}
.BreadCrumbs li {
	list-style:none;
	display:inline-block;
}
.BreadCrumbs li a {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px; 
	color: #000000; 
	opacity: 0.5;
	text-decoration:none;
	transition:0.3s;
}
.BreadCrumbs li a:hover {
	color:#018749;
	opacity:1;
}
.BreadCrumbs li {
	font-style: normal;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px; 
	color: #000000;   
	text-decoration:none;
}
.BreadCrumbs li i {
	color: #E98031;  
	margin-right:8px;
	margin-left:6px; 
	position:relative;
	top:1px;
	font-size:16px;
}




/************ BlogDiv *************/ 
.BlogDiv {
	display:inline-block;
	width:100%;
	margin-bottom:100px;
}
.BlogDiv .Item {
	height:350px;
	display:inline-block;
	width:100%;
	border-radius:12px;
	overflow:hidden;
	position:relative;
	margin-bottom:20px;
}
.BlogDiv .Item.ItemBig {
	height:441px;
}
.BlogDiv .Item.ItemSmall {
	height:215px;
	margin-bottom:6px;
}
.BlogDiv .Item .Image {
	width:100%;
	height:100%;
	position:relative; 
}
.BlogDiv .Item .Image:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('assets/img/blog_bg1.png');
	background-position:bottom;
}
.BlogDiv .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.3s;
} 
.BlogDiv .Item:hover .Image img {
	transform:scale(1.1)
}
.BlogDiv .Item .Info {
	position:absolute;
	bottom:0;
	left:0;
	width:100%; 
	z-index:9;
	padding:22px;
}
.BlogDiv .Item .Info .Date {
	display:inline-block;
	height:32px;
	line-height:32px;
	background:#FFFFFF;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
 	text-align: center; 
	color: #06192C;
	font-family:"NotoSansGeorgian", sans-serif;
	padding:0 12px;
	margin-bottom:15px;
}
.BlogDiv .Item .Info .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px; 
	color: #FFFFFF;
}
.BlogDiv .Item .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: #FFFFFF; 
	opacity: 0.7;
}



.SingleBlog {
	display:inline-block;
	width:100%;
	margin-bottom:100px;
}
.SingleBlog .Content {
	background: #FFFFFF;
	border: 1px solid rgba(238, 238, 238, 0.8);
	padding:20px;
	padding-top:10px;
}
.SingleBlog .Content .Head {
	border-bottom: 1px solid rgba(238, 238, 238, 0.8);
	margin-bottom:20px;
	position:relative; 
	min-height:60px;
    display: inline-flex;
    align-items: center;
    width: 100%;
}
.SingleBlog .Content .Head h1 {
	font-style: normal;
	font-weight: 800;
	font-size: 24px;
	line-height: 33px; 
	text-align: left; 
	color: #000000;
    width: calc(100% - 180px);
    display: inline-block; 
	margin-bottom:15px;
}
.SingleBlog .Content .Head .Date {
	position:absolute;
	right:0;
	top:50%;
	margin-top:-26px;
	height:42px;
	line-height:42px;
	padding:0 16px;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	font-family:"NotoSansGeorgian", sans-serif;
	font-weight:bold;
}
.SingleBlog .Content .Info {}
.SingleBlog .Content .Info .Image {
	width:100%;
	border-radius: 12px;
	overflow:hidden;
}
.SingleBlog .Content .Info .Image img {
	width:100%;
}
.SingleBlog .Content .Info .Text {
	margin-top:20px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: #000000; 
	opacity: 0.8;
	word-break: break-word;
}
.SingleBlog .Content .Info .Text a {
	color:#018749;
	transition:0.3s;
}
.SingleBlog .Content .Info .Text a:hover {
	color:#E98031;
}
.SingleBlog .Content .Info .Text img {
	margin:0 auto;
	max-width:100%;
}
.SingleBlog .Content .Info .Text h2,
.SingleBlog .Content .Info .Text h3,
.SingleBlog .Content .Info .Text h4 {
	font-size: 18px;
    margin-top: 20px;
    margin-bottom: 20px;
    font-weight: bold;
}


.SidebarBlog {
	display:inline-block;
	width:100%;
}
.SidebarBlog .Head {
	border-bottom: 1px solid rgba(238, 238, 238, 0.8);
	margin-bottom:20px;
	position:relative; 
	min-height:60px;
}
.SidebarBlog .Head h4 {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 46px; 
	text-align: left; 
	color: #000000;
}
.SidebarBlog .Content {}

.SidebarBlog  .BlogList {
	display:inline-block;
	width:100%;
}
.SidebarBlog  .BlogList .Item {
	width:100%;
	text-decoration:none;
	margin-bottom:17px;
	display:inline-block;
}
.SidebarBlog  .BlogList .Item .Flex {
	display:inline-flex;
	align-items:center;
}
.SidebarBlog  .BlogList .Item .Image {
	width: 160px;
	height: 120px;
	border-radius: 8px;
	overflow:hidden;
} 
.SidebarBlog  .BlogList .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
	transition:0.3s;
}
.SidebarBlog  .BlogList .Item .Info {
	width:calc(100% - 160px);
	padding-left:12px;
}
.SidebarBlog  .BlogList .Item .Info h2 {
	font-style: normal;
	font-weight: 800;
	font-size: 14px;
	line-height: 19px; 
	color: #000000;
}
.SidebarBlog  .BlogList .Item .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px; 
	color: #000000; 
	opacity: 0.5;
	margin-top:0;
}
.SidebarBlog  .BlogList .Item:hover .Image img {
	transform:scale(1.1);
}





 
/************ Services *************/ 
.ServicesDiv {
	margin-bottom:70px;
}
.ServicesDiv .FAQSection {
    margin-bottom:0 !important;
}
.ServicesDiv .ServiceMenu {
	display:inline-block;
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	border-radius: 10px;
	width:100%;
}
.ServicesDiv .ColSm4 {
	width:390px;
}
.ServicesDiv .ColSm8 {
	width:calc(100% - 390px);
}
.ServicesDiv .ServiceMenu .Head {
	height:63px;
	padding-left:22px;
	padding-right:22px;
}
.ServicesDiv .ServiceMenu .Head h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;  
	color: #000000; 
	line-height:63px;
	border-bottom:solid #DEE1E5 1px;	
}
.ServicesDiv .ServiceMenu .menu {
	padding:22px; 
}
.ServicesDiv .ServiceMenu .menu li {
	list-style:none;
}
.ServicesDiv .ServiceMenu .menu li a {
	font-family:"NotoSansGeorgian", Poppins;
	display:inline-block;
	width:100%;
	height:52px;
	padding-left:12px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px; 
	color: #000000;   
	text-decoration:none;
	position:relative;
	transition:0.3s;
	display:inline-flex;
	align-items:center;
} 
	
.ServicesDiv .ServiceMenu .menu li:hover a,
.ServicesDiv .ServiceMenu .menu li.current-menu-item a {
	background:rgba(75, 170, 185,0.1);
	color: #018749;
	opacity:1;
}
.ServicesDiv .ServiceMenu .menu li:hover a:after,
.ServicesDiv .ServiceMenu .menu li.current-menu-item a:after {
	content:'';
	width:4px;
	height:42px;
	position:absolute;
	top:5px;
	left:0;
	z-index:9;
	background:#018749;
	transition:0.3s;
}
.ServicesDiv .Content {}
.ServicesDiv .Content .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px; 
	color: #000000; 
	margin-bottom:20px;
}
.ServicesDiv .Content .Image {
	margin-bottom:20px;
	text-align:center;
}
.ServicesDiv .Content .Image img {
	max-width:100%;
}
.ServicesDiv .Content .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 162%; 
	color: #000000;
	margin-bottom:50px;
}
.ServicesDiv .Content .Text li {
	margin-left:30px;
}
.ServicesDiv .Content .Text ul {
	margin-bottom:20px;
}
.ServicesDiv .Content .Text h2,
.ServicesDiv .Content .Text h3,
.ServicesDiv .Content .Text h4,
.ServicesDiv .Content .Text h5,
.ServicesDiv .Content .Text h6 {
	font-weight: 600;
	font-size:16px;
	margin:30px 0 20px 0;
}
.ServicesDiv .Content .Text a {
	color: #018749;
}
.ServiceItems {
	display:inline-block;
	width:100%;
	margin-top:10px;
}
.ServiceItems h3 {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #000000;
	margin:22px 0;
}
.ServiceItems .Item {
	display:inline-flex;
	align-items:center;
	width:100%;
	height:86px;
	background:#F6F7F8;
	padding:0 22px;
	margin-bottom:22px;
	text-decoration:none;
	transition:0.3s;
}
.ServiceItems .Item:hover {
	background:#018749;
}
.ServiceItems .Item .Icon {
    width:36px;
    height: 36px;
    background: #018749;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 18px;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
}
.ServiceItems .Item .Title {
	width:calc(100% - 32px);
	padding-left:12px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px;  
	color: #000000;
}
.ServiceItems .Item:hover .Title {
	color:#fff;
}

.NextPrev {
	display:inline-block;
	width:100%;
	border-top:solid #EEEEEE 1px;
	padding-top:30px;
	margin-top:20px;
}
.NextPrev .Item { 
	display:inline-flex;
	align-items:center;
	width:100%;
	height:90px;
}
.NextPrev .Item a {
	width:100%;
	height:100%;
	background: rgba(245, 247, 249, 0.5);
	border: 1px solid #DEE2E7;
	border-radius: 12px;
	padding-left:24px;
	padding-top:20px;
	transition:0.3s;
}
.NextPrev .Item span {
	display:inline-block;
	width:100%;
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 22px; 
	color: #000000; 
	transition:0.3s;
}
.NextPrev .Item label {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: #3D454D; 
	opacity: 0.8;
	transition:0.3s;
}
.NextPrev .Item:hover a {
	background:#E98031;
}
.NextPrev .Item:hover span {
	color:#fff;
}
.NextPrev .Item:hover label {
	color:#fff;
	opacity:1;
} 





/************ History *************/  
.HistoryDiv {
	display:inline-block;
	width:100%;
	padding-bottom:50px;
	margin-bottom:30px;
}
.HistoryDiv .Info {
	position:relative;
	width:100%;
	height:100%;
}
.HistoryDiv .Info .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #005970; 
	margin-bottom:20px;
}
.HistoryDiv .Info .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #131517;
}
.HistoryDiv .Info .Message {
	position:absolute;
	bottom:-42px;
	left:0;
	width:100%;
	height:65px;
	background:#FEFBED;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 21px; 
	color: #000000;
	display:inline-flex;
	align-items:center;
	padding:0 22px;
}
.HistoryDiv .Info .Message span {
	padding-left:14px;
}
.HistoryDiv .Image {
	height:370px; 
	padding-right:42px;
	position:relative;
}
.HistoryDiv .Image img {
	height:100%;
	float:right;
}
.HistoryDiv .Image:after {
	content:'';
	width:42px;
	height:380px;
	position:absolute;
	bottom:-42px;
	right:0;
	background:#018749;
}
.HistoryDiv .Image:before {
	content:'';
	width:560px;
	height:42px;
	position:absolute;
	right:0px;
	bottom:-42px;
	background:#018749;
}

.WhyUs {
	display:inline-block;
	width:100%;
	padding-top:30px;
}
.WhyUs .Head {}
.WhyUs .Head h3 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #005970;
	margin-bottom:20px;
}
.WhyUs .Head .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px; 
	color: #131517;
	margin-bottom:30px;
}
.WhyUs .List .Item {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding:22px;
}
.WhyUs .List .Item .Info {
	display:inline-flex;
	align-items:center;
	margin-bottom:10px;
}
.WhyUs .List .Item .Info .Number {
	width:42px;
	height:42px;
	background: #018749;
	line-height:42px;
	text-align:center;	
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 600;
	font-size: 18px; 
	color: #FFFFFF;
	margin-right:12px;
}
.WhyUs .List .Item .Info .Title {
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 21px; 
	color: #000000;
}
.WhyUs .List .Item .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: #000000; 
	opacity: 0.7;
	min-height:42px;
}

.WhyUs.Mission  {
	margin-bottom:20px;
}
.WhyUs.Mission h4 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #005970;
	text-align:center;
	margin-bottom:30px;
}
.WhyUs.Mission .List {
	 margin-top:20px;
} 



.TeamDiv {
	display:inline-block;
	width:100%;
	margin-top:0;
	position:relative;
	margin-bottom:30px;
}
.TeamDiv .container {
	position:relative;
}
/*
.TeamDiv .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 172px;
	line-height: 234px; 
	color: #005970; 
	opacity: 0.03;  
    position: absolute;
    top: -172px;
}
*/
.TeamDiv .Title {
	font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #005970;
    margin-bottom: 20px;
	width:100%;
	text-align:center;
	margin-bottom:50px;
}
.TeamDiv .Team {
	width:100%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
} 
.TeamDiv .Item {
	width:100%; 
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	padding:30px;
	margin-bottom:30px;
}
.TeamDiv .Item .Image {
	width:100%;
	height:350px;
	margin-bottom:18px;
}
.TeamDiv .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.TeamDiv .Item .Info {
	text-align:center;
}
.TeamDiv .Item .Info .Name {
	font-style: normal;
	font-weight: 800;
	font-size: 18px;
	line-height: 21px; 
	color: #000000;
	text-align:center;
	margin-bottom:20px;
}
.TeamDiv .Item .Info .Position {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	text-align: center; 
	color: #000000; 
	opacity: 0.7;
	text-align:center;
}
.TeamDiv .Item .Info .Link {
	display:inline-block;
	background: #3176B0;
	width: 165px;
	height: 52px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 52px; 
	text-align: center; 
	color: #FFFFFF;
	text-decoration:none;
	margin-top:30px;
}


 


/************ Testimonials *************/ 
.Testimonials {
	width:100%;
	display:inline-block;
	margin-top:50px;
}
.Testimonials .HeadTitle {
	display:inline-block;
	width:100%;
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 30px; 
	color: #394A60;
	border-bottom:solid #F0ECD9 1px;
	margin-bottom:40px;
	padding-bottom:25px;
}
.Testimonials .Content {
	background: #FEFBED;
	border-radius: 22px;
	padding:32px;
}
.Testimonials .Content .Item {}
.Testimonials .Content .Item .Flex {
	display:inline-flex;
	align-items:center;
}
.Testimonials .Content .Item .Image {
	width: 62px;
	height: 62px;
	margin-right:14px;
}
.Testimonials .Content .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
	border-radius:100%;
}
.Testimonials .Content .Item .Info {
	width:calc(100% - 62px);
}
.Testimonials .Content .Item .Info .Title {
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px; 
	color: #394A60;
}
.Testimonials .Content .Item .Info .Position {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	text-decoration-line: underline; 
	color: #394A60; 
	opacity: 0.5;	
}
.Testimonials .Content .Item .Text {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #394A60; 
	opacity: 0.7;
	margin-top:12px;
}
.Testimonials .Dots {
	margin-top:50px;
}
.Testimonials .slick-slide {
	padding:0 13px !important;
}





/************ Package *************/ 
.PackageDiv {}
.PackageDiv .Head {}
.PackageDiv .Head .Text {
	text-align:center;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color:rgba(0,0,0,0.5); 
	margin-bottom:45px;
}
.PackageDiv .Head .Text h1,
.PackageDiv .Head .Text h2,
.PackageDiv .Head .Text h3,
.PackageDiv .Head .Text h4,
.PackageDiv .Head .Text h5,
.PackageDiv .Head .Text h6{
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px; 
	color: #000000; 
	opacity:1;
}
.PackageDiv .PackageList {}
.PackageDiv .PackageList .container {
	width:1200px;
}
.PackageDiv .PackageList .row {
	margin-left:-25px;
	margin-right:-25px;
}
.PackageDiv .PackageList .row .col-sm-4 {
	padding-left:25px;
	padding-right:25px;
}
.PackageDiv .PackageList .Item {
	width:100%;
	display:inline-block;
	background: #FFFFFF;
	border: 1px solid #018749;
	border-radius: 12px; 
	padding:32px 22px 22px 22px;
	height:580px;
}
.PackageDiv .PackageList .Item .Head {
	display:inline-flex;
	align-items:center;
}
.PackageDiv .PackageList .Item .Head .Icon {
	width: 42px;
	height: 42px;
	background:#018749;
	margin-right:12px;
	text-align:center;
	line-height:42px;
}
.PackageDiv .PackageList .Item .Head .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px; 
	color: #000000;
}
.PackageDiv .PackageList .Item .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px; 
	color: #000000; 
	opacity: 0.5;
	margin-top:8px;
	margin-bottom:17px;
	height:57px;
}
.PackageDiv .PackageList .Item .Price {
}
.PackageDiv .PackageList .Item .Price span {}
.PackageDiv .PackageList .Item .Price div {
	display:inline-block; 
	margin-left:10px;
	position:relative;
	top:13px;
}
.PackageDiv .PackageList .Item .Price div span {
	font-family: 'Poppins';
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	color: #000000;
}
.PackageDiv .PackageList .Item .Price div label {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px; 
	color: #000000; 
	opacity: 0.5;
	position:relative;
	top:-2px;
}
.PackageDiv .PackageList .Item .Button {
	background: #018749;
	border-radius: 4px;
	display:inline-block;
	width:100%;
	height:52px;
	line-height:52px;
	font-style: normal;
	font-weight: 600;
	font-size: 14px; 
	color: #FFFFFF;
	text-align:center;
	text-decoration:none;
	margin-bottom:22px;
	margin-top:25px;
	transition:0.3s;
}
.PackageDiv .PackageList .Item .Button:hover {
	background:#E98031;
}
.PackageDiv .PackageList .Item .List {}
.PackageDiv .PackageList .Item .List li {
	list-style:none;
	display:inline-block;
	width:100%;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #000000;
	margin-bottom:15px;
	background:url('assets/img/check1.svg') no-repeat;
	padding-left:30px;
	background-position:left;
}
.PackageDiv .PackageList .Item .List li.NotChecked { 
	opacity:0.5;
	background:url('assets/img/notchecked.svg') no-repeat;
	padding-left:30px;
	background-position:left;
}


.PackageDiv .PackageList .Item.Black {
	background: #1C2135; 
}
.PackageDiv .PackageList .Item.Black .Head .Title {
	color:#FFFFFF;
}
.PackageDiv .PackageList .Item.Black .Text {
	color: #FFFFFF; 
	opacity: 0.5;
}
.PackageDiv .PackageList .Item.Black .Price div span {
	color:#fff;
}
.PackageDiv .PackageList .Item.Black .Price div label {
	color: #FFFFFF; 
	opacity: 0.5;
} 
.PackageDiv .PackageList .Item.Black .List li {
	color:#fff;
}

.PackageDiv .BottomInfo { 
    margin-top:42px;
	margin-bottom:12px;
}
.PackageDiv .BottomInfo .Message {
	width: 100%; 
    background: #FEFBED;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    display: inline-flex; 
    padding: 0 24px;
	padding-top:22px;
}
.PackageDiv .BottomInfo .Message span {
	padding-left: 24px;
}






/************ Contact *************/ 
.ContactDiv {
	display:inline-block;
	width:100%;
} 
.ContactDiv .ContactInfo .Info {
	border-bottom:solid #D9D9D9 1px;
	margin-bottom:20px;
}
.ContactDiv .ContactInfo .Info .Title {
	font-style: normal;
	font-weight: 800;
	font-size: 42px;
	line-height: 57px; 
	color: #000000;
	margin-bottom:20px;
}
.ContactDiv .ContactInfo .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 27px;  
	color: #000000; 
	opacity: 0.5;
	padding-bottom:20px;
	margin-bottom:0
}
.ContactDiv .ContactInfo .Social {
	display:inline-block;
	width:100%;
	margin-bottom:40px;
}
.ContactDiv .ContactInfo .Social .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 27px;  
	color: #000000;
	margin-bottom:20px;
}
.ContactDiv .ContactInfo .Social .Items {}
.ContactDiv .ContactInfo .Social .Items a {
	text-decoration:none;
	margin-right:20px;
}
.ContactDiv .ContactInfo .List {}
.ContactDiv .ContactInfo .List a {
	display:inline-block; 
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 27px; 
	color: #018749;
	height: 27px;
	margin-bottom:12px;
} 
.ContactDiv .ContactInfo .List .Address {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: rgba(0, 0, 0, 1);
	margin-bottom:12px;
}
.ContactDiv .ContactInfo .List .Address span {
	color: rgba(0, 0, 0, 0.5);
	display:inline-block;
	width:100%;
}




.Dots {
	display:inline-block;
	width:100%;
	text-align:center;
}
.Dots li {
	width: 5px;
	height: 5px;
	background: #131517;
	opacity: 0.5;
	border-radius:100%;
	transition:0.3s;
}
.Dots li button {
	display:none;
}
.Dots .slick-dots {
	position:relative;
	bottom:0;
}
.Dots li.slick-active {
	background: #018749;
	width: 15px;
	border-radius:2.5px;
	opacity:1;
} 



.GoogleMap {
	display:inline-block;
	width:100%;
	position:relative;
	top:10px;
}

/************ Footer *************/  
.Footer {
	display:inline-block;
	float:left;
	width:100%;
	background:#1C2135;
	background-position:right; 
	padding-top:40px;
	overflow:hidden;
}
.Footer .TopFoot {}
.Footer .TopFoot .container {
	position:relative;
}
.Footer .TopFoot .Info {}
.Footer .TopFoot .Info .Image {}
.Footer .TopFoot .Info .Text {
	margin-top:15px;
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 18px; 
	color: #FFFFFF; 
	opacity: 0.5;
	padding-right:120px;
}
.Footer .BottomFoot {
	margin-top:10px;
}
.Footer .BottomFoot .CopyRght {
	font-family:poppins;
	height:80px;
	line-height:80px; 
	display:inline-block;
	width:100%;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #FFFFFF; 
	border-top:solid rgba(255,255,255,0.1) 1px;
}

.FootContact {
	display:inline-block;
	width:100%;
}
.FootContact .Name {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px; 
	color: #FFFFFF;
	margin-bottom:20px;
}
.FootContact a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px; 
	color: #FFFFFF; 
	opacity: 0.5;
	display:inline-block; 
	margin-bottom:15px;
	text-decoration:none;
	margin-right:30px;
}
.FootContact a.Phone {}
.FootContact a.Email {}
.FootContact .Address {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 21px; 
	color: #FFFFFF; 
	opacity: 0.5;
	display:inline-block;
}
.FootContact .Icon {
	display:inline-block;
	width:32px;
	text-align:center;
}


.FootMenu {}
.FootMenu .Name {
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 21px; 
	color: #FFFFFF;
	margin-bottom:20px;
}
.FootMenu li {
	display:inline-block;
	width:100%;
	float:left;
	margin-bottom:10px;
}
.FootMenu li a {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #FFFFFF; 
	opacity: 0.5;
	text-decoration:none;
	transition:0.3s;
}
.FootMenu li a:hover {
	text-decoration:underline;
	opacity:1;
}


.FootSocial {
	position:absolute;
	right:0;
	bottom:15px;
}
.FootSocial a {
	text-decoration:none;
}


.ContactForm {
	padding-left:120px;
	position:relative;
} 
.ContactForm .Text {
    position: absolute;
    bottom: 10px;
    left: 300px; 
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: rgba(0, 0, 0, 0.5); 
}

.wpcf7-form {
	width:100%;
}

.wpcf7-form input[type="text"], 
.wpcf7-form input[type="email"], 
.wpcf7-form textarea {
	width:100%;
	height:62px;
	background: #F6F7F8;
	border: 1px solid #EEEEEE;
	border-radius: 12px;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 19px; 
	color: #000000; 
	padding-left:22px;
	font-weight:bold;
}
.wpcf7-form textarea {
	height:170px;
	padding-top:15px;
	resize:none;
}
.wpcf7-form input[type="submit"] {
	background: #018749;
	border-radius: 4px;
	height:62px;
	line-height:62px;
	width:165px;
	text-align:center;
	border:none;
	font-style: normal;
	font-weight: 600;
	font-size: 14px;
	line-height: 19px; 
	color: #FFFFFF;
	transition:0.3s;
}
.wpcf7-form input[type="submit"]:hover {
	background:#E98031;
}
.wpcf7-form label {
	margin-bottom:10px;
}

.HelpDiv {
	position:fixed;
	right:20px;
	bottom:8px;
	z-index:999;
	background: #FFFFFF;
	border: 1px solid rgba(9, 207, 136, 0.1);
	border-radius: 31px;
	display:inline-flex;
	align-items:center;
	height:62px;
	width:190px;
	text-decoration:none;
	padding:10px;
	transition:0.3s; 
}
.HelpDiv:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
}
.HelpDiv .Icon {
	width:42px;
	height:42px;
	background:#018749;
	border-radius:100%;
	text-align:center;
	line-height:42px;
}
.HelpDiv .Info {
	width:calc(100% - 42px);
	padding-left:10px;
}
.HelpDiv .Info span {
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px; 
	color: #000;
	opacity: 1;
	display:inline-block;
	width:100%;
}
.HelpDiv .Info label {
	font-style: normal;
	font-weight: 700;
	font-size: 12px;
	line-height: 16px; 
	color: #1D3F53;
    position: relative;
    top: -6px;
}
.HelpDiv:hover {
	background:#E98031;
}
.HelpDiv:hover span {
	opacity:1;
	color:#fff;
}
.HelpDiv:hover label{
	color:#fff;
}



.RequestCall {
	display:inline-block;
	width:100%;
	margin-top:50px;
}
.RequestCall .Info {}
.RequestCall .Info .Title {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 38px; 
	color: #000000;
	margin-bottom:22px;
}
.RequestCall .Info .Text {
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 21px; 
	color: #000000;
}
.RequestCall .CallForm {
	padding-left:120px;
	position:relative;
}
.RequestCall .CallForm input[type="text"], 
.RequestCall .CallForm input[type="email"]{
	background:#fff;
	border: 1px solid #DBDEE0;
	border-radius:0;
	margin-bottom:6px;
}
.RequestCall .CallForm .Text  {
	position: absolute;
    bottom: 10px;
    left: 300px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.5);
}
.FormMessage .wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    position: absolute;
    bottom: -55px;
    left: 112px;
}

 
.FormMessage .wpcf7-response-output,  
.FormMessage .wpcf7-response-output,  
.FormMessage .wpcf7-response-output {
	
    position: absolute;
    bottom: -55px;
    left: 112px;
}

.wpcf7-not-valid-tip {
	font-size:13px;
}

.b24-widget-button-wrapper {
	display:none !important;
}


.CareerDiv {
	display:inline-block;
	width:100%;
	padding:30px 0 50px 0;
}
.CareerDiv .Form {
	width:600px;
	margin:0 auto;
}
.CareerDiv .Info {
	margin-bottom:30px;
}
.CareerDiv .Info h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 28px;
	line-height: 42px; 
	text-align: center; 
	color: #005970;
	margin-bottom:20px;
}
.CareerDiv .Info .Text {
	font-family: "NotoSansGeorgian", Poppins;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center; 
	color: #000000;
	width:650px;
	margin:0 auto;
	margin-bottom:50px;
} 
.CareerDiv .Info p {
	margin-bottom:5px;
}
.wpcf7-list-item {
	margin-left:0;
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.wpcf7-list-item input {
	width:20px;
	height:20px;
}
.wpcf7-list-item span {
	position:relative;
	top:-5px;
}
 
 
.ThankPage {
	display:inline-block;
	width:100%;
	margin-top:160px;
	margin-bottom:150px;
}
.ThankPage .Text {
	text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #018749;
    font-weight: bold;
    font-size: 20px;
}
.ThankPage p {
	margin-bottom:5px;
}

 


 
.BlogDivHome {
	margin-top:50px;
	margin-bottom:50px;
}
.BlogDivHome .Title2 {
	margin-bottom:40px;
} 
.BlogDivHome .Button {
	display: inline-block;
    background: #018749;
    border-radius: 4px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    text-decoration: none;
    margin-top:40px;
    transition: 0.3s;
}
.BlogDivHome .Button:hover {
	background:#E98031;
}



.ButtonGreen {
	display: inline-block;
    background: #018749;
    border-radius: 4px;
	width:100%;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 40px  !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px  !important;
    color: #FFFFFF !important;
    text-decoration: none;
    transition: 0.3s;
	text-align:center !important;
}
.ButtonGreen:hover {
	background:#E98031;
}


.ButtonOrange {
	display: inline-block;
    background:#E98031;
    border-radius: 4px;
	width:100%;
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 40px  !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 18px  !important;
    color: #FFFFFF !important;
    text-decoration: none;
    transition: 0.3s;
	text-align:center !important;
}
.ButtonOrange:hover {
	background: #018749;
}
@media (max-width:766px) {
	.ButtonGreen {
		margin-bottom:0 !important;
	}
	.ButtonOrange {
		margin-top:20px;
	}
}
 


/******************* Start FAQ Section ****************/
.FAQSection {
    display:inline-block;
    width:100%;
    margin-bottom:100px;
}
.FAQSection .Head {}
.FAQSection .Head .Title {
    width: 100%;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #000;
}
.FAQSection .FAQItem {
    border:solid #D8D8D8 1px;
    margin-bottom:12px;
    border-radius:10px;
    overflow:hidden;
}
.FAQSection .FAQItem .FAQHeader { 
    margin-bottom:0; 
    margin:0 !important;
}
.FAQSection .FAQItem .FAQHeader button {
    font-size:16px; 
    font-family:var(--FontSemiBold);
    color:var(--ColorPrimary); 
    padding:20px 0;
    padding-left:24px;
}
.FAQSection .FAQItem .FAQHeader .accordion-button:not(.collapsed) {
    background:none;
    box-shadow:none !important
}
.FAQSection .FAQItem .FAQHeader .accordion-button::after {
    width:30px;
    height:30px;
    text-align:center;
    line-height:30px;
    background:#018749 url('assets/img/down_arrow_faq.svg') no-repeat;
    background-size:14px 14px;
    background-position:center center;
    color:#fff;
    border-radius:100%;
    position:absolute;
    right:24px;
} 
.FAQSection .FAQItem .FAQBody {
    margin:0px 24px 24px 24px;
    border-top:solid #D8D8D8 1px;
    padding-top:24px;
    font-size:16px;
    font-family:var(--FontRegular);
    line-height:28px;
    color:#29465F;
}
.FAQSection .FAQItem .FAQBody ul {
    padding-left:20px;
}
.FAQSection .FAQItem .FAQBody a {
    color:#018749;
    text-decoration:none;
    font-weight:bold;
}
.FAQSection .FAQItem .FAQBody .Line {
    
}
/******************* End FAQ Section ****************/





