@import url("https://fonts.googleapis.com/css2?family=Rubik:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:wght@400;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* Navbar */
/**********************Desktop Menu*************
************************************************/

/********************* Mobile Menu ********************/

/******************* Header 2 Menu ******************/
@media (max-width: 991.98px) {
  .header-style-2 .desktop-menu-wrapper {
    display: none;
  }
}

.header-style-2 .desktop-menu {
  padding-left: 30px;
}
@media (max-width: 1199.98px) {
  .header-style-2 .desktop-menu {
    display: none;
  }
}


img{
    
max-width: 100%
    
}

/* Header Section */
.bixol-header {
  position: relative;
  z-index: 10;
}

/************************ Header Style 2 **********************/
.header-style-2 {
  position: relative;
  z-index: 10;
}
.header-style-2 .header-bottom {
  background-color: #22d3ee;
}
.header-style-2 .header-bottom .logo-wrapper {
  position: relative;
}
.header-style-2 .header-bottom .logo-wrapper a.desktop-logo {
  position: absolute;
  top: -70px;
  left: 0;
  background-color: #ffffff;
  border-radius: 3px;
  width: 120px;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  display: inline-block;
}
@media (max-width: 1199.98px) {
  .header-style-2 .header-bottom .logo-wrapper a.desktop-logo {
    position: initial;
    width: 60px;
    vertical-align: middle;
  }
}

@media (max-width: 767.98px) {
  .header-style-2 .header-bottom {
    padding: 6px 0;
  }
}

/************************ Header Style 3 ********************/

.header-style-3 .header-bottom {
  background-color: #ffffff;
}
.header-style-3 .header-bottom .logo-wrapper a.desktop-logo {
  position: initial;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 1199.98px) {
  .header-style-3 .header-bottom {
    padding: 10px 0;
  }
  .header-style-3 .header-bottom .logo-wrapper a.desktop-logo {
    width: 120px;
  }
}

/*************** Header style 4 ****************/

/************* Header Style 5 ****************/

/************** Header Style 6 **************************/

/*************** Header Style 7 *****************/

/********************* Sticky Header *********************/

/********** Header Search Form ************/

/* Footer Section */
/************** Footer 1 ***********************/
.bixol-footer {
  background-color: #051135;
  position: relative;
  padding: 60px 0 0px 0;
}

.bixol-footer .bixol-footer-logo {
  display: inline-block;
  max-width: 200px;
  padding-bottom: 20px;
  z-index: 2;
}
.bixol-footer .bixol-footer-widget {
  margin-bottom: 60px;
}
.bixol-footer .bixol-footer-widget h4 {
  color: #ffffff;
  text-transform: initial;
  margin-bottom: 30px;
}
.bixol-footer .bixol-footer-widget h4 span {
  color: #22d3ee;
}
.bixol-footer .bixol-footer-widget p {
  color: #c2d5e7;
  font-family: "Nunito Sans", sans-serif;
}
.bixol-footer .bixol-footer-widget .footer-office-time {
  margin-top: 20px;
}
.bixol-footer .bixol-footer-widget .footer-office-time span {
  display: block;
  color: #c2d5e7;
  font-size: 14px;
}
.bixol-footer .bixol-footer-widget .bixol-footer-address ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #c2d5e7;
  font-size: 14px;
}
.bixol-footer .bixol-footer-widget .bixol-footer-address ul li i {
  color: #0431b8;
}
.bixol-footer .bixol-footer-widget .bixol-footer-address ul li + li {
  margin-top: 10px;
}
.bixol-footer .footer-copyright {
  padding: 18px 0;
  text-align: center;
  background-color: #15265b;
}
.bixol-footer .footer-copyright p {
  font-family: "Poppins", sans-serif;
  color: #ffffff;
  font-size: 14px;
}
.bixol-footer .footer-copyright p a {
  color: #22d3ee;
}

/*************** Hmoe 4 Footer ******************/

/***************** H5 Footer ****************/

/************ Home6 Footer ***************/

/********** Footer Style 7 **********/

/* Breadcrumb Section */

