  @import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
  html {
    scroll-behavior: smooth;
  }

.body {
    font-family: 'Jost', sans-serif;
    margin: 0;
    padding: auto;
}

a,
span,
div,
p,
label,
input,
select,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
button,
div {
  font-family: 'Jost', sans-serif;
}

.container{
  max-width: 1440px !important;
  width: 100%;
}

#header,hr{display: none;}
header {
  position: absolute;
  top: 0;
  z-index: 999;
  width: 100%;
  padding: 20px 0 20px;
  border-bottom: 1px solid #1E5192;
}

header .site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .site-header .site-menu ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

header .site-header .site-menu ul li.menu-item {
  list-style: none;
  margin-left: 70px;
}

header .site-header .site-menu ul li.menu-item a {
  font-size: 20px;
  text-decoration: none;
  color: #fff;
  font-weight: 400;
  transition: 0.2s;
}

header .site-header .site-menu ul li.menu-item a:hover {
  color: #f48232;
}

header .site-header .site-menu ul li.menu-item a.links.button {
  font-size: 16px;
  background: #F5821F;
  padding: 8px 30px;
  border-radius: 50px;
  border: 2px solid #f58332;
  cursor: pointer;
}

header .site-header .site-menu ul li.menu-item a.links.button:hover {
  background: #0f1826;
  color: #fff;
}


/* .site-banner .owl-item {
  overflow: hidden;
}

.site-banner .owl-item .item {
  transition: 0.5s;
  transform: scale(1.5);
}

.site-banner .owl-item.active .item {
  transform: scale(1);
} */

.site-banner .banner-contant {
  position: absolute;
  top: 250px;
  z-index: 9;
}

.site-banner {
  position: relative;
}

.site-banner .banner-contant h2 {
  color: #fff;
  font-size: 42px;
  text-transform: capitalize;
  margin: 0 0 30px;
}

.site-banner .banner-contant ul {
  padding: 0;
  margin: 0;
}

.site-banner .banner-contant ul li {
  list-style: none;
  color: #FFF;
  margin: 0 0 10px;
  font-size: 21px;
}

.site-banner .banner-contant ul li span.icon img {
  width: auto;
}

.site-banner .banner-contant ul li {
  display: flex;
  align-items: center;
}

.site-banner .banner-contant ul li span.icon {
  margin-right: 15px;
}

button.hire-button-banner {
  background: #00284D;
  border: 2px solid #F5821F;
  padding: 10px 60px;
  margin: 30px 0 0;
  font-size: 22px;
  border-radius: 70px;
  color: #fff;
  font-weight: 500;
  transition: 0.2s;
}

button.hire-button-banner:hover {
  background: #F5821F;
  transform: scale(0.9);
}

.site-banner .banner-contant p {
  margin: 0 0 20px;
  color: #fff;
  font-size: 20px;
  line-height: 39px;
  border-left: 3px solid #fff;
  padding-left: 15px;
}

.site-banner .owl-dots {
  position: absolute;
  top: 41%;
  left: 70px;
  display: flex;
  flex-direction: column;
}

.site-banner .owl-dots button.owl-dot span {
  width: 20px;
  height: 20px;
  background: #37598D;
}

.site-banner .owl-dots button.owl-dot.active span {
  background: #f58332;
}

.site-banner .owl-dots button.owl-dot {
  margin: 0 0 5px;
}

.site-banner .owl-nav {
  position: absolute;
  bottom: 18%;
  z-index: 99;
  left: 70px;
  margin: 0;
  display: flex;
  align-items: center;
}

.site-banner .owl-nav button {
  background: #3A68A9 !important;
  width: 55px;
  height: 55px;
  border-radius: 100px !important;
  color: #a2c0e4!important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  border: 2px solid #5683c2 !important;
}

.site-banner .owl-nav button span {
  font-size: 36px;
  display: block;
}

section.Enhancing_Business {
  margin: 70px 0;
  text-align: center;
}

section.Enhancing_Business .enhance_contant h2.title {
  font-size: 42px;
  font-weight: 600;
  text-shadow: -1px 0px #f58332;
  color: #032D60;
}

