/*
====================================================

* 	[Master Stylesheet]

	Template Name 	:  Lamda
	Version    		:  1.0
	Author     		:  W3Engineers Ltd.
	Author URI 		:  https://themeforest.net/user/akmrakib

====================================================

	1. PRIMARY STYLES
	2. COMMON STYLES
	3. MENU STYLING
		LOGO
		RIGHT HIDDEN MENU
		SEARCH AREA
		SEARCH FORM STYLE
		MAIN MENU
		DROPDOWN
		DROPDOWN MULTI LEVEL
		DROPDOWN HOVER EFFECT
		NAV ICON
	4. SLIDER STYLING
		SLIDER CURRENT SLIDE
		SLIDER NAVIGATION
	5. ABOUT SECTION STYLING
	6. SERVICES SECTION STYLING
	7. COUNTER SECTION STYLING
	8. FEATURE SECTION STYLING
	9. TEAM SECTION STYLING
	10. QUOTO SECTION STYLING
	11. QUESTION SECTION STYLING
	12. BLOG SECTION STYLING
	13. FOOTER SECTION STYLING


/* ---------------------------------
1. PRIMARY STYLES
--------------------------------- */

html {
    width: 100%;
    height: 100%;
    font-size: 100%;
    overflow-x: hidden;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

body {
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    margin: 0;
    word-wrap: break-word;
    line-height: 1.3;
    width: 100%;
    overflow-x: hidden;
    word-break: break-word;
    color: #444;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a {
    margin: 0;
    padding: 0;
    line-height: inherit;
    font-weight: inherit;
}

h1 {
    font-size: 3.8em;
    line-height: 1;
}

h2 {
    font-size: 3em;
}

h3 {
    font-size: 2em;
}

h4 {
    font-size: 1.5em;
}

h5 {
    font-size: 1.3em;
}

h6 {
    font-size: 1em;
}

p {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.6;
    color: #555;
}

a {
    text-decoration: none;
}

a,
button {
    display: inline-block;
    color: inherit;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active,
button:hover,
button:focus,
button:active,
a:hover b.light-color {
    text-decoration: none;
    color: #17af81;
}

ul {
    margin: 0;
}

li {
    display: inline-block;
    list-style: none;
}

img {
    height: auto;
    width: 100%;
}

b {
    font-weight: 500;
}

i {
    font-size: 1.2em;
}

header .main-menu {
    font-weight: 400;
}

b.light-color {
    color: #333;
}


/* ---------------------------------
2. COMMON STYLES
--------------------------------- */

.section {
    padding: 100px 0 70px;
}

.section .heading {
    margin-bottom: 75px;
    padding-bottom: 20px;
    position: relative;
}

.section .heading:before {
    content: '';
    width: 150px;
    height: 1px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    margin-left: -75px;
    opacity: .5;
    background: #ccc;
}

.section .heading:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    margin-left: -50px;
    opacity: .5;
    background: #ccc;
}

.section .pre-heading {
    letter-spacing: 3px;
    color: #222;
}

.center-text {
    text-align: center;
}

.position-static {
    position: static;
}

.display-table {
    display: table;
    width: 100%;
    height: 100%;
}

.display-table-cell {
    display: table-cell;
    vertical-align: middle;
}

.height-100 {
    height: 100%;
}

.width-30 {
    width: 30%;
}

.width-35 {
    width: 35%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.btn {
    font-size: .95em;
    padding: 18px 45px;
    border-radius: 50px;
    letter-spacing: 3px;
    -webkit-box-shadow: inset 0px -3px 1px rgba(0, 0, 0, .1);
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, .1);
    border: 0;
    background: #17af81;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.btn:hover {
    color: #000;
    background: #fff;
    -webkit-box-shadow: inset 0px -2px 1px rgba(0, 0, 0, .2), 10px 10px 20px rgba(0, 0, 0, .15);
    box-shadow: inset 0px -2px 1px rgba(0, 0, 0, .2), 10px 10px 20px rgba(0, 0, 0, .15);
    -webkit-transform: translatey(-2px);
    -ms-transform: translatey(-2px);
    transform: translatey(-2px);
}

.position-relative {
    position: relative;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.f-weight-700 {
    font-weight: 700;
}


/* PAGE LOADER */

.no-js #loader {
    display: none;
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

.page-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader.gif) center no-repeat #fff;
}

/* GO TOP */

#back-to-top {
    height: 50px;
    width: 50px;
    line-height: 55px;
    border-radius: 50px;
    text-align: center;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    font-size: 1.3em;
    transition: all .2s;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    transform: scale(0);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .3);
    background: #17af81;
}

#back-to-top i {
    color: #fff;
}

#back-to-top:hover {
    box-shadow: 2px 5px 10px rgba(0, 0, 0, .3);
    background: #007da7;
}

