body, html {
    font-family: 'Open Sans', sans-serif;
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    color: #777;
    font-weight: 400;
    width: 100% !important;
    height: 100% !important;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

h2, h3, h4 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    text-transform: uppercase;
    margin: 0 0 20px 0;
    font-weight: 800;
    font-size: 28px;
    color: #333;
}

h3 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

h4 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
}

h5 {
    text-transform: uppercase;
    font-weight: 700;
    line-height: 20px;
}

p {
    font-size: 15px;
}

p.intro {
    margin: 12px 0 0;
    line-height: 24px;
}

a {
    color: #608dfd;
    font-weight: 400;
}

a:hover, a:focus {
    text-decoration: none;
    color: #608dfd;
}

ul, ol {
    list-style: none;
}

ul, ol {
    padding: 0;
    webkit-padding: 0;
    moz-padding: 0;
}

hr {
    height: 2px;
    width: 70px;
    text-align: center;
    position: relative;
    background: #1E7A46;
    margin-bottom: 20px;
    border: 0;
}

div#msgfail {
    position: absolute;
    width: 250px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    height: 100px;
    left: 0;
    right: 0;
    background: #fff;
    margin: 0 auto;
    margin-top: 100px;
    line-height: 100px;
    display: none;
}

.tekrom-about-line {
    position: relative;
}
.tekrom-about-line::before {
    content: '';
    position: absolute;
    background: url("../img/tekrom-line-1.svg") no-repeat;
    background-size: contain;
    width: 150px;
    height: 183px;
    left: -40px;
    top: -50px;
    z-index: 2;
    display: inline-block;
}
.tekrom-about-line::after {
    content: '';
    position: absolute;
    background: url("../img/tekrom-line-2.svg") no-repeat;
    background-size: contain;
    width: 351px;
    height: 343px;
    right: -70px;
    bottom: -100px;
    display: inline-block;
}
.tekrom-about-line img {
    position: relative;
    z-index: 3;
}
.tekrom-about-partner-logo {
    display: flex;
}
.tekrom-about-deloitte {
    transform: translateY(-50%);
    z-index: 4;
    position: relative;
}
#parallaxAbout {
    position: relative;
    width: 100%;
    background-image: url("../img/about-2.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 120%;
    background-position: 50% 50%;
    z-index: 3;
  }
  /* mobile screen */
@media (max-width: 991px) {
    #parallaxAbout {
        height: 340px;
    }
}

/* wide screen */
@media (min-width: 992px) {
    #parallaxAbout {
        height: 440px;
    }
}
/* Navigation */
#menu {
    padding: 15px;
    transition: all 0.8s ease 2s infinite;
}

#menu.navbar-default {
    background-color: #fff;
    border-color: rgba(231, 231, 231, 0);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

#menu a.navbar-brand {
    font-family: 'Raleway', sans-serif;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
}

#menu.navbar-default .navbar-nav > li > a {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    color: #555;
    font-size: 15px;
    font-weight: 400;
    padding: 8px 2px;
    border-radius: 0;
    margin: 9px 20px 0 20px;
}

#menu.navbar-default .navbar-nav > li > a:after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 2px;
    background: linear-gradient(to right, #00A943 0%, #FFF 100%);
    content: "";
    transition: width 0.2s infinite;
}

