
/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */
/*   01 - Global stlye  */
/*   02 - Theme Title  */
/*   03 - Theme Pagination  */
/*   04 - Theme Header One */
/*   05 - Theme Header Two */
/*   06 - Theme menu One  */
/*   07 - Theme menu Two  */
/*   08 - Theme Main Banner  */
/*   09 - Top Feature  */
/*   10 - About Company  */
/*   11 - Feature Banner  */
/*   12 - Service Style One  */
/*   13 - Testimonial Slider  */
/*   14 - Our Team   */
/*   15 - Theme Counter  */
/*   16 - Free Consultation  */
/*   17 - Partner Slider  */
/*   18 - Theme footer one  */
/*   19 - Theme footer Two   */
/*   20 - CallOut Banner */
/*   21 - Our Solution  */
/*   22 - About Company Stye Two  */
/*   23 - Our Case  */
/*   24 - Faq Section  */
/*   25 - Why Choose us  */
/*   26 - Short Banner  */
/*   27 - Latest News  */
/*   28 - Google Map   */
/*   29 - Theme Inner Banner   */
/*   30 - Why WE Best   */
/*   31 - Core Values   */
/*   32 - Theme Sidebar One   */
/*   33 - Service Details   */
/*   34 - Project Details   */
/*   35 - Blog Sidebar   */
/*   36 - Blog Details   */
/*   37 - Contact Us   */
/*   38 - Compnay Branch Address   */
/*   39 - Shop Page   */



/**
* Importing necessary  Styles.
**/
/*@import url('https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800,900|Source+Sans+Pro:300,400,600,700,900');*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700;800;900&display=swap');

/*----bootstrap css ----- */
@import url('../vendor/bootstrap/css/bootstrap.min.css');
/*----camera-slider---*/
@import url('../vendor/Camera-master/css/camera.css');
/*------- menu ------*/
@import url('../vendor/menu/dist/css/slimmenu.css');
@import url('../vendor/menu/dist/css/mobilemenu.css');
/*----font awesome -------*/
@import url('../fonts/font-awesome/css/font-awesome.min.css');
/*----owl-carousel css----*/
@import url('../vendor/owl-carousel/owl.carousel.css');
@import url('../vendor/owl-carousel/owl.theme.css');
/*-------- animated css ------*/
@import url('../vendor/WOW-master/css/libs/animate.css');
/*--------- flat-icon ---------*/
@import url('../fonts/icon/font/flaticon.css');
/*----------- Fancybox css -------*/
@import url('../vendor/fancybox/dist/jquery.fancybox.min.css');
/*----Language Switcher---*/
@import url('../vendor/language-switcher/polyglot-language-switcher.css');
/*------------- Map -------------*/
@import url('../vendor/sanzzy-map/dist/snazzy-info-window.min.css');


/*** 

====================================================================
  Loading Transition
====================================================================

 ***/
#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #fff;
  overflow: hidden;
}
#loader {
  background: url(../images/1.gif);
  width: 64px;
  height: 40px;
  position: relative;
  top: 50%;
  margin: -20px auto 0 auto;
}

/*==================== Click Top ====================*/
.scroll-top {
  width:25px;
  height:25px;
  position: fixed;
  bottom: 10px;
  right: 5px;
  z-index: 99;
  text-align: center;
  color: #fff;
  font-size: 18px;
  display: none;
  cursor: pointer;
  border-radius: 3px;
}
.scroll-top:after {
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 1;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}
/*______________________ Global stlye ___________________*/

 @font-face {
  font-family: 'font-awesome';
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.ttf');
  src: url('../fonts/font-awesome/fonts/fontawesome-webfont.eot'), /* IE9 Compat Modes */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.woff') format('woff'), /* Pretty Modern Browsers */
       url('../fonts/font-awesome/fonts/fontawesome-webfont.svg') format('svg'); /* Legacy iOS */
}

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	color:#555555;
	font-size: 18px;
	transition: left .2s ease-in-out,right .2s ease-in-out;
	position: relative;
}

.main-page-wrapper {
	 /*overflow-x:hidden;*/
}

h1,h2,h3,h4,h5,h6,p,ul {
	margin:0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6 {
	color: #232323;
}

h1 {
	font-size: 50px; 
	font-weight: 900;
	line-height: 70px;
}

h2 {
	font-size: 30px;
	font-weight: 900;
}

h3 {
	font-size: 28px;
	font-weight: 700;
}

h4 {
	font-size: 20px; 
	font-weight: 700;
}

h5 {
	font-size: 18px; 
	font-weight: 700;
}

h6 {
	font-size: 16px;
	font-weight: normal;
}

p {
	line-height: 27px;
}

ul {
	list-style-type: none;
}

ul,li {
	list-style: none; 
	margin: 0; 
	padding: 0
}

body a {
	text-decoration: none;
	color: #232323; 
}

a:hover,a:focus,a:visited {
	text-decoration: none; 
	outline: none;
}

img {
	max-width: 100%;
	display: block;
}

button {
	border:none;outline: none;
	box-shadow: none;
	display: block;
	padding: 0;cursor: pointer;
}

button:focus {
	outline: none;
}

input,textarea {
	outline: none;
	box-shadow: none;
	transition: all 0.3s ease-in-out;
}

.section-spacing {
	margin-bottom: 80px!important;
}

.section-spacing-min {
	margin-bottom: 50px!important;
}

.m-top0 {
	margin-top: 0 !important;
}

.m-bottom0 {
	margin-bottom: 0 !important;
}

.p-bottm0 {
	padding-bottom: 0 !important;
}

.no-border {
	border: none !important;
}



/*-------------------------- Body-Special ---------------------------------------------*/

html {
    font-size: 10px
}

body {
    margin: 0;
    padding: 0
}

img,legend {
    border: 0
}

header,footer,section,aside,hgroup,time,figure,figcaption,article,mark,nav,ruby,summary,video,details,dialog,main,mark,wbr {
    display: block
}

* {
    outline: none!important
}

a {
    text-decoration: none
}

a:active,a:focus,a:hover {
    outline: 0;
    text-decoration: none
}

img {
    height: auto;
    max-width: 100%
}

ul,li {
    list-style: none;
    margin: 0;
    padding: 0
}

button,html input[type=button],input[type=reset],input[type=submit] {
    cursor: pointer
}

h1,.h1 {
    font-size: 3rem;
    margin-bottom: 1.5rem
}

h2,.h2 {
    font-size: 2.6rem;
    margin-bottom: 1.5rem
}

h3,.h3 {
    font-size: 2.4rem;
    margin-bottom: 1.5rem
}

h4,.h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem
}

h5,.h5 {
    font-size: 1.6rem;
    margin-bottom: 1.5rem
}

h6,.h6 {
    font-size: 1.2rem;
    margin-bottom: 15px
}

.col-xs-51,.col-xs-52,.col-xs-53,.col-xs-54,.col-sm-51,.col-sm-52,.col-sm-53,.col-sm-54,.col-md-51,.col-md-52,.col-md-53,.col-md-54,.col-lg-51,.col-lg-52,.col-lg-53,.col-lg-54,.col-xl-51,.col-xl-52,.col-xl-53,.col-xl-54 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-51 {
    max-width: 20%;
    flex: 0 0 20%;
    padding-right: 15px;
    padding-left: 15px
}

.col-52 {
    max-width: 40%;
    flex: 0 0 40%;
    padding-right: 15px;
    padding-left: 15px
}

.col-53 {
    max-width: 60%;
    flex: 0 0 60%;
    padding-right: 15px;
    padding-left: 15px
}

.col-54 {
    max-width: 80%;
    flex: 0 0 80%;
    padding-right: 15px;
    padding-left: 15px
}

@media(min-width: 576px) {
    .col-sm-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-sm-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-sm-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-sm-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 768px) {
    .col-md-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-md-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-md-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-md-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 992px) {
    .col-lg-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-lg-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-lg-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-lg-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

@media(min-width: 1200px) {
    .col-xl-51 {
        max-width:20%;
        flex: 0 0 20%
    }

    .col-xl-52 {
        max-width: 40%;
        flex: 0 0 40%
    }

    .col-xl-53 {
        max-width: 60%;
        flex: 0 0 60%
    }

    .col-xl-54 {
        max-width: 80%;
        flex: 0 0 80%
    }
}

.tooltip {
    font-size: 1.2rem;
    z-index: 9999999
}

.tooltip.show {
    opacity: 1
}

.tooltip .tooltip-inner {
    background: #fff;
    color: #4b4b4b;
    border: 1px solid #eee
}

/*-------------------------- Body-Special ---------------------------------------------*/




/*--------------------- Transition --------------------*/

.tran3s,h2 a,h3 a,h4 a,h5 a,h6 a,.header-one .top-header .address-wrapper .quotes a,.header-one .theme-menu-wrapper .right-widget .social-icon li a,#mega-menu-holder ul.dropdown li a:before,#mobile-menu-holder ul.dropdown li a:before,.theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li > span,.top-feature .main-content,.service-style-one .single-service .text,.service-style-one .single-service,
.owl-theme .owl-dots .owl-dot span,.our-team .team-member .overlay .hover-content ul li a,.our-team .team-member .overlay,.our-team .team-member .text,.theme-footer-two .top-footer .footer-list ul li a,
.theme-footer-one .top-footer .footer-list ul li a,.theme-footer-one .bottom-footer ul li a,.header-two .top-header .social-icon li a,.our-case .single-case-block .hover-content,
.our-case .single-case-block .hover-content .text .details,.accordion-one .panel-group .panel-heading a:before,.our-blog .single-blog .post-meta .read-more,.theme-footer-two .logo-widget .social-icon li a,
.core-values .single-value-block .image-box .overlay,.theme-sidebar-one .service-categories ul li a,.theme-pagination ul li a,.project-details .project-details-sidebar .social-icon li a,
.blog-sidebar .sidebar-categories ul li a,.blog-sidebar .sidebar-archives ul li a,.blog-sidebar .sidebar-tags ul li a,.blog-details .share-option  li a,.shop-page .single-product .product-name .price,
.shop-page .single-product .image-box,.shop-page .single-product .product-name .add-to-cart,.shop-page .single-product .product-name .add-to-cart a,.shop-details .product-review-tab .nav-tabs .nav-link {
  transition: all .3s ease-in-out;
}

.tran4s,.our-solution .single-solution-block .icon,.our-case .single-case-block .hover-content .text,.our-blog .single-blog .image-box img {
  transition: all .4s ease-in-out;
}

 /*----------------------- Theme Color File -------------------*/
 
.p-color,.header-one .top-header .address-wrapper .quotes a,.header-one .top-header .address-wrapper .address .icon,#theme-main-banner .camera_caption h1,
#theme-main-banner .camera_caption .theme-button-one,.top-feature .main-content:hover h4 a,.about-compnay .mission-goal li .icon,.service-style-one .single-service .text .read-more,
.service-style-one .single-service:hover .text h5 a,.service-style-one .contact-text h5,.service-style-one .contact-text h5 a,.our-team .team-member .overlay .hover-content ul li a:hover,
.theme-counter h6,.single-counter-box .number,.theme-footer-one .top-footer .footer-newsletter .theme-button-one,
.header-two #mega-menu-holder>ul> li.active > a, .header-two #mega-menu-holder>ul> li:hover > a,
.header-two #mega-menu-holder>ul> li.active > .sub-toggle,.header-two #mega-menu-holder>ul> li:hover > .sub-toggle,
.header-two #mobile-menu-holder>ul> li.active > a, .header-two #mobile-menu-holder>ul> li:hover > a,
.header-two #mobile-menu-holder>ul> li.active > .sub-toggle,.header-two #mobile-menu-holder>ul> li:hover > .sub-toggle,
.callout-banner .theme-button-one,.our-solution .single-solution-block:hover h5 a,
.faq-section .wrapper .img-box .play,.why-choose-us .single-block .icon,.why-choose-us .single-block:hover h5 a,.short-banner .overlay h2,.our-blog .single-blog .post-meta .read-more,
.our-blog .single-blog:hover .post-meta .title a,.why-we-best .wrapper .best-list-item li .icon,.why-we-best .wrapper .best-list-item li:hover h5 a,.core-values .single-value-block .image-box .overlay a,
.core-values .single-value-block:hover .text h5 a,.theme-sidebar-one .service-categories ul li a:hover,.theme-sidebar-one .service-categories ul li.active a,
.service-details .service-content .presentation-section .best-list-item li .icon,.project-details .project-details-sidebar .social-icon li a:hover,.blog-sidebar .sidebar-categories ul li a:hover,
.blog-sidebar .sidebar-recent-post li .post a:hover,.blog-sidebar .sidebar-archives ul li a:hover,.blog-details .share-option .tag-meta li a:hover,.blog-details .share-option .social-icon li a:hover,
.our-blog .comment-area .single-comment .comment a,.shop-page .single-product .product-name .price,.shop-page .single-product:hover .product-name h5 a,.shop-page .single-product .product-name .add-to-cart a,
.shop-details .product-details .product-info .price,.faq-page .panel-group .panel-heading h6 a:before {
  color:#001a57;
}

.p-bg-color,.scroll-top,.header-one .top-header .address-wrapper .quotes a:hover,.theme-menu-wrapper .right-widget .search-option form button,
#mega-menu-holder ul.dropdown li:hover>a:before,
#mobile-menu-holder ul.dropdown li:hover>a:before,
.theme-button-one,#theme-main-banner .camera_caption .theme-button-one:hover,.callout-banner.no-bg .theme-button-one,
#theme-main-banner .camera_pag .camera_pag_ul li.cameracurrent > span,#theme-main-banner .camera_pag .camera_pag_ul li:hover > span,.service-style-one .contact-text h5:before,
.testimonial-section .owl-theme .owl-dots .owl-dot.active span,.testimonial-section .owl-theme .owl-dots .owl-dot:hover span,#polyglotLanguageSwitcher ul.dropdown li:hover,
.our-case .single-case-block .hover-content .text .details:hover,.our-blog .single-blog .image-box .overlay .date,.core-values .single-value-block .image-box .overlay a:hover,
.theme-sidebar-one .sidebar-brochures ul,.theme-pagination ul li a:hover,.theme-pagination ul li.active a,.blog-sidebar .sidebar-tags ul li.active a,.blog-sidebar .sidebar-tags ul li a:hover  {
  background: #001a57;
}

.header-one .top-header .address-wrapper .quotes a,#theme-main-banner .camera_pag .camera_pag_ul li,.theme-pagination ul li a:hover,.theme-pagination ul li.active a,.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover,.shop-page .single-product:hover .image-box {
  border-style: solid;
  border-color:#001a57;
}


/*----------------- Theme button ------------------*/
.title-effect{
  margin-bottom: 20px;
}

body .theme-button-one {
  line-height: 50px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  padding: 0 35px;
  display: inline-block;
  margin-bottom: 20px;
}

body .theme-button-one:hover {
	background:#000f32;
}

/*------------------- Theme Title ------------------*/

.theme-title-one {
	position: relative;
	text-align: center;
}

.theme-title-one h2 {
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 22px;
  margin-bottom: 20px;
}

.theme-title-one h2:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -20px;
}

.theme-title-one p {
	padding-bottom: 20px;
}

/*------------------- Theme Pagination ------------------*/

.theme-pagination ul {
	padding-top: 40px;
}

.theme-pagination ul li {
	display: inline-block;
}

.theme-pagination ul li a {
  display: block;
  font-size: 16px;
  color: #232323;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 5px;
  border: 1px solid #dadada;
}

.theme-pagination ul li a:hover,
.theme-pagination ul li.active a {
	color: #fff;
}

.theme-pagination ul li.active a {
	cursor: default;
}





/*** -------------- Header Middle Start --------------- */

#header {
    position: relative;
    z-index: 100
}

.header-fixed {
	display: none;
    position: static;
    top: -60px;
    left: 0;
    z-index: 100;
    width: 100%;
    height: 100px;
    padding: 0 30px;
    background-color: #fff;
    transition: top .3s linear
}

@media(max-width: 1199px) {
    .header-fixed {
        height:80px;
        padding: 10px 0
    }
}

@media(max-width: 767px) {
    .header-fixed {
        height:60px;
        padding: 0
    }
}

body.sticked .header-fixed {
    position: fixed;
    top: 0;
    height: 60px;
    padding: 0;
    box-shadow: 0 6px 6px rgba(0,0,0,.05)
}

body.sticked .logo {
    height: 60px
}

body.sticked .logo img {
    max-height: 48px
}

body.sticked #navigation .category-level-1>ul>li>a {
    height: 60px
}

#header .header-top {
	background: #000f32;
	padding: 12px 0;
}

#header .header-middle {
    height: 100px;
    padding: 10px 0;
    background-color: #fff
}

@media(max-width: 1199px) {
    #header .header-middle {
        height:auto;
        padding-bottom: 15px
    }
}

@media(max-width: 991px) {
    #header .header-middle {
        padding:0
    }
}

#header .header-middle #navigation .category-level-1>ul>li>a {
    color: rgb(50, 50, 50)
}

#header .header-bottom {
    z-index: 99;
    margin-bottom: 0px;
    background: #000f32;
    position: relative
}

.header-middle.fixed {
    position: sticky !important;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #000f32;
    margin: 0;
    padding-top: 0;
    box-shadow: 0px 13px 35px -12px rgb(35 35 35 / 15%);
    /*-webkit-animation: menu_sticky 0.7s ease-in-out;
    animation: menu_sticky 0.7s ease-in-out;*/
}

.header-add .header-search .search-option .dropdown-toggle {
    background: transparent;
    font-size: 1.2rem;
    color: #cfd6e6;
    width: 55px
}

.header-add .header-search{
    display: flex;
    justify-content: center;
    align-items: center	
}

.header-add .btn-outer {
    position: relative;
    margin-right: 3px
}

.header-add .btn-outer .appt-btn {
    position: relative;
    display: block;
    line-height: 24px;
    text-align: center;
    padding: 9px 25px;
    font-weight: 600;
    font-size: 13px;
    color: #ffffff;
    text-transform: uppercase;
    border: 1px solid #ffffff;
    z-index: 1
}

.header-add .btn-outer .appt-btn:hover{
	color: #000f32;
	background: #ffffff
}

.cart-icon {
    float: left;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #fff;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center
}

.cart-icon i{
    font-size: 1.5rem
}

.cart-icon a{
	position: relative;
    color: #fff
}

.cart-icon a .cart-amount {
    display: flex;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #d34d4d;
    font-weight: 700;
    font-size: 12px;
    position: absolute;
    left: 15px;
    top: 3px
}

.header-social {
	text-align: right;
    float: left;
    padding-right: 10px
}

.header-social>div {
	display: inline-block;
	margin-left: 15px
}

.header-social>div>a {
	font-size: 15px;
	color: #ccd1dd
}

.header-social>div>a:hover {
	color: #fff
}

.whatsapp-order {
    position: absolute;
	overflow: hidden;
    top: 0;
    left: 0;
    z-index: 9999;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 230px;
    max-width: 250px;
    width: 100%;
    height: 66px;
    padding: 0 15px;
    letter-spacing: -.02em;
    white-space: nowrap;
    border-radius: 0 0 12px 12px;
    background-color: #2ab737;
    color: #fff;
    background: linear-gradient(135deg,#0f912c 0,#25a325 37%,#2ab939 100%);
    box-shadow: 0 10px 18px 0 rgb(0 0 0 / 20%)
}

.whatsapp-order i{
    padding-right: 8px;
    font-size: 3.8rem
}

.whatsapp-order>span {
    display: block;
    flex: 1;
    font-size: 1.25rem;
    font-weight: 600;
    text-align: right;
    pointer-events: none
}

.whatsapp-order>span>span {
    display: block;
    margin-bottom: -5px;
    font-size: .85rem;
    font-weight: 400;
    opacity: .8
}

.whatsapp-order:hover {
    color: #fff
}

.whatsapp-order:hover::before {
    transform: scaleX(1);
    transition: transform .3s cubic-bezier(.08,.35,.4,1.02)
}

.whatsapp-order::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: rgba(0,0,0,.06);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    transition: all .2s linear
}

.whatsapp-order::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: calc(100% + 20px);
    content: "";
    filter: blur(5px);
    background-color: rgba(255,255,255,.15);
    animation: lightEffect 4s ease 4s infinite;
    transform: translate3d(-40px,-10px,0)
}

@keyframes lightEffect {
    100% {
        left: calc(100% + 80px)
    }
}

@keyframes bgRepeat {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }
}

@media (min-width: 576px){
	.whatsapp-order {
		min-width: 255px;
		max-width: 280px;
		height: 70px;
		padding: 0 20px
	}
	.whatsapp-order>span {
		font-size: 1.4rem
	}
	.whatsapp-order>span>span {
		font-size: .9rem
	}
	.whatsapp-order i {
		display: block;
		padding-right: 8px;
		font-size: 3.4rem;
		pointer-events: none
	}
}

.header-custom-language{
  display: flex;
  align-items: center
}

@media (max-width: 767px){
	.header-custom-language{
		display: flex;
		align-items: center;
		justify-content: center
	}
}

.header-top .left-widget {
	display: flex;
	align-items: center
}

@media (max-width: 767px){
	.header-top .left-widget {
		justify-content: center
	}
}

.header-top .left-widget li {
	display: inline-block;
	color: #fff;
	font-size: 16px
}

.custom-export-select{
	margin-left:0px
}

.custom-export-select .btn {
    min-width: 0;
    padding: 5px 14px 5px 6px;
    border: 1px solid rgba(0,0,0,.15);
	display: flex;
	align-items: center;
	font-size: 15px;
	color:#111;
	font-weight: normal;
    background-color: #fff;
    box-shadow: none
}

.custom-export-select i {
	display: block;
	position: relative;
	top: 0px;
	left: 4px
}

.custom-export-select span.trigger:before {
	content: '';
	font-family: 'font-awesome';
	position: absolute;
	color:#111;
	top:0;
	right:-32px
}

.custom-export-select .flag {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin-right: 10px!important;
	vertical-align: middle;
	pointer-events: none;
	border-radius: 50%;
	border-top: 1px solid rgba(240,238,238,.7);
	background: #f0eeee none no-repeat 50%;
	background-size: cover
}