#back-to-top.show {
    opacity: 1;
    transform: scale(1);
}


/* ---------------------------------
3. MENU STYLING
--------------------------------- */

header {
    position: absolute;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color: #fff;
}

/* RIGHT HIDDEN MENU */

header .right-hidden-menu {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0px;
    width: 400px;
    text-align: center;
    z-index: 1000;
    padding: 50px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-box-shadow: -1px -2px 20px rgba(0, 0, 0, .1);
    box-shadow: -1px -2px 20px rgba(0, 0, 0, .1);
    background: #fff;
    color: #222;
}

header .right-hidden-menu .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2em;
    padding: 10px;
}

header .right-hidden-menu .logo {
    width: 250px;
    margin: 30px auto 60px;
    display: block;
    float: none;
}

header .right-hidden-menu .logo img {
    width: 100%;
    height: auto;
}

header .right-hidden-menu .title {
    margin: 30px 0;
}

header .right-hidden-menu .btn {
    margin: 0;
    margin-bottom: 50px;
}

header .right-hidden-menu .icons>li>a {
    margin: 0 10px;
    font-size: 1.2em;
}

header .visible.right-hidden-menu {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}


/* SEARCH FORM STYLE */

header .src-form {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 75px;
    z-index: 1;
    -webkit-transform: translateY(-350px);
    -ms-transform: translateY(-350px);
    transform: translateY(-350px);
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    opacity: 0;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    background: #fff;
    color: #000;
}

header .src-form-inner {
    position: relative;
    margin: 30px;
    border-radius: 3px;
}

header .src-form .src-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: normal;
    padding: 0px 70px 0px 20px;
    border: 1px solid #ccc;
}

header .src-form .submit-btn {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    background: none;
    border: 0;
    outline: 0;
    border-left: 1px solid #ccc;
}

header .visible.src-form {
    -webkit-transform: translateY(-0%);
    -ms-transform: translateY(-0%);
    transform: translateY(-0%);
    opacity: 1;
}

/* LOGO */

header .menu-left-area {
    float: left;
    padding-right: 40px;
}

header .logo img {
    height: auto;
    margin: 20px 0;
    width: 200px;
}

/* SEARCH AREA */

header .menu-right-area {
    float: right;
    padding-left: 15px;

}

header .menu-right-area>li {
    float: right;
    height: 75px;
    line-height: 75px;
    font-size: 1.2em;
}

header .menu-right-area>li>a {
    padding: 0 15px;
}

/* MAIN MENU */

header .menu-wrapper {
    height: 75px;
}

header .main-menu {
    float: right;
    text-align: left;
}

header .main-menu>li {
    height: 75px;
}

header .main-menu li {
    position: relative;
    float: left;
}

header .main-menu>li>a {
    padding: 0 20px;
    height: 75px;
    line-height: 75px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

header .main-menu>li>a:after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 2px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background: #17af81;
}

header .main-menu li>a>i {
    font-size: 1.2em;
    margin-left: 7px;
}

header .visible.main-menu {
    display: block;
}

/* DROPDOWN */

header .main-menu li ul {
    display: none;
    top: 75px;
    position: absolute;
    width: 180px;
    -webkit-box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    box-shadow: 2px 4px 20px rgba(0, 0, 0, .2);
    background: #333;
}

header .main-menu ul.drop-down li {
    display: block;
    margin: 0;
    width: 100%;
    line-height: 1;
}

header .main-menu ul.drop-down li>a {
    display: block;
    padding: 17.5px 20px;
    position: relative;
    width: 100%;
    border-top: 1px solid #444;
}

header .main-menu ul.drop-down li:first-child>a {
    border-top: 0;
}

header .main-menu ul.drop-down li>a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #17af81;
}

/* DROPDOWN MULTI LEVEL */

header .main-menu .drop-down-lower {
    left: 180px;
    top: 0;
}

header .main-menu ul.drop-down li>ul.drop-down-lower li.hover-effect>a {
    padding-left: 25px;
}

/* DROPDOWN HOVER EFFECT */

header .main-menu li.hover-effect>a:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

header .main-menu li.hover-effect>ul {
    display: block;
    -webkit-animation: full-opacity-anim .3s forwards;
    animation: full-opacity-anim .3s forwards;
}

header .main-menu ul.drop-down li.hover-effect>a:after {
    width: 2px;
}

header .main-menu ul.drop-down li.hover-effect>a {
    padding-left: 25px;
}

