::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(42, 40, 38, 0.8);
    border-radius: 15px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: rgba(42, 40, 38, 0.9);
}

/* COLORS */
.red {
    color: #e92b2b;
}

.blue {
    color: #2b8be9;
}

.orange {
    color: #ff7f00;
}

.redback {
    background-color: #e92b2b;
}

.blueback {
    background-color: #2b8be9;
}

.orangeback {
    background-color: #ff7f00;
}

.reddiv {
    background-color: #e92b2b;
    height: 50px;
    cursor: pointer;
}

.bluediv {
    background-color: #2b8be9;
    height: 50px;
    cursor: pointer;
}

.orangediv {
    background-color: #ff7f00;
    height: 50px;
    cursor: pointer;
}

/* UPPER HEADER */
.upperheader {
    transition: 0.3s;
}

.upperheader p {
    font-size: 15px;
    color: #313842;
    cursor: pointer;
    transition: 0.3s;
}

.upperheader p:hover {
    color: #2b8be9;
}

.hsocials a {
    font-size: 14px;
    padding-right: 15px;
    color: #313842;
    transition: 0.3s;
}

.hsocials a:last-child {
    padding-right: 0px;
}

.hsocials a:hover {
    color: #2b8be9;
}

.hsocials {
    display: flex;
    justify-content: flex-end;
}

.dropdown img {
    padding-right: 5px;
}

/* HEADER */
.mainheader {
    top: 0;
    width: 100%;
    height: auto;
    position: fixed;
    transition: 0.3s;
    z-index: 100;
}

.header {
    background-color: white;
    transition: 0.3s;
}

.header a {
    color: black;
    text-decoration: none;
}

.header h1 {
    font-size: 30px;
    font-weight: 400;
}

.header span {
    font-weight: 700;
}

.homedrop {
    margin-left: -200px;
    width: 500px;
}

.hoveredmenu ul li {
    margin: 0px;
    padding: 0px;
}

.hoveredmenu ul li {
    list-style: none;
}

.pagesdrop {
    margin-left: -200px;
    width: 700px;
}

.portfoliodrop {
    margin-left: -200px;
    width: 700px;
}

.featuresdrop {
    margin-left: -400px;
    width: 900px;
}

.blogdrop {
    margin-left: -400px;
    width: 700px;
}

.unnamedul {
    margin-top: 20px;
}

.burgerrow {
    display: none;
}

.contactul a {
    color: rgba(0, 0, 0, .55);
    text-decoration: none;
}

/* SEARCHMODAL */

.searchmodal {
    top: 0;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 1000;
    background: rgba(43, 138, 233, 0.9);
    justify-content: center;
    align-items: center;
    display: none;
    flex-direction: column;
    transition: 0.3;
}

.searchmodal i {
    font-size: 60px;
    color: white;
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 40px;
    margin-top: 20px;
    cursor: pointer;
}

.searchmodal p {
    font-size: 50px;
    font-weight: 600;
    color: white;
}

.searchmodal input {
    padding: 10px 250px 10px 10px;
    background: transparent;
    font-size: 40px;
    border: 0px;
    border-bottom: 1px solid white;
    color: white;
}

::placeholder {
    color: white;
}

:-ms-input-placeholder {
    color: white;
}

::-ms-input-placeholder {
    color: white;
}


.options {
    z-index: 100000;
    position: fixed;
    margin-top: -20px;
    left: 0;
    width: 200px;
    height: auto;
    margin-left: -200px;
    transition: 0.5s;
    background-color: #f8f9fa;
}

.optionsclick {
    width: 250px;
    height: 50px;
    background-color: #f8f9fa;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.optionsclick h2 {
    margin-left: 8px;
}

.optionsclick i {
    margin-right: 8px;
    font-size: 30px;
    cursor: pointer;
}

/* BANNER */
.banner {
    position: relative;
    z-index: 1;
    margin-top: 104px;
    height: 570px;
    transition: 0.5s;
    background: url(img/main-slide1.jpg);
    background-position: center center;
    background-size: cover;
}

.banner1 {
    height: 100%;
    position: absolute;
}

.banner1 hr {
    height: 2px;
    margin-left: 2px;
    width: 90px;
    color: #313842;
}

