@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap');
@import url("./animate.min.css");
* {
  resize: none !important;
  outline: none !important;
}
*:focus {
  outline: none !important;
}

body {
  font-family: 'Montserrat', sans-serif !important;
}
body.fixed {
  bottom: 0 !important;
  left: 0 !important;
  position: fixed !important;
  right: 0 !important;
  top: 0 !important;
}

/*RAZA*/
.mh-R-img img{ border-radius: 10px;}
.visit-title{}
.visit-title a{background: #f00;
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    border-radius: 7px;
    border: 2px solid #f00;
    transition: ease all 0.5s;
    display: block;
    margin-top: 10px;
    display: inline-block;
    margin-right: 10px;}
.visit-title a:hover{background: none; text-decoration: none;}

.list-tab{}
.list-tab ul{font-size: 15px !important; list-style-type: circle; padding-left: 5px; color: #e6e6e6 !important}
.list-tab ul li , .special-services ul li {font-size: 15px !important; list-style-type: circle; padding-left: 5px; color: #e6e6e6 !important}

/*RAZA-ENG*/



.loading-screen {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  /* border-radius: 10px; */
  background-color: #23328b/*152065*/;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%) scale(0, 0);
  transform-origin: top center;
  pointer-events: none;
}
.loading-screen2 {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  border-radius: 10px;
  background-color: #23328b/*152065*/;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%) scale(0, 0);
  transform-origin: center center;
  pointer-events: none;
}
.load-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  z-index: 999;
  pointer-events: none;
}

nav {
  width: 100px;
  background: #eee;
  height: 100vh;
  z-index: 10;
  /* opacity: 0;
    position: relative; */
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* animation-name: myfadeInDownNav;
    animation-duration: 3s;
    animation-delay: 1.5s;
    animation-fill-mode: forwards;
	animation-timing-function: ease-in-out; */
  /* clip-path: polygon(100% 0, 0 0, 0 0, 100% 0); */
  /* clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%); */
}
/* .firsttime{
	clip-path: polygon(100% 0, 0 0, 0 0, 100% 0);
} */
/* nav.nav .wow{
    visibility: hidden;
} */
nav.nav .line {
  width: 30px;
  height: 4px;
  background-color: #283686;
  margin: 6px 0;
  border-radius: 3px;
}
nav.nav .line-round {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 2px solid #999999;
}
nav .navbar-brand,
.nav-div,
nav .nav-item {
  opacity: 1;
  transform: translate(0px, 0px);
}
@keyframes fadeInDownNav {
  0% {
    opacity: 0;
    transform: translate3d(0, -50px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes myfadeInDownNav {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.obj-cover {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover !important;
}

.caption {
  text-align: center;
  letter-spacing: 0.48px;
  color: #ffffff;
  opacity: 0.5;
  position: absolute;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 700;
  font-size: 16px;
}
.content {
  margin-left: 100px;
}
.line-round {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #666;
}
.br-10 {
  border-radius: 10px;
  overflow: hidden;
}



.home-content .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80px;
  cursor: pointer;
}

.home-content .img-sm img {
  min-height: 140px;
}

.news {
  background-color: #23328b;
  color: #fff;
  border-radius: 10px;
  display: flex;
  /* height: 120px; */
  height: 100%;
  padding: 15px 12px;
  align-items: center;
  /*   */
}
.news.clippath.firsttime,
.myimg.clippath.firsttime {
   
}
.homepage .myimg {
  width: 100%;
  /*   */
  /* clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%); */
  /* pointer-events: none; */
}

.news .news-inner {
    height: 100%;
    text-align: left;
}

.news h2 {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    line-height: 30px;
    margin-top: 0px;
    margin-bottom: 0;
    margin-right: 0px;
}


.news img {
	max-width: 72px;
    opacity: .7;
    float: left;
    margin-right: 20px;
    margin-top: 2px;
}

.news-hm-content {
	float: left;
    width: calc( 100% - 110px);
}


.news h5 {
    font-size: 13px;
    letter-spacing: 0.36px;
    font-weight: 400;
    opacity: .9;
    line-height: 17px;
    margin: 12px 0;
}

.news p {
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #d7d7d7;
}

.news a {
  font-weight: 500;
  width: unset !important;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0 !important;
  font-size: 14px;
  text-decoration: underline;
}

.home-content .img-outer {
  border-radius: 6px;
  overflow: hidden;
}

.home-content .caption {
  transition: all 0.5s;
  pointer-events: none;
}

.contain div:first-child {
  transition: all 0.6s;
}

.contain .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.7s ease;
  background-color: #283686;
  border-radius: 10px;
}

.contain:hover div:first-child {
  transform: scale(1);
}

.contain:hover .caption {
  color: #fff;
  opacity: 1;
}

.contain:hover .overlay {
  opacity: 0.7;
  transform: scale(1);
}

.contain:hover .overlay .caption {
  color: #fff;
  opacity: 1;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

.d-none {
  display: none;
}

.openOverlay {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  top: 0;
}
.closing {
  animation: zoomNFadeOut 1s ease-in-out;
  animation-fill-mode: forwards;
}

#menu-popup {
  width: calc(100% - 100px);
  background-color: #23338b;
  left: -100%;
  top: 0;
  z-index: 5;
  transition: 1s;
  color: #ffffff;
  height: 100%;
  position:/*fixed*/ fixed;
  overflow: hidden;
}
#readme-popup {
  width: calc(100% - 100px);
  background-color: #23338b;
  left: -100%;
  top: 0;
  z-index: 5;
  transition: 1s;
  color: #ffffff;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#menu-popup::before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url(../img/Vector-Smart.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: bottom;
  opacity: 0.1;
}
.heading {
  font-size: 14px;
   
}
.details {
   
}
#close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  color: #ffffff;
  top: 30px;
  right: 30px;
}
#video-popup {
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
}
#video-popup iframe {
  /* width: 100%; */
  height: 100%;
  position: absolute;
  overflow: hidden;
}
#video-popup.open {
  border-radius: 10px;
  animation: zoomNFadeIn 1s ease-in-out;
  animation-fill-mode: forwards;
}
#video-popup.open .closeV {
  width: 0;
  height: 0;
  overflow: hidden;
  background-color: #fff;
  border-radius: 100px;
  top: -100px;
  left: 50%;
  cursor: pointer;
  display: grid;
  align-content: center;
  justify-content: center;
  transition: 1s;
  /* position: absolute; */
  z-index: 1000;
  transform: translateX(-50%);
}
#video-popup.open .closeV img {
  width: 16px;
}
#video-popup.open .closeDiv {
  width: 40%;
  position: absolute;
  top: 0;
  left: 30%;
  z-index: 10000000;
  height: 65px;
}
#video-popup.open .closeDiv .closeV {
  width: 30px;
  height: 30px;
  /* top: 50px; */
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  transition: 1s;
}
@keyframes zoomNFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomNFadeOut {
  0% {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 0;
    opacity: 1;
    transform: scale(1);
  }
  100% {
    top: -100%;
    height: 0%;
    width: 0;
    opacity: 0;
  }
}

