﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700&display=swap');

/*===== Common CSS =====*/
/*===== Main CSS =====*/


/*===== Responsive CSS =====*/
  
  
/* Common CSS */

body { 
    padding: 0; margin: 0; 
    position: relative; text-rendering: optimizeLegibility !important; -webkit-font-smoothing: antialiased !important; -moz-osx-font-smoothing: grayscale;
}
 

* { box-sizing:border-box; }
*:hover { -webkit-transition: all ease-out 0.3s; -moz-transition: all ease-out 0.3s; -o-transition: all ease-out 0.3s; transition: all ease-out 0.3s; }
*:focus, .btn-default-focus { box-shadow: none !important; outline:none !important; }



.Loader {
    width:100%; height:100vh; padding-bottom:25px;
    display: flex; align-items: center; justify-content: center;
    z-index: 101; position: fixed; left:0; top:0; background: white;
    
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
.Loader img { width:120px; }

.PageLoad .Loader { left:100%; }



body, p, a, .Primary-Btn, .accordion-button {
    font-family: "Poppins", sans-serif; color: black;
    font-size: 17px; font-weight: 400; line-height: 1.2;
}





h1, h2, h3, h4, h5, h6, p, ul { padding: 0; margin: 0; }

h1 { font-size: inherit; display: block; }



h2 { 
    font-size:50px; line-height: 1.25; font-weight: bold; 
    color: white; margin:0 0 25px;
}
h3 { 
    font-size:40px; line-height: 1.25; font-weight: bold;
    color: black; margin:0 0 20px;
}
h4 { 
    font-size:20px; line-height: 1.25; font-weight: bold;
    color: black; margin:0 0 10px;
}

h6 { 
    font-size:15px; line-height: 1.25; font-weight: 400; text-align: center;
    color: white; margin:30px 0 0; padding:25px 0 0; border-top:1px solid rgba(255,255,255,0.25);
}


p { margin-bottom:25px; }
p:last-child { margin-bottom:0; }



img, svg { border: none; vertical-align: middle; max-width: 100%; }
ul li { list-style: none; }

a { 
    cursor: pointer; color:red; font-weight: 600; outline: none !important; text-decoration: none; 
    -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; -o-transition: all .2s ease-in-out; -ms-transition: all .2s ease-in-out; transition: all .2s ease-in-out;
}

a, input, button, textarea, a:focus, select:focus,
button, input, textarea { 
    outline: none; 
    -webkit-appearance: none; -moz-appearance: none; -moz-box-shadow: none !important; 
    -webkit-box-shadow: none !important; box-shadow: none !important; 
    -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none; margin: 0;
}
input[type=number] { -moz-appearance: textfield; }




.btn {
    text-transform: uppercase; padding:12px 20px; font-weight: 600;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}
.Primary-Btn {
    color:white; background: #ff6138; border:2px solid #ff6138;
}
.Primary-Btn:hover {
    color:#ff6138 !important; border:2px solid #ff6138;
}
.Secondary-Btn {
    color:#ff6138; background: white; border:2px solid white;
}
.Secondary-Btn:hover {
    color:white !important; border:2px solid white;
}




header, section, footer { 
    width:100%; display: block; position: relative; z-index: 2;
    padding-left:25px !important; padding-right:25px !important;
}

.container-fluid {
    max-width:1600px;
}
.container {
    max-width:1300px;
}

/* *************** */




/* HeaderFooter CSS */
header {
    padding:25px 0; position: fixed; left:0; right:0; top:0; z-index: 11;
    background: rgba(0,0,0,.8); border-bottom:2px solid rgba(255,255,255,0.25);
    
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}
h1,
h1 .navbar-brand,
h1 .navbar-brand img,
h5,
h5 img {
    width:100px; object-fit: contain; display: block;
    margin:0; padding:0;
    transition:0.2s ease-in-out; -webkit-transition:0.2s ease-in-out; -moz-transition:0.2s ease-in-out;
}


.navbar { padding:0; margin:0; }
.navbar-collapse { justify-content: flex-end; }
.navbar-nav { align-items: center; }

.navbar .nav-item,
.navbar .dropdown  { margin:0 12px; }
.navbar .nav-link { color: white; padding:8px 0 !important; }
.navbar .nav-link:hover { color: #ff6138; }
.navbar .nav-link.active { color: #ff6138; font-weight: 700; }


.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .btn { 
    padding:8px 0 !important; color: white; font-weight: 400; text-transform: none;
}
.dropdown .dropdown-menu {
    background: black;
}
.dropdown .dropdown-menu .dropdown-item { color: white; }
.dropdown .dropdown-menu .dropdown-item:hover,
.dropdown:hover .btn { 
    color: #ff6138; background: transparent;
}


.Social-Media {
    display: flex; align-items: center; margin:0 0 0 50px;
}
.Social-Media li { margin:0 10px; }
.Social-Media a,
.Social-Media a img {
    min-width:25px; max-width:25px; height:25px; object-fit: cover; object-position: center top;
}

.Social-Media a:hover img {
    object-position: center bottom;
}


header.Sticky { 
    padding:10px 0; background: rgba(0,0,0,0.75); 
}
header.Sticky h1,
header.Sticky h1 .navbar-brand,
header.Sticky h1 .navbar-brand img {
    width:80px;
}



footer {
    padding:50px 0 30px; background: black;
}
.FeelFreeToContact {
    display: flex; flex-direction: column; align-items: center; text-align: center;
}
.FeelFreeToContact * { color: white; margin:5px 0; }
.FeelFreeToContact .btn { margin:20px 0 0; }


.GreyBox {
    background: rgba(138,138,138,0.25); margin:40px 0 0; padding:30px;
}
.ContactDetails {
    display: flex; align-items: center;
}

.ContactDetails > div { max-width:45%; padding-right:50px; }
.ContactDetails > div:last-child { padding-right:0; }

.ContactDetails > div img.Logo {
    width:105px;
}
.ContactDetails > div .d-flex {
    align-items: center;
}
.ContactDetails > div .d-flex * {
    color: white; font-weight: normal;
}
.ContactDetails > div .d-flex b { font-weight: bold; }
.ContactDetails > div .d-flex img.Icon {
    min-width:30px; max-width:30px; height:30px; 
    display: block; margin:0 20px 0 0;
}


.ContactDetails > div .d-flex a { text-decoration: underline; }
.ContactDetails > div .d-flex a:hover { color: #ff6138; }


.ContactDetails .Social-Media {
    margin:30px 0 0 50px; display: flex; align-items: center;
}
.ContactDetails .Social-Media a,
.ContactDetails .Social-Media a img {
    width:25px; height:25px; display: block; object-fit: cover; object-position: center top;
}
.ContactDetails .Social-Media a {
    margin:0 20px 0 0; opacity: 0.5;
}
.ContactDetails .Social-Media a:hover { opacity: 1; }
.ContactDetails .Social-Media a:hover img {
    object-position: center bottom;
}

/* *************** */





/* Main CSS */
section {
    padding:80px 0; position: relative; z-index: 1;
}

.Hero-Wrp {
    padding:300px 0 150px; position: relative; text-align: center; background: black;
}
.Hero-Wrp img.Hero-BG {
    z-index: 1; position: absolute; left:0; top:0; 
    width:100%; height:100%; object-fit: cover; opacity: 0.5;
}

.Btns-Group {
    display: flex; justify-content: center; align-items: center;
    margin:15px 0;
}
.Btns-Group .btn { margin:5px 10px; }

.Video-Wrp {
    padding:30px;
}
.Video-Wrp video { 
    width:100%; height:700px; object-fit: cover;
    position: relative;
}
.Video-Wrp .herobanner { 
    position: relative;
    z-index: 1;
    padding-top: 30px;
}

.ShortIntro-Wrp .HighLighted {
    display: flex; align-items: center; justify-content: space-between; margin:0 0 50px;
}
.ShortIntro-Wrp .HighLighted > div {
    margin:0 15px 0 0;
    display: flex; align-items: center;
}
.ShortIntro-Wrp .HighLighted > div .Badge {
    color: #ff6138; background: #f3ddd7; text-align: center; border:3px solid #f5ccc0; margin:0 20px 0 0;
    min-width:90px; max-width:90px; height:90px; line-height: 90px; font-size:25px; font-weight: bold;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.ShortIntro-Wrp .HighLighted > div h4,


.ShortIntro-Wrp .Benefits { margin:20px 0; }
.ShortIntro-Wrp .Benefits img { height:50px; margin:0 0 10px; }



h4.Sub {
    color: #ff6138; font-weight: 400; font-size:22px; text-transform: uppercase; margin:0;
}

.Services-Wrp .Text-List li { 
    margin:20px 0; padding-left:40px;
    background: url("../images/TickMark-Ic.svg")no-repeat left top -1px / 22px;
}

.Services-Wrp .Service-List {
    display: flex; justify-content: center; flex-wrap: wrap; margin:40px 0 0;
}
.Service-List .Service {
    display: flex; flex-direction: column; align-items: center; text-align: center;
    border:1px solid #C8903D; padding:20px; margin:5px; width:225px; border-radius: 6px;
    background-color: #F9F4EC;
}
.Service-List .Service img { height:80px; }
.Service-List .Service h4 { font-size:17px; min-height: 40px; }

.small {
    transform: scale(0.80); -webkit-transform: scale(0.80); -moz-transform: scale(0.80);
}



.HighLighted-Benefits {
    display: flex; align-items: center; background: #f3ddd7; margin:60px 0 0;
}
.HighLighted-Benefits img {
    min-width:100px; max-width:100px; height:100px;
    display: block;
}
.HighLighted-Benefits .Text {
    padding:20px;
}
.HighLighted-Benefits .Text h4 { margin:0; }




.WhatIsInForMe-Wrp h3,
.WhatIsInForMe-Wrp h4 {
    text-align: center; max-width:1000px; margin: auto;
}

.WhatIsInForMe-Slider { margin:50px 0 0; }
.WhatIsInForMe-Slider .item { 
    overflow: hidden; display: block;
}
.WhatIsInForMe-Slider .item img.Main-Img {
    width:100%; height:400px; object-fit: cover;
    position: relative; z-index: 1;
    transition: 0.2s ease-in-out; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out;
}
.WhatIsInForMe-Slider .item .Text {
    position: absolute; left:5px; right:50px; bottom:5px; z-index: 2;
    background: white; padding:15px 100px 15px 15px;
}
.WhatIsInForMe-Slider .item .Text * { text-align: left; }
.WhatIsInForMe-Slider .item .Text p { margin:0; }
.WhatIsInForMe-Slider .item .Text .GoTo-Ic {
    position: absolute; right:0; top:0; bottom:0; width:80px;
    background:#f3ddd7 url("../images/GoTo-Ic.svg")no-repeat center center / 30px;
}



.WhatIsInForMe-Slider .item:hover img.Main-Img {
    transform: scale(1.15); -webkit-transform: scale(1.15); -moz-transform: scale(1.15);
}
.WhatIsInForMe-Slider .owl-nav .owl-prev,
.WhatIsInForMe-Slider .owl-nav .owl-next {
    position: absolute; top:0; bottom:0; font-size:0; width:50px; height:50px; margin: auto; cursor: pointer;
    display: flex; align-items: center; justify-content: center;
    filter: grayscale(100%); -webkit-filter: grayscale(100%); -moz-filter: grayscale(100%);
}
.WhatIsInForMe-Slider .owl-nav .owl-prev { 
    left:-75px; background: url("../images/Prev-Ic.svg")no-repeat center center / 50px;
}
.WhatIsInForMe-Slider .owl-nav .owl-next { 
    right:-75px; background: url("../images/Next-Ic.svg")no-repeat center center / 50px;
}

.WhatIsInForMe-Slider .owl-nav .owl-prev:hover,
.WhatIsInForMe-Slider .owl-nav .owl-next:hover {
    filter: grayscale(0); -webkit-filter: grayscale(0); -moz-filter: grayscale(0);
}

.WhatIsInForMe-Slider .owl-dots { display: none; }




.WorkProcess-Wrp { text-align: center; }
.WorkProcess-Wrp .Process {
    display: flex; flex-direction: column; align-items: flex-start; min-height:calc(100% - 30px);
    padding:12px 20px 20px; margin:12px 0; text-align: left;
    box-shadow: 0 0 8px rgba(0,0,0,0.25); -webkit-box-shadow: 0 0 8px rgba(0,0,0,0.25); -moz-box-shadow: 0 0 8px rgba(0,0,0,0.25);
}
.WorkProcess-Wrp .Process img { height:60px; margin:0 0 10px; }




.Testimonial-Wrp { text-align: center; }
.Testimonial-Wrp .container { max-width:1100px; }
.Testimonial-Slider {
    text-align: left; margin: 40px 0 0;
}

.Testimonial-Slider .owl-item,
.Testimonial-Slider .item { min-height:100%; }

.Testimonial-Slider .item {
    padding:25px; border:1px solid #ff6138; background: white;
    transition:0.2s ease-in-out;
    transform: scale(0.95); -webkit-transform: scale(0.95); -moz-transform: scale(0.95);
}
.Testimonial-Slider .Name-Image {
    display: flex; align-items: center; margin:0 0 20px;
}
.Testimonial-Slider .Name-Image img {
    min-width:80px; max-width:80px; height:80px; object-fit: cover; 
    border:2px solid rgba(0,0,0,0.25); margin:0 20px 0 0;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
}
.Testimonial-Slider .Name-Image h4 { margin:0; }


.Testimonial-Slider .item:hover { 
    background: #ff6138;
    transform: scale(1); -webkit-transform: scale(1); -moz-transform: scale(1);
}
.Testimonial-Slider .item:hover * { color: white; }

.Testimonial-Slider .owl-nav { display: none; }
.Testimonial-Slider .owl-dots {
    display: flex; justify-content: center; align-items: center; margin:10px 0 0;
}
.Testimonial-Slider .owl-dots .owl-dot {
    width:12px; height:12px; background: black; margin:10px; cursor: pointer;
    border-radius: 50%; -webkit-border-radius: 50%; -moz-border-radius: 50%;
    box-shadow: 0 0 0; -webkit-box-shadow: 0 0 0; -moz-box-shadow: 0 0 0;
}
.Testimonial-Slider .owl-dots .owl-dot.active {
    background: white;
    box-shadow: 0 0 0 3px; -webkit-box-shadow: 0 0 0 3px; -moz-box-shadow: 0 0 0 3px;
}




.BlogsNews-Wrp { text-align: center; }
.BlogsNews-Wrp .Single-Blog { 
    text-align: left; margin:25px 5px 0;
    display: flex; flex-direction: column; align-items: flex-start;
}
.BlogsNews-Wrp .Single-Blog img.Blog-Img {
    width:100%;
}
.BlogsNews-Wrp .Single-Blog .Text {
    padding:20px 20px 0;
}

.BlogsNews-Wrp .Single-Blog:hover .Text * {
    color: #ff6138;
}



.FAQ-Wrp { text-align: center; }
.FAQ-Wrp .accordion { 
    text-align: left; max-width:950px; margin: auto; border: none; 
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}

.accordion .accordion-item {
    border: none; border-bottom:1px solid #ff6138;
    border-radius: 0; -webkit-border-radius: 0; -moz-border-radius: 0;
}

.accordion-button { 
    padding:20px 0;
}
.accordion-button { font-weight: bold;
}
.accordion-button:not(.collapsed) {
    background: transparent; color: black;
}
.accordion-button::after { 
    background-size: 14px;
}


.accordion-body { 
    padding:10px 0 25px 0;
}







/* *************** */




/* Responsive CSS */

@media screen and (max-width: 1439px) {
    
    header { 
        padding:15px 0;
        padding-left:0 !important; padding-right:0 !important;
    }
    .Social-Media { margin:0; }
    
    .Video-Wrp video { height: 500px; }
    
    .WhatIsInForMe-Wrp .container { max-width:90%; }

}

@media screen and (max-width: 1199px) {
    
    body, p, a, .Primary-Btn, .accordion-button { font-size:15px; }
    
    
    h2 { font-size:36px; }
    h3 { font-size:30px; }
    h4, h4.Sub { font-size:18px; }
    
    header { 
        background: rgba(0,0,0,0.75);
        backdrop-filter:blur(5px); -webkit-backdrop-filter:blur(5px); -moz-backdrop-filter:blur(5px);
    }
    .Social-Media { justify-content: center; }
    .navbar .nav-item, .navbar .dropdown { 
        width:100%; margin:0; text-align: center; border: none !important;
    }
    .dropdown .dropdown-menu .dropdown-item { text-align: center; }
    
    h1, h1 .navbar-brand, h1 .navbar-brand img, h5, h5 img { width:80px; }
    header.Sticky h1, header.Sticky h1 .navbar-brand, header.Sticky h1 .navbar-brand img { width:70px; }
    
    .HamBurger-Btn {
        display: flex; flex-direction: column; padding:5px;
        border: none; background: rgba(0,0,0,0.65);
    }
    .HamBurger-Btn span.line { 
        width:30px; height:3px; background: white; display: block; margin:4px;
        -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; opacity: 1 !important;
    } 

    .HamBurger-Btn.is-active span.line:nth-child(2){ opacity: 0 !important; }
    .HamBurger-Btn.is-active span.line:nth-child(1){ 
        -webkit-transform: translateY(11px) rotate(45deg); 
        -ms-transform: translateY(11px) rotate(45deg); 
        -o-transform: translateY(11px) rotate(45deg); 
        transform: translateY(11px) rotate(45deg);
    }
    .HamBurger-Btn.is-active span.line:nth-child(3){ 
        -webkit-transform: translateY(-11px) rotate(-45deg); 
        -ms-transform: translateY(-11px) rotate(-45deg); 
        -o-transform: translateY(-11px) rotate(-45deg); 
        transform: translateY(-11px) rotate(-45deg);
    }

    
    .Hero-Wrp { padding: 250px 0 100px; }
    .Video-Wrp video { height: 450px; }
    
    .WhatIsInForMe-Slider .item .Text * { font-size:14px; }

}

@media screen and (max-width: 991px) {
    
    header, section, footer {
        padding-left: 0 !important; padding-right: 0 !important;
    }
    section { padding:50px 0; }
    
    .ShortIntro-Wrp .Text { margin:40px 0 0; }
    .ShortIntro-Wrp .HighLighted-Benefits { margin:15px 0; }
    .ShortIntro-Wrp .HighLighted-Benefits .Text { margin:0; }
    
    
    .WhatIsInForMe-Wrp .container { max-width:85%; }
    .WhatIsInForMe-Slider .owl-nav .owl-prev { left:-50px; }
    .WhatIsInForMe-Slider .owl-nav .owl-next { right:-50px; }
    
    .BlogsNews-Wrp .Single-Blog .Text {
        padding: 12px 10px 0;
    }
    
}

@media screen and (max-width: 767px) {
    
    h2 { font-size:24px; }
    h3 { font-size:22px; }
    h6 { font-size:13px; }
    
    
    .GreyBox { padding:25px 15px; }
    .ContactDetails { flex-wrap: wrap; }
    .ContactDetails > div { 
        width:100%; max-width:100%; margin:15px 0; padding:0;
    }
    .ContactDetails > div img.Logo { display: block; margin: auto; }
    
    
    .Video-Wrp video { height:250px; }
    
    .ShortIntro-Wrp .HighLighted { flex-wrap: wrap; }
    .ShortIntro-Wrp .HighLighted > div { width:100%; margin:5px 0; }
    
    .Service-List .Service { 
        width:48%; margin:5px 1%; padding:15px 10px; 
    }
    .ShortIntro-Wrp .HighLighted-Benefits { margin:5px 0; }
    
    
    .WorkProcess-Wrp .Process { min-height: inherit; margin:5px 0; }
    
    .WhatIsInForMe-Wrp .container { max-width:100%; }
    .WhatIsInForMe-Slider .item img.Main-Img { height:auto; }
    .WhatIsInForMe-Slider .item .Text {
        position: relative; left:0; right:0; bottom:0;
    }
    
    .WhatIsInForMe-Slider .owl-nav { 
        display: flex; align-items: center; justify-content: center;
    }
    .WhatIsInForMe-Slider .owl-nav .owl-prev,
    .WhatIsInForMe-Slider .owl-nav .owl-next {
        position: relative; left:0; right:0; margin:20px 10px; width:30px; height:30px;
    }
    .WhatIsInForMe-Slider .owl-nav .owl-prev { background: url("../images/Prev-Ic.svg")no-repeat center center / 30px; }
    .WhatIsInForMe-Slider .owl-nav .owl-next { background: url("../images/Next-Ic.svg")no-repeat center center / 30px; }
    
    .BlogsNews-Wrp .Single-Blog { margin:25px 0; }
    
    .accordion-button::after {  margin-left:20px; }
    
}


/* *************** */






.progress-bar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    position: relative;
  }
  .progress-bar.score10 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 10%, #f0f0f0 0);}
  .progress-bar.score20 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 20%, #f0f0f0 0);}
  .progress-bar.score30 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 30%, #f0f0f0 0);}
  .progress-bar.score40 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 40%, #f0f0f0 0);}
  .progress-bar.score50 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 50%, #f0f0f0 0);}
  .progress-bar.score60 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 60%, #f0f0f0 0);}
  .progress-bar.score70 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 70%, #f0f0f0 0);}
  .progress-bar.score80 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 80%, #f0f0f0 0);}
  .progress-bar.score90 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 90%, #f0f0f0 0);}
  .progress-bar.score100 { background: radial-gradient(closest-side, white 79%, transparent 80% 100%), conic-gradient(#C8903D 100%, #f0f0f0 0);}
