@import url(avenir-font.css);

:root {
    --yellow: #F9A826;
    --black: #333;
    --blue: #2C384C;
    --grey: #F7F9FB;
    --light-blue: #CCE4EE;
    --bright-blue: #224797;
    --slate: #4C5B73
}

a {
    text-decoration: none;
    color: var(--black)
}

a:hover {
    text-decoration: none
}

#cases p,
#clients li,
#menu,
#partners li,
#side_menu,
.cd-timeline__img,
.exbtns i,
.fa,
.ftop i,
.moretxt_btn span,
.navbar-brand img,
.navbar-toggle span,
.newslist li img,
.readmore span,
.steps_icon .splide__slide,
.visible-top a,
.whitebox,
:after,
:before,
a,
button,
h4,
i,
span {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}

select.selectdrop {
    background-image: url(../images/select-dropdown-black.svg) !important;
    background-position: right .75rem center !important;
    background-size: 10px 6px !important;
    background-repeat: no-repeat !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}
.abtbnr .h1 {
  font-size: 5vw;
  font-weight: 900;font-family: avenir;  margin-top: 20px;
  line-height: 1;
}

img {
    max-width: 100%
}

@media all and (min-width:1270px) {
    .container {
        max-width: 1200px
    }
}

@media all and (min-width:1330px) {
    .container {
        max-width: 1280px
    }
}

@media all and (min-width:1430px) {
    .container {
        max-width: 1350px
    }
}

@media all and (min-width:1400px) {
    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%;
        max-width: 50%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.6666666667%;
        max-width: 41.6666666667%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.3333333333%;
        max-width: 58.3333333333%
    }
}

body {
    font-family: avenir;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.7;
    color: var(--black);
    overflow-x: hidden;
    transition: .3s ease-out;
    max-width: 100%;
    width: 100%;
    overscroll-behavior: none
}

ul {
    list-style: none;
    padding: 0
}

#side_menu {
    margin: -8px 0
}

#side_menu a {
    display: inline-block;
    padding: 18px 10px 12px;
    color: var(--slate);
    border-bottom: 3px solid transparent;
    font-weight: 700
}

#side_menu a.active,
#side_menu a:hover {
    color: var(--black);
    border-bottom-color: var(--yellow)
}

.siteheader:not(.stickhead) #side_menu {
    margin-left: 70px
}

#mobile_side_menu {
    position: fixed;
    top: 58px;
    right: 0;
    bottom: 70px;
    width: 30px;
    z-index: 999;
    background: rgba(255, 255, 255, .8);
    overflow-y: auto;
    border-radius: 0 0 30px 30px;
    border-left: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    display: none
}

#mobile_side_menu .overflow {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translate(100%) rotate(90deg);
    transform-origin: top left
}

#mobile_side_menu a {
    color: var(--slate);
    border-bottom: 3px solid transparent;
    padding: 2px 10px;
    display: block;
    white-space: nowrap;
    font-size: 14px;
    height: 30px;
    font-weight: 700
}

#mobile_side_menu a.active {
    border-bottom-color: var(--yellow)
}

.siteheader {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    z-index: 999;
    background: #fff;
    line-height: 1.5
}

.siteheader.stickhead {
    box-shadow: 0 0 50px rgba(0, 0, 0, .07)
}

.navbar-brand {
    width: 275px;
    margin: 7px 290px 0 0
}

.navbar-brand img {
    height: 50px
}

    .menu_info li {padding: 10px 10px;}

.stickhead .navbar-brand {
    padding: 0;
    width: 250px
}

.stickhead .navbar-brand img {
    height: 54px
}

.navbar-toggle {
    display: none;
    position: relative;
    width: auto;
    height: 40px;
    padding: 8px;
    vertical-align: bottom;
    margin-left: 30px;
    z-index: 999
}

.navbar-toggle span {
    display: inline-block;
    text-transform: uppercase;
    padding-left: 50px
}

.navbar-toggle:hover .hamburger-inner {
    background: #555;
    width: 30px
}

.navbar-toggle:hover {
    color: #000
}

.text-warning,
.text-yellow {
    color: var(--yellow) !important
}

.hamburger-inner {
    top: 50%;
    display: block;
    margin-top: -2px;
    transition-timing-function: cubic-bezier(.55, .055, .675, .19);
    transition-duration: .22s
}

.hamburger-inner:after,
.hamburger-inner:before {
    display: block;
    content: ""
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
    position: absolute;
    width: 40px;
    height: 4px;
    transition-timing-function: ease;
    transition-duration: .15s;
    transition-property: transform;
    border-radius: 4px;
    background-color: var(--yellow)
}

.hamburger-inner {
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}

.hamburger-inner:before {
    top: -10px;
    transition: top .1s ease-in .25s, opacity .1s ease-in
}

.hamburger-inner:after {
    bottom: -10px;
    transition: bottom .1s ease-in .25s, transform .22s cubic-bezier(.55, .055, .675, .19)
}

.navbar-toggle.is-active {
    width: 40px
}

.navbar-toggle.is-active span {
    display: none
}

.navbar-toggle.is-active .hamburger-inner,
.navbar-toggle.is-active .hamburger-inner:after,
.navbar-toggle.is-active .hamburger-inner:before {
    background-color: var(--black);
    width: 30px
}

.navbar-toggle.is-active .hamburger-inner {
    transition-delay: .12s;
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transform: rotate(225deg)
}

.navbar-toggle.is-active .hamburger-inner:before {
    top: 0;
    transition: top .1s ease-out, opacity .1s ease-out .12s;
    opacity: 0
}

.navbar-toggle.is-active .hamburger-inner:after {
    bottom: 0;
    transition: bottom .1s ease-out, transform .22s cubic-bezier(.215, .61, .355, 1) .12s;
    transform: rotate(-90deg)
}

.search-btn {
    background: var(--yellow);
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    padding-top: 5px
}

.search-btn:hover {
    background: var(--black);
    color: #fff
}

.talk-btn {
    background: var(--yellow);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 5px;
    margin-left: 10px;
    position: relative;
    z-index: 555;
    top: 15px
}

.talk-btn img {
    width: 27px
}

.talk-btn:hover {
    background: var(--black);
    color: #fff
}

.sp-wrapper {
    display: -webkit-flex;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

#search-panel {
    background: rgba(255, 255, 255, .98);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: none;
    z-index: 6666
}

#search-panel .sp-wrapper {
    align-items: center;
    justify-content: center
}

#search-panel form {
    margin-top: -8%;
    position: relative
}

#search-panel input {
    font-size: 100px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    border: none;
    outline: 0;
    padding-right: 100px;
    padding-left: 30px
}

#search-panel input:focus {
    box-shadow: none
}

#search-panel input::-webkit-input-placeholder {
    color: #aaa
}

#search-panel input:-ms-input-placeholder {
    color: #aaa
}

#search-panel input::placeholder {
    color: #aaa
}

.closebtn {
    position: absolute;
    margin-left: -30px;
    left: 50%;
    bottom: 15%;
    width: 60px;
    height: 60px;
    z-index: 2;
    font-size: 54px;
    text-align: center;
    line-height: 54px;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    padding-left: 1px;
    transform: scale(1)
}

.closebtn:hover {
    background: var(--yellow);
    color: #fff;
    transform: scale(1.2)
}

#search-panel .btn-outline {
    position: absolute;
    right: 10px;
    font-size: 45px;
    border-radius: 50%;
    color: var(--yellow);
    width: 80px;
    height: 80px;
    border: 2px solid var(--yellow);
    padding: 0 0 0 6px
}

#search-panel .btn-outline:hover {
    background: var(--black)
}

#menu {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.menu_list {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 0
}

.menu_list > li > a {
    display: block;
    padding: 20px 15px;
    font-weight: 700;
    color: var(--black);
    font-size: 18.5px;
    position: relative;
    text-align: center
}

.menu_list > li > a img,
.menu_list > li > a object {
    display: none
}

.menu_list > li > a:after {
    content: '';
    display: block;
    height: 3px;
    width: 0;
    background: var(--yellow);
    bottom: -18px;
    opacity: 0;
    position: relative
}

.menu_list > li:hover > a:after {
    width: 100%;
    opacity: 1
}

.stickhead .menu_list > li > a {
    padding: 15px 15px
}

.info_text {
    flex: 0 0 auto;
    width: 35%;
    max-width: 100%;
    line-height: 1.8;
    font-size: 16px;
    padding-top: 8px
}

.submenu {
    flex: 0 0 auto;
    width: 65%;
    max-width: 100%;
    padding-left: 50px
}

.submenu ul {
    margin: 0;
    list-style: none;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap
}

.submenu li {
    flex: 0 0 auto;
    width: 33.33%;
    padding-right: 30px
}

.submenu a {
    display: inline-block;
    font-size: 16px;
    padding: 8px 0;
    color: var(--black);
    position: relative
}

.submenu a:not(.contact_btn):after {
    content: '';
    display: block;
    height: 2px;
    width: 0;
    background: var(--yellow);
    position: absolute;
    bottom: 5px;
    opacity: 0
}

.submenu a:hover:after {
    width: 100%;
    opacity: 1
}

.menu_btm {
    margin-top: 20px;
    padding-top: 30px;
    border-top: 1px solid #eee;
    position: relative
}

.menu_btm h4 {
    font-size: 25px;
    color: var(--yellow)
}

.contact_btn {
    background: var(--yellow);
    color: #fff !important;
    padding: 7px 40px !important;
    border-radius: 33px;
    font-size: 20px !important;
    border: 2px solid var(--yellow);
    display: none !important
}

.contact_btn:hover {
    background: #fff;
    color: var(--yellow) !important
}

.menu_list > li:hover > a + .menu_info {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 76px;
    -webkit-transition: all ease .1s;
    -moz-transition: all ease .1s;
    -ms-transition: all ease .1s;
    transition: all ease .1s
}

.menu_info {
    display: none;
    padding: 10px 10px;
    position: absolute; 
    opacity: 0;
    background: #fff;
    visibility: hidden;
    width: 280px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .15);
    top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    transition: all ease .3s
}

.stickhead .menu_list > li:hover > a + .menu_info {
    top: 48px
}

.stickhead .menu_list > li > a:after {
    bottom: -7px
}

.icon_large {
    width: 150px;
    position: absolute;
    right: 40px;
    bottom: 30px
}

.txt_border {
    -webkit-text-stroke: 1px #000;
    color: transparent;
    line-height: 1;
    display: inline-block
}

#event {
    margin-top: 86px;
    background: #f5f5f5;
    padding: 1px 0;
    text-align: center
}

#event img {
    width: 100%;
    height: auto
}

#event + #banner {
    padding-top: 30px
}

#banner {
    padding-bottom: 20px
}

#banner:before {
    content: '';
    display: block;
    width: 370px;
    height: 370px;
    border: 60px solid var(--grey);
    border-radius: 50%;
    position: absolute;
    left: -160px;
    top: 110px;
    opacity: .5
}

#event + #banner .slick-slide {
    padding-top: 10px
}

#banner .h1 {
    margin-top: 50px;
    line-height: 1
}

#banner p {
    font-size: 18px;
    font-weight: 300;
    margin-top: 20px
}

#banner .bannerimg {
    position: absolute;
    right: 0;
    z-index: 0
}

#banner .h1 {
    font-size: 5vw;
    font-weight: 900
}

#banner .slick-list,
#banner .slick-track {
    height: 100%
}

#banner .slick-slide {
    position: relative;
    padding-top: 100px;
    min-height: 520px !important
}

.slick-slide img {
    margin-left: auto;
    margin-right: auto;
    max-width: 100%
}

.slick-slide:focus {
    outline: 0
}

#banner .slick-arrow {
    width: 50px;
    height: 50px;
    background: var(--yellow);
    position: absolute;
    bottom: 0;
    left: 9%;
    z-index: 3;
    border: 2px solid var(--yellow);
    border-radius: 50%
}

#banner .slick-next {
    left: calc(9% + 60px)
}

#banner .slick-arrow:hover {
    background: 0 0
}

.wave img {
    vertical-align: bottom
}

#cases.grey_block li p a {
    background: 0 0
}

.readmore {
    background: var(--black);
    color: #fff;
    font-size: 25px;
    border-radius: 50px;
    padding: 10px 30px 10px 10px;
    margin-top: 20px;
    display: inline-block;
    font-weight: 300;
    border: none;
    line-height: 1.5
}

.readmore span {
    width: 30px;
    height: 30px;
    background: #fff;
    display: inline-block;
    border-radius: 50px;
    position: relative;
    margin-right: 10px;
    vertical-align: top
}

.readmore span:before {
    content: '';
    display: block;
    width: 9px;
    height: 9px;
    background: var(--black);
    border-radius: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 3px solid transparent
}

.readmore:hover {
    color: #fff
}

.readmore:hover span {
    width: 9px;
    height: 9px;
    margin: 13px 22px 0 14px
}

.readmore:hover span:before {
    border-color: #fff;
    width: 35px;
    height: 35px;
    background: 0 0 !important
}

.readmore.yellow,
.readmore.yellow span:before {
    background: var(--yellow)
}

.readmore.btn-small {
    font-size: 20px;
    font-weight: 400
}

.h2 {
    font-size: 3.8vw;
    font-weight: 900;
    line-height: 1
}

.section_info {
    font-size: 19px;
    font-weight: 300 !important;
    width: 800px;
    max-width: 100%;
    margin: 0 auto 10px;
    color: #777;
    line-height: 1.4
}

.oh {
    overflow: hidden
}

.section_pad li .oh {
    padding-left: 20px
}

.section_pad {
    padding: 30px 0
}

.section_pad_short {
    padding: 30px 0
}

.whitebox {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 40px;
    position: relative
}

#solutions {
    background: var(--grey);
    padding: 0
}

#solutions ul {
    flex-wrap: wrap
}

#solutions li {
    padding: 0 15px
}

#solutions .whitebox > img {
    width: 70px
}

#solutions p:last-child {
    margin-bottom: 0
}

h3 {
    font-size: 22px;
    font-weight: 700
}

.cta1 {
    background: var(--yellow);
    color: #fff;
    padding-top: 10px
}

.cta1 .txtlg {
    font-size: 8vw;
    text-transform: uppercase;
    font-weight: 900;
    line-height: .9
}

.cta_title {
    display: inline-block;
    position: relative
}

.cta1 .cta_title span {
    position: absolute;
    top: 50%;
    color: var(--black);
    right: 0;
    transform: translateY(-50%);
    font-size: 1.9vw;
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    background: var(--yellow)
}

.cta1 input,
.cta2 input,
.cta2 select {
    text-align: center;
    font-size: 20px;
    font-weight: 300;
    height: 57px;
    border-radius: 50px !important;
    border: none
}

.cta1 button {
    margin-top: 0
}

#pro_features {
    background: var(--grey)
}

#pro_features ul {
    flex-wrap: wrap
}

.section_pad .title {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 150px
}

.section_pad .title .section_info {
    width: 600px;
    margin-left: 0
}

.section_pad .title .h2 span {
    display: block
}

.whitebox {
    background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
    border-radius: 12px;
    padding: 40px 30px;
    margin-bottom: 40px;
    position: relative
}

.whitebox .d-flex {
    margin-bottom: 15px;
    align-items: center
}

.whitebox .d-flex img {
    width: 50px;
    height: 50px
}

.whitebox:hover {
    box-shadow: 0 4px 25px rgba(0, 0, 0, .2)
}

.thumbs .whitebox .oh p:first-child,
.whitebox .d-flex p,
.whitebox h2,
.whitebox h3,
.whitebox h4,
.whitebox h5 {
    margin: 0 !important;
    padding-left: 15px;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important
}

.cta2 {
    background: var(--blue);
    color: #fff;
    padding: 10px 0
}

.cta2 .cta_title {
    font-weight: 900;
    text-transform: uppercase
}

.cta2 .cta_title span {
    display: block;
    font-size: 2vw;
    text-align: center;
    line-height: 1.1;
    padding-top: 3px
}

.cta2 .cta_title .txtlg {
    font-size: 14pt;
    color: rgba(255, 255, 255, .9);
    line-height: 1;
    text-transform: none;
    font-weight: 400
}

.cta2 button {
    margin-top: 0
}

.cta1 .input-group-append,
.cta2 .input-group-append {
    margin-left: 0
}

.cta2 .flag-container {
    color: #000
}

.cta2 input {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 98% !important
}

.cta2 .conphon input {
    text-align: left;
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
    width: 70% !important
}

.cta2 .intl-tel-input {
    flex: 1
}

.cta2 .form-inline select {
    width: 110px;
    margin-right: 5px;
    font-size: 18px
}

.selected-flag {
    padding-right: 15px !important
}

#services .title {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 150px
}

#services ul {
    flex-wrap: wrap
}

.feature_slider {
    margin-bottom: 0
}

.cta3 {
    background: var(--grey);
    padding: 60px 0
}

.cta3 .h2 {
    line-height: 1;
    margin-bottom: 0;
    color: var(--blue);
    font-size: 70px
}

.cta3 .section_info {
    font-size: 25px;
    color: var(--blue)
}

.cta3 button {
    text-transform: uppercase;
    font-weight: 500;
    margin-top: 10px
}

#why {
    padding-bottom: 0
}

#why .row {
    margin-top: 60px
}

#why .row h2 {
    font-size: 25px;
    font-weight: 700
}

#why p {
    font-size: 16px
}

#why img {
    border-radius: 10px
}

.why_txt {
    text-align: right
}

#industries {
    padding-top: 0
}

#industry ul {
    margin-bottom: 0
}

#industry {
    color: #fff;
    background-image: linear-gradient(to right bottom, #d16ba5, #b3569a, #94428f, #743184, #512278, #422d82, #2d368a, #003e90, #005daa, #007bbe, #0099ce, #0bb7da)
}

#industry .section_info {
    color: #fff
}

#industry .txt_border {
    -webkit-text-stroke-color: #fff
}

#industry ul {
    flex-wrap: wrap
}

#industry .whitebox {
    background: 0 0;
    border: 2px solid rgba(255, 255, 255, .2)
}

#cases {
    padding-top: 70px
}

#cases .section_info {
    font-size: 18px
}

#cases ul {
    padding-right: 40px
}

#cases .title {
    position: -webkit-sticky;
    position: sticky;
    align-self: flex-start;
    top: 150px;
    padding-bottom: 60px
}

#cases li {
    margin: 0 auto 100px;
    text-align: center;
    position: relative;
    max-width: 650px
}

#cases li a {
    display: block
}

#cases a > img {
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    transition: all ease .15s;
    transform-origin: right bottom;
    width: 100%
}

#cases li h2 {
    margin: 0;
    max-width: 93%
}

#cases .info {
    position: absolute;
    bottom: -50px;
    left: -30px;
    text-align: left;
    width: 70%
}

