/*
Theme Name: ozonweb
Theme URI: https://ozonweb.ru
*/

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,500;0,600;1,500&family=Roboto:ital,wght@0,300;0,400;0,500;1,300;1,400;1,500&display=swap');
 
html {
  scroll-behavior: auto;
}

body {
  background: #f9f9f9;
  color: #444;
  font-family: 'Roboto', sans-serif;
}

a {
  color: #444444;
  text-decoration: none;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #b72a2d;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
}

h1, h2, h3, h4, h5, h6 {  
  margin: 0 0 20px 0;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

.h2, h2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.3em;
  font-weight: 500;
  position: relative;
	border-bottom: 2px solid #888888;
    padding: 5px 0 10px;
	color: #993300;
 
}



.wp-caption {max-width: 100%;}

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

.alignleft {float:left;margin-right: 20px;margin-left: 0;margin-bottom: 20px;}
.alignright {float:right;margin-left: 20px;margin-right: 0;margin-bottom: 20px;}
.aligncenter {margin-left:auto;margin-right:auto;display:block;margin-bottom: 20px;}

body.logged-in, body.logged-in #header {margin-top:32px;}

body.logged-in #hero {margin-top: -32px;}

ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 45px;
  padding: 15px 0 5px 0;
  font-size: 16px;
}
ol li {
  position: relative;
  margin: 0 0 0 0;
  padding: 0 0 10px 0;
  line-height: 1.4;
}
ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 0px;
  left: -40px;
  width: 28px;
  height: 28px;
  
  color: #333;
  text-align: center;
  line-height: 28px;
  font-size: 16px;
  border-radius: 50%;
  border: 1px solid #aa3638;
}

blockquote {background: #f7f2ef;
  padding: 15px 25px 15px 15px;
  position: relative;
  overflow: hidden;
  line-height: 1.4em;}

  blockquote:before {
    content: "";
    position: absolute;
    top: 5px;
    right: 5px;
    width: 26px;
    height: 26px;
    background-image: url(./assets/img/right-quote.png);
    background-size: 26px;
    background-repeat: no-repeat;
     
}

.blockquote[data-readmore] {
  transition: height 75ms;
  overflow: hidden;
}

b, strong {
        letter-spacing: 0.03em;
	    font-weight: 500;
}

.ac {
  height: 60px;
  margin: -40px 0 20px;
  background: linear-gradient(180deg,transparent 0,rgb(247 242 239 / 94%) 16%,rgb(247 242 239));
  -webkit-transform: translateZ(0);
  display: flex!important;
  align-items: flex-end;
  color: #a62224;
  font-size: 16px;
  font-weight: 500;
  text-decoration: auto;
  padding: 0 1.5em 1em 15px;
  border-bottom: none!important;
}

.kapat {
  margin: -1em 0 1em;
  -webkit-transform: translateZ(0);
  display: flex!important;
  align-items: flex-end;
  color: #a62224;
  font-size: 16px;
  font-weight: 500;
  text-decoration: auto; 
  padding: 0 1.5em 1em 15px;
  background: #f7f2ef;
  border-bottom: none!important;
}

.wp-caption-text {
	font-size:13px;
	margin-top:5px;
	color:#777;
	 font-style: italic;
}



/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/

#main a {    border-bottom: 1px dashed #000;}
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #993300;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  transition: all 0.4s;
}
.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
.back-to-top:hover {
  background: #333;
  color: #fff;
}
.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

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

.gallery-columns-3 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%!important;
    margin-right: none!important;
}

 

.gallery-columns-2 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 49%!important;
    margin-right: 1%!important;
}

.gallery-columns-4 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 49%!important;
    margin-right: 1%!important;
}

@media (min-width: 500px) {
   .gallery-columns-3 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 32%!important;
    margin-right: 1%!important;
}

.gallery-columns-2 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 49%!important;
    margin-right: 1%!important;
}

.gallery-columns-4 .gallery-item {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 24%!important;
    margin-right: 1%!important;
}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  height: 60px;
  z-index: 997;
  transition: all 0.5s;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.3);
}
#header.header-scrolled {
  height: 60px;
}
#header .logo h1 {
  font-size: 36px;
  margin: 0;
  padding: 0;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  #header .logo h1 {
    font-size: 28px;
  }
}
#header .logo h1 a, #header .logo h1 a:hover {
  color: #00366f;
  text-decoration: none;
}
#header .logo img {
  padding: 0;
  max-height: 36px;
	margin-top: 10px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/

.logo  {
	max-width: 125px;
    flex-shrink: 0;
}

.navbar {
  padding: 0;
}
.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}
.navbar li {
  position: relative;
}


.navbar a, .navbar a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 500;
    transition: 0.3s;
    padding: 0 10px;
    height: 56px;
    margin: 1px;
    box-shadow: 1px 0 1px 0 rgb(0 0 0 / 12%);
}

