html
{
    scroll-behavior: smooth !important;
}
body
{
    line-height: 24px;
    font-weight: 300 !important;
    width: 100% !important;
    overflow-x: hidden;
    overflow-y: visible !important;

}
#main 
{
    width: 100%;
    left: 0;
}
#image {
    width: 100%;
    height: 100vh;
    transform: scale(1,1);
    overflow: auto;
    scroll-behavior: smooth ;
    display: block;
    top: 0;
    left: 0;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url('../Collage.jpg'), linear-gradient( rgb(0, 0, 0), rgba(0, 0, 0, 0.315));
    z-index: 0;
    }
.on-top
{
    z-index: 100 !important;
}
.stick-top-visible
{
    display: none;
    width: 100%;
    height: 5vh;
    background-color: #000000 !important;
    z-index: 111;
    position: absolute;
}
.header
{
    background-image: linear-gradient(top, black, black);
}
.full-width
{
    width: 100% !important;
}
.red
{
    color: #c52228 !important;
}
.bg-white
{
    background-color: white !important;
}

.left
{
    text-align: left !important;
}
.img-parallax
{
    height: 100vh;
    display: block;
    max-height: 100vh;
}
nav ul li .fa::before
{
  color: black !important;
}
.img-responsive
  {
    object-position: 50% 50%;
    width: 100%;
    object-fit: cover;
  }
  .pc-hide
  {
      display: none;
  }
.img-responsive-full
{
  object-position: 50% 50%;
  height: 50vh;
  width: 100%;
  object-fit: cover;
}
  .img-responsive-header
  {
    width: 100%;
    height: 99.9vh;
    object-fit: cover;
  }
  .content .content-overlay-header {
    background-image: linear-gradient(top, rgb(0, 0, 0), black);
    height: 100vh;
    width: 100%;
    opacity: 1;
}
.lb-data .lb-caption
{
    color: whitesmoke !important;
    font-size: 30px !important;
    font-weight: 300 !important;
}
.lb-number
{
    color: whitesmoke !important;
}
.loader {
	position:fixed;
	width:100%;
    height: 100vh;
	z-index:170;
	font-size:34px;
	opacity:1;
    background-color: rgb(0, 0, 0);

}
@keyframes blink
{
	0%
	{
        opacity: 0;
	}
	80%
	{
		opacity: 1;
	}
    100%
    {
        opacity: 0;
    }
}
.logo-img
{
    height: 40vh !important;
    width: auto;
}
.zero-padding
{
    padding: 0px !important;
}
.about-heading
{
    font-size: 50px;
    font-family: ArticulatCF-Light;
    font-weight: 300 !important;
}
form, .form-control, input
{
    background-color: #f0f8ff00 !important;
}
h1, h2, h3, h4, h5
{
    color: #fff;
    font-weight: 300 !important;
}
.fa {
    width:23px;
    height:23px;
    padding: 4px;
    text-align:center;
    font-size: 19px !important;
    text-align: center;
    text-decoration: none;
    margin:auto 0px;
    border-radius:50%;
    color: black !important;
    display: inline-block !important;
}
.fa:hover {
    opacity: 0.7;
    text-decoration: none !important;
}
.black
{
    background-color: black;
}
.internal-logo
{
    height: 100% !important;
    padding: 1% 12%;
}
.portfolio-img
{
    width: 100%;

}
h1
{
    font-weight: 800;
}
.h-10
{
    height: 14vh !important;
}
#open
{
    font-size: 80px; 
    text-align: right;
    cursor:pointer;
    color: white !important;
    margin-top: -100px;
     -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}
.openstyle
{
    font-size: 90px;
    cursor:pointer;
    color: white !important;
     -webkit-transform:scale(2,1); /* Safari and Chrome */
    -moz-transform:scale(2,1); /* Firefox */
    -ms-transform:scale(2,1); /* IE 9 */
    -o-transform:scale(2,1); /* Opera */
    transform:scale(2,1); /* W3C */
}
a li 
{
    color: #fff;
    font-weight: 400 !important;
}

