/* Minification failed. Returning unminified contents.
: run-time error CSS1036: Expected expression, found ''
 */



body.homeHeight
.menuWrap {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    -moz-overflow-scrolling: touch;
    -ms-overflow-scrolling: touch;
    -o-overflow-scrolling: touch;
    overflow-scrolling: touch;
}



.removeTopMargin {
    margin-top: 68px;
}

.menuWrap {
    width: 100%;
    float: left;
    top: 68px;
    margin-top: 0;
    position: relative;
    overflow-y: hidden;
    overflow-x: hidden;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}


#main_header {
    height: 68px;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    -webkit-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-left .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-left .25s cubic-bezier(.06,.3,.26,1.06);
    box-shadow: 0 1px 2px #cfcfcf;
}

.introWhite {
    color: white;
    text-align: center;
}




.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #017DE0;
    /*background-image: url('/wp-content/themes/affectiva/img/menuArticleBg.jpg');*/
    /*background-repeat: repeat-x;*/
    /*background-position: top center;*/
}

.menuArticle
h5 {
    font-family: "Roboto",sans-serif;
    font-weight: 100;
    font-size: 17px;
    line-height: 20px;
    margin: 0;
    padding: 0;
    color: #fff;
    letter-spacing: 0.03em;
}

p.shortDesc {
    font-family: 'Antenna ExtraLight',sans-serif;
    font-size: 13px;
    line-height: 20px;
    font-weight: 100;
    letter-spacing: 0.03em;
    color: #fff;
}

p.readMore
a {
    font-family: 'Antenna Regular',sans-serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: 600;
    letter-spacing: 0.03em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

ul.menu {
    list-style: none outside;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
    background-color: #f3f2f2;
}

ul.menu
li {
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    cursor: pointer;
    float: left;
    width: 100%;
    text-transform: uppercase;
}

ul.menu li:last-child {
    background-image: none;
}

ul.menu li:hover {
    cursor: pointer;
    background-color: #f8f8f8;
}

.mainMenu {
    background: #FFF;
    height: 68px;
    position: relative;
    width: 100%;
    vertical-align: middle;
}

.cbp-spmenu {
    background: #f3f3f3;
    position: fixed;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
}

.cbp-spmenu
h3 {
    color: #333;
    font-size: 1.9em;
    padding: 20px;
    margin: 0;
    font-weight: 300;
    background: #0d77b6;
}

.cbp-spmenu
a {
    display: block;
    color: #333;
    font-size: 1.1em;
    font-weight: 300;
}

.rightMenuButton {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
15px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButton:hover {
color: #017DE0;
}

.rightMenuButtonLogin {
    float: right;
    border: none;
    padding: 0.6em 0;
    margin: 0
30px 0 15px;
    color: #545454;
    background: #FFF;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    cursor: pointer;
    display: inline-block;
    border-radius: 2px;
    text-decoration: none;
}

.rightMenuButtonLogin:hover {
    color: #017DE0;
}

.spacerBar {
    float: right;
    display: inline;
    padding: 0.68em 0;
    color: #d6d6d6;
}

/*.left {
    width: 33.33%;
    float: left;
    margin: 24px
0 0 0;
}

.middle {
    float: left;
    height: 56px;
    margin: 5px
0 0;
    text-align: center;
    width: 33.33%;
}*/

/*.right {
    width: 33.33%;
    float: left;
    margin: 13px
0 0 0;
    text-align: right;
}*/

.spaceForNav {
    width: 100%;
    background-color: #FFF;
    height: 68px;
    float: left;
}

ul.menu
li.selectedNavItem {
    background-color: #ddd;
    background-image: url("http://d2ndwzy1vf3r2d.cloudfront.net/KGV/Images/menuArrow.png");
    background-position: 30px 29px;
    background-repeat: no-repeat;
    opacity: 0.85;
    padding: 0
0 0 14%;
    width:100%;
      color: #009aa9;
}

ul.menu li.selectedNavItem a{
    color:#444;
    font-weight:bold;
}
.menuArticle .socialIconHolder a, .address .socialIconHolder a{
display: inline-block;
padding-top: 8px;
padding-left: 10px;
border: none;
border-radius: 50%;
height: 35px;
width: 35px;
margin-right: 5px;
background: rgba(255, 255, 255, 0.72);
}
    .menuArticle .socialIconHolder a:hover, .address .socialIconHolder a:hover {
        background:#fff;
    }

    .menuArticle .socialIconHolder a i ,.address .socialIconHolder a i{
        font-size:20px;
        color:#017DE0;
    }
    .address .socialIconHolder a i {
       color: #2A2A2A;
    }

ul.menu li ul.sub-menu
li.selectedSubnavItem {
    background-repeat: no-repeat;
    opacity: 1;
    padding: 0;
    width: 100%;
    color: #009aa9;
}

ul.menu li ul.sub-menu li.selectedSubnavItem
a {
    color: #0aa5b5 !important;
}

#menu-item-223,#menu-item-379 {
    /*background-image: url('/wp-content/themes/affectiva/img/menuArrow.png');*/
    background-position: -18px 24px;
    background-repeat: no-repeat;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .25s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) 0,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .5s;
}

#menu-item-223 a,
#menu-item-379
a {
    color: #2a2a2a;
    margin-left: 0;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    background: url(/wp-content/themes/affectiva/img/menuLineBg.jpg) no-repeat scroll bottom center transparent;
    color: #333;
    margin-left: 0;
    padding-top: 23px;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000),
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#menu-item-223 .sub-menu,
#menu-item-379 .sub-menu {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -moz-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -ms-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    -o-transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
    transition: height .5s cubic-bezier(0.230, 1.000, 0.320, 1.000) .4s;
}

#menu-item-223 .sub-menu li a:first-child,
#menu-item-379 .sub-menu li a:first-child {
    background: none;
    padding-top: 0;
    margin-left: 0;
}

#menu-item-223.subNavOpen,#menu-item-379.subNavOpen {
    background-color: #2a2a2a;
    background-position: 38px 24px;
    max-height: 300px;
}

#menu-item-223.subNavOpen a,
#menu-item-223.subNavOpen .sub-menu li a,
#menu-item-379.subNavOpen a,
#menu-item-379.subNavOpen .sub-menu li
a {
    background: none;
    color: #fff;
    margin-left: 34px;
}

#menu-item-223.subNavOpen a:first-child,
#menu-item-379.subNavOpen a:first-child {
    background: none;
    margin-left: 34px;
}

#menu-item-223.subNavOpen .sub-menu {
    height: 100px;
}

#menu-item-379.subNavOpen .sub-menu {
    height: 165px;
}

#menu-item-223.subNavClosing .sub-menu,
#menu-item-379.subNavClosing .sub-menu {
    height: 0;
    -webkit-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -moz-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -ms-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    -o-transition: height .4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: height .4s cubic-bezier(0.230,1.000,0.320,1.000);
}

#menu-item-223.subNavClosing,#menu-item-379.subNavClosing {
    background-color: transparent;
    background-position: -18px 24px;
    -webkit-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -moz-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -ms-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    -o-transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
    transition: background-color 0.9s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s,
background-position 0.25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s;
}

#menu-item-223.subNavClosing a:first-child,
#menu-item-379.subNavClosing a:first-child {
    background-image: none;
    margin-left: 0;
    color: #333;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -moz-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -ms-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    -o-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
    transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .35s,
color .25s cubic-bezier(0.230, 1.000, 0.320, 1.000) .75s;
}

#menu-item-223 a:first-child,
#menu-item-379 a:first-child {
    padding-top: 23px;
    margin-left: 0;
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    -webkit-transition: margin-left .25s cubic-bezier(0.230, 1.000, 0.320, 1.000);
    transition: margin-left .25s cubic-bezier(0.230,1.000,0.320,1.000);
}

ul.sub-menu {
    float: left;
    width: 88%;
    padding: 0;
    margin: 0;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
    transition: height .25s cubic-bezier(0.190, 1.000, 0.220, 1.000) .1s,
margin .25s cubic-bezier(0.190, 1.000, 0.220, 1.000);
}

ul.menu li ul.sub-menu
li {
    color: #7e7e7e;
    list-style: none outside;
    background: none;
    height: 32px;
}

ul.menu li ul.sub-menu
a {
    display: block;
    color: #7e7e7e;
    font-size: 15px;
    font-weight: 100;
    font-family: 'Antenna Regular',sans-serif;
    letter-spacing: 0.1em;
    height: 25px;
    margin: 0;
    padding: 0;
}

ul.menu li ul.sub-menu li:hover {
    cursor: pointer;
}

.cbp-spmenu-vertical {
    width: 309px;
    height: 100%;
    top: 0;
    z-index: 99999;
}

/*ul.menu
a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 0.05em;
    font-weight: 100;
    width: 90%;
    height: 68px;
    padding: 27px
0 0 10%;
    text-align: left;
    opacity: 0.8;
    outline: none;
}*/

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.cbp-spmenu-horizontal {
    width: 100%;
    height: 150px;
    left: 0;
    z-index: 1000;
    overflow: hidden;
}

.cbp-spmenu-horizontal
h3 {
    height: 100%;
    width: 20%;
    float: left;
}

.cbp-spmenu-horizontal
a {
    float: left;
    width: 20%;
    padding: 0.8em;
    border-left: 1px solid #258ecd;
}

.cbp-spmenu-left {
    left: 0;
    margin-left: -400px;
    -webkit-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -moz-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -o-transition: all 225ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition: all 225ms cubic-bezier(0.215,0.610,0.355,1.000);
}

.cbp-spmenu-right {
    width: 380px;
    padding: 0;
    top: 68px;
    right: 0;
    margin-right: -380px;
    background-color: #FB5F00;
    -webkit-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    -moz-transition: margin-right .25s cubic-bezier(.06, .3, .26, 1.06);
    transition: margin-right .25s cubic-bezier(.06,.3,.26,1.06);
}

.cbp-spmenu-left.cbp-spmenu-open {
    left: 0;
    margin-left: 0;
    background:#017DE0;
}

.cbp-spmenu-right.cbp-spmenu-open {
    right: 0;
    margin-right: 0;
}

.cbp-spmenu-top {
    top: -150px;
}

.cbp-spmenu-bottom {
    bottom: -150px;
}

.cbp-spmenu-top.cbp-spmenu-open {
    top: 0px;
}

.cbp-spmenu-bottom.cbp-spmenu-open {
    bottom: 0px;
}

.rightMenuArrow1 {
    float: left;
    left: 308px;
    margin: 0;
    padding: 0;
    position: relative;
    top: -30px;
}

.rightMenuArrow2 {
    float: left;
    left: 230px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -5px;
}

.sendMessage {
    font-family: 'Antenna Extralight',sans-serif;
    font-weight: 100;
    font-size: 18px;
    letter-spacing: 0.03em;
    color: #fff;
    width: 100%;
    float: left;
    padding: 0;
    margin: 8px
0 0 0;
    height: 23px;
}

.cbp-spmenu-push {
    overflow-x: hidden;
    position: relative;
    left: 0;
    -webkit-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -moz-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    -o-transition: all 235ms cubic-bezier(0.250, 0.460, 0.450, 0.940);
    transition: all 235ms cubic-bezier(0.250,0.460,0.450,0.940);
}

.cbp-spmenu-push-toright {
    margin-left: 309px;
}

.cbp-spmenu-push-toleft {
    margin-left: -309px;
}

.cbp-spmenu,.cbp-spmenu-push {
}

#main_header.cbp-spmenu-push-to-right {
    margin-left: 309px;
}

.rightPad {
    padding: 25px;
    background-color: #f3f2f2;
    /*background-image: url('/wp-content/themes/affectiva/img/rightMenuBg.jpg');*/
    background-position: top center;
    background-repeat: repeat-x;
    min-height: 489px;
    position:relative;
    overflow:hidden;
}

.rightPad:after {
    clear: both;
    content: "";
    display: table;
}

.rightLoginContainer {
    height: 92.6%;
}

.address {
    width: 84%;
    margin: 0;
    padding: 15px
8%;
    background: transparent;
    float: left;
    color: #fff;
    height: 350px;
}

.addressTitle {
    background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
    background-position: center bottom;
    background-repeat: no-repeat;
    color: #fff;
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 24px;
    font-weight: 100;
    height: 38px;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    width: 100%;
}

.addressCopy {
    float: left;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 14px;
    line-height: 21px;
    font-weight: 100;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 15px
0 0 0;
    width: 100%;
}

.addressCopy
a {
    color: #cacaca;
    text-decoration: none;
    display: inline;
    font-size: 14px;
}

.addressCopy
span {
    font-family: 'Antenna Bold',sans-serif;
    text-transform: uppercase;
    font-size: 13px;
}

.privacy {
    margin-top: 20px;
    color: #fff;
    font-family: Roboto;
    font-size: 11px;
    letter-spacing: 0.1em;
    padding: 0;
    position: absolute;
}

.privacy
a {
    color: #fff;
    text-decoration: none;
    font-size: 9px;
    display: inline;
    font-weight: 100;
}

.privacy
img {
    display: inline;
    margin: 0
4px 0 0;
}


.nav_button {
    float: left;
    height: 13px;
    line-height: 10px;
    position: relative;
    vertical-align: text-top;
    z-index: 10;
    font-family: 'Antenna Regular',sans-serif;
    font-size: 16px;
    color: #333;
}

.nav_button,
.nav_button
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.nav_button
.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 30px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
}

.nav_button .burger
.h_line {
    background-color: #252425;
    height: 2px;
    left: 0px;
    overflow: hidden;
    position: absolute;
    width: 24px;
    z-index: 1;
    -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger .h_line:after {
    background: #a4a4a4;
    content: " ";
    display: block;
    height: 2px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    transform-origin: 100% 0;
}

.nav_button .burger .h_line:nth-child(1) {
    top: 0px;
    z-index: 2;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(2) {
    top: 5px;
    z-index: 1;
    -webkit-transition: opacity 0.4s linear 0.5s;
    -moz-transition: opacity 0.4s linear 0.5s;
    -o-transition: opacity 0.4s linear 0.5s;
    transition: opacity 0.4s linear 0.5s;
}

.nav_button .burger .h_line:nth-child(3) {
    top: 10px;
    z-index: 3;
    -webkit-transform-origin: 0px 1.5px;
    -moz-transform-origin: 0px 1.5px;
    -ms-transform-origin: 0px 1.5px;
    -o-transform-origin: 0px 1.5px;
    transform-origin: 0px 1.5px;
}

.nav_button .burger .h_line:nth-child(1):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0;
}

.nav_button .burger .h_line:nth-child(2):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.1s;
}

