
section{padding: 0; overflow: hidden;}/*==============================Banner================================*/
   
    /*==============================Contact================================*/
    .contact .map {
        padding: 0;
        position: relative;
        z-index: 4;
    }
    .contact #ieatmaps {
        height: 100%;
    }
    .contact .info {
        background: rgba(0, 0, 0, 0.9);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: #fff;
        transition: all .5s;
    }
    .contact .info .icon-toggle {
               width: 100px;
    height: 100px;
    background: #ffffff;
    font-size: 20px;
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 70px);
    right: -50px;
    border-radius: 2px;
    z-index: 99;
    cursor: pointer;
    border: 1px solid red;
    }
    .contact .info .icon-toggle i {
        transform: rotate(-45deg) !important;
        position: absolute;
		right: 10px;
    top: 12px;
    }
	.contact .info .icon-toggle .conn {
        transform: rotate(-45deg) !important;
        position: absolute;
        left: 6px;
    top: 40px;
    }
    .contact .info .item {
        margin-bottom: 19px;
        padding-bottom: 15px;
        border-bottom: 1px solid #444;
    }
    .olw-test .owl-theme .owl-dots {
        margin-top: 1px !important;
        z-index: 9999;
        position: absolute;
        margin-left: 10px;
    }
    .olw {
        border: 9px solid rgba(204, 204, 204, 0.43);
    }
    .contact .info .item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
    .contact .info .item .icon {
        font-size: 20px;
        float: left;
        width: 50px;
        text-align: center;
        margin-top: 4px;
    }
 
    .contact .info .item .cont h6 {
        font-size: 15px;
        margin-bottom: 0;
    }
    .contact .info .item .cont p {
        color: #999;
        margin: 0;
    }
    .contact .map-show {
        left: -100%;
    }
    .contact .map-show .icon-toggle {
        z-index: 2;
        transition-delay: .3s;
    }
    /*==============================Clients================================*/
