/* ======== Fonts ======== */

@font-face {
    src: url(../fonts/Signika/Signika-Regular.ttf);
    font-family: "Signika Regular";
}

@font-face {
    src: url(../fonts/Signika/Signika-Bold.ttf);
    font-family: "Signika Bold";
}

body {
    position: relative;
    font-size: 14px;
    font-family: 'Signika Regular', sans-serif;
}

a {
    transition: all .2s linear;
    -o-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

/* ======== Header Section ======== */
.navbar-default {
    background: transparent;
    border-color: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.logo-brand img {
	padding-left: 15px;
	height: 70px;
}

.navbar-toggle {
	margin-top: 18px;
}
.navbar-default .navbar-nav {
	margin-top: 7px;
}
.navbar-default .navbar-nav li a {
    font-family: "Signika Regular";
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
}

.navbar-default .navbar-nav li a::before {
    position: absolute;
    top: 50%;
    content: "";
    height: 2px;
    width: 0;
    background-color: #007055;
    margin-top: 10px;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.navbar-default .navbar-nav li.active > a::before, 
.navbar-default .navbar-nav li:hover > a::before {
    width: 30px;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    color: #333333;
    background-color: transparent;
}
.section-title {
	margin-bottom: 60px;
	font-family: "Signika Bold";
	text-align: center;
	text-transform: uppercase;
}

/* ======== About Section ======== */
#about {
    position: relative;
	padding-top: 150px;
    margin-bottom: 60px;
	height: 650px;
	color: #007055;
	background-repeat: no-repeat;
	text-align: left;
}

#about h1 {
	margin-top: 75px;
	font-size: 60px;
    text-transform: uppercase;
    margin-bottom: 12px;
    font-family: "Signika Bold";
}

#about .btn-default {
	padding: 14px 35px 12px 35px;
    margin: 40px 20px 0 0;
    color: #007055;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    background-color: transparent;
    border: 2px solid #007055;
    border-radius: 50px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#about .btn-default:before, 
#about .btn-default:after {
    content: '';
    position: absolute;
    width: 97%;
    height: 200%;
    background-color: #FFFFFF;
    z-index: -1;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

#about .btn-default:before {
    top: -170%;
    left: -75%;
}

#about .btn-default:after {
    top: -2%;
    right: -102%;
}

#about .btn-default:hover {
    color: #007055;
    background-color: transparent;
    border-color: #FFFFFF;
}

#about .btn-default:hover:before {
    top: -95%;
    left: -20%;
}
#about .btn-default:hover:after {
    right: -18%;
}

#about .left-content {
    z-index: 2;
}

#about .right-content {
    z-index: 2;
}

#about .right-content img {
    margin-top: 130px;
    z-index: 1;
}

/* ======== Feature Section ======== */
.service .service-colum {
    display: inline-block;
    min-height: 251px;
    border-bottom: 3px solid #fff9fa;
    padding: 15px;
    position: relative;
    transition: 0.5s;
    cursor: pointer;
    background: #fff;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.service .service-colum:hover {
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
    transform: scale(1.1);
    z-index: 1;
    cursor: default;
}

.service .service-colum:after {
    content: "";
    display: block;
    height: 0.25em;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%);
    background-image: linear-gradient(to right, transparent 50.3%, #ff9000 50.3%);
    transition: background-position .2s .1s ease-out;
    background-size: 200% auto;
}

.service .service-colum:hover:after {
    background-position: -100% 0;
}

.service .service-colum .service-icon {
    display: inline-block;
    margin-bottom: 20px !important;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    padding-top: 20px;
}

.service .service-colum .service-icon .fa {
    font-size: 40px;
    color: #007055;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#feature {
	padding: 40px 0;
}

#feature .box-feature {
	margin-bottom: 30px;
	padding: 8px;
	min-height: 260px;
	border: 1px solid #f0f0f0;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#feature .box-feature:hover {
	box-shadow: 1px 0px 14px 1px #ebebeb;
}

#feature .box-feature-inner {
	padding: 15px;
	min-height: 241px;
	border: 1px solid transparent;
	text-align: center;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#feature .box-feature:hover .box-feature-inner {
	border: 1px solid #f0f0f0;
}

#feature .box-feature:hover .box-feature-inner .fa {
	webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

