
/*******************************************************
    Template Name    : Beverly - Travel Agency Parallax Template
    Author           : aam-developer
    Version          : 1.0
    Created          : 2019
    File Description : Main css file of the template
*******************************************************/

/**************************************
    -- Css Table of Content
    01.Generale Style
    02.Preloader Style
    03.Navber Style
    04.Home Section Style
    05.Book Now From Section Style
    06.Destination Section Style
    07.Services Section Style
    08.Travel-Tips Section Style
    09.Testimonial Section Style
    10.Subscribe Section Style
    11.Contact Section Style
    12.Footer-top Section Style
    13.Footer-bottom Section Style
 *************************************/
 
/**************************************
 * 01. Generale Style
 *************************************/

body {
	background: #ffffff;
	color: #333;
	font-family: 'Enriqueta', serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	overflow-x: hidden;
	margin: 0 auto;
	padding: 0;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-family: 'Enriqueta', serif;
	font-weight: normal;
	color: #000;
}

a {
	color: #2c7ae7;
	text-decoration: none !important;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-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;
}

img {
	max-width: 100%;
}

a:hover {
	color: #2c7ae7;
	-moz-transition: all 0.5s ease-in-out 0s;
	-ms-transition: all 0.5s ease-in-out 0s;
	-o-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;
}

a:hover, a:focus {
	color: #2c7ae7;
	text-decoration: none;
}

p {
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #333;
	line-height: 28px;
	font-family: 'Ubuntu', sans-serif;
}

.form-control:focus {
	box-shadow: none;
	outline: 0 none;
	border-bottom: 1px solid #2c7ae7;
}

.btn:focus {
	outline: none !important;
}

button:focus {
	outline: 0 none;
}

.button:focus {
	outline: 0;
}
.button {
    display: inline-block;
    padding: 8px 30px;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: 0.9px;
    font-weight: 400;
    border: 2px solid #2c7ae7;
    background: #2c7ae7;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
    margin-top: 30px;
	position: relative;
}

.button:hover {
	background-color: transparent;
	color: #000;
	transition: all 500ms ease;
}
.button img {
    position: absolute;
    top: 50%;
    right: -30px;
	margin-top: 2px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
}
.button:hover img{right:-38px}
.header-text .button img {
    -webkit-filter: invert(1);
    -moz-filter: invert(1);
    -ms-filter: invert(1);
    -o-filter: invert(1);
    filter: invert(1);
}

dl, ol, ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.section-padding {
	padding: 100px 0 0 0 ;
}

.section-title {
	text-align: center;
	margin-bottom: 75px;
}

.section-title h2 {
    font-weight: 700;
    margin: 0;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 36px;
    color: #404040;
}
.section-title p {
	font-size: 15px;
    margin-top: 20px;
}
.display-table {
	width: 100%;
	height: 100%;
	display: table;
}

.table-cell {
	display: table-cell;
	vertical-align: middle;
}

.back-to-top {
	position: fixed;
    display: none;
    background: #ff9800;
    color: #fff;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 25px;
    bottom: 20px;
    transition: background 0.5s;
    z-index: 11;
}
.back-to-top::before,
.back-to-top::after {
  content: "";
  display: block;
  position: absolute;
  border: 1px solid #ff9800;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  backface-visibility: hidden;
}

.back-to-top::after {
  animation-delay: 0.5s;
}

@keyframes animate {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.back-to-top i {
	padding-top: 8px;
	color: #fff;
}

/**************************************
 * 02.Preloader Style
 *************************************/
#pre-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.line {
    background: transparent;
    width: 100px;
    height: 100px;
    border: 2px dotted #7d7d7d;
    border-radius: 80px;
    text-align: center;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: -webkit-translate(-50%, -50%);
    transform: -moz-translate(-50%, -50%);
    transform: -ms-translate(-50%, -50%);
}
.earth {
	background: #4ba0ff;
	box-shadow: 0px 1px 5px 1px #4ba0ff;
	width: 25px;
	height: 25px;
	border-radius: 50px;
	animation-name: preloader;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transform-origin: 48px 44px;
	will-change: transform;
	position: absolute;
	top: -19px;
	left: -22px;
	line-height: 25px;
}
.earth i {
    font-size: 18px;
    color: #fff;
    transform: rotate(-45deg);
}
.sun {
  background-image: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  box-shadow: 0px 1px 15px 5px #fda085;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
  transform: -moz-translate(-50%, -50%);
  transform: -ms-translate(-50%, -50%);
}

