:root{

    --mainfont-family: 'Josefin Sans', sans-serif;

    --second-font-family: 'Cabin', sans-serif;

    --theme-color: #0db3eb;

    --dark-blue:#1983bf;

    --light-gray: #878787;

    --dark-gray: #464545;

    --theme-gray:#e5e5e5;

}



body{

    font-family: var(--mainfont-family);

}

.whatsapp-icon{
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 9999999;
}
.whatsapp-icon img{
    width: 50px;
}
/* width */

::-webkit-scrollbar {

  width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

  background: #f1f1f1;

}



/* Handle */

::-webkit-scrollbar-thumb {

  background: var(--dark-gray);

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

  background: var(--light-gray);

}



.main-wrapper{

    width: 80%;

    margin-left: auto;

    margin-right: auto;

}

.min-wrapper{

    width: 70%;

    margin-left: auto;

    margin-right: auto;

}

.header ul{

    list-style: none;

    margin: 0;

}

.contact-ul a{

    color: var(--light-gray);

    font-size: 14px;

    text-decoration: none;

    transition: all 0.5s;

}

.contact-ul a:hover{

    color: var(--dark-gray);

    text-decoration: underline !important;

    transition: all 0.5s;

}

.contact-ul li{

    padding:0 10px;

    display: flex;

    align-items: center;

    border-right: 1px solid var(--light-gray);

}

.contact-ul li:last-child{

    border: 0;

}

.social-ul {

    padding-left: 50px;

}

.social-ul li{

    padding-left: 15px;

}

.social-ul path{

    fill: var(--theme-color);

    transition: all 0.5s;

}

.social-ul a:hover path{

    fill: var(--dark-blue);

    transition: all 0.5s;

}

ul#primary a{

    text-transform: uppercase;

    font-size: 16px;

    color: var(--theme-color);

    font-weight: 600;

    transition: all 0.5s;

}

ul#primary a:hover{

    color: var(--dark-blue);

    transition: all 0.5s;

}
#header ul#primary .active a{

    color: var(--dark-blue);

    transition: all 0.5s;

}
#header .menu-item-11.active a,#header .menu-item-13.active a{
	color: var(--theme-color)!important;
} */
#header .menu-item-11 a:hover,#header .menu-item-13 a:hover{
	    color: var(--dark-blue)!important;
}
#header .menu-item-14 a:hover{
	color:#FFF!important;
}
.vbox-close {
    width: 60px;
    height: 60px;
    font-size: 45px;
}
.logo-wrap{

    height: 150px;

}

.logo-wrap img{

    height: 100% !important;

    width: auto;

}

.top-bar-wrap,.menu-wrap{

    height: 75px;

    display: flex;

    align-items: center;

}

.menu-wrap nav{

    padding: 0 !important;

    margin: 0;

}

.menu-wrap a{

    font-family: var(--second-font-family);

}

.nav-menu li{

    padding-left: 15px;

}

.nav-menu li:last-child a{

    border: 1px solid var(--light-gray);

    color: var(--light-gray) !important;

    border-radius: 50px;

    padding: 5px 30px;

    transition: all 0.5s;

}

.nav-menu li:last-child a:hover{

    background: var(--light-gray);

    color: #fff !important;

    transition: all 0.5s;

}

.banner-section img{

    height: calc(100vh - 150px);

    object-fit: cover;

    object-position: center;

}

.banner-text{

    position: absolute;

    top: 0;

    left: 0;

    right: 0;

    bottom: 0;

    display: flex;

    justify-content: center;

    align-items: center;

}

.banner-text h2{

    font-size: 60px;

    line-height: 70px;

    text-transform: uppercase;

    color: #fff;

    font-family: var(--mainfont-family);

}

.section-heading{

    font-size: 45px;

    text-transform: uppercase;

    font-family: var(--mainfont-family);

}

.section-heading--gray{

    color: var(--light-gray);

}

.section-heading--blue{

    color: var(--theme-color);

}

.creative-heading{

    font-size: 18px;

    line-height: 30px;

    padding: 40px 0 20px 0;

    font-weight: 600;

}

.creative-heading--gray{

    color: var(--light-gray);

}

.creative-heading--blue{

    color: var(--theme-color);

}

.sub-heading{

    font-size: 20px;

    line-height: 30px;

    text-transform: uppercase;

    font-family: var(--mainfont-family);

}

