@import url('https://fonts.googleapis.com/css?family=ABeeZee|Cantarell|PT+Sans+Caption|Rokkitt|Slabo+27px|Lato|Montserrat|Quicksand|Arial');
@font-face {
	font-family: 'TheSans-Bold';
	src: url('../fonts/TheSans-Bold/TheSans-Bold.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TheSans-Bold/TheSans-Bold.otf')  format('opentype'),
       url('../fonts/TheSans-Bold/TheSans-Bold.woff') format('woff'), 
       url('../fonts/TheSans-Bold/TheSans-Bold.ttf')  format('truetype'), 
       url('../fonts/TheSans-Bold/TheSans-Bold.svg#TheSans-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TheSans-Plain';
	src: url('../fonts/TheSans-Plain/TheSans-Plain.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TheSans-Plain/TheSans-Plain.otf')  format('opentype'),
       url('../fonts/TheSans-Plain/TheSans-Plain.woff') format('woff'), 
       url('../fonts/TheSans-Plain/TheSans-Plain.ttf')  format('truetype'), 
       url('../fonts/TheSans-Plain/TheSans-Plain.svg#TheSans-Plain') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'TheSansArabic-Light';
	src: url('../fonts/TheSansArabic-Light/TheSansArabic-Light.eot?#iefix') format('embedded-opentype'),  
       url('../fonts/TheSansArabic-Light/TheSansArabic-Light.otf')  format('opentype'),
       url('../fonts/TheSansArabic-Light/TheSansArabic-Light.woff') format('woff'), 
       url('../fonts/TheSansArabic-Light/TheSansArabic-Light.ttf')  format('truetype'), 
       url('../fonts/TheSansArabic-Light/TheSansArabic-Light.svg#TheSansArabic-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}
body::-webkit-scrollbar, .notifications-dropdown::-webkit-scrollbar {
	width:8px;
}
body::-webkit-scrollbar-thumb, .notifications-dropdown::-webkit-scrollbar-thumb {
	border-radius: 0px;
	background:#808080;
}

body {
	margin: 0;
	padding: 0;
	line-height: 1.55em;
	font-size: 14.33px;
	font-family: 'TheSans-Plain';
	color: #111111;
	cursor: default;
	text-align: right;
	direction: rtl;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'TheSans-Bold';
	font-weight: 400;
}
img {
	border: none;
	margin: 0;
	padding: 0;
}
a {
    margin: 0;
    padding: 0;
    cursor: pointer;
    text-decoration: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    color: #01945d;
}
input:focus, button:focus, a:focus {
    outline: 0;
}
.btn {
	color: #222;
	background-color: #fff;
	border: 1px solid #fff;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 15.66px;
	border-radius: 0px;
	margin: 0 9px;
	padding: 6px 25px;
	letter-spacing: 0px;
	-webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
	box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
	position: relative;
}
.btn:hover {
	color: #01945d;
}
.btn.button-scheme {
	background-color: #e6c34f;
	border: 1px solid #e6c34f;
	color: #fff;
}
.btn.button-dark-scheme {
	background-color: #e6c34f;
	border: 1px solid #e6c34f;
	color: #fff;
}
.btn:focus {
	-webkit-box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
			box-shadow: 2px 2px 10px -1px rgba(0, 0, 0, 0.14);
}
.btn:active {
	top: 2px;
}
.single-section {
	padding: 120px 0px;
}
.single-section.silver-bg {
	background-color: #f5f5f5;
	border-top: 1px solid #a2a2a28c;
	border-bottom: 1px solid #a2a2a28f;
    background: url('../images/bg-footer.png') !important;
    background-repeat: repeat;
    background-position: 100%;
}
.single-section .section-heading {
	text-align: center;
	margin-bottom: 65px;
}
.single-section .section-heading .section-title {
	font-weight: 400;
	font-size: 26px;
	margin-bottom: 20px;
	font-family: 'TheSans-Bold';
	position: relative;
	z-index: 1;
	display: inline-block;
}
.single-section .section-heading .overlay {
    font-family: 'TheSans-Bold',sans-serif;
    font-size: 35px;
    position: absolute;
    z-index: 1;
    top: -30px;
    color: #e6c34f;
    left: 0;
    right: 0;
}
.single-section.silver-bg .section-heading .overlay {
    /*color: #01945d17;*/
}
.single-section .section-heading .section-title::before {
    content: '';
    height: 3px;
    width: 50px;
    background: #01945d;
    position: absolute;
    bottom: 15px;
    left: -55px;
}
h5.subtitle {
	font-size: 16px;
    font-weight: 400;
}
.description, .section-description {
	font-size: 15.66px;
	font-weight: 500;
	line-height: 26px;
}
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(255, 255, 255, 0.98);
}
.circle {
    margin: 0 auto;
    position: absolute;
    top: 26%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 40%;
    height: 20%;
}
.circle::before {
    content: '';
    height: 48px;
    width: 48px;
    animation: rotation 1s infinite linear;
    border: 2px solid rgba(36, 39, 50, 0.26);
    border-top-color: #01945d;
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 100%;
    left: 0px;
    right: 0;
    margin: 0 auto;
}
@keyframes rotation {
    to {
        transform: rotate(360deg);
    }
}
.circle h6 {
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    font-size: 14px;
}
.social-icons {
    list-style: none;
    margin-bottom: 8px;
    padding: 0;
}
.social-icons li {
    display: inline-block;
    padding: 0 5px;
}
.social-icons li a {
    color: #1F1F1F;
}
.social-icons li a i {
    font-size: 20px;
    line-height: 20px;
}
.header-area {
    width: 100%;
    right: 0;
    left: 0;
    z-index: 99;
    padding: 15px 35px;
    background-color: rgb(255, 255, 255);
    position: absolute;
	border-bottom: 1px solid #cacaca;
}
.header-area.fixed {
    position: fixed;
    border-bottom: 1px solid;
    top: 0;
    transition: 450ms ease-out;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border-color: rgba(0, 0, 0, 0.42);
}
.header-area.fixed .menu li a:before {
    background-color: #01945d;
}
.header-area.fixed #logo_home a {
    background-image: url('../images/logo.png');
}
.header-area.fixed .menu li a.active, .header-area.fixed .menu li a:hover {
    color: #01945d;
}
.header-area.fixed .menu li a {
    color: #333;
}
.header-area #logo_home {
    position: relative;
    z-index: 3;
}
.header-area #logo_home a {
	width: 100px;
    height: 46px;
    display: block;
    margin-top: -15px;
    background-image: url('../images/logo.png');
    background-repeat: no-repeat;
    background-position: left top;
    text-indent: -9999px;
}
.navbar {
    padding: 0;
}
.navbar .navbar-toggler-icon {
    color: #000000;
    height: inherit;
    font-size: 30px;
    width: inherit;
    margin: 0;
    display: block;
}
.fixed .navbar .navbar-toggler-icon {
    color: #333;
}
.navbar .navbar-toggler {
    position: absolute;
    z-index: 9;
    padding: 0;
    top: -3px;
    left: 0;
}
.menu {
    z-index: 3;
    margin: 0;
    padding: 0;
    list-style-type: none;

}
.menu li {
    position: relative
}
.menu li a {
    color: #242732;
    text-decoration: none;
	font-family: 'TheSans-Bold',sans-serif;
    font-weight: 500;
    font-size: 13px;
    margin: 0 6px;
    display: block;
    position: relative;
}
.menu li a.active, .menu li a:hover {
    color: #01945d;
    text-shadow: none;
}
.menu li a:before {
    content: "";
    display: block;
    position: absolute;
    top: -15px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 3px #01945d;
    pointer-events: none;
    -webkit-transform-origin: right center;
			transform-origin: right center;
    -webkit-transform: scaleX(0);
			transform: scaleX(0);
	-webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}
