                @import "bootstrap.min.css";
@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "font-awesome.min.css";
@import "https://fonts.googleapis.com/css?family=Source+Sans Pro:200italic,200,300italic,300,400italic,400,600italic,600,700italic,700,900italic,900";
@font-face {
    font-family: 'museo500';
    src: url("../fonts/museo500-regular-webfont.woff2") format('woff2'), url("../fonts/museo500-regular-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    color: #000;
    font-size: 16px
}

h1,
h2,
h3,
h4 {
    font-family: 'museo500', sans-serif
}

.row {
    margin-right: -9px!important;
    margin-left: -15px;
}

.pr {
    position: relative
}

.no-margin {
    margin: 0 !important
}

.notify {
    position: absolute;
    right: 0;
    position: fixed;
    z-index: 9;
    top: 340px
}

.pr {
    position: relative
}

.header-nav .nav-bar .call-us span:hover
{
    color: #de921a;
}

.no-margin {
    margin: 0 !important
}

.header-nav .brand-logo {
    background-color: #d8107c;
    border-right: 1px solid #e45da6;
    padding: 0 0;
    width: 100%;
}

.pull-right {
    float: right!important;
}

.header-nav .brand-logo img {
    width: auto;
    z-index: 1;
    position: absolute;
    transition: 1s;
}

.header-nav .brand-logo .logo1 img {
    width: auto;
    z-index: 1;
    position: absolute;
    transition: 1s!important;
}

.header-nav .nav-bar .call-us {
    text-align: left;
    color: #fff;
    font-size: 12px;
    line-height: 20px;
    background-color: #3c3c3b;
    padding-right: 25px;
    left: 0;
    position: absolute;
    width: 100%;
    margin-bottom: 42px;
    padding-left: 340px;
}

.header-nav .nav-bar .call-us span {
    color: #fff;
    text-transform: uppercase;
}
.header-nav .nav-bar .call-us span:hover {
    color: #de921a;
    text-decoration: none;
}
.header-nav .nav-bar .call-us span a{
    color: #fff;
    text-transform: uppercase
}

.header-nav .nav-bar .call-us span a:hover {
    color: #de921a
}
.header-nav .nav-bar .navbar-menu {
    height: 74px;
    background-color: #d8107c;
    padding-top: 20px;
    margin-left: -1px;
}

.header-nav .nav-bar .navbar-menu>ul {
    margin: 0;
    position: relative;
}

.header-nav .nav-bar .navbar-menu>ul>li {
    display: inline-block;
    width: 250px;
    border-right: 0px solid #e45da6;
    text-align: center;
    padding: 0;
}

.header-nav .nav-bar .navbar-menu>ul>li:last-child {
    border: 0;
}

.header-nav .nav-bar .navbar-menu>ul>li>a {
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    padding: 6px;
    position: relative;
    font-weight: 400;
    display: inline-block;
    width: 100%;
}

.header-nav .nav-bar .navbar-menu>ul>li>a span {
    display: inline-block;
    padding-left: 45px;
    position: relative;
}

.header-nav .nav-bar .navbar-menu>ul>li>a:nth-child(2) {
    padding-left: 38px;
}

.header-nav .nav-bar .navbar-menu>ul>li>a .icon {
    position: absolute;
    left: 5px;
    height: 26px;
    background-image: url("../img/menu-sprites.png");
    top: 5px;
}

.navbar-brand > img {
    margin-top: -37px !important;
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-about {
    background-position: 0 -105px;
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-careers {
    background-position: -58px -105px;
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover .icon.icon-contact {
    background-position: 29px -105px;
}

.list-inline {
    padding-left: 0;
    margin-left: -9px;
    list-style: none;
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a {
    color: #d8107c;
    text-decoration: none;
    background-color: #fff;
}

.header-nav .nav-bar .navbar-menu>ul>li>a:hover {
    color: #d8107c;
    text-decoration: none;
    background-color: #fff;
}

.closesearch {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    float: right;
    margin-top: 0px;
	outline: none;
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-about {
    background-position: 0 -105px;
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-careers {
    background-position: -58px -105px;
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>a .icon.icon-contact {
    background-position: 29px -105px;
}


/* .header-nav .nav-bar .navbar-menu>ul>li:hover>.drop-menu {
  display: block;
} */


/*.navbar-menu *{transition:3s;}*/

.header-nav .nav-bar .drop-menu {
    display: none;
    position: absolute;
    width: 100%;
    background-color: white;
    text-align: left;
    left: 0;
    overflow: hidden;
    height: 350px;
    z-index: -1;
    /* top: -298px; */
}

.header-nav .nav-bar .navbar-menu>ul>li:hover>.drop-menu {
    display: block;
    top: 47px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0.5;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.header-nav .nav-bar .drop-menu>ul {
    padding: 10px 0 10px 2px;
    width: 250px;
    border-right: 1px solid #dddddd;
    min-height: 350px;
    z-index: 2;
}

.header-nav .nav-bar .drop-menu>ul>li>a {
    display: block;
    color: #d8107c;
    padding: 10px 15px;
    position: relative;
    font-size: 16px;
    text-decoration: none;
}

.header-nav .nav-bar .drop-menu>ul>li:hover>a {
    color: #ffffff;
    text-decoration: none;
    background-color: #d8107c;
}

.header-nav .nav-bar .drop-menu>ul>li>a:hover,
.header-nav .nav-bar .drop-menu>ul>li.active>a {
    color: #ffffff;
    text-decoration: none;
    background-color: #d8107c;
}

.header-nav .nav-bar .drop-menu>ul>li>a .fa {
    position: absolute;
    right: 14px;
    top: 14px;
}

.padding-0 {
    padding: 0 !important;
    margin-top: -10px;
}

.header-nav .nav-bar .drop-menu>ul>li:hover .menu-info,
.header-nav .nav-bar .drop-menu>ul>li.active .menu-info {
    display: block;
}

.header-nav .nav-bar .menu-info {
    display: none;
    position: absolute;
    top: 0;
    left: 250px;
    height: 350px;
    width: calc( 100% - 250px);
    padding: 8px 30px 20px 25px;
    z-index: 1;
}

.header-nav .nav-bar .menu-info {
    color: #d8107c;
    margin-top: 0;
}

.header-nav .nav-bar .menu-info hr {
    border-top: 1px dotted #d71179;
}

.header-nav .nav-bar .menu-info p a {
    color: #666;
    text-decoration: none;
}

.header-nav .nav-bar .menu-info h4 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    font-weight: normal;
}

.header-nav .nav-bar .menu-info p a:hover {
    color: #d8107c;
    text-decoration: underline;
}

.header-nav .nav-bar .menu-info ul li {
    color: #d8107c;
    text-decoration: none;
    font-size: 16px;
    padding: 10px 0;
    border-bottom: 1px dotted #d8107c;
}

.header-nav .nav-bar .menu-info ul li a {
    color: #d8107c;
    text-decoration: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.list-unstyled {
    list-style: none;
}

.header-nav .nav-bar .menu-info {
    color: #d8107c;
}

.header-nav .nav-bar .drop-menu {
    text-align: left;
}

.header-nav .nav-bar .navbar-menu > ul > li {
    text-align: center;
}

.list-inline {
    list-style: none;
}

html {
    font-size: 10px;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
}

.header-nav .nav-bar .menu-info ul li a {
    color: #d8107c;
    text-decoration: none;
    font-size: 16px;
}

.header-nav .nav-bar .menu-info ul li a:hover {
    text-decoration: underline;
}


.navbar {
    box-shadow: 0 0 5px rgba(0, 0, 0, .8);
    border: none !important;
    border-radius: 0;
    padding: 0;
    background: #d8107c;
}

.hide {
    display: none;
}

.resize img {
    
}

.resize1 img {
    transition: 1s;
    margin-top: -42px !important;
    height: 85px !important;
}

.icon {
    display: inline-block;
}

.icon.icon-about {
    width: 27px;
    background-position: 0 0;
}

.icon.icon-careers {
    width: 33px;
    background-position: -59px 0;
}

.icon.icon-contact {
    width: 27px;
    background-position: 29px 0;
}

#owlSlider {
    font-weight: 600;
    position: relative;
    border-bottom: 7px solid #d8107c;
}

#owlSlider .slide {
    height: 700px;
    position: relative;
    background-image: url("../img/banner.jpg");
    background-size: cover;
    background-position: top center;
    padding-top: 250px;
}

#owlSlider .slide .slide-inner {
    padding: 0 20px
}

#owlSlider .slide .ticker {
    position: relative;
    color: #fff;
    padding: 10px 15px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    background-color: #d8107c
}

#owlSlider .slide h4 {
    color: #fff;
    font-size: 63px;
    max-width: 500px;
    margin-bottom: 25px;
}




.colord8107c{color: #d8107c;}
.line{background:url(../img/line.png) center center repeat-x; margin-top: 45px; height: 1px; width: 80%;margin-left: 10%;}
#story .nav-justified>li>a{transition: 0.5s; font-size: 16px; padding-top: 30px;margin-top: -16px;background: transparent;color: #565555;background: url(../img/circle_up.png) no-repeat top center;  }
#story .nav-justified>li>a:hover{ background: transparent;color: #d8107c; background:  url(../img/circle_over.png)  no-repeat top center; }
#story .nav-pills>li.active>a{background: transparent; color: #d8107c;background:  url(../img/circle_over.png)  no-repeat top center;}



@media only screen and (min-device-width:320px) and (max-device-width:767px) and (orientation:landscape) {

	.images-log{
   /* margin-right: 32%;*/}
   .careers-btn{ display: block; }
}


@media (max-width:565px) {
    #owlSlider .slide h4 {
        font-size: 42px
    }
}

#owlSlider .slide .btn-color2 {
    background-color: #f19d1a;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

#owlSlider .pointer-down {
    position: absolute;
    bottom: -10px;
    left: 0;
    border-color: #d8107c;
    width: 0;
    height: 0;
    border-right: 10px solid transparent;
    border-top: 10px solid #d8107c
}

.owl-dots {
    display: inline-block;
    position: absolute;
    left: 30px;
    bottom: 150px;
    z-index: 1;
}

.owl-dots .owl-dot {
    display: inline-block;
    margin-right: 22px;
}

.owl-dots .owl-dot.active span {
    background-color: rgba(255, 255, 255, 0.8)
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 13px;
    height: 13px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    background-color: rgba(255, 255, 255, 0.5);
}

.owl-dots .owl-dot span:hover {
    background-color: rgba(255, 255, 255, 0.8)
}

.slider-foot {
    position: absolute;
    bottom: 7px;
    height: 100px;
    width: 100%;
    padding-left: 30px;
    overflow: hidden;
    z-index: 1;
}

.slider-foot .hello-from-bank {
    display: none
}

.slider-foot .discover {
    height: 100px;
    background-color: #faf7f4;
    padding: 15px;
}

.slider-foot .discover h4 {
    margin-top: 0
}

.slider-foot .discover-menu li {
    display: inline-block;
    width: 32.5%;
    border-right: 1px dashed #999;
}

.slider-foot .discover-menu li:last-child {
    border: 0
}

.slider-foot .discover-menu li a {
    color: #f19d1a;
    font-size: 18px
}

.lines-on-side {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    color: #d8107c;
    text-transform: uppercase;
}

.lines-on-side:before,
.lines-on-side:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 47%;
    height: 1px;
    content: '\a0';
    background-color: #999
}

.lines-on-side:before {
    margin-left: -50%;
    text-align: right
}

.lines-on-side:after {
    margin-left: 3%
}

.featured.suggestion {
    background-color: #efe3c9
}

.featured.connect-with-us {
    border-top: 7px solid #fff;
    border-bottom: 7px solid #fff;
    background-color: #d8107c;
}

.featured.connect-with-us .section-title {
    color: #fff
}

.featured .section-title {
    color: #d8107c;
    font-size: 46px;
    text-align: center;
    padding-top: 20px
}

.widget-1 .grid-block {
    float: right;
    width: 100%;
    margin-right: 5px;
    margin-bottom: 7px;
}

.widget-1 .grid-block:last-child {
    margin-right: 5px
}

.widget-1 .widget {
    height: 345px;
    position: relative;
    overflow: hidden
}

.widget-1 img {
    position: absolute;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto
}

.widget-1 .mask-meta {
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px;
    color: #fff;
}

.widget-1 .mask-meta h4 {
    width: 80%;
    margin-left: 10%
}

.widget-1 .mask-meta .btn {
    background-color: #d8107c;
    text-transform: uppercase;
    text-align: left;
    padding: 0;
    position: relative;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

.widget-1 .mask-meta .btn:hover {
    color: #fff;
    background-color: #c20e70
}

.widget-1 .mask-meta .btn .msg-button {
    display: inline-block;
    padding: 14px 25px
}

.widget-1 .mask-meta .btn .text-right {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 0;
    right: 0;
    border-left: 1px solid #666;
}

.widget-1 .mask-meta .btn .text-right .fa {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 18px;
    text-align: center
}

.widget-2 .widget {
    padding: 0;
    border-top: 4px solid #d8107c;
    border-left: 1px solid #bababa;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
    margin-bottom: 17px;
    float: right
}

.widget-2 .widget .image {
    position: relative;
    overflow: hidden;
}

.widget-2 .widget .image img {
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.widget-2 .widget .image .icon-video {
    position: absolute;
    background-image: url("../img/widget-2/icon-video.png");
    background-size: cover;
    width: 50px;
    height: 51px;
    bottom: 15px;
    left: 22px
}

.widget-2 .widget .caption {
    padding: 23px;
    font-weight: 400;
}

.widget-2 .widget .caption h3 {
    color: #d8107c;
    font-size: 27px;
    font-weight: 600px
}

.widget-2 .widget .caption h4 {
    font-size: 17px;
    text-transform: uppercase
}

.widget-2 .widget .caption p {
    color: #666;
    margin-bottom: 30px
}

.widget-2 .widget .share .pull-left {
    color: #f19d1a;
    text-transform: uppercase
}

.widget-2 .widget .share .pull-right {
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
}

.widget-2 .widget .share .pull-right .fa {
    color: #f19d1a
}

.widget-2 .widget .featured {
    font-size: 21px;
    font-weight: bold
}

.widget-2 .widget-sm .image {
    height: 150px;
    padding: 15px 0;
}

.widget-2 .widget-sm .image img {
    height: 100%;
    width: auto
}

.widget-2 .widget-sm .caption {
    padding: 5px 20px 20px;
}

.widget-2 .widget-sm .caption p {
    margin-bottom: 10px
}

.connect-tabs {
    margin-bottom: 18px;
}

.connect-tabs .icon-facebook {
    background-image: url("../img/connect/facebook.png");
    width: 126px;
    height: 30px
}

.connect-tabs .icon-twitter {
    background-image: url("../img/connect/twitter.png");
    width: 37px;
    height: 30px
}

.connect-tabs .icon-youtube {
    background-image: url("../img/connect/youtube.png");
    width: 72px;
    height: 30px
}

.connect-tabs .icon-linkedin {
    background-image: url("../img/connect/linkedin.png");
    width: 118px;
    height: 30px
}

.connect-tabs .nav-tabs.nav-justified>li.active>a {
    padding-top: 12px;
    background-color: #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.connect-tabs .nav-tabs.nav-justified>li:not(.active)>a {
    background-color: #fefefe;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.connect-tabs .tab-content {
    padding: 28px 13px 13px;
    background-color: #fff;
    min-height: 425px;
}

.connect-tabs .tab-content h4 {
    font-size: 16px;
    color: #4a6099;
    font-weight: bold
}

.connect-tabs .tab-content p {
    font-weight: 400
}

.connect-tabs .fb-actions {
    font-size: 12px;
}

.connect-tabs .fb-actions li {
    margin-right: 10px;
}

.connect-tabs .fb-actions li a {
    color: #afb4bd
}

.connect-tabs .fb-actions .fa {
    margin-right: 2px
}

.widget-3 {
    margin-bottom: 18px;
    background-color: #fff;
}

.widget-3 h3 {
    margin-top: 0;
    padding: 16px 18px;
    color: #d8107c
}

.widget-3 .image {
    background-color: #aaaaa7;
}

.widget-3 .caption {
    padding: 20px;
}

.widget-3 .caption p {
    font-family: "Arial"
}

.widget-3 .caption .read-more {
    color: #f19d1a;
    text-transform: uppercase
}

footer {
    color: #fff;
    padding: 25px 0;
    text-align: center;
    background-color: #3c3c3b;
}

footer .footer-title {
    color: #fff;
    font-size: 16px!important;
    font-family: inherit;
  padding-bottom:0px!important;
}

footer .footer-menu a {
    color: #e0e0e0;
    cursor: pointer;
}

footer .footer-menu.social .fa {
    width: 25px;
    height: 25px;
    padding: 6px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%
}

footer .stay-updated {
    margin-top: 30px;
    color: #e0e0e0
}

@media (min-width:768px) {
    .header-nav .brand-logo {
           position: absolute;
    width: 277px;
    padding: 0;
    margin-left: -3px;
    margin-top: 0px
       
    }
}

.header-nav .brand-logo.resize {
    padding: 0px 0;
}

.header-nav .nav-bar {
    margin-left: 270px;
}

.header-nav .nav-bar .navbar-menu li a {
    font-size: 16px;
    line-height: 26px
}

.slider-foot .hello-from-bank {
    display: block;
    width: 353px;
    position: absolute;
    padding: 20px 20px;
    background-color: rgba(0, 0, 0, 0.7)
}

.slider-foot .discover {
    margin-left: 353px
}

.widget-1 .grid-block {
    width: 32%;
    float: right;
}

.widget-1 img {
    width: auto;
    min-width: 100%;
    height: 100%
}

footer {
    text-align: left
}


}
@media (min-width:992px) {
    .slider-foot .discover-menu li a {
        font-size: 28px
    }
    
    .widget-2 .widget .image {
        height: 275px
    }
    
    .widget-2 .widget-sm.dyk {
        height: 245px
    }
    
    .widget-2 .widget-sm .image {
        height: 150px
    }
    
    .widget-3 .image {
        height: 125px
    }
}
@media (min-width:1200px) {
    .widget-2 .widget .image {
        height: 286px;
        float: right
    }
    
    .widget-2 .widget-sm .image {
        height: 150px
    }
    
    .widget-3 .image {
        height: 188px
    }
}
@media only screen and (min-width: 768px) and (max-width: 800px) {
    .navbar a .icon {
        left: 22px !important;
    }
}
.notifytext {
    background: #b7bdcd;
    border-radius: 0;
}
hr {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px dotted #d8107b;
}
@media only screen and (max-width: 468px) {
    .navbar-header {
        background: white;
    }
    
    .navbar-brand>img {
        display: block;
        width: auto;
        margin-top: -15px;
    }
    
    .list-inline {
        padding-left: 0;
        margin-left: -5px!important;
        list-style: none;
    }
}
@media only screen and (max-width: 768px) {
    .navbar-header {
        background: white;
    }
    
    .navbar-brand>img {
        display: block;
        width: auto;
        margin-top: -14px !important;
        margin-right: 10px;
    }
}
.modal-backdrop {
    z-index: 1029 !important;
}
.top {
    top: 80px !important;
}
.search {
    background: none;
    border: none;
    box-shadow: none;
}
.search .modal-content {}
.search-text {
    border-bottom: 1px solid #fff !important;
    border-top: none;
    border-left: none;
    border-right: none;
    width: 375px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    outline: none;
    background: none;
    font-size: 20px;
}
.search-btn {
    background: none;
    border: none;
    outline: none;
    font-size: 28px;
    color: #fff;
}
.search-btn:hover {
    background-color: none !important;
    border: none !important;
    outline: none !important;
    font-size: 28px !important;
}
.close-btn {
    font-size: 40px !important;
    color: #fff !important;
}
.close {
    text-shadow: none !important;
    opacity: 1.0 !important;
}
.modal-content {
    border: none !important;
    border-radius: 0px !important;
    box-shadow: none !important;
	background-color:transparent !important;
}

.form-control {
    display: block;
    width:75%;
    height: 34px;    
    font-size: 14px;    
    background-color: transparent; 
    border: 0px solid #ccc;
    border-bottom: 1px solid #fff;	
	outline:none;
}

.modal-header .close {
    margin-top: -50px;
    color: #fff;
    margin-left: 20px;
}

.sear-css{display:flex;}

.bg {
    background-color: transparent !important;
}
.btn-default {
    background-color: #fff;
    border: none !important;
    font-size: 14px !important;
    color: #333;
    width: 37px !important;
    margin-left: 0px;
}

.search-btn:hover {    
    font-size: 14px !important;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff !important;
    background: #f19d1a !important;
    transition:0s;
}

footer .footer-menu.social .fa:hover {
    background: #dd8e17 !important;
    color: #fff !important;
    border: 1px solid #dd8e17 !important;
}
footer .footer-menu a:hover {
    color: #fbb440;
    transition: 0.5s;
    text-decoration: none;
}
.jf_mm_wrapper li,
.jf_mm_wrapper li:last-child,
.jf_mm_wrapper .backItemClass {
    border-color: #fff;
}
.jf_mm_wrapper a,
.jf_mm_wrapper a {
    color: #666;
    background: #e6e7e9;
}
.jf_mm_wrapper ul li a i {
    float: right !important;
    color: #666 !important;
}
.jf_mm_trigger {
    background-color: #d8107b !important;
    color: #fff !important;
}
.jf_mm_wrapper h2 {
    padding-top: 20px;
}
.fa-angle-left:before {
    content: "\f105" !important;
}
.fa-angle-right:before {
    content: "\f104" !important;
}

/*************history start*************/

/*
.history-banner{background:url(../../images/who-we-are-banner.jpg) no-repeat; background-size:cover; height: 346px; width:100%;}
.history-bg{ background:#fff; padding:15px 30px 0 15px; margin-top:15px; margin-right:0px; margin-left:0px; position: relative; }
.history-font P{color:#000; font-size:16px; padding-top:5px; font-family: Source Sans Pro; padding-right:20px; font-weight: normal; }
.history-font h6{color:#d8107c; font-size:16px; padding-top:5px; padding-right:20px; font-weight: bold; font-family: Source Sans Pro; }
.history-font h2{color:#000; font-size:16px; padding-top:36px; padding-right:80px; padding-left: 30px;  font-family: Source Sans Pro; }

.history h1{ color:#d80e74; font-size:36px;}
.history hr{border-top: 3px solid #dadada; margin-top: 10px; margin-right:70px;}
.border{border:1px solid #dadada !important;}
.history-images .row{background:#e2e2e2; }

.image{padding: 10px 0 10px 80px;}
.no-space {padding:0;margin:0;}
.scroll{ position:absolute; top:122px; right:7%;z-index: 9;}
.scroll ol{ list-style:none;}
.scroll ol li{ margin-bottom:40px;height: 20px;}
.scroll ol li.active a{ background-color: #e0127e; border: 2px solid #ffffff; }
.scroll ol li a{ text-decoration: none;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #e2dbd2;
    border: 2px solid #e0127e;
    border-radius: 50%;}

.scroll-1 .nav-pills  > li > a{ margin-top:40px; padding-bottom: 10px;     margin-left: 15px; height: 20px; background: #e2dbd2 ; width:20px; border: 2px solid #e0127e; padding:0; border-radius: 50%;}
.scroll-1 .nav-pills  > li > span{ font-size: 16px; color: #e0127e; }
.scroll-1 .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{background-color: #e0127e; border: 2px solid #e0127e; }
.scroll-1 {top: 200px; right: 160px; position:fixed;  z-index: 1;}
.scroll-1.affix {position: fixed;  top: 130px; right: 160px;}
.bottom a{ color: #fff; text-decoration: none; }
.bottom a:hover{ color: #fbb440; text-decoration: none; }
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover{background-color: #e0127e !important;border: 2px solid #e0127e !important;}
/***********history end**************/
.navbar-header {
    float: none !important;
}

/*mobile-modal*/
.mobile-search {
    border-bottom: none !important;
}
.mobile-modal {
    margin-top: 110px;
    border: none;
    box-shadow: none;
    background: transparent;
}
.mobile-close {
    color: #fff !important;
    margin-top: -43px !important;
    font-size: 26px;
}
.mobile-box {
    border-bottom: 1px solid #fff !important;
    outline: none !important;
    color: #fff !important;
    background: none;
    border: none;
    border-radius: 0;
    width: 100%!important;
}
.mobile-search {
    border: none !important;
    outline: none !important;
    color: #fff !important;
    background: none;
    margin-left: 20px;
}
.mobile-search .fa {
    color: #fff !important;
}
@media only screen and (min-width: 769px) and (max-width: 1200px) {
    .header-nav .nav-bar .navbar-menu>ul>li {
        width: 210px;
    }
    
    .header-nav .nav-bar .drop-menu>ul {
        width: 210px;
    }
    
    .header-nav .nav-bar .menu-info {
        left: 210px;
    }
    /*.header-nav .nav-bar .drop-menu{ width: 94.5%; }*/
}
@media (min-width:992px) {
    .demo-1 {
        visibility: hidden;
    }
}
@media (max-width:992px) {
    .padding-bootom {
        padding-bottom: 0 !important;
    }
    
    .who-we-are {
        margin-top: 80px;
    }
}

/*padding-bootom*/

/*.black{margin-left: 7%; margin-right: 8%;}*/
@media screen and (max-width: 2560px) {
    .black {
        margin-left: 31.5% !important;
        margin-right: 31.5% !important;
    }
    
    .beta {
        position: absolute;
        left: 25%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1920px) {
    .black {
        margin-left: 24% !important;
        margin-right: 24% !important;
    }
    
    .beta {
        position: absolute;
        left: 17%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1600px) {
    .black {
        margin-left: 16% !important;
        margin-right: 17% !important;
    }
    
    .beta {
        position: absolute;
        left: 11%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1440px) {
    .black {
        margin-left: 12% !important;
        margin-right: 12% !important;
    }
    
    .beta {
        position: absolute;
        left: 6%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1366px) {
    .black {
        margin-left: 9% !important;
        margin-right: 9% !important;
    }
    
    .beta {
        position: absolute;
        left: 4%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1280px) {
    .black {
        margin-left: 5% !important;
        margin-right: 4% !important;
    }
    
    .beta {
        position: absolute;
        left: 2%;
        font-size: 15px;
    }
}
@media screen and (max-width: 1024px) {
    .black {
        margin-left: 0% !important;
        margin-right: 2% !important;
    }
    
    .beta {
        position: absolute;
        left: 7px;
        font-size: 15px;
    }
}
@media screen and (max-width: 992px) {
    .black {
        margin-left: 0% !important;
        margin-right: 1% !important;
    }
    
    .beta {
        position: absolute;
        left: 3px;
        font-size: 12px;
    }
}

@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3){
	.pull-right1 {
    float: right;
    right: 16%;
    padding-right: 10px;
	margin-left:23px;
}	

}



@media only screen and (min-width: 320px) {
    .modal-header1 {
        margin-right: 180px !important;
    }
    
    @media only screen and (min-width: 360px) {
        .modal-header1 {
            margin-right: 135px !important;
        }
        @media only screen and (min-width: 375px) {
            .modal-header1 {
                margin-right: 125px !important;
            }
            .footer-title {
                padding-left: 0px!important;
            }
        }
        @media only screen and (min-width: 412px) {
            .modal-header1 {
                margin-right: 95px !important;
            }
            @media only screen and (min-width: 414px) {
                .modal-header1 {
                    margin-right: 85px !important;
                }
				
				
		}		
				.gototop {
 
    float: right;
    margin-bottom: 15px;
    margin-right: 6px

	
}
          
          @media only screen and (min-width: 992px) and (max-width: 1024px) 
{
	.header-nav .nav-bar .drop-menu>ul>li>a .fa{ right: 5px;top: 18px;}
}
@media only screen and (min-width: 1024px) and (max-width: 1279px) 
{

}

@media only screen and (min-width: 992px) and (max-width: 1023px) 
{

}

@media only screen and (min-width: 768px) and (max-width: 991px) 
{
	.formbut {margin-left: 0;}
	.headoff h2{ margin-left: 0 !important; }
	.headoff .contact-p{ margin-left: 0 !important; }
}

@media only screen and (min-width: 320px) and (max-width: 767px) 
{

}
.padding-bootom {
    padding-bottom: 75px!important
}

