@import url('https://fonts.googleapis.com/css2?family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap');
/*@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&amp;family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap');
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&amp;family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap");
*/
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Italiana';
    src: url('../fonts/Italiana-Regular.woff2') format('woff2'),
        url('../fonts/Italiana-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
	font-family: "PT Serif", serif;
	font-weight: 400;
	font-size: 16px;
	/* line-height: 26px; */
	color: #000000;
}

*,
ul,
ol {
	margin: 0;
	padding: 0;
}

ul,
ol {
	list-style-type: none;
}
section{
    overflow: hidden;
}
a {
	color: inherit;
	text-decoration: none !important;
}

a:hover,
a:focus {
	color: #000000;
	outline: none !important;
	text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 20px;
	font-weight: 400;
	color: #01000f;
	font-family: "PT Serif", serif;
}

h1 {
	font-size: 50px;
	line-height: 58px;
}

h2 {
	font-size: 40px;
	line-height: 48px;
	font-weight: 400;
}

h3 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

h4 {
	font-size: 33px;
	line-height: 43px;
}

h5 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700;
}

h6 {
	font-size: 17px;
	line-height: 24px;
}

.bg-color-blue {
	background-color: #112f61;
}
.textcolor-blue{
	color: #1F2B65;
}
.bg-color1 {
	background-color: #112f61 !important;
}
.bg-color2 {
	background-color: #000000 !important;
}
.bg-color3 {
	background-color: #e6e6e6;
}
.bg-color4{
    background: linear-gradient(to right, #112F62 0%, #112f61 100%);
}

.text-color1{
    color: #112f61;
}


.bg-light-blue {
	background-color: #edecffc7;
}

.heading-h3 a {
	display: inline-block;
}

.mx-logo{
	margin: 0 50px;
}

.list1 li,
.list2 li,
.areas-list li {
	padding: 0 0 17px 30px;
	position: relative;
}

.list1 li:before,
.areas-list li:before {
	position: absolute;
    top: 5px;
    left: 0;
    content: "\f26e";
    font-family: 'bootstrap-icons' !important;
    font-size: 18px;
    box-shadow: rgb(0 0 0 / 33%) 0px -1px 4px 0px;
    color: #000000;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
}

.areas-list li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f3e7';
	font-family: "bootstrap-icons";
	font-size: 18px;
	color: #2ea9e9;
}

.list2 li:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '\f0a9';
	font-family: "fontawesome";
	font-size: 18px;
	color: #2ea9e9;
}


/* header sec start  */

.homepage .header.headerpart1{
	position: absolute;
	width: 100%;
	z-index: 9;
	top: 0;
}
.call-us-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}

.mail-us-icon{
	display: flex;
	align-items: center;
	justify-content: center;
}

.scroll {
	background-color: #ffffff;
    color: #01000f !important;
    box-shadow: 0 5px 20px #afafaf;

}

.header {
	background-color: #e6e6e6;
}

.headerpart2{
	display: none;
}
.header-top{
	background: #112f61;
  	z-index: 111;
  	position: relative;
  	overflow: hidden;
}
.header-top span{
	font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    text-transform: lowercase;
    padding: 7px 0;
    color: #fff;
    display: flex;
    align-items: center;
}
.header-top span i {
    margin-right: 10px;
}
.header-top .topbar-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header-top .topbar-right .message {
    padding-right: 30px;
    margin-right: 30px;
    position: relative;
}
/*.header-top .topbar-right .contact-info.social {
    padding-left: 0px;
    margin-right: 0px;
}*/
.header-top .topbar-right .contact-info.social ul {
    justify-content: center;
    display: flex;
    align-items: center;
}
.header-top .topbar-right .contact-info.social li {
    color: #fff;
}
.header-top .topbar-right .contact-info.social li a {
    color: #fff;
    display: block;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    margin: 0 7px;
}

