
/* 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 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);
}

/* 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: 65px;
    font-family: 'Georgia-Bold';
    line-height: 75px;
}

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

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

p{
    font-family: 'AvenirBook';
    font-size: 37px;
    line-height: 48px;
}


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

}

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: 230px;
    height: 230px;
/*    border: 10px solid var(--yellow);*/
    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 {
    width: 100%;
    z-index: 1000;
    transition: all 600ms ease-in-out;
    background-color: #fcc013;
    margin-bottom: 50px;
}



.companylogo {
    margin: 0px auto;
    display: table;
    text-align: center;
}

.companylogo span {
    color: var(--black);
    font-size: 45px;
    font-family: 'Gill Sans';
    letter-spacing: 5px;
    line-height: 75px;
}



/* Header Section The End*/

/* Hello Section*/

.helloCandidateText h1 {
    font-size: 175px;
    font-family: 'Georgia-Bold';
    line-height: 150px;
}

.helloCandidateText h1 span{
    font-family: 'Georgia-Italic';
    font-size: 100px;
    font-style: italic;
    display: block;
}

.helloCandidateText p {
    width: 44%;
    margin-left: 18%;
    margin-top: 2%;
}

.helloCandidateText p span{
    color: var(--yellow);
 font-family: 'AvenirBlack';
}

.animation-lineBox1 {
    width: 663px;
    margin-left: 39%;
}

.spendJustBox {
    display: flex;
    justify-content: flex-end;
    align-items: self-end;
    width: 100%;
    margin: 10px 0px;       
}
.spendJustBox p {
      font-size: 40px;
    font-family: 'Georgia-Bold';
    line-height: 55px;
    width: 50%;
    text-align: right;
}

.spendJustBox p span{
    font-size: 50px;
    color: var(--yellow);
    display: block;
}

.animation-lineBox2 {
    width: 1180px;
    margin-left: 11%;
}


.whoWouldSection {
    width: 100%;
    margin: 20px 0px;
}

.whoWouldSection h2{
/*     font-size: 80px;
    font-family: 'Georgia-Bold';
    line-height: 90px;*/
}

figcaption {
    color: var(--yellow);
    margin-right:0px;
    display: inline-block;
}

.whoWouldSection p{
    width: 61%;
    margin-top: 2%;
}

.whoWouldSection p span{
    color: var(--yellow);
 font-family: 'AvenirBlack';
}

.hrTeamSection {
    display: flex;
    margin-top: 40px;
}