#cases li h2 a {
    background: rgba(0, 0, 0, .7);
    color: #fff;
    font-size: 20px;
    display: inline-block;
    font-weight: 700;
    padding: 10px 20px;
    -webkit-transition: all ease .15s;
    -moz-transition: all ease .15s;
    -ms-transition: all ease .15s;
    transition: all ease .15s;
    transform-origin: left bottom
}

#cases li p a {
    background: #fff;
    padding: 12px 40px 12px 15px;
    margin: 0;
    color: #000;
    position: relative;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .07)
}

#cases li p span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 33px;
    background: var(--yellow);
    color: #fff;
    text-align: center
}

#cases li p span img {
    transform: translateY(-50%);
    top: 50%;
    position: relative
}

#cases li:hover a > img {
    transform: rotate(2deg)
}

#cases li:hover h2 a {
    transform: rotate(-2deg)
}

#cases li:hover p {
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12)
}

#cases:not(.case_listing) li:nth-child(2n+2) a > img {
    transform-origin: left bottom
}

#cases:not(.case_listing) li:nth-child(2n+2) h2 a {
    transform-origin: right bottom
}

#cases:not(.case_listing) li:nth-child(2n+2) .info {
    right: -30px;
    left: auto;
    text-align: right
}

#cases:not(.case_listing) li:nth-child(2n+2) .info p {
    text-align: left
}

#cases:not(.case_listing) li:hover:nth-child(2n+2) a > img {
    transform: rotate(-2deg)
}

#cases:not(.case_listing) li:hover:nth-child(2n+2) h2 a {
    transform: rotate(2deg)
}

#different {
    background: var(--grey);
    padding: 50px 0
}

.whatmakes h4 {
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 20px
}

#differ .card {
    background: 0 0;
    border: none;
    border-top: 1px solid #ddd
}

#differ .card-header {
    font-size: 18px;
    background: 0 0;
    padding: 10px 0;
    border: none;
    cursor: pointer;
    position: relative;
    font-weight: 900
}

#differ .card-header:after {
    content: '';
    display: block;
    background: url(../img/angle-right.svg) no-repeat center center;
    width: 30px;
    height: 34px;
    position: absolute;
    right: 0;
    bottom: 7px;
    transform: rotate(90deg) scale(.7)
}

#differ .card-body {
    padding: 0
}

#differ .card-header:hover,
#differ .card-header[aria-expanded=true] {
    font-weight: 500
}

#differ .card-header[aria-expanded=true]:after {
    transform: rotate(270deg) scale(.7)
}

.cta_form-wrapper {
    padding-right: 60px
}

.cta_form {
    background: var(--yellow);
    box-shadow: 0 5px 30px rgba(95, 96, 96, .2);
    border-radius: 20px;
    padding: 35px 30px 10px;
    margin: -50px 0
}

.cta_form h4 {
    font-size: 21px !important;
    color: #000;
    margin-top: 0 !important;
    font-weight: 700
}

.cta_form h4 span {
    color: #fff;
    display: inline-block;
    font-weight: 900
}

.cta_form .form-control {
    border-radius: 22px;
    border: none;
    height: 44px;
    padding: 10px 25px;
    margin: 16px 0 0;
    font-size: 17px
}

.cta_form textarea.form-control {
    height: 110px
}

#video {
    position: relative;
    background: #000;
    display: none
}

#video .h2 {
    z-index: 2
}

#fives_video {
    width: 100%;
    vertical-align: bottom;
    opacity: .8
}

#fives_video #video_btn {
    position: absolute;
    bottom: 30px;
    left: 20px;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--yellow);
    color: #fff;
    font-size: 20px !important
}

#video .h2 {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
    color: #fff
}

#video .h2 span {
    display: block;
    -webkit-text-stroke-color: #fff
}

#blog.section_pad {
    padding-top: 60px
}

#blog figure {
    position: relative;
    margin: 20px 0 0;
    background: #fff;
    border: 1px solid #eee
}

#blog img {
    border-radius: 5px
}

#blog figure img {
    width: 100%;
    min-height: 215px;
    max-height: 215px
}

#blog .blog-cat {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-size: 14px;
    text-shadow: 0 0 20px rgba(0, 0, 0, .5);
    font-weight: 500
}

#blog .blog-cat a {
    color: #fff !important;
    position: relative;
    display: inline-block;
    background: var(--yellow);
    padding: 0 5px;
    border-radius: 3px
}

#blog .blog-cat a p {
    position: relative;
    margin: 0;
    z-index: 1
}

#blog .blog-cat a:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 50%;
    left: 50%;
    opacity: .9;
    border-radius: 3px;
    z-index: 0
}

#blog .metadate {
    background: var(--yellow);
    color: #fff;
    font-size: 12px;
    width: 66px;
    height: 70px;
    text-align: center;
    line-height: 1;
    border-radius: 6px;
    padding-top: 4px;
    z-index: 1;
    position: absolute;
    bottom: 10px;
    left: 10px
}

#blog .metadate span {
    font-size: 47px;
    font-weight: 900;
    display: block
}

#blog figcaption {
    display: -webkit-flex;
    display: flex;
    padding-left: 10px
}

#blog li h2,
#blog li h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
    margin-top: 15px;
    min-height: 54px
}

#blog ul li {
    padding: 0 30px
}

#blog ul li .oh {
    padding-left: 20px
}

#blog ul a:hover {
    color: var(--black)
}

#blog ul a:hover h4 {
    color: var(--yellow)
}

#blog .blog-cat a:hover:after {
    right: 0;
    left: 0;
    background: #000;
    opacity: .7
}

#blog.blogpage ul li {
    padding: 0 15px
}

#content #sidebar h4 {
    margin: 20px 0 10px;
    background: var(--grey);
    border-radius: 3px;
    padding: 10px
}

#blog .feature_slider li {
    padding: 0;
    margin: 15px
}

#blog .slick-slider .slick-list {
    margin-left: 30px;
    margin-right: 30px
}

.slick-disabled {
    display: none !important
}

#sidebar {
    position: sticky;
    top: 80px;
    margin-bottom: 20px
}

#sidebar li {
    font-size: 13.5px
}

#sidebar .blog-cat li {
    margin-bottom: 0;
    border-bottom: 1px solid var(--light-blue);
    padding: 7px 0 7px 25px
}

#sidebar .blog-cat li span {
    font-size: 13px;
    background: var(--slate);
    color: #fff;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    border-radius: 3px;
    font-weight: 700;
    letter-spacing: -1px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 24px
}

#sidebar .blog-cat li a {
    position: relative;
    display: block;
    padding-right: 30px;
    line-height: 1.4
}

#sidebar .blog-cat li:before {
    top: 8px
}

#sidebar .blog-cat li:after {
    top: 13px
}

#sidebar .blog-cat li:hover:before {
    top: 13px
}

#sidebar .blog-cat li:hover:after {
    top: 8px
}

.h2.title_sm {
    color: var(--black)
}

.title_sm .txt_border {
    -webkit-text-stroke: 1px #000
}

.title_sm + .section_info {
    font-size: 18px;
    color: #555;
    font-weight: 400
}

#testimonials {
    background: var(--grey)
}

.testi {
    max-width: 1100px;
    margin: 0 auto
}

.testi .callout {
    background: #fff;
    border-radius: 30px;
    font-size: 18px;
    padding: 35px;
    box-shadow: 0 10px 15px rgba(0, 0, 0, .1);
    position: relative;
    font-weight: 300;
    height: 100%;
    border: 2px solid #d0d7de
}

.testi li:after,
.testi li:before {
    display: block;
    position: absolute;
    font: normal 30px FontAwesome;
    z-index: 1;
    background: #d0d7de;
    color: #fff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center
}

.testi li:before {
    content: '\f10d';
    top: 10px;
    left: 10px
}

.testi li:after {
    content: '\f10e';
    bottom: 10px;
    right: 10px
}

.testi li {
    padding: 30px 20px;
    display: flex;
    align-items: center;
    position: relative
}

.testi li p {
    margin-bottom: 0
}

.testi li h5 {
    font-size: 16px;
    margin: 15px 50px 0 80px
}

.testi .slick-track {
    display: flex !important
}

.testi .slick-slide {
    height: inherit !important
}

#testimonials .slick-nav {
    text-align: center;
    margin-top: 10px
}

#testimonials .slick-arrow {
    width: 44px;
    height: 44px;
    background: var(--black);
    border: 2px solid var(--black);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center
}

#testimonials .slick-arrow img {
    filter: brightness(100)
}

#testimonials .slick-next {
    margin-left: 14px
}

#testimonials .slick-arrow:hover {
    background: 0 0
}

#testimonials .slick-arrow:hover img {
    filter: brightness(0)
}

#partners {
    border-top: 2px solid #eee
}

#partners .slick-track {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

#partners ul {
    margin-top: 25px;
    margin-bottom: 0
}

#partners li {
    padding: 0 20px
}

#clients {
    padding-bottom: 0
}

#clients .slick-track {
    display: -webkit-flexbox;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

#clients ul {
    margin-top: 0px;
}

#clients li {
    padding: 0 20px
}

#clients li img {
    width: 100%;
    height: auto;
}

.slick-dots {
    text-align: center
}

.slick-dots li {
    display: inline-block;
    padding: 0 !important;
    margin: 0 5px
}

.slick-dots button {
    text-indent: -9999px;
    border: none;
    background: #ccc;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    padding: 0
}

.slick-dots .slick-active button {
    background: var(--yellow);
    width: 14px
}

.sitefooter {
    background: var(--blue);
    color: #fff
}

.ftop {
    background: #3e4c64
}

.ftop .row {
    justify-content: space-between
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }

    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    50% {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

#frmContactUs .readmore {
    margin-top: 0
}

.ftop {
    font-size: 20px;
    font-weight: 700;
    padding: 16px 0 15px
}

.ftop i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    margin-right: 10px
}

.ftop h4 i {
    background: var(--blue);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .3)
}

.ftop .social h4 {
    display: inline-block;
    margin: 0 15px 0 0;
    font-weight: 700
}

.ftop .social i {
    font-size: 23px;
    margin: 0
}

.ftop a {
    color: #fff;
    display: inline-block
}

.ftop .social a {
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%
}

.ftop .social .facebook:hover {
    background: #3b5999;
    border-color: #3b5999
}

.ftop .social .twitter:hover {
    background: #55acee;
    border-color: #55acee
}

.ftop .social .linkedin:hover {
    background: #0077b5;
    border-color: #0077b5
}

.ftop .social .youtube:hover {
    background: #cd201f;
    border-color: #cd201f
}

.ftop .social .instagram:hover {
    background: #ff0084;
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
    border-color: #285aeb
}

.ft2 {
    text-align: right
}

.ft2 h4 {
    display: inline-block;
    margin: 0 8px 0 0;
    font-weight: 700
}

.ft2 a:hover {
    color: var(--yellow)
}

.flinks {
    padding: 30px 0 0
}

.flinks h5 {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 90%
}

.flinks a {
    color: rgba(255, 255, 255, .8);
    position: relative;
    font-size: 15px;
    display: inline-block;
    padding: 4px 0 4px 18px
}

.flinks a:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 8px;
    height: 2px;
    background: rgba(255, 255, 255, .8)
}

.flinks .cnot li a:before {
    content: '';
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 0px!important;
    height: 0px;
    background: rgba(255, 255, 255, .8)
}

.flinks .row > div:last-child {
    padding-left: 50px
}

.flinks a:hover {
    padding-left: 24px;
    color: #fff
}

.flinks a:hover:before {
    width: 14px;
    background: var(--yellow)
}

.flocations {
    padding: 28px 0;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.flocations h5 {
    font-size: 30px;
    font-weight: 900;
    margin: 25px auto;
    text-align: center
}

.flocations.locations {
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0;
    font-size: 15px;
    display: none
}

.flocations.locations .loc-title {
    color: #fff;
    font-size: 18px;
    font-weight: 700
}

.flocations.locations .loc-info {
    color: var(--light-blue);
    font-size: 17px
}

.flocations img {
    width: 50px;
    margin-right: 12px
}

.flocations .loc-wrapper {
    margin-bottom: 20px
}

.flocations:before {
    opacity: .05
}

.copyrights {
    padding: 15px 0;
    text-align: center;
    color: rgba(255, 255, 255, .5);
    font-size: 13px;
    line-height: 1;
    position: relative;
    border-top: 1px solid rgba(255, 255, 255, .2)
}

.copyrights a,
.copyrights span {
    display: inline-block
}

.copyrights span {
    border-left: 1px solid rgba(255, 255, 255, .5);
    margin-left: 5px;
    padding-left: 10px
}

.copyrights a {
    color: rgba(255, 255, 255, .7)
}

.copyrights a:hover {
    color: var(--grey)
}

.ftxt_btn {
    position: absolute;
    right: 100px;
    bottom: 0;
    cursor: pointer;
    background: var(--yellow);
    padding: 7px 12px;
    font-size: 16px;
    color: #000;
    border-radius: 5px 5px 0 0;
    font-weight: 300
}

.footer_txt {
    padding: 35px 0;
    background: rgba(255, 255, 255, .05);
    color: rgba(255, 255, 255, .8);
    font-size: 14px;
    display: none
}

.footer_txt h6 {
    font-weight: 700;
    letter-spacing: .4px
}

.quickenq_btn {
    position: fixed;
    transform: rotate(-90deg);
    right: -44px;
    top: 50%;
    background: var(--yellow);
    padding: 5px 10px;
    color: #000;
    border-radius: 5px 5px 0 0;
    z-index: 5
}

.quickenq_btn:hover {
    background: var(--light-blue);
    color: #000
}

.modal-header {
    background: var(--grey)
}

.modal .readmore.btn-small {
    padding: 7px 30px 7px 10px
}

.modal-content.cta_form {
    margin: 0;
    padding: 20px
}

.modal-content.cta_form .modal-header {
    background: 0 0;
    border: none;
    padding-bottom: 0
}

.modal-content.cta_form .modal-title {
    font-size: 30px !important;
    font-weight: 700
}

.modal-content.cta_form .modal-title span {
    color: #fff
}

.modal-content.cta_form .modal-header .close {
    opacity: 1;
    text-shadow: none;
    -webkit-transform: scale(1);
    transform: scale(1)
}

.modal-content.cta_form .modal-header .close:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

#back2top {
    position: fixed;
    left: 8px;
    bottom: 7px;
    padding: 0 5px;
    width: 34px;
    height: 34px;
    background: var(--yellow);
    border-radius: 50%;
    display: block;
    opacity: 0;
    text-align: center;
    font-size: 30px;
    line-height: .6;
    color: #000;
    overflow: hidden;
    z-index: 666
}

#back2top.show {
    opacity: 1
}

.mobile_menu {
    display: none
}

.inline-block {
    display: inline-block
}

.cerfitied2 img {
    height: 50px;
    margin-right: 10px;
    margin-bottom: 5px
}

.cerfitied2 img:last-child {
    margin-right: 0
}

.cerfitied2 p {
    font-size: 12px;
    margin: 5px 0 0;
    line-height: 1
}

.cerfitied2 .inline-block {
    vertical-align: bottom;
    text-align: center
}

@media all and (min-width:1600px) {
    #banner .h1 {
        font-size: 70px
    }

    .h2 {
        font-size: 55px
    }

    .cta1 .txtlg {
        font-size: 128px
    }

    .cta1 .cta_title span {
        font-size: 30.5px
    }
}

@media all and (max-width:1340px) {
    .navbar-brand {
        width: 220px
    }

    #blog ul li {
        padding: 0 10px
    }

    #blog .metadate {
        font-size: 11px;
        flex: 0 0 56px;
        height: 60px
    }

    #blog .metadate span {
        font-size: 38px
    }

    #blog li .oh {
        padding-left: 10px
    }
}

@media all and (max-width:1300px) {
    .menu_info {
        padding-left: 50px
    }

    .info_text h4 {
        font-size: 43px
    }

    .info_text {
        padding-right: 15px
    }

    .submenu {
        padding-left: 50px
    }

    .icon_large {
        width: 170px;
        bottom: 20px;
        right: 30px
    }

    .cta_form h4 {
        font-size: 30px;
        margin-bottom: 30px
    }

    #cases ul {
        padding-left: 30px
    }

    #cases li {
        margin-left: 0;
        margin-right: 0 !important
    }

    .menu_list > li > a {
        font-size: 16px;
        padding: 20px 15px
    }

    .h2 {
        font-size: 5.3vw
    }

    .menu_list > li:hover > a + .menu_info {
        top: 73px
    }
}

@media all and (max-width:1199px) {
    .cta_form {
        padding: 30px 40px
    }

    .cta_form-wrapper {
        padding-right: 30px
    }

    .cta_form h4 span {
        display: inline;
        margin-bottom: 20px
    }

    #banner .bannerimg {
        max-width: 60%
    }

    #blog .metadate {
        margin-top: -30px
    }

    .ftop {
        font-size: 19px
    }

    .ft2 {
        text-align: right
    }

    #mobile_side_menu .overflow {
        display: flex !important;
        justify-content: left;
        flex-wrap: nowrap
    }

    .navbar-toggle {
        display: inline-block
    }

    #menu {
        position: fixed;
        top: 0;
        bottom: 0;
        left: -100%;
        width: 270px;
        z-index: 999;
        background: #fff;
        align-items: flex-start;
        border-right: 1px solid #ddd;
        overflow-y: auto
    }

    #menu.showmenu {
        left: 0
    }

    .menu_list {
        display: block;
        padding-top: 20px
    }

    .menu_list > li > a {
        padding: 13px 20px;
        font-size: 18px;
        font-weight: 400
    }

    .menu_list > li > a img,
    .menu_list > li > a object {
        width: 44px;
        height: 44px;
        margin-right: 10px;
        display: block
    }

    .menu_info {
        padding: 10px 15px;
        position: relative;
        top: auto;
        box-shadow: none;
        background: var(--grey);
        border-top: 1px solid #eee;
        border-bottom: 1px solid #eee
    }

    .info_text {
        display: none
    }

    .submenu {
        padding-left: 15px;
        width: 100%
    }

    .submenu li {
        width: 100%
    }

    .submenu .menu_btm {
        display: none
    }

    .submenu a {
        font-size: 15px;
        font-weight: 300;
        padding-left: 23px;
        display: block;
        border-bottom: 1px solid #eee;
        background: url(../img/right-arrow.svg) no-repeat left center;
        position: relative;
        background-size: 12px auto
    }

    .submenu li:last-child a {
        border-bottom: none
    }

    .menu_info .container {
        max-width: 100%;
        width: 100%
    }

    .mobile_menu {
        display: block
    }

    .stickhead .menu_list > li > a {
        padding: 13px 20px
    }

    .talk-btn {
        position: absolute;
        right: 110px;
        top: 10px
    }

    .navbar-toggle {
        width: 56px;
        position: absolute;
        right: 30px;
        top: 10px
    }

    .menu_overlay {
        background: #000;
        top: 0;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: .7;
        position: fixed;
        z-index: 995;
        display: none
    }

    .navbar-toggle.is-active .hamburger-inner,
    .navbar-toggle.is-active .hamburger-inner:after,
    .navbar-toggle.is-active .hamburger-inner:before {
        background: #fff
    }

    body.oh #mobile_side_menu {
        z-index: 15
    }

    .info_text {
        display: none
    }

    #menu {
        overflow-y: auto
    }

    .menu_list > li {
        height: auto
    }

    .menu_list > li > a {
        width: 100%;
        height: auto;
        padding: 13px 20px;
        text-align: left;
        display: flex;
        align-items: center
    }

    .menu_info {
        position: relative;
        top: auto !important;
        bottom: auto !important;
        height: auto;
        padding: 0;
        max-height: 0;
        overflow: hidden;
        background: 0 0
    }

    .menu_list > li > a:after {
        display: none
    }

    .menu_list > li:hover {
        background: var(--grey)
    }

    .menu_list > li:hover .menu_info {
        max-height: 2000px
    }

    #mobile_side_menu {
        display: block
    }

    .cta2 .cta_title .txtlg {
        font-size: 12.5pt
    }

    .cerfitied2 img {
        height: 40px
    }

    .cerfitied2 img[alt="women owned"] {
        width: 96px
    }

    .cerfitied2 img[alt=gap] {
        width: 69px
    }

    .cerfitied2 img[alt=nasscom] {
        width: 182px
    }

    .cerfitied2 img[alt=iaop] {
        width: 110px
    }

    .cerfitied2 img[alt=iso] {
        width: 50px
    }
}

