.hide {
    display: none
}

.ax-hidden {
    position: absolute;
    height: 1px;
    width: 1px;
    clip: rect(1px,1px,1px,1px);
    border: 0;
    overflow: hidden
}

html{
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color: inherit;
    font: inherit
}

img {
    width: 100%;
    height: 100%
}

.btn {
    position: relative;
    margin: 50px 25px;
    outline: none;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    font-family: "open sans", arial;
    overflow: hidden;
    z-index: 20;
    font-weight: 700;
}

.btn:hover span {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.btn:hover::before {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -o-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%)
}

.btn:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    padding-top: 25px;
    width: 100%;
    height: 62%;
    content: attr(data-hover);
    -webkit-transition: -webkit-transform 0.45s ease;
    -moz-transition: -moz-transform 0.45s ease;
    -o-transition: -o-transform 0.45s ease;
    -ms-transition: -ms-transform 0.45s ease;
    transition: transform 0.45s ease;
    -webkit-transform: translateX(-25%);
    -moz-transform: translateX(-25%);
    -o-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    background: #e20020
}

.btn span {
    display: block;
    padding: 25px 40px;
    background: #121212;
    -webkit-transition: -webkit-transform 0.45s ease;
    -moz-transition: -moz-transform 0.45s ease;
    -o-transition: -o-transform 0.45s ease;
    -ms-transition: -ms-transform 0.45s ease;
    transition: transform 0.45s ease
}

.black {
    background: #3e4042;
    color: #fff
}

.subPage {
    font-family: "open sans", arial;
}

.subPage hr {
    outline: 0;
    border: 7px solid #e20020;
    width: 100px;
    margin-top: 20px;
    margin-bottom: 40px
}

.subPage h3 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 38px;
    text-align: center
}

.subPage #info {
    font-size: 18px;
    line-height: 26px;
    text-align: center
}

.subPage .iconContainer {
    width: 33%;
    float: left;
}
.subPage .iconContainer ul{
	padding: 0 40px;
}
.subPage .iconContainer ul li {
    font-size: 14px;
    line-height: 18px;
    margin: 8px 0;
}

.subPage .iconContainer img {
    width: 80%;
    padding: 10%
}

.subPage .iconContainer h4 {
    color: #F44336;
    font-size: 22px;
    font-weight: 700;
    text-align: center
}

.subPage .iconContainer p {
    padding: 20px;
    text-align: center
}

.invert {
    background-color: #fff;
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.5);
}

.invert a {
    color: #000;
    text-shadow: none
}

header {
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    overflow: hidden;
    padding: 0px 15px;
    font-family: "open sans", arial, serif;
    position: fixed;
    z-index: 9999;
    -webkit-transition: all 450ms ease;
    -moz-transition: all 450ms ease;
    -o-transition: all 450ms ease;
    -ms-transition: all 450ms ease;
    transition: all 450ms ease;

    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
}

header #logoContainer {
    /* width: 160px; */
}

header #logoContainer img{
    width: auto;
    max-height: 40px;
}

header #mainNav {
    font-family: "open sans";
    font-weight: 700;
    text-shadow: 0 0 1px #000;
    position: relative;
}

header #mainNav #menuBtn {
    background: none;
    border: 0;
    cursor: pointer;
    position: absolute;
    right: 30px;
    top: 0;
    display: none;
}

header #mainNav #menuBtn img {
    width: 50px;
    height: 50px
}

header #mainNav ul{
    display:flex;
}
header #mainNav li {
    color: #fff;
}

header #mainNav li a {
    display: block;
    padding: 15px 20px;
    -webkit-transition: background 450ms ease, color 450ms ease;
    -moz-transition: background 450ms ease, color 450ms ease;
    -o-transition: background 450ms ease, color 450ms ease;
    -ms-transition: background 450ms ease, color 450ms ease;
    transition: background 450ms ease, color 450ms ease;
}

header #mainNav li a:hover {
    color: #e20020
}

header #mainNav li a.active {
    background: #e20020;
    color: white;
}

header #mainNav li a.external {
    /* margin-top: -2px;
    margin-left: 5px */
}

section {
    overflow: hidden;
}

section .widthLimiter {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 50px;
}

section#home {
    text-align: center;
    background: url("../img/bg.webp") no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    color: #fff;
    height: 100vh;
}

section#home h1 {
    font-size: 110px;
    margin-bottom: 20px;
    font-family: "open sans", arial;
    text-shadow: 0 5px 20px #000;
    font-weight: 700
}

