/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Template: twentytwentyone
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Tags: one-column,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,blog,portfolio
Version: 2.5.1753074933
Updated: 2025-07-21 05:15:33

*/

html,body {
    scroll-behavior: smooth;
  }
  
  body{
      font-family: 'Onest' !important;
	  color:#000;
  }
  h1,h2,h3,h4,h5,h6{
	  font-family: 'Onest' !important;
  }
  a{
      font-family: 'Onest' !important;
      text-decoration:none !important;
      background-color:transparent !important;
      color:#EFEFF6 !important;
  }
  a:hover {
      text-decoration:none !important;
  }
  .site-logo .custom-logo {
      outline: none !important;
      box-shadow: none !important;
  }
  .site a:focus:not(.wp-block-button__link):not(.wp-block-file__button) img{
          outline:none !important;
  }
  .wpb-content-wrapper {
      max-width: 100% !important;
  }
  .vc_section {
      margin-left:0px !important;
      margin-right:0px !important;
      padding-left:0px !important;
      padding-right:0px !important;
  }
  section.vc_section > .vc_row.wpb_row.vc_row-fluid {
      max-width: 1364px;
      margin: auto;
	  width:100%;
  }
  main#main {
      padding: 0px;
  }

  header.entry-header.alignwide {
      display: none;
  }
  .entry-content {
      margin: 0px !important;
  }
.vc_btn3-container{
	margin-bottom:0px !important;
}
.vc_btn3-container a.vc_general, .vc_btn3-container button.vc_general{
	font-family: Onest;
	font-weight: 600;
	font-style: SemiBold;
	font-size: 18px;
	line-height: normal;
	letter-spacing: 0%;
	color:#fff;
	padding:24px 40px;
	background-color:#000000 !important;
	border-radius:10px;
}
/* .vc_btn3-container a.vc_general:hover,.vc_btn3-container button.vc_general:hover{
	background-color:#fff !important;
	transition:.2s linear;
	 border: 1px solid #fff !important;
} */
    .vc_btn3-container {
        position: relative;
    }
    .vc_btn3-container:before {
        content:"";
        position: absolute;
        left:0px;
        top:0px;
        width: 32px;
        height:100%;
        background-image:url("https://siteangels.co.uk/wp-content/uploads/2025/07/l1.svg");
        background-repeat:no-repeat;
        background-position: right 0px center;
        z-index: 1;
        transition:.4s linear;
        opacity:0;
    }

    .vc_btn3-container:after {
        content:"";
        position: absolute;
        right:0px;
        top:0px;
        width: 32px;
        height:100%;
        background-image:url("https://siteangels.co.uk/wp-content/uploads/2025/07/l2.svg");
        background-repeat:no-repeat;
        background-position: right 0px center;
        z-index: 1;
        transition:.4s linear;
        opacity:0;
    }

    .vc_btn3-container:hover:before{
        left:-20px;
        top:-10px;
        transition:.5s linear;
        opacity:1;
		animation: blink 2s linear infinite;
    }

   .vc_btn3-container:hover:after{
       right:-20px;
       top:-10px;
       transition:.5s linear;
       opacity:1;
	   animation: blink 2s linear infinite;
    }

@keyframes blink {
    0% {
    transform: scaleX(1);
    }
    50% {  
		transform: scaleX(1.2);
	}
    100% { 
		transform: scaleX(1);
	}
}

/* .vc_btn3-container:hover a.vc_general{
   background-color:#F59FCF !important; 
    color:#000 !important;
    transition:.5s linear;
}
.vc_btn3-container:hover a.vc_general{
    transition:.5s linear;
} */

.wpb_text_column.wpb_content_element {
    margin-bottom: 0px;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Onest' !important;
	font-weight:500;
}
h1{
	font-size:clamp(46px, calc(2.875rem + ((1vw - 3.9px) * 5.1429)), 100px);
	font-weight:500;
}
h2{
	font-size:clamp(32px, calc(2rem + ((1vw - 3.9px) * 2.6667)), 60px);
}
h3{
	font-size: clamp(20px, calc(1.25rem + ((1vw - 3.9px) * 0.9524)), 30px);
}

