/*
Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x
*/
@font-face {
    font-family: 'montserratultra_light';
    src: url('fonts/montserrat-ultralight-webfont.eot');
    src: url('fonts/montserrat-ultralight-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-ultralight-webfont.woff2') format('woff2'), url('fonts/montserrat-ultralight-webfont.woff') format('woff'), url('fonts/montserrat-ultralight-webfont.ttf') format('truetype'), url('fonts/montserrat-ultralight-webfont.svg#montserratultra_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratlight';
    src: url('fonts/montserrat-light-webfont.eot');
    src: url('fonts/montserrat-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-light-webfont.woff2') format('woff2'), url('fonts/montserrat-light-webfont.woff') format('woff'), url('fonts/montserrat-light-webfont.ttf') format('truetype'), url('fonts/montserrat-light-webfont.svg#montserratlight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'montserratsemi_bold';
    src: url('fonts/montserrat-semibold-webfont.eot');
    src: url('fonts/montserrat-semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-semibold-webfont.woff2') format('woff2'), url('fonts/montserrat-semibold-webfont.woff') format('woff'), url('fonts/montserrat-semibold-webfont.ttf') format('truetype'), url('fonts/montserrat-semibold-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'montserratregular';
    src: url('fonts/montserrat-regular-webfont.eot');
    src: url('fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-regular-webfont.woff2') format('woff2'), url('fonts/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat-regular-webfont.ttf') format('truetype'), url('fonts/montserrat-regular-webfont.svg#montserratsemi_bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    letter-spacing: 0 !important;
}

:focus {
    outline: 0 none !important;
}

body {
    font-family: 'Karla', sans-serif !important;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    background-color: #ffffff;
    color: rgba(27, 39, 51, 0.85);
    text-align: left;
    margin: 0;
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Rubik', sans-serif;
    font-weight: 700;
    line-height: 1.33;
    color: #1B2733;
    margin-top: 0;
    margin-bottom: 20px;
    letter-spacing: 0;
}
/* Hide recaptcha from frontend JAN-08-2019 */
.grecaptcha-badge {
    display: none;
}

.page-title,
.h1,
h1 {
    font-size: 36px;
    text-align: center;
}

.h2,
h2 {
    font-size: 32px;
}

.h3,
h3 {
    font-size: 30px;
}

.h4,
h4 {
    font-size: 28px;
}

.h5,
h5 {
    font-size: 24px;
}

.h6,
h6 {
    font-size: 20px;
}

p {
    margin-top: 0;
    margin-bottom: 2.3rem;
}

p:empty,
p:last-child {
    margin-bottom: 0;
}

a {
    color: rgba(27, 39, 51, 0.85);
    text-decoration: none;
    border-bottom: 2px solid rgba(27, 39, 51, 0.16);
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a:hover,
a:focus {
    color: rgba(27, 39, 51, 0.85);
    border-bottom: 2px solid rgba(27, 39, 51, 1);
    text-decoration: none;
}

a,
input[type="submit"],
input[type="button"],
button {
    outline: 0 none;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

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

.section {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container {
    display: block;
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
}

.clear-all:before,
.clear-all:after {
    content: "";
    display: block;
    clear: both;
}

.all-img {
    display: block;
}

.ie-img {
    display: none;
}


/* Header */
header.site-header{ background: none !important; }
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 23px;
    padding-bottom: 23px;
    z-index: 99;
}

.scrolled .site-header {
    background: #fff !important;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}
.externalurl-class{
	border-bottom:none !important;
}
.externalurl-class:hover{
	border-bottom:none !important;
}
.externalurl-class .team-item {
    max-width: 100%;
}
.top-logo {
    float: left;
    width: 25%;
    margin: 0;
    line-height: 100%;
    font-size: 6px;
}

.top-logo a {
    display: block;
    border: 0 none;
    line-height: 100%;
}

.top-logo a:hover,
.top-logo a:focus {
    opacity: 0.9;
}

.navbar-brand img.scrolled-logo {
    display: none;
}

.scrolled .navbar-brand img {
    display: none;
}

.scrolled .navbar-brand img.all-img.scrolled-logo {
    display: block;
}

.top-menu {
    float: right;
    width: 75%;
    padding-left: 15px;
    text-align: right;
}

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

.navbar-nav {
    float: right;
    text-align: left;
}

.navbar-nav>li {
    float: left;
    margin: 7px 12px;
}

.navbar-nav>li a {
    color: #ffffff;
    font-size: 17px;
    border-bottom: 2px solid transparent;
}

.navbar-nav>li a.active {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 1);
}

.navbar-nav>li a:hover,
.navbar-nav>li a:focus {
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.35);
}

.navbar-nav>li.contact-menu-item {
    border: 1px solid #fff;
    background: transparent;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    margin: 0 0 0 12px;
}

.navbar-nav>li.contact-menu-item:hover,
.navbar-nav>li.contact-menu-item:focus {
    border: 1px solid #fff;
    background: rgba(255, 255, 255, 0.10);
}

.navbar-nav>li.contact-menu-item a {
    border-bottom: 0 none;
    font-weight: 700;
    padding: 6px 14px;
    display: block;
}

.navbar-nav>li.contact-menu-item a:hover,
.navbar-nav>li.contact-menu-item a:focus {
    border: 0 none;
}

.scrolled .navbar-nav>li a {
    color: #1B2733;
    border-bottom: 2px solid transparent;
}

.scrolled .navbar-nav>li.contact-menu-item {
    border: 1px solid #7F7F7F;
    background: transparent;
}

.scrolled .navbar-nav>li.contact-menu-item:hover,
.scrolled .navbar-nav>li.contact-menu-item:focus {
    border: 1px solid #7F7F7F;
    background: rgba(38, 38, 38, 0.08);
}

.scrolled .navbar-nav>li.contact-menu-item a {
    border-bottom: 0 none;
}

.scrolled .navbar-nav>li a:hover,
.scrolled .navbar-nav>li a:focus {
    color: #1B2733;
    border-bottom: 2px solid rgba(27, 39, 51, 0.16);
}

.scrolled .navbar-nav>li.contact-menu-item a:hover,
.scrolled .navbar-nav>li.contact-menu-item a:focus {
    color: #1B2733;
    border-bottom: 0 none;
}

.scrolled .navbar-nav>li a.active {
    color: #1B2733;
    border-bottom: 2px solid rgba(27, 39, 51, 1);
}

.scrolled .top-logo a:hover,
.scrolled .top-logo a:focus {
    opacity: 0.85;
}


/* Main Content */

.getting-started-sec {
    background-image: url(images/bg_header_blue.svg);
    background-repeat: no-repeat;
    background-position: bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 293px;
    padding-bottom: 150px;
    text-align: center;
    min-height: 842px;
    background-color: #f5f6f7;
    position: relative;
    z-index: 1;
}

.caption-wrap {
    display: block;
    margin: 0 auto;
    max-width: 800px;
}

.caption-title {
    font-size: 48px;
    color: #fff;
    margin-bottom: 17px;
}

.caption-subtitle {
    color: rgba(27, 39, 51, 0.85);
    margin-bottom: 35px;
    font-weight: normal;
}

.white {
    color: #fff !important;
}

.cta-btn {
    border: 0 none;
    background: #FFBA08;
    color: #1B2733;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 13px 32px;
    font-weight: 700;
}

.cta-btn:hover,
.cta-btn:focus {
    border: 0 none;
    background: #FFC01E;
    color: #1B2733;
}

.what-sec .caption-wrap {
    max-width: 515px;
}

.what-sec .page-subtitle {
    margin-bottom: 0;
}

.page-subtitle {
    color: rgba(27, 39, 51, 0.85);
    margin-bottom: 35px;
    font-weight: normal;
    text-align: center;
}

#what_mobile {
    width: 154px;
    height: 326px;
    display: block;
    margin: 84px auto -280px;
}

.what-sec {
    background-color: #F5F6F7;
    margin-top: -340px;
    padding-top: 534px;
    position: relative;
    padding-bottom: 57px;
    text-align: center;
}

.what-bottom {
    margin-top: -5px;
}

.what-bottom img {
    width: 100%;
}

.how-sec {
    padding-top: 17px;
    padding-bottom: 100px;
}

#how-img3,
#how-img2,
#how-img1 {
    width: 262px;
    height: 265px;
    display: block;
}

.how-item:first-child {
    margin-top: 65px;
}

.how-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 105px;
}

.how-img-sec {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
}

.how-desc-sec {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 67%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 67%;
    flex: 0 0 67%;
    max-width: 67%;
    padding-left: 30px;
    text-align: left;
}

.right-img .how-img-sec {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

.right-img .how-desc-sec {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-left: 0;
    padding-right: 30px;
    text-align: right;
}

.whyus-top {
    margin-bottom: -15px;
    text-align: center;
}

.whyus-top img {
    width: 100%;
}

.whyus-sec {
    position: relative;
    background-color: #F5F6F7;
    padding-top: 0;
    padding-bottom: 130px;
}

.whyus-wrap {
    display: block;
    max-width: 1030px;
    margin: 0 auto;
}

.whyus-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-right: -60px;
    margin-left: -60px;
}

.whyus-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.33%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
    margin-top: 60px;
    padding-left: 60px;
    padding-right: 60px;
}

.whyus-item:nth-child(-n+3) {
    margin-top: 30px;
}

.whyus-icon {
    margin-bottom: 5px;
}

.whyus-bottom img {
    width: 100%;
}

.sectors-sec {
    padding-top: 5px;
}

.sectors-sec .markets-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: block;
}