.nav_button .burger .h_line:nth-child(3):after {
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0.2s;
}

.nav_button .burger:hover .h_line:after {
    width: 100%;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -o-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
}

.nav_open .nav_button .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.nav_open .nav_button .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.nav_open .nav_button .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}

.nav_button
.button_text_container {
    height: 15px;
    overflow: hidden;
    position: relative;
    width: 70px;
    float: left;
}

.nav_button
.button_label {
    cursor: pointer;
    display: inline-block;
    position: absolute;
    top: 0;
    z-index: 2;
}

.nav_button
.menu_button {
    margin-left: 11px;
}

.nav_button
.close_button {
    margin-left: 3px;
}

.nav_button .button_text_container
.button_label.close_button {
    display: none;
}

.nav_button .button_label
h4 {
    display: block;
    font-size: 17px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 14px;
    margin: 0;
    font-family: 'Antenna Regular';
    -webkit-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -moz-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -ms-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    -o-transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    transition: color 0.5s cubic-bezier(0.19, 1, 0.22, 1);
}

.nav_button .button_label h4
span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
}

.nav_button .button_label span:first-child {
    color: #545454;
    position: relative;
    z-index: 2;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
}
.mobileLogo {
height: 100%;
width: auto;
}
.nav_button .button_label:hover h4
span {
    color: #252425;
}

.nav_button
#showLeftPush {
    display: block;
    max-width: 140px;
    width: 140px;
}

.navArticle {
    opacity: 1;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.displayNone {
    opacity: 0;
    transition: opacity .45s ease-in-out;
    -moz-transition: opacity .45s ease-in-out;
    -webkit-transition: opacity .45s ease-in-out;
}

.homeHeight.mobileHomeBody {
    height: 100% !important;
}

.hideOnMobile {
    display: block !important;
}

.mobileNavScrolling {
    overflow: auto;
}

/*CONTACT*/
.contactTitle {
 background-image: url('http://d2ndwzy1vf3r2d.cloudfront.net/SriSoft9Images/icons/menuLineBg.jpg');
background-repeat: no-repeat;
background-position: bottom center;
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 24px;
letter-spacing: 0.08em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 0;
height: 38px;
text-transform:uppercase;
}

.sendMessage {
font-family: 'Roboto',sans-serif;
font-weight: 100;
font-size: 18px;
letter-spacing: 0.03em;
color: #525252;
width: 100%;
float: left;
padding: 0;
margin: 8px 0 0 0;
height: 23px;
}

.contactFormContainer input {
height: 37px;
width: 100%;
background: none;
border-style: solid;
border-color: #d3d3d3;
border-width: 2px;
color: #333;
font-family: 'Roboto',sans-serif;
font-size: 14px;
letter-spacing: 0.08em;
text-indent: 14px;
}

.contactFormContainer form label {
display: block;
float: left;
margin: 15px 6% 0 0;
width: 47%;
}

.contactFormContainer label:after {
clear: both;
content: "";
display: table;
}

.contactFormContainer label:nth-child(2n) {
margin-right: 0;
}

.contactFormContainer label[for="txt_telephone"],.contactFormContainer label[for="txt_telephone1"] {
margin-bottom: 15px;
width:100%;
}

.contactFormContainer select#ddl_howFound,.contactFormContainer select#ddl_howFound1 {
background: none;
border: none;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 37px;
outline: none;
text-indent: 14px;
width: 100%;
}
.contactFormContainer select#ddl_howFound option, .contactFormContainer select#ddl_howFound1 option {
background: #fff;
padding: 0;
}
.contactFormContainer label[for="ddl_howFound"],.contactFormContainer label[for="ddl_howFound1"] {
/*background: url(/wp-content/themes/affectiva/img/selectArrow.png) no-repeat scroll center right transparent;*/
border-color: rgb(255, 255, 255);
border-color: #d3d3d3;
border-width: 2px;
border-style: solid;
clear: both;
float: none;
overflow: hidden;
width: 100.5%;
}
.contactFormContainer label[for="txt_questions"],.contactFormContainer label[for="txt_questions1"], .contactFormContainer textarea {
 width: 100%;
}
.contactFormContainer textarea {
background: none;
border: 2px solid #d3d3d3;
color: #333;
font-family: "Roboto",sans-serif;
font-size: 14px;
height: 87px;
letter-spacing: 0.1em;
max-height: 87px;
min-height: 87px;
padding: 14px 8% 14px 4%;
}
.contactFormContainer label[for="txt_questions"], .contactFormContainer textarea {
width: 100%;
}

.contactFormContainer #btn_contactFormSubmit, #formFailure #btn_tryAgain, #btn_contactFormSubmit1 {
    background: #2aa12b;
     border: 2px solid #2aa12b; 
    color: #fff;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    height: 41px;
    letter-spacing: 0.1em;
    line-height: 14px;
    margin-top: 15px;
    width: 101.5%;
    cursor: pointer;
}

.contactFormContainer #btn_contactFormSubmit:hover, #btn_contactFormSubmit1:hover{
     background: transparent;
     border: 2px solid #2aa12b; 
      color: #2aa12b;
} 

.forScrolling {
width: 100%;
height: 100%;
overflow: auto;
float: left;
-webkit-overflow-scrolling: touch;
-moz-overflow-scrolling: touch;
-ms-overflow-scrolling: touch;
-o-overflow-scrolling: touch;
overflow-scrolling: touch;
}
.contactFormContainer .spinner {
clear: both;
display: none;
height: 41px;
margin: 0 auto;
position: relative;
top: 15px;
width: 32px;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
}
.contactFormContainer .spinner img {
position: relative;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}

#formSuccess, #formFailure {
display: none;
height: 489px;
}

#formSuccess .sendMessage, #formFailure .sendMessage {
font-size: 14px;
line-height: 26px;
text-rendering: optimizeLegibility;
}

.submit-loading {
   position: absolute;
    height: 100%;
    width: 100%;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.52);
    background-image: url(/Images/ajax-loader.gif);
    background-repeat: no-repeat;
    background-size: 51px;
    background-position: center;
    display:none;
}

/*END CONTACT*/


.main-menu {
    float: left;
    position: relative;
    padding-top: 10px;
    margin-left: 15px;
}

    .main-menu a.toggle-nav-bar {
        color: #ccb169;
        margin-top: 3px;
        display: inline-block;
    }

        .main-menu a.toggle-nav-bar span {
            display: inline-block;
            float: left;
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 600;
            margin-right: 12px;
        }

#ja-menu-text {
    /* display: none; */
    position: absolute;
    top: 35px;
    left: 1px;
    font-size: 9px;
    font-weight: 400;
}

#hp-side-menu {
    position: fixed;
    left: 0;
    /*top: 45px;*/
    width: 310px;
    height: 100%;
    box-shadow: 4px 0 6px 1px rgba(0,0,0,0.1);
    visibility: hidden;
    opacity: 0;
    border-right: 1px solid #ccc;
    background-color: #fff;
    /* overflow: auto; */
}

    #hp-side-menu.active {
        z-index: 99999999999999999;
        opacity: 1;
        visibility: visible;
        background-color: #2c2c33;
        top: 0;
    }

.cbp-spmenu-left.active {
    left: 0;
    margin-left: 0;
    background-color: #fff;
}

ul.menu a {
    border: none;
    padding: 0;
    text-decoration: none;
    font-family: 'Antenna Medium',sans-serif;
    font-size: 15px;
    line-height: 16px;
    letter-spacing: .05em;
    font-weight: 100;
    width: 94%;
    height: 68px;
    padding: 27px 0 0 8%;
    text-align: left;
    opacity: .8;
    outline: none;
    display: block;
    color: #333;
}

    ul.menu a.menu-link.two-lines {
        padding-top: 14px;
        line-height: 22px;
    }

.cbp-spmenu-vertical a:hover {
    opacity: 1;
}

.hp-close-icon, .hp-close-menu {
    width: 25px;
    height: 25px;
    position: absolute;
    background: url(/Images/close-icon.png) no-repeat;
    background-size: 100%;
    background-position: 100% 100%;
    right: 0;
    margin: 5px;
    cursor: pointer;
    opacity: 0;
    z-index: -1;
}

    .hp-close-icon.searchactive, .hp-close-menu.active {
        opacity: 1;
        z-index: 2;
    }

.hp-close-menu {
    width: 35px;
    height: 33px;
}

#hp-side-menu .hp-menu-block {
    padding-left: 10px;
    width: 100%;
    border-top: 1px solid #e2e2e2;
    margin-bottom: 9px;
    padding-top: 9px;
    position: relative;
}

    #hp-side-menu .hp-menu-block > ul > li {
        position: relative;
    }

    #hp-side-menu .hp-menu-block ul li:hover {
        border-radius: 5px;
        color: #000;
        background-color: #f0f8fc;
        text-decoration: none;
        margin-right: 10px;
    }

    #hp-side-menu .hp-menu-block ul li > a {
        color: #000;
        cursor: pointer;
        padding: 4px 21px 4px 12px;
        font: bold 14px/20px 'Roboto', Arial;
        text-transform: capitalize;
        display: inline-block;
        width: 100%;
        position: relative;
    }

.ja-body-container {
    -webkit-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -moz-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    -o-transition: all 225ms cubic-bezier(.215,.61,.355,1);
    transition: all 225ms cubic-bezier(.215,.61,.355,1);
}

.menu-active {
    -moz-transform: translate(309px,0);
    -ms-transform: translate(309px,0);
    -o-transform: translate(309px,0);
    -webkit-transform: translate(309px,0);
    transform: translate(309px,0);
}

.menuArticle {
    float: left;
    width: 100%;
    height: 111px;
    padding: 22px 8% 15px 8%;
    background-color: #2c2c33 !important;
}

    .menuArticle .socialIconHolder a i, .address .socialIconHolder a i {
        font-size: 20px;
        color: #2c2c33 !important;
    }

/*.slider-div {
    margin-top: 68px;
}*/

.burger {
    cursor: pointer;
    float: left;
    font-size: 1px;
    height: 13px;
    line-height: 13px;
    margin-left: 2px;
    margin-top: 4px;
    overflow: visible;
    position: relative;
    width: 24px;
    transform: translateY(2px);
    z-index: 1;
}

    .burger .h_line {
        background-color: #ccb169;
        height: 2px;
        left: 0px;
        overflow: hidden;
        position: absolute;
        width: 24px;
        z-index: 1;
        -webkit-transition: -webkit-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -moz-transition: -moz-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -ms-transition: -ms-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        -o-transition: -o-transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
        transition: transform 0.8s cubic-bezier(1, 0, 0, 1) 0.2s;
    }

        .burger .h_line:nth-child(1) {
            top: 0px;
            z-index: 2;
            -webkit-transform-origin: 0px 1.5px;
            -moz-transform-origin: 0px 1.5px;
            -ms-transform-origin: 0px 1.5px;
            -o-transform-origin: 0px 1.5px;
            transform-origin: 0px 1.5px;
        }

        .burger .h_line:nth-child(2) {
            top: 5px;
            z-index: 1;
            -webkit-transition: opacity 0.4s linear 0.5s;
            -moz-transition: opacity 0.4s linear 0.5s;
            -o-transition: opacity 0.4s linear 0.5s;
            transition: opacity 0.4s linear 0.5s;
        }

        .burger .h_line:nth-child(3) {
            top: 10px;
            z-index: 3;
            -webkit-transform-origin: 0px 1.5px;
            -moz-transform-origin: 0px 1.5px;
            -ms-transform-origin: 0px 1.5px;
            -o-transform-origin: 0px 1.5px;
            transform-origin: 0px 1.5px;
        }

/*Active*/

.menu-active .burger .h_line:nth-child(1) {
    -webkit-transform: translateY(-4px) rotate(45deg);
    -moz-transform: translateY(-4px) rotate(45deg);
    -o-transform: translateY(-4px) rotate(45deg);
    -ms-transform: translateY(-4px) rotate(45deg);
    transform: translateY(-4px) rotate(45deg);
}

.menu-active .burger .h_line:nth-child(2) {
    opacity: 0;
    -webkit-transition: opacity 0.4s linear 0;
    -moz-transition: opacity 0.4s linear 0;
    -o-transition: opacity 0.4s linear 0;
    transition: opacity 0.4s linear 0;
}

.menu-active .burger .h_line:nth-child(3) {
    -webkit-transform: translateY(3px) rotate(-45deg);
    -moz-transform: translateY(3px) rotate(-45deg);
    -o-transform: translateY(3px) rotate(-45deg);
    -ms-transform: translateY(3px) rotate(-45deg);
    transform: translateY(3px) rotate(-45deg);
}


