<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Arvo:400,400i,700,700i&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Yeseva+One&amp;display=swap');


*{
	margin: 0px;
	padding: 0px;
}
body{
	line-height: 1.25;
}
h1{
	font-family: 'Century Gothic Regular', cGothic,'Century Gothic', sans-serif;
	margin-bottom: 0px;
}
h2, h3, h4, h5, h6, p{
	font-family: 'texta-regular';
	margin-bottom: 0px;
}
.container {
    max-width: 1205px;
}

body:not(.custom-background-image):before, body:not(.custom-background-image):after{
	display: none;
}
a, a:hover/*, a:focus*/{
	display: inline-block;
	text-decoration: none;
	outline: none;
	transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-webkit-transition: all 300ms ease-in-out;
}
button, button:hover, button:focus{
	outline: none;
	-o-transition: all 400ms ease-in-out;
	-ms-transition: all 400ms ease-in-out;
	-moz-transition: all 400ms ease-in-out;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	cursor: pointer;
}
p {
    color: #222;
    font-size: 21px;
 /*   margin-bottom: 20px;    */
    font-family: 'texta-regular', sans-serif;
    font-weight: 300;
    line-height: 1.25;
}
.modal-body {
    color: #222;
    font-size: 21px; 
    font-family: 'texta-regular', sans-serif;
    font-weight: 300;
    line-height: 1.25;
}
.service_content p {
    font-size: 18px;
}
ul {
    list-style: none;
    margin-left: 0;
    margin: 0;
}
/*======Some Margin &amp; Padding Class =====*/
.no_margin{	margin: 0; }
.no_padding{ padding: 0; }
.mb10{ margin-bottom: 10px;}
.mb15{ margin-bottom: 15px;}
.mb20{ margin-bottom: 20px;}
.mb30{ margin-bottom: 30px;}
/* margin-top */
.mt10{ margin-top: 10px;}
.mt15{ margin-top: 15px;}
.mt20{ margin-top: 20px;}
.mt30{ margin-top: 30px;}
.mt50{ margin-top: 70px;}
/* padding-top */
.pt10{ padding-top: 10px;}
.pt15{ padding-top: 15px;}
.pt20{ padding-top: 20px;}
.pt30{ padding-top: 30px;}
.pt50{ padding-top: 50px;}
.pt60{ padding-top: 60px;}
/* padding-bottom */
.pb10{ padding-bottom: 10px;}
.pb15{ padding-bottom: 15px;}
.pb20{ padding-bottom: 20px;}
.pb30{ padding-bottom: 30px;}
.pb50{ padding-bottom: 50px;}
.pb60{ padding-bottom: 60px;}
/* padding-left-rihgt */
.pr30{ padding-right: 30px;}
.pr40{ padding-right: 40px;}
.pr15{ padding-right: 15px;}
.pl30{ padding-left: 30px;}
.pl40{ padding-left: 40px;}
.pl15{ padding-left: 15px;}

