html, body{
    overflow: hidden;
}
body {
    padding: 0;
    margin: 0;
	  font-size: 16px;
    background: #FFF;
	font-weight:300;
   font-family: "Montserrat", Arial, sans-serif;
}
 
body a,
body button,
.btn {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body button:hover,
.btn:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    color: #fff;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
	
    font-family: "Montserrat", Arial, sans-serif;
}

p {
    margin: 0;
    padding: 0;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 1.4;
	text-align: justify;
    color: #c8c8c8;
	font-weight:300;
     font-family: "Montserrat", Arial, sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.let {
    letter-spacing: 1px;
}

/* //colors code */

div#home {
    position: relative;
    z-index: 1;
}

/* header */
.main-top {
    position: relative;
}

header {
  
    position: fixed;
    padding-bottom: 23px;
    width: 100%;
   
    z-index: 9999;
}
.logo{
       position: absolute;
    margin-top: 2%;
    left: 9.4%;
}

/* logo */
.logo a span {
    font-size: 40px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

/* index logo */
.logo-2 a span {
    font-size: 60px;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
}

/* //index logo */
/* //logo */

/* menu */
ul#menu {
    position: fixed;
    top: 2%;
    width: 3em;
    height: 3em;
    margin: 0;
    background: rgba(21, 30, 37, 0.32);
    color: #fff;
    z-index: 99;
    right: 2%;
}

ul#menu>li {
    float: left;
    list-style-type: none;
    position: relative;
    width: 100%;
}

ul#menu label {
    position: relative;
    display: block;
    transition: background 0.3s;
    cursor: pointer;
    text-align: center;
    margin: 0;
}

ul#menu label span {
    line-height: 3em;
}

ul#menu input {
    display: none
}

/*show the second levele menu of the selected voice*/

ul#menu input:checked~ul.submenu {
    max-height: 360px;
    transition: max-height 0.5s ease-in;
}

/*style for the second level menu*/

ul.submenu {
    max-height: 0;
    padding: 0;
    overflow: hidden;
    list-style-type: none;
    background: #f7f7f7;
    transition: max-height 0.5s ease-out;
    position: absolute;
    min-width: 11em;
    right: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
    -webkit-box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
    -moz-box-shadow: 0 1px 8px rgba(20, 21, 21, 0.37);
}

ul.submenu li a {
    display: block;
    padding: 9px;
    color: #000;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
}

ul.submenu li a:hover,
ul.submenu li a.active {
    background: #47cfb0;
    color: #fff;
}

/* //menu */
/* //header */

/* banner */
.banner_w3lspvt {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 789px;
}

.banner-text {
    padding-top: 12em;
    max-width: 700px;
}

.banner-text span {
    color: #fff;
    font-size: 70px;
}

.banner-text h1 {
    font-size: 50px;
    color: #fff;
}

.banner-text h2 {
    font-size: 16px;
    color: #eee;
    line-height: 1.9;
    letter-spacing: 1px;
}

.button-style {
    padding: 14px 26px;
    color: #fff;
    letter-spacing: 1px;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border: 1px solid #fff;
    font-size: 15px;
    background: rgba(255, 255, 255, 0.07);
}

.button-style:hover {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
}

/* //banner */
/* copyright */
.wthree_copy_right {
    margin-top: 8em;
    max-width: 400px;
}

/* //copyright */

