 @import url(https://fonts.googleapis.com/css2?family=Spectral:wght@400;500;600;700;800&display=swap);
 body {
         margin: 0;
         padding: 0;
         font-family: Spectral, serif
         }
         .card-wrapper {
         display: flex;
         justify-content: space-around;
         flex-wrap: wrap;
         margin: -80px auto 0;
         padding-bottom: 100px;
         max-width: 1370px;
         }
          @media (max-width:1024px) {
                 .card-wrapper {
                padding: 0 15px 0;
            }
         }
         .card-wrapper .container {
         max-width: 25%;
         flex: 0 0 25%;
         padding: 0 15px;
         box-sizing: border-box;
         }
          @media (max-width:1024px) {
                 .card-wrapper .container {
                 max-width: 33.333%;
                 flex: 0 0 33.333%;
            }
         }
           @media (max-width:768px) {
                 .card-wrapper .container {
                 max-width: 50%;
                 flex: 0 0 50%;
            }
         }
           @media (max-width:667px) {
                 .card-wrapper .container {
                 max-width: 100%;
                 flex: 0 0 100%;
            }
         }
         .nav-list {
         font-weight: 700
         }
         .header {
         margin: 0;
         padding: 0
         }
         .header .logo {
         text-align: center
         }
         .header .logo img {
         width: 350px;
         height: auto
         }
         .header small {
         position: absolute;
         top: 2em;
         right: 2.5em;
         font-size: 1.2em
         }
         .hero {
         position: relative;
         overflow: hidden;
         width: 100%;
         height: 70vh;
         display: flex;
         justify-content: center
         }
         .hero .content {
         position: relative;
         z-index: 2;
         margin-top: 10vh;
         color: #454545;
         width: 60%
         }
         @media (max-width:700px) {
         .hero .content {
         margin-top: 5vh;
         width: 80%
         }
         }
         .hero .content h1 {
         text-align: center;
         font-size: 35px;
         font-weight: 600
         }
         .hero img {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: auto;
         opacity: .15
         }
         .card {
         position: relative;
         width: 100%;
         height: 430px;
         background: #eee;
         box-shadow: -10px -10px 15px hsla(0, 0%, 100%, .5), 10px 10px 15px rgba(0, 0, 0, .25);
         border-radius: 18px;
         transition: .5s ease-out;
         margin-bottom: 30px;
         border: 2px solid transparent;
         }
         @media (max-width:1024px) {
     .card {
         box-shadow: 0px 6px 7px hsla(0, 0%, 100%, .5), 0px 6px 7px rgba(0, 0, 0, .25);
    }
         }
         .card .image {
         position: relative;
         top: 50px;
         left: 0;
         width: 100%;
         height: 100%;
         }
         .card .image img {
         top: 0;
         display: block;
         border-top-left-radius: 18px;
         border-top-right-radius: 18px;
         transition: .5s
         }
         .card .content,
         .card .image img {
         position: absolute;
         left: 0;
         width: 100%;
         height: 80%
         }
         .card .content {
         bottom: 0;
         box-sizing: border-box;
         transition: .5s cubic-bezier(.22, .68, 0, 1.71);
         overflow: hidden;
         padding: 12px;
         border-bottom-left-radius: 18px;
         border-bottom-right-radius: 18px;
         text-align: center
         }
         .card-heading {
         font-size: 25px;
         width: 100%;
         padding: 0 15px;
         text-align: center;
             box-sizing: border-box;
         }
         .card:hover {
         transform: scale(1.05);
         border: 2px solid grey
         }
         .card-content {
         text-align: left;
         font-size: 17px;
         padding: 10px 20px;
         margin-top: 20px
         }
         button {
         border: none;
         background: #e5e5e5;
         border-radius: 5px;
         padding: 5px 15px
         }
         .footer {
         width: 100%;
         height: 40px;
         background-color: orange;
         margin-top: 50px;
         display: flex;
         flex-direction: row;
         justify-content: space-between;
         align-items: center;
         position: relative;
         bottom: 0;
         margin-bottom: 0;
         position: fixed;
         left: 0;
         right: 0;
         z-index: 4;
         padding: 0 5%;
         box-sizing: border-box;
         }
          @media (max-width:1024px) {
         .footer {
         height: auto;
         padding: 10px 5%;
         position: relative;
         }
         }
         @media (max-width:700px) {
         .footer {
         flex-direction: column;
         height: auto;
         margin: auto
         }
         }
        
         @media (max-width:700px) {
         .footer .copyright {
         font-size: 18px;
         padding: 15px 30px
         }
         }
         @media (max-width:700px) {
         .footer .copyright,
         .footer .footer-menu {
         display: flex;
         justify-content: center
         }
         }
         .footer .footer-menu .footer-menu-item {
         display: inline;
         margin-right: 20px
         }
         a {
         color: #191919
         }
         a,
         a:hover {
         text-decoration: none
         }
         a:hover {
         cursor: pointer
         }
         .intro-wrapper {
         position: relative;
         overflow: hidden;
         width: 100%;
         display: flex;
         justify-content: center;
         margin-bottom: 50px
         }
         .intro-wrapper .intro-content {
         position: relative;
         z-index: 2;
         margin-top: 10vh;
         color: #454545;
         width: 80%
         }
         .intro-wrapper .intro-content h1 {
         text-align: left;
         font-size: 35px;
         font-weight: 600
         }
         .intro-wrapper .intro-content p {
         font-size: 25px;
         font-weight: 400
         }
         .intro-wrapper img {
         position: absolute;
         left: 0;
         top: 0;
         width: 100%;
         height: auto;
         opacity: .15
         }
         .heading-h2 {
         text-align: center;
         font-size: 35px
         }
         .contactus-wrapper {
         display: flex;
         justify-content: center
         }
         @media (max-width:700px) {
         .contactus-wrapper {
         margin-bottom: 30px
         }
         }
         .contactus-wrapper .form-group {
         margin-bottom: 20px
         }
         input[type=text],
         textarea {
         border: none;
         padding: 10px 30px;
         background-color: #e3e6e7;
         border-radius: 5px;
         margin-top: 5px;
         width: 500px
         }
         @media (max-width:700px) {
         input[type=text],
         textarea {
         width: 250px
         }
         }
         label {
         font-family: Spectral, serif
         }
         .contact-img {
         position: absolute;
         left: 0;
         top: 20vh;
         width: 100%;
         height: auto;
         opacity: .1;
         z-index: -1000
         }
         .reach-us {
         position: absolute;
         right: 100px;
         top: 300px;
         font-family: Spectral, serif
         }
         @media (max-width:700px) {
         .reach-us {
         position: relative;
         top: 0;
         right: 0;
         margin-left: 50px;
         margin-bottom: 50px
         }
         }
         .reach-us h3 {
         margin-bottom: 0;
         font-size: 20px;
         text-decoration: underline
         }
         .reach-us small {
         margin-top: 0;
         font-size: 15px
         }
         .btn {
         border: none;
         padding: 5px 15px;
         border-radius: 3px;
         margin-left: 5px
         }
.hamubergerIcon {
cursor: pointer;
display: block;
position: fixed;
top: 25px;
right: 0;
width: 150px;
z-index: 3;
}

/* @media (max-width:700px) {*/
/* #___gatsby{*/
/*    padding-bottom: 50%;*/
/*}*/
/*}*/
 @media (max-width:700px) {
        .hamubergerIcon {

right: 20px;
width: auto;
}
         }
#sidebar {
padding: 20px;
box-shadow: rgba(0, 0, 0, 0.06) 0px 10px 20px 0px;
z-index: 3;
height: 100vh;
background: rgb(216, 219, 220);
overflow: scroll;
position: fixed;
right: -100%;
top: 0;
bottom: 0;
box-sizing: border-box;
width: 350px;
    transform: translateX(100%);
transition: all 0.3s;
}
 @media (max-width:576px) {
        #sidebar {
width: 100%;
}
         }
