@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');

*{
    margin:0;
    padding:0;
    outline: none;
}
html,
body {
	width: 100%;
	height: 100%;
	padding: 0!important;
	margin-left: 0;
	margin-right: 0;
	/*font-family: "firasans";*/
	background-color: #0d4034;
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

.modal {
	color: #000;
}

.modal-header {
	background-color: #114134;
}

.modal-title {
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.btn-success {
	background-color: #114134;
	border-color: #ffffff;
	outline: none;
}

.btn-success:hover,
.btn-success:focus {
	background-color: #fff;
	color: #114134;
	outline: none;
}

.close {
	color: #ffffff;
	opacity: 1;
	outline: none;
}

.modal-footer {
	background-color: #114134;
}

.no-padding {
	padding: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
}

h1 {
	/*font-family: ;*/
	font-weight: 700;
	text-transform: uppercase;
	/*line-height: 0.4;*/
}

p {
	font-size: 18px;
	color: #fff;
}

a {
	text-decoration: none;
}

a:hover,
a:focus {
	text-decoration: none;
	outline: 0;
}

img {
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none;
	user-drag: none;
	max-width: 100%;
}

.valign {
	position: relative;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.img-center {
	margin-left: auto;
	margin-right: auto;
	left: auto;
	right: auto;
}

.no_padding {
	padding-left: 0px;
	padding-right: 0px;
}


/*@font-face{

    font-family: "firasans";

    src : url(fonts/firasans-regular-webfont.woff2);

}

*/

.page-wrapper {
	background-image: url('../images/back_desk.png');
	height: 100vh;
	background-size: cover;
	background-repeat: no-repeat;
}

h1.title {
	text-transform: uppercase;
	/*letter-spacing: 5px;*/
	/* letter-spacing: 7px; */
	/* font-size: 90px; */
	text-align: center;
	margin: 0 auto;
	display: inline-block;
}

.right-q {
    /* margin-top: -27px; */
    margin-bottom: -35px;
}

a.subs-btn {
    display: inline-block;
    color: #114134;
    background: #fff;
    padding: 20px 100px;
    border-radius: 50px;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 700;
}

.btn-main {
	padding: 50px 0px;
	text-align: center;
}

.right-flex {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}

.right-block {
	/*padding: 200px 0px;*/
	/*height: 100vh;*/
	transform: translateY(100px);
}

.link-btns {
    text-align: right;
    /* text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center; */
}

.man-block {
	/* margin-top: 100px; */
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.man-block img {
	position: absolute;
	/* bottom: 0%;

    transform: translateY(-0%);*/
}

ul.link-list li {
	list-style-type: none;
	display: inline-block;
}

h2.title-link {
	text-transform: uppercase;
}

ul.link-list li {
	margin-left: 20px;
}

ul.link-list {
	margin-top: 20px;
}

.link-mob {
	display: none;
}


/*responsive*/

@media (min-width:1600px) {
	h1 {}
}

@media (min-width:1200px) and (max-width:1599px) {
	h1 {}
	.right-q {
		/* margin-top: -17px; */
		width: 35px;
		height: 75px;
	}
	.left-q {
		/*margin-top: -17px;*/
		width: 35px;
		height: 75px;
	}
	/* a.subs-btn {
		font-size: 2.5em;
	} */
	h1.title {
		/* font-size: 60px;

        letter-spacing: 7px; */
	}
	.btn-main {
		padding: 50px;
	}
	.right-block {
		/*padding: 100px 0px;*/
		transform: translateY(70px);
	}
}

@media (min-width:767px) and (max-width:1199px) {
	h1 {}
	.right-block {
		transform: translateY(0px);
	}
	.right-flex {
		display: block;
		text-align: center;
		height: initial;
	}
	.man-block {
		height: initial;
		padding-top: 100px;
	}
	.man-block img {
		position: static;
		width: 57%;
		margin: 0px auto;
	}
	.right-block {
		height: initial;
		padding: 10px;
	}
	.title svg {
		width: 30px;
		height: 30px;
	}
	h1.title {
		/* font-size: 60px; */
	}
	.btn-main {
		padding: 30px 0px;
	}
	.link-desk {
		display: none;
	}
	.link-mob {
		display: block;
		position: absolute;
		top: 20px;
		right: 20px;
	}
	/* a.subs-btn {
		font-size: 2.5em;
	} */
}

@media (max-width:766px) {
	h1 {}
	h1.title {
		font-size: 18px;
		/* letter-spacing: 5px; */
	}
	.link-desk {
		display: none;
	}
	.link-mob {
        display: flex;
        justify-content: center;
        align-items: center;
        /* margin-top: 35px; */
        margin-bottom: 20px;
	}
	.link-mob h2 {
		margin: 0;
	}
	ul.link-list li svg {
		width: 25px;
		height: 25px;
	}
	ul.link-list {
		margin-top: 10px;
		padding-left: 0;
	}
	ul.link-list li {
		margin-left: 10px;
	}
	h2.title-link {
		font-size: 15px;
	}
	.title-span {
		font-size: 24px;
	}
	a.subs-btn {
		padding: 10px 30px;
		font-size: 14px;
	}
	.title svg {
		width: 11px;
        height: 11px;
        margin-top: -27px;
        margin-bottom: 0px;
	}
	.btn-main {
		padding: 30px 0px;
	}
	.right-block {
		height: initial;
		padding: 10px;
	}
	.page-wrapper {
		background-image: url('../images/back_mob.png');
	}
	.man-block {
		height: initial;
		padding-top: 60px;
	}
	.man-block img {
		position: static;
		width: 80%;
		margin: 0px auto;
	}
	.right-flex {
		height: initial;
	}
	.right-block {
		transform: translateY(0px);
	}
}

@media (max-width:1024px) and (orientation:landscape) {
	.man-block img {
		width: 30%;
	}
	.right-flex {
		display: block;
		text-align: center;
	}
}

@media (max-width:999px) and (orientation:landscape) {
	h1 {}
	a.subs-btn {}
	.right-flex {
		display: block;
		text-align: center;
	}
}

@media (max-width:766px) and (orientation:landscape) {
	h1 {}
	a.subs-btn {}
}

@media (max-width:320px) {
	.man-block img {
		/* width: 50%; */
	}
	h1.title {
		font-size: 15px;
		/* letter-spacing: 4px; */
	}
	a.subs-btn {
		font-size: 10px;
	}
}


/*owl carousel*/

.owl-nav button {
	position: absolute;
	top: 50%;
	background-color: #000;
	color: #fff;
	margin: 0;
	transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-dots {
	text-align: center;
	padding-top: 15px;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: inline-block;
	background: #ccc;
	margin: 0 3px;
}

.owl-dots button.owl-dot.active {
	background-color: #000;
}

.owl-dots button.owl-dot:focus {
	outline: none;
}

.owl-nav button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255, 255, 255, 0.38) !important;
}

/* span {
	font-size: 70px;
	position: relative;
	top: -5px;
} */

.owl-nav button:focus {
	outline: none;
}

h2 {
	margin-top: 50px;
	font-size: 18px;
	font-family: sans-serif;
}

h2 span {
	color: red;
	font-size: 100%;
	position: initial;
}

header {
    position: fixed;
    top: 0;
    z-index: 999;
    padding: 10px 20px;
    background: #0d4034;
    left: 0;
    right: 0;
    text-align: center;
}

header ul {
	list-style-type: none;
	padding: 0px;
	margin-bottom: 0px;
}
header ul li{
    display: inline-block;
    margin:10px;
}

header ul li a {
	color: #fff !important;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.inner-section{
    padding-top: 50px;
    padding-bottom: 50px;
}
h1.title{
    position: relative;
}
/* .left-quote{
    position: absolute;
    top: -20px;
    left: -20px;
}
.right-quote{
    position: absolute;
    bottom: -15px;
    right: -25px;
} */

.about-content{
    padding:120px 0
}
.title-inner{
    margin-bottom: 20px;
}

#gallery{
    padding:0px;
}
.owl-dots {
    text-align: center;
    padding-top: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}