/*------------------------------------*\
	COMMONS CLASSES
\*------------------------------------*/

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.7em;
}

.features,
.blog,
.blog1,
.gallery,
.clients,
.prefooter .container-fluid {
    padding-top: 3.3em;
    padding-bottom: 4.2em;
}

.clients .section-title {
    margin-top: 30px;
    color: #14213d;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
}

span.typcn::before,
i.typcn::before {
    font-size: 2em;
}

span.x2:before,
i.x2:before {
    font-size: 3.4em;
}

span.x3:before,
i.x3:before {
    font-size: 4.4em;
}

span.x4:before,
i.x4:before {
    font-size: 6em;
}


/*------------------------------------*\
	HEADER
\*------------------------------------*/

header .container-fluid {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
    padding-top: 36px;
}

.hamburger {
    font-size: 2.3em;
    color: #fff;
}

.hamburger:hover {
    color: #FFF;
    cursor: pointer;
}

.logo {
    background: none;
    border: 0px;
}

.jumbotron {
    background: none;
    text-align: center;
}

.jumbotron h1,
.jumbotron h2,
.jumbotron h3,
.jumbotron h4,
.jumbotron h5,
.jumbotron h6,
.jumbotron small {
    color: #FFFFFF;
}

.jumbotron p {
    color: #FFFFFF;
    margin-bottom: 5%;
}


/*------------------------------------*\
	SECTIONS
\*------------------------------------*/

@media only screen and (max-device-width: 1366px) {
    .parallax {
        background-attachment: scroll;
    }
}

.About {
    margin-top: 25px;
    margin-bottom: 70px;
}

.About h2 {
    margin-bottom: 38px;
    color: #14213d;
    font-weight: 800;
    font-size: 38px;
}

.number h2 {
    font-weight: 800;
    font-size: 38px;
}

.number .container-fluid {
    background-image: url('/assets/images/ABOUT.jpg');
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.opaline {
    padding-top: 3em;
    padding-bottom: 3em;
    background-color: #14213dad;
}

.opaline h1,
.opaline h2,
.opaline h3,
.opaline h4,
.opaline h5,
.opaline h6,
.opaline p {
    color: #FFFFFF;
}

.opaline .boxes {
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 5px;
    border: 1px solid #FFF;
}

.opaline .boxes:hover {
    color: rgb(252, 88, 18);
    border: 2px solid rgb(252, 88, 18);
}

.boxes .odometer.odometer-theme-default {
    font-family: 'Roboto', sans-serif;
}

.story .container-fluid {
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.story1 .container-fluid {
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.story2 .container-fluid {
    background-image: url('/assets/images/deavary.jpg');
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.gallery {
    background-color: #dddddd;
}

.prefooter .container-fluid {
    background: linear-gradient( rgba(187, 84, 15, 0.6) 25%, rgba(33, 37, 43, 0.6) 75%), url(https://images.unsplash.com/photo-1603899122724-98440dd9c400?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=774&q=80);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prefooter h1,
.prefooter h2,
.prefooter h3,
.prefooter h4,
.prefooter h5,
.prefooter h6,
.prefooter p {
    color: #FFFFFF;
    text-align: center;
}


/*------------------------------------*\
	FOOTER
\*------------------------------------*/

footer {
    background-color: rgba(36, 50, 59, 1);
    padding-top: 2em;
    padding-bottom: 1.2em;
}

footer a {
    color: rgb(214, 184, 14);
    font-weight: 600;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer p {
    color: #FFFFFF;
}

.social {
    padding-top: 50px;
}

.Aboutures .Icon {
    color: #FC5812;
}

.Aboutures h4 {
    color: #14213d;
    font-weight: 800;
    margin-bottom: 15px;
    font-size: 21px;
}

.Aboutures p {
    color: #232323c4;
    margin-bottom: 15px;
}

.blog h2,
.blog1 h2,
.blog2 h2 {
    color: #14213D;
    font-weight: 700;
}


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/

.contact {
    padding-bottom: 80px;
}

.contact .section-title {
    color: #14213D;
}

.contact .info-box {
    color: #fc5812;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.24);
    padding: 20px 25px 30px 25px;
    min-height: 200px;
}

.contact .info-box i {
    font-size: 32px;
    color: var(--primaryColor);
    border-radius: 50%;
    padding: 8px;
    border: 2px dotted #f0f7fa;
}

.contact .info-box h3 {
    font-size: 20px;
    color: #777777;
    font-weight: 700;
    margin: 10px 0;
}

.contact .info-box p {
    padding: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 0;
    color: var(--primaryColor);
    font-size: medium;
}

.contact .info-box a {
    color: var(--primaryColor);
    text-decoration: none;
    background-color: transparent;
    font-size: medium;
}

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
    background: #fff;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;
    font-size: 13px;
}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.contact .php-email-form input::focus,
.ontact .php-email-form textarea::focus {
    background-color: #67b0d1;
}

.contact .php-email-form input {
    padding: 20px 15px;
}

.contact .php-email-form textarea {
    padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
    background: #67b0d1;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #8ec4dd;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#ContactUs {
    padding: 35px;
    background-color: #14213d12;
}

#ContactUs .section-title {
    margin-top: 30px;
    color: #14213d;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 50px;
    border-radius: 9px;
}

#ContactUs .contacts p {
    color: #000000;
}

#ContactUs .contacts {
    color: var(--primaryColor);
}

#contactUs .contacts a {
    color: #000000;
    text-decoration: none;
}

#contact-us .section-heading {
    margin-bottom: 50px;
}

#contact-us .section-heading h6 {
    color: #eda42f;
}

#contact-us .left-text-content ul li {
    margin-bottom: 30px;
}

#contact-us .left-text-content ul li {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

#contact-us .left-text-content ul li img {
    margin-right: 15px;
}

#contact-us {
    padding: 120px 0px;
    background-image: url('/assets/images/dotted-map-bg.png');
    /* Full height */
    height: 100%;
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#contact {
    margin-top: 40px;
}

.contact-form input,
.contact-form textarea {
    color: #7a7a7a;
    font-size: 15px;
    border: 1px solid #ddd;
    background-color: #fff;
    width: 100%;
    height: 46px;
    outline: none;
    padding-top: 3px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 30px;
}

.contact-form textarea {
    height: 150px;
    resize: none;
    padding: 20px;
}

.contact-form ::-webkit-input-placeholder {
    /* Edge */
    color: #7a7a7a;
}

.contact-form :-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #7a7a7a;
}

.contact-form ::placeholder {
    color: #7a7a7a;
}