/********** Shah-Enterprises CSS **********/
:root {
    --primary: #06A3DA;
    --secondary: #0c4da1;
    --light: #EEF9FF;
    --dark: #091E3E;
}

h1,
h2,
.font-weight-bold {
    font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
    font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
    font-weight: 500 !important;
}

.btn {
    font-family: 'Poppins', sans-serif !important;
    font-weight: 600;
    transition: .5s;
}

.btn-primary,
.btn-secondary {
    color: #FFFFFF;
}

.btn-primary:hover {
    background: var(--secondary);
    border-color: var(--secondary);
}

.btn-secondary:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.btn-square {
    width: 36px;
    height: 36px;
}

.btn-sm-square {
    width: 28px;
    height: 28px;
}

.btn-lg-square {
    width: 46px;
    height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
}

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.top-shape::before {
    position: absolute;
    content: "";
    width: 35px;
    height: 100%;
    top: 0;
    left: -17px;
    /* background: var(--primary); */
    background: #000;
    transform: skew(40deg);
}

.navbar-light .navbar-nav .nav-link {
 
    padding: 35px 15px;
    font-size: 18px;
    color: fff !important;
    outline: none;
    transition: .5s;
}
.sticky-top.navbar-light .navbar-nav .nav-link {
    padding: 20px 15px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary) !important;
}

.yt-embed iframe {
    width: 100%;
    height: 500px;
}

.yt-video {
    margin-top: 80px;
}

.blue-bg {
    background: #0c4da1;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 40px;
    justify-content: center;
}
.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width) */
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
#mega-menu-wrap-primary #mega-menu-primary a.mega-menu-link .mega-description-group .mega-menu-description {
    display: none !important;
}
.sub-title {
    font-size: 40px;
    margin-bottom: 20px;
}
a.mega-menu-link {
	font-weight: 600 !important;
	font-size: 16px !important;
	color: #0a5097 !important;
	padding: 0px 20px 0px 20px !important;
}
a.mega-menu-link:hover{
	color: #06a3da !important;
}
.highlight_item a.mega-menu-link {
    background-color: #b75217 !important;
    padding: 7px 13px !important;
    line-height: normal !important;
    height: auto !important;
    color: #fff !important;
    border-radius: 5px !important;
}
.highlight_item a.mega-menu-link:hover {
    background-color: #e76316 !important;
    box-shadow: 0px 1px 4px #000 !important;
}
ul.mega-sub-menu li a {
    color: #fff !important;
}
ul.mega-sub-menu li a:hover {
    background-color:inherit !important;
	color: #0a5097 !important;
}
@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link,
    .sticky-top.navbar-light .navbar-nav .nav-link {
        padding: 10px 0;
    }
    /*#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    padding: 0px 20px 0px 20px !important;
    }*/
	a.mega-menu-link {
		color: #ffffff !important;
	}
	#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
        color: #fff !important;
        background: #0a5097 !important;
    }
	.highlight_item a.mega-menu-link {
		padding: 7px 15px !important;
		color: #fff !important;
		border-radius: 0px !important;
	}
}

.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /* background: rgba(9, 30, 62, .85); */
    z-index: 1;
}

@media (max-width: 576px) {
    .carousel-caption h5 {
        font-size: 14px;
        font-weight: 500 !important;
    }

    .carousel-caption h1 {
        font-size: 30px;
        font-weight: 600 !important;
    }
    .pdt-img img {
        width: 100%;
        height: auto;
    }
}

.carousel-control-prev,
.carousel-control-next {
    width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (min-width: 991.98px) {
    .highlights {
        position: relative;
        /* margin-top: -90px; */
        z-index: 1;
    }
}
/* 
.section-title h5::before {
    position: absolute;
    content: "";
    width: 45px;
    height: 3px;
    right: -55px;
    bottom: 11px;
    background: var(--primary);
}

.section-title h5::after {
    position: absolute;
    content: "";
    width: 15px;
    height: 3px;
    right: -75px;
    bottom: 11px;
    background: var(--secondary);
} */

.twentytwenty-wrapper {
    height: 100%;
}

.hero-header {
    /* background: linear-gradient(rgba(9, 30, 62, .85), rgba(9, 30, 62, .85)), url(../img/sub-banner.png) center center no-repeat; */
    background: linear-gradient(rgb(9 30 62 / 56%), rgb(9 30 62 / 63%)), url(../img/sub-banner.png) center center no-repeat;
    background-size: cover;
}
.navbar-light .navbar-brand {
    width: 20%;
}
.navbar-light .navbar-brand img {
    width: 100%;
}


.bg-offer {
    background:url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.offer-text {
    background: rgba(6, 163, 218, .85);
}

.products-carousel .owl-nav {
    position: absolute;
    width: calc(100% + 45px);
    height: 45px;
    top: calc(50% - 22.5px);
    left: -22.5px;
    display: flex;
    justify-content: space-between;
    /* opacity: 0; */
    transition: .5s;
}

.products-carousel:hover .owl-nav {
    opacity: 1;
}

.products-carousel .owl-nav .owl-prev,
.products-carousel .owl-nav .owl-next {
    /* position: relative; */
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--secondary);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
    top: -85px;
}
.products-carousel .owl-nav .owl-prev {
    position: absolute;
    right: 6%;
    
}

.products-carousel .owl-nav .owl-next {
    position: absolute;
    right: 2%;
    
}

.products-carousel .owl-nav .owl-prev:hover,
.products-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
}





