﻿@charset "utf-8";
/*=======================================================
			THEME STYLING START
========================================================*/
* {
    margin: 0px;
    padding: 0px;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: Roboto-Regular;
}

body {
    font-family: Roboto-Regular;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


@font-face {
    font-family: Roboto-Light;
    src: url(../fonts/Roboto-Light.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf) format('truetype');
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf) format('truetype');
}


body {
    background: #FFF;
    height: 100%;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    color: #232323;
    font-family: Roboto-Regular;
    padding: 0px !important;
    margin: 0px !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}
/*=======================================================
			HEADINGS
========================================================*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 800;
    color: #0d2336;
    margin: 0 0 15px 0;
    font-family: Roboto-Regular;
    line-height: 125%;
}

h1 {
    font-size: 48px;
}

h2 {
    font-size: 42px;
}

h3 {
    font-size: 22px;
}

h4 {
    font-size: 30px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 24px;
}

p {
    line-height: 150%;
    margin-bottom: 10px;
}

a {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    text-decoration: none !important;
    outline: none;
}

img {
    max-width: 100%;
    outline: none;
    height: auto;
}

hr {
    border-top: 1px solid #e7e6e6;
    margin-top: 20px;
    margin-bottom: 20px;
}

ul, ol {
    margin-bottom: 0;
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #ed1c24;
    outline: none;
}

    a:hover, a:focus, a:active {
        text-decoration: none;
        color: #12209a;
        outline: none;
    }

::-moz-selection {
    color: #FFF;
    background: #08126b;
}

::selection {
    color: #FFF;
    background: #08126b;
}

.modal-title {
    font-weight: normal !important;
}

/*=======================================================
			SECTION
========================================================*/
section, header {
    position: relative;
    width: 100%;
}
/*=======================================================
			BUTTON
========================================================*/
.irbutton {
    background: #12209a;
    text-transform: capitalize;
    color: #fff;
    display: inline-block;
    font-size: 18px;
    padding: 8px 32px;
    font-weight: 400;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
    outline: none;
    border: none;
}

    .irbutton:hover, .irbutton:active, .irbutton:focus {
        background: #12209a;
        color: #fff;
        outline: none;
    }
/*=======================================================
			MARGIN 20px
========================================================*/
.margin-r-20 {
    margin-right: 20px;
}

.margin-l-20 {
    margin-left: 20px;
}

.margin-t-20 {
    margin-top: 20px;
}

.margin-b-20 {
    margin-bottom: 20px;
}

.margin-b-30 {
    margin-bottom: 30px;
}
/*=======================================================
			MARGIN 40px
========================================================*/
.margin-r-40 {
    margin-right: 40px;
}

.margin-l-40 {
    margin-left: 40px;
}

.margin-t-40 {
    margin-top: 40px;
}

.margin-b-40 {
    margin-bottom: 40px;
}
/*=======================================================
			PADDING
========================================================*/
.padding-r-10 {
    padding-right: 10px;
}

.padding-r-20 {
    padding-right: 20px;
}

.padding-l-20 {
    padding-left: 20px;
}

.padding-t-20 {
    padding-top: 20px;
}

.padding-b-20 {
    padding-bottom: 20px;
}

.padding-t-10 {
    padding-top: 10px;
}

.padding-b-10 {
    padding-bottom: 10px;
}

.padding-t-40 {
    padding-top: 40px;
}

.no-margin {
    margin: 0px;
}

.no-padding {
    padding: 0px;
    margin-top:65px;
}

#back-to-top {
    background: #12209a none repeat scroll 0 0;
    border: 0 none;
    bottom: 15px;
    color: #fff;
    cursor: pointer;
    height: 40px;
    line-height: 32px;
    opacity: 0;
    position: fixed;
    right: 15px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: opacity 0.2s ease-out 0s;
    transition: opacity 0.2s ease-out 0s;
    width: 40px;
    z-index: 9999;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    font-size: 22px;
    border: 2px solid #12209a;
}

    #back-to-top:hover {
        background: #12209a none repeat scroll 0 0;
        border: 2px solid #FFF;
    }

    #back-to-top.show {
        opacity: 1;
    }
/*=======================================================
		Header Section	
========================================================*/
#top {
    background: #f1f1f3;
    padding: 12px 0px;
    font-size: 15px;
    color: #6c6c6c;
}

