/*------------------------------------------------------------------
[Table of contents]
1. 3rd Part CSS Libraries
2. Global CSS
        2.1 Button CSS
        2.2 Image/Text Slider CSS
        2.3 Columns CSS
        2.4 Global Header Logo/Menu CSS
3. Home Section CSS
4. About Section css
5. Footer CSS
6. Responsive CSS
-------------------------------------------------------------------*/

/* ===================================
    1. 3rd Part CSS Libraries
====================================== */

/* Reset css */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
fieldset, form, label, legend,
caption, tfoot, thead,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline: none;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
	outline: none;
    vertical-align:baseline;
    background:transparent;
}

ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

input:focus, textarea:focus
{
    outline: none;
}

.block {
    display: block;
}

.hidden {
    display: none;
}

.clear {
    clear: both;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.line-height {
    line-height: 0;
}

.clear-right {
    clear: right;
}

.clear-left {
    clear: left;
}

.center-relative {
    margin-left: auto;
    margin-right: auto;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.center-text, 
.center {
    text-align: center;
}

.text-left, 
.left {
    text-align: left;
}

.text-right, 
.right {
    text-align: right;
}

.absolute {
    position: absolute;
}

.fixed {
    position: fixed;
}

.relative {
    position: relative;
}

.margin-0 {
    margin: 0 !important;
    line-height: 0;
}

.top-0 {
    margin-top: 0 !important;
}

.top-5 {
    margin-top: 5px !important;	
}

.top-10 {
    margin-top: 10px;	
}

.top-15 {
    margin-top: 15px;	
}

.top-20 {
    margin-top: 20px;
}

.top-25 {
    margin-top: 25px;	
}

.top-30 {
    margin-top: 30px;	
}

.top-50 {
    margin-top: 50px;	
}

.top-60 {
    margin-top: 60px;	
}

.top-70 {
    margin-top: 70px;	
}

.top-75 {
    margin-top: 75px;	
}

.top-80 {
    margin-top: 80px;
}

.top-100 {
    margin-top: 100px;	
}

.top-105 {
    margin-top: 105px;	
}

.top-120 {
    margin-top: 120px;
}

.top-150 {
    margin-top: 150px;	
}

.top-200 {
    margin-top: 200px;	
}

.bottom-0 {
    margin-bottom: 0 !important;
}

.bottom-10 {
    margin-bottom: 10px !important;
}

.bottom-20 {
    margin-bottom: 20px !important;
}

.bottom-25 {
    margin-bottom: 25px !important;
}

.bottom-30 {
    margin-bottom: 30px !important;
}

.bottom-50 {
    margin-bottom: 50px !important;
}

.bottom-100 {
    margin-bottom: 100px !important;
}

.bottom-150 {
    margin-bottom: 150px !important;
}

.bottom-200 {
    margin-bottom: 200px !important;
}

blockquote {
    font-family: 'Roboto', sans-serif;
    color: #000;
    border-left: 8px solid #d95f41;
    padding-left: 20px;
    font-size: 24px;
    line-height: 35px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

blockquote cite {
    margin-top: 20px;
    display: block;
    font-weight: 400;
}

iframe {
    width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 20px 0;
}

h1 {
    font-size: 38px;
    line-height: 38px;    
}

h2 {
    font-size: 34px;    
    line-height: 34px;    
}

h3 {
    font-size: 32px;  
    line-height: 32px;    
}

h4 {
    font-size: 30px;    
}

h5 {
    font-size: 28px;   
}

h6 {
    font-size: 26px;    
}

em {
    font-style: italic;
}

ol {
    list-style-type: decimal;
}

pre {
    word-wrap: break-word;
    white-space: pre-wrap;
}

table, 
th, 
td {
    border:1px solid black;
    padding: 10px;
    vertical-align: middle;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

sub {
    vertical-align: sub;
    font-size: smaller;
}
a:hover {
    text-decoration: none;
}

/* ===================================
    2. Global CSS
====================================== */
@font-face {
    font-family: 'SourceSansPro-Regular';
    src:    url('../fonts/SourceSansPro/SourceSansPro-Regular.eot?#iefix') format('embedded-opentype'),  
            url('../fonts/SourceSansPro/SourceSansPro-Regular.woff') format('woff'), 
            url('../fonts/SourceSansPro/SourceSansPro-Regular.ttf')  format('truetype'), 
            url('../fonts/SourceSansPro/SourceSansPro-Regular.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'SourceSansPro-SemiBold';
    src:    url('../fonts/SourceSansPro/SourceSansPro-SemiBold.eot?#iefix') format('embedded-opentype'),  
            url('../fonts/SourceSansPro/SourceSansPro-SemiBold.woff') format('woff'), 
            url('../fonts/SourceSansPro/SourceSansPro-SemiBold.ttf')  format('truetype'), 
            url('../fonts/SourceSansPro/SourceSansPro-SemiBold.svg#SourceSansPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SourceSansPro-Bold';
    src:    url('../fonts/SourceSansPro/SourceSansPro-Bold.eot');
    src:    url('../fonts/SourceSansPro/SourceSansPro-Bold.eot?#iefix') format('embedded-opentype'),
            url('../fonts/SourceSansPro/SourceSansPro-Bold.woff2') format('woff2'),
            url('../fonts/SourceSansPro/SourceSansPro-Bold.woff') format('woff'),
            url('../fonts/SourceSansPro/SourceSansPro-Bold.ttf') format('truetype'),
            url('../fonts/SourceSansPro/SourceSansPro-Bold.svg#SourceSansPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'GentiumBookBasic';
    src:    url('../fonts/GentiumBookBasic/GentiumBookBasic.eot?#iefix') format('embedded-opentype'),  
            url('../fonts/GentiumBookBasic/GentiumBookBasic.woff') format('woff'), 
            url('../fonts/GentiumBookBasic/GentiumBookBasic.ttf')  format('truetype'), 
            url('../fonts/GentiumBookBasic/GentiumBookBasic.svg#GentiumBookBasic') format('svg');
    font-weight: normal;
    font-style: normal;
  }
@font-face {
    font-family: 'AlfaSlabOne-Regular';
    src:    url('../fonts/AlfaSlabOne/AlfaSlabOne-Regular.eot?#iefix') format('embedded-opentype'),  
            url('../fonts/AlfaSlabOne/AlfaSlabOne-Regular.woff') format('woff'), 
            url('../fonts/AlfaSlabOne/AlfaSlabOne-Regular.ttf')  format('truetype'), 
            url('../fonts/AlfaSlabOne/AlfaSlabOne-Regular.svg#AlfaSlabOne-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
  }
body {
    font-family: 'SourceSansPro-Regular';
    font-size: 16px;
    line-height: 29px;
    font-weight: 400;
    color: #373737;
    background-color: #ffffff;
    overflow-x: hidden;   
}
body strong {
    font-family: 'SourceSansPro-Bold';
}
body a {    
    color: #373737;
    transition: color .3s ease;
    text-decoration: none;
}

body a:hover {
    color: #48C6FF; 
}

body p, 
body pre {
    margin-bottom: 13px;
}
.btn {
    font-family: 'SourceSansPro-SemiBold';
    font-size: 20px;
    line-height: 16px;
    padding: 15px 30px;
    background-color: #48C6FF;
    color: #fff;
    border-radius: 25px;
    max-width: 242px;
    width: 100%;
    letter-spacing: 1px
}
.btn:hover { 
    color: #fff;
    background-color: #24D5FD;
}
.btn.disable {
    background-color: #B7B7B7
}
.btn.disable:hover {
    border-color: #B7B7B7;
    color: #B7B7B7;
    background-color: transparent;
}
.btn.btn-background {
    background-color: #fff;
    border: 2px solid #4CB1DF;
    color: #48C6FF;
}
.btn.btn-background:hover {
    color: #24D5FD;
    border-color: #24D5FD;
}
.site-wrapper img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
}

.doc-loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background-color: #fff;
}

.doc-loader img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50%;    
    left: 50%;
    transform: translate(-50%, -50%);
}

.content-1170 {
    width: 1170px;    
    max-width: 95%;
}

.content-740 {
    width: 740px;
    max-width: 95%;
}

.content-570 {
    width: 570px;
    max-width: 95%;
}

.pagination-holder {
    margin: 60px 0;
}

.vertical-aligned-logo .pagination-holder {
    margin-bottom: 160px;
}

.section {
    position: relative;
}

.section-wrapper {
    position: relative;
    padding: 135px 0;
}

.animate {
    opacity: 0;
    transition: .3s ease-in;    
    transform: translate(0px,70px);
}

.animate.show-it {
    opacity: 1;    
    transform: translate(0px,0px);
}

.white-text {
    color: #fff !important;
}

.big-title {
    font-family: 'AlfaSlabOne-Regular';
    font-size: 80px;    
    line-height: 143px;
    color: #48C6FF;
    letter-spacing: 2px;
}

.site-description {
    font-size: 24px;
    line-height: 150%;
    color: #214b51;
    margin-bottom: 0;
    padding-bottom: 30px;
}

p.up-title-text {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 90px;
    font-weight: 100;
    color: #39a9dc;
    line-height: 100%;
    margin-bottom: 0;
    height: 58px;
    overflow: hidden;
}

p.page-description {
    color: #264549;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    margin-top: -5px;
}

.info-code-title {
    font-size: 16px;
    color: #000;
    letter-spacing: 2px;
    margin-bottom: 0;
    line-height: 120%;
}

.info-code-content, 
.info-code-content a {
    color: #b3b3b3;
    margin-bottom: 30px;
}

.medium-text {
    font-family: 'SourceSansPro-Regular', sans-serif;
    color: #031e23;
    font-size: 42px;
    line-height: 112%;
    font-weight: 700;
    padding: 0 0 10px;
}

.small-text {
    font-size: 22px;
    line-height: 130%;
    color: #39a9dc;
    padding-bottom: 10px;
}

.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {    
    transition-duration: 0s;
}

.page-title-holder {
    margin-bottom: 75px;
}

.section h1.entry-title:not(.big-title),
.section h2.entry-title {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 30px;
    line-height: 150%;
    font-weight: 300;
    word-break: break-word;
    color: #264549;
    letter-spacing: 5px;
    padding: 0;
}

.page .page-content {
    background-color: #fff;
    padding: 75px;    
}

.container {
    margin-left: auto;
    margin-right: auto;
}
/* ===================================
    2.1 Button CSS
====================================== */

a.button {
    font-family: 'SourceSansPro-Regular', sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    color: #fff;
    background-color: #39a9dc;
    border: 2px solid #39a9dc;
    display: inline-block;
    text-align: center;
    padding: 27px 40px;
    cursor: pointer;
    vertical-align: middle;
    text-decoration: none;
    transition: all .2s linear;
    margin-bottom: 17px;    
    letter-spacing: 2px;
}

a.button:hover {
    background-color: #fff;
    color: #39a9dc;
}




@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}



/* ===================================
    2.4 Global Header Logo/Menu CSS
====================================== */
@media (min-width: 1800px) {
    .container {
        max-width: 1650px;
    }
}
@media (min-width: 1600px) and (max-width: 1800px) {
    .container {
        max-width: 1400px;
    }
}
.header-holder {
    z-index: 99 !important;
    width: 100% !important;
    top: 0;
    position: fixed;
    -webkit-transform: translateZ(0);
    background-color: #fff;
}
.header-logo {
    line-height: 0;
    font-size: 0;
    top: 0;
    float: left;
}

.header-logo img {
    max-width: 180px;
    width: 85%;
    height: 58px;
}

.menu-holder {
    float: right;
    max-width: 85%;    
    margin-left: auto;
}

.toggle-holder {
    display: none;
    left: 10px;
    z-index: 1;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#toggle:hover {
    cursor: pointer;
}

#toggle div {
    height: 3px;
    margin-bottom: 6px;
    background-color: #264549;
    width: 22px;
}

#toggle .second-menu-line {
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;    
}

#toggle:hover .second-menu-line {
    -webkit-transform: translate3d(0,0,0) !important;
    transform: translate3d(0,0,0) !important;
}


#toggle .third-menu-line{        
    margin-bottom: 5px;
}