.menu li a:hover:before, .menu li a.active:before, .menu li a:hover:before {
    -webkit-transform-origin: left center;
			transform-origin: left center;
    -webkit-transform: scale(1);
			transform: scale(1);
}
.menu li:last-child a {
    border-bottom: 0 solid #ddd;
}
.contact-no {
    font-size: 16px;
    font-family: 'Raleway',sans-serif;
    border-right: 2px solid #333333;
    padding-right: 58px;
    position: relative;
    font-weight: 600;
    direction: ltr;
}
.contact-no a {
    color: #333333;
}
.contact-no a:hover {
    color: #01945d;
    text-decoration: none;
}
.contact-no span {
    font-size: 20px;
    position: absolute;
    right: 20px;
}
.home-area {
    height: 100vh;
    background-color: #f9f9f9;
    position: relative;
	direction: ltr;
}
.slider-image {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.main-carousel::before {
    content: '';
    background: #000000ba;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}
.slider-image .item {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}
.slider-image .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 10px 5px;
    background-color: #222;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    position: relative;
    z-index: 1;
}
.slider-image .owl-dots .owl-dot.active::before {
    content: '';
}
.slider-image .owl-dots .owl-dot.active span {
    background: #01945d;
}
.slider-image .owl-dots .owl-dot:hover span {
    background-color: #01945d;

}
.slider-image .owl-dots::before {
    content: '';
    background-image: url('../images/way-point.svg');
    width: 250px;
    position: absolute;
    height: 38px;
    left: -73px;
}
.slider-image .owl-dots {
    position: absolute;
    left: 0px;
    bottom: 92px;
    z-index: 9;
    transform: rotate(90deg);
}
.slider-image .owl-dot {
    display: inline-block;
    zoom: 1;
    position: relative;
}
.home-area .home-content {
    position: relative;
    z-index: 9;
    color: #ffffff;
}
.home-area .main-head {
    font-family: 'TheSansArabic-Light',sans-serif;
    font-size: 39.66px;
    font-weight: 400;
}
.home-area .description {
    font-size: 16.66px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 40px;
    font-weight: 300;
	line-height: 30px;
}
.home-area .sub-head {
    background: #fff;
    margin-bottom: 10px;    
    font-size: 14px;
    display: inline-block;
    color: #242732;
    padding: 5px 10px;
    font-weight: 600;
}
.left-border-area {
    z-index: 9;
    left: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    background: #fff;
    height: 100%;
    padding: 0px 0px;
}
.left-border-area ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.left-border-area ul li {
    display: inline-block;
    padding: 10px 5px;
}
.left-border-area ul li a {
    color: #212529;
    position: relative;
    text-decoration: none;
}
.left-border-area ul li a:hover {
    color: #01945d;
}
.right-border-area {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    cursor: pointer;
    z-index: 9;
    height: 100%;
    background: #ffffff;
    text-align: center;
    writing-mode: vertical-rl;
    transform: rotate(0deg);
}
.right-border-area a {
    display: block;
    padding: 0 5px;
    color: #333333;
    position: relative;
    text-decoration: none;
    text-align: right;
    padding-bottom: 90px;
}
.right-border-area a::after {
    content: '';
    background: #01945d;
    height: 35px;
    width: 2px;
    position: absolute;
    bottom: 45px;
    left: 48%;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.right-border-area a:hover::after {
    height: 55px;
    bottom: 25px;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.right-border-area i {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    font-size: 25px;
    transition: 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55) all;
    animation: bounce_10px 2s ease infinite;
    color: #fff;
}
.about-area {
    position: relative;
    background: url('../images/bg-footer.png') !important;
    background-repeat: repeat;
    background-position: 100%;
}
.about-area .single-about {
    padding: 22px 24px;
    background-color: #fff;
    margin-bottom: 35px;
    border: 1px solid rgba(0, 0, 0, 0.44);
    text-align: center;
    position: relative;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    padding-top: 0;
    transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);	
    font-family: 'TheSans-Plain',sans-serif;
    font-size: 15px;
    line-height: 21px;
}
.about-area .single-about:hover {
    transform: translateY(-6px);
}
.about-area .single-about .image-icon {
    width: 150px;
    margin: 0 auto;
    display: block;
}
.about-area .single-about .about-title {
    font-weight: 700;
    color: #000000;
    font-size: 18px;
    margin-bottom: 13px;
    font-family: 'TheSans-Plain';
}
.agency-area {
    padding-top: 0;
    position: relative;
    background: url('../images/bg-footer.png') !important;
    background-repeat: repeat;
    background-position: 100%;
}
.agency-area::before {
    content: '';
    /*background: #01945d;*/
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.agency-area .button-area {
    margin-top: 25px;
    margin-bottom: 20px;
    display: block;
}
.agency-area .button-area a:first-child {
    margin-right: 0;
}
.agency-area .section-heading {
    text-align: right;
    margin-bottom: 18px;
}
.agency-area .play-area {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-image: url('../images/slider-01.jpg');
	background-size: cover;
	background-position: center;
}
.agency-area .play-area::before {
	content: '';
	background-image: linear-gradient(-225deg, rgba(40, 199, 67, 0.17) 0%, rgba(0, 0, 0, 0.42) 52%, rgba(0, 0, 0, 0.29) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.agency-area .play-area img {
    width: 100%;
    z-index: 9;
    position: relative;
}
.agency-area .play-button {
	position: absolute;
	right: 45%;
	top: 40%;
}
.agency-area .play-area span {
	margin: 0 auto;
	display: block;
	font-size: 30px;
	background: #ffffff;
	padding: 20px 20px;
	width: 70px;
	line-height: 0;
	height: 70px;
	text-align: center;
	border-radius: 100px;
	color: #01945d;
	position: relative;
	z-index: 2;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.agency-area .play-area:hover span {
	background: #ffffff;
	color: #01945d;
	-o-transition: all .3s;
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}
.agency-area .circle-animation {
	display: block;
	top: -40px;
	left: 0;
	right: -40px;
	position: absolute;
	justify-content: center;
	align-content: center;
	width: 150px;
	height: 150px;
	margin: 0;
	border-radius: 50%;
	transition: .3s;
	background-color: #fff;
	z-index: 1;
	animation: pulseanim 1.2s ease-in-out infinite;
}
@keyframes pulseanim {
    0% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}
.team-area {
    background: #242732;
    color: #fff;
}
.team-area .section-heading .overlay {
    color: rgba(249, 249, 249, 0.1);
}
.team-area .team-item .img-item {
	overflow: hidden;
}
.team-area .team-item:hover .img-item {

}
.team-area .team-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
			transform: scale(1);
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
			filter: grayscale(100%);
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.team-area .team-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
			filter: none;
	-o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.team-area .team-item .team-caption {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
}

.team-area .team-item .team-detail {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
}

.team-area .team-item .social-icons {
    position: absolute;
    top: 0px;
    right: 0;
    padding: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}

.team-area .team-item .social-icons::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.team-area .team-item:hover .social-icons {
    top: -40px;
}

.team-area .social-icons li a i {
    font-size: 16px;
    line-height: 16px;
}

.team-area .team-caption .name {
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 15px;
}

.team-area .team-caption .name::after {
    content: '';
    height: 2px;
    background: #01945d;
    position: absolute;
    width: 30px;
    left: 0;
    bottom: -7px;
}

.team-area .team-caption .job-title {
    font-weight: 500;
    font-size: 16px;
    color: #01945d;
}
.service-area {
    position: relative;
}
.single-service {
	font-family: 'TheSans-Plain',sans-serif;
	font-size: 15.33px;
	padding: 20px 20px;
	background-color: #fff;
	margin-bottom: 28px;
	border: 1px solid rgba(0, 0, 0, 0.44);
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
	height: 300px;
	color: #111;
	line-height: 21.33px;
}
.single-service-activitiesA {
	font-family: 'TheSans-Plain',sans-serif;
	font-size: 14.66px;
	padding: 20px 20px;
	background-color: #fff;
	margin-bottom: 35px;
	border: 1px solid rgba(0, 0, 0, 0.44);
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
	transition: transform .3s cubic-bezier(.68, -.55, .265, 1.55);
	height: 200px;
	color: #111;
	line-height: 22.33px;
}
.single-service:hover {
    transform: translateY(-6px);
}
.single-service-activitiesA {
    transform: translateY(-6px);
}
.service-area .single-service .service-title {
    font-family: 'TheSans-Bold';
    font-size: 17.33px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 13px;
}
.service-area .single-service-activitiesA .service-title {
    font-family: 'TheSans-Bold';
    font-size: 17.33px;
    font-weight: 400;
    color: #000000;
    margin-bottom: 13px;
}
.service-area .single-service .image-icon {
    display: block;
    width: 120px;
    margin: 0 auto;
}
.portfolio-area {
    position: relative;
}
.portfolio-area .works-filter-wrap {
    margin-bottom: 30px;
    padding-bottom: 10px;
}
.portfolio-area .works-filter {
    margin-bottom: 0;
    margin-top: 10px;
    text-align: center;
}
.portfolio-area .works-filter li {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    border-bottom: 1px solid transparent;
    transition: all .1s ease-in-out;
    position: relative;
    letter-spacing: 0px;
}
.portfolio-area .works-filter li:before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 2px #01945d;
    pointer-events: none;
    -webkit-transform-origin: right center;
			transform-origin: right center;
    -webkit-transform: scaleX(0);
			transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
			transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}
.portfolio-area .works-filter li.tab-active:before, .portfolio-area .works-filter li:hover:before {
    -webkit-transform-origin: left center;
			transform-origin: left center;
    -webkit-transform: scale(1);
			transform: scale(1);
}
.portfolio-area .works-filter li.tab-active, .portfolio-area .works-filter li:hover {
    color: #01945d;
}
.portfolio-area .works-filter li:not(:last-child) {
    margin-right: 25px;
}
.portfolio-area .works-container .works-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: block;
}
.portfolio-area .works-container .works-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
			transform: scale(1);
	width: 100%;
    display: block;
}
.portfolio-area .works-container .works-item:hover img {
    -webkit-transform: scale(1.1);
			transform: scale(1.1);
}
.portfolio-area .works-container .works-item .item-overlay {
    position: relative;
    overflow: hidden;
    display: block;
}
.portfolio-area .works-container .works-item .item-overlay .category {
    background: #01945d;
    color: #fff;
    font-size: 10px;
	letter-spacing: 0;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 15px;
    margin-right: 15px;
    font-weight: 600;
    position: absolute;
    right: -80px;
    z-index: 1;
    transition: 200ms ease-out;
}
.portfolio-area .works-container .works-item:hover .item-overlay .category {
    transition: 200ms ease-out;
    right: 0;
}
.portfolio-area .works-container .works-item .item-overlay .overlay-content {
    transition: all .3s ease-in-out;
    visibility: hidden;
    bottom: 0;
    top: 45%;
    right: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 3px 18px;
    color: #fff;
}
.portfolio-area .works-container .works-item:hover .item-overlay .overlay-content {
    visibility: visible;
    opacity: 1;
}
.portfolio-area .works-container .works-item .item-overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(36, 39, 50, 0.85);
    /* background: linear-gradient(0deg, rgba(255, 255, 255, 0.65) 0, rgba(255, 255, 255, 0.67) 75%); */
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.portfolio-area .works-container .works-item:hover .item-overlay:before {
    opacity: 1;
}
.portfolio-area .works-container .works-item .overlay-content .overlay-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}
.portfolio-area .works-container .works-item .overlay-content .icon-eye {
    font-size: 35px;
    text-align: center;
    display: block;
}
.portfolio-popup {
    background: #fff;
    padding: 25px 10px;
    overflow: hidden;
}
.portfolio-popup .portfolio-carousel {
    overflow: hidden;
    position: relative
}
.portfolio-popup .portfolio-carousel .owl-nav {
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.portfolio-popup .portfolio-carousel .owl-nav button span {
    background: #fff;
    padding: 0px 12px;
    font-size: 25px;
}
.portfolio-popup .portfolio-carousel .owl-nav button:last-child span {
    margin-left: 5px;
}
.portfolio-popup .portfolio-carousel .owl-nav button span:hover {
    background: #eee;
}
.lity-close {
    color: #222;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:hover, .lity-close:focus, .lity-close:active, .lity-close:visited {
    color: #666;
    text-shadow: none;
    font-size: 28px;
}

.lity-close:active {
    top: 0;
}

.lity-close::before {
    content: "\30";
    position: absolute;
    right: 4px;
    top: 10px;
    z-index: 999;
    font-family: "untitled-font-1" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.lity-close::after {
    content: '';
    background-image: url('../images/lity-close.svg');
    height: 103px;
    width: 87px;
    position: absolute;
    right: 0;
}
.portfolio-popup .popup-details {
    position: relative;
}
.portfolio-popup .popup-details .category {
    background: #01945d;
    color: #fff;
    font-size: 10px;
    letter-spacing: 0px;
    padding: 0px 5px;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 600;
}
.portfolio-popup .popup-details .item-title {
    font-weight: 700;
}
.portfolio-popup .popup-details .line {
    position: relative;
    background: #eee;
    height: 1px;
    display: block;
    overflow: hidden;
    margin-top: 15px;
}

.portfolio-popup .popup-details .line::before {
    content: '';
    background-color: #01945d;
    height: 1px;
    display: block;
    width: 50px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}

.portfolio-popup .popup-details .item-info {
    margin-top: 20px;
    margin-bottom: 20px;
}

.portfolio-popup .popup-details .item-info li {
    margin-bottom: 15px;
    width: 46%;
}

.portfolio-popup .popup-details .item-info li > span {
    font-weight: 600;
    margin-right: 10px;
}

.portfolio-popup .popup-details .item-info li > p {
    color: #444;
    display: inline-block;
    margin-bottom: 0;
}
.portfolio-popup .popup-details .btn {
    margin-left: 0;
    margin-top: 12px;
}
.getstarted-area {
    position: relative;
    background-image: url('../images/get-started.png');
    background-size: cover;
    background-attachment: fixed;
    color: #fff;
}
.getstarted-area::before {
    content: '';
    background-color: rgba(0, 150, 136, 0.49);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.getstarted-area .section-heading {
    margin-bottom: 20px;
}
.getstarted-button {
    display: block;
    background: #fff;
    width: 182px;
    padding: 20px 0 0;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.getstarted-button::before {
    content: '';
    background-image: url('../images/getstarted-left-curve.svg');
    position: absolute;
    left: -101px;
    width: 103px;
    height: 67px;
    top: 0px;
}
.getstarted-button::after {
    content: '';
    background-image: url('../images/getstarted-right-curve.svg');
    position: absolute;
    right: -101px;
    width: 103px;
    height: 67px;
    top: 0px;
}
.getstarted-button a {
    font-size: 16px;
    margin: 0;
}
.client-area {
    position: relative;
    background: url('../images/bg-footer.png') !important;
    background-repeat: repeat;
    background-position: 100%;
}
.clients-carousel {

}
.clients-carousel .item {
    border: 1px solid #eee;
    background: rgba(246, 247, 253, 0.25);
    cursor: move;
}
.clients-carousel .item img {
    display: block;
    margin: 0 auto;
    width: inherit;
    opacity: 0.8;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
	background: #FFFFFF;
}

.clients-carousel .item:hover img {
    opacity: 1;
}
.pricing-area {

}
.single-plan {
    background-color: rgba(255, 255, 255, 0.79);
    padding: 20px 0;
    text-align: center;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.27);
    height: 240px;
    margin-top: 10px;
}
.single-plan {

}
.single-plan.plan-popular {
    margin: 0 -32px;
    position: relative;
    z-index: 1;
    -webkit-box-shadow: 0px 5px 35px 0px rgba(148, 146, 245, 0.15);
			box-shadow: 0px 5px 35px 0px rgba(0, 0, 0, 0.08);
	border: 2px solid #01945d;
    background-color: #fff;
    height: 250px;
}
.single-plan .image-icon {
    display: block;
    margin: 0 auto;
    width: 150px;
}
.single-plan .plan-type {
    font-family: 'TheSans-Plain',sans-serif;
	font-size: 30px;
    /* font-weight: 700; */
    margin-bottom: 14px;
}
.single-plan .plan-price {
    font-family: 'TheSans-Plain',sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 12px;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
}
.single-plan .plan-price > span {
    font-weight: 700;
    font-size: 22px;
    color: #210f3e;
}
.single-plan .plan-list {
    margin-bottom: 18px;
}
.single-plan .plan-list li {
    border-bottom: 1px dashed rgba(238, 238, 238, 0.48);
}
.single-plan .plan-list li:last-child {
    border-bottom: none;
}
.blog-area {
    position: relative;
    overflow: hidden;
}
.blog-item {
    position: relative;
    overflow: hidden;
}
.blog-item img {
    width: 100%;
}
.blog-text {
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    z-index: 9;
}
.blog-text .text-title {
    margin-top: -30px;
    padding: 25px 15px;
    background: #fff;
    color: #242732;
    position: relative;
    z-index: 9;
}
.blog-text .date {
    position: absolute;
    top: 0px;
    right: 0;
    padding-top: 7px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 0;
    background: #fff;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    font-size: 12px;
}

.blog-item:hover .blog-text .date {
    top: -35px;
}

.blog-text .date::before {
    content: '';
    background-image: url('../images/social-side.svg');
    position: absolute;
    left: -67px;
    top: 0;
    width: 67px;
    height: 40px;
}

.blog-text .text-title a {
    text-decoration: none;
}

.blog-text .text-title h3 {
    font-weight: 700;
    color: #242732;
    font-size: 22px;
    margin-bottom: 15px;
}

.blog-item .btn {
    margin: 0;
}

.blog-item .img-item {
    display: block;
    overflow: hidden;
    position: relative;
}

.blog-item .img-item:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #000;
    background: linear-gradient(0deg, rgba(0, 0, 0, .65) 0, rgba(0, 0, 0, 0) 75%);
    opacity: 0;
    position: absolute;
    transition: all .3s ease-in-out;
    bottom: 0;
    z-index: 1;
}

.blog-item:hover .img-item:before {
    opacity: 1;
}

.blog-item .img-item img {
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}

.blog-item:hover .img-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item:hover .blog-text .text-title h3 {
    color: #01945d;
}
.contact-area {
    position: relative;
    padding-bottom: 0;
}
.contact-area .left-area {
    background: #01945d;
    color: #fff;
    padding: 35px 25px;
    overflow: hidden;
}
.contact-area .left-area .image-item {
    display: block;
    position: absolute;
    left: -45px;
}
.contact-area .container {
    z-index: 1;
    position: relative;
}
.contact-area .left-area::after {
    content: '';
    background-image: url('../images/map.png');
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0.2;
    left: 0;
}

.contact-area .left-area h4 {
    font-weight: 800;
    font-size: 24px;
    margin-top: 170px;
}

.contact-area .left-area ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.contact-area .left-area ul li {
    padding: 5px 0;
    position: relative;
    padding-right: 35px;
}
.contact-area .left-area ul li span {
    display: inline-block;
    font-size: 20px;
    position: absolute;
    top: 7px;
    right: 0;
}
.contact-area .right-area {
    position: relative;
    background: #ffffff;
    padding: 35px 20px;
    border: 2px solid #01945d;
}
.form-area {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
}
.form-area input:focus ~ .floating-label, .form-area input:not(:focus):valid ~ .floating-label, .form-area textarea:focus ~ .floating-label, .form-area textarea:not(:focus):valid ~ .floating-label {
    top: -12px;
    left: 0;
    font-size: 11px;
    opacity: 1;
    color: #01945d;
}
.form-area .floating-label {
    position: absolute;
    pointer-events: none;
    right: 0;
    top: 10px;
    transition: 0.2s ease all;
    font-size: 14px;
}
.form-area .input-area, .form-area .select-area, .form-area .text-area {
    position: relative;
}

.form-area .select-area select {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: none;
	   -moz-appearance: none;
			appearance: none;
}
.form-area .select-area::after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #000000;
    position: absolute;
    left: 0;
    top: 20px;
}
.form-area .btn {
    margin-top: 5px;
    margin-bottom: 20px;
}
.form-area .input-area input, .form-area .select-area select, .form-area .text-area textarea {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
    padding: 10px;
    padding-left: 0;
    font-size: 14px;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    -webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
    outline: none;
}
.form-area .input-area input:focus, .form-area .select-area select:focus, .form-area .text-area textarea:focus {
    border-color: #01945d;
    border-top: 0px;
}
.form-area .input-area input.error, .form-area .select-area select.error, .form-area .text-area textarea.error {
    border-color: #e65858;
}
span.error {
    font-size: 10px;
    color: #e65858;
    position: absolute;
    bottom: -25px;
    right: 0;
}
#map {
    width: 100%;
    height: 600px;
    margin-top: -150px;
    border-top: 1px solid #cecdcd;
}
.footer-area {
    font-family: 'TheSans-Plain',sans-serif;
    font-size: 14.66px;
	background-color: #000000;
	color: #FFFFFF;
    padding: 20px 0;
    padding-bottom: 10px;
}
.footer-social {
    list-style: none;
    margin: 0px;
    padding: 0;
}
.footer-social li {
    display: inline-block;
    padding: 0 5px;
}
.footer-social li a {
    color: #969696;
}
.footer-social li a:hover {
    color: #ffffff;
}
.footer-social li a i {
    font-size: 16px;
    line-height: 16px;
}
@media screen and (min-width: 1399px) {
    .home-area .main-head {
        font-size: 85px;
    }
    .home-area .description {
        font-size: 20px;
        width: 80%;
    }
    .menu li a {
    font-size: 14px;
    margin: 0 5px;
    }
}
@media screen and (max-width: 1199px) {
    .agency-area .play-area {
        height: 84%;
    }
}
@media screen and (max-width: 1024px) {

}
@media screen and (max-width: 991px) {
    .menu {
        left: 0;
        background: #ffffff;
        padding: 20px 15px;
        margin-top: 20px;
        position: relative;
    }
    .menu li {
        line-height: 40px;
    }
    .menu li a {
        display: inline-block;
    }
    .menu li a:before {
        top: 32px;
    }
    .single-plan.plan-popular {
        margin: 0;
    }
    .right-border-area, .left-border-area {
        display: none;
    }
    .header-area {
        background-color: transparent;
        padding: 25px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.31);
    }
    .home-area .main-head {
        font-size: 50px;
    }
    .home-area .description {
        font-size: 16px;
        width: 100%;
    }
    .slider-image .owl-dots {
        left: -5px;
    }
    .header-area #logo_home a {
        background-image: url('../images/logo-white.png');
    }
    .header-area.fixed #logo_home a {
        background-image: url('../images/logo.png');
    }
    .contact-no {
		padding-left: 22px;
		border-left: 2px solid #fff;
		border-right: 0;
		position: absolute;
		left: 50px;
		top: 0;
    }
    .contact-no a {
        color: #fff;
    }
    .contact-no a:hover {
        color: #fff;
    }
    .fixed .contact-no {
        border-color: #333;
    }
    .fixed .contact-no a {
        color: #333;
    }
    .fixed .navbar .navbar-toggler-icon:hover, .fixed .contact-no a:hover {
        color: #01945d;
    }
    .agency-area .section-heading {
        padding-top: 30px;
    }
    .agency-area .single-section .section-heading .overlay {
        top: 30px;
    }
    .agency-area .play-area {
        height: 100%;
    }
    .portfolio-popup {
        overflow: scroll;
    }
    .portfolio-popup::selection {
        background: #eee;
        color: #fff;
    }
    .portfolio-popup::-moz-selection {
        background: #eee;
        color: #fff;
    }
    .portfolio-popup::-o-selection {
        background: #eee;
        color: #fff;
    }
    .portfolio-popup::-ms-selection {
        background: #eee;
        color: #fff;
    }
    .portfolio-popup::-webkit-scrollbar {
        width: 5px;
        background: #fbfbfb;
    }
    .portfolio-popup::-webkit-scrollbar-thumb {
        background: #01945d;
    }
    .portfolio-popup .popup-details .category {
        margin-top: 20px;
    }
    .navbar .navbar-toggler {
        left: -4px;
    }
}
/* Tablet (portrait) */
@media screen and (max-width: 767px) {
    .single-section .section-heading .section-title {
        font-size: 40px;
    }
    .single-section .section-heading .overlay {
        font-size: 20px;
    }
    .single-section .section-heading .section-title::before {
        bottom: 18px;
        width: 30px;
        right: -35px;
    }
    .copyright {
        margin-bottom: 5px;
        text-align: center;
    }
    .footer-social {
        text-align: center;
    }
    .footer-social li a i {
        font-size: 14px;
        line-height: 14px;
    }
    .home-area .main-head {
        font-size: 40px;
    }
    .portfolio-popup .popup-details .item-info li {
        width: 100%;
        margin-bottom: 5px !important;
    }
}
/*Mobile*/
@media screen and (max-width: 480px) {
    .btn {
        margin: 0 5px;
        padding: 10px 20px;
        font-size: 13px;
    }
    .slider-image .owl-dots, .single-section .section-heading .section-title::before, .contact-no {
        display: none;
    }
    .home-area .main-head {
        font-size: 30px;
    }
    .single-section .section-heading .section-title {
        font-size: 35px;
    }
    .single-section .section-heading .overlay {
        font-size: 20px;
    }
    .getstarted-button {
        background: transparent;
        width: 130px;
        bottom: 90px;
        padding-top: 0;
    }
    .getstarted-area {
        padding-bottom: 150px;
    }
    .getstarted-button::after, .getstarted-button::before {
        display: none;
    }
    .getstarted-button a {
        font-size: 14px;
    }
    .agency-area .section-heading {
        padding-top: 20px;
    }
    .agency-area .section-heading .overlay {
        /* top: 24px; */
    }
    .agency-area .play-area span {
        height: 50px;
        width: 50px;
        font-size: 20px;
        padding: 15px 15px;
    }
    .agency-area .circle-animation {
        width: 120px;
        height: 120px;
        top: -35px;
        left: -35px;
    }
    .service-area .single-service .image-icon {
        width: 100px;
    }
    .about-area .single-about .image-icon, .single-plan .image-icon {
		width: 120px;
    }
}
@media screen and (max-width: 320px) {
    .home-area .sub-head {
        font-size: 12px;
    }
    .home-area .main-head {
        font-size: 28px;
    }
    .home-area .description {
        font-size: 14px;
    }
    .btn {
        margin: 5px 5px;
        padding: 10px 15px;
        font-size: 12px;
    }
}
.footer-area h3 {
	font-size: 17.66px;
	color: #FFF;
	margin-bottom: 15px;
	font-weight: lighter !important;
	font-family: TheSans-Plain;
}
.footer-area ul li {
	list-style: square;
	margin-bottom: 5px;
}
.footer-area ul {
	padding: 0;
	padding-right: 18px;
}
.footer-area ul li a {
    font-family: 'TheSans-Plain',sans-serif;
    font-size: 14.33px;
	color: #f3f3f3;
}
.single-service.activitiesBterms {
    height: 205px;
}
a.dropdown-item {
    margin: 0px !important;
}
.menu li .dropdown-item:before {
    content: "";
    display: block;
    position: absolute;
    top: 28px;
    left: 0;
    width: 100%;
    height: 0;
    border-bottom: solid 3px #01945d;
    pointer-events: none;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: transform .6s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform .6s cubic-bezier(0.165, 0.84, 0.44, 1);
    will-change: transform;
}
.single_page p , .single_page h2 , .single_page h3{
   text-align: right;
}

.img-responsive{
    max-width:100%;
}
a:hover{
    text-decoration:none !important;
}
.page_head{
    padding-top: 50px;
}
.page_head .overlay{
	top: 0px !important;
}