#logonav {
    background: #FFF;
    -webkit-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.logo {
    padding: 15px 0px;
}
/*=======================================================
		Article Section	 - Stock Financial
========================================================*/
#stockfinancial {
    background-color: #FFF;
    padding: 65px 0px 45px 0px;
}

    #stockfinancial .panel {
        margin-bottom: 20px;
        background: #fbfcfe;
        border: 1px solid #e9eaec;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #stockfinancial .panel-default .panel-heading {
        color: #12209a;
        background-color: #f1f1f2;
        border-color: #fbfcfe;
        font-size: 25px;
        padding: 15px;
        min-height: 70px;
    }

    #stockfinancial .panel-body {
        padding: 0px;
    }

    #stockfinancial .padding-25 {
        padding: 25px;
    }

    #stockfinancial .panel-body h5 {
        color: #333333;
        font-size: 17px;
        font-weight: 600;
        margin: 0;
    }

    #stockfinancial .panel-body p {
        color: #7c7c7c;
        font-size: 15px;
        font-weight: 400;
    }

    #stockfinancial .panel-body .bluers {
        color: #12209a;
        font-size: 20px;
        padding: 5px 0px;
        font-weight: 300;
    }

    #stockfinancial .panel-body .greenrs {
        color: #3d9400;
        font-size: 20px;
        font-weight: 300;
    }

    #stockfinancial .panel-body .table {
        margin: 0px;
    }

        #stockfinancial .panel-body .table tbody tr td, #stockfinancial .panel-body .table tbody tr th, #stockfinancial .panel-body .table tfoot tr td, #stockfinancial .panel-body .table tfoot tr th, #stockfinancial .panel-body .table thead tr td, #stockfinancial .panel-body .table thead tr th {
            padding: 10px 15px 11px 15px;
            vertical-align: middle;
            border-bottom: 1px solid #f4f4f5;
            text-align: left;
            font-size: 15px;
            color: #7c7c7c;
            background-color: #fbfcfe;
            border-top: 0px;
        }

            #stockfinancial .panel-body .table tbody tr td a {
                color: #7c7c7c;
                display: block; /* or inline-block */
                text-overflow: ellipsis;
                word-wrap: break-word;
                overflow: hidden;
                max-height: 45px;
                /*line-height: 1.8em;*/
            }

    #stockfinancial .panel-body .table-striped tbody tr:last-child td {
        border: none !important;
    }

    #stockfinancial .panel-body .table-striped tbody tr:nth-of-type(odd) {
        background-color: #fbfcfe;
    }

    #stockfinancial .panel-body ul.financialhig li {
        border-bottom: 1px solid #f4f4f5;
        vertical-align: middle;
    }

        #stockfinancial .panel-body ul.financialhig li a {
            padding: 11px 15px 16px 15px;
            display: block;
            text-align: left;
            font-size: 15px;
            color: #7c7c7c;
            vertical-align: middle;
        }

    #stockfinancial .panel-body span.date {
        display: block;
        font-size: 13px;
        color: #7c7c7c;
    }

    #stockfinancial .panel-body .catnddateinfo span {
        font-size: 13px;
        display: inline-block;
    }

    #stockfinancial .panel-body ul.events li {
        display: block;
        background: #f2f6ff;
        position: relative;
        margin-top: 25px;
        min-height: 90px;
    }

        #stockfinancial .panel-body ul.events li span {
            display: inline-block;
            background-color: #d9e3fa;
            padding: 15px;
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            color: #12209a;
            font-size: 13px;
            text-align: center;
            width: 100px;
            font-weight: 600;
            min-height: 90px;
        }

            #stockfinancial .panel-body ul.events li span b {
                font-size: 25px;
                font-weight: 700;
                display: block;
            }

        #stockfinancial .panel-body ul.events li a {
            display: inline-block;
            padding: 20px 15px 15px 120px;
            font-size: 16px;
            color: #12209a;
            font-weight: 600;
        }

.viewall {
    background: #FFF;
    text-transform: capitalize;
    color: #e2000f !important;
    display: inline-block;
    font-size: 17px;
    padding: 6px 36px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
    outline: none;
    border: 1px solid #e2000f;
}

    .viewall:hover, .viewall:active, .viewall:focus {
        background: #e2000f;
        color: #fff !important;
        outline: none;
    }

.viewall1 {
    background: #FFF;
    text-transform: capitalize;
    color: #e2000f !important;
    display: inline-block;
    font-size: 17px;
    padding: 6px 36px;
    font-weight: 600;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow: none;
    outline: none;
    border: 1px solid #e2000f;
    width: 100%;
}

.whatsinfo {
    background-image: url(../images/news-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.firstgroup .panel {
    min-height: 390px;
}

.secondgroup .panel {
    min-height: 390px;
}

.thirdgroup .panel {
    min-height: 400px;
    max-height: 400px;
    overflow: auto;
}
/*=======================================================
		Article Section	 - Inner Banner
========================================================*/
#banner {
    padding: 120px 0px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #banner h3 {
        color: #FFF;
        font-size: 45px;
        font-weight: 400;
        margin: 0;
    }

.visionbanner {
    background-image: url(../images/vission-banner.jpg);
}

.snapshotbanner {
    background-image: url(../images/comsnapshot-banner.jpg);
}

.ratingsbanner {
    background-image: url(../images/ratings-banner.jpg);
}

.awardsbanner {
    background-image: url(../images/awards-banner.jpg);
}

.boarddirectorbanner {
    background-image: url(../images/boarddirector-banner.jpg);
}

.managementteambanner {
    background-image: url(../images/managementteam-banner.jpg);
}

.businesssegmentsbanner {
    background-image: url(../images/business-segments-banner.jpg);
}

.contactbanner {
    background-image: url(../images/contact-banner.jpg);
}

.pressreleasesbanner {
    background-image: url(../images/pressreleases-banner.jpg);
}

.presscoveragebanner {
    background-image: url(../images/presscoverage-banner.jpg);
}

.investorkitbanner {
    background-image: url(../images/investorkit-banner.jpg);
}

.mediakitbanner {
    background-image: url(../images/mediakit-banner.jpg);
}

.eventsbanner {
    background-image: url(../images/events-banner.jpg);
}

#home-revslider .tp-caption {
    font-family: Roboto-Regular !important;
}

.rbtn-mar {
    margin-top: 18px;
}

.ebtn-mar {
    margin-top: 0px;
    padding: 8px 15px 8px 15px;
}

    .ebtn-mar a {
        width: 100%;
    }

/*=======================================================
		Article Section	 - Inner Content
========================================================*/
#innercontent {
    background-color: #FFF;
    padding: 45px 0px;
    margin-top:130px;
}

.breadcrumb {
    padding: 0px;
    margin-bottom: 20px;
    background-color: #FFF;
    font-size: 15px;
}

    .breadcrumb li a {
        color: #1a3281;
        font-weight: 600;
        font-size: 15px;
    }

    .breadcrumb > li + li:before {
        padding: 0 5px;
        color: #ccc;
        font-family: 'FontAwesome';
        content: "\f105";
    }

#innercontent h3.pageheading {
    font-size: 30px;
    font-weight: 400;
    color: #12209a;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e5;
}

