

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* fontawsome icon */
@import url("https://use.fontawesome.com/releases/v5.0.7/css/all.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css");

body {
    margin: 0;
    padding: 0;
    font-size: 16px;
    box-sizing: border-box;
     font-family: "Montserrat", sans-serif;
    transition: all 0.4s ease-in-out;
    font-weight: 200;
    color:#fff;
    background: url(../images/full-website-bg.svg);
    background-size: cover;
    background-position: center;
}

* {
    margin: 0;
    padding: 0;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    outline: none;
}

a:hover {
    outline: none;
    text-decoration: none;
}

p {
    margin: 0;
    font-weight: 200;
    color:#f6efde;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color:#f6efde;
    font-weight:200;
}

.fa {
    font-size: 24px;
    margin-left: 8px;
}


header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
    padding: 10px 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    color: #f7dea2;
    font-size: 16px;
    padding: 0 25px;
    cursor: pointer;
}

.darkHeader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000;
    padding: 0;
}

.hero-section {
    display: flex;
    align-items: center;
    text-align: center;
    position: relative;
    /*background: url('../images/banner.jpg') no-repeat center center/cover;*/
    padding: 160px 0px 100px;
    min-height: 80vh;
}

.hero-content {
    text-align: left;
    width: 100%;
}
.bannerRow {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rightContetHero {
    background: #033531b0;
    width: 300px;
    border-radius: 100%;
    min-height: 300px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: -35px;
}
.hero-content p {
    font-size: 18px;
    color: #f6efde;
    line-height: 26px;
    font-weight: 700;
}

.custom_btn {
    font-size: 16px;
    text-transform: capitalize;
    color: #f6efde;
    padding: 6px 25px;
    border-radius: 50px;
    display: inline-block;
    margin-top: 25px;
    border: 1px dotted #f6efde;
    background:transparent;
}

.custom_btn:hover {
    background: #f6efde;
    color: #000;
}
#who-we-are{
    /*background: url('../images/WhoWeAre.jpg') no-repeat center center/cover;*/
}

.section-padding {
    padding: 100px 0;
}

.header-text {
    font-size: 3rem;
}

.subtext {
    font-size: 1.2rem;
    margin-bottom: 20px;
}

.box {
    border: 1px dotted #f6efde;
    padding: 45px 30px;
    border-radius: 20px;
    backdrop-filter: blur(10px);
    max-width: 1040px;
    margin-left: auto;
    margin-top:40px;
}

.highlight {
    background-color: #f6efde;
    color: black;
    padding: 5px;
    border-radius: 0px;
}

.hex-item {
    padding: 15px 0;
    font-size: 1.2rem;
    font-weight: 200;
    border-bottom: 1px dotted #f6efde;
    color: #f6efde;
}
.customColorText{
    color:#043632;
}
.WhoWeAre {
    position: relative;
    /*background: url('../images/WhoWeAre1.jpg') no-repeat center center/cover;*/
}

.WhoWeAre h2 {
    color: #f6efde;
}

.portfolioGrid img {
    border-radius: 15px;
}

.whyUsbbg{
    /*background: url('../images/whyUsbbg.jpg') no-repeat center center/cover;*/
    padding:200px 0;
}
div#our-hex {
    padding: 150px 0;
}

#our-work{
    /*background: url('../images/OurWork.jpg') no-repeat center center/cover;*/
    padding:150px 0;
}

footer {
    /*background: url('../images/footer-bg.jpg') no-repeat center center/cover;*/
    padding: 0px 0 20px;
    color: #f7dea2;
}

.contactForm {
    max-width: 750px;
    margin: auto;
    padding: 30px 0;
}

footer form label {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 200;
    color: #f6efde;
}

.form-control::placeholder {
    color: #5e5b52;
}

footer form .form-control {
    border-radius: 0px;
    border: 1px dotted #90814f;
    border-radius: 10px;
    padding: 12px 15px;
    font-size: 14px;
    background: transparent;
    color: #fff;
}

footer form .form-control:focus {
    background: transparent;
    box-shadow: none;
    color: #fff;
}

footer h2 {
    color: #f7dea2;
}

.copyright {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 1px dotted #f7dea24f;
}

.copyright p {
    font-size: 14px;
}



@media screen and (min-width:1200px){
    .section-padding{
        height:80vh;
    }
}