.innerbutton {
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 8px 20px;
    transition: 0.3s;
    margin-top: 10px;
    font-size: 20px;
}

.innerbutton:hover {
    color: black;
    background-color: white;
}

.slide1 {
    position: absolute;
    margin-top: -100px;
    width: 100%;
    height: auto;
    left: 0;
}

.slide1 h3 {
    font-size: 40px;
    color: white;
}

.slidertext1 {
    margin-left: 80px;
}

.slide2 {
    display: none;
    position: absolute;
    margin-top: -100px;
    width: 100%;
    height: auto;
    left: 0;
    color: white;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
}

.slide2 h2 {
    font-size: 120px;
}

.slide2 p {
    font-size: 30px;
}

.slide3 {
    position: absolute;
    margin-top: -100px;
    width: 100%;
    height: auto;
    left: 0;
    display: none;
}

.slide3 h3 {
    font-size: 40px;
    color: white;
}

.slidertext3 {
    margin-left: 80px;
}

.b2btn button {
    color: white;
    padding: 10px 15px 10px 15px;
}

.ba2b1 {
    background: transparent;
    border: 1px solid white;
    margin-right: 10px;
    transition: 0.3s;
}

.ba2b1:hover {
    background: white;
    color: black;
}

.ba2b2 {
    border: 1px solid transparent;
    margin-left: 10px;
    transition: 0.3s;
}

.ba2b2:hover {
    background: #313842;
    border-color: #313842;
}

/* CAROUSEL */
#next {
    position: absolute;
    font-size: 70px;
    top: 40%;
    right: 0;
    z-index: 99;
    cursor: pointer;
    color: white;
    opacity: 0;
    padding-left: 20px;
    padding-right: 15px;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.2);
}

#next:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

#prev {
    position: absolute;
    font-size: 50px;
    top: 40%;
    left: 0;
    z-index: 99;
    cursor: pointer;
    color: white;
    font-size: 70px;
    opacity: 0;
    padding-right: 20px;
    padding-left: 15px;
    transition: 0.5s;
    background-color: rgba(0, 0, 0, 0.2);
}

#prev:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.banner:hover #next {
    opacity: 1;
}

.banner:hover #prev {
    opacity: 1;
}

/* WASTE */
#wasteb1 {
    border: 0px;
    color: white;
    padding: 8px 10px;
    transition: 0.3s;
    margin-right: 10px;
}

#wasteb1:hover {
    background-color: #313842;
}

.wasteb2 {
    border: 1px solid white;
    background: transparent;
    color: white;
    padding: 8px 10px;
    transition: 0.3s;
    margin-left: 10px;
}

.wasteb2:hover {
    background-color: white;
    color: black;
}

/* UNIVERSAL */

.uni span {
    color: white;
    transition: 0.3s;
    padding: 2px 4px 2px 20px;
    -webkit-clip-path: polygon(13% 3%, 100% 0, 100% 100%, 13% 100%, 0% 50%);
    clip-path: polygon(13% 3%, 100% 0, 100% 100%, 13% 100%, 0% 50%);
}

/* MADE */

.made p {
    font-size: 30px;
    font-weight: 100;
}

/* IDEA */
.idea {
    -webkit-box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75)
}

.circle {
    width: 200px;
    height: 200px;
    overflow: hidden;
    border-radius: 50%;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    cursor: pointer;
}

.idea h3 {
    transition: 0.3s;
}

.left {
    color: white;
    font-size: 30px;
    padding: 0px 20px;
    -webkit-clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    clip-path: polygon(0% 0%, 75% 0%, 100% 50%, 75% 100%, 0% 100%);
    transition: 0.3s;
}

.right {
    color: white;
    font-size: 30px;
    padding: 0px 20px;
    -webkit-clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    clip-path: polygon(25% 0%, 100% 1%, 100% 100%, 25% 100%, 0% 50%);
    transition: 0.3s;
}

/* FEATURES */
.features {
    -webkit-box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 126px 23px -137px rgba(0, 0, 0, 0.75);
}

.featurestitle h3 {
    font-size: 40px;
}

.featurestitle span {
    font-weight: 700;
}