.custom-export-select .dropdown-item {
	display:flex;
	color:#000;
	padding: 7px 12px
}


.header-language {
    text-align: left;
    margin-left: 5px;
    float: left
}

.header-language>div {
    padding: 5px 6px;
    float: left;
    font-size: 14px;
    border-right: 1px solid rgb(255 253 253 / 10%);
    font-size: .93333rem;
    margin-right: 3px !important;
    margin-left: 3px !important;
    position: relative
}

.header-language>div:last-child {
    border-right: none
}

.header-language>div>a img {
    height: 26px;
    border-radius: 50%
}

.header-contact{
    display:flex;
    justify-content:flex-end;
    align-items: center
}

@media (max-width: 991px){
	.header-contact{
		display: flex;
		justify-content: center;
		align-items: center;
		flex-direction: column
	}
}

.search_a {
    background: #585858;
    padding: 8px 15px;
    border-radius: 5px;
    color: #fff !important;
    float: right;
    font-size: 15px;
    font-weight: 500;
    transition: .2s;
    display: flex;
    align-items: center;
    justify-content: center
}

.search_a img {
    height: 20px;
    margin-right: 2px
}

.search_a span {
    font-size: 13px;
    margin-left: 5px
}

.header-search ul li {
    display: inline-block;
    line-height: normal;
    vertical-align: middle
}

.header-search .search-option .dropdown-toggle {
    width: auto;
    color: #555555
}

.header-search .search-option .dropdown-toggle:after {
    display: none
}

.header-search .search-option .dropdown-toggle {
    background: transparent;
    font-size: 15px;
    color: #cfd6e6;
    width: 55px
}

.header-search .search-option .dropdown-menu {
    -webkit-transform: none !important;
    transform: none !important;
    position: absolute;
    height: 55px;
    width: 280px;
    padding: 5px;
    border-radius: 0;
    right: 0 !important;
    left: auto !important;
    top: 100% !important;
    box-shadow: none;
    border: none;
    float: none;
    margin: 0;
    background: #fff;
    box-shadow: 0px 4px 10px -2px rgb(0 0 0 / 23%)
}

.header-search .search-option form input {
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    background: transparent;
    border: 1px solid #ececec;
    padding: 0 49px 0 10px
}

.header-search  .search-option form button {
    display: block;
    width: 48px;
    color: #fff;
    border: 1px solid #fff;
    border-left: none;
    line-height: 45px;
    text-align: center;
    position: absolute;
    top: 4px;
    right: 5px
}

.header-search  .search-option form button {
    background: #001a57
}




/*** -------------- Header Middle End --------------- */




/*------------------------ Theme menu Two --------------------*/


@-webkit-keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

@keyframes menu_sticky {
  0%  {margin-top:-75px;opacity: 0;}
  50%  {margin-top: -64px;opacity: 0;}
  100% {margin-top: 0;opacity: 1;}
}

.theme-menu-wrapper.fixed {
  position: fixed !important;
  width:100%;
  top:0;
  left:0;
  z-index: 999;
  background: #000f32;
  margin: 0;
  padding-top: 0;
  box-shadow: 0px 13px 35px -12px rgba(35,35,35,0.15);
  -webkit-animation: menu_sticky 0.7s ease-in-out;
  animation: menu_sticky 0.7s ease-in-out;
}

.header-two .theme-menu-wrapper.fixed {
	background: #fff;
}

/*---------------------------- Theme Main Logo -------------------------*/

.logo {
	position: relative;
	left:0;
	z-index: 99
}

@media (max-width: 991px){
	.logo {
		display:flex;
		align-items: center;
		justify-content: center
	}
}

.logo img {
	max-height: 75px
}

@media screen and (max-width: 1199px){
	.logo img {
		max-height: 75px
	}
}

@media screen and (max-width: 431px){
	.logo img {
		max-height: auto;
		padding-top: 8px;
		padding-bottom: 8px
	}
}


.toggle-bar {
    display: none;
    align-items: center;
    width: 56px;
    height: 56px
}

.toggle-bar a {
    position: relative;
    z-index: 2;
    width: 42px;
    min-width: 38px;
    height: 38px;
	display: flex;
	align-items: center;
    margin: auto 0 auto auto;
    cursor: pointer;
}

@media(max-width: 991px) {
    .toggle-bar {
        display:flex
    }
}

@media(max-width: 767px) {
    .toggle-bar {
        width:40px
    }
}

@media(max-width: 424px) {
    .toggle-bar {
        width:44px;
        height: 44px
    }
}

@media (max-width: 1199.98px){
	.hamburger-button {
		position: absolute;
		width: 42px;
		height: 38px;
		pointer-events: none;
	}
	.hamburger-close {
		position: absolute;
		left: 0;
		width: 100%;
		height: 100%;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

@media (max-width: 1199.98px){
	.hamburger-button .icon-bar {
		position: absolute;
		right: 4px;
		width: 32px;
		height: 4px;
	}
	body.navigation-active .hamburger-button .icon-bar  {
		width: 0
	}
	body.navigation-active .hamburger-button .icon-bar:nth-child(1)  {
		transition-delay: 0s;
	}
	.hamburger-button .icon-bar {
		background-color: #fff
	}
	.hamburger-button .icon-bar {
		pointer-events: none;
	}
	.hamburger-button .icon-bar:nth-child(1) {
		top: 8px;
		transition-delay: .25s;
	}
	.hamburger-button .icon-bar:nth-child(2) {
		width: 22px;
		top: 17px;
		transition-delay: .4s;
	}
	.hamburger-button .icon-bar:nth-child(3) {
		bottom: 8px;
		width: 26px;
		transition-delay: .55s;
	}
	.hamburger-close span {
		position: absolute;
		transition-delay: 0s!important;
		background-color: #fff;
		transition: .2s ease-in-out;
		pointer-events: none;
	}
	.toggle-bar span {
		background-color: #fff;
		transition-property: top,left,width,height;
		transition: .2s ease-in-out;
	}
	body.navigation-active .hamburger-close span,body.navigation-active .hamburger-button span {
		background-color: #fff;
		transition-delay: 0s!important
	}
	body.navigation-active .hamburger-close span:nth-child(1){
		height: 38px;
		transition-delay: .5s;
	}
	body.navigation-active .hamburger-close span:nth-child(2) {
		width: 38px;
		transition-delay: .3s;
	}
	.hamburger-close span:nth-child(1) {
		top: 0;
		left: 17px;
		height: 0;
		width: 4px;
		transition-delay: 0s;
	}
	.hamburger-close span:nth-child(2) {
		top: 17px;
		left: 0;
		width: 0;
		height: 4px;
		transition-delay: .2s;
	}
}

@media(max-width: 991px) {
    body[class$=-active] {
        cursor:pointer
    }
}

@media(max-width: 991px) {
    body.navigation-active {
        overflow:hidden;
        position: fixed;
        height: 100%;
        width: 100%
    }

    body.navigation-active {
        left: 0px
    }

    body.navigation-active #mobile-navigation {
        left: 0;
        box-shadow: 2px 0 5px 0 rgba(0,0,0,.1)
    }

    body.navigation-active .navigation-menu-overlay {
        display: block
    }
}

#mobile-navigation {
	position: fixed;
	top: 0;
	left: 100%;
	width: 100%;
	height: 100%;
	z-index: 101;
	transition: all .2s ease-in-out;
	background: linear-gradient(135deg,#42789f 0,#42789f 30%,#1c3b56 100%);
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}

#mobile-navigation .mobile-navigation {
    overflow: visible;
    position: relative
}

#mobile-navigation .top-menu {
	position: relative
}

#mobile-navigation .top-menu .toplogo a {
    background: 0 0!important;
    border-bottom: 1px solid #ccc!important;
    max-width: 100%;
    height: 80px;
    display: flex;
    align-content: center!important;
    /* justify-content: center!important; */
    align-items: center!important;
}

#mobile-navigation .top-menu .toplogo a img {
	max-height: 56px;
}

#mobile-navigation .top-menu .navclose {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: transparent;
    padding: 30px 35px;
    border-left: 1px solid #bfbfbf;
    border-bottom: 1px solid #bfbfbf;
}

body.navigation-active #mobile-navigation .top-menu .navclose {
    display: block;
}

#mobile-navigation li.has-sub-category>div {
    overflow: hidden
}

#mobile-navigation li.has-sub-category.active>div {
	display: block;
    overflow: visible
}

#mobile-navigation a {
    padding: 1.5rem 1rem;
    color: #fff;
    font-size: 1.4rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #efefef
}

#mobile-navigation a>div {
    display: flex;
    align-items: center
}

#mobile-navigation a>div>div {
    margin-right: 1rem
}

#mobile-navigation a>div>div img {
    width: 3rem;
    height: 3rem;
    object-fit: scale-down
}

#mobile-navigation .mobile-navigation-parent {
    margin-bottom: 10px
}

#mobile-navigation .mobile-navigation-parent>a {
    font-weight: 600;
    border-top: 1px solid #efefef;
    border-left: 10px solid #efefef
}

#mobile-navigation .category-level-2,#mobile-navigation .category-level-3 {
    position: relative;
	display: none;
    top: 0;
    background: transparent;
    transition: all .2s ease-in-out;
    z-index: 2
}

#mobile-navigation .category-level-2 ul,#mobile-navigation .category-level-3 ul {
    padding: 0 15px
}

#mobile-navigation .category-level-2 ul>li>a,#mobile-navigation .category-level-3 ul>li>a {
    padding: 10px 0;
    color: #fff;
    font-size: 13px;
    border-color: #efefef
}

#mobile-navigation .category-level-2 ul>li:last-child>a,#mobile-navigation .category-level-3 ul>li:last-child>a {
    border-bottom: none
}

#mobile-navigation .mobile-navigation-back a {
    justify-content: flex-end;
    padding: 10px;
    border-bottom: none
}

#mobile-navigation .mobile-navigation-back a span {
    margin-left: 1rem
}

#mobile-navigation .mobile-navigation-back a i {
    font-size: 1rem
}


@media(min-width: 992px) {
    .navigation-active .navigation-menu-overlay {
        display:block
    }
}

#navigation .category-level-1>ul {
    display: flex
}

#navigation .category-level-1>ul>li {
	position: relative;
    padding-right: 50px
}

#navigation .category-level-1>ul>li>a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 64px;
    color: #323232;
	color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    white-space: nowrap;
    transition: all .2s ease-in-out
}

#navigation .category-level-1>ul>li>a:before {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 0;
    height: 0.3rem;
    content: "";
    border-radius: 3px;
    background-color: #ff8138;
    transition: all .2s linear;
}

#navigation .category-level-1>ul>li.active>a:before {
    width: 100%
}

#navigation .category-level-1>ul>li>a:hover {
    color: #e5ae49
}

#navigation .category-level-1>ul>li.active>a {
    color: #e5ae49
}

#navigation .category-level-1>ul>li.active>.category-level-2 {
    display: block
}

#navigation .category-level-2 {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    z-index: 101;
    width: 240px;
    padding: 8px 0 24px;
    background-color: #fff;
    box-shadow: 0 5px 5px rgb(0 0 0 / 20%)
}

#navigation .category-level-2 .container>ul {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

#navigation .category-level-2 .container>ul>li {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 30px
}

#navigation .category-level-2 .container>ul>li>a {
    display: inline-block;
    color: #323232;
    font-size: 14px;
    font-weight: 500;
    transition: all .2s ease-in-out
}

#navigation .category-level-2 .container>ul>li>a:hover {
    color: #e5ae49
}

#navigation .category-level-2 .container>ul>li:hover .category-level-3 {
    display: block
}

#navigation .category-level-2 .container>ul>li.navigation-category-image {
    flex: 0 0 14.2857%;
    max-width: 14.2857%
}

#navigation .category-level-2 .container>ul>li.navigation-category-image>a {
    display: block;
    height: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 0 10px 10px;
    border: 1px solid #efefef
}

#navigation .category-level-2 .container>ul>li.navigation-category-image>a:hover {
    border-color: #e5ae49
}

#navigation .category-level-2 .container>ul>li.navigation-category-image>a div {
    position: relative;
    width: 100%;
    padding-top: 100%;
    margin-bottom: 10px
}

#navigation .category-level-2 .container>ul>li.navigation-category-image>a div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

#navigation .category-level-3 {
    padding-top: 10px
}

#navigation .category-level-3>ul>li>a {
    display: inline-block;
    color: #858585;
    font-size: 12px;
    padding: 4px 0;
    transition: all .2s ease-in-out
}

#navigation .category-level-3>ul>li>a:hover {
    color: #e5ae49
}

#navigation .category-level-3>ul>li.navigation-show-all {
    font-style: italic;
    text-decoration: underline
}












/*---------------------------- Theme Main Banner -------------------------*/

.single-case-block:hover {
    box-shadow: 0 0 10px 0 gray;
}

.single-product{
	position: relative;
}

.camera_wrap {
	float:none;
}

#theme-main-banner .camera_overlayer {
  content: '';
  position: absolute;
  top:0;
  left:0;
  right: 0;
  bottom: 0;
  background: rgba(0,26,27,0.10);
}

#theme-main-banner .main-container {
	position: relative;
}

#theme-main-banner .camera_caption {
	height: 100%;
}
#theme-main-banner .container {
	position: relative;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

#theme-main-banner .camera_caption>div {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}

#theme-main-banner .camera_caption h1 {
	text-transform: uppercase;
	padding: 30px 0 35px 0;
	color: #f1f1f1!important;
}

#theme-main-banner .camera_caption p {
  font-size: 26px;
  line-height: 35px;
  color: #f1f1f1;
  font-weight: 300;
}

#theme-main-banner .camera_caption .theme-button-one {
	background: #fff;
}

#theme-main-banner .camera_caption .theme-button-one:hover {
	color: #fff;
}

#theme-main-banner .camera_pag {
  position: absolute;
  height: 100%;
  top:0;
  left:3%;
  z-index: 9;
}

#theme-main-banner .camera_pag .camera_pag_ul {
	text-align: center;
	position: relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

#theme-main-banner .camera_pag .camera_pag_ul li {
  display: block;
  margin: 15px 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  border-width: 1px;
  background: transparent;
}

#theme-main-banner .camera_pag .camera_pag_ul li span {
  height: 100%;
  width: 100%;
  top:0;
  left:0;
  border-radius:50%;
}
/*--------------------- Top Feature -------------------*/

.top-feature .main-content {
  text-align: center;
  padding: 50px 16%;
  border-bottom: 4px solid transparent;
}

.top-feature .main-content:hover {
	border-bottom-color: #001a57;
}

.top-feature .main-content img {
	margin: 0 auto;
}

.top-feature .main-content h4 {
  position: relative;
  padding-bottom: 18px;
  margin: 15px 0 18px 0;
}

.top-feature .main-content h4:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -20px;
}

.top-feature.fix-border .main-content {
	border-top: 4px solid transparent;
	border-bottom: none;
}

.top-feature.fix-border .main-content:hover {
	border-top-color: #001a57;
}

/*------------------ About Company -----------------*/

.about-compnay img {
	border-radius: 5px;
}

.about-compnay .mission-goal {
  border-top:1px solid #dcdcdc;
  padding-top: 23px;
  margin-top: 33px;
}

.about-compnay .mission-goal li {
  float: left;
  width: 33.33333333%;
  text-align: center;
  position: relative;
}

.about-compnay .mission-goal li .icon {
	font-size: 55px;
}

.about-compnay .mission-goal li:nth-child(2) {
  border-left: 1px dashed #c3c3c3;
  border-right: 1px dashed #c3c3c3;
}


/*------------------ Certificates Company-----------------*/