b, strong {
    font-weight: 600;
}
/*header*/
.main-menu li {
    display: inline-block;
}
.header_section {
    height: 535px;
    background-position: center center!important;
    background-size: cover !important;
    background-attachment: fixed !important;
    position: relative;
    padding-top: 38px;
}
.header_section:before {
    position: absolute;
    content: '';
    background: rgba(0, 0, 0, 0.24);
    width: 100%;
    height: 100%;
    top: 0;
}
.main-menu li a {
    color: #fff;
}
.social_media li {
    display: inline-block !important;
    margin: 0px !important;
}
.social_media li a {
    color: #fff;
    padding: 0px 5px;
    font-size: 18px;
}
.contact_info li {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 14px;
    font-size: 18px;
    font-weight: 300;
}
.contact_info li span, .contact_info li a {
    color: #fff;
}
.contact_info {
    text-align: right;
}
.btn_list a {
    display: block;
}
.inner_header_section {
    position: inherit;
    background: #50320a;
}
.inner_header_section #fdw ul li a {
   /* color: #000 !important;  */
    font-weight: 500;
    font-size: 16px;
}
.inner_logo {
    padding: 16px;
    position: relative;
    top: 0px;
}
.inner_logo img {
    padding: 7px 0px 0px;
    position: relative;
    max-width: 215px;
    display: block;
    text-align: center;
    margin: 0px auto;
}
/*.inner_logo::before {
    position: absolute;
    content: '';
    background: #fff;
    width: 100%;
    height: 100%;
    top: -6px;
    left: 0;
    right: 0;
    bottom: 0px;
    z-index: 0;
    min-height: 123px;
    box-shadow: 0px 0px 13px 0px #777;
    border-radius: 0px 0px 7px 7px;
} */
.inner_header_section #fdw nav ul li {
    margin-left: 23px;
    margin-left: 20px;
}
.header_logo_image {
    flex: 0 0 20%;
    max-width: 20%;
}
.inner_logo {
    padding: 16px;
    position: relative;
    width: 225px;
}
.res_header_two {
    flex: 0 0 80%;
    max-width: 80%;
}
.contact_info li a, .contact_info li span {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    font-family: 'Arvo', serif;
}
.slider_content {
    background: #fff;
    height: 100%;
}
.logo img {
    width: 326px;
}
.btn_list a {
    display: block;
    background: #ebf8ec;
    margin-bottom: 17px;
    padding: 15px;
    color: #00a012;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
}
.btn_list {
    margin: 83px 0px 0px;
}
.slider_section {
    background: #fbfbfb;
    height: auto;
    position: relative;
    padding: 10em 0em;
}
.slider_text p {
    font-size: 19px;
    line-height: 29px;
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.single_slider {
    padding: 0px 0px 0px 0px;
    max-width: 570px;
    float: right;
}
.slick-dots li {
    background: #e3dfd4;
    width: 14px;
    height: 14px;
    border-radius: 50px;
}
li.slick-active {
    background: #946715;
}
.about_content p {
    font-size: 21px;
    font-weight: 300;
}
/*.about_content a, .blog_list_content a {
    color: #009d12;
    font-weight: bold;
    letter-spacing: 0;
    font-family: 'Lato', sans-serif;
    font-size: 20px;
    padding-top: 5px;
}  */
.slick-slide img {
    display: block;
    width: 100%;
    margin: 0px 12px 0px auto;
    border: none;
    max-width: 100%;
    border-radius: 12px;
}
.slick-prev {
    left: -32px;
    z-index: 1;
    background: url(../images/arrow_left_301.png) !important;
    width: 74px;
    height: 74px;
    background-size: cover;
}
.slick-next {
    right: -32px;
    z-index: 1;
    background: url(../images/arrow_right_301.png) !important;
    width: 74px;
    height: 74px;
    background-size: cover;
}
.slick-dots {
    bottom: -30px;
}
.about_content a:hover, .blog_list_content a:hover {
    color: #0082c8;
}
.about {
    margin: 100px 0px 75px 0px;
}
.single_slider button:before {
    display: none;
}

.footer_one p {
    color: #b4b4b4;
    margin: 0;
    font-size: 18px;
}
.social_media_footer li {
    display: inline-block !important;
    margin: 0px !important;
}
.social_media_footer li a {
    color: #917245;
    padding: 0px 9px;
    font-size: 20px;
}
.social_media_footer {
    margin: 0;
    text-align: right;
}
.footer {
    background: #393939;
    padding: 56px 0;
}
.footer p {
    margin-bottom: 25px;
    color: #b4b4b4;
    font-size: 18px;
}
.footer_btn a {
    display: block;
    text-align: center;
    margin-bottom: 14px;
    max-width: 362px;
    margin: 0px auto 11px;
    padding: 12px 30px;
    background: #917245;
    color: #ffffff !important;
    border-radius: 6px;
    text-transform: none;
    font-family: 'texta-regular';
    font-size: 21px;
    font-weight: 300;
}
.footer_btn a:hover {
    color: #ffffff !important;
}
.social_media_footer li a:hover{
    color: #2098D1;
}
.social_media li a:hover, .main-menu li a:hover {
    color: #bcdfff;
}
.blog_list_content svg {
    font-size: 13px;
    margin-left: 8px;
}
.singleslider .slick-prev {
    left: 50px;
    z-index: 1;
    background: url(../images/arrow_left_301.png);
    width: 64px;
    height: 64px;
    background-size: cover;
}
.singleslider .slick-prev:before, .singleslider .slick-next:before {
    display: none;
}
.singleslider .slick-next {
    right: 50px;
    z-index: 1;
    background: url(../images/arrow_right_301.png);
    width: 64px;
    height: 64px;
    background-size: cover;
}
.secton_two {
    padding: 0px 100px 100px;
    background-position: center center !important;
    background-size: cover !important;
}
.singleslider {
    margin-bottom: 130px;
}
.location_area {
    background-position: right center !important;
    background-size: cover !important;
    position: relative;
    z-index: 0;
}
.location_area:before {
    position: absolute;
    content: '';
  /*  background: rgba(47, 47, 47, 0.5);   */
    width: 100%;
    height: 100%;
    z-index: -1;
}


/*template 2 css*/
.slider_section:before {
    position: absolute;
    content: '';
    background: url('../images/Vector Smart Object-2.png');
    width: 100%;
    height: 100%;
    background-position:center center;
    background-size: 80%;
    top:0;
     
}
.slider_text a {
    font-family: 'Lato', sans-serif;
    color: #760e0e;
    font-weight: 600;
    font-size: 19px;
}
.slider_text a:hover {
    color: #0081c3;
}
.slider_section:after {
    position: absolute;
    content: '';
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    right: 0;
}
.box_content span {
    display: flex;
    justify-content: center;
}
.box_content h3 {
    max-width: 45%;
    justify-content: center;
    font-family: 'Arvo', serif;
    line-height: 35px;
    font-size: 26px;
    font-weight: 500;
    color: #000;
    letter-spacing: -1px;
}
section.three_box {
    margin-top: -50px;
}

/*===== nav style ======*/
#fdw nav select, #fdwMob nav select {
	display:none; /* this is just for the mobile display */
}
#fdw nav ul, #fdwMob nav ul {
	display:block;
	z-index:999999;
}
#fdw nav ul li, #fdwMob nav ul li {
    display: inline-block;
    padding: 0;
    position: relative;
    line-height: 50px;
}
#fdw nav ul li a, #fdwMob nav ul li a {
    font-size: 18px;
   /* color: #fff !important;  */
 /*   font-family: 'Crete Round', serif !important;   */
    font-weight: 300;
  /*  text-transform: capitalize !important;   */
}
#fdw nav ul li a:link, #fdw nav ul li a:visited, #fdwMob nav ul li a:link, #fdwMob nav ul li a:visited {
	color:#444;
  /*	text-transform:uppercase;   */
	display:inline-block;
	position:relative;
}
#fdw nav ul li a:hover, #fdw nav ul li a:active, #fdwMob nav ul li a:hover, #fdwMob nav ul li a:active {
	color:#e25d29;
	text-decoration:none;
}
#fdw nav ul li span, #fdwMob nav ul li span {
	position:absolute;
	right:-12px;
	bottom:6px;
	width:7px;
	height:8px;
	margin:0 0 0 3px;
	float:right;
	display:block;
	background:url('images/nav_arrow.png') no-repeat left -8px;
	font:0/0 a;
}
#fdw nav ul li.current, #fdwMob nav ul li.current {
    border-bottom: 2px solid #ffffff;
}
#fdw nav ul li.current a, #fdwMob nav ul li.current a {
	color:#e25d29;
	cursor: default;
}
#fdw nav ul li.current a span, #fdwMob nav ul li.current a span {
	background:url('../images/nav_arrow.png') no-repeat left 0;
}
#fdw nav ul li.current ul li a, #fdwMob nav ul li.current ul li a {
	cursor:pointer;
}

