/*:
  1. Codeavour Pvt Limited
  2. By Team
  3. LHR : 54000
*/
html,
body {
    height: 100%;
}

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

a {
    color: rgba(255, 255, 255);
}

/*
==========================================
    00. global
==========================================
*/
figure {
    margin-bottom: 0;
}

ul {
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

p,
li {
    color: #000;
    text-align: justify;
    font-size: 85%;
}

.w-5 {
    width: 5%;
}

.zoom-90 {
    zoom: 92%;
    /* transform: scale(0.9); */
}

a:hover {
    text-decoration: none;
}

::-moz-selection {
    /* Code for Firefox */
    color: rgba(255, 255, 255);
    background: rgb(0, 0, 0, .9);
}

::selection {
    color: rgba(255, 255, 255);
    background: rgb(0, 0, 0, .9);
}


.wrapper {
    min-height: 100%;
}

.content-inside {
    padding-bottom: 40px;
}


/*
==========================================
    01. Navbar
==========================================
*/
/*
================ 
   Top navabr
================ 
*/
.dark-bg {
    background: #000;
}

.top-bar {
    border-bottom: 1px solid #333;
}

.navbar-dark {
    border-top: 1px solid #333;
}

.top-bar .contact-details li {
    display: inline-block;
}

.top-bar a {
    color: #f8f9fa;
}

.contact-bar a {
    color: #000;
}

.top-bar .contact-details li a:before {
    position: relative;
    content: "|";
    font-size: 13px;
    margin: 0 5px;
    color: #666;
}

.top-bar .contact-details li:first-child a:before {
    display: none;
}

.top-bar .contact-details li a {
    font-size: 12px;
    display: block;
    line-height: 32px;
}

ul.social-list li {
    display: inline-block;
    list-style-type: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a {
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

ul.social-list li a i {
    font-size: 1em;
    display: block;
    width: 30px;
    text-align: center;
}

ul.social-list li a.facebook:hover {
    color: #507CBE;
}

ul.social-list li a.twitter:hover {
    color: #63CDF1;
}

ul.social-list li a.linkdin:hover {
    color: #90CADD;
}

.hero-content .row {
    margin-left: 0;
    margin-right: 0;
}

#IBB ul li.nav-item:first-child {
    margin: 0;
}

/* navbar */
#mainNav .navbar-nav>li.nav-item>a.nav-link {
    font-size: 8pt;
    padding: .5rem 1rem;
    text-transform: uppercase;
    color: rgba(255, 255, 255);
}

#mainNav .navbar-nav>li.nav-item>a.nav-link:hover {
    color: #000;
    background: rgba(255, 255, 255);

}
#mainNav .navbar-nav>li.nav-item>a.active {
    background: #fff;
    color: #000 !important;
}


.bg-nav {
    background: #000;
}

/* .active::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    background: #fff;
    height: 31px;
    width: 100%
} */

ul.certi-list {
    list-style: none;
    display: flex;
    align-items: center;
    zoom: 60%;
    justify-content: space-between;
    flex-flow: wrap;
}

ul.certi-list li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: all 0.5s ease;
}

/* ul.certi-list li img:hover{
    -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    -o-filter: grayscale(0);
    -ms-filter: grayscale(0);
    filter: grayscale(0);
}

section.top-banner img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
} */

div#cookie-law-info-bar {
    border: 0;
    font-size: 10pt;
    margin: 0 auto;
    padding: 5px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    z-index: 9999;
    display: none;
}

a#cookie_action_close_header {
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 6px;
    padding: 5px 10px 6px;
    cursor: pointer;
    margin: auto 10px;
    display: inline-block;
    webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}

/* other css */


.services-icon {
    height: 30px;
    width: 30px;
    margin: 0 10px 0 0;
}

.file-upload input [type=file] {
    height: 100px;
    width: 100px;
    background: #000;
}


#cookie-law-info-again {
    font-size: 10pt;
    margin: 0;
    padding: 2px 10px;
    text-align: center;
    z-index: 9999;
    cursor: pointer;
}

#cookie-law-info-again {
    display: none;
}

.carousel-inner img {
    width: 100%;
    height: 100%;
}

.sub-title {
    display: block;
    font-size: 85%;
    font-weight: bold;
    margin: 0 0 10px;
}

.bullets {
    margin: 0 0 1rem 2rem;
}

/*
==========================================
    01. Hero
==========================================
*/

/* WWA */
.hero-wwA {
    background-image: url("../images/banner/wwa.png");
}

/* Mrs */
.hero-mrs {
    background-image: url("../images/banner/mrs.png");
}

/* trs */
.hero-trs {
    background-image: url("../images/banner/trs.png");
}