@media (min-width: 992px){
.col-lg-54 {
    max-width: 33.333%;
    flex: 0 0 33.333%;
  }
}
.col-lg-54{
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
@media (max-width: 992px){
.col-lg-54{
    padding-right: 50px;
    padding-left: 50px;	
  }
}

.theme-banner-documents {
    margin-bottom: 80px!important;
}

@media (max-width: 991px){
	.theme-banner-documents {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px){
	.theme-banner-documents {
		margin-bottom: 60px;
	}
}

.theme-banner-documents {
    padding-top: 50px;
    padding-bottom: 50px;
    background-image: url(/Content/Themes/Biomad/images/home/home-five-clints-back.jpg) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.theme-banner-documents a {
	display: block;
    transition: .1s;
    margin-bottom: 30px;
    width: 100%
}

.theme-banner-documents a:hover {
    box-shadow: 0 0 20px 0 rgba(0,15,50,.16)
}

.theme-banner-document-wrapper {
    padding: 20px;
    box-shadow: 0 0 20px 0 rgba(0,15,50,.06);
    border: 1px solid #eee;
    background: rgb(231 231 231 / 50%);
}

.theme-banner-document-wrapper .theme-banner-document-image {
    display: block;
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.theme-banner-document-wrapper .theme-banner-document-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.theme-banner-document-wrapper .theme-banner-document-title {
    font-size: 18px;
    text-align: center;
    color: #ffF;
}

.theme-banner-document-wrapper .theme-banner-document-shape {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.theme-banner-document-wrapper .theme-banner-document-shape  p {
	font-size: 15px;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 10px;
	color: #fff;
	text-align: center;
}



/*------------------ Feature Banner ---------------*/



.feature-banner {
  background: url(../images/home/2.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  text-align: center;
}

.feature-banner .opacity {
  background: rgba(0,26,87,0.5);
  padding: 74px 0 80px 0;
}

.feature-banner .opacity h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: inherit;
  color: #fff;
  padding: 0 100px;
  margin-bottom: 32px;
}


/*---------------- Service Style One --------------*/
.service-style-one .single-service {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border: 1px solid #eaeaea;
    border-radius: 0.3rem;
}

.service-style-one .single-service .text {
    border-radius: 0 4px 4px 0;
    padding: 16px 10px;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-direction: column;
}

.service-style-one .single-service .text p {
	padding-bottom: 10px;
}

.service-style-one .single-service .text .read-more {
  font-size: 14px;
  font-weight: 700;
}

.service-style-one .single-service .text .read-more i {
	margin-left: 2px;
}

.service-style-one .single-service .img-box {
    display: block;
    padding-bottom: 40%;
    padding-right: 80px;
    padding-left: 80px;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #eaeaea;
}

.service-style-one .single-service .img-box img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.service-style-one .single-service:hover .text {
	border-color: #fff;
}

.service-style-one .single-service:hover {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.service-style-one .wrapper {
	margin-bottom: 50px;
}

.service-style-one .contact-text {
	text-align: center;
	padding-top:35px;
}

.service-style-one .contact-text h4 {
	font-weight: normal;
	margin-bottom: 10px;
}

.service-style-one .contact-text h5 {
	font-weight: normal;
	display: inline-block;
	position: relative;
}

.service-style-one .contact-text h5:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1px;
  left:0;
}


/*-------------------- Testimonial Slider ------------------*/
.testimonial-section {
  background: url(../images/home/9.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}

.testimonial-section .overlay {
	background: rgba(0,0,0,0.1);
	padding: 125px 0;
}

.testimonial-section .wrapper {
	width: 55%;
	padding-right: 15px;
}

.testimonial-section .wrapper .bg {
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 40px 65px 35px 65px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
  text-align: center;
}

.testimonial-section .wrapper .bg:before {
  content: '';
  font-family: 'font-awesome';
  position: absolute;
  top:30px;
  right: -10px;
  color: #fff;
  font-size: 35px;
}

.testimonial-section .wrapper p {
  font-size: 20px;
  font-weight: 300;
  line-height: 29px;
}

.testimonial-section .wrapper .name h6 {
	font-weight: normal;
}

.testimonial-section .wrapper .name span {
	font-size: 16px;
}

.testimonial-section .wrapper .name {
	position: relative;
	margin: 25px 0 28px 0;
	z-index: 1;
}

.testimonial-section .wrapper .name:before {
	content: '“';
	color: #f1f1f1;
	font-size: 120px;
	font-weight: 900;
	position: absolute;
	top:-42px;
	left:50%;
	z-index: -1;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

.testimonial-section .owl-theme .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #cecece;
  margin: 0 5px;
}
/*----------------------- Our Team -----------------*/


.our-team .team-member {
	margin-top: 30px;
	text-align: center;
}

.our-team .wrapper {
	margin-top: 25px;
}

.our-team .team-member .image-box img {
	width: 100%;
	border-radius: 5px 5px 0 0;
}

.our-team .team-member .image-box {
	position: relative;
	overflow: hidden;
}

.our-team .team-member .text {
  padding: 13px 0;
  border: 1px solid #eaeaea;
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.our-team .team-member:hover .text {
  border-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.our-team .team-member .text h6 {
	font-weight: 600;
}

.our-team .team-member .text span {
	font-size: 16px;
	font-style: italic;
}

.our-team .team-member .overlay {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,26,87,0.7);
	border-radius: 5px 5px 0 0;
	-webkit-transform:scale(1,0);
	transform:scale(1,0);
}

.our-team .team-member:hover .overlay {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.our-team .team-member .overlay .hover-content {
	position: relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.our-team .team-member .overlay .hover-content ul li {
	display: inline-block;
	margin: 0 2px;
}

.our-team .team-member .overlay .hover-content ul li a {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  line-height: 38px;
  color: #fff;
  font-size: 14px;
}

.our-team .team-member .overlay .hover-content ul li a:hover {
	background: #fff;
}

.our-team .team-member .overlay .hover-content p {
	line-height: 25px;
	color: #fff;
	padding-top: 15px;
}


/*------------------ Theme Counter -------------------*/

.theme-counter {
	background: #f8faff;
	padding: 30px 0;
}

.theme-counter .bg {
  background: url(../images/home/pattern.png) no-repeat center center;
  text-align: center;
  padding: 50px 0 50px 0;
}

.theme-counter h6 {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}

.theme-counter h2 {
	font-size: 42px;
	font-weight: 700;
	padding: 12px 0 35px 0;
}

.cunter-wrapper {
	width: 75%;
	margin: 0 auto;
	text-align: center;
}

.single-counter-box .number {
  font-weight: 600;
  font-size: 40px;
}

.single-counter-box i {
    display: block;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 5px;
}

.single-counter-box .number .timer {
	font-size: 70px;
}

.single-counter-box p {
	margin-top: -15px;
}

.single-counter-box {
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 45px 15px 63px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 10%)
}

.theme-counter .theme-button-one {
	margin-top: 45px;
}

/*------------------ Free Consultation -----------------*/

.consultation-form .theme-title-one {
	margin-bottom: 55px;
}

.consultation-form .main-content {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.consultation-form .img-box {
  background: url(../images/home/10.jpg) no-repeat center;
  background-size: cover;
  height: 500px;
  border-radius: 5px 0 0 5px;
}

.consultation-form .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 0 40px;
}


/*---------------------- Theme footer one ------------------*/


.theme-footer-two .top-footer .logo-widget .queries i {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px;
}

.theme-footer-two .top-footer .logo-widget .queries {
    color: #fff;
    margin-top: 25px;
    font-size: 17px;
}

.theme-footer-two .top-footer .logo-widget .queries a {
    font-size: 19px;
    color: #fff;
}

.theme-footer-one .top-footer {
	background: #001648;
	padding: 80px 0 75px 0;
}

.theme-footer-one .top-footer .footer-menu-title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.footer-menu-opacity:before {
	position: absolute;
	content: "";
	top: -120px;
	bottom: 0;
	left: 0;
	right: 0;
	opacity: 0.6;
	height: 445px;
	width: 100%;
	background: #1f425d none repeat scroll 0 0;
	z-index: 0;
}

.footer-menu-title:before {
    content: "";
    width: 45px;
    height: 3px;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
}

.theme-footer-one .top-footer .about-widget p {
  font-size: 17px;
  line-height: 25px;
  color: #9ca6bf;
}

.theme-footer-one .top-footer .about-widget .queries i {
	font-size: 22px;
	vertical-align: middle;
	margin-right: 10px;
}

.theme-footer-one .top-footer .about-widget .queries {
	color: #fff;
	margin-top: 25px;
	font-size: 17px;
}

.theme-footer-one .top-footer .about-widget .queries a {
  font-size: 19px;
  color: #fff;
}

.theme-footer-one .top-footer .footer-recent-post li {
  padding: 6px 0 20px 0;
  margin-bottom: 14px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.theme-footer-one .top-footer .footer-recent-post li img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.theme-footer-one .top-footer .footer-recent-post li .post a {
  font-size: 17px;
  color: #fff;
  line-height: 24px;
  margin-top: -5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 5px;
}

.theme-footer-one .top-footer .footer-recent-post li .post .date i {
  margin-right: 5px;
  font-size: 14px;
}

.theme-footer-one .top-footer .footer-recent-post li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}

.theme-footer-one .top-footer .footer-menu-content ul li {
  line-height: 32px;
  padding-left: 20px;
  position: relative;
}

.theme-footer-one .top-footer .footer-menu-content ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 10px;
  color: #9ca6bf;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0;
}

.theme-footer-one .top-footer .footer-menu-content ul li a {
  font-size: 17px;
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-menu-content ul li a:hover {
	color: #fff;
}

.theme-footer-one .top-footer .footer-newsletter input {
  width: 100%;
  font-weight: 300;
  font-size: 16px;
  color: #9ca6bf;
  border: none;
  border-bottom: 1px solid rgba(223,223,223,0.2);
  background: transparent;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one {
	background: #fff;
	margin-top: 15px;
}

.theme-footer-one .top-footer .footer-newsletter .theme-button-one:hover {
	color: #fff;
	background: #001138;
}

.theme-footer-one .top-footer .footer-newsletter ::-webkit-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #9ca6bf;
}

.theme-footer-one .top-footer .footer-newsletter ::-ms-input-placeholder { /* Microsoft Edge */
  color: #9ca6bf;
}

.theme-footer-one .bottom-footer {
	background: #001138;
	padding: 15px 0;
}

.theme-footer-one .bottom-footer p {
	color: #9ca6bf;
	line-height: 25px;
	font-size: 17px;
}

.theme-footer-one .bottom-footer ul {
	text-align: right;
}

.theme-footer-one .bottom-footer ul li {
	display: inline-block;
	line-height: 25px;
}

.theme-footer-one .bottom-footer ul li a {
  font-size: 17px;
  color: #9ca6bf;
  margin-left: 35px;
}

.theme-footer-one .bottom-footer ul li a:hover  {
	color: #fff;
}



/*----------------- CallOut Banner  --------------*/



.callout-banner {
  background-color: #001a57;
  background-image: url(../images/home/pattern2.png);
  padding: 40px 0;
}

.callout-banner .title {
  float: left;
  line-height: 40px;
  color: #fff;
  width: 27%;
}

.callout-banner p {
  float: left;
  color: #a9b3c8;
  padding-left: 70px;
  width: 55%;
  position: relative;
}

.callout-banner p:before {
  content: '';
  width: 4px;
  height: 93%;
  background:#9ca6bc;
  border-radius: 5px;
  position: absolute;
  left:25px;
  top:3px;
}

.callout-banner .theme-button-one {
	background: #fff;
	margin-top: 15px;
	float: right;
}

.callout-banner .theme-button-one:hover {
	color: #fff;
	background: #000f32;
}

.callout-banner.no-bg {
	background: none;
	padding: 0;
	margin-bottom: 70px;
}

.callout-banner.no-bg .title {
  color: #232323;
  text-align: right;
}

.callout-banner.no-bg p {
	color: #555555;
}

.callout-banner.no-bg p:before {
	background: #c3c3c3;
}

.callout-banner.no-bg .theme-button-one {
	color: #fff;
}

/*------------------------- Our Solution -------------------*/
.our-solution .single-solution-block {
	margin-bottom: 55px;
	text-align: center;
	background: #fff7f7;
	padding: 15px;
}

.single-solutions-block-image {
    display: block;
    padding-bottom: 68%;
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
    transition: all .35s ease-in-out;
    border: 0px solid #eee;
}

.our-solution .single-solution-block .icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.our-solution .single-solution-block:hover .icon {
   /*-webkit-transform:scale(1.1);
    transform:scale(1.1);*/
}

.our-solution .single-solution-block h5 {
	margin: 26px 0 10px 0;
    padding: 12px 15px;
    background: #000f32;
    display: inline-flex;
    border: 1px solid #eee;
    color: #fff;
}
.our-solution .single-solution-block  p {
	padding: 0 22px;
	height: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px){
.our-solution .single-solution-block p {
    padding: 0;
  }
}

.our-solution .single-solution-block img{
	height:80px
}

/*------------------------- Our Grid Solution -------------------*/

.our-solution .single-grid-solution-block {
	margin-top: 15px;
	text-align: center;
	background: #fff;
	border:1px solid #ccc;
	padding:15px;
}

.our-solution .single-grid-solution-block .icon {
	margin: 0 auto;
}

.our-solution .single-grid-solution-block h5 {
	margin: 26px 0 10px 0;
}

.our-solution .single-grid-solution-block  p {
	padding: 0 22px;
}

.our-solution .single-grid-solution-block img{
	height:80px;
}

/*------------------- About Company Stye Two -------------------*/

.about-company-two {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
}

.about-company-two .overlay {
	background: rgba(0,26,87,0.8);
	padding: 100px 0;
}

.about-company-two .theme-title-one {
	text-align: left;
	margin-bottom: 30px;
}

.about-company-two .theme-title-one h2 {
	color: #fff;
}

.about-company-two .theme-title-one h2:before {
	left:0;
	margin: 0;
	color: #919fbf;
}

.about-company-two .text p {
  color: #cad2e5;
  padding: 0 50px 15px 0;
}

.about-company-two .text .sign {
	margin-top: 15px;
}

.about-company-two .quote-form {
  background: #fff;
  border-radius: 5px;
  padding: 25px 25px 40px 40px;
}

.about-company-two .quote-form h3 {
  color: #0c2355;
  margin-bottom: 24px;
  font-weight: 700;
}

.about-company-two .quote-form h3 i {
	color: #489f10;
	margin-right: 10px;
	font-size: 28px
}

.about-company-two .quote-form h3 span {
	color: #489f10;
	color: #0c2355;
	font-weight: 700
}

.about-company-two .quote-form p {
	font-size: 14px;
	font-weight: 700;
	color: #0c2355;
	line-height: 28px;
	display: block;
	margin-bottom: 46px 
}

.about-company-two .quote-form p span {
	color: #489f10;
	color: #0c2355;
	font-weight: 700 
}
		  
.about-company-two .theme-form-one textarea {
  height: 80px;
  max-height: 80px;
  margin-bottom: 22px;
}

.form-control {
    color: #4b4b4b;
    font-size: 1.2rem;
    padding: 0.9rem 1rem;
    border: 1px solid #eee;
    height: calc(3.6rem + 2px);
    background-color: #fff;
    -webkit-appearance: none;
    border-radius: 0.4rem;
    transition: all .15s ease-in-out;
}

.theme-form-one input,
.theme-form-one .form-control {
	width: 100%;
	border: none;
	border: 1px solid #dfdfdf;
	background: #f5f5f5;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	font-size: 16px;
	padding: 5px 10px;
	margin-bottom: 35px;
}

.theme-form-one input:focus,
.theme-form-one textarea:focus {
	border-color: #001a57;
}

.theme-form-one textarea {
  width: 100%;
  max-width: 100%;
  height: 110px;
  max-height: 110px;
  resize:none;
  border: none;
  border: 0px solid #dfdfdf;
  /*box-shadow: 0 0 20px 0px rgb(0 22 72 / 12%);*/
  background: #f5f5f5;
  font-size: 16px;
  padding: 12px;
  margin-bottom: 32px;
}

.about-company-two .left-img {
	border-radius: 5px;
}

.about-company-two.no-bg {
	background: none;
}

.about-company-two.no-bg .overlay {
	background: #fff;
	padding: 0;
}

.about-company-two.no-bg .theme-title-one h2 {
	color: #232323;
}

.about-company-two.no-bg .theme-title-one h2:before {
	background: #c3c3c3;
}

.about-company-two.no-bg .text p {
	color: #555555;
	padding-right: 0;

}
/*----------------------- Our Case --------------------*/

.our-case .row {
	margin: 0 -22px;
}

.our-case .row [class="col-"] {
	padding: 0 22px;
}

.our-case .wrapper {
	margin-top: 10px;
}

.our-case .single-case-block {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  margin-top: 0px;
  margin-bottom: 30px;
}

.our-case .single-case-block img {
	border-radius: 5px;
}

.our-case .single-case-block .hover-content {
	position: absolute;
	top:0;
	left:0;
	width: 100%;
	height: 100%;
	background: rgba(0,26,87,0.4);
	border-radius: 5px;
	-webkit-transform:scale(1);
	transform:scale(1);
}

.our-case .single-case-block .document-content {
	position: absolute;
	top: 85%;
	left: 0;
	width: 100%;
	height: 15%;
	background: rgba(0,26,87,0.4);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.our-case .single-case-block .document-content .text {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 30%;
	padding: 0 28px;
	opacity: 0;
	transition-delay: 0.2s;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}


.our-case .single-case-block:hover .hover-content {
	-webkit-transform:scale(1);
	transform:scale(1);
}

.our-case .single-case-block .hover-content .text {
	position: absolute;
	width: 100%;
	left:0;
	bottom: 20px;
	padding: 0 28px;
	opacity: 0;
	transition-delay:0.2s;
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity: 1;
}

.our-case .single-case-block:hover .hover-content .text {
	-webkit-transform:translateY(0);
	transform:translateY(0);
	opacity: 1;
}

.our-case .single-case-block .hover-content .text h5 a {
	color: #fff;
}

.our-case .single-case-block .hover-content .text p {
	font-size: 17px;
	color: #fff;
}

.our-case .single-case-block .hover-content .text .details {
	  width: 40px;
	  height: 40px;
	  line-height: 43px;
	  text-align: center;
	  background: #fff;
	  border-radius: 50%;
	  color: #979797;
	  font-size: 20px;
	  margin-top: 7px;
}

.our-case .single-case-block .hover-content .text .details:hover {
	color: #fff;
}

.our-case .view-all {
	text-align: center;
	margin-top: 60px;
}

.our-case.our-project .wrapper,.our-case.our-project .single-case-block {
	margin-top: 0;
}

.our-case.our-project .single-case-block {
	margin-bottom: 40px;
}

/*------------------- Faq Section -------------------*/
.faq-section {
  background: url(../images/home/12.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 285px;
}

.faq-section .overlay {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}

.faq-section .theme-title-one h2 {
	color: #fff;
}

.faq-section .theme-title-one h2:before {
	background: #ced7ec;
}

.faq-section .theme-title-one p {
	color: #cad2e5;
}

.faq-section .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}

.faq-section .wrapper .img-box {
  background: url(../images/home/13.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 5px 0 0 5px;
  position: relative;
  height: 500px;
}

.faq-section .wrapper .img-box .play {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  top:50%;
  left:50%;
  margin: -36px 0 0 -36px;
  text-align: center;
  line-height: 72px;
}

.faq-section .wrapper .faq-content {
  background: #fff;
  border-radius: 0 5px 5px 0;
  padding: 43px 50px 60px 50px;
}

.accordion-one .panel-heading {
  padding: 0;
  border-radius: 0;
  border:none;
  border-bottom: 1px solid #e6e6e6;
}

.accordion-one .panel-heading h6 a {
  color:#232323;
  padding: 15px 25px 15px 0;
  display: block;
  position: relative;
}

.accordion-one .panel-group .panel {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
  border:none;
}

.accordion-one .panel-group .panel-body {
	border:none;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}

.accordion-one .panel-group .panel-heading a:before {
  content: "\f10a";
  font-family: Flaticon;
  font-size: 20px;
  color: #c7c7c7;
  position: absolute;
  right:0;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
  font-weight: normal;
}

.accordion-one .panel-group .panel-heading.active-panel a:before {
	content: "\f109";
}

/*------------------ Why Choose us -----------------*/

.why-choose-us .single-block {
  position: relative;
  margin-top: 45px;
  padding: 0 0 0 90px;
}
.why-choose-us .wrapper {
	margin-top: 10px;
}

.why-choose-us .single-block h5 {
	margin-bottom: 10px;
}

.why-choose-us .single-block .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}

/*------------------ Short Banner ------------------*/

.short-banner {
  background: url(../images/home/14.jpg) no-repeat center center;
  background-size: cover;
  background-color: #707d9e;
}

.short-banner .overlay {
  background: rgba(255,255,255,0.4);
  padding: 52px 0;
  text-align: center;
}

.short-banner .overlay h2 {
  font-size: 40px;
  line-height: 48px;
  width: 65%;
  margin: 0 auto;
}

/*----------------- Latest News ------------------- */

.our-blog .single-blog .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}

.our-blog .single-blog .image-box img {
	width: 100%;
}

.our-blog .single-blog:hover .image-box img {
  -webkit-transform:scale3D(1.1,1.1,1);
          transform:scale3D(1.1,1.1,1)
}

.our-blog .single-blog .image-box .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  border-radius: 5px;
  background: rgba(0,0,0,0.05);
}

.our-blog .single-blog .image-box .overlay .date {
  line-height: 25px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  padding: 0 18px;
  position: absolute;
  left:20px;
  bottom: 20px;
}

.our-blog .single-blog .post-meta .title {
  line-height: 28px;
  margin: 20px 0 10px 0;
}

.our-blog .single-blog .post-meta .read-more {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
}

.our-blog .single-blog .post-meta .read-more:hover {
	text-decoration: underline;
}

.latest-news .single-blog {
	margin-top: 35px;
}

.latest-news .wrapper {
	margin-top: 20px;
}

.blog-inner-page .our-blog .single-blog .post-meta .title {
	font-size: 26px;
	margin-top: 25px;
}

.our-blog .single-blog .post-meta p {
	margin-bottom: 12px;
}

.blog-inner-page .our-blog .single-blog {
	margin-bottom: 40px;
}

.blog-inner-page .our-blog .single-blog:last-child {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 55px;
}

.blog-grid .single-blog {
	margin-bottom: 40px;
}

/*------------------- Google Map ---------------------*/

.map-canvas {
	width: 100%;
	height: 100%;
}

.google-map-one {
	height: 300px;
}

/*---------------------- Theme Inner Banner -----------------*/

.theme-inner-banner {
  background: url(../images/home/inner-banner.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #707d9e;
}

.theme-inner-banner .overlay {
  background: rgba(0,26,87,0.4);
  text-align: center;
  padding: 30px 0 30px 0;
}

.theme-inner-banner-slim .overlay {
  background: rgba(0,26,87,0.4);
  text-align: center;
  padding: 1px 0 1px 0;
}

.theme-inner-banner-slim {
  background: url(../images/home/inner-banner.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  background-color: #707d9e;
}

.theme-inner-banner .overlay h2 {
	font-size: 35px;
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
}

/*------------------- Why WE Best -------------------*/

.why-we-best {
  background: url(../images/home/11.jpg) no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
  background-color: #707d9e;
  height: 570px;
  margin-bottom: 270px;
}

.why-we-best .overlay {
  background: rgba(0,26,87,0.9);
  padding: 95px 0 0 0;
  height: 570px;
}

.why-we-best .theme-title-one h2 {
	color: #fff;
}

.why-we-best .theme-title-one h2:before {
	background: #ced7ec;
}

.why-we-best .theme-title-one p {
	color: #cad2e5;
}

.why-we-best .wrapper {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  margin: 55px 0 0 0;
}

.why-we-best .wrapper .img-box {
  background: url(../images/home/16.jpg) no-repeat center center;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  position: relative;
  height: 500px;
}

.why-we-best .wrapper .best-list-item {
  background: #fff;
  padding: 65px 20px 65px 50px;
  border-radius: 5px 0 0 5px;
}

.why-we-best .wrapper .best-list-item li {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 90px;
}

.why-we-best .wrapper .best-list-item li:last-child {
	margin-bottom: 0;
}

.why-we-best .wrapper .best-list-item li h5 {
	margin-bottom: 10px;
}

.why-we-best .wrapper .best-list-item li .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}

/*---------------- Core Values ----------------*/

.core-values {
	background: #f8faff;
	padding: 95px 0 115px 0;
}

.core-values .wrapper {
	margin-top: 20px;
}

.core-values .single-value-block {
	margin-top: 40px;
}

.core-values .single-value-block .image-box {
  position: relative;
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}

.core-values .single-value-block .image-box  img {
	width: 100%;
}

.core-values .single-value-block .image-box .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top:0;
	text-align: center;
	border-radius: 5px 5px 0 0;
	background: rgba(0,26,87,0.5);
	opacity: 0;
	-webkit-transform:scale(1,0);
	transform:scale(1,0);
}

.core-values .single-value-block:hover .image-box .overlay {
	opacity: 1;
	-webkit-transform:scale(1);
	transform:scale(1);
}

.core-values .single-value-block .image-box .overlay a {
	background: #fff;
	padding: 0 23px;
	line-height: 40px;
	position: relative;
	top:50%;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.core-values .single-value-block .image-box .overlay a:hover {
	color: #fff;
}

.core-values .single-value-block .text {
  background: #fff;
  border: 1px solid #e5ecff;
  border-top: none;
  border-radius: 0 0 5px 5px;
  padding: 25px 20px 25px 30px;
}

.core-values .single-value-block .text h5 {
	margin-bottom: 10px;
}

/*--------------------- Theme Sidebar One ----------------------*/

.theme-sidebar-one .sidebar-box {
	margin-bottom: 50px;
}

.theme-sidebar-one .title {
	font-weight: normal;
	margin-bottom: 25px;
}

.theme-sidebar-one .service-categories ul li a {
  display: block;
  font-weight: 600;
  font-size: 18px;
  color: #232323;
  line-height: 45px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  margin-bottom: 5px;
  padding-left: 20px;
}

.theme-sidebar-one .service-categories ul li a:hover,
.theme-sidebar-one .service-categories ul li.active a {
	background: #f5f8ff;
	border-color: #bccaea;
}

.theme-sidebar-one .service-categories ul li:last-child a {
	margin: 0;
}

.theme-sidebar-one .sidebar-brochures ul {
	padding: 0 25px;
	border-radius: 5px;
}

.theme-sidebar-one .sidebar-brochures ul li a {
  display: block;
  line-height: 55px;
  color: #fff;
  font-size: 18px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  position: relative;
  padding-left: 30px;
}
.theme-sidebar-one .sidebar-brochures ul li:last-child a {
	border-bottom: 0;
}

.theme-sidebar-one .sidebar-brochures ul li a i {
  position: absolute;
  top:0;
  left:0;
  line-height: 55px;
}

.theme-sidebar-one .sidebar-contact input,
.theme-sidebar-one .sidebar-contact textarea {
  width: 100%;
  max-width: 100%;
  background: #fff;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
}

.theme-sidebar-one .sidebar-contact input {
	padding-bottom: 12px;
	margin-bottom: 12px;
}

.theme-sidebar-one .sidebar-contact textarea {
  height: 80px;
  resize:none;
  margin-bottom: 20px;
}
/*--------------------- Service Details ----------------------*/
.service-details .service-content .cover-img {
	border-radius: 5px;
	margin-bottom: 25px;
}

.service-details .service-content .main-title {
	font-size: 30px;
	margin-bottom: 15px;
}

.service-details .service-content p {
	padding-bottom: 25px;
}

.service-details .service-content .sub-heading {
	font-weight: normal;
	margin-bottom: 15px;
}

.service-details .service-content .presentation-section {
	padding: 30px 0 55px 0;
}

.service-details .service-content .presentation-section .best-list-item li {
  position: relative;
  margin: 12px 0 0 0;
  padding: 0 0 4px 90px;
}

.service-details .service-content .presentation-section .best-list-item li:last-child {
	margin-bottom: 0;
}

.service-details .service-content .presentation-section .best-list-item li h5 {
	margin-bottom: 10px;
}

.service-details .service-content .presentation-section .best-list-item li .icon {
  position: absolute;
  top:-10px;
  left:0;
  font-size: 60px;
}

.service-details .service-content .presentation-section .chart {
	margin: 0 auto;
}

.service-details .service-content .accordion-one .panel-group .panel-body p {
	padding: 0;
}

.service-details .service-content .market-growth {
	padding-top: 65px;
}

.service-details .service-content .market-growth .wrapper {
	padding-top: 20px;
}

.service-details .service-content .market-growth img {
	width: 100%;
	border-radius: 5px;
}

.service-details .service-content .market-growth ul {
	padding-left: 18px;
}

.service-details .service-content .market-growth ul li {
  line-height: 34px;
  font-style: italic;
  padding-left: 18px;
  position: relative;
}

.service-details .service-content .market-growth ul li:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  color: #232323;
  line-height: 34px;
  position: absolute;
  left:0;
  top:0;
  font-style: normal;
  font-weight: 700;
}


/*---------------- Project Details ---------------*/

.project-details .main-title {
	font-size: 30px;
	margin-bottom: 15px;
}

.project-details .project-details-sidebar p {
	padding-bottom: 15px;
}

.project-details .project-details-sidebar .project-history {
	margin: 0 -5px;
	padding-top: 15px;
}

.project-details .project-details-sidebar .project-history li {
  float: left;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 25px;
}

.project-details .project-details-sidebar .social-icon li {
	display: inline-block;
}

.project-details .project-details-sidebar .social-icon li a {
  color: #555555;
  font-size: 15px;
  margin-right: 15px;
}

.project-details .project-details-sidebar .charts {
	padding-top: 60px;
}

.project-details .image-col img {
	border-radius: 5px;
	margin-bottom: 25px;
}

.project-details .image-col img:last-child {
	margin-bottom: 0;
}

.project-details #chartContainer {
	width: 100%;
	height: 300px;
	margin-top: 20px;
}

/*---------------------- Blog Sidebar ---------------------*/

.blog-sidebar .sidebar-container {
	margin-bottom: 45px;
}

.blog-sidebar .sidebar-search form {
	height: 52px;
	position: relative;
}

.blog-sidebar .sidebar-search form input {
  width: 100%;
  height: 100%;
  border: none;
  border-bottom: 1px solid #dfdfdf;
  font-size: 16px;
  padding-right: 28px;
}

.blog-sidebar .sidebar-search form button {
  position: absolute;
  top:0;
  right: 0;
  bottom: 0;
  width:25px;
  font-size: 14px;
  text-align: right;
  color: #555555;
  background: transparent;
}

.blog-sidebar .title {
	font-weight: normal;
	margin-bottom: 12px;
	text-transform: capitalize;
}

.blog-sidebar .sidebar-categories ul li a {
  color: #555555;
  line-height: 35px;
  position: relative;
  padding-left: 25px;
}

.blog-sidebar .sidebar-categories ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 12px;
  position: absolute;
  line-height: 35px;
  top:0;
  left:0; 
}

.blog-sidebar .sidebar-recent-post li {
  padding: 10px 0 13px 0;
  margin-bottom: 9px;
  border-bottom: 1px solid #e5e5e5;
}

.blog-sidebar .sidebar-recent-post li img {
  width: 65px;
  height: 60px;
  border-radius: 5px;
}

.blog-sidebar .sidebar-recent-post li .post {
  width: calc(100% - 65px);
  padding-left: 20px;
}

.blog-sidebar .sidebar-recent-post li .post a {
  color: #232323;
  line-height: 24px;
  margin-top: -5px;
}

.blog-sidebar .sidebar-recent-post li .post .date {
  font-size: 15px;
  color: #9ca6bf;
  font-style: italic;
  margin-top: 7px;
}

.blog-sidebar .sidebar-recent-post li:last-child {
  border:none;
  margin: 0;
  padding-bottom: 0;
}

.blog-sidebar .sidebar-archives ul li a {
  color: #555555;
  line-height: 32px;
  position: relative;
  padding-left: 28px;
}

.blog-sidebar .sidebar-archives ul li a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
  position: absolute;
  line-height: 32px;
  top:0;
  left:0; 
}

.blog-sidebar .sidebar-tags ul {
	margin: 0 -2px;
}

.blog-sidebar .sidebar-tags ul li {
	float: left;
	padding: 0 2px;
}

.blog-sidebar .sidebar-tags ul li a {
  color: #555555;
  font-size: 17px;
  line-height: 28px;
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 4px;
  padding: 0 12px;
}

.blog-sidebar .sidebar-tags ul li.active a,
.blog-sidebar .sidebar-tags ul li a:hover {
	color: #fff;
}

/*------------------- Blog Details ---------------*/
.blog-details .single-blog .post-meta .title {
	font-size: 26px;
	line-height: 30px;
	margin: 25px 0 20px 0;
}

.blog-details .single-blog .post-meta p {
	padding-bottom: 25px;
	margin-bottom: 0;
}

.blog-details .single-blog .post-meta .mark-text img {
	width: 100%;
	border-radius: 5px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text {
  text-align: center;
  position: relative;
  padding-top: 140px;
  margin: 0 10px;
}

.blog-details .single-blog .post-meta .mark-text .inner-text p {
	font-style: italic;
}

.blog-details .single-blog .post-meta .mark-text .inner-text:before {
	content: "\f10c";
	font-family: Flaticon;
	position: absolute;
	color: #eeeeee;
	font-size: 45px;
	top:55px;
	left:50%;
	-webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}

.blog-details .single-blog .post-meta .mark-text {
	padding: 18px 0 40px 0;
}

.blog-details .share-option {
	border-top: 1px solid #e5e5e5;
	margin-top: 18px;
}

.blog-details .share-option ul {
	padding-top: 12px;
}

.blog-details .share-option .tag-meta li,
.blog-details .share-option .social-icon li {
  display: inline-block;
  vertical-align: middle;
  font-weight: 600;
  color: #232323;
}

.blog-details .share-option .tag-meta li i,
.blog-details .share-option .social-icon li i {
  font-size: 15px;
  margin-right: 2px;
}

.blog-details .share-option .tag-meta li a {
  font-weight: normal;
  color: #555555;
}

.blog-details .share-option .social-icon li a {
  font-size: 15px;
  color: #777777;
  margin-left: 12px;
}

.blog-details .share-option .social-icon li:nth-child(2) a {
	margin-left: 3px;
}

.our-blog .inner-box {
	margin-top: 70px;
}

.our-blog .inner-box .theme-title-one h2 {
  font-size: 30px;
  text-align: left;
  margin-bottom: 40px;
}
.our-blog .inner-box .theme-title-one h2:before {
	left:0;margin: 0;
}
.related-post-slider .item {
	margin: 0 15px;
}

.our-blog .comment-area .single-comment img {
  width: 70px;
  height: 70px;
  border-radius: 5px;
}

.our-blog .comment-area .single-comment .comment {
  width: calc(100% - 70px);
  padding-left: 25px;
}

.our-blog .comment-area .single-comment .comment p {
	padding: 6px 0 8px 0;
}

.our-blog .comment-area .single-comment .comment a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
}

.our-blog .comment-area .single-comment {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 20px;
  margin-bottom: 28px;
}

.our-blog .comment-area .single-comment:last-child {
	margin: 0;
	padding: 0;
	border: none;
}

/*---------------- Contact Us ----------------*/


.contact-info {
    padding: 30px 30px 30px 30px;
}

.contact-info-heading{
	position: relative;
}

.contact-info-heading p {
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	color: #111;
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 20px;
}

.contact-info-heading p:before {
    content: '';
    width: 40px;
    height: 4px;
    border-radius: 10px;
    background: #c3c3c3;
    position: absolute;
    bottom: 0;
    left: 0%;
    margin-left: 0px;
}

.contact-info-heading-content{
	padding-bottom: 15px;
	margin-bottom: 30px;
	border-bottom: 2px solid #111;
}

.contact-info-heading-content span {
	font-size: 14px;
	font-weight: 600;
	color: #444444;
	letter-spacing: -0.4px;
}

.contact-info-address h4.no-stripe {
	position: relative;
	font-size: 1.4rem;
	padding-bottom: 20px;
}

.info-address-title{
	position: relative;
	font-size: 1rem;	
}

.info-address-sub-title{
	position: relative;
	font-size: 1rem;
	font-weight: 500;
	letter-spacing: -0.4px;	
}

.contact-info ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}

.contact-info ul li {
    position: relative;
    color: #382727;
    margin-bottom: 35px;
    display: flex;
    align-items: start;
}

.contact-info .contact-info-special {
    padding-left: 20px;
}

.contact-info ul li .icon {
    /* border: 1px dashed #000f32; */
    /* width: 75px; */
    /* height: 75px; */
    display: flex;
    align-items: center;
    justify-content: center;
    /* line-height: 75px; */
    color: #3e2a2a;
    border-radius: 50%;
    font-size: 29px;
    text-align: center;
    position: relative;
    /* left: 0; */
    /* top: 50%; */
    /* -webkit-transform: translateY(-50%); */
    /* transform: translateY(-50%); */
    z-index: 1;
}

.contact-info ul li span {
    display: block;
    margin-bottom: 8px;
    color: #121521;
    font-size: 18px;
    font-weight: 700;
	line-height: normal;
}

.contact-info ul li a {
    color: #382727;
}

.google-map-two {height: 410px;}
.contact-us-section .main-content {
  margin-top: 50px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
}

.contact-us-section .contact-info-area{
  background: #f1f1f1;
  padding: 5px;
}

.contact-us-section .img-box {
  position: absolute;
  background: url(../images/home/22.jpg) no-repeat center;
  background-size: cover;
  height: auto;
  border-radius: 5px 0 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  opacity: 0.2;
}

.contact-us-section .form-wrapper {
  background: #fff;
  border-radius: 0 5px 5px 0;
  height: 500px;
  padding: 75px 40px 60px 40px;
}

/*======================= Form Validation ===================*/
.alert-wrapper {
  display: none;
  position: fixed;
  width: 100%;
  height:100%;
  background: rgba(0,0,0,0.6);
  top: 0;
  left: 0;
  z-index: 9999999;
}
#success,#error {
  position: relative;
  width:500px;
  height: 100px;
  top: calc(50% - 50px);
  left:calc(50% - 250px);
  background: rgba(0,0,0,0.8);
  text-align: center;
}
#success .wrapper,#error .wrapper {
  display: table;
  width:100%;
  height: 100%;
}
#success .wrapper p,#error .wrapper p{
  display: table-cell;
  vertical-align: middle;
  letter-spacing: 1px;
}
#success p {
	color: #26ace3;
}

