/* CSS Document */
body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #393f4b;
    line-height: 27px;
}

a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a:hover {
    text-decoration: none;
}

body.home li.home>a,
body.about li.about>a,
body.printing li.printing>a,
body.video li.video>a,
body.enquiry li.enquiry>a,
body.contact li.contact>a {
    background: #ffce49;
}

body.home li.home a:hover,
body.about li.about a:hover,
body.printing li.printing a:hover,
body.video li.video a:hover,
body.enquiry li.enquiry a:hover,
body.contact li.contact a:hover {
    position: relative;
    background: #ffce49;
}

body.home li.home::after,
body.about li.about::after,
body.printing li.printing::after,
body.video li.video::after,
body.enquiry li.enquiry::after,
body.contact li.contact::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 8px;
    width: 100%;
    z-index: 2;
    background-image: url(images/nav-active.png);
}

.padding-LR-0 {
    padding-right: 0px;
    padding-left: 0px;
}

.TopNav {
    background-color: #ed268f;
    background: -webkit-linear-gradient(0deg, #ed268f 0%, #00b0f0 100%);
    background: linear-gradient(90deg, #ed268f 0%, #00b0f0 100%);
    padding: 3px 0;
}

.TopNav .social {
    text-align: left;
}

.TopNav .social a {
    margin-right: 25px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
}

.TopNav .social i {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.TopNav .social a:hover {
    color: #54b5ff;
}

.TopNav .phone {
    text-align: right;
    color: #fff;
    padding-right: 0;
    font-size: 15px;
    font-weight: 500;
}

/*-- Navigation--*/
#iwtHeaderNav {
    min-height: 90px;
    border-radius: 0px;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: none;
    width: 100%;
}

.navbar-brand {
    display: block;
    height: auto;
    padding: 26px 0px;
}

.navbar-brand img {
    display: block;
    width: auto;
    max-width: 282px;
    margin-top: 0px;
}

.navbar-default {
    background: transparent;
    border: none;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default .nav>li>a {
    display: block;
    background: transparent;
    color: #393f4b;
    padding: 50px 16px 18px 16px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 400;
    position: relative;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.navbar-default .nav li a .d-arrow::after {
    content: '\f107';
    font-family: FontAwesome;
    position: relative;
    margin-left: 5px;
}

.navbar-default .nav li:hover>a::after {
    left: 0px;
    right: 0px;
}

.navbar-default .nav>li>a::after {
    content: "";
    position: absolute;
    margin-top: -12px;
    /*border-bottom: 1px solid #1cc8fe;*/
    border-top: 1px solid #008cea;
    left: 100%;
    right: 100%;
    height: 44px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

/*.nav > li > a { position: relative; display: block; padding:16px 18px 16px 18px; line-height: 16px;}*/

.navbar-default .nav li a:hover {
    color: #0c609d;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
}

.navbar {
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 0px;
}

.navbar-right {
    margin-right: 0px;
}

/* Nav open a*/

.dropdown:hover .dropdown-toggle {}

/* Hover backgroung color*/

.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
}

/* Dropdown*/
.dropdown-menu {
    right: auto !important;
    float: left;
    padding: 0px 0px;
    margin: 0px 0px 0px;
    text-align: left;
    background-color: rgba(255, 255, 255, 1);
    border: none;
    border-top: 1px solid #008cea;
    border-radius: 0px !important;
}

.dropdown-menu li {
    margin-bottom: 0px;
    border-bottom: 1px solid #e7e7e7;
}

#iwtHeaderNav .dropdown-menu li a {
    color: #2c2c2d !important;
    background: transparent !important;
    line-height: 1.5;
    padding: 12px 20px;
    font-size: 14px !important;
    font-weight: 500 !important;
    letter-spacing: 1pt;
}

#iwtHeaderNav .dropdown-menu li a:hover {
    color: #ed268f !important;
}


@media screen and (min-width:768px) {

    #main-menu .dropdown-menu {
        display: block;
        transform: scale(0);
        transition: ease-out 0.3s;
    }

    #main-menu .dropdown:hover .dropdown-menu {
        transform: scale(1);
    }
}

