/*==============================

Theme Name: Zentoso
Theme URI: https://zentoso.com
Author: Matt Urglavitch
Description: This is the official theme of Zentoso.com. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0.1
Tags: blog, corporate, bootstrap, accessibility-ready, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support

  ==============================*/
@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');

/* CSS DIRECTORY
	1. = FONT STYLES
	2. = GLOBAL STYLES
	3. = NAVIGATION STYLES
	4. = MOBILE NAVIGATION STYLES
	5. = FOOTER STYLES
	6. = CUSTOM STYLES
*/

/*==============================
  ===FONT STYLES===
  ==============================*/
/*
@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('fonts/glyphicons-halflings-regular.eot');
    src: url('fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/glyphicons-halflings-regular.woff') format('woff'),
    url('fonts/glyphicons-halflings-regular.ttf') format('truetype'),
    url('fonts/glyphicons-halflings-regular.svg') format('svg');
}


@font-face {
   font-family: 'Lato';
   src: url('fonts/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/museosans_500-webfont.woff2') format('woff2'),
        url('fonts/museosans_500-webfont.woff') format('woff'),
        url('fonts/museosans_500-webfont.ttf') format('truetype'),
    url('fonts/museosans_500-webfont.woff.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}

@font-face {
   font-family: 'Merriweather';
   src: url('fonts/merriweather-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('fonts/merriweather-regular-webfont.woff2') format('woff2'),
        url('fonts/merriweather-regular-webfont.woff') format('woff'),
        url('fonts/merriweather-regular-webfont.ttf') format('truetype'),
    url('fonts/merriweather-regular-webfont.otf') format('opentype');
   font-weight: normal;
   font-style: normal;
}
*/







/*==============================
  ===GLOBAL STYLES===
  ==============================*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
}

p, ul, li {
    font-family: 'Lato';
    -webkit-font-smoothing: antialiased;
}

* {
    font-family: 'Lato';
}

footer .section-navy a {
	color: rgba(106, 114, 134, 1);
}

footer .section-navy a:hover {
	color: rgba(106, 114, 134, .8);
}

a {
    color:#148FC7
}

a:hover {
    text-decoration:none
}

a:hover {
    color:#148FC7
}

footer {
    border: none;
    padding: 0px;
}

footer h4 {
    font-family: 'Lato';
}

html {
    font-family: 'Lato';;
    -webkit-font-smoothing:antialiased;
}

img.icon {
    width:75px
}

main {
    margin:0 auto
}

p {
    color:#2b3235;
    font-size: 1.07rem;
    line-height:2rem;
}

section {
    padding: 5rem 1rem;
}

.section-orange {
    padding: 3rem 1rem;
}

tr:first-child td {
    border:none;
    padding-top:0
}











/*==============================
  ===NAVIGATION STYLES===
  ==============================*/

.logo-header {
    font-size:34px;
}

.logo-subheader {
    color:#fff;
    font-size:14px;
    margin-bottom: 0px;
    margin-top: -13px;
    text-align:right;
}

.mega-menu-item .sub-menu li a {
    padding:1rem 1.5rem;
}

.menu a {
    color:#fff;
}

.menu li a:after {
    transition:.2s;
}

.menu-copyright-menu-container {
    display:inline-block;
}

.menu-copyright-menu-container .menu-icon {
    float:right;
    line-height:0;
    margin:0 .25rem;
    width:1rem
}

.menu-icon {
    float:left;
    height:1.5rem;
    margin:.5rem 1rem .25rem 0;
    margin-right:1rem
}

.menu-item-description {
    color:#999;
    font-size:.75rem;
    margin-bottom:0
}

/*
.menu-item-has-children a:after {
    color:#333;
    content:"\e259";
    display:inline-block;
    font-family:'Glyphicons Halflings';
    font-size:.5rem;
    font-style:normal;
    font-weight:400;
    line-height:1;
    margin-left:.25rem;
    position:relative;
    top:0;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased;
}*/

.menu-item-object-solutions .sub-menu li a {
    padding:1rem 1.25rem;
}

.menu-logo {
    font-size:30px;
}

.menu-logo a {
    color: #fff;
}

.menu-logo img {
    height: 3.5rem;
    width:auto;
}

.menu-main-navigation-container .menu {
    margin:0;
    padding:0;
}

.menu-main-navigation-container .menu li {
    display:inline;
    display:inline-grid;
    list-style:none;
    margin: .5rem;
    padding:0;
    text-align:center;
}

.menu-main-navigation-container .menu li a {
    padding: 0.15rem 0.35rem
}

.menu-main-navigation-container .menu li:hover .sub-menu {
    display:block
}

.menu-main-navigation-container .menu li:hover .sub-menu a {
    color:#333
}

.menu-main-navigation-container .menu li:hover .sub-menu li:hover a {
    color:#148FC7
}

.menu-main-navigation-container .menu li:hover a {
    color: #fff;
}

.menu-main-navigation-container .sub-menu {
    display:none
}

.menu-main-navigation-container .sub-menu {
    background:#fff;
    border:1px solid #eee;
    border-top:none;
    padding-bottom:0;
    position:absolute;
    top:72px;
    z-index:10;
    -khtml-padding-start:0;
    -moz-padding-end:0;
    -moz-padding-start:0;
    -o-padding-start:0;
    -webkit-margin-after:0;
    -webkit-margin-before:0;
    -webkit-padding-start:0;
}

.menu-main-navigation-container .sub-menu li {
    display:block;
    text-align:left
}

.menu-main-navigation-container a:hover {
    border-bottom: 2px solid #ffffff;
    color: #ffffff!important;
}

.menu-secondary-menu-container {
    width:100%
}

.menu-secondary-menu-container a:hover {
    color:#148FC7
}

.menu-secondary-menu-container li {
    border-left:1px solid rgba(255,255,255,.1);
    display:inline-block;
    float:right;
    font-size:small;
    line-height:2rem;
    margin:0 0 0 .25rem;
    padding:0 1rem
}

.menu-secondary-menu-container li:first-child {
    padding-right:0
}

.menu-secondary-menu-container li:last-child {
    border:none
}

.menu-toggle {
    cursor:pointer;
    padding: 1.75rem 1.375rem;
    position:fixed;
    right:0;
    top:0;
    transition:.2s;
    -webkit-transition:.2s;
    z-index:10000;
}

.menu-toggle span {
    background:#fff;
    display:block;
    height:2px;
    margin-bottom:4px;
    position:relative;
    top:0;
    transition:.2s ease-in-out;
    -webkit-transition:.2s ease-in-out;
    width:24px
}

