html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	overflow-x: hidden
}

* {
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent
}

body {
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	color: #555;
	margin: 0;
	font-weight: 400
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:focus,
a:hover {
	outline: 0 none
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0 none repeat scroll 0 0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0 none
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0 none;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0 none;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: 700
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

body,
button,
input,
optgroup,
select,
textarea {
	color: #555;
	font-size: 18px;
	line-height: 1.5
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	color: #000;
	font-weight: 700
}

h2 {
	font-size: 30px;
	margin: 0
}

p {
	margin-bottom: 1.5em
}

cite,
dfn,
em,
i {
	font-style: italic
}

blockquote {
	margin: 0 1.5em
}

address {
	margin: 0 0 1.5em
}

pre {
	background: #eee none repeat scroll 0 0;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: .9375rem
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help
}

ins,
mark {
	background: #fff9c0 none repeat scroll 0 0;
	text-decoration: none
}

big {
	font-size: 125%
}

html {
	box-sizing: border-box
}

* {
	box-sizing: border-box
}

body {
	background: #fff none repeat scroll 0 0
}

blockquote::after,
blockquote::before,
q::after,
q::before {
	content: ""
}

blockquote,
q {
	quotes: "" ""
}

hr {
	background-color: #ccc;
	border: 0 none;
	height: 1px;
	margin-bottom: 1.5em
}

ol,
ul {
	margin: 0 0 1.5em
}

ul {
	list-style: outside none disc
}

li {
	padding: 0 0 5px
}

ol {
	list-style: outside none decimal
}

li>ol,
li>ul {
	margin-bottom: 0;
	margin-left: 1.5em
}

dt {
	font-weight: 700
}

dd {
	margin: 0 1.5em 1.5em
}

img {
	height: auto;
	max-width: 100%
}

figure {
	margin: 0
}

table {
	margin: 0 0 1.5em;
	width: 100%
}

button,
input[type=button],
input[type=reset],
input[type=submit] {
	font-weight: 400;
	font-size: 16px;
	background-color: #00178B;
	border: 1px solid #00178B;
	border-radius: none;
	padding: 10px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	transition: ease-in-out .5s all;
	border-radius: 8px;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

input[type=color],
input[type=date],
input[type=datetime-local],
input[type=datetime],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=range],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week],
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	color: #000;
	font-size: 16px;
	padding: 8px 10px
}

select {
	border: 1px solid #ccc
}

input[type=color]:focus,
input[type=date]:focus,
input[type=datetime-local]:focus,
input[type=datetime]:focus,
input[type=email]:focus,
input[type=month]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=range]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=time]:focus,
input[type=url]:focus,
input[type=week]:focus,
textarea:focus {
	color: #111
}

textarea {
	width: 100%
}

::-webkit-input-placeholder {
	color: #ccc
}

:-ms-input-placeholder {
	color: #ccc
}

::placeholder {
	color: #000
}

a {
	color: #13277a;
	text-decoration: none;
	transition: all .3s ease 0s
}

a:visited {
	transition: all .3s ease 0s
}

a:active,
a:focus,
a:hover {
	outline: medium none
}

a:focus {
	outline: medium none
}

a:active,
a:hover {
	outline: 0 none
}

.site-main .comment-navigation,
.site-main .post-navigation,
.site-main .posts-navigation {
	margin: 0 0 1.5em;
	overflow: hidden
}

.comment-navigation .nav-previous,
.post-navigation .nav-previous,
.posts-navigation .nav-previous {
	float: left;
	width: 50%
}

.comment-navigation .nav-next,
.post-navigation .nav-next,
.posts-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.clear::after,
.clear::before,
.comment-content::after,
.comment-content::before,
.entry-content::after,
.entry-content::before,
.site-content::after,
.site-content::before,
.site-footer::after,
.site-footer::before,
.site-header::after,
.site-header::before {
	content: "";
	display: table;
	table-layout: fixed
}

.clear::after,
.comment-content::after,
.entry-content::after,
.site-content::after,
.site-footer::after,
.site-header::after {
	clear: both
}

.widget {
	margin: 0 0 30px
}

.widget select {
	max-width: 100%
}

.sticky {
	display: block
}

.hentry {
	margin: 0 0 1.5em
}

.updated:not(.published) {
	display: none
}

.entry-content,
.entry-summary,
.page-content {
	margin: 1.5em 0 0
}

.inline-block {
	display: inline-block
}

embed,
iframe,
object {
	max-width: 100%
}

.clearnone {
	clear: none
}

.fl {
	float: left
}

@font-face {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format("svg")
}

.container {
	/*margin: 0 auto;
	padding: 0 3%;
	position: relative*/

	margin: 0 auto;
	padding: 0;
	position: relative;
	max-width: 1600px;

}

.boxspacer {
	display: block;
	height: 20px
}

.boxspacer10 {
	display: block;
	height: 10px
}

.text-right {
	text-align: right
}

.text-justify {
	text-align: justify
}

.textlink {
	color: #81b84d;
	font-size: 13px;
	text-decoration: none
}

.textlink:hover {
	color: #000
}

.visible-sm {
	display: none !important
}

#primary.content-area {
	float: left;
	margin: 0 5% 0 0;
	width: 70%
}

body.page-template-full-width #primary.content-area {
	float: left;
	margin: 0;
	width: 100%
}

aside#secondary {
	float: left;
	padding: 50px 0 0;
	width: 25%
}

.widget {
	background-color: #efeef0;
	border: 1px double #e2e2e2;
	margin: 0 0 30px;
	padding: 20px
}

h2.widget-title {
	color: #30458a;
	display: block;
	font-weight: 600;
	line-height: 26px;
	position: relative;
	margin-top: 0
}

.search-form .search-field {
	margin: 0 0 10px;
	width: 100%
}

.fixed-header {
	position: fixed !important;
	top: 0 !important;
	left: 0;
	right: 0;
	box-shadow: 0 5px 5px rgba(0, 0, 0, .2);
	background-color: #fff !important;
	z-index: 9999;
	animation: 1s .1s fadeInDown both
}

.fixed-header .logoImg img {
	display: block;
	max-height: 50px
}

.fixed-header .logoImg {
	padding: 9px 0
}

body.fixed {
	padding-top: 100px
}

#masthead {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;

}

#masthead.innerheader {
	position: relative
}

.topSocialIcons {
	display: inline-block;
	float: right;
	padding: 30px 0 0 0
}

.topSocialIcons a {
	border-radius: 50px;
	width: 50px;
	height: 50px;
	line-height: 46px;
	text-align: center;
	border: 1px solid silver;
	background-color: #fff;
	color: #222;
	display: inline-block;
	font-size: 20px;
	margin-left: 10px
}

.topSocialIcons a.callIcon {
	border: 1px solid #df2528;
	background-color: #df2528;
	color: #fff;
	background-image: url(../images/icon-call.png);
	background-position: center center
}

.phoneAnimate {
	-webkit-animation: dot-pulse-idle 3s cubic-bezier(.19, 1, .22, 1) infinite both;
	animation: dot-pulse-idle 3s cubic-bezier(.19, 1, .22, 1) infinite both;
	border-radius: 80%
}

@-webkit-keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #df2528
	}

	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

@keyframes dot-pulse-idle {
	0% {
		box-shadow: 0 0 0 0 #df2528
	}

	50% {
		box-shadow: 0 0 0 40px rgba(255, 255, 255, 0)
	}
}

.topSocialIcons a:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.logoImg {
	float: left;
	padding: 18px 0;
	max-width: 220px;
	animation: 1s .2s zoomIn both
}

.logoImg img {
	display: block
}

.topMenu {
	position: relative;
	float: none;
	display: inline-block;
	z-index: 9999;

	padding: 0 10px;
	animation: 1s .3s fadeInUp both
}

.booknow-btn {
	animation: 1s .3s fadeInRight both
}

.fixed-header .topSocialIcons {
	padding: 11px 0 0 0
}

.site-header .container {
	text-align: right;
	background: #fff;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homeSlider {
	position: relative;
	padding-top: 113px;
}

.homeSlider .caption-wrap {
	opacity: 1 !important;
	color: #000
}

.homeSlider .caption-wrap .line1 {
	font-weight: 700;
	font-size: 54px;
	line-height: 70px;
	color: #00178B;
	margin: 0 0 20px 0;
}

.homeSlider .caption-wrap .line2 {
	font-size: 18px;
	color: #222;
	font-weight: 400;
	line-height: 32px;
}