/* about page */
.about {
    background: url(../images/about.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
    min-height: 789px;
}

/* title */
h3.title {
    color: #000;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
	font-size: 24px;
	text-transform:capitalize;
 
}

h3.title:after {
   color: #000;
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
    margin: 0 0 20px 0;
	font-size: 24px;
	text-transform:capitalize;
 
}

/* //title */
/* about left */
.welcome-left {
    padding-left: 4em;
    padding-top: 4em;
}

.welcome-left h1 {
    color: #fff;
    font-size: 38px;
    letter-spacing: 1px;
    font-weight: 600;
}

.welcome-left p {
    color: #47cfb0;
    letter-spacing: 1px;
    font-size: 18px;
}

.welcome-left h2 {
    color: #fff;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 1px;
}

/* //about left */
/* about right */
.about-img-w3l {
    padding: 0 5px;
}

/* //about right */
/* //about page */

/* services page */
.services {
    background: url(../images/services.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 789px;
}

.abt-block span {
    font-size: 2em;
    color: #fff;
}

.abt-block h3,
.abt-block h1,
.abt-block h2 {
    font-size: 1.2em;
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.abt-block p {
    line-height: 1.8;
    margin-top: 10px;
    color: #111;
    letter-spacing: 0px;
}

.abt-block {
    padding: 4em 2em 2em;
    position: relative;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    background: #eee;
}

.serv_abs {
    background: #f14f5e;
    position: absolute;
    top: -41px;
    left: 45px;
    width: 85px;
    height: 85px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;

}

/* //services page */

/* team page */
.team {
    background: url(../images/team.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 789px;
}

.team-text h4,
.team-text h2,
.team-text h1 {
    font-size: 27px;
    color: #fff;
    padding: 20px 0 12px;
}

.caption ul li {
    display: inline-block;
}

.caption ul li:nth-child(2) {
    margin: 0 .3em;
}

.caption ul li a span {
    color: #fff;
    font-size: 15px;
}

/* //team page */

/* contact page */
.contact {
    background: url(../images/contact.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 789px;
}

.w3pvt-info_mail_grid_right,
.contact-left-w3ls {
    background: rgba(21, 20, 20, 0.38);
    padding: 2em;
    box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -webkit-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
    -moz-box-shadow: 7px 7px 10px 0 rgba(56, 56, 56, 0.21);
}

.w3pvt-info_mail_grid_right input[type="text"],
.w3pvt-info_mail_grid_right input[type="email"],
.w3pvt-info_mail_grid_right textarea {
    outline: none;
    padding: 12px;
    font-size: 15px;
    color: #555;
    letter-spacing: 1px;
    width: 100%;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
    background: #fff;
}

.w3pvt-info_mail_grid_right textarea {
    min-height: 180px;
    resize: none;
}

.w3pvt-info_mail_grid_right button {
    outline: none;
    padding: 12px;
    font-size: 16px;
    color: #fff;
    background: #47cfb0;
    width: 100%;
    text-transform: uppercase;
    border: none;
    letter-spacing: 2px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}

.contact-left-w3ls span {
    font-size: 2em;
    color: #fff;
}

.contact-left-w3ls h4,
.contact-left-w3ls h2 {
    color: #fff;
    font-size: 1.3em;
    margin-bottom: .5em;
    font-weight: 600;
}

.contact-text-w3pvt-info p,
.contact-text-w3pvt-info p a {
    color: #d6d6d6;
}

.contact-left-w3ls h1 {
    font-size: 30px;
    color: #47cfb0;
    margin-bottom: 1.5em;
    font-weight: 600;
}

/* //contact page */

/* gallery page */
.gallery {
    background: url(../images/gallery.jpg) no-repeat bottom;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 789px;
}

.gal-img img {
    padding: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.gal-img:hover.gal-img img {
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #47cfb0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    max-width: 520px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em 2em;
}

.popup img {
    box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
    -webkit-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
    -moz-box-shadow: 0px 14px 23px 0 rgba(56, 56, 56, 0.23);
}

.popup p,
.popup h1,
.popup h2 {
    color: #fff;
    font-size: 16px;
    line-height: 1.9;
    letter-spacing: 1px;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    opacity: 1;
}

.popup .close:hover {
    color: #f14f5e;
}

/* //popup */
/* //gallery page */

/* blog page */
.blog {
    background: url(../images/blog.jpg) repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
    min-height: 789px;
}

.blog h3.title:after {
    background: #333;
}

.logo.blog-clr a span {
    color: #f14f5e;
}

h3.w3ls-title {
    font-size: 40px;
}

h6.w3ls-title-sub {
    letter-spacing: 1px;
    font-weight: 100;
}

h5.card-title a,
h1.card-title a,
h2.card-title a,
h1.card-title,
h2.card-title,
h5.card-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
}

.blog_w3icon span {
    color: #777;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    display: inline-block;
}

.card {
    box-shadow: 7px 10px 21px 0 rgba(56, 56, 56, 0.13);
    -webkit-box-shadow: 7px 10px 21px 0 rgba(56, 56, 56, 0.13);
    -moz-box-shadow: 7px 10px 21px 0 rgba(56, 56, 56, 0.13);
}

a.blog-btn {
    font-size: 14px;
    letter-spacing: 1px;
    background: #47cfb0;
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    -moz-border-radius: 0px;
    border: none;
}

/* //blog page */

/* responsive */

@media(max-width: 1920px) {
    .he-codes {
        min-height: 100vh;
    }
}

@media(max-width: 1600px) {
    .he-codes {
        min-height: 789px;
    }
}

@media(max-width: 1440px) {
    .banner-text {
        padding-top: 11em;
    }

    .welcome-left h1 {
        font-size: 36px;
    }

    .welcome-left p {
        font-size: 16px;
    }

    .welcome-left h2 {
        font-size: 18px;
    }

    .popup {
        margin: 4em auto;
    }
}

@media(max-width: 1366px) {}

@media(max-width: 1280px) {
    .banner-text h1 {
        font-size: 48px;
    }

    .banner-text {
        padding-top: 8em;
    }

    .he-codes {
        min-height: auto;
    }

    .wthree_copy_right {
        margin-top: 6em;
        max-width: 400px;
        padding-bottom: 2em;
    }

    .team-text h4,
    .team-text h2,
    .team-text h1 {
        font-size: 24px;
    }

    .welcome-left h1 {
        font-size: 34px;
    }
}

@media(max-width: 1080px) {
    .logo-2 a span {
        font-size: 54px;
    }

    .banner-text h1 {
        font-size: 44px;
    }

    .banner-text {
        padding-top: 7em;
    }

    .welcome-left h1 {
        font-size: 28px;
    }

    .welcome-left {
        padding-left: 1em;
        padding-top: 3em;
    }

    .welcome-left p {
        font-size: 15px;
    }

    .welcome-left h2 {
        font-size: 17px;
    }

    .team-text h4,
    .team-text h2,
    .team-text h1 {
        font-size: 22px;
    }

    .caption ul li a span {
        font-size: 14px;
    }

    h5.card-title a,
    h1.card-title a,
    h2.card-title a,
    h1.card-title,
    h2.card-title,
    h5.card-title {
        font-size: 20px;
    }

    .contact-left-w3ls h1 {
        font-size: 28px;
        margin-bottom: 1.2em;
    }

    .contact-left-w3ls h4,
    .contact-left-w3ls h2 {
        font-size: 1.2em;
    }

    .contact-text-w3pvt-info p,
    .contact-text-w3pvt-info p a {
        font-size: 14px;
    }

    .contact-left-w3ls span {
        font-size: 1.8em;
    }
}

@media(max-width: 1050px) {}

@media(max-width: 1024px) {
    .banner_w3lspvt {
        min-height: 680px;
    }
}

@media(max-width: 991px) {
    .about-right {
        margin: 0 auto;
    }

    .welcome-left h1 {
        font-size: 30px;
    }

    .welcome-left {
        padding-left: 3em;
        max-width: 800px;
    }

    .abt-block {
        margin: 2.2em auto;
        max-width: 400px;
    }
}

@media(max-width: 900px) {}

@media(max-width: 800px) {
    .logo-2 a span {
        font-size: 50px;
    }

    .banner-text h1 {
        font-size: 40px;
    }

    .banner-text h2 {
        font-size: 15px;
    }

    .button-style {
        padding: 12px 20px;
        font-size: 14px;
    }

    .welcome-left {
        padding-left: 1em;
        padding-top: 2em;
    }
}

@media(max-width: 768px) {
    .wthree_copy_right {
        margin-top: 12em;
    }

    .banner_w3lspvt {
        min-height: 929px;
    }
}

@media(max-width: 736px) {
    h3.title {
        font-size: 36px;
    }

    .welcome-left h1 {
        font-size: 28px;
    }

    .banner_w3lspvt {
        min-height: 600px;
    }

    .wthree_copy_right {
        margin-top: 6em;
    }
}

@media(max-width: 667px) {
    .banner-text h1 {
        font-size: 38px;
    }
}

@media(max-width: 640px) {
    .welcome-left h1 {
        font-size: 26px;
    }

    .popup p,
    .popup h1,
    .popup h2 {
        font-size: 15px;
    }
}

@media(max-width: 600px) {
    .banner-text h2 {
        font-size: 14px;
    }
.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr))!important;
    grid-gap: 0rem;
}
    .wthree_copy_right {
        margin-top: 7em;
    }

    p {
        font-size: 14px;
    }
}

@media(max-width: 568px) {
    .banner-text h1 {
        font-size: 36px;
    }
	.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
}

@media(max-width: 480px) {
    .logo-2 a span {
        font-size: 42px;
    }
.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .banner-text h1 {
        font-size: 32px;
    }

    .banner-text h2 {
        font-size: 13px;
    }

    .button-style {
        padding: 13px 20px;
        font-size: 13px;
    }

    .wthree_copy_right {
        margin-top: 8em;
    }

    .welcome-left h1 {
        font-size: 24px;
    }

    h3.title {
        font-size: 32px;
    }

    .welcome-left {
        padding-left: 0em;
    }

    .popup {
        margin: 5em 1em;
    }

    .popup p,
    .popup h1,
    .popup h2 {
        font-size: 14px;
    }

    .w3pvt-info_mail_grid_right textarea {
        min-height: 160px;
    }
}

@media(max-width: 440px) {
    .wthree_copy_right {
        margin-top: 7.7em;
    }

    .contact-text-w3pvt-info p,
    .contact-text-w3pvt-info p a {
        font-size: 13px;
    }
}

@media(max-width: 414px) {
    .banner-text {
        padding-top: 6em;
    }
.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .serv_abs {
        left: 35px;
        width: 80px;
        height: 80px;
    }

    .abt-block span {
        font-size: 1.8em;
    }

    .banner_w3lspvt {
        min-height: 672px;
    }

    .wthree_copy_right {
        margin-top: 10em;
    }
}

@media(max-width: 384px) {
    .welcome-left h1 {
        font-size: 23px;
    }
}

@media(max-width: 375px) {
    .banner-text h1 {
        font-size: 30px;
    }
.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .banner-text h2 {
        font-size: 12px;
    }

    .button-style {
        padding: 12px 18px;
        font-size: 12px;
    }

    .welcome-left h1 {
        font-size: 21px;
    }

    .welcome-left p {
        font-size: 14px;
    }

    .welcome-left h2 {
        font-size: 15px;
    }

    .popup p,
    .popup h1,
    .popup h2 {
        font-size: 13px;
    }

    .banner-text {
        padding-top: 8em;
    }

    .banner_w3lspvt {
        min-height: 685px;
    }
}

@media(max-width: 320px) {
    p {
        font-size: 13px;
    }

.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .wthree_copy_right {
        margin-top: 8em;
    }

    .logo a span {
        font-size: 36px;
    }

    h3.title {
        font-size: 28px;
    }

    h3.title:after {
        width: 60px;
    }

    .welcome-left h1 {
        font-size: 19px;
    }

    .welcome-left h2 {
        font-size: 14px;
    }

    ul#menu {
        width: 2.5em;
        height: 2.5em;
    }

    ul#menu label {
        line-height: 2.5em;
    }

    ul.submenu li a {
        font-size: 14px;
    }

    .serv_abs {
        width: 75px;
        height: 75px;
    }

    .abt-block {
        margin: 2em auto;
        padding: 3em 2em 2em;
    }

    h5.card-title a,
    h1.card-title a,
    h2.card-title a,
    h1.card-title,
    h2.card-title,
    h5.card-title {
        font-size: 18px;
    }

    .blog_w3icon span {
        font-size: 11px;
    }

    a.blog-btn {
        font-size: 13px;
        padding: 11px 16px;
    }

    .popup {
        padding: 3em 1em 1em;
    }
}