#menu.navbar-default .navbar-nav > li > a:hover:after {
    width: 100%;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > .active > a:focus:after {
    display: block !important;
    position: absolute !important;
    left: 0 !important;
    bottom: -1px !important;
    width: 100% !important;
    height: 2px !important;
    background: linear-gradient(to right, #ffa500 0%, #FFF 100%) !important;
    content: "" !important;
    transition: width 0.2s infinite !important;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
    border-color: #608dfd;
}

.navbar-default .navbar-toggle:hover > .icon-bar {
    background-color: #608dfd;
}

.section-title {
    margin-top: 80px;
}

.section-title h2 {
    position: relative;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.section-title h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00A943 0%, #FFF 100%);
    height: 7px;
    border-radius: 3px;
    width: 60px;
    bottom: 0;
    left: 0;
}

.section-title p {
    font-size: 18px;
}

.btn-green {
    background-color: #00A943;
    padding: 12px 34px;
    border-radius: 50px;
    color: #fff;
    transition: all 300ms;
}
.btn-green:hover {
    background-color: #009039;
    color: #fff;
}

.btn-blue {
    background-color: #13419C;
    padding: 12px 34px;
    border-radius: 50px;
    color: #fff;
    transition: all 300ms;
}
.btn-blue:hover {
    background-color: #113782;
    color: #fff;
}

.btn-custom {
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    color: #fff;
    background-color: #ffa500;
    background-image: linear-gradient(to left, #ffa500 0%, #ed6e26 100%);
    padding: 14px 34px;
    letter-spacing: 1px;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    border-radius: 25px;
    transition: all 0.5s linear;
    border: 1px solid transparent;
}

.btn-custom:hover, .btn-custom:focus, .btn-custom.focus, .btn-custom:active, .btn-custom.active {
    color: #fff;
    background-image: none;
    background-color: #fff;
    color: #000;
    border-color: #00A943;
    border-color: #00A943;
}

.btn:active, .btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: none;
    outline-offset: none;
}

/* Header Section */
.intro {
    display: table;
    width: 100%;
    padding: 0;
    /* background: url(../img/intro-bg.jpg) center center no-repeat; */
    /* background-color: #e5e5e5; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header {
    position: relative;
    padding-top: 80px;
    padding-bottom: 180px;
    overflow: hidden
}

@media(min-width: 420px) {
    header {
        padding-bottom:160px
    }
}

@media (min-width: 670px) {
    header {
        padding-bottom:225px;
    }
}

@media (min-width: 880px) {
    header {
        padding-top:130px;
        padding-bottom: 225px;
    }
}
@media (min-width: 1200px) {
    .container.-lg{
        width:1040px;
    }

}
@media (min-width: 1540px) {
    header {
        overflow:visible;
        padding-bottom: 180px;
    }
}
.header-content {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-gap: 30px 0;
    gap: 30px 0;
}

.header-content .btn-green,
.header-content .btn-blue {
    margin-bottom: 20px;
}
.intro h1 {
    font-family: 'Raleway', sans-serif;
    color: #000;
    font-size: 28px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 20px;
}

.intro h1 span {
    font-weight: 800;
    color: #5ca9fb;
}

.intro p {
    color: #000;
    font-size: 16px;
    font-weight: 300;
    line-height: 150%;
    margin: 0 auto;
    margin-bottom: 50px;
}

header .intro-text {
    padding-top: 150px;
    /* padding-bottom: 200px; */
    text-align: center;
}
.header-content .intro-column {
    max-width: 540px;
    margin-top: 20px
}

.header-content .intro-column h1.common-PageTitle {
    padding-right: 20px;
    font-size: 33px;
    line-height: 44px
}

@media (min-width: 420px) {
    .header-content .intro-column h1.common-PageTitle {
        font-size:45px;
        line-height: 60px
    }
}

.header-content .intro-column .common-IntroText {
    margin-top: 20px
}

@media (min-width: 670px) {
    .header-content {
        grid-template-columns:.50fr .45fr;
        grid-gap: 0 30px;
    }
}

/* mobile screen */
@media (max-width: 991px) {
    .mt-xs-40 {
        margin-top: 40px;
    }
}

/* wide screen */
@media (min-width: 992px) {
    .mr-lg-40 {
        margin-right: 40px;
    }
}

.header .common-TekromGrid {
    z-index: -1
}

.header .common-TekromGrid .background {
    grid-row-end: -4;
    background-color: #f6f9fc
}

.header .common-TekromGrid .tekromContainer .tekrom:first-child {
    grid-row: -13;
    grid-column: left-gutter-start/span 3;
    box-shadow: inset 0 0 0 1.5px #e6ebf1
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(2) {
    grid-row: -6;
    grid-column: 1/span 4;
    background-color: #9cdbff
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(3) {
    grid-row: -5;
    grid-column: 1/span 5;
    background-color: #c4f0ff
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(4) {
    grid-row: -5;
    grid-column: 6/span 4;
    background-color: #6acbf9
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(5) {
    grid-row: -4;
    grid-column: 1/span 5;
    background-color: #555abf
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(6) {
    grid-row: -5;
    grid-column: -5/viewport-end;
    background-color: #ffc7ee
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(7) {
    grid-row: -5;
    grid-column: -7/-5;
    background-color: #c198f2
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(8) {
    grid-row: -4;
    grid-column: -9/-5;
    background-color: #997ffb
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(9) {
    grid-row: -3;
    grid-column: -10/-5;
    background-color: #ffcd42
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(10) {
    grid-row: -3;
    grid-column: -5/viewport-end;
    background-color: #ffab43
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(11) {
    grid-row: -11;
    grid-column: -5/viewport-end;
    background-color: #e6ebf1
}

.header .common-TekromGrid .tekromContainer .tekrom:nth-child(12) {
    grid-row: -10;
    grid-column: -6/viewport-end;
    box-shadow: inset 0 0 0 1.5px #e6ebf1
}

.intro-visual {
    --logoSize: 70px;
    position: relative;
    top: 70px;
    height: 0;
    padding-bottom: 100%;
    margin-bottom: -190px;
    transition: filter .4s ease-in-out;
    transform: translate3d(0,0,0);
}

@media(min-width: 420px) {
    .intro-visual {
        top:150px
    }
}

@media(min-width: 670px) {
    .intro-visual {
        right:-40px;
        top: 0;
        margin-bottom: 0;
    }
}

@media(min-width: 880px) {
    .intro-visual {
        top: 25px;
    }
}

@media(min-width: 670px) {
    .intro-visual--measured {
        transform:translate(-50%,-50%) translate(40px,40px) perspective(2910px) rotateY(-30deg) rotateX(9deg) rotate(5deg) scale(.8)!important;
        transform: translate(-50%,-50%) translate(40px,40px) perspective(2910px) rotateY(-30deg) rotateX(9deg) rotate(5deg)!important
    }
}

.intro-visual--resizing {
    filter: blur(5px)
}

.intro-visual-container {
    position: absolute;
    width: 120%;
    height: 120%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
@media(max-width: 670px) {
    .intro-visual-container {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 23%;
        left: 50%;
        transform: translate(-50%,-50%);
    }
    header .intro-text{
        padding-bottom:10px;
    }
}
.intro-visual .layer {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fff;
    border-radius: 100%;
    will-change: transform,opacity;
    box-shadow: 0 2px 5px 0 rgba(26,26,67,.05),13px 20px 125px -25px rgba(50,50,93,.5),16px 20px 75px -37.5px rgba(0,0,0,.6);
}

.intro-visual .layer--tekrom {
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: blur(0.5)
}

.intro-visual .layer--tekrom svg {
    width: 75%;
    height: 75%;
    filter: blur(4px);
}

.intro-visual .logo-rotator {
    position: absolute;
    left: calc(50% - var(--logoSize) / 2);
    top: calc(50% - var(--logoSize) / 2);
    width: var(--logoSize);
    height: var(--logoSize);
    border-radius: 100%
}

.intro-visual .logo,.intro-visual .logo-scaler {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    will-change: transform
}

.intro-visual .logo {
    background-color: #fff;
    box-shadow: 0 13px 27px -5px rgba(50,50,93,.25),0 8px 16px -8px rgba(0,0,0,.3),0 -6px 16px -6px rgba(0,0,0,.025);
    border-radius: 500px;
    width: var(--logoSize);
    height: var(--logoSize);
}

.common-TekromGrid {
    --tekrom-height:48px; --content-columns:12; --gutter-columns:4; position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    z-index: -1;
    left: 0;
    pointer-events: none;
}

@media (min-width: 670px) {
    .common-TekromGrid {
        --tekrom-height:64px
    }
}

.common-TekromGrid .backgroundContainer,.common-TekromGrid .tekromContainer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transform: skewY(-12deg);
    transform: skewY(-12deg)
}

.common-TekromGrid .backgroundContainer .grid {
    grid-template-columns: 1fr;
    min-width: 0
}

.common-TekromGrid .backgroundContainer .background {
    grid-row: 1/-1;
    grid-column: 1/-1;
    z-index: -1
}

.common-TekromGrid .tekromContainer {
    overflow: hidden
}

.common-TekromGrid.anchorBottom .backgroundContainer,.common-TekromGrid.anchorBottom .tekromContainer {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.common-TekromGrid.anchorBottom .grid {
    height: 200%;
    -ms-flex-line-pack: end;
    align-content: end
}

.common-TekromGrid .grid {
    --content-column-width:minmax(0,calc(1540px / var(--content-columns)));
    --gutter-column-width:1fr;
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: repeat(auto-fill,var(--tekrom-height));
    grid-template-columns: [viewport-start] 1fr [left-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [left-gutter-end content-start] repeat(var(--content-columns),var(--content-column-width)) [content-end right-gutter-start] repeat(var(--gutter-columns),var(--gutter-column-width)) [right-gutter-end] 1fr [viewport-end];
}
.common-TekromGrid {
    z-index: -1;
    /* overflow: hidden; */
}

#header .common-TekromGrid .backgroundContainer .background {
    grid-row-end: -4;
    background-color: #f6f9fc
}

.common-TekromGrid .tekromContainer .tekrom:first-child {
    grid-row: -13;
    grid-column: left-gutter-start/span 3;
    box-shadow: inset 0 0 0 1.5px #e6ebf1
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(2) {
    grid-row: -6;
    grid-column: 1/span 4;
    background-color: #9cdbff
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(3) {
    grid-row: -5;
    grid-column: 1/span 5;
    background-color: #c4f0ff
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(4) {
    grid-row: -5;
    grid-column: 6/span 4;
    background-color: #6acbf9
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(5) {
    grid-row: -4;
    grid-column: 1/span 5;
    background-color: #1e4496;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(6) {
    grid-row: -5;
    grid-column: -5/viewport-end;
    background-color: #216d24;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(7) {
    grid-row: -5;
    grid-column: -7/-5;
    background-color: #5fa862;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(8) {
    grid-row: -4;
    grid-column: -9/-5;
    background-color: #f2de2b;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(9) {
    grid-row: -3;
    grid-column: -10/-5;
    background-color: #ffa402;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(10) {
    grid-row: -3;
    grid-column: -5/viewport-end;
    background-color: #ee7125;
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(11) {
    grid-row: -11;
    grid-column: -5/viewport-end;
    background-color: #e6ebf1
}

.common-TekromGrid .tekromContainer .tekrom:nth-child(12) {
    grid-row: -10;
    grid-column: -6/viewport-end;
    box-shadow: inset 0 0 0 1.5px #e6ebf1
}
.HeaderVisualLogo {
    background-size: 465px 465px;
    background-image: url(/img/logos.png?v=1)
}

@media (-webkit-min-device-pixel-ratio: 1.3),(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi) {
    .HeaderVisualLogo {
        background-image:url(/img/logos.png?v=1)
    }
}

.HeaderVisualLogo-img0 {
    background-position: 0 0;
    
}

.HeaderVisualLogo-img1 {
    background-position: -77px 0;
    
}

.HeaderVisualLogo-img2 {
    background-position: 0 -77px;
    
}

.HeaderVisualLogo-img3 {
    background-position: -77px -77px;
    
}

.HeaderVisualLogo-img4 {
    background-position: -154px 0;
    
}

.HeaderVisualLogo-img5 {
    background-position: -154px -77px;
    
}

.HeaderVisualLogo-img6 {
    background-position: 0 -154px;
    
}

.HeaderVisualLogo-img7 {
    background-position: -77px -154px;
    
}

.HeaderVisualLogo-img8 {
    background-position: -154px -154px;
    
}

.HeaderVisualLogo-img9 {
    background-position: -231px 0;
    
}

.HeaderVisualLogo-img10 {
    background-position: -231px -77px;
    
}

.HeaderVisualLogo-img11 {
    background-position: -231px -154px;
    
}

.HeaderVisualLogo-img12 {
    background-position: 0 -231px;
    
}

.HeaderVisualLogo-img13 {
    background-position: -77px -231px;
    
}

.HeaderVisualLogo-img14 {
    background-position: -154px -231px;
    
}

.HeaderVisualLogo-img15 {
    background-position: -231px -231px;
    
}

.HeaderVisualLogo-img16 {
    background-position: -308px 0;
    
}

.HeaderVisualLogo-img17 {
    background-position: -308px -77px;
    
}

.HeaderVisualLogo-img18 {
    background-position: -308px -154px;
    
}

.HeaderVisualLogo-img19 {
    background-position: -308px -231px;
    
}

.HeaderVisualLogo-img20 {
    background-position: 0 -308px;
    
}

.HeaderVisualLogo-img21 {
    background-position: -77px -308px;
    
}

.HeaderVisualLogo-img22 {
    background-position: -154px -308px;
    
}

.HeaderVisualLogo-img23 {
    background-position: -231px -308px;
    
}

.HeaderVisualLogo-img24 {
    background-position: -308px -308px;
    
}

.HeaderVisualLogo-img25 {
    background-position: -385px 0;
    
}

.HeaderVisualLogo-img26 {
    background-position: -385px -77px;
    
}

.HeaderVisualLogo-img27 {
    background-position: -385px -154px;
    
}

.HeaderVisualLogo-img28 {
    background-position: -385px -231px;
    
}

.HeaderVisualLogo-img29 {
    background-position: -385px -308px;
    
}

.HeaderVisualLogo-img30 {
    background-position: 0 -385px;
    
}
/* About Section */
#about {
    padding: 100px 0;
}

#about h3 {
    font-size: 22px;
    margin: 0 0 20px 0;
}

#about h2 {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#about h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00A943 0%, #FFF 100%);
    height: 7px;
    width: 80px;
    bottom: 0;
    left: 0;
    border-radius: 3px;
}

#about .about-text li {
    margin-bottom: 6px;
    margin-left: 6px;
    list-style: none;
    padding: 0;
}

#about .about-text li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    color: #5ca9fb;
    font-size: 11px;
    font-weight: 300;
    padding-right: 8px;
}

#about img.img-responsive {
    width: 770px;
    margin-top: 10px;
    background: #fff;
    border-right: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.06);
}

#about p {
    line-height: 24px;
    margin: 30px 0;
}

/* Products Section */
#Products {
    padding: 100px 0;
    color: #000;
}

#Products .service-desc {
    margin: 10px 10px 20px;
}

#Products h2 {
    color: #fff;
}

#Products .section-title h2::after {
    position: absolute;
    content: "";
    background: linear-gradient(to right, #00A943 0%, #FFF 100%);
    height: 7px;
    border-radius: 3px;
    width: 60px;
    bottom: 0;
    left: 0;
}

#Products h2 {
    font-weight: 500;
    padding: 5px 0;
    color: #000;
}

#Products p {
    color: rgba(255, 255, 255, .75);
}

#Products .service-desc {
    margin-bottom: 40px;
}

.gtco-flex {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    float: left;
}

#gtco-blog {
    padding: 1em 0;
    background-size: cover;
}

.gtco-card-item {
    background: #fff;
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 9;
    bottom: 0;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -ms-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -o-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.08);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item.has-text figure {
    margin-bottom: 30px !important;
}

.gtco-card-item figure {
    margin: 0;
    padding: 0;
    overflow: hidden;
    z-index: 12;
    position: relative;
}

.gtco-card-item figure .overlay {
    opacity: 0;
    visibility: hidden;
    z-index: 10;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.4);
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

.gtco-card-item figure .overlay i {
    z-index: 12;
    color: #fff;
    font-size: 30px;
    position: absolute;
    /* margin-left: -15px; */
    /* margin-top: -45px; */
    text-align: center;
    top: 25%;
    width: 100%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.gtco-card-item img {
    z-index: 8;
    opacity: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    max-height: 255px;
    float: none;
    display: inline-block;
}

.gtco-card-item .gtco-text {
    padding: 0px 10px 10px 20px;
    text-align: center;
}

.col-md-2 .gtco-text h2 {
    font-size: 75% !important;
}

.gtco-text h2 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.col-md-2 .gtco-text p {
    font-size: 66% !important;
}

.gtco-card-item .gtco-text.text-left {
    text-align: left;
}

.gtco-card-item .gtco-text h2, .gtco-card-item .gtco-text span {
    text-decoration: none !important;
}

.gtco-card-item .gtco-text h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
    color: #FF5126;
}

.gtco-card-item .gtco-text span {
    color: #b3b3b3;
    font-size: 16px;
    font-weight: 400;
}

.gtco-card-item .gtco-text p {
    color: #000;
    height: 70px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; 
    overflow:hidden;
    font-size: 16px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-card-item .btn-product {
    background-color: transparent;
    border: 1px solid #13419C;
    padding: 10px 40px;
    border-radius: 40px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
    transition: all 300ms;
}

.gtco-card-item:hover .btn-product {
    background-color: #13419C;
    color: #fff;
}

.gtco-card-item .gtco-text span.btn {
    color: #666666 !important;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    background: #ebebeb;
    border: 2px solid #ebebeb !important;
    position: relative;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.gtco-card-item .gtco-text .gtco-category {
    font-size: 12px;
    color: #cccccc;
}

.gtco-card-item .gtco-text .gtco-category span {
    font-size: 12px;
    color: gray;
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1; *display: inline;
}

.gtco-card-item:hover, .gtco-card-item:focus {
    bottom: 7px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -ms-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    -o-box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.19);
}

.gtco-card-item:hover img, .gtco-card-item:focus img {
    -webkot-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.gtco-card-item:hover span.btn, .gtco-card-item:focus span.btn {
    opacity: 1;
    visibility: visible;
    bottom: 0px;
    color: #fff !important;
    border: 2px solid #ff6540 !important;
    background: #ff6540 !important;
}

.gtco-card-item:hover figure .overlay, .gtco-card-item:focus figure .overlay {
    opacity: 1;
    visibility: visible;
}

.gtco-card-item:hover figure .overlay i, .gtco-card-item:focus figure .overlay i {
    margin-top: -15px;
}

.gtco-card-item:hover h2, .gtco-card-item:hover span, .gtco-card-item:focus h2, .gtco-card-item:focus span {
    text-decoration: none !important;
}

/* Portfolio Section */
#portfolio {
    /* padding: 100px 0; */
}

.portfolio-item {
    margin: 1px -15px 0 -14px;
    padding: 15px;
}

.portfolio-item .hover-bg {
    overflow: hidden;
    position: relative;
    margin: 0;
}

.hover-bg .hover-text {
    position: absolute;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    background: linear-gradient(to left, #ffa500c2 0%, #ed6e26d9 100%);
    padding: 30% 0 0 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.5s;
}

.hover-bg .hover-text > h4 {
    opacity: 0;
    color: #000;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    transition: all 0.3s;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 500;
    text-transform: uppercase;
}

.hover-bg:hover .hover-text > h4 {
    opacity: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.hover-bg:hover .hover-text {
    opacity: 1;
}

.region-card {
    background: #FFFFFF;
    box-shadow: 0 1px 24px -4px rgba(0,0,0,0.10);
    border-radius: 7px;
    padding: 20px;
    margin-bottom: 30px;
}

.region-card a { 
    color: #7e7e7e;
}
.region-card img {
    border-radius: 5px;
    margin-bottom: 15px;
}
.ti-d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.align-items-baseline {
    align-items: baseline;
}
.icon-address-title {
    background: url("../img/address-title.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.icon-address-point {
    background: url("../img/address-point.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}

.icon-address-phone {
    background: url("../img/address-phone.svg") no-repeat;
    background-position: center;
    background-size: contain;
    width: 16px;
    height: 16px;
}
/* Team Section */
#team {
    /* padding: 100px 0; */
}

#team h4 {
    margin: 5px 0;
}

#team .team-img {
    width: 450px;
    height: 267px;
}

#team .thumbnail {
    background: transparent;
    border: 0;
}

#team .thumbnail .caption {
    padding: 10px 0 0 0;
    color: #888;
}

/* Contact Section */
#contact {
    padding: 60px 0;
    background: url("../img/footer-contact.jpg") no-repeat;
    background-size: cover;
    color: #fff;
}



/* wide screen */
@media (min-width: 992px) {
    #contact .section-flex {
        display: flex;
        align-items: flex-end;
    }
    .contact-follow-us {
        display: flex;
        align-items: center;
    }
}
/* mobile screen */
@media (max-width: 991px) {
    ..contact-follow-us {
        text-align: center;
    }
}
#contact .section-title {
    margin: 0;
}

