button:focus{
    outline: 0;
    box-shadow: none !important;
}
button:focus:not(:focus-visible) {
    outline: 0;
    box-shadow: none !important;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    background-color: #333;
    font-family: Heebo, sans-serif;
    overflow-x: hidden;
    color: #fff
}
a{
    color: #34c0ff;
}
.form-control:focus{
    outline: 0;
    box-shadow: none;
}
.btn-main{
    background: #dfdfdf;
    color: #333;
    padding: 15px 20px;
    border-radius: 4px;
    line-height: 25px;
    border: 0px;
    box-shadow: none
}
.btn-main:hover{
    background: #979785;
    color: #fff;
}
.btn-ul .btn-main{
    margin-top: 20px;
}
.section {
    height: 100vh;
    position: relative;
    overflow: hidden;
}



.video-wrapper {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.video-wrapper video {
    max-width: 80%;
    height: auto;
    border: 2px solid #ccc;
    border-radius: 8px;
}
#section1 {
    color: #333;
    height: 100vh;
}


.vertical-wrapper {
    position: relative;
    height: 100vh;
    overflow: hidden;
    z-index: 10
}

.vertical-sliders {
    display: flex;
    flex-direction: column;
}

.slideY {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10vw;
    font-weight: bold;
    color: #b4b4b4;
    z-index: 4
}
.horizontal-wrapper {
    position: relative;
    height: 100vh;
    width: 100%;
}

.horizontal-sliders {
    display: flex;
    flex-wrap: nowrap;
    height: 100vh;
    width: 500vw;
}

.slideX {
    flex: 0 0 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 7vw;
    color: white;
    font-weight: 700;
}

.us-h {
    opacity: 1;
    color: #b4b4b4;
    margin: 0;
    font-size: 16.5vw;
    font-weight: 800;
    line-height: .85;
    position: absolute;
}

.after-slider {
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
    padding-top: 60px
}

.container-text {
    padding-left: 60px;
}
.img-s1, .img-s2, .img-s3 {
    transform-origin: center;
    will-change: transform, opacity;
}
.img-s2 {
    margin-top: 110px;
}

.img-s3 {
    margin-top: 40px;
}

.sub-heading {
    color: #848484;
    margin-bottom: 40px;
    font-size: 2.5vw;
    font-weight: 100;
}

.about-heading {
    color: #b4b4b4;
    font-size: 3vw;
    font-weight: 200;
    line-height: 1.1;
}

.about-heading.about-paragraph {
    margin-top: 60px;
}

#popupTextSection {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background-image: url(../../assets/img/service-back.jpg);
    background-size: cover;
    background-position: center;
    text-align: center
}

.fullscreen-text {
    color: #000;
    font-size: 5vw;
    font-weight: bold;
    text-transform: uppercase;
}

.flip-section {
    height: 100vh;
    background-color: rgb(121, 121, 100);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    position: relative;
}
.flip-text {
    font-size: 8vw;
    line-height: 1.1;
    color: #3f3d3c;
    font-weight: 300;
    text-align: center;
}
.flip-text.flip2{
    text-align: right !important
}
#sectionFlip .flip-text.flip1{

}
#sectionFlip .flip-text.flip2{

}
scrollTrigger:{
    trigger: "#sectionFlip",
        start: "top top",
        end: "+=200%", // extend scroll range
        pin: true,
        scrub: 2,      // smooth and slow effect
}
#sectionFlip,
#sectionAfter {
    background-color: rgb(121, 121, 100);
    color: white;
    transition: background-color 1s ease, color 1s ease;
}
#sectionAfter{
    margin-top:-1px;
    height: 100vh;
    padding-top: 50px;
    position: relative
}
.flip3{
    position: absolute;
    left: 1%;
    bottom: 40%
}
.parallax {
    background-image: url('../../assets/img/staff.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    position: relative;
    overflow: visible;
}

.mask-shooting {
    background-image: url('../../assets/img/count.png');
    background-position: center;
    background-size: cover;
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(6);
    transform-origin: center center;
    z-index: 10;
}

#afterMask {
    padding-top: 100px;
    padding-bottom: 100px
}

