@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
*,
::before,
::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
:root {
  /* --main-color: #00a3ff; */
  --main-color: #0081c9;
  --paragrapg-black: rgba(0, 0, 0, 0.6);
  --heading-black: #1c1a1a;
  --white: #ffffff;
  --black: #000000;
  --radius-10: 10px;
}
h1 {
  line-height: 128%;
  font-weight: 700;
}
h2,
h3,
h4,
h5,
h6 {
  line-height: 150%;
  font-weight: 700;
}
p {
  line-height: 160%;
  font-size: 15px;
}
html,
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  font-family: "Poppins", sans-serif;
  scroll-behavior: smooth;
}

#button_to_top {
  display: inline-block;
  background-color: var(--main-color);
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}
#button_to_top img {
  width: 60%;
}

#button_to_top:hover {
  cursor: pointer;
  background-color: #333;
}
#button_to_top:active {
  background-color: #555;
}
#button_to_top.show {
  opacity: 1;
  visibility: visible;
}

header {
  transition: all 0.5s ease-in-out;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: var(--main-color);
}
.to_top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
  z-index: 9999999;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: var(--green);
  display: grid;
  place-content: center;
  border: 1px solid rgba(255, 255, 255, 0.4);
}
.button_white {
  position: relative;
  text-decoration: none;
  border-bottom: 1px solid var(--white);
  padding-bottom: 0px;
  margin-top: 15px;
  display: inline-block;
  color: var(--white);
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.button_black {
  position: relative;
  text-decoration: none;
  padding-bottom: 0px;
  margin-top: 15px;
  display: inline-flex;
  justify-content: center;
  align-items:center;
  color: var(--black);
  font-weight: 600;
  position: relative;
  z-index: 2;
  padding:0 15px 0 20px;
  transition-delay:.2s;
}

.button_black:hover{
	color:white;
}
.button_black img{
	transition-delay:.2s;
}
.button_black:hover img{
	filter: invert(1);
}
.button_white:before,
.button_black:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--main-color);
  left: 0px;
  z-index: -1;
  top: -5px;
  transition: all .3s linear;
}
.button_white:hover:before,
.button_black:hover:before {
	width:100%;
	border-radius:20px;
}

.button_white:after,
.button_black:after {
  position: absolute;
  content: "";
  width: 0%;
  bottom: -1px;
  height: 1px;
  background: var(--main-color);
  left: 0%;
  transition: all 0.5s ease-in-out;
  display:none;
}
.button_white:hover:after,
.button_black:hover:after {
  width: 100%;
  z-index: 10;
}
.banner_sec {
  width: 100%;
  height: 85vh;
  position: relative;
  background-size: cover !important;
}

.banner_curve_img {
  display: none;
  position: absolute;
  width: 100%;
  left: 0%;
  bottom: 0%;
}
.header_top .container {
  display: flex;
  width: 100%;
}
.header_top_left {
  display: flex;
}

.header_top .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
}

.navbar-brand img {
  width: 108px;
  transition: all 0.5s ease-in-out;
}

header.active .navbar-brand img {
  width: 80px;
}

header .navbar {
  transition: all 0.5s ease-in-out;
}
header.active .navbar {
  background: var(--white);
}

