/*-----------WebFonts--------*/
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
 @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
 
/*---------------------------------------------------Elements--------*/

*
{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
body
{
    color:#000;
   font-family: 'Lato', sans-serif;
    font-size: 18px;
    background-color: #fff;
}
a
{
    text-decoration: none;
    color: #024c85; 
}
a:hover
{
    color: #000; 
}
p
{
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 15px;
}


h1 {
 font-size: 2.3em;
}

h2 {
 font-size: 2em;
}

h3 {
 font-size: 1.6em;
}

h4 {
 font-size: 1.4em;
}

h5 {
 font-size: 1.2em;
}

h6 {
 font-size: 1.10em;
}
label {
  font-weight: 800;
}
 
h1, h2, h3, h4, h5, h6
{
    font-family: 'Oswald';   
    margin: 30px 0 15px;
    line-height: 1.2; text-transform: uppercase;
}
ul
{
    padding-left: 25px;
    margin-bottom: 20px;
}
li
{
    margin-bottom: 15px;
}
img
{
    max-width: 100%;
    width: 100%;
    height: auto;
    vertical-align: middle;
}
.rightcolumn h3 {
  margin-top: 0;
}
/*---------------------------------------------------Custom Style--------*/

.notme-container-fluid
{
    width: 100%;
    padding: 0 20px;
}

.notme-container
{
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}

.notme-row
{
    display: flex;
    flex-flow: row wrap;
}
.align-justify-center
{
    align-items: center;
    justify-content: center
}

.notme-row .col
{
    width: 100%;
}

.txt-case
{
    text-transform: uppercase;
}

.txt-center
{
    text-align: center;
}
.p-0
{
    padding: 0;
}
.m-0
{
    margin: 0;
}
.mb-0
{
    margin-bottom: 0;
}

.pb-0
{
    padding-bottom: 0;
}

.mt-0
{
    margin-top: 0;
}

.pt-0
{
    padding-top: 0;
}
 

/*---------------Header--------------*/

header
{
    background-color: #fff;
    padding: 0;  
    transition: all 0.2s linear;
}
header.navbar-fixed .head-container
{
   position: fixed;
	top: 0;
	left: 0;    background-color: #fff;
	right: 0;
	z-index: 100;
     -webkit-box-shadow: 0px 0px 3px 3px rgba(52, 55, 62, 0.1);
box-shadow: 0px 0px 3px 3px rgba(52, 55, 62, 0.1);
    animation: smoothScroll 0.8s forwards;
}
.mobile-navbar img {
 max-height: 110px;
width: auto;
}
.mobile-navbar {
  padding: 10px 0;
}
 @keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.main-content{ padding: 50px 0;}
  .available_stock_label {
  position: absolute;
  z-index: 5;
  right: -93px;
  color: #fff;
  padding: 37px 90px 10px 64px;
  transform: rotate(40deg);
  top: -8px;
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}
 
.available_stock_label.green{  background: #090; display: none;}
.available_stock_label.red{ display: none; background: #f00; padding: 37px 98px 10px 66px; }

.hsln-block figure img { height: 250px; width: 100%; 
object-fit: cover;  -webkit-transition: 0.4s ease;  transition: 0.4s ease;}
.hsln-block:hover figure img {   transform: translate3d(0,0,0) scale(1.2);}

.mobile-navbar
{
    display: none;
}


.mn-col {
  text-align: center;
}

.mobile-navbar .notme-row.mn-cols {
  display: block;
}
.mobile-navbar {
  position: relative;
}
.menu-open {top: 37px; position: absolute;
/*transform: translateY(-50%) scale(0.9); */
right: 10px;}

.mobile-navbar .mn-cols
{
    justify-content: space-between;
    align-items: center;
}
img.mobile-logo
{
    max-width: 150px;
}
.menu-open a.notme-toggle
{
    color: #002654;
}
.menu-open .notme-toggle svg
{
    font-size: 22px;
    padding: 5px;
    border: 1px solid #ebebeb;
    border-radius: 5px;
    width: 24px;
    background-color: #f8f8f8;
}  
 
 
/* new mobile icon style */

/*menu responsive*/

.nav_responsiv_table  {
    
    background-image: linear-gradient(rgba(0,0,0,0.6),rgba(0,0,0,0.6)),url(../images/mobile_bg.jpg);
    padding-top: 120px;
 position: fixed; top: 0; 
width: 100%;
height: 100%; text-align: center;
 visibility: hidden;
 display: block;

 left: 0% !important;
 margin: 0;
 -webkit-opacity: 0;
 -moz-opacity: 0;
 opacity: 0;
    z-index: 10; 
 -webkit-transform: translateY(-100%);
 -moz-transform: translateY(-100%);
 transform: translateY(-100%);
 -moz-transition: ease 0.5s all;
 -webkit-transition: ease 0.5s all;
 transition: ease 0.5s all;
 
}

.nav_responsiv_table.active_ul {
 visibility: visible;
 width: 100% !important;
 -webkit-opacity: 1;
 -moz-opacity: 1;
 opacity: 1;
    -webkit-transform: translateY(0%);
 -moz-transform: translateY(0%);
 transform: translateY(0%); 
 -m-opacity:1;
}

ul.nav_responsiv{ display: inline-block;   vertical-align: middle; padding: 0;
 
}


ul.nav_responsiv li{display: block;list-style: none;position: relative; margin: 0; }
ul.nav_responsiv li a{display: inline-block;color: #fff;font-size: 18px; letter-spacing: 1px;padding: 8px 35px; background-color: transparent; text-decoration: none; text-transform: uppercase; position: relative;}
ul.nav_responsiv li a:before{ }
 

ul.nav_responsiv li a:hover {color: #fff;}
ul.nav_responsiv ul{margin: 0px;padding: 0px;display: none;background-color: #000;}
.s_arrow{ display: inline-block; width: 35px; height: 7px; z-index:1;cursor: pointer;background: url(../images/s_arrow.png) no-repeat center center;}

   .content-slider { padding: 0 20px;
  background: rgba(0,0,0,0.3);
}
.s_arrow.close{background-image: url(../images/s_arrow_n.png);}
 

.nav_responsiv_table:before {  content: "";  display: inline-block;   height: 100%;  vertical-align: top;   width: 0;}

 

.btn-round.active{ background: #CE282A; color: #fff;}





.menu_mobile:hover{ outline: none; text-decoration: none;}
.menu_mobile:before {
    content: "";
    display: inline-block;
    height: 100%;
    width: 0;
    vertical-align: middle;  
}

a.menu_mobile {
  display: block;
    z-index: 11; font-size:0; text-decoration: none;
}
.menu_inspan {
    vertical-align: middle;
    display: inline-block; position: relative;
}

.btn-round {
    position: relative;
    width: 50px;
    height: 50px;
    text-align: center;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    background: #024c85;
     border-radius: 50%;
    -webkit-border-radius: 50%;
}
.btn-round:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /*border: 2px solid rgba(0, 0, 0, .4);*/
  
   
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.3, .1, .05, 1);
    transition: -webkit-transform .6s cubic-bezier(.3, .1, .05, 1);
    transition: transform .6s cubic-bezier(.3, .1, .05, 1);
    transition: transform .6s cubic-bezier(.3, .1, .05, 1), -webkit-transform .6s cubic-bezier(.3, .1, .05, 1);
}
.btn-round .valign__content {
    position: relative
}
.btn-round .burger {
    position: relative;
    display: block;
    
    width: 21px;
    height: 2px;
    background: #fff;
    -webkit-transition: opacity .6s cubic-bezier(.3, .1, .05, 1) .2s;
    transition: opacity .6s cubic-bezier(.3, .1, .05, 1) .2s
}
.btn-round .burger:after,
.btn-round .burger:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.3, .1, .05, 1) .2s;
    transition: -webkit-transform .6s cubic-bezier(.3, .1, .05, 1) .2s;
    transition: transform .6s cubic-bezier(.3, .1, .05, 1) .2s;
    transition: transform .6s cubic-bezier(.3, .1, .05, 1) .2s, -webkit-transform .6s cubic-bezier(.3, .1, .05, 1) .2s
}
.btn-round .burger:before {
    top: -4px
}
.btn-round .burger:after {
    top: 4px
}
.btn-round .close {
    position: absolute;
    display: block;
    width: 21px;
    height: 2px;
    top: 0;
    left: 0
}
.btn-round .close:after,
.btn-round .close:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: opacity .6s cubic-bezier(.3, .1, .05, 1), -webkit-transform .6s cubic-bezier(.3, .1, .05, 1);
    transition: opacity .6s cubic-bezier(.3, .1, .05, 1), -webkit-transform .6s cubic-bezier(.3, .1, .05, 1);
    transition: transform .6s cubic-bezier(.3, .1, .05, 1), opacity .6s cubic-bezier(.3, .1, .05, 1);
    transition: transform .6s cubic-bezier(.3, .1, .05, 1), opacity .6s cubic-bezier(.3, .1, .05, 1), -webkit-transform .6s cubic-bezier(.3, .1, .05, 1)
}
.btn-round .close:before {
    -ms-transform: rotate(45deg) translateX(-80%);
    -webkit-transform: rotate(45deg) translateX(-80%) translateZ(0);
    transform: rotate(45deg) translateX(-80%) translateZ(0)
}
.btn-round .close:after {
    -ms-transform: rotate(-45deg) translateX(-80%);
    -webkit-transform: rotate(-45deg) translateX(-80%) translateZ(0);
    transform: rotate(-45deg) translateX(-80%) translateZ(0)
}
.btn-round.active .close:before {
    opacity: 1;
    -ms-transform: rotate(45deg) translateX(0);
    -webkit-transform: rotate(45deg) translateX(0) translateZ(0);
    transform: rotate(45deg) translateX(0) translateZ(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.btn-round.active .close:after {
    opacity: 1;
    -ms-transform: rotate(-45deg) translateX(0);
    -webkit-transform: rotate(-45deg) translateX(0) translateZ(0);
    transform: rotate(-45deg) translateX(0) translateZ(0);
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}
.btn-round.active .burger {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.btn-round.active .burger:before {
    -ms-transform: translateX(50%);
    -webkit-transform: translateX(50%) translateZ(0);
    transform: translateX(50%) translateZ(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.btn-round.active .burger:after {
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%) translateZ(0);
    transform: translateX(-50%) translateZ(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}
.btn-round:hover:after {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1) translateZ(0);
    transform: scale(1.1) translateZ(0)
}


/* Effect 1: Brackets */
.nav_responsiv a::before,
.nav_responsiv a::after {
	display: inline-block;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s;
}

.nav_responsiv a::before {
	margin-right: 10px;
	content: '[';
	-webkit-transform: translateX(20px);
	-moz-transform: translateX(20px);
	transform: translateX(20px);
}

.nav_responsiv a::after {
	margin-left: 10px;
	content: ']';
	-webkit-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	transform: translateX(-20px);
}

.nav_responsiv a:hover::before,
.nav_responsiv a:hover::after,
.nav_responsiv a:focus::before,
.nav_responsiv a:focus::after {
	opacity: 1;
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
	transform: translateX(0px);
}


/* new mobile icon style */

/*---------------CLogos--------------*/

#home-clogos
{
    padding: 45px 0;
    background-color: #FBFBFB;
}
ul.hc-logos
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: space-between;
}
ul.hc-logos li
{
    list-style-type: none;
    margin: 0;
    width: auto;
    text-align: center;
    padding: 0 10px;
    max-width: 16.666%;
}
ul.hc-logos li img
{
    width: auto;
    height: auto;
}

/*---------------Solutions--------------*/

#home-solutions
{
    background-color: #222429;
    padding: 50px 0;
}
.hsln-blocks
{
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin: 0 -15px -15px;
}
.hsln-block
{ 
    
        padding: 10px; 
    
    margin: 10px;
  
    text-align: center;
    padding: 0px 0px  0px 0px; position: relative;
    
}
.hsln-block img
{
    
    width: auto;
    margin: 0 auto;
    display: table;
}
.hsln-block figure
{
     overflow: hidden; z-index: 5;
    margin-bottom: 0px;
    position: relative;
} 
.mobile-cta {
  display: none;
}
.hsln-block h5
{ text-align: left; font-size: 17px; /*width: 64%;*/ width: 100%;
    margin: 0px; color: #fff;    margin-top: 0px;
    
}
.h-btn-row
{
    text-align: center;
    margin-top: 40px;
}
.h-block-header
{
    text-align: center;
    margin-bottom: 15px;
}
.h-block-header h3
{
    margin-bottom:  0px;
    color: #002654; margin-top: 0;
}
.h-block-header p
{
    max-width: 900px;
    margin: 0 auto;
    color: #607888;
    font-size: 24px;
    line-height: 36px;
}
.product_price {
  color: #CE282A; 
}
/*---------------Notme Culture--------------*/

#home-philosophy
{
    padding: 50px 0; background-image: url(../images/maper_bg.png); background-repeat: no-repeat;
background-position: left center;
}
.hop-row
{
    align-items: center;
}
.hop-col
{
    width: 50%;
}
.hop-img
{ 
    background-size: 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
    position: relative;
}
 
.hop-cnts
{
    padding-left: 0px;
}
.hop-cnts h3
{
    margin-bottom: 35px;
}
.hop-cnts p
{
    
    
    margin-bottom: 0;
}
.hop-btn-row
{
    margin-top: 30px;
}
 
/*---------------Sectors--------------*/

container
{
    padding: 100px;
    background-color: rgba(12,108,238,0.02);
    border-radius: 50px;
    max-width: 1400px;
}
 

/*---------------Notme Culture--------------*/

#notme-culture
{
    padding: 100px 0;
}
.nmc-row
{
    align-items: center;
}
.nmc-col
{
    width: 50%;
}
.nmc-img
{
    padding-right: 40px;
    padding-bottom: 40px;
    background-size: 120px;
    background-position: right bottom;
    background-repeat: no-repeat;
}
.nmc-cnts
{
    padding-left: 60px;
}

/* Accordian Styling */

.accordian 
{
  list-style:none;
  margin:0;
  padding:0;
}
.accordian li
{
  margin:0;
}
.accordian h5.accodian-title 
{
  display:block;
  cursor:pointer;
    position: relative;
    font-size: 16px;
    color: #002654;
    text-transform: uppercase;
}
.accordian h5.accodian-title:after 
{
    content: '\2b';
    position: absolute;
    top: 50%;
    right: 0px;
    font-family: "FontAwesome";
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0B203D;
    border-radius: 50%;
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}
.accordian h5.accodian-title.active:after 
{
    content: '\f068';
}
.accordian h5.accodian-title:before 
{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0px;
    height: 0px;
    width: auto;
    border: 1px dashed #9FC2D7;
    transform: translateY(-50%);
}
.accordian h5.accodian-title span
{
    display: inline-block;
    background-color: #fff;
    position: relative;
    min-width: 120px;
}

.accordian section.accodian-cnts 
{
  display:none;
  padding:0 50px 25px 0;
}
.accordian section.accodian-cnts.active 
{
  display:block;
}
section.accodian-cnts p
{
    margin: 0;
    font-size: 16px;
    color: #607888;
    max-width: 430px;
}

/* Accordian Styling */

.nmc-cnts h3
{
    margin-bottom: 35px;
    max-width: 350px;
}

/*---------------Footer--------------*/

.footer-block2
{
    padding: 80px 0;
    text-align: center;
}
.footer-block2 h3
{
    text-transform: uppercase;
    color: #fdef06;
}
.footer-block2 h5
{
    text-transform: uppercase;
    margin-bottom: 18px;
}
.footer-block2 h3 span
{
    font-family: 'camptonlight';
    color: #002654;
}
.footer-block2 p
{
    max-width: 920px;
    margin: 0 auto;
    color: #000000;
}
.fb3-logabt
{
    width: 100%;
}
.fb3-btns
{
    width: 60%;
}
.footer-logo
{
    max-width: 110px;
    width: auto;
    height: auto;
    margin-bottom: 20px;
}
.fb3-logabt p
{
    max-width: 300px;
    margin-bottom: 0;
    font-size: 16px;
}
.notme-button-trans
{
    background-color: transparent;
    color: #0B203D;
}
.fb3-btns .notme-button
{
    font-family: 'camptonbold'; 
}
.notme-button-trans:hover
{
    background-color: #0B203D;
    color: #fff;
    border-color: #0B203D;
}
.fb3-btns .notme-button:not(.notme-button-trans):hover
{
    background-color: transparent;
    color: #0B203D;
    border-color: #0B203D;
}    
 
h6.foot-location
{
    margin: 0;
    font-size: 16px;
    text-transform: uppercase;
}
h6.foot-location span
{
    margin: 0 20px;
    vertical-align: text-top;
}
.footer-block5
{
    padding: 30px 0;
}
.footer-block5 p
{
    margin: 0;
    text-align: center;
    font-size: 16px;
}
.footer-block4 ul
{
    padding: 0;
    margin: 0;
}
.footer-block4 ul li
{
    list-style-type: none;
    font-size: 16px;
}
.footer-block4 ul li.active a{ color: #fdef06; text-decoration: underline;}

.footer-block4 ul li:last-child {
  margin-right: 0;
} 
.foot-app-icons, .foot-social-icons
{
    display: flex;
    align-items: center;
}
.foot-app-icons li
{
    margin-right: 20px;
}
.foot-social-icons li
{
    margin-right: 17px;
} 
.foot-social-icons li {
  margin-bottom: 0;
} 
.h-qn-li a, .fb4-inner-col a
{
    font-weight: 600;
    text-decoration: underline;
}
.h-qn-li a:hover, .fb4-inner-col a:hover
{
    text-decoration: none;
}
.fb4-inner-col p
{
    font-size: 16px;
    max-width: 100%; margin-bottom: 10px;
}
.foot-pr-75
{
    padding-right: 75px;
}

/*----------------------------------------Go Top---------------*/

.gotop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: auto;
	height: auto;
	z-index: 9999;
	opacity: 0;
	transform: translateY(80px);
	transition: all 0.2s linear;
}
.gotop a {
	background-color: #fdef06;
	display: inline-block;
	position: relative;
	color: #000;
	text-decoration: none;
	line-height: 0;
	padding: 16px;
	box-shadow: 0 6px 10px -4px rgb(0 0 0 / 60%) !important;
	overflow: hidden;
}
.gotop a svg.ar {
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar {
	transform: translateY(-25px) rotateY(360deg);
	opacity: 0;
	transition: all 0.3s linear 0.2s;
}
.gotop a svg.ar1, .gotop a svg.ar2 {
	position: absolute;
	bottom: 0%;
	left: 50%;
	width: auto;
	height: 18px;
	transform: translate(-50%, -50%) rotateZ(360deg);
	opacity: 0;
	transition: all 0.2s linear 0.2s;
}
.gotop a svg.ar2 {
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0s;
}
.gotop a:hover svg.ar1, .gotop a:hover svg.ar2 {
	bottom: 19%;
	opacity: 1;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.2s;
}
.gotop a:hover svg.ar2 {
	bottom: 7%;
	transform: translate(-50%, -50%) rotateZ(0deg);
	transition: all 0.2s linear 0.4s;
}
.top-class {
	display: inline-block;
	transform: translateY(0px);
	opacity: 1;
	transition: all 0.2s linear;
}
.top-class-op {
	display: inline-block;
	transform: translateY(80px);
	opacity: 0;
	transition: all 0.08s linear;
}

/*---------------Others--------------------*/

body::-webkit-scrollbar {
	width: 10px;
}

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

body::-webkit-scrollbar-thumb {
  background-color: #a3a3a3;
  outline: 0px solid slategrey;
}

::selection
{
	background-color: #fdef06;
	color: #fff;
}
.body-overflow
{
    overflow-y: hidden;
}

/*---------------Testimonials--------------------*/

#home-testimonials
{
    
    background-color: #f1c744; display: none;
}

.button {
    display: inline-flex; cursor: pointer;
    justify-content: center;
    align-items: center;
    position: relative;  margin: 0 15px 10px 0;
    line-height: 22px;
    text-align: center;
    border: 0px solid transparent;
    background: #024c85;
    color: #fff;
    text-transform: capitalize;
    vertical-align: middle;
    padding: 12px 50px; border-radius: 30px;
    overflow: hidden;
    -ms-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
} 
.slider-box aside .button:last-child {
  margin-right: 0px;
}
.button:hover {
    background: #fdef06; color: #000;
}

input.button:hover {
    background: #323232;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
} 
.alt_button{  background: #024c85; color: #fff; }
.alt_button:before { background: #fdef06;}
 
.header_wrapper {
  display: flex; align-items: center;
  flex-wrap: wrap;   padding: 0 30px;
}
.header_left { padding: 15px;
  width: 18%;  
}
.header_nav {
  display: flex;
  flex-wrap: wrap; align-items: center;
}
.header_right {
  width: 82%;
}
.header_top { padding: 10px 15px;
  display: flex; background: #024c85; justify-content: space-between;
  flex-wrap: wrap; align-items: center;
}

.header_topleft {
  width: auto;
}
.header_topright {
  width: auto;
}
.header_topleft ul {
  margin: 0; padding: 0; color: #fff; list-style: none;
  display: flex;
}
.header_topright ul {
  display: flex;
  padding: 0; margin: 0;
  list-style: none; justify-content: right;
}
.header_left img {
  max-height: 120px;
max-width: 100%;
width: auto;
}
.header_topleft li{ margin: 0;}
.header_topright a {
 width: 38px;
height: 38px;
color: #000;
background-color: #F4F5F8;
border-color: #F4F5F8;
display: block;
margin: 0 0 0 10px; 
text-align: center;
border-radius: 50%;
line-height: 38px;
}
.header_topright a:hover{ background: #CE282A; color: #fff;}
.header_topright li:first-child a {
           margin: 0; 
        }


.header_topleft li {
  margin: 0 10px 0 0;
}
.header_topright li {
  margin: 0;
}

.header_nav_list {
 width: 100%;
text-align: right;
}
.header_button {
  width: 40%; padding-right: 15px;
  text-align: right;
}
.header_topleft a {
  color: #fff;
}
.call_action p {
  background: #fdef06;
  border-radius: 0; line-height: 41px;
  -webkit-border-radius: 0;
  color: #fff;
  height: 50px;
  margin: 0; border-radius: 50%;
-webkit-border-radius: 50%;
  padding: 5px;
  text-align: center;
  width: 50px;
}
.inner_columns {
  display: flex;
  flex-wrap: wrap;
}
.leftcolumn {
  width: 70%;
}
.rightcolumn {
  width: 30%;
  padding-left: 2%;
}
.call_action a{ color: #000;} 
.call_action {
  position: absolute; left: 10px;
  cursor: pointer; top: 37px;
  font-size: 30px; 
  z-index: 9;
   
}
.header_topleft a:hover{
  color: #E3D5D5;
}
.header_nav_list ul {
 padding: 0px;
 z-index: 9; margin: 0;
 position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    }

.header_nav_list ul li {
 display: inline-block;
 position: relative;
 list-style: none; margin: 0;
 vertical-align: middle;
}
.header_nav_list li a { font-size: 20px;
  padding: 10px 12px; text-transform: uppercase; 
  display: inline-block; color: #000; font-family: 'Oswald';
}

.header_nav_list li a:hover, .current-menu-item a{ color: #024c85 !important;}
.header_nav_list ul ul {
 padding: 0px;
 min-width: 200px;
 position: absolute;
 left: 0px;
    opacity: 0;
    visibility: hidden;
    
 
}
.hop-cnts span {
  color: #024c85;
  display: block;
}
. ul ul li {
 display: block;
}

.header_nav_list ul ul li:last-child,
.header_nav_list ul ul li:last-child > a {
 border-bottom: none !important;
}

.header_nav_list ul > li:hover > ul,
.header_nav_list ul ul li:hover > ul {
  
    opacity: 1;
    margin: 0 !important;
    visibility: visible; 
}

.header_nav_list ul ul ul {
 left: 100%;
 top: 0;
}



.header_nav_list > ul > li.multimenu > a:after {
 font-family: 'FontAwesome';
 content: "\f107";
 font-size: 20px;
 vertical-align: top;
 padding-left: 7px;
 position: relative; 
     transition: transform ease-in 0.3s;
    top: 0px;
}
.header_nav_list > ul > li.multimenu.lastmenu > a:after { display: none; }
.slidertop {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  border: 0;
}
.content-slider table {
  height: 100%;
  width: 100%;
}
.content-slider table td{ vertical-align: middle;}
.content-slider {position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;}
 


/* delays sections start*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
} 

.dealy01{
	-webkit-transition-delay: 400ms;
	transition-delay: 400ms;
	}
.dealy02{
	-webkit-transition-delay: 700ms;
	transition-delay: 700ms;
	}
 .dealy03{
	-webkit-transition-delay: 1100ms;
	transition-delay: 1100ms;
	}
 .dealy04{
	-webkit-transition-delay: 1400ms;
	transition-delay: 1400ms;
	}
/* delays sections end*/
.slider-box {
  
  color: #fff; 
}
.content-slider table {
  max-width: 1170px;
  margin: 0 auto;
}
.slider-box h3 {
  margin: 0 !important; font-size: 3.5em;
}
.slider-box h5 {
  margin: 0 0 10px !important; font-size: 1.5em;
}
.slider-box aside{ margin-top: 15px;}

.homeslider {
  position: relative;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
}
.slidertop .fadeInUp{ opacity: 0; }
 

.hometop_active .fadeInUp{
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
    opacity: 1;
}

.contact_btn {
  padding: 0; display: flex; margin: 0; position: absolute;
bottom: 15px;
margin: auto;
left: 0;
right: 0;
  list-style: none; justify-content: center;
}
.contact_btn li {
  padding: 0 3px; margin: 0;
  font-size: 14px;
}

.bx-wrapper {
  margin: 0;
}
.inner_banner {
  position: relative;
}
 .inner_banner figcaption {
  background: rgba(0,0,0,0.2);
  position: absolute;
  text-align: center;
  bottom: 0px;
  left: 0px;
  right: 0px;
  top: 0px;
}

.inner_banner figcaption:before {
   width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: '';
}
 .inner_banner article {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 0;
  font-weight: 800;
  padding: 0 15px;
}

 .inner_banner h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 800; 
  letter-spacing: 0; font-family: 'Lato', sans-serif;
  margin-bottom:  0px;
  margin-top: 0;
  text-shadow: 1px 0px 4px #000;
}

/*  loader  Start*/
.toggle_content{ display: none;}
.toggle_title {
  background-color: #024c85;
  border-color: #000; padding: 10px; margin-bottom: 0;
font-size: 20px; cursor: pointer;
  color: #fff;
  font-weight: 600;
}
.toggle_style {
  margin-bottom: 15px;
} 

.toggle_content {
  border: 1px solid #d9d9d9;
  padding: 0px;
}
.toggle_title:before {
   content: "\f067";
  font-family: 'FontAwesome';
  margin-right: 0.7em;
  font-weight: normal;
  font-size: 0.9em;
  line-height: normal;
  vertical-align: middle;
  position: relative;
  
}
.toggle_title.expanded > .toggle_title:before,  .toggle_title.expanded:before {
   content: "\f068";
}
.produ_spec li {
  display: flex; padding: 10px;
  flex-wrap: wrap; margin: 0;
  align-items: center;
}
.produ_spec li:nth-child(2n) {
  background: #f6f6f6;
}
.produ_spec li label{ padding-right: 6px;}
.produ_spec p {
margin: 0;
}

.produ_spec {
  padding: 0;
  margin: 0;
  list-style: none;
} 
.detail_back {
  margin-top: 50px;
  text-align: right; 
} 
 
.social_scan {
  display: flex;
  flex-wrap: wrap;
}
.social_scan li {
  padding: 0 5px;
}  

/*** Start FAQ ***/

.hide_faq{
	display:none;
}
/*** End FAQ ***/

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes rotate {
	0% {
		-moz-transform: rotate(0deg)
	}

	100% {
		-moz-transform: rotate(360deg)
	}
}

@-o-keyframes rotate {
	0% {
		-o-transform: rotate(0deg)
	}

	100% {
		-o-transform: rotate(360deg)
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}
/*  loader  End*/

.desktop_header {
  height: 150px; 
}
 
.faq_title{
  background-color: #024c85;
  border-color: #000;
  padding: 10px 10px 10px 30px;
  margin-bottom: 0;
 display: block;
  cursor: pointer;
  color: #fff; position: relative;
  font-weight: 600;
}
.faq_title:hover{ background-color: #CE282A;  color: #fff;}
.faq_title::before {
  content: "\f107";
  font-family: 'FontAwesome';
  margin-right: 0.7em;
  font-weight: normal;
  font-size: 0.9em;
  line-height: normal;
  vertical-align: middle;
  position: absolute;
  left: 10px;
  top: 10px;
  bottom: 0;
  margin: auto;
}
.faq_contents {
  margin-bottom: 15px;
}
.faq_content {
  border: 1px solid #eaeaea;
  padding: 12px 12px 0 12px;
}
#pagination {
  width: 100%; margin-top: 20px;
  text-align: center;
}
.page-numbers{ padding: 0; margin: 0;  display: flex; justify-content: center;
list-style: none;}
.page-numbers .page-numbers {
  color: #303030; 
  border-color: #DADADA; margin: 5px;
padding: 5px 12px;
text-decoration: none;
border-style: solid;
border-width: 1px;
transition: all 0.3s linear 0s;
display: inline-block;
  background-color: #fff;
  border: 2px solid #303030;
}
.page-numbers.current, .page-numbers .page-numbers:hover{
  background: #024c85;
  color: #fff;
  border-color: #024c85;
}
.inner_banner img {
  height: 280px;
  object-fit: cover;
  object-position: top;
}
.inner_banner p:empty {
  display: none;
}
.contact_wrapper {
  display: flex;
  flex-wrap: wrap;
}
 
 .row input,   .row textarea,    .row select{
  border: 2px solid #DADADA; background: transparent;
  padding: 10px; width: 100%; font-size: 16px; font-family: 'Lato', sans-serif;
}
.row {
  margin-bottom: 10px;
}
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contact_left {
  width: 50%; 
}
.inner_listing .line-indicators {
  margin-bottom: 0;
}
.contact_right .row textarea{ height: 120px;}
.contact_right {
 width: 100%;
max-width: 600px;
margin: 0 auto;
text-align: center;
}
.contact_right label {
  display: none;
}
.contact_right h3 {
  margin-top: 0;   
}
#contactForm {
  margin-bottom: 15px;
}
#contactThankyouForm{
	display: none;
}

.common_result{
	height: 20px;
	margin-bottom: 10px;
}

.common_result p{
	float: left;
	width: 100%;
	padding: 3px 5px;
}
.common_result .error{
	background: #FDE3E3;
	border: solid 1px #F32B2B;
	color: #F32B2B;
}

.common_result .success{
	background: #D9F6CA;
	border: solid 1px #54BD1F;
	color: #54BD1F;
} 

/*---------------Testimonials--------------------*/

.testimonials_wrapper
{
    padding: 50px 0;   
background: #fff; position: relative;
} 
.testimonials_wrapper .notme-row {
  position: relative;
  z-index: 2;
}
.home_testimonials {
  list-style: none; text-align: center;
  padding: 0; display: flex;
flex-wrap: wrap;
}
.review_content p:first-child:before {
  font-style: normal;
  margin-top: 4px;
  line-height: normal;
  color: inherit;
  font-family: FontAwesome;
  content: "\f10d";
  margin-right: 10px;
  font-size: 18px;
}
 .home_testimonials li {
  list-style: none;
  padding: 0 10px;
  width: 50%;
}

.home_testimonials article {
  background: #fff;  
  height: 100%;
  padding: 40px 25px 100px;
  position: relative; 
}

.review_content p:last-child:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  float: none;
  content: "\f10e";
  margin-left: 10px;
  color: inherit;
  font-style: normal;
  position: relative;
  top: 0;
}
.review_title{ text-align: center; margin: 0 0 30px 0; color: #514e4e;}
.home_testimonials li {
  margin: 0;
}
 .home_testimonials aside {
  display: flex;
  text-align: left;
  position: absolute;
  bottom: 40px;
}
.review_name {
 font-weight: 600;
}
#home-testimonials .bx-wrapper {
  background: transparent; -moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}
 .testimonials_wrapper .bx-default-pager a {
  width: 13px !important;
  height: 13px !important;
  border: 2px solid #fff;
  border-radius: 50% !important;
  font-size: 0px;
  margin-right: 7px;
  display: inline-block;
}

.testimonials_wrapper .bx-default-pager a.active {
  background: #024c85 !important;
  border: 2px solid #024c85 !important;
}
.testimonials_wrapper .bx-pager.bx-default-pager {
  position: inherit;
}
#con_submit, #schedule_appointment_submit {
  padding: 15px 30px; margin: 0;
  text-transform: uppercase;
  font-size: 16px;
}

/* Why choose us */
.whychoose_list {
  display: flex;
  padding: 0;
  flex-wrap: wrap;
}
.whychoose_list li {
  width: 22.33%; list-style: none; margin: 0 1%; text-align: center;
}
.whylist_outer {
  background-color: #F4F5F8; height: 100%; padding: 35px 15px;
}
.whylist_outer figcaption p {
  margin: 0;
}
.whychooseus h2 {
  text-align: center;
  margin-bottom: 25px;
}
.whylist_outer figure {
  text-align: center;
background: #024c85;
width: 80px;
height: 80px;
line-height: 89px;
margin: 0 auto;
border-radius: 50%;
}
.whylist_outer svg{ font-size: 40px; color: #fff;}
.whychoose_content {   text-align: center;}
.whychooseus{ position: relative; overflow: hidden; padding-bottom: 50px;}
.whychooseus:after {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 45px);
  top: 135px;
  left: 0; background-position: right bottom;
background-repeat: no-repeat;
    background-image: url(../images/road_bg.png);
  background-color: #024c85;
  z-index: -1;
}
.whychoose_content h2 {
  color: #fff;
}
.hop-cnts h4 {
  margin: 0;
}
.hop-cnts h2 {
  margin-top: 5px;
}
.social_media_list li{ list-style: none;}
.social_media_list > li{ margin: 0;
padding: 30px 15px; height: 100%;
text-align: center;
position: relative;
background-size: cover;
background-position: center;
background-repeat: no-repeat; 
overflow: hidden;
transition: 0.4s;
flex: 1;
display: flex;
width: 25%;}
.social_media_list main {
  position: relative;
  width: 100%;
  height: 100%;
}
 .social_media_list figure {
  background-size: cover;
  height: 100%; color: #fff;
  background-position: top center;
  flex: 1;
}
.social_media_list figure ul{ padding: 0;}
.social_media_list li a:hover{ color: #f4f4f4; }
.social_media_list li a{ 
position: relative;
cursor: pointer;
z-index: 1;
height: 100%;
width: 100%;
align-items: center;
justify-content: center;
color: #fff;}
 
.social_media_list h3 {
  bottom: 30px; margin-bottom: 0;
  color: #fff;
  position: relative;
}
.social_media_list {
  padding: 0; 
  line-height: normal; height: 50vh;
  display: flex;
  flex-wrap: wrap; margin: 0;
}
.facebook_bg{background-color: #3b5998;}
.instagram_bg{background-color: #fa7e1e;}
.youtube_bg{background-color: #373c3f;}

#home-solutions .h-block-header h2 {
  color: #fff; margin: 0 0 30px 0;
}
.line-indicators { 
  width: 100%;
  height: 3px;
  display: flex; margin-bottom: 10px;
  justify-content: space-between;
}
.indicator {
  width: 100%;
  height: 3px;
  background-color: #ccc;
  z-index: 25;
  margin-right: 2px;
}
.indicator.active {
  background-color: #0032fd;
}
.listing-content{ background-color: #373c3f; padding: 18px 20px 20px 23px;}
.listing-content_top { flex-wrap: wrap;
  display: flex; align-items: center;
  justify-content: space-between;
   
}
.product_price .price {
  position: relative;
  float: right;
  padding: 6px 10px 4px 8px;
   color: #fff; font-size: 15px;
font-weight: 600;  
  background-color: #6c98e1;
  text-align: right;
}
.product_price .price:before {
  position: absolute;
  content: "";
  display: block;
  top: 0;
  left: -14px;
  height: 100%;
  width: 20px;
  background-color: #6c98e1;
  transform: skew(-18deg,0deg);
  z-index: 5;
}
 
.listing-content .product_price {
  margin: 0; width: 36%;
}
.listing-content_top a:hover{ color: #fff;}
#home-solutions .bx-wrapper{ background: transparent;border: 0; box-shadow: none; }
#home-solutions .hsln-block{ margin: 0; }
#home-solutions .bx-pager a{ background: #888; }
#home-solutions .bx-pager a.active{ background: #fdef06; }
#home-solutions .bx-pager{ margin: 20px 0 0; position: relative; padding: 0; bottom: inherit;}
.broswe_make {
  padding: 50px 0;
}
.brand_lister{ display: flex; margin: 0 -4%; padding: 0; justify-content: center; list-style: none; flex-wrap: wrap;}
 .brand_lister figure {
  height: 135px;
  line-height: 135px;
  box-shadow: none;
  padding: 0px;
  margin: 0px;
  border-radius: 10px;
  background-repeat: repeat;
  box-shadow: 0px 0px 15px 0px rgba(93, 91, 118, 0.1);
  -webkit-box-shadow: 0px 0px 15px 0px rgba(93, 91, 118, 0.1);
}
.brand_lister li {
  vertical-align: middle;
  list-style: none;
  padding: 5px;
  width: 14%; 
  margin: 0 1% 20px;
  text-align: center;
}
.brand_lister li img {
  transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transform: scale(0.8);
  transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  outline: none;
  width: auto !important;
  line-height: 140px;
  padding-right: 0 !important;
  vertical-align: middle;
  max-height: 100%;
}
footer {
  background: #000; padding: 30px 0px 0;
  color: #fff;
}
.ftr_add svg{margin-right: 5px;}
.ftr_add a{ color: #fff;}
 
.footer_left ul{ padding: 0; list-style: none;}
.ftr_links li {
  list-style: none;
  position: relative;
  display: inline-block;
  margin: 0px 0 2px 0px;
}
.ftr_links li a{color: #fff;
display: block;
padding: 0 10px;
display: inline-block;
line-height: 15px;
transition: 0.3s linear all;
-webkit-transition: 0.3s linear all;
border-right: 1px solid #B1C4B1;}
.ftr_socisl li {
  list-style: none;
  float: none;
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: center;
}
.ftr_socisl li a{font-size: 25px;
font-weight: normal;
color: #fff;
width: 50px;
height: 50px;
display: inline-block;
border-radius: 50%;
line-height: 70px;
position: relative;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #CE282A;
background-repeat: repeat;}
.ftr_socisl svg {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.ftr_top{ text-align: center;}
.ftr_links .active a, .ftr_links a:hover{ color: #90bfe3}
.ftr_links li:last-child a {
  border: 0;
}
.social_media_icons{  }
.ftr_add a:hover{ color: #024c85;}
.footer_wrapper {
  display: flex;
  flex-wrap: wrap; align-items: center;
}
.footer_left {
  width: 50%;
  padding-right: 30px;
}
.footer_right {
  width: 50%;
}
.ftr_links {
 border-top: 0;
padding: 0;
text-align: center;
}

.footer_copywrite {
  display: flex; padding: 5px 0;
  flex-wrap: wrap; align-items: center;
}
.copywrite_left {
  width: 70%;
}
.siteby_ww {
  width: 30%; display: none;
  text-align: right;
}
.footer_bottom {
  background: #373636; margin-top: 30px;
}
.footer_copywrite p{ margin: 0;
font-size: 14px;
color: #c6c5c5;}
.siteby_ww a {
  
  margin-left: 10px; 
}
.siteby_ww img {
  max-width: 60px;
  vertical-align: middle;
}
.head_socisl li {
  list-style: none;
  float: none;
  display: inline-block;
  position: relative;
  margin: 0;
  text-align: center;
}
.head_socisl li a{font-size: 20px;
font-weight: normal;
color: #fff;
width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
line-height: 70px; vertical-align: middle;
position: relative;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
background-color: #CE282A;
background-repeat: repeat;}
.head_socisl svg {
  position: absolute;
  top: 52%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.head_socisl .button {
  width: auto;
  height: auto; line-height: normal;
  border-radius: 0px;  background: #024c85; border-radius: 30px;
}
.listing-content_top h5 a {
  color: #fff;
}
.head_socisl {
  display: block; 
  text-align: right;
  padding: 0;
}
 .head_socisl li a.fa_bg,  .ftr_socisl li a.fa_bg {
  background: #3B5998;
}
.head_socisl li a.inst_bg, .ftr_socisl li a.inst_bg {
  background: #fa7e1e;
}
.head_socisl li a.you_bg, .ftr_socisl li a.you_bg {
  background: #f00;
}
.page_title {
  margin-top: 0;
}
.inner_testimonials {
  margin: 0 -10px;
}
.inner_testimonials article{ border: 1px solid #c8c2c2;}
.whychoose_content .button {
  background: #f1c744;
  color: #000;
}
.whychoose_content .button:hover, .head_socisl .button:hover {
  background: #000;
  color: #fff;
}
.ftr_socisl {
  margin: 0;
}
.breadcrumb_inner p{ margin: 0;}
.breadcrumb_inner {
  color: #424242; padding: 8px 15px;
margin-bottom: 20px;
  background-color: #f5f5f5;
}


.instagram_bg li:last-child, .instagram_bg ul, .youtube_bg li:last-child, .youtube_bg ul{ margin-bottom: 0;}
.homeslider .bx-default-pager{ bottom: 30px;}
 .homeslider .bx-pager-link {
  background: rgba(255,255,255,0.7) !important;
  height: 3px !important;
  width: 40px !important; position: relative;
z-index: 1;
display: inline-block;
margin-left: 10px;
text-decoration: none;
text-align: center; 
line-height: normal;
overflow: hidden;
}
.head_socisl li a.what_bg{ background: #25D366;}
.homeslider .bx-pager-link.active{ background: #024c85 !important;}
.contact_tabwrap{ display: flex; ;flex-wrap: wrap; margin-top: 50px; }
.contact_tableft{ width: 30%;}
.contact_tabright{ width: 70%; padding-left: 20px;}
.locationtab { flex-wrap: wrap; background: #024c85;  color: #fff; display: flex; padding: 0 0 0 5px;  list-style: none;  margin: 0;}
.locationtab li a {padding: 13px 18px; color: #fff; display: inline-block; position: relative;}
.locationtab li a.tabactive{ background: #fff; color: #000;}
.locationtab li{ margin-bottom: 0;}
.locationtab_wrap {
  border: 1px solid #c5cace;
}
.location_details ul{ padding: 0; list-style: none; padding: 37px 20px 20px;}
.location_details li {
  display: flex; 
}
.location_maps iframe {
  width: 100%; border: 0;
  height: 358px;
}
.location_details li figure{font-size: 15px;
font-weight: normal;
color: #CE282A;
width: 13%; max-width: 40px;
height: 40px;
display: inline-block;
border-radius: 50%;
line-height: 70px;
vertical-align: middle;
position: relative;
margin-top: 0px;
margin-right: 10px;
margin-bottom: 0px;
margin-left: 0px;
border: 1px solid #CE282A;
background-repeat: repeat;}
.location_details svg {
  position: absolute;
  top: 52%; font-size: 17px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.location_details h5 {
  margin: 0 0 5px 0;
}
.locationtab li a.tabactive:before{position: absolute;
content: "";
display: block;
top: -4px;
left: 0;
right: 0;
height: 4px;
background-color: #f1c744;}
.location_details figcaption {
  padding-left: 11px; width: 83%;
}
.location_details{ display: none;}
.location_details.tabactive{ display: block;}
.location_details li:last-child{ margin: 0;}
.location_maps {  display: none;}
.location_maps.tabactive{  display: block;}

.make_logos_sidebar{ position: relative; margin-top: 10px; width: 27%; padding: 30px 15px;}
.make_logos_sidebar h3{ margin-top: 0;}
.make_logos_sidebar:before {
  content: '';
  position: absolute;
  width: 5300px;
  background-color: #024c85;
  left: -5000px;
  top: 0;
  height: 100%;
  right: -5000px;
}
.siderbare_inner{ position: relative; color: #fff;}
.siderbare_inner ul{ list-style: none; padding: 0;}
.siderbare_inner ul li a{ color: #fff; padding: 0 0 0 16px;}
.siderbare_inner ul li a:hover{ color: #ccc; }
.siderbare_inner ul li{ position: relative;}
.make_logos_right{ width: 73%; }
.make_logos_wrapper {
  display: flex;
  flex-wrap: wrap;
}
.siderbare_inner ul li:before {
  content: "\f105";
  position: absolute;
  left: 1px;
  font-family: FontAwesome;
  color: #fff;
  font-size: 15px;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  top: 12px;
}
.category_listing li{ width: 23%;}
.brand_lister.category_listing {
  margin: 0;
}
.brand_lister li figcaption {
  margin-top: 15px;
  font-size: 20px;
}
.inner_testimonials li {
  margin-bottom: 20px;
}
.inner_listing .hsln-block { width: 31%;}
.gotop  a.what_bg{background: #25D366;
color: #fff;
padding: 0;
width: 47px;
height: 47px;
line-height: 47px;
text-align: center;
font-size: 30px;}
.detailpage .price {
  float: left;
}
.detailpage:after {
  clear: both; display: block; content: '';
}
.product_price.detailpage {
  padding-left: 21px;
}

.productdetails_tab .location_details_wrap {
  padding: 20px;
}
.productdetails_tab .location_details ul {   padding: 0px;}
.productdetails_tab .location_details ul li { list-style: disc;}
.productdetails_tab{ margin-bottom: 20px;}
 .ticker-wrap {
	position: relative;
	bottom: 0;
	width: 100%; background: #024c85;
	overflow: hidden;
	padding-left: 100%;
	box-sizing: content-box
}

 .ticker-wrap .ticker {
	display: inline-block;
	height: 3rem;
	line-height: 2rem; margin: 0;
	white-space: nowrap;
	padding-right: 100%;
	box-sizing: content-box;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-name: ticker;
	animation-name: ticker;
	-webkit-animation-duration: 20s;
	animation-duration: 20s
}

.ticker-wrap .ticker:hover {
	-webkit-animation-play-state: paused;
	-moz-animation-play-state: paused;
	-ms-animation-play-state: paused;
	-o-animation-play-state: paused;
	animation-play-state: paused
}

.ticker-wrap li {
	display: inline-block;
	padding: 0 10px;
	font-size: 0.875rem;
	color: #fff
}
.ticker_contain {
  overflow: hidden;
}
.ticker-wrap li h4 {
margin: 12px 0 0 0;
}
ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes ticker {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		visibility: visible
	}

	100% {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}
#cboxLoadedContent {
  margin-bottom: 0;
}
.popup_form .row label {
  display: block;
  margin-bottom: 5px;
}
.popup_form #contactForm {
  margin-bottom: 15px;
}
.popup_form .row textarea {height: 100px;}

.popup_form .row {
  width: 49%;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 15px;
}
.popup_form .row.fullwidth {
  width: 100%;
  display: block;
  padding: 0 5px; 
}

body #cboxClose { top: 0;}
.popup_title {
  margin: 0; color: #024c85;
  text-align: center;
}
.aligncenter{ text-align: center;}

.ajax-loading_action {
	width: inherit;
	max-width: inherit;
}

.ajax-loading_action.hide{
	display: none;	
}

@media (min-width: 780px)
{
.social_media_list li:hover {
  flex: 1.5;
}
}