.main-heading {
    color: #fff;
    letter-spacing: 14px;
    text-transform: lowercase;
    -webkit-text-fill-color: transparent;
    background-image: url('../../assets/img/main-h-bg.jpg');
    background-position: 50% 100%;
    background-size: cover;
    background-attachment: fixed;
    -webkit-background-clip: text;
    background-clip: text;
    margin-bottom: 81px;
    font-family: Heebo, sans-serif;
    font-size: 14vw;
    font-weight: 900;
    line-height: 1;
}
.hero-slider .slide {
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333;
    transition: background-color 1s ease;
}
.hero-slider .slide img {
    max-width: none;
    width: auto;
    height: auto;
}
.owl-carousel .owl-item {
    height: 100vh;
}
.hero-slider .slide-1 .slide-1-img1{
    position: absolute;
    width: 48vh;
    left: 0%;
    top: 0;
}
.hero-slider .slide-1 .slide-1-img2{
    position: absolute;
    width: 53vh;
    right: 15%;
    top: -1px;

}
.hero-slider .slide-2 .slide-1-img1{
    position: absolute;
    width: 60vh;
    left: -1%;
    bottom: -130px;
}
.hero-slider .slide-2 .slide-1-img2{
    position: absolute;
    width: 55vh;
    right: 10%;
    top: 0;

}
.hero-slider .slide-2 .slide-1-img3{
    position: absolute;
    width: 60vh;
    right: 9%;
    bottom: 0;
}
.hero-slider .slide-3 .slide-1-img1{
    position: absolute;
    width: 70vh;
    left: -10px;
    bottom: 0;
}
.hero-slider .slide-3 .slide-1-img2{
    position: absolute;
    width: 68vh;
    right: 10%;
    top: -120px;

}
.hero-slider .slide-3 .slide-1-img3{
    position: absolute;
    width: 55vh;
    right: 13%;
    bottom: 0;
}
.slide-content {
    display: flex;
    gap: 5;
    text-align: center;
    position: relative;
    z-index: 5
}
.slide-content h2 {
    font-size: 15vw;
    font-weight: bold;
    transform: translateY(100%);
    opacity: 0;
    letter-spacing: 13px;
}
.lets-h h2{
    color: #1d1d1d;
}
.grow-h h2{
    color: #3f3d3c
}
.tog-h h2{
    color: #b4b4b4
}
.slide-1-img1 {
    transform: translateX(-100%);
    opacity: 0;
}
.slide-1-img2,
.slide-1-img3 {
    transform: translateX(100%);
    opacity: 0;
}
.slide-title {
    font-size: 3rem;
    font-weight: bold;
    transform: translateY(50px);
    color :#fff
}

.slide-desc {
    font-size: 1.5rem;
    opacity: 0;
    transform: translateY(50px);
}
.custom-nav {
    position: absolute;
    bottom: 5%;
    z-index: 99;
    display: flex
        ;
    transform: translateY(-50%);
    pointer-events: none;
    width: 100%;
    gap: 15px;
    text-align: center;
    justify-content: center;
}
.custom-nav button {
    border: 1px solid #333;
    color: #282828;
    font-size: 1rem;
    padding: 0.6rem 1rem;
    cursor: pointer;
    pointer-events: all;
    transition: background 0.3s;
    border-radius: 999px;
    background: transparent;
}
.custom-nav button:hover {
    background: transparent;
}
/* menubar */
.menuBar{
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1070;
}
#menuModal .modal-ul{
    margin-top: 80px
}
#menuModal .modal-body{
    background: #333333;
    position: relative;
    overflow: hidden
}
.flip-wrapper {
    perspective: 1000px;
    display: inline-block;
}
.flip-inner {
    position: relative;
    width: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}
.flip-wrapper.flipped .flip-inner {
    transform: rotateX(180deg);
}

.modal-link {
    backface-visibility: hidden;
    display: block;
    font-size: 10vh;
    font-weight: 900;
    color: #000;
    text-decoration: none;
    text-transform: uppercase;
    text-shadow: 0 0 2px #333;
    -webkit-text-fill-color: transparent;
    background-color: #fff;
    -webkit-background-clip: text;
    background-clip: text;
    line-height: 1;
    transition: transform 0.6s ease, opacity 0.6s ease;
    opacity: 1;
}