/*font franklin-gothic-urw */
@font-face {
    font-family: 'Quadon';
    src: url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.eot?v=3.2.1');
    src: url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.woff?v=3.2.1') format('woff'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.ttf?v=3.2.1') format('truetype'), url('http://images.apherald.com/Imagestore/fonts/Quadon-Thin.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}



@font-face {
    font-family: 'Gentona';
    /*src: url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.eot?v=3.2.1');*/
    src: url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.eot?#iefix&v=3.2.1') format('embedded-opentype'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.woff?v=3.2.1') format('woff'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.ttf?v=3.2.1') format('truetype'), url('http://images.apherald.com/Imagestore/fonts/Gentona-Light.svg#fontawesomeregular?v=3.2.1') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Poiret-Regular;
    /*src: url(/Content/fon/Poiert/POIRETONE-REGULAR.eot);*/
    src: url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/Poiert/POIRETONE-REGULAR.svg#wf) format('svg');
    font-style: normal;
}

@font-face {
    font-family: Monyserrat-Light;
    src: url(/Content/fon/MONTSERRAT-LIGHT.eot);
    src: url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-LIGHT.svg#wf) format('svg');
    font-style: normal;
}

@font-face {
    font-family: MONTSERRAT;
    src: url(/Content/fon/MONTSERRAT-LIGHT.eot);
    src: url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.eot?#iefix) format('embedded-opentype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.woff) format('woff'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.ttf) format('truetype'),url(http://images.apherald.com/Imagestore/fonts/MONTSERRAT-REGULAR.svg#wf) format('svg');
    font-style: normal;
}



@font-face {
    font-family: "Poppins-Bold";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Bold.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Poppins-SemiBold";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-SemiBold.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Light";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Light.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Poppins-Regular";
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Poppins/poppins/Poppins-Regular.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'TeluguFont';
    src: url('http://images.apherald.com/Imagestore/styles/fonts22/Mallanna.ttf');
}

@font-face {
    font-family: 'Aleo-Regular';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/Aleo/ALEO-REGULAR.ttf') format('truetype');
}
@font-face {
    font-family: 'Aleo-Light';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/Aleo/ALEO-LIGHT.ttf') format('truetype');
}

@font-face {
    font-family: 'Segoe UI Light';
    /*src: url('/content/file.eot');local('☺'), url('/content/file.woff') format('woff')*/
    src:url('http://images.apherald.com/Imagestore/fonts/segoeui-light.ttf') format('truetype');
}

@font-face {
    font-family: "SVU-MHT";
    src: url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.eot?v=2");
    src: url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.eot?#iefix") format("embedded-opentype"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.woff?v=2") format("woff"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.ttf?v=2") format("truetype"), url("http://images.apherald.com/Imagestore/fonts/Montserrat/Montserrat-Hairline_0.svg#aph-mobile") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag.ttf?v=2") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag-400.ttf?v=2") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Verlag A";
    src: url("http://images.apherald.com/Imagestore/fonts/Verlag/Verlag-800.ttf?v=2") format("truetype");
    font-weight: 800;
    font-style: normal
}




* {
    margin: 0;
    padding: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin:0px;
    padding:0px;
}

html, body{
    margin: 0;
    padding: 0;
    font-family: Poppins-Regular, Arial;
    font-size: 100%;
}
a{
    text-decoration: none;
}

img{
    max-width: 100%;
}


section
{
    width:100%;
    height:auto;
    display:inline-block;
    float:left;
    background:#fff;
}

.pd10p
{
    padding:10%;
}
.pd510p{
    padding:5% 10%;
}
ul{
    list-style: none;
}
/* KGV Group - Start*/

.group-of-ventures {
    position: relative;
}
.group-header
{
    width: 100%;
    height: auto;
    margin: 0 auto;
    max-width: 801px;
    margin-bottom: 9px;

}
.group-header img,.group-of-ventures .all-groups .grid a img
{
    width:100%;
}
 .group-of-ventures .all-groups .grid a img
{
    max-width:350px;
    transition:all linear .5s;
    -webkit-transition:all linear .5s;
    -moz-transition:all linear .5s;

  
}

 .group-of-ventures .all-groups .grid a:hover img{
       -ms-transform: scale(1.1, 1.1); /* IE 9 */
    -webkit-transform: scale(1.1, 1.1); /* Safari */
    transform: scale(1.1, 1.1);
 }
.pd5p{
    padding:5%;
}
.group-of-ventures .all-groups
{
    width:100%;
    margin:0px auto;
    display:inline-block;
}

.group-of-ventures .all-groups .grid{
      width: 33%;
    padding: 2%;
    height: 100%;
    background: #fff;
    /* margin: .1%; */
    display: inline-block;
    /* margin-right: .05%; */
    vertical-align: top;
    position: relative;
    margin: 0px !important;
    border-right: 1px dotted #e8e8e8;
    float: left;
    /* overflow: hidden; */
    position: relative;
}


.group-of-ventures .all-groups .grid a{
        width: 100%;
    display: block;
    /* padding: 100%; */
    min-height: 180px;
    height: 100%;
   text-align:center;
}

.group-of-ventures .all-groups .grid a .cnt{
       position: absolute;
    display: none;
    height: 100%;
    width: 100%;
    background: hsla(44,24%,52%,.74);
    padding: 10%;
    font-family: SVU-MHT;
    font-size: 2vh;
    line-height: 110%;
    color: #fff;
    top: 0;
    left: 0;
    vertical-align: middle;
    font-weight: 600;
        
}
.group-of-ventures .all-groups .grid a .cnt p{
    position:relative;
    top: 50%;
    transform: translateY(-50%);
}
.group-of-ventures .all-groups .grid a .cnt span{
      padding: 10px;
    font: 15px/1.2 "Poppins-Light";
    background: hsl(44, 24%, 52%);
    display: block;
    width: auto;
    margin: 39px auto;
    max-width: 126px;
}
/*.group-of-ventures .all-groups .grid a:hover .cnt
{
    display:block;


}*/

    /* KGV Group - End*/
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/*#region menu styles*/

header {
    background: none;
    position: relative;
    z-index: 1000;
}

.sticky-wrapper {
    position: absolute;
    width: 100%;
}

.sticky-menu .grid-row {
    position: relative;
    z-index: 1;
    width: 100%;
    /*max-width: 1170px;*/
    margin: 0px auto;
    padding: 12px 27px;
}

.menu-text {
    display: inline-block;
    color: #bca464;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 16px;
    top: 10px;
    position: relative;
}


.social-container {
    display: inline-block;
    color: #fff;
    position: absolute;
    top: 22px;
    left: 0;
    right: 0;
    opacity: 1;
    -moz-transition: 0.3s ease-in;
    -o-transition: 0.3s ease-in;
    -webkit-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    overflow: hidden;
    /* float: left; */
    padding-top: 3px;
    width: 132px;
    margin: 0px auto;
}

    .social-container a {
        color: #bca464;
        display: block;
        height: 35px;
        width: 25px;
        /* border: 2px solid #fff; */
        font-size: 22px;
        float: left;
        border-radius: 50%;
        line-height: 30px;
        padding-left: 8px;
        margin-right: 5px;
    }

        .social-container a:hover {
            color: #000;
        }

.login-anchor {
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    font-size: 14px;
    line-height: 36px;
    padding-left: 7px;
    margin-left: 7px;
    top: 0px;
    position: relative;
    text-transform: uppercase;
}

/* sticky menu */
/**/
.main-page .sticky-wrapper {
    position: absolute;
    width: 100%;
}

.sticky-menu.double-menu:not(.second-nav),
.sticky-menu.alt.mobile {
    background-color: transparent;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0px;
}

.sticky-menu {
    position: relative;
    z-index: 500;
    background-color: #ffffff;
    width: 100%;
    transition: height 0.3s, transform 0.3s;
    -ms-transition: height 0.3s, transform 0.3s;
    -moz-transition: height 0.3s, transform 0.3s;
    -webkit-transition: height 0.3s, transform 0.3s;
    position: relative;
    background-color: rgb(255, 255, 255);
    text-align: center;
}

    .sticky-menu .logo {
        height: 72px;
        display: flex;
        margin: 14px 0;
        float: right;
        width: auto;
        transition: all 0.6s;
        -ms-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -webkit-transition: all 0.6s;
    }

        .sticky-menu .logo img {
            height: 91px;
            width: auto;
            margin-right: 5px;
            display: inline-block;
            vertical-align: middle;
            margin-top: -3px;
            -moz-transition: 0.3s all linear;
            -o-transition: 0.3s all linear;
            -webkit-transition: 0.3s all linear;
            transition: 0.3s all linear;
        }

        .sticky-menu .logo h1 {
            line-height: 61px;
            display: inline-block;
            vertical-align: middle;
            font-family: "Georgia";
            font-size: 36px;
            clear: none;
            color: #5f5f5f;
            margin: 0;
            transition: all 0.6s;
            -ms-transition: all 0.6s;
            -moz-transition: all 0.6s;
            -webkit-transition: all 0.6s;
        }

    .sticky-menu.scrolling {
        position: fixed;
        top: 0px;
        left: 0;
        background-color: rgba(255, 255, 255, 0.952941);
        -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
        -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
        box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.24);
    }

        .sticky-menu.scrolling .logo {
            height: 58px;
            margin: 3px 0;
        }

            .sticky-menu.scrolling .logo h1 {
                font-size: 28px;
                line-height: 52px;
            }

.main-nav ul {
    margin: 0;
}

    .main-nav ul li {
        border-bottom: 0;
        padding: 0;
    }

        .main-nav ul li:before {
            display: none;
        }

.main-nav {
    font-size: 14px;
    font-weight: 500;
    float: left;
    position: relative;
}

    .main-nav > ul > li {
        float: left;
        line-height: 100px;
        position: relative;
    }


    .right-menu {
    float: right;
    margin-top: 23px;
}
    .right-menu >ul >li{
        display: inline;
    }

    
     .right-menu ul li:last-child a{
         padding: 0;
     }

    .right-menu >ul >li > a{
        color: #bca464;
        font-family: poppins-light;
    padding: 0px 5px;
    }

    .right-menu >ul >li > a:hover{
        color:#000;
    }

    .menu-search-icon{
       background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/search-icon.png) no-repeat;
    height: 31px;
    width: 31px;
    background-size: 100%;
    display: inline-block;
    color: transparent;
    font-size: 18px;
    position: relative;
    left: -5px;
    }

    .main-nav ul > .back, .main-nav ul > .header-menu {
        display: none;
        background-color: #4bbcd7;
        color: #ffffff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 500;
        border-top-left-radius: 10px;
        -ms-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        -webkit-border-top-left-radius: 10px;
    }

.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav) > ul > li {
    color: #ffffff;
}

.sticky-menu.double-menu:not(.second-nav) .logo h1,
.sticky-menu.alt.mobile .logo h1 {
    color: #ffffff;
}

.sticky-menu.scrolling .main-nav > ul > li {
    line-height: 64px;
}

.main-nav > ul > li > a {
    display: block;
    padding-left: 10px;
    /*color: #fff;*/
    color: #bca464;

    font-size: 15px;
    line-height: 5;
}

    .main-nav > ul > li > a:hover {
        color: #000;
    }

    .main-nav > ul > li > a:after {
        content: "|";
        padding-left: 5px;
        color: rgba(255, 255, 255, 0.49);
        font-size: 10px;
        top: -1px;
        position: relative;
    }

.main-nav > ul > li:last-child > a:after {
    display: none;
}

@media screen and (max-width: 479px) {
    .sticky-menu .logo h1 {
        line-height: 45px;
        font-size: 22px;
    }

    .sticky-menu .logo {
        height: 50px;
    }
}

@media all and (max-width: 1280px) {

    .main-nav > ul > li > a {
        padding-left: 5px;
    }

        .main-nav > ul > li > a:after {
            padding-left: 5px;
        }
}

/**/
/* main menu pc */
/**/
.main-nav > ul > li > ul {
    position: absolute;
    left: -999999px;
    opacity: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.2);
}

.sticky-menu .grid-row {
    position: relative;
    z-index: 1;
    padding-top: 0;
}

.megamenu {
    position: inherit !important;
}

.main-nav ul ul {
    z-index: 1;
    border-top: 2px solid #f27c66;
    background-color: #ffffff;
    -webkit-transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    -webkit-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    -moz-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    -ms-transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -webkit-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -moz-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, -ms-left 0.6s step-end;
    transition: opacity 0.3s ease 0.3s, left 0.6s step-end;
    border-bottom-right-radius: 4px;
    -ms-border-bottom-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    -ms-border-bottom-left-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
}

.main-nav .megamenu ul ul {
    background: inherit;
}

.megamenu > ul ul {
    border: 0;
}

.megamenu > ul {
    display: flex;
    position: absolute;
    width: 100%;
    left: -999999px;
    padding: 20px 0 20px 0;
    opacity: 0;
    -webkit-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
    -moz-box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
    box-shadow: inset 0px 4px 9px 0px rgba(0,0,0,0.24);
}

.megamenu:hover > ul {
    left: 0;
    opacity: 1;
}

.megamenu > ul > li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    float: left;
    width: 25%;
    border-right: 1px solid #e6e6e6;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

    .megamenu > ul > li > ul {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1 0 auto;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
    }

    .megamenu > ul > li img {
        margin: 15px auto 0 auto;
        width: calc(100% - 41.5px);
    }

    .megamenu > ul > li:last-child {
        border: 0;
    }

    .megamenu > ul > li li {
        color: #5f5f5f;
        line-height: 36px;
    }

        .megamenu > ul > li li:last-child {
            border-bottom: 0;
        }

.megamenu > ul a {
    padding-left: 40px !important;
    display: block;
}

    .megamenu > ul a:before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 5px;
        color: #f27c66;
        vertical-align: middle;
        padding-right: 5px;
    }

.header-megamenu {
    font-size: 15px;
    position: relative;
    text-transform: uppercase;
    color: #333333;
    line-height: 1;
    padding: 0 25px 20px 40px;
    font-weight: 500;
}

.main-nav > ul > li ul li:last-child {
    border: 0;
}

.main-nav ul li:hover ul {
    z-index: 2;
    -webkit-transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    -webkit-transition: opacity 0.3s ease, left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    -moz-transition: opacity 0.3s ease, left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, -ms-left 0.0s step-start;
    -ms-transition: opacity 0.3s ease, left 0.0s step-start;
    transition: opacity 0.3s ease, -webkit-left 0.0s step-start;
    transition: opacity 0.3s ease, -moz-left 0.0s step-start;
    transition: opacity 0.3s ease, -ms-left 0.0s step-start;
}

.main-nav > ul > li:hover > ul {
    left: 0;
    opacity: 1;
}

.main-nav > ul > li > ul a {
    display: block;
    padding: 2px 25px;
    white-space: nowrap;
}

    .main-nav > ul > li > ul a:before {
        font-family: FontAwesome;
        content: "\f111";
        font-size: 5px;
        color: #f27c66;
        vertical-align: middle;
        padding-right: 5px;
    }


.sticky-menu.double-menu:not(.second-nav) .main-nav:not(.mobile_nav) > ul > li {
    color: #ffffff;
}

nav a:hover, nav a.active, .mobile_nav .active, .login-holder a:hover {
    color: #000;
}
/**/
/* menu bar */
/**/
.main-nav.switch-menu .menu-bar {
    position: relative;
    /*width: 44px;*/
    height: 44px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    text-align: center;
    line-height: 1.5;
}

.main-nav.switch-menu.mobile_nav .menu-bar {
    display: none;
}

.main-nav.switch-menu > ul {
    display: inline-block;
    vertical-align: middle;
}