#header-main-menu {
    display: inline-block;
}

.sm-clean .has-submenu {
    padding-right: 35px !important;
}

.sm-clean li a.menu-item-link {
    cursor: pointer;
    color: #264549;
}

.sm-clean a span.sub-arrow {
    right: -3px;
    top: 3px;
}

.sm-clean a.highlighted {
    padding: 15px;
}

.sm-clean a, 
.sm-clean a:hover, 
.sm-clean a:focus, 
.sm-clean a:active {
    font-family: 'SourceSansPro-Regular';
    font-size: 20px;
    line-height: 16px;
    font-weight: 400;
    transition: color .3s ease, background-color .3s ease;
    -webkit-transition: color .3s ease, background-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease;
    -o-transition: color .3s ease, background-color .3s ease;
    letter-spacing: 0.5px;
    display: inline-block;
}

.sm-clean ul a, 
.sm-clean ul a:hover, 
.sm-clean ul a:focus, 
.sm-clean ul a:active {
    font-size: 13px;
    line-height: 19px;
    padding: 10px;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.sm-clean {
    background-color: transparent;
    padding: 15px;
}
.menu-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu-main-menu {
    display: flex;
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}
body .sm-clean a:hover, 
body .main-menu.sm-clean .sub-menu li a:hover, 
body .sm-clean li.active a, 
body .sm-clean li.current-page-ancestor > a, 
body .sm-clean li.current_page_ancestor > a, 
body .sm-clean li.current-menu-item > a, 
body .sm-clean li.current_page_item > a {
    color: #48C6FF;
    text-decoration: none;
    position: relative;
}
@media screen and (min-width: 1201px) {
    .sm-clean li {
        padding: 40px 35px;
    }
}

.sm-clean li:last-child {
    margin-right: 0;
}

.sm-clean ul {
    background-color: #f9f9f9;
}

.sm-clean a.has-submenu {
    padding-right: 24px;
}

.sub-menu a, 
.children a {
    padding-left: 15px !important;
}

.sub-menu .sub-menu, 
.children .children {
    padding-top: 8px;
}

.sub-menu .sub-menu a, 
.children .children a, 
.sub-menu .sub-menu a:hover, 
.children .children a:hover {
    padding-top: 10px !important;
}

@media (min-width: 925px) {

    .sm-clean ul a span.sub-arrow {
        margin-top: 0;
        top: 2px;
    }
    .sm-clean ul {
        padding: 8px 0;
    }
}

.sm-clean > li:last-child > a, 
.sm-clean > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > *:not(ul) a, 
.sm-clean > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul > li:last-child > ul {
    border-radius: 5px;
}
.icon-close {
    display: none;
}
.copyright {
    display: none;
}
/* ===================================
    3. Home Section CSS
====================================== */
.arrow-holder {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.arrow-holder .arrow {
    background: transparent;
    border: none;
}
.arrow-holder .arrow img {
    width: 33px;
}
.arrow-holder .arrow:focus {
    outline: none;
}
#content {
    padding-top: 96px;
    min-height: 88vh;
}
#content #home {
    height: calc(100vh - 100px);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
#content #home .row {
    align-items: center;
}
#content #home  img {
    max-height: 700px;
}
#content #home p {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 0;
    color: #373737;
}
.madi-subheadline {
    font-size: 30px;
    line-height: 40px;
    color: #373737;
    font-family: 'SourceSansPro-Bold';
    padding: 0;
    margin-top: 20px;
}
.madi-subheadline span {
    color: #48C6FD;
}
.madi-headline { 
    font-size: 60px;
    line-height: 70px;
    color: #48C6FF;
    font-family: 'AlfaSlabOne-Regular';
    letter-spacing: 3px;
}
#content #home .slick-dots {
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
    bottom: 0;
    transform: translate(0, -50%);
}
#content #home .slick-dots li {
    display: block;
    padding-bottom: 100px;
    position: relative;
}
#content #home .slick-dots li:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
#content #home .slick-dotted.slick-slider {
    margin-bottom: 0;
}
#content #home .slick-dots li:last-child {
    margin-bottom: 0;
}
#content #home .slick-dots li button {
    width: 15px;
    height: 15px;
}
#content #home .slick-dots li button:before {
    font-size: 9px;
    border: 1px solid #16D5FF;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    opacity: 1;
}
#content #home .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #16D5FF;
}
#content #home .slick-dots li:not(:last-child):after {
    content: '';
    position: absolute;
    top: 15px;
    left: 6px;
    right: 0;
    bottom: 0;
    z-index: 9999;
    height: 85%;
    background-image: url('../images/line.png');
    width: 1px;
}
#services-home {
    padding-top: 100px;
}
.description {
    margin-bottom: 35px;
}
.description p {
    font-size: 25px;
    line-height: 35px;
    margin: 0;
}
.description p:first-child {
    margin-bottom: 40px;
}
#services-home .services-item {
    margin-bottom: 20px;
}
.services-item .icon img {
    width: 55px;
}
#services-home .services-item .content {

}
.title-medium {
    font-size: 25px;
    line-height: 28px;
    font-family: 'SourceSansPro-Bold';
    padding: 0;
    cursor: pointer;
}
.services-item .content .title-medium:hover {
    color: #48C6FD;
}
#services-home .services-item .content p {
    opacity: 0;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}
#services-home .services-item .icon {
    cursor: pointer;
}
#services-home .services-item:hover .content p,
#services-home .services-item .content:hover p {
    opacity: 1;
}
#home-feature {
    padding-top: 20px;
}
#home-feature .description {
    max-width: 1080px;
    margin: 0 auto;
}
#home-feature #grid-container {

}
#home-feature .home-grid.hidden-mobile .grid-item {
    width: calc(100%/3);
    /* float: left; */
    height: 326px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 8px 0;
    position: relative;
}
/* #home-feature .home-grid.hidden-mobile .grid-item a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
} */
#home-feature .home-grid.hidden-mobile .grid-item a img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
}
/* #home-feature .home-grid.hidden-mobile .grid-item:nth-child(4),
#home-feature .grid-item:first-child {
    margin-left: 0 !important;
}
#home-feature .home-grid.hidden-mobile .grid-item:nth-child(5),
#home-feature .grid-item:nth-child(3) {
    margin-right: 0 !important;
} */
#home-feature .home-grid.hidden-mobile .grid-item:nth-child(4),
#home-feature .home-grid.hidden-mobile .grid-item:nth-child(5) {
    height: 416px;
}
#home-feature .home-grid.hidden-mobile .grid-item:nth-child(4) {
    width: 54%;
}
#home-feature .home-grid.hidden-mobile .grid-item:nth-child(5) {
    width: 44%;
}
/* #home-feature #grid-container article {
    float: left;
}
#home-feature #grid-container article img {
    object-fit: contain;
}
#home-feature #grid-container article {
    width: 33.333333%;
    float: left;
    padding: 8px;
    max-height: 326px;
}
#home-feature #grid-container article:nth-child(4),
#home-feature #grid-container article:nth-child(5) 
{
    width: 50%;
} */
#home-feature .btn {
    max-width: 300px;
    margin-top: 40px;
}
#home-feature .feature-note {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.2px;
    font-family: 'AlfaSlabOne-Regular';
    margin-top: 90px;
}
#home-bottom .services-top .gallery ul {
    padding-top: 40px;
    padding-bottom: 30px;
    justify-content: center;
}
#home-bottom .services-top .gallery ul li {
    width: auto;
    height: auto;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
#home-bottom .services-top .gallery ul li .item-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
#home-bottom .services-top .gallery ul li:last-child {
    /* padding-left: 0; */
    padding-right: 0;
}
/* #home-bottom .services-top .gallery ul li:nth-child(6) {
    width: 12%;
} */
#home-bottom .services-top .gallery ul li img {
    /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%); */
  position: relative;
  z-index: 0;
  transition: 0.4s;
}
#home-bottom .services-top .gallery ul .logo-link-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
#home-bottom .services-top .gallery ul li .logo-link-overlay:hover + img,
#home-bottom .services-top .gallery ul li img:hover {
    -webkit-filter: none !important;
    -moz-filter: none !important;
    -ms-filter: none !important;
    -o-filter: none !important;
    filter: none !important;
    opacity: 1 !important;
}
#home-bottom .services-top .gallery ul li:first-child {
    padding-left: 0;
}

