@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,300italic,400italic,100,100italic,500,500italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400);

@font-face {
    font-family: 'letter_gothicregular';
    src: url('../fonts/letter-gothic-webfont.woff2') format('woff2'), url('../fonts/letter-gothic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserrat_regular';
    src: url('../fonts/montserrat-regular-webfont.woff2') format('woff2'), url('../fonts/montserrat-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

a {
    color: #5A738E;
    text-decoration: none;
}

    a, a:visited, a:focus, a:active, :visited, :focus, :active, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
        outline: 0;
    }

        a:hover, a:focus {
            text-decoration: none;
        }

/* *********  Common Styles  **************************** */
@font-face {
    font-family: 'drfIcons';
    src: url('../fonts/drf-web.eot?83781293');
    src: url('../fonts/drf-web.eot?83781293#iefix') format('embedded-opentype'), url('../fonts/drf-web.woff2?83781293') format('woff2'), url('../fonts/drf-web.woff?83781293') format('woff'), url('../fonts/drf-web.ttf?83781293') format('truetype'), url('../fonts/drf-web.svg?83781293#drf') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: 'drfIcons';
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-smallarrow:before {
    content: '\e814';
}
/* '' */
.icon-registernow:before {
    content: '\e815';
}
/* '' */
.icon-impacticon:before {
    content: '\e816';
}
/* '' */
.icon-handicon:before {
    content: '\e817';
}
/* '' */
.icon-registernow:before {
    content: '\e818';
}
/* '' */

a:hover, a:focus, a:active {
    outline: none;
}

p {
    margin: 0 0 15px;
}

label {
    font-weight: 100;
}

.btn {
    border-radius: 0;
}

/* Sticky footer */
* {
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: 'Open Sans', 'Droid Sans', Arial, sans-serif;
    font-size: 14px;
    color: #686868;
    background: rgba(237,237,237,1) 50%;
    line-height: 1.471;
}

.container.body {
    min-height: 100%;
    margin-bottom: -40px;
}

    .container.body:after {
        content: "";
        display: block;
    }

    .footer, .container.body:after {
        height: 40px;
    }
/* Sticky footer */

.footer {
    width: 100%;
    background-color: #3f3f3f;
    color: #b5b5b5;
    padding-top: 12px;
}

.positionR {
    position: relative;
}

.chosen-container {
    width: 100% !important;
}

.chosen-container-single .chosen-single {
    background: #f9f9f9;
    border: 1px solid #cccccc;
    border-radius: 0;
    box-shadow: none;
    padding: 6px 12px;
    line-height: inherit;
    height: auto;
    color: #999999;
}

    .chosen-container-single .chosen-single div {
        width: 39px;
        border-left: 1px solid #cccccc;
    }

        .chosen-container-single .chosen-single div b {
            background: url('../../images/chosen-sprite.png') no-repeat 14px 6px;
        }

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: -8px 6px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background: url('../../images/chosen-sprite.png') no-repeat -57px -10px;
}

    .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
        background-position: -57px 1px;
    }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    width: 200px !important;
}

.chosen-disabled {
    opacity: 0.6 !important;
}

    .chosen-disabled .chosen-single {
        cursor: not-allowed;
    }

.chosen-container-single .chosen-drop {
    border-radius: 0;
    border: 0 none;
}

/* Frontend */
.mainTheme {
    overflow: hidden;
}

.topSection {
    position: relative;
    overflow: hidden;
}

.mainTheme header.header {
    padding: 28px 46px 0 80px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 991;
    width: 100%;
}

.mainTheme .container {
    width: 1004px;
    padding: 0 15px;
}

.mainTheme .container-fluid.banner {
    position: relative;
}

