@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap');


body::-webkit-scrollbar {
    width:10px;
}
body::-webkit-scrollbar-button {
    background:#fff;
    width: 2px;
}
body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background:#fff;
}
body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
    background: #1d1f28;
    height:0px;
}
body{
	font-family: 'Raleway', sans-serif;
    background: #f7f7f7;
}

a, a:focus, a:hover {
    text-decoration: none;
}
.container {
	padding: 0;
	width: 82%;
	margin: 0 auto
}
p,ul,h2,h3 {
	padding: 0;
	margin: 0
}
.row {
	margin-right: 0!important;
	margin-left: 0!important
}
.jarallax{
	position: relative;
}
h2{
    font-family: 'Oswald', sans-serif;
}
/* header start */
.mob-nav{
    display:none;
}
.main-section {
    overflow: hidden;
    width: 100%;
    position: relative;
}
header{
    position: absolute;
    left: 0;
    right: 0;
    top: 30px;
    z-index: 9;
}
.fixed-header {
    position: fixed;
    background: #211f2a;
    top: 0;
    opacity: 0.8;
    padding: 5px 0;
}
.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.logo {
    width: 10%;
}
.logo a{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    font-weight: 700;
}
.logo img{
    width: 44px;
}
.navigation {
    width: 90%;
    text-align: right;
}
.navigation.active{
    display: block;
    transform: translateX(0%);
}
.navigation ul li {
    list-style: none;
    display: inline-block;
    margin-left: 4%;
}
.navigation ul li a {
    padding: 5px 0;
    color: #fff;
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.navigation ul li:last-child {
    background: #ffd43f;
    padding: 0% 1%;
}
.navigation ul li:last-child a{
    color: #282828;
}    
.menu_icon {
    position: relative;
    top: 10px;
    right: 0;
    width: 22px;
    height: 22px;
    border-radius: 20px;
    display: inline-block;
    cursor: pointer;
    z-index: 9999;
    float: right;
}
.menu_icon:before {
    content: "";
    position: absolute;
    top: 6px;
    left: 0;
    height: 1px;
    background: #f3f3f9;
    width: 100%;
    border-radius: 20px;
    transition: 300ms ease-in-out;
}
.menu_icon:after {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    height: 1px;
    background: #f3f3f9;
    width: 100%;
    border-radius: 20px;
    transition: 300ms ease-in-out;
}
.menu_icon>span {
    display: inline-block;
    height: 1px;
    background: #f3f3f9;
    width: 76%;
    margin-left: 0;
    position: relative;
    top: -1px;
}
/* header End */

/* Download Book Modal starts */
.modal-header{
    text-align: center;
}
#download-book .modal-title{
    display: inline;
    font-size: 20px;
}
#download-book .modal-footer{
    text-align: left;
}
#download-book .modal-footer p{
    text-align: center;
}
#download-book .modal-dialog{
    width: 400px;
}
#download-book .form-group{
    display: block;
    text-align: center;
}
#download-book .form-group img{
    width: 85%;
}
#download-book input, input[type="email"] {
    width: 100%;
    height: 40px;
    margin: 2% 0;
}
#download-book input[type="button"]:hover{
    background: #ffd43f;
    border: none;
}
/* Download Book Modal ends */