.table_section td {
    padding: 0;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 33px;
}
.table_section {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}
.map_section p {
    font-weight: 700;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    max-width: 50%;
    color: #292929;
    padding-top: 16px;
}
.map_content a {
    color: #ffffff;
    font-size: 17px;
    font-weight: 600;
}
.clicki_here {
    font-size: 21px !important;
    color: #444 !important;
}
.map_content span {
    display: block;
    color: #ffffff;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}
/*===== sub_menu Style =======*/
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0;
    padding: 15px 0px;
    background: #fff;
    border-top: none;
    display: none;
    z-index: 999999;
    -moz-box-shadow: 0px 6px 7px #121012;
    -webkit-box-shadow: 0px 6px 7px #121012;
    box-shadow: 0px 6px 7px #d2cdd2;
    border-radius: 5px;
    transform: translateX(-50%);
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    top: -10px;
    left: 0;
    right: 0;
    text-align: center;
    display: block;
    margin: 0px auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
}
#fdw nav ul li ul.sub_menu li.arrow_top, #fdwMob nav ul li ul.sub_menu li.arrow_top {
	position:absolute;
	top:-12px;
	left:12px;
	width:13px;
	height:8px;
	display:block;
	border:none;
	background:url('images/arrow_top.png') no-repeat left top;
}
#fdw nav ul li ul.sub_menu li, #fdwMob nav ul li ul.sub_menu li {
    float: none;
    margin: 0;
    padding: 0;
    border-bottom: none;
    line-height: 0 !important;
    display: block;
}
#fdw nav ul li ul.sub_menu li a, #fdwMob nav ul li ul.sub_menu li a {
    white-space: nowrap;
    width: 220px;
    padding: 0;
    text-transform: none !important;
    color: #080808 !important;
    line-height: 34px;
    font-size: 17px;
    font-weight: 300;
}
#fdw nav ul li ul.sub_menu li a:hover, #fdwMob nav ul li ul.sub_menu li a:hover {
	background:#f9f9f9;
	color:#333;
}
#fdw nav ul li ul.sub_menu li a.subCurrent, #fdwMob nav ul li ul.sub_menu li a.subCurrent {
	color:#e25d29;
	cursor:default;
}
#fdw nav ul li ul.sub_menu li a.subCurrent:hover, #fdwMob nav ul li ul.sub_menu li a.subCurrent:hover {
	background:none;
}
.mobile_header {
    display: none;
}

