:root {
  --primary: #2B478B;
  --secondary: #1f3264;
  --filterPrimary:  invert(21%) sepia(55%) saturate(1687%) hue-rotate(201deg) brightness(95%) contrast(86%);
  --filterWhite: invert(100%) sepia(11%) saturate(7463%) hue-rotate(181deg) brightness(101%) contrast(116%);
}

* {
  margin: 0px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
}

*::-moz-selection {
  background-color: var(--primary);
  color: #fff;
}

*::selection {
  background-color: var(--primary);
  color: #fff;
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background-color: #ccc;
}

*::-webkit-scrollbar-thumb {
  background: var(--primary);
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb:hover {
  background: var(--secondary);
}

/**********************************************
   Start Global Style
**********************************************/
p {
  font-size: 15px;
  color: #555;
  line-height: 1.7rem;
}

a {
  color: #000;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

a:hover {
  color: var(--primary) !important;
  text-decoration: none;
}

a:focus {
  outline: 0;
}

del {
  text-decoration: line-through;
  color: #888;
  font-size: 80%;
}

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

button {
  border: none;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

button:active,
button:active:focus,
button:active:hover,
button:focus,
button:hover,
button:not(:disabled):not(.disabled).active,
button:not(:disabled):not(.disabled):active {
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

form .form-group {
  position: relative;
}

form .form-control {
  font-size: 14px;
}

form .form-control:focus {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border: 1px solid var(--primary) !important;
}

form input,
form select {
  height: 55px !important;
}

form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: var(--primary);
  background-color: var(--primary);
}

form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: var(--primary);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.scroll-top-btn {
  display: inline-block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: linear-gradient(-135deg, var(--secondary), var(--primary));
  text-align: center;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
  border-radius: 15px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

.scroll-top-btn img {
  width: 22px;
  -webkit-filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
          filter: invert(99%) sepia(1%) saturate(0%) hue-rotate(163deg) brightness(116%) contrast(100%);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

.scroll-top-btn:hover img {
  -webkit-animation: floating-y .5s infinite alternate;
          animation: floating-y .5s infinite alternate;
}

.center-vr {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.in-flex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inFlex {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.container,
.container-fluid,
.zi-5 {
  position: relative;
  z-index: 5;
}

.sec-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-end {
  text-align: end;
}

.overflow_hidden {
  overflow: hidden !important;
}

/**********************************************
   Start Animations
**********************************************/
@-webkit-keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
@keyframes floating-y {
  0% {
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@-webkit-keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(300px);
            transform: translateZ(300px);
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(12px);
            transform: translateZ(12px);
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@-webkit-keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

@keyframes text-focus-in {
  0% {
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0px);
            filter: blur(0px);
    opacity: 1;
  }
}

.text-focus-in {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes focus-in-expand-fwd {
  0% {
    letter-spacing: -0.5em;
    -webkit-filter: blur(12px);
            filter: blur(12px);
    opacity: 0;
  }
  100% {
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

/**********************************************
   Start Edit Navbar & Footer
**********************************************/
.navs-container.home-navs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}

.navs-container.home-navs .navbar,
.navs-container.home-navs .top-nav {
  background-color: rgba(255, 255, 255, 0.8);
}

.navs-container.home-navs .top-nav {
  display: none;
}

.navs-container.home-navs .top-nav .container {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

.navs-container .top-nav {
  padding: 10px 0;
  background-color: #F3F8FE;
}

.navs-container .top-nav .social-links a {
  margin: 0 3px;
  font-size: 13px;
}

.navs-container .top-nav .social-links a .icon {
  width: 16px;
  height: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .top-nav .social-links a:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.navs-container .top-nav .contact-links a {
  margin: 0 10px;
}

.navs-container .top-nav .contact-links a .icon {
  -webkit-margin-end: 5px;
          margin-inline-end: 5px;
}

.navs-container .navbar.home-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.navs-container .navbar.home-nav .nav-link {
  color: #ccc;
}

.navs-container .navbar.home-nav .nav-link:hover {
  color: #ddd !important;
}

.navs-container .navbar.home-nav .nav-link.active {
  font-weight: bold;
  color: #fff;
}

.navs-container .navbar .logo {
  width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

.navs-container .navbar .nav-link {
  margin: 0 10px;
  color: #555;
  font-size: 15px;
  position: relative;
}

.navs-container .navbar .nav-link::after {
  content: '';
  background: url(../images/icons/nav-active.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 12px;
  position: absolute;
  top: 30px;
  left: 6px;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.navs-container .navbar .nav-link:hover, .navs-container .navbar .nav-link.active {
  color: var(--primary) !important;
}

.navs-container .navbar .nav-link:hover::after, .navs-container .navbar .nav-link.active::after {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.navs-container .navbar .nav-link.active {
  font-weight: bold;
}

.navs-container .navbar .navbar-toggler {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background-color: transparent;
  border: none;
  position: relative;
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon {
  -webkit-box-shadow: 0px 0px 0px grey;
          box-shadow: 0px 0px 0px grey;
  background: rgba(0, 0, 0, 0);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::before {
  top: 0px !important;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.navs-container .navbar .navbar-toggler.active .navbar-toggler-icon::after {
  top: 0px !important;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon {
  width: 15px;
  height: 2px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after, .navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 2px;
  background: #000;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::after {
  top: -5px;
  right: 0px;
}

.navs-container .navbar .navbar-toggler .navbar-toggler-icon::before {
  top: 5px;
  right: 0px;
}

.footer {
  padding: 70px 0 0 0;
  background-color: #284485;
  position: relative;
}

.footer .content {
  margin-bottom: 25px;
  padding: 10px 15px;
}

.footer .content.middle-content {
  border-right: 1px solid #5176D0;
  border-left: 1px solid #5176D0;
}

.footer .content .logo {
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
  width: 150px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer .content .det {
  color: #fff;
  line-height: 1.5rem;
}

.footer .content .social-links a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: var(--primary);
  margin: 0 2px;
  display: inline-block;
}

.footer .content .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.footer .content .social-links a:hover i {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.footer .content .links {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}

.footer .content .links a {
  display: block;
  margin: 12px 0;
  color: #ddd;
}

.footer .content .links a:hover {
  color: #fff !important;
}

.footer .content .form-group .form-control {
  background-color: #4B6196;
  border: 1px solid #4B6196;
  color: #fff;
}

.footer .content .form-group .form-control::-webkit-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control:-ms-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control::-ms-input-placeholder {
  color: #ccc;
}

.footer .content .form-group .form-control::placeholder {
  color: #ccc;
}

.footer .copyright_p {
  padding: 15px 0;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  border-top: 1px solid #5176D0;
  color: #ddd;
}

.footer.footer-pt {
  padding: 200px 0 0 0;
}

/**********************************************
    Start Public Classes
**********************************************/
.swiper-container .swiper-pagination-bullet {
  width: 35px;
  height: 5px;
  border-radius: 25px;
  background-color: #999;
}

.swiper-container .swiper-pagination-bullet-active {
  background-color: var(--primary);
}

.pg-heading {
  padding: 35px 0 40px 0;
  background-color: var(--primary);
  position: relative;
  overflow: hidden;
}

.pg-heading .breadcrumb {
  background-color: transparent;
}

.pg-heading .breadcrumb a {
  color: #6194BE;
}

.pg-heading .breadcrumb a:hover {
  color: #fff !important;
}

.pg-heading .breadcrumb .breadcrumb-item {
  text-transform: capitalize;
  color: #ddd;
}

.pg-heading .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: '';
  width: 30px;
  height: 16px;
  background: url(../images/icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  top: 3px;
}

.pg-heading .title {
  text-align: center;
  font-weight: 700;
  color: #fff;
}

.pg-heading .pattern {
  width: 156px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: .2;
}

.pg-heading .pattern2 {
  width: 156px;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 45px;
  left: -60px;
  opacity: .2;
}

.section {
  position: relative;
  padding: 80px 0;
  overflow: hidden;
}

.color-primary {
  color: var(--primary) !important;
}

.butn {
  padding: .7rem 2rem;
  border-radius: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  text-align: center;
  position: relative;
  overflow: hidden;
  font-weight: bold;
}

.butn.white-butn {
  background-color: #fff;
  color: var(--primary);
}

.butn.dark-butn {
  background-color: var(--primary);
  color: #fff;
}

.butn:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

/**********************************************
    Start Edit Home Page 
**********************************************/
.header {
  overflow: hidden;
  position: relative;
}

.header .item {
  position: relative;
  padding: 240px 0 150px 0;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.header .item .logo {
  width: 220px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
}

.header .item .social-links {
  position: absolute;
  top: 180px;
  left: 10%;
  z-index: 6;
  text-align: center;
}

.header .item .social-links .follow {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  min-width: 200px;
  color: #fff;
  left: -130px;
  top: 0;
  font-size: 22px;
  letter-spacing: 4px;
}

.header .item .social-links a {
  display: block;
  color: #fff;
  margin: 15px 10px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header .item .social-links a:hover {
  color: var(--primary);
}

.header .item .contact-wrapper {
  position: absolute;
  top: 200px;
  right: 10%;
  z-index: 6;
}

.header .item .contact-wrapper .info {
  display: block;
  position: absolute;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  min-width: 250px;
  color: #fff;
  left: -160px;
  top: 15px;
  font-size: 22px;
  letter-spacing: 3px;
  font-weight: 500;
}

.header .item .contact-wrapper .contact-inner {
  position: relative;
}

.header .item .contact-wrapper .contact-inner .icon {
  width: 75px;
  height: 75px;
  -o-object-fit: contain;
     object-fit: contain;
}

.header .item .contact-wrapper .contact-inner .contact-word {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  color: #fff;
  font-weight: 500;
  font-size: 35px;
  top: 170px;
  right: -63px;
  min-width: 200px;
  text-transform: capitalize;
}

.header .item .bg, .header .item::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header .item::after {
  content: '';
  background-color: #0A1017;
  opacity: .8;
}

.header .item .bg {
  -o-object-fit: cover;
     object-fit: cover;
}

.header .swiper-slide-active .item {
  opacity: 1;
}

.header .swiper-slide-active .item .logo {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.header .swiper-slide-active .item .title {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .swiper-slide-active .item .social-links .follow {
  -webkit-animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: text-focus-in 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .swiper-slide-active .item .social-links a {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.header .swiper-slide-active .item .contact-wrapper .info {
  -webkit-animation: focus-in-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: focus-in-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .swiper-slide-active .item .contact-wrapper .icon {
  -webkit-animation: zoomIn 1s both;
          animation: zoomIn 1s both;
}

.header .swiper-slide-active .item .contact-wrapper .contact-word {
  -webkit-animation: focus-in-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: focus-in-expand-fwd 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

.header .swiper-pagination-bullet-active {
  background-color: #375ab3;
}

.header2 .item {
  padding: 230px 0 150px 0;
  height: 100vh;
}

.header2 .item .text-box {
  background: rgba(10, 16, 23, 0.3);
  border-radius: 5px;
  padding: 30px 20px;
}

.header2 .item .social-links .follow,
.header2 .item .social-links a,
.header2 .item .contact-wrapper .info,
.header2 .item .contact-wrapper .contact-word {
  text-shadow: 0px 0px 27px #000;
  color: var(--primary);
}

.header2 .item .contact-wrapper .icon {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
}

.header2 .item::after {
  opacity: 0;
}

.header2 .swiper-pagination {
  bottom: 90px;
}

.header2 .foot-wrapper {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding: 15px 0;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  z-index: 5;
}

.header2 .foot-wrapper .social-links a {
  width: 35px;
  height: 35px;
  line-height: 37px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
  color: var(--primary);
  margin: 0 2px;
  display: inline-block;
}

.header2 .foot-wrapper .social-links a:hover {
  background-color: var(--secondary);
  color: #fff !important;
}

.header2 .foot-wrapper .social-links a:hover i {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

/**********************************************
    Start Edit About Page 
**********************************************/
.about-pg .img-box {
  position: relative;
}

.about-pg .img-box .lg-img {
  width: 75%;
  height: 650px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-margin-start: auto;
          margin-inline-start: auto;
  display: block;
  padding: 10px;
  border: 2px solid var(--primary);
}

.about-pg .img-box .sm-img {
  height: 300px;
  width: 55%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  bottom: -70px;
  left: 0;
  padding: 10px;
  border: 2px solid #ccc;
}

.about-pg .text-box {
  padding: 0 2vw;
}

.about-pg .text-box .title {
  line-height: 3.5rem;
}

.about-pg .about_card {
  position: relative;
  border-top: 2px solid #ccc;
  padding: 25px 20px;
  margin-bottom: 15px;
}

.about-pg .about_card::before {
  content: '';
  width: 0%;
  height: 2px;
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background-color: var(--primary);
  display: block;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-pg .about_card .icon-outer {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: transparent;
  color: #14DBE8;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 20px;
}

.about-pg .about_card .content .title {
  color: #6B6C8D;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.about-pg .about_card .content .det {
  color: #777;
}

.about-pg .about_card:hover .icon-outer {
  color: var(--primary);
  background-color: #E2EDF7;
}

.about-pg .about_card:hover .icon-outer i {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.about-pg .about_card:hover .title {
  color: var(--primary);
}

.about-pg .about_card:hover::before {
  width: 100%;
}

.about-pg .pattern {
  position: absolute;
  top: 0;
  left: 22%;
  width: 14%;
}

.values-sec .value_card {
  position: relative;
  padding: 15px;
}

.values-sec .value_card .icon-outer {
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #E2EDF7;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 20px;
}

.values-sec .value_card .icon-outer .icon {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.values-sec .value_card .content .title {
  color: #6B6C8D;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.values-sec .value_card .content .det {
  color: #777;
}

.values-sec .value_card:hover .icon-outer {
  background-color: #d1dde7;
}

.values-sec .value_card:hover .icon-outer .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.values-sec .value_card:hover .title {
  color: var(--primary);
}

.values-sec .value_card:hover::before {
  width: 100%;
}

.edge-sec .sec-title {
  color: #fff;
}

.edge-sec .serv_card {
  position: relative;
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px 0 #eee;
          box-shadow: 0 0 10px 0 #eee;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.edge-sec .serv_card .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 25px 0 #eee;
          box-shadow: 0 0 25px 0 #eee;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), color-stop(var(--secondary)), to(var(--primary)));
  background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--primary));
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.edge-sec .serv_card .icon .img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: auto;
  -webkit-filter: var(--filterWhite);
          filter: var(--filterWhite);
}

.edge-sec .serv_card .content {
  width: calc(100% - 100px);
  -webkit-padding-start: 30px;
          padding-inline-start: 30px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.edge-sec .serv_card .content .title {
  color: #3D3F4F;
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
}

.edge-sec .serv_card:hover .icon .img {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.edge-sec::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 250px;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--primary)), color-stop(var(--secondary)), to(var(--primary)));
  background-image: linear-gradient(to right, var(--primary), var(--secondary), var(--primary));
  display: block;
}

.locates-sec {
  overflow: unset;
}

.locates-sec::before {
  content: '';
  background-color: #F6F9FF;
  width: 100%;
  height: 161.4%;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  border-radius: 0 0 0 20%;
  z-index: 1;
}

.locates-sec .inner-box {
  padding: 30px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 200px 0 #ccc;
          box-shadow: 0 50px 200px 0 #ccc;
}

.locates-sec .inner-box .title .logo {
  -webkit-filter: var(--filterPrimary);
          filter: var(--filterPrimary);
  width: 115px;
  -o-object-fit: contain;
     object-fit: contain;
}

.board-sec .team_card {
  position: relative;
  margin: 15px;
}

.board-sec .team_card .team-img {
  height: 300px;
}

.board-sec .team_card .card-body {
  text-align: center;
  background-color: #fff;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.board-sec .team_card .card-body .name {
  color: #5A5A5A;
}

.board-sec .team_card .card-body .name,
.board-sec .team_card .card-body .job {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.board-sec .team_card .card-body .social-links a {
  width: 33px;
  height: 33px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid var(--primary);
  margin: 0 2px;
  display: inline-block;
}

.board-sec .team_card .card-body .social-links a .icon {
  width: 14px;
  height: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

.board-sec .team_card .card-body .social-links a:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.board-sec .team_card:hover .card-body {
  background-color: var(--primary);
}

.board-sec .team_card:hover .card-body .name,
.board-sec .team_card:hover .card-body .job {
  color: #fff;
}

.board-sec .team_card:hover .card-body .social-links a {
  border: 1px solid #ccc;
}

/**********************************************
    Start Edit Roots Page 
**********************************************/
.roots-pg {
  background-color: #F4F4F4;
}

.roots-pg .sec-img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 550px;
}

.roots-pg .service_card {
  height: calc(100% - 25px);
  background-color: #fff;
}

.roots-pg .service_card .title {
  line-height: 1.6rem;
  color: #555 !important;
}

.roots-pg .service_card:hover .title {
  color: var(--primary) !important;
}

.roots-pg .result {
  text-align: center;
  font-weight: bold;
  color: var(--primary);
  margin-bottom: 0;
  text-transform: uppercase;
}

/**********************************************
    Start Edit contact Page 
**********************************************/
.contact-pg {
  overflow: unset;
  padding: 80px 0 0 0;
}

.contact-pg .contact_card {
  background-color: #F0F6FC;
  padding: 25px;
  border-radius: 10px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-pg .contact_card .icon-outer {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  border-radius: 50%;
  background-color: #e5edf5;
  color: var(--primary);
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 20px;
}

.contact-pg .contact_card .title,
.contact-pg .contact_card .det {
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.contact-pg .contact_card:hover {
  background-color: var(--primary);
}

.contact-pg .contact_card:hover .icon-outer {
  background-color: #fff;
}

.contact-pg .contact_card:hover .icon-outer i {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.contact-pg .contact_card:hover .title {
  color: #fff;
}

.contact-pg .contact_card:hover .det {
  color: #ddd;
}

.contact-pg .inner-box {
  padding: 40px 35px;
  background-color: #fff;
  -webkit-box-shadow: 0 50px 200px 0 rgba(24, 24, 24, 0.2);
          box-shadow: 0 50px 200px 0 rgba(24, 24, 24, 0.2);
  position: relative;
  z-index: 2;
  margin-bottom: -130px;
}

.contact-pg .inner-box .form-wrapper .form-control {
  border-radius: 0;
  border: transparent;
  border-bottom: 1px solid #ddd;
}

.contact-pg .inner-box .form-wrapper .form-control:focus {
  border: transparent !important;
  border-bottom: 1px solid var(--primary) !important;
}

/**********************************************
    Start Edit services Page 
**********************************************/
.services-pg .service_card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  margin-bottom: 25px;
}

.services-pg .service_card .service-img {
  height: 150px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.services-pg .service_card .title {
  font-weight: bold;
  font-size: 1.1rem;
}

.services-pg .service_card .p {
  font-size: 14px;
}

.services-pg .service_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 25px 0 #ddd;
          box-shadow: 0 10px 25px 0 #ddd;
}

.services-pg .add_value_card .service-img {
  height: 400px;
}

.services-pg .add_value_card .card-body {
  text-align: center;
}

.operations-sec .in-flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.operations-sec .oper_card {
  position: relative;
  width: 185px;
  text-align: center;
  padding: 50px 10px;
  background-color: var(--primary);
  border-radius: 10px;
  margin-bottom: 40px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
}

.operations-sec .oper_card::before {
  content: '';
  width: 130px;
  height: 130px;
  background-color: transparent;
  border: 5px solid var(--primary);
  display: block;
  position: absolute;
  right: -20px;
  top: -20px;
  border-radius: 10px;
  z-index: -1;
}

.operations-sec .oper_card .icon {
  width: 70px;
  height: 70px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  margin: 0 auto 20px auto;
}

.operations-sec .oper_card .title {
  text-transform: uppercase;
}

.operations-sec .oper_card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.operations-sec .oper_card:hover .icon {
  -webkit-animation: tada 1s both;
          animation: tada 1s both;
}

.where-vlue .sec-img {
  height: 440px;
  border-radius: 10px;
}

/**********************************************
    Start Edit Dark Theme 
**********************************************/
.theme-dark .navs-container.home-navs .navbar {
  background-color: rgba(7, 14, 32, 0.9);
}

.theme-dark .navs-container .top-nav {
  background-color: #111e3d;
}

.theme-dark .navs-container .top-nav .contact-links a {
  color: #eee;
}

.theme-dark .navs-container .navbar {
  background-color: #070e20;
}

.theme-dark .navs-container .navbar .nav-link {
  color: #ddd;
}

.theme-dark .section {
  background-color: #020307;
}

.theme-dark .section .title {
  color: #fff;
}

.theme-dark .section p {
  color: #ccc;
}

.theme-dark .about-pg .about_card {
  border-top: 2px solid #070e20;
}

.theme-dark .about-pg .pattern {
  display: none;
}

.theme-dark .values-sec .value_card .icon-outer {
  background-color: #070e20;
}

.theme-dark .edge-sec .serv_card {
  background-color: #070e20;
  border: 1px solid #0A1017;
  -webkit-box-shadow: 0 0 10px 0 #0d181e;
          box-shadow: 0 0 10px 0 #0d181e;
}

.theme-dark .edge-sec .serv_card .icon {
  -webkit-box-shadow: 0 0 25px 0 #0d181e;
          box-shadow: 0 0 25px 0 #0d181e;
}

.theme-dark .edge-sec .serv_card .title {
  color: #eee;
}

.theme-dark .locates-sec .inner-box {
  background-color: #070e20;
  -webkit-box-shadow: 0 50px 200px 0 #0d181e;
          box-shadow: 0 50px 200px 0 #0d181e;
}

.theme-dark .locates-sec::before {
  background-color: #04070f;
}

.theme-dark .contact-pg .contact_card {
  background-color: #070e20;
}

.theme-dark .contact-pg .inner-box {
  background-color: #070e20;
  -webkit-box-shadow: 0 50px 200px 0 #0d181e;
          box-shadow: 0 50px 200px 0 #0d181e;
}

.theme-dark .contact-pg .inner-box .form-wrapper .form-control {
  background-color: transparent;
  color: #fff;
}

.theme-dark .services-pg .service_card {
  background-color: #070e20;
}

.theme-dark .services-pg .service_card .title {
  color: #fff !important;
}

.theme-dark .services-pg .service_card:hover {
  -webkit-box-shadow: 0 10px 25px 0 #0d181e;
          box-shadow: 0 10px 25px 0 #0d181e;
}

.theme-dark .services-pg .service_card:hover .title {
  color: var(--primary) !important;
}

.theme-dark .board-sec .team_card .card-body {
  background-color: #070e20;
}

.themeToggler {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin: auto;
  /* The switch - the box around the slider */
  /* Hide default HTML checkbox */
  /* The slider */
  /* Rounded sliders */
}

.themeToggler .switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

.themeToggler .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.themeToggler .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.themeToggler .slider:before {
  position: absolute;
  content: "";
  height: 40px;
  width: 40px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-box-shadow: 0 0px 15px #2020203d;
          box-shadow: 0 0px 15px #2020203d;
  background: white url("https://i.ibb.co/FxzBYR9/night.png");
  background-repeat: no-repeat;
  background-position: center;
}

.themeToggler input:checked + .slider {
  background-color: rgba(43, 71, 139, 0.5);
}

.themeToggler input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--primary);
          box-shadow: 0 0 1px var(--primary);
}

.themeToggler input:checked + .slider:before {
  -webkit-transform: translateX(24px);
          transform: translateX(24px);
  background: white url("https://i.ibb.co/7JfqXxB/sunny.png");
  background-repeat: no-repeat;
  background-position: center;
}

.themeToggler .slider.round {
  border-radius: 34px;
}

.themeToggler .slider.round:before {
  border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */