body {
  font-family: "Lato", sans-serif !important;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif !important;
  text-transform: uppercase !important;
}

p {
  font-family: "Lato", sans-serif !important;
  font-size: 16px;
}

a {
  font-family: "Lato", sans-serif !important;
}

.dropdown-panel {
  position: relative;
}
.dropdown-panel:hover .dropBox {
  height: 397px;
  transition-duration: 1.2s;
}
.dropdown-panel:hover .drop1 {
  height: 180px !important;
}
.dropdown-panel .drop-link {
  padding-right: 20px !important;
  position: relative;
}
.dropdown-panel .drop-link .dropArrow {
  position: absolute;
  right: 0;
  top: 30px;
  width: 7px;
  height: 7px;
  display: block;
  transform: rotate(47.2deg);
  border-bottom: solid 1px #777;
  border-right: solid 1px #777;
}

.dropBox {
  position: absolute;
  width: 253px !important;
  top: 69px;
  left: 0;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  height: 0px;
  overflow: hidden;
  transition-duration: 1.2s;
  z-index: 10;
}
.dropBox li {
  list-style-type: none;
}
.dropBox li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #1c3079 !important;
  font-size: 12px !important;
  padding: 1em 1em !important;
}
.dropBox li a:hover {
  color: #fff !important;
}
.dropBox li a::before {
  content: "";
  background: #2a3181;
  background: linear-gradient(to right, #2a3181 37%, #27225c 100%);
}

.menu-footer-services li a:hover {
  color: #ffa22b !important;
}

.check-block li a:hover {
  color: #ffa22b !important;
}

footer {
  background-color: #1c3079 !important;
}

.navCover {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: none;
}

.text-fff h1, .text-fff h2, .text-fff h3, .text-fff h4, .text-fff h5, .text-fff h6 {
  font-family: "Poppins", Tahoma, Geneva, sans-serif !important;
  text-transform: uppercase !important;
  color: #fff;
}
.text-fff p {
  color: #fff;
}

.wrapper_flex_block {
  display: flex;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  margin-bottom: 30px;
  transition-duration: 0.2s;
}
.wrapper_flex_block:hover {
  background-color: #1c3079;
  transition-duration: 0.2s;
}
.wrapper_flex_block:hover aside h4 {
  color: #fff !important;
}
.wrapper_flex_block:hover aside p {
  color: #fff;
}
.wrapper_flex_block:hover aside a {
  color: #fff !important;
}
.wrapper_flex_block:hover aside:nth-child(1) img {
  opacity: 0.5;
}
.wrapper_flex_block aside {
  width: 100%;
  height: 233px;
  margin-bottom: 10px;
  overflow: hidden;
}
.wrapper_flex_block aside img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper_flex_block aside:nth-child(2) {
  height: auto !important;
  padding: 15px;
  margin: 0 !important;
}
.wrapper_flex_block span {
  display: block;
  width: 100%;
  height: 249px;
  margin-bottom: 10px;
  overflow: hidden;
}
.wrapper_flex_block span img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.wrapper_flex_block h4 {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 900;
  text-align: left;
  font-size: 13px;
  color: #1c3079;
  margin-bottom: 4px;
}
.wrapper_flex_block p {
  text-align: justify;
  color: #000;
  font-size: 15px;
  line-height: 25px;
}
.wrapper_flex_block a {
  display: block;
  padding: 5px 9px;
  color: #fff !important;
  background-color: #ffa22b;
  text-transform: capitalize;
  font-weight: 100;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  font-weight: bold;
  text-decoration: none !important;
  color: #1c3079 !important;
  background: none;
  font-size: 14px;
  border-radius: 3px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 0;
  position: relative;
  padding-right: 14px;
}
.wrapper_flex_block a::after {
  content: "\f054";
  font-family: "fontAwesome";
  position: absolute;
  right: 0;
  font-size: 10px;
}
.wrapper_flex_block a:hover {
  transition-duration: 0.2s;
}

.wrapper_row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.topLinks {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.topLinks .audit {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 5px;
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-size: 10px;
  margin-right: 10px;
  font-weight: bold;
}
.topLinks ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
}
.topLinks ul li {
  list-style-type: none;
}
.topLinks ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 3px 10px;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  background-color: #000;
  border-radius: 5px;
}
.topLinks ul li a:hover {
  color: #fff;
  background-color: #181147;
  transition-duration: 0.2s;
}
.topLinks ul li:nth-child(3) a {
  border: none;
}