@-webkit-keyframes rotating {
	from {
		-webkit-transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite
}

.homeSlider .caption-wrap p {
	color: #fff;
	font-size: 80px;
	line-height: 80px;
	font-weight: 300;
	margin: 0
}

.homeSlider .owl-item.active .caption-wrap .line1 {
	animation: 1s .1s fadeInDown both
}

.homeSlider .owl-item.active .caption-wrap .line2 {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .caption-wrap .line3 {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .caption-wrap p {
	animation: 1s .9s fadeInUp both
}

.homeSlider .owl-item.active .colRight img {
	animation: 1s .9s bounceInRight both
}

.homeSlider .caption-wrap .btn-group {
	margin-top: 20px
}

.homeSlider .owl-item .caption-wrap .btn-default {
	margin-right: 10px;
	margin-bottom: 10px
}

.homeSlider .owl-item.active .caption-wrap .btn-default {
	animation: 1s 1.2s fadeInUp both
}

.homeSlider .owl-dots {
	position: absolute;
	right: 20px;
	bottom: 20px
}

.homeSlider .owl-theme .owl-dots .owl-dot.active span {
	background-color: #de2729;
	border-color: #de2729
}

.homeSlider .owl-theme .owl-nav {
	margin: 0
}

.homeSlider .owl-carousel .owl-nav button.owl-next,
.homeSlider .owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	margin: -25px 0 0;
	top: 60%;
	padding: 0;
	height: 50px;
	border-radius: 50px;
	background-color: rgba(0, 0, 0, .1);
	color: #fff
}

.homeSlider .owl-carousel .owl-nav button.owl-next:hover,
.homeSlider .owl-carousel .owl-nav button.owl-prev:hover {
	background-color: #000
}

.homeSlider .owl-carousel .owl-nav button.owl-next {
	right: 20px
}

.homeSlider .owl-carousel .owl-nav button.owl-prev {
	left: 20px
}

.colLeft {
	position: absolute;
	width: 40%;
	left: 5%;
	bottom: 30%;
	z-index: 1;
}

.colRight {
	position: absolute;
	width: 62%;
	right: 0;
	bottom: 10%;
	text-align: center
}

.colRight img {
	max-width: 100vw;
	margin: auto
}

#pre-div {
	background-color: #f6f6f6;
	bottom: 0;
	height: 100%;
	width: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 999
}

#loader {
	background-image: url(../images/ajax-loader.gif);
	background-position: center center;
	background-repeat: no-repeat;
	height: 149px;
	left: 50%;
	margin: -75px 0 0 -109px;
	position: absolute;
	top: 50%;
	width: 218px
}

.text-justify {
	text-align: justify
}

.owlpics {
	display: block;
	text-align: center
}

.owlpics h3 {
	font-size: 18px;
	color: #212121;
	font-weight: 600;
	margin: 0;
	padding: 10px
}

.owlpics .imgbox,
.owlpics img {
	transition: all .3s ease 0s
}

.owlpics .imgbox span {
	display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 60%;
	color: #fff;
	font-weight: 700;
	z-index: 1;
	transition: all .3s ease 0s
}

.owlpics:hover .imgbox {
	background-color: #000
}

.owlpics:hover img {
	opacity: .4
}

.owlpics:hover .imgbox span {
	display: block
}

.owl-theme .owl-nav [class*=owl-] {
	border-radius: 0;
	background-color: #fff;
	border: 1px solid #acacac;
	color: #000;
	width: 50px;
	text-align: center;
	line-height: 40px
}

.owl-theme .owl-nav [class*=owl-]:hover {
	background-color: #000;
	color: #fff;
	border-color: #000
}

.owl-theme .owl-nav {
	margin-top: 30px
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
	background-color: #f0f0f0;
	padding: 4px 7px !important;
	border-radius: 15px
}

.owl-carousel .imgWrap {
	width: 100%;
	height: 200px;
	display: table-cell;
	text-align: center;
	vertical-align: middle
}

.owl-carousel .imgbox {
	display: table
}

.owl-carousel .imgbox img {
	max-width: 100%;
	width: auto;
	margin: auto;
	max-height: 210px
}

.fullrow {
	padding: 60px 0;
	position: relative;
	clear: both
}

.site-footer {
	color: #4f5c6d;
	position: relative;
	margin: 0;
	background-color: #061C3A;
	background-size: cover;
	padding: 140px 0 0 0;
	margin-top: -80px;
}

.footer-shape-top {
	overflow: hidden;
	position: absolute;
	left: 0;
	width: 100%;
	line-height: 0;
	direction: ltr;
	top: -1px;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.footer-shape-top:not([data-negative=false]) svg {
	z-index: -1
}

.footer-shape-top svg {
	display: block;
	width: calc(100% + 1.3px);
	height: 50px;
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%)
}

.footer-shape-top .footer-shape-fill {
	fill: #fff;
	-webkit-transform-origin: center;
	-ms-transform-origin: center;
	transform-origin: center;
	-webkit-transform: rotateY(0);
	transform: rotateY(0)
}

.site-footer .socialIcons {
	padding: 40px 0 0 0;
	display: inline-block;
	margin: auto
}

.site-footer .socialIcons p {
	font-size: 18px;
	margin: 0 10px 10px;
	display: inline-block;
	font-weight: 900;
	text-transform: uppercase
}

.site-footer .socialIcons a {
	margin: 0 5px 10px;
	font-size: 24px;
	width: 46px;
	height: 46px;
	line-height: 46px;
	background-color: #ecdede;
	display: inline-block;
	border-radius: 50%;
	color: #4f5c6d;
	text-align: center
}

.site-footer .socialIcons a:hover {
	color: #fff;
	background-color: #4f5c6d
}

.site-footer .col-41 {
	width: 20%;
	margin-right: 10%;
}

.site-footer .col-42 {
	width: 25%;

}

.site-footer .col-43 {
	width: 30%;

}

.site-footer .col-44 {
	width: 40%;
}

.site-footer ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
	vertical-align: top
}

.site-footer li {
	padding: 0 0 10px 0;
	position: relative
}

.site-footer .menu li {
	padding: 0 0 9px 0px;
	position: relative
}

/*.site-footer .menu li:before {
	content: "\f105";
	font: normal normal normal 14px/1 FontAwesome;
	position: absolute;
	left: 0;
	top: 7px;
	color: #4f5c6d
}*/

.site-footer a {
	color: #fff;
}

.site-footer a:hover {
	text-decoration: underline;
}

.site-footer .footerTitle {
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 10px;
	position: relative;
	font-size: 26px;
	font-weight: 500
}

.site-footer ul.displayInline {
	display: inline-block
}

.site-footer .box {
	margin-bottom: 0;
	clear: both
}

.site-footer .box p {
	margin: 0
}

.site-footer .box .fa {
	color: #FF7F00;
	font-size: 23px;
}

.site-footer .box .fa.fa-envelope-o {
	padding: 0 15px 0 0
}

.site-footer .box .fa.fa-mobile {
	font-size: 28px;
	padding: 0 15px 17px 3px
}

.site-footer .box .fa.fa-map-marker {
	padding: 4px 0 0 2px;
	font-size: 26px;
}

.site-footer .boxColumn {
	margin: 0 0 30px 38px;
	color: #fff;
}

.site-footer .boxColumn a {
	color: #fff
}

.site-footer .boxColumn a:hover {
	color: #fff
}

.site-footer .footerSocial {
	margin: 20px 0 0
}

.site-footer .footerSocial a {
	margin: 0 12px 0 0;
	font-size: 20px;
	background: #0000FF;
	height: 40px;
	width: 40px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border-radius: 100px;
	color: #fff;
	
}

.site-footer .footerSocial a:hover {
	transform: rotate(360deg);text-decoration:none
}

.site-footer .footerSocial a.fb {
    background: #0165E1;
    background: radial-gradient(circle at 30% 107%,#0165E1 0%,#17A9FD 90%)
}

.site-footer .footerSocial a.linkedin {
    background-color: #0a66c2
}

.site-footer .footerSocial a.insta {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%,#fdf497 0%,#fdf497 5%,#fd5949 45%,#d6249f 60%,#285AEB 90%)
}
.site-footer .footerSocial a.wa {
    background-color: #4cba81
}


.site-footer .copyRight {
	text-align: center;
	font-size: 14px;
	padding: 30px 0;
	margin: 40px 0 0;
	color: #fff;
	border-top: 1px solid rgba(255, 255, 255, .15);

}

.site-footer .copyRight a {
	color: #fff;
	text-decoration: underline
}

.site-footer .copyRight a:hover {
	text-decoration: underline
}

.site-footer .copyRight p {
	margin: 0
}

.site-footer .copyRight .left {
	float: left
}

.site-footer .copyRight .right {
	float: right;
	text-align: right
}

.site-footer .copyRight:after {
	content: "";
	display: block;
	clear: both
}

.footerLogo img {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}



#back-to-top {
	opacity: 0;
	background: #FF7F01 none repeat scroll 0 0;
	color: transparent;
	bottom: 15px;
	cursor: pointer;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	padding: 6px;
	position: fixed;
	right: 15px;
	text-align: center;
	width: 40px;
	z-index: 99;
	display: block;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}

#back-to-top.show {
	opacity: 1
}

