@import url('https://fonts.googleapis.com/css2?family=Lato&display=swap');

html,
body {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Canela-Regular';
    src: url(../font-family/Canela-Regular.woff);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    word-break: break-word;
}

html {
    scroll-behavior: smooth;

}

body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Canela-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    padding: 0;
}


a {
    color: #000;
    text-decoration: none;
    letter-spacing: 1px;
    display: inline-block;
}

h1 {
    font-size: 68px;
    line-height: 68px;
    font-weight: 400;

}

h2 {
    font-size: 48px;
    line-height: 48px;
    font-weight: 400;
}

h3 {
    font-size: 28px;
    line-height: 33px;
    font-weight: 400;
}



h4 {
    font-size: 24px;
    line-height: 37px;
    font-weight: 400;
}

p {
    font-family: 'Lato';
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    opacity: 0.7;
}

a {
    font-size: 16px;
    font-family: 'Canela-Regular';
    font-weight: 400;
    line-height: 18px;
}

ul,
ol,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

img {
    max-width: 100%;
    display: block;
}

.container {
    width: 100%;
    max-width: 1166px;
    margin: 0 auto;
}

.container-two {
    width: 100%;
    max-width: 1066px;
    margin: 0 auto;
}

/* HEADER CSS START HERE */

.headerflex {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.headerlinks ul {
    display: flex;
    justify-content: space-between;
    position: relative;
    align-items: center;
}

.headerlinks ul li a {
    color: rgba(0, 0, 0, 0.5);
    padding: 40px 10px;
    transition: all .3s;
}
.headerlinks ul li:last-child a:hover {
    background-color: #fff;
    color: #000;
}
.headerlinks ul li a:hover {
    background-color: #000;
    color: #fff;
}
.headerlinks ul li {
    margin-right: 20px;
}
.solutionanchar i {
    padding-left: 10px;
}

.headerlinks ul li:last-child a {
    border: 1px solid;
    background-color: #000;
    color: #fff;
    padding: 15px;
    border-radius: 33px;
}

/* HEADER CSS  END START HERE */

/* HEADER SEARCH ICON CSS STARTS */
li#menu-item-30 {
    margin-left: 50px !important;
}
.header-search {
    position: absolute !important;
    width: 25px !important;
    top: 41px !important;
    right: 160px !important;
	cursor: pointer !important;
	z-index: 999;
}
div#headerSearchF {
    position: absolute;
    top: 100px;
    right: 245px;
}

/* form.search-form{
  text-align:center;
}

.search-field {
  background-color: transparent;
	background-image: url(https://upworkdeveloper.com/recruitingHeroes/wp-content/uploads/2022/06/search-icon-png-21-2.png);
	background-position:1px center;
  background-size:contain;
	background-repeat: no-repeat;
	border: none;
	cursor: pointer;
	padding: 10px 0 10px 40px;
	-webkit-transition: all 400ms ease;
	transition: all 400ms ease;
	width: 0px;
  font-size:0.9rem;
}

.search-field:focus, 
.search-field:hover{
	background-color:white;
	border: 2px solid #fff;
	width:30%;
}

.search-submit {
	display: none;
  float:left;
}

input[type="search"] {
	-webkit-appearance: textfield;
} */

form#searchform {
    position: fixed;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}

form#searchform input {
    padding: 10px 10px;
    width: 100%;
    max-width: 400px;
	outline: none;
}

form#searchform div {
    display: flex;
    width: 100%;
    justify-content: center;
}

form#searchform input#searchsubmit {
    max-width: max-content;
    cursor: pointer;
    background: black;
    color: white;
    border: none;
    border-left: 1px solid white;
	font-family: 'Canela-Regular';
	letter-spacing: 2px;
}

.headerSearchForm.active {
    display: flex !important;
}

.header-search.active {
    z-index: 999999999;
}

.formCloser {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0, 0, .8);
    top: 0;
    left: 0;
}

.searchFormInner {
    position: relative;
    z-index: 999;
}

/* HEADER SEARCH ICON CSS ENDS */


/* HOME BANNER CSS START HERE */

.Home-banner {
    background-repeat: no-repeat;
    height: 547px;
    background-position: center;
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.bannercontent h3 {
    font-family: 'Lato';
}

.Home-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgba(161, 161, 161, 0.5);
    height: 547px;
    mix-blend-mode: multiply;
}

.bannercontent h1 {
    color: #fff;
}

.bannercontent h3 {
    color: #fff;
    margin: 20px 0;
}

.bannercontent p {
    color: #fff;
}

.banneranchar a {
    padding: 14px 23px;
    border-radius: 33px;
    transition: all .3s;
    background-color: #fff;
}
.banneranchar a:hover {
    background-color: #000;
    color: #fff;
}

