/* ------------------------------------------------
  Project:   Misto - Factory and Industrial HTML5 Template
  Author:    ThemeHt
------------------------------------------------ */
/* ------------------------
    Table of Contents

  1. General
  2. Typography
  3. Helper class
  4. Text color
  5. Background color
  6. Jarallax
  7. Pattern
  8. Border Radius
  9. Banner
  10. Countdown
  11. Terms and Conditions
  12. Privacy Policy
  13. Contact
  14. About Us
  15. Video
  16. Side Background


/* ------------------------
    General
------------------------*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');
:root{
    --box-height:40px;
    --space-between: 20px;
}
body {
    font-family: 'Rubik', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.5;
    color: #282929;
   overflow-x: hidden;
}


/* ------------------------
    Typography
------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    margin-top: 0px;
    margin-bottom: 0px;
    text-transform: capitalize;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 70px;
    font-style: normal;
    line-height: 80px;
    font-weight: 700;
    text-transform: capitalize;
    color: #ffd502;
}

h2 {
    font-size: 40px;
    font-style: normal;
    line-height: 46px;
    font-weight: 500;
    color: #23244a;
    text-transform: capitalize;
    margin-bottom: 10px;
    position: relative;
}

h3 {
    font-size: 30px;
    font-style: normal;
    line-height: 36px;
}

h4 {
    font-size: 24px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 30px;
    color: #23244a;
}

h5 {
    font-size: 20px;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #23244a;
}

h6 {
    font-size: 18px;
    font-style: normal;
    line-height: 24px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 26px;
    color: #23244a;
}

ul {
    margin: 0px;
    padding: 0px;
}
p{
    text-align: justify;
    font-size: 14px;
}

/* ------------------------
    Helper class
------------------------*/

.lead {
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
}

.z-index-0 {
    z-index: 0;
    position: relative;
}

.z-index-1 {
    z-index: 1;
    position: relative;
}

section {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 50px;
}

.section-title p {
    font-size: 14px;
}

.theme-bg .section-title p,
.dark-bg .section-title p {
    color: rgba(255, 255, 255, 0.8)
}

.line-h-2 {
    line-height: 1.6;
}

.line-h-3 {
    line-height: 1.7;
}

.line-h-4 {
    line-height: 1.8;
}

.line-h-5 {
    line-height: 1.9;
}

.letter-space-1 {
    letter-spacing: 5px;
}

.letter-space-2 {
    letter-spacing: 10px;
}

.letter-space-3 {
    letter-spacing: 15px;
}


/* ------------------------
    Text color
------------------------*/
.text-theme {
    color: #ffd502;
}

.text-black {
    color: #23244a !important;
}

.text-grey {
    color: #aaaaaa;
}

.text-yellow {
    color: #ffd502;
}

.text-rgba {
    color: rgba(255, 255, 255, 0.8);
}


/* ------------------------
    Background color
------------------------*/
.white-bg {
    background-color: #ffffff !important;
}

.dark-bg {
    background-color: #121628;
}

.grey-bg {
    background-color: #f8f8f8;
}

.theme-bg {
    background-color: #ffd502;
}

.transparent-bg {
    background-color: inherit !important;
}


/* ------------------------
    Pattern
------------------------*/
.pattern {
    width: 100%;
    background-size: inherit !important;
    background-position: 0px 0px;
    background-repeat: repeat !important;
    animation: animatedBackground 20s linear infinite;
    -ms-animation: animatedBackground 20s linear infinite;
    -moz-animation: animatedBackground 20s linear infinite;
    -webkit-animation: animatedBackground 20s linear infinite;
}


/* ------------------------
    Banner
------------------------*/
.fullscreen-banner {
    position: relative;
    min-height: 600px;
}

[data-bg-img] {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.align-center {
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 9;
}

.align-end {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 9;
}

.fullscreen-banner .btn {
    color: #ffffff;
}

.banner-1::before {
    border: 10px solid rgba(255, 255, 255, 0.1);
    content: "";
    height: 120%;
    left: 50%;
    position: absolute;
    top: -10%;
    width: 80%;
    z-index: -1;
}

.fullscreen-banner .owl-carousel,
.fullscreen-banner .owl-stage-outer,
.fullscreen-banner .owl-stage,
.fullscreen-banner .owl-item,
.fullscreen-banner .item {
    height: 600px
}


/* ------------------------
    Countdown
------------------------*/
.countdown {
    text-align: center;
    width: 100%
}

.countdown>li {
    margin-bottom: 50px;
    font-weight: bold;
    display: block;
    text-align: center;
    list-style-type: none;
}

.countdown>li:last-child {
    margin-bottom: 0;
}

.countdown>li span {
    font-size: 70px;
    font-weight: 500;
    line-height: 60px;
    margin-bottom: 20px;
    display: inline-block;
}

.countdown>li p {
    font-size: 20px;
    text-transform: uppercase;
    line-height: 30px;
    margin-bottom: 0;
    color: #ffd502;
}

.dark-bg .countdown>li {
    border-color: rgba(255, 255, 255, 0.2)
}

/* ------------------------
    Terms and Conditions
------------------------*/
.terms-and-conditions .title {
    margin-bottom: 10px;
}

.terms-and-conditions p {
    margin-bottom: 25px;
}

.terms-and-conditions ul.list {
    margin-bottom: 20px;
    display: block;
}

.terms-and-conditions ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Privacy Policy
------------------------*/
.privacy-policy .title {
    margin-bottom: 10px;
}

.privacy-policy p {
    margin-bottom: 25px;
}

.privacy-policy ul.list {
    margin-bottom: 20px;
    display: block;
}

.privacy-policy ul.list li i {
    padding-right: 12px;
    font-size: 15px;
}

/* ------------------------
    Contact
------------------------*/
.contact-main {
    /*background: #fff; padding: 30px;*/
    border-bottom: 2px solid #ffd502;
}

.contact-info li {
    padding-left: 50px;
    position: relative;
}

.contact-info li i {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 30px;
    color: #ffd502;
    text-align: center;
}

.contact-info li span {
    font-size: 16px;
    color: #23244a;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-bottom: 8px;
}

.contact-info li p {
    margin-bottom: 0;
    line-height: 24px;
}

.contact-info li a {
    color: #555;
}

.dark-bg .contact-info li a {
    color: #ffffff;
}

.contact-info li a:hover {
    color: #ffd502;
}

.theme-bg .contact-info span,
.dark-bg .contact-info span {
    color: #ffffff
}

.theme-bg .contact-info li i {
    color: #ffffff;
}

.theme-bg .contact-info li a {
    color: #ffffff;
}

.theme-bg .contact-info li a:hover {
    color: #23244a;
}

.contact-box {
    position: absolute;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
    width: 100%;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

label {
    font-size: 14px;
    color: #333
}

.form-control {
    height: 50px;
    border-radius: 0;
    font-size: 13px;
    background: none;
    border: none;
    border-bottom: 2px solid #f5f5f5;
    box-shadow: none;
}

.grey-bg .form-control {
    background: #ffffff
}

textarea.form-control {
    height: 150px;
}

.form-control:focus {
    box-shadow: none;
    border-color: #ffd502;
}

select.form-control {
    /*-moz-appearance: none; -webkit-appearance: none; appearance: none;*/
    height: 50px !important;
}

iframe {
    width: 100%;
    border: none;
    pointer-events: auto;
}

.iframe-h {
    height: 500px !important;
}

.iframe-h-2 {
    height: 900px !important;
}

.help-block.with-errors {
    position: absolute;
    color: red;
    right: 0;
    font-size: 10px;
    line-height: 14px;
}

.form-control::-moz-placeholder {
    color: #555
}

.map iframe {
    border: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}


.contact-btn {
    cursor: pointer;
    display: inline-block;
    position: fixed;
    right: -39px;
    top: 35%;
    z-index: 99;
    transform: translateY(-50%) rotate(90deg);
    -webkit-transform: translateY(-50%) rotate(90deg);
    -o-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    -moz-transform: translateY(-50%) rotate(90deg);
}

.contact-bg {
    background: #ffffff;
    color: #ffd502;
    text-transform: uppercase;
    position: relative;
    display: block;
    padding: 10px;
    font-weight: 500;
    z-index: 10;
    -webkit-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 13px 3px rgba(0, 0, 0, 0.1);
}

.contact-btn:hover .contact-bg {
    background: #ffd502;
    color: #ffffff
}

.contact-form {
    background: #ffffff;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 80px 30px 30px;
    width: 450px;
    position: fixed;
    right: -600px;
    top: 0;
    z-index: 2000;
}

.close-btn {
    background: #ffd502;
    color: #fff !important;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 15px;
    position: absolute;
    right: 20px;
    top: 10px;
}

.header-3 .contact-btn {
    position: inherit;
    transform: inherit;
    top: inherit;
    right: inherit;
}

.header-3 .contact-bg {
    background: #ffd502;
    box-shadow: none;
    color: #fff;
    padding: 25px 40px;
}

/* ------------------------
    About Us
------------------------*/
.about-img img{
    position: relative;
    box-shadow:5px 5px 5px 5px  rgba(0, 0, 0, 0.5);
    animation: elementor-animation-zoom-in 0.3s ease-out forwards, elementor-animation-zoom-in 1.5s ease-in-out 0.3s infinite alternate;

}
@keyframes elementor-animation-zoom-in {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
.about-img::before {
    
    bottom: 14px;
    content: "";
    left: 14px;
    position: absolute;
    right: 14px;
    top: 14px;
}
.about-img img{
    height: 170px !important;
    width:170px !important;
}

/* ------------------------
    Video
------------------------*/
.video-btn {
    display: inline-block;
}

.video-btn-pos {
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -22.5px;
    margin-left: -50px;
}

.video-btn .btn-play {
    background: #ffd502;
    color: #fff;
    height: 45px;
    width: 100px;
    line-height: 45px;
    -webkit-border-radius: 50px;
    border-radius: 5px;
    text-align: center;
    font-size: 26px;
    cursor: pointer;
    display: inline-block;
}

.video-btn .btn-play i {
    line-height: inherit;
}

.theme-bg .video-btn .btn-play,
.dark-bg .video-btn .btn-play {
    background: #ffffff;
    border-color: #ffffff;
    color: #ffd502;
}

.html5-video {
    height: 100%;
    left: 0;
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -2;
}

.html5-video video {
    width: 100%;
}


/* ------------------------
    Side Background
------------------------*/
.img-side img {
    max-width: 100%
}

.img-side.img-right {
    right: 0;
}

.img-side.img-left {
    left: 0;
}

.img-side {
    padding: 0;
    position: absolute !important;
    top: 0px;
    height: 100%;
    overflow: hidden;
    z-index: 9;
}

.img-side .owl-carousel,
.img-side .owl-stage-outer,
.img-side .owl-stage,
.img-side .owl-stage,
.img-side .owl-item,
.img-side .owl-item .item {
    height: 100%
}

/* ------------------------
    Vision Mission
------------------------*/
.vision-mission-section .vision-message .icon{
    justify-content: center;
    display: flex;
}
.vision-mission-section .vision-message .icon img{
    background-color: #fff;
    border-radius: 50%;
    box-shadow:5px 5px 5px 5px  rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 100px;
    margin-bottom: 20px;
}
.vision-mission-section .vision-message{
    background-color: #ffffff6e;
    padding: 20px;
    height: 350px;
    box-shadow:5px 5px 5px 5px  rgba(0, 0, 0, 0.5);

}
.vision-mission-section .vision-message:hover{
    background-color: #121628;
    color: #fff;
    box-shadow:5px 5px 5px 5px #ffd50265;
    h4{
        color: #fff;
        
    }


}

.service-details .title-content{
    color: #23244a;
    font-weight: 600;
}
.service-details p img{
    width: 30px;
}
.page-wrapper{
    background-image: url(/images/bg/row-01.png);
    background-color: #bfbfbf5a;
        transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.key-point{
    background-color: #fff;
    width: 15.8rem;
    padding: 10px;
    margin-right: 10px;
    border-radius: 10px;
    
}


.key-point .icon{
    justify-content: center;
    display: flex;
}
.key-point .icon img{
    width: 90px;
    padding: 10px;

}
.page-content .key-point:hover {
    border: 1px solid #23244a;
    box-shadow:5px 5px 5px 5px #acacab65;

    animation: elementor-animation-bob-float 0.3s ease-out forwards, elementor-animation-bob 1.5s ease-in-out 0.3s infinite alternate;
}

@keyframes elementor-animation-bob-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes elementor-animation-bob {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
}
.careers-section{
    margin-top: -30px;
}
#survey-container {
    margin: 0px auto;
    padding: 10px 20px;
    width: 100%;
    max-width: 840px;
    border-radius: calc(3 * var(--border-radius));
  }
  

  
  #description {
    margin: 30px 0;
    padding: 5px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    color: var(--color-3);
  }
  
  #survey-form {
    padding: 30px;
    padding-top: 20px;
    background: var(--color-1);
    opacity: 98%;
    border: none;
    border-radius: calc(2 * var(--border-radius));
  }
  
  #survey-form * {
    font-size: var(--font-size);
  }
  
  .row-label,
  .row-input {
    padding: 5px 10px;
    margin: 0;
    height: var(--box-height);
    width: 100%;
    display: block;
  }
  
  .row-label {
    color: var(--color-2);
    font-weight: 600;
  }
  
  .row-label:not(:first-child) {
    margin-top: var(--space-between);
  }
  
  .row-input:not(.small) {
    background: white;
    border: none;
    border-radius: var(--border-radius);
  }
  
  .inline-label {
    margin-left: 10px;
    font-size: 14px;
    color: var(--color-3);
  }
  
  .small {
    height: calc(var(--box-height) * 0.75);
  }
  
  #comments {
    padding: 10px;
    margin: 0;
    height: 120px;
    width: 100%;
    background: white;
    border: none;
    border-radius: 5px;
    resize: none;
  }
  
  #submit {
    margin-top: 20px;
    height:40px;
    width: 100%;
    background:#23244a;
    border: none;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
  }
  
  #submit:hover {
    box-shadow: 0 0 2px var(--color-3);
  } 
  .messages{
    padding-top: 90px;
  }
  .messages .sec-title {
    text-align: center;
    color: #bb181b;
  }
  .content-1{
    margin-top: 30px;
  }
  /* .page-content-1{
    margin-top: 150px !important;
  } */
  
