body{
    font-family: 'Roboto', sans-serif;    
    font-size: 16px;
    line-height: 1.42857143;
    color: #000;
    background-color: #fff;
    padding:0;
    margin:0;
}
.header .container-fluid > .row {
    margin: 0;
    align-items: center;
}

.header .container-fluid {
    padding: 0;
}
.header .container-fluid > .row > div {
    padding: 0;
}
.logo a img:first-child {
    width: 274px;
}
.logo a img:nth-child(2) {
    width: 177px;
}
.logo {
    position: relative;
    background-color: #fff;
}
.header-ovrl-img {
    position: absolute;
    top: 0;
    right: 0;
}
.header {
    background-color: #f37022;
    display: block;
    padding-bottom: 15px;
    position: relative;
    box-shadow: 0 0 20px rgb(0 0 0 / 40%);
    width:100%;
}
.header-ovrl-img {
    position: absolute;
    top: -3px;
    right: -67px;
}
.header-ovrl-img img {
    height: 97px;
}
.navbar > ul {
    display: flex;
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 0;
    align-items: center;
}
.navbar > ul > li > a {
    color: #fff;
    text-decoration: none;
    padding: 0 11px;
    line-height: 30px;
    display: block;
    font-weight: 500;
    transition: all .4s;
}

.navbar > ul > li {
    display: inline-block;
    position: relative;
    transition: all .4s;
}
.header-right-img a:last-child img {
    width: 82px;
}
.header-right-img a:first-child img {
    width: 70px;
}
.navbar {
    position: relative;
    top: 9px;
    justify-content: right;
    padding-left: 0;
}
.navbar > ul > li > a > i {
    font-size: 20px;
    display: inline-block;
    margin-right: 6px;    
}
.logo > a {
    display: inline-block;
    text-decoration: none;
}
.header-right-img > a {
    display: inline-block;
}
.banner-grp .slick-track {
    display: flex;
    width: 100%;
}
.banner-grp .slick-track .banner-img {
    position: relative;
    height: 300px;
    display: flex;
    align-items: center;
}
.banner-grp .slick-track .banner-img img {
    width: 100%;
}
.banner-grp .slick-list.draggable {
    display: block;
    width: 100%;
    overflow: hidden;
}
.banner-grp .slide-arrow {
    position: absolute;
    font-size: 0;
    line-height: 0;
    top: 50%;
    margin-top: -10px\9;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
    z-index: 1;
    cursor: pointer;;
}
.banner-grp .slide-arrow.prev-arrow {
    left: 2%;
}
.banner-grp .slide-arrow.next-arrow {
    right: 2%;
}
.banner-grp .slick-dots {
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
}
.banner-grp .slick-dots > li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.banner-grp {
    position: relative;
}
.banner-grp .slick-dots > li > button{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}
.banner-grp .slick-dots > li.slick-active button {
    background-color: #cc6125;
}
.banner-grp .slick-dots > li{
    margin:0;
}
.banner-grp .slick-track .banner-img {
    position: relative;
}
.banner-grp .slick-track .banner-img h1 {
    position: absolute;
    top: 46px;
    left: -20%;
    right: 0;
    display: block;
    text-align: center;
    color: #fff;
    text-shadow: 5px 3px #545353;
    font-weight: bold;
}
.banner-grp .slick-track .banner-img h1 span {
    display: block;
}
.banner-grp .slick-track .banner-img h1 span {
    display: block;
    padding-left: 216px;
}
.scrollSec, .scrollSec-right {
    border-color: #2b9a95;
}
.scrollSec-main {
    height: 50px;
    display: flex;
    align-items: center;
}
.scrollSec-left {
    color: #FFF;
    font-weight: 700;
    padding-right: 30px;
}
.scrollSec-right {
    height: 50px;
    width: 740px;
    border-left: 1px solid #6cc5f7;
    border-right: 1px solid #6cc5f7;
    overflow: hidden;
}
.scrollSec-right a {
    color: #000;
    display: inline-block;
    padding: 13px 0 0 0;
}
.trg-pd {    
    background-color: #fff;
    padding: 0;
    margin: 0;
    line-height: normal;
    height: auto;
    display: flex;
    align-items: center;
}

