@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*
{
    margin:0px;
    padding:0px;
}
html, body
{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6
{
    font-family: "Montserrat", sans-serif;
}
p
{
    font-family: "Montserrat", sans-serif;
}
a
{
    font-family: "Montserrat", sans-serif;
    text-decoration: none;
    text-transform: capitalize;
}
section
{
    padding:60px 0;
}
ul
{
    padding:0px;
    margin:0px;
}
li
{
    list-style: none;
}
  /* width */
  ::-webkit-scrollbar 
  {
    width: 9px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track 
  {
    background: #f1f1f1;
  }
  
  /* Handle */
  ::-webkit-scrollbar-thumb 
  {
    background:#BA2401;
  }

  p
  {
    font-family: "Montserrat", sans-serif;
  }

/*menu*/

header.desktop-menu
{
    position: absolute;
    left:0;
    top:0;
    width:100%;
    z-index: 100;
    padding: 10px 0;
}

header.desktop-menu nav
{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
a.logo img
{
    width:100%;
    max-width: 150px;
}
header.desktop-menu nav ul li
{
    margin-right:20px;
    display: inline-block;
}
header.desktop-menu nav ul li a
{
    color: #fff;
    font-weight: 500;
}
header.desktop-menu nav ul li a:hover
{
    color:#BA2401;
}
.toggle
{
    display:none;
}
.toggle i
{
    font-size: 25px;    
}
/*homebanner*/

section.homebanner
{
    position: relative;
    height: 900px;
    background: url('https://logsafperm.com/wp-content/themes/seedlet/assets-sem/images/homebanner/homebanner-1.webp') no-repeat;
    background-size: cover;
    background-position: bottom;
}
section.homebanner:before
{
    content:'';
    position: absolute;
    width: 100%;
    height:100%;
    left: 0;
    top:0;
    background: rgba(0,0,0,0.5);
}
.ellipse
{
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    bottom:0;
}
.arrow-shape
{
    position: absolute;
    width: 432px;
    height: 183px;
    left: 0;
    bottom: -19px;
    z-index: 1;
    transform: rotate(2deg);
}
section.homebanner .shape1
{
    position: absolute;
    left:0;
    bottom: -1px;
    width: 100%;
    height: 205px;
}
.absolute-center
{
    position: absolute;
    top:50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 2;
}
section.homebanner .banner-details
{
    margin-top:34px;
}
section.homebanner .banner-details ul
{
    padding: 0 0 0 20px;
    margin-bottom:34px;
}
section.homebanner .banner-details ul li
{
    list-style: disc;
    margin-bottom: 7px;
    color: #fff;
    font-weight: 700;
}
section.homebanner .banner-details h1
{
    font-size: 50px;
    font-weight: 600;
}
section.homebanner .banner-details h1
{
    color:#fff;
    /*color:#BA2401;*/
    font-weight: 700;
    margin-bottom: 19px;
}
section.homebanner .banner-details p
{
    margin-bottom: 17px;
    width: 100%;
    max-width: 560px;
    /*color: #212121;*/
    color:#fff;
    font-weight: 500;
}
.button1 a
{
    background:#BA2401;
    border-radius: 4px;
    padding: 12px 20px;
    color:#fff;
    font-weight: 500;
}
.form
{
    position:relative;
    padding: 40px;
    position: relative;
    border-radius: 6px;
}
.form:before
{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background:#BA2401;
    opacity:0.5;
}
.form form
{
    position:relative;
    z-index:1;
}
.form h2
{
    position:relative;
    z-index:1;
    color:#fff;
    margin-bottom:20px;
    font-weight: 600;
    font-size: 34px;
}
.form input
{
    margin-bottom:20px;
    height:50px;
    border: 0px;
    padding: 15px 30px;
}
.form input:focus
{
    outline: 0px;
    box-shadow: none;
    border: 0px;
}
.form select
{
    margin-bottom:20px;
    height:50px;
    color:#343434;
    border: 0px;
    padding:15px 30px;
    font-weight: 600;
}
.form select:focus
{
    outline: 0px;
    box-shadow: none;
    border: 0px;
}
.form select option
{
    color:#343434;
    font-weight: 600;
}
.form textarea
{
    margin-bottom:20px;
    color:#343434;
    border: 0px;
    padding: 15px 30px;
}
.form textarea:focus
{
    outline: 0px;
    box-shadow: none;
    border: 0px;
}
.form ::placeholder
{
    text-transform: capitalize;
    color:#343434;
    font-weight: 600;
}
.form .submit
{
    border-radius: 4px;
    padding: 13px 20px;
    border: 0px;
    background:#212121;
    color: #fff;
    display: block;
    width: 100%;
    font-weight: 600;
    text-transform: capitalize;
    position:relative;
    z-index:1;
}
.desktop-btn
{
    display: block;
}
.mobile-btn
{
    display: none;
}

/*section-aboutus*/

section.section-aboutus
{
    position:relative;
    padding: 60px 0 260px;
}
section.section-aboutus .about-img img
{
    display: block;
    max-width: 380px;
    margin: auto;
}
section.section-aboutus .aboutusdiv p
{
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 15px;
}
section.section-aboutus .shape1 
{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 500px;
    height: 300px;
}

/*service-section*/

section.service-section
{
    position: relative;
}
section.service-section:before
{
    content:'';
    position: absolute;
    left:0;
    top:0;
    width: 300px;
    height: 100%;
    background:url('https://logsafperm.com/wp-content/themes/seedlet/assets-sem/images/services/left-2.webp') no-repeat;
    background-size: cover;
}
section.service-section .service-slider .owl-nav
{
    display: none;
}
section.service-section .service-slider .owl-dots
{
    display: none;
}
section.service-section .service-slider .owl-stage
{
    display: flex;
    height: 100%;
}
section.service-section .service-slider .item
{
    display: flex;
    height: 100%;
}
section.service-section .service-column
{
    padding-bottom:20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding-bottom: 100px;
}
section.service-section .service-column .service-body
{
    padding: 48px 21px 50px;
    border-top: 5px solid #BA2401;
    border-radius: 10px;    
    margin: -100px 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    height:100%;
    transition: all 0.3s ease;
    position: relative;
}
section.service-section .service-column .service-body:hover
{
    background:#BA2401;
}
section.service-section .service-column .service-body:hover
{
    border-top: 5px solid #fff;
}
section.service-section .service-column .service-body:hover p
{
    color:#fff;
}
section.service-section .service-column .service-body:hover .subheading
{
    color:#fff;
}
section.service-section .service-column .service-body:hover .button1 a
{
    background:#fff;
    color:#BA2401;    
}
section.service-section .service-column .service-body:hover .service-circle
{
    background:#fff;
}
section.service-section .service-column .service-body .service-circle
{
    display: flex;
    align-items: center;
    justify-content: center;
}
section.service-section .service-column .service-body .service-circle img
{
    width:100%;
    max-width: 40px;
}
section.service-section .service-column .service-body .service-circle .red-icon
{
    display: none;
}
section.service-section .service-column .service-body .service-circle .white-icon
{
    display: block;
}
section.service-section .service-column .service-body:hover .red-icon
{
    display: block;
}
section.service-section .service-column .service-body:hover .white-icon
{
    display: none;
}
section.service-section .service-column .service-body .service-div
{
    display: flex;
    flex-direction: column;
    height:100%;
}
section.service-section .service-column .service-body p
{
    margin-bottom: 26px;
    flex: 1;
    color:#646464;
}
.service-circle
{
    background:#BA2401;
    height: 70px;
    width: 70px;
    border-radius: 100px;
    position: absolute;
    top: 0;
    left: 22px;
    transform: translateY(-50%);
}
.subheading
{
    font-size: 25px;
    font-weight: 600;
    color: #BA2401;
    margin-bottom: 13px;
}
section.service-section .service-column .service-body
{
    background: rgba(255, 242, 239, 1);
}

/*section-whychooseus*/

section.section-whychooseus .whychooseus-img img
{
    display: block;
    max-width: 380px;
    margin: auto;
}
section.section-whychooseus .whychooseus-div p
{
    margin-bottom: 29px;
    font-weight: 500;
    font-size: 15px;
}
.title
{
    margin-bottom: 29px;
    font-size: 50px;
    color:#BA2401;
    font-weight: 700;
    text-transform: capitalize;
}

/*projects-section*/

section.projects-section
{
    position: relative;
    background:#212121;
    overflow: hidden;
}
section.projects-section .shape1
{
    position: absolute;
    right:0;
    top:0;
    height: 100%;
}
section.projects-section .shape2
{
    position: absolute;
    left:0;
    bottom:0;
}
section.projects-section .project-slider .owl-dots
{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 34px;
    margin-left: 20px;
    position: relative;
    justify-content: center;
}
section.projects-section .project-slider .projects-items img
{
    object-fit: cover;
    display: flex;
    flex-direction: column;
    height: 24em;
}
section.projects-section .project-slider .owl-dot
{
    width:24px;
    height:3px;
    background:#BCBCBC;
    margin-right: 13px;
}
section.projects-section .project-slider .owl-dot.active
{
    width:24px;
    height:3px;
    background:#BA2401;
}

/*testimonial-section*/

section.testimonial-section
{
    position: relative;
}
section.testimonial-section .testi-image img
{
    display: block;
    position: relative;
    margin:auto;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active
{
    overflow: hidden;
    background: #BA2401;  
    border-radius: 8px;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active .testi-column .testi-body .testi-footer .icon .shape1
{
    display: block;    
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active .testi-column .testi-body .testi-footer .icon .shape2
{
    display: none;    
}
.testimonial-slider .owl-item .testi-column .testi-body .testi-footer .icon .shape1
{
    display: none;    
}
.testimonial-slider .owl-item .testi-column .testi-body .testi-footer .icon .shape2
{
    display: block;    
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active .testi-column .testi-body p
{
    color: #fff;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active .testi-column .testi-body .star-list ul li i
{
    color: #000;
}
.testimonial-slider .owl-item:not(.active) + .owl-item.active .testi-column .testi-footer h5
{
    color: #fff;
}
.testimonial-slider .testi-column .testi-footer h5
{
    font-weight: 700;
}
.testimonial-slider .owl-item
{
    overflow: hidden;
    box-shadow: 0 0 8px rgba(186, 36, 1, 0.5);
    border-radius: 8px;
    margin: 10px;
}
section.testimonial-section .testimonial-slider .owl-nav
{
    display: none;
}
.testimonial-slider .owl-item.center .testi-column
{
    background:#BA2401;
    width: 100%;
}
.testimonial-slider .owl-item.center .testi-column p
{
    color:#fff;
}
.testimonial-slider .owl-item.center .testi-column h5
{
    color:#fff;
}
.testimonial-slider .owl-item.center .testi-column .star-list ul li i
{
    color:#fff;
}
section.testimonial-section .testimonial-slider .owl-dots
{
    display: flex;
    align-items: center;
    width: 100%;
    margin-top: 34px;
    margin-left: 20px;
    justify-content: center;
}
section.testimonial-section .testimonial-slider .owl-dot
{
    width:24px;
    height:3px;
    background:#BCBCBC;
    margin-right: 13px;
}
section.testimonial-section .testimonial-slider .owl-dot.active
{
    width:24px;
    height:3px;
    background:#BA2401;
}
section.testimonial-section .testimonial-slider .owl-stage
{
    display: flex;
}
section.testimonial-section .testimonial-slider .item
{
    display: flex;
    flex-direction: column;
    height:100%;    
}
section.testimonial-section .testi-column
{
    display: flex;
    flex-direction: column;
    height:100%;    
}
section.testimonial-section .testi-column
{
    display: flex;
    flex-direction: column;
    height:100%;
}
section.testimonial-section .testi-column .testi-body
{
    display: flex;
    flex-direction: column;
    height:100%;
}
section.testimonial-section .testi-column .testi-body p
{
    font-size: 14px;
    flex: 1;
    padding: 0 35px;
}
.testi-footer
{
    display: flex;
    justify-content: space-between;
    padding: 0 35px 35px;
}
.testi-footer .icon img
{
    width: 100%;
    max-width: 35px;
}
section.testimonial-section .testi-column .star-list
{
    display: flex;
    justify-content: end;
    margin-bottom: 20px;
    background: #fff;
    width: fit-content;
    margin-left: auto;
}
section.testimonial-section .testi-column .star-list ul
{
    padding: 5px;
}
section.testimonial-section .testi-column .star-list ul li
{
    display: inline-block;
    margin-right:10px;
}
section.testimonial-section .testi-column .star-list ul li:last-child
{
    margin-right:0px;
}
.position-relative
{
    position: relative;
}

/*footer*/

.footer
{
    position: relative;
    background:#212121;
    padding: 0;
}
.footer .shape2
{
    position: absolute;
    left:0;
    top: -50px;
    transform: translateY(-50%);
    width: 100%;
    height:100px;
}
.upper-footer
{
    padding: 50px 0;
}
.footer-menu ul li
{
    margin-bottom:10px;
    display: flex;
    align-items: center;
}
.footer-menu ul li i
{
    margin-right:10px;
    color:#fff;
    font-size: 14px;
}
.footer-menu ul li a
{
    font-size: 15px;
    color:#fff;
}
.footer-widget
{
    margin-bottom: 24px;
}
.footer-widget h5
{
    color: #BA2401;
    text-transform: capitalize;
    margin: 0px;
}
.last-footer1 
{
    margin-bottom: 20px;
    padding-left: 36px;
}
.last-footer2
{
    position: relative;
    padding-top: 20px;
    padding-left: 36px;
}
.last-footer2:before
{
    content: '';
    position: absolute;
    left: 55%;
    top:0;
    border-top:2px solid rgba(255,255,255,0.2);
    width: 93%;
    height: 1px;
    transform: translate(-50%, -50%);
}
.last-footer2 ul li img
{
    width:20px;
    height:20px;
    margin-right: 10px;
}
.bottom-footer
{
    padding:10px 0;
    background:#BA2401;
}
.bottom-footer p
{
    text-align: center;
    color: #fff;
    margin:0px;
}
.position-relative
{
    position: relative;
    z-index: 1;
}
.border-right
{
    position: absolute;
    top:0;
    left: 0;
    width:2px;
    height:100%;
    background:rgba(255,255,255,0.2)
}
.footer-column1 
{
    padding-left: 36px;
}
.call-btn 
{
    position: fixed;
    bottom: 20px;
    left: 2%;
    z-index: 10;
}
.call-btn a i 
{
    background: #BA2401;
    padding: 10px 0;
    border-radius: 100px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    color: #fff;
    transform: ScaleX(-1);
}
.modal-form {
    position: relative;
    background: 0 0
}

.modal-form .modal-body {
    position: relative
}

.modal-form .form {
    padding: 30px
}

.modal-form .form h2 {
    font-size: 28px
}

.close-btn {
    position: absolute;
    right: 16px;
    top: 18px;
    z-index: 1
}