.menu-social .social-ul{
    position: absolute;
    bottom: 10%;

}
.modal-link:hover{
    -webkit-text-fill-color: #fff;
}
.modal-link.back {
    position: absolute;
    top: 0;
    left: 0;
    transform: rotateX(180deg);
    -webkit-text-fill-color: #fff;
}
.modal-ul-2{
    position: absolute;
    left: 0;
    bottom: 0
}
.modal-ul-2 .modal-link{

}
.btn-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border: 1px solid #dfdfdf; /* Change color as needed */
    border-radius: 50%;
    cursor: pointer;
    background-color: #333;
    transition: background-color 0.3s ease;
    position: absolute;
    z-index: 1000;
    bottom: -26px;
}
.menu-btn-div{
    position: relative;
    width: 60px;
    height: 100%;
}
/* Hamburger lines */
.ham-line {
    position: absolute;
    width: 24px;
    height: 1px;
    background-color: #dfdfdf;
    border-radius: 1px;
    transition: all 0.3s ease;
}

/* Position lines */
.ham-line-1 {
    top: 24px;
}

.ham-line-2 {
    bottom: 24px;
}


.btn-menu.active .ham-line-1 {
    transform: rotate(45deg);
    top: 30px;
}

.btn-menu.active .ham-line-2 {
    transform: rotate(-45deg);
    bottom: 28px;
}

.menuBar .logo img{
    width: 120px;
}
.menuBar .dropdown{
}
.menuBar ul{
    margin-bottom: 0px
}
.menuBar .dropdown .btn-secondary, .inn-navbar .dropdown .dropdown-toggle{
    background: #dfdfdf !important;
    color: #333 !important;
    padding: 20px;
    border-radius: 20px;
}
.menuBar .dropdown .btn-secondary:hover, .inn-navbar .dropdown .dropdown-toggle:hover{
    background:#979785 !important;
    color: #dfdfdf !important
}
.menuBar .dropdown-menu{
    background: #dfdfdf;
    border-radius: 20px;
}
.menuBar .dropdown-toggle::after, .inn-navbar .dropdown-toggle::after {
    display: none !important;
}
.inn-navbar .dropdown-toggle{
    text-decoration: none
}
.menuBar .dropdown-menu li{

}
.menuBar .dropdown-menu li a{
    font-size: 14px;
    padding: 10px;
}
.menuBar .dropdown-menu li a:hover, .menuBar .dropdown-menu li a:active{
    background: transparent;
    color: #333;
    font-weight: bold
}
.client-row{
    margin-top: 70px
}
.client-row.client-row2{

}
.client-row ul{
    text-align: end;
}

.client-row ul li{

}

.client-row ul li .logo-container{

}
.client-row ul li .logo-container img{
    width: 250px;
    opacity: .3;
    transition: opacity 0.4s ease-in-out;
}
.client-row ul li .line-sep{
    background-color: #fff;
    width: 200px;
    height: 3px;
    margin-left: 60px;
    margin-right: 60px;
    opacity: .3;
    transition: opacity 0.4s ease-in-out;
}
.client-row ul li .logo-container:hover img {
    opacity: 1;
    transition: opacity 0.4s ease-in-out;
}

