@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html {
    scroll-behavior: smooth;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}
:root
{
    --white:#ffffff;
    --black:#000000;
    --theme:#FF8800;
    
}
body
{
    font-family: "Poppins", serif !important;
    overflow-x: hidden;
}
a{
    text-decoration: none !important;
}
ul, li{
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
}
.btn:focus{
    box-shadow: none !important;
}
input:focus{
    box-shadow:none !important;
}
.btn
{
  background: var(--theme) !important;
  width: 150px;
  min-width:180px;
  max-width: 200px;
  height: 45px;
  font-size: 18px;
  transition: all 0.3s ease;
  font-weight: 500;
  border-radius: 20px !important;
  transition: all 0.3s linear;
  color: var(--white) !important;
  font-weight: 600;
}
.btn:hover
{
  background: var(--white) !important;
  border: 2px solid var(--theme) !important;
  color: var(--theme) !important;
}
.owl-theme .owl-dots .owl-dot span
{
    background: var(--theme) !important;
}
.owl-theme .owl-dots .owl-dot.active span
{
    outline: 1px solid var(--theme) !important;
    outline-offset: 2px !important;
}

/* goto top */
#scroll {
    position: fixed;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: var(--theme);
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    transition: all .4s;
    z-index: 99999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    color: white;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}