/*---Sections full----*/
.white {
    background-color: #FFFFFF;
    padding-top: 60px;
    padding-bottom: 60px;
    margin: auto;
}

.gray {
    background: #f4f4f4;
    padding-top: 56px;
    padding-bottom: 60px;
    margin: auto;
}

/*---Banner----*/
.banner {
    margin: auto;
    position: relative;
}

.banner img {
    width: 100%;
}

.banner-inner {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-attachment: fixed;
}

.banner-inner .overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: url(images/overlay.png);
    z-index: 0;
}

.banner-inner h2 {
    color: #FFF;
    text-align: center;
    font-weight: 600;
    margin: 0;
    font-size: 50px;
    line-height: normal;
}

.banner-inner p {
    color: #FFF;
    text-align: center;
    font-weight: 400;
    margin: 0;
    font-size: 25px;
    line-height: normal;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.banner-inner p b {
    font-weight: 700;
}

/*------------ Typography--------------*/
h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 25px;
    text-align: center;
}

h2 {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 30px;
    color: #0650a3;
}

h3 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #0650a3;
}

h4 {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #393f4b;
    line-height: inherit;
}

h5 {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #dd137a;
    line-height: inherit;
}

.h3-line {
    width: 70px;
    background-color: #e24343;
    height: 2px;
    margin: 0px 0 30px 0;
    display: block;
}

.b-line {
    margin: 0;
    padding-bottom: 18px;
    margin-bottom: 35px;
}

.b-line::before {
    background: #2c97ea none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    width: 70px;
}

.m-b-30 {
    margin-bottom: 30px;
}

.m-t-30 {
    margin-top: 30px;
}

.t-center h3 {
    text-align: center;
}

.t-center h4 {
    text-align: center;
}

