* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  font-family: 'Montserrat', sans-serif;
  padding: 90px 0 0 0;

}



.loader {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-3:before,
#loader-3:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: calc(50% - 10px);
  background-color: #3498db;
  animation: squaremove 1s ease-in-out infinite;
}

#loader-3:after {
  bottom: 0;
  animation-delay: 0.5s;
}

@keyframes squaremove {

  0%,
  100% {
    -webkit-transform: translate(0, 0) rotate(0);
    -ms-transform: translate(0, 0) rotate(0);
    -o-transform: translate(0, 0) rotate(0);
    transform: translate(0, 0) rotate(0);
  }

  25% {
    -webkit-transform: translate(40px, 40px) rotate(45deg);
    -ms-transform: translate(40px, 40px) rotate(45deg);
    -o-transform: translate(40px, 40px) rotate(45deg);
    transform: translate(40px, 40px) rotate(45deg);
  }

  50% {
    -webkit-transform: translate(0px, 80px) rotate(0deg);
    -ms-transform: translate(0px, 80px) rotate(0deg);
    -o-transform: translate(0px, 80px) rotate(0deg);
    transform: translate(0px, 80px) rotate(0deg);
  }

  75% {
    -webkit-transform: translate(-40px, 40px) rotate(45deg);
    -ms-transform: translate(-40px, 40px) rotate(45deg);
    -o-transform: translate(-40px, 40px) rotate(45deg);
    transform: translate(-40px, 40px) rotate(45deg);
  }
}

.navbar {
  background-color: #fff;
  box-shadow: 0px 2px 15px black;
  padding: 0;

}

a {
  text-decoration: none;
}

.header_wrapper img {
  max-width: 120px;
  height: auto;
}


.header_wrapper .nav-item .nav-link,
.dropdown-menu .dropdown-item {
  color: #004D91;
  font-weight: 600;
  font-size: 16px;
  padding-left: 30px;

}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {}

body::-webkit-scrollbar-thumb {
  background-color: #004D91;
  outline: 1px solid slategrey;
  border-radius: 20px;
}

.header_wrapper .nav-item .nav-link:hover {
  color: #FF9C04;

}



.header_wrapper .dropdown-menu .dropdown-item {
  transition: all .2s ease-in-out;
  line-height: 30px;
}

/* .dropdown-menu {
    opacity: 0;
    z-index: -10;
    transition: all .3s ease-in-out;
    display: block;

} */
/* 
.dropdown-menu.show {
    opacity: 1;
    z-index: 1000;

} */

@media screen and (max-width:767px) {
  .dropdown-menu {
    /* opacity: 0;
        z-index: -10;
        transition: all .3s ease-in-out; */
    /* display: none; */

  }

  .service {
    margin: 10px 0 !important;
  }

  .navbar-toggler:focus {
    box-shadow: none;
  }

  footer {
    text-align: center;
    padding: 40px 0 !important;
  }

  .header_wrapper .dropdown-menu,
  .navbar .menu-navbar-nav {
    text-align: center;
  }

  .about_us img {
    height: auto !important;
  }
}

@media screen and (min-width:768px) and (max-width:992px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }

  footer {
    text-align: center;
  }

  .header_wrapper .dropdown-menu,
  .navbar .menu-navbar-nav {
    text-align: center;
  }
}


.header_wrapper .dropdown-menu .dropdown-item:hover,
.header_wrapper .nav-item .nav-link:hover {
  color: #FF9C04;
  background-color: transparent;

}

.header_wrapper .dropdown-menu {
  border: 0px;
}

.header_wrapper .dropdown-menu {
  left: 20px;
  top: 25px;
}



.banner_section {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.44\ PM.jpeg);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.banner_section.about {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.48\ PM\ \(1\).jpeg);
}

.banner_section.Rapid_Statistical {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.49\ PM.jpeg);

}

.banner_section.Inferential_Statistical {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.58\ PM.jpeg);

}

.banner_section.Customize_Statistical {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.29.05\ PM\ \(1\).jpeg);

}

