@charset "utf-8";
/* CSS Document */

.container {
    max-width: 1430px;
}

@media only screen and (min-width: 1200px) and (max-width: 1600px) {
    .container {
        max-width: 95%;
    }
}

@media only screen and (max-width: 1700px) {
    .container {
        max-width: 95%;
    }
}


#carousel-area {
    overflow: hidden;
}

#carousel-area .carousel-item {
    background-size: cover;
    height: 100vh;
	min-height: 350px;
    background-position: center center;
    background-repeat: no-repeat;
}
.bg-overlay {
    background-color: #28282a;
    opacity: 0.2;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
   
}


.pb_navbar {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    font-family: "Roboto", sans-serif;
    background-color: rgba(158,158,158,0.63);
    font-weight: 400;
}


  .pb_navbar .navbar-toggler:active, .pb_navbar .navbar-toggler:focus {
    outline: none; }


  .pb_navbar > .container {
    position: relative; }


  .pb_navbar .navbar-toggler {
    border: none;
    color: white;
    border-color: white;
    cursor: pointer;
    padding-right: 0; }


    .pb_navbar .navbar-toggler i {
      font-size: 30px; }


  .pb_navbar ul > li > a {
    color: white !important; }


    .pb_navbar ul > li > a.active {
      color: white !important; }


  .pb_navbar ul > li.cta-btn > a > span {
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5); }


  .pb_navbar .nav-link {
    font-size: 15px;
    padding-left: 1rem !important;
    padding-right: 1rem !important;
   
}


    @media (max-width: 1199px) {
      .pb_navbar .nav-link {
        padding-top: .5rem;
        padding-bottom: .5rem; } }


    @media (max-width: 991px) {
      .pb_navbar .nav-link {
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }


    @media (max-width: 767px) {
      .pb_navbar .nav-link {
        padding-left: 0 !important;
        padding-right: 0 !important; } }


  @media (max-width: 991px) {
    .pb_navbar .navbar-nav {
      background: rgba(0, 0, 0, 0.8);
      border-radius: 0px;
      padding-left: 1rem !important;
      padding-right: 1rem !important; } }


  .pb_navbar.scrolled {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    margin-top: -100px; }


    @media (max-width: 991px) {
      .pb_navbar.scrolled .navbar-nav {
        background: none;
        border-radius: 0px;
        padding-left: 0rem !important;
        padding-right: 0rem !important; } }


    @media (max-width: 767px) {
      .pb_navbar.scrolled .navbar-nav {
        background: none;
        padding-left: 0 !important;
        padding-right: 0 !important; } }


    .pb_navbar.scrolled .navbar-toggler {
      border: none;
      color: rgba(0, 0, 0, 0.5);
      border-color: rgba(0, 0, 0, 0.5);
      cursor: pointer;
      padding-right: 0; }


    .pb_navbar.scrolled .nav-link {
      padding-top: .5rem;
      padding-bottom: .5rem; }


    .pb_navbar.scrolled.awake {
      margin-top: 0px;
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }

    .pb_navbar.scrolled.sleep {
      -webkit-transition: .3s all ease-out;
      -o-transition: .3s all ease-out;
      transition: .3s all ease-out; }

    .pb_navbar.scrolled.pb_scrolled-light {
      background: #fff !important;
      -webkit-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15);
      box-shadow: 0px 1px 10px -2px rgba(0, 0, 0, 0.15); }


      .pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
        color: #f4ca59; }


      @media (max-width: 991px) {
        .pb_navbar.scrolled.pb_scrolled-light .navbar-nav {
          background: none;
          border-radius: 0px;
          padding-left: 0rem !important;
          padding-right: 0rem !important; } }


      .pb_navbar.scrolled.pb_scrolled-light ul li a {
        color: #212529 !important; }


        .pb_navbar.scrolled.pb_scrolled-light ul li a:hover, .pb_navbar.scrolled.pb_scrolled-light ul li a:active, .pb_navbar.scrolled.pb_scrolled-light ul li a:focus {
          color: #868e96 !important; }


        .pb_navbar.scrolled.pb_scrolled-light ul li a.active {
          color: #f4ca59 !important; }

     
.navbar-brand img {
	
}

.dropdown img {
    display: inline;
    margin-right: 5px;
    margin-top: -4px;
        }



@media(max-width:767px){

	#carousel-area .carousel-item {
    height:  350px;
}
		
}




.about-tag-img {
	position: relative;
}

@media (max-width: 991px) {
	.about-tag-img {
		margin-bottom: 50px;
	}
}

@media (max-width: 767px) {
	.about-tag-img {
		margin-bottom: 140px;
		text-align: center;
	}
}

@media (max-width: 575px) {
	.about-tag-img {
		margin-bottom: 100px;
	}
}

.about-tag-img .experience-tag {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 160px;
    width: 160px;
    background-color: rgba(244,202,89,0.59);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: "Rajdhani", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
	
}

@media (max-width: 767px) {
	.about-tag-img .experience-tag {
		right: 0;
		bottom: 0;
	}
}

@media (max-width: 575px) {
	.about-tag-img .experience-tag {
		width: 130px;
		height: 130px;
		border-width: 6px;
		font-size: 13px;
	}
}

.about-tag-img .experience-tag .big {
	display: block;
	font-size: 60px;
	position: relative;
}

@media (max-width: 575px) {
	.about-tag-img .experience-tag .big {
		font-size: 42px;
	}
}

.about-tag-img .experience-tag .big::after {
	content: "+";
	font-size: 16px;
}


.p-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}
.pt-100 {
	padding-top: 100px;
	
}
.pb-50 {
	
	padding-bottom: 50px;
}

.bg-1 {
    background-color: #f6f6f6;
}


.bg-2 {
    background-color: #000000;
}

.bg-3 {
    background-color: #f6f6f6;
}

.heading-decorate {
    font-size: 48px;
    color: #f4ca59;
    font-family: 'Oswald', sans-serif;
}
.line {
 	width: 70px;
    height: 3px;
    background-color: #f4ca59;
	margin-top: -10px;
	}


.text-grey {
    color: #9D9D9D;
}

.big {
	font-size: 18px;
	line-height: 1.55556;
}


.bg-2 ul {
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -40px	
}

.bg-2 ul li {
  list-style: none;
  margin-bottom: 5px;
  display: inline-block;
}

.bg-2 ul li span {
    color: #E1DEDE;
    font-weight: 600;
}
.bg-2 ul li span1 {
    color: #9D9D9D;
    
}

.bg-2 ul li i {
  color: #f4ca59;
  margin-right: 10px;
}


.cta {
    border-radius: 10px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    
}

.cta h2 {
    text-align: center;
    font-size: 70px;
    color: #282828;
    line-height: 0.9;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
	padding-top: 100px;
	padding-bottom: 100px;
}

.cta h2 span {
    font-size: 40px;
    color: #282828;
}

.box-1 {
    border-radius: 10px;
    box-shadow: 0 20px 80px rgb(0 0 0 / 20%);
    background-color: #FFFFFF;
}


.bg-3 h3 {
    color: #BEBEBE;
    font-size: 22px;
}

.footer-contact ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 40px;
    line-height: 24px;
    font-size: 14px;
    list-style-type: none;
	margin-left: -40px;
}
.footer-contact ul li i {
    height: 25px;
    width: 25px;
    font-size: 16px;
    border: 1px solid #f4ca59;
    text-align: center;
    line-height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    background-color: #f4ca59;
}
.footer-contact ul li:last-child {
    margin-bottom: 0px;
}
.footer-contact span {
	color: #9D9D9D;
	font-size: 16px;
}




.collapsible-link::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #f4ca59;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

.collapsible-link::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #f4ca59;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.collapsible-link[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.footer-legal .copyright {
    padding-top: 30px;
    border-top: 1px solid rgba(232,232,232,0.78);
    color: rgba(157,157,157,0.40);
}

.footer-legal .copyright span {
    color: rgba(157,157,157,0.40);
}