.mob-banner{
	display:none;
}
.banner-section {
    height: 100vh;
    position: relative;
}
section.banner-section>img.banner {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
    color: #ffffff;
    width: 82%;
}
.banner-content>span {
    color: #f7f7f7;
    display: block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.3px;
}
.banner-content>span>i {
    color: #ffd43f;
    font-style: normal;
}
.banner-content>h2 {
    text-transform: uppercase;
    font-size: 65px;
    font-weight: 500;
    color: #f7f7f7;
    letter-spacing: 0.5px;
}
.banner-content>h3 {
    color: #f7f7f7;
    font-weight: 300;
    letter-spacing: 0.5px;
    font-size: 24px;
    margin: 24px 0 15px;
}
.banner-content>h3>span {
    display: block;
    font-weight: 700;
    color: #fff;
}
.banner-content>p {
    color: #f7f7f7;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
.banner-content>a {
    background-color: #ffd43f;
    display: inline-block;
    text-transform: uppercase;
    color: #282828;
    padding: 20px 54px;
    margin-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
}
.scroll-down {
    position: absolute;
    bottom: 6%;
    left:9%;
    right: 5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.scroll-down ul {
    display: flex;
    flex-wrap: wrap;
    border: solid 1px #504e65;
}
.scroll-down>ul>li {
    list-style: none;
}
.scroll-down>ul>li>a {
    display: block;
    padding: 4px 16px;
    color: #fff;
}
.scroll-down>ul>li>a:hover{
    color:#337ab7;
}
.scroll-down>ul>li:nth-child(1) a {
    border-right: 1px solid #504e65;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0 22px;
}
.scroll-down>ul>li:nth-child(2)>a:nth-child(1){
    border-bottom: 1px solid #504e65;
} 
.about-section{
    background-color: #2b2a36;
}
.about-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 0% 6%;
}
.about-img {
    width: 40%;
}
.about-img img{
    width: 100%;
}
.about-content {
    width: 52%;
    padding: 6% 0;
    color: #e9e9e9;
}
.about-content h2 {
    font-size: 40px;
    letter-spacing: 0.5px;
}
.about-content p {
    margin: 8% 0;
    font-size: 14px;
    letter-spacing: 0.5px;
    line-height: 22px;
}
.about-content p>span{
    display: block;
    margin-top: 20px;
}
.about-content p span a{
    color: #e9e9e9;
    display: inline;
    width: 100%;
    background: transparent;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
}
.about-content p span a:hover{
    color: #ffd43f;
}
.about-content a {
    background-color: #ffd43f;
    display: flex;
    text-transform: uppercase;
    color: #282828;
    margin-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    align-items: center;
    justify-content: space-between;
    width: 230px;
}
.about-content a span {
    padding: 15px 20px;
}
.about-content a i {
    background-color: #e6b91c;
    display: inline-block;
    padding: 13px;
}
.about-content a i img {
    width: 27px;
}

.service {
    padding: 4% 0;
    height: 962px;
}
.service > h2 {
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    margin:2% 0;
}
.service-inner {
    display: flex;
    flex-wrap: wrap;
    padding-left: 10%;
    padding-top: 2%;
}
.service-slider-1 {
    width: 30%;
}
.service-slider-2 {
    width: 70%;
}
.service-slider-1 h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.p-1 li {
    list-style-type: none;
}
.p-1 li b{
    display: block;
}
.p-1 li i{
    font-style: normal;
}
.s-nav {
    margin-left: 35%;
}
.s-nav li {
    list-style-type: none;
    display: inline;
    border: 1px solid  black;
    padding: 4% 6%;
    margin: -2px;
}
.s-nav .nxt {
    border-left: none;
}
.service-slider-1 a {
    background: #ffd43f;
	color: black;
    padding: 5% 15%;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 16px;
    margin: 5% 0;
    text-transform: uppercase;
    display: inline-block;
    letter-spacing: 1.5px;
}
.service_carousel2 h4 {
    font-family: 'Oswald', sans-serif;
    position: relative;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10%;
}
.service_carousel2 h4::after {
    content: '';
    position: absolute;
    border-bottom: 4px solid #ffd43f;
    top: 0px;
    right: 0;
    bottom: -25%;
    left: 0;
    width: 25%;
    display:none;
}
.service_carousel2-text {
    background: transparent;
    padding: 6%;
    transition: all 1.3s ease-in-out;
}
.service_carousel2-text p{
	display:none;
    line-height: 24px;
}
.service_carousel2-text a {
    display: none;
    text-transform: uppercase;
    color: #393333;
    text-decoration: underline;
}

.owl-item:not(.active) + .owl-item.active .service_carousel2-text{
   background-color:#fff;
   box-shadow: -3.7px 4.7px 14.7px 1.3px rgba(40, 40, 40, 0.17);
}
.owl-item:not(.active) + .owl-item.active .service_carousel2-text p{
   display:block;
   padding: 6% 0%;
}
.owl-item:not(.active) + .owl-item.active .service_carousel2-text a{
    display:block;
}
.owl-item:not(.active) + .owl-item.active .service_carousel2-text h4::after{
	display:block;
}
.service_carousel2 .owl-nav {
	display: none !important;
}
.service_carousel2 .owl-prev, .service_carousel2 .owl-next {
    border: 1px solid #282828;
    width: 4%;
    font-size: 30px;
    position: static;
    margin: -10% 29% 10% -29%;
    color: #282828;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service_carousel2 .owl-prev{
	border-right:none;
}
.service_carousel2 .owl-prev:hover, .service_carousel2 .owl-next:hover{
    background: #282828;
    color: #fff;
}


.service-slider-1 ul.p-1 li {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 2% 0;
}
.service-slider-1 ul.p-1 li>span:nth-child(1) {
    width: 40px;
    height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    line-height: 38px;
}
.service-slider-1 ul.p-1 li span.sliderContent {
    width: calc(100% - 60px);
}
.sliderContent>b{
    display:block;
}

.branding-1{
    background-color: #eee;
    padding-top: 6%;
}
.branding-1-inner {
    display: flex;
    flex-wrap: wrap;
    box-shadow: -3.7px 4.7px 14.7px 1.3px rgba(40, 40, 40, 0.17);
}
.branding-1-left {
    width: 40%;
}
.branding-1-left img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}
.branding-1-right {
    width: 60%;
    background-color: #fff;
    padding: 7% 5% 0% 6%;
}
.branding-1-right h3 {
    text-align: left !important;
}
.branding-1-right p {
    width: 90%;
    color: #696969;
    line-height: 24px;
}
.branding-1-right h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 35px;
    font-weight: 400;  
    margin: 20px 0px;  
}
.branding-1-right h4 {
    margin: 25px 0px;
    font-style: italic;
}
.branding-2-innner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 6% 0;
}
.branding-2-col {
    width: 23%;
    background-color: #fff;
    padding: 3% 2%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    box-shadow: -3.7px 4.7px 14.7px 1.3px rgba(40, 40, 40, 0.17);
}
.branding-2-col h3 {
    font-family: 'Oswald', sans-serif;
    font-size: 25px;
    font-weight: 400;
    margin-bottom: 22%;
    text-align: center;
    position: relative;
}
.branding-2-col h3::after {
    content: '';
    position: absolute;
    top: 0px;
    right: 0;
    bottom: -30%;
    left: 0;
    width: 20%;
    margin: auto;
}
.branding-2-col:nth-child(1) h3::after{
    border-bottom: 1px solid #fbaf5d;
    bottom: -8%;
}
.branding-2-col:nth-child(2) h3::after{
    border-bottom: 1px solid #5aafc0;
    bottom: -15%;
}
.branding-2-col:nth-child(3) h3::after{
    border-bottom: 1px solid #73af74;
    bottom: -50%%;
}
.branding-2-col:nth-child(4) h3::after{
    border-bottom: 1px solid #f7f7f7;
}
.branding-2-col:nth-child(4) {
    background-color: #ffd43f;
    height: 70%;
}
.branding-2-col:nth-child(4) h3, .branding-2-col:nth-child(4) h4{
    font-style: italic;
    margin-bottom: 10%;
}
.branding-2-col h3>span{
    display: block;
}
.branding-2-col p, .branding-2-col h4{
    text-align: center;
}
.branding-2-col p {
    color: #696969;
    line-height: 24px;
}
.branding-3-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 5% 0px;
}
.branding-3-col {
    width: 19%;
    border: 1px solid #d7d7d7;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    padding: 4% 1%;
}
.branding-3-col:hover {
    background: #1e1d28;
    color: #fff;
}
.branding-3-col img {
    width: auto;
    height:40px;
}
.branding-3-col p {
    text-align: center;
    margin-top: 10%;
    line-height: 28px;
}
.branding-1 h3 {
    text-align: center;
    margin-top: 2%;
    font-family: 'Oswald', sans-serif;
    font-size: 30px;
    font-weight: 400;
}
.branding-3-col h4 {
    position: relative;
}
.branding-3-col h4::after {
    content: '';
    border-bottom: 1px solid 
    black;
    position: absolute;
    top: 0px;
    right: 0;
    bottom: -15px;
    left: 0;
}