.topSection:before {
    content: '';
    background: url(../../images/bannerSideImg.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 91;
    width: 480px;
    height: 100%;
}

.loginlinks {
    float: right;
    color: #fff;
    padding-top: 20px;
}

    .loginlinks > span {
        font-size: 16px;
        display: inline-block;
        margin-right: 10px;
    }

    .loginlinks ul {
        list-style-type: none;
        padding-left: 0;
        display: inline-block;
    }

        .loginlinks ul li {
            display: inline-block;
        }

            .loginlinks ul li a {
                background-color: #522E91;
                color: #fff;
                font-size: 15px;
                font-weight: 400;
                display: inline-block;
                padding: 5px 25px 7px;
            }

                .loginlinks ul li a:hover {
                    background-color: #fff;
                    color: #522E91;
                }

.padL0 {
    padding-left: 0;
}

.padR0 {
    padding-right: 0;
}

.bottomStrip {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background: rgba(0,0,0,.7);
    width: 100%;
    color: #E5E5E5;
    padding: 10px 10px 10px 0;
    text-align: right;
    font-size: 16px;
}

.banner .pattern {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background: url(../../images/banner-top-layer.png) repeat;
}

.registerOverLay {
    position: absolute;
    bottom: 0;
    height: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    background: #DEE0E2;
}

.bannerWrap .bannerImg {
    background-repeat: no-repeat;
    background-position: right top;
    background-size: auto 100%;
}

.mainTheme .regFormWrap {
    position: absolute;
    left: 50%;
    top: 40px;
    width: 460px;
    padding: 5px 15px 20px;
    z-index: 992;
    margin-left: -230px;
    display: none;
}

    .mainTheme .regFormWrap form .row > div.col-sm-6:first-child, .mainTheme .regFormWrap form .row > div.col-xs-6:first-child {
        padding-right: 5px;
    }

    .mainTheme .regFormWrap form > .row > .col-sm-6:not(:first-child), .mainTheme .regFormWrap form > .row > .col-xs-6:not(:first-child) {
        padding-left: 5px;
    }

    .mainTheme .regFormWrap form .row .form-group {
        margin-bottom: 10px;
    }

.closeRegistration {
    background-color: #e56a6a;
    border-radius: 100%;
    color: #dee0e2;
    font-size: 15px;
    height: 30px;
    padding: 3px 0;
    position: absolute;
    text-align: center;
    right: 11px;
    width: 30px;
    top: 11px;
    display: none;
    z-index: 991;
}

.mainTheme .regFormWrap h2 {
    color: #727272;
    font: 100 18px Arial, Helvetica, sans-serif;
    border-bottom: 2px solid #A5A5A5;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 13px;
}

.mainTheme .regFormWrap h5 {
    color: #7C7C7C;
    font: 100 14px Arial, Helvetica, sans-serif;
    margin-top: 0;
}

.mainTheme .regFormWrap .form-control, .mainTheme .regFormWrap .input-group-addon, .mainTheme .regFormWrap .chosen-container-single .chosen-single div b, .mainTheme .regFormWrap .chosen-container-single .chosen-single {
    background-color: #f4f4f4;
    border: 1px solid #f4f4f4;
    box-shadow: none;
    border-radius: 0;
}

.bannerBottomLinks {
    display: inline-block;
    position: relative;
    width: 320px;
    height: 320px;
    margin-top: -160px;
    z-index: 991;
}

    .bannerBottomLinks > span {
        display: none;
    }

        .bannerBottomLinks > span.topHover {
            border-radius: 172px 172px 0 0;
            box-shadow: 0 -7px 0 #727272;
            content: "";
            height: 160px;
            left: 0;
            position: absolute;
            top: 0;
            width: 320px;
            z-index: 1;
        }

    .bannerBottomLinks.registerActive > span.topHover {
        display: block !important;
    }

    .bannerBottomLinks > span.bottomHover {
        border-radius: 0 0 172px 172px;
        box-shadow: 0 7px 0 #727272;
        content: "";
        height: 160px;
        left: 0;
        position: absolute;
        bottom: 0;
        width: 320px;
        z-index: 1;
    }

.bannerBottomLinksInn {
    padding: 20px;
    background-color: #fff;
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.bannerBottomLinks.ImpactActive > span.bottomHover {
    display: block !important;
}

.registerNowLink {
    float: left;
    width: 100%;
    height: 140px;
    background-color: #522E91;
    border-radius: 150px 150px 0 0;
    padding-top: 10px;
}

.impactLink {
    float: left;
    width: 100%;
    height: 140px;
    background-color: #62BB46;
    border-radius: 0 0 150px 150px;
    padding-top: 20px;
}

.regFormWrap .phChg .knowMore {
    color: #522e91;
    display: inline-block;
    margin: 0 0 0 5px;
    cursor: pointer;
    font-weight: bold;
}

.regFormWrap .phChg .phTooltip {
    width: 240px;
    height: auto;
    position: absolute;
    right: 0;
    top: 22px;
    z-index: 9;
    background: #522e91;
    color: #ffffff;
    font-size: 13px;
    padding: 5px;
    display: none;
}

.regFormWrap .phChg .knowMore:hover ~ .phTooltip {
    display: block;
}

.bannerBottomLinks .mainIcon {
    font-size: 35px;
    color: #fff;
}

.bannerBottomLinks .subTitle {
    font-size: 15px;
    font-weight: 400;
    color: #fff;
}

.bannerBottomLinks .mainTitle {
    color: #fff;
    font-weight: 400;
    font-size: 34px;
    display: block;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 34px;
}

    .bannerBottomLinks .mainTitle > i {
        font-size: 22px;
    }

        .bannerBottomLinks .mainTitle > i:last-child:before {
            transform: rotate(-180deg);
        }

.gradientBG {
    background: rgb(237,237,237); /* Old browsers */
    background: -webkit-linear-gradient(top, rgba(160,160,160,1) 0%,rgba(237,237,237,1) 50%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(160,160,160,1) 0%,rgba(237,237,237,1) 50%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.upLifting {
    color: #3F3F3F;
    position: relative;
    top: -1px;
    padding-bottom: 20px;
    border-top: #878787 solid 1px;
    padding-top: 30px;
    margin-top: 20px;
    display: none;
}

.upLiftingDetails .count {
    min-width: 164px;
    font: 600 50px 'letter_gothicregular';
    text-align: center;
    padding: 0 0 5px;
    margin-bottom: 8px;
    position: relative;
}

    .upLiftingDetails .count:after {
        content: '';
        background-color: #878787;
        height: 1px;
        width: 185px;
        position: absolute;
        bottom: -1px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }

.upLiftingDetails .desc {
    font: 400 21px 'Roboto', sans-serif;
    text-align: center;
}

.programPledge {
    text-align: center;
    margin: 45px 0 0;
}

    .programPledge .icon-handicon {
        color: #ffffff;
        background: #522e91;
        font-size: 48px;
        border-radius: 50%;
        padding: 5px 5px 5px 0px;
    }

    .programPledge h3 {
        color: #522e91;
        font-size: 30px;
        font-family: 'montserrat_regular';
        border-bottom: 1px solid #cccccc;
        margin: 15px 0 15px;
        padding: 0 0 15px;
        text-transform: uppercase;
    }

    .programPledge p {
        font-size: 21px;
        color: #4f4f4f;
        font-style: italic;
        word-spacing: 5px;
        padding: 0 50px;
        line-height: 40px;
    }

.slideImgGal {
    margin: 30px 0 0;
}

    .slideImgGal .container-fluid {
        padding: 0;
    }

.successAspirants {
    padding: 25px 0 10px;
}

    .successAspirants h2 {
        font: 400 28px 'montserrat_regular';
        color: #522E91;
        text-transform: uppercase;
        margin: 20px 20px 20px 0;
    }

    .successAspirants img {
        border-radius: 100%;
        margin: 0 20px 15px 0;
    }

    .successAspirants blockquote {
        font: 400 14px 'Open Sans', sans-serif;
        color: #686868;
        padding: 0 0 15px;
        border: none;
    }

        .successAspirants blockquote .aspName {
            color: #522E91;
            font-size: 14px;
            padding-bottom: 8px;
            display: block;
        }

.footerLinks {
    background-color: #3F3F3F;
    padding: 20px 0;
    color: #B7B7B7;
    font: 400 13px 'Open Sans', sans-serif;
}

    .footerLinks h4 {
        font: 400 16px 'montserrat_regular';
        border-bottom: 1px solid #BCBCBC;
        text-transform: uppercase;
        padding: 0 0 8px;
    }

        .footerLinks h4.noBorder {
            border-bottom: 0;
        }

    .footerLinks ul {
        padding: 0;
        list-style: none;
    }

        .footerLinks ul li {
            margin: 0 0 5px;
        }

        .footerLinks ul.siteWide li {
            display: inline-block;
            border-left: 1px solid #b7b7b7;
            padding: 0 5px 0 10px;
        }

            .footerLinks ul.siteWide li:first-child {
                border-left: 0;
                padding: 0 5px 0 0;
            }

        .footerLinks ul li a {
            color: #B7B7B7;
        }

            .footerLinks ul li a:hover {
                color: #ffffff;
            }

    .footerLinks .socialLinks {
        margin: 20px 0 0;
    }

        .footerLinks .socialLinks li {
            float: left;
            width: 50%;
        }

            .footerLinks .socialLinks li a {
                background-color: #E1E2E0;
                width: 40px;
                height: 40px;
                border-radius: 100%;
                display: inline-block;
                text-align: center;
            }

                .footerLinks .socialLinks li a i.fa-facebook {
                    color: #0C6EAA;
                    font-size: 1.7em;
                    margin: 10px 0 0;
                }

                .footerLinks .socialLinks li a i.fa-linkedin {
                    color: #25B6D2;
                    font-size: 1.5em;
                    margin: 8px 0 0 3px;
                }

                .footerLinks .socialLinks li a i.fa-twitter {
                    color: #0d8abe;
                    font-size: 2em;
                    margin: 10px 0 0 3px;
                }

                .footerLinks .socialLinks li a i.icon-googleplus {
                    color: #d5262b;
                    font-size: 2.6em;
                    margin: 10px 0 0;
                }

.copyRightWrap {
    background-color: #262626;
    color: #62BB46;
    padding: 15px 0;
    font: 400 14px 'Open Sans', sans-serif;
}

/* Slider */
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}

    .slick-list:focus {
        outline: none;
    }

    .slick-list.dragging {
        cursor: pointer;
        cursor: hand;
    }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    zoom: 1;
}

    .slick-track:before, .slick-track:after {
        content: "";
        display: table;
    }

    .slick-track:after {
        clear: both;
    }

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}

    .slick-slide.slick-loading img {
        display: none;
    }

    .slick-slide.dragging img {
        pointer-events: none;
    }

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
/* Icons */
/* Arrows */
.slick-prev, .slick-next, .nextSlide, .prevSlide {
    position: absolute;
    display: block;
    height: 61px;
    width: 29px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    margin-top: -32px;
    border: none;
    text-indent: -99999px;
    z-index: 99;
    border: none;
}

    .slick-prev:focus, .slick-next:focus {
        outline: none;
    }

    .slick-prev:before, .slick-next:before, .nextSlide:before, .prevSlide:before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background: #ccc;
        content: '';
        width: 29px;
        height: 61px;
        float: left;
        background: url(../../images/slickArrows.png) 0 0 no-repeat; /*opacity:0; filter:alpha(opacity=0)*/
    }

    .slick-prev:before {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

.banner-section .nextSlide:before, .banner-section .prevSlide:before {
    opacity: 0;
    filter: alpha(opacity=0);
}

.slick-prev:hover:before, .slick-next:hover:before, .nextSlide:hover:before, .prevSlide:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

.slick-prev, .prevSlide {
    left: 37px;
}

.responsive, .responsive1, .JsPartenerList, .relative {
    position: relative;
}

.marT8 {
    margin-top: 8px;
}

.marR10 { margin-right:10px; }

.slick-next, .nextSlide {
    right: 64px;
}

.slider h3.bg {
    background: #ccc !important;
    float: left;
    width: 100%;
}

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    opacity: 1;
    background: none;
    box-shadow: none;
    border: none;
}

