@charset "utf-8"; /*====================================================================== Site Name:  ------------------------------------------------------------------------ Base Color: #fff (White) Site Color: #062a4a (Dark Blue) Header Color: #062a4a (Dark Blue) Text Color: #393939 (Dark Grey) Title Color: #393939 (Dark Grey), #e65a15 (Orange) Footer Color: #393939 (Dark Grey) ------------------------------------------------------------------------ Layout Width: 100% Container Width: 1170px Responsive Layout: Yes =======================================================================*/ /********* Reset CSS *********/
*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}
audio, canvas, video {
    display: inline-block
}
audio:not([controls]) {
    display: none;
    height: 0
}
body, button, input, select, textarea {
    color: #393939;
    font-family: 'Montserrat', 'sans-serif';
    font-size: 16px;
    line-height: 1.5;
}
body {
    background-color: #fff;
}
.hindiDoc {
    font-family: 'Lohit Gujarati', 'Montserrat';
}
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
a {
    text-decoration: underline;
    color: #E65A15;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
a:focus {
    outline: thin dotted
}
a:hover, a:active {
    outline: 0;
}
a:hover {
    text-decoration: none;
    color:#E64844;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}
b, strong, dt, th {
    font-weight: bold;
}
em, i {
    font-style: italic;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0;
    padding: 0;
}
img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    vertical-align: middle;
    max-width: 100%;
    height: auto;
}
figure {
    margin: 0;
}
legend {
    white-space: normal;
}
q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
    font-size: 80%
}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}
sup {
    top: -0.5em
}
sub {
    bottom: -0.25em
}
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}
table table {
    margin: 0
}
th, td {
    border: none;
    padding: 8px 10px
}
caption, th, td {
    font-weight: normal;
} /********* Form fields *********/
button, input, select, textarea {
    margin: 0;
    vertical-align: baseline;
    background-color: transparent;
    border: none;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="number"], input[type="url"], input[type="password"], input[type="search"], select, textarea {
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 38px;
    padding: 5px 10px;
    font-size: 100%;
    line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
    margin: 0 5px 0 0;
}
input[type="checkbox"] {
    -webkit-appearance: checkbox;
}
input[type="radio"] {
    -webkit-appearance: radio
}
input[type="submit"], input[type="button"], input[type="reset"], button, .button {
    line-height: 20px;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    background-color: #f6a427;
    border-radius: 5px;
    color: #fff;
    margin: 0;
    outline: 0 none;
    font-size: 1em;
    cursor: pointer;
    font-weight: 600;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
    height: 100px;
    max-width: 100%;
    min-width: 100%;
    max-height: 500px;
    min-height: 90px;
}
fieldset {
    border: 0 none;
    margin: 0;
    padding: 0
}
label {
    display: inline-block;
    padding-bottom: 5px;
    font-weight: normal;
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, button:hover, .button:hover {
    color: #fff;
    background-color: #282058;
}
input[type="submit"].cancelBtn, input[type="button"].cancelBtn, input[type="reset"].cancelBtn, .resetBtn, input[type="reset"], input[type="submit"].resetBtn {
    background-color: #888;
}
input[type="submit"].cancelBtn:hover, input[type="button"].cancelBtn:hover, input[type="reset"].cancelBtn:hover, .resetBtn, input[type="reset"]:hover, input[type="submit"].resetBtn:hover {
    background-color: #282058;
}/********* Clear floats *********/
.cf:before, .cf:after, .container:before, .container:after, .row:before, .row:after, ul:before, ul:after, .boxs:before, .boxs:after, .radioList:after, .radioList:before {
    content: " ";
    display: table
}
.cf:after, .container:after, .row:after, ul:after, .boxs:after, .radioList:after {
    clear: both
} /********* Common Classes *********/
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 20px 0;
    padding: 0
}
h1 {
    font-size: 32px;
}
h2 {
    font-size: 1.813em;
}
h3 {
    font-size: 1.688em;
}
h4 {
    font-size: 1.563em;
}
h5 {
    font-size: 1.438em;
}
h6 {
    font-size: 1.313em;
}
h2, h3, h4, h5, h6 {
    color: #282058;
}
ul {
    padding: 0 0 0 15px;
}
ol {
    padding: 0 0 0 20px
}
ul ul, ol ol {
    margin: 10px 0
} /*ul.bulletText { list-style:none; padding:0;} ul.bulletText li { background: url(../../images/right-arrow.gif) no-repeat left 0 top 12px; padding: 2px 0 2px 20px;} ul.bulletText li a{text-decoration:none; font-size:1.125em;}*/
ul.bulletText {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.bulletText li {
    background: url(../../images/bullet-list-right-arrow-orange.png) no-repeat 0 10px;
    padding: 5px 0 5px 20px;
    color: #3f50a1;
    font-weight: normal;
}
ul.bulletText li a {
    text-decoration: none;
    font-size: 1.125em;
    color: #3f50a1;
}
ul.bulletText li a:hover {
    text-decoration: none;
    color: #393939;
}
p, h1, h2, h3, h4, h5, h6, ul, ol, dd, table, fieldset, address {
    margin: 0 0 25px;
}
.alignLeft {
    float: left;
    margin-right: 25px;
}
.alignRight {
    float: right;
    margin-left: 25px;
}
.displayNone, .hasJS noscript, .hideThis {
    display: none!important;
    visibility: hidden
}
.jsRequired {
    display: block;
    background-color: #C00;
    color: #fff;
    width: 100%;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    border: 0 none;
}
.mrgAuto {
    margin-right: auto;
    margin-left: auto;
}
.mrgT20 {
    margin-top: 20px;
}
.mrgL20 {
    margin-left: 20px;
}
.mrgR20 {
    margin-right: 20px;
}
.mrgB20 {
    margin-bottom: 20px;
}
.mrgT10 {
    margin-top: 10px;
}
.mrgL10 {
    margin-left: 10px;
}
.mrgR10 {
    margin-right: 10px;
}
.mrgB10 {
    margin-bottom: 10px;
}
.padL20 {
    padding-left: 20px;
}
.padR20 {
    padding-right: 20px;
}
.padB20 {
    padding-bottom: 20px;
}
.padT20 {
    padding-top: 20px;
}
.padL15 {
    padding-left: 15px;
}
.padR15 {
    padding-right: 15px;
}
.padB15 {
    padding-bottom: 15px;
}
.padT15 {
    padding-top: 15px;
}
.padL10 {
    padding-left: 10px;
}
.padR10 {
    padding-right: 10px;
}
.padB10 {
    padding-bottom: 10px;
}
.padT10 {
    padding-top: 10px;
}
.padTB10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.padTB15 {
    padding-top: 15px;
    padding-bottom: 15px;
}
.padTB20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad10 {
    padding: 10px;
}
.pad15 {
    padding: 15px;
}
.pad20 {
    padding: 20px;
}
.pad25 {
    padding: 25px;
}
.pad30 {
    padding: 30px;
}
.width100p {
    width: 100%;
}
.width90p {
    width: 90%;
}
.width80p {
    width: 80%;
}
.width70p {
    width: 70%;
}
.width60p {
    width: 60%;
}
.width50p {
    width: 50%;
}
.width40p {
    width: 40%;
}
.width30p {
    width: 30%;
}
.width20p {
    width: 20%;
}
.width10p {
    width: 10%;
} /*select {-webkit-appearance: none;background: url(../../images/down-arrow.gif)no-repeat;background-position: 95% 50%;background-size: 10px;}*/
.fileSize {
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 3px;
}
.fileSize img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.extIcon {
    vertical-align: middle;
    margin-left: 3px;
}
.rsIcon {
    display: inline-block;
    margin-right: 2px;
    height: 11px;
    text-indent: -999px;
    overflow: hidden;
    width: 11px;
    background: url(../../images/rupee.png) left top no-repeat;
}
.bold {
    font-weight: bold;
}
.italic {
    font-style: italic;
}
.longWord, .wordBreak {
    word-wrap: break-word;
} /********** Image Formating & Alignment **********/
.imgLeft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
.imgRight {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.imgCenter {
    float: none;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.imgBorder {
    border: 1px solid #ccc;
    padding: 5px
}
.rounded {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.circle {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shadow {
    -webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 4px;
} /***Image with Border***/
.imgLeftBorder {
    margin-right: 50px;
    position: relative;
    margin-bottom: 30px;
}
.imgRightBorder {
    margin-left: 50px;
    position: relative;
    margin-bottom: 25px
}
.imgLeftBorder:before, .imgRightBorder:before {
    content: "";
    background: #5a8e22;
    position: absolute;
    left: 25px;
    top: 20px;
    height: 100%;
    width: 100%;
    z-index: -1;
}
.imgRightBorder:before {
    left: auto;
    right: 25px
} /***Image with Border End***/ /********** Alignment **********/
.left {
    text-align: left !important
}
.right {
    text-align: right !important
}
.center {
    text-align: center !important
}
.justify {
    text-align: justify !important
} /********** Error/Alert Messages **********/
.message {
    padding: 10px 38px 10px 10px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    position: relative;
}
.message.success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}
.message.success a {
    color: #2b542c;
}
.message.error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}
.message.error a {
    color: #843534;
} /********** Table **********/
.tableOut {
    overflow-y: hidden;
    overflow-x: auto
}
table, .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
    border-top: 1px solid #E9E9EA;
    border-left: 1px solid #E9E9EA;
}
table table, .tableData table {
    margin: 0
}
th, td, .tableData th, .tableData td {
    border: none;
    padding: 8px 5px;
    border-bottom: 1px solid #E9E9EA;
    border-right: 1px solid #E9E9EA;
}
table tr:nth-child(odd) td, .tableRowOdd {
    background-color: #efecff;
}
caption, th, td {
    font-weight: normal;
    background: #fff
}
th, .tableData th {
    background: #3f50a1;
    font-weight: 600;
    color: #fff;
    font-size: 15px;
}
.tableScroll {
    overflow-y: hidden;
    overflow-x: auto
} /* ******** Grid : 12 Coloum and Boxs ******** */
.example div div, .example .boxs li {
    border: 1px solid #eee;
    margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 15px
}
.row {
    margin-left: -15px;
    margin-right: -15px;
}
.cols1, .cols2, .cols3, .cols4, .cols5, .cols6, .cols7, .cols8, .cols9, .cols10, .cols11, .cols12 {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}
.cols12 {
    width: 100%
}
.cols11 {
    width: 91.66666667%
}
.cols10 {
    width: 83.33333333%
}
.cols9 {
    width: 75%
}
.cols8 {
    width: 66.66666667%
}
.cols7 {
    width: 58.33333333%
}
.cols6 {
    width: 50%
}
.cols5 {
    width: 41.66666667%
}
.cols4 {
    width: 33.33333333%
}
.cols3 {
    width: 25%
}
.cols2 {
    width: 16.66666667%
}
.cols1 {
    width: 8.33%
}
.boxs {
    list-style: none;
    padding: 0;
    margin: 0;
}
.boxs2 {
    margin-left: -2%;
}
.boxs3 {
    margin-left: -2%;
}
.boxs4 {
    margin-left: -2%;
}
.boxs5 {
    margin-left: -2%;
}
.boxs6 {
    margin-left: -2%;
}
.boxs > li, .boxs > div {
    float: left;
    min-height: 1px;
    margin-left: 30px;
}
.boxs2 > li, .boxs2 > div {
    width: 48%;
    margin-left: 2%;
}
.boxs3 > li, .boxs3 > div {
    width: 31%;
    margin-left: 2%;
}
.boxs4 > li, .boxs4 > div {
    width: 23%;
    margin-left: 2%;
}
.boxs5 > li, .boxs5 > div {
    width: 18%;
    margin-left: 2%;
}
.boxs6 > li, .boxs6 > div {
    width: 14.6%;
    margin-left: 2%;
}
.boxBorder {
    padding: 5px;
    border: 1px solid #ccc;
} /********* Navigation *********/
.mainNavigation {
    margin: 0;
    position: relative;
    background: #fff;
    clear: both;
    z-index: 10;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}
.toggleMenu {
    display: none;
    padding: 15px;
    text-decoration: none
}
.toggleMenu .mobileMenu {
    font-size: 1.250em;
    color: #fff;
    display: none;
}
.toggleMenu .iconBar {
    float: right;
    width: 35px;
    height: 35px;
    background: #3f50a1;
    padding: 8px 5px;
}
.toggleMenu .iconBar span {
    height: 3px;
    display: block;
    background-color: #fff;
}
.toggleMenu .iconBar span:nth-child(2) {
    margin: 5px 0;
}
.menuWrap {
    position: relative;
    bottom: -30px;
    margin-top: -30px;
}
#nav, #nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
#nav li {
    float: left;
    margin-left: 28px;
    padding-right: 0px;
    position: relative;
    display: inline
}
#nav li a {
    padding: 15px;
    line-height: 36px;
    color: #3b5998;
    font-size: 17px;
    display: inline-block;
    text-decoration: none;
}
#nav ul {
    width: 400px;
    top: 100%;
    padding: 0;
    left: 0;
    position: absolute;
    border-top: 5px solid #ffc943;
    background-color: #fff;
    padding: 25px;
    box-shadow: 6px 0 21px rgba(0, 0, 0, 0.54);
    border-radius: 15px;
}
#nav ul:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #ffc943;
    position: absolute;
    z-index: 111;
    left: 40px;
    top: -18px;
    width: 0;
    height: 0;
    border-radius: 4px;
}
.hasJS #nav ul {
    opacity: 0;
    transition: opacity 400ms linear;
    -webkit-transition: opacity 400ms linear;
}
#nav ul li {
    float: none;
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}
#nav ul li a {
    display: block;
    font-size: 16px;
    line-height: 24px;
    color: #212121;
    padding: 12px 12px 12px 35px;
    text-align: left;
    font-weight: 400;
    border-radius: 10px;
    position: relative;
}
#nav ul li a:before {
    position: absolute;
    left: 19px;
    top: 12px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #ef9c4d;
    font-size: 18px;
}
#nav ul ul {
    top: 0;
    left: 400px
} /*#nav a:hover, .noJS #nav a:focus, #nav ul .hover > a, #nav ul .focus > a { color:#fff }*/
#nav ul, #nav :hover ul ul, #nav .hover ul ul, #nav .focus ul ul {
    margin-left: -9999px
}
#nav li:hover > ul, #nav li.hover > ul, #nav li.focus > ul, #nav a:focus + ul, #nav ul ul, .noJS #nav .hover a:focus, .noJS #nav .focus a:focus {
    margin-left: 0
}
#nav > li > a:hover, #nav > li.hover > a, #nav > li.focus > a, #nav > .highlight > a {
    color: #ef9a49;
}
#nav li ul li a:hover, #nav li ul li > a.selected, #nav ul a:hover, .noJS #nav ul a:focus, #nav ul a.selected, #nav ul > .highlight > a {
    background-color: #e6f0f1;
    color: #212121;
}
#nav ul li.focus > a {
    background-color: #e9e9e9;
    color: #060613;
    display: block;
}
#nav .menuIcon {
    display: none;
    position: absolute;
    right: 5px;
    top: 20px;
    width: 9px;
    height: 9px;
}
#nav li .menuIcon { /*background:url(../images/down-arrow.gif) no-repeat right center;*/
    z-index: 10
}
#nav li li .menuIcon {
    display: block; /*background:url(../images/right-arrow.gif) no-repeat right center;*/
    top: 13px;
    right: 10px;
    z-index: 11
}
#nav li li li .menuIcon {
    z-index: 12
}
#nav li .menuIcon.active {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.noJS #nav ul a:focus {
    width: 200px;
}
.noJS #nav ul a:focus, .noJS #nav ul a:focus + ul {
    margin-left: 9999px
}
.noJS #nav ul a:active {
    margin-left: 0
}
.hasJS .menuPart #nav a:focus + ul, .hasJS .menuPart #nav li.focus > ul, .hasJS .menuPart #nav li.hover > ul, .hasJS .menuPart #nav li:hover > ul, .hasJS .menuPart #nav ul ul {
    opacity: 1;
}
.loginReg {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #282058;
    color: #fff;
    border-radius: 0 10px 10px 0;
    padding: 11px 15px;
    z-index: 10;
    text-decoration: none;
    font-size: 16px;
}
.loginReg:hover {
    background: #f5a129;
    color: #fff;
}
.loginReg a {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
}
.loginReg a:hover {
    text-decoration: underline;
} /*Language Start*/
.topHeader ul.rightLinks li.langSelector select {
    border: 0;
    padding: 0 18px 0 5px;
    height: auto;
    color: #747474;
}
.topHeader ul.rightLinks li.langSelector select:focus {
    outline: none;
}
.language select {
    color: #747474;
    width: 95px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: auto;
    padding: 2px;
    background: url(../../images/select-arrow.png) right center no-repeat;
    position: relative;
    font-size: 13px;
    cursor: pointer;
}
.language select::-ms-expand {
display: none;
}
.language .goButton {
    display: none;
}/*Language End*/ /*Keyword Search Start*/
.search .form {
    background-color: #093779;
    display: none;
    padding: 5px;
    position: absolute;
    right: 0;
    top: 37px;
    width: 260px;
    z-index: 2;
}
.search .form .form-item {
    float: left;
    width: 205px;
}
.search .form .form-item .form-text {
    background-color: #fff;
    height: 36px;
    font-size: 1.000em;
}
.search {
    width: 30px;
    height: 30px;
    z-index: 99999;
    float: right;
    position: relative;
}
.search a {
    width: 30px;
    height: 30px;
    display: block;
    overflow: hidden;
    text-align: center;
    border: 1px solid #fff;
}
.searchForm {
    width: 210px;
    display: none;
    padding: 3px;
    position: absolute;
    right: 7px;
    top: 100%;
    z-index: 2;
    background-color: #caa674;
}
.searchForm input[type=text] {
    padding-right: 46px;
}
.searchForm .goBtn {
    font-size: 1em;
    position: absolute;
    right: 3px;
    bottom: 3px;
    z-index: 1;
    padding: 5px 10px;
}
.searchForm .goBtn:hover {
    border-color: #b07046;
    background-color: #b07046;
}
.search .goBtn {
    color: #fff;
    height: 6px;
    float: right;
    width: 45px;
    font-size: 14px;
    padding: 0;
}
.search .form:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: transparent transparent rgba(9, 55, 121, 1);
    border-image: none;
    border-style: solid;
    border-width: 8px;
    content: " ";
    right: 5px;
    position: absolute;
    top: -16px;
} /*Keyword Search End*/ /* ******** Index Slider ******** */
.indexBanner {
    position: relative
}
.indexBanner .sliderBanner .item {
    height: 300px;
}
.noJS .indexBanner {
    height: 302px;
    overflow: hidden
} /*Index Banner End*/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont3e6e.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfontd41d.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont3e6e.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont3e6e.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont3e6e.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont3e6e.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.fa-lg {
    font-size: 1.33333333em;
    line-height: .75em;
    vertical-align: -15%
}
.fa-2x {
    font-size: 2em
}
.fa-3x {
    font-size: 3em
}
.fa-4x {
    font-size: 4em
}
.fa-5x {
    font-size: 5em
}
.fa-fw {
    width: 1.28571429em;
    text-align: center
}
.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none
}
.fa-ul>li {
    position: relative
}
.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: .14285714em;
    text-align: center
}
.fa-li.fa-lg {
    left: -1.85714286em
}
.fa-border {
    padding: .2em .25em .15em;
    border: solid .08em #eee;
    border-radius: .1em
}
.fa-pull-left {
    float: left
}
.fa-pull-right {
    float: right
}
.fa.fa-pull-left {
    margin-right: .3em
}
.fa.fa-pull-right {
    margin-left: .3em
}
.pull-right {
    float: right
}
.pull-left {
    float: left
}
.fa.pull-left {
    margin-right: .3em
}
.fa.pull-right {
    margin-left: .3em
}
.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear
}
.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8)
}
@-webkit-keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
@keyframes fa-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg)
}
100% {
-webkit-transform: rotate(359deg);
transform: rotate(359deg)
}
}
.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}
.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}
.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}
.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    -ms-transform: scale(-1, 1);
    transform: scale(-1, 1)
}
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    -ms-transform: scale(1, -1);
    transform: scale(1, -1)
}
:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
    filter: none
}
.fa-stack {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle
}
.fa-stack-1x, .fa-stack-2x {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center
}
.fa-stack-1x {
    line-height: inherit
}
.fa-stack-2x {
    font-size: 2em
}
.fa-inverse {
    color: #fff
}
.fa-glass:before {
    content: "\f000"
}
.fa-music:before {
    content: "\f001"
}
.fa-search:before {
    content: "\f002"
}
.fa-envelope-o:before {
    content: "\f003"
}
.fa-heart:before {
    content: "\f004"
}
.fa-star:before {
    content: "\f005"
}
.fa-star-o:before {
    content: "\f006"
}
.fa-user:before {
    content: "\f007"
}
.fa-film:before {
    content: "\f008"
}
.fa-th-large:before {
    content: "\f009"
}
.fa-th:before {
    content: "\f00a"
}
.fa-th-list:before {
    content: "\f00b"
}
.fa-check:before {
    content: "\f00c"
}
.fa-remove:before, .fa-close:before, .fa-times:before {
    content: "\f00d"
}
.fa-search-plus:before {
    content: "\f00e"
}
.fa-search-minus:before {
    content: "\f010"
}
.fa-power-off:before {
    content: "\f011"
}
.fa-signal:before {
    content: "\f012"
}
.fa-gear:before, .fa-cog:before {
    content: "\f013"
}
.fa-trash-o:before {
    content: "\f014"
}
.fa-home:before {
    content: "\f015"
}
.fa-file-o:before {
    content: "\f016"
}
.fa-clock-o:before {
    content: "\f017"
}
.fa-road:before {
    content: "\f018"
}
.fa-download:before {
    content: "\f019"
}
.fa-arrow-circle-o-down:before {
    content: "\f01a"
}
.fa-arrow-circle-o-up:before {
    content: "\f01b"
}
.fa-inbox:before {
    content: "\f01c"
}
.fa-play-circle-o:before {
    content: "\f01d"
}
.fa-rotate-right:before, .fa-repeat:before {
    content: "\f01e"
}
.fa-refresh:before {
    content: "\f021"
}
.fa-list-alt:before {
    content: "\f022"
}
.fa-lock:before {
    content: "\f023"
}
.fa-flag:before {
    content: "\f024"
}
.fa-headphones:before {
    content: "\f025"
}
.fa-volume-off:before {
    content: "\f026"
}
.fa-volume-down:before {
    content: "\f027"
}
.fa-volume-up:before {
    content: "\f028"
}
.fa-qrcode:before {
    content: "\f029"
}
.fa-barcode:before {
    content: "\f02a"
}
.fa-tag:before {
    content: "\f02b"
}
.fa-tags:before {
    content: "\f02c"
}
.fa-book:before {
    content: "\f02d"
}
.fa-bookmark:before {
    content: "\f02e"
}
.fa-print:before {
    content: "\f02f"
}
.fa-camera:before {
    content: "\f030"
}
.fa-font:before {
    content: "\f031"
}
.fa-bold:before {
    content: "\f032"
}
.fa-italic:before {
    content: "\f033"
}
.fa-text-height:before {
    content: "\f034"
}
.fa-text-width:before {
    content: "\f035"
}
.fa-align-left:before {
    content: "\f036"
}
.fa-align-center:before {
    content: "\f037"
}
.fa-align-right:before {
    content: "\f038"
}
.fa-align-justify:before {
    content: "\f039"
}
.fa-list:before {
    content: "\f03a"
}
.fa-dedent:before, .fa-outdent:before {
    content: "\f03b"
}
.fa-indent:before {
    content: "\f03c"
}
.fa-video-camera:before {
    content: "\f03d"
}
.fa-photo:before, .fa-image:before, .fa-picture-o:before {
    content: "\f03e"
}
.fa-pencil:before {
    content: "\f040"
}
.fa-map-marker:before {
    content: "\f041"
}
.fa-adjust:before {
    content: "\f042"
}
.fa-tint:before {
    content: "\f043"
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044"
}
.fa-share-square-o:before {
    content: "\f045"
}
.fa-check-square-o:before {
    content: "\f046"
}
.fa-arrows:before {
    content: "\f047"
}
.fa-step-backward:before {
    content: "\f048"
}
.fa-fast-backward:before {
    content: "\f049"
}
.fa-backward:before {
    content: "\f04a"
}
.fa-play:before {
    content: "\f04b"
}
.fa-pause:before {
    content: "\f04c"
}
.fa-stop:before {
    content: "\f04d"
}
.fa-forward:before {
    content: "\f04e"
}
.fa-fast-forward:before {
    content: "\f050"
}
.fa-step-forward:before {
    content: "\f051"
}
.fa-eject:before {
    content: "\f052"
}
.fa-chevron-left:before {
    content: "\f053"
}
.fa-chevron-right:before {
    content: "\f054"
}
.fa-plus-circle:before {
    content: "\f055"
}
.fa-minus-circle:before {
    content: "\f056"
}
.fa-times-circle:before {
    content: "\f057"
}
.fa-check-circle:before {
    content: "\f058"
}
.fa-question-circle:before {
    content: "\f059"
}
.fa-info-circle:before {
    content: "\f05a"
}
.fa-crosshairs:before {
    content: "\f05b"
}
.fa-times-circle-o:before {
    content: "\f05c"
}
.fa-check-circle-o:before {
    content: "\f05d"
}
.fa-ban:before {
    content: "\f05e"
}
.fa-arrow-left:before {
    content: "\f060"
}
.fa-arrow-right:before {
    content: "\f061"
}
.fa-arrow-up:before {
    content: "\f062"
}
.fa-arrow-down:before {
    content: "\f063"
}
.fa-mail-forward:before, .fa-share:before {
    content: "\f064"
}
.fa-expand:before {
    content: "\f065"
}
.fa-compress:before {
    content: "\f066"
}
.fa-plus:before {
    content: "\f067"
}
.fa-minus:before {
    content: "\f068"
}
.fa-asterisk:before {
    content: "\f069"
}
.fa-exclamation-circle:before {
    content: "\f06a"
}
.fa-gift:before {
    content: "\f06b"
}
.fa-leaf:before {
    content: "\f06c"
}
.fa-fire:before {
    content: "\f06d"
}
.fa-eye:before {
    content: "\f06e"
}
.fa-eye-slash:before {
    content: "\f070"
}
.fa-warning:before, .fa-exclamation-triangle:before {
    content: "\f071"
}
.fa-plane:before {
    content: "\f072"
}
.fa-calendar:before {
    content: "\f073"
}
.fa-random:before {
    content: "\f074"
}
.fa-comment:before {
    content: "\f075"
}
.fa-magnet:before {
    content: "\f076"
}
.fa-chevron-up:before {
    content: "\f077"
}
.fa-chevron-down:before {
    content: "\f078"
}
.fa-retweet:before {
    content: "\f079"
}
.fa-shopping-cart:before {
    content: "\f07a"
}
.fa-folder:before {
    content: "\f07b"
}
.fa-folder-open:before {
    content: "\f07c"
}
.fa-arrows-v:before {
    content: "\f07d"
}
.fa-arrows-h:before {
    content: "\f07e"
}
.fa-bar-chart-o:before, .fa-bar-chart:before {
    content: "\f080"
}
.fa-twitter-square:before {
    content: "\f081"
}
.fa-facebook-square:before {
    content: "\f082"
}
.fa-camera-retro:before {
    content: "\f083"
}
.fa-key:before {
    content: "\f084"
}
.fa-gears:before, .fa-cogs:before {
    content: "\f085"
}
.fa-comments:before {
    content: "\f086"
}
.fa-thumbs-o-up:before {
    content: "\f087"
}
.fa-thumbs-o-down:before {
    content: "\f088"
}
.fa-star-half:before {
    content: "\f089"
}
.fa-heart-o:before {
    content: "\f08a"
}
.fa-sign-out:before {
    content: "\f08b"
}
.fa-linkedin-square:before {
    content: "\f08c"
}
.fa-thumb-tack:before {
    content: "\f08d"
}
.fa-external-link:before {
    content: "\f08e"
}
.fa-sign-in:before {
    content: "\f090"
}
.fa-trophy:before {
    content: "\f091"
}
.fa-github-square:before {
    content: "\f092"
}
.fa-upload:before {
    content: "\f093"
}
.fa-lemon-o:before {
    content: "\f094"
}
.fa-phone:before {
    content: "\f095"
}
.fa-square-o:before {
    content: "\f096"
}
.fa-bookmark-o:before {
    content: "\f097"
}
.fa-phone-square:before {
    content: "\f098"
}
.fa-twitter:before {
    content: "\f099"
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a"
}
.fa-github:before {
    content: "\f09b"
}
.fa-unlock:before {
    content: "\f09c"
}
.fa-credit-card:before {
    content: "\f09d"
}
.fa-feed:before, .fa-rss:before {
    content: "\f09e"
}
.fa-hdd-o:before {
    content: "\f0a0"
}
.fa-bullhorn:before {
    content: "\f0a1"
}
.fa-bell:before {
    content: "\f0f3"
}
.fa-certificate:before {
    content: "\f0a3"
}
.fa-hand-o-right:before {
    content: "\f0a4"
}
.fa-hand-o-left:before {
    content: "\f0a5"
}
.fa-hand-o-up:before {
    content: "\f0a6"
}
.fa-hand-o-down:before {
    content: "\f0a7"
}
.fa-arrow-circle-left:before {
    content: "\f0a8"
}
.fa-arrow-circle-right:before {
    content: "\f0a9"
}
.fa-arrow-circle-up:before {
    content: "\f0aa"
}
.fa-arrow-circle-down:before {
    content: "\f0ab"
}
.fa-globe:before {
    content: "\f0ac"
}
.fa-wrench:before {
    content: "\f0ad"
}
.fa-tasks:before {
    content: "\f0ae"
}
.fa-filter:before {
    content: "\f0b0"
}
.fa-briefcase:before {
    content: "\f0b1"
}
.fa-arrows-alt:before {
    content: "\f0b2"
}
.fa-group:before, .fa-users:before {
    content: "\f0c0"
}
.fa-chain:before, .fa-link:before {
    content: "\f0c1"
}
.fa-cloud:before {
    content: "\f0c2"
}
.fa-flask:before {
    content: "\f0c3"
}
.fa-cut:before, .fa-scissors:before {
    content: "\f0c4"
}
.fa-copy:before, .fa-files-o:before {
    content: "\f0c5"
}
.fa-paperclip:before {
    content: "\f0c6"
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7"
}
.fa-square:before {
    content: "\f0c8"
}
.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
    content: "\f0c9"
}
.fa-list-ul:before {
    content: "\f0ca"
}
.fa-list-ol:before {
    content: "\f0cb"
}
.fa-strikethrough:before {
    content: "\f0cc"
}
.fa-underline:before {
    content: "\f0cd"
}
.fa-table:before {
    content: "\f0ce"
}
.fa-magic:before {
    content: "\f0d0"
}
.fa-truck:before {
    content: "\f0d1"
}
.fa-pinterest:before {
    content: "\f0d2"
}
.fa-pinterest-square:before {
    content: "\f0d3"
}
.fa-google-plus-square:before {
    content: "\f0d4"
}
.fa-google-plus:before {
    content: "\f0d5"
}
.fa-money:before {
    content: "\f0d6"
}
.fa-caret-down:before {
    content: "\f0d7"
}
.fa-caret-up:before {
    content: "\f0d8"
}
.fa-caret-left:before {
    content: "\f0d9"
}
.fa-caret-right:before {
    content: "\f0da"
}
.fa-columns:before {
    content: "\f0db"
}
.fa-unsorted:before, .fa-sort:before {
    content: "\f0dc"
}
.fa-sort-down:before, .fa-sort-desc:before {
    content: "\f0dd"
}
.fa-sort-up:before, .fa-sort-asc:before {
    content: "\f0de"
}
.fa-envelope:before {
    content: "\f0e0"
}
.fa-linkedin:before {
    content: "\f0e1"
}
.fa-rotate-left:before, .fa-undo:before {
    content: "\f0e2"
}
.fa-legal:before, .fa-gavel:before {
    content: "\f0e3"
}
.fa-dashboard:before, .fa-tachometer:before {
    content: "\f0e4"
}
.fa-comment-o:before {
    content: "\f0e5"
}
.fa-comments-o:before {
    content: "\f0e6"
}
.fa-flash:before, .fa-bolt:before {
    content: "\f0e7"
}
.fa-sitemap:before {
    content: "\f0e8"
}
.fa-umbrella:before {
    content: "\f0e9"
}
.fa-paste:before, .fa-clipboard:before {
    content: "\f0ea"
}
.fa-lightbulb-o:before {
    content: "\f0eb"
}
.fa-exchange:before {
    content: "\f0ec"
}
.fa-cloud-download:before {
    content: "\f0ed"
}
.fa-cloud-upload:before {
    content: "\f0ee"
}
.fa-user-md:before {
    content: "\f0f0"
}
.fa-stethoscope:before {
    content: "\f0f1"
}
.fa-suitcase:before {
    content: "\f0f2"
}
.fa-bell-o:before {
    content: "\f0a2"
}
.fa-coffee:before {
    content: "\f0f4"
}
.fa-cutlery:before {
    content: "\f0f5"
}
.fa-file-text-o:before {
    content: "\f0f6"
}
.fa-building-o:before {
    content: "\f0f7"
}
.fa-hospital-o:before {
    content: "\f0f8"
}
.fa-ambulance:before {
    content: "\f0f9"
}
.fa-medkit:before {
    content: "\f0fa"
}
.fa-fighter-jet:before {
    content: "\f0fb"
}
.fa-beer:before {
    content: "\f0fc"
}
.fa-h-square:before {
    content: "\f0fd"
}
.fa-plus-square:before {
    content: "\f0fe"
}
.fa-angle-double-left:before {
    content: "\f100"
}
.fa-angle-double-right:before {
    content: "\f101"
}
.fa-angle-double-up:before {
    content: "\f102"
}
.fa-angle-double-down:before {
    content: "\f103"
}
.fa-angle-left:before {
    content: "\f104"
}
.fa-angle-right:before {
    content: "\f105"
}
.fa-angle-up:before {
    content: "\f106"
}
.fa-angle-down:before {
    content: "\f107"
}
.fa-desktop:before {
    content: "\f108"
}
.fa-laptop:before {
    content: "\f109"
}
.fa-tablet:before {
    content: "\f10a"
}
.fa-mobile-phone:before, .fa-mobile:before {
    content: "\f10b"
}
.fa-circle-o:before {
    content: "\f10c"
}
.fa-quote-left:before {
    content: "\f10d"
}
.fa-quote-right:before {
    content: "\f10e"
}
.fa-spinner:before {
    content: "\f110"
}
.fa-circle:before {
    content: "\f111"
}
.fa-mail-reply:before, .fa-reply:before {
    content: "\f112"
}
.fa-github-alt:before {
    content: "\f113"
}
.fa-folder-o:before {
    content: "\f114"
}
.fa-folder-open-o:before {
    content: "\f115"
}
.fa-smile-o:before {
    content: "\f118"
}
.fa-frown-o:before {
    content: "\f119"
}
.fa-meh-o:before {
    content: "\f11a"
}
.fa-gamepad:before {
    content: "\f11b"
}
.fa-keyboard-o:before {
    content: "\f11c"
}
.fa-flag-o:before {
    content: "\f11d"
}
.fa-flag-checkered:before {
    content: "\f11e"
}
.fa-terminal:before {
    content: "\f120"
}
.fa-code:before {
    content: "\f121"
}
.fa-mail-reply-all:before, .fa-reply-all:before {
    content: "\f122"
}
.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
    content: "\f123"
}
.fa-location-arrow:before {
    content: "\f124"
}
.fa-crop:before {
    content: "\f125"
}
.fa-code-fork:before {
    content: "\f126"
}
.fa-unlink:before, .fa-chain-broken:before {
    content: "\f127"
}
.fa-question:before {
    content: "\f128"
}
.fa-info:before {
    content: "\f129"
}
.fa-exclamation:before {
    content: "\f12a"
}
.fa-superscript:before {
    content: "\f12b"
}
.fa-subscript:before {
    content: "\f12c"
}
.fa-eraser:before {
    content: "\f12d"
}
.fa-puzzle-piece:before {
    content: "\f12e"
}
.fa-microphone:before {
    content: "\f130"
}
.fa-microphone-slash:before {
    content: "\f131"
}
.fa-shield:before {
    content: "\f132"
}
.fa-calendar-o:before {
    content: "\f133"
}
.fa-fire-extinguisher:before {
    content: "\f134"
}
.fa-rocket:before {
    content: "\f135"
}
.fa-maxcdn:before {
    content: "\f136"
}
.fa-chevron-circle-left:before {
    content: "\f137"
}
.fa-chevron-circle-right:before {
    content: "\f138"
}
.fa-chevron-circle-up:before {
    content: "\f139"
}
.fa-chevron-circle-down:before {
    content: "\f13a"
}
.fa-html5:before {
    content: "\f13b"
}
.fa-css3:before {
    content: "\f13c"
}
.fa-anchor:before {
    content: "\f13d"
}
.fa-unlock-alt:before {
    content: "\f13e"
}
.fa-bullseye:before {
    content: "\f140"
}
.fa-ellipsis-h:before {
    content: "\f141"
}
.fa-ellipsis-v:before {
    content: "\f142"
}
.fa-rss-square:before {
    content: "\f143"
}
.fa-play-circle:before {
    content: "\f144"
}
.fa-ticket:before {
    content: "\f145"
}
.fa-minus-square:before {
    content: "\f146"
}
.fa-minus-square-o:before {
    content: "\f147"
}
.fa-level-up:before {
    content: "\f148"
}
.fa-level-down:before {
    content: "\f149"
}
.fa-check-square:before {
    content: "\f14a"
}
.fa-pencil-square:before {
    content: "\f14b"
}
.fa-external-link-square:before {
    content: "\f14c"
}
.fa-share-square:before {
    content: "\f14d"
}
.fa-compass:before {
    content: "\f14e"
}
.fa-toggle-down:before, .fa-caret-square-o-down:before {
    content: "\f150"
}
.fa-toggle-up:before, .fa-caret-square-o-up:before {
    content: "\f151"
}
.fa-toggle-right:before, .fa-caret-square-o-right:before {
    content: "\f152"
}
.fa-euro:before, .fa-eur:before {
    content: "\f153"
}
.fa-gbp:before {
    content: "\f154"
}
.fa-dollar:before, .fa-usd:before {
    content: "\f155"
}
.fa-rupee:before, .fa-inr:before {
    content: "\f156"
}
.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
    content: "\f157"
}
.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
    content: "\f158"
}
.fa-won:before, .fa-krw:before {
    content: "\f159"
}
.fa-bitcoin:before, .fa-btc:before {
    content: "\f15a"
}
.fa-file:before {
    content: "\f15b"
}
.fa-file-text:before {
    content: "\f15c"
}
.fa-sort-alpha-asc:before {
    content: "\f15d"
}
.fa-sort-alpha-desc:before {
    content: "\f15e"
}
.fa-sort-amount-asc:before {
    content: "\f160"
}
.fa-sort-amount-desc:before {
    content: "\f161"
}
.fa-sort-numeric-asc:before {
    content: "\f162"
}
.fa-sort-numeric-desc:before {
    content: "\f163"
}
.fa-thumbs-up:before {
    content: "\f164"
}
.fa-thumbs-down:before {
    content: "\f165"
}
.fa-youtube-square:before {
    content: "\f166"
}
.fa-youtube:before {
    content: "\f167"
}
.fa-xing:before {
    content: "\f168"
}
.fa-xing-square:before {
    content: "\f169"
}
.fa-youtube-play:before {
    content: "\f16a"
}
.fa-dropbox:before {
    content: "\f16b"
}
.fa-stack-overflow:before {
    content: "\f16c"
}
.fa-instagram:before {
    content: "\f16d"
}
.fa-flickr:before {
    content: "\f16e"
}
.fa-adn:before {
    content: "\f170"
}
.fa-bitbucket:before {
    content: "\f171"
}
.fa-bitbucket-square:before {
    content: "\f172"
}
.fa-tumblr:before {
    content: "\f173"
}
.fa-tumblr-square:before {
    content: "\f174"
}
.fa-long-arrow-down:before {
    content: "\f175"
}
.fa-long-arrow-up:before {
    content: "\f176"
}
.fa-long-arrow-left:before {
    content: "\f177"
}
.fa-long-arrow-right:before {
    content: "\f178"
}
.fa-apple:before {
    content: "\f179"
}
.fa-windows:before {
    content: "\f17a"
}
.fa-android:before {
    content: "\f17b"
}
.fa-linux:before {
    content: "\f17c"
}
.fa-dribbble:before {
    content: "\f17d"
}
.fa-skype:before {
    content: "\f17e"
}
.fa-foursquare:before {
    content: "\f180"
}
.fa-trello:before {
    content: "\f181"
}
.fa-female:before {
    content: "\f182"
}
.fa-male:before {
    content: "\f183"
}
.fa-gittip:before, .fa-gratipay:before {
    content: "\f184"
}
.fa-sun-o:before {
    content: "\f185"
}
.fa-moon-o:before {
    content: "\f186"
}
.fa-archive:before {
    content: "\f187"
}
.fa-bug:before {
    content: "\f188"
}
.fa-vk:before {
    content: "\f189"
}
.fa-weibo:before {
    content: "\f18a"
}
.fa-renren:before {
    content: "\f18b"
}
.fa-pagelines:before {
    content: "\f18c"
}
.fa-stack-exchange:before {
    content: "\f18d"
}
.fa-arrow-circle-o-right:before {
    content: "\f18e"
}
.fa-arrow-circle-o-left:before {
    content: "\f190"
}
.fa-toggle-left:before, .fa-caret-square-o-left:before {
    content: "\f191"
}
.fa-dot-circle-o:before {
    content: "\f192"
}
.fa-wheelchair:before {
    content: "\f193"
}
.fa-vimeo-square:before {
    content: "\f194"
}
.fa-turkish-lira:before, .fa-try:before {
    content: "\f195"
}
.fa-plus-square-o:before {
    content: "\f196"
}
.fa-space-shuttle:before {
    content: "\f197"
}
.fa-slack:before {
    content: "\f198"
}
.fa-envelope-square:before {
    content: "\f199"
}
.fa-wordpress:before {
    content: "\f19a"
}
.fa-openid:before {
    content: "\f19b"
}
.fa-institution:before, .fa-bank:before, .fa-university:before {
    content: "\f19c"
}
.fa-mortar-board:before, .fa-graduation-cap:before {
    content: "\f19d"
}
.fa-yahoo:before {
    content: "\f19e"
}
.fa-google:before {
    content: "\f1a0"
}
.fa-reddit:before {
    content: "\f1a1"
}
.fa-reddit-square:before {
    content: "\f1a2"
}
.fa-stumbleupon-circle:before {
    content: "\f1a3"
}
.fa-stumbleupon:before {
    content: "\f1a4"
}
.fa-delicious:before {
    content: "\f1a5"
}
.fa-digg:before {
    content: "\f1a6"
}
.fa-pied-piper-pp:before {
    content: "\f1a7"
}
.fa-pied-piper-alt:before {
    content: "\f1a8"
}
.fa-drupal:before {
    content: "\f1a9"
}
.fa-joomla:before {
    content: "\f1aa"
}
.fa-language:before {
    content: "\f1ab"
}
.fa-fax:before {
    content: "\f1ac"
}
.fa-building:before {
    content: "\f1ad"
}
.fa-child:before {
    content: "\f1ae"
}
.fa-paw:before {
    content: "\f1b0"
}
.fa-spoon:before {
    content: "\f1b1"
}
.fa-cube:before {
    content: "\f1b2"
}
.fa-cubes:before {
    content: "\f1b3"
}
.fa-behance:before {
    content: "\f1b4"
}
.fa-behance-square:before {
    content: "\f1b5"
}
.fa-steam:before {
    content: "\f1b6"
}
.fa-steam-square:before {
    content: "\f1b7"
}
.fa-recycle:before {
    content: "\f1b8"
}
.fa-automobile:before, .fa-car:before {
    content: "\f1b9"
}
.fa-cab:before, .fa-taxi:before {
    content: "\f1ba"
}
.fa-tree:before {
    content: "\f1bb"
}
.fa-spotify:before {
    content: "\f1bc"
}
.fa-deviantart:before {
    content: "\f1bd"
}
.fa-soundcloud:before {
    content: "\f1be"
}
.fa-database:before {
    content: "\f1c0"
}
.fa-file-pdf-o:before {
    content: "\f1c1"
}
.fa-file-word-o:before {
    content: "\f1c2"
}
.fa-file-excel-o:before {
    content: "\f1c3"
}
.fa-file-powerpoint-o:before {
    content: "\f1c4"
}
.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
    content: "\f1c5"
}
.fa-file-zip-o:before, .fa-file-archive-o:before {
    content: "\f1c6"
}
.fa-file-sound-o:before, .fa-file-audio-o:before {
    content: "\f1c7"
}
.fa-file-movie-o:before, .fa-file-video-o:before {
    content: "\f1c8"
}
.fa-file-code-o:before {
    content: "\f1c9"
}
.fa-vine:before {
    content: "\f1ca"
}
.fa-codepen:before {
    content: "\f1cb"
}
.fa-jsfiddle:before {
    content: "\f1cc"
}
.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
    content: "\f1cd"
}
.fa-circle-o-notch:before {
    content: "\f1ce"
}
.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
    content: "\f1d0"
}
.fa-ge:before, .fa-empire:before {
    content: "\f1d1"
}
.fa-git-square:before {
    content: "\f1d2"
}
.fa-git:before {
    content: "\f1d3"
}
.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
    content: "\f1d4"
}
.fa-tencent-weibo:before {
    content: "\f1d5"
}
.fa-qq:before {
    content: "\f1d6"
}
.fa-wechat:before, .fa-weixin:before {
    content: "\f1d7"
}
.fa-send:before, .fa-paper-plane:before {
    content: "\f1d8"
}
.fa-send-o:before, .fa-paper-plane-o:before {
    content: "\f1d9"
}
.fa-history:before {
    content: "\f1da"
}
.fa-circle-thin:before {
    content: "\f1db"
}
.fa-header:before {
    content: "\f1dc"
}
.fa-paragraph:before {
    content: "\f1dd"
}
.fa-sliders:before {
    content: "\f1de"
}
.fa-share-alt:before {
    content: "\f1e0"
}
.fa-share-alt-square:before {
    content: "\f1e1"
}
.fa-bomb:before {
    content: "\f1e2"
}
.fa-soccer-ball-o:before, .fa-futbol-o:before {
    content: "\f1e3"
}
.fa-tty:before {
    content: "\f1e4"
}
.fa-binoculars:before {
    content: "\f1e5"
}
.fa-plug:before {
    content: "\f1e6"
}
.fa-slideshare:before {
    content: "\f1e7"
}
.fa-twitch:before {
    content: "\f1e8"
}
.fa-yelp:before {
    content: "\f1e9"
}
.fa-newspaper-o:before {
    content: "\f1ea"
}
.fa-wifi:before {
    content: "\f1eb"
}
.fa-calculator:before {
    content: "\f1ec"
}
.fa-paypal:before {
    content: "\f1ed"
}
.fa-google-wallet:before {
    content: "\f1ee"
}
.fa-cc-visa:before {
    content: "\f1f0"
}
.fa-cc-mastercard:before {
    content: "\f1f1"
}
.fa-cc-discover:before {
    content: "\f1f2"
}
.fa-cc-amex:before {
    content: "\f1f3"
}
.fa-cc-paypal:before {
    content: "\f1f4"
}
.fa-cc-stripe:before {
    content: "\f1f5"
}
.fa-bell-slash:before {
    content: "\f1f6"
}
.fa-bell-slash-o:before {
    content: "\f1f7"
}
.fa-trash:before {
    content: "\f1f8"
}
.fa-copyright:before {
    content: "\f1f9"
}
.fa-at:before {
    content: "\f1fa"
}
.fa-eyedropper:before {
    content: "\f1fb"
}
.fa-paint-brush:before {
    content: "\f1fc"
}
.fa-birthday-cake:before {
    content: "\f1fd"
}
.fa-area-chart:before {
    content: "\f1fe"
}
.fa-pie-chart:before {
    content: "\f200"
}
.fa-line-chart:before {
    content: "\f201"
}
.fa-lastfm:before {
    content: "\f202"
}
.fa-lastfm-square:before {
    content: "\f203"
}
.fa-toggle-off:before {
    content: "\f204"
}
.fa-toggle-on:before {
    content: "\f205"
}
.fa-bicycle:before {
    content: "\f206"
}
.fa-bus:before {
    content: "\f207"
}
.fa-ioxhost:before {
    content: "\f208"
}
.fa-angellist:before {
    content: "\f209"
}
.fa-cc:before {
    content: "\f20a"
}
.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
    content: "\f20b"
}
.fa-meanpath:before {
    content: "\f20c"
}
.fa-buysellads:before {
    content: "\f20d"
}
.fa-connectdevelop:before {
    content: "\f20e"
}
.fa-dashcube:before {
    content: "\f210"
}
.fa-forumbee:before {
    content: "\f211"
}
.fa-leanpub:before {
    content: "\f212"
}
.fa-sellsy:before {
    content: "\f213"
}
.fa-shirtsinbulk:before {
    content: "\f214"
}
.fa-simplybuilt:before {
    content: "\f215"
}
.fa-skyatlas:before {
    content: "\f216"
}
.fa-cart-plus:before {
    content: "\f217"
}
.fa-cart-arrow-down:before {
    content: "\f218"
}
.fa-diamond:before {
    content: "\f219"
}
.fa-ship:before {
    content: "\f21a"
}
.fa-user-secret:before {
    content: "\f21b"
}
.fa-motorcycle:before {
    content: "\f21c"
}
.fa-street-view:before {
    content: "\f21d"
}
.fa-heartbeat:before {
    content: "\f21e"
}
.fa-venus:before {
    content: "\f221"
}
.fa-mars:before {
    content: "\f222"
}
.fa-mercury:before {
    content: "\f223"
}
.fa-intersex:before, .fa-transgender:before {
    content: "\f224"
}
.fa-transgender-alt:before {
    content: "\f225"
}
.fa-venus-double:before {
    content: "\f226"
}
.fa-mars-double:before {
    content: "\f227"
}
.fa-venus-mars:before {
    content: "\f228"
}
.fa-mars-stroke:before {
    content: "\f229"
}
.fa-mars-stroke-v:before {
    content: "\f22a"
}
.fa-mars-stroke-h:before {
    content: "\f22b"
}
.fa-neuter:before {
    content: "\f22c"
}
.fa-genderless:before {
    content: "\f22d"
}
.fa-facebook-official:before {
    content: "\f230"
}
.fa-pinterest-p:before {
    content: "\f231"
}
.fa-whatsapp:before {
    content: "\f232"
}
.fa-server:before {
    content: "\f233"
}
.fa-user-plus:before {
    content: "\f234"
}
.fa-user-times:before {
    content: "\f235"
}
.fa-hotel:before, .fa-bed:before {
    content: "\f236"
}
.fa-viacoin:before {
    content: "\f237"
}
.fa-train:before {
    content: "\f238"
}
.fa-subway:before {
    content: "\f239"
}
.fa-medium:before {
    content: "\f23a"
}
.fa-yc:before, .fa-y-combinator:before {
    content: "\f23b"
}
.fa-optin-monster:before {
    content: "\f23c"
}
.fa-opencart:before {
    content: "\f23d"
}
.fa-expeditedssl:before {
    content: "\f23e"
}
.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
    content: "\f240"
}
.fa-battery-3:before, .fa-battery-three-quarters:before {
    content: "\f241"
}
.fa-battery-2:before, .fa-battery-half:before {
    content: "\f242"
}
.fa-battery-1:before, .fa-battery-quarter:before {
    content: "\f243"
}
.fa-battery-0:before, .fa-battery-empty:before {
    content: "\f244"
}
.fa-mouse-pointer:before {
    content: "\f245"
}
.fa-i-cursor:before {
    content: "\f246"
}
.fa-object-group:before {
    content: "\f247"
}
.fa-object-ungroup:before {
    content: "\f248"
}
.fa-sticky-note:before {
    content: "\f249"
}
.fa-sticky-note-o:before {
    content: "\f24a"
}
.fa-cc-jcb:before {
    content: "\f24b"
}
.fa-cc-diners-club:before {
    content: "\f24c"
}
.fa-clone:before {
    content: "\f24d"
}
.fa-balance-scale:before {
    content: "\f24e"
}
.fa-hourglass-o:before {
    content: "\f250"
}
.fa-hourglass-1:before, .fa-hourglass-start:before {
    content: "\f251"
}
.fa-hourglass-2:before, .fa-hourglass-half:before {
    content: "\f252"
}
.fa-hourglass-3:before, .fa-hourglass-end:before {
    content: "\f253"
}
.fa-hourglass:before {
    content: "\f254"
}
.fa-hand-grab-o:before, .fa-hand-rock-o:before {
    content: "\f255"
}
.fa-hand-stop-o:before, .fa-hand-paper-o:before {
    content: "\f256"
}
.fa-hand-scissors-o:before {
    content: "\f257"
}
.fa-hand-lizard-o:before {
    content: "\f258"
}
.fa-hand-spock-o:before {
    content: "\f259"
}
.fa-hand-pointer-o:before {
    content: "\f25a"
}
.fa-hand-peace-o:before {
    content: "\f25b"
}
.fa-trademark:before {
    content: "\f25c"
}
.fa-registered:before {
    content: "\f25d"
}
.fa-creative-commons:before {
    content: "\f25e"
}
.fa-gg:before {
    content: "\f260"
}
.fa-gg-circle:before {
    content: "\f261"
}
.fa-tripadvisor:before {
    content: "\f262"
}
.fa-odnoklassniki:before {
    content: "\f263"
}
.fa-odnoklassniki-square:before {
    content: "\f264"
}
.fa-get-pocket:before {
    content: "\f265"
}
.fa-wikipedia-w:before {
    content: "\f266"
}
.fa-safari:before {
    content: "\f267"
}
.fa-chrome:before {
    content: "\f268"
}
.fa-firefox:before {
    content: "\f269"
}
.fa-opera:before {
    content: "\f26a"
}
.fa-internet-explorer:before {
    content: "\f26b"
}
.fa-tv:before, .fa-television:before {
    content: "\f26c"
}
.fa-contao:before {
    content: "\f26d"
}
.fa-500px:before {
    content: "\f26e"
}
.fa-amazon:before {
    content: "\f270"
}
.fa-calendar-plus-o:before {
    content: "\f271"
}
.fa-calendar-minus-o:before {
    content: "\f272"
}
.fa-calendar-times-o:before {
    content: "\f273"
}
.fa-calendar-check-o:before {
    content: "\f274"
}
.fa-industry:before {
    content: "\f275"
}
.fa-map-pin:before {
    content: "\f276"
}
.fa-map-signs:before {
    content: "\f277"
}
.fa-map-o:before {
    content: "\f278"
}
.fa-map:before {
    content: "\f279"
}
.fa-commenting:before {
    content: "\f27a"
}
.fa-commenting-o:before {
    content: "\f27b"
}
.fa-houzz:before {
    content: "\f27c"
}
.fa-vimeo:before {
    content: "\f27d"
}
.fa-black-tie:before {
    content: "\f27e"
}
.fa-fonticons:before {
    content: "\f280"
}
.fa-reddit-alien:before {
    content: "\f281"
}
.fa-edge:before {
    content: "\f282"
}
.fa-credit-card-alt:before {
    content: "\f283"
}
.fa-codiepie:before {
    content: "\f284"
}
.fa-modx:before {
    content: "\f285"
}
.fa-fort-awesome:before {
    content: "\f286"
}
.fa-usb:before {
    content: "\f287"
}
.fa-product-hunt:before {
    content: "\f288"
}
.fa-mixcloud:before {
    content: "\f289"
}
.fa-scribd:before {
    content: "\f28a"
}
.fa-pause-circle:before {
    content: "\f28b"
}
.fa-pause-circle-o:before {
    content: "\f28c"
}
.fa-stop-circle:before {
    content: "\f28d"
}
.fa-stop-circle-o:before {
    content: "\f28e"
}
.fa-shopping-bag:before {
    content: "\f290"
}
.fa-shopping-basket:before {
    content: "\f291"
}
.fa-hashtag:before {
    content: "\f292"
}
.fa-bluetooth:before {
    content: "\f293"
}
.fa-bluetooth-b:before {
    content: "\f294"
}
.fa-percent:before {
    content: "\f295"
}
.fa-gitlab:before {
    content: "\f296"
}
.fa-wpbeginner:before {
    content: "\f297"
}
.fa-wpforms:before {
    content: "\f298"
}
.fa-envira:before {
    content: "\f299"
}
.fa-universal-access:before {
    content: "\f29a"
}
.fa-wheelchair-alt:before {
    content: "\f29b"
}
.fa-question-circle-o:before {
    content: "\f29c"
}
.fa-blind:before {
    content: "\f29d"
}
.fa-audio-description:before {
    content: "\f29e"
}
.fa-volume-control-phone:before {
    content: "\f2a0"
}
.fa-braille:before {
    content: "\f2a1"
}
.fa-assistive-listening-systems:before {
    content: "\f2a2"
}
.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
    content: "\f2a3"
}
.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
    content: "\f2a4"
}
.fa-glide:before {
    content: "\f2a5"
}
.fa-glide-g:before {
    content: "\f2a6"
}
.fa-signing:before, .fa-sign-language:before {
    content: "\f2a7"
}
.fa-low-vision:before {
    content: "\f2a8"
}
.fa-viadeo:before {
    content: "\f2a9"
}
.fa-viadeo-square:before {
    content: "\f2aa"
}
.fa-snapchat:before {
    content: "\f2ab"
}
.fa-snapchat-ghost:before {
    content: "\f2ac"
}
.fa-snapchat-square:before {
    content: "\f2ad"
}
.fa-pied-piper:before {
    content: "\f2ae"
}
.fa-first-order:before {
    content: "\f2b0"
}
.fa-yoast:before {
    content: "\f2b1"
}
.fa-themeisle:before {
    content: "\f2b2"
}
.fa-google-plus-circle:before, .fa-google-plus-official:before {
    content: "\f2b3"
}
.fa-fa:before, .fa-font-awesome:before {
    content: "\f2b4"
}
.fa-handshake-o:before {
    content: "\f2b5"
}
.fa-envelope-open:before {
    content: "\f2b6"
}
.fa-envelope-open-o:before {
    content: "\f2b7"
}
.fa-linode:before {
    content: "\f2b8"
}
.fa-address-book:before {
    content: "\f2b9"
}
.fa-address-book-o:before {
    content: "\f2ba"
}
.fa-vcard:before, .fa-address-card:before {
    content: "\f2bb"
}
.fa-vcard-o:before, .fa-address-card-o:before {
    content: "\f2bc"
}
.fa-user-circle:before {
    content: "\f2bd"
}
.fa-user-circle-o:before {
    content: "\f2be"
}
.fa-user-o:before {
    content: "\f2c0"
}
.fa-id-badge:before {
    content: "\f2c1"
}
.fa-drivers-license:before, .fa-id-card:before {
    content: "\f2c2"
}
.fa-drivers-license-o:before, .fa-id-card-o:before {
    content: "\f2c3"
}
.fa-quora:before {
    content: "\f2c4"
}
.fa-free-code-camp:before {
    content: "\f2c5"
}
.fa-telegram:before {
    content: "\f2c6"
}
.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
    content: "\f2c7"
}
.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
    content: "\f2c8"
}
.fa-thermometer-2:before, .fa-thermometer-half:before {
    content: "\f2c9"
}
.fa-thermometer-1:before, .fa-thermometer-quarter:before {
    content: "\f2ca"
}
.fa-thermometer-0:before, .fa-thermometer-empty:before {
    content: "\f2cb"
}
.fa-shower:before {
    content: "\f2cc"
}
.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
    content: "\f2cd"
}
.fa-podcast:before {
    content: "\f2ce"
}
.fa-window-maximize:before {
    content: "\f2d0"
}
.fa-window-minimize:before {
    content: "\f2d1"
}
.fa-window-restore:before {
    content: "\f2d2"
}
.fa-times-rectangle:before, .fa-window-close:before {
    content: "\f2d3"
}
.fa-times-rectangle-o:before, .fa-window-close-o:before {
    content: "\f2d4"
}
.fa-bandcamp:before {
    content: "\f2d5"
}
.fa-grav:before {
    content: "\f2d6"
}
.fa-etsy:before {
    content: "\f2d7"
}
.fa-imdb:before {
    content: "\f2d8"
}
.fa-ravelry:before {
    content: "\f2d9"
}
.fa-eercast:before {
    content: "\f2da"
}
.fa-microchip:before {
    content: "\f2db"
}
.fa-snowflake-o:before {
    content: "\f2dc"
}
.fa-superpowers:before {
    content: "\f2dd"
}
.fa-wpexplorer:before {
    content: "\f2de"
}
.fa-meetup:before {
    content: "\f2e0"
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}
.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
} /*Font Face*/
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBold.eot');
    src: url('fonts/Montserrat-SemiBoldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBold.woff2') format('woff2'), url('fonts/Montserrat-SemiBold.woff') format('woff'), url('fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBold.eot');
    src: url('fonts/Montserrat-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraBold.woff2') format('woff2'), url('fonts/Montserrat-ExtraBold.woff') format('woff'), url('fonts/Montserrat-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Medium.eot');
    src: url('fonts/Montserrat-Mediumd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Medium.woff2') format('woff2'), url('fonts/Montserrat-Medium.woff') format('woff'), url('fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLight.eot');
    src: url('fonts/Montserrat-ExtraLightd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraLight.woff2') format('woff2'), url('fonts/Montserrat-ExtraLight.woff') format('woff'), url('fonts/Montserrat-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-LightItalic.eot');
    src: url('fonts/Montserrat-LightItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-LightItalic.woff2') format('woff2'), url('fonts/Montserrat-LightItalic.woff') format('woff'), url('fonts/Montserrat-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BoldItalic.eot');
    src: url('fonts/Montserrat-BoldItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-BoldItalic.woff2') format('woff2'), url('fonts/Montserrat-BoldItalic.woff') format('woff'), url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraLightItalic.eot');
    src: url('fonts/Montserrat-ExtraLightItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraLightItalic.woff2') format('woff2'), url('fonts/Montserrat-ExtraLightItalic.woff') format('woff'), url('fonts/Montserrat-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Bold.eot');
    src: url('fonts/Montserrat-Boldd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Bold.woff2') format('woff2'), url('fonts/Montserrat-Bold.woff') format('woff'), url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Black.eot');
    src: url('fonts/Montserrat-Blackd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Black.woff2') format('woff2'), url('fonts/Montserrat-Black.woff') format('woff'), url('fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-MediumItalic.eot');
    src: url('fonts/Montserrat-MediumItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-MediumItalic.woff2') format('woff2'), url('fonts/Montserrat-MediumItalic.woff') format('woff'), url('fonts/Montserrat-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ExtraBoldItalic.eot');
    src: url('fonts/Montserrat-ExtraBoldItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ExtraBoldItalic.woff2') format('woff2'), url('fonts/Montserrat-ExtraBoldItalic.woff') format('woff'), url('fonts/Montserrat-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-SemiBoldItalic.eot');
    src: url('fonts/Montserrat-SemiBoldItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'), url('fonts/Montserrat-SemiBoldItalic.woff') format('woff'), url('fonts/Montserrat-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Italic.eot');
    src: url('fonts/Montserrat-Italicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Italic.woff2') format('woff2'), url('fonts/Montserrat-Italic.woff') format('woff'), url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-BlackItalic.eot');
    src: url('fonts/Montserrat-BlackItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-BlackItalic.woff2') format('woff2'), url('fonts/Montserrat-BlackItalic.woff') format('woff'), url('fonts/Montserrat-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Regular.eot');
    src: url('fonts/Montserrat-Regulard41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Regular.woff2') format('woff2'), url('fonts/Montserrat-Regular.woff') format('woff'), url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Light.eot');
    src: url('fonts/Montserrat-Lightd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Light.woff2') format('woff2'), url('fonts/Montserrat-Light.woff') format('woff'), url('fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-Thin.eot');
    src: url('fonts/Montserrat-Thind41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-Thin.woff2') format('woff2'), url('fonts/Montserrat-Thin.woff') format('woff'), url('fonts/Montserrat-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Montserrat';
    src: url('fonts/Montserrat-ThinItalic.eot');
    src: url('fonts/Montserrat-ThinItalicd41d.eot?#iefix') format('embedded-opentype'), url('fonts/Montserrat-ThinItalic.woff2') format('woff2'), url('fonts/Montserrat-ThinItalic.woff') format('woff'), url('fonts/Montserrat-ThinItalic.ttf') format('truetype');
    font-weight: 100;
    font-style: italic;
} /*Font Face End*/ /** * Swiper 5.3.8 * Most modern mobile touch slider and framework with hardware accelerated transitions * http://swiperjs.com * * Copyright 2014-2020 Vladimir Kharlampidi * * Released under the MIT License * * Released on: April 24, 2020 */
@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati.eot');
    src: url('fonts/Lohit-Gujaratid41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati.woff2') format('woff2'), url('fonts/Lohit-Gujarati.woff') format('woff'), url('fonts/Lohit-Gujarati.ttf') format('truetype'), url('fonts/Lohit-Gujarati.svg#Lohit-Gujarati') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati_1.eot');
    src: url('fonts/Lohit-Gujarati_1d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati_1.woff2') format('woff2'), url('fonts/Lohit-Gujarati_1.woff') format('woff'), url('fonts/Lohit-Gujarati_1.ttf') format('truetype'), url('fonts/Lohit-Gujarati_1.svg#Lohit-Gujarati') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Lohit Gujarati';
    src: url('fonts/Lohit-Gujarati_2.eot');
    src: url('fonts/Lohit-Gujarati_2d41d.eot?#iefix') format('embedded-opentype'), url('fonts/Lohit-Gujarati_2.woff2') format('woff2'), url('fonts/Lohit-Gujarati_2.woff') format('woff'), url('fonts/Lohit-Gujarati_2.ttf') format('truetype'), url('fonts/Lohit-Gujarati_2.svg#Lohit-Gujarati') format('svg');
    font-weight: normal;
    font-style: normal;
}
:root {
--swiper-theme-color:#007aff
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}
.swiper-container-vertical>.swiper-wrapper {
    flex-direction: column
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    transform: translate3d(0px, 0, 0)
}
.swiper-container-multirow>.swiper-wrapper {
    flex-wrap: wrap
}
.swiper-container-multirow-column>.swiper-wrapper {
    flex-wrap: wrap;
    flex-direction: column
}
.swiper-container-free-mode>.swiper-wrapper {
    transition-timing-function: ease-out;
    margin: 0 auto
}
.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}
.swiper-slide-invisible-blank {
    visibility: hidden
}
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}
.swiper-container-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform, height
}
.swiper-container-3d {
    perspective: 1200px
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
    transform-style: preserve-3d
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
}
.swiper-container-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}
.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
display:none
}
.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}
.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}
.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}
:root {
--swiper-navigation-size:44px
}
.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
width:calc(var(--swiper-navigation-size)/ 44 * 27);
    height: var(--swiper-navigation-size);