.topSocialMedia {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 0;
  height: 100%;
  z-index: 100;
}
.topSocialMedia aside {
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
.topSocialMedia aside a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 30px;
  height: 30px;
  background-color: #ffa22b;
  color: #000;
}
.topSocialMedia aside a svg {
  width: 10px;
  fill: #000;
}
.topSocialMedia aside a:hover {
  color: #fff;
}
.topSocialMedia aside a:hover svg {
  fill: #fff;
}
.topSocialMedia aside a:hover:nth-child(1) {
  background-color: #3b5998 !important;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(2) {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.topSocialMedia aside a:hover:nth-child(3) {
  background-color: #0A66C2;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(4) {
  background-color: #00acee;
  color: #fff;
}
.topSocialMedia aside a:hover:nth-child(5) {
  background-color: #c4302b;
  color: #fff;
}

.emailPhone {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 5px 0;
}
.emailPhone span {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding-left: 10px;
  font-family: "Lato", sans-serif;
}
.emailPhone span:hover {
  color: #fff;
}
.emailPhone span:nth-child(1) {
  padding-right: 10px;
  position: relative;
}
.emailPhone span:nth-child(1)::before {
  content: "";
  width: 1px;
  height: 100%;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}
.emailPhone span i {
  margin-right: 5px;
  color: #fff;
}

.navigationFixed {
  position: fixed;
  width: 100%;
  top: -90px;
  margin-top: 90px;
  transition-duration: 1.2s;
  left: 0;
  z-index: 200;
  background-color: #1c3079;
  box-shadow: 0px 0px 64px -34px;
}
.navigationFixed .logo-fff {
  display: block;
}
.navigationFixed .wrapper_flex ul li a:hover {
  color: #fff !important;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  width: 100%;
}
header .topBar {
  width: 100%;
  background-color: #1c3079;
}
header nav {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.33);
}

.navBlock {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.navBlock .logo {
  width: 240px;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.navBlock .logo img {
  width: 100%;
}
.navBlock .logo a {
  width: 186px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.navBlock .wrapper_flex {
  display: flex;
  align-items: center;
}
.navBlock .wrapper_flex ul {
  padding: 0;
  margin: 0;
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
}
.navBlock .wrapper_flex ul li {
  list-style-type: none;
}
.navBlock .wrapper_flex ul li a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  padding: 2em 1em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 14px;
  color: #fff;
  display: block;
}
.navBlock .wrapper_flex ul li a:hover {
  color: #ffa22b !important;
  transition-duration: 0.2s;
}
.navBlock .wrapper_flex .get-a-quote {
  width: -moz-fit-content;
  width: fit-content;
  background-color: #ffa22b;
  color: #fff;
  text-transform: capitalize;
  padding: 8px;
  border-radius: 6px;
  font-size: 14px;
  transition-duration: 0.2s;
  margin-left: 20px;
}
.navBlock .wrapper_flex .get-a-quote:hover {
  box-shadow: 0px 8px 16px -8px #000;
  transition-duration: 0.2s;
}

.title-fff h1, .title-fff h2, .title-fff h3, .title-fff h4, .title-fff h5, .title-fff h6 {
  color: #fff !important;
}

.topBar {
  width: 100%;
  background-color: #fff;
}

.toggleBtn {
  display: none;
}

.rev_slider_4_1 {
  height: 300px !important;
}

.aboutSection {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #fff;
}

.flexBoxCenter {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.aboutRow h6 {
  width: 100%;
  text-align: center;
  color: #1c3079;
  text-transform: capitalize;
  font-size: 18px;
}
.aboutRow h3 {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 34px;
  font-weight: 600;
}
.aboutRow h5 {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 23px;
}
.aboutRow p {
  text-align: justify;
}

.buttonCover {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.servicesSection {
  padding: 50px 0;
  background-color: #1c3079;
}

.serviceWrapper {
  height: 320px;
  background-color: aliceblue;
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  border: solid 5px #fff;
}
.serviceWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.serviceWrapper aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0.24+0,0.96+100 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.96) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.serviceWrapper aside h4 {
  color: #fff;
  text-transform: capitalize !important;
  font-size: 21px;
  font-weight: 400;
  opacity: 0.5;
}
.serviceWrapper aside:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.serviceWrapper aside:hover h4 {
  opacity: 1;
}

#tourPackage .owl-item {
  padding: 0 7px !important;
}
#tourPackage .owl-nav {
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 190px;
  width: 100%;
}
#tourPackage .owl-nav div {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}
#tourPackage .owl-nav .owl-prev {
  position: relative;
  background-color: #fff;
}
#tourPackage .owl-nav .owl-prev::before {
  color: #1c3079 !important;
}
#tourPackage .owl-nav .owl-next {
  position: relative;
  background-color: #fff;
}
#tourPackage .owl-nav .owl-next::before {
  color: #1c3079 !important;
}
#tourPackage .owl-dots {
  display: none !important;
}