#innercontent .missioncontent h5 {
    font-size: 18px;
    font-weight: 400;
    color: #12209a;
    margin: 0;
}

#innercontent p, #innercontent .missioncontent p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 15px;
}

#innercontent hr {
    border-top: 1px dashed #d4d4d4;
}

.missioncontent .left {
    float: left;
    width: 170px;
    /*height: 100%;*/
}

    .missioncontent .left .missionicon, .missioncontent .left .visionicon {
        text-align: center;
    }

        .missioncontent .left .missionicon span.micon {
            width: 110px;
            height: 110px;
            border: 1px solid #12209a;
            -webkit-border-radius: 55px;
            -moz-border-radius: 55px;
            border-radius: 55px;
            text-align: center;
            background-image: url(../images/mission.png);
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
        }

        .missioncontent .left .visionicon span.vicon {
            width: 110px;
            height: 110px;
            border: 1px solid #12209a;
            -webkit-border-radius: 55px;
            -moz-border-radius: 55px;
            border-radius: 55px;
            text-align: center;
            background-image: url(../images/vision.png);
            background-repeat: no-repeat;
            background-position: center;
            display: inline-block;
        }

.missioncontent .right {
    padding-left: 170px;
}

.missioncontent {
    border: 1px solid #dbe0f2;
    margin-bottom: 15px;
    padding: 10px 15px;
    border-radius: 5px;
}

table.customtab {
    border: 1px solid #d4d4d4 !important;
}

    table.customtab > tbody > tr > td, table.customtab > thead > tr > td {
        padding: 15px 30px;
        font-size: 14px;
        color: #7c7c7c;
    }

table.fntblue tr td:first-child {
    background-color: #f2f3ff;
    width: 220px;
    text-align: left;
}

table.fntblue tr th:first-child {
    text-align: left;
}

table.fntblue tr th {
    text-align: center;
}

table.fntblue tr td {
    text-align: center;
}

table.customtab tr th {
    background: #12209a;
    color: #FFF;
    font-weight: 400;
    font-size: 17px;
    padding: 15px 30px;
}

table.customtab > tbody > tr > th, table.customtab > thead > tr > th {
    border: none;
}

table.customtab > tbody > tr > td, table-bordered > thead > tr > td {
    border: 1px dashed #d4d4d4;
}
/*=======================================================
		Article Section	 - Tabs
========================================================*/
.tabbable-line .nav-tabs {
    border: none;
    margin: 0px;
}

    .tabbable-line .nav-tabs li {
        margin-right: 5px;
    }

        .tabbable-line .nav-tabs li a {
            border: 0;
            margin-right: 0;
            color: #12209a;
            padding: 10px 15px;
            font-size: 16px;
            font-weight: 600;
            background-color: #FFF;
        }

            .tabbable-line .nav-tabs li a i {
                color: #a6a6a6;
            }

        .tabbable-line .nav-tabs li.open, .tabbable-line .nav-tabs li:hover {
            border-bottom: 3px solid #e2000f;
        }

            .tabbable-line .nav-tabs li.open a, .tabbable-line .nav-tabs li:hover a {
                border: 0;
                background: none !important;
                color: #e2000f;
            }

                .tabbable-line .nav-tabs li.open a i, .tabbable-line .nav-tabs li:hover a i {
                    color: #a6a6a6;
                }

            .tabbable-line .nav-tabs li.open .dropdown-menu, .tabbable-line .nav-tabs li:hover .dropdown-menu {
                margin-top: 0px;
            }

        .tabbable-line .nav-tabs li.active {
            border-bottom: 3px solid #e2000f;
            position: relative;
        }

            .tabbable-line .nav-tabs li.active a {
                border: 0;
                color: #e2000f;
            }

                .tabbable-line .nav-tabs li.active a i {
                    color: #404040;
                }

.tabbable-line .tab-content {
    margin-top: -1px;
    background-color: #fff;
    border: 0;
    border-top: 1px solid #e3e3e5;
    padding: 15px 0 0 0;
    width:840px;
}

.portlet .tabbable-line .tab-content {
    padding-bottom: 0;
}

/*=======================================================
		Article Section	 - Awards
========================================================*/
.awrd .award-container {
    border: 1px solid #e3e3e5;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    min-height: 378px;
}

    .awrd .award-container .img {
        border-bottom: 1px solid #e3e3e5;
        padding: 15px;
        min-height: 180px;
        vertical-align: middle;
        line-height: 115px;
    }

    .awrd .award-container .cont {
        padding: 15px;
        text-align: left;
        min-height: 165px;
    }

        .awrd .award-container .cont h6 {
            color: #333333;
            font-size: 15px;
            font-weight: 600;
        }

        .awrd .award-container .cont p {
            color: #333333 !important;
            font-size: 13px !important;
            text-transform: uppercase;
            margin-bottom: 0px !important;
        }
/*=======================================================
		Article Section	 - Board of Directors
========================================================*/
.directors_container {
    text-align: center;
    padding: 15px;
    min-height: 250px;
}

    .directors_container h3 {
        color: #12209a !important;
        font-size: 17px;
        font-weight: 600;
        margin: 8px 0 4px 0;
    }

    .directors_container p {
        color: #7c7c7c !important;
        font-size: 15px !important;
        margin-bottom: 0px !important;
    }