.travel.main {
  background-color: white;
}

.main-banner-travel{background-image: url("../img/banner-main-travel.jpg");}
.main-banner-cargo{background-image: url("../img/banner-main-cargo.jpg");}
.main-banner-holidays{background-image: url("../img/banner-main-holidays.jpg");}
.main-banner-digital{background-image: url("../img/banner-main-digital.jpg");}
.main-banner {
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
	max-height: 400px;
    border-radius: 28px;
    display: flex;
    padding: 60px;
    background-position: center right;
}

.main-banner-content {
    align-self: flex-end;
	width: 100%;
}

.cat-tagline {
    font-size: 25px;
    font-weight: 600;
    max-width: 300px;
    line-height: 30px;
    margin: 0;
    color: #fff;
}


.main-banner-content .buttons {
	margin-bottom: 10px;
}

.main-banner-content .about-title img {
	margin-bottom: 40px !important;
	height: 81px;
    width: auto;
}


.new-section {
    padding-top: 80px;
}
.new-section h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 35px;
    color: #24348b;
}

.new-section ul li {
    font-size: 15px !important;
    list-style-type: circle;
    padding-left: 0px;
    color: #333333 !important;
    font-weight: 600;
    line-height: 30px;
   
}
.new-section ul {
    
     -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.visit-bg {

  background-image: url("../img/bg-cta.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 50px 0;
  width: 100%;
  display: flex;
  align-items: center;
  border-radius: 28px;
   
  border-radius: 20px;
}
.visit-bg.about {
    background: url(../img/companies-venture_about.jpg);
    background-size: cover;
    border-radius: 20px;
}
/* .travel-bg.clippath.firsttime, .visit-bg.clippath.firsttime, .footer-bg.clippath.firsttime {
	 
} */


.fancybox-content {
    max-width: 950px !important;
    border-radius: 15px;
}

.pop-banner {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin-bottom: 20px;
}
.pop-banner h3 {
    font-size: 25px;
    font-weight: 700;
    padding: 0 40px;
    color: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin: 0;
}
.pop-banner img {
    min-height: 150px;
    max-height: 150px;
    object-fit: contain;
    object-position: center;
    border-radius: 10px;
}

.pop-content {}

.pop-content h4 {
    color: #333333;
    font-size: 18px;
    font-weight: 600;
}

.pop-content p {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

.pop-content ul {
    padding-left: 18px;
    list-style: circle;
}
.pop-content ul li {
    color: #666666;
    font-size: 15px;
    line-height: 20px;
}

.pop-content .pop-btn {
    font-size: 14px;
    color: #fff;
    background: #db0a12;
    padding: 8px 25px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 3px;
    font-weight: 500;
}

.visit-bg span {
  font-size: 22px;
  color: #e6e6e6 !important;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}

.visit-bg p {
    font-size: 15px;
    color: #e6e6e6 !important;
    font-weight: 400;
    margin-bottom: 12px;
    margin-top: 15px;
    max-width: 1300px;
}


.visit-bg h1 {
  background: #e60b13;
  font-size: 26px;
  font-weight: 900;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}
.menu {
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 21px;
  padding-bottom: 30px;
  padding-top: 30px;
  list-style: none;
   
}
.menu::before {
  position: absolute;
  top: 00px;
  left: 0;
  width: 30px;
  height: 3px;
  content: "";
  background-color: #ffffff;
  border-radius: 12px;
}
.menu-img {
  width: 100%;
  height: 150px;
  position: relative;
  overflow: hidden;
}
.menu-option {
  position: relative;
   
}
.menu-option::before {
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.menu-option span {
  color: #ffffff;
  text-transform: uppercase;
  position: absolute;
  bottom: 8px;
  font-size: 600;
  left: 14px;
  z-index: 1231;
}
.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: .5;
}


.infocus-bg-m {
	display: none !important;
}
.menu li {
  font-weight: 600;
  padding-bottom: 10px;
}

.menu li a {
	background: transparent !important;
}

.email {
  font-size: 12px;
  font-weight: 700;
}
.phone {
  font-size: 16px;
  font-weight: 600;
}

.phone a , .email a {
     background: unset !important;
}

.footer-bg {
  background-image: url("../img/travel_airline/footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  /*height: 362px;*/
  padding: 45px 30px 35px;
  border-radius: 28px;
  color: rgba(255, 255, 255, 0.5);
}

.footer-bg span {    
    font-size: 14px;
    padding: 0px 0 0 0px;
    margin-top: 14px;
    display: inline-block;
    
}

.footer-bg .no-line {
  text-decoration: none !important;
}

.footer-bg .copyright {
  margin-top: 6rem !important;
}

.footer-bg span.text-white {
  
}
.footer-bg .icons {
    text-align: right;
}
.footer-bg .icons a {
  margin-left: 15px;
  cursor: pointer;
}

.footer-bg p {
  font-size: 14px;
}

.footer-bg .list a {
  text-transform: uppercase;
  text-decoration: underline;
  font-size: 14px;
  cursor: pointer;
  min-width: 110px;
}



footer .footer-logo {}
footer .footer-logo img {}

footer .footer-text {
    max-width: 593px;
    margin: 0 auto 0 0;
}
footer .footer-text p {
    margin-bottom: 50px;
}

footer .footer-links {
    margin-bottom: 30px;
}
footer .footer-links ul {
    column-count: 3;
    padding: 0;
}
footer .footer-links ul li {
    list-style: none;
    margin-bottom: 12px;
}
footer .footer-links ul li a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: underline;
line-height: 20px;
    display: block;
}



footer .footer-phone {
    text-align: right;
    margin-top: 25px;
}
footer .footer-phone a {
    color: rgb(255 255 255 / 75%);
    font-size: 12px;
}
footer .footer-phone a span {
    color: #fff;
    font-weight: 600;
    padding-top: 0;
    padding-left: 5px;
    margin: 0;
}



.about-title {
  color: #fff;
  display: inline-block;
  padding-top: 10%;
}

.about-title span {
  font-size: 14px;
  font-weight: 700;
}

.about-title h1 {
  font-size: 32px;
  font-weight: 700;
}

.about-title .btn-primary {
  background-color: #111;
  border: 1px solid #111;
  color: #fff;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 12px;
	outline: none !important;
	box-shadow: none !important;
}

.about-img {
   position: absolute;
    border-radius: 20px;
    max-width: calc(100% - 105px);
    margin-left: 15px !important;
    top: -85%;
	max-height: 628px;
}

.about-img img {
  border-radius: 20px;
  max-width: 100%;
  max-height: 628px;
	    min-height: 628px;
}

.home-link {
  color: #182a80;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 600;
}

.al-holiday {
  background: #182a80;
    font-size: 16px;
    color: #cbcdd6;
    padding: 50px 20px 40px 50px;
    font-weight: 400;
    border-radius: 20px;
    display: inline-block;
    width: 100%;
    line-height: 22px;
}

.al-holiday .al-holiday-content {
	max-height: 250px;
    overflow-y: overlay;
    min-height: 250px;
    padding-right: 30px;
}

.scrollbar {
	overflow-y: auto;
}

.force-overflow {
	width: 100%;
}

#style-2::-webkit-scrollbar {
	width: 12px;
}

/**  STYLE 2 */
#style-2::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #e60b13;
}

#style-2::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #0f1c58;
}


.al-about {
  font-size: 20px;
  color: #182a80;
  padding: 30px 40px;
  font-weight: 600;
  border-radius: 10px;
  /* clip-path: polygon(0 0,	 0 0, 0 100%, 0% 100%); */
}
.al-about.clippath {
   
}
.h-270 {
  max-height: 270px;
}
.h-300 {
  min-height: 300px;
}
.al-holiday a {
  color: #f11921;
  cursor: pointer;
  font-weight: 700;
}

.bg-red {
    border-radius: 20px;
    color: #fff;
    position: relative;
    padding: 0 40px;
		
}

.bg-red::after {    
    background: #e60b13;
    border-radius: 20px;
    display: block;
    content: ".";
    color: transparent;
    width: calc(100% - 0px);
    height: calc(100% - 80px);
    position: absolute;
    top: 0;
    z-index: -1;
    right: 0;
}


.bg-red-content {
	padding-top: 40px;
}


.bg-red .text-blue {
  color: #23328b/*#152065*/;
  font-size: 40px;
  font-weight: 700;
}
/*.bg-red .text-blue:after{ content:"__";}*/

.bg-red h2 {
    font-size: 40px;
    font-weight: 800 !important;
    transition: ease all .75s;
    line-height: 27px;
    margin-bottom: 20px;
}


.bg-red h1 {
    font-size: 40px;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 40px;
    margin-bottom: 30px;
}

.al-row {
  /*max-height: 240px;*/
}

.special-services {
        background-image: url(../img/travel_airline/specialized_service-min.jpg);
    background-repeat: no-repeat;
    min-height: 360px;
    position: relative;
    display: inline-block;
    width: 100%;
    top: 0;
    border-radius: 20px;
    padding: 40px 40px 40px 40px !important;
    background-color: #24348a;
    background-size: cover;
    background-position: left center;
    height: 100%;
}


.special-services.trav-shiping {
	background-image: url(../img/trav-shiping.jpg);
}

.special-services.trav-service {
	background-image: url(../img/trav-service.jpg);
}

.special-services.holiday-service {
	background-image: url(../img/holiday-service.jpg);
}

.special-services.cargo-service {
	background-image: url(../img/cargo-service.jpg);
}


.special-services.about {
  background: #172364 !important;
  width: 115%;
  height: 310px !important;
  top: 60px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  right: 0 !important;
  min-height: 27px !important;
}
.special-services.about::before {
  position: absolute;
  content: "";
  top: 0;
  width: 75%;
  right: 0;
  z-index: -1;
  background-size: cover;
  height: 100%;
background-image: url("../img/businessmen_about.jpg");
  opacity: 0.5;
}
.special-services.about::after {
  position: absolute;
  content: "";
  top: 0;
  width: 75%;
  right: 0;
  z-index: -1;
  background-size: cover;
  height: 100%;
  background-image: linear-gradient(
    to right,
    #172364 20%,
    rgba(23, 35, 100, 0)
  );
}
.special-services.about h3 {
  font-size: 18px !important;
}
.w-95 {
  width: 95%;
}
/* .special-services.clippath.firsttime {
	 
} */

.special-services ul li {
  font-size: 12px;
  margin-bottom: 5px;
  color: #edeffd;
}

.special-services h3 {
    font-size: 24px;
    font-weight: 700;
    font-weight: 800;
    color: #fff;
	margin-bottom: 25px !important;
}

.special-services h4 {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}


.bg-focus {
    border-radius: 20px;
	position: relative;
    margin: 0 !important;
    margin-top: 5rem !important;
}
.bg-focus.management {
 	margin-bottom: 80px !important;
}



.bg-focus::after {
	background: #ccc;
    border-radius: 20px;
    display: block;
    content: ".";
    color: transparent;
    width: calc(100% - 50px);
    height: calc(100% - 70px);
    position: absolute;
    top: 0;
    z-index: -1;
    left: 50px;
}

.red-links h1 {
  background: #e60b13;
  font-size: 20px;
  font-weight: 900;
  cursor: pointer;
  color: #fff;
  border-radius: 10px;
  padding: 10px 15px;
}

.red-links span{display: inline-block; margin-right: 50px;}
.red-links a{ display: inline-block;  padding: 10px 25px; background: #f00; border-radius: 5px; color: #fff; font-size: 24px; font-weight: bold;  text-decoration: none; width: auto; margin: 0; margin-left: 25px; border:2px solid #f00; transition: ease all 0.5s; align-self: center; }
	.red-links a:hover{background: none;}


.about-mission {}
.about-mission p {
	max-width: 580px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
}
.management .blue-box {
  width: 100%;
  margin-bottom: 0px;
  padding: 60px 45px;
  margin-top: 0px;	
  height: 100%;
}

.management .infocus-bg {
    align-self: flex-start;
    margin-top: 70px;
}

.bg-focus.management::after {
    max-height: 190px;
}


.management .pr-7 {
	margin-bottom: 14px;
}

.management .pl-7 {
	margin-bottom: 14px;
}


.pr-7 {
	padding-right: 7px !important;
}
.pl-7 {
	padding-left: 7px !important;
}
.management .blue-box h2 {
    font-weight: 800;
    margin-top: 10px;
    font-size: 20px;
    margin-bottom: 4px;
	margin-top: 0;
}
.management .blue-box p {
  	font-weight: 500;
    font-size: 14px;
    line-height: 14px;
}
.management .blue-box ul {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 14px;
    font-weight: 500;
}




.bg-focus.management .row.no-gutters {
  position: relative;
  top: 40px;

}



.infocus-bg {
  align-self: center;
  margin-top: -50px;
}


.bg-focus h3 {
    font-size: 40px;
    color: #182a80;
    font-weight: 900;
    text-align: center;
    margin: 0;
	text-transform: uppercase;
	
}



.blue-box {
    background: #121c57;
    font-size: 16px;
    color: #fff;
    padding: 25px 25px;
    border-radius: 15px;
     
    margin-top: 50px;
}

.blue-box img {
	max-width: 50px;
	min-width: 50px;
    margin-bottom: 15px;
	max-height: 50px;
	min-height: 50px;
}

.blue-box.box2 {
  background: #162167;
}

.blue-box.box3 {
  background: #1d2c86;
}

.blue-box.box4 {
  background: #2a3daf;
}

.blue-box h2 {
  font-size: 40px;
  font-weight: 900;
  margin-top: 10px;
}

.blue-box p {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
	min-height: 40px;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(50px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: translateZ(0);
  }
}

#loaderHost {
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 211313;
  width: 100%;
  background-color: #23328b/*#152065*/;
  transition: 1s;
  transition-delay: 1s;
  height: 100%;
}

#loaderHost .frame {
  opacity: 1;
  transition: 1s;
}

