@import url('https://fonts.googleapis.com/css?family=Raleway:400,700');

html,body{
    width: 100%;
	font-family: 'Raleway', sans-serif;
}
img{width: 100%}
a:hover{text-decoration: none;}
section{background: #f7f8fa}
.p0{
    padding: 0
}
.padding-50{padding-top: 50px;padding-bottom: 50px}
.upper{text-transform: uppercase;}
.footer .bottom{background: #0c4a8a;padding: 15px 0;text-align: center;}
.footer .bottom p{color:#fff}
.at-button {
    background: #30a275;
    width: 48px;
    height: 48px;
    line-height: 48px;
    border-radius: 50%;
    color: #666;
    cursor: pointer;
    text-align: center;
}
.at-button i{color: #fff}
.simplescrollup__button {
    position: fixed;
    bottom: 3rem;
    right: 3rem;
    transition: 1s all;
    z-index: 10000;
}
.simplescrollup__button--show {
    transform: translateX(0);
}
.simplescrollup__button--hide {
    transform: translateX(120px);
}

/**************** start Navavigation *******************/
.home_section{
    background: url('../img/main_bg.png') no-repeat top left;
    background-size: cover;
    height: 100vh;
}
.navigation{
    margin: 0px auto;
    font-size: 24px;
    font-style: normal;
    display: block;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.navigation .item{
    position:absolute;

}
.home{
    top: 196px;
    left: 191px;
    animation-delay: 0.6s;
}
.about{
   top: 124px;
    left: 397px;
    animation-delay: 0.7s;
}
.value{
   top:164px;
   left:625px;
   animation-delay: 0.8s;
}
.invest{
   top:258px;
   left:835px;
   animation-delay: 0.9s;
}
.contact{
   top:420px;
   left:966px;
   animation-delay: 1s;
}
.item i{
        color: #fff;
    font-size: 12px;
    border: 2px solid #30a275;
    border-radius: 50%;
    text-align: center;
    width: 45px;
    height: 45px;
    line-height: 40px;
    position: relative;
}

.item a::after{
    content: "";
    position: absolute;
    background: rgba(47, 157, 114,0.5);
    width: 0;
    height: 0;
    border-radius: 50%;
    top: 50%;
    left: 0;
    transition: all 0.5s;
    transform: translate(0%,-50%);
}
.item a:hover:after{
    width: 200px;
    height: 200px;
}
.item h2 a:hover i:after{opacity: 1}
.item h2{
    color: #fff;
    font-size: 16px;
    top: 0px;
    left: 52px;
    text-transform: uppercase;
    display: inline-block;
}
.item a{color: #fff;transition: all 0.5s;}

.title{
    position: absolute;
    bottom: 100px;
    left: 200px;
    color: #fff;
}
.title .logo {
    display: inline-block;
    float: left;
    position: relative;
        margin-right: 30px;
        animation-delay: 1.1s;
}
.title h2{
    
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
    animation-delay: 1.2s;
}
.title h2 span{color: #30a275}
.title p{font-size: 17px;animation-delay: 1.3s;}
.desc{    display: inline-block;}
#about h1 , #invest h1{
        padding-top: 20px;
        padding-bottom: 30px;
        color: #4a5157;
}
#about h1 span , #invest h1 span , #contact h1 span{
        color: #30a275;
}
#about .row{
    background: #fff;
    padding: 50px 0;
    margin: 100px 0;
    border: 1px solid #dadbdd;
    height: 340px;
}

#about .row > div::after {
    content: "";
    border-right: 1px solid #dadbdd; 
    position: absolute;
    top: -50px;
   height: 340px;
   right: 0

}
#about .row i{
    position: absolute;
    top: -100px;
    background: #30a275;
    color: #fff;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 50%;
    width: 100px;
    height: 100px;
    line-height: 100px;
}
#about .row h3{
    margin-top: 45px;
    color: #07294b;
    margin-bottom: 20px
}
#about .row p{font-size: 14px;text-transform: none;}

#value{
    background: #0c4a8a;
    color: #fff;
}
#value h3{padding-bottom: 20px;padding-top: 25px;font-weight: bold;font-size: 28px;}
#value h5{
    font-size: 20px;
    padding-bottom: 10px;
    position: relative;
}
#value h5::before{
        content: "";
    position: absolute;
    left: -30px;
    top: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #30a275;
}
#value p{opacity: 0.5 ;    padding: 0 70px 0 0;}
#value li{list-style: none;margin-bottom: 15px;}
#value li:nth-child(1){animation-delay: 0.6s}
#value li:nth-child(2){animation-delay: 0.7s}
#value li:nth-child(3){animation-delay: 0.8s}
#value li:nth-child(4){animation-delay: 0.9s}
#value li:nth-child(5){animation-delay: 1s}

