/*[font Variables]*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

/***====================================================================
  Global Settings START
====================================================================***/
h1,h2,h3,h4,h5,h6,p,a,li,ol,li,ul,div,form,select,img,figure,default {
    margin: 0px;
    padding: 0px;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}
a.navbar-brand {
    height: auto;
    width: 150px;
}
ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}
a {
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}
a:hover, a:focus {
    text-decoration: none;
    outline: none;
}
* {
    margin: 0px;
    box-sizing: border-box;
}
header,
footer,
section,
address,
aside,
article,
details,
dialog,
menuitem,
textarea {
    display: block;
    box-sizing: border-box;
}

a:focus,
a:active,
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
    outline: 0;
}
select,
select:-moz-focusring,
select::-moz-focus-inner {
    color: transparent !important;
    text-shadow: 0 0 0 #000 !important;
    border: 0;
}
:-moz-submit-invalid {
    box-shadow: none;
}
:-moz-ui-invalid {
    box-shadow: none;
}
select::-ms-expand {
    display: none;
}

/*img{
    max-width: 100%;
}*/
@media (min-width: 1200px){
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1170px;
    }
}
/***..................................................Global Settings END..................................................***/
/*..................................................default-css-Start..................................................*/
p{
    /*font-size: 16px;
    color: #000;
    line-height: 28px;
    font-family: 'Roboto', sans-serif;*/
}
.overlay {
    background:#f90d0d47;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    transition: all 0.5s ease;
}
.loader {
    text-align: center;
    padding-top: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}



/*..................................................default-css-End..................................................*/
/***..................................................Scroll To Top style..................................................***/
#scroll {
    display: none;
    position: fixed;
    z-index: 999;
    right: 12px;
    bottom: 10px;
    padding: 20px 20px;
    color: #fff;
    background: #999;
    cursor: pointer;
    font-size: 22px;
    border-radius: 2px;
    transition: all ease .5s;
}
#scroll span {
    position: absolute;
    top: 50%;
    left: 44%;
    margin-left: -8px;
    margin-top: -17px;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
}
#scroll:hover {
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}
/*** ..................................................End Scroll To Top style..................................................***/


