/*==========================================================================
Author's custom styles
==========================================================================*/
body{
	font-family: 'Poppins', sans-serif;
}
.no-padding{
	padding: 0px;
}
.flex-wraper{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/*header section*/
header{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 88888;
}
.top-header-section{
    position: relative;
    margin-right: 28%;
    background-color: #da2128;
    padding: 10px 0px 10px 45px;
}
.top-header-section::after{
    position: absolute;
    content: '';
    right: -38px;
    top: -1px;
    width: 0;
    height: 0;
    border-left: 38px solid transparent;
    border-right: 0px solid transparent;
    border-top: 46px solid #da2128;
    transform: rotate(180deg);
}
.top-header-section ul{
    display: inline-block;
    left: 0;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.top-header-section ul li{
    position: relative;
    display: inline-block;
    margin-right: 30px;
}
.top-header-section ul li:last-child{
    margin-right: 0px;
}
.top-header-section ul li a{
    position: relative;
    text-decoration: none;
}
.top-header-section ul li a:hover{
    text-decoration: none;
}
.top-header-section ul li a svg{
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    color: #fff;
}
.top-header-section ul li a span{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding-left: 30px;
}
.bottom-header-section{
    padding: 10px 0px;
    margin-left: 45px;
    background-color: #fff;
}
.logo-container img{
    width: 100%;
}
.navbar-header{
    display: none;
}
.navbar-nav>li>a{
    padding: 10px 10px;
    font-size: 15px;
    line-height: 25px;
    font-weight: bold;
    color: #005487;
    text-transform: uppercase;
}
.dropdown-menu>li>a{
    font-size: 15px;
    line-height: 25px;
    color: #005487;
}
.caret{
    right: 0px;
    top: 22px;
    position: absolute;
}
.nav>li>a:hover, .nav>li>a:focus{
    background-color: transparent;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus{
    background-color: transparent;
    border-color: none;
}
.header-book-button{
    background-color: #da2128;
    border: 2px solid transparent;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 25px;
    border-radius: 150px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.4);
    transition: all linear 0.5s;
}
.header-book-button:hover{
    text-decoration: none;
    color: #da2128;
    border: 2px solid #da2128;
    background-color: #fff;
}
#myNavbar{
    text-align: right;
}
.navbar-nav{
    float: none;
    display: inline-block;
}
.flex-header{
    display: flex;
    align-items: center;
    justify-content: center;
}
/*header section*/

/*banner section*/
.banner-container .pogoSlider{
    padding: 0% 0% 31.4% 0% !important;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn{
    border-color: #071e94;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn:hover{
    border-color: #000;
}
/*.pogoSlider-nav-btn{
    display: none;
    background-color: #ff00002e !important;
    border: 1px solid #f00 !important;
}
.pogoSlider-nav-btn{
    border: 4px solid #f00 !important;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn{
    top: 48% !important;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev{
    position: absolute;
    content: '<';
    background-color: #f00;
    width: 50px;
    color: #fff;
    font-size: 16px;
    line-height: 36px;
    height: 50px;
    border-width: 0px !important;
    border-radius: 50%;
}
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next{
    position: absolute;
    content: '';
    background-color: #f00;
    width: 50px;
    height: 50px;
    border-width: 0px !important;
    border-radius: 50%;
    top: 0px;
    right: 0px;
}
.pogoSlider-dir-btn:hover{
    border: transparent !important;
}*/
/*banner section*/

/*about us section*/
.about-us-section{
    padding: 50px 0px;
}
.about-title-container{
    position: relative;
    margin-bottom: 25px;
}
.about-title-container h5{
    font-size: 14px;
    line-height: 24px;
    color: #242328;
    padding: 0;
    margin: 0;
}
.about-title-container h4{
    position: relative;
    font-size: 22px;
    line-height: 32px;
    color: #da2128;
    display: inline-block;
    padding: 0;
    margin: 0;
}
.about-title-container h4::after{
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
    left: 0px;
    bottom: -10px;
    border-radius: 150px;
    background-color: #da2128;
}
.about-us-section p{
    font-size: 16px;
    line-height: 26px;
    color: #242328;
    padding: 0;
    margin: 0;
}
p.bold{
    font-weight: bold;
}
.read-more-button-box{
    margin-top: 15px;
}
.read-more-button-box a{
    position: relative;
    display: inline-block;
    padding: 10px 55px 10px 15px;
    border-top-left-radius: 150px;
    border-bottom-left-radius: 150px;
    background-color: #da2128;
    border: 1px solid #da2128;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: all linear 0.5s;
}
.read-more-button-box a:hover{
    text-decoration: none;
    background-color: #242328;
    border: 1px solid #242328;
}
.read-more-button-box a svg{
    position: absolute;
    background-color: #242328;
    color: #fff;
    width: 40px;
    height: 100%;
    top: 0;
    right: 0;
    text-align: center;
    transition: all linear 0.5s;
}
.read-more-button-box a:hover svg{
    background-color: #da2128;
}
.about-image-container img{
    width: 100%;
}
.about-us-section .about-title-container h5{
    text-align: left;
}
.about-us-section .about-title-container h4{
    text-align: left;
}
.about-us-section .about-title-container h4::after{
    margin: inherit;
}
/*about us section*/

/*services section*/
.services-section{
    padding: 50px 0px;
    background-color: #ededed;
}
.services-section .title-main-container{
    margin-bottom: 50px;
}
.services-inner-container .services-carousel .item{
    padding: 5px;
}
.services-box{
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.servies-image-container img{
    width: 100%;
}
.services-box-details{
    position: relative;
    background-color: #ededed;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    min-height: 100px;
}
.services-box-details h5{
    font-weight: bold;
    font-size: 16px;
    line-height: 26px;
    color: #121a37;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
}
.read-more-button-sec{
    text-align: center;
}
.read-more-button-sec a{
    border-radius: 150px;
    background-color: #da2128;
    border: 1px solid #da2128;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
    display: inline-block;
    padding: 5px 25px;
    transition: all linear 0.5s;
}
.read-more-button-sec a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #da2128;
}
.services-inner-container .owl-theme .owl-dots .owl-dot.active span, .services-inner-container .owl-theme .owl-dots .owl-dot:hover span{
    background: #da2128;
}
.services-inner-container .owl-theme .owl-dots .owl-dot span{
    background: #121a37;
}
/*services section*/

/*cataloge section*/
.cataloge-container{
    padding: 50px 0px;
}
.cataloge-inner-container .title-main-container{
    margin-bottom: 50px;
}
.cataloge-wraper{
    position: relative;
}
.cataloge-wraper ul{
    display: inline-block;
    left: 0;
    padding: 0;
    margin: 0;
    position: relative;
    vertical-align: middle;
}
.cataloge-wraper ul li{
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 15px;
    position: relative;
}
.cataloge-wraper ul li:nth-child(5){
    margin-right: 0px;
}
.cataloge-wraper ul li:nth-child(9){
    margin-right: 0px;
}
.cataloge-wraper ul li:nth-child(13){
    margin-right: 0px;
}
.cataloge-wraper ul li a{
    position: relative;
    display: block;
    background-color: #121a37;
    border: 1px solid #121a37;
    padding: 15px 55px 15px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    transition: all linear 0.5s;
}
.cataloge-wraper ul li a:hover{
    text-decoration: none;
    background-color: #fff;
    color: #121a37;
}
.cataloge-wraper ul li a span{
    position: absolute;
    right: 0;    
    top: 0;
    width: 40px;
    height: 100%;
    background-color: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}
.cataloge-wraper ul li a:hover span{
    background-color: #da2128;
}
.cataloge-wraper ul li a span svg{
    color: #da2128;
    width: 20px;
    height: 20px;
    transition: all linear 0.5s;
}
.cataloge-wraper ul li a:hover span svg{
    color: #fff;
}
/*cataloge section*/

/*partner section*/
.partner-container{
    padding: 50px 0px;
    background-color: #ededed;
}
.partner-inner-container .title-main-container{
    margin-bottom: 50px;
}
.partner-box-container{
    border: 1px solid #121a37;
    margin-bottom: 5px;
}
.partner-box-container img{
    width: 100%;
}
/*partner section*/

/*title section*/
.title-main-container{
    position: relative;
}
.title-main-container h5{
    display: inline-block;
    position: relative;
    font-size: 25px;
    line-height: 35px;
    color: #da2128;
    padding: 0;
    margin: 0;
}
.title-main-container h5::after{
    position: absolute;
    content: '';
    width: 50%;
    height: 5px;
    left: 0px;
    bottom: -10px;
    border-radius: 150px;
    background-color: #e4242b;
}
/*title section*/
.mb-40{
    margin-bottom: 40px;
}
/*footer section*/
footer{
    padding: 50px 0px 0px;
    background-color: #282534;
}
.footer-logo-container img{
    width: 100%;
}
.footer-box p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    margin: 25px 0px;
}
ul.social-ul-list{
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
ul.social-ul-list li{
    display: inline-block;
    margin-right: 15px;
}
ul.social-ul-list li:last-child{
    margin-right: 0px;
}
ul.social-ul-list li a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.footer-box h5{
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 25px;
}
.footer-box ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.footer-box ul li{
    margin-bottom: 10px;
}
.footer-box ul li:last-child{
    margin-bottom: 0px;
}
.footer-box ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-decoration: none;
}
.copy-right-container{
    padding: 25px 0px;
}
.copy-right-container p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 0;
    margin: 0;
}
.copy-right-container p a{
    color: #fff;
    font-weight: 700;
}
/*footer section*/

