* {
  margin: 0;
  padding: 0;
  outline: 0;
  font-family: "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}
.bgcolor {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.scrolled {
  background: rgba(33, 33, 33, 0.97);
  box-shadow: 0 0 3px 3px #010101;
}
#header_part {
  width: 100%;
  background: url(../images/carousol/pexels-anna-overlay.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  padding-bottom: 130px;
  min-height: 560px;
  overflow: hidden !important;
  height: 101vh;
  background-attachment: fixed;
}
.header_part_overlay {
  /* background: rgb(165, 165, 166); */
  /* background: linear-gradient(180deg, #51a4da75 0%, #20409a4d 100%); */
  /* background: linear-gradient(180deg, #8cfb5a75 0%, #20409a4d 100%); */
  /* background: linear-gradient(180deg, #8cfb5ad9 0%, #20409ac2 100%); */
  background: radial-gradient(circle, rgba(49, 148, 182, 0.9) 0%, rgba(18, 15, 46, 0.93) 100%);
  width: 100%;
  height: 170vh;
}

/* ======header_part_bgslide start====== */

/* ======header_part_bgslide end====== */
.my_nav {
  margin-left: auto;
}
.my_nav li {
}
.my_nav li a {
  color: #f3f3f3 !important;
  padding: 10px 15px;
  position: relative;
  font-size: 15px;
  float: right;
}

.my_nav li a:after {
  content: "";
  position: absolute;
  background-color: #51a4da;
  height: 3px;
  width: 0%;
  left: 0;
  bottom: -1px;
  transition: 0.3s;
}

.my_nav li a:hover:after {
  width: 100%;
}

.nav-icn i {
  font-size: 5px;
}

.hellow-word {
  background: rgba(255, 255, 255, 0.05);
  color: #1ebba3;
  font-size: 20px;
  font-weight: bold;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  margin-top: 150px;
  letter-spacing: 0.1em;
}
.hellow-word i {
  font-size: 7px;
  margin: 0 5px;
  opacity: 0.25;
  vertical-align: middle;
}
.type_writter a {
  color: #ffffff;
  font-weight: 700;
}

.type_writter h2 {
  color: #ffffff;
  font-weight: 700;
}

.mt_20 {
  margin-top: -20px;
}
.mt_100 {
  margin-top: 35vh;
}

.banner_part p {
  background: #ffffff0d;
  color: #ffffff;
  font-size: 14px;
  text-transform: capitalize;
  display: inline-block;
  border-radius: 5px;
  margin-top: 50px;
  padding: 7px 10px;
}

.banner_part a {
  border: 2px solid #50a3d9;
  color: #fbfbfb;
  padding: 14px 28px;
  border-radius: 10px;
  box-shadow: 0px 0px 5px 0px #ddd;
}

.social_icon {
  margin-top: 35px;
}

.social_icon li {
}

.social_icon li a {
  color: #dddddd;
  opacity: 0.7;
}

.social_icon li a i {
}

.line {
  height: 50px;
  width: 1px;
  background: #dddddd;
  display: inline-block;
  opacity: 0.8;
}

/*===========about_part================*/

#about_part {
  width: 100%;
}

.bg_wht_img {
  height: 170px;
  width: 150px;
  border-radius: 100px;
  margin-top: 20px;
}

.about-img {
}

.about-img img {
  width: 150px;
  border: 8px solid #87d5c6;
}

.mt_60 {
  /* margin-top: 160px; */
}
.about_txt h2 {
  font-weight: 700;
  color: #1e459c;
}

.about_txt h5 {
  font-weight: 500;
  font-size: 18px;
}

.about_txt p {
  font-size: 15px;
  margin-bottom: 20px;
}

.about_txt button {
  margin: 0 5px 10px 5px;
  color: #000000;
  font-size: 14px;
  border: 1px solid #dddddd;
  background: rgba(49, 184, 208, 0.09);
}

.about_txt button:hover {
  margin: 0 5px 10px 5px;
  color: #ffffff;
  font-size: 14px;
  border: 1px solid #31b8d0;
  background: #31b8d0;
}

/* ==============our_products_section============== */

.heading_color {
  color: #1e459c;
}

.product_text_style {
  font-weight: 700;
  color: #51a4da;
}

.card_shadow {
  box-shadow: 1px 1px 7px 3px #373ae630;
  cursor: pointer;
}

/* =============old home page============= */
/* LAYOUT  */
header {
  position: -webkit-sticky !important;
  position: sticky !important;
}

/* LAYOUT  */

/*---------------------- GLOBAL DEC  */
.fas {
  font-size: 30px;
}
a {
  text-decoration: none;
}

.sectionwidth {
  width: 85%;
  /* width: 100%; */
}
.technology_img {
  max-width: 100px;
  height: auto;
  /* justify-content: center; */
  margin: auto;
}

/* without white bg  */
.zoom {
  transition: transform 0.3s;
}
.zoom:hover {
  background-color: white;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}

/* without bg  */
.zoom1 {
  transition: transform 0.3s;
}
.zoom1:hover {
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
}

.clr {
  transition: transform 0.3s;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}
.clr:hover {
  color: black;
  -ms-transform: scale(1.5);
  -webkit-transform: scale(1.5);
  transform: scale(1.1);
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
}

/*------------------------ GLOBAL DEC  END */

/*------------------------  all btn  */

.btn {
  border-radius: 50px;
  background-color: #51a4da;
  color: white;
  font-weight: 600;
}
.btn:hover {
  border-color: #20409a;
  color: white;
  background-color: #20409a;
}
/*--------------------------  all btn  */

/* -----rony er button css code----- */

.padding_btn {
  padding: 0 5px !important;
}

.btn_style {
  border-radius: 50px;
  background-color: #51a4da;
  color: white;
  font-weight: 600;
  width: 140px;
  transition: all linear 0.4s;
  border: 2px solid #51a4da;
}

.btn_style:hover {
  background: #1d74ad;
  border: 2px solid #1d74ad !important;
  color: #f0eaea;
  transition: all linear 0.4s;
}

.btn_style2 {
  border: 2px solid #51a4da;
  border-radius: 50px;
  font-weight: 600;
  transition: all linear 0.4s;
  background-color: transparent;
  padding: 0.375rem 0.75rem;
}

.btn_style2:hover {
  background: #51a4da;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  transition: all linear 0.4s;
}

/* youtube vdo responsive */

.vdo_size iframe {
  padding: 60px;
  width: 50rem;
  height: 30rem;
}

/*----------------------------- nav bar & header section START */
header {
  width: 100%;
}
nav {
  width: 80%;
}
.nav-link {
  font-size: 16px;
  margin: 0 5px;
}
.page-active {
  color: #07194b !important;
}
.activePage {
  color: #07194b;
}

#conatct-us-btn-img {
  width: 18%;
}
.nav-link {
  /* color: #51a4da !important; */
  color: #fff !important;
  font-weight: 600;
}