@media all and (max-width:991px) {
    #banner p {
        font-size: 16px;
        line-height: 1.4
    }

    #banner .slick-slide {
        min-height: 0 !important
    }

    #banner .slick-arrow {
        right: 90px;
        left: auto;
        bottom: 100px
    }

    #banner .slick-next {
        right: 30px;
        left: auto;
        bottom: 100px
    }

    .section_pad {
        padding: 50px 0 30px
    }

    #solutions .whitebox > img {
        width: 50px
    }

    .cta1 {
        text-align: center;
        padding: 20px 0
    }

    .cta1 .cta_title {
        margin-bottom: 15px
    }

    .cta1 .txtlg {
        font-size: 13vw
    }

    .cta1 .cta_title span {
        font-size: 3.1vw
    }

    .section_pad .title {
        position: relative !important;
        top: auto !important;
        text-align: center
    }

    .h2 {
        font-size: 6.5vw;
        margin-bottom: 20px
    }

    .section_pad .title .h2 span {
        display: inline-block
    }

    .section_pad .title .section_info {
        width: 100%;
        margin-bottom: 60px
    }

    .cta2 {
        padding: 30px 0
    }

    .cta2 .cta_title {
        justify-content: center;
        margin-bottom: 20px;
        width: 100%;
        text-align: center
    }

    .cta2 .cta_title span {
        font-size: 30px;
        padding-top: 0;
        text-align: center;
        font-weight: 400
    }

    .cta2 .cta_title .txtlg {
        font-size: 13pt
    }

    #why .row h2 {
        margin-top: 20px
    }

    .why_txt {
        text-align: left
    }

    #cases .readmore {
        margin-top: -20px
    }

    .cta_form {
        margin-bottom: 80px
    }

    .flocations h5 {
        text-align: center;
        margin-bottom: 30px
    }

    .ftop .social h4 {
        display: block;
        margin-left: -45px
    }

    .ftop .ft2 h4 {
        display: block;
        margin-left: -60px
    }

    .ft2 {
        text-align: left
    }

    .flinks {
        padding-bottom: 10px
    }

    .flinks ul {
        margin-bottom: 30px
    }

    #search-panel input {
        font-size: 50px
    }

    .navbar-toggle {
        margin-left: 0
    }

    .navbar-toggle span {
        display: none
    }

    .navbar-toggle {
        width: 56px
    }

    .ftxt_btn {
        position: relative;
        right: auto;
        width: 90px;
        margin: 20px auto 0;
        background: 0 0;
        color: #fff;
        border: 1px solid var(--yellow);
        border-radius: 50px
    }

    #cases a > img {
        transform: rotate(0)
    }

    #cases h2 a {
        transform: rotate(0)
    }

    #cases p a {
        box-shadow: 0 4px 10px rgba(0, 0, 0, .12)
    }

    #cases:not(.case_listing) li:nth-child(2n+2) a > img {
        transform: rotate(0)
    }

    #cases:not(.case_listing) li:nth-child(2n+2) h2 a {
        transform: rotate(0)
    }

    .flinks .row > div:last-child {
        padding-left: 15px
    }

    .ftop .social a {
        border-color: rgba(255, 255, 255, .6)
    }

    .ftop .social .facebook {
        background: #3b5999
    }

    .ftop .social .twitter {
        background: #55acee
    }

    .ftop .social .linkedin {
        background: #0077b5
    }

    .ftop .social .youtube {
        background: #cd201f
    }

    .ftop .social .instagram {
        background: #ff0084;
        background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%)
    }

    .ft2 {
        text-align: right
    }

    .ft2 h4 {
        display: inline-block;
        margin: 0 8px 0 0;
        font-weight: 700
    }

    .ft2 a {
        color: var(--yellow)
    }

    #solutions {
        margin-top: -1px
    }

    .section_info {
        font-size: 18px
    }

    .link_section li {
        margin-bottom: 30px
    }

    .link_section li:last-child {
        margin-bottom: 0
    }

    #pro_features {
        padding-bottom: 20px
    }

    h1 + #blog li {
        margin-bottom: 40px
    }

    h1 + #blog li:last-child {
        margin-bottom: 0
    }

    .cerfitied2 {
        text-align: center
    }

    .cerfitied2 img:last-child {
        margin-right: 0
    }

    .social {
        border-top: 1px solid #2c384c;
        padding: 15px 15px 5px;
        margin-top: 19px;
        text-align: center
    }

    .cerfitied2 p {
        margin-top: 10px
    }

    .ftop .social i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }
}

@media all and (max-width:767px) {
    #event {
        margin-top: 57px
    }

    #event + #banner {
        padding-top: 0
    }

    .navbar > .container {
        max-width: 100%
    }

    .navbar-brand {
        padding: 0;
        width: auto
    }

    .navbar-brand img {
        height: 34px
    }

    .search-btn {
        right: 90px
    }

    .talk-btn {
        display: none
    }

    #search-panel input {
        font-size: 22px
    }

    #menu:before {
        width: 450px;
        height: 450px;
        right: -250px;
        top: auto;
        bottom: 0
    }

    #back2top {
        width: 35px;
        height: 35px;
        bottom: 5px
    }

    #banner .bannerimg {
        max-width: 100%;
        position: relative
    }

    #banner .slick-slide {
        padding-top: 60px
    }

    #banner:before {
        top: auto;
        bottom: 30px
    }

    .whitebox {
        flex-direction: column
    }

    .section_pad {
        padding: 40px 0 20px
    }

    .section_pad li .oh {
        padding-left: 0
    }

    .whitebox {
        padding: 20px;
        margin-bottom: 30px
    }

    .whitebox > img {
        margin-bottom: 20px
    }

    #banner .h1 {
        font-size: 12vw
    }

    #banner .h1 .txt_border {
        display: block
    }

    #banner .slick-next {
        right: 15px;
        bottom: 100px
    }

    #banner .slick-prev {
        right: 70px;
        bottom: 100px
    }

    .readmore {
        font-size: 20px;
        line-height: 28px;
        padding: 10px 21px 10px 47px
    }

    .readmore span {
        width: 28px;
        height: 28px
    }

    #solutions {
        padding-bottom: 30px
    }

    #solutions ul {
        margin-top: 50px
    }

    .cta1 .txtlg {
        font-size: 19vw
    }

    .cta1 .cta_title span {
        font-size: 4.7vw
    }

    .cta1 input,
    .cta2 input {
        width: 100% !important
    }

    .cta2 input,
    .cta2 select {
        height: 48px
    }

    .cta1 .input-group-append,
    .cta2 .input-group-append {
        width: 100%;
        margin-top: 10px
    }

    .cta1 .readmore,
    .cta2 .readmore {
        width: 100% !important;
        text-align: center
    }

    .readmore {
        position: relative
    }

    .readmore span {
        position: absolute;
        left: 10px
    }

    .readmore:hover span {
        margin-top: 10px;
        margin-left: 9px
    }

    .h2,
    .h2.title_sm {
        font-size: 12vw
    }

    .section_pad .title .h2 span {
        display: block
    }

    .cta2 .cta_title span {
        font-size: 22px
    }

    .cta2 .cta_title .txtlg {
        padding-top: 6px;
        font-size: 12pt
    }

    .txt_border {
        display: block
    }

    #cases ul {
        padding: 0
    }

    #cases li {
        margin-bottom: 60px
    }

    #cases .info {
        position: relative;
        width: 100%;
        left: -2px;
        bottom: auto;
        right: auto !important;
        margin: 0 0 0 2px;
        font-size: 16px;
        line-height: 1.3
    }

    #cases li h2 {
        width: 100%;
        display: block;
        max-width: 100%
    }

    #cases li h2 a {
        font-size: 20px;
        padding: 10px 20px;
        display: block
    }

    #cases:not(.case_listing) li:nth-child(2n+2) .info {
        margin-left: 0;
        right: 0;
        text-align: left
    }

    .cta_form-wrapper {
        padding-right: 15px
    }

    .cta_form {
        padding: 25px 15px
    }

    .cta_form .readmore.btn-small {
        width: 100%
    }

    .cta_form h4 {
        font-size: 23px !important;
        margin-bottom: 10px
    }

    .whatmakes h4 {
        font-size: 28px
    }

    #clients ul,
    #partners ul {
        margin-top: 30px
    }

    .testi {
        margin-bottom: 30px
    }

    .testi li {
        padding: 30px 10px
    }

    .testi .callout {
        padding: 55px 20px 30px
    }

    #testimonials .slick-nav {
        margin-top: 10px
    }

    .ft1 {
        margin-bottom: 10px
    }

    .ft1,
    .ft2 {
        text-align: center
    }

    .social a {
        margin: 0
    }

    .ftop .social i {
        font-size: 18px;
        width: 30px;
        height: 30px;
        line-height: 30px
    }

    .flocations {
        display: none
    }

    .copyrights {
        border-top: 1px solid rgba(255, 255, 255, .2);
        padding: 20px 0
    }

    .flinks {
        padding-left: 15px
    }

    .footer_txt {
        padding: 35px 25px 35px 5px
    }

    .quickenq_btn {
        display: none
    }

    .cta3 {
        padding: 30px 0
    }

    .cta3 .h2 {
        font-size: 30px
    }

    .cta3 .section_info {
        font-size: 20px
    }

    #search-panel form {
        margin-top: 0
    }

    #search-panel .btn-outline {
        width: 40px;
        height: 40px;
        font-size: 22px;
        padding-left: 0
    }

    #search-panel input {
        padding-left: 15px;
        padding-right: 60px
    }

    #search-panel .btn-outline {
        border-width: 0
    }

    .closebtn {
        left: auto;
        bottom: auto;
        right: 10px;
        top: 10px;
        width: 40px;
        height: 40px;
        font-size: 32px;
        background: var(--yellow);
        color: #fff;
        line-height: 1.1
    }

    .modal-content.cta_form {
        padding: 10px 5px
    }

    .modal .readmore.btn-small {
        width: 100%;
        padding: 7px 16px 7px 50px
    }

    #solutions .whitebox > img {
        margin-left: auto;
        margin-right: auto
    }

    #solutions .whitebox h3 {
        margin-bottom: 10px !important
    }

    .modal-content.cta_form .modal-title {
        font-size: 24px !important
    }

    .section_info {
        font-size: 18px;
        line-height: 1.5
    }

    #banner,
    #cases,
    #cerfitied1,
    #clients,
    #different,
    #industry,
    #partners,
    #pro_features,
    #services,
    #solutions,
    #testimonials,
    #why,
    .cta1,
    .cta2,
    .cta3,
    section#blog {
        padding-right: 30px !important
    }

    .cta1 .txtlg {
        font-size: 17.5vw
    }

    #industry ul,
    #pro_features ul,
    #services ul,
    #solutions ul,
    #why ul {
        margin-left: -15px;
        margin-right: -15px
    }

    .menu_list {
        padding-top: 10px
    }

    .menu_list > li > a {
        padding: 8px 20px
    }

    .cerfitied2 img:last-child {
        margin-right: 0
    }

    .social {
        border-top: 1px solid #2c384c;
        padding: 15px 15px 5px;
        margin-top: 19px
    }

    .cerfitied2 p {
        margin-top: 10px
    }

    .ftop {
        padding-top: 19px
    }

    #cases {
        padding-top: 40px
    }

    .thumbs .whitebox .oh p:first-child,
    .whitebox .d-flex p,
    .whitebox h2,
    .whitebox h3,
    .whitebox h4,
    .whitebox h5 {
        font-size: 20px !important
    }

    .cta_form {
        margin-bottom: 40px;
        border-radius: 10px
    }

    #sidebar {
        position: relative;
        top: auto
    }

    .cerfitied2 .inline-block {
        padding-right: 30px
    }

    .cerfitied2 img {
        margin: 0 5px 10px;
        height: 35px
    }

    .cerfitied2 img[alt="women owned"] {
        width: 84px
    }

    .cerfitied2 img[alt=gap] {
        width: 60px
    }

    .cerfitied2 img[alt=iaop] {
        width: 96px
    }

    .cerfitied2 img[alt=nasscom] {
        width: 159px
    }

    .cerfitied2 img[alt=iso] {
        width: 44px
    }
}

@media all and (min-width:576px) and (max-width:767px) {
    .cta1 .txtlg {
        font-size: 106px
    }

    .cta1 .cta_title span {
        font-size: 26px
    }
}

@media all and (max-width:575px) {
    .copyrights span + span {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        display: block;
        margin-top: 10px
    }

    .ftop .ft2,
    .ftop .social {
        padding-left: 15px
    }

    .ftop .social h4 {
        margin-left: 0
    }

    .ftop .social h4 i {
        margin-right: 10px
    }

    .ftop .ft2 h4 {
        margin-left: 0
    }

    .ftop .ft2 a {
        margin-left: 60px
    }

    #clients li img {
        max-width: 100%
    }
}

@media all and (max-width:450px) {
    .cta2 .flex-fill {
        flex: 1 !important
    }
}

@media all and (max-width:400px) {
    .copyrights span {
        margin-left: 0;
        padding-left: 0;
        border-left: none;
        display: block;
        margin-top: 10px
    }
}

@media all and (max-width:350px) {
    .navbar {
        padding-right: 0 !important
    }

    .navbar-toggle {
        right: 10px
    }

    .search-btn {
        right: 60px
    }

    .cerfitied2 img {
        height: 30px
    }

    .cerfitied2 img[alt="women owned"] {
        width: 72px
    }

    .cerfitied2 img[alt=gap] {
        width: 52px
    }

    .cerfitied2 img[alt=iaop] {
        width: 82px
    }

    .cerfitied2 img[alt=nasscom] {
        width: 137px
    }

    .cerfitied2 img[alt=iso] {
        width: 38px
    }
}

.white-bg {
    background: #fff !important
}

.pageheader {
    background: var(--grey);
    position: relative;
    overflow: hidden;
    margin-bottom: 0px
}

.pageheader:before {
    content: '';
    display: block;
    width: 360px;
    height: 360px;
    border: 60px solid #fff;
    border-radius: 50%;
    position: absolute;
    left: -160px;
    top: 105px;
    z-index: 0
}

.pageheader .row {
    align-items: center
}

#content .pageheader h1,
.pageheader h3 {
    font-weight: 900;
    font-size: 35px;
    text-align: left;
    margin-bottom: .5rem
}

.pageheader p {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 0;
    color: var(--slate)
}

.header-img {
    text-align: right;
    min-height: 317px
}

.header-img img {
    max-height: 300px
}

.pageheader img {
    margin-top: 15px
}
.conbox {
    background-color: #f6efe5;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .05);
border-radius: 12px;
margin-bottom: 20px;
padding: 10px;
}
.conbox:hover {
    background-color: #edf1f4;
 border: 1px solid #fff; 
}
.conbox h4, .conbox i  {
    color: #005192; 
}
.conbox::before {
  background: url(../img/worldmap.svg) center bottom 50px/90% auto no-repeat; 
}
#call2action {
    background: var(--grey);
    padding: 50px 0;
    margin-top: 70px;
    border-top: 1px solid #c8d3de
}

#call2action h5 {
    font-size: 45px;
    font-weight: 900;
    margin: 0
}

.imgborder {
    border-radius: 10px;
    border: 1px solid #ddd
}

.greybg {
    background: var(--grey);
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px 0
}

.border_bottom {
    border-bottom: 1px solid #eaeaea
}

.border_top {
    border-top: 1px solid #eaeaea
}

#content {
    padding-top: 83px
}

#content .h1,
#content h1 {
    font-size: 55px;
    font-weight: 900;
    margin-bottom: 30px;
    text-align: center
}

#content h1 span.sml {
    display: block;
    font-size: 60%;
    font-weight: 400;
    color: var(--yellow)
}

#content .title2 {
    font-size: 48px;
    font-weight: 900;
    margin-bottom: 25px;
    text-align: center
}

#content .title3 {
    font-size: 42px;
    font-weight: 900;
    margin-bottom: 20px;
    text-align: center
}

#content .title4 {
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 20px
}

#content .side_title {
    font-size: 75px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0
}

#content .side_title2 {
    font-size: 45px;
    font-weight: 900;
    margin-bottom: 20px;
    line-height: 1.2;
    margin-top: 0
}

#content h4 {
    margin-bottom: 20px;
    font-weight: 700;
    margin-top: 30px;
    font-size: 20px
}

#content .h3 {
    font-size: 25px;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 15px
}

#content .h4 {
    font-size: 20px;
    margin-bottom: 15px;
    color: #666
}

#content .h5 {
    font-size: 18px;
    margin: 15px 0 5px;
    color: var(--black);
    font-weight: 700;
    line-height: 1.6
}

#content #solutions {
    margin-top: 70px;
    padding-top: 30px
}

#content #solutions .h2 {
    font-size: 50px;
    font-weight: 900
}

#content #solutions ul {
    margin-top: 40px
}

#content .section_pad:last-child {
    padding-bottom: 20px
}

strong {
    font-weight: 700
}

.list1 {
    padding: 0;
    margin-bottom: 30px
}

.list1 li {
    position: relative;
    padding-left: 30px;
    margin: 0 0 10px !important
}

.list1 li:after,
.list1 li:before {
    content: '';
    display: block;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 6px
}

.list1 li:before {
    width: 16px;
    height: 16px;
    border: 2px solid var(--yellow);
    z-index: 2
}

.list1 li:after {
    width: 6px;
    height: 6px;
    background: var(--yellow);
    left: 5px;
    top: 11px;
    z-index: 1
}

.list1 li:hover:before {
    width: 6px;
    height: 6px;
    left: 5px;
    top: 11px;
    background: #fff;
    border: none
}

