



table {
    border-collapse: collapse;
    border-spacing: 0
}
caption,
th,
td {
    text-align: left;
    font-weight: 400;
    vertical-align: middle
}
q,
blockquote {
    quotes: none
}
q:before,
q:after,
blockquote:before,
blockquote:after {
    content: "";
    content: none
}
a img {
    border: none
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 40%, 0)
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
.animate-fadeInUp {
    -webkit-animation: fadeInUp 2s
}
*,
:before,
:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}
.display-none {
    display: none
}
.display-block {
    display: block
}
.display-inline {
    display: inline
}
.display-inline-block {
    display: inline-block
}
.fleft {
    float: left
}
.fright {
    float: right
}
.text-left {
    text-align: left!important
}
.text-right {
    text-align: right
}
.text-center {
    text-align: center
}
.text-justify {
    text-align: justify
}
.bold {
    font-weight: 700
}
.italic {
    font-style: italic
}
.capitalize {
    text-transform: capitalize
}
.uppercase {
    text-transform: uppercase
}
.lowercase {
    text-transform: lowercase
}
.fixed {
    position: fixed
}
.no-margin {
    margin: 0
}
.mr10 {
    margin-right: 10px
}
.mr20 {
    margin-right: 20px
}
.mr30 {
    margin-right: 30px
}
.mr40 {
    margin-right: 40px
}
.mr50 {
    margin-right: 50px
}
.mr60 {
    margin-right: 60px
}
.mt10 {
    margin-top: 10px
}
.mt15 {
    margin-top: 15px
}
.mt20 {
    margin-top: 20px
}
.mt30 {
    margin-top: 30px
}
.mt40 {
    margin-top: 40px
}
.mt45 {
    margin-top: 45px
}
.mt50 {
    margin-top: 50px
}
.mt60 {
    margin-top: 60px
}
.mb10 {
    margin-bottom: 10px
}
.mb20 {
    margin-bottom: 20px
}
.mb30 {
    margin-bottom: 30px
}
.mb40 {
    margin-bottom: 40px
}
.mb45 {
    margin-bottom: 45px
}
.mb50 {
    margin-bottom: 50px
}
.mb60 {
    margin-bottom: 50px
}
.cf {
    zoom: 1
}
.cf:before,
.cf:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden
}
.cf:after {
    clear: both
}


.col-1-6 {
    width: 16.66%
}
.col-2-6 {
    width: 33.32%
}
.col-3-6 {
    width: 49.98%
}
.col-4-6 {
    width: 66.64%
}
.col-5-6 {
    width: 83.3%
}
.col-6-6 {
    width: 100%
}


.icon,
.icon-m,
.icon-s {
    display: inline-block;
    fill: #1A2B32
}
.icon {
    width: 60px;
    height: 60px
}
.icon-m {
    width: 40px;
    height: 40px
}
.icon-s {
    width: 16px;
    height: 16px;
    margin-top: 3px
}


.section-wrapp {
    position: relative;
    z-index: 4000;
}

.services-section {
    background: #fff
}
.left-info-block {
    float: left;
    width: 45%;
    padding: 0% 5%;
    background: #fff;
    color: #37474F;
    height: 100%
}
.left-info-block h3 {
    color: #FF5252;
    margin: 30px 0 50px
}
.services-thumbs {
    width: 55%;
    height: 100%;
    position: absolute;
    right: 0
}
.services-thumbs a {
    color: #1A2B32;
    display: block;
    float: left;
    width: 33.33%;
    height: 44.1%;
    text-align: center;
    border: 1px solid #eceff1;
    background: #fff;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear
}
.services-thumbs a:before {
    content: '';
    background: #FF5252;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}
.services-thumbs a:hover:before {
    opacity: 1
}
.services-thumbs a:hover .icon {
    fill: #fff;
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}
.services-thumbs a:hover h5 {
    -moz-transform: translate3d(0, -50px, 0);
    -ms-transform: translate3d(0, -50px, 0);
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0);
    color: #fff;
    font-weight: 600!important;
}
.services-thumbs a:hover .button {
    opacity: 1;
    -moz-transform: translate3d(0, -100px, 0);
    -ms-transform: translate3d(0, -100px, 0);
    -webkit-transform: translate3d(0, -100px, 0);
    transform: translate3d(0, -100px, 0)
}
.services-thumbs a .icon {
    margin-top: 40%;
    margin-bottom: 40px;
    position: relative;
    z-index: 9999;
    -moz-transition-property: -moz-transform, fill;
    -o-transition-property: -o-transform, fill;
    -webkit-transition-property: -webkit-transform, fill;
    transition-property: transform, fill;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -moz-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    -o-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    -webkit-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64)
}
.services-thumbs a h5 {
    position: relative;
    z-index: 9999;
    -moz-transition-property: -moz-transform, color;
    -o-transition-property: -o-transform, color;
    -webkit-transition-property: -webkit-transform, color;
    transition-property: transform, color;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -moz-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    -o-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    -webkit-transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64);
    transition-timing-function: cubic-bezier(0.16, 1.36, 0.46, 1.64)
}
.services-thumbs a .button {
    display: block;
    color: #fff;
    padding: 4%;
    width: 100%;
    text-align: center;
    position: absolute;
    z-index: 9999;
    opacity: 0;
    bottom: -50px;
    left: 0;
    -moz-transition-property: opacity, -moz-transform;
    -o-transition-property: opacity, -o-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, transform;
    -webkit-transition-duration: .5s;
    -moz-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}


@media (max-width: 1400px) {
    .services-thumbs a .icon {
        margin-top: 70%
    }
    
}
@media (max-width: 1320px) {
    
    .left-info-block {
        width: 50%;
        padding: 0% 3% 0% 0%;
    }
    .services-thumbs {
        width: 50%
    }
    .services-thumbs a .icon {
        margin-top: 65%
    }
    
}
@media (max-width: 1100px) {
    
    .left-info-block {
        width: 100%;
        padding: 0% 15% 4%;
    }
    .services-section {
        height: auto
    }
    .services-thumbs {
        width: 100%;
        height: 700px;
        position: inherit
    }
    .services-thumbs a .icon {
        margin-top: 30%
    }
   
}
@media (max-width: 800px) {
    
    .left-info-block {
        padding: 10%
    }
    
}
@media (max-width: 600px) {
    .section-head {
        width: 90%
    }
    .left-info-block {
        padding: 5%
    }
    .services-thumbs {
        height: 1050px
    }
    .services-thumbs a {
        width: 50%;
        height: 20.33%
    }
  
}
@media (max-width: 560px) {
    h2 {
        font-size: 42px;
        line-height: 1.2
    }
    h5 {
        font-size: 16px
    }
    .page-intro {
        height: 300px;
        padding-top: 60px
    }
    .services-thumbs a .icon {
        margin-top: 54%
    }
    
}

.service-icon {
    max-width: 100%!important;
    margin-top: 46%;
    width: 46px;
}
.service-icon-wrapper {
    display: flex;
    height: 60px;
}
.service-icon-wrapper > img {
    margin: auto;
}
