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

# Template Name: E-market
# Author:
# Description:
# Version: 1.0

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


/*
=========================================
Index
-----------------------------------------
# 00. import css and fonts
# 01. body
# 02. typography
# 03. custom font-weight
# 04. custom padding, margin
# 05. custom color and border
# 06. custom button
# 07. custom social icon
# 08. hover effect
# 09. header
# 10. page heading
# 11. slider
# 12. about
# 13. service
# 14. news
# 15. feature
# 16. archive
# 17. testimonial
# 18. team
# 19. partner
# 20. contact
# 21. error page
# 22. footer-top
# 23. footer
# 24. responsive
# 25. loading screen

*/


/* ======================================
 *  00. import css and fonts
/* ====================================== */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,600,900|Open+Sans:300,400');
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(animate.min.css);
@import url(owl.carousel.min.css);
@import url(owl.theme.default.min.css);
@import url(slicknav.min.css);

/* ======================================
 *  01. body
/* ====================================== */

* {
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
}

::selection {
  background: #0078c1;
  color: #fff;
  /* WebKit/Blink Browsers */
}

::-moz-selection {
  background: #0078c1;
  color: #fff;
  /* Gecko Browsers */
}

body::-webkit-scrollbar {
  width: .7em;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #0078c1;
  outline: 1px solid #0078c1;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #666666;
  background: #FFFFFF;
}


/* ======================================
 *  02. typography
/* ====================================== */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
  color: #333333;
}

h1 {
  font-size: 54px;
}

h2 {
  font-size: 42px;
}

h3 {
  font-size: 36px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 14px;
}

p {
  margin: 0;
}

ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style: none;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

img {
  max-width: 100%;
  height: auto;
}


/* ======================================
 *  03. custom font-weight
/* ====================================== */

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}


/* ======================================
 *  04. custom padding, margin
/* ====================================== */

.mtb-150 {
  margin: 150px 0;
}