.Testimonials-section{
    padding:6% 0;
}
.Testimonials-section h2{
    color: #282828;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 6%;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}

.first .item{
	background-color:#fff !important;
	padding-bottom: 10%;
}
.first .item .testi-img{
	background-color: #fff !important;
	padding: 10% 0 !important;
}
.first .item h3{
	margin-top: 0px !important;
	font-size: 24px !important;
	padding: 0px 80px 0px 80px !important;
	line-height: 35px;
}
.first .item h3::after{
	display: none;
}
.first .owl-item.center .item .testi-img {
    background-color: #12141a !important;
}
.first .owl-item.center .item{
	background-color: #12141a !important;
}
.first .owl-item.center .item p {
    color: #fff !important;
}
.first .owl-item.center .item h3{
	color:#fff;
}
.Testimonials_carousel .owl-item{
    padding: 18px 0;
}
.Testimonials_carousel .item {
    text-align: center;
}
.Testimonials_carousel .item .testi-img{
    border-radius: 5px;
    background-color: #f0f0f0;
    padding: 15% 0;
}
.Testimonials_carousel .owl-item.center .item{
    border-radius: 5px;
    background-color: #ffffff;
    box-shadow: -3.7px 4.7px 14.7px 1.3px rgba(40, 40, 40, 0.17);
}
.Testimonials_carousel .owl-item.center .item .testi-img{
    background-color: #fff;
}
.Testimonials_carousel .owl-item.center .item h3{
    font-size: 25px;
    margin-top: 0px;
}
.Testimonials_carousel .owl-item.center .item h3>span{
    color: #666666;
    font-size: 12px;
    display: block;
    margin-bottom: 8px;
}
.Testimonials_carousel .owl-item.center .item h3 > span:last-child {
    margin-bottom: 20px;
}
.Testimonials_carousel .owl-item.center .item p {
    display: block;
    color: #696969;
    padding: 5% 12% 10%;
    font-size: 14px;
    font-weight: 500;
}
.Testimonials_carousel .item .testi-img img {
    width: 45%;
    margin: 0 auto;
    border-radius:100px;
}
.Testimonials_carousel .item h3>span, 
.Testimonials_carousel .item>p {
    display: none;
}
.Testimonials_carousel .item h3{
    color: #282828;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    padding-top: 15px;
    margin-top: 20px;
}
.Testimonials_carousel .item h3:after{
    content: "";
    position: absolute;
    top: 0px;
    left: 40%;
    right: 40%;
    background-color: #ffd43f;
    height: 2px;
}
.Testimonials_carousel .item a {
    border: 1px solid white;
    color:  #fff;
    padding: 3% 6%;
}
.Testimonials_carousel .owl-prev, .Testimonials_carousel .owl-next {
    top: calc(19% - 15px);
    left: -5%;
    color: #282828;
}
.Testimonials_carousel .owl-next{
    left: auto;
    right: -5%;
}
.Testimonials_carousel .owl-dots {
    width: 100%;
    margin-top: 5%;
    text-align: center;
}
.Testimonials_carousel .owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 1px solid #959595;
    display: inline-block;
    margin: 0 5px;
}
.Testimonials_carousel .owl-dot.active {
    width: 14px;
    height: 14px;
    background: #ffd43f;
    border: 1px solid #959595;
    position: relative;
    top: 2px;
}
.testi_video_link {
    color: #000 !important;
    border: none !important;
    padding: 4% !important;
    margin: 0%;
    display: block;
}



