@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
body {
    font-family: calibri;
}

.content-wrapper {
    border-top: 4px solid #00015a
}

.main-menu {
    padding: 10px 0 10px 0;
}

.logo img {
    display: block;
}

.logo img:hover {
    opacity: 0.8;
}

ul.menu {
    margin: 0;
    padding: 0;
    text-align: right;
}

ul.menu li {
    display: inline-block;
    text-align: right;
    list-style-type: none;
    margin-left: 55px;
    line-height: 71px;
    position: relative;
}

ul.menu li a {
    text-decoration: none;
    font-size: 20px;
    font-weight: 500;
    color: #880808;
}

ul.menu li:hover:before {
    border-bottom: 4px solid #880808;
    position: absolute;
    content: '';
    width: 117px;
    height: 4px;
    top: 80px;
}

ul.menu li:last-child:hover:before {
    display: none;
}

ul.menu li:last-child:hover {
    border: none !important;
}

ul.menu li a img {
    max-width: 100%;
    width: 30px;
}

.cushion-wrapper {
    position: relative;
    overflow: hidden;
}

.bg-top {
    position: absolute;
    background: #8707075e;
    width: 100%;
    left: 0;
    right: 0;
    height: 460px;
}

.bg-bottom {
    position: absolute;
    height: 309px;
    background: #8809099e;
    width: 100%;
    bottom: 0;
    top: 460px;
    left: 0;
}

.cushion {
    padding: 65px 0px;
}

.cushion-txt {
    background: #090b60;
    padding: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cushion-txt h3 {
    font-family: calibri;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
}

.cushion-txt p {
    font-size: 45px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10px;
    display: block;
    color: #ffffff;
}

.cushion-txt a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.cushion-txt a:hover {
    opacity: 0.8;
}

.cushion-img img {
    max-width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
}

section.dark-bg {
    background: #ddd;
}

.slick-arrow {
    top: auto;
    bottom: 20px;
    position: relative;
    left: auto;
    border: 0px;
    background: #090b60;
    width: 30px;
    height: 30px;
    color: #ffffff;
    font-size: 0px;
    border-radius: 100%;
    right: 0;
}


.about-us {
    padding: 75px 0 30px;
    text-align: center;
}

.about-us h4 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1.5px;
    color: #880909;
}

.about-us p {
    font-size: 26px;
    font-weight: 500;
    color: #5f4d5d;
    max-width: 800px;
    margin: 0 auto 20px;
}

.about-us a {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #880909;
    border-radius: 25px;
    color: #880909;
    text-decoration: none;
    margin-bottom: 50px;
}

.about-us a:hover {
    background: #880909;
    color: #ffffff;
    transition: ease 0.3s;
}

.who-we-inner img {
    max-width: 100%;
    display: block;
    position: relative;
    overflow: hidden;
    transition: .9s ease;
}

.who-we-inner img:hover {
    transform: scale(1.05);
}

.about-me h4 {
    font-size: 25px;
    color: #ffffff;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-me {
    background: #ceb3cb;
    text-align: left;
    padding: 23px;
}

.about-me a {
    text-decoration: none;
    border: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    color: #fff;
    font-style: italic;
    font-size: 19px;
    font-weight: 800;
}

.about-me a:hover {
    background: none;
}

.trendy-wrapper {
    background: #880909;
    padding: 75px 0;
}

.trendy {
    position: relative;
    max-width: 87%;
    margin: 0 auto;
}

.trendy-txt {
    padding-right: 40px;
    left: 2%;
    top: 25%;
    width: 42%;
}

.trendy-img img {
    width: 51%;
    height: 675px;
    display: block;
    max-width: 100%;
    position: relative;
    left: 37%;
}

.begin-rg img {
    max-width: 100%;
    display: block;
    border: 17px solid #880909;
}

.beginning {
    padding: 70px 0px;
    border-bottom: 1px solid #d7b7d4;
}

.begin-lf h4 {
    font-size: 30px;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #880909;
    margin-bottom: 10px;
}