.custommod .modal-content {
    background: #FFF;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

    .custommod .modal-content .modal-body p {
        color: #7c7c7c !important;
        font-size: 14px !important;
        line-height: 26px;
    }

    .custommod .modal-content .modal-header {
        padding: 0px 15px;
        border: none;
    }

        .custommod .modal-content .modal-header .close {
            font-size: 50px;
            font-weight: 300;
            outline: none;
        }

    .custommod .modal-content .modal-body {
        position: relative;
        padding: 0px 25px 10px 25px;
    }

        .custommod .modal-content .modal-body ul {
            display: block;
            margin-bottom: 15px;
        }

            .custommod .modal-content .modal-body ul li {
                float: left;
                padding-right: 25px;
            }

                .custommod .modal-content .modal-body ul li h3 {
                    color: #12209a !important;
                    font-size: 18px;
                    font-weight: 600;
                    margin: 8px 0 4px 0;
                }

                .custommod .modal-content .modal-body ul li p {
                    color: #7c7c7c !important;
                    font-size: 15px !important;
                    margin-bottom: 0px !important;
                }

                .custommod .modal-content .modal-body ul li:last-child {
                    padding-top: 20px;
                    padding-right: 0px;
                }

        .custommod .modal-content .modal-body h3.segh {
            color: #12209a !important;
            font-size: 20px;
            font-weight: 600;
        }

.seg_cont {
    min-height: 300px;
}

.download ul {
    margin-top: 15px;
    background-color: #f0f0f0;
}

    .download ul li {
        display: block;
        float: none !important;
        padding: 0px !important;
    }

        .download ul li a {
            display: block;
            width: 100%;
            padding-right: 60px !important;
            background-image: url(../images/pdf.png);
            background-repeat: no-repeat;
            background-position: right 25px center;
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 25px;
            font-size: 14px;
            color: #7c7c7c;
        }
/*=======================================================
		Article Section	 - Contact
========================================================*/
.contact_details h3.section_heading {
    font-size: 20px;
    font-weight: 600;
    color: #12209a;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e3e3e5;
}

.contact_details .address {
    display: block;
}

    .contact_details .address span {
        background-image: url(../images/address-icon.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 25px;
        font-size: 17px;
        color: #333333;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    .contact_details .address p {
        font-size: 14px !important;
        color: #7c7c7c;
    }

.contact_details .callus {
    display: inline-block;
    width: 150px;
}

    .contact_details .callus span {
        background-image: url(../images/call.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 32px;
        font-size: 17px;
        color: #333333;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    .contact_details .callus p {
        font-size: 14px !important;
        color: #7c7c7c;
    }

.contact_details .fax {
    display: inline-block;
    width: 150px;
}

    .contact_details .fax span {
        background-image: url(../images/fax.png);
        background-repeat: no-repeat;
        background-position: left center;
        padding-left: 32px;
        font-size: 17px;
        color: #333333;
        padding-top: 5px;
        padding-bottom: 5px;
        display: block;
    }

    .contact_details .fax p {
        font-size: 14px !important;
        color: #7c7c7c;
    }

.contact_form {
    background-color: #f6f6f6;
    padding: 35px;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

    .contact_form .form-control {
        padding: 10px 20px;
        border: 1px solid #e5e5e5;
        width: 100%;
        height: 45px;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        color: #595959;
        font-size: 15px;
        font-weight: 400;
        outline: none;
        max-width: 100%;
        resize: none;
        background-color: #FFF;
        box-shadow: none;
        margin-bottom: 15px;
        letter-spacing: 0.5px;
    }

        .contact_form .form-control:focus {
            outline: none;
            box-shadow: none;
            border: 1px solid #1a3281;
        }

    .contact_form textarea.form-control {
        height: 120px;
    }

    .contact_form .form-control::-webkit-input-placeholder {
        color: #595959;
    }

    .contact_form .form-control::-moz-placeholder {
        color: #595959;
    }
    /* firefox 19+ */
    .contact_form .form-control:-ms-input-placeholder {
        color: #595959;
    }
    /* ie */
    .contact_form .form-control:-moz-placeholder {
        color: #595959;
    }
    /* INPUT FOCUS PLACEHOLDER */
    .contact_form .form-control:focus::-webkit-input-placeholder {
        opacity: 0;
    }

    .contact_form .form-control:focus::-moz-placeholder {
        opacity: 0;
    }
    /* firefox 19+ */
    .contact_form .form-control:focus:-ms-input-placeholder {
        opacity: 0;
    }
    /* ie */
    .contact_form .form-control:focus:-moz-placeholder {
        opacity: 0;
    }

    .contact_form .submitbtn {
        background: #e2000f;
        text-transform: capitalize;
        color: #fff;
        display: inline-block;
        font-size: 18px;
        letter-spacing: 0.5px;
        padding: 10px 35px;
        font-weight: 400;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out;
        box-shadow: none;
        outline: none;
        border: none;
    }

        .contact_form .submitbtn:hover, .contact_form .submitbtn:active, .contact_form .submitbtn:focus {
            background: #12209a;
            color: #fff;
            outline: none;
        }
/*=======================================================
		Article Section	 - Press Releases
========================================================*/
.pressreleases table.newtabl {
    border: 1px solid #e3e3e5;
    margin-top: 15px;
}

    .pressreleases table.newtabl tr:nth-of-type(odd) {
        background-color: #f8f8f8;
    }

    .pressreleases table.newtabl tr td {
        color: #7c7c7c;
        vertical-align: middle;
        padding: 20px;
        font-size: 16px;
        font-weight: 400;
    }

        .pressreleases table.newtabl tr td a {
            color: #12209a;
            display: block;
        }

            .pressreleases table.newtabl tr td a.downloadnow {
                color: #e2000f;
                display: inline-block;
                background-image: url(../images/download-icon.png);
                background-repeat: no-repeat;
                background-position: left center;
                padding: 12px 0px 12px 50px;
                float: left;
            }

        .pressreleases table.newtabl tr td:first-child {
            width: 180px;
        }

        .pressreleases table.newtabl tr td:last-child {
            width: 160px;
        }

.chkbox {
    display: inline-block;
    float: left;
}

    .chkbox .magic-radio + label:before, .chkbox .magic-checkbox + label:before {
        width: 20px;
        height: 20px;
    }

    .chkbox .magic-checkbox + label:after {
        top: 6px;
        left: 7px;
        width: 6px;
        height: 10px;
        border-width: 2px;
        border-color: #12209a;
    }

.dateinfo {
    padding-left: 35px;
}

.pressreleases h3.pageheading {
    border: none !important;
}

.pressreleases .tabbable-line .nav-tabs {
    border-top: 1px solid #e3e3e5 !important;
}

.pressreleases hr {
    border-top: 0px solid #e3e3e5 !important;
    margin-top: 15px;
    margin-bottom: 15px;
}

.pressreleases .pagination {
    margin: 0px 0px 30px 0px;
}

    .pressreleases .pagination li a, .pressreleases .pagination li span {
        color: #7c7c7c;
        background-color: #fff;
        border: none;
        font-size: 16px;
        font-weight: 400;
    }

    .pressreleases .pagination li i {
        color: #000;
        font-size: 22px;
    }

    .pressreleases .pagination .active a, .pressreleases .pagination .active a:focus, .pressreleases .pagination .active a:hover, .pressreleases .pagination .active span, .pressreleases .pagination .active span:focus, .pressreleases .pagination .active span:hover {
        color: #e2000f;
        background-color: #FFF;
        border: none;
    }

.pressreleases .relation {
    display: block;
    vertical-align: top;
}

    .pressreleases .relation b {
        font-size: 16px;
        font-weight: 600;
        color: #12209a;
    }

    .pressreleases .relation p {
        font-size: 15px !important;
        color: #7c7c7c !important;
        margin-bottom: 8px !important;
    }

.pressreleases .realease_details {
    background-color: #f8f8f8;
    border: 1px solid #e3e3e5;
    padding: 30px;
}

    .pressreleases .realease_details .relation .relation_heading {
        display: inline-block;
        width: 180px;
        float: left;
    }

    .pressreleases .realease_details .relation .relation_details {
        display: inline-block;
    }

        .pressreleases .realease_details .relation .relation_details span {
            color: #7c7c7c !important;
            margin-right: 25px;
            min-width: 125px;
            min-width: 160px;
            display: inline-block;
        }

.investor_presentation h3 {
    font-size: 20px;
    font-weight: 600;
    color: #12209a;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e3e3e5;
}

.investor_presentation ul li {
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #e3e3e5;
}

    .investor_presentation ul li a {
        color: #333;
        display: inline-block;
        font-size: 15px;
        position: relative;
        padding-left: 20px;
    }

        .investor_presentation ul li a:before {
            color: #e2000f;
            display: inline-block;
            font-size: 18px;
            position: absolute;
            left: 0;
            content: "\f0da";
            font-family: 'FontAwesome';
        }

    .investor_presentation ul li:last-child {
        border: none;
    }
/*=======================================================
		Article Section	 - Financials
========================================================*/
.financial_container ul.financials_menu {
    background: #fbfcfe;
    border: 1px solid #e9eaec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .financial_container ul.financials_menu li:first-child a {
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    .financial_container ul.financials_menu li {
        display: block;
        margin-bottom: 25px;
    }

        .financial_container ul.financials_menu li ul li {
            display: block;
            margin-bottom: 0px;
        }

        .financial_container ul.financials_menu li a {
            display: block;
            padding: 10px 18px;
            color: #333333;
            font-size: 20px;
            font-weight: 400;
            background: #f1f1f2;
        }

            .financial_container ul.financials_menu li a:hover, .financial_container ul.financials_menu li.active a {
                background: #e2000f;
                color: #FFF;
            }

        .financial_container ul.financials_menu li ul {
            background: #fbfcfe;
            border: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            border-radius: 0px;
        }

            .financial_container ul.financials_menu li ul li a {
                display: block;
                padding: 5px 10px 5px 35px;
                color: #12209a;
                font-size: 15px;
                font-weight: 400;
                background: #fbfcfe;
            }

                .financial_container ul.financials_menu li ul li a:hover {
                    background: #fbfcfe;
                    color: #12209a;
                }

.financial_container h4 {
    font-size: 25px;
    font-weight: 400;
    color: #333333;
}

.custombtu, .custombtu:hover, .custombtu:focus {
    text-align: left;
    background-color: #FFF !important;
    box-shadow: none !important;
    border: 1px solid #cdcdcd;
    font-size: 14px;
    color: #7c7c7c;
    outline: none;
    background-image: url(../images/droparrow.jpg);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

    .custombtu b.caret {
        display: none;
    }

.mltslt ul.multiselect-container.dropdown-menu {
    width: 100%;
    box-shadow: none !important;
}

li.multiselect-item.multiselect-all a label {
    font-weight: 400 !important;
}

.mltslt ul.multiselect-container.dropdown-menu li a {
    font-size: 13px;
    font-weight: 400 !important;
    padding: 5px 0px;
}

.mltslt .dropdown-menu > .active > a, .mltslt .dropdown-menu > .active > a:focus, .mltslt .dropdown-menu > .active > a:hover {
    color: #fff !important;
    text-decoration: none;
    background-color: #08126b;
    outline: 0;
}

text.highcharts-credits {
    display: none !important;
}

.multiselect-container div.checkbox {
    margin: 0;
}

.multiselect-container label {
    margin: 0;
    white-space: nowrap;
}

.multiselect-container div.checkbox {
    padding: 5px 15px 5px 35px;
}

.highcharts-button-symbol {
    display: none !important;
}

.highcharts-button-box {
    display: none !important;
}

.financial_container .panel {
    margin-bottom: 20px;
    background: #fbfcfe;
    border: 1px solid #e9eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*max-height: 265px;*/
    /*min-height: 265px;
    overflow: auto;*/
}

.financial_container .panel-default .panel-heading {
    color: #333333;
    background-color: #f1f1f2;
    border-color: #fbfcfe;
    font-size: 20px;
    padding: 10px 15px;
    min-height: 50px;
}

.financial_container .panel-body {
    padding: 0px;
}

    .financial_container .panel-body .table {
        margin: 0px;
    }

        .financial_container .panel-body .table tbody tr td, .financial_container .panel-body .table tbody tr th, .financial_container .panel-body .table tfoot tr td, .financial_container .panel-body .table tfoot tr th, .financial_container .panel-body .table thead tr td, .financial_container .panel-body .table thead tr th {
            padding: 10px 15px 11px 15px;
            vertical-align: top;
            border-bottom: 1px solid #f4f4f5;
            text-align: left;
            font-size: 15px;
            color: #7c7c7c;
            background-color: #fbfcfe;
            border-top: 0px;
        }

            .financial_container .panel-body .table tbody tr td a {
                color: #7c7c7c;
            }

                .financial_container .panel-body .table tbody tr td a span.datev {
                    display: block;
                    font-size: 13px;
                }

                .financial_container .panel-body .table tbody tr td a.viewcon {
                    color: #12209a;
                    font-weight: 600;
                }

    .financial_container .panel-body .table-striped tbody tr:last-child td {
        border: none !important;
    }

    .financial_container .panel-body .table-striped tbody tr:nth-of-type(odd) {
        background-color: #fbfcfe;
    }

ul.intlist li {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;
    font-size: 16px;
    color: #333;
    padding-top: 15px;
}

    ul.intlist li:last-child {
        border: none;
    }

    ul.intlist li a {
        display: block;
        font-size: 14px;
        color: #e2000f;
        padding-top: 2px;
    }
/*=======================================================
		Article Section	 - Media Kit
========================================================*/
.media_container {
    padding: 35px;
    background-color: #f8f8f8;
    border: 1px solid #e3e3e5;
    margin-top: 45px;
}

    .media_container h3 {
        font-size: 18px;
        font-weight: 600;
        color: #12209a;
        margin-bottom: 20px;
    }

    .media_container.wht {
        background-color: #FFF;
    }

    .media_container ul {
        display: block;
        margin-top: 20px;
    }

        .media_container ul li {
            float: left;
            padding-right: 25px;
        }

            .media_container ul li select.sltlang {
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                background-image: url(../images/sltarrow.png);
                background-position: center right 10px;
                background-repeat: no-repeat;
                border: none;
                outline: none;
                box-shadow: none;
                outline: none;
                background-color: #f8f8f8;
                color: #12209a;
                text-transform: uppercase;
                font-size: 18px;
                font-weight: 600;
                min-width: 125px;
                margin-top: 18px;
            }

            .media_container ul li h3 {
                color: #12209a !important;
                font-size: 18px;
                font-weight: 600;
                margin: 8px 0 4px 0;
            }

            .media_container ul li p {
                color: #7c7c7c !important;
                font-size: 15px !important;
                margin-bottom: 0px !important;
            }

            .media_container ul li a.downloadnow {
                color: #e2000f;
                display: inline-block;
                background-image: url(../images/download-icon.png);
                background-repeat: no-repeat;
                background-position: left center;
                padding: 17px 0px 17px 40px;
                float: left;
                font-weight: 600;
            }

            .media_container ul li:last-child {
                padding-top: 8px;
                padding-right: 0px;
            }
/*=======================================================
		Article Section	 - Events
========================================================*/
ul.events_menu {
    background-color: #fbfcfe;
    border: 1px solid #e9eaec;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 15px;
}

    ul.events_menu li.firsthead {
        background-color: #f1f1f2;
        padding: 15px;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

    ul.events_menu li {
        display: block;
        border-bottom: 1px solid #e9eaec;
    }

.eventactive {
    background: #e2000f;
}

    .eventactive a {
        color: #fff !important;
    }

ul.events_menu li:last-child {
    display: block;
    border: none;
}

ul.events_menu li a {
    padding: 12px 15px;
    font-size: 18px;
    color: #12209a;
    display: block;
}

ul.events_menu li.firsthead h5 {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    margin-bottom: 15px;
}

ul.events_menu li.firsthead h3 {
    font-size: 25px;
    font-weight: 700;
    margin: 0;
    margin-bottom: 15px;
}

ul.events_menu li.firsthead a {
    padding: 0;
    border: none;
    color: #e2000f;
    font-size: 18px;
    display: block;
}

    ul.events_menu li.firsthead a span {
        margin-left: 10px;
    }

.event_grid {
    background-color: f2f6ff;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    display: block;
}

    .event_grid .left_side {
        width: 170px;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 20px 0px;
        background-color: #d9e3fa;
        text-align: center;
        display: block;
    }

        .event_grid .left_side .top {
            display: block;
            padding: 0px 20px;
        }

        .event_grid .left_side .bottom {
            display: block;
            padding: 0px 20px;
            font-size: 13px;
            color: #12209a;
            font-weight: 600;
        }

        .event_grid .left_side .dateform {
            font-size: 15px;
            color: #12209a;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
            margin-bottom: 10px;
        }

            .event_grid .left_side .dateform span {
                font-size: 50px;
                display: block;
            }

        .event_grid .left_side p {
            font-size: 13px !important;
            color: #12209a !important;
        }

        .event_grid .left_side hr {
            border-top: 1px solid #b8c7e9 !important;
            margin-top: 12px;
            margin-bottom: 12px;
        }

    .event_grid .right_side {
        padding: 20px 0px;
        background-color: #f2f6ff;
        padding-left: 170px;
        width: 100%;
        display: block;
    }

        .event_grid .right_side .top {
            display: block;
            padding: 0px 20px;
        }

        .event_grid .right_side .bottom {
            display: block;
            padding: 0px 20px;
        }

        .event_grid .right_side a.ind {
            font-size: 15px;
            color: #12209a;
            font-weight: 600;
            text-transform: uppercase;
            display: block;
        }

        .event_grid .right_side h3 {
            font-size: 25px;
            color: #333;
            font-weight: 400;
            display: block;
            margin-top: 15px;
            min-height: 100px;
        }

        .event_grid .right_side hr {
            border-top: 1px solid #dbdbdb !important;
            margin-top: 15px;
            margin-bottom: 15px;
        }
        /*.event_grid .right_side .bottom ul li {
	display:inline-block;
	width:100%;
	float:left;
}*/
        .event_grid .right_side .bottom ul li a.cal {
            color: #e2000f;
            font-size: 15px;
            background-image: url(../images/calender.png);
            background-repeat: no-repeat;
            background-position: left center;
            padding-left: 35px;
            line-height: 30px;
            display: block;
        }

        .event_grid .right_side .bottom ul li a.share {
            display: block;
            text-align: center;
            line-height: 30px;
        }

        .event_grid .right_side .bottom ul li a.moredet {
            color: #e2000f;
            font-size: 15px;
            display: block;
            text-align: right;
            line-height: 30px;
        }
/*=======================================================
		Article Section	 - Footer Banner
========================================================*/
#footerbanner {
    background-image: url(../images/investor-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 125px 0px;
    background-size: cover;
}

    #footerbanner h3 {
        font-size: 40px;
        color: #333333;
        font-weight: 600;
        margin: 0;
        margin-bottom: 5px;
    }

    #footerbanner p {
        font-size: 20px;
        color: #333333;
        font-weight: 400;
    }
/*=======================================================
		Footer Section	
========================================================*/
#footone {
    background: #08126b;
    padding: 30px 0px 10px 0px;
    color: #FFF;
}

    #footone h3.widget_heading {
        color: #FFF;
        font-weight: 600;
        font-size: 20px;
        padding: 0;
        margin-bottom: 12px;
    }

    #footone h3.widget_headingtop {
        font-size: 25px;
        color: #fff;
        font-weight: 600;
    }

    #footone ul.footlinks li {
        display: block;
        margin-bottom: 8px;
    }

        #footone ul.footlinks li a {
            color: #c2c2c2;
            display: inline-block;
            font-size: 13px;
        }

    #footone .form-group {
        margin-bottom: 20px;
    }

    #footone .form-control {
        outline: none;
        border: 1px solid #FFF;
        box-shadow: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        background-color: #08126b;
        color: #c2c2c2;
        font-size: 13px;
        height: 38px;
    }

        #footone .form-control::-webkit-input-placeholder {
            color: #c2c2c2;
        }

        #footone .form-control:-moz-placeholder {
            color: #c2c2c2;
        }

        #footone .form-control::-moz-placeholder {
            color: #c2c2c2;
        }

        #footone .form-control:-ms-input-placeholder {
            color: #c2c2c2;
        }

        #footone .form-control:focus::-webkit-input-placeholder {
            opacity: 0;
        }

        #footone .form-control:focus:-moz-placeholder {
            opacity: 0;
        }

        #footone .form-control:focus::-moz-placeholder {
            opacity: 0;
        }

        #footone .form-control:focus:-ms-input-placeholder {
            opacity: 0;
        }