/*===================== end Header style ======================*/
.about_content h1 {
    font-family: 'Century Gothic Regular', cGothic,'Century Gothic', sans-serif;
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #000;
}


/*Inner page*/
.inner_header_section #fdw nav ul li a {
    font-size: 16px;
}
.inner_header_section .contact_info a {
    font-size: 16px;
}
.slider_text h1 {
    font-family: 'Playfair Display', serif;
    font-size: 56px;
    color: #760e0e;
    margin-bottom: 20px;
}
.list_title {
    line-height: 50px;
    font-family: 'Playfair Display', serif;
    font-weight: 600;
    font-size: 30px;
    color: #760e0e;
}
.box_content img {
  /*  margin-right: 20px;  */
}
.box_btn {
    border-radius: 50px;
    display: block !important;
    text-align: center;
    background: #f5eeee;
    color: #760e0e;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 17px 0px;
    margin-top: 30px;
}
.box_btn:hover {
    border-radius: 50px;
    display: block !important;
    text-align: center;
    background: #760e0e;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    padding: 17px 0px;
    margin-top: 30px;
}
.box_total {
    padding: 32px 20px;
    background: #fff;
}
.three_box {
    margin-top: 0;
    margin-bottom: 0;
}
.big_image {
    border: 10px solid #fff;
    box-shadow: 1px 1px 12px 4px #afabab;
}
.bottom_text {
    padding: 0px 65px;
}
.bottom_text h2 {
    color: #020202;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 15px;
    font-family: 'texta-regular';
}
.bottom_text p {
    font-size: 21px;
}
.bottom_text a {
    color: #946715;
    font-size: 21px;
    font-weight: 300;
}
.map_content h3 {
    font-family: 'texta-regular';
    font-size: 28px;
}
.bottom_text a:hover{
	color: #760e0e;
}
.logo_list li img {
    width: 105px;
}
.logo_list li {
    display: inline-block;
    margin: 10px 34px;
}
.logo_list {
    text-align: center;
}
.map_content {
    margin: 0px 106px;
    padding: 73px 0px;
    color: #fff;
}
.map_section p {
    font-weight: 700;
    font-size: 19px;
    font-family: 'Lato', sans-serif;
    max-width: 50%;
    color: #ffffff;
    padding-top: 16px;
}
.table_section {
    margin-top: 20px;
    font-weight: bold;
    margin-bottom: 14px;
}

.footer_one {
    background: #262626;
    padding: 22px 0px;
}
.map_section {
    background: #faf7f7;
}



.wooden_section:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
}
.wooden_section {
    position: relative;
}
.three_box .container {
    overflow: hidden;
    border-radius: 12px;
}
/*.toggle-btn {

    height: 2px;
    width: 25px;
    background-color: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;

}
.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #fff;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}  */

.toggle-btn {
    height: 2px;
    width: 25px;
    background-color:
    #000;
    position: relative;
    left: 0;
    margin: auto;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:before {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 -10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.toggle-btn:after {
    content: "";
    height: 2px;
    width: 25px;
    box-shadow: 0 10px 0 0 #000;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
button.responsive_nav.radius3 {
    background: transparent;
}
.w_index ul li a {
    color: #fff !important;
}
.w_index #fdw ul li a, .w_index #fdwMob ul li a {
    color: #4b4da0 !important;
}
.w_index .contact_info li a, .w_index .contact_info li span {
    color: #fff;
}

.social_media {
    text-align: right;
    padding-top: 6px;
}
.social_media li {
    display: inline-block !important;
    margin: 0px !important;
}
.social_media li:first-child a {
    border-right: 1px solid #fff;
    padding: 0px 15px;
}
.social_media li a {
    color: #000;
    padding: 0px 5px;
    font-size: 14px;
    text-transform: capitalize;
}
.ph_number {
    display: block;
    text-align: right;
}
.ph_number a {
    color: #fff;
    font-size: 24px;
    line-height: 30px;
    margin: 5px 0px 0px;
}
#fdw nav ul, #fdwMob nav ul {
    display: block;
    z-index: 999999;
    text-align: right;
}
.inner_header_section #fdw nav ul li a {
    color: #000;
    font-family: 'Century Gothic Regular','Century Gothic', cGothic, sans-serif;
    font-size: 24px;
    line-height: 42px;
    font-weight: 300;
}
.sub_menu {
    text-align: left !important;
}

/*RESPONSIVE*/