.t-center .b-line::before {
    margin: auto;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.check-lst {
    padding: 0;
    text-align: left;
}

.check-lst li::before {
    content: '\f046';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -25px;
    margin-right: 5px;
    color: #25a9fe;
}

.check-lst li {
    margin: 14px 0px;
    padding: 3px 0px 5px 27px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

.bul-lst {
    padding: 0;
    text-align: left;
}

.bul-lst li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -17px;
    margin-right: 5px;
    color: #25a9fe;
    font-size: 9px;
}

.bul-lst li {
    margin: 6px 0px;
    padding: 3px 0px 5px 17px;
    text-align: left;
    font-weight: 400;
    font-size: 16px;
}

/* sec css*/


.more-red {
    margin-top: 30px;
    border-left: 2px solid #1cc8fe;
}

.more-red a {
    color: #0650a3;
    font-size: 14px;
    display: inline-block;
    padding: 4px 15px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.more-red a::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #1cc8fe;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.more-red a .fa {
    margin-left: 8px;
}

.more-red a:hover {
    color: #fff;
}

.more-red a:hover::before {
    opacity: 1;
    width: 100%;
}

.counter {
    background: #e6117f;
    padding-top: 60px;
    padding-bottom: 60px;
    /*background-image: url(images/services-bg-1.jpg);*/
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.counter h2 {
    text-align: center;
    color: #fff;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 50px;
}

.counter p {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 300;
    text-transform: uppercase;
    margin: 0;
}

.counter .right-line {
    border-right: #ee5ea8 solid 1px;
}

.milestone-title {
    background: #152944 url(images/blue-bg.jpg) no-repeat center;
    padding-top: 30px;
    padding-bottom: 30px;
    background-attachment: fixed;
    background-size: cover;
}

.milestone-title h2 {
    text-align: center;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 20px;
}

.milestone-title p {
    text-align: center;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

.timeline-bg {
    background-image: url(images/timeline-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #f2f2f2;
    background-attachment: fixed;
}

.product-sec {
    background: #152944 url(images/blue-bg.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 80px;
    padding-top: 70px;
}

.product-sec h2 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    margin-bottom: 45px;
}

.card-4-box {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 20px;
    height: 390px;
}

.card-4-box {
    display: block;
    position: relative;
    overflow: hidden;
    padding-bottom: 65px;
}

.product-sec .title {
    background-color: #f7cf39;
}

.product-sec .title h3 {
    color: #000;
    text-align: center;
    font-size: 50px;
    line-height: normal;
    display: table-cell;
    height: 370px;
    vertical-align: middle;
    width: 500px;
}

.card-4-box img {
    margin: auto;
}

.product-sec .dark {
    background-color: #ebebeb;
}

.product-sec .lite {
    background-color: #fff;
}

.card-4-img {
    display: table-cell;
    height: 300px;
    vertical-align: middle;
    width: 500px;
}

/*.card-4-box a img{-o-object-fit: contain; object-fit: contain;}*/
.card-4-content {
    /*background: rgba(255,255,255,1);*/
    position: absolute;
    height: 185px;
    left: 0;
    width: 100%;
    bottom: -129px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
    border-bottom: 1px solid #1a2f4c;
}

.dark .card-4-content {
    background-color: #ebebeb;
}

.lite .card-4-content {
    background-color: #fff;
}

.card-4-content h3 {
    font-size: 21px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 17px 10px;
    text-align: center;
}

.card-4-content ul {
    font-size: 15px;
    padding: 15px 30px;
}

.card-4-content ul a {
    color: #333;
}

.card-4-content ul a:hover {
    margin-left: 5px;
    color: #ed008c;
}

.card-4-content li::before {
    content: '\f111';
    font-family: 'FontAwesome';
    float: left;
    margin-left: -17px;
    margin-right: 5px;
    color: #25a9fe;
    font-size: 8px;
}

.card-4-content li {
    margin: 0px 0px;
    padding: 3px 0px 4px 17px;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    border-bottom: 1px dotted #ccc
}

.card-4-box:hover .card-4-content {
    bottom: 0;
    height: auto;
}

.equal-height-wrap {
    display: table;
    width: 100%;
}

.equal-height-inner {
    display: table-cell;
    float: none;
}

.equal-height-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.equal-height-txt {
    padding: 60px 90px;
    background: #fff;
    text-align: left;
}

.equal-height-txt .txt {
    padding-left: 20px;
    padding-bottom: 25px;
}

.equal-height-txt h3 {}

.equal-height-txt .icon {
    font-size: 46px;
    color: #EE3B24;
    width: 60px;
    text-align: center;
    vertical-align: top;
    padding-top: 5px;
}

.about-equal {
    padding: 0;
}

.about-equal .row {
    margin: 0;
}

.about-equal .equal-height-txt {
    background: #fff;
    padding: 100px 55px 60px 55px;
}

.about-equal .equal-height-txt h2 {
    color: #212121;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 300;
    text-transform: none;
    line-height: 55px;
}

.about-equal .equal-height-txt h2 b {
    font-weight: 700;
    font-size: 53px;
    text-transform: uppercase;
    display: block;
}

.about-equal .equal-height-txt p {
    color: #353a51;
    font-size: 20px;
    font-weight: 300;
    line-height: 34px;
    text-align: justify;
}

.about-equal .equal-height-img {
    background-position: center right;
}

.about-equal .more {
    margin-top: 25px;
}

.about-equal .more a {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.about-equal .more a:hover {
    color: #dc137b;
    letter-spacing: 2pt;
}

.color-line {
    padding-bottom: 22px;
    margin-bottom: 40px;
}

.color-line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 5px;
    width: 180px;
    background-image: url(images/color-line.jpg);
    background-size: 100%;
}


.videos-h {
    background: #2b90df url(images/contact-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.videos-h .over::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 144, 223, 0.85);
    z-index: 0;
}

.videos-h h3 {
    color: #fff;
    font-size: 25px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    margin-top: 30px;
}

.videos-h .b-line::before {
    background: #ffc436 none repeat scroll 0 0;
}

.videos-h .vdo-box {
    text-align: center;
    border: 2px solid #ffffff4d;
    padding: 4px;
}

.videos-h .v-more {
    color: #faed25;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    text-align: center;
    margin-top: 15px;
    display: block;
}

.v-more:hover {
    color: #fff;
    letter-spacing: 2pt;
}

.footer {
    background: #172538;
    position: relative;
    height: 80px;
}

.copy-right {
    float: left;
    color: #99a4b3;
    line-height: 1.2;
    font-size: 13px;
    margin-top: 33px;
}

.copy-right a {
    color: #2490cf;
}

.social-footer {
    float: right;
    margin-top: 27px;
}

.social-footer a {
    margin-right: 30px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
}

.social-footer i {
    font-size: 16px;
    line-height: 30px;
    font-weight: 400;
}

.social-footer a:hover {
    color: #eb1784;
}

.footer img {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}

.products-detail {
    padding-left: 0;
    padding-right: 0;
}

/*.products-detail .container{padding-left: 0; padding-right: 0;}*/

.tab-content>.tab-pane {
    padding: 20px;
    border: 1px solid #ddd;
    border-top: none;
}

.nav-tabs>li>a {
    background: #eee;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 1px;
}

.p-img {
    padding: 30px;
    background: #f5f5f5 url(images/lines-lt.png) no-repeat top left;
    background-size: 430px;
    position: relative;
}

.p-img img {
    margin: auto;
}

.p-title {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    background: #ed008c;
    text-transform: uppercase;
    margin-top: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.big {
    color: #353a51;
    font-size: 20px;
    font-weight: 300;
    line-height: 31px;
    text-align: center;
    margin-bottom: 30px;
}

.big b {
    font-weight: 500;
}

.speci-tbl {
    background: #fff;
}

.tbl-title td {
    background: #fdc753;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}

.tbl-subhdr {
    background: #66cfff !important;
    text-align: center;
    font-weight: 500;
    color: #333;
}

.appl {
    border: 1px solid #c6e6f9;
    border-radius: 6px;
    padding: 20px;
    text-align: center;
    background: #eaf7ff;
    margin-bottom: 30px;
}

.appl h3 {
    color: #1860cb;
    font-size: 22px;
    font-weight: 300;
    text-align: center;
    margin-top: 0;
}

.appl h3 b {
    font-weight: 500;
}

.appl p {
    color: #353a51;
    font-size: 17px;
    text-align: center;
    margin-bottom: 0;
}

.btn-cntnr {
    text-align: center;
    margin-top: 20px;
}

.btn-cntnr .btn-warning {
    background-color: #ff9800;
    margin-right: 10px;
}

.btn-cntnr .btn-info {
    background-color: #0eb4f9;
}

.btn-cntnr .btn {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
    font-weight: 500;
    border-radius: 3px;
    padding: 8px 15px;
    font-size: 15px;
    border: none;
}

.btn-cntnr .btn i {
    margin-right: 5px;
}

.products-detail .vdo-wrap {
    background: #2b90df url(images/contact-bg.jpg) no-repeat center center;
    background-attachment: fixed;
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.products-detail .vdo-box {
    max-width: 600px;
    margin: auto;
    text-align: center;
    border: 2px solid #fff9;
    padding: 4px;
}

.over-blue::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(43, 144, 223, 0.85);
    z-index: 0;
}


/* Left & gallery css */
.category-left {}

.category-left {
    padding-left: 0;
    padding-right: 0px;
    border-radius: 0px;
    border: none;
}

.category-left h4 {
    font-size: 18px;
    color: #303030;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    background-color: #f1f1f1;
    border-bottom: #FFFFFF solid 1px;
}

.category-left h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin: 0;
    padding: 15px;
    background-color: #3ab6f9;
    border-bottom: #FFFFFF solid 1px;
    text-transform: uppercase;
}

.category-left .navbar {
    border-radius: 0px;
    border: none;
    margin-bottom: 20px;
}

#galleryNav {
    background-color: transparent;
    border-color: transparent;
}

#galleryNav ul.navbar-nav>li {
    float: inherit;
    background: #f8f8f8;
    width: 100%;
    border-bottom: #dbdbdb 1px solid;
}

#galleryNav ul.navbar-nav>li>a {
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 15px;
    background: #2b90df;
}

/*#galleryNav ul.navbar-nav > li > a.blue{background: #2b90df;}
#galleryNav ul.navbar-nav > li > a.pink{background: #ed008c;}
#galleryNav ul.navbar-nav > li > a.violet{background: #53398c;}
#galleryNav ul.navbar-nav > li > a.red{background: #cd004f;}
#galleryNav ul.navbar-nav > li > a.yellow{background: #fbc305;}*/


#galleryNav ul.navbar-nav>li>a:hover,
ul.navbar-nav>li>a:focus {
    outline: 0;
    color: #2f5ad2;
    background-color: #f1f1f1;
}

#galleryNav .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

#galleryNav .navbar-header {
    padding: 0;
    padding-bottom: 1px;
}