header.active .header_top {
  height: 0px;
	padding:0;
}
.header_top_right {
  display: flex;
  justify-content: end;
}
.header_top_left_single {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.header_top_right .header_top_left_single {
  margin-right: 0px;
}
.header_top_left_single p {
  margin-bottom: 0px;
  color: var(--white);
  font-size: 13px;
}
.header_top_left_single i {
  margin-right: 10px;
  color: var(--white);
}
.header_top {
  height: 40px;
  line-height: 40px;
  background: var(--main-color);
  transition: all 0.5s ease-in-out;
}
.navbar {
  background: var(--white);
}
.navbar .nav-item {
  margin-left: 20px;
}
.navbar .nav-link {
  color: var(--black);
  position: relative;
  font-size: 14px;
  transition: all 0.5s ease-in-out;
}
/* .navbar .nav-link:before {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--main-color);
  left: 50%;
  transition: all 0.5s ease-in-out;
  bottom: 0px;
}
.navbar .nav-link:after {
  position: absolute;
  content: "";
  width: 0%;
  height: 2px;
  background: var(--main-color);
  right: 50%;
  bottom: 0px;
  transition: all 0.5s ease-in-out;
} */
.navbar .nav-link.active {
  color: var(--main-color);
  font-weight: 600;
}
/* .navbar .nav-link.active:before {
  width: 30%;
}
.navbar .nav-link.active:after {
  width: 30%;
}

.navbar .nav-link:hover:before {
  width: 30%;
  left: 20%;
}
.navbar .nav-link:hover:after {
  width: 30%;
  right: 20%;
} */

.dropdown-item{font-size: 14px;}
.dropdown-menu{padding: 10px 20px;}
.dropdown-menu li a{padding: 10px 5px;border-bottom: 1px solid rgba(0,0,0,0.1);}
.dropdown-menu li:last-child a{border-bottom: none;}

.banner_caption {
  position: absolute;
  top: 50%;
  left: 6%;
  transform: translateY(-50%);
  width: 550px;
}
.banner_caption h1 {
  font-size: 40px;
  color: var(--black);
}

.banner_caption h2{font-size: 18px;}
.banner_caption h1 span {
  color: var(--main-color);
  display: block;
}

.banner_caption p {
  color: var(--black);
}
.banner_caption a {
  color: var(--black);
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.banner_slide_all p{margin-bottom: 0px;}
.head_social.sticky-head-social {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    background:linear-gradient(
    144deg,
    rgba(0, 163, 255, 1) 0%,
    rgba(0, 69, 107, 1) 100%
  );
    z-index: 9999;
    box-shadow: -2px -2px 4px 0px #0000003d;
}
.head_social ul{list-style: none;display: block;padding-left: 0px;align-items: center;margin-bottom: 0px;margin-left: 0;}
.head_social ul li {
    padding: 4px 9px;
    text-align: center;
    border-bottom: 1px solid #f9f4f426;
    display: flex;
    justify-content: center;
    align-items: center;
}
.head_social ul li:hover{
	background-color: #055581;
}
.head_social ul li a{color: #fff;}

.sec_two {
  padding: 50px 0px 80;
  position: relative;
}
.sec_two .line_right {
  position: absolute;
  right: 0%;
  top: 28%;
  transform: translateY(-50%);
  z-index: -1;
  opacity: 0.2;
}
.sec_two .row {
  display: flex;
  align-items: center;
}
.sec_two_img_1,
.sec_4_img_1 {
  border-radius: var(--radius-10);
}

.sec_4_img_2 {
  border: 10px solid var(--white);
  position: absolute;
  bottom: -80px;
  right: 25px;
  z-index: 5;
  width: 60%;
}

.sec_3_heading_left h3{font-size: 18px;}

.sec_3_heading h1{font-size: 18px;}
.sec_3_heading h1 span{color: var(--main-color);}

.sec_two_img_2{
  border: 10px solid var(--white);
  position: absolute;
  bottom: -44px;
  right: 54px;
  z-index: 5;
  width: 45%;
}
.sec_two_imgs,
.sec_4_content_left {
  position: relative;
}
.sec_two_content h2 {
  font-size: 32px;
}
.sec_two_content h2 span {
  color: var(--main-color);
}
.underline {
  width: 75px;
  height: 4px;
  background: var(--main-color);
  margin-bottom: 15px;
}
.sec2img_1_box {
  position: relative;
  width: 75%;
}

.sec4img_1_box {
  position: relative;
  width: 80%;
}

.sec2img_1_box .dotted_img,
.sec4img_1_box .dotted_img {
  position: absolute;
  top: -32px;
  right: -32px;
  z-index: -1;
}

.sec_3 {
  background: #171717;
  padding: 60px 0px !important;
  position: relative;
}

.sec_3 .line_right {
  position: absolute;
  right: 0%;
  bottom: 0%;
  opacity: 0.4;
}

.sec_3:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: -30px;
  left: 0%;
  z-index: 10;
}

.sec_3:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: var(--main-color);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  bottom: -30px;
  left: 0%;
  z-index: 10;
}

.sec_3_heading {
  margin-bottom: 50px;
}
.sec_3 .owl-stage-outer.owl-height {
    min-height: 475px !important;
    padding: 21px 0px;
}
.sec_3_content_right {
  display: flex;
  height: 100%;
  align-content: space-between;
}

.sec_3_content_right .row {
  display: flex;
  align-content: space-between;
}

.sec_3_content_right .row .col-lg-6 {
  height: fit-content;
}

.sec_3_content_right_single {
  background: linear-gradient(
    317deg,
    rgba(23, 23, 23, 1) 0%,
    rgba(50, 51, 53, 1) 0%,
    rgba(90, 90, 90, 0) 49%,
    rgba(23, 23, 23, 1) 100%
  );
  box-shadow: 0 8px 32px 0 rgba(79, 79, 80, 0.37);
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: var(--radius-10);
  padding: 20px 15px;
  border-bottom: 4px solid var(--main-color);
  min-height:420px;
}
.sec_3_content_right a {
  text-decoration: none;
}
.sec_3_content_left {
  padding-right: 25px;
}
.sec_3_content_right_single img {
  height:260px;
  width: 50px;
  object-fit:cover;
  margin-bottom: 10px;
}
.sec_3_content_right_single h5 {
  color: var(--white);
  font-size: 17px;
}

.sec_3_content_right_single h5 span {
  color: var(--main-color);
}
.sec_3_content_right_single p {
  color: var(--white);
  margin-bottom: 0px;
}
.sec_3_content_left img {
  border-radius: var(--radius-10);
}
.sec_3_heading_left {
  color: var(--white);
}
.sec_3_heading_left h6 {
  color: var(--main-color);
  text-transform: uppercase;
}
.sec_3_heading_left h2 span {
  color: var(--main-color);
}
.service_slider_single a{text-decoration: none;}
.sec_3_heading_right p {
  color: var(--white);
  margin-bottom: 0px;
}
.sec_3_heading .row {
  display: flex;
  align-items: center;
}

.sec_4 {
  padding: 50px 0px 50px 0px;
  position: relative;
}
.arrow_overlay {
  position: absolute;
  left: 0%;
  bottom: 00%;
}
.sec_4 .row {
  display: flex;
  align-items: center;
}
.sec_4_heading {
  margin-bottom: 50px;
}
.sec_4_heading h6 {
  text-transform: uppercase;
  color: var(--main-color);
}
.sec_4_heading .underline {
  margin: 0 auto;
}
.sec_4_content_right_single {
  display: flex;
  margin-bottom: 20px;
}
.sec_4_heading h2 {
  line-height: 120%;
}
.sec_4_heading h2 span {
  color: var(--main-color);
}
.sec_4_content_right_single_img {
  width: 15%;
  display: grid;
  place-content: center;
}
.sec_4_content_right_single_img img {
    width: 90%;
    padding: 10px;
    background-color: #0082ca;
    box-shadow: 0px 0px 3px 1px #0000002e;
    border-radius: 4px;
}
.sec_4_content_right_single_content {
  width: 85%;
}

.sec_5 {
  padding: 50px 0px;
  position: relative;
  background: #0d0d0d;
}
.sec_5 .line_right {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
.sec_5 .row {
  display: flex;
  align-items: center;
}
.sec_5:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: var(--main-color);
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  top: -30px;
  left: 0%;
  z-index: 10;
}

.sec_5:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 60px;
  background: var(--main-color);
  clip-path: polygon(0 50%, 100% 100%, 100% 0);
  bottom: -30px;
  left: 0%;
  z-index: 10;
}
.sec_5_left {
  padding-right: 25px;
}
.quote_img {
  margin-bottom: 20px;
}
.testimoni_text {
  color: var(--white);
}
.testimoni_name {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: end;
  margin-top: 50px;
}
.testimoni_name .underline {
  height: 1px;
  margin-bottom: 0px;
}
.testimoni_name h6 {
  color: var(--main-color);
  text-transform: uppercase;
  position: relative;
  margin-left: 10px;
  margin-bottom: 0px;
}