@keyframes preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/**************************************
 * 03.Navber Style
 *************************************/
.navbar-b {
	transition: all .5s ease-in-out;
	background-color: transparent;
	padding-top: 1.563rem;
	padding-bottom: 1.563rem;
}

.navbar-b.navbar-reduce {
	box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.06);
}

.navbar-b.navbar-trans .nav-item, .navbar-b.navbar-reduce .nav-item {
	position: relative;
	padding-right: 10px;
	padding-left: 0;
}

.navbar-b.navbar-trans .nav-link, .navbar-b.navbar-reduce .nav-link {
	color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.7px;
    font-family: 'Ubuntu', sans-serif;
}

.navbar-b.navbar-trans .nav-link:hover, .navbar-b.navbar-reduce .nav-link:hover {
	color: #1B1B1B;
}

.navbar-b.navbar-trans .nav-link:hover {
	color: #2c7ae7;
}

.navbar-b.navbar-trans .show > .nav-link, .navbar-b.navbar-trans .active > .nav-link, .navbar-b.navbar-trans .nav-link.show, .navbar-b.navbar-trans .nav-link.active {
	color: #ffffff;
}

.navbar-b.navbar-reduce {
	transition: all .5s ease-in-out;
	background-color: #fff;
	padding-top: 20px;
	padding-bottom: 20px;
}

.navbar-b.navbar-reduce .nav-link {
	color: #585858;
}

.navbar-b.navbar-reduce .nav-link:hover {
	color: #2c7ae7;
}

.navbar-b.navbar-reduce .show > .nav-link, .navbar-b.navbar-reduce .active > .nav-link, .navbar-b.navbar-reduce .nav-link.show, .navbar-b.navbar-reduce .nav-link.active {
	color: #2c7ae7;
}

.navbar-b.navbar-reduce .navbar-brand {
	color: #2c7ae7;
}

.navbar-b.navbar-reduce .navbar-toggler span {
	background-color: #1B1B1B;
}

.navbar-b .navbar-brand {
	color: #fff;
	font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: 1px;
}

.navbar-b .navbar-nav .dropdown-item.show .dropdown-menu, .navbar-b .dropdown.show .dropdown-menu, .navbar-b .dropdown-btn.show .dropdown-menu {
	-webkit-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
	visibility: visible !important;
}

.navbar-b .dropdown-menu {
	margin: 1.12rem 0 0;
	border-radius: 0;
}

