body {
    padding: 0;
    margin: 0;
    background: #FFF;
    font-family: 'Open Sans', sans-serif;
}

/* Bootstrap's default link blue (#007bff) is only 3.97:1 on white,
   failing WCAG AA (4.5:1). Darken it site-wide for plain links. */
a {
    color: #0056b3;
}

a:hover {
    color: #003d82;
}

body button,
.btn,
body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.btn:hover,
body button:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

body a:hover {
    opacity: .8;
    text-decoration: none;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

html {
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 1px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 1.9;
    color: #6b6b6b;
    font-family: 'Open Sans', sans-serif;
}

ul,
ol {
    margin: 0;
    padding: 0;
}

/* //Reset Code */

/* colors code */
.text-bl {
    color: #343a40;
}

.text-wh {
    color: #fff;
}

.text-li {
    color: #f8f9fa;
}

.bg-li {
    background: #f8f9fa;
}

.bg-wh {
    background: #fff;
}

.text-colors {
    color: #2c63b0;
}

.bg-colors {
    background: linear-gradient(to right, #3a7bd5, #3a6073);
}

.let-spa {
    letter-spacing: 1px;
}

/* //colors code */

/* bottom-to-top */
a.move-top {
    width: 46px;
    height: 46px;
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 1;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 999;
    border-radius: 50%;
    box-shadow: 0 4px 14px rgba(58, 123, 213, 0.55);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: opacity .3s ease, transform .3s ease, box-shadow .3s ease, visibility .3s;
}

a.move-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    animation: move-top-pulse 2.2s infinite;
}

a.move-top i {
    line-height: 1;
}

a.move-top:hover {
    color: #fff;
    box-shadow: 0 6px 22px rgba(58, 123, 213, 0.85);
    transform: translateY(-4px) scale(1.06);
    animation: none;
}

@keyframes move-top-pulse {
    0%, 100% {
        box-shadow: 0 4px 14px rgba(58, 123, 213, 0.55);
    }
    50% {
        box-shadow: 0 4px 24px 6px rgba(58, 123, 213, 0.8);
    }
}

/* //bottom-to-top */

/* header */
/* top bar */
.header-top_w3layouts {
    padding: 0 .5em;
}

/* social icons */
.par-so {
    font-size: 14px;
}

.top-right-info span {
    color: #fff;
    line-height: 2.2;
    font-size: 14px;
}

.top-right-info li.soci-effe {
    width: 30px;
    height: 30px;
    text-align: center;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.top-right-info li.facebook {
    background: #3b5998;
}

.top-right-info li.twitter {
    background: #1da1f2;
}

.top-right-info li.google-plus {
    background: #F44336;
}

.top-right-info li.dribbble {
    background: #ea4c89;
}

.top-right-info li {
    display: inline-block;
}

/* //social icons */
.header-top_w3layouts p,
.header-w3layouts p,
.top-w3layouts p {
    font-size: 14px;
}

.top-w3layouts p a:hover,
.w3l-footer ul li a:hover {
    opacity: .7;
}

.list_of_cities {
    padding: 8px 10px;
    border: 1px solid #dee2e6;
    color: #343a40;
    font-size: 13px;
    letter-spacing: 1px;
    cursor: pointer;
}

/* //top bar */
/* header 2 */
/* navigation */
div#home {
    position: relative;
}

/* navigation */
.nav_w3ls {
    margin-top: 2em;
}

/* CSS Document */
.toggle-2,
.toggle,
[id^=drop] {
    display: none;
}

/* Giving a background-color to the nav container. */
nav {
    margin: 0;
    padding: 0;
}

#logo a {
    float: left;
    display: initial;
    font-size: 46px;
    color: #fff;
    text-shadow: 2px 5px 3px rgba(0, 0, 0, 0.06);
    padding: 0;
}


/* Since we'll have the "ul li" "float:left"
 * we need to add a clear after the container. */