/*inner page banner section*/
.inner-banner-container{
    position: relative;
    padding: 15vh 0px;
    background-image: url("../img/inner-page-image.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.inner-banner-container.about-us-bg{
    background-image: url("../img/inner-page-header/inner-aboutus-page-bg.jpg");
}
.inner-banner-container.about-us-bg::before{
    background-color: rgb(0, 0, 0, 0.3);
}
.inner-banner-container.electromechanical-bg{
    background-image: url("../img/inner-page-header/inner-electromechanical-page-bg.jpg");
}
.inner-banner-container.chiller-bg{
    background-image: url("../img/inner-page-header/inner-chiller-page-bg.jpg");
}
.inner-banner-container.automation-bg{
    background-image: url("../img/inner-page-header/inner-automation-page-bg.jpg");
}
.inner-banner-container.dairy-equipments-bg{
    background-image: url("../img/inner-page-header/dairy-equipment-inner.jpg");
}
.inner-banner-container.milking-parlour-bg{
    background-image: url("../img/inner-page-header/milking-parlour-inner.jpg");
}
.inner-banner-container.pumps-bg{
    background-image: url("../img/inner-page-header/pumps-motor-inner.jpg");
}
.inner-banner-container.valves-bg{
    background-image: url("../img/inner-page-header/valves-inner.jpg");
}
.inner-banner-container.gasket-bg{
    background-image: url("../img/inner-page-header/gasket-inner.jpg");
}
.inner-banner-container.compressor-bg{
    background-image: url("../img/inner-page-header/compressors-inner.jpg");
}
.inner-banner-container.vaccum-pupms-bg{
    background-image: url("../img/inner-page-header/vaccum-pumps-inner.jpg");
}
.inner-banner-container.milk-hose-bg{
    background-image: url("../img/inner-page-header/milk-hose-inner.jpg");
}
.inner-banner-container.instrumentation-bg{
    background-image: url("../img/inner-page-header/instrumentation-inner.jpg");
}
.inner-banner-container.contact-bg{
    background-image: url("../img/inner-page-header/inner-aboutus-page-bg.jpg");
}
.inner-banner-container::before{
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(228, 36, 43, 0.5);
}
.inner-banner-container h4{
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 200;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 8;
}
.inner-banner-container h4 span{
    font-weight: 800;
}
header.inner-page{
    position: relative;
}
.inner-page-container{
    padding: 50px 0px;
}
.download-cataloge-container{
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -20px;
}
.download-cataloge-container a{
    border-radius: 150px;
    position: relative;
    display: inline-block;
    padding: 12px 90px 12px 35px;
    background-color: #da2128;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    transition: all linear 0.5s;
}
.download-cataloge-container a:hover{
    border: 1px solid #242328;
    background-color: #fff;
    color: #da2128;
    text-decoration: none;
}
.download-cataloge-container a span{
    background-color: #fff;
    border-radius: 150px;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 75px;
    height: 92%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all linear 0.5s;
}
.download-cataloge-container a:hover span{
    background-color: #da2128;
}
.download-cataloge-container a span svg{
    width: 20px;
    height: 20px;
    color: #da2128;
    transition: all linear 0.5s;
}
.download-cataloge-container a:hover span svg{
    color: #fff;
}
/*inner page banner section*/

/*about us page section*/
.about-title-container{
    position: relative;
}
.about-title-container h5{
    text-align: center;
}
.about-title-container h4{
    text-align: center;
    display: block;
}
.about-title-container h4::after{
    width: 10vw;
    left: 0;
    right: 0;
    margin: auto;
}
.inner-page-container p{
    font-size: 16px;
    line-height: 26px;
    color: #242328;
    padding: 0;
    margin: 0;
}
.inner-page-container p.about-bold{
    font-size: 20px;
    font-weight: bold;
    color: #121a37;
    text-align: center;
}
.about-page-inner-container{
    margin-top: 25px;
}
.about-image-container img{
    width: 100%;
}
.about-page-inner-container p:nth-child(2){
    margin: 10px 0px;
}
.about-page-inner-container .read-more-button-box{
    margin-top: 10px;
}
.satisfied-clients-container{
    background-color: #da2128;
    padding: 50px 0px;
    margin: 50px 0px 0px;
}
.satisfied-inner-box h5{
    font-size: 25px;
    line-height: 35px;
    color: #fff;
    font-weight: 800;
    text-align: center;
    padding: 0;
    margin: 0;
}
.satisfied-inner-box h5 span{
    font-size: 30px;
}
.satisfied-inner-box p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    padding: 0;
    margin: 10px 0px 15px;
}
.read-more-button-sec.innerpage a{
    display: inline-block;
    padding: 10px 45px;
    background-color: #fff;
    font-weight: bold;
    color: #da2128;
}
.read-more-button-sec.innerpage a:hover{
    border: 1px solid #fff;
    background-color: #da2128;
    color: #fff;
}
.partner-container.bg-none{
    background-color: transparent;
}
/*about us page section*/