.main-nav.switch-menu .menu-bar .ham {
    display: inline-block;
    width: 23px;
    height: 2px;
    position: relative;
    vertical-align: bottom;
    background: #bca464;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}

.items-visible .menu-bar .ham {
    background-color: transparent !important;
}

.menu-bar .ham:after, .menu-bar .ham:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 23px;
    height: 2px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
    outline: 1px solid transparent;
    left: 0;
    background:#bca464;
}

.menu-bar .ham:before {
    top: -8px;
}

.menu-bar .ham:after {
    top: 8px;
}

.items-visible .menu-bar .ham:before {
    -webkit-transform: translateY(8px) rotateZ(-45deg);
    -moz-transform: translateY(8px) rotateZ(-45deg);
    -ms-transform: translateY(8px) rotateZ(-45deg);
    -o-transform: translateY(8px) rotateZ(-45deg);
    transform: translateY(8px) rotateZ(-45deg);
}

.items-visible .menu-bar .ham:after {
    -webkit-transform: translateY(-8px) rotateZ(45deg);
    -moz-transform: translateY(-8px) rotateZ(45deg);
    -ms-transform: translateY(-8px) rotateZ(45deg);
    -o-transform: translateY(-8px) rotateZ(45deg);
    transform: translateY(-8px) rotateZ(45deg);
}

.main-nav.switch-menu > ul > li {
    visibility: hidden;
    zoom: 1;
    filter: alpha(opacity=0);
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
    -webkit-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -moz-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -o-transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    transition: all 0ms cubic-bezier(.175,.885,.525,1.2);
    -webkit-transition-duration: 150ms;
    -moz-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
}

.main-nav.switch-menu.mobile_nav > ul > li {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
}

.main-nav.switch-menu.items-visible > ul > li {
    visibility: visible;
    top: 0;
    zoom: 1;
    filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1;
    /*width: 70px;*/
}

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+1) {
        -webkit-transition-duration: 750ms;
        -moz-transition-duration: 750ms;
        -o-transition-duration: 750ms;
        transition-duration: 750ms;
        -webkit-transition-delay: 360ms;
        -moz-transition-delay: 360ms;
        -o-transition-delay: 360ms;
        transition-delay: 360ms;
    }

    .main-nav.switch-menu.items-visible > ul > li.active a {
        color: #000;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+2) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 300ms;
        -moz-transition-delay: 300ms;
        -o-transition-delay: 300ms;
        transition-delay: 300ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+3) {
        -webkit-transition-duration: 450ms;
        -moz-transition-duration: 450ms;
        -o-transition-duration: 450ms;
        transition-duration: 450ms;
        -webkit-transition-delay: 180ms;
        -moz-transition-delay: 180ms;
        -o-transition-delay: 180ms;
        transition-delay: 180ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+4) {
        -webkit-transition-duration: 550ms;
        -moz-transition-duration: 550ms;
        -o-transition-duration: 550ms;
        transition-duration: 550ms;
        -webkit-transition-delay: 240ms;
        -moz-transition-delay: 240ms;
        -o-transition-delay: 240ms;
        transition-delay: 240ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+5) {
        -webkit-transition-duration: 350ms;
        -moz-transition-duration: 350ms;
        -o-transition-duration: 350ms;
        transition-duration: 350ms;
        -webkit-transition-delay: 120ms;
        -moz-transition-delay: 120ms;
        -o-transition-delay: 120ms;
        transition-delay: 120ms;
    }

    .main-nav.switch-menu.items-visible > ul > li:nth-last-child(n+6) {
        -webkit-transition-duration: 250ms;
        -moz-transition-duration: 250ms;
        -o-transition-duration: 250ms;
        transition-duration: 250ms;
        -webkit-transition-delay: 60ms;
        -moz-transition-delay: 60ms;
        -o-transition-delay: 60ms;
        transition-delay: 60ms;
    }

.main-nav.switch-menu > ul > li:nth-child(n+1) {
    -webkit-transition-duration: 250ms;
    -moz-transition-duration: 250ms;
    -o-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-transition-delay: 60ms;
    -moz-transition-delay: 60ms;
    -o-transition-delay: 60ms;
    transition-delay: 60ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+2) {
    -webkit-transition-duration: 350ms;
    -moz-transition-duration: 350ms;
    -o-transition-duration: 350ms;
    transition-duration: 350ms;
    -webkit-transition-delay: 120ms;
    -moz-transition-delay: 120ms;
    -o-transition-delay: 120ms;
    transition-delay: 120ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+3) {
    -webkit-transition-duration: 450ms;
    -moz-transition-duration: 450ms;
    -o-transition-duration: 450ms;
    transition-duration: 450ms;
    -webkit-transition-delay: 180ms;
    -moz-transition-delay: 180ms;
    -o-transition-delay: 180ms;
    transition-delay: 180ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+4) {
    -webkit-transition-duration: 550ms;
    -moz-transition-duration: 550ms;
    -o-transition-duration: 550ms;
    transition-duration: 550ms;
    -webkit-transition-delay: 240ms;
    -moz-transition-delay: 240ms;
    -o-transition-delay: 240ms;
    transition-delay: 240ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+5) {
    -webkit-transition-duration: 650ms;
    -moz-transition-duration: 650ms;
    -o-transition-duration: 650ms;
    transition-duration: 650ms;
    -webkit-transition-delay: 300ms;
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    transition-delay: 300ms;
}

.main-nav.switch-menu > ul > li:nth-child(n+6) {
    -webkit-transition-duration: 750ms;
    -moz-transition-duration: 750ms;
    -o-transition-duration: 750ms;
    transition-duration: 750ms;
    -webkit-transition-delay: 360ms;
    -moz-transition-delay: 360ms;
    -o-transition-delay: 360ms;
    transition-delay: 360ms;
}

.login-holder {
    display: inline-block;
    float: left;
    line-height: 95px;
}

.main-nav {
    font-size: 14px;
    font-weight: 500;
    float: left;
    overflow: hidden;
}

    .main-nav.switch-menu.items-visible > ul {
        width: auto;
    }

    .main-nav.switch-menu > ul {
        display: inline-block;
        vertical-align: middle;
        width: 0;
    }

        .main-nav.switch-menu > ul li {
            width: 60px;
            height: 12.5px;
        }

.logged-in-header .main-nav.switch-menu > ul li {
    width: 60px;
    height: 12.8px;
}

.logged-not-admin .main-nav.switch-menu > ul li {
    width: 60px;
    height: 34.5px;
}

.main-nav.switch-menu > ul.logged-in-header-ul li {
    width: 60px;
    height: 20.5px;
}


.main-nav.switch-menu.items-visible > ul li {
    width: auto;
    height: auto;
}

.menu-bar .ham:before {
    top: -8px;
}


/*#endregion menu styles*/



/*#region Slider Styles*/

#slider-div {
    height: 100vh;
    background: #2c2d32;
}

.black-overlay {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background: rgba(0, 0, 0, 0.24);
}

#bgDiv {
    display: inline-block;
    width: 100%;
    /*position: relative;*/
    height: 100vh;
    overflow: hidden;
    text-align:center;
}


    #bgDiv > img {
        /* width: auto; */
        /*width: auto;*/
        height: 100vh;
        position: relative;
        /*max-width: none;*/
        transition-property: all;
        transition-duration: 0.5s;
        transition-timing-function: ease;
        /* margin: 0px -10%; */
        /*min-width: 100%;*/
        /*width:100%;*/
    }

.arts-college #btn-prev {
    background: url(/Images/Slides/slide-prev.png);
    background-position: 45px center;
    background-repeat: no-repeat;
}

.arts-college #btn-next {
    background: url(/Images/Slides/slide-next.png);
    background-position: 196px center;
    background-repeat: no-repeat;
}

.meteor-nav {
    display: block;
    position: absolute;
    top: 0%;
    /*z-index: 4;*/
    width: 100%;
    height: 100%;
    /*background: rgba(0, 0, 0, 0.3);*/
}

.slider-link {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;

    z-index: 9;
}

    .meteor-nav li a {
        /*height: 45px !important;*/
        width: 75px;
        text-align:left;
        z-index:99;
    }

.owl-item {
    float: left;
}


.owl-stage .owl-item {
    float: none;
}

.owl-stage li{
    text-align: center;
}
.video_thumb_section {
    overflow: auto;
}

.search-container {
    height: 0px;
    background: #f2f2f2;
    width: 100%;
    -moz-transition: 0.1s all linear;
    -o-transition: 0.1s all linear;
    -webkit-transition: 0.1s all linear;
    transition: 0.1s all linear;
}

.search-input {
    width: 100%;
    height: 100%;
    font-size: 30px;
    padding: 0 37px;
    background: #f2f2f2;
    border: none;
    outline: 0;
    color: #bca464;
}

.close-search {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 50px;
    font-family: SVU-MHT;
    font-weight: 100;
    cursor: pointer;
    padding: 15px;
    color: #ccb169;
}

.search-container.visible {
    height: 90px;
    display: block;
}

.pager-container {
    height: 20px;
    position: absolute;
    bottom: 35px;
    right: 20px;
    width: auto;
    z-index: 999;
}

.vision-block {
    position: relative;
}

.goto_section {
    background-position: -606px -88px;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 20px;
    cursor: pointer;
    margin: auto;
    left: 0;
    right: 0;
    cursor: pointer;
    z-index: 9999;
}

    .pager-container span {
        height: 12px;
        width: 12px;
        border: 2px solid #bca464;
        border-radius: 50%;
        background-color: transparent;
        display: inline-block;
        margin-left: 5px;
        cursor: pointer;
    }

        .pager-container span.active {
            background-color: #bca464;
        }

.scroll-down {
    height: 49px;
    position: absolute;
    bottom: 0;
    right: 120px;
    width: 115px;
    padding: 11px 36px 9px 9px;
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    border-radius: 2px;
    background: url('/images/itinap/home_header_scroll_down.png') no-repeat right 14px;
    -webkit-animation: upanddown 1s linear infinite;
    animation: upanddown 1s linear infinite;
    /*background-color: rgba(0, 0, 0, 0.48);*/
    z-index: 90;
    cursor: pointer;
}

.meteor-nav .prev a {
    left: 0px;
}

.meteor-nav .next a {
    right: 0px;
}

.meteor-nav .next a i{
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
    height: 60px;
    width: 30px;
}

.meteor-nav .prev a i{
    background:  url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
    height: 60px;
    width: 30px;
}

.meteor-nav a {
    display: block;
    outline: none;
    position: absolute;
    /*text-indent: -9999px;*/
    width: 47px;
    height: 100%;
    z-index: 998;
}

    .meteor-nav a i {
        color: #bca464;
        margin-left: 30%;
        line-height: 1;
        font-size: 40px;
        position: absolute;
        top: 48%;
    }

.meteor-slides ul.meteor-nav {
    display: block !important;
}

.meteor-nav a {
    opacity: 0.4;
}

    .meteor-nav a:hover {
        opacity: 1;
    }

.meteor-nav .prev a:hover {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;*/
}

.meteor-nav .next a:hover {
    /*background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;*/
}


.caption-container {
    position: absolute;
    bottom: 60px;
    left: 30px;
    z-index: 101;
    cursor: pointer;
    display: inline-block;
    width: 90px;
}

.icon-fallback {
    text-decoration: none;
    display: none;
    visibility: hidden;
}

    .caption-container.hover .fa, .caption-container.hover .icon-fallback, .caption-container:hover .fa, .caption-container:hover .icon-fallback {
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
        filter: alpha(opacity=100);
        -moz-opacity: 1;
        -khtml-opacity: 1;
        opacity: 1;
        border-radius: 100% 0 100% 100%;
        -webkit-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -moz-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -o-transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        transition: opacity 125ms ease-in,border-radius 125ms ease-in;
        -webkit-transition-delay: 0ms,0ms;
        -moz-transition-delay: 0ms,0ms;
        -o-transition-delay: 0ms,0ms;
        transition-delay: 0ms,0ms;
    }

    .caption-container.hover .captions, .caption-container:hover .captions {
        width: 14em;
        max-height: 9000em;
        -webkit-transition: width 250ms ease-out,max-height 0ms ease-out;
        -moz-transition: width 250ms ease-out,max-height 0ms ease-out;
        -o-transition: width 250ms ease-out,max-height 0ms ease-out;
        transition: width 250ms ease-out,max-height 0ms ease-out;
        -webkit-transition-delay: 125ms,125ms;
        -moz-transition-delay: 125ms,125ms;
        -o-transition-delay: 125ms,125ms;
        transition-delay: 125ms,125ms;
        background: #bca464;
        border-radius:5px;
    }

        .caption-container.hover .captions .caption.showing, .caption-container:hover .captions .caption.showing {
            visibility: visible;
        }

    .caption-container .caption-trigger, .caption-container .fa, .caption-container .icon-fallback {
        position: absolute;
        bottom: 0px;
        left: 0px;
        text-align: center;
    }

    .caption-container .fa, .caption-container .icon-fallback {
    width: 1.6em;
    height: 1.6em;
    padding: .3em;
    border-radius: 100%;
    background-color: #bca464;
    font-size: 24px;
    color: #fff;
    overflow: hidden;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    -khtml-opacity: .5;
    /* opacity: .5; */
    -webkit-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -moz-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -o-transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    transition: opacity 125ms ease-out,border-radius 125ms ease-out;
    -webkit-transition-delay: 250ms,250ms;
    -moz-transition-delay: 250ms,250ms;
    -o-transition-delay: 250ms,250ms;
    transition-delay: 250ms,250ms;
    }

    .caption-container .icon-fallback {
        font-family: Quadon,"Myriad Pro",sans-serif;
        font-weight: 700;
    }

    .caption-container .caption-trigger {
        width: 2em;
        height: 2em;
        padding: .375em;
        margin: 0;
        border-bottom: none;
        background-color: transparent;
        font-size: 1em;
        color: transparent;
        display: block;
    }

    .caption-container .captions {
        width: 0;
        height: auto;
        max-height: 0;
        position: relative;
        margin: 0 0 2em 2em;
        background: #FFF;
        color: #000;
        overflow: hidden;
        -webkit-transition: width 250ms ease-in,max-height 0ms ease-in;
        -moz-transition: width 250ms ease-in,max-height 0ms ease-in;
        -o-transition: width 250ms ease-in,max-height 0ms ease-in;
        transition: width 250ms ease-in,max-height 0ms ease-in;
        -webkit-transition-delay: 0ms,250ms;
        -moz-transition-delay: 0ms,250ms;
        -o-transition-delay: 0ms,250ms;
        transition-delay: 0ms,250ms;
    }

    .caption-container .caption {
        display: none;
        visibility: hidden;
    }

        .caption-container .caption .hero-clip-title {
            width: 12em;
            margin: 1em;
            font-family: Quadon,"Myriad Pro",sans-serif;
        }

        .caption-container .caption .hero-clip-description {
            width: 15em;
            margin: 1.25em;
            font-size: .8em;
            color: #fff;
        }


