﻿body {
    margin: 0;
}
/* font family*/
@font-face {
    font-family: SourceSansPro-Regular;
    src: url('../Fonts/SourceSansPro-Regular.ttf');
}

@font-face {
    font-family: NotoSansSC-Bold;
    src: url('../Fonts/NotoSansSC-Bold.otf');
}

@font-face {
    font-family: Pacifico-Regular;
    src: url('../Fonts/Pacifico-Regular.ttf');
}
/* font family*/

/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
}

/* portrait tablets and small desktops*/
@media (max-width: 767px) {
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
}
/*Media query*/

.Desktop {
    display: block;
}

.Mobile {
    display: none;
}

.C_Align {
    text-align: center;
}

.GT_Align {
    text-align: right;
}

.logo a img {
    width: 275px;
    padding: 5px 0px;
}

.topcontact {
    list-style: none;
    text-align: right;
    margin: 0px 0px 0px 0px;
}

    .topcontact li {
        display: inline-block;
        color: #1e1e1e;
        font-size: 14px;
        padding: 0px 0px 0px 15px;
        font-family: NotoSansSC-Bold;
    }

        .topcontact li a {
            color: #1e1e1e;
            transition: all 0.5s;
        }

            .topcontact li a:hover {
                color: #0055FF;
            }

        .topcontact li i {
            color: #3a73a9;
            padding: 0px 5px 0px 0px;
        }

.top-login-cal {
    text-align: right;
    margin: 3px 0px 5px;
}

.topmr-btn {
    border: 1px solid #00AAFF;
    background-color: #00AAFF;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    width: 100px;
    border-radius: 3px;
    transition: all 0.5s;
}

    .topmr-btn:hover {
        background-color: #369;
    }

.menu-bg {
    background-color: #1f3057;
}

.mainMenu {
    list-style: none;
    margin: 3px 0px 3px -40px;
    text-align: center;
}

    .mainMenu li {
        display: inline-block;
        padding: 0px 30px;
        text-align: left;
    }

        .mainMenu li a {
            color: #fff;
            text-transform: uppercase;
            font-size: 15px;
            transition: all 0.5s;
        }

            .mainMenu li a:hover {
                color: #00D4FF;
            }

        .mainMenu li ul li {
            padding: 0px;
            width: 100%;
        }

            .mainMenu li ul li a {
                color: #fff;
                font-size: 14px;
            }

.dropdown-menu {
    background: #fff;
    /*background: none repeat scroll 0% 0% rgba(31, 48, 87, 0.90);
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);*/
}

    .dropdown-menu > li > a {
        padding: 5px 15px;
        color: #333;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            color: #fff;
            text-decoration: none;
            background-color: #369;
        }

.login {
    margin: 3px 0px;
    text-align: right;
}

    .login a {
        color: #fff;
        text-transform: uppercase;
        font-size: 15px;
    }

    .login i {
        color: #fff;
        padding: 0px 2px 0px 0px;
    }

.slider1, .slider2, .slider3, .slider4, .slider5 {
    background: url(../Images/General/slider1.jpg) repeat center;
    background-size: cover;
    margin-top: -20px;
    height: 100vh;
}

.slider2 {
    background: url(../Images/General/slider2.jpg) repeat center fixed;
    background-size: cover;
}

.slider3 {
    background: url(../Images/General/slider3.jpg) repeat center fixed;
    background-size: cover;
}

.slider4 {
    background: url(../Images/General/slider4.jpg) repeat center fixed;
    background-size: cover;
}

.slider5 {
    background: url(../Images/General/slider5.jpg) repeat center fixed;
    background-size: cover;
}

.slidertxt {
    padding: 180px 150px 0px 150px;
}

.slidertxt1 {
    padding: 135px 100px 0px 100px;
}

.slidertxt h1 {
    margin: 0px 0px 30px;
    color: #fff;
    font-size: 55px;
    text-transform: uppercase;
    font-family: NotoSansSC-Bold;
    line-height: 60px;
    text-shadow: -2px 0 #000, 0 2px #000, 2px 0 #000, 0 -2px #000;
}

.slidertxt1 h1 {
    margin: 0px 0px 15px;
}

    .slidertxt1 h1 span {
        font-size: 25px;
    }

.slidertxtbanner h1 {
    text-shadow: 0px 0px 5px #000, 0px 0px 5px #000;
}

.slidertxt1 h1 i {
    padding: 0px 10px;
}

.slidertxt1 h1 span i {
    padding: 0px 5px 0px 0px;
}

.slidertxt h3 {
    border-bottom: 2px dashed #fff;
    margin: 20px 250px;
}

.slidertxt h2 {
    margin: 30px 45px;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
    font-family: NotoSansSC-Bold;
    line-height: 30px;
    text-shadow: 1px 1px 2px #000, 0 0 25px #1F3057, 0 0 25px darkblue;
}

.slidertxt p {
    margin: 35px 0px 0px;
}

