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

html {
  overflow-x: hidden;
}
 
body {
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-size: 16px;
  font-family: "Heebo", serif !important;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
}


* {
  outline: none;
}

a {
  text-decoration: none !important;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s
}

p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}

p:last-child {
  margin-bottom: 0px;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(255, 255, 255, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
  }
}

.container-fluid {
  padding: 0px 20px;
}

.container {
  width: 100%;
  max-width: 1650px;
  padding: 0px 20px;
}

.header_mainsec {
  position: relative;
  z-index: 9999;
}

.header.sticky .header_mainsec {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 2px 13px 0px #00000021;
}

.header.sticky .header_mainsec .header_innerbox {
  margin-top: 0px;
  padding: 0px 15px;
}

.header_mainsec .header_innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 20px;
  position: relative;
}

.header_mainsec .navbar .navbar-brand {
  width: auto;
  text-align: left;
  padding: 0px;
}

.header_mainsec .navbar .navbar-brand img {
  width: 135px;
  height: auto;
}

.header_mainsec .header_innerbox .navbar-collapse {
  justify-content: center;
}

.header_mainsec .navbar-nav .nav-item .nav-link {
  color: #00007b;
  font-size: 16px;
  font-weight: 500;
  padding: 0px 15px;
  margin: 8px 0px;
}

.header_mainsec .navbar-nav .nav-item .nav-link:hover {
  color: #e74400;
}

.header_mainsec .navbar-nav .nav-item .nav-link.active {
  color: #e74400;
}

.header_mainsec .navbar-nav .nav-item.contact_menu {
  display: none;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu {
  padding: 0px 0px;
  min-width: 300px;
  overflow: hidden;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item {
  color: #00007b;
  font-size: 15px;
  font-weight: 500;
  line-height: 26px;
  padding: 13px 25px;
  border-bottom: 1px solid #e6e6e6;
  background-color: #fff;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu li .dropdown-item:hover {
  background-color: #e74400;
  color: #fff;
}

.header_mainsec .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
  display: block;
}

.header_mainsec .header_innerbox .btn_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.header_mainsec .btn_mainsec .btn_style {
  padding: 10px 35px;
}

.btn_mainsec .btn_style {
  background-color: #e74400;
  border: 1px solid #e74400;
  border-radius: 50px;
  padding: 12px 35px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  outline: none;
  box-shadow: none;
  transition: 0.3s ease-in-out;
}

.btn_mainsec .btn_style:hover {
  background-color: #00007b;
  border: 1px solid #00007b;
  color: #fff;
}

.footer_mainsec {
  background-color: #fff3ee;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.footer_mainsec .logotxt_sec .logobox img {
  width: 150px;
  height: auto;
}

.footer_mainsec .logotxt_sec .logobox {
  margin-bottom: 15px;
}

.footer_mainsec .logotxt_sec .logocontnt {
  margin-bottom: 30px;
}

.footer_mainsec .menubox.company_menu {
  padding-left: 55px;
}

.footer_mainsec .menubox .titlebox h4 {
  color: #e74400;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer_mainsec .menubox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 25px;
}

.footer_mainsec .menubox ul li {
  margin-bottom: 8px;
}

.footer_mainsec .menubox ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer_mainsec .menubox ul li a:hover {
  color: #00007B;
}

.footer_mainsec .info_box .titlebox h4 {
  color: #e74400;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer_mainsec .info_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.footer_mainsec .info_box ul li {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.footer_mainsec .info_box ul li:last-child {
  align-items: start;
}

.footer_mainsec .info_box .iconbox {
  width: 40px;
  height: 40px;
  background-color: #e74400;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.footer_mainsec .info_box .iconbox img {
  width: 20px;
  height: auto;
}

.footer_mainsec .info_box .icontxt {
  width: 60%;
}

.footer_mainsec .info_box .icontxt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.footer_mainsec .info_box .icontxt a {
  color: #000;
  text-decoration: underline !important;
}

.footer_mainsec .info_box .icontxt a:hover {
  color: #00007B;
}



.footer_mainsec .top_contnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 25px;
}

.footer_mainsec .top_contnt .leftbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.footer_mainsec .top_contnt .leftbox .contntbox {
  padding-right: 30px;
}

.footer_mainsec .top_contnt .leftbox .contntbox:last-child {
  padding-right: 0px;
}

.footer_mainsec .top_contnt .leftbox .contntbox h3 {
  color: #e74400;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  margin-bottom: 5px;
}

.footer_mainsec .top_contnt .leftbox .contntbox p {
  color: #8b8b8b;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
}

.footer_mainsec .top_contnt .rightbox {
  width: 30%;
}

.footer_mainsec .top_contnt .contactbox {
  background-color: #e74400;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px 40px;
  text-align: center;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}

.footer_mainsec .top_contnt .contactbox .contntbox h3 {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 15px;
}

.footer_mainsec .top_contnt .contactbox .contntbox .btn_mainsec .btn_style {
  padding: 7px 25px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 500;
  background-color: #fff;
  border-color: #fff;
  color: #e74400;
}

.footer_mainsec .top_contnt .contactbox .contntbox .btn_mainsec .btn_style:hover {
  background-color: #00007b;
  border: 1px solid #00007b;
  color: #fff;
}

.footer_mainsec .top_contnt .contactbox::before {
  content: "";
  background-image: url(../img/blue-shape01.png);
  background-repeat: no-repeat;
  background-size: 80px;
  background-position: center;
  width: 100px;
  height: 89px;
  position: absolute;
  left: -15px;
  bottom: -18px;
}

.footer_mainsec .top_contnt .contactbox::after {
  content: "";
  background-image: url(../img/blue-shape02.png);
  background-repeat: no-repeat;
  background-size: 57px;
  background-position: center;
  width: 100px;
  height: 89px;
  position: absolute;
  right: -25px;
  top: -31px;
}

.footer_mainsec .footer_menubox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #ddd;
}

.footer_mainsec .footer_menubox .menubox .titlebox h4 {
  color: #e74400;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
  margin-bottom: 20px;
}

.footer_mainsec .footer_menubox .menubox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.footer_mainsec .footer_menubox .menubox ul li {
  margin-bottom: 10px;
}

.footer_mainsec .footer_menubox .menubox ul li:last-child {
  margin-bottom: 0px;
}

.footer_mainsec .footer_menubox .menubox ul li a {
  color: #8b8b8b;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.footer_mainsec .footer_menubox .menubox ul li a:hover {
  color: #00007B;
}

.footer_mainsec .bottom_contnt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_mainsec .bottom_contnt .innerbox .contntbox {
  margin-bottom: 15px;
}

.footer_mainsec .bottom_contnt .innerbox .logobox img {
  width: 150px;
  height: auto;
  margin-right: 30px;
}

.footer_mainsec .followbox .titlebox h5 {
  color: #00007b;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.footer_mainsec .followbox ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.footer_mainsec .followbox ul li a {
  color: #e74400;
  font-size: 35px;
}

.footer_mainsec .followbox ul li a:hover {
  color: #00007b;
}

.copyright_mainsec {
  background-color: #e74400;
  padding: 15px 0px;
  position: relative;
}

.copyright_mainsec .copyright_txt {
  text-align: center;
}

.copyright_mainsec .copyright_txt p {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  display: block;
}

.form-control {
  background-color: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 4px !important;
  padding: 10px 15px !important;
  color: #000 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  line-height: 25px !important;
  outline: none !important;
  box-shadow: none !important;
}

.form-group textarea.form-control {
  height: 120px;
}

/* ============= Header Footer Css End ============= */


/* ============= Home page Css Start ============= */

.home_banner_mainsec {
  min-height: 800px;
  overflow: hidden;
  margin-top: -150px;
  padding-top: 170px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.home_banner_mainsec::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%,rgb(0, 0, 0) 56.5%);
  opacity: 0.58;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.home_banner_mainsec .video_mainbox {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
}

.home_bg_video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.home_banner_mainsec .contnt_mainbox {
  width: 100%;
}

.home_banner_mainsec .banner_contnt {
  position: relative;
  z-index: 99;
}

.home_banner_mainsec .banner_contnt h1 {
  color: #fff;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 20px;
}

.highlight_txt {
  color: #e74400;
  font-weight: 700;
  font-size: 55px;
}