section.Enhancing_Business .enhance_contant p.para {
  font-size: 18px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main {
  margin: 50px 0 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner {
  width: 50%;
  padding: 20px 20px 20px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner div#value {
  font-size: 82px;
  font-weight: 600;
  color: #F5821F;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner h4 {
  font-size: 36px;
  font-weight: 600;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner p {
  font-size: 22px;
  color: #666666;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.one {
  border-right: 1px solid #BFBFBF;
  border-bottom: 1px solid #BFBFBF;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.two {
  border-bottom: 1px solid #BFBFBF;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner.three {
  border-right: 1px solid #BFBFBF;
}

section.Java_In_the_News {
  background: #032D60;
  padding: 50px 0;
  text-align: center;
}

section.Java_In_the_News .in_the_news_contant h2 {
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

section.Java_In_the_News .in_the_news_contant p {
  color: #E7E7E7;
  font-size: 20px;
}

.java_in_the_newss {
  margin: 50px 0 0;
}

section.Java_In_the_News .img img {
  width: 100%;
  height: 80px;
  object-fit: contain;
  margin: 0 10px 0;
}

section.Java_In_the_News .owl-dots {
  text-align: center;
  margin: 50px 0 -20px;
}

section.Java_In_the_News .owl-dots button.owl-dot span {
  width: 20px;
  display: block;
  height: 20px;
  background: #37598D;
  border-radius: 50px;
}

section.Java_In_the_News .owl-dots button.owl-dot {
  margin: 0 5px 0;
}

section.Java_In_the_News .owl-dots button.owl-dot.active span {
  background: #F5821F;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number {
  display: flex;
  justify-content: center;
  align-items: center;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number span {
  font-size: 82px;
  font-weight: 600;
  color: #F5821F;
  position: relative;
  top: -6px;
}

section.Why_JavaSquares {
  padding: 80px 0;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant {
  text-align: center;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant h2.title {
  font-size: 42px;
  font-weight: 600;
  color: #032D60;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant p {
  font-size: 20px;
  line-height: 35px;
  color: #032D60;
}


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

section.Why_JavaSquares .why_javasquares_boxes .java_box {
  text-align: center;
  background: #FBFBFB;
  box-shadow: 0 0 10px #ccc;
  padding: 20px;
  border-radius: 10px;
  margin: 0 0 20px;
  width: 19%;
  border-bottom: 3px solid #F5821F;
  overflow: hidden;
  position: relative;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span {
  display: block;
  position: relative;
  z-index: 99;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.icon {
  margin: 0 0 15px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.icon img {
  width: 100px;
  height: 130px;
  object-fit: contain;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.name {
  color: #032D60;
  font-size: 22px;
  font-weight: 600;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box::before {
  content: '';
  background: #ffeee2;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  transition: 0.5s;
  bottom: -310px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box:hover::before {
  bottom: 0;
}


section.Why_JavaSquares {
  position: relative;
}

section.Why_JavaSquares::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../images/background-left.png);
  width: 70%;
  height: 70%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

section.Why_JavaSquares::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/background-right.png);
  width: 31%;
  height: 36%;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

section.Gain_More {
  margin: 0 0 80px;
  text-align: center;
  background-image: url(../images/gain_more_background.jpg);
  padding: 60px 0;
  background-attachment: fixed;
}

section.Gain_More h2 {
  font-size: 42px;
  letter-spacing: 2px;
  color: #fff;
  font-weight: 600;
}

section.Gain_More p {
  color: #CBCBCB;
  font-size: 20px;
}

section.Gain_More button {
  background: #032D60;
  border: 2px solid #F5821F;
  padding: 13px 50px;
  font-size: 20px;
  border-radius: 70px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 30px 0 0;
  transition: 0.2s;
}

section.Gain_More button:hover {
  background: #f58332;
  border-color: #062d5e;
}

section.Scalable_Expert-led {
  margin: 0 0 80px;
}

section.Scalable_Expert-led .inner-col-contant h2 {
  font-size: 58px;
  color: #032D60;
  margin: 0 0 20px;
}

section.Scalable_Expert-led .inner-col-contant ul {
  padding: 0;
  margin: 30px 0 30px;
}

section.Scalable_Expert-led .inner-col-contant ul li {
  list-style: none;
  display: flex;
  align-items: center;
  margin: 0 0 10px;
  font-size: 20px;
  font-weight: 500;
}

section.Scalable_Expert-led .inner-col-contant ul li span.dote {
  width: 16px;
  height: 16px;
  background: #F5821F;
  border-radius: 50px;
  margin-right: 10px;
}

.clutch_Rating img {
  width: 75%;
  margin: 30px 0 0;
}

section.Scalable_Expert-led .inner-Form-Contant .heading {
  text-align: center;
  background: #032D60;
  padding: 15px 0 15px;
  margin: 0 0 10px;
}

section.Scalable_Expert-led .inner-Form-Contant {
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 10px;
  overflow: hidden;
}

section.Scalable_Expert-led .inner-Form-Contant .heading h2 {
  margin: 0;
  color: #fff;
  font-size: 26px;
}

section.Scalable_Expert-led .inner-Form-Contant .heading p {
  margin: 0;
  color: #fff;
}
section.Scalable_Expert-led .inner-Form-Contant form { padding: 30px 20px;}
section.Scalable_Expert-led .inner-Form-Contant form p{
 margin: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts {
  width: 49%;
  margin: 0 0 15px;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts label {
  display: block;
  margin: 0 0 3px;
  font-size: 18px;
}
section.Scalable_Expert-led .inner-Form-Contant form br{display: none;}
section.Scalable_Expert-led .inner-Form-Contant form span.inpts input {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts select {
  width: 100%;
  height: 50px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
}

section.Scalable_Expert-led .inner-Form-Contant form 
span.inpts.mini_select {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts.mini_select label {
  width: 100%;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts.mini_select select {
  width: 25%;
  padding: 0 3px;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts.mini_select input {
  width: 100%;
  border-radius: 0 5px 5px 0;
}
section.Scalable_Expert-led .inner-Form-Contant form span.inpts.mini_select .wpcf7-form-control-wrap{width: 100%}
section.Scalable_Expert-led .inner-Form-Contant form span.inpts.full {
  width: 100%;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts.full textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  overflow: auto;
  max-height: 110px;
}

section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 22px;
  background: #032D60;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.3s;
}
section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-spinner{display: none}
section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner:hover {
  background: #f58332;
}

section.Scalable_Expert-led .inner-col-contant {
  background-image: url(../images/scalable_background.png);
  background-position: -70px 80%;
  background-repeat: no-repeat;
  background-size: contain;
}

section.Services_we_offer {
  background: #F3F3F3;
  padding: 80px 0;
}

section.Services_we_offer .heading {
  text-align: center;
  margin: 0 0 40px;
}

section.Services_we_offer .data-box-main {
  background: #fff;
  box-shadow: 0px 5px 10px #ccc;
  border-radius: 70px;
  overflow: hidden;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 0 0 auto;
}

section.Services_we_offer {
  position: relative;
}

/* section.Services_we_offer::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 90%;
  background-image: url(../images/Services_we_offer/before_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
} */

section.Services_we_offer {
  background-image: url(../images/Services_we_offer/before_img.png);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 0;
}

section.Services_we_offer::after {
  content: '';
  position: absolute;
  width: 40%;
  height: 60%;
  background-image: url(../images/Services_we_offer/after_img.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  top: 0;
  right: 0;
}

/* section.Services_we_offer{
  background-image: url(../images/Services_we_offer/after_img.png);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: 0 right;

} */

section.Services_we_offer .data-box-main {
  z-index: 9;
  position: relative;
}

section.Services_we_offer .data-box-main .data_box_inner {
  width: 25%;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 40px 0;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}

section.Services_we_offer .data-box-main .data_box_inner.no_border {
  border-bottom: 0;
}
section.Services_we_offer .data-box-main .data_box_inner.no_border_right {
  border-right: 0;
}

section.Services_we_offer .data-box-main .data_box_inner:hover::before {bottom: 0;}

section.Services_we_offer .data-box-main .data_box_inner::before {
  content: '';
  position: absolute;
  background: #fb8238;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -500px;
  transition: 0.5s;
  z-index: 0;
}

section.Services_we_offer .data-box-main .data_box_inner span.icon {
  display: block;
  position: relative;
  z-index: 9;
}

section.Services_we_offer .data-box-main .data_box_inner span.text {
  display: block;
  z-index: 9;
  position: relative;
  font-size: 22px;
  font-weight: 500;
  color: #032D60;
  transition: 0.5s;
  margin: 15px 0 0;
}

section.Services_we_offer .data-box-main .data_box_inner:hover span.text {
  color: #fff;
}

section.Services_we_offer .data-box-main .data_box_inner span.icon img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

section.Services_we_offer .heading h2 {
  font-size: 42px;
  color: #032D60;
  font-weight: 600;
}

section.Services_we_offer .heading p {
  font-size: 20px;
}

section.Services_we_offer.our_services .data-box-main {
  margin: 0 0 0 0;
}

section.Services_we_offer.our_services {
  background-image: url(../images/Services_we_offer/before_img-2.png);
  background-repeat: no-repeat;
  background-size: 22%;
  background-position: right 0;
}

section.Services_we_offer.our_services::after {
  display: none;
}

section.Services_we_offer.our_services .data-box-main .data_box_inner {
  width: 33.33%;
}

section.Whats_New_in_Java {
  padding: 80px 0 30px;
  text-align: center;
  background-image: url(../images/whats_new_in_java/before.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: top;
}

section.Whats_New_in_Java .heading h2 {
  font-size: 42px;
  color: #032D60;
  font-weight: 600;
}

section.Whats_New_in_Java .heading p {
  font-size: 20px;
  color: #032D60;
}


section.Whats_New_in_Java .heading {
  margin: 0 0 40px;
}

section.Whats_New_in_Java .inner_content {
  box-shadow: 0px 5px 20px 10px #E8E7E7;
  background: #fff;
  padding: 40px;
  margin-bottom: 80px;
  width: 85%;
}

section.Whats_New_in_Java .inner-why-new-contant.right .inner_content {
  margin-left: auto;
}

section.Whats_New_in_Java .inner-whats-new-contant {
  position: relative;
}

section.Whats_New_in_Java .inner-whats-new-contant::before {
  content: '';
  width: 85%;
  height: 100%;
  position: absolute;
  left: 40px;
  border: 1px solid #D7DADC;
  top: 40px;
  z-index: -1;
}

section.Whats_New_in_Java .inner-whats-new-contant.right::before {
  left: -40px;
}

section.Whats_New_in_Java .inner_content h3 {
  font-weight: 600;
  color: #3C4858;
  margin: 0 0 20px;
}

section.Whats_New_in_Java .inner_content img {
  width: 100%;
  height: 400px;
  object-fit: contain;
}

section.Services_we_offer.our_services {
  padding: 0px 0 150px;
}

section.Starting_your_New_Software_Project {
  padding: 50px 0 50px;
  background: linear-gradient(0deg, #001227, #032d60);
}

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

section.Starting_your_New_Software_Project .new_project_main .text {
  width: 60%;
}

section.Starting_your_New_Software_Project .new_project_main .project_button {
  width: 40%;
  text-align: right;
}

section.Starting_your_New_Software_Project .new_project_main .text h3 {
  margin: 0 0 10px;
  color: #fff;
  font-size: 42px;
  font-weight: 600;
}

section.Starting_your_New_Software_Project .new_project_main .text p {
  margin: 0;
  color: #fff;
  font-size: 22px;
}

section.Starting_your_New_Software_Project .new_project_main .project_button button {
  border: 2px solid #F5821F;
  background: #032D60;
  padding: 12px 60px;
  font-size: 30px;
  letter-spacing: 1px;
  border-radius: 70px;
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

section.Starting_your_New_Software_Project .new_project_main .project_button button:hover {
  transform: scale(0.9);
}

section.We_Provide_Solutions {
  margin: 80px 0 0;
}

section.We_Provide_Solutions .we-col-contant h5 {
  font-size: 22px;
  color: #F5821F;
  letter-spacing: 1px;
}

section.We_Provide_Solutions .we-col-contant h2 {
  font-size: 42px;
  line-height: 58px;
  letter-spacing: 2px;
  font-weight: 600;
  color: #032D60;
  margin: 0 0 25px;
}

section.We_Provide_Solutions .we-col-contant p {
  font-size: 22px;
  color: #959595;
  letter-spacing: 1px;
  margin: 0;
}

section.We_Provide_Solutions .we-col-contant button {
  background: #032D60;
  transition: 0.5s;
  color: #fff;
  letter-spacing: 1px;
  font-size: 26px;
  border-radius: 50px;
  padding: 10px 50px;
  margin: 30px 0 0;
}

section.We_Provide_Solutions .we-col-contant button:hover {
  transform: scale(0.9);
  box-shadow: 0 5px 10px #838383;
}

section.We_Provide_Solutions .col-contantr-main {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.We_Provide_Solutions .col-contantr-main .box {
  width: 45%;
  margin: 0 0 40px;
}

section.We_Provide_Solutions .col-contantr-main .box h3 {
  margin: 30px 0;
  font-size: 24px;
  color: #343C55;
}

section.We_Provide_Solutions .col-contantr-main .box p {
  font-size: 18px;
  color: #959595;
  line-height: 32px;
}

section.We_are_Dedicated {
  background: #032D60;
  padding: 80px 0;
}

section.We_are_Dedicated .We_are_inner_contant {
  margin: -320px 0 0;
}

section.We_are_Dedicated .We_are_inner_contant img {
  width: 95%;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content {
  display: flex;
  align-items: center;
  margin: 30px 0 10px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers {background: #3D70AE;padding: 10px 20px 10px;border-radius: 10px;margin-right: 30px;}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers h3 {
  margin: 0;
  font-size: 62px;
  color: #fff;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers p {
  margin: 0;
  font-size: 26px;
  color: #fff;
  letter-spacing: 3px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start p {
  margin: 0 0 10px;
  font-size: 26px;
  color: #fff;
  letter-spacing: 1px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start button {
  padding: 10px 30px;
  font-size: 20px;
  border-radius: 50px;
  border: 0;
  background: #3D70AE;
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  transition: 0.5s;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start button:hover {
  transform: scale(0.9);
}

section.We_are_Dedicated .we_are_accordian h5 {
  font-size: 22px;
  color: #F5821F;
  letter-spacing: 2px;
}

section.We_are_Dedicated .we_are_accordian h2 {
  font-size: 42px;
  color: #fff;
  margin: 0 0 30px;
  line-height: 58px;
  letter-spacing: 2px;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item {
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item h2 {
  margin: 0;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item button.accordion-button {
  padding: 0 14px;
  font-size: 20px;
  background: transparent;
  color: #000;
  font-weight: 500;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-collapse .accordion-body {
  padding-top: 10px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 28px;
}

section.We_are_Dedicated .we_are_accordian a.View_more {
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  border: 1px solid red;
}


section.We_are_Dedicated .we_are_accordian h5 {
  font-size: 22px;
  color: #F5821F;
  letter-spacing: 2px;
}

section.We_are_Dedicated .we_are_accordian h2 {
  font-size: 42px;
  color: #fff;
  margin: 0 0 30px;
  line-height: 58px;
  letter-spacing: 2px;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item {
  margin: 0 0 30px;
  border-radius: 10px;
  overflow: hidden;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item h2 {
  margin: 0;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item button.accordion-button {
  padding: 0 14px;
  font-size: 20px;
  background: transparent;
  color: #000;
  font-weight: 500;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-collapse .accordion-body {
  padding-top: 10px;
  font-size: 16px;
  color: #666666;
  letter-spacing: 1px;
  line-height: 28px;
}

section.We_are_Dedicated .we_are_accordian a.View_more {
  color: #F5821F;
  text-decoration: none;
  border: 2px solid #F5821F;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 50px;
  background: #fff;
  font-size: 24px;
  transition: 0.5s;
}

section.We_are_Dedicated .we_are_accordian a.View_more:hover {
  transform: scale(0.9);
}

section.We_are_Dedicated {
  position: relative;
}

section.We_are_Dedicated::after {
  content: '';
  width: 130px;
  height: 140px;
  background: #024A80;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 200px 0 0;
}

section.We_are_Dedicated::before {
  content: '';
  width: 240px;
  height: 240px;
  background: #024A80;
  position: absolute;
  border-radius: 0px 0px 0 220px;
  right: 0;
  top: 0;
}

section.TESTIMONIAL {
  padding: 80px 0;
  background-image: url(../images/testimonial_background.png);
  background-size: 100%;
  background-repeat: no-repeat;
  margin: 50px 0;
}

section.TESTIMONIAL .inner-contant-testimonial h5 {
  font-size: 22px;
  color: #F5821F;
  letter-spacing: 2px;
}

section.TESTIMONIAL .inner-contant-testimonial  h2 {
  font-size: 42px;
  color: #032D60;
  margin: 10px 0 30px;
  line-height: 58px;
  letter-spacing: 2px;
  font-weight: 600;
}

section.TESTIMONIAL .inner-contant-testimonial p {
  font-size: 24px;
  color: #959595;
  letter-spacing: 1px;
  margin: 0;
}

.testmonial_slider .inner_slider_contant {
  background: #fff;
  padding: 40px 30px 30px;
  border-radius: 10px;
  box-shadow: 0 0 10px #DADADA;
  margin: 15px;
}

.testmonial_slider .inner_slider_contant .msg {
  font-size: 22px;
  line-height: 38px;
  margin: 0 0 80px;
  color: #5E6371;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.img {
  width: 70px;
  height: 70px;
  border-radius: 80px;
  overflow: hidden;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.img img {
  width: 100%;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name {
  width: 55%;
  font-size: 24px;
  color: #343C55;
  font-weight: 500;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name span.position_name {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #868B9B;
}

.testmonial_slider .owl-nav button {
  position: absolute;
  top: 45%;
  background: #fff !important;
  width: 50px;
  height: 50px;
  z-index: 999;
  border-radius: 50px;
  font-size: 40px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #032D60 !important;
  transition: 0.3s;
}

.testmonial_slider .owl-nav button span {
  line-height: unset !important;
  position: relative;
  top: -3px;
}

.testmonial_slider .owl-nav button:hover {
  background: #062d5e !important;
  color: #fff !important;
}

.testmonial_slider .owl-nav button.owl-next {
  right: -50px !important;
}

.testmonial_slider .owl-nav button.owl-prev {
  left: -50px;
}

.bottom_info_inner_back {
  background: #032D60;
  padding: 20px 50px;
  border-radius: 15px;
  margin: -130px 0 80px;
}

.bottom_info_inner_back .bottom_info {
  display: flex;
  align-items: center;
}

.bottom_info_inner_back .bottom_info span.number_info {
  color: #fff;
  letter-spacing: 1px;
  font-size: 70px;
  font-weight: 600;
  margin-right: 15px;
}

.bottom_info_inner_back .bottom_info span.info {
  color: #fff;
  letter-spacing: 1px;
  font-size: 22px;
}

.bottom_info_inner_back .col-md-4.text-center .bottom_info {
  justify-content: center;
}

.bottom_info_inner_back .col-md-4.text-right .bottom_info {
  justify-content: end;
}










#buttonback {
  display: inline-block;
  background-color: #FF9800;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s, ;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  border-radius: 50px;
  font-size: 10px;
  text-decoration: none;
}

#buttonback::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 60px;
  color: #fff;
}
#buttonback:hover {
  cursor: pointer;
  background-color: #333;
}
#buttonback:active {
  background-color: #555;
}
#buttonback.show {
  opacity: 1;
  visibility: visible;
}

section.top_chatbot_social .connect_social {
  position: fixed;
  left: 20px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
}

section.top_chatbot_social .connect_social a {
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  margin: 15px 0 0px;
  text-decoration: none;
  font-size: 32px;
  color: #fff;
  animation: coccoc-alo-circle-img-anim 1.5s infinite ease-in-out;
  cursor: pointer;
}

section.top_chatbot_social .connect_social a.whatsapp {
  background: #2AA81A;
}

section.top_chatbot_social .connect_social a.skype {
  background: #03A9F4;
}

section.top_chatbot_social .connect_social a.phone_call {
  background: #f48120;
}

section.top_chatbot_social {
  transition: 0.5s;
  visibility: hidden;
  opacity: 0;
}

section.top_chatbot_social.show {
  visibility: visible;
  opacity: 1;
}


.footer_winning .certified_panel ul li {
  float: left;
  width: 33%
}

.footer_winning .certified_panel ul li a {
  margin: 0 8px 0 0
}

.contact_detail_address.col-md-7 {
  display: inline-block;
  border-right: 1px solid #47484a
}

.contact_detail_address ul li,.new-ofc .ofc-content li {
  color: #fff;
  font-size: 14px
}

.contact_detail_address ul li strong {
  display: inline-block;
  color: #f5821f;
  font-weight: 700;
  margin: 0 5px 0 0;
  text-transform: uppercase
}

.contact_detail_address ul li span.phone-no {
  display: inline-block;
  float: none;
  margin: 0;
  font-weight: 700;
  width: auto;
  color: #f5821f
}

.contact_detail_address ul li span.phone-no a,.new-ofc .ofc-content li span.phone-no a {
  width: 100%;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  color: #f5821f
}

.new-ofc.col-md-5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  padding-right: 0;
  -webkit-justify-content: space-between;
  justify-content: space-between
}

.new-ofc figure {
  width: 43%;
  margin: 0 20px 0 0
}

.new-ofc .ofc-content {
  width: 52%
}

.new-ofc .ofc-content li .ofc-address {
  width: 100%;
  display: block;
  float: left;
  color: #f5821f;
  font-weight: 700;
  margin: 0 0 15px;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 29px
}

.new-ofc .ofc-content li span.phone-no {
  display: block;
  float: none;
  margin: 0;
  font-weight: 700;
  width: auto;
  color: #f5821f
}


section.site_footer {
  background: linear-gradient(0deg, #001227, #032d60);
  padding: 80px 0 80px;
}

.footer1 li {
  list-style: none;
  width: 100%;
  float: left
}

.footer1 li span {
  margin: 0 0 0 45px;
  width: 100px;
  float: left
}

.footer1 li a {
  color: #ccc;
  list-style: none;
  text-decoration: none;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase
}

.footer_winning ul {
  margin-top: 6px;
  justify-content: center;
  flex-wrap: wrap;
  text-align: right
}

.footer_winning ul li {
  display: inline-block;
  width: auto;
  float: none;
  text-align: center
}

.footer_winning ul li a {
  width: auto;
  float: none;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  padding: 0;
  font-size: 27px
}

.footer_winning li span {
  margin: 0 30px
}

.footer_winning p,.footer_winning p a {
  font-size: 12px!important;
  line-height: 18px;
  margin: 0;
  color: #ccc
}

.follow-us-icon li .twitter-new svg {
  vertical-align: middle;
  margin: 0 0 5px
}

.follow-us-icon li .twiiter-lp-new:hover svg path,.follow-us-icon li .twitter-new:hover svg path {
  fill: #f48120
}

.follow-us-icon li .twiiter-lp-new img {
  vertical-align: middle;
  padding: 0 0 8px
}

.follow-us-icon li .twiiter-lp-new svg {
  vertical-align: middle;
  margin: 0 0 4px
}

.footer_winning p {
  text-align: left;
  width: 100%;
  float: left
}

.footer_winning p a {
  font-weight: 700
}

.footer-panel {
  width: 100%;
  float: left;
  background: #000;
  color: #fff;
  padding: 30px 0;
  z-index: 0;
  position: relative
}

section.site_footer img {
  width: 100%;
}

.contact_detail_address.col-md-7 ul {
  padding: 0;
}

.contact_detail_address.col-md-7 ul li {
  list-style: none;
  margin: 0 0 7px;
}

section.site_footer a {
  text-decoration: none;
}

section.site_footer li {
  list-style: none;
}

section.site_footer ul {
  padding: 0;
  margin: 0;
}

section.site_footer .site_footer1 {
  border-bottom: 1px solid;
  margin: 0 0 40px;
  padding: 0 0 40px;
}

section.site_footer .site_footer2 .row.footer_winning {
  align-items: center;
}

section.site_footer .site_footer2 .row.footer_winning li.widget-container.widget_nav_menu {
  width: 100%;
}

section.site_footer .site_footer2 .row.footer_winning li.widget-container.widget_nav_menu li a {
  color: #cccccc;
}

section.site_footer .site_footer2 .row.footer_winning li.widget-container.widget_nav_menu li a:hover {
  color: #f48232;
}

header:hover {
  background: #fff !important;
  border-color: #fff;
  box-shadow: 0 2px 10px #ccc;
}

header {
  transition: 0.5s;
}

header:hover .site-menu ul li.menu-item a.links {
  color: #000;
}

header:hover .site-menu ul li.menu-item a.links:hover {
  color: #f58332;
}

header:hover .site-menu ul li.menu-item a.links.button {
  color: #fff;
}

header:hover img.logo1 {
  display: none;
}

img.logo2 {
  display: none;
}

header:hover img.logo2 {
  display: block;
}

header.sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #04244a;
  padding: 5px 0;
}

.site-banner .owl-nav button:hover {
  background: #f58332 !important;
  color: #fff !important;
}

.site-banner .owl-nav button {
  transition: 0.3s;
}


header .site-header .site-menu ul .main_sub_menu_para {
  top: 107px;
  position: absolute;
  left: 0;
  width: 100%;
  padding: 38px 0 0px;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  border-bottom: 1px solid #ddd;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner {
    background: #fff;
    padding: 30px 0 30px;
    border-top: 1px solid #ddd;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .img img {
  width: 80%;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul {
    display: block;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul li.heding {
    list-style: none;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 20px;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul li.menu-item {
    margin: 0 0 10px;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul li.menu-item a.links {
    color: #000;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul li.menu-item a.links:hover {
    color: #f58332;
}


header .site-header .site-menu ul li.menu-item.mega_menu:hover .main_sub_menu_para {
  opacity: 1;
  visibility: visible;
  top: 67px;
}

header .site-header .site-menu ul li.menu-item a.links {
  display: block;
  width: 100%;
  height: auto;
}

header.sticky .site-menu ul li.menu-item.mega_menu:hover .main_sub_menu_para {
  top: 52px !important;
  padding: 23px 0 0;
}

header.sticky .site-menu ul li.menu-item.mega_menu .main_sub_menu_para {
  top: 70px !important;
  padding: 23px 0 0;
}

header .site-header .site-menu ul li.menu-item.mega_menu:hover .main_sub_menu_para {
  top: 67px;
}

.fadein {
  opacity: 0;
  transition: all 0.5s;
  transform: translate(0, 100px);
}

.fadein.visible {
  opacity: 1;
  transform: translate(0, 0);
}

.toggle_icon {
  display: none;
}

section.sections_popup .popup_inner {
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 10px;
/*  width: 50%;*/
  margin: auto;
}

span.close {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  border: 2px solid #ddd;
  font-size: 32px;
  font-weight: 400;
  cursor: pointer;
}

span.close1 {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  border: 2px solid #ddd;
  font-size: 32px;
  font-weight: 400;
  cursor: pointer;
}

span.close2 {
  position: absolute;
  right: -10px;
  top: -20px;
  background: #ffffff;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #9d9d9d;
  border: 2px solid #ddd;
  font-size: 32px;
  font-weight: 400;
  cursor: pointer;
}

/*section.sections_popup .popup_inner {
  position: fixed;
  top: 70%;
  z-index: 99999;
  left: 28%;
  box-shadow: 0 10px 10px 1410px #0000004f;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}*/

section.sections_popup .hire_now_popup.show .popup_inner {
  opacity: 1;
  visibility: visible;
  top: 20%;
}

section.sections_popup .popup_inner .heading {
  text-align: center;
  padding: 15px 0 15px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 0px;
  color: #032D60;
  font-weight: 600;
}
section.sections_popup .popup_inner form{padding: 30px 20px;}
section.sections_popup .popup_inner form p{
  
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.sections_popup .popup_inner form span.inpts {
  width: 49%;
  margin: 0 0 15px;
}

section.sections_popup .popup_inner form span.inpts.mini_select {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
section.sections_popup .popup_inner form span.inpts.mini_select .wpcf7-form-control-wrap{width: 100%}
section.sections_popup .popup_inner form  span.inpts.full {
  width: 100%;
}

section.sections_popup .popup_inner form .captcha_and_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}

section.sections_popup .popup_inner form span.inpts label {
  display: block;
  margin: 0 0 3px;
  font-size: 18px;
  width: 100%;
}

section.sections_popup .popup_inner form span.inpts input {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #F1F1F1;
  border-color: #D1D1D1;
}

section.sections_popup .popup_inner form span.inpts.date_time input {
  width: 49%;
}


section.sections_popup .popup_inner form span.inpts.mini_select select {
  width: 25%;
  padding: 0 3px;
  border-right: 0;
  border-radius: 5px 0px 0px 5px;
}

section.sections_popup .popup_inner form span.inpts select {
  width: 100%;
  height: 45px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #F1F1F1;
}

section.sections_popup .popup_inner form span.inpts.mini_select input {
  width:100%;
  border-radius: 0 5px 5px 0;
}
section.sections_popup .popup_inner form .wpcf7-spinner{display: none}
section.sections_popup .popup_inner form span.inpts.full textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  outline: none;
  background: #F1F1F1;
  border-color: #D1D1D1;
  max-height: 110px;
  overflow: auto;
}

section.sections_popup .popup_inner form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 22px;
  background: #032D60;
  color: #fff;
  font-weight: 500;
  border: 0;
  padding: 15px 40px;
  border-radius: 50px;
  transition: 0.3s;
}

section.sections_popup .popup_inner form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner:hover {transform: scale(0.9);background: #f58332;}


.Schedule_a_Call.show .popup_inner {
  opacity: 1;
  visibility: visible;
  top: 20%;
}

.Get_a_Free_Quote.show .popup_inner {
  opacity: 1;
  visibility: visible;
  top: 20%;
}

section.sections_popup .popup_inner form span.inpts.mini_select.full select {
  width: 10%;
}

section.sections_popup .popup_inner form span.inpts.mini_select.full input {
  width: 90%;
}

.site-menu.mobile {
  display: none;
}


.owl-carousel .owl-item .item img.banner_Mobile {
  display: none;
}

.main-coming-soon .logo {
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  padding: 15px 0;
  margin: 0 0 20px;
}

.coming_soon_img img {
  width: 60%;
}

.main-coming-soon .back_to_home {
  text-align: center;
  margin: 0 0 80px;
}

.main-coming-soon .back_to_home a {
  text-decoration: none;
  color: #fff;
  background: #01284b;
  padding: 15px 60px;
  display: inline-block;
  font-size: 22px;
  border-radius: 5px;
  transition: 0.3s;
  font-weight: 500;
}

.main-coming-soon .back_to_home a:hover {
  background: #F5821F;
  box-shadow: 0 8px 10px #ccc;
}
.main-coming-soon  .thank-you-img{
  padding: 160px 0 40px;
}
.main-coming-soon  .thank-you-img .thank-you-page{
  font-size: 50px;
      color: #032D60;
    font-weight: 600;
    line-height: 60px;
}
.main-coming-soon  .thank-you-img .thankyou-content{
  font-size: 22px;
  line-height: 25px;
}
.Footer_last_copyright {
  text-align: center;
  background: #02284a;
  padding: 15px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
}

.Footer_last_copyright p {
  margin: 0;
  color: #fff;
  font-size: 20px;
}

.inner_banner img {
  width: 100%;
}


.inner_banner_contant {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 70px;
  padding: 30px 0;
}

.inner_banner {
  position: relative;
}

.inner_banner_contant .row {
  align-items: center;
}

.inner_banner_contant .inner_img img {
  width: auto;
}

.inner_banner_contant .inner_content h2 {
  font-size: 52px;
  color: #fff;
}

.inner_banner_contant .inner_content p {
  font-size: 24px;
  color: #fff;
  position: relative;
  margin: 20px 0 20px 0px;
  padding-left: 25px;
}

.inner_banner_contant .inner_content p::before {
  content: '';
  width: 4px;
  height: 85%;
  background: #fff;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: 9px;
}

.bradcumbs {
  border-bottom: 1px solid #DEDEDE;
  padding: 15px 0;
  margin: 0 0 30px;
}

.bradcumbs nav.bradcumbs_main ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.bradcumbs nav.bradcumbs_main ul li {
  list-style: none;
  font-size: 20px;
  font-weight: 500;
  color: #ED6C2D;
}

.bradcumbs nav.bradcumbs_main ul i.fa {
  margin: 0 15px 0;
  font-size: 22px;
  color: #B5B5B5;
}

.bradcumbs nav.bradcumbs_main ul li a {
  text-decoration: none;
  color: #B5B5B5;
  transition: 0.2s;
}

.bradcumbs nav.bradcumbs_main ul li a:hover {
  color: #ED6C2D;
}

section.Company_Infrastructure .bulding_img img {
  width: 100%;
}

section.Company_Infrastructure .row {
  align-items: center;
}

section.Company_Infrastructure .Infrastructure_content img {
  margin: 0 0 20px;
}

section.Company_Infrastructure .Infrastructure_content h2 {
  margin: 0 0 10px;
}

section.Company_Infrastructure .Infrastructure_content p {
  font-size: 18px;
  margin: 0 0 30px;
}

section.JavaSquares_Feature {
  background: linear-gradient(0deg, #001227, #032D60);
  margin: -2px 0 40px;
  padding: 40px 0 20px;
}

section.JavaSquares_Feature .inner_data_content h3 {
  color: #fff;
  font-size: 50px;
  margin: 0;
  font-weight: 600;
}

section.JavaSquares_Feature .inner_data_content p {
  color: #fff;
}

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

section.JavaSquares_Feature .javasquare_feature_box {
  background: #fff;
  border-radius: 20px 20px 0px 0px;
  overflow: hidden;
  margin: 10px 0 0;
}

section.JavaSquares_Feature .javasquare_feature_box h2.heading {
  text-align: center;
  padding: 30px 0;
  border-bottom: 1px solid #ccc;
  margin: 0 0 40px;
  font-size: 42px;
  color: #032D60;
  letter-spacing: 1px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs {
  padding: 0px 40px 20px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab {
  width: 100%;
  justify-content: space-between;
  margin: 0 0 60px !important;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab li.nav-item {
  width: 24%;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab li.nav-item button {
  width: 100%;
  padding: 15px;
  font-size: 22px;
  color: #545454;
  background: #CCCCCC;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab li.nav-item button.active {
  color: #fff;
  background: #f58332;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs div#pills-tabContent .tab-pane .tab_content_inner p {
  margin: 0;
  font-size: 26px;
  line-height: 42px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs div#pills-tabContent .tab-pane .tab_img_inner {
  text-align: right;
}
section.Java_Software_Development_Process{background: #fff}
section.Java_In_the_News.inner_pages {
  background: #f9f9f9;
  padding: 0 0 50px;
  margin: -20px 0 0;
}

section.Java_In_the_News.inner_pages .in_the_news_contant h2 {
  color: #032D60;
  margin: 0 0 10px;
}

section.Java_In_the_News.inner_pages .in_the_news_contant p {
  color: #777777;
}

section.Java_In_the_News.inner_pages .java_in_the_newss .owl-dots {
  display: none;
}

section.Java_In_the_News.inner_pages .java_in_the_newss {
  border-bottom: 1px solid #E3E3E3;
  padding: 0 0 30px;
}

.inner_banner img.banner_Mobile {
  display: none;
}


section.Partnership h2.heading {
  text-align: center;
  font-size: 42px;
  color: #032D60;
}

section.Partnership  p {
  text-align: center;
  font-size: 24px;
  color: #626262;
}

section.Partnership .partnership_img {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  margin: 40px 0 0px;
  gap: 15px;
}

section.Partnership .partnership_img .img {
  width: 13%;
  margin: 0 0 0px;
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  padding: 15px;
  border-radius: 5px;
}

section.Partnership .partnership_img .img img {
  width: 100%;
  height: 80px;
  object-fit: contain;
}

section.Partnership {
  margin: 50px 0 40px;
}

section.Partnership.Brands_Trust_Us {
  background: #fafafa;
  padding: 50px 0;
}


section.Our_blog_main {
  background: #F6F6F6;
  padding: 50px 0;
  margin: -30px 0 0;
}

section.Our_blog_main .top_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.Our_blog_main .top_category h2 {
  width: 100%;
  margin: 0 0 20px;
  color: #032D60;
}

section.Our_blog_main .top_category .category {
  width: 13.5%;
}

section.Our_blog_main .top_category .category .category_inner {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  padding: 0 0 3px;
  border-radius: 8px;
}

section.Our_blog_main .top_category .category .category_inner img {
  width: 100%;
}

section.Our_blog_main .top_category .category .category_inner h3 {
  margin: 0;
  font-size: 18px;
  padding: 10px 10px;
  color: #032D60;
  font-weight: 500;
}

section.Our_blog_main .latest_blog_main {
  background: #fff;
  margin: 40px 0 40px;
  padding: 20px 0 20px;
}

section.Our_blog_main .latest_blog_main .top_latest {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 40px 15px;
  margin: 0 0 20px;
  border-bottom: 1px solid #E0E0E0;
}

section.Our_blog_main .latest_blog_main .top_latest h2 {
  margin: 0;
  color: #032D60;
}

section.Our_blog_main .latest_blog_main .top_latest a {
  text-decoration: none;
  color: #032D60;
  font-size: 20px;
  transition: 0.2s;
}

section.Our_blog_main .latest_blog_main .top_latest a:hover {
  color: #f58332;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner {
  padding: 0 40px 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: self-start;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog {
  width: 75%;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar {
  width: 23%;
  border: 1px solid #dbdbdb;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box {
  border-bottom: 2px solid #ccc;
  margin: 0 0 30px;
  padding: 0 0 10px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box a {
  text-decoration: none;
  color: #000;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box img {
  width: 100%;
  margin: 0 0 10px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box .time {
  margin: 0 0 5px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box .name {
  font-size: 19px;
  font-weight: 500;
  margin: 0 0 10px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog .blog_box .blog_info p {
  color: #686868;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner h3 {
  margin: 10px 0 10px;
  padding: 5px 10px 10px;
  font-size: 18px;
  color: #032D60;
  border-bottom: 1px solid #ccc;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog {
  padding: 0 10px 0px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog .inner_resent_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 10px;
  background: #f6f6f6;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog .inner_resent_box img {
  width: 25%;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog .inner_resent_box .content {
  width: 73%;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog .inner_resent_box .content span.date {
  font-size: 12px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar .blog_side_bar_inner .box_Recent_Post_blog .inner_resent_box .content h4 {
  font-size: 12px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner nav.pagination-container {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner nav.pagination-container button {
  margin: 0 5px 0;
  border: 1px solid #ccc;
  padding: 10px 20px;
  background: #dedede;
  color: #4e4e4e;
  border-radius: 5px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner nav.pagination-container button.pagination-number.active {
  background: #f58332;
  color: #fff;
  border-color: #f58332;
  font-weight: 600;
}

.inner_banner_contant.blog_banner_inner {
  bottom: 0;
}

section.contact_top .inner_info {
  background: #fff;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 10px;
  padding: 15px;
}

section.contact_top .ofc_info.inner_info .contact_detail_address ul {
  padding: 0;
}

section.contact_top .ofc_info.inner_info .contact_detail_address ul li {
  list-style: none;
  color: #000;
  margin: 0 0 20px;
  font-weight: 500;
}

section.contact_top 
.new_bulding_info.inner_info .new-ofc {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.contact_top .new_bulding_info.inner_info .new-ofc figure {
  margin: 0;
  width: 56%;
}

section.contact_top .new_bulding_info.inner_info .new-ofc figure a {
  width: 100%;
  display: block;
}

section.contact_top .new_bulding_info.inner_info .new-ofc figure a img {
  width: 100%;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content {
  width: 42%;
  padding: 0;
}

section.contact_top {
  margin: 0 0 70px;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content li {
  list-style: none;
  color: #000;
  font-size: 16px;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content li a.ofc-address {
  font-weight: 500;
  font-size: 20px;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content li a.ofc-address {
  text-decoration: none;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content li span.phone-no {
  margin: 10px 0 15px;
  color: #000;
  font-weight: 500;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content li span.phone-no a {
  text-decoration: none;
  color: #000;
}

section.contact_top .ofc_info.inner_info .contact_detail_address ul li a {
  text-decoration: none;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content ul.follow-us-icon {
    padding: 0;
    display: flex;
    align-items: center;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content ul.follow-us-icon li {
    margin: 0 10px 0 0px;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content ul.follow-us-icon li a {
    background: #062449;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #ccc;
    border-radius: 5px;
    font-size: 25px;
    transition: 0.2s;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content ul.follow-us-icon li a svg {
    margin: 0;
}


section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content ul.follow-us-icon li a:hover {
    color: #f58332;
}

section.Talk_to_expert {margin: 0 0 70px;}

section.Talk_to_expert .heading {
    text-align: center;
    margin: 0 0 60px;
}

section.Talk_to_expert .heading h2 {
    font-size: 42px;
    color: #032D60;
    font-weight: 600;
}

section.Talk_to_expert .heading p {
    font-size: 18px;
    color: #555555;
}

section.Talk_to_expert .img_talk_to img {
    width: 90%;
}

section.Talk_to_expert .tal_to_form form p{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

section.Talk_to_expert .tal_to_form form span.inpts {
    width: 49%;
    margin: 0 0 15px;
}
section.Talk_to_expert .tal_to_form form span.inpts.mini_select{width: 100%}
section.Talk_to_expert .tal_to_form form span.inpts label {
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    margin: 0 0 3px;
}

section.Talk_to_expert .tal_to_form form span.inpts input {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
}

section.Talk_to_expert .tal_to_form form span.inpts select {
    width: 100%;
    height: 50px;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
}

section.Talk_to_expert .tal_to_form form span.inpts.full {
    width: 100%;
}

section.Talk_to_expert .tal_to_form form span.inpts textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 18px;
    height: 110px;
    overflow: auto;
}

section.Talk_to_expert .tal_to_form form span.inpts span.checkboxes {
    display: flex;
    align-items: center;
    margin: 10px 0 10px;
}

section.Talk_to_expert .tal_to_form form span.inpts span.checkboxes span.check_box_inner {
    width: 25%;
    margin-right: 0px;
    display: flex;
    align-items: center;
}

section.Talk_to_expert .tal_to_form form span.inpts span.checkboxes span.check_box_inner input {
    width: 25px;
    height: 25px;
    margin-right: 9px;
}
section.Talk_to_expert .tal_to_form{
  padding: 30px;
  box-shadow: 0 3px 6px rgba(0,0,0,16%);
  border-radius: 10px;
}
section.Talk_to_expert .tal_to_form form .captcha_and_submit input {
    padding: 8px 50px;
    border: 2px solid #F5821F;
    background: #00284D;
    color: #fff;
    border-radius: 50px;
    font-size: 22px;
    font-weight: 600;
    margin: 20px 0 0;
    transition: 0.3s;
}

section.Talk_to_expert .tal_to_form form .captcha_and_submit input:hover {
    background: #f58332;
}

section.contrary_tab div#nav-tab {
  justify-content: space-between;
}

section.contrary_tab div#nav-tab button {
  width: 14%;
  background: #F1F1F1;
  border-radius: 0;
  font-size: 26px;
  padding: 14px 0;
  border: 0;
  color: #9C9C9C;
  font-weight: 500;
}

section.contrary_tab div#nav-tab button.active {
  background: #F48120;
  color: #fff;
  font-weight: 600;
}

section.contrary_tab div#nav-tabContent iframe {
  width: 100%;
}

section.contrary_tab {
  margin: 0 0 70px;
}

.inner_banner_contant.Custom_Bespoke .inner_content p {
  font-size: 20px;
}

.inner_banner_contant.Custom_Bespoke {
  bottom: 30px;
}

.inner_banner_contant.Custom_Bespoke .inner_img img {
  width: 70%;
}

section.Our_java_Software_top .heading {
  text-align: center;
  margin: 0 0 50px;
}

section.Our_java_Software_top .heading h2 {
  margin: 0;
  font-size: 42px;
  color: #032D60;
}

section.Our_java_Software_top .grafic_img {
  text-align: center;
}

section.Our_java_Software_top .inner_data_col {
  padding: 20px;
  box-shadow: 0 0px 30px 10px #F3F3F3;
  width: 100%;
  margin: auto;
  border-radius: 10px;
  min-height: 270px;
}

section.Our_java_Software_top .inner_data_col .top {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

section.Our_java_Software_top .inner_data_col .top h4 {
  margin: 0;
  font-size: 19px;
  color: #032D60;
  font-weight: 600;
}

section.Our_java_Software_top .inner_data_col .top img {
  margin-right: 10px;
}

section.Our_java_Software_top .inner_data_col.left p {
  margin: 0 0 0;
  text-align: justify;
  line-height: 26px;
  font-size: 18px;
}

section.Our_java_Software_top .with_border {
  border: 1px solid #D2D2D2;
  padding: 20px;
  border-radius: 10px;
}

section.What_Are_the_Benefits {
  background-image: url(../images/What_Are_the_Benefits.png);
  background-size: cover;
  background-attachment: fixed;
  margin: 220px 0 50px !important;
}

section.What_Are_the_Benefits .inner_content h2 {
  margin: 0;
  color: #fff;
}

section.What_Are_the_Benefits {
  position: relative;
}

section.What_Are_the_Benefits::before {
  content: '';
  width: 730px;
  height: 170px;
  position: absolute;
  border: 1px solid #D2D2D2;
  top: -150px;
  border-bottom: 0;
  z-index: -3;
  margin-left: -20px;
}

section.java_web_box .inner_content_box {
  margin: 0 0 90px;
  padding: 25px;
  background: #fff;
  box-shadow: 5px 10px 20px 10px #E8E7E7;
  width: 85%;
  position: relative;
}

section.java_web_box .inner_content_box h3 {
  margin: 0 0 20px;
  font-size: 28px;
  color: #3C4858;
}

section.java_web_box .inner_content_box ul {
  padding: 0 0 0 15px;
  margin: 0;
}

section.java_web_box .inner_content_box ul li {
  margin: 0 0 10px;
  font-size: 20px;
  color: #5E5E5E;
}

section.java_web_box .inner_content_box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #a2a9ad6e;
  z-index: -1;
  top: 30px;
  right: -30px;
}

section.java_web_box .Quick_Start {
  width: 100%;
  display: flex;
  margin: 0 0 80px;
}

section.java_web_box .Quick_Start .icon {
  margin-right: 10px;
  padding-right: 10px;
}

section.java_web_box .Quick_Start .content {
  margin-left: 10px;
  padding-left: 20px;
  border-left: 1px solid #a2a9ad6e;
}

section.java_web_box .Quick_Start .content h4 {
  margin: 0 0 15px;
  color: #3C4858;
  font-size: 32px;
}

section.java_web_box .Quick_Start .content p {
  font-size: 20px;
}

section.Technologies {
  background: linear-gradient(0deg, #001227, #032d60);
}

section.Technologies .heading h2 {
  color: #fff;
  margin: 0 0 50px;
  font-size: 42px;
}

section.Technologies .inner_content {
  color: #fff;
  padding: 0px 10px 0;
}

section.Technologies .inner_content span.number {
  display: flex;
  width: 140px;
  height: 115px;
  margin: 0 auto 20px;
  justify-content: center;
  align-items: center;
  background-image: url(../images/Technologies_count.png);
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 32px;
  font-weight: 600;
  background-position: center;
}
section.Technologies .inner_content p{
  text-align: justify;
}
section.Technologies .inner_content span.tech_name {
  display: block;
  font-size: 22px;
  margin: 0 0 26px;
  font-weight: 600;
}

section.Java_Software_Development_Process h2 {
  margin: 0 0 100px;
  font-size: 42px;
  color: #032D60;
}

section.Java_Software_Development_Process img {
  width: 100%;
}

section.Looking_for_a_Java {
  background: linear-gradient(0deg, #001227, #032d60);
}

section.Looking_for_a_Java h2 {
  font-size: 46px;
  margin: 0 0 40px;
  color: #fff;
}

section.Looking_for_a_Java a {
  text-decoration: none;
  padding: 15px 70px;
  background: #00284D;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #F5821F;
  margin: 0 0 10px;
  display: inline-block;
  transition: 0.3s;
}

section.Looking_for_a_Java a:hover {
  transform: scale(0.9);
  background: #F5821F;
}

section.Java_Development_Partner {
  margin: 80px 0 100px;
}

section.Java_Development_Partner .heading {
  text-align: center;
  margin: 0 0 70px;
}

section.Java_Development_Partner .heading h2 {
  font-size: 42px;
  color: #032D60;
}

section.Java_Development_Partner  .Partners_inner_content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box {
  width: 30%;
  background: #fff;
  box-shadow: 5px 10px 20px 10px #E8E7E7;
  padding: 20px;
  position: relative;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box .top {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box .top img {
  margin-right: 15px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box .top h3 {
  margin: 0;
  color: #032D60;
  font-size: 26px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box p {
  margin: 0;
  font-size: 20px;
  line-height: 36px;
  color: #595959;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ccc;
  z-index: -1;
  top: 40px;
  left: 40px;
}

section.What_Are_the_Benefits .inner_content p {
  margin: 40px 0 30px;
  font-size: 22px;
  color: #ffff;
}

section.Technologies.Web_Technology_Stack {
  margin: 50px 0 50px;
  background: transparent;
}

section.Technologies.Web_Technology_Stack h2 {
  color: #032D60;
  margin: 0 0 100px;
}

section.Technologies.Web_Technology_Stack span.number {
  color: #000;
  background-image: url(../images/Technology_Stack.png);
}

section.Technologies.Web_Technology_Stack  p {
  color: #000;
  margin: 0;
}

section.Technologies.Web_Technology_Stack span.tech_name {
  color: #000;
  margin: 0 0 10px;
}


.inner_banner_contant.Custom_Bespoke .inner_img {
  text-align: right;
}

section.java_web_box .inner_content_box p {
  font-size: 20px;
  color: #5E5E5E;
  line-height: 35px;
}

section.java_web_box .Quick_Start .icon img {
  width: 60px;
}

section.Technologies.More_than .heading p {
  font-size: 42px;
  color: #fff;
  font-weight: 500;
}

section.Technologies.More_than .heading h1 {
  font-size: 200px;
  color: #ffdaba;
}

section.Technologies.More_than .heading h3 {
  color: #fff;
  font-size: 42px;
}

section.Looking_for_a_Java.success h2 {
  font-size: 38px;
}

section.java_web_box .inner_img img {
  width: 100%;
}

section.Technologies.More_than.Write_to_Us .heading p {
  font-weight: 400;
}

section.Technologies.More_than.Write_to_Us .heading h3 {
  font-size: 52px;
  margin: 0 0 30px;
}

section.Technologies.More_than.Write_to_Us .heading a {
  text-decoration: none;
  padding: 15px 70px;
  background: #00284D;
  border-radius: 50px;
  font-size: 20px;
  color: #fff;
  font-weight: 500;
  border: 2px solid #F5821F;
  margin: 0 0 10px;
  display: inline-block;
  transition: 0.3s;
}

section.Technologies.More_than.Write_to_Us .heading a:hover {
  transform: scale(0.9);
  background: #F5821F;
}

    .new-popup {
    width: 45%;
    max-width: 1000px;
    border: none;
    padding: 0;
    position: fixed;
    top: 39%;
    bottom: 0;
    z-index: 9999;
    left: 50%;
    transform: translate(-50%, -50%);
    right: initial;
    display: none;
}

.new-popup.open-popup {
    display: block;
}



.bg-opacity:before {
    content: "";
    background: rgb(0 0 0 / 66%);
    width: 100%;
    height: 100%;
    position: fixed;
    display: inline-block;
    z-index: 9999;
}

.new-popup .exit, .bts-popup .exit {
    position: absolute;
    top: -8px;
    right: -4px;
    font-size: 0;
    border: none;
    width: 30px;
    background: none;
    height: 30px;
    padding: 0;
}

.new-popup .exit:after, .bts-popup .exit:after {
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 6px;
    top: 13px;
    background: #000 !important;
    z-index: 99999;
    width: 25px;
    height: 3px;
    position: absolute;
}

.new-popup .exit:before, .bts-popup .exit:before {
    content: "";
    transform: rotate(45deg);
    left: 0px;
    top: 13px;
    background: #000 !important;
    position: absolute;
    z-index: 9999;
    width: 25px;
    height: 3px;
}
.new-popup span.close{font-size: 0px}

/* DINESH_RESPONSIVE_CSS_START */
@media(max-width:1620px){

}

@media(max-width:1620px){
  .container {
    max-width: 1280px !important;
    width: 100%;
}



section.Our_java_Software_top .grafic_img img {
  width: 100%;
}

.inner_banner_contant .inner_content h2 {
  font-size: 32px;
}

.inner_banner_contant.Custom_Bespoke .inner_content p {
  font-size: 18px;
}

.inner_banner_contant .inner_content p {
    font-size: 20px;
}

.inner_banner_contant {
    bottom: 20px;
}

.inner_banner_contant.Custom_Bespoke {
  bottom: -15px;
}

.inner_banner_contant .inner_content h2 {
    font-size: 42px;
}

.inner_banner_contant.Custom_Bespoke .inner_img img {
  width: 65%;
}

.inner_banner_contant .inner_img img {
    width: 70%;
}

.inner_banner_contant .inner_img {
    text-align: center;
}



section.What_Are_the_Benefits::before {
  right: 0;
}



.coming_soon_img img {
  width: 40%;
}

header .site-header .site-menu ul li.menu-item {
  margin-left: 50px;
}

header .site-header .site-menu ul li.menu-item a {
  font-size: 18px;
}

.site-banner .owl-dots {
  top: 46%;
  left: 10px;
}

.site-banner .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
}

.site-banner .banner-contant h2 {
  margin: 0 0 15px;
}

.site-banner .banner-contant p {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 30px;
}

.site-banner .banner-contant ul li {
  margin: 0 0 10px;
  font-size: 18px;
}

.site-banner .banner-contant {
  top: 180px;
}

.site-banner .banner-contant h2 {
  margin: 0 0 15px;
}

.site-banner .owl-nav button {
  width: 40px;
  height: 40px;
}

.site-banner .owl-nav {
  bottom: 16%;
  left: 5px;
}

button.hire-button-banner {
  padding: 6px 50px;
  margin: 15px 0 0;
  font-size: 20px;
}

.site-banner .banner-contant ul li {
  margin: 0 0 7px;
}

/* header .site-header .site-menu ul li.menu-item.mega_menu:hover .main_sub_menu_para {
  top: 52px;
} */

section.Why_JavaSquares .why_javasquares_boxes .java_box span.icon {
  margin: 0 0 5px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.icon img {
  width: 90px;
  height: 110px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.name {
  font-size: 20px;
  line-height: 24px;
}

section.Services_we_offer .data-box-main {
  width: 85%;
}

section.TESTIMONIAL .inner-contant-testimonial p {
  font-size: 22px;
}

.testmonial_slider .inner_slider_contant .msg {
  font-size: 20px;
  line-height: 35px;
  margin: 0 0 20px;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item {
  margin: 0 0 10px;
}


section.sections_popup .hire_now_popup.show .popup_inner {
  top: 10%;
}

section.sections_popup .hire_now_popup.show .popup_inner {
  top: 10%;
}

.Get_a_Free_Quote.show .popup_inner {
  top: 10%;
}



}

@media(max-width:1320px){
  .container {
    max-width: 1180px !important;
    width: 100%;
}
header .site-header .site-menu ul li.menu-item {
  margin-left: 35px;
}
.site-banner .banner-contant h2 {
  font-size: 32px;
}

.site-banner .banner-contant {
  margin-left: 70px;
  top: 170px;
}

.site-banner .banner-contant p {
  font-size: 16px;
  line-height: 35px;
}

section.Gain_More {
  padding: 40px 0;
}

section.Gain_More h2 {
  font-size: 32px;
}

section.Gain_More p {
  font-size: 16px;
  margin: 0;
}

section.Why_JavaSquares {
  padding: 40px 0;
}

section.Scalable_Expert-led .inner-col-contant h2 {
  font-size: 48px;
}

section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  font-size: 18px;
  padding: 15px 25px;
}

section.Services_we_offer .data-box-main .data_box_inner {
  padding: 20px 0;
}

section.Services_we_offer .data-box-main {
  width: 83%;
}

section.Whats_New_in_Java .inner_content img {
  height: 300px;
}

section.Whats_New_in_Java .inner_content h3 {
  font-size: 24px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers p {
  font-size: 18px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start p {
  font-size: 22px;
}

section.We_Provide_Solutions .we-col-contant h2 {
  font-size: 32px;
  line-height: 44px;
}

section.We_Provide_Solutions .we-col-contant h5 {
  font-size: 18px;
}

section.We_Provide_Solutions .col-contantr-main .box h3 {
  margin: 20px 0;
  font-size: 20px;
}

section.We_Provide_Solutions .we-col-contant p {
  font-size: 20px;
}

section.We_are_Dedicated .we_are_accordian h2 {
  font-size: 32px;
  line-height: 44px;
}

section.TESTIMONIAL .inner-contant-testimonial  h2 {
  font-size: 32px;
  margin: 10px 0 20px;
  line-height: 44px;
}

section.TESTIMONIAL .inner-contant-testimonial p {
  font-size: 18px;
}

.testmonial_slider .inner_slider_contant .msg {
  font-size: 16px;
  line-height: 25px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name {
  width: 50%;
  font-size: 20px;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item button.accordion-button {
  padding: 3px 14px;
  font-size: 18px;
  line-height: 30px;
}
.testmonial_slider .owl-nav button.owl-next{right: -10px !important}
}
@media (max-width:1199px){
  .site-banner .owl-carousel .owl-item .banner_desktop{min-height: 620px;}
}
@media(max-width:1025px){
  header .site-header .site-menu ul li.menu-item a {
    font-size: 16px;
}

header .site-header .site-menu ul li.menu-item {
  margin-left: 20px;
}

.inner_banner_contant.Custom_Bespoke .inner_content p {
  font-size: 14px;
}

.inner_banner img {
  height: 450px;
}

.inner_banner_contant.Custom_Bespoke .inner_img img {
  height: auto;
}

.inner_banner_contant .inner_content h2 {
  font-size: 28px;
}

header .site-header .site-logo {
  width: 40%;
}

/*section.sections_popup .popup_inner {
  width: 70%;
  left: 16%;
}*/

header .site-header .site-menu {
  width: 55%;
}

header .site-header .site-logo img {
  width: 100%;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box::before {
  top: 0px;
  left: 0;
}

.site-banner .banner-contant h2 {
  font-size: 26px;
}
.site-banner .owl-carousel .owl-item .banner_desktop{min-height: 500px;}
.site-banner .banner-contant p {
  line-height: 26px;
}

.site-banner .banner-contant ul li {
  margin: 0 0 5px;
  font-size: 16px;
}

.site-banner .owl-nav {
  bottom: 2%;
  left: 5px;
}

.site-banner .banner-contant {
  top: 120px;
}

section.Enhancing_Business .enhance_contant h2.title {
  font-size: 32px;
}

section.Enhancing_Business .enhance_contant p.para {
  font-size: 14px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main {
  margin: 30px 0 0;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner div#value {
  font-size: 62px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number span {
  font-size: 62px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner h4 {
  font-size: 26px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner p {
  font-size: 18px;
}

section.Java_In_the_News .in_the_news_contant h2 {
  font-size: 32px;
}

section.Java_In_the_News .in_the_news_contant p {
  font-size: 16px;
}

section.Java_In_the_News .img img {
  height: 60px;
}

section.Java_In_the_News .owl-dots button.owl-dot span {
  width: 15px;
  height: 15px;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant h2.title {
  font-size: 32px;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant p {
  font-size: 16px;
  line-height: 22px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box {
  padding: 15px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.icon img {
  height: 90px;
  width: 70px;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box span.name {
  font-size: 16px;
}

section.Scalable_Expert-led .inner-col-contant h2 {
  font-size: 32px;
  line-height: 42px;
}

section.Scalable_Expert-led .inner-col-contant ul li {
  font-size: 16px;
}

.clutch_Rating img {
  margin: 0;
}

section.Scalable_Expert-led .inner-Form-Contant .heading h2 {
  font-size: 22px;
}

section.Scalable_Expert-led .inner-Form-Contant .heading p {
  font-size: 14px;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts label {
  font-size: 16px;
}

section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  margin: 10px 0 0;
}

section.Services_we_offer .heading h2 {
  font-size: 32px;
}

section.Services_we_offer .heading p {
  font-size: 16px;
}

section.Services_we_offer .data-box-main {
  width: 80%;
  border-radius: 40px;
}

section.Services_we_offer .data-box-main .data_box_inner {
  padding: 15px;
}

section.Services_we_offer .data-box-main .data_box_inner span.icon img {
  width: 70px;
  height: 70px;
}

section.Services_we_offer .data-box-main .data_box_inner span.text {
  margin: 5px 0 0;
  font-size: 18px;
}

section.Whats_New_in_Java .heading h2 {
  font-size: 32px;
}

section.Whats_New_in_Java .heading p {
  font-size: 16px;
}

section.Whats_New_in_Java .inner_content h3 {
  font-size: 20px;
}

section.Starting_your_New_Software_Project .new_project_main .text h3 {
  font-size: 32px;
}

section.Starting_your_New_Software_Project .new_project_main .text p {
  font-size: 18px;
}

section.Starting_your_New_Software_Project .new_project_main .project_button button {
  font-size: 22px;
}

section.We_Provide_Solutions .we-col-contant p {
  font-size: 16px;
}

section.We_Provide_Solutions .we-col-contant h5 {
  font-size: 16px;
}

section.We_Provide_Solutions .we-col-contant h2 {
  font-size: 28px;
}

section.We_Provide_Solutions .col-contantr-main .box {
  margin: 0 0 15px;
  width: 48%;
}

section.We_Provide_Solutions .col-contantr-main .box h3 {
  margin: 10px 0;
  font-size: 18px;
}

section.We_Provide_Solutions .col-contantr-main .box p {
  font-size: 18px;
  line-height: 30px;
}

section.We_Provide_Solutions .col-contantr-main .box img {
  width: 90px;
  height: 90px;
  object-fit: contain;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start p {
  font-size: 16px;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start button {
  font-size: 16px;
}

.testmonial_slider .inner_slider_contant .msg {
  font-size: 14px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name {
  width: 45%;
  font-size: 15px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name span.position_name {
  font-size: 14px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.quote_img img {
  width: 35px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.img {
  width: 50px;
  height: 50px;
}

.testmonial_slider .owl-nav button.owl-next {
  right: 0px !important;
}

.testmonial_slider .owl-nav button.owl-prev {
  left: -10px;
}

header .site-header .site-menu ul li.menu-item.mega_menu:hover .main_sub_menu_para {
  top: 54px;
}

header .site-header .site-menu ul .main_sub_menu_para .sub_menu_inner .sub_menu ul li.heding {
  font-size: 20px;
}
.new-popup{width: 80%}
}

@media(max-width:991px){
  .toggle_icon {
    display: block;
}

header .site-header .site-menu {
  position: fixed;
  background: #fff;
  left: -600px;
  top: 0;
  height: 100%;
  border-right: 1px solid #ddd;
  transition: 0.5s;
  overflow: scroll;
}

header .site-header .site-menu ul {
  display: block;
  padding: 20px 20px 20px;
}

header .site-header .site-menu ul li.menu-item {
  margin: 0 0 15px;
  border-bottom: 1px solid #e2e2e2;
  padding: 0 0 10px;
}

header .site-header .site-menu ul li.menu-item a.links {
  color: #000;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .site-header .toggle_icon {
  width: 50px;
  height: 50px;
  position: relative;
}

header .site-header .toggle_icon span {
  position: absolute;
  width: 50px;
  height: 2px;
  border-radius: 10px;
  background: #f58332;
}

header .site-header .toggle_icon span.one {
  top: 10px;
}

header .site-header .toggle_icon span.two {
  top: 23px;
  width: 45px;
  right: 0;
}

header .site-header .toggle_icon span.three {
  top: 35px;
}

.owl-carousel .owl-item .item img {
  height: 420px;
  object-fit: cover;
}
.site-banner .owl-carousel .owl-item .banner_desktop{max-height:620px; }

.owl-carousel .owl-item .item .banner-contant ul span.icon img {
  height: auto;
}

/*.site-banner .banner-contant ul {
  display: none;
}

.site-banner .banner-contant p {
  display: none;
}*/

.site-banner .banner-contant {
  top: 140px;
}

.site-banner .banner-contant h2 {
  line-height: 34px;
  font-size: 20px;
}

button.hire-button-banner {
  font-size: 16px;
}
section.Whats_New_in_Java .inner_content img{height: auto;}
header {
  padding: 10px 0;
}

.site-banner .owl-nav {
  bottom: 17%;
}

header .site-header .site-menu.show {
  left: 0;
}

header:hover {
  background: #04244a !important;
  border-color: #023068;
  box-shadow: none;
}

header .site-header .site-logo img.logo2 {
  display: none;
}

header .site-header .site-logo img.logo1 {
  display: block;
}

.toggle_icon.show span.one {
  transform: rotate(45deg);
  top: 20px !important;
}

header .site-header .toggle_icon span {
  transition: 0.3s;
}

.toggle_icon.show span.two {
  display: none;
}

.toggle_icon.show span.three {
  transform: rotate(-45deg);
  top: 20px !important;
}

/*section.sections_popup .popup_inner {
  width: 90%;
  left: 5%;
}*/
header .site-header .site-logo {
  width: 70%;
}

.site-menu.mobile {
  display: block;
}
.site-menu.desktop {
  display: none;
}

header .site-header .site-menu ul .submenu_mobile ul {
    padding: 15px;
    background: #fafafa;
    margin: 0 0 15px;
    transition: 0.5s;
}

.submenu_mobile {
  transition: 0.1s;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.submenu_mobile.show {
  height: auto;
  opacity: 1;
  visibility: visible;
}



header .site-header .site-menu ul .submenu_mobile2 ul {
  padding: 15px;
  background: #fafafa;
  margin: 0 0 15px;
  transition: 0.5s;
}

.submenu_mobile2 {
transition: 0.1s;
height: 0;
opacity: 0;
visibility: hidden;
}

.submenu_mobile2.show {
height: auto;
opacity: 1;
visibility: visible;
}

section.Enhancing_Business .enhance_contant h2.title {
  font-size: 22px;
}

section.Enhancing_Business {
  margin: 30px 0 30px;
}

section.Enhancing_Business .enhance_contant p.para br {
  display: none;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner div#value {
  font-size: 42px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number span {
  font-size: 42px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner h4 {
  font-size: 22px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner p {
  font-size: 12px;
  margin: 0;
}
section.Java_In_the_News .in_the_news_contant h2 {
  font-size: 22px;
}

section.Java_In_the_News .in_the_news_contant p {
  font-size: 14px;
  margin: 0;
}

.java_in_the_newss {
  margin: 20px 0 0px;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant h2.title {
  font-size: 22px;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant p {
  font-size: 14px;
  line-height: 18px;
}

section.Why_JavaSquares .Why_JavaSquares_inner_contant p br {
  display: none;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box {
  width: 32%;
}

section.Gain_More h2 {
  font-size: 22px;
}

section.Gain_More p {
  font-size: 14px;
}

section.Gain_More button {
  font-size: 16px;
}

section.Gain_More {
  margin: 0 0 30px;
}

section.Scalable_Expert-led .inner-col-contant h2 {
  font-size: 22px;
  margin: 0;
}

section.Scalable_Expert-led .inner-col-contant h2 br {
  display: none;
}

section.Scalable_Expert-led .inner-col-contant ul {
  margin: 10px 0;
}

.clutch_Rating {
  margin: 30px 0 20px;
}

section.Scalable_Expert-led .inner-col-contant ul li {
  font-size: 14px;
}

section.Services_we_offer .heading h2 {
  font-size: 22px;
}

section.Services_we_offer .heading p {
  font-size: 14px;
}

section.Whats_New_in_Java .heading h2 {
  font-size: 22px;
}

section.Whats_New_in_Java .heading p {
  font-size: 14px;
}

section.Whats_New_in_Java .inner-whats-new-contant.right .inner_content {
  margin-left: auto;
}

section.Whats_New_in_Java .inner-whats-new-contant.right::before {
  left: 70px;
  width: 80%;
}

section.Starting_your_New_Software_Project .new_project_main .text h3 {
  font-size: 22px;
}

section.Starting_your_New_Software_Project .new_project_main .text p {
  font-size: 14px;
}

section.Starting_your_New_Software_Project .new_project_main .project_button button {
  font-size: 16px;
}

section.We_Provide_Solutions .we-col-contant h2 {
  font-size: 22px;
  margin: 0;
}

section.We_Provide_Solutions .we-col-contant h2 br {
  display: none;
}

section.We_Provide_Solutions .we-col-contant h5 {
  margin: 0;
  font-size: 14px;
}

section.We_Provide_Solutions .we-col-contant p {
  font-size: 14px;
}

section.We_Provide_Solutions .we-col-contant p br {
  display: none;
}

section.We_Provide_Solutions .we-col-contant button {
  font-size: 18px;
  margin: 20px 0 30px;
}

section.We_are_Dedicated .We_are_inner_contant {
  margin: 0;
}

section.We_are_Dedicated .We_are_inner_contant img {
  width: 100%;
}

section.We_are_Dedicated::before {
  width: 80px;
  height: 80px;
}

section.We_are_Dedicated::after {
  width: 50px;
  height: 60px;
}

section.We_are_Dedicated .we_are_accordian h5 {
  font-size: 16px;
  margin: 15px 0 4px;
}

section.We_are_Dedicated .we_are_accordian h2 {
  font-size: 22px;
  margin: 0 0 10px;
}

section.We_are_Dedicated .we_are_accordian h2 br {
  display: none;
}

section.TESTIMONIAL {
  background-image: none;
  padding: 0;
  margin: 30px 0 0;
}

section.TESTIMONIAL .inner-contant-testimonial h5 {
  font-size: 16px;
}

section.TESTIMONIAL .inner-contant-testimonial h2 {
  font-size: 22px;
  margin: 0;
}

section.TESTIMONIAL .inner-contant-testimonial h2 br {
  display: none;
}

section.TESTIMONIAL .inner-contant-testimonial p {
  font-size: 14px;
}

section.TESTIMONIAL .inner-contant-testimonial p br {
  display: none;
}
.testmonial_slider .inner_slider_contant .msg {
  font-size: 18px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.img {
  width: 80px;
  height: 80px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name {
  font-size: 22px;
  width: 75%;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.quote_img img {
  width: 50px;
}

.bottom_info_inner_back {
  margin: 0 0 20px;
  padding: 10px;
}

.bottom_info_inner_back .col-md-4 {
  width: 33%;
}

.bottom_info_inner_back .bottom_info span.number_info {
  font-size: 38px;
}

.bottom_info_inner_back .bottom_info span.info {
  font-size: 14px;
}

.new-ofc.col-md-5 {
  margin: 20px 0 0px;
}

header .site-header .site-menu > ul li.menu-item:last-child {
    border: 0;
    margin: 0;
    padding: 0;
}

header .site-header .site-menu > ul li.menu-item:last-child a.links.button {
    width: 100%;
    border-radius: 5px;
    text-align: center;
    justify-content: center;
    font-size: 20px;
}

section.JavaSquares_Feature .inner_data_content h3 {
  font-size: 24px;
}

section.JavaSquares_Feature .top_data_tabs .inner_data_content {
  width: 49%;
}

section.JavaSquares_Feature .inner_data_content p {
  font-size: 14px;
}

section.JavaSquares_Feature .javasquare_feature_box h2.heading {
  font-size: 26px;
  padding: 20px 0 20px;
  margin: 0 0 20px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs {
  padding: 0 10px 20px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab {
  margin: 0 0 15px !important;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab li.nav-item {
  width: 49%;
  margin: 0 0 10px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs ul#pills-tab li.nav-item button {
  padding: 12px 0;
  font-size: 14px;
  font-weight: 600;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs div#pills-tabContent .tab-pane .tab_content_inner p {
  font-size: 16px;
  line-height: 26px;
  margin: 0 0 15px;
}

section.JavaSquares_Feature .javasquare_feature_box .feature_tabs div#pills-tabContent .tab-pane .tab_img_inner img {
  width: 100%;
}

section.Gain_More h2 {
  font-size: 16px;
}

section.bottom_info_main {
  margin: 0 0 0px;
}

section.Java_In_the_News.inner_pages {
  margin: 0px 0 0;
}

.main-coming-soon .logo img {
  width: 80%;
}
.main-coming-soon  .thank-you-img{
  padding: 60px 0 20px;
}
.main-coming-soon  .thank-you-img .thank-you-page{
  font-size: 35px;
    line-height: 40px;
}
.main-coming-soon  .thank-you-img .thankyou-content{
  font-size:18px;
  line-height: 22px;
}
.coming_soon_img img {
  width: 100%;
}

.main-coming-soon .back_to_home a {
  padding: 15px 60px;
  font-size: 18px;
}

.Footer_last_copyright p {
  font-size: 14px;
}

section.Partnership h2.heading {
  font-size: 26px;
}

section.Partnership p {
  font-size: 16px;
}

section.Partnership .partnership_img .img {
  width: 30%;
}

section.contact_top .inner_info {
  margin: 0 0 20px;
}

section.contact_top .new_bulding_info.inner_info .new-ofc figure {
  width: 100%;
}

section.contact_top .new_bulding_info.inner_info .new-ofc ul.ofc-content {
  width: 100%;
  margin: 20px 0 10px;
}

section.contact_top {
  margin: 0 0 20px;
}

section.Talk_to_expert .heading h2 {
  font-size: 26px;
}

section.Talk_to_expert .img_talk_to img {
  width: 100%;
  margin: 0 0 20px;
}

section.Talk_to_expert .tal_to_form form span.inpts input {
  font-size: 14px;
}

section.Talk_to_expert .tal_to_form form span.inpts label {
  font-size: 16px;
}

section.Talk_to_expert .tal_to_form form span.inpts span.checkboxes span.check_box_inner {
  width: 50%;
  margin: 0 0 15px;
}

section.Talk_to_expert .tal_to_form form span.inpts span.checkboxes {
  flex-wrap: wrap;
}

section.Talk_to_expert .tal_to_form form span.inpts.full {
  margin: 5px 0 0;
}

section.Talk_to_expert .tal_to_form form .captcha_and_submit input {
  width: 100%;
  margin: 10px 0 0px;
  font-size: 22px;
}

section.Talk_to_expert .tal_to_form form span.submit_btn {
  width: 100%;
}
section.Talk_to_expert .tal_to_form{
  padding: 10px;
}
section.contrary_tab div#nav-tab button {
  font-size: 16px;
  width: 31%;
}

section.contrary_tab div#nav-tab {
  justify-content: start;
  gap: 10px;
}

section.Talk_to_expert {
  margin: 0 0 20px;
}

section.contrary_tab {
  margin: 0 0 20px;
}

.inner_banner_contant.Custom_Bespoke .inner_content p {
  font-size: 12px;
}

.inner_banner_contant.Custom_Bespoke {
  bottom: -25px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box {
  width: 100%;
  margin: 0 0 20px;
}

section.Java_Development_Partner .Partners_inner_content {
  flex-wrap: wrap;
}

.bradcumbs nav.bradcumbs_main ul li {
  font-size: 14px;
}

section.Our_java_Software_top .heading h2 {
  font-size: 26px;
}

section.Our_java_Software_top .with_border {
  margin: 0 0 20px;
}

section.Our_java_Software_top {
  margin: 0 !important;
}

section.What_Are_the_Benefits::before {
  width: 250px;
  height: 60px;
  top: -60px;
  right: 10px;
}

section.What_Are_the_Benefits {
  margin: 80px 0 30px !important;
}

section.java_web_box .inner_content_box {
  width: 90%;
  margin: 0 0 60px;
}

section.java_web_box .inner_content_box h3 {
  font-size: 22px;
}

section.java_web_box .inner_content_box ul li {
  font-size: 16px;
}

section.java_web_box .Quick_Start .content h4 {
  font-size: 22px;
}

section.java_web_box .Quick_Start .content p {
  font-size: 16px;
}

section.java_web_box .Quick_Start {
  margin: 0 0 20px;
}

section.Technologies .heading h2 {
  font-size: 26px;
  margin: 0 0 30px;
}

section.Java_Software_Development_Process h2 {
  font-size: 26px;
  margin: 0 0 30px;
}

section.Java_Software_Development_Process {
  margin: 0 !important;
}

section.Looking_for_a_Java h2 {
  font-size: 26px;
}

section.Java_Development_Partner .heading h2 {
  font-size: 26px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box .top h3 {
  font-size: 22px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box .top img {
  width: 60px;
}

section.Java_Development_Partner .Partners_inner_content .inner_content_box p {
  font-size: 16px;
  line-height: 26px;
}

section.Java_Development_Partner .heading {
  margin: 0 0 20px;
}

section.Java_Development_Partner {
  margin: 30px 0 20px;
}

section.What_Are_the_Benefits .inner_content p {
  font-size: 16px;
}

section.java_web_box .inner_content_box p {
  font-size: 16px;
  line-height: 26px;
}

section.Technologies.More_than .heading p {
  font-size: 26px;
}

section.Technologies.More_than .heading h1 {
  font-size: 100px;
}

section.Technologies.More_than .heading h3 {
  font-size: 26px;
}

section.Looking_for_a_Java.success h2 {
  font-size: 26px;
}

section.Technologies.More_than.Write_to_Us .heading h3 {
  font-size: 26px;
}
section.We_are_Dedicated .We_are_inner_contant .bottom-content{flex-direction: column;row-gap: 20px;}
section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers{margin-right: 0}
}


@media(max-width:767px){
  header .site-header .site-menu {
    width: 85%;
}

header .site-header .site-logo {
  width: 90%;
}

header .site-header .toggle_icon {
  width: 40px;
}

header .site-header .toggle_icon span {
  width: 40px;
}

header .site-header .toggle_icon span.two {
  width: 35px;
}

.owl-carousel .owl-item .item img.banner_Mobile {
  display: block;
}

.owl-carousel .owl-item .item img.banner_desktop {display: none;}
.site-banner .banner-contant {
  top: 120px;
  margin: 0;
  text-align: center;
  width: 100%;
  left: 0;
  padding: 0px 20px;
}

.site-banner .owl-nav {
  display: none;
}

.site-banner .owl-dots {
  flex-direction: row;
  top: auto;
  bottom: 20%;
  left: auto;
  width: 100%;
  text-align: center;
  justify-content: center;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner div#value {
  font-size: 28px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner .number span {
  font-size: 28px;
}

section.Enhancing_Business .enhance_contant .enhance_data_main .data-inner h4 {
  font-size: 15px;
}

section.Java_In_the_News .in_the_news_contant p {
  font-size: 12px;
}

section.Java_In_the_News .owl-dots {
  display: none;
}

section.Why_JavaSquares .why_javasquares_boxes .java_box {
  width: 49%;
  height: 170px;
}

section.Gain_More h2 {
  font-size: 16px;
}

section.Services_we_offer {
  padding: 30px 0;
  background-image: none;
}

section.Scalable_Expert-led {
  margin: 0 0 30px;
}

section.Services_we_offer .data-box-main {
  margin: auto;
  width: 100%;
}

section.Services_we_offer .data-box-main .data_box_inner {
  width: 50%;
}

section.Services_we_offer .data-box-main .data_box_inner.no_border {
  border-bottom: 1px solid #ccc;
}

section.Services_we_offer.our_services {
  padding: 0 0 50px;
  background-image: none;
}

section.Services_we_offer.our_services .data-box-main .data_box_inner {
  width: 50%;
}

section.Services_we_offer .data-box-main .data_box_inner.no_border_right {
  border-right: 1px solid #ccc;
}

section.Whats_New_in_Java .inner-whats-new-contant::before {
  display: none;
}

section.Whats_New_in_Java .inner_content {
  width: 100%;
  margin: 0 0 20px;
  box-shadow: 0 1px 10px #ccc;
  border-radius: 5px;
}

section.Whats_New_in_Java .inner_content img {
  height: 150px;
}

section.Starting_your_New_Software_Project .new_project_main .text {
  width: 100%;
  text-align: center;
  margin: 0 0 20px;
}

section.Starting_your_New_Software_Project {
  padding: 20px 0;
}

section.Starting_your_New_Software_Project .new_project_main .project_button {
  width: 100%;
  text-align: center;
}

section.We_Provide_Solutions {
  margin: 40px 0 0;
}

section.We_Provide_Solutions .we-col-contant h2 {
  line-height: 26px;
  margin: 10px 0 10px;
}

section.We_Provide_Solutions .col-contantr-main .box {
  width: 100%;
  margin: 0;
  text-align: center;
}

section.We_are_Dedicated .we_are_accordian div#accordionExample .accordion-item button.accordion-button {
  font-size: 16px;
  line-height: 22px;
  padding: 15px 10px;
}

.bottom_info_inner_back .col-md-4 {
  width: 50%;
}


.bottom_info_inner_back .bottom_info {
  justify-content: start !important;
  margin: 0 0 10px;
}

.new-ofc .ofc-content {
  width: 100%;
}

.new-ofc.col-md-5 {
  flex-wrap: wrap;
}

.new-ofc.col-md-5 figure {
  width: 100%;
  margin-bottom: 10px;
}

section.sections_popup .popup_inner form span.inpts label {
  font-size: 16px;
}

section.sections_popup .popup_inner form .captcha_and_submit button {
  font-size: 18px;
  margin: 20px 0 0;
}

.Schedule_a_Call.show .popup_inner {
  top: 6%;
}

section.sections_popup .popup_inner form span.inpts.date_time {
  WIDTH: 100%;
}

section.sections_popup .popup_inner form span.inpts.mini_select {
  WIDTH: 100%;
}

section.sections_popup .popup_inner form span.inpts:nth-child(4) {
  width: 100%;
}
section.sections_popup .popup_inner{
  width: 100% ;
}
section.sections_popup .popup_inner form span.inpts.mini_select.full select {
  width: 25%;
}

section.sections_popup .popup_inner form span.inpts.mini_select.full input {
  width: 75%;
}

section.sections_popup .popup_inner form span.inpts select {
  height: 45px;
}

section.sections_popup .popup_inner form span.inpts input {
  height: 45px;
}

section.sections_popup .popup_inner form span.inpts textarea {
  height: 80px;
}
section.sections_popup .popup_inner form .captcha_and_submit button {
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 400;
}

section.sections_popup .popup_inner form .captcha_and_submit button {
  font-size: 16px;
  width: 100%;
  border-radius: 5px;
  padding: 10px 0;
  font-weight: 400;
}

#buttonback {
  display: none;
}

section.top_chatbot_social .connect_social {
  flex-direction: row !important;
}

section.top_chatbot_social .connect_social a {
  margin: 0 5px 0 0px !important;
}

.iconInner {
  width: 150px;
  font-size: 18px;
  height: 40px;
}

.iconInner img {
  width: 20px;
}
.new-popup{width: 90%}
section.top_chatbot_social .connect_social a {
  width: 40px !important;
  height: 40px !important;
  font-size: 20px !important;
}

section.Scalable_Expert-led .inner-Form-Contant form span.inpts {
  width: 100%;
  margin: 0 0 10px;
}

section.Scalable_Expert-led .inner-Form-Contant form .captcha_and_submit .wpcf7-form-control.wpcf7-submit.has-spinner {
  width: 100%;
  margin: 20px 0 0;
  border-radius: 5px;
}

section.Whats_New_in_Java .inner_content {
  padding: 25px;
}

section.We_Provide_Solutions {
  text-align: center;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start p br {
  display: none;
}

section.We_are_Dedicated .We_are_inner_contant .bottom-content span.lets_start button {
  padding: 10px 20px;
  font-size: 12px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.img {
  width: 60px;
  height: 60px;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.name {
  font-size: 18px;
  width: 50%;
}

.testmonial_slider .inner_slider_contant .bottom span.img_name span.quote_img img {
  width: 35px;
}

section.site_footer .site_footer1 {
  margin: 0 0 10px;
  padding: 0 0 10px;
}
.footer_winning .certified_panel ul li {
  margin: 10px 0 10px;
}

section.site_footer .site_footer2 .row.footer_winning li.widget-container.widget_nav_menu ul.follow-us-icon {
  text-align: center;
}

.inner_banner img.banner_desktop {
  display: none;
}

.inner_banner img.banner_Mobile {
  display: block;
}

.inner_banner .inner_banner_contant .inner_img {
  display: none;
}

.inner_banner_contant {
  bottom: 0px;
  text-align: center;
  padding: 0px 20px 50px;
}

.inner_banner_contant .inner_content h2 {
  font-size: 22px;
}

.inner_banner_contant .inner_content p {
  font-size: 16px;
  padding: 0;
  margin: 0;
}

.inner_banner_contant .inner_content p br {
  display: none;
}

.inner_banner_contant .inner_content p::before {
  display: none;
}

br {
  display: none;
}

section.Our_blog_main {
  padding: 20px 0;
}

section.Our_blog_main .top_category .category {
  width: 48%;
  margin: 0 0 15px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner {
  padding: 0 20px 20px;
}

section.Our_blog_main .latest_blog_main .top_latest {
  padding: 0px 20px 15px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog {
  width: 100%;
}

section.Our_blog_main .latest_blog_main {
  margin: 15px 0 20px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner nav.pagination-container button {
  padding: 7px 15px;
}

section.Our_blog_main .latest_blog_main .latest_blog_inner .blog_side_bar {
  width: 100%;
  margin: 20px 0 0px;
}


section.top_chatbot_social .inner_content_footer {
  background: white;
  width: 100%;
  height: 65px;
  position: fixed;
  bottom: 0px;
  box-shadow: 0 8px 20px 4px #ccc;
}

.inner_banner img {
  height: auto;
}
section.We_are_Dedicated .We_are_inner_contant .bottom-content span.Total_client_numbers h3{font-size: 42px}
.site-banner .banner-contant p,.site-banner .banner-contant ul{display: none}
}
span.wpcf7-not-valid-tip {
  color: red;
}
.wpcf7-response-output {
  display: none;
}