/*  
Author: WebThemez.com
License: https://webthemez.com/license 
*/
/*------------------- 
# General
---------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); 
@import url('https://fonts.googleapis.com/css?family=Archivo+Black&display=swap'); 
.photo-gallery {
  color:#313437;
  background-color:#fff;
}

.photo-gallery p {
  color:#7d8285;
}

.photo-gallery h2 {
  font-weight:bold;
  margin-bottom:40px;
  padding-top:40px;
  color:inherit;
}

@media (max-width:767px) {
  .photo-gallery h2 {
    margin-bottom:25px;
    padding-top:25px;
    font-size:24px;
  }
}

.photo-gallery .intro {
  font-size:16px;
  max-width:500px;
  margin:0 auto 40px;
}

.photo-gallery .intro p {
  margin-bottom:0;
}

.photo-gallery .photos {
  padding-bottom:20px;
}

.photo-gallery .item {
  padding-bottom:30px;
}

.logo-mq{
    max-height: 50px;
}

.bordered-text{
    border: 1px dotted #000 !important;
    padding: 15px;
    border-radius: 15px;
}

.hideDiv{
    display:none;
}
h1, h2{
	font-family: sans-serif;
	font-weight:bolder;
	color: #3367d6;
}

.full-width-tab{
    width: 100%;
}

.bordered{
    border: 1px solid #36433C ;
}
.no-padding{
    padding-left: 0px;
    padding-right: 0px;
}

.with-padding{
    padding: 15px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #36433C  !important;
    background-color: #fff;
    border-color: #36433C  #36433C  #36433C ;
}

.nav-tabs {
    border-bottom: 1px solid #36433C ;
}
.cat-img{
    max-width: 30%;
}

.green-bg{
    background-color: #36433C  !important ;
    color: #fff;
}
.white-text{
     color: #fff !important ;
}
.green-text{
    color: #36433C  !important ;
}

.cart-w{
    background-color: white !important; color: #36433C ; position:fixed; right:0; top:80%; z-index: 999;
}

.margin-row{
    margin-top: 5px;
}

.green-h1{
    color: #36433C  !important ;
}

.green-h2{
    color: #36433C  !important ;
}

.bg-light h2{
    color: #fff !important ;
}

.bg-light p{
    color: #fff !important ;
}

.bg-white p{
    color: #36433C  !important ;
}


.bg-light{
    background-color: #36433C  !important;
}
.btn-primary {
    color: #fff;
    border-color: #36433C   !important;
    background-color: #36433C   !important;
}
html {
  font-size: 1rem;
}

body {
  font-weight: 400;
  font-size: 1rem;
  font-family: "Open Sans", sans-serif;
  line-height: 1.6;
  color: #1b1e24;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga", "kern";
  text-rendering: optimizelegibility;
}

a {
  color: #36433C  ;
}

a:hover {
  color: #36433C ;
}

a:focus {
  outline: none;
}

p {
  line-height: 1.8;
}

figure {
  margin-bottom: 0;
}

hr {
  border-color: #e6e7e9;
}

[role=button] {
  cursor: pointer;
}

/*------------------------------------
  Headings
------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, .h7,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.6;
  font-weight:600;
} 
/*------------------------------------
  Highlight Color
------------------------------------*/
::-moz-selection {
  color: #fff;
  background-color: #3367d6;
}

::selection {
  color: #fff;
  background-color: #3367d6;
}

.bg-primary ::-moz-selection {
  color: #3367d6;
  background-color: #fff;
}

.bg-primary ::selection {
  color: #3367d6;
  background-color: #fff;
}
.nav-top a, .nav-top li{
	color:#fff;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}

.inner-page{
    background: #006bdf;
}
.rounded-img{
     border-radius: 50%;
}
.fit-img{
     max-width: 100%;
}
footer{
	color:#bdbdbd;
}
footer a{
	color: #fff;
}
footer a:hover{
	color: #fff !important;
}
.btn-outline-dark {
    color: #6f7173;
    border-color: #b8b8b8;
}
a.active span{
    text-decoration: underline !important;
    color: #36433C ;
}
.logo{
  color: #222;
      margin: 19px 0 0;
}
.logo a{
text-decoration:none;
}
.logo h2 span{
  padding: 5px 7px;
  color: #3367d6;
}   
.menu-area{
    position:relative;
    background: #fff;
}
.logo h2 {
    font-size: 30px;
    color: #fff;
} 
.bg-primary {
  color: #fff;
  border-color: #3367d6 !important;
  background-color: #3367d6 !important;
}
.bg-opa{
    background-color: #000  !important;
    z-index: 100;
    opacity: 80%;
    padding: 30px;
    border-radius: 50px;
}
.nav-top {
    background-color: #36433C  !important;
}
.inner-page-header p {
    color: #333;
}

.btn-outline-primary{
    color: #3367d6;
    background-color: transparent !important;
    border-color: #3367d6 !important;
}	
.btn-outline-primary:hover{
    color: #fff;
    background-color:#3367d6 !important; 
}
.bg-overlay, .hero-img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.nav-top i {
    color: #ffffffd1;
}
section.wt-section.hero-large {
    background: #dee2e6;
    margin-top: 0px !important;
    /* background: #0f5386; */
    padding: 100px 0;
}
section.wt-section.hero-large p {
    /* color: #fff; */
}
section.wt-section.hero-large h1 {
    /* color: #fff; */
    font-size: 46px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff !important;
    background-color: #3367d6;
    border-color: #3367d6;
}
.text-primary, .page-link{
	color: #3367d6 !important;
}
.hero-img {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.hero-content{
	
}
.inner-page{
    background: #006bdf;
}  

.price-card .card-body ul li{
	line-height:38px;
}
.contact-info i{
	font-size:24px;
}
.team-dp ul{
	display:bock;
	margin:0 auto;
	padding:0;
}
.team-dp{
	text-align:center;
	display:bock;
}

.portfolio-menu ul li {
    margin: 0px 22px 8px;
    border: none;
    border-bottom: 4px solid;
    border-radius: 0;
    padding: 10px 4px;
}
.portfolio-menu ul li.active, .portfolio-menu ul li:hover {
    margin: 0px 22px 8px;
    border: none;
    border-bottom: 4px solid;
    border-color: #3367d6 !important;
    border-radius: 0;
    padding: 10px 4px;
}
 .main-footer li{
	line-height:32px;
	color: #fff;
}
.inner-page-header {
    background: #dee2e6;
    padding: 0;
}
.sub-text{
	font-size:16px;
}
.nav-top-contact li{
	font-size:13px;
} 
.contactIcons .fa {
    font-size: 34px;
    padding: 32px;
    background: #ebebeb;
    border-radius: 50%;
	margin-bottom:15px;
}
.copyrights{
	font-size:13px !important;
}
@media (max-width: 991px) {
.hero-img { 
    background-position: 74%; 
}
}