#foottwo {
    background: #020b4c;
}

    #foottwo .copyright {
        padding: 12px 0px;
        text-align: center;
        display: block;
        color: #9e9fa4;
        font-size: 13px;
    }
/*=======================================================
			RESPONSIVE
========================================================*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .firstgroup .panel {
        min-height: 350px;
    }

    .secondgroup .panel {
        min-height: 390px;
    }

    .thirdgroup .panel {
        min-height: 450px;
    }

    .pressreleases .tabbable-line .nav-tabs li a {
        padding: 10px 20px;
        font-size: 15px;
    }

    .financial_container .tabbable-line .nav-tabs li a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .event_grid .right_side .bottom ul li {
        width: auto;
        margin-right: 50px;
    }

        .event_grid .right_side .bottom ul li:last-child {
            margin: 0;
        }
}

@media (max-width: 991px) {
    .firstgroup .panel {
        /*min-height:100%;*/
        min-height: 290px;
    }

    .secondgroup .panel {
        /*min-height:100%;*/
        min-height: 290px;
    }

    .awrd .award-container {
        min-height: 400px;
    }

    .thirdgroup .panel {
        /*min-height:100%;*/
        min-height: 290px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pressreleases .tabbable-line .nav-tabs li a {
        padding: 10px 12px;
        font-size: 14px;
    }

    .financial_container .tabbable-line .nav-tabs li a {
        padding: 10px 12px;
        font-size: 14px;
    }


}

