/* reset css starts here */

*,
::before,
::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    line-height: normal;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    padding: 0;
   
}

html,
body {
    width: 100%;
     
}

body:before,
body:after {
    content: none !important;
}

section {
    clear: both;
}

main {
    display: block
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

a {
    background-color: transparent
}

a:hover,
a:focus {
    text-decoration: none;
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none;
    max-width: 100%;
    vertical-align: top;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: normal;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    outline: none;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: 0.35em 0.75em 0.625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type="checkbox"],
[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}


/*reset css ends here */


/* custom CSS */

body {
    font-family: 'Poppins', sans-serif !important;
     font-weight:400;
    font-size: 16px;
    color: #333;
    background-color: #c8c6c6;
    line-height: 1.2;
}

.d-f {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.a-i-c {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.j-c-s-b {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.j-c-c {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.f-d-c {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.a-i-f-s {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

a {
    display: inline-block;
    color: #666;
    text-decoration: none;
}

a:hover {
    color: #333;
}

.navbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.navbar-brand {
    margin: 15px 0;
    padding: 0;
    padding-top: 30px;
    max-width: 350px;
}

.grid-sizer {
    width: 20%;
}
.grid-item.reel-grid
{
    width:100% !important;
    
}
.grid-item.reel-grid .gallery-item
{
    width:70% !important;
    margin:auto;
    
}
.grid-item {
    width: 20%;
    /*padding: 0 10px 20px 10px;*/
     padding: 0 0px 0px 0px;
}

.gallery-item {
    position: relative;
    /*border-radius: 10px;*/
    overflow: hidden;
    cursor: pointer;
}

.gallery-item img {
    display: block;
}

.gallery {
    padding: 40px 30px;
}

.gallery-overlay {
   background-color: rgb(163 163 163);
    color: #fff;
    font-size: 20px;
    padding: 15px;
    border: solid 1px #c1bbbb;
}

.gallery-item:hover .gallery-overlay {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.gallery-img {
    display: block;
}

.footer-content {
    padding: 40px;
    text-align: center;
}

.footer-content a+a {
    margin-left: 15px;
}
.navbar-nav .nav-link {
    padding: 0!important;
}
header .nav-item + .nav-item {
    margin-left: 3vw;
}
.contact-wrap .col-6 + .col-6 {
    padding-left: 16.666667%;   
}
.contact-right {
    color: #666;
    font-weight: 500;
    padding-top: 15px;
}

.contact-right h5 {
    margin-bottom: 5px;
}

.contact-wrap label {
    color: #666;
    font-weight: 500;
    margin-bottom: 5px;
}

.contact-wrap .form-group {
    margin-bottom: 35px;
}

.contact-wrap input, .contact-wrap textarea {
    border-radius: 0;
    height: 42px;
    background-color: #fafafa;
}

.contact-wrap textarea {
    height: 100px!important;
}

.contact-wrap .btn {
    width: 140px;
    border-radius: 0;
    background-color: #222;
    border-color: #222;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 10px;
}