.list1 li:hover:after {
    width: 16px;
    height: 16px;
    left: 0;
    top: 6px
}

.list-2cols {
    column-count: 2
}

.list-3cols {
    column-count: 3
}

.list-2cols li,
.list-3cols li {
    page-break-inside: avoid;
    padding-right: 20px
}

.contact-form-wrapper {
    position: relative;
    z-index: 2
}

.contact-form-wrapper .form-text {
    font-weight: 300 !important;
    color: var(--slate);
    line-height: 1.5
}

.contact-form .form-control {
    border-radius: 27px;
    min-height: 44px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    background: rgba(255, 255, 255, .7)
}

.contact-form select.form-control {
    padding-right: 50px
}

#frmApplyJob .custom-file-label,
.contact-form .custom-file-label {
    border-radius: 27px;
    font-size: 1rem;
    padding-left: 20px;
    min-height: 39px;
    line-height: 1.9
}

#frmApplyJob .custom-file-label:after,
.contact-form .custom-file-label:after {
    height: calc(1.5em + .75rem +2)
}

.contact-form .form-group {
    margin-bottom: 10px
}

.contact-form-wrapper .imgbox {
    margin-top: 50px
}

.contact-form-wrapper .readmore {
    margin-top: 10px
}

#locations {
    margin-top: -180px
}

.locations {
    background: var(--grey);
    position: relative
}

.locations:before {
    content: '';
    display: block;
    background: url(../images/worldmap.svg) no-repeat center bottom 50px;
    background-size: 90% auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0
}

.locations .container {
    position: relative;
    z-index: 1
}

.locations h2 {
    font-size: 50px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 50px
}

.loc-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: flex-start;
    margin-bottom: 50px
}

.locations:not(.flocations) .loc-wrapper img {
    width: 75px;
    flex: 0 0 auto;
    margin-top: 0;
    margin-right: 15px;
    filter: saturate(.18) hue-rotate(561deg) brightness(60%);
    -ms-filter: saturate(0.18) hue-rotate(561deg) brightness(60%);
    -webkit-filter: saturate(0.18) hue-rotate(561deg) brightness(60%)
}

.loc-title {
    color: var(--black);
    font-size: 25px;
    margin: 0 0 2px !important
}

.loc-info {
    color: var(--slate);
    font-size: 18px;
    margin-bottom: 5px
}

.loc-wrapper address {
    font-weight: 300
}

.newslist {
    flex-wrap: wrap;
    margin-top: 50px
}

.newslist li {
    width: 31%;
    flex: 0 0 auto;
    margin: 0 0 50px 3.5%
}

.newslist li a {
    display: block
}

.newslist li img {
    border: 2px solid rgba(96, 71, 112, .2);
    box-shadow: 3px 3px 20px rgba(0, 0, 0, .1);
    width: 100%;
    margin-bottom: -22px;
    border-radius: 5px;
    transform-origin: left bottom
}

#content .newslist h4 {
    font-size: 18px;
    color: #fff;
    background: var(--yellow);
    margin: 0 0 0 15px;
    position: relative;
    display: inline-block;
    padding: 8px 13px
}

.newslist a:hover img {
    transform: rotate(-2deg);
    border-color: #fff
}

#content .section_info {
    width: 100%
}

.blog-header {
    text-align: center
}

.blog-header .container {
    padding: 50px 15px;
    position: relative
}

.blog-header h1 {
    font-weight: 900;
    font-size: 30px
}

.blog-header .meta {
    color: var(--slate);
    font-size: 90%
}

.blog-header .meta i {
    margin-right: 3px;
    font-size: 93%
}

.blog-header .blog-cat a {
    display: inline-block;
    color: var(--slate)
}

.blog-header .blog-cat a:hover {
    color: var(--black)
}

.blog-header .metadate {
    margin-left: 20px
}

.single-blog {
    line-height: 1.5;
    font-size: 15px
}

.single-blog h2 {
    margin: 25px 0 15px;
    font-weight: 700;
    font-size: 30px
}

.single-blog h3 {
    margin: 25px 0 10px;
    font-weight: 700;
    font-size: 25px
}

.single-blog h4 {
    margin: 20px 0 10px;
    font-weight: 700;
    font-size: 22px
}

.single-blog a {
    color: var(--yellow)
}

.single-blog p {
    text-align: justify;
    color: #555
}

.single-blog a:hover {
    color: #f58322
}

.single-blog strong {
    font-size: 104%
}

.single-blog hr {
    margin: 30px 0
}

.single-blog ul {
    list-style: inherit;
    padding-left: 20px;
    list-style-type: initial;
    margin-bottom: 8px
}

.single-blog img[align=left] {
    margin-right: 15px
}

.single-blog img[align=right] {
    margin-left: 15px
}

h1 + #blog figure {
    margin-top: 0
}

.post-tags {
    margin-top: 30px
}

.post-tags a {
    color: var(--slate)
}

.post-tags a:hover {
    color: var(--orange)
}

.small-header .header-img {
    min-height: 240px
}

.small-header img {
    min-height: 240px;
    margin-top: 15px
}

.pt-6 {
    padding-top: 3.5rem !important
}

.mt-6 {
    padding-top: 3.5rem !important
}

.my-6 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important
}

#search-results h2 {
    font-size: 25px;
    font-weight: 700
}

#search-results .list1 li {
    padding-left: 37px;
    color: #555;
    margin-bottom: 60px;
    border-bottom: 1px solid #eee;
    padding-bottom: 50px
}

#search-results .list1 li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none
}

#search-results .list1 li:before {
    width: 23px;
    height: 23px;
    top: 3px;
    left: 0
}

#search-results .list1 li:after {
    width: 9px;
    height: 9px;
    top: 10px;
    left: 7px
}

#search-results .list1 li:hover:before {
    width: 9px;
    height: 9px;
    top: 10px;
    left: 7px
}

#search-results .list1 li:hover:after {
    width: 23px;
    height: 23px;
    top: 3px;
    left: 0
}

#search-results .btn-link {
    background: var(--slate);
    color: #fff;
    padding: 3px 25px;
    border-radius: 20px;
    display: inline-block;
    font-size: 15px;
    letter-spacing: .5px
}

#search-results .btn-link i {
    opacity: 0;
    margin-left: -5px
}

#search-results .btn-link:hover {
    background: var(--yellow);
    text-decoration: none
}

#search-results .btn-link:hover i {
    opacity: 1;
    margin-left: 10px
}

#search-results h2 a:hover {
    color: var(--yellow)
}

.career-page h5 {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    color: #444;
    margin-top: 80px
}

.career-page h5 strong {
    font-weight: 900
}

#cater {
    margin: 70px 0 0;
    position: relative;
    padding: 150px 0 0;
    background: url(../images/why-work-with.svg) center center fixed no-repeat;
    background-size: 100% auto
}

#cater:before {
    content: '';
    display: block;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #000;
    position: absolute;
    z-index: 0;
    opacity: .5
}

#cater > div {
    position: relative;
    z-index: 1
}

#cater .bg-white {
    padding-top: 60px
}

#cater h1 {
    color: #fff
}

#cater h1 .txt_border {
    -webkit-text-stroke: 1px #fff
}

#cater h1:after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: var(--yellow);
    margin: auto
}

#cater h2 {
    font-size: 100px;
    color: #fff;
    margin-bottom: 0
}

#cater .cater-title {
    padding-bottom: 250px
}

#cater .cater-title p {
    font-size: 20px;
    color: #fff;
    max-width: 800px;
    width: 100%;
    margin: auto
}

.catrtxt {
    margin-top: -100px;
    border-radius: 50px 50px 0 0;
    position: relative;
    padding: 50px
}

.eom_block {
    margin-top: 120px;
    padding: 0;
    position: relative
}

.eom_block .eom_col {
    padding-right: 0
}

#eom {
    background: var(--slate);
    color: #fff;
    margin: -60px 0;
    padding: 70px 40px;
    border-radius: 45px;
    text-align: center;
    position: sticky;
    top: 0
}

#eom .h1 {
    margin-top: 0
}

#eom .txt_border {
    -webkit-text-stroke: 1px #fff;
    display: block !important;
    margin-bottom: 6px
}

#eom img {
    width: 90%;
    border-radius: 70% 30% 30% 70%/60% 40% 60% 40%;
    border: 1px solid #667b9b
}

#eom .eom-title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 0
}

#eom .eom-desig {
    font-size: 20px
}

#eom .eom-info {
    font-size: 16px;
    font-weight: 400;
    margin: 0
}

.hiring_block {
    padding-top: 80px;
    padding-bottom: 50px;
    padding-left: 0
}

#hiring {
    text-align: left;
    background: var(--grey);
    padding: 82px 60px
}

#hiring p {
    font-size: 21px;
    line-height: 1.6;
    color: rgba(0, 0, 0, .6);
    margin-bottom: 0
}

.hiring_block ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-top: 40px
}

.hiring_block {
    padding: 0
}

.hiring_block > .row {
    justify-content: flex-end
}

.hiring_col {
    flex: 0 0 auto;
    max-width: 58.05%;
    position: relative;
    padding: 0
}

#hiring_steps {
    position: static !important
}

#hiring_steps > * {
    position: relative
}

.steps_icon {
    padding: 50px 0
}

.steps_icon:before {
    content: '';
    display: block;
    width: 3px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 26px;
    bottom: 26px;
    margin-left: -1.5px;
    border-radius: 5px
}

.steps_icon .splide__slide {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    transform: scale(1)
}

.steps_icon .splide__slide span {
    display: block;
    margin: auto;
    border: 3px solid #cbcbcb;
    border-radius: 50%
}

.steps_icon .is-active {
    transform: scale(1.17)
}

.steps_icon .is-active span {
    border-color: var(--yellow);
    position: relative
}

.steps_icon .is-active span:after {
    content: '\f0da';
    display: block;
    font: normal 28px FontAwesome;
    color: var(--yellow);
    transform: translateY(-50%);
    position: absolute;
    right: -10px;
    top: 50%
}

.steps_icon .splide__arrow {
    font-size: 16px;
    color: #c4c4c4;
    background: 0 0;
    opacity: 1
}

.steps_icon .splide__arrow--prev {
    top: 10px !important
}

.steps_icon .splide__arrow--next {
    bottom: 10px !important
}

.hs_wrap {
    overflow: hidden;
    position: relative
}

#hiring_steps {
    margin: 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--blue) url(/front/public/assets/images/hiring-bg.svg) no-repeat center center;
    width: 137%;
    background-size: 60% auto;
    padding: 20px 50px
}

#hiring_steps:before {
    content: '';
    display: block;
    background: var(--blue);
    opacity: .5;
    z-index: 0;
    position: absolute;
    width: 137%;
    height: 520px;
    left: 0
}

.steps_info {
    padding-left: 50px
}

.steps_info li {
    padding-top: 80px
}

.steps_info h4 {
    font-size: 40px !important;
    color: var(--yellow);
    font-weight: 900;
    margin: 0 0 10px !important
}

.steps_info p {
    font-size: 18px;
    color: #fff
}

body {
    counter-reset: step
}

.steps_info .splide__slide:before {
    counter-increment: step;
    content: counter(step);
    color: var(--yellow);
    font-size: 300px;
    font-weight: 900;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    opacity: .3
}

.splide__arrow {
    background: var(--yellow) !important;
    opacity: 1;
    padding: 8px
}

.splide__arrow:hover {
    opacity: 1
}

.splide__arrow[disabled] {
    background: var(--slate) !important
}

#openings {
    margin-top: 50px
}

#openings .cat-col {
    padding-right: 0
}

#openings .info-col {
    padding-left: 0
}

#openings .card {
    border: 2px solid var(--grey);
    border-right: none;
    border-radius: 0
}

#openings .card:not(:last-child) {
    border-bottom: none
}

#openings .card-header {
    background: 0 0;
    border: none;
    position: relative;
    padding: 0
}

#openings .card-header div.btn {
    width: 100%;
    text-align: left;
    padding: 25px 150px 25px 15px
}

#openings .card-header div.btn:focus {
    outline: 0;
    box-shadow: none
}

#openings .card-header h4 {
    margin: 0 0 5px;
    font-size: 23px;
    color: #555
}

#openings .card-header p {
    margin-bottom: 0;
    font-size: 17px;
    color: #8c8b9a
}

#openings .card-header span.btn {
    position: absolute;
    right: 20px;
    top: 50%;
    background: #777;
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    border-radius: 50px;
    padding: 5px 25px;
    transform: translateY(-50%)
}

#openings .card-header span.btn .fa {
    margin-right: 10px;
    font-weight: 700;
    font-size: 22px;
    line-height: 1.5
}

#openings .card-body {
    padding: 15px 20px
}

#openings .nav {
    border-right: 2px solid var(--grey);
    margin-right: -2px
}

#openings .nav a {
    padding: 10px 20px;
    font-size: 20px;
    color: #555;
    border-left: 6px solid transparent;
    border-radius: 5px 0 0 5px
}

#openings .nav a.active {
    background: var(--grey);
    font-weight: 700
}

#openings .nav a:hover {
    border-color: var(--grey)
}

#openings .readmore {
    margin: 0 0 10px
}

#openings .list1 li {
    margin-bottom: 2px
}

#openings .card-header:hover span.btn {
    background: #333
}

#openings .card div.btn[aria-expanded=true] .fa-angle-down:before {
    content: '\f106'
}

#openings .card-header span.btn strong {
    font-weight: 400
}

#openings h3 {
    font-size: 30px;
    margin-top: 20px
}

.exinfo {
    display: flex;
    flex-wrap: wrap
}

.exinfo p {
    margin-right: 15px;
    flex-wrap: wrap;
    color: #8c8b9a;
    font-size: 15px !important
}

.exinfo i {
    color: #666;
    margin-right: 3px
}

.job-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px
}

#opening_boxes li {
    padding: 10px;
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 5px; 
}


#opening_boxes li .ob-wrapper{ 
    background-color: #f5e7d1;
}

#opening_boxes li .ob-wrapper {
    border: 1px solid #eee;
    display: block;
    padding: 15px;
    height: 100%;
    border-radius: 7px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .01);
    border-left: 5px solid var(--light-blue)
}

#opening_boxes li h4 {
    margin: 0 0 10px
}

#opening_boxes .ext {
    display: block;
    font-size: 14px;
    color: #666
}

#opening_boxes .ext p {
    margin: 0
}

#opening_boxes li .ob-wrapper:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .05);
    border-left-color: var(--yellow);
    color: var(--slate)
}

#openings .chosen-container.chosen-with-drop .chosen-drop,
#openings .filters .chosen-container-single .chosen-drop {
    width: 250px;
    z-index: 1
}

.readmore.btn-light,
.readmore.btn-light span:before {
    background-color: #aaa
}

.btn-warning {
    background-color: var(--yellow)
}

.btn-warning:hover {
    background-color: #fde013
}

#potential {
    padding: 10px 0 60px;
    margin-top: 80px
}

.career-page h2 {
    font-size: 60px;
    font-weight: 900;
    margin-bottom: 20px;
    margin-top: 70px
}

#potential p {
    font-size: 25px;
    line-height: 1.3
}

#potential ul {
    margin-top: 80px;
    justify-content: space-between
}

#potential li {
    width: 28%
}

#potential li img {
    width: 100%;
    border-radius: 30px;
    position: relative
}

#potential li figure {
    position: relative;
    margin-bottom: 30px
}

#potential li figure:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: -25px;
    left: -25px;
    border: 5px solid rgba(76, 91, 115, .15);
    border-radius: 30px;
    z-index: 0
}

#potential li:nth-child(2) {
    margin-top: 70px
}

#potential li:nth-child(2) figure:before {
    left: 30px;
    right: 30px;
    width: auto;
    background: var(--slate);
    border-color: var(--slate)
}

#potential li:last-child figure:before {
    left: auto;
    right: -25px
}

#potential li h2 {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin: 10px 0 20px !important;
    padding-right: 65px
}

#potential li h2:before {
    content: '\f10e';
    display: block;
    font: normal 65px/1 FontAwesome;
    opacity: .18;
    position: absolute;
    top: 0;
    right: 0
}

#potential li p {
    font-size: 25px;
    font-weight: 700;
    color: var(--blue)
}

#potential li p span {
    font-size: 22px;
    font-weight: 400;
    display: block
}

.cater {
    padding-bottom: 10px
}

.cater .greybg {
    margin: 0
}

.cater ul {
    margin-top: 50px
}

.cater li {
    padding-top: 30px;
    padding-bottom: 30px
}

.cater img {
    width: 80px;
    margin-right: 10px
}

.cater .container {
    display: -webkit;
    display: -ms-flexbox;
    display: flex;
    align-items: center
}

.cater h5 {
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    vertical-align: -webkit-baseline-middle
}

.cater p {
    margin-bottom: 0
}

.cater .h2 {
    margin-top: 10px
}

.core_values h4 {
    margin-bottom: 10px !important;
    line-height: 1.5 !important
}

#qms_features {
    margin-bottom: 20px
}

#qms_features .title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    padding: 10px 15px 10px 5px
}

#qms_features .qms-wrapper {
    border: 1px solid #ddd;
    height: 100%;
    border-radius: 13px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff
}

#qms_features .title img {
    width: 65px;
    padding-right: 6px;
    margin: 0 8px 0 5px
}

#qms_features .title h4 {
    margin: 0;
    font-size: 22px
}

#qms_features ul {
    padding: 15px;
    margin: 0
}

#qms_features div[class*=col-] {
    margin-bottom: 30px
}

.teamlist {
    flex-wrap: wrap;
    max-width: 1170px;
    margin: auto;
    justify-content: center
}

.teamlist li {
    width: 25%;
    flex: 0 0 auto;
    text-align: center;
    margin-bottom: 50px;
    padding: 0 25px
}

.teamlist img {
    width: 240px;
    max-width: 100%;
    margin: auto;
    border-radius: 50%;
    border: 1px solid #ddd;
    padding: 5px
}

.teamlist h4 {
    font-size: 22px !important;
    font-weight: 700;
    margin: 10px 0 !important
}

.teamlist h4 + h4 {
    font-size: 18px !important;
    font-weight: 300 !important;
    margin: 0 0 10px !important
}

.teamlist a {
    display: inline-block;
    background: var(--grey);
    color: var(--black);
    position: relative;
    padding: 0 18px 0 45px;
    border-radius: 50px;
    border: 1px solid #d6e1eb;
    margin-top: 5px
}

.teamlist a i {
    background: var(--bright-blue);
    color: #fff;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    position: absolute;
    left: -1px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    line-height: 30px;
    border: 2px solid #fff;
    padding-left: 5px
}

.teamlist a:hover {
    background: var(--black);
    border-color: var(--black);
    color: #fff
}

.team-spacer {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    border-radius: 5px
}

.teamlist li:nth-child(1) .team-spacer {
    background: #60eebb
}

.teamlist li:nth-child(2) .team-spacer {
    background: #fdb913
}

