@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300&display=swap');
* p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    padding: 0;
    margin: 0;
}

html {
    overflow-x: hidden;
}

body {
    margin: 0;
    background-image: url('im/main-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
}

canvas {
    position: absolute;
    top: 0;
    z-index: 1;
    opacity: 0.4;
    width: unset !important;
    height: unset !important;
}
.icon-bar {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
	right:0;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 16px;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
}
.icon-bar a:hover {
    background: #222;
}
.icon-bar .facebook {
    background: #3b5998;
}
.icon-bar .twitter {
    background: #55acee;
}
.icon-bar .google {
    background: #bb0000;
}
.icon-bar .linkedin {
    background: #007bb5;
}
.icon-bar .youtube {
    background: #bb0000;
}
.site-wrapper {
    width: 100%;
    height: 100vh;
    position: relative;
    opacity: 1;
    z-index: 9;
}


header {
    padding: 0vh 60px;
}

.ex-text {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 60px;
}

.top-button {
    padding-left: 20%;
	margin-top: 19px;
}

.logo {
    position: absolute;
    top: 5vh;
    left: 0%;
    right: 0;
}

.logo img {
    padding: 0px 0px 0;
    max-width: 310px;
}

.top-button button {
    background-color: transparent;
    padding: 17px 23px;
    border: 0;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 17px;
    text-transform: uppercase;
}

.top-button button:hover {
    cursor: url('im/cursor.png'), auto;
}

.ctg-img {
    transition: all 0.5s ease;
}

.ctg-hover img:hover {
    transform: scale(1.0);
}

.cat-hoo .icon {
    position: absolute;
    bottom: -33px;
    border: solid 2px #000;
    padding: 10px 18px;
    color: #fff;
    border-radius: 50px;
    font-size: 18px;
    background: #c80514;
    width: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.ctg-hover .icon:hover {
    color: #fff;
    background: #000;
}

.ctg-hover .category-mains h1:hover {
    color: #c80514;
}

.category-mains h1 {
    text-transform: uppercase;
    color: #000;
    font-size: 20px;
    font-weight: bold;
    padding: 34px 0px;
    text-align: center;
}

.ctg-hover {
    text-align: center;
}

.category-section {
    margin-top: 10vh;
}



.category-section .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    margin-top: 4vh !important;
}

.category-section .owl-stage-outer {
    margin-left: 1px;
}

.category-section .owl-dot:hover span {
    cursor: url('im/cursor.png'), auto;
}

.category-section .owl-dot.active span {
    background: #c80514 !important;
}

.category-section .owl-dot:hover span {
    background: #c80514 !important;
    cursor: url('im/cursor.png'), auto;
}

.category-main {
    text-align: center;
    border-right: solid 1px #fff;
    padding: 5vh 0;
}

.category-main h1 {
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    font-size: 50px;
    text-transform: uppercase;
    transition: all 0.5s ease;
    cursor: url('im/cursor.png'), auto;
}

.category-main p {
    color: #585858;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 20px;
    padding: 3.5vh 0;
    transition: all 0.5s ease;
    cursor: url('im/cursor.png'), auto;
}

.category-main {
    cursor: url('im/cursor.png'), auto;
}

.category-main .cat-ho {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 20px;
    transition: all 0.5s ease;
    transform: skew(90deg);
    opacity: 0;
    cursor: url('im/cursor.png'), auto;
}

.category-main .cat-ho div {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: solid 1px #c80514;
    color: #fff;
    transition: all 0.5s ease;
}

.category-main .cat-ho span {
    opacity: 0;
    transition: all 0.5s ease;
}

.category-main:hover .cat-ho span {
    opacity: 1;
}

.category-main:hover .cat-ho div {
    margin-right: 20px;
}

.category-main:hover .cat-ho {
    text-decoration: none;
    transform: skew(0deg);
    opacity: 1;
}

.category-main:hover {
    cursor: url('im/cursor.png'), auto;
}

.category-main:hover h1 {
    color: #c80514;
}

.category-main:hover p {
    color: #fff;
}

.category-main a:hover {
    text-decoration: none;
}

.copyright {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    padding: 13px;
    margin-top: 1%;
}

.get-in-touch {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0);
    overflow-x: auto;
    visibility: hidden;
    opacity: 0;
}

.get-in-touch.show {
    opacity: 1;
    top: 0px;
    transition: all 0.5s ease-in-out;
    visibility: visible;
}

.get-in-touch {
    scrollbar-width: thin;
    scrollbar-color: #2A2A2A #151516
}

