/*
Theme Name: air
Theme URI: https://www.facebook.com/zviad.ruxadze/
Author: Zviad Rukhadze
Author URI: https://www.facebook.com/zviad.ruxadze/
Description: Description
Version: 1.0.0 
*/
 
body { 
    font-feature-settings: 'case' on;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}

.Header {
	position:absolute;
	top:35px;
	left:0;
	width:100%;
	z-index:9999;
}
.Header .row {
	display:inline-flex;
	align-items:center;
	width:100%;
}
.Header .HeadRight {
	text-align:right;
}
.Header .MainMenu {
	display:inline-block;
	width:100%;
	margin-top:40px;
}
.Header .MainMenu li {
	display:inline-block;
} 
.Header .MainMenu li a {
	color:#fff;
	font-family:HelveticaNeueLTGEO55Roman;
	text-decoration:none;
	font-size:18px;
	padding:10px 0px;
	margin:0 10px;
	position:relative;
}

.Header .MainMenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  background-color: #fff;
  width: 0%;
  transition: width 0.3s ease;
}

.Header .MainMenu li a:hover::after {
  width: 100%;
  animation: heartbeat116 1.5s ease-in-out 0.3s infinite;
}

@keyframes heartbeat116 {
  0%, 100% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
}



.HomePage {
	display:inline-block;
	float:left;
	position:relative;
	width:100%;
	height:100%;
}
.HomePage .Background {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
} 
.HomePage .Background img {
	width:100%;
	height:100%;
	object-fit:cover;
} 
.HomePage .Background:after {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('assets/img/linear-gradient.png') no-repeat;
	background-position:top;
	background-size:100% 100%;
} 

.HomePage .Background:before {
	content:'';
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	background:url('assets/img/homediv_effect_1.svg') no-repeat;
	background-position:left;
	background-size:50% 100%;
	z-index:9;
} 

.HomePage .Flex {
	position:relative;
	width:100%;
	height:100%; 
	display:inline-flex;
	align-items:center;
	z-index:999;
	overflow:hidden;
}
.HomePage .Flex .Title {
	font-size:58px;
	line-height:65px;
	color:#fff;
	font-family: 'HelveticaNeueLTGEO75Bold'; 

}
.HomePage .Flex .row {
	display:inline-flex;
	align-items:center;
}
.HomePage .FindMore {
	width:200px;
	text-align:center;
	position:absolute;
	bottom:20px;
	left:calc(50% - 100px);
	text-align:center;
	text-decoration:none;
	z-index:999;
}
.HomePage .FindMore span {
	color:#fff;	
	font-size:20px;
	margin-bottom:12px;
	display:inline-block;
	font-family:HelveticaNeueLTGEO65Medium;
	transition:0.3s;
}
.HomePage .FindMore .Icon { 
	animation: MoveUpDown2 1s linear infinite;
	transition:0.3s;
}
@keyframes MoveUpDown2 {
	0%, 100% {
	  transform: translateY(0);
	}
	50% {
	  transform: translateY(14px);
	}
}



.OfferDiv {
	display:inline-block;
	float:left;
	position:relative;
	width:100%;
	padding:100px 0;
}
.OfferDiv .Lines {
	bottom:-135px;
}

.OfferDiv:after {
	content:'';
	width:100%;
	height:100%;
	background:url('assets/img/offer_bg_1.svg') no-repeat;
	background-position:left -250px;
	position:absolute;
	top:0;
	left:0;
} 
.OfferDiv:before {
	content:'';
	width:100%;
	height:100%;
	background:url('assets/img/offer_bg_1.svg') no-repeat;
	background-position:left -250px;
	position:absolute;
	top:0;
	left:0;
} 
 
.OfferDiv .Head {
	margin-bottom:44px;
	position:relative;
	z-index:99;
}
.OfferDiv .Head .Title {
	font-family:HelveticaNeueLTGEO55Roman;
	line-height:53px;
	font-size:58px;
	color:#1C468B;
}
.OfferDiv .container { 
	position:relative;
	z-index:99;
}
.OfferDiv .Content .Offers {}
.OfferDiv .Content .Offers .Item {
	display:inline-flex;
	align-items:center;
	width:100%;
	margin-bottom:40px;
}
.OfferDiv .Content .Offers .Item .Icon {
	width:102px;
	height:102px;
	line-height:95px;
	border-radius:100%;
	background:#25B99B;
	text-align:center;
}
.OfferDiv .Content .Offers .Item .Title {
	width:calc(100% - 102px);
	font-family:HelveticaNeueLTGEO65Medium;
	line-height:30px;
	font-size:26px;
	color:#4C4C4C;
	max-width:490px;
	padding-left:22px;
}
.OfferDiv .Content .Image {
	float:right;
	margin-top:-125px;
	width:431px;
	max-width:100%;
}
.OfferDiv .Content .Image img {
	width:100%;
}




