body{
    margin: 0;
    padding: 0;
    font-family: 'Nunito', sans-serif !important;
}
@font-face {
    font-family: Gilroy;
    src: url(gilroy.otf);
  }
  @font-face {
    font-family: Vogue;
    src: url(Vogue.ttf);
  }

/* HERO STYLE STARTS */

.hero .navbar {
    background: transparent !important;
}
.hero .navbar .nav-link.sign_up {
    background: transparent;
    color: #fff ;
    padding: 7px 25px;
    border-radius: 0;
    border: 2px solid #fff;
}
.navbar .nav-item {
    margin-right: 20px;
}
.hero .navbar .nav-item .nav-link {
    font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
    color: #fff !important;
}
.hero .navbar .fa-bars {
    color: #fff;
}
.hero {
    position: relative;
    background: url('../img/hero.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100vh;
    background-color: #f2fefe;
}
.hero .text-box {
    position: static;
    padding-top: 70px; 
}


.hero .text-box-pages {
    position: static;
    padding-top: 120px; 
        padding-bottom: 200px; 
    }





.hero .text-box h2 {
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 5em;
    /* line-height: 60px; */
}
.hero .text-box .p1 {
    color: #fff;
    font-size: 1em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    padding-left: 15px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 20px;
   
    margin: 2px;
}
.hero .text-box .carousel-item .p {
    color: #fff;
    padding-left: 15px;
    font-family: 'Quicksand', sans-serif;
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: 100;

}
.hero .text-box a {
    margin-left: 15px;
    border: 2px solid #ccc;
    border-radius: 0;
    color: #fff;
    text-decoration: none;
    background: transparent;
}

/* HERO STYLE ENDS */


/* ABOUT STYLE STARTS */

.rimser .heading h1 {
    font-family: 'Gilroy', sans-serif;
    color: #333;
    font-size: 3em;
}
.rimser h2 {
    font-family: 'Gilroy', sans-serif;
    color: #000;
    font-size: 1.5em;
}
.rimser p {
    color: #444;
    font-family: 'Nunito', sans-serif;
    line-height: 30px;
    font-size: 16px;
}
.rimser a {
    color: #666;
    font-size: 13px;
    font-family: 'Spinnaker', sans-serif;
    text-decoration: none;

}


    .rimser {
    
        padding-bottom: 50px;
        }

        .interlude-2 {
            padding-top: 50px;
            padding-bottom: 50px;
            }

            .interlude-2 .text-box h1 {
            color: #000;
            font-size: 5em;
            font-family: 'Gilroy', sans-serif;
            }


        

            .interlude-add {
                padding-top: 100px;
                padding-bottom: 50px;
                }


                .interlude-add .text-box h1 {
                color: #000;
                font-size: 3.2em;
                font-family: 'Gilroy', sans-serif;
                }



                .img-box {
                    /* margin-top: 150px; */
                    border: 10px solid #e8e8e8;
                    padding: 15px;
                    background: #fff;
                    box-shadow: 0px 10px 15px 0px rgba(0,0,0,.1);
                }


.hero .about-text h2 {
    
    font-family: 'Roboto', sans-serif;
    color: #fff;
    font-weight: 900;
    font-size: 2.5em;



}

.hero .about-text p {
    
   
    color: #fff;
    
    



}







           /* ABOUT STYLE ENDS */    



           img {
            vertical-align: middle;
          }
          
          /* Position the image container (needed to position the left and right arrows) */
          .containers {
            position: relative;
            padding: 0;
          }
          
          /* Hide the images by default */
          .mySlides {
            display: none;
          }
          
          /* Add a pointer when hovering over the thumbnail images */
          .cursor {
            cursor: pointer;
          }
          
          /* Next & previous buttons */
          .prev,
          .next {
            cursor: pointer;
            position: absolute;
            top: 40%;
            width: auto;
            padding: 16px;
            margin-top: -50px;
            color: white;
            font-weight: bold;
            font-size: 20px;
            border-radius: 0 3px 3px 0;
            user-select: none;
            -webkit-user-select: none;
          }
          
          /* Position the "next button" to the right */
          .next {
            right: 0;
            border-radius: 3px 0 0 3px;
          }
          
          /* On hover, add a black background color with a little bit see-through */
          .prev:hover,
          .next:hover {
            background-color: rgba(0, 0, 0, 0.8);
          }
          
          /* Number text (1/3 etc) */
          .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
          }
          
          /* Container for image text */
          .caption-container {
            text-align: center;
            background-color: #222;
            padding: 2px 16px;
            color: white;
          }
          
          .rows:after {
            content: "";
            display: table;
            clear: both;
          }
          
          /* Six columns side by side */
          .column {
            float: left;
            width: 16.66%;
          }
          
          /* Add a transparency effect for thumnbail images */
          .demo {
            opacity: 0.6;
          }
          
          .active,
          .demo:hover {
            opacity: 1;
          }

          .hero .row-desk {
            margin-top: 100px;
          }


          @media screen and (max-width:760px) {
           .hero .mobile h2{
                font-size: 2.7em;
            }
        }

        @media screen and (max-width:760px) {
            .hero .mobile {
                 margin-top:50px ;
             }
         
             .interlude-add .text-box h1{

                font-size: 2.2em;
             }

             .hero .text-box {
                padding-top: 10px; 
            }
           
            .rimser .text-box .pad-up {
                margin-top: 30px; 
            }

            .hide-mobile {

                display: none;
            }
            }
            
            
            
            .client {
                width: 100%;
                /* margin-top: 3em; */
                padding-top: 3em;
                padding-bottom: 2em;
                background: #fff;
                position: relative;
            }
            .client .text-box {
                position: absolute;
                top: 50%;
                left: 0;
                transform: rotate(-90deg);
            }







            .client .text-box p {
                color: #000;
                text-transform: uppercase;
                font-family: 'Roboto', sans-serif;
                font-weight: 900;
                font-size: 12px;
                letter-spacing: 2px;
                
            }
            .client .img-box {
                width: 170px;
                height: 170px;
                text-align: center !important;
                justify-content: center;
            }
            .client .img-box img {
                width: 100%;
                height: 100%;
                transition: all .8s ease-in-out;
            }
            .client .img-box:hover img {
                transform: scale(1.09);
            }
            .client .row-1, .row-2 {
                margin-top: 70px;
                margin-bottom: 70px;
            }
            .client-heading h2 {
                font-size: 4em;
                font-family: 'Poppins', sans-serif;
                font-weight: 700 !important;
                color: #000;
            }

        @media screen and (max-width:970px){
            .mob-hidden {

                display: none;
            }

            .client-heading h2 {
                font-size: 2.5em;

            }
            
        }
         
        @media screen and (min-width:975px){
            .desk-hidden {

                display: none;
            }
            
        }
            
            
            