@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Regular.eot');
    src: url('../fonts/Mont-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Regular.woff2') format('woff2'),
        url('../fonts/Mont-Regular.woff') format('woff'),
        url('../fonts/Mont-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Bold.eot');
    src: url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.woff') format('woff'),
        url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-SemiBold.eot');
    src: url('../fonts/Mont-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-SemiBold.woff2') format('woff2'),
        url('../fonts/Mont-SemiBold.woff') format('woff'),
        url('../fonts/Mont-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Mont';
    src: url('../fonts/Mont-Heavy.eot');
    src: url('../fonts/Mont-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Heavy.woff2') format('woff2'),
        url('../fonts/Mont-Heavy.woff') format('woff'),
        url('../fonts/Mont-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Limerick-Serial';
    src: url('../fonts/Limerick-Serial-Bold.eot');
    src: url('../fonts/Limerick-Serial-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Limerick-Serial-Bold.woff2') format('woff2'),
        url('../fonts/Limerick-Serial-Bold.woff') format('woff'),
        url('../fonts/Limerick-Serial-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Limerick-Serial DB';
    src: url('../fonts/Limerick-Serial-Regular.eot');
    src: url('../fonts/Limerick-Serial-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Limerick-Serial-Regular.woff2') format('woff2'),
        url('../fonts/Limerick-Serial-Regular.woff') format('woff'),
        url('../fonts/Limerick-Serial-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


body{
    background: #fff;
    font-size: 15px;
    color: #333;
    font-family: 'Mont';
    font-weight: normal;
}
p{
    line-height: 26px;
    font-family: 'Mont';
}
h1,h2,h3{
    margin: 0;
    margin-bottom: 10px;
    font-family: 'Limerick-Serial DB';
    font-weight: normal;
}
h4,h5,h6{
    margin: 0;
    padding: 0;
    font-family: 'Mont';
}
ul{
    margin: 0;
    padding: 0;
}
li{
    list-style: none;
    line-height: 26px;
}
img{
    max-width: 100%;
}
button:focus{
    outline: none !important;
}
a{
    text-decoration: none !important;
}
input, textarea, select {
    width: 100%;
    border: solid 1px #e2e2e2 !important;
    padding: 13px 20px;
    font-size: 14px;
    margin-bottom: 15px;
    color: #111;
}
textarea {
    height: 135px;
    margin-bottom: 10px;
    resize: none;
}
input:focus, textarea:focus, button:focus, select:focus {
    outline: none;
}
::selection{
    background: #444;
    color: #eee;
}
.pad-50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.pad-40{
    padding-top: 40px;
    padding-bottom: 40px;
}
.pad-30{
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.mar-top-10{
    margin-top: 10px;
}
.mar-top-15{
    margin-top: 15px;
}
.mar-top-20{
    margin-top: 20px;
}
.mar-top-30{
    margin-top: 30px;
}
.mar-top-40{
    margin-top: 40px;
}
.mar-top-50{
    margin-top: 50px;
}
.mar-top-0{
    margin-top: 0px;
}
.master-button {
    background: #292b5b;
    width: auto;
    color: #fff !important;
    display: inline-block;
    border: none;
    font-size: 15px;
    padding: 8px 20px;
    letter-spacing: .5px;
    transition: all .3s ease;
    border-radius: 3px;
    cursor: pointer;
    font-family: 'Limerick-Serial DB';
}
.master-button:hover{
    color: #fff;
    background-color: #d90a2c;
}
.master-button i{
    margin-left: 6px;
    position: relative;
    top: -1px;
}
.master-button img{
    width: auto !important;
}

.master-button.iconBtn {
    background-color: transparent;
    color: #292b5b !important;
    font-family: 'Mont';
    font-size: 16px;
    letter-spacing: 0px;
    padding: 8px 0px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: .5px;
}
.master-button.iconBtn span{
    display: inline-block;
    vertical-align: middle;
    background-color: #c5181f;
    color: #fff;
    width: 34px;
    height: 34px;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    border-radius: 3px;
    margin-right: 10px;
    margin-top: -7px;
}
.master-button.green{
    background-color: #00ac47 !important;
}

.owl-carousel .owl-nav{
    margin: 0px;
}
.owl-carousel.middle-ctrl .owl-nav button{
    width: 55px;
    height: 55px;
    border: none;
    padding: 0;
    box-shadow: 0 0px 4px 0 rgba(0,0,0,0.21);
    background-size: 10px !important;
    border-radius: 50% !important;
}
.owl-carousel .owl-nav button span{
    display: none;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-next{
    background: #fff url(../images/right-arrow.png) no-repeat center;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-prev{
    background: #fff url(../images/left-arrow.png) no-repeat center;
}
.owl-carousel.middle-ctrl .owl-nav button{
    position: absolute;
    transform: translateY(-50%);
    top: 45%;
    margin: 0;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-next{
    right: -25px;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-prev{
    left: -25px;
}

.container{
    max-width: 1220px;
    width: 100%;
    margin: 0 auto;
}
.owl-dots .owl-dot span{
    background: #c5c5c5 !important;
    width: 20px !important;
    height: 7px !important;
}
.owl-dots .owl-dot.active span {
    background: #b00f13 !important;
    width: 30px !important;
}


header {
    padding: 10px 0px 20px;
    background-color: transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
header.fixed {
    position: fixed;
    background-color: #fff;
    box-shadow: 0 3px 6px 0 rgba(36,39,44,0.1);
    padding: 10px 0px;
}
header .master-button {
    background: #c5181f !important;
    font-size: 15px !important;
    padding: 12px 20px !important;
    border-radius: 3px !important;
    margin: 0px !important;
    line-height: normal !important;
}
header .topBar{
    margin-bottom: 17px;
}
header .topBar ul li{
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    font-family: 'Limerick-Serial DB';
}
header .topBar ul li a{
    font-size: 16px;
    color: #111;
    transition: color .3s ease;
}
header .topBar ul li a:hover{
    color: #c5181f;
}
header.fixed .topBar{
    display: none;
}
header .logo{
    margin-top: -20px;
}
header .logo a{
    display: inline-block;
}
.hideItem{
    display: none !important;
}
.hideItem.mail{
    margin-left: 30px !important;
}
.hideItem.whatsapp .fa{
    font-size: 18px;
}
.hideItem.whatsapp a{
    margin: 0px 5px !important;
}
.hideItem a{
    font-size: 15px !important;
    color: #292b5b !important;
    transition: color .3s ease;
    font-weight: 500;
    margin: 0px 8px !important;
}
.hideItem a:hover{
    color: #c5181f;
}
header.fixed .hideItem{
    display: inline-block !important;
}
@media only screen and (max-width: 812px) {
    header.fixed .hideItem{
        display: none !important;
    }
}
.sticky-logo{
    display: none;
}
.sticky-logo a{
    display: inline-block;
}
header.fixed .sticky-logo{
    display: inline-block;
}

.mobileLogo .sticky-logo{
    display: none;
}
header.fixed .mobileLogo .sticky-logo{
    display: block;
}
header.fixed .mobileLogo .logo{
    display: none;
}
@media only screen and (min-width: 813px) {
    header.fixed .logo{
        display: none;
    }
}
@media only screen and (max-width: 1024px) {
    .hideItem span{
        display: none;
    }
    .hideItem .fa{
        font-size: 18px !important;
    }
}
@media only screen and (min-width: 780px) and (max-width: 1023px){
    .wsmenu-list li.hideItem .fa{
        display: inline-block !important;
    }
}
@media only screen and (min-width: 813px) {
    header.fixed .logo{
        margin-top: -10px;
        max-width: 38px;
    }
}
header .contactbtn{
    float: right;
}
header.fixed .contactbtn {
    margin-top: 5px;
}

.bannerSec{
    padding: 0 0 30px 0;
    background: #f9f6ff;
}
.bannerSec .bannerContent h1{
    font-size: 65px;
    font-family: 'Limerick-Serial';
    color: #292b5b;
    letter-spacing: 1px;
    margin-bottom: 30px;
    width: 800px;
    position: relative;
    z-index: 1;
}
.bannerSec .bannerContent p{
    font-size: 16px;
    margin-bottom: 30px;
}
.bannerSec .row{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.bannerSec .imgWrap {
    position: relative;
    padding-right: 130px;
}
.bannerSec .videoSec{
    width: 105px;
    height: 105px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.bannerSec .owl-theme .owl-nav{
    position: absolute;
    margin: 0;
    left: 0px;
    z-index: 9;
    bottom: 90px;
}
.bannerSec .owl-theme .owl-nav button{
    margin: 0px 30px;
}
.bannerSec .owl-theme .owl-nav button span{
    display: none;
}
.bannerSec .owl-theme .owl-nav button::after{
    display: inline-block;
    vertical-align: middle;
    font-size: 17px;
    letter-spacing: .5px;
}
.bannerSec .owl-theme .owl-nav button.owl-prev{
    margin-left: 0px;
}
.bannerSec .owl-theme .owl-nav button.owl-next::after{
    content: "Next";
    background: url(../images/next-black.png) no-repeat right center;
    padding-right: 25px;
    font-family: 'Limerick-Serial DB';
}
.bannerSec .owl-theme .owl-nav button.owl-prev::after{
    content: "Prev";
    background: url(../images/prev-black.png) no-repeat left center;
    padding-left: 25px;
    font-family: 'Limerick-Serial DB';
}
.bannerSec .subTitle {
    font-size: 17px;
    color: #666;
    letter-spacing: 3px;
    font-family: 'Limerick-Serial DB';
    transform: rotate(-90deg) translateY(-50%);
    position: absolute;
    right: -72px;
    top: 60%;
}
.bannerSec .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    right: -50px;
    margin-top: 0;
    bottom: 25px;
    z-index: 9;
    width: 120px;
}
.bannerSec .owl-dots:after {
    content: "0"counter(slides-num);
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    vertical-align: middle;
    color: #7b7b7b;
    font-family: 'Limerick-Serial';
}
.bannerSec .owl-dot.active{
    font-size: 30px;
    color: #333894;
    font-weight: 600;
}

.bannerSec .owl-dot.active:after {
    content: "0"counter(slides-num);
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    left: 0px;
    top: 0px;
    color: #292b5b;
    font-family: 'Limerick-Serial';
}
.bannerSec .owl-dot.active::before{
    content: "/";
    display: inline-block;
    vertical-align: middle;
    color: #333;
    font-weight: 400;
    font-size: 18px;
}



.bannerSec .owl-dot {
    display: inline-block;
    counter-increment: slides-num;
    margin-right: 5px;
}
.bannerSec .owl-dot span {
    display: none !important;
}



.popup-video {
    height: 50px;
    width: 50px;
    background: #c5181f;
    display: inline-block;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    transition: .3s;
    color: #fff !important;
    position: relative;
    margin-bottom: 10px;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}
.popup-video .fa{
    margin-left: 5px;
}
.popup-video::before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    border-radius: inherit;
    border: 1px solid #c5181f;
    -webkit-animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
    animation: btnIconRipple 2s cubic-bezier(0.23, 1, 0.32, 1) both infinite;
}
@-webkit-keyframes btnIconRipple {
  0% {
    border-width: 2px;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  80% {
    border-width: 1px;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
  }
  100% {
    opacity: 0;
  }
}


/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #d90a2c;
    height: 1px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
    right: 0;
}



.heading{
    margin-bottom: 40px;
}
.heading h2{
    color: #292b5b;
    font-size: 40px;
    margin-bottom: 7px;
}
.heading h2 span{
    font-family: 'Limerick-Serial';
}
.heading p{
    font-size: 16px;
    margin-bottom: 0px;
}


.custom-nav {
    margin-top: 20px;
}
.custom-nav.disabled{
    display: none;
}
.custom-nav button{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 38px;
    text-align: center;
    margin-right: 10px;
    padding: 0px 16px;
    background-color: transparent;
    border: solid 1px #444;
    color: #444;
    font-size: 22px;
    transition: all .3s ease;
}
.custom-nav button:hover{
    color: #c5181f;
    border-color: #c5181f;
}


.categorySec{
    padding: 60px 0px 40px;
}
.categoryWrap .item{
    background-color: #fff;
    box-shadow: 0 0 10px rgb(21 87 153 / 8%);
    padding: 30px 25px 25px;
    border-radius: 10px;
    transition: all .4s ease-in-out;
    margin-bottom: 20px;
}
.categoryWrap [class*="col-"]:nth-child(1) .item{
    background: #ffe6ec;
}
.categoryWrap [class*="col-"]:nth-child(2) .item{
    background: #fff4e6;
}
.categoryWrap [class*="col-"]:nth-child(3) .item{
    background: #e7fff2;
}
.categoryWrap [class*="col-"]:nth-child(4) .item{
    background: #e6ebff;
}
.categoryWrap .item .icon{
    max-width: 60px;
    transition: all .3s ease;
}
.categoryWrap .item .icon img{
    display: block;
}
.categoryWrap .item h3 {
    color: #292b5b;
    font-size: 18px;
    font-weight: 600;
    margin: 25px 0px 10px;
    font-family: 'Mont';
    text-transform: uppercase;
}
.categoryWrap .item p {
    line-height: 22px;
    font-size: 14px;
    height: 44px;
    overflow: hidden;
}
.categoryWrap .item .colorLink{
    color: #c5181f;
    font-size: 14px;
    display: block;
}
.categoryWrap .item:hover .icon{
    transform: scale(1.1);
}


.productSec {
    padding: 15px 0 60px;
}
.productSec .item{
    border: 1px solid #f3e7e6;
    border-radius: 10px;
    overflow: hidden;
}
.productSec .item .content{
    padding: 20px 15px;
}
.productSec .item .content .title {
    font-size: 18px;
    color: #292b5b;
    margin: 0 0 9px 0;
    font-family: 'Mont';
    text-transform: uppercase;
    font-weight: 600;
}
.productSec .item .content p{
    line-height: 22px;
    color: #333;
    margin-bottom: 0;
    font-size: 14px;
}


.aboutSec {
    background: #f8fbff;
}
.aboutSec img{
    border-radius: 5px;
}
.aboutSec .heading{
    margin: 30px 0px;
}
.aboutSec .heading h2{
    line-height: 52px;
}
.aboutSec .heading span{
    display: block;
}
.aboutSec p {
    line-height: 30px;
    font-size: 16px;
}
.aboutSec .master-button{
    margin-top: 15px;
}

.serviceSec .heading{
    padding-right: 20px;
    margin: 30px 0px 25px;
}
.serviceSec .heading h2{
    margin-bottom: 25px;
}
.serviceSec .heading p{
    font-size: 15px;
}
.serviceSec .content{
    padding: 8px 10px;
    color: #fff;
    background-color: #c5181f;
    position: absolute;
    bottom: 20px;
    left: 17px;
    right: 17px;
    text-align: center;
    font-size: 20px;
    font-family: 'Limerick-Serial DB';
}
.serviceSec .owl-item .item{
    border-radius: 5px;
    overflow: hidden;
}


.contactStrip{
    background: #f7eaec url(../images/fb-bg.png) no-repeat center;
    background-size: cover;
    padding: 30px 0px;
}
.contactStrip h2{
    font-size: 40px;
    margin-bottom: 25px;
    font-family: 'Limerick-Serial';
    margin-top: 110px;
}
.contactStrip p{
    font-size: 30px;
    font-weight: 500;
    line-height: 40px;
    margin: 0px;
}
.contactStrip .master-button {
    margin-top: 70px;
    font-size: 16px;
    font-family: 'Mont';
    padding: 16px 25px;
    background-color: #b00e12;
}


.brandSec{
    padding: 50px 0;
    background: #fffcfa;
}
.brandSec .heading{
    margin-bottom: 30px;
}
.brandSec .item {
    border: solid 1px #e6e6e6;
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
    padding: 5px;
}
.brandSec .item img{
    display: table;
    margin: 0 auto;
}



footer .footSec{
    background: #17161a url(../images/foot-bg.png) no-repeat center;
    background-size: cover;
    padding: 55px 0px 25px;
    color: #eee;
    margin-top: -7px;
    font-size: 14px;
    position: relative;
}
footer ul.footLinks li{
    display: inline-block;
    margin-right: 25px;
}
footer ul.footLinks li a{
    color: #eee;
    transition: all .3s ease;
}
footer ul.footLinks li a:hover{
    color: #d90a2c !important;
}
footer ul.footLinks li:last-child{
    margin-right: 0px;
}
footer ul.socialMedia li{
    margin-right: 15px;
}
footer ul.socialMedia li a{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    background-color: transparent;
    border: solid 1px #eee;
    color: #eee;
    border-radius: 50%;
    font-size: 14px;
}
footer .copyRight{
    font-size: 13px;
    color: #ddd;
}
footer .copyRight ul.footLinks li a{
    color: #ddd;
}
footer ul.socialMedia li a:hover{
    color: #fff !important;
}
footer ul.socialMedia li a.fb:hover{
    background-color: #4867aa;
    border-color: #4867aa;
}
footer ul.socialMedia li a.insta:hover{
    background-color: #c837ac;
    border-color: #c837ac;
}
footer ul.socialMedia li a.lkdin:hover{
    background-color: #0a66c2;
    border-color: #0a66c2;
}
footer hr{
    border-color: #404040;
    margin: 30px 0px;
}
footer .footTitle{
    margin-bottom: 25px;
    font-size: 20px;
    display: block;
    line-height: 15px;
    white-space: nowrap;
    font-family: 'Limerick-Serial DB';
}
footer .footLogo{
    margin-bottom: 25px;
}
footer .connectItem{
    padding: 60px 45px;
    font-size: 15px;
    height: 320px;
    overflow: hidden;
}
.whatsapp{
    color: #0f9029;
    letter-spacing: .5px;
}
.whatsapp a{
    color: #0f9029 !important;
}
footer .connectItem p {
    line-height: 27px;
}
footer .connectItem ul li{
    margin-bottom: 7px;
}
footer .connectItem ul li strong{
    font-weight: 600;
}
footer .connectItem ul li a{
    color: #333;
    transition: all .3s ease;
}
footer .connectItem ul li a:hover{
    color: #d90a2c;
}
footer .connectItem .connectTitle{
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 17px 0px;
}
footer .greyBg{
    background-color: #f0f0f0;
}
footer .contactSec .row{
    margin: 0px;
}
footer .contactSec [class*='col'] {
    padding-left: 0px;
    padding-right: 0px;
}


.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 10px;
    right: 1px;
    z-index: 99;
}
.scroll {
    position: absolute;
    right: 40px;
    bottom: 70px;
    background: #d90a2c url(../images/to-top.png) no-repeat center;
    background-size: 18px;
    width: 35px;
    height: 40px;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover {
    background-color: #525252;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}



/*============== Inner Pages =============*/

.innerBanner{
    background-color: #e1f0fc;
    padding-bottom: 0px;
}
.innerBanner .bannerContent h1{
    font-size: 47px;
    margin-bottom: 17px;
    margin-top: 85px
}
.innerBanner .bannerContent p{
    width: 80%;
}

.inner-heading{
    max-width: 800px;
    width: 100%;
    margin: 0 auto 40px;
}
.inner-heading h2{
    font-size: 35px;
    color: #292b5b;
    line-height: 45px;
}
.inner-heading h2 span{
    color: #666;
}
.inner-heading p{
    font-size: 16px;
}

.divider-div {
    width: 100%;
    height: 25px;
    background-image: url(../images/divider.png);
    background-repeat: no-repeat;
    background-position: center;
    margin: 40px 0px;
}

.aboutSec .subtitle {
    font-size: 26px;
    color: #292b5b;
    line-height: 36px;
    font-family: 'Limerick-Serial DB';
    margin-bottom: 20px;
}
.aboutSec .threeboxWrap{
    margin-top: 60px;
}

.breadcrumb{
    background-color: transparent;
    padding: 0;
    margin: 0px;
    color: #333;
    font-family: 'Limerick-Serial DB';
}
.breadcrumb li a{
    color: #222;
    font-size: 15px; 
}
.breadcrumb .active {
    color: #797979 !important;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
}
.breadcrumb>li+li:before {
    color: #333;
}


.threeboxWrap {
    margin-top: 20px;
    display: inline-block;
    width: 100%;
}
.threeboxWrap img{
    max-width: 50px;
    width: 100%;
}
.threeboxWrap h3 {
    font-family: 'Mont';
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: #333;
    margin: 28px 0px 18px;
}
.threeboxWrap a{
    font-size: 18px;
    color: #333;
}
.threeboxWrap a:hover{
    color: #d90a2c;
}
.formSec {
    background: #f5f5f5 url(../images/contact-bg.png) no-repeat center;
    background-size: cover;
}
.formSec .row {
    margin-left: 7px;
    margin-right: 7px;
}
.formSec [class*='col'] {
    padding-left: 7px;
    padding-right: 7px;
}



.ServiceList{
    margin-bottom: 55px;
}
.ServiceList h2 {
    margin: 18px 0px;
    font-size: 22px;
    color: #292b5b;
    font-family: 'Mont';
    text-transform: uppercase;
    font-weight: 600;
}
.ServiceList:nth-child(even) [class*="col-"] {
    float: right;
}
.ServiceList:last-child{
    margin-bottom: 0px;
}
.ServiceList .master-button {
    font-size: 15px;
    margin-top: 10px;
    font-weight: 600;
}


.boxWrap .imgWrap{
    margin-top: 20px;
}
.boxWrap h3 {
    color: #292b5b;
    font-size: 18px;
    margin: 20px 0px 10px;
    transition: all .3s ease;
    font-family: 'Mont';
    text-transform: uppercase;
    font-weight: 600;
}
.boxWrap .imgWrap:hover h3{
    color: #c5181f;
}
.boxWrap .imgWrap img{
    width: 100%;
}




.projectsSec .itemWrap{
    display: inline-block;
    margin: 15px 0px;
}
.projectsSec .imgouter{
    position: relative;
}
.projectsSec .itemWrap .overlay {
    background-color: rgba(11, 25, 61, 0.65);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    transition: all .3s ease;
}
.projectsSec .itemWrap:hover .overlay{
    opacity: 1;
}
.projectsSec .itemWrap .zoomIco{
    width: 31px;
    height: 31px;
    background: url(../images/zoom.png) no-repeat center;
    margin: 0 auto 20px auto;
    display: table;
}
.projectsSec .itemWrap .playIco{
    width: 64px;
    height: 64px;
    background: url(../images/play.png) no-repeat center;
    margin: 0 auto;
    display: table;
}
.projectsSec .itemWrap .middle{
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    left: 25px;
    right: 25px;
    text-align: center;
}
.projectsSec .itemWrap .middle p {
    color: #fff;
    font-size: 15px;
    padding: 3px 15px;
    display: inline-block;
    line-height: 23px;
}




.no-gutters [class*='col']{
    padding-left: 0px;
    padding-right: 0px;
}

.tabs-panel{
    display: none;
}
.tabs-panel.is-active {
    display: block;
}

ul.tabs{
    max-height: 400px;
    height: 100vh;
    background: #f7f7f7;
    border-right: solid 1px #eee;
}
.tabs-panel img{
    width: 100%;
}
.tabs-title a {
    display: block;
    background: #f7f7f7 url(../images/menu-right.png) no-repeat right 10px center;
    background-size: 9px;
    padding: 15px 15px;
    color: #222;
    line-height: normal;
    font-size: 15px;
    transition: all .3s ease;
}
.tabs-title a:hover{
    background-color: #eee !important;
}

.linkWrap{
    display: flex;
    flex-wrap: wrap;
    padding: 0 4px;
}
.menuLinks {
    flex: 33.33333%;
    max-width: 33.33333%;
    padding: 10px 7px 5px;
}

.menuLinks li a {
    color: #292b5b;
    font-weight: 600;
    display: inline-block;
    margin: 3px 0px;
    padding: 5px 0px;
    line-height: normal;
    font-size: 15px;
    transition: all .3s ease;
}
.menuLinks li a:hover{
    margin-left: 5px;
}
.menuLinks ul{
    margin: 3px 0px 0px 12px;
}
.menuLinks ul li a {
    color: #333;
    font-weight: normal;
    font-size: 13px;
    background: url(../images/right-arrow.png) no-repeat left top 7px;
    background-size: 4px;
    padding-left: 13px;
}
.similarSec{
    padding-top: 0px;
}
.similarSec .heading{
    margin-bottom: 20px;
}
.similarSec .heading h2{
    font-size: 30px;
}
.similarSec .item .content .title{
    margin: 0;
    font-size: 16px;
}
.eagle-gallery.img300 .eagle-medium-wrap {
    height: 400px;
}
.eagle-gallery .eagle-view-medium-img img{
    width: 100%;
}
.eagle-gallery .eagle-open-gallery .eagle-item img{
    width: auto;
}

.pdt-detailContent .title {
    font-size: 30px;
    font-family: 'Mont';
    margin-bottom: 15px;
}
.pdt-detailContent  .desc{
    font-size: 15px;
}
.pdt-detailContent .master-button{
    background-color: #c5181f;
    font-family: 'Mont';
    padding: 10px 30px;
}
.priceSec{
    margin: 20px 0px;
}
.priceSec b, .priceSec span{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-family: 'Mont';
}
.priceSec b{
    font-size: 22px;
    font-weight: 500;
}
.priceSec span.old{
    text-decoration: line-through;
    color: #999;
    font-size: 22px;
}
.priceSec span.current{
    font-weight: 600;
    color: #333;
    font-size: 25px;
}
.calcBox .calcField, .calcBox .calcResult{
    display: inline-block;
    vertical-align: middle;
    max-width: 100px;
    width: 100%;
    margin-right: 5px;
}
.calcField input, .calcField select{
    padding: 10px 13px;
    border-radius: 5px;
}
.calcField select{
    background-image: url(../images/select-arrow.png);
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-size: 12px;
    padding-right: 25px;
    width: 100%;
}
.calcResult input {
    width: 120px;
    background-color: #e1f0fc;
    color: #333;
    font-size: 20px;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.sizeModal{
    max-width: 600px;
    width: 100%;
    padding: 0px;
}
.sizeModal .heading, .sizeModal .content{
    padding: 20px;
}
.sizeModal .heading{
    border-bottom: 1px solid #e0e0e0;
    margin: 0;
}
.sizeModal .heading h2{
    font-size: 24px;
    margin: 0;
}
.sizeModal .content table{
    width: 100%;
    border: solid 1px #ccc;
}
.sizeModal .content table th{
    background-color: #ddd;
    font-weight: 600;
}
.sizeModal .content table th, .sizeModal .content table td{
    padding: 8px 12px;
    font-size: 14px;
}

/*============== Media Queries =============*/


@media only screen and (max-width: 1366px) {


footer .connectItem {
    padding: 55px 35px 30px;
}


}


@media only screen and (max-width: 1199px) {

.bannerSec .owl-dots{
    right: 0;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-next {
    right: 0;
}
.owl-carousel.middle-ctrl .owl-nav button.owl-prev {
    left: 0;
}

}


@media only screen and (max-width: 1024px) {


.pad-50 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad-60 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.brandSec {
    padding: 30px 0;
}
.contactStrip h2 {
    font-size: 30px;
    margin-bottom: 20px;
}
.contactStrip p {
    font-size: 18px;
    line-height: 25px;
}
.contactStrip {
    padding: 30px 0px;
}
.contactStrip .master-button {
    margin-top: 30px;
    font-size: 12px;
    padding: 13px 23px;
}
footer .connectItem {
    padding: 40px 20px 20px;
}
footer p {
    line-height: 24px;
    font-size: 14px;
}
.bannerSec .owl-theme .owl-nav {
    bottom: 50px;
}
.categorySec {
    padding: 40px 0px 40px;
}
.bannerSec .bannerContent h1 {
    font-size: 60px;
}
.heading h2 {
    font-size: 33px;
}
.wsmenu-list > li > a {
    margin: 0px 15px;
}
.aboutSec .heading h2 {
    line-height: normal;
}
.aboutSec .heading {
    margin: 0px 0px 20px;
}
.serviceSec .content{
    font-size: 17px;
}
.serviceSec .heading h2 {
    margin-bottom: 13px;
}
.serviceSec .heading {
    padding-right: 0px;
    margin: 10px 0px 10px;
}
.inner-heading h2 {
    font-size: 30px;
    line-height: normal;
}
.bannerSec .bannerContent h1 {
    font-size: 45px;
    margin-bottom: 10px;
}
.bannerSec .bannerContent p {
    margin-bottom: 15px;
}

}


@media only screen and (max-width: 991px) {

.contactStrip{
    text-align: center;
}
.contactStrip .text-right{
    text-align: center !important;
}
.footer .connectItem{
    height: 300px;
}
footer .copyRight .text-right{
    text-align: center !important;
}
footer .copyRight{
    text-align: center;
}
footer .copyRight span{
    margin-top: 10px;
    display: block;
}
.bannerSec .bannerContent h1{
    width: auto;
    font-size: 50px;
    margin-bottom: 20px;
}
.bannerSec .item{
    text-align: center;
}
.bannerSec .imgWrap {
    padding-right: 0;
    max-width: 300px;
    margin: 130px auto 25px;
}
.bannerSec .row [class*="col-"]{
    width: 100%;
}
.bannerSec .row [class*="col-"]:nth-child(1){
    order: 2;
}
.bannerSec .row [class*="col-"]:nth-child(2){
    order: 1;
}
.bannerSec .subTitle{
    top: 40%;
}
.bannerSec .owl-theme .owl-nav{
    display: none;
}
.bannerSec .bannerContent p {
    margin-bottom: 15px;
}
.aboutSec p {
    line-height: 28px;
    font-size: 15px;
}
.contactStrip iframe{
    margin-top: 20px !important;
}
.productSec .owl-carousel .owl-stage{
    padding-left: 0px !important;
}
.productSec {
    padding: 0px 0 40px;
}
.threeboxWrap h3 {
    font-size: 18px;
}
.pdt-detailContent{
    margin-top: 30px;
}
.bannerSec .bannerContent h1 {
    font-size: 40px;
    margin-bottom: 10px;
    margin-top: 0px;
}
.bannerSec .bannerContent p {
    width: auto;
    font-size: 15px;
    line-height: 23px;
}
.bannerSec .bannerContent{
    margin-bottom: 50px;
}
.popup-video {
    left: 26%;
}
.bannerSec .owl-dots{
    bottom: 0;
}
.contactStrip h2 {
    margin-top: 0px;
}

}

@media only screen and (min-width: 813px) {
.showMob{
    display: none !important;
}
}
@media only screen and (max-width: 812px) {

.hideMob{
    display: none !important;
}
footer p {
    line-height: 23px;
    font-size: 13px;
}
.hvr-underline-from-left:before{
    display: none;
}
.aboutSec .subtitle {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 12px;
}
.inner-heading {
    margin: 0 auto 25px;
}
.divider-div{
    margin: 25px 0px;
}
.aboutSec .master-button {
    margin-top: 5px;
}
.threeboxWrap img {
    max-width: 35px;
}
header .topBar {
    text-align: right;
    margin: 0;
    position: absolute;
    right: 40px;
    top: 28px;
}
header .topBar span{
   display: none;
}
header .topBar .fa{
    font-size: 18px;
}
header.fixed .topBar{
    display: block;
}
header .logo{
    margin-top: 0px;
}
.bannerSec .imgWrap {
    margin: 85px auto 25px;
}

}


@media only screen and (max-width: 767px) {


footer{
    text-align: center;
}
footer .footSec{
    padding: 40px 0px;
}
footer .footTitle{
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 18px;
}
footer .footLinks{
    margin-top: 0px;
}
footer hr {
    margin: 15px 0px;
}
.scroll {
    right: 15px;
}
.heading h2 {
    font-size: 28px;
}
.contactStrip iframe {
    max-width: 400px !important;
    width: 100% !important;
}
.heading {
    margin-bottom: 30px;
}
.categorySec {
    padding: 40px 0px 25px;
}
.aboutSec .heading {
    margin: 25px 0px 20px;
}
.aboutSec img{
    width: 100%;
}
.service-slider{
    margin-top: 15px;
}
.pad-60 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.contactStrip h2 {
    font-size: 24px;
}
.serviceSec .heading{
    margin: 0;
}
.aboutSec .subtitle{
    margin-top: 20px;
}
.aboutSec .threeboxWrap {
    margin-top: 20px;
}
.inner-heading h2 {
    font-size: 26px;
}
.divider-div {
    display: none;
}
.aboutSec p {
    line-height: 25px;
}
.threeboxWrap h3 {
    margin: 23px 0px 10px;
}
.threeboxWrap img{
    margin-top: 20px;
}
footer .footSec {
    padding: 15px 0px 20px;
}
footer .copyRight span {
    margin-top: 15px;
    font-size: 11px;
}
.brandSec .heading {
    margin-bottom: 15px;
}
.threeboxWrap{
    margin-top: 0px;
}
.formSec .row {
    margin-left: 5px;
    margin-right: 5px;
}
.formSec [class*='col'] {
    padding-left: 0;
    padding-right: 0;
}
.categoryWrap .item p{
    height: auto;
}
.ServiceList h2 {
    margin: 20px 0px 10px;
}
.pdt-detailContent .title {
    font-size: 23px;
    margin-bottom: 10px;
}
.pdt-detailContent .desc {
    font-size: 14px;
}
.priceSec b {
    font-size: 18px;
}
.priceSec b, .priceSec span{
    margin-right: 10px;
}
.priceSec span.old {
    font-size: 18px;
}
.priceSec span.current {
    font-size: 22px;
}
.similarSec .heading h2 {
    font-size: 24px;
}
.bannerSec .bannerContent h1{
    font-size: 35px;
}

}


@media only screen and (max-width: 575px) {

footer .connectItem{
    height: auto;
    text-align: center;
}
.boxWrap .xs-full, .tabber-sec .xs-full{
    width: 100%;
    float: none;
}
.inner-heading {
    margin: 0 auto 15px;
}
.inner-heading h2 {
    font-size: 22px;
}
.inner-heading p {
    font-size: 14px;
    line-height: 24px;
}
.heading h2 {
    font-size: 25px;
}
.heading p {
    font-size: 15px;
    line-height: 22px;
}
.eagle-gallery.img300 .eagle-medium-wrap {
    height: 318px;
}
.aboutSec .subtitle {
    font-size: 20px;
    line-height: 27px;
}
.bannerSec .imgWrap{
    max-width: 235px;
}
.pdt-detailContent .master-button {
    padding: 10px 20px;
}
}