@-webkit-keyframes full-opacity-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes full-opacity-anim {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* NAV ICON */

.menu-nav-icon {
    display: none;
    height: 65px;
    width: 50px;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    font-size: 1.8em;
    color: #fff;
}


/* ---------------------------------
4. SLIDER STYLING
--------------------------------- */

.main-slider {
    position: relative;
    width: 100%;
    height: 800px;
    overflow: hidden;
    z-index: 1;
    padding-top: 90px;
}

.main-slider .content {
    position: relative;
    z-index: 2;
    color: #fff;
}

.main-slider .content .desc {
    margin: 20px 0 30px;
    line-height: 1.6;
}

.main-slider .slider-btn {
    margin-top: 0px;
}

/* BACKGROUND VIDEO */

.jquery-background-video-wrapper {
    position: relative;
    overflow: hidden;

    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.jquery-background-video {
    position: absolute;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/* VIDEO LAYER */

.video-hero {
    position: absolute !important;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.video-hero:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .4;
    background-size: 80px 5px;
    background-repeat: repeat;
    background-image: url(../images/video-bg-layer-black.png);

}

.video-hero:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: .75;
    background: #4568DC;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #B06AB3, #4568DC);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #B06AB3, #4568DC);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

/*Fade in videos */

.js .jquery-background-video {
    opacity: 0;
    -webkit-transition: opacity 300ms linear;
    -o-transition: opacity 300ms linear;
    transition: opacity 300ms linear;
}

.js .jquery-background-video.is-visible {
    opacity: 1;
}

/*Pause/play button */

.jquery-background-video-pauseplay {
    position: absolute;
    background: transparent !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    width: 20px;
    height: 20px;
    top: auto !important;
    bottom: 50px !important;
    right: 50px !important;
    padding: 0 !important;
    cursor: pointer;
    outline: none !important;
    z-index: 2;
}

.jquery-background-video-pauseplay span {
    display: none;
}

.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.jquery-background-video-pauseplay.play:before {
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #FFF;
}

.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
    border-top: 10px solid #FFF;
    border-bottom: 10px solid #FFF;
    border-left: 5px solid #FFF;
}

.jquery-background-video-pauseplay.pause:after {
    left: 10px;
}

/* ---------------------------------
5. ABOUT SECTION STYLING
--------------------------------- */

.about-section .title {
    margin-bottom: 30px;
}

.about-section .read-btn {
    margin-bottom: 30px;
}

/* ---------------------------------
6. SERVICES SECTION STYLING
--------------------------------- */

.jx_ui_Widget {
    display: none;
}

.services-section {
    background: #EEF4F2;
}

.services-section .service {
    margin-bottom: 30px;
    padding: 20px 30px 30px;
    position: relative;
    z-index: 1;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    overflow: hidden;
    border-radius: 5px;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
}

.services-section .service:hover {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}

.service .bg-writing {
    position: absolute;
    z-index: -1;
    font-size: 15em;
    right: -30px;
    top: -50px;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
    color: #fff;
}

.service .icon {
    font-size: 3em;
    color: #17af81;
}

div[class^="col"]:nth-child(2n+2) .service .icon {
    color: #17af81;
}

.service .title {
    margin: 5px 0 15px;
}

/* ---------------------------------
7. COUNTER SECTION STYLING
--------------------------------- */

.counter-section {
    position: relative;
    z-index: 1;
    text-align: center;
    background-image: url(../../images/slider-6-1600x500.jpg);
    background-size: cover;
    background-position: center;
}

.counter-section:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: rgba(0, 0, 0, .6);
}

.counter-section .counter {
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
    text-align: left;
    color: #fff;
}

.counter .icon {
    font-size: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.counter .desc {
    margin: 5px 0;
}

.counter .right-area {
    display: inline-block;
    margin-left: 70px;
    padding-left: 20px;
    border-left: 1px solid #fff;
}

/* ---------------------------------
8. FEATURE SECTION STYLING
--------------------------------- */

.feature-info .feature {
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

.feature .bg-writing {
    position: absolute;
    top: -20px;
    left: -30px;
    z-index: -1;
    font-size: 5.5em;
    line-height: 1;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, .15);
    color: #fff;
}

.feature .title {
    margin-bottom: 15px;
}

.feature-section .feature-info {
    padding-right: 50px;
    margin-bottom: 30px;
}

.feature-section .feature-image {
    margin-bottom: 30px;
}

/* ---------------------------------
9. TEAM SECTION STYLING
--------------------------------- */

.team-section {
    background: #F4F4F4;
}

.team-section .team {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    cursor: move;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
}

.team .desc {
    padding: 25px 30px 30px;
}

.team .desc .designation {
    margin: 10px 0 15px;
    color: #666;
}

.team .desc .icons>li {
    margin-right: 15px;
}

.team-section .swiper-container {
    padding: 0 20px 40px 5px;
    margin-bottom: 15px;
}

/* ---------------------------------
10. QUOTO SECTION STYLING
--------------------------------- */

.quoto-section .quoto {
    margin-bottom: 30px;
    position: relative;
}

.quoto .profile-image {
    width: 170px;
    height: 170px;
    margin: 0 auto;
    border-radius: 5px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
}

.quoto .right-area {
    margin-left: 210px;
}

.quoto .start-icon {
    display: inline-block;
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
    margin-right: 15px;
    color: #aaa;
}

.quoto .end-icon {
    display: inline-block;
    -webkit-transform: rotate(180deg) translateY(-10px);
    -ms-transform: rotate(180deg) translateY(-10px);
    transform: rotate(180deg) translateY(-10px);
    margin-left: 15px;
    color: #aaa;
}

.quoto .desc {
    margin-bottom: 20px;
    line-height: 1.6;
}

.quoto .author-info .name {
    margin-bottom: 7px;
}

.quoto .author-info .designation {
    color: #666;
}

.quoto-section .swiper-container {
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.quoto-section .slider-control {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 70px;
    right: 0;
    opacity: 1;
}

.quoto-section .swiper-button-prev,
.quoto-section .swiper-button-next {
    top: 0;
    bottom: 0;
    width: 50%;
    margin: 0;
    background: none;
    font-size: 2em;
}

.quoto-section .swiper-button-prev {
    left: 0;
}

.quoto-section .swiper-button-next {
    right: 0;
}

/* ---------------------------------
11. QUESTION SECTION STYLING
--------------------------------- */

.question-section {
    padding: 100px 0;
    background: -webkit-gradient(linear, right top, left top, from(#00b98a), to(#848ee3));
    background: -webkit-linear-gradient(right, #00b98a, #848ee3);
    background: -o-linear-gradient(right, #00b98a, #848ee3);
    background: linear-gradient(270deg, #00b98a, #848ee3);
    color: #fff;
}

.question-section .contact-btn {
    background: #fff;
    color: #000;
}

/* ---------------------------------
12. BLOG SECTION STYLING
--------------------------------- */

.blog-section {
    background: #F4F4F4;
}

.blog-section .blog-post {
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
}

.blog-post .desc {
    padding: 35px 25px;
}

.blog-post .date,
.blog-post .name {
    color: #777;
}

.blog-post .desc .icon {
    margin-right: 10px;
    font-size: .9em;
}

.blog-post .desc .title {
    margin: 10px 0;
}

.blog-post .desc .para {
    margin: 20px 0;
}

.blog-post .read-more-btn {
    position: relative;
    overflow: hidden;
    padding-bottom: 2px;
}

.blog-post .read-more-btn:after {
    content: '';
    position: absolute;
    bottom: 0px;
    left: 0%;
    width: 100%;
    height: 1px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    background: #aaa;
}

.blog-post .read-more-btn:hover:after {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

/* ---------------------------------
13. FOOTER SECTION STYLING
--------------------------------- */

footer {
    padding-top: 70px;
    background: #222;
    color: #ccc;
}

footer p {
    color: #ccc;
}

footer .footer-section {
    margin-bottom: 50px;
}

footer .footer-section .title {
    margin-bottom: 25px;
    color: #fff;
}

footer .footer-section ul>li {
    margin-bottom: 10px;
    display: block;
}

footer .footer-section ul.icons>li {
    display: inline-block;
}

footer .footer-section .para {
    margin: 5px 0 15px;
}

footer .footer-section i {
    margin-right: 5px;
}

footer .logo {
    padding: 0 50px 30px 0;
    max-width: 200px;
}

footer .site-map li>a {
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px dashed #333;
}

footer .site-map li:last-child>a {
    border-bottom-width: 0px;
}

footer .site-map li>a>i {
    font-size: .8em;
    color: #aaa;
}

footer .newsletter .email-area {
    position: relative;
    height: 50px;
    margin: 15px 0;
}

footer .newsletter .email-area .email-input {
    height: 50px;
    line-height: normal;
    width: 100%;
    border: 0;
    outline: 0;
    padding: 0 70px 0 25px;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all .3s;
    background: #555;
}

footer .newsletter .email-area .email-input:focus {
    border-color: #17af81;
}

footer .newsletter .email-area .email-input:focus+.submit-btn {
    border: 1px solid #17af81;
}

footer .newsletter .email-area .submit-btn {
    outline: 0;

    position: absolute;
    right: 0;
    width: 60px;
    top: 0;
    bottom: 0;
    border: 0;
    border-radius: 0 30px 30px 0;
    transition: all .3s;
    background: #666;
    color: #fff;
}

footer .newsletter .email-area .submit-btn i {
    margin: 0;
}

footer .newsletter .email-area .submit-btn:hover {
    background: #444;
}

footer .newsletter .icons {
    color: #aaa;
}

footer .copyright-section {
    background: #111;
    padding: 20px 0;
    text-align: center;
    color: #fff;
}
