
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');

html{
    scroll-behavior: smooth;
}

body{
    margin: 0px;
    padding: 0px;
    font-size: 18px;
    font-family: 'Montserrat',sans-serif;
    line-height: 20px;
    color:#b1b4bd;
    background-color: #323a45;
}

a{
    color: #b1b4bd;
    font-weight: 500;
}

:root{
    --main-color: #FF9A00;
}

.theme-text{
    color: var(--main-color);
}

.header-background {
    position: static;
    display: block;
    overflow:visible;
    top: 0px;
    height: 100vh;
    min-height: 100vh;
    min-height: 750px;
    padding-bottom: 70px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1,0,0,0.8)));
    background-image: linear-gradient(rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");
    /*img[alt*="Credit: Image by wirestock on Freepik"]*/
    flex-direction: column;
    background-position: 0px 0px, 100% 100%;
    background-size: auto,cover;
    white-space: normal;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction:column;
    -ms-flex-direction: column; 

    


}

.sticky-nav{
    position: sticky;
    position: -webkit-sticky;
    top: 0px;
    padding: 0px;
    z-index: 1;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-ordinal-group: 1;
    -webkit-order:0;
    -ms-flex-order: 0;
    order: 0;
    background-color: rgba(12, 32, 59, 0.7);
}

.navbar.navbar-brand a{
    padding: 1rem;
    display: block;
    font-size: 2.2rem;
    }

.navbar-brand {
    font-size: 2.2rem;
    color: var(--main-color);
}
    

.navbar-toggler{
    border:none;
    padding: 10px 6px;
    outline:none;
}

.navbar-togler span {
    display:block;
    width:22px;
    height: 2px;
    border: 1px;
    background: #ffffff;
}

.navbar-toggler span + span{
    margin-top:4px;
    width:22px;
}

.navbar-toggler span + span + span{
    width:22px;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 1.4rem 1rem;
    font-size: 1.2rem;
    position:relative;
}


.active {
    color:var(--main-color) !important;
    border-bottom:1px solid var(--main-color);
}

.navbar ul li a:hover {
    color:var(--main-color) !important;
    border-bottom: 1px solid var(--main-color);
}

.btn {
    background-color: var(--main-color);
    color:white;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    font-size:1.2rem;
}
.btn:hover{
    background-color: white;
    color: var(--main-color);
}

.middle h1{
    font-size: 4rem;
    margin-right: 290px;

}

.middle{
    height: 90vh !important;
    width: 70%;
    display: flex;
    justify-content: center;
    align-items: center !important;
    margin-inline: auto;
}

/*
.wave{
    position:absolute;
    bottom: 0px;
}



.fixed-bottom{
    margin-right:1.5rem;
}


@media (min-width:544px){
    .middle h1 {
        font-size: 2rem;
    }
    .text-powered{
        font-size:8px !important;
        margin-bottom: -10px;
        margin-left:0px;
    }
    .text-copyright{
        font-size:8px !important;
        margin-top: 0px;
        float: right;
        margin-right:50px;
        width: auto;
    }

    .os4dev{
        margin-bottom:-10px;
    }    .middle{ 
        height: 40vh;
    }
    .wave{
        height: 300px;
        width: 100%;
        margin-bottom: -70px;
    }
    
}
@media (min-width:768px){
    .middle h1 {
        font-size: 2.5rem !important;
    }
    .text-powered{
        font-size:8px !important;
        margin-bottom: -10px;
        margin-left:0px;
    }
    .text-copyright{
        font-size:8px !important;
        margin-top: 0px;
        float: right;
        margin-right:50px;
    }
    
    .os4dev{
        margin-bottom:-10px;
    }
    .wave{margin-bottom: auto;
    width:unset;
    height: unset;
}
    
}
@media (min-width:992px){
    .middle h1 {
        font-size: 3.8rem;
    }
    .text-powered{
        font-size:3.5rem !important;
    }
    .text-powered.text-black{
        font-size:8px !important;
        color: black;
    }
}
@media (min-width:1200px){
    .middle h1 {
        font-size: 4rem !important;
    }
    .text-powered{
        font-size:12px !important;
        margin-bottom: -25px;
        margin-left:10px;
    }
    .text-copyright{
        font-size:12px !important;
        margin-top: -25px;
        margin-bottom: -20px;
        float: right;
        margin-right:120px;
    }
}
*/
.column-left {

    max-height: 100vh;
    min-height: 100vh;
}

.column-left {
    min-height: 760px;
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    object-fit: cover;
    -o-object-fit: cover;

/*img[alt*="Credit: Image by wirestock on Freepik"]*/    
}
    
.column-right .section-title{
    margin-top: 80px;
    padding: 5rem 2rem 0rem 5rem;
    font-size: 2.8rem;
    color: var(--main-color);
}
.paragraph{
    margin-top: 15px;
    padding: 1rem 5rem 1rem 5rem;
    font-size: 1rem;
    color: var(--main-color);
    line-height: 35px;
}

.ourgoal-right{
    min-height: 760px;
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    object-fit: cover;
    -o-object-fit: cover;

/*img[alt*="Credit: Image by wirestock on Freepik"]*/ 
}

.goal-section{
    margin-top: 20px;
    padding: 3rem 2rem 0rem 5rem;
    font-size: 2.8rem;
}
.goal-title-1, .goal-title-3{
    padding: 0.5rem 0rem 0.5rem 0rem;
    font-size: 1.8rem;
}

