/*
Author: XpeedStudio
Author URI: http://themeforest.net/user/XpeedStudio/portfolio
*/
/* ==========================================================================
   Author's custom styles
   ========================================================================== */
html,
body {
    background-color: #ffffff;
    font-size: 14px;
    color: #999999;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Open Sans', sans-serif;
    letter-spacing:normal;
    text-transform:none;
}
/*fonts*/
@font-face {
  font-family: Jaapokki-Regular;
  src: url(../fonts/Jaapokki-Regular.otf);
}

@font-face {
  font-family: OPTIMA;
  src: url(../fonts/OPTIMA.TTF);
}
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}
img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none;
}
a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
}
a,
button,
a span {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}
.btn.extra-width {
    padding: 13px 40px;
}
.btn:focus,
.btn:active {
    outline: inherit;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    /*    direction: rtl;*/
}
p {
    margin: 0 0 15px;
}
.clear {
    clear: both;
}
ol,
ul {
    list-style: none;
    padding: 0;
}
img {
    max-width: 100%;
}
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

textarea:focus::-webkit-input-placeholder {color: transparent;}
textarea:focus:-moz-placeholder {color: transparent;}/* FF 4-18 */
textarea:focus::-moz-placeholder {color: transparent;}/* FF 19+ */
.form-control {
    border: 0;
    border-bottom: 2px solid #999999;
    font-size: 16px;
    height: 65px !important;
    background: transparent;
    border-radius: 0px;
    color:#fff;
}
.form-control:focus {
    border-bottom: 2px solid #6d19af ;
    box-shadow:none;
}

h1,
h2,
h3 {
    /*font-family: 'Lane', sans-serif;*/
    font-weight: 300;
    margin: 0;
}
h4,
h5 {
    /*font-family: 'roboto', sans-serif;*/
    font-weight: 300;
    margin: 0;
    line-height: 2rem;
}
h1 {
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 300;
}
h2 {
    font-size: 2.5rem;
    line-height: 3rem;
    margin-bottom: .9rem;
}
h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 2.1rem;
    line-height: 2.5rem;
}
h4 {
    font-size: 1.6rem;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
}
h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
}
h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
}
p {
    line-height: 1.5rem;
    font-size: 1.1rem;
}
p:last-child {
    margin-bottom: 0px;
    text-transform: none;
    letter-spacing: 1px;
}
#submymenu {
    position:absolute;
}

div#submymenu ul {
    position: fixed;
    width: 130px;
    background: rgba(255, 255, 255, 0.95);
    top: 80px;
    left: 74%;
    z-index: 9999;
    padding-left: 10px;
    font-family: 'OPTIMA';
    border-radius: 0px 0px 5px 5px;
   
}

div#submymenu ul a {
    padding: 5px;
    display: block;
    color: #4b2260;
    text-transform: uppercase;
}
    /*paragraph all*/
    .paragraph-all {
        text-align: justify;
        color: #565555;
    }
/*.home-wrap h1,*/
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    color: #ffffff;
    /*font-family: 'roboto', sans-serif;*/
}

.navbar-brand>img{width: 70%}
.navbar-brand{padding: 0px 15px;}
.text {
    color: #333333;
}
.colorstext {
    color: #f56363;
}
.coloricon i {
    color: #f56363;
}
.colorsbg {
    background: #f56363;
    color: #ffffff;
}

.lightbg {
    background-color: #f9f9f9;
}
.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear;
}
/*
Section
*/
.sections {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    overflow: hidden;
}
.sections.footer {
    padding-bottom: 80px;
}
section .subtitle h5 {
    margin-top: 10px;
    font-size: 1.3rem;
    font-family: 'roboto', sans-serif;
}
.parallax-section {
    max-width: 100%;
    color: #ffffff;
}
section .title-half h2 {
    font-size: 3rem;
    line-height: 4rem;

    margin-bottom: 1.4rem;
}
section .subtitle-half h5 {
    font-size: 17px;
}


.heading {
    margin-bottom: 4rem;
        padding: 60px 0px;
}
.heading h1{
    font-size: 29px;
    text-transform: uppercase;
    font-family: 'Jaapokki-Regular';
    margin-bottom: 20px;
    color: #4b2260;
    letter-spacing: 1px;
    background-image: url(../images/icon-title.PNG);
    background-repeat: no-repeat;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    padding: 0px 40px;
    background-position: 0% 71%;
    margin:15px auto;
}

