html{
  scroll-behavior: smooth;
}

html,body{
     width: 100%;
     height: 100%;
     margin:0;
     padding: 0;
}

body{
    font-size: 16px;
    line-height: 26px;
    color: #6e6e6e;
    height: auto;
/*     font-family: 'Quicksand', sans-serif !important; */
	font-family: 'Josefin Sans', sans-serif !important;
}

body::-webkit-scrollbar {
  width: 5px;
}
 
body::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
body::-webkit-scrollbar-thumb {
  background-color: #451ec8;
  outline: 1px solid white;
}

ul{
  list-style: none;
  padding: 0 !important;
  margin:0 !important;
}

*{
    margin:0;
    padding: 0;
}

a{
    text-decoration: none;
    text-decoration-line: none;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
}

a:hover{
  text-decoration: none !important;
  color: #039efe !important;
}

.ebg-section-heading{
  width: 100%;
  max-width: 740px;
  margin: 30px auto;
  display: block;
}


.slick-slide:active,
.slick-slide:focus{
  outline: 0;
  border: 0;
}

.ebg-mobile-view{
  display: none !important;
}

.ebg-desktop-view{
  display: block !important;
}


/*==================================*/ 

/*============= Banner ============*/

/*================================*/

.ebg-site-bg{
  background-color: white;
  width: 100%;
  height: 100vh;
  position: relative;
}

.ebg-hero-banner{
    padding: 100px 0px;
    position: relative;
    background-image: url('http://koalaapps.net/wp-content/themes/koalaapp_theme/assets/images/hero-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.ebg-hero-banner:before {
    content: "";
    background: rgba(2, 5, 161, 0.91);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.ebg-hero-banner .ebg-hero-banner-img img{
    width: 100%;
    display: block;
    transform: translate3d(0px, 0px, 0px);
    transform-style: preserve-3d;
    backface-visibility: hidden;
    margin: 20px auto;
}

.ebg-hero-banner .ebg-hero-banner-content{
    padding: 25px 0;
    box-sizing: border-box;
}

.ebg-hero-banner-content h1{
    margin: 0 0 20px 0;
    font-size: 56px;
    font-weight: 800;
    line-height: 66px;
    color: #fff;
}

.ebg-hero-banner-content p{
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    transition: none 0s ease 0s;
    margin: 30px 0px;
    font-weight: 300;
}

.ebg-hero-banner-content a{
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #8cffed, #009cff);
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    max-width: 180px;
    letter-spacing: 0.5px;
    border:0px;
    box-shadow: 3px 3px 6px #00000029;
    transition: none 0s ease 0s;
    font-weight: 600;
}

.ebg-hero-banner-content a:hover,
.ebg-hero-banner-content a:active,
.ebg-hero-banner-content a:focus,
.ebg-about-us-section a:hover,
.ebg-about-us-section a:active,
.ebg-about-us-section a:focus,
.ebg-newsletter-form .ebg-started-btn:hover,
.ebg-newsletter-form .ebg-started-btn:focus,
.ebg-newsletter-form .ebg-started-btn:active,
.ebg-view-job-btn:hover,
.ebg-view-job-btn:focus,
.ebg-view-job-btn:active,
.ebg-error-page .search-submit:active,
.ebg-error-page .search-submit:hover,
.ebg-error-page .search-submit:focus,
.ebg-contact-form .ebg-form-sbt-btn:hover,
.ebg-contact-form .ebg-form-sbt-btn:focus,
.ebg-contact-form .ebg-form-sbt-btn:active,
.ebg-snd-cv:hover,
.ebg-snd-cv:active,
.ebg-snd-cv:focus,
.ebg-rqt-form .ebg-snd-rqt-btn:hover,
.ebg-rqt-form .ebg-snd-rqt-btn:focus,
.ebg-rqt-form .ebg-snd-rqt-btn:active,
.ebg-rqt-btn-box:hover,
.ebg-rqt-btn-box:focus,
.ebg-rqt-btn-box:active{
    color: white !important;
    text-decoration: none;
    background: linear-gradient(90deg, #009cff, #8cffed);
    outline: 0;
    border: 0;
}



/*==================================*/

/*======== About Us Section =======*/

/*================================*/

.ebg-about-us-section{
  padding: 100px 0px;
  position: relative;
}

.ebg-about-us-section h2{
    font-size: 54px;
    line-height: 64px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
    margin:0;
}

.ebg-about-us-section p{
    font-size: 22px;
    line-height: 42px;
    margin: 45px auto;
    display: block;
    color: #000000b8;
}

.ebg-about-us-section a,
.ebg-rqt-btn-box{
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #8cffed, #009cff);
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 10px;
    max-width: 250px;
    letter-spacing: 0.5px;
    transition: none 0s ease 0s;
    border:0px;
    font-weight: 600;
    box-shadow: 3px 3px 6px #00000029;
    cursor: pointer;
}

.ebg-rqt-btn-box{
   -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
}


/*==================================*/

/*========== About Section ========*/

/*================================*/

.ebg-about-section{
    padding: 80px 0px 0px;
    position: relative;
}

.ebg-about-section:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-image: url('https://seofy.wgl-demo.net/wp-content/uploads/2018/11/home2-line.png?id=1075');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 100px;
    left: 0;
    right: 0;
    z-index: -2;
}

.ebg-section-heading h2{
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    margin: 0px;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
}

.ebg-section-heading p{
    font-size: 18px;
    line-height: 34px;
    color: #222222e0;
    transition: none 0s ease 0s;
    margin: 15px 0px 15px;
    font-weight: 400;
}

.ebg-about-section ul li{
  display: inline-block;
  width: 24%;
  position: relative;
  text-align: center;
}

.ebg-about-section ul{
    padding: 200px 0px 0px !important;
}

.ebg-about-section ul li:nth-child(1){
    top: -55px;
}

.ebg-about-section ul li:nth-child(2){
    top: -170px;
}

.ebg-about-section ul li:nth-child(3){
    top: -85px;
}

.ebg-about-section ul li:nth-child(4){
    top: -190px;
}

.ebg-hexagon-bg svg{
    fill: #ffffff;
    position: absolute;
    width: 100%;
    height: 250px;
    left: 0;
    z-index: -1;
    padding: 0px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
    -webkit-filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.15));
    filter: drop-shadow(7px 5px 30px rgba(72, 73, 121, 0.15));
}