/* newwwwwwwwwwwww */
header {
    background: #fff;
    position: fixed;
    z-index: 9;
    width: 100%;
}
header.fixed-header:before {
    content: '';
    position: absolute;
    width: 21.2%;
    height: 100%;
    background: #0c4da1;
}
/* .navbar{
    background: #0c4da1 !important;
} */
.banner-content{
    max-width: 750px;
    background: hsl(211deg 76% 29% / 82%);
    position: absolute;
    top: 30%;
    left: 30%;
    padding: 40px !important;}
.banner-content h1{
    font-size: 50px;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 500 !important;
	text-shadow: 2px 2px 8px #3e3838;
	text-transform: uppercase;
	    transform: translateY(-50%);
}
.banner-content h5{
    font-size: 19px;
    line-height: 32px;
    font-family: 'Poppins', sans-serif !important;
	text-shadow: 2px 2px 8px #3e3838;
    /* font-weight: 500 !important; */
}
.navbar a{
    color: fff !important;
}
.navbar-light .navbar-nav .nav-link{
    color: fff !important;
}
.highlights{
    margin-top: 50px;
}
.highlight-block{
    /* background: linear-gradient(to right, #939090 0%, #c2bfbf 100%) !important; */
    position: relative;
    margin-bottom: 40px;
    
}
.highlight-block img{
    width: 100%;
}
.highlight-block:hover {
    box-shadow: 0px 0px 12px #afacac;
}
.highlight-block h3 {
    text-shadow: 2px 2px 8px #000;
}
.highlight-content{
    position: absolute;
    bottom: 0;
    padding: 30px;
    right: 0;
    background: #0b296075;
    width: 100%;
}
.btn-highlight-content{
    background-color: #fff;
}
.btn-highlight-content:hover{
    background-color: #ECEBEC;
}
.highlight-content2{
    position: absolute;
    bottom: 0;
    padding: 30px;
    right: 0;
    background: #0b296075;
    width: 100%;
}
.btn1{
    background-color: #fff;
    padding: 10px 30px;
    margin: 10px 0px;
}
.btn1:hover{
    background-color: #ECEBEC;
}
.abt{
    background: #0c4da1;
    min-height: 410px;
    padding: 0px;
}
.about{
    padding: 0px;
}
.about img{
    width: 100% !important;
}
.abt-content{
    padding: 20% 20%;
    
}
.abt-content h1, .abt-content h5{
    color: #fff !important;
}
.abt-content h1{
    font-weight: 500;
}
.products-item{
    position: relative;
}
.products-item img{
    position: relative;
    height: 100%;
}
.products-item .overlay{
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        height: 93%;
        width: 100%;
        opacity: 0;
        transition: .5s ease;
        background-color: #123B8D;
    
}
.products-item:hover .overlay {
    opacity: 0.7;
    background: #065FBA;
    margin: 0px auto;   
    
  }
  .featured-products{
    margin: 10px 0px;
    padding-bottom: 0px !important;
  }
  .featured-text {
    opacity: 1;
    position: absolute;
    top: 30%;
    left: 0;
    text-align: center;
    right: 0;
}
.featured-text h3{
    opacity: 1;
    color: #fff !important;
}
.featured-text a{
    opacity: 1 !important;
}

.products{
    margin: 50px 0px 100px 0px;
}


.pdt-description{
    padding: 20px 30px;
   /* border: 1px solid #a7aaac !important; */
   /* border-right: none !important; */
}
.products h3{
    font-size: 19px;
    color: #0c4da1;
}
.products a{
    color: #6B6A75;
    font-weight: 700;
    font-size: 17px;
}
/* a::after { 
    content: " - next";
  } */