.slider-btn {
    border: 1px solid #fff;
    background-color: #1F3057;
    line-height: normal;
    text-transform: uppercase;
    padding: 10px 20px;
    margin: 0px 3px;
    color: #fff;
    transition: all 0.5s;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

    .slider-btn:hover {
        border: 1px solid #1F3057;
        background-color: #fff;
        color: #000;
    }

.padding1 {
    padding: 35px 0px;
}

.head1 {
    color: #369;
    margin: 0px 0px 15px;
    font-size: 27px;
    line-height: 45px;
    text-transform: uppercase;
    font-family: NotoSansSC-Bold;
}

.head2, .head3 {
    color: #264D7E;
    margin: 0px 0px 10px;
    font-size: 25px;
}

.head3 {
    font-size: 40px;
}

.abt-div {
    border-left: 7px solid #369;
    padding: 15px 0px 0px 25px;
    margin: 70px 0px 60px;
}

    .abt-div p {
        font-size: 22px;
        color: #4B4B4B;
        line-height: 32px;
        text-align: justify;
    }

        .abt-div p span {
            color: #000;
        }

    .abt-div h6 {
        position: absolute;
        top: 15%;
        left: 0%;
        margin-left: 7px;
    }

        .abt-div h6 i {
            color: #369;
            font-size: 25px;
        }

.grey-bg {
    background-color: #e1e1e1;
}

.mtop {
    margin-top: 15px;
}

.inside-service a img {
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    transition: all 0.5s;
    padding: 5px;
    border: 1px solid #ccc;
    margin-bottom: 5px;
}

    .inside-service a img:hover {
        background-color: #fff;
        padding: 5px;
    }

.inside-service a span {
    color: #1e1e1e;
    transition: all 0.5s;
}

    .inside-service a span:hover {
        color: #264D7E;
    }

.srow {
    margin-top: 20px;
}

.counter h6 img {
    width: 100px;
}

.counter h2 {
    margin: 15px 0px 10px;
    font-size: 40px;
    color: #264D7E;
}

.counter h1 {
    margin: 0px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
}

.footer-row {
    margin-top: 20px;
    margin-bottom: 5px;
}

.fh1 {
    margin: 0px;
    padding: 0px 0px 5px 0px;
    font-size: 17px;
    text-transform: uppercase;
    color: #00AAFF;
    letter-spacing: 1px;
}

.flist {
    list-style: none;
    margin-left: -40px;
}

    .flist li {
        padding: 1px 0px;
    }

        .flist li a {
            color: #fff;
            transition: all 0.5s;
            font-size: 15px;
            transition: all 0.5s;
        }

            .flist li a:before {
                content: "\00bb";
                padding: 0px 2px 0px 0px;
                color: #00AAFF;
                font-size: 16px;
            }

            .flist li a:hover, .contact a:hover, .follow a i:hover {
                color: #00AAFF;
            }

.drpdwn-noti {
    background-color: #fff;
    border: 1px solid #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.4);
    border-radius: 3px;
    color: #1e1e1e;
    width: 82%;
    font-size: 16px;
    margin: 5px 0px 0px 15px;
}

.contact, .contact a {
    color: #fff;
    font-size: 15px;
    transition: all 0.5s;
    margin-top: 3px;
    line-height: 25px;
}

    .contact i {
        padding: 0px 5px 0px 0px;
        color: #00AAFF;
    }

.contact-address {
    color: #fff;
    line-height: 22px;
    font-size: 15px;
}

.follow a {
    color: #8a9c5e;
    font-size: 20px;
    margin-top: 5px;
    transition: all 0.5s;
}

    .follow a i {
        padding: 0px 8px 0px 0px;
        color: #fff;
        transition: all 0.5s;
    }

/*Popup section*/
.modalBg {
    position: relative;
    top: 0px;
    left: 0px;
    background-color: #369;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    opacity: 0.5;
}

.popup {
    background-color: #ddd;
    margin: 0px auto;
    width: 330px;
    position: relative;
    border: #cf0000 4px solid;
    z-index: 2001;
    box-shadow: 0px 0px 30px #000000;
    -moz-box-shadow: 0px 0px 30px #542629;
    -webkit-box-shadow: 10px 0px 30px #542629;
    -ie-box-shadow: 10px 0px 30px #542629;
}

.recommend {
    background-color: #fff;
    box-shadow: 0 10px 15px rgba(0,0,0,.4);
}

    .recommend h4 {
        text-align: center;
        font-size: 14px;
        font-family: AlfaSlabOne-Regular;
        text-transform: uppercase;
    }

.rmd-txtbx {
    border: 1px solid #333;
    background-color: #fff;
    border-radius: 5px;
    padding: 0px 5px;
    color: #000;
    width: 100%;
    height: 30px;
    font-size: 15px;
}

.rmd-btn {
    border: 1px solid #26515a;
    background-color: #26515a;
    border-radius: 5px;
    color: #fff;
    height: 30px;
    font-size: 15px;
}

    .rmd-btn:hover {
        border: 1px solid #8a9c5e;
        background-color: #8a9c5e;
    }
/*//Popup section*/
.popup-div {
    background-color: #FFF;
    width: 300px;
    margin: 0px 0px 0px -15px;
    padding: 15px;
}

    .popup-div h3 {
        text-transform: uppercase;
        margin: 10px 0px;
        font-size: 18px;
        color: #369;
    }

.popupbx {
    border: 1px solid #1e1e1e;
    background-color: #fff;
    padding: 2px 5px;
    color: #000;
    height: 30px;
    border-radius: 3px;
    width: 100%;
    transition: all 0.5s;
    font-size: 16px;
}

    .popupbx:focus {
        border: 1px solid #8a9c5e;
        background-color: #8a9c5e;
        color: #fff;
    }

.popupbtn {
    border: 1px solid #2b5c66;
    background-color: #2b5c66;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
    width: 110px;
    height: 30px;
    transition: all 0.5s;
    font-size: 14px;
}

    .popupbtn:hover {
        border: 1px solid #369;
        background-color: #369;
    }

.copy, .copy a, .power, .power a {
    margin: 0px;
    padding: 5px 0px;
    font-size: 15px;
    color: #000;
    transition: all 0.5s;
}

    .copy span {
        padding: 0px 10px;
    }

.power {
    text-align: right;
}

    .copy a:hover, .power a:hover {
        color: #369;
    }

.bannerbg1 {
    /*background-image: linear-gradient(to bottom right, #2c3e75, #1f4b61);*/
    background: none repeat scroll 0% 0% rgba(23, 54, 121, 0.80);
    border: medium none;
    transition: all 0.5s ease 0s;
}

.banner-img {
    text-align: center;
}

    .banner-img img {
        width: 155px;
        border-radius: 50%;
        box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.5);
        margin: 10px 0px;
    }