.heading h3{
    font-size: 19px;
    text-transform: uppercase;
    font-family: 'Jaapokki-Regular';
    margin-bottom: 20px;
    color: #4b2260;
    letter-spacing: 1px;
    background-image: url(../images/icon-title.PNG);
    background-repeat: no-repeat;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: -o-fit-content;
    padding: 0px 40px;
    background-position: 5% 71%;
    background-size:110px;
    
}
.heading span:before {
    
    background-image: url(../images/icon-title.PNG);
    width: 50px;
    height: 50px;
}
.overlay {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%;
    min-height: 500px;
}
.overlay-homepage {
    
    width: 100%;
    min-height: 650px;
}
.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
}
.home-overlay-fluid {
    background-color: rgba(41, 41, 41, 0.68);
    width: 80%;
    margin: auto;
}
.overlay-img {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #ffffff;
}
.no-padding {
    padding: 0 !important;
}
.fluid-blocks-col {
    padding: 70px 40px 0 80px;
}
.fluid-blocks-col-right {
    padding: 70px 80px 0 40px;
}
/*
Separator
*/
.separator {
    height: 4px;
    width: 130px;
    margin: auto;
    background: #00a5ff;
}

.separator2 {
    height: 1px;
    width: 50px;
    margin: auto;
    background: #999999;
    margin-bottom: 10px;
}

.wrapper{
    margin-top: 50px;
}

/*
Button
*/
.btn {
    padding: 16px 60px;
    font-family: 'open_sanssemibold';
    border-radius: 50px;
    font-size: 22px;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
}
.btn-primary{
    color: #fff;
    background-color: #4b2260;
    border-color: transparent;
    transition: .3s ease-in-out;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    font-family: 'Jaapokki-Regular';
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #ffffff;
    background-color: #291737;
    font-family: 'Jaapokki-Regular';
}
.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary{color: #ffffff;
    background-color: #291737;
    font-family: 'Jaapokki-Regular';    border-color: #6d19af !important;
}

/*.btn-default:active, .btn-default:hover  {
    background: transparent;
}*/


/*
Extra height css
*/
.margin-top-20 {
    margin-top: 20px;
}
.margin-bottom-20 {
    margin-bottom: 20px;
}
.margin-top-40 {
    margin-top: 40px;
}
.margin-bottom-40 {
    margin-bottom: 40px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-80 {
    margin-top: 80px;
    margin-bottom: 80px;
}
.margin-bottom-60 {
    margin-bottom: 60px;
}
.margin-top-80 {
    margin-top: 80px;
}
.margin-bottom-80 {
    margin-bottom: 80px;
}
.padding-top-20 {
    padding-top: 1.33rem;
}
.padding-bottom-20 {
    padding-bottom: 1.33rem;
}
.padding-top-40 {
    padding-top: 2.66rem;
}
.padding-bottom-40 {
    padding-bottom: 2.66rem;
}
.padding-top-60 {
    padding-top: 5rem;
}
.padding-bottom-60 {
    padding-bottom: 5rem;
}
.padding-bottom-0 {
    padding-bottom: 0;
}
/*padding*/
.padding-twenty {
    padding: 10px 0;
}
.padding-fourty {
    padding: 20px 0;
}
.padding-sixty {
    padding: 30px 0;
}
.padding-eighty {
    padding: 40px 0;
}
h1 span {
    color: #f56363;
    font-weight: 400;
}

/*for placeholder changes*/

/*input::-webkit-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input::-moz-placeholder {
  color: #CACACA;
  font-size: 18px;
}
input:-ms-input-placeholder {
  color: #CACACA;
  font-size: 18px;
}
textarea::-webkit-input-placeholder
{
  color: #CACACA;
  font-size: 18px;
  text-align:center;
}
textarea::-moz-input-placeholder
{
  color: #CACACA;
  font-size: 18px;
  text-align:center;
}
textarea::-ms-input-placeholder
{
  color: #CACACA;
  font-size: 18px;
  text-align:center;
}

*/


/*For Menu Bar*/
.navbar-default {
    background-color:transparent;
    border-color: transparent;
}
.navbar {
    min-height: 50px;
    margin-bottom: 20px;
    padding: 15px 0;
    /*background-image: linear-gradient(white, #ffffff4a);*/
    border: none;
    /*background-color: rgba(251, 251, 251, 0.22);*/
}
.navbar-default .navbar-nav > li > a {
        color: #4b2260;
        text-transform: uppercase;
        font-family: 'OPTIMA';

    }


@media (max-width: 767px) {
    .navbar {
        background: #ffffff !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #4b2260;
        text-transform: uppercase;
        font-family: 'OPTIMA';
    
    }

    .nav > li > a:hover, .nav > li > a:focus {
        text-decoration: none;
        background-color: transparent;
    }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        background-image: url(../images/icon-title.PNG);
        background-repeat: no-repeat;
        background-size: 80px;
        background-position: 0px 19px;
        background-color: transparent;
        padding-left: 21px;
    }
}