.products p{
    line-height: 26px;
}
.pdtt{
    margin-bottom: 30px;
    margin-left: 0px;
    margin-right: 0px;
     border: 1px solid #a7aaac !important;
}
.nav-link{
    /* border: 1px solid; */
    width: 22%;
    margin: 0px 10px;
}
.nav-tabs{
    border-bottom: none !important;
}
.nav-tabs .nav-link{
    color: #6B6A75 !important;
    padding: 13px 0px;
    border: 2px solid #6B6A75 !important;
    font-weight: 700;
    text-transform: capitalize;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    background: #0c4da1;
    color: #fff !important;
}
.footer{
    background: #0c4da1;
    margin-top: 50px;
}
#menu-footer-menu {
    list-style: none;
    padding-left: 0;
}
#menu-footer-menu a, .footer a {
    color: #fff;
    line-height: 31px;
}
#menu-footer-menu a:hover, .footer a:hover, .contact-page a:hover {
    color: #06a3da;
}
.contact-page a {
    color: #6B6A75
}
.copyright{
    border-top: 1px solid #fff;
    padding: 20px 0px;
}
.featured-products h1, .products h1{
    text-transform: capitalize;
    margin-bottom: 40px;
}


.featured-products .owl-nav{
    display: block !important;
}

.pdt-img{
    padding: 0px;
}
.pdt-img img{
    width: 100%;
}
.navbar-light .navbar-toggler{
    color: #fff !important;
    border-radius: 0;
}
.btn-check:focus+.btn, .btn:focus{
    outline: 0;
    box-shadow: none !important;
}
@media (min-width: 1200px) and (max-width: 1399px){
   
    .abt{
        min-height: 300px;
        padding: 5% 10%;
    }
    .abt-content {
        padding: 0 !important;
    }

}
@media (min-width: 992px) and (max-width: 1199px){
    .pdt-description{
        padding: 10px 10px 5px 10px;
    }
    .abt{
        min-height: 300px;
        padding: 5% 10%;
    }
    .abt-content {
        padding: 0 !important;
    }
    .products-carousel .owl-nav .owl-prev {
        right: 8%;   
    }
    
    /* .products-carousel .owl-nav .owl-next {
        right: 2%;       
    } */

}
@media (max-width: 991.98px) {
  
    .banner-content{
        max-width: 60%;
        top: 10%;
        left: 20%;
        padding: 20px !important;
        margin: 0px auto;
        display: block;
       
    }
    .banner-content h1{
        font-size: 30px;
    }
    .banner-content h5{
        font-size: 18px;
        line-height: 28px;
        display: none;
    }
    .product_description{
        margin-top: 50px;
    }
    .products-carousel .owl-nav .owl-prev {
        right: 10%;   
    }
}

/* sub page */
.about-sub h5{
    color: #0c4da1 !important;
}


.nav-pills .nav-link{
    padding: 15px 10px !important;
    margin-bottom: 5px !important;
}
.pdt-view .nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--secondary);
    
}
.pdt-view{
    padding-top: 0px !important;
}
.pdt-view .nav-pills .nav-link.active h5{
    color: #fff !important;
}
.products-view{
    
}
.products-view1{
    padding: 10px 20px;
	height: 100%;
}
.products-view h5, h6{
    margin: 30px 0px 10px 0px;
} 
 .tab-content.fixed_h_tab {
    height: 100vh;
    overflow-y: auto;
    overflow-x: hidden;
} 


/*---------------------
  Product Details
-----------------------*/

.product-details {
	margin-bottom: 100px;
}

.product__details__pic {
	overflow: hidden;
}

.product__details__pic__left {
	width: 22%;
	/* max-height: 574px; */
	float: left;
	overflow-y: auto;
}

.product__details__pic__left .pt {
	display: block;
	margin-bottom: 20px;
	cursor: pointer;
	position: relative;
    
}

.product__details__pic__left .pt::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

.product__details__pic__left .pt.active::after {
	opacity: 0.3;
}

.product__details__pic__left .pt:last-child {
	margin-bottom: 0;
}

.product__details__pic__left .pt img {
	min-width: 100%;
    width: 100%;
}