#back-to-top::after {
	content: '\f062 ';
	display: inline-block;
	color: #fff;
	font-family: Fontawesome;
	font-size: 16px;
	left: 0;
	position: absolute;
	right: 0;
	top: 11px;
	-webkit-animation: passingbottomtotop 1.1s linear infinite;
	-moz-animation: passingbottomtotop 1.1s linear infinite;
	-ms-animation: passingbottomtotop 1100ms linear infinite;
	-o-animation: passingbottomtotop 1.1s linear infinite;
	animation: passingbottomtotop 1.1s linear infinite;
	transition: all .5s ease-in-out;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out
}

#back-to-top:hover {
	background-color: #4f5c6d
}

#back-to-top:hover:after {
	color: #fff
}

@-webkit-keyframes passingbottomtotop {
	0% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}
}

@keyframes passingbottomtotop {
	0% {
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}
}

@-webkit-keyframes passingtoptobottom {
	0% {
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}
}

@keyframes passingtoptobottom {
	0% {
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		opacity: 0
	}

	50% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateY(50%);
		-ms-transform: translateY(50%);
		transform: translateY(50%);
		opacity: 0
	}
}

#menubtn {
	height: 40px;
	border-radius: 20px;
	line-height: 40px;
	display: inline-block;
	margin-left: 12px;
	padding: 0;
	cursor: pointer;
	border: 1px solid #4f5c6d;
	margin-top: 30px;
	background-color: #4f5c6d;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 800;
	letter-spacing: .02em;
	width: 40px;
	text-align: center;
}

.fixed-header #menubtn {
	margin-top: 15px
}


.col21 {
	width: 47%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left
}

.col22 {
	width: 47%;
	display: inline-block;
	margin: 0 0 0 3%
}

.col-21 {
	width: 48%;
	display: inline-block;
	margin: 0 3% 0 0;
	float: left
}

.col-22 {
	width: 48%;
	display: inline-block;
	margin: 0;
	float: right
}

.col-31 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-32 {
	width: 31.66%;
	display: inline-block;
	margin: 0 2.5% 0 0;
	float: left
}

.col-33 {
	width: 31.66%;
	display: inline-block;
	margin: 0;
	float: left
}

.col-41 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-42 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-43 {
	width: 23.12%;
	display: inline-block;
	margin: 0 2.5% 30px 0;
	float: left
}

.col-44 {
	width: 23.12%;
	display: inline-block;
	margin: 0;
	float: left
}

.box {
	margin-bottom: 30px
}

.box .fa {
	color: #df2528;
	float: left;
	font-size: 22px;
	padding: 2px 0 0
}

.box .fa-mobile {
	font-size: 36px;
	margin-left: 3px;
	margin-top: -7px
}

.box .fa-envelope-o {
	font-size: 19px !important;
	margin-top: 7px;
}

.boxColumn {
	margin: 0 0 0 30px;
	font-size: 18px;
}

.boxColumn a {
	text-decoration: none
}

.boxColumn a:hover {
	color: #000
}

.contactpagelink .boxColumn a {
	color: #555
}

.contact-form-right {
	background-color: #f6f6f6;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 30px
}

.contactpagelink .boxColumn a:hover {
	color: #df2528
}

.entry-content a:hover {
	color: #000
}

.brdimg {
	border: 1px solid #083d5f
}

.col21 iframe,
.col22 iframe {
	border-top: 1px solid #ccc !important;
	border-bottom: 1px solid #ccc !important
}

.col21 iframe {
	border-right: 1px solid #ccc !important
}

.btn-default {
	font-weight: 400;
	font-size: 18px;
	background-color: #00178B;
	border: 1px solid #00178B;
	border-radius: 8px;
	padding: 10px 25px;
	text-align: center;
	min-width: 100px;
	color: #fff;
	display: inline-block;
	text-transform: uppercase
}

.btn-default:hover {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-default.btn-o {
	background-color: #000;
	border-color: #000;
	color: #fff
}

.btn-default.btn-o:hover {
	background-color: #222;
	border-color: #000;
	color: #fff
}

.btn-lg {
	font-size: 18px;
	padding: 8px 30px
}

.btn-black {
	border-color: #000 !important;
	background-color: #000 !important
}

.btn-orange {
	border-color: #FE8400 !important;
	background-color: #FE8400 !important
}

.btn-orange:hover {
	border-color: #000 !important;
	background-color: #000 !important
}

.btn-white {
	border-color: #fff;
	background-color: #fff;
	color: #000
}

.btn-white:hover {
	color: #fff
}

.btn-orange {
	background-color: #13277a;
	border-color: #13277a
}

.btn-default i {
	display: inline-block;
	padding-left: 10px
}

.col-8 {
	width: 66.66666667%;
	float: left
}

.col-4 {
	width: 33.33333333%;
	float: left
}

.smallLine {
	margin-top: 0;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: rgba(255, 255, 255, .85)
}

.breadcrumbs {
	font-size: 14px;
	font-weight: 500;
	text-decoration: none;
	margin: 0;
	color: #ccc
}

.breadcrumbs a {
	color: #fff
}

.pageTitle2 {
	background-image: url(../images/bg-pagetitle.jpg);
	background-position: 50% center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 270px 0 80px;
	color: #fff
}

.pageTitle2 h1 {
	font-family: "Fredericka the Great", cursive;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 60px;
	margin: 85px 0 0
}

.pageTitle2 .col-21 {
	width: 38%
}

.pageTitle2 .col-22 {
	width: 58%
}

.pageTitle {
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), rgba(0, 0, 0, 0.73)), url(../images/bg-slider-urbania.jpg);
	background-position: top center;
	background-repeat: no-repeat;

	background-size: cover;
	padding: 270px 0 100px
}

.pageTitle h1 {
	margin: 0 0 40px;
	padding: 0;
	line-height: 40px;
	font-size: 50px;
	font-weight: 700;
	color: #fff
}

.bg-contact {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, .52), rgba(0, 0, 0, .73)), url(../images/bg-contact.jpg);
	background-position: bottom center
}

.bg-f6f6f6 {
	background-color: #f6f6f6
}

.bg-e4e4e4 {
	background-color: #e4e4e4
}

#breadcrumb {
	list-style: none;
	margin: 10px 0 0;
	padding: 0
}

#breadcrumb li {
	display: inline-block;
	font-size: 16px
}

#breadcrumb li:not(:last-child):after {
	content: "/";
	display: inline-block;
	margin: 0 10px
}

#breadcrumb a {
	color: #fff
}

.doubletext span {
	color: #df2528;
	display: block
}

.bg-fff {
	background-color: #fff !important
}

.site-content {
	padding: 30px 0
}

.site-content p {
	line-height: 30px
}

.img-border {

	border-radius: 20px;

}

.col31 {
	width: 33%;
	float: left
}

.col32 {
	width: 33%;
	float: left;
	padding-right: 40px
}

.col33 {
	width: 33%;
	float: left
}

#frm_contact label {
	font-size: 14px;
	margin-bottom: 6px;
	display: inline-block
}

#frm_contact input {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px
}

#frm_contact select {
	border: 1px solid #ccc;
	width: 90%;
	padding: 9px;
	font-size: 16px
}

#frm_contact textarea {
	border: 1px solid #ccc;
	width: 90%;
	font-size: 16px;
	padding: 9px
}

#frm_contact .form-group {
	margin: 0 0 10px
}

#period-addon {
	line-height: 40px
}

.mapwrap .col21,
.mapwrap .col22 {
	width: 50%;
	margin: 0
}

.wrap404 {
	text-align: center;
	padding: 40px 0
}

.wrap404 i {
	font-size: 120px
}

.wrap404 h2 {
	font-size: 60px;
	font-weight: 500;
	margin: 0;
	line-height: inherit
}

.wrap404 h4 {
	font-size: 40px;
	font-weight: 300;
	margin: 0;
	color: #ccc
}

.wrap404 p {
	font-size: 20px
}

.asterisk {
	color: red
}

.well {
	transform: scale(.8);
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
	padding: 20px;
	margin: 10px;
	background-color: #e3e3e3;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .3);
	display: none;
	max-width: 340px;
	min-width: 300px;
	min-height: 300px;
	color: #000
}

.popup_visible .well {
	transform: scale(1)
}

.well .closeicon {
	position: absolute;
	border-radius: 8px;
	right: 1px;
	top: 1px;
	cursor: pointer;
	padding: 6px;
	color: #fff;
	background: #000
}

.well .form-group {
	margin-bottom: 15px
}

.well input.form-control {
	width: 100%;
	padding: 12px 10px
}

.well select {
	width: 100%;
	padding: 14px 10px !important
}

.well label {
	display: block;
	font-size: 15px;
	margin: 0 0 5px;
	font-weight: 700
}

.well .head2 {
	font-weight: 800;
	text-transform: uppercase;
	margin: 0 0 20px;
	border-bottom: 1px solid #000;
	padding-bottom: 10px
}

.w980 {
	max-width: 980px !important;
	margin: 0 auto
}

.w900 {
	max-width: 900px !important;
	margin: 0 auto
}