.banner_section.Power_and_Sample {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.59\ PM\ \(1\).jpeg);

}

.banner_section.manuscript {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.51\ PM.jpeg);

}

.banner_section.research {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.29.02\ PM.jpeg);

}

.banner_section.statistical {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.29.02\ PM.jpeg);

}

.banner_section.Case_Report_Form {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.28.55\ PM\ \(1\).jpeg);

}

.banner_section.abstract {
  background-image: url(../images/WhatsApp\ Image\ 2023-11-05\ at\ 2.29.00\ PM\ \(1\).jpeg);

}

.Statistical_Analysis_Services h2 {
  color: #004D91;
}

.banner_section .inner {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 90px 0;
  text-align: center;
  color: #fff;

}

.banner_section h1 {
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
}

.banner_section h1 span {
  color: #FF9C04;
}

.banner_section .about_us .text-box h4 {
  color: #FF9C04;
}

.banner_section .btn-warning {
  background-color: #fff;
  border: 0px;
  font-weight: 600;
  transition: all .2s ease-in-out;
  color: #004D91;
}

.banner_section .btn-warning:hover {
  background-color: #FF9C04;
  color: #fff;

}

.banner_section p {
  font-size: 16px;
}

.box1 {
  background-color: lightgray;
  border-radius: 40px;
  padding: 30px;
}

.about_us h3,
.service h3 {
  color: #004D91;
  position: relative;
  font-weight: bold;

}

.grow_up h1,
.counter h1,
.our_goal h1 {
  color: #004D91;
  font-weight: bold;

}

.grow_up p,
.our_goal p {
  font-size: 15px;

}

.grow_up .counter p {
  color: #004D91;
  font-weight: 500;
  font-size: 13px;
}

.our_goal {
  margin: 0;
  padding: 0;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: linear-gradient(to bottom, #d5e1ed, #d5e1ed);
  padding: 60px 0;

}

.our_goal {
  width: 100%;
  height: 100%;
  position: relative;
}

.news_latter .row {
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) !important;
}

.news_latter .input-group .input-group-text {
  background-color: #004D91;
  color: #fff;
}

@keyframes wave {
  0% {
    background-position-x: 0;
  }

  100% {
    background-position-x: 100%;
  }
}

.about_us h3::before,
.service h3::before {
  content: '';
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #FF9C04;
  bottom: 1px;
  top: 36px;
  left: calc(50% - 60px);

}

.about_us h3::after,
.service h3::after {
  content: '';
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #1977cc;
  bottom: 0;
  top: 35px;
  left: calc(50% - 20px);
}

.div {
  padding: 60px 0;
  overflow: hidden;
}

.about_us .icon-box .title {
  margin-left: 85px;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 18px;

}

.about_us .icon-box .description {
  margin-left: 85px;
  line-height: 24px;
  font-size: 14px;
}

.about_us img {
  height: 400px;
}

.about_us .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #8dc2f1;
  border-radius: 50px;
  transition: 0.5s;
}

.about_us .icon-box .title a {
  color: #343a40;
  transition: 0.3s;
  text-decoration: none;
}

.about_us .icon-box .title a:hover {
  color: #004D91;
  transition: 0.3s;
}

.about_us .icon-box:hover .icon {
  background-color: #FF9C04;
  color: #fff;
  border: 0;
}

.why_we_choice .icon-box .icon {
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border: 2px solid #FF9C04;
  border-radius: 50px;
  transition: 0.5s;
  background-color: #FF9C04;
  color: #fff;
}

.why_we_choice .text-box h5,
h1 {
  color: #004D91;
  font-weight: bold;
}



.service {
  margin: 60px 0;
}

.service p,
.about_us p {
  font-size: 16px;
  color: #004D91;
  font-weight: 400;
}

.service .icon-box {
  text-align: center;
  border: 1px solid #d5e1ed;
  padding: 40px 20px;
  transition: all ease-in-out 0.3s;
  border-radius: 10px;
  margin-bottom: 20px;
}

