@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary : #d83135;
    --primary-v2:#84ad11;
    --primary-dark:#0194da;
    --text-color:#6c6c6c;
    --heading-color:#1a2844;
    --white:#fff;
    --dark:#27282c;
    --footer-text:#7c7e84;
    --opicity-v1:rgb(4 4 4 / 13%);
    --light:rgb(239, 239, 239);
}

body
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Rubik', sans-serif;
}
.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform .3s;
}
ol, ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a
{
    text-decoration: none;
    color: var(--primary);
}
.alert {
    border-radius: 5px !important;
    font-size: 14px;
    padding: 10px 11px;
    margin-top: 15px;
}
.alert-success-icon
{
  width: auto;
    margin-right: 10px;
  color: rgb(245 245 245);
}
.alert-danger-icon
{
  width: auto;
  margin-right: 10px;
  color: rgb(245 245 245);
}
.alert-success, .btn-success, .bg-success
{
  background-color: #04AA6D !important;
  color: #FFF;
}
.alert-danger, .btn-danger, .bg-danger
{
  background-color: #f44336 !important;
  color: #FFF;
}
.alert-primary, .btn-primary, .bg-primary
{
  background-color: #2196F3 !important;
  color: #FFF;
}
.alert-warning, .btn-warning, .bg-warning
{
  background-color: #ff9800 !important;
  color: #FFF;
}
.btn-primary
{
    background-color: var(--primary) !important;
}
.btn-primary:hover
{
    background-color: var(--primary-dark) !important;
}


/* Bootstrap Customize */

@media all and (min-width: 992px) {
	.navbar .dropdown-menu-end{ right:0; left: auto;  }
	.navbar .nav-item .dropdown-menu{  display:block; opacity: 0;  visibility: hidden; transition:.3s; margin-top:0;  }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .dropdown-menu.fade-down{ top:80%; transform: rotateX(-75deg); transform-origin: 0% 0%; }
	.navbar .dropdown-menu.fade-up{ top:180%;  }
	.navbar .nav-item:hover .dropdown-menu{ transition: .3s; opacity:1; visibility:visible; top:100%; transform: rotateX(0deg); }
}
.highlight
{
    color: var(--primary);
}
.navbar-toggler, .navbar-toggler:focus
{
    border: 0px;
    box-shadow: none;
}
.web_btn
{
    background-color: var(--primary);
    color: var(--white);
    text-decoration: none;
    transition: 0.4s;
    outline: none;
    border: 0px;
}

.web_btn:hover
{
    background-color: var(--dark);
    color: var(--white);
}
input.form-control, select.form-select
{
    border-radius: 0px;
    transition: 0.3s;
    height: 50px;
}
.form-control
{
    border-radius: 0px;
    transition: 0.3s;
}
.form-control:focus,  .form-select:focus
{
    box-shadow: none;
    border-color: var(--primary);
}



/*  TOP BAR */

.header-top-bar
{
    background-color: var(--dark);
    color: var(--white);
    font-size: 15px;
}
.header-top-bar a
{
    color: var(--white);
    padding: 0px 7px;
}
.header-top-bar .right_link
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
.header-top-bar .right_link .social_links
{
    border-left: 1px solid var(--light);
    padding-left: 15px;
}
.header-top-bar .right_link .social_links a:hover
{
    color: var(--primary);
}

/* Header */
.nav-link.highlight
{
    background-color: var(--primary);
    color: var(--white);
    margin-left: 25px;
    padding: 10px 20px !important;
    margin-top: -10px;
}
.nav-link.highlight:hover
{
    color: var(--white) !important;
    background-color: var(--dark);
}
.navbar-nav .nav-item .nav-link 
{
    font-weight: 500;
    padding: 0px 15px;
}
.navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item:hover > .nav-link
{
    color: var(--primary);
}
ul.dropdown-menu.fade-up {
    border-radius: 0px;
    background: transparent;
    padding-top: 29px;
    border: 0px;
}
a.dropdown-item {
    padding: 9px 28px;
    background-color: var(--white);
    border: 1px solid var(--light) !important;
}