@media only screen and (max-width: 1300px) {
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    left: 127px;
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    left: 15px;
    right: inherit;
}
.about_content h1 {
 /*   font-size: 53px;
    line-height: 55px;  */
}
.about_content p {
  /*  font-size: 19px; */
}
.secton_two {
    padding: 0px 0px 100px;
}
.map_content {
    padding: 54px 0px;
}
.clicki_here {
    font-size: 16px !important;
}
}
@media only screen and (max-width: 1210px) {
.about .container, .logo-section .container, .footer_one .container, .footer .container {
    max-width: 1109px;
}
.about_content p {
   /* font-size: 20px; */
}
.map_content {
    margin: 0px 40px;
}
section.secton_two {
    padding: 45px;
}
}

@media only screen and (max-width: 1199px) {
.contact_info li {
    margin: 0px 4px;
}
.contact_info li span, .contact_info li a {
    color: #ffffff;
    font-size: 16px;
}
.home_main {
    padding-top: 0;
}
.about {
    margin-top: 60px;
}
.map_content {
    margin: 0px 26px;
}
.bottom_text p {
    margin-bottom: 16px;
}

.row {
    margin: 0px;
}
#fdw nav ul li.current, #fdwMob nav ul li.current {
    border-bottom: none;
}
.inner_header_section #fdw nav ul li {
    margin: 0px 7px !important;
}
.slider_text h1 {
    font-size: 48px;
}
.three_box {
    margin-bottom: 50px;
}
.slider_text p {
    font-size: 18px;
    line-height: 25px;
}
.about {
    margin: 100px 0px 20px;
}
.slick-prev {
    left: -24px;
    width: 50px;
    height: 50px;
    background-size: contain !important;
}
.slick-next{
	right: -24px;
    width: 50px;
    height: 50px;
    background-size: contain !important;
}
.map_content {
    padding: 74px 0px;
}
.slick-prev {
    left: 10px;
}
.slick-next {
    right: 10px;
}
}

@media only screen and (max-width: 1097px) {
.inner_header_section #fdw nav ul li {
    margin: 0px 4px !important;
    font-size: 15px;
}
section.secton_two {
    padding: 18px;
}
.about_content h1 {
   /* font-size: 43px;
    line-height: 47px;  */
}
.about_content p {
  /*  font-size: 18px; */
}
.bottom_text {
    padding: 0px 50px;
}
.logo_list li {
    margin: 10px 20px;
}
.bottom_text h2 {
    font-size: 24px;
}
}

@media only screen and (max-width: 1025px) {
.inner_header_section #fdw nav ul li {
    margin: 0px 3px !important;
    font-size: 15px;
}
}
@media only screen and (max-width: 1024px) {
.secton_two {
    padding: 0;
    margin-bottom: 0;
}
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
    left: 0;
    transform: inherit;
}
#fdw nav ul li ul.sub_menu:before, #fdwMob nav ul li ul.sub_menu:before {
    text-align: left;
    left: 15px;
    margin: 0;
    top: -9px;
}
.contact_info li span, .contact_info li a {
    font-size: 14px;
}
.main-menu li a {
    margin-right: 13px;
    font-size: 14px;
}
.page-title {
    padding: 46px 0px 34px;
}
.page-title h2 {
    font-size: 32px;
}
.blog_list_content {
    margin-left: 3em !important;
    margin-bottom: 4em;
}
.service_content p {
    font-size: 17px;
}
.service_content a {
    font-size: 16px;
}
.inner_header_section #fdw nav ul li a {
    font-size: 15px;
}
.about_content p {
  /*  font-size: 18px;
    line-height: 29px; */
}
.bottom_text {
    padding: 0px 2em;
}
.bottom_text h2 {
    font-size: 24px;
}
.logo img {
    width: 100%;
}
.slider_content {
    padding: 15px 40px 0;
}
#fdw nav ul li a, #fdwMob nav ul li a {
    font-size: 16px;
}
.slider_text h1 {
    font-size: 36px;
}
.slider_text p {
    font-size: 18px;
    line-height: 23px;
}
.slider_text a {
    font-size: 18px;
}
.list_title {
    line-height: 63px;
    font-size: 22px;
}
.box_btn {
    padding: 10px 0px;
    margin-top: 25px;
}
}

@media only screen and (max-width: 991px) {
header.header_section, .inner_header_section {
    display: none !important;
}
.responsive_mob {
    flex: 0 0 100%;
    max-width: 100%;
}
.mobile_header {
    display: block !important;
}
.slider_section {
    margin-top: 0;
}
.slider_section .container {
    max-width: 100%;
    padding: 0px;
}
.slider_content {
    position: inherit;
}
.slider_content .logo {
    display: none;
}
.btn_list {
    margin: 0;
}
.main {
    margin-bottom: 0;
}
.single_slider {
    max-width: 100%;
    float: none !important;
    margin-top: 45px;
}
.slider_content {
    padding: 40px;
}
section.secton_two {
	padding: 0;
    margin-bottom: 0;
}
.table_section td {
    font-size: 14px;
}

.home_main {
    margin-top: -70px;
    padding-top: 40px;
    margin-bottom: 0;
}
.logo-section {
    padding: 0px 16px;
}
.about {
    margin-top: 0;
}
.logo_list img {
    width: 100px;
}
.logo_list li {
    margin-right: 30px;
}
.mobile_header {
    position: relative;
}
/*button.responsive_nav.radius3 {
    background: transparent;
} */
#fdw nav ul li, #fdwMob nav ul li {
    margin: 0px !important;
    border-top: 1px solid #ddd;  /* xigma 200723 */
}
 /* xigma 200723 */