.teamlist li:nth-child(3) .team-spacer {
    background: #ff9d9e
}

.teamlist li:nth-child(4) .team-spacer {
    background: #deffb5
}

.teamlist li:nth-child(5) .team-spacer {
    background: #b9ddff
}

.teamlist li:nth-child(6) .team-spacer {
    background: #ebe5e5
}

.teamlist li:nth-child(7) .team-spacer {
    background: #ffe0e0
}

.teamlist li:nth-child(8) .team-spacer {
    background: #f1edc9
}

.teamlist li:nth-child(9) .team-spacer {
    background: #eec9f1
}

.teamlist li:nth-child(10) .team-spacer {
    background: #c6fdc1
}

.teamlist li:nth-child(11) .team-spacer {
    background: #cfb9b9
}

.teamlist li:nth-child(12) .team-spacer {
    background: #fffce0
}

.teamlist li:nth-child(13) .team-spacer {
    background: #cfb9b9
}

.teamlist li:nth-child(14) .team-spacer {
    background: #b9cfc7
}

.timelinebg {
    background: url(../images/timeline.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    padding: 0 20px;
    margin-top: 60px;
    margin-bottom: 80px
}

.timelinebg:before {
    content: '';
    display: block;
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    opacity: .6
}

#content .timelinebg h4 {
    position: absolute;
    font-size: 50px;
    color: var(--yellow);
    margin: 2px 0 0;
    font-weight: 900
}

.timelinebg ul {
    margin-bottom: 0
}

.moretxt_btn {
    text-align: right;
    color: var(--slate);
    font-weight: 700;
    margin-bottom: 50px
}

.moretxt_btn span {
    display: inline-block;
    cursor: pointer
}

.moretxt_btn span:hover {
    color: var(--yellow)
}

.moretxt {
    display: none
}

.more_services {
    margin-top: 60px
}

.openings_block {
    padding-top: 30px
}

.all_services {
    text-align: center
}

.all_services li {
    padding: 20px 15px;
    transition: all ease-out .3s;
    line-height: 1.5
}

.all_services li img {
    height: 60px;
    margin-bottom: 10px
}

.all_services li a {
    display: block;
    border-radius: 12px;
    padding: 20px 30px;
    margin-bottom: 40px;
    margin-bottom: 0;
    border: 1px solid #eee;
    height: 100%
}

.all_services li > a:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, .04)
}

.all_services li:hover {
    transform: scale(1.02)
}

.all_services li > a:hover {
    color: #000
}

.all_services li span a {
    display: inline;
    padding: 0;
    border: none
}

.mslider {
    padding: 0 50px
}

.mslider .slick-arrow {
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid var(--yellow);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 5;
    top: 50%;
    margin-top: -22px
}

.mslider .slick-prev {
    left: 0
}

.mslider .slick-next {
    right: 0
}

.mslider .slick-arrow:hover {
    background: var(--yellow)
}

.mslider .slick-arrow:hover img {
    filter: brightness(10)
}

.mslider .whitebox {
    margin-bottom: 0;
    height: 100%
}

.mslider .slick-track {
    display: flex !important
}

.mslider .slick-slide {
    height: inherit !important
}

.grey_block,
.white_block {
    background: var(--grey);
    padding-top: 100px;
    padding-bottom: 100px;
    margin: 60px 0
}

.grey_block .title,
.white_block .title {
    position: sticky;
    align-self: flex-start;
    top: 150px
}

.grey_block .title .h2,
.white_block .title .h2 {
    font-size: 80px !important
}

.grey_block .title .txt_border,
.white_block .title .txt_border {
    display: block
}

.white_block {
    background: #fff
}

.stickybox {
    position: sticky;
    align-self: flex-start;
    top: 100px
}

.blog_style li {
    padding: 20px 20px
}

.blog_style li img {
    width: 130px;
    margin: 0 15px 0 0
}

.blog_style h3 {
    font-size: 20px;
    padding-left: 0
}

.blog_style p {
    line-height: 1.5;
    margin-bottom: 0
}

.whitebox p:last-child {
    margin-bottom: 0
}

#content .whitebox .d-flex .h5 {
    margin: 0;
    padding: 0 0 0 15px
}

.thumbs {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px
}

.thumbs > li {
    width: 33.33%;
    flex: 0 0 auto;
    padding: 0 15px;
    margin-bottom: 40px
}

.thumbs.two-cols li {
    width: 50%
}

.thumbs.four-cols li {
    width: 25%
}

.thumbs .whitebox {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    height: 100%;
    margin-bottom: 0
}

.thumbs .whitebox > img {
    width: 70px
}

.thumbs .whitebox h3,
.thumbs .whitebox p {
    padding-left: 0 !important
}

.thumbs .whitebox .oh {
    padding-left: 20px
}

.thumbs.four-cols .whitebox {
    align-items: center
}

.thumbs2 {
    text-align: center
}

.thumbs2 .whitebox {
    flex-wrap: wrap;
    padding: 25px 30px
}

.thumbs2 img {
    margin: 0 auto 15px
}

.thumbs2 p {
    width: 100%;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important
}

.thumbs3 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 35px;
    margin-bottom: 0
}

.thumbs3 > li {
    margin-bottom: 40px
}

.thumbs3 .whitebox {
    margin-bottom: 0;
    height: 100%
}

.whitebox .list1:last-child {
    margin-bottom: 0
}

.thumbs .whitebox p + p {
    margin-top: 10px
}

.thumb_center {
    flex-wrap: wrap;
    justify-content: center
}

.thumb_center > li {
    margin-bottom: 30px
}

.thumb_center img {
    max-width: 130px;
    margin-bottom: 20px
}

.thumb_center .whitebox {
    height: 100%;
    margin-bottom: 0
}

#lifevideo_block {
    margin-top: 50px
}

#life_video {
    width: 100%;
    vertical-align: bottom;
    height: 450px
}

video:focus {
    outline: 0
}

#video1 {
    position: relative;
    border: 3px solid var(--yellow);
    width: 80%;
    margin: 0 auto
}

#video1 #vid_btn {
    position: absolute;
    top: 10px;
    left: 10px;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: var(--yellow);
    color: #fff;
    font-size: 20px !important;
    display: none
}

#lifevideo_block .h1 {
    padding: 20px 0 10px
}

#comment {
    margin: 40px 0 0;
    text-align: center;
    color: #4c5b73
}

#comment .cmt {
    font-size: 50px;
    padding-right: 20px;
    position: relative;
    padding-left: 100px
}

#comment .cmt:before {
    content: '\f10d';
    font: normal 100px FontAwesome;
    opacity: .1;
    position: absolute;
    left: 0;
    top: -32px
}

#comment strong {
    font-weight: 900
}

#comment .usr {
    font-size: 30px
}

#life_value {
    margin-top: 80px;
    position: relative
}

#life_value:before {
    content: '';
    display: block;
    width: 800px;
    height: 800px;
    border-radius: 50%;
    border: 80px solid var(--slate);
    opacity: .06;
    position: absolute;
    z-index: -1;
    right: -70px;
    top: 75%
}

#life_value .section_info {
    margin: -20px 0 50px
}

#life_value .d-flex {
    justify-content: space-around;
    text-align: center;
    padding: 0 100px;
    margin: 120px 0 40px
}

#life_value li {
    position: relative
}

#life_value .cater_lgtxt {
    font-size: 240px;
    font-weight: 900;
    color: var(--yellow);
    opacity: .25;
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    line-height: .7
}

#life_value .cicon {
    width: 100px;
    height: 100px;
    background: rgba(255, 255, 255, .6);
    border: 2px solid rgba(253, 185, 19, .3);
    border-radius: 50%;
    padding: 20px 0 0 3px;
    text-align: center
}

#life_value .cicon img {
    height: 54px
}

#life_value li p {
    font-size: 20px
}

#life_value {
    margin: 100px 0
}

#imglinks a {
    display: block;
    position: relative;
    margin-bottom: 30px;
    transform: scale(1)
}

#imglinks a span {
    display: block;
    position: absolute;
    bottom: 20px;
    left: 0;
    border-radius: 0 20px 20px 0;
    color: #fff;
    font-weight: 700;
    background: var(--slate);
    padding: 5px 20px 5px 15px;
    font-size: 18px
}

#imglinks a img {
    width: 100%
}

#imglinks a span.yellow {
    background: var(--yellow)
}

#imglinks a:hover {
    transform: scale(1.04)
}

#imglinks a:hover span {
    padding: 5px 30px
}

#counters {
    background: var(--slate);
    color: #fff;
    padding: 75px 75px 55px;
    margin-top: 20px
}

#counters .stats {
    margin: 0
}

#counters .stats li {
    margin-bottom: 20px
}

#counters .stat {
    border: 2px solid rgba(255, 255, 255, .15);
    text-align: center;
    border-radius: 20px;
    padding: 30px 20px
}

#counters .stat img {
    display: block;
    margin: 0 auto 20px
}

#counters .stat span {
    font-size: 60px;
    line-height: 1
}

#counters .stat .countfect {
    font-weight: 900
}

#counters .stat p {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .7);
    margin: 0
}

#whyjoin_block {
    padding: 50px 0;
    position: relative
}

#whyjoin_block:before {
    content: '';
    display: block;
    width: 700px;
    height: 700px;
    border-radius: 50%;
    border: 80px solid var(--slate);
    opacity: .06;
    position: absolute;
    z-index: -1;
    left: -200px;
    top: -160px
}

#whyjoin_block .h1 {
    font-size: 60px;
    color: var(--slate);
    text-align: left;
    padding-right: 50px
}

#whyjoin_block .title2 {
    font-size: 60px;
    text-align: left;
    margin-top: 0
}

#whyjoin_block ul {
    font-size: 20px;
    color: #555
}

#cerfitied1 {
    border-top: 1px solid #c8d3de;
    padding: 50px 0;
    box-shadow: inset 0 3px 20px rgba(0, 0, 0, .05)
}

#cerfitied1 .d-flex {
    justify-content: center
}

#cerfitied1 span {
    font-size: 28px;
    color: var(--yellow);
    border-right: 3px solid var(--yellow);
    text-align: right;
    line-height: 1.2;
    text-transform: uppercase;
    padding-right: 15px;
    margin-right: 50px
}

#journey {
    background: url(../images/timeline.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
    color: #fff;
    margin: 60px 0 60px
}

#journey:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .75
}

#journey .container {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden
}

#journey .d-flex {
    align-items: center;
    width: 100%;
    justify-content: space-between
}

#journey .jyears li span {
    background: #eee;
    color: #333;
    font-size: 26px;
    font-weight: 700;
    border-radius: 50px;
    display: block;
    width: 100%;
    line-height: 1.4
}

#journey .jyears {
    width: 100px;
    color: #fff;
    text-align: center;
    padding: 70px 0;
    position: relative
}

.jyears:before {
    content: '';
    display: block;
    width: 3px;
    background: rgba(255, 255, 255, .5);
    position: absolute;
    left: 50%;
    top: 36px;
    bottom: 36px;
    margin-left: -2.5px;
    border-radius: 5px
}

#journey .jyears_info {
    padding-left: 40px;
    width: 100%
}

.year_info {
    flex: 0 0 auto;
    width: 50%
}

.year_img {
    flex: 0 0 auto;
    width: 50%;
    text-align: center
}

.year_img img {
    width: 100%
}

.year_info h4 {
    font-size: 40px !important;
    color: var(--yellow);
    margin-top: 0 !important
}

.jyears .splide__arrow {
    background: 0 0;
    font-size: 16px;
    cursor: pointer;
    position: absolute;
    line-height: 1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%
}

.jyears .splide__arrow--prev {
    top: 22px !important
}

.jyears .splide__arrow--next {
    bottom: 22px !important
}

#journey .jyears li.splide__slide.is-active span {
    background: var(--yellow);
    color: #fff
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: none
}

.jyears .splide__slide,
.jyears_info .splide__slide {
    display: flex;
    align-items: center
}

.j1 {
    background: var(--grey)
}

#cases figure {
    position: relative;
    margin-bottom: 0
}

#cases figure .cases_cat {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 12px
}

#cases:not(.case_listing) li:nth-child(2n+1) figure .cases_cat {
    left: auto;
    right: 10px
}

#cases figure .cases_cat a {
    background: rgba(255, 255, 255, .95);
    color: var(--slate);
    padding: 0 10px;
    border-radius: 25px
}

#cases figure .cases_cat a:hover {
    background: var(--blue);
    color: #fff
}

#cases.case_listing ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 80px
}

#cases.case_listing li {
    text-align: left;
    flex: 0 0 auto;
    width: 33.33%;
    margin: 50px 0 0;
    padding: 0 20px
}

#cases.case_listing .info {
    left: auto;
    position: relative;
    bottom: auto;
    width: 100%
}

#cases.case_listing .info h2 a {
    background: 0 0;
    color: var(--black);
    padding: 15px 0
}

#cases.case_listing li p a {
    box-shadow: none;
    padding: 0;
    line-height: 1.4
}

#cases.case_listing li a > img {
    transform-origin: left bottom
}

#cases.case_listing li:hover a > img {
    transform: rotate(-2deg)
}

#cases.case_listing li:hover p {
    box-shadow: none
}

#cases.case_listing li:hover h2 a {
    transform: none;
    color: var(--yellow)
}

#cases.case_listing figure .cases_cat {
    top: auto;
    bottom: 10px
}

.font-20 {
    font-size: 20px
}

.filters {
    margin-top: 0;
    position: relative;
    padding: 0 20px
}

.filters .chosen-container {
    display: block;
    width: 100% !important
}

.chosen-container-active.chosen-with-drop .chosen-single,
.chosen-container-single .chosen-single,
.filters .chosen-container-multi,
.filters .chosen-single {
    border: none;
    background: #8f9aab;
    font-size: 22px;
    padding: 15px 22px;
    box-shadow: none;
    height: 54px;
    color: #fff !important;
    border-radius: 50px
}

.filters .chosen-with-drop .chosen-single {
    box-shadow: none
}

.filters .nav-item {
    margin-right: 20px;
    min-width: 300px
}

.filters .nav-item a.active .chosen-container-single .chosen-single {
    border-bottom-color: #8f9aab;
    color: var(--blue)
}

.chosen-container .chosen-drop {
    left: 0
}

.chosen-container-single .chosen-drop {
    margin-top: 0
}

.filters .chosen-container-multi {
    font-family: avenir;
    padding: 12px 22px
}

.filters .chosen-container-multi .chosen-choices {
    background: 0 0;
    border: none;
    padding: 0;
    line-height: 1
}

.filters .chosen-container-active .chosen-choices li.search-field input[type=text],
.filters .chosen-container-multi .chosen-choices li.search-field input[type=text],
.filters .chosen-container-multi .chosen-choices li.search-field input[type=text]:focus {
    color: #fff !important;
    font-family: avenir;
    font-size: 22px
}

.chosen-container-active .chosen-choices {
    box-shadow: none
}

#openings .filters {
    display: flex;
    padding: 0;
    flex-wrap: wrap
}

#openings .filters .form-group {
    margin-right: 15px
}

#openings .chosen-container-active.chosen-with-drop .chosen-single,
#openings .chosen-container-single .chosen-single,
#openings .filters .chosen-single {
    font-size: 18px;
    height: 44px;
    padding: 10px 22px
}

#openings .chosen-container-active.chosen-with-drop .chosen-single,
#openings .chosen-container-single .chosen-single,
#openings .filters .chosen-single {
    background: #fff;
    color: #8f9aab !important;
    border: 1px solid #8f9aab !important
}

#openings .chosen-container-single .chosen-single div b {
    background-image: url(../images/select-dropdown-black.svg);
    transform: scale(1.7)
}

#openings .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 5px 16px
}

.chosen-container-multi .chosen-choices li.search-choice {
    margin: 2px 5px 2px 0;
    padding: 7px 22px 5px 8px;
    border: none;
    border-radius: 20px;
    font-size: 15px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: url(../chosen/chosen-sprite.png);
    top: 7px
}

.chosen-container-single .chosen-search input[type=text] {
    background: 0 0
}

.chosen-container-single .chosen-single div b {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23ffffff' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 17px center/8px 10px no-repeat;
    transform: scale(1.2)
}

.chosen-container-single .chosen-single div {
    width: 30px
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 5px 22px
}

.chosen-container.chosen-with-drop .chosen-drop,
.filters .chosen-container-single .chosen-drop {
    padding: 4px;
    border-radius: 20px;
    font-size: 15px;
    border-top: 1px solid #aaa
}

.filters .chosen-container-single .chosen-search input[type=text] {
    height: 40px;
    border-radius: 50px;
    padding: 5px 18px
}

.filters .chosen-container .chosen-results li {
    padding: 8px 15px;
    border-radius: 50px
}

.filters .chosen-container .chosen-results li.highlighted {
    background: var(--slate)
}

#principles {
    margin-bottom: 0
}

#principles .container {
    position: relative;
    max-width: 1100px;
    padding-top: 20px
}

#principles .txt_border {
    display: block
}

#principles img {
    width: 53.5%
}

#principles h3 {
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
    position: absolute;
    color: #000;
    max-width: 220px
}

#principles p {
    font-size: 22px;
    font-weight: 400;
    line-height: 1.4;
    max-width: 530px;
    margin: 0 auto 0
}

#core_pri {
    position: relative
}

#core_pri #prc1 {
    top: 65%;
    left: 10%;
    text-align: right
}

#core_pri #prc2 {
    top: 16%;
    left: 10%;
    text-align: right
}

#core_pri #prc3 {
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    text-align: center
}

#core_pri #prc4 {
    top: 16%;
    right: 16%;
    text-align: left
}

#core_pri #prc5 {
    top: 66%;
    right: 9%;
    text-align: left
}

.gobtn {
    background: var(--yellow);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 7px 25px;
    display: block;
    border-radius: 50px;
    border: none
}

.gobtn:hover {
    background: #fd8f13;
    color: #fff
}

.chosen-container-single .chosen-single div b {
    background-image: url(../images/select-dropdown.svg);
    transform: scale(1.7)
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 5px 17px
}

@media all and (max-width:1700px) {

    #hiring_steps,
    #hiring_steps:before {
        width: 123%
    }
}

@media all and (max-width:1600px) {
    #hiring_steps {
        width: 117%
    }
}

@media all and (min-width:992px) {
    #content .cta_form {
        margin-bottom: 0
    }

    .mt-lg-6 {
        padding-top: 3.5rem !important
    }
}

@media all and (min-width:768px) {
    .mt-md-6 {
        margin-top: 3.5rem !important
    }
}

@media all and (min-width:1200px) {
    .newslist li:nth-child(3n+1) {
        margin-left: 0
    }
}

@media all and (max-width:1400px) {
    .steps_info {
        padding-left: 25px
    }

    #hiring_steps,
    #hiring_steps:before {
        width: 110%
    }
}