.begin-lf p {
    font-size: 24px;
    color: #5f4d5d;
    line-height: 30px;
}

.begin-lf a {
    font-size: 13px;
    font-weight: 700;
    display: inline-block;
    padding: 12px 35px;
    border: 1px solid #880909;
    border-radius: 25px;
    color: #880909;
    text-decoration: none;
    margin-bottom: 50px;
}

.begin-lf a:hover {
    background: #880909;
    color: #ffffff;
    transition: ease 0.3s;
}

.br-bottom {
    border-bottom: none;
}

.spring {
    top: 110px;
    left: 64%;
}

.spring-main {
    right: 6%;
}

.spring-img img {
    left: 19%;
}

.styles {
    padding: 70px 0 25px 0;
}

.style-cushion {
    text-align: center;
    margin-bottom: 45px;
}

.style-cushion img {
    max-width: 100%;
    display: block;
    margin-bottom: 15px;
}

.style-cushion h3 {
    font-size: 24px;
    font-weight: 800;
    color: #5f4d5da6;
    margin-bottom: 7px;
}

.style-cushion h5 {
    color: #b0b0b0;
    font-weight: 400;
    font-size: 16px;
}

.contact {
    
}

.form-input input {
    width: 100%;
    padding: 8px 8px 8px 10px;
    margin-bottom: 20px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #fff;
    font-size: 15px;
}

.form-txtarea textarea {
    width: 100%;
    height: 100px;
    background: transparent;
    padding: 13px;
    border-color: #ffffff;
    color: #ffffff;
    margin-bottom: 20px;
    font-size: 15px;
}

.form-btn a {
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 65px;
    display: inline-block;
    font-size: 15px;
}

.form-btn a:hover {
    color: #880909;
    background: #ffffff;
}

.email-address ul {
    margin-left: 0px;
    padding: 0;
}

.email-address ul li {
    list-style-type: none;
    color: #ffffff;
    margin-bottom: 35px;
}

.email-address ul li h5 {
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 1.1px;
}

.email-address ul li a {
    text-decoration: none;
    color: #ffffff;
    font-size: 23px;
    font-weight: 700;
}

.email-address ul li p {
    font-size: 23px;
    max-width: 52%;
    font-weight: 500;
}

.form h5 {
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1.2px;
}

.form p {
    font-size: 23px;
    color: #ffffff;
    font-weight: 500;
}

.newsletter {
    padding: 70px 0;
    max-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.newsletter h4 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 15px;
    letter-spacing: 1.5px;
    color: #880909;
}

.newsletter h3 {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 600;
    color: #5f4d5d;
}

.newsletter-form input {
    width: 200px;
    padding: 10px;
    display: inline-block;
    margin-right: -4px;
    font-style: italic;
}

.newsletter-form a {
    display: inline-block;
    text-decoration: none;
    color: #fff;
    background: #ceb3cb;
    width: 200px;
    font-size: 11px;
    height: 48px;
    line-height: 51px;
    border-radius: 2px;
    letter-spacing: 1.5px;
}

.process-wrapper {
    background: #d6bbd3;
}

ul.process {
    margin: 0;
    text-align: center;
}

ul.process li {
    display: inline-block;
    margin-right: 40px;
}

ul.process li span img {
    width: 40px;
    height: 40px;
    margin-bottom: 63px;
    position: relative;
    top: 75px;
}

ul.process li span {
    position: relative;
}

ul.process li span:before {
    position: absolute;
    content: '';
    background: #ba9fb7;
    width: 95px;
    height: 95px;
    border-radius: 100%;
    line-height: 95px;
    left: -28px;
    top: 10px;
}

ul.process li p {
    margin: 54px 0 50px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    max-width: 53%;
    position: relative;
    left: 26%;
}

ul.footer-menu {
    padding: 0;
    margin: 0;
    line-height: 69px;
}

ul.footer-menu li {
    display: inline-block;
    text-align: left;
    list-style-type: none;
    margin-right: 30px;
    font-size: 22px;
    font-weight: 600;
}