.slick-list {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

    .slick-list.draggable {
        background: none;
        border: none;
        min-height: 100px;
    }

.slick-dots {
    text-align: center;
    float: left;
    width: 100%;
    margin-top: -100px;
    margin-bottom: 30px;
    padding-left: 0;
    position: relative;
}

    .slick-dots li {
        display: inline-block;
        margin-right: 10px;
    }

        .slick-dots li button {
            display: inline-block;
            text-indent: -9999px;
            width: 15px;
            height: 15px;
            border-radius: 100%;
            background-color: transparent;
            border: 3px solid #958e8a;
            font-size: 0;
            padding: 0;
            transition: all 0.2s ease;
        }

            .slick-dots li button:hover, .slick-dots li.slick-active button {
                background-color: #958e8a;
            }
/*Slick Slider Styles End*/

/* lightbox Overwrites */
.lb-data .lb-caption {
    color: #62BB46;
    font-size: 14px;
}

.lb-data .lb-number {
    display: none !important;
}
.error-msg {
    color: #f9222c;
    padding-right: 6px;
}
/*.customRadio input ~ span {
    width: 14px;
    height: 14px;
    background-color: #d5d4d4;
    position: absolute;
    top: 2px;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.customRadio input:not(:checked) ~ span:before, .customRadio input:checked ~ span:before {
    content: '';
    width: 8px;
    height: 8px;
    background-color: #522e91;
    position: absolute;
    left: 3px;
    top: 3px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: all .2s;
}

.customRadio .form-control[disabled], .customCheckbox .form-control[disabled], .customRadio .form-control[readonly], .customCheckbox .form-control[readonly] {
    opacity: 0;
}

    .customRadio .form-control[disabled] ~ span, .customCheckbox .form-control[disabled] ~ span, .customRadio .form-control[readonly] ~ span, .customCheckbox .form-control[readonly] ~ span {
        cursor: not-allowed;
    }*/

/* Frontend */

.registerNowLink
{
  
            
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-iteration-count: 185;
}
 .bannerBottomLinksInn
        {
      
         
  -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-iteration-count: 185;
        }


 /* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
  from {background-color: red;}
  to {background-color: yellow;}

}

/* Standard syntax */
@keyframes example {
 
  from {background-color: #62BB46;}
  to {background-color: #522E91;}

}

.item .more_text { display:none; }


@media screen and (max-width:991px) {
    .footer, .container.body::after {
        height: 60px;
    }

    .container.body {
        margin-bottom: -60px;
    }
}

@media screen and (min-width:768px) {
    header .mobileMenu {
        display: none !important;
    }
}

@media screen and (max-width:767px) {
    .container.body {
        margin-bottom: -50px;
    }

        .footer, .container.body:after {
            height: 50px;
        }

            .footer .copyright {
                margin: 0;
                font-size: 0.9em;
            }

                .footer .copyright span {
                    display: block;
                }
}
/* Frontend */

@media screen and (max-width:1198px) {
    .mainTheme .regFormWrap {
        top: 140px;
    }
}

@media screen and (max-width:1139px) {
    .mainTheme .container {
        width: 100%;
    }

    .logInWrapper article p {
        min-height:;
    }
}

@media screen and (max-width:1091px) {
    .mainTheme .container {
        width: 100%;
    }

    .mainTheme .banner .bannerTitle h1 {
        top: 50px;
        height: auto;
        font-size: 35px;
    }

    .slick-dots {
        margin-top: -53px;
    }

    .upLifting {
        top: -12px;
        float: left;
        width: 100%;
    }

    .successAspirants img {
        margin-bottom: 45px;
    }

    .bottomStrip {
        display: none;
    }
}

@media screen and (max-width:935px) {
    .mainTheme .container {
        width: 100%;
    }

    .mainTheme header.header {
        padding: 10px;
    }

    .mainTheme .banner .bannerTitle h1 {
        left: 15px;
        top: 10px;
    }

    .loginlinks > span {
        color: #522e91;
    }

    .loginlinks ul li a {
        padding: 5px 15px 7px;
    }
}

@media screen and (max-width:805px) {
    .slick-dots {
        margin-top: -70px;
    }
}

@media screen and (max-width:767px) {
    .footerLinks .socialLinks li {
        float: left;
        width: auto;
        margin: 0 15px 0 0;
    }

    .footerLinks .col-md-2 {
        margin-bottom: 20px;
    }

    .upLifting .upLiftingDetails {
        margin-bottom: 25px;
    }

    .mainTheme .navbar-toggle {
        background-color: #563085;
        border-radius: 0;
    }

        .mainTheme .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .mainTheme .navbar-ex1-collapse {
        position: absolute;
        right: 25px;
        top: 45px;
        width: 200px;
        background-color: #fff;
        border: 1px solid #563085;
        padding: 0;
        z-index: 999;
    }

    .mainTheme header.header nav ul {
        padding: 0;
    }

    .mainTheme .navbar-ex1-collapse ul li a {
        padding: 14px;
        width: 100%;
        border-bottom: 2px solid #62bb46;
    }

    .mainTheme nav ul li:hover a, .mainTheme nav ul li.active a {
        border-bottom: 2px solid #563085;
    }

    .mainTheme nav ul li:not(:first-child) {
        padding-left: 0;
    }

    .mainTheme .regFormWrap {
        display: none;
        top: 70px;
        z-index: 999;
    }

    .mainTheme .banner .bannerTitle h1 {
        width: inherit;
        text-align: center;
        right: 15px;
        top: 45px;
        font-size: 25px;
        padding: 8px 0;
    }

    .mainTheme .regFormWrap form .row > div.col-sm-6:first-child, .mainTheme .regFormWrap form .row > div.col-xs-6:first-child {
        padding-right: 15px;
    }

    .mainTheme .regFormWrap form > .row > .col-sm-6:not(:first-child), .mainTheme .regFormWrap form > .row > .col-xs-6:not(:first-child) {
        padding-left: 15px;
    }

    .mainTheme .regFormWrap .btn {
        width: 100%;
    }
}
/*Frontend*/