.markets-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -22px;
    margin-right: -22px;
    margin-top: 80px;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.markets-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 22px;
    padding-right: 22px;
    text-align: center;
}

.markets-title {
    margin-bottom: 0;
    font-family: 'Karla', sans-serif;
    margin-top: 10px;
    color: rgba(27, 39, 51, 0.85);
}

.cta-wrap {
    margin-top: 40px;
    text-align: center;
}

.cta-wrap-txt {
    font-family: 'Karla', sans-serif;
    margin-bottom: 18px;
    color: rgba(27, 39, 51, 0.85);
}

.team-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 27px;
}

.team-item,
.team-grid > a.externalurl-class{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20;
    max-width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    margin-top: 38px;
}
.team-grid > a.externalurl-class > .team-item 
{
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 20;
    max-width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 0px;
}
.team-item-wrap {
    border: 1px solid #e5e5dd;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 100%;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.team-item-wrap:hover {
    -webkit-box-shadow: 0 14px 22px 0 rgba(222, 222, 222, 0.40);
    box-shadow: 0 14px 22px 0 rgba(222, 222, 222, 0.40);
}

.member-img-wrap img {
    width: 100%;
    display: block;
}

.member-info-wrap {
    padding: 20px 22px;
}

.member-name {
    margin-bottom: 8px;
}

