/********** Template CSS **********/
body{
    /* font-family: 'Public Sans', sans-serif; */
    /* font-family: 'Poppins', sans-serif; */
    font-family: 'Urbanist', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
:root {
    --primary: #5395C6;
    --secondary: #27ae60;
    --light: #EFFDF5;
    --dark: #2B3940;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/* start chine */
.btn-primary:hover{
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    background-color: #1178B2 !important;
}
.btn-secondary:hover{
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    background-color: #07AF91!important;
}
/* .job{
    font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        background-color: #07AF91;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        color: #fff !important;
        padding: 26px 45px;
        transition: all 0.5s;
}

.job:hover{
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
        background-color: #1178B2;
}
.resume{
    font-weight: 500;
        font-size: 18px;
        line-height: 1.4;
        background-color: #1178B2;
        box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        color: #fff !important;
        padding: 26px 45px;
        transition: all 0.5s;
}

.resume:hover{
        box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25);
        background-color: #07AF91;
}
.resume{} */
nav{
    position: relative; 
}
/* nav span {
    position:absolute;
    
    color: #EAC120;
} */

/* start chine end */



/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    transition: .5s;
}
.btn.btn-primary{
    
}
.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
}


/*** Navbar ***/









/* /menu menu1 hover */


/*** Header ***/
.carousel-part{
    /* background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url("../img/bg.jpg") center center no-repeat;
    background-size: cover; */
    /* padding:100px 0; */
   
}




.header-carousel .container,
.page-header .container {
   
    position: relative;
    top:70px;
    /* height :100vh; */
    padding: 45px 0 45px 35px;
    /* top right bottom left */
    border-left: 15px solid var(--primary);
}

.header-carousel .container::before,
.header-carousel .container::after,
.page-header .container::before,
.page-header .container::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100px;
    height: 15px;
    background: var(--primary);
}


.header-carousel .container::after,
.page-header .container::after {
    top: 100%;
    margin-top: -15px;
}
.carousel-part{
    /* background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/bg.jpg) center center no-repeat;
    background-attachment: fixed;
    background-size: cover; 
     padding: 100px 0;
    height:500px; */
}
.owl-carousel-item{
   
    /* padding: 100px 0; */
    /* height:100vh; */
}
.img-sec{
    max-width: 100%;
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {

        position: relative;
        min-height: 800px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 4%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-bg {
    background-image: -webkit-repeating-radial-gradient(center center, rgba(26, 118, 188, 1), rgba(26, 118, 188, 1) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(26, 118, 188, 1), rgba(26, 118, 188, 1) 1px, transparent 1px, transparent 100%);
    
    background-image: -o-repeating-radial-gradient(center center, rgba(26, 118, 188, 1), rgba(26, 118, 188, 1) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(26, 118, 188, 1), rgba(26, 118, 188, 1) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


.about-title{}
.about-title p{}
.fa-briefcase{
   color: #1178B2!important;
   margin-right: 2%;
}

/* contact start */
.contact-mid{
    padding: 10px;
    background-image: -webkit-repeating-radial-gradient(center center, rgba(26, 118, 188, 0.8), rgba(26, 118, 188, 0.8) 1px, transparent 1px, transparent 100%);
    background-image: -moz-repeating-radial-gradient(center center, rgba(26, 118, 188, 0.8), rgba(26, 118, 188, 0.8) 1px, transparent 1px, transparent 100%);
    
    background-image: -o-repeating-radial-gradient(center center, rgba(26, 118, 188, 0.8), rgba(26, 118, 188, 0.8) 1px, transparent 1px, transparent 100%);
    background-image: repeating-radial-gradient(center center, rgba(26, 118, 188, 0.8), rgba(26, 118, 188, 0.8) 1px, transparent 1px, transparent 100%);
    background-size: 5px 5px;
}


.contact-mid p{
    /* box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px; */
}
.contact-mid i {
   
   
}
.map{
    
}
.contact-section{
    padding-top: 14px;
    display: flex;
    background-color: #fff;

}
.contact-icon {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    /* height: 60px; */
}
.contact-icon p{
    color: blue;
    margin-right: 4%;
    font-size: 14px; 
    padding: 14px;
    display: inline-block;
    background-color: rgba(17, 120, 178, 0.5) !important;
}
.contact-box{
    width: 75%;

    /* height: 60px; */
}


.contact-box h4{
    font-size: 16px;
}
.contact-box p{
    font-size: 12px;
}
.mail{}
.mail i{
    background-color: #000 !important;
}
/* contact end */
/*** Category ***/
.cat-item {
    display: block;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    border: 1px solid transparent;
    transition: .5s;
}

.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}
/*** Job Listing ***/

.apply-btn{
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    background-color: #1178B2 !important;
   color: #F6CC27;
   display: inline-block;
}
.apply-btn:hover{
    color: #F6CC27;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, 0.25)!important;
    background-color: #5395C6!important;
}
.nav-pills .nav-item .active {
    border-bottom: 2px solid var(--primary);
}

.job-item {
    border: 1px solid transparent;
    border-radius: 2px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.job-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

/*** Testimonial ***/
.testimonial-item h3{
    font-size: 22px;
    color: cadetblue;
    font-weight: 800;
}
.testimonial-item{
    /* width: 180px; */
}
.testimonial-item img{
   
}
.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    border-radius: 20px !important;
    background: rgba(83, 149, 198, 0.5) !important;
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: blue !important;
    font-weight: 800;
    opacity: 1;
    text-transform: uppercase;
    text-align: center;
    font-size: 16px;
}

.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}


.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

/*** Footer ***/

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid rgba(255,255,255,0.5);
    border-radius: 2px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .form-control {
    border-color: rgba(255,255,255,0.5);
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}

/* footer */

/* heading design */
.square{
    width: 100%;
    margin: auto;
    
    text-align: center;
    
}
.square h1 {
    color: #fff;
    font-family: monospace;
    padding: 5px 30px;
    display: inline-block;
    /* background-color: rgba(83, 149, 198, 0.5); */
    background-color: #5395C6;
    clip-path: polygon(0 0, 92% 0, 100% 100%, 7% 100%);
}
.twelve h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
  }
  
  .twelve h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
  }
  .twelve h1 em {
    font-style: normal;
    font-weight: 600;
  }

  
