* {
    margin: 0;
    padding: 0;
    font-size: 18px;
}

body {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

input,
button,
textarea,
select {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}

html,
body {
    height: 100%;
}

textarea:focus,
input:focus {
    outline: none;
}

input[type="search"],
input[type="text"],
input[type="number"],
input[type="email"] {
    -webkit-appearance: none;
    border-radius: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    border-radius: 0;
}

@font-face {
    font-family: 'myriad_proregular';
    src: url('../fonts/myriadpro-regular-webfont.woff2') format('woff2'), url('../fonts/myriadpro-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/* Firefox */

input[type=number] {
    -moz-appearance: textfield;
    border-radius: 0;
}

p {
    font-family: 'myriad_proregular';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

a {
    text-decoration: none;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a,
a:hover {
    text-decoration: none;
    outline: none;
}


/* a:hover {
    color: #EB2127 !important;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

a,
button,
a * {
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

ul,
li {
    list-style: none;
}

button:focus,
a:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

img {
    max-width: 100%;
}

::-webkit-input-placeholder {
    color: #1d1e20;
    opacity: 0.8;
}

::-moz-placeholder {
    color: #1d1e20;
    opacity: 0.8;
}

input:focus-visible,
select:focus-visible {
    outline: none;
}

:-ms-input-placeholder {
    color: #1d1e20;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #1d1e20;
    opacity: 0.8;
}

.headertop {
    -webkit-transition: height 0.5s ease-in;
    -o-transition: height 0.5s ease-in;
    transition: height 0.5s ease-in;
}

div#hamburger-1 {
    display: none;
}

.headertop.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    height: 44px;
    z-index: 9;
    background: #fff;
    padding: 10px 0;
    -webkit-box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%);
}

.header-container {
    max-width: 850px;
    margin: 0 auto;
    width: 100%;
}

.cmmnHeadding {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 24px;
    letter-spacing: 0.1em;
    color: #000000;
    position: relative;
    padding-left: 30px;
    padding-bottom: 48px;
}

.whatwedo__header h3.cmmnHeadding {
    margin-left: 80px;
}

.cmmnHeadding:before {
    border: 2px solid #EB2127;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    content: "";
    width: 24px;
    height: 0;
    position: absolute;
    left: -10px;
    top: 12px;
    background: #EB2127;
}

.headertop__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.headertop__nav {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 402px;
    flex: 0 0 402px;
    max-width: 402px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
}

ul.headertop__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.headertop__menu li a {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Josefin Sans';
    color: #000000;
    font-family: 'Myriad Pro';
    font-weight: 600;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 3px;
}

.headertop__menu li a:hover {
    border-color: #eb2127;
    color: #000 !important
}

.headertop {
    padding: 14px 0;
    position: fixed;
    z-index: 9999;
    top: 0;
    background: #fff;
    border-bottom: 3px solid #EB2127;
    width: 100%;
}


/* Banner Css */

.banner {
    text-align: center;
}

.headerHieght {
    height: 75px;
}

.banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    position: relative;
    min-height: 410px;
}


/* .banner:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    background: rgba(48, 82, 143, 0.7);
} */

.banner__inner {
    text-align: center;
    position: relative;
    width: 100%;
}

.banner__text {
    color: #FFFFFF;
    height: 100%;
    position: absolute;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 36px;
    line-height: 60px;
    text-align: center;
    letter-spacing: 0.1em;
}

.commnfontSize {
    font-size: 36px;
    font-family: 'Josefin Sans';
    color: #fff;
    font-weight: 700;
}


/* About Us */

.about {
    /* background: #5F8BD9; */
    position: relative;
    z-index: 1;
    padding: 103px 0;
}

.about p {
    font-family: 'myriad_proregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    margin-bottom: 20px;
    color: #5C5C5C;
}

.read__more {
    width: 120px;
    height: 35px;
    background: #EB2127;
    border-radius: 5px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    font-family: 'myriad_proregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    border: 1px solid #EB2127;
}

.read__more:hover {
    opacity: 0.8;
    background: transparent;
    border: 1px solid #EB2127;
    color: #EB2127;
}

.read__more:hover svg {
    fill: #EB2127;
}

.about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 410px;
}

.about .header-container {
    position: relative;
}


/* .about:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    left: 0;
    background: url("../images/about-us.png");
    height: 100%;
    background-size: cover;
    z-index: -1;
    opacity: 0.2;
} */

.about__lft {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 640px;
    margin-left: -280px;
    /* left: -280px; */
}

.about__lft:after {
    content: "";
    width: 150px;
    height: 200px;
    border: 10px solid #F9787C;
    position: absolute;
    bottom: -43px;
    right: -25px;
    z-index: -1;
}

.about__content h2 {
    padding-bottom: 15px;
}

.about__content:last-child {
    padding-bottom: 0;
}

.about__content {
    padding-bottom: 96px;
}

.about__lft img {
    width: 100%;
}

.about__right h3 {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #EB2127;
    margin-bottom: 5px;
}


/* Whar we do Css */

.whatwedo__container {
    padding: 40px 30px 30px;
    width: 777px;
    left: 290px;
    top: 1033px;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 20px rgba(165, 165, 165, 0.25);
    box-shadow: 6px 6px 20px rgba(165, 165, 165, 0.25);
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.whatwedo__lftContntimg {
    width: 65px;
    height: 65px;
    background: #EB2127;
    border-radius: 50%;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 65px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.whatwedo__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
}

.whatwedo__btmLft img {
    display: block;
}

.whatwedo__lft {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 387px;
    flex: 0 0 387px;
    max-width: 387px;
    margin-top: 0;
}

.whatwedo__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 388px;
    flex: 0 0 388px;
    max-width: 388px;
    position: relative;
    right: -0;
}

.whatwedo__lftContent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
    margin-bottom: 48px;
}

.whatwedo__lftContntrgt {
    -webkit-box-flex: 299px;
    -ms-flex: 299px;
    flex: 299px;
    max-width: 299px;
}

.whatwedo__lftContntrgt p {
    color: #5C5C5C;
    font-size: 14px;
}

.whatwedo__lftContntrgt h4 {
    font-size: 16px;
    font-family: 'Myriad Pro';
    font-weight: 800;
    color: #000;
    margin: 20px 0;
    text-transform: uppercase;
}

.whatwedo__lftContntrgt ul li {
    font-size: 14px;
    font-family: 'Myriad Pro';
    font-weight: 600;
    color: #000;
    position: relative;
    padding-bottom: 3px;
    padding-left: 10px;
}

.whatwedo__lftContntrgt ul li:before {
    content: "";
    width: 2px;
    height: 13px;
    background: red;
    left: 0;
    position: absolute;
    top: 3px;
}

.whatwedo__inner .cmmnHeadding {
    margin-left: 76px;
}

.whatwedo__rightImg img:first-child {
    position: absolute;
    top: 0;
    left: 104px;
    z-index: 1;
}

.whatwedo__rightImg img:nth-child(2) {
    position: absolute;
    top: 120px;
    right: -30px;
    z-index: 0;
}

.whatwedo__rightImg img:last-child {
    position: absolute;
    top: 180px;
    left: 30px;
}

.whatwedo__rightImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.whatwedo__btm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

div#services {
    background: #F5F5F5;
    padding: 57px 0;
}

.ourgrowth__innerBtmTop {}

.ourgrowth__innerBtmTop {
    background: #1A2C3A;
    padding: 166px 46px 47px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: -2;
    margin-top: -100px;
}

.ourgrowth__innerBtm {
    width: calc(100% - 22px);
    margin-left: auto;
}

.ourgrowth__innerBtm:before {
    content: "";
    width: 22px;
    height: 304px;
    position: absolute;
    bottom: 30px;
    left: -22px;
    background: #EB2127;
    z-index: 99;
}

.ourgrowth__innerBtm {
    position: relative;
}

.ourgrowth__innerBtmTop p {
    font-family: 'myriad_proregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
}

.ourgrowth__innerBtm img {
    width: 100%;
}

.flexable__btm img {
    width: 100%;
    display: block;
}


/* Our Growth */

.ourgrowth__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.growth__left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 339px;
    flex: 0 0 339px;
    max-width: 339px;
    position: relative;
    margin-top: 57px;
}