.home_banner_mainsec .banner_contnt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 30px;
}

.index-module_type__E-SaG {
  color: #fff;
  font-size: 22px !important;
  font-weight: 500;
  line-height: 32px;
}

.home_banner_mainsec .banner_contnt .txt_btnstyle {
  margin-left: 30px;
}

.btn_mainsec .txt_btnstyle {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.btn_mainsec .txt_btnstyle:hover {
  color: #e74400;
}

.btn_mainsec .txt_btnstyle .playbtn {
  background-color: #fff;
  border-radius: 50px;
  width: 60px;
  height: 60px;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  line-height: 48px;
  padding: 8px;
  margin-right: 10px;
  animation: shadow-pulse 2s infinite;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn_mainsec .txt_btnstyle:hover .playbtn {
  background-color: #e74400;
}

.btn_mainsec .txt_btnstyle:hover .playbtn i {
  color: #fff;
}

.btn_mainsec .txt_btnstyle .playbtn i {
  color: #e74400;
  font-size: 18px;
  margin-left: 4px;
}

.home_banner_mainsec .banner_contnt .btn_mainsec {
  margin-top: 45px;
}

.home_banner_mainsec .banner_contnt .btn_mainsec span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  margin-right: 10px;
}

.home_banner_mainsec .banner_contnt .btn_mainsec .btn_style {
  padding: 16px 50px;
}

.home_banner_mainsec .banner_contnt .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.logo_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 30px;
}

.logo_mainbox .logobox {
  width: 20%;
}

.logo_mainbox .logobox img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

.trustedby_mainsec {
  padding-top: 0px;
  padding-bottom: 30px;
  position: relative;
}

.trustedby_mainsec .trustedby_innerbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 20px 40px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.1);
  margin-top: -80px;
  position: relative;
  z-index: 9;
}

.trustedby_mainsec .trustedby_innerbox::after {
  content: "";
  background-color: #e74400;
  width: 300px;
  height: 100%;
  border-radius: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.trustedby_mainsec .trustedby_innerbox .title_box {
  width: 25%;
  padding-right: 20px;
  position: relative;
  z-index: 99;
}

.trustedby_mainsec .trustedby_innerbox .title_box h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 0px;
}

.trustedby_mainsec .trustedby_innerbox .trusted_slider {
  width: 75%;
}

.trusted_slider .slick-list .slick-track {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.trustedby_mainsec .logobox img {
  width: 110px;
  height: auto;
  margin: 0px auto;
}

.services_mainsec {
  padding-top: 50px;
  padding-bottom: 80px;
  position: relative;
}

.services_mainsec .title_box {
  text-align: center;
  width: 80%;
  margin: 0px auto;
}

.services_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.highlight_normaltxt {
  color: #e74400;
  font-weight: 700;
  font-size: 36px;
}

.services_mainsec .services_tabsec {
  padding-top: 25px;
  width: 100%;
  margin: 0px auto;
}

.services_mainsec .services_tabsec .nav-tabs {
  justify-content: center;
  border: none;
}

.services_mainsec .services_tabsec .tabsec {
  text-align: center;
}

.services_mainsec .services_tabsec .nav-tabs {
  display: inline-block;
  width: 480px;
  background-color: #fff;
  border: none;
  border-radius: 6px;
  padding: 15px;
  box-shadow: 0px 2px 15px -1px rgba(231, 68, 0, 0.16);
  margin: 0px auto;
}

.services_mainsec .services_tabsec .nav-tabs .nav-item {
  width: 48%;
  float: left;
  margin: 0px 3px;
}

.services_mainsec .services_tabsec .nav-tabs .nav-item .nav-link {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 6px;
  width: 100%;
  padding: 12px 20px;
  color: #00007b;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  outline: none;
  box-shadow: none;
}

.services_mainsec .services_tabsec .nav-tabs .nav-item .nav-link:hover {
  background-color: #fff2ed;
  border: 1px solid #fff2ed;
  color: #e74400;
}

.services_mainsec .services_tabsec .nav-tabs .nav-item .nav-link.active {
  background-color: #e74400;
  border: 1px solid #e74400;
  color: #fff;
}

.services_mainsec .services_tabsec .contnt_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 20px;
}

.services_mainsec .services_tabsec .contnt_mainsec .imgbox {
  width: 50%;
}

.services_mainsec .services_tabsec .contnt_mainsec .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box {
  width: 50%;
  padding-left: 50px;
  padding-top: 15px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box h3 {
  color: #00007b;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 30px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 30px;
  width: 50%;
  position: relative;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul li::before {
  content: "";
  background-image: url(../img/checked-icon.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.counter_mainsec {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  background-color: #00007b;
}

.counter_mainsec > .container-fluid {
  padding-left: 9%;
}

.counter_mainsec .title_box {
  padding-right: 50px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.counter_mainsec .title_box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 25px;
}

.counter_mainsec .title_box p {
  color: #fff;
}

.counter_mainsec .title_box .btn_mainsec {
  margin-top: 40px;
}

.counter_mainsec .title_box .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.counter_mainsec .counter_mainbox {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 99;
  background-color: #000064;
}

.counter_mainbox .counter_box {
  width: 170px;
  height: 170px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 35px;
  position: relative;
  margin: 0px auto;
}

.counter_mainbox .counter_box::before {
  content: "";
  border: 4px solid transparent;
  border-radius: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.counter_mainsec:hover .counter_mainbox .counter_box::before {
  border-top-color: #e74400;
  border-right-color: #e74400;
  border-bottom-color: #e74400;
  transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.10s, border-bottom-color 0.15s linear 0.20s;
}

.counter_mainbox .counter_box::after {
  content: "";
  border: 4px solid transparent;
  border-radius: 100%;
  position: absolute;
  width: 100%;
  height: 100%;
}

.counter_mainsec:hover .counter_mainbox .counter_box::after {
  border-top: 4px solid #e74400;
  border-left-width: 4px;
  border-right-width: 4px;
  transform: rotate(270deg);
  transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.counter_mainbox .counter_box .counterinner .counter {
  color: #e74400;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
  margin-bottom: 10px;
  display: block;
}

.counter_mainbox .counter_box .counterinner .counter::after {
  content: "+";
  color: #e74400;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  margin-left: 5px;
}

.counter_mainbox .counter_box .counterinner p {
  color: #00007b;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.counter_mainsec .counter_mainbox .counterinner p {
  color: #7a7a7a;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.CircularProgressbar {
  background-color: #fff;
  border-radius: 50%;
}

.stepcontnt_mainsec {
  padding-top: 70px;
  padding-bottom: 50px;
  position: relative;
}

.stepcontnt_mainsec .title_box {
  text-align: center;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 50px;
}

.stepcontnt_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.stepcontnt_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.stepcontnt_mainsec .img_box img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.stepcontnt_mainsec .stepcontnt_box {
  padding-left: 15px;
  padding-top: 15px;
}

.stepcontnt_mainsec .stepcontnt_box .stepbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  margin-bottom: 20px;
}

.stepcontnt_mainsec .stepcontnt_box .stepbox .numbertxt {
  width: 40px;
  height: 40px;
  background-color: #e74400;
  border-radius: 50px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  padding: 8px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.stepcontnt_mainsec .stepcontnt_box .stepbox .contnttxt {
  width: 80%;
  padding-left: 20px;
}

.stepcontnt_mainsec .stepcontnt_box .stepbox .contnttxt h3 {
  color: #00007b;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.stepcontnt_mainsec .stepcontnt_box .btn_mainsec {
  margin-top: 40px;
}

.industries_mainsec {
  padding-top: 50px;
  padding-bottom: 0px;
  position: relative;
}

.industries_mainsec > .container-fluid {
  padding: 0px;
}

.industries_mainsec .title_box {
  text-align: center;
  margin-bottom: 25px;
}

.industries_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}

.industries_mainsec .industries_box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-right: 1px solid #fff;
  width: 100%;
  height: 500px;
  border-radius: 0px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  transition: all 0.3s;
}

.industries_mainsec .industries_box::after {
  content: "";
  width: 100%;
  height: 50%;
  background-image: linear-gradient(180deg, transparent 0 10%, #000000eb 100% 100%);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s;
}

.industries_mainsec .industries_box:hover::after {
  height: 100%;
}

.industries_mainsec .industries_box .contnt_box {
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  width: 100%;
  padding: 30px;
}

.industries_mainsec .industries_box .contnt_box h3 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 10px;
  transition: all 0.3s;
}

.industries_mainsec .industries_box:hover .contnt_box h3 {
  opacity: 0;
}

.industries_mainsec .industries_box .contnt_box p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.industries_mainsec .industries_box .contnt_box .floating_contnt h4 {
  color: #fff;
  font-size: 30px;
  font-weight: 700;
  line-height: 43px;
  margin-bottom: 10px;
}

.industries_mainsec .industries_box .contnt_box .floating_contnt {
  position: absolute;
  left: 0px;
  bottom: -120px;
  z-index: 9;
  visibility: hidden;
  padding: 30px;
  transition: all 0.3s;
}

.industries_mainsec .industries_box:hover .contnt_box .floating_contnt {
  bottom: 0px;
  visibility: visible;
}

.request_consultation_mainsec {
  padding-top: 50px;
  padding-bottom: 0px;
  margin-top: -6px;
  position: relative;
  overflow: hidden;
  background-color: #00007b;
}

.request_consultation_mainsec::after {
  content: "";
  background-color: #000064;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  position: absolute;
  left: -140px;
  top: -140px;
}

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

.request_consultation_mainsec .title_box {
  margin-bottom: 50px;
  position: relative;
  z-index: 9;
}

.request_consultation_mainsec .title_box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.request_consultation_mainsec .title_box h3::after {
  left: 0px;
  transform: inherit;
}

.request_consultation_mainsec .title_box p {
  color: #fff;
}

.request_consultation_mainsec .img_box {
  text-align: center;
  position: relative;
}

.request_consultation_mainsec .img_box img {
  width: 50%;
  height: auto;
  position: relative;
  z-index: 9;
}

.request_consultation_mainsec .img_box::after {
  content: "";
  background-color: #000064;
  border-radius: 50%;
  width: 520px;
  height: 520px;
  position: absolute;
  left: 50%;
  bottom: -123px;
  transform: translate(-50%);
}

.request_consultation_mainsec  .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.faq_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.faq_mainsec .title_box {
  margin-bottom: 30px;
}

.faq_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}

.faq_boxsec .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #d9d9d9;
}

.faq_boxsec .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #00007b;
  border: none;
  border-radius: 8px;
  padding: 20px 25px;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  outline: none;
  box-shadow: none;
}

.faq_boxsec .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: none;
}