.hrTeamSection .HRTeamBox{
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hrTeamSection .HRTeamBox .img {
    flex: 0 0 40%;
    max-width: 40%;
}



.hrTeamSection .HRTeamBox .content {
    flex: 0 0 58%;
    max-width: 58%;
    margin-left: 2%;
}

.hrTeamSection .HRTeamBox .content span {
        font-family: 'Georgia';
        font-size: 26px;
}

.hrTeamSection .HRTeamBoxLine{
    flex: 0 0 20%;
    max-width: 20%;
    position: relative;
}

.hrTeamSection .HRTeamBoxLine svg {
    position: absolute;
    top: 21%;
    width: 256px;
    right: 6%;
}
/* Hello Section The End*/

/* Meet the team Section*/
.meetTeamSection {
    width: 100%;
    margin: 115px 0px 0px 0px;
}

.meetTeamSection .heading {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}

.meetTeamSection h2{
    width: 61%;
    float: right;
    text-align: right;
}



.meetTeamSection p{
    width: 100%;
    text-align: right;
}

.coreTeamBox {
    width: 100%;
    margin: 85px 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 20%;
    max-width: 20%;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

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



.coreTeamBox ul li span {
    border: 1px solid #000;
    padding: 0px 15px;
    border-radius: 15px;
    font-family: 'Georgia';
    font-size: 20px;
    margin: 20px auto 10px;
    display: table;
    line-height: 30px;
    width: 194px;
}

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


.animation-lineBox4 {
    width: 1350px;
    margin: 50px auto 0px;
}
/* Meet the team Section The End*/


/* know more section*/
.knowMoreSection{
    width: 100%;
    margin: 50px 0px 0px;
    position: relative;
}

.knowMoreSection .heading {
    width: 100%;
}

.knowMoreSection .heading h2 {
    text-align: center;
}
.knowMoreSection .content p strong{
    color: var(--yellow);
    font-family: 'AvenirBlack';
}


.knowMoreSection .content p strong a{
    color: var(--yellow);
    font-family: 'AvenirBlack';
}

.knowMoreSection .content p strong a:hover{
    color: var(--black);
}

.clientLogoMain {
    width: 100%;
    margin: 50px 0px;
}

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

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

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

.animation-lineBox5 {
     width: 30px;
    margin: 50px auto;
}


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

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

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

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

.serviceBox .heading{
       position: relative;
      height: 70px;
}

.serviceBox .heading .leftIcon {
    width: 90px;
    position: absolute;
    left: 12%;
    margin-top: 2%;
    top: 0;
}

.serviceBox .heading .RightIcon {
    width: 90px;
    position: absolute;
    right: 12%;
    margin-top: 2%;
    transform: rotate(0deg) scaleX(-1);
    top: 0;
}

.serviceBox .heading h4{
    font-family: 'AvenirBlack';
    font-size: 35px;
    line-height: 40px;
}

.serviceSubBox {
    border-radius: 15px;
    height: 263px;
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    width: 445px;
}

.serviceSubBox .suBBox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
        align-items: center;
}

.serviceSubBox span {
    background: #acacac;
    border-radius: 0px 0px 15px 15px;
    font-family: 'Avenir-Heavy';
    font-weight: 600;
    font-size: 20px;
    color: var(--white);
    line-height: 42px;
    width: 330px;
    display: table;
    margin: 0px auto;
}

.serviceSubBox .img {
    width: 250px;
}



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

.productBox .heading {
    position: relative;
    height: 70px;
    flex: 0 0 76.2%;
    max-width: 76.2%;
    text-align: center;
    margin: 0px auto;
}

.productBox .heading .leftIcon {
     width: 250px;
    position: absolute;
    left: 0%;
    margin-top: 1%;
    top: 0;
}

.productBox .heading .RightIcon {
     width: 250px;
    position: absolute;
    right: 0%;
    margin-top: 1%;
    transform: rotate(0deg) scaleX(-1);
    top: 0;
}



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

.mixhubbBox {
    border-radius: 15px;
    height: 114px;
    justify-content: space-around;
    margin-top: 25px;
    align-items: center;
    padding: 0px 10px;

	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;

}

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

.mixhubbBox .logoImg img{
	width: 150px;
}

.mixhubbBox .content {
	border-left: 1px solid #b2b2b2;
	margin-left: 6%;
	flex: 0 0 44%;
	max-width: 44%;
}

.mixhubbBox .content .commonText{
	display: flex;
	justify-content: center;
	align-content: center;
}

.TwoServiceBox ul li:first-child {
    margin-left: 100px;
}

.crosspolesNetworkMain {
    display: flex;
    padding: 50px 0;
    flex: 0 0 70%;
    max-width: 70%;
    margin: 0px auto;
    position: relative;
    margin-bottom: 150px;
}

.crosspolesNetworkMain .NewworkCircle {
    width: 490px;
    height: 490px;
    border-radius: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.crosspolesNetworkMain .NewworkCircle h3{
    font-family: 'AvenirBlack';
    font-size: 60px;
    line-height: 70px;
    text-align: center;
    position: relative;
}

.crosspolesNetworkMain .NewworkCircle h3:after{
    content: "";
    position: absolute;
    background: var(--black);
    height: 2px;
    width: 30%;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
}

.crosspolesNetworkMain .NewworkCircle span{
    font-family: 'AvenirBook';
    font-size: 35px;
    line-height: 45px;
    text-align: center;
    margin-top: 30px;
}

.animation-lineBox6 {
width: 570px;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
}

.webcontxtLogo {
    width: 250px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 13%;
}

.dreamcastLogo {
    width: 250px;
    position: absolute;
    transform: translateX(-50%);
    bottom: -12%;
    left: 50%;
}

.taggboxLogo {
    width: 250px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 2%;
}


.graphcontainer {
    display: flex;
    padding: 0px 0px 80px;
    flex: 0 0 82%;
    max-width: 82%;
    margin: 0px auto;
    flex-direction: column;
    position: relative;
}

.graphcontainer .grahCircleImg {
    width: 1032px;
    margin: 0px auto;
    display: table;
}

.productTextBox{
    width: 850px;
    height: 252px;
    margin: 0px auto;
    position: relative;
}

.productTextBox .leftIcon {
    width: 420px;
    position: absolute;
    left: 0%;
    margin-top: 0%;
    top: 0;
}

.productTextBox .RightIcon {
    width: 420px;
    position: absolute;
    top: 0;
    position: absolute;
    right: 0%;
    margin-top: 0%;
    transform: rotate(0deg) scaleX(-1);
}


.productTextBox p {
    text-align: center;
    margin: 0px auto;
    padding-top: 12%;
}

.TwoServiceBox{
    width: 100%;
    margin: 0px 0px 0px;
}


.TwoServiceBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.TwoServiceBox ul li {
     background: var(--yellow);
    border-radius: 50px;
    font-size: 40px;
    font-family: 'AvenirBlack';
    padding: 10px 40px 0px;
    line-height: 50px;
    margin: 0px;
}


  
/* know more section The End*/

/* office Location Section*/
.officeLocationSection{
    width: 100%;
    margin: 0px 0px 70px;
    position: relative;
}


.locationMap {
    width: 1450px;
    margin: 0px auto 50px;
}

.officeLocationSection .content p{
    width: 100%;
    text-align: center;
}

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

.officeLocationSection .subheading {
      font-size: 45px;
    font-family: 'Georgia-Bold';
    line-height: 55px;
    text-align: center;
}

.officeLocationSection .subheading span{
    color: var(--yellow);
}

.clickwebsiteLine {
    background: #f2f2f2;
    margin: 50px auto;
    display: table;
    border-radius: 20px 20px 20px 20px;
    padding: 10px 25px;
    font-family: 'Avenir-Heavy';
    font-size: 37px;
}

.clickwebsiteLine a{
    font-size: 40px;
    font-family: 'Georgia-Bold';
    text-align: center;
    color: var(--yellow);
}

.clickbuttonLineMain {
    position: relative;
}

.animation-lineBox9{
    width: 213px;
    position: absolute;
    top: 33%;
    right: 0;
    margin-right: 12%;
}
/* office Location Section The End*/



/* why YouWork Section*/

.whyYouWorkSection{
    width: 100%;
    margin: 50px 0px 100px;
    position: relative;
}

.whyYouWorkSection .heading {
    text-align: right;
    width: 100%;
}

.whyYouWorkSection .heading h2 {
    width: 100%;
    padding-right: 10%;
}

.whyYouWorkSection .reasonsBox{
    margin: 70px 0px 0px;
}

.whyYouWorkSection .reasonsBox span{
    font-family: 'AvenirLT-Light';
    font-size: 35px;
    color: var(--black);
    line-height: 40px;
}

.reasonImgBox {
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    align-items: flex-end;
}

.reasonImgBox .reasonImg {
    flex: 0 0 80%;
    max-width: 80%;
    padding-left: 1%;
}

.reasonImgBox .reasonText {
    flex: 0 0 20%;
    max-width: 20%;
    padding-left: 3%;
}

.reasonImgBox .reasonText span {
    font-size: 55px;
    font-family: 'Georgia-Bold';
    line-height: 65px;
    color: var(--yellow);
}


.reasonClickBut {
    width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
        margin-top: 20px;
}

.reasonClickBut a {
    text-align: right;
    font-family: 'Georgia-BoldItalic';
    font-size: 60px;
    color: var(--yellow);
    float: right;
    padding-right: 1%;
}

.animation-lineBox10{
    width: 1003px;
    margin-left: 7%;
    position: absolute;
    top: 35%;
    left: 0;
}

/* why YouWork Section The End*/

/* cultureSection Section*/

.cultureSection {
    width: 100%;
    margin: 50px 0px 100px;
    position: relative;
}

.cultureSection .heading {
    text-align: left;
    width: 100%;
}

.cultureSection .heading h2 {
    width: 100%;
    text-align: left;
    margin-left: 3%;
}

.cultureSection .subheading{
      text-align: center;
    font-family: 'Georgia-BoldItalic';
    font-size: 45px;
    margin: 50px 0px 30px;
    font-style: italic;
}

.cultureSection .subheading span{
    color: var(--yellow);
}

.grid-sizer { width: 5%; }

.item {
    float: left;
    height: 100px;
    border-right: 10px solid white;
    border-bottom: 10px solid white;
        overflow: hidden;
}

.item img{
    width: 100%;
    height: 100%;
}
.item.subsmall { width: 20%; height: 510px; }
.item.small { width: 25%; height: 300px; }
.item.medium { width: 30%; height: 510px; }
.item.large { width: 50%; height: 508px;}
.item.h2 { height: 450px; }


.clickbut {
    margin: 30px auto 15px;
    display: table;
}

.clickbut a{
    text-align: center;
    font-family: 'Georgia-BoldItalic';
    font-size: 60px;
    color: var(--yellow);
}

.instagramAccountText p{
    text-align: center;
    margin: 0;
}

.instagramAccountText p span{
    font-family: 'AvenirBlack';
}

.instagramAccountText p span img {
    width: 56px;
    margin: 0px 10px;
}
/* cultureSection Section The End*/

/*What characteristics Section*/

.whatCharacteristicsSection {
    width: 100%;
    position: relative;
}

.whatCharacteristicsSection .heading {
    text-align: center;
    margin: 0px auto;
    display: table;
    width: 100%;
}

.whatCharacteristicsSection .heading h2 {
    float: right;
    text-align: right;
    margin-right: 14%;
}

.animation-lineBox11 {
    position: absolute;
    top: 0%;
    right: 0;
    margin-top: -9%;
    width: 185px;
}

.whatCharacteristicsSection .bannerImg{
    margin: 50px 0px;
}
/*What characteristics Section The End*/

/*individuals Section*/

.individualsSection {
    width: 100%;
    margin: 50px 0px;
    position: relative;
}

.individualsSection .heading {
    text-align: left;
    display: table;
    width: 100%;
}

.individualsSection .heading h2 {
    float: left;
    text-align: left;
}

.individualsSection .bannerImg{
    margin: 50px 0px;
}

/*individuals Section The End*/


/*Quick policy pointers Section*/

.quickPolicySection{
    width: 100%;
    margin: 20px 0px;
    position: relative;
}

.quickPolicySection .heading {
    text-align: center;
    margin: 0px auto;
    display: table;
    width: 100%;
    position: relative;
}

.quickPolicySection .heading h2 {
    width: 100%;
    float: right;
    text-align: right;
    margin-right: 17%;
}

.animation-lineBox12 {
    position: absolute;
    top: 40px;
    right: 0;
    width: 313px;
    margin-right: 5%;
}

.animation-lineBox14{
    position: absolute;
    top: 0px;
    left: 3%;
    width: 305px;
    margin-top: -10%;
}

.quickPolicyBoxMain{
        width: 100%;
    margin: 85px 0px 0px;
}

.quickPolicyBoxMain 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%;*/
}

.quickPolicyBoxMain ul li {
     flex: 0 0 23%;
    max-width: 23%;
    display: flex;
    justify-content: center;
    border: 1px solid #808080;
    border-radius: 20px 20px 20px 20px;
    height: 290px;
    margin: 13px 13px;
}

.quickPolicyBoxMain ul li .centerCenter{
    flex: 0 0 90%;
    max-width: 90%;
    position: relative;
    display: flex;
}


/*
.quickPolicyBoxMain ul li:last-child {
    flex: 0 0 90%;
    max-width: 90%;
    height: 173px;
}
*/

/*
.quickPolicyBoxMain ul li:last-child .centerCenter{
    flex: 0 0 96%;
    max-width: 96%;
}
*/

.policyBox {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
}

.RightTop {
    position: absolute;
    right: 0;
    top: 5%;
    width: 52px;
}

.policyBox p{
    font-family: 'AvenirLT-Light';
    font-size: 28px;
    color: var(--black);
    line-height: 35px;
    margin: 0px;
}

.policyBox p strong{
    font-family: 'Avenir-Heavy';
    position: relative;
    line-height: 19px;
}
.underlineCross {
    position: relative;
    z-index: 1;
}

.underlineCross:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    width: 102%;
    height: 9px;
    z-index: -1;
    background-color: var(--yellow);
}


