@font-face {
    font-family: gotham-light;
    src: url(../fonts/Gotham-Light.otf);
}
@font-face {
    font-family: gotham-bold;
    src: url(../fonts/Gotham-Bold_0.otf);
}
@font-face {
    font-family: gotham-medium;
    src: url(../fonts/Gotham-Medium.otf);
}
@font-face {
    font-family: gotham-book;
    src: url(../fonts/Gotham-Book.otf);
}
body {
    font-family: gotham-light;
}
.dropdown-submenu {
    position: relative;
}
.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    width: 250px;
}
header {
    position: relative;
    z-index: 9;
}
.navbar-default {
    background: #fff;
    margin-bottom: 0;
    padding: 15px 0;
}
.navbar-collapse {
    float: left;
    width: 100%;
    clear: both;
}
.search-head {
    padding: 15px;
}
.search-head input {
    border: none;
    background: #dcdcdc;
    padding: 2px 10px;
    color: #777;
}
.full-width {
    width: 100% !important;
}
.container > .navbar-header {
    margin-right: 0;
    margin-left: 0;
}
.navbar-default .navbar-collapse .navbar-nav > li > a {
    color: #1188d1;
    padding-left: 5px;
    padding-right: 5px;
}
.navbar-default .navbar-collapse .navbar-nav > li:last-child > a,
.navbar-default .navbar-collapse .navbar-nav > li:last-child > a p {
    padding-right: 0;
}
.navbar-default .navbar-nav > li > a {
    color: #1188d1;
}
.navbar-default .navbar-nav > li > a > p {
    color: #1188d1;
    margin-bottom: 0;
    padding: 2px 8px;
}
.navbar-default .navbar-nav > .act > a > p {
    background: #1188d1;
    color: #fff;
    padding: 2px 8px;
    margin-bottom: 0;
}
.language {
    padding: 15px;
}
.language a {
    background: #fff;
    border: 1px solid #ccc;
    text-transform: uppercase;
    padding: 2px 5px !important;
    display: inline-block !important;
    margin-right: -6px;
}
.language a.active,
.language a:hover {
    background: #1188d1 !important;
    color: #fff !important;
}
.banner {
    clear: both;
    position: relative;
}
.clipimp {
    position: absolute;
    bottom: 103px;
    width: 100%;
}
body ul.bannerSlider {
    padding-left: 0;
}
body ul.bannerSlider .slide__image::before {
    content: "";
    position: absolute;
    width: 100%;
}
body ul.bannerSlider .slick-slide {
    position: relative;
}
body ul.bannerSlider .slide__image img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
body ul.bannerSlider .slick-slide .slide a {
    outline: none;
}
body ul.bannerSlider .slick-slide .slide a:focus-within,
body ul.bannerSlider .slick-slide .slide a:focus,
body ul.bannerSlider .slick-slide .slide a:focus-within {
    outline: none;
    text-decoration: none;
}
body ul.bannerSlider .slick-slide .slide a:hover,
.slide:hover {
    text-decoration: none !important;
}
body ul.bannerSlider img.slide__image__top-position {
    -o-object-position: center bottom;
    object-position: center bottom;
}
body ul.bannerSlider .slide__text {
    position: relative;
    z-index: 100;
    text-align: center;
    width: 100%;
    bottom: -10px;
    z-index: 999;
    outline: none;
}
body ul.bannerSlider .slide__text h2 {
    font-size: 16px;
    font-weight: 800;
    color: #646464;
    margin-bottom: 27px;
    line-height: 23px;
    position: relative;
}
body ul.bannerSlider .slide__text h2:after {
    position: absolute;
    top: -214px;
    background: url(../img/imgover.png) repeat-x;
    height: 215px;
    content: " ";
    width: 100%;
    left: 0;
    z-index: 5;
}
body ul.bannerSlider .slide__text h2 span {
    font-size: 23px;
    font-weight: 100;
    color: #1188d1;
}
body ul.bannerSlider ul.slick-dots {
    position: absolute;
    bottom: -8px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
    padding: 0;
}
body ul.bannerSlider ul.slick-dots li {
    display: inline-block;
    border: 2px double #ccc;
    max-width: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 5px;
}
body ul.bannerSlider ul.slick-dots li button {
    visibility: hidden;
    width: 5px;
}
body ul.bannerSlider ul.slick-dots .slick-active {
    background: #1188d1 !important;
    border: 2px double #1188d1;
    padding: 0;
    overflow: hidden !important;
}
body ul.bannerSlider ul.slick-dots .slick-active button {
    width: 4px;
    background: #1188d1;
}
.bannerSlider .slick-arrow {
    position: absolute;
    top: 50%;
    opacity: 0.5;
}
.bannerSlider .slick-arrow:hover {
    opacity: 1;
}
.bannerSlider .slick-next {
    right: 50px;
    left: auto;
    background: url(../img/nxt-wht.png) no-repeat;
    background-size: auto;
    border: none;
    height: 45px;
    width: 40px;
    color: transparent;
    outline: none;
}
.bannerSlider .slick-prev {
    left: 50px;
    right: auto;
    z-index: 9999;
    background: url(../img/nxt-wht.png) no-repeat;
    background-size: auto;
    border: none;
    height: 45px;
    width: 40px;
    color: transparent;
    transform: scaleX(-1);
    outline: none;
}
.whywe {
    padding: 50px 0;
    background-image: radial-gradient(#006299 10%, #004d78 80%);
}
.heading-main {
    text-align: center;
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.heading-main.myh8::after {
    content: "-";
    width: 100%;
    display: block;
    height: 17px;
    margin: 0 auto;
    color: #fff;
}
.text-inr-sec {
    color: #fff;
    font-size: 16.5px;
    text-align: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}
.servx {
    margin: 25px auto;
}
.servx img {
    height: 45px;
    margin-bottom: 15px;
}
.servx p {
    color: #fff;
}
.prodct-home {
    padding: 40px 0;
}
.blk-home {
    background: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.43137254901960786);
    margin: 15px 0;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.img-prodct {
    height: 260px;
    object-fit: cover;
    margin-bottom: 10px;
}
.blk-home .text-center {
    height: 220px;
}
.blk-home h3 {
    color: #1188d1;
    height: 44px;
}
.blk-home p {
    padding: 15px 35px;
    text-align: left;
    color: #737373;
    opacity: 0.7;
    transition: 0.5s;
}
.blk-home:hover p {
    opacity: 1;
    transition: 0.5s;
}
.blk-home .rd-mr {
    position: absolute;
    bottom: 15px;
    width: 100%;
}
.blk-home .rd-mr .read-more {
    background: #646464;
    border-radius: 15px;
    padding: 5px 15px;
    color: #fff;
    text-decoration: none;
    outline: none !important;
}
.prodct-home-slider ul.slick-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 9;
}
.prodct-home-slider ul.slick-dots li {
    display: inline-block;
    max-width: 25px;
    height: 25px;
    overflow: hidden;
    border-radius: 100%;
    margin-right: 5px;
    background-color: #646464;
}
.prodct-home-slider ul.slick-dots li button {
    visibility: hidden;
    width: 5px;
}
.prodct-home-slider ul.slick-dots .slick-active {
    background: #1188d1 !important;
    border: 2px double #1188d1;
    padding: 0;
    overflow: hidden !important;
}
.prodct-home-slider ul.slick-dots .slick-active button {
    width: 4px;
    background: #1188d1;
}
.prodct-home-slider {
    padding: 45px 0;
}
.abt-home-banner {
    background: url(../img/abt-bnr.jpg) no-repeat;
    background-size: cover;
    padding: 45px 0;
    height: 480px;
}
.text-abt-home h1 {
    color: #fff;
    font-size: 28px;
    font-weight: lighter;
}
.text-abt-home h1 strong {
    font-weight: 600;
}
.text-abt-home h1 span {
    background: #fff;
    color: #231f20;
    padding: 2px 5px;
}
.home-port {
    background: #1188d1;
    padding: 45px 0;
}
.home-port .nums {
    color: #fff;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0;
}
.home-port .port-head {
    color: #fff;
    font-size: 25px;
    margin-top: 0;
}
.port-img {
    height: 135px;
}
.port-img img {
    vertical-align: bottom;
}
.our-partners {
    padding: 45px 0;
}
.our-brand-head {
    color: #1188d1;
}
.brands-slider {
    text-align: center;
}
.brands-slider .brand-slide {
    text-align: center;
}
.brand-slide img {
    margin: 0 auto;
}
.brands-slider .slick-arrow {
    position: absolute;
    top: 25%;
    opacity: 0.5;
}
.brands-slider .slick-arrow:hover {
    opacity: 1;
}
.brands-slider .slick-next {
    right: 0;
    left: auto;
    background: url(../img/brands/icn-next.png) no-repeat;
    background-size: auto;
    border: none;
    height: 45px;
    width: 40px;
    color: transparent;
    outline: none;
}
.brands-slider .slick-prev {
    left: 0;
    right: auto;
    z-index: 9999;
    background: url(../img/brands/icn-back.png) no-repeat;
    background-size: auto;
    border: none;
    height: 45px;
    width: 40px;
    color: transparent;
    outline: none;
}
.foot-wrap {
    background: #737373;
    padding: 20px 0;
    box-shadow: 0 -3px 4px 2px #e0e0e0;
    clear: both;
}
.foot-wrap iframe {
    padding-bottom: 30px;
}
.foot-wrap .footh8 {
    color: #fff;
    font-size: 27.39px;
}
.quicklinks li {
    padding: 6px 15px;
    font-size: 15px;
}
.foot-shadow-left {
    box-shadow: -7px 0 #fff;
    padding: 0 15px !important;
}
.txt-white a {
    color: #fff;
    opacity: 0.9;
}
.txt-white {
    color: #fff;
}
.txt-white a:hover {
    color: #fff;
    opacity: 1;
    text-decoration: none;
}
.foot-social li {
    padding: 5px;
}
.txt-white li p {
    margin-bottom: 0;
}
.foot-social li a {
    background: url(../img/social-sprite.png) no-repeat;
    width: 25px;
    height: 25px;
    display: block;
}
.foot-social li a.insta {
    background-position-x: -25px;
}
.foot-social li a.twit {
    background-position-x: -55px;
}
.foot-social li a.linkedin {
    background-position-x: -85px;
}
.foot-social li a.google {
    background-position-x: -115px;
}
.bottom {
    color: #fff;
    padding-top: 15px;
    border-top: 1px solid #ebebeb;
    position: relative;
    display: block;
    clear: both;
}
.powored img {
    width: 20px;
}
.inner-banner {
    margin-bottom: 0;
    background: #dee2e4;
}
.inner-head h2 {
    color: #1188d1;
    font-size: 30px;
    margin: 30px 0;
    font-weight: 700;
}
.inner-head p {
    padding: 0 0 30px;
    margin: 0;
    text-align: left;
}
.inner-head h2 span {
    color: #737373;
}
.sector-main {
    padding: 0;
}
.thumb-bnr-sectors {
    background-size: cover;
    background-repeat: no-repeat;
    height: 415px;
    display: block;
    text-decoration: none;
    margin: -20px 0 0;
    transition: 1s;
}
.thumb-bnr-sectors:hover {
    text-decoration: none;
    transition: 1s;
}
.thumb-bnr-sectors:hover .caption-h8 {
    width: 100%;
    max-width: 100%;
    left: 0;
    transition: 1s;
}
.thumb-bnr-sectors:hover .caption-h8 h2 {
    font-size: 50px;
    transition: 1s;
}
.caption-h8 {
    height: 100%;
    max-width: 325px;
    background: rgba(0, 0, 0, 0.28);
    left: 10%;
    position: relative;
    transition: 1s;
}
.caption-h8 h2 {
    top: 50%;
    position: relative;
    text-align: center;
    color: #fff;
    text-shadow: 0 0 25px #000;
    font-size: 40px;
    transition: 1s;
    text-transform: uppercase;
}
.thumb-txt-sectors {
    padding: 20px 0;
    font-size: 15px;
}
.projects-sec {
    clear: both;
    margin-bottom: 15px;
    position: relative;
    width: 100%;
}
.projects-sec img {
    width: 100%;
}
.caption-projects {
    background: rgba(0, 0, 0, 0.5607843137254902);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 0 15px;
}
.caption-projects h4 {
    color: #fff;
    font-size: 23px;
    margin: 14px 15px 14px 0px;
}
.see-more-projects {
    background: #fff;
    color: #000;
    padding: 5px;
    clear: both;
    display: block;
    right: 0;
    float: right;
    top: 20px;
    position: relative;
    text-decoration: none;
    transition: 1s;
}
.see-more-projects:hover {
    background: 0 0;
    border: 1px solid #fff;
    color: #fff;
    padding: 5px;
    clear: both;
    display: block;
    right: 0;
    float: right;
    top: 20px;
    position: relative;
    text-decoration: none;
    transition: 1s;
}
.small-proj {
    width: 49.75%;
    float: left;
    clear: none;
}
.mr-7 {
    margin-right: 0.25%;
}
.ml-7 {
    margin-left: 0.25%;
}
.project-slide {
    padding: 0;
    margin: 0;
}
.project-slide img {
    width: 100% !important;
}
.slider-for {
    padding: 0;
    margin: 0;
}
.slider-nav li {
    padding: 15px;
}
.slide-section-proj {
    position: relative;
}
.text-details-project {
    padding: 20px 0;
}
.slide-section-proj h4 {
    position: absolute;
    bottom: 20px;
    right: 2%;
    color: #000;
    font-size: 20px;
    text-shadow: 0 0 30px #fff;
}
.text-details-project h2 {
    color: #1188d1;
    margin: 25px 0 20px;
    font-size: 16px;
}
.text-details-project p {
    color: #000;
    font-size: 15px;
    margin: 20px 0 10px;
}
.about-us-content {
    padding: 20px 0;
}
.about-us-content img {
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
}
.txt-abt {
    padding: 10px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
    height: 360px;
    margin-bottom: 20px;
}
.pr-40 {
    padding-right: 40px;
}
.txt-abt h1 {
    color: #1188d1;
    font-weight: lighter;
    margin: 30px 0;
    font-size: 30px;
}
.txt-abt p {
    font-size: 12px;
    font-weight: lighter;
}
.txt-abt p span {
    color: #1188d1;
    font-size: 15px;
}
.abt-image {
    height: 360px;
    margin-bottom: 20px;
}
.abt-vision .inrx {
    background: url(../img/vision.jpg) no-repeat;
    background-size: cover;
    padding: 10px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
    height: 360px;
    margin-bottom: 20px;
    color: #fff;
}
.abt-mision .inrx {
    background: url(../img/mission.jpg) no-repeat;
    background-size: cover;
    padding: 10px 30px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
    height: 360px;
    margin-bottom: 20px;
    color: #fff;
}
.history {
    height: 740px !important;
    background-image: url(../img/history.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.services {
    clear: both;
    display: block;
}
.serv1 {
    background: url(../img/serv/1.jpg);
    background-repeat: no-repeat;
    height: 480px;
    background-size: cover !important;
    position: relative;
}
.serv1-text h2 {
    color: #1188d1;
    font-size: 35px;
    text-decoration: underline;
    text-decoration-color: #1188d1;
    text-underline-position: under;
    margin-bottom: 30px;
    font-weight: bolder;
    text-align: left;
}
.serv1-text > p {
    text-align: left;
}
.serv1-text {
    padding-right: 200px;
    background: #fff;
    padding-left: 98px;
    padding-top: 40px;
    padding-bottom: 93px;
    font-size: 16px;
    text-align: justify;
    color: #222;
    height: 480px;
}
.serv1-text h3 {
    font-size: 22px;
    margin: 17.6px 0;
}
.services:hover .serv1-text,
.services:hover .serv1-text h2 {
    background: #1188d1;
    color: #fff;
}
.leal {
    padding-right: 100px;
    padding-left: 200px;
    background: #ddd;
}
.contact-us {
    padding: 45px 0;
}
.contact-img {
    padding: 0 25px;
}
.contact-img img {
    width: 100%;
}
.border-right {
    border-right: 2px solid #dcdcdc;
    padding: 100px 25px !important;
}
.pad-25 {
    padding: 0 25px;
}
.input-contacts label {
    width: 100%;
    clear: both;
}
.input-contacts strong {
    font-size: 15px;
    margin-bottom: 30px;
    display: block;
}
.input-contacts label {
    font-size: 15px;
    margin-bottom: 5px;
    display: block;
    font-weight: 300;
}
.input-contacts label span {
    vertical-align: middle;
    margin-top: 5px;
    display: inline-block;
    clear: left;
    color: red;
}
.input-contacts input,
.input-contacts textarea,
.input-contacts select {
    font-size: 15px;
    margin-bottom: 15px;
    display: block;
    font-weight: 300;
    border: 1px solid #dcdcdc;
    background: #f4f2f2;
    padding: 5px;
    width: 80%;
}
.address {
    padding: 0 25px;
}
.address h2 {
    font-size: 17px;
    color: #737373;
    margin: 5px;
}
.input-contacts button {
    background: #1188d1;
    color: #fff;
    border: #1188d1;
}
.input-contacts textarea {
    width: 100%;
    resize: none;
}
.input-contacts textarea:focus,
.input-contacts input:focus,
.input-contacts select {
    outline: none;
}
.con-dtl {
    margin-top: 30px;
}
.con-dtl li {
    margin: 10px 0;
    font-size: 16px;
}
.con-dtl li a {
    color: #737373;
    text-decoration: none;
    font-weight: lighter;
}
.con-icn {
    background: url(../img/contact-sprite.png);
    background-repeat: no-repeat;
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.fax {
    background-position-y: -33px;
}
.mail {
    background-position-y: -65px;
}
.sol1 {
    background: url(../img/sol3.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 95px 0;
    color: #fff;
}
.sol1 h1 {
    font-size: 45px;
    font-weight: bolder;
    text-align: left;
    display: inline-block;
}
.sol1 h1 span {
    font-size: 30px;
}
.lil-large {
    font-size: 17px;
    margin-top: 0;
}
.lil-large span {
}
.padding-35 {
    padding: 0 35px;
}
.too-small {
    font-size: 13px;
    margin-top: 70px;
}
.btn {
    color: #fff;
    background: #1188d1;
    text-decoration: none;
    border: none;
    transition: 1s;
    border-radius: 0;
    padding: 5px 25px;
    margin-top: 20px;
}
.btn:hover {
    color: #1188d1;
    background: 0 0;
    text-decoration: none;
    border: 1px solid #1188d1;
    border-radius: 0;
    transition: 1s;
}
.sol2 {
    background: url(../img/sol1.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 76px 0;
    background-size: cover;
}
.sol2 h1 {
    font-size: 45px;
    font-weight: bolder;
    text-align: left;
    display: inline-block;
    color: #fff;
}
.sol2 h1 span {
    font-size: 30px;
}
.sol2 .lil-large {
    color: #fff;
}
.sol2 .lil-large-gray {
    color: #fff;
}
.sol4 {
    background: url(../img/sol2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
}
.sol4 p,
h1 {
    color: #fff;
}
p.text-center {
    text-align: justify !important;
    margin: 0;
}
.fl {
    float: left;
}
.fl:hover {
    float: left;
}
.lil-large-white {
    color: #000;
    font-size: 17px;
}
.lil-large-gray {
    font-size: 17px;
    color: #2b487f;
    margin: 20px 0;
}
.col-md-4.padding-35.right-black {
    display: block;
    margin-bottom: 80px;
}
.sol3 {
    background: url(../img/sol2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
    color: #fff;
}
.sol3 h1 {
    font-size: 40px;
    font-weight: 700;
}
.sol3 .btn {
    background: #1188d1;
    color: #fff;
}
.col-md-9.padding-35.right-black {
    padding: 25px 0;
    margin-bottom: 30px;
}
.col-md-9.padding-35.right-black .lil-large-white {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: justify;
}
.intro {
    padding: 45px 0;
}
.intro-txt {
    font-size: 17px;
    font-weight: 600;
}
.intro-txt span {
    color: #1188d1;
}
.sol-details {
    padding: 40px 0;
    display: block;
    clear: both;
}
.sol-details img {
    width: 100%;
}
.sol-details h3 {
    font-size: 17px;
    color: #1188d1;
    font-weight: 700;
}
.sol-details p {
    font-size: 13px;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
    border-color: #1188d1;
    color: #000;
    font-weight: 600;
}
.filter {
    background: #f2f2f2;
}
.cat-ttl-name {
    font-size: 18px;
    color: #000;
    font-weight: 300;
}
.one-pro img {
    width: 100%;
    height: 150px;
    object-fit: contain;
    padding: 20px;
    box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.3803921568627451);
}
section.categories {
    padding: 45px 0;
}
.categories-thumb {
    text-align: center;
}
.one-pro {
    text-decoration: none;
    transition: 0.3s;
    margin: 0 0 45px;
}
.one-pro:hover,
.one-pro:active,
.one-pro:focus {
    text-decoration: none;
    transform: translateY(-5px);
    transition: 0.3s;
}
.categories-thumb .price {
    text-align: center;
    font-size: 27px;
    color: #000;
    width: 80px;
    float: none;
    margin: 0 auto;
    background: #f4f2f2;
    border: 1px solid #d9d8d8;
}
.categories-thumb .price span {
    font-size: 16px;
    color: #000;
}
.heart.in {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 25px;
    height: 20px;
    background: url(../img/heart-in.png) no-repeat;
    background-size: 100% 100%;
    transition: 0.2s;
    cursor: pointer;
}
.heart.in:hover {
    background: url(../img/heart.png) no-repeat;
    transition: 0.2s;
    background-size: 100% 100%;
}
.heart {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px;
    background: url(../img/heart.png) no-repeat;
    background-size: 100% 100%;
    transition: 0.2s;
    cursor: pointer;
}
.heart:hover {
    background: url(../img/heart-in.png) no-repeat;
    transition: 0.2s;
    background-size: 100% 100%;
}
.product-details {
    padding: 100px 0;
}
.product-details .row > div:nth-child(2) {
    margin-left: 4%;
}
.product-details .single-product,
.product-details .multiple-product {
    width: 100%;
}
.product-details .single-product .item {
    width: 100%;
    height: 500px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    box-shadow: 2px 0 5px grey, 0 0 10px grey;
}
.product-details .single-product img {
    width: 70%;
    margin: auto;
}
.product-details .slick-slide {
    margin: 0 15px;
}
.product-details .slick-list {
    margin: 0 -15px;
}
.product-details .multiple-product .item {
    box-shadow: 2px 0 5px grey, 0 0 10px grey;
}
.product-details .multiple-product .item img {
    width: 100%;
    margin: auto;
}
.product-details .multiple-product .slick-slide:focus,
.product-details .multiple-product .slick-slide > div:focus,
.product-details .multiple-product .item:focus,
.product-details .multiple-product .item img:focus {
    outline: none !important;
}
.product-details .company {
    font-size: 40px;
    color: #000;
    margin: 0;
}
.product-details .name {
    font-size: 30px;
    margin: 0;
}
.product-details .price {
    font-size: 18px;
    background-color: #f4f2f2;
    border: 1px solid #b3b3b3;
    padding: 5px;
    display: inline-block;
    margin: 0;
    margin: 20px 0;
}
.product-details .price span {
    font-size: 30px;
    color: #1188d1;
}
.product-details .add-to-fav {
    font-size: 18px;
    margin: 0;
    margin: 20px 0;
}
.product-details .add-to-fav .fa-heart {
    color: #737373;
}
.product-details .desc-title {
    font-size: 20px;
    margin: 0;
    margin: 20px 0;
}
.product-details .description {
    font-size: 15px;
}
.add-to-cart {
    display: flex;
    align-items: center;
}
.product-details .add-to-cart .quantity-text {
    font-size: 25px;
}
.product-details .add-to-cart .minus,
.product-details .add-to-cart .plus,
.product-details .add-to-cart .value {
    background-color: #f4f2f2;
    border: 1px solid #bfbfbf;
    outline: none;
}
.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
}
.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    width: 20%;
    height: 50px;
    padding: 8px;
}
.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}
.product-details .btn-add-cart {
    background-color: #1188d1;
    font-size: 20px;
    color: #fff;
    border: 0;
    width: 35%;
    height: 40px;
    text-transform: capitalize;
}
.related-items {
    padding: 20px 0 150px;
}
.related-items .one-pro {
    text-decoration: none;
    transition: 0.3s;
    margin: 25px 0 20px;
}
.related-items h3 {
    font-size: 27.78px;
    margin: 0;
    margin-bottom: 40px;
    color: #4a9bd7;
    font-weight: 400;
}
.related-items .background {
    position: relative;
}
.related-items .background img {
    width: 100%;
}
.related-items .slider-holder {
    position: absolute;
    top: -12px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.related-items .related-items-slider .one-pro img {
    background-color: #fff;
}
.related-items .related-items-slider .one-pro .cat-ttl-name {
    margin: 0;
    margin-top: 25px;
    font-size: 14.77px;
    font-weight: 400;
}
.related-items .related-items-slider .one-pro .price {
    margin: 0 auto;
    margin-top: 25px;
    font-size: 27.39px;
    color: #000;
    background-color: #f4f2f2;
    width: 50%;
    border: 1px solid #dadada;
}
.related-items .related-items-slider .one-pro .price span {
    font-size: 16.05px;
    color: #000;
}
.related-items .related-items-slider .slick-prev,
.related-items .related-items-slider .slick-next {
    position: absolute;
    top: 30%;
    border: 0;
    z-index: 1000;
    color: transparent;
    outline: none;
    box-shadow: none;
}
.related-items .related-items-slider .slick-prev {
    left: -40px;
    background: url(../img/brands/icn-back.png) no-repeat left;
}
.related-items .related-items-slider .slick-next {
    background: url(../img/brands/icn-next.png) no-repeat right;
    right: -40px;
}
.sec-about-us {
    padding: 30px 0;
}
.sec-about-us .main-about-row {
    margin-bottom: 30px;
    margin-top: 30px;
}
.sec-about-us .row {
    display: -webkit-flex;
    -webkit-flex-flow: wrap;
    -webkit-flex-flow: row;
}
.sec-about-us .row > [class*="col-"] {
    display: -webkit-flex;
    -webkit-flex-direction: column;
}
.sec-about-us .middle-one {
    margin-bottom: 30px;
}
.sec-about-us .about-us-img img {
    width: 100%;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
}
.sec-about-us .about-us-text {
    padding: 30px;
    padding-bottom: 10px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3686274509803922);
    height: 100%;
}
.sec-about-us .about-us-text h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 31.75px;
    color: #5ea4db;
}
.sec-about-us .about-us-text p {
    font-size: 16px;
}
.sec-about-us .about-us-text p span {
    color: #5ea4db;
}
.sec-about-us .about-us-img {
    position: relative;
}
.sec-about-us .about-us-img > div {
    position: absolute;
    top: 0;
    left: 0;
    padding: 40px 30px 0;
    color: #fff;
}
.sec-about-us .about-us-img > div h2 {
    margin: 0;
    margin-bottom: 20px;
    font-size: 32.37px;
}
.sec-about-us .about-us-img > div p {
    text-align: justify;
    font-size: 15.81px;
}
.login-sec {
    padding: 100px 0;
}
.login-sec form .input-group {
    height: 50px;
    margin-bottom: 40px;
}
.login-sec form .input-group input {
    height: 50px;
}
.login-sec form img {
    width: 25px;
}
.login-sec form .login {
    height: 50px;
    background-color: #1188d1;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    margin: 20px 0;
}
.login-sec .forget {
    float: right;
    color: #6d6e70;
}
.login-sec .register {
    display: block;
    margin-top: 10px;
    color: #4a9bd7;
    text-align: center;
}
.login-sec label {
    text-align: left;
    padding: 0 30px;
    font-size: 12.38px;
    color: #6d6e70;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.login-sec input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.login-sec .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #4a9bd7 !important;
    border-radius: 2px;
}
.login-sec .container:hover input ~ .checkmark {
}
.login-sec .container input:checked ~ .checkmark {
    background-color: #4a9bd7;
}
.login-sec .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.login-sec .container input:checked ~ .checkmark:after {
    display: block;
}
.login-sec .container .checkmark:after {
    left: 6px;
    top: 0;
    width: 8px;
    height: 15px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.login-sec .regitration input[type="submit"] {
    margin-top: 20px;
    height: 35px;
    width: 50%;
    color: #fff;
    text-transform: uppercase;
    background-color: #16375d;
    border: 0;
}
.messages {
    margin-bottom: 20px;
}
.page-main .page-title-wrapper .page-title,
.page-main .page-title-wrapper .page-title,
.page-main .page-title-wrapper .page-title,
.page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.page-main .page-title-wrapper .page-title,
.page-main .page-title-wrapper .page-title {
    margin-right: 25px;
}
.page-title-wrapper .page-title {
    display: inline-block;
}
.block-collapsible-nav .content {
    background: #f5f5f5;
    padding: 15px 0;
}
.items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
    border-left: 3px solid transparent;
    color: #575757;
    display: block;
    padding: 5px 5px 5px 12px;
}
h1 {
    font-weight: 300;
    line-height: 1.1;
    font-size: 2.6rem;
    margin-top: 0;
    margin-bottom: 2rem;
}
table > caption {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.table > thead > tr > th {
    border-bottom: 0;
}
.column.main .block:not(.widget) .block-title {
    border-bottom: 1px solid #c6c6c6;
    margin-bottom: 25px;
    padding-bottom: 10px;
}
.sidebar-additional {
    margin-top: 40px;
}
.block-compare .block-title {
    margin: 0 0 20px;
}
.block-reorder .block-title {
    margin: 0 0 20px;
}
.sidebar .product-items-names .product-item {
    margin-bottom: 10px;
}
.block-reorder .product-item .field.item {
    display: inline-block;
}
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.order-details-items .items-qty,
.footer.content ul,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.block-reorder .product-item .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.sidebar .product-items-names .product-item-name {
    margin: 0;
}
.block-reorder .product-item-name {
    display: inline-block;
}
.sidebar .subtitle {
    display: none;
}
input[type="checkbox"] {
    margin: 2px 5px 0 0;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
    color: #333;
    text-decoration: underline;
}
.product-item-name > a,
.product.name a > a {
    color: #333;
}
.block-reorder .actions-toolbar {
    margin: 17px 0;
}
.actions-toolbar > .primary .action:last-child,
.actions-toolbar > .secondary .action:last-child {
    margin-bottom: 0;
    height: 40px;
    padding: 10px 50px;
}
.sidebar .action.tocart {
    border-radius: 0;
}
.action.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
    margin: 0 0 20px;
}
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
    font-size: 18px;
    font-weight: 300;
}
.block-compare .counter,
.block-wishlist .counter {
    color: #7d7d7d;
    font-size: 1.2rem;
    white-space: nowrap;
}
.sidebar .subtitle {
    display: none;
}
.product-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.sidebar .product-items .product-item {
    margin-bottom: 20px;
    position: relative;
}
.product-items > li {
    margin: 0;
}
.product-item {
    vertical-align: top;
}
.sidebar .product-items .product-item-info {
    position: relative;
    width: auto;
}
.sidebar .product-items .product-item-info .product-item-photo {
    left: 0;
    position: absolute;
    top: 0;
}
.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.block-wishlist .product-item-name {
    margin-right: 25px;
}
.product-item-name,
.product.name a {
    font-weight: 400;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
    color: #333;
    text-decoration: underline;
}
.product-item-name > a,
.product.name a > a {
    color: #333;
    text-decoration: none;
}
.sidebar .product-items .price-box {
    display: block;
    margin: 7px 0;
}
.block p:last-child {
    margin: 0;
}
.product-item .price-box .price {
    font-weight: 700;
    white-space: nowrap;
}
.price-container .price {
    font-size: 1.4rem;
}
.sidebar .product-items .product-item-actions {
    display: block;
    margin-top: 10px;
}
.sidebar .action.tocart {
    border-radius: 0;
}
.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}
.action.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.product-item .tocart {
    font-size: 1.3rem;
    border-radius: 0;
    line-height: 1;
    padding-bottom: 10px;
    padding-top: 10px;
    white-space: nowrap;
}
.sidebar .product-items .action.delete {
    position: absolute;
    right: 0;
    top: 0;
}
.sidebar .product-items .action.delete {
    display: inline-block;
    text-decoration: none;
}
.product-item-actions .actions-secondary > .action {
    color: #999;
    font-weight: 600;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
}
.abs-remove-button-for-blocks:before {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    content: "\e616";
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.sidebar .product-items .action.delete > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.actions-toolbar > .primary:last-child {
    margin-bottom: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
    margin-bottom: 10px;
    text-align: center;
}
.abs-remove-button-for-blocks:before,
.sidebar .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 15px;
    color: #999;
    content: "\2573";
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.table-wrapper {
    margin-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
}
.table-wrapper:last-child {
    margin-bottom: 0;
}
.column.main .block:not(.widget) .block-title > .action {
    margin-left: 15px;
}
.no-display {
    display: none;
}
.sidebar .product-items .product-item-name {
    margin-top: 0;
}
.sidebar .product-items .product-item-details {
    margin: 0 0 0 85px;
}
.account .sidebar-additional {
    margin-top: 40px;
}
.block {
    margin-bottom: 40px;
}
.columns .sidebar-main {
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.data.table .col.actions .action.view:after {
    border-left: 1px solid #a6a6a6;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.page-main .page-title-wrapper .page-title {
    margin-right: 25px;
}
.page-title-wrapper .page-title {
    display: inline-block;
}
.page-main .fieldset > .legend {
    margin: 0 0 20px;
    padding: 0 0 10px;
    width: 100%;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    line-height: 1.2;
    font-size: 1.8rem;
}
.page-main .fieldset > .field {
    margin: 0 0 20px;
}
.page-main .fieldset > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
    color: #000;
    font-size: 16px;
}
.page-main .fieldset > .field.required > .label:after,
.page-main .fieldset > .fields > .field.required > .label:after,
.page-main .fieldset > .field._required > .label:after,
.page-main .fieldset > .fields > .field._required > .label:after {
    content: "*";
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
}
.page-main input[type="text"] {
    background: #fff;
    background-clip: padding-box;
    border: 1px solid #c2c2c2;
    border-radius: 1px;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
.page-main input[type="checkbox"] {
    margin: 2px 5px 0 0;
    display: inline-block;
}
.page-main .fieldset > .field.choice .label {
    display: inline;
    font-weight: 400;
    margin: 0;
}
.page-main .fieldset {
    border: 0;
    margin: 0 0 40px;
    padding: 0;
}
.page-main .action.primary {
    background-image: none;
    background: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    padding: 7px 15px;
    font-size: 1.4rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
}
.column.main {
    margin-bottom: 30px;
}
.page-main .actions-toolbar > .secondary .action.back {
    display: none;
}
.column.main .history {
    background: 0 0;
    height: unset !important;
    margin: 0;
}
.page-main .toolbar {
    margin-bottom: 30px;
    text-align: center;
    border: 0;
}
.page-main .toolbar-amount {
    left: 0;
    line-height: 18px;
    margin: 0;
    padding: 7px 0;
    position: absolute;
    text-align: left;
    top: 0;
    vertical-align: middle;
}
.page-main .limiter {
    display: none;
}
.page-main .product-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.page-main .product-item {
    vertical-align: top;
}
.product-item-info {
    max-width: 100%;
}
.products-grid .product-item {
    display: inline-block;
    width: 50%;
}
.products-grid.wishlist .product-item-photo {
    display: block;
    margin-bottom: 10px;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.product-image-photo {
    bottom: 0;
    display: block;
    height: auto;
    left: 0;
    margin: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}
.products-grid.wishlist .product-item-name {
    margin-top: 0;
}
.product-item-name {
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    display: block;
    hyphens: auto;
    margin: 5px 0;
    word-wrap: break-word;
}
.products-grid.wishlist .product-item .price-box {
    margin: 0;
}
.tooltip.wrapper {
    position: relative;
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: helvetica neue, Helvetica, Arial, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto;
}
.primary button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 3px;
}
.block-addresses-list .items.addresses > .item {
    width: 48%;
    display: inline-block;
}
.block-addresses-list .items.addresses .item.actions .action.edit:after {
    border-left: 1px solid #a6a6a6;
    content: "";
    display: inline-block;
    height: 12px;
    margin: 0 10px;
    vertical-align: -1px;
}
.block-addresses-list .items.addresses > .item {
    margin-bottom: 20px;
}
.header.content {
    padding-top: 10px;
    position: relative;
}
.nav-toggle:before {
    -webkit-font-smoothing: antialiased;
    font-size: 28px;
    line-height: inherit;
    color: #8f8f8f;
    content: "\e609";
    font-family: luma-icons;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.nav-toggle {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    display: block;
    font-size: 0;
    left: 15px;
    position: absolute;
    top: 15px;
    z-index: 14;
}
.checkout-index-index .nav-toggle {
    display: none;
}
.checkout-index-index .logo {
    margin-left: 0;
}
.logo {
    float: left;
    margin: 0 0 10px 40px;
    max-width: 50%;
    position: relative;
    z-index: 5;
}
img {
    height: auto;
}
.logo img {
    display: block;
}
.columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.columns .column.main {
    padding-bottom: 40px;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
}
.columns:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.checkout-container {
    margin: 0 0 20px;
}
.opc-progress-bar {
    display: none;
}
.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}
.opc-wrapper .step-content {
    margin: 0 0 40px;
}
.opc-wrapper .shipping-address-items {
    font-size: 0;
}
.opc-wrapper .shipping-address-item.selected-item {
    border-color: #ff5501;
}
.opc-wrapper .shipping-address-item {
    border: 2px solid transparent;
    font-size: 14px;
    line-height: 30px;
    margin: 0 0 20px;
    padding: 20px 35px 20px 20px;
    transition: 0.3s border-color;
    width: 50%;
    display: inline-block;
    position: relative;
    vertical-align: top;
    word-wrap: break-word;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden;
}
.opc-wrapper .action-select-shipping-item {
    float: right;
    margin: 20px 0 0;
}
button:not(.primary) {
    box-shadow: inset 0 1px 0 0 #fff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
}
button,
a.action.primary {
    border-radius: 3px;
}
button {
    background-image: none;
    background: #eee;
    border: 1px solid #ccc;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-family: open sans, helvetica neue, Helvetica, Arial, sans-serif;
    font-weight: 600;
    margin: 0;
    padding: 7px 15px;
    font-size: 1.4rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
}
.opc-wrapper .shipping-address-item.selected-item:after {
    background: #ff5501;
    color: #fff;
    content: "\e610";
    font-family: luma-icons;
    height: 27px;
    width: 29px;
    font-size: 19px;
    line-height: 21px;
    padding-top: 2px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    visibility: hidden;
}
.opc-wrapper .step-content {
    margin: 0 0 40px;
}
.checkout-shipping-method {
    position: relative;
}
.checkout-shipping-method .step-title {
    margin-bottom: 0;
}
.opc-wrapper .step-title {
    border-bottom: 1px solid #ccc;
}
.opc-wrapper .step-title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}
.shipping-policy-block.field-tooltip {
    top: 12px;
}
.field-tooltip {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
    color: #1979c3;
    cursor: pointer;
}
.field-tooltip .field-tooltip-action {
    display: inline-block;
    text-decoration: none;
}
.minicart-items .product.options .toggle > span,
.shipping-policy-block.field-tooltip .field-tooltip-action span {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.field-tooltip .field-tooltip-action > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
    width: 420px;
    top: 30px;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
    right: -10px;
    top: 40px;
    left: auto;
}
.field-tooltip .field-tooltip-content {
    background: #f4f4f4;
    border: 1px solid #999;
    border-radius: 1px;
    font-size: 14px;
    padding: 12px;
    width: 270px;
    display: none;
    left: 38px;
    position: absolute;
    text-transform: none;
    top: -9px;
    word-wrap: break-word;
    z-index: 2;
}
.opc-wrapper .step-content {
    margin: 0 0 40px;
}
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    max-width: 100%;
}
.table-checkout-shipping-method thead th {
    display: none;
}
.table-checkout-shipping-method tbody td {
    border-top: 1px solid #ccc;
    padding-bottom: 20px;
    padding-top: 20px;
}
.table-checkout-shipping-method tbody td:first-child {
    padding-left: 0;
    padding-right: 0;
    width: 20px;
}
.columns:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}
.copyright {
    background-color: #8f8f8f;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}
.copyright {
    background-color: #8f8f8f;
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
}
.page-title-wrapper {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.opc-sidebar:focus {
    outline: none !important;
}
.modal-custom .action-close,
.modal-popup .action-close,
.modal-slide .action-close {
    background-image: none;
    background: 0 0;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-shadow: none;
    font-weight: 400;
    display: inline-block;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 0;
}
.modal-custom .action-close {
    margin: 25px;
}
.modal-custom .action-close > span,
.modal-popup .action-close > span,
.modal-slide .action-close > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.opc-block-summary {
    background: #f5f5f5;
    margin: 0 0 20px;
    padding: 22px 30px;
}
.opc-block-summary > .title {
    display: block;
}
summary > .title {
    padding-bottom: 10px;
    color: #333;
    font-weight: 300;
    font-size: 2.6rem;
}
.column.main .block:last-child {
    margin-bottom: 0;
}
.opc-block-summary .items-in-cart > .title {
    border-bottom: 1px solid #ccc;
    padding: 10px 40px 10px 0;
    cursor: pointer;
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    position: relative;
}
.opc-block-summary .items-in-cart > .title:focus {
    outline: none !important;
}
.opc-block-summary .items-in-cart > .title:after {
    position: absolute;
    right: 0;
    top: 10px;
}
.opc-block-summary .items-in-cart > .title:after {
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    line-height: 12px;
    color: inherit;
    content: "\e622";
    font-family: luma-icons;
    margin: 3px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: 400;
    overflow: hidden;
    speak: none;
    text-align: center;
}
.opc-block-summary .items-in-cart > .title strong {
    font-size: 1.8rem;
    font-weight: 300;
    margin: 0;
}
.minicart-items {
    margin: 0;
    padding: 0;
    list-style: none none;
}
.opc-block-summary .minicart-items-wrapper {
    margin: 0 -15px 0 0;
    max-height: 370px;
    padding: 15px 15px 0 0;
    border: 0;
}
.column.main .opc-block-summary .product-item {
    margin: 0;
    padding-left: 0;
}
.minicart-items .product-item:first-child {
    padding-top: 0;
}
.minicart-items .product-item {
    padding: 20px 0;
}
.opc-block-summary .items-in-cart .product {
    position: relative;
}
.minicart-items .product > .product-image-container {
    float: left;
}
.product-image-container {
    display: inline-block;
    max-width: 100%;
}
.product-image-wrapper {
    display: block;
    height: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.modal-content {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.page-header {
    border: 0;
}
.opc-estimated-wrapper {
    display: none;
}
@media (min-width: 979px) {
    ul.nav li.dropdown:hover > ul.dropdown-menu {
        display: block;
        margin-top: 0;
    }
}
.navbar-default .navbar-nav > li > a:hover p {
    background: #1188d1;
    color: #fff;
    padding: 2px 8px;
    margin-bottom: 0;
}
.navbar-default .navbar-nav > li > a > p {
    font-weight: bolder;
    font-size: 15px;
}
.soluns {
    width: 100%;
}
.soln {
    position: static !important;
}
.show_soluns {
    justify-content: center;
    flex-direction: row;
    border: none;
    top: auto;
}
.dropdown.soln:hover .show_soluns {
    display: flex !important;
}
.show_soluns .dropdown-menu {
    display: block;
    position: relative;
    left: 0;
    width: auto;
    margin: 0;
    border: none;
    box-shadow: none;
}
.show_soluns .dropdown-toggle {
    font-size: 15px;
    font-weight: bolder;
    color: #1188d1;
}
.show_soluns .dropdown-submenu {
    float: left;
}
.show_soluns .dropdown-toggle::after {
    border-color: unset;
    border-style: unset;
    border-width: unset;
    display: block;
    content: " ";
    float: left;
    border-bottom: 2px solid #ccc;
    position: relative;
    clear: both;
    width: 100%;
}
.filter button.btn.btn-link {
    width: 100%;
    text-transform: uppercase;
}
.filter {
    padding: 15px;
}
.boldfilter {
    color: #1188d1;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bolder;
}
.card-body ul {
    padding: 15px;
    border: 1px solid #1188d1;
}
.card-body ul li {
    list-style: none;
    font-weight: 700;
}
.card-body ul li a {
    color: #1188d1;
    text-decoration: none;
    transition: 0.5s;
}
.card-body ul li a:hover {
    color: #000;
    transition: 0.5s;
}
@media (max-width: 768px) {
    .serv1-text {
        padding-right: 15px;
        background: #fff;
        padding-left: 15px;
        padding-top: 0;
        padding-bottom: 0;
        font-size: 16px;
        text-align: justify;
        color: #222;
        height: 218px;
    }
    .leal {
        padding-right: 15px;
        padding-left: 15px;
        background: #ddd;
        padding-top: 15px;
    }
    .services {
        clear: both;
        display: block;
        margin: 0 0 20px;
    }
}
@media (max-width: 768px) {
    .small-proj {
        width: 100%;
        float: left;
        clear: none;
    }
}
.wishlist-n {
    background: url(../img/wishlist.png) no-repeat;
    width: 42px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
}
services .serv1-text p {
    word-spacing: -3px;
}
.product {
    min-height: 500px;
    background: url(../img/shop.jpg) no-repeat;
    background-size: cover;
}
.product h3 {
    color: #fff;
}
.sol1 h1,
.sol2 h1,
.sol3 h1,
.sol4 h1 {
    font-size: 45px;
    font-weight: bolder;
    float: left;
    text-align: left;
}
.sol1 h1 span,
.sol2 h1 span,
.sol3 h1 span,
.sol3 h1 span {
    font-size: 45px;
    font-weight: 200;
}
.sol1,
.sol2,
.sol3,
.sol4 {
    position: relative;
    width: 100%;
    float: left;
}
.sol1 > .container,
.sol2 > .container,
.sol3 > .container,
.sol4 > .container {
    position: relative;
    z-index: 9;
}
.sol1:after,
.sol2:after,
.sol3:after,
.sol4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
    z-index: 5;
}
.sol1,
.sol2,
.sol3,
.sol4 {
    position: relative;
    width: 100%;
    float: left;
}
.sol1 > .container,
.sol2 > .container,
.sol3 > .container,
.sol4 > .container {
    position: relative;
    z-index: 9;
}
.sol1:after,
.sol2:after,
.sol3:after,
.sol4:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.4);
    pointer-events: none;
    z-index: 5;
}
.sol1 h1 span,
.sol1 h2 span,
.sol1 h3 span,
.sol1 h4 span {
    font-size: 45px;
    font-weight: 200;
}
section.projects-sec img {
    width: 100% !important;
}
ul.inner-banner .slide__image {
    max-height: 469px;
    overflow: hidden;
}
.right-black .btn:hover {
    background: #000 !important;
    color: #fff !important;
}
li.brand-slide a img {
    margin: 0 auto;
    max-width: 150px;
}
.divvission {
    display: block !important;
    float: left;
}
.divvission .col-xs-12 {
    width: 100%;
}
@media (max-width: 500px) {
    .sec-about-us .row {
        display: block !important;
    }
}
.row.divvission .about-us-img img {
    object-fit: cover !important;
    min-height: 585px;
}
@media (max-width: 500px) {
    .row.divvission .about-us-img img {
        object-fit: cover !important;
        min-height: auto;
    }
}
@media (min-width: 768px) {
    .navbar-brand {
        position: relative;
        z-index: 99;
    }
    .navbar-brand > img {
        display: block;
        margin: 6px 0 0;
    }
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        margin: -11px 0 5px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        margin: -23px 0 0;
    }
    .navbar-default {
        background: #fff;
        margin-bottom: 0;
        padding: 25px 0;
    }
}
@media only screen and (max-width: 768px) {
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        margin: 0 0 5px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #e7e7e7;
        margin: 20px 0 0;
    }
}
@media only screen and (max-width: 500px) {
    .navbar-brand img {
        width: 100% !important;
        margin: 0 auto;
        float: none;
        text-align: center;
        width: 80% !important;
    }
    .navbar-default .navbar-toggle {
        border-color: #ddd;
        margin: 0 auto;
        text-align: center;
        float: none;
        margin-top: 22px;
    }
    .container > .navbar-header {
        margin-right: 0;
        margin-left: 0;
        text-align: center;
    }
}