.w800 {
	max-width: 800px !important;
	margin: 0 auto
}

.w660 {
	max-width: 660px !important;
	margin: 0 auto
}

.w600 {
	max-width: 600px !important;
	margin: 0 auto
}

.w250 {
	max-width: 250px !important;
	margin: 0 auto
}

.w200 {
	max-width: 200px !important;
	margin: 0 auto
}

.w150 {
	max-width: 150px !important;
	margin: 0 auto
}

.w100 {
	max-width: 100px !important;
	margin: 0 auto
}

.minw100 {
	min-width: 100px
}

.minw240 {
	min-width: 240px
}

.field-row {
	margin-bottom: 10px
}

.formWrap {
	margin: 0 auto
}

.formWrap .input-field {
	margin-bottom: 15px
}

.formWrap label {
	display: block;
	font-weight: 400
}

.formWrap input[type=date],
.formWrap input[type=email],
.formWrap input[type=tel],
.formWrap input[type=text] {
	width: 100%;
	border-color: #cecece;
	border-radius: 0;
	color: #000
}

.formWrap select {
	width: 100%;
	border-color: #cecece;
	border-radius: 0;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding: 10px 8px
}

.formWrap .col21,
.formWrap .col22 {
	margin-bottom: 15px
}

.formWrap .col-31,
.formWrap .col-32,
.formWrap .col-33 {
	margin-bottom: 15px
}

.formWrap textarea {
	height: 120px;
	border-radius: 0;
	color: #000
}

.formWrap input[type=submit] {
	width: auto;
	margin: 10px 0 0;
	border-radius: 8px;
	padding: 10px 20px 8px;
	font-size: 18px;
	font-weight: 400
}

table.pkg {
	background-color: #fff;
	font-size: 18px;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2
}

table.pkg td {
	padding: 10px;
	border-bottom: 1px solid #c2c2c2;
	border-right: 1px solid #c2c2c2;
	color: #1a1a1a
}

table.pkg td:first-child {
	background-color: #f1f1f1
}

.anchorspan {
	position: absolute;
	top: -100px
}

.showMobile {
	display: none
}

.showMobile a {
	display: inline-block;
	background-color: #f2f2f2;
	float: left;
	text-align: center;
	color: #000;
	padding: 2px 0;
	font-weight: 400;
	width: 25%
}

.addBorder {
	border-left: 1px solid rgba(0, 0, 0, .2)
}

.yeardiv {
	width: 50px !important;
	float: left;
	text-align: center;
	margin-right: 10px
}

.mr20 {
	margin-right: 20px !important
}

.mt28 {
	margin-top: 28px !important
}

.mt20 {
	margin-top: 20px !important
}

.mt10 {
	margin-top: 10px !important
}

.pt0 {
	padding-top: 0 !important;
}

.posterbox img {
	border: 1px solid #ccc;
}

.reviewus {
	margin: 40px 0 0;
}

.reviewus img {
	max-width: 200px;
}

.showMobile a:hover {
	background-color: #000;
	color: #fff
}

#menubtn {
	display: none
}

.text-center {
	text-align: center
}

.font20 {
	font-size: 20px
}

.formWrap input[type=submit].btn-tracking {
	width: 70%;
	padding: 4px 0;
	vertical-align: top;
	margin: 0
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px
}

.alert-success {
	color: #3c763d;
	background-color: #dff0d8;
	border-color: #d6e9c6
}

.alert-info {
	color: #fff;
	background-color:#0823AA;
	border-color: #0823AA
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1
}

.table {
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	font-size: 15px;
	color: #000
}

.table th {
	text-align: left;
	padding: 10px;
	color: #222;
	font-size: 16px;
	border-right: 1px solid #faed38;
	border-bottom: 1px solid #111;
	background-color: #faed38
}

.table td {
	text-align: left;
	padding: 12px 20px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	background-color: #fff
}

.font28 {
	font-size: 28px;
	line-height: 36px
}

.mulilight {
	font-weight: 300 !important
}

.mt0 {
	margin-top: 0 !important
}

.mb0 {
	margin-bottom: 0 !important
}

.mt20 {
	margin-top: 20px
}

.mb10 {
	margin-bottom: 10px
}

.mb20 {
	margin-bottom: 20px
}

.m0 {
	margin: 0
}

.vtop {
	vertical-align: top
}

.title-light {
	font-weight: 300;
	color: #272727;
	font-size: 24px
}

.pb0 {
	padding-bottom: 0 !important
}

.pb20 {
	padding-bottom: 20px
}

.text-white {
	color: #fff
}

.eq-row {
	display: flex;
	position: relative
}

.eq-row .column {
	flex: 50%
}

.p40 {
	padding: 40px
}

.showOnlyDesktop {
	display: block
}

.showiPad {
	display: none
}

.iconLeft {
	float: left;
	width: 60px;
	margin: 7px 0 0 0
}

.iconLeft .fa {
	font-size: 45px
}

.servConRight {
	display: table;
	margin-left: -65px
}

.introContent.nobg {
	background-image: none
}

.introContent {
	padding: 60px 0 50px;
	background: #fff;
	position: relative;
	color: #000;
	font-weight: 500
}

.introContent .container {
	z-index: 10;
	position: relative
}

.border-img {
	max-width: 100%;
	width: auto;
	margin: 0 auto;
	border-radius: 20px;
	display: inline-block;
	overflow: hidden
}

.introContent .col-21 {
	width: 46%
}

.introContent .col-22 {
	width: 50%
}

.bg-products {
	background: url(../images/bg-products.jpg) center center no-repeat fixed
}

.titletxt {
	font-size: 26px;
	font-weight: 700;
	color: #262626;
	line-height: 60px;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 40px
}

.titletxt span {
	color: blue
}

.introContent p {
	text-align: justify
}

.wow {
	visibility: hidden
}

.img-block {
	display: block
}

.desktop-p40 {
	padding: 40px
}

.tb {
	display: table;
	width: 100%;
	height: 100%;
	vertical-align: middle
}

.tbs {
	display: table-cell;
	height: 100%;
	vertical-align: middle
}

.gallerylist {
	list-style: none;
	margin: 0;
	padding: 0
}

.gallerylist:after {
	content: "";
	display: block;
	clear: both
}

.gallerylist li {
	margin: 0;
	padding: 0;
	width: 20%;
	float: left
}

.gallerylist li a {
	margin: 1px;
	position: relative;
	display: block;
	overflow: hidden
}

.gallerylist li a img {
	display: block
}

.gallerylist li a img[alt] {
	font-size: 12px
}

.gallerylist li .caption {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(59, 89, 151, .8);
	text-align: center;
	visibility: hidden;
	height: 0;
	transition: all ease-in-out .2s;
	color: #fff;
	font-size: 22px
}

.gallerylist li a:hover .caption {
	visibility: visible;
	height: 100%;
	left: 0;
	top: 0
}

/*.banner-form .container{max-width: 1600px;padding: 0;}*/

.homeWhy {
	clear: both;
	padding: 60px 0px;
	text-align: center
}


.homeWhy h2 {
	font-size: 36px;
	margin: 0 0 25px;
	padding: 0
}

.homeWhy .whyFlex {
	display: flex;
	gap: 30px;
}

.homeWhy .whyBox {
	flex: 1;
	padding: 40px 30px;
	border-radius: 40px;
	border: 1px solid #ECECEC;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 15px;
	transition: all ease-in-out 0.5s;
}

.homeWhy .whyBox:hover {
	background: #fff;
	box-shadow: 0 0 72px rgba(0, 0, 0, .07)
}

.homeWhy .whyBox h2 {
	font-size: 22px;
	font-weight: 500;
	color: #151515; margin:0
}

.homeWhy .whyBox p {
	color: #222222;
	margin: 0;
}

.homeProducts {
	clear: both;
	padding: 60px 0;
	text-align: center;

}



.homeProducts .titletxt {
	display: inline-block;
	margin: 0 0 40px;
	text-align: center;
	font-size: 36px;
	padding-bottom: 5px
}

.our-collection {
	margin-top: 30px;
}

.carouselBox {
	position: relative;
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	border: 1px solid #C4C4C4;
}

.carouselBox .pic {
	display: block;
	overflow: hidden;
	position: relative
}

.carouselBox .content {
	display: flex;
	text-align: left;
	justify-content: space-between;
	position: relative;
	left: 0;
	bottom: 0;
	width: 100%;
	z-index: 3;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	flex-direction: column;
	gap: 15px;
}