.navbar-b .dropdown-menu .dropdown-item {
	padding: .7rem 1.7rem;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item:hover {
	background-color: #2c7ae7;
	color: #fff;
	transition: all 500ms ease;
}

.navbar-b .dropdown-menu .dropdown-item.active {
	background-color: #2c7ae7;
}

.navbar-toggler {
	position: relative;
}

.navbar-toggler:focus, .navbar-toggler:active {
	outline: 0;
}

.navbar-toggler span {
	display: block;
	background-color: #fff;
	height: 3px;
	width: 25px;
	margin-top: 4px;
	margin-bottom: 4px;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	left: 0;
	opacity: 1;
}

.navbar-toggler span:nth-child(1), .navbar-toggler span:nth-child(3) {
	transition: -webkit-transform .35s ease-in-out;
	transition: transform .35s ease-in-out;
	transition: transform .35s ease-in-out, -webkit-transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
	height: 12px;
	visibility: hidden;
	background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
	position: absolute;
	left: 12px;
	top: 10px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
	opacity: 0.9;
}

/**************************************
 * 04.Home Section Style
 *************************************/
.intro {
	height: 100vh;
	position: relative;
	text-align: left;
	background: url(../img/home-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	z-index:1;
}

.intro:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: -1;
    background: rgba(0, 0, 0, 0.25);
}

.header-text h1 {
    font-size: 55px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #fff;
}
.header-text p {
    color: #ffffff;
	font-size: 18px;
    margin-top: 15px;
}
.header-text .button:hover {
    color: #fff;
    background:#2c7ae7;
}

/**************************************
 * 05.Book Now From Section Style
 *************************************/
.book-now-form-area {
    width: 82%;
    margin: auto;
    padding: 50px 30px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(77, 91, 120, 0.1);
    margin-top: -86px;
    z-index: 1;
    position: relative;
}
.book-now-form label {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
}
.book-now-form .form-item input {
	padding: 0px 8px;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    color: #333;
    height: 40px;
    line-height: 40px;
    width: 100%;
    font-size: 14px;
}
.book-now-form .form-item input:focus,
.book-now-form .form-item .awe-select-wrapper .awe-select:focus {
    outline: none;
}
.book-now-form .form-item .awe-select-wrapper .awe-select {
    padding: 0px 8px;
    border: 1px solid #e6e6e6;
    font-weight: 400;
    color: #68738A;
    height: 40px;
    line-height: 40px;
    width: 100%;
}
.book-now-form .form-actions button {
    padding: 5px 25px;
    border: 2px solid #2c7ae7;
    font-weight: 400;
    color: #ffffff;
    margin-top: 32px;
    background: #2c7ae7;
	height: 40px;
	width: 100%;
	transition: all .3s;
}
.book-now-form .form-actions button:hover {
	color: #000;
    background: transparent;
    border: 2px solid #2c7ae7;
    transition: all .3s;
}

/**************************************
 * 06.Destination Section Style
 *************************************/
.destination-title {
    margin-top: 50px;
}
.destination-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #404040;
    margin-bottom: 25px;
}
.destination-slide .single-destination.up-destination {
    margin-top: 30px;
}
.destination-slide .single-destination img {
    border-radius: 3px;
    box-shadow: 0px 6px 9px 0px rgba(0, 0, 0, 0.05);
}
.destination-slide .single-destination .image-caption {
    padding: 10px 15px;
}
.destination-slide .single-destination .image-caption h3 {
    font-size: 20px;
	font-weight: 600;
}

.destination-search form {
    position: relative;
}

.destination-search input {
    height: 45px;
    width: 80%;
    background: #fff;
    border: none;
    border-bottom: 1px solid #dddddd;
    margin-bottom: 35px;
    letter-spacing: 1px;
    font-size: 13px;
    border-radius: 0;
}
.destination-search input:focus {
    outline: none;
}
.destination-search button {
    height: 40px;
    border: none;
    background: transparent;
    position: absolute;
    top: 2px;
    right: 70px;
    color: #b1b1b1;
}
.destination-search {
    margin-top: 34px;
}
.destination-area .owl-nav {
    left: -52%;
    position: absolute;
    bottom: 12%;
}
.destination-area .owl-carousel .owl-nav .owl-prev, 
.destination-area .owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #2154cf;
    font-size: 14px;
    height: 40px;
    padding: 0;
    width: 70px;
    margin-top: 20px;
	border-radius: 3px;
}

.destination-area .owl-carousel .owl-nav .owl-prev, 
.destination-area .owl-carousel .owl-nav .owl-next {
	color: #000000;
}

.destination-area .owl-carousel .owl-nav .owl-prev:hover, 
.destination-area .owl-carousel .owl-nav .owl-next:hover {
	background: #0000000a none repeat scroll 0 0;
	color: #2154cf;
}
.destination-area .owl-carousel .owl-nav .owl-prev {
    background: #ffffff;   
	margin-right: 20px;
    box-shadow: 0 5px 20px rgba(77, 91, 120, 0.1);
}

.destination-area .owl-carousel .owl-nav .owl-next {
    left: 85px;
    background: #ffffff;
    box-shadow: 0 5px 20px rgba(77, 91, 120, 0.1);
}

/**************************************
 * 07.Services Section Style
 *************************************/
 .services-area {
	background: #f9fafc;
}
.service-title {
    padding-top: 130px;
}
.service-title h2 {
	font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #404040;
    margin-bottom: 25px;
}
.service-left-side {
    padding-right: 30px;
}
.icon-block .icon{
    padding-bottom: 15px;
	width: 50px;
}
.icon-block h3 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 20px;
    color: #404040;
    margin-bottom: 18px;
}
.icon-block p {
    line-height: 23px;
}
.icon-block {
    background-color: #fff;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.08);
    padding: 30px;
    border-radius: 5px;
}
.icon-block .color1-block {
    margin-bottom: 30px;
}
.icon-block.color2-block {
    margin-top: 30px;
}

