/*!
Theme Name: Applied Monitoring
Theme URI: https://iidev.co.uk/
Author: applied monitoring
Author URI: https://iidev.co.uk/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: applied-monitoring
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Applied Monitoring is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
:root {
    --font: 'Roboto';
    --color1: #002358;
    --color2: #8c74ff;
    --color3: #7689a5;
    --fontsize12: 12px;
    --fontsize20: 20px;
    --fontsize16: 16px;
    --fontsize52: 52px;
    --fontsize43: 43px;
}

/* roboto font-family */
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

/*========== keyframes ===========*/
/*== Image Up-Down ==*/
@-webkit-keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes mover {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}
html {
  scroll-behavior: smooth;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    transition: all 0.5s linear;
}

img {
    max-width: 100%;
}

p:empty {
    display: none;
}

body {
    background-color: #FFFFFF;
     font-family: var(--font); 
    font-weight: 400;
}

select {
    font-family: var(--font);
}

input {
    font-family: var(--font);
}

ul {
    list-style: none;
}

.contanier {
    padding: 0px 142px;
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}


/* header css */
header {
    display: flex;
    margin-top: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;

}
img.over-img {
    position: absolute;
    top: 42%;
    right: 0px;
    width: 100%; 
}

header .navigation ul {
    display: flex;
    column-gap: 52px;
    align-items: center;
}


header .navigation ul li a {
    font-size: var(--fontsize16);
    color: var(--color1);
    font-weight: 500;
    letter-spacing: 0.53px;
}

header .logo img {
    width: 143px;
    height: 54px;
}

header .navigation ul li.contact a {
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
    border-radius: 5px;
    font-weight: 600;
}




/* footer css */
.footer-top {
    background: #F1F1F1;
    padding: 60px 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 30px;
}

.footer-top p {
    font-size: var(--fontsize43);
    font-weight: 300;
    color: var(--color1);
}

.footer-top p b {
    font-weight: 600;
}

.footer-top span {
    font-size: var(--fontsize16);
    color: var(--color1);
}

.footer-top a {
    width: 160px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color1);
    border-radius: 5px;
    font-weight: 600;
    color: var(--color1);
}

.footer-bottom .footer-links ul {
    display: flex;
    align-items: center;
    column-gap: 50px;
}

.policy-links {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 40%;
}

.footer-bottom .footer-links {
    width: 60%;
}


.footer-bottom {
    height: 104px;
    background-color: #E8E8E7;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-bottom .footer-links ul a {
    font-size: var(--fontsize16);
    color: var(--color1);
    letter-spacing: 0.53px;
    font-weight: 500;
    font-size: var(--fontsize16);
}

.policy-links a {
    color: var(--color3);
    font-weight: 300;
    font-size: var(--fontsize12);
    letter-spacing: 0.4px;
}

.policy-links span {
    color: var(--color3);
    font-weight: 300;
    font-size: var(--fontsize12);
    letter-spacing: 0.4px;
}

.team-member {
    display: flex;
    align-items: flex-start;
    column-gap: 25px;
	justify-content: space-between;
}