/*#endregion Slider Styles*/

/*#region Industry Partner*/

.owl-stage-outer .bx-controls-direction {
    /*display: none;*/
}

.owl-stage-outer {
    padding: 0px 25px;
}

.owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev{
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 99999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
    opacity: 0.6;
    transition:0.3s all linear;
}

.owl-stage-outer .bx-controls-direction .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}


.owl-stage-outer .bx-controls-direction .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.owl-stage-outer:hover .bx-controls-direction .bx-prev{
    left: 0;
}

.owl-stage-outer:hover .bx-controls-direction .bx-next{
    right: 0;
}

.section1 {
    padding: 100px 0;
    position: relative;
}

.partners-block{
    background: #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.overlay {
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.52) 100%);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.64) 0%, rgba(0, 0, 0, 0.52) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000', GradientType=1);
    bottom: 0;
    height: 100%;
    left: 0;
    padding: 60px 0;
    position: absolute;
    right: 0;
}

.svu-slide{
    width: 2% !important;
}

.svu-slide .owl-item{
    margin-top: 10%;
}

.bms-slide{
    width: 2% !important;
}

.bms-slide .owl-item{
    margin-top: 10%;
}


/*#endregion Industry Partner*/

/*#region testimonials block*/


.kg-testi-img {
    width: 250px;
    height: 250px;
    margin: 0px auto;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 30px;
    /*border: 2px solid #ccb169;*/
   
}

.testi-image-container{
     position: relative;
      width: 250px;
    height: 250px;
    margin: 0px auto;
    overflow: visible;
    margin-top: 10px;
}

     .testi-image-container .ring {
        top: 1.5%;
        left: 1.5%;
        position: absolute;
        height: 97%;
        width: 97%;
        border: 2px solid #bca464;
        border-radius: 50%;
        -moz-transition: 0.3s all;
        -o-transition: 0.3s all;
        -webkit-transition: 0.3s all;
        transition: 0.3s all;
    }

     .testi-image-container:hover .ring {
           top: -2.5%;
    left: -2.5%;
    position: absolute;
    height: 105%;
    width: 105%;
    border: 2px solid #bca464;
    border-radius: 50%;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;

    }

.bx-w ul {
    list-style: none outside;
}

.bx-wrapper {
    margin-bottom: 0px !important;
}

h2_style {
    font-size: 32px;
    color: #000000;
    font-weight: 300;
    text-transform: none;
    text-align: center;
}

.apply-now {
    position: relative;
    z-index: 9;
    float: left;
}

.serv-section.second {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-bottom: 1px none #ccc;

  /*background-image: url(http://images.apherald.com/Imagestore/KGV/Images/background44.jpg) !important;
    background-position: 50% 26%;
    background-size: cover;
    background-repeat: no-repeat;*/
  background: #2C2C33;

    display: inline-block;
    width: 100%;
    min-height: 523px;
    position: relative;
    z-index: 1;
    float: left;
    padding: 50px 0px;
}

.testi-overlay {
    background: rgba(24,24,24,0.80);
    width: 100%;
    height: 100%;
    position: absolute;
}

.testimonilas-div {
    text-align: center;
    /*max-width: 875px;*/
    width: 100%;
    margin: 0px auto;
    padding-top: 25px;
    position: relative;
    padding-bottom: 70px;
}

.quote-sign {
   display: inline-block;
    color: #fff;
    font-size: 70px;
    font-family: Arial;
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 28px;
    background-color: rgba(255,255,255,0.03);
    margin: 0 auto;
    border-radius: 50%;
    opacity: 0.5;
    margin-bottom: 10px;
    display: none;
}


.snagger-features .bx-next, .snagger-features .bx-prev {
    position: absolute;
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 99999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
}
.snagger-features .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

.snagger-features .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.testimonials-section .bx-prev {

}

.testimonials-section  .bx-next {
}



.serv-section .bx-wrapper .bx-pager, .serv-section .bx-wrapper .bx-controls-auto {
    bottom: -50px;
}

.bx-controls-auto {
    display: none;
}

.serv-section .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #fff;
}

.serv-section .bx-wrapper .bx-pager.bx-default-pager a {
    background: rgba(255, 255, 255, 0.4);
    text-indent: -9999px;
    display: block;
    width: 15px;
    height: 15px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #999;
}

/*.small-heading.gray.testimonilas {
      font-size: 20px;
    color: #d5d5d5;
    line-height: 1.6em;
    padding: 0 15px;
    font-family: Poppins-Light;
    font-weight: 100;
}*/

.small-heading.gray.testimonilas {
    font-size: 28px;
    line-height: 1.6em;
    padding: 0 15px;
    color: #ccb169;
    text-align: center;
    font-family: Quadon,"Myriad Pro",sans-serif;
    /*font-family: SVU-MHT, Arial;*/
    letter-spacing: 0.6px;
}

.testimonial-author {
    font-size: 14px;
    margin-top: 25px;
    color: #ccb169;
    text-transform: uppercase;
    font-family: poppins-light;
    letter-spacing: 1.3px;
}

.name-testimonials {
    font-family: Raleway, sans-serif;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 24px;
    margin-top: -9px;
}

.small-heading.profil {
    margin-top: -7px;
    margin-bottom: 0px;
    font-family: Raleway, sans-serif;
    color: #7a7a7a;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.testimonial-image {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    border: 2px solid #d3d3d3;
}

.w-col {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.w-col-6 {
    width: 50%;
}

.serv-section .bx-wrapper .bx-pager .bx-pager-item {
    display: inline-block !important;
}

.serv-section .bx-controls.bx-has-pager.bx-has-controls-direction {
    margin-top: 50px;
}

.serv-section .bx-wrapper .bx-pager, .serv-section .bx-wrapper .bx-controls-auto {
    bottom: -50px;
    display: inline-block;
}

    .serv-section .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #e54343;
    }

    .serv-section .bx-wrapper .bx-pager.bx-default-pager a {
        background: rgba(255, 255, 255, 0.4);
        text-indent: -9999px;
        display: block;
        width: 10px;
        height: 10px;
        margin: 0 5px;
        outline: 0;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        border: none;
    }



/*#endregion testimonials block*/

/*#region history block*/
.vc_row[data-vc-full-width] {
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    overflow: hidden;
}

vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 {
    float: left;
}


.vc_row {
    padding: 70px 0px;
    position: relative;
    background-size: cover;
}

#history{

        background-image: url(http://veented.info/crexis/wp-content/uploads/2016/02/background42.jpg?id=105) !important;
            display: inline-block;
    width: 100%;
    position:relative;
}

.special-heading-align-center {
    text-align: center;
        padding: 0 15px;
}

.bg-overlay, .bg-overlay-accent:after {
    position: absolute !important;
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.20);
}

.bg-overlay-light {
    background: rgba(255,255,255,0.9);
}

.uppercase {
    text-transform: uppercase;
}

.vc_column_container {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    position: relative;
}

.light-bg {
    position: relative;
}

.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner {
    padding-top: 0px;
}

h1.header {
    margin: 0 auto;
    padding-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #666666;
}



/*#endregion history block*/


/*#region news block*/


/*New News Block*/
.latest-news-block{
    padding: 60px 55px;
    border-top: 1px solid #ececec;
    position: relative;
    background: #fff;
    border-bottom: 1px solid #ececec;
}

.space {
    padding-top: 50px;
    padding-bottom: 0px;
}

.latest-news-block .container{
    /*max-width:1170px;*/
    margin:0px auto;
}

.space-bottom {
    padding-bottom: 30px;
}

.latest-news-block .col-md-3 {
    width: 25%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.latest-news-block img {
    /*margin-left: 12px;*/
    display: block;
    margin:0px auto;
    max-width: 100%;
}

.latest-news-block blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 14px;
    margin-top: 30px;
    word-spacing: 1px;
    letter-spacing: .3px;
    text-align: center;
}

.latest-news-block blockquote a:before {
    content: "\f10d";
    font-family: FontAwesome;
    float: left;
    margin-right: 10px;
    color: #bca464;
}

.latest-news-block blockquote a {
    font-size: 14px;
    color: #ccb169;
    margin: 0 0 20px;
    font-size: 2.2vw;
    margin-top: 8px;
    word-spacing: 1px;
    letter-spacing: .3px;
    font-family: Poppins-Light, Arial;
    line-height: 1.2;
}

.latest-news-block blockquote a:hover{
    color: #bca464 !important;
    text-decoration: underline;
}


/*New News Block*/
.hp-featured {
    width: 100%;
    /*max-height: 448px;*/
    overflow: hidden;
    position: relative;
}

#featuredstory .bx-next, #featuredstory .bx-prev , .news .bx-next, .news .bx-prev, .latest-news-block .bx-next, .latest-news-block .bx-prev{
    position: absolute;
    position: absolute;
    border: 0;
    outline: none;
    cursor: pointer;
    padding: 0;
    display: block;
    opacity: 1;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
    z-index: 999;
    color: transparent;
    width: 75px;
    height: 100%;
    top: 0%;
}



#featuredstory .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

#featuredstory .bx-next {
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}

.hp-featured h2 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 50px;
    font-size: 36px;
    font-family: 'Verlag A';
    line-height: 100%;
    z-index: 2;
    color: #fff;
    margin-bottom: 40px;
    overflow: hidden;
}

.featured-slider-container {
    position: relative;
    height: auto;
    display: block;
    width: 100%;
    overflow: hidden;
}

.hp-featured li .slide-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0,0,0,.5);
    background-repeat: repeat-y;
    background: -webkit-gradient(linear, bottom top, right top, from(rgba(0,0,0,.5)), to(rgba(0,0,0,0)));
    background: -webkit-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -moz-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -ms-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    background: -o-linear-gradient(top, rgba(0,0,0,0), rgba(0,0,0,0.6));
    /* background: rgba(0,0,0,.5); */
}


.hp-featured h2 a {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    line-height: 115%;
}

.hp-featured h2 a {
    color: #fff;
    font-weight: 600;
    letter-spacing: .5px;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    line-height: 115%;
}

.hp-featured .slider-cat {
    width: auto;
    float: left;
    background: #ff2727;
    color: #fff;
    padding: 9px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 100%;
    font-family: "Poppins-Light";
    text-transform: capitalize;
    font-weight: 400;
}



/*#endregion news block*/

/*#region vision slider*/

.vision-block .goto_section{

  bottom:82px;
}
.vision-block .bx-pager {
    width: 100%;
    height: 60px;
    margin: 0 0 0 0;
    margin-top: -5px;
    z-index: 9;
    position: relative;


}

.vision-block .bx-pager li {
    width: 25%;
    list-style: none;
    display: inline-block;
    float: left;
}

.vision-block  .bx-pager a {
    border: 1px solid #333;
    /* border-left: none; */
    border-right: 0;
    display: block;
    background: #505050;
    background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#424242));
    background: -moz-linear-gradient(top,#505050,#424242);
    background: linear-gradient(to bottom,#505050,#424242);
    background-image: -ms-linear-gradient(top,#505050,#424242);
    text-align: center;
    height: 75px;
    text-shadow: -1px -1px 1px #333;
    color: #fff;
    cursor: pointer;
    border-left: 1px solid #666;
    border-right: 1px solid #333;
}

.vision-block  .bx-pager a.active {
    position: relative;
    background: #fff;
    border-top: 1px solid #333;
    border-bottom: 3px solid #fdd922;
    text-shadow: none;
    border-right: 0;
    border-left: none;
    filter: none;
    color: #444;
}

/*.vision-block  .bx-pager a.active {
    position: relative;
    background: #fff;
    border-bottom: 1px solid #333;
    border-top: 3px solid #fdd922;
    text-shadow: none;
    border-right: 0;
    border-left: none;
    filter: none;
    color: #444;
}*/

.vision-block  .bx-pager a.active .pointer {
    display: inline-block;
}

.pointer {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -20px;
    left: 45%;
    z-index: 1004;
    display: none;
   
}

.pointer:after {
    content: "";
    position: absolute;
    width: 19px;
    height: 18px;
    background: #fff;
    -moz-transform: rotate(45deg) translate(0,-3px);
    -ms-transform: rotate(45deg) translate(0,-3px);
    -webkit-transform: rotate(45deg) translate(0,-3px);
    -o-transform: rotate(45deg) translate(0,-3px);
    transform: rotate(45deg) translate(0,-3px);
    top: 12px;
    left: 50%;
    border: 1px solid #333;
    border-right: none;
    border-bottom: none;
 
}

/*.pointer {
    width: 24px;
    height: 24px;
    position: absolute;
    bottom: -20px;
    left: 45%;
    z-index: 1004;
    display: none;
   
}
    .pointer:after {
        content: "";
        position: absolute;
        width: 19px;
        height: 18px;
        background: #fff;
        -moz-transform: rotate(45deg) translate(0,-3px);
        -ms-transform: rotate(45deg) translate(0,-3px);
        -webkit-transform: rotate(45deg) translate(0,-3px);
        -o-transform: rotate(45deg) translate(0,-3px);
        transform: rotate(45deg) translate(0,-3px);
        top: -3px;
        left: 50%;
        border: 1px solid #333;
        border-left: none;
        border-top: none;
       
    }*/
.sliderTabText {
    font-family: 'Verlag A', Arial;
    font-size: 28px;
    font-weight: 100;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 15px;
}

.vision-block  .bx-pager a span {
    display: inline-block;
    width: 100%;
    letter-spacing: 1px;
    float: left;
}


.sliderTabText1 {
    font-size: 12px;
    font-family: Poppins-Light, Arial;
}





/*#endregion vision slider*/


@-webkit-keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out-rapid {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }

    80% {
        -webkit-transform: scaley(0.3);
        transform: scaley(0.3);
    }

    90% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}


.preloader {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: 99999999;
    opacity: 1;
    -webkit-transform: scale(1,1);
    -moz-transform: scale(1,1);
    -ms-transform: scale(1,1);
    -o-transform: scale(1,1);
    transform: scale(1,1);
    background: white;
}

.preloader .content-container {
    display: inline-block;
    top: 40%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    width: 100%;
    text-align: center;
    left: 0px;
}

.preloader .logo {
    display: inline-block;
    height:auto;
    width: auto;
}

.preloader .line-scale-pulse-out-rapid {
    margin-top: 0px;
}



.line-scale-pulse-out-rapid > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
    animation: line-scale-pulse-out-rapid .9s -.5s infinite cubic-bezier(.11, .49, .38, .78);
}

.line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
    animation-delay: 0s !important;
}