/* #home-bottom .services-top .gallery ul li:last-child img {
    width: 80%;
} */
#home-bottom .home-bottom-services {
    padding: 50px 0 70px;
}
#home-bottom .home-bottom-services .madi-headline {
    color: #373737;
    letter-spacing: unset;
    margin-bottom: 10px;
}
/* ===================================
    4. About Section CSS
====================================== */
#about #box-top {
    height: calc(100vh - 96px);
    position: relative;
}
#about #box-top .about-top {
    padding-top: 45px;
    padding-bottom: 0;
}
/* #about .row {
    align-items: center;
    height: 100%;
}
#about .about-experiences .row {
    overflow-x: auto;
    flex-wrap: nowrap;
}
#about .about-experiences .row  .col-3 {
    max-width: max-content;
    padding-top: 5px;
    padding-bottom: 5px;
} */
.zoomOut {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    max-width: 50% !important;
}
video { outline:none; }
@media screen and (min-width: 992px) {
    .about-left:hover .zoomIn {
        opacity: 0;
    }
    .about-left:hover .zoomOut {
        max-width: 50%;
        margin: auto;
        display: block;
    }
    /* #about .about-experiences .item {
        min-width: 300px;
    } */
    #portfolio-services {
        text-align: left;
    }
}
@media screen and (max-width: 991px) {
    .about-left .none.zoomOut {
        display: none;
        z-index: 0;
        
    }
    .about-left .zoomOut {
        display: block;
        z-index: 1;
    }
    .about-left .none {
        opacity: 0;
        z-index: 0;
    }
}
#about p {
    font-size: 25px;
    line-height: 35px;
}
.about-top {
    max-width: 1088px;
    margin: 0 auto;
    padding-top: 60px;
    padding-bottom: 45px;
}
/* #about .about-experiences {
    margin-top: 17px;
    margin-bottom: 50px;
} */
.about-right .about-plan .plan-item,
#about .about-experiences .item {
    padding: 25px;
    border-radius: 12px;
    box-shadow: 2px 2px 2px 3px #F0F0F0;
}
#about .about-experiences img {
    max-width: 55px;
}
#about .about-experiences h3 {
    font-size: 40px;
    line-height: 45px;
    letter-spacing: 2px;
    font-family: 'AlfaSlabOne-Regular';
    padding: 0;
}
#about .top-end p {
    margin-bottom: 25px;
}
.is-maddie p {
    font-size: 23px;
    line-height: 26px;
    letter-spacing: 1.15px;
    position: absolute;
    right: 0;
    bottom: -49px;
    transform: rotate(6deg);
}
#about  #about-us {
    padding-top: 70px;
}
.about-right .about-plan {
    position: relative;
    margin-top: 10px;
}
.about-right .about-plan .plan-item {
    
}
.about-right .about-plan .plan-item:nth-child(2),
.about-right .about-plan .plan-item:first-child {
    max-width: 558px;
}
.about-right .about-plan .plan-item:first-child {
    position: relative;
    
    
}
.about-right .about-plan .plan-item:nth-child(3) {
    max-width: 344px;
    right: 0;
    top: 42px;
    position: absolute;
}
.about-right .about-plan .plan-item:nth-child(2) {
    margin-top: 135px;
    margin-left: 130px;
    position: relative;
}
.about-right .about-plan .plan-item:nth-child(2)::after,
.about-right .about-plan .plan-item:nth-child(2)::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: center;
    z-index: 1;
}
.about-right .about-plan .plan-item:nth-child(2)::before {
    top: -67%;
    left: 0;
    background: url('../images/onetothree.png') no-repeat;
    width: 384px;
}
.about-right .about-plan .plan-item:nth-child(2)::after {
    top: -118px;
    right: -30%;
    background: url('../images/twotothree-2.png') no-repeat; 
    background-size: contain;
    width: 200px;
}
.about-right .about-plan .plan-item h4 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.2px;
    font-family: 'AlfaSlabOne-Regular';
    padding: 0;
}
.tab-member {
    max-width: 1240px;
    margin: 0 auto;
}
.tab-member .nav {
    width: 40%;
    float: left;
}
.tab-member .tab-content {
    width: 60%;
    float: left;
}
.tab-member .nav a {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.2px;
    font-family: 'AlfaSlabOne-Regular';
    display: flex;
    align-items: center;
    padding: 15px 30px 15px 55px;
    border: 1px solid #fff;
    border-right: none;
}
.box-services .tab-member .nav a:hover,
.box-services .tab-member .nav a.active {
    background-color: #F7F7F7;
    color: #48C6FD;
    border-color: #707070;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}
.tab-member .nav a img {
    width: 55px;
    margin-right: 30px;
}
.tab-member .tab-content .tab-pane .tab-content-item {
    padding: 35px 25px 30px;
    box-shadow: 4px 3px 6px 5px #F0F0F0;
    border-radius: 8px;
}
.tab-member .tab-content .tab-pane .tab-content-item img {
    width: 55px;
}
.tab-member .tab-content .tab-pane h3 {
    font-family: 'AlfaSlabOne-Regular';
    font-size: 40px;
    line-height: 32px;
    letter-spacing: 2px;
    padding-top: 0;
}
.about-bottom {
    margin-top: 65px;
    background-color: #F1F1F1;
    padding-top: 65px;
    padding-bottom: 65px;
}
.about-bottom h2 {
    color: #373737;
    padding-top: 0;
}
/* =====================================
Services
==================================== */

#services {
    padding-top: 60px;
    text-align: center;
}
#services h1 {
    line-height: 70px;
    font-family: 'AlfaSlabOne-Regular';
    padding: 10px;
    color: #48C6FF;
    letter-spacing: 2px;
}
#services .services-filter {
    padding-top: 30px;
}
#services .services-filter .filters {
    list-style: none;
    padding-left: 0;
    display: inline-block;
    justify-content: center;
    border-radius: 30px;
    padding: 4px;
    /* width: fit-content; */
    margin: 0 auto;
}
#services .services-filter .filters ul {
    padding-left: 0;
}
#services .services-filter .filters-button-group .button {
    cursor: pointer;
    font-size: 20px;
    color: #373737;
    line-height: 32px;
    padding: 10px 60px;
    display: inline-block;
    background-color: transparent;
    border: none;
    position: relative;
    text-transform: uppercase;
    letter-spacing: 1px;    
}
#services .services-filter .filters-button-group .button.is-checked {
    color: #48C6FF;
    position: relative;
}
#services .services-filter .filters-button-group .button:hover:after,
#services .services-filter .filters-button-group .button.is-checked:after {
    content: "";
    position: absolute;
    width: 20px;
    background-color: #48C6FF;
    border-color: #16D5FF;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
#services .services-tab {
    padding-top: 60px;
    background-color: transparent;
    border: none;
}
#services .services-tab .grid-item {
    background-color: transparent;
    border: none;
}
#services .service-bottom {
    position: relative;
    margin-top: 20px;
}
#services .service-bottom .content {
    position: absolute;
    top: 42%;
    right: 8%;
    max-width: 500px;
    text-align: left;
    transform: translate(0, -50%);
}
#services .service-bottom .content h2 {
    font-family: 'AlfaSlabOne-Regular';
    font-size: 60px;
    line-height: 70px;
    padding: 0;
}
#services .services-filter  .button:hover,
#services .services-filter .button.is-checked {
    background-color: transparent;
    outline: none;
    color: #48C6FF;
}
  
#services .services-filter  .button-group {
    margin: 20px 0;
    text-align: center;
}
#services .services-filter  .button-group ul {
    padding-left: 0;
}  
#services .services-filter  .button-group:after {
    content: '';
    display: block;
    clear: both;
}
  
#services .services-filter  img {
    vertical-align: middle;
}
  
.img-responsive {
display: block;
max-width: 100%;
height: auto;
}
#services .services-filter .grid {
    opacity: 0;
    min-height: 100vh;
}
#services .services-filter .grid article {
    background-color: #FFFFFF;
    display: block;
    float: left;
    padding: 8px;
    width: 33.33333%;
}
.services-update {
    padding-top: 60px !important;
}
.services-update .tab-member {
    margin-top: 50px;
    display: flex;
    align-items: flex-start;
    position: relative;
    max-width: 1650px;
}
.tab-member .tab-content .tab-pane h3 {
    line-height: 50px;
}
.services-update .tab-member .nav {
    width: 50%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    align-items: stretch;
    padding-top: 50px;
    position: absolute;
}
.services-update .tab-member .nav a {
    width: 33.333333%;
    display: inline-block;
    padding-right: 30px;
    padding: 0;
    text-align: left;
    margin-bottom: 45px !important;
}
.services-update .tab-member .nav a.active {
    background-color: transparent;
    color: #48C6FD;
}
.services-update .tab-member .nav a:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
/* Selects the last three elements */
.services-update .tab-member .nav a:nth-last-child(-n+3) {
    margin-bottom: 0;
}
.services-update .tab-member .tab-content {
    width: 100%;
} 
.services-update .tab-member .tab-content .tab-pane .tab-content-item {
    width: 50%;
    float: right;
}
.services-update .tab-member .tab-content .tab-pane .tab-content-item ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-wrap: wrap;
}
.services-update .tab-member .tab-content .tab-pane .tab-content-item ul li {
    position: relative;
    padding-right: 40px;
    margin-bottom: 30px;
}
.services-update .tab-member .tab-content .tab-pane .tab-content-item ul li:last-child {
    padding-right: 0;
    margin-bottom: 0;
}
.services-update .tab-member .tab-content .tab-pane .tab-content-item ul li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 6px;
    background-image: url('../images/icon-list.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 9px;
    height: 9px;
}
.services-update .tab-member .tab-content .tab-pane .services-gallery {
    width: 100%;
    float: left;
    margin-top: 20px;
}
.services-update .tab-member .tab-content .tab-pane .services-gallery .grid-services {
    padding-top: 15px;
}
.services-update .tab-member .tab-content .tab-pane .services-gallery article {
    display: block;
    float: left;
    padding: 8px;
    width: 33.33333%;
}
.services-update .tab-member .nav a img {
    margin-right: 0;
}
#loading {
    position: fixed;
    z-index: 999;
    height: 100px;
    width: 100px;
    overflow: visible;
    margin: auto;
    top: 50%;
    left: 0;
    bottom: 0;
    right: 0;
    display: block;
}

.main-page-content {
    padding-top: 96px;
}
#single-project {
    position: relative;
    padding-top: 50px;
    max-width: 1366px;
    margin: 0 auto;
}
#single-project .content-project {
    width: 85%;
    margin: 0 auto;
}
#single-project .details h3 {
    display: flex;
    align-items: center;
}
#single-project .details h3 {
    font-family: 'AlfaSlabOne-Regular';
    font-size: 24px;
    line-height: 32px;
    padding: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    white-space: nowrap;
    margin-bottom: 10px;
}
#single-project .details h3 span:not(.border) {
    letter-spacing: 1.2px;
}
h3.content-border span.border {
    width: 100%;
    height: 1px;
    background-color: #B7B7B7;
}
#single-project .details .client h4 {
    font-family: 'SourceSansPro-Bold';
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    padding: 0;
}
#single-project .details .client ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
#single-project .details .client ul li {
    display: inline-block;
    width: 50%;
    float: left;
}
#single-project .details p {
    font-size: 20px;
    line-height: 30px;
    padding-right: 50px;
}
#single-project .details .btn {
    margin-top: 50px;
}
#single-project .project-gallery {
    padding-top: 80px;
}
#single-project .project-gallery ul {
    padding-left: 0;
    list-style: none;
}
#single-project .project-gallery ul li {
    margin-bottom: 20px;
}
#single-project .prev-project,
#single-project .next-project {
    display: inline-block;
    position: absolute;
    top: 60px;
}
#single-project .prev-project {
    left: -100px;
}
#single-project .next-project {
    right: -100px;
}
#single-project .prev-project a,
#single-project .next-project a{
    font-size: 12px;
    line-height: 16px;
    color: #373737;
    display: inline-block;
}
#single-project .prev-project a img,
#single-project .next-project a img {
    margin-bottom: 15px;
}
#single-project .prev-project a:hover,
#single-project .prev-project a:focus,
#single-project .next-project a:focus,
#single-project .next-project a:hover {
    color: #373737;
    text-decoration: none;
    outline: none;
}
#single-project .prev-project img ,
#single-project .next-project img {
    display: block;
}
.hidden-mobile {
    display: block;
}
.hidden-desktop {
    display: none;
}
#single-project .hidden-desktop {
    padding-left: 15px;
    padding-right: 15px;
}
#single-project .hidden-desktop .nav {
    position: static;
}
#single-project h1 {
    padding: 0;
    padding-bottom: 20px;
}