/*CAROUSEL STYLING*/
#main_banner, .carousel-slide{
    height: 100%;
}
.carousel-slide{
    position: absolute;
    left: 0;
    width: 100%;
    display: none;
}
.carousel-slide.on{
    z-index: 9;
    opacity: 1;
}
.caption {
    margin-top: 180px;
    text-align: center;
    font-size: 24px;
    color: white;
}
.caption span {
    display: block;
    padding-top: 15px;
    font-size: 34px;
}
.arrow {
    position: absolute;
    top: 50%;
    cursor: pointer;
    font-size: 25px;
    color: #000;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 6px 0px 0px 0px;
    background:rgba(255, 255, 255, 0.5);
    z-index: 10;
    display: none;
    width: 50px;
    height: 50px;
    text-align: center;
}
.left{
    left: 25px;
}
.right {
    right: 25px;
}
.select-none {
    -webkit-user-select: none;
    -moz-user-select: none; 
    -ms-user-select: none; 
}

@media (max-width: 768px) {
    #main_banner, .carousel-slide{
        height: 300px;
    }
    .caption {
        margin-top: 135px;
        font-size: 18px;
    }
    .caption span {
        font-size: 24px;
    }
	.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .arrow {
        top: 190px;
        font-size: 28px;
        padding: 2px 12px 4px 10px;
    }
    .left{
        left: 15px;
    }
    .right {
        right: 15px;
    }

}
@media (max-width: 480px) {
    #main_banner, .carousel-slide{
        /* height: 210px; */
        height: 100%;  
    }
	.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
    .caption {
        margin-top: 95px;
        font-size: 18px;
    }
    .caption span {
        font-size: 24px;
    }
    .arrow {
        top: 282px;
        font-size: 20px;
        padding: 10px 7px 9px;
    }
    .left{
        left: 7px;
    }
    .right {
        right: 7px;
    }
    
}
a{
    outline: none;
}
.menu-open{
   float: right;
    margin-right: 5%;
    margin-top: 1.5%;
    font-size: 37px;
    color: #fff;
}

 /* style menu wrapper */
 /* style menu wrapper */