.navbar-nav
{
    width: 100% !important;
    height: 100%;
    display: block !important;
    margin: auto 0 !important;

}
.navbar-nav>.icon>.fa
{
    font-size: 26px !important;
    padding-right: 4% !important;
}
nav ul li
{
    padding: 1% 6%;
    font-weight: 400 !important;
}
#navbar
{
    background-color: transparent;
    position: absolute;
    padding: 50px 60px;
    width: 100%;
}
.navbar
{
    z-index: 100;
}
.sidenav {
    height: 100%; /* 100% Full-height */
    width: 100%; /* 0 width - change this with JavaScript */
    position: fixed; /* Stay in place */
    z-index: 1; /* Stay on top */
    top: 0; /* Stay at the top */
    right: 0;
    background-color: rgba(255, 255, 255, 0.952); /* Black*/
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top:auto !important; /* Place content 60px from the top */
    transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
    visibility: hidden;
    transition-timing-function: ease-in !important; 
  }
  
  /* The navigation menu links */
  .sidenav a {
    padding: 0 !important;
    text-decoration: none;
    color: #111111;
    display: block;
    transition: 0.3s;
    text-transform: none;
    font-size: 40px;
    font-weight: 300;
    text-align: left;
  }
  .sidenav a:active {
    color: #353535 !important;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidenav a:hover {
    color: #5a6c81;
    text-transform: none !important;
  }
  .sidenav .nav-logo {
    box-shadow: none !important;
    height: 170px;
    padding: 4% 0% 0% 0%;
}
  
  /* Position and style the close button (top right corner) */
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 53px;
    font-size: 60px;
    text-decoration: none;
  }
  .bg-service
  {
    background-image:
    linear-gradient(45deg, rgba(7, 7, 7, 0.815), rgba(255, 253, 253, 0)),  url("../img/portfolio/01.jpg");
    background-size: cover;
    background-position: 40%;
    background-repeat: no-repeat;
    height: 50vh;
    width: 100%;
    color: white;
  }
  .visual
  {
      padding: 5% 9% !important;
  }
  .square-img
  {
      height: 70vh;
      width: 100%;
      object-position: 50% 50%;
      object-fit: cover;
      box-shadow: 10px 17px 29px -20px black;
      margin-left: -150px;
  }
  .square-img-2
  {
      height: 70vh;
      width: 100%;
      object-position: 50% 50%;
      object-fit: cover;
      box-shadow: 10px 17px 29px -20px black;
      margin-right: -150px;
  }
  .border-right-curve
  {
      border-top-right-radius: 10px solid white ;
      border-bottom-right-radius: 10px solid white ;
  }
  .bg-5
  {
      background-color: rgba(255, 255, 255, 0.664);
      box-shadow: 0px 0px 29px -10px rgb(177, 177, 177);
      z-index: 10;
  }
  iframe
  {
      border-radius:6px !important ;
      box-shadow: 0px 35px 25px -30px black;
  }
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  
  /* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
  }
.header-logo
{
    height: 100px;
    background-image: linear-gradient( rgb(0, 0, 0), rgba(0, 0, 0, 0.315));
}

.flex-center{
    display:-webkit-box;
    display:-webkit-flex;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
    -webkit-justify-content:center;
    -ms-flex-pack:center;
    justify-content:center;
    -webkit-box-align:center;
    -webkit-align-items:center;
    -ms-flex-align:center;
    align-items:center;
    height:100%
}

.carousel-item 
{
		display: block;
		opacity: 1 !important;
    
}
.carousel-caption
{
    text-align: left !important;
    bottom: 0px !important;
    left: 0px !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.795), rgba(0, 0, 0, 0));
    padding: 4% 8% !important;
    right: 0px !important;
}
.slider-heading>a
{
    text-align: left;
    font-size:60px; 
    font-weight: 200 !important;
    color: #f8f9fa;
    text-transform: none;
    text-decoration: none !important;
}
.slider-heading>a:hover
{
    text-decoration: none !important;
    text-transform: none;
    color: #f8f9fa;
}
.bg-img
{
    background:linear-gradient(to top, rgba(0, 0, 0, 0.568), rgba(0, 0, 0, 0.568)) , url('../img/2.jpg') center !important;
    background-size: cover;
    background-position:center ;
    height: 500px;
    width: 100%;
}
html, 
body,
header,
.carousel,
.carousel-inner,
.carousel-item {
  width: 100%;
  height: 100vh;
}
.img-fluid
{
    height: 100vh !important;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.carousel {
  position: absolute;
  top: 0;
  left: 0;

}
.paragraph
{
    font-size: 20px !important;
}

.paragraph a
{
    color: rgb(0, 0, 0);
    font-weight: 500;
}
.paragraph a:hover
{
    color: rgb(153, 138, 138);
    text-decoration: none;
}

.about-us
{
    text-align: center;
}
.about-us-img
{
    width: 80%;
    height: 580px;
}
.about-img
{ 
    box-shadow: none;
    width: 100%;
    margin: 0px 0px 0px 0px !important;
}
#about
{
    padding: 10% 0px;
}
#hr{
    height: 2px;
    background-color: #e22028;
}
.contact-bg
{
    background:linear-gradient(to top, rgba(0, 0, 0, 0.700) , rgba(0, 0, 0, 0.700)), url("../img/map.JPG") !important;
    background-size: cover;
    background-position:center;
}
a .card
{
    box-shadow: 0px 6px 20px -12px black;
    border: none;
}
a .card:hover
{
    transform: scale(1.006, 1.006);
    box-shadow: 0px 20px 30px -15px black;
    border: none;
}

.top {
    padding-top: 100px;
    padding-bottom: 100px
}

.form-bg {
    background: rgba(68, 68, 65, 0.77);
    padding: 20px
}

.form {
    background-color:none !important;
    padding: 20px;
    font-family: 'Barlow', sans-serif;
    border-radius: 6px;
}

.form-group {
    margin-bottom: 20px
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.form-control {
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    border-bottom: 1px solid #61615e;
    background: transparent;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s
}

button.btn {
    display: block;
    padding: 11px 32px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin: 30px 0px;
    color: #fff;
    background-color: black;
    border: none;
    border-radius: 0px;
}
button.btn:hover
{
    background-color:white;
    color: black;
}
.footer
{
    padding: 60px 10% 2%;
    background-color: #e7e7e7;
}
.footer>p ,span, ul, li
{
    color: black !important;
    font-weight: 300;
}
.email-text
{
    text-transform: lowercase !important; 
    font-size: 28px;
}
.footer> h1, h2, h3, h4
{
    font-weight: 500 !important;
}
.align-modify
{
    text-align: center !important;
}

@media only screen and (max-width: 500px)
{
    #navbar
    {
        position: absolute;
        padding: 50px 20px;
    }
    .email-text
    {
        text-transform: lowercase !important; 
        font-size: 22px;
    }
}

@media only screen and (max-width: 700px)
{
    #open
{
    font-size: 90px; 
    text-align: right;
    cursor:pointer;
    color: white !important;
    margin-top: -100px;
     -webkit-transform:scale(1.3,1); /* Safari and Chrome */
    -moz-transform:scale(1.3,1); /* Firefox */
    -ms-transform:scale(1.3,1); /* IE 9 */
    -o-transform:scale(1.3,1); /* Opera */
    transform:scale(1.3,1); /* W3C */
}
.openstyle
{
    font-size: 90px;
    cursor:pointer;
    color: white !important;
     -webkit-transform:scale(1.3,1); /* Safari and Chrome */
    -moz-transform:scale(1.3,1); /* Firefox */
    -ms-transform:scale(1.3,1); /* IE 9 */
    -o-transform:scale(1.3,1); /* Opera */
    transform:scale(1.3,1); /* W3C */
}
.center
{
    text-align: center !important;
}
.fa {
    width:30px;
    height:30px;
    padding: 5px;
    text-align:center;
    font-size: 20px !important;
    text-align: center;
    text-decoration: none;
    margin:auto 0px;
    border-radius:10%;
}
#navbar
{
    position: absolute;
    padding: 14px 40px !important;
    background-image: linear-gradient(to top, black, rgb(0, 0, 0));
}
.header-logo
{
    display: none;
}
.sidenav a
{
    font-size: 35px;
}
.about-us-img
{
    width: 100%;
    height: 400px;
}
#portfolio .row .col-md-6
{
    padding: 0px 0px !important;
} 
.slider-img
{
    height: 40vh !important;
}
.pm-0
{
    padding: 0px !important;
}
.mobi-hide
{
    display: none;
}
.pc-hide
{
      display: contents !important;
}
.video-full {
    object-position: 64% 50% !important;
}
.content-details h2, .content-details h3, .content-details h4 {
    font-size: 26px !important;
}
.content-details > .content-detail {
    font-size: 16px;
    padding: 0px !important;
}

}
@media only screen and (max-width:1090px)
{
    .box { margin: 0 0 30px; }
    #navbar
    {
        position: absolute;
        padding: 50px 60px;
    }

}