.banner-title {
    padding: 65px 0px 0px 0px;
}

.banner-title-tag {
    padding: 20px 0px 0px 0px;
}

.banner-title p {
    color: #fff;
    text-transform: uppercase;
    font-size: 45px;
    margin: 0px;
    font-family: NotoSansSC-Bold;
}

.banner-title-tag p {
    text-transform: inherit;
}

.cover1 {
    background: url(../Images/General/cover-img-01.jpg) repeat center;
    background-size: cover;
}

.cover2 {
    background: url(../Images/General/cover-img-02.jpg) repeat center;
    background-size: cover;
}

.cover3 {
    background: url(../Images/General/cover-img-03.jpg) repeat center;
    background-size: cover;
}

.cover4 {
    background: url(../Images/General/cover-img-04.jpg) repeat center;
    background-size: cover;
}

.cover5 {
    background: url(../Images/General/cover-img-05.jpg) repeat center;
    background-size: cover;
}

.cover6 {
    background: url(../Images/General/cover-img-06.jpg) repeat center;
    background-size: cover;
}

.cover7 {
    background: url(../Images/General/cover-img-07.jpg) repeat center;
    background-size: cover;
}

.cover8 {
    background: url(../Images/General/cover-img-08.jpg) repeat center;
    background-size: cover;
}

.cover9 {
    background: url(../Images/General/cover-img-09.jpg) repeat center;
    background-size: cover;
}

.cover10 {
    background: url(../Images/General/cover-img-10.jpg) repeat center;
    background-size: cover;
}

.cover11 {
    background: url(../Images/General/cover-img-11.jpg) repeat center;
    background-size: cover;
}

.cover12 {
    background: url(../Images/General/cover-img-12.jpg) repeat center;
    background-size: cover;
}

.cover13 {
    background: url(../Images/General/cover-img-13.jpg) repeat center;
    background-size: cover;
}

.cover14 {
    background: url(../Images/General/cover-img-14.jpg) repeat center;
    background-size: cover;
}

.cover15 {
    background: url(../Images/General/cover-img-15.jpg) repeat center;
    background-size: cover;
}

.cover16 {
    background: url(../Images/General/cover-img-16.jpg) repeat center;
    background-size: cover;
}

.cover17 {
    background: url(../Images/General/cover-img-17.jpg) repeat center;
    background-size: cover;
}

.cover18 {
    background: url(../Images/General/cover-img-18.jpg) repeat center;
    background-size: cover;
}

.cover19 {
    background: url(../Images/General/cover-img-19.jpg) repeat center;
    background-size: cover;
}

.cover20 {
    background: url(../Images/General/cover-img-20.jpg) repeat center;
    background-size: cover;
}

.cover21 {
    background: url(../Images/General/cover-img-21.jpg) repeat center;
    background-size: cover;
}

.cover22 {
    background: url(../Images/General/cover-img-22.jpg) repeat center;
    background-size: cover;
}

.ptag1 {
    font-size: 22px;
    line-height: 33px;
}

.mrow {
    margin-top: 20px;
}

.bclr {
    color: #264D7E;
}

.servicelist li {
    padding: 0px 0px;
}

    .servicelist li a {
        color: #000;
        transirion: all 0.5s;
        font-size: 18px;
    }

        .servicelist li a:hover {
            color: #002AFF;
        }

.missioncount p {
    margin: 20px 0px 15px;
    line-height: normal;
    text-align: center;
}

    .missioncount p span, .countleft p span {
        background-color: #2458af;
        color: #fff;
        padding: 15px;
        border-radius: 50%;
        font-size: 25px;
        padding: 15px 20px;
    }

.missioncount1 p span, .countleft1 p span {
    background-color: #0AF;
    color: #fff;
}

.countleft p {
    margin: 20px 0px 15px;
    line-height: normal;
}

.countright p {
    margin: 20px 0px 15px;
    font-size: 20px;
}

.countright h3 {
    margin: 0px 0px 10px;
    color: #369;
    font-size: 20px;
    font-weight: 700;
}

.missionpanel {
    min-height: 140px;
}

.countleft, .countleft {
    margin-bottom: 40px;
}

.service-tag {
    margin: 0px 0px 10px;
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    font-weight: 700;
    background-color: #e1e1e1;
    padding: 10px 0px;
    border-radius: 3px;
}

.servicemenu {
    background-color: #264D7E;
    border-radius: 3px;
}

    .servicemenu ul {
        list-style: none;
        margin: 0px 0px 0px -40px;
    }

        .servicemenu ul li {
            border-bottom: 1px solid #0AF;
            padding: 10px 0px;
        }

            .servicemenu ul li a {
                color: #fff;
                text-transform: uppercase;
                font-size: 16px;
                transition: all 0.5s;
            }

                .servicemenu ul li span a, .servicemenu ul li a:hover {
                    color: #0AF;
                }

                .servicemenu ul li a i {
                    float: right;
                    padding: 6px 0px 0px 0px;
                }

.management {
    /*background-color: #000;*/
    cursor: pointer;
    transition: all 0.5s;
}

    .management h6 img {
        width: 65%;
        border-radius: 10px;
        border: 5px solid #000;
    }

    .management p {
        margin: 0px 0px 2px;
        color: #1e1e1e;
        text-transform: uppercase;
        font-size: 17px;
        font-weight: 700;
    }

    .management h6 {
        margin: 0px 0px 5px;
        font-size: 16px;
        color: #1F3057;
    }

    .management:hover {
        /* box-shadow: 0px 5px 10px rgba(0,0,0,0.5);*/
    }

.inside-management h6, .inside-management {
    text-align: center;
}

    .inside-management h6 img {
        width: 80%;
    }