.key-point-1{
    background-color: #fff;
    padding: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
    border-radius: 10px;
    animation: elementor-animation-bob-float 0.3s ease-out forwards, elementor-animation-bob 1.5s ease-in-out 0.3s infinite alternate;

}
.page-content-1 .keypoints{
    margin-left: 20px;
}
.key-point-1 .icon{
    justify-content: center;
    display: flex;
}
.key-point-1 .icon img{
    width: 90px;
    padding: 10px;

}
.page-content-1 .key-point-1:hover {
    border: 1px solid #23244a;
    box-shadow:5px 5px 5px 5px #acacab65;

}

@keyframes elementor-animation-bob-float {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-10px);
    }
}

@keyframes elementor-animation-bob {
    0%, 100% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(0);
    }
}
.wlink{
    position: fixed;
    bottom: 80px;
	right: 30px;
  z-index: 2000;
  
  }
  .wlink img{
    height: 40px;
    width: 40px;
  }
@media  screen and (max-width:900px) {
    .wlink{
        position: fixed;
        bottom: 80px;
        right: 30px;
      z-index: 2000;
      
      }
      .wlink img{
        height: 30px;
        width: 30px;
      }
      .fullscreen-banner{
        height: unset !important;
      }
      .table-cls{
        padding:0px 10px !important;
     }
    .page-content .keypoints{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    gap: 20px;
}
}
.page-content .keypoints{
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 10px;
}
.service-box p{
    color: white !important;
}
.table-cls{
   display: flex;
   justify-content: center;
}
