
/*-----My css-----------------*/
body{font-family: arial;}
.sidebar-item h2 {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
}
.sidebar-item p {
    color: #fff;
    font-weight: bolder;
    margin-top: 20px;
    text-decoration: underline;
}
.left-cont p {
    color: #fff;
    font-size: 18px;
    /* font-weight: 100; */
    text-align: center;
    margin-top: 20px;
    width: 90%;
    margin: 0 auto;
}

.left-cont p a {
    color: #e79800;
}
#home {
    overflow: hidden;
}
.btn-outline-light {
    margin: 20px 0 30px 0;
}
.logo {
    /* width: 100%; */
    margin: 0px 0 20px 0;
}
.left-cont {
    background: #fff;
    padding: 10px;
    right: -43px;
    text-align: center;
    margin-top: 2%;
    height: 89vh;
    display: table;
    vertical-align: middle;
}

.right-cont {
    text-align: center;
    margin-top: 3%;
    right: 1%;
    z-index: 1090;
}

.branchpic {
    border: 5px solid #fff;
    position: relative;
    margin-bottom: 55px;
}

.branchpic img {
    width: 100%;
}
.bg-img {
    background-image:url(assets/img/main-img.jpg);
    background-size: cover;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.left-cont h1 {
    font-size: 38px;
    color: #fff;
    font-weight: 600;
}

.left-cont  h3 {
    color: #fff;
    font-family: 'Cookie', cursive;
    font-size: 40px;
    font-weight: 500;
}
.right-cont h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 50px;
}

.sidebar-item h5 {
    padding: 0;
    margin: 0;
}
.left-cont:after {
    content: "";
    background: url(assets/img/vector.png) no-repeat;
    bottom: -25px;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100px;
    left: -21px;
}
.vector:before {
    background: #fff;
    height: 100vh;
    width: 350px;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    z-index: -1;
}
.sidebar-item.red h5 {
    color: #ce2127;
    font-weight:600;
}

.sidebar-item.blue h5 {
    color: #124aa1;
    font-weight:600;
}
a.branch .branchpic {
    -webkit-transition: -webkit-transform .5s linear;
    transition: -webkit-transform .5s linear;
    -o-transition: transform .5s linear;
    transition: transform .5s linear;
    transition: transform .8s linear, -webkit-transform .8s linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1.05);
    transform: scale(1);
}

a.branch .branchpic:hover{
 -webkit-transform: scale(1.15);
 -ms-transform: scale(1.15);
 transform: scale(1.1);
}
marquee ul li {
    list-style: none;
    vertical-align: middle;
    display: block;
}

marquee ul {
    margin: 20px 0 0;
    display: inline-flex;
}

marquee ul li a {
    color: #fff;
    font-size: 15px;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
    margin-right: 10px;
}
marquee ul li a:hover {
    color: #fbff00;
}