/*==============================================
[Main stylesheet styles.css]

Author:			WM_Team
Version:		1.0
Created:		29 December 2020
Last updated:	29 December 2020
Template:		Legaland - Landing Page for business
================================================*/
/*
[Table of Contents]

01. VARIABLES
02. COLORS
03. LAYOUT
04. TYPOGRAPHY
05. NAVBAR
06. INTRODUCTION
07. COMPANIES LOGO
08. ENGAGEMENTS
09. SERVICES
10. PRICING
11. TESTIMONIALS
12. BLOG
13. SINGLE POST
14. SUBSCRIBE
15. FOOTER
16. MISC
17. RESPONSIVE
*/

/*===============================================*/
/* 01. VARIABLES 						    	 */
/*===============================================*/
:root {
    --main-color: #047857;
    --text-color: #111827;
    --accent-text-color: #9CA3AF;
    --font-family: 'Poppins', sans-serif;
}

/*===============================================*/
/* 02. COLORS	 						    	 */
/*===============================================*/
.main-color {
    color: #ab0c16;
}

.main-bg {
    background-color: var(--main-color);
}

.white-color {
    color: #FFFFFF;
}

.white-bg {
    background-color: #FFFFFF;
}

.text-color {
    color: var(--text-color);
}

.accent-text-color {
    color: #767676;
}
.text-justify{
    text-align:justify
}
.hover-main-color:hover {
    color: var(--main-color);
}

.hover-white-color:hover {
    color: #FFFFFF;
}

.hover-main-bg:hover {
    background-color: var(--main-color);
}

/*===============================================*/
/* 03. LAYOUT	 						    	 */
/*===============================================*/
.object-fit {
    position: relative;
    background-color: #333333;
}

.object-fit img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

/*===============================================*/
/* 04. TYPOGRAPHY 						    	 */
/*===============================================*/
body {
    font-family: var(--font-family);
}

.font-size-12 {
    font-size: 12px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-15 {
    font-size: 15px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-18 {
    font-size: 18px;
}

.uppercase {
    text-transform: uppercase;
}

.base-line-height {
    line-height: 1;
}

.text-decoration-none {
    text-decoration: none;
}

.font-weight-regular {
    font-weight: 400;
}

.font-weight-medium {
    font-weight: 500;
}

.font-weight-semibold {
    font-weight: 600;
}

.font-weight-bold {
    font-weight: 700;
}

.font-weight-extrabold {
    font-weight: 800;
}

a:hover {
    color: #e3000f;
}

/*===============================================*/
/* 05. NAVBAR	 						    	 */
/*===============================================*/
.navbar-light .navbar-nav .nav-link {
    color: var(--accent-text-color);
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: var(--main-color);
}

.navbar-light .navbar-nav .nav-link.active {
    color: var(--main-color);
}

.navbar-light .navbar-text a
{
    color: var(--main-color);
    font-weight: 500;
}

.navbar-light .navbar-nav .nav-item a,
.navbar-light .navbar-text
{
    font-size: 14px;
}

.navbar-light .navbar-toggler {
    color: var(--accent-text-color);
    border-color: rgba(0,0,0,.1);
}
.navbar-toggler:focus {
    box-shadow: 0 0 0 0;
}

.list-group-item.list-menu-item {
    padding: 1rem 0rem;
}

.navbar-light .navbar-nav .nav-item {
    padding-right: 0px;
}

.navbar-scrolling {
    /*padding-bottom: 15px;*/
    background-color: #FFFFFF;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}

.fixed-top {
    background-color: #FFFFFF;
}

/*===============================================*/
/* 06. INTRODUCTION						    	 */
/*===============================================*/

#introduction {
    padding: 200px 0px 60px;
    background-image: url(../img/circles.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: left bottom;
}

.img-hero {
    width: 80%;
}

/*===============================================*/
/* 07. COMPANIES LOGO   				    	 */
/*===============================================*/
.company-logo img {
    width: 140px;
    filter: grayscale(100%);
}

.company-logo img:hover {
    filter: grayscale(0);
    cursor: pointer;
}

/*===============================================*/
/* 08. ENGAGEMENTS 						    	 */
/*===============================================*/
#engagement {
    background: #8e9eab;
    background-image: url(../img/video-bg.png);
    background-image: url(../img/video-bg.png), -webkit-linear-gradient(to right, #eef2f3, #8e9eab);
    background-image: url(../img/video-bg.png), linear-gradient(to right, #eef2f3, #8e9eab);
    height: 400px;
}

#engagement a:hover {
    color: #FFFFFF;
}

/*===============================================*/
/* 09. SERVICES	 						    	 */
/*===============================================*/
.list-group-item {
    border: 1px solid rgba(0,0,0,.05);
    background-color: transparent;
}

/*===============================================*/
/* 10. PRICING	 						    	 */
/*===============================================*/
.bg-pricing {
    background-image: url(../img/circles2.png);
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: right bottom;
}

.red-color {
    color: #EF4444;
}

/*===============================================*/
/* 11. TESTIMONIALS						    	 */
/*===============================================*/

.testimonial-user {
    width: 20%;
}

.gray-color-500 {
    color: #6B7280;
}

/*===============================================*/
/* 12. BLOG	 						    	 */
/*===============================================*/
#blog-hero {
    padding: 140px 0px 60px;
}

.page-link {
    color: var(--main-color);
}

.page-link:hover {
    color: var(--main-color);
    opacity: .8;
}

.page-link:focus {
    z-index: 3;
    color:  var(--main-color);
    background-color: #e9ecef;
    outline: 0;
    box-shadow: none;
}

/*===============================================*/
/* 13. SINGLE POST 						    	 */
/*===============================================*/

#article h1, 
#article h2, 
#article h3, 
#article h4, 
#article h5, 
#article h6 {
    font-weight: 600;
    margin-top: 3rem;
    color: var(--text-color);
}

#article p {
    font-size: 16px;
    line-height: 2;
    color: var(--accent-text-color);
    margin-top: 2rem;
    margin-bottom: 0px;
}