.logo {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.text-right {
	text-align: end;
}

.text-left {
	text-align: start;
}

.whatapp-icon {
	padding: 10px 18px;
	background-color: #25d366;
	color: #fff;
	display: inline-block;
	margin-left: 15px;
}

.header-icon-box i {
	font-size: 35px;
	padding-right: 15px;
}

.top-name {
	padding: 10px 15px;
	background-color: #2ea9e9;
}

.header-bottom{
	background: #ffffff;
}

.home-parallax {
	position: relative;
	overflow: hidden;
	/*padding: 300px 0;*/
}

.parallax-window {
	height: 500px;
	background: transparent;
	display: table;
	width: 100%;
}

.home-page .parallax-window {
	height: 100vh;
}


.mobile-menu {
	display: none;
}

.navigation {
	/* display: block;
	text-align: center; */
	display: flex;
	justify-content: center;
	align-items: center;
}

.navigation>li {
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.navigation li.dropdown>.dropdown-menu {
	opacity: 0;
	position: absolute;
	top: 130%;
	left: 0;
	width: 250px;
	z-index: 999;
	background-color: #000000;
	visibility: hidden;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding: 0;
	margin: 0;
	border-bottom: 3px solid #9a9a9a;
	transition: all 500ms ease;
	display: block;
}

.navigation li.dropdown>.dropdown-menu li {
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
}

.navigation li.dropdown>.dropdown-menu li:last-child {
	border-bottom: none;
}

.navigation li.dropdown>.dropdown-menu li a {
	background-color: #343b5f;
	padding: 8px 10px;
	color: #000;
	border-radius: 0;
}

.navigation li.dropdown:hover>.dropdown-menu {
	top: 100%;
	opacity: 1;
	visibility: visible;
}

.navigation>li:first-child {
	display: none;
}

.navigation a {
	/*text-transform: uppercase;*/
	letter-spacing: 0.5px;
	overflow: hidden;
	position: relative;
	border-radius: 8px;
	display: block;
	font-weight: 500;
	color: #112f61;
	padding: 10px 25px;
	font-size: 16px;
	transition: all 500ms ease 0s;
	font-weight: 400;
	font-style: normal;
}

.navigation>li.dropdown>a:after {
	font-family: "bootstrap-icons";
	content: "\F282";
	position: absolute;
	top: auto;
	right: 0;
	font-size: 14px;
	transition: all 500ms ease 0s;
}

.navigation li:hover a,
.navigation li:focus a,
.navigation li.active a {
	color: #fff;
	background-color: #112f61;
	border-radius: 8px;
}

.navigation li.dropdown>.dropdown-menu li a:hover,
.navigation li.dropdown>.dropdown-menu li a:focus,
.navigation li.dropdown>.dropdown-menu li.active a {
	color: #ffffff;
	background-color: #000;
}

.owl-theme .owl-nav{
	display: none;
}

/* header sec end  */

@-webkit-keyframes zoom {
	from {
		-webkit-transform: scale(1, 1);
	}

	to {
		-webkit-transform: scale(1.5, 1.5);
	}
}

@keyframes zoom {
	from {
		transform: scale(1, 1);
	}

	to {
		transform: scale(1.5, 1.5);
	}
}

.carousel-inner .carousel-item img {
	/*height: 678px;*/
	padding: 0;
	width: 100%;
}

.flexbox .element {
	height: 100%;
}

.parallax {
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.parallax.overlap:before,
.parallax.overlap1:before {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgb(0 0 0 / 72%);
	content: '';
}

.parallax.overlap1:before {
	background-color: rgba(0, 0, 0, 0.85);
}

.parallax .container-fluid,
.parallax .container-xxl,
.parallax .container {
	position: relative;
	z-index: 1;
}

.parallax-fixed {
	background-attachment: fixed;
}

footer {
	background-color: #f8f8f8;
}

.footer-logo img{
	width: 150px;
}

.footer-widget {
	/* margin: 15px 0; */
	color: #000000;
}

.address-list li {
	margin-bottom: 5px;
}

.footer-widget {
	margin-top: 10px;
}

.widget-title {
	font-size: 20px;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #112f61;
	font-weight: 500;
}
.widget-title a:hover{
    color: #4d4d4d;
}
.footer-menu li {
	margin-bottom: 4px;
	color: #000000;
}

.footer-menu li a {
	position: relative;
	color: #112f61;
	display: block;
	padding: 3px 0 3px 25px;
	display: inline-block;
}
.footer-menu li a:before {
	position: absolute;
	top: 4px;
	left: 0;
	color: #112f61;
	content: '\F133';
	font-family: "bootstrap-icons";
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}

.footer-menu li a:hover:before {
	left: 2px;
}

.footer-menu li a:hover,
.footer-widget .address-content a:hover,
.footer-menu li a:focus,
.footer-widget .address-content a:focus {
	color: #7d7d7d !important;
}

.footer-links,
.footer-links a {
	color: #000000;
}

.footer-links a:hover,
.hover-effect:hover {
	color: #fff !important;
}
.footer-widget .address-box {
    margin-bottom: 15px;
    display: flex;
    align-items: center;
}
.border-style3 {
  position: relative;
}

.border-style3:before,
.border-style3:after {
  content: "";
  position: absolute;
  width: 50%;
  height: 50%;
  border: solid #112f61;
  border-width: 0px 10px 10px 0;
  display: block;
  border-top-left-radius: 40px;
  border-bottom-right-radius: 40px;
}

.border-style3:before {
  right: -9px;
  bottom: -9px;
}

.border-style3:after {
  border-width: 10px 0 0 10px;
  top: -9px;
  left: -9px;
}
#testimonials_slider .item{
	padding: 20px 0;
}
.footer-list li a:hover,
.footer-list li a:focus{
    color: #112f61 !important;
}

.address-box {
	margin-bottom: 15px;
}
.cta-section-area{
	position: relative;
	overflow: hidden;
	background: #e6e6e6;
	padding: 80px 0;
}
.cta-section-area .cta-bg1 {
    position: absolute;
    top: 0;
    right: 0;
}
.cta-section-area .cta-bg2 {
    position: absolute;
    bottom: 0;
    left: 0;
}
.aniamtion-key-1 {
    position: relative;
    animation-name: animation-1;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.aniamtion-key-2 {
    position: relative;
    animation-name: animation-2;
    animation-duration: 2.5s;
    animation-iteration-count: infinite;
    animation-direction: alternate;
}
.wrap-boxshadow-one{
	-webkit-box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08);
}
.whyusbg-box{
	clip-path: polygon(4% 0, 96% 0, 100% 100%, 0% 100%);
}
@keyframes animation-1 {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(30px);
  }
}
@keyframes animation-2 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50px);
  }
}
.address-box .address-icon-holder {
	float: left;
	margin-right: 15px;
	color: #ffffff;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #000000;
	border-radius: 100%;
	text-align: center;
	position: relative;
}

