@import url(http://fonts.googleapis.com/earlyaccess/droidarabickufi.css);
body {
    font-family: 'Droid Arabic Kufi', sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1;
}
ul {
    padding-left: 0;
    margin-bottom: 0;
}
ul li {
    list-style: none;
}
:focus {
    outline: 0 !important;
}
p {
	margin-bottom: 0;
	font-weight: 300;
	line-height: 1.8;
	color: #666;
}
a {
	color: #222222;
	text-decoration: none;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.phon{
    margin-left: 20px;
    background: #659941;
    padding: 9px;
    color: #fff;
    border-radius: 20px;
    
}
a:hover {
	color: #011f38;
	text-decoration: none;
}
img {
    max-width: 100%;
}
.ptb-80 {
    padding-bottom: 80px;
    padding-top: 80px
}
.d-table {
	width: 100%;
	height: 100%;
}
.d-table-cell {
	vertical-align: middle;
}
.bg-f6f6f6 {
    background: #f6f6f6;
}
/* Btn Btn-Primary*/
.btn {
	padding: 9px 25px;
	font-size: 16px;
	border-radius: 30px;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.disabled:hover, .btn-primary.disabled:focus {
    color: #ffffff;
        background-color: #1e75bb;
    border-color: #1e75bb;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #fff;
	border-color: #ff2c57;
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}
.btn-primary.focus, .btn-primary:focus {
	box-shadow: none;
}
.btn-primary.disabled, .btn-primary:disabled {
	color: #fff;
    background-color: #659941;
    border-color: #659941;
	opacity: 1;
}
/* Section Title */
.section-title {
	margin-bottom: 60px;
	padding-right: 30px;
	position: relative;
    text-align: right
}
.section-title::before, .section-title::after {
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
    right: 0;
	top: 0;
	background: #659941;
    -o-transition: .4s;
    -ms-transition: .4s;
    -moz-transition: .4s;
    -webkit-transition: .4s;
    transition: .4s;
}
.section-title::after {
    right: 7px;
	height: 50%;
}
.section-title:hover::before {
	height: 50%;
}
.section-title:hover::after {
	height: 100%;
}
.section-title h2 {
	font-size: 35px;
	font-weight: 200;
	margin-bottom: 20px;
}
.section-title h2 span {
	color: #1e75bb;
	font-weight: 600;
}
.section-title p {
	max-width: 635px;
	margin-top: -7px;
}
.section-title h4 {
	font-size: 18px;
    font-weight: 400;
    color: #659941;
	margin-bottom: 17px;
    text-transform: capitalize;
}
/* Form Control */
.form-control {
	height: 45px;
	padding: 10px;
	font-size: 15px;
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 0;
}
.form-control:focus {
	border-color: #ddd;
	outline: 0;
	box-shadow: none;
}
/* Owl Carousel Button */
.owl-controls {
	margin-top: 50px;
	line-height: 0;
}
.owl-theme .owl-nav {
	margin-top: 0;
}
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 0 4px;
	background: transparent;
	border-radius: 50%;
	border: 2px solid #ddd;
	-o-transition: .4s;
	-ms-transition: .4s;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-dots .owl-dot.active span {
	background: #869791;
	border-radius: 5px;
	width: 35px;
	height: 10px;
	border-color: #1e7e34;
	background: #1e7e34;
}
.owl-theme .owl-dots .owl-dot:hover span {
    background: #1e7e34;
    border-color: #1e7e34;
}
.owl-theme .owl-nav [class*="owl-"] {
	position: absolute;
	left: 40px;
	top: 50%;
	margin-top: -20px;
	background: rgba(255,255,255,0.33);
	width: 60px;
	text-align: center;
	height: 60px;
	line-height: 54px;
	border-radius: 50%;
	font-size: 30px;
	color: #fff;
	-ms-transition: .4s;
	-webkit-transition: .4s;
	-moz-transition: .4s;
	transition: .4s;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
	background: #ff2c57;
	color: #FFF;
}
.owl-theme .owl-nav .owl-next {
	left: auto;
	right: 40px;
}
/*
==============================
Preloader CSS
==============================
*/
.preloader {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 99999;
}
.folding-cube {
	left: 0;
	width: 60px;
	height: 60px;
	position: absolute;
	-webkit-transform: rotateZ(45deg);
	transform: rotateZ(45deg);
	top: 50%;
	right: 0;
	margin: -60px auto 0;
}
.folding-cube .cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1); 
}
.folding-cube .cube:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #1e75bb;
	-webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	-webkit-transform-origin: 100% 100%;
	-ms-transform-origin: 100% 100%;
	transform-origin: 100% 100%;
}
.folding-cube .cube2 {
	-webkit-transform: scale(1.1) rotateZ(90deg);
	transform: scale(1.1) rotateZ(90deg);
}
.folding-cube .cube3 {
	-webkit-transform: scale(1.1) rotateZ(180deg);
	transform: scale(1.1) rotateZ(180deg);
}
.folding-cube .cube4 {
	-webkit-transform: scale(1.1) rotateZ(270deg);
	transform: scale(1.1) rotateZ(270deg);
}
.folding-cube .cube2:before {
	-webkit-animation-delay: 0.3s;
	animation-delay: 0.3s;
}
.folding-cube .cube3:before {
	-webkit-animation-delay: 0.6s;
	animation-delay: 0.6s; 
}
.folding-cube .cube4:before {
	-webkit-animation-delay: 0.9s;
	animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	} 
}