.navbar a:hover { 
    background: #f9f9f9;
}



.navbar a i, .navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}
.navbar a:hover, .navbar .active, .navbar .active:focus, .navbar li:hover > a {
  color: #d01114;
}
.navbar .dropdown ul {
  display: block;
  position: absolute;
    left: 14px;
    top: calc(100% + 30px);
    margin: 0;
    padding: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}
.navbar .dropdown ul li {
  min-width: 200px; 
}
.navbar .dropdown ul a {
  padding: 10px 20px;
  font-size: 14px;
  text-transform: none;
	text-align: left;
}
.navbar .dropdown ul a i {
  font-size: 12px;
}
.navbar .dropdown ul a:hover, .navbar .dropdown ul .active:hover, .navbar .dropdown ul li:hover > a {
  color: #a72123;
}
.navbar .dropdown:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}
.navbar .dropdown .dropdown:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}


@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }
  .navbar .dropdown .dropdown:hover > ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #283d50;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}
.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}
.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(23, 35, 46, 0.9);
  transition: 0.3s;
  z-index: 999;
}
.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}
.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile ul.sub-menu {    position: relative;
    top: 0;
    right: 0;
    bottom: 15px;
    left: 5px;
    padding: 0;
    overflow-y: auto;
    transition: 0.3s;
    background: #fff;
    border-left: 2px solid #c3c4c7;
    margin: 5px 15px 2px;}

.navbar-mobile a, .navbar-mobile a:focus {
  padding: 5px 20px;
  font-size: 15px;
  color: #4F5152;
}
.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a {
  color: #a62224;
}
.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}
.navbar-mobile .dropdown ul li {
  min-width: 200px;
}
.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}
.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}
.navbar-mobile .dropdown ul a:hover, .navbar-mobile .dropdown ul .active:hover, .navbar-mobile .dropdown ul li:hover > a {
  color: #007bff;
}
.navbar-mobile .dropdown > .dropdown-active {
  display: block;
}

/*--------------------------------------------------------------
# Search
--------------------------------------------------------------*/

.searchTop {
	padding:18px 0 0 10px;
}

.modal-dialog .search-submit {
	    border: none;
    background: rgb(166 34 36);
    color: #fff;
	height: 34px;
	width:24%;
}
.modal-dialog .search-field {
	width: 74%;
    padding: 4px 7px;
    background: #f9f9f9;
    border: 1px solid rgba(0,0,0,.2);
}

.modal-dialog .close {
	    border: none;
    background: rgb(166 34 36);
    color: #fff;
	
}

@media (max-width: 767px) {
  .searchTop {
	position:absolute;
	  top:0;
	  right:75px;
}
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  position: relative;
  background: url(./assets/img/bgrns.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 75px 0 20px 0;
}
@media (max-width: 991px) {
  #hero {
    padding: 140px 0 60px 0;
  }
}
@media (max-width: 574px) {
  #hero {
    padding: 100px 0 20px 0;
  }
  #hero .container {
    flex-flow: column;
   }
}
#hero .hero-img {
  width: 40%;
  float: left;
  text-align: center;
}
@media (max-width: 991px) {
  #hero .hero-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }
}

@media (max-width: 767px) {
  #hero .hero-img {
    width: 100%;     
  }
}

#hero .hero-info {
  max-width: 66%;
  width: 100%;
  float: right;
  background: rgb(255 255 255 / 95%);
  border-radius: 0;
  padding: 1.5em;
  -webkit-box-shadow: 5px 45px 26px -32px rgb(0 0 0 / 30%);
    box-shadow: 5px 45px 26px -32px rgb(0 0 0 / 30%);
}

#hero .hero-info:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 30px;
  height: 30px;
  border-top: 2px solid #a62224;
  border-left: 2px solid #a62224;
  border-radius: 0;
}
#hero .hero-info::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #a62224;
  border-right: 2px solid #a62224;
  border-radius: 0;
}



@media (max-width: 991px) {
  #hero .hero-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }
}
@media (max-width: 767px) {
  #hero .hero-info {
    width: 100%;
    max-width: 100%;
  }
}
#hero .hero-info h1 {
  color: rgb(166 34 36);
  margin-bottom: 10px;
  font-size: 1.3em;
  position:relative;
}


.hero-info-autor {
      color: #4f5152;
    font-weight: 500;
}

#hero .hero-info h2 {
  color: #000000;
  margin-bottom: 20px;
  font-size: 1em;
}


 
#hero .hero-info h3 {
  color: #000000;
  margin-bottom: 40px;
  font-size: 30px;
}
#hero .hero-info h2 span {
  color: #000000;
}
 