#sidebar.open {
right: 0;
    transform: translateX(0);
/* Move the sidebar onto the screen */
}
.feature-menu{
padding-left: 20px;
}
.styles__DropDown-sc {
line-height: 30px;
margin: 15px 0px;
position: relative;
cursor: pointer;
}
.styles__DropDown-sc.dropDownActive {
color: rgb(233, 108, 100);
font-size: 19px;
}
.styles__DropDown-sc.dropDownActive::after {
right: 0;
top: 13px;
content: "";
background: transparent;
position: absolute;
height: 0px;
width: 0px;
border-left: 8px solid transparent;
border-top: 8px solid rgb(233, 108, 100);
transform: rotate(-45deg);
}
.styles__DropDown-sc::after {
right: 0;
top: 13px;
content: "";
background: transparent;
position: absolute;
height: 0px;
width: 0px;
border-left: 8px solid transparent;
border-top: 8px solid;
transform: rotate(135deg);
}
.styles__DropDown-sc::before {
content: "";
width: 100%;
height: 2px;
background: transparent;
bottom: 0px;
display: block;
left: 0px;
position: absolute;
}
.styles__DropDown-sc.dropDownActive::before {
content: "";
width: 100%;
height: 2px;
background: rgb(233, 108, 100);
bottom: 0px;
display: block;
left: 0px;
position: absolute;
}
.toggleDiv {
display: none;
}
.toggleDiv li{
margin:10px 0;
font-size: 16px;
}
.dropDownVisible {
display: block;
}
.contact__section{
    padding-bottom: 70px;
}
@media (max-width: 767px){
   .contact__section{
    padding-bottom: 0;
} 
}