.client-row1 li,
.client-row2 li {
    opacity: 0;
    transform: translateX(0);
}
.cont-sec{
    padding-top: 100px;
    padding-bottom: 100px
}
.get-h-div {
    display: flex;
    perspective: 1000px;
    margin-top: 50px
}
.get-h-div h1.in-pad{
    margin-left: 60px
}
.get-h-div h1{
    color: #b4b4b4;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 17vw;
    left: auto;
    font-family: Heebo, sans-serif;
    font-weight: 400;
    line-height: .9;
    transform-style: preserve-3d;
    display: inline-block;
}
.cont-div{
    margin-top: 50px;

}
.info-box h6{
    color: #dfdfdf;
    font-size: 1vw;
    font-weight: bold
}
.info-box p{
    color: #dfdfdf;
    font-size: 1vw;
    margin-bottom: 2px
}
.social-ul li a{
    background: #878787;
    color: #333333;
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 11px;
    text-align: center;
    border-radius: 999px;
    display: inline-block;
}
.cont-accordion{
    margin-top: 40px
}
.cont-accordion .accordion-item{
    background-color: transparent;
    border: 0px;
    border-bottom: 1px solid #b4b4b4 !important;

    border-radius: 0px;
}
.cont-accordion .accordion-header{
    background-color: transparent;

}
.cont-accordion .accordion-button{
    background-color: transparent;
    color: #b4b4b4;
    font-weight: 600;
    font-size: 1.5vw;
}
.accordion-button::after {
    background-image: url(../../assets/img/backtotop.svg);
}
.accordion-button:not(.collapsed)::after{
    background-image: url(../../assets/img/backtotop.svg);
}
.m-form .form-group{
    margin-bottom: 20px
}
.m-form .form-group label{
    color: #b4b4b4;
}
.m-form .form-group .form-control{
    border: 0px;
    border-bottom: 1px solid #b4b4b4 !important;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
}
.m-form .btn-submit{
    margin-top: 20px
}
.btn-submit{
    background-color: #b4b4b4;
    padding-top: 25px;
    padding-bottom: 25px;
    font-size: 1vw;
    color: #333;
    border-radius: 0px;
    transition: transform .4s ease-in-out;
}
.btn-submit:hover, .btn-submit:active{
    background-color: #b4b4b4;
    color: #333;
    transform: translate(0, -5px);
}
.copy-p{
    color: #888;
    font-size: 10px;
    font-weight: bold;
}
.text-credits {
    color: #9b9b9b;
    text-align: right;
    text-transform: uppercase;
    font-size: 11px;
}
.home-footer{
    margin-top: 50px
}
.ft-link li{
    text-align: right
}
.ft-link li a{
    color: #9b9b9b;
    font-size: 9px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
    text-align: right
}
.ft-link li a:hover{
    font-weight: 300
}
.disc-box{

}
.disc-box h6{
    color: #9b9b9b;
    font-size: 11px;
}
.disc-box h6 a{
    color: #b4b4b4;
    font-size: 9px;
    font-weight: 500;
    line-height: 17px;
    text-decoration: none;
}
.disc-box p{
    color: #5e5b59;
    margin-top: 10px;
    font-size: 9px;
    line-height: 12px;
}
.popup-modal{
    z-index: 1080
}
.popup-modal .modal-body{
    padding: 0px;
    position: relative;
}
.popup-modal .modal-dialog{
    --bs-modal-width: 80%
}
.popup-modal .btn-close{
    position: absolute;
    right: -10px;
    top: -10px;
    background-color: #dfdfdf;
    color: #333;
    opacity: 1
}
/* ============ INTERNAL CSS ============ */
.section-space{
    padding-top: 60px;
    padding-bottom: 60px
}
.inn-heading{
    color: #dfdfdf;
    font-size: 40px;
    margin-bottom: 30px;
    font-weight: 700;
}
.inn-navbar{
    background-color: #3f3d3c !important;
}
.inn-navbar .nav-logo{
    width: 130px
}
.inn-navbar .nav-link{
    color: #fff;
    letter-spacing: .25px;
    margin: auto 10px;
}
.inn-navbar.is-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    -webkit-box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 7px 13px 0 rgba(0, 0, 0, 0.1);
    -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