.inside-team h3 {
    text-transform: uppercase;
    margin: 5px 0px 10px;
    font-size: 20px;
    color: #000;
    font-weight: 700;
}

.inside-team div {
    /*background-color:#0AF;*/
    padding: 15px;
}

.inside-management h5 {
    color: #0AF;
    margin: 0px 0px 10px;
    font-size: 19px;
    font-family: NotoSansSC-Bold;
    text-transform: uppercase;
}

.inside-management h4 {
    margin: 0px 0px 10px;
    font-size: 15px;
    color: #fff;
}

.inside-management h3 {
    margin: 0px 0px 10px;
    font-size: 17px;
    color: #0AF;
    text-transform: uppercase;
}

.management1, .inside-management h6 img {
    background-color: #0AF;
}

.inside-team h6 {
    margin: 0px 0px 10px;
    font-size: 16px;
}

.inside-team div h3 {
    margin: 15px 0px;
    color: #0AF;
    font-size: 18px;
    text-transform: inherit;
}

.inside-team div ul li {
    color: #0AF;
    list-style-type: square;
    font-size: 16px;
}

    .inside-team div ul li span {
        color: #fff;
    }

.inside-team div h6 {
    border-bottom: 1px solid #666;
    margin: 15px 0px;
}

.inside-team div p a {
    color: #fff;
    text-decoration: underline;
}

.inside-team div p {
    color: #fff;
    margin: 0px 0px 15px 0px;
    font-size: 16px;
}

.inside-management h3 span {
    color: #fff;
}

.teamrow {
    margin-top: 30px;
}

.list li {
    padding: 2px 0px;
    list-style-type: square;
}

.contactleft h2 {
    margin: 15px 0px 10px;
    font-size: 22px;
    text-transform: uppercase;
    color: #0AF;
}

.contactleft h3 {
    color: #0AF;
    margin: 0px 0px 15px;
    font-size: 20px;
}

.contactleft h1 {
    margin: 0px 0px 5px;
    color: #fff;
    font-size: 17px;
}

.contactleft p, .contactleft p a {
    color: #fff;
    transition: all 0.5s;
    font-size: 16px;
}

    .contactleft p a:hover {
        color: #0AF;
    }

    .contactleft p i {
        padding: 0px 5px 0px 0px;
    }

.contactleft h6 {
    border-bottom: 1px solid #ccc;
}

.contacttxtbx {
    padding: 5px 10px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    width: 100%;
    background-color: #e1e1e1;
    color: #1e1e1e;
    margin-bottom: 15px;
    transition: all 0.5s;
}

    .contacttxtbx:focus {
        border: 1px solid #369;
        background-color: #fff;
    }

.contactright div h6 {
    margin: 0px 0px 10px;
    font-size: 18px;
    color: #1e1e1e;
}

.contactbtn {
    padding: 5px 10px;
    border: 1px solid #264D7E;
    background-color: #264D7E;
    border-radius: 3px;
    color: #fff;
    transition: all 0.5s;
}

    .contactbtn:hover {
        border: 1px solid #0AF;
        background-color: #0AF;
    }

.contactlblmsg {
    margin: 20px 0px 0px;
}

    .contactlblmsg span {
        font-size: 20px;
    }

.iframe {
    width: 100%;
    height: 325px;
}

.careertbl tr td {
    padding: 5px;
    width: 50%;
}

    .careertbl tr td span {
        color: #000;
    }

    .careertbl tr td a {
        background-color: #264D7E;
        color: #fff;
        padding: 5px 10px;
        transition: all 0.5s;
    }

        .careertbl tr td a:hover {
            background-color: #0AF;
        }

    .careertbl tr td table {
        width: 100%;
        font-size: 16px;
        line-height: 25px;
    }

    .careertbl tr td div {
        background-color: #eee;
        margin: 15px;
        /*min-height: 275px;*/
        padding: 15px;
        border-left: 5px solid #369;
    }

.careertbl table tr {
    border-bottom: 1px solid #ccc;
    margin: 5px 0px;
}

    .careertbl table tr td:nth-child(1) {
        width: 30%;
    }

    .careertbl table tr td p {
        margin: 10px 0px;
    }

        .careertbl table tr td p a {
            font-size: 15px;
            line-height: 25px;
        }

.m-scroll {
    overflow-x: auto;
}

.download {
    background-color: #eee;
}

.downloadtbl {
    min-height: 0px;
}

    .downloadtbl tr td h1 {
        margin: 0px 0px 15px;
        font-size: 22px;
        text-transform: uppercase;
        color: #369;
    }

    .downloadtbl tr td p {
        margin: 0px 0px 10px;
    }

        .downloadtbl tr td p span {
            text-transform: uppercase;
            color: #000;
            font-size: 16px;
            font-weight: 700;
        }

.sitemap {
    background-color: #e1e1e1;
    border-left: 5px solid #369;
}

    .sitemap ul li {
        padding: 3px 0px;
    }

        .sitemap ul li a {
            color: #1e1e1e;
            transition: all 0.5s;
        }

            .sitemap ul li a:hover {
                color: #369;
            }

.sliderbg {
    background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.90);
    border: medium none;
    transition: all 0.5s ease 0s;
    height: 500px;
}

.pbold, .pbold1 {
    font-family: NotoSansSC-Bold;
    color: #1e1e1e;
    font-size: 25px;
    line-height: 38px;
    margin: 0px 0px 15px 0px;
}

.pbold1 {
    margin: 0px 0px 10px 0px;
}

.mtag {
    padding: 10px 0px;
}

.mtag1 {
    padding: 0px 0px;
}

.mtag h6 {
    color: #0AF;
    font-size: 18px;
    margin: 5px 0px;
}

    .mtag h6 span {
        float: right;
    }