#loaderHost.remove {
  height: 0;
}

#loaderHost.remove .frame {
  opacity: 0;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1220px;
  }
}
@media (min-width: 1441px) {
  .container {
    max-width: 90%;
  }

}
.cursor-pointer {
  cursor: pointer !important;
}

.news-loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  z-index: 1;
  background: rgb(35, 50, 138);
}
.about-head {
    border-radius: 28px;
    background-color: red;
    overflow: hidden;
    position: relative;
    background-image: linear-gradient(to right, #343a40, #2b3357);
    background: url(../img/about-banner-new.jpg);
    background-size: cover;
    padding: 50px;
    background-repeat: no-repeat;
    background-color: #303344;
}
.about-head.clippath {
   
}
.about-head::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-position: center left;
    background-image: url(../img/Vector-Smart.svg);
    background-repeat: no-repeat;
    background-size: 600px;
    opacity: 0.2;
    filter: grayscale(1) brightness(0);
    left: 0;
    top: 0;
}
.purple-1 {
  background-color: #121c57 !important;
}
.purple-2 {
  background-color: #172168 !important;
}
.purple-3 {
  background-color: #1d2c87 !important;
}
.purple-4 {
  background-color: #293dae !important;
}

.about-head {
	position: relative;
}
.about-head h2 {
    font-size: 50px;
    font-weight: 600 !important;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
	position: relative;
	z-index: 1;
}
.side-icon {
  max-width: 190px;
}
.footer-bg.about {
  background-image: url("../img/bg-footer.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.nav-landing-screen {
  width: 100%;
  height: 100%;
  background-color: #f8141d !important;
  left: -100%;
  top: 0%;
  position: /*absolute*/ fixed;
}

.contact-page-style {
  background-image: url("./assets/img/Vector-Smart.svg") !important;
  /* height: 100vh; */
  background-repeat: no-repeat !important;
  background-position: center !important;
}

input.contact,
textarea.contact {
  background-color: transparent !important;
  min-width: 300px !important;
  font-size: 14px !important;
  padding: 20px !important;
  box-shadow: none !important;
  color: white !important;
  border-radius: 20px !important;
  border: 2px solid #fff3 !important;
}

.contact-submit-btn {
  color: #23338b !important;
  border-radius: 20px !important;
  padding: 0px 20px !important;
  margin: 5 !important;
  font-weight: 600 !important;
  font-size: 12px !important;
  height: 40px !important;
}

.contact-span-content {
  font-size: 12px !important;
  line-height: 2 !important;
}

.contact-span-content p {
   margin: 0 !important;
       line-height: 12px;
}

.contact-span-content a {
    color: #fff;
}


.font-bold {
  font-weight: bold !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.contact-title {
  font-size: 16px !important;
}

.contact-scrolling-wrapper::-webkit-scrollbar {
  width: 0.5em !important;
  height: 20px !important;
}

.contact-scrolling-wrapper::-webkit-scrollbar-track {
  /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
  height: 20px !important;
}

.contact-scrolling-wrapper::-webkit-scrollbar-thumb {
  background-color: white !important;
  border-radius: 10px !important;
  height: 20px !important;
  padding-left: 20px;
  max-height: 20px !important;
  /* outline: 1px solid slategrey; */
}
.px-6 {
  padding-left: 6rem !important;
}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #000;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Caption text */
.text {
  color: #fff;
  font-size: 15px;
  padding: 8px 12px;
  width: 100%;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  from {
    opacity: 0.4;
  }
  to {
    opacity: 1;
  }
}


#menu-popup a{
  color: #fff !important;
  text-decoration: none !important;
  background-color: #000;
  display: block;
  position: relative;
  z-index: 1;	
}


nav.nav .line.three {
	width: 20px;
	margin: 6px auto 6px 0;
}


/* Asad Css */

.home-content .main {
	background-color: #fff;
	height: 100vh;
	padding: 50px !important;
}

.home-content.homepage .main-row {
	height: calc( 50vh - 60px);
}

.home-content.homepage .container-fluid {
	padding: 0 5px;
	max-width: 1920px;
}

.main.content .container {
	padding: 0 90px;
    max-width: 100%;
}


.home-content a.d-inline-block {
	width: 100%;
	height: 100%;
}

.home-content a.d-inline-block .myimg .mh-R-img , 
.home-content a.d-inline-block .myimg , 
.home-content a.d-inline-block .myimg .mh-R-img img {
	height: 100%;
}

.logo-main {
    background: url(../img/logo-main.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    background-color: #eee;
    background-size: 290px;
    border-radius: 60px;
	width: 340px;
	height: 80px;
	left: 0;
	animation-name: mainlogo;
	animation-duration: 200s;
	animation-delay: 5s;
	animation-iteration-count: infinite;
	transition:ease all .5s !important;
}

.logo-main:hover {
	width: 340px !important;
    height: 80px; 
	border-radius: 60px !important;
	background-position: center !important;
	cursor: pointer;
    
}


.logo-main-bg {
	position: relative;
}

@keyframes mainlogo {
  0% {
	width: 340px;
    height: 80px; 
	  border-radius: 60px;
  }

  1% {
    width: 80px;
    height: 80px;
	border-radius: 20px;
	  background-position: right;
  }
	99% {
    width: 80px;
    height: 80px;
	border-radius: 20px;
	  background-position: right;
  }
	100% {
	width: 340px;
    height: 80px; 
	  border-radius: 60px;
  }
}

.nav-brand-logo-inner {
	animation-name: none !important;
    animation-duration: unset !important;
    animation-delay: unset !important;
    animation-iteration-count: unset !important;
    width: 68px !important;
    background-position: right;
    left: 15px;
}

#pageLeftNav , .sidebar .nav {
	clip-path: unset !important;
}

.d-block-xs {
	display: none;
}
	
.d-none-xs {
	display: flex;
}
/* Asad Css ends */



@media (min-width: 1660px) {
  .travel-bg {
    height: 400px;
  }
  .about-img {
    margin: auto;
    /*top: -128%;*/
  }
}

@media (max-width: 1440px) {
  .al-holiday p {
		font-size: 15px;
	}
	.al-holiday a {
		font-size: 16px;
	}
	
	
	.news img {
		display: none;
	}
	
	.news a {
		font-size: 12px;
	}
	
	.news .text {
		padding: 8px 0px;
	}

	
	.bg-red h2 {
		font-weight: 800 !important;
		transition: ease all .75s;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	
	.bg-red .text-blue {
		color: #23328b/*#152065*/;
		font-size: 20px;
		font-weight: 700;
	}
	
	.main-banner {
		min-height: 320px;
    	max-height: 320px;
		padding: 45px;
		background-position: center right;
	}
	
	.about-img img {
    	max-height: 463px;
    	min-height: 463px;
	
	}
	
	.sidebar .menu-click {
		position: relative;
		top: 80px;
	}

	
	
	.main-banner-content .about-title img {
		margin-bottom: 30px !important;
		
	}

	.main-banner-content .buttons {
		margin-bottom: 0px;
	}
	
	.al-holiday {
		padding: 45px 20px 30px 40px;
	}
	
	.al-holiday .al-holiday-content {
		max-height: 175px;
		min-height: 175px;
		padding-right: 25px;
	}

	.red-links a {
		padding: 10px 15px;
		font-size: 18px;
	}
	
	.management .blue-box {
		padding: 40px 35px;
	}
	
	.about-mission p {
		font-size: 20px;
	}
	
	
	
	
}
@media (max-width: 1280px) {
	.al-holiday p {
		font-size: 15px;
	}
	.al-holiday a {
		font-size: 16px;
	}
	
	.main.content .container {
		padding: 0 50px;
	}
	
	.bg-red h2 {
		font-weight: 800 !important;
		transition: ease all .75s;
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 15px;
	}
	
	.bg-red .text-blue {
		color: #23328b/*#152065*/;
		font-size: 20px;
		font-weight: 700;
	}
	
	.main-banner {
		min-height: 320px;
    	max-height: 320px;
		padding: 45px;
	}
	
	.main-banner-content .about-title img {
		margin-bottom: 25px !important;
		
	}

	.main-banner-content .buttons {
		margin-bottom: 0px;
	}
	
	.al-holiday {
		padding: 45px 20px 30px 40px;
	}
	
	.al-holiday .al-holiday-content {
		max-height: 175px;
		min-height: 175px;
		padding-right: 25px;
	}

	
	.about-img {
		top: -68%;
	}
	
	.red-links a {
		padding: 10px 15px;
		font-size: 18px;
	}
	.blue-box {
    	font-size: 15px;
		padding: 25px 20px 20px;
	}
	
	.visit-bg {
		padding: 40px 0;
	}
	
	
	.bg-focus h3 {
		font-size: 35px;
		text-align: left;
	}
	
	.about-img img {
		max-height: 420px;
		min-height: 420px;
	}
	
	.home-content .main {
		padding: 50px 30px !important;
	}
	
	.sidebar .menu-click {
		position: relative;
    	top: 80px;
	}
	
	


}





@media all and (max-width: 767px) {
  
	  .sidebar nav {
		width: 100%;
		position: static;
		height: auto;
	  }
	  .home-content .main {
		height: 100%;
	}
	.new-section ul {
    
     -webkit-column-count: unset;
    -moz-column-count: unser;
    column-count: unset;
}


	#menu-popup {
	  width: 100%;
	}



	.content{
	  margin-left: 0;
	  overflow-x: hidden;
	}
	.mh-R-img{
	  min-height: 220px!important ;
	  max-height: 220px;
	  /*border-radius: 10px;*/
	  overflow: hidden;
	}


	.news .news-inner.border-right{
	    border-right: none !important;
		height: unset;
		display: inline-block;
		width: 100%;
		}
	.news-hm-content {
		width: 100%;
		float: unset;
	}
	.news img {
    display: none;
}
	
	.al-row{
	  max-height: inherit;
	}
	.about-img {
	  position: static;
	  width: 100%;
	  margin-top: 2.5rem;
	}
	.bg-red{
	  max-height: inherit;
	}
	.special-services {
	  right: auto;
	}
	
	.active.text-blue::after {
		width: 0px;
		height: 0px;
		border-left: 9px solid transparent;
		border-right: 9px solid transparent;
		border-bottom: 9px solid #24348c;
		content: "";
		position: absolute;
		bottom: -15px;
		margin-left: 25px;
		left: 0;
	}
	
	.bg-focus{
	  max-height: inherit;
	  margin-left: 0!important;
	  padding: 2rem 0!important;
	}
	.bg-focus .row{
	  position: static;
	  flex-direction: column;
	}
	.bg-focus .col .blue-box{
	  margin-left: auto!important;
	  margin-right: auto!important;
	  width: 80%;
	  margin-bottom: 2rem!important;
	}
	.bg-focus h3 {
	  text-align: center;
	    font-size: 25px !important;	
	}
	
	.bg-red h1 {
	    margin-bottom: 0px;
	    font-size: 25px !important;	
	}
	
	.travel-bg{
	  display: flex;
	  align-items: center;
	}
	.travel-bg .about-title{
	  text-align: left;
	  padding-top: 0;
	}
	.travel-bg .about-title img{
	  height: 50px;
	}
	.travel-bg .buttons{
	  display: flex;
	}
	.special-services.about{
	  position: static;
	  width: 100%;
	  min-height: 390px !important;
	  padding: 20px 0!important;
	}
	.special-services.about h3.w-50{
	  width: 100%!important;
	  font-size: 15px;
	}
	
	.bg-focus.management .row{
	  position: static;
	  align-items: center;
	}
	.bg-focus.management .col .blue-box{
	  width: 100%!important;
	}
	.w95{
	  width: 100%!important;
	}
	.w-95{
	  width: 100%!important;
	}
	.visit-bg.about{
	  min-height: 320px;
	  padding: 20px 0;
	  border-radius: 50px;
	}
	.visit-bg.about .red-links{
	  text-align: center;
	}
	.footer-bg.about{
	  background-size: cover;
	  min-height: 150px;
	}
	.footer-bg.about .icons{
	  display: flex;
	}
	.rm.px-6{
	  padding-left: 0!important;
	}
	.contact-R-height{
	  min-height: 100vh!important;
	  height: auto!important;
	}
	.no-R-border{
	  border-left: 0!important
	}
	#menu-popup{
	  position: fixed;
	  width: 100vw!important;
	}
	.nav-landing-screen{
	  position: fixed;
	}
	#menu-popup .menu-option .menu-img{
	  height: 100px;
	}
	#menu-popup .menu-option span{
	  font-size: 12px;
	}