/* Hero Slider */
.hero_slider
{
    width: 100%;
}
.hero_slider .hs_item
{
    position: relative;
    height: 80vh;
}
.hero_slider .hs_item img
{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
}

@media(max-width:720px){
    .hero_slider .hs_item img
    {
        position: absolute;
        width: auto;
        left: 0px;
        right: 0px;
        height: 100%;
    }
}
.hero_slider .hs_item .content
{
    background-color: var(--dark);
    opacity: 1;
    position: absolute;
    top: 40%;
    color: var(--white);
    left: 10%;
    padding: 20px 40px;
}

.hero_slider .hs_item .content .title
{
    font-size: 40px;
    font-weight: 500;
    padding-bottom: 10px;
}
.hero_slider .hs_item .content .sub-title
{
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 20px;
}
.slick-dots
{
    position: absolute;
    right: 20px;
    top: 40%;
    width: 5%;
}
.slick-dots li
{
    display: block;
    text-align: right;
    margin-bottom: 10px;
}
.slick-dots li button
{
    text-align: right;
    border-radius: 50%;
    border: 3px solid var(--white);
    color: var(--primary);
}

.slick-next, .slick-prev
{
    display: none !important;
}


/* Abou Us Section */

.about-us-section .header_about h2
{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.about-us-section .header_about p
{
    font-size: 15px;
}

.about-us-section .about_content_main .content h1
{
    font-size: 35px;
    font-weight: 600;
}
.about-us-section .about_content_main .content p
{
    font-size: 15px;
}

.about-us-section .content_image
{
    position: relative;
}
.about-us-section .content_image .image_content
{
    position: absolute;
    top: 75%;
    left: 39%;
    transform: translate(-50%, -50%);
    background-color: var(--white);
    display: flex;
    align-items: center;
}
.about-us-section .content_image .image_content .button a
{
    padding: 26px 20px;
    display: block;
    height: 100%;
    font-size: 30px;
    background-color: var(--primary);
    color: var(--white);
}

.about-us-section .content_image .image_content h4 
{
    display: flex;
    align-items: center;
    font-size: 40px;
    padding: 0px 10px;
    margin-bottom: 0px;
    
}
.about-us-section .content_image .image_content h4 span
{
    font-size: 16px;
    padding: 8px 14px;
}



/* Product Section */

.product_section .ps_header h2
{
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.product_section .ps_header p
{
    font-size: 15px;
}
.product_item 
{
    overflow: hidden;
    cursor: pointer;
}
.product_item img
{
    transition: 1s;
}
.product_item:hover > img
{
    transform:rotate(-5deg) scale(1.3);
}

.product_item .content
{
    overflow: hidden;
    z-index: 99;
    position: relative;
    background-color: var(--white);
}
.product_item .content h4
{
    text-transform: uppercase;
    font-size: 27px;
}
.product_item .content p
{
    font-size: 14px;
}

/* choose-us-section */

.choose-us-section 
{
    background-color: var(--primary);
    color: var(--white);
}

.choose-us-section  .item
{
    display: flex;
    align-items: center;
}
.choose-us-section  .item .image
{
    width: 30%;
}
.choose-us-section  .item .image img
{
    width: 100%;
}
.choose-us-section .item .content
{
    padding-left: 15px;
}
.choose-us-section  .item .title
{
    display: block;
    font-size: 30px;
    font-weight: 600;
}


/* process Section */

.process_section .item
{
    background-color: var(--light);
    min-height: 350px;
}
.process_section .item .title
{
    font-size: 50px;
    font-weight: 600;
    color: var(--primary);
    display: block;
}
.process_section .item h3
{
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Contact Section */
.contact-section .parallax_background
{
    position: absolute;
    left: 0;
    width: 100%;
    min-height: 550px;
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.contact-section .contact_inner
{
    background-color: var(--white);
    position: relative;
    z-index: 99;
    margin-top: 10px;
}
.cs_header
{
    position: relative;
    z-index: 99;
    color: var(--white);
    margin-top: 80px;
}

footer .footer_top
{
    background-color: var(--dark);
    color: var(--footer-text);
    font-size: 14px;
    font-weight: 300;
}
footer .footer_top a
{
    color: var(--footer-text);
}
.footer_top .footer_widget
{
    border-left: 1px dotted var(--footer-text);
    padding-left: 20px;
}
.footer_top .footer_widget .title
{
    margin-bottom: 15px;
}
.footer_top .footer_widget ul li a
{
    padding:8px 0px;
    display: block;
    font-weight: 300;
}

.footer_center
{
    margin-top: -50px;
    z-index: 999;
    position: relative;
    background-color: var(--white);
}

.footer_center .item
{
    display: flex;
    align-items: center;
}
.footer_center .item
{
    transition: 0.5s;
    cursor: pointer;
}
.footer_center .item:hover > div i
{
    color: var(--primary);
}
.footer_center .item i 
{
    font-size: 40px;
}
.footer_center .item  div
{
    display: inline-block;
    align-items: center;
    padding: 0px 15px;
}
.footer_bottom
{
    background-color:#111;
    color: var(--footer-text);
    padding-top: 100px;
    margin-top: -80px;
}


.breadcrumbs_section .breadcrumbs_inner
{
    position: relative;
    height: 350px;
    overflow: hidden;
    z-index: 999;
    background-size: cover;
    background-attachment: fixed;
}

.breadcrumbs_section .breadcrumbs_inner h1
{
    font-size: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: 600;
    text-shadow: 0 2px 5px rgb(0 0 0 / 50%);
}
.breadcrumbs_section .breadcrumbs_inner .content
{
    position: absolute;
    bottom: 20px;
    left: 30px;
    padding: 15px 20px;
    background-color: rgb(96 125 139 / 29%);
}

.breadcrumbs_section .breadcrumbs_inner .content li
{
    color: var(--dark);
    font-weight: 300;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}

.breadcrumbs_section .breadcrumbs_inner .content li a
{
    color: var(--dark);
    font-weight: 500;
    text-shadow: 0 2px 5px rgba(255, 255, 255, 0.5);
}


.page_heading
{
    background-color: var(--primary);
    color: var(--white);
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 20px;
    position: relative;
}
.page_heading::before
{
    position: absolute;
    left: 0;
    bottom: -9px;
    width: 9px;
    height: 10px;
    background: url('http://www.homeraga.com/images/icon/arrow-2.png');
    content: "";
    z-index: 1;
}
.page_content 
{
 font-size: 14px;
 text-align: justify;
}





















/* Responsive Design */
@media (max-width:991px)
{
    ul.navbar-nav
    {
        text-align: center;
    }
    ul.dropdown-menu.fade-up
    {
        padding-top: 0px;
        text-align: center;
    }
    .nav-link.highlight 
    {
        margin-left: 0px;
        margin-top: 0px;
    }
    .navbar-nav .nav-item .nav-link 
    {
        padding: 10px 15px;
    }
}  
@media (max-width:768px)
{
    .header-top-bar
    {
        display: none;
    }
    .hero_slider .hs_item .content
    {
        padding: 10px;
        bottom: 20%;
        left: 5%;
    }
    .hero_slider .hs_item
    {
        height: 300px;
        width: 60%;
    }
    .slick-dots
    {
        top:18%;
    }
    .hero_slider .hs_item .content .title
    {
        font-size: 20px;
    }
    .hero_slider .hs_item .content .sub-title
    {
        font-size: 14px;
        padding-bottom: 0px;
    }
}   