#contact .section-title p {
    font-size: 16px;
}

#contact h2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

#contact .section-title h2::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 60px;
    bottom: 0;
}

#contact h3 {
    color: #fff;
    margin-top: 80px;
    /* margin-bottom: 25px; */
    padding-bottom: 20px;
    font-weight: 400;
}

#contact img {
    margin-bottom: 20px;
}

#contact form {
    float: right;
    display: inline-block;
    padding-top: 20px;
}

#contact .text-danger {
    color: #cc0033;
    text-align: left;
}

#contact .btn-custom {
    margin: 30px 0;
    color: #07AB48;
    background: #fff;
}

#contact .btn-custom:hover {
    color: #1f386e;
    background: #fff;
}

label {
    font-size: 12px;
    font-weight: 400;
    font-family: 'Open Sans', sans-serif;
    float: left;
}

#contact .form-control {
    display: block;
    width: 100%;
    padding: 6px 12px;
    min-height: 50px;
    font-size: 16px;
    line-height: 150%;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 2px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#contact .form-control:focus {
    border-color: #fff;
    outline: 0;
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
}

.form-control::-webkit-input-placeholder {
    color: #fff;
}

.form-control:-moz-placeholder {
    color: #fff;
}

.form-control::-moz-placeholder {
    color: #fff;
}