/* header start  */
header{
    background-color: var(--white);
}
header ul li a{
    color: var(--black) !important;
    font-weight: 500;
} 
header ul li a:hover , header ul li a.active 
{
    color: var(--theme) !important;
}
.common-btn{
    background-color:var(--theme) !important;
    color:var(--white) !important;
}
.common-btn a{
    color: var(--white);
}
.main-navbar{
    position: relative;
    z-index: 999;
    width: 100%;
    transition: all 0.5s;
}
.fixed-navbar{
    top:0;
    position: fixed !important;
    background-color: var(--white) !important;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.custom::-webkit-input-placeholder { 
    color:var(--white) !important; 
}
::selection{
    background-color:var(--theme);
    color:var(--white);
}
.heading h5{
    color:var(--theme);
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
}
.heading h5::after{
    position: absolute;
    content:"";
    background-color:var(--theme);
    bottom:-3px;
    left: 0;
    width: 100px;
    height: 1px;
}

/* slider start  */
.slider-text{
    background-color:#f8f7f2;
    padding: 80px;
    margin-left: auto;
    margin-right: auto;
    width: 670px;
}
.slider-bg{
    /* background-image: url(../images/banner-1.png); */
    /* background-position: center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    height: 600px;
    position: relative;
    z-index: -1;
}
.slider-bg img
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.slider-text h3{
    color:var(--theme);
}
.slider-text h2{
    font-size: 50px;
}

#banner-slider.owl-theme .owl-nav button.owl-prev span
{
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 50%;
  text-align: center;
  background-color: var(--theme);
  width: 50px;
  height: 50px;
  font-size: 28px;
line-height: 50px;
color: var(--white);
}
#banner-slider.owl-theme .owl-nav button.owl-next span
{
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    text-align: center;
    background-color: var(--theme);
    width: 50px;
    height: 50px;
    font-size: 28px;
    line-height: 50px;
    color: var(--white);
}

#banner-slider.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  left:10px;
  top: 50%;
  margin: 0px auto;
  display: block;
  border-radius: 50%;
  text-align: center;
  -webkit-border-radius:50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
}

#banner-slider.owl-carousel .owl-nav button.owl-next
{
right:10px;
top: 50%; 
position: absolute;
text-align: center;
margin: 0px auto;
display: block;
border-radius: 50%;
text-align: center;
-webkit-border-radius:50%;
-moz-border-radius: 50%;
border-radius: 50%;
-webkit-transition: all 0.5s;
}
/* slider end  */



/* about us section start  */
.pad-top{
    padding-top: 90px;
}
#about-us
{
    padding-bottom: 90px;
    scroll-margin-top:120px;
}
.about_heading h2{
    font-size: 45px;
    margin-bottom: 25px;
}
.about_box
{
    background-color: #fff;
    background-image: url(../images/Mask-Group.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    padding: 20px;
    border-radius: 12px;
    margin-left: 0;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.5);
    margin-left: -60px;
     padding: 50px 50px 50px 50px;
}
.about_img
{
    border-radius: 20px;
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
    height: 450px;
    width: 100%;
    object-fit: cover;
}
.about ul li i{
    color:var(--theme);
    font-size: 20px;
}
.about ul li{
    font-size: 18px;
    margin-top: 5px !important;
}
.about ul{
    margin-top: 30px !important;
}
 p{
    color:#6a6767;
}

.about_heading h5{
    color:var(--theme);
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
}
.about_heading h5::after{
    position: absolute;
    content:"";
    background-color:var(--theme);
    bottom:-3px;
    left: 0;
    width: 100px;
    height: 1px;
}
/* about-us section start  */

/* trending jobs section start  */
#Services
{
    scroll-margin-top: 100px;

}
#Services
{
    background-color: #19232b;
    background-image: url(../images/transparent-img-04.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.trending-bg{
    background-image:url(../images/services-1.jpg);
    background-position:center;
    background-repeat:no-repeat;
    background-size:cover;
    border-radius: 15px;
}
.overlay{
    background-color:rgba(0, 0, 0, 0.2);
    height: 450px;
    border-radius: 5px;
    position: relative;
}
.overlay h2{
    position: absolute;
    bottom:0;
    left:15px;
    font-size: 22px;
    color:white;
}
.services_heading h5
{
  display: inline-block;
}
.services_heading h5::after
{
    left: 50%;
    transform: translatex(-50%);
}
.services_heading p
{
  color: var(--white);
}
/* trending jobs section end  */

/* services section start  */
#strength
{
    padding-bottom: 80px;
}
.service-box{
    border: 1px solid var(--theme);
    padding: 30px 20px;
    text-align: center;
    transition: all 0.4s;
    border-radius:5px;
    box-shadow: 0 2px 4px 0 #fff1e1;
}
.icon-box{
    background-color:rgba(255, 183, 0, 0.1);
    text-align: center;
    width: 80px;
    height: 80px;
    display: inline-block;
    line-height: 80px;
    margin-bottom: 18px;
    transition: all 0.5s;
    box-shadow: 0 2px 4px 0 rgb(60 72 88 / 0.15);
    border-radius:5px;
}
.icon-box svg{
    color:var(--theme);
    font-size: 22px;
    transition: all 0.5s;
}
.service-box p{
    margin-bottom: 0 !important;
}
.service-box h5
{
    color: #4b4b4b;
    font-size: 18px;
    line-height: 26px;

}
.service-box:hover{
    background-color:#fff1e1;
}
.service-box:hover .icon-box{
    background-color:var(--theme);
}
.service-box .icon-box svg path
{
    fill: black !important;
}
.service-box:hover .icon-box svg , .service-box:hover .icon-box svg path{
    fill:white !important;
}
.strengths_heading
{
  color: var(--theme);
  font-size: 24px;
  text-align: center;
}
.strength_heading h5
{
  text-align: center;
  display: inline-block;
}
.strength_heading h5::after
{
    left: 50%;
    transform: translateX(-50%);
}
.strength_heading
{
    text-align: center;
}
/* service section end  */


/* happy client section start  */
#testimonial
{
    scroll-margin-top: 100px;
}
.owl-carousel2 h3{
    color:var(--theme);
}
.star i{
    font-size: 14px;
    color:#696969;
}
#testimonial_slider .item
{
    padding: 20px;
}
.testi-box
{
    position: relative;
    padding: 20px;
}
.testi-box::before {
    content: '\201C';
    font-size: 74px;
    line-height: normal;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: -70px;
    left: 0px;
    z-index: -1;
    color: transparent;
    -webkit-text-stroke: 2px var(--theme);
    transform: rotate(-180deg);
}
.testi-box img{
    border-radius:50px;
}
.owl-carousel2 .owl-nav{
    display: none !important;
}

.testimonial
{
    padding: 100px 0;
    background-image: url(../images/transparent-img-04.png);
    background-position: center top;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    background-size: cover;
    backdrop-filter: opacity(0.5);
}
.test_heading
{
    text-align: left;
    font-size: 24px;
    color: var(--theme);
    margin-bottom: 25px;
    position: relative;
    /* display: inline-block; */
}
.test_heading::before
{
    position: absolute;
    content:"";
    background-color:var(--theme);
    bottom:-3px;
    left: 0;
    width: 100px;
    height: 1px;
}
.testi_main_heading
{
    text-align: left;
    font-size: 40px;
    font-weight: 800;
    color: var(--white);
}
.test_content
{
    padding-left: 20px;
}
/* happy client section end  */

/* ---------- faq section start */
.faq_section
{
    padding-bottom: 80px;
}
#faq
{
    scroll-margin-top:100px ;
}
.faq_section .accordion-button h4
{
    margin-bottom: 0px !important;
    font-size: 18px !important;
}  
.faq_section .accordion-button
{
    border: 1px solid var(--theme) !important;
    background-color: transparent !important;
    border-radius: 10px !important;
}
.faq_section .accordion-button:not(.collapsed)
{
    color: var(--theme) !important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--theme) !important;
    outline: 0;
    box-shadow: none !important;
}

/* ---------- faq section end */

/* subscribe newslatter section start  */
.newslatter{
    background-color:#19232b;
    padding: 50px;
    position: relative;
}
.newslatter form{
    position: relative;
}
.newslatter form button{
    position: absolute;
    top:0;
    right: 0%;
}
.newslatter form input{
    background-color:transparent;
    width: 85%;
    border-radius: 20PX;
    color: var(--white) !important;
}
.newslatter form input:focus{
    background-color:transparent;
    border-color: var(--theme) !important;
}
.newslatter h4{
    color:white;
}
.newslatter span{
    color:rgb(192, 188, 188);
    margin-top: 10px;
}
.subscribe_box
{
  height: 50px;
}
.subscribe_box button
{
    height: 100%;
}


/* subscribe newslatter section end  */

/* footer start  */
footer {
    background-color:#1c1b1b;
    padding: 20px;
}
footer p{
    text-align: center;
    color:rgb(192, 188, 188);
    margin-bottom: 0;
}
/* footer end  */


/* contact us section start  */
#contact-us
{
    scroll-margin-top: 100px;
    padding-bottom: 80px;
}
textarea{
    width: 100%;
    border-color:#ced4da;
    padding: 15px;
}
.contact-info{
    /* margin-left: 80px; */
    padding: 30px 45px;
}
.conatct-img
{
    width: 100%;
    height: 350px;
    object-fit: contain;
}
.contact-icon
{
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: var(--theme);
    color: var(--white);
    text-align: center;
    line-height: 50px;
    margin-right: 20px;
}
.contact_heading h5{
    color:var(--theme);
    margin-bottom: 30px;
    position: relative;
    font-size: 30px;
    font-weight: 600;
}
.contact_heading h5::after{
    position: absolute;
    content:"";
    background-color:var(--theme);
    bottom:-3px;
    left: 0;
    width: 100px;
    height: 1px;
}
.contact_box
{
    background-color: var(--white);
    padding: 30px;
    border-radius: 20px;
}
.form-control
{
    height: 50px;
    border: 1px solid var(--theme);
    border-radius: 10px;
}
.form-control:focus
{
    outline: none;
    border-color: var(--theme) !important;
}
textarea
{
    border: 1px solid var(--theme);
    border-radius: 10px;
}
/* contact us section end  */

/* --------- footer ------- */
.social_icon li a
{
   width: 40px;
   height: 40px;
   line-height: 40px;
   background-color: var(--theme);
   display: block;
   border-radius: 50%;
   text-align: center;
}
.social_icon li a i
{
    color: var(--white);
}
.offcanvas-backdrop.fade.show 
{
    opacity: 0 !important;
    /* z-index: -22 !important; */
}