.minCaption {
  margin-bottom: 30px;
}
.minCaption h3 {
  width: 100%;
  text-align: center;
  text-transform: capitalize;
  font-size: 35px;
  font-weight: 600;
}

.check-block li {
  padding-bottom: 0 !important;
}
.check-block li a {
  position: relative;
  padding-left: 18px;
  font-size: 13px !important;
}
.check-block li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 7px;
  height: 7px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  transform: rotate(42deg);
}

.footerContent {
  width: 100%;
}
.footerContent .footerLogo {
  width: 100%;
}
.footerContent .footerLogo svg {
  width: 100% !important;
  fill: #fff !important;
}
.footerContent .footerLogo img {
  width: 100%;
}

.background-fixed {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.copyright p {
  width: 100%;
  text-align: center;
}

.bg-gray-section {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.butto__cover {
  display: flex;
  justify-content: space-between;
}
.butto__cover a {
  border-radius: 0 !important;
}
.butto__cover a:nth-child(1) {
  border: solid 1px #1c3079;
  padding: 0px 8px;
}
.butto__cover a:nth-child(1)::after {
  content: "";
  display: none;
}
.butto__cover a:nth-child(2) {
  padding-right: 20px;
}
.butto__cover a:nth-child(2)::after {
  content: "\f0ed" !important;
}

.wrapper_flex_block:hover .butto__cover a:nth-child(1) {
  background-color: #fff;
  color: #1c3079 !important;
}

.side_socialMedia {
  width: -moz-fit-content;
  width: fit-content;
  height: auto;
  position: fixed;
  bottom: 252px;
  z-index: 100;
  right: 0;
}

.side_socialMedia ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 10px 0px 0px 10px;
}
.side_socialMedia ul li {
  list-style-type: none;
}
.side_socialMedia ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  width: 29px;
  height: 29px;
  font-size: 18px;
  color: #fff !important;
  margin-bottom: 3px;
}
.side_socialMedia ul li a i {
  color: #fff !important;
}
.side_socialMedia ul li a svg {
  width: 20px;
  fill: #fff;
}
.side_socialMedia ul li:nth-child(1) a {
  background-color: #3b5998;
}
.side_socialMedia ul li:nth-child(2) a {
  background-color: #00acee;
}
.side_socialMedia ul li:nth-child(3) a {
  background: radial-gradient(circle at 33% 100%, #FED373 4%, #F15245 30%, #D92E7F 62%, #9B36B7 85%, #515ECF);
}
.side_socialMedia ul li:nth-child(4) a {
  background-color: #0e76a8;
}
.side_socialMedia ul li:nth-child(5) a {
  background-color: #FF0000;
  margin-bottom: 0;
}

.menu ul li a {
  text-transform: uppercase !important;
}

.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}
.shadow-effect img {
  width: 90px;
  border-radius: 100%;
}

#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
  opacity: 0.2;
  transform: scale3d(0.8, 0.8, 1);
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  background: #1c3079;
  padding: 9px 35px;
  border-radius: 12px;
  text-align: center;
  color: #fff;
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05);
}

#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span {
  background: #1c3079;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #1c3079;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #1c3079;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

.testimonialsSection {
  padding-top: 50px;
  background-color: #f4f4f4;
}