.carouselBox .content .title {
	font-size: 18px;
	margin: 0;
	padding: 10px 0 0 0;
	color: #141414;
	font-weight: 500;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.car-details {
	display: flex;
	gap: 15px;
	color: #555;
	flex-wrap: wrap;
}

.car-details-flex {
	display: flex !important;
	font-size: 15px;
	font-family: "Poppins", Medium;
	color: #141414;
	align-items: center;
	margin-right: 25px;
}

.car-details-flex img {
	height: 16px;
	width: 16px;
	margin-right: 5px;
}

.car-pricing {

	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 20px;
}

.car-price {
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold;
	color: #141414;
	text-align: left;
}

.car-book-btn {
	display: flex;
	gap: 10px
}

.car-book-btn img {
	height: 25px;
	width: 25px;
	flex: 0 0 25px;
}

.car-book-btn i {
	font-size: 24px;
}

.car-price-title {

	font-size: 18px !important;
	font-weight: 400;
	color: #575757;
}

/*
.carouselBox .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	-moz-transition: .4s;
	-webkit-transition: .4s;
	-ms-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden
}

.carouselBox img.proimg {
	transition: ease-in-out all .2s;
	z-index: 1;
	display: block
}*/

#owl-homeProductss.owl-carousel .owl-nav button.owl-next,
#owl-homeProductss.owl-carousel .owl-nav button.owl-prev {
	background-color: transparent;
	border: 1px solid #ccc;
	width: 70px;
	padding: 2px 7px !important;
	color: #ccc;
	border-radius: 30px
}

.clientlogobox {
	height: 170px;
	text-align: center;
	position: relative;
	width: 100%;
	float: left;
	display: table
}

.clientlogobox span {
	display: table-cell;
	vertical-align: middle;
	padding: 10px
}

.clientlogobox img {
	vertical-align: middle;
	max-height: 130px;
	max-width: 100%;
	margin: auto;
	width: auto !important
}

.clientPage .clientlogobox {
	width: 23%;
	margin: 0 1% 2%;
	border: 1px solid #ccc
}

.projectList {
	position: relative;
	display: block
}

.project {
	background-color: #eee;
	width: 100%;
	clear: both;
	display: flex;
	margin-bottom: 10px;
	transition: ease-in-out all .5s
}

.project:hover {
	box-shadow: 0 2px 13px rgba(0, 0, 0, .5)
}

.project .srno {
	padding: 20px;
	text-align: center;
	background-color: #d9d9d9;
	width: 70px
}

.project .proTitle {
	padding: 20px;
	flex-grow: 8
}

.project .probtn {
	padding: 10px
}

.homeCallback {
	background: url(../images/bg-form.jpg) no-repeat center center #fff;
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0
}

.homeCallback h2 {
	font-size: 44px;
	color: #222;
	font-weight: 900
}

.homeCallback h3 {
	font-size: 20px;
	margin: 0;
	color: #000
}

.homeCallback .quickContactForm {
	max-width: 500px;
	border-radius: 20px;
	background-color: rgba(255, 255, 255, .9);
	padding: 30px
}

.homeCallback .input-field {
	margin-bottom: 20px
}

.homeCallback .input-field label {
	display: block;
	font-size: 16px;
	color: #424242;
	padding-bottom: 3px
}

.btn-fontaw {
	font-family: FontAwesome, Muli, sans-serif
}

.fa-ul {
	margin: 10px 0 0 25px
}

.fa-ul li {
	padding-bottom: 10px
}

.border_box {
	width: calc(20% - 30px);
	float: left;
	margin: 15px;
	text-align: center
}

.border1 {
	width: 100%;
	float: left;
	background-color: #fff;
	border: #ddd 1px solid;
	text-align: center;
	padding: 10px 0
}

.yellowStrip {
	position: relative
}

.galleryImg {
	border: 5px solid #fff;
	box-shadow: 0 0 15px rgba(0, 0, 0, .12)
}

.introTwoImg .col-21 {
	margin-right: 1.5%
}

.introTwoImg .col-22 {
	margin-left: 1.5%;
	margin-top: 30px
}

.introTwoImg img {
	display: block;
	border-radius: 20px 0 20px 0
}

h1.home {
	font-size: 36px;
	font-weight: 900;
	line-height: 40px
}

ul.style1 {
	padding: 0;
	margin: 0 0 15px 0;
	list-style-type: none
}

ul.style1 li {
	padding: 0 0 9px 31px;
	position: relative;
	margin: 0
}

ul.style1 li:before {
	content: "";
	width: 24px;
	height: 24px;
	background: url(../images/icon-arrow.png) 0 0 no-repeat;
	background-size: auto;
	padding: 0;
	margin-left: 0;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 6px;
	background-size: 18px
}

.homePackage {
	padding: 50px 0;
	background: url(../images/bg-homepkg.jpg) left top no-repeat
}

.homePackage h2 {
	text-align: center
}

.homePackage .mw {
	width: 50%;
	max-width: 800px;
	margin-left: 40%;
	padding: 40px 0 140px
}

.homePackage .tourpkgflex {
	display: flex;
	justify-content: space-between;
	text-align: center
}

.homePackage .tourpkgflex a {
	color: #222;
	display: block
}

.homePackage .tourpkgflex a:hover {
	color: #df2528
}

.homePackage .tourpkgflex img {
	transition: all ease-in-out .5s
}

.homePackage .tourpkgflex a:hover img {
	transform: scale(.9)
}

.whatsAppBtn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #25d366;
	display: block;
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 9999;
	text-align: center;
	border-radius: 50%;
	font-size: 22px;
	color: #fff;
	animation: bounce 2s infinite
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		transform: translateY(0)
	}

	40% {
		transform: translateY(-20px)
	}

	60% {
		transform: translateY(-10px)
	}
}

.flex-footer {
	display: block
}

.flex-footer .col.first {
	width: 30%;
	margin-right: 10%;
	float: left;
	text-align: center
}

.flex-footer .col2 {
	width: 20%;
	float: left
}

.flex-footer .col3 {
	float: right
}

.flex-footer .col.first img {
	max-width: 360px;
	margin: auto
}

.flex-footer .col3 .imgmap {
	border: 1px solid #b6b6b6;
	border-radius: 20px;
	display: block
}

.absFooter {
	background-color: #4f5c6d;
	color: #fff;
	border-radius: 20px;
	padding: 40px 20px;
	justify-content: space-between;
	display: flex;
	margin-bottom: 80px;
	margin-top: -60px
}

.homewhtsAppForm {
	background-color: #fff;
	border-radius: 20px;
	padding: 40px;
	margin: -60px auto 0px;
	z-index: 99;
	position: relative;
	max-width: 1340px;
	justify-content: center;
	display: flex;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

.homewhtsAppForm form {
	display: flex;
	align-items: center;
	gap: 15px;
}

.homewhtsAppForm form>div {
	flex-grow: 1;
	flex-basis: 0;
	text-align: left;

}

.homewhtsAppForm form input {
	width: 100%;
	border-radius: 10px;
	padding: 10px 15px;
	border: 1px solid #ccc;
}

.homewhtsAppForm form select {
	width: 100%;
	padding: 12px 15px;
	border-radius: 10px
}

.homewhtsAppForm form label {
	font-weight: 500;
	margin-bottom: 5px;
	display: block;
	color: #222;
}

.homewhtsAppForm form input[type=submit] {
	background-color: #25d366;
	border-color: #25d366;
	border-radius: 10px;
	font-weight: 400;
	font-size: 18px;
	padding: 10px 15px
}

.teamBox img {
	border-radius: 20px 0 20px 0
}

#owl-aboutteam.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -10px;
	margin-bottom: 40px
}

.threeGrid {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
	justify-content: center;
}

.threeGrid .carouselBox {
	box-shadow: 0 0 16px rgb(0 0 0 / 15%);
	margin: 0 15px 30px;
	flex: 0 0 calc(33.33% - 30px)
}

.fourGrid {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap
}

.fourGrid .carouselBox {
	box-shadow: none;
	margin: 0 15px 30px;
	flex: 0 0 calc(25% - 30px);
	padding: 0
}

.fourGrid .carouselBox .content {
	border: none
}

.fourGrid .carouselBox .content .title span {
	color: #df2528
}

.gallery-filters {
	text-align: center;
	margin-bottom: 25px;
}

.filter-btn {
	padding: 8px 18px;
	margin: 5px;
	border: 1px solid #ddd;
	background: #fff;
	cursor: pointer;
	border-radius: 4px;
	font-size: 14px;
	color: #222;
	font-weight: 500;
	min-width: inherit;
}

.filter-btn.active {
	background: #1c398e;
	color: #fff;
	border-color: #1c398e;
}

.gallery-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 15px;
}

.gallery-item img {
	width: 100%;
	display: block;
	height: 180px;
	object-fit: cover;
	border-radius: 6px;
}





/*    */
.item::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/* background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.3) ); */
	background: linear-gradient(to right, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
	z-index: 1;
}

.about {
	position: relative;
}

.about::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/aboutus-urbania.jpg) right bottom no-repeat;
	right: 0;
	background-size: 200px;
	animation: 1s .1s fadeInRight both
}

.about .container {
	padding: 60px 0px;
	display: grid;
	grid-template-columns: 1fr 1.5fr;
	gap: 50px;
	align-items: center;
}