@media (max-width: 767px) {

    /*Added*/
    #innercontent {
        background-color: #FFF;
        padding: 45px 0px;
        margin-top: 65px;
    }

    .no-padding {
        padding: 0px;
        margin-top: 34px;
    }

    /*Added end*/
    .awrd .award-container {
        min-height: 400px;
    }

    #top .text-right {
        text-align: center;
    }

    #footerbanner {
        padding: 70px 0px;
    }

        #footerbanner h3 {
            font-size: 30px;
        }

        #footerbanner p {
            font-size: 18px;
        }

    #banner {
        padding: 60px 0px;
    }

        #banner h3 {
            font-size: 35px;
        }

    .tabbable-line .nav-tabs li a {
        padding: 10px 20px;
        font-size: 15px;
        font-weight: 600;
    }

    .contact_form {
        margin-top: 15px;
    }

    .pressreleases .tabbable-line .nav-tabs li {
        float: none;
        margin-bottom: 0px;
        width: auto;
        display: inline-block;
    }

    .financial_container .tabbable-line .nav-tabs li {
        float: none;
        margin-bottom: 0px;
        width: auto;
        display: inline-block;
    }

    .financial_container .tabbable-line .tab-content {
        margin-top: 0px;
    }

    .pressreleases .tabbable-line .tab-content {
        margin-top: 0px;
    }

    .pressreleases .tabbable-line .nav-tabs li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .financial_container .tabbable-line .nav-tabs li a {
        padding: 10px 15px;
        font-size: 14px;
    }

    .event_grid .right_side .bottom ul li {
        width: auto;
        margin-right: 22px;
    }

        .event_grid .right_side .bottom ul li:last-child {
            margin: 0;
        }

        .tabbable-line .tab-content
        {
            width:100% !important;
        }
}