@keyframes sk-foldCubeAngle {
	0%, 10% {
		-webkit-transform: perspective(140px) rotateX(-180deg);
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0; 
	} 
	25%, 75% {
		-webkit-transform: perspective(140px) rotateX(0deg);
		transform: perspective(140px) rotateX(0deg);
		opacity: 1; 
	} 
	90%, 100% {
		-webkit-transform: perspective(140px) rotateY(180deg);
		transform: perspective(140px) rotateY(180deg);
		opacity: 0; 
	}
}
/*
==============================
Main Header CSS
==============================
*/
.navbar {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	background: #fff !important;
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-sticky.is-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0 8px 6px -6px rgba(0,0,0,.4);
	-webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #fff !important;
}
.navbar-light .navbar-brand {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
}
a.navbar-brand img {
    width: 125px;
}
.navbar-light .navbar-brand span {
	color: #28a745;
	font-size: 35px;
	font-weight: 700;
	text-transform: lowercase;
}
.navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
	color: #fff;
}
.navbar-light .navbar-nav .nav-item {
	padding-right: 15px;
	padding-left: 15px;
    font-weight: 500;
}
.navbar-light .navbar-nav .nav-item:last-child {
	padding-right: 0;
}
.navbar-light .navbar-nav .nav-link {
	color: #000;
	padding-right: 0;
	padding-left: 0;
}
.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
	color: #28a745;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
	color: #28a745;
}
.header-sticky.is-sticky .navbar-brand {
	color: #000;
}
.header-sticky.is-sticky .navbar-nav .nav-link {
	color: #000;
	padding-right: 0;
	padding-left: 0;
}
.header-sticky.is-sticky .navbar-nav .active > .nav-link, .header-sticky.is-sticky .navbar-nav .nav-link.active, .header-sticky.is-sticky .navbar-nav .nav-link.show, .header-sticky.is-sticky .navbar-nav .show > .nav-link {
	color: #1e75bb;
}
.header-sticky.is-sticky .navbar-nav .nav-link:focus, .header-sticky.is-sticky .navbar-nav .nav-link:hover {
	color: #28a745
}
/*
==============================
Main Banner CSS
==============================
*/
.main-banner {
	height: 950px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
.main-banner::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #dee2e6;
	opacity: .77;
}
.item-bg-one {
	background-image: url(../img/main-bg-1.jpg);
}
.item-bg-two {
	background-image: url(../img/main-bg-2.jpg);
}
.item-bg-three {
	background-image: url(../img/main-bg-3.jpg);
}
.main-banner-text {
	text-align: center;
    margin-top: -90px;
}
.main-banner-text h4 {
    color: #005614;
    font-weight: 600;
    font-size: 50px;
}
.main-banner-text h1 {
    color: #000;
    font-size: 55px;
    margin-top: 25px;
    margin-bottom: 50px;
    font-weight: 500;
}
.main-banner-text h1 span {
	color: #0d912c;
	font-weight: 600;
}
.main-banner-text p {
    color: #000000;
    max-width: 740px;
    margin: auto;
    margin-bottom: 40px;
    margin-top: 30px;
    font-weight: 400;
    font-size: 35px;
}
.main-banner-text .btn:hover, .main-banner-text .btn:focus {
	border-color: #fff;
}
.main-banner-text .view-work {
    background: #1e7e34;
    border-color: #1e7e34;
    margin-left: 10px;
}
.main-banner-text .view-work:hover, .main-banner-text .view-work:focus {
	border-color: #ffffff;
    background: #ffffff;
    color: #28a745;
}
.main-banner-text .btn-primary:not(:disabled):not(.disabled).active, .main-banner-text .btn-primary:not(:disabled):not(.disabled):active, .main-banner-text .show > .btn-primary.dropdown-toggle {
	color: #ff2c57;
	background-color: #fff;
	border-color: #fff;
}
.home-slides .owl-controls {
	margin-top: 0;
}
/*
==============================
Video Banner CSS
==============================
*/
.video-background {
	position: absolute;
	left: 0;
	top: 0;
	width: auto;
	height: auto;
	min-height: 100%;
	min-width: 100%;
	z-index: -100;
}
/*
==============================
Creative Banner CSS
==============================
*/
.creative-banner-one {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	border-width: 10rem 100vw 0 0;
	border-color: transparent #fff #fff transparent;
	border-style: solid;
}
.creative-banner-two {
	position: relative;
	top: 100%;
	width: 100%;
	height: 0;
}
.creative-banner-two::before {
	content: "";
	border-right: 50vw solid #fff;
	border-top: 160px solid transparent;
	bottom: 0;
	right: 0;
	position: absolute;
	height: 0;
	width: 0;
}
.creative-banner-two::after {
	content: '';
	position: absolute;
	border-left: 50vw solid #fff;
	border-top: 160px solid transparent;
	bottom: 0;
	height: 0;
	left: 0;
	width: 0;
}
.creative-banner-three {
	position: relative;
	top: 100%;
	width: 100%;
	height: 0;
}
.creative-banner-three::before {
	content: '';
	position: absolute;
	bottom: -25px;
	left: 0;
	width: 100%;
	background-image: url(../img/shape.png);
	height: 150px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
/*
==============================
Particles Banner CSS
==============================
*/
#particles-js {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
#particles-js-two {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/*
==============================
Welcome Area CSS
==============================
*/
.single-box {
	text-align: center;
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	padding: 30px 20px;
    position: relative;
    overflow: hidden;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
        min-height: 280px;
}
.single-box:hover {
	box-shadow: unset;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.single-box .icon {
	color: #659941;
	font-size: 45px;
}
.single-box h3 {
	margin-top: 25px;
	margin-bottom: 20px;
    font-weight: 600;
	font-size: 20px;
        color: #1e75bb;
}
.single-box a {
	position: absolute;
	right: -20px;
	bottom: -20px;
	width: 45px;
	height: 40px;
	line-height: 44px;
	text-align: center;
	box-shadow: 0px 0px 25px 0px rgba(0, 27, 103, 0.3);
	border-radius: 50% 0 0 0;
	opacity: 0;
	visibility: hidden;
}
.single-box:hover a {
	background: #659941;
	color: #fff;
	opacity: 1;
	visibility: visible;
	right: 0;
	bottom: 0;
}
/*
==============================
About Area CSS
==============================
*/
.about-area {
	background-image: url(../img/patt.png);
	background-position: center center;
}
.about-video {
	position: relative;
}
.about-video .video-btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -26px;
}
.about-video .video-btn a {
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	background: #ff2c57;
	position: relative;
	font-size: 30px;
	border-radius: 50%;
}
.about-video a::before, .about-video a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	border: 10px solid #fff;
}
.about-video a::after {
	width: 70px;
	height: 70px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
.about-video img {
    border: 7px solid #ffffff;
    box-shadow: 0 0 50px #d2cdcd;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
		opacity:0;
	}
}
.about-addax {
	margin-top: 12px;
}
.about-addax .section-title {
	margin-bottom: 20px;
    padding-left: 0;
}
.about-addax .section-title::before, .about-addax .section-title::after {
    display: none;
}
.about-addax .section-title h2 {
	font-size: 25px;
}
.about-addax ul {
	margin-bottom: 30px;
    text-align: right
}
.about-addax ul li {
	margin-bottom: 10px;
	font-weight: 300;
	color: #666;
    float: none
}
.about-addax ul li span{
	font-weight: 600;
	color: #1e75bb;
}
.about-addax ul li i {
	color: #659941;
	margin-left: 5px;
    float: right
}
.about-addax ul li:last-child {
	margin-bottom: 0;
}
.about-addax .pull-left {
	margin-right: 45px;
}
/*
==============================
Who We Are Area CSS
==============================
*/
.who-we-are {
	padding-bottom: 50px;
}
.single-who-we-are {
	border-radius: 5px;
    margin-bottom: 30px;
	position: relative;
	overflow: hidden;
    box-shadow: 0 20px 40px 0 rgba(28, 30, 35, 0.2);
	background: #ffffff;
	padding: 50px 30px;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.single-who-we-are:hover {
	background: #ff2c57;
	color: #ffffff;
	-webkit-transform: translateX(5px);
	transform: translateX(5px);
}
.single-who-we-are i {
	font-size: 50px;
	color: #ff2c57;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-who-we-are:hover i {
    color: #fff;
}
.single-who-we-are h4 {
	margin-bottom: 20px;
	margin-top: 25px;
	font-size: 22px;
	font-weight: 500;
}
.single-who-we-are p {
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-who-we-are:hover p {
    color: #fff;
}
.single-who-we-are span {
	bottom: 0;
	color: rgba(0, 0, 0, 0.03);
	font-size: 200px;
	line-height: 180px;
	position: absolute;
	right: 0;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.single-who-we-are:hover span {
	color: rgba(255, 255, 255, 0.2);
}

/*
==============================
CTR Area CSS
==============================
*/
.ctr-area {
    text-align: center;
    background-image: url(../img/ctr-bg.jpg);
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.ctr-area::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: .88;
}
.ctr-area .section-title {
    padding-left: 0;
}

.section-title h4.special {
    font-size: 35px;
    font-weight: 400;
    color: #63f300;
    margin-bottom: 60px;
}

.ctr-area .section-title::before, .ctr-area .section-title::after {
    display: none;
}
.ctr-area .section-title h2 {
	color: #fff;
    margin-top: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}
.ctr-area .section-title p {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    color: #fff;
}
.ctr-area .view-work {
	background: transparent;
	border-color: #fff;
	margin-left: 10px;
}
.ctr-area .btn:hover, .ctr-area .btn:focus {
	border-color: #fff;
}
.ctr-area .view-work:hover, .ctr-area .view-work:focus {
	border-color: #ff2c57;
	background: #ff2c57;
	color: #fff;
}
.ctr-area .btn-primary:not(:disabled):not(.disabled).active, .ctr-area .btn-primary:not(:disabled):not(.disabled):active, .ctr-area .show > .btn-primary.dropdown-toggle {
	color: #ff2c57;
	background-color: #fff;
	border-color: #fff;
}
/*
==============================
Skill Area CSS
==============================
*/
.about-skill .section-title {
    padding-left: 0;
}
.about-skill .section-title::before, .about-skill .section-title::after {
    display: none;
}
.progress-title {
	font-size: 17px;
	margin-bottom: 13px;
}
.progress {
	height: 10px;
	background: #fff;
	border-radius: 5px;
	box-shadow: none;
	margin-bottom: 30px;
	overflow: visible;
}
.progress .progress-bar {
	box-shadow: none;
	position: relative;
	-webkit-animation: animate-positive 2s;
	animation: animate-positive 2s;
	background: #ff2c57;
	border-radius: 5px;
}
.progress .progress-value {
	font-size: 15px;
	font-weight: 300;
	color: #222222;
	position: absolute;
	top: -29px;
	right: 0;
}
@-webkit-keyframes animate-positive{
    0% { 
        width: 0; 
    }
}
@keyframes animate-positive{
    0% { 
        width: 0; 
    }
}
.skill-video {
	position: relative;
}
.skill-video .video-btn {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	margin-top: -26px;
}
.skill-video .video-btn a {
	color: #fff;
	display: inline-block;
	width: 70px;
	height: 70px;
	line-height: 72px;
	background: #ff2c57;
	position: relative;
	font-size: 30px;
	border-radius: 50%;
}
.skill-video a::before, .skill-video a::after {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 88px;
	height: 88px;
	border-radius: 50%;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
	animation: pulse-border 1500ms ease-out infinite;
	border: 10px solid #fff;
}
.skill-video a::after {
	width: 70px;
	height: 70px;
	-webkit-transition: all 200ms;
	transition: all 200ms;
}
@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}
@keyframes pulse-border {
	0% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity:1;
	}
	100% {
		-webkit-transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		transform:translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
		opacity:0;
	}
}

/*
==============================
Team Area CSS
==============================
*/
.our-team {
	text-align: center;
	position: relative;
}
.team-content {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 92%;
	background: #fff;
	margin-left: 15px;
	padding-top: 20px;
	z-index: 1;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.our-team:hover .team-content {
	bottom: 34%;
	background: transparent;
}
.team-content .title {
	font-size: 20px;
	margin-bottom: 6px;
	font-weight: 600;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
    color: #1e75bb
}
.our-team:hover .team-content .title {
    color: #1e7e34;
    padding: 10px;
    background: #fff;
}
.team-content .post {
	color: #666;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.our-team:hover .team-content .post {
	color: transparent;
}
.our-team .social {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgba(0,0,0,0.9) 20%, rgba(0,0,0,0.3) 80%);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}
.our-team:hover .social {
	opacity: 1;
	visibility: visible;
}
.our-team .social ul {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -50px;
	transform: translateY(-35px);
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}
.our-team:hover .social ul {
	transform: translateY(0);
}
.our-team .social ul li {
	display: inline-block;
}
.our-team .social ul li a {
	width: 35px;
	height: 35px;
	line-height: 32px;
	color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
}
.our-team .social ul li a:hover {
	border-color: #ff2c57;
	background: #ff2c57;
}
/*
==============================
How We Work CSS
==============================
*/
.how-work {
	background-image: url(../img/dott.jpg);
	background-position: center;
	background-size: contain;
	background-repeat: repeat;
}
.single-how-work {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	background: #fff;
	padding: 35px;
	border-radius: 5px;
	-o-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.single-how-work:hover {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}
.single-how-work h3 {
	color: #ff2c57;
	font-size: 45px;
	font-weight: 700;
}
.single-how-work h4 {
	margin-top: 25px;
	margin-bottom: 18px;
	font-size: 22px;
}
/*

/*
==============================
Partner Area CSS
==============================
*/
.partner-area {
	text-align: center;
}
.partner-area .owl-carousel .owl-item img {
	width: 140px;
}

/*
==============================
Contact Area CSS
==============================
*/
#map {
	width: 100%;
    height: 364px;
}
.contact-info {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	background: #fff;
    padding: 28px 30px;
    border-top: 3px solid #1e75bb;
    border-bottom: 3px solid #1e75bb;
}
.contact-info ul li {
	position: relative;
	padding-right: 60px;
	font-size: 14px;
	margin-bottom: 34px;
	color: #151515;
    text-align: right
}
.contact-info ul li:last-child {
    margin-bottom: 0;
}
.contact-info ul li i {
	position: absolute;
	right: 0;
	top: -11px;
	color: #659941;
	font-size: 19px;
	background: #f6f6f6;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	border-radius: 50%;
}
.contact-info .follow-us {
	text-align: right;
	margin-top: 40px;
}
.contact-info .follow-us li:first-child {
	font-size: 18px;
	font-weight: 400;
	margin-right: 5px;
}
.contact-info .follow-us li {
	padding-left: 0;
	display: inline-block;
	margin-bottom: 0;
}
.contact-info .follow-us li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border: 1px solid #000;
	border-radius: 50%;
}
.contact-info .follow-us li a:hover, .contact-info .follow-us li a:focus {
	background: #1e75bb;
	color: #fff;
	border-color: #1e75bb;
}
.contact-form {
	box-shadow: 0 0 30px 0 rgba(67, 67, 67, 0.15);
	padding: 20px 30px;
	border-top: 3px solid #1e75bb;
    border-bottom: 3px solid #1e75bb;
	background: #fff;
}
.contact-form h4 {
	color: #1e75bb;
	margin-bottom: 25px;
	font-size: 22px;
}
.list-unstyled li {
	color: #d9534f;
}
.contact-form .form-control {
	border-radius: 30px;
    text-align: right
}
.contact-form .btn {
	margin-top: 20px;
}
#message {
	height: auto;
	padding: 15px;
}
/*
==============================
Page Title CSS
==============================
*/
.page-title {
	height: 550px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	overflow: hidden;
	text-align: center;
}
.page-title::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
}
.page-title h1 {
	margin-bottom: 35px;
	color: #fff;
	font-size: 45px;
	font-weight: 600;
	margin-top: 65px;
}
.page-title ul li {
	display: inline-block;
	margin: 0 3px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
}
.page-title ul li.active {
	color: #ccc;
}
.page-title ul li a {
    color: #fff;
}
.page-title ul li a:hover {
	color: #ff2c57;
}
/*
==============================
Blog Details Area CSS
==============================
*/
.blog-details-area {
	background-image: url(../img/pattern.png);
	background-attachment: fixed;
}
.blog-details {
    box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	background: #fff;
}
.blog-details .article-img {
	position: relative;
}
.blog-details .article-img .date {
	position: absolute;
	bottom: 15px;
	width: 100px;
	left: 15px;
	height: 100px;
	text-align: center;
	font-size: 25px;
	background: #ff2c57;
	color: #fff;
	border-radius: 5px;
	padding-top: 19px;
	line-height: 32px;
	font-style: italic;
}
.blog-details .article-text {
	padding: 30px;
}
.blog-details .article-text ul li {
	display: inline-block;
}
.blog-details .article-text .category a {
	background: #ff2c57;
	color: #fff;
	padding: 3px 15px;
	display: inline-block;
	border-radius: 3px;
	font-weight: 400;
}
.blog-details-area .title {
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 27px;
}
.blog-details .article-text p {
	margin-bottom: 20px;
}
.blog-details .blockquote {
	margin-bottom: 25px;
	background: #f4f4f4;
	padding: 30px;
	margin-top: 25px;
	font-size: 17px;
	border-left: 4px solid #ff2c57;
}
.blog-details .blockquote p {
	color: #000;
}
.blog-details .author-share {
	margin-top: 40px;
}
.blog-details .article-author {
	overflow: hidden;
}
.blog-details .article-author .author-img {
	float: left;
	width: 27%;
}
.blog-details .article-author .author-img img {
	border-radius: 50%;
}
.blog-details .article-author .author-title {
	float: left;
	width: 73%;
	padding-left: 25px;
	margin-top: 17px;
}
.blog-details .article-author .author-title h4 {
	font-size: 20px;
	margin-bottom: 6px;
	text-transform: uppercase;
}
.blog-details .article-author .author-title span {
	color: #666;
	font-size: 15px;
}
.blog-details .author-share .social-share {
	text-align: right;
	margin-top: 28px;
}
.blog-details .author-share .social-share a {
	background: #ff2c57;
	color: #fff;
	width: 35px;
	display: inline-block;
	height: 35px;
	text-align: center;
	line-height: 35px;
	border-radius: 50%;
}
.post-controls-buttons {
	margin-top: 50px;
	margin-bottom: 50px;
	padding-left: 70px;
	padding-right: 70px;
}
.post-controls-buttons div {
	display: inline-block;
}
.post-controls-buttons .controls-right {
	float: right;
}
.post-controls-buttons div a {
    background: linear-gradient(-45deg, #4e54c8, #8089ff);
    box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
}
.post-controls-buttons div a {
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	padding: 10px 20px;
	border-radius: 5px;
	background: #fff;
	color: #ff2c57;
}
.post-controls-buttons div a:hover {
	background: #ff2c57;
	color: #fff;
}
.single-comment {
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	padding: 25px;
	margin-bottom: 25px;
	position: relative;
	overflow: hidden;
	background: #fff;
}
.single-comment.left-m {
	margin-left: 30px;
}
.single-comment .comment-img {
	float: left;
	width: 13%;
}
.single-comment .comment-img img {
    border-radius: 50%;
}
.single-comment .comment-content {
	float: left;
	width: 87%;
	padding-left: 25px;
}
.single-comment .comment-content h4 {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.single-comment .comment-content p {
	margin-bottom: 15px;
}
.single-comment .comment-content a {
	position: absolute;
	right: 25px;
	bottom: 25px;
	color: #ff2c57;
	text-transform: uppercase;
	font-size: 17px;
}
.leave-a-reply {
	box-shadow: 0 5px 10px rgba(0,9,128,0.035),0 7px 18px rgba(0,9,128,0.05);
	padding: 25px;
	background: #fff;
	margin-top: 50px;
}
.leave-a-reply .btn {
	margin-top: 20px;
}
/*
==============================
Footer Area CSS
==============================
*/
.footer-area {
	text-align: center;
	padding: 50px 0;
	background: #222222;
}
.footer-area h4 {
	line-height: 22px;
	margin-bottom: 30px;
    width: 130px;
    margin: auto;
    background-color: #EEE;
    padding: 8px;
    border-radius: 10px
}

.footer-area h4 a img {
    width: 80%
}
.footer-area h4 span {
	color: #ff2c57;
	font-size: 40px;
	font-weight: 700;
	text-transform: lowercase;
}
.footer-area ul li {
	display: inline-block;
}
.footer-area ul li a {
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 34px;
	border: 1px solid #fff;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
}
.footer-area ul li a:hover, .footer-area ul li a:focus {
	background: #ff2c57;
	color: #fff;
	border-color: #ff2c57;
}
.footer-area p {
	line-height: 1;
	margin-top: 30px;
	color: #fff;
}
/*
==============================
Go Top CSS
==============================
*/
.go-top {
	position: fixed;
	cursor: pointer;
	bottom: 30px;
	right: 20px;
	font-size: 25px;
	color: #fff;
	background-color: #000;
	z-index: 1;
	display: none;
	width: 40px;
	text-align: center;
	height: 40px;
	line-height: 39px;
	border-radius: 50%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	transition: .4s;
}
.go-top:hover {
	color: #fff;
	background: #1e75bb;
}



/*----- start fixed mobile ------*/
.con_icons {
    width: 100%;
    background-color: #119009;
    position: fixed;
    bottom: 0;
    left: 0;
    transition: all ease-in-out .4s;
    height: 75px;
    line-height: 75px;
    box-shadow: none;
    z-index: 16000170
}
.con_icons p {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 75px;
}
.con_icons .contain {
    background-color: #ffffff;
    position: relative;
    bottom: 0px;
    width: 100px;
    height: 75px;
    border-radius: 0 0 138px 0;
    left: 0px;
    float: left;
} 
.con_icons .fixed_whats {
    width: 50%;
    height: 60%;
    background: url(../img/whats.png) center center;
    background-size: cover;
    position: absolute;
    bottom: 18px;
    left: 15px;
}
.con_icons .fixed_mobile i {
    background-color: #FFF;
    color: #119009;
    padding: 6px;
    border-radius: 50%;
    font-size: 18px;
}

@media (min-width: 576px) {
    .con_icons {
        display: none
    }
}

@media (max-width: 576px) {
    .sub-footer {
        padding: 30px 0 80px;
    }
}


.mg-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 60px;
    right: 30px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    animation: 2s infinite bounceIn;
}
/*----- end fixed mobile ------*/