.mtag1 h5 {
    text-align: right;
    margin: 0px;
    color: #1F3057;
    font-size: 16px;
}

.mtag p {
    font-family: Pacifico-Regular;
    color: #FFF;
    font-size: 22px;
    letter-spacing: 1px;
    line-height: 38px;
    margin: 15px 0px 0px;
}

.mtag1 p {
    color: #264D7E;
}

.mtag p i {
    color: #0AF;
    padding: 0px 5px;
}

.sub-tab {
    border: 1px solid #369;
    margin-bottom: 20px;
    transition: all 0.5s;
}

    .sub-tab:hover {
        box-shadow: 0px 3px 6px rgba(0,0,0,0.5);
    }

    .sub-tab h6 {
        text-align: center;
        margin: 15px 0px;
    }

        .sub-tab h6 img {
            background-color: #369;
            width: 60px;
            padding: 10px;
            border-radius: 30%;
        }

    .sub-tab h5 {
        font-size: 20px;
        margin: 15px 75px;
        text-align: center;
    }

.nav > li > a {
    padding: 10px 15px;
}

.nav-pills > li {
    float: left;
    background-color: #0AF;
    border-radius: 5px;
    margin: 0px 10px 15px 0px;
    min-width: 165px;
    text-align: center;
}

.pbar {
    margin-top: 15px;
}

.dropdown-menu {
    margin: 3px 0px 0px 18px;
}

.servicemenu-div {
    position: fixed;
    width: 90%;
    z-index: 1;
    background: none repeat scroll 0% 0% rgba(31, 48, 87, 0.95);
    left: 5%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.servicelist {
    list-style-type: none;
    margin-left: -40px;
}

    .servicelist li {
        border-bottom: 1px solid #0AF;
        padding: 8px 0px;
    }

        .servicelist li a {
            text-transform: uppercase;
            color: #fff;
            font-size: 15px;
            transition: all 0.5s;
        }

            .servicelist li a:focus {
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -1px;
            }

            .servicelist li a:hover {
                color: #0AF;
            }

            .servicelist li a i {
                float: right;
                padding: 10px 0px 0px 0px;
            }

.service-submenu h5 {
    margin: -3px 0px 10px;
    font-size: 16px;
    line-height: 25px;
    color: #0AF;
}
/*.service-submenu h5 a
{
    color: #0AF;
    transition: all 0.5s;
}
.service-submenu h5 a:hover
{
    text-decoration: underline;
}*/
.service-submenu p {
    color: #fff;
    font-size: 15px;
    line-height: 22px;
}

.serviceview1 {
    display: none;
}

.mobilelist {
    list-style-type: square;
    color: #fff;
    margin-left: -30px;
}

    .mobilelist li a {
        color: #fff;
        transition: all 0.5s;
        font-size: 16px;
    }

        .mobilelist li a:hover {
            color: #0AF;
        }

.wtbg {
    background-color: #fff;
}

.fixedsection {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 99;
}

.fixedheight {
    height: 104px;
}

.banner-arrow {
    width: 40px;
    margin-top: 250px;
}

.industry p img {
    padding: 5px;
    width: 100%;
}

.banner-title-tag1 div p span {
    color: #0AF;
}

.team-div {
    background-color: #e1e1e1;
    margin: 0px 0px 30px;
}

    .team-div p {
        margin: 0px;
        padding: 10px 15px;
        color: #1F3057;
        font-size: 22px;
        text-transform: uppercase;
        font-family: NotoSansSC-Bold;
    }

.countrydiv {
    margin: 0px 0px 30px;
    border-radius: 3px;
    background-color: #e1e1e1;
}

.casestudy {
    cursor: pointer;
    text-align: center;
}

    .casestudy p {
        margin: 0px;
    }

        .casestudy p img {
            width: 100%;
            padding: 5px;
        }

.casestudy1 p img {
    width: 90%;
    padding: 23px 0px;
    margin-bottom: 1px;
}

.casestudy h6 {
    color: #369;
    font-family: NotoSansSC-Bold;
    font-size: 15px;
    margin: -5px 0px 0px 0px;
    padding: 0px 0px 25px 0px;
}

.countryhead {
    color: #369;
    margin: 15px 0px;
    font-size: 27px;
    line-height: 38px;
    font-family: NotoSansSC-Bold;
    text-align: center;
}

.faq-tbl h4, .newsgrid h3 {
    margin: 0px 0px 5px;
    font-family: NotoSansSC-Bold;
    color: #369;
    font-size: 14px;
}

.faq-tbl h6 {
    border-bottom: 1px solid #e1e1e1;
    margin: 15px 0px 20px;
}

.faq-tbl p span, .newsgrid p {
    margin: 0px;
    font-size: 16px;
}

.div01 {
    background-color: #fff;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
    padding: 30px 30px 20px;
    border-left: 3px solid #00AAFF;
}

.mr-testi, .mr-news {
    width: 100%;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.7);
    padding: 30px;
    margin-bottom: 30px;
    border-bottom: 3px solid #00AAFF;
}

    .mr-testi h6 {
        margin: 0px 0px 10px;
        font-size: 25px;
        color: #00AAFF;
    }

    .mr-testi h4 {
        line-height: 22px;
    }

        .mr-testi h4 p span {
            font-size: 16px;
        }

    .mr-testi table {
        width: 100%;
        margin: 15px 0px 0px;
    }

        .mr-testi table tr td img {
            width: 70px;
            margin-right: 10px;
        }

        .mr-testi table tr td:nth-child(1) {
            width: 80%;
            text-align: right;
        }

        .mr-testi table tr td {
            font-size: 16px;
            color: #00AAFF;
            line-height: 22px;
        }

