/*================================
Import Google Fonts
================================*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');

/*================================
Global Styles
================================*/

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #444;
    line-height: 1.6;
}

.bg-gray {
    background: #F2F3F3!important;
}

ul {
    list-style: none;
}

p {
    color: #444;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

a:link,
a:visited {
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
}

:hover,
:focus,
:active,
:visited {
    text-decoration: none;
    outline: none !important;
}

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}


/*==================
Padding top
==================*/

.pt60 {
    padding-top: 60px;
}

.pt50 {
    padding-top: 50px;
}

.pt30 {
    padding-top: 30px;
}

.pt35 {
    padding-top: 35px;
}

.pt20 {
    padding-top: 20px;
}

.pt15 {
    padding-top: 15px;
}


/*====================
Padding Bottom
=====================*/

.pb40 {
    padding-bottom: 40px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb10 {
    padding-bottom: 10px;
}

/*=====================
Margin
=====================*/

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

/*===================
Top Area
===================*/

.banner-area {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    width: 100%;
    background: #fff;
}

.banner-area .overlay {
    position: absolute;
    content: "";
    background: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.banner-area .banner {
    text-align: center;
    text-transform: uppercase;
    margin-top: 35px
}

.banner-area .banner h1 {
    color: #333;
    font-size: 70px;
    font-weight: 500;
}

.banner-area .banner p {
    color: #333;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
}

.top-area {
	background: #34495e;
	padding-top: 10px;
	position: relative;
}

.time-date {
    position: absolute;
    top: 52px;
    right: 98px;
    z-index: 99;
    height: 100px;
}

.top-area .social-list ul li {
    display: inline-block;
    margin-right: 10px;
}

.top-area .social-list ul li:last-child {
    display: inline-block;
    margin-right: 0px;
}

.header-area .social-list ul li {
    display: inline-block;
}

.top-area .social-list ul li a {
    color: #fff;
    font-size: 16px;
    border: 1px solid #e6e6e6;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 1.9;
}

.top-area .social-list ul li a:hover {
    color: #2098D1;
    background-color: #fff;
}

.top-area .contact-bar {
    text-align: right;
    margin: 2px 0;
}

.top-area .contact-bar ul li {
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin-left: 20px;
}

.top-area .contact-bar ul li:first-child {
    margin-left: 0px;
}

.top-area .contact-bar ul li i {
    margin-right: 5px;
    font-size: 16px;
}

.top-right .list {
    display: inline-block;
}

.top-area .top-right {
    text-align: right;
}

.top-area .account-bar a.account {
    padding: 0 10px;
    font-size: 15px;
    font-weight: 500;
    color: #2098D1;
}

.header-area {
    border-bottom: 1px solid #ddd;
}

.header-area .form-control {
    border: 1px solid #f1f1f1;
}

.header-area .btn-default {
    color: #555;
    border-color: #e6e6e6;
}

.top-area .search-box form.navbar-form .input-group input[type="text"] {
    background: #f2f2f2;
}

.top-area .search-box form.navbar-form .input-group-btn button[type="submit"] {
    background: #f2f2f2;
}

.header-area .logo img {
    height: 67px;
    width: auto;
    margin: 14px 0;
}

.header-area {
    background-color: #F2F3F3;
}

.header-area .nav-menu ul#nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-area .nav-menu {
    text-align: right;
}

.header-area .nav-menu ul#nav li {
    display: inline-block;
    position: relative;
}

.header-area .nav-menu ul#nav li a {
	text-decoration: none; 
	color: #333;
	padding: 35px 0 35px 35px;
	display: block;
	font-size: 15px;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
}
.header-area .nav-menu ul#nav li ul {
    position: absolute;
    z-index: 9999;
    width: 200px;
    top: 96px;
    left: 2px;
    transition: 0.1s;
    border-top: 3px solid #1c81b0;
}

.header-area .nav-menu ul#nav li ul li {
    padding: 0px 0px;
    display: block;
    border-bottom: 1px solid #38abe0;
    background: #2098D1;
    transition: all 0.8s ease 0s;
}

.header-area .nav-menu ul#nav li ul li:hover {
    background: #1f91c7;
}

.header-area .nav-menu ul#nav li ul li:last-child {
    border-bottom: 0px;
}

.header-area .nav-menu ul#nav li ul li a {
	padding: 10px 20px;
	display: block;
	font-size: 14px;
	-webkit-transition: all 0.1s ease-out 0s;
	text-align: left;
	font-weight: 400;
	color: #fff;
	text-transform: inherit;
	font-family: 'Roboto', sans-serif;
}