.ourgrowth__right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 597px;
    flex: 0 0 597px;
    max-width: 597px;
    background: #F5F5F5;
    padding-top: 71px;
    padding-left: 130px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 50px;
    margin-left: -90px;
    padding-bottom: 171px;
}

.ourgrowth__right p {
    color: #5C5C5C;
    text-align: justify;
    padding-bottom: 20px;
}

.ourgrowth {
    padding-top: 97px;
}

.ourgrowth__inner:before {
    content: "";
    background: #EB2127;
    position: absolute;
    width: 727px;
    height: 132px;
    bottom: -22px;
    right: -17px;
    z-index: -1;
}


/* Our Team css */

.team:before {
    content: "";
    background: rgb(137 0 4 / 85%);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
}

.team {
    position: relative;
    z-index: 1;
    padding: 70px 0;
    margin-top: 37px;
}

.team h3.cmmnHeadding {
    color: #fff;
}

.team .cmmnHeadding:before {
    border: 2px solid #fff;
}

.team__img {
    /* position: absolute; */
    width: 65px;
    height: 65px;
    background: #FFFFFF;
    border-radius: 50%;
}

.team__img {
    /* position: absolute; */
    /* width: 65px; */
    height: 65px;
    background: #FFFFFF;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 65px;
    flex: 0 0 65px;
    max-width: 65px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.team__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 769px;
    flex: 0 0 769px;
    max-width: 769px;
}