.side-menu-wrapper { /* style menu wrapper */
    background:#1b1b1bc7;
    padding: 40px 0 0 0px;
    position: fixed; /* Fixed position */
    top: 0;
    right: 0; /* Sidebar initial position. "right" for right positioned menu */
    height: 100%;
    z-index: 2;
    transition: 0.5s; /* CSS transition speed */
    width: 20%;
	font-weight:300;
    font-size: 18px;
	 font-family: "Montserrat", Arial, sans-serif;
    
    box-sizing: border-box;
}
.side-menu-wrapper > ul{ /* css ul list style */
    list-style:none;
    padding:0;
    margin:100px  0px 0px 20px;
    overflow-y: auto; /* enable scroll for menu items */
    height:95%;
}
.side-menu-wrapper > ul > li > a { /* links */
    display: block;
    padding: 4px 14px 7px 0px;
    color: #d2d2d2;
    transition: 0.3s;
    text-decoration: none;
    text-align: center;
	margin: 0 0 10px 0;
	list-style: none;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.side-menu-wrapper > ul > li > a:hover{
    color: #fff;
    
}

.side-menu-wrapper > ul > li > a.active{
    color: #fff;
    
}
.side-menu-wrapper > a.menu-close { /* close button */
  /*  padding: 8px 0 23px 0px; */
    color: #6B6B6B;
    display: block;
    /* margin: -4% 51% 0% 0%; */
    font-size: 35px;
    text-decoration: none;
	margin-right:43%;
    float: right;
}

.menu-overlay { /* overlay */
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.1);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
.social_box{
   
    position: absolute;
    left: 38%;
  bottom: 4%;
}
 
.social_box a{
    float: left;
    color: #ccc;
}

.grey_background{

    background: #353638;
}


#examples{
    padding: 5px;
    margin: 10px 0;
    overflow: hidden;
}

#examples > hr{ margin: 20px 10px; }

.content{
    overflow: auto;
    position: relative;
    padding: 0px;
    margin: 80px 0px 0px 1%;
    width: 98%;
    max-width: 100%;
    height: 630px !important;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
}

.content.hidden{ display: none; }

.content.light{
    background-color: #ddd;
    color: #333;
}

.content hr{
    margin-bottom: -10px;
    border-top: 1px solid rgba(0,0,0,0.7);
}

.content.light hr{
    border-bottom: 1px solid rgba(255,255,255,0.6);
    border-top: 1px solid rgba(0,0,0,0.1);
}

.content p{ margin: 0px  0; }

.content p:last-child{ margin-bottom: 5px; }

.content p:nth-child(odd), .content.light p:nth-child(odd){
    background: #444;
    background: rgba(255, 255, 255, 0);
    padding: 1px 10px;
	
    -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px;
}

.content p:nth-child(3n+3){
    color: #bbb;
    background: none;
   /*  padding: 38px; */
}

.content.light p:nth-child(odd){
    background: #fff;
    background: rgba(255,255,255,0.8);
}

