@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&display=swap');
@import "fontawesome-all.css";
@import "animate.css";
@import "simple-line-icons.css";
*:hover, *:hover * {transition: all 0.3s;}
body {font-family: 'Nunito Sans', sans-serif;}
p {font-size:16px;
    line-height:26px;
	color:#6c6c6c;
    font-weight:400;
}
a {color:inherit; text-decoration:none;}
a, .btn, button {
    outline: none;
    -webkit-transition: all 300ms ease-in-out 0s;
    transition: all 300ms ease-in-out 0s;
}
.btn:hover, .btn:focus { color:#fff;}
.btn:active, .btn.active {box-shadow:none;}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {outline:0px; color:#fff;}
a:hover {text-decoration:none; color:inherit;}
a:focus, a:active {color:inherit; text-decoration:none; outline:0px;}
h1,h2,h3,h4,h5,h6 {color:#373543;font-family: 'Poppins', sans-serif;}
.mrtp-0 {margin-top:0px !important;}
.martp10 {margin-top:10px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.martp40 {margin-top:40px;}
.martp50 {margin-top:50px;}
.mar-btm10 {margin-bottom:10px;}
.mar-btm20 {margin-bottom:20px;}
.mar-btm30 {margin-bottom:30px;}
.mar-btm40 {margin-bottom:40px;}
.mar-btm50 {margin-bottom:50px;} 
/*scroll top*/
#scroll {position: fixed;
    right: 10px;
    bottom:25px;
    cursor: pointer;
    width:45px;
    height:45px;
    display: none;
    z-index: 99;
    text-align: center;
    color: #fff;
    opacity: 0.9;
    display: block;
    background-color:#0C6F3E;
	border-radius:50%;
}
#scroll:after {
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: -webkit-radial-gradient(center,ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: -webkit-radial-gradient(center ellipse,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
    background: radial-gradient(ellipse at center,rgba(0,0,0,.25) 0%,rgba(0,0,0,0) 80%);
}
#scroll i {display:block;font-size:16px;line-height:44px;}
#scroll:hover {opacity:1;}
/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */
/*======header=====*/
.hd-brd {border-top: 1px solid #0C6F3E;margin-top: 1px;width: 100%;overflow: hidden;}
.top-header {background-color:#0C6F3E;overflow: hidden;}
.top-header ul {margin-bottom: 0px;}
.call-tp-list {padding:9px 0;}
.call-tp-list li {
    font-size: 15px;
    padding-right: 0px;
    font-weight: 500;
    color:#fff;
}
.call-tp-list li i {
    padding-right:7px;
    padding-left: 3px;
    font-size:14px;
    color:#fff;
}
.call-tp-list li:after {
    position: relative;
    top: 0;
    content: '|';
    line-height: 22px;
    margin-left: 10px;
    font-size: 14px;
	color:rgba(255, 255, 255, 0.1);
}
.call-tp-list li:last-child:after { content:inherit; display:none;}
.social-wrap-head {float: right;}
.social-wrap-head li:first-child {border-left:1px solid rgb(255 255 255 / 30%);}
.social-wrap-head li {
    background: none;
    float: left;
    margin: 0px;
    padding: 0px;
    border-right:1px solid rgb(255 255 255 / 30%);
    position: relative;
}
.head-social-icon {
    font-size: 14px;
    height: 40px;
    width: auto;
    float: left;
    padding: 0 13px !important;
    color: #fff;
    background: none;
    transition: .5s;
    line-height: 40px;
}
/*facebook-hover*/
.social-wrap-head .head-social-icon.fa-facebook-f:hover {background: #204385;}
.social-wrap-head .head-social-icon.fa-twitter:hover {background: #2aa9e0;}
.social-wrap-head .head-social-icon.fa-instagram:hover {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.social-wrap-head .head-social-icon.fa-linkedin:hover {background:#0e76a8;}
/*navbar*/
.navbar {border-radius: 0px;
    margin-bottom: 0px;
    border: 0px;
    min-height: 100px;
}
.navbar-default {
    background:#fff;
    border-color: transparent;
    border-bottom:1px solid #bcb8b8;
}
.navbar-brand > img {
    display: block;
    width:200px;
}
.navbar-brand {height:100px;padding:12px 15px;}
.navbar-default .navbar-nav > li > a {
   color: #353535;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color:#fd7d00;
    background-color: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color:#fd7d00;
    background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {background-color: #eee;border-color: #0C6F3E;}
/*.dropdown-menu*/
.dropdown-menu {margin: 0px;
    background-color: #fff;
    padding: 0px 20px;
    border-bottom: 2px solid #fd7d00 !important;
    min-width: 250px;
    border: 0px; 
}
.dropdown-menu > li > a {
    padding:16px 0;
    color:#333;
    text-transform: capitalize;
    font-size:14px;
	font-weight:600;
    font-family: 'Open Sans', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    position: relative;
}
.dropdown-menu > li > a:before {
    position: absolute;
    top: 2px;
    left:0;
    bottom: 0;
    right: auto;
    width: 7px;
    height: 7px;
    background:#fd7d00;
    border-radius: 50%;
    content: "";
    margin: 23px 0;
    opacity: 1;
    transform: scale(0);
    transition: all 500ms ease;
}
.dropdown-menu > li:hover a:before {
    transform: scale(1);
    left:0;
}
.dropdown-menu > li:hover > a {
    padding-left:15px;
}
.dropdown-menu > li:last-child > a {border-bottom: 0px;}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color:#fd7d00;
    background-color:transparent;
}
/*book-withus section*/
.book-withus {background-color:#f3f7fd;text-align:center;border-bottom:1px solid #dcdcdc;}
.book-withus h3 {margin: 0;font-weight:700;font-size:17px;}
.book-withus h3 span {color:#0C6F3E;text-transform: uppercase;display: block;}
.book-withus ul li {border-right:1px solid #d5d4d4;padding:18px 2px;}
.book-withus ul li p {margin-bottom:0;color:#394048;line-height:0;}
.book-withus ul li p img {display:inline-block;padding-right: 3px;}
.book-withus ul li:last-child {border-right:0;}
/*welcome-section start*/
.heading-style h1 {
    position: relative;
    margin-top: 0;
    font-weight: 700;
    text-transform: capitalize;
    padding-bottom: 12px;
    margin-bottom: 15px;
    line-height: 48px;
}
.heading-style h1 span {color:#0C6F3E;}
.heading-style h1:before {
    background:#fd7d00 none repeat scroll 0 0;
    content: " ";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 35px;
    bottom: 0;
}
.heading-style h3 {font-weight: 600;font-size: 20px;}
.heading-center {text-align: center;}
.heading-center h1:before {left: 0;right: 0;margin: 0 auto;}
.heading-white h1 {color:#fff;}
.welcome-section {
    background-color:#fff;
    position: relative;
}
.welcome-section p {font-size: 17px;line-height: 31px;}
.works-about-items {
    position: relative;
    z-index: 1;
    padding:100px 0;
}
.works-about-items::before {
    position: absolute;
    right: 20%;
    top: 0;
    content: "";
    height: 100%;
    width: 500%;
    background: #f3f7fd;
    z-index: -1;
}
.about-wrap {padding-right: 50px;}
.about-image {position: relative;}
.fun-fact {
    background: #ffffff;
    padding:25px;
    box-shadow: 0 5px 30px 0 rgb(214 215 216 / 57%);
    text-align: center;
}
.fun-fact h3 {margin: 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #0C6F3E;
}
.fun-fact h3 span {display: block;font-size:45px;}
/*service-section start*/
.service-section {padding:70px 0px;}
.service-item {padding:50px 30px 40px;
    position: relative;
    z-index: 1;
    border-radius: 5px;
    box-shadow: 0 0 10px #cccccc;
    text-align: center;
    margin-bottom: 60px;
}
.service-item::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 50%;
    width: 100%;
    background:linear-gradient(90deg, #0C6F3E 0%, #157646 48%);
    transition: all 0.35s ease-in-out;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
}
.service-item .icon {position: relative; margin-bottom: 25px;overflow: hidden;}
.service-item .icon img {margin: 0 auto;position: relative;z-index:9;width:100px;}
.service-item .icon::after {
    opacity: 0.7;
    top:10px;
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: url(../img/bg-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index:0;
    left: auto;
    right: auto;
    margin-left: -45px;
}
.service-item .info h4 {font-weight: 700;
    font-size: 20px;
    color: #0C6F3E;
    line-height: 27px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.service-item .info > .ser-btn {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #ffffff;
    box-shadow: 0 0 10px #cccccc;
    border-radius: 50%;
    position: absolute;
    bottom: -25px;
    left: 50%;
    margin-left: -25px;
}
.service-item .info > .ser-btn i {font-size: 20px;
    text-align: center;
    top: 3px;
    position: relative;
}
.service-item:hover::after {
    height: 100%;
    opacity: 1;
}
.service-item:hover .icon img {filter: brightness(0) invert(1);}
.service-item:hover .icon::after {display:none;}
.service-item:hover .ser-btn {
    background: #0C6F3E;
    color: #ffffff;
}
.service-item:hover .info h4, .service-item:hover .info p {color:#fff;} 
/*====blog section=====*/
.blog-section {padding:80px 0;}
.blog-slide {overflow: hidden;}
.blog-slide .owl-stage-outer {padding-top: 15px;overflow: visible !important;}
.blog-item {
    background-color: #fff;
    box-shadow:0 0 10px #cccccc;
    height: 100%;
    transition: all ease-in-out .2s;
    margin-bottom: 25px;
}
.blog-slide .blog-item {margin: 10px;}
.blog-image {border-radius:0px;overflow:hidden;}
.blog-info {padding:25px 30px;}
.blog-info h3 {
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom:10px;
    line-height: 26px;
    min-height: 50px;
}
.blog-info p {color:#666;font-size:15px;}
.blog-info p i {color:#0C6F3E;margin-right: 5px;}
.btn-tag {border-top: 1px dashed #e5e5e5;
    padding-top:20px;
    text-align:right;
}
.btn-more {font-weight: 700;
    color: #202f59;
    text-transform: capitalize;
    letter-spacing: 0.4px;
}
.btn-more i {margin-left: 5px;color:#0C6F3E;}
.btn-more:hover {color:#0C6F3E;}
.btn3 {
    padding: 12px 28px;
    background-color:#fd7d00;
    color: #fff;
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-size: 15px;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
    position: relative;
    border: 0;
    border-radius: 0;
}

/*strip-section start*/
.strip-section {background-color:#0C6F3E; text-align:center; padding:30px 0px;position: relative;}
.strip-section h2 {color: #fff;
    font-weight:600;
    margin-top: 0px;
    text-transform: uppercase;
    font-size:30px;
    word-spacing: 2px;
	margin-bottom:10px;
}
.strip-section p {color:#fff;font-size: 17px;}
/*middle-section start*/
.middle-section {padding: 100px 0px;
    background-image: url(../img/bg-middle.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center center;
    background-attachment: fixed;
    position: relative;
    text-align: center;
}
.middle-section:before {   content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(12,12,12,.27);
    opacity: .89;
}
.bg-content h1 {margin-top: 0px;
    color: #fff;
    font-size:43px;
    margin-bottom:30px;
    text-transform: uppercase;
}
.bg-content h1 span {font-weight:700;}
.bg-content p {color: #fff;
    font-size:20px;
    letter-spacing: 0.3px;
}
.owl-theme .owl-controls{
    margin-top: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background:#0C6F3E !important;
}
/*footer start*/
.footer { position: relative;
    background-image: url(../img/footer-bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.footer:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(49 52 55 / 97%);
}
.main-footer {
    padding:70px 0 40px 0px;
    color:rgba(255, 255, 255, 0.4);
    position: relative;
}
.footer-widget {margin-bottom: 20px;}
.main-footer p {color:rgba(255,255,255,.7);font-size: 16px;}
.ft-title {margin-bottom: 25px;}
.ft-title h2 {font-size:21px;
    font-weight:700;
    position: relative;
    margin-top: 0px;
    margin-bottom: 0;
    color:#fff;
    letter-spacing: 0.4px;
    word-spacing:1px;
	text-transform: uppercase;
    padding-bottom: 15px;
}
.ft-title h2:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background-color:#0C6F3E;
}
.ft-add-info li {
    position: relative;
    padding-left: 28px;
    margin-bottom: 18px;
	font-size: 16px;
    color:#fff;
}
.ft-add-info li a:hover, .ft-links li a:hover {color:#0C6F3E;}
.ft-links li:hover:before {background-color: #0C6F3E;}
.ft-add-info li .icon {
    position: absolute;
    left: 0px;
    top: 7px;
    font-size: 15px;
}
.ft-links {padding-left:15px;}
.ft-links li {
    font-size: 16px;
    color:#fff;
    position: relative;
    padding: 0 0 12px 0;
    width: 50%;
    float: left;
    list-style-image: url(../img/ft-list.png);
}
.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}
.social-links-style1 li a i {
    position: relative;
    display: block;
    background: transparent;
    width: 40px;
    height: 40px;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 50%;
    color:rgba(255,255,255,.8);
    font-size: 16px;
    font-weight: 400;
    line-height:38px;
    text-align: center;
    transition: all 500ms ease;
}
.social-links-style1 li a:hover i {
    background: #0C6F3E;
    color: #fff;
}
.social-links-style1 li a:hover i.fb { background-color: #3B5998;}
.social-links-style1 li a:hover i.tw { background-color:#00acee;}
.social-links-style1 li a:hover i.ins {background:radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);}
.bottom-footer {
	padding:35px 0px;
    border-top:1px dashed rgb(255 255 255 / 10%);
    position: relative;
}
.bottom-footer p {margin-bottom: 0px; 
    text-align: center;
	font-size: 16px;
    color:rgba(255,255,255,.7);
}
.bottom-footer p a {color:#fff;}
.whatsapp-chat {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 99;
}

.whatsapp-icon-fixed {
    position: fixed;
    left:30px;
    bottom: 44px;
    z-index: 9999;
    display: inline-block;
    text-align: center;
}
.whatsapp-icon-link {
    display: block;
    height: 50px;
    width: 50px;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    position: relative;
    padding: 1px;
    z-index: 9999;
    background-color:#fd7d00;
    border-radius: 100%;
    padding: 6px;
    margin-bottom: 20px;
    border: 2px solid #fff;
}
.whatsapp-icon-link .whatsapp-icon {
    min-height: 30px;
    width: 30px;
    height: 100%;
}
.animate-icon {
    -webkit-animation-name: tada;
    animation-name: tada;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
/*=========inner page start======*/
.inner-banner {position: relative;	
	padding: 100px 0px;
	background-image: url(../img/inner-banner.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
    text-align: center;
}
.inner-banner:before {position: absolute;
    content: '';
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}
.inner-banner h1 {margin-top: 0px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing:0.8px;
}
.page-breadcrumb {position: relative;}
.page-breadcrumb li {position: relative;
    display: inline-block;
    margin-right: 10px;
    padding-right: 15px;
    color:#fff;
    font-size: 15px;
    font-weight:600;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}
.page-breadcrumb li:after {
    position: absolute;
    content: "\f105";
    right: -2px;
    top: 1px;
    color:#fff;
    font-size: 14px;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
.page-breadcrumb li:last-child::after{display:none} 
.page-breadcrumb > .active, .page-breadcrumb li a:hover {color:#fd7d00;}
.innerpage-section {padding:80px 0px; 
    position: relative;
    overflow: hidden;
}
.bg-grey {background-color:#fcfcfc;}
.abt-funfact {position: relative;
    left: 0;
    bottom: 0;
}
.about-wrap-pd0 {padding-right:0;}
/*service page start*/
.sidebar-widget {
    border: 1px solid #e7e7e7;
    border-radius: 5px;
    margin-bottom: 25px;
}
.sidebar-widget h3 {background-color: #fd7d00;
    padding: 20px;
    margin: 0;
    color: #fff;
    font-weight: 600;
    text-align: center;
}
.sidebar-widget ul {margin-bottom: 0;padding: 20px 15px;}
.sidebar-widget ul li a {
    display: block;
    padding: 15px 18px;
    border-bottom: 1px solid #e7e7e7;
    position: relative;
    overflow: hidden;
    font-weight:600;
    font-size:15px;
}
.sidebar-widget ul li:last-child a {border-bottom:0;}
.sidebar-widget ul li a::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 100%;
    width: 0;
    background:#0C6F3E;
    transition: all 0.35s ease-in-out;
    z-index: -1;
}
.sidebar-widget ul li a::after {
    position: absolute;
    right: 10px;
    top: 50%;
    content: "\f105";
    border-radius: 50%;
    font-family: "Font Awesome 5 Free";
    font-weight: 660;
    transform: translateY(-50%);
    font-size: 20px;
    opacity:0;
}
.sidebar-widget ul li a:hover::before, .sidebar-widget ul li.active a::before {width: 100%;}
.sidebar-widget ul li a:hover::after, .sidebar-widget ul li.active a::after {opacity:1;}
.sidebar-widget ul li a:hover, .sidebar-widget ul li.active a {color:#fff;}
.sub-heading h2 {font-weight: 700;font-size:24px;}
.sub-heading h3 {font-weight:600;font-size:20px;color:#0C6F3E;}
.list1 {padding-left: 20px;}
.list1 li {font-size: 16px;margin-bottom: 20px;}
.list1 li h3 {font-weight:600;font-size:16px;color:#0C6F3E;}
/*blog page start*/
.blog-detail-content a {font-weight: 600;color:#fd7d00;}
.blog-detail-image {position: relative;}
.blog-detail-image img {border-radius: 20px;}
.fxdpost-date {background-color:#fd7d00;
    text-align: center;
    margin-top: 0px;
    z-index: 1;
    position: absolute;
    left: 20px;
    bottom: 20px;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 20px;
    font-size: 15px;
}
/*contact page start*/
.contact-pg {background-image: url(../img/contact-bg.png);
    background-position: 0 -120px;
    background-repeat: no-repeat;
}
.contactinfo-wrap {
    background-color:#fff;
    padding:50px 40px;
    box-shadow:0 0 60px 0 rgb(6 30 98 / 8%);
    position: relative;
    border-radius:20px;
    margin-bottom:30px;
}
.contact-detail-bx {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-bottom:1px solid #e5e5e5;
    padding-bottom: 20px;
}
.contact-detail-bx:last-child {border:0px; margin: 0px;padding: 0px;}
.contact-detail-bx .icn-bx {border:2px solid #fd7d00;
    float: left;
    margin-right: 10px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
    text-align: center;
    color:#fd7d00;
}
.whatsapp-bx {background-color:#19bd19;border-color:#19bd19 !important;color:#fff !important;}
.contact-detail-bx .icn-bx i {font-size: 20px;line-height: 40px;}
.content-bx {display: grid;}
.content-bx p span {font-weight: 700;display: block;font-size: 18px;color: #343434;}
.content-bx p {margin-bottom: 0px;
    font-size:16px;
    line-height: 26px;
    word-spacing: 1px;
    color:#666;
}
.contact-field {margin-bottom: 25px;}
.contact-field h4 {margin: 0;
    font-weight: 700;
    font-size: 23px;
    font-style: italic;
}
.contact-field p {margin-bottom:15px;}
.contact-field .form-control {
    height:55px;
    box-shadow: none;
    border: 1px solid #e9e9e9;
    background-color: #f8f8f8;
    border-radius: 5px;
    color:#818181;
    text-transform: capitalize;
    letter-spacing:0.5px;
}
textarea.form-control {height: auto !important;}
.instagram-feed {margin-bottom:-45px;}
.website-counter {background-color: #ff4957;
    color: #fff;
    border-radius: 17px;
    font-weight: 700;
    font-size: 20px;
    display: inline-block;
    padding: 4px 30px;
}
/*=====media query=====*/ 
@media(min-width:1200px){
    .bg-content p {padding:0 60px;}
}
@media(max-width:1200px){
    .bottom-navbar ul li {padding: 0 5px;font-size: 13px;}
    .navbar-default .navbar-nav > li > a {text-transform: capitalize;font-size: 14px;}
}
@media(max-width:992px){
    .service-list li {width: 100%;}
    .container {width:100%;}
}
@media(min-width:769px){
    .navbar-nav > li > a {padding-top:40px;padding-bottom:40px;}
	.navbar-default .navbar-nav > li:last-child > a:after { display: none;width:0px;}
	 ul.nav.navbar-nav li:hover > .drop-menu {-webkit-transform: scale(1, 1);transform: scale(1, 1);}
	.drop-menu {-webkit-transform: scale(1, 0);display: block;}
}
@media(max-width:769px){
    .logo img {width:280px;}
    .navbar-section {padding: 15px 0 5px 0;text-align: center;}
    .tripadvisor-icon, .logo {margin: 0 auto;}
    .tripadvisor-icon img {width: 99px;}
	.navbar-default .navbar-toggle {border-color:#d2cece;margin-top:20px;}
	.navbar-default .navbar-toggle .icon-bar {background-color:#0C6F3E;}
    .navbar-toggle .icon-bar {width:30px;height:4px;border-radius:2px;}
	.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color:#f0f0f0;}
	.animated {
    -o-transition-property: none !important;
    -moz-transition-property: none !important;
    -ms-transition-property: none !important;
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -o-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    -webkit-animation: none !important;
    -moz-animation: none !important;
    -o-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;}
	.navbar-default .navbar-nav > li > a {border-bottom:1px solid rgba(117, 116, 116, 0.1);
	font-size:14px; letter-spacing: 0px;}
    .about-wrap {padding-right:0px;}
    .fun-fact {left:0;right:0; width: 50%;}
    .whatsapp-icon-link {width:40px;height:40px;}
    .whatsapp-icon-link .whatsapp-icon {min-height: 20px;width: 20px;}
}
@media(max-width:580px){
	
}
@media(max-width:480px){
    .call-tp-list li {font-size: 14px;}
}