#hero .hero-info .btn-get-started, #hero .hero-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}
#hero .hero-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}
#hero .hero-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}
#hero .hero-info .btn-services {
  border: 2px solid #fff;
}
#hero .hero-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
section {
  overflow: hidden;
}

/* Sections Header
--------------------------------*/
.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}
.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}
@media (max-width: 767px) {
  .section-header p {
    width: 100%;
  }
}

/* Section with background
--------------------------------*/
.section-bg {
  background: #ecf5ff;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #f5faff;
  min-height: 40px;
  margin-top: 80px;
}
@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 60px;
  }
}
.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}
.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
.breadcrumbs ol li + li {
  padding-left: 10px;
}
.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}
@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }
  .breadcrumbs ol {
    display: block;
  }
  .breadcrumbs ol li {
    display: inline-block;
  }
}

/* recent_articles
--------------------------------*/

.recent_articles, .editor_inversion-color {
   
  margin-bottom: 1.5rem;
    box-shadow: none!important;
	border: none!important;
}

.recent_articles h4 {font-size: 1.4em;
    background: #111;
    color: #fff;
    padding: 3px 20px 5px!important;}

.recent_articles ul.post-list {
	padding: 5px 0 5px 20px;
}

.recent_articles a, .editor_inversion-color a {   
	border-bottom: 1px solid #993300; 
     
}

.recent_articles a:hover, .editor_inversion-color a:hover {color: #909090!important;}



.editor_inversion-color blockquote {background: #f7f2ef;}


.editor_inversion-color .ac {
  background: linear-gradient(180deg,transparent 0,rgb(247 242 239) 16%,rgb(247 242 239));
  -webkit-transform: translateZ(0);
  border-bottom: none!important;
}

.editor_inversion-color .kapat {
  margin: -1em 0 1em; 
  border-bottom: none!important;
}


.editor_inversion-color strong, .editor_inversion-color b {
      font-weight: 500;
    color: #000000;
}


/* Testimonials Section
--------------------------------*/
#testimonials {
  padding: 60px 0;
  box-shadow: inset 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
}
#testimonials .section-header {
  margin-bottom: 40px;
}
#testimonials .testimonials-carousel, #testimonials .testimonials-slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  #testimonials .testimonial-item {
    text-align: center;
  }
}
#testimonials .testimonial-item .testimonial-img {
  width: 120px;
  border-radius: 50%;
  border: 4px solid #fff;
  float: left;
}
@media (max-width: 767px) {
  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }
}
#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
  margin-left: 140px;
}
#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
  margin-left: 140px;
}
#testimonials .testimonial-item p {
  font-style: italic;
  margin: 0 0 15px 140px;
}
@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  #testimonials .testimonial-item h3, #testimonials .testimonial-item h4, #testimonials .testimonial-item p {
    margin-left: 0;
  }
}
#testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}
#testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #007bff;
}
#testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #007bff;
}


/*--------------------------------------------------------------
#  post
--------------------------------------------------------------*/

.comments {
	position: absolute;
    bottom: 10px;
    right: 20px;
    padding: 4px 8px 0;
    background: #fff;
    border-radius: 5px;
    font-size: 0.9em;
	box-shadow: 0 0 25px 0 rgb(0 0 0 / 12%);
}

.comments a {
	
}

.comments i {
	margin-right:5px;
}


.tag-links a {
	    margin-left: 14px;
}

.time i {
	margin-right:5px;
}

.red { color:rgb(166 34 36);
	
}

 

/*--------------------------------------------------------------
# sidebar page & post
--------------------------------------------------------------*/
ul.post-list  {
  list-style: none;
  padding-left: 0;
}
ul.post-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
ul.post-list li a {
  border-bottom: 1px solid #ddbaba;
  font-size: 1rem;
  color:#993300;
}
ul.post-list li a:hover {
  color: #a62224;
}
ul.post-list li p {
  font-size: 0.9em;
  margin: 0 0 10px 0;
}
ul.post-list li i {
  position: absolute;
  left: 0px;
  top: 3px;
  color: #993300;
}

.post-list_icons {
 color: #993300;
 font-size: 40px;
 margin-top: -20px;
}

.comment_sidebar {
  background: #f9f9f9;;
}

.comment_sidebar ul {
  list-style: none;
  padding-left: 0;
}

.comment_sidebar a { color: #000000;
    display: inline-block;
    background: #fff;
    padding: 10px;
    margin: 5px 0 10px;
    width: 100%;
    border-radius: 0 10px 10px 10px;

}

.tumb {     
  position: relative;
  overflow: hidden;
  height: 235px;}

  .card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgb(0 0 0 / 7%);
    border-radius: 0;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 9%);
}

.card::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 30px;
  height: 30px;
  border-bottom: 2px solid #a62224;
  border-right: 2px solid #a62224;
  border-radius: 0;
}