.team-sec {
    padding-top: 230px;
    padding-bottom: 80px;
    position: relative;
}

.team-sec h2 {
    position: relative;
}

.team-left-blob {
    position: absolute;
    top: 0;
    left: 0;
}

.team-right-blob {
    position: absolute;
    right: 0;
    bottom: 70px;
}

.team-wrap {
    max-width: 1120px;
    margin: 0 auto;
    display: block;
}

.testimonial-tools-wrap {
    border: 1px solid #e5e5e5;
    max-width: 1130px;
    margin: 0 auto;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    display: block;
    background-color: #fbfbfb;
}

.tools-sec-wrap {
    padding: 106px 30px 106px 45px;
    background: #FBFBFB;
    float: left;
    width: 40.5%;
}

.tools-grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-left: -10px;
    margin-right: -10px;
}

.tools-item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
}

.tools-sec-title {
    margin-bottom: 5px;
}

.testimonial-sec-wrap {
    float: left;
    width: 59.5%;
    position: relative;
    padding: 88px 62px 65px 55px;
}

.testimonial-quote-wrap {
    margin-bottom: 16px;
}

.testimonial-txt,
.testimonial-txt p,
.contact-sec p,
.contact-sec address {
    font-size: 20px;
    line-height: 1.4;
    color: #637282;
    font-style: normal;
}

.testimonial-slider-btn {
    text-align: right;
    margin-top: 85px;
}

.testimonial-prev,
.testimonial-next {
    background: transparent;
    margin: 0;
    padding: 0;
    border: 0 none;
    cursor: pointer;
    opacity: 0.55;
}

.testimonial-prev {
    margin-right: 20px;
}

.testimonial-prev:hover,
.testimonial-next:hover {
    opacity: 1;
}

.testimonial-slider-btn .slick-arrow.slick-disabled {
    opacity: 0.3;
}

.contact-top img {
    width: 100%;
}

.contact-top {
    margin-bottom: -18px;
}

.contact-sec,
.site-footer {
    background: #F5F6F7;
}

.contact-wrap {
    max-width: 940px;
    margin: 0 auto;
    display: block;
}

.contact-wrap .page-title {
    margin-bottom: 60px;
}