section#home h3 {
    font-size: 18px;
    background-color: #e20020;
    font-family: arial;
    padding: 5px 10px;
    display: inline-block
}

section#home .outer {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

section#home .outer .middle {
    display: table-cell;
    vertical-align: middle;
}

section#home .outer .middle .inner {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
    margin-top: 5%
}

section#work {
    text-align: center;
    height: auto;
}

section#work .widthLimiter {
    height: auto
}

section#work #logo {
    width: 250px;
    margin: auto
}

section#work h1 {
    font: 72px "open sans", tahoma;
    text-transform: uppercase
}

section#work h2 {
    color: #e20020;
    font: 50px "open sans", tahoma;
    font-weight: 700;
    text-transform: uppercase
}

section#work hr {
    border: 0;
    outline: none;
    border-bottom: 1px solid #e20020
}

section#work p {
    color: #888;
    font: 22px "open sans", tahoma;
    padding: 15px
}

section#work hr.gray {
    border-bottom: 10px solid rgba(100, 100, 100, 0.4);
    margin-top: 10px;
    margin-bottom: 40px
}

section#work #slider {
    font-family: "open sans", tahoma;
    width: 3600px;
}

section#work #slider #inner {
    width: 100%;
    overflow: hidden
}

section#work #slider .item {
    width: 240px;
    height: 130px;
    position: relative;
    float: left;
    cursor: pointer;
}

section#work #slider .item span {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(226, 0, 32, 0.667);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
    z-index: 999;
    cursor: -webkit-grab;
}

section#work #slider .item span a {
    margin-top: 30%;
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid;
    color: #fff
}

section#work #slider .item:hover span {
    opacity: 1;
    -ms-filter: none;
    filter: none
}

section#clients {
    color: #000;
}

section.itemsShowcase{
    padding-bottom: 50px;
}

section.itemsShowcase hr {
    margin-bottom: 20px
}

section.itemsShowcase h4 {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
}

section.itemsShowcase hr.gray {
    width: 100%;
    border: 10px solid #d3d3d3
}

section#clients a {
    margin: auto;
    margin-left: 38%
}

section.itemsShowcase .picsContainer{
    overflow: hidden;
    pointer-events: none;
}
section.itemsShowcase .picsContainer.flex-center{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

section.itemsShowcase .picsContainer:hover .picItem:not(:hover) {
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50)
}

section.itemsShowcase .picsContainer .picItem {
    width: 14.5%;
    height: 10vw;
    margin: 1%;
    margin-top: 1.4%;
    float: left;
    border: 1px solid #d3d3d3;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
    position: relative;
    -webkit-background-size: 50%;
    -moz-background-size: 50%;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;

    pointer-events: all;
}


#team .picItem{
    width: auto;
    max-width: 306px;
    min-width: 260px;
    min-height: 186px;
    flex: 1 auto;
}


.picsContainer .picItem .overlay {
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;

    background: #e31e25;
    color: white;
    padding: 20px;
    opacity: 0;

    transition: .5s opacity ease-in-out;
}

.picsContainer .picItem:hover .overlay{
    opacity: .9;
}


.picsContainer .picItem .overlay.txt-center {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.picsContainer .picItem .overlay .info span.title {
    font-size: 24px;
    line-height: 34px;
    display: block;
}

.picsContainer .picItem .overlay .info span.subtitle {
    display: block;
    font-size: 16px;
}

.picsContainer .picItem .overlay .info span.designation {
    font-size: 18px;
    margin-top: 10px;
    display: block;
    color: white;
}

section.itemsShowcase .picsContainer .picItem[data-hover]:before {
    content: attr(data-hover);
    background-color: #e20020;
    color: #fff;
    font: 12px "open sans", arial;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: center;
    padding: 6px 14px;
    -webkit-border-radius: 0 20px;
    border-radius: 0 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease
}

section.itemsShowcase .picsContainer .picItem[data-hover]:hover:before {
    top: -30px;
    opacity: 1;
    -ms-filter: none;
    filter: none
}

section#contact {
    text-align: center;
}

section#contact input,
section#contact textarea {
    font: 20px "open sans", arial;
    padding: 8px;
    outline: 0;
    border: 3px solid rgba(150, 150, 150, 0.5);
    color: #fff;
    background: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    resize: none;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