.navbar-right li a.active{
    background-image: url(../images/icon-title.PNG);
    background-repeat: no-repeat;
    background-size: 80px;
    background-position: 0px 19px;
    background-color: transparent;
    padding-left: 21px;
}
.navbar-right li a:hover{
    color:#7f39a2 !important;
   
}
.navbar-default .navbar-nav>li>a:focus {
    
    background-color: transparent;
}
.menu-bg{
    background:#fff ;
}
    .internal-bg-color {
        background:#fff !important;
    }

/*For Home Section*/
.home{
    background: url(../images/homepage-banner.png) no-repeat center top fixed;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}
.home-content{
    margin-top: 240px;
    color :#fff;
    /*margin-bottom: 150px;*/
}
.home-content h1{
    margin-bottom: 45px;
    font-family: 'Jaapokki-Regular';
    font-size: 60px;
}
.home-content h4{
    margin-bottom: 75px;
    font-family: 'open_sansregular';
    font-size: 20px;
    color: #3a3f4b;
}


/* Service Section */
.service-item{
    margin-bottom: 60px;
}

.service-item h5{
    text-transform: uppercase;
    color: #3a3f4b;
    font-family: 'lorabold';
}

.service-item i{
    background: #f5f6f8;
    height: 80px;
    width: 80px;
    border-radius: 100%;
    color: #00a5ff;
    font-size: 36px;
    line-height: 80px;
    margin-bottom: 10px;
}




/* Portfolio Section */
.portffolio_menu{
    width:100%;
    margin:0 auto;
    padding-top: 25px;
}
.single_portfolio_img{
    position:relative;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
}
.single_portfolio_overlay{
    background:#565d67;
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:0;
    transition:.5s;
}
.single_portfolio_img .single_portfolio_overlay img{
    width: 45%;
    height: 40%;
    top: 30%;
    position: absolute;
    left: 30%;
}
.single_portfolio_img:hover .single_portfolio_overlay{
    opacity:1;
}
.portffolio_content_deteals{
    padding-top: 10px;
    width: 90%;
    margin: 0 auto;
}
.portffolio_content_deteals a{
    margin-top: 50px;
    text-transform: uppercase;
}
.button {
    display: inline-block;
    margin-bottom: 10px;
    color: #999999;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    margin-left: 20px;
    background: transparent;
    border: none;
    text-transform: uppercase;
    font-family: 'open_sansregular';
    height: 50px;
    line-height: 50px;
}

.button:hover ,.button:focus {
    color: #00a5ff;
    border-bottom: 1px solid #00a5ff;
}

/*.button:active,
.button.is-checked {
    color: #00a5ff;
    border-bottom: 1px solid #00a5ff;
}
.button.is-checked {
    border-bottom: 1px solid #00a5ff;
}*/

.button:active {
    outline:none;
}


/* ---- button-group ---- */


.button-group .button {
    border-radius: 0;
    margin-left: 0;
    margin-right: 1px;
}


/* ---- .element-item ---- */

/*.element-item {
    position: relative;
    float: left;
    color: #262524;
    width: 30%;
    margin-top: 30px;
    margin-left: 30px;
}*/

.portfolio-item{
    margin-top:30px;
}
.portfolio-item img{
    width:100%;
}
.portfolio-item h2{
    font-size: 18px;
    line-height: 3rem;
    margin-bottom:0;
    padding: 12px 0;
    text-align: left;
    margin-left: 30px;
    font-family: 'open_sanssemibold';
}

/* Brand Sections */
.brand-identity{
    width: 100%;
    display: block;
    overflow: hidden;
}
.owl-carousel .owl-item img {
    width:70%;
}