.content.light p:nth-child(3n+3){ color: #666; }

.content p.full:nth-child(odd), .content p.half:nth-child(odd), 
.content p.full:nth-child(3n+3), .content p.half:nth-child(3n+3){
    background: none;
    padding: 0;
}

.content h2{
    font-size: 200%;
    line-height: 130%;
}

.content h2:first-child{ margin-top: 5px; }

.content:nth-child(odd) h2{
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 300;
    font-style: normal;
}

hr + .content:nth-child(odd) h2{
     font-family: "Montserrat", Arial, sans-serif;
    font-weight: 700;
    font-style: italic;
}

.content.light h2{ color: inherit; }

.content img{
    margin: 0;
    -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
    padding: 3px;
     
}

.content.light img{ background: rgba(255,255,255,0.4); }

.content input[type='text'], .content textarea {
    border: none;
    background: transparent;
    background-color: #bbb;
    
    min-height: 20px;
    padding: 5px;
    -moz-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5);
  /*   -webkit-box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5); */
    /* box-shadow: inset -1px -1px 1px rgba(255,255,255,0.6), inset 3px 3px 20px rgba(0,0,0,0.5); */
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    width: 100%;
	    border: 1px solid #ccc;
    font-size: inherit;
	font-weight:300;
    font-family: inherit;
    color: #fff;
}

.content textarea{
    min-height: 80px;
    width: 100%;
}

.content .half img{
    max-width: 48%;
    margin: 0 0 2% 2%;
}

.content .half img:nth-child(odd){ margin: 0 2% 2% 0; }

.col-text {
  height:7em;
}
.grid-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
   	border-style: solid;
    color: #d8d8d8;
    border-width: 1px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  flex-direction: row; 
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-around;
}
.col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.col-left {
  -webkit-box-ordinal-group:-1;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.col-text{
  display: flex;
  align-items: center;
  justify-content: center;
}
.Aligner-item {
  width:80%;

}
.col-image {
  background-size: cover;
  background-position:center center;
  max-width: 140px;
}

@media (max-width: 640px) {
	.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
  .grid-flex {
    height: 10em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
	border-style: solid;
    color: #d8d8d8;
    border-width: 1px;
	margin-top: 15px;
   }
   .grid-flexmobile {
    height: 20em;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    flex-direction: column; 
	border-style: solid;
    color: #d8d8d8;
    border-width: 1px;
   }
  .col {
    order:vertical;
  }
  .col-left {
    -webkit-box-ordinal-group:0;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }
  .col-text div p {
    padding: 0.5em;
  }
  .Aligner-item {
    width: 100%;
  } 
  .mobileview {
    max-width: 100% !important;
	position:absolute;
	z-index:999;
	width:100%;
	height:3em;
	bottom:0px;
  }
  .menu-open {
    float: right;
    margin-right: 5%;
    margin-top: 2.8%;
    font-size: 37px;
    color: #fff;
}
.logo {
    position: absolute;
    margin-top: 7%;
    left: 6%;
}
  
}
.mobileview {
    max-width: 140px;
  }
.pfont{
	
	font-size: 14px;
    letter-spacing: 2px;
}
.column {
	display: inline-block;
	text-align: center;
}

figure {
	overflow: hidden;
}

a p {
	color: black;
	margin-top: 8px;
	font-weight:300;
	 font-family: "Montserrat", Arial, sans-serif;
}

a:hover {
	text-decoration: none;
}

.column img {
	display: block;
    width: 100%;
    height: 100%;
}

/* CSS Image Hover. Created refering to Naoya's Pen: https://codepen.io/nxworld/pen/ZYNOBZ */
/*Sepia*/
.column#sepia img {
	-webkit-filter: sepia(100%);
	filter: sepia(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#sepia:hover img {
	-webkit-filter: sepia(0);
	filter: sepia(0);
}

/*GrayScale*/
.column#grayscale img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#grayscale:hover img {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

/*Zoom In*/
.column#zoomIn img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomIn:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/*Zoom Out*/
.column#zoomOut img {
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.column#zoomOut:hover img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

/* 3D Transform. Craeted refering to Dudley Storey's Pen: https://codepen.io/dudleystorey/pen/KFLJp */
.tdimension {
	width: 300px;
	height: 300px;
	margin: 20px auto 40px auto;
	perspective: 1000px;
}
.tdimension a {
	display: block;
	width: 100%;
	height: 100%;
	background: url("https://mir-s3-cdn-cf.behance.net/project_modules/disp/e8346826957515.56361c2106f3f.png");
	background-size: cover;
	transform-style: preserve-3d;
	transform: rotateX(70deg);
	transition: all 0.8s;	
}
.tdimension:hover a {
	transform: rotateX(20deg); 	
}	
.tdimension a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 40px;
    background: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.1));    
   	transform: rotateX(90deg);
    transform-origin: bottom;
}

/*With Simple Caption*/
.column#caption {
	position: relative;
}
.column#caption .text {
		position: absolute;		
    top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		z-index: 10;
    opacity: 0;
    transition: all 0.8s ease;			
}
.column#caption .text h1 {		
		margin: 0;		
		color: white;
}
.column#caption:hover .text {
	opacity: 1;
	
}
.column#caption:hover img {
	-webkit-filter: sepia(90%);
}

/* Craeted refering to LittleSnippets.net Pen: https://codepen.io/littlesnippets/pen/adLELd */
.frame {
	text-align: center;	
	position: relative;
	cursor: pointer;	
	perspective: 500px; 
}
.frame img {
	width: 300px;
	height: 300px;
}
.frame .details {
	width: 70%;
	height: 80%;	
	padding: 5% 8%;
	position: absolute;
	content: "";
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotateY(90deg);
	transform-origin: 50%;
	background: rgba(255,255,255,0.9);	
	opacity: 0;
	transition: all 0.4s ease-in;
	
}
.frame:hover .details {
	transform: translate(-50%, -50%) rotateY(0deg);
	opacity: 1;
}