section#contact input:active,
section#contact textarea:active,
section#contact input:focus,
section#contact textarea:focus {
    border: 3px solid rgba(226, 0, 32, 0.502)
}

section#contact hr {
    margin-bottom: 25px !important
}

section#contact form {
    margin-top: 25px;
    overflow: hidden
}

section#contact #form-messages {
    padding: 10px 20px;
    -webkit-border-radius: 0 50px 0 50px;
    border-radius: 0 50px 0 50px;
    margin-top: 20px;
    font-family: "open sans", arial;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    width: 80%;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    visibility: hidden;
}

section#contact #form-messages.error,
section#contact #form-messages.success {
    visibility: visible !important;
    opacity: 1 !important;
    -ms-filter: none;
    filter: none
}

section#contact #form-messages.error {
    background-color: #e31e25
}

section#contact #form-messages.success {
    background-color: #15a017
}

section#contact #smalltextbox {
    float: left;
    width: 30%;
}

section#contact #smalltextbox input {
    width: 90%;
    height: 35px;
    margin-bottom: 20px
}

section#contact #largetextbox {
    width: 55%;
    float: left;
}

section#contact #largetextbox textarea {
    width: 90%;
    height: 185px
}

section#contact input[type="submit"] {
    margin-top: 50px;
    margin-bottom: 30px;
    border: 3px solid #d3d3d3;
    background: rgba(42, 100, 150, 0);
    outline: 0;
    cursor: pointer;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    color: #fff;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

section#contact input[type="submit"]:hover {
    background: #e20020
}

section.number {
    font: 25px "open sans", arial;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    color: #fff;
}

section.number h4 {
    margin-top: 5px;
    margin-bottom: 5px
}

section.number a {
    font-size: 18px;
    color: #F44336;
    text-decoration: underline;
}

section.number a:hover {
    text-decoration: none
}

section.number strong {
    font-size: 32px
}

section.number #left {
    float: left;
    width: 50%
}

section.number #right {
    float: right;
    width: 50%
}

section.number .orange h4 {
    color: #ffa500 !important
}

section#contactIcons {
    text-align: right;
    color: #808080;
}

section#contactIcons li {
    width: 45px;
    height: 45px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
    float: left;
    margin: 5px;
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

section#contactIcons li img {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

section#contactIcons li:hover {
    border: 3px solid #e20020;
}

section#contactIcons li:hover img {
    -webkit-transition: all 0.45s ease-in-out;
    -moz-transition: all 0.45s ease-in-out;
    -o-transition: all 0.45s ease-in-out;
    -ms-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out
}

section#contactIcons p {
    margin-top: 8px
}

::-moz-selection {
    color: #fff;
    background: rgba(226, 0, 32, 0.667)
}

::selection {
    color: #fff;
    background: rgba(226, 0, 32, 0.667)
}

@media all and (max-width:1200px) {
    section#clients .picsContainer .picItem {
        width: 22.5%;
        height: 15vw
    }
}

@media all and (max-width:1024px) {
    section#home .outer .middle .inner {
        width: 100%
    }
    body section .widthLimiter {
        width: 98%
    }
}

@media all and (max-width:768px) {
    header.invert #mainNav {
        border-left: 6px solid #000
    }
    header #mainNav {
        width: 240px;
        padding: 0;
        border-left: 6px solid #fff;
        -webkit-border-radius: 25px;
        border-radius: 25px;
    }
    header #mainNav #menuBtn {
        display: block
    }
    header #mainNav ul li {
        float: none;
        font-size: 20px;
    }
    header #mainNav ul li a {
        padding: 10px 30px
    }
    header #mainNav .active {
        border: 0;
        background-color: #e20020;
        color: #fff;
    }
    header #mainNav .active:hover {
        color: #fff !important
    }
    section#home h1 {
        font-size: 80px
    }
    section#work h1 {
        font-size: 62px
    }
    section#work h2 {
        font-size: 40px
    }
    .subPage .iconContainer {
        width: 80%;
        margin: auto;
        float: none;
        margin-top: 10px;
    }
    .subPage .iconContainer img {
        width: 100%;
        padding: 0
    }
    .subPage .iconContainer p {
        padding-top: 0
    }
    .subPage .iconContainer h4 {
        margin-top: 8px;
        height: 40px
    }
    section#clients .picsContainer .picItem {
        width: 47%;
        height: 30vw
    }
    section#contact #smalltextbox,
    section#contact #largetextbox {
        width: 100%
    }
}