p{
	font-family: Onest;
	font-weight: 300;
	font-style: Light;
	font-size: 22px;
	line-height: normal;
	letter-spacing: 0px	;
}
.white{
	color:#fff !important;
}
/* base css end */


/* header css */

header#masthead {
    max-width: 1364px;
    padding: 50px 15px;
    z-index: 9;
    position: relative;
}

header#masthead .site-branding {
    margin: 0px;
}	
header#masthead  .site-logo {
    margin: 0px;
}
nav#site-navigation {
    display: none;
}
/* header css end */
/* page css */

section.vc_section.banner {
    height: 100vh;
    background-position: right top !important;
    margin-top: -150px;
    display: flex;
    align-items: center;
    justify-content: start !important;
}
.about-cont {
    border-radius: 20px !important;
    overflow: hidden;
	max-width: 536px;
}
.about-cont .vc_column-inner {
    padding: 50px !important;
}
.about-cont p {
    margin-bottom: 12px !important;
	line-height: 110%;
}
.about-cont p:last-child{
	margin-bottom:0px;
}

.about-cont h2 {
    margin-bottom: 20px;
}
section.vc_section.about-section .about-row {
    background-size: 1090px 565px;
    background-repeat: no-repeat;
    background-position: right top;
	padding-top: 50px;
}
.about-special .wpb_wrapper {
	display:grid;
    grid-template-columns: 1fr 1fr;
	gap:34px;
}
.about-special .wpb_wrapper h3 {
    padding: 50px 10px;
    border-radius: 20px;
    font-family: Onest;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: 0px;
    text-align: center;
    background-color: #fff;
    width: 194px;
    box-shadow: 0px 4px 20px 0px #00000008;
    font-size: clamp(20px, calc(1.25rem + ((1vw - 3.9px) * 0.9524)), 27px);
	display:flex;
	align-items:center;
	justify-content:center;
}
.about-col2 .about-special {
    position: absolute;
    bottom: 0;
    right: 0px;
}