.underlineCross1 {
    position: relative;
    z-index: 1;
}

.underlineCross1:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 11px;
    width: 95%;
    height: 9px;
    z-index: -1;
    background-color: var(--yellow);
}
/*Quick policy pointers Section The End*/


/*Reviews Form Section*/

.reviewsForm {
    width: 100%;
    margin: 50px 0px;
    position: relative;
}

.reviewsForm .heading {
    text-align: center;
    margin: 0px auto;
    display: table;
}

.reviewsForm .heading h2 {
    width: 74%;
    float: right;
    text-align: right;
    margin-right: 12%;
}

.SmilyBox{
    margin: 30px auto 0px;
    display: table;
}

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

.SmilyBox ul li {
    padding: 0px 20px;
}

.SmilyBox ul li a img {
    width: 80px;
    height: 80px;
}

.animation-lineBox13{
    position: absolute;
    top: 0%;
    right: 0;
    margin-top: -11%;
    width: 153px;
}

.reviewsBoxSection{
    display: flex;
    padding: 30px 0;
    flex: 0 0 90.2%;
    max-width: 90.2%;
    margin: 0px auto;
}


.mobileDeviceShow{
    display: none;
}

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



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

.reviewsBox {
    width: 100%;
}
.reviewsBox ul {
    list-style: none;
    padding: 0;
    margin: 0px auto;
}

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