#article img {
    margin-top: 2rem;
}

#article figure {
    background-color: #f8f9fa;
    padding: 3rem;
    margin-top: 2rem;
}

#article figure p {
    margin-top: 0rem;
    font-weight: 600;
    color: var(--text-color);
}

/*===============================================*/
/* 14. SUBSCRIBE 						    	 */
/*===============================================*/

.form-control:focus {
    border-color: #34D399;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(209, 250, 229,.45);
}

/*===============================================*/
/* 15. FOOTER	 						    	 */
/*===============================================*/

#footer a:hover{
    color: var(--main-color)!important;
}

/*===============================================*/
/* 16. MISC 	 						    	 */
/*===============================================*/

.pulse:hover,
.pulse:focus {
  -webkit-animation: pulse 1s;
          animation: pulse 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
}

@-webkit-keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #10B981;
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 #10B981;
  }
}

@keyframes ldio-r67ztvwtjg {
  0% {
    top: 137.76px;
    left: 137.76px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 25.830000000000002px;
    left: 25.830000000000002px;
    width: 223.86px;
    height: 223.86px;
    opacity: 0;
  }
}

.ldio-r67ztvwtjg div {
  position: absolute;
  border-width: 5.74px;
  border-style: solid;
  opacity: 1;
  border-radius: 50%;
  animation: ldio-r67ztvwtjg 3.125s cubic-bezier(0,0.2,0.8,1) infinite;
}

.ldio-r67ztvwtjg div:nth-child(1) {
  border-color: #047857
}

.ldio-r67ztvwtjg div:nth-child(2) {
  border-color: #ffffff;
  animation-delay: -1.5625s;
}

.loadingio-spinner-ripple-n04314c8ef9 {
  width: 287px;
  height: 287px;
  display: inline-block;
  overflow: hidden;
  background: transparent;
}
.ldio-r67ztvwtjg {
  width: 100%;
  height: 100%;
  position: relative;
  transform: translateZ(0) scale(1);
  backface-visibility: hidden;
  transform-origin: 0 0; /* see note above */
}
.ldio-r67ztvwtjg div { box-sizing: content-box; }
/* generated by https://loading.io/ */

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

#preloader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100%;
    background: rgb(23, 22, 22);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: opacity 0.3s linear;
}

#preloader.isdone {
    opacity: 0;
    visibility: hidden;
}

#back-to-top {
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, 
        opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.transition {
    transition: all .3s ease;
}

html {
    scroll-behavior: smooth; 
} 

.hr {
    color: #D1D5DB;
}

.icon-12 {
    width: 12px;
    height: 12px;
}

.icon-16 {
    width: 16px;
    height: 16px;
}

.icon-24 {
    width: 16px;
    height: 16px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-42 {
    width: 42px;
    height: 42px;
}

.icon-64{
    width: 64px;
    height: 64px;
}

.bg-gradient-to-top {
    background: rgb(243,244,246);
    background: linear-gradient(0deg, rgba(243,244,246,1) 0%, rgba(255,255,255,1) 50%);
}

.flex-basis-100 {
    flex-basis: 100px;
}

/*===============================================*/
/* 17. RESPONSIVE 						    	 */
/*===============================================*/

@media (min-width: 992px) {
    .list-group-item.list-menu-item {
        border: none;
        padding: 0rem 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link{
       padding: 15px; 
    }
    .navbar-expand-lg .navbar-nav{
        margin-top: 36px;
    }
    .navbar-light .navbar-nav .nav-item {
        padding-right: 0px;
    }

    #introduction {
        padding: 200px 0px 60px;
    }
}

.apply-sec{
    background: #eee;
    padding: 25px;
    width: 270px;
}
.apply-sec h5{
    font-size: 18px;
}
.apply-sec p{
    font-size: 14px;
}
.apply-sec a{
    background: #6f8d8f;
    padding: 4px 10px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.apply-sec a i{
      margin-left: 5px;  
}
.apply-sec2{
      width: 365px;  
}
.card-title{
font-size: 19px;
}
#footer{
      background: #f3ebe7;  
}
#footer ul li{
    margin-bottom: 8px;
}
#footer ul li a{
      line-height: 25px; 
}