nav:after {
    content: "";
    display: table;
    clear: both;
}

/* Removing padding, margin and "list-style" from the "ul",
 * and adding "position:reltive" */
nav ul {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

/* Positioning the navigation items inline */
nav ul li {
    margin: 0px;
    display: inline-block;
    float: left;
    position: relative;
}

@media only screen and (max-width:700px){
    nav a{
        color: #000 !important;
    }
    
    nav #issues{
        padding:0px !important;
    } 
}

/* Styling the links */
nav a {
    margin: 0 12px;
    color: #fff;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 2px;
    /* font-weight: 400; */
    text-transform: uppercase;
}

nav a:hover {
    color: #f6c453;
}

/* Background color change on Hover */

/* Hide Dropdowns by Default
 * and giving it a position of absolute */
nav ul ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    padding: 8px;
    min-width: 200px;
    -webkit-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    z-index: 20;
    border: none;
    box-shadow: 0 14px 32px rgba(15, 35, 65, 0.2);
    opacity: 0;
    transform: translateY(8px);
    visibility: hidden;
    transition: opacity .2s ease, transform .2s ease, visibility .2s;
}

/* Display Dropdowns on Hover */
nav ul li:hover>ul {
    display: inherit;
    opacity: 1;
    transform: translateY(0);
    visibility: visible;
}

/* Fisrt Tier Dropdown */
nav ul ul li {
    width: auto;
    float: none;

    display: list-item;
    position: relative;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    -ms-transition: 0.2s all;
}

nav ul ul li:hover {
    background-color: rgba(58, 123, 213, 0.08);
}

nav ul ul li a {
    color: #22314f;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .3px;
    margin: 0;
    padding: 6px 12px;
}

nav ul ul li a:hover {
    color: #3a7bd5;
}

nav ul ul li a .caret {
    margin-left: 10px;
    opacity: .45;
    transition: transform .2s ease, opacity .2s ease;
}

nav ul ul li:hover a .caret {
    opacity: .9;
    transform: rotate(-90deg);
}

/* Second, Third and more Tiers
 * We move the 2nd and 3rd etc tier dropdowns to the left
 * by the amount of the width of the first tier.
*/
nav ul ul ul li {
    position: relative;
    /* top: -60px; */
    /* has to be the same number as the "width" of "nav ul ul li" */
    /* left: 170px; */
}


/* Change ' +' in order to change the Dropdown symbol */
li>a:only-child:after {
    content: '';
}

a.reqe-button {
    border: 2px solid rgba(255, 255, 255, 0.35);
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

/* Media Queries
--------------------------------------------- */
@media(max-width: 1080px) {
    .nav_w3ls {
        margin-top: 1.5em;
    }
}

@media all and (max-width : 991px) {
    .nav_w3ls {
        margin-top: 0;
    }

    #logo {
        display: block;
        padding: 0;
        width: 100%;
        text-align: center;
        float: none;
    }

    nav {
        margin: 0;
    }

    /* Hide the navigation menu by default */
    /* Also hide the  */
    .toggle+a,
    .menu {
        display: none;
    }

    /* Stylinf the toggle lable */
    .toggle {
        display: block;
        padding: 8px 14px;
        font-size: 13px;
        text-decoration: none;
        border: none;
        margin-top: 2em;
        float: right;
        background-color: #fff;
        color: #000;
        font-weight: 700;
        border: 1px solid rgb(170, 161, 161);
        letter-spacing: 1px;
        cursor: pointer;
        transition: 0.5s all;
        -webkit-transition: 0.5s all;
        -moz-transition: 0.5s all;
        -o-transition: 0.5s all;
        -ms-transition: 0.5s all;
    }

    .menu .toggle {
        float: none;
        text-align: center;
        margin: auto;
        max-width: 106px;
        padding: 5px;
        font-weight: normal;
        font-size: 14px;
        letter-spacing: 1px;
        color: #000;
        font-weight: 400;
        border: none;
        text-transform: uppercase;
    }

    .toggle:hover {
        opacity: .7;
    }

    /* Display Dropdown when clicked on Parent Lable */
    [id^=drop]:checked+ul {
        display: block;
        background: #fff;
        padding: 15px 0;
        text-align: center;
        width: 100%;
    }

    /* Change menu item's width to 100% */
    nav ul li {
        display: block;
        width: 100%;
        padding: 5px 0;
    }

    nav a:hover,
    nav ul ul ul a {
        background-color: transparent;
    }

    /* Hide Dropdowns by Default */
    nav ul ul {
        float: none;
        position: static;
        color: #fff;
        /* has to be the same number as the "line-height" of "nav a" */
    }

    /* Hide menus on hover */
    nav ul ul li:hover>ul,
    nav ul li:hover>ul {
        display: none;
    }

    /* Fisrt Tier Dropdown */
    nav ul ul li {
        display: block;
        width: 100%;
        padding: 0;
    }

    nav ul ul ul li {
        position: static;
        /* has to be the same number as the "width" of "nav ul ul li" */
    }

    nav ul ul li a {
        color: #000;
        font-size: 13px;
        padding: 0;
    }
}

