@charset "utf-8";
/* CSS Document */

*, ::after, ::before {
    box-sizing: border-box;
}

img{
	max-width: 100%;
}

ul {
    list-style-type: none;
}

ul, li {
    margin: 0;
    padding: 0;
}

a, abbr, acronym, address, applet, big, blockquote, body, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, tt, ul, var {
	border: 0;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: none !important;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Inter', sans-serif;
}


/*------------------------------------------------------------------*\	
				1 - FONT																											
\*------------------------------------------------------------------*/
@font-face {
  font-family: 'reey';
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/reey-regular.woff") format("ttf"), url("../fonts/reey-regular.woff") format("woff"), url("../fonts/reey/reey-regular.eot") format("eot");
}


@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Letter.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Letter.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Bold.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Cocogoose Compressed Trial';
    src: url('../fonts/CocogooseCompressedTrial-Bold.woff2') format('woff2'),
        url('../fonts/CocogooseCompressedTrial-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body {
	margin: 0;
	padding: 0;
	background: #fff;
	background-repeat: repeat-x;
	font-family: 'Montserrat', sans-serif;
	font-size:17px;
	color:#333333;
}
.btn:focus{
	box-shadow: none !important;
}


@media (min-width: 992px) {
    .navbar .nav-item .nav-link {
        margin-right: 22px;
       font-size: 17px;
        font-weight: 600;
        color: #000;
        text-transform: capitalize;
		transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

	}


}


/* ====================
Header Css
======================= */
.top-bar {
	background: #077646;
	padding-top: 5px;
    padding-bottom: 5px;
}
.header-info span {
    color: #fff;
    margin-right: 15px;
}
.header-info a {
    color: #fff;
    margin-right: 35px;
  }

.header-info i {
    margin-right: 6px;
    color: #FFFFFF;
}

.header-social-icons {
    float: right;
    padding-top: 5px;
    	
}

.header-social-icons ul li a {
    font-weight: 500;
    color: #fff;
    display: inline-block;
    margin-left: 16px;
}

.header-social-icons ul li {
	display: inline-block;
    padding-top: 5px;
	 
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    left: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

#scroll-top {
    position: fixed;
    bottom: -20px;
    right: 30px;
    z-index: 99;
    font-size: 20px;
    border: none;
    outline: none;
    border-radius: 50px;
    color: #fff;
    background-color: #694b99;
    cursor: pointer;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.17);
    transition: all .5s ease-in-out;
    opacity: 0;
    visibility: hidden;
}

#scroll-top.active {
    opacity: 1;
    visibility: visible;
    bottom: 95px;
}



.my-float{
	margin-top:16px;
}

/*--------------------------------------------------------------
# Nav
--------------------------------------------------------------*/

#header {
transition: all 0.5s;
z-index: 997;
position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.4);
	z-index: 997;
}


 .navbar .nav-item:last-child .nav-link {
    margin-right: 0;
  }


 .navbar .nav-item .nav-link.active,
  .navbar .nav-item:hover .nav-link {
    color: #077646;
	border-bottom: 1px solid #077646;
  }


.bg-body-tertiary {
     background-color:#fff !important;
}


.why-choose-divs1 {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 80px 0;
    background: url(../images/bg-how.webp) no-repeat;
    background-size: cover;
}


.why-choose-divs1 .comon-head-m, .inside-nms .comon-head-m {
    font-size: 35px;
    margin-bottom: 30px;
    color: #ba8248;
}

.why-choose-divs1 h5{
	color: #ba8248;
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	font-size: 18px;
}

.why-choose-divs1 h1{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
	color: #222;
}
.why-choose-divs1 h5{
	font-family: 'Red Hat Display', sans-serif;
	font-weight: 700;
}
.why-choose-divs1 .comon-head-m:after,
.inside-nms .comon-head-m:after{
	background-image: url(../images/landing-top-logo-img2.png);
}