.t401 #fdw nav ul li a, .t401 #fdwMob nav ul li a {
    color: #fff !important;
    width: auto;
    float: left;
    font-size: 18px;
}
 /* /xigma 200723 */
#fdw nav ul li span, #fdwMob nav ul li span {
    position: absolute;
    right: 17px;
    top: 50%;
    width: 27px;
    height: 28px;
    margin: 0 0 0 3px;
    float: right;
    display: block;
    background: url(images/nav_arrow.png) no-repeat;
    font: 0/0 a;
    transform: translateY(-50%);
}
#fdw nav ul li ul.sub_menu, #fdwMob nav ul li ul.sub_menu {
	width:100%;
}
#fdw nav ul li ul.sub_menu li a, #fdwMob nav ul li ul.sub_menu li a {
    width: 100%;
    padding: 0px 15px;
}
.main_navigation .mean-expand:before {
    position: absolute;
    height: 16px;
    width: 2px;
    content: "";
    background: #4abfb3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_navigation .mean-expand:after {
    position: absolute;
    width: 18px;
    height: 2px;
    content: "";
    background: #4abfb3;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.main_navigation ul li a {
    padding: 2px 15px;
    border-top: none; /* xigma 200723 */
    width: auto; /* xigma 200723 */
    text-align: left;
    font-size: 14px;
    float: left; /* xigma 200723 */
}
.main .container {
    max-width: 100%;
}
.main {
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.page-title {
    padding: 30px 10px 20px;
}
.time_section {
    margin-top: 0;
}
.hours_time {
    margin-top: 14px;
}
.location_details {
    margin-top: 36px;
    padding: 0px 16px;
}
.location_details_title {
    font-size: 30px;
}
.location_details p {
    max-width: 100%;
}
.table_section td {
    font-size: 16px;
    padding: 0px 0px;
}
.header.inner_header_section{
	display: none !important; 
}
.blog_list_content {
    margin-left: 0;
    margin-top: 30px;
}
.page-title h2 {
    font-size: 24px;
}
.pagination {
    display: none;
}
.blog_list_content {
    margin-left: 24px;
}
.blog_list_content {
    margin-left: 24px;
    max-width: 80%;
    margin-top: 0px;
}
.page-title p {
    margin-top: 9px;
    font-size: 23px;
}
.blog-content {
    font-size: 17px;
    line-height: 23px;
    margin-top: 12px;
    font-weight: 300;
    color: #2b2a2a;
    max-width: 100%;
}
.blog_list_content {
    max-width: 100%;
}
.logo img {
    width: 176px;
}
.map_content {
    padding: 35px 0px;
}
.mobile_header .inner_logo {
    width: 26%;
}
.slider_section {
    padding: 9em 0em;
}
.yellow_dep .map_content p {
    font-size: 22px;
    max-width: 27%;
    line-height: 24px;
}
.mobile_header {
    position: relative;
    padding: 0px 14px;
    background: #492d08;
}
}
@media only screen and (max-width: 950px) {
.single_slider {
    padding: 0;
}
.about_content p {
  /*  line-height: 23px; */
}
.about_content a, .blog_list_content a {
    font-size: 16px;
}
.logo_list li a img {
    width: 125px;
}
.clicki_here {
    max-width: 100% !important;
}
.bottom_text {
    padding: 24px;
}
.bottom_text h2 {
    font-size: 24px;
}
.bottom_text p {
   /* font-size: 16px;
    line-height: 22px;  */
}
.map_content a, .bottom_text a {
    font-size: 16px;
}
.footer p {
    font-size: 15px;
}
.news_content h2 {
    font-size: 25px;
    margin-bottom: 13px;
}
.slider_text p {
    font-size: 16px;
    line-height: 23px;
}
.slider_text h1 {
    font-size: 33px;
}
.box_content img {
  /*  margin-right: 12px;  */
}
.slider_section {
    padding: 9em 0em 5em;
}
.list_title {
    font-size: 20px;
}
.three_box {
    margin-top: 0;
}
.box_content img {
  /*  margin-right: 18px;
    width: 47px; */
}
.box_content h3 {
    line-height: 27px;
    font-size: 20px;
}
}