@media only screen and (min-width: 1480px) {
    .nav-logo
    {
        height: 300px !important;  
    }

    .sidenav a {
    font-size: 55px;
    }
    .sidenav .closebtn {
    font-size: 80px;
    }
    #open
    {
        font-size: 90px; 
        text-align: right;
        cursor:pointer;
        color: white !important;
        margin-top: -100px;
        -webkit-transform:scale(2,1); /* Safari and Chrome */
        -moz-transform:scale(2,1); /* Firefox */
        -ms-transform:scale(2,1); /* IE 9 */
        -o-transform:scale(2,1); /* Opera */
        transform:scale(2,1); /* W3C */
    }

}


.btn:focus, .btn:active, button:focus, button:active {
    outline: none !important;
    box-shadow: none !important;
  }
  
  #image-gallery .modal-footer{
    display: block;
  }
  
  .thumb{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .map img
  {
      z-index: 1;
      position: relative;
  }

  .txt1 a
  {
    color: #f8f9fa;
  }
  .services
  {
      background-color: #e9e9e9b9;
  }
  /*
  .services
  {
      background: linear-gradient(rgba(0, 0, 0, 0.514), rgba(0, 0, 0, 0.514)), 
      url('07.png') right bottom no-repeat;
      background-size: 70% 70%;
  }
  */
  .service a h3, .service a span
  {
      text-decoration: none;
      color: rgb(49, 49, 49);
  }
  .service a:hover 
  {
      text-decoration: underline;
      color: rgb(49, 49, 49);
  }
  .services-link
  {
    display: block;
    padding: 11px 32px;
    width: 180px;
    text-align: center;
    border-radius: 3px;
    margin: 30px 0px;
    text-decoration: none;
    background-color: #8d3c3c;
    color: #fff;
    border: 1px solid white;
  }
  .services-link:hover
    {
        background-color:white;
        color: #4d2b2b;
        border: 1px solid #8d3c3c;
        text-decoration: none;
    }

    .title {
        color: #1a1a1a;
        text-align: center;
        margin-bottom: 10px
    }
    
    .content {
        position: relative;
        width:100%;
        margin: auto;
        overflow: hidden
    }
    
    .content .content-overlay {
        background: rgba(255, 255, 255, 0.719);
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        opacity: 0;
        -webkit-transition: all 0.4s ease-in-out 0s;
        -moz-transition: all 0.4s ease-in-out 0s;
        transition: all 0.4s ease-in-out 0s
    }
    
    .content:hover .content-overlay {
        opacity: 1
    }
    
    .content-image {
        width: 100%;
        height: 38vh;
        object-position: 50% 50%;
        object-fit: cover;
    }
    
    img {
        box-shadow: 1px 1px 5px 1px rgba(0, 0, 0, 0.1);
    }
    
    .content-details {
        position: absolute;
        text-align: center;
        padding-left: 1em;
        padding-right: 1em;
        width: 100%;
        top: 50%;
        left: 50%;
        opacity: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        -webkit-transition: all 0.3s ease-in-out 0s;
        -moz-transition: all 0.3s ease-in-out 0s;
        transition: all 0.3s ease-in-out 0s
    }
    .content-title a{
        text-decoration: none;
        color: black;
    }
    
    .content-title a:hover{
        color: black;
        text-decoration: none; 
    }
    .content:hover .content-details {
        top: 50%;
        left: 50%;
        opacity: 1
    }
    
    .content-details h2 {
        font-weight: 350 !important;
        font-size: 38px !important;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: black;
        font-family: "ArticulatCF-Light";
    }
    .content-details h3 {
        font-weight: 350 !important;
        font-size: 32px ;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: black;
        font-family: "ArticulatCF-Light";
    }
    .content-details h4 {
        font-weight: 350 !important;
        font-size: 26px !important;
        letter-spacing: 0.05em;
        text-transform: capitalize;
        color: black;
        font-family: "ArticulatCF-Light";
    }
    .content-details > .content-detail {
        color: black !important;
        font-size: 16px
    }
    
    
    .fadeIn-bottom {
        top: 80%
    }
    .box{
        color: #fff;
        background: #2b3c4e;
        font-family: 'Ubuntu', sans-serif;
        overflow: hidden;
        position: relative;
        transition: all 0.3s ease-in-out;
    }
    .box:hover{ box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }
    .box img{
        width: 100%;
        height: auto;
        transition: all 0.3s ease;
    }
    .box:hover img{
        opacity: 0.6;
        filter: grayscale(100%);
    }
    .box .box-content{
        color: #fff !important;
        text-align: right !important;
        width: 100%;
        padding: 15px 15px 15px 60px;
        transform: translateY(-50%) scaleY(0);
        position: absolute;
        top: 50%;
        right: 0 !important;
        transition: all 0.3s ease-in-out;
    }
    .box:hover .box-content{ transform: translateY(-50%) scaleY(1); }
    .box .title{
        font-size: 20px;
        font-weight: 800;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin: 0 0 4px; 
        color: white !important;
        text-align: left !important;
    }
    .box .post{
        font-size: 15px;
        text-align: left !important;
        text-transform: capitalize;
        margin: 0 0 5px;
        display: block;
    }
    .box .icon{
        padding: 0;
        margin: 0;
        list-style: none;
        transform: translate(-100%, -50%);
        position: absolute;
        top: 50%;
        left: 0;
        transition: all 0.3s ease-in-out;
    }
    .box:hover .icon{ transform: translate(0, -50%); }
    .box .icon li a{
        color: #222f3d;
        padding-right: 10%;
        background: #fff;
        font-size: 20px;
        text-align:center;
        line-height: 40px;
        height: 40px;
        width: 40px;
        display: block;
        transition: all 0.3s ease;
    }
    .box .icon li  a:hover{ box-shadow: 0 0 5px #222f3d inset; }
    
    .form-control
    {
        border: none !important;
        border-bottom: 0.5px solid rgb(88, 88, 88) !important;
        border-radius: 0px !important;
    }
    .list-unstyled a
    {
        font-size: 21px;
        
    }
    .list-unstyled a:hover
    {
        text-decoration: none;
    }
.lightbox .lb-image {
    display: block;
    height: auto;
    max-width: inherit;
    max-height: none;
    border-radius:0px !important;
    border:0px !important;
}
.lb-nav a.lb-prev {
    width: 10% !important;
    background-size: 30px !important;
}
.lb-nav a.lb-next {
    width: 10% !important;
    background-size: 30px !important;
}
.lb-dataContainer {
    display: none !important;
}