.hire-section {
    padding: clamp(80px, calc(5rem + ((1vw - 5.76px) * 5.787)), 130px) 0 !important;
	margin-top:clamp(80px, calc(5rem + ((1vw - 5.76px) * 11.5741)), 180px);
}
.hire-row2 {
    padding-top: 100px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper,.testi-box {
      padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-direction: column;
	position:relative;
}
.hire-row2 > div > .vc_column-inner {
    position: relative;
    padding-left: 17px;
    padding-right: 17px;
}
.hire-row2 > div > .vc_column-inner::before{
    content: "";
    position: absolute;
    left: -10px;
    top: -70px;
    background-image: url(/wp-content/uploads/2025/07/wing-white.png);
    background-repeat: no-repeat;
    z-index: 0;
    width: 100px;
    height: 170px;
}

.testi-box::before{
    content: "";
    position: absolute;
    left: -30px;
    top: -70px;
    background-image: url(/wp-content/uploads/2025/07/wing-white.png);
    background-repeat: no-repeat;
    z-index: -1;
    width: 100px;
    height: 170px;
}

.hire-row2 > div > .vc_column-inner > .wpb_wrapper p ,.testi-box p{
    font-size: 20px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper h5 ,.testi-descp h5{
    font-size: 20px;
    font-weight: 500;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper > div:last-child{
    margin-top: auto;
	padding-top: 20px;
}
.testi-descp{
	margin-top: auto;
	padding-top: 40px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper h6 ,.testi-descp p{
    font-weight: 300;
    margin-top: 5px;
    font-size: 18px;
}
.vc_row.team-row .meet-cont .vc_column-inner > .wpb_wrapper {
    background-color: #000;
    padding: 50px;
    border-radius: 20px;
}
.meet-cont .vc_column-inner > .wpb_wrapper h2 {
    margin-bottom: 30px;
}
.meet-cont .vc_column-inner > .wpb_wrapper p {
    margin-bottom: 12px;
}

.meet-cont .vc_column-inner > .wpb_wrapper a.vc_general {
    background-color: #ffffff !important;
    color: #000 !important;
    font-size: 18px !important;
    padding-left: 70px;
	background-image:url(/wp-content/uploads/2025/07/linkedin.png);
	background-repeat:no-repeat;
	background-position:left 40px center;
}
.meet-cont .vc_column-inner > .wpb_wrapper p:last-child {
    margin-bottom: 30px !important;
}
.vc_row.wpb_row.team-row {
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom: 40px;
    background-size: 40% 100%;
}

.job-section {
    padding: clamp(80px, calc(5rem + ((1vw - 5.76px) * 11.5741)), 180px) 0 !important;
}
.say-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 50px;
}
.say-btn > div {
    position: static;
    width: max-content;
    height: unset !important;
    display: inline-block;
	margin:0px !important;
	cursor:pointer;
}
.say_cont {
    padding: 30px;
    border-radius: 20px;
    border: 1px solid #F59FCF;
}
.say_cont h3.say_title_h3 {
    margin-bottom: 20px;
}
.say_cont .location {
    margin-bottom: 15px;
}
.location p {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 3px;
}
.location h5 {
    font-size: 20px;
    font-weight: 500;
}
.say_cont  .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-top: 15px;
}
section.vc_section.job-section{
	overflow:hidden;
}
section.say .swiper.swiper-container {
    overflow: visible;
}
.say-btn > div:after {
    content: none;
}
.say-btn {
    display: flex;
    gap: 18px;
}
section.vc_section.meet-sec {
    position: relative;
}
section.vc_section.meet-sec::before {
    content: "";
    position: absolute;
    right: 0px;
    top: -300px;
    z-index: -1;
    width: 500px;
    height: 900px;
    background-image: url(/wp-content/uploads/2025/07/yellowwing.png);
    background-repeat: no-repeat;
    background-position: right;
}
.meet-img {
    display: none;
}
section.vc_section.meet-sec {
    padding-bottom: clamp(80px, calc(5rem + ((1vw - 5.76px) * 11.5741)), 180px) !important;
}
section.vc_section.priv-baner {
    height: 50vh;
}
section.vc_section.privacy-sec h1, section.vc_section.privacy-sec h2, section.vc_section.privacy-sec h3, section.vc_section.privacy-sec h4, section.vc_section.privacy-sec h5, section.vc_section.privacy-sec h6, section.vc_section.privacy-sec p {
    margin-bottom: 12px;
}
section.vc_section.priv-baner {
    height: unset;
    padding-top: 280px;
    padding-bottom: 180px;
}
section.vc_section.privacy-sec {
    padding-bottom: 100px;
}
section.vc_section.meet-sec .title-animation ,section.vc_section.about-section .about-cont .title-animation{
    margin-bottom: 30px;
}
.say .swiper-wrapper {
    display: flex;
}

.say .swiper-wrapper .swiper-slide {
    height: auto;
}

.say .swiper-wrapper .swiper-slide .say_cont {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.say .swiper-wrapper .swiper-slide .say_cont .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    margin-top: auto;
}
section.testimonial .swiper.testimonial-slider {
    overflow: visible !important;
	padding-left: 30px;
}
section.testimonial .say-title {
    align-items: end;
}
 .testimonial .swiper-wrapper {
    display: flex;
}
.testimonial .swiper-wrapper .swiper-slide {
    height: auto;
	display: flex;
    flex-direction: column;
	box-sizing:border-box;
}
.swiper.testimonial-slider {
    padding-top: 70px;
}
.say_cont .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    display: inline-block !important;
    width: max-content;
}
/* footer css */

footer.site-footer {
    margin: 0px;
    max-width: 100%;
    width: 100%;
    padding: 0px;
    background-color: #000;
}
footer.site-footer .container {
    max-width: 1364px;
    margin: auto;
	padding-left: 15px;
    padding-right: 15px;
}
footer.site-footer aside.widget-area {
    margin: 0px;
    max-width: 100%;
    padding-top: 60px;
	padding-bottom:0px;
}
footer.site-footer img {
    max-width: 194px !important;
}
footer.site-footer h2.widget-title {
    font-size: 18px;
    color: #fff;
    font-weight: 300;
	margin-bottom: 10px !important;
}
footer.site-footer .container section {
    margin: 0px;
}
footer.site-footer .site-info {

    text-align: right;
    margin-top: 25px;
    margin-bottom: 18px;
}
footer.site-footer .site-info a{
	font-size: 15px;
    color: #fff;
	font-weight:300;
}
footer.site-footer a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
    display: inline-block;
}
footer.site-footer li{
	line-height:normal;
}
section#nav_menu-2 nav.menu-footer-menus-container {
    margin-top: 0px;
}
section#text-2 .textwidget {
    margin-top: 0px;
}
.site-footer .widget-area {
    display: flex;
    gap: 0px;
}
.site-footer .widget-area section {
    flex: 0 1 auto;
    width: 342px;
}
footer.site-footer a:hover {
    color: #F59FCF !important;
    transition: .3s linear;
}
footer.site-footer a:link {
    outline: none !important;
}
/* footer end */