.clientsSection {
  padding: 50px 0;
}

.client-img-box {
  width: 100%;
  border-radius: 10px;
  background-color: #fff;
  border: solid 1px #f2f2f2;
  padding: 10px;
}
.client-img-box img {
  width: 100% !important;
}

.choose-us-content h5 {
  text-align: center;
  font-size: 29px;
}
.choose-us-content p {
  text-align: justify;
}

.whyChooseImg {
  width: 100%;
  margin-bottom: 20px;
}
.whyChooseImg img {
  width: 100%;
}

.padding-block {
  padding: 20px 15px;
}

.choose-subtitle h5 {
  font-size: 13px;
  text-transform: capitalize;
}

.choose-icon {
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin-bottom: 20px;
  height: auto !important;
}
.choose-icon svg {
  width: 50px;
  fill: #1c3079;
}

.siteLogo {
  width: 204px;
  position: absolute;
}
.siteLogo img {
  width: 100%;
  height: auto !important;
  max-height: none !important;
}

.fixed-header .siteLogo {
  background-color: #181147;
  border-radius: 10px;
  overflow: hidden;
  height: auto !important;
  position: static !important;
}
.fixed-header .site-branding {
  height: auto !important;
}

.dropdown li {
  line-height: 76px !important;
}

.relative-block {
  position: relative;
}

.before {
  position: absolute;
  top: 0;
  left: -380px;
  width: 700px;
  height: 100%;
  background-color: #181147;
}

.featured-bottom-portfolio-content .featured-title h5 {
  font-size: 15px !important;
  line-height: 15px;
}

.featured-imagebox .featured-bottom-content.featured-bottom-portfolio-content {
  padding: 9px 18px 9px 20px !important;
}

.featured-thumbnail {
  height: 170px;
}

.auto_height {
  height: auto !important;
}

.pp_details {
  display: none !important;
}

.pp_content {
  height: auto !important;
}

.more-btn a {
  display: inline-block;
  font-size: 16px;
  line-height: normal;
  padding: 11px 32px 11px 31px;
  background: #fff;
  color: #1c3079;
  border: 1px solid transparent;
  position: relative;
  font-weight: 600;
  overflow: hidden;
  z-index: 9;
  vertical-align: middle;
  text-transform: capitalize;
  transition: all 0.2s ease-in-out;
  border-radius: 3;
}
.more-btn a:hover {
  background-color: #ffa22b;
  color: #fff;
  transition-duration: 0.2s;
}
.more-btn a:nth-child(2) {
  color: #fff !important;
  background-color: #ffa22b;
}

.centerPf p {
  width: 100%;
  text-align: center;
}

.fluid-fill {
  width: 100%;
  background-color: #fff;
  padding: 30px 0px;
  border-radius: 10px;
}

.row_padding {
  padding: 30px 0;
}

.client_logo {
  width: 100%;
  overflow: hidden;
  background-color: #fff;
  padding: 10px 0;
  border-radius: 10px;
  margin-bottom: 30px;
}
.client_logo img {
  width: 100%;
}

.typeOfEventsSection {
  background-color: #fff;
  padding: 50px 0;
}

.event-block {
  width: 100%;
  height: 360px;
  background-color: #777;
  overflow: hidden;
  position: relative;
}
.event-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.event-block aside {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.96) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 30px;
  z-index: 10;
}
.event-block aside h3 {
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 26px;
  font-weight: 100;
  line-height: inherit;
  opacity: 0.5;
}
.event-block aside:hover {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.81) 100%);
}
.event-block aside:hover h3 {
  opacity: 1;
}

#typeofevents .owl-item {
  padding: 0 !important;
}
#typeofevents .owl-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  left: 0;
  top: 210px;
}
#typeofevents .owl-nav .owl-prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1c3079 !important;
  position: relative !important;
  border-radius: 100%;
  left: -50px;
}
#typeofevents .owl-nav .owl-prev:hover {
  background-color: #181147 !important;
  transition-duration: 0.2s;
}
#typeofevents .owl-nav .owl-next {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #1c3079 !important;
  position: relative !important;
  border-radius: 100%;
  right: -50px;
}
#typeofevents .owl-nav .owl-next:hover {
  background-color: #181147 !important;
  transition-duration: 0.2s;
}
#typeofevents .owl-dots {
  display: none !important;
}