.contact-wrap>div {
    width: 49.5%;
    display: inline-block;
}

.get-in-touch-left ul {
    list-style-type: none;
    padding-left: 42px;
    margin: 0;
}

.get-in-touch-left ul li {
    position: relative;
}

.get-in-touch-left ul li:not(:last-child) {
    margin-bottom: 8px;
}

.get-in-touch-left ul li a {
    font-size: 20px;
    color: #637282;
    padding-bottom: 1px;
}

.get-in-touch-left ul li a:before {
    content: "";
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    position: absolute;
    left: -32px;
    top: 6px;
}

.get-in-touch-left ul li:nth-child(1) a:before {
    background-image: url(images/ic_mail.png);
}

.get-in-touch-left ul li:nth-child(2) a:before {
    background-image: url(images/ic_phone.png);
}

.get-in-touch-left ul li:nth-child(3) a:before {
    background-image: url(images/ic_skype.png);
}

.get-in-touch-left ul li:nth-child(2) a {
    border-bottom: 0;
}

.get-in-touch-left ul li:nth-child(2) a:hover {
    border-bottom: 0;
}

.get-in-touch-left p {
    margin-bottom: 22px;
}

.contact-sec address {
    margin-top: 30px;
}

.site-footer {
    font-size: 14px;
    color: #637282;
}

.site-footer p {
    opacity: 0.6;
}

.site-footer-right {
    float: right;
}

.site-footer-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.site-footer-right ul>li {
    display: inline-block;
}

.site-footer .container>div {
    widows: 49.5%;
    display: inline-block;
}

.site-footer .container>div a {
    border: none;
    opacity: 0.6;
}

.site-footer .container>div a:hover {
    border: none;
    opacity: 1;
}

.site-footer-right ul>li:not(:last-child) {
    margin-right: 20px;
}

footer {
    padding-bottom: 35px;
}

.testimonial-sec-wrap {
    background-color: #fff;
}

.getting-started-sec>img {
    position: absolute;
}

#testimonial-tools-sec {
    background-image: url(images/contact-top.svg);
    -webkit-background-size: 100% 100%;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-bottom: -2px;
    padding-bottom: 110px;
}

.get-in-touch-right {
    vertical-align: top;
}

.blob_1 {
    right: 14.7%;
    top: 33.6%;
}

.blob_5 {
    right: 23.7%;
    top: 21.6%;
}

.blob_4 {
    left: 14.7%;
    top: 53.6%;
}

.blob_3 {
    left: 42%;
    top: 83.8%;
}

.blob_2 {
    right: 42%;
    top: 71%;
}

.blobs_6 {
    right: 41.5%;
    top: 108.5%;
}

.blobs_7 {
    left: 16%;
    top: 94.5%;
}

.blobs_8 {
    right: 20%;
    top: 120.5%;
}

.blobs_5 {
    right: 5%;
    top: 109.5%;
}

.blobs_9 {
    right: 6%;
    top: 155.5%;
}

.blobs_11 {
    left: 0%;
    top: 134.5%;
}

