﻿/*************************************fonts************************************************/
.light {
    font-family: 'Red Hat Display';
    font-weight: 300;
}

.medium {
    font-family: 'Red Hat Display';
    font-weight: 500;
}

.bold {
    font-family: 'Red Hat Display';
    font-weight: 700;
}

.black {
    font-family: 'Red Hat Display';
    font-weight: 900;
}

.regular {
    font-family: 'Red Hat Display';
    font-weight: 400;
}
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin: 0;
}
/********************************************Common style************************************/
.bannerstyle{
    background-size:cover !important;
    background-position:center center !important;
    position:relative;
    width:100%;
}

.InnerBg {
    background: #ECECEC;
}
.submitbtnstyle {
    background: #F9A61A;
    border: none;
    color: #000;
    text-transform: uppercase;
    padding: 8px 0;
    border-radius: 30px;
    font-family: 'Red Hat Display';
    font-weight: 700;
    font-size: 16px;
    width: 150px;
    border:1px solid transparent;
    transition:0.3s all ease-in-out;
}
.submitbtnstyle:hover{
    background:#fff;
    color:#000;
        border:1px solid #ccc;

}
.Innercontainer{
    padding:0 100px;
}
.bannerpara {
    font-size: 20px;
    width: 1020px;
    line-height: 32px;
    margin: 0;
    padding: 40px 0 0;
    color: #AAABB4;
}
.para {
    font-size: 20px;
}
.parasmall {
    font-size: 16px;
}
.mb40{
    margin-bottom:40px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.bannerposition {
    position: absolute;
    bottom: 60px;
}

.bannerTitle {
    font-size: 48px;
    color: #fff;
}
p{
    margin:0;
}
.line-height{
    line-height:32px;
}
.h2 {
    font-size: 30px;
}
.h3 {
    font-size: 22px;
}
.line-height-one{
    line-height:26px;
}
.padblog {
    padding: 0 18px;
}
.blgrow {
    padding: 50px 0;
    margin: 0 -18px;
}

/*******************************************Size***********************************************/
.fsize1 {
    font-size: 13px;
}

.fsize2 {
    font-size: 14px;
}

.fsize3 {
    font-size: 16px;
}

.fsize4 {
    font-size: 18px;
}

.fsize5 {
    font-size: 20px;
}

/**********************************************Colours*****************************************/
.clrblue {
    color: #013669;
}
.blue {
    color: rgba(1, 58, 120, 1);
}

.white {
    color: #fff;
}
/************************************************Menu Csss**************************************/

.container {
    width: 100%;
    padding: 0px 120px;
    margin: 0px;
    max-width: 100%;
}

html {
    height: 100%;
}

.paddLt15 {
    padding-left: 15%;
}

.paddRt15 {
    padding-right: 15%;
}

body {
    width: 100%;
    font-family: 'Red Hat Display';
    font-weight: 300;
    color: #000;
    line-height: normal;
    overflow-x: hidden;
    background: #ECECEC;
}

.navLogo {
    position: relative;
    display: block;
}

.navLogo:after {
    content: '';
    width: 1.5px;
    height: 50px;
    background: #DADADA;
    display: block;
    top: 0px;
    right: -20px;
    position: absolute;
}

.navHolder {
    display: flex;
    padding: 15px 30px 30px 15px;
    width: 320px;
    align-items: center;
    background: #fff;
    box-shadow: 2px 2px 5px 1px rgba(146, 138, 138, 0.25098039215686274);
    border-radius: 0px 0px 40px 0px;
    position: relative;
    z-index: 999;
    left: -100%;
}

.menuClick {
    margin-left: 40px;
    position: relative;
    margin-top: -10px;
}

    .menuClick:hover span:nth-child(3) {
        width: 30px;
    }

    .menuClick:after {
        content: 'MENU';
        font-size: 10px;
        position: absolute;
        left: 0px;
        bottom: -20px;
        color: #003975;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        font-family: 'Red Hat Display';
        font-weight: 500;
    }

    .menuClick span {
        width: 30px;
        height: 3px;
        background: #003975;
        display: block;
        transition: 0.4s all ease;
    }

        .menuClick span:nth-child(2) {
            margin: 4px 0px;
        }

        .menuClick span:nth-child(3) {
            width: 20px;
        }

    .menuClick.open span:nth-child(2) {
        opacity: 0;
    }

    .menuClick.open span:nth-child(1) {
        transform: rotate(405deg) translate(5px, 5px);
    }

    .menuClick.open span:nth-child(3) {
        width: 30px;
        transform: rotate(-405deg) translate(5px, -5px);
    }

.menuPad {
    position: fixed;
    width: auto;
    transition: 0.3s all ease;
    z-index: 99;
}

.menuBackdrop {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100vw;
    height: 100vh;
    background: #01397691;
    transform: translateX(-100%);
    opacity: 0;
}

    .menuBackdrop.open {
        transform: translateX(0%);
        opacity: 1;
        transition: 0.4s all ease;
    }

.menuLinksSec {
    height: 100vh;
    background: #013976;
    display: flex;
    align-items: center;
}

.menuPadInner {
    position: relative;
}

.menuLinksSec {
    height: 100vh;
    background: #013976;
    display: flex;
    align-items: flex-start;
    position: absolute;
    width: 365px;
    top: 0px;
    z-index: 99;
    transform: translateX(-100%);
    padding-left: 30px;
}

    .menuLinksSec.open {
        transition: 0.5s all ease-in-out;
        transform: translateX(0);
    }

.menuLinks {
    list-style: none;
    padding: 0px;
}

    .menuLinks li a {
        color: #fff;
        margin: 10px 0px;
        display: inline-block;
        text-decoration: none;
        transition: 0.3s all ease-in-out;
        position: relative;
        font-size: 20px;
    }

/* .menuLinks li a:after {
        content: '';
        width: 0px;
        height: 1px;
        background: #fff;
        transition: 0.3s all ease;
        position: absolute;
        bottom: -2px;
        left: 0px;
    }

    .menuLinks li a:hover:after {
        width: 100%;
    }

    .menuLinks li a:hover {
        transform: translateX(10px);
    }*/
        /* width */
    .menuLinksSec::-webkit-scrollbar {
            width: 5px;
        }
    
        /* Track */
    .menuLinksSec::-webkit-scrollbar-track {
            background: #f1f1f1;
        }
    
        /* Handle */
    .menuLinksSec::-webkit-scrollbar-thumb {
            background: #888;
        }
    
            /* Handle on hover */
    .menuLinksSec::-webkit-scrollbar-thumb:hover {
                background: #555;
            }
.dropdown-menu.dropdownstyle {
    background: transparent;
    position: static !important;
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    transform: none !important;
    padding: p;
    padding: 20px 20px;
}
.dropdown-menu.dropdownstyle a {
    font-size: 18px;
}
a.nav_sub_anc {
    font-family: 'Red Hat Display';
    font-weight: 700 !important;
    margin: 0 0 20px 0;
}
.dropdown-menu.dropdownstyle::after {
    margin: 0px 0 0 15px;
    position: relative;
    top: 3px;
}
a
{
    text-decoration: none;
}
.menuLinks .dropdown-toggle::after {
    margin-left: .555em;
    vertical-align: .155em;
    content: "";
    border: solid #fff;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.dropdown-menu>li>a {
    white-space: normal;
    padding: 0 10px;
    font-weight: 300;
}
.dropdown-menu.dropdownstyle {
    box-shadow: none;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}
/*****************************************FOOTER SECTION****************************************/
.smg_head {
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 20px;
}
.gs_list li::before {
    content: ">";
    position: absolute;
    color: #959596 !important;
    left: -12px;
    top: 5px;
    font-family: cursive;
}
.smglinks {
    padding: 0 0 0 10px;
}
.sm_grid p {
    font-size: 14px;
    color: #3c3c3e;
    font-weight: 800;
    text-transform: uppercase;
}
.groupsites .smglinks > li > a {
    color: #959596;
    font-family: 'Red Hat Display';
    font-weight: 500;
}
.smglinks>li {
    display: block;
    position: relative;
    padding: 5px 0 0 0;
	color: #fff;
}
.smglinks.main_list li a {
    font-size: 12px ;
    font-weight: 800;
    text-transform: uppercase;
}
.smglinks > li > a {
    display: block;
    color: #fff;
    font-size: 12px;
    padding: 6px 0;
    text-transform: capitalize;
}
.id > li > a{
	text-transform: capitalize!important;
	
	
}
.smp_list li::before {
    content: ">";
    position: absolute;
    color: #fff;
    left: -12px;
    top: 5px;
    font-family: cursive;
}
.dlBroucher {
    display: flex;
    background: #0E76BD;
    padding: 20px 0px;
    justify-content: center;
    align-items: center;
}

    .dlBroucher p {
        color: #fff;
        font-size: 18px;
        margin: 0px 20px 0px 0px;
    }

.leftLinks {
    font-size: 12px;
    display: flex;
    color: #9D9D9D;
    font-family: 'Red Hat Display';
    font-weight: 500;
    margin: 3px;
}

    .leftLinks p {
        margin-bottom: 0px;
        margin-right: 30px;
    }

    .leftLinks a {
        font-size: 12px;
        color: #9D9D9D;
        text-decoration: none;
    }

    .leftLinks span {
        margin: 0px 10px;
    }
span#current-year {
    margin: 0px 0px;
}