.testimoni_designation {
  color: rgba(255, 255, 255, 0.6);
  text-align: right;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
}
.sec_5_right h6 {
  color: var(--main-color);
  text-transform: uppercase;
}
.sec_5_right h2 {
  color: var(--white);
}
.sec_5_right h2 span {
  color: var(--main-color);
}
.sec_6 {
  padding: 55px 0px 155px 0px;
  position: relative;
}
.sec_6 .container {
  position: relative;
}
.sec_6 .row {
  display: flex;
  align-items: center;
}
.sec_6_heading {
  margin-bottom: 25px;
}
.sec_6_heading h2 span {
  color: var(--main-color);
}
.sec_6_left_box {
  position: relative;
}
.sec_6_left_box:before {
  position: absolute;
  content: "";
  width: 150px;
  height: 150px;
  background: var(--main-color);
  left: -12px;
  bottom: -12px;
  z-index: -1;
}
.counter {
  display: flex;
  justify-content: center;
  width: 60%;
  position: absolute;
  right: 0%;
  bottom: -80px;
  background: linear-gradient(
    144deg,
    rgba(0, 163, 255, 1) 0%,
    rgba(0, 69, 107, 1) 100%
  );
  padding: 25px 20px;
  color: var(--main-color);
  border-radius: var(--radius-10);
}
.counter_num {
  font-weight: 600;
  margin-right: 5px;
}
.counter_single {
  text-align: center;
  color: var(--white);
  width: 220px;
}
.counter_single h4 {
  line-height: 132%;
}
.counter_single p {
  margin-bottom: 0px;
}
.counter_single:nth-child(2) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.counter_single h4 {
  font-size: 32px;
}