#galleryNav .navbar-toggle {
    margin-top: 17px;
    margin-right: 15px;
}

#galleryNav .dropdown-menu {
    background-color: #eaf7ff;
    padding-top: 1px;
}

#galleryNav .dropdown-menu li a {
    font-size: 14px;
    color: #444;
    padding: 7px 15px;
    font-weight: 400 !important;
}

#galleryNav .navbar-nav {
    float: none;
}

#galleryNav .dropdown-menu li a:hover {
    color: #ed008c !important;
}


/*#galleryNav .dropdown:hover > .dropdown-menu { display: none;}*/

#galleryNav .navbar-nav .open .dropdown-menu {
    position: static !important;
    float: none !important;
    width: auto;
    margin-top: 0;
    border: 0;
    box-shadow: none;
}

#galleryNav .navbar-default .nav li a:focus {
    background: #efefef;
}

#galleryNav .dropdown-menu li {
    border: none;
}

#galleryNav .navbar-toggle .icon-bar {
    background-color: #0A75DD;
}

#galleryNav .dropdown-menu li a::before {
    content: '\f101';
    font-family: 'FontAwesome';
    float: left;
    margin-right: 4px;
    color: #99accc;
}

.dropdown-header {
    font-size: 15px;
    line-height: 1.42857143;
    color: #3a73c9;
    white-space: normal;
    font-weight: 500;
    padding: 8px 15px 8px 15px;
    border-top: 1px solid #b0d7ef;
}