.nav-menu ul#nav li ul {
    opacity: 0;
    visibility: hidden;
}

.nav-menu ul#nav li:hover ul {
    animation-name: anyID;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    display: block;
    background-color: #fff;
    visibility: visible;
}

@-webkit-keyframes anyID {
    0% {
        transform: translateX(25px);
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

@keyframes anyID {
    0% {
        transform: translateX(25px);
        -webkit-transform: translateX(25px);
        -moz-transform: translateX(25px);
    }
    100% {
        opacity: 1;
        transform: translateX(0px);
    }
}

.slicknav_menu {
    display: none
}

/*=====================
Slider area
======================*/

.slider-area .slider-item {
    height: 450px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.slider-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.3;
}

.slider-area .slider-item .text {
    position: absolute;
    z-index: 2;
    width: 60%;
    margin-left: 30px;
    bottom: 25px;
    color: #fff;
}


.slider-area .slider-item .text h1 a {
    color: #fff;
	font-size: 26px;
}

/*======================
Owl nav
=======================*/

.slider-area .owl-nav .owl-prev,
.slider-area .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 30px;
    background-color: rgba(32, 152, 209, 0.5);
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0;
    transition: all 0.4s;
}

.slider-area .owl-nav .owl-prev {
    left: 0;
}

.slider-area:hover .owl-nav .owl-prev,
.slider-area:hover .owl-nav .owl-next {
    opacity: 1;
}

.slider-area .owl-nav .owl-prev:hover,
.slider-area .owl-nav .owl-next:hover {
    background: #2098d1;
    color: #fff;
}

/*========================
Slider Post
========================*/

.slider-post-thum .item {
    height: 217.5px;
    width: 100%;
    position: relative;
    margin-bottom: 15px;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.slider-post-thum .item .overlay,
.feature-area .feature-list .feature-item .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.3;
    left: 0;
    top: 0;
    z-index: 1;
}

.slider-post-thum .item .text {
    position: absolute;
    z-index: 2;
    margin-left: 20px;
    margin-right: 20px;
    bottom: 12px;
}

a.btn-category {
    color: #fff;
    background: #2098D1;
    padding: 3px 10px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 5px;
}

.bpl0 {
    padding-left: 0px;
}

.slider-post-thum .item .text h3 {
    margin-top: 10px;
}

.slider-post-thum .item .text h3 a, .feature-area .feature-list .feature-item .text h3 a {
	color: #fff;
	font-size: 20px;
	display: inline-block;
}

.feature-area .feature-list .feature-item .text h3 a {
    padding-left: 10px;
    padding-right: 10px;
}

/*===================
Feature Post
====================*/

.feature-area {
    position: relative;
}

.feature-area .feature-list .feature-item {
    position: relative;
    height: 250px;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.feature-area .feature-list .feature-item text {
    text-align: center !important;
}

.feature-area .feature-list .feature-item .text {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    text-align: center;
    width: 100%;
}

.feature-area .feature-list .feature-item .text h3{
margin-top: 10px;
}

.latest-posts .item .inner .photo {
    height: 175px;
    width: 100%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: all 0.6s ease 0s;
    position: relative;
}
.latest-posts .item .inner .overlay{
    position: absolute;
    background-color: #000;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    content: "";
    opacity: 0;
    transform: scale(0);
     transition: all 0.6s ease 0s;
}
.latest-posts .item .inner:hover .overlay{
    opacity: .2;
transform: scale(1);
}
.latest-posts .item .inner {
    overflow: hidden;

}

.latest-posts .item .inner:hover .photo {
    transform: scale(1.2);

}

/*=================
Owl nav
==================*/

.feature-area .owl-nav .owl-prev,
.feature-area .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 37px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 30px;
    background-color: rgba(32, 152, 209, 0.5);
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0;
    transition: all 0.4s;
}

.feature-area .owl-nav .owl-prev {
    left: 0;
}

.feature-area:hover .owl-nav .owl-prev,
.feature-area:hover .owl-nav .owl-next {
    opacity: 1;
}

.feature-area .owl-nav .owl-prev:hover,
.feature-area .owl-nav .owl-next:hover {
    background: #2098d1;
    color: #fff;
}

/*=======================
Main post area
========================*/

.post-heading h2 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    color: #2098D1;
    margin-bottom: 30px;
    display: inline-block;
    position: relative;
    padding-bottom: 15px;
    margin-top: 0;
}