@media screen and (max-width: 686px) {
  nav {
    width: 90%;
  }
  #conatct-us-btn-img {
    width: 10%;
  }
}
.logo-img {
  width: 5%;
}
.nav-text-size {
  font-size: 14px;
}

.font_style {
  font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif;
  font-size: 25px;
}

.card_hgt {
  height: 60px;
}

/* ---------------------nav bar & header section END */

/*---------------------- CAROUsOL SECTION  */
#item-1 {
  background-image: url("../images/carousol/tech-cruve.jpg");
}
#item-2 {
  background-image: url("../images/carousol/dfg.jpg");
}
#item-3 {
  background-image: url("../images/carousol/womenintech.jpg");
}
.carousel-item {
  height: 75vh;
  background-size: cover;
  background-position: top;
}
.car-row-width {
  width: 70%;
}
@media screen and (max-width: 686px) {
  .carousel-item {
    height: 35vh;
  }
  .animated-title {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .technology_img {
    margin: auto;
    width: 50px;
    text-align: center;
    justify-content: center;
  }
}

/* car animation  */
@import url("https://fonts.googleapis.com/css?family=Roboto:700");
@keyframes showTopText {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  40%,
  60% {
    transform: translate3d(0, 50%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes showBottomText {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
.animated-title {
  color: rgb(255, 255, 255);
  font-family: Roboto, Arial, sans-serif;
  height: 90vmin;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 110vmin;
}
.animated-title > div {
  height: 50%;
  overflow: hidden;
  position: absolute;
  width: 100%;
}
.animated-title > div div {
  font-size: 10vmin;
  padding: 0 0;
  position: absolute;
}
.animated-title > div div span {
  display: block;
  padding: 0;
  margin: 0;
}
.animated-title > div.text-top {
  border-bottom: 1vmin solid rgb(255, 255, 255);
  top: 0;
}
.animated-title > div.text-top div {
  animation: showTopText 0.2s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  bottom: 0;
  transform: translate(0, 100%);
}
.animated-title > div.text-top div span:first-child {
  color: #ffffff;
}
.animated-title > div.text-bottom {
  bottom: 0;
}
.animated-title > div.text-bottom div {
  animation: showBottomText 0.1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
  top: 0;
  transform: translate(0, -100%);
}
/* car animation  */

/*==========CAROUsOL SECTION==========  */

/* =============our_products_section=============  */
.ccc {
  height: 170px;
  width: 100%;
}

.bg-card-prop {
  background-size: cover;
  background-position: top !important;
}
#c-1 {
  background-image: url("../images/covers/app\ banner\ ai\ low.jpg");
}
#c-2 {
  background-image: url("../images/covers/appposter.png");
}
#c-3 {
  background-image: url("../images/covers/odolbodolnew2.jpg");
}

#c-4 {
  background-image: url("../images/projects/nihaorn_quran\ copy.jpg");
}
#c-5 {
  background-image: url("../images/projects/OpenCVcalculator.jpg");
}
#c-6 {
  background-image: url("../images/projects/flutter_open.png");
}