@media all and (max-width:1199px) {
    .locations:before {
        background-position: center center
    }

    .newslist li {
        width: 48%;
        margin-left: 4%
    }

    .newslist li:nth-child(2n+1) {
        margin-left: 0
    }

    #content .pageheader h1,
    .pageheader h3 {
        font-size: 30px
    }

    #potential li h2 {
        font-size: 22px
    }

    #content .h1,
    #content h1 {
        font-size: 35px
    }

    .teamlist li {
        width: 33.33%
    }

    .teamlist h4 {
        font-size: 20px !important
    }

    #content .side_title {
        font-size: 43px
    }

    #content .section_info {
        line-height: 1.5
    }

    .thumbs.four-cols li {
        width: 33.33%
    }

    #cater .h1 {
        font-size: 40px
    }

    #life_value .h1,
    #lifevideo_block .h1 {
        font-size: 45px
    }

    #comment .cmt {
        font-size: 40px
    }

    #life_value .d-flex {
        padding: 0
    }

    #counters {
        padding: 45px 0 25px
    }

    #counters .stat {
        padding: 20px 10px
    }

    #counters .stat span {
        font-size: 40px
    }

    #counters .stat p {
        font-size: 16px
    }

    #whyjoin_block .h1 {
        font-size: 50px;
        padding-right: 0
    }

    #comment span {
        display: inline-block
    }

    #comment .cmt:before {
        font-size: 80px;
        top: -20px
    }

    #comment .cmt {
        padding-left: 90px
    }

    #life_value .h1,
    #lifevideo_block .h1 {
        font-size: 40px !important
    }

    #comment .cmt {
        line-height: 1
    }

    #journey .d-flex {
        width: 88%
    }

    #cases.case_listing .info {
        position: relative;
        width: 100%;
        left: 0;
        bottom: auto;
        right: auto !important;
        margin: 0;
        font-size: 16px;
        line-height: 1.3
    }

    #cases.case_listing .info h2 {
        max-width: 100%
    }

    #cases.case_listing .info h2 a {
        display: block
    }

    #cases.case_listing li {
        margin: 30px 0 0;
        padding: 0 20px
    }

    #core_pri h3 {
        font-size: 20px
    }

    .eom_block .container {
        max-width: 100%;
        padding: 0
    }

    .eom_block .container > .row {
        margin: 0
    }

    .steps_info .splide__slide {
        width: 50% !important
    }

    #hiring {
        padding-bottom: 50px
    }

    #opening_boxes li {
        width: 33.33%
    }
}

@media all and (max-width:991px) {

    .list-2cols,
    .list-3cols {
        column-count: 1
    }

    .list-2cols li,
    .list-3cols li {
        padding-right: 0
    }

    #content .h1,
    #content .title2,
    #content h1 {
        font-size: 33px
    }

    .contact-form-wrapper .form-text {
        margin-top: 0 !important
    }

    .contact-form-wrapper .imgbox {
        text-align: center
    }

    #locations {
        margin-top: 0
    }

    #potential li {
        width: 30%
    }

    #potential li h2 {
        padding-right: 0
    }

    #potential li h2:before {
        opacity: .12
    }

    #openings .nav a {
        padding: 10px 15px;
        font-size: 19px
    }

    #openings .nav a.active {
        background: var(--light-blue)
    }

    .teamlist h4 {
        font-size: 18px !important
    }

    .teamlist h4 + h4 {
        font-size: 16px !important
    }

    .teamlist a {
        font-size: 14px
    }

    .teamlist a i {
        font-size: 17px;
        line-height: 28px
    }

    #content .timelinebg h4 {
        position: relative;
        left: 50px;
        font-size: 40px;
        margin-bottom: 5px
    }

    .cd-timeline__container {
        padding: 70px 0 80px
    }

    .cd-timeline__block {
        display: block
    }

    .cd-timeline__content {
        left: 35px;
        padding-bottom: .9rem;
        padding-right: 50px
    }

    .cd-timeline__img {
        position: absolute;
        top: -11px;
        left: 7px
    }

    .cd-timeline__block:not(:first-child) {
        margin-top: 40px
    }

    .thumbs li {
        width: 50% !important
    }

    .grey_block .title,
    .white_block .title {
        position: relative;
        top: auto
    }

    #content .section_info {
        margin-bottom: 50px
    }

    .grey_block,
    .white_block {
        padding-bottom: 60px
    }

    #content .side_title {
        text-align: center;
        margin-bottom: 60px
    }

    #content .side_title2 {
        text-align: center;
        margin-bottom: 20px
    }

    #content .side_title .txt_border,
    #content .side_title2 .txt_border {
        display: inline-block
    }

    #content .section_info {
        text-align: center;
        margin-bottom: 60px
    }

    #content .side_title + .section_info {
        margin-top: -40px
    }

    #cater .h1,
    #eom .h1 {
        font-size: 40px !important
    }

    #eom {
        max-width: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10px
    }

    #hiring .title2 {
        text-align: center !important;
        font-size: 40px
    }

    .openings_block .h1 {
        font-size: 40px !important;
        margin-top: 0 !important
    }

    .eom_block .col-lg-5 {
        padding-left: 30px
    }

    #hiring p {
        font-size: 17px;
        text-align: center
    }

    #life_value .cater_lgtxt {
        font-size: 200px
    }

    #life_value:before {
        right: -30%;
        width: 500px;
        height: 500px
    }

    #whyjoin_block .h1 {
        font-size: 40px;
        margin-bottom: 60px
    }

    #whyjoin_block:before {
        width: 600px;
        height: 600px;
        top: -150px;
        left: -150px
    }

    #whyjoin_block .title2 {
        font-size: 45px
    }

    #journey .d-flex {
        width: auto;
        display: block !important
    }

    #journey .year_img,
    #journey .year_info {
        width: 100%
    }

    .year_img {
        text-align: left
    }

    .year_img img {
        height: 175px;
        width: auto
    }

    .year_info .list1 li {
        margin-bottom: 5px
    }

    .year_info h4 {
        margin-bottom: 5px !important;
        font-size: 30px !important
    }

    #call2action h5 {
        font-size: 40px
    }

    #cases.case_listing .info h2 a {
        font-size: 20px
    }

    #cases.case_listing li {
        padding: 0 15px;
        width: 50%
    }

    #principles {
        padding-top: 80px;
        padding-bottom: 80px
    }

    #principles p {
        margin-top: 0
    }

    #core_pri h3 {
        font-size: 93%;
        font-weight: 400
    }

    #core_pri #prc2 {
        left: 8%
    }

    #core_pri #prc4 {
        right: 14%
    }

    .filters .chosen-select {
        background: #8f9aab;
        color: #fff;
        font-size: 20px;
        border-radius: 50px;
        border: none;
        padding: 10px 22px;
        box-shadow: none;
        height: 44px;
        width: 100%
    }

    .hiring_col {
        max-width: 100%
    }

    .steps_info .splide__slide {
        width: 80% !important
    }

    .steps_icon:before {
        margin-left: -2.5px
    }

    .locations h2 {
        font-size: 40px
    }
}

@media all and (max-width:767px) {

    #content .pageheader h1,
    .pageheader h3 {
        font-size: 25px
    }

    #content .pageheader h1 .txt_border,
    .pageheader h3 .txt_border {
        display: inline-block
    }

    .pageheader p {
        font-size: 16px
    }

    .header-img {
        text-align: center;
        min-height: auto
    }

    #content .section_pad {
        padding-left: 25px;
        padding-right: 25px
    }

    #content .txt_border {
        display: inline-block
    }

    #content #solutions.section_pad {
        padding-left: 0;
        padding-right: 0
    }

    #call2action h5 {
        font-size: 30px
    }

    .pageheader img {
        margin-top: 20px
    }

    #content .h1,
    #content .title3,
    #content h1 {
        font-size: 30px
    }

    #content #solutions .h2 {
        font-size: 30px
    }

    .font-20 {
        font-size: 18px
    }

    .loc-wrapper img {
        width: 60px !important
    }

    .newslist li {
        width: 100%;
        margin-left: 0;
        margin-bottom: 40px
    }

    #potential ul {
        flex-wrap: wrap
    }

    #potential li {
        width: 100%
    }

    .career-page h5 {
        font-size: 18px;
        text-align: left
    }

    .career-page h5 br {
        display: none
    }

    .career-page h2 {
        font-size: 36px
    }

    #cater h1 {
        font-size: 40px !important;
        margin-bottom: 80px !important
    }

    #cater h2 {
        font-size: 60px
    }

    #cater .thumbs .whitebox {
        padding: 30px
    }

    #cater .cater-title p {
        font-size: 20px;
        padding: 0 20px
    }

    #potential {
        margin-top: 50px
    }

    .career-page h2 {
        margin-top: 50px
    }

    #potential li figure:before {
        left: 25px !important;
        right: 25px !important;
        width: auto
    }

    #potential p {
        font-size: 20px;
        line-height: 1.5
    }

    #potential li:last-child {
        margin-top: 70px
    }

    #openings .cat-col {
        padding-right: 15px
    }

    #openings .info-col {
        padding-left: 15px
    }

    #openings .nav {
        border-right: none
    }

    #openings .nav a {
        border: 2px solid var(--grey);
        margin-bottom: 5px;
        padding: 3px 15px;
        font-size: 17px
    }

    #openings .card-header span.btn {
        padding: 7px 20px;
        font-size: 15px;
        right: 10px
    }

    #openings .card-header span.btn .fa {
        line-height: 1.2;
        font-size: 18px
    }

    #openings .card-header div.btn {
        padding-left: 15px;
        padding-right: 50px
    }

    #openings .card-body {
        padding-left: 15px;
        padding-right: 15px
    }

    #openings .card-header h4 {
        font-size: 18px
    }

    #openings .card-header p {
        font-size: 15px
    }

    #openings .card-body {
        font-size: 15px
    }

    #openings .card {
        border-right: 2px solid var(--grey)
    }

    #openings .info-col {
        margin-top: 20px
    }

    #openings .card-header span.btn {
        padding: 7px 0 0 11px;
        width: 36px;
        height: 36px
    }

    #openings .card-header span.btn strong {
        display: none
    }

    .cater .container {
        align-items: flex-start
    }

    .cater img {
        width: 50px
    }

    .cater li .container {
        padding: 0
    }

    .h1 {
        font-size: 2rem
    }

    .teamlist li {
        width: 50%
    }

    .teamlist:last-child li:last-child {
        margin-bottom: 0
    }

    #content .timelinebg h4 {
        left: 40px;
        font-size: 30px
    }

    .cd-timeline__content {
        left: 25px;
        padding: 20px 35px 10px 12px
    }

    .cd-timeline__img {
        top: -13px;
        width: 18px;
        height: 18px;
        background: var(--yellow)
    }

    .cd-timeline__container::before {
        left: 14px
    }

    .thumbs li {
        width: 100% !important;
        margin-bottom: 20px
    }

    .thumbs .whitebox {
        align-items: flex-start !important
    }

    .chatbot-sfotware .thumbs .whitebox {
        align-items: center !important
    }

    .grey_block,
    .white_block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .d-flex {
        flex-wrap: wrap
    }

    #content {
        padding-top: 57px
    }

    .pageheader {
        padding-top: 30px
    }

    #content .side_title {
        font-size: 30px
    }

    .thumbs .whitebox > img,
    .whitebox .d-flex img {
        width: 80px;
        max-width: 100%;
        margin: 0 auto 20px
    }

    .thumbs .whitebox .oh p:first-child,
    .whitebox .d-flex p,
    .whitebox h3 {
        width: 100%;
        padding: 0;
        text-align: center
    }

    .thumbs .whitebox .oh p:first-child {
        margin-bottom: 15px !important
    }

    .thumbs .whitebox .oh {
        padding-left: 0
    }

    .openings_block .h1 {
        text-align: center !important
    }

    #eom {
        padding: 50px 20px;
        border-radius: 15px
    }

    #eom .h1 {
        font-size: 35px !important
    }

    #hiring .title2 {
        font-size: 35px
    }

    #lifevideo_block {
        padding-bottom: 20px
    }

    #comment {
        text-align: left;
        margin: 30px 0 0
    }

    #comment .usr {
        padding-left: 90px
    }

    #life_value {
        margin: 60px 0
    }

    #life_value .d-flex {
        flex-wrap: wrap;
        margin-bottom: 0
    }

    #life_value li {
        width: 100%;
        margin-bottom: 50px
    }

    #life_value li:last-child {
        margin-bottom: 0
    }

    #life_value .cicon {
        margin: auto
    }

    #life_value .cater_lgtxt {
        font-size: 240px
    }

    #content .contact-form-wrapper h4 {
        font-size: 17px
    }

    #counters {
        margin-top: 20px
    }

    #whyjoin_block {
        padding: 35px 0
    }

    #whyjoin_block:before {
        width: 400px;
        height: 400px;
        left: -40%;
        top: -100px;
        border-width: 50px
    }

    #life_value:before {
        width: 400px;
        height: 400px;
        right: -40%;
        top: 90%;
        border-width: 50px
    }

    #locations .locations {
        display: block;
        padding-top: 0
    }

    #locations .loc-wrapper {
        margin-bottom: 30px
    }

    .locations h2 {
        font-size: 30px
    }

    #cerfitied1 {
        box-shadow: inset 0 3px 10px rgba(0, 0, 0, .05)
    }

    #journey .jyears li span {
        font-size: 18px
    }

    #journey .jyears_info {
        padding-left: 10px
    }

    #journey .container {
        flex-wrap: wrap
    }

    #journey .jyears {
        padding: 0 50px;
        width: 100%;
        margin: 50px 0 30px
    }

    #journey .jyears .splide__list {
        margin: auto !important
    }

    .jyears .splide__arrow {
        transform: none !important;
        bottom: auto !important;
        top: 10px !important
    }

    .jyears .splide__arrow--prev {
        left: 0 !important
    }

    .jyears .splide__arrow--next {
        left: auto !important;
        right: 0 !important
    }

    #journey .jyears li span {
        font-size: 30px
    }

    #journey .splide__arrow {
        z-index: 66
    }

    #journey .fa-angle-up:before {
        content: '\f104'
    }

    #journey .fa-angle-down:before {
        content: '\f105'
    }

    .jyears_info .splide__slide {
        align-items: flex-start
    }

    .year_info h4 {
        display: none
    }

    .year_img img {
        height: auto;
        width: 100%
    }

    #cater {
        background: url(../images/why-work-with-mobile.svg) center center fixed no-repeat;
        background-size: 100% auto;
        padding-top: 100px
    }

    #cater .cater-title {
        padding-bottom: 200px
    }

    #cater .cater-title p {
        font-size: 18px
    }

    .catrtxt {
        border-radius: 30px 30px 0 0;
        padding: 50px 25px 0;
        line-height: 1.5
    }

    .eom_block .col-lg-5 {
        padding: 0 20px
    }

    #cases.case_listing li {
        width: 100%;
        padding: 0
    }

    #principles {
        padding-top: 70px;
        padding-bottom: 60px
    }

    #principles p {
        padding-left: 0;
        border: none;
        font-size: 19px;
        text-align: center
    }

    #core_pri {
        max-width: 290px;
        margin: auto
    }

    #core_pri h3 {
        font-size: 60%;
        max-width: 60px
    }

    #core_pri #prc1 {
        left: 0
    }

    #core_pri #prc2 {
        left: 2%
    }

    #core_pri #prc3 {
        top: -27%
    }

    #core_pri #prc4 {
        right: 4%
    }

    #core_pri #prc5 {
        right: 0
    }

    .filters .col-6:first-child {
        padding-right: 5px
    }

    .filters .col-6:last-child {
        padding-left: 5px
    }

    .filters .chosen-select {
        font-size: 18px;
        padding: 8px 15px;
        box-shadow: none;
        height: 44px
    }

    #hiring_steps {
        display: block;
        padding: 0 20px;
        width: 100%;
        position: relative !important
    }

    .steps_icon {
        padding: 0 50px;
        width: 100%;
        margin: 0 0 30px;
        padding-top: 40px
    }

    .steps_icon .splide__list {
        width: 100%
    }

    .steps_icon .splide__list li {
        width: 100% !important
    }

    .steps_icon .is-active span:after {
        content: '\f0dd';
        top: auto;
        bottom: -13px;
        right: auto;
        left: 50%;
        transform: translate(-50%, 0)
    }

    .steps_icon .is-active {
        transform: scale(1)
    }

    .steps_icon:before {
        height: 3px;
        left: 20px;
        right: 20px;
        width: auto;
        margin-top: 64px;
        opacity: .5
    }

    .steps_icon .splide__arrow--prev {
        left: 20px !important;
        top: 75px !important
    }

    .steps_icon .splide__arrow--next {
        right: 4px !important;
        left: auto !important;
        top: 75px !important;
        bottom: auto !important;
        transform: translate(0) !important
    }

    .steps_info .splide__slide {
        text-align: center;
        margin: auto
    }

    .steps_info {
        padding-left: 0
    }

    .steps_info .splide__list {
        margin: 0 auto !important
    }

    .steps_info li {
        padding-top: 0
    }

    #hiring_steps:before {
        width: 100%;
        height: 440px
    }

    .steps_info .splide__list {
        width: 100%
    }

    .steps_info h4 {
        font-size: 30px !important
    }

    #hiring {
        padding: 82px 30px 30px
    }

    .steps_info .splide__slide:before {
        font-size: 180px;
        line-height: 1;
        top: 35%;
        right: auto;
        left: 50%;
        transform: translateX(-50%)
    }

    .splide--ttb > .splide__arrows .splide__arrow--prev svg,
    .splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
        transform: rotate(-180deg) !important
    }

    .splide--ttb > .splide__arrows .splide__arrow--next svg,
    .splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
        transform: rotate(-360deg) !important
    }

    .steps_icon .splide__track {
        margin-top: -27px
    }

    .filters {
        padding: 0
    }

    #openings .filters {
        padding: 0 15px
    }

    .filters + #cases {
        padding-right: 0 !important
    }

    #video1 {
        width: 100% !important;
        margin: 0 !important
    }

    #life_video {
        height: 260px
    }

    .mslider {
        padding: 0 30px
    }

    .blog-header {
        padding-top: 0;
        margin-bottom: 40px
    }

    .blog-header .container {
        padding: 25px 15px
    }
}

@media all and (max-width:575px) {
    #principles p {
        margin-top: 10px
    }

    #principles p br {
        display: none
    }

    .hiring_block ul {
        justify-content: center
    }

    .hiring_block li {
        width: 100%;
        max-width: 230px
    }

    .steps_info .splide__slide {
        width: 100% !important
    }

    #hiring {
        padding-left: 20px;
        padding-right: 20px
    }

    .steps_info .splide__slide:before {
        top: 43%
    }

    #content .h1,
    #content h1 {
        font-size: 30px
    }

    #content .side_title,
    #content .title2 {
        font-size: 30px
    }
}