.icon-block.color4-block {
    margin-top: 30px;
}

/**************************************
 * 08.Travel-Tips Section Style
 *************************************/
.tips-title {
    padding-top: 100px;
}
.tips-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 36px;
    color: #404040;
    margin-bottom: 25px;
}
.tips-image {
    padding-left: 100px;
}
.tips-image .img-1 {
    margin-left: 130px;
    margin-top: 65px;
}
.tips-image .img-2 {
    position: absolute;
    right: 25%;
    top: 0%;
}

/**************************************
 * 09.Testimonial Section Style
 *************************************/
.testimonial-area {
    background: #f9fafc;
}

.single-testimonial .testi-content-inner {
    overflow: hidden;
    position: relative;
    background: #ffffff;
    -webkit-box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.1);
    padding: 50px 60px;
    margin: 15px;
    border-radius: 3px;
    z-index: 1;
}
.single-testimonial .testi-content-inner::before {
	content: "";
	position: absolute;
	right: -50px;
	bottom: -50px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background-color: #2c7ae7;
	-webkit-transition: all .25s;
	-o-transition: all .25s;
	transition: all .25s;
	z-index: -2;
}
.single-testimonial .testi-content-inner::after {
    content: "";
    position: absolute;
    bottom: 0px;
    right: -85px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #f9fafc38;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
    z-index: -2;
}
.single-testimonial .testimonial-bio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.single-testimonial .testimonial-bio .avatar img {
    border-radius: 50%;
	border: 10px solid #f1f9ff;
}
.single-testimonial .testimonial-bio .bio-info {
    margin-left: 20px;
}
.single-testimonial .testimonial-bio .bio-info .name {
    font-size: 18px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 5px;
}
.single-testimonial .testimonial-bio .bio-info span {
    font-size: 15px;
}
.single-testimonial .testimonial-content {
    margin-bottom: 25px;
}
.single-testimonial .testimonial-content p {
    font-size: 16px;
}
.single-testimonial .testi-content-inner .testimonial-rating-location {
    display: block;
    margin-bottom: 25px;
}
.single-testimonial .testi-content-inner .rating {
    display: inline-block;
    float: right;
}
.single-testimonial .testi-content-inner .rating li {
    display: inline-block;
    font-size: 15px;
    color: #fdae04;
}
.single-testimonial .testi-content-inner .location i {
    font-size: 15px;
    padding-right: 5px;
}
.single-testimonial .testi-content-inner .location {
    display: inline-block;
    text-align: left;
}
.testimonial-area .owl-carousel .owl-nav {
    margin-top: 15px;
    text-align: center;
}
.testimonial-area .owl-carousel .owl-nav .owl-prev, 
.testimonial-area .owl-carousel .owl-nav .owl-next {
    background: transparent none repeat scroll 0 0;
    color: #2154cf;
    font-size: 14px;
    height: 38px;
    padding: 0;
    position: relative;
    width: 70px;
	border-radius: 3px;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev, 
.testimonial-area .owl-carousel .owl-nav .owl-next {
	color: #000000;
}

.testimonial-area .owl-carousel .owl-nav .owl-prev:hover, 
.testimonial-area .owl-carousel .owl-nav .owl-next:hover {
	background: #0000000a none repeat scroll 0 0;
    color: #2154cf;
}
.testimonial-area .owl-carousel .owl-nav .owl-prev {
    background: #ffffff;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.15);
    left: -20px;
}

.testimonial-area .owl-carousel .owl-nav .owl-next {
    background: #ffffff;
    box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.15);
    right: -20px;
}


/**************************************
 * 10.Subscribe Section Style
 *************************************/
 .Subscribe-area {
    background: #ffffff;
    padding: 100px 0;
}
 .Subscribe-area {
	position: relative;
	background: url(../img/subscribe-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	z-index:1;
}
 .Subscribe-area:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: .3;
    z-index: -1;
    background: rgba(0, 0, 0, 0.55);
}
.Subscribe-area .Subscribe-form {
    padding-left: 18px;
}
.Subscribe-area .Subscribe-form .form-group {
    margin-bottom: 0;
}
.Subscribe-area .Subscribe-form .form-group .form-control {
    margin-bottom: 0;
    height: 55px;
    font-size: 15px;
    width: 70%;
    float: left;
    border: none;
}
.Subscribe-newsletter-header {
    margin-bottom: 40px;
}