#error p {
	color: #C9182B;
}

#error button,
#success button {
  color:#fff;
  width:40px;
  height:40px;
  line-height: 20px;
  background: transparent;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
}

.form-validation label.error {
	display: none !important;
}

.form-validation input.error,.form-validation textarea.error {
	border-bottom:1px solid #f03838 !important;
}

/*------------------- Compnay Branch Address ----------------*/

.branch-address {
	background: #f2f3f6;
	padding: 38px 0;
}

.address-slider .item {
	margin: 0 15px;
	cursor: move;
}

.branch-address .wrapper p {
  font-size: 17px;
  line-height: 25px;
  position: relative;
  padding-left: 35px;
  margin-top: 10px;
}

.branch-address .wrapper p i {
  position: absolute;
  top:5px;
  left:0;
  font-size: 18px;
}

/*--------------------- Shop Page --------------------*/

.shop-page .shop-filter li:first-child {
  float: left;
  line-height: 40px;
  font-size: 17px;
}
.shop-page .shop-filter li:last-child {
	float: right;
	line-height: 40px;
}

.shop-page .shop-filter li:last-child .form-control {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  height: 100%;
  outline: none;
  box-shadow: none;
}

.shop-page .shop-filter {
	margin-bottom: 60px;
}

.shop-page .single-product .image-box {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 340px;
  position: relative;
  overflow: hidden;
}

.shop-page .single-product .image-box  img {
	position: absolute;
	top:50%;
	left: 50%;
	border-radius: 5px;
	-webkit-transform: translate(-50% , -50%);
	transform: translate(-50% , -50%);
	transition:all 0.5s ease-in-out;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-page .single-product:hover .image-box img {
	-webkit-transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
	transform:translate(-50% , -50%) scale3D(1.1,1.1,1);
}

.shop-page .single-product .product-name {
	text-align: center;
	margin-top: 20px;
	position: relative;
}

.shop-page .single-product .product-name .price {
  font-weight: 600;
  font-size: 22px;
}

.shop-page .single-product .product-name .price del {
  font-size: 18px;
  color: #afafaf;
  font-weight: normal;
}

.shop-page .single-product:hover .product-name .price {
	opacity: 0;
}

.shop-page .single-product .product-name .add-to-cart {
  position: absolute;
  width: 100%;
  bottom: -10px;
  opacity: 0;
  left:0;
  text-align: center;
}

.shop-page .single-product .product-name .add-to-cart a {
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 33px;
}

.shop-page .single-product .product-name .add-to-cart a:hover {
	text-decoration: underline;
}

.shop-page .single-product .product-name .add-to-cart a i {
	font-weight: normal;
}

.shop-page .single-product:hover .product-name .add-to-cart {
  opacity: 1;
  bottom: 0;
}
.shop-page .single-product {
	margin-bottom: 40px;
}

/*------------------ Shop Details ------------------*/


.shop-details .product-details .product-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  min-height: 380px;
}

.shop-details .product-details .product-tab .product-preview {
  width: 70%;
  float: left;
  border-right: 1px solid #d7d7d7;
  height: 380px;
  position: relative;
}