.form-holder{
    background: #fffefe;
    padding: 25px 20px;
    box-shadow: 1px 1px 9px -2px #d8d8d8;
}
.form-holder input, .form-holder select {
    margin-bottom: 20px;
    padding: 8px;
    font-size: 14px;
    background: #fff;
    border: 1.5px dotted #bdbdbd;
}
.form-holder select{
    color: #6c6c6c;
    font-size: 14px;
}
.form-holder .wd100{
    width: 100%;
}
.form-holder .wd50{
    width: 49%;
    display: inline-block;
}
.form-holder .wd30{
    width: 32%;
    display: inline-block;
}
.rm-5{
    margin-right: 13px;
}
.custom-labl{
  padding: 1px 7px;
    font-size: 14px;
    background: #f8f8f8;
    width: 100%;  
}
.text-area-style {
    padding: 7px;
    font-size: 15px;
    background: #fff;
    border: 1.5px dotted #bdbdbd;
    margin-bottom: 0px;
    vertical-align: middle;
}
.traveller-1{
 border-top: 2px dotted #959595;
    padding-top: 20px;   
}
.custom-btn{
    background: #a50913;
    border: none;
    color: #fff;
    padding: 8px 35px;
}
.custom-btn:hover{
    background: #000;
}
.custom-title:after{
    border-top: 5px solid #af0712;
    content: '';
    display: block;
    width: 130px;
    margin: auto;
    margin-top: 5px;
}
.form-holder span{
     font-size: 12px;
    display: block;
    margin-bottom: 15px;  
}











/*testimonial*/

.review {
    font-size: 16px;
    /*font-weight: 600;*/
    padding: 30px 0;
        margin-bottom: 0;
}

.name {
    font-size: 18px;
    color: #a90d17;
    margin: 0
}

.job {
    color: #c8c8c8;
    font-size: 14px
}

.carousel-inner {
    max-width:1116px
}

.fa-minus {
    font-size: 14px
}

.carousel-indicators {
    bottom: -20px;
    right: 0;
    margin: 0
}

.carousel-indicators [data-bs-target] {
    height: 10px;
    border: 2px solid black;
    width: 10px;
    background-color: inherit;
    border-radius: 50%
}

.carousel-indicators .active {
    border: 2px solid transparent;
    background-color: #c1e718
}

.left {
    color: rgb(20, 20, 20);
    font-weight: 600
}

.right {
    color: rgb(12, 12, 12);
    font-weight: 600
}

.carousel-control-next,
.carousel-control-prev {
    position: relative
}

@media (max-width:560px) {
    .apply-sec{
        width: 100%; 
    }
    .apply-secresp{
        width: 415px;
    }
    .review {
        font-size: 14px;
        font-weight: 600
    }

    .name {
        font-size: 13px
    }

    .job {
        font-size: 10px
    }

    .right {
        font-size: 12px
    }

    .left {
        font-size: 12px
    }

    .carousel-indicators [data-bs-target] {
        height: 8px;
        border: 1px solid black;
        width: 8px;
        background-color: inherit;
        border-radius: 50%
    }

    .carousel-indicators .active {
        border: 1px solid transparent;
        background-color: #c1e718
    }
}


/*company slid*/



.faq-sec main{
background: #f3ddde;
    padding: 15px;
}
.faq-sec summary{
     background: #e3000f;
    padding: 5px;
    color: #fff;
    margin-bottom: 5px;
  
}
.contact-sec-title a{
    color: #aeaeae;
    padding-left: 5px;
    margin-bottom: 15px;
    text-decoration: none;
}
.services-content-holder p{
    font-size: 15px;
}
.services-content-holder li{
    font-size: 15px;
    font-weight: 600; 
    margin-top: 8px;  
}
.services-content-holder span{
    font-size: 14px;
    color: #5e5e5e;
}

.gviza-icon {
    /* border: 3px solid #b7b7b7;
    border-radius: 15px;*/
    color: #787878;
    
    padding: 4px 5px;
    margin-left: 5px;
}

.kkk {
    background-color: #af0712;
    padding: 4px 13px;
    text-decoration: none;
    color: white;
}
.kkk:hover {
    background-color: #000;
    padding: 4px 13px;
    text-decoration: none;
    color: white;
}