.banneranchar {
    margin-top: 25px;
}

.bannercontent {
    position: relative;
    z-index: 2222;
}

/* HOME BANNER  CSS   END HERE  */




/* HOME  ABOUT  CSS START HERE */
.home-about {
    padding: 100px 0;
    background-color: rgba(0, 0, 0, 0.1);
}

.homeaboutflex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
}

.aboutimg img {
    width: 550px;
    height: 477px;
}

.aboutcontent {
    width: 535px;
}
content h2 {
    margin-bottom: 20px;
}

.aboutcontent p {
    margin: 20px 0;
    opacity: 0.7;
}

.aboutanchar a {
    border: 1px solid #000;
    padding: 13px 25px;
    background-color: #000;
    color: #fff;
    border-radius: 33px;
    transition: all .3s;
}
.aboutanchar a:hover {
    background-color: #fff;
    color: #000;
}

.aboutimg {
    position: relative;
}

.aboutimg::before {
    position: absolute;
    content: "";
    width: 550px;
    height: 585px;
    background-color: #000;
    right: 90px;
    z-index: -99;
    bottom: -58px;
}

/* HOME  ABOUT  CSS END HERE */

/* HOME SOLUTIONS CSS START HERE */
.solutiontextmain {
    text-align: center;
}

.home-solutions {
    padding: 90px 0;
}

.solutiontextmain p {
    margin: 20px auto 35px;
    max-width: 900px;
}

.solutionsmainflex {
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-wrap: wrap;
}

.solutionimg {
    height: 300px;
    background-repeat: no-repeat;
}

.solutionsimgswidth {
    width: 380px;
}

.soltionicon img {
    background-color: black;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    padding: 15px;
    margin: -25px auto 20px;
    border: 1px solid #fff;
}

.solutiontext {
    text-align: center;
    width: 369px;
    margin: 0 auto;
}

.solutiontext p {
    min-height: 120px;
    color: rgba(0, 0, 0, 0.7);
    font-size: 16px;
}

/* HOME SOLUTIONS CSS END HERE */


/* HOME CONTACT US CSS START HERE */
.contacttext h2 {
    text-align: center;
    padding-bottom: 20px;
}

.home-contactus {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 70px 0;
}

.contacttext p {
    max-width: 900px;
    margin: 0 auto 30px;
    text-align: center;
}

.formflex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inputform input {
    width: 350px;
    border: none;
    outline: none;
    padding: 10px;
    background-color: transparent;
    border-bottom: 1px solid #000;
    opacity: 0.4;
    font-size:16px;
}

.inputform {
    margin-bottom: 25px;
}

.inputform textarea {
    width: 760px;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #000;
    height: 35px;
    padding: 10px;
    outline: none;
    resize: none;
    font-size:16px;
    overflow: hidden;
    opacity: 0.4;
}

.button {
    text-align: right;
}

.button input {
    background-color: #000;
    padding: 10px 25px;
    cursor: pointer;
    border-radius: 33px;
    color: #fff;
    transition: all .3s;
}
.button input:hover {
    background-color: #fff;
    color: #000 ;
}

/* HOME CONTACT US CSS END HERE */

/* FOOTER CSS START HERE */
.footermain {
    background-color: #000;
    padding: 50px 0;
}

.footerlogo {
    text-align: center;
}

.footerlinks ul li a {
    color: #fff;
    font-size: 12px;
    margin: 0 15px;
}
.footerlinks ul {
    display: flex;
    justify-content: center;
 
    margin: 40px auto;
}

.footericons ul li a i {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 33px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footericons ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    max-width: 31%;
}

.footericons ul li i:hover {
    background-color: #fff;
    color: #000;
}