/* contact paage */
.con-box {
    position: relative;
    margin-top: 2rem;
    margin-bottom: 3rem;
    text-align: left;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

.con-box i {
    background: #979785;
    color: #ffffff;
    font-size: 18px;
    border-radius: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
}

.con-box .con-box-text {
    padding-left: 64px;
    padding-top: 4px;
}

.con-box .con-box-text h6 {
    color: #ffffff;
    margin-bottom: 2px;
    font-size: 17px;
    font-weight: 500;
}

.con-box .con-box-text p {
    font-size: 14px;
    color: #dfdfdf;
}
.con-form{
    padding: 30px;
    border-radius: 10px;
    background-color: #3f3d3c
}
.con-form .con-title{
    color: #dfdfdf;
    font-size: 38px;
    margin-bottom: 30px;
    font-weight: 700;
}
.con-form .btn-main{
    margin-top: 30px
}
.form-group{
    margin-bottom: 20px
}
.form-group .label-top{
    color: #dfdfdf;
    margin-bottom: 7px
}
.form-group .form-control{
    height: 45px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: #3f3d3c;
    color: #fff;
    border-radius: 4px
}
.form-group textarea.form-control{
    height: 80px;
}
.m-table{
    font-size: 14px
}
.m-table thead tr th{
    background-color: #3f3d3c;
    color: #fff;
    vertical-align: middle;
}
.m-table tbody tr td{
    background-color: transparent;
    color: #fff;
}
.link-list li{
    margin-bottom: 15px
}
.link-list li span{
    color: #dfdfdf;
    padding-right: 10px
}
.link-list a{
        line-break: anywhere;
}
/* footer */

.m-footer{
    padding-top: 60px;
    bottom: 0;
    left: 0;
    width: 100%;
    opacity: 1;
    background: #3f3d3c;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom;
    background-image: url(../../assets/img/bg-wave.png);
}
.footer-link-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-link-list li a{
    position: relative;
    color: #e5e5e5;
    margin-right: 30px;
    font-size: 15px;
    transition: all 0.5s ease-out;
}
.m-footer p{
    color: #e5e5e5;
    font-size: 14px;
    line-height: 1.9;
}
.m-footer h6{
    color: #979785;
    font-size: 19px;
    margin-bottom: 50px;
    position: relative;
}
.m-footer h6:after{
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0px;
    height: 2px;
    background: #ffffff;
    width: 50px;
}
.footer-middle{
}
.footer-social-list{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 30px !important;
}
.footer-social-list a{
    color: #979785;
    font-size: 16px;
    transition: .2s;
    width: 40px;
    background: #fff;
    height: 40px;
    border-radius: 100%;
    text-align: center;
    line-height: 42px;
    display: inline-block;
}
.footer-social-list a:hover{
    color: #ffffff;
    background: #979785;
}
.footer-link-list li a{
    padding-bottom: 6px;
    display: inline-block;
    margin-bottom: 4px;
    padding-left: 10px;
    text-decoration: none;
    font-size: 14px;
}
.footer-link-list li a:hover{
    color: #979785;
}
.footer-widget{
    margin-top: 10px;
    padding-bottom: 25px;
}
.footer-bottom{
    margin-bottom: 0px;
    margin-top: 0;
    padding: 15px 0;
    width: 100%;
    /* background-color: #00445b; */
}
.footer-bottom p{
    margin-bottom: 0px;
    font-size: 14px;
    color: #fff
}
.footer-bottom .container{
    border-top: 1px solid rgba(255,255,255,.2);
    padding-top: 20px;
}
.footer-bottom p span{
    color: #979785
}
.footer-bar{
    border-bottom: 1px solid rgba(132,132,132,.17);
    margin-bottom: 60px;
    padding: 25px 0 22px;
}

.footer-link-list li a:after{
    content: "";
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #979785;
    border-bottom: 2px solid #979785;
    top: 6px;
    left: -7px;
    -moz-transform: rotate(224deg);
    -o-transform: rotate(224deg);
    -ms-transform: rotate(224deg);
    -webkit-transform: rotate(224deg);
    transform: rotate(224deg);
    transition: all 0.5s ease-out;
}
.footer-link-list li a:hover:after{
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
#bt{
    background-color: #212121;
    color: #fafafa;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
    cursor: pointer;
    opacity: 0;
    border: none;
    transition: opacity .1s linear;
    z-index: 10000;
    box-shadow: 0 5px 5px -3px #0003, 0 8px 10px 1px #00000024, 0 3px 14px 2px #0000001f;
}
#bt.show{
    opacity: 1;
}
.logo-ft{
    width: 150px
}
/* Team */
.team-hr{
    color: #ffffff;
    opacity: .6;
    margin-top: 80px;
    margin-bottom: 50px;
}
.team-box{
    margin-top: 30px;
    position: relative;
    background: #3f3d3c;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 1px 1px 17px #0000007a;
}
.team-box:hover .team-img img{
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.team-box .team-img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    border-radius: 4px 4px 0px 0px;
}

.team-box .team-img img {
    border-radius: 4px 4px 0px 0px;
    object-fit: cover;
    width: 100%;
    height: 270px;
    object-position: top;
    transition: all 0.5s ease;
}

.team-box .team-con {
    padding: 20px;
}

.team-box .team-con .team-title {
    font-size: 18px;
    text-transform: uppercase;
}

.team-box .team-con p {
    margin-bottom: 0px;
    font-style: italic;
    letter-spacing: .5px;
    font-size: 15px;
    color: #979785;
    text-transform: uppercase
}
.masonry {
    column-count: 3;
    column-gap: 1rem;
}

