/*
  Theme Name: Dream to Grow

*/
/* 1. Theme default css */
@import url('https://fonts.googleapis.com/css2?family=Playfair:ital,opsz,wght@0,5..1200,300..900;1,5..1200,300..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&family=Yeseva+One&display=swap');
@font-face {
	font-family: 'Ambar Pearl Personal Use';
	src: url('fonts/AmbarPearlPersonalUse.woff2') format('woff2'), url('fonts/AmbarPearlPersonalUse.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: 'FontAwesome';
	src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
	src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
.fa {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}
body {
	font-family: "Poppins", serif;
}
.img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.alignleft {
	float: left;
	margin-right: 20px;
}
.alignright {
	float: right;
	margin-left: 20px;
}
.aligncenter {
	clear: both;
	float: none;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.clear {
	clear: both;
}
.nopadding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.f-left {
	float: left
}
.f-right {
	float: right
}
.fix {
	overflow: hidden
}
a, .button, button {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}
a:focus, .button:focus {
	text-decoration: none;
	outline: none;
}
button {
	cursor: pointer
}
a:focus, a:hover, .portfolio-cat a:hover, .footer -menu li a:hover {
	color: #03e803;
	text-decoration: none;
}
a, button {
	color: #03e803;
	outline: medium none;
}
input:focus, textarea:focus, :focus {
	outline: 0
}
button:focus {
	outline: 0 none;
}
.uppercase {
	text-transform: uppercase;
}
.capitalize {
	text-transform: capitalize;
}
h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", serif;
	color: #1e1e22;
	margin-top: 0px;
	font-style: normal;
	font-weight: 400;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: inherit;
}
h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 35px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
ul {
	margin: 0px;
	padding: 0px;
}
li {
	list-style: none
}
p {
	font-family: "Poppins", serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
	color: #101010;
	margin-bottom: 15px;
}
hr {
	border-bottom: 1px solid #eceff8;
	border-top: 0 none;
	margin: 30px 0;
	padding: 0;
}
label {
	color: #7e7e7e;
	cursor: pointer;
	font-size: 14px;
	font-weight: 400;
}
*::-moz-selection {
	background: #d6b161;
	color: #fff;
	text-shadow: none;
}
::-moz-selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
::selection {
	background: #444;
	color: #fff;
	text-shadow: none;
}
*::-moz-placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
*::placeholder {
	color: #555555;
	font-size: 14px;
	opacity: 1;
}
.btn {
	-moz-user-select: none;
	background: #e18410;
	border: 1px solid transparent;
	border-radius: 32px;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 28px;
	padding: 7px 30px;
	text-align: center;
	overflow: hidden;
	transition: all 0.3s ease 0s;
	vertical-align: middle;
	white-space: nowrap;
	position: relative;
	border: 0;
}
.btn::before {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 85px;
	height: 100%;
	background-color: #717178;
	opacity: 0.1;
	content: "";
	border-radius: 32px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: 500ms ease;
	transition: 500ms ease;
}
.btn:hover {
	color: #fff;
}
.btn:hover::before {
	width: 100%;
	opacity: 1;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	border-radius: 0;
	background-color: #101010;
}
.btn span {
	position: relative;
}
.btn:hover:before {
	width: 100%;
	color: #444
}
.btn.brand-btn {
	background: #fbba42;
	color: #222
}
.btn.brand-btn:hover {
	background: #2f3440;
	color: #fbba42
}
.btn.btn-2 {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #fbba42;
	line-height: 1;
	padding: 17px 35px;
}
.btn.btn-2:hover {
	border-color: #2f3440
}
.btn i {
	margin-right: 10px;
}
#wraperexpedition {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0);
}
.bgexpedition {
	position: fixed;
	width: 100%;
	height: 100%;
}
.bgexpedition img {
	min-height: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.about-me-content h1 {
	font-size: 25px;
	font-weight: 700;
	padding-bottom: 10px;
	line-height: 26px;
	color: #dd8a18;
	font-family: "Yeseva One", serif;
}
#left_container {
	padding: 20px 0 20px 50px;
}
.about-me-content h1::before {
	content: "";
	background-color: #101010;
	display: block;
	width: 104px;
	height: 2px;
	margin-bottom: 15px;
}
.about-box img {
	width: 100%;
	height: auto;
}
.about-me-wrapper {
	border-bottom: 5px solid #dd8a18;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.list_box h2 {
	color: #e18410;
	font-size: 15px;
	font-weight: bold;
}
.list_box ul li {
	font-size: 12px;
	padding-bottom: 5px;
	list-style: square;
}
.list_box ul {
	padding-left: 10px;
}
.bottom_right h3 {
	text-align: center;
	font-family: "Playfair", serif;
	font-weight: 900;
	font-size: 25px;
}
.bottom_right h4 {
	font-family: 'Ambar Pearl Personal Use';
	text-align: center;
	font-size: 18px;
	padding-top: 20px;
}
.bottom_right p {
	font-family: "Quicksand", serif;
	font-weight: 800;
	line-height: 20px;
	text-align: center;
}
.list_box .btn {
	margin-top: 10px;
}
.right-img {
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	right: 0;
	max-width: 50%;
}
.right-img img {
	min-height: 100%;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
}
.social-icon ul li {
	display: inline-block;
	list-style: none;
}
.social-icon ul li img {
	max-width: 30px;
}
.social-icon {
	position: absolute;
	right: 37px;
	bottom: 15px;
}
.left_img {
	position: fixed;
	height: 100%;
	top: 0;
	bottom: 0;
	width: 100%;
	left: 0;
	max-width: 50%;
}
.left_img img {
	min-height: 100%;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
#left_inner_container {
	padding: 0;
}
.about-me-wrapper-box .col-xl-5.col-lg-5.col-md-5 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
	max-width: 35%;
}
.about-me-wrapper-box .col-xl-2.col-lg-2.col-md-2 {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 30%;
	flex: 0 0 30%;
	max-width: 30%;
}
.about-me-wrapper-box .about-box {
	height: 100px;
	overflow: hidden;
}
#right_inner_container .about-me-wrapper {
	border: none;
	padding: 0;
	margin: 0;
}
.about-bottom-container .list_box {
	border-top: 5px solid #dd8a18;
	padding-top: 20px;
	margin-top: 15px;
	padding-left: 20px;
	padding-right: 20px;
}
.about-box-img {
	position: relative;
}
.about-box-img::before {
	position: absolute;
	content: "";
	background: url("img/Leaf-6.png") no-repeat right top;
	background-size: 100%;
	width: 100px;
	display: block;
	height: 53px;
	top: -55px;
	right: 30px;
}
#right_inner_container {
	padding: 40px 20px 40px 0;
}
.contact-area {}
.contact-content h1 {
	font-size: 50px;
	font-weight: 700;
	padding-bottom: 25px;
	line-height: 55px;
}
.contact-content {
	padding-bottom: 20px;
}
.contact-content h3 {
	font-family: "Yeseva One", serif;
}
.contact-forms input, .contact-forms input-area, .contact-forms textarea {
	margin-bottom: 10px;
	color: #333;
	background-color: #f1f1f5;
	height: 55px;
	border: none;
	width: 100%;
	line-height: 20px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 10px 30px;
	border-radius: 40px;
}
.contact-forms button[type="submit"] {
	padding: 14px 70px;
}
.contact-forms .button.text-center {
	margin-top: 10px;
}
.contact {
	padding: 20px 30px 10px;
	background-color: #fff;
	margin-top: 10px;
}