#galleryNav .current {
    color: #ed008c !important;
}

#galleryNav .dropdown-menu li .current::before {
    color: #ed008c;
}

.bgRt-TxtLt-sec {
    background-color: #FFFFFF;
    padding-top: 50px;
    background: url(images/enquiry-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
    padding-bottom: 50px;
    /*height: 100%; min-height: 100vh;*/
    background-position: bottom;
}

.bgRt-TxtLt-sec .form-box {
    background: rgba(255, 255, 255, 0.8);
    padding: 30px;
    text-align: left;
    overflow: auto;
}

/*-- form--*/
.EnqForm {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.EnqForm .form-horizontal .control-label {
    padding-top: 1px;
    text-align: left;
    font-weight: 500;
    color: #1a1a1a;
}

.EnqForm .chkBox {
    font-size: 13px;
    color: #676767;
}

.EnqForm .checkboxinput {
    margin-bottom: 10px;
    margin-right: 8px;
}

.EnqForm .button {
    border: solid 2px #add13d;
    color: #fff;
    background: #89bb1e;
    padding: 12px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    border-radius: 5px;
    transition: all 0.5s ease-in-out;
}

.EnqForm .button:hover {
    background: #17bcda;
    border: solid 2px #52d7ef;
}

.EnqForm .form-control {
    font-size: 13px;
    box-shadow: none;
}

.EnqForm .form-control[readonly] {
    background-color: #f1f1f1;
}

.EnqForm input[type="checkbox"] {
    margin-right: 6px;
}

.asteriskField {
    color: #FF0000;
    font-size: 85%;
    font-weight: normal;
}

.EnqForm textarea {
    margin-bottom: 1px;
}

.error-msg {
    color: red;
}


/* Contact page */
.contact-sec {}

.left-sec {
    padding-left: 0px;
}

.contact-box {
    border: 1px solid #e4e5e5;
    border-radius: 4px;
    background: #fff;
    padding: 50px 50px 50px 50px;
    margin-bottom: 20px;
    vertical-align: text-top;
}

.contact-box h4 {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 15px;
    color: #0a73cb;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 10px;
}

.contact-box p {
    color: #636776;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 10px;
}

.contact-box .email-link {
    color: #636776;
    font-size: 14px;
    font-weight: 400;
}

.contact-box .email-link:hover {
    color: #1e43c8;
}

.contact-box .gap {
    height: 18px;
}

.contact-box i {
    color: #ec1486;
    margin-right: 5px;
}

.tbl-tr {
    display: table;
}

.tbl-td {
    display: table-cell;
}

.img-box {
    border: 1px solid #e4e5e5;
    border-radius: 4px;
    background: #fff;
    padding: 50px 20px 50px 20px;
    margin-bottom: 20px;
    vertical-align: middle;
}

.img-box img {
    margin: auto;
}

.left-sec {
    padding-left: 0px;
    padding-right: 0px;
}

.right-sec {
    padding-right: 0px;
}

.map-box {
    border: 1px solid #e4e5e5;
    border-radius: 4px;
    background: #fff;
    padding: 5px;
    overflow: hidden;
}

.map-box iframe {
    width: 100%;
    height: 300px;
}

@media only screen and (max-width:767px) {
    .map-box iframe {
        width: 100%;
        height: 250px;
        border: 0;
    }
}

/* ------------ Media screen --------- */

@media screen and (min-width:768px) {
    /*
#main-menu .dropdown:hover > .dropdown-menu { display: block;}
.dropdown-submenu:hover > .dropdown-menu { display: block;}
*/
}

@media screen and (max-width:767px) {
    .TopNav {
        padding: 1px 0;
    }

    #iwtHeaderNav {
        position: inherit;
        padding-right: 0px;
        background-color: rgba(255, 255, 255, 1);
        padding-left: 0px;
        min-height: 60px;
    }

    .navbar {
        min-height: 30px;
        margin-top: 8px;
    }

    .navbar-toggle {
        padding: 0;
        margin-top: 16px;
        margin-right: 5px;
        margin-bottom: 0px;
        background-color: transparent;
        border: 0px solid transparent;
        border-radius: 0px;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #ED268F;
    }

    .navbar-toggle .icon-bar {
        width: 35px;
        height: 2px;
        border-radius: 0px;
        margin-bottom: 9px;
    }

    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }

    .navbar-brand>img {
        max-width: 200px;
    }

    .navbar-header {
        padding-right: 15px;
        padding-left: 15px;
        margin-bottom: 7px;
    }

    .navbar-brand {
        padding: 3px 0 8px 0px;
    }

    .navbar-default .nav>li>a {
        padding: 15px 20px;
    }

    .navbar-default .nav>li>a::after {
        border: 0px;
    }

    ul.navbar-nav {
        margin-top: 0px;
    }

    .navbar-nav>li {
        float: none;
        display: block;
        border-bottom: 1px dotted #c8c8c8;
    }

    .navbar-nav {
        margin: 7.5px 0px;
    }

    .nav>li>a {
        position: relative;
        display: block;
        padding: 12px 18px 12px 20px;
    }

    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav>.open>a:hover {
        color: #fff;
        background: #29bdeb;
    }

    .dropdown-menu li a {
        border-bottom: 1px dotted #fff;
    }

    .navbar-nav .open .dropdown-menu {
        background-color: #fff;
    }

    .navbar-nav .open .dropdown-menu>li>a {
        padding: 9px 15px 9px 30px;
    }

    .banner-inner {
        padding-top: 30px;
        padding-bottom: 30px;
        background-attachment: inherit;
    }

    .banner-inner h2 {
        font-size: 35px;
    }

    .white {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .gray {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    h2 {
        font-size: 24px;
    }

    .b-line {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }

    h3 {
        font-size: 20px;
    }

    .lead {
        font-size: 18px;
        line-height: 1.5;
    }

    .footer .container {
        padding: 0;
    }

    .copy-right {
        margin-bottom: 15px;
    }

    .social-footer {}

    .footer img {
        width: 80px;
    }

    .equal-height-wrap,
    .equal-height-inner {
        display: block;
    }

    .equal-height-img {
        height: 300px;
    }

    .equal-height-txt {
        padding: 30px 15px;
    }

    .about-equal .equal-height-txt {
        padding: 40px 55px 40px 55px;
    }

    .counter {
        padding: 0;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .counter .row {
        margin: 0;
    }

    .counter h2 {
        font-size: 35px;
        margin-bottom: 23px;
    }

    .counter p {
        font-size: 22px;
    }

    .product-sec {
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .product-sec h2 {
        margin-bottom: 30px;
        font-size: 30px;
    }

    .product-sec .container {
        max-width: 500px;
    }

    .product-sec .title {
        height: auto;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .product-sec .title h3 {
        font-size: 35px;
        height: auto;
    }

    .card-4-box {
        height: auto;
        padding-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px;
    }

    .card-4-img {
        height: 245px;
    }

    .card-4-content {
        bottom: 0px;
        height: auto;
        border-bottom: none;
        position: inherit;
    }

    .card-4-box img {
        padding-bottom: 20px;
    }

    .card-4-content h3 {
        padding: 12px 5px;
    }

    .videos-h {
        padding-top: 15px;
    }

    .videos-h h3 {
        font-size: 20px;
    }

    .category-left h4 {
        padding: 10px 15px;
        font-size: 17px;
    }

    .products-detail {
        padding-top: 0;
    }

    .dropdown-header {
        padding: 8px 15px 8px 15px !important;
    }

    .bgRt-TxtLt-sec {
        padding-top: 150px;
        background-attachment: inherit;
        background: url(images/enquiry-bg.jpg) no-repeat;
        background-size: 100% auto;
        padding-left: 0;
        padding-right: 0;
    }

    .bgRt-TxtLt-sec .form-box {
        padding: 15px;
    }

    .right-sec {
        padding-left: 0px;
    }

}

@media screen and (max-width:500px) {

    .about-equal .equal-height-txt {
        padding: 20px 20px 20px 20px;
    }

    .about-equal .equal-height-txt h2 {
        font-size: 36px;
        margin-bottom: 20px;
        line-height: 43px;
    }

    .about-equal .equal-height-txt h2 b {
        font-size: 38px;
    }

    .color-line {
        padding-bottom: 15px;
    }

    .color-line::after {
        height: 4px;
        width: 100px;
    }

    .counter h2 {
        font-size: 30px;
        margin-bottom: 14px;
    }

    .counter p {
        font-size: 16px;
        font-weight: 400;
    }

    .product-sec .title h3 {
        font-size: 24px;
    }

    .footer {
        height: auto;
    }

    .copy-right {
        float: none;
        margin-bottom: 15px;
        margin-top: 47px;
        font-size: 14px;
        text-align: center;
    }

    .social-footer {
        float: none;
        text-align: center;
        margin-top: 15px;
    }

    .social-footer a {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 10px;
    }

    .footer img {
        width: 60px;
    }

    .p-img {
        padding: 20px 15px;
    }

    .contact-box {
        padding: 20px 15px 15px 15px;
    }

    .img-box {
        padding: 5px;
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .navbar-default .nav>li>a {
        padding: 29px 10px;
    }

    .navbar-default .nav>li>a {
        text-transform: none;
    }

    .navbar-brand {
        padding: 20px 0px;
    }

    .navbar-brand img {
        max-width: 220px;
    }

    .about-equal .equal-height-txt {
        padding: 20px 20px 20px 20px;
    }

    .about-equal .equal-height-txt h2 b {
        font-size: 40px;
    }

    .about-equal .equal-height-txt h2 {
        font-size: 38px;
        line-height: 43px;
        margin-bottom: 16px;
    }

    .about-equal .equal-height-txt p {
        font-size: 16px;
        font-weight: 400;
        line-height: 27px;
    }

    .color-line {
        padding-bottom: 17px;
    }

    .about-equal .more {
        margin-top: 15px;
    }

    .counter h2 {
        font-size: 45px;
        margin-bottom: 23px;
    }

    .counter p {
        font-size: 26px;
    }

    .right-sec {
        padding-left: 0px;
    }
}

@media screen and (min-width:992px) and (max-width:1199px) {
    .navbar-nav>li>a {
        padding: 16px 13px;
    }

    .card-4-box {
        padding-left: 4px;
        padding-right: 4px;
    }

    .card-4-content ul {
        font-size: 13px;
    }

}

@media screen and (min-width:1367px) and (max-width:1920px) {
    .container {
        width: 100%;
        max-width: 1750px;
        padding-left: 50px;
        padding-right: 50px;
    }
}

.prod-sec-h3 {
    background: #f7cf39;
    color: #000000;
    font-size: 35px !important;
    font-weight: 500 !important;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 0;
    padding: 15px;

}