.blobs_10 {
    left: 2.5%;
    top: 145.5%;
}
#getting-started-sec h2,
#what-sec h2
{
    letter-spacing: 0;
    margin-top: 0;
    line-height: 64px;
}
#getting-started-sec h2 + h5
{
    margin-top: 0;
    line-height: 24px;
    letter-spacing: 0 !important;
}  
#what-sec h2
{
    margin-bottom: 20px;
    line-height: 1.33;
}     
#what-sec h2 + h5,
.whyus-wrap h2 + h5
{
    margin-top: 0;
    line-height: 1.33;
}
#how-sec h2,
.whyus-wrap h2,
.markets-wrap h2,
#how-sec h5,
#team-sec h2
{
    margin-top: 0;
    margin-bottom: 20px;
}
#how-sec h2
{
    line-height: 48px;
}
#how-sec .how-desc-sec
{
    line-height: 24px;
}
.whyus-item h6
{
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-transform: none;

}
.whyus-item p
{
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    font-size: 16px;
}
#sectors-sec  .markets-item h6
{
    font-weight: 700;
    line-height: 27px;
    font-size: 20px;
    text-transform: none;
}
#sectors-sec  .cta-wrap h6.cta-wrap-txt
{
    font-size: 20px;
    text-transform: none;
    margin-top: 0;
}
#team-sec h6
{
    margin-top: 0;
    font-size: 20px;
    line-height: 27px;
    text-transform: none;
}
#testimonial-tools-sec h5,
#contact-sec h2
{
    margin-top: 0;
}
#contact-sec .get-in-touch-right h5,
#contact-sec .get-in-touch-left h5
{
    margin-top: 0;
    margin-bottom: 20px;
}
.site-footer p
{
    line-height: 21px;
}
.get-in-touch-right form p label
{
    font-size: 16px;
    color: #000;
}
.get-in-touch-right form p input {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ccc;
}
.get-in-touch-right form p textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    font-size: 16px;
}
.get-in-touch-right form p input:focus,
.get-in-touch-right form p input:active,
.get-in-touch-right form p textarea:focus,
.get-in-touch-right form p textarea:active {
    border-color: #2364aa;
}
.get-in-touch-right form p input[type="submit"] {
    width: 100%;
    border: none;
    box-shadow: none;   
    text-shadow: none;
    font-weight: bold;
    padding: 10px 15px;
}
body .wpcf7-not-valid-tip {
    color: #f00;
    font-size: 14px;
}
.get-in-touch-right form p input.wpcf7-not-valid, 
.get-in-touch-right form p textarea.wpcf7-not-valid {
    border-color: #f00;
}
.wpcf7-form p:nth-last-child(2) {
    position: relative;
}
body .wpcf7 .ajax-loader {
    position: absolute;
    margin-top: 12px;
}
body .wpcf7-response-output {
    background-color: transparent;
    border-radius: 5px;
    padding: 10px 15px !important;
    text-align: center;
    line-height: 1.2 !important;
}
body .wpcf7-response-output.wpcf7-validation-errors {
    color: #ff0000;
    border-color: #ff0000;
}
.menu-logo-wrap {
    display: none;
}

/*March-01-2019*/
.page-template-template-privacy header #menu-privacy-pages-menu li
{
    float: left;
    margin: 7px 12px;
}
.page-template-template-privacy header #menu-privacy-pages-menu
{
    float: right;
}
.page-template-template-privacy header #menu-privacy-pages-menu li a:hover, 
.page-template-template-privacy header #menu-privacy-pages-menu li a:focus
{
    border-bottom: 2px solid rgba(27, 39, 51, 0.16  );
}
.page-template-template-privacy header #menu-privacy-pages-menu li a{
    border-bottom: none;  
    font-size: 17px;  
}
.page-template-template-privacy .x-main.full 
{
    margin-top: 145px;
}
.page-template-template-privacy #toggle-menu span.drop-icon
{
    background: rgb(27,39,51) !important;
}
.page-template-template-privacy .page-title,
.page-template-template-privacy .h1,
.page-template-template-privacy h1
{
    text-align: left;
}
.page-template-template-privacy .post-content
{
    margin-top: 20px;
}
.page-template-template-privacy .post-content p strong
{
    font-size: 24px;
    display: block;
    padding-top: 5px;
    margin-bottom: -12px;
    font-family: "Rubik",sans-serif;
}
.page-template-template-privacy footer
{
    padding-top: 30px;
    margin-top: 120px;
}
.navbar-nav1>li:last-child a
{
    font-weight: 700;
    padding: 6px 14px;
    display: block; 
}
.navbar-nav1>li:last-child a:hover,
.navbar-nav1>li:last-child a:focus
{
    border: none !important;
    background-color: #26262614;

}
.navbar-nav1>li:last-child{
    border: 1px solid #7F7F7F;
    background: transparent;
    border-radius: 5px;
    margin: 0 0 0 12px !important;
}


/*End-March-01-2019*/

/*April-03-2019*/
.site-footer
{
    padding-bottom: 35px;
    transition: padding-bottom 0.5s ease; 
}
.has-cookie-bar .site-footer
{
    padding-bottom: 100px;
    transition: padding-bottom 0.5s ease; 
}
#catapult-cookie-bar
{
    background-color: #1b2733 !important;
}
#catapult-cookie-bar .ctcc-more-info-link:hover,
#catapult-cookie-bar .ctcc-more-info-link:focus,
#catapult-cookie-bar .ctcc-more-info-link
{
    border-bottom: 1px solid #fff;
}
.has-cookie-bar #catapult-cookie-bar
{
    padding: 10px 20px 10px !important;
    border-top: 2px solid #ffba08;
}
button#catapultCookie
{
    padding: 6px 25px !important;
    border: 1px solid #fff !important;
    background: #000;
    color: #fff !important;
}
#catapult-cookie-bar
{
    font-size: 13px !important;
}
/*Oct-18-2019*/
.team-item
{

}
/*End-Oct-18-2019*/

