/* ==== Google font ==== */

@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
    width: 100%;
    height: 100%;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    color: #343434;
    font-size: 16px;
    line-height: 1.6em;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    /*margin: 0 0 30px;*/ font-weight: 400; color: #444;
}

blockquote { color: #505050; font-size: 20px;}
p { margin: 0 0 20px; font-size: 17px; line-height: 1.6em;}
p.lead { font-weight: 600;}
a { -webkit-transition: all .2s ease-in-out; -moz-transition: all .2s ease-in-out; transition: all .2s ease-in-out;}
a:hover,
a:focus { text-decoration: none;}
.light { font-weight: 400;}
img.img-responsive { margin-bottom: 20px;}


/* ------- Navigation ------------ */

#navigation { background: #fff;  z-index: 9999; width: 100%; box-sizing: border-box; border-bottom: 1px solid #eee; box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1); text-align: center; margin: 0 auto;}

.flxs {}

.flxs>span {
    /*display: none;*/
}

.navbar { margin-bottom: 0;}
.navbar-brand { font-weight: 700;}
.navbar-brand:focus { outline: 0;}
.nav.navbar-nav { background-color: rgba(255, 255, 255, .6);}
#menu .nav.navbar-bar { text-align: center; float: none; margin: 0 auto;}
.navbar-custom ul.nav { text-align: center; float: none; margin: 0 auto;}
.navbar-custom ul.nav li { float: none; display: inline-block; text-align: center;}
.navbar-custom ul.nav li a { font-size: 14px; letter-spacing: 1px; color: #444; text-transform: uppercase; font-weight: 400;}
.navbar-custom .nav li a { -webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out;}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active { outline: 0; background-color: rgba(255, 255, 255, .2);}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active { outline: 0; background-color: rgba(255, 255, 255, .2);}
.navbar-toggle { padding: 4px 0; font-size: 14px; color: #fff; margin-right: 0;}
.navbar-toggle:focus,
.navbar-toggle:active { outline: 0;}


/* loader */

#preloader { background: #ffffff;  bottom: 0; height: 100%; left: 0; position: fixed; right: 0; top: 0; width: 100%; z-index: 999;}
#loaderInner { background: #ffffff url(../img/spinner.gif) center center no-repeat; height: 60px; left: 50%; margin: -50px 0 0 -50px; position: absolute; top: 50%; width: 60px;}
@keyframes boxSpin {
    0% {
        transform: translate(-10px, 0px);
    }
    25% {
        transform: translate(10px, 10px);
    }
    50% {
        transform: translate(10px, -10px);
    }
    75% {
        transform: translate(-10px, -10px);
    }
    100% {
        transform: translate(-10px, 10px);
    }
}

@keyframes shadowSpin {
    0% { box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;}
    25% { box-shadow: 10px 10px #39CCCC, -10px -10px #FFDC00;}
    50% { box-shadow: -10px 10px #39CCCC, 10px -10px #FFDC00;}
    75% { box-shadow: -10px -10px #39CCCC, 10px 10px #FFDC00;}
    100%{ box-shadow: 10px -10px #39CCCC, -10px 10px #FFDC00;}
}

#load { z-index: 9999; background-color: #FF4136; opacity: 0.75; width: 10px; height: 10px; position: absolute; top: 50%; margin: -5px auto 0 auto; 
left: 0; right: 0; border-radius: 0px; border: 5px solid #FF4136; box-shadow: 10px 0px #39CCCC, 10px 0px #01FF70; animation: shadowSpin 1s ease-in-out infinite;}


/* misc */

hr { margin-top: 10px;}

/* margins */

.marginbot-0 { margin-bottom: 0 !important;}
.marginbot-10 { margin-bottom: 10px !important;}
.marginbot-20 { margin-bottom: 20px !important;}
.marginbot-30 { margin-bottom: 30px !important;}
.marginbot-40 { margin-bottom: 40px !important;}
.marginbot-50 { margin-bottom: 50px !important;}


/* ===========================

--- General sections

============================ */

.home-section { padding-top: 50px; padding-bottom: 50px; display: block; position: relative; z-index: 120;}
.section-heading {  margin-bottom: 50px;}
.section-heading h2 { font-size: 40px; margin-bottom: 10px; line-height: 1em; color: #3e3c3c; font-weight: 500;}
.section-heading i {  margin-bottom: 20px;}
/* --- section bg var --- */

.bg-white { background: #fff;}
.bg-gray { background: #f8f8f8;}
.bg-dark { background: #575757;}

/* --- section color var --- */

.text-light { color: #fff;}


/* ===========================

--- Intro

============================ */


/* .intro { width: 100%; position: relative; background: url(../img/suren-singh-chandravanshi.jpg) no-repeat top center;} */

.bannerbox { position: relative;}
.logobx { position: absolute; z-index: 1; padding: 10px 20px;}
#shownx { display: inline-block; background: #3e3c3c; margin-top: 20px; font-weight: 600; padding: 5px 10px; color: #fff; border-radius: 5px; cursor: pointer;}
.img-res { max-width: 100%; max-height: 100%;}
.bannerbox .item { margin: 0; padding: 0;}
.bannerbox .carousel-control.left,
.bannerbox .carousel-control.right { background-image: none;}
.intro .slogan { text-align: center;}
.intro .page-scroll { text-align: center;}
.intro .page-scroll a { color: #fff;}
.brand-heading { font-size: 40px;}
.intro-text { font-size: 18px;}
.intro .slogan h2 { color: #FFF; text-shadow: none; font-size: 60px; line-height: 60px; font-weight: 700; font-family: Montserrat, sans-serif; background-color: rgba(0, 0, 0, 0);
text-decoration: none; text-transform: uppercase; border-width: 0px; border-color: #000; border-style: none; text-shadow: -1px 0 1px #000;}
.intro .slogan h4 { color: #fff; text-shadow: -1px 1px 1px #000;}
.mt30 { margin-top: 30px;}

/* ===========================

--- About

============================ */

.icon .fa { color: #fff;}

/* ==========================

--- Gallery

============================= */

.item {  margin: 10px;}
.item img { display: block; width: 100%; height: auto;}

/* ===========================

--- Contact

============================ */

.form-wrapper { background: #f9f9f9; padding: 40px; border-radius: 6px;}
form#contact-form .form-group label { text-align: left !important; display: block; letter-spacing: 1px; font-size: 16px;}

form#contact-form input,
form#contact-form select,
form#contact-form textarea { border-radius: 4px; border: 1px solid #eee; -webkit-box-shadow: none; box-shadow: none; font-size: 16px; margin-bottom: 20px; background: #fefefe; color: #888;}

form#contact-form input,
form#contact-form select { height: 50px;}

form#contact-form button { border-radius: 4px; height: 50px; text-transform: none; font-size: 16px; font-weight: 700; margin: 0 auto;}
.whicnt { background: #fff; margin-bottom: 20px; box-shadow: rgb(149 157 165 / 20%) 0px 8px 24px; padding: 50px 10px; text-align: center; display: block; border-radius: 10px;}
.whicnt>span>a { width: 60px; height: 60px; background: #3e3c3c; border-radius: 50%; display: flex; align-items: center; justify-content: center;  margin: auto;}
.whicnt>a { font-size: 20px; color: #000; display: block; margin-top: 10px;}

form#contact-form input:focus,
form#contact-form select:focus,
form#contact-form textarea:focus { -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05); box-shadow: 0 1px 2px rgba(0, 0, 0, .05); background: #fff;}

/* ===========================

--- Footer

============================ */

footer { text-align: center;}
footer p { color: #f8f8f8; margin: 0; padding: 10px;}
footer a { color: #fff;}
footer a:hover { color: #ccc;}


/* ==========================

Parallax

============================= */

#separator { background-image: url(../img/business-background.png);}
#separator .icon { margin-bottom: 20px;}
#separator span { color: #2c2b2d; display: block; font-size: 26px; font-weight: 600; margin-top: 10px;}
#separator:after { background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAEklEQVQImWNgYGD4z0AswK4SAFXuAf8EPy+xAAAAAElFTkSuQmCC); content: "";
position: absolute; bottom: 0; left: 0; right: 0; top: 0; opacity: 0.7; z-index: -1;}

/* ===========================

--- Elements

============================ */

.btn { font-weight: 700; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; transition: all .3s ease-in-out;}
a.btn:hover { color: #fff;}
.btn-circle { width: 70px; height: 70px; margin-top: 15px; padding: 7px 16px; border: 2px solid #fff; border-radius: 50%; font-size: 40px; color: #fff; background: 0 0;
-webkit-transition: background .3s ease-in-out; -moz-transition: background .3s ease-in-out; transition: background .3s ease-in-out;}
.btn-circle.btn-dark { border: 2px solid #666; color: #666;}
.btn-circle:hover,
.btn-circle:focus { outline: 0; color: #fff; background: rgba(255, 255, 255, .1);}

.btn-circle.btn-dark :hover,
.btn-circle.btn-dark :focus {
    outline: 0;
    color: #999;
    background: #fff;
}

.btn-circle.btn-dark :hover i,
.btn-circle.btn-dark :focus i {
    color: #999;
}

.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }
    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.btn-skin:hover,
.btn-skin:focus,
.btn-skin:active,
.btn-skin.active {
    color: #3e3c3c;
    background-color: #fff;
    border-color: #3e3c3c;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #28c3ab;
    outline: 0;
    color: #000;
    background-color: #28c3ab;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

.socialbox {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translate(0%, -50%);
    z-index: 999;
}

.socialbox>ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.socialbox>ul>li>a {
    display: block;
    transition: all .5s ease-in-out;
}

.socialbox>ul>li>a:hover {
    transform: scale(1.1);
}

.socialbox>ul>li>a>img {
    height: 40px;
}


/* Media queries */

@media (max-width:768px) {
    .navbar-header.flxs{width: 100% !important;}
    .navbar-header .fa {
        color: #666;
    }
    .col-xs-6 {
        margin-bottom: 30px;
    }
    .flxs>span {
        display: inline-block;
        height: 47px;
        float: left;
        padding: 10px 0;
    }
    .logobx {
        height: 50px;
    }
    .section-heading h2 {
        font-size: 25px;
    }
    #navigation .navbar-collapse {
        z-index: 9999;
        position: absolute;
        background: #eee;
        width: 100%;
        left: 0;
        right: 0;
    }
    #navigation .navbar-custom ul.nav li {
        display: block;
    }
    .txt-shadow {
        margin-bottom: 30px;
    }
    #separator span {
        font-size: 25px;
    }
    .socialbox {
        right: 0;
        left: 0;
        top: initial;
        transform: initial;
        bottom: 0;
    }
    .socialbox>ul {
        display: flex;
        align-items: center;
        justify-content: center;
        background: #fff;
        padding: 10px;
        column-gap: 10px;
    }
    .rsp {
        overflow: hidden;
    }
    .containerbx {
        width: 100% !important;
        height: 100% !important;
    }
    .rsp .left {
        left: 170px !important;
    }
    .rsp .right {
        right: 170px !important;
    }
}

.containerbx>ul {
    top: 0 !important;
}


/*========video=========*/

.videob_t>iframe {
    width: 100%;
    height: 300px;
    border: 8px solid #eee;
}


/* .video-block {
    color: #000;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .video-tab-title {
    color: #000;
    font-size: 18px;
    text-transform: uppercase;
    margin: 0 0 30px 15px;
  }
  
  .video-tab .post-overlay-wrapper {
    min-height: 430px;
  }
  .video-tab .post-overlay-wrapper .post-content {
    padding: 35px;
  }
  .video-tab .post-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: normal;
  }
  .video-tab .nav-tabs {
    border-bottom: none;
   
    max-height: 376px;
    overflow-y: auto;
  }
  .video-tab .nav-tabs::-webkit-scrollbar {
    width: 8px;
    background-color: #fff;
    border-radius: 10px;
  }
  .video-tab .nav-tabs::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #479DC8;
  }
  .video-tab .nav-tabs li {
    width: 100%;
    display: block;
    border-bottom: 1px solid #eee; 
  }
  .video-tab .nav-tabs li a {
    background: none;
    border: 0;
    padding: 10px;
    border: 0;
  }
  .video-tab .nav-tabs .active a{background: #f2f2f2 !important; }
  .video-tab .nav-tabs li a .post-thumbnail {
    float: left;
    margin-right: 10px;
    position: relative;
    overflow: hidden;
  }
  .video-tab .nav-tabs>li>a{overflow: auto;}
  .video-tab .nav-tabs li a .post-thumbnail img {
    max-width: 100px;
    margin-bottom: 0;
  }
  .video-tab .nav-tabs li a h3 {
    color: #000;
    font-weight: normal;
    line-height: 18px;
    font-size: 14px;
    margin: 0;
    text-align: left;
  }
  
  .play-icon {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 6px;
  }
  .play-icon:hover {
    cursor: none;
  }
  .play-icon .play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
    transition: all 0.1s ease;
  }

  
  .video-tab iframe {
    width: 100%;
    min-height: 369px;
    border: none;
    background: #000;
    padding: 10px;
    border-radius: 6px;
  }
  
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: transparent;
    border: none;
  } */

.videoply {
    width: 100%;
    margin: auto;
}

.btmx {
    margin-top: 20px;
}

.bannerbox .glyphicon {
    font-size: 35px;
}

.fnyvx {
    position: relative;
    overflow: hidden;
    border: 5px solid #eee;
    border-radius: 5px;
    margin-bottom: 20px;
}

.zoomhv {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.fnyvx:hover .zoomhv {
    top: 0;
}

.btmx>a {
    background: #3e3c3c;
    border: 1px solid #3e3c3c;
    padding: 10px 20px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
    transition: all .5s ease-in-out;
}

.btmx>a:hover {
    background: #fff;
    border: 1px solid #3e3c3c;
    color: #3e3c3c;
}

.para_ft>h4 {
    font-size: 25px;
    font-weight: bold;
    color: #d91a1a;
    margin-bottom: 10px;
    margin-top: 30px;
}

.para_ft>h5 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.d-flx {
    display: flex;
    align-items: center;
}

.banner_ft>img {
    width: 100%;
}

body {
    background: url(../img/home-3.png)repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    overflow-x: hidden;
}

.d-flx {
    margin-bottom: 20px;
}

@media (max-width:640px) {
    .videoply {
        width: 100%;
        margin: auto;
    }
    .d-flx {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .d-flx h5 {
        margin-top: 20px;
    }
    .rvs {
        flex-direction: column-reverse;
    }
    footer {
        padding-bottom: 66px;
    }
}

@media (max-width:480px) {
    .textcontact {
        display: block;
    }
    .whicnt {
        width: 100%;
        margin-bottom: 20px;
    }
    .ptds {
        margin-top: 20px;
    }
    .navbar-custom .nav.navbar-nav {
        background-color: rgba(255, 255, 255, .4);
    }
    .navbar.navbar-custom.navbar-fixed-top {
        margin-bottom: 30px;
    }
    .page-scroll a {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        font-size: 20px;
    }
}
.spinner {
  border: 4px solid rgba(255, 255, 255, 0.3);
    border-top-width: 4px;
    border-top-style: solid;
    border-top-color: rgba(255, 255, 255, 0.3);
  border-top: 4px solid #ffffff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 100;
  margin-top: 10px;
  margin-right: 10px;
  float: left;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.done span{
  font-size: 15px;
  font-weight: 700;
  color: green;
  font-family: Poppins;
}

.navbar-custom .container{display: flex; justify-content: space-between; align-items: center;}

/*.swiper-container { width: 100%; height: 100%;}*/
/*.swiper-full-mobile { position: relative; margin: 50px auto; padding-bottom: 50px;}*/
/*.swiper-full-mobile::before { content: ""; width: 265px;  background: url(http://md-aqil.github.io/images/Pixel-3-XL.png); background-size: 100%; background-repeat: no-repeat; position: absolute; left: 0; right: 0; top: 0px; height: 565px; z-index: 2; margin: auto;}*/
/*.swiper-full-mobile .swiper-slide { height: 100%;}*/
/*.swiper-full-mobile .swiper-slide img{ width: 100%; height: 530px; object-fit: cover;}*/
/*.swiper-slide.swiper-slide-active img { border-radius: 0px;}*/


.swiper-container { width: 100% !important; height: 100% !important;}
.swiper-full-mobile { position: relative !important; margin: 50px auto !important; padding-bottom: 50px !important;}
.swiper-full-mobile::before{ content: ""; width: 265px !important; background: url(img/gallery/photoshoot/fareb1.jpg);  background-size: 100% !important; background-repeat: no-repeat !important; position: absolute !important; left: 0 !important; right: 0 !important; top: 0px !important; height: 565px !important; z-index: 2 !important; margin: auto !important;}
.swiper-full-mobile .swiper-slide { width:100%; height: 100% !important;}
.swiper-full-mobile .swiper-slide img{height: 390px !important;  object-fit: cover !important;}
.swiper-slide.swiper-slide-active img { border-radius: 0px !important;}