.why-choose-us-wrapp {
  background-color: #181147 !important;
  transition-duration: 0.2s;
}
.why-choose-us-wrapp h5 {
  color: #fff !important;
}
.why-choose-us-wrapp p {
  font-size: 13px !important;
}
.why-choose-us-wrapp:hover {
  transition-duration: 0.2s;
  background-color: #1c3079 !important;
}
.why-choose-us-wrapp:hover p {
  color: #fff !important;
}
.why-choose-us-wrapp:hover .choose-icon svg {
  fill: #fff !important;
}

.bannerCover {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.31);
}
.bannerCover aside {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 0 14%;
  position: relative;
}
.bannerCover aside h1, .bannerCover aside h2, .bannerCover aside h3, .bannerCover aside h4, .bannerCover aside h5, .bannerCover aside h6 {
  width: 100%;
  text-align: center;
  margin: 0 !important;
}
.bannerCover aside h1 {
  font-size: 3.9vw;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  position: relative;
  top: -2em;
  opacity: 0;
  margin-bottom: 0;
}
.bannerCover aside h1 span {
  color: #fff;
}
.bannerCover aside h3 {
  font-size: 1.9vw;
  text-transform: capitalize !important;
  font-weight: 400;
  color: #fff;
  position: relative;
  bottom: -2em;
  opacity: 0;
}
.bannerCover aside p {
  font-size: 1em;
  position: relative;
  bottom: -8em;
  opacity: 0;
  color: #fff;
}
.bannerCover aside a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #1c3079;
  padding: 5px 10px;
  color: #fff;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  display: block;
  position: relative;
  bottom: -9em;
  opacity: 0;
}
.bannerCover aside a::before {
  background-color: #000;
  color: #fff;
}

.buttonCover {
  display: flex;
  align-items: center;
  justify-content: center;
}
.buttonCover a {
  border-radius: 5px;
  margin: 10px;
  border: solid 1px #1c3079;
}
.buttonCover a:nth-child(2) {
  background: none;
  border: solid 1px #fff;
}
.buttonCover a:nth-child(2):hover {
  background-color: #ffa22b;
}