footer {
  background: var(--black);
  padding: 75px 0px 0px 0px;
  color: var(--white);
  position: relative;
  overflow: hidden;
}
footer .line_right {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0.4;
}
footer .line_left {
  position: absolute;
  left: 0%;
  top: 0%;
  opacity: 0.4;
}
.footer_top_one,
.footer_top_two,
.footer_top_three {
  position: relative;
  z-index: 10;
}
.footer_top_one h2 {
  font-size: 28px;
}
.footer_top_one h2 span {
  color: var(--main-color);
}
.footer_top {
  padding-bottom: 40px;
}
.footer_bottom {
  height: 50px;
  display: grid;
  place-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.footer_bottom p {
  margin-bottom: 0px;
  font-size: 14px;
}

.footer_top_two h4,
.footer_top_three h4 {
  font-size: 20px;
}

.footer_top_two ul,
.footer_top_three ul {
  list-style: none;
  padding-left: 0px;
}

.footer_top_two ul li,
.footer_top_three ul li {
  margin: 15px 0px;
  font-size: 14px;
}
.footer_top_two ul li a {
  color: var(--white);
  text-decoration: none;
  font-size: 14px;
}
.footer_top_three ul li span {
  font-weight: 600;
  margin-right: 10px;
}
.footer_social {
  margin-top: 25px;
}
.footer_social ul {
  display: flex;
  list-style: none;
  padding-left: 0px;
}
.footer_social ul li {
  margin-right: 18px;
}
.footer_social ul li a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  box-shadow: -5px -5px 5px 0 rgba(58, 58, 58, 0.3),
    8px 8px 8px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 8px;
}

.footer_social ul li a:hover {
  background: var(--main-color);
}

.inner_banner {
  background-size: cover !important;
  height: 280px;
}

.contact_page_sec {
  padding: 100px 0px;
  background: #ebf8ff;
}
.con_icon_bx {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #d5f0ff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.con_icon_bx img {
  width: 25px;
}
.info-box {
  background: var(--white);
  text-align: center;
  padding: 25px 0px;
}

.info-box h2 {
  color: #777777;
  font-size: 20px;
  font-weight: 600;
  margin: 15px 0px 10px 0px;
}
.info-box p {
  margin-bottom: 0px;
}
.contact_page_sec .form_area {
  background: var(--white);
  height: 100%;
  padding: 25px 20px;
}
.contact_page_sec .form_area form input {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 15px;
}
.contact_page_sec .form_area form .form-group {
  margin: 10px 0px;
}

.contact_page_sec .form_area form button {
  background: var(--main-color);
  color: var(--white);
  padding: 10px 30px;
  border: none;
  border-radius: 4px;
  display: inline-block;
  margin-top: 10px;
}
.contact_page_sec .form_area form textarea {
  font-size: 15px;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}


.about_page_sec1{padding: 100px 0px;}
.abt_sec1_left,.abt_sec2_right {position: relative;}
.abt_sec1_left:before{position: absolute;content: '';width: 150px;height: 150px;background: var(--main-color);left: -15px;bottom: -15px;}
.abt_sec2_right:before{position: absolute;content: '';width: 150px;height: 150px;background: var(--main-color);right: -15px;bottom: -15px;}
.abt_sec1_left img,.abt_sec2_right img{position: relative;}
.abt_sec1_left h2{font-weight: 700;margin-bottom: 20px;}
.abt_sec1_left h2 span,.abt_sec2_left h2 span{color: var(--main-color);}
.about_page_sec2 .row{display: flex;align-items: center;}
.abt_sec2_left h2{font-weight: 700;}
.about_page_sec3{margin: 100px 0px;padding: 80px 0px;
  background-size: cover !important;
  background-attachment: fixed !important;}
  .abt_sec4_content .row{display: flex;align-items: center;}
.abt_sec3_content h2{color: var(--white
  );font-weight: 700;}
  .abt_sec3_content h2 span{color: var(--main-color);}
  .abt_sec3_content p{color: var(--white);}


  .about_page_sec4 h2 span{color: var(--main-color);}
  .abt_sec4_content{background: rgba(0, 163, 255,0.15);padding:40px;border-radius: 10px;margin-top: 20px;}
  .abt_sec4_content ul{list-style: none;padding-left: 0px;}
  .abt_sec4_content ul li{margin-bottom: 20px;}
  .abt_sec4_content ul li:last-child{margin-bottom: 0px;}
  .abt_sec4_content ul li span{font-weight: 700;color: var(--main-color);}
  .our_mission{margin: 100px 0px;}
  .our_mission .row{display: flex;align-items: center;}
  .our_mission_right{padding-left: 50px;}
  .our_mission_right h2 span,.our_vision_left h2 span{color: var(--main-color);}