.mr-news {
    padding: 20px;
}

    .mr-news table {
        width: 100%;
    }

        .mr-news table tr td {
            padding: 10px;
            vertical-align: top;
        }

            .mr-news table tr td:nth-child(1) {
                width: 20%;
            }

            .mr-news table tr td img {
                width: 100%;
            }

        .mr-news table h4 {
            margin: 0px 0px 10px;
            font-size: 15px;
            color: #00AAFF;
        }

            .mr-news table h4 i {
                padding: 0px 5px 0px 0px;
            }

        .mr-news table h3 {
            margin: 15px 0px 10px;
            color: #8a9c5e;
            font-family: NotoSansSC-Bold;
            font-size: 15px;
        }

        .mr-news table p {
            margin: 0px;
            line-height: 22px;
        }

            .mr-news table p span {
                font-size: 16px;
            }

.msg-bg {
    background-color: #e1e1e1;
}

.messageboard {
    margin: 3px 0px -2px;
    font-size: 16px;
    color: #fff;
}

.footer-calendar {
    margin: 20px 0px;
}

    .footer-calendar a {
        background-color: #00AAFF;
        border: 1px solid #00AAFF;
        padding: 10px 20px;
        color: #fff;
        text-transform: uppercase;
        font-size: 16px;
        border-radius: 3px;
        box-shadow: 0px 5px 10px rgba(0,0,0,0.3);
        transition: all 0.5s;
    }

        .footer-calendar a:hover {
            color: #00AAFF;
            background-color: transparent;
        }

/*Calendar Of Events Class*/

.event-bg {
    background-image: linear-gradient(rgba(0,0,0,0.8), rgba(0,0,0,0.8)), url(../Images/General/event-bg.jpg);
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100vh;
    padding: 40px;
}

.mrcalendar {
    width: 100%;
}

    .mrcalendar tr td {
        padding: 10px;
        border-radius: 10px;
    }

.mrcalendar-day {
    text-align: center;
}

.mrcalendar tr td a {
    color: #fff;
}

.coeTable {
    width: 80%;
    color: #fff;
    font-size: 16px;
    line-height: 22px;
}

    .coeTable tr td {
        padding: 5px;
    }

        .coeTable tr td table tr td:nth-child(1) {
            width: 0%;
        }

        .coeTable tr td table tr td img {
            width: 60%;
            background-color: #fff;
            padding: 5px;
            border-radius: 3px;
            margin-bottom: 10px;
        }

        .coeTable tr td table tr td {
            color: #00AAFF;
            font-size: 25px;
        }

            .coeTable tr td table tr td span {
                font-size: 14px;
                color: #fff;
            }

        .coeTable tr td h6 {
            margin: 0px 0px 10px;
            font-size: 16px;
            line-height: 22px;
            text-decoration: underline;
        }

/*Calendar Of Events Class*/
/*Media query*/
/* Large desktop and laptops*/
@media (min-width: 1200px) {
    .contactright div {
        padding: 0px 75px;
    }

    .banner-title-tag1 {
        padding: 35px 0px 0px;
    }

    .abt-div {
        margin: 70px 85px 60px;
    }

        .abt-div h6 {
            left: 86px;
        }

    .footer-service {
        margin-left: -30px;
    }

    .footer-quick {
        margin-left: 20px;
    }
}

/* Landscape tablets and medium desktops*/
@media (min-width: 992px) and (max-width: 1199px) {
    .topcontact li {
        font-size: 18px;
    }

    .mainMenu li {
        padding: 0px 20px;
    }

    .slidertxt {
        padding: 130px 120px 0px 120px;
    }

    .slidertxt1 {
        padding: 70px 120px 0px 120px;
    }

    .slidertxt h1 {
        font-size: 42px;
        line-height: 50px;
    }

    .head1 {
        font-size: 25px;
        line-height: 42px;
    }

    .banner-title {
        padding: 57px 0px 0px 0px;
    }

    .banner-title-tag {
        padding: 10px 0px 0px;
    }

    .banner-title p {
        font-size: 37px;
        line-height: 45px;
    }

    .mtag p {
        font-size: 22px;
        line-height: 38px;
        margin: 10px 0px 0px;
    }

    .service-tag {
        font-size: 23px;
    }

    .contactright div {
        padding: 0px 75px;
    }

    .countright p {
        margin: 18px 0px 15px;
    }

    .topcontact li {
        font-size: 13px;
        padding: 0px;
    }

    .countryhead {
        font-size: 25px;
        line-height: 37px;
    }
}