.why-choose-divs1 .let-bnt {
    background: #ba8248;
    color: #fff;
	padding: 10px 25px;
    margin-top: 50px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.let-bnt:hover {
    color: #ba8248;
	background: #fff;
}


.show-btn1 {
    background: #ffa500;
    color: #fff;
    padding: 10px 25px;
    margin-top: 50px;
}


.package{
	padding: 80px 0px;
}

.sub-textb {
    color: #077646;
}

.comon-head-m {
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 900;
    color: #222;
    font-size: 40px;
    position: relative;
}

.comon-head-m:after {
    position: absolute;
    left: 0;
    bottom: -14px;
    background-image: url(../images/landing-top-logo-img.png);
    content: "";
    width: 175px;
    height: 15px;
}

.allpack{
	margin-top:30px;
}

.loactions-ts i{
	color: aqua;
}

.titel-cm {
    font-size: 18px;
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
    color: #000;
    margin: 10px 0;
    text-decoration: none;
    transition: all 0.5s;
}

.package h5 span {
    font-size: 13px;
    color: #222;
    font-weight: 300;
    margin-left: 5px;
}
.package i{
    color: #8cc441;
}

.bt-rating {
    font-size: 13px;
    color: #222;
    font-weight: 300;
}

.pack_detail {
    padding: 0 20px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.pack_detail h5 {
  
    font-family: 'Red Hat Display', sans-serif;
    font-weight: 700;
     font-size: 20px;
    color: #077646;
    margin: 10px 0;
}

.background {
    background: rgba(0, 0, 0, 0) url(../images/hajjcopy.webp) no-repeat fixed center top / cover;
       width: 100%;
}

.background .comon-head-m::after {
    margin: auto;
    left: 0;
    right: 0;
}
.background .title{
    text-align:center;
    color: #FFFFFF;
    margin-bottom: 0px;
	font-size: 75px;
    position: relative;
    margin: 0;
	font-weight: 700;

}

.background .sub-title{

    margin-bottom: 30px;
    font-size: 30px;
}
.background .sub-title {
    position: relative;
    display: inline-block;
    font-family: 'reey';
    color: #e8604c;
    font-size: 30px;
    text-indent: 15px;
    letter-spacing: 0;
}


section {
    padding: 80px 0;
}

.single_afeature {
    box-shadow: 0 0 39px rgba(0, 0, 0, 0.04);
    padding: 14px;
    border-left: 4px solid #63AB45;
    border-radius: 8px;
}

.service {
    padding: 55px 35px 55px;
    border-radius: 8px;
    transition: transform 0.5s ease-in-out;
    background-color: #fff;
    text-align: center;
    position: relative;
    border-top: 4px solid #63AB45;
    z-index: 1;
}

.service:hover{
	border-top: 4px solid #FF9933;
}
.service::before {
	content: '';
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 153, 51, 1);
	border-radius: 5px 5px 8px 8px;
	position: absolute;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.5s ease-in-out;
	z-index: -1;
}
.service:hover:before {
  transform: scaleX(1);
  transform-origin: left;
}


.service:hover a{
	color: #222;
}

.service h4 {
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.s_btn {
    color: #63AB45;
    text-decoration: decoration;
    display: inline-block;
    font-weight: 500;
    margin-top: 7px;
}



/*galery*/
/* Start Gallery CSS */

.gallery1 .comon-head-m::after{
     margin: auto;
    left: 0;
    right: 0;
}


#portfolioc .portfolio-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}


#portfolioc .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}


#portfolioc1 .portfolio-item {
   position: relative;
  vertical-align: middle;
  text-align: center;
}


#portfolioc1 .portfolio-item img {
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#portfolioc1 .portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#portfolioc1 .portfolio-item:hover .portfolio-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer{
	background:#D1CFCF;
}

.footer-widget-title, .footer-logo {
    padding-bottom: 25px;
}
.footer-hr {
    padding: 60px 0 50px 0;
    border-bottom: 1px solid #4d4d4d;
}
.footer-logo{
	width: 60%;
}
.footer p, .footer a {
    color: #000000;
}

.footer-about-social-icon ul {
    margin-top: 40px;
}

.footer-about-social-icon ul li {
    display: inline-block;
    margin-right: 10px;
}

.footer-about-social-icon ul li a {
    border: 1px solid #000;
    padding: 8px 10px;
    font-size: 14px;
    border-radius: 3px;
    transition: .5s;
}

.footer-about-social-icon ul li:nth-child(1) a{
 padding: 8px 13px;
 transition: .5s;
}
.footer-about-social-icon ul li:hover a{
  background: #e30411 ;
  border-color:#e30411 ;
	color: #fff;
}

.footer-quick-link-list ul li{
 list-style: none;
 margin-bottom:15px;
 transition: .3s;
 position: relative;
	text-decoration: none;
}
a{
	text-decoration: none;
}
.footer-quick-link-list ul li:hover a{
  color:#e30411 ;
}

.footer-quick-link-list ul li:hover{
  color:#e30411 ;
}

.footer-quick-link-list ul li:before{
 content:"";
 position: absolute;
 top:12px;
 left:-25px;
 height:1px;
 width:10px;
 background: #000;
}
.site-breadcrumb {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
    z-index: 1;
}
.site-breadcrumb::before {
    content: "";
    position: absolute;
    background: linear-gradient(to bottom right, rgba(0, 26, 113, .9) 0%, rgba(0, 0, 0, .5) 100%);
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.site-breadcrumb .breadcrumb-title {
    font-size: 45px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.site-breadcrumb .breadcrumb-menu {
    position: relative;
    z-index: 1;
}
.site-breadcrumb .breadcrumb-menu li:first-child {
    margin-left: 0;
}
.site-breadcrumb .breadcrumb-menu li {
    position: relative;
    display: inline-block;
    margin-left: 5px;
    color: #fff;
    font-weight: 500;
    text-transform: capitalize;
}
.site-breadcrumb .breadcrumb-menu li.active {
    color: #5b9e2f;
}

    .single_feature {
        padding: 45px 18px 45px;
    }

.single_feature {
    margin-top: 10px;
}
.feature_content h2 {
    margin: 30px 0 20px;
    transition: 0.3s;
}
.single_feature {
    text-align: center;
    margin-bottom: 30px;
    box-shadow: 0px 0px 10px 0px rgba(255, 99, 99, 0.35);
    padding: 45px 45px 45px;
    background: #fff;
    transition: 0.3s;
}
.single_feature:hover {
    background: #FF6363;
}
.feature_content p {
    transition: 0.3s;
}
.single_feature:hover .feature_button a, .single_feature:hover .feture_icon i {
    background: #FF6363;
    color: #fff;
    border-color: #fff;
}

.single_feature:hover .feture_icon i {
    color: #fff;
    border-color: #fff;
}

.single_feature:hover .feature_content h2, .single_feature:hover .feature_content p {
    color: #fff;
}
.feture_icon i {
    width: 80px;
    height: 80px;
    border: 2px solid #FF6363;
    line-height: 76px;
    font-size: 33px;
    border-radius: 100%;
    color: #FF6363;
    display: inline-block;
    transition: 0.3s;
}

.cent .comon-head-m::after {
    margin: auto;
    left: 0;
    right: 0;
}