:root {
  --blue-button-color: #7d4d2a;
}
:root {
  --top-bar-color: #ae673d;
}
:root {
  --blue-text-color: #ae673d;
}
:root {
  --btn-hover-color: #481509;
}

/* background-color: var(--btn-hover-color);  */

:root {
text-size-adjust: none !important;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
}

body {
	color: #3f3f3f;
	line-height: 28px;
	font-weight: normal;
	font-size: 16px;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	transition: all 0.3s ease-in-out;
text-size-adjust: none !important;
-webkit-text-size-adjust:none !important;
-moz-text-size-adjust:none !important;
-ms-text-size-adjust:none !important;
}
body.home {
	margin-top: 0px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	letter-spacing: 0px;
	margin-top: 0px;
	color: #3f3f3f;
}
strong {
	font-weight: bold;
}
header, footer, section {
	position: relative;
}
img {
	vertical-align: top;
	max-width: 100%;
	height: auto;
}
a, a:hover, a:focus {
	text-decoration: none;
}
button:focus {
	outline: none;
	text-decoration: none;
}
.btn_wrap a, input[type="button"], input[type="submit"] {
	position: relative;
	background-color: var(--blue-button-color);
	color: #fff;
	font-size: 14px;
	line-height: 17px;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	padding: 13px 29px;
	transition: all .2s;
	border-radius: 50px;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	letter-spacing: 1px;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
}
.btn_wrap a:hover, .btn_wrap a:focus,  input[type="button"]:hover, input[type="submit"]:hover {
    background-color: var(--btn-hover-color);
    color: #fff;
}
h1, h2 {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 700;
	margin: 0px;
	font-size: 45px;
	line-height: 54px;
	text-align: center;
	letter-spacing: -1px;
    margin-bottom: 40px;
}
p {
	margin: 0 0 15px;
	color: #3f3f3f;
	font-size: 16px;
	line-height: 29px;
	font-weight: 400;
	letter-spacing: 0px;
}
ul {
	padding: 0px;
	margin: 0px;
}
ul li {
	list-style-type: none;
	margin: 0 0 5px 0;
}
input, select, textarea {
	border-radius: 4px;
	border: 1px solid #e2e2e2;
	margin-bottom: 25px;
	padding: 13px 15px;
	font-size: 14px;
	line-height: 22px;
	color: #9ea0a4;
	width: 100%;
}
input[type="submit"] {
	width: auto;
	margin: 0px;
}

/***** header-start *****/

header .header_content {
	padding: 5px 0;
}
header .btn_wrap a {
	font-size: 12px;
	line-height: 14px;
	padding: 9px 24px;
}

header .top_logo img {
	max-width: 240px;
}
header .header_element ul {
	margin: 0;
}
header {
	position: absolute !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 9 !important;
	transition: 0.3s ease-in-out;
	background-color: rgba(255,255,255,0.8) !important;
	padding: 0px;
}
header .site-logo img {
	max-width: 170px;
}
.main_header .top_logo {
	float: left;
}
.main_header .header_element {
	text-align: right;
	padding: 10px 0px 10px;
	margin: auto;
	background-color: var(--top-bar-color);
	display: table;
	width: 100%;
}
.main_header .header_element li {
	display: inline-block;
	padding: 0 5px;
}
.main_header .header_element li a {
	color: #fff;
	transition: 0.2s all;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.main_header .header_element li a:hover, header nav ul li a:hover {
	color: var(--btn-hover-color) !important;
	background-color: transparent !important;
}

header nav ul li.active a {
	color: #3d66ae;
}
header nav ul li a {
	padding: 0;
	font-weight: 700;
	display: inline-block;
	transition: .2s all;
	color: #3f3f3f;
	background-color: transparent;
	font-size: 14px;
	line-height: 26px;
	font-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
header .navbar-nav {
	display: table;
	width: 100%;
	text-align: right;
	padding: 15px 0;
}
header .nav > li > a:focus {
	background: none;
	border-color: #fff;
	color: var(--btn-hover-color);
}


header #navbar-collapse-1 {
	float: right;
}
header .top-nav-menu {
	background: none;
	margin: 0;
	padding: 0;
	text-align: center;
}
header .navbar-toggle img {
    width: 40px;
}
header .top-nav-menu svg {
	width: 45px;
	height: 40px;
	cursor: pointer;
	vertical-align: top;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
header .top-nav-menu path {
	fill: none;
	-webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-moz-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-o-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	-ms-transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
	stroke-width: 40px;
	stroke-linecap: round;
	stroke: #fff;
	stroke-dashoffset: 0px;
}
header .top-nav-menu path#top, path#bottom {
	stroke-dasharray: 240px 950px;
}
header .top-nav-menu path#middle {
	stroke-dasharray: 240px 240px;
}
.cross path#top, .cross path#bottom {
	stroke-dashoffset: -650px;
}
.cross path#middle {
	stroke-dashoffset: -115px;
	stroke-dasharray: 1px 220px;
}