.lastlineflex {
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.links ul {
    display: flex;
    justify-content: space-between;
    position: relative;
}

.links ul li a {
    margin-right: 25px;
    font-family: 'Lato';
    font-size: 12px;
}

.terms {
    padding: 5px 0;
    background-color: #F4EEEE;
}

.lastlineflex p {
    font-size: 12px;
}




/********************************************** ABOUT PAGE CSS START HERE  *****************************************/
/*********************ABOUT BANNER CSS HERE **************************/

.about-banner {
    height: 350px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: cover;
    position: relative;
}

.about-banner h1 {
    color: #fff;
    position: relative;
    z-index: 222;
}


/************************** ABOUT LEADING CSS START HERE *********************/
.leadingtext h2 {
    margin: 50px 0 30px;
}

section.About-world {
    padding: 80px 0;
}

.leadingtext {
    width: 1000px;
    text-align: center;
    margin: 0 auto;
}

.leadingtext p {
    margin: 30px 0;
    opacity: 0.7;
}

/* ABOUT LEADING CSS END HERE */



/****************************************************** RESOURCES PAGE CSS START HERE ***************************************/
/************************* Resources Content Css Start Here ************/

.resourcesmain {
    padding: 100px 0;
}

.resourcesflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 50px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.resourcesimg img {
    width: 450px;
}

.resourcestext {
    width: 500px;
}

.container-two h2 {
    text-align: center;
    margin-bottom: 20px;
}

.resourcestext p {
    opacity: 0.3;
    font-size: 16px;
}

.resourcestext h4 {
    margin: 15px 0;
}

.resourcestext a {
    border-bottom: 1px solid;
}

/************************* Resources Content Css END Here ************/

/************************* Resources PAGE DETAIL CSS START Here ************/


.detailflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: start;
    margin-bottom: 50px;
}

.detailtext {
    width: 500px;
}

.detailimg img {
    width: 550px;
    height: 650px;
}

.detailtext h2 {
    font-size: 42px;
}

p.detailpara {
    margin: 20px 0;
}

section.resourcesdetail {
    padding: 100px 0;
}

p.bottomtext {
    padding: 10px 0;
}

.detail2img img {
    width: 550px;
}

/************************* Resources PAGE DETAIL CSS END Here ************/

/************************* CAREER PAGE  CSS START Here ********************/


.withus h2 {
    font-size: 42px;
}

.withus p {
    width: 965px;
    margin: 20px auto;
}

.withus {
    text-align: center;
}

.career-working {
    padding: 50px 0;
}

.carreranchar a {
    border: 1px solid #000;
    padding: 10px 25px;
    background-color: #000;
    color: #fff;
    border-radius: 33px;
}

.workingimg {
    margin-bottom: 30px;
}

section.workingwithtwo {
    padding: 80px 0
}

.workingtwo h2 {
    font-size: 42px;
}

.workingtwo {
    text-align: center;
    width: 950px;
    margin: 0 auto;
}

p.spacing {
    padding: 15px 0;
}

/************************* CAREER PAGE  CSS END Here ********************/

/************************* CONTACT PAGE  CSS STAR Here ********************/

.contact-banner {
    height: 400px;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
}

.contact-banner h1 {
    color: #fff;
}

section.Contactmap iframe {
    width: 100%;
}

.threeflex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.threewidth {
    width: 370px;
    background-color: #fff;
    height: 270px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 1px solid #D7D7D7;
    transition: all .3s;
}
.threewidth:hover {
    background-color: darkgray;
}
section.contactthree {
    background-color: rgba(0, 0, 0, 0.03);
    padding: 50px 0;
}
.threeicon {
    margin-bottom: 20px;
}

.threewidth a {
    width: 250px;
    text-align: center;
    font-size: 18px;
}

/************************* CONTACT PAGE  CSS END Here ********************/

.about-banner::after {
    position: absolute;
    content: "";
    width: 100%;
    background-color: rgba(111, 111, 111, 0.5);
    height: 350px;
    mix-blend-mode: multiply;
}
.mobileburger {
    display: none;
}
.inputform input[type="text"]:focus, .inputform input[type="tel"]:focus, .inputform input[type="email"]:focus, .inputform textarea:focus {
    border-bottom: 1px solid #000;
    opacity: 1;
}
.resourcesmaincontent .resourcesflex:last-child {
    border-bottom: none;
}






.socList{
    list-style-type: none;
    display: flex;
    position: relative;
  }
  .socList li a{
  
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 80px;
    height: 80px;
    font-size: 2rem;
    border-radius: 2px;
    color: #111;
    margin: 0 20px;
    box-shadow: 0 4px 5px rgba(0,0,0,0.15);
    transform-style: preserve-3d;
    perspective: 1000px;
    transition: 200ms;
  }
  .socList li a i{
    transform: translateZ(20px);
    transition: 350ms;
  }
  .socList li a:hover{
    color: #fff;
  }
  .socList li a:hover>i{
    transform: scale(1.5);
  }
  .facebook:hover{
    background-color: #160080;
  }
  .globe:hover{
    background-color: #fd0053;
  }
  .socList li:before{
    content: attr(data-text);
    position: absolute;
    top: 150%;
    left: 50%;
    transform: translate(-50%, -100%);
    text-align: center;
    font-size: 4vw;
    font-weight: 700;
    pointer-events: none;
    opacity: 0;
    transition: 250ms ease-in;
  }
  .socList li:hover:before{
    opacity: 0.2;
    transform: translate(-50%, -50%);
  }
  

  