/* 31-07-2025 New Page  start */
.single-job {
    background-image: url("https://siteangels.co.uk/wp-content/uploads/2025/08/Vector.png");
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 55% 36%;

}
.single-job  .single-job-post {
    max-width: 1364px;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
}

.single-job-post > h2 {
    font-weight: 500;
    font-size: 70px;
    line-height: 110%;
    margin-bottom: 26px;
}

.single-job-post .meta {
    display: flex;
    gap: 39px;
    padding-bottom: 20px;
}

.single-job-post .meta .field label {
    color: #000000;
    font-family: Onest;
    font-weight: 300;
    font-size: 18px;
    line-height: 110%;
}

.single-job-post .meta .field .value {
    font-family: Onest;
    font-weight: 500;
    font-size: 20px;
    line-height: 110%;
}


.single-job-post .apply-btn a.apply-now-btn {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    padding: 24px 40px;
    border-radius: 10px;
    font-weight: 600;
    font-size: 18px;
    line-height: 110%;
}

.single-job-post .apply-btn {
    display: flex;
    margin-top: 40px;
}

.single-job-post .job-content {
    padding-top: 60px;
    max-width: 764px;
    width: 100%;
}

.single-job-post .job-content p {
    font-family: Onest;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    color: #000000;
}

.single-job-post .job-content p span {
    font-weight: 600;
}

.single-job-post .job-content p.job-text-top {
    padding-top: 10px;
} 

.single-job-post .job-content p strong {
    margin-top: 40px !important;
    display: flex;
    color: #000000;
    font-family: Onest;
    font-weight: 500;
    font-size: 30px;
    line-height: 110%;
}

.single-job-post .job-content ul {
    padding-top: 20px;
    padding-left:30px
}

.single-job-post .job-content ul li {
    font-family: Onest;
    font-weight: 300;
    font-size: 20px;
    line-height: 110%;
    padding-bottom: 10px;
}

.single-job-post  p.job-text {
    padding-top: 20px;  
}

.job-slider-main {
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0;
}
.job-slider-container {
    max-width: 1364px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    padding-bottom: 180px;
    padding-top: 180px;
}

section.say .say_cont {
    justify-content: space-between;
}
section.say .say_cont .meta .vc_btn3-container.vc_btn3-inline.vc_do_btn {
    display: flex !important;
}

section.say .say_cont .meta .location:nth-of-type(3) {
    margin-bottom:20px;
}

section.say .say_cont .meta .location h5 {
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
}

section.say .say_cont .meta .location p {
    font-weight: 300;
    font-size: 16px;
    line-height: 110%;
}

section.say .say_cont .title h3.say_title_h3 {
    font-weight: 500;
    font-size: 25px;
    line-height: 110%;
    color: #000000;
}

.single-job-post .apply-btn  a.apply-now-btn:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 100%;
    background-image: url("https://siteangels.co.uk/wp-content/uploads/2025/07/l1.svg");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    background-position: right 0px center;
    transition: 0.4s linear;
}

.single-job-post .apply-btn  a.apply-now-btn {
    position: relative;
}

.single-job-post .apply-btn  a.apply-now-btn::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 100%;
    background-image: url("https://siteangels.co.uk/wp-content/uploads/2025/07/l2.svg");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    background-position: right 0px center;
    transition: 0.4s linear;
}
.single-job-post .apply-btn  a.apply-now-btn:hover::after {
    right: -20px;
    top: -10px;
    opacity: 1;
    transition: 0.5s linear;
    animation: 2s linear 0s infinite normal none running blink;
}

.single-job-post .apply-btn  a.apply-now-btn:hover::before {
    left: -20px;
    top: -10px;
    opacity: 1;
    transition: 0.5s linear;
    animation: 2s linear 0s infinite normal none running blink;
}

.hire-section .heading-main h2.title-animation.animated {
    line-height: 30%;
}
/* popup design start */
.popup-job-modal {
    overflow: hidden;
}

div#apply-now-form {
    width: 100vw;
    padding: 0 15px;
    margin: 0 auto;
    height: 100vh;
    position: fixed;
    top: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #faebd775;
    overflow: scroll;
}
.modal .modal-content {
    max-width: 991px;
    width: 100%;
    padding: 50px;
    border-radius: 30px;
    background-color: #FFFFFF;
    border: 1px solid #F59FCF;
    box-shadow: 0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.041);
    position: relative;
    top: 5%;
}
.modal span.close-modal {
    font-size: 50px;
    cursor: pointer;
    line-height: 0;
    float: right;
}

.modal h2.gform_title {
    font-size: 40px;
    line-height: 100%;
    margin-bottom: 30px;
}

.modal input#input_1_1_3, input#input_1_1_6, input#input_1_3, input#input_1_4 {
    border-radius: 8px;
    padding: 15px;
    border: 1px solid  #F59FCF;
}

.modal input:focus {
    outline: none !important;
}

.modal input::placeholder {
    font-size: 16px;
    line-height: 100%;
}

.modal input.gform_button.button {
    border-radius: 10px;
    padding: 24px 40px;
    font-size: 18px;
    line-height: 100%;
}

.modal input.gform_button.button:hover {
    border-color: transparent;
    background-color: #000;
    color: #FFFFFF;
}
.modal input#input_1_5::-webkit-file-upload-button {
    padding: 14px 25px;
    border: none;
    border-radius: 6px;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
}

.modal input#input_1_5 {
    font-size: 18px !important;
    font-weight: 300 !important;
    cursor: pointer;
}

.modal label.gfield_label {
    font-size: 20px !important;
    font-weight: 400 !important;
}

.modal .gfield_description.validation_message.gfield_validation_message {
    padding: 5px !important;
    border: none;
    border-radius: 6px;
    font-size: 12px !important;
    padding-left: 15px !important;
    line-height: normal !important;
    margin: 0;
    background-color: transparent;
}

.modal .gform_validation_errors {
    padding: 10px !important;
    padding-left: 34px !important;
    border: none !important;
}

.modal span.gform-icon.gform-icon--close {
    left: 5px !important;
}

.modal .gform_fileupload_rules {
    line-height: normal;
}

.modal label {
    font-size: 20px !important;
    line-height: normal;
    margin-bottom: 8px;
    padding: 0px !important;
}
.instruction.validation_message {
    display: none;
}
.gform_footer.top_label {
    display: inline-block !important;
    position: relative;
}
.gform_footer.top_label::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 32px;
    height: 100%;
    background-image: url("https://siteangels.co.uk/wp-content/uploads/2025/07/l1.svg");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    background-position: right 0px center;
    transition: 0.4s linear;
}

.gform_footer.top_label::after {
    content: "";
    position: absolute;
    right: 0px;
    top: 0px;
    width: 32px;
    height: 100%;
    background-image: url("https://siteangels.co.uk/wp-content/uploads/2025/07/l2.svg");
    background-repeat: no-repeat;
    z-index: 1;
    opacity: 0;
    background-position: right 0px center;
    transition: 0.4s linear;
}
.gform_footer.top_label:hover::after {
    right: -20px;
    top: -10px;
    opacity: 1;
    transition: 0.5s linear;
    animation: 2s linear 0s infinite normal none running blink;
}