/* ======================================
Contact
===================================== */

#contact {
    padding-top: 60px;
}
#contact p {
    font-size: 20px;
}
#contact .contact-content {
    padding-left: 70px;
    max-width: 600px;
}
.contact-content h3 {
    font-size: 40px;
    line-height: 80px;
    padding: 0;
}
#contact .contact-box {
    background-repeat: no-repeat;
    background-position: 450px 64%;
    background-size: cover;
}
.contact-content h1 {
    font-size: 80px;
    line-height: 120px;
    font-family: 'AlfaSlabOne-Regular';
    padding: 0;
    color: #48C6FF;
    letter-spacing: 3px;
}
#contact p.note {
    font-size: 18px;
    line-height: 25px;
    margin-top: 25px;
    margin-bottom: 45px;
}
#contact .contact-backgound {
    display: flex;
    justify-content: space-between;
} 
#contact .contact-backgound .contact-top {
    width: 40%;
    
}
#contact .contact-backgound .contact-top,
#contact .contact-bottom {
    margin-left: 140px;
}
#contact .contact-backgound .contact-right {
    width: 60%;
    text-align: right;
}
#contact .contact-backgound .contact-right #contact-video {
    max-width: 80%;
    margin-right: 0;
    margin-left: auto;
}
#contact .contact-backgound .contact-right img {
    width: 80%;
    transform: rotate(23deg);
    margin-top: -100px;
    margin-right: -50px;
}
.note-icon {
    position: relative;
    padding-left: 25px;
}
.note-icon::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 30px;
    height: 30px;
    background-image: url(../images/iconexp.svg);
    background-repeat: no-repeat;
    background-size: cover;
}
.contact-content ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    margin-bottom: 0;
}
.contact-content ul li {
    padding-right: 15px;
    font-size: 16px;
}
.contact-content .email,
.contact-content .time {
    position: relative;
    padding-left: 37px;
}
.contact-content .email:before ,
.contact-content .time:before {
    content: "";
    top: 0;
    left: 0;
    position: absolute;
    width: 32px;
    height: 32px;
    background-size: cover;
    background-repeat: no-repeat;
}
.contact-content .email:before {
    background-image: url(../images/Icon.png);
}
.contact-content .time:before {
    background-image: url(../images/Icon-clock.png);
}
#contact .contact-bottom .list-info-contact {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    flex-wrap: wrap;
    padding-left: 70px;
}
#contact .contact-bottom .list-info-contact li {
    
}
#contact .contact-bottom .list-info-contact li .address-bottom {
    max-width: 245px;
    padding-right: 40px;
}
#contact .contact-bottom .list-info-contact li h3 {
    font-family: 'AlfaSlabOne-Regular';
    font-size: 24px;
    line-height: 48px;
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 15px;
}
#contact .contact-bottom .list-info-contact li h3 .border {
    min-width: 110px;
}
#contact .contact-bottom .list-info-contact li h3 span:first-child {
    padding-right: 30px;
    letter-spacing: 1.2px;
    white-space: nowrap;
}
#contact .contact-bottom .list-info-contact li p {
    font-size: 18px;
    line-height: 25px;
}


/* =====================================
Our Services
===================================== */
.our-services .services-top {
    padding-top: 130px;
    position: relative;
    height: calc(100vh - 98px);
}
.our-services .top-left p {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 0;
}
.our-services .top-left h2 {
    font-size: 80px;
    line-height: 120px;
    letter-spacing: 2px;
    color: #48C6FF;
    padding: 0;
    font-family: 'AlfaSlabOne-Regular';
}
.services-top .top-right {

}
.services-top .top-right .nav.nav-tabs .nav-link:hover,
.services-top .top-right .nav.nav-tabs .nav-link.active,
.services-top .top-right .nav.nav-tabs {
    border: none;
}
.services-top .top-right .nav.nav-tabs .nav-link {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 1px;
    padding: 0 20px 10px;
    border: none;
}
.services-top .top-right .nav.nav-tabs .nav-item:first-child .nav-link {
    padding-left: 0;
}
.services-top .top-right .nav.nav-tabs .nav-link:hover,
.services-top .top-right .nav.nav-tabs .nav-link.active {
    color: #48C6FF;
    position: relative;
}
.services-top .top-right .nav.nav-tabs .nav-link:hover:after,
.services-top .top-right .nav.nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    width: 20px;
    background-color: #48C6FF;
    border-color: #16D5FF;
    height: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-top-left-radius: 40px;
    border-top-right-radius: 40px;
}
.services-top .top-right .nav.nav-tabs .nav-item:first-child .nav-link.active:after {
    left: -20px;
}
.services-top .top-right .tab-content {
    margin-top: 35px;
    max-width: 670px;
}
.services-top .top-right .tab-content .tab-pane p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 50px;
}
.services-top .bottom-center {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 1.2px;
    font-family: 'AlfaSlabOne-Regular';
    margin-top: 100px;
    margin-bottom: 20px;
}
.services-top .gallery {
    background-color: #B7B7B7;
}
.services-top .gallery ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    display:-webkit-flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    padding: 20px 0;
    justify-content: flex-start;
}