.card img {  
  object-fit: cover;
    width: 100%;
    height: 100%;
  filter: grayscale(100);
  opacity: 0.8;
  transition: all .4s ease-in-out;
  
}

.card:hover img { 
  height: auto;
  filter: grayscale(0);
  opacity: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}


.card-title {
	font-size: 1.3em;
    font-weight: 600;
	line-height: 1.1em;}



.card .discr {
  height: 200px;
  overflow: hidden;
}

.sample-posts {
  position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0;
    padding: 1.5em 1.5em 0;
    border: 1px solid #888;
    box-shadow: 0 0 25px 0 rgb(0 0 0 / 9%);
    background-color: #f3f5f7;
}
.sample-posts li {
  margin-bottom: 10px;
}



.share-link {
	margin:25px 0 20px;
	text-align: center;
}
.share-link a{
	    border-bottom: none!important;
}
.share-link_title {
	margin:0 0 10px 0;
	color:#993300;
}

.card-body {
	margin: 5px 15px 10px -5px!important;
}




@media (max-width: 1200px) {
	.tumb {     
  position: relative;
  overflow: hidden;
  height: 250px;}
}


@media (max-width: 768px) {
	.card-body {
		padding:15px!important;
	}
}



/*--------------------------------------------------------------
# Pagination
--------------------------------------------------------------*/

.pagination {margin: 15px; display: none!important;}

.navigation {
  display: inline-block;
  width: 100%;
  margin: 25px 0;
  text-align: center;
}

.navigation .current {
  background: #313131;
  color: #fff
}

.page-numbers {
  padding: 10px 15px;
  margin: 5px;
  background: #fff;  
  border: 1px solid #313131;
  -o-transition: .4s ease-in-out;
  -moz-transition: .4s ease-in-out;
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  position: relative
}

.page-numbers:hover {
  background: #313131; 
  color: #fff;
}

 

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #000;
  color: #eee;
  font-size: 14px;
}
#footer .footer-top {
  background: #313131;;
  padding: 60px 0 10px 0;
  margin-top: 60px;
}
#footer .footer-top .footer-info {
  margin-bottom: 30px;
}
#footer .footer-top .footer-info h3 {
  font-size: 34px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#footer .footer-top .footer-info p {
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Montserrat", sans-serif;
  color: #ecf5ff;
}
#footer .footer-top .social-links a {
  font-size: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #fff;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}
#footer .footer-top .social-links a i {
  line-height: 0;
}
#footer .footer-top .social-links a:hover {
  background: #dad5cb;
    color: #fff;
}
#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 10px;
}
#footer .footer-top .footer-links {
  margin-bottom: 30px;
}
#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#footer .footer-top .footer-links ul li {
  padding: 8px 0;
}
#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}
#footer .footer-top .footer-links ul a {
  color: #ecf5ff;
}
#footer .footer-top .footer-links ul a:hover {
  color: #ff9494;
}
#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}
#footer .footer-top .footer-contact p {
  line-height: 26px;
}
#footer .footer-top .footer-newsletter {
  margin-bottom: 30px;
}
#footer .footer-top .footer-newsletter input[type=email] {
  border: 0;
  padding: 6px 8px;
  width: 65%;
}
#footer .footer-top .footer-newsletter input[type=submit] {
  background: #a72123;
  border: 0;
  width: 35%;
  padding: 6px 0;
  text-align: center;
  color: #fff;
  transition: 0.3s;
  cursor: pointer;
}
#footer .footer-top .footer-newsletter input[type=submit]:hover {
  background: #0062cc;
}
#footer .copyright {
  padding-top: 30px;
	color: #f1f7ff;
}

#footer .copyright strong {
	color: #f1f7ff;
}

#footer .copyright a{
  color: #f1f7ff;
}

#footer .credits {
  text-align: center;
  font-size: 13px;
  color: #f1f7ff;
}
#footer .credits a {
  color: #bfddfe;
}
#footer .credits a:hover {
  color: #f1f7ff;
}

.owl-pagination-true {
  margin-bottom: 42px !important;
}

.sa_owl_theme .owl-nav .owl-prev {
  left: -24px!important;
}

.sa_owl_theme .owl-nav .owl-next {
  right: -24px!important;
}

 
.owl-stage-outer {margin-bottom: 50px;}


@media screen and (min-width: 767px) {
.onyx-poll-widget {
    box-shadow: none;
    width: 100%;
    max-width: 100%!important;
}

.onyx-poll-widget.left {
    float: left;
    margin: 0 0 1.5em!important;
}
	
}

.onyx-poll-total {
	color: #333;
}

.white .sa_owl_theme .owl-nav .owl-prev {
    background: rgba(0,0,0,0.0) url(../asset/icon_prev.png) no-repeat center center !important;