.gform_footer.top_label:hover::before {
    left: -20px;
    top: -10px;
    opacity: 1;
    transition: 0.5s linear;
    animation: 2s linear 0s infinite normal none running blink;
}
.gform_body.gform-body button.gform_delete_file {
    padding: 11px 18px;
    border-radius: 4px;
    line-height: normal;
}

.gform_body.gform-body button.gform_delete_file:hover {
    background-color: black;
    color: #FFFFFF;
}


.gform_body.gform-body .ginput_preview strong {
    font-size: 18px;
    font-weight: 500;
}


/* popup design end */

/* all headings */
h1{
    font-size: 60px;
    line-height: normal;
}

h2{
    font-size: 45px ;
    line-height: normal;
    margin-top: 20px;
}

h3{
    font-size: 40px;
    line-height: normal;
}
h4{
    font-size: 35px;
    line-height: normal;
}
h5{
    font-size: 30px;
    line-height: normal;
}
h6{
    font-size: 25px;
    line-height: normal;
}
p{
    font-size: 20px;
    line-height: normal;
}
ol {
    padding-left: 35px;
    font-size: 20px;
    line-height: normal;
}
ol li {
    padding-left: 35px;
    font-size: 20px;
    line-height: normal;
}

ul {
    padding-left: 35px;
    font-size: 20px;
    line-height: normal;
}

ul li {
    font-size: 20px;
    line-height: normal;
}
/*----------*/

/* 31-07-2025 New Page  end */

/* Media query */

@media (min-width: 1024px) and (max-width:1200px) {
    .meet-sec .meet-cont {
        width: 60.666667%;
    }

    .vc_row.wpb_row.team-row {
    background-size: 50% 100%;
}
}

@media(max-width:1024px){
.hire-row2 {
    justify-content: center;
    row-gap: 100px;
}
.hire-row2 > div {
    width: 50%;
}
.hire-row2 > div > .vc_column-inner::before {
    left: 5px;
}
.testi-box::before {
    left: -25px;
}	
.about-row > div {
    width: 100%;
}

section.vc_section.about-section .about-row {
    background-size: cover;
    background-position: right top;
	padding-bottom:20%;
}
.about-row > div {
    width: 100%;
    max-width: 100%;
}
.about-cont {
    margin: 0 30px;
}
.about-col2 .about-special {
    position: unset;
    padding: 0px 15px;
}
.about-special .wpb_wrapper{
    display: flex;
    justify-content: center;
}
.meet-cont {
    width: 100% !important; 
}
.meet-img {
    display: block;
}
section.vc_section.meet-sec .team-row {
    background-image: none !important;
}
.meet-sec .meet-cont .meet-img img {
    height: 700px !important;
} 
}

@media(max-width:991px){
footer.site-footer aside.widget-area {
    flex-wrap: wrap;
	row-gap:30px;
}
.site-footer .widget-area section:first-child {
    width: 100%;
	margin-bottom: 20px !important;
}
.testi-box {
    min-height: 350px;
}
/*----*/
.single-job {
    background-size: 55% ;

}
.job-slider-container {
    padding-bottom: 150px;
    padding-top: 150px;
}
.single-job-post h2 {
    font-size: 60px;
} 

.meet-sec .meet-cont .meet-img img {
    height: 600px !important;
} 
/*----*/

}