#feature .box-feature:hover .box-feature-inner h4 {
	color: #02428c;
}

#feature .box-feature-inner .fa {
	font-size: 40px;
	color: #ff6375;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#feature .box-feature-inner h4 {
	margin-top: 25px;
	margin-bottom: 15px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#feature .box-feature-inner p {
	color: #696969;
}


#contact {
    height: 100%;
    padding: 40px 0;
    text-align: center;
    background: #007055;
    color: #ffffff;
}

#contact ul.contact-info {
	display: inline-block;
	padding-left: 0;
	list-style: none;
}

#contact ul.contact-info li {
	font-size: 20px;
	margin-bottom: 10px;
}

#contact ul.social-link {
	display: inline-block;
	margin-top: 30px;
	padding-left: 0;
	list-style: none;
}

#contact ul.social-link li {
	float: left;
	font-size: 30px;
	margin-bottom: 10px;
	margin-right: 30px;
}

#contact ul.social-link li:last-child {
	margin-right: 0;
}

#contact ul.social-link li a {
	cursor: pointer;
    color: #ffffff;
}

#contact ul.social-link li a:hover {
	color: #ef231a;
}

#footer {
	padding: 20px 0 10px 0;
	text-align: center;
}

.scrollToTop {
    width: 30px;
    height: 30px;
    text-align: center;
    background-color: rgba(0, 112, 85, 0.4);
    color: #FFFFFF;
    position: fixed;
    bottom: 40px;
    right: 40px;
    line-height: 30px;
    border-radius: 2px;
    display: none;
    cursor: pointer;
}

.scrollToTop:hover {
    color: #FFFFFF;
    background-color: #007055;
}

.scrollToTop:hover i {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


/* ======== Theme ======== */
/*.red-gradient {
    background: -webkit-linear-gradient(right, rgba(253,130,86,1), rgba(247,75,98,1));
    background: -o-linear-gradient(right, rgba(253,130,86,1), rgba(247,75,98,1));
    background: -moz-linear-gradient(right, rgba(253,130,86,1), rgba(247,75,98,1));
}*/
.green-gradient {
    background: -webkit-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
    background: -o-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
    background: -moz-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
}
.green-gradient:after {
    content: "";
    position: absolute;
    height: 450px;
    background: url(../img/wave2.png)no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: -50px;
    left: 0;
    width: 100%;
}

.tosca-gradient {
    background: -webkit-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
    background: -o-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
    background: -moz-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
}
.tosca-gradient:after {
    content: "";
    position: absolute;
    height: 450px;
    background: url(../img/wave2.png)no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: -50px;
    left: 0;
    width: 100%;
}

.blue-gradient {
    background: -webkit-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
    background: -o-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
    background: -moz-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
}
.blue-gradient:after {
    content: "";
    position: absolute;
    height: 450px;
    background: url(../img/wave2.png)no-repeat;
    background-position: center center;
    background-size: cover;
    bottom: -50px;
    left: 0;
    width: 100%;
}

.header-green-gradient {
    background: -webkit-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
    background: -o-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
    background: -moz-linear-gradient(right, rgba(168,226,57,1), rgba(77,112,1,1));
}

.header-tosca-gradient {
    background: -webkit-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
    background: -o-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
    background: -moz-linear-gradient(right, rgba(155,255,230,1), rgba(0,198,149,1));
}

.header-blue-gradient {
    background: -webkit-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
    background: -o-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
    background: -moz-linear-gradient(right, rgba(239,245,255,1), rgba(176,206,255,1));
}

/* ======== Responsive CSS ======== */

@media (max-width: 360px) {
	.logo-brand img {
    	padding-left: 15px;
    	height: 60px;
    }

    #about {
    	padding-top: 100px;
    	height: 410px;
    }

    #about h1 {
    	margin-top: 0;
		font-size: 25px;
    }

    #contact ul.contact-info li {
		font-size: 18px;
	}
}
@media (min-width: 767px) {
	.navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
    .top-nav-collapse {
        padding: 10px 0;
        box-shadow: 0px 0px 5px #000;
        -webkit-box-shadow: 0px 0px 5px #000;
        -moz-box-shadow: 0px 0px 5px #000;
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
    }
}