.faq_boxsec .accordion .accordion-item .accordion-header .accordion-button.collapsed {
  background-color: transparent;
  color: #000;
}

.faq_boxsec .accordion .accordion-item .accordion-button .iconbox {
  margin-right: 15px;
  transition: all 0.3s;
}

.faq_boxsec .accordion .accordion-item .accordion-button .iconbox i {
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.faq_boxsec .accordion .accordion-item .accordion-header .accordion-button.collapsed .iconbox i {
  transform: rotate(0deg);
}

.faq_boxsec .accordion .accordion-item .accordion-collapse .accordion-body {
  padding: 15px 20px;
  color: #7a7a7a;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 10px;
}

.faq_mainsec .imgbox {
  background-color: #e74401;
  height: 100%;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}

.faq_mainsec .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.testimonial_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-image: url(../img/testimoniali-bgimg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

.testimonial_mainsec::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.85);
  position: absolute;
  bottom: 0px;
  left: 0px;
  transition: all 0.3s;
}

.testimonial_mainsec .title_box {
  text-align: center;
  width: 80%;
  margin: 0px auto;
  margin-bottom: 40px;
  position: relative;
  z-index: 99;
}

.testimonial_mainsec .title_box h3 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}

.testimonial_mainsec .title_box p {
  color: #fff;
}

.testimonial_mainsec .testimonial_mainbox {
  position: relative;
  z-index: 99;
}

.testimonial_mainbox .slick-track .slick-slide {
  padding: 0px 8px;
}

.testimonial_mainbox .testimonial_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 30px;
  padding-bottom: 120px;
  position: relative;
  min-height: 340px;
}

.testimonial_mainbox .testimonial_box .contnt_box {
  margin-bottom: 0px;
}

.testimonial_mainbox .testimonial_box .contnt_box p {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.testimonial_box .name_imgbox {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 100%;
}

.testimonial_mainbox .testimonial_box .name_imgbox .imgbox .imgsec {
  width: 75px;
  height: 75px;
  background-color: #ffdfd1;
  border-radius: 50%;
  margin: 0px auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.testimonial_mainbox .testimonial_box .name_imgbox .imgbox .imgsec img {
  width: 100%;
  height: auto;
}

.testimonial_mainbox .testimonial_box .name_imgbox .namebox h4 {
  color: #e74400;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.testimonial_mainbox .testimonial_box .name_imgbox .namebox p {
  color: #919191;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
}

.testimonial_mainbox .slick-dots {
  bottom: -35px;
}

.testimonial_mainbox .slick-dots li {
  margin: 0px;
}

.testimonial_mainbox .slick-dots li button::before {
  font-size: 12px;
  color: #fff !important;
}

.testimonial_mainbox .slick-dots li.slick-active button::before {
  opacity: 1 !important;
}

.contactform_mainsec {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  background-color: #ffe5da;
}

.contactform_mainsec .title_box {
  padding-top: 25px;
}

.contactform_mainsec .title_box h3 {
  color: #00007b;
  font-size: 60px;
  font-weight: 600;
  line-height: 67px;
  margin-bottom: 10px;
}

.contactform_mainsec .title_box h3 .highlight_normaltxt {
  font-size: 60px;
}

.contactform_mainsec .title_box p {
  font-size: 18px;
  line-height: 30px;
  color: #000;
}

.contactform_mainsec .form_mainsec {
  width: 94%;
  margin-left: 50px;
  background-color: #e74400;
  border-radius: 10px;
  padding: 50px 50px;
  box-shadow: 0px 3px 30px 0px rgba(0, 0, 123, 0.18);
}

.contactform_mainsec .form_mainsec .btn_mainsec .btn_style:hover {
  background-color: #00007b;
  border: 1px solid #00007b;
  color: #fff;
}

.contactform_mainsec .form_mainsec .btn_mainsec .btn_style {
  background-color: #00007b;
  border: 1px solid #00007b;
  color: #fff;
}

.contactform_mainsec .form_mainsec .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.home_wrapper .blog_mainbox {
  margin-bottom: 0px;
}

/* ============= Home page Css End ============= */


/* ============= About Us page Css Start ============= */

.aboutus_wrapper .otherpage_banner {
  background-position: top center;
}

.whoweare_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

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

.whoweare_mainsec .imgbox_sec {
  padding-right: 20px;
}

.whoweare_mainsec .imgbox_sec img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.whoweare_mainsec .contntbox {
  padding-left: 10px;
}

.whoweare_mainsec .contntbox h5 {
  color: #e74400;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.whoweare_mainsec .contntbox h2 {
  color: #00007b;
  font-size: 45px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 20px;
}

.whoweare_mainsec .contntbox .btn_mainsec {
  margin-top: 30px;
}

.about_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-color: #00007b;
}

.about_mainsec .contntbox {
  text-align: center;
  width: 90%;
  margin: 0px auto;
}

.about_mainsec .contntbox h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 25px;
}

.about_mainsec .contntbox h2 .highlight_txt {
  font-size: 36px;
}

.about_mainsec .contntbox p {
  color: #fff;
}

.privacypolicy_mainsec {
  padding-top: 35px;
  padding-bottom: 40px;
  position: relative;
}

.privacypolicy_wrapper .otherpage_banner {
  background-position: top center;
}

.privacypolicy_mainsec .contnt_box h2 {
  color: #00007b;
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.privacypolicy_mainsec .contnt_box h3 {
  color: #00007b;
  font-size: 26px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.privacypolicy_mainsec .contnt_box h4 {
  color: #00007b;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 15px;
  margin-top: 30px;
}

.privacypolicy_mainsec .contnt_box p {
  margin-bottom: 20px;
}



/* ============= About Us page Css End ============= */


/* ============= Offshore Marketing Team Page Css Start ============= */

.otherpage_banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 200px;
  padding-bottom: 100px;
  margin-top: -150px;
  min-height: 550px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.otherpage_banner::after {
  content: "";
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.91) 0%,rgb(0, 0, 0) 56.5%);
  opacity: 0.58;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 9;
}