.services-top .gallery ul li {
    width: 131px;
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-top .gallery ul li img {
    width: auto;
    object-fit: contain;
}
.services-top .arrow-holder {
    bottom: 20px;
}
.services-bottom {
    margin-top: 70px;
}
.services-bottom .row {
    align-items: center;
}
.services-bottom .bottom-left .contact-button {
    margin-top: 30px;
}

.services-bottom .bottom-right .comment .item {
    width: 48%;
    padding: 35px 25px;
    margin-bottom: 15px;
    box-shadow: 1px 2px 7px 10px #ECECEC;
    position: relative;
}

.services-bottom .bottom-right .comment .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 25px;
    background-image: url('../images/icon-quoe.png');
    width: 30px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-bottom .bottom-right .comment .item:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 25px;
    background-image: url('../images/icon-quoe.png');
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    width: 30px;
    height: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.services-bottom .bottom-right .comment .item:nth-child(odd) {
    margin-right: 15px;
}
.services-bottom .bottom-right .comment .item .user,
.services-bottom .bottom-right .comment .item .content {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    margin-top: 20px;
}
.services-bottom .bottom-right .comment .item .user {
    font-family: 'AlfaSlabOne-Regular';
    letter-spacing: 1px;
}
/* ===================================
    16. Footer CSS
====================================== */

.footer {
    font-size: 16px;
    clear: both;
    color: #373737;
    text-align: center;
    font-family: 'SourceSansPro-Regular';
    font-weight: bold;
}
.footer .row {
    align-items: center;
    height: 113px;
}
.copyright .fa.fa-linkedin,
.footer .fa.fa-linkedin {
    border: 2px solid #48C6FF;
}
.fa {
    font-size: 33px;
    
    color: #48C6FF;
    padding: 5px;
    cursor: pointer;
}
.fa:hover {
    border-color: #24D5FD;
    color: #24D5FD;
}

.slider-home,
.services-home-right {
    width: 90%;
    overflow: hidden;
    margin: 0 auto;
}
.services-home-right {
    width: 80%;
}
#home-services,
.slider-home #home-top,
.services-home-right video {
    width: 101%;
    position: relative;
    left: -1px;
    right: -1px;
    bottom: -1px;
}
#home-top .img-inner,
#home-services .img-inner {
    display: inline-block;
    font-size: 0;
    line-height: 1;
    position: relative;
}
#home-top .img-inner img,
#home-services .img-inner img {
    position: relative;
    z-index: 1;
}
#home-top .img-inner::after,
#home-top #banner-animation-wrapper::after,
#home-services .img-inner::after,
#home-services #services-animation-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    height: 3px;
    background: #fff;
}
#home-top #banner-animation-wrapper,
#home-services #services-animation-wrapper {
    position: relative;
}
#home-top #banner-animation-wrapper > svg,
#home-services #services-animation-wrapper > svg {
    position: relative;
    z-index: 1;
}
.services-video {
    width: 60%;
    overflow: hidden;
}
.services-video video {
    position: relative;
    right: -1px;
    width: 101%;
    max-width: 100%;
}
/* ===================================
    17. Responsive CSS
====================================== */
@media screen and (max-width: 1600px) and (max-height: 1000px) {
    .services-top {
        padding-top: 60px;
        height: auto;
    }
    .arrow-holder {
        position: static;
        padding-top: 30px;
    }
    #home .arrow-holder {
        position: absolute;
    }
    .services-top .bottom-center {
        margin-top: 80px;
    }
}
@media screen and (min-width: 1800px) {
    .our-services .container {
        max-width: 1440px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1800px) {
    .our-services .top-left h2,
    .contact-content h1,
    #services h1,
    .big-title {
        font-size: 64px;
        line-height: 80px;
    }
    .madi-headline,
    #services .service-bottom .content h2,
    #about .teams h2 {
        font-size: 48px;
        line-height: 56px;
    }
    .tab-member .tab-content .tab-pane h3 {
        font-size: 32px;
    }
    .contact-content h3 {
        font-size: 32px;
        line-height: 64px;
    }
    #about .about-experiences h3 {
        font-size: 32px;
        line-height: 36px;
    }
    #about .teams .lead-box h3 {
        font-size: 26px;
        line-height: 36px;
    }
    .madi-subheadline,
    #content #home p {
        font-size: 24px;
        line-height: 32px;
    }
    #home-feature .container .row .tab-member .tab-content .tab-pane .tab-box .tab-content-item.text-left p,
    #home-feature .description,
    #about p,
    .title-medium,
    .description p,
    .services-top .bottom-center,
    #about .team-members .member-box h3 {
        font-size: 20px !important;
    }
    #about p,
    .description p {
        line-height: 28px;
    }
    #contact .contact-bottom .list-info-contact li h3 {
        font-size: 19px;
        line-height: 45px;
    }
    .tab-member .nav a,
    .about-right .about-plan .plan-item h4 {
        font-size: 19px;
        line-height: 26px;
    }
    #about .teams h2 span {
        font-size: 18px;
        line-height: 56px;
    }
    #about .is-maddie p {
        font-size: 18px ;
        line-height: 20px;
        right: -34px;
        bottom: -38px;
    }
    .services-bottom .bottom-right .comment .item .user, 
    .services-bottom .bottom-right .comment .item .content,
    .services-top .top-right .tab-content .tab-pane p,
    #contact .contact-bottom .list-info-contact li p,
    #contact p,
    #services .services-filter .filters-button-group .button,
    .btn {
        font-size: 16px;
        line-height: 24px;
    }
    .btn {
        padding-top: 11px;
        padding-bottom: 11px;
    }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active,
    .sm-clean a {
        font-size: 16px;
        line-height: 18px;
    }
    #contact p.note {
        font-size: 15px;
    }
    #services-home .services-item .content p,
    #content #home p.explain {
        font-size: 13px;
        line-height: 20px;
    }
    .our-services .top-left p {
        font-size: 32px;
        line-height: 40px;
    }
    .services-top .top-right .nav.nav-tabs .nav-link {
        font-size: 16px;
        line-height: 26px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-right .about-plan .plan-item {
        width: 55%;
    }
    .about-right .about-plan .plan-item:nth-child(3) {
        width: 40%;
    }
}
@media screen and (max-width: 1800px) { 
    #about .lead-hover-image {
        width: 100%;
        height: 220px;
        left: 0px;
    }
    #about #teams {
        margin-left: 100px;
        margin-right: 100px;
    }
    .about-right .about-plan .plan-item:nth-child(2)::before {
        top: -56%;
    }
    .about-right .about-plan .plan-item:nth-child(2)::after {
        top: -42%;
        right: -41%;
    }
}
@media screen and (max-width: 1600px) { 
    .regular .madi-subheadline {
        min-height: 118px;
    }
    #content #home .exp-box {
        position: static;
        padding-top: 50px;
        transform: none;
    }
    #single-project .prev-project {
        left: 15px;
    }
    #single-project .next-project {
        right: 15px;
    }
    #single-project .prev-project img, #single-project .next-project img {
        max-width: 35px;
    }
    #about-left .is-maddie {
        right: 20px;
    }
    #about #teams {
        margin-left: 70px;
        margin-right: 70px;
    }
    #services .service-bottom .content {
        right: 4%;
    }  
    .about-right .about-plan .plan-item:nth-child(2)::before {
        top: -47%;
        left: -80px;
    }
    .about-right .about-plan .plan-item:nth-child(2)::after {
        top: -28%;
        right: -47%;
    }
    #contact .contact-backgound .contact-right {
        width: 55%;
    }
}
@media screen and (max-width: 1400px) {
    #about .lead-hover-image {
        left: 0;
    }
    #about-left .is-maddie {
        right: 0;
    }
    #about .lead-image,
    #about .lead-hover-image {
        width: 100%;
        height: 208px;
        left: 0;
        top: 0;
    }
    #about .team-members {
        padding-top: 40px;
    }
    #contact .contact-backgound .contact-right {
        width: 50%;
        top: 17% !important;
    }
}
@media screen and (max-width: 1360px) { 

    .blog-item-holder.has-post-thumbnail .entry-holder {
        width: 340px;
        padding: 0 40px;
    }

    .single-post-featured-image {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #content #home .exp-box {
        bottom: -40px;
    }
    #services .service-bottom .content {
        right: 2%;
    }
}
@media screen and (max-width: 1200px) {  
    body .sm-clean li.current-menu-item > a:before {
        content: "";
        position: absolute;
        width: 28px;
        background-color: #48C6FF;
        border-color: #16D5FF;
        border-radius: 50%;
        height: 28px;
        top: -16px;
        left: 0;
        right: 0;
        margin: 0 auto;
    }
    .slider-home video {
        min-height: 100%;
    }
    .slider-home {
        padding-top: 80px;
        width: 60%;
        margin-bottom: 20px;
    }
    .slider-home, .services-home-right {
        width: 60%;
        margin-bottom: 20px;
    }
    .copyright {
        display: block;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .toggle-holder.open {
        left: 0;
    }
    .toggle-holder.open .icon-close {
        display: block;
    }
    .toggle-holder.open #toggle > div {
        position: absolute;
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .toggle-holder.open #toggle {
        width: 30px;
        height: 30px;
        position: relative;
        z-index: 999;
    }
    .toggle-holder.open #toggle .first-menu-line {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 10px;
        left: 8px;
    }
    .toggle-holder.open #toggle .third-menu-line {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        top: 10px;
        left: 8px;
    }
    .toggle-holder.open #toggle .second-menu-line {
        display: none;
    }
    body .sm-clean li.current-menu-item > a:before, body .main-menu.sm-clean li a:hover:before {
        top: 12px;
        left: -100%;
    }

    #header-main-menu {
        padding-bottom: 70px;
        padding-top: 160px;
        width: 100%;
    }

    .main-menu ul {
        width: 12em;
    }        

    .toggle-holder {
        display: block;
    }

    .sm-clean li {
        margin: 0 auto !important;
        border: 0;
        min-width: 105px;
        float: none;
        text-align: left
    }

    .sm-clean li a.menu-item-link {
        padding-right: 0 !important;
        padding-left: 0 !important;
        border: 0 !important;
        position: relative;
        width: 115px;
    }

    .menu-holder {
        position: fixed;
        text-align: center;
        background-color: #f9f9f9;
        right: -100%;
        top: 0;
        transition: right .3s ease;
        height: 100%;
        width: 100%;
        overflow: auto;
        max-width: 100%;
    }    

    .header-holder {
        -webkit-transform: none;
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .menu-holder.show {
        right: 0;
    }

    .sm-clean ul ul a, 
    .sm-clean ul ul a:hover, 
    .sm-clean ul ul a:focus, 
    .sm-clean ul ul a:active {
        border: none;
    }

    .sm-clean a span.sub-arrow {
        background: transparent;
        right: -35px;
        top: 45%;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 20px 18px 20px 18px;
        padding-left: 35px !important;
        margin-bottom: 5px;
        font-size: 24px;
    }     

    .single article {
        padding-top: 35px;
    }

    .single h1.entry-title {    
        font-size: 38px;
        line-height: 44px;
    }       

    .single-post-header-content {
        margin-bottom: 35px;
    }

    .section-wrapper {     
        padding: 70px 0;
    }

    .blog-item-holder {
        width: 100%;
        padding: 35px 0;
        float: none;
    }
    #menu-main-menu {
        display: block;
    }
    #content #home {
        height: calc(100vh - 90px);
    }
    #home .arrow-holder {
        display: block;
    }
    #single-project {
        padding-top: 35px;
    }
    .hidden-mobile {
        display: none !important;
    }
    .hidden-desktop {
        display: block;
    }
    .project-nav.hidden-desktop {
        padding-bottom: 30px;
    }
    #single-project .content-project {
        width: 100%;
    }
    #single-project .prev-project img, 
    #single-project .next-project img {
        margin: 0 auto;
    }
    #single-project h1 {
        font-size: 30px;
        line-height: 35px;
        padding-left: 35px;
    }
    #single-project .details h3 {
        font-size: 15px;
        line-height: 35px;
    }
    #single-project .details .client h4 {
        font-size: 14px;
        line-height: 18px;
    }

    #single-project .project-content {
        padding-left: 35px;
        padding-right: 35px;
    }
    #single-project .left-details {
        margin-bottom: 25px;
    }
    #single-project .details p {
        padding-right: 0;
        margin-bottom: 0;
    }
    #single-project .client {
        margin-bottom: 25px;
    }
    #single-project .details .btn {
        margin-top: 25px;
    }
    #single-project .project-gallery {
        padding-top: 25px;
    }
    #single-project .project-gallery ul li {
        margin-bottom: 10px;
    }
    #single-project .hidden-desktop .nav {
        text-align: center;
    }
    #home .slider-content,
    #content #home .regular img {
        margin: 0 auto;
    }
    #content #home .exp-box {
        position: static;
    }
    #content #home .slick-dots {
        right: 20px;
    }
    .contact-top {
        flex-direction: column-reverse;
    }
    #services .service-bottom .content h2 {
        font-size: 40px;
        line-height: 50px;
    }
    #services .service-bottom .content {
        right: -80px;
    }
    #contact .contact-backgound .contact-top, #contact .contact-bottom {
        margin-left: 70px;
    }
    #about #teams {
        margin: 0;
    }
    .footer {
        display: none;
    }
    #about .lead-image img {
        transform: translate(0, 17%);
    }
    .about-right .about-plan .plan-item:nth-child(3) {
        position: static;
    }
    .about-right .about-plan .plan-item:nth-child(2) {
        margin: 35px 0;
    }
    .about-right .about-plan .plan-item {
        width: 100% !important;
        max-width: 100% !important;
    }
    .about-right .about-plan .plan-item:nth-child(3) {
        margin: 0;
    }
    .about-right .about-plan .plan-item:nth-child(2)::before {
        background: url('../images/onetotwo.svg') no-repeat center;
        top: -60%;
        left: 40px;
        width: 218px;
    }
    .about-right .about-plan .plan-item:nth-child(2)::after {
        background: url('../images/twotothree.svg') no-repeat center;
        bottom: -56%;
        top: auto;
        bottom: -56%;
        /* right: 0; */
        top: auto;
        left: 40px;
        width: 220px;
    }
    #video-services {
        margin-top: 0;
    }
    .tab-member .tab-content {
        width: 100%;
    }
    .tab-member .tab-content .tab-pane {
        padding: 5px 7px;
    }
    .is-maddie p {
        right: 20%;
    }
    .services-update .tab-member {
        display: block;
        margin-left: 0;
        margin-right: -30px;
    }
    .services-update .tab-member .nav a br {
        display: none;
    }
    .services-update .tab-member .nav h3 {
        text-transform: uppercase;
        padding-right: 30px;
        line-height: 32px;
        letter-spacing: 0.7px;
    }
    .services-update .tab-member .nav {
        position: static;
        width: 100%;
        white-space: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-top: 0;
    }
    .services-update .tab-member .tab-content {
        width: 100% !important;
        margin-top: 30px;
        float: left;
        padding-right: 30px;
    }
    .services-update .tab-member .tab-content .tab-pane .services-gallery article {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
    }
    .services-update .tab-member .nav a {
        width: auto;
        margin-bottom: 0px !important;
        padding-bottom: 10px;
        position: relative;
    }
    .services-update .tab-member .nav a.active:after {
        content: "";
        position: absolute;
        width: 20px;
        background-color: #48C6FF;
        border-color: #16D5FF;
        height: 10px;
        bottom: 0;
        left: -30px;
        right: 0;
        margin: 0 auto;
        border-top-left-radius: 40px;
        border-top-right-radius: 40px;
    }
    .services-update .tab-member .tab-content .tab-pane .tab-content-item ul li {
        width: 50%;
        padding-right: 0;
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 15px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .services-update .tab-member .tab-content .tab-pane .tab-content-item {
        width: 100%;
        float: left;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
    } 
}
@media screen and (max-width: 1024px) {   

    .sm-clean li {
        margin-right: 8px;
    }

    .sm-clean a, 
    .sm-clean a:hover, 
    .sm-clean a:focus, 
    .sm-clean a:active, 
    .sm-clean a.highlighted {
        padding: 15px 8px;
    }

    .blog-holder, 
    .footer-content {
        width: 100%;
    }   

    .blog-item-holder .post-thumbnail {
        width: 466px;
    }       

    .post-thumbnail-image img {
        max-height: 600px;
    } 

    .single .entry-content {
        float: none;
        margin-left: auto;
        margin-right: auto;        
    }

    .one_half,  
    .one_third,  
    .two_third,  
    .one_fourth,
    .three_fourth {
        margin-right: 6%;   
    }

    .one_half {
        width: 47%;
    }

    .one_third {
        width: calc(88% / 3);
    }

    .two_third {
        width: calc(194% / 3);
    }

    .one_fourth {
        width: calc(82% / 4);
    }

    .three_fourth {
        width: calc(318% / 4);
    }

    .pricing-wrapper {
        padding: 0 10%;
    }

    .portfolio-text-holder {
        left: 20px;
        bottom: 20px;
    }
    

}
@media screen and (min-width: 992px) {
    .services-bottom .bottom-right .comment {
        display: flex;
        flex-wrap: wrap;
        overflow-y: auto;
        max-height: 580px;
        padding-left: 20px;
        padding-top: 20px;
    }
}
@media screen and (max-width: 991px) {
    .arrow-holder {
        position: absolute;
        padding-top: 20px;
        bottom: 30px;
    }
    #about #teams .lead-box {
        margin-bottom: 10px;
    }
    #about .about-right h3 {
        font-size: 20px;
        line-height: 24px;
    }
    p {
        font-size: 14px !important;
       line-height: 20px !important;
    }
    a.btn {
        font-size: 12px;
    }
    #about .about-right h2 {
        font-size: 30px;
        line-height: 35px;
    }
    #about .teams h2 {
        font-size: 25px;
        line-height: 27px;
        letter-spacing: 1.25px;
    }
    #about .teams h2 code {
        font-size: 16px;
        line-height: 24px;
        display: block;
    }
    #about .teams h2 > br {
        display: none;
    }
    #about .teams h2 br:last-child {
        display: block;
    }
    #about .teams .lead-box h3 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 5px;
        padding-bottom: 5px;
        letter-spacing: 1.3px;
    }
    #about #box-top .about-top {
        text-align: left !important;
    }
    /* #about .about-experiences .row .col-3 {
        padding: 5px;
    } */
    .tab-member .tab-content .tab-pane .tab-content-item {
        padding: 30px 20px;
    }
    .tab-member .tab-content .tab-pane .tab-content-item img {
        width: 55px;
    }
    #content {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 60px;
    }
    #about .about-us .about-left img.zoomIn {
        max-width: 80%;
        max-height: 220px;
    }
    #about .arrow-holder {
        position: static;
    }
    /* #about .about-experiences .row {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    #about .about-experiences .col-3 {
        max-width: 100%;
    } */
    #about .about-experiences .item {
        /* width: 145px; */
        padding: 12px;
    }
    #about .about-experiences h3 {
        font-size: 14px;
        line-height: 19px;
        letter-spacing: 0.7px;
    }
    .tab-member .tab-content .tab-pane h3 {
        font-size: 20px;
        line-height: 32px;
        letter-spacing: 1px;
    }
    .tab-member .tab-content {
        width: auto !important;
        float: none;
    }
    .about-bottom {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 40px;
    }
    #content #home .slider-home {
        padding-top: 60px;
    }
    #content #home .regular img {
        max-width: 85%;
    }
    .madi-headline {
        font-size: 20px;
        line-height: 25px;
        letter-spacing: 1px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .description p:first-child {
        margin-bottom: 20px;
    }
    #content #home {
        height: calc(100vh - 60px);
        height: calc(var(--vh,1vh)*100 - 60px);
        -webkit-overflow-scrolling: touch;
        align-items: flex-start;
    }
    .title-medium,
    .madi-subheadline {
        font-size: 14px;
        line-height: 20px;
    }
    #services-home .services-item .content p {
        opacity: 1;
    }
    #services-home {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    #services-home .row-reverse {
        flex-flow: column-reverse;
    }
    #home-feature #grid-container article {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    #home-feature .description p:first-child {
        text-align: left;
    }

    .home .btn {
        margin-top: 15px;
        line-height: 10px;
        letter-spacing: 0.75px;
        max-width: 100%;
        max-width: 200px !important;
        padding: 12px 25px;
    }
    #home-feature .feature-note {
        margin-top: 60px;
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.75px;
    }
    #home-bottom .services-top {
        padding-top: 0;
    }
    #home-feature .home-grid.hidden-desktop .grid-item {
        width: 100%;
        margin-bottom: 5px;
    }
    #home-feature .home-grid.hidden-desktop .grid-item a {
        width: 100%;
        height: 100%;
        display: inline-block;
    }
    #home-bottom .services-top .gallery ul {
        justify-content: left;
        padding-left: 15px;
        padding-right: 15px;
    }
    #home-bottom .services-top .gallery ul li:last-child {
        /* padding-left: 0; */
    }
    #home-bottom .services-top .gallery ul li {
        padding-left: 0 !important;
        padding-right: 0 !important;
        display: inline-block;

    }
    #home-bottom .services-top .gallery ul li:last-child {
        /* padding-left: 0 !important; */
        padding-right: 0 !important;
    }
    /* #home-bottom .services-top .gallery ul li:nth-child(n+7) {
        width: 20% !important;
    }
    #home-bottom .services-top .gallery ul li:nth-child(7) img {
        width: 50% !important;
       
    }
    #home-bottom .services-top .gallery ul li img {
        width: auto !important;
    }
    #home-bottom .services-top .gallery ul li:nth-child(6) img {
        width: 50% !important;
    }
    #home-bottom .services-top .gallery ul li:nth-child(1), 
    #home-bottom .services-top .gallery ul li:nth-child(2), 
    #home-bottom .services-top .gallery ul li:nth-child(3), 
    #home-bottom .services-top .gallery ul li:nth-child(4), 
    #home-bottom .services-top .gallery ul li:nth-child(5), 
    #home-bottom .services-top .gallery ul li:nth-child(6)
    {
        width: 33.333333% !important;
    } */
    .services-gallery .madi-headline {
        text-align: center;
        padding-bottom: 20px;
    }
    .services-update .btn {
        max-width: 200px !important;
        margin-top: 25px !important;
        margin-bottom: 35px;
    }
    
    .services-update #grid-container article {
        margin-bottom: 15px;
        position: static !important;
        float: left;
    }
    .services-update .col-12.text-center {
        text-align: left !important;
    }
    .services-update {
        padding-top: 40px !important;
    }
    .arrow-holder .arrow img {
        width: 22px;
    }
    #content {
        padding-left: 15px;
        padding-right: 15px;
    }
    .page-template-services-grid #content {
        padding-left: 0;
        padding-right: 0;
        overflow: hidden;
    }
    #services .services-list-box {
        padding-left: 15px;
        padding-right: 15px;
    }
    #contact {
        overflow: hidden;
        padding-top: 40px;
    }
    #contact .maddie-mobile {
        height: 450px;
    }
    #contact .contact-box {
        background-image: none !important;
    }
    #contact .contact-box .maddie-mobile {
        background-repeat: no-repeat;
        background-position: 48px 50%;
        background-size: cover;
    }
    #contact .contact-box .maddie-mobile img {
        opacity: 0;
        max-height: 211px;
    }
    #contact .contact-content {
        padding-left: 0;
        max-width: 100%;
    }
    #contact .contact-backgound .contact-top, #contact .contact-bottom {
        margin-left: 0;
        padding-left: 35px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
    #contact .contact-mobile video {
        margin-top: -50px;
    }
    #contact .contact-mobile {
        margin-right: -30px;
    }
    .contact-content h3 {
        font-size: 20px !important;
        line-height: 24px;
    }
    .contact-content h1 {
        font-size: 30px;
        line-height: 35px;
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #contact p.note {
        margin-top: 15px;
        margin-bottom: 35px;
    }
    .contact-content ul {
        display: block;
    }
    .contact-content ul li {
        margin-bottom: 30px;
    }
    #contact .contact-bottom .list-info-contact {
        padding-left: 0;
        display: block;
    }
    #contact .contact-backgound {
        display: block;
    }
    #contact .contact-backgound .contact-top,
    #contact .contact-backgound .contact-right {
        width: 100%;
    }
    #services .services-filter .button-group ul {
        text-align: center;
    }
    #services .services-filter .filters-button-group .button {
        padding-left: 20px;
        padding-right: 20px;
    }
    #contact .contact-bottom .list-info-contact li h3 {
        font-size: 15px;
        line-height: 27px;
        letter-spacing: 0.75px;
    }
    #services .services-filter .grid article {
        width: 50%;
    }
    #services .service-bottom .content {
        position: static;
        top: 0;
        transform: none;
        max-width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
    #services .service-bottom .content h2 {
        font-size: 25px !important;
        line-height: 32px !important;
        margin-bottom: 20px;
        letter-spacing: 1.25px;
    }
    #portfolio-services-mobile.image-bottom-mobile {
        margin-left: -15px;
        margin-right: -15px;
    }
    #portfolio-services-mobile.image-bottom-mobile video {
        margin-bottom: -10px;
    }
    #services .service-bottom {
        padding-top: 40px;
    }
    #about-left .is-maddie img {
        max-width: 40px !important;
    }
   
    .about-right {
        padding-top: 50px;
    }
    .footer {
        padding-right: 30px;
        padding-left: 30px;
    }
    #about .lead-image, #about .lead-hover-image {
        min-height: 300px;
        width: 300px;
        height: 100%;
        margin: 0 auto;
    }
    .our-services .top-left p {
        font-size: 20px !important;
        line-height: 24px !important;
    }
    .our-services .services-top {
        padding-top: 30px;
    }
    .our-services .top-left h2 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.5px;
    }
    .services-top .top-right .nav.nav-tabs {
        overflow-x: scroll;
        display: flex;
        white-space: nowrap;
        overflow-y: hidden;
        flex-wrap: nowrap;
    }
    .our-services .top-right {
        margin-top: 40px;
    }
    .services-top .top-right .nav.nav-tabs .nav-link {
        font-size: 14px;
        line-height: 32px;
        letter-spacing: 0.7px;
    }
    .services-top .top-right .tab-content .tab-pane p {
        margin-bottom: 15px;
    }
    .services-top .bottom-center {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.75px;
        margin-top: 30px;
        text-align: left !important;
    }
    .services-top .arrow-holder {
        display: none;
    }
    .services-top .gallery {
        margin-left: -15px;
        margin-right: -15px;
    }
    .our-services .services-top {
        height: auto;
    }
    .services-bottom .bottom-right .comment .item {
        width: 100%;
    }
    .services-bottom .bottom-right .comment .item:nth-child(odd) {
        margin-right: 0;
    }
    .services-bottom .bottom-left .contact-button {
        margin-top: 15px;
        margin-bottom: 40px;
    }
    .services-bottom {
        margin-top: 40px;
        padding-bottom: 40px;
    }
    .services-bottom .bottom-right .comment {
        padding: 0;
    }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
    #content #home {
        height: auto;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    #about .lead-image img {
        transform: translate(0, 50%);
    }
    .services-top .gallery ul li {
        width: 12%;
    }
}
@media screen and (max-width: 767px) {  
    .slider-home {
        padding-top: 50px !important;
    } 
    #home .arrow-holder {
        bottom: 30px;
    }
    #content #home .slick-dots {
        right: 20px;
    }
    .page-title-holder {
        margin-bottom: 75px;
    }   

    .blog-item-holder h2.entry-title {
        font-size: 34px;
        line-height: 38px;
    }

    .footer-mail {
        font-size: 30px;
    }

    blockquote {
        max-width: 100%;
    }    

    .nav-previous a, 
    .nav-next a {
        font-size: 17px;
        line-height: 115%;
    }         

    .blog-item-holder-scode .post-thumbnail {
        margin-top: 70px;
    }

    .blog-holder-scode > article:first-of-type .post-thumbnail {
        margin-top: 0;   
    }

    .latest-posts-background-featured-image-holder {
        height: 300px;
    }

    .member-name {
        font-size: 35px;
    }

    .member-content {
        font-size: 16px;
        line-height: 170%;
    }

    .member-postition {
        font-size: 13px;
    }   

    .member-image-holder:after {
        display: none;
    }

    .text-slider-wrapper {
        width: 80%;
    }

    .text-slider-wrapper .text-slide {
        font-size: 20px;
    }

    .text-slider-wrapper .text-slide-name {
        display: block;
        margin-bottom: 5px;
    }

    .text-slider-wrapper .text-slide-position {
        display: block;
        font-size: 14px;
        line-height: 125%;
    }  
    #about .lead-image,
    #about .lead-hover-image {
        min-height: 300px;
        width: 100%;
        height: 100%;
    }
    #about .lead-hover-image {
        top: 0;
        left: 0;
    }
    #about .team-members .member-box .box {
        width: 100%;
    }
    #about .teams h2 code {
        display: block;
        font-size: 16px;
        line-height: 24px;
    }
    #about .lead-image img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .footer {
        padding-left: 15px;
        padding-right: 15px;
    }
    .btn {
        padding: 11px 16px;
        max-width: 160px;
    }
    
    .header-holder {
        padding-top: 0;
        padding-bottom: 0;
    }
    .main-page-content {
        padding-top: 60px;
    }
    #services h1 {
        font-size: 30px;
        line-height: 35px;
        letter-spacing: 1.5px;
    }
    #contact .maddie-mobile {
        height: 280px;
    }
    #services .services-filter .filters-button-group .button {
        font-size: 14px;
        line-height: 32px;
    }
    #services {
        padding-top: 40px;
        overflow: hidden;
    }
    #services .services-filter .filters ul {
        display: flex;
    }
    #services .services-filter .filters-button-group .button {
        padding: 10px 20px;
    }
    #services .services-filter {
        padding-top: 15px;
    }
    #services  article {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #services .services-filter .button-group {
        overflow-x: scroll;
        overflow-y: hidden;
    }
    #services .services-filter .button-group ul {
        width: auto;
        white-space: nowrap;
    } 
    .services-top .gallery ul li {
        width: 25%;
    }
    #single-project h1 {
        padding-bottom: 10px;
    }
    .is-maddie p {
        bottom: -37px;
        right: 10%;
    }
    #about-left .is-maddie {
        margin-top: -20px;
    }
    #home-bottom .services-top .gallery ul li:last-child img {
        max-width: 100%;
    }
    #services .services-filter .filters-button-group .button:hover:after {
        display: none;
    }
}
@media screen and (max-width: 767px) and (min-height: 630px ) {
    #home .arrow-holder {
        bottom: 20px !important;
    }
}
@media screen and (max-width: 540px) and (max-height: 550px ) {
    #home .arrow-holder {
        bottom: 0 !important;
    }
}
@media only screen and (max-width: 540px) {
    #contact .maddie-mobile {
        height: 180px;
    }
    .slider-home {
        padding-top: 20px !important;
    }
    #content #home .exp-box {
        padding-top: 20px;
    }
    .is-maddie p {
        right: 0;
    }
    #about  #about-us {
        padding-top: 30px;
    }
    .slider-home, .services-home-right {
        width: 80%;
    }
    #home-top {
        width: 100% !important;
        height: auto !important;
    }
  
}
@media only screen and (max-width: 540px) and (min-height: 700px ) {
    .slider-home, .services-home-right {
        width: 100%;
    }
}
@media only screen and (max-width: 450px) {
    #contact .maddie-mobile {
        height: 150px;
    }
}
@media only screen and (max-width: 375px) {
    #content #home .slick-dots {
        right: 0;
    }
    a.btn {
        font-size: 10px;
        padding: 8px 11px;
    }
    .regular .madi-subheadline {
        min-height: 80px;
        margin-top: 0;
    }
    .regular .slider-content {
        margin-top: 20px !important;
    }
}

