/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

/* **************** header and footer css  ****************** */

.lets-form .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 27px;
}
.lets-form p.gform_required_legend {
    display: none;
}
.lets-form h2.gform_title{
    color: #FFF;
font-family: Gilroy-600 !important;
font-size: 40px;
font-style: normal;
font-weight: 600;
line-height: 54px; /* 135% */
}
.lets-form .gfield_label{
    color: #FFF;
font-family: Gilroy-400 !important;
font-size: 16px !important;
font-style: normal;
font-weight: 400;
line-height: 24px; 
text-transform: capitalize;
}
.lets-form input{
    color: #FFF !important;
font-family: Gilroy-500;
font-size: 18px !important;
font-style: normal;
font-weight: 500;
line-height: 16px; 
background-color: transparent;
border: none;
border-bottom: 1px solid rgb(255, 255, 255,0.2);
border-radius: 0;
padding: 8px 8px 8px 8px !important;
outline: none;
}
.lets-form input::placeholder{
    color: #FFF;
}
.lets-form textarea{
    color: #FFF !important;
font-family: Gilroy-500;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 54px; 
background-color: transparent;
border: none;
border-bottom: 1px solid rgb(255, 255, 255,0.2);
border-radius: 0;
outline: none;
}
.lets-form textarea::placeholder{
    color: #FFF;
}
.lets-form .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 89px;
}
.lets-form .gchoice input{
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none !important;
    cursor: pointer;
}
.lets-form .gchoice label {
    position: relative;
    cursor: pointer;
    color: #FFF;
font-family: Gilroy-500;
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 54px; /* 360% */
  }
  .lets-form .gchoice label:before {
    content:'';
    -webkit-appearance: none;
    background-color: transparent;
    border: 1px solid rgb(255, 255, 255,0.2);
 
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
  }
  .lets-form .gchoice input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 14px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }
  .lets-form .gfield_html{
    color: #FFF;
    font-family: Gilroy-500;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 54px;   
    text-transform: capitalize;
  }
  .lets-form .gfield_html a{
    color: #FFF !important;
    text-decoration-line: underline;
  }
  .lets-form input[type=submit]{
    color: #3D5A80 !important;
text-align: center;
font-family: Gilroy-500;
font-size: 16px;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
background-color: #ffffff;
padding: 10px 40px !important;
border-radius: 4px;
border: 1px solid #3D5A80;
border: 1px solid #ffffff;
  }
  .lets-form input[type=submit]:hover{
    color: #FFF !important;
    background-color:#3D5A80  ;
    border: 1px solid #ffffff;
  }
  .lets-form .gfield_required_asterisk{
    color: rgb(255, 255, 255,0.5) !important;
  }
.lets-form .gform_confirmation_message_1{
	color: #FFF;
leading-trim: both;
text-edge: cap;
font-family: Gilroy-500;
font-size: 25px;
	font-style: normal;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 24px;
}

/* ********************  Home page css starts here   ******************** */
.banner-img {
    position: relative;
    z-index: 5;
    
}
.banner-img:before{
    content: "";
    width: 518.5px;
    height: 641px;
    background: url(images/blue-bg.png) no-repeat center;
    background-size: cover;
    position: absolute;
    left: 0;
    top: -64px;
    z-index: -1;
}
.banner-img{
    margin-right: -59px;
}
.block-sec{
    position: relative;
}
.block-sec::before {
    content: "";
    width: 1000px;
    height: 614px;
    border-radius: 22px 0px 0px 22px;
    background: #3D5A80;
    background-size: cover;
    position: absolute;
    left: 64%;
    top: 0;
    /* transform: translatey(-50%); */
    z-index: -1;
}
.ser-box{
    position: relative;
}
.ser-box .elementor-widget-container{
    min-height: 284px;
}
.service-sec .elementor-background-overlay{
    height: 466px !important;
}
.ser-box-down{
    margin-top: 40px;
}
.ser-box span.elementor-icon{
    position: absolute;
    top: -50px;
    box-shadow: 0px 35px 35px rgba(11, 49, 80, 0.15);
}
.small-img img{
    filter: grayscale(100%);
}
/* ********************  Home page css ends here   ******************** */

