@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
html{
    scroll-behavior: smooth;
}
body{
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
}

.container{
    max-width: 1140px;
    margin: 0 auto;
}
.navigation{
    width: 100%;
    margin: 0;
    padding: 0;
}
.navigation .toggle-bar{
    display: none;
}
.navigation .row{
    display: flex;
}
.navigation .logo{
    width: 30%;
}
.navigation .logo h2{
    margin: 20px 0;
    padding: 0;
    font-size: 35px;
    font-weight: 700;
    color: #dd5200;
    text-align: left;
}
.navigation .menu{
    width: 50%;
}
.navigation .menu ul{
    list-style-type: none;
    margin: 30px 0;
    padding: 0;
    text-align: right;
}
.navigation .menu ul li{
    display: inline-block;
}
.navigation .menu ul li a{
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
}
.navigation .menu ul li a:hover{
    text-decoration: none;
    color: #dd5200;
}
.navigation .btn-item{
    width: 20%;
    margin: 15px 0;
    text-align: right;
}
.navigation .btn-item button{
    width: 170px;
    background: #dd5200;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 3px;
}
.navigation .btn-item button:hover{
    background: #b84300;
}

.hero-slider {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.hero-slider .inner {
    position: relative;
    top: 43%;
    transform: translateY(-50%);
    color: white;
    text-align: left;
}
.hero-slider .subtitle {
    font-size: 2.2rem;
    line-height: 1.2em;
    font-weight: 200;
    font-style: italic;
    letter-spacing: 3px;
    color: rgba(255,255,255,0.5);
    margin-bottom: 5px;
}

.hero-slider .title {
    font-size: 3rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 3px;
    margin-bottom: 40px;
}
.hero-slider .caption p{
    line-height: 1.6em;
}
.hero-slider .caption{
    max-width: 700px;
}
.hero-slider .btn{
    margin-top: 30px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 14px 18px;
    text-transform: uppercase;
    font-size: 0.8rem;
    letter-spacing: 3px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    transition: all .2s ease;
}
.hero-slider .btn:hover{
    background: #dd5200;
    border-color: #dd5200; 
}

.hero-slider .flickity-prev-next-button {
    width: 40px;
    height: 40px;
    background: transparent;
}
.hero-slider .arrow{
    fill: white;
}
.hero-slider .flickity-page-dots .dot {
  width: 30px;
  height: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.5);
  border: 0 solid white;
  border-radius: 0;
}
.hero-slider .flickity-page-dots .dot.is-selected {
  background: #ff0000;
  border: 0 solid #ff0000;
}


.about-section{
    width: 100%;
    margin: 80px 0;
}
.about-section .row{
    display: flex;
}
.about-section .col-lg-6{
    width: 50%;
}
.about-section .image img{
    width: 100%;
    height: auto;
}
.about-section .col-lg-6{
    width: 50%;
    padding: 30px 0;
}
.about-section .text-item{
    margin-left: 25px;
    margin-top: 20px;
}
.about-section .text-item h2{
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}
.about-section .text-item ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 20px;
}
.about-section .text-item ul li{
    line-height: 1.5em;
    margin-bottom: 15px;
}
.about-section .text-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}
.about-section .col-lg-2 .btn-item button{
    width: 150px;
    background: #F79E1B;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 30px;
    border-radius: 5px;
    cursor: pointer;
}
.services{
    width: 100%;
    margin-top: 70px;
    padding: 80px 0;
    box-sizing: border-box;
    background: #f1f1f1;
}
.services .heading-item{
    text-align: center;
}
.services .heading-item h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 600;
}
.services .heading-item p{
    margin: 10px 0 50px;
    padding: 0;
    font-size: 18px;
}
.services .Revolutionize .row{
    display: grid;
    grid-template-columns: repeat(3, 2fr);
    grid-gap: 30px;
}
.services .Revolutionize .grid-item{
    background: #fff;
    padding: 35px 30px;
    box-sizing: border-box;
    border: 2px solid #fff;
    border: 1px solid #ffa775;
    border-radius: 5px;
}
.services .Revolutionize .grid-item i{
    font-size: 35px;
    color: #FF5F00;
}
.services .Revolutionize .grid-item h4{
    margin: 20px 0 10px;
    padding: 0;
    font-size: 22px;
    font-weight: 500;
}
.services .Revolutionize .grid-item p{
    margin: 0;
    padding: 0;
    font-size: 17px;
    font-weight: 300;
    line-height: 1.5em;
}