.sub-heading--gray{

    color: var(--dark-gray);

    font-weight: 600;

}

.text-uppercase{

    text-transform: uppercase;

}

.para,.para p{

    font-size: 16px;

    line-height: 30px;

}

.para--gray-dark a{

    font-size: 16px;

    line-height: 30px;

    color: var(--dark-gray);

}

.para--gray{

    color: var(--light-gray);

}

.para--gray-dark{

    color: var(--dark-gray);

}

.simple-padding-top{

    padding-top: 80px;

}

.simple-padding-bottom{

    padding-bottom: 80px;

}

.banner-img img{

    height: 70vh;

    object-fit: cover;

    object-position: center;

}

.contact-div{

    margin-top: 20px;

    background: var(--theme-gray);

    padding: 30px 50px;

}

.form-map-wrap{

    justify-content: space-between;

}

.map-div,.form-div{

    width: 46%;

}

.map-div{

    display: flex;

    flex-direction: column;

}



#file {

    visibility: hidden;

    width: 0;

}

.form-group{

    position: relative;

}



.form-input {

    position: relative;

    width: 100%;

    outline: 0;

    border: 0;

}



.focused .form-label {

    transform: translateY(-120%);

    font-size: 0.75em !important;

}

.form-label {

    position: absolute;

    left: 0px;

    top: 15px;

    color: var(--dark-gray);

    font-weight: 600;

    background-color: transparent;

    z-index: 10;

    transition: transform 150ms ease-out, font-size 150ms ease-out;

}

.attch-file,label{

    color: var(--dark-gray);

    font-weight: 600;

}

.map-iframe{

    flex-grow: 1;

}

.map-iframe iframe{

    width: 100%;

    height: 100%;

}

.input-file .btn{

    color: var(--theme-color);

    font-size: 16px;

    font-weight: 600;

    border: 2px solid var(--theme-color);

    border-radius: 30px;

    padding: 5px 20px;

    margin-left: 15px;

}

.form-group-file,.form-group-file p{

    display: flex;

    margin: 0;

    align-items: center;

}

.file-selected{

    font-size: 12px;

    margin-left: 10px;

}

input[type="text"],input[type="email"],input[type="tel"]{

    background: transparent !important;

    height: 50px;

    font-size: 15px;

    border-bottom: 1px solid var(--dark-gray);

}

.wpcf7 p{

    margin:15px 0;

}

.wpcf7 br{

    display: none;

}

.form-group-file{

    border-bottom: 1px solid var(--dark-gray) !important;

}

textarea{

    background: transparent !important;

    font-size: 15px;

    border-bottom: 1px solid var(--dark-gray) !important;

}

input[type="submit"]{

    width: 100%;

    height: 50px;

    background: var(--dark-gray);

    color: #fff;

    display: flex;

    justify-content: center;

    align-items: center;

    border: 0;

    transition: all 0.5s;

}

input[type="submit"]:hover{

    background: #000 !important;

    transition: all 0.5s;

}

.banner-img-div{

    height: 75vh;

    background-repeat: no-repeat;

    background-position: center;

    background-size: cover;

    background-attachment: unset;

}

.menu-footer{

    background: var(--theme-color);

    height: 60px;

    display: flex;

    align-items: center;

}

.social-ul-footer{

    list-style: none;

    margin: 0;

    padding: 0;

}

.social-ul-footer path{

    fill: #fff;

    transition: all 0.5s;

}

.social-ul-footer a:hover path{

    transition: all 0.5s;

    fill: var(--theme-gray) !important;

}

.social-ul-footer li{

    padding: 0 25px;

}

.menu-footer a{

    font-size: 16px;

    color: #fff;

}

.menu-footer nav{

    padding: 0 !important;

}

.menu-footer nav a{

    font-family: var(--mainfont-family);

    transition: all 0.5s;

}

.menu-footer nav a:hover{

    color: var(--dark-blue);

    transition: all 0.5s;

}

.menu-footer .menu-main-menu-container,.menu-footer .menu-main-menu-container ul{

    width: 100%;

    display: flex;

}

.menu-footer .menu-main-menu-container ul li{

    flex-grow: 1;

}

.copyright-text,.copyright-text a{

    font-size: 15px;

    color: var(--light-gray);

    padding: 30px 0;

    text-align: center;

    text-decoration: none;

}