.our_vision .row{display: flex;align-items: center;}
  .our_mission_left,.our_vision_right{position: relative;}
  .our_mission_left img,.our_vision_right img{position: relative;}
  .our_mission_left:before{position: absolute;content: '';width: 150px;height: 150px;background: var(--main-color);left: -15px;bottom: -15px;}
.our_vision_right:before{position: absolute;content: '';width: 150px;height: 150px;background: var(--main-color);right: -15px;bottom: -15px;}

.delivery_content{background: rgba(0, 163, 255,0.15);padding: 35px;border-radius: 10px;}
.delivery_content p{font-size: 19px;font-weight: 600;margin-bottom: 0px;}
.delivery_content p span{color: var(--main-color);}

.delivery{margin: 60px 0px;}

.inner_banner .container{position: relative;height: 100%;}
.inner_banner .container h2 {
  position: absolute;
  content: '';
  left: 0%;
  font-weight: 600;
  bottom: -37px;
  font-size: 30px;
  color: var(--white);
  background: var(--main-color);
  padding: 4px 50px;
  border-radius: 50px;
}
.services_single_page_sec{padding: 100px 0px;}
.services_single_page_sec_left{padding-right: 50px;}
.services_single_page_sec .row{display: flex;align-items: center;}
.services_single_page_sec h2 span{color: var(--main-color);}
.services_single_page_sec_left{position: relative;}
.services_single_page_sec_left img{position: relative;}
.services_single_page_sec_left:before{position: absolute;content: '';width: 150px;height: 150px;background: var(--main-color);left: -15px;bottom: -15px;}





/*service style*/
.sec_3 {
  background: #f3f3f3;
  padding: 75px 0px;
  position: relative;
}
.sec_3_heading_left {
   color: var(--black); 
}
.sec_3_content_right_single {
  background: #fff;
}
.sec_3_content_right_single h5 {
  color: var(--heading-black);
  font-weight: 600;
}
.sec_3_content_right_single p {
  color: var(--heading-black);
  margin-bottom: 0px;
}
.sec_3:before,.sec_3:after,.sec_5:before,.sec_5:after{display: none;}

.sec_3 .owl-stage-outer.owl-height {
  min-height: 390px;
}