.pricing{
    width: 100%;
    padding: 100px 0 100px;
    box-sizing: border-box;
}
.pricing .text-plans{
    text-align: center;
}
.pricing .text-plans h2{
    margin: 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
}
.pricing .text-plans p{
    font-size: 18px;
    font-weight: 400;
}
.pricing .basic-plan .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.pricing .basic-plan .seller{
    margin-top: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    padding: 40px 30px;
    box-sizing: border-box;
}
.pricing .basic-plan .seller:hover{
    border: 1px solid #ffa775;
    box-shadow: inset;
}
.pricing .basic-plan .active{
    border: 1px solid #ffa775;
}
.pricing .basic-plan .seller h4{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 500;
}
.pricing .basic-plan .seller p{
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5em;
}
.pricing .basic-plan .seller strong{
    font-size: 30px;
    color: #F79E1B;
}
.pricing .basic-plan .seller .icon-bar{
    display: flex;
}
.pricing .basic-plan .seller .icon-bar i{
    margin: 10px 0;
    font-size: 14px;
    color: #F79E1B;
}
.pricing .basic-plan .seller .icon-bar p{
    margin: 5px 0;
    font-size: 16px;
    font-weight: 300;
    padding: 0;
    margin-left: 10px;
}
.pricing .basic-plan .seller .btn-item{
    margin-top: 30px;
}
.pricing .basic-plan .seller .btn-item button{
    background: none;
    border: 1px solid #F79E1B;
    border-radius: 5px;
    font-size: 16px;
    padding: 12px 30px;
    cursor: pointer;
}
.pricing .basic-plan .seller .btn-item button:hover{
    border: 1px solid #f1f1f1;
    color: #F79E1B;
}

.ready{
    width: 100%;
    background: #f1f1f1;
    padding: 50px;
    box-sizing: border-box;
}
.ready .partner{
    background: #fff;
    box-shadow: #966e31;
    padding: 50px;
    box-sizing: border-box;
    border-left: 2px solid #F79E1B;
}
.ready .row{
    display: flex;
}
.ready .elevate{
    width: 80%;
}
.ready .get-btn{
    width: 20%;
    margin: 40px 0;
}
.ready .get-btn button{
    width: 170px;
    background: #dd5200;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}
.ready .get-btn button:hover{
    background: #b84300;
}
.ready .elevate h2{
    margin: 15px 0;
    padding: 0;
    font-size: 30px;
    font-weight: 600;
}
.ready .elevate strong{
    color: #dd5200;
}
.ready .elevate p{
    margin: 0;
    padding: 0;
    font-size: 20px;
    font-weight: 300;
    line-height: 1.5em;
}

.contact-section{
    width: 100%;
    margin: 100px 0;
}
.contact-section .heading{
    text-align: center;
    padding-bottom: 30px;
}
.contact-section .heading h2{
    margin: 0;
    padding: 0;
    font-size: 35px;
    font-weight: 600;
}
.contact-section .form-section{
    width: 100%;
    padding: 30px;
    box-sizing: border-box;
}
.contact-section .row{
    display: flex;
}
.contact-section .information{
    width: 60%;
}
.contact-section .text-title{
    padding-right: 30px;
    box-sizing: border-box;
}
.contact-section .text-title h4{
    margin: 0;
    padding-bottom: 10px;
    font-size: 22px;
    font-weight: 600;
}
.contact-section .text-title p{
    margin: 0;
    padding: 0;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
}
.get-in{
    margin: 30px 0;
}
.get-in .location-item{
    display: flex; 
}
.get-in .location-item i{
    margin: 18px 0;
    padding: 0;
    font-size: 18px;
    color: #ff0000;
}
.get-in .location-item p{
    margin-left: 10px;
    padding: 0;
    color: #2e2e2e;
}
.contact-section .right-form{
    width: 40%;
}
.contact-section .right-form .fields{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
}
.right-form .fields .form-name{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.right-form .fields .form-name input{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    box-sizing: border-box;
    transition: all;
}
.right-form .fields-phone .field{
    height: 45px;
    width: 100%;
    margin-bottom: 15px;
}
.right-form .fields-phone .field input{
    height: 100%;
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    outline: none;
    padding: 0 15px;
    font-size: 17px;
    box-sizing: border-box;
    transition: all;
}
.right-form .field-subject select{
    width: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-sizing: border-box;
    background: #fff;
    padding: 10px;
    font-size: 17px;
    outline: none;
    color: #333333;
}
.right-form .field-textarea textarea{
    height: 90px;
    width: 100%;
    margin: 15px 0;
    outline: none;
    border: 1px solid lightgrey;
    border-radius: 5px;
    font-size: 17px;
    background: #fff;
    padding: 10px;
    box-sizing: border-box;

}
.right-form .submit-field input {
    width: 170px;
    background: #dd5200;
    border: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 14px 30px;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
}

    

.footer{
    width: 100%;
    background: #000;
    padding: 70px 0;
    box-sizing: border-box;
}
.footer .row{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
}
.footer .amazon-text h2{
    margin: 20px 0;
    padding: 0;
    font-size: 35px;
    font-weight: 700;
    color: #dd5200;
    text-align: left;
}
.footer .amazon-text p{
    font-size: 16px;
    font-weight: 400;
    color: #f1f1f1;
    line-height: 1.5em;
}
.footer .menu-bar h4{
    margin-left: 40px;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer .menu-bar ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.footer .menu-bar ul li{
    display: block;
}
.footer .menu-bar ul li a{
    margin-left: 30px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    color: #f1f1f1;
    padding: 8px 15px;
    box-sizing: border-box;
    cursor: pointer;
    line-height: 1.7em;
}
.footer .menu-bar ul li a:hover{
    color: #F79E1B;
}
.footer .contact .heading h4{
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}
.footer .location-item{
    display: flex;
}
.footer .location-item i{
    margin: 18px 0;
    padding: 0;
    font-size: 18px;
    color: #f1f1f1;
}
.footer .location-item p{
    margin-left: 10px;
    padding: 0;
    color: #f1f1f1;
}
.copyright{
    width: 100%;
    padding: 5px 0;
    text-align: center;
    background: #000;
    border-top: 1px solid #161616;
}
.copyright p{
    font-size: 14px;
    font-weight: 400;
    color: #f1f1f1;
}


.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(0, 0, 0, 0.8);
}

.consulting-section{
    width: 100%;
    margin: 80px 0;
}
.consulting-section .row{
    display: flex;
}
.consulting-section .col-lg-6{
    width: 50%;
}
.consulting-section .image img{
    width: 100%;
    height: auto;
    margin-left: 25px;
}
.consulting-section .col-lg-6{
    width: 50%;
    padding: 30px 0;
}
.consulting-section .text-item{

}
.consulting-section .text-item h2{
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}
.consulting-section .text-item ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 20px;
}
.consulting-section .text-item ul li{
    line-height: 1.5em;
    margin-bottom: 15px;
}
.consulting-section .text-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}

