html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
}

body {
    line-height: 1;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}


hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

@font-face {
    font-family: 'AvanttTrialExBold';
    src: url('../fonts/AvanttTRIAL-ExtraBold.eot');
    src: url('../fonts/AvanttTRIAL-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvanttTRIAL-ExtraBold.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-ExtraBold.woff') format('woff'),
        url('../fonts/AvanttTRIAL-ExtraBold.ttf') format('truetype'),
        url('../fonts/AvanttTRIAL-ExtraBold.svg#AvanttTRIAL-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvanttTrialHeavy';
    src: url('../fonts/AvanttTRIAL-Heavy.eot');
    src: url('../fonts/AvanttTRIAL-Heavy.eot?#iefix') format('embedded-opentype'),
        url('../fonts/AvanttTRIAL-Heavy.woff2') format('woff2'),
        url('../fonts/AvanttTRIAL-Heavy.woff') format('woff'),
        url('../fonts/AvanttTRIAL-Heavy.ttf') format('truetype'),
        url('../fonts/AvanttTRIAL-Heavy.svg#AvanttTRIAL-Heavy') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}




::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

:-moz-placeholder {
    /* Firefox 18- */
    color: #fff;
    font-family: 'DM Sans', sans-serif;
    font-size: 16px;
}

ul,
li {
    font-family: 'DM Sans', sans-serif;
}



input,
select {
    vertical-align: middle;
}



body {

    font-family: 'DM Sans', sans-serif;
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 16px;
}

h1,
h2,
h3,
h4 {
    font-family: 'DM Sans', sans-serif;
    font-weight: 1000;
}

p {
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}


.btn {
    background: #000000;
    color: #fff;
    padding: 12px 27px;
    border-radius: 0;
    text-decoration: none;
    font-size: 16px;
    line-height: 25px;
    font-family: 'DM Sans', sans-serif;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    display: inline-flex;
    font-weight: 700;
    transition: all .3s ease;
    cursor: pointer;
    box-shadow: none;
    outline: none;
    transition: all .5s ease;
    white-space: nowrap;
    text-decoration: none;
    text-transform: uppercase;
    border: 3px solid #000;
}

.btn:hover {
    background: rgba(0, 0, 0, .8);
}

.btn:focus,
.btn:active {
    background: #000;
}


.btn.btn-white {
    background: #fff;
    color: #000;
}

.btn.btn-white:focus,
.btn.btn-white:active {
    background: #000;
    color: #fff;
}

.btn.btn-white:hover {
    background: #000;
    color: #fff;
}


.btn.btn-white.outline {
    background: #fff;
    color: #000;
    border:2px solid #fff;
}

.btn.btn-white.outline:focus,
.btn.btn-white.outline:active {
    background: #000;
    color: #fff;
    border:2px solid #fff;
}

.btn.btn-white.outline:hover {
    background: #000;
    color: #fff;
    border:2px solid #fff;
}



.container {
    max-width: 1484px;
    margin: 0 auto;
}

.header {
    padding-top: 70px;
}

.header .flex-col {
    display: flex;
    justify-content: space-between;
    max-width: 1067px;
}

.corner-image {
    position: absolute;
    right: 0;
    top: 0;
}

.left-header-content{display: flex; justify-content: space-between; width:100%;}

.corner-image img {
    max-width: 465px;
}

.main {
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
}

h1 {
    color: #000;
    font-size: 200px;
    line-height: 159px;
    /* 79.5% */
    letter-spacing: -6px;
    text-transform: uppercase;
    display: inline;
    font-family: 'AvanttTrialHeavy';
}

.content-section h1 {
    margin-top: 250px;
    margin-bottom: 40px;
    display: block;
}

.content-section p {
    color: #000;
    font-family: "DM Sans";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.button-section-right {
    display: block;
}

.button-section-right .flex-col {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-right: 100px;
    margin-bottom: 20px;
}

.button-section-right .btn {
    margin-left: 76px;
}


.banner-section h4 {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}

.banner-section h2 {
    font-size: 96px;
    line-height: 80px;
    color: #fff;
    margin: 50px 0;
    font-family: 'AvanttTrialHeavy';
}

.banner-section p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.banner-section .btn {
    margin-top: 50px;
}

.banner-section .flex-col {
    display: flex;
    text-align: left;
    padding: 170px 0 170px 190px;
    background: #000;
}

.banner-section .flex-col .right-col img.large-img {
    max-width: 679px;
}

.banner-section .flex-col .right-col .right-corner-img {
    position: absolute;
    right: 0;
}

.banner-section .text-content {
    max-width: 700px;
}

.banner-section .text-content p {
    max-width: 630px;
}

.circle-grey {
    margin-bottom: -85px;
    margin-left: -85px;
}

.circle-grey img {
    position: relative;
    z-index: -1;
}

.rel-img {
    position: relative
}

.square-img {
    position: absolute;
    bottom: -90px;
    left: 50%;
    transform: translateX(-50%)
}

.services-section {
    margin: 200px 0 0 0;
}

.flex-col-three {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 40px;
}

.flex-col-three .list {
    padding-left: 30px;
    border-left: 3px solid #C5C5C5;
}

.services-section h2 {
    font-size: 96px;
    line-height: 90px;
    color: #000;
    display: block;
    padding-bottom: 106px;
    font-family: 'AvanttTrialHeavy';
}

.services-section .listing-col .icon {
    margin-bottom: 30px;
}

.services-section .listing-col h3 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    margin-bottom: 22px;
}

.services-section .listing-col p {
    font-size: 16px;
    line-height: 25px;
}

.services-section .button-section {
    margin: 90px 0 0;
}

.footer {
    background: #000;
    padding: 150px 0 150px;
    display: block;
    position: relative;
    
}

.black-pattern{background: #000; display: flex; justify-content: center;     margin-top: 180px;}
.img-responsive{max-width: 100%;}
.slider-section{background: #000; margin-top:150px;}
.slider-home{ max-width: 1570px; margin: auto;}



.footer .container {
    max-width: 1358px;
}

.footer .flex-col {
    display: flex;
    justify-content: space-between;
}

.footer .logo {
    margin-bottom: 80px;
}

.footer ul.contact-info-list {
    font-size: 16px;
    margin: 0;
    padding: 0;
    line-height: 22px;
}

.footer ul.contact-info-list li {
    color: #C5C5C5;
    margin: 0 0 20px 0;
    display: block;
    font-weight: 400;
    display: flex;
    
}

.footer ul.contact-info-list li span {
    min-width: 100px;
    display: block;
}

.footer ul.contact-info-list li a {
    text-decoration: none;
    color: #C5C5C5;
}

.footer ul.contact-info-list li a:hover {
    color: #fff;
}

.footer .copyright {
    color: #fff;
    margin: 70px 0 0;
    font-size: 24px;
    font-family: 'AvanttTrialExBold';
}


.footer .form-section {
    min-width: 600px;
}

.form-control {
    font-family: 'DM Sans', sans-serif;
    border: 1px solid #C5C5C5;
    border-radius: 0px;
    padding: 13px 16px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    outline: none;
    background: #000;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;

}

.footer .form-section .flex-col-two-col {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr 1fr;
}

.footer .form-section .flex-col-one {
    display: grid;
    grid-gap: 12px;
    grid-template-columns: 1fr;
}

label {
    font-size: 16px;
    color: #C5C5C5;
    margin: 18px 0 15px 0;
    display: block;
}

.footer .button-section .btn {
    border: 0;
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    display: block;
}

.footer .button-section .btn:hover {
    background: rgba(255, 255, 255, .9);
    color: #000;
}

.footer .button-section .btn:focus,
.footer .button-section .btn:active {
    background: #fff;
    color: #000;
}

.form-control.error {
    border-color: red;
}

.footer textarea {
    height: 128px;
}

label.error {
    font-size: 12px;
    color: red;
    font-weight: 300;
}

.form-input.error {
    border-color: red;
}

.g-recaptcha{opacity: 0;}

.success_message,
.dynamic {
    padding: 20px 20px;
    display: none;
    text-align: center;
    color: #fff;
}

.success_message h5,
.dynamic h5 {
    padding:0;
    margin:0;
    color: #fff;
    font-size: 20px;
    font-family: 'AvanttTrialExBold';
}



form label.error {
    display: none !important;
}