.main_header .header_element .btn_wrap {
	float: left;
}
.callout_banner_inner {
	display: inline-block;
	width: 100%;
}
header .agent_head {
	width: auto;
	float: left;
	display: flex;
	align-content: center;
	align-items: center;
}
header .agent_head .head_img {
	text-align: left;
	max-width: 83px;
	margin-right: 5px;
	border: 1px solid #e8e8e8;
	border-radius: 100px;
}
header .agent_head .head_img img {
	border-radius: 100px;
}
header .agent_head .agent_infowrap {
	text-align: left;
	width: 50rem;
}
header .agent_head .agent_infowrap h2 {
	color: #333;
	font-size: 26px;
	font-weight: 600;
	margin-bottom: 5px;
	line-height: 1.2;
	text-align: left;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}
header .agent_head .agent_infowrap h3 {
	font-size: 16px;
	color: #333;
	margin-bottom: 0;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}

header .agent_head .agent_infowrap h3 br {
    display: none;
}

/* Hide scrollbar for Chrome, Safari and Opera */
 h3::-webkit-scrollbar, h2::-webkit-scrollbar {
  display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
h3, h2 {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.banner_content {
    background: rgba(255,255,255,0.9);
    padding: 10px;
    border-radius: 10px;
}
/***** header-end *****/

/***** footer-start *****/
footer {
	background-color: var(--top-bar-color);
	padding: 5px 0px;
}
footer .footer_widget.social_links a {
	color: #eee;
	font-size: 16px;
	/*display: inline-block;*/
	/*margin-right: 10px;
	border-bottom: 1px solid #d9d9d9;*/
}
.fcopy, .der {
	color: #eee;
	font-size: 11px;
	/*display: inline-block;*/
	
}
footer .footer_widget .social_icons {
	text-align: right;
}
footer .footer_widget i {
	color: #eee;
	font-size: 13px;
	border: 1px solid #eee;
	border-radius: 100%;
	padding: 7px;
	text-align: center;
	height: 30px;
	width: 30px;
	margin: 0 2px;
}
.vhfdisc { color:#eee!important; }

/***** footer-end *****/

.banner_form input {
	transition: all 0.3s ease-in-out;
}
.banner_form input:focus {
	border-color: #3d66ae;
}
.banner_sec .row {
	display: flex;
}
.banner_sec {
	/*background-image: url('../images/home-banner.jpg');*/
	background-size: cover;
	background-position: 0px 100%;
	background-repeat: no-repeat;
	padding: 220px 0 50px;
	position: relative;
	max-width: 1920px;
	margin: 0 auto;
}
.banner_sec .banner_content h1 {
	font-size: 62px;
	margin-bottom: 15px;
	text-align: left;
}
.banner_sec .banner_content h3 {
	font-size: 27px;
	line-height: 32px;
	font-weight: 500;
	margin: 0 0 20px;
}
.banner_sec .col-md-7 {
	display: flex;
	align-content: center;
	align-items: center;
}
.banner_sec .banner_form form {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: rgb(255, 255, 255);
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 14px 9px;
	padding: 35px 30px 35px;
}
.banner_sec .banner_form form h4 {
	font-size: 24px;
	line-height: 29px;
	color: var(--blue-text-color);
	letter-spacing: -1px;
	margin-bottom: 30px;
}
.banner_sec .banner_form form p {
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
	max-width: 300px;
}

.about_services {
	padding: 40px 0 40px;
}
.about_services .service_box img {
	max-width: 140px;
	margin: auto auto 30px;
}
.about_services .service_box h3 {
	color: #fff;
	font-size: 27px;
	line-height: 32px;
	font-weight: 700;
}
.about_services .service_box p {
	color: #fff;
	font-size: 19px;
	line-height: 23px;
	letter-spacing: -1px;
	margin: 0px;
}
.about_services .col-md-4:nth-child(2) .service_box h3, .about_services .col-md-4:nth-child(2) .service_box p {
	color: #3f3f3f;
}
.about_services .service_box {
	text-align: center;
	padding: 50px 30px;
	border-radius: 8px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 14px 9px;
}
.about_services .blue_box .service_box {
	background-color: #bd5b3d;
}
.about_services .light_box .service_box {
	background-color: #fffbfa;
}
.about_services .skyblue_box .service_box {
	background-color: #cc8357;
}

.why_choose_us {
	padding: 40px 0 40px;
	background-color: rgba(255,255,255,0);
	background-image: linear-gradient(0deg, #fff0ec 0%,rgba(255,255,255,0) 100%);
	background-position: center center;
	background-repeat: no-repeat;
}
.why_choose_us .content_box {
	position: relative;
	margin-bottom: 40px;
}
.why_choose_us .content_box i {
	position: relative;
	font-size: 30px;
	color: var(--btn-hover-color);
	width: 60px;
	height: 60px;
	line-height: 56px;
	border-radius: 50%;
	border: 1px solid var(--blue-text-color);
	text-align: center;
	margin-bottom: 15px;
}
.why_choose_us .content_box h3 {
	color: var(--btn-hover-color);
	font-size: 24px;
	line-height: 29px;
	font-weight: 400;
	margin-bottom: 10px;
}
.why_choose_us .right_img img {
	border-radius: 12px;
	margin: auto;
	display: table;
}

.our_services {
	padding: 40px 0 40px;
}
.our_services .service_content img {
	max-width: 80px;
	margin-bottom: 20px;
}
.our_services .service_content h3 {
	font-size: 24px;
	line-height: 1.3;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0px;
}
.our_services .service_content {
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 8px;
	box-shadow: rgba(146, 176, 209, 0.3) 0px 2px 24px -1px;
	padding: 40px 15px;
	text-align: center;
	margin-bottom: 30px;
}
.our_services .btn_wrap {
	text-align: center;
	margin-top: 20px;
}

.get_started {
	position: relative;
	padding: 50px 0 50px;
	background-image: linear-gradient(0deg, rgba(102,169,214,0.63) 0%,rgba(0,0,0,0.04) 66%),url("../images/get-started.jpg");
	background-repeat: no-repeat;
	background-size: cover;
}
.get_started .call_us_text {
	width: 100%;
	position: relative;
}
.get_started h2 {
	font-size: 64px;
	line-height: 77px;
	font-weight: 700;
	letter-spacing: -2px;
	margin-bottom: 20px;
}
.get_started h4 {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: -1px;
	margin-bottom: 40px;
	text-align: center;
}
.get_started .btn_wrap {
	text-align: center;
}
.get_started .btn_wrap a {
	background-color: #fff;
	color: var(--btn-hover-color);
}
.get_started .btn_wrap a:hover {
	color: #fff;
	background-color: var(--btn-hover-color);
}

/***** contact-page *****/
.contact_banner {
	background-image: linear-gradient(180deg, #ffffff 0%,rgba(255,255,255,0) 100%),url('../images/contact-banner.jpg');
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	padding: 300px 0 160px;
	position: relative;
}
.contact_banner h1 {
	font-size: 61px;
	line-height: 64px;
	text-align: left;
}
.callout_banner {
	/*background-image: url("../images/callout-bg.jpg");
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;*/
	background-color: var(--top-bar-color);
	border-radius: 8px;
	padding: 30px 40px;
	max-width: 1110px;
	margin-left: auto;
	margin-top: -51px;
	margin-right: auto;
}
.callout_banner h3 {
	font-size: 34px;
	line-height: 41px;
	font-weight: 700;
	letter-spacing: -1px;
	color: #fff;
	margin: 0px;
	float: left;
}
.callout_banner .btn_wrap {
	float: right;
}
.callout_banner .btn_wrap a {
	color: #481509;
	background-color: #fff;
}
.callout_banner .btn_wrap a:hover {
	background-color: #481509;
	color: #fff;
}
.contact_us_detail {
	padding: 40px 0 40px;
}
.contact_us_detail form {
	display: table;
	border: 1px solid rgb(220, 220, 220);
	border-radius: 8px;
	padding: 40px 20px 42px;
}
.contact_us_detail .contact_form h4 {
	font-size: 27px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 40px;
}
.contact_us_detail .contact_form p {
	font-size: 14px;
	line-height: 1.5;
}
.contact_us_detail .callus_detail h3 {
	font-size: 27px;
	line-height: 32px;
	font-weight: 500;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.contact_us_detail .callus_detail p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 20px;
}
.contact_us_detail .callus_detail a {
	font-size: 19px;
	line-height: 23px;
	font-weight: 700;
	margin-bottom: 0px;
	color: #3f3f3f;
	font-family: 'Poppins', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.contact_us_detail .callus_detail {
	position: relative;
	padding-left: 30px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e2e2;
}
.contact_us_detail .callus_detail i {
	color: #481509;
	font-size: 26px;
	position: absolute;
	left: 0;
	top: 3px;
}
.contact_us_detail .contact_detail {
	padding-left: 20px;
	margin-top: 65px;
	
}
.contact_us_detail .callus_detail:last-child {
	padding-left: 30px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	border-bottom: 0px;
}
.contact_us_detail .callus_detail:last-child i {
	font-size: 22px;
}
/***** contact-page *****/


.banner_sec:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/wave_shape.png);
	height: 180px;
}
/*.get_started:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(../images/wave_shape.png);
	height: 210px;
}*/
.footer_widget .social_icons ul li {
	display: inline-block;
}
.top-nav-menu path {
	stroke: #3d66ae;
}
header .navbar {
	margin-bottom: 0px;
}
.our_services .service_content svg {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
.our_services .service_content svg path {
	fill: #009fe3;
}
.about_services .service_box svg {
	width: 70px;
	height: 70px;
	margin-bottom: 10px;
}
.about_services .blue_box .service_box path, .about_services .skyblue_box .service_box path {
	fill: #fff;
}

.service_box .svg_icon {
    font-size: 75px;
    color: #fff;
    margin-bottom: 15px;
}
.our_services .service_content .svg_icon {
	color: #009fe3;
	font-size: 75px;
	margin-bottom: 15px;
}


.globle_heading {
    text-align: center;
    padding-bottom: 30px;
}
.globle_heading h2 {
    font-size: 42px;
    line-height: 1.2;
    margin-bottom: 5px;
}
.globle_heading p {
    font-size: 24px;
    color: #333;
}

.shoping_start {
padding-top:40px;
padding-bottom:40px;
background-color:var(--light-section);
}

.shoping_start .globle_heading h2 {
font-weight:700
}

.shoping_start .service_row{display:inline-block;width:100%;text-align:center;margin-left:-10px;margin-right:-10px;}
.shoping_start .service_box{width:22%;padding-left:5px;padding-right:5px;display:inline-block;margin: 0 10px;}
.shoping_start .service_box .box_wrap{text-align:center;padding:40px 15px;background-color:#fff;margin-bottom:30px;cursor:pointer;transition:all 0.3s ease-in-out;display:block; box-shadow:rgba(217, 170, 134, 0.3) 0px 2px 24px -1px;border-radius: 8px; }
.shoping_start .service_box .box_wrap:hover{background-color:#481509;}
.shoping_start .service_box .box_wrap:hover i, .shoping_start .service_box .box_wrap:hover h3{color:#fff;}
.shoping_start .service_box .box_wrap i{font-size:44px;color:#481509;margin-bottom:10px;}
.shoping_start .service_box .box_wrap h3{font-size:20px;color:#481509;margin-bottom:0px;}