.twelve h1 {
    font-size:26px; font-weight:700;  letter-spacing:1px; text-transform:uppercase; width:160px; text-align:center; margin:auto; white-space:nowrap; padding-bottom:13px;
  }
  .twelve h1:before {
      background-color: #5395C6;
      content: '';
      display: block;
      height: 3px;
      width: 75px;
      margin-bottom: 5px;
  }
  .twelve h1:after {
      background-color: #5395C6;
      content: '';
      display: block;
    position:absolute; right:0; bottom:0;
      height: 3px;
      width: 75px;
      margin-bottom: 0.25em;
  }
  


  /* mouse hover section */
  
.cursor,
.cursor2{
	position: fixed;
	border-radius: 50%;	
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	left: -100px;
	top: 50%
}
.cursor{
	height: 0;
	width: 0;
	z-index: 99999;
}
.cursor2{
	height: 36px;
	width: 36px;
	z-index:99998;
	-webkit-transition:all 0.3s ease-out;
	transition:all 0.3s ease-out
}
.cursor2{
	border: 3px solid #fff;
	box-shadow: 0 0 22px rgba(255, 255, 255, 0.6);
}
.cursor2.hover{
	-webkit-transform:scale(2) translateX(-25%) translateY(-25%);
	transform:scale(2) translateX(-25%) translateY(-25%);
	border:none;
	background: rgba(255,255,255,.1);
	box-shadow: 0 0 14px rgba(255, 255, 255, 0.3);
}
@media screen and (max-width: 1200px){
	.cursor,.cursor2{
		display: none
	}
}	
a {
	cursor: pointer;
	text-decoration: none;
}
  /* mouse hover section end */

  /* curve */

.curve-section{
position: relative;
}
/* .curve-section::after{
    content: '';
    display: block;
    background-color: cadetblue;
    width: 100px;
    height: 100px;
    position: absolute;
    top:100px;
} */
/* .curve-section::after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    background-image: url(../icon/metal.png);
    background-repeat: no-repeat;
    position: relative;
    top:100px;
    left:0;
} */