/* Main title css..................................................*/
.page-heading {
    width: 100%;
    float: left;
    padding-bottom: 60px;
    text-align: center;
    color: #fff;
}
.page-heading h2 {
    display: inline-block;
    padding-bottom: 25px;
    font-size: 54px;
    color: #0e1d44;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Lora', serif;
    line-height: 45px;
    position: relative;
}
.common-btn {
    display: inline-block;
    background: #303030;
    padding: 8px 24px;
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    border-radius: 0px;
    border: solid 2px #000000;
    outline: none;
}
.header-gap {
    padding-top: 45px;
}
/*-------------------------------------Header-Start-------------------------------------*/
.header-part {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
    background:#fffdfd85;
    /*background: #0000000d;*/
    /*background: #f8f9fa;*/
    z-index: 99;
    /*opacity: 0.6;*/
}
.header-part.scroll-header {
    /* height: 55px; */
    background: #ebebeb;
    -webkit-box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
    -moz-box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
    box-shadow: 0px -2px 6px 1px rgb(0 0 0 / 45%);
    transition: all 0.3s ease-in-out;
}
.navbar, .navbar-brand {
    padding: 0px;
}
.logo-panel {
    padding-top: 10px;
}
 .logo-panel img {
    max-width: inherit;
 }
 .header-nav {
    margin-top: 0px !important;
}
 .header-nav ul {
    /* background: #656364; */
    padding: 15px 30px 12px 30px;
    /* border: solid 1px #c0bfbe; */
    border-top: none;
    clip-path: polygon(5% 100%, 0% 0%, 100% 0%, 95% 100%);
}
 .header-nav ul li{
    padding: 0px 20px;
    border-right: solid 1px #d8d8d8;
    line-height: 18px;
    position: relative;
}
.header-nav ul li:last-child {
    border: none;
}
 .header-nav ul li::after {
    content: "";
    position: absolute;
    right: -2px;
    height: 100%;
    width: 1px;
    background: #a5a3a3;
}
.header-nav ul li:last-child::after {
   display: none;
}
.header-nav ul li a{
    color: #090909;
    /*color: #b1a517;*/
    font-size: 15px;
}
.header-seracrh {
    width: 26px;
    font-size: 20px;
    cursor: pointer;
}
.top-search {
    display: none;
    background-color: #979797;
    position: absolute;
    right: -7px;
    width: 250px;
    top: 49.5%;
    z-index: 9;
    transform: translateY(-50%);
    border-radius: 100px;
}
.top-search .input-group-addon {
    background-color: transparent;
    border: none;
    color: #fff;
    padding-left: 0;
    padding-right: 0;
}
.top-search .input-group {
    width: 100%;
    padding: 0 24px;
    align-items: center;
}
.top-search input.form-control {
    background-color: transparent;
    border: none;
    -moz-box-shadow: 0px 0px 0px;
    -webkit-box-shadow: 0px 0px 0px;
    -o-box-shadow: 0px 0px 0px;
    box-shadow: 0px 0px 0px;
    color: #fff;
    height: 38px;
    padding: 0 15px;
}
.top-search input.form-control.placeholder {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.top-search input.form-control:-moz-placeholder {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.top-search input.form-control::-moz-placeholder {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.top-search input.form-control::-webkit-input-placeholder {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}
.cattoggle-btn {
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
/*-------------------------------------Header-End-------------------------------------*/

/***-------------------------------------Main Slider style-------------------------------------***/

.trailer-popup .modal-dialog {
    max-width: 60vw;
    margin: 0rem auto;
    overflow: hidden;
    overflow-y: auto;
}

.trailer-popup .modal-content {
    height: calc(100vh - 80px);
    /*margin-top: 80px;*/
    margin-top: 60px;
    overflow: hidden;
    overflow-y: auto;
}
.trailer-popup .modal-header {
    padding:30px 10px 5px 60px;
    border-radius: 0px;
    border-bottom: 1px solid #424343;
}
.trailer-popup .modal-body {
    padding: 15px 60px 60px 60px;
}
/* .movitrailer-media {
    max-height: 400px;
} */
.slide img {
   width: 100%;
    min-width: 100%;
}
.trailer-popup .modal-content {
    background-color: #000000c2;
    margin-top: 20px;
    border: none;
    border-radius: 0rem;
}
.trailer-popup .modal-header h5 {
    display: flex;
    flex-grow: 1;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    padding: 0px 20px 0px 0px;
    color: #fff;
}
.movi-name {
    /*max-width: 50%;*/
    /*font-size: 32px;*/
    font-size: 20px;
}
.movi-directed {
    max-width: 50%;
    font-size: 16px;
}
.trailer-popup .movitrailer-text p {
    padding: 8px 0px;
    font-size: 15px;
    color: #fff;
    line-height: 24px;
}
.movirelease-status ul li {
    color: #fff;
}
.trailer-popup .close {
    position: absolute;
    top: 0px;
    left: 0px;
    font-size: 75px;
    padding: 2px 10px 2px 10px;
    font-weight: 200;
    margin-top: -20px;
    line-height: 1;
    color: #7f7f80;
    text-shadow: none;
    opacity: 1;
    outline: none !important;
}
.movitrailer-rqstnfo {
    display: inline-block;
}
.movitrailer-btn {
    background-color: #000000;
    padding: 4px 10px;
    font-size: 20px;
    color: #fff;
    font-weight: 300;
    border: solid 3px #dfdddb;
    border-radius: 10px;
    outline: none !important;
    text-align: center;
}
.movitrailer-btn a {
    color: #fff;
}
.movitrailer-btn span {
    display: inline-block;
    padding-right: 15px;
    vertical-align: middle;
}
.movitrailer-btn i {
    max-width: 20px;
    display: inline-block;
}
.rqst-info {
    float: right;
    padding-top: 10px;
    font-size: 19px;
    color: #74CAC3;
    text-align: left;
    text-transform: capitalize;
}
.rqst-info a {
    color: #74CAC3;
}
/*..................................................End Slder..................................................*/

/*..................................................service-page-Start..................................................*/
.service-page {
    min-height: 100vh;
    padding-top: 60px;
    /* background-color: #f1f5fb; */
    background-color: #f1f5fbab;
}
/*..................................................service-page-End..................................................*/

/*..................................................contact-page-Start..................................................*/
.contact-page {
    min-height: 100vh;
    padding-top: 60px;
    background-color: #f9fafb;
}
.getintouch-panel {
    padding-bottom: 20px;
}
.getintouch-panel h1 {
    font-size: 32px;
    color: #414141;
    font-weight: bold;
}
.getintouch-panel p {
    padding: 5px 0px 10px 0px;
    font-size: 16px;
    color: #606060;
    line-height: 28px;
    font-weight: 400;
}
.contactform-grid {
    width: 100%;
    float: left;
    padding-top: 30px;
    padding-left: 40px;
}
.contactus-form .form-group {
    position: relative;
    margin-bottom: 35px;
}
.contactus-form .form-group .input-group {
    position: static;
}
.contactus-form .form-group input {
    background: #f9fafb;
    border: 2px solid #070707;
    /*height: 70px;
    padding: 0px 24px;*/
    height: 50px;
    padding: 0px 15px;
    outline: none;
    border-radius: 0px;
    font-size: 15px;
    color: #123e6c
}
.contactus-form .form-group input.placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group input:-moz-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group input::-moz-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group input::-webkit-input-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group input:focus {
    border-color: #dedede;
}
.contactus-form .form-group textarea {
    background: #f3f4f5;
    border: 2px solid #070707;
    height:170px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 20px 24px;
    outline: none;
    font-size: 17px;
    color: #797979;
    border-radius: 0px;
    letter-spacing: .51px;
    resize: none;
}
.contactus-form .form-group textarea.placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group textarea:-moz-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group textarea::-moz-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group textarea::-webkit-input-placeholder {
    font-size: 17px;
    color: #616161;
    font-weight: 400;
}
.contactus-form .form-group textarea:focus {
    border-color: #dedbdb;
}
.contactus-details {
    width: 100%;
    float: left;
    padding-right: 20px;
}
.contact-info {
    border: 1px solid #e1dfdf;
    padding: 10px 15px;
    margin-bottom: 30px;
}
.contact-info .media .media-left {
    padding-right: 20px;
    vertical-align: middle;
}
.contact-info .media .media-left i {
    height: 60px;
    width: 60px;
    border: 1px solid #85c785;
    background-color: #249636;
    border: 1px solid #01859d;
    background-color: #08a1bd;
    border-radius: 50%;
    color: #FFF;
    text-align: center;
    line-height: 60px;
    font-size: 25px;
}
.contact-info .media .media-body {
    vertical-align: middle;
}
.contact-info .media .media-body p {
    max-width: 280px;
    font-size: 14px;
    color: #6e6b6b;
    font-weight: 400;
    line-height: 25px;
}
.contact-info .media .media-body a {
    display: block;
    font-size: 14px;
    color: #6e6b6b;
    font-weight: 400;
    line-height: 25px;
}

/*..................................................contact-page-End..................................................*/


/*..................................................collection-page-End..................................................*/
.collection-page {
    min-height: 100vh;
    overflow: hidden;
}
.collection-main {
    width: 100%;
    float: left;
}
.collection-section {
    width: 100%;
    float: left;
    position: relative;
}

/*------------------------------------------------roject-gallery-Start------------------------------------------------*/
.collection-section .single-item  {
    width: 100%;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.grid .grid-item:hover .single-item{
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.collection-section .single-item .img-box {
    position: relative;
}
.collection-section .grid-item .overlay {
    background: #f9191929;
    top:0px;
    left:0px;
    bottom:0px;
    right:0px;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    cursor: pointer;
}
.collection-section .grid-item .overlay .inner {
    display: table;
    width: 100%;
    height: 100%;
    position: relative;
}
.collection-section .grid-item .overlay .social {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    text-align: center;
}
.collection-section .grid-item .overlay .social i {
    width: 40px;
    height: 40px;
    line-height: 35px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
    padding-left: 2px;
    border: solid 3px #fff;
}
.collection-section .grid-item .overlay {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    visibility: visible;
}
.collection-section .single-item .img-box .overlay {
    background: #f9191915;
}
.grid {
	list-style: none;
	padding: 0;
}

.grid .grid-item {
	display: block;
	float: left;
	width: 20%;
   overflow: hidden;
}

.grid .grid-item.shown,
.no-js .grid .grid-item,
.no-cssanimations .grid .grid-item {
	opacity: 1;
}
.grid .grid-item a {
    display: block;
}
.grid .grid-item a,
.grid .grid-item img {
	outline: none;
	max-width: initial;
    width: 100%;
    cursor: pointer;
}
.grid .grid-item img {
    width: 100%;
}
.aftermovi-img {
    display: none;
}
.collection-section .single-item .img-box:hover .aftermovi-img{
    display:inline-block;
}
.collection-section .single-item .img-box:hover .beforemovi-img{
    display:none;
}
/* Effect 1: opacity */
.grid.effect-1 .grid-item.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

/*@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}*/

/* Effect 2: Move Up */
.grid.effect-2 .grid-item.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

/*@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}*/

/* Effect 3: Scale up */
.grid.effect-3 .grid-item.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-4 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-5 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-6 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-7 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid.effect-8 .grid-item.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 992px) {
	.grid .grid-item {
		width: 33.333%;
	}
}

.ajax-load.text-center {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 0px 70px 0px;
    text-align: center;
    background: #fff;
}
/* @media screen and (max-width: 400px) {
	.grid .grid-item {
		width: 100%;
	}
} */
/*------------------------------------------------roject-gallery-End------------------------------------------------*/

/*------------------------------------------------new-gallery-Sectiion------------------------------------------------*/
.galleryimg_group {
    display: inline-block;
}

.galleryimg_group img {
    max-width: 100%;
}
.galleryimg_group {
    width: 100%;
    cursor: pointer;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    transform-origin: bottom;
}
.galleryimg_group:hover {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.galleryimg_group:hover .beforemovi-img{
   display: none;
}
.galleryimg_group:hover .aftermovi-img{
   display: inline-block;
   width: 100%;
}

/*------------------------------------------------new-gallery-End------------------------------------------------*/


/* ...........................................Filter-css-Start...........................................*/
.filter-gallery {
    position: fixed;
    /* background: #edededb0; */
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}

.filter-gallery .nav {
    background: #f7f7f7db;
    padding: 10px 40px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 3px 2px 26px #00000096;
}
.filter-gallery .nav li {
    padding:0px 65px;
    /*padding:0px 40px;*/
    font-size: 20px;
    cursor: pointer
}
.filter-gallery .nav li i {
    padding-left: 4px;
    font-size: 16px;
}
.filterlist-grid {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    padding:12px 15px;
    background: #454344;
}
.filter-list {
    display: flex;
    flex-wrap: wrap
}
.filter-group {
    flex: 50%;
    color: #fff;
    font-size: 15px;
    text-align: left;
    text-transform: capitalize;
}
.filter-group .form-group {
    margin: 10px 0;
}
.filter-group .form-check {
    padding-left: 0.25rem;
}
.common-checkbox .custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #fff;
    background-color: #fff;
}

.common-checkbox .custom-control-input {
    width: 2rem;
    height: 1.4rem;
}
.common-checkbox .custom-control-label {
    padding-left: 20px;
    cursor: pointer;
}
.common-checkbox .custom-control-label::before {
    width: 1.6rem;
    height: 1.4rem;
    top: 0.1rem;
    border-radius: 2px;
    background-color: #454344;
    border: #454344 solid 1px;
   
}
.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.common-checkbox .custom-control-label::after {
    width: 1.6rem;
    height: 1.4rem;
    top: 0.1rem;
    border-radius: 2px;
    border: #e4e2e2 solid 1px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 7'%3E%3Cpath fill='rgb(251 3 46)' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.common-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: inherit !important;
}
/* ...........................................Filter-css-End...........................................*/



/*..................................................collection-page-End..................................................*/




/*..................................................Footer-Start..................................................*/

.footer-section {
    width: 100%;
    float: left;
    padding: 10px 15px;
    background: #d8cebd;
}
.footLink_list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.footLink_list li {
    padding: 20px 10px;
    font-size: 20px;
    color: #000;
    font-weight: 400;
}
.footLink_list a:last-child {
    border-right: none;
}
.footLink_list a {
    font-size: 14px;
    padding: 0 10px;
    border-right: 1px solid #3F3F3F;
    display: inline-block;
    font-size: 16px;
    color: #fff;
    line-height: 1.1em;
    transition: .5s;
}
/* ..................................................Footer-End..................................................*/

@media screen and (max-width: 992px) {
    .header-part {
        padding: 0px;
    }
    a.navbar-brand {
        width: 100px;
        top: 0px;
    }
    .header-part.scroll-header {
        height: 44px;
    }
    a.navbar-brand img {
        max-width: 100px;
    }
    .navbar-toggler {
        padding: 0px;
        -webkit-order: 1;
        order: 1;
    }
    .navbar-toggler-icon {
        height: auto;
        color: #fff;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
    }
    .banner-slider .carousel-captions {
        position: absolute;
        top: 15%;
    }
    .navbar-collapse {
        position: absolute;
        top: 44px;
        left: 0px;
        right: 0;
        width: 100%;
    }
    .navbar {
        padding: 7px !important;
        margin-right: -15px;
        margin-left: -15px;
        background: #0808083d;
    }
    .header-seracrh {
        width: 25px;
        padding-top: 0px;
        top: 0px;
    }
    .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .header-nav {
        width: 100%;
        min-height: 100vh;
        background: #656364;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .header-nav ul {
        display: block;
        text-align: center;
        margin: auto;
    }
    .header-nav ul li {
        padding: 10px 20px;
        border-right: none;
    }
    .header-nav ul li::after {
        display: none;
    }
    .header-nav ul li a{
        color: #ffffff;
        border-bottom: solid 1px #ffffff;
    }
/* ......................992px-banner-slider-start...................... */
.modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
}
    .homebanner-text {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 70px;
    }
    .trailer-popup .modal-content {
        /*margin-top: 95px;*/
        margin-top: 80px;
    }
/* ......................992px-banner-slider-End...................... */  

 /*....................992px-banner-popup-start....................*/  
 .trailer-popup .modal-dialog {
    max-width: 80vw;
}
 /*....................992px-banner-popup-End....................*/  
}

@media screen and (max-width: 767px) {
    /*....................767px-banner-popup-start....................*/
    .trailer-popup .modal-header {
        padding: 10px 10px 5px 50px;
    }
    .trailer-popup .close {
        font-weight: 200;
    }
    .movi-name {
        max-width: 65%;
        font-size: 21px;
    }
    .movi-directed {
        max-width: 45%;
        font-size: 14px;
    }
    .trailer-popup .modal-dialog {
        max-width: 100vw;
    }
    .trailer-popup .modal-body {
        padding: 15px 15px 30px 15px;
        text-align: center;
    }
    .rqst-info {
        text-align: center;
    }
   /*....................767px-banner-popup-End....................*/
   
   /*....................767px-collection-pagep-Start....................*/
   .grid .grid-item {
        width:50%;
    }
   .filter-grid {
       width: 100%;
   }
    .filter-gallery .nav {
        padding: 10px 15px;
    }
    .filter-gallery .nav li {
        padding: 0px 25px;
    }
    .common-checkbox .custom-control-label {
        padding-left: 10px;
        font-size: 15px;
    }

    }
   /*....................767px-collection-pagep-End....................*/

@media screen and (max-width: 480px) {
    /*....................480px-header-part-start....................*/ 
    .top-search {
        right: 10px;
        width: 190px;
    } 
     /*....................480px-header-part-End....................*/ 
    /*....................480px-banner-popup-start....................*/  
    .trailer-popup .modal-header h5 {
        display: block;
        padding: 0px 15px 0px 0px;
        text-align: center;
    }
    .movi-name, .movi-directed {
        display: block;
        max-width: 100%;
        margin: 0px !important;
    }
    .header-gap {
        padding-top: 44px;
    }
 /*....................480px-banner-popup-End....................*/  

/*....................7480px-collection-pagep-Start....................*/
    .filter-gallery .nav {
        padding: 5px 10px;
        box-shadow: none;
    }
    .filter-gallery {
        background: #f7f7f7db;
    }
    .filter-gallery .nav li {
        padding: 0px 20px;
        font-size: 18px;
    }
    .common-checkbox .custom-control-label {
        padding-left: 5px;
        font-size: 14px;
    }
    filter-gallery .nav li i {
        font-size: 14px;
    }
    .filterlist-grid  {
        padding: 5px;
    }
    .common-checkbox .custom-control-input {
        width: 1.4rem;
    }
    .common-checkbox .custom-control-label::before, .common-checkbox .custom-control-label::after {
        width: 1.4rem;
        height: 1.2rem;
    }
  /*....................7480px-collection-pagep-End....................*/
}