.service .icon-box:hover {
  background-color: #FF9C04;
  color: #fff;
}

.service .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #004D91;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transform-style: preserve-3d;
  color: #fff;
  font-size: 20px;
  position: relative;

}

.service .icon-box:hover .icon {
  background-color: #fff;
  color: #004D91;
}

.service .icon-box .icon::before {
  position: absolute;
  left: -8px;
  top: -8px;
  content: '';
  width: 100%;
  height: 100%;
  background: #FF9C04;
  border-radius: 5px;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.service .icon-box:hover .icon::before {
  background-color: #004D91;
}

.service .icon-box h4 {
  color: #004D91;
  font-weight: 700;
}



.service .icon-box:hover h4 {
  color: #fff;
  font-weight: 700;
}

.service .icon-box .btn {
  background-color: #FF9C04;
  border: 0;
  font-weight: 500;
  color: #fff;
}

.service .icon-box:hover .btn {
  background-color: #004D91;
  color: #fff;
}

.service .icon-box:hover p {
  color: #fff;
}

.Statistical_Analysis_Services {
  padding: 50px 0;
  background-color: #fafafa;
}

.Statistical_Analysis_Services p {
  font-size: 15px;
  line-height: 1.5rem;
  font-weight: 500;
}

.accordion-button:focus {

  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  background-color: #FF9C04;
  color: #fff;
  box-shadow: none;
  font-weight: 600;
}

.accordion-button:not(.disabled) {
  font-weight: 600;
}

.why_we_choice .img-fluid {
  height: 400px;
}

.container {
  width: 1000px !important;
}



p {
  font-size: 12px;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
}

.bg-primary {
  background-color: #004D91 !important;
  font-family: Verdana, Geneva, Tahoma, sans-serif !important;
  transition: all 0.2s ease-in-out;
}

.bg-primary:hover {
  background-color: #FF9C04 !important;
}

.form-control {
  height: 36px;
  background: #fff;
  color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
  border-radius: 2px;
  box-shadow: none !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.contactForm .form-control {
  border: none;
  border-bottom: 1px solid #004D91;
  padding: 0;
}


.form-control:focus,
.form-control:active {
  border-color: #FF9C04 !important;
}


.form-label {
  color: #000;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.btn.btn-primary {
  background: #004D91 !important;
  border-color: #004D91 !important;
  color: #fff;
  width: 100px;
  border-radius: 0 !important;

}



.btn.btn-primary:hover {
  background-color: #FF9C04 !important;
  border-color: #FF9C04 !important;
}

.bi {
  font-size: 50px;
}



footer {
  background: #000;
  padding: 86px 0;
  margin-top: 50px;
}

footer .single-box img {
  max-width: 120px;
  height: auto;
}

footer .single-box ul li a:hover,
.socials a:hover {
  color: #FF9C04;
}

footer .single-box ul li a,
.socials a {
  transition: all .1s ease-in-out;
  color: #fff;
}


.single-content {
  text-align: center;
  padding: 115px 0;
}

.single-box p {
  color: #fff;
  line-height: 1.9;
}

.single-box h3 {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}

.single-box .card-area i {
  color: #ffffff;
  font-size: 20px;
  margin-right: 10px;
}

.single-box ul {
  list-style: none;
  padding: 0;
}

.single-box ul li a {
  text-decoration: none;
  color: #fff;
  line-height: 2.5;
  font-weight: 100;
}

.single-box h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

#basic-addon2 {
  background: #fe1e4f;
  color: #fff;
}

.socials i {
  font-size: 18px;
  margin-right: 15px;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #1977cc;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}


.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.back-to-top i {
  font-size: 18px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #FF9C04;
}


/*reponsive css */

@media (max-width: 767px) {
  .single-box {
    margin-bottom: 50px;
  }

  .why_we_choice .img-fluid {
    height: auto;
  }

  .why_we_choice .text-box {
    margin: 30px 0;
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .single-box {
    margin-bottom: 50px;
  }

}

@media only screen and (max-width: 767px) {
  .container {
    width: 100% !important;
  }
}