@media all and (max-width : 440px) {
    .toggle {
        padding: 7px 12px;
        font-size: 14px;
    }

    #logo a {
        font-size: 32px;
    }
}

@media all and (max-width : 375px) {

    nav a,
    .menu .toggle {
        font-size: 13px;
    }
}

/*-- dropdown --*/
#demo {
    margin: 10px 0 0px 0;
}

#demo .wrapper {
    display: inline-block;
    position: relative;
}

#demo .parent {
    height: 100%;
    width: 100%;
    display: block;
    cursor: pointer;
    line-height: 30px;
    height: 30px;
    color: #fff;
    z-index: 2;
    position: relative;
    -webkit-transition: border-radius .1s linear, background .1s linear, z-index 0s linear;
    -webkit-transition-delay: .8s;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 1px;
    padding-left: 0;
    padding-right: 0;
}

#demo .parent:hover,
#demo .content:hover~.parent {
    -webkit-transition-delay: 0s, 0s, 0s;
}

#demo .content:hover~.parent {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    z-index: 0;
}

#demo .content {
    position: absolute;
    top: 0;
    display: block;
    z-index: 1;
    height: 0;
    width: 150px;
    padding-top: 30px;
    -webkit-transition: height .5s ease;
    -webkit-transition-delay: .4s;
}

#demo .wrapper:active .content {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}

#demo .content:hover {
    height: 150px;
    z-index: 3;
    -webkit-transition-delay: 0s;
}


#demo .content ul {
    background: #fff;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: 100%;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#demo .content ul a {
    text-decoration: none;
    padding: 0;
}

#demo .content li:hover {
    background: #f8f9fa;
}

#demo .content li {
    list-style: none;
    text-align: left;
    color: #999;
    font-size: 16px;
    line-height: 30px;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    border-top: 1px solid #eee;
}

#demo .content li:last-of-type {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* //dropdown */
/* //navigation */
/* logo */
a.navbar-brand {
    font-size: 34px;
    padding: 0;
    font-weight: 600;
    position: relative;
    color: #3a7bd5;
}

.navbar-light .navbar-brand {
    color: #3a7bd5;
}

a.navbar-brand span {
    color: #333;
    font-size: 10.5px;
    letter-spacing: 3px;
    position: absolute;
    right: 0;
    bottom: 16px;
}

/* //logo */
/* dwn button */
a.login-button-2 {
    letter-spacing: 2px;
    font-size: 14px;
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    padding: 35px 32px;
    display: inline-block;
}

a.login-button-2:hover {
    color: #fff;
}

a.login-button-2 span {
    font-size: 22px;
    vertical-align: middle;
}

/* // dwn button */
/* //header 2 */