.team__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
}

.team__text p {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
}

.team__inner {
    margin-top: 20px;
}


/* Flexiable */

.flexiable {
    padding: 76px 0;
    background: #F5F5F5;
}

.flexiable-center h3.cmmnHeadding {
    display: inline-block;
}

.flexiable-center {
    text-align: center;
}

.flexiable__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.flexiable__box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 252px;
    flex: 0 0 252px;
    max-width: 252px;
    background: #FFFFFF;
    -webkit-box-shadow: 6px 6px 20px rgba(165, 165, 165, 0.25);
    box-shadow: 6px 6px 20px rgba(165, 165, 165, 0.25);
    padding: 23px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 11px solid #EB2127;
}

.flexiable__box:hover .flexiable__img {
    cursor: pointer;
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -moz-animation-name: bounce;
}

.flexiable__img {
    width: 120px;
    height: 120px;
    background: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50%;
    margin: 26px auto 36px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}

.flexiable__content {
    font-family: 'myriad_proregular';
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    /* text-align: justify; */
}

.flexiable__content span {
    font-family: 'Myriad Pro';
    font-weight: 800;
}


/* Global */

.globale__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.global__text {
    -webkit-box-flex: 452px;
    -ms-flex: 452px;
    flex: 452px;
    max-width: 452px;
    padding: 43px 0 48px;
}

.global__text p {
    color: #5C5C5C;
    text-align: justify;
}

.global {
    position: relative;
    margin-top: 28px;
}

.global:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 45%;
    height: 100%;
    background-size: cover;
    background: #1A2C3A;
}

.global__img img {
    position: relative;
}

.global__img {
    text-align: right;
    padding-top: 44px;
}


/* Founding css */

.founding {
    background-size: cover !important;
    background-position: center !important;
    padding-top: 129px;
    padding-bottom: 98px;
    margin-top: 28px;
}

.founding__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 482px;
    flex: 0 0 482px;
    max-width: 482px;
}

.founding__text p {
    color: #fff;
    padding-bottom: 20px;
}

.founding__header h3.cmmnHeadding {
    color: #fff;
}

.founding__text span {
    font-style: italic;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
    color: #00F0FF;
    font-family: 'myriad_proregular';
    padding-top: 35px;
    display: inline-block;
}


/* Footer */

.footer {
    background: #000000;
    color: #fff;
    padding: 70px 0 35px;
    position: relative;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer p {
    text-align: left;
    font-size: 14px;
}

.footer__logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 380px;
    flex: 0 0 380px;
    max-width: 380px;
}

.footer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer__info a:hover {
    opacity: 0.8;
}

.footer__info {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 483px;
    flex: 0 0 483px;
    max-width: 483px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.active a {
    color: #EB2127 !important;
    border-bottom: 2px solid !important;
}

.footer__info a {
    font-family: 'myriad_proregular';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
    display: inline-block;
    color: #fff;
}

.footer__info h5 {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    text-align: justify;
    color: #EB2127;
    text-transform: uppercase;
    padding-bottom: 25px;
}

.footer__info h6 {
    font-family: 'Myriad Pro';
    font-style: normal;
    font-weight: 600;
    font-size: 13px;
    line-height: 18px;
    text-align: justify;
    color: #FFFFFF;
    /* font-weight: normal; */
}

a.email img {
    margin-right: 10px;
}

a.email {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 25px;
}

.footer:before {
    content: "";
    width: 100%;
    left: 0;
    top: 40px;
    border-top: 1px solid #EB2127;
    position: absolute;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.for-mobile {
    display: none;
}