.otherpage_banner .banner_contnt {
  position: relative;
  z-index: 99;
}

.otherpage_banner .banner_contnt h1 {
  color: #fff;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
  margin-bottom: 10px;
}

.otherpage_banner .banner_contnt p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
}

.otherpage_banner .banner_contnt .btn_mainsec {
  margin-top: 40px;
}

.otherpage_banner .banner_contnt .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.breadcrumb_mainsec {
  position: relative;
  z-index: 99;
  margin-bottom: 30px;
}

.breadcrumb_mainsec ul {
  padding-left: 0px;
  margin-bottom: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 35px;
}

.breadcrumb_mainsec ul li {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: relative;
}

.breadcrumb_mainsec ul li::after {
  content: "››";
  color: #fff;
  font-size: 16px;
  position: absolute;
  top: 0px;
  right: -20px;
}

.breadcrumb_mainsec ul li:last-child::after {
  content: "";
}

.breadcrumb_mainsec ul li a {
  color: #fff;
}

.breadcrumb_mainsec ul li a:hover {
  color: #e74400;
}

.offshoremarketingteam_wrapper .otherpage_banner {
  padding-bottom: 0px;
}

.OffshoreWebDevelopers_wrapper .otherpage_banner {
  padding-bottom: 0px;
}

.offshoremarketingteam_wrapper .otherpage_banner > .container > .row {
  align-items: center;
}

.OffshoreWebDevelopers_wrapper .otherpage_banner > .container > .row {
  align-items: center;
}

.banner_formsec {
  position: relative;
  z-index: 99;
  background-color: #e74400db;
  border-radius: 10px 10px 0px 0px;
  padding: 40px;
  width: 85%;
  float: right;
}

.banner_formsec .form_group {
  margin-bottom: 30px;
}

.banner_formsec .form_group .form-label {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}

.banner_formsec .form_group textarea.form-control {
  height: 110px;
}

.banner_formsec .btn_mainsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  margin-top: 15px;
}

.banner_formsec .btn_mainsec .btn_style {
  background-color: #00007b;
  border: 1px solid #00007b;
  color: #fff;
}

.banner_formsec .btn_mainsec .btn_style:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #00007b;
}

.banner_formsec .btn_mainsec span {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 23px;
  position: relative;
}

.banner_formsec .btn_mainsec span::before {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner_formsec .btn_mainsec span::after {
  content: "";
  width: 2px;
  height: 20px;
  background-color: #fff;
  position: absolute;
  bottom: -32px;
  left: 50%;
  transform: translate(-50%,-50%);
}

.banner_formsec .btn_mainsec .txt_btn {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 27px;
  text-decoration: underline !important;
}

.banner_formsec .btn_mainsec .txt_btn:hover {
  color: #00007b;
}

.about_pagesec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
  background-color: #fff1eb;
}

.about_pagesec .contnt_boxsec {
  text-align: center;
}

.about_pagesec .contnt_boxsec h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.about_pagesec .contnt_boxsec .btn_mainsec {
  margin-top: 30px;
}

.about_pagesec .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.what_exceptional_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.what_exceptional_mainsec .contnt_boxsec {
  padding-left: 20px;
  padding-top: 10px;
}

.what_exceptional_mainsec .contnt_boxsec h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.what_exceptional_mainsec .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.what_exceptional_mainsec .contnt_boxsec ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 15px;
  margin-top: 30px;
}

.what_exceptional_mainsec .contnt_boxsec ul li {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.what_exceptional_mainsec .contnt_boxsec ul li::before {
  content: "";
  background-image: url(../img/checked-icon.png);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0px;
}

.what_exceptional_mainsec .contnt_boxsec .btn_mainsec {
  margin-top: 30px;
}

.servicespage_mainsec {
  padding-top: 70px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  background-color: #00007b;
}

.servicespage_mainsec .title_box {
  text-align: center;
}

.servicespage_mainsec .title_box h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 10px;
}

.services_mainbox {
  margin-top: 40px;
  margin-bottom: -100px;
}

.services_mainbox .services_box .services_innerbox {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 285px;
  padding: 25px;
  border-radius: 6px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  position: relative;
  overflow: hidden;
}

.services_mainbox .services_box .services_innerbox::after {
  content: "";
  background: linear-gradient(180deg, transparent 0 10%, #000000eb 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
}

.servicespage_mainsec .title_box p {
  color: #fff;
}

.services_mainbox .slick-list .slick-slide {
  padding: 0px 10px;
}

.services_mainbox .services_box .title_sec {
  text-align: center;
  position: relative;
  z-index: 9;
  width: 100%;
}

.services_mainbox .services_box .title_sec h3 {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 0px;
}

.team_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff3ee;
}

.team_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.team_slider .slick-list .slick-slide {
  padding: 0px 10px;
}