.ebg-plan-box:hover svg{
    fill: #f4f6fd;
}

.ebg-plan-box span{
    position: absolute;
    font-size: 100px;
    font-weight: bold;
    color: #f4f6fd;
    z-index: -2;
    top: -55px;
    right: 28px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
}

.ebg-plan-box:hover span{
    color: #6dbdfa;
}


.ebg-plan-box h3{
    color: #252525;
    font-size: 18px;
    line-height:30px;
    font-weight: 800;
    margin-top: 0px;
}

.ebg-plan-box h3 strong{
    display: block;
    font-size: 22px;
    line-height: 32px;
    color: #451ec8;
}

.ebg-plan-content {
    padding: 20% 55px;
    box-sizing: border-box;
}



/*==================================*/

/*========== Our Services =========*/

/*================================*/

.ebg-services-section{
  background-color: #f8f9ff;
  padding: 50px 0px 75px;
}

.ebg-service-box{
  text-align: center;
  padding: 25px;
  box-sizing: border-box;
  border-radius: 4px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: white;
  margin: 25px 0px;
  border-top-left-radius: 35px;
  border-bottom-right-radius: 35px;
  box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
  min-height:280px;
}

.ebg-service-box:hover{
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    background-color: #ffffff;
}

.ebg-service-box img,
.ebg-hexagon-box img{
  display: block;
  margin: 0 auto;
}

.ebg-service-box h3{
    color: #252525;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 0px;
    min-height: 45px;
}

.ebg-service-box h3 a,
.ebg-why-box a{
  color: #252525;
}

.ebg-service-box h3 a:hover,
.ebg-service-box h3 a:active,
.ebg-service-box h3 a:focus,
.ebg-service-box:hover h3 a,
.ebg-why-box h4 a:hover,
.ebg-why-box h4 a:focus,
.ebg-why-box h4 a:active{
  color: #6dbdfa;
}



/*==================================*/

/*========= Tools Section =========*/

/*================================*/