@media only screen and (max-width: 800px) {
#myGreenDIV, #myredDIV, .responsive_mob {
    flex: 0 0 100%;
    max-width: 100%;
}
div#myGreenDIV {
    order: 1;
    -webkit-order:1;
}
.single_slider {
    margin-top: 50px;
}
ul.slick-dots {
    display: block !important;
}
.location_details p {
    font-size: 16px;
}
.hours_time {
    margin-bottom: 30px;
}
.hours_time h3 b {
    font-weight: 700 !important;
}
.table_section td {
    font-size: 16px;
    padding: 4px 0px 0px;
}
.hours_time h3 {
    margin-bottom: 10px;
}
.blog-title {
    font-size: 23px;
}
.blog_list_content {
    margin-left: 2em !important;
    margin-bottom: 4em;
}
.news_details_image img {
    width: 100%;
}
.single_slider {
    padding: 0px 0px 0px 0px;
    max-width: 100%;
    float: none !important;
}
.table_section td {
    font-size: 16px;
    padding: 0px 4px 12px;
    line-height: 22px;
    vertical-align: top;
}
.slider_text h1 {
    font-size: 30px;
}
.slider_text p {
    font-size: 15px;
    line-height: 20px;
}
.slider_text a {
    font-size: 16px;
}
.box_content img {
  /*  margin-right: 12px;
    width: 40px; */
}
.list_title {
    font-size: 20px;
    line-height: 40px;
}
.box_btn {
    font-size: 13px;
}
.three_box {
    margin-bottom: 20px;
}
.singleslider {
    margin-bottom: 100px;
}
.logo_list li {
    margin: 10px 20px;
}
.footer_btn a{
  /*	font-size:13px;  */
}
.box_total {
    margin-bottom: 0;
  /*  height: 100%;  */
}
.slick-slide img {
    box-shadow: none;
    margin: 0px 12px 20px auto;
    border: 10px solid #fff;
}
.singleslider {
    margin-bottom: 70px;
}
.mobile_header .inner_logo {
    width: 37%;
}
.box_content h3 {
    max-width: 100%;
}
section.three_box {
    margin-top: 0;
}
.single_slider {
    margin-top: 0;
}
.about_content {
    margin-top: 16px;
}
}

@media only screen and (max-width: 767px) {
.three_box .container {
    overflow: hidden;
    border-radius: 0;
}
	section.three_box {
    margin-top: 30px;
}
.single_slider {
    padding: 0;
    margin-top: 60px;
}
ul.logo_list li {
    display: block;
    margin: 10px 0px;
}
.logo_list {
    text-align: center;
}
.map_section {
    padding: 40px;
}
.table_section {
    margin-top: 40px;
    font-weight: bold;
    margin-bottom: 10px;
}
.bottom_text {
    padding: 50px;
}
section.secton_two .container {
    width: 710px;
    background: #fff !important;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 1px 1px 11px 1px #bdbaba !important;
}
.bottom_text h2 {
    font-size: 25px;
    margin-bottom: 14px;
}
section.footer_one .container, .footer .container {
    max-width: 100%;
}
.social_media_footer {
    margin: 0;
    text-align: left;
}
.footer_one {
    padding: 23px 0;
}
ul.social_media_footer {
    margin-top: 15px;
}
.footer_btn {
    float: none !important;
}
.footer {
    padding: 26px 0;
}
.footer_btn a {
    margin: 0;
    margin-bottom: 16px;
    max-width: 100%;
}
.slider_section .container {
    border-radius: 0px !important;
}
ul.slick-dots {
    display: block !important;
}
.map_content {
    padding: 0;
}
.map_content span {
    font-size: 14px;
    margin: 7px 0px;
}
.single_slider {
    margin-top: 30px;
}
#fdw nav ul li, #fdwMob nav ul li {
    line-height: 37px;
}
#fdw nav ul li a, #fdw fdwMob ul li a {
    font-size: 15px;
}
.form_list .form-group, .form-group-text {
    width: 100%;
}
.page-title p {
    margin-top: 12px;
}
.team_pic {
    margin-bottom: 30px;
}
.blog-content {
    margin-bottom: 23px;
}
.main {
   /* background: url('../images/mobile bg.jpg') !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;  */
}
.map_section p {
    font-size: 16px;
    line-height: 20px;
    font-weight: 800;
}
.table_section {
    margin-top: 20px;
}
.clicki_here {
    margin-top: 16px;
    margin-bottom: 20px !important;
    font-size: 15px !important;
}
.location_map iframe {
    height: 400px;
    margin-top: 17px;
}
.page-title {
    padding: 50px 18px;
}
.page-title h2 {
    font-size: 28px;
}
.left_panel {
    margin-top: 0;
}
.news_img {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
}
.news_img img {
    width: 100%;
    border-radius: 7px;
    margin: 0px auto;
    text-align: center;
    display: block;
}
.news_content {
    flex: 0 0 100%;
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-top: 50px;
}
.pagination_one {
    margin: 20px auto 30px;
}
.slider_text h1 {
    font-size: 40px;
}
.slider_text {
    margin-bottom: 50px;
}
.slider_text p {
    font-size: 18px;
    line-height: 28px;
}
.slider_text a {
    font-size: 18px;
}
.list_title {
    font-size: 18px;
}
.secton_two .container {
    background: transparent !important;
}
.mobile_header .inner_logo {
    width: 30%;
}
.inner_logo {
    padding: 7px 14px 0px;
    position: relative;
}
.inner_logo img {
    padding: 3px 0px 0px !important;
}
.yellow_dep .map_content p {
    max-width: 40%;
}
p.clicki_here {
    line-height: 28px !important;
    padding: 0px;
    margin: 0px !important;
}
.map_content span {
    margin: 0;
}
.location_map iframe {
    margin-top: 30px;
}
section.secton_two {
    padding: 50px 0px;
}
.map_content {
    padding: 35px 0px;
}
.inner_logo:before {
    min-height: 70px;
}
}
@media only screen and (max-width: 713px) {
 /*	.res_icon {
    flex: 0 0 100%;
    max-width: 100%;
}  */ 

.inner_logo img {
    padding: 10px;
}
.list_title {
    font-size: 25px;
}
.box_btn {
    font-size: 16px;
}
section.secton_two .container {
    width:600px;
}
}

