/*

font-family: 'Inter', sans-serif;

font-family: 'Noto Sans', sans-serif;

*/

/****************************************** TYPOGRAPHY CSS ******************************************/

html{overflow-x: hidden; width: 100%;}

body { background: #FFF; padding: 0; margin: 0; font-size: 16px; color: #000; font-family: 'Noto Sans', sans-serif; line-height: 22px; overflow-x: hidden !important; width: 100%; position:relative; font-weight:400;letter-spacing: 0.25px; }



h1, h2, h3, h4, h5, h6{ font-family: 'Inter', sans-serif; outline: none !important; }

input, select, textarea, button { outline: none !important; }

header, section, footer { display: block; }



/********************* LINK CSS *********************/

a { color: #e12c0b; outline: none !important; text-decoration: none; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out; }

a:hover, a:focus, select:focus, button:focus { outline: none; text-decoration: none; }

a:hover, a:focus { color: #000; }

* { margin: 0; padding: 0; }



a.readmore{text-align:left; padding:0 0 0 0; color: #1179bb; font-size: 13px;font-weight:700; position: relative; text-transform:uppercase; font-family: 'Inter', sans-serif;}

a.readmore:hover, a.readmore:focus { color: #e12c0b; }

a.readmore svg {width: 21px; height: 19px; fill: #1179bb; display: inline-block; position: relative; top:-1px; margin-left: 4px; -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition: all .4s ease-in-out;}

a.readmore:hover svg, a.readmore:focus svg{fill: #e12c0b;}



a.enqnow{ text-align:left; padding:0; color: #e12c0b; font-size: 14px;font-weight:600; position: relative; text-transform:uppercase; font-family: 'Inter', sans-serif;}

a.enqnow i.fa{ margin-right:5px; color:inherit !important; font-size:16px;}

a.enqnow:hover, a.enqnow:focus { color: #000; }



/********** INPUT **********/

.form-control { background-color: #fff; border: 1px solid #333333; border-radius: 50px; -webkit-border-radius:50px; -moz-border-radius:50px; color: #000; display: block; line-height:46px; height:46px; padding: 5px 20px; font-size:16px; outline:none; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; width: 100%; /*-webkit-appearance: none; -moz-appearance: none; appearance:none;*/box-shadow:none !important;-webit-box-shadow:none !important;moz-box-shadow:none !important;}

.form-control:focus, textarea:focus {border: 1px solid #000}

textarea { height: auto !important; min-height:50px;line-height:22px; padding:10px 15px !important; background-color:#fff; border: 1px solid #56605f; display: block; width: 100%; font-size:16px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; border-radius:0px  !important; -webkit-border-radius:0px  !important; -moz-border-radius:0px  !important;-webkit-appearance: none; -moz-appearance: none; appearance:none; }



label { display:block;font-size: 18px;line-height: 24px;font-weight:600;color: #56605f;}

label.required:after{ content:"*";  color:#56605f; position:relative; left:5px;}



.form-group{ width:100%; float:left; margin-bottom:28px;}



input::-moz-placeholder, textarea::-moz-placeholder { opacity: 1; color:#8f9f9c;}

::-webkit-input-placeholder { color: #8f9f9c;}

::-moz-placeholder { color: #8f9f9c;}

:-ms-input-placeholder { color: #8f9f9c;}

:-moz-placeholder { color: #8f9f9c;}



/********************* HEADING CSS *********************/

h1, h2, h3, h4, h5, h6 { margin: 22px 0 16px 0; display:block; line-height: normal; color: #000000; font-weight: 700;}

h1 { font-size: 24px; }

h2 { font-size: 20px; }

h3 { font-size: 18px; }

h4 { font-size: 18px; }

h5 { font-size: 16px; }

h6 { font-size: 15px; }



/********************* P CSS *********************/

p { float: none; margin: 0 0 15px 0; padding: 0; line-height: 24px;}

p:last-child { margin: 0 0 0px 0; }

p a { color: #e68844; }

p a:hover, p a:focus { color: #43a297; }

p strong{font-weight:700;}



/********************* LISTING CSS *********************/

ul { margin: 0 0 15px 0; padding: 0; display: block; text-align:left; }

ul li { margin: 0 0 8px 0; padding: 0 0 0 24px; position: relative; line-height: 22px; list-style: none; }

ul li:last-child{ margin-bottom:0px;}

ul li:before { content: "\f192"; font-family:'FontAwesome'; position: absolute; left: 0px; top: 0px; font-size:14px; color:#000;}

ul li a { color: #e12c0b; }

ul li a:hover { color: #000; text-decoration: none; }



ul li ul{ margin:14px 0 12px 15px;}



ol { margin: 0 0 15px 22px; padding: 0; text-align:left; }

ol li { margin: 0 0 5px 0; padding: 0 0 0 0px; position: relative; line-height: normal; list-style: decimal; }

ol li a { color: #e12c0b; }

ol li a:hover { color: #000; text-decoration: none; }



/********************* IMAGE CSS *********************/

img { border: none; vertical-align: middle; max-width: 100%; }

.alignleft { float: left; margin: 7px 30px 20px 0;}

.alignright { float: right; height: auto; margin: 30px 0 20px 30px;}

.aligncenter { display: block; margin: 22px auto 30px auto;}



/********************* BLOCKQUOTE CSS *********************/

blockquote { background: #FFF; border-left: 4px solid #e68844; color:#000; display:inline-block; border-right: none; border-top: none; border-bottom: none; margin: 0 0 30px 0; padding: 26px 36px 26px 36px; white-space: normal; font-size: 22px; border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px;font-weight:300;line-height:30px; }



hr { border-color: #dcdce1; margin: 36px 0 36px 0; padding: 0px; }



/********************* BUTTON CSS *********************/

.btn {background-color: #e12c0b; border: none; text-align:center; /*min-width:130px;*/ color: #FFF; font-weight: 700; display: inline-block; font-size: 14px;letter-spacing: 0.25px;line-height: 22px;padding: 13px 22px 11px 22px;text-transform: uppercase;position:relative; box-shadow: none !important; -webkit-box-shadow: none !important; -moz-box-shadow: none !important; border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; transition: all 0.4s ease-in-out 0s; -webkit-transition: all 0.4s ease-in-out 0s; -moz-transition: all 0.4s ease-in-out 0s; vertical-align: middle; font-family: 'Inter', sans-serif;}

.btn i{font-size:16px; margin-left:5px;font-weight:400;}

.btn:hover, .btn:focus, .btn:active { background-color: #000; color: #FFF; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}



.btn.white {background-color: #FFF; color: #000;}

.btn.white:hover, .btn.white:focus, .btn.white:active { background-color: #FFF; color: #e12c0b; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}

.btn.shadow{-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.25)!important;-moz-box-shadow: 0 8px 8px rgba(0,0,0,0.25)!important;box-shadow: 0 8px 8px rgba(0,0,0,0.25)!important;}

.btn.black {background-color: #000; color: #FFF;}

.btn.black:hover, .btn.black:focus, .btn.black:active { background-color: #e12c0b; color: #FFF; box-shadow:none; -webkit-box-shadow:none; -moz-box-shadow:none;}



.mb-20{ margin-bottom:20px !important;}

.mb-30{ margin-bottom:30px !important;}



/********************* HEADER CSS *********************/

header{ /*width:100%; float:left; */background:#FFF;z-index:104; -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out; -moz-transition: background .5s ease-in-out, padding .5s ease-in-out; transition: background .5s ease-in-out, padding .5s ease-in-out; box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.0); -webkit-box-shadow:0 5px 5px 0 rgba(0, 0, 0, 0.0); -moz-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.0);}



header ul li:before{display:none;}

header ul li{padding:0; margin:0;}

.header-top{background-color:#000000; padding:12px 0; color:#FFF;font-size:13px;}

.header-top a{color:#FFF;}

.header-top a:hover, .header-top a:focus{color:#e12c0b;}

.header-top-inner { justify-content: space-between;}



.header-top ul li, .header-top-links ul li{padding:0 8px; border-right:1px solid #FFF; line-height:12px; letter-spacing: 0.15px; margin-top:1px;}

.header-top ul li:last-child, .header-top-links ul li:last-child{border-right:none; padding-right:0;}

.header-top ul li:first-child, .header-top-links ul li:first-child{padding-left:0;}

.header-top-left{align-items: center;}

.header-top-left .btn-block{width:auto;}

.header-top-left .btn{font-size:13px;padding: 5px 15px 3px 15px; margin:0 0 0 15px;align-items: center;}

.header-top-left .btn i{font-size:14px;}

.header-top-left .btn:hover, .header-top-left .btn:focus, .header-top-left .btn:active{background-color:#FFF;}



.header-search{display:block;max-width:277px; background:#FFF; padding:0 2px 0 8px;border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px;}

.header-search .search-dropdown{width: 90px;border-right:1px solid #b2b2b2 !important;margin-right:5px; }

.header-search .selectpicker{color:#000;background-color:transparent; border:none; padding-left:0 }

.header-search .dropdown .btn {min-width:90px;width:auto;height:30px;padding:6px 8px 6px 5px;color:#000;font-size:13px; text-transform:none;background-color:transparent; border:none; outline: none !important; font-weight:400;}

.header-search .dropdown.bootstrap-select{width:auto !important;}

.header-search .dropdown .btn:active{background-color: #FFF;border-color: #FFF;outline: none !important;}

.header-search .dropdown.bootstrap-select > .dropdown-toggle:after {margin-top: 0;}

.header-search div.dropdown-menu.show{border-radius:7px 7px 7px 7px;-moz-border-radius:7px 7px 7px 7px; padding:0 !important;-moz-border-radius:7px 7px 7px 7px;box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.30);-webkit-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.30);-moz-box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.30);}

.header-search ul.dropdown-menu.show{ border:none !important;box-shadow:none !important;-webkit-box-shadow:none !important;padding: 7px 0px !important;-moz-box-shadow:none !important;}

.header-search .bootstrap-select .dropdown-menu li{padding:0 !important;}

.header-search ul.dropdown-menu.show .dropdown-item{padding: 5px 12px;}

.header-search .dropdown-item.active, .header-search .dropdown-item:active{background-color: transparent;color: #e12c0b !important;}



.header-search .form-control{padding: 5px 7px;width:130px;line-height:20px;height:30px;font-size:14px;border-color:#FFF;border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px;}

.header-search .btn{ min-width:inherit;width:28px;height:28px;padding: 2px 4px 2px 5px;line-height: 20px;}

.header-search .btn i{ font-size:14px;margin:0;}

.header-search a{color:#000;}



.header-top-right{align-items: center;}

.header-top-links{margin:0 30px;}

.header-top-links .dropdown-toggle:after{content:"\f107";border:none;vertical-align: top;font-family:'FontAwesome'; margin:-1px 0 0 7px;font-size:14px;}

.header-top-links .dropdown-menu.show{border-radius:7px 7px 7px 7px;-moz-border-radius:7px 7px 7px 7px; -moz-border-radius:7px 7px 7px 7px;}

.header-top-links .dropdown-menu.show a{color:#000;padding:6px 12px;font-size:14px;}

.header-top-links .dropdown-menu.show a:hover, .header-top-links .dropdown-menu.show a:focus{color:#e12c0b; background-color:transparent;}



.header-social {width:105px;font-size:16px;border-radius:50px; -webkit-border-radius:50px; -moz-border-radius:50px; background-color:rgba(255,255,255,0.2); padding:0 7px;}

.header-social ul {justify-content: center;}

.header-social ul li{line-height:30px;border-right-color:rgba(255,255,255,0.17);}

.header-social ul li a{line-height:30px;display: block;}



/*header .container{ position:relative; z-index:2; }*/

.logo { width: auto;max-width:300px;z-index:105; -webkit-transition: max-width .3s ease-in-out, top .3s ease-in-out; -moz-transition: max-width .3s ease-in-out, top .3s ease-in-out; transition: max-width .3s ease-in-out, top .3s ease-in-out;}



.header-main{padding:15px 0;background-color: #1b1d21;}

.header-advertise{margin:0 -15px;}

.header-advertise .advertise-block{max-width:330px; padding:0 15px;}

.header-advertise .advertise-block1{max-width:730px; padding:0 15px;}

.header-main-inner{justify-content: space-between;align-items: center;}



.navigation{display:block; background-color:#e12c0b;-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-transition: 0.5s;transition: 0.5s;}

.wsmain{max-width:100%;width:100%;background-color:transparent;letter-spacing: 0;}

.wsmenu{width:100%;}

.wsmenu-list{text-align:center;}

.wsmenu-list > li{float:none;display:inline-block;}

.wsmenu-list li a .arrow:after{content:"\f107";border:none;font-family:'FontAwesome';font-size:16px;top: 0;right: 0px;margin: 0 0 0 2px;position:relative;font-weight: 400;}

.wsmenu-list>li>a.active:after, .wsmenu-list>li>a:hover:after, .wsmenu-list>li:hover>a:after, .wsmenu-list>li>a:focus:after{width:100%;opacity:1;left:0;}

.wsmenu-list>li>a:after{content:""; position:absolute;width:0;left:10px;top:0;height:100%;background-color: rgba(255,255,255,0.17) !important; opacity:0;transform: skewX(10deg); -webkit-transform: skewX(10deg);-moz-transform: skewX(10deg);-webkit-transition: all .3s ease-in-out;

-moz-transition: all .3s ease-in-out;-o-transition: all .3s ease-in-out;-ms-transition: all .3s ease-in-out;transition: all .3s ease-in-out;}

.wsmenu-list>li>a:before{content:""; position:absolute;width:16px;left:0;bottom:12px;right:0;margin:0 auto;height:4px;background:url(../images/menu-dot.png) no-repeat; opacity:0;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;transform: translate3d(-10px,0px,0);

-webkit-transform: translate3d(-10px,0px,0);-moz-transform: translate3d(-10px,0px,0);}

.wsmenu-list>li>a.active:before, .wsmenu-list>li>a:hover:before, .wsmenu-list>li:hover>a:before, .wsmenu-list>li>a:focus:before{opacity:1;transform: translate3d(0px,0px,0);-webkit-transform: translate3d(0px,0px,0);-moz-transform: translate3d(0px,0px,0);}



.sticky { position: fixed; top: 0; width: 100%; z-index: 99;-webkit-transition: none; transition: none;  -webkit-animation-name: stickySlideDown;  animation-name: stickySlideDown;}

.body-sticky .middle-section { padding-top: 118px;}



@-webkit-keyframes stickySlideDown {

  0% {

    opacity: 0.7;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



@keyframes stickySlideDown {

  0% {

    opacity: 0.7;

    -webkit-transform: translateY(-100%);

            transform: translateY(-100%);

  }

  100% {

    opacity: 1;

    -webkit-transform: translateY(0);

            transform: translateY(0);

  }

}



.middle-section{padding:60px 0 80px 0;}

.home-middle-section{display:block;}

.sidebar{display:block;}

#filter-toggle {display: none;}

a.filter-text:after { content: "\f105"; position: absolute; margin-left: 11px; font-family: 'FontAwesome'; font-size: 22px;right:0;}

a.filter-text.active:after { content: "\f107";}



.section-title{display:block; margin: 0 0 22px 0; border-bottom:1px solid #dfe0e3;}

.section-title h2, .section-title h1{ display:inline-block;margin:0;font-size: 20px; padding-bottom:7px;border-bottom:4px solid #c6c8cd;line-height:26px; position:relative;color:#e12c0b; text-transform:uppercase;margin-bottom: -1px;}

.section-title h2{}



.section-title h3{ display:inline-block;margin:0;font-size: 18px; padding-bottom:5px;border-bottom:4px solid #c6c8cd;position:relative;color:#e12c0b; margin-bottom: -1px;}



.accordion .card-header h2{font-size:16px;font-weight:400;}

.accordion .card-header {padding:0;background-color: #FFF;border:none;}

.accordion > .card{background-color: #FFF;border: 1px solid #e9e9e9;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;-webkit-box-shadow:0 5px 8px rgba(0,0,0,0.08);-moz-box-shadow:0 5px 8px rgba(0,0,0,0.08);box-shadow:0 5px 8px rgba(0,0,0,0.08);}

.accordion > .card + .card {

    margin-top: 5px;

}

.accordion > .card:not(:last-of-type) {border-bottom: 1px solid #e9e9e9;border-radius: 3px;-webkit-border-radius: 3px;-moz-border-radius: 3px;}

.accordion .card-header a, .accordion .card-header a.collapsed {display:block;color:#000;}

.accordion .card-header a:hover, .accordion .card-header a {color:#d0280b;}

.accordion .card-header a span {display:block;padding:12px 40px 12px 15px;}

.sidebar .accordion .card-body{padding:0px; background-color:#f5f5f5;}

.sidebar .accordion .card-body ul{margin:0;}

.sidebar .accordion .card-body ul li{ padding:0px 0px 0px 15px;margin:0;border-top:1px solid #d2d2d2;}

.sidebar .accordion .card-body ul li a{ color:#000;display:block; padding:10px 15px;margin:0; line-height:22px; color:#333333; font-size:15px;}

.sidebar .accordion .card-body ul li a:hover, .sidebar .accordion .card-body ul li a:focus{ color:#d0280b;}

.sidebar .accordion .card-body ul li:before{content: "\f105";font-size:16px;left: 15px;top:9px;}



.accordion .card-header a:before, .accordion .card-header a.collapsed:before{position:absolute;width:22px;height:22px;color: #FFF; text-align:center;line-height:22px;top: 12px;right: 12px;font-family: 'FontAwesome';font-size: 16px;border-radius: 50%;-webkit-border-radius: 50%;-moz-border-radius: 50%;} 

.accordion .card-header a.collapsed:before {content: "\f107";font-family: 'FontAwesome';background: #db9986;} 

.accordion .card-header a:before{content: "\f106";  font-family: 'FontAwesome';background: #d0280b;line-height:20px;}



.home-news-section{padding:0 0 70px 0;}

.home-news-section .btn-block.separator.center{ margin:0;}

.news-block{display:block;position:relative; margin-bottom:30px;}

.news-block-inner{display:block;overflow:hidden; position:relative;}

.news-thumb{overflow:hidden;}

.news-thumb-img{min-height:220px;}

.news-thumb img{width: 100%;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}

.news-block:hover .news-thumb img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}

.rounded {border-radius: 12px !important; -webkit-border-radius: 12px !important;-moz-border-radius: 12px !important;}

.news-category{ background:#e12c0b;color:#FFF;font-size:14px; text-transform:uppercase;position:absolute;top:0;right:0; padding:4px 15px 6px 12px;font-weight:700;-webkit-box-shadow: 0 8px 8px rgba(0, 0, 0,0.25); -moz-box-shadow:0 8px 8px rgba(0, 0, 0,0.25); -ms-box-shadow:0 8px 8px rgba(0, 0, 0,0.25); -o-box-shadow:0 8px 8px rgba(0, 0, 0,0.25); box-shadow:0 8px 8px rgba(0, 0, 0,0.25);}

.news-category:before{content:"";width:17px;height:15px; background:url(../images/logo-icon.png) no-repeat; position:relative;top:2px;display: inline-block; margin:0 7px 0 0;}

.news-detail{position:absolute;left:0;right:0;bottom:0; padding:15px 15px; z-index:1;color:#FFF;}

.news-detail:after{content:"";width:100%;height:180px; position:absolute;left:0;right:0;bottom:0; opacity:0.8; z-index:-1;background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 50%, rgba(0,0,0,1) 100%);

background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);

background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 50%,rgba(0,0,0,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );}

.news-date ul li{padding:0 18px 0 0;font-size:12px; margin:0; text-transform:uppercase}

.news-date ul li:before{display:none;}

.news-date ul li:last-child{padding:0 0px 0 0;}

.news-date ul li i{font-size:14px; margin:0 3px 0 0;}

.news-block h2{margin:7px 0px 7px 0;font-size:17px;line-height:24px;color:#FFF;}

.news-block h2 a{color:#FFF;}

.news-block h2 a:hover, .news-block h2 a:focus{color:#e12c0b;}

.home-news-section .advertise-block{text-align:center; padding-bottom:10px;}

.home-news-section .advertise-block:last-child{padding-bottom:0px;}



.news-block:hover:after { -webkit-box-shadow: 0 20px 20px rgba(0, 0, 0,0.60); -moz-box-shadow:0 20px 20px rgba(0, 0, 0,0.60); -ms-box-shadow:0 20px 20px rgba(0, 0, 0,0.60); -o-box-shadow:0 20px 20px rgba(0, 0, 0,0.60); box-shadow:0 20px 20px rgba(0, 0, 0,0.60);}

.news-block:after {width: 90%; height: 80%; position: absolute; left: 5%; top: 15%; content: ''; -webkit-box-shadow:0 20px 20px transparent;  -moz-box-shadow:0 20px 20px transparent;-ms-box-shadow:0 20px 20px transparent; -o-box-shadow: 0 20px 20px transparent; box-shadow: 0 20px 20px transparent; z-index: -1; transition: all .4s cubic-bezier(.25,.74,.22,.99);}



.btn-block.separator.center{ text-align:center;}

.btn-block.separator.center:after{content:"";width:35%;height:1px; left:0;}

.btn-block.separator.center:before{content:"";width:35%;height:1px; right:0;left:auto;background: rgb(0,0,0);top:25px;

background: -moz-linear-gradient(right,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);

background: -webkit-linear-gradient(right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);

background: linear-gradient(to left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=1 );}





.btn-block.separator{ text-align:right; position:relative; margin:30px 0 0 0;}

.btn-block.separator:before{content:"";width:28px;height:28px; background:url(../images/separator-icon.png) no-repeat; position:absolute;top:10px;left:0; background-size:100%;}

.btn-block.separator:after{content:"";width:74%;height:1px; position:absolute; opacity:0.5;top:25px;left:30px;background: rgb(0,0,0); z-index:-1;

background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%);

background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);

background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%);

filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );}



.newsletter-row-section{display:block; padding-bottom:70px}

.newsletter-ads-container{ margin:0 -5px; }

.newsletter-row-section .advertise-block{ max-width:346px;padding:0 5px;}



.newsletter-block{display:block; background-color:#023047;color:#FFF; text-align:center; padding:0 18px 30px 18px;}

.newsletter-icon{width:66px;height:66px;display:inline-block;line-height:66px;text-align:center;border-radius:50%;background-color:#FFF;

 margin:-33px auto 7px auto; -webkit-border-radius:50%;-moz-border-radius:50%;-webkit-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.26);-moz-box-shadow:0px 10px 22px 0px rgba(0,0,0,0.26); position:relative;top:-10px;box-shadow:0px 10px 22px 0px rgba(0,0,0,0.26);}

.newsletter-block .form-control{width:100%; margin-bottom:16px;}

.newsletter-block .btn{width:100%; background:#FFF;color:#e12c0b;-webkit-box-shadow: 0 8px 8px rgba(0,0,0,0.18)!important;-moz-box-shadow: 0 8px 8px rgba(0,0,0,0.18)!important;box-shadow: 0 8px 8px rgba(0,0,0,0.18)!important;}

.newsletter-block .btn:hover, .newsletter-block .btn:focus{background:#e12c0b;color:#FFF;}

.newsletter-block h2{color:#FFF; margin:0 0 5px 0;}



.recent-added-product-row{display:block; padding-bottom:70px}

.post-block-small{margin-bottom:22px;display: flex;width: 100%;flex-direction: column;color:#343434;font-size:15px;line-height:22px; padding-bottom:14px; border-bottom:1px solid #cccccc;}

.post-block-small:last-child{padding:0 !important; margin:0 !important;border-bottom:none;}

.post-block-small p{letter-spacing:normal;}

.post-thumbnail {width:100%;max-width:100px;min-height:86px;float: right; overflow: hidden; position: relative; margin-left: 30px;border-radius:4px;-webkit-border-radius:4px;-moz-border-radius:4px;}

.post-thumbnail img{width: 100%;height:86px;object-fit: cover;object-position: center;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;-ms-transition: all 0.7s ease-in-out;transition: all 0.7s ease-in-out;}

.post-block-small:hover .post-thumbnail img { -webkit-transform: scale(1.05); -moz-transform: scale(1.05); -o-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}



.post-block-small h2{font-size:15px;line-height:18px; margin:4px 0 0 0;}

.post-block-small h2 a{color:#000;}

.post-block-small h2 a:hover, .post-block-small h2 a:focus, .post-block-small:hover h2 a{color:#e12c0b;}

.post-subtitle{display:block;font-size:12px;color:#e12c0b; margin:-4px 0 0 0;font-weight:400;text-transform:uppercase;line-height: 16px;-webkit-transition: all .4s ease-in-out;-moz-transition: all .4s ease-in-out;-o-transition: all .4s ease-in-out;-ms-transition: all .4s ease-in-out;transition: all .4s ease-in-out;}

.post-block-small:hover .post-subtitle{color:#000;}

.post-headings{margin-bottom:12px;}

ul.group-links{padding-top:2px;}

ul.group-links li:before{display:none;}

ul.group-links li{padding:0 22px 0 0; margin:0;font-size:13px;color:#666666; /*text-transform:uppercase;*/}

ul.group-links li:last-child{padding:0 0px 0 0;}

ul.group-links li i{margin:0 4px 0 0;font-size:14px;color:#666666;}



.deals-on-offer-block{ background:url(../images/deals-offer-bg.jpg) no-repeat; background-size:cover !important;color:#FFF;align-items: center;text-align:center; padding:50px 15px;min-height:460px;}

.deals-on-offer-block h2{font-size:30px;margin:0px 0 0 0;color:#FFF;}

.deals-on-offer-inner{align-items: center;}

.deals-on-offer-block .text-center{margin:50px 0 66px 0;font-size:18px; line-height:normal; font-weight:400;}

.deals-on-offer-block .text-center strong{display:block;font-size:26px; line-height:26px; margin:40px 0 0 0;}



.subscribe-iNoW-block{ background:url(../images/subscribe-iNoW-bg.jpg) no-repeat; background-size:cover !important;align-items: center;text-align:center; padding:50px 30px;min-height:460px;}

.subscribe-iNoW-block h2{font-size:36px;margin:0px 0 0 0;color:#000;font-weight:400;line-height:40px;}

.subscribe-iNoW-block h2 strong{display:inline-block;font-size:30px; line-height:26px; padding:7px 5px 3px 7px; margin:5px 0 0 0;font-weight:800; background:#FFF; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.18);-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.18);box-shadow: 0 6px 6px rgba(0,0,0,0.18);}

.subscribe-iNoW-inner{align-items: center;}

.subscribe-iNoW-block .icon{width:96px;height:96px;margin:40px auto 30px auto;background:#FFF;line-height:96px;border-radius:50%; -webkit-border-radius:50%; -moz-border-radius:50%;-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.18);-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.18);box-shadow: 0 6px 6px rgba(0,0,0,0.18);}

.subscribe-iNoW-block .text-center{display:block;font-size:22px; line-height:28px; margin:0px 0 0 0;}

.subscribe-iNoW-block .text-center strong{margin:5px 0 0 0;color:#e12c0b;font-weight:700;}



.rates-transport-block{margin:30px 0 0 0;}

.rates-transport-block.blue-bg, .rates-transport-block.purple-bg{ background:url(../images/rates-transport-blue-bg.jpg) no-repeat; background-size:cover !important;align-items: center;text-align:center; padding:12px 22px 15px 22px;min-height:235px;}

.rates-transport-block h2{font-size:24px;margin:0px 0 15px 0;color:#FFF;line-height:30px;}

.rates-transport-inner{align-items: center;}



.rates-transport-block.purple-bg{ background:url(../images/rates-transport-purple-bg.jpg) no-repeat;}



.latest-IPF-edition-block{ background:url(../images/latest-IPF-bg.jpg) no-repeat; background-size:cover !important;color:#FFF;align-items: center;text-align:center; padding:12px 22px 15px 22px;min-height:235px;margin:30px 0 0 0;}

.latest-IPF-edition-block h2{font-size:24px;margin:0px 0 15px 0;color:#FFF;line-height:30px;font-weight:400;}

.latest-IPF-edition-block strong{font-weight:700;}

.latest-IPF-edition-block p{}

.latest-IPF-edition-inner{align-items: center;}



.section-container{display:block; padding-bottom:70px}

.topbrand-row-section{display:block; padding-bottom:70px}

.topbrand-container{display:block; background:#f2f3f4; padding:15px 15px;}

.topbrand-section{display:block;}

.topbrand-section .post-headings{display: flex;justify-content: space-between;align-items: center;flex-direction: row-reverse;}

.topbrand-section .post-block-small h2{margin:0;}

.topbrand-section .post-block-small{padding-bottom: 10px;margin-bottom: 16px;}



.tenders-from-psus-section{display:block;}



.IPF-annual-pdf-section{display:block;background:url(../images/IPF-annual-pdf-bg.jpg) no-repeat; background-size:cover !important;color:#000;align-items: center;text-align:center; padding:30px 22px 30px 22px;min-height:509px;border:2px solid #d7afaf;font-size:18px; line-height:normal;}

.annual-pdf-img{display:block;}

.IPF-annual-pdf-section h2{font-size:26px;margin:0px 0 26px 0;color:#000;font-weight:400;line-height:26px;}

.IPF-annual-pdf-section h2 strong{display:inline-block;padding:3px 5px 3px 7px; font-weight:800;color:#e12c0b; background:#FFF; border-radius:5px; -webkit-border-radius:5px; -moz-border-radius:5px;-webkit-box-shadow: 0 6px 6px rgba(0,0,0,0.18);-moz-box-shadow: 0 6px 6px rgba(0,0,0,0.18);box-shadow: 0 6px 6px rgba(0,0,0,0.18);}

.IPF-annual-pdf-section .btn{min-width:170px; margin:17px 0 0 0;}



.MHE-infobank-pdf-section{display:block;background:url(../images/MHE-infobank-pdf-bg.jpg) no-repeat; background-size:cover !important;color:#000;align-items: center;text-align:center; padding:30px 22px 30px 22px;min-height:460px;border:2px solid #96bee0;font-size:18px; line-height:normal;}

.MHE-infobank-pdf-section h2{margin:0px 0 26px 0;line-height:36px;}

.MHE-infobank-pdf-section h2 strong{line-height:26px;}

.MHE-infobank-pdf-section .btn{margin: 12px 0 0 0;}



.section-container{display:block; padding-bottom:66px}

.IPF-Interview-section{}

.ipf-interview-block{display:block;}

.ipf-interview-video{display:block; overflow:hidden;}

.ipf-interview-block h2{font-size:17px;line-height:22px; margin:12px 0 0 0;}

.ipf-interview-video iframe{border:none;}



.product-video-block{display:block;}

.product-video-block h2{font-size:17px;line-height:22px;margin:12px 0 2px 0; letter-spacing:normal;}

.product-video-block h2 a{color:#000;}

.product-video-block h2 a:hover, .product-video-block h2 a:focus, .product-video-block:hover h2 a{color:#e12c0b;}

.product-video-section{padding-bottom:20px;}



.product-company{display:block;color:#737373;margin:0px 0 12px 0;}

.product-videos{display:block; overflow:hidden;}

.product-video-block a.readmore{font-size:16px;}

.product-video-block .btn-block{padding:5px 0 0 0;}



.sidebar .advertise-block{padding:15px 0;}



footer{background:#000000; padding:0 0 44px 0;color:#FFF;}

footer li a{color:#FFF;}

footer li a:hover, footer li a:focus{color:#e12c0b;}

footer li:before{display:none;}

.footer-top{justify-content: space-between; border-bottom:1px solid rgba(255,255,255,0.26); padding:22px 0 15px 0;align-items: center;}



.footer-middle{padding:30px 0 50px 0;}

.footer-social ul li{padding:0 12px 0 12px; margin:0;font-size:26px;}

.footer-social ul li:last-child{padding-right:0px;}



.footer-bottom{font-size:14px;}

footer h2{font-size:24px;color:#FFF;margin:0 0 10px 0;}

footer address{text-transform:uppercase; margin-bottom:18px;}

.footer-links ul {flex-wrap: wrap;flex-direction: row;}

.footer-links ul li{width:33.33%;padding:3px 5px 3px 18px; margin:0 0 0 0;}

.footer-links ul li:before {content: "\f105";display:block;font-size: 16px; left: 0; top: 2px;color:#FFF;}

.footer-newsletter-block{padding-right:22px;}

.footer-newsletter-block .form-inline{position:relative;}

.footer-newsletter-block .form-control{width:100%; background:#cccccc;padding: 5px 40px 5px 22px;border: none;}

.footer-newsletter-block .form-control:focus{background:#FFF;}

.footer-newsletter-block .btn{min-width:inherit; background-color:transparent;padding: 0;color:#e12c0b; position:absolute;top:12px;right:22px;}

.footer-newsletter-block .btn i{font-size:22px;}

.footer-contact-block{padding-left:22px;}

.footer-contact-block ul li{padding:3px 0 3px 0px; margin:0;}



/******** 21/8 Newtoneweb *******/

/**** Sticky START ****/

.is-sticky .header-main{ position:inherit !important;}

.header-main{ -webkit-transition: all .4s ease-in-out; -moz-transition: all .4s ease-in-out; -o-transition: all .4s ease-in-out; -ms-transition: all .4s ease-in-out; transition:all .4s ease-in-out; position:inherit !important;}

@keyframes slide-down {

    0% {

        opacity: 0;

        transform: translateY(-100%);

    } 

    100% {

        opacity: 0.9;

        transform: translateY(0);

    } 

}

/**** Sticky END ****/



ul.group-links .readmore i, ul.group-links .add_btn i{ color:inherit;}

.add_btn{ margin:0; padding:3px 9px; font-size:13px; color:#e12c0b; font-weight:700; /*text-transform:uppercase;*/ border:1px solid #e12c0b; border-radius:50px; display:inline-block; box-shadow:4px 4px 4px rgba(0,0,0,0.09); background:#fff;}

.add_btn:hover{ background:#e12c0b; color:#fff;}



.recent-added-product-section p, .howdid-section p, .opinion-section p{ font-size:14px;}



.topbrand-container{ margin-bottom:30px;}



/*======== Category Page =========*/

.middle-section.inner-middle{ padding:25px 0 68px 0;}



.category_sec{ margin:0; padding:0; display:block;}



.breadcrumb_info{ margin:0 0 30px 0; padding:0;}

.breadcrumb_info li{ margin:0; padding:0; display:inline-block; font-size:14px; color:#000000;}

.breadcrumb_info li:after{ content:"\f101"; font-family:'FontAwesome'; display:inline-block; margin:0 6px 0 10px;}

.breadcrumb_info li:last-child:after{ display:none;}

.breadcrumb_info li:before{ display:none;}

.breadcrumb_info li a{ color:#e12c0b;}

.breadcrumb_info li a:hover{ color:#000;}



.category_sec .info{ margin:0 0 35px 0; padding:0;}



.category_blocks{ margin:0; padding:0;}

.category_blocks .card{ margin:0 0 30px 0; padding:0; border:none; border-radius: 10px; box-shadow: 0 3px 10px rgba(0,0,0,0.15);}

.category_blocks .card .card-img-top{ margin:0; padding:0; width:100%; border-radius: 10px 10px 0 0;}

.category_blocks .card-cap{ margin:0;}

.category_blocks .card-cap a{ color:#fff; padding:14px 15px; background:#e12c0b; border-radius: 0 0 10px 10px; font-size:18px; color:#fff; font-weight:700; line-height:22px; display:block;}

.category_blocks .card:hover .card-cap a{ color:#fff; background:#000;}

.category_blocks .card-body{ margin:0; padding:0;}

.category_blocks .card-body ul{margin:0;}

.category_blocks .card-body ul li{ padding:0px 0px 0px 15px;margin:0;border-bottom:1px solid #d2d2d2;}

.category_blocks .card-body ul li:last-child{ border-bottom:none;}

.category_blocks .card-body ul li a{ color:#000;display:block; padding:10px 15px;margin:0; line-height:22px; color:#333333; font-size:15px;}

.category_blocks .card-body ul li a:hover, .category_blocks .card-body ul li a:focus{ color:#d0280b;}

.category_blocks .card-body ul li:before{content: "\f105";font-size:16px;left: 15px;top:9px;}



.category_blocks .card-columns { -webkit-column-count: 4; -moz-column-count: 4; column-count: 4; -webkit-column-gap:30px; -moz-column-gap:30px; column-gap:30px;}



/*========= Category Single =========*/

.pm_toggle_button{ float: right; width:26px; height:26px; border-radius:3px; border:1px solid #c6c8cd; font-size:30px; color:#e12c0b; position:relative; display:block;}

.pm_toggle_button:after { content: "-"; font-family: 'FontAwesome'; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);}

.pm_toggle_button.active:after { content: "+";}

.pm_toggle_button:hover, .pm_toggle_button:focus, .pm_toggle_button.active{ color:#e12c0b;}



.cities_inn{ margin:0 0 40px 0; padding:20px 15px; border:1px solid #e9e9e9; box-shadow:0 5px 8px rgba(0,0,0,0.08);}

.search-block{ margin:0 0 15px 0; padding:0; position:relative;}

.search-block .form-control{ margin:0; padding:0 15px 0 43px; border:1px solid #d2d2d2; border-radius:12px; font-size:14px; color:#000000; font-weight:400; height:36px;}

.search-block .searchlink{ margin:auto; padding:0; position:absolute; left:17px; top:0; font-size:14px; color:#000000; opacity:0.3; line-height:17px; height:20px; bottom:0;}



.cities_lists{ margin:0; padding:0; height:305px; overflow:auto;}



.custom-control-label{ margin:0 0 5px 0; font-size:16px; color:#333333; font-weight:400; letter-spacing:0.25px; padding-top:2px;}

.custom-control-label:before{ width:18px; height:18px; border-color:#d2d2d2; background:none; border-radius:3px !important; box-shadow:none !important;}

.custom-control-label:after{ content:""; font-size:14px; font-family: 'FontAwesome'; box-shadow:none !important; border:none !important; color:#e12c0b; background:none !important; top: 1px; left: -1.35rem;}

.custom-control-input:checked ~ .custom-control-label::after{ content:"\f00c";}

.custom-control-input:checked ~ .custom-control-label::before{ background:none; color:#e12c0b; border-color:#e12c0b;}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before { color: #d2d2d2; background-color: inherit; border-color:#d2d2d2;}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before{ border-color:#d2d2d2;}



.product-block{ margin:0 0 30px 0; padding:0; border:1px solid #e9e9e9; box-shadow:0 5px 8px rgba(0,0,0,0.08); border-radius:15px;}

.product-block figure{ margin:0; padding:0; border-bottom:1px solid #e9e9e9; box-shadow:0 5px 7px rgba(0,0,0,0.05); overflow:hidden; border-radius:15px 15px 0 0; position:relative;}

.product-block figure img{ width:100%; border-radius:15px 15px 0 0;}

.verified{ width:150px; padding:16px 10px 8px 10px; position:absolute; left:-52px; top:-7px; background:#34a853; font-size:11px; color:#fff; text-transform:uppercase; text-align:center; line-height:16px; font-weight:600; transform:rotate(-40deg); box-shadow:0 6px 8px rgba(0,0,0,0.5);}

.verified i{ font-size:15px; display:block;}

.product-block .detail{ margin:0; padding:20px 15px;border-bottom:1px solid #e9e9e9; min-height:256px;}

.add_listing{ margin:0 0 16px 0; padding:0;}

.add_listing li{ margin:0 7px 0 0; padding:0; display:inline-block; font-size:15px; color:#666666;}

.add_listing li a{ color:#666666;}

.add_listing li i{ color:#e12c0b;}

.add_listing li a:hover{ color:#e12c0b;}

.add_listing li:before{ display:none;}

.product-block h3{ margin:0 0 10px 0; padding:0; font-size:17px; color:#000000; font-weight:600; line-height:24px;}

.product-block h3 a{ color:#000000;}

.product-block h3 a:hover, .product-block:hover h3 a{ color:#e12c0b;}

.product-block .info{ margin:0 0 12px 0; padding:0; font-size:14px; color:#000000; line-height:20px; opacity:0.7;}

.product-block p{ margin:0; padding:0; font-size:15px; color:#000000; line-height:22px;}

.product-block .add_info{ margin:0; padding:0; width:100%; display:flex; clear:both;}

.product-block .add_info a{ flex:0 0 50%; margin:0; padding:10px 20px; font-size:14px; color:#1179bb; line-height:16px; font-weight:600; text-transform:uppercase; display:flex; align-items:center; justify-content:center; border-right:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9;}

.product-block .add_info a:last-child{ border-right:none;}

.product-block .add_info a i{ flex:0 0 33px; height:33px; margin-right:8px; border-radius:50%; border:1px solid #1179bb; text-align:center; line-height:31px; font-size:16px; transition:all .4s ease-in-out;}

.product-block .add_info a.redd{ color:#e12c0b;}

.product-block .add_info a.redd i{ border-color:#e12c0b;}

.product-block .add_info a:hover{ color:#000;}

.product-block .add_info a:hover i{ border-color:#000;}



.req_quote{ margin:0; padding:14px 10px; font-size:14px; color:#000; font-weight:600; text-transform:uppercase; background:#ebeef0; display:block; text-align:center; border-radius:0 0 15px 15px;}

.req_quote i{ font-size:16px; margin-right:5px; display:inline-block;}

.req_quote:hover, .product-block:hover .req_quote{ background:#e12c0b; color:#fff;}



.product-block-h{ width:100%; display:flex; margin:0 0 23px 0; padding:0; border-bottom:1px solid #dfe0e3; align-items:flex-start;}

.product-block-h figure{ flex:0 0 207px; margin:0 0 23px 0; padding:0; border:1px solid #e9e9e9; overflow:hidden; border-radius:15px; position:relative;}

.product-block-h figure img{ width:100%; border-radius:15px;}

.product-block-h .rdtail{ margin:0 0 13px 0; padding:0 0 0 25px; position:relative;}

.product-block-h .add_listing{ padding:0 120px 0 0;}

.product-block-h .add_listing li{text-transform:uppercase;}

.product-block-h h3{ margin:0 0 6px 0; padding:0; font-size:17px; color:#000000; font-weight:600; line-height:24px;}

.product-block-h h3 a{ color:#000000;}

.product-block-h h3 a:hover, .product-block:hover h3 a{ color:#e12c0b;}

.product-block-h .info{ margin:0 0 12px 0; padding:0; font-size:14px; color:#000000; line-height:20px; opacity:0.7;}

.product-block-h p{ margin:0 0 13px 0; padding:0; font-size:15px; color:#000000; line-height:22px;}



.touch-btns-h{ margin:0; padding:0;}

.touch-btns-h a{ margin:0 10px 10px 0; padding:8px 15px; font-size:14px; color:#1179bb; font-weight:600; text-transform:uppercase; display:inline-block; border:1px solid #1179bb; border-radius:50px; min-width:197px; text-align:center;}

.touch-btns-h a i{ margin-right:4px; font-size:16px;}

.touch-btns-h a:hover{ background:#1179bb; color:#fff;}

.touch-btns-h a.redd{ color:#e12c0b; border-color:#e12c0b;}

.touch-btns-h a.redd:hover{ background:#e12c0b; color:#fff;}

.touch-btns-h a.requote{ border-color:#000000; color:#000000;}

.touch-btns-h a.requote:hover{ background:#000000; color:#fff;}



.advertise-block.d-flex img{ object-fit:cover;}

.advertise-block .mx-30{ margin:0 30px;}



.verified-h{ padding:3px 10px; position:absolute; right:0; top:0; background:#34a853; font-size:14px; color:#fff; text-transform:uppercase; text-align:center; font-weight:600; border-radius:5px;}

.verified-h i{ margin-right:3px; font-size:15px; position:relative; bottom:-1px;}



.border-bottom-theme{border-bottom:1px solid #dfe0e3;}



.pagination{}

.pagination .page-link{ min-width:36px; height:36px; line-height:34px; margin:0 2px; padding:0 5px; font-size:15px; color:#000; font-weight:600; border-color:#999999; border-radius:5px; text-align:center; box-shadow:none !important;}

.pagination .page-link.active, .pagination .page-link:focus{ background:#e12c0b; color:#fff; border-color:#e12c0b;}

.pagination .page-link:first-child, .pagination .page-link:last-child{ padding:0 15px; border-color:#e12c0b;}

.pagination .page-link.disabled{ color:#999999; border-color:#999999;}



/*============== Single Product =============*/

.singprod-middle-section{ margin:0; padding:0;}



.slider{}

.slider-for{ margin:0 0 15px 0; border:1px solid #e9e9e9; border-radius:15px; box-shadow:0 5px 8px rgba(0,0,0,0.16);}

.slider-for figure{ width: 100%; margin:0; padding:0; position:relative; border-radius:15px;}

.slider-for figure .verified-h{ position:absolute; right:2px; top:15px;}

.slider-for figure img{ border-radius:15px;}



.slider-nav{ margin-bottom:30px;}

.slider-nav figure{ width: 100%; margin:0; padding:0; border:1px solid #d2d5dc; border-radius:15px; transition: all ease-in-out .3s;}

.slider-nav figure img{ border-radius:15px;}



.slick-slide{ margin:0 13px 0 0;}

.slick-slide img{ width: 100%;}

.slick-prev{ position:absolute; left:-1px; z-index:55; width:40px; height:40px; transition: all ease-in-out .3s;}

.slick-prev:before{ content:"\f104"; line-height:40px; font-family:'FontAwesome'; font-size:30px; color:#fff; background:rgba(0,0,0,0.3); border-radius:0 5px 5px 0; display: block; opacity:1; transition: all ease-in-out .3s;}

.slick-next{ position:absolute; right:-1px; z-index:55; width:40px; height:40px; transition: all ease-in-out .3s;}

.slick-next:before{ content:"\f105"; line-height:40px; font-family:'FontAwesome'; font-size:30px; color:#fff; background:rgba(0,0,0,0.3); border-radius:5px 0 0 5px; display: block; opacity:1; transition: all ease-in-out .3s;}

.slick-prev:hover:before, .slick-next:hover:before{ background:#e12c0b; color:#fff;}

.slick-slide{ transition: all ease-in-out .3s; opacity: 1;}

.slick-active{ opacity: 1;}

.slick-current{ opacity: 1;}

.slick-current figure{ border-color:#e12c0b;}



.prodetail{ margin:0 0 30px 0; padding:0;}

.prodetail h3{ margin:0 0 6px 0; padding:0; font-size:24px; color:#000000; font-weight:700;}

.rating_info{ margin:0; padding:0; font-size:15px; color:#1179bb; letter-spacing:2px;}

.rating_info a{ letter-spacing:normal; color:#e12c0b;}

.rating_info a:hover{ color:#000;}



hr.border{ margin:20px 0; height:1px; opacity:0.5; background: rgb(0,0,0); background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 ); border:none !important;}



.prodetail .touch-btns-h{ margin-top:40px;}

.prodetail .touch-btns-h a{ min-width:inherit;}



.ptn_detail{ margin:0 0 50px 0; padding:20px 14px; background:#f2f3f4; border-radius:10px;}

.ptn_block{ width:100%; margin:0 0 16px 0; padding:0; display: flex; align-items: center;}

.ptn_block figure{ flex:0 0 130px; border-radius:5px; margin:0; padding:0;}

.ptn_block figure img{ width:100%; border-radius:5px;}

.ptn_block .detail{ margin:0; padding:0 0 0 15px;}

.ptn_block .detail h4{ margin:0; padding:0; font-size:15px; line-height:18px;}

.ptn_block .detail h4 a{ color:#000;}

.ptn_block .detail h4 a:hover{ color:#e12c0b;}



.singprod_tabs{ border:none;}

.singprod_tabs .nav-item{ margin:0 0 -1px 0; padding:0;}

.singprod_tabs .nav-item:before{ display:none;}

.singprod_tabs .nav-item .nav-link{ margin:0; padding:0 15px 10px 15px; font-size:18px; color:#000; font-weight:700; border:none; border-bottom:4px solid transparent; background:none;}

.singprod_tabs.nav-tabs .nav-link:focus, .singprod_tabs.nav-tabs .nav-link:hover{ color:#e12c0b; background:none; border-color:transparent;}

.singprod_tabs.nav-tabs .nav-item.show .nav-link, .singprod_tabs.nav-tabs .nav-link.active{ color:#e12c0b; border-color:#e12c0b;}



.singprod_tabs + .tab-content{ margin:0; padding:25px 30px; border:1px solid #c6c8cd; background:#f2f3f4; border-radius:0 0 10px 10px;}



.singprod_tabs + .tab-content h5{ margin:0 0 10px 0; padding:0; font-size:18px; color:#e12c0b; font-weight:700;}



.list-info{ margin:0 0 30px; padding:0;}

.list-info li{ padding:0 0 0 20px;}

.list-info li:before{ content:""; width:6px; height:6px; background:#a9aaaa; border-radius:50%; position:absolute; left:0; top:7px;}



.table_info{ margin:0; padding:0;}

.table_info .table{ margin:0; padding:0;}

.table_info .table thead th{ padding:14px 20px; font-size:18px; color:#fff; background:#e12c0b; border-color:rgba(0,0,0,0.2) !important; white-space:nowrap;}

.table_info .table tbody td{ padding:14px 20px; font-size:16px; color:#000; border-color:rgba(0,0,0,0.2) !important;}

.table_info .table tbody tr:nth-child(even){ background:#fff;}



.prod_review{ margin:0 0 10px 0; padding:20px 0 25px 0; position:relative;}

.prod_review:after{content:"";width:100%; height:1px; position:absolute; opacity:0.2; bottom:0;left:0;background: rgb(0,0,0); background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );}

.prod_review.last:after{ display:none;}

.prod_review.last{ margin-bottom:30px;}

.prod_review .pr_in{ display:flex; margin:0 0 15px 0; padding:0;}

.prod_review figure{ flex:0 0 70px; margin:0; padding:0; border-radius:3px;}

.prod_review figure img{ width:100%; object-fit:cover; border-radius:3px;}

.prod_review .rdtal{ overflow:hidden; margin:0; padding:0 0 0 20px; align-self:center;}

.prod_review h6{ margin:0 0 10px 0; padding:0; font-size:18px; color:#000000; font-weight:600;}

.prod_review h6 span{ font-size:14px; font-weight:400;}

.prod_review .rating_info{ font-size:17px;}

.prod_review p{ margin:0; padding:0;}



.review_form{ width:100%; max-width:653px; margin:0; padding:10px 0 0 0;}

.rform_block{ width:100%; float:left; margin:0 0 11px 0; padding:0;}

.rform_block > label{ margin:0 0 5px 0; padding:0; font-size:16px; color:#000000; font-weight:600; opacity:0.6;}

.rform_block .form-control{ margin:0; padding:0 15px; height:38px !important; border:1px solid #c6c8cd !important; box-shadow:none !important; border-radius:50px !important;}

.rform_block textarea.form-control{ height:77px !important; border-radius:10px !important; margin-bottom:10px;}

.btn.subtn{ min-width:217px;}



.giverate{ font-size:17px; color:#1179bb;}

.giverate a{ color:#1179bb;}

.giverate a:hover{ filter-color:#1179bb;}



.mb-60{ margin-bottom:60px !important;}



/*===================== Industrial Product Video =======================*/

.row.ind_vidos_row > div{ margin:0 0 30px 0;}

.ind-video{ margin:0; padding:0; border:1px solid #e9e9e9; box-shadow:0 5px 8px rgba(0,0,0,0.08); border-radius:15px; height:100%;}

.ind-video video{ margin:0; padding:0; border-bottom:1px solid #e9e9e9; box-shadow:0 5px 7px rgba(0,0,0,0.05); overflow:hidden; border-radius:15px 15px 0 0; position:relative;}

.ind-video video source{ width:100%; border-radius:15px 15px 0 0;}

.ind-video .detail{ margin:0; padding:20px 15px; min-height:256px;}

.ind-video h4{ margin:0 0 10px 0; padding:0; font-size:17px; color:#000000; font-weight:600; line-height:24px;}

.ind-video h4 a{ color:#000000;}

.ind-video h4 a:hover, .ind-video:hover h4 a{ color:#e12c0b;}

.ind-video .info{ margin:0 0 12px 0; padding:0; font-size:14px; color:#000000; line-height:20px; opacity:0.6;}

.ind-video p{ padding:0; font-size:15px; color:#000000; line-height:22px;}

.ind-video a.readmore{ font-size:14px;}



.tag_link{ margin:0 0 14px 0; padding:0 13px; font-size:10px; color:#d0280b; border:1px solid #d0280b; border-radius:50px; display:inline-block; text-transform:uppercase;}

.tag_link:hover{ background:#e12c0b; border-color:#e12c0b; color:#fff;}



/*===================== Event Interview Videos =======================*/

.eiv-block{ width:100%; float:left; margin:0; padding:0; border:1px solid #e9e9e9; box-shadow:0 5px 8px rgba(0,0,0,0.08); border-radius:15px; height:100%;}

.eiv-block .video{ width:100%; float:left; margin:0; padding:0; border-bottom:1px solid #e9e9e9; box-shadow:0 5px 7px rgba(0,0,0,0.05); overflow:hidden; border-radius:15px 15px 0 0; position:relative;}

.eiv-block .video img{ width:100%; border-radius:15px 15px 0 0;}

.eiv-block .video iframe{ width:100% !important; border-radius:15px !important; border:none; margin:0; padding:0; line-height:inherit;}

.eiv-block .video a:after{ content:""; width:64px; height:46px; background:url(../images/youtube_icon.png) no-repeat center center; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto;}

.eiv-block .detail{ width:100%; float:left; margin:0; padding:20px 15px;}

.eiv-block .info{ margin:0 0 10px 0; padding:0; font-size:14px; color:#000000; opacity:0.7;}

.eiv-block h4{ margin:0 0 5px 0; padding:0; font-size:17px; color:#000000; font-weight:600; line-height:22px;}

.eiv-block h4 a{ color:#000000;}

.eiv-block h4 a:hover, .eiv-block:hover h3 a{ color:#e12c0b;}

.eiv-block p{ margin:0; padding:0; font-size:15px; color:#000000; line-height:22px;}

.eiv-block .info.author{}



.eiv-block figure{ width:100%; float:left; margin:0; padding:0; border-bottom:1px solid #e9e9e9; box-shadow:0 5px 7px rgba(0,0,0,0.05); overflow:hidden; border-radius:15px 15px 0 0; position:relative;}

.eiv-block figure img{ width:100%; border-radius:15px 15px 0 0;}



ul.eiv_catelinks{ margin:0 0 37px 0; padding:0;}

ul.eiv_catelinks li{ margin:0 0 8px 0; padding:0;}

ul.eiv_catelinks li:before{ display:none;}

ul.eiv_catelinks li a{ margin:0; padding:12px 15px; font-size: 16px; font-weight: 400; background-color: #FFF; border: 1px solid #e9e9e9; border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px; color: #000; display:block; box-shadow: 0 5px 8px rgba(0,0,0,0.08);}

ul.eiv_catelinks li a:hover{ background:#e12c0b; border-color:#e12c0b; color:#fff;}



.ptn_block figure iframe{ width:100% !important; border-radius:5px !important; border:none; margin:0; padding:0; line-height:inherit; height:86px;}



.fancybox__carousel .fancybox__slide.has-video .fancybox__content{ border-radius:15px !important;}

.fancybox__content .plyr__video-embed{ height: 100% !important;}

.fancybox__html5video, .fancybox__iframe{ border-radius:15px !important;}



.fancybox__caption{ width:100% !important; max-width:960px !important;}



/*========== Modal ==========*/

.modal{ z-index:99999;}

.requote_modal{}

.requote_modal .modal-dialog{ width:100%; max-width:919px; margin:40px auto 20px auto; padding:0 20px;}

.requote_modal .modal-content{ border:none; box-shadow:none; border-radius:15px;}

.requote_modal .modal-body{ padding:25px 30px;}

.requote_modal .close{ width:28px; height:28px; padding:0 0 10px 1px; background:#e12c0b; color:#fff; border-radius:50%; font-size:25px; text-align:center; position:absolute; top:-35px; right:0; margin:0; opacity:1; font-weight:400;}

.requote_modal figure{ width:100%; float:left; margin:0 0 30px 0; padding:0;}

.requote_modal figure img{ width:100%;}



.custom-radio{ margin:0; padding:0;}

.custom-radio .custom-control-label{ margin:0 25px 0 0; padding:0 0 0 25px; position:relative; font-size:16px;}

.custom-radio .custom-control-label:before{ content:""; width:14px; height:14px; border-radius:50% !important; border:1px solid #e12c0b !important; position:absolute; left:0; top:5px;}

.custom-radio .custom-control-label:after{ content:"" !important; width:6px; height:6px; border-radius:50%; background:#e12c0b !important; position:absolute; left:4px; top:9px; display:none;}

.custom-radio .custom-control-input:checked ~ .custom-control-label:after{ display:block;}



.quantity_block{ margin:0; padding:0; flex-wrap:nowrap;}

.quantity_block .field{ margin:0; padding:0 15px; width:100%; border:1px solid #c6c8cd; border-left:none; border-right:none; text-align:center;}

.quanbtn{ margin:0; padding:0; background:#f0f2f5; border:1px solid #c6c8cd; border-radius:50px 0 0 50px; height:38px; width:52px; text-align:center;}

.quanbtn.quantity-right-plus{ border-radius:0 50px 50px 0;}



.login_modal{}

.login_modal .modal-body{ padding-bottom:0;}

.remember_forgot{ margin-top:5px; margin-bottom:5px;}

.remember_forgot .custom-checkbox{ float:left; margin-bottom:10px;}

.forgot_link{ float:right; padding:0; margin:0 0 10px 0; font-size:16px; color:#000000;}

.forgot_link a{ color:#000000; text-decoration:underline;}

.forgot_link a:hover{ color:#e12c0b; text-decoration:none;}



.login_modal_details{ width:100%; float:left; padding:0; margin:0;}

.login_modal .section-title{ margin-bottom:0;}

.login_left{ width:100%; padding:40px 0; margin:0; text-align:center;}

.login_left h3{ padding:0; margin:0 0 26px 0; font-size:16px; color:#e12c0b; font-weight:600; text-transform:uppercase; letter-spacing:0.5px;}

.login_left p{ padding:0; margin:0;}

.login_left figure{ width:100%; padding:0; margin:0 0 22px 0;}

.login_right{ width:100%; padding:40px 0 40px 30px; border-left:1px solid #c6c8cd;}



/*========== News Single ==========*/

.section-container.news-single-section{ position:relative; padding-bottom:10px; margin-bottom:30px;}

.news-single-section:after{content:"";width:100%; height:1px; position:absolute; bottom:0;left:0;background: rgb(0,0,0); background: -moz-linear-gradient(left,  rgba(0,0,0,1) 0%, rgba(255,255,255,1) 100%); background: -webkit-linear-gradient(left,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); background: linear-gradient(to right,  rgba(0,0,0,1) 0%,rgba(255,255,255,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#ffffff',GradientType=1 );}



.updtl_list{ margin:0 0 30px 0; padding:0;}

.updtl_list li{ margin:0 17px 0 0; padding:0; display:inline-block; font-size:15px; color:#010101;}

.updtl_list li:before{ display:none;}

.updtl_list li a{ color:#666666;}

.updtl_list li img{ width:17px; margin-right:3px;}

.updtl_list li i{ color:#e12c0b; margin-right:3px;}

.updtl_list li a:hover{ color:#e12c0b;}



.news-single-section .info{ margin:0 0 20px 0; padding:0; font-size:17px; color:#7f7f7f; font-weight:700;}

.news-single-section .info.black{ color:#000;}



.mainews{ margin:0 0 30px 0; padding:0; clear:both; border-radius:10px; border:1px solid #e9e9e9; box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.08);}

.mainews img{ width:100%; border-radius:10px;}



.newsocial_links{ width:100%; margin:0 0 30px 0; padding:0; display:flex; align-items:center;}

.newsocial_links span{ font-size:18px; color:#e12c0b; font-weight:600; text-transform:uppercase; display:inline-block; margin-right:15px; margin-bottom:5px;}

.newsocial_links a{ width:30px; height:30px; line-height:28px; font-size:16px; margin-right:6px; border-radius:5px; border:1px solid #c6c8cd; text-align:center; color:#000; display:block;margin-bottom:5px;}

.newsocial_links a:hover{ color:#e12c0b;}



.newsingle_video{ margin:30px 0; padding:0; position:relative;}

.newsingle_video a:after{ content:""; width:64px; height:46px; background:url(../images/youtube_icon.png) no-repeat center center; position:absolute; left:0; top:0; right:0; bottom:0; margin:auto;}



ul.listing_info li{ padding-left:20px;}

ul.listing_info li::before{ content:"" !important; width:6px; height:6px; background:#b2b2b2; border-radius:50%; top:7px;}



.tag_list{ margin:0 0 60px 0; padding:0;}

.tag_list a{ margin:0 8px 12px 0; padding:4px 18px 6px 18px; font-size:14px; color:#000; display:inline-block; border:1px solid rgba(0,0,0,0.3); border-radius:30px;}

.tag_list a:hover{ background:#e12c0b; border-color:#e12c0b; color:#fff;}



/******************* KEVAL *****************/

ul.s_add_list{ width:100%; display:block; margin:0; padding:10px 0 40px 0; text-align:center;}

ul.s_add_list li{ margin:0 15px; padding:0; display:inline-block;}

ul.s_add_list li:before{ display:none;}



.sidebar .subscribe-iNoW-block{ margin:30px 0 40px 0;}

.sidebar .subscribe-iNoW-block .subscribe-iNoW-inner{ margin:0 auto;}

.sidebar .deals-on-offer-block{ margin:0 0 30px 0;}

.sidebar .deals-on-offer-block .deals-on-offer-inner{ margin:0 auto;}



.eiv-block.inews p{ margin-bottom:10px;}

.eiv-block.inews h4{ margin-bottom:15px;}

ul.add_listing.news_listing{ margin-bottom:10px;}

ul.add_listing.news_listing li a{ font-size:12px; color:#010101; text-transform:uppercase;}

ul.add_listing.news_listing li a i{ font-size:14px;}



.news-category.white{ background:#f2f3f5; color:#000000;}

.news-category.white:before{ background:url(../images/separator-icon.png) center center no-repeat; background-size:100% 100%;}



.check-icon ul {margin: 0px; padding: 10px 0 0 40px;text-align: left;margin-bottom: 30px;}

.check-icon li {list-style-type: none;margin-bottom: 10px;color: #000;}

.check-icon li::before {content: "\f00c";font-family: FontAwesome;display: inline-block;margin-left: -1.3em margin-right: 5px;color: #e12c0b;}



/*Faq start*/



.faq-sec{

padding:20px 20px

}

.faq-sec .faq-accordion, .faq-form-wrap {

	margin-bottom: 20px;

	margin-top: 20px;

}

.faq-sec .faq-accordion h4, .faq-form-wrap h4 {

	margin-bottom: 30px;

}

.faq-sec .faq-form-wrap h4 {

	margin-bottom: 10px;

}

.faq-sec .faq-form-wrap p {

	margin-bottom: 20px;

}

.faq-sec .faq-form-wrap .faq-form .faq-form-group {

	margin-bottom: 30px;

	position: relative;

}

.faq-sec .faq-form-wrap .faq-form .faq-form-group:last-child {

	margin-bottom: 0;

}

.faq-sec .faq-form-wrap .faq-form .faq-form-group .faq-form-control {

	outline: none;

	width: 100%;

	border: none;

	height: auto;

	color: #000000;

	padding: 18px 20px 18px 50px;

	border-radius: 5px;

	display: block;

	position: relative;

	-webkit-transition: all 0.25s ease;

	transition: all 0.25s ease;

	-webkit-box-shadow: 0 10px 28px 0 rgba(27, 25, 42, 0.1);

	box-shadow: 0 10px 28px 0 rgba(27, 25, 42, 0.1);

}

.faq-sec .faq-form-wrap .faq-form .faq-form-group span {

	line-height: 60px;

	color: #f12629;

	position: absolute;

	pointer-events: none;

	top: 0;

	left: 20px;

}

.faq-sec .accordion-item {

	margin-bottom: 10px;

	background: #fff;/*-webkit-box-shadow: 0 10px 28px 0 rgba(27, 25, 42, 0.1);



          box-shadow: 0 10px 28px 0 rgba(27, 25, 42, 0.1);*/

}

.faq-sec .accordion-item:last-child {

	margin-bottom: 0;

}

.faq-sec .accordion-item .accordion-header a {

	color: #000000;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;

	font-weight: 700;

	padding: 5px 5px 5px 10px;

	-webkit-box-align: center;

	-ms-flex-align: center;

	align-items: center;

	-webkit-box-pack: justify;

	-ms-flex-pack: justify;

	justify-content: space-between;

	/*border-top: 3px solid #ffb613;*/



	-webkit-transition: all 0.25s ease;

	transition: all 0.25s ease;

	border: 2px solid #e12c0b;

	border-radius: 10px;

}

.faq-sec .accordion-item .accordion-header a[aria-expanded=true] {

	color: #fff;

	background: #e12c0b;

	border-bottom-left-radius: 0;

	border-bottom-right-radius: 0;

}

.faq-sec .accordion-item .accordion-header a[aria-expanded=true] i {

	color: #fff;

	/* background: rgba(255, 255, 255, 0.1);*/



	background: #e12c0b;

}

.faq-sec .accordion-item .accordion-header a[aria-expanded=true] i:before {

	content: '\f068';

}

.faq-sec .accordion-item .accordion-header a i {

	width: 35px;

	height: 35px;

	text-align: center;

	line-height: 35px;

	border-radius: 3px;

	color: #f12629;

	/*background: rgba(255, 91, 41, 0.1);*/



	background: #fff;

}

.faq-sec .accordion-item .accordion-body {

	padding: 10px;

	border: 1px solid #f10;

	border-radius: 0px 0px 12px 12px;

}

/*Faq end*/

.search-drop {

    width: 17%;

    background-color: #fff;

    z-index: 9999;

    position: absolute;

    margin-left: 0px;

    border: 1px solid #ccc;

    top:45px;

    text-align: left;

    /* box-shadow: 2px 2px 2px; */

}

 .search-drop ul {

    margin: 0px !important;

    padding: 0px !important;

}

 .search-drop li {

    list-style: none;

    padding: 5px 0 0px 10px;

    color: #333;

    margin-bottom: 10px;

    

}

 .search-drop li a {

    list-style: none;

    padding: 5px 0 0px 10px;

    color: #333;

    margin-bottom: 10px;

    text-align: left;

    line-height: 18px;

    font-size: 14px;

  }

 .search-drop li a:before {

    content: "\f002";

    font-family: FontAwesome;

    display: inline-block;

    margin-left: -0.3em;

    width: 1.3em;

    color: #fe2218;

}

.spinner {

    display: -ms-inline-flexbox;

    display: inline-flex;

}

.spinner .btn {

    background-color: #fff !important;

    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%) !important;

    color: #868a8f;

     border-radius:50%;

}

.spinner .btn {

    display: inline-block;

    font-weight: 400;

    color: #606975;

    text-align: center;

    vertical-align: middle;

    -webkit-user-select: none;

    -moz-user-select: none;

    -ms-user-select: none;

    user-select: none;

    background-color: transparent;

    border: 1px solid transparent;

    padding: 0.375rem 0.75rem;

    font-size: .875rem;

    line-height: 1.5;

   transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;

    border-radius:50% !important;

}

.btn-icon {

    width: 35px;

    height: 35px;

    padding: 0;

    display: -ms-flexbox;

    display: flex;

    -ms-flex-pack: center;

    justify-content: center;

    -ms-flex-align: center;

    align-items: center;

    border-radius:50%;

}



.rounded-circle {

    border-radius: 50%!important;

}

.spinner .btn:hover {

    background-color: #e9ecef !important;

}

.spinner input[type=number] {

    font-weight: 700;

    width: 80px;

    text-align: center;

    border: 0;

}

.spinner .btn i {

    font-size: 16px;

    margin-left: -1px;

    font-weight: 400;

    margin-top: 4px;

}
.swiper-wrapper{
position: relative;
 overflow: hidden;
}
.menu-scroll{
overflow-y:scroll;
height:400px;
		}
.menu-scroll::-webkit-scrollbar {
  width: 10px;
}
 
.menu-scroll::-webkit-scrollbar-track {
 background-color: #ebebeb;
 -webkit-border-radius: 10px;
 border-radius: 10px;
}

.menu-scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.sticky-ads {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height:60px;
    max-height:60px;
    padding: 5px 0;
    box-shadow: 0 -6px 18px 0 rgb(9 32 76 / 10%);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fefefe;
    z-index: 99;
}
.sticky-ads-close {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:12px 0 0;
    position: absolute;
    right: 0;
    top: -25px;
    background-color: #fefefe;
    box-shadow: 0 -6px 18px 0 rgb(9 32 76 / 8%);
}

.sticky-ads .sticky-ads-close svg { width:40px; height: 40px; fill: #000; } 

.sticky-ads .sticky-ads-content {
    overflow: hidden;
    display: block;
    position: relative;
    height:50px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:0px;
}

.sticky-ads-desktop {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height:98px;
    max-height:98px;
    padding: 5px 0;
    box-shadow: 0 -6px 18px 0 rgb(9 32 76 / 10%);
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #252122;
    z-index: 99;
}
.sticky-ads-close-desktop {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:12px 0 0;
    position: absolute;
    right: 0;
    top: -25px;
    background-color: #252122;
    box-shadow: 0 -6px 18px 0 rgb(9 32 76 / 8%);
}

.sticky-ads-desktop .sticky-ads-close-desktop svg { width:40px; height: 40px; fill: #fff; } 

.sticky-ads-desktop .sticky-ads-content-desktop {
    overflow: hidden;
    display: block;
    position: relative;
    height:95px;
    width: 100%;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom:0px;
}
.nb-form {
    position: fixed;
    z-index: 9999;
    width: 300px;
    background: #FFF;
    right: -300px;
    top: 40%;
    transition: all .8s cubic-bezier(.22, .67, .43, 1.22) .2s;
}
.nb-form:hover {
    right: 0px;
}
.nb-form .title {
    background: #4bca59;
    padding: 10px 15px;
    color: #fff;
    text-align: center;
    top: 0;
    left: -60px;
    position: absolute;
    font-size: 35px;
}

.nb-form-inner input:focus {
    outline:none;
}
.nb-form{
  outline:none;
} 
.nb-form-inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    background-color: #fff;
    padding: 8px 20px;
    color: #333;
    box-shadow: 0 0 2px rgb(0 0 0 / 30%);
}
@media (max-width: 480px)
.nb-form {
    top: 5%;
}
#slideshow { 
width:730px;
 }
 .nb-form1{
position:fixed;z-index:999;
width:300px;
background:#fff;
right:-300px;
top:50%;
transition:all .8s cubic-bezier(.22,.67,.43,1.22) .2s
}
.nb-form1:hover{
right:0
}
.nb-form1 .title{
background:#f12629;
padding: 10px 17px;
color: #fff;
text-align: center;
top: 0;
left: -64px;
position:absolute;
font-size:35px
}
.nb-form-inner1 input:focus{
outline:0
}
.nb-form1{
outline:0
}
.nb-form-inner1{
-webkit-appearance:none;-moz-appearance:none;
-ms-appearance:none;appearance:none;
background-color:#fff;
padding:8px 20px;
color:#333;
box-shadow:0 0 2px rgba(0,0,0,.3)
}
.phone-icon
{color:#f12629;
margin-right:5px;
}
@media (max-width:480px){
.nb-form1{
top:55%;
}
}
.ipf-box{font-family:'Noto Sans',sans-serif}
.modal-backdrop.in{opacity:0;}
.ipf-box .modal{top:70px!important}
.ipf-box .modal-dialog{width:575px;margin:30px auto 10px;}
.ipf-box .modal-dialog .modal-content{background:#fff;text-align:center;border:none;box-shadow:0 0 10px rgba(0,5,85,.2);border-radius:0}
.ipf-box .modal-dialog .modal-content .close{color:#222;font-size:28px;text-shadow:none;line-height:15px;opacity:1;position:absolute;left:auto;right:10px;top:10px;z-index:1;transition:all .3s}
.ipf-box .modal-dialog .modal-content .close:hover{color:#888}
.ipf-box .modal-dialog .modal-content .modal-body{padding:0 0!important}
.ipf-box .modal-dialog .modal-content .modal-body:after{content:'';display:block;clear:both}
.ipf-box .modal-dialog .modal-content .modal-body .modal-left-content{color:#fff;background-color:#fff;background-image:repeating-linear-gradient(-45deg,transparent,transparent 20px,rgba(255,255,255,.1) 20px,rgba(255,255,255,.1) 40px);text-align:center;text-transform:uppercase;letter-spacing:3px;width:40%;padding:30px 0 0 0;display:inline-block;float:left}
.ipf-box .modal-dialog .modal-content .modal-body .modal-main-content{width:60%;padding:28px 10px;display:inline-block}
.ipf-box .modal-dialog .modal-content .modal-body .description{color:#333;font-size:16px;font-weight:800;margin:0 0 30px;letter-spacing:1px;text-transform:uppercase}
.ipf-box .modal-dialog .modal-content .modal-body .form-control::placeholder{color:#909090;font-size:14px}
.ipf-box .modal-dialog .modal-content .modal-body .submit{color:#fff;background-color:#ed1c24;font-size:18px;font-weight:700;text-transform:uppercase;padding:6px 30px;margin:0 auto;border:0 solid transparent;display:block;transition:all .3s ease-in-out;margin-top:20px}.ipf-box .modal-dialog .modal-content .modal-body .submit:hover{box-shadow:0 0 15px rgba(0,0,0,.4) inset}
@media only screen and (max-width:576px){
.modal-dialog{width:98%!important}.ipf-box .modal-dialog .modal-content .modal-body,.ipf-box .modal-dialog .modal-content .modal-body .modal-main-content{width:100%;display:block;float:none;padding:20px 20px 120px 20px;min-height:auto}.modal-dialog{width:98%!important}.ipf-box .modal-dialog .modal-content,.ipf-box .modal-dialog .modal-content .modal-body .modal-left-content{width:100%;display:block;float:none;padding:20px 20px;min-height:auto}.ipf-box .modal-dialog .modal-content .modal-body .modal-left-content .title span{font-size:30px;}
}
@media (min-width:576px){
.ipf-box .modal-dialog{max-width:600px;margin:1.75rem auto}
}
.ipf-box .form-control {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    border-radius: 0px; 
     -webkit-border-radius:0px; 
    -moz-border-radius: 50px;
    color: #000;
    display: block;
    line-height: 33px;
    height: 33px;
    padding: 5px 20px;
    font-size: 16px;
    outline: none;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    width: 100%;
    box-shadow: none !important;
    -webit-box-shadow: none !important;
    moz-box-shadow: none !important;
}
/*#slideshow > div { 
  position:relative; 
 
}*/
.thank-pop{}
 .thank-pop .modal-header{
	 border-bottom:none;
	 
	  }

.error {
    color: red;
    font-size: 8pt;
}
.road-block .modal-dialog {
    max-width: 500px !important;
    margin: 6.75rem auto !important;
}
.road-block .modal-body {
  padding: 0px;
}
.road-block .modal-content {
  border: none !important;
  background-color:transparent;
}
.road-block .close {
  line-height: 0;
}
.road-block .modal-header {
  border-bottom: none;
  padding: 0px;
}
.road-block .modal-header .close {
  padding: 0px !important;
  margin: -1rem -2rem -2rem auto;
  opacity: 1;
}
.road-block .modal-content {
  border: none !important;
}
.road-block .modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #242424b8;
}

@media (max-width: 576px){
.road-block .modal-dialog {
    max-width: 90% !important;
    margin: 6.75rem auto !important;
}
}
.box-shadow{
box-shadow: 2px 5px 5px #ccc;
}
.annual-issue-24-top{
  background-color: #000;
  padding: 10px;
}
.annual-issue-24-adv{
  background-color: #133b5e;
}
  .video-sec{
  }

.video-coating-1 {
  position: relative;
  /* height: 350px; */
  margin-top: 55px;
}
.video-coating-1 .video-slide .slick-dots {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
}
.video-coating-1 .video-slide .slick-dots li {
  margin-right: 5px;
  padding: 5px;
 /*  background: #000; */
  border-radius: 50%;
  cursor: pointer;
}
.video-coating-1 .video-slide .slick-dots li:last-child {
  margin: 0;
}
.video-coating-1 .video-slide .slides {
  display: flex;
}
.video-coating-1 .video-slide .slides img {
  margin: 0 auto;
}
.video-coating-1 .video-slide .arrow {
  position: absolute;
  top: -12%;
  z-index: 2;
  cursor: pointer;
  /* background: rgba(0, 0, 0, .8); */
   border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #ccc;

}
.video-coating-1 .video-slide .arrow:hover{
  background-color: #ffcc00;
  border: 1px solid #ffcc00;

}
.video-coating-1 .video-slide .arrow i {
 line-height: 30px;
    font-size: 15px;
    margin-left: 7px;
    margin-top: 7px;
    color: #919191;
    position: relative;
    top: 5px;
    font-weight: 800 !important;
    transition: all 0.2s ease-in-out;
}
.video-coating-1 .video-slide .arrow i:hover {
  color: #fff;
}
.video-coating-1 .video-slide .arrow.prev {
  right: 50px;
}
.video-coating-1 .video-slide .arrow.next {
  right: 10px;
}
.videos-post-new h2 a {
    color: #181818;
    display: flex;
}
.videos-post-new h2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}
.videos-post-new h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    margin-top: 10px;
    margin-bottom: 10px;
}


.video-coating-1  h1{
  color: #3366cc;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 26px;
    margin-left: 20px;
}
.video-coating-1  h1 span{
  color: #ffcc00;
}
.video-coating-1  h1:before{
  content: "";
  background-color: #ffcc00;
  height: 50px;
    width: 6px;
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}
.readership-sec{
    padding: 40px 0px 0px 0px;
}

.popular-article {
    padding: 60px 0px;
  background-color: #fbf9f9;
}
.popular-article  h1{
  color: #3366cc;
  text-transform: uppercase;
  font-weight: 900;
  margin-top: 0px;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 26px;
    margin-left: 20px;
}
.popular-article  h1 span{
  color: #ffcc00;
}
.popular-article  h1:before{
  content: "";
  background-color: #ffcc00;
  height: 50px;
    width: 6px;
    position: absolute;
    margin-left: -15px;
    margin-top: 5px;
}
.popular-article .news-sec{
    background-color: #fff;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    min-height: 340px;

}
.popular-article .news-sec img{
    border-radius: 12px;
}
.popular-article .news-sec .category{
    color: #fc0707;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
     font-weight: 600;
}
.popular-article .news-sec .date{
    color: #333;
    font-size: 13px;
    margin-right:5px;
    margin-top: 10px;
    float: right;
    font-weight: 600;
}
.popular-article .news-sec h2{
    color: #333;
    margin-top: 5px;
}
.annual-issue-contact{
    background-color: #333;
    padding: 40px 0px;
}

.annual-issue-contact h3{
    text-align: center;
    color: #ffcc00;
    text-transform: uppercase;
    font-size: 30px;
}
.annual-issue-contact .btn {
    background-color: #e12c0b;
    border: none;
    text-align: center;
    /* min-width: 130px; */
    color: #FFF;
    font-weight: 700;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.25px;
    line-height: 22px;
    padding: 13px 40px;
    text-transform: uppercase;
    position: relative;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    vertical-align: middle;
    font-family: 'Inter', sans-serif;
}
.annual-issue-past-adv-box{
    box-shadow: 0px 5px 4px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.sister-sec{
    background-color: #f1f1f1;
    padding: 60px 0px;
    }
    .sister-activity-card {
  overflow: hidden;
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
      border: 4px solid #fff;
}

.sister-activity-card:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 35px color-mix(in srgb, var(--default-color), transparent 85%);
}

.sister-activity-card:hover .sister-card-media img {
  transform: scale(1.08);
}

.sister-activity-card .card-media {
 overflow: hidden;
}

.sister-activity-card .sister-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.sister-title h2 {
    font-size: 40px;
    font-weight: 800;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
    margin-top: 30px;
}
.sister-title h2:before {
    margin: 0 15px 10px 0;
}
.sister-title h2:after {
    margin: 0 15px 10px 10px;
}
.sister-title h2:before, .sister-title h2:after {
    content: "";
    width: 50px;
    height: 2px;
    background: #f23b3e;
    display: inline-block;
}