.ebg-tools-section{
    padding: 80px 0px;
    background-image: url(https://seofy.wgl-demo.net/wp-content/uploads/2018/11/section_05.jpg?id=1150) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.ebg-tools-content-box ul li{
    display: table;
    margin: 20px 40px 30px 0px;
    padding: 20px 20px 10px;
    width: 100%;
    background: white;
    -webkit-box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
    box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
    border-radius: 8px;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ebg-tools-content-box ul li:hover{
  box-shadow:7px 5px 30px 0 rgba(72,73,121,0.15);
}

.ebg-tools-content-box ul li:hover h3{
  color:#6dbdfa;
}

.ebg-tools-content-box ul li img{
    display: table-cell;
    vertical-align: top;
}

.ebg-tools-content-box ul li div{
    display: table-cell;
    vertical-align: top;
    padding: 0px 15px;
}

.ebg-tools-content-box ul li div h3{
    color: #252525;
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
    margin-top: 0px;
  -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ebg-tools-content-box ul li div p{
  font-size: 14px;
  line-height: 24px;
}

.ebg-tools-content-img img{
  width: 85%;
  margin: 75px auto;
  display: block;
  float:right;
}



/*==================================*/

/*===== Testimonials Section ======*/

/*==================================*/

.ebg-testimonials-section{
    padding: 55px 0px;
   /* background-image: url('http://anomica.themetechmount.net/wp-content/uploads/2019/11/row-bg-review-pat.png?id=1340');*/
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center center;
    background-color: #f7f9fe;
}

.ebg-testimonials-slider{
    width: 100%;
    margin: 25px auto;
    text-align: center;
    display: block;
    max-width: 800px;
}

.ebg-testimonials-slider .slick-prev:before,
.ebg-testimonials-slider .slick-next:before,
.sp-testimonial-free-wrapper .slick-next:before,
.sp-testimonial-free-wrapper .slick-prev:before {
    font-size: 52px;
    opacity: 1;
    width: 48px;
    color: white;
    background: linear-gradient(90deg, #8cffed, #009cff);
    height: 50px;
    border-radius: 50%;
    font-family: 'FontAwesome' !important;
    padding: 0px 16px;
    text-align: center;
    top: 60% !important;
}

.ebg-testimonials-slider .slick-prev{
  left: -125px !important;
}

.ebg-testimonials-slider .slick-next {
    right: -125px !important;
}

.ebg-testimonials-slider .slick-prev:before,
.sp-testimonial-free-wrapper .slick-prev:before {
  content: '\f104' !important;
  left: -100px !important;
}

.ebg-testimonials-slider .slick-next:before,
.sp-testimonial-free-wrapper .slick-next:before {
    content: '\f105' !important;
    right: -100px !important;
}

.ebg-testimonials-slider-item{
    background-color: white;
    box-sizing: border-box;
    padding: 65px 30px 40px;
    box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
    border-radius: 8px;
    position: relative;
    margin: 75px 25px 0px;
}

.ebg-testimonials-slider-item img{
    margin: 0px auto 15px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    top: 0;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
}

.ebg-testimonials-slider-item h4{
    color: #4a494e;
    font-size: 26px;
    line-height: 36px;
    font-weight: 800;
}

.ebg-testimonials-slider-item h5{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

.ebg-testimonials-slider-item p{
    font-size: 18px;
    line-height: 28px;
    color: #4a494e;
}

#sp-testimonial-free-wrapper-625 .sp-testimonial-free-section .slick-prev, 
#sp-testimonial-free-wrapper-625 .sp-testimonial-free-section .slick-next {
    background: transparent !important;
    border: 0px solid transparent !important;
    color: transparent !important;
}

.sp-testimonial-free-section .slick-dots {
    left: 0 !important;
}

.sp-testimonial-free-wrapper{
    box-sizing: border-box;
    padding: 35px 25px;
}

.tfree-testimonial-title p{
    color: #4a494e;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
}

/*=========================================*/

/*======= Home Tabs Section =======*/

/*=========================================*/

.ebg-home-tabs-section{
    padding: 65px 0px;
}

.ebg-home_tabs {
    border-bottom: 2px solid #efefff !important;
    padding-bottom: 25px !important;
    margin-bottom: 40px !important;
    justify-content: space-evenly;
    align-items: self-end;
}

.ebg-home_tabs li a {
    border: none;
    padding-bottom: 30px;
    font-size: 16px;
    color: #000;
    border-radius: 0;
    position: relative;
    font-weight: 700;
    line-height: 26px;
    border-bottom: 2px solid transparent;
}

.ebg-home_tabs li a i{
    padding-left: 5px;
}

.ebg-home_tabs li a:hover,
.ebg-home_tabs li a:active,
.ebg-home_tabs li a:focus,
.ebg-home_tabs li.active a,
.ebg-home_tabs li a.active{
    border-bottom: 2px solid #039efe;
	color:#039efe;
}

.ebg-home_tabs-block p{
	font-size:16px;
	line-height:26px;
}


#why_us ul {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    width: 80%;
    margin: 30px auto !important;
}

.ebg-why-box {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
}

.ebg-why-box h4{
    color: #252525;
    font-size: 18px;
    line-height: 28px;
    font-weight: 800;
    margin-top: 0px;
}

.ebg-affiliation-box{
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: nowrap;
}

.ebg-affiliation-item{
    margin: 40px 40px 40px 40px;
    padding: 20px 20px 20px 20px;
    background: white;
    -webkit-box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
    box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
    border-radius: 8px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.ebg-affiliation-item:hover {
    box-shadow: 7px 5px 30px 0 rgb(72 73 121 / 15%);
}

.ebg-affiliation-item img{
    width: 100%;
    max-width: 150px;
}

.our-achievements-img img{
    width: 100%;
    border-radius: 5px;
}

.our-achievements-content h3{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.our-achievements-content h3:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 76px;
    height: 6px;
    background-color: #dae8ff;
    border-radius: 8px;
}

.our-achievements-content h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 86px;
    width: 20px;
    height: 6px;
    background-color: #6836ff;
    border-radius: 8px;
}

.ebg-life-at-ebg-section{
    position: relative;
    padding:65px 0;
}

.ebg-section-img{
    position:relative;
}

.ebg-section-img::before{
    position: absolute;
    content: "";
    width: 250px;
    height: 250px;
    background: #f8f9ff;
    top: -60px;
    left: -45px;
}

.ebg-section-img img{
    width: 100%;
    position:relative;
}

.ebg-content-section h3{
    font-size: 30px;
    margin-bottom: 25px;
    font-weight: 800;
    line-height: 40px;
    color: #000;
}

.ebg-content-section p{
    font-size: 14px;
    line-height: 24px;
}

.ebg-content-section li{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 15px;
}

.ebg-content-section li img{
    width: 60px;
    height: 60px;
    margin-right: 30px;
}

.ebg-content-section h4{
    font-size: 20px;
    font-weight: 800;
    line-height: 30px;
    color: #000;
}


/*========================================*/

/*======= Company Counter Section =======*/

/*======================================*/

.ebg-counter-section{
    position: relative; 
    background-color: #094a96;
    background-image: url(https://radiustheme.com/demo/wordpress/themes/digeco/wp-content/uploads/2020/01/element1.png);
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 100px 0px;
    background-attachment: fixed;
}

.ebg-counter-box {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ebg-counter-box span{
    font-size: 32px;
    line-height: 42px;
    color: white;
    display: block;
    font-weight: 800;
}

.ebg-counter-box h4{
    font-size: 18px;
    line-height: 28px;
    color: white;
    display: block;
    font-weight: 800;
    text-transform: uppercase;
}

.ebg-counter-box i{
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    transition: all 500ms ease;
    font-size: 46px;
    line-height: 56px;
    color: white;
    display: block;
}


/*========================================*/

/*===== Newsletter & Client Section =====*/

/*======================================*/

.ebg-newsletter-client-section{
  padding: 80px 0px;
  position: relative;
}

.ebg-newsletter-client-section .form-group{
  margin: 35px auto;
  position: relative;
  max-width: 600px;
}

.ebg-newsletter-form .ebg-email-fld{
  width: 80%;
  height: 60px;
  padding: 15px;
  text-align: left;
  background-color: #EEF4F5;
  font-weight: 600;
  border-radius: 4px 4px 4px 4px;
  border-style: solid;
  border-width: 0 0 0 0;
  color: black;
}


.ebg-email-fld:focus,
.ebg-email-fld:active,
.ebg-started-btn:active,
.ebg-started-btn:focus{
  outline: 0;
  border: 0;
}

.ebg-newsletter-form .ebg-started-btn{
    background: linear-gradient(90deg, #8cffed, #009cff);
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 10px;
    height: 59px;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 22px;
    color: white;
    line-height: 28px;
    border: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.ebg-newsletter-form p{
  font-size: 14px;
  line-height: 24px;
  margin: 20px 0px;
}



/*=====================================*/

/*========== About Page CSS ==========*/

/*===================================*/


.ebg-page-banner-section{
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0px;
  background-color: #0529a4;
}

.ebg-page-banner-section h1,
.ebg-service-banner-content h1{
    font-size: 36px;
    font-weight: 600;
    text-transform: capitalize;
    color: #ffffff;
    margin-bottom: 0;
}

.ebg-page-banner-section ul li{
  display: inline-block;
  position: relative;
  margin: 0px 12px;
}

.ebg-page-banner-section ul li:first-child:before {
    content: "/";
    font-size: 12px;
    position: absolute;
    right: -18px;
    top: 56%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 5;
    color: #cccccc;
  }

.ebg-page-banner-section ul li a{
    font-size: 14px;
    line-height: 24px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.ebg-history-section{
  padding: 75px 0px;
}

.ebg-history-section img{
  width: 90%;
}

.ebg-history-content p{
  margin:25px 0px;
}
.ebg-history-content ul li{
    padding-left: 32px;
    font-weight: 500;
    color: #111111;
    margin-bottom: 14px;
    position: relative;
}

.ebg-history-content ul li:after {
    content: "\f058";
    font-family: "FontAwesome";
    font-size: 20px;
    font-weight: 600;
    color: #001ea2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ebg-our-mission-item {
  margin-bottom: 75px;
}

.ebg-our-mission-item img{
  width: 90%;
  margin: 0 auto;
  display: block;
}


/*=======================================*/

/*========== Contact Page CSS ==========*/

/*=====================================*/

.ebg-contact-us-section{
    background-color: #f8f9ff;
    padding: 100px 0px;
}

.ebg-box{
    box-shadow: 0 0 43px 0 rgba(0,0,0,.16);
    background-color: #1519a7 ;
    margin: 0;
}

.ebg-white-bg{
  background-color: white;
}

.ebg-contact-form{
    padding: 35px;
}

.ebg-contact-form h2{
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    color: black;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
}

.ebg-contact-form h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    color: black;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
    margin-bottom: 35px;
}

.ebg-contact-form .form-control,
.ebg-job-form .form-control{
  border:0px;
  border-bottom: 1px solid black;
  background-color: transparent;
  box-shadow: none !important;
  height: 50px;
}

.ebg-contact-form textarea{
  height:150px !important;
}

.ebg-contact-form .ebg-form-sbt-btn,
.ebg-job-form .ebg-form-sbt-btn{
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #8cffed, #009cff);
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 7px;
    border-radius: 3px;
    max-width: 250px;
    letter-spacing: 0.5px;
    transition: none 0s ease 0s;
    border: 0px;
    font-weight: 600;
    box-shadow: 3px 3px 6px #00000029;
    margin-top:35px;
}

.ebg-email-side{
  text-align: center;
  padding: 35px;
  position: relative;
}

.ebg-email-side h2{
    font-size: 38px;
    line-height: 48px;
    font-weight: 800;
    color: white;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    margin: 0px;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
}

.ebg-email-side img{
  width: 70%;
  margin:45px auto;
  display: block;
}

.ebg-email-side h3{
    color: #fff;
    position: relative;
}

.ebg-email-side h3:before{
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 20%;
    height: 3px;
    background-color: #fff !important;
    opacity: .5;
}

.ebg-email-side h3:after {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    width: 20%;
    opacity: .5;
    height: 3px;
    background-color: #fff !important;
}

.ebg-social-links{
    display:block;
    padding:20px 0px;
    text-align: center;
    width: 100%;
}

.ebg-social-links a{
    display: inline-block;
    width: 50px;
    height: 50px;
    transition: all .5s;
    color: #fff !important;
    border: 2px solid #fff !important;
    margin:10px 5px;
    border-radius: 50%;
    padding: 9px;
}

.ebg-social-links a i,
.ebg-email-side .ebg-contact-details ul li a i{
  font-size: 20px;
  line-height: 30px;
}

.ebg-social-links a i:hover,
.ebg-contact-details ul li a i:hover,
.ebg-contact-details ul li a:hover{
  color:#80f6ef;
}

.ebg-email-side .ebg-contact-details{
  display:block;
  padding:20px;
}

.ebg-email-side .ebg-contact-details ul li{
  padding:10px 0px;
    display:block;
    text-align:left;
}

.ebg-email-side .ebg-contact-details ul li a{
  color:white;
    font-size:16px;
    line-height:26px;
}

.ebg-email-side .ebg-contact-details ul li a span{
  font-size: 16px;
    line-height: 24px;
    padding-left: 10px;
    font-weight: 600;
}

.ebg-footer-one ul li a span{
  font-size: 12px;
    line-height: 22px;
    padding-left: 10px;
    font-weight: 600;
}

/*=======================================*/

/*========== Career Page CSS ==========*/

/*=====================================*/

.ebg-current-opening-section{
    background-color: #f8f9ff;
    padding: 50px 0px;
}

.ebg-job-lists li{
    padding: 25px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: white;
    margin: 35px 0px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 3px 0 12px 0 rgba(154,168,255,.18823529411764706);
}

.ebg-job-lists li:hover {
    box-shadow: 7px 5px 30px 0 rgba(72,73,121,0.15);
    background-color: #ffffff;
}

.ebg-job-lists li a{
  color: black;
}
.ebg-job-lists h3{
  font-size: 26px;
  font-weight: 800;
  line-height: 46px;
}

.ebg-job-lists small{
  font-size: 15px;
  color: #989898 !important;
  line-height: 25px;
  display: block;
}

.ebg-view-job-btn{
  display: inline-block;
  width: 100%;
  background: linear-gradient(90deg, #8cffed, #009cff);
  font-size: 18px;
  font-weight: 700;
  margin: 55px 0 0 0px;
  height: 55px;
  border-radius: 3px 3px 3px 3px;
  padding: 15px 22px;
  color: white !important;
  line-height: 28px;
  border: 0;
  text-align: center;
}

/*======================================*/

/*============= 404 Erroe Page ========*/

/*====================================*/

.ebg-error-page{
  background-color: #f9f9f9;
  position: relative;
  padding: 60px 0px;
}

.ebg-error-page img{
  width: 80%;
  display: block;
  margin: 0px auto 30px;
}

.ebg-error-page .search-form{
  display: block;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}

.ebg-error-page .search-form label{
  width: 70%;
}

.ebg-error-page .search-submit{
    display: inline-block;
    width: 100%;
    background: linear-gradient(90deg, #8cffed, #009cff);
    text-align: center;
    color: white;
    font-size: 18px;
    line-height: 28px;
    padding: 7px;
    border-radius: 3px;
    max-width: 150px;
    letter-spacing: 0.5px;
    border:0px;
    box-shadow: 3px 3px 6px #00000029;
    transition: none 0s ease 0s;
    font-weight: 600;
    height: 59px;
}

.ebg-error-page .search-field{
    width: 100%;
    display: inline-block;
    height: 60px;
    padding: 15px;
    text-align: left;
    background-color: #EEF4F5;
    font-weight: 600;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 0 0 0 0;
    color: black;
}



/*========================================*/

/*========== Services Page CSS ==========*/

/*======================================*/


.ebg-service-banner{
  position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 125px 0px;
    background-color: #0529a4;
    height: 400px;
}

.ebg-service-banner-content p{
  font-size: 18px;
    line-height: 28px;
    color: white;
    margin: 25px auto;
    width: 80%;
    display: block;
}

.ebg-services-section-three{
    position: relative;
    padding: 0px 0px 65px;
}

.ebg-services-section-three h2,
.ebg-services-section-four h2,
.ebg-services-section-five h2,
.ebg-services-section-six h2,
.ebg-services-tech-feature h2{
    font-size: 34px;
    line-height: 44px;
    font-weight: 800;
    color: rgb(0, 0, 0);
    letter-spacing: 0px;
    visibility: inherit;
    transition: none 0s ease 0s;
    transform-origin: 50% 50% 0px;
    text-transform: capitalize;
    margin-bottom: 25px;
}


.ebg-services-section-three-img img,
.ebg-services-section-four-img img{
  width: 100%;
  display: block;
}

.ebg-services-section-three-content{
  padding-left: 35px;
}

.ebg-services-section-three-content h3,
.ebg-services-section-three-content h4{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
    margin: 20px 0px;
}

.ebg-services-section-three-content p,
.ebg-services-section-four ul li p,
.ebg-services-section-five-box p{
    font-size: 14px;
    line-height: 24px;
}

.ebg-services-section-three-content ul li{
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #ffffff;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 15%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 15%);
    text-align: center;
    display: inline-block;
    width: 27%;
    padding: 40px 10px;
    margin: 15px;
    border-radius: 5px;
    font-size: 16px;
    line-height: 26px;
    vertical-align: top;
    font-weight: 600;
    height: 150px;
}

.ebg-services-section-three-content ul li:hover{
  color: #0ba4fd;
  -webkit-box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.25);
  box-shadow: 0 0 18px 0 rgba(50, 50, 50, 0.25);
}


.ebg-services-section-four{
  position: relative;
  padding: 65px 0px;
  background-color: #f8f9ff;
}

.ebg-services-section-four ul li{
    display: block;
    margin: 0px 0px 35px;
    position: relative;
    padding-left: 30px;
}

.ebg-services-section-four ul li:before{
    position: absolute;
    content: '\f00c';
    top: 0;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
    line-height: 28px;
    color: #06a1fe;
}


.ebg-services-section-five{
    position: relative;
    padding: 65px 0px 35px;
}

.ebg-services-section-five-box{
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #ffffff;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 15%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 15%);
    text-align: center;
    display: inline-block;
    padding: 35px 20px;
    margin: 25px;
    border-radius: 5px;
    min-height: 230px;
}

.ebg-services-section-five-box h3{
    font-size: 20px;
    line-height: 30px;
    font-weight: 800;
}

.ebg-services-section-four ul li h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

.ebg-services-section-six{
  position:relative;
    padding:65px 0px 30px;
}

.ebg-services-section-six ul{
   columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
    width:65%;
  margin:30px auto !important;
}

.ebg-services-section-six ul li{
    display: block;
    margin: 0px 0px 25px;
    position: relative;
    font-size: 16px;
    line-height: 26px;
    padding-left: 30px;
}

.ebg-services-section-six ul li:before{
    position: absolute;
    content: '\f05d';
    top: -2px;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 18px;
    line-height: 28px;
    color: #06a1fe;
}

.ebg-services-section-six span p {
    font-size: 16px;
    line-height: 32px;
    width: 80%;
    margin:0 auto;
    
}

.ebg-services-section-six-end-box p{
    font-size: 16px;
    line-height: 32px;
    margin: 0px auto;
    text-align: center;
    width: 80%;
}

.ebg-services-tech-feature .ebg-services-tech-feature-box{
    padding: 30px 25px;
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #F2F7FF;
    margin-top: 45px;
    border-radius: 5px;
    min-height:240px;
}

.ebg-services-tech-feature-box h3{
    font-size: 22px;
    line-height: 32px;
    font-weight: 800;
}

.ebg-services-tech-feature-box p{
    font-size: 14px;
    line-height: 24px;
    min-height: 75px;
}

.ebg-services-tech-feature-box ul li{
    display: block;
    margin: 5px 0px 5px;
    position: relative;
    font-size: 12px;
    line-height: 22px;
    padding-left: 30px;
}

.ebg-services-tech-feature-box ul li:before{
    position: absolute;
    content: '\f00c';
    top: 0;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #06a1fe;
}

.ebg-services-tech-feature-box img{
    width: 70px;
    display: block;
    margin-bottom: 10px;
}

.ebg-services-tech-feature,
.ebg-services-tech-feature{
  position: relative;
  padding:55px 0px;
}



/*====================================*/

/*========== FAQs Page CSS ==========*/

/*=================================*/

.ebg-faqs-block ul li{
  display: inline-block;
    margin: 0px 20px 30px 0px;
}

.ebg-faqs-block ul li a{
  width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding:15px 25px;
    color: black;
    font-weight: 600;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: #f8f9ff;
    margin: 25px 0px;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
}

.ebg-faqs-tab-content{
    padding:45px 25px;
}

.ebg-faqs-tab-content h3,
.ebg-home_tabs-content h3{
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    letter-spacing: 1px;
}

.ebg-faqs-tab-content .faq{
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgb(0 0 0 / 6%);
    border-radius: 4px;
    margin: 30px 0;
}

.ebg-card{
    border: none;
    background: none;
    border-bottom: 1px dashed #CEE1F8;
}

.ebg-card-header{
    width: 100%;
    text-align: left;
    padding: 0px;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1px;
    color: #3B566E;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    padding-top: 15px;
    padding-bottom: 10px;
}

.ebg-card-header h5{
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    padding-left: 30px;
    position: relative;
}

.ebg-card-header h5:hover,
.ebg-card-header h5:active,
.ebg-card-header h5:focus{
    color: #15abfc;
}

.badge{ 
    width: 30px;
    height: 30px;
    line-height: 24px !important;
    border-radius: 50% !important;
    text-align: center;
    color: #15abfc;
    top: 3px;
    margin-right: 0px;
    position: absolute;
    left: -18px;
    border-bottom: solid #15abfc;
}

.ebg-faqs-left-img img{
    width:100%;
    display:block;
}

.ebg-card .card-body p{
    font-size: 14px;
    line-height: 24px;
    padding-left: 41px;
}

.ebg-dev-row{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.ebg-dev-row li{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 20%;
    max-width: 20%;
    padding:0 10px;
}

.ebg-dev-row .team-name{
	font-size:16px !important;
    line-height:15px !important;
}

.ebg-dev-row .normal-text{
	height:50px !important;
}

/*======================================*/

/*========= Our Team Page CSS ========*/

/*==================================*/ 

.ebg-our-team-section{
    padding:65px 0px;
}

.team-item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: white;
    margin: 25px 0px;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
}

.ebg-lead-row .team-item,
.ebg-lead-row .team-item .team-img,
.ebg-lead-row .team-item .team-content{
    height:315px;
}

.ebg-lead-row .team-img img{
    height: 325px !important;
    object-fit: cover;
}

.team-item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

.team-item .team-img {
    position: relative;
}

.team-item .team-img .normal-text {
    position: absolute;
    text-align: center;
    height: 65px;
    bottom: 0;
    padding: 20px 0;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: rgb(10 163 254 / 95%);
    transition: .3s ease all;
    z-index: 10;
}

.team-item .team-img .normal-text .team-name {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    display: block;
    text-transform: capitalize;
    line-height: 30px;
}

.team-item .team-img .normal-text .subtitle {
    color: #fff;
    margin: 0;
    display: block;
}

.team-item .team-img img {
    width: 100%;
    height:auto;
}

.team-item .team-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 10%;
    left: 0;
    text-align: center;
    z-index: 1;
    padding: 25px 15px;
    opacity: 0;
    -webkit-transition: 0.3s all ease-out;
    transition: 0.3s all ease-out;
    visibility: hidden;
}

.team-item .team-content:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgb(10 163 254 / 69%);
    z-index: -1;
}

.team-item .team-name {
    margin-bottom: 2px;
}

.team-item .team-name {
  margin-bottom: 6px;
  font-size: 20px;
  color: #fff;
  text-transform: capitalize;
  position: relative;
  z-index: 1;
  cursor:normal;
  line-height:30px;
}

.team-item .team-name:hover {
    color: #fff !important;
}

.ebg-dev-row .team-item .team-name a{
	font-size:16px !important;
    line-height:26px !important;
}

.team-item .postion {
    position: relative;
    z-index: 1;
    color: #fff;
}

.team-item:hover .team-content {
    top: 0;
}

 .team-item:hover .share-icons,
 .team-item:hover .team-content,
 .team-item:hover .team-social {
    opacity: 1;
    visibility: visible;
}

 .team-item:hover .normal-text {
    opacity: 0;
    visibility: hidden;
}

.fullwidth-team .col-lg-3 .team-item {
    margin-bottom: 0;
}

.fullwidth-team .col-lg-3 .team-item .team-img .normal-text {
    text-align: left;
    background: transparent;
    padding-left: 15px;
}

.normal-text {
    clip-path: polygon(100% 100%, 0% 100%, 50% -150%);
}

.ebg-jobs-details-section{
    padding:50px 0px;
    position:relative;
}

.ebg-jobs-details{
    width:100%;
    display:block;
}

.ebg-jobs-details-section h2,
.ebg-jobs-details-section h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    margin-top: 35px;
    margin-bottom:15px;
}

.ebg-jobs-details-section p,
.ebg-job-lists p{
    font-size:14px;
    line-height:24px;
}

.ebg-jobs-details ul li{
    display: block;
    margin: 5px 0px 5px;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    padding-left: 30px;
}

.ebg-jobs-details ul li:before {
    position: absolute;
    content: '\f00c';
    top: 0;
    font-family: 'FontAwesome';
    left: 0;
    font-size: 14px;
    line-height: 24px;
    color: #06a1fe;
}

.ebg-snd-cv{
    float: right;
    display: inline-block;
    width: 100%;
    max-width: 200px;
    color: white;
    background: linear-gradient(
90deg
, #8cffed, #009cff);
    font-size: 18px;
    font-weight: 700;
    height: 55px;
    border-radius: 3px 3px 3px 3px;
    padding: 15px 22px;
    line-height: 28px;
    border: 0;
    text-align: center;
}

.ebg-job-lists .ebg-count-badge{
    width: 65px;
    height: 65px;
    border-radius: 50%;
    background: #78f1ef;
    padding: 6px;
    display: block;
    margin: 46px auto;
    color: white;
    font-size: 26px;
    line-height: 53px;
    font-weight: 800;
    text-align: center;
}

.ebg-job-form{
    width:100%;
    display: block;
    margin: 35px auto;
    max-width: 800px;
    padding: 25px;
    box-sizing: border-box;
    border-radius: 4px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    background-color: white;
    border-top-left-radius: 35px;
    border-bottom-right-radius: 35px;
    box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
}

.ebg-page-cntnt{
    padding:75px 0px;
}

.ebg-page-cntnt h3{
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    margin: 30px 0px 10px;
}

.ebg-page-cntnt p,
.ebg-page-cntnt ul li,
.ebg-page-cntnt ol li{
    font-size: 14px;
    line-height: 24px;
    color: #000000eb;
}


/*==========================================*/

/*====== Request A Quote Modal CSS =======*/

/*======================================*/

.ebg-rqt-modal{
    display: table;
    width: 100%;
}

.ebg-rqt-modal-left-box{
    display: table-cell;
    vertical-align: middle;
    width: 45%;
    box-sizing: border-box;
}

.ebg-rqt-modal-left-box-content{
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 40px 30px;
    height: 500px;
    background:linear-gradient(0deg, rgb(11 6 86 / 80%), rgb(74 5 195)), url(../images/rqt-form.jpeg);
}

/*.ebg-rqt-modal-left-box-content:before{
    content: "";
    background: rgba(2, 5, 161, 0.91);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}*/

.ebg-rqt-modal-left-box-content h2{
    font-size: 30px;
    line-height: 46px;
    color: white;
    font-weight: 800;
    letter-spacing: 0.5px;
}

.ebg-rqt-modal-left-box-content p{
    color: white;
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
}
.ebg-rqt-form{
    display: table-cell;
    vertical-align: middle;
    box-sizing: border-box;
    width: 55%;
    padding: 15px;
}

.ebg-rqt-form label{
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
    color: black;
}

.ebg-rqt-form input,
.ebg-rqt-form select{
  height: 45px;
}

.ebg-rqt-form .form-control::placeholder{
  font-size: 14px;
  line-height: 24px;
}

.ebg-rqt-form textarea{
  height: 130px;
}

.ebg-rqt-form .close{
  position: absolute;
  right: 20px;
  font-size: 40px;
  line-height: 50px;
  top: 0;
  color: black;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition   : all 0.3s ease-out;
  -ms-transition    : all 0.3s ease-out;
  -o-transition     : all 0.3s ease-out;
  transition        : all 0.3s ease-out;
}

.ebg-rqt-form .close:active,
.ebg-rqt-form .close:focus,
.ebg-rqt-form .close:hover{
    outline: 0;
    border:0;
}

.ebg-rqt-form .ebg-snd-rqt-btn{
    display: inline-block;
    width: 100%;
    max-width: 175px;
    background: linear-gradient(90deg, #8cffed, #009cff);
    text-align: center;
    color: white;
    font-size: 16px;
    line-height: 26px;
    padding: 7px;
    border-radius: 3px;
    letter-spacing: 0.5px;
    transition: none 0s ease 0s;
    border: 0px;
    font-weight: 600;
    box-shadow: 3px 3px 6px #00000029;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition   : all 0.5s ease-out;
    -ms-transition    : all 0.5s ease-out;
    -o-transition     : all 0.5s ease-out;
    transition        : all 0.5s ease-out;
    cursor: pointer;
}

.ebg-rqt-form .wpcf7-response-output{
    position: absolute;
    bottom: 0;
    font-size: 11px;
    left: 50%;
}

.ebg-rqt-form .wpcf7-not-valid-tip{
  font-size: 12px;
  line-height: 22px;
}

.ebg-rqt-modal-left-box-content ul{
    position: absolute;
    bottom: 10px;
    left: 30px;
}

.ebg-rqt-modal-left-box-content ul li{
    display: block;
    margin: 6px 0px;
}

.ebg-rqt-modal-left-box-content ul li a span{
      font-size: 12px;
    line-height: 22px;
    padding-left: 10px;
    font-weight: 600;
}

.ebg-rqt-modal-left-box-content ul li a{
  font-size: 14px;
    line-height: 24px;
    color: white;
    border-left: 4px solid transparent;
    text-decoration: none;
}

.ebg-rqt-modal-left-box-content ul li a:hover {
    color: #039efe;
    border-left: 4px solid #039efe;
    text-decoration: none;
    padding-left: 8px;
}

#work_flow img{
	width:100%;
}


/* =======================
 * search page style 
   ======================= */
.ebridge-search-result h1{
	font-size: 26px;
    line-height: 36px;
    margin-bottom: 30px;
    position: relative;
    font-weight: 800;
    color: #000;
}
.ebrg-search-box{
	background-color: #fff;
    padding: 20px 17px;
    box-shadow: 0 0 9px 0 rgb(50 50 50 / 18%);
    border-radius: 5px;
}
.ebrg-search-box h3{
	font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}
.ebrg-search-box h3 a{
	color: #000;
}
.ebrg-search-box h3 a:hover, .ebrg-search-url:hover{
	color:#062da6!important;
}
.ebrg-search-url, .ebrg-search-box p{
	font-size: 14px;
    line-height: 22px;
    margin: 5px 0 0 0;
}
.ebrg-pagination .nav-links{
	display: table;
    width: 100%;
    margin-top: 35px;
}
.ebrg-pagination .nav-links .nav-previous{
	display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: left;
}
.ebrg-pagination .nav-links .nav-next{
	display: table-cell;
    vertical-align: middle;
    width: 50%;
    text-align: right;
}
.nav-previous a, .nav-next a{
	background: linear-gradient(90deg, #8cffed, #009cff);
    color: white;
    font-size: 14px;
    line-height: 24px;
    font-weight:700;
    border-radius: 4px;
    padding: 10px 20px;
}
.nav-previous a:hover, .nav-next a:hover{
    color: white !important;
    background: linear-gradient(90deg, #009cff, #8cffed);
}
.ebrg-no-search-found{
	background: #ffffff;
    padding: 25px;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 32%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 32%);
    margin: 0px 0px 35px;
    width: 100%;
    max-width: 550px;
}
.ebrg-no-search-found .center{
	font-size: 20px;
    line-height: 30px;
    margin-bottom: 35px;
    font-weight: 700;
}
.ebrg-no-search-found  .search-field{
	display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ebrg-no-search-found .search-submit{
    display: block;
    width: 100%;
    color: white;
    background-color: #062da6;
    padding: 8px 10px;
    border-radius: 4px;
    text-align: center;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 20px;
    border: 0px;
	cursor:pointer;
}
.search-form label{
	width:100%;
}