.menu-toggle span:last-child {
    margin-bottom:0
}

.menu-toggle:hover span,.mobile-menu-visible .menu-toggle:hover span {
    background: #fff;
}

.navbar {
    margin:0;
    padding:0 1.25rem;
    position:absolute;
    transition:.3s;
    width:100%
}

.navbar-brand {
    margin:0;
    width:10rem
}

.navbar-mobile {
    background: linear-gradient(to right, #148FC7 0%, #0b729f 100%) !important;
    /* background:#148FC7;
    background: #148FC7;
    background: -moz-linear-gradient(left, #fa8c28 0%, #148FC7 100%);
    background: -webkit-linear-gradient(left, #fa8c28 0%,#148FC7 100%);
    background: linear-gradient(to right, #fa8c28 0%,#148FC7 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8c28', endColorstr='#148FC7',GradientType=1 );
    height:3rem;
    height: 70px;
    position:fixed;
    text-align: center;
    width: 100%;
}

.navbar-mobile .menu-logo img {
    height: 3.25rem;
}

.navbar-primary {
    background: #148FC7; /* Old browsers */
    background: linear-gradient(to right, #148FC7 0%, #0b729f 100%) !important;
    background: -moz-linear-gradient(left, #148FC7 0%, #0b729f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #148FC7 0%,#0b729f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #148FC7 0%, #0b729f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148FC7', endColorstr='#0b729f',GradientType=1 ); /* IE6-9 */
    height: 93px;
    top: 0px;
}

.navbar-secondary {
    background:rgba(0,0,0,.25);
    border-bottom:1px solid rgba(255,255,255,.1)
}

.sub-menu li a {
    display:block;
    padding:.375rem 1.25rem
}

.sub-menu li a {
    font-size:.875rem
}

.sub-menu li a:after {
    content:''
}

.sub-menu li a:hover {
    color:#148FC7
}

.sub-menu li:hover a {
    color:#148FC7
}









/*==============================
  ===MOBILE NAVIGATION STYLES===
  ==============================*/

.mobile-menu {
    background:#fff;
    display:none;
    display:block;
    overflow:scroll;
    position:absolute;
    right:0;
    top:0;
    width:21rem;
    z-index:1022
}

.mobile-menu {
    height:100%
}

.mobile-menu {
    overflow:scroll
}

.mobile-menu .btn-cta {
    background:none!important;
    border:none;
    margin:10px!important
}

.mobile-menu .btn-cta a {
    padding: .5rem 1.25rem!important;
}

.mobile-menu .btn-cta:hover a {
    box-shadow:none;
    color:#148FC7!important;
    margin:0
}

.mobile-menu .btn:hover {
    transform:none
}

.mobile-menu .mega-menu-item .sub-menu li a {
    padding:.375rem 1.25rem
}

.mobile-menu .menu-close {
    right:0
}

.mobile-menu .menu-icon {
    display:none
}

.mobile-menu .menu-item-description {
    display:none
}

.mobile-menu .menu-item-has-children a:after {
    display:none
}

.mobile-menu .menu-item-object-solutions ul li a {
    padding:.375rem 1.25rem
}

.mobile-menu .menu-main-navigation-container .menu {
    border-top:1px solid rgba(255,255,255,.1);
    padding:1rem 0
}

.mobile-menu .menu-main-navigation-container .menu li {
    display:block
}

.mobile-menu .menu-main-navigation-container .menu li .sub-menu li {
    border-bottom:none
}

.mobile-menu .menu-main-navigation-container .menu li a {
    display:-webkit-box;
    padding:.5rem 1.25rem;
    width:100%
}

.mobile-menu .menu-main-navigation-container .sub-menu {
    border:none;
    display:block;
    position:relative;
    top:0
}

.mobile-menu .menu-main-navigation-container .sub-menu {
    border-left:1px solid #eee;
    margin-bottom:1rem;
    margin-left:1.25rem
}

.mobile-menu .menu-secondary-menu-container {
    display:inline-block
}

.mobile-menu .menu-secondary-menu-container li {
    border:none;
    float:left;
    margin:0;
    padding:0
}

.mobile-menu .menu-secondary-menu-container li {
    display:block;
    width:100%
}

.mobile-menu .menu-secondary-menu-container li:hover,.mobile-menu .menu-secondary-menu-container li:hover a {
    color:#148FC7;
    cursor:pointer
}

.mobile-menu .menu-secondary-menu-container ul {
    border-top:1px solid rgba(255,255,255,.1);
    margin:0;
    padding:1rem
}

.mobile-menu .mobile-logo-container {
    background:#202325;
    height: 70px;
    padding:.5rem 1.25rem;
    position:sticky;
    top:0;
    vertical-align:middle;
    width:inherit;
    z-index:1000;
}

.mobile-menu .sub-menu li:hover {
    background:none
}

.mobile-menu img {
    height: 3.25rem;
    margin-top: -33px;
}

.mobile-menu,.mobile-menu-overlay {
    bottom:0;
    display:block;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:scroll;
    position:fixed;
    right:-21rem;
    top:0;
    transform:translateX(0);
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transition:.2s;
    transition:-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    transition:transform .4s cubic-bezier(0.4,0,0.2,1);
    transition:transform .4s cubic-bezier(0.4,0,0.2,1),-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition:-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    width:21rem;
    z-index:1030;
    -webkit-overflow-scrolling:touch;
}

.mobile-menu-overlay {
    background-color:rgba(0,0,0,0.6);
    content:'';
    height:100%;
    left:0;
    opacity:0;
    position:fixed;
    top:0;
    transform:translateZ(0);
    -webkit-transform:translateZ(0);
    transition:visibility .4s linear,opacity .4s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition:visibility .4s linear,opacity .4s cubic-bezier(0.4,0,0.2,1);
    visibility:hidden;
    width:100%;
    z-index:999
}

.mobile-menu-overlay.hidden {
    background:rgba(0,0,0,.5);
    bottom:0;
    opacity:0;
    position:fixed;
    top:0;
    transition:.2s;
    z-index:1020
}

.mobile-menu-visible {
    overflow:hidden
}

.mobile-menu-visible .menu-toggle span:first-child {
    top:6px;
    transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
}

.mobile-menu-visible .menu-toggle span:last-child {
    top:-6px;
    transform:rotate(-45deg);
    -webkit-transform:rotate(-45deg);
}

.mobile-menu-visible .menu-toggle span:nth-child(2) {
    opacity:0
}

.mobile-menu-visible .mobile-menu {
    box-shadow:0 0 15px rgba(0,0,0,.25)
}

.mobile-menu-visible .mobile-menu {
    display:block;
    right:0;
    transition:.2s
}

.mobile-menu-visible .mobile-menu {
    background-color:#202325;
    bottom:0;
    display:block;
    max-width:100%;
    overflow-x:hidden;
    overflow-y:scroll;
    position:fixed;
    right:0;
    top:0;
    transform:translateX(0);
    -ms-transform:translateX(0);
    -webkit-transform:translateX(0);
    transition:-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    transition:transform .4s cubic-bezier(0.4,0,0.2,1);
    transition:transform .4s cubic-bezier(0.4,0,0.2,1),-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    -webkit-transition:-webkit-transform .4s cubic-bezier(0.4,0,0.2,1);
    width:21rem;
    z-index:1030;
    -webkit-overflow-scrolling:touch;
}

.mobile-menu-visible .mobile-menu-overlay {
    opacity:1;
    visibility:visible
}










/*==============================
  ===FOOTER STYLES===
  ==============================*/

.copyright {
    color:#fff;
    font-size:.75rem;
    line-height:1.5rem;
    text-align:center
}

.copyright .logo {
    margin-right:1rem
}

.copyright .navbar-brand {
    width:2.5rem
}

.copyright a {
    color:#777
}

.copyright a:hover {
    color:#148FC7
}

.copyright p {
    margin-bottom:0
}

.copyright ul {
    margin:0;
    padding:0
}

.copyright ul li {
    display:inline
}

.copyright ul li:after {
    content:'|';
    margin-left:.5rem;
    margin-right:.5rem
}

.copyright ul li:last-child:after {
    display:none
}

.copyright ul a {
    color:#148FC7
}

.footer {
    padding-bottom:4rem
}

.footer a:hover {
    color:#148FC7
}

.footer p {
    color:#777;
    font-size:.875rem;
    line-height:2rem;
    list-style:none;
    padding:0
}

.footer-cta {
}

.section-orange {
    background: #fa8c28;
    background: -moz-linear-gradient(left, #148FC7 0%, #0b729f 100%);
    background: -webkit-linear-gradient(left, #148FC7 0%, #0b729f 100%);
    background: linear-gradient(to right, #148FC7 0%, #0b729f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#148FC7', endColorstr='#0b729f',GradientType=1 );
}

.section-white {
	margin-top: 125px;
}

.footer-cta h2 {
    color:#fff;
    line-height:3rem;
    margin-bottom:0
}

.footer-section ul {
    font-size:.875rem;
    line-height:2rem;
    list-style:none;
    padding:0
}

.footer-section ul a {
    color:#777;
    font-family: 'Lato';
}

.current-menu-item .sub-menu .child-hovered a {
    color:#148FC7
}

.current-menu-item .sub-menu a {
    color:#333
}

.current-menu-item a {
    border-bottom: 2px solid #ffffff;
    color: #ffffff;
}

.current-page-ancestor a {
    color:#148FC7
}

.current_page_ancestor.current-menu-parent a {
    color:#148FC7
}



















/*==============================
  ===CUSTOM STYLES===
  ==============================*/

.text1 {
	font-size: 8px;
}
.text2 {
	font-weight: bold;
	padding-left: 5px;
	color: #6EBE4A;
  font-size: 12px;
}
.rights-cta {
    border: 1px solid #707070;
    padding: 5px 15px 5px 50px;
    box-shadow: none;
    font-size: 14px;
}
.rights-cta:hover {
	color: #6A7286 !important;
}
.rights-cta::before {
	content: url(/wp-content/uploads/2018/12/icon-4.png);
	position: absolute;
  margin-left: -40px;
  margin-top: auto;
}

.menu-main-navigation-container li:not(.cookie-settings) a:hover {
	border-bottom: 2px solid #39C5F8 !important;
}

.menu-main-navigation-container .menu li.cookie-settings a span {
	position: relative;
	padding-left: 25px;
	line-height: 30px;
}

.menu-main-navigation-container .menu li.cookie-settings a span::before {
	content: url(https://www.zentoso.com/wp-content/uploads/2018/12/cookie-settings.svg);
	position: absolute;
  margin-left: -25px;
  margin-top: 5px;
}

.cookie-policy-page .cookie-settings {
	border: 2px solid #19C3A2 !important;
    color: #19C3A2 !important;
    box-shadow: none;
    outline: none;
	    padding: 0.5rem 1rem 0.5rem 2.5rem;
}

.cookie-policy-page .cookie-settings span::before {
	    content: url(https://www.zentoso.com/wp-content/uploads/2018/12/cookie-settings-2.png);
    position: absolute;
    margin-left: -30px;
    margin-top: -2px;
}

.footer-logo {
	margin-bottom: 20px;
}

.modal-content {
	padding: 25px;
}
.modal {
    position: fixed;
    padding-top: 250px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.social:hover {
    opacity: .8;
}
.social {
    width: 35px;
    margin: 5px;
}

.nav-link {
	display: block;
	padding: 20px 30px;
	border-radius: 0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: rgba(0, 0, 0, 0);
	border-bottom: 7px solid #148FC7;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
	border-color: rgba(0, 0, 0, 0);
}

.nav-tabs .active:hover a {
    color: #19C3A2;
}

#privacyNav > li {
    margin-top: 7px;
	list-style-type: none;
}


.abbreviate {
    hyphens:auto;
    -webkit-hyphens:auto;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    word-break:break-word;
    -ms-word-break:break-all;
    word-wrap:break-word;
    -ms-hyphens:auto;
    overflow-wrap:break-word;
}

.accordion {
    width:100%
}

.accordion-content p {
    margin:2rem 0 1rem
}

.accordion-trigger {
    cursor:pointer
}

.accordion-trigger {
    font-size:1rem
}

.accredited-icon {
    margin-left:.5rem;
    width:1rem
}

.accredited-icon-container {
    color:#fff;
    margin-top:2.5rem
}

.accredited-icon-container img {
    width:1.5rem
}

.badge {
    font-size:65%
}

.bs-tooltip-top {
    margin-bottom:5px
}

.btn {
    border-radius: 5px;
    font-family: 'Lato';
    padding: .5rem 3rem;
    transition:all .15s;
    -webkit-font-smoothing: antialiased;
}

.btn-cta a, .btn-cta a:hover {
    color:#fff;
    padding: .5rem 1.25rem;
}

.btn-cta a:hover {
    border: none!important;
    color:#fff!important;
}

.btn-primary {
    background: #19C3A2;
    border: 1px solid #19C3A2;
}

.btn-primary:hover,.btn-primary:active,.btn-primary.active,.show > .btn-primary.dropdown-toggle {
    background: #19C3A2;
    border: 1px solid #19C3A2;
}

.btn-sm {
    line-height:1.25rem;
    padding:.2rem .5rem
}

.btn:hover {
    box-shadow:0 7px 14px rgba(50,50,93,.1),0 3px 6px rgba(0,0,0,.08);
    cursor:pointer;
    transform:translateY(-1px);
    transition:all .15s
}

.display-4 {
    font-size: 2.75rem;
}

.fullwidth {
    width:100%
}

.hero {
    background-position:center;
    background-size:cover!important;
    height:inherit;
    height:max-content;
    overflow:hidden;
    position:relative;
    width:100%
}

.hero-home {
    background: transparent;
    margin-top: 93px;
    padding:0;
    z-index: 2;
}

.hero-home h3 {
    line-height:2.25rem
}

.hero-home li {
    font-size: 1.25rem;
    line-height: 2.25rem;
    margin: 0rem -1rem;
	color: #39C5F8;
}

.hero-home li span {
	color: #fff;
}

.hero-home a {
	color: #19C3A2;
}

.hero-home form a {
	color: #fff;
}

.section-gray {
    background:#f5f5f5;
}

.section-gray h3 {
	font-size: 2.25rem;
    line-height: 1.4;
    border-bottom: 5px solid #39C5F8;
    display: flex;
    padding: 10px;
    margin-bottom: 20px;
    max-width: 560px;
    align-items: center;
    justify-content: center;
    margin: auto auto 40px auto;
}

.section-darkgray {
	background: #fff;
    padding: 3rem 1rem;
    color: #6A7286;
}

.section-darkgray p {
	color: #6A7286 !important;
}

.section-darkgray h5 {
	color: #38425A;
}

.section-darkgray a {
	color: #19C3A2;
}

.section-darkgray .text-light {
	font-weight: normal;
	color: #38425A;
	font-size: 20px;
	font-family: 'Merriweather';
}

.icon-bg {
	    background: url(https://www.zentoso.com/wp-content/uploads/2018/12/icon-bg.png);
    padding: 25px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    border-radius: 25% !important;
    box-shadow: none !important;
}

.section-green {
    background:#148FC7;
    color:#fff
}

.section-navy {
    background: #F8F9F9;
}

.section-navy h1,.section-navy h2,.section-navy h3,.section-navy h4,.section-navy h5,.section-navy h6 {
    color:#38425A;
}

.section-navy p {
    color: #38425A !important;
}

.text-primary {
    color:#148FC7!important
}

.text-small {
    font-size:90%;
    line-height:200%
}

.tooltip {
    font-size:.5rem
}

.v-center {
    display:inline-block;
    float:none;
    vertical-align:middle
}

.btn-outline-secondary {
    border-color: #fff;
}

.btn-outline-secondary:hover {
    border-color: #fff;
	background: transparent;
    color: #fff;
}

.hero-graphic {
    background: url(/wp-content/themes/zentoso/img/hero-graphic.jpg);
    background-position: center;
    background-size: cover;
    height: 100%;
    opacity: 1;
    position: absolute;
    width: 100%;
}

.mobile-menu .current-menu-item a {
    border: none;
    color: #148FC7;
}

.line-break {
    border-bottom: 5px solid #39C5F8;
    margin: 3rem auto;
    max-width: 25rem;
    padding: 0;
}

.media-body {
    text-align: left;
}

.media {
    margin: 4rem 0rem 0rem;
}

.media {
    margin: 4rem 0rem 0rem;
}

.media img {
    border-radius: 50%;
    box-shadow: 0px 0px 10px rgba(0,0,0,.2);
}

h3 {
    font-size: 2.25rem;
	line-height: 1.4;
}

.card {
    border: none;
    box-shadow: 2px 2px 20px rgba(0,0,0,.15);
}

.card {
    border: none;
    box-shadow: 2px 2px 20px rgba(0,0,0,.15);
    margin-bottom: 2rem;
}

.card-body {
    margin: 2rem 0;
}

.card-title {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin: 0rem .25rem 3rem;
    text-align: left;
}

.btn-light {
	color: #fff;
}

.card .btn {
    margin: 0 auto;
    max-width: 190px;
}

.light-gray {
    background: #1591C9;
}

.footer-section img {
    margin: 0 auto;
    width: 175px;
}

.footer-section {
    padding: 1rem 0rem;
    text-align: center;
}

.orange-border-box {
    background: #fa8c28; /* Old browsers */
    background: -moz-linear-gradient(left, #fa8c28 0%, #148FC7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #fa8c28 0%,#148FC7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #fa8c28 0%,#148FC7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa8c28', endColorstr='#148FC7',GradientType=1 ); /* IE6-9 */
    height: 10px;
    width: 100%;
}

h4 {
    font-size: 1.75rem;
	line-height: 1.4;
}

h5 {
    font-size: 1rem;
}

.form-control, .form-group {
    font-family: 'Merriweather';
    font-size: 1.25rem;
    margin: 0px;
    max-width: none!important;
    padding: 0rem 0rem 1rem;
    width: 100%;
    -webkit-font-smoothing: antialiased;
}

label {
    color: #87898F;
    font-size: .85rem;
    line-height: 1.25rem;
    margin-bottom: 0px;
}

.form-control {
    font-family: 'Merriweather';
    font-size: 1rem;
    padding: .5rem .75rem;
}


.form-control:focus {
    background-color: #fff;
    border-color: #bbb;
    outline: none;
}

.form p {
    color: #87898F;
    font-family: 'Lato';
    font-size: .85rem;
    line-height: 1.25rem;
    line-height: 2rem;
    line-height: 1.25rem;
    margin-bottom: 20px;
    -webkit-font-smoothing: antialiased;
}

.collapse, .collapsing {
    background: #eee;
    border-radius: 5px;
    margin-bottom: 1rem!important;
    padding: 1rem!important;
}

.collapse p {
    margin: 0px;
    padding: 0px;
}

footer ul {
    line-height: 1.75rem;
}

.inline-list {
    font-size: 12px;
}

.strong {
    font-weight: bold;
}







.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    background-color: #6c7073;
}
.custom-control-input:checked~.custom-control-label::before {
    background-color: #6c7073;
    color: #fff;
}
.custom-checkbox .custom-control-label::before {
    border-radius: .25rem;
}
.custom-control-label::before {
    background-color: #fff;
    border: 2px solid #6c7073;
    content: "";
    display: block;
    height: 1.125rem;
    top: 2px;
    pointer-events: none;
    position: absolute;
    width: 1.125rem;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    color: #fff;
    content: "\e013";
    display: inline-block;
    float: left;
    font-family: 'Glyphicons Halflings';
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    left: 4px;
    line-height: 1;
    position: relative;
    position: absolute;
    top: 1px;
    top: 3px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*/
.custom-control-label::after {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 50% 50%;
    content: "";
    display: block;
    height: 1rem;
    left: 0;
    position: absolute;
    top: 0;
    width: 1rem;
}
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
}
.custom-control-input {
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.custom-control {
    display: inline-flex;
    margin: 0.5rem 0rem 1.5rem;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    position: relative;
}

.custom-control-label {
    font-family: 'Lato';
    font-size: .85rem;
    line-height: 2rem;
    line-height: 1.25rem;
    -webkit-font-smoothing: antialiased;
}

.form hr {
    border-bottom: 1px solid #ddd;
    margin: 1rem 0rem 2rem;
    padding-bottom: 0rem;
}

.consent-icon {
    margin: 0 auto;
    width: 30px;
}

.form small {
    color: #87898F;
    font-family: 'Lato';
    font-size: 10px;
    -webkit-font-smoothing: antialiased;
}

.hero-home .container {
    margin: 4rem auto;
}

.form {
    border-radius: 8px;
    box-shadow: 5px 10px 25px rgba(0,0,0,.1);
    padding: 2.5rem;
    z-index: 100000000;
}

.home-footer-section {
    font-size: 13px;
    position: absolute;
    top: 873px;
    width: 100%;
    z-index: 1;
}


.mobile-menu .menu-main-navigation-container .menu li a:hover {
    border-bottom: none;
}

.mobile-menu .menu-main-navigation-container .menu li:hover {
    color: #d84119;
}




.navbar-mobile .menu-logo {
    width: 100%;
}

.media-item {
    margin: 2rem 0rem 2rem;
    text-align: left;
}

.media-item h5 {
	font-size: 20px;
}

.display-3 {
    font-size: 3.5rem;
	line-height: 1.4;
}

.hero-home ul {
    margin-top: 2rem;
}

.narrow {
    margin:0 auto;
    max-width: 925px;
}


.table .custom-control, .table p {
    margin: 0px!important;
    padding: 0px!important;
}

.table td {
    padding: 1rem!important;
    vertical-align: middle;
}

.table-borderless td, .table-borderless th {
    border: none!important;
}

.table .custom-select {
    width: 100%;
}

main {
    margin-top: -32px;
}

.nav-tabs .current-menu-item a {
    color: #19C3A2 !important;
}

.nav-tabs .current-menu-item {
    border-bottom: 5px solid #19C3A2;
	color: #19C3A2;
}

.nav-tabs .menu-item {
    padding: 1rem 2rem!important;
}

.nav-tabs .menu-item a {
    color: #22252a
}

@media (max-width: 576px) {
    .hero-content {
        margin: 0px 0px 3rem;
    }
    .hero-home {
        margin-top: 70px
    }
    .home-footer-section {
        position: relative;
        text-align: center;
        top: 0px;
    }
    .hero-home ul {
        display: none;
    }

    .media-item {
        text-align: center!important;
    }

    .media-item img {
        margin-bottom: 2rem;
    }
.display-3 {
    font-size: 2.5rem!important;
    text-align: center;
}

body {
    margin-top: -93px;
}

}

@media screen and (max-width: 991px) {
	.rights-cta {
		position: absolute;
		right: -25px;
	}
}

/* Banner Example Styles */
/*--
	Author: W3Layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

html,
body {
    margin: 0;
    font-size: 100%;
    background: #fff;
    font-family: 'Lato', sans-serif;
    scroll-behavior: smooth;
}
body a {
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a:hover {
    text-decoration: none;
}
input[type="button"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="search"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-family: 'Source Sans Pro', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif;
}

p {
    font-size:0.9em;
    color: #8c9398;
    line-height: 2em;
    letter-spacing: 1px;
}

ul {
    margin: 0;
    padding: 0;
}

body img {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
}

.breadcrumb,
ol {
    margin-bottom: 0 !important;
}

/*--/header --*/

/* header */

/* CSS Document */

header {
    position: absolute;
    z-index: 9;
    width: 100%;
}

.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */

nav {
    margin: 0;
    padding: 0;
}


#logo a {
    float: left;
    display: initial;
    margin: 0;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}



/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */

nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */

nav ul li {
    margin: 0px 1em;
    display: inline-block;
    float: left;
}

/* Styling the links */

.menu li a {
    font-weight: 600;
    font-size: 0.8em;
    letter-spacing: 2px;
    padding-left: 0;
    padding-right: 0;
    padding: 10px 0;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}


.menu li ul li a {
    color: #555;
    padding: 10px 10px;
    font-size: 0.8em;
}


.menu li ul li:hover {
    background: #f8f9fa;
}

/* Background color change on Hover */

nav .menu li a:hover {
    color: #f78e8e;
}

.menu li.active a {
    color: #f78e8e;
}

/* Hide Dropdowns by Default
 * and giving it a position of absolute */

nav ul ul {
    display: none;
    position: absolute;
    /* has to be the same number as the "line-height" of "nav a" */
    top: 30px;
    background: #fff;
    padding: 10px;
}

/* Display Dropdowns on Hover */

nav ul li:hover > ul {
    display: inherit;
}

/* Fisrt Tier Dropdown */

nav ul ul li {
    width: 170px;
    float: none;
    display: list-item;
    position: relative;
    margin: 0;
}

nav ul ul li a {
    color: #333;
    padding: 5px 10px;
    display: block;
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/

nav ul ul ul li {
    position: relative;
    top: -60px;
    /* has to be the same number as the "width" of "nav ul ul li" */
    left: 170px;
}


/* Change ' +' in order to change the Dropdown symbol */

li > a:only-child:after {
    content: '';
}


/* Media Queries
--------------------------------------------- */

@media all and (max-width: 768px) {

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle + a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 20px;
        font-size: 0.8em;
        text-decoration: none;
        border: none;
        float: right;
        background-color: #ffffff;
        color: #333;
        cursor: pointer;
        text-transform: uppercase;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        width: 80%;
        padding: 5px;
        font-weight: normal;
        font-size: 16px;
        letter-spacing: 1px;
    }

    .toggle:hover {
        color: #333;
        background-color: #fff;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked + ul {
        display: block;
        background: rgba(16, 16, 16, 0.85);
        padding: 15px 0;
        text-align: center;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
        margin: 0 0;
    }

    nav ul ul .toggle,
    nav ul ul a {
        padding: 0 40px;
    }

    nav ul ul ul a {
        padding: 0 80px;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    nav ul li ul li .toggle,
    nav ul ul a,
    nav ul ul ul a {
        padding: 14px 20px;
        color: #FFF;
        font-size: 17px;
    }


    nav ul li ul li .toggle,
    nav ul ul a {
        background-color: #212121;
    }
    .menu li ul li a {
        color: #fff;
    }
    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #ffffff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover > ul,
    nav ul li:hover > ul {
        display: none;
    }
    nav ul ul{
        background:none!important;
    }
    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #fff;
        font-size: 0.85em;
    }
}

@media all and (max-width: 330px) {

    nav ul li {
        display: block;
        width: 94%;
    }

}

/* header */

/*--/banner --*/

.main-banner {
    background: url(../images/banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    height: 50em;
}

.main-banner.inner {
    background: url(../images/banner.jpg)no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    position: relative;
    height: 20em;
}

/*-- place holder --*/

.banner-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ccc;
}

.banner-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #ccc;
}

.banner-form :-ms-input-placeholder {
    /* IE 10+ */
    color: #ccc;
}

.banner-form :-moz-placeholder {
    /* Firefox 18- */
    color: #ccc;
}

.banner-info {
    padding: 16em 0 0em 3em;
    width: 32%;
}

.banner-info h3 {
    font-size: 3.5em;
    letter-spacing: 2px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}

.banner-info p {
    color: #fff;
    font-size: 0.8em;
    letter-spacing: 2px;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
}
.ban-buttons a {
    background: #fff;
    padding: 11px 31px;
    font-size: 13px;
    letter-spacing: 1px;
    color: #ff4c4c;
    border-radius: 0px;
    display: inline-block;
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    border: #fff;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    font-weight: 600;
    text-transform: uppercase;
}

.ban-buttons a.active,
.ban-buttons a:hover {
    opacity: 0.8;
}

a.btn.active {
    background: #10adfb;
    color: #fff;
    border: #10adfb;
}

/*-- //place holder --*/

/*-- //banner --*/

/*-- features --*/
.hand-crafted {
    background: #f7f7f7;
}

h3.tittle {
    font-size: 2.5em;
    letter-spacing: 2px;
    color: #292a2b;
    text-transform: uppercase;
    margin-bottom: 1em;
}

.sub-tittle {
    font-size: 0.3em;
    color: #919aa0;
    letter-spacing: 2px;
    display: block;
    text-transform: uppercase;
}

.events-info .sub-tittle {
    font-size: 0.7em;
}

ul.events-icons.new-inf img {
    border-radius: 50%;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.15);
}

.feature-grids h3,
.bottom-gd.fea h3 {
    color: #05c46b;
    letter-spacing: 1px;
    margin-top: 0em;
    font-size: 1.4em;
}

.feature-grids p {
    margin: 0;
}

.feature-grids span {
    font-size: 1.5em;
    text-align: center;
    color: #ff4c4c;
    line-height: 3em;
}

.bottom-gd,
.bottom-gd2-active {
    background: #f8f9fa;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;
    box-shadow: 7px 7px 10px 0 rgba(76, 110, 245, .1);
    padding: 2em 0;
}

.bottom-gd2-active {
    background: #c6f1b1;
    transition: 2s all;
    -webkit-transition: 2s all;
    -moz-transition: 2s all;
    -ms-transition: 2s all;
    -o-transition: 2s all;
}

.bottom-gd:hover.f1 span,
.bottom-gd2-active span {
    color: #fff;
}

.bottom-gd2-active p {
    color: #fff;
}

.bottom-gd2-active h3 {
    color: #fff;
}

.feature-grids h3,
.bottom-gd.fea h3 {
    font-size: 0.9em;
    color: #1e272e;
    text-transform: uppercase;
    font-weight: 600;
}

ul.tic-info li span {
    color: #ff4c4c;
}

ul.tic-info li {
    color: #566773;
    font-size: 0.9em;
    line-height: 2.2em;
    letter-spacing: 1px;
}

.effect-w3 {
    padding: 6px;
    background: #f0f0f1;
}

.bottom-gd.row {
    margin: 0;
}

/*-- //features --*/
/*-- /New-Arrivals --*/
.product-shoe-info {
    padding: 15px;
    border: 1px solid #e4e4e4;
            /*word wrap */
       word-wrap: break-word;      /* IE */
}

.item-info-product h4 a {
    color: #080808;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}

span.money {
    font-size: 1em;
    font-weight: 800;
    color: #ff4c4c;
    letter-spacing: 2px;
}

.product_price {
    margin: 1em 0 0 0;
    padding: 1em 0 0 0;
    border-top: 1px solid #ddd;
}

ul.stars li {
    display: inline-block;
    margin: 0 0.2em;
}

ul.stars li a span {
    font-size: 0.7em;
    color: #6a6c6d;
}
ul.stars li a span:hover{
    opacity:0.8;
}
span.product-new-top {
    background: #414b52;
    font-size: 0.8em;
    text-transform: uppercase;
    padding: 0.3em 1.2em;
    color: #fff;
}

/*-- //New-Arrivals --*/

section#brands {
    background: #1e272e;
}

.brand-items a span {
    color: #757a7d;
    font-size: 2.5em;
}

/*--about-grids--*/
.service-content {
    margin-left: 1em;
}
.icon span {
    width: 60px;
    height: 60px;
    color: #007bff;
    line-height: 60px;
    text-align: center;
    font-size: 22px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}
.service-content h4 {
    font-size: 1.15em;
    line-height: 1.75em;
    font-weight: 800;
    text-transform: uppercase;
    color: #333;
    letter-spacing: 2px;
    margin-bottom: 0.5em;
}

/*-- /testimonials --*/

.testimonials {
    background: #f2f2f2;
}

.test-info {
    padding: 2em 0;
    margin: 0 auto;
    width: 60%;
}

.test-info h3 {
    font-size: 1em;
    color: #1e272e;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 600;
}

.test-img img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    padding: 4px;
    background: hsla(21, 60%, 94%, 0.33);
    width: 15%;
}

.w3layouts-footer.test-soc ul li {
    display: inline-block;
    margin: 0 0.3em;
}

.w3layouts-footer.test-soc ul li a span {
    color: #fff;
    margin: 0 0.5em;
}

.test-info p span {
    font-size: 1.8em;
    color: #505c65;
}

ul.list-unstyled.w3layouts-icons.clients li {
    margin: 0 0.2em;
    text-align: center;
    display: inline-block;
}

ul.list-unstyled.w3layouts-icons.clients li span {
    font-size: 0.8em;
    color: #ff4c4c;
}

ul.list-unstyled.w3layouts-icons.clients li span:hover {
    opacity: 0.8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;

}

/*-- //testimonials --*/
.men-thumb-item{
   position: relative;
}
.item-info-product h4 {
    margin-top: 0.5em;
}
.shop-now{
    position: absolute;
    bottom: 8%;
    right: 8%;
}
.shop-now a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration:none;
    color:#333;
}
h4.group.card-title {
    font-size: 1.2em;
    letter-spacing: 2px;
    color: #464f56;
}
/*--/breadcrumb--*/
ol.breadcrumb {
    background: none;
    margin: 0;
    padding: 1em 2em;
    background: #f7f7f7;
}
li.breadcrumb-item {
    font-size: 0.9em;
    letter-spacing: 1px;
}
.breadcrumb-item.active {
    color: #888;
}
li.breadcrumb-item a {
    color: #ff4c4c;
}
/*--//breadcrumbr--*/
/*--/shop--*/
/*-- special deals --*/

.img-deal1 {
    padding: 0;
}

.img-deal1 h3 {
        color: #495057;
        font-size: 13px;
        margin-bottom: 10px;
        text-transform: uppercase;
    }


.img-deal1 a {
    font-size: 14px;
    color: #6d6c6c;
}

.img-deals img {
    border: 1px solid #ddd;
}
ul.w3layouts-box-list li {
    list-style: none;
    display: block;
    margin-bottom: 0.9em;
    color: #8c9398;
    letter-spacing: 1px;
    font-size: 0.9em;
}
.grid-img-right{
background: url(../images/single.jpg)no-repeat center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
-ms-background-size: cover;
background-size: cover;
position: relative;
height:15em;
padding:5.5em 2em 0 0;
}
.grid-img-right span.money{
    color: #fff;
    display:block;
}
.grid-img-right a {
    font-size: 0.9em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
    padding:0;

}
.desc1-left {
    border: 1px solid #ddd;
}
.desc1-right h3 {
    text-shadow: 0 1px 0 #ffffff;
    color: #1e272e;
    font-size: 1.1em;
    margin-bottom: 15px;
}
.desc1-right h5 {
    font-size: 1.3em;
    color: #62676b;
    line-height: 1.5em;
    -webkit-text-stroke: 0.2px;
    font-weight: 400;
}
.share h4 {
    font-size: 0.9em;
    color: #555555;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
    font-weight: 400;
}
.desc1-right h5 span {
    text-decoration: line-through;
}
.desc1-right h5 a {
    margin-left: 5px;
    color: #555555;
    text-transform: capitalize;
    font-size: 14px;
    -webkit-text-stroke: 0px;
    letter-spacing: 0px;
}
.available span a {
    margin: 4% 0;
    display: block;
    color: #555555;
    font-size: 0.8725em;
    text-transform: uppercase;
    text-shadow: 0 1px 0 #ffffff;
    text-decoration: underline;
}
h3.shop-sing {
    text-transform: uppercase;
    font-size: 1.2em;
    letter-spacing: 2px;
    margin: 1.5em 0 2em 0;
    color: #323a40;
}
p.italic-blue {
    font-style: italic;
    color: #89bff3;
    font-weight: 500;
}
/*--//shop--*/
/*-- customer --*/

.customer-rev ul li span {
    color: #f58b8d;
    font-size: 0.8em
}
h3.sear-head {
    color: #1e272e;
    margin-bottom: 20px;
    font-size: 1em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.customer-rev ul li {
	list-style: none;
}
.customer-rev ul li a span {
    color: #a4a6a9;
    font-weight: normal;
    margin-right: 4px;
}


/*-- //customer --*/

/*--/footer--*/

footer {
    background: #f7f7f7;
}

h3.footer-title {
    font-size: 1.1em;
    font-weight: 600;
    letter-spacing: 1px;
    color: #3d3f44;
}

footer p {
    font-size: 0.9em;
}

form.w3layouts-newsletter {
    display: flex;
    margin-bottom: 2.5em;
}

.bottom-w3layouts-sec-nav {
    border-top: 1px solid #ddd;
}

.w3layouts-newsletter input[type="email"] {
    padding: 0.6em 1em;
    font-size: 15px;
    color: #000;
    outline: none;
    letter-spacing: 2px;
    border: none;
    border: none;
    flex-basis: 100%;
    background: #efeeee;
}

.w3layouts-newsletter button.btn1 {
    color: #ff4c4c;
    font-size: 17px;
    letter-spacing: 1px;
    padding: 14px 0;
    border: transparent;
    text-transform: uppercase;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    transition: 0.5s all;
    background: #1e272e;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    padding: 0.7em 2em;
}

h2.logo-2 a {
    font-weight: 700;
    font-size: 34px;
    color: #1c1d21;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    letter-spacing: 1px;
}
/*--contact--*/
.contact-right-content input[type="text"], .contact-right-content input[type="email"],.contact-right-content input[type="tel"], .contact-right-content textarea {
    padding: 0.8em 1em;
    color: #495057;
    border: none;
    border-radius: 0em;
    font-size: 1em;
    letter-spacing: 1px;
    margin-bottom: 1em;
    -webkit-appearance: none;
    outline: none;
    /* display: block; */
    width: 100%;
    background: #f0f1f3;
}
.contact-right-content input[type="submit"] {
    outline: none;
    border: none;
    cursor: pointer;
    font-size: 15px;
    color: #fff;
    padding: 12px 40px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    background: #212529;
    font-weight: 700;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border-radius:0em;
}
.contact-left-content h4 {
    color: #3d3f44;
    font-weight: 600;
    font-size: 0.95em;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact-left-content a{
    color: #8c9398;
}
.contact-left-content p{
    margin-bottom:0;
}
.contact-left-content {
    padding-left: 2em;
}
.contact-right-content textarea {
    min-height: 10em;
}
/*--//contact--*/
.map-fo iframe {
    min-height: 350px;
    border: none;
    background: #e8eaec;
    padding: 0.4em;
    width: 100%;
}

/* social icons */
.w3layouts_social_list li {
    display: inline-block;
}

.w3layouts_social_list li a {
    width: 34px;
    height: 34px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    border-radius: 50%;
}

.w3layouts_social_list li a span {
    color: #fff;
    line-height: 34px;
}

a.w3pvt_facebook {
    background: #3b5998;
}

a.w3pvt_twitter {
    background: #1da1f2;
}

a.w3pvt_dribble {
    background: #ea4c89;
}

a.w3pvt_google {
    background: #F44336;
}

/* //social-icons */

/* contact address */
.contact-info h4,
h4.sub-con-fo {
    font-size: 0.9em;
    letter-spacing: 1px;
    color: #5e5e61;
    font-weight: 600;
    text-transform: uppercase;
}

.footer-grid_section_w3layouts li a {
    color: #727377;
    font-size: 0.8em;
    letter-spacing: 1px;
}

.footer-grid_section_w3layouts li a:hover {
    opacity: 0.8;
}

.footer-title h3 {
    font-size: 24px;
    color: #f3f3f3;
    letter-spacing: 1px;
}

ul.w3layouts-icons li a {
    text-transform: uppercase;
}

.footer-right {
    border-left: 1px solid #ddd;
    padding: 3em 0em 3em 2em;
}

.footer-grid_section_w3layouts {
    padding: 3em 0;
}
.contact-info a {
    color: #777;
}
/* //contact address */

/* copyright */
.cpy-right-sec {
    background: #1c1d21;
}

.cpy-right {
    display: flex;
}

.cpy-right p {
    letter-spacing: 2px;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0.9em;
    color: #555;
}

.cpy-right p a {
    color: #555;
}

.cpy-right p a:hover {
    color: #ff6b6b;
}

/* //copyright */

/*--//footer--*/

/*-- to-top --*/
a.move-top span {
    color: #fff;
    width: 36px;
    height: 36px;
    text-align: center;
    border: none;
    line-height: 2em;
    background: #4a4b4c;
}

/*-- //to-top --*/

@media(max-width:1366px) {
    .main-banner {
        height: 45em;
    }
    .banner-info {
        padding: 16em 0 0em 3em;
        width: 38%;
    }
    .service-content h4 {
        font-size: 1em;
    }
}

@media(max-width:1280px) {
    h3.tittle {
        font-size: 2.3em;
    }
    .main-banner {
        height: 40em;
    }
    .main-banner.inner {
        height: 15em;
    }
}

@media(max-width:1080px) {
    .banner-info h3 {
        font-size: 3em;
        letter-spacing: 2px;
    }
    .main-banner {
        height: 38em;
    }
    h3.tittle {
        font-size: 2em;
    }
    .ban-buttons a {
        padding: 10px 14px;
        font-size: 12px;
    }
}
@media(max-width:1024px) {
    .banner-info {
        padding: 14em 0 0em 3em;
        width: 40%;
    }
    .feature-grids h3, .bottom-gd.fea h3 {
        font-size: 0.8em;
    }
}
@media(max-width:991px) {

    .gd-bottom {
        float: left;
        width: 50%;
        margin-top: 1em;
    }
    ul.navbar-nav {
        margin-top: 10px;
        background: #101315;
    }
    li.nav-item {
        margin-right: 0;
    }
    .test-info {
        padding: 2em 0;
        margin: 0 auto;
        width: 80%;
    }
    .product-men {
        margin-bottom: 1em;
    }
    .navbar-toggler {
        padding: 0.3rem 0.5rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: #fff;
        border: 1px solid transparent;
        border-radius: 0.2rem;
    }
    div#products .item {
        float: left;
        width: 50%;
        margin-top: 1em;
    }
    .left-ads-display {
        margin-top: 2em;
    }
}

/*** Responsive Menu For Smaller Device ***/

@media screen and (max-width:900px) {
    .dropdown-menu {
        width: 100%;
    }
    .banner-info h3 {
        font-size: 2.5em;
        letter-spacing: 2px;
    }
    .main-banner {
        height: 38em;
    }
    .feature-grids h3, .bottom-gd.fea h3 {
        font-size: 0.9em;
    }
}

@media(max-width:800px) {
    .main-banner.inner {
        height: 12em;
    }
    .banner-info {
        padding: 11em 0 0em 1em;
        width: 44%;
    }
    .main-banner {
        height: 30em;
    }
    h3.tittle {
        font-size: 1.8em;
    }
}

@media(max-width:768px) {
    .banner-info {
        padding: 11em 0 0em 1em;
        width: 58%;
    }
    .test-info {
        padding: 2em 0;
        margin: 0 auto;
        width: 94%;
    }
}

@media(max-width:767px) {
    .icon-gd-info {
        text-align: center;
    }
    .product-men {
        margin-bottom: 1em;
        float: left;
        width: 50%;
    }
    .footer-grid_section_w3layouts {
        padding: 1em 0;
    }
    h2.logo-2 {
        padding-top: 1em;
    }
    .img-deals {
        float: left;
        width: 40%;
    }
    .img-deal1 {
        padding: 0;
        float: right;
        width: 60%;
    }
    .desc1-right{
        margin-top: 1.5em;
    }
    .contact-left-content {
        padding-left: 1em;
        margin-top: 2em;
    }
    .footer-right {
        border-left: 1px solid #ddd;
        padding: 3em 1em 3em 1em;
    }
    .footer-grid_section_w3layouts {
        padding: 1em 1em;
    }
    ol.breadcrumb {
        padding: 1em 1em;
    }
}

@media(max-width:640px) {
    .main-banner {
        height: 28em;
    }
    .banner-info {
        padding: 10em 0 0em 1em;
        width: 58%;
    }
    div#products .item {
        float: left;
        width: 100%;
        margin-top: 1em;
    }
    h3.tittle {
        font-size: 1.7em;
    }
}

@media(max-width:568px) {
    .banner-info h3 {
        font-size: 2em;
        letter-spacing: 2px;
    }
    .banner-info p {
        font-size: 0.7em;
        letter-spacing: 2px;
    }
    .sub-para-w3layouts {
        margin: 0;
    }

}

@media(max-width:480px) {
    .main-banner {
        height: 25em;
    }
    .banner-info {
        padding: 9em 0 0em 1em;
        width: 58%;
    }
    #logo a {
        font-size: 0.8em;
    }
    .test-info {
        padding: 0em 0;
        margin: 0 auto;
        width: 96%;
    }
    .main-banner.inner {
        height: 9em;
    }
}

@media(max-width:440px) {
    .banner-info {
        padding:8em 0 0em 1em;
        width: 68%;
    }
    .main-banner {
        height: 23em;
    }
    .item-info-product h4 a {
        font-size: 14px;
    }
    .product-men {
        margin-bottom: 1em;
        float: left;
        width: 100%;
    }
    .gd-bottom {
        float: left;
        width: 100%;
        margin-top: 1em;
    }

}

@media(max-width:414px) {
    .banner-info {
        padding: 8em 0 0em 1em;
        width: 75%;
    }
}

@media(max-width:384px) {

}

@media(max-width:375px) {

}

@media(max-width:320px) {

}

/*--//responsive--*/