/* medium tablets and medium laptop*/
@media (min-width: 768px) and (max-width: 991px) {
    .logo {
        text-align: center;
    }

        .logo a img {
            width: 230px;
        }

    .topcontact {
        margin: 8px 0px 0px -40px;
    }

        .topcontact li {
            font-size: 13px;
            padding: 0px 0px 0px 5px;
        }

    .mainMenu li {
        padding: 0px 10px;
    }

    .dropdown-menu {
        margin: 3px 0px 0px 0px;
    }

    .mainMenu li a, .login a {
        font-size: 14px;
    }

    .slider1, .slider2, .slider3, .slider4, .slider5 {
        height: 450px;
    }

    .slidertxt {
        padding: 130px 30px 0px 30px;
    }

    .slidertxt1 {
        padding: 100px 30px 0px 30px;
    }

    .slidertxt h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .slidertxt p {
        margin: 25px 0px 0px;
    }

    .slidertxt h1 {
        font-size: 30px;
    }

    .slidertxt1 h1 span {
        font-size: 20px;
    }

    .slidertxt h2 {
        font-size: 17px;
        line-height: 25px;
    }

    .slider-btn {
        padding: 10px 15px;
        margin: 0px 3px;
        font-size: 16px;
    }

    .padding1 {
        padding: 35px 0px;
    }

    .head1 {
        font-size: 22px;
        line-height: 40px;
    }

    .head2, .head3 {
        font-size: 22px;
    }

    .tag1 p {
        font-size: 20px;
        margin: 0px;
    }

    .counter h6 img {
        width: 75px;
    }

    .counter h2 {
        font-size: 25px;
    }

    .counter h1 {
        font-size: 14px;
        font-weight: 500;
    }

    .tab-div {
        height: 300px;
    }

    .banner-img img {
        width: 150px;
        margin: 10px 0px;
    }

    .banner-title p {
        font-size: 29px;
        line-height: 38px;
    }

    .banner-title {
        padding: 58px 0px 0px 0px;
    }

    .banner-title-tag {
        padding: 10px 0px 0px 0px;
    }

    .mtag p {
        font-size: 18px;
        line-height: 34px;
        margin: 10px 0px 0px;
    }

    .ptag1 {
        font-size: 20px;
        line-height: 30px;
    }

    .mrow {
        margin-top: 20px;
    }

    .service-tag {
        font-size: 20px;
    }

    .servicemenu ul li a {
        font-size: 15px;
    }

    .management {
        margin-bottom: 30px;
    }

    .teamrow {
        margin-top: 0px;
    }

    .abt-div {
        border-left: 5px solid #369;
        margin: 50px 0px 40px;
    }

        .abt-div p {
            font-size: 20px;
            line-height: 30px;
        }

        .abt-div h6 i {
            font-size: 22px;
        }

        .abt-div h6 {
            top: 10%;
            margin-left: 8px;
        }

    .pbold, .pbold1 {
        font-size: 23px;
        line-height: 33px;
    }

    .countright p {
        margin: 15px 0px 15px;
        font-size: 19px;
    }

    .mtag h6 {
        font-size: 25px;
        margin: 10px 0px;
    }

    .nav > li > a {
        padding: 5px 15px;
        font-size: 16px;
    }

    .nav-pills > li {
        min-width: 0px;
    }

    .sub-tab h5 {
        font-size: 20px;
        margin: 15px 15px;
        text-align: center;
    }

    .servicemenu-div {
        width: 100%;
        left: 0;
    }

    .fixedheight {
        height: 113px;
    }

    .banner-arrow {
        width: 35px;
        margin-top: 200px;
    }

    .team-div p {
        font-size: 20px;
    }

    .countryhead {
        font-size: 22px;
        line-height: 35px;
        text-align: left;
    }
}