.rightLinks {
    float: right;
}



.footerLinks {
    padding: 30px 0px 0px;
}

.rightLinks a,
.rightLinks a:hover {
    line-height: 35px;
    font-size: 12px;
    width: 170px;
    height: 30px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    position: relative;
    text-indent: -20px;
}

    .rightLinks a:after {
        content: '+';
        font-size: 20px;
        position: absolute;
        right: 25px;
        top: 5px;
        display: block;
        width: 15px;
        height: 15px;
        line-height: normal;
        transition: 0.5s all ease;
    }

    .rightLinks a.active:after {
        content: '-';
    }

.blueTab,
.blueTab:hover {
    background: url(../images/home/blue-tab.png) no-repeat;
    background-size: cover;
    color: #fff !important;
    background-position: center;
}

.greyTab,
.greyTab:hover {
    background: url(../images/home/Grey-tab.png) no-repeat;
    background-size: cover;
    color: #000 !important;
    background-position: center;
}

.blueLinks {
    display: none;
    background: #003975;
    width: 100%;
    padding-top: 30px;
}

.greyLinks {
    display: none;
    background: #f1f0f5;
    width: 100%;
    padding-top: 30px;
}

.siteMap li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    margin: 9px 0px;
    text-decoration: none;
}

.siteMap ul {
    list-style: none;
    padding: 0px;
}