#c-7 {
  background: url("../images/projects/ahoronssproject.jpg");
  background-size: contain !important;
  background-repeat: no-repeat;
}
#c-8 {
  background: url("../images/projects/ahoronssproject2.jpg");
  background-size: contain !important;
  background-repeat: no-repeat;
}
#c-9 {
  background: url("../images/projects/earlylearn.jpg");
  background-size: contain !important;
  background-repeat: no-repeat;
}
#c-10 {
  background-image: url("../images/covers/odureibanner.jpg");
}
#c-11 {
  background-image: url("../images/projects/chat_app.jpg");
}
#c-12 {
  background-image: url("../images/projects/online_bank_management.jpg");
}
#c-13 {
  background-image: url("../images/covers/odureibanner.jpg");
}
#c-14 {
  background-image: url("../images/projects/bocs_client.jpg");
}
#c-15 {
  background-image: url("../images/projects/tamrin.png");
}
#c-16 {
  background-image: url("../images/projects/dlifes.png");
}
#c-17 {
  background-image: url("../images/projects/mentorova.jpg");
}
#c-18 {
  background-image: url("../images/projects/rgc_hospitalss.jpg");
}
#c-19 {
  background-image: url("../images/projects/josb_ss.jpg");
}
#c-20 {
  background-image: url("../images/projects/miftah_ss.png");
}

.pp-rounded {
  border-radius: 7px;
}

.sass_see_more_btn {
  text-align: center;
}

.sass_see_more_btn .btn_t {
  padding: 10px 20px;
  color: #050202;
  transition: 1s;
  /* border: 1px solid #50a3d9; */
  border-radius: 10px;
  /* box-shadow: 0px 0px 5px 0px #4f4f4f; */
  box-shadow: 1px 1px 7px 3px #373ae630;
}

/* .sass_see_more_btn .btn_t:hover {
  background: #065487;
} */

.sass_see_more_btn .btn_t:focus {
  box-shadow: 0 !important;
}

/* ==============service section============== */
.scc {
  height: 210px;
  width: 100%;
}
#s-1 {
  background-image: url("../images/covers/web-dev.jpg");
}
#s-2 {
  background-image: url("../images/covers/sargra.jpg");
}
#s-3 {
  background-image: url("../images/covers/saas-1.jpg");
}
#s-4 {
  background-image: url("../images/covers/eduNtrain.jpg");
}

/* service page er service style */
#our-servces-soft-offered-services .offer_services {
}
#our-servces-soft-offered-services .offer_services ul {
}
#our-servces-soft-offered-services .offer_services ul li {
  list-style-type: none;
  margin-bottom: 30px;
}
#our-servces-soft-offered-services .offer_services ul li i {
  margin-right: 10px;
  color: #7d879e;
}

.inda_textc {
  color: #1d4499 !important;
}