@media only screen and (max-width: 600px) {
    #curve{
        
        display: none;
    }
}
@media only screen and (min-width: 600px) {
    .curve-section{
        position: relative;
        margin: 0;
        padding: 0;
        background: #fff;
        width: 100%;
        height: 100vh;
    }
    #curve{
        position: absolute;
        /* bottom: 0; */
        top: 65%;
        width: 100%;
        display: block;
    }
    #curve path{
        fill:#A9CAE2;
    }
    section.sec2{
        width: 100%;
        height: 100vh;
        background: #fff;
    }
}

  /* curve end */

  /* auto sliding part */
  


#cube-container {
	width: 240px;
	height: 240px;
	margin: 80px auto;
	perspective: 800px;			
}

#cube-container:before {
	content: '';
  position: absolute; 
	top: 90px;
	left: 0;
	width: 100%; 
	height: 100%;	
	box-shadow: 0 0 75px 20px rgba(0, 0, 0, 0.1), inset 0 0 350px 350px rgba(0, 0, 0, 0.1);	
	transform: rotateX(95deg) translateZ(-80px) scale(1);	
	animation: rotateShadow 16s infinite;	
}

.cube {	
	height: 100%;
	width: 100%;
	position: relative;
	transform-style: preserve-3d;			
	transition: all 0.8s ease-in-out;		
	animation: rotate 16s infinite;	
}

.cube img {
	position: absolute;
	width: 240px;
	height: 240px;		
	backface-visibility: hidden;		
}

.cube img:nth-child(1) {
	transform: rotateY(0deg) translateZ(120px);
}
.cube img:nth-child(2) {
	transform: rotateY(90deg) translateZ(120px);
}
.cube img:nth-child(3) {
	transform: rotateY(-90deg) translateZ(120px);
}
.cube img:nth-child(4) {
	transform: rotateY(180deg) translateZ(120px);
}

@keyframes rotate {
	0% { transform: rotateY(0deg); }		
	25% { transform: rotateY(90deg); }		
	50% { transform: rotateY(180deg);}	
	75% {  transform: rotateY(270deg); }	
	100% { transform: rotateY(360deg); }
}

@keyframes rotateShadow {
	0% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(360deg); }		
	25% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(270deg); }		
	50% { transform:  rotateX(95deg) translateZ(-80px) scale(1) rotateZ(180deg);}	
	75% {  transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(90deg); }	
	100% { transform: rotateX(95deg) translateZ(-80px) scale(1)  rotateZ(0deg); }
}

  /* auto sliding part end */


  /* explore */
  .exlopre_job{
    width:100%;
    /* height:100vh; */
    /* color:white; */
    background-image:url(../img/bg-part.png);
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    /* margin-top:8%; */
  max-height:500px;
    /* background-color: rgba(169, 202, 226, 0.4); */
  }
  
.explore_header{}
.explore_header h2{
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
}