.shop-details .product-details .product-tab .product-preview img {
	position: absolute;
	top:50%;
	left:50%;
	border-radius: 5px;
	-webkit-transform:translate(-50% , -50%);
	transform:translate(-50% , -50%);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-tab .product-thumbnail {
  float: left;
  width: 30%;
  height: 380px;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs {
	border: none;
	position: relative;
	top:50%;
	display: block;
	-webkit-transform:translateY(-50%);
	transform:translateY(-50%);
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li {
  margin:0;
  text-align: center;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a {
  padding: 0;
  margin: 15px 0;
  border: none;
  background: transparent;
  display: inline-block;
}

.shop-details .product-details .product-tab .product-thumbnail .nav-tabs li a img {
  border-radius: 5px;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.12);
}

.shop-details .product-details .product-info {
	padding-left: 20px;
}

.shop-details .product-details .product-info .title {
	font-size: 26px;
}

.shop-details .product-details .product-info .price {
  font-size: 28px;
  font-weight: 600;
  margin: 5px 0 12px 0;
}

.shop-details .product-details .product-info .price del {
  font-size: 20px;
  font-weight: normal;
  color: #afafaf;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li {
  display: inline-block;
  vertical-align: middle;
}

.shop-details .product-details .product-info .order-box li:nth-child(1) {
  color: #232323;
  margin-right: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button,
.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  background: transparent;
  display: inline-block;
  line-height: 30px;
  border: none;
  text-align: center;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) {
  border: 1px solid #d7d7d7;
  line-height: 30px;
  padding: 0 10px;
  border-radius: 5px;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) button {
  font-size: 20px;
  font-weight: 300;
}

.shop-details .product-details .product-info .order-box li:nth-child(2) input {
  width: 40px;
  margin-left: 10px;
}

.shop-details .product-details .product-info .order-box {
	margin: 35px 0 30px 0;
}

.shop-details .product-review-tab {
  border: 1px solid #d7d7d7;
  border-radius: 5px;
  margin: 100px 0 75px 0;
  padding: 22px 40px 20px 40px;
}

.shop-details .product-review-tab .nav-tabs .nav-link {
  border: none;
  border-bottom: 1px solid transparent;
  border-radius: 0;
  font-weight: 600;
  font-size: 20px;
  color: #232323;
  padding: 0 0 15px 0;
  margin-right: 35px;
}

.shop-details .product-review-tab .nav-tabs .nav-item.show .nav-link,
.shop-details .product-review-tab .nav-tabs .nav-link.active {
  border-bottom-color: #001a57;
  background: transparent;
}

.shop-details .product-review-tab .tab-content {
	padding-top: 28px;
}

.shop-details .product-review-tab .tab-content p {
	padding-bottom: 13px;
}

.shop-details .product-review-tab img {
	width: 70px;
}

.shop-details .product-review-tab .comment {
  width: calc(100% - 70px);
  padding-left: 20px;
}

.shop-details .product-review-tab .comment ul li {
  display: inline-block;
  font-size: 15px;
  color: #ecc230;
}
.shop-details .product-review-tab .single-review {
	margin-bottom: 20px;
}

.shop-details .product-review-tab .single-review:last-child {
	margin: 0;
}

.shop-details .related-product .theme-title-one {
	text-align: left;
	margin-bottom: 50px;
}

.shop-details .related-product .theme-title-one h2 {
	font-size: 30px;
}

.shop-details .related-product .theme-title-one h2:before {
  left:0;
  margin: 0;
}

.shop-details .related-product {
	margin-bottom: 70px;
}

/*---------------------- Faq Page ------------------*/


.faq-page .faq-panel {
	margin-top: 90px;
}

.faq-page .faq-panel .panel-group {
  border:1px solid #efefef;
  border-bottom: none;
}

.faq-page .faq-panel .panel {
	margin: 0;
}

.faq-page .panel-group .panel-heading h6 a {
  color:#1c2125;
  padding: 24px 63px 24px 30px;
  display: block;
  position: relative;
}

.faq-page .panel-group .panel-heading h6 a:before {
  content: '+';
  width:60px;
  height:100%;
  position: absolute;
  top:0;
  right:0;
  background: #f8f8f8;
  border-left:1px solid #efefef;
  text-align: center;
  line-height: 65px;
  font-size: 18px;
}

.faq-page .panel-group .panel-heading.active-panel h6 a:before {
  content: '';
  font-family: 'font-awesome';
  font-size: 14px;
}

.faq-page .panel-group .panel-heading {
	border-bottom:1px solid #efefef;
}

.faq-page .panel-group .panel-body {
	padding: 35px 50px 50px 30px; 
	border-bottom:1px solid #efefef;
}

.faq-page .panel-group .panel-body ol {
	margin:15px 0;
	padding: 0 0 0 20px;
}

.faq-page .panel-group .panel-body ol li {
	line-height: 28px;
}

/*----------------------------- Error Page --------------------------*/

.error-page {
	text-align: center;
	margin-bottom: 175px;
}

.error-page h2 {
  font-size: 140px;
  font-weight: 700;
  letter-spacing: 14px;
}

.error-page h3 {
  font-weight: normal;
  color:#413f3f;
  font-size: 42px;
  margin: 18px 0 32px 0;
}

.error-page p {
  font-size: 20px;
  color:rgba(0,0,0,0.6);
  margin-bottom: 56px;
}

.error-page a {line-height: 55px;}
.error-page span.or {
  font-size: 18px;
  color:#2f2f2f;
  margin:0 16px;
}

.error-page input {
  height:55px;
  width:380px;
  padding: 0 20px;
  border:1px solid #f0f0f0;
}














/* ------------------------------- Company Team Start -------------------------- */


.company-team-area {
	padding: 50px 0;
}
.company-team-title {
    margin-top: 0;
    margin-bottom: 30px;
}

.company-team-title h2 {
    position: relative;
	font-weight: 700;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
}

.company-team-title h6 {
    text-align: center;
    margin: 0 auto -3px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.company-team-title h6 span {
    display: inline-block;
    position: relative;
}

.company-team-title h6 span:before {
    left: -90px;
    right: unset;
}

.company-team-title h6 span:after, .company-team-title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #262626;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}

.company-team-title h6 span:after, .company-team-title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #262626;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}

.company-team {
    overflow: hidden;
    -webkit-box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    box-shadow: 1px 5px 15px 2px rgb(68 102 242 / 5%);
    border: 1px solid #f9faff
}

.company-team-content {
    text-align: center;
    padding: 20px;
}

.company-team-content h3 {
    text-transform: uppercase;
    font-weight: 700;
	color: #000;
    font-size: calc(16px + (20 - 16) * ((100vw - 320px)/ (1920 - 320)));
}

.company-team-content h5 {
    color: #9dabaf;
    margin-bottom: 0;
}

.company-team-content .social {
    position: absolute;
    height: calc(100% - 122px);
    width: calc(100% - 76px);
    background-color: rgba(0,0,0,.25);
    top: 12px;
    left: 39px;
    opacity: 0;
    -webkit-transform: scale(0) rotate(90deg);
    transform: scale(0) rotate(90deg);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

.company-team-content .social li a:hover {
    background-color: #fff;
    color: #0b0a09
}

.company-team-area .company-team:hover .social {
    opacity: 1;
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.company-team-area .company-team:hover {
    border: 2px solid #262626;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.company-team-area .company-team .company-team-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
}

.company-team-area .company-team .company-team-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.company-team-area .company-team .team_details .social {
    width: calc(100% - 50px);
    left: 25px
}

.company-team-area .company-team figure.snip_con {
    background: #fff
}

.company-team-area .company-team figure.snip_con:hover img {
    opacity: .2
}

.company-team-area .company-team figure figcaption h3 {
    color: #000;
    font-weight: 600
}

.company-team-area .company-team figure figcaption h5 {
    font-weight: 600;
    color: #333
}

.company-team-area .company-team figure figcaption ul li a i {
    color: #000
}

.company-team-area .company-team-slide {
    height: 0;
    overflow: hidden
}

.company-team-area .company-team-slide.slick-slider {
    height: auto;
    overflow: visible
}


/* ------------------------------- Company Team End -------------------------- */















/*** -------------- Call To Action Start --------------- */

.theme-call-action {
    background-color:#000;
}

.theme-call-action {
    margin-bottom: 50px;
    padding: 40px 0;
    background-color: #003164;
}

.theme-call-action .theme-call-action-title {
    font-size: 24px;
    color: #ffffff;
    text-align: left;
}

.theme-call-action .theme-call-action-right {
    text-align: right;
    line-height: 40px;
}

.theme-call-action .theme-call-action-right a.theme-call-action-button{
	line-height: 50px;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	border-radius: 5px;
	padding: 0 35px;
	display: inline-block;
	background: #001a57;
	transition: all .3s ease-in-out;
}

.theme-call-action .theme-call-action-right a.theme-call-action-button:hover{
	background:#000f32;
}

@media (max-width: 767px){
	.theme-call-action .theme-call-action-title {
		font-size: 24px;
		color: #ffffff;
		text-align: center;
		margin-bottom: 15px;
	}
	.theme-call-action .call-for-action-right {
		text-align: center;
	}
}

/*** -------------- Call To Action End --------------- */




























/*** -------------- Category Banners Start --------------- */

.category-banners .category-banner-header {
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	color: #465157;
	margin-bottom: 30px;
	padding-bottom: 20px;
	position: relative;
}

.category-banners .category-banner-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 5px;
    background: #f59f2b;
}

.category-banners .category-banner {
    display: block;
    text-align: center;
    margin-bottom: 24px;
}

.category-banners .category-banner:hover .category-banner-img:before,.category-banners .category-banner:hover .category-banner-img:after {
    opacity: 1
}

.category-banners .category-banner .category-banner-img {
    position: relative;
    display: block;
    background: #f4f4f4;
    border-radius: 10px;
    margin-bottom: 8px;
    padding: 15px;
}

.category-banners .category-banner .category-banner-img:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(246,119,0,.7);
    opacity: 0;
    border-radius: 10px;
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-banners .category-banner .category-banner-img img {
    max-width: 100px;
    max-height: 100px;
	margin: 0 auto;
}

.category-banners .category-banner .category-banner-img:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 45px;
    height: 45px;
    background: url(//st2.myideasoft.com/idea/au/63/themes/selftpl_611298ece4cad/assets/images/icon-category-arrow.svg?revision=7.1.6.0-6-1630928114) no-repeat 50%;
    opacity: 0;
    border-radius: 50%;
    box-shadow: 0 10px 20px rgb(15 21 28 / 20%);
    transition: all .3s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-banners .category-banner .category-banner-content .category-banner-title {
    color: #4a4949;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
}

@media(max-width: 991px) {
    .category-banners .category-banner-header {
        font-size:18px;
        margin-bottom: 24px
    }
}



/*** -------------- Category Banners End --------------- */











/* ------------------------------- Owl Slider Start-------------------------- */

.theme-slider {
    height: 0;
    overflow: hidden
}

.theme-slider.slick-slider {
    height: auto;
    overflow: visible
}

.theme-slider .theme-slider-item {
    position: relative
}

.theme-slider .theme-slider-item.content {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%
}

.theme-slider .theme-slider-item .theme-slider-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.theme-slider.slick-slider .theme-slider-item img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.theme-slider .theme-slider-content .container {
	position: relative;
	z-index: 1;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.theme-slider .theme-slider-content {
  background: transparent;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  text-shadow: none;
  left: 0;
  padding: 0;
}

.theme-slider .theme-slider-content .theme-slider-texts-wrapper .theme-slider-title {
  font-size: 26px;
  line-height: 35px;
  color: #f1f1f1;
  font-weight: 500;
  text-shadow:0 0 10px #000;
}

.theme-slider .theme-slider-content .theme-slider-texts-wrapper .theme-slider-sub-title {
	text-transform: uppercase;
	padding: 30px 0 35px 0;
	font-size:38px;
	color: #f1f1f1!important;
	text-shadow:0 0 10px #000;
}

.theme-slider .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button {
	background: #fff;
	color: #23356C
}

.theme-slider .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button:hover {
	color: #fff;
	background: #23356C;
}

.theme-slider .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button {
    background: #fff;
}

.theme-slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 4rem;
    height: 4rem;
    font-size: 5rem;
    z-index: 2;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-slider .slick-arrow.slick-prev {
    left: 0
}

.theme-slider .slick-arrow.slick-next {
    right: 0
}

.theme-slider .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-slider .slick-dots>li {
    padding: 0 .5rem
}

.theme-slider .slick-dots>li button {
    background-color: #fff;
    border-radius: 100%;
    width: 8px;
    height: 8px;
    line-height: 15px;
    color: #fff;
    font-size: 8px;
    font-weight: 500;
    text-indent: -9999px;
    border: 1px solid #fff;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-slider .slick-dots>li.slick-active>button {
	width: 16px;
	height: 16px;
    background-color: #fff
}

.theme-slider .slick-dots>li:only-child {
    display: none
}

@media(max-width: 991px) {
    .theme-slider .theme-slider-item.content .theme-slider-content .content-type-1,.theme-slider .theme-slider-item.content .theme-slider-content .picture-type-2 {
        margin-bottom:1.5rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .content-type-1:only-child,.theme-slider .theme-slider-item.content .theme-slider-content .picture-type-2:only-child {
        margin-bottom: 0
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-title.large {
        font-size: 3.6rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-title.normal {
        font-size: 2.4rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-title.small {
        font-size: 1.8rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-sub-title.large {
        font-size: 2.4rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-sub-title.normal {
        font-size: 1.8rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-sub-title.small {
        font-size: 1.4rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.large {
        font-size: 1.8rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.large.tube {
        border-radius: 3rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.normal {
        font-size: 1.6rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.normal.tube {
        border-radius: 2.5rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.small {
        font-size: 1.4rem
    }

    .theme-slider .theme-slider-item.content .theme-slider-content .theme-slider-texts-wrapper .theme-slider-button button.small.tube {
        border-radius: 2rem
    }
}


/* ------------------------------- Owl Slider End -------------------------- */









/* ------------------------------- Factory News Start -------------------------- */



.factory-blog-container  {
    margin-bottom: 40px!important;
}

@media (max-width: 991px){
	.factory-blog-container  {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.factory-blog-container  {
		margin-bottom: 20px;
	}
}

.factory-blog-item-container {
    width: 100%;
    position: relative;
}

.slider-area-8 .owl-controls {
	display: flex;
	align-items: center;
	flex-direction: row;
}

.factory-widget-blog {
	background: #f2f2f2;
	border: 2px solid #eee;
	padding: 15px 15px;
}

.factory-blog-wrapper {
	padding-bottom: 50px;
}

@media (max-width: 991px){
	.factory-blog-wrapper .factory-widget-blog {
		margin-bottom: 40px;
	}
}

.factory-widget-blog-title {
    display: flex;
    align-items: center;
    width: 100%;
    clear: both;
    justify-content: space-between;
    position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;	
}

.factory-widget-blog-title h3 {
	font-size: 16px;
	border-bottom: 2px solid #eee;
	order: 1;
	width: 80%;
}

.factory-widget-blog-title h3 i {
	font-size: 20px;
	border-right: 2px solid #eee;
	padding-right: 10px;
	margin-right: 20px;
}

.factory-blog-item-image {
	height: 100%;
	margin-bottom: 10px;
}

.factory-blog-item-image a {
	display: block;
	position: relative;
	padding-top: 68.46%;
	height: 100%;
	overflow: hidden;
}

.factory-blog-item-image a img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100%;
	object-fit: cover;
}

.blog-nav-controls {
    display: block;
    order: 2;
    width: 20%;
	text-align: right;
    margin-left: auto;
}

.blog-nav-controls button {
	position: relative;
	font-size: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
	line-height: normal;
	padding: 1px 4px;
	width: 25px;
	height: 25px;
	border: 1px solid #111;
	margin: 0 3px;
	border-radius: 50px;
	background: #f5f5f5;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.blog-date {
	font-size: 14px;
	font-weight: 700;
	display: inline-block;
	color: #ffffff;
	line-height: 18px;
	background: #481d1d;
	padding: 5px 10px;
	margin-bottom: 10px;
}

.factory-blog-title a {
	display: block;
	color: #515252;
	font-weight: 700;
	font-size: 18px;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
}

.factory-blog-item-content .factory-blog-text p {
    margin-bottom: 0;
    font-size: 14px;
    color: #8a9ba2;
    height: 54px;
    line-height: 22px;
    overflow: hidden;
}

.factory-blog-item-content .factory-blog-button {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	color: #001648 !important;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: underline;
	padding: 5px 25px;
	border-bottom: 5px solid #eee;
	border: 1px solid #232323;
	margin-bottom: 15px;
}

.slider-area-8 .owl-nav {
}

.slider-area-8 .owl-arrow {
    position: absolute;
    padding: 0 !important;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    font-size: 3rem;
    z-index: 2;
    background-color: transparent;
    border-radius: 50% !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slider-area-8 .owl-nav .owl-prev {
	left: 0;
}

.slider-area-8 .owl-nav .owl-next {
	right: 0;
}

.factory-widget-blog .owl-dots {
    bottom: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    margin-top: 10px;
}

.factory-widget-blog .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.factory-widget-blog .owl-dot.active>span, .main-banner .owl-dot:hover>span {
    background-image: #23356C none repeat scroll 0 0;
}


/* ------------------------------- Factory News End -------------------------- */




/* ------------------------------- Company Flexible Arrow Start-------------------------- */


.company-flexible-area .owl-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
    z-index: 2;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.company-flexible-area .owl-nav .owl-prev {
    left: 0;
}

.company-flexible-area .owl-nav .owl-next {
    right: 0;
}

/* ------------------------------- Company Flexible Arrow End -------------------------- */







/* ------------------------------- Company Flexible Area Start -------------------------- */


.popup-banner-area {
    margin-bottom: 40px!important;
}

@media (max-width: 991px){
	.popup-banner-area {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.popup-banner-area {
		margin-bottom: 20px;
	}
}

.popup-banner-wrapper {
	background: #fff;
	padding-bottom: 50px;
}

.popup-banner {
	position: relative;
    overflow: hidden;
    border-radius: .5rem;
    border: 1px solid #eee;
}

.popup-banner .popup-banner-hover {
	opacity: 0;
	position: absolute;
	font-size: 24px;
	color: #0c0c0c;
	width: 80px;
	height: 80px;
	border: 3px solid #b6a9a9;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	transition: all .2s ease-in-out;
}

.popup-banner:hover .popup-banner-hover {
    opacity: 1;
    visibility: visible
}

.popup-banner .popup-banner-content {
    font-size: 21px;
    font-weight: 600;
    display: block;
    width: 100%;
    padding: 12px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    position: absolute;
    z-index: 999;
    bottom: 10px;
}

.popup-banner .popup-banner-content .popup-banner-title h5 {
    font-size: 26px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 10px;
    transition: all .2s ease-in-out;
}

.popup-banner .popup-banner-content .popup-banner-sub-title p {
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	color: #fff;
	width: 40%;
	margin: auto;
	text-transform: uppercase;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-banner .popup-banner-content .popup-banner-button p {
	font-size: 16px;
	font-weight: 300;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #eee;
	color: #fff;
	width: 40%;
	margin: auto;
	text-transform: uppercase;
	height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.popup-banner .popup-banner-image {
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}


.popup-banner .popup-banner-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 108px -132px 67px -33px rgb(35 53 108 / 94%);
    z-index: 1;
    transition: all .2s ease-in-out;
}

.popup-banner .popup-banner-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.popup-banner .popup-banner-image:hover img {
    transform: scale(1.1)
}

.popup-banner-area .popup-banner-wrapper.slick-slider {
    height: auto;
    overflow: visible
}

/* ------------------------------- Company Flexible Area End-------------------------- */



/*** -------------- Company About Variant Start --------------- */


.promobanner-area {
    padding-bottom: 40px;
}

@media (max-width: 991px){
	.promobanner-area {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.promobanner-area {
		margin-bottom: 20px;
	}
}

.promobanner-wrapper .promobanner-content .promobanner-title {
    width: 100%;
    position: absolute;
    left: 0;
    top: 30%;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 900;
	text-align: center;
	letter-spacing: -0.3px;
    z-index: 5;
    padding: 1rem 1rem;
    transition: all .2s ease-in-out;
}

.promobanner-wrapper .promobanner a:hover .promobanner-content .promobanner-title {
    color: #fff;
    text-decoration: underline;
    padding: 2rem
}

.promobanner-wrapper .promobanner {
    position: relative;
	margin-bottom: 20px;
}

.promobanner a.zoom {
    position: relative;
    display: block;
	border-radius: 5px;
	overflow: hidden;
    transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
}

.promobanner a.zoom img{
    min-width: 100%;
    max-width: 100%;
}
    
.promobanner .zoom:before {
	border-bottom: 1px solid #fff; 
	border-top: 1px solid #fff;
	transform: scale(0, 1);
	-webkit-transform: scale(0, 1);
	-moz-transform: scale(0, 1); 
	-ms-transform: scale(0, 1);
}
    
.promobanner .zoom:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1, 0); 
	-webkit-transform: scale(1, 0); 
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0); 
}
    
.promobanner .zoom:after,  
.promobanner .zoom:before { 
	bottom: 12px; content: ""; 
	left: 12px; 
	position: absolute; 
	right: 12px;
	top: 12px; 
	z-index: 1;
	transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out; 
	-ms-transition: all 0.4s ease-in-out;
}
    
.promobanner:hover a.zoom {
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); 
	-webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 0 5px 5px rgba(0,0,0,0.1); 
}
    
.promobanner:hover .zoom:after,  
.promobanner:hover .zoom:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1); 
	-ms-transform: scale(1);
}
    
.promobanner .btn-zoom {
	font-weight: 900; 
	color: #434343;
	text-transform: uppercase;
	display: inline-block;
	padding: 12px 40px;
	position: absolute;
	border-radius: 4px; 
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px; 
	background-color: #fff;
	font-size: 14px;
	line-height: 16px; 
	z-index: 2;
}
    
.promobanner.left .btn-zoom { 
	font-weight: 900; 
	right: 8%; bottom: 37%; 
}
    
.promobanner.right .btn-zoom {
	font-weight: 900; 
	left: 6%; bottom: 22%; 
}

/*** -------------- Company About Variant End --------------- */





/*** -------------- Services Banner Area Start --------------- */


.servises-banner-area {
    margin-bottom: 40px!important;
}

@media (max-width: 991px){
	.servises-banner-area {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.servises-banner-area {
		margin-bottom: 20px;
	}
}

.servises-banner {
	position: relative;
    border: 1px solid #eee;
    border-radius: .3rem;
	margin-bottom: 30px;
}

.single-services-custom-block{
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}
	
.single-services-custom-block:hover {
    box-shadow: 0 0 10px 0 gray;
}

.servises-banner-image {
    display: block;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    transition: all .35s ease-in-out;
}

.servises-banner-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 108px -132px 67px -33px rgb(35 53 108 / 94%);
    z-index: 1;
    transition: all .35s ease-in-out;
}

.servises-banner-image  img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out
}

.servises-banner:hover .servises-banner-image img {
    transform: scale(1.1)
}

.servises-banner .servises-banner-content {
    position: relative;
    display: block;
    width: 100%;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
    bottom: 0;
    z-index: 10;
	transition: all 0.2s ease-in-out
}

.servises-banner .servises-banner-content .servises-banner-title {
	position: relative;
	/* text-align: center; */
	padding-bottom: 12px;
	transition: all 0.2s ease-in-out;
}
.servises-banner .servises-banner-content .servises-banner-title h5 {
    overflow: hidden;
    display: block;
    height: 20px;
    line-height: 20px;
    color: #323232;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.servises-banner .servises-banner-content .servises-banner-sub-title {
	position: relative;
	/* text-align: center; */
	padding-bottom: 24px;
	transition: all 0.2s ease-in-out;
}

.servises-banner .servises-banner-content .servises-banner-sub-title p{
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #363d68;
    width: 100%;
    text-transform: uppercase;
    height: 75px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.servises-banner .servises-banner-content .servises-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.servises-banner .servises-banner-content .servises-banner-button span {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 24px;
    width: 100%;
    height: 43px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background-color: #363d68;
    transition: all .2s ease-in-out;
}

@media(max-width: 991px) {
    .servises-banner .servises-banner-content .servises-banner-button span {
        height: 40px;
        font-size: 16px;
        border-radius: 5px
    }
}

/*** -------------- Services Banner Area End --------------- */





/*** --------------Dinamik Ürün Alanları Start --------------- */


.custom-banner-area {
    margin-bottom: 40px!important;
}

@media (max-width: 991px){
	.custom-banner-area {
		margin-bottom: 30px;
	}
}

@media (max-width: 767px){
	.custom-banner-area {
		margin-bottom: 20px;
	}
}

.custom-banner-wrapper{
	padding-bottom: 50px;
    background: #fff;
}

.custom-banner {
    position: relative;
}

.custom-banner .custom-banner-image {
    display: block;
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
    border-radius: 0rem;
    transition: all .35s ease-in-out;
    border: 1px solid #eee;
	margin-bottom: 0px
}


.custom-banner .custom-banner-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    box-shadow: inset 108px -132px 67px -33px rgb(35 53 108 / 94%);
    box-shadow: inset 108px -132px 67px -33px rgb(169 0 0 / 94%);
    z-index: 1;
    transition: all .2s ease-in-out;
}

.custom-banner .custom-banner-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
    height: auto;
    transition: all .35s ease-in-out;
}

.custom-banner:hover .custom-banner-image img {
    transform: scale(1.1)
}

.custom-banner .custom-banner-image .other-products-button {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    border-radius: 50%;
    background: #7A0505;
    background: linear-gradient(45deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    opacity: 0;
	z-index: 10;
}

.custom-banner:hover .other-products-button {
	-webkit-transform: translateX(-50%) translateY(-85%) translateZ(0) translate3d(0, 0, 0);
	transform: translateX(-50%) translateY(-85%) translateZ(0) translate3d(0, 0, 0);
	opacity: 0.9
}

.custom-banner .custom-banner-content {
	position: relative;
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	padding: 0;
	z-index: 10;
	bottom: 0;
}

.custom-banner .custom-banner-inside {
    overflow: hidden;
    position: absolute;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    height: 100%;
	padding: 10px
}

.custom-banner .custom-banner-inside .custom-banner-title p {
    overflow: hidden;
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 48px;
    line-height: 24px;
    color: #30434a;
    font-size: 16px;
    z-index: 999;
    font-weight: 400;
    text-overflow: ellipsis;
    color: #fff;
    text-transform: uppercase;
}

.custom-banner .custom-banner-content .custom-banner-button {
	position: relative;
	font-size: 16px;
	font-weight: 600;
    display: flex;
    align-items: center;
	flex-direction: row;
    justify-content: center;
	color: #fff;
	background-color: #111;
    border-top: 0px solid #111;
	padding: 10px 10px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
}

.custom-banner .custom-banner-content .custom-banner-button i {
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: transparent;
	border-radius: 100px;
	width: 30px;
	height: 30px;
    margin-left: 10px;
	overflow: hidden;
	position: relative;
}

/*** --------------Dinamik Ürün Alanları End --------------- */





/*** -------------- Company Home Products Variant One Start --------------- */


.products-header {
    text-align: center;
    font-size: 30px;
    font-weight: 700;
    color: #465157;
    margin-bottom: 30px;
    padding-bottom: 20px;
    position: relative
}

.products-header:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: 65px;
    height: 5px;
    background: #f59f2b
}

@media(max-width: 767px) {
    .products-header {
        font-size:16px;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }
}



.showcase {
    position: relative;
    margin-bottom: 30px;
    border: 1px solid #f2f2f2;
    transition: all .3s ease-in-out
}

.showcase .showcase-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden
}

.showcase .showcase-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.showcase .showcase-image .sold-out-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: rgba(0,0,0,.7);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 10px 35px;
    border-radius: 5px;
    z-index: 15;
}

@media(max-width: 575px) {
    .showcase .showcase-image .sold-out-label {
        font-size:12px;
        padding: 5px 15px;
    }
}



.showcase .showcase-content {
    padding: 15px 10px 25px;
}

.showcase .showcase-content .showcase-brand {
    margin-bottom: 15px;
    line-height: 16px;
    height: 16px;
	text-align: center;
}

.showcase .showcase-content .showcase-brand a {
    display: block;
    font-size: 18px;
	height: 35px;
    overflow: hidden;
    color: #363030;
    font-weight: 700
}

.showcase .showcase-content .showcase-title {
    text-align: center;
    margin-bottom: 10px;
}

.showcase .showcase-content .showcase-title a {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    height: 35px;
    overflow: hidden;
    color: #465157
}

@media(max-width: 991px) {
    .showcase .showcase-content .showcase-title a {
        height:50px;
    }
}

.showcase .showcase-content .showcase-price {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 50px;
}

.showcase .showcase-content .showcase-price-new {
    color: #000;
    font-size: 18px;
    font-weight: 600
}

@media(max-width: 767px) {
    .showcase .showcase-content .showcase-price-new {
        font-size: 13px;
    }
}

@media(max-width: 374px) {
    .showcase .showcase-content .showcase-price-new {
        font-size: 10px;
    }
}

.showcase .showcase-content .showcase-price-old {
    color: #636363;
    font-size: 14px;
    text-decoration: line-through
}

@media(max-width: 767px) {
    .showcase .showcase-content .showcase-price-old {
        font-size: 13px;
    }
}

@media(max-width: 374px) {
    .showcase .showcase-content .showcase-price-old {
        font-size: 10px
    }
}

.showcase .showcase-content .showcase-price.has-discount .showcase-price-new {
    color: #f62323;
}



.showcase .new-label {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 50px;
    height: 26px;
    background-color: #15bf7b;
    color: #fff;
    font-weight: 600;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .showcase .new-label {
        width:35px;
        height: 20px;
        font-size: 10px;
    }
}

.showcase .discount-label {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 50px;
    height: 26px;
    background-color: #f62323;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width: 575px) {
    .showcase .discount-label {
        width:35px;
        height: 20px;
        font-size: 12px;
    }
}

@media(min-width: 992px) {
    .showcase:hover {
        box-shadow:0 0 10px 0 rgba(191,191,191,.75)
    }
}



.showcase .showcase-button {
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all .45s ease-in-out;
    visibility: hidden;
    opacity: 0;
    width: 100%;
    padding: 0 18px;
    background: #fff;
    padding-bottom: 24px;
}

.showcase .showcase-button>a {
    width: 100%;
    height: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #363030;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    transition: all .45s ease-in-out
}

.showcase .showcase-button>a>i {
    margin-left: 10px;
}

.showcase .showcase-button>a:hover {
    border-color: #dc2c24;
    color: #dc2c24
}

.showcase .showcase-button>a:hover>i {
    filter: invert(25%) sepia(84%) saturate(2150%) hue-rotate(344deg) brightness(87%) contrast(101%)
}

@media(min-width: 768px) {
    .showcase:hover {
        box-shadow:0 10px 30px rgba(71,84,103,.1)
    }

    .showcase:hover .showcase-button {
        visibility: visible;
        opacity: 1
    }
}

.default-products .products-content {
    height: 0;
    overflow: hidden
}

.default-products .products-content.slick-slider {
    height: auto;
    overflow: visible
}

.default-products .products-content>.slick-arrow {
    position: absolute;
    opacity: 1;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    cursor: pointer;
    background-color: #f5f5f5;
    border-radius: 100%
}

.default-products .products-content>.slick-arrow svg {
    width: 24px
}

.default-products .products-content>.slick-arrow.slick-prev {
    left: -30px
}

.default-products .products-content>.slick-arrow.slick-next {
    right: -30px
}

.default-products .products-content>.slick-arrow.slick-disabled {
    opacity: .5
}

.default-products .products-content>.slick-dots {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%
}

.default-products .products-content>.slick-dots>li {
    margin: 0 10px
}

@media(max-width: 767px) {
    .default-products .products-content>.slick-dots>li {
        margin:0 5px
    }
}

.default-products .products-content>.slick-dots>li>button {
    width: 16px;
    height: 16px;
    border: none;
    position: relative;
    overflow: hidden;
    text-indent: -9999px;
    border-radius: 100%;
    background-color: #a2a2a2;
    padding: 0;
    display: block;
    transition: all .2s ease-in-out
}

.default-products .products-content>.slick-dots>li.slick-active>button {
    background-color: #000
}


/*** -------------- Company Home Products Variant One End --------------- */










/*** -------------- Shopping Banners Start --------------- */


.shopping-banners-row-1 {
    padding: 40px 0;
}

.shopping-banners .shopping-banner-area {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.shopping-banners .shopping-banner {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #465157;
	padding: 1.5rem 1rem;
	background: #f5f5f5;
}

.shopping-banners .shopping-banner .shopping-banner-img {
    width: 50px;
    height: 40px;
    position: relative;
    display: block;
    margin-bottom: 15px;
}

.shopping-banners .shopping-banner .shopping-banner-img img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.shopping-banners .shopping-banner .shopping-banner-content {
    text-align: center;
}

.shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-title {
    font-size: 14px;
    font-weight: 700;
    color: #465157;
    margin-bottom: 10px;
}

.shopping-banners .shopping-banner .shopping-banner-content .shopping-banner-sub-title {
    font-size: 13px;
    font-weight: 500;
    color: #585858;
}

@media (max-width: 991px){
.shopping-banners .shopping-banner-area .banner {
    margin-bottom: 20px;
  }
}

/*** -------------- Shopping Banners End --------------- */





/*** -------------- Main Brands Start --------------- */


.main-brands {
    background: #fff;
    padding:28px 0px;
}

.main-brands .main-brands-title {
    font-size: 3rem;
    font-weight: 300;
    color: #232323;
    line-height: 3.8rem
}

.main-brands .main-brands-title b {
    font-weight: 700
}

@media(min-width: 992px) {
    .main-brands .main-brands-title b {
        display:block
    }
}

@media(max-width: 991px) {
    .main-brands .brands-title {
        font-size:2.5rem;
        line-height: normal;
        margin-bottom: 3rem
    }
}

@media(max-width: 575px) {
    .main-brands .main-brands-title {
        font-size:2rem
    }
}

@media(min-width: 992px) {
    .main-brands .main-brands-list {
        margin-top: .8rem;
        margin-bottom: .8rem
    }

    .main-brands .main-brands-list .slick-list {
        padding-top: .8rem;
        padding-bottom: .8rem
    }
}

.main-brands .main-brands-list .brands-item>a {
    display: block;
    box-shadow: 0 2px 4px rgba(0,0,0,.04);
    border: 2px solid #fafafa
}

.main-brands .main-brands-list .brands-item>a>div {
    position: relative;
    padding-top: 54%
}

.main-brands .main-brands-list .brands-item>a>div img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%
}

.main-brands .main-brands-list {
    height: 0;
    overflow: hidden
}

.main-brands .main-brands-list.slick-slider {
    height: auto;
    overflow: visible
}


/*** -------------- Main Brands End --------------- */




/*------------------- Partner Brands Start ------------------*/

.partner-brands {
	padding: 30px 0;
	background: #f8faff;
}

.partner-brands .partner-brands-title {
    margin-bottom: 30px;
}

.partner-brands .partner-brands-title h2 {
    position: relative;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    margin-top: -3px;
}

.partner-brands .partner-brands-title h6 {
    text-align: center;
    margin: 0 auto -3px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.partner-brands .partner-brands-title h6 span {
    display: inline-block;
    position: relative;
}

.partner-brands .partner-brands-title h6 span:before {
    left: -90px;
    right: unset;
}

.partner-brands .partner-brands-title h6 span:after, .partner-brands-title h6 span:before {
    content: ' ';
    position: absolute;
    display: block;
    width: 60px;
    height: 3px;
    background: #262626;
    -webkit-transition: width .3s;
    transition: width .3s;
    right: -90px;
    top: 10px;
    margin-top: 0;
}

.partner-brands .partner-brands-title h6 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 25px;
  margin-top: 10px;
}

.partner-brands .partner-brands .partner-brands-list a {
    display: block;
    align-items: center;
    justify-content: center;
    text-align: center
}

.partner-brands .partner-brands-list .brand-item {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
    display: block;
    border: 3px solid #F2F2F2;
    transition: all 0.3s ease-in-out;
}

.partner-brands .partner-brands-list .brand-item img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
}

.partner-brands .partner-brands-list .brand-item img {
	transition: .3s linear;
}

.partner-brands .partner-brands-list {
    height: 0;
    overflow: hidden
}

.partner-brands .partner-brands-list.slick-slider {
    height: auto;
    overflow: visible
}

/*------------------- Partner Brands End ------------------*/










/*** -------------- Company Whatsapp Variant One Start --------------- */


#whatsapp-wrap{
	position:fixed;
	top:calc(50% - 200px);
	right:0;
	overflow:visible;
	z-index:10000;
}

#professional-whatsapp-passive{
	position:absolute;
	top:0;
	right:0;
	width:300px;
	height:70px;
	line-height:70px;
	font-size:17px;
	color:#fff;
	padding-right:15px;
	padding-left:80px;
	background:#30ba45;
	box-shadow:5px 5px 0px 0 rgba(0,0,0,.2);
	-webkit-transition-duration:.5s;
	-ms-transition-duration:.5s;
	transition-duration:.5s;
	-webkit-transform-origin: right bottom;
	-ms-transform-origin: right bottom;
	transform-origin: right bottom;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	cursor:pointer;
	direction:ltr;
	z-index:33;
}

#professional-whatsapp-passive:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:70px;
	height:70px;
	background:url(/Content/Themes/Biomad/images/whatsapp/whatsapp1.png) no-repeat 17px center;
	-webkit-transform:rotate(90deg);
	-ms-transform:rotate(90deg);
	transform:rotate(90deg);
}

#whatsapp-wrap.active #professional-whatsapp-passive{
	right:-290px;
}

#professional-whatsapp-active{
	position:absolute;
	top:65px;
	right:-250px;
	width:250px;
	height:290px;
	text-align:center;
	background:#30ba45;
	box-shadow:5px 5px 0px 0 rgba(0,0,0,.2);
}

#whatsapp-wrap.active #professional-whatsapp-active{
	right:0;
}

#whatsapp-close{
	float:left;
	width:100%;
	padding:10px 15px;
	box-sizing:border-box;
	color:#fff;
	text-align:left;
	cursor:pointer;
}

#whatsapp-text{
	float: left;
	width: 100%;
	font-size: 21px;
	color: #fff;
	text-transform: capitalize;
	padding-top:80px;
	background:url(/Content/Themes/Biomad/images/whatsapp/whatsapp.png) no-repeat center 0;
	margin:20px 0 30px;
}

#whatsapp-link{
	display:inline-block;
	width:150px;
	line-height:35px;
	font-size: 21px;
	color: #fff;
	border:2px solid #fff;
	border-radius:2px;
}

@media screen and (max-width: 769px){
	#whatsapp-wrap{
		top:calc(50% - 150px);
	}

	#professional-whatsapp-passive {
		width: 0;
		height: 40px;
		line-height: 40px;
		padding-right: 0;
		padding-left: 40px;
		overflow: hidden;
	}

	#professional-whatsapp-passive:before{
		width:40px;
		height:40px;
		background-size:50%;
		background-position:10px center;
	}

	#professional-whatsapp-active{
		top:40px;
		height:250px;
	}

	#whatsapp-text{
		line-height:22px;
		font-size:18px;
		padding-top:70px;
		margin:10px 0 20px;
	}
}