.Experiential-section{
    width: 100%;
    padding: 80px 0;
    background: #F1F1F1;
}
.Experiential-section .row{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px;
}
.Experiential-section .col-lg-6{
    width: 100%;
}
.Experiential-section .image img{
    width: 100%;
    height: auto;
}
.Experiential-section .col-lg-6{
    width: 100%;
    padding: 30px 0;
}
.consulting-section .text-item{
    
}
.Experiential-section .text-item h2{
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}
.Experiential-section .text-item ul{
    margin: 0;
    padding: 0;
    padding-left: 20px;
    margin-top: 20px;
}
.Experiential-section .text-item ul li{
    line-height: 1.5em;
    margin-bottom: 15px;
}
.Experiential-section .text-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
}




@media only screen and (max-width:760px){
    body{
        margin: 0;
        padding: 0;
    }
    .navigation{
        width: 100%;
    }
    .navigation .btn-item button{
        display: none;
    }
    .navigation .menu{
        display: none;
        width: 100%;
    }
    .navigation-bar-show{
        display: block;
    }
    .navigation .logo-mobile{
        width: 100%;
    }
    .navigation .row{
        display: block;
    }
    .navigation .btn-item{
        margin: 0;
    }
    
     .navigation .mobile {
        box-sizing: border-box;   
        display: flex;
        width: 100%;
     }
     .navigation .mobile h2{
        font-size: 25px;
        text-align: left;
        width: 50%;
        margin: 27px 20px;
     }
    .navigation .toggle-bar{
        display: block;
        width: 50%;
        text-align: right;
    }
    .navigation .toggle-bar i{
        font-size: 26px;
        padding: 29px 25px;
    }
    .navigation .menu ul{
        text-align: left;
        margin: 0;
    }
    .navigation .menu ul li{
        display: block;
    }
    .navigation .menu ul li a{
        width: 100%;
        display: block;
        padding: 12px 30px;
        border-top: 1px solid #ddd;
    }
    .about-section{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .about-section .col-lg-6{
        width: 100%;
    }
    .about-section .row{
        display: block;
    }
    .services{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .services .Revolutionize .row{
        display: block;
    }
    .services .grid-item{
        margin-top: 10px;
    }
    .pricing .basic-plan .row{
        display: block;
    }
    .pricing{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .ready .partner .row{
        display: block;
    }
    .ready .elevate{
        width: 100%;
        text-align: center;
    }
    .ready .get-btn{
        width: 100%;
        text-align: center;
    }
     .consulting-section{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
     }
    .consulting-section .row{
        display: block;
    }
     .consulting-section .col-lg-6{
        width: 100%;
     }
     .consulting-section .image img{
        margin: 0;
     }
    .Experiential-section .row{
        display: block;
    }
    .Experiential-section{
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
    }
    .contact-section .form-section .row{
        display: block;
    }
    .contact-section .information{
        width: 100%;
    }
    .contact-section .right-form{
        width: 100%;
    }
    .footer{
        padding: 30px 0;
    }
    .footer .row{
        display: block;
    }
     .footer .amazon-text{
        padding: 20px;
        box-sizing: border-box;
     }
     .footer .menu-bar{
        padding: 20px;
        box-sizing: border-box;
     }
     .footer .menu-bar h4{
        margin: 0;
        padding: 0;
     }
     .footer .menu-bar ul{
        margin-top: 30px;
     }
      .footer .menu-bar ul li a{
        margin: 0;
        padding: 0;
      }
     .footer .contact{
        padding: 20px;
     }

     .hero-slider .title{
        padding: 20px;
        box-sizing: border-box;
        font-size: 35px;
     }
     .hero-slider .caption p{
        padding: 20px;
        box-sizing: border-box;
        margin: o;
     }
     .hero-slider .btn{
        margin-left: 22px;
     }
}