.video-section{
    position: relative;
    padding: 6% 18%;
    background:url(../img/videobg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.video-section h2 {
    color: #f7f7f7;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 6%;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}
.video_carousel{
    width: 70%;
    margin: 0 auto;
}
.video_carousel .item>span {
    display: block;
    padding: 25%;
    position: relative;
}
.video_carousel .item iframe {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.video_carousel .item h3 {
    color: #f7f7f7;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-size: 22px;
    margin: 25px 0 10px;
    font-family: 'Oswald', sans-serif;
}
.video_carousel .item p {
    color: #f7f7f7;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.5px;
}
.owl-prev, .owl-next {
    position: absolute;
    top: calc(50% - 15px);
    left: -5%;
    font-size: 30px;
    color: #f7f7f7;
    line-height: 0;
}
.video_carousel .owl-prev, .video_carousel .owl-next {
    top: calc(40% - 15px);
    left: -18%;
}
.video_carousel .owl-next {
    right: -18%;
    left: auto;
}
.video_carousel .owl-dots{
    display: none;
}


.coffee {
    position: relative;
    overflow: hidden;
    padding: 10% 0;
    margin-bottom: 5%;
}
.coffee h3 a{
    color: #282828;
}
.coffee > img {
    position: absolute;
    top: 25%;
    right: 0;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
    width: 40%;
}
.coffee .row > h3 {
    text-align: right;
    font-size: 35px;
    margin: 2% 8%;
    font-family: 'Oswald', sans-serif;
}
.coffee_carousel {
    width: 80%;
}
.coffee_carousel .owl-item img {
    display: block;
    width: 80%;
}
.coffee_carousel .item{
    position: relative;
}
.coffee-text {
    background: 
    rgba(255, 255, 255, 0.8);
    width: 70%;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0% 4%;
}
.coffee-text > h4 {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #282828;
    line-height: 24px;
    font-size: 16px;
}
.coffee-text > h4 > span {
    display: block;
}
.coffee-text p{
    text-align: right;
    padding: 2% 0;
}
.coffee-text p a{
    color: #282828;
    text-transform: uppercase;
}
.coffee-text p a:hover{
    text-decoration: underline;
}
.coffee_carousel .owl-nav.disabled {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin: -6%;
}
.coffee_carousel .owl-prev, .coffee_carousel .owl-next {
    border: 1px solid #282828;
    position: static;
    width: 3%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #282828;
}
.coffee_carousel .owl-prev{
    border-bottom: none;
}
.coffee_carousel .owl-prev:hover, .coffee_carousel .owl-next:hover, .s-nav .pre:hover, .s-nav .nxt:hover{
    background: #282828;
    color: #fff;
    cursor: pointer;
}
 
#instagram-feed1 {
    display: flex;
    flex-wrap: wrap;
    margin: 0% 0px;
}

.blog-section{
    padding:6% 0;
    background: #fff;
}
.blog-section h2{
    color: #282828;
    letter-spacing: 0.5px;
    text-align: center;
    margin-bottom: 6%;
    font-size: 40px;
    font-weight: 400;
    text-transform: capitalize;
}
.blog_carousel .item{
    text-align: center;
}
.blog_carousel .item img{
    box-shadow: -3.7px 4.7px 14.7px 1.3px rgba(40, 40, 40, 0.17);
    width: auto;
    height: 200px;
    object-fit: cover;
    margin: auto;
}
.blog_carousel .item>p {
    color: #282828;
    margin-bottom: 15px;
    font-size: 16px;
    margin-top: 20px;
    letter-spacing: 0.5px;
    font-weight: 500;
    position: relative;
    padding-bottom: 10px;
    margin-bottom:10px;
}
.blog_carousel .item > p a{
    color: #282828;
}
.blog_carousel .item>p:after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 40%;
    right: 40%;
    background-color: #282828;
    height: 2px;
}
.blog_carousel .item>p>span{
    display: block;
}
.blog_carousel .item>h3 {
    color: #282828;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    letter-spacing: 0.5px;
    font-weight: 500;
    text-transform: uppercase;
}
.blog_carousel .item>a{
    color: #282828;
    letter-spacing: 0.5px;
}
.blog_carousel .owl-prev, .blog_carousel .owl-next {
    top: calc(40% - 15px);
    left: -5%;
    color: #282828;
}
.blog_carousel .owl-next{
    left: auto;
    right: -5%;
}
.main-bottom{
    position: relative;
    overflow: hidden;
}
.main-bottom:after {
    content: "";
    position: absolute;
    background: #fccf32;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 600px;
    opacity: 0.9;
    transform: rotate(33deg) translate(23px, 103px);
    z-index: 2;
}
.main-bottom:before {
    content: "";
    position: absolute;
    background-color: #24222f;
    right: 0;
    bottom: 0;
    width: 110px;
    height: 1220px;
    opacity: 0.9;
    transform: rotate(33deg) translate(53px, 503px);
    z-index: 2;
}

.contact-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-right: 9%;
    position: relative;
    z-index: 3;
}
.contact-form {
    width: 45%;
}
.contact-form h2 {
    color: #282828;
    font-size: 40px;
    margin-bottom: 40px;
    letter-spacing: 0.5px;
}
.contact-form form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-form form>div {
    width: 100%;
}
.contact-form form>div:nth-child(2), 
.contact-form form>div:nth-child(3){
	width:49%;
}
.contact-form input, .contact-form textarea, .contact-form select {
    outline: none;
    width: 100%;
    border-radius: 5px;
    border: solid 0.5px #d7d7d7;
    padding: 8px 10px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #282828;
}
.contact-form input::placeholder, .contact-form textarea::placeholder{
	color: #b1b1b1;
}
.contact-form form>div button {
    background-color: #ffd43f;
    display: inline-block;
    text-transform: uppercase;
    color: #282828;
    padding: 20px 54px;
    margin-top: 5%;
    font-family: 'Oswald', sans-serif;
    font-size: 16px;
    letter-spacing: 0.5px;
    font-weight: 400;
    outline: none;
    border:0;
}
.contact-map {
    width: 50%;
}
.contact-map iframe {
    height: 600px;
}


/* footer start*/

footer {
    background: #1e1d28;
    padding: 40px 0;
    margin-top: -5px;
}
.footer-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    border-bottom: solid 1px #464646;
    padding-bottom: 40px;
    padding-left: 3%;
    margin-bottom: 40px;
    position: relative;
    z-index: 3
}
ul.footer-social {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 200px;
}
ul.footer-social li {
    list-style: none;
    width: 40px;
}
ul.footer-social li a {
    border: solid 1px #464646;
    color: #464646;
    display: block;
    text-align: center;
    padding: 8px 0;
    font-size: 16px;
}
ul.footer-social li a:hover{
    color: #efbe15;
}
ul.footer-nav {
    width: calc(90% - 200px);
    margin-left: 10%;
    display: flex;
    flex-wrap: wrap;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
ul.footer-nav li {
    list-style: none;
    /* margin-right: 7%; */
    width: 17%;
    text-align: center;
}
ul.footer-nav li a{
    color: #f7f7f7;
    display: inline-block;
    position: relative;
    text-transform:uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
}
ul.footer-nav li a:after{
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 1px;
    background: #efbe15;
}
ul.footer-bottom{
    font-family: 'Oswald', sans-serif;
    color: #f7f7f7;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding-left: 3%;
    font-weight: 300;
    position: relative;
    z-index: 3
}
ul.footer-bottom li{
    width: 33.33%;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 14px;
    list-style: none;
    letter-spacing: 1px;
}
ul.footer-bottom li select {
    outline: none;
    width: auto;
    border: solid 1px #464646;
    padding: 12px 15px;
    padding-right: 50px;
    background: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: #f3f3f9;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 12px;
}
ul.footer-bottom li select{
    background: url(../img/dropDown-arrow.png) right;
    background-size: 18%;
    background-position-x: 99%;
    background-repeat: no-repeat;
}
ul.footer-bottom li:last-child{
    text-align: left;
}
ul.footer-bottom li a{
    color: #f7f7f7;
    margin-right: 15%;
    letter-spacing: 1px;
}
ul.footer-bottom li a:last-child{
    margin: 0;
}
/* footer end */