.featuressecttitle div {
    display: flex;
    align-items: center;
    text-align: center;
    border: 1px solid rgb(185, 185, 185);
    border-right: 2px solid rgb(185, 185, 185);
    border-left: 0px;
    cursor: pointer;
    font-size: 13px;
    text-transform: uppercase;
    transition: 0.3s;
}

.featuressecttitle div:first-child {
    border-top: 2px solid rgb(185, 185, 185);
}

.featuressecttitle div:last-child {
    border-bottom: 2px solid rgb(185, 185, 185);
}

.featuressecttitle p {
    margin-bottom: 0px;
    padding: 15px 0px;
}

.featuressecttitle div:hover {
    background-color: rgb(248, 246, 246);
}

.featureimg {
    transition: 0.5s;
}

/* COMPANIES */
.companiestitle span {
    font-weight: 300;
}

.companiestitle h2 {
    font-size: 40px;
}

.companiestitle p {
    font-size: 20px;
}

.team {
    padding-top: 340px;
    background-image: url(img/team.PNG);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}

.teamin {
    background-image: linear-gradient(rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 1));
}

.teamin span {
    font-weight: 300;
}

.callendar {
    display: flex;
    justify-content: center;
    align-items: start;
    width: 72px;
    height: 92px;
    background-color: white;
    position: relative;
    color: black;
}

.orangec {
    width: 100%;
    position: absolute;
    bottom: 0;
    transition: 0.3s;
}

.mydate {
    font-weight: 700;
    margin-top: 10px;
    font-size: 30px;
}

.firstcar h4 {
    font-size: 20px;
}

.owl-twospan a {
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s;
}

.owl-twospan a:hover {
    color: #313842;
}

.quoteparent {
    position: relative;
}

.quotediv {
    margin-top: 10px;
    transition: 0.3s;
    padding-bottom: 50px;
}

.quote {
    top: 0;
    margin-left: 50%;
    transform: translate(-50%, 0);
    margin-top: -10px;
    position: absolute;
    padding: 10px;
    background-color: #313842;
}

.testimonial {
    position: relative;
}

.john {
    position: absolute;
    left: 0px;
    bottom: 0px;
    margin-bottom: -22.5%;
}

.blacktext {
    padding-top: 8px;
    color: black;
}

.john h6 {
    font-size: 20px;
}

.testiback {
    height: 280px;
}

/* FOOTER */

#footer {
    background-color: #262626;
}

.footerpost {
    width: 270px;
    height: auto;
}

.footerpost h4 {
    font-size: 21px;
}

.footerp {
    cursor: pointer;
}

.myredp {
    transition: 0.3s;
}

.mybluep {
    transition: 0.3s;
}

.myorangep {
    transition: 0.3s;
}

.myredp:hover {
    color: #e92b2b;
}

.mybluep:hover {
    color: #2b8be9;
}

.myorangep:hover {
    color: #ff7f00;
}

.footerpost input {
    background: transparent;
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 10px 30px 10px 16px;
}

.footerpost input::placeholder {
    color: rgba(255, 255, 255, 0.2);
}

.tagparent {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.tag {
    color: rgba(255, 255, 255, 0.2);
    border: 1px solid;
    border-color: rgba(255, 255, 255, 0.2);
    padding: 3px 5px;
    margin-left: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.tag:hover {
    color: white;
    border-color: white;
}

.tag:first-child {
    margin-left: 0px;
}

.recent {
    width: 270px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.recent img {
    transition: 0.3s;
    cursor: pointer;
}

.recent img:hover {
    opacity: 0.6;
}

.fotsvg {
    transition: 0.3s;
}

/* COPYRIGHT */
.copyright {
    position: relative;
    background-color: #0d0d0d;
}

.copyright p {
    color: white;
}

.copyright a {
    text-decoration: none;
    transition: 0.3s;
}

.copyright a:hover {
    color: white;
}

.fsocials a {
    font-size: 14px;
    padding-right: 15px;
    color: #313842;
    transition: 0.3s;
}

.fsocials a:last-child {
    padding-right: 0px;
}

.fsocials a:hover {
    color: #2b8be9;
}

.up {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    padding: 10px 14px;
    color: white;
    margin-top: -20px;
    cursor: pointer;
    transition: 0.3s;
}