.team-member .main-team {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-member .main-team img {
    width: 193px;
    height: 193px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.team-member .main-team .name-and-position p.name {
    color: var(--color1);
    font-weight: 600;
    font-size: var(--fontsize16);
}

.our-team.contanier p.heading {
    font-size: var(--fontsize43);
    font-weight: 300;
    color: var(--color1);
    margin-bottom: 50px;
}

.our-team.contanier p.heading b {
    font-weight: 600;
}

.information-team {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.team-member .main-team .name-and-position {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.information-team span {
    display: block;
    text-align: center;
    color: var(--color1);
    font-weight: 400;
    font-size: var(--fontsize16);
    padding-bottom: 8px;
}

.team-member .main-team .name-and-position span.position {
    color: var(--color1);
    font-weight: 400;
    font-size: var(--fontsize16);
    padding-top: 5px;
}

.our-team.contanier {
    margin-bottom: 60px;
}

.img-contact {
    display: flex;
    align-items: center;
    column-gap: 37px;
    justify-content: space-between;
    margin-bottom: 40px;
}

.img-contact img {
    height: auto;
    width: 50%;
}

.img-contact .contact-text {
    width: 50%;
}

.img-contact .contact-text .heading {
    color: var(--color1);
    font-weight: 600;
    font-size: var(--fontsize16);
    line-height: 24px;
    padding-bottom: 15px;
}

.img-contact .contact-text span {
    color: var(--color1);
    font-size: var(--fontsize16);
    font-weight: 400;
    line-height: 24px;
    padding-bottom: 20px;
    display: block;
}

.img-contact .contact-text a {
    color: var(--color2);
    font-size: var(--fontsize16);
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    padding-right: 20px;
}

.border-bottom::before {
    content: "";
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color2);
}

.text-contact {
    display: flex;
    align-items: flex-end;
    column-gap: 37px;
    margin-bottom: 60px;
}

.text-contact .contact-text {
    width: 50%;
}

.text-contact .heading-contact {
    width: 50%;
}

.text-contact .contact-text p.heading {
    color: var(--color1);
    font-weight: 600;
    font-size: var(--fontsize16);
    line-height: 24px;
    padding-bottom: 15px;
}

.text-contact .contact-text span {
    color: var(--color1);
    font-size: var(--fontsize16);
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.text-contact .heading-contact p {
    font-size: var(--fontsize43);
    color: var(--color1);
    line-height: 51.6px;
    font-weight: 300;
    padding-left: 18px;
}

.text-contact .heading-contact p b {
    font-weight: 600;
}

.partners-images {
    display: flex;
}
.partner-section.contanier {
    margin-bottom: 80px;
}


.partner-section.contanier p {
    font-size: var(--fontsize43);
    font-weight: 300;
    color: var(--color1);
    margin-bottom: 50px;
}

.features-main.contanier .feature-text {
    width: 50%;
}

.features-main.contanier .feature-images {
    width: 50%;
}

.features-main.contanier .feature-div {
    display: flex;
    column-gap: 20px;
    align-items: center;
}

.features-main.contanier .feature-div img {
    width: 81px;
    height: 81px;
    border: 2px solid;
    border-radius: 100%;
}

.features-main.contanier {
    display: flex;
    align-items: center;
}

.partner-section.contanier p b {
    font-weight: 600;
}

.features-main.contanier {
    display: flex;
    margin-bottom: 50px;
}

.text-feature p.heading {
    color: var(--color1);
    font-weight: 600;
    font-size: var(--fontsize16);
    line-height: 24px;
    padding-bottom: 5px;
}

.text-feature span {
    color: var(--color1);
    font-size: var(--fontsize16);
    font-weight: 400;
    line-height: 24px;
    display: block;
}

.features-main.contanier .feature-text {
    width: 50%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.text-contact.team a.contact-us.border-bottom {
    color: var(--color2);
    font-size: var(--fontsize16);
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    padding-right: 20px;
}

.text-contact.team span {
    padding-bottom: 20px;
}

.banner-section.contanier {
    display: flex;
    align-items: flex-start;
    margin-top: 50px;
}

.banner-section.contanier .text-banner {
    width: 50%;
}

.banner-section.contanier img {
    width: 50%;
}

.banner-section.contanier .text-banner p.heading {
    font-size: var(--fontsize52);
    color: var(--color1);
    line-height: 62.4px;
    margin-bottom: 30px;
}

.banner-section.contanier a.contact-us.border-bottom {
    color: var(--color2);
    font-size: var(--fontsize16);
    font-weight: 600;
    position: relative;
    padding-bottom: 3px;
    padding-right: 20px;
}

.br-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    background-position: 0px -160px;
    background-size: 100%;
    padding-bottom: 100px;
}

.mobile-show {
    display: none;
}

.navigation-links-mobile-menu {
    display: none;
}

.mobile-image-banner {
    display: none;
}


/* contact us  */
.contact-banner.contanier {
    display: flex;
    align-items: flex-start;
    margin-top: 100px;
}
.contact-banner.contanier .banner-heading {
    width: 50%;
}
.contact-banner.contanier .contact-images-banner{
    width: 50%;
}
.contact-banner.contanier .banner-heading p.heading{
    font-size: var(--fontsize52);
    color: var(--color1);
    line-height: 62.4px;
    margin-bottom: 30px;
}
.contact-banner.contanier .banner-heading p.heading b{
    font-weight: 600;
}
.contact-banner.contanier .banner-heading span {
    font-size: var(--fontsize16);
    line-height: 20px;
    color: var(--color1);
    margin-bottom: 40px;
    display: block;
}
.contact-banner.contanier .contact-details {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.contact-banner.contanier .contact-details p {
    font-size: 16px;
    font-weight: 600;
    color: var(--color1);
}
.contact-br{
    background-position: 0px -25px;
}

.contact-footer{
    display: none;
}
.form-contact {
    background: #F1F1F1;
    padding: 60px 0px;
    row-gap: 30px;
}
.form-contact p.heading{
    font-size: 27px;
    color: var(--color1);
    text-align: center;
    padding-bottom: 30px;
}
.form-contact p.heading b{
    font-weight: 600;
}
.form-contact.contanier{
    padding: 60px 177px 17px;
}
.form-contact.contanier span {
    text-align: right;
    display: block;
    padding-bottom: 30px;
    font-size: 14px;
    color: var(--color1);
}
.input-values.full {
    display: flex;
    flex-direction: column;
}
.input-values.full textarea{
    border: none;
    padding: 10px;
    width:100%;
    margin-top:10px;
    resize:none;
}
.input-values.full textarea:focus-visible{
    outline: none;

}
.input-values.full label{
    padding-bottom: 15px;
    font-size: var(--fontsize16);
    color: var(--color1);
}
.input-field {
    display: flex;
    flex-direction: column;
    width: 50%;
}
.button-submint {
    display: flex;
    justify-content: flex-end;
    margin-top: 5px;
}
.button-submint input{
    height: 40px;
    background-color: #8c74ff;
    border: none;
    font-size:15px;
    color: #fff;
    padding: 0px 40px;
    border-radius: 5px;
}
.input-field input {
    border: none;
    height: 45px;
    margin-bottom: 10px;
    padding:10px;
    width:100%;
    margin-top:15px;
}
.input-field input:focus-visible{
    outline: none;
}
.input-field label {
    padding-bottom: 15px;
    font-size: var(--fontsize16);
    color: var(--color1);
}
.input-values.half {
    display: flex;
    column-gap: 45px;
}
.footer-bottom-main {
    background-color: #E8E8E7;
}
.form-section-main{
	background: #F1F1F1;
}

@media (max-width:1300px) {
    header .navigation ul {
        column-gap: 30px;
    }
}

@media (max-width:1200px) {
    .contanier {
        padding: 0px 20px;
    }
	.form-contact.contanier {
    padding: 60px 50px 17px;
}

}

@media (max-width:992px) {
    .mobile-show {
        display: block;
    }
    .contact-banner.contanier{
        flex-direction: column;
        margin-top: 30px;
        padding: 0px 0px;
    }
    .contact-banner.contanier .banner-heading{
        width: 100%;
        padding: 0px 20px;
    }
    .contact-banner.contanier img.desktop-image-banner {
        display: none;
    }
    .contact-banner.contanier .contact-images-banner{
        width: 100%;
    }
    .contact-banner.contanier img.mobile-image-banner {
        display: block;
        width: 100%;
    }
    .contact-banner.contanier .banner-heading p.heading{
        font-size: 30px;
        margin-bottom: 0px;
    }
    .form-contact.contanier{
        padding:50px 20px;
    }
    .form-contact p.heading{
        padding-bottom: 15px;
    }
    .form-contact.contanier span{
        padding-bottom: 15px;
        text-align: center;
    }
    form {
        margin-top: 40px;
    }
    .input-values.half {
        display: flex;
        column-gap: 45px;
        flex-direction: column;
    }
    .input-field{
        width: 100%;
    }
    .input-field label {
        padding-bottom: 15px;
        font-size: 14px;
        color: var(--color1);
    }
    .button-submint{
        align-items: center;
    }

    .navigation {
        display: none;
    }

    .navigation-links-mobile-menu.active {
        left: 0%;
    }

    .navigation-links-mobile-menu {
        position: fixed;
        left: -100%;
        top: 0rem;
        flex-direction: column;
        background-color: #F1F1F1;
        width: 100%;
        text-align: center;
        transition: 0.3s;
        height: 100vh;
        box-shadow: 0 10px 27px rgba(0, 0, 0, 0.05);
        row-gap: 20px;
        padding: 0px 0px 20px 0px;
        z-index: 9;
        display: block;
    }

    .banner-section.contanier img.desktop-image-banner {
        display: none;
    }

    .banner-section.contanier img.mobile-image-banner {
        display: block;
		margin-top:25px;
    }

    .banner-section.contanier {
        padding: 0px 0px;
    }

    .banner-section.contanier .text-banner {
        padding: 0px 20px;
    }


    .mobile-navigation-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        padding: 20px;
        background-color: #FFFFFF;
    }

    .mobile-navigation-top img {
        width: 142px;
        height: 53px;
    }

    .mobile-navigation-ul {
        padding: 50px 40px;
    }

    body.noscroll {
        overflow: hidden;
        position: fixed;
        width: 100%;
    }

    .mobile-navigation-ul ul {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 30px;
    }


    .mobile-navigation-ul ul li a {
        font-size: var(--fontsize16);
        color: var(--color1);
        font-weight: 500;
        letter-spacing: 0.53px;
    }

    .mobile-navigation-ul ul li.contact a {
        width: 160px;
        height: 45px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid var(--color1);
        border-radius: 5px;
        font-weight: 600;
    }

    .banner-section.contanier {
        flex-direction: column;
        margin-top: 30px;
    }

    .banner-section.contanier .text-banner p.heading {
        font-size: 30px;
        line-height: 36px;
    }

    .banner-section.contanier .text-banner {
        width: 100%;
    }

    .banner-section.contanier img {
        width: 100%;
    }

    .br-img {
        background-image: none !important;
        padding-bottom: 20px;
    }

    .contact-us-section.contanier .img-contact {
        flex-direction: column-reverse;
    }

    .img-contact .contact-text {
        width: 100%;
        margin-bottom: 40px;
    }

    .img-contact img {
        width: 100%;
    }

    .text-contact {
        flex-direction: column-reverse;
    }

    .text-contact .heading-contact {
        width: 100%;
    }

    .text-contact .contact-text {
        width: 100%;
    }

    .text-contact .heading-contact p {
        padding-left: 0px;
    }

    .img-contact .contact-text span {
        font-size: 14px;
    }

    .img-contact .contact-text .heading br {
        display: none;
    }

    .text-contact .heading-contact p br {
        display: none;
    }

    .text-contact .heading-contact p {
        font-size: 27px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .features-main.contanier {
        display: flex;
        margin-bottom: 50px;
        flex-direction: column-reverse;
    }

    .features-main.contanier .feature-images {
        width: 100%;
        margin-bottom: 40px;
    }

    .features-main.contanier .feature-text {
        width: 100%;
    }

    .text-feature span br {
        display: none;
    }

    .features-main.contanier .feature-div img {
        width: 58px;
        height: 58px;
    }

    .features-main.contanier .feature-div {
        align-items: flex-start;
    }

    .text-feature span {
        font-size: 14px;
        line-height: 20px;
    }

    .text-feature p.heading {
        font-size: 14px;
        line-height: 20px;
    }

    .partners-images img.desktop-image-banner {
        display: none;
    }

    .partners-images img.mobile-image-banner {
        display: block;
        width: 45%;
    }

    .partners-images {
        flex-wrap: wrap;
        gap: 25px;
        align-items: center;
        justify-content: center;
    }

    .partner-section.contanier p {
        text-align: center;
        font-size: 27px;
    }

    .text-contact .contact-text span {
        font-size: 14px;
    }

    .text-contact .contact-text p.heading {
        font-size: 14px;
    }

    .img-contact .contact-text .heading {
        font-size: 18px;
    }

    .text-contact .contact-text p.heading {
        padding-bottom: 10px;
    }

    .img-contact .contact-text .heading {
        padding-bottom: 10px;
    }

    .our-team.contanier p.heading {
        text-align: center;
        font-size: 27px;
    }

    .team-member {
        flex-direction: column;
        row-gap: 30px;
    }

    .footer-top p.heading-footer {
        text-align: center;
    }

    .footer-top {
        padding: 60px 20px;
    }

    .footer-top span {
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }

    .footer-bottom {
        height: auto;
        padding: 40px 20px;
        background-color: #E8E8E7;
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: column;
        align-content: center;
    }

    .footer-bottom .footer-links {
        width: 100%;
    }

    .footer-bottom .footer-links ul {
        display: flex;
        align-items: center;
        column-gap: 50px;
        row-gap: 30px;
        flex-direction: column;
        align-content: center;
    }

    .policy-links {
        width: 100%;
        padding-top: 40px;
    }

   

    .policy-links div {
        display: flex;
        justify-content: space-evenly;
        gap: 60px;
    }
    .team-member .main-team{
        width: 100%;
    }
    .button-submint{
        justify-content: center;
    }
}

@media (max-width:767px) {
.contact-banner.contanier .contact-images-banner img.mobile-image-banner {
    margin-top: 40px;
}
}

@media (max-width:520px) {
img.over-img {
    position: absolute;
    top: 80%;
    right: 0px;
}
	img.over-img.desktop-bg-image-banner{
	display:none;
}
}