/* Testimonial Section */
.carousel-indicators {
  z-index: 0; 
}
.details {
    margin-top:20px;
}
.item .details p{
    font-size: 13px;
    line-height: 17px; 
    text-align:justify;
    color: #3a3f4b;
    
}
@media (max-width: 767px) {
    .item .details p {
        font-size: 13px !important;
    }
}

@media (max-width: 991px) {
    .item .details p {
        font-size: 13px !important;
    }
}
.item .details a {
    color:#291737;
    text-decoration:underline;
}


.item .details small{
    font-size: 20px;
    font-family: 'open_sansregular';
    color: #3a3f4b;
}
.item .details small a{
   text-decoration: underline;
    color: #3a3f4b;
    padding-top: 30px;
}

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
    /* Control buttons  */
    /* Previous button  */
    /* Next button  */
    /* Changes the position of the indicators */
    /* Changes the color of the indicators */
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    position: relative;
    z-index: 10;
    top: -230px;
}
#quote-carousel .carousel-control.left {
    left: -60px;
    float: left;
}
#quote-carousel .carousel-control.right {
    right: -60px;
    float: right;
}
#quote-carousel .carousel-indicators {
    right: 50%;
    top:-160px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 100px;
    height: 100px;
    margin: 5px;
    cursor: pointer;
    border-radius: 0px;
    opacity: 0.4;
    overflow: hidden;
    border: 2px solid #f5f6f8;
    transition: all 0.4s;
    border: 1px solid #4b2260;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 130px;
    height: 130px;
    opacity: 1;
    overflow: hidden;
    border: 2px solid #f5f6f8;
    position: relative;
    top: 10px;
    border: 1px solid #4b2260;
}
.carousel-inner {
    margin-top:200px;
}
.item {
    border-left: none;
    color: #000000;
}
/*.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}*/



/* Contact Section */

.contact{
    background: #291737;
    padding: 80px 0;
}
.contact h1,h5{
    color: #ffffff;
}

.contact-top{
    margin-bottom:100px;
}
.contact-top h1{
    font-size: 36px;
    font-family: 'lorabold';
}
.contact-top li a{
    color: #ffffff;
    text-transform: uppercase;
    font-family: 'open_sanssemibold';
    transition: .3s ease-in-out;
}
.contact-top li a:hover{
    color: #00a5ff;
}
.contact-left-info{
    margin-bottom: 50px;
    color:#948b9b;
}
.contact-left-info i{ font-size: 40px;    padding-top: 13px;}
.contact-left-info h5{
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
}
.contact-form .form-group label{
    font-size: 22px;
    color: #ffffff;
    margin-bottom: 10px;
}
.contact-form button{
    margin-top: 30px;
    margin-left: 29%;
}

/*Scroll Up*/

.scrollup{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #ffffff;
    font-size: 30px;
    background: #4b2260;
    position: absolute;
    bottom:65px;
    left: 50%;
    top: -27px;
    margin-left: -32px;
    z-index: 99999;
    font-weight: normal;
    transition: all 500ms .2s;
    cursor: pointer;
    box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -webkit-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -moz-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -o-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    -ms-box-shadow:2px 2px 5px 0 rgba(55,50,40, .20);
    border: 1px solid #fff;
}
.scrollup:hover{
    background: #4b2260;
    color: #fff;
    transform:scale(1.1);
}


/* Footer Area */
.footer{
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
}
.copyright{
    font-family: 'open_sansregular';
    font-size: 15px;
}
.social a i{
    background: #999999;
    color: #ffffff;
    height: 35px;
    width: 35px;
    line-height: 35px;
    font-size: 16px;
    text-align: center;
    transition: .3s ease-in-out;
}
.social a i:hover{
    background: #4b2260;
}
.social a{
  padding-left:10px;
}

/*our vision*/
.our-vision{
    background: #e5e5e5;
    padding-top: 25px;
}

/*about*/
.about {
    background: url(../images/about-banner.jpg) no-repeat;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
    background-position: 50% 12%;
}
.about-paragraph{padding: 70px 0px}
.title-about{
    font-size: 22px;
    color: #4b2260;
    margin-bottom: 35px;
    font-family: 'optima';
}