.preloader .line-scale-pulse-out-rapid div {
    background: #bca464;
}



.displayNone{
    display:none;
}

/*#region Footer Styles*/
 #gmap_canvas img {
        max-width: none !important;
        background: none !important;
    }

#backtotop {
    position: fixed;
    bottom: 100px;
    right: 18px;
    width: 50px;
    height: 50px;
    border: 3px solid transparent;
    cursor: pointer;
    font-size: 24px;
    text-align: center;
    color: #fff;
    background-color: #bca464;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    z-index: 999;
   opacity:0;
   transform:scale(0);
}

#backtotop.active{
    opacity:1;
     transform:scale(1);
}

    #backtotop span {
        line-height: 44px;
    }

    #backtotop:hover {
        background-color: #000;
    }


footer {
    background: #2C2C33;
    width: 100%;
    display: inline-block;
    float: left;
    z-index: 2;
    position: relative;
}

    footer .row-fluid.footer {
      border-bottom: 1px solid #1b1b1b;
    width: 100%;
    padding: 4.875em 0 0 0;
    display: inline-block;
    float: left;
    }


    .row-fluid [class^=col] {
    display: block;
    width: 100%;
    min-height: 28px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564%;
}

.row-fluid.footer a:hover {
    text-decoration: underline;
}


.row-fluid .col2 {
    width: 14.529914530000001%;
}

.row-fluid [class^=col]:first-child {
    margin-left: 0;
}

.footer ul, footer p {
    min-height: 150px;
    margin-bottom: 1.875em;
}

footer .left p, footer .left ul {
    border-right: 1px solid #4f4e4e;
    text-align: right;
    padding-right: 1.25em;
}

footer a {
    color: #d3d1d1;
    font-family: Poppins-Light, Arial;
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
}

footer .shield a {
    text-indent: -9999em;
    display: block;
    width: 300px;
    height: 300px;
    background: transparent url(http://images.apherald.com/Imagestore/KGV/Images/KGV-500-.png) 0 0 no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    margin: 0 auto;
    margin-top: -70px;
}

.row-fluid .col4 {
    width: 31.623931624%;
}

footer .right p, footer .right ul {
    border-left: 1px solid #4f4e4e;
    text-align: left;
    padding-left: 1.25em;
}

footer .row-fluid:last-child {
    border-top: 1px solid #4f4e4e;
    padding: 1em 0;
    float: left;
    display: inline-block;
    width: 100%;
}

#social {
    height: 20px;
    width: 310px;
    margin: 0 auto 1em auto;
    text-align: center;
}

    #social li {
        display: inline-block;
        margin: 0 10px;
    }

        #social li a {
            font-size: 25px;
            color: #fff;
            opacity: .6;
            -webkit-transition: opacity .3s ease-in-out;
            transition: opacity .3s ease-in-out;
        }

footer p, footer ul {
    font-size: 14px;
    color: #d3d1d1;
    line-height: 20px;
}

    footer p.copyright {
        text-align: center;
        margin: 0;
        min-height: 0;
        height: auto;
        line-height: 1em;
        font-size: .75em;
        opacity: .5;
        padding-top: 5px;
    }

.row-fluid.footer a:hover {
    text-decoration: underline;
}


.row-fluid .col2 {
    width: 14.529914530000001%;
}

.row-fluid [class^=col]:first-child {
    margin-left: 0;
}


/*BIL FOOTER*/
.bil-footer {
    height: 325px;
    width: 100%;
    display: inline-block;
    background: #1a1a1a;
    border-top: 1px solid #252424;
}

.bil-footer-content {
    width: 100%;
    max-width: 1000px;
    margin: 0px auto;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.bil-logo-holder {
    width: 200px;
    margin: 0px auto;
}

.bil-introholder {
    color: #929191;
    font-size: 13px;
}

.footer-social {
    width: 70%;
    display: inline-block;
    margin-top: 10px;
    vertical-align: top;
    padding-right: 1%;
}

.footer-bil {
    width: 27%;
    padding-left: 2%;
    display: inline-block;
    position: relative;
}

footer .socialIconHolder {
    /*display: inline-block;*/
    padding: 14px 17px;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 20px;
    font-size: 16px;
    color: #666;
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    width: 380px;
    margin: 0px auto;
}

    footer .socialIconHolder a {
        display: inline-block;
        padding-top: 10px;
        padding-left: 2px;
        border: none;
        border-radius: 50%;
        height: 60px;
        width: 60px;
        margin-right: 5px;
        background: transparent;
        text-align: center;
    }

        footer .socialIconHolder a:hover {
        }

            footer .socialIconHolder a:hover footer .socialIconHolder a i {
                color: #444 !important;
            }

        footer .socialIconHolder a i {
            font-size: 40px;
            color: #aeaeae;
        }

    footer .socialIconHolder .ru-socialIcon.ru-twitter:hover i {
        color: #00a9e7;
    }

    footer .socialIconHolder .ru-socialIcon.ru-facebook:hover i {
        color: #0070b0;
    }

    footer .socialIconHolder .ru-socialIcon.ru-gplus:hover i {
        color: #eb4026;
    }

    footer .socialIconHolder .ru-socialIcon.ru-linkedin:hover i {
        color: #0074a1;
    }

    footer .socialIconHolder .ru-socialIcon.ru-pintrest:hover i {
        color: #eb4026;
    }

ul.fotter-nav li {
    display: inline-block;
    margin: 0;
    padding: 0 10px 0 10px;
    color: #aaafba;
}

    ul.fotter-nav li a {
        color: #aaafba;
        text-transform: uppercase;
    }

.footerdata {
    font-family: Poppins-Light, Arial;
    font-size: 15px;
    text-align: left;
    min-height: 90px;
    color: #abaeb5;
    margin-bottom: 5px;
    text-align: justify !important;
    padding-top: 35px;
}

.footer-bil:before {
    content: "";
    position: absolute;
    left: 1%;
    top: 35px;
    width: 0;
    height: 78%;
    border-left: 1px solid #222;
}

.bottom-block {
    margin-top: 10px;
}

ul.fotter-nav li:not(:first-child)::before {
    content: "|";
    padding-right: 10px;
}

.bil-sec-footer {
    height: 288px;
    background: #25272b;
    color: #767d85;
    font-size: 13px;
    line-height: 1.5;
    margin-top: -3px;
    text-align: center;
    width: 100%;
    display: inline-block;
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.span12 {
    position: relative;
    width: 100%;
    left: 0;
    max-width: 1024px;
    padding: 18px 0px 15px 0px;
}

.foter-li a:hover {
    color: #fff;
}


.footer_below {
    background: #1a1a1a;
    clear: both;
    padding-bottom: 40px;
    margin-top: -8px;
    display:inline-block;
    width: 100%;
}

    .footer_below .container {
        max-width: 1170px;
        width: 1004px;
        position: relative;
        margin: 0 auto;
        padding: 6px 0px;
    }

.anytime {
    padding: 25px 0 15px;
    width: 35%;
    float: left;
}

    .anytime p {
        color: #fff;
        font-size: 13px;
    }

    .anytime .below-footer-head, .anytime h3 {
        color: #fff;
        font-size: 34px;
        line-height: 34px;
    }

.app_box {
    padding: 0;
}

    .app_box li {
        float: left;
        border-right: 1px solid #161616;
        border-left: 1px solid #242424;
        padding: 25px 22px 12px;
        opacity: .8;
    }

        .app_box li:first-child {
            border-left: 0 none;
        }

.app_icon.apple {
    background-position: -22px -154px !important;
    margin-top: 8px;
}

.app_icon.apple, .app_icon.android, .app_icon.window {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/mo.png") no-repeat center center;
}


    .app-link:hover .app_icon.apple, .app_icon.apple:hover {
        background-position: -22px -204px !important;
    }

    .app-link:hover .app_icon.window, .app_icon.window:hover {
        background-position: -222px -209px;
    }

    .app-link:hover .app_icon.android, .app_icon.android:hover {
        background-position: -122px -204px;
    }

.app_icon {
    width: 50px;
    height: 45px;
    float: left;
}

.app_text {
    float: left;
    margin-top: 5px;
}

    .app_text .ico-head-1 {
        color: #999 !important;
        font-size: 14px;
    }

    .app_text .ico-head-2 {
        color: #fff !important;
        font-size: 20px;
        font-weight: 400;
    }

.app_icon.android {
    background-position: -121px -154px;
    margin-top: 8px;
}

.app_icon.window {
    background-position: -222px -159px;
    margin-top: 12px;
}

/*#endregion Footer Styles*/

/*#region Newsletter Block*/

.subscribe-block.page-content.parallax-1 {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/parallax-1.jpg") no-repeat;
    background-size: 117%;
    padding-top: 140px;
    float: left;
    display:inline-block;
    width:100%;
}

.mb-140 {
    margin-bottom: 140px !important;
}

.subscribe-block .col-md-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

.subscribe-block .simple-heading {
    position: relative;
    margin-bottom: 10px;
    top: 15px;
}


.subscribe-block.page-content.dark h2 {
    font-family: SVU-MHT, 'Roboto', Arial, sans-serif;
    margin-bottom: 25px !important;
    font-size: 32px;
    line-height: 41px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.subscribe-block.page-content .newsletter input {
    background-color: #ffffff;
    padding: 15px;
    border: none;
    color: #636363;
    width: 400px;
    border-radius: 3px;
    height: 53px;
    display: table-cell;
    float: left;
    font-family: Poppins-Light;
}

.subscribe-block.page-content .newsletter .submit {
    position: relative;
    right: 2px;
    width: 170px;
    color: #fff;
    border-top-left-radius: 0px;
    -webkit-border-top-left-radius: 0px;
    -moz-border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    font-size: 18px;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    background-image: none;
    background-color: #a3c93a;
    text-align: center;
    cursor: pointer;
}

.subscribe-block .newsletter p {
    margin-top: 90px;
    padding-bottom: 0;
    color: #A0A0A0;
    width: 100%;
    text-align: center;
    font-size: 14px;
}

.subscribe-block .newsletter a {
    display: block;
}

.subscribe-block span {
    color: #a3c93a;
    font-family: 'Roboto', Arial, sans-serif;
    line-height: 23px;
    width: 100%;
    text-align: center;
    font-size: 14px;
    width: 100%;
    text-align: center;
    display: inline-block;
}

.subscribe-block.page-content .newsletter {
    display: table;
    border-collapse: separate;
    position: relative;
    margin: 0 auto;
}

.newsletter-desc-txt {
    margin-top: 20px;
    font: normal 18px poppins-light;
    color: #d3d3d3;
    text-align: justify;
    margin-left: 135px;
    margin-right: 135px;
}
/* end region: subscribe block */

.colored {
    color: #ccb169;
}

/*#endredion NewsLetter Block*/


#status-bar {
    position: fixed;
    top: -100px;
    width: 100%;
    height: 60px;
    background-color: rgb(242, 38, 19);
    z-index: 99999;
    color: #fff;
    font: 300 18px/60px Poppins-Light;
    text-align: center;
    text-transform: uppercase;
    z-index: 99999999;
}

    #status-bar.status-success {
        background-color: #2aa12b !important;
    }

    #status-bar.active {
        top: 0;
    }


/*#region Blog Styles*/
.blogs-section {
    padding: 60px 0px;
    position: relative;
    display: inline-block;
    width: 100%;
}



.blogs-container.news {
    /*max-width: 1200px;*/
    margin: 0px auto;
    display: block;
}

.news .owl-item {
    float: left;
}

.news .box {
    padding: 0 15px;
    cursor: default;
    font-family: Poppins-Light, Arial;

}

.blog-header-container {
    margin-bottom: 30px;
}

.blog-header-container > h2{
    color: #ccb169;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
        padding: 0 0 10px;
    margin: 0;
    line-height: 1;
    font-family: SVU-MHT;
    font-family:Quadon,"Myriad Pro",sans-serif;
    font-size: 3.1vw;

}


.blog-header-container > p{
   color: #ccb169;
    letter-spacing: 1px;
    text-align: center;
    font-size: 14px !important;
    font-family: Poppins-Light;
    margin-bottom: 20px;
}

.news .box img {
    width: 100%;
}

.extra-light {
    font-weight: 200;
}

.news .box .details h3 {
   font-size: 18px;
    color: #7e7d7d;
    margin-top: 25px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

.news .box .details h3 a {
    color: #444;
    transition: color .3s;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
}


.news .box .details p {
   margin: 0px 0 10px;
    font-size: 12px;
    font-weight: 400;
    color: #9a9a9a;
}

.news .box .details p.post-details i {
    margin-right: 3px;
}

.news .box .details p.post-details {
    font-size: 12px;
    color: #999;
}

.news .box .details p.post_message {
    font-size: 13px;
    color: #aaa;
}

.news .box .details a.post_read_more_button {
    width: 100%;
    height: auto;
    padding: 10px;
    text-align: center;
    display: block;
    outline: none;
    border: none;
    background: #fafafa;
    color: #aaa;
    margin-top: 10px;
    font-weight: 300;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.news .box .details a.post_read_more_button:hover {
    background:#bca464;
    color: white;
}


.news .bx-next, .testimonials-section .bx-next,.latest-news-block .bx-next{
    right: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-nexticon-gold.png) center no-repeat;
}
.news .bx-prev, .testimonials-section .bx-prev , .latest-news-block .bx-prev {
    left: 0;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
}

/*#endregion Blog Styles*/


/*#region media queries*/

@media (max-width: 1366px){

      #slider-div{
         height: auto;
     }
      #bgDiv{
          height: 100%;
          display:block;
      }
    #bgDiv > img{
        height: auto;
        width: 100%;
        max-width: none;
        display: block;
    }

    .blogs-section{
        padding: 40px 45px;
    }
}
@media (min-width: 992px){


/*.container {
    width: 970px;
}*/

}