.Services {
	display:inline-block;
	float:left;
	width:100%;
	padding-top:70px;
	padding-bottom:200px;
	background:#143974;
	margin-top:80px; 
	position:relative; 
}  
.Services .Lines {
	bottom:-45px;
} 
.Services:after {
	content:'';
	background:url('assets/img/service_effect_1.png') no-repeat;
	background-position: 100% 0;       /* horizontal: 50%, vertical: 50% */
	position:absolute;
	top:-450px;
	right:0px;
	width:100%;
	height:100%;
}
.Services .Head {
	margin-bottom:70px;
	position:relative;
	z-index:99;
}
.Services .Head .Title {
	font-family:HelveticaNeueLTGEO55Roman;
	line-height:53px;
	font-size:58px;
	color:#fff;
}   

.Services .ServiceItems {
	position:relative;
	z-index:99;
	overflow:hidden;

}
.Services .ServiceItems .Item {
	width:374px;
	position:relative;
}
.Services .ServiceItems .Item:after {
	content:'';
	width:0.5px;
	height:calc(100% + 80px);
	background:#DBDBDB;
	display:inline-block; 
	position:absolute;
	right:-15px;
	top:-80px;
}
.owl-carousel .owl-stage-outer {
	overflow:none;
}

/* .Services .ServiceItems {
  display: flex;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  cursor: grab;
  white-space: nowrap;
   width:100%;
   position: relative;
}
.Services .ServiceItems::-webkit-scrollbar {
  display: none;
}
.Services .ServiceItems .Item {
	width:374px;
	height:auto;
	flex-shrink: 0;
	margin-right: 10px; 
	position: relative; 
}
.Services .ServiceItems:before {
	content:'';
	width:100%;
	height:100%;
	background:transparent;
	position:absolute;
	left:0;
	top:0;
	z-index:99;
}  */

.Services .ServiceItems .Item .Image {
	width:100%;
	height:470px;
}
.Services .ServiceItems .Item .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.Services .ServiceItems .Item .Title {
	font-family:HelveticaNeueLTGEO65Medium;
	color:#fff;
	font-size:26px;
	line-height:35px; 
	text-align:center;
	padding-top:20px;
}

.Services .owl-dots {
	display:none;
}
.Services .owl-prev {
	position: absolute;
    left: 0;
    top:calc(50% - 100px);
    height: 100px;
    width: 40px;
    background: rgba(20,57,116,0.7) !important;
    z-index: 9;
    color: #fff !important;
    font-size: 60px !important; 
}
.Services .owl-next {
	position: absolute;
    right: 0;
    top:calc(50% - 100px);
    height: 100px;
    width: 40px;
    background: rgba(20,57,116,0.7) !important;
    z-index: 9;
    color: #fff !important;
    font-size: 60px !important; 
}






 

.WhyUs {
	display:inline-block;
	float:left;
	width:100%;
	padding-top:120px;
	padding-bottom:180px;
	background:url('assets/img/why_us_bg.jpg') no-repeat;
	 background-attachment: fixed; /* Key for parallax */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
	margin-top:80px;
	margin-bottom:80px;
	position:relative;
} 
.WhyUs:after {
	content:'';
	background:url('assets/img/whyus_effect_1.png') no-repeat;
	background-position: 0% -200px;       /* horizontal: 50%, vertical: 50% */
	position:absolute;
	top:-80px;
	left:-88px;
	width:100%;
	height:100%;
}
.WhyUs .Head {
	margin-bottom:70px;
	position: relative;
	z-index:9;
} 
.WhyUs .Head .Title {
	font-family:HelveticaNeueLTGEO55Roman;
	line-height:53px;
	font-size:58px;
	color:#1C468B;
} 
.WhyUs .Content {
	position: relative;
	z-index:9;
}
.WhyUs .Content .Image {
	width:252px;
	height:252px;
	border-radius:100%;
	overflow:hidden;
	margin:0 auto;
	margin-bottom:40px;
}
.WhyUs .Content .Image img {
	width:100%;
	height:100%;
	object-fit:cover;
}
.WhyUs .Content .Info {}
.WhyUs .Content .Info .Title {
	font-family:HelveticaNeueLTGEO65Medium;
	font-size:22px;
	line-height:32px;	
	text-align:center;
	color:#4C4C4C;
	padding:0 20px;
}




.Button1 {
	width:auto;
	border:solid #24B99B 1px;
	height:47px;
	line-height:47px;
	font-family:HelveticaNeueLTGEO65Medium;
	font-size:26px;
	border-radius:36.5px;
	padding:0 15px 0 10px;
	text-decoration:none;
	color:#fff;
	display:inline-flex;
	transition:0.3s;
}
.Button1 .Icon {
	margin-right:5px;
}
.Button1:hover {
	color:#fff;
	background:#24B99B;
}