.post-heading h2::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 34px;
    height: auto;
    width: auto;
    border-color: #2098D1 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 6px;
}

.post-heading {
    position: relative;
}

.post-heading::after {
    position: absolute;
    content: "";
    background: #2098D1;
    left: 0;
    bottom: 30px;
    height: 2px;
    width: 100%;
}

.main-post-area .item-posts-list .item .photo img {
    width: 100%;
}

.main-post-area .item-posts-list .item .text h3 a {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.main-post-area .item-posts-list .item .text h3 a:hover {
    color: #2098D1;
}

.latest-posts .item .text span,
.latest-post-list .latest-item .text span {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}

.latest-posts .item .text p {
    margin-top: 12px;
    margin-bottom: 0;
}

/*============
Sidebar Form
=============*/

.form-section {
    background: #EEEEEE;
    margin-top: 30px;
}

.form-section .sign-with-social {
    text-align: center;
    border-bottom: 2px solid #999;
    padding-top: 20px;
}

.form-section .sign-with-social ul li {
    display: inline-block;
}

.form-section .sign-with-social ul li a {
    font-size: 11px;
    color: #333;
    padding: 4px;
}

.form-section .btn.btn-info.btn-block {
    background: #2098D1;
    width: 80%;
}

.login-right-side input {
    float: right !important;
    margin-top: 2px;
}

.form-section .sign-with-social ul li i {
    font-size: 20px;
    color: #999;
}

.form-section .sign-in {
    width: 50%;
    float: left;
}

.siderbar-social-icon-list {
    text-align: center;
    margin-top: 20px;
}

.form-group span {
    font-size: 10px;
    color: #333;
}

.forgot {
    text-align: center;
    border-bottom: 2px solid #999;
    width: 70%;
    margin: 0 auto;
    padding-bottom: 10px;
}

.forgot h4 {
    display: inline-block;
    font-size: 13px;
    color: #444;
}

.siderbar-social-icon-list .list {
    display: inline-block;
}

.siderbar-social-icon-list .social-icons ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.siderbar-social-icon-list .social-icons ul li {
    display: inline-block;
}

.siderbar-social-icon-list .social-icons ul li a {
    background: #999;
    color: #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 1.9;
    font-size: 16px;
    border-radius: 21px;
}


.navbar-form {
    padding: 0 !important;
}

.sidebar-search-box {
    margin-top: 20px;
    padding-bottom: 20px;
}

.search-box .btn.btn-default {
    background: #31B2E5;
    color: #fff;
    border: 1px solid #31B2E5;
}

.search-box .form-control {
    border: 1px solid #31B2E5;
}

.search-box {
    margin: -8px 0 10px 0 !important;
}

.form-control {
    border-radius: 0px;
}

.btn.btn-default {
    border-radius: 0;
}

.col-md-2.serch-box {
    padding-left: 0;
    padding-right: 0;
}

/*=====================
Latest post section
=====================*/

.latest-post-section .latest-post-list .latest-post-1 .photo {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}

.latest-post-list {
    margin-top: 50px;
}

.latest-post-section .latest-post-list .latest-post-1 .photo .overlay {
    position: absolute;
    background: #000;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}
.latest-post-section .latest-post-list .latest-post-1 .text h3 a {
    font-size: 20px;
    color: #fff;
}

.latest-post-section .latest-post-list .latest-post-1 .text {
	position: absolute;
	bottom: 10%;
	left: 5%;
	right: 5%;
}

.latest-item {
    display: table;
}

.latest-item .photo {
    float: left;
    margin-right: 15px;
    display: table-cell;
    vertical-align: top;
    height: 67px;
    width: 95px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    position: relative;
    transition: all 0.3s ease 0s;
}

.latest-item .text {
    display: table-cell;
    vertical-align: top;
}

.latest-item .photo img {
    height: 55px;
    width: 80px;
}

.latest-post-section .latest-item {
    margin: 20px 0 0;
}

.latest-item .text h4 {
    position: relative;
    margin: 0 0 3px 0;
}

.latest-post-section .latest-item .text h4 a {
    color: #333;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

.latest-post-section .latest-item .text h4 a:hover {
    color: #31B2E5;
}

.latest-item .text p a {
    color: #333;
    text-decoration: underline !important;
}


/*==================
Add Section
===================*/

.ad-section {
    margin-bottom: 30px;
    margin-top: 30px;
    height: auto!important;
    width: 100%!important;
}

.ad-section img {
    width: 100%!important;
    height: auto!important;
}

.ad-section-home {
    margin-bottom: 10px;
    margin-top: 10px;
    height: auto!important;
    width: 100%!important;
}

.ad-section-home img {
    width: 100%!important;
    height: auto!important;
}

.ad-section iframe {
    width: 100%;
}

.single-add-section {
    margin-bottom: 50px;
    margin-top: 3px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 130px;
    width: 100%;
}
.add-section-2{
    height: 120px;
    width: 100%;
    margin-top: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.add-section-3{
    height: 120px;
    width: 100%;
    margin-bottom: 15px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.single-add-section img {
    width: 100%;
    height: auto;
}

.sidebar-new-tab .tab-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.sidebar-new-tab .tab-menu ul li {
    display: inline-block;
    width: 50%;
}

.sidebar-new-tab .tab-menu ul li a {
    display: block;
    color: #333;
    font-size: 14px;
    font-weight: 500;
    background: #ddd;
    padding: 10px 16.9px;
}
.nav-tabs > li > a {
	margin-right: 0px !important;
	line-height: 1.42857143;
	border: 1px solid #31B2E5 !important;
	border-radius: 0;
	color: #333;
	text-transform: uppercase;
	font-weight: 500;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #31B2E5;
    border-bottom-color: transparent;
}

.nav-tabs > li {
    width: 50%;
    text-align: center;
}

.sidebar-new-tab .tab-menu {
    margin-bottom: 20px;
    border-top: 3px solid #31B2E5;
}

.tab-content .sidebar-post .photo {
	width: 75px;
	height: 45px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: cover;
	display: table;
}

.tab-content .sidebar-post .text h4 a {
    font-size: 14px;
    color: #333;
    padding: 0;
    display: block;
    font-weight: 500;
}

.tab-content .sidebar-post .text h4 {
    margin: 0 0 5px 0;
    line-height: 1.3;
}

.sidebar-post {
    display: table;
    margin-top: 15px;
}

.sidebar-post .photo {
    display: table-cell;
    vertical-align: top;
}

.sidebar-post .text {
    display: table-cell;
    vertical-align: top;
    padding-left: 15px;
}

.sitemap-section {
    margin: 30px 0;
}

.sitemap-section ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sitemap-section ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.sitemap-section ul li a {
    padding-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.sitemap-section ul li a:hover {
    color: #2098D1;
}

.sidebar-post .text span {
    font-size: 11px;
    color: #777;
    margin-right: 10px;
}

.sidebar-post .text h4 a:hover {
    color: #199acc;
}

/*=======================
Blog area
=======================*/

.all-blog-list .blog-item .photo {
	width: 40%;
	height: 225px;
	margin-right: 15px;
	float: left;
	margin-bottom: 15px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}

.all-blog-list .blog-item .photo img {
    width: 40%;
    height: auto;
    margin-right: 30px;
    float: left;
    margin-bottom: 15px;
}

.all-blog-list .blog-item .text h3 {
    margin-top: 0;
}

.all-blog-list .blog-item .text h3 a {
    color: #333;
}

.all-blog-list .blog-item .text h3 a:hover {
    color: #2098D1;
}

.all-blog-list .blog-item .text span {
    font-size: 12px;
    font-weight: normal;
    color: #777;
    margin-right: 10px;
}

.all-blog-list .blog-item .text h3 a {
    color: #333;
    font-size: 17px;
    text-transform: uppercase;
}

.all-blog-list .blog-item .text p {
    margin-top: 10px;
}

a.readmore {
    background: #2098D1;
    color: #fff;
    padding: 5px 10px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    float: right;
    margin-right: 20px;
}

a.readmore:hover {
    background: #555;
}

.blog-details .photo img {
    width: 100%;
}

.blog-details .text span {
    margin-bottom: 20px;
    font-size: 12px;
    font-weight: 500;
    display: inline;
    margin-right: 10px;
    color: #777;
}

.blog-details p {
    margin-top: 20px;
}

/*========================
You May Like
========================*/

.you-may-like .item {
    height: 175px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

.you-may-like .overlay {
    content: "";
    background: #000;
    opacity: 0.4;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.you-may-like .item .text {
    position: absolute;
    z-index: 2;
    bottom: 12px;
    text-align: center;
    width: 100%;
}

.you-may-like .item .text h3 {
    font-weight: 500;
    margin: 5px;
}

.you-may-like .item .text h3 a {
    color: #fff;
    font-size: 18px;
}

/*
================================
form-area
================================
*/

.form-headline p {
    margin-top: 15px;
}

.form-item,
.massege-item {
    margin-bottom: 15px;
}

.contact-address {
    margin-bottom: 30px;
}

.form-item input[type="text"] {
    width: 100%;
    height: 45px;
    border: 2px solid #ccc;
    color: #2098D1;
    text-indent: 15px;
    background-color: transparent;
    transition: all 0.4s ease;
}

.form-item input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

.form-item input::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

.form-item input:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

.form-item input:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.message-item textarea {
    width: 100%;
    height: 205px;
    padding: 6px 12px;
    color: #2098D1;
    border: 2px solid #ccc;
    background-color: transparent;
    transition: all 0.4s ease;
}

.message-item textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #777;
}

.message-item textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #777;
}

.message-item textarea:-ms-input-placeholder {
    /* IE 10+ */
    color: #777;
}

.message-item textarea:-moz-placeholder {
    /* Firefox 18- */
    color: #777;
}

.form-item input:focus,
.message-item textarea:focus {
    border: 2px solid #2098D1;
}

.submit input[type="submit"] {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 60px;
    background-color: #2098D1;
    border: 2px solid #2098D1;
    transition: all 0.4s ease;
    margin-top: 15px;
    color: #fff;
}

.submit input[type="submit"]:hover {
    color: #333;
    background-color: transparent;
    cursor: pointer;
}

.about-us-area .contact-us h3 {
    font-size: 20px;
    color: #555;
    margin-bottom: 40px;
    position: relative;
}

.contact-info {
    background: #2098D1;
    text-align: center;
    color: #fff;
    min-height: 140px;
    padding-bottom: 10px;
}

.contact-info p {
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
    font-size: 14px;
}

.contact-info h3 {
    padding: 0;
    margin: 0;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.contact-info i {
    font-size: 50px;
    line-height: 1.6;
}

.google-map iframe {
    width: 100%;
    height: 300px;
}

.team-list .item-team img {
    width: 100%;
    height: auto;
}

.team-list .item-team {
    text-align: center;
    border: 1px solid #ddd;
    padding: 5px;
}

/*owl-nav*/

.team-list .owl-nav .owl-prev,
.team-list .owl-nav .owl-next {
    position: absolute;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 36px;
    top: 50%;
    margin-top: -20px;
    right: 0;
    font-size: 30px;
    background-color: rgba(32, 152, 209, 0.5);
    color: #fff;
    -webkit-transition: all 0.4s;
    opacity: 0;
    transition: all 0.4s;
}

.team-list .owl-nav .owl-prev {
    left: 0;
}

.team-list:hover .owl-nav .owl-prev,
.team-list:hover .owl-nav .owl-next {
    opacity: 1;
}

.team-list .owl-nav .owl-prev:hover,
.team-list .owl-nav .owl-next:hover {
    background: #2098d1;
    color: #fff;
}

/*====================
Footer
====================*/

.footer-main {
    width: 100%;
    height: auto;
    background: #34495e;
    margin-top: 50px;
}

.footer-col h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.footer-col h3:after {
    content: "";
    position: absolute;
    width: 50px;
    background: #2098D1;
    left: 0;
    bottom: 0;
    height: 3px;
}

.footer-col p {
    color: #cccccc;
    font-size: 14px;
    line-height: 1.7;
}

.footer-col ul li,
.footer-col ul li a {
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    text-decoration: none;
    transition: all 0.4s ease 0s;
}

.footer-col ul li {
    list-style-type: none;
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
}


.footer-social-icon ul li {
    padding-left: 0px;
    margin-right: 5px;
}

.footer-social-icon ul li a {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 2.1;
    border-radius: 17px;
}

.footer-social-icon ul li a:hover {
    background: #fff;
    color: #2098D1;
}

.footer-col ul li:before {
    color: #fff;
    content: "\f0da";
    font-family: "FontAwesome";
    left: 0;
    position: absolute;
    top: 0;
}

.footer-col .social-list ul li:before {
    display: none;
}

.footer-col .social-list ul li {
    display: inline-block;
}

.footer-col .contact-item {
    color: #fff;
    font-size: 13px;
    margin-bottom: 3px;
    overflow: hidden;
}

.hour-cell {
    font-size: 13px;
    line-height: 1.7;
}

.footer-col .contact-item .icon {
    float: left;
    font-size: 15px;
    margin-right: 10px;
}

.footer-col .contact-item .text {
    float: left;
    line-height: 22px;
    color: #fff;
}

.col-md-12 > ul {
    margin: 0;
    padding: 0;
}

.footer-bottom {
    background: #2c3e50;
    height: auto;
    width: 100%;
}

.footer-gallery img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding-right: 10px;
}

.footer-gallery-item {
    padding: 0 !important;
}

.footer-gallery-item img {}

.copyright {
    font-size: 13px;
    color: #fff;
}

.footer-menu {
    float: right;
}

.footer-menu ul {
    float: right;
}

.footer-menu ul li {
    display: inline-block;
    list-style-type: none;
    margin-left: 20px;
}

.footer-menu ul li a {
    color: #999;
}

.footer-menu ul li a:hover {
    color: #fff;
}

.contact-item .icon {
    font-size: 40px;
    color: #fff;
    float: left;
    position: relative;
    top: 0px;
}

.contact-item .content {
    margin-top: 0px;
    margin-left: 10px;
}

.footer-recent-item {
	margin-bottom: 25px;
}

.footer-recent-item .photo {
    float: left;
    margin-right: 15px;
    vertical-align: top;
    height: 55px;
    width: 85px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff
}

.footer-recent-item .text {
overflow: auto;
}
.footer-recent-item .text h4 a {
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}
.footer-recent-item .text h4 {
	margin-bottom: 5px;
	margin-top: 0;
}

.footer-recent-item .text span {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-right: 10px;
}

/*============
Scroll top
=============*/

.go-top {
    position: relative;
}

.go-top::before {
    background: #2098D1;
    opacity: 0.9;
    border: 1px solid #ddd;
    bottom: 15px;
    color: #fff;
    content: "";
    cursor: pointer;
    font-family: Fontawesome;
    font-size: 25px;
    padding: 1px 14px 1px;
    position: fixed;
    right: 15px;
    transition: all 0.4s ease 0s;
    z-index: 99;
    line-height: 1.6;
}

.go-top:hover:before {
    color: #ffffff;
    background: #2098D1;
    opacity: 1;
}


/*===================
Banner
===================*/

.banner-area {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    position: relative;
    margin-bottom: 30px;
}

.bg {
    position: absolute;
    background-color: #262626;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.6;
}

.bannder-table {
    display: table;
    width: 100%;
    height: 100%;
}

.banner-area .text {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    position: relative;
}

.banner-area .text h1 {
    font-size: 34px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
}

/*====================
Gllaery
====================*/

.photo-gallery-area {
    margin-bottom: -30px !important;
}

.photo-gallery-area .gallery .item {
    overflow: hidden;
    position: relative;
}

.photo-gallery-area .gallery .item .photo {
    height: 325px;
    width: 100%;
    background-position: top center;
    background-size: cover;
}

.photo-gallery-area .gallery .item .zoom {
    position: absolute;
    top: 100px;
    left: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.4s ease 0s;
}

.photo-gallery-area .gallery .item:hover .zoom {
    visibility: visible;
    top: 0;
    opacity: 0.5;
}

.photo-gallery-area .gallery .zoom h3 a.img-gallery i {
    color: #fff;
    font-size: 20px;
    left: 44.5%;
    position: absolute;
    z-index: 999;
    top: 43%;
    border: 1px solid #fff;
    padding: 10px;
    transition: all 0.4s ease 0s;
}

.photo-gallery-area .gallery .zoom h3 a.img-gallery i:hover {
    background: #fff;
    color: #2098D1;
}


span.menu-title {
    font-weight: 500;
}

.child {
    display: none;
}
.load-more {
    text-align: center;
    margin-top: 30px;
}
.load-more a {
    background: #dddddd;
    color:  #333;
    padding: 10px 20px;
    border-radius: 26px;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

div.pagination {
    padding: 3px;
    margin: 3px;
    z-index: 1000;
    font-size: 12px;
    margin-bottom: 20px;    
}

div.pagination a {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a!important;
    text-decoration: none; /* no underline */
    background-color: #4a4a4a!important;
    color: #FFF!important;
    font-weight: bold;
}

div.pagination a:hover, div.pagination a:active {
    border: 1px solid #4a4a4a!important;
    color: #FFF!important;
    background-color: #a0a0a0!important;
}

div.pagination span.current {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #4a4a4a!important;
    font-weight: bold;
    background-color: #a0a0a0!important;
    color: #FFF!important;
    font-weight: bold;
}

div.pagination span.disabled {
    padding: 5px 10px;
    margin: 2px;
    border: 1px solid #929693!important;
    color: #929693!important;
}