@media (max-width: 1024px) {
    /*.social-container {
        width: 228px;
    }*/

    
.social-container.hidden {
    opacity: 0;
}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .social-container {
        width: 40%;
    }

    .topnav {
        background: rgb(44, 44, 51);
        background: url('http://manipal.edu/etc/designs/manipal/images/top-nav-bg.png');
        white-space: nowrap;
        position: relative;
        display: inline-block;
        width: 133%;
        z-index: 9;
        border-top: 4px solid #005EB8;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .social-container {
        width: 40%;
    }

    .topnav {
        background: rgb(44, 44, 51);
        background: url('http://manipal.edu/etc/designs/manipal/images/top-nav-bg.png');
        white-space: nowrap;
        position: relative;
        display: inline-block;
        width: 100%;
        z-index: 9;
        border-top: 4px solid #005EB8;
    }
}

@media (min-width: 1200px) {
    .container-test {
        width: 1170px;
    }
}

.container-arts {
   /*padding-right: 15px;
    padding-left: 15px;*/
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding: 0px 50px;
}

.section-title-2 {
    position: relative;
    padding: 0 0 50px;
    display: block;
}

.text-center {
    text-align: center;
}

.paralbackground .section-title-2 .lead, .paralbackground .section-title-2 h2 {
   color: #ccb169;
   
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 3.1vw;
   
}

.testimonilas-div .section-title-2 h2 {
   color: #ccb169;
   
    letter-spacing: 1px;
    margin-bottom: 10px;
    font-size: 3.1vw;
   
}

.section-title-2 h2 {
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0;
    line-height: 1;
   font-family: Quadon,"Myriad Pro",sans-serif;
    font-weight: bold;
     text-transform: uppercase;
}


.section-title-2 .lead, .contact-details h2, .testi-item .lead, small {
    font-family: 'Droid Serif', serif;
}

.section-title-2 .lead {
    font-size: 14px !important;
    font-family: Poppins-Light;
}


@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}



.section-title-2 hr, .blog-header-container hr {
         width: 60px;
    margin: 0 auto;
    background: #ccb169;
    border: 0;
    height: 3px;
}

.owl-carousel.owl-loaded {
    display: block;
    padding:0px 50px;
}

.center-block li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.m20 {
    margin-top: 20px;
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0px, 0px, 0px);
    }

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
    }

    .owl-carousel .owl-item {
        position: relative;
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-tap-highlight-color: transparent;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel .owl-stage:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}