@media(max-width:768px){
	.hire-section .heading-main h2.title-animation.animated {
    margin-top: 0;
}
.hire-row2 {
    justify-content: center;
    row-gap: 100px;
}
.hire-row2 > div {
    width: 100%;
}
.about-col2 .about-special {
    position: static;
    transform: unset;
    padding: 0px;
}
.about-special .wpb_wrapper {
    display: block;
}
.about-special .wpb_wrapper h3 {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}
section.vc_section.about-section .about-row {
    padding-bottom: 80px;
	padding-top:80px;
}
.about-cont .vc_column-inner {
    padding: 30px 20px !important;
}
.about-cont {
    margin: 0 15px;
}
.about-special .wpb_wrapper h3 {
    width: 100%;
    margin-bottom: 15px;
    padding: 30px 20px;
}
p {
    font-size: 18px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper ,.testi-box{
    padding: 30px 20px;
}

.hire-row2 > div > .vc_column-inner > .wpb_wrapper p ,.testi-box p{
    font-size: 16px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper h5 ,testi-descp h5{
    font-size: 18px;
}
.hire-row2 > div > .vc_column-inner > .wpb_wrapper h6 ,testi-descp p{
    margin-top: 3px;
    font-size: 16px;
}
.vc_row.team-row .meet-cont .vc_column-inner > .wpb_wrapper {
    padding: 30px 20px;
}
footer.site-footer aside.widget-area {
    flex-wrap: wrap;
    row-gap: 20px;
}
header#masthead {
    padding: 30px 15px;
}
.say-btn > div img {
    width: 45px;
}
.about-special .wpb_wrapper h3 br {
    display: none;
}
.testi-box {
    min-height: auto;
}
section.testimonial .swiper.testimonial-slider {
    padding-left: 20px;
}

/*-----*/
.single-job-post h2 {
    font-size: 50px;

}
.job-slider-container {
    padding-bottom: 120px;
    padding-top: 120px;
}
.modal input.gform_button.button{
    line-height: normal !important;
}
.modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
}
.modal input#input_1_1_3, input#input_1_1_6, input#input_1_3, input#input_1_4{
    line-height: normal !important;
}
.modal .gform_wrapper .gform_validation_errors>h2.hide_summary {
    line-height: normal;
    font-size: 12px;
}
.modal h2.gform_title {
    font-size: 31px;
    margin-bottom: 20px;
}

.meet-sec .meet-cont .meet-img img {
    height: 500px !important;
} 
/*----*/
/* all headings */
h2 {
    font-size: 40px;
    line-height: 100%;
}
/*----------*/

}

@media(max-width:576px){
.site-logo .custom-logo {
    max-width: 180px !important;
    max-height: unset !important;
}
	nav#site-navigation {
    display: none;
}
header#masthead  .site-logo {
    padding: 0px;
	position:static;
}
section.vc_section.banner {
    height: auto;
    padding: 220px 0 100px;
}
.vc_empty_space.h70 {
    height: 40px !important;
}
section.vc_section.priv-baner {
    height: auto !important;
}

/*----*/
.single-job-post h2 {
    font-size: 40px;
}
.single-job-post .meta {
    gap: 10px;
    flex-direction: column;
    padding-bottom: 0px;
}
.single-job-post .job-content {
    padding-top: 40px;
}
.single-job-post .job-content p strong {
    margin-top: 30px !important;
    font-size: 25px;
}
.single-job-post .job-content p{
    font-size: 18px ;
}
.single-job-post .job-content ul li {
    font-size: 18px;
}
.job-slider-container{
    padding-bottom: 80px;
    padding-top: 80px;
}
.modal .modal-content {
    padding-left: 20px;
    padding-right: 20px;
}
.meet-sec .meet-cont .meet-img img {
    height: 400px !important;
} 
/* all headings */
h2 {
    font-size: 35px;
    line-height: 100%;
}
/*----------*/

}


/* Animation heading */
.title-animation {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.title-animation.animated {
  opacity: 1;
}

.title-animation .word {
  display: inline-block;
  opacity: 0;
  transform: translateY(30px);
}

.title-animation.animated .word {
  animation: slide-in 0.7s cubic-bezier(0.5, 0, 0.5, 1) both;
  animation-delay: calc(120ms * var(--word-index));
  line-height:normal;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.title-animation span {
    font-size: clamp(32px, calc(2rem + ((1vw - 3.9px) * 2.6667)), 60px);
	font-weight:500;
}
section.vc_section.banner .title-animation span{
	font-size:clamp(46px, calc(2.875rem + ((1vw - 3.9px) * 5.1429)), 80px);
	font-weight:500;
	line-height:110%;
}
section.vc_section.banner .title-animation {
    max-width: 933px !important;
}
section.vc_section.banner .title-animation {
    max-width: 1106px;
}

section.vc_section.about-section .vc_row.about-row {
    display: flex;
    justify-content: space-between;
}
/* Animation heading */