@media (max-width: 580px) {
    .missioncontent .left {
        float: inherit;
        width: 100%;
        /*height: 100%;*/
    }

    .missioncontent .right {
        padding-left: 0px;
        padding-top: 15px;
    }

        .missioncontent .right p.padding-t-20 {
            padding-top: 0px;
        }
}

@media (max-width: 520px) {
    .awrd {
        display: block;
        width: 100%;
    }

        .awrd .award-container .cont {
            min-height: auto;
        }

    .brdr {
        display: block;
        width: 100%;
    }

    .event_grid .left_side {
        width: 100%;
        height: 300px !important;
        position: inherit;
        overflow: auto;
    }

    .event_grid .right_side {
        padding-left: 0px;
    }
}

@media (max-width: 479px) {
    #stockfinancial .panel-default .panel-heading {
        font-size: 20px;
    }

    .tabbable-line .nav-tabs li a {
        padding: 8px 9px;
        font-size: 13px;
        font-weight: 600;
    }
}


.financial_list {
    overflow: auto;
    max-height: 250px;
    min-height: 250px;
}


.ui-timepicker-standard {
    z-index: 22222 !important;
}

.share .share_icn {
    height: 26px !important;
    margin-top: 6px;
}

.more_details {
    margin-top: 3px;
}