/*products inner page*/
.products-single-image-container{
    margin-top: 50px;
}
.products-single-box{
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(91, 107, 123, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
    box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
}
.products-image-container{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.products-image-container img{
    width: 100%;
}
.products-details-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.products-details-container h5{
    font-size: 16px;
    line-height: 26px;
    color: #121a37;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.enlarge-photo-container{
    position: absolute;
    width: 100%;
    bottom: -18px;
    text-align: center;
}
.enlarge-photo-container a{
    border-radius: 150px;
    display: inline-block;
    background-color: #da2128;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 5px 25px;
    transition: all linear 0.5s;
}
.enlarge-photo-container a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #da2128;
    color: #da2128;
}
/*products inner page*/

/*contact us page*/
.inner-contact-page p{
    font-size: 20px;
    line-height: 30px;
    color: #282534;
    text-align: center;
    padding: 0;
    margin: 20px 0 20px 0;
}
.contact-form-box form{
    padding: 30px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #eef2f4;
    -webkit-box-shadow: 0 12px 21px 0 rgb(179 179 179 / 50%);
    box-shadow: 0 12px 21px 0 rgb(179 179 179 / 50%);
}
.contact-form-box form select{
    background-color: #fff;
    border: 1px solid rgba(91, 107, 123, 0.5);
    color: rgb(51,71,91);
    font-size: 16px;
    line-height: 26px;
    padding: 15px 15px;
    border-radius: 10px;
    height: auto;
}
.contact-form-box form input{
    border: 0;
    border: 1px solid rgba(91, 107, 123, 0.5);
    background-color: #fff;
    color: rgb(51,71,91);
    font-size: 16px;
    line-height: 26px;
    padding: 15px 15px;
    border-radius: 10px;
    height: auto;
    width: 100%;
}
.contact-form-box form input[type="submit"]{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    background-color: #da2128;
    width: auto;
    padding: 15px 65px;
}
.contact-form-box{
    margin: 0 auto;
    width: 60%;
}
.inner-contact-page textarea{
    border: 0;
    border: 1px solid rgba(91, 107, 123, 0.5);
    background-color: #fff;
    color: rgb(51,71,91);
    font-size: 16px;
    line-height: 26px;
    padding: 15px 15px;
    border-radius: 10px;
    height: auto;
    width: 100%;
}
.m-0{
    margin: 0px;
}
.pb-0{
    padding-bottom: 0px;
}
.local-contact-box{
    border-radius: 15px;
    overflow: hidden;
    padding: 0px;
    text-align: center;
    background: rgb(255, 255, 255);
    border-width: 0px 1px 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: rgb(173, 181, 189);
    border-bottom-color: rgb(173, 181, 189);
    border-left-color: rgb(173, 181, 189);
}
.local-image-box img{
    width: 100%;
}
.local-contact-details{
    padding: 25px;
    min-height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.local-contact-details h6{
    font-size: 24px;
    margin-bottom: 20px;
    color: #da2128;
    font-weight: 700;
    text-align: center;
}
.local-contact-details ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
    vertical-align: middle;
    display: inline-block;
}
.local-contact-details ul li{
    margin-bottom: 10px;
}
.local-contact-details ul li:last-child{
    margin-bottom: 0px;
}
.local-contact-details ul li a{
    font-size: 16px;
    line-height: 26px;
    color: #282534;
    font-weight: 200;
    text-decoration: none;
    transition: all linear 0.5s;
}
.local-contact-details ul li a:hover{
    font-weight: 400;
}
.contact-other-office-box{
    margin: 50px 0 0 0;
    padding: 50px 0px;
    background-color: rgb(238, 242, 244);
}
.contact-other-office-box h5{
    font-size: 25px;
    line-height: 35px;
    color: #da2128;
    font-weight: bold;
    padding: 0;
    margin: 0 0 25px 0;
}
/*contact us page*/

/*industry and sectors page*/
.industry-single-image-container{
    margin-top: 50px;
}
.industry-single-box{
    position: relative;
    border-radius: 5px;
    border: 1px solid rgba(91, 107, 123, 0.2);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
    -moz-box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
    box-shadow: 0px 0px 5px 0px rgba(218,33,39,0.5);
}
.industry-image-container{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
}
.industry-image-container img{
    width: 100%;
}
.industry-details-container{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}
.industry-details-container h5{
    font-size: 16px;
    line-height: 26px;
    color: #121a37;
    font-weight: bold;
    padding: 0;
    margin: 0;
}
.industry-button-container{
    position: absolute;
    width: 100%;
    bottom: -18px;
    text-align: center;
}
.industry-button-container a{
    border-radius: 150px;
    display: inline-block;
    background-color: #da2128;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    padding: 5px 25px;
    transition: all linear 0.5s;
}
.industry-button-container a:hover{
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #da2128;
    color: #da2128;
}
/*industry and sectors page*/

@media only screen and (min-width: 1366px) and (max-width: 1367px){
    .top-header-section{
        margin-right: 0;
        width: 94%;
        padding: 5px 10px;
    }
    .top-header-section ul li{
        margin-right: 10px;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 22px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
        top: 3px;
    }
    .top-header-section ul li a span{
        padding-left: 18px;
    }
    .top-header-section::after{
        border-top: 32px solid #da2128;
    }
    .about-us-section .container{
        display: flex;
        align-items: center;
    }
    .navbar-nav>li>a{
        font-size: 12px;
    }
    .flex-header{
        display: block;
    }
    .navbar-nav>li>a{
        font-size: 12px;
        line-height: 22px;
        padding: 7px 4px;
    }
    .caret{
        top: 17px;
    }
    .bottom-header-section{
        width: 100%;
        margin-left: 0px;
    }
    .bottom-header-section .col-sm-7{
        padding: 0;
    }
    .header-book-button{
        padding: 2px 4px;
        margin-top: 5px;
    }
    #myNavbar{
        padding: 0;
    }
    .about-image-container{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 1024px) and (max-width: 1366px){
    .top-header-section{
        margin-right: 0;
        width: 94%;
        padding: 5px 10px;
    }
    .top-header-section ul li{
        margin-right: 10px;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 22px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
        top: 3px;
    }
    .top-header-section ul li a span{
        padding-left: 18px;
    }
    .top-header-section::after{
        border-top: 32px solid #da2128;
    }
    .about-us-section .container{
        display: flex;
        align-items: center;
    }
    .navbar-nav>li>a{
        font-size: 12px;
    }
    .flex-header{
        display: block;
    }
    .navbar-nav>li>a{
        font-size: 12px;
        line-height: 22px;
        padding: 7px 4px;
    }
    .caret{
        top: 17px;
    }
    .bottom-header-section{
        width: 100%;
        margin-left: 0px;
    }
    .bottom-header-section .col-sm-7{
        padding: 0;
    }
    .header-book-button{
        padding: 2px 4px;
        margin-top: 5px;
    }
    #myNavbar{
        padding: 0;
    }
    .about-image-container{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
    .top-header-section{
        margin-right: 0;
        width: 94%;
        padding: 5px 10px;
    }
    .top-header-section ul li{
        margin-right: 10px;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 22px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
        top: 3px;
    }
    .top-header-section ul li a span{
        padding-left: 18px;
    }
    .top-header-section::after{
        border-top: 32px solid #da2128;
    }
    .bottom-header-section{
        width: 100%;
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-nav>li>a{
        padding: 10px 6px;
        font-size: 14px;
        line-height: 24px;
    }
    .bottom-header-section .col-sm-7{
        padding: 0;
    }
    .header-book-button{
        padding: 2px 4px;
        margin-top: 5px;
    }
    .logo-container{
        width: 65%;
        margin: 0 auto;
    }
    #myNavbar{
        padding: 0;
    }
    .about-image-container{
        margin-top: 25px;
    }
}
@media only screen and (min-width: 414px) and (max-width: 736px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}
@media only screen and (min-width: 411px) and (max-width: 732px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}
@media only screen and (min-width: 320px) and (max-width: 569px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}
@media only screen and (min-width: 481px) and (max-width: 640px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}
@media only screen and (max-width: 480px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}
@media only screen and (max-width: 320px){
    .bottom-header-section .col-lg-4{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .top-header-section{
        width: 100%;
        padding: 5px 5px;
        text-align: center;
    }
    .top-header-section::after{
        display: none;
    }
    .top-header-section ul li a span{
        font-size: 12px;
        line-height: 23px;
        padding-left: 20px;
    }
    .top-header-section ul li a svg{
        width: 15px;
        height: 15px;
    }
    .bottom-header-section{
        margin-left: 0px;
    }
    .flex-header{
        display: block;
    }
    .navbar-header{
        display: block;
        width: 20%;
        float: left;
    }
    .logo-container{
        width: 80%;
        float: left;
    }
    .navbar-toggle{
        background-color: #da2128;
        padding: 6px;
        margin: 0;
    }
    .navbar-toggle .icon-bar{
        background-color: #fff;
    }
    .header-book-button{
        line-height: 22px;
        padding: 4px 25px;
        margin-top: 8px;
    }
    .navbar-nav{
        margin: 0;
        width: 100%;
    }
    .navbar-nav>li>a{
        padding: 5px 12px;
        text-align: center;
    }
    .caret{
        top: 16px;
    }
    .navbar-nav .open .dropdown-menu{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu>li>a{
        white-space: break-spaces;
        text-align: center;
    }
    #myNavbar{
        padding: 0;
    }
    .pogoSlider--navBottom .pogoSlider-nav{
        display: none;
    }
    .about-image-container{
        margin-top: 25px;
    }
    .cataloge-wraper ul li{
        width: 100%;
        margin-bottom: 4px;
    }
    .cataloge-wraper ul li a{
        padding: 10px 55px 10px 15px;
        font-size: 14px;
        line-height: 24px;
    }
    .cataloge-inner-container .title-main-container, .partner-inner-container .title-main-container{
        margin-bottom: 30px;
    }
    .footer-box .col-lg-6{
        padding: 0;
    }
}

.p-red-alert{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 25px;
    text-align: center;
    margin: 20px 0px 0px 0px;
    /*background-color: #121a37;*/
}