.btn {
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  padding: 0 20px;
  line-height: 48px;
  -webkit-transition: all 240ms linear 0ms;
  -khtml-transition: all 240ms linear 0ms;
  -moz-transition: all 240ms linear 0ms;
  -ms-transition: all 240ms linear 0ms;
  -o-transition: all 240ms linear 0ms;
  transition: all 240ms linear 0ms;
  -webkit-border-radius: 3px;
  -khtml-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden !important;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border: none;
  background-color: #0431b8;
  z-index: 1;
  -webkit-box-shadow: none !important;
  -khtml-box-shadow: none !important;
  -moz-box-shadow: none !important;
  -ms-box-shadow: none !important;
  -o-box-shadow: none !important;
  box-shadow: none !important;
}

.btn:hover {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #007cfb;
}

.btn:hover:after {
  -webkit-animation: btn_shine 1.2s ease;
  animation: btn_shine 1.2s ease;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.btn.btn-primary {
  background-color: #051135;;
  color: #fff;
  line-height: 52px;
  -webkit-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
  -khtml-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
  -moz-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
  -ms-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
  -o-box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
  box-shadow: 0 8px 7px rgba(2, 21, 78, 0.17) !important;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
  background-color: #fff;
  color: #082680;
}

/* Theme Default */
/****************************************** Padding ********************
**********************************************************************/

.pt-20 {
  padding-top: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-100 {
  padding-bottom: 100px;
}

/****************************************** Margin ********************
**********************************************************************/

.mt-20 {
  margin-top: 20px;
}

/************ Container ***************/
.container {
  max-width: 1200px;
}

/***************** Common Button Style ******************/
.scrolltop-btn {
  position: fixed;
  bottom: 60px;
  right: -50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #0431b8;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.scrolltop-btn:hover {
  color: #ffffff;
}

.bixol-primary-btn {
  padding: 0 8px 0 16px;
  background-color: #0431b8;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  border-radius: 3px;
  height: 55px;
  width: 100%;
  position: relative;
  overflow: hidden;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  z-index: 1;
}
.bixol-primary-btn::before {
  content: "";
  position: absolute;
  width: 60px;
  height: 100%;
  left: -70px;
  top: 0;
  -webkit-transform: skew(-10deg);
  -ms-transform: skew(-10deg);
  transform: skew(-10deg);
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.4)), to(transparent));
  background-image: -webkit-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background-image: -o-linear-gradient(left, transparent, rgba(255, 255, 255, 0.4), transparent);
  background-image: linear-gradient(to right, transparent, rgba(255, 255, 255, 0.4), transparent);
  z-index: -1;
}
.bixol-primary-btn:hover {
  color: #ffffff;
  background-color: #073ad3e1;
}
.bixol-primary-btn:hover::before {
  -webkit-animation: 800ms shine;
  animation: 800ms shine;
}

/*********** Common Title Area *****************/
.bixol-title-area span.bixol-subtitle {
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin-left: 35px;
}
.bixol-title-area span.bixol-subtitle::before {
  content: "";
  width: 25px;
  height: 25px;
  background-image: url(../images/home1/star-object.png);
  position: absolute;
  left: -35px;
  background-size: 25px;
  background-repeat: no-repeat;
}

.bixol-title-area h3 {
  margin-top: 10px;
}

.bixol-title-area p {
  margin-top: 20px;
}

@media (max-width: 767.98px) {
  .bixol-title-area h3 {
    display: inline-block;
  }
}