.fb-div{

    width: 30%;

}

.fb-feed-wrap{

    padding-top: 30px;

}



.js-scroll {

    opacity: 0;

    transition: opacity 500ms;

  }

  

  .js-scroll.scrolled {

    opacity: 1;

  }

  

  .scrolled.fade-in {

    animation: animateup 1s ease-in-out both;

    animation-delay: calc(.1s * var(--i));

  }



  .animateup {

    animation: animateup 1s ease-in-out both;

    animation-delay: calc(.1s * var(--i));

  }





  button:focus,a:focus,input:focus{

    outline: 0 !important;

    box-shadow: none !important;

  }



  @keyframes animateup {

    0% {

        transform: translate3d(5px, 40px, 0);

        opacity: 0;

        transition: transform 0ms, opacity 0ms, -webkit-transform 0ms;

    }

    100% {

        transition: transform 1500ms cubic-bezier(0.19, 1, 0.22, 1), opacity 1500ms cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1500ms cubic-bezier(0.19, 1, 0.22, 1);

        transform: translate3d(0, 0, 0);

        opacity: 1;

    }

  }


/************* shane *************/
.section-btn{
    width: 200px!important;
    height: 60px;
    background: transparent;
    margin: 30px auto;
    font-size: 16px;
    line-height: 30px; 
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-weight: 400;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 30px;
}
.section-btn::before {
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 0px;
	width: 100%;
	z-index: -1;
	content: '';
	color: #000 !important;
	transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    box-shadow: 0px 3px 12px #00000029;
}
.section-btn:hover::before{
	top: 0%;
	bottom: auto;
	height: 100%;
    box-shadow: 0px 3px 12px #00000029;
}
.section-btn--white-trans{
    color: var(--theme-color)!important;
    background-color: transparent;
    border: 1px solid var(--theme-color);
}
.section-btn--white-trans::before{
    background-color: var(--theme-color);
}
.section-btn--white-trans:hover{
    color: #fff!important;
}
.ph-banner-img {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 618px;
}
.ph-breadcrumb .breadcrumbs,.ph-breadcrumb .breadcrumbs a{
    font-weight: 400;
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    text-decoration: none;
    transition: all ease-in-out 0.2s;
} 
.page-header-banner{
    height: 618px;
    position: relative;
}
.ph-breadcrumb {
    margin-bottom: 30px;
}
.jobs-wrap{
    margin: 0 -14px;
}
.jobs-col{
    width: calc(100%/3);
    padding: 14px;
    display: none;
}
.jobs-col.display{
    display: block;
}
.btn-view-more.display-none{
    display: none;
}
.job-image img{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.job-cat-section ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    margin-bottom: 0;
}
.job-cat-section{
    height: 60px;
    padding: 15px;
    display: flex;
    align-items: center;
}
.job-cat-section ul li{
    padding-right: 15px;
    border-right: 1px solid #878787;
    transition: all ease-in-out 0.2s;
    text-align: left;
    width: max-content;
}
.job-cat-section ul li:last-child{
    border-right: 0!important;
    padding-left: 15px;
}
.jobs-col-inner{
    border: 1px solid #707070;
}
.job-image{
    position: relative;
}
.job-image::before{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(47, 47, 47, 0.75);
    z-index: 2;
    content: '';
    opacity: 0;
    pointer-events: none;
    transition: all ease-in-out 0.2s;
}
.jobs-col-inner:hover .job-image::before,.jobs-col-inner:hover .job-image::after{
    opacity: 1;
}
.jobs-col-inner:hover .job-cat-section ul li{
    color: var(--theme-color);
    border-right: 1px solid var(--theme-color);
}
.jobs-filter{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}
.section-btn input[type="submit"]{
    width: 200px!important;
    height: 60px;
    background: transparent!important;
    margin: 30px auto;
    font-size: 16px;
    line-height: 30px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    font-weight: 400;
    overflow: hidden;
    border: none;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    border-radius: 30px;
    color: var(--theme-color);
}
.jobs-filter select{
    width: 350px;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #878787;
    padding: 18px 30px; 
    outline: 0;
    margin-right: 30px;
    font-weight: 400;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    background-position: calc(100% - 15px) center !important;
    padding: 8px 32px 8px 16px;
    background-repeat: no-repeat!important;
}
.section-btn input[type="submit"]:hover{
    color: #fff;
}
.tours_travels-item{
    text-align: center;
    width: 100%;
    padding-top: 20px;
}
.submit-btn{
    margin: 0;
}
  @media (min-width: 991px) and (max-width: 1350px) {

    .main-wrapper {

        width: 85%;

    }

    .min-wrapper {

        width: 80%;

    }

  }

  @media (min-width: 991px) and (max-width: 1100px) {

    .banner-text h2 {

        font-size: 45px;

        line-height: 55px;

    }

    .section-heading {

        font-size: 40px;

        line-height: 50px;

    }

    .menu-footer a {

        font-size: 14px;

    }

    .social-ul-footer li {

        padding: 0 20px;

    }

  }

  @media only screen and (max-width: 991px) {

    .form-group-file, .form-group-file p {

        display: flex;

        margin: 0;

        align-items: flex-start;

        flex-direction: column;

    }

    .input-file .btn {

        margin-left: 0;

        margin-top: 15px;

        margin-bottom: 15px;

    }

    #contact .navbar-brand img{

        height: 150px;

    }

    .simple-padding-bottom {

        padding-bottom: 50px;

    }

    .simple-padding-top {

        padding-top: 50px;

    }

    .scroll-menu{

        display: none !important;

    }

    .mobile-con-ul{

        padding: 50px 5% 50px 5%;

        text-align: center;

    }

    .mobile-con-ul li{

        border: 0 !important;

        justify-content: center;

        padding: 5px 0;

    }

    .top-bar-wrap{

        display: none !important;

    }

    .top-bar-wrap, .menu-wrap {

        height: auto !important; 

    }

    .top-bar-wrap, .menu-wrap{

        flex-direction: column;

    }

    .logo-wrap {

        height: 60px;

        margin-left: 15px;

    }

    .navbar-toggler{

        height: 60px;

    }

    .menu-footer .main-wrapper{

        flex-direction: column;

    }

    .social-ul-footer li {

        padding: 0 20px;

    }

    .banner-section img {

        height: auto;

    }

    .js-scroll{

        opacity: 1 !important;

    }

    .mobile-offcanvas{

        background: #fff;

        visibility: hidden;

        transform:translateX(-100%);

        border-radius:0; 

        display:block;

        position: fixed;

        top: 0px; left:0;

        height: 100vh;

        padding-top: 100px;

        z-index: 1200;

        width:100%;

        overflow-y: scroll;

        overflow-x: hidden;

        transition: visibility .3s ease-in-out, transform .3s ease-in-out;

    }



    .mobile-offcanvas.show{

        visibility: visible;

        transform: translateX(0);

    }

    .mobile-offcanvas .container, .mobile-offcanvas .container-fluid{

        display: block;

    }

    /* .menu-wrap{

        display: none !important;

    } */

    .hamburger {

        opacity: 1 !important;

    }

    .hamburger .line{

        width: 40px;

        height: 2px;

        background-color: var(--dark-blue);

        display: block;

        margin: 8px 0 8px auto;

        -webkit-transition: all 0.3s ease-in-out;

        -o-transition: all 0.3s ease-in-out;

        transition: all 0.3s ease-in-out;

      }

      #hamburger-1.is-active .line:nth-child(3){

        opacity: 0;

      }

      #hamburger-1{

          width: 45px;

          height: 100%;

          position: relative;

            right: 15px;

            top: 0;

      }

      #hamburger-1 span:last-child{

        width: 20px !important;

        margin-right: 0 !important;

      }

      #hamburger-1.is-active .line:nth-child(1){

        -webkit-transform: translateY(7px) rotate(45deg);

        -ms-transform: translateY(7px) rotate(45deg);

        -o-transform: translateY(7px) rotate(45deg);

        transform: translateY(7px) rotate(45deg);

      }

      body{

        padding-top: 60px;

      }

      .btn-close:focus{

          box-shadow: none !important;

          outline: 0 !important;

          border: 0 !important;

      }

      #hamburger-1.is-active .line:nth-child(2){

        -webkit-transform: translateY(-4px) rotate(-45deg);

        -ms-transform: translateY(-4px) rotate(-45deg);

        -o-transform: translateY(-4px) rotate(-45deg);

        transform: translateY(-4px) rotate(-45deg);

      }



      #navbar_main{

          z-index: 99999;

      }

      #header {

        position: fixed;

        width: 100%;

        top: 0;

        z-index: 999999;

        background: #fff;

    }

      .btn-close{

        background: none !important;

      }

      #header{

        position: fixed;

        width: 100%;

        top: 0;

        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);

      }

      .toggle-wrap{

        height: 60px;

        display: flex;

        align-items: center;

      }



      .top-bar-wrap, .menu-wrap {

        align-items: flex-end !important;

    }

    .menu-wrap nav{

        width: 100%;

    text-align: center;

    }

    ul#primary a {

        width: max-content;

        margin: auto;

    }

    .nav-menu li {

        padding: 10px 0;

    }

    .navbar-collapse{

        padding-bottom: 30px;

    }

  }

  @media only screen and (max-width: 600px) {
    .whatsapp-icon img{
        width: 45px;
    }
    /* .input-file{

        flex-direction: column;

    display: flex;

    align-items: flex-start;

    }

    .file-selected{

        margin: 10px 0 0 0;

    } */

    .form-group-file, .form-group-file p {

        display: flex;

        margin: 0;

        align-items: flex-start;

        flex-direction: column;

    }

    .input-file .btn {

        margin-left: 0;

        margin-top: 15px;

        margin-bottom: 15px;

    }

    .banner-text h2 {

        font-size: 25px;

        line-height: 35px;

        text-align: center;

    }

    .min-wrapper,.main-wrapper {

        width: 90%;

    }

    .section-heading {

        font-size: 30px;

        line-height: 40px;

    }

    .creative-heading {

        padding: 30px 0 20px 0;

    }

    .para, .para p {

        font-size: 15px;

        line-height: 30px;

    }

    .banner-img-div {

        height: 300px;

        background-attachment: unset;

    }

    .form-map-wrap {

        justify-content: flex-start;

        flex-direction: column;

    }

    .map-div, .form-div {

        width: 100%;

    }

    .contact-div {

        padding: 30px 20px;

    }

    .form-div{

        padding-top: 50px;

    }

    #contact .navbar-brand img{

        margin: auto;

        display: block;

    }

    .sub-heading--gray {

        text-align: center;

    }

    .copyright-text, .copyright-text a {

        font-size: 14px;

        padding: 20px 10px;

    }

    #footer nav{

        display: none !important;

    }

  }



  @media only screen and (min-width: 991px) {

    #navbar_main,.hamburger{

        display: none !important;

    }

    .scroll-menu {

        position: fixed;

        z-index: 9999;

        background: #fff;

        width: 100%;

        top: 0;

        box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);

        transform: translateY(-100%);

        transition: all .5s cubic-bezier(1.000, 0.005, 0.000, 1.000);

    }

    .scroll-menu .logo-wrap {

        height: 60px;

    }

    .scroll-menu a{

        font-size: 15px !important;

    }

    .header-scrolled .scroll-menu{

        transform: translateY(0);

        transition: all .5s cubic-bezier(1.000, 0.005, 0.000, 1.000);

    }

  }



  @media (min-width: 600px) and (max-width: 991px) {

    .min-wrapper {

        width: 85%;

    }

    .banner-img-div {

        height: 500px;

        background-attachment: unset;

    }

    .main-wrapper {

        width: 90%;

    }

    .banner-text h2 {

        font-size: 45px;

        line-height: 55px;

    }

    .section-heading {

        font-size: 40px;

    }

    ul#primary a {

        font-size: 20px;

    }

  }

  /* shane */
  @media (max-width: 1600px) {
    .page-header-banner {
        height: 500px;
    }
}
@media (max-width: 1500px) {
      .page-header-banner {
          height: 400px;
      }
  }
@media (max-width: 1100px) {
    .jobs-col {
        width: calc(100%/2);
    }
    .jobs-filter select{
        margin-right: 15px;
    }
    .section-btn{
        height: 50px;
    }
}
@media (max-width: 600px) {
    .jobs-col {
        width: 100%;
    }
    .jobs-filter select {
        margin-right: 0;
        width: 100%;
        margin-bottom: 20px;
    }
    .jobs-filter {
        margin: 20px 0;
        flex-wrap: wrap;
        width: 100%;
    }
}