.enter {
   position: absolute;
    right: 3%;
    top: 8%;
}

 .inner_cont {
    margin: 100px auto;
    border-radius: -1px;
	font-weight:300;
   font-family: "Montserrat", Arial, sans-serif;
    width: 100%;
    background-color: #1b1b1b;
    padding: 0px;
    font-size: 12px !important;
    font-weight: normal;
    line-height: 15px;
    top: -16%;
    position: relative;
 
}
.about-p{
	
	font-size: 13px;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}
.desktop-view{
	
	margin-top:150px;
	 
 }
 @media(max-width: 667px) {
   .desktop-view{
	margin-top:10px;
	margin-left:10px;
	float:left;
	
 } 
 .gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
 .side-menu-wrapper {
	    width: 60% !important;
	
}
.mCSB_scrollTools .mCSB_draggerContainer {
    
    right: -77px !important;
    
}

 
 #contact .grid-flex{
	 height:auto !important;
	 position:relative;
 }
 #contact .mobileview {
	 position:relative;
 }
 
 
}
.paddng40{
	padding-top:40px;
	padding-bottom:50px;
	
}
.paddng80{
	padding-top:80px;
	padding-bottom:50px;
	
}
 
.paddng100{
	padding-top: 105px;
    padding-bottom: 100px;
	
}

.paddng60{
	padding-top:60px;
	padding-bottom:60px;
	
}
 @media(max-width: 667px) {
	 
   html, body {
	   
	   overflow:hidden!important;
   }
  .paddng100{
	padding-top:10px;
	padding-bottom:90px;
	
}

.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
.paddng60{
	padding-top:10px;
	padding-bottom:90px;
	
}
 .paddng40{
	padding-top:40px;
	padding-bottom:50px;
	
}
 
 .signadjust{
	
	margin-top:5px!important;
}
 
}


.activemenu{
	
	font-weight:600;
	color:#fff !important;
}

.timeline {
  position: relative;
  width: 660px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 1em 0;
  list-style-type: none;
}

.timeline:before {
  position: absolute;
  left: 50%;
  top: 0;
  content: ' ';
  display: block;
  width: 6px;
  height: 100%;
  margin-left: -3px;
  background: rgb(80,80,80);
  background: -moz-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,87,153,1)), color-stop(100%,rgba(125,185,232,1)));
  background: -webkit-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -o-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: -ms-linear-gradient(top, rgba(80,80,80,0) 0%, rgb(80,80,80) 8%, rgb(80,80,80) 92%, rgba(80,80,80,0) 100%);
  background: linear-gradient(to bottom, rgba(80,80,80,0) 0%, rgb(255, 255, 255) 8%, rgb(93, 91, 91) 92%, rgba(80,80,80,0) 100%);
  
  z-index: 5;
}

.timeline li {
  padding: 1em 0;
}

.timeline li:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.direction-l {
  position: relative;
  width: 300px;
  float: left;
  text-align: right;
}

.direction-r {
  position: relative;
  width: 300px;
  float: right;
}

.flag-wrapper {
  position: relative;
  display: inline-block;
  
  text-align: center;
}

.flag {
  position: relative;
  display: inline;
  background: rgb(248,248,248);
  padding: 6px 10px;
  border-radius: 5px;
  
  font-weight: 600;
  text-align: left;
}

.direction-l .flag {
  -webkit-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: -1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-r .flag {
  -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  -moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
  box-shadow: 1px 1px 1px rgba(0,0,0,0.15), 0 0 1px rgba(0,0,0,0.15);
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: 50%;
  right: -40px;
  content: ' ';
  display: block;
  width: 12px;
  height: 12px;
  margin-top: -10px;
  background: #fff;
  border-radius: 10px;
  border: 4px solid rgb(255,80,80);
  z-index: 10;
}

.direction-r .flag:before {
  left: -40px;
}

.direction-l .flag:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-left-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.direction-r .flag:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 50%;
  height: 0;
  width: 0;
  margin-top: -8px;
  border: solid transparent;
  border-right-color: rgb(248,248,248);
  border-width: 8px;
  pointer-events: none;
}

.time-wrapper {
  display: inline;
  
  line-height: 1em;
  font-size: 0.66666em;
  color: rgb(250,80,80);
  vertical-align: middle;
}

.direction-l .time-wrapper {
  float: left;
}

.direction-r .time-wrapper {
  float: right;
}

.time {
  display: inline-block;
  padding: 4px 6px;
  background: rgb(248,248,248);
}

.desc {
  margin: 1em 0.75em 0 0;
  color:white;
  font-size: 1em;
  
  line-height: 1.5em;
}

.direction-r .desc {
  margin: 1em 0 0 0.75em;
}

/* ================ Timeline Media Queries ================ */

@media screen and (max-width: 660px) {
.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(6rem, 1fr));
    grid-gap: 0rem;
}
.timeline {
 	width: 100%;
	padding: 4em 0 1em 0;
}

.timeline li {
	padding: 2em 0;
}

.direction-l,
.direction-r {
	float: none;
	width: 100%;

	text-align: center;
}

.flag-wrapper {
	text-align: center;
}

.flag {
	background: rgb(255,255,255);
	z-index: 15;
}

.direction-l .flag:before,
.direction-r .flag:before {
  position: absolute;
  top: -30px;
	left: 50%;
	content: ' ';
	display: block;
	width: 12px;
	height: 12px;
	margin-left: -9px;
	background: #fff;
	border-radius: 10px;
	border: 4px solid rgb(255,80,80);
	z-index: 10;
}