.reviewsBoxSection .reviewsRight .reviewsBox ul li {
    padding-bottom: 20px;
}

.reviewsBoxSection .reviewsRight .reviewsBox ul li:last-child {
    padding-bottom: 0px;
}
 
/*Reviews Form Section The End*/

/* What people say section*/
.whatPeopleSection {
    width: 100%;
    margin: 0px 0px 50px;
}

.whatPeopleSection .heading {
    width: 100%;
    text-align: center;
}



.whatsocialIcon{
    margin: 30px auto 0px;
    display: table;
}

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

.whatsocialIcon ul li {
    padding: 0px 20px;
}

.whatsocialIcon ul li img {
    width: 80px;
    height: 80px;
}
/* What people say section The End*/

/* fullOfficeCafeSection section*/
.fullOfficeCafeSection{
    background-color: var(--yellow);
    height: 325px;
}

.fullOfficeCafeBox {
    display: flex;
    padding: 30px 0;
    margin: 0px auto;
    align-items: center;
}

.fullOfficeLeft{
    flex: 0 0 55%;
    max-width: 55%;
    display: flex;
    justify-content: flex-end;
    margin-right: 5%;
}

.fullOfficeCafeBox img {
    width: 400px;
}

.fullOfficeRight{
    flex: 0 0 45%;
    max-width: 45%;
}