.search-box {
/* border:2px solid #A9CAE2; */
/* box-shadow: rgba(17, 120, 178, 0.5) 0px 8px 24px; */
box-shadow: rgba(17, 120, 178, 0.5) 0px 1px 4px;
/* border: 2px solid #1178B2; */
    transition: 0.6s;
    padding: 10px;
    background-color: #fff;
    /* width: 350px; */
    position: relative;
    display: flex;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .search-box:hover{
   
  }
  .search-box i{
    transform: rotate(90deg);
  }
  .search-input {
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding: 15px 45px 15px 15px;
    background-color: #eaeaeb;
    color: #6c6c6c;
    border-radius: 6px;
    border:none;
    transition: all .4s;
  }
  
  .search-input:focus {
    border:none;
    outline:none;
    box-shadow: 0 1px 12px #b8c6db;
    -moz-box-shadow: 0 1px 12px #b8c6db;
    -webkit-box-shadow: 0 1px 12px #b8c6db;
  }
  
  .search-btn {
    background-color: transparent;
    font-size: 18px;
    padding: 6px 9px;
    margin-left:-45px;
    border:none;
    color: #6c6c6c;
    transition: all .4s;
    z-index: 10;
  }
  
  .search-btn:hover {
    transform: scale(1.2);
    cursor: pointer;
    color: black;
  }
  
  .search-btn:focus {
    outline:none;
    color:black;
  }
  
  
  
  .section-part a{
    transition: 0.4s;
  }
  .search-box:hover{
    background-color: #1A76BC;
    color:#fff;
    /* border: 2px solid transparent; */
  }
  .search-box a:hover{
   
    color:#fff !important;
   
  }
  .search-box:hover span{
    color: #fff !important;
  }
  .section-part span{
    font-size: 20px;
    color: #C39629;
    margin-right: 10px;
    font-weight: 700;
  }
 
  .section-part i {
    font-size: 24px;
    color: #A9CAE2 !important;
    margin-right: 10px;
    transition: 0.6s;
}
  .section-part i:hover{
   
    color: #A9CAE2 !important;
    
}
  /* explore end */



  
/* .text {
    position: absolute;
    width: 600px;
    left: 50%;
    margin-left: -225px;
    height: 40px;
    top: 50%;
    margin-top: -20px;
  } */
  


  .text{
    /* width: 100%;
    margin: auto;
    text-align: center; */
  }

  .text p {
    /* font-size:30px; */
    display: inline-block;
    vertical-align: top;
    margin:auto;
    text-align: center;
  }
  
  .word {
    position: absolute;
    opacity: 0;
  }
  
  .letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
  }
  
  .letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  
  .letter.behind {
    transform: rotateX(-90deg);
  }
  
  .letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  }
  
  .wisteria {
    color: #5395C6;
  }
  
  .belize {
    color: #2980b9;
  }
  
  .pomegranate {
    color: blue;
  }
  
  .green {
    color: skyblue;
  }
  
  .midnight {
    color: #2c3e50;
  }
  


  /*navbar-new design */
  @media (max-width: 991.98px){
    .nav-top-section{
        display: flex;
        flex-direction: column;
        /* align-items: center;
        justify-content: center; */
      }
      .mail-part{
        display: none;
        visibility: hidden;
        margin: auto;
        width: 25%;
    }
    .job-search-part {
        visibility: hidden;
       
    }
  }
  .nav-top-section{
    display: flex;
    /* align-items: center;
    justify-content: center; */
  }
/* mail-part */
.mail-part{
    margin:auto;
    width: 25%;
}
.mail-part p{
    color: #fff;
}
/* mail-part */
/* logo-part */
.logo-part{
    width: 45%;
    margin: auto;
}
.text-logo img {
   
    width: 194px;
}
@media (min-width: 992px) {
    .sm-image{
        display:none !important;
        visibility:hidden!important;
        }
        .text-logo img {
            display:block !important;
            visibility:visible!important;
        }
}
@media (max-width: 992px) {
    .sm-image{
        display:block !important;
        visibility:visible!important;
        }
        .text-logo img {
   
            display:none !important;
            visibility:hidden!important;
        }
        .sticky .small-image{
            display:none !important;
            visibility:hidden!important;
        }
}
.sm-image{
  
    width: 194px;
}


.text-logo {
    text-align: center;
   
}
.text-logo ul{}
.text-logo ul li img{
   
}

/* logo-part */
  /* search option */
  .job-search-part {
    margin: auto;
    position: relative;
    width: 25%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
  
 .magnifier {
    width: 25px;
    cursor: pointer;
    position: absolute;
    top: 25%;
    left: 8%;
}
  
.input::placeholder{
    color: #fff;
}
  .input {
    background-color: transparent;
    border: none;
    margin: 10px 50px;
    width: 100%;
    outline: none;
    color: rgb(100, 100, 100);
    transition: width 1s;
    transition-delay: 0.5s;
  }
  
  .active.search-bar-container {
    width: 50px;
  }
  
  .active .input {
    width: 0;
  }
  
  .active .mic-icon {
    width: 0;
  }
  /* search option */
  /*navbar-new design */



  /* .search-box:hover {
    cursor: url('../img/circle.png'), auto;
  } */


  /* apply section  */
  .apply-section{}
  .apply-section h3{}
  .apply-section span{
    color:#1178B2;
  }
  .apply-section img{
 
  }
  .apply-section .card{
    margin:auto !important;
    border: none!important;
    box-shadow: rgba(0, 0, 0, 0.09) 0px 3px 12px;
  }
 
  .apply-title{
    
  }
  .apply-btn1{

    color: #1A76BC;
    transition: 0.5s;
    background-color: azure;
  
  }

  .apply-btn1:hover{
    color:#fff;
    background-color: #1A76BC;
  }
  .apply-btn2:hover{
    color: #1A76BC;
    background-color: azure;
  }
  .apply-btn2{
    transition: 0.5s;
    color: #fff;
    background-color: #1A76BC;
  }
  /* apply section  end */
  


  