.paragraph-about-container{
    
        
        
    
}
.paragraph-about{
    color: #fff;
    padding: 90px 100px 0px 100px;
    line-height: 1.8;
    text-align: justify;

}
.background-about{
    background: #4b2260;
    margin: 0;
}

.our-core{padding:0px 70px;} 
.fotter-about-section {
    padding: 48px;
    color: #565555;
    text-align: center;
    width: 80%;
    margin: auto;
}

/*services*/
.services {
    background: url(../images/services-banner.jpg) no-repeat ;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
    background-position: 50% 55%;
    background-attachment:fixed;
}
.paragraph-services-container {
    padding: 65px 30px;
}
.services-title{
    color: #4b2260;
    font-size: 20px;
    font-weight: 600;
    font-family: OPTIMA;
    height:35px;
    
}

.background-services{
    background: #e5e5e5;
    margin: 0;
}

.paragraph-services{
  
    color: #565555;
    
    line-height: 1.3;
    text-align: justify;
    
}

.services-title-other{
    color: #4b2260;
    font-size: 20px;
    font-weight: 600;
    
    padding-top: 20px;
}
.fairness{
    padding: 80px 0px;
}

.transactions{
    
    background: #e5e5e5;
    padding: 30px 0px;
}
.Transactions-img-container{
    margin-bottom: 15px;
    height:140px;
    overflow:hidden;
}


/*team 1 */
.team{
    background: url(../images/team-banner.jpg) no-repeat ;
    background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
    background-position:50% 32%;
    
}

.hover {
    width: 250px;
    height: 300px;
    float: none;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    margin: 20px auto;
}

.hover img {
    display: block;
    position: relative;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.ehover5:hover div.info{
    background-color: rgba(75, 34, 96, 0.57);
}
.ehover5 div.info:hover {
    box-shadow: none;
}

.ehover5:hover div.info {
    opacity: 1;
    transform: scale(1);
    
}
.ehover5 div.info {
    opacity: 0;
    transform: scale(1.5);
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    border: 1px solid white;
    height: 53%;
    width: 85%;
    position: absolute;
    top: 4%;
    left: 8%;
    padding: 10px;
}

.name {
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
    font-family: OPTIMA;
    padding-top: 70%;
}
.position {
    color: #fff;
    font-size: 10px;
    display: block;
    padding: 10px 5px;
    font-family: OPTIMA;
    letter-spacing: 1px;
}

.det-team {
    border-radius: 10px;
    color: #fff;
    font-size: 10px;
    background: #4b2260;
    padding: 7px 20px;
    font-family: OPTIMA;
    letter-spacing: 1px;
}
    .det-team:hover {
        color:#fff;
        letter-spacing: 1px;
    }

.team-title-dek {
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'Jaapokki-Regular';
    margin: 18px 0px 10px 0px;
    color: #4b2260;
    letter-spacing: 1px;
    
}
.team-position-dek {
    font-family: 'optima';
    color: #4b2260;
    font-size: 20px;
}
.team-info {
    text-align: left;
    color: #565656;
}
.team-info a {
    font-family: 'optima';
    color:#4b2260
} 
    @media (max-width: 767px) {
        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: #4b2260 !important;
        border: none;
    }

    ul.nav.navbar-nav {
    float:none;
}
}