/* #readme-popup{
   overflow: hidden;
    position: fixed;
    font-size: 14px;
} */
	
	
/* Asad CSS Starts */
	
	.social-top {
		display: none;
	}
	
  .logo-main img {
    height: 45px;
  }
	  
	.logo-main {
		transform: translate(0px, 0px);
		position: unset;
		background-size: contain;
		width: 230px !important;
		height: 40px;
		margin-top: 5px;
		animation-name: unset;
		border-radius: 0;
	}
	
	.logo-main:hover {
		width: 230px !important;
		height: 40px;
	}
	
	.active.text-blue {
		background: #182a80;
		padding: 10px;
		border-radius: 7px;
		color: #fff;
		position: relative;
		transition: unset;
		
	}
	
	
	#travelPage>.container {
		padding: 0 15px !important;
	}

	.main-logo-bg {
		float: right;
    	right: 0;
	}
	
  .sidebar nav {
		padding: 10px 15px !important;
	    display: inline-block;
    	height: 70px;
	}
	.nav-div#menu {
		float: left;
    	position: absolute;
		    top: 25px;
	}
	nav.nav .line {
		width: 25px;
		height: 4px;
		background-color: #283686;
		margin: 3px 0;
		border-radius: 50px;
	}
	
	nav.nav .line.three {
		width: 15px;
    	margin: 3px auto 3px 0;
	}
	
	.home-content .main {
		padding: 20px 0 !important;
	}
	
	.home-content .main .box1 , .home-content .main .box2 , .home-content .main .box3 ,  .home-content .main .box7 , .home-content .main .box6{
    	margin-bottom: 16px !important;
    	padding: 0 8px;
	}
	
	.home-content .main .box4 , .home-content .main .box5 {
    	margin-bottom: 0px !important;
    	padding: 0 8px;
	}
	
	
	
	.home-content .main .box2 , .home-content .main .box3 , .home-content .main .box4 , .home-content .main .box5 ,  .home-content .main .box6 , .home-content .main .box7 {
		max-width: 50%;
		padding: 0 8px;
	}
	
	.home-content .main .box2 .mh-R-img  , .home-content .main .box3 .mh-R-img , .home-content .main .box4 .mh-R-img  , .home-content .main .box5 .mh-R-img , .home-content .main .box6 .mh-R-img , .home-content .main .box7 .mh-R-img  {
		min-height: 120px !important;
		max-height: 120px;
		height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	
	.home-content .play {
		width: 40px;
	}
	
	.video-img {
		min-height: 100% !important;
    	max-height: 100%;
		object-fit: cover;
		object-position: center;
	}
	
	.home-content .main .container {
		padding: 0 7px;
	}
	
	.homepage .myimg {
		height: 100%;
		background: #23328b;
        border-radius: 10px;
	}
	
	.news {
		margin-bottom: 17px !important;
		padding: 20px 5px 18px !important;
	}
	
	.news h2 {
		font-size: 16px;
		text-align: left;
		margin-bottom: 0px;
		}
	.news-pd {
		padding: 0 8px !important;
	}
	.news .text {
		font-size: 14px;
		padding: 0px;
		width: 100%;
	}
	
	.news h5 {
		font-weight: 400;
		margin-left: 0;
	}
	
	.news a {
		margin-left: 0;
		font-size: 13px;
	}
	
	.news p {
		display: none;
	}
	
	.d-block-xs {
		display: block;
	}
	
	.d-none-xs {
		display: none;
	}
	
	.home-content a.d-inline-block {
		display: unset !important;
    	font-weight: 500;
	}
	
	.main.content {
		padding-top: 15px !important;
    	padding-bottom: 18px !important;
	}
	
	.al-row {
		margin-top: 15px !important;
		margin-bottom: 15px !important;
	}
	
	.about-title {
		text-align: left;
	}
	
	.about-title img {
		max-width: 240px;
		margin: 0 auto;
		height: auto !important;
		text-align: center;
	}
	
	.about-title .btn-primary {
		font-size: 10px;
		margin: 0 3px;
	}
	
	.about-title {
		padding: 30px 0;
		text-align: left;
		width: 100%;
	}
	
	.main-banner {
		height: unset;
	}
	
	.main-banner {
		border-radius: 10px;
		padding: 25px 20px;
		text-align: center;
		min-height: 170px;
		max-height: 170px;
	}
	
	.al-holiday {
		font-size: 14px;
		padding: 25px 20px 23px 25px;
		border-radius: 10px;
		min-height: unset;
	}
	
	.about-img {
		display: none;
	}
	
	.about-in-row {
		
	}
	
	.bg-red h1 {
		font-size: 32px;
	}
	
	.bound-service {
		font-size: 16px !important;
		display: inline-block;
		margin-top: 5px;
		margin-right: 10px;
	}
/*
	
	.bg-red .text-blue:after {
		content: "_";
		width: 18px;
		display: inline-block;
		position: relative;
		left: -13px;
		top: 24px;
		height: 4px;
		background: #23328b;
		color: transparent;
	}
	
*/
	.tabtwo {
		margin-left: 5px;
	}
	
	.bg-red {
		padding: 15px !important;
		width: 100% !important;
	}
	
	.bg-red .col-md-3 .mt-4 {
		margin: 0 !important;
	}
	
	.special-services {
		width: 100%;
    padding: 20px 20px 10px 20px !important;
    bottom: unset;
    margin-top: 0px;
    height: unset;
    min-height: unset !important;
    display: inline-block;
    background-position: bottom center;
    border-radius: 10px;
    top: 0px;
    margin-bottom: 15px;
	}
	
	.special-services h3 {
		font-size: 18px;
		    margin-bottom: 8px !important;
	}
	
	.special-services h4 {
		font-weight: 700;
    	font-size: 16px;
	}
	
	.special-services p {
    	font-size: 14px;
		font-weight: 500;
		line-height: 20px;
		margin: 0;
	}
	
	.special-services ul {
	    padding-left: 18px;
        margin-top: 18px;
	}
	.special-services ul li {
        font-size: 13px !important;
        line-height: 14px;
        margin-bottom: 10px;
	}
	.bg-focus::after {
		width: calc(100% - 0px);
    	height: calc(100% - 0px);
		left: 0px;
		border-radius: 10px;
		    background: #ececec;
	}
	
	.bg-focus.management .row.no-gutters {
		position: relative;
		top: 0px;
	}

	
	.pr-7 , .pl-7 {
		padding-right: 0px !important;
		padding-left: 0px !important;
	}
	
	.management .pr-7 , .management .pl-7 {
		margin-bottom: 5px;
	}

	
	
	.bg-focus.management::after {
		max-height: unset;
	}

	
	.bg-focus , .bg-focus.management {
		padding: 20px 0 0 !important;
		margin: 18px 0 !important;
		border-radius: 10px;
		max-height: unset !important;
		width: 100% !important;
	}
	
	.bg-focus .col .blue-box {
		width: calc( 100% - 32px);
		margin-bottom: 15px !important;
		margin-top: 0px;
		border-radius: 10px;
		
	}
	
	.visit-bg {
		border-radius: 10px;
		padding: 30px 30px;
		margin-bottom: 0 !important;
		margin-top: 0px !important;
		margin-bottom: 16px !important;
	}
	
		
	.visit-bg .justify-content-between {
		padding: 0 !important;
    	width: 100%;
	}
	
	.visit-title {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	
	.visit-bg span {
		font-size: 16px;
		color: #fff;
		font-weight: 600;
		margin-bottom: 5px;
		display: inline-block;
		margin-right: 0 !important;
	}
	
	.visit-title a {
		padding: 8px 20px;
		font-size: 14px;
		border-radius: 5px;
		border: 2px solid #f00;
		margin-top: 10px;
		
	}
	
	.footer-bg img {
		display: none;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	
	.footer-bg span.text-white {
		font-size: 14px;
		padding: 0;
		margin: 12px 0;
		display: block;
	}
	.footer-bg.about {
		background-size: cover;
		min-height: unset;
		border-radius: 10px;
		padding: 30px 10px 25px;
		background-color: #303346;
	}
	
	#travelPage br {
		display: none !important;
	}
	
	.contact-us .main.content {
		padding: 0 !important;
	}
	
	.contact-us .main.content .align-items-center {
		margin-left: 0 !important;
	}
	
	.about-head {
		height: unset;
		border-radius: 10px;
		background-color: #2c3455;
		padding: 30px;
		min-height: 120px;
		display: flex;
	}
	
	.about-head h2 {
		font-size: 20px;
	}
	
	.bg-red::after {
		border-radius: 10px;
		width: calc(100% - 0px);
		right: 0px;
	}
	
	
	.about-head img {
		display: none;
	}
	
	.al-about {
		font-size: 14px;
		padding: 0px 0px;
		border-radius: 10px;
	}
	
	.al-about p {
		margin: 0;
	}
	
	#aboutPage .bg-red br {
		display: none !important;
	}
	
	
	.special-services p {
		width: 100% !important;
	}
	
	.bg-focus.management .col .blue-box {
		margin-bottom: 10px !important;
		padding: 18px 25px 25px;
		border-radius: 10px;
	}

	.visit-bg.about {
		min-height: unset;
		padding: 20px 0;
		border-radius: 10px;
		height: unset;
		background-position: center;
	}
	
	.management .blue-box h2 {
		font-weight: 700;
		margin-top: 10px;
		font-size: 16px;
	}
	.blue-box p {
		 min-height: 30px;
	}
	.management .blue-box p {
		font-weight: 500;
		font-size: 13px;
		line-height: 14px;
	}
	
	.management .infocus-bg {
		align-self: flex-start;
		margin-top: 0px;
	}
	
	
	.visit-bg .w-95 {
		width: 100%!important;
		padding: 0 !important;
	}
	
	.visit-bg .red-links a {
		display: inline-block;
		padding: 10px 25px;
		border-radius: 4px;
		font-size: 15px;
		margin: 0 auto;
		margin-top: 12px;
		max-width: 220px;
		text-align: center;
		width: 100%;
	}
	
	.home-content.homepage .main-row {
		height: unset;
	}
	
	.main.content .container {
		padding: 0 15px;
	}
	
	.infocus-bg {
		display: none;
	}
	
	.infocus-bg-m {
		display: block !important;
    	margin-bottom: 15px;
	}
	
	.main-banner-content .about-title img {
		margin-bottom: 20px !important;
		
	}
	
	.main-banner-content {
		text-align: center;
    	margin: 0 auto;
		align-self: center;
	}
	
	.bg-red-content {
		padding-top: 0px;
	}
	
	.bg-red h2 {
		max-width: 175px;
    	font-size: 13px !important;
    	line-height: 15px;
    	font-weight: 700 !important;
		display: inline-block;
		margin-right: 5px;
	}

	
	.al-holiday .al-holiday-content {
		min-height: unset;
		max-height: unset;
	}
	
	.menu {
		font-size: 15px;
	}
	
	.blockRevealLeft {
		position: unset !important;
		
	}
	.details {
		margin-top: 40px;
		clip-path: unset !important;
	}


	.animated , .wow {
		animation-duration: unset !important;
		animation-fill-mode: unset !important;
		webkit-animation-delay: unset !important;
    	animation-delay: unset !important;
	}
	
	.phone {
		font-size: 12px;
		font-weight: 600;
	}
	
	.home-content .img-outer {
		background: #23328b;
		border-radius: 10px;	
	}
	
	.mh-R-img img {
		border-radius: 10px;
		opacity: .6;
	}
	
	.home-content .caption {
		opacity: 0.8;
		font-size: 14px;
    	line-height: 13px;
	}
	
	footer .footer-links ul li {
        line-height: 16px;
        margin-bottom: 15px;
    }
    
    footer .footer-links ul li a {
        font-size: 13px;
        line-height: 12px;
    }
    
    footer .footer-links ul {
        column-count: 2;
        padding: 0;
    }
    
    footer .footer-links {
        margin-bottom: 15px;
    }
    
    footer .footer-phone {
        text-align: left;
    }
        
    footer .footer-text p {
        margin-bottom: 25px;
    }   
        
    .new-section {
    padding-top: 30px;
}
.new-section h4 {
    font-size: 18px;
    font-weight: 600;
    color: #24348b;
    line-height: 22px;
}
.new-section ul {
    margin-top: 15px;
    padding-left: 20px;
}
.new-section ul li {
    font-size: 14px !important;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 7px;
}

.cat-tagline {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    text-align: left;
}
        
        
	
	
/* Asad CSS Ends */	
	
	
	
	
}