.flash-title {
    display: inline-block;
    width: 20%;
    text-align: center;
    background-color: #f37022;
    height: 100%;
    border-top-right-radius: 35px;
    border-bottom-right-radius: 35px;
}
.flash-title h2 {
    font-size: 20px;
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 6px 0;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.trgr-txt {
    line-height: normal;
    display: inline-block;
    width: 79%;
    padding-left: 20px;
}
.trgr-txt p {
    padding: 0;
    margin: 0;
    color: #00154e;
    font-weight: bold;
    font-size: 19px;
}
.about-heli {
    display: block;
    width: 100%;
    text-align: center;
    background-color: #ddeeff;
    padding: 25px 0;
    border-bottom: 5px solid #324c93;
}
.about-heli h2 {
    display: block;
    text-align: center;
    width: 100%;
    color: #f36f22;
    font-weight: bold;
}
.about-heli h2 span {
    color: #324c93;
}
.about-heli p {
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 19px; 
}
.heli{
    background-image: url(../images/govrn.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;    
    min-height: 150px;
    display: flex;
    align-items: center;
}
.heli > .container-fluid > .row {
    align-items: center;
}
.heli h3 {
    padding: 0;
    margin: 0;
    font-size: 25px;
    color: #fff;
}
.heli img {
    width: 60px;
}
.heli h3 {
    padding: 0;
    margin: 0;
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    padding-bottom: 10px;
    white-space: nowrap;
}
.heli p,
.heli p a {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 17px;
    padding-left: 10px;
    font-weight: 400;
    text-decoration: none;
}
.heli p a{
    padding-left: 0;
}
footer.site-footer {
    background-color: #00154e;
    width: 100%;
    display: block;
}
.footer-copy-main {
    justify-content: space-between;
    padding: 0 15px;
}
.footer-copy-single p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
.footer-copy {
    border-top: 1px solid #1f3163;
    display: block;
    width: 100%;
    padding: 22px 0;
}
.footer-copy-single:last-child p {
    display: block;
    text-align: right;
}
.footer-copy-single:last-child p a {
    text-decoration: none;
    color: #fff;
}
.footer-single h4 {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 16px;
    display: block;
    padding-bottom: 30px;
}
.footer-collapse > .linkAlt > .container > .row {
    align-items: flex-end;
}
.footer-single p {
    padding: 0;
    margin: 0;
    color: #fff;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 12px;
}
.footer-single ul > li > a {
    color: #fff;
    display: block;
    text-decoration: none;
    font-size: 14px;
    padding-bottom: 8px;
    position: relative;
    transition-duration: 0.5s;
}
.footer-single ul > li:hover > a{
    padding-left: 5px;
}
.footer-single ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.footer-collapse {
    display: block;
    width: 100%;
    padding: 30px 0;
}
.footer-single img {
    width: 100%;
}
.footer-single img {
    width: 100%;
    position: relative;
    top: -44px;
    max-width: 200px;
}
.webinar {
    border: 1px solid #cecece;
    background-color: #fff;
    box-shadow: 0px 0px 6px 2px #cecece;
    display: block;
    padding: 12px 15px;
    border-radius: 12px;
    padding-bottom: 0;
    position: relative;
    height:100%;
}
.web-event-grp {
    background-color: #e5e5e5;
    display: block;
    width: 100%;
    padding: 30px 0;
}
.webinar h2 {
    border-bottom: 5px solid #00154d;
    color: #01154e;
    font-size: 25px;
    font-weight: 600;
    line-height: 45px;
    margin-bottom: 40px;    
    position: relative;
}
.webinar h2 img {
    position: absolute;
    left: 0;
    bottom: -15px;
}
.newss .demo5 > ul {
    padding: 0;
    margin: 0;
}
.newss .demo5 > ul > li{
    list-style-type: none;   
}
.newss .demo5 > ul > li > a{
    font-size:15px;
    color:#5e5e5e;
    text-decoration: none;
    border-top:2px solid #b9b9b9;
    display:block;
    padding:12px 0;
    font-size:16px;
}
/* .newss .demo5 > ul > li:first-child > a{
    border-top:2px solid #b9b9b9;
} */
.web-event-grp > .container-fluid > .row {
    padding: 0 40px;
}
.newss .demo5 > ul > li > a > p{
    padding: 0;
    margin: 0;
    font-size: 15.59px;
    font-weight: 500;
    line-height: 22.87px;
}
.read-more {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.read-more > a {
    display: inline-block;
    border: 1px solid #f36e21;
    text-decoration: none;
    padding: 8px 15px;
    border-radius: 8px;
    color: #fff;
    background-color: #f36e21;
    font-size: 14px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    font-weight: 600;
}

.web-event-grp > .container-fluid > .row {
    padding: 0 40px;
    width: 100%;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.webinar.event .newss .demo5 > ul > li > a > img{
    width: auto;
    border-radius: 12px;
}
.webinar.event .newss .demo5 > ul > li > a > p {
    padding-left: 15px;
}
.webinar.event .newss .demo5 > ul > li > a {
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.banner-img img {
    width: 100%;
}
.webinar{
    padding-bottom: 50px;
}
.demo5.demof {
    height: 283px !important;
}
/* .webinar.event .newss .demo5 > ul > li:first-child > a {
    border-top: 0;
    padding-top: 0;
} */
ul.flip-items > li > img {
    width: 100%;
}
.flip-items .slick-track {
    display: flex;
    overflow: hidden;
}
.flip-items .slick-list.draggable {
    overflow: hidden;
}
ul.flip-items {
    padding: 0;
    margin: 0;
}
.flip-items .slick-track .slick-slide img {
    width: 100%;
}
.flip-items button.slick-arrow{
    display:none !important;
}
.flip-items .slick-track .slick-slide {
    border-radius: 12px;
    display: block;
    border: 1px solid white;
    overflow: hidden;
    vertical-align: middle;
    height: 100%;
}

.flipster .slick-dots{
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	bottom: 20px;
	left: 0;
	right: 0;
}
.flipster .slick-dots > li{
	position: relative;
	display: inline-block;
    width: 10px;
    height: 10px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.flipster .slick-dots > li > button{
	font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: white;
    border-radius: 50%;
    cursor: pointer;
}
.flipster .slick-dots > li.slick-active button{
	    background-color: #cc6125;
}
ul.flip-items {
    position: relative;
}
.navbar > ul > li > ul {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    width: 250px;
    z-index: 1;
    display: none;
    -webkit-box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15)!important;
    box-shadow: 0 2px 29px rgba(0, 0, 0, 0.15)!important;
    border-bottom: 3px solid #f37022!important;
}
.navbar > ul > li > ul > li {
    list-style-type: none;
}
.navbar > ul > li > ul > li > a {
    text-decoration: none;
    color: #ffffff;
    display: block;
    padding: 7px 25px;
    line-height: 26px;    
    border-bottom: 1px solid #adadad;
    color: #222;
    font-weight: 400;
}
.navbar > ul > li > ul > li:last-child > a {
    border: none;
}

.navbar > ul > li > ul > li:hover > a {
    background-color: #f37022;
    color: #fff;
}
.navbar > ul > li > ul > li:hover > a:before {
    color: #fff;
}

/* .navbar > ul > li > ul > li:last-child > a {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.navbar > ul > li > ul > li:first-child > a {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
} */

.navbar > ul > li > a > .down-arrow {
    background-image: url(../images/arrows.png);
    display: inline-block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: -64px -16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 2px;
}
.navbar > ul > li:hover > a > .down-arrow {
    background-image: url(../images/arrows-1.png);
    background-position: -64px -16px;
}
.navbar > ul > li:last-child > a {
    padding: 0;
    margin: 0;
    border: 1px solid white;
    display: inline-block;
    padding: 6px 20px;
    margin-right: 10px;
    border-radius: 10px;
    margin-left: 10px;
}
.navbar > ul > li:last-child:hover > a {
    background-color: #fff;
    color: #000;
}
.header-right-img {
    margin-left: 15px;
}
.navbar > ul > li > ul > li > a{
    position: relative;
    transition: all .4s;
}
.navbar > ul > li > ul > li > a:before{
    content: '\f061';
    font-family: FontAwesome;
    left: 5px;
    position: absolute;
    font-size: 12px;
    color: #ff6600;
}
.heli {
    background-image: none;
    display: block;
    padding: 30px 0;
    background-color: #fefefe;
}
.heli-bg-grp {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.13), 0 6px 20px 0 rgba(0, 0, 0, 0.12);
    padding: 5px;
    margin: 0;
    color: #fff;    
    border-radius: 5px;
    min-height: 150px;
    background: rgb(131,200,228);
    background: linear-gradient(180deg, rgb(50 76 147) 37%, rgba(35,155,211,1) 100%);
    align-items: center;
}

.heli p a {
    border: 1px solid #fff;
    border-radius: 8px;
    display: inline-block;
    padding: 2px 10px;
    font-size: 14px;
    margin: 0 2px;
    font-weight: 500;
    transition: all .4s;
}
.heli p a:hover {
    background-color: #fff;
    color: #000;
}
.footer-single ul > li > a:before {
    font-family: 'FontAwesome';
    margin-left: -17px;
    content: "\f054";
    font-size: 10px;
    position: absolute;
    margin-top: 2px;
}
.heli > .container-fluid > .row {
    align-items: center;
    margin: 0;
}

.heli-bg-grp {
    margin: 0 !important;
}

.heli p {
    display: flex;
    align-items: center;
}

    .heli p a {
        font-size: 12px;
        white-space: nowrap;
        line-height: normal;
        display: inline-block;
        padding: 5px 9px;
    }

.heli h3 {
    white-space: normal;
    display: block;
}

.heli form {
    display: inline-block;
}

.heli p {
    display: inline-block;
}
/*.header-right-img a img {
    width: 110px!important;
    object-fit:contain;
}
*/

.heli-bg-grp form button {
    padding: 0;
    margin: 0;
    margin: 0 2px;
    font-weight: 500;
    transition: all .4s;
    border: 1px solid #fff !important;
    border-radius: 8px;
    font-size: 12px;
    white-space: nowrap;
    line-height: normal;
    display: inline-block;
    padding: 5px 9px;
    color: #fff;
    margin-left: 13px;
}
.heli-bg-grp form button:hover {
    background-color: #fff;
    color: #000;
}


    @media only screen and (min-width: 1501px) {
        .header-right-img a:last-child img {
            width: 110px;
        }

        .navbar > ul > li > a {
            font-size: 20px;
        }

        .logo a img:nth-child(2) {
            width: 160px;
        }

        .header-ovrl-img {
            position: absolute;
            top: -4px;
            right: -77px;
        }

            .header-ovrl-img img {
                height: 111px;
            }

        .logo a img:first-child {
            width: 312px;
        }

        .header-right-img a:first-child img {
            width: 90px;
        }
    }

    @media only screen and (max-width: 1500px) {
        .navbar > ul > li:last-child > a {
            padding: 4px 15px;
        }

        .logo a img:first-child {
            width: 241px;
        }

        .logo a img:nth-child(2) {
            width: 130px;
        }

        .header-ovrl-img {
            right: -56px;
        }

            .header-ovrl-img img {
                height: 85px;
            }

        .navbar > ul > li > a {
            font-size: 14px;
            padding: 0 9px;
        }

        .navbar > ul > li:last-child > a {
            padding: 0 15px;
            margin-right: 5px;
            margin-left: 5px;
            font-weight: 600;
            font-size: 15px;
        }

        .navbar > ul > li > a > i {
            display: inline-block;
            font-size: 15px;
        }

        .logo a img:first-child {
            width: 227px;
        }

        .logo a img:nth-child(2) {
            width: 114px;
        }

        .header-ovrl-img img {
            height: 81px;
        }

        .header-right-img a:first-child img {
            width: 64px;
        }
    }

@media only screen and (min-width: 1024px) {


    .header-right-img a img {
        height: 45px !important;
        width: 63px !important;
    }

    .navbar > ul > li > a {
        padding: 0 5px;
    }

    .navbar > ul > li:last-child > a {
        padding: 7px 6px;
        margin-left: 10px;
    }
    .header-right-img {
       margin-left: 0px;
    }

    }

    @media only screen and (min-width: 992px) {
        .web-event-grp > .container-fluid > .row > div {
            flex: 1;
        }
    }

    @media only screen and (max-width: 1415px) {
        .navbar > ul > li {
            padding: 0 8px;
        }
    }

    @media only screen and (max-width: 1370px) {
        .navbar > ul > li {
            padding: 0 4px;
        }

        .logo > a {
            display: flex;
        }

        .logo a img:nth-child(2) {
            width: 160px;
            object-fit: contain;
        }

        .logo a img:first-child {
            width: 240px;
            object-fit: contain;
        }

        .header-ovrl-img {
            top: -3px;
            right: -52px;
        }

            .header-ovrl-img img {
                height: 85px;
                object-fit: contain;
            }
    }

    @media only screen and (max-width: 1262px) {
        .logo a img:nth-child(2) {
            width: 138px;
        }

        .logo a img:first-child {
            width: 215px;
        }

        .header-ovrl-img img {
            height: 77px;
        }

        .logo {
            top: -2px;
        }

        .navbar > ul {
            margin-left: 0;
        }

        .header-right-img a:first-child img {
            width: 71px;
        }

        .header-right-img a:last-child img {
            width: 87px;
        }
    }

    @media only screen and (max-width: 1199px) {
        .logo a img:nth-child(2) {
            width: 125px;
        }

        .logo a img:first-child {
            width: 183px;
        }

        .header-ovrl-img {
            top: -2px;
            right: -42px;
        }

            .header-ovrl-img img {
                height: 65px;
            }

        .navbar > ul > li > a {
            font-size: 14px;
        }

        .header-right-img a:last-child img {
            width: 70px;
        }

        .header-right-img a:first-child img {
            width: 56px;
        }

        .heli h3 {
            padding-left: 24px;
            font-size: 16px;
        }

        .heli p {
            font-size: 13px;
            padding-left: 24px;
        }

        .heli img {
            width: 45px;
        }
    }

    @media only screen and (min-width: 1025px) {
        .navbar-toggle {
            display: none;
        }

        .over-img {
            display: none;
        }

        .close.closemenu {
            display: none;
        }

        .navbar > ul > li > .fa {
            display: none;
        }

        .navbar > ul > li:hover > ul {
            display: block;
        }

        .toggle-icons {
            display: none;
        }

        .navbar > ul > li:hover > a {
            background-color: #fff;
            color: #000;
        }
    }

    @media only screen and (max-width: 1024px) {
        .navbar {
            height: 100%;
            position: fixed;
            z-index: +99;
            top: 0;
            left: -100%;
            background-color: #000;
            overflow-x: hidden;
            transition: 0.5s;
            padding-top: 21px;
            width: 320px;
        }

        .navbar-toggle {
            position: absolute;
            top: -10px;
            right: 15px;
            background-color: transparent;
            background-image: none;
            border: 1px solid transparent;
            border-radius: 4px;
            padding: 9px 10px;
            margin: 0px 0 0px 0px !important;
            border-color: #ddd;
            z-index: 9;
            cursor: pointer;
            outline: none;
        }

            .navbar-toggle .icon-bar {
                display: block;
                width: 22px;
                height: 2px;
                border-radius: 1px;
            }

            .navbar-toggle .icon-bar {
                background-color: #fff;
            }

                .navbar-toggle .icon-bar + .icon-bar {
                    margin-top: 4px;
                }

        body.open .navbar {
            left: 0;
        }

        .navbar {
            flex-direction: column;
            background-color: #00154e;
        }

            .navbar > ul {
                display: block;
                width: 100%;
                margin-top: 40px;
                margin-bottom: 30px;
            }

        .header-right-img a:first-child img {
            width: auto;
        }

        .header-right-img a:last-child img {
            width: auto;
        }

        .navbar > ul > li {
            display: block;
            padding: 0;
        }

            .navbar > ul > li > a {
                font-size: 16px;
            }

        body.open {
            overflow: hidden;
        }

        body {
            position: relative;
            transition: all .4s;
        }

            body.open:before {
                content: "";
                position: absolute;
                width: 100%;
                height: 100%;
                background-color: #000;
                z-index: 99;
                opacity: 0.4;
            }

        .navbar > ul > li {
            border-bottom: 1px solid #ffffff1a;
        }

        .close.closemenu {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            opacity: 1;
            float: none;
            background-color: #fff;
        }

            .close.closemenu svg {
                width: 40px;
                height: 32px;
                overflow: visible;
            }

        .navbar > ul > li > .toggle-icons {
            position: absolute;
            top: 0;
            right: 0;
            color: #fff;
            height: 50px;
            width: 50px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .navbar > ul > li > ul {
            position: static;
            width: 100%;
            background-color: #00154e;
        }

            .navbar > ul > li > ul > li > a {
                border-bottom: 1px solid #ffffff1a;
            }

            .navbar > ul > li > ul > li > a {
                line-height: 36px;
            }

        .navbar > ul > li > .toggle-icons .fa-minus {
            display: none;
        }

        .navbar > ul > li > .toggle-icons.dropdown-open .fa-plus {
            display: none;
        }

        .navbar > ul > li > .toggle-icons.dropdown-open .fa-minus {
            display: block;
        }

        .navbar > ul > li > a {
            font-size: 16px;
            display: block;
            padding: 8px 10px;
        }

            .navbar > ul > li > a > .down-arrow {
                display: none;
            }

        .navbar > ul > li:last-child {
            border: none;
        }

            .navbar > ul > li:last-child > a {
                margin: 22px 10px 0;
                display: block;
                text-align: center;
                padding: 3px 0;
            }

        .navbar > ul > li > ul > li > a:before {
            display: none;
        }

        .navbar > ul > li > ul > li > a {
            color: #fff;
        }

        .navbar > ul > li > ul {
            border-bottom: 3px solid #00154e !important;
            box-shadow: none;
        }

        .toggle-icons.dropdown-open + ul.sub-menu {
            display: block;
        }
    }

section.content {
    margin-bottom: 5%;
}

    @media only screen and (max-width: 991px) {
        .web-event-grp > .container-fluid > .row > div {
            margin-bottom: 15px;
            margin-top: 15px;
        }

        .heli {
            background-position: 50% 100%;
            min-height: 221px;
        }

            .heli > .container-fluid > .row > div {
                margin-bottom: 30px;
            }

        .footer-collapse > .linkAlt > .container > .row > div {
            margin-bottom: 15px;
        }
    }


    @media only screen and (min-width: 768px) {
        .over-img {
            display: none;
        }
    }

    @media only screen and (max-width: 767px) {
        .logo > a {
            position: relative;
            background-color: #fff;
            display: inline-block;
        }

        .logo {
            top: 0;
            background-color: transparent;
        }

        .header-ovrl-img {
            display: none;
        }

        img.over-img {
            position: absolute;
            top: -2px;
            right: -45px;
            height: 65px;
        }

        .navbar-toggle {
            top: -38px;
        }

        .heli > .container-fluid > .row {
            display: block;
            text-align: center;
            width: 100%;
            margin: 0;
        }

        .heli img {
            width: auto;
            margin-bottom: 15px;
        }

        .heli h3 {
            padding-left: 0;
        }

        .heli p {
            padding-left: 0;
        }

        .heli {
            min-height: 100%;
            padding: 40px 0;
        }
            /* .heli > .container-fluid > .row > div {
        border: 1px dashed #ffffff6a;
        padding: 15px 0;
    } */
            .heli h3 {
                padding-bottom: 2px;
            }

            .heli > .container-fluid > .row > div:last-child {
                margin: 0;
            }

        .footer-single img {
            width: auto;
        }

        .footer-copy-single:last-child p {
            text-align: center;
        }

        .footer-single ul > li > a {
            padding-bottom: 6px;
        }

        .footer-copy-single p {
            display: block;
            text-align: center;
            padding-bottom: 10px;
        }

        .web-event-grp > .container-fluid > .row {
            padding: 0;
            margin: 0;
        }

        .banner-grp .slick-track .banner-img h1 {
            font-size: 16px;
            top: 18px;
        }

            .banner-grp .slick-track .banner-img h1 span {
                padding-left: 142px;
            }

        .banner-grp .slide-arrow img {
            width: 20px;
        }

        .banner-grp .slick-dots > li > button {
            width: 10px;
            height: 10px;
        }

        .flash-title {
            width: 36%;
        }

        .trgr-txt {
            padding-left: 10px;
        }
        /* .heli > .container-fluid > .row > div{
        box-shadow: 0px 6px 7px 3px #9c491a6a;
        border-radius: 10px;
    } */
        .about-heli p {
            font-size: 16px;
            padding: 0 15px;
        }

        .footer-single img {
            top: 0;
        }

        .footer-single ul > li > a {
            padding-bottom: 10px;
            border-bottom: 1px solid #ffffff1a;
            padding-top: 10px;
            font-size: 16px;
            text-align: center;
        }

        .footer-single p {
            font-size: 16px;
        }

        .footer-single h4 {
            text-align: center;
        }

        .footer-single p {
            display: block;
            text-align: center;
        }

        .footer-single {
            display: block;
            text-align: center;
        }

            .footer-single h4 {
                padding-bottom: 15px;
                padding-top: 20px;
            }

        .heli-bg-grp {
            padding: 10px;
        }

        .heli h3 {
            display: block;
            padding-bottom: 10px;
        }

        .heli > .container-fluid > .row > div {
            padding: 0;
        }

        .banner-grp .slick-track .banner-img {
            height: auto;
        }
    }





    @media screen and (max-width: 1416px) and (min-width: 1025px) {
        .header-right-img a:first-child img {
            width: 48px;
        }

        .header-right-img a:last-child img {
            width: 57px;
        }

        .navbar > ul > li:last-child > a {
            font-size: 13px;
            padding: 0 10px;
        }

        .navbar > ul > li {
            padding: 0 0;
        }

            .navbar > ul > li:last-child > a {
                margin-right: 0;
            }
    }

    @media screen and (max-width: 1380px) and (min-width: 1025px) {

        .logo a img:first-child {
            width: 195px;
        }

        .logo a img:nth-child(2) {
            width: 100px;
        }

        .header-ovrl-img {
            right: -50px;
        }

            .header-ovrl-img img {
                height: 70px;
            }

        .navbar > ul > li > a {
            padding: 0 4px;
        }

        .navbar > ul > li > a {
            font-size: 12px;
        }

        .navbar > ul > li > a {
            font-size: 14px;
            padding: 0 7px;
        }

            .navbar > ul > li > a > i {
                font-size: 16px;
            }
    }

    @media screen and (max-width: 1180px) and (min-width: 1025px) {
        .logo a img:first-child {
            width: 148px;
        }

        .logo a img:nth-child(2) {
            width: 74px;
        }

        .header-ovrl-img {
            right: -37px;
        }

            .header-ovrl-img img {
                height: 52px;
            }

        .navbar > ul > li > a {
            padding: 0 2px;
        }

        .navbar > ul > li > a {
            font-size: 12px;
        }

        .navbar > ul > li:last-child > a {
            margin-right: 0;
        }
    }

    @media screen and (max-width: 1080px) and (min-width: 1025px) {
        .navbar > ul > li > a {
            font-size: 10px;
        }
    }


    @media only screen and (max-width: 1024px) {
        .logo a img:first-child {
            width: 150px;
        }

        .logo a img:nth-child(2) {
            width: 90px;
        }

        .header-ovrl-img {
            right: -36px;
        }

            .header-ovrl-img img {
                height: 54px;
            }
    }

    @media only screen and (max-width: 767px) {
        .logo a img:first-child {
            width: 215px;
        }

        .logo a img:nth-child(2) {
            width: 138px;
        }

        img.over-img {
            position: absolute;
            top: -2px;
            right: -56px;
            height: 76px;
        }
    }

    @media only screen and (max-width: 500px) {
        .header {
            padding-bottom: 10px;
        }

        .logo a img:nth-child(2) {
            width: 112px;
        }

        .logo a img:first-child {
            width: 166px;
        }

        img.over-img {
            right: -41px;
            height: 59px;
        }
    }

    @media only screen and (max-width: 400px) {
        .webinar.event .newss .demo5 > ul > li > a {
            padding: 12px 0;
        }

        .newss .demo5 > ul > li > a {
            padding: 6px 0;
        }
    }

    /*to Navigation button*/
    #myBtn {
        display: none;
        position: fixed;
        bottom: 150px;
        right: 15px;
        z-index: 99;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: black;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #myBtn:hover {
            background-color: #555;
            transform: rotate(360deg);
        }

      