.goal-title-2, .goal-title-4{
    padding: 0.5rem 5rem 0.5rem 0rem;
    font-size: 1.8rem;
}

.goal-1, .goal-3{
    margin-top: 10px;
    padding: 0rem 1rem 1rem 5rem;
    font-size: 1rem;
    line-height: 1.4;
    text-align: justify;
}

.goal-2, .goal-4{
    margin-top: 10px;
    padding: 0rem 5rem 1rem 1rem;
    font-size: 1rem;
    line-height: 1.4;
    text-align: justify;
}

.fa{
    font-size:4rem;
    color: var(--main-color);
}
.goal-1 .fa, .goal3 .fa{
    padding: 3rem 2rem 1rem 0rem;
}

.goal-2 .fa, .goal3 .fa{
    padding: 3rem 0rem 1rem 2rem;
}

.portfolio{
    min-height: 100vh;
    overflow: hidden;
}
.gallery {
    min-height: calc(100vh/3);
    background-position:0px 0px;
    background-size: cover;
    opacity:1;
}
.img-1{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}
.img-2{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}
.img-3{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}
.img-4{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}
.img-5{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}
.img-6{
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");   
}



.text-left-block{
    width:100%;
    max-height: 100vh;
    left: 0;
    height: 100%;
    z-index: 999;
    overflow: hidden;
    align-items: center;
}

.text-left-block .left-center-text{
    display: table;
    position: relative;
    height: 100vh;
    padding: 0 10%;
    text-align: left;
}

.text-left-block .left-center-text .left-center-part {
    display: table-cell;
    vertical-align: middle;
}

.text-left-block .left-center-text .left-center-part h2{
    font-weight: 500;
}

.extra-section{
    padding: auto 0rem 1rem 0rem;
    font-size:2.8rem;
    font-weight: 500;
}
.team-paragraph{
    padding: 0rem 0rem 1rem 0rem;
    font-size: 1.1rem;
    line-height: 1.4;
    text-align: justify;
}

.block-extra{
    margin: 1rem 0rem 0rem 0rem;
}
.block-extra img.extra-sample{
    width:240px;
    object-fit: fill;
}

.block-extra h3{
    margin-top: 15px;
    font-size: 1.4rem;
}
.block-extra small{
    text-transform: uppercase;
    font-size: 1rem;
    color: var(--main-color);
    font-style: italic;
    margin-bottom: 10px;
}

.block-extra .paragraph{
    padding: 0rem 3rem 0rem 0rem;
}

.block-extra .social-media .fa{
    margin: 4px;
    font-size: 18px;
    border: 1px solid #fff;
    border-radius:50%;
    width:30px;
    height: 30px;
    text-align: center;
    padding-top:5px;
}

#video-background{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.contact-right{
    min-height: 760px;
    background-image: -webkit-gradient(linear, left top, left bottom, from (rgba(1,0,0,0.8)));
    background-image: linear-gradient(180deg,rgba(1,0,0,0.8), rgba(1,0,0,0.8)), url("../images/background-sm.jpg");
    background-position: 0px 0px, 100% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    object-fit: cover;
    -o-object-fit: cover;

/*img[alt*="Credit: Image by wirestock on Freepik"]*/    
}

.contact-section{
    padding: 1rem 0rem 1rem 0rem;
    font-size: 2.8rem;
    font-weight: 500;
}

.contact-left .paragraph{
    padding: 0rem 3rem 0rem 0rem;
    font-size: 1rem;
    line-height: 1.2;
}

.phone-mail-link:hover{
    color: var(--main-color);
}

#contact-form{
    margin-top: 40px;

}

#contact-form .form-control{
    background-color: #2e353f;
    border: none;
    border-radius: 0.3rem;
    box-shadow: none;
    font-weight:300;
    outline: medium none;
    padding: 1rem 2rem;
    font-size: 1rem;
    line-height: 1.2;
    height: auto;
    width: 100%;
    color: #fff;
    margin-bottom: 1rem;
    transition: all .2s ease-in-out;
    text-align:left;
}

#contact-form .form-control:hover, #contact-form .form-control:focus {
    box-shadow:none;
    background: #29392d;
}
#contact-form span.sub-text{
    color: #939da5;
    position: absolute;
    font-size: 0.9rem;
    right: 5rem;
}

#contact-form button#valid-form{
    background:var(--main-color);
    font-weight: 300;
    text-transform: uppercase;
    padding: 1rem 2rem;
    font-size: 1rem;
    color: #fff;
    margin: auto;
    margin-top: 1rem;
    border-radius: 2rem;
    border: none;
    display: inline-block;
}

#contact-form button#valid-form:hover{
    background:#03e803;
}

.gotopbtn .fa{
    font-size:28px;
    margin-top: 10px;
}

.gotopbtn{
    position: fixed;
    width: 50px;
    height:50px;
    bottom: 40px;
    background: #f6faf8;
    right:50px;
    text-decoration: none;
    text-align: center;
    line-height: 50px;
    z-index: 99999999;
}
.gotopbtn:hover{
    background: #293039;
}
.text-powered{
    font-size: 9px;
}
.text-copyright{
    font-size:7px;
    float:right;
    margin-top:-10px;
}
.copyright{
    padding-bottom:45px;
}