@media screen and (max-width:480px) {
    .teamlist li {
        width: 100%
    }

    #comment .cmt,
    #comment .usr {
        font-size: 20px
    }

    #lifevideo_block .h1 {
        font-size: 30px !important
    }

    #whyjoin_block .title2 {
        font-size: 35px;
        margin-top: 20px
    }

    #whyjoin_block ul {
        font-size: 17px;
        margin-bottom: 0
    }

    #cerfitied1 .d-flex {
        display: block !important;
        text-align: center
    }

    #cerfitied1 span {
        margin: 0 0 20px;
        font-size: 18px;
        display: block;
        text-align: center;
        border: none;
        padding: 0
    }

    #cerfitied1 span br {
        display: none
    }

    #opening_boxes li {
        width: 100%
    }

    #openings .filters .chosen-select {
        width: 180px !important
    }
}

.whitebox a:hover {
    color: var(--yellow)
}

#industry .whitebox a {
    color: #fff
}

#industry .whitebox a:hover {
    color: var(--yellow)
}

#frm-case-study-inquiry .help-block,
#frmApplyJob .help-block,
#frmCommentBlog .help-block,
#frmContactUs .help-block,
#frmEventInquiry .help-block,
#frmJobOpening .help-block,
#frmLanguageIdentifier .help-block,
#frmQuickInquiry .help-block,
#opening_boxes .help-block {
    padding: 0 0 !important;
    margin: 0 0 !important;
    text-align: left;
    color: #8b0000;
    line-height: 1.2;
    font-size: 9.5pt
}

#frmRequestCall .help-block,
#frmSendProposal .help-block {
    line-height: 1.2;
    font-size: 9.5pt;
    position: absolute;
    top: -25px;
    left: 20px;
    background: var(--danger);
    color: #fff;
    overflow: hidden;
    width: 0;
    border-radius: 50px
}

.help-wato-p {
    width: auto !important;
    padding: 3px 15px 5px !important
}

.blog-col {
    margin-bottom: 40px
}

.pb-3 {
    padding-bottom: 30px
}

.text-uppercase {
    text-transform: uppercase
}

.bg-success {
    background: green
}

.splide__arrows svg {
    fill: #fff
}

.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 0 solid transparent
}

.whitebox_noicons .whitebox h2,
.whitebox_noicons .whitebox h3,
.whitebox_noicons .whitebox h4 {
    padding-left: 0;
    margin-bottom: 10px !important
}

.whitebox_noicons .bg-warning {
    color: #fff;
    padding: 30px;
    border: 5px solid #fff
}

.yellowbox {
    background: var(--yellow);
    color: #fff;
    padding: 20px;
    font-size: 20px;
    line-height: 1.5;
    border-radius: 10px
}

.yellowbox p:last-child {
    margin-bottom: 0
}

.flow .row {
    margin-left: 0;
    margin-right: 0
}

.flow .whitebox {
    box-shadow: none;
    border: 1px solid #ddd
}

.arw1 {
    transform: rotate(270deg)
}

.arw2 {
    transform: rotate(45deg)
}

.arw3 {
    transform: rotate(90deg)
}

.bg-blue {
    background: var(--blue)
}

.bg-brightblue {
    background: var(--bright-blue)
}

.bg-lightblue {
    background: var(--light-blue)
}

.bg-grey {
    background: var(--grey)
}

.bg-slate {
    background: var(--slate)
}

.text-slate {
    color: var(--slate)
}

.text-black {
    color: var(--black)
}

#content .title-small {
    margin-bottom: 20px !important
}

.casestudy_list > li {
    color: #333;
    font-size: 18px
}

.casestudy_list > li ul {
    margin-top: 5px
}

.casestudy_list > li h3,
.casestudy_list > li h4 {
    margin: 0 !important
}

.casestudy_list img {
    width: 60px;
    margin-right: 15px
}

.partner_block .prt_comment {
    align-items: center;
    margin: 80px 0 0
}

.prt_txt {
    background: #fff;
    border-radius: 15px;
    padding: 40px 40px 40px 180px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    position: relative
}

.prt_txt:before {
    content: '\f10d';
    display: block;
    font: normal 150px FontAwesome;
    position: absolute;
    top: 20px;
    left: 20px;
    color: var(--grey)
}

.prt_img {
    text-align: center
}

.prt_comment:nth-child(2n+1) .prt_img {
    padding-left: 50px
}

.prt_comment p:last-child {
    margin-bottom: 0
}

#offer {
    background: #f9a826;
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    z-index: 995;
    padding: 50px 0;
    color: #fff;
    box-shadow: 0 0 200px rgba(0, 0, 0, .7)
}

#offer .btn {
    border: 2px solid #fff;
    color: #fff;
    border-radius: 0;
    padding: 5px 30px;
    box-shadow: 0 0 #fff;
    margin-top: 15px
}

#offer .btn:hover {
    background: #fff;
    color: #000;
    font-weight: 400;
    box-shadow: none
}

#offer h4 {
    color: #fff;
    font-weight: 700;
    font-size: 22px !important;
    margin-bottom: 10px
}

#offer .close {
    position: absolute;
    right: 10px;
    top: 10px;
    box-shadow: none;
    color: #fff;
    opacity: 1;
    font-size: 30px
}

.whitebox.linkbox {
    height: 100%;
    margin: 0;
    padding: 0 !important
}

.whitebox.linkbox:after,
.whitebox.linkbox:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    border: 2px solid transparent;
    position: absolute;
    z-index: 0
}

.whitebox.linkbox:before {
    border-top: 2px solid var(--yellow);
    border-left: 2px solid var(--yellow);
    border-top-left-radius: 12px;
    top: 10px;
    left: 10px
}

.whitebox.linkbox:after {
    border-bottom: 2px solid var(--yellow);
    border-right: 2px solid var(--yellow);
    border-bottom-right-radius: 12px;
    bottom: 10px;
    right: 10px
}

.whitebox.linkbox:hover:after,
.whitebox.linkbox:hover:before {
    width: 50px;
    height: 50px
}

.whitebox.linkbox:hover:before {
    top: 15px;
    left: 15px
}

.whitebox.linkbox:hover:after {
    bottom: 15px;
    right: 15px
}

.linkbox a {
    display: block;
    padding: 40px 30px;
    position: relative
}

.linkbox a p {
    color: var(--black)
}

.linkbox img {
    width: 200px;
    max-width: 100%;
    max-height: 150px
}

.linkbox.text-center h2,
.linkbox.text-center h3,
.linkbox.text-center h4,
.linkbox.text-center h5 {
    padding-left: 0
}

.linkbox.text-center img {
    margin-bottom: 20px
}

.linkbox.text-center h2,
.linkbox.text-center h3,
.linkbox.text-center h4 {
    margin-bottom: 10px !important
}

.feature_slider li {
    margin: 20px
}

.feature_slider .slick-track {
    display: flex !important
}

.feature_slider .slick-slide {
    height: inherit !important
}

.feature_slider .slick-slide img {
    margin: 0
}

.feature_slider .slick-nav,
.text_slider .slick-nav {
    text-align: center;
    margin-top: 40px
}

.blog-data .slick-arrow,
.feature_slider .slick-arrow,
.text_slider .slick-arrow {
    width: 40px;
    height: 40px;
    background: var(--black);
    border: 2px solid var(--black);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -22px
}

.blog-data .slick-arrow img,
.feature_slider .slick-arrow img,
.text_slider .slick-arrow img {
    filter: brightness(100);
    width: 100px;
    height: 15px
}

.blog-data .slick-next,
.feature_slider .slick-next,
.text_slider .slick-next {
    right: 0
}

.blog-data .slick-arrow:hover,
.feature_slider .slick-arrow:hover,
.text_slider .slick-arrow:hover {
    background: #fff
}

.blog-data .slick-arrow:hover img,
.feature_slider .slick-arrow:hover img,
.text_slider .slick-arrow:hover img {
    filter: brightness(0)
}

#industry ul p {
    color: #fff
}

#industry ul .slick-arrow {
    border-color: #fff
}

.arrow_btn {
    width: 40px;
    height: 40px;
    display: block;
    padding: 11px 10px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, .5)
}

#industry .whitebox.linkbox:after,
#industry .whitebox.linkbox:before {
    display: none
}

.arrow_btn img {
    filter: brightness(100)
}

.arrow_btn:hover {
    background: var(--grey);
    border-color: #fff
}

.arrow_btn:hover img {
    filter: brightness(0)
}

#industry .whitebox:hover {
    border-color: rgba(255, 255, 255, .5);
    background: rgba(0, 0, 0, .2)
}

#industry .whitebox a:hover {
    color: #fff
}

#frmRequestCall .input-group-append,
#frmSendProposal .input-group-append {
    margin-left: 5px !important
}

.customer-ser-type {
    position: relative
}

.customer-ser-type > div {
    text-align: center;
    position: relative;
    padding: 30px 5px 0 5px
}

.customer-ser-type span {
    background: var(--yellow);
    display: inline-block;
    padding: 5px 35px;
    border-radius: 50px;
    font-size: 25px;
    color: #fff;
    font-weight: 700
}

.customer-ser-type:before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    border-left: 3px solid var(--yellow);
    width: 0;
    height: 20px
}

.customer-ser-type > div:after,
.customer-ser-type > div:before {
    content: '';
    position: absolute;
    top: 0;
    right: 50%;
    border-top: 3px solid var(--yellow);
    width: 50%;
    height: 30px
}

.customer-ser-type > div:after {
    right: auto;
    left: 50%;
    border-left: 3px solid var(--yellow)
}

.customer-ser-type > div:first-child:before,
.customer-ser-type > div:last-child:after {
    border-top: 0
}

@media all and (max-width:575px) {
    .customer-ser-type span {
        padding: 0 15px;
        font-size: 18px
    }
}

#collapse_tabs .card {
    background: 0 0;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

#collapse_tabs .card-header {
    font-size: 20px;
    background: #fafafa;
    border: none;
    cursor: pointer;
    position: relative;
    padding: 15px 40px 15px 20px;
    font-weight: 700;
    line-height: 1.4
}

#collapse_tabs .card-header:after {
    content: '';
    display: block;
    background: url(../img/angle-right.svg) no-repeat center center;
    width: 30px;
    height: 34px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: rotate(90deg) scale(.5) translateX(-100%)
}

#collapse_tabs .card-body {
    padding: 15px 20px
}

#collapse_tabs .card-header[aria-expanded=true]:after {
    transform: rotate(270deg) scale(.5) translateX(100%)
}

#collapse_tabs .card-header[aria-expanded=true] {
    border-bottom: 1px solid #ddd
}

.hide {
    display: none
}

.chatbot-sfotware .whitebox .d-flex .h5 {
    padding-left: 15px !important
}

.mb-6 {
    margin-bottom: 4rem !important
}

.pb-6 {
    padding-bottom: 4rem !important
}

.purpose_blocks {
    padding-top: 30px !important;
    padding-bottom: 30px !important
}

.purpose_blocks .title3 {
    margin-top: 0 !important
}

.white_block.purpose_blocks {
    margin: 0
}

.purpose_blocks:nth-child(3) {
    margin-top: 40px
}

#blured {
    -webkit-filter: blur(15px);
    filter: blur(15px);
    position: relative
}

#blured:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    z-index: 2;
    opacity: .5
}

.exbtns {
    text-align: right;
    position: relative;
    padding-right: 10px;
    position: relative
}

.exbtns:before {
    content: '';
    display: block;
    height: 2px;
    background: var(--grey);
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
    margin-top: -1px
}

.exbtns .inline-block {
    background: var(--grey);
    border-radius: 30px;
    padding: 3px 8px
}

.exbtns a {
    display: inline-block;
    color: #666;
    margin: 0 5px
}

.exbtns a span {
    margin-left: -2px;
    font-size: 90%
}

.likebtn i {
    color: #ff0d65;
    width: 17px
}

.cmtbtn i {
    color: #458ce4
}

.sharebtn i {
    color: #ff8a00
}

.likebtn:hover i:before {
    content: '\f004'
}

.cmtbtn:hover i:before {
    content: '\f075'
}

.sharebtn:hover i:before {
    color: #ea0000
}

.sharebox {
    position: sticky;
    top: 90px;
    text-align: center;
    background: #fcfdff;
    border: 1px solid #e7eef4;
    padding: 5px 8px;
    border-radius: 8px
}

.sharebox a {
    display: block;
    color: #666;
    font-size: 12px;
    padding: 15px 0
}

.sharebox i {
    display: block;
    width: 100%;
    font-size: 22px
}

.sharebox a:hover {
    color: #000
}

.sharebox .cmtbtn {
    border-top: 1px solid #e0e7ee;
    border-bottom: 1px solid #e0e7ee
}

.sharebox .likebtn span {
    font: normal 15px avenir;
    vertical-align: bottom;
    padding-left: 5px
}

#case_form h4 {
    font-size: 14pt;
    font-weight: 700
}

#case_form form {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    max-width: 600px;
    margin: 0 auto
}

#case_form form input {
    min-height: 44px;
    background: #fbfcfd
}

#case_form form button {
    margin-top: 0
}

#comment_pop .form-control {
    border-radius: 22px;
    height: 44px;
    padding: 10px 25px;
    margin: 16px 0 0;
    font-size: 17px;
    border: 1px solid #ddd
}

#comment_pop textarea.form-control {
    height: 100px
}

#comment_pop .readmore.btn-small {
    margin-top: 15px
}

#frmContactUs select {
    background: #f7f9fb
}

.share_btns {
    position: absolute;
    right: 0;
    bottom: 43px;
    background: #fff;
    border: 1px solid var(--grey);
    padding: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .05);
    display: none
}

.share_btns:after {
    content: '';
    display: block;
    border: 8px solid transparent;
    border-top-color: var(--light-blue);
    position: absolute;
    bottom: -16px;
    right: 20px
}

.share_btns a {
    margin: 0;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    border-radius: 3px;
    transform: scale(1)
}

.share_btns .fbshare {
    background-color: #3b5999
}

.share_btns .twshare {
    background-color: #55acee
}

.share_btns .lnshare {
    background-color: #0077b5
}

.share_btns .washare {
    background-color: #25d366
}

.share_btns a:hover {
    color: #fff !important;
    transform: scale(.9)
}

.single-blog .share_btns {
    bottom: auto;
    top: 96%;
    left: 16px;
    right: auto
}

.single-blog .share_btns a {
    padding: 5px 0;
    margin-bottom: 7px
}

.single-blog .share_btns a:last-child {
    margin-bottom: 0
}

.single-blog .share_btns:after {
    border-bottom-color: #fff;
    border-top-color: transparent;
    top: -16px;
    left: 13px;
    bottom: auto
}

.ltevents {
    padding: 15px 0
}

.ltevents img {
    border: 1px solid var(--yellow)
}

.latest-event {
    padding-right: 50px
}

.latest-event h1 {
    margin-bottom: 10px !important
}

.latest-event h3 {
    color: var(--yellow);
    margin-bottom: 5px
}

.event-info {
    color: #888;
    font-size: 14px;
    margin-bottom: 15px
}

.event-info span {
    margin-right: 10px
}

.latest-event img {
    margin-bottom: 20px
}

.event-list .nav-link {
    background: #999;
    border: 1px solid #999;
    color: #fff;
    font-size: 22px;
    padding: 15px 35px;
    box-shadow: none;
    height: 54px;
    border-radius: 50px;
    line-height: 1.1;
    margin-bottom: 10px
}

.event-list .nav-link.active {
    background: var(--yellow);
    border-color: var(--yellow)
}

.event-list .tab-content .eve-wrapper {
    text-align: center;
    background: #f6f6f6;
    background: linear-gradient(0deg, #f5f5f5 0, #fff 35%);
    border: 1px solid #ccc;
    padding-bottom: 12px;
    border-radius: 5px;
    overflow: hidden;
    height: 100%
}

.event-list .tab-content .eve-wrapper span {
    display: block;
    color: #444;
    font-size: 15px;
    padding: 0 5px
}

.event-list .tab-content .eve-wrapper img {
    width: 100%;
    margin-bottom: 12px;
    height: 277px;
    border-bottom: 1px solid #ddd;
    box-shadow: 0 5px 10px #ececec
}

.event-list .tab-content .eve-wrapper .evename {
    font-weight: 700;
    font-size: 19px;
    color: #000
}

.event-list .tab-content .eve-wrapper .btn-group {
    padding: 0 12px;
    margin-top: 15px
}

.event-list .tab-content .eve-wrapper .btn {
    background: #fff;
    border-radius: 50px;
    border: 1px solid #ccc;
    border-bottom-width: 5px
}

.event-list .tab-content .eve-wrapper .btn:first-child {
    margin-right: 15px
}

.event-list .tab-content .eve-wrapper .btn:last-child {
    margin-right: 0
}

.event-list .tab-content .eve-wrapper .btn:hover {
    background: #3e4c64;
    box-shadow: 0 0 10px #eee;
    color: #fff;
    border-color: #3e4c64;
    border-bottom-color: var(--blue)
}

#past-eve .btn {
    min-width: 150px
}

#past-eve .col-md-4 {
    margin-bottom: 30px
}

#event_modal .modal-header {
    flex-direction: column;
    background: 0 0;
    border: none;
    padding: 25px 25px 0
}

#event_modal .modal-header .close {
    position: absolute;
    right: 17px
}

#event_modal .event-info {
    margin-bottom: 0
}

#event_modal .modal-header h5 {
    font-size: 22px;
    font-weight: 700;
    color: var(--yellow)
}

#event_modal .modal-body {
    padding: 25px
}

#event_modal video {
    margin-top: 20px
}

#language {
    position: relative;
    margin-bottom: 100px
}

#language.identified {
    margin-bottom: 0
}

.identify {
    position: absolute;
    text-align: center;
    padding: 5px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .5px;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    margin: 0;
    z-index: 2
}

.identify:hover {
    background: #222
}

#language textarea {
    font-size: 16px;
    padding: 15px 20px;
    border-radius: 0
}

#language textarea,
.lang-result {
    border: 1px solid #ddd;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .06);
    height: 350px
}

#language .col-lg-6:first-child {
    padding-right: 6px
}

#language .col-lg-6:last-child {
    padding-left: 6px
}

.lang-result {
    background: #f6f6f6;
    font-size: 22px;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center
}

.identified .lang-result {
    font-size: 32px;
    color: #3e4c64;
    font-weight: 700
}

.identified .identify {
    background: #3e4c64
}

.text-black {
    color: #000
}

.data-annotation-header {
    background: var(--grey) url(../images/data-annotation-header.webp) no-repeat center right;
    background-size: 50% auto
}

.more_btn {
    color: #777;
    text-align: right;
    margin-top: -15px
}

.more_btn span {
    cursor: pointer
}

.more_btn span:after {
    content: "\f107";
    display: inline-block;
    margin: auto;
    font: normal 16px/1.2 FontAwesome;
    width: 20px;
    height: 20px;
    background: #ddd;
    color: #000;
    border-radius: 50%;
    text-align: center;
    padding-left: 1px
}

.more_btn span.less:after {
    content: "\f106"
}