.google_plus_icn {
    color: #d34836;
    cursor: pointer;
    margin-left: 10px;
}

.facebook_icn {
    color: #3b5998;
    cursor: pointer;
}

.twitter_icn {
    color: #4099FF;
    cursor: pointer;
    margin-left: 10px;
}

.addtocalendar a:hover, a:focus, a:active {
    color: #e2000f;
}

.addtocalendar.cal_icn {
    color: #e2000f;
    font-size: 15px;
    background-image: url(../images/calender.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 35px;
    line-height: 30px;
    display: block;
}

.atcb-list {
    padding: 0px 17px !important;
    box-shadow: 0px 4px 9px #949191;
}

.atcb-item a {
    color: #000 !important;
}

.social_icn {
    margin-top: 3px;
}

.error_msg {
    overflow: initial;
    display: block;
    color: #DD4B39;
    line-height: 0px;
    margin-top: 10px;
    font-size: 12px;
    float: left;
}


.html5gallery-elem-0 a {
    display: none !important;
}


.pdful {
    margin: 20px 0 0 25px;
    padding: 0;
}

    .pdful li { /*! color:#7c7c7c; */
        list-style-type: circle;
        line-height: 25px;
    }

        .pdful li a {
            color: #7c7c7c;
        }




.video-container {
    width: 70%;
    margin: auto;
    margin-left:-50px;
}

.full-video {
    width: 100%;
}

.slick-container {
    position: relative;
    width:1200px;
}

    .slick-container .slick-custom-controls .prev, .slick-container .slick-custom-controls .next {
        position: absolute;
        background-color: #f1f1f1;
        color: black;
        text-decoration: none;
        display: inline-block;
        padding: 8px 16px;
        cursor: pointer;
        top: 50%;
        margin: 0 20px; 
       
    }

        .slick-container .slick-custom-controls .prev, .slick-container .slick-custom-controls .next:hover {
            /*background-color: #ddd;
            color: black;*/
        }

    .slick-container .slick-custom-controls .next {
        right: 0;
    }

.viewallfullwidth{
    width:100%;
}

@media only screen and (max-width: 768px) {
    .Mobile-view-spacing {
        padding: 65px 0px 25px 0px !important;
    }
    .Mobile-view-button-bottom-spacing {
        margin-bottom: 20px;
    }
    .dot-style {
        bottom:15px !important;
    }
}
/*.dot-style {
    font-family: icomoon;
    font-size: 26px;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    bottom: 25px;
    z-index: 999999;
}*/

.dot-style li{
    color: #fff;
    width: 39px !important;
    height: 3px !important;
    margin: 5px 7px !important;
    background: #ffffff;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 0px;
    position: relative;
    overflow: hidden;
    border:none;
}
.dot-style li.active:before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 0;
    width: 0;
    height: 100%;
    background-color: #f2717d;
    animation: mymove 5.5s cubic-bezier(0.99, 0.98, 1, 0.99);
    overflow: hidden;
}
.dot-style li:before {
        content: " " !important;
}
@keyframes mymove {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}
.dot-style li.active {
    color: #f2717d;
}
@media only screen and (min-width: 768px) {
    .secondgroup .financial-image-panel {
        height: 540px;
    }

    .secondgroup .financial-content-section {
        height: 540px;
    }
    .secondgroup .financial-image-panel img.viewallfullwidth {
        min-height:467px;
    }
}
@media only screen and (max-width: 767px) {
    .secondgroup .financial-content-section {
        min-height: 540px;
    }
}