.smallTitle {
	font-size: 22px;
	font-weight: 600;
	color: #FF7F00;
	margin: 0;
}

.mainTitle {
	color: #100C08;
	font-size: 44px;
	font-weight: 600;
	margin: 0;
}

.section-bg {
	background: #EFF2FF;
}

.owl-theme .owl-dots .owl-dot span {
	background: #EAEAEA;
	border: 0px solid #ccc;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #FE8400;
	border-color: transparent;
}

.section-lightbg {
	background: #F8F9FA;
}

.ourExperties {
	padding: 60px 0px;
}

.ourExperties .container {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	gap: 50px;
	align-items: center;
}


.missionvision {
	display: flex;
	gap: 30px;
}

.missionvision .mvbox {
	flex: 1;
	padding: 20px;
	text-align: center;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	border-radius: 20px;
	background: #fff;
}

.missionvision .fa {
	font-size: 36px;
	color: blue;
	vertical-align: center
}

.missionvision h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.experties-image img {
	border-radius: 20px;
}

.ourExperties .smallTitle {
	font-size: 18px;
}

.ourExperties .mainTitle {
	font-size: 38px;
}

.expert-main {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 20px;
}

.expert-box {
	display: flex;
	gap: 15px;
	align-items: center;
}

.expert-box h4 {
	color: #000;
	font-size: 22px;
	margin: 0;
	padding: 0;
	font-weight: 500;
}

.expert-box p {
	margin: 0;
}

.explore-div .container {
	grid-template-columns: 1fr 1fr;
}

.car-journey {
	border-radius: 20px;
	background: #0823AA;
	padding: 20px 0px;
	margin: 0px 3%;
}

.car-journey-main {
	max-width: 1600px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0px auto;
}

.journy-title {
	color: #fff;
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
}

.journy-subtitle {
	color: #fff;
	margin: 10px 0;
	padding: 10px 0px;
}

.all-image {
	max-width: 500px;
	width: 100%;
}

.site-footer .container {
	padding: 0;
}

.jounrney-section {
	z-index: 1;
	position: relative;
}

.client-section {
	width: 100%;
	padding: 60px 10px;
	display: flex;

	justify-content: center;
	flex-wrap: wrap;
	gap: 10px;
	text-align: center;
}

.client-text {
	color: #00178B;
	font-weight: 600;
}

.client-logo {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 30px;
	border: 1px solid #d6d6d6;
	padding: 10px 20px;
	border-radius: 10px;
}

.client-logo img {
	max-width: 150px;
	max-height: 100px;
	height: auto;
}

.mobile-btn {
	display: none;
}

.mobile-btn span {
	border-radius: 100px;
	height: 40px;
	width: 40px;
	background: #00178b;
	color: #fff;
	display: block;
	text-align: center;
	line-height: 41px;
}

.mobile-btn i {
	padding-left: 0;
	font-size: 22px;
}




.gallerysingle  a {
/*
	width: 100%;
	display: block;
	height: 180px;
	object-fit: cover;
*/
	border-radius: 6px;
    position: relative;
    border: 1px solid #ccc;
}

.gallerysingle  a img {
	width: 100%;
	display: block;
	height: 180px;
	object-fit: cover;
	border-radius: 6px;
}
/*

.gallerysingle {
	position: relative;
	text-align: center;
	margin: 0 auto;
}

.gallerysingle a {
	position: relative;
	width: 254px;
	height: 180px;
	display: inline-block;
	background-color: #f6f6f6;
	border: 0px;
	box-shadow: 0 0 0 1px #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	transition: all ease-in-out 0.5s;
	margin: 5px 6px;
	border-radius: 10px;
}
*/
.gallerysingle a .img-overlay {
	background-color: rgba(0, 0, 0, .6);
	color: #fff;
	position: absolute;
	left: 0;
	right: 0;
	font-size: 30px;
	top: 0;
	bottom: 0;
	line-height: 140px;
	transition: ease-in-out 0.5s;
	transition-property: visibility, opacity, background-color;
	visibility: hidden;
	opacity: 0;
    border-radius: 6px;
    
    display: flex;
  justify-content: center;
  align-items: center;
}

.gallerysingle a:hover .img-overlay {
	visibility: visible;
	opacity: 1;
    border-radius: 6px;
}



.posterbox {
	width: 100%;
	height: 400px;
	overflow: hidden;
}
.posterbox.heightauto{height:inherit !important}
.posterbox a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.contBoxes {
	padding: 60px 0;
}

.contBoxes .contBoxFlex {
	display: flex;
	flex-wrap: wrap;
}

.contBoxes .contBoxFlex .contact-box {
	flex: 0 0 calc(33.33% - 30px);
	padding: 22px;
	background: #fff;
	margin: 15px;
	border-radius: 20px;
	text-align: center;
	border: 1px solid #ECECEC;
}

.contact-box .contact-icon img {
	width: 94px;
	height: 94px;
	max-width: unset;
	margin-bottom: 10px;
}

.content-text .title {
	font-size: 22px;
	font-weight: 500;
	color: #151515;
	line-height: 38px;
	margin: 5px 0 5px;
}



.contact-box .content-text .services-txt {
	margin: 0;
	color: #222222;
	font-weight: 400;
}

.contact-box .content-text .address-txt  {
	margin: 0;
	/*color: #222222;*/
	font-weight: 400;
	font-size: 16px;
}

.content-text a{color: #222222;}
.content-text a:hover{color: #13277a;}

.contact-box .content-text .email-list {
	margin: 5px 0px;
	font-weight: 400;
	font-size: 18px;
	display: inline-block;
}

.contact-box .content-text .call-txt {
	/* margin: 0; */
	color: #222222;
	font-weight: 400;
	margin: 10px 0px;
	gap: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.contact-box .content-text .call-txt a {
	font-weight: 500;
	font-size: 18px;
}

.contact-box .content-text .call-txt i {
	font-size: 28px;
	color: #ff7f01;
}

.contact-us {
	margin: 0 auto;
	padding: 20px 0px;
	display: grid;
	grid-template-columns: 1fr 2fr;
	gap: 0 50px;
	align-items: center;
}

.contact-form-right {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
}

.contact-us-left {
	background: url("../images/contactus_bg.png");
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	background-position: center center;
	height: 100%;
	width: 540px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.contact-us-left::after {
	background: linear-gradient(to top, #2D4291, #0D142B1A);
	position: absolute;
	width: 100%;
	height: 100%;
	content: "";
	top: 0;
	opacity: 0.88;
	border-radius: 20px;
}

/* repitcss */
.contact-form-right {
	background-color: #F8F9FA;
	padding: 40px;
	border-radius: 20px;
	margin-bottom: 0;
	border: 1px solid #C4C4C4;
}



/*   */



@media only screen and (min-width:1025px) {
	.homeSlider {
		min-height: 500px
	}

	#owl-homeslider {
		height: 84vh;
		min-height: 600px
	}

	#owl-homeslider.owl-carousel .owl-item img.spacer {
		height: 84vh;
		min-height: 600px
	}
}

@media only screen and (max-width:1600px) {
	.container {
		margin: 0 35px
	}
}

@media only screen and (max-width:1460px) {
	.homeSlider .caption-wrap .line1 {
		font-size: 46px;
		line-height: 56px
	}

	.colLeft {
		bottom: 18%
	}
}

@media only screen and (max-width:1360px) {
	.homeSlider .caption-wrap .line1 {
		font-size: 4vw;
		line-height: 4.4vw
	}
}

@media only screen and (max-width:1279px) {
	.site-footer .box {
		flex-grow: 1;
		flex-basis: 0
	}
}

@media only screen and (max-width:1200px) {
	#cssmenu>ul>li>a {
		font-size: 16px;
		padding: 20px 8px 10px
	}
}

@media only screen and (max-width:1180px) {
	.flex-footer .col.first img {
		max-width: 100%
	}

	.flex-footer .col3 {
		width: 30%
	}

.contBoxes .contBoxFlex .contact-box {
	flex: 0 0 calc(33.33% - 20px);
	padding: 22px 10px;
	margin: 15px 10px;
}
.contact-box .content-text .address-txt {
	font-size: 17px;
}
		.contact-box .content-text .email-list {	
	font-size: 17px;	
}
.contact-us {
	gap: 0 20px;
}
.contact-us-left {	
	width: 100%;	
}

}

@media only screen and (max-width:1024px) {
	.homewhtsAppForm form {
		flex-wrap: wrap
	}

	.homewhtsAppForm form>div {
		min-width: 200px;
	}


	.pageTitle2 h1 {
		font-size: 40px;
		margin: 75px 0 0
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 700px
	}

	.border_box {
		width: calc(25% - 30px)
	}

	.border_box .heding5 {
		min-height: 48px
	}

	.showOnlyDesktop {
		display: none
	}

	.showiPad {
		display: block
	}

	.site-footer .container {
		padding: 0 15px
	}
}

@media only screen and (max-width:1023px) {
	.car-journey-left {
		text-align: center
	}

	.all-image {
		max-width: 300px;
		margin: 0 auto
	}


	.container {
		margin: 0 15px;
		padding: 0;
		display: block !important
	}

	.homeSlider {
		padding-top: 0;
	}

	.topSocialIcons a {
		width: 40px;
		height: 40px
	}

	.logoImg img {
		max-height: 70px
	}

	.topMenu {
		margin-top: 32px
	}

	#menubtn {
		margin-top: 18px
	}

	.topSocialIcons {
		padding: 19px 20px 0 0
	}

	#masthead {
		box-shadow: 0 5px 5px rgba(0, 0, 0, .1)
	}

	.logoImg img {
		max-height: 80px
	}

	#masthead {
		position: relative
	}

	/*	#masthead .container {
		padding: 0
	}
*/
	.topMenu {
		float: left;
		width: 100%
	}

	.logoImg {
		max-width: 160px;
		padding: 10px 0 10px 0;
	}

	#cssmenu #menu-button {
		display: none
	}

	#cssmenu>ul {
		clear: both
	}

	.topEnquiryBtn {
		display: none
	}

	#cssmenu>ul>li {
		padding: 0;
		margin: 0
	}

	#cssmenu>ul>li:first-child {
		padding: 0
	}

	.fixed-header .logoImg {
		padding: 10px 0 10px 0
	}

	.showMobile {
		display: block
	}

	#menubtn {
		display: inline-block;
		float: right;

	}

	.fixed-header .btn-group-mobile {
		margin-top: 15px
	}

	.topMenu #cssmenu {
		padding: 0
	}



	.topMenu {
		margin: 0;
		display: none;
	}

	.fixed-header .topMenu {
		margin-top: 0
	}

	#cssmenu ul {
		display: none
	}

	/*  */

	.booknow-btn {
		display: none;
	}

	.mobile-btn {
		display: block;
	}

	.btn-group-mobile {
		margin-right: 0;
		display: inline-block;
		float: right;
		margin-top: 18px;
	}

.contBoxes .contBoxFlex .contact-box {
	flex: 0 0 calc(33.33% - 10px);
	padding: 22px 10px;
	margin: 15px 5px;
}
.contact-box .content-text .address-txt {
	font-size: 16px;
}
		.contact-box .content-text .email-list {	
	font-size: 16px;	
}
.contact-us {
	gap: 0 20px;
}
.contact-us-left {	
	width: 100%;	
}



}

@media only screen and (max-width:980px) {
	.threeGrid .carouselBox {
		flex: 0 0 calc(50% - 30px)
	}

	.restable {
		overflow: scroll
	}

	.homeSlider .caption-wrap {
		font-size: 2vw
	}

	.homeSlider .caption-wrap .btn {
		width: auto;
		padding: 1.5vw 2vw;
		font-size: 2vw;
		height: auto;
		line-height: normal
	}
}

@media only screen and (max-width:979px) {
	.pageTitle2 {
		padding: 100px 0 80px;
		color: #fff
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 500px
	}

	.colRight {
		bottom: 25%
	}

	.pageTitle {
		margin-top: 0;
		padding: 100px 0
	}



	.homeProducts h3 {
		font-size: 28px;
		line-height: 36px;
		margin: 0 0 40px
	}

.contBoxes .contBoxFlex .contact-box {
	flex: 0 0 calc(32% - 10px);
	padding: 22px 10px;
	margin: 15px 5px;
}
.contact-box .content-text .address-txt {
	font-size: 14px;
}
		.contact-box .content-text .email-list {	
	font-size: 14px;	
}
.contact-us {
	gap: 0 20px;
}
.contact-us-left {	
	width: 100%;	
}

}

@media only screen and (max-width:800px) {
	.fourGrid .carouselBox {
		flex: 0 0 calc(50% - 30px)
	}

	.absFooter {
		flex-direction: column;
		padding: 20px
	}

	.site-footer .box {
		margin: 10px 0
	}

	.homePackage {
		background-size: 100%;
		background-position: left bottom;
		padding: 0
	}

	.homePackage .tourpkgflex {
		justify-content: space-around;
		flex-wrap: wrap
	}

	.homePackage .mw {
		width: 100%;
		margin: 0
	}

	.homewhtsAppForm {
		padding: 20px;
	}

	.homewhtsAppForm form {
		flex-direction: column;
		width: 100%;
		gap: 0
	}

	.homewhtsAppForm form>div {
		padding-right: 0;
		padding-bottom: 15px;
		width: 100%;
	}

	.homewhtsAppForm {
		margin: 20px 0
	}

	.hide-mobile {
		display: none
	}



	.homeWhy {
		padding: 20px 0
	}

	.smallTitle {
		font-size: 20px;
	}

	.homeWhy h2 {
		font-size: 26px;
		margin: 0 0 20px
	}

	.ourExperties .mainTitle {
		font-size: 28px;
	}

	.journy-title {
		font-size: 28px;
	}

	.expert-box {
		align-items: flex-start
	}

	.expert-img {
		min-width: 60px;
	}

	.ourExperties {
		padding: 30px 0px;
	}

	.client-section {
		padding: 30px 0
	}

	.mainTitle {
		font-size: 28px;

		line-height: 34px;
	}

	.homeWhy .whyFlex {
		flex-wrap: wrap
	}



	.homeWhy .whyBox img {
		max-width: 90px
	}

	.homeWhy .whyBox:hover {
		box-shadow: none
	}

	.homeWhy .whyBox h2 {
		font-size: 18px;
		line-height: 22px
	}

	.homeWhy .whyBox p {
		display: none
	}

	.pageTitle2 h1 {
		margin: 55px 0 0
	}

	.border_box {
		width: calc(33.33% - 30px)
	}

	.site-footer .copyRight .col21,
	.site-footer .copyRight .col22 {
		text-align: center;
		width: 100%;
		margin: 0;
		padding: 0
	}

	.site-footer .col-41 {
		width: 60%
	}

	.site-footer .col-42 {
		width: 35%
	}

	.site-footer .col-43 {
		width: 47.5%;
		clear: left
	}

	.site-footer .col-44 {
		width: 47.5%
	}

	.col21.footerLeft {
		width: 100%
	}

	.col22.footerRight {
		width: 100%;
		margin-left: 0
	}

	.site-footer .col41 .socialicon {
		padding: 0
	}

	.site-footer .col41 .socialicon p {
		display: none
	}

	.site-footer .col41 .footerlogo {
		display: none
	}

	.site-footer .copyRight {
		padding: 0 0 15px 0
	}

	.site-footer .copyRight .right {
		text-align: center;
		padding: 10px 0 0
	}

	.site-footer .copyRight .right {
		float: none
	}

	.site-footer .copyRight .left {
		float: none;
		padding: 20px 50px 0 0
	}

	aside#secondary {
		padding: 40px 0 0;
		width: 30%
	}

	#primary.content-area {
		width: 65%
	}

	.product_box.last-child {
		padding: 0
	}

	.product_box {
		padding: 0 0 20px;
		margin-bottom: 20px
	}

	.col21.footerLeft {
		width: 100%
	}

	.col22.footerRight {
		width: 100%;
		margin-left: 0
	}

	.footerMenu {
		float: none;
		text-align: center
	}

	.footerSocial {
		float: none;
		text-align: center;
		margin: 20px 0 0
	}

	.sideLinks {
		display: none
	}

	.site-footer {
		background-size: cover
	}

	.gallerylist li {
		width: 25%
	}

	.introContent {
		padding: 20px 0 10px
	}

	.homeProducts {
		padding: 40px 0 30px
	}

	.project .proTitle {
		flex-grow: inherit;
		flex: 1
	}
}

@media only screen and (max-width:767px) {
	.missionvision {
		flex-direction: column;
	}

	.galleryGrid .ggcontainer {
		column-count: 2;
		column-gap: 10px
	}

	.galleryGrid figure {
		margin-bottom: 10px
	}

	.galleryGrid {
		margin-bottom: 70px
	}

	.flex-footer .col.first {
		width: 100%;
		margin-right: 0;
		float: none;
		text-align: center
	}

	.site-footer .socialIcons {
		display: block;
		padding: 20px 0
	}

	.flex-footer .col2 {
		width: 48%
	}

	.flex-footer .col3 {
		width: 48%
	}

	.site-footer .footerTitle {
		font-size: 20px
	}

	.colLeft {
		bottom: 25%;
		width: 80%;
	}

	.pageTitle2 .col-22 {
		display: none
	}

	.pageTitle2 .col-21 {
		width: 100%;
		margin: 0
	}

	.pageTitle2 h1 {
		margin: 0
	}

	.homeSlider .owl-theme .owl-nav {
		display: none
	}

	.eq-row {
		display: block
	}

	.eq-row .column {
		flex: inherit;
		width: 100%
	}

	.bgImgcol {
		height: 350px;
		width: 100%
	}

	.p40 {
		padding: 30px !important
	}

	.contentLeft {
		width: 100%
	}

	.sidebarRight {
		width: 100%;
		margin: 30px 0 0
	}

	.titletxt {
		margin-bottom: 20px
	}


		.contBoxes .contBoxFlex .contact-box{margin: 10px 0px;flex: 0 0 calc(100%);}
.contact-us {
	display: flex;
    flex-direction: column;
    gap: 15px;
	
}
.contact-us-left{width: 100%;height: 400px;}



}