/* ais */
.hero-ais {
    background-image: url("../images/banner/ais.png");
}

/* wwu */
.hero-wwu {
    background-image: url("../images/banner/wwu-2.png");
}

/* cu */
.hero-cu {
    background-image: url("../images/banner/cu.png");
}

/* Hero | bg */
.hero-wwA,
.hero-mrs,
.hero-trs,
.hero-ais,
.hero-wwu,
.hero-cu {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 50vh;
    width: 100%;
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

/*
==========================================
    02. Content
==========================================
*/
.content-description {
    padding-bottom: 2rem;
}

/* .hero-content p:first-of-type {
    padding-bottom: 2rem;
} */



/*
==========================================
    00. footer
==========================================
*/
footer {
    display: flex;
    height: 40px;
    margin-top: -40px;
    /* background:#6cf; */
    clear: both;
    border-top: 1px solid #f2f2f2;

}

footer p {
    text-align: center;
}

.copyright-text a {
    color: rgb(0, 0, 0);
}

.copyright-text a:hover,
.copyright-text a:active,
.copyright-text a:focus {

    color: rgb(0, 0, 0);
    text-decoration: none;
}

/*
===============================================================
    I:   Small devices (phones, 600px and down)
===============================================================
*/

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(9,55,244, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler {
    border-color: rgb(0, 0, 0);
    border-radius: 0;
}

/* Style inputs with type="text", select elements and textareas */
input[type=text],
input[type=email],
input[type=password],
select,
textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 0px !important;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical
}

::placeholder {
    color: #ccc;
    font-size: 85%;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
    background-color: #000;
    color: white;
    padding: 8px 15px;
    border: none;
    border-radius: 0px;
    cursor: pointer;
}

/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
    background-color: #222;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 14px;
}

button#btnLogin {
    background-color: #000;
}


/* ===========
  Icons
==============
*/
.circle {
    width: 25px;
    height: 25px;
    line-height: 25px !important;
    color: #fff;
    text-align: center;
    background: #000;
    border-radius: 100px;
    vertical-align: middle;
    margin-right: 8px;
}

/* ===============
   Cookies
==================
*/
#cookie-law-info-bar {
    display: block;
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    font-family: inherit;
    bottom: 0px;
    border-top: 4px solid rgb(68, 68, 68) !important;
    position: fixed !important;
}

#cookie_action_close_header {
    color: rgb(255, 255, 255);
    background-color: #323232;
}

#constant_open_url {
    color: rgb(68, 68, 68);
}

#cookie-law-info-again {
    background-color: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    position: fixed;
    font-family: inherit;
    border-top: 1px solid rgb(68, 68, 68);
    border-right: 1px solid rgb(68, 68, 68);
    border-bottom: none;
    border-left: 1px solid rgb(68, 68, 68);
    border-image: initial;
    bottom: 0px;
    right: 100px;

}

/* Add a background color and some padding around the form */
@media (min-width: 1200px) {
    .container {
        width: 1080px;
    }
}

@media (min-width: 1024px) and (max-width: 1199px) {

    #cs-nav li {
        margin: 0px 13px;
    }

    #cs-nav li a {
        font-size: 6pt;
    }
}

@media (min-width: 600px) and (max-width: 1100px) {

    /* =================
    bg
    ====================*/
    .hero-ais {
        background-position: 80%;
    }

    ul.certi-list li {
        display: inline-block;
        width: 370px;
        margin: 0 auto 50px;
        text-align: center;

    }
}

@media (max-width: 768px) {
    .pl-sm-0 {
        padding-left: 0;
    }

    .pr-sm-0 {
        padding-right: 0;
    }
}

@media (max-width: 600px) {

    section.hero-content {
        /*margin-top: 50px;*/
    }

    /*  menu | toggle in center */
    button.navbar-toggler {
        width: 100%;
    }

    ul.certi-list {
        display: block;
        text-align: center;
    }

    ul.certi-list li {
        padding: 15px 0;
        width: 270px;
        display: inline-block;
        text-align: center;
    }

    /* chgs-roundMid-nov mdsr */

    /* =================
    bg
    ====================*/

    .hero-wwA,
    .hero-mrs,
    .hero-trs,
    .hero-ais,
    .hero-wwu,
    .hero-cu {
        min-height: auto;
        padding: 5rem;
    }

    .hero-ais {
        background-position: 80%;
    }

    /* =================
    Contact Us
    ====================*/
    .content-descriptionr {
        margin-bottom: 2rem;
    }

    /* =================
    footer
    ====================*/
    footer {
        min-height: 100px;
    }
}

.over {
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
}

.success__message {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}