margin-top:calc(-1 * var(--swiper-navigation-size)/ 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(255, 255, 255, 0.6);
    transition: all 0.3s ease-out;
}
.swiper-button-next:hover, .swiper-button-prev:hover {
    color: #fff;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    text-transform: none;
    font-variant: initial;
    line-height: 1
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    content: 'prev'
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}
.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    content: 'next'
}
.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
--swiper-navigation-color:#ffffff
}
.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
--swiper-navigation-color:#000000
}
.swiper-button-lock {
    display: none
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}
.swiper-container-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0px, -50%, 0)
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: .2s transform, .2s top
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s left
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: .2s transform, .2s right
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}
.swiper-container-horizontal>.swiper-pagination-progressbar, .swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}
.swiper-pagination-white {
--swiper-pagination-color:#ffffff
}
.swiper-pagination-black {
--swiper-pagination-color:#000000
}
.swiper-pagination-lock {
    display: none
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}
.swiper-container-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}
.swiper-container-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}
.swiper-scrollbar-cursor-drag {
    cursor: move
}
.swiper-scrollbar-lock {
    display: none
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}
.swiper-slide-zoomed {
    cursor: move
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    transform-origin: 50%;
    animation: swiper-preloader-spin 1s infinite linear;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}
.swiper-lazy-preloader-white {
--swiper-preloader-color:#fff
}
.swiper-lazy-preloader-black {
--swiper-preloader-color:#000
}
@keyframes swiper-preloader-spin {
100% {
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    transition-timing-function: ease-out
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    transition-property: opacity
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube {
    overflow: visible
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    transform-origin: 100% 0
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0
}
.swiper-container-flip {
    overflow: visible
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none
}
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.homeBanner .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto;
}
.homeBanner .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
} /*.homeBanner .swiper-container:hover .swiper-button-prev { left: 10px; } .homeBanner .swiper-container:hover .swiper-button-next { right: 10px; }*/
.homeBanner .sliderCation {
    display: none;
} /********** Responsive Tab **********/
.resTab {
    position: relative;
    border: 1px solid #00c5ad;
}
.resTab .tabNav {
    margin: 0;
    padding: 0;
    list-style: none
}
.resTab .tabNav li {
    display: inline-block;
    margin: 0;
    position: relative;
    background-color: #00c5ad;
}
.resTab .tabNav li a {
    display: inline-block;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
}
.resTab .tabNav .r-tabs-state-active a {
    color: #00c5ad;
    text-shadow: none;
    background-color: white;
}
.resTab .tabContent {
    padding: 15px;
    display: none;
}
.resTab .r-tabs-panel.r-tabs-state-active {
    display: block;
}
.resTab .r-tabs-accordion-title {
    display: none;
}
.resTab .tabNav .r-tabs-state-disabled {
    opacity: 0.5;
}
.resTab .r-tabs-accordion-title .r-tabs-anchor {
    display: block;
    padding: 10px;
    background-color: #00c5ad;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}
.resTab .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
    background-color: #fff;
    color: #00c5ad;
    text-shadow: none;
}
.resTab .r-tabs-accordion-title.r-tabs-state-disabled {
    opacity: 0.5;
}
.noJS .resTab .tabContainer {
    height: 150px;
    overflow: hidden
}
.noJS .resTab .tabContent {
    display: block;
    height: 150px
} /********* Back to Top **********/
#backtotop {
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.3);
    bottom: 70px;
    cursor: pointer;
    height: 44px;
    overflow: hidden;
    position: fixed;
    right: 30px;
    width: 44px;
    z-index: 999;
}
#backtotop > span {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    line-height: 42px;
    font-size: 22px;
    text-align: center;
    color: #fff;
    background-color: #ffcc02;
    -webkit-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out;
    overflow: hidden;
}
#backtotop span em {
    background: #3f50a1 url(../../images/backtotop.png) no-repeat scroll center center;
    font-weight: bold;
    display: block;
    width: 44px;
    height: 44px;
    -webkit-transition: .15s ease 50ms;
    -moz-transition: .15s ease 50ms;
    transition: .15s ease 50ms;
    text-indent: -9999px;
}
#backtotop > span:after {
    content: 'TOP';
    position: absolute;
    top: 150%;
    left: 52%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
    -moz-transition: .45s cubic-bezier(.54, .13, 0, 1.43);
    transition: .45s cubic-bezier(.54, .13, 0, 1.43);
    font-size: 12px;
    font-weight: bold;
}
#backtotop > span:hover:after {
    top: 50%
}
#backtotop > span:hover em {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    transform: translateY(-50px);
    -webkit-transition: .15s ease;
    -moz-transition: .15s ease;
    transition: .15s ease
} /********* Accordion ******** */
.accordion {
    margin-bottom: 20px;
}
.accordion .accTrigger {
    padding: 10px 40px 10px 15px;
    cursor: pointer;
    font-weight: 700;
    color: #312869;
    background-color: #f1f1f1;
    margin: 0 0 5px 0;
    border: 1px solid #dfdfdf;
    font-size: 19px;
    border-radius: 5px;
    position: relative;
}
.accordion .accTrigger:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
    text-align: center;
    font-size: 21px;
    font-family: 'FontAwesome';
    content: "\f107";
    line-height: 49px;
    transition: all 500ms ease 0s;
    -webkit-transition: all 500ms ease 0s;
}
.accordion .accTrigger.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.noJS .accordion .accTrigger {
    background: none;
    padding-left: 0;
}
.accordion .accTrigger a {
    display: block;
    text-decoration: none;
    outline: 0
}
.accordion .accTrigger.active {
    background-color: #e8e8e8;
    border-radius: 5px 5px 0 0;
}
.accordDetail {
    padding: 10px 15px;
    display: none;
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
    margin-bottom: 10px;
}
.noJS .accordDetail {
    display: block;
    padding: 10px 0;
}
.accordDetail p:last-child {
    margin-bottom: 0;
}
.noJS .accordion .accTrigger {
    background: none;
}
.noJS .accordDetail {
    display: block;
    padding: 15px
} /********* Accordion End ******** */ /********* Marquee *********/
.marquee {
    overflow: hidden;
}
.marqueeScrolling li {
    float: left;
    margin-right: 25px;
}
.noJS .btnMPause {
    display: none;
}
.noJS .marqueeScrolling {
    overflow-y: hidden;
    overflow-x: auto
}
.noJS .marquee {
    width: 240%
} /********** Ticker *********/
.noJS .ticker .stop {
    display: none
}
.noJS .ticker ul {
    margin: 0
}
.noJS .ticker .tickerDivBlock {
    height: 150px;
    overflow-y: scroll;
    overflow-x: hidden
} /********* gmap3 - Google Map API *********/
.gmap3 {
    width: 100%;
    height: 400px;
}
.gmap3 img {
    max-width: inherit
}
.noJS .gmap3 { /*background:url(../images/map_bg.jpg) no-repeat;*/
} /********* LiteBox v1.3 **********/
.litebox-overlay, .litebox-overlay > * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.litebox-overlay {
    display: none;
    width: 100%;
    min-width: 280px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
@-webkit-keyframes liteboxLoader {
0% {
-webkit-transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
}
}
@-moz-keyframes liteboxLoader {
0% {
-moz-transform: rotate(0deg);
}
100% {
-moz-transform: rotate(360deg);
}
}
@-ms-keyframes liteboxLoader {
0% {
-ms-transform: rotate(0deg);
}
100% {
-ms-transform: rotate(360deg);
}
}
@-o-keyframes liteboxLoader {
0% {
-o-transform: rotate(0deg);
}
100% {
-o-transform: rotate(360deg);
}
}
@keyframes liteboxLoader {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}
.litebox-overlay .litebox-loader {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 20px;
    top: 20px;
    border: 3px solid #111;
    border-right-color: #fff;
    border-radius: 50%;
    -webkit-animation: liteboxLoader 1s linear infinite;
    -moz-animation: liteboxLoader 1s linear infinite;
    -ms-animation: liteboxLoader 1s linear infinite;
    -o-animation: liteboxLoader 1s linear infinite;
    animation: liteboxLoader 1s linear infinite;
}
.litebox-overlay .litebox-text {
    width: 100%;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.litebox-overlay .litebox-text.active {
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
}
.litebox-overlay .litebox-close {
    width: 40px;
    height: 40px;
    background: url(../../images/litebox-close.png) no-repeat center;
    opacity: .7;
    position: absolute;
    top: 20px;
    right: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.litebox-overlay .litebox-close:hover {
    opacity: 1;
    cursor: pointer;
}
.litebox-overlay .litebox-nav {
    display: none;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    opacity: .2;
    position: absolute;
    top: 50%;
    z-index: 9999999;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.litebox-overlay .litebox-nav:hover {
    opacity: .5;
    cursor: pointer;
}
.litebox-overlay .litebox-prev {
    background: url(../../images/litebox-prev.png) no-repeat center;
    left: 20px;
}
.litebox-overlay .litebox-next {
    background: url(../../images/litebox-next.png) no-repeat center;
    right: 20px;
}
.litebox-overlay .litebox-container {
    position: absolute;
    top: 10%;
    right: 10%;
    bottom: 10%;
    left: 10%;
    overflow: hidden;
}
.litebox-overlay .litebox-container.litebox-scroll {
    overflow-y: auto;
}
.litebox-overlay img, .litebox-overlay iframe { /*border:1px solid #f1f1f1;*/
    background-color: #fff;
    padding: 5px;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    vertical-align: middle;
    overflow-x: hidden;
}
.litebox-overlay iframe {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 999999;
}
.litebox-overlay .litebox-inline-html {
    width: 100%;
    padding: 20px;
    background: #FFF;
    line-height: normal;
    overflow-x: hidden;
    line-height: normal !important;
    position: absolute;
}
.litebox-overlay .litebox-error {
    width: 100%;
    height: 100%;
    color: #FFF;
    text-align: center;
    line-height: inherit;
}
.litebox-overlay .litebox-error span {
    background: rgba(0, 0, 0, .9);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 20px;
    color: #FFF;
    text-shadow: 1px 1px 0 #000;
    line-height: normal;
}

@media only screen and (max-width: 479px) {
.litebox-overlay .litebox-close {
}
} /*----Date Picker----*/
.ui-datepicker, .eventCalOut, .calendarIcon {
    background-color: #3f50a1;
}
.ui-datepicker th, .ui-state-highlight {
    background-color: #052847;
}
.ui-state-active, .ui-datepicker tbody a:hover {
    background-color: #ffd469;
    color: #3f50a1;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
}
.ui-datepicker {
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
.ui-datepicker {
    width: 270px;
    padding: .2em .2em 0;
    display: none;
    box-shadow: 0 0 7px #8c8c8c;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 5px 0 7px 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -8px;
    font-size: 12px;
    text-indent: -9999px;
    background: url(../../images/cal-arrow.png) no-repeat 0 0;
}
.ui-datepicker .ui-datepicker-prev span {
    background-position: 5px 3px;
}
.ui-datepicker .ui-datepicker-next span {
    background-position: -21px 3px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 14px;
    margin: 0 3px 0 0;
    padding: 0;
    height: 25px;
    background-color: #fff;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
    width: 48%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
    border: 0 none;
}
.ui-datepicker th {
    padding: .5em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
    background-color: transparent;
}
.ui-datepicker tr:nth-child(2n+1) td, .ui-datepicker-calendar .tableRowOdd {
    background-color: transparent;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
    overflow: hidden;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.wob .ui-datepicker-trigger, .wob .ui-datepicker-trigger:hover {
    background: url(../../images/cal-icon.png) no-repeat scroll 0 0;
}
.wob .ui-datepicker, .wob .eventCalOut, .calendarIcon {
    background-color: #000;
}
.wob .ui-datepicker th, .wob .ui-state-highlight, .wob .ui-state-active, .wob .ui-datepicker tbody a:hover {
    background: #ffff00;
    color: #000;
}
.wob .ui-datepicker {
    width: 290px;
}
.eventCalOut {
    position: absolute;
    width: 222px;
    right: -222px;
    float: right;
    top: 70px;
    z-index: 22;
}
.calendarIcon {
    width: 50px;
    height: 52px;
    position: absolute;
    left: -50px;
}
.calendarIcon span {
    background-position: -113px -27px;
    width: 29px;
    height: 29px;
    margin: 10px;
}
.calendarOut {
    padding: 5px;
}
.calendarOut .ui-datepicker {
    width: 100%;
}
.calendarOut .button {
    background-color: #2979ca;
    color: #fff;
    display: block;
    text-align: center;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
}
.calendarOut .button:hover {
    background-color: #173C84;
}
.ui-datepicker tbody a {
    color: #fff;
}
.ui-datepicker-title {
    font-size: 18px;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker th {
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}
.ui-datepicker-prev, .ui-datepicker-next {
    width: 25px;
    font-size: 16px;
    height: 25px;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    color: #fff;
}
.ui-datepicker-prev span {
    background-position: -147px -27px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: static;
    margin: 5px 0 0;
}
.ui-datepicker-next span {
    background-position: -175px -27px;
    overflow: hidden;
    width: 25px;
    height: 25px;
    position: static;
    margin: 5px 0 0;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center;
    line-height: 20px;
}
.ui-datepicker-trigger, .ui-datepicker-trigger:hover {
    width: 30px;
    height: 30px;
    margin: 8px 0 0 15px;
    vertical-align: top;
    overflow: hidden;
    padding: 0;
    margin: 0;
    position: absolute;
    right: 4px;
    top: 6px;
    background: url(../../images/cal-icon.png) no-repeat 0 0;
}
.calIcon {
    background-position: -205px -107px;
    width: 30px;
    height: 30px;
    display: block;
    vertical-align: top;
}
.advancedSearch .ui-datepicker-trigger, .advancedSearch .ui-datepicker-trigger:hover {
    top: 8px;
} /*----Date Picker----*/ /*==========================================================================================================================*/ /*================================================ Main CSS Theme Start ====================================================*/ /*==========================================================================================================================*/ /********** Layout **********/
.container {
    margin: 0 auto;
    width: 100%;
    max-width: 1270px;
    padding: 0 15px;
}
.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}
.fullWidth {
} /********** Top Links and Font Resize **********/
.headerMain {
    position: relative;
    z-index: 99;
    float: left;
    width: 100%;
}
.topHeader {
    background: #f5f5f5;
    padding: 7px 0;
}
.leftLink {
    float: left;
}
.rightLinks {
    float: right;
}
.topStrip ul {
    list-style: none;
    padding: 0;
    margin: 0
}
.topStrip li {
    float: left;
    padding: 0 7px 0 8px;
    position: relative;
    font-size: 0.813em;
    color: #747474;
}
.topStrip .fontResize {
    padding-top: 2px
}
.topStrip a {
    color: #393939;
    text-decoration: none;
}
.topStrip a:hover {
    text-decoration: underline;
    color: #393939;
}
.topStrip li:first-child {
    padding-left: 0;
}
.topStrip li:last-child {
    padding-right: 0;
}
.topStrip li:before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #393939;
    overflow: hidden;
    margin-top: -7px;
}
.topStrip li:first-child:before {
    display: none;
}
.logoStripe {
    display: flex;
    vertical-align: middle;
    align-items: center;
    width: 100%;
    padding: 10px 0;
}
.logoStripe .logo {
    display: inline-block;
    margin: 15px 0;
    width: 50%;
}
.logoStripe .logo a {
    display: inline-block;
}
.logoRightpart {
    display: inline-block;
    width: 50%;
    text-align: right;
}
.contactinfo {
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    text-align: left;
}
.contactinfo .callIcon {
    width: 35px;
    height: 35px;
    background: url(../../images/call-icon.png) no-repeat 0 0;
    display: block;
}
.serachBar .searchIcon {
    width: 26px;
    height: 26px;
    background: url(../../images/close-icon.png) no-repeat 0 0;
    display: inline-block;
    cursor: pointer;
    transition: all 0.3s ease-out;
    margin-top: 6px;
}
.serachBar .searchIcon.close {
    width: 26px;
    height: 26px;
    background: url(../../images/search-icon.png) no-repeat 0 0;
    display: block;
    cursor: pointer;
    transition: all 0.3s ease-out;
    margin-top: 6px;
}
.serachBar .searchBox {
    position: relative;
    display: block;
}
.serachBar {
    display: inline-flex;
    margin: 0 0 0 15px;
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    padding: 0 0 0 15px;
    vertical-align: middle;
    align-items: center;
}
.locationInfo {
    margin: 0 0 0 15px;
}
.locationInfo .cityName, .locationInfo a {
    display: block;
    color: #262626;
    text-decoration: none;
}
.locationInfo .cityName {
    font-weight: 600;
}
.serachBar .searchBox .expandSearch {
    position: absolute;
    right: 40px;
    top: -15px;
    width: 500px;
    z-index: 9;
    background: #fff;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    border-radius: 15px;
}
.serachBar .searchBox .expandSearch input.searchTop {
    border-radius: 3px;
    padding: 10px 15px;
    height: auto;
    display: inline-block;
    border-radius: 10px;
}
.serachBar .searchBox .expandSearch input.searchbtn {
    display: inline-block;
    width: 25px;
    border: 0;
    text-indent: -9999px;
    font-size: 0;
    background: url(../../images/search-icon.png)no-repeat;
    background-position: 50% 50%;
    padding: 0;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-size: 20px;
} /*div#mainNav {background: #fff;display: inline-block;width: 100%;border-radius: 18px;box-shadow: 0 -15px 50px rgba(0, 0, 0, 0.16);overflow:hidden;} div#mainNav ul {float: left;width: auto;} div#mainNav .menuPart {width: 100%;float: left;} div#mainNav .loginReg {float: right;width: auto;text-align:right;} div#mainNav ul li a {color: #282058;padding: 12px 30px;font-size: 16px;transition:all 0.3s ease-out;} div#mainNav ul li a:hover {background: transparent;color: #f6a328;} div#mainNav .loginReg button.loginBtn {background: #282058;border: 0;padding: 18px 25px;color: #fff;font-size: 16px;display: inline-block;font-weight:600;transition:all 0.3s ease-out;} div#mainNav .loginReg button.loginBtn:hover {background: #ed9948;}*/ /********** Access Control **********/
#accessControl input {
    float: left;
    height: auto;
    background: none;
    border: none;
    padding: 0;
    width: 22px;
    color: #747474;
    line-height: normal;
}
#accessControl input:hover {
    color: #e65a15
}
#accessControl .small {
    font-size: 13px;
}
#accessControl .normal {
    font-size: 13px;
}
#accessControl .large {
    font-size: 13px;
    margin: 0 3px 0 0;
}
#accessControl .largest {
    margin-right: 5px;
}
#accessControl .contrastChanger {
    height: 15px;
    width: 15px;
    background-repeat: no-repeat;
    overflow: hidden;
    text-indent: -9999px;
    text-transform: capitalize;
    margin: 0 3px;
}
#accessControl .contrastChanger.normal {
    background: #fff;
    border-radius: 50% 50%;
    border: 1px solid #5a5a5a;
}
#accessControl .contrastChanger.wob {
    background: #000;
    border-radius: 50% 50%;
    border: 1px solid #000;
}
.topStrip li div#accessControl:before {
    content: " ";
    position: absolute;
    left: 58%;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: rgba(0, 0, 0, 0.2);
    overflow: hidden;
    margin-top: -7px;
}
.topStrip li div#accessControl:before {
    background: none;
}/********** High Contrast View **********/
body.wob {
    background-color: #000;
    color: #fff
}
.wob a {
    color: #ff0
}
.wob a:hover {
    color: #80ff00
}
#header .row {
    margin-left: 0;
    margin-right: 0;
} /********** From Page **********/
.formList {
    list-style: none;
    padding: 0;
    margin: 0;
}
.formList li {
    padding: 0 0 15px;
    margin: 0;
}
.required, .formList .error {
    color: #C00;
}
.formList .error {
    display: block;
    font-size: 12px;
}
.formList .textBoxOut {
    margin-bottom: 5px;
}
.formList label, .formList .label {
    color: #333;
    display: block;
    font-weight: normal;
    padding-bottom: 7px;
}
.radioList input {
    float: left;
    margin: 5px;
    clear: left;
}
.radioList label, .radioList .label {
    float: left;
    color: #555;
}
.note {
    font-size: 12px;
    font-style: italic;
    padding: 5px 0 0;
}
.captcha {
    position: relative;
}
.captcha .captchaImg {
    border: 1px solid #d7d7d7;
    float: left;
    max-height: 33px;
}
.captcha .refreshCaptcha {
    float: left;
    margin: 5px 0 0 10px;
}
.fixedErrorMsg {
    background-color: rgba(233, 48, 30, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
}
.fixedSuccessMsg {
    background-color: rgba(20, 155, 65, 0.92);
    color: #fff;
    text-align: center;
    padding: 20px 20px;
    font-size: 15px;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    width: 100%;
    text-transform: uppercase;
    display: none;
} /*Slider*/
.homeBanner {
    overflow: hidden;
    position: relative;
    display: block;
    width: 100%;
}
.homeBanner .imageWrap {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 630px;
}
.imageWrap img {
    visibility: hidden;
    opacity: 0;
}
.sliderCation {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    left: auto;
    width: 32%;
}
.sliderCation .sliderText {
    display: inline-block;
    padding: 25px;
    background: rgba(63, 80, 161, 0.80);
    background: -moz-linear-gradient(left, rgba(63, 80, 161, 0.80) 0%, rgba(80, 148, 207, 0.80) 60%, rgba(80, 148, 207, 0.80) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(63, 80, 161, 0.80)), color-stop(60%, rgba(80, 148, 207, 0.80)), color-stop(100%, rgba(80, 148, 207, 0.80)));
    background: -webkit-linear-gradient(left, rgba(63, 80, 161, 0.80) 0%, rgba(80, 148, 207, 0.80) 60%, rgba(80, 148, 207, 0.80) 100%);
    background: -o-linear-gradient(left, rgba(63, 80, 161, 0.80) 0%, rgba(80, 148, 207, 0.80) 60%, rgba(80, 148, 207, 0.80) 100%);
    background: -ms-linear-gradient(left, rgba(63, 80, 161, 0.80) 0%, rgba(80, 148, 207, 0.80) 60%, rgba(80, 148, 207, 0.80) 100%);
    background: linear-gradient(to right, rgba(63, 80, 161, 0.80) 0%, rgba(80, 148, 207, 0.80) 60%, rgba(80, 148, 207, 0.80) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f50a1', endColorstr='#5094cf', GradientType=1 );
    width: 100%;
    border-radius: 15px;
    border-top: 6px solid rgba(255, 201, 67, 0.80);
    position: relative;
}
.sliderCation .sliderText h1 {
    font-size: 40px;
    color: #fff;
    line-height: 48px;
    margin: 0 0 15px;
    padding: 0;
    font-weight: 700;
}
.sliderCation .sliderText p {
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    margin: 0 0 20px;
}
.sliderCation .sliderText a.exporeButton, .homeBannerBot .exporeButton, .gradientBtn {
    color: #fff;
    text-decoration: none;
    position: absolute;
    font-size: 18px;
    padding: 14px 30px;
    border-radius: 10px;
    bottom: -25px;
    font-weight: 600;
    transition: all 0.3s ease-out;
    background: rgba(236, 151, 32, 1);
    background: -moz-linear-gradient(-45deg, rgba(236, 151, 32, 1) 0%, rgba(253, 186, 15, 1) 50%, rgba(236, 151, 32, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(236, 151, 32, 1)), color-stop(50%, rgba(253, 186, 15, 1)), color-stop(100%, rgba(236, 151, 32, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(236, 151, 32, 1) 0%, rgba(253, 186, 15, 1) 50%, rgba(236, 151, 32, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(236, 151, 32, 1) 0%, rgba(253, 186, 15, 1) 50%, rgba(236, 151, 32, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(236, 151, 32, 1) 0%, rgba(253, 186, 15, 1) 50%, rgba(236, 151, 32, 1) 100%);
    background: linear-gradient(135deg, rgba(236, 151, 32, 1) 0%, rgba(253, 186, 15, 1) 50%, rgba(236, 151, 32, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec9720', endColorstr='#ec9720', GradientType=1 );
    background-size: 300% 100%;
}
.sliderCation .sliderText a.exporeButton:hover, .homeBannerBot .exporeButton:hover, .gradientBtn:hover {
    background-position: 100% 0;
} /*about Css*/
.aboutSection {
    float: none;
    width: 100%;
    display: inline-block;
    position: relative;
    padding: 0 0 45px 0;
}
.aboutSection .latestNews {
    background: #fff;
    display: inline-block;
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
    overflow: hidden;
    padding: 15px;
    margin: 60px 0 0 0;
    z-index: 9;
    position: relative;
}
.aboutSection .latestNews h2.newsTitle {
    float: left;
    margin: 0 25px 0 0;
    padding: 0;
    font-size: 1.375em;
    line-height: 27px;
    color: #282058;
    font-weight: 600;
}
.aboutSection .latestNews .tickerNews a.btnMPause {
    float: left;
    margin: 6px 30px 0 0;
    font-size: 0;
    background: url(../../images/play-pause-icon.png) no-repeat 0 0;
    width: 20px;
    height: 20px;
    cursor: pointer;
}
.aboutSection .latestNews .tickerNews a.btnMPause.play {
    background-position: 0-20px;
}
.aboutSection .latestNews .tickerNews ul {
    margin: 0;
}
.aboutSection .latestNews .tickerNews ul li {
    margin: 0 10px 0 0;
    list-style: none;
    border-right: 1px solid #ccc;
    padding: 0 10px 0 0;
    color: #626262;
    line-height: 30px;
}
.aboutSection .latestNews .tickerNews ul li:last-child {
    border-right: none;
}
.aboutSection .latestNews .tickerNews {
    padding: 0;
    width: calc(100% - 290px);
}
.latestNews .marqueeScrolling {
    position: relative;
    padding-right: 80px;
}
.latestNews .marqueeScrolling .viewAllLink {
    position: absolute;
    right: 0;
    top: 5px;
    font-size: 14px;
    text-decoration: none;
}
.viewAllLink .fa {
    font-size: 17px;
    margin-left: 5px;
}
.aboutContent {
    margin: 50px 0 0;
    display: inline-block;
    padding: 0 75px 0 15px;
}
.politicians .textCenter {
    background: #fff;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
    border-radius: 18px;
    position: relative;
    z-index: 9;
    margin: -100px 0 0;
    padding: 15px;
    text-align: center;
}
.politicians .textCenter ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.politicians .textCenter ul li {
    display: block;
    margin: 0 0 10px;
}
.politicians .textCenter ul li:last-child {
    margin: 0 0 0;
}
.politicians .textCenter ul li img {
    width: 82px;
    height: 82px;
    border-radius: 50% 50%;
    border: 2px solid #a9a9a9;
}
.politicians .textCenter ul li h5.name {
    margin: 5px 0 0 0;
    font-size: 1.063em;
    line-height: 28px;
    color: #3f50a1;
    font-weight: 600;
}
.politicians .textCenter ul li p.designation {
    font-size: 14px;
    line-height: 22px;
    margin: 0;
    padding: 0;
    color: #393939;
    text-align: center;
}
h4.gsdmTitle {
    color: #282058;
    font-size: 2.500em;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: normal;
}
h4.gsdmTitle span {
    float: left;
    width: 100%;
    font-size: 0.750em;
}
p {
    line-height: 25px;
    margin: 0 0 20px;
    color: #545454;
    text-align: justify;
}
a.btn.btn-bordered {
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #282058;
    border: 2px solid #ffcc02;
    padding: 10px 23px;
    border-radius: 10px;
    font-weight: 600;
    margin: 10px 0 0;
    display: inline-block;
    transition: all 0.3s ease-out;
}
a.btn.btn-bordered:hover {
    color: #282058;
    background: #ffcc02;
}
.aboutContent p {
    text-align: justify;
    font-size: 1.125em;
    line-height: 30px;
} /*What we do*/
.whatWeDo {
    background: #e6f0f1;
    display: inline-block;
    width: 100%;
    margin: 50px 0 140px;
    padding: 50px 0;
}
.whatWeDo .whatWeDomainIn {
    display: flex;
    width: 100%;
    position: relative;
    vertical-align: middle;
    align-items: center;
}
.whatWeDo .whatWeDomainIn .boxesMin {
    width: auto;
    display: inline-block;
    padding: 0 0 0 30px;
}
.whatWeDo .whatWeDomainIn h4.gsdmTitle {
    display: inline-block;
    font-size: 38px;
    font-weight: 800;
    margin: 0;
    width: 22%;
}
.whatWeDo .whatWeDomainIn .boxesMin .services {
    width: 25%;
    float: left;
    padding: 0 10px;
}
.whatWeDo .whatWeDomainIn .boxesMin {
    width: 83%;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 -10px 0 -10px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv {
    background: #2a6ebb;
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 252px;
    margin: -93px 0 -93px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv:hover {
    transform: scale(1.05);
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv span.icon {
    float: none;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50% 50%;
    transition: all 0.3s ease-out;
    margin: 10px 0 0;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv span.icon {
    background: #234ea9 url(../../images/services-icon.png)no-repeat;
    background-position: 15px 18px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv span.icon {
    background: #234ea9 url(../../images/services-icon.png)no-repeat;
    background-position: -231px 22px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv span.icon {
    background: #234ea9 url(../../images/services-icon.png)no-repeat;
    background-position: -479px 18px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv span.icon {
    background: #234ea9 url(../../images/services-icon.png)no-repeat;
    background-position: -724px 20px;
    background-size: auto;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: 15px -55px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -231px -50px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -479px -55px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv:hover span.icon {
    background: #fff url(../../images/services-icon.png)no-repeat;
    background-position: -724px -55px;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv h4.title {
    color: #fff;
    font-size: 19px;
    font-weight: 600;
    margin: 8px 0;
}
.whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv p.description {
    color: #fff;
    padding: 0 10px;
    font-size: 16px;
} /*mapsection*/
.transformingSkills {
    height: 400px;
    overflow: hidden;
    display: inline-block;
    background: rgba(69, 97, 177, 1);
    background: -moz-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(69, 97, 177, 1)), color-stop(100%, rgba(80, 148, 207, 1)));
    background: -webkit-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -o-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: -ms-linear-gradient(left, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
    background: linear-gradient(to right, rgba(69, 97, 177, 1) 0%, rgba(80, 148, 207, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4561b1', endColorstr='#5094cf', GradientType=1 );
    width: 100%;
    border-top: 6px solid rgba(255, 201, 67, 0.80);
    position: relative;
    padding: 30px 0;
}
.transformingSkills:before {
    content: '';
    background: url(../../images/map-back.png)no-repeat;
    position: absolute;
    left: 0;
    top: -6px;
    width: 100%;
    height: 500px;
    background-size: contain;
}
.transformingSkills:after {
    content: '';
    background: url(../../images/map-img2.png)no-repeat;
    position: absolute;
    right: 0;
    top: -56px;
    width: 100%;
    height: 490px;
    background-size: contain;
    background-position: 100% 50%;
}
.transformingSkillsbox.sliderCation { /*position: relative; transform: none; width: 36.5%; float: right; top: auto; z-index: 9; height:500px;*/
    width: 400px;
    margin-top: 60px;
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}
.mapImg {
    float: left;
    width: 63.5%;
}
.transformingSkillsbox.sliderCation h4 span {
    display: block;
    width: 100%;
    font-size: 1.235em;
}
.transformingSkillsbox.sliderCation h4 {
    font-size: 2.125em;
    font-weight: 600;
    color: #fff;
} /*.transformingSkillsbox.sliderCation .sliderText { position: absolute; bottom: 0; left: 0; }*/ /*Footer css*/
.p-0 {
    padding: 0px !important;
}
footer.siteFooter {
    background: #e6f0f1;
    padding: 40px 0 0;
}
footer.siteFooter .copyrightSection {
    background: #282058;
    margin: 20px 0 0 0;
    padding: 20px 0;
}
footer.siteFooter h3 {
    text-align: left !important;
    float: left;
    width: 100%;
    color: #312869;
    font-weight: 600;
    padding: 0 0 15px;
    margin: 0 0 15px;
    border-bottom: 1px solid #f5a129;
    line-height: normal;
    font-size: 1.250em;
}
footer.siteFooter ul {
    display: inline-block;
    padding: 0;
    margin: 0 0 10px;
    list-style: none;
}
footer.siteFooter ul li {
    display: inline-block;
    width: 100%;
    position: relative;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
}
footer.siteFooter ul li a {
    color: #363636;
    text-decoration: none;
    line-height: normal;
    transition: all 0.3s ease-out;
}
footer.siteFooter ul li a:hover {
    color: #f5a129;
}
footer.siteFooter ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 16px;
    color: #f5a129;
    line-height: normal;
    transition: all 0.3s ease-out;
}
footer.siteFooter ul li:hover::before {
    left: 5px;
}
footer.siteFooter a.moreLink {
    color: #3f4d93;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    padding: 0 0 0 30px;
    transition: all 0.3s ease-out;
}
footer.siteFooter a.moreLink:hover {
    color: #f5a129;
}
footer.siteFooter .copyrightSection .MenuCopyright {
    float: left;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu {
    padding: 0;
    margin: 0;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 10px 0 0;
    padding: 0;
    position: unset;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a {
    color: #fff;
    display: inline-block;
    font-size: 0.875em;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li:before {
    display: none;
	color: #f5a129;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a:hover {
    color: #f5a129;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a:active {
    color: #f5a129;
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a:link {
    color: #f5a129;
}

footer.siteFooter .copyrightSection .MenuCopyright p.copyRight {
    color: #fff;
    line-height: normal;
    margin: 7px 0;
    font-size: 0.875em;
}
footer.siteFooter .copyrightSection .MenuCopyright p {
    color: #fff;
    line-height: normal;
    margin: 0 0;
    font-size: 0.875em;
}
footer.siteFooter .copyrightSection .MenuCopyright p span.sep {
    display: inline-block;
    margin: 0 10px;
}
footer.siteFooter .copyrightSection .socialMenu {
    float: left;
}
footer.siteFooter .copyrightSection .socialMenu span.socialTitle {
    float: left;
    width: 100%;
    color: #fff;
    margin: 0 0 13px 0;
    line-height: normal;
}
footer.siteFooter .copyrightSection .socialMenu ul {
    margin: 0;
    padding: 0;
}
footer.siteFooter .copyrightSection .socialMenu ul li {
    float: none;
    display: inline-block;
    width: auto;
    margin: 0 25px 0 0;
    padding: 0;
    position: unset;
}
footer.siteFooter .copyrightSection .socialMenu ul li a {
    color: #b9b9b9;
    display: inline-block;
    font-size: 28px;
    transition: all 0.3s ease-out;
}
footer.siteFooter .copyrightSection .socialMenu ul li:before {
    display: none;
}
footer.siteFooter .copyrightSection .socialMenu ul li a:hover {
    color: #fff;
} /********** Owl Carousel **********/ /** * Owl Carousel v2.3.4 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}
.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}
.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-touch-callout: none
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: none
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: block
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    border: none;
    padding: 0!important;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}
.owl-carousel.owl-hidden {
    opacity: 0
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab
}
.owl-carousel.owl-rtl {
    direction: rtl
}
.owl-carousel.owl-rtl .owl-item {
    float: right
}
.owl-carousel .animated {
    animation-duration: 1s;
    animation-fill-mode: both
}
.owl-carousel .owl-animated-in {
    z-index: 0
}
.owl-carousel .owl-animated-out {
    z-index: 1
}
.owl-carousel .fadeOut {
    animation-name: fadeOut
}
@keyframes fadeOut {
0% {
opacity:1
}
100% {
opacity:0
}
}
.owl-height {
    transition: height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0
}
.owl-carousel .owl-item img .owl-lazy {
    transform-style: preserve-3d
}
.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px; /*background:url(owl.video.play.png) no-repeat;*/
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}
.noScript {
    display: none;
}
.no-js .owl-carousel {
    display: block;
}
.noJS .owl-nav {
    position: absolute;
    left: 0;
    bottom: -40px;
    width: 100%;
    text-align: center;
    -webkit-tap-highlight-color: transparent
}
.noJS .owl-nav.noScript {
    display: block;
}
.noJS .sliderBanner .item {
    position: relative;
}
.noJS .carouselBlock {
    margin-right: -10px;
}
.noJS .carouselBlock .item {
    width: 220px;
    margin: 0 10px 10px 0;
    float: left;
} /********** Owl Carousel End**********/ /**********Sitemap**********/
.sitemap {
    padding: 0;
    margin: 0 -15px;
}
.sitemapBtnExport {
    padding: 0;
    text-align: right;
    margin-bottom: 15px;
}
.sitemap .sitemapDiv {
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0 15px;
}
.sitemap ul {
    position: relative;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.sitemap li {
    margin: 0 10px 10px 0;
    list-style-type: none;
    width: 32%;
    padding: 0;
    float: left;
}
.sitemap li:last-child {
    margin: 0;
}
.sitemap li.sitemapTitle {
    margin-left: 0;
    width: 100%;
    margin-bottom: 10px;
}
.sitemap li.sitemapTitle a {
    text-transform: uppercase;
}
.sitemap li.sitemapTitle a:hover {
    color: #fff;
}
.sitemap li a {
    color: #444;
    text-decoration: none;
    transition: all 0.3s ease 0ms;
    -webkit-transition: all 0.3s ease 0ms;
}
.sitemap .sitemapTitle a {
    display: block;
    background: #f1f2f2;
    color: #004185;
    padding: 8px 13px;
    border: 1px solid #e7e7e7;
    line-height: 1;
    text-decoration: none;
    font-weight: bold;
    line-height: 22px;
}
.sitemap ul li a:hover {
    color: #fff;
}
.sitemap ul li a {
    position: relative;
    line-height: 22px;
    display: block;
    min-width: 220px;
    padding: 8px;
    border: 1px solid #e7e7e7;
    text-decoration: none;
}
.sitemap li a:hover {
    padding: 8px 8px 8px 13px;
    background: #282058;
} /*sitemap end*/ /************************Feedback Form****************/
.mandatory, .asterix, .error, .red {
    color: #e90000;
}
.feedbackForm {
    max-width: 100%;
    width: 100%;
    padding: 25px;
    margin: 0 auto;
    box-shadow: 0 0 46px #ccc;
}
.fieldsRequired {
    text-align: right;
    font-size: 15px !important;
}
.feedbackForm ul {
    padding: 0;
    margin: 0 -10px;
}
.feedbackForm ul li {
    float: left;
    list-style: outside none none;
    width: 100%;
}
.feedbackForm .fieldCol {
    float: left;
    margin: 0;
    padding: 0 10px;
    width: 33.33%;
}
.feedbackForm .fieldTowCol {
    width: 50%;
}
.feedbackForm .fieldInput {
    margin-bottom: 20px;
    position: relative;
}
.feedbackForm .error {
    position: absolute;
    left: 0;
    background: #ff0000;
    color: #fff;
    border-radius: 3px;
    padding: 1px 10px;
    font-size: 13px;
    z-index: 1;
    top: 30px;
}
.feedbackForm .error:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #f00;
    position: absolute;
    content: "";
    left: 15px;
    top: -6px;
}
.feedbackForm .fieldCol.fieldColWide {
    width: 100%;
}
.feedbackForm select {
    font-size: 1em;
}
.feedbackForm input[type="text"], .feedbackForm input[type="email"], .feedbackForm input[type="tel"], .feedbackForm input[type="number"], .feedbackForm input[type="url"], .feedbackForm input[type="password"], .feedbackForm input[type="search"], .feedbackForm select, .feedbackForm textarea {
    background: #fff;
}
.successMsg {
    text-transform: uppercase;
    word-spacing: 5px;
    letter-spacing: 1px;
    color: #219393;
    font-size: 18px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 110px 10px 25px 10px;
}
.feedbackForm .feedbackButtton {
    margin-top: 30px;
}
label {
    font-size: 1em;
} /*Feedback Form End*/ /********Common Listing***********/
.commonListing {
    list-style: outside none none;
    padding: 0;
}
.commonListing .thumbListRow {
    position: relative;
} /*.commonListing li { padding:10px 15px; border-bottom:1px solid #f1f1f1; position:relative; }*/
.commonListing li a {
    text-decoration: none;
    margin-bottom: 10px;
    display: block;
    color: #3f50a1;
}
.commonListing li a:hover {
    text-decoration: none;
    color: #282058;
}
.commonListing li .size, .fileSize {
    font-size: 0.813em;
}
.commonListing .thumbDate {
    color: #777;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
.commonListing li:hover .thumbDate { /*color:#fff; font-weight:bold;*/
}
.commonListing li:hover .thumbListRow:after {
    height: 100%;
    top: 0;
}
.tenderListing p {
    margin-bottom: 5px;
}
.tenderListing li a {
    margin-bottom: 10px;
    display: inline-block;
    color: #2460b3;
}
.tenderListing li a:hover {
    text-decoration: underline;
}
.commonListing .viewMore {
    text-decoration: underline;
}
.gridListing {
    list-style: none;
    padding: 0;
}
.gridListing li {
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #d3d3d3;
}
.gridListing li:nth-child(even) {
    background-color: #f6f6f6;
}
.gridListing li a {
    text-decoration: none;
}
.gridListing li a:hover {
    text-decoration: underline;
}
.gridListing li .size, .fileSize {
    font-size: 14px;
}
.gridListing .thumbDate, .gridListing li .source {
    color: #555;
    display: block;
    font-size: 0.875em;
    font-weight: 600;
}
.gridListing .thumbDate {
    margin-bottom: 10px;
}
.gridListing li .source {
    margin-bottom: 0;
}
.gridListing li:hover .thumbDate {
    color: #666;
}
.tenderDetail h2, .eventDetail h2 {
    font-weight: 700;
    font-size: 1.2em;
}
.tenderDetailTable {
    font-size: 14px;
    width: 390px;
}
.tenderDetailTable td, .tenderDetailTable tr:nth-child(2n+1) td {
    padding: 0;
}
.tenderDetailTable div {
    padding: 10px;
    border-bottom: 1px solid #d7d7d7;
    position: relative;
}
.tenderDetailTable div:after {
    width: 1px;
    height: 100%;
    position: absolute;
    left: 190px;
    top: 0;
    content: "";
    background: #d7d7d7;
}
.tenderDetailTable div:last-child {
    border: 0;
}
.tenderDetailTable .label {
    font-weight: normal;
    width: 180px;
    float: left;
    margin-right: 20px;
}
.tenderDetailTable .val {
    font-weight: 600;
    color: #ff6633;
}
.tenderDetail .tenderDes {
    margin-top: 20px;
}
.tenderDocTable {
    margin: 0;
}
.tenderDocTable th {
    text-align: left;
}
.tenderDocTable th:last-child {
    width: 130px;
}
.tenderdocList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tenderdocList li {
    padding: 5px 0
}
.commonListing li .thumbTitle, .newsDate .fa-calendar-alt {
    font-size: 18px
}
.commonListing li .thumbTitle {
    margin-bottom: 0;
    font-weight: normal;
}
.newsDescription .newsDate {
    margin-bottom: 15px;
    color: #777;
    font-size: 1.150em;
}
.tenderListing {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tenderListing .label, .tenderListing .value, .tenderDetailContainer .label, .tenderDetailContainer .value {
    display: inline-block;
    padding: 3px 0;
    font-size: 15px;
}
.tenderListing .label, .tenderDetailContainer .label {
    width: 120px;
    font-weight: normal;
    position: relative;
    color: #282058;
}
.tenderDetailContainer .label {
    width: 212px;
    font-weight: 600;
}
.tenderDetailContainer .label.width130 {
    width: 130px;
}
.mediaDetail .label {
    width: 125px;
}
.tenderListing .label:after, .tenderDetailContainer .label:after {
    position: absolute;
    right: 10px;
    top: 0;
    content: ":";
}
.tenderDetailContainer img {
}
.tenderListing img {
    vertical-align: baseline;
} /********Common Listing End***********/ /********Module Search***********/
.moduleSearch {
    border: 1px solid #dadada;
    background: #f1f2f2;
    padding: 15px;
    margin-bottom: 20px;
}
.moduleSearch li {
    float: left;
    width: 20%;
    list-style: none;
    padding-right: 15px;
}
.moduleSearch li:last-child {
    width: auto;
}
.moduleSearch li label, .moduleSearch li .label {
    padding: 0 15px 0 0;
    display: block;
    vertical-align: middle;
    font-size: 16px;
}
.moduleSearch li .inputCol {
    position: relative;
    vertical-align: middle;
}
.moduleSearch li .inputCol .note {
    position: absolute;
    left: 0;
    bottom: 0;
}
.moduleSearch li .btnSearchReset {
    margin-top: 25px;
}
.moduleSearch li input[type="text"], .moduleSearch li .customSelectOuter {
    width: 100%;
    background: #fff;
    border: 1px solid #e5e5e5;
    font-size: 1em;
}
.moduleSearch li .customSelectOuter {
    cursor: pointer;
}
.moduleSearch li .customSelect {
    height: 38px !important;
    line-height: 18px;
    font-size: 13px;
    border-width: 0;
}
.moduleSearch li .btnSearchReset input {
    line-height: 37px;
    padding: 0 15px;
} /*module search end*/ /*************Advanced Search*************/
.pagingNo {
    text-align: center;
}
.pagingNo ul {
    margin: 10px 0 0;
    display: inline-block;
    padding: 0;
    list-style: none;
}
.pagingNo ul li {
    float: left;
}
.pagingNo ul li span {
    float: left;
    padding: 0;
}
.pagingNo input {
    background: #094174 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    font-size: 0.857em;
    margin: 0 2px;
    float: left;
    min-height: 26px;
}
.pagingNo input.aspNetDisabled {
    background: #777 none repeat scroll 0 0;
    cursor: default;
}
.pagingWrapper {
    text-align: center;
}
.advancedSearch .totalResult {
    margin-bottom: 10px;
    font-size: 1.400em;
    padding-bottom: 15px;
    border-bottom: 1px solid #ccc;
    position: relative;
}
.advancedSearch .totalResult .button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 17px;
}
.advancedSearch input[type="text"] {
    width: 320px;
    background-color: #fff;
}
.advancedSearch table td input, .advancedSearch table td label {
    float: left;
    font-weight: normal;
    padding: 0;
    background: none;
    line-height: 14px;
}
.advancedSearch table tr td {
    background: none !important;
    padding: 0 10px 0 0;
}
.advancedSearch table, .advancedSearch table tr td {
    border: 0;
    width: auto;
    margin: 0;
    font-size: 15px;
}
.advancedSearch table td label {
    margin-right: 5px;
}
.advancedSearch h4 {
    font-size: 16px;
    margin-bottom: 10px;
    color: inherit;
    display: inline-block;
}
.advancedSearch label {
    margin-right: 5px;
}
.advancedSearch hr {
    margin: 0 0 10px 0;
}
.advancedSearch .dateRange {
    margin-bottom: 10px;
}
.advancedSearch .dateRange .formGroup {
    width: 50%;
    float: left;
}
.advancedSearch fieldset {
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: 2px;
}
.advancedSearch .keyword {
    padding-bottom: 10px;
}
.advancedSearch p {
    margin: 0;
}
.advancedSearch ul.bulletText a {
    text-decoration: none;
    font-size: 1.250em;
}
.advancedSearch .w20Row {
    margin: 0 -10px 20px -10px;
}
.advancedSearch .w20Row .formGroup {
    float: left;
    width: 50%;
    padding: 0 10px;
    position: relative;
}
.advancedSearch .w20Row .formGroup label {
    display: block;
}
.advancedSearch .w20Row .formGroup input[type="text"] {
    width: 100%;
}
.formGroup .button a {
    color: #fff;
}
.formGroup .button a:hover {
    color: #fff;
} /*************Advanced Search End*************/ /*****************PagerStyle*****************/
.PagerStyle table {
    float: right;
    width: auto;
    border: none
}
.PagerStyle > td {
    padding: 15px 0;
}
.PagerStyle table tr td {
    border: none;
    padding: 0;
    background: none !important;
}
.PagerStyle table tr td > span {
    background: #2460b3;
    padding: 5px 10px;
    width: 30px;
    color: #fff;
    line-height: 23px;
    height: 32px;
}
.PagerStyle table tr td a {
    margin: 0 10px;
    padding: 5px 10px;
    background: linear-gradient(to right, rgba(46, 202, 171, 1) 0%, rgba(149, 202, 127, 1) 100%);
    color: #fff;
}
.PagerStyle table tr td a:hover {
    background: linear-gradient(to right, rgba(46, 202, 171, 1) 0%, rgba(149, 202, 127, 1) 100%);
    ;
}/*********************PagerStyle End********************/ /********News Listing***********/
.commonListing {
    padding: 0;
    margin: 0;
}
.commonListing li {
    margin-bottom: 10px;
    display: block;
    list-style: none;
    padding: 10px 15px;
    position: relative;
    border-bottom: 1px solid #ccc;
}
.commonListing li:last-child { /*border:0;*/
}
.commonListing .thumbImg {
    float: left;
    margin-right: 0px;
}
.commonListing .thumbDesc { /*padding-left:120px; */
}
.commonListing img {
    vertical-align: baseline;
} /********News Listing End***********/ /****************Tender Listing*******************/
.searchFilterWrap {
    position: relative;
}
.searchFilterWrap .listAson {
    position: absolute;
    right: 0;
    top: -44px;
    margin: 0;
    font-size: 14px;
    color: #464646;
} /*.searchFilter { border:1px solid #d9d9d9; background-color: #f1f2f2; padding: 20px; margin-bottom:30px; position:relative;}*/
.searchFilterField {
    padding: 0 112px 0 0;
    margin: 0 -10px;
    list-style: none;
}
.searchFilterField li {
    float: left;
    width: 33.333%;
    padding: 0 10px;
}
.searchFilter .buttonRow {
    position: absolute;
    right: 20px;
    top: 20px;
    width: auto;
    padding: 0;
}
.searchFilter.commonFilter .searchFilterField {
    padding: 0 170px 0 0;
}
.searchFilter.commonFilter .buttonRow {
    top: 49px;
}
.searchFilter.floatLabel li label {
    float: left;
    width: 75px;
    padding-top: 7px;
} /*.searchFilter.floatLabel li .inputCol { padding-left: 80px;}*/ /*.searchFilter.floatLabel li:first-child { width: 46%;}*/ /*.searchFilter.floatLabel li:nth-child(2), .searchFilter.floatLabel li:nth-child(3) { width: 27%;}*/
.searchFilter.floatLabel .searchFilterField {
    padding: 0 200px 0 0;
}
.searchFilter.floatLabel .button {
    margin-left: 8px;
}
.tenderFilter {
    padding: 20px;
}
.tenderFilter li {
    width: 50%;
    margin-bottom: 10px;
}
.tenderFilter.tenderFilterReg li {
    width: 20%;
}
.tenderFilter.corporate li {
    width: 21%;
}
.tenderFilter label, .moduleSearch.sebiSearch .label {
    display: block;
    margin-bottom: 5px;
}
.tenderFilter li .inputCol, .tenderFilter li:first-child .inputCol, .moduleSearch.sebiSearch .inputCol, .moduleSearch.sebiSearch li:first-child .inputCol {
    width: 100%;
}
.tenderFilter li:last-child {
    width: auto;
    padding-right: 0;
    margin: 0;
}
.tenderFilter .btnSearchReset {
    margin-top: 28px;
}
.tenderFilter.tenderFilterReg .btnSearchReset {
    margin-top: 10px;
}
.moduleSearch.sebiSearch .btnSearchReset {
    margin-top: 27px;
}
.moduleSearch.sebiSearch li {
    width: 26%;
} /****************Tender Listing End*******************/ /***************Press Release***************/
.pressRlsListing .thumbTitle img {
    vertical-align: top;
    padding-top: 8px;
}
.pressRlsListing {
    margin: 0 -10px;
    padding: 0;
}
.pressRlsListing li {
    border-bottom: none !important;
    padding: 10px;
    width: 25%;
    float: left;
    list-style: none;
}
.pressRlsListing .thumbListRow {
    padding: 10px;
    box-shadow: 0 0 5px #a8a8a8;
    position: relative;
    transition: all 0.2s ease 0ms;
    -webkit-transition: all 0.2s ease 0ms;
    min-height: 300px;
}
.pressRlsListing .thumbListRow:hover {
    background: #fff;
    box-shadow: 0 0 3px #a8a8a8;
}
.pressRlsListing .thumbImg {
    margin-bottom: 10px;
    position: relative;
}
.pressRlsListing .thumbDate {
    padding: 5px 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #282058;
    color: #fff;
    font-weight: bold;
}
.pressRlsListing .thumbTitle {
    font-size: 16px;
}
.pressRlsListing .thumbTitle .size {
    font-size: 14px;
}
.pressRlsDetailWrap .pressReleaseDate {
    margin-bottom: 20px;
    font-size: 1.188em;
}
.pressRlsDetailWrap .awardsDetailRow .imgHolder {
    float: left;
    padding: 5px;
    background: #fff;
    margin-bottom: 30px;
    max-width: 350px;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.pressRlsDetailWrap .awardsDetailRow p {
    line-height: 26px;
    font-size: 1.071em;
    margin-left: 15px;
    display: inline-block;
} /*press release end*/ /**********Photo Video Gallery Start**********/
.records {
    float: left;
}
.records .txt, .records select {
    float: left;
    font-size: 0.929em;
    line-height: 1.615em;
}
.records .txt {
    margin-top: 3px;
}
.records .goBtn {
    margin-left: 7px;
    padding: 3px 5px 1px;
    color: #fff;
    font-size: 0.929em;
    line-height: 1.231em;
    vertical-align: middle;
}
.records.go {
    float: right;
}
.paging {
    float: none;
    padding: 0 136px 0 180px;
    line-height: normal;
    text-align: center;
}
.paging table {
    width: auto;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}
.paging table tr td {
    background: none;
    border: 0;
    padding: 0 5px;
}
.pagingbar {
    padding: 10px 15px 8px;
    border: 1px solid #dadada;
    background: #f1f2f2;
    margin: 15px 0;
}
.pagingbar select {
    font-size: 0.929em;
    padding: 0;
    border: 1px solid #bbb;
    background: #fff;
    width: auto;
    height: 26px;
    min-width: 50px;
}
.pagingbar .txt {
    font-size: 14px;
    margin: 0;
    padding-right: 10px;
    line-height: 30px;
}
.paging input {
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
    cursor: pointer;
}
.paging input.aspNetDisabled, .paging input.aspNetDisabled:hover {
    background: #ccc;
}
.paging input.prevBtn {
    background: url(../../images/previous-gallery.png) no-repeat scroll center center;
    height: 26px;
    text-indent: -999em;
    width: 24px;
    border: none;
}
.paging input.prevBtn:hover {
    background: url(../../images/previous-gallery-hover.png) no-repeat scroll center center;
}
.paging input.nextBtn {
    background: url(../../images/next-gallery.png) no-repeat center center;
    height: 26px;
    text-indent: -999em;
    width: 24px;
    border: none;
}
.paging input.nextBtn:hover {
    background: url(../../images/next-gallery-hover.png) no-repeat scroll center center;
}
.paging input:hover {
    background: #F7941D;
}
.photoGallery .pagingbar .customSelectOuter, .videoGallery .pagingbar .customSelectOuter {
    display: inline-block;
    background: #ffffff url(../../images/select-arrow.png) no-repeat scroll right 10px;
    border: 1px solid #ccc;
    cursor: pointer;
} /*Photo Video Gallery Start*/
.photoGallery, .videoGallery {
    position: relative;
}
.photoGallery .backBtn, .videoGallery .backBtn {
    position: absolute;
    right: 0;
    top: 0;
}
.gallery {
    margin: 17px 0 -3px;
    padding: 0;
    list-style-type: none;
    height: auto
}
.gallery li {
    float: left;
    width: 25%;
    position: relative;
    padding: 5px;
}
.gallery li .galleryBox {
    padding: 10px;
    box-shadow: 0 0 5px #cccccc;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.gallery li .galleryBox.image {
    padding: 0;
    box-shadow: 0 0 0 #cccccc;
}
.gallery li .galleryBox:hover {
    background: #f6f6f6;
}
.gallery .galleryBox:hover .albmText, .gallery .photoInner:hover .albmText, .gallery .photoInner:hover .imgZoom, .gallery .photoInner:hover .playVideo {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.gallery .galleryBox input[type="image"] {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.gallery .galleryBox:hover input[type="image"] {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.gallery .galleryBox .img {
    position: relative;
    height: 170px;
    overflow: hidden;
    text-align: center;
}
.gallery .galleryBox .img, .gallery .galleryBox .bord {
    position: relative; /*height:170px;*/
    overflow: hidden;
}
.gallery .galleryBox .bord img { /*width:auto; max-width:inherit;*/
}
.gallery .galleryBox .bord .zoom {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    text-align: center;
    color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    transition: all 0.3s ease 0ms;
}
.gallery .galleryBox .bord .zoom img {
    width: auto;
    max-width: inherit;
}
.gallery.videoGallery .galleryBox .bord .zoom {
    visibility: visible;
    opacity: 1;
}
.gallery .galleryBox .bord .zoom span {
    display: block;
}
.gallery.videoGallery .galleryBox.image h3 {
    display: block;
}
.gallery .galleryBox:hover .bord .zoom {
    visibility: visible;
    opacity: 1;
}
.gallery .galleryBox .img .viewAlbum {
    background: url(../../images/folder.png);
}
.gallery .galleryBox h3 {
    font-size: 17px;
    margin: 0;
    text-align: center;
    line-height: 27px;
    height: 85px;
    outline: none;
    padding: 10px 0;
    background: #3f50a1;
}
.gallery .galleryBox h3 a {
    text-decoration: none;
    color: #fff
}
.gallery .galleryBox h3 a:hover {
    text-decoration: none;
    color: #ffcc02;
}
.gallery .img input[type="image"], .gallery .photoInner .imgThumb { /*display: block; float: left;*/
    position: relative;
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.gallery .photoAlbName {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.gallery .folder {
    background-image: url(../../images/folder.png);
    background-position: center 40%;
    background-repeat: no-repeat;
}
.gallery .photoZoom {
    background-image: url(../../images/photo-zoom.png);
    background-position: center 40%;
    background-repeat: no-repeat;
}
.gallery .photoAlbName {
    color: #fff;
    text-decoration: none;
    float: left;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4d326b;
    z-index: 10;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    line-height: 18px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}
.gallery .photoAlbName h3 {
    margin: 0;
}
.gallery .galleryBox.image h3 {
    display: none;
}
.gallery .photoAlbName a {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 10px;
    text-decoration: none;
}
.gallery .photoAlbName a:hover {
    color: #95c3f3;
    text-decoration: none;
}
.gallery .photoAlbName .photoName, .gallery .videoName, .gallery .size {
    display: block;
    padding-top: 10px;
}
.gallery .bord img {
    width: 100%;
}
.gallery .totalVideos, .gallery .size {
    font-size: 14px;
    display: block;
}
.photoGallery .pagingbar .customSelectOuter {
    display: inline-block;
    background: #ffffff url(../../images/select-arrow.png) no-repeat scroll right 10px;
    border: 1px solid #ccc;
    cursor: pointer;
}
.photoGallery .pagingbar .customSelectOuter span.customSelect {
    padding: 2px 20px 2px 5px;
}
.gallery .galleryBox .bord .zoom a span {
    color: #fff;
}
.gallery.videoGallery .galleryBox .bord .zoom a {
    color: #fff;
    outline: none;
} /*Photo Video Gallery end*/ /********Event Listing*********/
.eventListing .eventListImg {
    float: left;
    width: 300px;
    overflow: hidden;
    position: relative;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    padding: 4px;
}
.eventListing .eventListImg img {
    max-height: 200px;
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    padding: 0;
    box-shadow: 0 0 0 0 #fff;
}
.eventListing li:hover .eventListImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.eventListing li:hover a {
    color: #393939;
}
.eventListing .thumbDate {
    display: block;
}
.eventListDesc {
    padding-left: 320px;
}
.eventListDesc .thumbTitle {
    font-weight: 600;
    font-size: 18px;
}
.eventListDesc .thumbDate {
    margin-bottom: 10px;
    display: block;
}
.eventListDesc .thumbDesc {
    padding: 0;
    margin: 0;
} /********Event Detail*********/
.eventDetail .eventDate {
    margin-bottom: 15px;
}
.eventDetail .eventDate > div {
    display: inline-block;
    margin-right: 10px;
}
.eventDetail .eventDate span {
    display: inline-block;
}
.eventDetail .eventDate .label {
    font-weight: 600;
    color: #282058;
    background: #dadbde;
    padding: 4px 8px;
}
.eventDetail .eventDate .date {
    color: #282058;
    font-weight: 600;
    padding: 4px 8px;
}
.eventDetail .eventStartDate, .eventDetail .eventEndDate {
    border: 1px solid #dadbde;
    border-radius: 3px;
    -webkit-border-radius: 3px;
}
.eventDetail .eventDetailImg {
    float: left;
    width: auto;
    margin: 5px 25px 0 0;
    max-width: 300px;
    width: 100%;
}
.eventDetail .eventDetailImg img {
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.eventDetail .eventShortDescription {
    display: block;
}
.eventDetailInf {
} /**/ /*Auto Complete*/
.ui-autocomplete {
    width: 255px;
    padding-top: 8px;
    margin-top: 5px; /*border: 1px solid #cccccc;*/
    background: #ffffff;
    z-index: 9999;
    padding-left: 0;
    list-style-type: none;
    max-height: 288px;
    overflow: auto;
    position: absolute !important;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    border-radius: 0 0 15px 15px;
}
.ui-autocomplete li {
    font-size: 13px;
    line-height: 16px;
    position: relative;
}
.ui-autocomplete li:before {
    position: absolute;
    left: 15px;
    top: 10px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #282058;
    font-size: 16px;
}
.ui-autocomplete li a {
    cursor: pointer;
}
.ui-autocomplete li a {
    display: block;
    color: #3f50a1;
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    text-decoration: none;
    margin: 0;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
}
.ui-autocomplete li a:hover {
    text-decoration: none;
    background: #f3f8f8;
}
.ui-helper-hidden-accessible {
    display: none;
}
.wob .ui-autocomplete {
    border: 1px solid #fff;
    background: #000;
}
.wob .ui-autocomplete li a {
    color: #ff0;
    background: #000;
}
.wob .ui-autocomplete li a:hover {
    background: #ff0;
    color: #000;
} /*auto complete end*/ /*Inner Page CSS Start*/
.commonPad {
    padding: 30px 0;
}
.padTopNone {
    padding-top: 0;
}
.padBotNone {
    padding-bottom: 0;
}
.innerContentPart {
    padding: 30px 0;
    min-height: 450px;
}
.lastSection {
    margin-bottom: -30px;
}
.firstSection {
    margin-top: -30px;
}
.commonTopPad {
    padding-top: 30px;
}
.commonBotPad {
    padding-bottom: 30px;
} /*About Us Start*/
h2.heading {
    font-weight: bold;
    color: #282058;
    margin-bottom: 25px;
}
.aboutFirstParagraph {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #3f50a1;
    text-align: justify;
}
.aboutUsContent {
    margin-bottom: 0;
}
.aboutUsContent p {
    text-align: justify;
}
.schemeShortTermWrap {
    background: #e6f0f1;
}
h3.heading {
    font-weight: bold;
    color: #3f50a1;
    margin-bottom: 20px;
    font-size: 1.688em;
}
h3.heading span {
    font-weight: normal;
    color: #282058;
}
.schemeShortTermContentBox {
    background: #fff;
    margin-bottom: 30px;
    padding: 30px;
    border-radius: 15px;
    margin-left: 35px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
}
.schemeShortTermContentBox h4 {
    color: #2b364e;
    font-size: 1.563em;
    margin-bottom: 10px;
    font-weight: bold;
}
.schemeShortTermContentBox .row .cols3 {
    padding: 35px;
    border: 6px solid #f5b929;
    border-radius: 15px;
    margin-left: -50px;
    background: #fff;
    margin-top: 10px;
}
.schemeShortTermContentBox .row .cols3 img {
    width: 100%;
    height: auto;
}
.schemeShortTermContentBox .row .cols9 {
    margin-left: 25px;
}
.schemeShortTermContentBox p {
    color: #4f4f4f;
    line-height: 27px;
    text-align: justify;
}
ul.schemeShortTermBulletText {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.schemeShortTermBulletText li {
    background: url(../../images/bullet-list-right-arrow-orange.png) no-repeat left 0 top 11px;
    padding: 5px 0 5px 20px;
    color: #3f50a1;
    font-size: 1.200em;
    font-weight: 600;
}
.industryPartnerWrap {
    margin-bottom: 0;
}
.industryPartnerWrap .row .cols2 {
    background: #fff;
    padding: 20px;
    width: 13.50%;
    margin: 20px;
    border: 1px solid #d3d3d3;
} /*About Us End*/ /*Schemes and Initiatives Start*/
.counterBox ul {
    width: 100%;
    clear: both;
    margin-bottom: 50px;
}
.counterBox ul li {
    margin-bottom: 30px;
    float: left;
    width: 20%;
    padding: 0 5px;
    text-align: center;
    list-style: none;
}
.counterBox ul li:last-child {
    margin-right: 0;
}
.counterBox ul li .counterIcon {
    display: none;
}
.counterBox .count {
    font-size: 1.5em;
    position: relative;
    font-weight: bold;
    color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #3f50a1;
    padding: 32px 0;
    margin: 0 auto;
    background: rgba(64, 86, 165, 1);
    background: -moz-linear-gradient(-45deg, rgba(64, 86, 165, 1) 0%, rgba(79, 144, 204, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64, 86, 165, 1)), color-stop(100%, rgba(79, 144, 204, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(64, 86, 165, 1) 0%, rgba(79, 144, 204, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(64, 86, 165, 1) 0%, rgba(79, 144, 204, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(64, 86, 165, 1) 0%, rgba(79, 144, 204, 1) 100%);
    background: linear-gradient(135deg, rgba(64, 86, 165, 1) 0%, rgba(79, 144, 204, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4056a5', endColorstr='#4f90cc', GradientType=1 );
}
.counterBox .count:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px solid #ffd469;
    border-radius: 50%;
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
}
.counterBox .count .inRupees {
    font-size: 0.400em;
    color: #3f50a1;
}
.counterIcon img {
    background: #e6f0f1;
    border: 2px solid #ffd11b;
    padding: 10px;
    border-radius: 50%;
}
.counterBox .countText {
    color: #545454;
    font-size: 1.200em;
    line-height: 27px;
    padding-top: 15px;
}
.pmkvyWrap {
    width: 100%;
    margin-bottom: 50px;
}
.pmkvyWrap .whatIsPmkvy {
    font-weight: 300;
    color: #282058;
    line-height: 20px;
    font-size: 2.250em;
    margin-bottom: 15px;
}
.pmkvyWrap .pmkvyInroductionFirst {
    color: #3f50a1;
    font-size: 1.125em;
    line-height: 27px;
    margin-bottom: 20px;
    text-align: justify;
}
.pmkvyLogos span {
    margin-right: 15px;
}
.pmkvyWrap .row .cols5 {
    margin-top: 50px;
}
.pmkvyWrap .row .cols7 {
    padding-right: 60px;
}
.pmkvyWrap .candidateRegistrationButton a img {
    background: #3f50a1;
    padding: 20px;
    border-radius: 50%;
    margin-right: 15px;
}
.pmkvyWrap .candidateRegistrationButton a {
    background: #e6f0f1;
    text-transform: uppercase;
    padding: 20px;
    font-size: 1.250em;
    color: #282058;
    font-weight: bold;
    text-decoration: none;
    border-radius: 15px;
    margin-bottom: 25px;
    width: 100%;
    display: inline-block;
}
.pmkvyWrap .candidateRegistrationButton a:hover {
    transition: all 0.3s ease-out;
    background: #6674B4;
    background: -webkit-linear-gradient(top left, #6674B4, #73AAD9);
    background: -moz-linear-gradient(top left, #6674B4, #73AAD9);
    background: linear-gradient(to bottom right, #6674B4, #73AAD9);
    color: #fff;
    text-decoration: none;
} /*Scheme components Start*/
.schemeComponentWrap {
    width: 100%;
    clear: both;
    display: inline-block;
}
.schemeComponentWrap .schemeServices {
    width: 16.66%;
    float: left;
    padding: 0 10px;
    position: relative;
}
.schemeComponentWrap .schemeServices .schemeboxDiv {
    background: #5094cf;
    text-align: center;
    padding: 10px;
    width: 100%;
    height: 200px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
}
.schemeComponentWrap .schemeServices .schemeboxDiv:hover {
    transform: scale(1.05);
}
.schemeComponentWrap .schemeServices .schemeboxDiv span.schemeIcon {
    float: none;
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50% 50%;
    transition: all 0.3s ease-out;
    margin: 10px 0 0;
}
.schemeComponentWrap .schemeServices:nth-child(1) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: 5px 20px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(2) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -68px 20px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(3) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -144px 20px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(4) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -217px 20px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(5) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -292px 24px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(6) .schemeboxDiv span.schemeIcon {
    background: #3f50a1 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -367px 22px;
    background-size: auto;
}
.schemeComponentWrap .schemeServices:nth-child(1) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: 5px -50px;
}
.schemeComponentWrap .schemeServices:nth-child(2) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -68px -55px;
}
.schemeComponentWrap .schemeServices:nth-child(3) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -144px -55px;
}
.schemeComponentWrap .schemeServices:nth-child(4) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -217px -55px;
}
.schemeComponentWrap .schemeServices:nth-child(5) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -292px -55px;
}
.schemeComponentWrap .schemeServices:nth-child(6) .schemeboxDiv:hover span.schemeIcon {
    background: #fff url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -367px -55px;
}
.schemeComponentWrap .schemeServices .schemeboxDiv h4.schemeTitle {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    margin: 8px 0;
    text-transform: uppercase;
}
.schemeComponentWrap .schemeServices:after {
    background: rgba(0, 0, 0, 0) url(../../images/path-arrow.png) no-repeat scroll 0 0;
    right: -10px;
    width: 36px;
    display: none;
}
.schemeComponentWrap .schemeServices:after {
    position: absolute;
    top: 90px;
    content: "";
    height: 20px;
} /*scheme components End*/ /*Download Brochure Button*/
.schemeAndInitiativesWrap .downloadBrochure {
    border: 1px solid #ffcc02;
    color: #282058;
    margin: 0 5px 10px 0;
    padding: 10px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: bold;
    border-radius: 10px;
}
.schemeAndInitiativesWrap .downloadBrochure .downloadIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms;
}
.downloadBrochureSprite {
    background-image: url(../../images/download-brochure-sprite.png);
    background-repeat: no-repeat;
}
.schemeAndInitiativesWrap .downloadBrochure:hover .downloadIcon {
    background-position: 0 -43px;
}
.schemeAndInitiativesWrap .downloadBrochure:hover {
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
}
.schemeAndInitiativesWrap .applyNowButton {
    border: 1px solid #ffcc02;
    color: #282058;
    padding: 12px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.125em;
    font-weight: bold;
    border-radius: 10px;
}
.schemeAndInitiativesWrap .applyNowButton {
    width: auto;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms;
}
.schemeAndInitiativesWrap .applyNowButton:hover {
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
} /*Download Brochure Button End*/ /*Courses under PMKVY Start*/
.coursesPmkvyWrap {
    background: #e6f0f1;
    padding: 75px 0;
    margin-bottom: 50px;
}
.coursesPmkvyContentBox {
    background: #fff;
    margin-bottom: 20px;
    padding: 30px;
    border-radius: 15px;
    margin-left: 35px;
}
.coursesPmkvyContentBox h4 {
    color: #2b364e;
    font-size: 1.538em;
    margin-bottom: 10px;
    font-weight: bold;
}
.coursesPmkvyContentBox .row .cols3 {
    padding: 0;
    border: 6px solid #f5b929;
    border-radius: 15px;
    margin-left: -50px;
    background: #fff;
    margin-top: 10px;
    overflow: hidden;
}
.coursesPmkvyContentBox .row .cols3 img {
    width: 100%;
    height: auto;
}
.coursesPmkvyContentBox .row .cols9 {
    margin-left: 15px;
}
.coursesPmkvyContentBox p {
    color: #4f4f4f;
    font-size: 1em;
    margin: 0;
    line-height: 27px;
    text-align: justify;
    margin-bottom: 20px;
}
ul.coursesProfile {
    list-style: none;
    padding: 0;
    margin-bottom: 10px;
}
ul.coursesProfile li {
    float: left;
    border-right: 1px solid #cecece;
    padding: 0 15px;
}
ul.coursesProfile li:last-child {
    border-right: none;
    padding-right: 0;
    margin: 0;
}
ul.coursesProfile li:first-child {
    padding: 0 15px 0 0;
}
ul.coursesProfile li {
    color: #3f50a1;
    font-size: 1.200em;
    font-weight: normal;
}
ul.coursesProfile li span {
    color: #8a8a8a;
    font-size: 1.125em;
    font-weight: bold;
    display: block;
}
.coursesProfileLeft {
    float: left;
    margin-bottom: 10px;
    width: 100%;
}
.coursesProfileRight {
    float: left;
    width: 100%;
}
.highlightedText {
    line-height: 1.5em;
    font-weight: bold;
    color: #0e1a35;
    font-size: 1.400em;
} /*Courses under PMKVY End*/ /*Applyl Online Section Start*/
.applyOnlineSectionWrap {
    background: #312869; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #312869 0%, #4555a0 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #312869 0%, #4555a0 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #312869 0%, #4555a0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312869', endColorstr='#4555a0', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    padding: 45px 0;
}
.applyOnlineSection {
}
.applyOnlineLeftSection {
    float: left;
    width: 55%;
}
.applyOnlineRightSection {
    float: right;
    width: 30%;
}
.applyOnlineRightSection p {
    margin: 0;
}
.applyOnlineSectionWrap .applyOnlineMainText {
    font-weight: bold;
    color: #fff;
    font-size: 1.688em;
    line-height: 1.2em;
}
.applyOnlineSectionWrap .applyOnlineSubText {
    font-size: 1.125em;
    line-height: 1.2em;
    color: #fff;
    margin: 0;
}
.applyOnlineSectionWrap p {
    color: #fff;
}
.applyOnlineSectionWrap .applyOnline {
    box-shadow: 0 10px 25px 5px rgba(31, 31, 31, 0.5);
    color: #fff;
    margin: 0 15px 15px 0;
    padding: 10px 48px 10px 30px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.300em;
    font-weight: normal;
    border-radius: 10px;
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.applyOnlineRightSection div {
    position: relative;
}
.applyOnlineSectionWrap .applyOnline .applyOnlineIcon {
    width: 30px;
    height: 35px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms;
}
.applyOnlineSprite {
    background-image: url(../../images/apply-online-sprite.png);
    background-repeat: no-repeat;
}
.applyOnlineSectionWrap .applyOnline:hover .applyOnlineIcon {
    background-position: 0 -55px;
}
.applyOnlineSectionWrap .applyOnline:hover {
    background: #fdba13; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fdba13 0%, #f5a129 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdba13', endColorstr='#f5a129', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
} /*Applyl Online Section End*/ /*Schemes and Initiatives End*/ /*Inner Banner Start*/
.innerBannerWrap {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}
.innerBannerWrap img {
    width: 100%;
}
.innerBannerCaption {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: -40px;
}
.innerBannerCaption h2 {
    color: #fff;
    font-size: 3.429em;
    margin-bottom: 50px;
}
.innerBannerWrap .bannerContent {
    position: relative;
}
.bannerContent .pageTitle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.bannerContent .pageTitle h1 {
    border-radius: 13px;
    padding: 20px 35px;
    margin-bottom: 0;
    color: #fff;
    font-size: 2.125em;
    font-weight: bold;
    display: inline-block;
    border-top: 5px solid #ffd469;
    transition: all 0.3s ease-out;
    background: #6674B4;
    background: -webkit-linear-gradient(top left, #6674B4, #73AAD9);
    background: -moz-linear-gradient(top left, #6674B4, #73AAD9);
    background: linear-gradient(to bottom right, #6674B4, #73AAD9);
}
.innerBannerWrap {
    position: relative;
}
.innerBannerWrap .bannerImgWrap img {
    width: 100%;
    visibility: hidden;
    opacity: 0;
}
.innerBanner .bannerImgWrap {
    height: 330px;
    overflow: hidden;
    background-position: right bottom;
    background-size: cover;
    background-repeat: no-repeat;
} /*Inner Banner End*/ /********************SKC Bottom Logo*************************/
.skcLogoSliderWrap {
    margin-top: 30px;
}
.skcLogoBlock {
    padding: 15px 0 50px 0;
}
.skcLogoBlock .owlCarousel .item .cols4 {
    width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    height: 45px;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    width: 45px;
    display: block;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-next {
    height: 24px;
    width: 24px;
    right: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #ffb600;
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #ffb600;
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover {
}
.skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:hover {
}
.skcLogoBlock .owl-theme .owl-controls {
    top: -85px;
    right: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100px;
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
} /********************Bottom Logo end*************************/ /********************Bottom Logo*************************/
.bottomLogoBlock {
    background: #fff;
    padding: 30px 0;
    border-top: 1px solid #e5e5e5;
}
.bottomLogoBlock .owlCarousel .item .cols4 {
    width: 100%;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    height: 45px;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    width: 45px;
    display: block;
    border-radius: 0;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.bottomLogoBlock .owlCarousel {
    padding: 0 50px;
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next {
    height: 24px;
    width: 30px;
    right: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #999;
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #999;
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover {
}
.bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:hover {
}
.bottomLogoBlock .owl-theme .owl-controls {
    top: 15px;
    left: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
} /********************Bottom Logo end*************************/ /*Check Box*/
.checkbox-label {
    position: relative;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 35px;
    width: 24px;
    clear: both;
    display: block;
}
.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkbox-label .checkbox-custom {
    position: absolute;
    top: 7px;
    left: 0px;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FFFFFF;
}
.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity: 1;
    border: 2px solid #FFFFFF;
}
.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity: 1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.checkbox-label input:checked ~ .checkbox-custom::after {
    -webkit-transform: rotate(45deg) scale(1);
    -ms-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #009BFF;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
} /* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity: 0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.input-title {
    color: #fff;
    font-size: 1.125em;
    line-height: 27px;
    padding-bottom: 10px;
} /*Check Box End*/ /*****Annual Report CSS Start*****/
ul.annualReport {
    list-style: none;
    padding: 0
}
.annualReport > li {
    float: left;
    width: 25%;
    padding: 10px;
}
.annualReport a {
    display: block;
    position: relative;
    text-align: center;
    overflow: hidden;
    box-shadow: 5px 5px 10px #666;
    padding: 5px;
    background: #fff;
}
.annualReportTitle {
    background: #282058;
    color: #fff;
    display: block;
    font-size: 15px;
    left: 0;
    bottom: 5px;
    padding: 20px 10px;
    position: absolute;
    width: calc(100% - 10px);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    line-height: 20px;
    right: 0;
    margin: 0 auto;
    font-weight: 600;
} /*.annualReport a:hover .annualReportTitle { bottom:5px; left:0 }*/
.annualReportTitle .fileSize {
    font-size: 12px;
    font-style: italic;
    display: block;
    margin-top: 3px;
} /*****Annual Report CSS End*****/ /*Scheme Index CSS Sratt*/
.boxesView {
    margin: -22px;
    padding: 0;
    list-style: none;
}
.boxesView li {
    float: left;
    width: 33.333%;
    padding: 22px;
}
.boxesView.customerServicesList {
    margin: -13px;
}
.boxesView.customerServicesList li {
    padding: 13px;
}
.boxesView .imgHolder {
    position: relative;
    border: 7px solid #fff;
    overflow: hidden;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.boxesView .imgHolder img {
    display: block;
    width: 100%;
    transition: all 400ms ease 0ms;
    -webkit-transition: all 400ms ease 0ms
}
.boxesView .imgHolder:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.boxesView a {
    color: #fff;
}
.boxesView .overlayArea {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 400ms ease 0ms;
    -webkit-transition: all 400ms ease 0ms;
}
.boxesView .imgHolder:hover .overlayArea {
    bottom: 0;
}
.boxesView .overlayArea:after {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    content: "";
    background: url(../../images/gradient-box-bg.png) repeat-x 0 0;
    height: 89px;
}
.boxesView strong {
    display: block;
    font-size: 1.350em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 30px;
}
.boxesView .knowMore, .boxesView .knowMore, .personalAcc .row .knowMore {
    display: inline-block;
    background: #fff;
    color: #282058;
    font-size: 1.063em;
    font-weight: 600;
    margin: 40px 0;
    padding: 0 50px;
    line-height: 38px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px 5px rgba(31, 31, 31, 0.5);
}
.boxesView .knowMore:hover, .boxesView .knowMore:hover, .personalAcc .row .knowMore:hover {
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
}
.boxesView .knowMore .icon, .boxesView .knowMore .icon, .personalAcc .row .knowMore .icon {
    width: 17px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    background-position: -543px -424px;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms
}
.boxesView .knowMore:hover .icon, .boxesView .knowMore:hover .icon, .personalAcc .row .knowMore:hover .icon {
    background-position: -560px -424px;
}
.boxesView .box {
    position: relative;
}
.boxesView .box:before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.boxesView .box:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
} /*Scheme Index CSS End*/ /*What We Do Content Section CSS Start*/
.boxListData ul li .dataWrapBox, .boxListData ul li .dataWrapBox:before, .boxListData ul li .titleText {
    transition: all 450ms ease 0s;
    -webkit-transition: all 450ms ease 0s;
}
.boxListData ul {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.boxListData ul li {
    float: left;
    padding: 10px;
    width: 33.33%;
}
.boxListData ul li .dataWrapBox {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    position: relative;
    background: #f1f1f1;
    border: 5px solid #fff;
}
.boxListData ul li div {
    width: 100%;
}
.boxListData ul li .dataWrapBox:before {
    position: absolute;
    left: 50%;
    width: 0;
    bottom: 0;
    height: 3px;
    content: "";
    background: #002c63;
}
.boxListData ul li .dataWrapBox:hover:before {
    width: 100%;
    left: 0;
}
.boxListData ul li a {
    display: block;
    padding: 25px 15px;
    text-align: center;
    text-decoration: none;
    color: #002c63;
}
.boxListData ul li span {
    display: block;
}
.boxListData ul li .titleText {
    font-size: 20px;
    color: #2d2d2d;
    font-weight: 700;
    line-height: 1.2;
}
.boxListData ul li .dataWrapBox:hover {
    background: #e6f0f1;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.boxListData ul li .dataWrapBox:hover .titleText {
    color: #002c63;
} /*What We Do Content Section CSS end*/ /*Knowledge Bank Index CSS Sratt*/
.knowledgeBank .boxesView {
    margin: -22px;
    padding: 0;
    list-style: none;
}
.knowledgeBank .boxesView li {
    float: left;
    width: 50%;
    padding: 22px;
}
.knowledgeBank .boxesView.customerServicesList {
    margin: -13px;
}
.knowledgeBank .boxesView.customerServicesList li {
    padding: 13px;
}
.knowledgeBank .boxesView .imgHolder {
    position: relative;
    border: 7px solid #fff;
    overflow: hidden;
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.2);
}
.knowledgeBank .boxesView .imgHolder img {
    display: block;
    width: 100%;
    transition: all 400ms ease 0ms;
    -webkit-transition: all 400ms ease 0ms
}
.knowledgeBank .boxesView .imgHolder:hover img {
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.knowledgeBank .boxesView a {
    color: #fff;
}
.knowledgeBank .boxesView .overlayArea {
    position: absolute;
    width: 100%;
    text-align: center;
    left: 0;
    bottom: -20px;
    background: rgba(0, 0, 0, 0.7);
    transition: all 400ms ease 0ms;
    -webkit-transition: all 400ms ease 0ms;
}
.knowledgeBank .boxesView .imgHolder:hover .overlayArea {
    bottom: 0;
}
.knowledgeBank .boxesView .overlayArea:after {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    content: "";
    background: url(../../images/gradient-box-bg.png) repeat-x 0 0;
    height: 89px;
}
.knowledgeBank .boxesView strong {
    display: block;
    font-size: 1.350em;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
    padding: 0 30px;
}
.knowledgeBank .boxesView .knowMore, .boxesView .knowMore, .personalAcc .row .knowMore {
    display: inline-block;
    background: #fff;
    color: #282058;
    font-size: 1.063em;
    font-weight: 600;
    margin: 40px 0;
    padding: 0 50px;
    line-height: 38px;
    text-decoration: none;
    border-radius: 10px;
    box-shadow: 0 10px 25px 5px rgba(31, 31, 31, 0.5);
}
.knowledgeBank .boxesView .knowMore:hover, .knowledgeBank .boxesView .knowMore:hover, .personalAcc .row .knowMore:hover {
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
}
.knowledgeBank .boxesView .knowMore .icon, .knowledgeBank .boxesView .knowMore .icon, .personalAcc .row .knowMore .icon {
    width: 17px;
    height: 12px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 12px;
    background-position: -543px -424px;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms
}
.knowledgeBank .boxesView .knowMore:hover .icon, .knowledgeBank .boxesView .knowMore:hover .icon, .personalAcc .row .knowMore:hover .icon {
    background-position: -560px -424px;
}
.knowledgeBank .boxesView .box {
    position: relative;
}
.knowledgeBank .boxesView .box:before {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
.knowledgeBank .boxesView .box:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 110%, 0);
} /*Scheme Index CSS End*/ /*Contact Us CSS Start*/
.contactUsSection {
}
.contactUsSection h2.contactUsHeading {
    font-weight: bold;
    color: #282058;
    margin-bottom: 25px;
    font-size: 1.813em;
    text-align: center;
}
.contactUsSection p.contactUsAddress {
    font-size: 1.500em;
    color: #151515;
    margin-bottom: 35px;
    text-align: center;
    font-weight: normal;
    line-height: 1.5em;
}
ul.contactUsDetail {
    list-style: none;
    width: 100%;
    padding: 25px 0;
    border-top: 1px solid #d0d0d0;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 35px;
}
ul.contactUsDetail li {
    font-size: 1.250em;
    float: left;
    width: 33.33%;
    color: #626262;
    text-align: center;
}
ul.contactUsDetail li img {
    background: #fff;
    transition: all 0.5s ease-in-out;
    padding: 15px;
    border: 2px solid #ffcc02;
    border-radius: 50%;
    margin: 0 15px 0 0;
}
ul.contactUsDetail li img:hover {
    background: #f1f1f1;
}
ul.contactUsDetail li a {
    color: #626262;
    text-decoration: none;
}
ul.contactUsDetail li a:hover {
    color: #626262;
    text-decoration: none;
}
h3.contactUsSubHeading {
    font-weight: bold;
    color: #312869;
    margin-bottom: 35px;
    font-size: 1.813em;
    text-align: center;
}
ul.zonalOfficesList {
    list-style: none;
    width: 100%;
    clear: both;
    margin: 0;
    padding: 0;
}
ul.zonalOfficesList li {
    float: left;
    width: 49%;
    background: #e6f0f1;
    border-top: 5px solid #ffc943;
    padding: 30px;
    margin: 0 0 20px 0;
    border-radius: 10px;
}
ul.zonalOfficesList li:nth-child(2n) {
    float: right;
}
ul.zonalOfficesList li h3 {
    color: #0e1a35;
    margin-bottom: 10px;
}
ul.zonalOfficesList li p.zoneAddress {
    font-size: 1.05em;
    line-height: 1.5em;
    color: #444;
    margin-bottom: 20px;
}
ul.zonalOfficesList li p.zoneContactNumber {
    color: #3f50a1;
    font-size: 1.250em;
}
.phoneIcon {
    background: url(../../images/phone-icon.png) no-repeat left center;
    padding: 0 0 0 40px;
    margin: 0;
} /*Contact Us CSS End*/ /*Success Story Listing CSS Start*/
ul.successStoriesListing {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}
ul.successStoriesListing li {
    padding: 20px;
    width: 47%;
    float: left;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.18);
    margin: 0 0 40px 20px;
    border-radius: 15px;
    min-height: 290px;
}
ul.successStoriesListing li:nth-child(2n) {
    float: right;
}
.successStoriesBox .successStoriesPhoto {
    border-radius: 50%;
    margin-left: -45px;
    float: left;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfdfdf;
}
.successStoriesBox .successStoriesDetail {
    width: 70%;
    float: right;
}
.successStoriesBox .successStoriesDetail .personName {
    color: #0e1a35;
    font-weight: bold;
    font-size: 1.200em;
    margin-bottom: 7px;
}
.successStoriesBox .successStoriesDetail p.successStoriesCategory {
    font-weight: bold;
    font-size: 1em;
    color: #3f50a1;
    line-height: 1.5em;
    margin: 0;
}
.successStoriesBox .successStoriesDetail p.successStoriesWinnerType {
    font-size: 1em;
    color: #545454;
    line-height: 1.5em;
    margin: 0;
    border-bottom: 1px solid #c6c6c6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
successStoriesBox .successStoriesDetail p.discription {
    font-size: 1.125em;
    color: #545454;
    line-height: 1.5em;
    margin: 0;
} /*Success Story Listing CSS End*/ /*about us Gujarat Skill Development Mission css start*/
.gsdMissionWrap {
    background: #3f50a0;
    display: inline-block;
    width: 100%;
    margin: 70px 0 70px;
    padding: 20px 0;
}
.gsdMissionWrap .gsdMissionMainIn {
    display: flex;
    width: 100%;
    position: relative;
    vertical-align: middle;
    align-items: center;
}
.gsdMissionWrap .gsdMissionMainIn .boxesMin {
    width: auto;
    display: inline-block;
    padding: 0 0 0 30px;
}
.gsdMissionWrap .gsdMissionMainIn h3.gsdMissionTitle {
    display: inline-block;
    font-size: 2em;
    font-weight: 800;
    margin: 0;
    width: 25%;
    color: #fff;
}
.gsdMissionWrap .gsdMissionMainIn .boxesMin .services {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.gsdMissionWrap .gsdMissionMainIn .boxesMin {
    width: 83%;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 -10px 0 -10px;
}
.gsdMissionWrap .gsdMissionMainIn .boxesMin .services .boxDiv {
    background: #5094cf;
    text-align: left;
    padding: 40px 20px;
    width: 100%;
    height: 252px;
    margin: -93px 0 -93px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
} /*.gsdMissionWrap .gsdMissionMainIn .boxesMin .services .boxDiv:hover { transform: scale(1.05); }*/
.gsdMissionWrap .gsdMissionMainIn .boxesMin .services .boxDiv p.description {
    font-size: 16px;
    margin-bottom: 10px;
    color: #fff;
    padding: 0 10px;
    text-align: justify;
} /*about us Gujarat Skill Development Mission css end*/ /*project slider home*/
.projectSliderHomeWrap {
    margin-bottom: 50px;
    position: relative;
}
.projectSliderHomeWrap .sectionHeading {
    color: #fff;
    font-size: 2.613em;
    margin-bottom: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
}
.projectSliderHomeWrap .orangeBg {
    background: #f26531;
}
.projectSlider .owlCarousel {
}
.projectSlider a {
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    clear: both;
    padding-bottom: 30px;
}
.itemProjectPhoto {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    width: 100%;
}
.itemProjectPhoto .itemProjectTitle {
    transition: all 0.5s;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    padding: 80px 10px 10px 10px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(24, 56, 121, 0.9)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(24, 56, 121, 0.9) 100%);
}
.projectSlider a:hover .itemProjectTitle {
    padding-top: 120px;
    transition: all 350ms ease 0s;
    -webkit-transition: all 350ms ease 0s;
    padding-bottom: 60px;
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-prev {
    height: 24px;
    width: 24px;
    left: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-next {
    height: 24px;
    width: 24px;
    right: 0;
    position: absolute;
    transition: all 0.2s ease-in-out
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-prev:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f104";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-next:after {
    font-size: 30px;
    line-height: 32px;
    color: #999;
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    text-indent: 0;
    height: 24px;
    width: 24px;
    left: 0;
    right: 0;
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #ffb600;
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #ffb600;
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-prev:hover {
}
.projectSlider .owl-theme .owl-controls .owl-nav .owl-next:hover {
}
.projectSlider .owl-theme .owl-controls {
    top: -85px;
    right: 0;
    margin-top: 0;
    position: absolute;
    text-align: center;
    width: 100px;
    -webkit-tap-highlight-color: transparent;
    z-index: 9;
}
.projectSlider a.viewAllButton {
    float: right;
    font-size: 14px;
    line-height: normal;
    text-decoration: none;
    color: #282058;
    border: 2px solid #ffcc02;
    padding: 10px 15px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-out;
}
.projectSlider a.viewAllButton:hover {
    color: #282058;
    border: 2px solid #ffcc02;
    background: #ffcc02;
    border-radius: 0;
} /*project slider home End*/ /*Skill Training Start*/
.skillTrainingWrap {
    clear: both;
    margin: 0 -10px 30px -10px;
}
.skillTrainingWrap .skillType {
    width: 20%;
    float: left;
    padding: 0 10px;
    position: relative;
}
.skillTrainingWrap .skillType .skillboxDiv {
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
}
.skillTrainingWrap .skillType .skillboxDiv:hover {
    transform: scale(1.05);
}
.skillTrainingWrap .skillType .skillboxDiv span img {
    text-align: center;
    background: #fff;
    border-radius: 50% 50%;
    padding: 5px;
    margin-bottom: 20px;
    display: inline-block;
}/*.skillTrainingWrap .skillType .skillboxDiv span.skillIcon { float: none; display: inline-block; width: 90px; height: 90px; transition: all 0.3s ease-out; }*/
.skillTrainingWrap .skillType .skillboxDiv span.skillTitle {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    display: block;
}
.hindiDoc .skillTrainingWrap .skillType .skillboxDiv span.skillTitle {
    font-size: 1.25em;
}
.skillTrainingWrap .skillType .skillboxDiv a {
    background: #6674B4;
    background: -webkit-linear-gradient(top left, #6674B4, #73AAD9);
    background: -moz-linear-gradient(top left, #6674B4, #73AAD9);
    background: linear-gradient(to bottom right, #6674B4, #73AAD9);
    text-align: center;
    padding: 20px;
    width: 100%;
    height: 215px;
    margin-bottom: 20px;
    border-radius: 12px;
    transition: all 0.3s ease-out;
    display: block;
    color: #fff;
    text-decoration: none;
}
.skillTrainingWrap .skillType .skillboxDiv a:hover {
    color: #fff;
    text-decoration: none;
} /*Skill Training End*/ /*Schedule Section Start*/
.scheduleWrap {
    background: #e6f0f1;
}
.scheduleWrap .scheduleBox {
    overflow: hidden;
    border-radius: 15px;
}
.scheduleWrap .scheduleBox .firstScheduleRow {
    background: #f5b929;
    padding: 15px;
    font-size: 1.125em;
    color: #fff;
    line-height: 1.5em;
    margin-bottom: 0;
    font-weight: 500;
}
.scheduleWrap .scheduleBox .otherScheduleRow {
    background: #fff;
    padding: 1.125em;
    font-size: 16px;
    color: #545454;
    line-height: 1.5em;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 0;
}
.scheduleWrap .scheduleBox .otherScheduleRow:last-child {
    border-bottom: none;
}
a.btn.venueButton {
    font-size: 0.875em;
    line-height: normal;
    text-decoration: none;
    color: #282058;
    border: 2px solid #ffcc02;
    padding: 8px;
    border-radius: 10px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.3s ease-out;
    margin: 0 5px;
    margin: 0 5px 5px 0;
}
a.btn.venueButton:hover {
    color: #282058;
    border: 2px solid #ffcc02;
    background: #ffcc02;
} /*Schedule Section End*/ /*Video Play in Inner page start*/
.videoRow {
    border-top: 5px solid #fcc742;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.videoRow h3 {
    margin: 30px 0 5px 0;
}
.projekktor2 {
    width: 100% !important;
    height: 300px !important;
} /*Videp Play in Inner page end*/ /*Plumbing and Heating CSS Start*/
.plumbingHeatingWrapper {
    margin-bottom: 50px;
}
.plumbingHeatingWrapper .findPassion {
    box-shadow: 0 10px 25px 5px rgba(31, 31, 31, 0.5);
    color: #fff;
    margin: 0 15px 15px 0;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.300em;
    font-weight: normal;
    border-radius: 10px;
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.plumbingHeatingWrapper .findPassion .findPassionIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms;
}
.plumbingHeatingWrapper .findPassion:hover .findPassionIcon {
    background-position: 0 -32px;
}
.passionSprite {
    background-image: url(../../images/passionSprite.png);
    background-repeat: no-repeat;
}
.plumbingHeatingWrapper .findPassion:hover {
    background: #fdba13; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fdba13 0%, #f5a129 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdba13', endColorstr='#f5a129', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
}
.plumbingHeatingWrap {
    background: #3f50a0;
    display: inline-block;
    width: 100%;
    margin: 70px 0 90px;
    padding: 20px 0;
}
.plumbingHeatingWrap .plumbingHeatingMainIn {
    display: flex;
    width: 100%;
    position: relative;
    vertical-align: middle;
    align-items: center;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin {
    width: auto;
    display: inline-block;
    padding: 0 0 0 30px;
}
.plumbingHeatingWrap .plumbingHeatingMainIn h3.plumbingHeatingTitle {
    display: inline-block;
    font-size: 1.688em;
    font-weight: 800;
    margin: 0;
    width: 25%;
    color: #fff;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services {
    width: 100%;
    float: left;
    padding: 0 10px;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin {
    width: 83%;
    display: inline-block;
    padding: 0 0 0 20px;
    margin: 0 -10px 0 -10px;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv {
    background: #5094cf url(../../images/quote-icon.png)no-repeat left 170px top 20px;
    text-align: left;
    padding: 50px 20px;
    width: 100%;
    height: 265px;
    margin: -93px 0 -93px;
    border-radius: 12px;
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.18);
    transition: all 0.3s ease-out;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv:hover {
    transform: scale(1.05);
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv p.description {
    margin: 10px 0;
    color: #fff;
    padding: 0 10px;
    text-align: justify;
    font-size: 1em;
}
.plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv .imgRoundBox {
    overflow: hidden;
    border-radius: 50% 50%;
    height: 125px;
    width: 125px;
}
.plumbingHeatingAboutUs {
    background: #e6f0f1;
    padding: 70px 0;
    margin-bottom: 50px;
}
span.orangeText {
    color: #ffc23c;
}
.ourPartnerContent {
    margin-bottom: 25px;
} /*Recent Medalist in Plumbing and Heading CSS start*/
.recentMedalistWrap {
    clear: both;
    margin-bottom: 25px;
}
.recentMedalistWrap ul {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
}
.recentMedalistWrap ul li {
    float: left;
    width: 22%;
    margin-right: 3%;
    margin-bottom: 15px;
    text-align: center;
    padding: 25px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}
.recentMedalistWrap ul li:last-child {
    margin-right: 0;
}
.recentMedalistWrap ul li .medalistImage {
    border: 3px solid #ffc23c;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.recentMedalistWrap ul li .medalistName {
    color: #282058;
    margin-bottom: 5px;
    font-size: 1.250em;
    font-weight: 600;
}
.recentMedalistWrap ul li .medalistCategoty {
    color: #3f50a1;
    font-size: 1.300em;
    font-weight: normal;
} /*Recent Medalist in Plumbing and Heading CSS end*/ /*Plumbing and Heating CSS End*/ /*Common Button CSS Start*/
a.commonButton {
    box-shadow: 0 10px 25px 5px rgba(31, 31, 31, 0.5);
    color: #fff;
    margin: 0 15px 15px 0;
    padding: 10px 20px;
    display: inline-block;
    text-decoration: none;
    font-size: 1.300em;
    font-weight: normal;
    border-radius: 10px;
    background: #f5a129; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #f5a129 0%, #fdba13 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #f5a129 0%, #fdba13 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a129', endColorstr='#fdba13', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
a.commonButton .commonButtonIcon {
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms ease 0ms;
    -webkit-transition: all 300ms ease 0ms;
}
a.commonButton:hover .commonButtonIcon {
    background-position: 0 -32px;
}
.commonButtonSprite {
    background-image: url(../../images/passionSprite.png);
    background-repeat: no-repeat;
}
a.commonButton:hover {
    background: #fdba13; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fdba13 0%, #f5a129 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fdba13 0%, #f5a129 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdba13', endColorstr='#f5a129', GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #fff;
    text-decoration: none;
} /*Common Button CSS End*/ /*GSDM Event CSS start*/
.gsdmEventWrap {
    clear: both;
}
.gsdmEventWrap ul {
    list-style: none;
    padding: 0;
    margin: 20px -10px 0 -10px;
}
.gsdmEventWrap ul li {
    padding: 10px;
    float: left;
    width: 33.333%;
    margin-bottom: 20px;
}
.gsdmEventWrap ul li .eventBox {
    padding: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.14);
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    padding-bottom: 35px;
}
.gsdmEventWrap ul li .gsdmEventImage {
    overflow: hidden;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 15px;
}
.gsdmEventWrap ul li .gsdmEventImage img {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: 0 0 3px 00 #fff;
    -moz-box-shadow: 0 0 3px 00 #fff;
    box-shadow: 0 0 3px 00 #fff;
}
.gsdmEventWrap ul li .gsdmEventTitle {
    color: #0e1a35;
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: bold;
}
.gsdmEventWrap ul li .gsdmEventTitle a {
    color: #0e1a35;
    text-decoration: none;
    display: block;
}
.gsdmEventWrap ul li .gsdmEventTitle a:hover {
    color: #f6a427;
}
.gsdmEventWrap ul li .gsdmEventDisc {
    color: #545454;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #d3d7e9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.gsdmEventWrap ul li .gsdmEventDisc p {
    margin-bottom: 0;
}
.gsdmEventWrap ul li .eventDataCommentSection {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 15px;
    padding: 0 15px;
}
.eventDataCommentSection .eventDateLeftPart {
    float: left;
    padding-left: 30px;
    background: url(../../images/event-date-icon.png)no-repeat left center;
    color: #545454;
    font-size: 16px;
}
.eventDataCommentSection .eventCommentRightPart {
    float: right;
    padding-left: 30px;
    background: url(../../images/event-comment-icon.png)no-repeat left center;
    color: #545454;
    font-size: 16px;
} /*GSDM Event CSS end*/ /*Plumbing and Heating CSS End*/ /*Dark Theme Intigration CSS Start*/
.wob .topHeader {
    background: #808080;
}
.wob .topStrip li::before {
    content: " ";
    position: absolute;
    left: 0;
    top: 50%;
    z-index: auto;
    height: 14px;
    width: 1px;
    background: #ff0;
    overflow: hidden;
    margin-top: -7px;
}
.wob #accessControl input {
    color: #ff0;
}
.wob .language select {
    color: #fff;
    background: url(../../images/select-arrow-white.png) right center no-repeat;
}
.wob #accessControl .contrastChanger.wob {
    background: #000;
    border-radius: 50% 50%;
    border: 2px solid #fff;
}
.wob #accessControl input:hover {
    color: #80ff00;
}
.wob .locationInfo .cityName {
    color: #fff;
}
.wob .locationInfo a, .wob .homeSchemeItem h3 a {
    color: #ff0;
}
.wob .locationInfo a:hover, .wob .homeSchemeItem h3 a:hover {
    color: #80ff00;
}
.wob .homeSchemeItem p {
    color: #fff;
}
.wob .homeSchemeItem .homeSchemeBottom {
    padding-bottom: 15px;
}
.wob .contactinfo .callIcon {
    background: url(../../images/call-icon-white.png)no-repeat;
}
.wob .serachBar {
    display: inline-flex;
    border-left: 1px solid #ff0;
}
.wob .serachBar .searchIcon.close {
    background: url(../../images/search-icon-white.png)no-repeat;
}
.wob .serachBar .searchIcon {
    background: url(../../images/close-icon-white.png)no-repeat;
}
.wob #nav ul {
    border-top: 5px solid #fff;
    background-color: #484848;
}
.wob #nav ul::before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 15px solid #fff;
    position: absolute;
}
.wob #nav ul li a {
    display: block;
    font-size: 17px;
    line-height: 24px;
    color: #ff0;
    padding: 12px 12px 12px 35px;
    text-align: left;
}
.wob #nav ul li a:before {
    color: #ff0;
}
.wob #nav li ul li a:hover, .wob #nav li ul li > a.selected, .wob #nav ul a:hover, .wob .noJS #nav ul a:focus, .wob #nav ul a.selected, .wob #nav ul > .highlight > a {
    background-color: #000;
    color: #ff0;
}
.wob .mainNavigation {
    background: #505050;
}
.wob #nav li a {
    color: #ff0;
}
.wob #nav > li > a:hover, .wob #nav > li.hover > a, .wob #nav > li.focus > a, .wob #nav > .highlight > a {
    color: #80ff00;
}
.wob #nav > li:last-child > a {
    background-color: #222;
}
.wob #nav > li:last-child > a:hover {
    background-color: #ff0;
    color: #000;
}
.wob #backtotop span em {
    background: #777 url(../../images/backtotop.png) no-repeat scroll center center;
}
.wob #backtotop:hover > span {
    background: #00ff00;
    color: #000;
}
.wob footer.siteFooter .copyrightSection {
    background: #222;
}
.wob footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a {
    color: #ff0;
}
.wob footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li a:hover {
    color: #80ff00;
}
.wob footer.siteFooter .copyrightSection .MenuCopyright p.copyRight, .wob footer.siteFooter .copyrightSection .socialMenu span.socialTitle {
    color: #fff;
}
.wob footer.siteFooter .copyrightSection .socialMenu ul li a {
    color: #80ff00;
}
.wob footer.siteFooter .copyrightSection .socialMenu ul li a:hover {
    color: #ff0;
}
.wob footer.siteFooter {
    background: #555;
}
.wob footer.siteFooter h3 {
    color: #ff0;
    border-bottom: 1px solid #ff0;
}
.wob footer.siteFooter a.moreLink {
    color: #fff;
}
.wob footer.siteFooter a.moreLink:hover {
    color: #ff0;
}
.wob .bottomLogoBlock {
    background: #000;
    padding: 30px 0;
    border-color: #000;
}
.wob .bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:after {
    color: #fff;
}
.wob .bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:after {
    color: #fff;
}
.wob .bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev:hover:after {
    color: #ff0;
}
.wob .bottomLogoBlock .owl-theme .owl-controls .owl-nav .owl-next:hover:after {
    color: #ff0;
}
.wob .logoStripe .logo a {
    background: url(../../images/logo-white.png) no-repeat 0 0;
    display: block;
    background-size: auto;
}
.wob .logoStripe .logo img {
    opacity: 0;
    visibility: hidden;
}
.wob .sliderCation .sliderText {
    border-top: 6px solid #ff0;
    background: rgba(0, 0, 0, 0.6);
}
.wob .sliderCation .sliderText h1 {
    color: #fff;
}
.wob .sliderCation .sliderText p {
    color: #ff0;
}
.wob .sliderCation .sliderText a.exporeButton {
    color: #000;
    background: #ff0;
    transition: all 0.3s ease-out;
}
.wob .sliderCation .sliderText a.exporeButton:hover {
    color: #000;
    background: #80ff00;
}
.wob .aboutSection .latestNews {
    background: #808080;
}
.wob .aboutSection .latestNews h2.newsTitle {
    color: #fff;
}
.wob .aboutSection .latestNews .tickerNews ul li {
    border-right: 1px solid #ff0;
    color: #ff0;
}
.wob h4.gsdmTitle {
    color: #fff;
}
.wob .aboutContent p {
    text-align: justify;
    color: #ff0;
    font-size: 1.125em;
}
.wob a.btn.btn-bordered {
    color: #ff0;
    border: 2px solid #ff0;
}
.wob a.btn.btn-bordered:hover {
    color: #000;
    border: 2px solid #80ff00;
    background: #80ff00;
}
.wob .politicians .textCenter {
    background: #393939;
}
.wob .homeSchemeItem .homeSchemeBottom {
    background-color: #555;
}
.wob .politicians .textCenter ul li h5.name {
    color: #80ff00;
}
.wob .politicians .textCenter ul li p.designation {
    color: #fff;
}
.wob .whatWeDo {
    background: #ff0;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv {
    background: #555;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services .boxDiv p.description {
    color: #ff0;
}
.wob .whatWeDo .whatWeDomainIn h4.gsdmTitle {
    color: #000;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv span.icon {
    background: #000 url(../../images/services-icon.png)no-repeat;
    background-position: 15px 18px;
    background-size: auto;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv span.icon {
    background: #000 url(../../images/services-icon.png)no-repeat;
    background-position: -231px 22px;
    background-size: auto;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv span.icon {
    background: #000 url(../../images/services-icon.png)no-repeat;
    background-position: -479px 18px;
    background-size: auto;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv span.icon {
    background: #000 url(../../images/services-icon.png)no-repeat;
    background-position: -724px 20px;
    background-size: auto;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(1) .boxDiv:hover span.icon {
    background: #ff0 url(../../images/services-icon-dark.png)no-repeat;
    background-position: 15px -55px;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(2) .boxDiv:hover span.icon {
    background: #ff0 url(../../images/services-icon-dark.png)no-repeat;
    background-position: -231px -50px;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(3) .boxDiv:hover span.icon {
    background: #ff0 url(../../images/services-icon-dark.png)no-repeat;
    background-position: -479px -55px;
}
.wob .whatWeDo .whatWeDomainIn .boxesMin .services:nth-child(4) .boxDiv:hover span.icon {
    background: #ff0 url(../../images/services-icon-dark.png)no-repeat;
    background-position: -724px -55px;
}
.wob .transformingSkills {
    border-top: 6px solid #fff;
    background: none;
}
.wob .bannerContent .pageTitle h1 {
    border-top: 5px solid #ff0;
    background: rgba(0, 0, 0, 0.4);
}
.wob h2.heading {
    color: #ff0;
}
.wob .aboutUsContent p {
    text-align: justify;
    color: #fff;
}
.wob .schemeShortTermWrap {
    background: #999;
}
.wob h3.heading {
    color: #ff0;
}
.wob h3.heading span {
    color: #fff;
}
.wob .schemeShortTermContentBox {
    background: #393939;
}
.wob .schemeShortTermContentBox h4 {
    color: #80ff00;
}
.wob .schemeShortTermContentBox p {
    color: #fff;
}
.wob ul.schemeShortTermBulletText li {
    color: #f5b929;
}
.wob .schemeShortTermContentBox .row .cols3 {
    border: 6px solid #393939;
}
.wob .coursesPmkvyWrap {
    background: #999;
}
.wob .coursesPmkvyContentBox {
    background: #393939;
}
.wob .coursesPmkvyContentBox .row .cols3 {
    padding: 0;
    border: 6px solid #393939;
}
.wob ul.coursesProfile li {
    color: #ff0;
    font-size: 1.100em;
    font-weight: 500;
}
.wob ul.coursesProfile li span {
    color: #fff;
}
.wob .schemeAndInitiativesWrap .downloadBrochure {
    border: 1px solid #fff;
    color: #fff;
}
.wob .schemeAndInitiativesWrap .downloadBrochure:hover {
    background: #000;
}
.wob .schemeAndInitiativesWrap .downloadBrochure .downloadIcon {
    background-position: 0 -43px;
}
.wob .schemeAndInitiativesWrap .applyNowButton {
    border: 1px solid #fff;
    color: #fff;
}
.wob .schemeAndInitiativesWrap .applyNowButton:hover {
    background: #000;
}
.wob .counterIcon img {
    background: #fff;
    border: 2px solid #fff;
}
.wob .counterBox .count {
    color: #fff;
}
.wob .counterBox .count .inRupees {
    color: #ff0;
}
.wob .counterBox .countText {
    color: #80ff00;
}
.wob .pmkvyWrap .whatIsPmkvy {
    color: #fff;
}
.wob .pmkvyWrap .pmkvyInroductionFirst {
    color: #80ff00;
}
.wob .pmkvyWrap .candidateRegistrationButton a {
    background: #999;
    color: #ff0;
}
.wob .pmkvyWrap .candidateRegistrationButton a:hover {
    background: #444;
}
.wob .pmkvyWrap .candidateRegistrationButton a img {
    background: #000;
}
.wob .schemeComponentWrap .schemeServices .schemeboxDiv {
    background: #555;
}
.wob .schemeComponentWrap .schemeServices .schemeboxDiv h4.schemeTitle {
    color: #ff0;
}
.wob .schemeComponentWrap .schemeServices:nth-child(1) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: 5px 20px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(2) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -68px 20px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(3) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -144px 20px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(4) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -217px 20px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(5) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -292px 24px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(6) .schemeboxDiv span.schemeIcon {
    background: #000 url(../../images/key-component-scheme-icon-sprite.png)no-repeat;
    background-position: -367px 22px;
    background-size: auto;
}
.wob .schemeComponentWrap .schemeServices:nth-child(1) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: 5px -50px;
}
.wob .schemeComponentWrap .schemeServices:nth-child(2) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: -68px -55px;
}
.wob .schemeComponentWrap .schemeServices:nth-child(3) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: -144px -55px;
}
.wob .schemeComponentWrap .schemeServices:nth-child(4) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: -217px -55px;
}
.wob .schemeComponentWrap .schemeServices:nth-child(5) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: -292px -55px;
}
.wob .schemeComponentWrap .schemeServices:nth-child(6) .schemeboxDiv:hover span.schemeIcon {
    background: #ff0 url(../../images/key-component-scheme-icon-sprite-dark.png)no-repeat;
    background-position: -367px -55px;
}
.wob .applyOnlineSectionWrap {
    background: #80ff00;
}
.wob .applyOnlineSectionWrap .applyOnlineMainText {
    color: #000;
}
.wob .applyOnlineSectionWrap .applyOnlineSubText {
    color: #000;
}
.wob .applyOnlineSectionWrap .applyOnline {
    background: #000;
}
.wob .applyOnlineSectionWrap .applyOnline:hover {
    background: #ff0;
    color: #000;
}
.wob .input-title {
    color: #000;
}
.wob .checkbox-label .checkbox-custom {
    border: 2px solid #000;
}
.wob .checkbox-label input:checked ~ .checkbox-custom {
    background-color: #000;
    border: 2px solid #000;
}
.wob .checkbox-label input:checked ~ .checkbox-custom:after {
    transform: rotate(45deg) scale(1);
    opacity: 1;
    left: 6px;
    top: 1px;
    width: 6px;
    height: 12px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    background-color: transparent;
    border-radius: 0;
}
.wob .industryPartnerWrap .row .cols2 {
    background: #999;
    border: 0;
}
.wob p {
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 20px;
    color: #fff;
}
.wob h3 {
    color: #fff;
}
.wob h4 {
    color: #80ff00;
}
.wob .sitemap li a {
    color: #fff;
}
.wob .sitemap .sitemapTitle a {
    display: block;
    background: #777;
    color: #fff;
    padding: 8px 13px;
    border: 1px solid #999;
}
.wob .sitemap li.sitemapTitle a:hover, .wob .sitemap ul li a:hover {
    color: #000;
    background: #ff0;
    border-color: #ff0;
}
.wob .sitemap ul li a {
    border: 1px solid #999;
}
.wob .sitemap li a:hover {
    background: #000;
}
.wob .moduleSearch {
    border: 1px solid #555;
    background: #555;
    padding: 10px;
    margin-bottom: 15px;
}
.wob input[type="submit"], .wob input[type="button"], .wob input[type="reset"], .wob button, .wob .button {
    background-color: #ff0;
    color: #000;
}
.wob input[type="submit"]:hover, .wob input[type="button"]:hover, .wob input[type="reset"]:hover, .wob button:hover, .wob .button:hover {
    color: #000;
    background-color: #80ff00;
}
.wob input[type="submit"].cancelBtn, .wob input[type="button"].cancelBtn, .wob input[type="reset"].cancelBtn, .wob .resetBtn, .wob input[type="reset"], .wob input[type="submit"].resetBtn {
    background-color: #80ff00;
    color: #000;
}
.wob input[type="submit"].cancelBtn:hover, .wob input[type="button"].cancelBtn:hover, .wob input[type="reset"].cancelBtn:hover, .wob .resetBtn:hover, .wob input[type="reset"]:hover, .wob input[type="submit"].resetBtn:hover {
    background-color: #ff0;
    color: #000;
}
.wob table, .wob .tableData {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
    border: none;
}
.wob table table, .wob .tableData table {
    margin: 0
}
.wob th, .wob td, .wob .tableData th, .wob .tableData td {
    border: none;
    padding: 8px 10px;
    border-bottom: 1px solid #1e1e1e;
    border-right: 1px solid #1e1e1e;
    background: #333;
}
.wob table tr:nth-child(odd) td, .wob .tableRowOdd, .wob .kvkYearTable table tr:nth-child(2n+1) td {
    background-color: #444;
}
.wob caption, .wob th, .wob td {
    font-weight: normal;
    background: #3d3d3d;
}
.wob th, .wob .tableData th {
    background: #ff0;
    color: #000;
}
.wob th a, .wob .tableData th a {
    color: #fff;
}
.wob .accordion .accTrigger {
    color: #fff;
    border-bottom: 2px solid #fff;
    background-color: #888;
}
.wob .accordion .accTrigger:hover {
    background: #555;
}
.wob .accordion .accTrigger.active {
    color: #000;
    background: #ff0;
}
.wob .accordion .accTrigger.active {
    color: #000;
    background: #ff0;
    border-bottom: 2px solid #ff0;
}
.wob .accordion .accTrigger.active:before {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    color: #000;
}
.wob .pressRlsListing .thumbListRow {
    border: 1px solid #fff;
    background: #555;
}
.wob .pressRlsListing .thumbListRow:hover {
    background: #333;
    border: 1px solid #fff;
}
.wob .pressRlsListing .thumbDate {
    background: #000;
    color: #fff;
}
.wob .pressRlsDetailWrap .awardsDetailRow .imgHolder {
    background: #999;
}
.wob .gallery li .galleryBox {
    border: 1px solid #fff;
    background: #555
}
.wob .gallery li .galleryBox:hover {
    background: #333;
    border: 1px solid #fff;
}
.wob .gallery .galleryBox h3 {
    background: #000;
}
.wob .gallery .galleryBox h3 a:hover {
    text-decoration: none;
    color: #ff0;
}
.wob .gallery .galleryBox .bord .zoom {
    color: #ff0;
}
.wob .pagingbar {
    background: #444;
    border-color: #444;
}
.wob .paging input.prevBtn, .wob .paging input.prevBtn:hover {
    background: url(../../images/previous-gallery-c.png) no-repeat scroll center center;
}
.wob .paging input.nextBtn, .wob .paging input.nextBtn:hover {
    background: url(../../images/next-gallery-c.png) no-repeat scroll center center;
}
.wob .paging table {
    width: auto;
}
.wob .pagingNo input.aspNetDisabled, .wob .pagingNo input.aspNetDisabled:hover {
    background: #222;
    color: #fff;
}
.wob .gsdMissionWrap {
    background: #999;
}
.wob .gsdMissionWrap .gsdMissionMainIn h3.gsdMissionTitle {
    color: #ff0;
}
.wob .gsdMissionWrap .gsdMissionMainIn .boxesMin .services .boxDiv {
    background: #393939;
}
.wob .gsdMissionWrap .gsdMissionMainIn .boxesMin .services .boxDiv p.description {
    color: #ff0;
}
.wob ul.successStoriesListing li {
    background: #444;
}
.wob .successStoriesBox .successStoriesDetail .personName {
    color: #ff0;
}
.wob .successStoriesBox .successStoriesDetail p.successStoriesCategory {
    color: #80ff00;
}
.wob .successStoriesBox .successStoriesDetail p.successStoriesWinnerType {
    color: #fff;
    border-bottom: 1px solid #ff0;
}
.wob .skillTrainingWrap .skillType .skillboxDiv {
    background: #666;
}
.wob .skillTrainingWrap .skillType .skillboxDiv span img {
    background: #ff0;
}
.wob .skillTrainingWrap .skillType .skillboxDiv span.skillTitle {
    color: #80ff00;
}
.wob .skillTrainingWrap .skillType .skillboxDiv a {
    color: #ff0;
    text-decoration: none;
}
.wob .skillTrainingWrap .skillType .skillboxDiv a:hover {
    color: #ff0;
    text-decoration: none;
}
.wob .scheduleWrap {
    background: #999;
}
.wob .scheduleWrap .scheduleBox .firstScheduleRow {
    background: #000;
    color: #fff;
}
.wob .scheduleWrap .scheduleBox .otherScheduleRow {
    background: #666;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wob .scheduleWrap .scheduleBox .otherScheduleRow:last-child {
    border-bottom: none;
}
.wob a.btn.venueButton {
    background: #393939;
    color: #fff;
    border: 2px solid #fff;
}
.wob a.btn.venueButton:hover {
    color: #fff;
    border-color: #393939;
    background: #393939;
}
.wob ul.bulletText li {
    color: #ff0;
}
.wob ul.bulletText li a {
    color: #ff0;
}
.wob ul.bulletText li a:hover {
    color: #80ff00;
}
.wob .plumbingHeatingWrapper .findPassion {
    color: #fff;
    background: #999;
}
.wob .plumbingHeatingWrapper .findPassion:hover {
    color: #fff;
    background: #777;
}
.wob .videoRow {
    border-top: 5px solid #ff0;
}
.wob .plumbingHeatingWrap {
    background: #999;
}
.wob .plumbingHeatingWrap .plumbingHeatingMainIn h3.plumbingHeatingTitle {
    color: #ff0;
}
.wob .plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv {
    background: #393939 url(../../images/quote-icon-dark.png)no-repeat left 170px top 20px;
}
.wob .plumbingHeatingWrap .plumbingHeatingMainIn .boxesMin .services .boxDiv p.description {
    color: #ff0;
}
.wob .plumbingHeatingAboutUs {
    background: #393939;
}
.wob .recentMedalistWrap ul li .medalistImage {
    border: 3px solid #fff;
}
.wob .recentMedalistWrap ul li .medalistName {
    color: #80ff00;
}
.wob .recentMedalistWrap ul li .medalistCategoty {
    color: #ff0;
}
.wob span.orangeText {
    color: #80ff00;
}
.wob .gsdmEventWrap ul li .eventBox {
    background-color: #444;
}
.wob .gsdmEventWrap ul li .gsdmEventTitle {
    color: #ff0;
}
.wob .gsdmEventWrap ul li .gsdmEventDisc {
    color: #fff;
    border-bottom: 1px solid #fff;
}
.wob .eventDataCommentSection .eventDateLeftPart {
    background: url(../../images/event-date-icon-dark.png)no-repeat left center;
    color: #80ff00;
}
.wob .eventDataCommentSection .eventCommentRightPart {
    background: url(../../images/event-comment-icon-dark.png)no-repeat left center;
    color: #80ff00;
}
.wob .contactUsSection h2.contactUsHeading {
    color: #fff;
}
.wob .contactUsSection p.contactUsAddress {
    color: #ff0;
}
.wob ul.contactUsDetail {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.wob ul.contactUsDetail li img {
    background: #ff0;
    border: 2px solid #ff0;
}
.wob ul.contactUsDetail li {
    color: #ff0;
}
.wob ul.contactUsDetail li a {
    color: #ff0;
}
.wob ul.contactUsDetail li a:hover {
    color: #80ff00;
}
.wob ul.contactUsDetail li img:hover {
    background: #fff;
    border: 2px solid #fff;
}
.wob ul.zonalOfficesList li {
    border-top: 5px solid #ff0;
    background: #555;
}
.wob ul.zonalOfficesList li h4.zoneName {
    color: #ff0;
}
.wob ul.zonalOfficesList li p.zoneAddress {
    color: #fff;
}
.wob ul.zonalOfficesList li p.zoneContactNumber {
    color: #ff0;
}
.wob .phoneIcon {
    background: url(../../images/phone-icon-dark.png) no-repeat left center;
    padding: 0 0 0 40px;
}
.wob .boxListData ul li .dataWrapBox {
    background: #777;
    border: 5px solid #fff;
    box-shadow: none;
}
.wob .boxListData ul li .dataWrapBox:hover {
    background: #555;
    box-shadow: none;
}
.wob .boxListData ul li .titleText {
    color: #fff;
}
.wob .boxListData ul li .dataWrapBox:hover .titleText {
    color: #fff;
}
.wob .boxListData ul li .dataWrapBox:before {
    position: absolute;
    height: 3px;
    content: "";
    background: #000;
}
.wob .skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-prev::after {
    color: #fff;
}
.wob .skcLogoBlock .owl-theme .owl-controls .owl-nav .owl-next::after {
    color: #fff;
}
.wob .knowledgeBank .boxesView .imgHolder {
    border: 7px solid #ff0;
}
.wob .knowledgeBank .boxesView .knowMore, .wob .boxesView .knowMore, .wob .personalAcc .row .knowMore {
    background: #ff0;
    color: #000;
}
.wob .knowledgeBank .boxesView .knowMore:hover, .wob .knowledgeBank .boxesView .knowMore:hover, .wob .personalAcc .row .knowMore:hover {
    background: #999;
    color: #ff0;
}
.wob .tenderListing .tenderTitle {
    font-weight: 500;
    color: #ff0;
}
.wob .tenderListing li:nth-child(2n) {
    background-color: #666;
}
.wob .fa-calendar:before {
    content: "\f073";
    color: #ff0;
}
.wob .mediaAlbum .fa {
    background: #ff0;
    color: #666;
}
.wob .mediaAlbum:hover .fa {
    background: #666;
    color: #fff;
}
.wob .litebox-overlay .litebox-text {
    color: #ff0;
}
.wob .annualReport a {
    box-shadow: none;
    background: #fff;
}
.wob .annualReportTitle {
    background: #000;
    color: #ff0;
}
.wob .commonListing li a {
    color: #ff0;
}
.wob .commonListing li a:hover {
    color: #80ff00;
}
.wob .commonListing .thumbDate {
    color: #fff;
}
.wob .newsDescription .newsDate {
    color: #fff;
}
.wob h3.newsDTitle {
    color: #ff0;
}
.wob .newsEventsWrap .titleRow h2, .wob .schemesAndInitiatives .titleRow h2, .wob .mediaGallery .titleRow h2, .wob .subscribe h2, .wob .sliderNav .slider-arrow-next, .wob .sliderNav .slider-arrow-prev {
    color: #fff;
}
.wob .newsAndEvents, .wob .subscribe, .wob .schemesAndInitiatives, .wob .bottomLogoBlock {
    background: #555;
}
.wob .newsEventItem, .wob .mediaGallery, .wob .homeTestimonials {
    background: #000;
}
.wob .homeTestimonialsSlider .sliderNav .slider-arrow-prev {
    border-right: 1px solid #555;
}
.wob .impLinkBox .icon:before {
    background: #777;
}
.wob .newsEventItem h3 a, .wob .newsEventItem .readMore, .wob .impLinkBox .titleText, .wob footer.siteFooter ul li a, .wob footer.siteFooter ul li:before {
    color: #ff0;
}
.wob .newsEventItem h3 a:hover, .wob .newsEventItem .readMore:hover, .wob .impLinkBox:hover .titleText, .wob footer.siteFooter ul li a:hover {
    color: #80ff00;
}
.wob .newsEventItem p, .wob .aboutContent p {
    color: #fff;
}
.wob .impLinkBox .icon:after, .wob .impLinkBox:hover .icon:after {
    border-color: #777;
}
.wob .subscribe {
    border-color: #555;
}
.wob .knowledgeBank .box .overlayArea {
    background: rgba(0, 0, 0, 0.5);
}
.wob .tabNavigation li a:hover, .wob .tabNavigation li.active a {
    background: #ff0;
    color: #000;
}
.wob .customRadio:checked + label:before {
    background: #ff0;
}
.wob .customRadio:checked + label:after {
    background: #000;
}
.wob .selectScheme {
    border-color: #fff;
    background-color: #fff;
}
.wob .selectScheme label {
    background: #fff;
    color: #000;
}
.wob .selectScheme select {
    background-color: #fff;
}
.wob .tcCenterItem p a, .wob .addressWrap p a {
    color: #ff0;
}
.wob .tcCenterItem p a:hover, .wob .addressWrap p a:hover {
    color: #80ff00;
}
.wob .tcCenterItem .button {
    background: #ff0;
    color: #000;
    border-color: #ff0;
}
.wob .tcCenterItem .button:hover {
    background: #80ff00;
    color: #000;
    border-color: #80ff00;
}
.wob .defaultModal {
    background-color: #999;
}
.wob .customCheckbox:checked + label:before {
    background: #ff0;
}
.wob .customCheckbox:checked + label:after {
    background: #000;
    box-shadow: 2px 0 0 #000, 4px 0 0 #000, 4px -2px 0 #000, 4px -4px 0 #000, 4px -6px 0 #000, 4px -8px 0 #000;
}
.wob input[type="text"], .wob input[type="email"], .wob input[type="tel"], .wob input[type="number"], .wob input[type="url"], .wob input[type="password"], .wob input[type="search"], .wob select, .wob textarea {
    border-color: #fff;
    background-color: #fff;
}
.wob .skillTrainingWrap .skillType .skillboxDiv a {
    background: #777;
}
.wob .gsdmEventWrap ul li .gsdmEventTitle a {
    color: #ff0;
}
.wob .gsdmEventWrap ul li .gsdmEventTitle a:hover, .wob .tenderListing .tenderTitle:hover {
    color: #80ff00;
}
.wob .eventDetail .eventDate .date {
    color: #fff;
}
.wob .tenderListing li:before {
    color: #fff;
}
.wob .importantLinks ul.bulletText li, .wob .addressWrap p .fa {
    color: #fff;
}
.wob .contactUsUi:before {
    background-color: #666;
}
.wob .dataGridListing .dataBox, .wob .dataGridListing .dataBox {
    background: #777;
}
.wob .dataGridListing .dataBox .thumbDate, .wob .dataGridListing .dataBox .thumbDate {
    background: rgba(0, 0, 0, 0.7);
}
.wob .advancedSearchForm {
    background-color: #777;
}
.wob .feedbackForm {
    box-shadow: 0 0 46px #2b2b2b;
}
.wob .ourAchivement .achivementox {
    background-color: #777;
}
.wob .ourAchivement p.large {
    color: #fff;
}
.wob .projectSankalpReg {
    background: #777;
}
.wob .projectSankalpReg .regBlueBox {
    background-color: #000;
}
.wob .gradientBtn {
    background: #ff0;
    color: #000;
}
.wob .gradientBtn:hover {
    background: #80ff00;
    color: #000;
} /*Dark Theme Intigration CSS End*/
.text-right {
    text-align: right;
}
.ptReistration {
    margin: 0 auto;
    max-width: 900px;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.ptReistration h2 {
    color: #282058;
    font-weight: bold;
    font-size: 20px;
}
.ptReistration .fieldLabel label {
    font-size: 15px;
    padding-bottom: 5px;
    display: block;
}
.ptReistration .fieldInput {
    margin-bottom: 20px;
    position: relative;
}
.errorMsg {
    font-size: 14px;
    color: #F00;
} /********Home News & Events********/
.newsAndEvents {
    padding: 60px 0;
    background-color: #e6f0f1;
}
.newsEventsWrap {
    position: relative;
    padding-left: 210px;
}
.newsEventsWrap .titleRow {
    position: absolute;
    left: 0;
    top: 50px;
    width: 200px;
    text-align: center;
}
.newsEventsWrap .titleRow h2, .schemesAndInitiatives .titleRow h2, .mediaGallery .titleRow h2, .subscribe h2 {
    font-size: 2.375em;
    font-weight: 700;
    line-height: 1.1;
    color: #282058;
}
.newsAndEvents .sliderNav {
    margin-top: 20px;
}
.sliderNav .slider-arrow-next, .sliderNav .slider-arrow-prev {
    display: inline-block;
    vertical-align: middle;
    width: 48px;
    height: 28px;
    color: #282058;
    font-size: 30px;
    text-align: center;
    line-height: 29px;
    cursor: pointer;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.sliderNav .slider-arrow-next:hover, .sliderNav .slider-arrow-prev:hover {
    color: #fdba12;
}
.sliderNav .slider-arrow-prev {
    border-right: 1px solid #c3c3c3;
}
.newsEventItem {
    padding: 9px 9px 20px 9px;
    border-radius: 10px;
    background-color: #fff;
}
.newsEventItem .imgHolder {
    margin-bottom: 20px;
    overflow: hidden;
}
.newsEventItem .imgHolder img {
    width: 100%;
    border-radius: 10px;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.newsEventItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.newsEventItem h3 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.newsEventItem h3 a {
    color: #0e1a35;
    display: block;
    text-decoration: none;
}
.newsEventItem p {
    font-size: 16px;
    font-weight: 400;
    color: #393939;
    margin-bottom: 10px;
    line-height: 1.3;
}
.newsEventItem .readMore {
    font-size: 15px;
    color: #3f4d93;
    font-weight: 600;
}
.newsEventItem h3 a:hover, .newsEventItem .readMore:hover {
    color: #fdba12;
} /********Schemes and Initiatives********/
.schemesAndInitiatives {
    padding: 75px 0;
}
.schemesAndInitiatives .titleRow {
    position: relative;
    padding-bottom: 10px;
}
.schemesAndInitiatives .sliderNav, .homeTestimonialsSlider .sliderNav {
    position: absolute;
    right: 0;
    top: 7px;
}
.schemesAndInitiatives .titleRow .btn {
    position: absolute;
    right: 100px;
    top: 0;
    margin: 0;
}
.homeSchemeItem {
    position: relative;
}
.homeSchemeItem .imgHolder {
    overflow: hidden;
}
.homeSchemeItem .imgHolder img {
    width: 100%;
    border-radius: 10px;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.homeSchemeItem:hover .imgHolder img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.homeSchemeItem .homeSchemeBottom {
    position: absolute;
    bottom: -1px;
    border-radius: 10px 10px 0 0;
    background-color: #fff;
    left: 25px;
    right: 25px;
    padding: 15px 20px 3px 20px;
    z-index: 1;
}
.homeSchemeItem h3 {
    font-size: 1.500em;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.3;
}
.homeSchemeItem h3 a {
    color: #282058;
    display: block;
    text-decoration: none;
}
.homeSchemeItem p {
    font-weight: 300;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
}
.homeSchemeItem h3 a:hover {
    color: #fdba12;
} /********Media Gallery********/
.mediaGallery {
    padding: 75px 0;
    background-color: #e6f0f1;
}
.mediaGallery .col-l, .mediaGallery .col-r {
    float: left;
}
.mediaGallery .col-l { /*width:58%;*/
    float: none;
    position: relative;
    padding-left: 210px;
}
.mediaGallery .col-r {
    width: 42%;
    padding-left: 30px;
}
.mediaGallery .titleRow {
    position: absolute;
    left: 0;
    top: 35px;
    width: 200px;
    text-align: center;
}
.mediaGallery .sliderNav {
    margin-top: 20px;
}
.homePhotoAlbum {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.homePhotoAlbum:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 60%;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(82, 146, 205, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5292cd', GradientType=0 );
}
.homePhotoAlbum .imgHolder, .homePhotoAlbum .titleText {
    display: block;
}
.homePhotoAlbum .imgHolder img {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.homePhotoAlbum .titleText {
    color: #f7f8fc;
    font-size: 1.175em;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 8px 15px;
}
.homePhotoAlbum .fa {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(253, 186, 18, 0.62);
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.homePhotoAlbum:hover .fa {
    background: #4158a6;
}
.homeImportantLinks {
    margin: 0;
    padding: 0;
    list-style: none;
}
.homeImportantLinks li {
    float: left;
    width: 33.333%;
    padding: 18px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
}
.homeImportantLinks li:nth-child(3), .homeImportantLinks li:nth-child(6) {
    border-right-width: 0;
}
.homeImportantLinks li:nth-child(4), .homeImportantLinks li:nth-child(5), .homeImportantLinks li:nth-child(6) {
    border-bottom-width: 0;
    padding-top: 30px;
}
.homeImportantLinks .impLinkBox {
    display: block;
    text-align: center;
    text-decoration: none;
}
.impLinkBox .icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-image: url(../../images/important-link-icon.png);
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
}
.impLinkBox .icon1 {
    background-position: 4px 0;
}
.impLinkBox .icon2 {
    background-position: -100px 0;
}
.impLinkBox .icon3 {
    background-position: -204px 0;
}
.impLinkBox .icon4 {
    background-position: 0 -100px;
}
.impLinkBox .icon5 {
    background-position: -100px -100px;
}
.impLinkBox .icon6 {
    background-position: -200px -100px;
}
.impLinkBox .icon:before {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    border-radius: 50%;
    background: rgba(64, 86, 164, 1);
    background: -moz-linear-gradient(-45deg, rgba(64, 86, 164, 1) 0%, rgba(79, 144, 204, 1) 50%, rgba(46, 67, 133, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64, 86, 164, 1)), color-stop(50%, rgba(79, 144, 204, 1)), color-stop(100%, rgba(46, 67, 133, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(64, 86, 164, 1) 0%, rgba(79, 144, 204, 1) 50%, rgba(46, 67, 133, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(64, 86, 164, 1) 0%, rgba(79, 144, 204, 1) 50%, rgba(46, 67, 133, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(64, 86, 164, 1) 0%, rgba(79, 144, 204, 1) 50%, rgba(46, 67, 133, 1) 100%);
    background: linear-gradient(135deg, rgba(64, 86, 164, 1) 0%, rgba(79, 144, 204, 1) 50%, rgba(46, 67, 133, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4056a4', endColorstr='#2e4385', GradientType=1 );
    background-size: 300% 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.impLinkBox:hover .icon:before {
    background-position: 100% 0;
}
.impLinkBox .icon:after {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 1px solid #ffcc02;
    position: absolute;
    content: "";
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    left: 0;
    top: 0;
}
.impLinkBox:hover .icon:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    border-color: #4e8ecb;
}
.impLinkBox .titleText {
    text-align: center;
    font-size: 16px;
    color: #282058;
    font-weight: 600;
    margin-top: 20px;
    display: block;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.impLinkBox:hover .titleText {
    color: #4e8ecb;
} /********Subscribe to Newsletter********/
.subscribe {
    border-top: 5px solid #f2d688;
    padding: 40px 0;
    background: rgba(49, 40, 105, 1);
    background: -moz-linear-gradient(left, rgba(49, 40, 105, 1) 0%, rgba(63, 79, 161, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(49, 40, 105, 1)), color-stop(100%, rgba(63, 79, 161, 1)));
    background: -webkit-linear-gradient(left, rgba(49, 40, 105, 1) 0%, rgba(63, 79, 161, 1) 100%);
    background: -o-linear-gradient(left, rgba(49, 40, 105, 1) 0%, rgba(63, 79, 161, 1) 100%);
    background: -ms-linear-gradient(left, rgba(49, 40, 105, 1) 0%, rgba(63, 79, 161, 1) 100%);
    background: linear-gradient(to right, rgba(49, 40, 105, 1) 0%, rgba(63, 79, 161, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#312869', endColorstr='#3f4fa1', GradientType=1 );
}
.subscribe h2 {
    color: #fff;
    margin-bottom: 0;
}
.subscribeForm {
    margin-left: 40px;
    position: relative;
    padding-right: 225px;
    margin-top: 14px;
}
.subscribeForm input[type="text"] {
    background-color: #ffffff;
    border: 0;
    height: 56px;
    padding: 5px 15px;
    border-radius: 10px;
    color: #282058;
    font-size: 16px;
    font-weight: 600;
}
.subscribeForm .button {
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    padding: 5px 15px;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    max-width: 206px;
    width: 100%;
    text-align: center;
    background: rgba(245, 160, 41, 1);
    background: -moz-linear-gradient(-45deg, rgba(245, 160, 41, 1) 0%, rgba(253, 187, 19, 1) 50%, rgba(245, 160, 41, 1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(245, 160, 41, 1)), color-stop(50%, rgba(253, 187, 19, 1)), color-stop(100%, rgba(245, 160, 41, 1)));
    background: -webkit-linear-gradient(-45deg, rgba(245, 160, 41, 1) 0%, rgba(253, 187, 19, 1) 50%, rgba(245, 160, 41, 1) 100%);
    background: -o-linear-gradient(-45deg, rgba(245, 160, 41, 1) 0%, rgba(253, 187, 19, 1) 50%, rgba(245, 160, 41, 1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(245, 160, 41, 1) 0%, rgba(253, 187, 19, 1) 50%, rgba(245, 160, 41, 1) 100%);
    background: linear-gradient(135deg, rgba(245, 160, 41, 1) 0%, rgba(253, 187, 19, 1) 50%, rgba(245, 160, 41, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5a029', endColorstr='#f5a029', GradientType=1 );
    background-size: 300% 100%;
    border: 0;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.subscribeForm .button:hover {
    background-position: 100% 100%;
} /******Photo Gallery******/
.photoGalleryList {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.photoGalleryList li {
    float: left;
    width: 33.333%;
    padding: 10px;
    min-height: 300px;
}
.mediaAlbum {
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.mediaAlbum:before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    content: "";
    background: rgba(255, 255, 255, 0);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(44%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(82, 146, 205, 1)));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 44%, rgba(82, 146, 205, 1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5292cd', GradientType=0 );
}
.mediaAlbum .imgHolder, .mediaAlbum .titleText {
    display: block;
}
.mediaAlbum .imgHolder img, .mediaAlbum .imgHolder input[type="image"] {
    width: 100%;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.mediaAlbum:hover .imgHolder img, .mediaAlbum:hover .imgHolder input[type="image"] {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.mediaAlbum .titleText {
    color: #f7f8fc;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    text-decoration: none;
}
.mediaAlbum .fa {
    width: 70px;
    height: 70px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: rgba(253, 186, 18, 0.62);
    color: #fff;
    font-size: 35px;
    text-align: center;
    line-height: 70px;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.mediaAlbum:hover .fa {
    background: #4158a6;
}
.mediaAlbum:before, .mediaAlbum .titleText, .mediaAlbum .fa {
    z-index: 1;
}
.grayBg {
    background-color: #f3f8f8;
}
.tenderListing {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tenderListing li {
    padding: 15px 15px 15px 50px;
    border-bottom: 1px solid #e3e3e3;
    margin: 0;
    position: relative;
}
.tenderListing li:before {
    position: absolute;
    left: 25px;
    top: 12px;
    content: "\f105";
    font-family: 'FontAwesome';
    color: #282058;
    font-size: 18px;
}
.tenderListing li a {
    margin-bottom: 10px;
    display: inline-block;
}
.tenderListing li:nth-child(2n) {
    background-color: #f3f8f8;
}
.tenderListing .tenderTitle {
    font-weight: 500;
    color: #282058;
    margin-bottom: 7px;
}
.tenderListing .listDate {
    font-size: 15px;
    margin-bottom: 7px;
}
.tenderListing .listDate .fa {
    font-size: 14px;
    margin-right: 5px;
}
.tenderListing li a.btn {
    padding: 7px 15px;
    border-radius: 5px;
    border: 1px solid #3f50a1;
}
.tenderListing li a.btn:hover {
    background: #3f50a1;
    color: #fff;
    text-decoration: none;
}
.contactMap {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
    overflow: hidden;
    border-top: 5px solid #ffc943;
} /*****Training Centres*****/
.customTab {
    position: relative;
}
.tabNavigation {
    margin: 0;
    padding: 0;
    list-style: none;
}
.tabNavigation li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.tabNavigation li a {
    padding: 10px 25px;
    font-size: 14px;
    color: #312869;
    background: #fff;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #312869;
    text-decoration: none;
    display: block;
}
.tabNavigation li a:hover, .tabNavigation li.active a {
    background-color: #312869;
    color: #fff;
}
.tabContainer {
    padding: 25px 0;
}
.customTabContent {
    display: none;
}
.tcFilter .filterHead {
    background: #f1f1f1;
    display: block;
    padding: 8px 15px;
    color: #000;
    border: 1px solid #dfdfdf;
    font-weight: 600;
    border-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.tcFilter .filterBody {
    border: 1px solid #dfdfdf;
    border-radius: 0 0 5px 5px;
}
.districtsList {
    margin: 0;
    padding: 5px 0;
    list-style: none;
}
.districtsList li {
    display: block;
    padding: 6px 0;
}
.districtsList .formCheck {
    position: relative;
    padding: 0 15px;
}
.districtsList .formCheck .totalCenter {
    position: absolute;
    right: 15px;
    top: 0;
    font-size: 14px;
    color: #312869;
    background: #f1f1f1;
    border-radius: 3px;
    padding: 2px 7px;
    font-weight: 600;
    min-width: 23px;
    text-align: center;
}
.customCheckbox {
    position: absolute;
    opacity: 0;
}
.customCheckbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.customCheckbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background-color: #dee2e6;
    border-radius: 3px;
}
.customCheckbox:checked + label:before {
    background: #312869;
}
.customCheckbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 11px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.customRadio {
    position: absolute;
    opacity: 0;
}
.customRadio + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.customRadio + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background-color: #dee2e6;
    border-radius: 50%;
}
.customRadio:checked + label:before {
    background: #312869;
}
.customRadio:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 8px;
    background: #fff;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.tcCenterList .tcCenterItem {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #dfdfdf;
}
.tcCenterList .tcCenterItem:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom-width: 0;
}
.tcCenterItem h2 {
    font-size: 17px;
    font-weight: 700;
    color: #312869;
    margin-bottom: 10px;
}
.tcCenterItem p {
    font-size: 15px;
    margin-bottom: 5px;
    line-height: 1.4;
    text-align: left;
}
.tcCenterItem p.withIcon {
    position: relative;
    padding-left: 25px;
    min-height: 21px;
}
.tcCenterItem p.withIcon .fa {
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 17px;
}
.tcCenterItem p a {
    color: #312869;
    text-decoration: none;
}
.tcCenterItem p a:hover {
    color: #545454;
}
.tcCenterItem .button {
    padding: 6px 20px;
    font-size: 14px;
    color: #312869;
    background: #fff;
    font-weight: 400;
    border-radius: 30px;
    border: 1px solid #312869;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-top: 10px;
}
.tcCenterItem .button:hover {
    color: #fff;
    background-color: #312869;
} /* Magnific Popup CSS */
.mfp-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.6;
}
.mfp-wrap {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
}
.mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
    display: none;
}
.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: left;
    z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
    width: 100%;
    cursor: auto;
}
.mfp-ajax-cur {
    cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: -moz-zoom-in;
    cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
    cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
.mfp-loading.mfp-figure {
    display: none;
}
.mfp-hide {
    display: none !important;
}
.mfp-preloader {
    color: #CCC;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -0.8em;
    left: 8px;
    right: 8px;
    z-index: 1044;
}
.mfp-preloader a {
    color: #CCC;
}
.mfp-preloader a:hover {
    color: #FFF;
}
.mfp-s-ready .mfp-preloader {
    display: none;
}
.mfp-s-error .mfp-content {
    display: none;
}
button.mfp-close, button.mfp-arrow {
    overflow: visible;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: none;
    padding: 0;
    z-index: 1046;
    box-shadow: none;
    touch-action: manipulation;
}
button::-moz-focus-inner {
padding: 0;
border: 0;
}
.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #FFF;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover, .mfp-close:focus {
    opacity: 1;
}
.mfp-close:active {
    top: 1px;
}
.mfp-close-btn-in .mfp-close {
    color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%;
}
.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #CCC;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap;
}
.mfp-arrow {
    position: absolute;
    opacity: 0.65;
    margin: 0;
    top: 50%;
    margin-top: -55px;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
    margin-top: -54px;
}
.mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
}
.mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
}
.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px;
}
.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7;
}
.mfp-arrow-left {
    left: 0;
}
.mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px;
}
.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
    right: 0;
}
.mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px;
}
.mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
    top: -40px;
}
.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
} /* Main image in popup */
img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    box-sizing: border-box;
    padding: 40px 0 40px;
    margin: 0 auto;
} /* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
.my-mfp-zoom-in .zoom-anim-dialog {
    opacity: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
} /* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
} /* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
.mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
}
.mfp-img-mobile img.mfp-img {
    padding: 0;
}
.mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
}
.mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
}
.mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
}
.mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
}
.mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
}
.mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
}
}

@media all and (max-width: 900px) {
.mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
}
.mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
}
.mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
}
.mfp-container {
    padding-left: 6px;
    padding-right: 6px;
}
}
.defaultModal {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
}
.defaultModal .modalHeader {
    background-color: #ffd469;
    color: #413493;
    position: relative;
    padding: 10px 15px;
}
.defaultModal .modalHeader h2 {
    margin-bottom: 0;
    color: #413493;
    font-size: 21px;
    font-weight: 700;
}
.defaultModal button.mfp-close {
    position: absolute;
    right: 0;
    top: 4px;
    color: #413493;
    opacity: 1;
}
.modalBody {
    padding: 15px;
}
.smallTitle {
    font-size: 22px;
    font-weight: 700;
}
.insDetailWrap {
    height: 650px;
    overflow: auto;
    padding-right: 20px;
    margin-bottom: 15px;
}
.insDetailWrap .tcCenterItem h2 {
    font-size: 14px;
    font-weight: 600;
}
.insDetailWrap .tcCenterItem p {
    font-size: 14px;
}
.insDetailWrap .tcCenterItem p.withIcon .fa {
    font-size: 15px;
}
.insDetailWrap .tcCenterItem .button {
    padding: 3px 13px;
    font-size: 13px;
}
.insDetailWrap .accordion .accTrigger {
    font-size: 15px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.insDetailWrap .accordion .accTrigger:before {
    line-height: 38px;
}
.seleDisTa {
    padding: 10px 0 30px 0;
}
.seleDisTa label {
    margin-right: 20px;
}
.seleDisTa select {
    margin-top: 15px;
    height: 35px;
    cursor: pointer;
    background-position: 97% 50%;
}
.selectScheme {
    position: absolute;
    right: 0;
    top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #513db8;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 30px;
}
.selectScheme label, .selectScheme select {
    display: inline-block;
    vertical-align: middle;
}
.selectScheme select {
    width: 340px;
    border-radius: 0;
    border: 0;
    font-size: 15px;
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: none;
    background: url(../../images/select-arrow.png) right center no-repeat;
    cursor: pointer;
}
.selectScheme select::-ms-expand {
display: none;
}
.selectScheme label {
    background: #312869;
    color: #fff;
    padding: 9px 25px;
    height: 40px;
}
.mapImage {
    border: none;
    height: auto;
    max-width: 100%;
    width: auto;
    margin-top: 15px;
}
area[shape="poly"] {
    outline: 0 none;
}
#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2) url(../../images/loading-large.gif) no-repeat center center;
    z-index: 3;
}
.totalTc {
    color: #ec984b;
}
.noFoundMsg {
    font-weight: 600;
    color: #F00;
    font-size: 14px;
} /*.sabarkanthaDist { max-width:300px; width:100%; } .gjDistMapImg { max-width:430px; width:100%; margin: 0 auto; display:block; } .kutchDist.gjDistMapImg, .banaskanthaDist.gjDistMapImg, .junagadhDist.gjDistMapImg, .devbhoomidwarkaDist.gjDistMapImg, .banaskanthaDist.gjDistMapImg, .rajkotDist.gjDistMapImg, .patanDist.gjDistMapImg, .girsomnathDist.gjDistMapImg, .anandDist.gjDistMapImg { max-width:680px; } .tapiDist.gjDistMapImg, .gandhinagarDist.gjDistMapImg, .mahisagarDist.gjDistMapImg, .bharuchDist.gjDistMapImg, .suratDist.gjDistMapImg, .navsariDist.gjDistMapImg { max-width:600px; } .morbiDist.gjDistMapImg, .khedaDist.gjDistMapImg, .valsadDist.gjDistMapImg { max-width:550px; } .porbandarDist.gjDistMapImg, .chhotaudaipurDist.gjDistMapImg, .narmadaDist.gjDistMapImg { max-width:500px; } .sabarkanthaDist.gjDistMapImg { max-width:270px; } .panchmahalDist.gjDistMapImg, .vadodaraDist.gjDistMapImg { max-width:350px; }*/
.advancedSearchForm {
    margin: 0 auto;
    max-width: 700px;
    width: 100%;
    padding: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.advancedSearchForm .labelRow {
    margin-bottom: 25px;
}
.advancedSearchForm .labelRow .leftValue, .advancedSearchForm .labelRow .rightValue {
    display: inline-block;
    vertical-align: middle;
}
.advancedSearchForm .labelRow .leftValue {
    width: 190px;
    font-weight: 600;
    font-size: 14px;
}
.advancedSearchForm .fullWidth {
    padding: 0 10px;
}
.advancedSearchForm .fullWidth label {
    display: block;
    font-weight: 600;
    font-size: 14px;
}
.advancedSearchForm .fullWidth input[type="text"] {
    width: 100%;
}
.dateWrap {
    position: relative;
}
.dateWrap .ui-datepicker-trigger {
    position: absolute;
    right: 3px;
    top: 6px;
}
.textarea122 {
    height: 122px;
}
.captchaBox {
    position: relative;
    padding-right: 170px;
}
.captchaBox .captchaImg, .captchaBox .refreshCaptcha {
    position: absolute;
}
.captchaBox .captchaImg {
    right: 40px;
    top: 0;
}
.captchaBox .refreshCaptcha {
    right: 0;
    top: 3px;
    width: 25px;
}
.importantLinks ul.bulletText li {
    font-weight: 600;
    font-size: 16px;
    margin: 10px 0;
    background-position: 0 10px;
    color: #393939;
    float: left;
    width: 50%;
}
.importantLinks ul.bulletText li span {
    display: block;
    font-weight: 400;
}
.importantLinks ul.bulletText li a {
    text-decoration: none;
}
.importantLinks ul.bulletText li a:hover {
    text-decoration: underline;
}
.dataGridListing {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.dataGridListing li {
    float: left;
    width: 25%;
    padding: 10px;
}
.dataGridListing .dataBox {
    padding: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}
.dataGridListing .dataBox .thumbImg {
    position: relative;
    overflow: hidden;
}
.dataGridListing .dataBox .thumbImg img {
    width: 100%;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.dataGridListing .dataBox:hover .thumbImg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.dataGridListing .dataBox .thumbTitle {
    padding: 10px 0;
}
.dataGridListing .dataBox .thumbTitle a {
    text-decoration: none;
    font-weight: 600;
    display: block;
}
.dataGridListing .dataBox .thumbDate {
    position: absolute;
    left: 0;
    bottom: 10px;
    padding: 5px 10px;
    color: #fff;
    background: rgba(40, 32, 88, 0.8);
    font-size: 14px;
}
.dataGridListing .dataBox .thumbDate a {
    color: #fff;
}
.dataGridListing .dataBox .thumbDate img {
    width: auto;
    display: inline-block;
    vertical-align: middle;
}
.dataGridListing .dataBox:hover .thumbDate img {
    transform: scale(1);
    -webkit-transform: scale(1);
}
footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li.mobileShow, footer.siteFooter .copyrightSection .MenuCopyright ul.footerMenu li.ipadShow {
    display: none;
}
.inFocusItem { /*background: #2a6ebb;*/
    text-align: center;
    padding: 15px 10px;
    border-radius: 12px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    display: block;
    text-decoration: none;
}
.inFocusItem .iconHolder {
    display: block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    transition: all 0.3s ease-out;
    margin: 0 auto 5px auto;
    background-color: #ef9a49;
    padding: 15px 0; /*background: rgba(64,86,165,1); background: -moz-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64,86,165,1)), color-stop(100%, rgba(79,144,204,1))); background: -webkit-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -o-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -ms-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: linear-gradient(135deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4056a5', endColorstr='#4f90cc', GradientType=1 );*/
}
.inFocusItem .iconHolder img {
    width: 50px;
}
.inFocusItem .titleText {
    color: #1b3f8c;
    font-size: 16px;
    font-weight: 600;
    display: block;
    line-height: 1.2;
}
.inFocusItem:hover {
    background: #ef9a49; /*box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)*/
}
.inFocusItem:hover .titleText {
    color: #fff;
} /*.inFocusItem:hover .iconHolder{ background: rgba(72,115,185,1); background: -moz-linear-gradient(-45deg, rgba(72,115,185,1) 0%, rgba(72,115,185,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(72,115,185,1)), color-stop(100%, rgba(72,115,185,1))); background: -webkit-linear-gradient(-45deg, rgba(72,115,185,1) 0%, rgba(72,115,185,1) 100%); background: -o-linear-gradient(-45deg, rgba(72,115,185,1) 0%, rgba(72,115,185,1) 100%); background: -ms-linear-gradient(-45deg, rgba(72,115,185,1) 0%, rgba(72,115,185,1) 100%); background: linear-gradient(135deg, rgba(72,115,185,1) 0%, rgba(72,115,185,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4873b9', endColorstr='#4873b9', GradientType=1 ); }*/
.inFocusItem:hover .iconHolder {
    background-color: #1b3f8c;
}
.grayColor {
    background-color: #e6f0f1;
}
.industryPartnerWrap ul {
    margin: 0 -8px;
    padding: 0;
    list-style: none;
}
.industryPartnerWrap ul li {
    float: left;
    width: 16.666%;
    padding: 8px;
}
.industryPartnerWrap ul li .indPartBox {
    border: 1px solid #d3d3d3;
    padding: 15px;
    text-align: center;
}
.knowledgeBank .box {
    display: block;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    text-decoration: none;
}
.knowledgeBank .box .overlayArea {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(80, 148, 207, 0.80);
    padding: 15px;
    text-align: center;
}
.knowledgeBank .box .overlayArea .titleText {
    font-size: 1.1em;
    font-weight: 700;
    display: block;
    color: #fff;
    margin-bottom: 10px;
}
.breadCrumb {
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.breadCrumb ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.breadCrumb a, .breadCrumb .bdrNoLink {
    margin-right: 20px;
    position: relative;
}
.breadCrumb a:before, .breadCrumb .bdrNoLink:before {
    position: absolute;
    right: -11px;
    top: 50%;
    height: 14px;
    margin-top: -7px;
    width: 1px;
    content: "";
    background-color: #cfcece;
}
.breadCrumb a:hover {
    color: #ef9a49;
}
.breadCrumb a, .breadCrumb .currentPage, .breadCrumb .bdrNoLink {
    color: #282058;
    font-size: 14px;
    text-decoration: none;
    font-weight: 600;
}
.breadCrumb .currentPage {
    font-weight: 300;
}
.addressWrap p {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    font-size: 18px;
    text-align: left;
}
.addressWrap p .fa {
    position: absolute;
    left: 0;
    top: 1px;
    font-size: 20px;
    color: #282058;
}
.addressWrap p .fa.fa-map-marker {
    font-size: 24px;
}
.addressWrap p a {
    color: #545454;
    text-decoration: none;
}
.addressWrap p a:hover {
    color: #E65A15;
}
.contactUsUi {
    position: relative;
}
.contactUsUi:before {
    position: absolute;
    right: 0;
    left: 50%;
    top: -30px;
    bottom: -30px;
    background-color: #e6f0f1;
    content: "";
    margin-left: 80px;
}
.contactUsUi .container {
    position: relative;
    z-index: 1;
}
.contactForm {
    padding: 0;
    box-shadow: 0 0 0 #FFF;
}
.contactUsUi .cols7 {
    padding-right: 50px;
}
.smallMap {
    border-radius: 0;
    border: 1px solid #ffc943;
    box-shadow: 0 0 0 #FFF;
    margin-top: 30px;
}
.verifyField {
    position: relative;
    padding-right: 80px;
}
.verifyField .verifyBtn {
    position: absolute;
    right: 0;
    top: 0;
}
.loginRegForm .fieldName {
    padding-bottom: 5px;
}
.largeLabel {
    margin-bottom: 15px;
    font-weight: 600;
    color: #282058;
    display: block;
}
.loginRegForm {
    max-width: 900px;
}
.kvkYearTable {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    overflow: hidden;
    max-width: 700px;
    width: 100%;
}
.kvkYearTable table {
    margin-bottom: 0;
    border: 0;
}
.kvkYearTable tr th {
    color: #fff;
    background: #f5b929;
    padding: 15px;
    font-size: 17px;
}
.kvkYearTable tr th, .kvkYearTable tr td {
    border-right: 0;
    width: 200px;
    text-align: center;
}
.kvkYearTable tr th:first-child, .kvkYearTable tr td:first-child {
    width: 90px;
}
.kvkYearTable table tr:nth-child(2n+1) td {
    background: #fff;
}
.kvkYearTable tr:last-child td {
    border-bottom: 0;
}
.searchCourses {
    border: 1px solid #312869;
    border-radius: 30px;
    height: 40px;
    position: relative;
    overflow: hidden;
    padding-right: 56px;
    margin-bottom: 25px;
}
.searchCourses .searchCoursesField {
    border: 0;
    height: 38px;
}
.searchCourses .searchCourseBtn, .searchCourses .searchCourseBtn:hover {
    position: absolute;
    right: 0;
    top: 0;
    height: 40px;
    width: 60px;
    background: url(../../images/search-icon.png) no-repeat center center;
    border: 0;
    text-indent: -9999px;
    padding: 0;
    background-size: 40%;
}
.coursesItem h2 {
    margin-bottom: 0;
}
.sourseCategoryList {
    padding-top: 20px;
}
.sourseCategoryList span {
    display: block;
    padding-bottom: 5px;
}
.sourseCategoryList p {
    font-weight: 600;
}
.wob .loginReg {
    background-color: #ff0;
    color: #000;
}
.wob .loginReg:hover {
    background-color: #80ff00;
    color: #000;
}
.wob .loginReg a {
    color: #000;
}
.wob .breadCrumb {
    background-color: #505050;
}
.wob .breadCrumb a, .wob .breadCrumb .bdrNoLink {
    color: #ff0;
}
.wob .breadCrumb a:hover, .wob .breadCrumb .bdrNoLink:hover {
    color: #80ff00;
}
.wob .breadCrumb .currentPage {
    color: #fff;
}
.wob h2, .wob h3, .wob h4, .wob h5, .wob h6, .wob .largeLabel {
    color: #fff;
}
.wob .grayColor, .wob .inFocusItem .iconHolder {
    background-color: #505050;
}
.wob .inFocusItem .iconHolder {
    background: #000;
}
.wob .inFocusItem .titleText {
    color: #ff0;
}
.wob .inFocusItem:hover {
    background: #ff0;
}
.wob .inFocusItem:hover .titleText {
    color: #000;
}
.wob .counterBox .count {
    background: #777;
}
.wob .counterBox .count:before {
    border-color: #777;
}
.homeSectorWrap .newsEventsWrap {
    padding-left: 0;
}
.homeSectorWrap .titleRow {
    position: static;
    width: auto;
    text-align: left;
}
.homeSectorWrap .sliderNav {
    margin: 0;
}
.homeSectorWrap .sliderNav .slider-arrow-prev {
    border-width: 0;
}
.inFocusSliderWrap {
    padding: 0 50px;
    position: relative;
}
.inFocusSliderWrap .slider-arrow-next, .inFocusSliderWrap .slider-arrow-prev {
    position: absolute;
    top: 50%;
    margin-top: -14px;
    width: 28px;
}
.inFocusSliderWrap .slider-arrow-next {
    right: 0;
}
.inFocusSliderWrap .slider-arrow-prev {
    left: 0;
}
.grayBox {
    padding: 25px;
    margin-bottom: 30px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.wob .grayBox {
    background-color: #777;
}
.rightImgBlk {
    float: right;
    margin: 0 0 20px 30px;
    padding: 15px;
    background-color: #fff; /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
}
.homeBannerCaption {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    padding-top: 50px;
}
.homeBannerCaption h1 {
    font-size: 1.9em;
    line-height: 1.2;
    text-transform: uppercase;
    color: #fff;
    font-weight: 600;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    text-align: center
}
.bannerSchemeList {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.bannerSchemeList li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}
.bannerSchemeList .bannerSchemeBox {
    position: relative;
    border-radius: 50%; /*background: -moz-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(64,86,165,1)), color-stop(100%, rgba(79,144,204,1))); background: -webkit-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -o-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: -ms-linear-gradient(-45deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); background: linear-gradient(135deg, rgba(64,86,165,1) 0%, rgba(79,144,204,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4056a5', endColorstr='#4f90cc', GradientType=1 );*/
    background: rgba(255, 255, 255, 0.85);
    width: 180px;
    height: 180px;
    margin: 0 auto;
    padding: 40px 0;
    text-align: center;
}
.bannerSchemeList .bannerSchemeBox:before {
    position: absolute;
    left: -5px;
    top: -5px;
    right: -5px;
    bottom: -5px;
    content: "";
    background: url(../../images/home-banner-circle-1.png) no-repeat center center;
    background-size: 100%;
    -webkit-animation: rotating 6s linear infinite;
    -moz-animation: rotating 6s linear infinite;
    -ms-animation: rotating 6s linear infinite;
    -o-animation: rotating 6s linear infinite;
    animation: rotating 6s linear infinite;
}
.bannerSchemeList .bannerSchemeBox:after {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    content: "";
    background: url(../../images/home-banner-circle-2.png) no-repeat center center;
    z-index: 1;
    background-size: 100%;
    -webkit-animation: rotatingR 6s linear infinite;
    -moz-animation: rotatingR 6s linear infinite;
    -ms-animation: rotatingR 6s linear infinite;
    -o-animation: rotatingR 6s linear infinite;
    animation: rotatingR 6s linear infinite;
}
.bannerSchemeList li:nth-child(2) .bannerSchemeBox:before, .bannerSchemeList li:nth-child(2) .bannerSchemeBox:after {
    animation-delay: 0.4s;
}
.bannerSchemeList li:nth-child(3) .bannerSchemeBox:before, .bannerSchemeList li:nth-child(2) .bannerSchemeBox:after {
    animation-delay: 0.8s;
}
.bannerSchemeList li:nth-child(4) .bannerSchemeBox:before, .bannerSchemeList li:nth-child(2) .bannerSchemeBox:after {
    animation-delay: 1.2s;
}
.bannerSchemeList li:nth-child(5) .bannerSchemeBox:before, .bannerSchemeList li:nth-child(2) .bannerSchemeBox:after {
    animation-delay: 1.6s;
}
.bannerSchemeList .numberCol {
    font-size: 36px;
    color: #282058;
    font-weight: 700;
    line-height: 1;
}
.bannerSchemeList p {
    font-size: 18px;
    text-align: center;
    color: #282058;
    font-weight: 600;
    margin-bottom: 0;
    padding-top: 10px;
    position: relative;
}
.bannerSchemeList p:before {
    position: absolute;
    left: 50%;
    top: 4px;
    height: 2px;
    content: "";
    width: 70px;
    margin-left: -35px;
    background-color: #282058; /*background-color:#f9ad1e;*/
}
.homeBannerBot {
    text-align: center;
    margin-top: 35px;
}
.homeBannerBot p {
    font-size: 21px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 15px;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
    background: #282058;
    padding: 15px;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: 0 10px 50px rgba(0, 0, 0, 0.16);
}
.homeBannerBot .exporeButton {
    padding: 10px 20px;
    bottom: auto;
    font-size: 16px;
    position: static;
    display: inline-block;
}
@-webkit-keyframes rotating {
from {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes rotating {
from {
-ms-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
to {
-ms-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@-webkit-keyframes rotatingR {
from {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
to {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
}
@keyframes rotatingR {
from {
-webkit-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);
}
to {
-webkit-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
}
}
.ourAchivement {
    margin: 0 -10px;
    padding: 0;
    list-style: none;
}
.ourAchivement li {
    width: 33.333%;
    padding: 10px;
    float: left;
}
.ourAchivement .achivementox {
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    overflow: hidden;
    padding-left: 85px;
}
.ourAchivement .iconHolder {
    position: absolute;
    left: 0;
    top: 0;
    background-color: #ef9a49;
    height: 100%;
    width: 85px;
    text-align: center;
    padding: 11px 0;
}
.ourAchivement .achivemenCon {
    padding: 15px;
}
.ourAchivement p.large {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #282058;
}
.ourAchivement p {
    margin-bottom: 0;
    text-align: left;
}
.homeSectorWrap {
    padding: 15px 0;
}
.homeTestimonials {
    padding: 75px 0;
    background: url(../../images/home-testimonials-bg.jpg) no-repeat center center;
    background-size: cover;
}
.homeTalkBox {
    position: relative;
    min-height: 280px;
    padding-left: 320px;
}
.homeTalkBox .clientPhoto {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 280px;
}
.homeTalkBox .clientWords {
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    padding: 30px 60px;
    margin-top: 10px;
    text-align: justify;
}
.homeTalkBox .clientWords:before, .homeTalkBox .clientWords:after {
    position: absolute;
    left: 0;
    top: 0;
    text-align: left;
    font-size: 50px;
    font-family: 'FontAwesome';
    content: "\f10d";
    color: #fff;
    font-weight: normal;
    opacity: 0.4;
}
.homeTalkBox .clientWords:before {
    left: 0;
    top: -10px;
}
.homeTalkBox .clientWords:after {
    left: auto;
    top: auto;
    right: 0;
    bottom: -10px;
    content: "\f10e";
}
.homeTalkBox .clientName {
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: left;
}
.homeTalkBox .clientName span {
    display: block;
    font-weight: 400;
}
.homeTestimonialsSlider .swiper-slide {
    border-bottom: 1px solid #fff;
}
.homeTestimonialsSlider {
    position: relative;
}
.homeTestimonialsSlider .sliderNav .slider-arrow-next, .homeTestimonialsSlider .sliderNav .slider-arrow-prev {
    color: #fff;
}
.homeTestimonialsSlider .sliderNav .slider-arrow-next:hover, .homeTestimonialsSlider .sliderNav .slider-arrow-prev:hover {
    color: #ffcc02;
}
.homeTestimonialsSlider .sliderNav .slider-arrow-prev {
    border-right: 1px solid #5e98d5;
}
.homeTestimonialsSlider .sliderNav {
    z-index: 1;
}
.courseTableWrap {
    max-height: 500px;
    overflow-y: auto;
}
.bottomLogoBlock .owl-carousel .owl-item img {
    width: auto;
}
.sankalpBanner .bannerImgWrap {
    height: 611px;
}
.sankalpBannerBContent {
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.sankalpBannerBContent img {
    width: auto;
}
.sankalpBannerImg1 {
    margin-bottom: 30px;
} /*.sankalpAboutSchemes p { text-align: center; }*/
.sankalpCategory {
    border-top: 5px solid #ffc943;
    background-color: #e6f0f1;
    position: relative;
    height: 550px;
    overflow: hidden;
}
.sankalpCategory:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    content: "";
    background: url(../../images/sankalp-category-bg.jpg) no-repeat right top;
    background-size: cover;
}
.sakshamPage .sankalpCategory:before {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40%;
    content: "";
    background: url(../Images/saksham-1583-550.jpg) no-repeat right top;
    background-size: cover;
}
.sankalpCatList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.sankalpCatList li {
    margin-bottom: 20px;
}
.sankalpCatList .sankalpCateBox1 {
    background: url(../../images/sankalp-category-bg-1.png) no-repeat 0 0;
    width: 661px;
    height: 205px;
    position: relative;
    background-size: 100%;
}
.sankalpCatList .sankalpCateBox2 {
    background: url(../../images/sankalp-category-bg-2.png) no-repeat 0 0;
    width: 577px;
    height: 168px;
    position: relative;
    top: -90px;
    left: 190px;
    background-size: 100%;
}
.sankalpCatList .sankalpCateBox3 {
    background: url(../../images/sankalp-category-bg-3.png) no-repeat 0 0;
    width: 586px;
    height: 166px;
    position: relative;
    top: -130px;
    left: 30px;
    background-size: 100%;
}
.sankalpCatList .titleText {
    font-size: 30px;
    color: #282058;
    font-weight: 700;
    display: block;
}
.sankalpCatList .sankalpCateBox1 .titleText {
    padding: 80px 0 0 200px;
}
.sankalpCatList .sankalpCateBox2 .titleText {
    padding: 70px 0 0 170px;
}
.sakshamPage .sankalpCatList .sankalpCateBox2 .titleText {
    padding: 70px 0 0 90px;
}
.sankalpCatList .sankalpCateBox3 .titleText {
    padding: 56px 0 0 180px;
}
.projectSankalpReg {
    background: url(../../images/project-sankalp-reg-bg.jpg) no-repeat center center;
    background-size: cover;
}
.projectSankalpReg .regBlueBox {
    background-color: #282058;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    padding: 40px;
    margin: 30px auto;
    max-width: 600px;
    width: 100%;
}
.projectSankalpReg h2, .projectSankalpReg p {
    color: #fff;
}
.projectSankalpReg p, .sankalpAboutSchemes p {
    text-align: center;
}
.gradientBtn {
    position: static;
    padding: 15px 30px;
    display: inline-block;
    vertical-align: middle;
    color: #282058;
    font-weight: 700;
}
.gradientBtn:hover {
    color: #fff;
}
.CourseInfoMain .clrFltr {
    padding: 8px 20px;
}
.grayBox h5 {
    margin-bottom: 0;
    font-size: 1.3em;
} /**Auto popup Start**/
.autoPopupOverlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
}
.autoPopupOverlay.active {
    z-index: 10;
    opacity: 1;
    visibility: visible;
}
.autoPopupOverlay .autoPopup {
    border-radius: 15px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5);
    text-align: center;
}
.autoPopupOverlay .autoPopup p {
    margin: 0;
    text-align: center;
    font-size: 17px;
    line-height: 1.5;
    color: #3f50a1;
    font-weight: 600;
}
.autoPopupOverlay .autoPopup p span {
    color: #E65A15;
    font-weight: 700;
}
.autoPopupOverlay .autoPopup .autoPopupClose {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #3f50a1;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 30px;
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}
.socialMenu p a {
    font-size: 20px;
    padding: 0;
    display: inline-block;
    margin: 2px;
    background: #282058;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
}
.autoPopup h3 {
    margin: 0;
    background: #f1f1f1;
    padding: 10px;
}
.autoPopup h3 a {
    text-decoration: none;
    transition: 350ms ease;
    -webkit-transition: 350ms ease;
    text-transform: uppercase;
    font-size: 17px;
    display: block;
}
.autoPopup h3 a:hover {
    text-decoration: underline;
}
.autoPopup .row {
    margin: 0;
    padding: 10px;
    border-top: 1px solid #ccc;
    margin-top: 10px;
}/**Auto popup End**/ /**Social Media Links**/
.icon-bar {
    z-index: 99999;
    position: fixed;
    top: 25%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
    right: 0;
}
.icon-bar a {
    display: block;
    text-align: center;
    padding: 10px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}
.icon-bar a:hover {
    background-color: #000;
}
.facebook {
    background: #3B5998;
    color: white;
}
.twitter {
    background: #55ACEE;
    color: white;
}
.google {
    background: linear-gradient(45deg, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d);
    color: white;
}
.linkedin {
    background: #007bb5;
    color: white;
}
.youtube {
    background: #bb0000;
    color: white;
}
.boldText {
    color: #ff9a00;
    font-weight: 600;
}
.tollFreeText {
    font-size: 17px;
    font-weight: 500;
    color: #545454;
    margin-bottom: 0;
    line-height: 32px;
}
.grayBox.inaugurationContent p {
    font-size: 20px;
    line-height: 1.8em;
    margin: 0;
    font-weight: normal;
    text-align: center;
    background: #f7f7f7;
    padding: 15px;
    border-radius: 10px;
}
.blueColor {
    font-weight: bolder;
    color: #282058;
    font-size: 21px;
}
.contactinfo .amritMahotsavIcon {
    width: 110px;
    height: 75px;
    background: url(../images/amv.png) no-repeat 0 0;
    display: block;
    margin-right: 20px;
}
h2.gsdmTitle {
    color: #282058;
    font-size: 2.500em;
    margin: 0 0 20px;
    font-weight: 500;
    line-height: normal;
}
.schemeShortTermContentBox h2 {
    color: #2b364e;
    font-size: 1.563em;
    margin-bottom: 10px;
    font-weight: bold;
}
.iconbox-wrap {
    display: flex;
    justify-content: space-between;
    margin: 50px 0;
}
.icon-box {
    background: #eee;
    box-shadow: 0 0 15px rgb(0 0 0 / 15%);
    padding: 20px;
    display: flex;
    align-items: center;
    width: calc(20% - 15px);
    margin: 0 15px 15px 0;
    border: solid 1px #ccc;
    border-radius: 10px;
}
.icon-boxLeft {
    width: calc(40% - 10px);
    margin: 0 10px 0 0;
}
.icon-boxRight {
    width: 60%;
    font-size: 24px;
}
.icon-boxRight span {
    display: block;
}
.map-img {
    text-align: center;
    margin-top: 30px;
}
.leaderdiv {
    margin-top: -30px;
}
.leaderimg {
    text-align: center;
    padding: 30px 0;
}
.numbertitle {
    font-size: 24px;
    font-weight: bold;
    margin: 40px 0 20px;
}
.numberbox {
    border-radius: 10px;
    padding: 20px;
    margin: 0 0 40px;
    background: #282058;
}
.numberbox.two {
    background: #f4a414;
}
.numberbox.three {
    background: #1670f2;
}
.numbertotal {
    width: 50px;
    height: 50px;
    border-radius: 6px;
    font-size: 20px;
    text-align: center;
    line-height: 50px;
    font-weight: bold;
    color: #000;
    margin: 0 auto 50px;
    background: #fff;
}
.numberlist {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    text-align: center;
    list-style: none;
}
.numberlist li {
    padding: 5px;
}
.numberlist li span {
    background: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 6px;
    display: inline-block;
    color: #000;
    font-weight: bold;
}
.numberlist li b {
    font-size: 12px;
    color: #fff;
}
.objectivm {
    margin-top: 50px;
}
.marqueeScrolling ul li:first-child, .marqueeScrolling ul li:first-child a {
    animation: myanimation 3s infinite;
}
@keyframes myanimation {
0% {
color: red;
}
50% {
color:green;
}
100% {
color: red;
}
}
.sakshamTitle {
    font-size: 1.1em;
    color: #282058;
}
.kvkBox h1 {
    display: none !important;
}
.sakshamPage .sankalpCategory .sankalpCatList {
    display: none;
}
.sakshamPage .sankalpCategory {
    background: none !important;
    overflow: visible !important;
}
.sakshamPage .sankalpCategory:before {
    width: 100% !important;
}
.hgtFooter {
    padding: 15px 0;
}
.pmManual {
    margin-bottom: 45px !important;
    text-align: center;
}
.pmManual a {
    color: #fff;
    background-color: #083e78;
    padding: 20px;
    border-radius: 10px;
    text-decoration: none;
}
.pmManual a:hover {
    background-color: #ff7f02;
}