@media only screen and (max-width:639px) {
	.threeGrid {
		flex-direction: column
	}

	.threeGrid .carouselBox {
		flex: 0 0 100%
	}
}

@media only screen and (max-width:600px) {
	.homeSlider .caption-wrap .line2 {
		font-size: 3vw;
		line-height: 5vw;
	}

	.homeSlider .owl-item .caption-wrap .btn-default {
		font-size: 3vw;
		padding: 2vw 3vw
	}

	.border_box {
		width: calc(50% - 20px);
		margin: 10px
	}

	.border_box .border1 {
		min-height: 130px
	}

	.border_box .heding5 {
		min-height: 38px;
		font-size: 12px
	}

	.homeProducts p {
		min-height: inherit
	}

	#primary.content-area {
		width: 100%;
		margin: 0
	}

	aside#secondary {
		padding: 40px 0 0;
		width: 100%
	}

	.alignleft,
	.alignright {
		max-width: 220px
	}

	.titleWithborder,
	.titleWithoutborder {
		font-size: 22px;
		margin-bottom: 20px
	}

	.col-21,
	.col21 {
		width: 100%;
		display: block;
		margin: 0 0 30px;
		float: none
	}

	.col-22,
	.col22 {
		width: 100%;
		display: block;
		margin: 0
	}

	.col-31,
	.col31 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col-32,
	.col32 {
		width: 100%;
		float: left;
		margin: 0 0 30px
	}

	.col-33,
	.col33 {
		width: 100%;
		float: left
	}

	.col-41,
	.col-42,
	.col-43,
	.col-44 {
		width: 100%;
		margin: 0 0 10px
	}

	input#address {
		width: 100%
	}

	.mapwrap .col21,
	.mapwrap .col22 {
		width: 100%
	}

	.introContent .col-22 {
		width: 100% !important
	}

	.introContent .col-21 {
		width: 100% !important;
		clear: both
	}

	.img-box-behind img {
		padding: 20px 0 0 20px
	}

	.site-footer .col-41 {
		width: 100%;
		margin-bottom: 20px
	}

	.site-footer .col-42 {
		width: 47.5%
	}

	.site-footer .col-43 {
		width: 47.5%;
		clear: none
	}

	.site-footer .col-44 {
		width: 100%;
		margin-top: 30px
	}

	.introTwoImg .col-21,
	.introTwoImg .col-22 {
		width: 48%;
		display: inline-block
	}

	.col-21.introTwoImg {
		clear: both;
		margin: 30px 0 0 0;
		display: block;
		float: left
	}



}

@media only screen and (max-width:599px) {
	.about .container {
		padding: 0;
	}

	.client-logo {
		width: calc(50% - 20px);
	}

	.client-logo img {
		max-width: 100%;
	}

	.homeWhy .whyFlex {
		gap: 20px;
	}

	.homeWhy .whyBox {
		padding: 15px;
		border-radius: 20px;
	}


	.productDetailPage .prodDesc .priceRow del {
		margin-left: 0;
		display: block
	}

	.site-footer .col31 img {
		display: none !important
	}

	.site-footer .col31 {
		width: 100%;
		padding-right: 0
	}

	.site-footer .col32 {
		width: 100%;
		margin: 0 0;
		padding: 20px 0 10px;
		display: none
	}

	.site-footer .col33 {
		width: 100%;
		margin-bottom: 20px
	}

	.desktop-p40 {
		padding: 20px 15px
	}

	.col-8 {
		width: 100%
	}

	.col-4 {
		width: 100%
	}

	.pageTitle {
		padding: 50px 0
	}

	.pageTitle h1 {
		font-size: 25px;
		margin: 0 0 15px
	}

	.productDetailPage .prodDesc .proName {
		font-size: 24px;
		white-space: inherit;
		margin: 5px 0
	}

	.productsContainer .proName {
		white-space: inherit
	}
}

@media only screen and (max-width:479px) {
	.filter-btn {
		padding: 5px 12px;
		font-size: 12px;
		margin: 5px;
	}

	.about::before {
		background-size: 150px;
	}


	.contact-form-right {
		padding: 15px
	}

	.contactpagelink {
		margin-bottom: 60px
	}

	.site-footer .box .fa {
		font-size: 24px
	}

	.site-footer .boxColumn {
		margin: 0 0 0 35px
	}

	.site-footer .box .fa.fa-map-marker {
		padding: 4px 0 0 4px;
		font-size: 30px
	}

	.homeSlider .caption-wrap .line1 {
		margin-bottom: 10px
	}

	.homeSlider .caption-wrap .line3 {
		font-size: 3vw
	}

	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 260px
	}

	.homeSlider .owl-dots {
		right: 30px
	}

	.homeCallback {
		padding: 30px 0 40px
	}

	.homeCallback h2 {
		font-size: 30px;
		line-height: 30px
	}

	.footerLeft {
		width: 100%;
		padding: 20px 15px 0
	}

	.footerRight::after,
	.footerRight::before {
		display: none
	}

	.footerRight {
		margin: 20px 0 0;
		width: 100%;
		padding: 20px
	}

	.gallerylist li {
		width: 50%
	}

	.alignleft,
	.alignright {
		max-width: inherit;
		width: 100%;
		float: none;
		margin: 0
	}

	.entry-summary,
	.page-content {
		margin: 0
	}

	aside#secondary {
		padding: 0
	}

	.owl-carousel .imgbox img {
		max-height: inherit
	}

	.introContent {
		padding: 25px 0 10px
	}

	.introContent {
		padding: 15px 0 20px
	}

	.introContent h1 {
		font-size: 21px
	}

	.homeSlider .caption-wrap .btn-default {
		padding: 1.5vw 3vw;
		font-size: 4vw
	}

	.titletxt {
		font-size: 24px;
		line-height: 40px
	}

	.titletxt small {
		font-size: 18px;
		line-height: 18px
	}

	.homeProducts h3 {
		font-size: 20px;
		line-height: 24px
	}

	.site-footer .copyRight {
		font-size: 12px;
		padding-bottom: 15px
	}

	.site-footer .container {
		margin: 0
	}

	.site-footer .copyRight .container {
		padding: 0 55px 0 15px
	}

	.site-footer .footerSocial {
		margin: 0;
		text-align: left;
		padding: 0px 0 30px;
		border-bottom: 1px solid rgba(255, 255, 255, .2)
	}

	.site-footer .col-41 {
		width: 100%;
		margin: 0;
		padding: 0
	}

	.site-footer .col-41 .footerLogo {
		margin: 0;

	}

	.site-footer .col-42 {
		width: 100%;
		padding-left: 0;
		margin: 20px 0 0;
		display: none
	}

	.site-footer .col-43 {
		width: 100%;
		margin: 20px 0 0 0;
		display: none
	}

	.site-footer .col-44 {
		width: 100%;
		margin: 20px 0 0 0
	}

	.site-footer .footerTitle {
		margin-bottom: 0
	}

	.site-footer .copyRight {
		margin: 0
	}

	#back-to-top {
		bottom: 18px
	}

	.fullrow {
		padding: 30px 0 20px
	}

	.hide-sm {
		display: none
	}

	h2 {
		font-size: 22px
	}

	.homeSlider .owl-dots {
		bottom: 10px
	}

	h2 {
		line-height: 30px
	}

	.clientPage .clientlogobox {
		width: 48%
	}

	.introTwoImg img {
		box-shadow: 0 10px 15px rgba(0, 0, 0, .25)
	}


.contact-us-left{width: 100%;height: 250px;}
.contBoxes {
	padding: 30px 0;
}
}

@media only screen and (max-width:439px) {



	.cta-flex h3 {
		font-size: 16px
	}

	.pageTitle2 {
		padding: 60px 0 40px
	}

	.homeProducts .titletxt {
		font-size: 26px;
		margin: 0 0 10px
	}

	.site-footer .footerTitle {
		font-size: 18px
	}
}

@media only screen and (max-width:359px) {
	.fourGrid .carouselBox {
		flex: 0 0 calc(100% - 30px)
	}

	.absFooter {
		margin-bottom: 30px
	}

	.flex-footer .col2,
	.flex-footer .col3 {
		width: 100%
	}

	.topSocialIcons {
		padding: 19px 0 0 0
	}
}

@media only screen and (max-width:320px) {
	#owl-homeslider.owl-carousel .owl-item img {
		max-height: 200px
	}
}

.iti__selected-flag {
	border-radius: 10px 0 0 10px;
}

.gallerysingle  {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 15px;
}