/* Author CSS */
body {
  margin: 0;
  color: #3a4268;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}

h1 {
  color: #082680;
  font-size: 70px;
}

h2 {
  color: #082680;
  font-size: 48px;
}

h3 {
  color: #082680;
  font-size: 36px;
}

h4 {
  color: #082680;
  font-size: 25px;
}

h5 {
  color: #082680;
  font-size: 22px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  line-height: 1.2;
  margin-bottom: 0;
}

p {
  color: #3a4268;
  margin-bottom: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a {
  text-decoration: none;
}

input:focus,
button:focus {
  outline: none;
}

button {
  cursor: pointer;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

section {
  overflow: hidden;
}

i {
  display: inline-block;
}

/********************* Custom Animations *********************/

@-webkit-keyframes shine {
  from {
    left: -100px;
  }
  to {
    left: 120%;
  }
}

@keyframes shine {
  from {
    left: -100px;
  }
  to {
    left: 120%;
  }
}

/********** About Section ****************/
.bixol-about-section {
  position: relative;
}
.bixol-about-section .bixol-about-left {
  text-align: right;
}
.bixol-about-section .bixol-about-left .bixol-slider-wrapper {
  display: inline-block;
  position: relative;
}
.bixol-about-section .bixol-about-right {
  padding-left: 65px;
}
.bixol-about-section .bixol-about-right .devider {
  display: block;
  margin: 30px 0;
}
.bixol-about-section .bixol-about-right .devider hr {
  border-top: 2px solid #eaeaea;
  opacity: 0.5;
  margin: 0;
}
@media (max-width: 991.98px) {
  .bixol-about-section {
    padding-top: 100px;
  }
  .bixol-about-section .bixol-about-left {
    text-align: center;
  }
  .bixol-about-section .bixol-about-right {
    padding-left: 0;
    margin-top: 60px;
    max-width: 600px;
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

/************* Service Section **********************/
.bixol-service-section .bixol-services .bixol-service-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 30px;
}
.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span {
  width: 80px;
  height: 80px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  font-size: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span {
  background-color: #ffffff;
  height: 70px;
  width: 70px;
  border: 1px solid #082680;;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.bixol-service-section .bixol-services .bixol-service-item .bixol-icon-wrapper span img {
  width: 50%;
}
.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  padding: 35px 35px 35px 50px;
  margin-left: -50px;
  position: relative;
  z-index: 1;
}

.bixol-service-section .bixol-services .bixol-service-item .bixol-service-content h5 {
  margin-bottom: 6px;
}

.bixol-service-section .bixol-service-middle .img-wrapper {
  position: relative;
}
.bixol-service-section .bixol-service-middle .img-wrapper .banner-content {
  width: 120px;
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 10px;
  position: absolute;
  top: -30px;
  left: 50px;
  text-align: center;
}
.bixol-service-section .bixol-service-middle .img-wrapper .banner-content h3 {
  color: #ffffff;
  margin-bottom: 5px;
  position: relative;
  z-index: 10;
}
.bixol-service-section .bixol-service-middle .img-wrapper .banner-content p {
  color: #ffffff;
  font-size: 13px;
  line-height: 1;
  position: relative;
  z-index: 10;
}
.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0431b8;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  z-index: 2;
  border-radius: 15px 25px 25px 15px;
}
.bixol-service-section .bixol-service-middle .img-wrapper .banner-content .banner-svg-2 {
  position: absolute;
  top: 8px;
  left: -8px;
  width: 100%;
  height: 100%;
  background-color: #22d3ee;
  -webkit-clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  clip-path: polygon(0 0, 100% 9%, 100% 95%, 0% 100%);
  z-index: 1;
  border-radius: 15px 25px 25px 15px;
}

@media (max-width: 991.98px) {
  .bixol-service-section .bixol-services .bixol-service-item {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
  .bixol-service-section .bixol-service-middle {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .bixol-service-section .bixol-service-middle .img-wrapper {
    width: auto;
    max-width: 100%;
    display: inline-block;
  }
}

/******************** Counterup Section ***********************/

/****************************** Team Section ***********************/

/****************************** Case Study ***************************/

/************************* Get In Tauch ************************/
.bixol-gta-area {
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 100px 0;
  background-color: #051135;
  background-size: 120%;
  background-position: -400px center;
}
.bixol-gta-area .bixol-gt-right {
  padding-right: 60px;
  position: relative;
  max-width: 600px;
}
.bixol-gta-area .bixol-gt-right h4 {
  margin-bottom: 20px;
  color: #ffffff;
  text-transform: initial;
  position: relative;
  display: inline-block;
}
.bixol-gta-area .bixol-gt-right h4::after {
  content: "";
  position: absolute;
  right: -80px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 2px;
  background-color: #22d3ee;
}
.bixol-gta-area .bixol-gt-right form {
  width: 100%;
}
.bixol-gta-area .bixol-gt-right form input[type="text"] {
  width: 48%;
  border: 0;
  padding: 12px 20px;
  background-color: #1a386d;
  color: #c3c4e1;
}
.bixol-gta-area .bixol-gt-right form input[type="email"] {
  width: 100%;
  border: 0;
  padding: 12px 20px;
  background-color: #1a386d;
  color: #c3c4e1;
}
.bixol-gta-area .bixol-gt-right form input[type="text"]::-webkit-input-placeholder {
  color: #c3c4e1;
}
.bixol-gta-area .bixol-gt-right form input[type="text"]:-ms-input-placeholder {
  color: #c3c4e1;
}
.bixol-gta-area .bixol-gt-right form input[type="text"]::-ms-input-placeholder {
  color: #c3c4e1;
}
.bixol-gta-area .bixol-gt-right form .bx-form-select {
  width: 100%;
  margin-top: 20px;
}
.bixol-gta-area .bixol-gt-right form .submit-btn {
  margin-top: 30px;
}
@media (max-width: 1930px) {
  .bixol-gta-area {
    background-size: 130%;
  }
}
@media (max-width: 1800px) {
  .bixol-gta-area {
    background-size: 140%;
  }
}
@media (max-width: 1600px) {
  .bixol-gta-area {
    background-size: 145%;
  }
}
@media (max-width: 1400px) {
  .bixol-gta-area {
    background-size: cover;
    background-position: -800px 0;
  }
}
@media (max-width: 991.98px) {
  .bixol-gta-area {
    background-size: cover;
    background-position: right center;
  }
  .bixol-gta-area .bixol-gt-right {
    padding-right: 0;
    max-width: 100%;
  }
}
@media (max-width: 575.98px) {
  .bixol-gta-area .bixol-gt-right form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
}

/************************ Pricing Table *******************/
.bixol-pricing-table .pricing-table-area {
  margin-top: 30px;
}
.bixol-pricing-table .pricing-table-area .pricing-content {
  margin-top: 30px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 43px 0px rgba(12, 12, 12, 0.16);
  padding: 60px 20px 40px 20px;
  text-align: center;
  margin-bottom: 30px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-top .pc-top-title {
  font-size: 14px;
  color: #22d3ee;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-top h4 {
  margin-bottom: 3px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-top .pc-subtitle {
  color: #666666;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-price {
  margin-top: 15px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-icon-wrapper {
  margin-top: 20px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-icon-wrapper img {
  width: 80px;
  display: inline-block;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-list {
  margin-top: 20px;
  padding: 0 44px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-list p {
  font-size: 13px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-list span {
  font-weight: 700;
  font-size: 18px;
  margin-top: 8px;
  display: inline-block;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column .pc-btn a {
  padding: 10px 28px;
  background-color: #0431b8;
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-top: 20px;
  display: inline-block;
  border-radius: 3px;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise {
  /* padding-top: 35px; */
  background-color: #0431b8;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-top h4 {
  color: #ffffff;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-top .pc-subtitle {
  color: #ffffff;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-price h2 {
  color: #ffffff;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-list p {
  color: #ffffff;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-list span {
  color: #ffffff;
}
.bixol-pricing-table .pricing-table-area .pricing-content .pricing-column.best-choise .pc-btn a {
  background-color: #22d3ee;
}
@media (max-width: 767.98px) {
  .bixol-pricing-table .pricing-table-area .pricing-content .pricing-column {
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
}

/**************** Home 2 Service Section **************/
.home2-service-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.home2-service-section .home2-service-slider {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .home2-service-section .home2-service-slider {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home2-service-section .home2-service-slider .service-single-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
  padding: 40px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin-bottom: 50px;
}
.home2-service-section .home2-service-slider .service-single-item .img-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  border: 2px dashed #0431b8;
  overflow: hidden;
  padding: 15px;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content h5 {
  margin-top: 20px;
  position: relative;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content h5::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #22d3ee;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content p {
  margin-top: 30px;
}

/************ Home2 PMV section ************/

/****************** Home2 Skills Area ********************/

/***************** Steps Area *******************/

/************** Home2 FAQ Area **************/
.home2-faq-area {
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .home2-faq-area {
    background-position: right bottom;
  }
}
.home2-faq-area .faq-content .faq-wrapper {
  margin-top: 30px;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item {
  position: relative;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 5px;
  height: 0;
  background-color: #0431b8;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item .accordion-header a {
  text-transform: initial;
  color: #082680;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  padding: 20px 55px 20px 25px;
  display: block;
  position: relative;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item .accordion-header a::after {
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  color: #9ba2aa;
  font-size: 14px;
  right: 20px;
  top: 20px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item .accordion-body {
  padding: 0 35px 15px 25px;
}
.home2-faq-area .faq-content .faq-wrapper .accordion-item + .accordion-item {
  margin-top: 20px;
}

/******** Home 3 Service Area ************/
.h3-sr {
  background-color: #edf0f3;
}

/************* Home7 Brands ***************/

.hero {
  background-image: url("../images/bg.webp");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 600px;
  max-height: 600px;
}

.hero * {
  color: #fff;
}

@media screen and (max-width: 645px) {
  .hero h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
.logo-wrapper, .header-right {
    text-align: center;
  }
}

.home2-service-section {
  background-size: cover;
  background-repeat: no-repeat;
}
.home2-service-section .home2-service-slider {
  margin-top: 30px;
}
@media (max-width: 767.98px) {
  .home2-service-section .home2-service-slider {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.home2-service-section .home2-service-slider .service-single-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(12, 12, 12, 0.16);
  padding: 40px;
  text-align: center;
  border-radius: 6px;
  position: relative;
  margin-bottom: 50px;
}
.home2-service-section .home2-service-slider .service-single-item .img-wrapper {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: inline-block;
  border: 2px dashed #0431b8;
  overflow: hidden;
  padding: 15px;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content h5 {
  margin-top: 20px;
  position: relative;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content h5::after {
  content: "";
  width: 50px;
  height: 3px;
  background-color: #22d3ee;
  position: absolute;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.home2-service-section .home2-service-slider .service-single-item .srv2-service-content p {
  margin-top: 30px;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) scale(0.9);
  -ms-transform: translateY(-50%) scale(0.9);
  transform: translateY(-50%) scale(0.9);
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 1;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(6, 31, 104, 0.89);
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 6px;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .img-wrapper {
  background-color: #22d3ee;
  border: 2px solid #22d3ee;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content h5 {
  color: #ffffff;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content p {
  color: #ffffff;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn {
  margin-top: 20px;
  display: inline-block;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn i {
  color: #22d3ee;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn:hover {
  color: #0431b8;
  -webkit-transform: translateX(-2px);
  -ms-transform: translateX(-2px);
  transform: translateX(-2px);
}
.home2-service-section .home2-service-slider .service-single-item .srv2-hover-item .srv2-service-content a.srv2-readmore-btn:hover i {
  color: #0431b8;
  -webkit-transform: translateX(3px);
  -ms-transform: translateX(3px);
  transform: translateX(3px);
}
@media (max-width: 767.98px) {
  .home2-service-section .home2-service-slider .service-single-item .srv2-hover-item {
    padding: 40px 20px;
  }
}
.home2-service-section .home2-service-slider .service-single-item:hover .srv2-hover-item {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-50%) scale(1);
  -ms-transform: translateY(-50%) scale(1);
  transform: translateY(-50%) scale(1);
}
.home2-service-section .home2-service-slider .service-single-item:hover .srv2-hover-item .img-wrapper {
  -webkit-animation: 0.3s ct_fadeInDown linear;
  animation: 0.3s ct_fadeInDown linear;
}
.home2-service-section .home2-service-slider .service-single-item:hover .srv2-hover-item .srv2-service-content h5 {
  -webkit-animation: 0.5s ct_fadeInUp linear;
  animation: 0.5s ct_fadeInUp linear;
}
.home2-service-section .home2-service-slider .service-single-item:hover .srv2-hover-item .srv2-service-content p {
  -webkit-animation: 0.7s ct_fadeInUp linear;
  animation: 0.7s ct_fadeInUp linear;
}
.home2-service-section .home2-service-slider .service-single-item:hover .srv2-hover-item .srv2-service-content a {
  -webkit-animation: 1s ct_fadeInUp linear;
  animation: 1s ct_fadeInUp linear;
}
.home2-service-section .home2-service-slider .slick-list {
  padding: 30px 0;
  margin: 0 -15px;
}
.home2-service-section .home2-service-slider .slick-list .slick-slide {
  margin: 0 15px;
}
.home2-service-section .home2-service-slider .slick-arrow {
  position: absolute;
  left: -60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #cddae6;
  border: 0;
  padding: 0;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  color: #082680;
  z-index: 10;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.home2-service-section .home2-service-slider .slick-arrow:hover {
  background-color: #0431b8;
  color: #ffffff;
}
.home2-service-section .home2-service-slider .slick-arrow.next-btn {
  right: -60px;
  left: auto;
}
.scrolltop-btn {
  position: fixed;
  bottom: 60px;
  right: -50px;
  z-index: 10;
  width: 40px;
  height: 40px;
  background-color: #0431b8;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  border-radius: 3px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.scrolltop-btn:hover {
  color: #ffffff;
}
.scrolltop-btn.visible {
  right: 0;
}

.section_thanks {
  background-color: #edf0f3;
}

.thanks {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 30px 10px 40px;
}
.thanks img {
  width: auto;
}

.thanks p {
  text-align: center;
}