.mt-150 {
  margin-top: 150px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mtb-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mtb-90 {
  margin: 90px 0;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mtb-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mtb-70 {
  margin: 70px 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mtb-60 {
  margin: 60px 0;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mtb-50 {
  margin: 50px 0;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mtb-40 {
  margin: 40px 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mtb-30 {
  margin: 30px 0;
}

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

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

.mtb-20 {
  margin: 20px 0;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mtb-10 {
  margin: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-0 {
  margin: 0;
}


/* ----------- margin end ----------- */

.ptb-150 {
  padding: 150px 0;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

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

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.ptb-90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.ptb-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ptb-70 {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.ptb-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.ptb-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.ptb-40 {
  padding: 40px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.ptb-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.ptb-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.ptb-10 {
  padding: 10px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}


/* ======================================
 *  05. custom color and border
/* ====================================== */

.c-fff {
  color: #fff;
}

.c-00bcd4 {
  color: #0078c1;
}

.c-333 {
  color: #333;
}

.c-666 {
  color: #666;
}

.c-overlay {
  position: relative;
  z-index: 1;
}

.c-overlay:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 0, 0, .5);
  top: 0;
  left: 0;
  z-index: -1;
}

.b-F1F0F0 {
  background: #F1F0F0;
}


/* ======================================
 *  06. custom button
/* ====================================== */

.link {
  display: inline-block;
  color: #0078c1;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.link:hover {
  text-decoration: none;
  color: #0078c1;
}

.title p {
  font-size: 16px;
}

.btn-main {
  background: #0078c1;
  position: relative;
  display: inline-block;
}

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

.btn-container .btn-1,
.btn-container .btn-2 {
  font-family: 'Montserrat', sans-serif;
  text-align: center;
  line-height: 45px;
  position: relative;
  overflow: hidden;
  width: 145px;
  text-decoration: none;
  padding: 0px 0px 0px 0px;
  height: 45px;
  display: block;
  border: 1px solid #0078c1;
  font-size: 13px;
  font-weight: 400;
  margin: 0 auto;
  color: #fff;
  transition-property: color;
  -webkit-transition-property: color;
  transition-duration: 0.3s;
  webkit-transition-duration: 0.3s;
}

.btn-1 .btn-slide,
.btn-2 .btn-slide {
  background: #fff;
  width: 180px;
  height: 45px;
  position: absolute;
  display: block;
  z-index: 0;
  transform: skew(30deg);
  -webkit-transform: skew(30deg);
  left: -200px;
  -webkit-transition: transform 0.3;
  transition: transform 0.3;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.5s;
}

.btn-1 .btn-label,
.btn-2 .btn-label {
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.btn-1:hover > .btn-slide,
.btn-2:hover > .btn-slide {
  transform: translateX(190px);
  -webkit-transform: translateX(190px);
  -webkit-transition-property: transform;
  transition-property: transform;
  transition-duration: .4s;
  -webkit-transition-duration: .4s;
}

.btn-1:hover,
.btn-2:hover {
  color: #0078c1;
  transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  border: 1px solid #0078c1;
}

.btn-w .btn-main {
  background: transparent;
}

.btn-w .btn-container .btn-1 {
  border: 1px solid #fff;
}

.btn-w .btn-1:hover {
  color: #fff;
  border: 1px solid #0078c1;
}

.btn-w .btn-1 .btn-slide {
  background: #0078c1;
}


/* ======================================
 *  07. custom social icon
/* ====================================== */

.fb,
.tw,
.in,
.sk,
.dr,
.ld,
.pi,
.ap {
  color: #666666;
}

.fb:hover {
  color: #3b5998;
}

.tw:hover {
  color: #1da1f2;
}

.in:hover {
  color: #c13584;
}

.sk:hover {
  color: #00aff0;
}

.dr:hover {
  color: #ea4c89;
}

.ld:hover {
  color: #0077B5;
}

.pi:hover {
  color: #C92228;
}

.ap:hover {
  color: #999999;
}


/* ======================================
 *  08. hover effect
/* ====================================== */

.hover-effect figure {
  position: relative;
  overflow: hidden;
}

.hover-effect figure::before {
  position: absolute;
  top: 0;
  left: -90%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.hover-effect:hover figure::before {
  -webkit-animation: shine .75s;
  animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.hover-effect figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover-effect:hover figure img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}


/* ======================================
 *  09. header
/* ====================================== */

.top-header a {
  font-size: 15px;
  margin-right: 15px;
  color: #fff;
}

.top-header a:last-child {
  margin-right: 0;
}

.top-header {
  background: #242424;
  padding: 10px 0;
}

.top-header a:hover {
  color: #0078c1;
}

.top-header ul li {
  display: inline-block;
  margin-right: 15px;
  color: #fff;
}

.top-header ul li:last-child {
  margin-right: 0;
}

.top-header ul {
  float: right;
}

.top-header ul li i {
  margin-right: 5px;
}

.main-header nav ul li a:hover {
  color: #0078c1;
}

.main-header nav ul li.active a {
  color: #0078c1;
  border-bottom: 1px solid #0078c1;
}

.main-header nav ul li {
  display: inline-block;
  position: relative;
}

.main-header nav ul li a {
  color: #333333;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 16px;
  margin-right: 30px;
  text-transform: uppercase;
  display: inline-block;
}

.main-header nav ul li:last-child a {
  margin-right: 0;
}

.main-header nav {
  float: right;
  margin-top: 15px;
}

.main-header nav .dropmenu {
  position: absolute;
  width: 200px;
  top: 50px;
  left: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.main-header nav .dropmenu li a {
  display: block;
  padding: 10px;
  text-transform: capitalize;
  margin-right: 0;
}

.main-header nav .dropmenu li {
  display: block;
}

.main-header nav .dropmenu li a:hover {
  background: #0078c1;
  color: #fff;
}

.main-header nav ul li:hover .dropmenu {
  visibility: visible;
  opacity: 1;
  z-index: 9;
  top: 20px;
  padding-top: 15px;
}

.main-header nav ul li.active .dropmenu li a {
  border: none;
  color: #333;
}

.main-header nav ul li.active .dropmenu li a:hover {
  color: #fff;
}

.slicknav_menu {
  display: none;
}


/* ======================================
 *  10. page heading
/* ====================================== */

.page-title h1 {
  color: #FFFFFF;
  text-align: center;
  padding: 30px 0;
  text-transform: uppercase;
}

.page-breadcrumb {
  background: #FFFFFF;
  border: 1px solid #E0E0E0;
}

.page-breadcrumb .breadcrumb {
  background: transparent;
  padding: 10px 0px;
  margin-bottom: 0px;
  border-radius: 0px;
}

.page-breadcrumb .breadcrumb a {
  color: #666666;
}

.page-breadcrumb .breadcrumb a:hover {
  color: #0078c1;
}

.page-breadcrumb .breadcrumb li {
  text-transform: uppercase;
}

.page-breadcrumb .breadcrumb li.active {
  color: #0078c1;
}


/* ======================================
 *  11. slider
/* ====================================== */

.slide-bg-1 {
  background: url(../img/slider/slide-1.jpg) no-repeat center center /cover #ddd;
}

.slide-bg-2 {
  background: url(../img/slider/slide-2.jpg) no-repeat center center /cover #ddd;
}

.slide-bg-3 {
  background: url(../img/slider/slide-3.jpg) no-repeat center center /cover #ddd;
}

.single-slide-item {
  height: 840px;
  overflow: hidden;
}

.slide-item-table {
  display: table;
  width: 100%;
  height: 100%;
}

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

.single-slide-item h1 {
  font-size: 50px;
}

.home-slider .owl-controls {
  display: none;
}


/* ======================================
 *  12. about
/* ====================================== */

.about-title-bg {
  background: url(http://placehold.it/1920x331) no-repeat center center /cover;
}

.about-icon li i {
  color: #0078c1;
  margin-right: 5px;
}


/* ======================================
 *  13. service
/* ====================================== */

.service-title-bg {
  background: url(http://placehold.it/1920x331) no-repeat center center /cover;
}

.service-item {
  padding: 40px 30px;
  border: 1px solid #ccc;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.service-item:hover {
  box-shadow: 0px 0px 30px #ccc;
}

.service-item:hover img {
  transform: rotate(360deg);
}

.service-item img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.s-details-sidebar h6 {
  font-size: 12px;
}

.s-details-sidebar ul li a {
  color: #666;
}

.s-details-sidebar ul li {
  margin-bottom: 15px;
}

.s-details-sidebar ul li a i {
  margin-right: 10px;
}

.s-details-sidebar ul li ul {
  margin-left: 15px;
}

.s-details-sidebar ul li a:hover {
  color: #0078c1;
}

.s-details-sidebar {
  border-right: 1px solid #ccc;
}

.s-details-sidebar-down {
  border-top: 1px solid #ccc;
}


/* ======================================
 *  14. news
/* ====================================== */

.news-title-bg {
  background: url(http://placehold.it/1920x331) no-repeat center center /cover;
}

.news-h-s-item {
  margin-bottom: 30px;
}

.news-item {
  border: 1px solid #EAEAEA;
  margin-bottom: 50px;
}

.news-item h6 {
  font-size: 12px;
}

.recent-news-item,
.news-comment-item {
  margin-bottom: 30px;
}

.recent-news-item h6 {
  font-size: 12px;
}

.recent-news-item:hover h5,
.news-comment-item:hover h5 {
  color: #0078c1;
}

.news-sidebar input:focus {
  box-shadow: none;
  border: 1px solid #0078c1;
}

.news-sidebar button {
  background: #0078c1;
  color: #fff;
  border: 1px solid #0078c1;
}

.news-categories ul li a {
  color: #666;
  padding-bottom: 8px;
  display: inline-block;
}

.news-categories ul li a:hover {
  color: #0078c1;
}

.news-pagenation .pagination li a {
  margin: 0 5px;
  color: #0078c1;
  border-radius: 0;
}

.news-pagenation .pagination li a:hover {
  background: #0078c1;
  color: #fff;
  border: 1px solid #0078c1;
}

.news-pagenation .pagination li.active a {
  background: #0078c1;
  border: 1px solid #0078c1;
  color: #fff;
}

.news-sidebar input {
  border: 1px solid #0078c1;
  border-radius: 0;
}

.news-sidebar button:hover {
  background: #0078c1;
  color: #fff;
  border: 1px solid #0078c1;
}

.news-sidebar select {
  border: 1px solid #0078c1;
  border-radius: 0;
}

.news-details-social a {
  padding: 5px;
}

.news-details-social h6 {
  display: inline-block;
  margin-right: 50px;
}

.news-details-reply form input,
.news-details-reply form textarea {
  background: #F1F0F0;
  border: 1px solid #F1F0F0;
  border-radius: 0px;
  box-shadow: none;
}

.news-details-reply form input:focus,
.news-details-reply form textarea:focus {
  box-shadow: none;
  border: 1px solid #0078c1;
}

.news-details-comment .media-object {
  max-width: inherit;
}


/* ======================================
 *  15. feature
/* ====================================== */

.feature {
  background: url(../img/features/feature-1.jpg) no-repeat 100% 100% /cover fixed;
}
.feature2 {
  background: url(../img/features/feature-2.jpg) no-repeat 100% 100% /cover fixed;
}

.feature a, .feature2 a {
  margin: 0 15px;
}


/* ======================================
 *  16. archive
/* ====================================== */

.archive {
  background: url(http://placehold.it/1917x655) no-repeat 100% 100% /cover fixed;
}

#circle1,
#circle2,
#circle3,
#circle4 {
  position: relative;
  width: 210px;
  height: 210px;
}

#circle1 span,
#circle2 span,
#circle3 span,
#circle4 span {
  position: absolute;
  top: 45%;
  left: 30%;
  font-size: 48px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
}

#circle4 span {
  left: 20%;
}

.archive-item h5 {
  line-height: 30px;
}


/* ======================================
 *  17. testimonial
/* ====================================== */

.testimonial h3 {
  font-size: 54px;
}

.owl-carousel .owl-item img {
  width: inherit;
  margin: auto;
}


/* ======================================
 *  18. team
/* ====================================== */

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

.team-inner {
  background: #EEEFEF;
  border-bottom: 5px solid #0078c1;
  overflow: hidden;
}

.team-inner-img {
  display: inline-block;
  float: left;
}

.team-inner-social {
  display: inline-block;
}

.team-inner-text {
  display: block;
  float: left;
  padding: 20px;
}

.team-inner-text h6 {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.team-inner-social ul li a {
  margin-bottom: 10px;
  display: inline-block;
  font-size: 16px;
}

.team-inner-social ul {
  margin-top: 80px;
  margin-left: 33px;
}

.team .team-carousel .owl-dots {
  margin-top: 60px;
}

.team .team-carousel .owl-dots .active span {
  background: #0078c1;
}

.team .team-carousel .owl-dots span {
  background: #A5A5A5;
  width: 12px;
  height: 12px;
}


/* ======================================
 *  19. partner
/* ====================================== */

.partner {
  background: url(http://placehold.it/1916x494) no-repeat 100% 100% /cover fixed;
}

.partner img {
  margin: auto;
}

.partner-carousel .owl-dots {
  margin-top: 60px;
}

.partner-carousel.owl-theme .owl-dots .active span {
  background: #0078c1;
}

.partner-carousel.owl-theme .owl-dots span {
  width: 12px;
  height: 12px;
}


/* ======================================
 *  20. contact
/* ====================================== */

.contact h3 {
  font-size: 54px;
}

.contact form input,
.contact form textarea {
  background: #ECEBEB;
  border: 1px solid #ECEBEB;
  border-radius: 0;
  box-shadow: none;
  padding: 10px;
}

.contact label {}

.contact form input {
  height: 44px;
  margin-bottom: 25px;
}

.contact form textarea {
  height: 130px;
}

.contact form label {
  margin-bottom: 15px;
}

.social-icon a {
  padding-right: 15px;
}

.social-icon a:last-child {
  padding-right: 0;
}

.social-icon a:hover {
  color: #0078c1;
}

#map {
  width: 100%;
  height: 800px;
  ;
}


/* ======================================
 *  21. error page
/* ====================================== */

.error-title-bg {
  background: url(http://placehold.it/1908x331) no-repeat center center /cover;
}


/* ======================================
 *  22. footer-top
/* ====================================== */

.footer-top {
  background: url(http://placehold.it/1890x443/444) no-repeat 100% 100% /cover;
}

.footer-top ul li a {
  color: #fff;
  display: inline-block;
}

.footer-top ul li a i {
  color: #0078c1;
  margin-right: 5px;
}

.footer-top ul li {
  margin-bottom: 10px;
}

.footer-top ul li a:hover {
  color: #0078c1;
}

.footer-top-right h4 {
  margin-left: -3px;
}


/* ======================================
 *  23. footer
/* ====================================== */

footer {
  background: #333;
  color: #fff;
}

footer a:hover {
  color: #0078c1;
  text-decoration: underline;
}

footer p {
  color: #fff;
  font-size: 12px;
}

footer ul li a {
  color: #fff;
  font-size: 12px;
}

footer ul li {
  display: inline-block;
  padding-left: 3px;
}

footer ul {
  float: right;
}


/* ======================================
 *  24. responsive 
/* ====================================== */


/* Medium Layout: 1280px. */

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .team-inner-img {
    width: 75%;
  }
  .team-inner-social ul {
    margin-top: 25px;
    margin-left: 30px;
  }
  .news-item-text a {
    margin-top: 7px;
    padding: 5px 20px;
  }
  .news-item-text {
    margin-top: -10px;
  }
}


/* Tablet Layout: 768px. */

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .top-header ul {
    float: none;
    margin-top: 10px;
  }
  .top-header {
    text-align: center;
  }
  .main-header img {
    margin: auto;
  }
  .main-menu {
    text-align: center;
  }
  .main-menu .dropmenu {
    text-align: left;
  }
  .main-menu nav {
    float: none;
  }
  .team-inner-img {
    width: 75%;
  }
  .team-inner-social ul {
    margin-top: 25px;
    margin-left: 30px;
  }
  .team-item {
    max-width: 395px;
    margin: auto;
    margin-bottom: 30px;
  }
  .news-h-item {
    max-width: 340px;
    margin: auto;
    margin-bottom: 60px;
  }
  .news-h-s-item h5 {
    margin-top: 20px;
  }
  .news-item-text {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .news-item {
    max-width: 439px;
  }
  .news-details-reply {
    margin-bottom: 50px;
  }
  .service-item img {
    margin: auto;
    margin-bottom: 30px;
  }
  .archive-item {
    margin: auto;
    max-width: 240px;
    margin-bottom: 50px;
  }
  .footer-top h4 {
    margin-top: 15px;
  }
}


/* Wide Mobile Layout: 480px. */

@media only screen and (min-width: 270px) and (max-width: 767px) {
  .js .main-menu {
    display: none;
  }
  .js .slicknav_menu {
    display: block;
  }
  .slicknav_menu {
    display: block;
    position: absolute;
    right: 15px;
    top: 90px;
    background: transparent;
    z-index: 9;
  }
  .page-title h1 {
    font-size: 45px;
  }
  .main-header a img {
    display: inline-block;
  }
  .slicknav_menu nav {
    background: #222222;
    width: 235px;
    margin-top: 39px;
  }
  .slicknav_menu nav ul li:hover a,
  .slicknav_menu nav ul li a:hover {
    background: transparent !important;
    color: #0078c1 !important;
  }
  .slicknav_menu nav ul li:hover .dropmenu li a {
    color: #fff !important;
  }
  .slicknav_menu nav ul li:hover .dropmenu li a:hover {
    color: #0078c1 !important;
  }
  .top-header ul {
    float: left;
    margin-top: 10px;
  }
  .service-item {
    margin-bottom: 30px;
    text-align: center;
  }
  .news-item {
    margin-bottom: 30px;
  }
  .news-h-item {
    max-width: 340px;
    margin: auto;
    margin-bottom: 60px;
  }
  .news-h-s-item h5 {
    margin-top: 20px;
  }
  .archive-item {
    margin: auto;
    max-width: 240px;
    margin-bottom: 50px;
  }
  .archive-item:last-child {
    margin-bottom: 0;
  }
  .service-item img {
    margin: auto;
    margin-bottom: 20px;
  }
  .s-details-content {
    margin-top: 30px;
  }
  .news-item-text {
    padding-left: 15px;
    padding-bottom: 30px;
  }
  .news-item {
    max-width: 439px;
  }
  .news a {
    margin-bottom: 30px;
  }
  .news-details-reply {
    margin-bottom: 50px;
  }
  .contact h3,
  .testimonial h3 {
    font-size: 30px;
  }
  .contact h2,
  .testimonial h2 {
    font-size: 24px;
  }
  .testimonial-img img {
    margin: auto;
  }
  .team-inner-img {
    width: 75%;
  }
  .team-inner-social ul {
    margin-top: 25px;
    margin-left: 19px;
  }
  .team-item {
    max-width: 395px;
    margin: auto;
    margin-bottom: 30px;
  }
  .contact form {
    margin-top: 30px;
  }
  .feature a, .feature2 a {
    display: inline-block;
  }
  footer ul {
    margin-top: 30px;
  }
  .partner-carousel .owl-dots {
    display: none !important;
  }
  .partner-carousel img {
    margin: auto;
  }
  footer ul {
    float: left;
  }
  .footer-top h4 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 404px) {
  .feature .btn-2, .feature2 .btn-2 {
    margin-bottom: 30px;
  }
  .slicknav_menu {
    top: 106px;
  }
}


/* ======================================
 *  25. loading screen
/* ====================================== */

.loading-overlay {
  background: #FFF;
  color: #424242;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 111111;
}

.loader {
  margin: 20% auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1px solid rgba(194, 193, 193, 0.5);
  border-right: 1px solid rgba(199, 197, 197, 0.5);
  border-bottom: 1px solid rgba(203, 203, 203, 0.5);
  border-left: 1px solid #0078c1;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