.team_mainbox {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.team_mainbox .team_imgbox {
  width: 100%;
  height: 350px;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  position: relative;
  transition: 0.5s ease-in-out;
}

.team_mainbox .team_imgbox::after {
  content: "";
  background-image: linear-gradient(180deg, transparent 0 60%, #000000eb 100% 100%);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 9;
}

.team_mainbox .team_imgbox img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

.team_mainbox:hover .team_imgbox img {
  transform: scale(1.1);
  transition: 0.5s ease-in-out;
}

.team_mainbox .contnt_box {
  padding: 18px 20px;
  width: 100%;
  background-color: #00007b9c;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 9;
  height: 17%;
  transition: all 0.5s;
  text-align: center;
}

.team_mainbox:hover .contnt_box {
  height: 30%;
}

.team_mainbox .contnt_box h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 10px;
}

.team_mainbox .contnt_box p {
  color: #fff;
  line-height: 22px;
}

.why_hire_mainsec {
  padding-top: 170px;
  padding-bottom: 50px;
  position: relative;
}

.OffshoreWebDevelopers_wrapper .why_hire_mainsec {
  background-color: #fff3ee;
}

.why_hire_mainsec .title_box {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.why_hire_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.why_hire_mainsec .img_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: end;
  position: relative;
}

.why_hire_mainsec .img_mainbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.why_hire_mainsec .img_mainbox .img_box {
  width: 75%;
}

.why_hire_mainsec .img_mainbox .img_twobox {
  width: 40%;
  position: absolute;
  top: 50%;
  left: 45px;
  transform: translate(0%,-50%);
}

.why_hire_mainsec .img_mainbox .img_twobox .img_innerbox {
  margin-bottom: 15px;
  border: 10px solid #fff;
  border-radius: 15px;
}

.why_hire_mainsec .contnt_boxsec {
  padding-left: 30px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt {
  margin-bottom: 30px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt h3 {
  color: #00007b;
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt ul {
  padding-left: 25px;
  margin-bottom: 0px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt ul li {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 5px;
}

.tools_logobox {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff3ee;
}

.tools_logobox .title_box {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.tools_logobox .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.tools_logobox .logo_boxsec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.tools_logobox .logo_boxsec .logobox {
  width: 140px;
  background-color: #e7440012;
  border-radius: 6px;
  padding: 7px;
}

.tools_logobox .logo_boxsec .logobox img {
  width: 100%;
  height: auto;
}

.designation_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.designation_mainsec .title_box {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.designation_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.borderbox_mainsec {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  position: relative;
  box-shadow: 0px 6px 25px 0px rgba(0, 0, 0, 0.11);
  overflow: hidden;
  margin-bottom: 25px;
  min-height: 305px;
}

.borderbox_mainsec .iconbox {
  margin-bottom: 30px;
}

.borderbox_mainsec .iconbox::after {
  content: "";
  width: 110px;
  height: 110px;
  background-color: #e74400;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
  transition: 0.5s ease-in-out;
}

.borderbox_mainsec:hover .iconbox::after {
  width: 110%;
  height: 110%;
  border-radius: 0px;
  top: -20px;
  left: -20px;
}

.borderbox_mainsec .iconbox img {
  width: 45px;
  height: auto;
  position: relative;
  z-index: 9;
}

.borderbox_mainsec .contntbox {
  position: relative;
  z-index: 9;
}

.borderbox_mainsec .contntbox h3 {
  color: #00007b;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.borderbox_mainsec:hover .contntbox h3 {
  color: #fff;
}

.borderbox_mainsec:hover .contntbox p {
  color: #fff;
}

.dedicated_development_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

.dedicated_development_mainsec > .container > .row {
  align-items: center;
}

.dedicated_development_mainsec .title_box {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.dedicated_development_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.dedicated_development_mainsec .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.dedicated_development_mainsec .contnt_mainsec {
  padding-left: 30px;
}

.dedicated_development_mainsec .contnt_mainsec .contntbox {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 25px;
  margin-bottom: 15px;
}

.dedicated_development_mainsec .contnt_mainsec .contntbox h3 {
  color: #00007b;
  font-size: 22px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 10px;
}

.agency_services_mainsec .services_mainbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  justify-content: center;
  gap: 15px;
  margin: 0px;
}

.agency_services_mainsec .services_mainbox .services_boxsec {
  width: 32%;
  background-color: #fff3ee;
  border-bottom: 5px solid #e74400;
  border-radius: 15px 15px 0px 0px;
  padding: 30px;
  min-height: 390px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  transition: 0.5s ease-in-out;
  position: relative;
  overflow: hidden;
}

.agency_services_mainsec .services_mainbox .services_boxsec .iconbox {
  margin-bottom: 25px;
}

.agency_services_mainsec .services_mainbox .services_boxsec .iconbox img {
  width: 60px;
  height: auto;
}

.agency_services_mainsec .services_mainbox .services_boxsec .titlebox h3 {
  color: #00007b;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.agency_services_mainsec .services_mainbox .services_boxsec .inner_contnt .contntbox {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.agency_services_mainsec .services_mainbox .services_boxsec .btn_mainsec {
  margin-top: 10px;
}

.agency_services_mainsec .services_mainbox .services_boxsec .btn_mainsec .txt_btn {
  color: #e74400;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
}

.agency_services_mainsec .services_mainbox .services_boxsec .btn_mainsec .txt_btn:hover {
  color: #00007b;
}

.agency_services_mainsec .services_mainbox .services_boxsec .inner_contnt {
  transition: 0.5s ease-in-out;
}

.agency_services_mainsec .services_mainbox .services_boxsec .full_contnt {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 30px 30px;
  transition: 0.5s ease-in-out;
  overflow: hidden;
  height: 100%;
  background-color: #e74400;
  border-radius: 15px 15px 0px 0px;
}

.agency_services_mainsec .services_mainbox .services_boxsec .full_contnt .contntbox p {
  color: #fff;
}

.full_contnt_slide {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-height: 90vh;
  background: #e74400;
  box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.15);
  transform: translateY(100%);
  transition: transform 0.4s ease-in-out;
  z-index: 9999;
  padding: 40px 30px 20px;
  overflow-y: auto;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  height: 100%;
}

.full_contnt_slide.slide-in {
  transform: translateY(0%);
}

.full_contnt_slide.slide-out {
  transform: translateY(100%);
}

.full_contnt_slide .contntbox p {
  color: #fff;
}

.full_contnt_slide .contntbox .close-btn {
  color: #fff;
}

.full_contnt_slide .contntbox .close-btn:hover {
  color: #00007b;
}

.close-btn {
  background: none;
  border: none;
  font-size: 24px;
  position: absolute;
  top: 15px;
  right: 20px;
  cursor: pointer;
}

/* ============= Offshore Marketing Team Page Css End ============= */


/* ============= Digital Marketing Page Css Start ============= */

.agency_services_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.agency_services_mainsec .container > .row {
  justify-content: center;
}

.agency_services_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 35px;
  text-align: center;
}

.agency_services_mainsec .services_tab {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.agency_services_mainsec .services_tab .nav-tabs {
  width: 25%;
  border: none;
}

.agency_services_mainsec .services_tab .tab-content {
  width: 75%;
}

.agency_services_mainsec .services_tab .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 6px;
}

.agency_services_mainsec .services_tab .nav-tabs .nav-item .nav-link {
  width: 100%;
  background-color: #ffebe3;
  border: none;
  border-radius: 7px;
  padding: 15px;
  color: #00007b;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  outline: none;
  box-shadow: none;
}

.agency_services_mainsec .services_tab .nav-tabs .nav-item .nav-link:hover {
  background-color: #e74400;
  color: #fff;
}

.agency_services_mainsec .services_tab .nav-tabs .nav-item .nav-link.active {
  background-color: #e74400;
  color: #fff;
}

.agency_services_mainsec .services_tab .contnt_boxsec {
  padding-top: 10px;
  padding-left: 35px;
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.agency_services_mainsec .services_tab .contnt_boxsec .contntsec {
  width: 50%;
  padding-right: 35px;
}

.agency_services_mainsec .services_tab .contnt_boxsec .imgbox {
  width: 50%;
}

.agency_services_mainsec .services_tab .contnt_boxsec .imgbox img {
  width: 88%;
  height: auto;
  border-radius: 10px;
}

.agency_services_mainsec .services_tab .contnt_boxsec .contntsec .imgbox {
  float: left;
  width: 50%;
  padding-right: 30px;
  padding-bottom: 15px;
}

.agency_services_mainsec .services_tab .contnt_boxsec .contntsec img {
  width: 100%;
  border-radius: 6px;
}

.agency_services_mainsec .services_tab .contnt_boxsec .contntsec h2 {
  color: #00007b;
  font-size: 26px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 15px;
}

.agency_services_mainsec .services_gridformat {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 10px;
}

.agency_services_mainsec .services_gridformat .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.agency_services_mainsec .services_gridformat .imgbox {
  width: 100%;
  height: 470px;
  overflow: hidden;
  border-radius: 10px;
}

.agency_services_mainsec .services_gridformat .contntbox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px;
  background-color: #e74400f5;
  border-radius: 0px 0px 10px 10px;
  height: 16%;
  transition: all 0.5s ease;
}

.agency_services_mainsec .services_gridformat:hover .contntbox {
  height: 100%;
}

.agency_services_mainsec .services_gridformat .contntbox .titlebox h3 {
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 20px;
}

.agency_services_mainsec .services_gridformat .contntbox .cotntbox p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  margin-bottom: 0px;
}

.agency_services_mainsec .services_gridformat.flipping {
  transform-style: preserve-3d;
}

.agency_services_mainsec .services_gridformat.flipping .contntbox {
  transform: rotateY(180deg);
  opacity: 0;
  height: 100%;
}

.agency_services_mainsec .services_gridformat.flipping:hover .contntbox {
  opacity: 1;
  transform: rotateY(360deg);
}

.why_agencies_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  background-color: #fff3ee;
}

.why_agencies_mainsec .title_box {
  text-align: center;
  width: 85%;
  margin: 0px auto;
  margin-bottom: 40px;
}

.why_agencies_mainsec .title_box h2 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 15px;
}

.designation_mainsec.share_workload_mainsec {
  background-color: #fff3ee;
}

/* ============= Digital Marketing Page Css End ============= */


/* ============= Blog Page Css End ============= */

.blog_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.blog_mainsec .title_box h3 {
  color: #00007b;
  font-size: 36px;
  font-weight: 600;
  line-height: 42px;
  margin-bottom: 30px;
  text-align: center;
}

.blog_mainbox {
  position: relative;
  margin-bottom: 30px;
}

.blog_mainbox .imgbox {
  width: 100%;
  height: 265px;
  overflow: hidden;
  border-radius: 8px;
}

.blog_mainbox .imgbox img {
  width: 100%;
  height: auto;
  transform: scale(1);
  transition: 0.5s ease-in-out;
}

.blog_mainbox:hover .imgbox img {
  transform: scale(1.1);
}

.blog_mainbox .contntbox {
  padding-top: 20px;
}

.blog_mainbox .contntbox h3 {
  color: #00007b;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 15px;
}

.blog_mainbox .contntbox p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog_mainbox .contntbox .txt_btnsec .btn_style {
  color: #e74400;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  transition: 0.3s ease-in-out;
}

.blog_mainbox .contntbox .txt_btnsec .btn_style:hover {
  color: #00007b;
}

.blog_mainbox .contntbox .txt_btnsec .btn_style i {
  margin-left: 4px;
}

.blog_mainsec .btn_mainsec {
  text-align: center;
  margin-top: 20px;
}

.blog_details_box {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.blog_details_box .contnt_box h2 {
  color: #00007b;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.blog_details_box .contnt_box h3 {
  color: #00007b;
  font-size: 28px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 20px;
}

.blog_details_box .contnt_box h4 {
  color: #00007b;
  font-size: 24px;
  font-weight: 600;
  line-height: 33px;
  margin-bottom: 20px;
}

.blog_details_box .contnt_box h5 {
  color: #00007b;
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 20px;
}

.blog_details_box .contnt_box h6 {
  color: #00007b;
  font-size: 18px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 20px;
}

.blog_details_box .contnt_box p {
  margin-bottom: 25px;
}

.blog_details_box .contnt_box p a {
  color: #000;
  text-decoration: underline !important;
}

.blog_details_box .contnt_box p a:hover {
  color: #e74400;
}

.blog_details_box .contnt_box .imgbox img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  margin-bottom: 25px;
}

.blog_details_box .faq_mainsec {
  padding-top: 50px;
  padding-bottom: 20px;
}

.author_info {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  position: relative;
  z-index: 99;
}

.author_info .iconbox .far {
  color: #e74400;
  font-size: 20px;
  margin-right: 10px;
}

.author_info .iconbox span {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.blog_sidebar {
  padding-left: 30px;
}

.blog_sidebar .category_box {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  margin-bottom: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
}

.blog_sidebar .category_box h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.blog_sidebar .category_box ul {
  padding-left: 15px;
  margin-bottom: 0px;
  list-style: none;
}

.blog_sidebar .category_box ul li {
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}

.blog_sidebar .category_box ul li a {
  color: #000;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
}

.blog_sidebar .category_box ul li a:hover {
  color: #e74400;
}

.blog_sidebar .category_box ul li::before {
  content: "";
  background-image: url("../img/right-double-arrow.png");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: -15px;
}

.blog_sidebar .latest_postbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 25px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.13);
  margin-bottom: 25px;
}

.blog_sidebar .latest_postbox .titlebox h3 {
  color: #000;
  font-size: 26px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 20px;
}

.blog_sidebar .latest_postbox ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.blog_sidebar .latest_postbox ul li {
  margin-bottom: 20px;
}

.blog_sidebar .latest_postbox ul li:last-child {
  margin-bottom: 0px;
}

.blog_sidebar .latest_postbox ul li .postbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
}