.fullOfficeRight span {
    font-size: 60px;
    font-family: 'AvenirBlack';
    line-height: 70px;
    color: var(--black);

}

.fullOfficeRight p{
      color: var(--black);
}

.CafeImgPostinon {
    position: absolute;
    bottom: 5%;
    left: 0%;
    right: 0;
    margin-left: -5%;
}

/* fullOfficeCafeSection section The End*/




/* footer Section*/
.footerSection {
    padding: 50px 0px;
}

.footerSection .heading {
    width: 100%;
    text-align: center;
}



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

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

.furtherDetaislTeam ul li {
    flex: 0 0 50%;
    max-width: 50%;
    border-right: 1px solid #cdcdcd;
    margin: 0px auto;
    display: table;
}

.furtherDetaislTeam ul li .centerCenter {
    flex: 0 0 50%;
    max-width: 50%;
    margin: 0px auto;
}

.furtherDetaislTeam ul li:last-child {
    border-right: 0px;
}

.furtherDetaislTeam ul li span {
    padding: 0px 0px;
    font-family: 'Avenir-Heavy';
    font-size: 30px;
    line-height: 35px;
    display: flex;
    justify-content: center;
}

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

.furtherDetaislTeam ul ol li {
    flex: 0 0 100%;
    max-width: 100%;
    justify-content: flex-start;
    border: 0px;
    display: block;
}
.furtherDetaislTeam ul ol li a{
    justify-content: center;
    margin-left: 0px;
}

/* footer Section The End





/*==================================  10 Reasons Page Html work =======================*/

.section-banner {
    height: 100vh;
    background-color: #000;
    position: relative;
}

.section-banner .bannerImg {
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 5%;
    height: 100vh;
        background-color: #000;
}

.section-banner .bannerImg:after {
        content: '';
        position: absolute;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(83%, rgba(0, 0, 0, 0.81)));
        background-image: linear-gradient(-180deg, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, 0.50) 64%, rgba(0, 0, 0, 0.50) 73%);
        width: 100%;
        height: 100%;
        bottom: 0;
        left: 0;
}

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



.lineImg {
      margin: 5px auto;
    width: 90%;
}

.lineImg img {
    height: 10px;
}

