 



/*** Desktop version  *****/
@media (min-width:780px){
 
button.slick-prev:before , button.slick-next:before{
  display:none;
}
button.slick-prev:after{
    content: '←' !important;
    font-size: 40px !important;
    color: #ffffff;
    top: 45%;
    position: absolute;
    left: -50px;
    border: 1px solid !important;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 25px !important;
    justify-content: center;
    width: 50px;
    border-radius: 100%;
}
  .resource-right {
    padding-left: 20px !important;
}
button.slick-next:after {
    content: '→' !important;
  font-size: 40px !important;
   color: #ffffff;
    top: 45%;
    position: absolute;
/*     right: -50px; */
  right: -22px;
    border: 1px solid !important;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 25px !important;
    justify-content: center;
    width: 50px;
    border-radius: 100%;
}
.slick-prev {
    left: -25px;
    display: contents;
}
}
.slick-slide {
	transform: scale(1.0);
	transition: all 0.4s ease-in-out;
	padding: 40px 0;
}


.slick-slide img {
	max-width: 100%;
	transition: all 0.4s ease-in-out;
}

.slick-center {
	transform: scale(1.3);
} 
.slick-prev, .slick-next {
        top: 45%;
        position: absolute;
        border: 1px solid !important;
        height: 50px;
        display: flex;
        align-items: center;
        font-size: 25px !important;
        justify-content: center;
        width: 50px;
        border-radius: 100%;
    }
    .slick-prev {
        left: -50px;
    }
    .slick-next {
        right: -50px;
    }
    .resource-right .item img {
        box-shadow: unset !important;
        -webkit-transition: 0.3s;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
        -o-transition: 0.3s;
        transition: 0.3s;
        -webkit-transform: scale(0.80);
        -ms-transform: scale(0.80);
        transform: scale(0.80);
    }
    .slick-center .item img {
        -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
        transform: scale(1.15);
    }
    @media only screen and (max-width: 481px) {
        .resource-right .item {
            margin-bottom: 20px !important;
        }
    }

@media only screen and (max-width: 481px) {
    .resource-right .owl-stage-outer .item {
        margin-bottom: 0px !important;
    }
} 


.resource-right .owl-nav button.owl-prev {
    top: 45%;
    position: absolute;
    left: -50px;
    border: 1px solid !important;
    height: 50px;
    display: flex;
    align-items: center;
      font-size: 25px !important;
    justify-content: center;
    width: 50px;
    border-radius: 100%;
}

.resource-right .owl-nav button.owl-next {
    top: 45%;
    position: absolute;
    right: -50px;
    border: 1px solid !important;
    height: 50px;
    display: flex;
    align-items: center;
      font-size: 25px !important;
    justify-content: center;
    width: 50px;
    border-radius: 100%;
}
.backgroud-style {
    background: linear-gradient(180deg, #005a8a, #0078b9) !important;
    padding-top: 80px;
    padding-bottom: 40px;
}
 

.resource-right .item img {
    box-shadow: unset !important;
}
.resource-right {
    width: 60%;
    max-width: 60%;
      padding-left: 50px;
    flex: 0 0 60%;
}

.res-btn.banner-btn 
{
    padding-top: 20px;
}

.resource-mod 
{
    position: relative;
}
 
.resource-left {
    padding-right: 60px;
    width: 40%;
    display: flex;
    align-items: center;
}
 
.section-padding{
	 
	padding:80px 0;
}

.owl-item .item {
   transform: translate3d(0, 0, 0); /* DO NOT REMEMBER WHERE TU PUT THIS, SEARCH FOR 3D ACCELERATION */
  // transform: scale(0.9);

  // transition: all .25s ease-in-out; 
  margin: 50px 0; /* OVERWRITE PLUGIN MARGIN */
 }

.screenshot_slider .owl-item .item img {
    -webkit-transition: 0.3s;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-transform: scale(0.80);
    -ms-transform: scale(0.80);
    transform: scale(0.80);
}

.screenshot_slider .owl-item.center .item img {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}
.heading-test {
    text-align: center;
}
.screenshot_slider .owl-nav {
    text-align: center;
    // margin: 40px 0;
}
.backgroud-style .content-tr h2 {
    color: #fff;
}
.backgroud-style .content-tr p {
    color: #fff;
}
.screenshot_slider .owl-nav button {
    font-size: 40px !important;
    margin: 10px;
    color: #00558c !important;
}
 
 