/* ****************** About us page css starts here    ********************** */
.about-banner{
    position: relative;
}
.about-banner:before {
    content: "";
    width: 563px;
    height: 592px;
    background: url(images/left-shade.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}
.about-banner .elementor-background-overlay{
 
    width: 75%;
}
.about-img.banner-img:before {
    width: 491.5px;
    height: 606px;
}
.mission-sec{
    position: relative;
}
.mission-sec:after{
    content: "";
    width: 563px;
height: 891.257px;
background: url(images/up-left.png) no-repeat center;
background-size: contain;
position: absolute;
bottom: 0;
right: 0;
}
/* ****************** About us page css ends here    ********************** */

/* ****************** industry  page css starts here    ********************** */
.our-sec{
    position: relative;
}
.our-sec::before {
    content: "";
    width: 1000px;
    height: 614px;
    border-radius: 22px 0px 0px 22px;
    background: #3D5A80;
    background-size: cover;
    position: absolute;
    left: 64%;
    top: 50%;
    transform: translatey(-50%);
    z-index: -1;
}
.rel-box.ser-box .elementor-widget-container {
    min-height: 250px;
}

/* ****************** industry  page css ends here    ********************** */

/* ****************** Contact us  page css starts here    ********************** */
.contact-inner-sec{
    max-width: 537px;
}
.contact-inner-sec .gform_heading{
    display: none;
}
.contact-inner-sec .gfield_label{
    color: rgb(0, 0, 0 ,0.5);
font-family: Gilroy-400;
font-size: 13px !important;
font-style: normal;
font-weight: 400;
line-height: 23px;
text-transform: capitalize;
}
.contact-inner-sec input,select,textarea{
font-family: Gilroy-500;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 26px;
background: transparent;
border: none;
border-bottom: 1px solid rgb(0, 0, 0 ,0.2);
outline: none;
border-radius: 0 !important;
padding: 0px 8px 14px 2px !important;
}
.contact-inner-sec select{
    padding: 0px 8px 23px 2px !important;
    }
.contact-inner-sec input::placeholder{
    color: #000;
}
.contact-inner-sec textarea::placeholder{
    color: #000;
}
.contact-inner-sec input[type=submit]{
    color: #FFF;
text-align: center;
font-family: Gilroy-500;
font-size: 16px !important;
font-style: normal;
font-weight: 500;
line-height: 30px; /* 187.5% */
background-color: #3D5A80;
border-radius: 4px;
border: 1px solid #3D5A80;
padding: 8px 60px !important;
margin-top: 5px;
border-radius: 4px;
}
.contact-inner-sec input[type=submit]:hover{
    background-color: #FFF;
 color: #3D5A80;
 border: 1px solid #3D5A80;
}
.contact-inner-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 28px;
    grid-row-gap: 25px;
}
.contact-inner-sec .gform_wrapper.gravity-theme .gfield textarea.medium {
height: 92px !important;
}
.contact-inner-sec .gform_wrapper.gravity-theme .gfield_required{
    color: #000 !important;
}
/* ****************** Contact us  page css ends here    ********************** */

/* ****************** Career  page css starts here    ********************** */
.job-box{
    min-height: 260px !important;
}
.job-sec .page-numbers.current{
    height: 38px;
    width: 38px;
    background-color: #3D5A80;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.job-sec .page-numbers{
    height: 38px;
    width: 38px;
    background-color:rgba(255, 255, 255, 0.16);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid rgba(61, 90, 128, 0.40);
}
/* ****************** Career  page css ends here    ********************** */