.Subscribe-newsletter-header h2 {
	color: #fff;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 15px;
}
.Subscribe-newsletter-header p {
	color: #fff;
	font-size: 15px;
    letter-spacing: 1px;
}

.Subscribe-area .Subscribe-form .form-group .subscribe-button {
    float: left;
    letter-spacing: 1px;
    height: 55px;
    font-size: 17px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-transform: capitalize;
    font-weight: 500;
    border: none;
    background: #2c7ae7;
    transition: all 500ms ease;
    cursor: pointer;
    color: #fff;
	padding: 10px 30px;
}

/**************************************
 * 11.Contact Section Style
 *************************************/
#contact {
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	background: #f9f9f9;
	background: url(../img/world-w.png) center center no-repeat;
    background-size: 50%;
}
#contact:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .8;
    z-index: -1;
    background: rgb(249, 250, 252);
}
#contact .contact-form {
    margin-top: 50px;
}
.contact-info-title {
    margin-bottom: 20px;
}
.contact-info-title h3 {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.contact-address {
    background: #2c7ae7;
    padding: 20px 20px;
    border-radius: 5px;
	position: relative;
}
.contact-address::before {
	content: "";
    position: absolute;
    left: 0px;
    bottom: -65px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.1);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.contact-address::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: -50px;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background-color: rgba(255,255,255,.15);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}
.contact-address ul li {
    padding: 10px 0;
}
.contact-address ul li i {
	margin-right: 13px;
    font-size: 15px;
    line-height: 24px;
    float: left;
    display: inline-block;
    padding-top: 13px;
    background: #ffffff;
    width: 30px;
    height: 48px;
    text-align: center;
    border-radius: 30px;
}

.contact-address ul li a {
    color: #ff631e;
}
.contact-address span {
    overflow: hidden;
    display: block;
    font-weight: 300;
    color: #ffffff;
}

.icon-color i{
	color: #2c7ae7;
}
.form-group {
    margin-bottom: 0;
}
.form-control {
	height: 45px;
	width: 100%;
	background: #fff;
	border: none;
	border-bottom: 1px solid #dddddd;
	margin-bottom: 35px;
	letter-spacing: 1px;
	font-size: 13px;
	border-radius: 0;
	box-shadow: 0px 3px 20px 0 rgba(76, 110, 245, 0.05);
}
.contact-form button {
    margin-top: 0;
}

/**************************************
 * 12.Footer-top Section Style
 *************************************/
.footer-top-area {
	padding: 70px 0;
}
.footer-top-area {
	position: relative;
	z-index: 1;
	height: auto;
	width: 100%;
	background: #f9f9f9;
	background: url(../img/footer-top-bg.jpg) center center no-repeat;
    background-size: cover;
	background-attachment: fixed;
}
.footer-top-area:after {
    position: absolute;
    top: 0;
    content: "";
    left: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
    opacity: .7;
    z-index: -1;
    background: rgb(44, 122, 231);
}
.footer-top-area .footer-logo-box {
    padding-right: 50px;
}
.footer-top-area .footer-logo-box p {
    color: #fff;
}
.footer-top-area .footer-logo {
    width: 50%;
    margin-bottom: 25px;
}
.footer-top-area h5 {
    margin-bottom: 25px;
    color: #fff;
	font-weight: 500;
    position: relative;
}
.footer-top-area h5:after {
	position:absolute;
	content: "";
	background:#ffffff;
	width:35px;
	height:2px;
	left:0;
	top:30px;
}
.footer-top-area .list-menu li a {
    color: #fff;
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
}
.footer-top-area .list-menu li a:hover {
	text-decoration: underline !important;
}

/**************************************
 * 13.Footer-bottom Section Style
 *************************************/
.footer {
    padding: 30px 0 0 0 ;
    background: #fff;
}
.footer-social-list ul li {
	display: inline-block;
}

.footer-social-list ul li a {
    display: inline-block;
    color: #000;
    font-weight: 300;
    margin-right: 10px;
}
.footer-social-list ul li a:hover {
	color: #2c7ae7;
}

.copyright-text{
	font-size: 14px;
}

.copyright-text p {
    color: #000;
}