/* Graphic Designs Motion Graphics */
.graphic_designs_motion_graphics {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.graphic_designs_motion_graphics:after {
    left: 0;
    top: 100%;
    width: 100%;
    content: "";
    height: 100%;
    display: block;
    position: absolute;
    background-color: #f3f3f3;
}

.graphic_designs_motion_graphics .breadcrumbs {
    margin: 0;
    width: 100%;
    padding: 20px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left top;
    border-bottom: solid 1px #dbdbdb;
    background-image: url('/themes/custom/auxesis/images/blog-filter-bg.webp');
}

.graphic_designs_motion_graphics .breadcrumbs ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

.graphic_designs_motion_graphics .breadcrumbs ol li {
    z-index: 1;
    color: #666;
    padding: 0 5px;
    font-size: 12px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg';
}
.graphic_designs_motion_graphics .breadcrumbs ol li:not(:last-child):after{
    color: #666;
    content: "/";
    font-size: 12px;
    font-weight: 700;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: 'Proxima Nova Rg';
}

.graphic_designs_motion_graphics .breadcrumbs ol li:first-child:before {
    top: 8px;
    height: 2px;
    content: "";
    width: 10px;
    left: -20px;
    position: absolute;
    background-color: red;
}

.graphic_designs_motion_graphics .breadcrumbs ol li a {
    color: #666;
    text-decoration: none;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap {
    padding: 0;
    width: 100%;
    margin: 0 0 15px;
    position: relative;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .title_super_text {
    font-weight: 900;
    margin: 0 0 -60px 35px;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .round_circle:after {
    content: "";
    background-color: #cecccc;
    box-shadow: -5px 0px 0 rgb(214 214 214 / 90%);
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .container+.wrapper {
    margin-top: 50px;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .wrapper {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 15px;
    justify-content: space-between;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .wrapper>div {
    margin: 0;
    width: 50%;
    padding: 0;
    overflow: hidden;
    position: relative;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .wrapper>div img {
    width: 100%;
    height: 100%;
    transition: all 0.5s ease;
}

.graphic_designs_motion_graphics .graphic_designs_motion_graphics_wrap .wrapper>div img:hover {
    transform: scale(1.05);
}

/* Current Time Start CSS */
.graphic_designs_motion_graphics .coffee_together {
    margin: 0;
    z-index: 4;
    width: 100%;
    padding: 15px 0;
    position: relative;
    text-align: center;
}

.graphic_designs_motion_graphics .coffee_together:after {
    display: none;
}

.graphic_designs_motion_graphics .coffee_together .coffee_together_wrap {
    margin: 0;
    width: 100%;
    padding: 100px 0 0;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.graphic_designs_motion_graphics .coffee_together .coffee_together_wrap p {
    padding: 0;
    color: #444444;
    font-size: 22px;
    font-weight: 400;
    font-style: italic;
    font-family: 'Proxima Nova Rg';
}

.graphic_designs_motion_graphics .btn_action {
    padding: 0;
    width: 100%;
    margin: 25px 0 0;
}

.graphic_designs_motion_graphics .btn_action .btn {
    border: 0;
    outline: none;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    box-shadow: none;
    padding: 10px 25px;
    border-radius: 60px;
    text-transform: uppercase;background: -webkit-linear-gradient(left,#06498f,#0b76e5);
    background: -moz-linear-gradient(left,#06498f,#0b76e5);
    background: -ms-linear-gradient(left,#06498f,#0b76e5);
    background: -o-linear-gradient(left,#06498f,#0b76e5);
}