ul.footer-menu li:last-child {
    margin-right: 0;
}

ul.footer-menu li a {
    text-decoration: none;
    color: #880909;
    font-size: 20px;
    font-weight: 600;
}

.footer-links {
    margin-bottom: 20px;
}

ul.social-media {
    padding: 0;
    margin: 0;
    text-align: right;
    line-height: 69px;
}

ul.social-media li {
    display: inline-block;
    text-align: right;
}

ul.social-media li:before {
    position: absolute;
    content: '';
    width: 35px;
    height: 35px;
    line-height: 35px;
    background:#880909;
    top: 15px;
    left: -10px;
    bottom: 0;
    border-radius: 100%;
}

ul.social-media li {
    display: inline-block;
    margin-left: 25px;
    position: relative;
}

ul.social-media li a {
    text-decoration: none;
    color: #ffffff;
    position: relative;
    font-size: 18px;
    text-align: center;
}

ul.social-media:before:hover {
    background: #ba9fb7;
}

.footer-wrapper {
    background: #ffffff;
    padding: 50px 0 10px 0;
}

ul.footer-end {
    padding: 0;
    margin: 0;
}

ul.footer-end li {
    display: inline-block;
    margin-right: 7px;
    padding-right: 7px;
    border-right: 1px solid #ffffff;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
}

ul.footer-end li:last-child {
    border-right: none;
}

ul.footer-end li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
}

.inner-hero {
    overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #880909;
    color: #ffffff;
}
.portfolio-wrap {
	padding:60px 0;
}
.portfolio-wrap img {
	width: 100%;
	margin-bottom: 30px;
}

button.btn.btn-primary.btn-lg {
    border: 1px solid #ffffff;
    text-decoration: none;
    color: #ffffff;
    padding: 10px 65px;
    display: inline-block;
    font-size: 15px;
    background-color: transparent;
    border-radius: 0px;
}
button.btn.btn-primary.btn-lg:hover {
    color: #880909;
    background: #ffffff;
}

h3.fthankyou {
    color: #ffffff;
}



/* Style the navigation menu */
.topnav {
    background-color: #880909;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 999;
	display:none;
}

/* Hide the links inside the navigation menu (except for logo/home) */
.topnav #myLinks {
  display: none;
  z-index: 999;
      position: relative;
      padding-top: 40px;
      width: 170px;
}

/* Style navigation menu links */
.topnav a {
  color: white;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

/* Style the hamburger menu */
.topnav a.icon {
  background: #090b60;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

/* Add a grey background color on mouse-over */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the active link (or home/logo) */
.active {
  background-color: #04AA6D;
  color: white;
}

@media (max-width:1200px) {
	ul.menu li {
	    margin-left: 25px;
	}
}

@media (max-width:999px) {
	.topnav {
		display:block !important;
	}
	.menu {
	    display: none;
	}
}

@media (max-width:575px) {
	.cushion {
	    padding: 15px 0px;
	}
	.cushion-txt p {
		font-size: 39px;
		line-height: 35px;
	}
	.cushion-txt {
		padding:25px;
	}
	.about-us {
		padding:25px 0 0;
	}
	.about-us a, .begin-lf a {
		margin-bottom:20px;
	}
	.beginning {
		padding:25px 0 0;
	}
	.bif1 { padding-top:20px; }
	.trendy-wrapper { padding:25px 0; }
	.footer-wrapper {
	    padding: 20px 0;
	    text-align: center;
	}
	.footer-links {
	    margin-bottom: 0px;
	}
	.logo img {
	    margin: 0 auto;
	}
	ul.social-media {
	    text-align: center;
	}
	ul.footer-menu li {
	    display: block;
	    text-align: center;
	    margin: 10px 0px;
	    line-height: 30px;
	}
	header .logo img {
		margin: 0;
	}
	.inner-hero {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	h1.h1-white {
	    font-size: 25px;
	}
	.portfolio-wrap {  padding: 20px 0; }
	.h2, h2 { font-size: 20px; }
}