/*** -------------- Company Whatsapp Variant One End --------------- */






/*** -------------- Company Variant Search Start --------------- */


.variant-search form {
    width: 405px;
    max-width: 100%;
    position: relative;
}

@media (max-width: 1500px){
    .variant-search form {
    width: 310px;
  }
}

@media (max-width: 1199px){
    .variant-search form {
    width: 100%;
    margin-top: 25px;
  }
}

.variant-search form input {
    width: 100%;
    padding: 10px 80px 10px 30px;
    border: 0;
    border-radius: 30px;
    background-color: #f7f7f7;
    height: 40px;
    color: #a9abad;
    font-size: 15px;
}

@media (max-width: 1500px){
.variant-search form input {
    font-size: 13px;
    padding-left: 20px;
    padding-right: 50px;
  } 
}

.variant-search form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 80px;
    background: 0 0;
    background: #555;
    color: #fff;
	border-radius: 0 25px 25px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
}

@media (max-width: 1500px)
.variant-search form button {
    width: 50px;
}

/*** -------------- Company Variant Search End --------------- */



/*** -------------- Newsletter Footer Top Start --------------- */


.newsletter-footer-top {
    background-color: #1e3e75;
    padding: 38px 0;
}

.newsletter-one {
    /*display: flex;
    align-items: center;
	*/
}

.newsletter-title {
    margin-bottom: 13px;
    color: #fff;
    margin-right: 65px;
}

.newsletter-title>div {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.newsletter-title>span {
	font-size: 14px;
	width: 100%;
	display: block;
}
}

.newsletter-content {
    flex: 1 0 0%;
}

.newsletter-content form {
    position: relative;
}

.newsletter-content form input {
    width: 100%;
    padding: 10px 100px 10px 74px;
	font-size: 14px;
    height: 42px;
    color: #191919;
    border: none;
	border-radius: 100px;
}

.newsletter-content form button {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    background: 0 0;
    border: none;
    padding: 0;
}

.newsletter-content form button {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 100%;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    padding: 0;
    border: none;
    background: #f67700;
    border-radius: 45px;
}

.newsletter-content form i {
    position: absolute;
    top: 0;
    left: 0;
    padding: 10px 21px;
}

.footer-social-one {
    display: flex;
    justify-content: center;
    margin-left: -5px;
    margin-right: -5px;
}

.footer-social-one .footer-social-one-content{
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social-one .footer-social-one-content div {
    padding-left: 5px;
    padding-right: 5px;
}

.footer-social-one div a.footer-social-facebook {
    background: #3f5a98
}

.footer-social-one div a.footer-social-twitter {
    background: #5194d0
}

.footer-social-one div a.footer-social-instagram {
    background: #cf3177
}

.footer-social-one .footer-social-one-content div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    color: #fff;
    font-size: 16px;
    border-radius: 50%;
    transition: all .2s ease-in-out;
}

@media (max-width: 767px){
.newsletter-one {
    flex-direction: column;
  }
}

@media (max-width: 991px){
.newsletter-one {
    margin-bottom: 2rem;
  }
}

@media (max-width: 767px){
.newsletter-title {
    margin-right: 0;
	text-align: center;
  }
}

/*** -------------- Newsletter Footer Top End --------------- */







/*** -------------- Custom Banner Area Start --------------- */

.theme-banner-area {
    padding-bottom: 80px;
}

@media (max-width: 991px){
	.theme-banner-area {
		margin-bottom: 80px;
	}
}

@media (max-width: 767px){
	.theme-banner-area {
		margin-bottom: 60px;
	}
}

.theme-banner-wrapper {
    padding-bottom: 50px;
    background: #fff;
}

.theme-banner-hover {
    overflow: hidden;
    border-radius: 5px;
    transition: all .2s ease-in-out;
}

.theme-banner-hover a{
    display: block;
	position: relative;
}

.theme-banner-hover:hover img {
    transform: scale(1.1)
}

.theme-banner-hover img {
    width: 100%;
    transition: all 1.5s ease-in-out
}

.theme-banner-overlay  {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
	background-color: #432525;
}

.theme-banner-hover .theme-banner-content {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 55px 20px 20px;
}

.theme-banner-hover .theme-banner-content .theme-banner-title {
	display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.theme-banner-hover .theme-banner-content .theme-banner-title span{
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	padding: 15px 40px;
	width: 100%;
	height: 100%;
	border-radius: 5px;
}

@media(max-width: 991px) {
    .theme-banner-hover .theme-banner-content .theme-banner-title {
        font-size: 27px;
    }
}

.theme-banner-hover .theme-banner-content .theme-banner-button {
    display: flex;
    align-items: center;
    justify-content: center;
}

.theme-banner-hover .theme-banner-content .theme-banner-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 50px;
    color: #192131;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}

@media(max-width: 991px) {
.theme-banner-hover .theme-banner-content .theme-banner-button span {
        width:105px;
        height: 40px;
        font-size: 16px;
        border-radius: 5px;
    }
}

@media(min-width: 992px) {
    .theme-banner-hover:hover {
        transform:translateY(-10px)
    }

    .theme-banner-hover:hover .theme-banner-content .theme-banner-button span {
        color: #fff;
        background-color: #0059b1
    }
}

/*** -------------- Custom Banner Area End --------------- */







/*** -------------- Usage Areas Banners Start --------------- */


@media (min-width: 992px){
.col-lg-71 {
    max-width: 20%;
    flex: 0 0 20%;
  }
}

.col-xs-71, .col-xs-72, .col-xs-73, .col-xs-74, .col-sm-71, .col-sm-72, .col-sm-73, .col-sm-74, .col-md-71, .col-md-72, .col-md-73, .col-md-74, .col-lg-71, .col-lg-72, .col-lg-73, .col-lg-74, .col-xl-71, .col-xl-72, .col-xl-73, .col-xl-74 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.usage-areas-banners {
	padding-bottom: 50px;
}

.usage-areas-banners .usage-areas-header {
	position: relative;
	text-align: center;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #111;
	line-height: 24px;
	padding-bottom: 22px;
	margin-bottom: 22px;
}

.usage-areas-banners .usage-areas-header:before {
  content: '';
  width: 40px;
  height: 4px;
  border-radius: 10px;
  background: #c3c3c3;
  position: absolute;
  bottom: 0;
  left:50%;
  margin-left: -20px;
}

.usage-areas-banners .usage-areas-banner {
	display: block;
	padding: 4px;
	background: #f5f5f5;
	overflow: hidden;
	border-radius: 8px;
}

.usage-areas-banners .usage-areas-banner:hover .usage-areas-banner-content:after {
    opacity: 1
}

.usage-areas-banners .usage-areas-banner .usage-areas-banner-img {
    position: relative;
    display: block;
    padding-top: 126.82%;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
}

.usage-areas-banners .usage-areas-banner .usage-areas-banner-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.usage-areas-banners .usage-areas-banner:hover .usage-areas-banner-img img {
	transform:scale(1.05)
}

.usage-areas-banners .usage-areas-banner .usage-areas-banner-img img {
    transition: .2s linear
}
	
.usage-areas-banners .usage-areas-banner .usage-areas-banner-content {
    background: #fff;
    border-radius: 0 0 8px 8px;
    padding: 12px 5px;
    text-align: center;
    position: relative;
    overflow: hidden
}

.usage-areas-banners .usage-areas-banner .usage-areas-banner-content:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: #f67700;
    opacity: 0;
    transition: all .3s ease-in-out
}

.usage-areas-banners .usage-areas-banner .usage-areas-banner-content .usage-areas-banner-title {
    color: #4a4949;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px
}

@media(max-width: 991px) {
    .usage-areas-banners .usage-areas-header {
        font-size:18px;
        margin-bottom: 24px
    }

    .usage-areas-banners .usage-areas-banner {
        margin-bottom: 24px;
    }
}

/*** -------------- Usage Areas Banners End --------------- */







/*** -------------- Reference Page Areas Banners Start --------------- */


.company-reference-page-area{
	padding: 50px 0;
}

.post-item-reference.post-item {
    padding: 0;
    margin: 0 0 20px;
    position: relative;
}

@media screen and (max-width: 960px){
.post-item, .post-item.post-item-news {
    margin-top: 0;
    margin-bottom: 10px;
  }
}

.post-item-reference.post-item .post-item-image img {
    max-width: 100%;
    border-radius: 8px;
}

.post-item-reference.post-item .post-item-image.balloon-2 {
    background-position: 25px 50%;
}

.post-item-reference.post-item .post-item-image.balloon-2 {
    background-image: url(https://atpz.ideasoft.com.tr/wp-content/themes/idea/assets/css/../images/balloons/medium-2.png);
}

.post-item-reference.post-item .post-item-image {
    height: 300px;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 0 50%;
    padding: 0 30px;
}

@media screen and (max-width: 960px){
.post-item-image {
    height: 85px;
  }
}

@media screen and (min-width: 640px){
.post-item-image {
    height: 135px;
  }
}

.post-item-image {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border: 1px solid #e6dcdc;
    width: 100%;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: hidden;
}

.post-item-body {
    position: relative;
    font-size: 19px;
    font-weight: 300;
    width: 100%;
}

.post-item-reference.post-item .post-item-title a{
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 5px;
	transition: all 0.2s ease-in-out;
}

.post-item-reference.post-item .post-item-post-meta a{
	font-weight: 300;
	transition: all 0.2s ease-in-out;
}



.pagination {
    margin: 45px 0 60px;
}

.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
}

.pagination ul {
    display: inline-block;
    padding: 0;
    margin: 0 auto;
}

.pagination ul li {
    text-align: center;
    display: inline-block;
    margin: 0 5px;
}

.pagination ul li.active>a, .pagination ul li.active>a:focus, .pagination ul li.active>a:hover, .pagination ul li.active>span, .pagination ul li.active>span:focus, .pagination ul li.active>span:hover {
    border-color: #3677b4;
    background-color: #3677b4;
    color: #fff;
}

.pagination ul li a {
    color: #353f45;
    font-size: 18px;
    font-weight: 300;
    width: 44px;
    height: 44px;
    display: flex;
	align-items: center;
	justify-content: center;
    float: left;
    position: relative;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #fff;
    border-radius: 5px;
}

/*** -------------- Reference Page Areas Banners End --------------- */





/*** -------------- Gallery Page Areas Banners End --------------- */

.company-gallery-page-area {
    margin-bottom: 80px!important;
}

@media (max-width: 991px){
.company-gallery-page-area{
    margin-bottom: 80px;
  }
}

.company-gallery-page-block{
	border: 1px solid #eee;
    background: #f5f5f5;
	overflow: hidden;
	display: block;
	position: relative;
	margin-bottom: 20px;
}


.company-gallery-page-wrapper a .company-gallery-page-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    color: #fff;
    font-size: 25px;
    font-weight: 900;
    z-index: 5;
    padding: 0;
    transition: all .2s ease-in-out;
}

.company-gallery-page-title{
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 18px;
	font-weight: 500;
	width: 100%;
	padding: 10px 10px;
	background: rgba(51,59,68,.75);
	text-align: center;
	color: #fff;
}

.company-gallery-page-title h5{
	color: #fff;
}

.company-gallery-page-title i{
	font-size: 14px;
	color: #fff;
}

.company-gallery-page-images {
    position: relative;
    padding-top: 57%;
    overflow: hidden;
}

.company-gallery-page-images img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.company-gallery-page-block:hover .company-gallery-page-images img {
    transform: scale(1.1);
	transition: all .3s ease-in-out;
}

.company-gallery-overlay-main{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
}

.company-gallery-page-hover{
	opacity: 0;
	position: absolute;
	font-size: 21px;
	color: #fff;
	width: 55px;
	height: 55px;
	background: #b41f1f;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 9999;
	transition: all .2s ease-in-out;
}

.company-gallery-page-block:hover .company-gallery-page-hover{
    opacity: 1;
    visibility: visible
}

/* -------------- Gallery Page Areas Banners End --------------- */






/* -------------- Product Groups Start --------------- */


.products-group-wrapper  {
	padding-bottom: 50px;
	background: #fff;
}

.products-group-wrapper  .products-group {
    position: relative;
    overflow: hidden;
    border-radius: .3rem;
	margin-bottom: 20px;
}

.products-group-wrapper  .products-group .products-group-content {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	z-index: 5;
	padding: 1rem 1rem;
	transition: all .2s ease-in-out;	
}

.products-group-wrapper  .products-group .products-group-content .products-group-inside {
	width: 100%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #fff;
	font-size: 1rem;
	font-weight: 600;
	z-index: 5;
	padding: 1rem 1rem;
	transition: all .2s ease-in-out;
}

.products-group-wrapper  .products-group .products-group-content .products-group-inside .left-text{
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1rem;
	font-weight: 900;
	z-index: 5;
	padding: 1rem 1rem;
	padding: 0;
	transition: all .2s ease-in-out	
}

.products-group-wrapper  .products-group .products-group-content .products-group-inside .products-group-button i {
	font-size: 12px;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background-color: transparent;
	border-radius: 100px;
	border: 2px solid #eee;
	width: 30px;
	height: 30px;
	margin-left: 10px;
	overflow: hidden;
	position: relative;
}

.products-group-wrapper  .products-group .products-group-title  span {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
}