@media only screen and (max-width: 670px) {
	p.blog-content {
    margin-bottom: 13px;
}
.service_content p {
    font-size: 16px;
}
.inner_logo:before {
    min-height: 64px;
}
.slider_section {
    padding: 7em 0em 5em;
}
}


@media only screen and (max-width: 640px) {
.blog_listing li .blog_list_image {
    display: block;
}
.blog_list_content {
    margin-top: 0;
}
.blog_list_content {
    margin-left: 6em !important;
    margin-bottom: 4em;
}
.blog_list_content {
    margin-left: 0em !important;
    margin-bottom: 0;
    margin-top: 2em;
}
.about_content p {
  /*  line-height: 29px; */
}
.about_content h1 {
  /*  font-size: 43px;
    line-height: 47px; */
}
.list_title {
    font-size: 14px;
}
.box_btn {
    font-size: 11px;
}
section.secton_two .container {
    width:560px;
}
}

@media only screen and (max-width: 575px) {
.blog_list_image img {
    width: 100%;
}
.blog_list_content {
    margin-left: 0px !important;
    margin-top: 35px;
}
.blog_list_content small {
    font-size: 17px;
    color: #908a8a;
    display: block;
    margin-bottom: 12px;
}
.blog-content {
    font-size: 17px;
    font-weight: 400;
}
.service_section li span {
    display: block;
    vertical-align: top;
    width: 100%;
}
.service_section li span img {
    border-radius: 5px;
    margin-right: 0;
    width: 100%;
}
.service_content p {
    font-size: 19px;
}
.service_content h2 {
    font-size: 30px;
    margin-top: 30px;
}
.service_section li {
    margin-bottom: 65px;
}
.news_details p {
    font-size: 16px;
}
section.secton_two .container {
    width:490px;
}
.box_content span {
    display: flex;
    justify-content: initial;
}
}

@media only screen and (max-width: 500px) {
.list_title {
    font-size: 22px;
}

section.secton_two .container {
    width: 440px;
}
}


@media only screen and (max-width: 480px) {
.bottom_text {
    padding: 30px;
}
.map_section {
    padding: 20px 0px;
}
.map_content span {
    font-size: 12px;
}
.slider_content {
    padding: 20px;
}
.footer_one p {
    font-size: 16px;
}
.blog_listing li .blog_list_image {
    display: block;
    width: 100%;
}
.bottom_text {
    padding: 30px;
}
.bottom_text h2 {
    font-size: 22px;
}
.map_section p {
    font-size: 16px;
}
.service_content p {
    font-size: 18px;
}
.pagination_one a {
    font-size: 12px;
}
.pagination_one a {
    padding: 8px 12px;
}
.list_title {
    font-size: 18px;
}

section.secton_two .container {
    width: 400px;
}
}

@media only screen and (max-width: 380px) {
.bottom_text h2 {
    font-size: 22px;
}
.box_content {
    max-width: 100%;
}
.box_content img {
  /*  margin-right: 16px;
    width: 52px;  */
}
.list_title {
    font-size: 30px;
}
section.secton_two .container {
    width: 320px;
}
}</pre></body></html>