/* portrait tablets and small desktops*/
@media (max-width: 767px) {
    .logo, .GT_Align {
        text-align: center;
    }

        .logo a img {
            width: 250px;
        }

    .topcontact {
        margin: 5px 0px 5px -40px;
        text-align: center;
    }

        .topcontact li {
            font-size: 16px;
            display: list-item;
            font-family: SourceSansPro-Regular;
        }

    .top-login-cal {
        text-align: center;
        margin: 3px 0px 5px;
    }

    .mainMenu {
        margin: 3px 0px 3px -40px;
    }

        .mainMenu li {
            display: list-item;
            padding: 2px 0px;
        }

    .login {
        margin: 3px 0px 10px;
        text-align: left;
    }

    .slider1, .slider2, .slider3, .slider4, .slider5 {
        height: 350px;
    }

    .slidertxt {
        padding: 75px 30px 0px 30px;
    }

    .slidertxt1 {
        padding: 50px 20px 0px 20px;
    }

    .slidertxt h1 {
        font-size: 25px;
        line-height: 35px;
        margin: 0px 0px 15px;
    }

    .slidertxt p {
        margin: 25px 0px 0px;
    }

    .slidertxt1 h1 span {
        font-size: 16px;
    }

    .slidertxt h3 {
        margin: 0px 75px;
    }

    .slidertxt h2 {
        font-size: 15px;
        line-height: 23px;
    }

    .slider-btn {
        padding: 8px 10px;
        margin: 0px 3px;
        font-size: 15px;
    }

    .padding1 {
        padding: 30px 0px;
    }

    .head1 {
        font-size: 20px;
        line-height: 30px;
    }

    .head2, .head3 {
        font-size: 20px;
    }

    .tag1 p {
        font-size: 18px;
        margin: 0px;
    }

    .mtop {
        margin-top: 10px;
    }

    .inside-service {
        margin-bottom: 15px;
    }

    .inside-service1 {
        margin-bottom: 0px;
    }

    .srow {
        margin-top: 0px;
    }

    .inside-service a span {
        font-size: 18px;
    }

    .counter h6 img {
        width: 50px;
    }

    .counter h2 {
        font-size: 25px;
    }

    .counter h1 {
        font-size: 14px;
        margin: 10px 0px 10px 0px;
        font-weight: 500;
    }

    .footer-row {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .copy {
        line-height: 20px;
        margin: 5px 0px 0px;
    }

    .power {
        text-align: left;
        margin: 0px 0px 5px;
    }

    .banner-img img {
        width: 150px;
        margin: 0px 0px 20px;
    }

    .banner-title p {
        font-size: 25px;
        line-height: 27px;
    }

    .banner-title {
        padding: 20px 0px 15px;
        text-align: center;
    }

    .ptag1 {
        font-size: 16px;
        line-height: 25px;
    }

    .mrow {
        margin-top: 10px;
    }

    .servicelist li a {
        font-size: 16px;
    }

    .list {
        margin-left: -20px;
    }

    .missioncount p {
        margin: 15px 0px 15px;
        text-align: left;
    }

        .missioncount p span {
            padding: 15px;
            font-size: 18px;
            padding: 10px 10px;
        }

    .missionpanel {
        min-height: 0;
    }

    .service-tag {
        font-size: 18px;
    }

    .management {
        margin-bottom: 20px;
    }

    .teamrow {
        margin-top: 0px;
    }

    .contactlblmsg span, .downloadtbl tr td h1 {
        font-size: 18px;
    }

    .abt-div {
        border-left: 3px solid #369;
        margin: 30px 0px 20px;
        padding: 0px 0px 0px 15px;
    }

        .abt-div p {
            font-size: 17px;
            line-height: 26px;
        }

        .abt-div h6 {
            display: none;
        }

    .pbold, .pbold1 {
        font-size: 20px;
        line-height: 28px;
    }

    .countleft {
        margin-bottom: 0px;
    }

    .countright p {
        margin: 10px 0px 10px;
        font-size: 18px;
    }

    .mtag {
        padding: 0px 35px;
    }

        .mtag h6 {
            font-size: 23px;
            margin: 10px 0px;
        }

        .mtag p {
            font-size: 17px;
            line-height: 32px;
        }

    .nav > li > a {
        padding: 5px 15px;
        font-size: 16px;
    }

    .nav-pills > li {
        min-width: 0px;
    }

    .pbar {
        margin-top: 0px;
    }

    .sub-tab h5 {
        margin: 15px 15px;
    }

    .dropdown-menu {
        margin: 3px 0px 0px 0px;
    }

    .servicemenu-div {
        position: relative;
        width: 100%;
        z-index: auto;
        display: none;
    }

    .serviceview {
        display: none;
    }

    .serviceview1 {
        display: block;
    }

    .fixedsection {
        position: relative;
        right: 0;
        left: 0;
        z-index: auto;
    }

    .fixedheight {
        height: auto;
    }

    .banner-arrow {
        width: 31px;
        margin-top: 230px;
    }

    .team-div p {
        font-size: 18px;
    }

    .team-div {
        margin: 0px 0px 20px;
    }

    .management h6 img {
        width: 40%;
    }

    .inside-management h6 img {
        width: 200px;
    }

    .inside-management h5 {
        font-size: 17px;
    }

    .casestudy p img {
        width: 65%;
    }

    .countryhead {
        font-size: 20px;
        line-height: 32px;
        text-align: left;
    }

    .mr-testi table tr td img {
        width: 70px;
        margin-right: 0px;
    }

    .mr-testi table tr td:nth-child(1) {
        width: auto;
        text-align: left;
    }
}

/* Mobile and small Phones*/
@media (max-width: 480px) {
    .topcontact li {
        font-size: 16px;
        display: list-item;
    }

    .slider1, .slider2, .slider3, .slider4, .slider5 {
        height: 300px;
    }

    .slidertxt {
        padding: 50px 15px 0px;
    }

    .slidertxt1 {
        padding: 50px 15px 0px 15px;
    }

    .slidertxt h1 {
        font-size: 18px;
        line-height: 28px;
    }

    .slidertxt p {
        margin: 25px 0px 0px;
    }

    .slidertxt1 h1 span {
        font-size: 13px;
    }

    .slidertxt h3 {
        margin: 0px 75px;
    }

    .slidertxt h2 {
        font-size: 14px;
        line-height: 20px;
        margin: 15px 0px;
        text-transform: inherit;
    }

    .slidertxt p {
        margin: 15px 0px 0px;
    }

    .slider-btn {
        padding: 5px 10px;
        font-size: 14px;
    }

    .head1 {
        font-size: 18px;
        line-height: 30px;
        margin: 0px 0px 15px;
    }

    .tag1 p {
        font-size: 17px;
        margin: 0px;
        line-height: 24px;
    }

    .inside-service a span {
        font-size: 16px;
    }

    .counter {
        height: 130px;
    }

        .counter h6 img {
            width: 45px;
        }

        .counter h2 {
            font-size: 20px;
        }

        .counter h1 {
            font-size: 14px;
            text-transform: none;
            font-weight: 500;
        }

    .banner-img img {
        width: 140px;
        margin: 5px 0px 20px;
    }

    .banner-title p {
        font-size: 21px;
        line-height: 26px;
    }

    .banner-title {
        padding: 20px 0px 5px;
    }

    .contacttxtbx {
        padding: 3px 10px;
        margin-bottom: 5px;
        font-size: 16px;
    }

    .contactbtn, .careertbl tr td a, .sitemap ul li a {
        font-size: 16px;
    }

    .sitemap ul li {
        padding: 1px 0px;
    }

    .sitemap ul {
        margin-left: -20px;
    }

    .abt-div p {
        font-size: 16px;
        line-height: 25px;
    }

    .pbold, .pbold1 {
        font-size: 18px;
        line-height: 25px;
        margin: 0px 0px 15px 0px;
    }

    .pbold1 {
        margin: 0px 0px 10px 0px;
    }

    .countleft p span {
        font-size: 22px;
        padding: 12px 15px;
    }

    .countright h3 {
        font-size: 18px;
    }

    .mtag {
        padding: 0px 0px;
    }

        .mtag h6 {
            font-size: 18px;
            margin: 5px 0px;
        }

        .mtag p {
            font-size: 16px;
            line-height: 30px;
        }

    .sub-tab h6 img {
        width: 45px;
        padding: 5px;
    }

    .sub-tab h5 {
        font-size: 18px;
    }

    .nav > li > a {
        padding: 5px 15px;
        font-size: 16px;
    }

    .nav-pills > li {
        min-width: 0px;
        width: 100%;
        margin: 0px 0px 10px 0px;
    }

    .mobilelist li ul {
        margin-left: -15px;
    }

    .team-div p {
        font-size: 16px;
        padding: 5px 10px;
        text-align: center;
    }

    .management h6 img {
        width: 65%;
    }

    .inside-management h6 img {
        width: 150px;
    }

    .inside-team div ul li span {
        font-size: 15px;
    }

    .inside-management h5 {
        font-size: 16px;
    }

    .casestudy p img {
        width: 100%;
    }

    .countryhead {
        font-size: 18px;
        line-height: 27px;
    }
}
/*Media query*/