.active .bannerCover aside h1 {
  top: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside h3 {
  bottom: 0;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside p {
  bottom: 0em;
  opacity: 1;
  transition-duration: 1.2s;
}
.active .bannerCover aside a {
  bottom: 0;
  transition-duration: 1.2s;
  opacity: 1;
}
.active .bannerCover aside a:hover {
  background-color: #000;
  color: #fff !important;
}

.tabs {
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabs .active a {
  background-color: #1c3079 !important;
  color: #fff !important;
  border-color: #1c3079 !important;
}

.footer .second-footer .second-footer-inner {
  border-bottom: 0 !important;
  border-top: 0 !important;
}

.companyWrapp {
  padding-top: 50px;
}

.wrapper_panel_for_img {
  width: 100%;
  height: 300px;
  overflow: hidden;
  border-radius: 10px;
  background-color: #777;
}
.wrapper_panel_for_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.wrapper_panel_for_content {
  width: 100%;
  padding-left: 30px;
}
.wrapper_panel_for_content h3 {
  color: #777;
  font-size: 23px;
  font-weight: 600;
}
.wrapper_panel_for_content p {
  font-size: 16px;
  text-align: justify;
}

.tabFlexCenter {
  display: flex !important;
  justify-content: center;
}

.bottom-footer-text {
  background-color: #ffa22b;
}

.dark-wrapper {
  background-color: #120c39;
  padding: 30px 0;
}

.contact_title h5, .contact_title h6 {
  color: #fff !important;
}

.copyright {
  padding: 0px 0;
}
.copyright p {
  margin: 0;
  color: #fff;
  font-size: 12px;
}

.widget-contact li i {
  color: #fff !important;
}

#totop {
  background-color: #ffa22b !important;
  color: #fff !important;
}

.ttm-btn-color-black {
  background-color: #1c3079 !important;
}
.ttm-btn-color-black:hover {
  background-color: #000 !important;
}

.whatsapp-round {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #25D366;
  position: fixed;
  left: 50px;
  bottom: 100px;
  z-index: 10;
}
.whatsapp-round a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  color: #fff;
  font-size: 35px;
}
.whatsapp-round:hover {
  border: solid 5px #fff;
}

.shadow-effect {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.shadow-effect h5 {
  text-transform: capitalize !important;
  font-weight: bold;
  color: #e5268e;
  font-size: 14px;
  text-align: center;
  margin-bottom: 0;
}
.shadow-effect h6 {
  text-transform: capitalize !important;
  color: #5c5c5c;
  font-size: 10px;
  text-align: center;
}
.shadow-effect span {
  display: block;
  width: 70px;
}
.shadow-effect span img {
  width: 100%;
  border-radius: 0 !important;
}

.about_company {
  padding: 50px 0;
  background-color: #fff;
}

.about-content {
  width: 100%;
  padding-left: 30px;
}
.about-content h3 {
  color: #777;
  font-size: 23px;
  font-weight: 600;
  margin: 0;
}
.about-content h2 {
  color: #777;
  font-size: 23px;
  font-weight: 600;
  font-size: 48px;
}
.about-content p {
  font-size: 16px;
  text-align: justify;
}

.wrapper_panel_for_about_img {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 10px;
}
.wrapper_panel_for_about_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pannel_grid_wrapper {
  width: 100%;
  background-color: #fbfbfb;
  padding: 8px;
  margin-bottom: 30px;
}
.pannel_grid_wrapper aside:nth-child(1) {
  width: 100%;
}
.pannel_grid_wrapper aside:nth-child(1) img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.pannel_grid_wrapper aside:nth-child(2) {
  height: auto;
}
.pannel_grid_wrapper aside:nth-child(2) h3 {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
}
.pannel_grid_wrapper aside:nth-child(2) p {
  font-size: 16px;
  text-align: justify;
}

.whatwedo-content {
  width: 100%;
}
.whatwedo-content h3 {
  font-size: 25px;
  font-weight: 700;
}
.whatwedo-content p {
  font-size: 16px;
  text-align: justify;
}

.photoGallerySection {
  padding-top: 50px;
}

.videoGallerySection {
  padding: 50px 0;
  background-color: #f4f4f4;
}

.titleSize h5 {
  padding: 0 13px;
  font-size: 18px;
}

.gallerySubtitle {
  padding-top: 30px;
}
.gallerySubtitle h4 {
  font-size: 25px;
  padding: 0 15px;
}

.featured-desc p {
  text-align: left;
}

.flex-height .featured-box {
  height: 100%;
}

.creativePotentialSection {
  padding: 50px;
  background-color: #181147;
}

.creative__potential {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/background/event-management.jpg);
  padding: 50px 30px;
  border-radius: 20px;
  background-color: #000;
  width: 100%;
  margin-bottom: 0 !important;
  position: relative;
  overflow: hidden;
}
.creative__potential h3 {
  position: relative;
  z-index: 10;
}
.creative__potential p {
  position: relative;
  z-index: 10;
  color: #fff !important;
}
.creative__potential::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(24, 17, 71, 0.87);
}

.teamSection {
  padding: 50px 0;
  background-color: #1c3079;
}

.wrapperSection {
  padding: 50px 0;
}

.joinUs-block {
  background-position: fixed;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-image: url(../images/background/canadabg.jpg);
  padding: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.joinUs-block::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #1c3079;
  opacity: 0.8;
}

.joinUs__team_content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 17px 0;
  position: relative;
  z-index: 10;
}
.joinUs__team_content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  font-size: 27px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.joinUs__team_content p {
  text-align: center;
  color: #fff;
}
.joinUs__team_content a {
  text-decoration: none;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  background-color: #fff;
  color: #000;
  text-transform: capitalize;
  font-size: 13px;
  padding: 7px 20px;
  border-radius: 5px;
  overflow: hidden;
}
.joinUs__team_content a::before {
  content: "";
  background-color: #ffa22b;
}
.joinUs__team_content a:hover {
  color: #fff;
}

.consultation_panel {
  background-image: url(../images/ayurveda-background2.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  overflow: hidden;
  position: relative;
}
.consultation_panel::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.649);
}