/* banner */
.banner1 {
    background: url(../images/banner4.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner2 {
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.banner3 {
    background: url(../images/banner3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

/* banner text */
.banner-info_w3ls {
    padding: 12vw 0 22vw;
}

.banner-info_w3ls h5 {
    font-size: 20px;
    letter-spacing: 4px;
}

.banner-info_w3ls h3 {
    font-size: 63px;
    letter-spacing: 1px;
    word-spacing: 6px;
}

.banner-info_w3ls h3 span {
    color: #ff3f34;
}

.banner-info_w3ls p {
    color: #f5f5f5;
    letter-spacing: 2px;
    font-size: 14px;
    position: relative;
}

.banner-info_w3ls p:before {
    position: absolute;
    content: "";
    background: #fff;
    width: 60px;
    height: 3px;
    bottom: -47px;
}

/* //banner text */
/* //banner */

/* banner bottom grids */
section.about-bottom {
    margin-top: -9em;
    z-index: 10;
    position: relative;
}

.bg-colors {
    box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.service-subgrids {
    position: relative;
    z-index: 0;
}

.service-subgrids span {
    position: absolute;
    top: 16%;
    right: 7%;
    transform: rotate(-30deg);
    z-index: -1;
    color: rgba(255, 255, 255, 0.18);
    font-size: 4em;
}

.service-subgrids.bg-light span {
    color: rgba(45, 45, 45, 0.17);
}

/* //banner bottom grids */

/* stats */
.stats-icon-w3pvt {
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    width: 65px;
    height: 65px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
}

.stats-icon-w3pvt span {
    font-size: 30px;
    line-height: 1.6;
    color: #fff;
}

.counter {
    font-size: 40px;
    line-height: 1.2;
}

/* //stats */

/* professors */
.teams {
    background: url(../images/bg3.jpg) no-repeat center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
}

.top-tem {
    margin-top: 4em;
}

.team-grid {
    width: 100%;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    box-shadow: 0 12px 60px rgba(0, 0, 0, 0.17);
    -webkit-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -o-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
    -ms-box-shadow: 0 12px 60px rgba(0, 0, 0, .2);
}

.team-img {
    position: relative;
}

.team-img:after {
    bottom: 0;
    left: 0;
    width: 100%;
    height: 34%;
    content: " ";
    position: absolute;
    background: rgba(0, 0, 0, 0);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-img img {
    display: block;
    margin: 0 auto;
    text-align: center;
}

.team-info {
    left: auto;
    bottom: 0;
    width: 100%;
    padding: 0 20px;
    position: absolute;
    opacity: 0;
    color: #fff;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.team-info h4 {
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.team-grid:hover .team-img:after {
    background: rgba(0, 0, 0, 0.82);
    transition-duration: 300ms;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
}

.team-grid:hover .team-info {
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
    -webkit-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
}

.team-grid:hover .team-info {
    opacity: 1;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li {
    list-style-type: none;
}

ul.social-icons li {
    border: 1px solid #eee;
    width: 30px;
    height: 30px;
    margin: 0 4px;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.social-icons li a span {
    color: #fff;
    line-height: 2.2;
    font-size: 13px;
}

ul.social-icons li.effect-soc-team1 {
    background: #3b5998;
    border: 1px solid #3b5998;
}

ul.social-icons li.effect-soc-team2 {
    background: #1da1f2;
    border: 1px solid #1da1f2;
}

ul.social-icons li.effect-soc-team3 {
    background: #dd4b39;
    border: 1px solid #dd4b39;
}

ul.social-icons li:hover {
    opacity: .8;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

/* //professors */

/* who we are */
.who-left-w3pvt {
    padding: 0 6em !important;
}

ul.who-lists li span {
    margin-right: 10px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

ul.who-lists li:hover span {
    margin-right: 20px;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h4.progress-tittle {
    color: #464545;
    font-size: 16px;
    margin-bottom: 12px;
}

.progress-effect {
    height: 10px;
    background-color: #e9ecef;
    -webkit-border-radius: 0.25rem;
    -o-border-radius: 0.25rem;
    -ms-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border-radius: 0.25rem;
}

.progress-effect-1 {
    background-color: #dc3545;
}

.progress-effect-2 {
    background-color: #ffc107;
}

.progress-effect-3 {
    background-color: #17a2b8;
}

/* //who we are */

/* blog */
span.post-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 41px;
    text-align: center;
    font-size: 1.2em;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    bottom: -20px;
    color: #fff;
    right: 10px;
    border: 5px solid rgba(234, 233, 234, 0.92);
    background: linear-gradient(to right, #3a7bd5, #3a6073);
}


.w3_testi_grid p {
    font-size: 13px;
}

h5.blog-title {
    line-height: 1.3;
}

h5.blog-title a:hover {
    color: #3a7bd5;
}

/* //blog */

/* footer */
.footer-grid h3 {
    font-size: 22px;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
}

.footer-grid ul li a,
.footer-grid ul li,
.address-right p,
.address-right p a {
    color: #eee;
    font-size: 14px;
    letter-spacing: 1px;
}

.address-grid {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.address-grid .address-left {
    flex: 0 0 40px;
    max-width: 40px;
    width: 40px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.address-grid .address-right {
    flex: 1 1 auto;
    max-width: calc(100% - 40px);
    padding-left: 12px;
}

.address-grid .address-right p {
    margin-bottom: 0;
}

.address-grid i {
    color: #fff;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
}

/* copyright */
p.copy-right-grids {
    font-size: 15px;
    letter-spacing: 2px;
}

p.copy-right-grids a:hover {
    color: #000;
}

/* //copyright */
/* social-icons */
.w3social-icons ul li {
    display: inline-block;
}

.w3social-icons ul li a {
    color: #fff;
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.14);
    transition: background-color .2s ease, transform .2s ease;
}

.w3social-icons ul li a:hover {
    background: rgba(255, 255, 255, 0.28);
    transform: translateY(-3px);
}

/* //social-icons */
/* //footer */

/* brands */
.main-brand {
    padding: 2em;
}

.main-brand span {
    font-size: 40px;
    color: #fff;
}

.main-brand h5 {
    color: #fff;
}

.bg-black {
    background: #252525;
}

.bg-grey {
    background: #000;
}

.bg-dark2 {
    background: #383838;
}

/* //brands */

/* newsletter */
.news-right-w3ls input[type="text"],
.news-right-w3ls input[type="email"] {
    outline: none;
    padding: 12px 15px;
    font-size: 15px;
    color: #000;
    width: 100%;
    letter-spacing: 1px;
    border: none;
}

.news-right-w3ls button {
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    border: none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
    cursor: pointer;
    padding: 13px;
}

a.button-clk {
    text-decoration: underline;
}

h2.text-bg-click {
    font-size: 26px;
}

h2.text-bg-click a {
    color: #fff;
}

/* //newsletter */

/* testimonials */
.clients {
    background: url(../images/bg1.jpg) no-repeat top fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -ms-background-size: cover;
}

.left-test-w3pvt {
    padding-right: 14em !important;
}

.feedback-top p {
    color: #eee;
}

/* //testimonials */

/* gallery */
.gallery-grid1 img {
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
    padding: 10px;
}

.gallery-grid1:hover img {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
}

/* popup */
.pop-overlay {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0ms;
    visibility: hidden;
    opacity: 0;
    z-index: 999;
}

.pop-overlay:target {
    visibility: visible;
    opacity: 1;
}

.popup {
    background: #fff;
    -webkit-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    max-width: 550px;
    position: relative;
    margin: 8em auto;
    padding: 3em 2em 2em;
}

.popup .close {
    position: absolute;
    top: 5px;
    right: 15px;
    transition: all 200ms;
    font-size: 30px;
    font-weight: bold;
    text-decoration: none;
    color: #000;
}

.popup .close:hover {
    color: #f0546a;
}

/* //popup */
/* //gallery */

/* contact */
/* contact form */
.main_grid_contact {
    box-shadow: 0px 0px 15.69px 3.31px rgba(204, 204, 223, 0.44);
}

.main_grid_contact input[type="text"],
.main_grid_contact input[type="email"],
.main_grid_contact textarea,
.n-right-w3ls input[type="email"],
.n-right-w3ls input[type="text"] {
    outline: none;
    padding: 11px 12px;
    font-size: 14px;
    color: #000;
    width: 100%;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid #b1b1b1;
}

.main_grid_contact textarea {
    min-height: 10em;
    resize: none;
}

.main_grid_contact .input-group1 button {
    outline: none;
    padding: 13px 10px;
    font-size: 14px;
    width: 36%;
    margin-top: 2em;
    color: #fff;
    background: linear-gradient(to right, #3a7bd5, #3a6073);
    border: none;
    letter-spacing: 1px;
    cursor: pointer;
}

/* //contact form */
/* map */
.map {
    padding: 0;
}

.map iframe {
    border: none;
    width: 100%;
    height: 100%;
}

/* //map */
/* //contact */

/* responsive */
@media(max-width: 1440px) {
    .banner-info_w3ls h3 {
        font-size: 58px;
    }

    .banner-info_w3ls h5 {
        font-size: 18px;
    }
}

@media(max-width: 1366px) {
    section.about-bottom {
        margin-top: -6em;
    }

    .who-left-w3pvt {
        padding: 0 4em !important;
    }

    .left-test-w3pvt {
        padding-right: 8em !important;
    }
}

@media(max-width: 1280px) {
    .banner-info_w3ls h3 {
        font-size: 52px;
    }

    .banner-info_w3ls h5 {
        font-size: 16px;
    }
}

@media(max-width: 1080px) {
    p {
        font-size: 15px;
    }

    a.navbar-brand {
        font-size: 30px;
    }

    a.navbar-brand span {
        font-size: 9.5px;
        right: 11px;
        bottom: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    img.logo-img {
        /*width: 70%;*/
    }

    a.login-button-2 {
        font-size: 13px;
        padding: 27px 32px;
    }

    .banner-info_w3ls h3 {
        font-size: 44px;
    }

    .banner-info_w3ls h5 {
        font-size: 15px;
    }

    .banner-info_w3ls p {
        font-size: 13px;
    }

    .service-subgrids span {
        font-size: 3em;
    }

    .team-img:after {
        height: 40%;
    }

    .who-left-w3pvt {
        padding: 0 6em !important;
    }

    .w3_testi_grid p {
        font-size: 12px;
    }

    .dropdown-item {
        font-size: 13.5px;
    }

    .counter {
        font-size: 35px;
    }

    .stats-info p.text-colors {
        font-size: 13px;
    }

    .news-right-w3ls input[type="submit"] {
        padding: 13px 0;
    }

    .left-test-w3pvt {
        padding-right: 1em !important;
    }

    section.about-bottom {
        margin-top: -4em;
    }
}

@media(max-width: 991px) {
    
    .news-right-w3ls input[type="submit"] {
    padding: 0px;
    }

    
    .left-test-w3pvt {
        padding-right: 0em !important;
    }
    
    .w3ls-about-grid h4 {
        font-size: 22px;
    }

    .w3ls-about-grid p {
        font-size: 13px;
    }

    .team-info h4 {
        font-size: 17px;
    }

    .team-img:after {
        height: 52%;
    }

    .newsletter_right_w3w3pvt-lau .border-right {
        border-right: none !important;
    }

    .map iframe {
        height: 40vw;
    }

    .main-brand h5 {
        font-size: 18px;
    }

    p.copy-right-grids {
        font-size: 14px;
    }
}

@media(max-width: 900px) {

    .footer-grid ul li a,
    .footer-grid ul li,
    .address-right p,
    .address-right p a {
        font-size: 13px;
    }

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 13px;
    }
}

@media(max-width: 800px) {
    .banner-info_w3ls h3 {
        font-size: 36px;
    }

    .banner-info_w3ls h5 {
        font-size: 14px;
    }

    section.about-bottom {
        margin-top: -3em;
    }

    .main-brand {
        padding: 1.5em 1em;
    }

    .main-brand span {
        font-size: 32px;
    }

    .main-brand h5 {
        font-size: 16px;
    }

    .who-left-w3pvt {
        padding: 0em !important;
    }
}

@media(max-width: 736px) {
    .par-so {
        font-size: 13px;
    }

    a.navbar-brand {
        font-size: 28px;
    }

    a.navbar-brand span {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .team-info h4 {
        font-size: 19px;
    }

    .team-img:after {
        height: 36%;
    }

    .popup {
        margin: 5em auto;
    }
}

@media(max-width: 640px) {
    .news-right-w3ls input[type="submit"] {
    padding: 0px;
    }

    .banner-info_w3ls h3 {
        font-size: 30px;
    }

    .banner-info_w3ls h5 {
        font-size: 13px;
        letter-spacing: 3px;
    }

    .banner-info_w3ls p:before {
        bottom: -28px;
    }

    .counter {
        font-size: 32px;
    }
}

@media(max-width: 568px) {
    section.about-bottom {
        padding: 0 2em;
    }

    .team-grid {
        width: 54%;
        margin: 0 auto;
    }

    p {
        font-size: 14px;
    }

    .popup {
        margin: 5em 1em;
    }

    h2.text-bg-click {
        font-size: 24px;
    }
}

@media(max-width: 480px) {
    .banner-info_w3ls {
        padding: 14vw 0 26vw;
    }

    .top-w3layouts,
    .socila-brek {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .socila-brek {
        margin-top: 1em;
    }

    .counter {
        font-size: 30px;
    }
}

@media(max-width: 414px) {
    .footer-grid h3 {
        font-size: 20px;
    }

    .w3social-icons ul li a {
        font-size: 13px;
        width: 32px;
        height: 32px;
    }

    .who-left-w3pvt {
        padding: 0 2em !important;
    }

    .team-grid {
        width: 60%;
    }

    .team-img:after {
        height: 41%;
    }
}

@media(max-width: 375px) {
    .team-grid {
        width: 70%;
    }
}

@media(max-width: 384px) {
    p.copy-right-grids {
        font-size: 13px;
        letter-spacing: 1px;
    }

    .main_grid_contact .input-group1 input[type="submit"] {
        width: 55%;
    }

    ul.list-unstyled.who-lists {
        margin-left: 1em !important;
    }

    .banner-info_w3ls {
        padding: 4em 0 8em;
    }
}

@media(max-width: 375px) {
    h2.text-bg-click {
        font-size: 20px;
    }
}

@media(max-width: 320px) {

    .header-top_w3layouts p,
    .header-w3layouts p,
    .top-w3layouts p {
        font-size: 12px;
    }

    a.login-button-2 {
        font-size: 12px;
        padding: 24px 22px;
    }

    .form-w3ls {
        padding: 1.5em .5em !important;
    }

    .form-w3ls h4 {
        font-size: 21px;
    }

    .team-grid {
        width: 80%;
    }
}

/* //responsive */



/*nav bar changes and header*/




/*about us*/

.bb{
        border-bottom: 1px solid #050f15
        padding-bottom: 5px;
        padding-top: 5px;  
        background-color: #3a7bd5;  
}

.heading{
        background-color: #050f15;
        
        
}

/*aim-scope*/
.aim-heading{
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 600;  
    color: #171b59; 
}


/*Indexing images*/

.image-class{
    width: 100%
    height: auto;
    padding: 25px;
}

.form-submission{
    background-color: #e8eaed;
    border-radius: 20px;
}

.new-user, .forget-pass{
    background-color: #b72626;
    border-radius: 10px;
    padding: 10px;
    margin-top: 50px;
}

.conference{
    background-color: #e8eaed;
    border-radius: 5px;
    padding: 15px;
    margin: 5px;
}

.submit-input{
    padding-left: 30px;
    padding-top: 20px;
}

.my-input-field{
    padding: 5px;
    border-style: none;
    border-radius: 5px;
    width: 270px;
}

.main-form{
    background-color: #ccccff;
    padding-bottom: 15px;
}

.submit-confrence{
    background-color: #cc0000;
    color: #fff;
    padding: 10px;
    border-radius: 8px;
}


@media screen and (max-width: 750px) {
  .desktop-view {
    display: none;

  }
  .mobile-view{
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .desktop-view {
    display: block;

  }
  .mobile-view{
    display: none!important;
  }
}

/*@media screen and (min-width: 1080px) {
  .mobile-logo {
    display: none;
  }
  .desktop-view{
    display: block;
  }
}*/


.para p, h4{
    color: #000!important;
}

@media only screen and (max-width:600px){
    nav  ul  li a{
        background-color: 'black' !important;
    }
    .card_image{
        height: 390px!important;
        width: 75%;
    }
    .card_image_bottom{
        margin-top: 20px;
    }
}
.drop-list2 {
    position: relative;
}

.drop-sublist2 {
    border: none !important;
    border-radius: 10px !important;
    box-shadow: 0 14px 32px rgba(15, 35, 65, 0.2) !important;
    padding: 6px !important;
    min-width: 140px;
    background: #fff;
}

.drop-sublist2 li {
    list-style: none;
    border-radius: 6px;
    transition: background-color .2s ease;
}

.drop-sublist2 li:hover {
    background-color: rgba(58, 123, 213, 0.08);
}

.drop-sublist2 li a {
    display: block;
    padding: 8px 14px;
    color: #22314f;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: .3px;
    white-space: nowrap;
}

.drop-sublist2 li a:hover {
    color: #3a7bd5;
}

.drop-list2:hover .drop-sublist2 {
    display: block;
    position: absolute;
    margin-top: 0;
    top: -6px;
    left: 100%;
    width: auto;
    opacity: 0;
    animation: dropSublistFade .18s ease forwards;
}

@keyframes dropSublistFade {
    from {
        opacity: 0;
        transform: translateX(6px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}
.list-width{
    width: 100%!important;
}

.card_image{
    background: white;
    padding: 9px;
    box-shadow: 0px 0px 7px #303030;
    height: 370px;
}

.card_image img {
    margin-bottom: 10px;
}
.card_image p {
    margin-bottom: 4px;
    color: #000;
}

.submit_here_button{
    display: inline-block;
    background: #3a74bc;
    padding: 10px 40px;
    border-radius: 6px;
    color: #fff;
    font-weight: 700;
    letter-spacing: .5px;
    box-shadow: 0 4px 14px rgba(58, 116, 188, 0.4);
    transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.submit_here_button:hover,
.submit_here_button:focus {
    background: #2d5c99;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(58, 116, 188, 0.55);
    transform: translateY(-2px);
}

.counter{
    font-size: 14px;
    margin-top: 10px;
}
.stats-icon-w3pvt{
    height: 50px;
    width: 50px;
}
.fa-smile-o{
    height: 50px;
    width: 50px;
    margin-top: -5px;
}

.banner1{
    height: 400px;
    /*background-size: 100% 100%!important;*/
}
.image_class {
    background: #3f80b8;
    padding: 5px;
    margin-bottom: 15px;
}
img.indexing_image {
    width: 100%;
    object-fit: contain;
    padding: 10px;
    background: #fff;
}
.alert-danger {
   background-color:#fff !important;
   border-color:#fff !important;
}
.alert-primary {
   background-color:#fff !important;
   border-color:#fff !important;
}