.address-box .address-icon-holder:before {
	position: absolute;
	bottom: -17px;
	border-width: 10px;
	border-style: solid;
	border-color: #000000 transparent transparent transparent;
	content: "";
	left: 10px;
}

.address-box .address-content {
	position: relative;
	overflow: hidden;
}
.footer-widget .address-content a,
.footer-widget .address-content p{
	color: #000000;
}
.address-box .address-content strong {
	color: #000000;
}
.footer-logo{
	background-color: transparent;
}
.footer-logo img{
	background-color: #ffffff;
}
.address-box .address-content {
	color: #000000;
}

.address-box1 {
	display: flex;
	background: #ffffff;
	width: 100%;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 0 20px 0 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.36);
}
.formwrap{
	padding: 50px;
	background-color: #0000006e;
}
.address-icon-holder1 {
	font-size: 20px;
	margin-right: 16px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2ea9e9;
	border-radius: 10px 0 0 10px;
	color: #fff;
}
.address-icon-holder1 i {
	width: 20px;
	height: 20px;
	text-align: center;
}
.contact-container {
	text-align: center;
}
.collage-2x2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  max-width: 800px;
  margin: auto;
}
.collage-2x2 div {
  overflow: hidden;
  border-radius: 10px;
}
.collage-2x2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.collage-2x2 img:hover {
  transform: scale(1.1);
}
.contact-icon {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	border: 5px solid #ffffff;
	background-color: #2ea9e9;
	box-sizing: border-box;
	color: #FFFFFF;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 1.6em;
}

.contact-detail {
	background-color: #2ea8e92d;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 160px;
	border-bottom: 5px solid #2ea9e9;
	border-radius: 10px;
	color: #fff;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	display: block;
	position: relative;
	transition: all 0.3s linear;
	overflow: hidden;
}

.contact-detail a:hover {
	color: #01000f;
}

.contact-wrap1 {
	text-align: center;
}

.contact-wrap1 .address-icon-holder1 {
	float: none;
	margin: auto;
	position: relative;
	z-index: 1;
	color: #fff;
	border: 5px solid #ffffff;
	box-sizing: border-box;
	width: 80px;
	height: 80px;
	line-height: 70px;
	font-size: 25px;
	border-radius: 50%;
	background-color: #000;
}

.contact-wrap1 .address-icon-holder1:before {
	display: none;
}

.contact-wrap1 .address-content {
	background-color: #eee;
	padding: 60px 20px 20px;
	margin-top: -40px;
	height: 180px;
}

