.mark1logo{
	        padding: 0px !important;
    background: #ffffff;
    padding: 14px;
    margin-top: -46px;
    box-shadow: 0px -20px 10px 6px #00000036;
}
.socialicon{
	      background: #f7601b;
    width: 24px;
    text-align: center;
    height: 24px;
    line-height: 25px !important;
    font-size: 13px !important;
    border-radius: 50%;
	color:#fff;
}
.socialicon:hover{
	background: #de4600;
	color:#fff;
}
.header-style-two .main-menu .navigation > li > a:hover{
	    color: #f6601a;
}
.toptxt a i{
	    color: #ffffff;
    font-size: 15px;
}
.toptxt span{
	    color: #fff;
    margin-left: 7px;
    margin-right: 13px;
}
.toptxt span:hover{
	    color: #ffddce;
}
.tpeng{
	border-right: 1px solid #717171;
    margin-right: 7px;
    /* margin-left: 10px; */
    padding-right: 6px;
}

.carousel-control.right {
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0, 0, 0, 0)));
    background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0, 0, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0, 0, 0, 0)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0, 0, 0, 0) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

.arrowback {
    background: #b9222a;
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    border-radius: 50%;
}

.carsolearrow {
    align-items: center;
    display: grid;
}
.main-header.header-style-two.fixed-header .main-box .auto-container .logo-box{
	    width: 65px;
    margin-top: 4px;
    box-shadow: 0px -20px 10px 6px #00000000;
}
.speaker-block > h3{
	      margin-top: 25px;
    color: #ffff;
    font-size: 23px;
    text-transform: capitalize;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: -80%;
    margin-left: -10px;
	 background: #f6601a;
    width: 45px;
    height: 45px;
    line-height: 44px;
    opacity: 1;
    border-radius: 50%;
    font-size: 19px;
}
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
  right: -75%;
    margin-right: -10px;
    background: #f6601a;
    width: 45px;
    height: 45px;
    line-height: 44px;
    opacity: 1;
    border-radius: 50%;
    font-size: 19px;
}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 5%;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0,0,0,.6);
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;
}
.speaker-block > h3 > a{
    color: #ffff;
}
.speaker-block > h3 > a:hover{
    color: #f6601a;
}