/*
====================================================

* 	[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
		BLUR BODY IF A POPUP HAPPENS
		TOP MENU
		LOGIN FORM / REG FORM
		MIDDLE MENU
		LOGO
		SEARCH AREA
		SEARCH FORM STYLE
		RIGHT HIDDEN MENU
		BOTTOM 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. CONTACT US STYLING
		CONTACT FORM
	14. FACEBOOK MESSENGER STYLING
	15. 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,
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: #003c77;
}
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: 15px 40px; 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: #003c77;
    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: #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(-4px);
    -ms-transform: translatey(-4px);
    transform: translatey(-4px);
}
.position-relative {
    position: relative;
}

.margin-top-30{ margin-top: 30px; }

.margin-bottom-30{ margin-bottom: 30px; }

.colored-text{ color: #003c77; }

.color-white{ color: #fff!important; }

.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: #003c77; }

#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: 0;
    left: 0;
    right: 0;
    z-index: 10;
    text-align: center;
    color: #333;
	background: #fff;
}
/* TOP MENU */

header .top-menu {
    line-height: 40px;
    overflow: hidden;
	color: #ccc;
	background: #222627;
}
header .top-menu .left-area {
    float: left;
}
header .top-menu .right-area {
    float: right;
}
header .top-menu ul > li > a {
    padding: 0 10px;
}

/* LOGIN FORM / REG FORM */

body .dark-bg {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: rgba(0, 0, 0, .5);
}
body .visible.dark-bg {
    display: block;
    -webkit-animation: full-opacity-anim .3s forwards;
    animation: full-opacity-anim .3s forwards;
}
header .form-wrapper {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 100;
}
header .pop-up-form .form-area {
    position: relative;
    padding: 40px 40px;
    border-radius: 5px;
    text-align: left;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    box-shadow: 10px 10px 20px rgba(0, 0, 0, .1);
    background: #fff;
}
header .form-area input,
header .form-area button {
    display: block;
}
header .form-area input {
	height: 45px;
    line-height: normal;
    margin: 30px 0;
    padding: 0 20px;
    width: 100%;
    border: 1px solid #ccc;
}
header .form-area .submit-btn {
    padding: 0 30px;
    line-height: 45px;
    margin: 15px 0;
}
header .form-area .register {
    margin-left: 15px;
    text-decoration: underline;
}
header .pop-up-form .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    padding: 10px;
    font-size: 1.3em;
}
header .visible.form-wrapper {
    display: block;
    -webkit-animation: full-opacity-anim .3s forwards;
    animation: full-opacity-anim .3s forwards;
}

/* 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;
}
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;
}
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: 65px;
    margin: 5px 0;
	width: auto;
}

/* 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 {
    
    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: #003c77;
}
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: #fff;
}
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 #ddd;
}
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: #003c77;
}

/* 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: #000;
}


/* ---------------------------------
4. SLIDER STYLING
--------------------------------- */

.main-slider {
	margin-top: 115px;
    position: relative;
    width: 100%;
    overflow: hidden;
	color: #fff;
	z-index: 1;
}

.main-slider .slider-btn{ border-radius: 100px!important; letter-spacing: 1px!important; text-align: center!important; 
	box-shadow: inset 0px -3px 1px rgba(0, 0, 0, .1); color: #fff; background: #003c77; }

.main-slider .slider-image{ width: 100%; height: auto; }

.main-slider .slider-title{ text-align: center!important; white-space:normal!important; text-shadow: 0px 1px 10px rgba(0,0,0,.2); }

.main-slider .slider-desc{ text-align: center!important; !important; text-shadow: 0px 1px 10px rgba(0,0,0,.1); }

.main-slider .ls-slide-backgrounds:after{ content:''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; z-index: 1; 
	opacity: .1; background: linear-gradient(to right, #0f0c29, #302b63, #24243e); }

.ls-gui-element.ls-nav-prev,
.ls-gui-element.ls-nav-next{ display: block!important; opacity: 1!important; background: none!important; }

.ls-outline .ls-nav-prev, 
.ls-outline .ls-nav-next{ border-radius: 40px!important; border: 1px!important; }

.ls-gui-element.ls-nav-prev:hover,
.ls-gui-element.ls-nav-next:hover{ background: #fff!important; }

.circliful {
    
    max-height: 300px;
  }
  
svg{ display: block!important; }

/* ---------------------------------
5. ABOUT SECTION STYLING
--------------------------------- */

.about-section .about-area {
    margin: 0 30px 30px 0;
}
.about-area .title {
    margin-bottom: 15px;
}
.about-area .para {
    margin-top: 15px;
}
.about-section .image-wrapper {
    border-radius: 5px;
    overflow: hidden;
	max-width: 500px;
}

/* ---------------------------------
6. SERVICE SECTION STYLING
--------------------------------- */

.services-area {
    margin-top: 70px;
    padding-top: 70px;
    border-top: 1px solid #ddd;
}
.services-area .service {
    position: relative;
    margin: 30px 0;
}
.service .left-area {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    font-size: 30px;
}
.service .left-area i {
	font-size: 1.5em;
    color: #003c77;
}
.service .right-area {
    margin-left: 60px;
}
.service .title {
    margin-bottom: 15px;
}

/* ---------------------------------
7. COUNTER SECTION STYLING
--------------------------------- */

.counter-section {
	padding: 100px 0;
    position: relative;
    z-index: 1;
    text-align: center;
    background-size: cover;
    background-position: center; color: #fff;
	background-image: url(../../images/slider-4-1600x500.jpg);
}

.counter-section .heading{ margin-bottom: 0; }

.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 .circular-pregress{ width: 25%; float: left; padding: 0 20px; margin: 0 auto; }

.circliful{ max-width: 250px; margin: 0 auto; }

.circliful .timer{ font-size: 2.3em!important; }

.counter-section .desc{ margin-top: 0px; }


/* ---------------------------------
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: #777; }

.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: #003c77;  /* fallback for old browsers */
background: -webkit-linear-gradient(to left, #003c77, #003c77);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to left, #003c77, #003c77); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */



    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: 2px;
    -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. CONTACT US STYLING
--------------------------------- */

.contact-section .contact-info {
    position: relative;
    margin-bottom: 30px;
}
.contact-info .left-area {
    position: absolute;
    left: 0;
    height: 35px;
    width: 35px;
    font-size: 35px;
}
.contact-info .left-area i {
    color: #003c77;
}
.contact-info .right-area {
    margin-left: 50px;
    padding-left: 15px;
    border-left: 1px solid #eee;
}
.contact-info .title {
    margin-bottom: 10px;
    color: #666;
}
.contact-section .or-writing {
    margin: 40px 0 70px;
    position: relative;
}
.contact-section .or-writing:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    height: 1px;
    top: 50%;
    margin-top: -.5px;
    z-index: -1;
    background: #ddd;
}
.contact-section .or-writing span {
    padding: 0 15px;
    background: #fff;
}
/* CONTACT FORM */

.contact-form .form-control {
    border-radius: 0px;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #bbb;
    height: 45px;
    line-height: normal;
    padding: 0;
    margin-bottom: 30px;
}
.contact-form .form-control:focus {
    border-color: #003c77;
}
.contact-form textarea.form-control {
    height: auto;
    line-height: 1.3;
    max-width: 100%;
}
.contact-form .submit-btn {
    margin-bottom: 30px;
}


/* ---------------------------------
14. 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: 15px;
}

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: #003c77; }

footer .newsletter .email-area .email-input:focus + .submit-btn{ border: 1px solid #003c77; }

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;
}
#contact h5 {
    font-size: 1em;
}