.products-group-wrapper  .products-group .products-group-title  span {
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.products-group-wrapper  .products-group .products-group-sub-title {
    z-index: 1;
    position: relative;
    -webkit-backface-visibility: hidden;
}

.products-group-wrapper  .products-group-image {
	display: block;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
}

.products-group-wrapper  .products-group-image img {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.products-group-wrapper  .products-group-image {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    -webkit-backface-visibility: hidden;
}

.products-group-wrapper .products-group:hover  .products-group-image {
    opacity: .8
}

.products-group-wrapper  .products-group .products-group-content:before {
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
}

.products-group-wrapper  .products-group .products-group-content:before {
    content: '';
    position: absolute;
    top: -99%;
    left: 0;
    height: 200%;
    width: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top, transparent 0%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom, transparent 0%,rgba(0,0,0,1) 100%);
    opacity: .8;
    -webkit-backface-visibility: hidden;
}

.products-group-margin .products-group-block {
	width: 100%;
	text-align: center;
	position: relative;
	left: 0;
	bottom: 0;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 900;
	z-index: 5;
	padding: 3.5rem 1rem;
	padding: 0;
	transition: all .2s ease-in-out
}

.products-group-margin .products-group-title { 
	position: relative;
	text-align: center;
	padding-top: 55px;
	padding-bottom: 25px;
	transition: all 0.2s ease-in-out;
}
	
.products-group-margin .products-group-title span { 
	position: relative;
	display: inline-flex;
	align-items: center;
	font-size: 18px;
	text-align: center;
	color: #111;
	padding: 0px 20px;
}

.products-group-margin .products-group-sub-title {
	display: none
}

.products-group-margin .products-group-button {
    display: flex;
    align-items: center;
    justify-content: center
}

/* -------------- Product Groups End --------------- */






/*** -------------- Header Contact 2 Area Start --------------- */

.header-contact-2 {
    display: flex;
    align-items: center
}

@media(max-width: 991px) {
	.header-contact-2 {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
		justify-content: center;
	}
}

.header-contact-2 .header-phone,
.header-contact-2 .header-whatsapp,
.header-contact-2 .header-mail {
    margin-left: 10px;
    margin-right: 10px;
}

.header-contact-2 .header-phone a,
.header-contact-2 .header-whatsapp a,
.header-contact-2 .header-mail a {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
}

.header-contact-2 .header-phone a i,
.header-contact-2 .header-whatsapp a i,
.header-contact-2 .header-mail a i {
    margin-right: 10px;
}

/*** -------------- Header Contact 2 Area End --------------- */





/*** -------------- Banner Special Effect Area Start --------------- */


.index-vehicles-more {
    padding-bottom: 30px;
}

.index-vehicles-more-button {
    background-color: #E3E3E3;
    display: block;
    padding: 12px 30px;
    color: #000;
    font-weight: 500;
    letter-spacing: 1px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, visibility 1.5s ease, -webkit-transform 1.5s ease;
    transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease;
    transition: opacity 1.5s ease, visibility 1.5s ease, transform 1.5s ease, -webkit-transform 1.5s ease;
    -webkit-box-shadow: 0 10px 15px -5px rgb(0 0 0 / 30%);
    box-shadow: 0 10px 15px -5px rgb(0 0 0 / 30%);
}

.vehicles-button-hover {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.vehicles-button-hover span {
    display: block;
    position: relative;
    -webkit-transition: color .5s ease;
    transition: color .5s ease;
    z-index: 1;
    text-align: center;
    line-height: 1.2;
}

.vehicles-button-hover.red::before {
    background: #7A0505;
    background: -webkit-gradient(linear, left top, left bottom, from(#7A0505), to(#be1622));
    background: linear-gradient(180deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1)
}

.vehicles-button-hover::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transform: translateY(calc(100% + 1px)) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(calc(100% + 1px)) translateZ(0) translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .5s ease, -webkit-filter .5s ease .5s;
    transition: -webkit-transform .5s ease, -webkit-filter .5s ease .5s;
    transition: transform .5s ease, filter .5s ease .5s;
    transition: transform .5s ease, filter .5s ease .5s, -webkit-transform .5s ease, -webkit-filter .5s ease .5s
}

.vehicles-button-hover:hover.red span {
    color: #fff
}

.vehicles-button-hover:hover::before {
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
	-webkit-transform: translateY(0) translateZ(0) translate3d(0, 0, 0);
	transform: translateY(0) translateZ(0) translate3d(0, 0, 0)
}

.index-vehicles-more-text {
    color: #E3E3E3;
}

.banner-seven-vehicles{
    min-height: 300px;
    height: 100%;
    background-size: cover;
    background-position: center center;
    -webkit-box-shadow: inset 0px 0px 100px 0px rgb(0 0 0 / 75%), inset 0px 0px 1000px 0px rgb(0 0 0 / 70%);
    box-shadow: inset 0px 0px 100px 0px rgb(0 0 0 / 75%), inset 0px 0px 1000px 0px rgb(0 0 0 / 70%);
    background-color: rgba(0, 0, 0, 0.3);
    background-blend-mode: hard-light;
    position: relative;
}

.big-seven-img-1{
    background-image: url(/Content/Themes/Biomad/images/banner-seven.jpg);
}

.big-seven-img-2,.big-seven-img-3,.big-seven-img-4,.big-seven-img-5{
    background-image: url(/Content/Themes/Biomad/images/banner-seven.jpg);
}

.banner-seven-vehicles-title {
    z-index: 1;
    position: absolute;
    display: table;
    padding: 30px;
    top: 30px;
    left: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-shadow: 3px 3px 5px rgb(0 0 0 / 40%);
    text-transform: uppercase;
    line-height: 1.1;
}

.banner-seven-vehicles-title::before {
    content: '';
    position: absolute;
    height: calc(100% - 60px);
    width: 10px;
    left: 0;
    top: 50%;
    z-index: 0;
    -webkit-transform: translateY(-50%) translateZ(0) translate3d(0, 0, 0);
    transform: translateY(-50%) translateZ(0) translate3d(0, 0, 0);
    background: #7A0505;
    background: -webkit-gradient(linear, left top, left bottom, from(#7A0505), to(#be1622));
    background: linear-gradient(180deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1);
    opacity: .75;
    -webkit-transition: height .3s ease .3s, width .3s ease;
    transition: height .3s ease .3s, width .3s ease;
}

.index-vehicles-item .banner-seven-vehicles:hover .banner-seven-vehicles-title::before {
    -webkit-transition: height .3s ease, width .3s ease .3s;
    transition: height .3s ease, width .3s ease .3s;
    height: calc(100% - 15px);
    width: 100%;
}

.banner-seven-vehicles-title span {
    display: block;
    position: relative;
    -webkit-transition: color 1.5s ease;
    transition: color 1.5s ease;
}

.index-vehicles-area .banner-seven-vehicles::after {
    content: '';
    position: absolute;
    background-color: rgba(0, 0, 0, 0.25);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: background-color .4s ease;
    transition: background-color .4s ease;
    mix-blend-mode: color;
}

.banner-seven-vehicles:hover::after {
	background-color: #000
}

/*** -------------- Banner Special Effect Area End --------------- */




/*** -------------- Custom Logo Download Area Start --------------- */

.custom-logo-download-area-wrapper {
    padding: 50px 0;
    background: #fff;
}

.logo-download-hover {
    overflow: hidden;
    border-radius: 5px;
    transition: all .2s ease-in-out;
    border: 1px solid #ccc;
    padding: 10px;
}

.logo-download-hover a{
    display: block;
	position: relative;
}

.logo-download-hover:hover img {
    transform: scale(1.1)
}

.logo-download-banner-image{
	position: relative;
	padding-top: 65%;
	overflow: hidden;	
}

.logo-download-hover img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all 1.5s ease-in-out
}

.custom-logo-download-overlay-main  {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.5;
	z-index: 1;
}


.logo-download-hover .logo-download-content {
    position: relative;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    height: 100%;
    padding: 55px 20px 20px;
    background: rgba(2,2,2,0.1);
	border-radius: 0 0 5px 5px;
}

.logo-download-hover .logo-download-content .logo-download-title {
    color: #000;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
}

.logo-download-hover .logo-download-content .logo-download-text {
    color: #000;
    font-size: 21px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 10px;
}

@media(max-width: 991px) {
    .logo-download-hover .logo-download-content .logo-download-title {
        font-size: 27px;
    }
}

@media(max-width: 991px) {
    .logo-download-hover .logo-download-content .logo-download-sub-title {
        font-size: 27px;
    }
}

.logo-download-hover .logo-download-content .logo-download-button {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
    border-radius: 10px;
    padding: 10px 5px;
}

.logo-download-hover .logo-download-content .logo-download-button span {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #192131;
    font-size: 18px;
    padding: 10px 7px;
    width: 71px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    background-color: #fff;
    transition: all .2s ease-in-out;
}

@media(max-width: 991px) {
.logo-download-hover .logo-download-content .logo-download-button span {
        width:105px;
        height: 40px;
        font-size: 16px;
        border-radius: 5px;
    }
}

/*** -------------- Custom Logo Download Area End --------------- */




/*** -------------- Reference Table Area Start --------------- */

.table-reference-wrapper{
	border: 11px solid #eee;
	margin-bottom: 50px;
}
.table-reference-content .table-reference-content-title {
    background: #23356c;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
    padding: 20px 0;
}

.table-reference-content-title ul li.p-price {
    font-size: 24px;
    font-weight: 500;
    letter-spacing: -1px;
    position: relative;
    color: #fff;
    font-weight: 700
}

.table-reference-content p {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.table-reference-content p {
    font-size: 17px;
    height: 50px;
    line-height: 40px;
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #eee;
}

.table-reference-content p:nth-child(odd) {
    background: #f5f5f5;
}

.table-reference-content p:nth-child(odd):hover {
    background: #111;
    color: #fff;
	transition: all .2s ease-in-out;
}

.table-reference-content p.table-reference-content-subtitle {
    font-weight: 700;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
}

.table-reference-content p i{
    font-size: 14px;
    font-weight: 300;
    margin-right: 5px;
}

/*** -------------- Reference Table Area End --------------- */



/*** -------------- File Upload Area End --------------- */

input[type=file]::file-selector-button {
  border: none;
  padding: 8px 16px;
  margin: 8px;
  border-radius: 4px;
  background-color: #FFF;
  transition: .3s;
  filter: drop-shadow(0 0 4px #4444dd); 
}

input[type=file]::file-selector-button:hover{
	background-color: #111;
	color: #fff;
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: auto;
    opacity: 1;
    margin: 0px;
}

/*** -------------- File Upload Area End --------------- */







/*** -------------- Sidebar Block Area Start --------------- */

.sidebar-category-container .sidebar-block{
	margin-bottom: 20px;
}

.service-page-section .sidebar-block .sidebar-category-content li {
    margin-bottom: 8px;
}

.service-page-section .sidebar-block .sidebar-category-content li a {
    font-size: 18px;
    line-height: 30px;
    color: #333333;
    border: 2px solid #f3f3f3;
    padding: 15px 30px;
    display: block;
    border-radius: 8px;
}

.service-page-section .sidebar-block .sidebar-category-content li a i {
    font-size: 22px;
    margin-top: 5px;
    float: right;
}

.service-page-section .sidebar-block-location {
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 35px 22px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-page-section .sidebar-block-location .sidebar-location-header {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    color: #0d1d36;
}

.service-page-section .sidebar-block-location li {
    margin-bottom: 15px;
}

.service-page-section .sidebar-block-location li i {
    font-size: 20px;
    color: #48c7ec;
    float: left;
    margin-top: 7px;
}

.service-page-section .sidebar-block-location li .sidebar-text {
    font-size: 18px;
    line-height: 34px;
    color: #7c828b;
    margin-left: 45px;
}

.service-page-section .sidebar-block-brochure {
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 35px 22px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure-header {
    font-size: 21px;
    font-weight: 700;
    line-height: 30px;
    color: #0d1d36;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure p {
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    color: #666666;
    margin-bottom: 25px;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure span a {
    transition: all .3s ease-in-out;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure span {
    font-size: 16px;
    color: #48c7ec;
    border: 2px solid #48c7ec;
    border-radius: 8px;
    display: block;
    padding: 10px 30px;
    margin-bottom: 18px;
    -webkit-transition: 0.5s;
    -khtml-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure span i {
    font-size: 22px;
    color: #48c7ec;
    margin-right: 10px;
}

.service-page-section .sidebar-block-brochure .sidebar-brochure span:hover {
    border: 2px solid #092a48;
    background: #092a48;
	color: #fff;
}

.service-page-section .sidebar-block-susbscribe  {
    border: 2px solid #f3f3f3;
    border-radius: 8px;
    margin-bottom: 20px;
    padding: 35px 22px;
	background: #f5f6f7;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.service-page-section .sidebar-block-susbscribe  .sidebar-susbscribe-header {
    font-size: 21px;
    font-weight: 700;
    line-height: 27px;
    color: #0d1d36;
    margin-bottom: 20px;
}

.service-page-section .sidebar-block-susbscribe .sidebar-susbscribe-title{
    font-size: 14px;
    margin-bottom: 20px;
}


.service-page-section .sidebar-block-susbscribe .sidebar-susbscribe-content form{
    position: relative;
}

.service-page-section .sidebar-block-susbscribe .sidebar-susbscribe-content form:after {
    color: #000;
    content: "Newslatter";
    font-size: 45px;
    font-weight: 700;
    opacity: .05;
    position: absolute;
    top: -40px;
    z-index: -1;
    width: 100%;
}

.service-page-section .sidebar-block-susbscribe .form .form-group .form-control {
    font-size: 12px;
    border: 2px solid #48c7ec;
    color: #bcbaba;
    border-radius: 8px;
    padding: 25px 15px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	box-shadow: none;
	margin-bottom: 18px;
}

.service-page-section .sidebar-block-susbscribe .form .form-group {
    margin-bottom: 8px;
}

.service-page-section .sidebar-block-susbscribe .form .form-group .btn {
	position: relative;
    font-size: 15px;
    display: block;
    width: 100%;
    border-radius: 8px;
	padding: 15px;
}


.service-page-section .single-service-wrapper-five .service-tab .nav-tabs li a.active {
    color: #48c7ec;
    background-color: #fff;
    border-color: #e5e5e5;
    border-bottom-color: #fff;
}

.service-page-section .single-service-wrapper-five .service-tab .nav-tabs li a {
	color: #48c7ec;
	margin: 0;
	border: 0;
	border-radius: 0px;
	padding: 10px 50px;
	border: 2px solid transparent;
}

.sidebar-nav-tab {
    /*border: 2px solid #eee;
    padding: 15px;
    border-radius: 10px;*/
	margin-bottom: 40px;
}

.service-page-section .sidebar-nav-tab .tab-content p{
    margin-bottom: 10px;
}

.sidebar-nav-tab .nav-tabs {
    border-bottom: none;
}

.sidebar-nav-tab .tab-content{
	padding: 20px 0 35px;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-top: -2px;
}

.sidebar-nav-tab .nav-tabs li a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.service-page-section .single-service-wrapper h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 30px;
    color: #0d1d36;
}

.service-page-section .single-service-wrapper-five p {
    font-size: 16px;
    line-height: 28px;
    color: #6a6a6a;
    margin-bottom: 30px;
}

.service-page-section .single-service-wrapper-five .custom-block-service-list {
    margin-bottom: 40px;
}

/*** -------------- Sidebar Block Area End --------------- */




/*** -------------- Sidebar Block Call Area Start --------------- */

.sidebar-block-call {
	border: 2px solid #f3f3f3;
	border-radius: 8px;
	margin-bottom: 20px;
	padding: 35px 22px;
}

.sidebar-call-header{
	font-size: 21px;
	font-weight: 700;
	line-height: 27px;
	color: #0d1d36;
	margin-bottom: 20px;
}

.sidebar-block-call .sidebar-call-title .sidebar-call-text {
	font-size: 16px;
	font-weight: 300;
	line-height: 28px;
	color: #666666;
	margin-bottom: 25px;
}

.sidebar-block-call .sidebar-call-icon-box {
	margin-bottom: 14px;
}

.sidebar-block-call .sidebar-call-icon-box i{
	font-size: 20px;
}

.sidebar-block-call .sidebar-call-content .sidebar-call-email a {
	font-size: 18px;
	line-height: 34px;
	color: #7c828b;
}

.sidebar-block-call .sidebar-call-content .sidebar-call-link a {
	font-size: 16px;
	color: #48c7ec;
	border: 2px solid #48c7ec;
	border-radius: 8px;
	display: block;
	padding: 10px 30px;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.sidebar-block-call .sidebar-call-content h3 a {
	font-size: 21px;
	font-weight: 700;
	line-height: 30px;
	color: #0d1d36;
}

/*** -------------- Sidebar Block Call Area Start --------------- */






/*** -------------- Sidebar Block Product İmage Five Area Start --------------- */

.product-item-five a{
    position: relative;
	display: block;
    margin-bottom: 3rem;
    border: 1px solid #f2f2f2;
    transition: all .3s ease-in-out;
}

.sidebar-product-review-images{
	position: relative;
	padding-top: 54%;
	overflow: hidden;	
}

.sidebar-product-review-images img{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: block;
	max-width: 100%;
	max-height: 100%;
}

.sidebar-products-button-five{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	justify-content: space-between;
	background: rgba(51,59,68,.75);
	padding: 10px 10px;
}

.sidebar-products-button-five h5{
	font-size: 15px;
	color: #fff;
}

.sidebar-products-button-five i{
	font-size: 12px;
	color: #fff;
}

/*** -------------- Sidebar Block Product İmage Five Area End --------------- */





/*** -------------- Sidebar Block Partner PageArea End --------------- */


.partner-page-section .partner-wrapper{
	margin-bottom: 20px;
}
.partner-page-section .partner-wrapper .partner-page-content {
    margin: 30px 30px 0 0;
}

.partner-page-section .partner-wrapper .partner-page-content h3 {
    position: relative;
    font-size: 30px;
    font-weight: 500;
    line-height: 27px;
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.partner-page-section .partner-wrapper .partner-page-content h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 80px;
    height: 5px;
    border-radius: 5px;
    background-color: #48c7ec;
}

.partner-page-section .partner-wrapper .partner-page-content h3 a {
    color: #0d1d36;
}

.partner-page-section .partner-wrapper .partner-page-content p {
    color: #666666;
}

/*** -------------- Sidebar Block Partner Page Area End --------------- */




/*** -------------- Sidebar Block Blog Area Start --------------- */

.sidebar-blog-section-five .sidebar-blog-wrapper{
	margin-bottom: 20px;
}
.sidebar-blog-wrapper .sidebar-blog-images img {
    width: 100%;
}

.sidebar-blog-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
    color: #000000;
    margin: 15px 0 20px;
}

.sidebar-blog-text p {
    line-height: 27px;
    color: #6d747d;
    margin-bottom: 19px;
}

.sidebar-blog-wrapper .blog-link-author{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

.sidebar-blog-wrapper .sidebar-blog-link {
    font-size: 18px;
    font-weight: 500;
    color: #313131;
    padding: 0;
	text-decoration: underline;
}

.sidebar-blog-wrapper .sidebar-blog-author {
    display: flex;
	align-items: center;
}

.sidebar-blog-wrapper .sidebar-blog-author img {
    width: auto;
    margin-right: 5px;
}

.sidebar-blog-wrapper .sidebar-blog-author .blog-author-title {
	font-weight: 600;
	color: #8b98a4;
}

.sidebar-blog-wrapper .sidebar-blog-share {
    background: #4a4a4a;
    width: 100%;
    padding: 11px 20px;
    margin-bottom: 20px;
}

.sidebar-blog-wrapper .sidebar-blog-share ul{
    display: flex;
	align-items: center;
    width: 100%;
	justify-content: space-between;
}

.sidebar-blog-wrapper .sidebar-blog-share ul li {
	font-size: 14px;
    display: inline-block;
    color: #fff;
    margin-right: 10px;
}

.sidebar-blog-wrapper .sidebar-blog-share ul li a {
    color: #fff;
}

.sidebar-blog-view-all{
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.sidebar-blog-view-all .btn {
    margin: 40px 0;
    padding: 11px 50px;
    border-radius: 0;
}

.sidebar-blog-date a{
    position: absolute;
    left: 25px;
    top: 25px;
    background: #7A0505;
    background: -webkit-gradient(linear, left top, left bottom, from(#7A0505), to(#be1622));
    background: linear-gradient(180deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 7px 7px;
    height: 60px;
    z-index: 2;
    font-size: 15px;
}
.sidebar-blog-date strong {
      font-weight: 700;
      font-size: 15px;
      margin-bottom: 5px;
      color: #fff;
}

/*** -------------- Sidebar Block Blog Area End --------------- */


/*** -------------- Company İntroduction Area End --------------- */

.company-introduction {
    background: url(/Content/Themes/Biomad/images/company-introduction.jpg) no-repeat center top;
}

.company-introduction {
	margin: 40px 0;
    background-size: cover;
    background-position: center center;
    background-color: rgba(0, 0, 0, 0.5);
    background-blend-mode: hard-light;
    min-height: 500px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

@media only screen and (max-width: 991px){
.company-introduction {
    min-height: 400px;
  }
}

.company-introduction-overlay{
	display: flex;
	align-items: center;
	justify-content: center;
}

.company-introduction-overlay h2{
    color: #fff;
    height: 120px;
}

.company-introduction-video-button{
	position: relative;
}

.company-introduction .company-introduction-video-button a{
	-webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    border-radius: 50%;
    background: #7A0505;
    background: linear-gradient(45deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1);
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    opacity: 1;
    z-index: 10;	
}


/*** -------------- Company İntroduction Area End --------------- */



/*** -------------- Sidebar Block Product İmage Area Start --------------- */


.sidebar-service-carousel{
	margin-bottom: 40px;
}

.sidebar-content-images .sidebar-products-button {
    -webkit-transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: opacity .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease;
    transition: transform .3s ease, opacity .3s ease, -webkit-transform .3s ease;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    transform: translateX(-50%) translateY(-120%) translateZ(0) translate3d(0, 0, 0);
    border-radius: 50%;
    background: #7A0505;
    background: linear-gradient(45deg, #7A0505 0%, #be1622 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7A0505", endColorstr="#be1622", GradientType=1);
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 300;
    font-size: 25px;
    opacity: 0;
	z-index: 10;
}

.sidebar-content-images .sidebar-products-button i{
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

.sidebar-content-images a:hover .sidebar-products-button {
	-webkit-transform: translateX(-50%) translateY(-85%) translateZ(0) translate3d(0, 0, 0);
	transform: translateX(-50%) translateY(-85%) translateZ(0) translate3d(0, 0, 0);
	opacity: 0.9
}

/*** -------------- Sidebar Block Product İmage Area End --------------- */






/* ------------------------------- Sidebar Arrow Block Product İmage Area Start-------------------------- */


.sidebar-content-images .owl-controls{
	position: relative;
}
.sidebar-content-images .owl-arrow {
    width: 2rem;
    height: 2rem;
    font-size: 3rem;
    z-index: 2;
    background-color: transparent;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-content-images .owl-nav .owl-prev {
    left: 0;
}

.sidebar-content-images .owl-nav .owl-next {
    right: 0;
}


/* ------------------------------- Sidebar Arrow Block Product İmage Area End -------------------------- */






/* ------------------------------- Sidebar Product İmage Area Start -------------------------- */



.product-shop-area{
    background: #fff;
}

.product-shop-wrapper{
	padding: 50px 0;
}
.product-shop-area .product-tab {
    border: 1px solid #efefef;
    padding: 1.5rem;
    border-radius: 5px;
    box-shadow: 0 0 5px 1px rgb(0 0 0 / 5%);
}

.product-shop-area .product-tab .product-image {
    width: 75%;
    float: left;
    position: relative;
	height: auto;
}

.product-shop-area .product-tab .product-image .tab-pane {
    position: relative;
    padding-top: 75%;
    /* border-left: 1px solid #ddd; */
}

.product-shop-area .product-tab .product-image img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.product-shop-area .product-tab .product-thumb-image {
    float: left;
    width: 25%;
	padding-left: 20px;
	height: auto;
}

.product-shop-area .product-tab .product-thumb-image .nav-tabs li {
    margin-bottom: 20px;
}

.product-shop-area .product-tab .product-thumb-image .nav-link.active{
    border: 1px solid #eee;
}

.product-shop-area .product-tab .product-thumb-image .nav-link.active:after {
    opacity: 1;
    visibility: visible;
}

.product-shop-area .product-tab .product-thumb-image .nav-link:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
    border: 2px solid #727274;
}

.product-shop-area .product-tab .product-thumb-image .nav-tabs {
    border: none;
    position: relative;
	display: block;
}

.product-shop-area .product-tab .product-thumb-image .nav-tabs li a {
    border: none;
    position: relative;
    display: block;
    padding-top: 70%;
    border-radius: 5px;
    box-shadow: 0px 5px 10px 0px rgb(0 0 0 / 12%);
}

.product-shop-area .product-tab .product-thumb-image .nav-tabs li a img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    max-width: 100%;
    max-height: 100%;
}


/* ------------------------------- Sidebar Product İmage Area End -------------------------- */




/* ------------------------------- Dent Fisrt Area Start -------------------------- */

.special-carousel .special-card {
    margin-top: 15px;
    margin-bottom: 15px;
}

.special-card {
    position: relative;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.special-card-photo {
    display: block;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.special-card-photo img {
    max-width: 100%;
    width: auto !important;
    transition: 0.75s;
}

.special-card:hover .special-card-photo img {
    transform: scale(1.1) rotate(
0.01deg);
}


.special-card-caption {
    position: absolute;
    top: 0;
    right: 3%;
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 10% 0 0 0;
}

.special-card-caption.text-left {
    left: 57%;
    right: auto;
}

@media (max-width: 1199px){
	.special-card-caption {
		padding-top: 6%;
		padding-bottom: 6%;
		left: auto;
		right: 2%;
		width: 42%;
	}
}


.special-card-txt1 {
    font-size: 34px;
    line-height: 1em;
    font-weight: 600;
    color: #1e76bd;
}

@media (max-width: 1199px){
	.special-card-txt1 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media (max-width: 767px){
	.special-card-txt1 {
		font-size: 18px;
		line-height: 22px;
	}
}

.special-card-txt2 {
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 600;
    color: #444;
}

.special-card-txt1 + .special-card-txt2 {
    margin-top: 0;
}

.special-card-txt1 + .special-card-txt2 {
    margin-top: 0;
}

@media (max-width: 1199px){
	.special-card-txt2 {
		font-size: 19px;
		line-height: 1em;
	}
}

@media (max-width: 992px){
	.special-card-txt2 {
		font-size: 14px;
	}
}

.special-card-txt3 {
    margin-top: 17px;
}

@media (max-width: 1199px){
	.special-card-txt3 {
		height: 34px;
		overflow: hidden;
		font-size: 12px;
		line-height: 17px;
		margin-top: 10px;
	}
}

.special-card .btn {
    margin-top: 25px;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	text-shadow: none;
	font-size: 15px;
	line-height: 18px;
	font-weight: 600;
	padding: 15px 25px;
	color: #1e76bd;
	border: 2px solid #1e76bd;
	border-radius: 26px;
	background: transparent;
	text-transform: none;
	letter-spacing: .05em;
	transition: 0.3s;
}

@media (max-width: 767px){
	.special-card .btn, .special-card btn:focus {
		font-size: 12px;
		line-height: 16px;
		padding: 8px 10px;
		border-radius: 18px;
	}
}

/* ------------------------------- Dent Fisrt Area End -------------------------- */





/* ------------------------------- Dent About Area Start -------------------------- */

.special-dent-about-area{
	display: block;
}

.special-dent-about-wrapper {
    padding: 50px 0;
    background: #fff;
}

.special-dent-about .special-dent-about-title .h-sub{

    color: #494949;
    font-size: 15px;
    margin-bottom: 10px;
    font-size: 17px;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 1px;
}

.special-dent-about .special-dent-about-title h2{
	font-size: 30px;
	line-height: 1.2em;
	line-height: 1em;
	margin-bottom: 10px;
	font-weight: 600;
}

.special-dent-about .special-dent-about-title span{
	color: #1e76bd;
	font-size: 30px;
	line-height: 1.2em;
	margin-bottom: 10px;
	font-weight: 700;
}

.special-dent-about .dent-about-button {
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: .6px;
    color: #1e76bd;
}

/* ------------------------------- Dent About Area End -------------------------- */










/* ------------------------------- About-Company-Content Start -------------------------- */


.about-company-image {
	position: relative
}
	
.about-company-image img{
	width: 100%;
}

.about-company-content p {
	font-size: 16px;
}

.video-section-full-v2{
	position:relative;
	z-index:1;
	margin-top: 40px;
	margin-bottom: 70px;
}

.video-section-title{
	position:relative;
	margin-left: 40px;
	margin-right: 118px;
}

.video-section-full-v2:after{
	position: absolute;
	content: '';
	left: 0px;
	top: -40px;
	width: 70%;
	height: calc(75% + 80px);
	background-color: #e2e2e2;
	z-index: -1;
}
.video-section-full{
	background-image: url(/Content/Themes/Biomad/images/video-bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.video-section-full{
    padding: 190px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0px;
    margin-top: 0px;
}

.video-section{
	position:relative;
	z-index:1;
	margin-right: 31px;
}

.video-section-content{
	padding: 30px 0px;
	width:100%;
	position: absolute;
	left: 0;
	top: 37%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.video-section-left{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	width:120px;
}
.video-section-right{
    display: flex;
    vertical-align: middle;
    text-align: left;
    z-index: 999;
}

.video-section-right a{
	color:#fff;
}

.video-section-right a:hover{
	color:#f5be23;
}

.video-section-left .play-now{
	position: absolute;
	left: 27%;
	top: 50%;
	display: block;
	border-radius: 50%;
	z-index: 10;
	width: 60px;
	height: 60px;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;	
}

@media only screen and (max-width:991px) {
.video-section-full{
	padding: 60px 40px;
	bottom: 0px;
	margin-top: 0px;
	margin-bottom:30px;
  }	
}
@media only screen and (max-width: 480px) {
	.video-section-full{
		width:100%;
		margin-bottom:15px;
  }
.video-section-full-v2 .video-section-full{
	margin-left:0px;
  }		
}

.overlay-main {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	z-index: 1;
	background-color: #000;
}

.play-now{
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  border-radius: 50%;
  z-index:10;
  width:60px;
  height:60px;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  transform-origin: center center;    
}

.play-now .icon{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 65px;
    width: 65px;
    text-align: center;
    line-height: 65px;
    background-color: #fff;
    color: #000;
    z-index: 1;
    font-size: 20px;
    padding-left: 5px;
    display: block;
	
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
 
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -moz-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -ms-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    -o-box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);
    box-shadow: 0 5px 10px 0 rgba(255, 255, 255, 0.1);

}

.play-now .ripple,
.play-now .ripple:before,
.play-now .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 65px;
    width: 65px;

  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform-origin:center;
  transform-origin: center center; 
  
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
	
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .3);
	
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.play-now .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;

}

.play-now .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;

}

@-webkit-keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

@keyframes ripple {
    70% {box-shadow: 0 0 0 20px rgba(255, 255, 255, 0);}
    100% {box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);}
}

.slider-play-icon .play-now{
	right:30%;
	left:auto;
	top:45%;
}

/* ------------------------------- About-Company-Content End -------------------------- */







/* ------------------------------- Special-Blog Start -------------------------- */


.special-blog {
    margin-bottom: 40px;
}

.special-blog-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.special-blog-image img {
    width: 100%;
    transition: all .4s ease-in-out;
}

.special-blog-image .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    background: rgba(0,0,0,0.05);
}

.special-blog-image .overlay .special-blog-date {
	line-height: 25px;
	border-radius: 5px;
	font-size: 14px;
	color: #fff;
	padding: 0 18px;
	position: absolute;
	left: 20px;
	bottom: 20px;
	background: #001a57;
}

.special-blog-image .special-blog-date i {
	margin-right: 5px;
}

.special-blog-content .special-blog-title {
	font-size: 18px;
	font-weight: 700;
    line-height: 28px;
    margin: 20px 0 10px 0;
}

.special-blog-content p {
    margin-bottom: 12px;
}

.special-blog-wrapper .special-blog-link-author {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.special-blog-content .special-blog-button {
	font-size: 14px;
	font-weight: 700;
	text-decoration: underline;
	text-transform: uppercase;
	color: #001a57;
	transition: all .3s ease-in-out;
}

/* ------------------------------- Special-Blog End -------------------------- */










/* ------------------------------- Banner Project Area Start -------------------------- */

.banner-project-area {
	display: none
}

.headline-theme-two{
	position: relative;
    text-align: left;
}

.headline-theme-two h2{
    color: #444;
    display: inline-block;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 30px;
    padding-bottom: 15px;
    position: relative;
    text-transform: uppercase;
}

.headline-theme-two h2::before {
    background: #333 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 60%;
}

.headline-theme-two h2::after {
    background: #FBB700 none repeat scroll 0 0;
    bottom: -1px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 30%;
    z-index: 222;
}

.banner-project-content {
    float: left;
    overflow: hidden;
    width: 100%;
	margin-bottom: 20px;
}

.banner-project-image {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.banner-project-content:hover .banner-project-image > a::after {
    opacity: 1;
}

.banner-project-image > a::after {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: 0.4s;
}


.banner-project-image > a {
    display: block;
    position: relative;
}

.banner-project-image .add-actions {
    bottom: 50px;
    display: block;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 15px;
    position: absolute;
    transition: all 0.4s ease 0s;
    width: 100%;
}

.banner-project-image:hover .add-actions {
    opacity: 1;
    bottom: 0;
    overflow: visible;
}

.project-dec {
    display: inline-block;
    float: left;
    padding: 15px 0;
}

.project-dec h5 {
    margin-bottom: 5px;
}

.project-dec h5 a {
    color: #ddd;
    font-size: 16px;
    text-decoration: none;
    text-transform: capitalize;
}

.project-action-btn {
    float: right;
    padding: 19px 0;
    text-align: center;
    transition: all 1s ease 0s;
}

.project-dec span {
    color: #ddd;
}

.project-action-btn li {
    display: inline-block;
    margin: 0 2px;
}

.project-action-btn li a i {
    border: 1px solid #ddd;
    color: #ddd;
    font-size: 16px;
    height: 40px;
    line-height: 38px;
    transition: all 0.4s ease 0s;
    width: 40px;
    border-radius: 50%;
}


/* ------------------------------- Banner Project Area End -------------------------- */








/*---------------------- Theme footer Two ------------------*/


#footer {
	background: #001648
}

#footer .footer-top {
	overflow: hidden;
	position: relative;
	font-size: 1.2rem;
	padding-top: 90px;
	padding-bottom: 90px;
	padding: 50px 0;
	background-color: #1c3b56;
	background-color: #000;
	color: #fff
}

@media (max-width: 1199px) {
    #footer .footer-top {
        padding:60px 0
    }
}

@media (max-width: 991px) {
    #footer .footer-top {
        padding:40px 0 0
    }
}

@media (max-width: 424px) {
    #footer .footer-top {
        padding:20px 0 0
    }
}

#footer .footer-bottom {
    overflow: hidden;
    position: relative;
    padding: 12px 0;
    text-align: center;
    background-color: #fff;
}

@media (max-width: 1199px) {
    #footer .footer-bottom {
        padding:20px 0
    }
}

@media (max-width: 991px) {
    #footer .footer-bottom {
        padding:10px 0 0
    }
}

@media (max-width: 424px) {
    #footer .footer-bottom {
        padding: 5px 0 0
    }
}

#webixen {
	text-align: center;
    border-top: 1px solid #efefef;
    background-color: #fff;
    border-top: 0px solid #efefef
}

#webixen {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #4b4b4b;
}

#webixen a:first-child {
    color: #060;
}

#webixen a:last-child {
    color: #036
}

#webixen span {
    font-size: 1.2rem;
	font-weight: 600;
    color: #060
}

#footer .footer-logo-text p {
	font-size: 14px;
	line-height: 25px;
	color: #9ca6bf;
	padding: 15px 0;
	padding-top: 0;
	padding-bottom: 15px;
}

#footer .logo-widget .social-icon li {
	display: inline-block;
	margin-right: 15px;
}

#footer .logo-widget .social-icon li a {
	font-size: 15px;
	color: #ccd1dd;
}

#footer .logo-widget .social-icon li a:hover {
	color: #fff;
}

.footer-menu-container .footer-menu {
    margin-top: 0px
}

.footer-menu-container .footer-menu .footer-menu-title {
	position: relative;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	
	padding-bottom: 25px;
	margin-bottom: 15px
}

.footer-menu-container .footer-menu .footer-menu-title:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color: #fff;
	border-radius: 10px;
    z-index: 1;
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li {
	position: relative;
	line-height: 35px;
	padding-left: 0px
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li a {
	font-size: 14px;
	color: #9ca6bf;
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li a:hover {
	color: #fff;
}

.footer-menu-container .footer-menu .footer-menu-content>ul>li>a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 3px;
    width: 0;
    height: 2px;
    background-color: #fff;
    transition: all .2s ease-in-out
}

@media(min-width: 1200px) {
    .footer-menu-container .footer-menu .footer-menu-content>ul>li>a:hover:after {
        width:100%
    }
}

#footer .footer-top .footer-gallery .wrapper {
	padding: 11px 45px 0 0;
}

#footer .footer-top .footer-gallery .wrapper .row {
	margin: 0 -3px;
}