.blog_sidebar .latest_postbox .postbox .imgbox {
  width: 30%;
  height: 70px;
  overflow: hidden;
}

.blog_sidebar .latest_postbox .postbox .imgbox img {
  width: 100%;
  height: auto;
}

.blog_sidebar .latest_postbox .postbox .contntbox {
  width: 70%;
  padding-left: 15px;
}

.blog_sidebar .latest_postbox .postbox .contntbox h4 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.blog_sidebar .latest_postbox .postbox .contntbox h4 a {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.blog_sidebar .latest_postbox .postbox .contntbox h4 a:hover {
  color: #e74400;
}

.share_social_sec {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 50px;
}

.share_social_sec .titletxt {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 26px;
}

.share_social_sec ul {
  padding-left: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 0px;
}

.share_social_sec ul li a {
  width: 35px;
  height: 35px;
  background-color: #e74400;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.share_social_sec ul li a:hover {
  background-color: #00007b;
}

/* ============= Blog Page Css End ============= */


/* ============= Contact Us Page Css Start ============= */

.contactus_wrapper .otherpage_banner {
  background-position: top center;
}

.contact_mainsec {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

.contact_mainsec .form_mainbox {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  padding: 40px;
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.13);
}

.contact_mainsec .form_mainbox .form_group {
  margin-bottom: 25px;
}

.contact_mainsec .form_mainbox .form_group .form-label {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
}

.contact_mainsec .form_mainbox .form_group textarea.form-control {
  min-height: 150px;
}

.contact_mainsec .form_mainbox .btn_mainsec .btn_style {
  width: 100%;
  padding: 12px 35px;
}

.contact_mainsec .contnt_box {
  padding-top: 5px;
  padding-left: 25px;
}

.contact_mainsec .contnt_box .title_box {
  margin-bottom: 25px;
}

.contact_mainsec .contnt_box .title_box h5 {
  color: #e74400;
  font-size: 16px;
  font-weight: 600;
  line-height: 27px;
  margin-bottom: 5px;
}

.contact_mainsec .contnt_box .title_box h2 {
  color: #000;
  font-size: 45px;
  font-weight: 600;
  line-height: 53px;
  margin-bottom: 0px;
}

.contact_mainsec .contnt_box .info_box ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
}

.contact_mainsec .contnt_box .info_box ul li {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}

.contact_mainsec .contnt_box .info_box ul li:last-child {
  align-items: start;
}

.contact_mainsec .contnt_box .info_box .iconbox {
  width: 40px;
  height: 40px;
  background-color: #e74400;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contact_mainsec .contnt_box .info_box .iconbox img {
  width: 20px;
  height: auto;
}

.contact_mainsec .contnt_box .info_box .icontxt {
  width: 60%;
}

.contact_mainsec .contnt_box .info_box .icontxt p {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.contact_mainsec .contnt_box .info_box .icontxt a {
  color: #000;
  text-decoration: underline !important;
}

.contact_mainsec .contnt_box .info_box .icontxt a:hover {
  color: #e74400;
}

.contact_mainsec .map_sec {
  margin-top: 50px;
  background-color: #fff;
  border-radius: 5px;
  padding: 5px;
  box-shadow: 0px 1px 15px -1px rgba(0, 0, 0, 0.13);
}

/* ============= Contact Us Css End ============= */


.websitedev_popup {
  position: relative;
}

.websitedev_popup::after {
  content: "";
  background-color: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 99999;
}

.websitedev_popup .popupbox {
  display: flex;
  flex-wrap: wrap;
  align-items: start;
  width: 900px;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999999;
  transform: translate(-50%,-50%);
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  animation: fadeIn 0.3s ease-in-out;
}

.websitedev_popup .popupbox .imgbox {
  width: 50%;
  height: 575px;
  overflow: hidden;
}

.websitedev_popup .popupbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.websitedev_popup .popupbox .contntbox {
  width: 50%;
  padding: 30px;
  position: relative;
}

.websitedev_popup .popupbox .contntbox h2 {
  color: #00007b;
  font-size: 30px;
  font-weight: 600;
  line-height: 37px;
  margin-bottom: 10px;
}

.websitedev_popup .popupbox .contntbox h2 .highlight_normaltxt {
  font-size: 30px;
}

.websitedev_popup .popupbox .contntbox .crossbtn {
  position: absolute;
  top: 10px;
  right: 15px;
}

.websitedev_popup .popupbox .contntbox .crossbtn i {
  font-size: 25px;
  color: #000;
  cursor: pointer;
}

.websitedev_popup .popupbox .contntbox .crossbtn i:hover {
  color: #e74400;
}

.websitedev_popup .popupbox .contntbox .form_mainsec .form-group {
  margin-bottom: 10px;
}

@keyframes fadeIn {
  from { opacity: 0 }
  to { opacity: 1 }
}

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

.freewebsite_consultation .img_box img {
  width: 100%;
}



/* ============= Responsive Css Start ============= */

@media only screen and (max-width: 767px) {
.container {
  padding: 0px 20px !important;
}

.header_mainsec .header_innerbox {
  width: 94%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 0px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.1);
}

.header.sticky .header_mainsec .header_innerbox {
  padding: 15px;
}

.header_mainsec .header_innerbox .navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0px;
  position: absolute;
  top: 35px;
  right: 15px;
  outline: none;
  box-shadow: none;
}

.header .header_mainsec .header_innerbox .navbar-nav {
  margin-top: 15px;
}

.header_mainsec .navbar-nav .nav-item.contact_menu {
  display: block;
}

.header_mainsec .header_innerbox .btn_mainsec {
  display: none;
}

.header_mainsec .header_innerbox .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/menubar-icon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

.header .header_mainsec .navbar {
  padding: 0px;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 100%;
}

.home_banner_mainsec {
  margin-top: -30px;
  padding-top: 180px;
}

.home_banner_mainsec .banner_contnt h1 {
  font-size: 40px;
  line-height: 55px;
}