.owl-controls {
    position: absolute;
    left: auto;
    top: -16.5%;
    right: 0;
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.owl-nav [class*="owl-"] {
    background: #ededed none repeat scroll 0 0;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    color: #555;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin: 0;
    padding: 0;
    width: 30px;
}

.owl-prev {
    right: 31px;
    position: absolute;
}

.container-arts .owl-stage-outer .bx-wrapper .bx-pager {
    display: none !important;
}
/*Videos blog styles*/
/*.bg_content .fa:before {
    content: "\49";
}*/


.bg_content div a i {
    color: #fff;
    opacity: .4;
    cursor: pointer;
    font-size: 72px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

    .bg_content div a i:hover {
        color: #fff;
        opacity: 1;
    }

.bg_content div a {
    color: #3f9ad6;
    text-decoration: none;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    outline: 0;
    background-color: transparent;
    font-size: 25px;
}

.bg_content p {
    margin-top: 10px;
    font-family: poppins-light;
    font-size: 18px;
    width: 630px;
    margin: auto;
}

.bg_content div h3 {
    font-size: 50px;
    font-family: SVU-MHT, Arial, sans-serif;
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    margin-bottom: 20px;
    line-height: 30px;
}

.newsletter-desc-txt {
    margin-top: 20px;
    font: normal 18px poppins-light;
    color: #d3d3d3;
    text-align: justify;
    margin-left: 135px;
    margin-right: 135px;
}

.bg_content > div {
    display: table-cell;
    padding: 0 36vh;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    font-size: 24px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
    height: 70vh;
}

.bg_content {
    display: table;
    width: 100%;
    height: 500px;
    background: url(../Images/SVUImages/divisions-section-background-wall.jpg) no-repeat center center;
    background-size: cover;
}

@media (min-width: 768px) and (max-width: 1024px) {

    .bg_content div h3 {
        font-size: 40px;
        font-family: SVU-MHT, Arial, sans-serif;
        color: #fff;
        text-transform: uppercase;
        font-weight: normal;
        margin-bottom: 20px;
        line-height: 20px;
    }

    .bg_content > div {
        display: table-cell;
        padding: 0px 28vh;
        vertical-align: middle;
        text-align: center;
        color: #fff;
        font-size: 15px;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
        height: 90vh;
        padding-bottom: 2%;
    }
}



/*#endregion media queries*/

/*empower styles*/

.empower-icon {
    width: 9% !important;
    display: block;
    margin: 0px auto;
}
.empower-block
{
       width: 100%;
    background: #2C2C33;
    background-size: cover;
    padding-bottom: 36px;
    position: relative;
}

.kicker {
    color: #bca464;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    width: 20% !important;
    margin: 0px auto;
}

.kicker:after {
   content: "";
    width: 23.33333%;
    display: block;
    position: absolute;
    left: 39.33333%;
    right: 33.33333%;
    background-color: #918054;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$opacity-ie)";
    filter: alpha(opacity=20);
    -moz-opacity: .2;
    -khtml-opacity: .2;
    opacity: .7;
    background: #bca464;
    height: 3px;
}


.empower-block h2{
         font-family: 'Segoe UI Light';
    font-size: 3.1vw;
    line-height: 1.3;
    font-weight: lighter;
    margin: 0% 0;
    color: #ccb169;
    text-align: center;
    margin-top: 36px;
    margin-bottom: 36px;
    font-family: Quadon,"Myriad Pro",sans-serif;
    /* font-family: "Poppins-Light"; */


}
.empower-block h2 b{
          /* font-family: Aleo-Light; */
    font-size: 3.2vw;

    
}
.empower-block div
{
    width:100%;
}
/*end empower styles*/

/*contact us block */
.contact-us
{
    position:relative;
    background:#fff;
    text-align: center;

}
.contact-us .main-container{
          width: 100%;
    max-width: 1180px;
    margin: 0px auto;
    text-align: center;
    background: #fff;
    display: inline-block;
    position: relative;
    margin-top: -300px;
}
section .header h2{
    font:3vw/1.7 "Poppins-Regular";
   
}

section .header p {
    width:100%;
    color:#eee;
    font:1vw/1.700 "Poppins-Light";
   
}

.contact-us .main-container .left,.contact-us .main-container .right
{
    width:50%;
    float:left;
    text-align:left;
    
}
.contact-us .main-container > .left,.contact-us .main-container > .right
{
    padding:15px;
    padding-top:60px;
}
.contact-us .main-container > .left
{
    padding-left:55px;

}
.contact-us .main-container > .right
{
    padding-right:25px;
}
.textal{
    text-align:left;
    font-family:"Segoe UI Light"
}
.contact-us h3{
    font-family: "Poppins-Regular";
    margin-bottom: 10px;
    font-size: 23px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-us p{
           font: 15px/26px "Segoe UI";
    color: #888888;

}

.contact-us .location_map
{
    width:100%;
    
}


.mb35
{
    margin-bottom:35px;
}

.mb20
{
    margin-bottom:20px;
}

.social-icons li{
      float: left;
    height: 32px;
    width: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    margin: 0 8px 8px 0;
    border-radius: 4px;
    border: 0;
    background: transparent;
    
}
.social-icons li a{
    display:inline-block;
    width:100%;
    height:100%;
    color: #333;
}


.contactus-form 
{
       width: 100%;
    display: inline-block;
    margin-left: -15px;
    margin-right: -15px;
    
}
.contactus-form > div{
         width: 50%;
    float: left;
    margin-top: 15px;
    padding: 0px 15px;
}

.contactus-form > div label{
 width: 100%;
    float: left;
    font-family: Poppins-Regular;
    font-size: 13px;
    line-height: 120%;
    margin-bottom: 4px;
    margin-top: 8px;
    color: #444;
    font-weight: bold;
    text-transform: uppercase;
}

.contactus-form > div input:not([type="button"]),.contactus-form > div textarea
{
       display: block;
    width: 100%;
    height: 46px;
      padding: 12px 18px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
       border: 1px solid #ebebeb;
      border-radius: 0;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;

}

.contactus-form > div textarea{
    height:auto;
}

.contactus-form .form-button
{
margin: 0px auto;
    width: auto;
    background: hsl(44, 24%, 52%);
    padding: 12px 24px;
    font-size: 15px;
    display: inline-block;
    float: none;
    cursor:pointer;
   
}
.contactus-form .form-button > *{
  
    color: #fff;
    font-size: 17px;
    margin-left: 0px;
    line-height: 1.1;

}

.mail-loader {
    position: absolute;
    width: 100%;
    height: 78%;
    background: rgba(0, 0, 0, 0.56);
    display: none;
}

.mail-loader img{
    width: 30px;
    margin: 0px auto;
    display: block;
    margin-top: 40%;
}

.contactus-form .form-button input[type=button],.contactus-form .form-button input[type=submit]
{
    width:auto;
    background-color:transparent;
    border:none;
}
.wd100p
{
    width:100% !important;
}
.dib{
    display:inline-block;
}
.txtalgnctr{
    text-align:center;
}

/*values - system*/
.values-system img
{
    width:100%;
    float:left;
}
.values-system-slider,values-system-slider li,values-system-slider li  img
{
    width:100%;
}
/* end values system*/

@media only all and (max-width: 1280px) {
    .contact-us .main-container
    {
        max-width:980px;
    }

    
}
@media only all and (min-width: 1024px)
{
    .group-of-ventures .all-groups .grid:nth-child(n+4)
{
   border-top: 1px dotted #e8e8e8;;
}

.group-of-ventures .all-groups .grid:nth-child(3n) {
    border-right: 0px;
}

/*.group-of-ventures .all-groups .grid:nth-child(-n+3):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    top: 0px;
    z-index: 999;
    background: #fff;
}

.group-of-ventures .all-groups .grid:nth-child(n+10):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    bottom: 0px;
    z-index: 999;
    background: #fff;
}*/
}
@media only all and (min-width: 700px) and (max-width: 1024px)  {
    .group-of-ventures .all-groups .grid
    {
        width:49%;
    }
    .empower-block h2
    {
            font-size: 4vw;
    }
    .empower-block h2 b {
    font-size: 5.5vw;
}

     .group-of-ventures .all-groups .grid:nth-child(n+3)
{
   border-top: 1px solid #a29267;
}

.group-of-ventures .all-groups .grid:nth-child(2n) {
    border-right: 0px;
}

/*.group-of-ventures .all-groups .grid:nth-child(-n+2):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    top: 0px;
    z-index: 999;
    background: #fff;
}*/

/*.group-of-ventures .all-groups .grid:nth-child(n+11):after {
    content: " ";
    position: absolute;
    border: 1px solid #fff;
    width: 3px;
    height: 56%;
    right: -3px;
    bottom: 0px;
    z-index: 999;
    background: #fff;
}*/
}

@media only all and (max-width: 980px) {
    .contact-us .main-container
    {
        max-width:780px;
    }
    .contactus-form > div
    {
        width:100%;
    }
    
}

@media only all and (max-width: 780px) {
     .contact-us .main-container
    {
        max-width:480px;
        margin-top:0px;
    }
    .contact-us .main-container .left, .contact-us .main-container .right
    {
        width:100%;
       
    }

    .contact-us .main-container > .left, .contact-us .main-container > .right
    {
 padding:15px;
    }
}
@media only all and (min-width: 10px) and (max-width: 700px) {
        .group-of-ventures .all-groups .grid
    {
        width:100%;
    }

          .group-of-ventures .all-groups .grid:nth-child(n+2)
{
   border-top: 1px dotted #e8e8e8;
}

.group-of-ventures .all-groups .grid{
    border-right: 0px;
}

 .empower-block h2
    {
            font-size: 4.5vw;
    }
    .empower-block h2 b {
    font-size: 5.7vw;
}


}
/*end contact-us block*/

/*Actionbar*/
.footer_sticky_inside {
    background: #0b0b0b;
    bottom: -150px;
    display: inline-block;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 9999;
    height: 43px;
    transition: all 1s ease;
}

.sticky_visible {
    bottom: 0px !important;
}

.footer_sticky_inside .container {
    width: 1196px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

    .footer_sticky_inside .container:before, .footer_sticky_inside .container:after, #sticky_element .container:before, #sticky_element .container:after {
        display: table;
        line-height: 0;
        content: "";
    }

.footer_sticky_bar {
    position: relative;
}

    .footer_sticky_bar .how_it_works {
        display: inline-block;
        color: #fff;
        padding: 10px 8px 5px 8px;
        cursor: pointer;
        line-height: 25px;
        font-size: 13px;
    }

.footer_sticky_inside a {
    color: #fff;
    display: inline-block;
    font-weight: 400;
    line-height: 17px;
    padding: 4px 5px 0;
    position: relative;
    width: auto;
}

.footer_sticky_bar .how_it_works:before {
    background: url(http://images.apherald.com/Imagestore/KGV/Images/header_sprite_v11.png) no-repeat scroll -62px -628px rgba(0,0,0,0);
    content: "";
    display: inline-block;
    height: 21px;
    margin-right: 10px;
    vertical-align: middle;
    width: 21px;
}

.live_chat_div {
    float: right;
    list-style: none;
    margin: 0 -3px 0 0;
    padding: 0;
    width: 100%;
}

    .live_chat_div li {
        margin-left: 0;
        margin-right: 0px;
        display: inline-block;
        float: left;
        height: 45px;
        line-height: 47px;
    }

        .live_chat_div li.callback_link {
            width: 217px;
        }

.footer_sticky_bar li.chat-button > div > a {
    width: 200px;
    top: -7px;
}

.footer_sticky_inside .sticky_request_call {
    padding: 15px 18px 6px 0;
    border-bottom: 2px solid transparent;
}

.live_chat_div .call_back_footer {
    background-position: -282px -165px;
    width: 25px;
    height: 22px;
    margin-top: -3px;
}

.live_chat_div span {
    display: inline-block;
    float: left;
    height: 40px;
    margin: 10px 0 0 10px;
    vertical-align: middle;
}

.goto-icon{
        background: url(http://images.apherald.com/Imagestore/KGV/Images/icons/hg-previousicon-gold.png) center no-repeat;
    display: inline-block;
    /* background-position: -606px -130px; */
    transform: rotate(270deg);
    background-size:100%;

}

.aap_icon {
    background: url("http://images.apherald.com/Imagestore/KGV/Images/home-page_sprite_v5.png") no-repeat;
    display: inline-block;
    background-position: -606px -130px;
}

.call_us_on {
    background-position: -312px -163px;
    width: 25px;
}

.call_back_form {
    background: none;
    bottom: -5px;
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#sticky_element .container {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    width: 1004px;
}

.footer_call_back_div {
    background: #f0f0f0;
    border-bottom: 1px solid #b7b7b7;
    border-left: 1px solid #b7b7b7;
    box-shadow: 3px 1px 7px #c6c6c6;
    display: inline-block;
    float: left;
    margin-right: -2px;
    width: 337px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 50px;
}

.callback_wrapper {
    display: none;
    margin-left: 0px;
}

.collapse_sticky {
    background: #1e1e1e;
    display: block;
    float: left;
    margin-right: 0;
    position: relative;
    width: 100%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .collapse_sticky li {
        width: 100%;
        margin-left: 0;
    }

        .collapse_sticky li a {
            border-bottom: 2px solid #0892C2;
            display: block;
            padding: 10px 0;
            text-align: left;
            width: 100%;
        }

            .collapse_sticky li a.sticky_close_btn {
                border: none;
                width: 20px;
                height: 3px;
                background: #fff;
                padding: 0;
                position: absolute;
                right: 9px;
                top: 19px;
                width: 14px;
            }

.call_container_in {
    padding: 10px;
    display: inline-block;
}

    .call_container_in p {
        padding-top: 10px;
        display: inline-block;
    }

.footer_call_back_div .placeholder_wrap {
    margin-bottom: 10px;
}

.placeholder_wrap {
    position: relative;
}

.footer_call_back_div .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

 .form-group:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 1px;
    height: 5px;
    width: 1px;
    background: #ccb169;
}

    .form-group:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 1px;
    height: 5px;
    width: 1px;
    background: #ccb169;
    z-index: 9;
}

input.form-control, textarea.form-control {
    background: #fff;
    border:none;
    border-bottom: 1px solid #ccb169;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    color: #a0a0a0;
    height: 44px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: Raleway,Arial,sans-serif;
    line-height: 1.428571429;
    padding: 6px 5px;
    padding-top:18px;
    margin-top: 0px;
}

.footer_call_back_div .form-control {
    border: 1px solid #e7e7e7;
    color: #777;
    box-shadow: none;
    font-size: 13px;
    height: 35px;
    font-family: Poppins-Regular;
}

.support_coutry_code {
    position: relative;
    margin-bottom: 5px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #e7e7e7;
    background: #fff;
}

.select_wraper {
    background: #fff;
    width: 317px;
    display: inline-block;
    overflow: hidden;
    position: relative;
    height: 33px;
}

.callback_wrapper .for_cun, .form_div_register .for_cun, .enroll_form .dr_cun, .webi_reg_form .dr_cun {
    margin-bottom: 2px;
    width: 49px;
}

    .expanded_form .select_wraper .sel_cr, .callback_wrapper .for_cun .sel_cr, .form_div_register .for_cun .sel_cr, .enroll_form .sel_cr {
        width: 75px;
        height: 100%;
        padding-left: 8px;
        border: none;
        font-family: Poppins-Regular;
        -webkit-appearance: none;
    }

.select_wraper .caret {
    position: absolute;
    right: 5px;
    top: 16px;
}

#request-callback {
    border: none;
    height: 40px;
    width: 100%;
    font-family: Poppins-Regular;
    text-align: center;
    border-radius: 3px;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-appearance: none;
}

.support_coutry_code .placeholder_wrap {
    display: inline-block;
    width: 256px;
    position: relative;
    top: 0;
}

    .support_coutry_code .placeholder_wrap .country_code_span {
        display: inline-block;
        font-size: 13px;
        float: left;
        left: 5px;
        top: 4px;
        position: relative;
        vertical-align: middle;
        z-index: 1;
        padding-top: 4px;
    }

    .support_coutry_code .placeholder_wrap input {
        height: 33px;
        border: none;
        position: absolute;
        width: 259px;
    }

.call_container_in a.remember_me {
    color: #333;
    display: block;
    padding-left: 24px;
    text-indent: -23px;
}

.remember_me:before {
    margin-right: 3px;
    content: "";
    display: inline-block;
    background: url(http://images.apherald.com/Imagestore/KGV/Images/header_sprite_v11.png) no-repeat;
    width: 15px;
    height: 15px;
}

.remember_me.selected_img:before {
    background-position: -75px -298px;
}

.call_container_in .btn-success {
    margin-top: 10px;
    background: #00a7dc;
    border-color: #00a7dc;
    color: #fff;
    width: 100%;
    margin-bottom: 0;
}
/*End of action bar*/


/*#region Login Page*/

.s-login-page1 {
    background: url('http://images.apherald.com/Imagestore/KGV/Images/kgv-slider.png') no-repeat fixed !important;
    background-size: cover !important;
    background-position: 82% !important;
}

.container-login {
    display: inline-block;
}

.container-login {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    background: #fff;
}

.s-login-page {
    /* min-width: 1024px; */
    min-height: 700px;
    height: 100vh;
    width: 100%;
}

.image-overlay {
    width: 100%;
    position: absolute;
    background: rgba(0, 0, 0, 0.14);
    height: 100%;
    top: 0px;
    left: 0px;
}

.s-login-page .content {
    background-color: #fff;
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 5 rgba(0,0,0,.4);
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    padding: 0;
    width: 400px;
    display: table;
}

.login-box {
    padding: 30px 25px;
    position:relative;
    overflow: hidden;
}

.forgot-password-box {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 9999;
    background: #fff;
    bottom: -500px;
    transition:0.3s all ease-in;
        left: 0;
    padding: 25px;
}

.forgot-password-box.active{
    bottom:0;
}

#close-password{
    top:0;
    right:0;
}

.container-login .content {
       height: auto;
    margin: auto;
    text-align: center;
    /* min-width: 320px; */
    position: absolute;
    left: 0;
    right: 0;
    top: -11%;
    bottom: 0;
    border : 2px solid #ccb169;
}

    .container-login .content a {
        position: relative;
        display: inline-block;
        background : transparent;
        text-transform: lowercase;
        color: #ccb169;
    }

    .container-login .content a > i{
        margin-right: 5px;
    }

    .container-login .content img {
        width: 100%;
        height: auto;
        max-width: 100%;
        margin-left: -12px;
    }

    .hp-logo-container{
        display: none;
    }

.hp-logo-container, .hp-login-container {
    /*display: table-cell !important;*/
    /* padding: 0px; */
    vertical-align: middle;
    width: 50%;
}

.hp-login-container {
    padding-left: 0px;
    border-left: none;
}

.hp-login-container {
    width: 100%;
    display: inline-block;
    height: auto;
    /* padding: 12px; */
    /* border: 2px solid #fff; */
    /* border-radius: 5px; */
    font-family: arial;
    text-align: left;
    background: #fff;
    position: relative;
    /* margin-top: -42px; */
}



    .hp-login-container .row {
        display: inline-block;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0;
    }

.btn-primary1 {
    color: #fff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-block {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.login_social {
    margin-bottom: 5px;
}

.container-login .content a {
    position: relative;
    display: inline-block;
}

.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}



.login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    position: absolute;
    display :inline-block;
    width:100%;
    background: #ccb169;
    height: 1px;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
    color: #ccc;
}

.hp-login-left {
    width: 100%;
    float: left;
}

.form-group {
    position: relative;
    margin-bottom: 13px;
}

.input-icon {
    position: absolute;
    right: 8px;
    top: 10px;
    width: 32px;
    height: 24px;
    text-align: right;
    /*border-left: 1px solid #ececec;*/
    color: #ccc;
    font-size: 18px;
    line-height: 24px;
    text-shadow: none;
}

    .input-icon i {
        color: #ccc;
        font-size: 30px;
        line-height: 24px;
        color: transparent;

    }

     .input-icon i.icon-user{
         background : url(http://images.apherald.com/Imagestore/KGV/Images/icons/user-icon.png) no-repeat;
         background-size: 100%;
         background-position: 1px 9px;

     }

       .input-icon i.icon-lock{
            background : url(http://images.apherald.com/Imagestore/KGV/Images/icons/lock-icon.png) no-repeat;
            background-size: 110%;
            background-position: 1px 9px;
     }

       .close-login {
    position: absolute;
    z-index: 999;
    font-size: 19px;
    line-height: 27px;
    right: -22px;
    top: -27px;
    height: 30px;
    display: block;
    width: 30px;
    text-align: center;
    /*border: 2px solid #ccb169;*/
    border-radius: 50%;
    color: #ccb169!important;
}


.small a {
    color: #ffa423;
    text-decoration: none;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 14px;
}

.hp-login-right {
    width: 100%;
    float: left;
    height: 100%;
}

.cb-login {
    border: none;
   background: #cfb571;
    color: #fff;
    outline: 0;
    padding: 12px 12px;
    text-decoration: none;
    transition: background .5s ease;
    -moz-transition: background .5s ease;
    -webkit-transition: background .5s ease;
    -o-transition: background .5s ease;
    display: block;
    width: 100%;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 0px;
    text-align: center;
    -webkit-font-smoothing: antialiased;
    margin-top: 50px;
    font-weight: 600;
}

.icon-user:before {
    content: '\f007';
}

.icon-lock:before {
    content: '\f023';
}

.hp-login-container .col-md-6 {
    width: 42%;
    float: left;
}

.hp-login-container .btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*#endregion Login Page*/


/*#region for mobiles styles*/

@media screen and (max-width: 1024px) {
    .s-login-page1{
            background: url('http://images.apherald.com/Imagestore/KGV/Images/kgv-slider.png') no-repeat fixed !important;
    background-size: cover !important;
   
        background-position: 69% !important;
    }

    footer .socialIconHolder a{
        margin-right:0;
    }

}


@media screen and (max-width: 700px) {

    html, body{
        overflow-x: hidden;
    }
    .main-menu{
        display: inline-block !important;
    }

    .main-nav{
        display: none;
    }
    .right-menu ul li{
        display : none;
    }


 .social-container{
         top: 14px;
 }

 .s-login-page .content{
     width:90%;
     max-width: 400px;
 }

 .right-menu {
 
    margin-top: 14px;
}
    .grid-row.clear-fix{
        padding:0;
    }

    .sticky-menu .grid-row{
        padding: 0px 0px;
}

    .main-nav > ul > li > a{
        padding-left: 0;
    }
    
    .right-menu ul li:last-child{
        display:inline-block;
    }

       .meteor-nav li a{
        width: 50px;
    }

    #slider-div{
        padding-top: 55px;
    }

    .goto_section{
        display:none;
        bottom:0;
    }

    .pager-container{
        display: none;
    }


    .meteor-nav .next a i,.meteor-nav .prev a i{
        background-size: 100%;
    }

    .caption-container{
        display:none;
    }


   .sliderTabText{
        font-size: 17px;
   }

    .sliderTabText1 {
        font-size: 8px;
    }

    .vision-block  .bx-pager a{
        height: 60px;
    }


    .pointer{
        left: 37%;
    }
    .hp-featured h2{
        font-size: 18px;
        margin-bottom: 0;
    }

    .contact-us .location_map{
        display : none;
    }



    .footer_below .container{
        width: 100%;
    }

    .anytime {
    padding: 25px 0 15px;
    width: 100%;
    float: left;
    text-align: center;
}

   .app_box li {
    padding: 15px 100px 0px;
    width: 100%;
    border-bottom: 1px solid #333232;
}

    .hidden-phone{
        display: none !important;
    }

   .container-fluid .row-fluid .col4{
       width : 100%;
   }

  .container-fluid .row-fluid .col2{
       width: 100%;
   }
  .container-fluid .row-fluid .col2 >p {
      text-align: center;
      border: none;
  }

  .hp-featured .slider-cat{
      font-size: 11px;
  }

  /*Testimonials*/
  .news .bx-next, .testimonials-section .bx-next,.news .bx-prev, .testimonials-section .bx-prev,#featuredstory .bx-next,#featuredstory .bx-prev,.snagger-features .bx-next,.snagger-features .bx-prev,.owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev,.latest-news-block .bx-next, .latest-news-block .bx-prev{
      background-size:100%;
  }

  .small-heading.gray.testimonilas{
      font-size: 17px;
    line-height: 1.2;
  }

  .snagger-features .bx-next, .snagger-features .bx-prev, .owl-stage-outer .bx-controls-direction .bx-next, .owl-stage-outer .bx-controls-direction .bx-prev,#featuredstory .bx-next, #featuredstory .bx-prev, .news .bx-next, .news .bx-prev, .latest-news-block .bx-next, .latest-news-block .bx-prev{
      width: 55px;
  }

  .testimonilas-div{
      padding : 20px 0px;
  }
 .w-slider.testimonials {
    padding: 0px 25px;
}

 .testimonial-author{
     font-size: 10px;
    margin-top: 25px;
 }


 .paralbackground .section-title-2 .lead, .paralbackground .section-title-2 h2,.testimonilas-div .section-title-2 h2,.blog-header-container > h2{
     font-size: 6.4vw;
 }

 .kg-testi-img, .testi-image-container{
     width:200px;
     height: 200px;
    margin-bottom:15px;
 }


  /*Trusted Partners*/
  .section1{
      padding: 30px 0;
  }

  footer .socialIconHolder a{
      margin-right:0;
     
  }

  .latest-news-block .col-md-3{
      width: 100%;
  }

  .latest-news-block img{
      margin: 0px auto;
      max-width:100%;
  }
  .preloader .logo{
      height: auto;
      width: auto;
  }

  .kicker{
      width: 100% !important;
  }


  .empower-icon{
      width: 16% !important;
  }

  .latest-news-block{
      padding:20px 30px;
  }

  .latest-news-block blockquote{
      padding:0;
  }
   .latest-news-block blockquote a{
     font-size:4.2vw;
  }
}


/*#endregion for mobiles*/