#footer .footer-top .footer-gallery .wrapper .row [class*="col-"] {
	padding: 0 3px;
	margin-bottom: 6px;
}

#footer .footer-top .footer-gallery .wrapper a img {
	width: 100%;
	border-radius: 5px;
}

#footer .footer-top .footer-gallery .wrapper a {
	width: 100%;
	overflow: hidden;
	display: block;
}

#footer .footer-top .contact-widget ul li {
	font-size: 14px;
	line-height: 25px;
	color: #9ca6bf;
	position: relative;
	padding: 5px 0 12px 40px;
}

#footer .footer-top .contact-widget ul li:last-child {
	padding-bottom: 0;
}

#footer .footer-top .contact-widget ul li a {
  color: #9ca6bf;
}

#footer .footer-top .contact-widget ul li i {
	font-size: 22px;
	position: absolute;
	top:8px;
	left:0;
}

#footer .footer-bottom p {
	font-size: 14px;
	color: #9ca6bf;
}

.footer-social-title {
    color: #323232;
    text-align: center;
    margin-bottom: 30px
}

.footer-social-title>div {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 16px
}

.footer-social-title>span {
    font-size: 12px
}

@media(max-width: 991px) {
    .footer-social-title {
        margin-bottom:20px
    }
}

@media(max-width: 767px) {
    .footer-social-title {
        margin-bottom:15px
    }

    .footer-social-title>div {
        font-size: 14px;
        margin-bottom: 10px
    }

    .footer-social-title>span {
        font-size: 11px
    }
}

.footer-social-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.footer-social-content div {
    margin: 0 7.5px;
	margin-right: 7.5px;
	margin-left: 0;
    margin-bottom: 15px
}

@media(max-width: 1199px) {
    .footer-social-content div {
        margin:0 5px;
        margin-bottom: 10px;
        margin-top: 4px
    }
}

@media(max-width: 991px) {
    .footer-social-content div {
        margin-top:0
    }
}

@media(max-width: 424px) {
    .footer-social-content div {
        margin:0 3px;
        margin-bottom: 6px
    }
}

.footer-social-content div a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    color: #323232;
    font-size: 20px;
    background-color: #fff;
    border: 0px solid #efefef;
    border-radius: 8px;
    transition: all .2s ease-in-out
}

.footer-social-content div a:hover {
    color: #fff;
    background-color: #e5ae49;
    border-color: #e5ae49
}

.footer-social-content div a.footer-social-facebook{
    background: #2841b8!important;
    color: #fff!important
}

.footer-social-content div a.footer-social-twitter {
    background: #48b7f0!important;
    color: #fff!important
}

.footer-social-content div a.footer-social-linkedin {
    background: #f22832!important;
    color: #fff!important
}

.footer-social-content div a.footer-social-instagram {
    background: linear-gradient(315deg,#8343D7,#F55944)!important;
    background: -webkit-linear-gradient(315deg,#8343D7,#F55944)!important;
    color: #fff!important
}

@media(max-width: 1199px) {
    .footer-social-content div a {
        width:42px;
        height: 42px;
        font-size: 16px
    }
}

@media(max-width: 374px) {
    .footer-social-content div a {
        width:34px;
        height: 34px;
        font-size: 14px
    }
}

.footer-logo {
	display: none;
    margin-bottom: 30px
}

@media(max-width: 767px) {
    .footer-logo {
        text-align:left
    }
}

.footer-logo img {
    max-height: 70px
}

.footer-mail,.footer-phone,.footer-address {
    margin-bottom: 20px
}

@media(max-width: 767px) {
    .footer-mail,.footer-phone,.footer-address {
        text-align:left
    }
}

.footer-mail>a,.footer-phone>a,.footer-address>a {
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    transition: all .2s ease-in-out
}

.footer-mail>a span,.footer-phone>a span,.footer-address>a span {
    flex: 1 0 0%;
    padding-left: 10px
}

.footer-mail>a svg path,.footer-phone>a svg path,.footer-address>a svg path {
    transition: all .2s ease-in-out
}

@media(min-width: 992px) {
    .footer-mail>a:hover,.footer-phone>a:hover,.footer-address>a:hover {
        color:#e5ae49
    }

    .footer-mail>a:hover svg path,.footer-phone>a:hover svg path,.footer-address>a:hover svg path {
        fill: #e5ae49
    }
}

.footer-address {
    margin-bottom: 20px
}

.footer-call-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 20px;
}

.footer-call-center>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    width: 100%;
    position: relative;
    width: 100%;
    max-width: 240px;
    height: 52px;
    padding: 0 15px;
    font-size: 1.2em;
    border: 2px solid #42789f;
    border-radius: 32px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
	color: #fff
}

.footer-call-center>a>span {
	position: absolute;
	top: -10px;
	left: 34px;
	padding: 0 10px;
	white-space: nowrap;
	font-size: .85em;
	color: rgba(255,255,255,.7);
	background-color: #1c3b56;
	background-color: #000
}

.footer-call-center>a>span i[class^=fa] {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20px;
    flex: 0 0 20px;
    max-width: 20px;
    margin-top: 2px;
    margin-right: 8px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}





/* ------------------------------- Maps-Spacing Area Start -------------------------- */

.contact-us-section{
	margin: 50px 0;
}
.maps-spacing {
    margin-top: 20px!important;
	margin-bottom: 20px;
}

.special-masp-spacing {
	font-size: 14px;
	margin-bottom: 10px;
	display: inline-block;
	color: #000;
	padding: 9px;
	border: 1px solid #989898;
	font-weight: 700;
}

.special-masp-spacing i {
	margin-right: 5px;
}

.special-masp-spacing a {
    text-decoration: underline;
    color: blue;
    font-weight: 600;
}

/* ------------------------------- Maps-Spacing Area End -------------------------- */




#social-container [data-selector=whatsapp-order] {
    background: #25d366;
    border-radius: 0
}

#social-container [data-selector=facebook-messenger] {
    border-radius: 0
}

@media(max-width: 1199px) {
    #social-container {
        padding:0
    }

    #social-container [data-selector=whatsapp-order],#social-container [data-selector=facebook-messenger] {
        position: fixed;
        width: 40px;
        height: 40px;
        font-size: 0;
        border-radius: 100%
    }

    #social-container [data-selector=whatsapp-order] .fab,#social-container [data-selector=facebook-messenger] .fab {
        margin-right: 0;
        font-size: 25px
    }

    #social-container [data-selector=facebook-messenger].overlap {
        bottom: 60px
    }
}

input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {
    -webkit-text-fill-color: #323232;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    transition: background-color 5000s ease-in-out 0s
}

.form-control:focus {
    -webkit-box-shadow: 0 0 3px 1px #f0f0f0!important;
    box-shadow: 0 0 3px 1px #f0f0f0!important
}

body {
    font-size: 12px;
    font-family: poppins,sans-serif;
    color: #323232;
    line-height: 1.5em;
    background: #fff;
    transition: left .2s ease-in-out,right .2s ease-in-out;
    position: relative;
    left: 0
}