.highlight_txt {
  font-size: 50px;
}

.logo_mainbox {
  gap: 10px;
}

.logo_mainbox .logobox {
  width: 22%;
}

.trustedby_mainsec .trustedby_innerbox {
  padding: 25px;
}

.trustedby_mainsec .trustedby_innerbox .title_box {
  width: 100%;
  padding-right: 0px;
  text-align: center;
  margin-bottom: 40px;
}

.trustedby_mainsec .trustedby_innerbox::after {
  width: 100%;
  height: 43%;
}

.trustedby_mainsec .trustedby_innerbox .trusted_slider {
  width: 100%;
  position: relative;
  z-index: 99;
}

.services_mainsec {
  padding-top: 30px;
  padding-bottom: 30px;
}

.services_mainsec .title_box {
  width: 100%;
}

.services_mainsec .services_tabsec .nav-tabs {
  width: 100%;
}

.services_mainsec .services_tabsec .nav-tabs .nav-item {
  width: 100%;
  margin-bottom: 3px;
}

.services_mainsec .services_tabsec .contnt_mainsec .imgbox {
  width: 100%;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box {
  width: 100%;
  padding-left: 0px;
  padding-top: 25px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul {
  margin-bottom: 0px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul li {
  width: 100%;
  margin-bottom: 10px;
}

.counter_mainsec {
  padding-top: 50px;
  padding-bottom: 0px;
}

.counter_mainsec .title_box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 50px;
}

.counter_mainsec > .container-fluid {
  padding: 0px 0px;
}

.counter_mainsec .counter_mainbox {
  display: inherit;
  padding: 50px 20px;
}

.counter_mainsec .counter_mainbox .row > div {
  max-width: inherit;
  flex-wrap: wrap;
  gap: 20px !important;
}

.counter_mainsec .counter_mainbox .counterinner {
  margin: 0px auto;
  margin-bottom: 15px;
}

.stepcontnt_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.stepcontnt_mainsec .title_box {
  width: 100%;
  margin-bottom: 30px;
}

.stepcontnt_mainsec .stepcontnt_box {
  padding-top: 25px;
  padding-left: 0px;
}

.stepcontnt_mainsec .stepcontnt_box .btn_mainsec {
  margin-top: 25px;
}

.industries_mainsec {
  padding-top: 0px;
  padding-bottom: 0px;
}

.industries_mainsec .title_box {
  padding: 0px 20px;
}

.request_consultation_mainsec .img_box {
  margin-top: 40px;
}

.request_consultation_mainsec .img_box img {
  width: 70%;
}

.request_consultation_mainsec .img_box::after {
  width: 300px;
  height: 300px;
  bottom: -70px;
}

.request_consultation_mainsec.freewebsite_consultation .img_box {
  margin-top: 45px;
}

.request_consultation_mainsec.freewebsite_consultation .img_box img {
  width: 100%;
}

.request_consultation_mainsec.freewebsite_consultation .img_box::after {
  width: 270px;
  height: 270px;
}

.faq_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.faq_mainsec .faq_boxsec {
  margin-bottom: 30px;
}

.testimonial_mainsec {
  padding-top: 40px;
  padding-bottom: 70px;
}

.testimonial_mainsec .title_box {
  width: 100%;
}

.blog_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.blog_mainbox .imgbox {
  width: 100%;
  height: auto;
}

.home_wrapper .blog_mainbox {
  margin-bottom: 30px;
}

.contactform_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contactform_mainsec .title_box {
  padding-top: 0px;
  margin-bottom: 30px;
}

.contactform_mainsec .title_box h3 {
  font-size: 40px;
  line-height: 50px;
}

.contactform_mainsec .title_box h3 .highlight_normaltxt {
  font-size: 40px;
}

.contactform_mainsec .form_mainsec {
  width: 100%;
  margin-left: 0px;
  padding: 30px 30px;
}

.footer_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer_mainsec > .container > .row {
  gap: 20px;
}

.footer_mainsec .menubox.company_menu {
  padding-left: 0px;
}

.footer_mainsec .info_box .icontxt {
  width: 75%;
}

.otherpage_banner {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-top: 0px;
  min-height: 440px;
}

.otherpage_banner .banner_contnt h1 {
  font-size: 35px;
  line-height: 43px;
}

.whoweare_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.whoweare_mainsec .imgbox_sec {
  padding-right: 0px;
  margin-bottom: 20px;
}

.whoweare_mainsec .contntbox h2 {
  font-size: 36px;
  line-height: 43px;
}

.about_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.about_mainsec .contntbox {
  width: 100%;
}

.blog_details_box {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blog_sidebar {
  padding-left: 0px;
  margin-top: 40px;
}

.contact_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.contact_mainsec .form_mainbox {
  padding: 30px;
}

.contact_mainsec .contnt_box {
  padding-top: 40px;
  padding-left: 0px;
}

.contact_mainsec .contnt_box .title_box h2 {
  font-size: 36px;
  line-height: 43px;
}

.privacypolicy_mainsec {
  padding-top: 10px;
}

.otherpage_banner .banner_contnt {
  margin-bottom: 30px;
}

.banner_formsec {
  padding: 30px;
  width: 100%;
}

.about_pagesec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.what_exceptional_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.what_exceptional_mainsec .contnt_boxsec {
  padding-left: 0px;
  padding-top: 30px;
}

.servicespage_mainsec {
  padding-top: 40px;
}

.why_hire_mainsec {
  padding-top: 150px;
  padding-bottom: 40px;
}

.why_hire_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.why_hire_mainsec .img_mainbox .img_box {
  width: 85%;
}

.why_hire_mainsec .img_mainbox .img_twobox {
  width: 40%;
  left: -15px;
}

.why_hire_mainsec .contnt_boxsec {
  padding-left: 0px;
  padding-top: 25px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt:last-child {
  margin-bottom: 0px;
}

.tools_logobox {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tools_logobox .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.tools_logobox .logo_boxsec .logobox {
  width: 100px;
}

.designation_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.designation_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.team_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.team_mainbox .team_imgbox {
  height: 350px;
}

.dedicated_development_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dedicated_development_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.dedicated_development_mainsec .contnt_mainsec {
  padding-left: 0px;
  margin-top: 25px;
}

.agency_services_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.agency_services_mainsec .services_mainbox .services_boxsec {
  width: 100%;
}

.why_agencies_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.why_agencies_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.websitedev_popup .popupbox {
  width: 95%;
  top: 10px;
  transform: translate(-50%,0%);
  overflow-y: scroll;
  height: 550px;
  scrollbar-color: #BBBFC4 #FFF;
  scrollbar-width: thin;
}

.websitedev_popup .popupbox .imgbox {
  width: 100%;
  height: 212px;
}

.websitedev_popup .popupbox .imgbox img {
  width: 100%;
  height: auto;
  transform: translate(0px,-40px);
}

.websitedev_popup .popupbox .contntbox {
  width: 100%;
}
}


@media only screen and (min-width: 768px) and (max-width: 1024px)  {
.container {
  padding: 0px 20px !important;
}

.header_mainsec .header_innerbox {
  width: 94%;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translate(-50%);
  margin-top: 0px;
  box-shadow: 0px 3px 15px -1px rgba(0, 0, 0, 0.1);
  justify-content: space-between;
}

.header.sticky .header_mainsec .header_innerbox {
  padding: 15px;
}

.header_mainsec .header_innerbox .navbar-toggler {
  background-color: transparent;
  border: none;
  padding: 0px;
  position: absolute;
  top: 35px;
  right: 15px;
  outline: none;
  box-shadow: none;
}

.header .header_mainsec .header_innerbox .navbar-nav {
  margin-top: 15px;
}

.header_mainsec .header_innerbox .navbar-toggler .navbar-toggler-icon {
  background-image: url(../img/menubar-icon.png);
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: center;
}

.header .header_mainsec .navbar {
  padding: 0px;
}

.header_mainsec .navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 100%;
}

.header_mainsec .header_innerbox .btn_mainsec {
  position: absolute;
  top: 27px;
  right: 60px;
}

.home_banner_mainsec {
  margin-top: -30px;
  padding-top: 150px;
}

.home_banner_mainsec .banner_contnt h1 {
  font-size: 40px;
  line-height: 55px;
}

.highlight_txt {
  font-size: 50px;
}

.logo_mainbox .logobox {
  width: 28%;
}

.trustedby_mainsec .trustedby_innerbox {
  padding: 25px;
}

.trustedby_mainsec .trustedby_innerbox .title_box {
  width: 40%;
}

.trustedby_mainsec .trustedby_innerbox::after {
  width: 40%;
  height: 100%;
}

.trustedby_mainsec .trustedby_innerbox .trusted_slider {
  width: 60%;
}

.services_mainsec {
  padding-top: 30px;
  padding-bottom: 40px;
}

.services_mainsec .title_box {
  width: 100%;
}

.services_mainsec .services_tabsec .contnt_mainsec {
  align-items: start;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box {
  padding-left: 30px;
  padding-top: 0px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul {
  margin-bottom: 0px;
}

.services_mainsec .services_tabsec .contnt_mainsec .contnt_box ul li {
  width: 100%;
  margin-bottom: 10px;
}

.counter_mainsec .title_box {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.counter_mainsec > .container-fluid {
  padding: 0px 0px;
}

.counter_mainsec .counter_mainbox {
  display: inherit;
  padding: 50px 20px;
}

.counter_mainsec .counter_mainbox .row > div {
  max-width: inherit;
  flex-wrap: wrap;
  gap: 20px !important;
}

.counter_mainsec .counter_mainbox .counterinner {
  margin: 0px auto;
  margin-bottom: 15px;
}

.stepcontnt_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.stepcontnt_mainsec .container .row {
  align-items: start;
}

.stepcontnt_mainsec .title_box {
  width: 100%;
  margin-bottom: 30px;
}

.stepcontnt_mainsec .stepcontnt_box {
  padding-top: 0px;
  padding-left: 0px;
}

.stepcontnt_mainsec .stepcontnt_box .btn_mainsec {
  margin-top: 25px;
}

.industries_mainsec {
  padding-top: 20px;
  padding-bottom: 0px;
}

.industries_mainsec .title_box {
  padding: 0px 20px;
}

.request_consultation_mainsec .img_box img {
  width: 70%;
}

.request_consultation_mainsec .img_box::after {
  width: 300px;
  height: 300px;
  bottom: -70px;
}

.faq_mainsec {
  padding-top: 50px;
  padding-bottom: 30px;
}

.faq_mainsec .faq_boxsec {
  margin-bottom: 30px;
}

.faq_mainsec .imgbox {
  height: auto;
}

.testimonial_mainsec {
  padding-top: 50px;
  padding-bottom: 80px;
}

.testimonial_mainsec .title_box {
  width: 100%;
}

.blog_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.blog_mainbox .imgbox {
  width: 100%;
  height: auto;
}

.home_wrapper .blog_mainbox {
  margin-bottom: 30px;
}

.contactform_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contactform_mainsec .title_box {
  padding-top: 0px;
  margin-bottom: 30px;
}

.contactform_mainsec .title_box h3 {
  font-size: 40px;
  line-height: 50px;
}

.contactform_mainsec .title_box h3 .highlight_normaltxt {
  font-size: 40px;
}

.contactform_mainsec .form_mainsec {
  width: 100%;
  margin-left: 0px;
  padding: 30px 30px;
}

.request_consultation_mainsec .row {
  align-items: start;
}

.request_consultation_mainsec .title_box {
  margin-bottom: 25px;
}

.request_consultation_mainsec .title_box h3 {
  font-size: 30px;
  line-height: 40px;
}

.footer_mainsec {
  padding-top: 40px;
  padding-bottom: 20px;
}

.footer_mainsec .menubox.company_menu {
  padding-left: 0px;
}

.footer_mainsec .info_box .icontxt {
  width: 75%;
}

.otherpage_banner {
  padding-top: 150px;
  padding-bottom: 60px;
  margin-top: 0px;
  min-height: 440px;
}

.otherpage_banner .banner_contnt h1 {
  font-size: 35px;
  line-height: 43px;
}

.whoweare_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.whoweare_mainsec .row {
  align-items: start;
}

.whoweare_mainsec .imgbox_sec {
  padding-right: 0px;
  margin-bottom: 20px;
}

.whoweare_mainsec .contntbox h2 {
  font-size: 36px;
  line-height: 43px;
}

.about_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.about_mainsec .contntbox {
  width: 100%;
}

.blog_details_box {
  padding-top: 50px;
  padding-bottom: 50px;
}

.blog_sidebar {
  padding-left: 0px;
  margin-top: 0px;
}

.contact_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact_mainsec .form_mainbox {
  padding: 30px;
}

.contact_mainsec .contnt_box .title_box h2 {
  font-size: 36px;
  line-height: 43px;
}

.privacypolicy_mainsec {
  padding-top: 10px;
}

.otherpage_banner .banner_contnt {
  margin-bottom: 30px;
}

.banner_formsec {
  padding: 20px;
  width: 100%;
}

.about_pagesec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.what_exceptional_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.servicespage_mainsec {
  padding-top: 50px;
}

.why_hire_mainsec {
  padding-top: 160px;
  padding-bottom: 40px;
}

.why_hire_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.why_hire_mainsec .img_mainbox .img_box {
  width: 85%;
}

.why_hire_mainsec .img_mainbox .img_twobox {
  width: 40%;
  left: -15px;
}

.why_hire_mainsec .contnt_boxsec {
  padding-left: 0px;
  padding-top: 0px;
}

.why_hire_mainsec .contnt_boxsec .point_contnt:last-child {
  margin-bottom: 0px;
}

.tools_logobox {
  padding-top: 50px;
  padding-bottom: 50px;
}

.tools_logobox .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.tools_logobox .logo_boxsec .logobox {
  width: 100px;
}

.designation_mainsec {
  padding-top: 50px;
  padding-bottom: 25px;
}

.designation_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.borderbox_mainsec {
  min-height: 330px;
}

.team_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.team_mainbox .team_imgbox {
  height: 430px;
}

.dedicated_development_mainsec {
  padding-top: 40px;
  padding-bottom: 40px;
}

.dedicated_development_mainsec > .container > .row {
  align-items: start;
}

.dedicated_development_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}

.dedicated_development_mainsec .contnt_mainsec {
  padding-left: 0px;
  margin-top: 0px;
}

.agency_services_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.agency_services_mainsec .services_mainbox .services_boxsec {
  width: 48%;
}

.why_agencies_mainsec {
  padding-top: 50px;
  padding-bottom: 50px;
}

.why_agencies_mainsec .title_box {
  width: 100%;
  margin-bottom: 25px;
}
}

@media only screen and (min-width: 320px) and (max-width: 350px)  {
.trustedby_mainsec .trustedby_innerbox::after {
  height: 49%;
}
}

@media only screen and (min-width: 1250px) and (max-width: 1420px)  {
.counter_mainsec .title_box {
  padding-right: 100px;
}

.counter_mainsec .counter_mainbox::after {
  content: "";
  background-color: #000064;
  position: absolute;
  top: 0px;
  right: -15px;
  width: 106%;
  height: 100%;
}

.counter_mainsec .counter_mainbox .counterinner {
  z-index: 9;
  width: 170px !important;
  height: 170px !important;
}

.counter_mainsec .counter_mainbox .counterinner > div {
  font-size: 26px !important;
}
}


@media only screen and (max-width: 1520px) {
.container {
  width: 100%;
  max-width: 1320px;
  padding: 0px 20px;
}
}


@media only screen and (max-width: 1400px) {
.container {
  width: 100%;
  max-width: 1120px;
  padding: 0px 20px;
}
}


@media only screen and (min-width: 1700px) and (max-width: 2500px)  {
.home_banner_mainsec {
  min-height: 900px;
}

.trustedby_mainsec .trustedby_innerbox::after {
  width: 315px;
}

.counter_mainsec > .container-fluid {
  padding-left: 16%;
}

.industries_mainsec .industries_box {
  height: 600px;
}

.borderbox_mainsec {
  min-height: 280px;
}

.testimonial_mainbox .testimonial_box {
  min-height: 315px;
}

.team_mainbox .team_imgbox {
  height: 410px;
}

.team_mainbox .contnt_box {
  height: 14%;
}
}


/* ============= Responsive Css End ============= */







