.cta-box a.elementor-cta__button.elementor-button.elementor-size-sm{
    font-size: 0;
    position: relative;
}
.cta-box a.elementor-cta__button.elementor-button.elementor-size-sm:before {
    content: "";
    height: 30px;
     width:30px ;
    background: url(images/arrow.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.cta-box .elementor-cta{
    min-height: 270px;
}
.para-2 p{
    margin-bottom: 0px;
}
.para-3 p{
    margin-bottom: 0px;
}  



/* ********************* Responsive css     ******************** */

/* *******  1025px ********** */
@media only screen and (min-width: 1025px)and (max-width: 1366px) {
    .banner-img{
        margin-right: 0 !important;
    }
	.banner-img:before {
    width: 450.5px;
    height: 545px;
}
.block-sec::before {
    content: "";
    width: 1000px;
    height: 524px;
    left: 64%;
    top: 45%;
    transform: translatey(-50%);
    z-index: -1;
  }
  .about-img.banner-img:before {
    width: 434.5px;
    height: 517px;
}
.our-sec::before {
    height: 550px;
   }
	.banner-img:before {
    width: 471.5px;
    height: 569px;
    top: -76px;
   left: -31px;
}
.block-sec::before {
    height: 90%;
    left: 69%;
    top: 45%;
    /* transform: translatey(-50%); */
    z-index: -1;
}
.service-sec .elementor-background-overlay {
    height: 344px !important;
}
}


/* *******  1024px ********** */
@media (max-width:1024px){
    .lets-form .gform_fields {
        grid-row-gap: 10px !important;
    }
    .lets-form  .gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
        padding: 0px 0;
    }
	.banner-img{
        margin-right: 0 !important;
    }
    .banner-img{
        margin-right: 0 !important;
    }
    .banner-img:before {
        width: 328.5px;
        height: 397px;
      top: -36px;

    }
    .block-sec::before {
        height: 95%;
        left: 64%;
        top: 50%;
        transform: translatey(-50%);
    }
    .service-sec .elementor-background-overlay {
        height: 100% !important;
    }
    .ser-box .elementor-widget-container {
        min-height: 230px;
    }
    .about-banner .elementor-background-overlay {
        width: 84%;
      }
      .about-img.banner-img:before {
        width: 338.5px;
        height: 343px;
    }
    .job-box {
        min-height: 220px !important;
    }
    .our-sec::before {
        height: 75%;
    }
    .rel-box.ser-box .elementor-widget-container {
        min-height: 277px;
    }
    .cta-box .elementor-cta {
        min-height: 198px;
    }
    .cta-box a.elementor-cta__button.elementor-button.elementor-size-sm:before {
        height: 25px;
        width: 25px;
    }
    .cta-box .elementor-cta__content {
        padding: 20px !important;
    }

 }
/* *******  767px ********** */
@media (max-width:767px){
    .lets-form h2.gform_title {
        font-size: 30px !important;
        line-height: 1.2em !important;
    }
    .about-banner .elementor-background-overlay {
        width: 100%;
      }
      .about-banner::before{
        display: none;
      }
      .block-sec::before{
        display: none;
      }
      .ser-box .elementor-widget-container {
        min-height: 186px;
      }
      .ser-box-down {
        margin-top: 0px;
    }
    .ser-box{
        margin-top: 40px;
    }
    .banner-img:before {
        width: 337.5px;
        height: 413px;
        top: -47px;
    }
    .about-img.banner-img:before {
        width: 335.5px;
        height: 355px;
        top: -33px;
    }
    .job-box {
        min-height: 160px   !important;
    }
    .mission-sec:after{
        display: none;
    }
    .our-sec::before{
        display: none;
    }
    .rel-box.ser-box .elementor-widget-container {
        min-height: 215px;
    }
    .contact-inner-sec .gform_wrapper.gravity-theme .gform_fields {
        grid-column-gap: 23px;
        grid-row-gap: 10px;
    }
}