.ContactDiv {
	display:inline-block;
	width:100%;
	padding-top:100px; 
	background: linear-gradient(to right, #1C468B, #173971) ;
	position:relative;
	float:left;
}
.ContactDiv .Lines {
	bottom:auto;
	top:-45px;
}
.ContactDiv:after {
	content:'';
	background:url('assets/img/contact_effect_1.png') no-repeat;
	background-position: 100% 0;       /* horizontal: 50%, vertical: 50% */
	position:absolute;
	top:-550px;
	right:0;
	width:100%;
	height:100%;
}
.ContactDiv .container {
	position: relative;
	z-index:99;
}
.ContactDiv .FootLogo {
	position:absolute;
	left:15px;
	bottom:50px;
} 
.ContactDiv .Title {
	color:#fff;
	font-family:HelveticaNeueLTGEO55Roman;
	line-height:53px;
	font-size:58px;
	margin-bottom:30px;
}
.ContactDiv .Button1 {
	margin-top:20px;
	margin-bottom:48px;
}
.ContactDiv .Address {
	font-family:HelveticaNeueLTGEO55Roman;
	color:#fff;
	font-size:26px;
    font-feature-settings: 'case' off;
	width:300px;
	max-width:100%;
}
.ContactDiv .Email {
	font-family:HelveticaNeueLTGEO55Roman;
	color:#fff;
	font-size:26px;
    font-feature-settings: 'case' off;
	width:300px;
	max-width:100%;
	margin-top:30px;
	display:inline-block;
}

.ContactForm {
	float:right;
}
.ContactForm .Form {
	width:554px;
	max-width:100%;
	border:solid #24B99B 1px;
	border-radius:24px;
	padding:22px;
}
.ContactForm label {
	font-family:HelveticaNeueLTGEO55Roman;
    font-feature-settings: 'case' off;
	font-size:26px;
	line-height:32px;
	margin-bottom:20px;
	color:#fff;
}
.ContactForm input[type="text"],
.ContactForm input[type="email"] {
	border:solid #34B9CD 1px !important;
	border-radius:12px;
	background:transparent;
	height:73px;
	line-height:73px;
	width:100%;
	color:#fff;
	padding:0 20px;
	font-family:HelveticaNeueLTGEO55Roman;
    font-feature-settings: 'case' off;
}
.ContactForm input[type="email"] {
	background:url('assets/img/email_icon.svg') no-repeat;
	background-position:17px center;
}
.ContactForm input[type="text"] {
	background:url('assets/img/user_icon.svg') no-repeat;
	background-position:17px center;
}
.ContactForm input[type="text"]:focus,
.ContactForm input[type="email"]:focus {
	border:solid #34B9CD 1px; 
	outline:none;
	background:transparent !important;
}



.ContactForm textarea {
	border:solid #34B9CD 1px;
	border-radius:12px;
	background:transparent;
	height:252px;
	line-height:73px;
	width:100%;
	resize:none;
	outline:none;
	color:#fff;
	padding:0 20px;
}
.ContactForm input[type="submit"] {
	height:73px;
	line-height:73px;
	border-radius:36px;
	padding:0 60px;
	border:solid #fff 1px;
	background:#24B99B;
	font-family: 'HelveticaNeueLTGEO75Bold'; 
	font-size:26px;
	color:#fff;
    font-feature-settings: 'case' on;
	transition:0.3s;
}
.ContactForm input[type="submit"]:hover {
	background:#143974;
}
.ContactForm textarea {
	background:url('assets/img/message_icon.svg') no-repeat;
	background-position:17px 17px;
}
.ContactForm textarea:focus {
	background:transparent;
}
.wpcf7-spinner {
	position:absolute;
	margin-top:20px;
}
.wpcf7 form .wpcf7-response-output {
	margin-top:10px;
}
.wpcf7-response-output {
	color:#fff;
}
.wpcf7-not-valid-tip {
	position: absolute;
    right: 0;
    margin-top: 5px;
	font-family:HelveticaNeueLTGEO55Roman;
    font-feature-settings: 'case' off;
}

.CopyRight {
	color:#fff;
	font-size:14px;
	line-height:22px;
	margin-bottom:38px;
	margin-top:50px;
}
 



.Lines {
	position:absolute;
	bottom:-70px;
	width:100%;
}
.Lines .Content {
	padding:0 60px 0 40px;

}
.Lines .Line {
	width:1px;
	height:93px;
	background:#DBDBDB;
	display:inline-block;
	position:relative;
}
.Lines .Line.Line1 {
	left:0;
}
.Lines .Line.Line2 {
	left:33.33333333333333%;
}
.Lines .Line.Line3 {
	left:66.66666666666666%;
}
.Lines .Line.Line4 {
	left:100%;
}