.sec_5{background: #f3f3f3;overflow: hidden;}

.testimoni_text {
  color: var(--heading-black);
}
.sec_5_right h2 {
  color: var(--heading-black);
}
.sec_3_heading_left h2{color: var(--heading-black);}


.career_page_sec{padding: 100px 0px;background: rgb(237, 237, 255);}

.career_page_sec_content{background: #fff;padding: 50px;}

.career_page_sec_content h1{font-size: 28px;}
.career_page_sec_content h1 span{color: var(--main-color);}
.career_page_sec_content h2{font-size: 18px;padding: 0px 40px;}
.career_page_sec_content .underline{margin-bottom: 20px;}
.career_page_sec_content .form_column{display: flex;justify-content: space-between;}
.career_page_sec_content .form_column .form-group{width: 48%;}
.career_page_sec_content .form_column .form-group input{border: none;border-bottom: 1px solid #e3e3e3;font-size: 14px;}
.career_page_sec_content .form-group label{margin-bottom: 10px;}

.career_page_sec_content input[type="submit"]{background: var(--main-color);color: #fff;padding: 10px 30px;color: var(--white);border: none;border-radius: 5px;}

.career_page_sec_content .form-group{margin: 15px 0px;}

.form-group textarea{border: none;border-bottom: 1px solid #e3e3e3;font-size: 14px;resize: none;}









.blog_page_sec{padding: 100px 0px;}

:root {
  --primary-color: #3e66f9;
  --gray-dark-color: #343a40;
  --medium-contrast-color: #4d515e;
  --heading-color: #050c2a;
  --main-bg-color: #f2f5f7;
  --header-bg-color: #fff;
  --content-box-bg: #fff;
  --shadow-button: 0px 18px 20px rgb(153 172 243 / 8%),
    0px 10px 14px rgb(178 187 207 / 6%), 0px 8px 9px rgb(213 213 213 / 4%);
  --image-hover-bg-2: rgb(255 255 255 / 60%);
  --border-color: #dee2e6;
  --br-xl: 0.6rem;
  --max-width: 1380px;
}

@media (prefers-color-scheme: dark) {
  :root {
    --gray-dark-color: #e5e5e5;
    --main-bg-color: #0d111c;
    --header-bg-color: #000;
    --content-box-bg: #1e283c;
    --shadow-button: none;
    --image-hover-bg-2: rgb(22 32 70 / 37%);
    --heading-color: #fff;
    --medium-contrast-color: #8e94a9;
  }
}


*:not(dialog) {
  box-sizing: border-box;
}

.btn-Fx {
  overflow: hidden;
  color: var(--heading-color);
  display: inline-block;
  position: relative;
  font-size: 1rem;
  padding: 10px 16px;
  background-color: var(--content-box-bg);
  border-radius: 5px;
  box-shadow: var(--shadow-button);
}
.btn-Fx span {
  display: block;
  position: relative;
  z-index: 10;
  font-weight: 700;
}

.btn-Fx:hover {
  color: #fff;
}

.btn-Fx:before {
  content: "";
  position: absolute;
  background-color: var(--primary-color);
  width: 120%;
  height: 0;
  padding-bottom: 120%;
  top: -110%;
  left: -10%;
  border-radius: 50%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.btn-Fx:hover:before {
  transform: translateZ(0) scaleZ(1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

.btn-Fx:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--primary-color);
  transform: translate3d(0, -101%, 0);
  transition: transform 0.4s;
}

.btn-Fx:hover:after {
  transform: translateZ(0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}
.content-container {
  width: 100%;
  position: relative;
  max-width: var(--max-width);
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 0 3rem;
}
.front-blog {
  width: 100%;
}
.front-blog-list {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  align-items: stretch;
}

.front-blog-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
}

.front-blog-top .dec-title {
  color: var(--medium-contrast-color);
}

.front-blog-top .btn-Fx {
  text-transform: uppercase;
  font-size: 0.9rem;
  padding: 8px 15px;
}

.article-blog {
  color: var(--medium-contrast-color);
  position: relative;
  width: 100%;
  height: 330px;
  border-radius: var(--br-xl);
}

.article__thumbnail {
  position: relative;
  height: calc(100% - 140px);
  width: 100%;
  background-size: cover;
  background-position-x: center;
  background-color: #2151b1;
  background-blend-mode: lighten;
  opacity: 1;
  transition: all 0.6s ease-out;
  border-radius: inherit;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.article-blog:hover .article__thumbnail {
  opacity: 1;
  background-color: transparent;
}

.article__body {
  position: absolute;
  z-index: 1;
  bottom: 0;
  width: 100%;
  height: 148px;
  padding: 20px;
  background: #fff;
  transition: all 0.4s;
  z-index: 2;
  overflow: hidden;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  box-shadow: inset 0 1px 3px rgba(255, 255, 255, 0.2);
  border: 1px solid #e3e3e3;
}

.article-blog:hover .article__body {
  background:#fff;
  height: 250px;
}
.portfolio_page_sec_2 {
    padding: 0px 0px;
}
.article__category {
  display: block;
  width: 100%;
  transition: color 0.4s;
  font-size: 14px;
  letter-spacing: 0.8px;
}

.article__title {
  padding-bottom: 20px;
  max-height: 65px;
  overflow: hidden;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.4;
  color: #000;
  margin: 0;
}
.article__date{color: rgba(0,0,0,0.8);}

.article__excerpt {
  opacity: 0;
  transition: opacity 0.4s;
  line-height: 1.6;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}

.article__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 20px 20px 20px;
  line-height: inherit;
  height: 42px;
  width: 100%;
}

.article__footer .footer__readmore {
  position: relative;
  display: block;
  height: 22px;
  float: right;
  overflow: hidden;
}

.article__footer .footer__readmore-text {
  display: inline-block;
  padding-right: 5px;
  transform: translateY(30px);
  color: inherit;
  vertical-align: middle;
  transition: all 0.4s;
  font-size: 0.8rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  font-weight: bold;
  color: rgba(0,0,0,0.6);
}

.article__footer{background: #fff;}

.article__footer .footer__readmore-arrow {
  display: inline-block;
  height: 100%;
}

.article__footer .footer__readmore-arrow svg {
  transition: fill 0.4s;
}

.article-blog:hover {
  color: var(--medium-contrast-color);
}

.article-blog:hover .footer__readmore-text {
  transform: translateY(-2px);
}

.article-blog:hover .article__excerpt {
  opacity: 1;
}

.modal_form_area .modal_form_area_right input[type="text"]{border: none;border-bottom: 1px solid #ccc !important;padding: 5px 5px 5px 0px;font-size: 14px;border-radius: none;outline: none;box-shadow: none;}

.modal_form_area .modal_form_area_right input[type="submit"]{background: var(--main-color);color: #fff;font-size: 15px; font-weight: 600;padding: 10px 0px;height: auto;}
 .woocommerce-product-details__short-description ul li{position: relative;}
 .modal_form_area .modal_form_area_right .form-group{margin: 20px 0px;}

 .industry_modal .modal-dialog {
  max-width: 800px !important;
}


.industry_page_sec_single h4 {font-size: 18px;padding: 0px 20px;}
.industry_page_sec_single h4 span img{height: 80px;font-size: 18px;margin:0px auto 12px auto;display: block;}
.industry_page_sec_single {
    padding: 15px;
    outline: 1px solid #0082ca36;
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    margin: 20px 0px;
    min-height: 189px;
    box-shadow: 0px 3px 4px 0px #0082ca8a;
}

.industry_page_sec{padding: 100px 0px;}
.industry_modal .modal-body{position: relative;}
.industry_modal .btn-close{right: 10px;position: absolute;top: 10px;}
.industry_page_sec_all{text-align: center;}
.industry_page_sec_all h1{text-align: center;margin-bottom: 25px;color: rgba(0,0,0,0.8);font-size: 28px;}
.industry_page_sec_all h1 span{color: var(--main-color);display: block;}
.industry_page_sec_all h2{font-size: 20px;}
.industry_page_sec_all .row{justify-content: center;}
.portfolio_page_sec h3{margin-bottom: 80px;font-size: 32px;}
.portfolio_page_sec h3 span{color: var(--main-color);}

.portfolio_page_sec .sec_two_img_2{
  border: 10px solid var(--white);
  position: absolute;
  bottom: -38px;
  right: 25px;
  z-index: 5;
  width: 42%;
}


.single-img {
  position: relative;
  width: 100%;
  margin: 0 1%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.img-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
background: rgba( 255, 255, 255, 0.25 );
box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 );
backdrop-filter: blur( 8px );
-webkit-backdrop-filter: blur( 4px );
}
.portfolio_page_sec_2{padding-bottom: 100px;}

.single-img:hover .img-overlay {
  height: 100%;
}

.text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: var(--main-color);
  text-align: center;
  font-size: 20px;
  font-family: poppins;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: bold;
}
.text span{
  font-weight: 300;
}

.portfolio_page_sec_2 {
/*   padding: 100px 0px; */
  background: #e8e8ff;
}

.portfolio_page_sec_2 .container{background: #fff;
  padding: 50px;}

  .portfolio_work_single {
    padding: 10px;
box-shadow:  20px 20px 60px #cccccc,
             -20px -20px 60px #ffffff;
             border-radius: 10px;
}

.portfolio_page_sec {padding-bottom: 100px !important;}

.portfolio_page_sec_2 h4{font-size: 32px;margin-bottom: 25px;}
.portfolio_page_sec_2 h4 span{color: var(--main-color);}

.abt_sec2_right{display: flex;justify-content: center;}

#typed-output::after {
  content: '|';
  animation: blink 0.8s infinite;
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

#text-container {
  display: none;
}
#typed-output{
	font-size:1.3rem;
}
#typed-output{color:var(--main-color);    margin-bottom: 8px;
  font-weight: 700;}
  .sec_two h2{margin-bottom: 25px;}
  .sec_two h2 span{color: var(--main-color);}

  .sec_two_content h1{font-size: 28px;}
  .sec_two_content h1 span{display: block;color: var(--main-color);}
  
  .sec_two_content h2{font-size: 18px;font-weight: 700;margin-bottom: 12px;}

  .sec_5a{padding: 60px 0px 0px 0px;}

  .sec_5a h2 span{color: var(--main-color);}

.sec_two{
	padding:50px 0px 80px;
}


.sec_4_content_right {
    position: relative;
}

.sec_4_content_right::after {
    content: '';
    position: absolute;
    top: 15%;
    height: 74%;
    left: 6%;
    width: 1px;
    z-index: -1;
    border-right: 2px dashed #0082ca;
}
@media (max-width: 1100px) {
/*   .front-blog-list > a:last-child {
    display: none;
  } */
}
@media (max-width: 992px) {
	.counter{
		width:80%;
	}
	.header_top{
		padding:0 10px;
	}
	.header_top_left_single i {
    font-size: 15px;
	}
	.header_top_left_single p {
    font-size: 12px;
    }
	.our_mission_right {
    padding-left: 0px;
    margin-top: 30px;
}
	.article__title {
    font-size: 16px;
	}
	
	.banner_sec::after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: #ffffffcf;
        backdrop-filter: blur(17px);
        z-index: -1;
    }
.banner_sec {
    position: relative;
    z-index: 1;
}
	.career_page_sec_content {
    padding: 10px;
}
	.career_page_sec_content .form_column .form-group {
    width: 100%;
}
	.services_single_page_sec_right {
    margin-top: 35px;
}
}
@media (max-width: 768px) {
	.header_top{
		padding:7px 10px;
		height: auto;
	}
	.banner_caption h1 {
    font-size: 33px;
	}
	.counter {
        width: 100%;
    }
	.navbar-brand img {
    width: 88px;
	}
	.inner_banner .container h2 {
    bottom: -30px;
    font-size: 22px;
	}
	.portfolio_page_sec h3 {
    font-size: 28px;
		margin-bottom: 60px;
}
	
	
}
@media (max-width: 700px) {
  .front-blog-list {
    flex-direction: column;
  }

  .article__thumbnail {
    height: 220px;
    background-position: bottom;
  }

/*   .article__body {
    position: absolute;
    background-color: var(--image-hover-bg-2);
    backdrop-filter: blur(50px);
  } */

  .article__excerpt {
    max-height: auto;
    overflow: visible;
  }
	
}

@media (max-width: 556px) {
	.common_title,
	.sec_two_content h1.common_title{
    font-size: 23px;
  }
	.banner_caption {
    position: relative;
    left: 0;
    padding-left: 20px;
    width: 100%;
}
	.our_mission {
    margin: 40px 0px;
}
	.about_page_sec3 {
    margin: 50px 0px;
    padding: 40px 0px;
	}
	.about_page_sec1 {
    padding: 75px 0px 35px;
}
	.portfolio_page_sec h3 {
    font-size: 23px;
}
	.sec_two {
    padding: 44px 0px 9px;
}
	.quote_img {
    height: 40px;
}
	.sec_3 {
    padding: 45px 0px !important;
	}
	.career_page_sec_content h1 {
    font-size: 22px;
}
	.portfolio_page_sec_2 .container {
        padding: 10px;
    }
	.portfolio_page_sec_2 h4 {
    font-size: 22px;
    margin-bottom: 20px;
}
	.portfolio_page_sec {
    padding-bottom: 29px !important;
}
	.industry_page_sec_all h1 {
    font-size: 22px;
   }
	.services_single_page_sec_right h2{
		font-size:22px;
	}
	.services_single_page_sec {
       padding: 100px 0px 35px;
   }
}

@media (max-width: 480px) {
	.industry_page_sec_all h1 {
    font-size: 19px;
   }
	.common_title,
	.sec_two_content h1.common_title{
    font-size: 20px;
  }
	.common_subtitle {
    font-size: 15px !important;
}
	.counter_single h4 {
    font-size: 27px;
    margin: 0;
}
	.counter_single p {
    margin-bottom: 0px;
    font-size: 12px;
}
	.counter_single {
    width: 133px;
}
	.footer_top_one h2 {
    font-size: 18px;
}
.header_top_left_single i {
        font-size: 10px;
        margin-right: 6px;
    }
.header_top_left_single p {
        font-size: 11px;
    }
	.navbar-brand img {
    width: 77px;
	}
	.banner_caption h1 {
        font-size: 25px;
    }
	.button_black {
    font-size: 15px;
    padding: 0 9px 0 16px;
	}
	#typed-output {
    font-size: 1.1rem;
    }
	.abt_sec4_content {
    padding: 20px;
	}
	.delivery_content {
    padding: 20px;
	}
	.delivery_content p {
    font-size: 15px;
	}
	.testimoni_name h6 {
    font-size: 15px;
	}
	.sec_5a {
    padding: 30px 0px 0px 0px;
}
	.career_page_sec_content h1 {
        font-size: 19px;
    }
    .career_page_sec_content .form_column {
	    flex-direction: column;align-content
	}
	.article__title {
        font-size: 15px;
        padding-bottom: 9px;
    }
	.inner_banner {
       height: 230px;
    }
	.portfolio_page_sec h3 {
        font-size: 19px;
        line-height: normal;
    }
	.services_single_page_sec_right h2{
		font-size:19px;
	}
}

@media (max-width: 380px) {
	.header_top_left {
      padding: 0px;
    }
	.header_top_left_single i {
        font-size: 8px;
        margin-right: 2px;
    }
	.header_top_left_single p {
        font-size: 10px;
    }
	.banner_caption h1 {
        font-size: 22px;
    }
	.banner_caption h2 {
    font-size: 15px;
    }
	#typed-output {
        font-size: 1rem;
    }

}
