@media (min-width: 1200px){
    .ja-video-background .video-shuffle-wrap .content {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-animation: popUp 900ms ease-in-out forwards;
        -moz-animation: popUp 900ms ease-in-out forwards;
        animation: popUp 900ms ease-in-out forwards;
        top: 25%;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
  
    .container_module {
        flex-direction: column;
        align-items: center;
    }

    .one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
        margin-right: 0;
    }

    .one_fourth {
        width: 100% !important;
        margin-bottom: 40px;
        margin-right: 0% !important;
    }
    
  }

  @media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  
    .one_fourth {
        width: 27% !important;
    }
    
  }

  @media (min-width: 768px) and (max-width: 1024px) {
  
    .container_module {
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .one_fourth {
        width: 50% !important;
    }
    
  }


  .logo-image a:hover img{
    -webkit-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    transform: rotate(0deg) !important;
  }


  .logo-control .logo-img {
    margin-top: 1rem;
    height: auto;
    width: 100%;
}
  


.features_sec9.two {
    padding-top: 100px;
    background: #eee;
    margin-top: 2em;
}

.features_sec9 {
    float: left;
    width: 100%;
    padding: 120px 0;
        padding-top: 120px;
    text-align: center;
}

.one_fourth {
    width: 24%;
}

.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	float: left;
}

.features_sec9 .tbox {
	float: left;
	width: 100%;
	padding-bottom: 40px;
	border-bottom: 3px solid #f3f3f3;
	transition: all .3s ease;
}

.features_sec9 .tbox img {
	float: left;
	margin-bottom: 35px;
}

.features_sec9 .tbox h6 {
	font-weight: 500;
    margin-bottom: 0;
    font-size: 16px;
	line-height: 23px;
	margin-bottom: 20px;
    font-style: normal;
    color: #333;
}

.features_sec9 .tbox em {
	font-size: 12px;
	font-style: normal;
	display: block;
	margin-bottom: 16px;
	font-weight: 700;
	color: #000;
}

.features_sec9 .tbox i:hover {
    background: #eee;
}


.features_sec9 .tbox:hover i {
	background: #fff;
	border: 1px solid #eee;
}

.features_sec9 .tbox i {
	width: 28px;
	height: 28px;
	background: #f3f3f3;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 28px;
	margin: 25px 2px 0;
	color: #454545;
	border: 1px solid #f3f3f3;
	transition: all .3s ease;
}