#invest{
    background: #fff;
    padding-top: 50px;
}
.nav-tabs{background: #fff}
.nav-tabs.nav-justified>li>a ,.nav-tabs.nav-justified>li>a:hover, .nav-tabs.nav-justified>.active>a , .nav-tabs.nav-justified>.active>a:hover{border: none;border-radius:0;}
#invest .nav>li>a:hover{background: transparent;}
.nav-tabs>li.active>a {
    outline: 0;
    outline-offset: 0;
    border: 0;
    box-shadow: none;
}
.tab-content{
        background: #f0f0f0;
    padding: 30px 0;
}
.nav-tabs.nav-justified>.active>a:after{
    content: '';
    width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f0f0f0;
  position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.tab-content h3{color:#0c4a8a}
.tab-content p{
    line-height: 1.5;
    padding-top: 20px;
}
.slick-dots {
    position: absolute;
    bottom: 5px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    color: #595959;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    color: #30a275;
}
/* bootstrap hack: fix content width inside hidden tabs */
.tab-content > .tab-pane, .pill-content > .pill-pane {
    display: block;    /* undo display:none          */
    height: 0;         /* height:0 is also invisible */ 
    overflow: hidden;  /* no-overflow                */
}
.tab-content > .active, .pill-content > .active {
    height: auto;      /* let the content decide it  */
} /* bootstrap hack end */

.wrap_contact{
    background: url(../img/contact.png) no-repeat;
    background-size: cover;
    height: 534px;
    color: #fff;
        font-size: 20px;
}
#contact{background: #fff}
#contact h1{
    color: #fff;
        margin-top: 0;
    padding: 50px 0 100px 0;
}
#contact p{
     display: inline-block;
    vertical-align: top;
    margin-left: 20px;

}
#contact i{font-size: 15px;}
.customer-logos{background: #fff;padding: 30px 0}
.customer-logos .slide img
{
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
    transition: all 0.5s;
}

.customer-logos .slide img:hover
{
    filter: grayscale(0);
    -webkit-filter: grayscale(0)
}

@media only screen and (max-width: 768px) {
    .title{left: 20px;}
    .padding-50 {
    padding-top: 20px;
    padding-bottom: 20px;
    }
    #about h1, #invest h1 {
    padding-top: 10px;
    padding-bottom: 10px;
    }
    #about .row{height: 100%;    margin: 20px 0;}
    #about .row i {
    position: static;
    transform: translateX(0%);
    }
    #about .row h3 {
    margin-top: 30px;
    }
    #about .row p {
    margin-bottom: 40px;
    }
    #about .row > div::after{content: none;}
    #value .col-md-6:first-child{padding-right: 0}
    #value .col-md-6:last-child{padding-left: 20px !important}
    #value p{    padding: 0 10px 0 0;}
    .nav-tabs.nav-justified>.active>a:after{content: none;}
    .tab-content > .active:before{
        content: '';
        width: 0;
        height: 0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-bottom: 10px solid #f0f0f0;
        position: absolute;
        top: -9px;
        left: 50%;
        transform: translateX(-50%);
    }
    .tab-content{position: relative;}
    .nav-tabs.nav-justified>li {
    float: left;
    width: 50%;
    }
    .nav-tabs.nav-justified>li>a{padding: 0}
    .navigation .item {
    position: static;
        background: #0c4a8a;
    padding: 5px 15px;
        display: none;
        }
        .hamburger-toggle {
    position: relative;
    padding: 30px;
    background: transparent;
    border: 1px solid transparent;
    cursor: pointer;
    }
    .hamburger-toggle [class*='bar-'] {
        display: block;
        background: #fff;
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .2s ease all;
        transition: .2s ease all;
        border-radius: 2px;
        height: 2px;
        width: 24px;
        margin-bottom: 4px;
    }
    .hamburger-toggle [class*='bar-']:nth-child(2) {
        width: 18px;
    }
    .hamburger-toggle [class*='bar-']:last-child {
        margin-bottom: 0;
        width: 12px;
    }
    .hamburger-toggle.is-opened .bar-top {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
    }
    .hamburger-toggle.is-opened .bar-mid {
        opacity: 0;
    }
    .hamburger-toggle.is-opened .bar-bot {
        -webkit-transform: rotate(45deg);
        transform: rotate(-45deg);
        -webkit-transform-origin: 15% 95%;
        transform-origin: 15% 95%;
        width: 24px;
    }
    .navigation{z-index: 99;}

}
@media screen and (max-width: 768px) and (min-width: 481px) {
.title{top: 300px;
    bottom: auto;}

}