.siteMap h2 {
    font-size: 18px;
    color: #fff;
}

.mainList li a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
}

.gpSite li a {
    color: #000;
    text-transform: capitalize;
    font-size: 14px;
    display: block;
    margin: 9px 0px;
    text-decoration: none;
}

.gpSite ul {
    list-style: none;
    padding: 0px;
}

.gpSite h2 {
    font-size: 18px;
    color: #000;
    text-transform: capitalize;
}

#privacyTopBanner {
    background: #F9A61A;
    color: #000;
}

.privacyList {
    padding-left: 25px;
}

.privacySecTwo {
    padding: 50px 0px;
    background: #F8F8F8;
}

.menuLinksSecInner {
    padding-top: 150px;
}
.modal .close{
    background-color: #e9a025;
    padding: 5px 12px;
    border-radius: 50%;
    position: relative;
    right: -15px;
    top: 2px;
    color: #000;
    cursor: pointer;
    float: right;
    font-size: 21px;
    font-weight: 700;
}
.gwhite, .gwhite:hover
{
    color: #CED8E2;
}
.gwhite:hover
{
    text-decoration: underline;
}
/*************************************Responsive**********************/
@media (max-width: 1440px) and (min-width: 1365px) {
    .line-height {
        line-height: 30px;
    }
    .para {
        font-size: 18px;
    }
    .mb30 {
        margin-bottom: 25px;
    }
}
@media (max-width: 1365px) and (min-width: 1199px) {
    .para {
        font-size: 16px;
    }
    .line-height {
        line-height: 28px;
    }
    .mb20 {
        margin-bottom: 15px;
    }
    .h3 {
        font-size: 20px;
    }
}
@media (min-width: 1200px) and (max-width:1365px) {
    .Innercontainer {
        padding: 0 50px;
    }
    .container {
        padding: 0px 60px;
     
    }
    .contactText {
        padding: 0 45px 0 60px;
    }
    .bannerTitle {
        font-size: 38px;
    }

}
@media (min-width: 1025px) and (max-width:1199px) {
.container {
    padding: 0px 60px;
}
.Innercontainer {
    padding: 0 50px;
}
.bannerpara {
    width: 800px;
}

}
@media (min-width: 992px) and (max-width:1024px) {
.container {
    padding: 0px 60px;
}
.Innercontainer {
    padding: 0 0;
}
.contactText {
    padding: 0 20px 0 20px;
}
.bannerpara {
    width: auto;
}
}
@media (min-width: 768px) and (max-width:991px) {
.container {
    padding: 0px 40px;
}

.para {
    font-size: 16px;
}
.gmrvfblog {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 20px 0 0;
}
.abtblog {
    flex: 0 0 100%;
    max-width: 100%;
}
.row{
    margin:0;
}
.Innercontainer {
    padding: 0 30px;
}
}
@media (max-width: 767px) {
    .container{
        padding:0;
    }
	.footerrow{
	    display: block;	
	}
	.footerrow .col-sm-3.col-4{
	flex: 0 0 100%;
    max-width: 100%;	
	}
    .Innercontainer {
        padding: 0;
    }
    .bannerTitle {
        font-size: 28px;
    }
    .line-height {
        line-height: 28px;
    }
    .mb40 {
        margin-bottom: 20px;
    }
    .para {
        font-size: 16px;
    }
    .h2 {
        font-size: 22px;
    }
    .submitbtnstyle {
        padding: 6px 0;
        font-size: 15px;
        width: 140px;
    }
    /***New css May 11/2020**/
    .navHolder {
        padding: 12px 25px 25px 12px;
        width: 250px;
    }
    .navLogo:after {
        height: 40px;
    }

    .menuLinksSec {
        justify-content: inherit;
        padding: 0 0 0 15px;
        display: block;
        padding-top: 40px;
        overflow-y: scroll;
    }

    .dlBroucher {
        display: block;
        text-align: center;
        padding: 20px 15px;
    }
    /***New css May 11/2020**/
    .menuPad {
        width: 100%;
    }

    .menuLinksSec {
        width: 100%;
    }

    .dlBroucher p {
        margin: 0px;
        padding: 0px 10px 10px;
    }

    .leftLinks {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .footerLinks .container {
        padding: 0px;
    }

    .rightLinks {
        float: none;
        display: flex;
        align-items: center;
    }

    .leftLinks p {
        margin: 0px 0px 10px;
    }

    .menuLinksSecInner {
        padding-top: 50px;
    }
}

@media (max-width: 991px) {
    .leftLinks {
        float: none;
        display: block;
        text-align: center;
        margin-bottom: 30px;
    }

    .footerLinks .container {
        padding: 0px;
    }

    .rightLinks {
        float: none;
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    .leftLinks p {
        margin: 0px 0px 10px;
    }

    .menuLinksSecInner {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 1800px) {
    .leftLinks {
        font-size: 16px;
    }

    .leftLinks a {
        font-size: 16px;
    }

    .siteMap li a {
        font-size: 16px;
    }

    .siteMap h2 {
        font-size: 20px;
    }

    .rightLinks a,
    .rightLinks a:hover {
        font-size: 14px;
    }
}
@media (max-width: 576px) {
    .modal .close
    {
        right: -5px;
    }
}