.direction-l .flag:after,
.direction-r .flag:after {
	content: "";
	position: absolute;
	left: 50%;
	top: -8px;
	height: 0;
	width: 0;
	margin-left: -8px;
	border: solid transparent;
	border-bottom-color: rgb(255,255,255);
	border-width: 8px;
	pointer-events: none;
}

.time-wrapper {
	display: block;
	position: relative;
	margin: 4px 0 0 0;
	z-index: 14;
}

.direction-l .time-wrapper {
	float: none;
}

.direction-r .time-wrapper {
	float: none;
}

.desc {
	position: relative;
	margin: 1em 0 0 0;
	padding: 1em;
	background: rgba(0, 0, 0, 0.22);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.20);
	box-shadow: 0 0 1px rgba(0,0,0,0.20);
	
  z-index: 15;
}

.direction-l .desc,
.direction-r .desc {
	position: relative;
	margin: 1em 1em 0 1em;
	padding: 1em;
	
  z-index: 15;
}

}

@media screen and (min-width: 400px ?? max-width: 660px) {

.direction-l .desc,
.direction-r .desc {
	margin: 1em 4em 0 4em;
}

}


.signadjust{
	
	margin-top:130px;
}


.landing-page{
    position: fixed;
    background-color: #fff;
    height: 100%;
    width: 100%;
    z-index: 99999;
}

.lan_top_logo{
 width: 100%;
 float: left; 
 display: none;
 text-align: center;
 padding-top: 20%;
}
.slider-progress{
    height: 2px !important;
    top:0% !important;
	display:none!important;
}
.bar{
    background-color:#FFF !important;
    opacity: 9 !important ;
	 
}
.projector img{
	height:100% !important;
}


.zoom {
  
  transition: transform .2s; /* Animation */
  z-index:99;
   
  
  
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}



 
.fix-box  {
 
z-index: 10; 
overflow: hidden;
  
}

.events-up h5 {
    font-size: 20px;
	color: #252222;
}

.events-up h5 span {
    display: block;
}

.events-up {
    background: #b7b7b7;
}
.events-right h4 {
    font-size: 16px;
	color: #ffffff;
}
.events-right ul li span {
    color:#000000;
}

.events-right ul li {
    font-size: 15px;
}
.list-unstyled {
    color: #777;
}         


@media (min-width: 1200px){
.container {
    width: 85%!important;
}
}
@media (min-width: 1600px){
.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 94.6%!important;
    width: 94.6% !important;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
}



.middle {
transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 95.5%;
    width: 93.6%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}


.menubar-name{
	
	position: absolute;
    bottom: 10% !important;
    margin-left: 0;
    width: 100%;
    text-align: center;
}


.pro-width{
	max-width:100%;
	width:100%
}

.awrd-p{
	padding: 1px 10px;
	font-size:15px;
	
	
}
.gallery-award {
	display: flex;
	flex-wrap: wrap;
	/* Compensate for excess margin on outer gallery flex items */
	margin: -1rem -1rem;
}

.gallery-item {
	/* Minimum width of 24rem and grow to fit available space */
	flex: 1 0 24rem;
	/* Margin value should be half of grid-gap value as margins on flex items don't collapse */
	margin: 1rem;
	border: 2px solid #272728;
	box-shadow: 0.3rem 0.4rem 0.4rem rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.gallery-image {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	 
}

.gallery-image:hover {
	 
}

/*

The following rule will only run if your browser supports CSS grid.

Remove or comment-out the code block below to see how the browser will fall-back to flexbox styling. 

*/

@supports (display: grid) {
	.gallery-award {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(12rem, 0fr));
    grid-gap: 2rem;
}
	.gallery-award,
	.gallery-item {
		margin: 0;
	}
}
@supports (display: grid) {
	.gallery-award2 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(13rem, 0fr));
    grid-gap: 2rem;
}
	.gallery-award2,
	.gallery-item2 {
		margin: 0;
	}
}






#homepage_slider video { 
    min-height: 100% !important;
    min-width: 100% !important;
	height: auto !important;
    width: auto !important;
	overflow: hidden;
}

#homepage_slider img {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}

.carousel-inner>.item>img {
  display: block;
  line-height: 1;
}

/* button to display if user choses to not autoplay the video: */
#slider-play-button button { 
	display: inline-block;
	border: 0.06666em solid #fff;
	font-size: 2rem;
	background: rgba(255,255,255,0.23);
	color: #fff;
	cursor: pointer;
	transition: .3s background;
	line-height: 1.3em;
	height: 1.5em;
	width: 2.5em;
	border-radius: 0.3em;
	position: absolute;
	opacity: .7;
	right: 1em;
	top: 20%;
}
.play-video-button:before {
	font-family: FontAwesome;
	content: "\f04b";
}
.pause-video-button:before {
	font-family: FontAwesome;
	content: "\f04c";
}  

.fullpage{
	padding-right:5%;
}