.form-control:-ms-input-placeholder {
    color: #fff;
}

#contact .contact-item {
    margin: 20px 0;
}

#contact .contact-item span {
    color: rgba(255, 255, 255, 1);
    margin-bottom: 10px;
    display: block;
}

#contact .contact-item i.fa {
    margin-right: 10px;
}

#contact .social {
    margin-left: 20px;
}

#contact .social ul li {
    display: inline-block;
    margin: 0 5px;
}

#contact .social ul li a {
    text-align: center;
}


#contact .social i.fa {
    font-size: 22px;
    width: 48px;
    height: 48px;
    padding: 12px 0;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 50%;
    transition: all 0.3s;
}

#contact .social i.fa:hover {
    color: #608dfd;
    background: #fff;
}

/* Footer Section*/
#footer {
    background: #f6f6f6;
    padding: 30px 0;
}

#footer p {
    color: #888;
    font-size: 14px;
}

#footer a {
    color: #608dfd;
}

#footer a:hover {
    border-bottom: 2px solid #608dfd;
}

@media (min-width: 1000px) {
    .col-1.refBox {
        width: 8.33333333%;
    }

    #menu a.navbar-brand img {
        height: 30px;
    }
}

@media (max-width: 768px) {
    .col-1.refBox {
        width: 25%;
        float: left;
    }

    #menu a.navbar-brand img {
        height: 20px;
    }

    .intro-visual {
        --logoSize: 37px;
        top: 70px;
        margin-bottom: -150px;
    }
    .HeaderVisualLogo {
        background-size:233px 233px
    }
    .intro-visual .layer--tekrom {
        filter: blur(0.1)
    }
}

@media (max-width: 1100px) and (min-width:769px) {
    #menu a.navbar-brand img {
        height: 22px;
    }

    #menu.navbar-default .navbar-nav > li > a {
        margin: 9px 5px 0 5px;
        font-size: 13px;
    }
}

@media (max-width: 769px) and (min-width:650px) {
    #menu a.navbar-brand img {
        height: 22px;
    }

    #menu.navbar-default .navbar-nav > li > a {
        font-size: 10px;
        margin: 10px;
    }
}

@media (max-width: 768px) {
    .btn-custom {
        margin-bottom: 20px;
    }

    .portfolio-item img {
        width: 100%;
    }
}

#imageto {
    /* width: 184px; */
    /* height: 134px; */
}

#imagett {
    width: 185px;
    height: auto;
    margin-bottom: 10px;
    display: inline-block;
    float: none;
}

.alp {
    text-align: center;
}

.cc {
    margin-top: 45px;
    display: inline-block;
    float: none;
}

.abs {
    margin-top: 5px;
    height: 60px;
}