.product__details__slider__content {
	width: calc(78% - 20px);
	float: left;
	margin-left: 20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button {
	position: absolute;
	left: 10px;
	top: 50%;
	font-size: 22px;
	color: #111111;
	width: 40px;
	height: 40px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	line-height: 44px;
	text-align: center;
	margin-top: -20px;
}

.product__details__pic__slider.owl-carousel .owl-nav button.owl-next {
	left: auto;
	right: 10px;
}

.product__details__text h3 {
	color: #111111;
	font-weight: 600;
	/* text-transform: uppercase; */
	margin-bottom: 12px;
}

.product__details__text h3 span {
	display: block;
	font-size: 14px;
	color: #444444;
	text-transform: none;
	font-weight: 400;
	margin-top: 5px;
}



.product__details__text p {
	color: #444444;
	margin-bottom: 28px;
}

.product__details__tab {
	padding-top: 80px;
	margin-bottom: 65px;
}


.tab-content .tab-pane h6 {
	color: #666666;
	font-weight: 600;
	margin-bottom: 24px;
}

.tab-content .tab-pane p:last-child {
	margin-bottom: 0;
}

.related__title h5 {
	font-size: 20px;
	color: #111111;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}



  .owl-carousel .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

/* .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
}

.owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translateY(-50%);
} */


/* Tab slider */

/* .navbar-light .navbar-toggler-icon{
    background-image: url("img/menu.png") !important;
} */

.test{
    margin-bottom: 30px;
    min-height: 300px;
}
.view-more-btn{
    margin: 0px auto;
    color: #fff !important;
    display: block;
    width: 20%;
    font-weight: 500 !important;
    background: var(--secondary);
    border: none !important;
}
.view-more-btn:hover{
    background: var(--primary);
}
form.woocommerce-product-search {
    position: relative;
    padding: 0 10px;
}
button.wp-element-button {
    position: absolute;
    right: 0;
    border: 0;
    font-size: 0;
    background: transparent;
}
.search-field {
    height: 35px;
    padding: 10px;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    outline: none;
}
a.page-numbers {
    width: 30px;
    height: 30px;
    /* background: #666; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
span.page-numbers.current {
    background: #0c4da1;
    display: inline-flex;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}
/*************************************** Products View More /***************************************/


.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  .content {
    /* height: 100px; */
    /* width: 45%; */
    color: #000;
    /* font-size: 24px; */
    /* line-height: 100px;  */
    /* text-align: center; */
    /* background-color: grey; */
    margin: 5px;
    /* border: 1px solid lightgrey; */
    display: none;
  }
  .category-outer {
    display: none;
  }
  #loadMore {
    width: 200px;
    color: #fff;
    display: block;
    text-align: center;
    margin: 20px auto;
    padding: 10px;
    /* border-radius: 10px; */
    border: 1px solid transparent;
    background-color: var(--secondary);
    transition: .3s;
  }
  #loadMore:hover {
    /* color: blue;
    background-color: #fff;
    border: 1px solid blue; */
    text-decoration: none;
    background: var(--primary);
    color: #fff;
  }
  .viewall {
    /* color: #000 !important;
    background-color: transparent !important; */
    background: var(--secondary);
    color: #fff !important;
    /* pointer-events: none; */
  }



  .products h3{
    text-transform: capitalize;
  }
  .wpcf7-form p {
    position: relative;
  }
  span.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.wpcf7-not-valid-tip {
    font-size: .7em !important;
}

.category-outer {
    width: 48%;
    float: left;
    padding-right: 2%;
}
.category-div {
    margin-right: -4.7%;
}
@media (max-width: 1366px) {
    .navbar-light .navbar-brand {
        width: 17%;
    }
}
@media (max-width: 768px) {
    header.fixed-header:before {
    width: 50%;
    }
    #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::before, #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner::after {
    background-color: #0c4da1 !important;
    }
    #mega-menu-wrap-primary #mega-menu-primary input, #mega-menu-wrap-primary #mega-menu-primary img {
        width: 100%;
        margin-top: 10px;
    }
    .category-div {
        margin-right: 0;
    }
    .category-outer {
        width: 100%;
    }
    .banner-content{
        max-width: 70%;
        top: 10%;
        left: 15%;
        padding: 20px !important;
       
    }
    .banner-content h1{
        font-size: 35px;
    }
    .banner-content h5{
        font-size: 16px;
        line-height: 28px;
    }
    /* .nav-tabs .nav-link{
        width: 22%;
        padding: 5px 0px;
        margin: 0px 5px;

    } */
    .products-carousel .owl-nav{
        left: 0% !important;
        top: 50px !important;

    }
    .products-carousel .owl-nav .owl-prev {
        right: 5%;   
    }
    .products-carousel .owl-nav .owl-next {
        right: -5%;   
    }
    .products-carousel{
        padding-top: 30px !important;
    }
    
}
@media (max-width: 576px) {
    .banner-content{
        padding: 10px !important;
       
    }
    .banner-content h1{
        font-size: 30px;
    }
    .banner-content h5{
        font-size: 14px;
        line-height: 23px;
    }
    .highlight-content h3, .highlight-content2 h3{
        margin-bottom: 10px !important;
    }
    .btn1 {
        padding: 5px 25px;
    }
    .about img{
        margin: 0px auto;
        display: block;
    }
    .abt{
        min-height: 100px;    
    }
    .abt-content {
        padding: 10% 20%;
    }
    header.fixed-header:before {
    width: 79%;
    }
    .navbar-light .navbar-brand {
        width: 50%;
    }
}
@media (max-width: 450px) {
    .banner-content{
        padding: 5px !important;
        top: 2%;
       
    }
    .banner-content h1{
        font-size: 24px;
    }
    .banner-content h5{
        font-size: 14px;
    line-height: 21px;
    font-weight: 400 !important;
    }
    .btn1 {
        padding: 5px 15px;
    }
    .highlight-content, .highlight-content2{
        padding: 15px;
    }

}
.wrapper .icon{
  position: relative;
  /*background-color: #ffffff;*/
  border-radius: 50%;
  margin: 10px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 22px;
  display: inline-block;
  align-items: center;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  color: #fff;
  text-decoration: none;
  text-align: center;
}
.wrapper .icon:first-child {
    margin-left: 0;
}
.wrapper .tooltip {
  position: absolute;
  top: 0;
  line-height: 1.5;
  font-size: 14px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 5px 8px;
  border-radius: 5px;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .tooltip::before {
  position: absolute;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #ffffff;
  bottom: -3px;
  left: 50%;
  transform: translate(-50%) rotate(45deg);
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.wrapper .icon:hover .tooltip {
  top: -45px;
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip {
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.1);
}
.wrapper .facebook:hover,
.wrapper .facebook:hover .tooltip,
.wrapper .facebook:hover .tooltip::before {
  background-color: #3b5999;
  color: #ffffff;
}
.wrapper .twitter:hover,
.wrapper .twitter:hover .tooltip,
.wrapper .twitter:hover .tooltip::before {
  background-color: #46c1f6;
  color: #ffffff;
}
.wrapper .instagram:hover,
.wrapper .instagram:hover .tooltip,
.wrapper .instagram:hover .tooltip::before {
  background-color: #e1306c;
  color: #ffffff;
}
.wrapper .github:hover,
.wrapper .github:hover .tooltip,
.wrapper .github:hover .tooltip::before {
  background-color: #333333;
  color: #ffffff;
}
.wrapper .youtube:hover,
.wrapper .youtube:hover .tooltip,
.wrapper .youtube:hover .tooltip::before {
  background-color: #de463b;
  color: #ffffff;
}

.about-sub h2 {
    margin-bottom: 30px;
}
.about-sub li {
    line-height: 30px;
    list-style: none;
}
.about-sub li::before {
    content: "\2022";
    color: #3b3f42;
    font-size: 20px;
    display: inline-block;
	margin-right: 5px;
}
.mid_block {
    padding: 20px;
    box-shadow: 2px 2px 8px #f1e8e8;
    border-radius: 10px;
    display: block;
}
.about_mid_image {
    text-align: center;
    width: 100%;
}
.about_mid_image img {
    margin: 0 auto;
    width: 100%;
}
.about_mid_text {
    font-size: 15px;
    text-align: justify;
    min-height: 200px;
}
.about_mid_text h4 {
    text-align: left;
    color: #04294e;
}
.why_choose_row_heading {
    margin-top: 100px;
}
.why_choose_row_heading h2 {
    line-height: 20px;
    margin-bottom: 20px;
    color: #04294e;
}
.why_choose_row_heading h5 {
    font-size: 14px;
    color: #d3825c !important;
}
.why_choose_row {
    margin-top: 50px;
}
.why_choose_row .panel-grid-cell {
    padding: 5px 5px;
    text-align: center;
}
.why_choose_row img {
    margin: 0 auto;
}
a.custom-logo-link img {
    max-width: 100%;
    height: auto;
}
section.footer img {
    max-width: 100%;
    width: 70%;
}
.store_row .panel-grid-cell:first-child {
    background: #0b4ca0;
    padding: 40px 20px !important;
    min-height: 300px;
    display: inline-block;
    margin-bottom: 0 !important;
}
.store_row h3 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.store_row p {
    margin: 0;
    line-height: 28px;
    font-weight: 600;
    color: #fff;
}
.store_row .panel-grid-cell iframe {
    height: 300px;
    width: 100%;
}
.col-lg-6.main_office h6 {
    font-size: 30px;
    font-weight: 900;
    text-transform: uppercase;
}
ul.foogallery-album-gallery-list li::before{
    content: "";
}
@media (max-width: 772px) {
	a.custom-logo-link img {
		max-width: 75%;
		height: auto;
	} 
}