.round-block-panel {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 0 56% 45% 0;
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
  border-right: solid 5px #fff;
}
.round-block-panel img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contact__content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  position: relative;
  z-index: 1;
}
.contact__content h2 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
  text-transform: capitalize !important;
  font-weight: 300 !important;
  font-size: 17px;
  line-height: normal !important;
  margin: 0;
  text-align: center;
}
.contact__content h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #ffa22b;
  font-weight: 700;
  font-size: 23px;
  margin: 0;
}
.contact__content h4 {
  margin: 0;
}
.contact__content h4 a {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 26px;
}

.about_wrapper {
  width: 100%;
  padding-right: 30px;
}
.about_wrapper p {
  font-size: 16px;
  text-align: justify;
  color: #6A6A6A;
}
.about_wrapper h6 {
  text-transform: capitalize;
  font-size: 18px;
  text-align: center;
  text-align: left;
  font-weight: 300;
  line-height: initial;
  font-size: 23px;
  text-transform: capitalize !important;
  color: #1c3079;
}
.about_wrapper h6 b {
  font-weight: bold;
}
.about_wrapper h3 {
  text-transform: capitalize;
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;
  margin-bottom: 10px;
  font-weight: 800;
}
.about_wrapper h3 span {
  color: #1c3079;
}
.about_wrapper h3 span:nth-child(2) {
  color: #ffa22b;
}

.pf-dark p {
  color: #2a2a2a;
}

.aboutImg {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.aboutImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.aboutUs__Section {
  padding: 50px 0;
  background-color: #ffd5a0;
}

.wrapper_about {
  width: 100%;
}
.wrapper_about img {
  width: 100%;
}

.count_block {
  width: 96%;
  padding-top: 20px;
}
.count_block ul {
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}
.count_block ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #ffa22b;
  padding: 5px 12px;
  margin: 5px;
  border-radius: 10px;
  width: 25%;
  height: 128px;
}
.count_block ul li h6 {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 17px;
  text-align: center;
  color: #fff;
}
.count_block ul li p {
  font-size: 11px;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.banner_before {
  position: relative;
}
.banner_before::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.53);
  z-index: 1;
}
.banner_before .container {
  position: relative;
  z-index: 2;
}

.about-images {
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}
.about-images img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.flex-control {
  display: flex;
  height: 100%;
  flex-direction: column;
}

.wrapper__about_section {
  padding: 50px 0;
  background: #fff;
}

.gridSection {
  padding: 50px 0;
  background: #ffd5a0;
}

.flex_colmn {
  display: flex;
  flex-direction: column;
}

.panel__wrapper {
  overflow: hidden;
  position: relative;
}

.flex_box_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_block h4 {
  font-size: 19px !important;
}

.menu-footer-services li a {
  text-transform: capitalize;
}

.title_style span:nth-child(1) {
  color: #1c3079;
}
.title_style span:nth-child(2) {
  color: #ffa22b;
}

.googlemap {
  width: 100%;
}

.contactSection {
  padding: 50px 0;
}

.contactList {
  width: 100%;
}
.contactList h3 {
  color: #1c3079;
  font-weight: 700;
  font-size: 22px;
}
.contactList h3 span {
  color: #ffa22b;
}
.contactList ul {
  padding: 0;
  margin: 0;
}
.contactList ul li {
  list-style-type: none;
  position: relative;
  padding: 5px;
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.contactList ul li span {
  font-size: 18px;
}
.contactList ul li span:nth-child(1) {
  color: #1c3079;
  font-weight: 900;
}
.contactList ul li span:nth-child(1) i {
  margin-right: 5px;
  color: #ffa22b;
}
.contactList ul li span:nth-child(2) {
  color: #000;
}

.quick_enqiry_wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.quick_enqiry_wrapper h3 {
  font-size: 18px;
  margin: 0;
  padding: 1px 10px;
  background-color: #fff;
  color: #1c3079;
  font-weight: 700;
  display: flex;
}
.quick_enqiry_wrapper h3 span {
  color: #ffa22b;
  padding-left: 5px;
}
.quick_enqiry_wrapper h3 a {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 10px;
}

.mobileBanner {
  display: none;
}/*# sourceMappingURL=style.css.map */