.get-in-touch::-webkit-scrollbar {
    width: 7px;
}

.get-in-touch::-webkit-scrollbar-track {
    background: #151516;
    border-radius: 20px;
}

.get-in-touch::-webkit-scrollbar-thumb {
    background-color: #2A2A2A;
    border-radius: 20px;
}

.form-group {
    position: relative;
    text-align: left;
}

.form-control {
    height: 50px;
    background-color: #000;
    color: #747474;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    border-radius: 0px;
    border: 0;
    border: solid 1px #c80514;
}

.form-control:focus {
    color: #fff;
    background-color: #000;
    border-color: transparent;
    outline: 0;
    box-shadow: unset;
    border: solid 1px #c80514;
}

.form-control::placeholder {
    opacity: 1;
    color: #747474;
}

.btn-primary {
    background-color: #c80514;
    border: 0;
    color: #000;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    padding: 13px 30px;
    cursor: url('im/cursor.png'), auto !important;
}

.btn-primary:hover {
    background-color: #c80514;
}

.get-heading {
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    margin-bottom: 30px;
}

/*---------- Label-------*/

label {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
}

label svg {
    color: #ff1a1a;
    font-size: 8px !important;
    margin-left: 4px;
    position: relative;
    top: -6px;
}

p.error {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: block;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1.5;
    color: #fff;
    background-color: #ff1a1a;
    border-radius: .25rem;
    right: 0;
}

.contact-detail p {
    color: #fff;
    font-size: 15px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    padding: 10px 0;
}

.contact-detail p svg {
    margin-right: 10px;
}

.get-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    border: 0;
    cursor: url('im/cursor.png'), auto !important;
}

.leftmenu {
    position: absolute;
    left: -300px;
    top: 0;
    height: 100%;
    width: 300px;
    background-color: #000;
    z-index: 99;
    visibility: hidden;
}

.leftmenu.show {
    left: 0;
    visibility: visible;
}

.left-close {
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 9;
    background-color: transparent;
    color: #fff;
    font-size: 25px;
    border: 0;
    cursor: url('im/cursor.png'), auto !important;
}

.leftmenu ul {
    padding: 80px 60px;
}

.leftmenu ul li {
    list-style: none;
    padding: 10px 0;
}

.leftmenu ul li a {
    cursor: url('im/cursor.png'), auto !important;
    color: #fff;
    font-size: 25px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 300;
    transition: all 0.5s ease;
}

.leftmenu ul li a:hover {
    text-decoration: none;
    color: #c80514;
}

@media only screen and (max-width: 767px) {
    header {
        padding: 15px 0px;
    }
    .top-button button {
        padding: 9px 13px;
        font-size: 13px;
    }
    .category-section {
        margin-top: 11vh;
    }
    .category-main h1 {
        font-size: 30px;
    }
    .category-main p {
        font-size: 15px;
    }
    .category-main {
        padding: 3vh 0;
    }
}

@media only screen and (min-width: 1767px) {
    .top-button {
        padding-left: 0% !important;
    }
    .category-section {
        margin-top: 20vh !important;
    }
}

@media only screen and (max-width: 550px) {
    .site-wrapper {
        width: unset !important;
        height: auto !important;
        overflow-x: hidden;
    }
    .ctg-img {
        transition: all 0.5s ease;
        width: 100%;
    }
    .leftmenu {
        left: -100%;
        width: 100%;
    }
    .copyright {
        width: 100% !important;
    }
    body {
        margin: 0;
        background-image: url('im/main-bg.png');
        background-repeat: no-repeat;
        background-size: contain;
    }
    html {
        overflow-x: hidden;
    }
    .category-section {
        margin-top: 0vh;
    }
    .ex-text {
        font-weight: bold;
        padding-bottom: 10px;
        font-size: 35px;
    }
    .category-mains h1 {
        text-transform: uppercase;
        color: #000;
        font-size: 23px;
        font-weight: bold;
        padding: 21px 0px 55px;
        text-align: center;
    }
    .cat-hoo .icon {
        position: absolute;
        bottom: 0px;
        border: solid 2px #000;
        padding: 10px 18px;
        color: #fff;
        border-radius: 50px;
        font-size: 14px !important;
        background: #c80514;
        width: 73%;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .ctg-hover {
        text-align: center;
        padding-top: 20px;
    }
    .logo img {
        padding: 5px 8px 0;
        max-width: 140px;
    }
    .logo {
        height: 60px;
    }
    .top-button {
        padding-left: 0;
    }
}