/* ========industries_we_serve_section======== */
#industries_we_serve_section {
  width: 100%;
  background: #51a4da;
  margin-bottom: 50px;
  padding-bottom: 50px;
  margin-top: 25px;
  /* overflow: hidden; */
}

.indus_headline h2 {
  color: #fff;
  margin-top: -20px;
  margin-bottom: 10px;
}

.inda_logos {
  display: flex;
  width: 100%;
  align-items: center;
  /* justify-content: center; */
}

.inda_logos h6 {
  color: #fff;
  /* margin-bottom: 0; */
  margin: 0 10px;
}

.inda_logos img {
  height: 30px;
  width: 30px;
  margin: 0 10px;
}
/*--------------- indstries we server  */

/*============= be a partner section ============= */

/* ==========our_vlogs_section========== */

#our_vlogs_section {
  margin-bottom: 50px;
}

.vlogs_content embed {
  width: 100%;
  height: 200px;
  align-items: center;
}

/*--------------------------- industry_insight_section */

/* -------------------------cnt us  */
.cnt-us-card-h {
  height: 300px;
}
/* -------------------------------cnt us  */

/* ------------------------------footer section  */
footer {
  padding-top: 60px;
  padding-bottom: 70px;
}

.footer_part_class {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #02081a;
}

.footerWeight {
  width: 85%;
}
.fa-angle-up {
  font-size: 15px;
  color: black;
}

@media screen and (max-width: 686px) {
  .content {
    margin: 0px 20px;
  }
}
/*=============footer section=============*/

/* ==============OUR SERVICE PAGE============== */

/*==========our services car==========  */

.OS-services-card-prop {
  border-radius: 10px;
  height: 300px;
}

/* =============OUR SERVICE PAGE SOFTWARE DEVELOPMENT=============*/

#our-servces-soft-car {
  background-image: url(../images/covers/SOFTWARE-ENNGG.jpg);
  height: 400px;
}
#our-servces-web-car {
  background-image: url(../images/covers/web-dev.jpg);
  height: 400px;
}
#our-servces-edu-car {
  background-image: url(../images/covers/eduNtrain.jpg);
  height: 400px;
}
#our-servces-saas-car {
  background-image: url(../images/covers/saas-1.jpg);
  height: 400px;
}
/* =============contact_ us section============= */
#cnt-us .w_90 {
  width: 90%;
}

/* =========get_in_touch========= */
#get_in_touch {
  width: 100%;
}

.card_bg {
  background: #51a4da;
}

.card_size {
  height: 300px;
  background: #51a4da;
}

.card_size h3 {
  color: #fff;
  font-weight: 200;
}
.card_size p {
  color: #fff;
}
/* ========our_happy_client======== */

#our_happy_client {
  /* background: #51a4da; */
  /* padding-top: 50px; */
  padding-bottom: 50px;
  overflow: hidden;
  margin-top: 50px;
}

/* =======responsive code======= */

@media screen and (max-width: 500px) {
  #our_products_section {
    width: 90%;
  }
  #our_service_section {
    width: 90%;
  }
  #blogs_section {
    width: 90%;
  }
  /* .testimonial_head {
    width: 90%;
  } */
  #project_section .container {
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 15px;
  }
  #project_section .container h2 {
    padding: 0 !important;
    margin-bottom: 20px;
  }

  #project_section .container .cnt_btn {
    width: 50%;
  }
}

/*-- End Testimonial Section CSS --*/

/* =======preloader part======= */

#preloader {
  background: #ffffff url(../images/preloader/preloader_gif4.gif) no-repeat center;
  background-size: 22%;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000;
}

@media screen and (max-width: 700px) {
  #preloader {
    background-size: 45%;
  }
}

/* Explore Now button bottom */

/* body,
html {
  background-color: #000;
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
} */

.scroll-downs {
  position: absolute;
  top: 30vh;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 55px;
}
.mousey {
  width: 3px;
  padding: 10px 15px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 25px;
  opacity: 0.75;
  box-sizing: content-box;
}
.scroller {
  width: 3px;
  height: 10px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% {
    opacity: 0;
  }
  10% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(15px);
    opacity: 0;
  }
}

@media (max-width: 700px) {
  .scroll-downs {
    top: 15vh;
  }
}

/* section name */
/* home page
about us
our products
our service
Industries We Serve
become our partner
our blog
client_review_section
get in touch
footer */