.team-homepage {
    color: #291737;
    
}
.team-position-homepage {
   color: #535353;
   margin-bottom: 10px;
   display:block;
}
/******** contact us page **********/
.contact-info{display:inline-flex;}
.contact-page{padding: 100px 0px;display:inline}
.contact-icon {display: inline;padding:10px}
.contact-icon i{color:#a590af;font-size: 40px}
.contact-data h4{font-family: 'optima'; color:#5d2090; margin: 0px;}
.contact-data p{font-family: 'open sans'; color:#90849a;}
.form-group i {font-size: 30px;color: #948b9b;position: absolute;display: inline-block;padding-top: 11px;}
.form-group input{text-align: center}
.form-group textarea{text-align: center}
.team-article img{float: right;padding: 0px 0px 0px 80px;}
.position-article p{font-family: 'optima'; color:#4b2260;font-size: 25px}
.article-content p{width:90%;text-align: justify;color: #565555;}
.heading-team {margin:0;padding:0}
.resize {
    height:350px;
    padding:0px 48px;
}
/*mobile */

@media (max-width: 767px) {
    .title-about {
        line-height: 19px;
        margin-bottom: 10px;
        font-size:15px;
        font-weight: 600;
    }
    .paragraph-about {
        text-align:justify;
        padding:20px 0px;
    }
    .fotter-about-section {
        padding:10px;

    }
    .contact-form button {
        margin: auto;
        padding: 5px 25px;
        font-size: 20px;
    }
    .paragraph-services {
        padding:5px 0px;
    }
    .services-title-other {
        padding-left:0px;
    }
    .team-article img {
    margin-top: 30px;
    padding: 0px 0px 0px 80px;
    display: block;
    margin-bottom: 20px;
    float:none;
    }
    .contact-left-info {
        margin-bottom: 25px;
    }
    .contact-left-info h5 {
        font-size:20px;
    }
    /*#quote-carousel .carousel-indicators .active {
        width:100px !important;
        height:100px !important;
    }
    #quote-carousel .carousel-indicators li {
        width:70px !important;
        height:70px !important;
    }*/
    .heading {
        padding: 30px 0px;
        margin-bottom: 10px;
    }
    .contact {
        padding: 45px 0;
    }
    .about-paragraph {
        padding: 20px 0px;
    }
    .our-vision {
        padding-top:0px;
    }
    .paragraph-services-container {
        padding: 20px 0px;
    }
    .fairness {
        padding: 40px 0px;
    }
    .heading h1 {
    font-size: 15px !important;
    background-position: 4% 75%;
    background-size: 110px;
    margin-bottom:0px;
    }
    .heading h3 {
        font-size: 13px !important;
        margin-bottom:0px;
        background-position: 9% 71%;
        background-size: 75px;

    }
    .services-title {
        font-size:15px;
        margin-bottom:0px;
        height:30px;
        margin-top:15px;
    }
    .services-title-other {
        font-size:15px;
    }
    .heading-team {
        margin: 0;
        padding: 30px 0px 0px 0px;
    }
    .article-content p {
        margin:auto;
    }
    .position-article p {
        font-size:15px;
    }
    .resize {
        height:310px;
    }
    .Transactions-img-container {
        height:135px;
    }
    #menuToggle {
        display:block !important;
    }
    .navbar-brand > img {
        margin-top:-17px;
    }
    .home{background-size:320%}


    .team {
        background-attachment: scroll;
    }
    .services {
        background-attachment: scroll ;
    }
    .about {
        background-attachment: scroll;
        background-position: 86%;
    }

    .our-core {
        padding: 0px 0px;
    }

    div#submymenu ul {
        top: 197px;
        left: 25%;
    }
}
/*responsive*/
@media (min-width: 1200px){
    .services {
        background-position: 50% -141px;
    }
} 
#menuToggle {
    display: flex; flex-direction: column; position: relative; top: 25px; left: 85%; z-index: 1; -webkit-user-select: none; user-select: none; display:none
}

#menuToggle input
{
  display: flex;
  width: 40px;
  height: 32px;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  z-index: 2;
}

    #menuToggle span {
        display: flex;
        width: 29px;
        height: 2px;
        margin-bottom: 5px;
        position: relative;
        background: #4b2260;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 5px 0px;
        transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    }

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}

    #menuToggle input:checked ~ span {
        opacity: 1;
        transform: rotate(47deg) translate(-3px, -17px);
        background: #4b2260;
    }
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}

 #menuToggle input:checked ~ span:nth-last-child(2) {
   transform: rotate(-47deg) translate(0px, 15px);
}


.transaction-more-title {
    color: #565555;
    font-size: 17px;
}
    .transaction-more-title:hover {
        color: #4b2260;
        font-size: 17px;
    }


.All-transaction {
    font-family: 'Jaapokki-Regular';
    color: #ffffff;
    text-align: center;
    display: block;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 15px;
    width: 150px;
    margin: 20px auto;
    background: #502964;
    padding: 10px;
    border-radius: 5px;
}
    .All-transaction:hover{color:#fff;}
    .All-transaction:focus {
        color: #fff;
    }
    .All-transaction:active {
        color: #fff;
    }

   
   
    .all-transactions-block {
        border-left: 1px solid #eee;
    }

.transaction-images {
    margin-top: 25px;
} 
.ReadMore {
    color: #4b2260;
    text-decoration: underline;
}

@media (max-width: 1200px){
    .resize{
        padding:0px 15px;
    }
}