@media (max-width: 992px) {
    .masonry {
        column-count: 2;
    }
}

@media (max-width: 576px) {
    .masonry {
        column-count: 1;
    }
}

.masonry-item {
    break-inside: avoid;
    margin-bottom: 1rem;
    cursor: pointer;
    display: block
}

.masonry-item img {
    width: 100%;
    display: block;
    transition: transform 0.3s;
}

.masonry-item img:hover {
    transform: scale(1.02);
}
.term-sec h2{
    margin-top: 20px;
    margin-bottom: 20px
}
.term-sec p{
    font-size: 14px
}
.m-card{
    background-color: #3f3d3c;
}
.m-card .card-header{
}

.m-card .card-header .card-title{color: #dfdfdf;font-size: 38px;font-weight: 700;}
.m-card .card-body{
    color: #fff;
}
.form-check-input:checked {
    background-color: #797964;
    border-color: #797964;
}
.form-check-input:focus {
    border-color: #79796496;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #79796496;
}
.status-input{
    height: 55px !important;
}
/* media Queries */
@media (min-width: 1700px) {
    .about-heading{
        font-size: 2vw;
    }
}
@media (min-width: 991.98px) {
    .menuBar .dropdown:hover .dropdown-menu, .inn-navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
    .menuBar .dropdown-toggle::after {

    }
    
}
@media (max-width: 991.98px){
    .flip3 {
    position: absolute;
    left: 1%;
    bottom: auto;
    top: 20%;
}
    .about-heading{
        font-size: 16px;
        line-height: 1.6;
    }
    .navbar-toggler{
        background-color: #dfdfdf
    }
    .modal-ul-2{
        display: none;
    }
    .modal-link{
        font-size: 5vh;
        margin-top: 10px
    }
    .menuBar .dropdown .btn-secondary, .inn-navbar .dropdown .dropdown-toggle {
        padding: 14px;
        font-size: 14px;
        border-radius: 10px;
    }
    .btn-menu{
        width: 40px;
        height: 40px
    }
    .btn-menu.active .ham-line-1{
        top: 21px !important
    }
    .btn-menu.active .ham-line-2{
        bottom: 18px !important
    }
    .btn-menu{
        bottom: -16px;
    }
    .hero-slider .slide-1 .slide-1-img2{
        display: none;
    }
    .hero-slider .slide-2 .slide-1-img1{
        width: 30vh;
        bottom: 20%;
        left: auto;
        right: 0;
    }
    .hero-slider .slide-3 .slide-1-img3{
        width: 25vh;
    }
    .video-wrapper video{
        max-width: 100%
    }
    .us-h{
        width: 100%;
        text-align: center;
        top: 130px
    }
    .us-h br{
        display: none
    }
    .inn-navbar{
        position: fixed;
        width: 100%;
        z-index: 1050
    }
    .inn-navbar .nav-logo {
        width: 80px;
    }
    .navbar-collapse{
        padding-bottom: 15px
    }
    .inn-navbar .nav-item.dropdown{
        margin-top: 10px
    }
   
    .sub-heading {
        margin-bottom: 3px;
        margin-top: 20px;
        font-size: 10.5vw;
        font-weight: 100;
    }
     .container-text{
        padding-left: 0px
    }
    .img-s2{
        margin-top: 20px
    }
    .about-heading.about-paragraph {
        margin-top: 20px;
    }
    .after-slider{
        padding-bottom: 30px
    }
    .mask-shooting {
        width: 80vw;
        height: 30vh;
    }
    .main-heading{
        font-size: 8vw;
        margin-bottom: 67px;
        text-align: center;
    }
    .client-row ul li .logo-container img{
        width: 90px
    }
    .client-row ul li .line-sep{
        display: none
    }
    .client-row ul{
        text-align: center
    }
    #afterMask {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .cont-sec{
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .get-h-div h1.in-pad {
        margin-left: 20px;
    }
    .get-h-div{
        margin-top: 10px
    }
    .get-h-div h1.in-pad {
        margin-left: 20px;
    }
    .get-h-div h1{
        font-size: 8vw
    }
    .btn-submit {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 4vw;
    }
    .inn-heading{
        font-size: 26px;
        margin-top: 30px;
    }
    .text-credits{
        text-align: left;
    }
    .ft-link li, .ft-link li a {
    text-align: left;
}
}