/* FIX UAT */
@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(-100%);
    } 
    100% {
        opacity: 0.9;
        transform: translateY(0);
    } 
}
.filters-button-group.sticky,
#v-pills-tab.sticky {
    position: fixed;
    left: 0;
    right: 0;
    animation: slide-down .3s;
    z-index: 99;
    background-color: #fff;
}
#v-pills-tab.sticky {
    top: 58px;
}
.filters-button-group.sticky {
    top: 38px;
}
/* Add Animation Menu */
#menu-main-menu .current-menu-item,
#menu-main-menu {
    position: relative;
}
.navigation-overlay {
    position: absolute;
    width: 28px;
    background-color: #48C6FF;
    border-color: #16D5FF;
    height: 14px;
    top: 0px;
    right: auto;   
    transition: 0.3s;
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}
@media screen and (max-width: 1200px) {
    .navigation-overlay {
        display: none;
    }
}
/* page blog 20210319 */
#page-blog {
    padding-top: 30px;
}
#page-blog .mad-blog {
    margin-bottom: 80px;
    text-align: center;
}

#page-blog p {
    font-size: 25px;
    line-height: 35px;
}
#page-blog .mg-100 .right-content {
    padding-right: 110px;
}
#page-blog .right-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'SourceSansPro-Bold';
}
#page-blog .right-content .box-des {
    margin-bottom: 30px;
}
#page-blog .right-content .right-description {
    margin-bottom: 0;
}
.group-author {
    display: flex;
    align-items: center;
}
.group-author p {
    margin-bottom: 0;
}
.group-author img {
    width: 60px;
    height: 60px;
    border-radius: 100%;
}
.group-author .date {
    padding-left: 15px;
}
.group-author .date  .author {
    font-size: 23px;
    line-height: 28px;
    font-family: 'SourceSansPro-SemiBold';
    color: #48C6FD;
    display: block;
    margin-bottom: -3px;
}
.group-author .date .time-read,
.group-author .date  .time {
    display: inline-block;
    padding-right: 20px;
    position: relative;
    font-size: 23px;
}
.group-author .date  .time:after {
    content: "";
    position: absolute;
    right: 7px;
    top: 50%;
    transform: translate(0, -50%);
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #B7B7B7;
}
#page-blog .list-blog {
    margin-top: 35px;
    margin-bottom: 100px;
}
#page-blog .mg-100 {
    margin-top: 100px;
    margin-bottom: 100px;
}
#page-blog .image {
    text-align: center;
}
.mb-40 {
    margin-bottom: 40px;
}
#page-blog .box-bottom {
    margin-top: 200px;
    margin-bottom: 100px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
}
#page-blog .box-bottom h2 {
    color: #373737;
    letter-spacing: normal;
}
.blog-detail .madi-headline {
    color: #373737;
}
.blog-detail .section-wrapper.content-1170 {
    width: 1363px;
    padding-top: 80px;
}
.blog-social .row {
    align-items: center;
}
.group-social {
    text-align: right;
}
.group-social p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 0;
}
.group-social a {
    display: inline-block;
    margin-left: 24px;
}
.blog-detail .entry-content-page ul {
    list-style: none;
    padding-left: 50px;
    margin-bottom: 40px;
}
.blog-detail .entry-content-page ol {
    padding-left: 30px;
    margin-bottom: 40px;
}
.blog-detail .entry-content-page ol li {
    padding-left: 15px;
}
.blog-detail .entry-content-page ul li {
    position: relative;
    padding-left: 30px;
}
.blog-detail .entry-content-page ul li::before {
    content: "\2022";
    color: #48C6FD; 
    position: absolute;
    left: 0;
    display: inline-block; 
    width: 9px;
    height: 9px; 
}
.blog-detail .entry-content-page h4,
.blog-detail .entry-content-page h3 {
    font-family: 'SourceSansPro-Bold';
}
.blog-detail .entry-content-page > * {
    font-size: 30px;
    line-height: 50px;
}
.blog-detail .entry-content-page a {
    color: #48C6FF;
}
.blog-detail .entry-content-page a:hover {
    text-decoration: underline;
}
.entry-content-page {
    margin-bottom: 60px;
}
.tags {
    margin-bottom: 40px;
}
.tags ul {
    display: flex;
}
.tags ul li:first-child {
    margin-left: 0;
}
.tags ul li {
    margin: 0 12px;
}
.tags a {
    font-size: 24px;
    font-family: 'SourceSansPro-SemiBold';
    line-height: 16px;
    letter-spacing: 0;
    padding: 13px;
    background-color: #DBDBDB;
    border-radius: 12px;
    margin: 0 12px;
}
.tags a:first-child {
    margin-left: 0;
}
.blog-social {
    margin-bottom: 60px;
}
.social-bottom {
    border-top: 1px solid #B7B7B7;
    border-bottom: 1px solid #B7B7B7;
    padding-top: 30px;
    padding-bottom: 30px;
}
.blog-related {

}
.blog-related h2 {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 2px;
    font-family: 'AlfaSlabOne-Regular';
    margin-bottom: 60px;
    max-width: 60%;
}
.blog-related .blog-item {

}
.blog-related .blog-item .image {
    width: 40%;
    float: left;
}
.blog-related .blog-item .right-content {
    width: 60%;
    float: left;
    padding-left: 15px;
}
.blog-related .blog-item .right-content h3 {
    font-size: 30px;
    line-height: 40px;
    font-family: 'SourceSansPro-Bold';
    padding-top: 10px;
    padding-bottom: 10px;
}
.blog-related .blog-item .right-content .author {
    font-size: 25px;
    line-height: 35px;
}
.page-tags {
    margin-bottom: 60px;
}
.page-tags .box-blog {
    margin-bottom: 40px;
}
#page-blog.page-tags .right-content {
    padding-right: 0;
}
.social .fa {
    font-size: 34px;
    padding: 0;
}