.bannerlogo span {
    color: var(--white);
    font-size: 45px;
    font-family: 'Gill Sans';
    letter-spacing: 5px;
    line-height: 50px;
}


.bannerlogo ul {
  margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex: 1 1 auto;
    flex-direction: row;
}

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

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

.section-banner .heading {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -60%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.section-banner .heading h1{
     font-size: 195px;
    font-family: 'Georgia-Bold';
    line-height: 92px;
    color: var(--white);
    position: relative;
    margin-bottom: 0;
    padding-left: 26px;
}

.section-banner .heading span{
     width: 300px;
}

.section-banner .heading h1 strong{
    font-size: 95px;
    font-family: 'Georgia-Bold';
    line-height: 95px;
    color: var(--white);
}

/* Service Section*/

.ReasonsPageCommen p{
    font-family: 'AvenirBook';
    font-size: 28px;
    line-height: 35px;
}

.ReasonsServiceSection {
    padding: 50px 0 0px;
}

.ReasonsServiceSection .ReasonsServiceBox {
    display: flex;
    padding: 30px 0;
    flex: 0 0 88%;
    max-width: 88%;
    margin: 0px auto;
     align-items: flex-start;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceImg {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}



.ReasonsServiceSection:nth-child(even) .ReasonsServiceBox{
        flex-direction: row-reverse;
}

.ReasonsServiceSection:nth-child(even) .ReasonsServiceBox .ReasonsServiceImg {
    justify-content: flex-end;
}

.ReasonsServiceSection:nth-child(even) .ReasonsServiceBox .ReasonsServiceContentBox {
    justify-content: flex-end;
    text-align: right;
    margin-right: 5%;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox .number {
    font-size: 195px;
    font-family: 'League Gothic';
    line-height: 110px;
    color: var(--white);
    text-shadow: -1px 1px 0 #e6e6e6,1px 1px 0 #e6e6e6,1px -1px 0 #e6e6e6,-1px -1px 0 #e6e6e6;
}


.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox ul.specialOffer li{
    font-size: 23px;
    line-height: 30px;
}

 .crosspolesNetworkImg {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
}

.crosspolesNetworkImages {
    width: 90%;
}
.imagewithlogo{
    width: 70%;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox ul {
 list-style: none;
    margin: 0 0 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox ul.specialOffer li{
    font-family: 'AvenirBook';
    font-size: 25px;
    line-height: 30px;
    margin: 10px auto;
    width: 100%;
    position: relative;
    padding-left: 44px;
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox ul.specialOffer li strong{
        font-family: 'AvenirBlack';
}

.ReasonsServiceSection .ReasonsServiceBox .ReasonsServiceContentBox ul.specialOffer li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    height: .75rem;
    width: .75rem;
    margin-right: .5rem;
    background-color: var(--yellow);
    position: absolute;
    left: 2%;
    margin-top: 5px;
}

.ReasonswebcontxtLogo {
    width: 210px;
    position: absolute;
    top: 7%;
    transform: translate(-50%, -50%);
    right: -2%;
}


.ReasonsdreamcastLogo {
    width: 204px;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
}



.ReasonstaggboxLogo {
    width: 210px;
    position: absolute;
    bottom: 0%;
    right: 10%;
}


.ReasonsPageCommen .heading h2 {
    font-size: 60px;
    font-family: 'Georgia-Bold';
    line-height: 65px;
}


.sliderPosition {
    background-repeat: repeat-x;
    background-position: top center;
    background-size: 3% 100%;
    width: 100%;
    height: 400px;
    position: absolute;
    margin-top: 3%;
}

.imagesPosition{
     width: 100%;
    display: block;
    background-repeat: repeat;
    background-position: top center;
    background-size: 100%;
    height: 537px;
    position: relative;
}

.imagesPosition:after{
    content: '';
    position: absolute;
    background: rgb(252,192,19);
    background: linear-gradient(180deg, rgb(252 192 19 / 90%) 0%, rgb(252 192 19 / 90%) 35%, rgb(252 192 19 / 90%) 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

/* Service Section The End*/



/* Table Tenis Section */
.TableTenisSection {
    margin: 50px 0px;
}
.TenisServiceBox{
    display: flex;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px auto;
    align-items: center;
}

.TenisServiceBox .TenisServiceImgLeft{
    flex: 0 0 40%;
    max-width: 40%;
}

.TenisServiceBox .TenisServiceImgRight{
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    justify-content: flex-end;
}    

.TenisServiceBox .TenisServiceImgRight img {
    height: 580px;
}

/* Table Tenis Section The End*/



/* We stand with you, Always Section*/

.WeStandSection {
    margin: 50px 0px;
}

.imagesPosition{
  height: 445px;
}

.quoteTxt {
    z-index: 100;
    display: flex;
    flex-direction: column;
    align-items: baseline;
    height: 537px;
    flex: 0 0 70%;
    max-width: 70%;
    justify-content: center;
    margin: 0px auto;
    position: relative;
}

.quoteTxt .quotesIconLeft{
    position: absolute;
    top: 22%;
    left: -17%;
    width: 180px;

}

.quoteTxt .quotesIconRight{
    position: absolute;
    bottom: 22%;
    right: -3%;
    width: 180px;
    transform: rotate(180deg);
}

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

.quoteTxt span {
     font-family: 'AvenirBlack';
     color: var(--white);
     font-size: 40px;
}

.quoteTxt ul{
    list-style: none;
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
}

.quoteTxt ul li {
    padding: 0 60px 0 0px;
    position: relative;
    font-family: 'AvenirBlack';
    color: var(--black);
      font-size: 30px;
    line-height: 35px;
}

.quoteTxt ul li:before {
    display: inline-block;
    content: '';
    -webkit-border-radius: .375rem;
    border-radius: .375rem;
    height: .75rem;
    width: .75rem;
    margin-right: .5rem;
    background-color: var(--white);
    position: absolute;
    left: -15%;
    margin-top: 12px;
}

.quoteTxt ul li:first-child::before {
    display: none;
}

.quoteTxt p{
    font-family: 'AvenirBlack';
    color: var(--black);
    font-size: 30px;
    line-height: 35px;
}

/* We stand with you, Always Section The End*/
              
/* staying Section*/
.stayingSection{
    margin: 50px 0px;
    text-align: center;
}
.yellowcolor{
    color: var(--yellow);
}


.stayingSection span {
    font-size: 35px;
    font-family: 'AvenirBlack';
    color: var(--black);
    margin: 30px auto 20px;
    display: table;
}

.videoGallery{
    width: 100%;
    margin: 25px 0px 0px;
}

.videoGallery 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%;
}

.videoGallery ul li{
    flex: 0 0 30%;
    max-width: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 20px;
}

.videoGallery ul li .img {
    border: 5px solid #343434;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.videoGallery ul li .img:after{
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(83%, rgba(0, 0, 0, 0.81)));
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, 0.50) 64%, rgba(0, 0, 0, 0.50) 73%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

.videoGallery ul li .title{
    font-size: 25px;
    font-family: 'AvenirBlack';
    color: var(--black);
    padding: 20px 0px;
}

.videoGallery ul li .img .overlaybg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 50px;
}

/* staying Section The End*/


/*  To know what it Section */

.watchRealLifeSection{
    margin: 50px 0px;
    text-align: center;
    height: 770px;
}

.ReasonsPageCommen .heading h4 {
    font-size: 40px;
    font-family: 'AvenirBlack';
    line-height: 50px;
    text-transform: uppercase;
}

.watchPosition{
    width: 100%;
    height: 445px;
    display: block;
    background-repeat: repeat;
    background-position: top center;
    background-size: 2% 110%;
        padding-top: 50px;
}

.realLifeVideoBox {
    flex: 0 0 54.6%;
    max-width: 54.6%;
    margin: 50px auto 0px;
    position: relative;
}
.realLifeVideoleft{
    position: absolute;
    top: 50%;
    left: -17%;
    width: 214px;
    transform: translate(-17%,-50%);
}

.realLifeVideoRight{
    position: absolute;
    top: 50%;
    right: -25%;
    width: 214px;
    transform: translate(-0%,-50%) rotate(180deg);
}

.realLifeVideoBox .img img{
    width: 100%;
}

.realLifeVideoBox .img {
    border: 5px solid #343434;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.realLifeVideoBox .img .overlaybg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    width: 50px;
}

.realLifeVideoBox .img:after {
    content: '';
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(44%, rgba(0, 0, 0, 0.63)), color-stop(83%, rgba(0, 0, 0, 0.81)));
    background-image: linear-gradient(
-180deg
, rgba(0, 0, 0, .50) 0%, rgba(0, 0, 0, 0.50) 64%, rgba(0, 0, 0, 0.50) 73%);
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
}

/*  To know what it Section The End*/



/* footer Section*/
.footerMain {
    padding: 50px 0px 10px;
}

.footerContainer {
    margin: 0px auto;
    display: table;
    text-align: center;
}


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


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

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

}


.emailid {
    text-align: center;
    font-family: 'AvenirBook';
    font-size: 20px;
    color: var(--black);
}

.emailid a{
    font-family: 'AvenirBlack'; 
}

.emailid a:hover{
    color: var(--white);
}

.socialMain {
    flex: 0 0 70%;
    max-width: 70%;
    display: table;
    margin: 50px auto 0px;
}

.socialIcon span {
    font-family: 'AvenirBook';
    font-size: 20px;
    color: var(--black);
}

.socialIcon {
    display: flex;
    align-items: center;
}

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

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

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

.footerline{
    margin: 5px 0px;
}

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

/* footer Section The End*/

/*==================================  10 Reasons Page Html work The End =======================*/

/**Section 8 css**/
.lifestyle{
    margin: 0px;
}
.SmilyBox ul li {
    padding: 0 20px 0 0px;
    position: relative;
}
.lifestyle ul li .hover-in{
    opacity: 0;
    position: absolute;
    left: 0px;
    top: 0;
    transition: opacity 0.2s ease-in-out;
}
.lifestyle ul li{
    cursor: pointer;
}
.lifestyle ul li a:hover .hover-in{
    opacity: 1;
}
.lifestyle ul li a:hover .hover-out{
    opacity: 0;
}
.lifestyle ul li a.active .hover-in{
    opacity: 1;
}
.lifestyle ul li a.active .hover-out{
    opacity: 0;
}
.mobileshow{
    display: none;
}



/** animations **/

.path-two {
stroke-dasharray: 50;
stroke-dashoffset: 1000;
animation: dashtwo 30s linear infinite;
}

@keyframes dashtwo {
from {
stroke-dashoffset:0;
}
 to{
stroke-dashoffset:1000;
}
}

    
.path {
stroke-dasharray: 50;
stroke-dashoffset: 2000;
animation: dash 40s linear  infinite ;
}

@keyframes dash {
from {
stroke-dashoffset: 2000;
}
 to{
stroke-dashoffset: 0;
}
}
          
@-webkit-keyframes uparrow {
0% { -webkit-transform: translateY(0);  }
100% { -webkit-transform: translateY(-0.4em);  }
}
 
   
.arrow{-webkit-animation: uparrow 0.50s infinite alternate ease-in-out;}
    

/** img animation**/



.circle{ position:relative; width:230px; height:230px; margin:0 auto;}


.spinner {
font-size: calc(var(--spinner-size) * 5em);
width:110%;
height:110%;
border-radius: 50%;
position: absolute;
left: -10px;
top: -10px;
--animation-speed: 2s;
--ring-size: 2;
/* --ring-color: #fff;*/
--line-color:#fcc013;
}



.spinner .line {
  fill: none;
  stroke: var(--line-color);
  stroke-width: var(--ring-size);
  opacity: var(--line-alpha);
  stroke-linecap: round;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 0deg);
  animation: 20s spinner-arc ease-in-out infinite,
    18s spinner-rotate linear infinite;
}

.spinner .ring {
  fill: none;
  stroke: var(--ring-color);
  stroke-width: var(--ring-size);
  opacity: var(--ring-alpha);
}



@keyframes spinner-rotate {
  to {
    transform: rotate3d(0, 0, 1, 360deg);
  }
}
@keyframes spinner-arc {
  from {
    stroke-dasharray:0 150;
    stroke-dashoffset: 0;
  }
  to {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}

.spinner-two .line{animation: 20s spinner-arc-two ease-in-out infinite, 18s spinner-rotate-two linear infinite;} 


@keyframes spinner-rotate-two {
  to {
    transform: rotate3d(0, 0, 1, -360deg);
  } 
}
@keyframes spinner-arc-two {
 to{
    stroke-dasharray: 0 150;
    stroke-dashoffset: 0;
  }
  from {
    stroke-dasharray: 100 150;
    stroke-dashoffset: -140;
  }
}
.quickPolicyBoxMain ul{ overflow:hidden;}


.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;
}