.contact-wrap1 .address-content strong {
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.contact-wrap1 .address-content1 {
	background-color: #eee;
	padding: 60px 15px 20px;
	margin-top: -40px;
	/* height: 180px; */
}

.contact-detail:before {
	position: absolute;
	content: "";
	height: 0;
	bottom: -1px;
	left: 0;
	width: 100%;
	background: #2ea9e9;
	transform: skew(359deg);
	transition-duration: .6s;
}

.contact-detail:hover:before {
	height: 100%;
}

.contact-detail p {
	position: relative;
	z-index: 1;
}

/* .contact-detail:hover .contact-detail p{    
	color: #000000;
} */

/* footer sec end  */

.ti-arrow-right {
	font-size: 10px;
	padding-left: 5px;
}

.site-map-list li {
	border-left: 1px solid #dfdfdf;
	padding: 10px 0 10px 30px;
	position: relative;
}

.site-map-list li:before {
	position: absolute;
	top: 20px;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #dfdfdf;
	content: '';
}

.site-map-list li>ul.child-menu {
	margin: 10px 0 10px 20px;
}
.boxshadwo-inset{
	box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
}
.about_btn,.btn-two, .btn-three {
	padding: 15px 50px;
	border: 1px solid #112f61;
	background: transparent;
	color: #112f61;
	border-radius: 8px;
	margin-top: 15px;
	display: inline-block;
	transition: 0.6s;
	transition: all 0.5s;
}
.btn-two{
	background: #fff;
	color: #112f61;
}
.btn-three{
	background-color: #112f61;
	color: #fff;
}
.btn-three:hover{
	background-color: transparent;
	color: #112f61;
}
 
#contact-form .btn-two:hover,
#contact-form .btn-two:active,
#contact-form .btn-two:Focus{
	color: #fff;
	box-shadow: inset 0 0 0 2em #112f61;
    border-color: #fff;
    background: #112f61;
}
.cta-section-area .btn-two:hover,
.cta-section-area .btn-two:active,
.cta-section-area .btn-two:Focus{
	color: #fff;
	box-shadow: inset 0 0 0 2em #112f61;
    border-color: #112f61;
}
.subtitleh3{
	position: relative;
    font-size: 25px;
    font-weight: 400;
    color: #ffffff;
    border-bottom: 2px solid #ffe000;
    display: inline-block;
}
.colorbox{
	padding: 60px 20px;
}
.aboutusbox,.twocolorbox{
	position: relative;
	box-shadow: 4px 5px 13px -8px rgba(0, 0, 0, 0.61);
}
.aboutusbox{
	background: #e6e6e6;
}
.twocolorbox{
	background-color: #000000;
}
.firstcolorbox{
	background-color: #ffffff;
}
.firstcolorbox .subtitleh3.whiteborder{
	color: #000000;
}
.secondcolorbox{
	background-color: #000000;
}
.subtitleh3.whiteborder{
	border-bottom: 1px solid #000000;
}
.border-radius-8px {
    border-radius: 8px !important;
}
.parallax {
    background-size: cover;
    background-position: center center !important;
}
.bggradient-color{
	background: #EFCD0B;
    background: linear-gradient(11deg, #dfc824, #ffe000);
}
.feature-box.feature-box-left-icon .feature-box-content, .feature-box.feature-box-left-icon-middle .feature-box-content {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.feature-box.feature-box-left-icon-middle {
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center!important;
    align-items: center !important;
    -ms-flex-pack: center;
    justify-content: flex-start;
    text-align: left;
}
.feature-box{
	display: flex;
}
.me-30px {
    margin-right: 30px !important;
}
.button--fenrir {
    background: none;
    padding: 0;
    /*-webkit-clip-path: circle(50% at 50% 50%);*/
    /*clip-path: circle(50% at 50% 50%);*/
    /*width: 300px;*/
    /*height: 120px;*/
    line-height: 120px;
    position: relative;
    display: inline-block;
    margin: 0;
    font-weight: 700;
    text-transform: uppercase;
    /*font-size: 25px;*/
    color: #ffffff;
}
.button--fenrir span{
	display: block;
	text-align: center;
	color: #1F2B65;
}
.fs-35{
	font-size: 35px;
}
.progressbtn {
    position: absolute;
    width: 110px;
    height: 110px;
    top: calc(50% - 53px);
    left: calc(50% - 57px);
    transition: transform 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.progress__circle, .progress__path {
    fill: none;
    stroke: #f0f0f0;
    stroke-width: 1px;
}
.progress__path {
    stroke: #a6a6a6;
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 0.4s cubic-bezier(0.7, 0, 0.3, 1);
}
.button--fenrir:hover .progressbtn {
    transform: scale3d(1.2, 1.2, 1);
}
.button--fenrir:hover span{
	color: #000000;
}
.feature-box-icon-rounded {
    display: inline-block;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    position: relative;
    overflow: hidden;
    -webkit-transition: .3s;
    transition: .3s;
}
.endcontent-right{
	flex-direction: row;
    justify-content: flex-end;
}
.h-50px {
    height: 50px !important;
}
.w-50px {
    height: 50px !important;
}
.about_btn:hover {
	box-shadow: inset 0 0 0 2em #112f61;
	border-color: #112f61;
	color: #ffffff;
}
.btn-two:hover,
.btn-two:active,
.btn-two:Focus{
	box-shadow: inset 0 0 0 2em #112f61;
    border-color: #112f61;
    background: #d7d7d7;
    color: #fff;
}
.btnblog .btn-two:hover,.btnblog .btn-two:active,.btnblog .btn-two:Focus{
	border-color: #fff;
}
.btn-02 {
	padding: 15px 50px;
	border: 1px solid #112f61;
	background: #112f61;
	color: #fff;
	border-radius: 8px;
	margin-top: 15px;
	display: inline-block;
	transition: 0.6s;
	transition: all 0.5s;
}
.btn-02:hover,
.btn-02:active,
.btn-02:Focus{
	box-shadow: inset 0 0 0 2em #fff;
    border-color: #fff;
    background: #d7d7d7;
    color: #112f61;
}

.servies-box {
	position: relative;
	padding: 0;
}

.servies-box img {
	width: 100%;
	height: 430px;
	object-fit: cover;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.service-content {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(to top, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%);
	border-radius: 30px;
	transition: 0.6s;
}

.service-content .service-head {
	position: absolute;
	width: 100%;
	text-align: center;
	height: 100%;
	width: 100%;
	transition: 0.6s;
	top: 0;
	left: 0;
}

.service-content .service-head h4 {
	margin-bottom: 0px;
    position: absolute;
    font-size: 20px;
    line-height: 1.4;
    text-transform: uppercase;
    bottom: 20px;
    width: 100%;
    color: #ffffff;
    transition: 0.5s;
    font-weight: bold;
    padding: 0 15px;
}
.single-service-item {
    margin: 15px 0;
}
.gallerylink-tag{
	display: block;
	margin: 40px auto 0 auto;
}
.img-gallery-hidden{
	position: relative;
    overflow: hidden;
    padding: 0px;
    border-radius: 30px;
}
.servies-box:hover .service-content .service-head h4 {
	top: 50%;
	transform: translateY(-10%);
}

.servies-box:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.servies-box:hover .service-content {
	background-color: #000000c0;
}
.services-style-1 {
    width: 95%;
    margin: 0 auto;
}
.services-style-inner {
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    text-align: center;
    padding: 0 0 20px 0;
    transition: .5s;
    border-radius: 7px;
    min-height: auto;
}
.services-image {
    position: relative;
    display: inline-block;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
}
.services-content {
    min-height: 130px;
    padding-left: 10px;
    padding-right: 10px;
}
.services-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 600;
    text-transform: uppercase;
}
.areas-innnerwrap a{
	width: 100%;
    padding: 14px 12px;
    text-align: center;
}
.footer-bottom a:hover,
.footer-bottom a:focus,
.footer-bottom a:active,
.hover-on-blue:hover{
	color: #939393;
}
.submit-icon {
	display: none;
}

.submit-icon.rotating-show {
	display: inline-block;
	vertical-align: middle;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite;
}

.p-100 {
	padding: 250px 30px;
}

.mobile-icons{
	display: none;
}

.follow-us{
	text-align: center;
}
.follow-us a {
	color: #112f61;
	display: inline-block;
    margin-right: 15px;
}
.fb-text{
	padding: 50px;
    border-radius: 2%;
}
.fb-text.fb-text.parallax.overlap:before{
    background-color:rgb(0 0 0 / 40%);
}
.gallerysection-new.customadd{
	padding: 100px 0 !important;
	background-color: #223539;
}
.gleryinner{
	position: relative;
	width: 93%;
	margin: 0 auto 50px auto;
}
.footer-logo{
	width: 37%;
}
.reviewwrap-box-col{
	position: relative;
	background-color: #ffffff;
    border: 8px solid #e8e8e8;
    margin-bottom: 50px;
}
.authername h5{
	position: absolute;
    background: #112f61;
    color: #ffffff;
    margin-bottom: 0;
    top: -30px;
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    padding: 10px 40px 10px 10px;
    left: -8px;
}
.inner-content-review{
	padding: 50px 20px 20px 20px;
	min-height: 320px;
}
.dots {
    position: absolute;
    top: 15px;
    right: 20px;
    display: flex;
    gap: 5px;
}
.dots span {
   	color: #ffcd30;
    display: block;
}
.bgimg-overlay {
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    margin-bottom: 0;
    margin-left: 10px;
    background-image: url(../images/bgimg1.jpg);
    background-position: 0px 0px;
    background-size: auto;
    position: absolute;
    height: 100%;
}
.imgcaged2.bgimg-overlay {
	background-image: url(../images/bg_bluepatch.jpg);
	background-attachment: fixed;
	margin: 10px;
}
.reviewwrap-box-col h4{
	font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    text-transform: capitalize;
}
.marquee-wrapper {
  width: 100%;
  overflow: hidden;
  background: #f0f0f0;
  padding: 10px 0;
}

.marquee {
  display: inline-block;
  white-space: nowrap;
  animation: scroll-left 20s linear infinite;
}

.marquee span {
  display: inline-block;
  background: #4CAF50;
  color: white;
  padding: 10px 30px;
  margin: 0 10px;
  border-radius: 20px;
  font-size: 16px;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
.bg-color5 {
	background: rgb(17 47 97 / 91%);
}
.form-section.overlap1:before {
    background: rgb(11, 10, 10);
    background: linear-gradient(0deg, rgb(8 8 8 / 0%) 0%, rgb(0 0 0 / 71%) 100%);
}
.reservations {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

.reservations .text a {
    font-size: 27px;
    color: #192665;
    letter-spacing: -1px;
}
.reservations .text .text1{
    font-size: 27px;
    color: #fff;
    letter-spacing: -1px;
    line-height: 30px;
}

.color-1 {
    color: #fff !important;
}

.reservations .icon {
    position: relative;
    /*transform: rotate(32deg);*/
    top: 3px;
}

.reservations .text {
    padding-left: 15px;
}

.reservations .text p {
    font-size: 15px;
    margin: 0;
}

.reservations .icon span {
    font-size: 40px;
    color: #192665;
}
.addresscontact {
    position: relative;
    background: #112f61;
    padding: 45px;
/*    margin-bottom: -75px;*/
}

.addresscontact .btn-2 {
    display: flex;
    margin: 1rem 0;
}
.rotating {
    -webkit-animation: rotating 2s linear infinite;
    -moz-animation: rotating 2s linear infinite;
    -ms-animation: rotating 2s linear infinite;
    -o-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}

.submit-icon {
    display: none;
}

.rotating i {
    color: #000;
}

.submit-icon.rotating-show {
    display: inline-block;
    vertical-align: middle;
}
.boxshadow1{
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}
.subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #c5c5c5;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 6px;
    margin-bottom: 5px;
}

.layoutone{
	position: relative;
    width: 96%;
    margin: 30px auto 30px auto;
}
.blognews-title{
	font-size: 25px;
	line-height: 33px;
}
.layoutone-content .blognews-title,
.layoutone-content .headingh5 h6{
	color: #fff;
}
.layoutone-content .headingh5 h5{
	color: #1F2B65;
}
.layoutone .layoutone-content p{
	color: #fff;
}

.single-service-item {
  /*margin: 20px 0;
  padding: 3px;*/
/*  border: 1px solid #ddd;*/
}
.single-service-item .img-holder {
  overflow: hidden;
  position: relative;
}
.single-service-item .img-holder .img-fluid {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  width: 100%;
}
.single-service-item .img-holder .overlay {
  background-color: rgba(0, 0, 0, .60);
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  opacity: 0;
  filter: alpha(opacity = 0);
  -webkit-transition: all 450ms ease-out 0s;
  transition: all 450ms ease-out 0s;
  -webkit-transform: rotateY(180deg) scale(0.5, 0.5);
  transform: rotateY(180deg) scale(0.5, 0.5);
}
.single-service-item .img-holder .overlay .box {
  display: table;
  height: 100%;
  width: 100%;
}
.single-service-item .img-holder .overlay .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-size: 30px;
}
.single-service-item .img-holder .overlay .box .content a {
  position: relative;
  z-index: 9;
}
.single-service-item .img-holder .overlay .box .content a i {
  background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  font-size: 20px;
  height: 45px;
  line-height: 48px;
  transition: all 500ms ease 0s;
  width: 45px;
}
.single-service-item:hover .img-holder .overlay {
  opacity: 1;
  filter: alpha(opacity = 100);
  -webkit-transform: rotateY(0deg) scale(1, 1);
  transform: rotateY(0deg) scale(1, 1);
}
.single-service-item:hover .img-holder .img-fluid {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.banner-header {
    position: relative;
    background-position: center;
    background-size: cover;
    padding-top: 125px !important;
    padding-bottom: 125px !important;
}
.bg-fixed {
    background-attachment: fixed;
}
.banner-header.overlap1:before {
    background-color: rgb(0 0 0 / 49%);
}
.h3-footer-inner h3{
	font-size: 22px;
	line-height: 1.4;
}
.borderbox-img{
	border: 1px solid #dcdcdc;
    border-radius: 3px;
}
.footer-h3-section.parallax.overlap1:before {
    background-color: rgb(0 0 0 / 49%);
}
.blueicon-list.list1 li:before{
	color: #fff;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background: #112f61;
}
.breaker-section {
    position: relative;
    overflow: hidden;
    padding: 50px 0;
}
.breaker-section::before {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 80px;
    background: rgb(17 47 97 / 69%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 100%, 75% 100%, 0% 100%);
    height: 100%;
    width: 60%;
}
.full-height-div-both {
    min-height: 100vh;
}
.threebox-up-down-section .minheightthreebox{
	min-height: 360px;
}
.whitelist-1.list1 li:before{
	background: #fff;
}
.hover-effect-two {
    position: relative;
}
.four-box-row {
    position: relative;
    border-radius: 5px;
    background-color: #112f61;
    min-height: auto;
    padding: 25px 35px;
    text-align: center;
    border: 10px solid #fff;
    box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px, rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}
.hover-effect-two::before {
    content: '';
    border-radius: 5px;
    background-image: -webkit-linear-gradient(90deg, #112f61 0%, #295ea7 100%);
    background-image: linear-gradient(90deg, #112f61 0%, #295ea7 100%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right;
    transform-origin: right;
    -webkit-transition: -webkit-transform 500ms ease;
    transition: -webkit-transform 500ms ease;
    transition: transform 500ms ease;
    transition: transform 500ms ease, -webkit-transform 500ms ease;
}
.four-box-row p {
    color: #fff;
}
.hover-effect-two:hover::before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: left;
    transform-origin: left;
}
.content-box.borderblueside{
	border: 3px solid #112f61;
}
.p-touch-tb{
	padding: 120px 50px;
}
.content-box{
	padding: 30px;
	border: 8px solid #fff;
}
.borerimshadow{
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 10px;
    border-radius: 8px;
}
.borerimshadow img{
	border-radius: 7px;
}
.halfpatch-middle-section{
	position: relative;
}
.halfpatch-middle-section::before{
	position: absolute;
	content: '';
	width: 100%;
	height: 80%;
	background-color: #e6e6e6;
	top: 50%;
	transform: translateY(-50%);
}
.bottom-attch-wrap-border{
	border: 8px solid #dcdcdc;
    border-bottom: 0;
    padding: 50px;
}
.contact-sec .single-choose-box {
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 12%);
    background: #fff;
    padding: 0px 0px 9px 15px;
    border-top: 3px solid #112f61;
    position: relative;
    border-radius: 3px;
    min-height: 118px;
    margin-right: 27px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.choose-us-content {
    margin-left: 31px;
}
.choose-number .cirlce-icon,.choose-content-text {
    position: relative;
    z-index: 1;
}
.choose-number {
    position: relative;
    left: -55px;
    top: 48px;
}
.choose-number .cirlce-icon:before {
    position: absolute;
    content: "";
    left: -12px;
    top: -16px;
    background: #112f61;
    height: 52px;
    width: 52px;
    z-index: -1;
    transition: .5s;
    border-radius: 50%;
}
.choose-number .cirlce-icon i {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    left: 4px;
    position: relative;
    top: -1px;
}
.single-choose-box:hover .choose-number .cirlce-icon:before {
    border-radius: 41%;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes rotate {
  from {transform: rotate(0deg);}
  to {transform: rotate(360deg);}
}
@media(min-width: 1301px) and (max-width: 1440px) {
	.navigation a {
		padding: 10px 20px;
		/* font-size: 15px; */
	}
	
}

@media(min-width: 1201px) and (max-width: 1440px) {
	.middleboximg img{
		height: 100%;
	}
	.addresscontact{
		padding: 18px;
	}
	/*.footer-logo {*/
	/*    width: 95%;*/
	/*}*/
}
@media(min-width: 1200px) and (max-width: 1300px) {
	.navigation a {
		padding: 10px 10px;
		/* font-size: 15px; */
	}
	.widget-title {
		font-size: 18px;
		text-transform: uppercase;
		margin-bottom: 15px;
		font-weight: 500;
	}
	.layoutone{
		height: 430px;
		margin: 20px auto;
	}
	.layoutone.height-auto-991{
		height: 230px;
	}
	.align-items-stretch.no-h100{
		height: 100%;
	}
}
@media(min-width: 992px) and (max-width:1199px){
	.layoutone{
		height: 420px;
		margin: 20px auto;
	}
	.align-items-stretch.no-h100{
		height: 100%;
	}
}
@media(min-width: 320px) and (max-width:1199px) {

	.navigation li.dropdown>.dropdown-menu li a:hover, .navigation li.dropdown>.dropdown-menu li a:focus, .navigation li.dropdown>.dropdown-menu li.active a {
		color: #fff!important;
		background-color: #000;
	}

	.headerpart1{
		display: none;
	}

	.hIaVkE{
		z-index: 9 !important;
	}
	.headerpart2{
		display: block;
	}

	.mb-15 {
		margin-bottom: 15px;
	}

	.mb-30 {
		margin-bottom: 25px;
	}

	.p-5 {
		padding: 1rem !important;
	}

	.home-page .header {
		position: static;
	}

	body {
		font-size: 16px;
	}

	.m-header-top-right {
		text-align: right;
	}

	.header-right {
		text-align: center;
	}

	.mobile-menu {
		display: inline-block;
		vertical-align: middle;
		font-size: 20px;
		background: #192665;
		padding: 8px 14px;
		color: #fff;
		cursor: pointer;
		margin: 10px auto;
	}

	.small-menu {
		text-align: center;
	}

	.info-whatapp {
		text-align: center;
	}

	.logo-sec {
		text-align: center;
	}

	.call-us-icon {
		justify-content: center;
	}

	.nav-wrapper {
		position: fixed;
		top: 0;
		right: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #192665;
		padding-top: 0;
	}

	.navigation {
		display: block;
		text-align: left;
	}

	.nav-wrapper.open {
		right: 0;
	}

	.navigation>li {
		display: block;
		margin: 0;
		border-bottom: 1px solid #333;
	}

	.navigation>li:first-child a {
		display: block;
		background-color: #192665;
	}

	.navigation li a {
		background-color:#192665;
		padding: 10px 20px;
		color: #ffffff !important;
	}

	.navigation a {
		border-radius: 0;
	}

	.navigation li:hover>a,
	.navigation li:focus>a,
	.navigation li.active>a {
		background-color:#112f61;
		color: #fff !important;
	}

	.navigation>li:first-child {
		display: block;
		background-color: #01000f;
	}

	.navigation>li.dropdown>a:after {
		right: 20px;
	}

	.navigation li.dropdown>.dropdown-menu,
	.navigation li.dropdown:hover>.dropdown-menu {
		position: static;
		top: 0;
		visibility: visible;
		opacity: 1;
		width: 100%;
		float: none;
	}

	.navigation li.dropdown>.dropdown-menu li a {
		padding: 10px 10px 10px 30px;
	}
	.colorbox {
	    padding: 30px 20px;
	}
	.middleboximg img{
		height: 100%;
	}
	.footer-logo img {
	    width: 100px;
	}
}

@media (min-width: 320px) and (max-width:991px) {

    .parallax.m-parallax-bg {
        background-image: none !important;
        height: auto !important;
        min-height: 100% !important;
    }
    .whyusbg-box{
    	clip-path: none;
    }
    .endcontent-right{
    	justify-content: center;
    }
    .footer-logo img {
        width: 150px;
    }
    .inner-content-review{
    	min-height: auto;
    }
    .threebox-up-down-section .minheightthreebox {
	    min-height: auto;
	}
	.p-touch-tb{
		padding: 30px 15px;
	}
	.halfpatch-middle-section::before{
		height: 100%;
	}
	.content-box{
		padding: 15px !important;
	}
	.bottom-attch-wrap-border{
		padding: 15px;
	}
	.areas-innnerwrap a{
		width: 100%;
	}
	.layoutone{
		width: 100%;
		padding: 5px;
		margin:10px auto 20px auto;
	}
	.breaker-section::before{
	    clip-path: none;
  height: 100%;
  width: 100%;
	}
}

@media(min-width: 768px) and (max-width: 991px) {
	.header-info-box:before {
		right: 40%;
	}

	.header-info-box::after {
		width: 50%;
	}

	.head-call{
		order: 0;
	}

	.head-mail{
		order: 1;
	}

	.head-logo{
		order: 2;
	}

	.header-top{
		padding: 20px;
	}	
    .about_btn, .btn-two{
        padding: 13px 35px;
    }
    .services-title{
        font-size: 14px;
    }
}

@media(min-width: 320px) and (max-width: 767px) {
	.footer-contact-wrap {
		margin-bottom: 20px;
	}

	.footer-logo{
		width: auto;
	}

	.follow-us{
		text-align: left;
	}
	.servies-box img{
		height: auto;
	}
	.footer-top{
    	padding-bottom: 30px;
    }
    .footer-logo img {
        width: 200px;
    }
    .four-box-row{
        padding: 15px;
    }
    .services-content{
    	min-height: auto;
    }
}


@media(min-width: 576px) and (max-width: 767px) {
	.head-call{
		order: 0;
	}

	.head-mail{
		order: 1;
	}

	.head-logo{
		order: 2;
	}

	.header-top{
		padding: 10px;
	}

}

@media(min-width: 320px) and (max-width: 575px) {

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin-bottom: 15px;
		font-weight: 600;
		color: #01000f;
	}

	h1 {
		font-size: 40px;
		line-height: 50px;
	}

	h2 {
		font-size: 30px;
		line-height: 36px;
		font-weight: 700;
	}

	h3 {
		font-size: 30px;
		line-height: 40px;
		font-weight: 700;
	}

	h4 {
		font-size: 33px;
		line-height: 43px;
	}

	h5 {
		font-size: 24px;
		line-height: 30px;
		font-weight: 700;
	}

	h6 {
		font-size: 17px;
		line-height: 24px;
	}

	.logo {
		display: inline-block;
		vertical-align: top;
		margin: 6px 0;
		width: 199px;
	}

	.carousel-inner .carousel-item img {
		height: 400px;
		object-fit:cover
	}

	.header-icon-box i {
		font-size: 23px;
		padding-right: 15px;
	}

	.whatapp-icon {
		margin-left: 5px;
	}

	.fb-sec {
		width: 100%;
		position: relative;
		overflow: hidden;
	}

	.contact-sec {
		background-size: 100% 100% !important;
	}
    .reservations .text a{
        font-size: 18px;
    }
    .addresscontact{
        padding: 20px;
    }
	.head-call{
		display: none;
	}

	.head-mail{
		display: none;
	}

	.head-logo{
		order: 2;
	}

	.header-top{
		padding: 10px;
	}

	.mobile-icons{
		display: block;
		text-align: center;
	}

	.mobile-icons i{
		font-size: 25px;
		margin: 5px;
	}

	.fb-text {		
		padding: 24px;		
	}
	.about_btn, .btn-two{
		padding: 15px 30px;
	}
	.button--fenrir{
		font-size: 12px;
	}
	.footer-logo img {
        width: 100%;
    }
    .formwrap{
        padding: 20px;
    }
    .gallerysection-new.customadd{
    	padding: 40px 0 !important;
    }
    .choose-us-content {
	    margin-left: 0;
	}
	.choose-number{
		left: 50%;
	    top: 15px;
	    transform: translateX(-50%);
	}
	.contact-sec .single-choose-box{
		padding: 15px;
		margin-bottom: 30px;
	}
	.contact-sec .single-choose-box .choose-title{
		margin-top: 40px;
	}
	.choose-number .cirlce-icon:before{
		left: 0;
	}
	.choose-number .cirlce-icon i{
		top: 0;
		left: 16px;
	}
}