@charset "UTF-8";

/* Google fonts */
/* Roboto */
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap');

/* Roboto */
/* Google fonts */

/* Common css */
body{
    overflow-x: hidden;
}

body, html, h1, h2, h3, h4, h5, h6, p, a, div{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
.heading-md {font-size: 48px; font-weight: 700; color: #000; }

/* header css start */

.rydair-header_contactList{
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    justify-content: flex-start;
    align-items: center;
}
.rydair-header_contactList li{
    list-style: none;
}
.rydair-top_header{
    padding: 10px 0;
    align-items: center;
    justify-content: space-evenly;
    border-bottom: 1px solid #ccc;
}
.rydair-header_contact{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #5e5a5a;
    line-height: 1.5;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid #5e5a5a;
    padding:0 5px;
}
.rydair-header_contactList li:first-child .rydair-header_contact{
    padding-left: 0;
}
.rydair-header_contactList li:last-child .rydair-header_contact{
    border-right: 0;
}
.rydair-header_contact i{
    color: #242b73;
    font-size: 14px;
    line-height: 1.7;
}
.site-switcher .dropdown-toggle{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #191919;
    line-height: 1.5;
    font-size: 17px;
    background-color: transparent;
    border-color: #616161;
    border-radius: 6px;
    padding: 5px 50px 5px 22px;
    position: relative;
}
.site-switcher .dropdown-toggle:after{
    border: transparent;
    content: "\f107";
    font-family: 'FontAwesome';
    font-weight: 400;
    font-size: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    right: 22px;
}
.site-switcher .dropdown-item{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #191919;
    line-height: 1.5;
    font-size: 15px;
}
.rydair-bottom_header .row{
    align-items: center;
}
.rydair-bottom_header .navbar-collapse{
    justify-content: flex-end;
}
.rydair-bottom_header .nav-link{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #191919;
    line-height: 1.5;
    font-size: 17px;
    padding: 7px 20px !important;
    border: 1px solid transparent;
}
.rydair-bottom_header .navbar-nav{
    flex-wrap: wrap;
}
.covid-btn_block{
    text-align: center;
}
.btn-covid{
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    background-color: #db504b;
    color: #fff;
    text-decoration: none;
    line-height: 1.5;
    font-size: 11px;
    padding: 9px 13px;
    border-radius: 6px;
    display: block;
}
.btn-covid:hover{
    color: #fff;
}
.rydair-bottom_header{
    padding: 14px 0;
}
.rydair-bottom_header .navbar, .rydair-bottom_header .navbar-brand{
    padding: 0;
}
.rydair-bottom_header .nav-link.active, .rydair-bottom_header  .navbar-nav .nav-item:hover .nav-link{
    border: 1px solid #242b73;
    border-radius: 5px;
    color: #242b73;
}
.rydair-bottom_header .nav-link.active{
    font-weight: 700;
}
.rydair-bottom_header  .navbar-nav .nav-item{
    padding: 0 5px;
}
.fixed#header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	background:#FFF;
	border-top:4px solid #242b73;
	box-shadow:0px 1px 5px #999;
		transition:all 0.7s ease 0s;
	-webkit-transition:all 0.7s ease 0s;
	z-index:100;
    padding: 10px 15px;
}


/* Banner css start */

.rydair-banner img{
    width: 100%;
}
.rydair-banner{
    position: relative;
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 75px;
    max-width: 600px;
    background-color: #d3d3d3;
    padding: 40px 55px;
}
.banner-title{
    font-size: 63px;
    font-weight: 900;
    color: #3c4386;
    line-height: 1.2;
    margin-bottom: 25px;
}
.banner-paragraph{
    font-size: 18px;
    font-weight: 400;
    color: #2c2c2c;
    line-height: 1.2;
}

/* Banner css end */


/* About css start */

.rydair-about_block{
    padding: 80px 0;
}
.about-us_left--block{
    padding-right: 40px;
}
.rydair-sub_title--sm{
    text-transform: uppercase;
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 30px;
}
.rydair-main_title{
    color: #2c2c2c;
    font-size: 50px;
    font-weight: 900;
    line-height: 56px;
    margin-bottom: 30px;
}
.rydair-about_para{
    margin-bottom: 25px;
    color: #616161;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
}
.rydair-Common_btn{
    background-color: #242b73;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px;
}
.about-us_left--block .rydair-Common_btn:hover, .network_left_box .rydair-Common_btn:hover{
    background-color: #000;
    color: #fff;
    border-color: #000;
}
.rydair_img{
    width: 100%;
}

/* About css end */

/* Specification section start */

.rydair-specification_box{
    text-align: left;
}
.specification_img{
    margin-bottom: 30px;
    width: auto;
}
.rydair-title{
    font-size: 20px;
    line-height: 26px;
    color: #212121;
    margin-bottom: 20px;
    font-weight: 700;
}
.specification-para{
    font-size: 15px;
    line-height: 21px;
    color: #616161;
    font-weight: 400;
    margin: 0;
}


/* Specification section end */

/* Our Products start */


.rydair-product_block{padding: 80px 0;}
.product-slider {padding: 50px 0 30px; margin: 0 -15px;   }
.product-slider .item { padding: 0 15px; position: relative; }
.product-slider .item img {display: block;    width: 100%; }
.bottom-bar { position: relative; }
.progress-slide {display: block; width: 100%;  height: 9px; overflow: hidden; border-radius: 10px;  background-color: transparent;  background-image: linear-gradient(to right, #242b73, #242b73);
background-repeat: no-repeat;  background-size: 0 100%; transition: background-size .4s ease-in-out; position: relative; z-index: 99; }
.bottom-bar:before{ content: ""; height: 3px; width: 100%; background-color: #e5e5e5; border-radius: 5px; position: absolute; left: 0; top: 3px; z-index: 0;  }
.sr-only { position: absolute; width: 1px;  height: 1px;  padding: 0; margin: -1px;   overflow: hidden;  clip: rect(0,0,0,0);  border: 0; z-index: 99;}
.product-slider .slick-arrow { /*display: none!important;*/ position: absolute; top: 0; right: 15px; font-size: 0; font-family: 'FontAwesome'; padding: 0 15px; border: 1px solid #242b73;} 
.product-slider .slick-arrow.slick-prev{right: 70px;}
.product-slider .slick-arrow.slick-prev::before{content: "\f104"; font-size: 20px; color: #242b73;}
.product-slider .slick-arrow.slick-next::before{content: "\f105";  font-size: 20px; color: #242b73;}

.product-slider .item h3{ color: #242b73; font-weight: 700; margin-top: -30px; transition: ease-in-out 0.5s; font-size: 24px; line-height: 1.2; margin: 0 0 30px 0; 
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 57px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-slider .item p { color: #616060; font-size: 17px; margin-top: -30px; transition: ease-in-out 0.5s; }
.product-slider .item .txt { background-color: #fff; padding: 30px; border: 5px solid #242b73;position: absolute; left: 15px; top: 0; height: 100%; width: calc(100% - 30px); opacity: 0;}
.product-slider .item:hover .txt { opacity: 1; transition: ease-in-out 0.5s; }
.product-slider .item:hover h3, .product-slider .item:hover p {margin-top: 0px; transition: ease-in-out 0.5s;}
.product-slider .learn-more { background-color: #242b73; padding: 10px 25px; border-radius: 5px; color: #fff; font-size: 14px; line-height: 20px; text-decoration: none; display: inline-block; transition: ease-in-out 0.5s; position: absolute; left: 30px; bottom: 60px;}
.product-slider .learn-more:hover { background-color: #000; transition: ease-in-out 0.5s; }
.product-slider .item:hover .learn-more {bottom: 30px;  transition: ease-in-out 0.5s;  }


.product-header { display: flex; flex-wrap: wrap; margin-bottom: 30px;}

.product-header .title { width: 70%; padding-right: 15px; }

.product-header .btn-section { width: 30%; text-align: right; }



.product-header .btn-more {border: 1px solid #242b73; padding: 10px 25px; border-radius: 5px; color: #1c1c1c; font-size: 14px; line-height: 20px; text-decoration: none; display: inline-block; transition: ease-in-out 0.5s;}
.product-header .btn-more:hover { border: 1px solid #000; transition: ease-in-out 0.5s; background-color: #000; color: #fff;}

/* Our Products end */



/*Featured Projects start */

.featured-projects ul { list-style: none; margin: 0 -15px; padding: 30px 0 0; display: flex; flex-wrap: wrap; }
.featured-projects ul li {margin: 15px; width: calc(33.33% - 30px); position: relative;}
.featured-projects ul li img { width: 100%; }
.featured-projects ul li h4 { color: #242b73; font-weight: 700; margin-top: -30px; transition: ease-in-out 0.5s; font-size: 25px; line-height: 1.2; padding: 0 0 30px 0;}
.featured-projects p { color: #616060; font-size: 17px; margin-top: -30px; transition: ease-in-out 0.5s; }
.featured-projects ul li .txt { background-color: #fff; padding: 30px; border: 5px solid #242b73;position: absolute; left: 0px; top: 0; height: 100%; width: 100%; opacity: 0;}
.featured-projects ul li:hover .txt { opacity: 1; transition: ease-in-out 0.5s; }
.featured-projects ul li:hover h4, .product-slider .item:hover p {margin-top: 0px; transition: ease-in-out 0.5s;}


/*Featured Projects end */


/* How it works section start */

.how-it_works--block{
    padding: 50px 0;
}
.how-it_works--img{
    background-color: #f0f1f3;
}
.how-it_works--content{
    margin-top: -70px;
}
.how-it_works--content .rydair-main_title{
    font-size: 48px;
    font-weight: 700;
    padding: 35px 130px 40px 0;
    display: inline-block;
    background-color: #fff;
    margin-bottom: 0;
}
.how-it_works--para{
    font-size: 18px;
    font-weight: 400;
    color: #212121;
    line-height: 25px;
    margin-bottom: 35px;
}
.how-it_works--para-lg{
    font-size: 28px;
    font-weight: 400;
    color: #242b73;
    line-height: 36px;
}
.product-content_btn .rydair-Common_btn{
    display: block;
}
.product-content_btn .rydair-Common_btn + .rydair-Common_btn{
    margin-top: 20px;
}
.rydair-Common_btn--style2{
    color: #242b73;
    background-color: #f1f1f1;
    border: 1px solid #242b73;
}

/* How it works section end */

/* Client section start */

.rydair-client_block{
    padding-bottom: 80px;
}
.rydair-client_list{
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.rydair-client_list li{
    flex: 0 0 20%;
    max-width: 20%;
    list-style: none;
    padding: 0 15px;
}

/* Client section end */


/* Network section css start */

.rydair-network_block{
    padding: 80px 0 30px 0;
    border-top: 1px solid #dddddd;
}

/* Network section css end */

/* Footer css start */

.rydair-footer_block{
    padding: 67px 0 45px 0;
    background-color: #090e41;
    background-image: url(../images/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.footer-address {
    padding-right: 50px;
}
.dealer-name, .footer-title, .footer-logo_block .country_domain{
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    line-height: 22px;
    margin-bottom: 15px;
}
.footer-address, .footer-coltact_list li, .footer-coltact_list li .footer-contact_link, .rydair-footer_block a{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
}
.footer-coltact_list li .footer-contact_link, .rydair-footer_block a{
    text-decoration: none;
}
.footer-coltact_list, .rydair-footer_block ul{
    margin: 0;
    padding: 0;
}
.footer-coltact_list li, .rydair-footer_block ul li{
    list-style: none;
    margin-bottom: 15px;
}
.footer-logo{
    margin-bottom: 15px;
}
.footer-affiliates_link{
    display: block;
}
.footer-affiliates_img{
    width: 100%;
}
.footer-affiliates_link + .footer-affiliates_link{
    margin-top: 15px;
}
.copyright-area{
    padding: 30px;
    background-color: #000211;
}
.copy-right_text{
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 22px;
    margin: 0;
}

/* Footer css end */