.text_slider .slick-slide {
    padding-left: 30px;
    padding-right: 30px
}

@media all and (max-width:1370px) {
    .event-list .tab-content .eve-wrapper img {
        height: 244px
    }
}

@media all and (max-width:1280px) {
    .event-list .tab-content .eve-wrapper img {
        height: 230px
    }
}

@media all and (max-width:1199px) {
    #offer {
        padding-right: 50px
    }

    #offer .close {
        right: 50px
    }

    .event-list .tab-content .eve-wrapper img {
        height: 191px
    }
}

@media all and (max-width:991px) {
    .prt_txt {
        box-shadow: none;
        background: -moz-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: -webkit-linear-gradient(top, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%)
    }

    #content .title4 {
        margin-bottom: 30px;
        font-size: 24px
    }

    .arw1,
    .arw2,
    .arw3 {
        transform: rotate(00deg)
    }

    .flow_arrow {
        margin: -20px auto 20px;
        text-align: center
    }

    #offer {
        font-size: 14px;
        line-height: 1.4;
        padding: 30px 30px 30px 0
    }

    #pro_features ul.wow li {
        margin-bottom: 25px
    }

    #offer {
        padding-right: 30px
    }

    #offer .close {
        right: 50px
    }

    .whitebox.linkbox {
        padding: 0
    }

    .whitebox.linkbox a {
        padding: 20px
    }

    #opening_boxes li {
        width: 50%
    }

    #openings .filters .chosen-select {
        background: #fff;
        color: #8f9aab !important;
        border: 1px solid #8f9aab !important;
        font-size: 20px;
        border-radius: 50px;
        padding: 10px 22px;
        box-shadow: none;
        height: 44px;
        width: 250px
    }

    .latest-event {
        padding-right: 30px
    }

    .event-list .tab-content .eve-wrapper img {
        height: 138px
    }

    .latest-event .readmore {
        margin-top: 10px
    }

    .ltevents img {
        margin-bottom: 30px;
        width: 100%
    }

    #language .col-lg-6:first-child {
        padding-right: 15px
    }

    #language .col-lg-6:last-child {
        padding-left: 15px
    }

    .ftop .social a {
        width: 32px;
        height: 32px
    }
}

@media all and (min-width:768px) and (max-width:991px) {
    .event-list .tab-content .eve-wrapper span {
        font-size: 13px
    }

    .event-list .tab-content .eve-wrapper .btn-group {
        flex-wrap: wrap
    }

    .event-list .tab-content .eve-wrapper .btn-group .btn {
        margin: 0 0 10px !important
    }
}

@media all and (max-width:767px) {
    .flow_arrow {
        margin: -1px auto 20px
    }

    .prt_txt {
        padding: 40px 25px
    }

    .prt_txt:before {
        font-size: 30px;
        left: 10px;
        top: -20px;
        background: var(--slate);
        padding: 10px;
        width: 50px;
        text-align: center;
        border-radius: 50%
    }

    .prt_comment:nth-child(2n+1) .prt_img {
        padding-left: 15px
    }

    .casestudy_list > li {
        display: block !important
    }

    .casestudy_list img {
        margin-bottom: 15px
    }

    .blog-col {
        margin-bottom: 20px
    }

    .linkbox img {
        max-height: 120px
    }

    .feature_slider .whitebox {
        justify-content: center
    }

    .feature_slider .whitebox img {
        margin: 0 auto 15px
    }

    #industry ul p {
        line-height: 1.5
    }

    #offer {
        top: 57px
    }

    .single-blog .col-auto {
        padding: 0
    }

    .sharebox {
        position: fixed;
        bottom: 0;
        top: auto;
        background: var(--grey);
        z-index: 2;
        width: 100%;
        padding: 0 0 0 52px;
        border-radius: 0;
        text-align: left
    }

    .sharebox a {
        display: inline-block;
        text-align: center;
        margin-right: 10px
    }

    .sharebox a {
        border: none !important;
        padding: 5px 0 0
    }

    .single-blog .share_btns {
        top: auto;
        bottom: 50px;
        left: auto
    }

    .single-blog .share_btns a {
        margin-right: 0;
        margin-bottom: 0
    }

    .single-blog .share_btns:after {
        top: auto;
        bottom: -16px;
        left: auto;
        border-top-color: #fff;
        border-bottom-color: transparent
    }

    #openings .filters .chosen-select {
        width: 190px !important;
        padding-top: 8px
    }

    #openings .filters .chosen-select option {
        font-size: 16px
    }

    #openings .filters {
        padding: 0 5px !important;
        justify-content: center
    }

    #openings .filters .form-group {
        margin-right: 10px
    }

    .event-list .tab-content a {
        margin-bottom: 30px;
        height: auto
    }

    .event-list .nav-link {
        font-size: 18px;
        padding: 15px 25px
    }

    .event-info span {
        display: block
    }

    #event_modal .modal-body,
    #event_modal .modal-header {
        padding-left: 15px;
        padding-right: 15px
    }

    .event-list .tab-content .eve-wrapper img {
        height: 337px
    }

    .event-list .tab-content a {
        margin-bottom: 15px
    }

    .event-list .tab-content .eve-wrapper {
        margin-bottom: 30px;
        height: auto
    }

    .event-list .tab-content .col-md-4:last-child .eve-wrapper {
        margin-bottom: 0
    }

    .lang-result {
        height: 200px
    }

    .identify {
        top: auto;
        bottom: 162px
    }
}

@media all and (max-width:575px) {
    .event-list .tab-content .eve-wrapper img {
        height: 297px
    }
}

@media all and (max-width:479px) {
    .event-list .tab-content .eve-wrapper img {
        height: 260px
    }
}

@media all and (max-width:424px) {
    .event-list .tab-content .eve-wrapper img {
        height: 227px
    }
}

@media all and (max-width:359px) {
    .event-list .nav-link {
        padding: 12px;
        height: auto
    }

    .event-list .tab-content .eve-wrapper img {
        height: 192px
    }
}

.journey_scene {
    position: relative;
    padding: 80px 0
}

.journey_scene:nth-child(2n+2) {
    background: var(--grey)
}

.journey_scene h2 {
    font-size: 150px;
    font-weight: 900;
    color: rgba(64, 89, 130, .1);
    position: sticky;
    top: 200px
}

.journey_scene .bgimg {
    margin-bottom: 50px;
    max-width: 400px
}

.journey_scene ul {
    margin-top: 200px
}

.journey_scene .col-lg-7 {
    text-align: center
}

.journey_text {
    border-top: 1px solid var(--grey);
    padding-top: 80px
}

.contact-img-box img {
    height: 500px
}

.blog-cateogry {
    padding: 0
}

.a-color-blue {
    color: #00f
}

.a-color-blue:hover {
    color: var(--orange)
}

@media all and (max-width:767px) {
    .contact-img-box {
        display: none
    }

    .blog-cateogry {
        padding: 15px !important
    }

    .single-blog img {
        margin: 0 0 15px !important;
        width: 100%
    }
}

@media all and (max-width:1600px) {

    #content .h1,
    #content h1 {
        font-size: 40px
    }

    #content .side_title,
    #content .title2 {
        font-size: 40px
    }

    .section_info {
        font-size: 17px
    }

    #content .h1:not(h1) {
        margin-bottom: 10px
    }

    .grey_block,
    .white_block {
        padding-top: 50px !important;
        padding-bottom: 50px !important;
        margin: 20px 0
    }

    #content #cases.case_listing li {
        margin: 20px 0 0
    }

    #content #blog ul {
        margin-bottom: 0
    }

    #content .grey_block.pb-0,
    #content .white_block.pb-0 {
        padding-bottom: 0 !important
    }

    #content #cases.case_listing ul {
        margin-bottom: 0
    }

    .more_services {
        margin-top: 30px
    }

    .more_services .title2 {
        margin: 0 !important
    }

    #call2action {
        margin-top: 40px;
        padding: 30px 0
    }

    #call2action h5 {
        font-size: 35px
    }
}

.apply_page #frmContactUs {
    background: 0 0;
    box-shadow: none
}

.apply_page #frmContactUs .form-control {
    border: 1px solid #ddd;
    height: 44px;
    border-radius: 0
}

#frmContactUs .custom-file-label,
.apply_page #frmContactUs .custom-file-label {
    height: 44px;
    border-radius: 0
}

#frmContactUs .custom-file-label:after {
    height: 44px;
    line-height: 1.9
}

.apply_page #frmContactUs textarea.form-control {
    height: auto
}

.apply_page .form-group {
    margin-bottom: 6px !important
}

.apply_page .help-block {
    display: block;
    min-height: 12px
}

.feature_slider.card_style,
.grid3_slider,
.text_slider {
    padding: 0 20px
}

.feature_slider.card_style .slick-prev,
.grid3_slider .slick-prev,
.text_slider .slick-prev {
    left: -5px
}

.feature_slider.card_style .slick-next,
.grid3_slider .slick-next,
.text_slider .slick-next {
    right: -5px
}

.slick-disabled {
    opacity: .5;
    pointer-events: none
}

.grid3_slider li {
    margin-bottom: 0
}

.grid3_slider h3 {
    font-size: 18px;
    margin: 10px 0
}

.grid3_slider p {
    color: #555;
    line-height: 1.5
}

.grid3_slider img {
    width: 100%
}

.card_style .whitebox {
    padding: 20px;
    margin-bottom: 0;
    height: 100%
}

.card_style :not(button) img {
    margin-right: 15px !important;
    width: 80px
}

.card_style .h5 {
    margin-top: 0 !important;
    font-size: 20px !important
}

.card_style p {
    color: #555;
    line-height: 1.4
}

.grey_block.pb-1,
.pb-1,
.white_block.pb-1 {
    padding-bottom: .25rem !important
}

.embed-responsive-10by7::before {
    padding-top: 70%
}

#blog ul.blog-data li {
    padding: 0 15px
}

.blog-data .slick-track {
    margin-left: 0
}

.agreebtn {
    color: #777;
    margin-bottom: 5px
}

.agreebtn a {
    color: var(--yellow)
}

.agreebtn .agree-msg {
    font-size: 80%;
    line-height: 1.3
}

.agreebtn p {
    margin-bottom: 8px
}

.cta_form .agreebtn {
    color: #fff;
    margin-bottom: 0
}

.cta_form .agreebtn a {
    color: #fff
}

#cookies {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 22;
    color: #fff;
    padding: 15px 20px 15px 50px;
    font-size: 12px;
    display: none
}

#cookies p {
    margin: 0;
    text-align: justify
}

#cookies .cbtns {
    margin-left: 5px
}

#cookies .btn {
    white-space: nowrap;
    padding: 5px 20px;
    color: #fff;
    margin-left: 10px;
    width: 100%
}

#cookies .btn-warning:hover {
    background: #d58a13
}

#cookies .btn-outline-warning:hover {
    background-color: rgba(249, 168, 38, .4)
}

#allincall-popup {
    width: 60px !important
}

#sideform {
    background: #7f8da3;
    border: none;
    position: sticky;
    top: 100px
}

#sideform .card-header {
    background: #4c5b73;
    color: #fff;
    text-align: center;
    font-size: 30px;
    padding: .25rem 1.25rem
}

#sideform .card-body {
    color: #fff
}

#sideform .form-control {
    border-radius: 22px;
    height: 44px;
    border: none
}

#sideform textarea.form-control {
    border-radius: 15px;
    height: auto
}

#sideform p.help-block {
    padding: 0 0 !important;
    margin: 0 0 !important;
    text-align: left;
    color: #ffec0a;
    line-height: 1.2;
    font-size: 9.5pt
}

#sideform button {
    margin-top: 0;
    width: 100%;
    text-align: left
}

s #sideform .readmore:hover span {
    margin-top: 10px;
    margin-left: 10px
}

h2.text-yellow {
    font-weight: 900
}

.client-stats div[class*=col-] {
    margin-bottom: 20px
}

.client-stats div[class*=col-] > div {
    margin: 0;
    padding: 15px 20px;
    height: 100%;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.client-stats .greybg {
    background: #eee
}

.client-stats h6 {
    font-size: 36px;
    font-weight: 900;
    margin: 0
}

.client-stats h6 em {
    font-size: 80%;
    font-style: normal;
    font-weight: 400
}

#hereishow {
    position: relative;
    margin: 50px 0;
    padding: 30px 0 50px;
    font-size: 16px;
    border-radius: 8px
}

#actions:before,
#hereishow:before {
    content: '';
    display: block;
    background: var(--grey);
    height: 100%;
    position: absolute;
    top: 0;
    z-index: -1;
    width: 400%;
    left: -100%
}

#hereishow .text_slider {
    padding: 0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 8px
}

#hereishow h2 {
    margin-bottom: 15px
}

#hereishow h3 {
    font-size: 25px
}

#hereishow .item {
    padding-top: 20px;
    padding-bottom: 20px
}

#hereishow .slick-disabled {
    display: block !important;
    opacity: .2
}

#hereishow .slick-prev {
    top: -30px;
    right: 50px;
    left: auto
}

#hereishow .slick-next {
    top: -30px;
    right: 0
}

#hereishow .row {
    align-items: center
}

.cr1 > div {
    background: var(--yellow);
    color: #000;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-bottom: 15px;
    font-size: 20px;
    text-align: center;
    line-height: 1;
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 15px
}

.cr1 > div span {
    font-size: 40px;
    display: block;
    font-weight: 700
}

.cr1 > div:not(:last-child) {
    margin-right: 15px
}

#actions {
    position: relative;
    margin: 50px 0;
    padding: 30px 0 0;
    font-size: 16px;
    background: var(--grey);
    border-radius: 8px
}

#actions .text_slider {
    color: #fff;
    padding: 0;
    margin-top: 30px
}

#actions .item {
    padding-right: 20px !important
}

#actions .item img {
    box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    margin-right: 20px
}

#actions .text_slider:before {
    content: '';
    display: block;
    background: #5f6060;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -62%;
    width: 150%
}

#actions .text_slider .slick-slide {
    padding: 50px 0
}

#actions .slick-disabled {
    display: block !important;
    opacity: 1;
    border-color: #ddd !important
}

#actions .slick-disabled img {
    opacity: .3
}

#actions .slick-arrow {
    top: 0;
    background: #fff;
    border-color: #5f6060
}

#actions .slick-arrow img {
    top: 0;
    background: #fff;
    border-color: #5f6060;
    filter: brightness(1)
}

#actions .slick-prev {
    right: 180px;
    left: auto
}

#actions .slick-next {
    right: 130px
}

#actions .row {
    align-items: center
}

#actions h3 {
    font-size: 35px;
    margin-bottom: 15px
}

#content {
    -webkit-clip-path: inset(0);
    clip-path: inset(0);
    clip: rect(0, auto, auto, 0)
}

#approach {
    font-size: 16px
}

#impact5s div[class*=col-] {
    margin-bottom: 30px
}

#impact5s .imp-stat {
    background: #ffff;
    border: 1px solid #bbb;
    border-radius: 4px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, .1);
    text-align: center;
    padding: 15px;
    height: 100%;
    line-height: 1.4;
    position: relative;
    font-size: 16px
}

#impact5s .imp-stat:before {
    content: '';
    display: block;
    background: #bbb;
    border-radius: 4px;
    width: 70%;
    position: absolute;
    top: -5px;
    bottom: -5px;
    z-index: -1;
    left: 15%
}

#impact5s .imp-stat h6 {
    font-size: 36px;
    font-weight: 900;
    margin: 0;
    color: var(--yellow)
}

#impact5s .imp-stat h6 em {
    font-size: 80%;
    font-style: normal;
    font-weight: 400
}

.item-txt {
    width: 85%
}

@media all and (min-width:1200px) and (max-width:1360px) {
    #sideform .readmore {
        font-size: 17px;
        height: 45.5px
    }

    #sideform .readmore span:before {
        width: 7px;
        height: 7px
    }

    #sideform .readmore:hover span {
        width: 7px;
        height: 7px;
        margin: 9px 22px 0 10px
    }

    #sideform .readmore:hover span:before {
        width: 30px;
        height: 30px
    }
}

@media all and (min-width:992px) and (max-width:1199px) {
    .sideform_wrapper {
        padding-left: 0
    }

    #sideform .readmore.btn-small {
        font-size: 16px
    }

    #sideform .readmore {
        padding: 5px
    }

    #sideform .readmore span {
        margin-right: 5px;
        width: 24px;
        height: 24px
    }

    #sideform .readmore span:before {
        width: 7px;
        height: 7px
    }

    #sideform .readmore:hover span {
        width: 7px;
        height: 7px;
        margin: 8px 22px 0 8px
    }

    #sideform .readmore:hover span:before {
        width: 24px;
        height: 24px
    }
}

@media all and (max-width:991px) {
    #content {
        overflow-x: hidden
    }

    #actions .text_slider:before {
        left: -50%;
        width: 200%
    }

    #actions .item img {
        width: 100%
    }

    #actions .slick-next {
        right: 0
    }

    #actions .slick-prev {
        right: 50px
    }

    .item-txt {
        width: 100%
    }

    #impact5s {
        margin-bottom: 30px
    }

    .sideform_wrapper {
        max-width: 350px;
        margin: auto
    }
}

@media all and (max-width:767px) {
    .card_style .whitebox {
        text-align: center
    }

    .card_style :not(a) img {
        margin: 0 auto !important
    }

    .card_style .h5 {
        margin-top: 10px !important
    }

    #content .section_info {
        margin-bottom: 30px
    }

    .data-annotation-header {
        background-image: none;
        padding-bottom: 30px
    }

    .text_slider .slick-slide {
        padding-left: 20px;
        padding-right: 20px
    }

    #cookies .btn {
        width: auto
    }

    #cookies .cbtns {
        width: 100%;
        margin: 0;
        text-align: center;
        margin-top: 7px
    }

    .cr1 {
        justify-content: center
    }

    #hereishow {
        margin: 30px 0
    }

    h2.text-yellow {
        font-size: 27px
    }

    #actions h3 {
        font-size: 27px
    }
}

@media all and (max-width:400px) {
   .navbar-brand { 
  margin: 7px 6px 0 0;
}
    #cookies .btn {
        width: 100%;
        margin-left: 0
    }
}

@media all and (max-width:450px) {
  .navbar-brand {
  width: 275px;
  margin: 7px 6px 0 0;
}
    #cookies .btn {
        width: 100%;
        margin-left: 0
    }

    .cr1 > div {
        width: 135px;
        height: 135px
    }
}
@media (min-width:320px) and (max-width:640px){
  .navbar-brand {
  width: 275px;
  margin: 7px 6px 0 0;
    }
    
.abtbnr .h1 {
  font-size: 12vw;
}
    .talk-btn { 
  top: 5px;
}
    .feature_slider .slick-arrow{
        top: 33%
    }
    .menu_info li {padding: 5px 10px;}
    .menu_info li a{padding: 2px 10px;margin: 5px 0px;font-size: 13px;}
    .menu_info li img{width: 14px;}
}