.section1{
	border-right:2px #727274 solid;
	margin-top:6%;
 }
 .section1:after{
	 content:"";
	 width:2px;
	 height:100px;
	 position:absolute;
	 background:#fff;

 }
 
 .section2{
	border-right:2px #727274 solid;
	margin-top:12%;
 }
 .section2:after{
	 content:"";
	 width:2px;
	 height:100px;
	 position:absolute;
	 background:#fff;

 } 
 .section3{
	border-right:2px #727274 solid;
	margin-top:18%;
 }
 .section3:after{
	 content:"";
	 width:2px;
	 height:100px;
	 position:absolute;
	 background:#fff;

 } 
 .section4{
	border-right:2px #727274 solid;
	margin-top:24%;
 }
 .section4:after{
	 content:"";
	 width:2px;
	 height:100px;
	 position:absolute;
	 background:#fff;

 }
 
 .main_heading{
    color: #d8d8d8;
    font-size: 30px;
    letter-spacing: 9px;
	margin: 0 0 30px;
	font-weight: 300;
    font-family: "Montserrat", Arial, sans-serif;
}


.inner{
 
 padding-bottom: 100px!important;
 
 }
 
 .inner span{
	background-color:rgba(255, 255, 255, 0) !important;
	border:1px #ffffff4f solid !important;
}
 
.inner span.active{
	background-color:#ffffff4f !important;
}


/**for ipad**/
@media (max-width:768px){

}


/**for mobile**/
@media (max-width:767px){
.mCSB_draggerContainer {
	
	display:none;
}
.inner {
    padding-bottom: 0px!important;
}

.slider > ul {
    position: absolute;
    bottom: 30%;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}
.slider > ul > li {
    
    margin: 10px 4px 0!important;
    
}

.img-test-about{
	
	width: 100%!important;
     margin-left: 0px!important; 
    padding: 25px;
    margin-top: 16px;
    text-align: center;
}
}
 
/******* slider********/
.slider, 
.slider > div {
    /* Images default to Center Center. Maybe try 'center top'? */
    background-position: center center;
    display: block;
    width: 100%;
     height: 660px;  
   /*   height: 100vh;  */ /* If you want fullscreen */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
   /*  background-color: #000; */
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}

.slider > div {
    position: absolute;
}

.slider > i {
    color: #5bbd72;
    position: absolute;
    font-size: 60px;
    margin: 20px;
    top: 36%;
    text-shadow: 0 10px 2px #223422;
    transition: .3s;
    width: 15px;
    padding: 10px 13px;
    background: #fff;
    background: rgba(255, 255, 255, .3);
    cursor: pointer;
    line-height: 0;
    box-sizing: content-box;
    border-radius: 3px;
    z-index: 4;
}

.slider > i svg {
    margin-top: 3px;
}

.slider > .left {
    left: -100px;
}
.slider > .right {
    right: -100px;
}
.slider:hover > .left {
    left: 0;
}
.slider:hover > .right {
    right: 0;
}

.slider > i:hover {
    background:#fff;
    background: rgba(255, 255, 255, .8);
    transform: translateX(-2px);
}

.slider > i.right:hover {
    transform: translateX(2px);
}

.slider > i.right:active,
.slider > i.left:active {
    transform: translateY(1px);
}

.slider:hover > div {
    transform: scale(1.01);
}

.hoverZoomOff:hover > div {
    transform: scale(1);
}

.slider > ul {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 4;
    padding: 0;
    margin: 0;
    transform: translateX(-50%);
}

.slider > ul > li {
    padding: 0;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    list-style: none;
    float: left;
    margin: 10px 10px 0;
    cursor: pointer;
    border: 1px solid #fff;
    -moz-transition: .3s;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
}

.slider > ul > .showli {
    background-color: #7EC03D;
    -moz-animation: boing .5s forwards;
    -o-animation: boing .5s forwards;
    -webkit-animation: boing .5s forwards;
    animation: boing .5s forwards;
}

.slider > ul > li:hover {
    background-color: #7EC03D;
}

.slider > .show {
    z-index: 1;
}

.hideDots > ul {
    display: none;
}

.showArrows > .left {
    left: 0;
}

.showArrows > .right {
    right: 0;
}

.titleBar {
    z-index: 2;
    display: inline-block;
    background: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    bottom: 0;
    transform: translateY(100%);
    padding: 20px 30px;
    transition: .3s;
    color: #fff;
}

.titleBar * {
    transform: translate(-20px, 30px);
    transition: all 700ms cubic-bezier(0.37, 0.31, 0.2, 0.85) 200ms;
    opacity: 0;
}

.titleBarTop .titleBar * {
    transform: translate(-20px, -30px);
}

.slider:hover .titleBar,
.slider:hover .titleBar * {
    transform: translate(0);
    opacity: 1;
}

.titleBarTop .titleBar {
    top: 0;
    bottom: initial;
    transform: translateY(-100%);
}

.slider > div span {
    display: block;
    background: rgba(0,0,0,.5);
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: center;
    padding: 0;
    width: 100%;
}


@keyframes boing {
    0% {
        transform: scale(1.2);
    }
    40% {
        transform: scale(.6);
    }
    60% {
        transform: scale(1.2);
    }
    80% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* -------------------------------------- */

 
.row2Wrap {
    display: flex;
}
.pro_details{
	
	color:#8e8e8e; 
	font-size:11px;
}
 
/******* slider end********/


/* (1600x900) HD+ Display */
@media  screen and (max-width: 1600px) {
   .slider, .slider > div {
    background-position: center center;
    display: block;
    width: 100%;
    height: 100%!important;  
    /* height: 100vh; */
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    /* background-color: #000; */
    overflow: hidden;
    -moz-transition: transform .4s;
    -o-transition: transform .4s;
    -webkit-transition: transform .4s;
    transition: transform .4s;
}
}


.slider div img{
	max-width:100%;
	width: 100%;
	}