/* CoockieBot 17 Nov, 2020*/
#CybotCookiebotDialogBody
{
    display: flex;
    align-items: center;
}
#CybotCookiebotDialogBody > div:first-child
{
    display: none!important;
    opacity: 0!important;
}
#CybotCookiebotDialog
{
    top: auto!important;
    bottom: 0!important;
    padding: 8px 15px!important;
    box-shadow: none!important;
    border-top: 1px solid #449d44!important;
}
#CybotCookiebotDialogBodyContentTitle
{
    font-family: 'montserratlight' !important;
    font-size: 13px!important;
    height: auto!important;
    letter-spacing: 0.5px!important;
    font-weight: 300!important;
}
#CybotCookiebotDialogBodyContent
{
    min-height: auto!important;
}
#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept
{
    margin-top: 0!important;
    margin-left: 15px!important;
    padding: 9px 8px 6px;
    border-radius: 3px;
    min-width: 60px;
    font-family: "Montserrat",sans-serif !important;
    border: 1px solid rgb(255, 255, 255) !important;
    font-weight: bold!important;
    text-transform: uppercase!important;
    line-height: 1!important;
    outline: none!important;

}
#CybotCookiebotDialogBodyButtonDetails
{
    margin-top: 0!important;
    margin-left: 25px!important;

}
#CybotCookiebotDialogBodyButtons
{
    margin-bottom: 0!important;
    display: flex!important;
    align-items: center!important;
    flex-direction: row;
}
#CybotCookiebotDialogBodyButtonDetails
{
    font-size: 10pt!important;
    font-family: 'montserratlight' !important;
    background-position: right 7px!important;
    padding-top: 0!important;
    border-bottom: none;
}

body.active-cookiebot footer.x-colophon.bottom
{
    margin-bottom: 57px;
}
article .x-text table th {
border-top: 2px solid #A8A8A8;
padding: 12px 20px;
}
article .x-text table {
      margin-bottom: 25px;
      margin-top: 20px;
}
#CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept
{
    background-color: #666666!important;
}
/* End CookieBot 17 Nov, 2020 */

@media (max-width: 767px)
{
    #catapult-cookie-bar {
        font-size: 12px !important;
    }
}

/* CookieBot 17 Nov, 2020 */
@media(max-width:576px)
{
    #CybotCookiebotDialogBody
    {
        flex-direction: column;
        justify-content: center;
    }
    #CybotCookiebotDialogBodyButtons
    {
        margin-top: 15px!important;
    }
    #CybotCookiebotDialogBodyButtons #CybotCookiebotDialogBodyButtonAccept
    {
        margin-left: 0!important;
    }
    body.active-cookiebot footer.x-colophon.bottom
    {
        margin-bottom: 94px;
    }
}
/* End CookieBot 17 Nov, 2020 */

.yellow-text{

    color: #FBB827;
    text-decoration:none;
    border:none;

}

.yellow-text:hover{
    border:none;
}
/*End-April-03-2019*/

/*Start 13-01-2020*/
.get-in-touch-right input[type="submit"]:hover{
    background: #21558a;
}
/* .wpcf7-response-output
{
    display: none;
} */
/*End 13-01-2020*/
body .wpcf7-response-output
{
    display: none;
}

/* CookieBot 17 Nov, 2020 */
div#CybotCookiebotDialogDetailBodyContentTextAbout p
{
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 10px;
    font-family: 'montserratlight' !important;
}

@media (max-width: 992px) {
div#CybotCookiebotDialogDetail {
    margin-top: 20px;
}
}

div#CookieDeclarationChangeConsent a {
    color: #0000ff;
}
#CybotCookiebotDialog p {
    font-family: 'montserratlight' !important;
}
#CybotCookiebotDialog a {
    border-bottom: none;
}
h2#CybotCookiebotDialogBodyContentTitle {
    font-family: 'montserratlight';
}
#CybotCookiebotDialogDetailBodyContentTextAbout p a {
    font-weight: 400;
}
.CybotCookiebotDialogDetailBodyContentCookieTypeTable tbody td {
    background-color: #2f4169
}
/* End CookieBot 17 Nov, 2020 */