
/* font face gill */
@font-face {
    font-family: 'Gill Sans';
    src: url('../fonts/GillSans-SemiBold.woff') format('woff'),
        url('../fonts/GillSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Bold';
    src:url('../fonts/GillSans Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Gill Sans Std';
    src: url('../fonts/GillSansStd-ExtraBold.woff') format('woff'),
        url('../fonts/GillSansStd-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/* font face gill The end*/

/* font face Georgia */
@font-face {
    font-family: 'Georgia-BoldItalic';
    src: url('../fonts/Georgia-BoldItalic.woff') format('woff'),
        url('../fonts/Georgia-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-Bold';
    src: url('../fonts/Georgia-Bold.woff') format('woff'),
        url('../fonts/Georgia-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia';
    src: url('../fonts/Georgia.woff') format('woff'),
        url('../fonts/Georgia.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Georgia-Italic';
    src: url('../fonts/Georgia-Italic.woff') format('woff'),
        url('../fonts/Georgia-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'League Gothic';
    src: url('../fonts/LeagueGothic-Regular.woff') format('woff'),
        url('../fonts/LeagueGothic-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* font face Georgia The End */
/* font face Avenir*/
@font-face {
    font-family: 'AvenirBlack';
    src: url('../fonts/AvenirLTStd-Black.woff') format('woff'),
        url('../fonts/AvenirLTStd-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirRoman';
    src: url('../fonts/AvenirLTStd-Roman.woff') format('woff'),
        url('../fonts/AvenirLTStd-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirBook';
    src: url('../fonts/AvenirLTStd-Book.woff') format('woff'),
        url('../fonts/AvenirLTStd-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Avenir-Heavy';
    src: url('../fonts/Avenir-Heavy.woff') format('woff'),
        url('../fonts/Avenir-Heavy.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'AvenirLT-Light';
    src: url('../fonts/Avenir-Light.woff') format('woff'),
        url('../fonts/AvenirLT-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'AvenirMedium';
    src: url('../fonts/Avenir-Medium.woff') format('woff'),
    url('../fonts/Avenir-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* font face Avenir The End */


/* font face Futura*/

@font-face {
    font-family: 'Futura BdCn BT';
    src: url('../fonts/FuturaBT-BoldCondensed.woff') format('woff'),
        url('../fonts/FuturaBT-BoldCondensed.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura XBlk BT';
    src: url('../fonts/FuturaBT-ExtraBlack.woff') format('woff'),
        url('../fonts/FuturaBT-ExtraBlack.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura XBlk BT';
    src: url('../fonts/FuturaBT-ExtraBlack_1.woff') format('woff'),
        url('../fonts/FuturaBT-ExtraBlack_1.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



/* font face Futura The End */




:root{
--header-height:110px;
--black:#000000;
--yellow:#fcc013;
--white:#fff;
--purple:#4a2b64;
--blue:#222c55;
}


.comminpadding{
    padding: 50px 0px;
}

.sprites {
background-image: url(../images/sprites.png);
background-repeat: no-repeat;
}


body{
    color: var(--black);
    font-size: 16px;
    position: relative;
    counter-reset: geek-counter; 
    background-color: var(--white);
}

/* Helper Css 07.06.2021*/
:focus {
outline: 0;
}
:hover{
    outline: 0;
}
a{
    text-decoration: none;
}

a:hover{
text-decoration: none;
}

a, button{
    outline: none;
    box-shadow: none;
}

a, button:hover {
    outline: none;
    box-shadow: none;
}

a, button:focus {
    outline: none;
    box-shadow: none;
}
.no-gutters-desktop{
    padding: 0;
}

section{
    position: relative;
}




*::-webkit-media-controls-panel {
  display: none!important;
  -webkit-appearance: none;
}

/* Old shadow dom for play button */

*::-webkit-media-controls-play-button {
  display: none!important;
  -webkit-appearance: none;
}

/* New shadow dom for play button */

/* This one works! */

*::-webkit-media-controls-start-playback-button {
  display: none!important;
  -webkit-appearance: none;
}


video {
    &::-webkit-media-controls {
        display:none !important;
    }

    &::-webkit-media-controls-start-playback-button {
        display: none!important;
        -webkit-appearance: none;
    }
}



::-webkit-scrollbar-track{
    border-radius: 4px; 
    background-color: #dddddd;
}

::-webkit-scrollbar{
     width: 8px;
}

::-webkit-scrollbar-thumb{
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.53);
}

.greybg{
    background-color: #f2f2f2;
}

.whiteBg{
    background-color: var(--white);
}

.bluebg {
    background-color: var(--blue);
}

.mobileDeviceShow {
    display: none;
}


.blackLine{
    height: 88px;
    margin: 50px auto;
    background: var(--black);
    width: 2px;
}

.linePostinon {
    position: absolute;
    left: 50%;
    height: 128px;
    width: 2px;
    margin-top: -3%;
}

/* Helper Css the end 07.06.2021*/

@media (min-width: 768px){
  .container-fluid {
    width: 100%;
    max-width: 85%;
    margin: 0 auto;
}  
}



.heading h2{
    font-size: 75px;
    font-family: 'Georgia-Bold';
    line-height: 85px;
}

.heading h2 span{
color: var(--yellow);
}

.heading h3{
    font-size: 50px;
    font-family: 'Georgia-Bold';
    line-height: 60px;
}


.heading h4{
    font-size: 40px;
    font-family: 'Georgia-Bold';
    line-height: 50px;
}

p{
    font-family: 'AvenirBook';
    font-size: 30px;
    line-height: 40px;
}


ol.detailslist{
    display: flex;
    align-items: flex-start;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
    justify-content: flex-start;

}

ol.detailslist li{
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
}

ol.detailslist li a{
     font-family: 'AvenirBook';
    font-size: 16px;
    color: var(--black);
    line-height: 30px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

ol.detailslist li img{
    width: 20px;
    height: 15px;
    margin-right: 5px;
}


.images img {
    border-radius: 100%;
    width: 250px;
    height: 250px;
    overflow: hidden;
    object-fit: cover;
    object-position: top;
}

.commonText p{
    font-family: 'Georgia';
    line-height: 25px;
    font-size: 18px;
    margin: 0;
}

.content p {
    text-align: center;
}



a{
    color: var(--black);
}

a:hover{
    color: var(--yellow);
}

/* header Section*/
header {
    z-index: 1000;
    transition: all 600ms ease-in-out;
    position: fixed;
    height: 50px;
    width: 100%;
}

#menuToggle {
    display: none;
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 999;
    -webkit-user-select: none;
    user-select: none;
}

#menuToggle input {
    display: block;
    width: 40px;
    height: 32px;
    position: absolute;
    top: -7px;
    left: -5px;
    cursor: pointer;
    opacity: 0;
    /* hide this */
    z-index: 2;
    /* and place it over the hamburger */
    -webkit-touch-callout: none;
}

#menuToggle.menuOpen {
    position: fixed
}


/* * Just a quick hamburger */

#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    background: #fad606;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), opacity 0.55s ease;
}

#menuToggle span:first-child {
    transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2) {
    transform-origin: 0% 100%;
}


/* * Transform all the slices of hamburger * into a crossmark. */

#menuToggle input:checked~span {
    opacity: 1;
    transform: rotate(45deg) translate(-2px, -1px);
    background: #fff;
}


/* * But let's hide the middle one. */

  #menuToggle input:checked~span:nth-last-child(3) {
    opacity: 0;
    transform: rotate(0deg) scale(0.2, 0.2);
  }


/* * Ohyeah and the last one should go the other direction */

  #menuToggle input:checked~span:nth-last-child(2) {
    opacity: 1;
    transform: rotate(-45deg) translate(0, -1px);
  }


/* * Make this absolute positioned * at the top left of the screen */

  #menu {
    position: fixed;
    width: 40%;
    margin: 0;
    padding: 50px;
    padding-top: 125px;
    right: -100px;
    background-color: rgba(0, 0, 0, .9);
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    /* to stop flickering of text in safari */
    top: 0;
    transform-origin: 0% 0%;
    transform: translate(100%, 0);
    height: 100vh;
    transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
  }

  #menu li {
    font-family: 'Montserrat', sans-serif;
    padding: 10px 0;
    font-size: 45px;
    text-align: center;
    font-weight: 800;
  }

  #menu li a {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    display: block;
    text-decoration: none;
    color: #fff !important;
    position: relative;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
  }

  #menu li a:hover {
    color: rgba(250, 214, 6, .9) !important;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }


/* * And let's fade it in from the left */

#menuToggle input:checked~ul {
    transform: scale(1.0, 1.0);
    opacity: 1;
    right: 0;
}




/* header Section The End*/



/* Hero Section*/


.hero-section {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #323232;
}


.hero-image {
    height: 100vh;
    overflow: hidden;
}

.sliderPosition {
    background-size: cover;
    background-position: center;
    position: relative;
}

.bannerCompanyName {
    position: absolute;
    top: 4%;
    z-index: 1;
    margin: 0px auto;
    display: table;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}

.bannerCompanyName span {
    color: var(--white);
    font-size: 228px;
    font-family: 'Gill Sans Std';
    letter-spacing: 5px;
    line-height: 50px;
    text-transform:uppercase;
    color: transparent;
    -webkit-text-stroke: 2px var(--white);
}


.hero-section .overlayText {
    position: absolute;
    top: 50%;
    left: 22%;
    transform: translate(-22%, -50%);
}

.hero-section .overlayText h1{
    font-size: 125px;
    font-family: 'Georgia-Bold';
    line-height: 150px;
    color: var(--white);
}

/* Hero Section The End*/


/* Ideas that matter Section */

.ideasThatMatterSection {
    padding: 50px 0px;
    text-align: center;
}

.serviceProductcommenMain {
    display: flex;
    padding: 50px 0 0px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px auto;
}

.serviceProductcommenMain .serviceProductcommenLeft {
    flex: 0 0 34.7%;
    max-width: 34.7%;
}

.serviceBox {
    flex: 0 0 93%;
    max-width: 93%;
    text-align: center;
}

.serviceProductcommenMain .serviceProductcommenRight {
    flex: 0 0 65.3%;
    max-width: 65.3%;
}

.serviceSubBox {
    border-radius: 15px;
    height: 155px;
    display: flex;
    justify-content: center;
    width: 480px;
    cursor: pointer;
    margin-bottom: 20px;
}

.serviceSubBox .suBBox {
    width: 100%;
    height: 100%;
}

.serviceSubBox .suBBox a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    -webkit-transition: all 250ms linear 0s;
    transition: all 250ms linear 0s;
    width: 100%;
    height: 100%;
}
.serviceBox .heading{
    margin-bottom: 30px;
}

.serviceBox .heading h4{
    background: #f2f2f2;
    border-radius: 10px;
    font-family: 'AvenirMedium';
    font-size: 20px;
    color: var(--black);
    line-height: 42px;
    width: 330px;
    display: table;
    margin: 0px auto;
}

.servicePosition {
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100%;
    width: 100%;
}

.serviceSubBox .img {
    width: 250px;
    -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
}

.serviceSubBox .commonText{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 50%;
   -webkit-transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -o-transition: opacity 1s ease-in;
    -ms-transition: opacity 1s ease-in;
    transition: opacity 1s ease-in;
    transform: translateY(-50%);
    width: 100%;
}

.serviceSubBox .commonText p{
    font-family: 'Georgia';
    line-height: 25px;
    font-size: 18px;
    margin: 0;
    color: var(--white);
}


.serviceSubBox:hover .img {
    opacity: 0;
}
.serviceSubBox:hover .commonText {
    opacity: 1;
}

.productBox {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
}

.productBox .fullwidthBox {
    display: flex;
    justify-content: space-between;
}

.productBox .fullwidthBox .firstBox {
    flex: 0 0 50%;
    max-width: 50%;
}


.productBox .fullwidthBox .secoundBox {
    flex: 0 0 50%;
    max-width: 50%;
}
/* Ideas that matter Section The End*/


/* Counter Section*/

.counterSection{
      padding: 50px 0px;
      height: 350px;
}

.counterPosition{
    background-position: top center;
    width: 100%;
    background-repeat: repeat;
}

.counterBoxMain{
    display: flex;
    padding: 50px 0px;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px auto;
    flex-wrap: wrap;
}

.counterBoxMain .NumberBox{
    flex: 0 0 33.3%;
    max-width: 33.3%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.counterBoxMain .NumberBox .counterNumbe {
    color: var(--black);
    font-size: 75px;
    font-family: 'Georgia-Bold';
    line-height: 85px;
}

.counterBoxMain .NumberBox .counterText{
    color: var(--black);
    font-size: 30px;
    font-family: 'Georgia';
    line-height: 35px;
}
.counterBoxMain .NumberBox ul{
    list-style: none;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}

.counterBoxMain .NumberBox ul li{
    padding: 0 40px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}


.counterBoxMain .NumberBox ul li:after {
    content: "";
    position: absolute;
    top: 20%;
    height: 100px;
    width: 1px;
    background: var(--black);
    transform: translateX(-50%);
    right: 0;
}
.counterBoxMain .NumberBox ul li:last-child:after{
    display: none;
} 
 

/* Counter Section The End*/

/*  our Presence Section*/
.ourPresenceSection {
    padding: 50px 0px;
}


.ourPresenceSection .ourPresenceMain {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px auto;
    align-items: center;
}

.ourPresenceMain .ourPresenceImg{
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: center;
}

.ourPresenceMain .ourPresenceText{
    flex: 0 0 48%;
    max-width: 48%;
    margin-left: 5%;
}

.ourPresenceText .heading h3 {
     font-family: 'Avenir-Heavy';
    margin: 15px 0px;
}


/*  our Presence Section The End*/


/* singleSection Section*/
.singleSection .blackLine {
    position: absolute;
    bottom: -9%;
    z-index: 1;
    left: 50%;
    margin: 0;
    height: 130px;
}
/* singleSection Section The End*/


/*  Our Story Section*/

.ourStorySection {
    margin: 100px auto;
    text-align: center;
    width: 86%;
}

.ourStorySection .heading {
    margin-bottom: 50px;
}

/*  Our Story Section The End*/


/*  Backbone of our brand Section*/
.backboneBrandSection {
    text-align: center;
}

.backboneBrandBg{
    background-color: #f2f2f2;
    clip-path: polygon(0 0, 100% 12%, 100% 90%, 0 100%);
    height: 1050px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.topLine {
    position: absolute;
    top: 0%;
    z-index: 1;
    left: 50%;
    margin: 0;
    height: 130px;
}

.botLine {
    position: absolute;
    bottom: 0%;
    z-index: 1;
    left: 50%;
    margin: 0;
    height: 130px;
}



.value-slider.p-r-0 {
    width: 91%;
    margin-left: 9%;
    margin-top: 50px;
}


/*.our-values .slider-for {
    width: 81%;
    margin-left: 13%;
    float: right;
    background: #000;
}*/

.our-values .slider-nav {
    width: 15%;
    float: left;
    overflow: hidden;
    padding-left: 60px;
    opacity: 0.5;
}

.slider-nav .slick-list {
    padding: 0 !important;
}

.our-values .dot {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    background-color: #fff;
    text-align: center;
    cursor: pointer;
    display: block;
    color: #212529;
    text-decoration: none;
}

.our-values .slick-slide img {
    display: block;
    height: 480px;
    object-fit: cover;
}

.our-values .slick-active .dot {
    -webkit-box-shadow: -3px -1px 29px -10px rgba(0, 0, 0, 0.47);
    -moz-box-shadow: -3px -1px 29px -10px rgba(0, 0, 0, 0.47);
    box-shadow: -3px -1px 29px -10px rgba(0, 0, 0, 0.47);
}

.our-values .slick-dots {
    left: 0;
    bottom: 0;
    display: table;
    width: auto;
    margin-bottom: 0;
}

.our-values .slick-dots li {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}


/*
.slick-slideshow__slide.slick-slide.slick-current.slick-active.slick-center {
    opacity: 1;
}-*/

.our-values .left {
     width: 41%;
    float: left;
}

.right {
    width: 32%;
    float: left;
    overflow: hidden;
}

.right-2 {
    width: 27%;
    float: left;
    padding-left: 3%;
   /* opacity: 0.5;*/
}

.our-values .bigTitle {
    margin: 40px 0;
    -webkit-animation: fadeInUp 1s both 1s;
    animation: fadeInUp 1s both 1s;
    text-align: left;
}

.our-values .left p {
    -webkit-animation: fadeInUp 1s both 1.5s;
    animation: fadeInUp 1s both 1.5s;
    text-align: left;
}

.our-values .slider-for .slick-initialized .slick-slide {
    display: block;
    opacity: 1!important;
}

.slick-active.slick-slide .left {
    transform: translateY(0);
}

.slick-slide .left {
    transition-delay: .5s;
    transition: all .5s ease-in-out;
    transform: translateY(120px);
}

.slick-slide.transitionOut .left {
    transform: translateY(-250px);
    opacity: 0.1;
}

.slick-active .bor-1 {
    background: #ffd309;
}

.slick-active .bor-2 {
    background: #ff5519;
}

.slick-active .bor-3 {
    background: #009cf3;
}

.slick-active .bor-4 {
    background: #14c04d;
}

.slick-active .bor-5 {
    background: #e4017e;
}

.bor-img {
    display: table;
    position: relative;
    padding-bottom: 30px;
    float: right;
    padding-right: 30px;
}

.bor-bott-img {
    display: table;
    position: relative;
    padding-bottom: 30px;
    float: right;
    padding-right: 0px;
}

.bor-rt-bott {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    transition-delay: .5s;
    transition: all .5s ease-in-out;
     background-color: var(--black);
}


.bor-bott {
    background-color: var(--black);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    display: flex;
    bottom: -20px;
    right: -20px;
    z-index: -1;
    transition-delay: .5s;
    transition: all .5s ease-in-out;
}

.numberRound {
    background-color: var(--white);
    position: absolute;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--black);
    font-size: 25px;
    font-family: 'Georgia';
    top: 3%;
    left: 3%;
}

/*  Backbone of our brand Section The End*/


/* People Behind us Section*/
.PeopleBehindSection {
    margin-top: 80px;
}
.coreTeamBox {
    width: 100%;
    margin: 50px 0px 0px;
}

.coreTeamBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 15px;
    max-width: 100%;
    justify-content: center;
    height: 100%;
}

.coreTeamBox ul li {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: center;
     align-items: flex-start;
    margin-bottom: 30px;
}

.coreTeamBox ul li ol.detailslist li {
    flex: 0 0 100%;
    max-width: 100%;
}

.coreTeamBox ul li .centerCenter {
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px auto;
    display: table;
    text-align: center;
     width: 100%;
}

.coreTeamBox ul li .centerCenter .images {
    margin: 0px auto;
    display: table;
}

.coreTeamBox ul li span {
    font-family: 'Georgia';
    font-size: 30px;
    margin: 20px auto 0px;
    line-height: 30px;
    font-style: italic;
    display: table;
}

.coreTeamBox ul ol {
    padding: 0;
    list-style: none;
    flex-wrap: wrap;
    max-width: 84%;
    margin: 0px auto;
}

/* People Behind us Section The End*/

/* our Expertise Section*/
.ourExpertiseSection{
    background: #f2f2f2;
    margin-top: 20px;
    overflow: hidden;
}
/* our Expertise Section The End*/

/* What’s new at Crosspoles Section */

.whatnewCrosspolesSection{
    margin-top: 150px;
    text-align: center;
}


.whatnewCrosspolesSection .heading span{
    font-family: 'AvenirBook';
    font-size: 30px;
    line-height: 40px;
}

.whatNewCrosspolesMain{
    display: flex;
    width: 100%;
    margin-top: 50px;
}

.whatNewCrosspolesLeft {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    text-align: left;
    justify-content: center;
}

.whatNewCrosspolesLeft img {
     width: 320px;
    margin-bottom: 30px;
}

.whatNewCrosspolesRight {
    flex: 0 0 50%;
    max-width: 50%;
}

.whatNewCrosspolesRight span{
    font-size: 50px;
    font-family: 'Avenir-Heavy';
    text-transform: uppercase;
}


.whatNewCrosspolesRight ul {
     margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 20px;
    max-width: 100%;
    justify-content: center;
    height: 100%;
}

.whatNewCrosspolesRight ul li {
    flex: 0 0 47%;
    max-width: 47%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #f2f2f2;
    border-radius: 20px;
    height: 316px;
    margin: 0px 10px;
}


.whatNewCrosspolesRight ul li .centerCenter {
    flex: 0 0 100%;
    max-width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.whatNewCrosspolesRight ul li img {
     width: 135px;
    margin-bottom: 20px;
}

.whatNewCrosspolesRight ul li p {
    font-size: 26px;
    font-family: 'AvenirMedium';
    line-height: 30px;
}

/* What’s new at Crosspoles Section The End*/

/* Get The inside Section*/

.gettheInsideSection {
 
}

.CrosspolesTeamLeft {
    position: absolute;
    left: 0;
    top: 50%;
    width: 6%;
    transform: translateY(-50%);
}

.CrosspolesTeamRight {
    right: 0;
    position: absolute;
    top: 50%;
    width: 6%;
    transform: translateY(-50%);
}

.gettheInsideBox {
      border: 2px solid #e6e6e6;
    border-radius: 30px;
    padding: 50px 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.instagramIfram {
    margin: 30px 0px 50px;
}

.gettheInsideBox p {
    margin: 20px 0px;
}

.morebtn a{
    background: #000;
    margin: 30px auto 10px;
    border-radius: 50px;
    padding: 10px 25px;
    font-family: 'AvenirBook';
    font-size: 20px;
    color: var(--white);
}

.morebtn a:hover{
    background-color: var(--yellow);
}

/* Get The inside Section The End*/


/* Crosspoles Team Section*/
.CrosspolesTeamSection {
    background: #f2f2f2;
    margin-top: 20px;
    overflow: hidden;
}

.CrosspolesTeamMain{
        display: flex;
    width: 100%;
}


.CrosspolesTeamText {
    margin: 80px 0;
    flex: 0 0 50%;
    max-width: 50%;
}

.CrosspolesTeamText p{
    width: 68%;
    margin: 30px 0px;
}

.CrosspolesTeamText p strong{
 font-family: 'Avenir-Heavy';
}

.CrosspolesTeamImg {
     flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    height: 100%;
    overflow: hidden;
}

.CrosspolesTeamImg img {
    height: 100%;
    object-fit: cover;
    object-position: left;
    overflow: hidden;
}

.applyButton a {
    background: #000;
    margin: 30px auto 10px;
    border-radius: 50px;
       padding: 10px 25px;
    font-family: 'AvenirBook';
    font-size: 20px;
    color: var(--white);
}

.applyButton a:hover {
    background: var(--yellow);
    color: var(--black);

}

/* Crosspoles Team Section The End*/

/* Contact Crosspoles Section*/

.contactCrosspolesSection .heading{
    text-align: center;
}


.contactCrosspolesSection .heading h3 {
    font-family: 'AvenirMedium';
}

.contactCrosspolesMain .contactCrosspolesText .title {
       font-size: 50px;
    font-family: 'Avenir-Heavy';
}

.contactCrosspolesMain {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 50px auto 0px;
}

.contactCrosspolesMain .contactCrosspolesText{
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}


.contactCrosspolesMain .contactCrosspolesImg {
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    justify-content: center;
}


.contactCrosspolesMain .contactCrosspolesText p {
    margin: 20px 0px;
    width: 79%;
}
.contactCrosspolesMain .contactCrosspolesText ul{  
    list-style: none;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}
.contactCrosspolesMain .contactCrosspolesText ul li{
        width: 100%;
}


.contactCrosspolesMain .contactCrosspolesText ul li a{
    font-family: 'AvenirBook';
    font-size: 25px;
    line-height: 35px;
    margin: 10px auto;
}

/* Contact Crosspoles Section The End*/


/* footer Section*/
footer {
    background: #000;
    font-family: 'AvenirBook';
    color: var(--white);
    text-align: center;
}

.footerSection {
    padding: 0px 0px 30px;
}

.footerContainer {
    flex: 0 0 85.3%;
    max-width: 85.3%;
    margin: 0px auto;
}

.footerRowHeight{
    height: 103px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borT{
    border-top: 1px solid #bfbfbf;
}

.borB{
    border-bottom: 1px solid #bfbfbf;
}

.footerMenu {
    width: 100%;
}

.footerMenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    justify-content: center;
}

.footerMenu ul li{
    position: relative;
}

.footerMenu ul li a {
    color: var(--white);
    font-size: 20px;
    line-height: 36px;
    padding: 0px 25px;
    -webkit-transition: all 250ms linear 0s;
    transition: all 250ms linear 0s;
    position: relative;
    display: block;
}

.footerMenu ul li a:hover{
    color: var(--yellow);
}

.footerMenu ul li:after {
    content: "";
    position: absolute;
    top: 20%;
    height: 20px;
    width: 1px;
    background: var(--white);
    transform: translateX(-50%);
    right: 0;
}

.footerMenu ul li:last-child:after{
    display: none;
}

.socialIcon span {
 
    font-size: 20px;
    color: var(--white);
}

.socialIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 38%;
    max-width: 38%;
    margin: 0px auto;
}

.socialIcon ul {
    list-style: none;
    padding: 0;
    margin: 0px auto;
    display: flex;
}

.socialIcon ul li {
    padding: 0px 10px;
}

.socialIcon ul li{
    transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;  
}

.socialIcon ul li:hover{
    margin-top: -15px;
}

  

.socialIcon ul li img {
    width: 40px;
    height: 40px;
}


.footerCompnayLogo ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    max-width: 80%;
}

.footerCompnayLogo ul li {
    display: flex;
    align-items: center;
    margin: 0px 12px;
    justify-content: center;
}

.footerCompnayLogo ul li img {
    width: 100%;
}

.footerBottomMenu ul li a {
    font-size: 16px;
}

.footerruinngText p{
    font-size: 16px;
    line-height: 20px;
    margin: 0;
}

.copyrightTxt {
    font-family: 'AvenirBook';
    font-size: 15px;
    color: var(--white);
}

/* footer Section The End*/