@media screen and (min-width: 767px) {
    #page-blog .mg-100:last-child {
        margin-bottom: 0;
    }
    .blog-related .blog-item .right-content .author {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (min-width: 1200px) and (max-width: 1600px) {
    .sm-clean li {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1800px) {
    .blog-detail .section-wrapper  .col-12.blog-content {
        padding-left: 6%;
        padding-right: 6%;
    }
}
@media screen and (max-width: 1900px) {
    .group-author .date .time-read,
    .group-author .date .time,
    #page-blog .right-content .group-author .date .author,
    #page-blog p {
        font-size: 20px;
        line-height: 28px;
    }
    .blog-related .blog-item .right-content h3,
    #page-blog .right-content h3 {
        font-size: 24px;
        line-height: 32px;
    }
    .blog-detail .entry-content-page > * {
        font-size: 16px;
        line-height: 26px;
    }
    .blog-related h2 {
        font-size: 20px;
        line-height: 28px;
    }
    .tags a {
        font-size: 16px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
}
@media screen and (max-width: 1600px) {
    .group-author .date .time-read,
    .group-author .date,
    .group-author .date .time {
        font-size: 18px;
    }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
    .group-social p,
    #page-blog .right-content .group-author .date .author,
    #page-blog .right-content .group-author .date,
    .group-author .date .time-read,
    .group-author .date .time {
        font-size: 14px;
        line-height: 16px;
    }
    .group-author img {
        width: 46px;
        height: 46px;
    }
    .group-author .date .author {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 991px) {
    #page-blog .right-content .box-des {
        margin-bottom: 15px;
    }
    #page-blog .box-blog {
        margin-bottom: 40px;
        margin-top: 0;
    }
    #page-blog .box-bottom {
        margin-top: 20px;
        margin-bottom: 40px;
    }
    #page-blog .right-content .description {
        margin-bottom: 20px;
    }
    #page-blog .image img {
        width: 100%;
    }
}
@media screen and (max-width: 767px) {
    #page-blog .mad-blog {
        text-align: left;
        margin-bottom: 40px;
    }
    #page-blog .right-content h3 {
        font-size: 20px;
        line-height: 26px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    #page-blog .right-content .group-author img {
        width: 24px;
        height: 24px;
    }
    #page-blog .right-content .group-author .date .time,
    .group-author .date,
    #page-blog .right-content .group-author .date .author {
        font-size: 12px !important;
    }
    #page-blog .right-content .group-author .date .author {
        line-height: 14px;
    }
    #page-blog .right-content .description {
        margin-bottom: 5px;
    }
    
    .group-social {
        text-align: left;
    }
    .order-first-mobile {
        order: -1;
        margin-bottom: 15px;
    }
    .order-0-mobile {
        order: 0;
    }
    .group-social a:first-child {
        margin-left: 0;
    }
    .blog-social:not(.social-bottom) .group-author {
        border-bottom: 1px solid #B7B7B7;
        padding-bottom: 30px;
    }
    .blog-social {
        margin-bottom: 30px;
    }
    .blog-detail .section-wrapper.content-1170 {
        padding-top: 20px;
    }
    .blog-detail .entry-content-page > * {
        font-size: 14px;
        line-height: 20px;
    }
    .blog-detail .entry-content-page ul {
        padding-left: 25px;
    }
    .blog-detail .entry-content-page ul li {
        padding-left: 20px;
    }
    .blog-detail .entry-content-page ol {
        padding-left: 15px;
    }
    .blog-related .blog-item .right-content .author,
    .group-author .date .time,
    .group-author .date .time-read,
    .group-author .date .author,
    .tags a {
        font-size: 12px;
        line-height: 20px;
    }
    .blog-related h2 {
        font-size: 15px;
        line-height: 21px;
        letter-spacing: 0.75px;
        max-width: 100%;
        margin-bottom: 0;
    }
    .blog-related .blog-item .right-content,
    .blog-related .blog-item .image {
        width: 100%;
    }
    .blog-related .blog-item .right-content {
        padding-left: 0;
    }
    .blog-related .blog-item .right-content h3 {
        font-size: 20px;
        line-height: 26px;
    }
    .blog-related .slick-dots li.slick-active button:before {
        opacity: 1;
    }
    .blog-related .slick-dots li button:before {
        opacity: 0.75;
    }
    .group-social a {
        margin-left: 13px;
    }
    .social img {
        width: 15px;
    }
    .group-author img {
        width: 30px;
        height: 30px;
    }
    .page-tags .box-blog {
        margin-bottom: 30px;
    }
    .mad-blog p br {
        display: none;
    }
    #page-blog .right-content {
        padding-right: 0 !important;
    }
    .social .fa {
        font-size: 20px;
    }
    .group-author .date .time:after {
        bottom: 7px;
    }
    .blog-related .blog-item .image img {
        width: 100%;
    }
    .tags a {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .blog-related .slick-dots {
        bottom: 50px;
    }
}
@media screen and (max-width: 375px) {
    #header-main-menu {
        padding-top: 110px;
    }
    .sm-clean a, .sm-clean a:hover, .sm-clean a:focus, .sm-clean a:active, .sm-clean a.highlighted {
        padding-top: 10px;
        padding-bottom: 10px;

    }
}
/* update maps contact */
.contact-bottom {
    position: relative;
}
.contact-bottom .name-country {
    position: absolute;
    max-width: 277px;
    width: 100%;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(0 0 0 / 7%);
    padding: 15px;
    color: #373737;
}
.contact-bottom .name-country img {
    width: 60px;
}
.contact-bottom .name-country h3 {
    padding: 0;
    font-size: 45px;
    line-height: 30px;
    font-family: 'SourceSansPro-Bold';
}
.contact-bottom .name-country p {
    margin-bottom: 0;
}
.contact-bottom .name-country strong {
    font-size: 25px;
    line-height: 30px;
    font-family: 'SourceSansPro-Bold';
}
.contact-bottom .name-country.gb {
    top: 10%;
    left: 10%;
}
.contact-bottom .name-country.vn {
    top: 12%;
    right: 30%;
}
.contact-bottom .name-country.my {
    top: 40%;
    right: 43%;
}
.contact-bottom .name-country.sg {
    bottom: 25%;
    right: 20%;
}
.contact-bottom .name-country.ph {
    top: 29%;
    right: 17%;
    max-width: 160px;
}
.contact-bottom .name-country .phone {
    margin-top: 25px;
}
@media screen and (max-width: 1800px) {
    .contact-bottom .name-country h3 {
        font-size: 36px;
    }
    .contact-bottom .name-country strong {
        font-size: 20px;
    }
    .contact-bottom .name-country.ph {
        right: 13%;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1600px) {
    .contact-bottom .name-country.vn {
        top: 8%;
        right: 28%;
    }
    .contact-bottom .name-country.sg {
        bottom: 23%;
        right: 16%;
    }
    .contact-bottom .name-country.ph {
        right: 10%;
        top: 26%;
    }
}
@media screen and (max-width: 1599px) {
    #home-bottom .services-top .gallery ul li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .contact-bottom .name-country img {
        width: 45px;
    }
    .contact-bottom .name-country p {
        margin-top: -5px;
    }
}
@media screen and (max-width: 1399px) {
    .contact-bottom .name-country {
        max-width: 200px;
    }
    .contact-bottom .name-country h3 {
        font-size: 24px;
        line-height: 28px;
    }
    .contact-bottom .name-country p {
        font-size: 12px !important;
        line-height: 18px !important;
    }
    .contact-bottom .name-country strong {
        font-size: 16px;
    }
    .contact-bottom .name-country.vn {
        top: 7%;
    }
    .contact-bottom .name-country.sg {
        bottom: 21%;
        right: 19%;
    }
    .contact-bottom .name-country.ph {
        right: 10%;
    }
}
@media screen and (max-width: 1170px) { 
    .contact-bottom .name-country.vn {
        top: 0;
    }
    .contact-bottom .name-country.sg {
        bottom: 17%;
        right: 15%;
    }
    .contact-bottom .name-country.ph {
        right: 6%;
        top: 25%;
    }
}
@media screen and (max-width: 992px) { 
    .contact-bottom .name-country.gb,
    .contact-bottom .name-country.ph {
        max-width: 170px;
    }
    #contact .contact-bottom {
        overflow-x: auto;
        overflow-y: hidden;
        flex-wrap: nowrap;
        padding-bottom: 15px;
        margin-bottom: 45px;
    }
    #contact .contact-bottom .list-country{
        display: flex;
        min-width: 800px;
        padding-top: 10px;
        padding-bottom: 15px;
    }
    .contact-bottom .maps {
        display: none;
    }
    .contact-bottom .name-country {
        position: relative;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        display: inline-block;
        min-width: 146px;
        margin-right: 10px;
    }
    .contact-bottom .name-country h3 {
        font-size: 45px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .contact-bottom .name-country strong {
        font-size: 16px;
        line-height: 19px;
        min-height: 40px;
        display: block;
        margin-bottom: 5px;
    }
    .contact-bottom .name-country img {
        width: 50px;
    }
    #contact {
        margin-left: -15px;
    }
    #contact .contact-backgound .contact-top, #contact .contact-form{
        padding-left: 35px !important;
        padding-right: 35px;
    }
}
@media screen and (min-width: 2000px) {
    #contact {
        max-width: 1690px;
        margin: 0 auto;
        position: relative;
    }
    #contact .contact-backgound .contact-right {
        top: 0 !important;
    }
}

/* css 20210729 */
#home-bottom .services-top ul.slick-slider {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 214px;
}
@media screen and (max-width: 991px){
    #home-bottom .services-top ul.slick-slider {
        min-height: 200px;
    }
}
@media screen and (max-width: 767px){
    #home-bottom .services-top ul.slick-slider {
        min-height: 140px;
    }
    
}
#home-bottom .services-top .slick-track {
    display: flex;
    align-items: center;
}



@media screen and (min-width: 992px) and (max-height: 960px){
    #about #box-top {
        height: auto;
    }
    .arrow-holder {
        position: static;
        margin-top: 50px;
    }
}