@charset "utf-8";

/** 
TABLE OF CONTENT
---------------------------------------------------------
    01. General CSS
    02. Global Class CSS
    03. Header Section CSS
    04. Sticky Menu CSS
    05. About Section CSS
    06. Slider Section CSS    
    07. Video Section CSS
    08. Faq Section CSS
    09. Contact Section CSS
    10. Services Section CSS
    11. Process Section CSS
    12. Project Section CSS
    13. Progress Section CSS
    14. Case Study Section CSS
    15. Call Action Section CSS
    16. Footer Section CSS
    17. Scroll Up CSS
    18. Preloader CSS
    19. Animation Part CSS
--------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

/* font family notosans */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@1,500&display=swap');


/* -----------------------------------
    01. General CSS
-------------------------------------*/
html,
body {
  font-size: 16px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  vertical-align: baseline;
  line-height: 1.5;
  font-weight: 500;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  margin: 0 0 26px;
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Poppins', sans-serif;
  color: #101010;
  margin: 0 0 26px;
  line-height: 1.2;
}

h1 {
  font-size: 70px;
  font-weight: 700;
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

h3 {
  font-size: 28px;
  font-weight: 700;
}

.gray-color {
  background-color: #F2F2F2;
}

.whites-color {
  background-color: #f2f2f2;
}

.white-color {
  color: #ffffff !important;
}

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

a {
  color: #106eea;
  transition: all 0.3s ease;
  text-decoration: none !important;
  outline: none !important;
}

/* ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
} */
.bg3 {
  background: url('assets/images/bg/process-bg.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #03228F;
  margin: 0px 31px 0px 0px;
  padding: 80px 40px 75px 40px;
  transition: 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  border-radius: 10px 10px 10px 10px;
}

.bg4 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #ffffff;
}

.bg5 {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #F2F2F2;
}

.bg31 {
  background: url(assets/images/bg/services-bg.WebP) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-carousel .owl-dots {
  text-align: center;
  margin: 40px auto 0;
  line-height: 15px;
  display: block;
}

::selection {
  background: #106eea;
  text-shadow: none;
  color: #ffffff;
}

/* ------------------------------------
    02. Global Class CSS
---------------------------------------*/
.readon {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: all 0.4s;
  z-index: 1;
  background-color: transparent;
}

/* .readon.learn-more {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  border-radius: 30px 30px 30px 30px;
} */
.readon.learn-more {
  padding: 14px 40px 14px 40px;
  background-image: linear-gradient(250deg, #4e95ed 19%, #03228f 100%);
  border-radius: 30px 30px 30px 30px;
}

.readon.learn-more:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
  color: #ffffff !important;
}

.readon.learn-more.submit {
  background-image: linear-gradient(90deg, #03228f 0%, #4e95ed 100%);
  padding: 16px 40px 16px 40px;
  font-weight: 500;
  font-size: 16px;
}

.readon.learn-more.submit:hover {
  background-image: linear-gradient(180deg, #03228f 19%, #4e95ed 100%);
  color: #ffffff !important;
}

.readon.learn-more.contact-us {
  border-radius: 8px 8px 8px 8px !important;
}

.readon.learn-more.slider-btn {
  background: #ffffff;
  color: #106eea;
  padding: 15px 37px;
  border-radius: 8px 8px 8px 8px !important;
}

.submit {
  color: #FFFFFF;
  background-color: transparent;
  background-image: linear-gradient(95deg, #03228f 0%, #4e95ed 100%);
  padding: 18px 40px 17px 40px;
  font-size: 15px;
  line-height: 1;
  border-radius: 30px 30px 30px 30px;
  border: none;
}

.slider-video .popup-videos {
  display: inline-block;
  position: relative;
  height: 70px;
  width: 70px;
  line-height: 70px;
  border-radius: 100%;
  text-align: center;
  background: #106eea;
  top: 27px;
}

.watch-video {
  text-align: center;
  color: #ffffff;
  border-radius: 100%;
  font-size: 25px;
  position: relative;
  line-height: 70px;
  z-index: 9;
  width: 100%;
  vertical-align: middle;
  margin-left: 0;
  height: auto;
  position: relative;
  left: -45px;
  color: white;
  top: -3px;
}

.slider-video .popup-videos:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  animation: pulse-border 3000ms ease-out infinite;
  background: #106eea;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  margin: 0;
}

.sec-title {
  position: relative;
}

.sec-title .sub-text {
  position: relative;
  padding-left: 95px;
  display: inline-block;
  line-height: 28px;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 400;
  color: #03228F;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.sec-title .sub-text:after {
  content: "";
  position: absolute;
  border: 0;
  height: 4px;
  width: 50px;
  background-color: #03228F;
  z-index: 1;
  margin-left: 0;
  left: 24px;
  top: 12px;
}

.sec-title .sub-text:before {
  content: '';
  position: absolute;
  left: 0;
  top: 12px;
  height: 4px;
  width: 12px;
  background-color: #03228F;
}

.sec-title .sub-text.new {
  color: #ffffff;
  font-size: 15px;
  padding-left: 0;
}

.sec-title .sub-text.new:before {
  display: none;
}

.sec-title .sub-text.new:after {
  display: none;
}

.sec-title .sub-text.new-text {
  padding-left: 0;
  margin-bottom: 7px;
  color: #ffffff;
}

.sec-title .sub-text.new-text:before {
  display: none;
}

.sec-title .sub-text.new-text:after {
  display: none;
}

.sec-title .sub-text.style2:after {
  background-color: #106eea;
}

.sec-title .sub-text.style2:before {
  background-color: #106eea;
}

.sec-title .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 46px;
  color: #101010;
  margin: 0;
}

.sec-title .title.white-color {
  color: #ffffff;
}

.sec-title .desc {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.sec-title2 {
  position: relative;
  padding-left: 18px;
}

.sec-title2 .sub-text {
  margin: 0 0 10px;
  display: block;
  line-height: 28px;
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #03228F !important;
  text-transform: uppercase;
}

.sec-title2 .sub-text.white-color {
  color: #ffffff;
}

.sec-title2 .sub-text.contact {
  color: #1273EB;
}

.sec-title2 .title {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.4;
  color: #0a0a0a !important;
  max-width: 490px;
  margin: 0 auto;
}

.sec-title2 .title.testi-title {
  max-width: unset;
}

.pt-relative {
  position: relative !important;
}

/* -----------------------
    03. Header Section CSS
--------------------------*/
.full-width-header {
  position: relative;
}

.full-width-header .rs-header {
  position: relative;
}

.full-width-header .rs-header .menu-area {
  transition: all 0.3s ease;
  /* background-image: linear-gradient(90deg, #03228f 10%, #0e73e4 100%); */
}

.full-width-header .rs-header .menu-area .rs-menu-area {
  align-items: center;
  /* justify-content: flex-end;
  float: left; */
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 52px;
  padding: 0;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li a {
  transition: all 0.3s ease;
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
  height: 65px;
  line-height: 65px;
  padding: 0;
  color: #ffffff;
  position: relative;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  /* color: #bbb; */
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child {
  margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul.nav-menu li:last-child a {
  margin-right: 0 !important;
}

.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li a:hover,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.active a,
.full-width-header .rs-header .menu-area .main-menu .rs-menu ul li.current-menu-item>a {
  color: #fff;
}

.full-width-header .rs-header .menu-area.sticky {
  background: #fff;
}

.full-width-header .rs-header .menu-area.sticky .rs-menu-area {
  float: right;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li>a {
  color: #0a0a0a;
}

.full-width-header .rs-header .menu-area.sticky .main-menu .rs-menu ul.nav-menu>li.current-menu-item>a {
  color: #00298B
    /* background-image: linear-gradient(to right,  #4015FF,  #831AFF); */
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner {
  line-height: unset;
  height: unset;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner.search-icon .sidebarmenu-search>a {
  color: #101010;
}

.full-width-header .rs-header .menu-area.sticky .expand-btn-inner li>a {
  color: #494949;
}

.full-width-header .rs-header .expand-btn-inner {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  line-height: 65px;
  height: 65px;
  position: relative;
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a {
  color: #ffffff;
  border-right: 1px solid #fff;
  padding-right: 20px;
}

.full-width-header .rs-header .expand-btn-inner .sidebarmenu-search>a i:before {
  font-size: 15px;
  font-weight: 600;
}

.full-width-header .rs-header.style2 .menu-area {
  background: transparent;
}

.full-width-header .rs-header.style2 .menu-area .logo-part img {
  transition: 0.4s;
}

.full-width-header .rs-header.style2 .menu-area .rs-menu-area {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-end;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li {
  display: inline-block;
  margin-right: 32px;
  padding: 0;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a {
  color: #00298B;
  line-height: 100px;
  height: 100px;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li.current-menu-item>a {
  color: #D42190;
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul {
  display: flex;
}

.full-width-header .rs-header.style2 .menu-area.sticky .expand-btn-inner ul li {
  margin-left: 25px;
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a {
  color: #101010;
}

.full-width-header .rs-header.style2 .expand-btn-inner .sidebarmenu-search>a i:before {
  font-size: 15px;
  font-weight: 600;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul {
  display: flex;
}

.full-width-header .rs-header.style2 .expand-btn-inner ul li {
  margin-left: 25px;
}

.full-width-header .mobile-menu {
  display: none;
}

body .search-modal {
  background: #0B70E1;
  position: fixed;
  top: 0;
  bottom: 0;
  background: rgba(16, 110, 234, 0.98);
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
}

.full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:hover {
  color: #D42190 !important;
}

/* .full-width-header .rs-header.style2 .menu-area .main-menu .rs-menu ul.nav-menu li a:active {
  color: #D42190!important;
}   */



/*------------------------------------
    04. Sticky Menu CSS
--------------------------------------*/
.menu-sticky {
  background: #fff;
  margin: 0;
  z-index: 999;
  width: 100%;
  top: 0;
  position: relative;
}

/* ------------------------------------
    05. About Section CSS
---------------------------------------*/

/* ------------------------------------
    08. Slider Section CSS
---------------------------------------*/
/* .rs-slider.style1 .slider-content {
  padding: 260px 0 260px;
} */
.rs-slider.style1 .slider-content .sl-sub-title {
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

.rs-slider.style1 .slider-content .sl-title {
  font-size: 90px;
  line-height: 84px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 40px;
}

.rs-slider.style1 .slider-content .sl-desc {
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 40px;
}

.rs-slider.style1 .slider-content .slider-btn li {
  display: inline-block;
  margin-right: 30px;
}

.rs-slider.style1 .slider-content .slider-btn li:last-child {
  margin-right: 0;
}

/* .rs-slider.style1 .slider-content.slide1 {
  background: url(./assets/images/slider/slider2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}

.rs-slider.style1 .slider-content.slide2 {
  background: url(./assets/images/slider/slider3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}

.rs-slider.style1 .slider-content.slide3 {
  background: url(./assets/images/slider/slider4.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
}

.rs-slider.style1 .slider-content.slide4 {
  background: url(./assets/images/slider/slider3.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 260px 0 270px;
} */

.rs-slider.style1 .owl-nav .owl-next,
.rs-slider.style1 .owl-nav .owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  border-radius: 50%;
  background: #ffffff;
  text-align: center;
  color: #101010;
  transition: all 0.5s;
  transition-delay: 0.70s;
  opacity: 0;
  visibility: hidden;
}

.rs-slider.style1 .owl-nav .owl-next i:before,
.rs-slider.style1 .owl-nav .owl-prev i:before {
  content: "\f112";
  font-family: Flaticon;
}

.rs-slider.style1 .owl-nav .owl-next:hover,
.rs-slider.style1 .owl-nav .owl-prev:hover {
  background: #106eea;
  color: #ffffff;
}

.rs-slider.style1 .owl-nav .owl-next {
  right: 30px;
  left: unset;
}

.rs-slider.style1 .owl-nav .owl-next i:before {
  content: "\f113";
}

.rs-slider.style1:hover .owl-nav .owl-next,
.rs-slider.style1:hover .owl-nav .owl-prev {
  left: 50px;
  transition-delay: 0s;
  visibility: visible;
  opacity: 1;
}

.rs-slider.style1:hover .owl-nav .owl-next {
  right: 50px;
  left: unset;
}

/*------------------------------------
    09. Video Section CSS
------------------------------------*/
/* ------------------------------------
   15.rs contact section
---------------------------------------*/
/* ------------------------------------
    12. Contact Section CSS
---------------------------------------*/

.placing-font::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: 16px;
  color: #454545;
  font-family: 'Poppins', sans-serif;
  line-height: 1.5;
  color: #212529;
  text-align: left;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: inherit;
  outline: 0;
  box-shadow: inherit;
  border: 1px solid #F5F5F7;
}

.form-control {
  border: 1px solid #F5F5F7;
  background-color: #F5F5F7 !important;
  height: calc(2.5em + 1rem + 2px);

}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="number"] {
  font-family: 'Poppins', sans-serif;
}

.recaptcha-error-display {
  display: flex;
  justify-content: center;
}

.recaptcha-class {
  display: flex;
  justify-content: center;
}

.btn-part-submit-button {
  display: flex;
  justify-content: center;
}

.rs-contact .contact-box {
  background-image: linear-gradient(250deg, #4e95ed 0%, #03228f 100%);
  padding: 69px 30px 64px 30px;
  border-radius: 5px 5px 5px 5px;
}

.rs-contact .contact-box .address-box {
  display: flex;
}

.rs-contact .contact-box .address-box .address-icon {
  background-image: linear-gradient(275deg, #ffffff 0%, #fcfcff 100%);
  min-width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  width: 40px;
  border-radius: 50%;
  margin-right: 23px;
}

.rs-contact .contact-box .address-box .address-icon i {
  font-size: 20px;
  line-height: 20px;
  color: #03228F;
}

.rs-contact .contact-box .address-box .address-text .label {
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  display: block;
  margin-bottom: 5px;
}

.rs-contact .contact-box .address-box .address-text a {
  color: #ffffff;
}

.rs-contact .contact-box .address-box .address-text .desc {
  color: #ffffff;
}

.rs-contact .contact-widget textarea {
  height: 120px;
}

.rs-contact .contact-widget ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

/* ------------------------------------
    17. Services Section CSS
---------------------------------------*/
.rs-services.main-home .services-item {
  margin: 0px 0px 0px 0px;
  padding: 60px 25px 50px 35px;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
}

.rs-services.main-home .services-item .services-icon {
  margin-bottom: 30px;

}

.rs-services.main-home .services-item .services-content .services-text .services-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
}

.rs-services.main-home .services-item .services-content .services-desc p {
  color: #444;
  margin: 0;
}

.rs-services.main-home.style1 {
  position: relative;
  z-index: 111;
  margin-top: -200px;
}

.rs-services.main-home.style1 .services-item {
  text-align: center;
  background-color: #FFFFFF;
  border-radius: 10px 10px 10px 10px;
  box-shadow: 0px 0px 48px 0px rgba(162, 162, 162, 0.5);
  margin: 0px -10px 0px 0px;
  padding: 34px;
}

.rs-services.main-home.style1 .services-item .services-icon {
  margin-bottom: 15px;
  background: linear-gradient(70deg, #0b70e1 0%, #03228f 100%);
  width: 110px;
  height: 110px;
  margin: 0px auto;
  margin-bottom: 0px;
  text-align: center;
  display: block;
  border-radius: 50%;
  position: relative;
  margin-bottom: 25px;
}

.rs-services.main-home.style1 .services-item .services-content .services-text .services-title {
  margin-bottom: 5px;
}

.rs-services .bg-section {
  background: #ffffff;
}

.rs-services.style4 .services-item {
  text-align: center;
  padding: 50px 40px 50px 40px;
}

.rs-services.style4 .services-item .services-icon {
  margin-bottom: 20px;
}

.rs-services.style4 .services-item .services-icon img {
  margin-top: -10px;
}

.rs-services.style4 .services-item .services-content .title {
  font-size: 22px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}

.rs-services.style4 .services-item .services-content .title a {
  color: #102B3E;
}

.rs-services.style4 .services-item .services-content .title a:hover {
  color: #106eea;
}

.rs-services.style4 .services-item .services-content .desc {
  margin-bottom: 15px;
}

.rs-services.style4.modify1 .services-item {
  text-align: left;
  display: flex;
  padding: 40px 30px 35px 30px;
}

/* .rs-services.style4.modify1 .services-item .services-icon {
  padding: 8px 0px 0px 0px;
  font-size: 50px;
  line-height: 50px;
   background: linear-gradient(70deg, #0b70e1 0%, #03228f 100%); 
   width: 65px;
  height : 65px; 
  text-align : center;
  display: block;
  border-radius: 50%;
  position: relative;
  float: left;
} */

.rs-services.style4.modify1 .services-item .services-icon img {
  max-width: unset;
}

/* .rs-services.style4.modify1 .services-item .services-content {
  padding: 0px 0px 0px 15px;
} */

.rs-services.style4.modify1.services3 .services-item {
  padding: 24px 25px 33px 25px;

  margin: 0 -15px 0 0;
}

.services-section {
  margin-top: 23px;
}

.rs-project .bg-section {
  background-color: #f2f2f2;
}

/* ------------------------------------
    18. Process Section CSS
---------------------------------------*/
.rs-process .rs-addon-number .number-text .number-area {
  display: block;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.4;
  color: #03228f;
}

.rs-process .rs-addon-number .number-text .number-title .title {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
  color: #101010;
  margin-bottom: 10px;
}

.rs-process .rs-addon-number .number-text .number-txt {
  margin: 0;
  padding-right: 34px;
}

.rs-process {
  background-color: #ffffff;
}

/*------------------------------------
    22. Project Section CSS
------------------------------------*/
.rs-project.style1 .project-item {
  position: relative;
  overflow: visible;
}

.rs-project.style1 .project-item .project-img {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.rs-project.style1 .project-item .project-img img {
  transition: 1.3s all ease;
  border-radius: 5px;
}

.rs-project.style1 .project-item .project-content {
  background: #ffffff;
  box-shadow: 0 6px 25px rgb(0 0 0 / 20%);
  position: relative;
  top: 14px;
  padding: 34px 0;
  border-radius: 5px;
  transition: all 0.5s ease-in-out;
  z-index: 10;
  text-align: center;
}

.rs-project.style1 .project-item .project-content .title {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  margin-bottom: 8px;
}

.rs-project.style1 .project-item .project-content .title a {
  color: #101010;
}

.rs-project.style1 .project-item .project-content .category {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  display: block;
}

.rs-project.style1 .project-item .project-content .category a {
  color: #106eea;
}

/*------------------------------------
    35. Footer Section CSS
------------------------------------*/
.footer-social {
  margin-top: -14px;
  margin-left: -43px;
}

.rs-footer {
  background-image: url(./assets/images/footerbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.rs-footer .footer-top {
  padding: 70px 0 0px;
}

.rs-footer .footer-top .footer-logo img {
  position: relative;
  top: 9px;
}

.rs-footer .footer-top .widget-title {
  font-size: 22px;
  line-height: 40px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 25px;
}

.rs-footer .footer-top .site-map li {
  margin-bottom: 12px;
  color: #fff;
}

.rs-footer .footer-top .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  /* height: 25px; */
  /* line-height: 35px; */

  text-align: center;
  font-size: 25px;

}

/* .rs-footer .footer-top .footer-social li a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 50%;
  color: #555;
  text-align: center;
  font-size: 15px;
  transition: all .8s ease;
  background: rgba(255, 255, 255, 0.9);
}  */

/* .rs-footer .footer-top .footer-social li a:hover {
  color: #ffffff !important;
  background: #831AFF;
  ;
} */

.rs-footer .footer-top .footer-social li a i {
  line-height: 35px;
}

.rs-footer .footer-top .footer-social li:last-child {
  margin: 0;
}

.rs-footer .footer-top .address-widget li {
  padding: 0px 0px 16px 40px;
  position: relative;
}

.rs-footer .footer-top .address-widget li {
  color: #fff;
}

.rs-footer .footer-top .address-widget li .desc a {
  color: #fff;
}

.rs-footer .footer-top .address-widget li i {
  color: #fff;
  position: absolute;
  left: 0px;
}

.rs-footer .footer-top .address-widget li i:before {
  font-size: 20px;
}

.rs-footer .footer-top .widget-desc {
  margin: 0;
}

.rs-footer .footer-top p {
  margin: 30px 0 0;
  position: relative;
  color: #fff !important;
}

.rs-footer .footer-top p input[type=email] {
  border: none;
  width: 90%;
  font-size: 13px;
  padding: 16px 60px 16px 20px;
  margin: 0;
  color: #0a0a0a;
  overflow: hidden;
  border-radius: 30px 0 0 30px;
  background: #f2f2f2;
}

.rs-footer .footer-top p input[type="submit"] {
  position: absolute;
  top: 0px;
  right: 1px;
  bottom: 0px;
  background-color: #011948;
  border-radius: 50%;
  padding: 15px 28px 15px;
  font-family: "Flaticon";
  font-size: 0;
  border: none;
}

.rs-footer .footer-top p i {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 12px 20px;
  pointer-events: none;
  color: #ffffff;
}

.rs-footer .footer-top p ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */

  color: #454545;
  opacity: 1;
}

.footer-color {
  color: #fff;
}

.footer-bottom-color {
  color: #fff !important;
}

.copy_right_text {
  width: 100%;
  text-align: center;
}

/* -----------------------
    37. Scroll Up CSS
--------------------------*/
#scrollUp {
  text-align: center;
  bottom: 40px;
  cursor: pointer;
  display: none;
  position: fixed;
  right: 20px;
  z-index: 999;
  border-radius: 50px 50px 4px 4px;
}

#scrollUp i {
  /* background-image: linear-gradient(90deg, #03228f 0%, #0e73e4 100%); */
  background-color: #00298B;
  border-radius: 50%;
  height: 40px;
  font-size: 24px;
  font-weight: 600;
  width: 42px;
  color: #fff;
  line-height: 36px;
  transition: all 0.3s ease;
  margin-left: 2px;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.4);
}

/* ------------------------------------
    38. Preloader CSS
---------------------------------------*/
/* ------------------------------------
    38. Preloader CSS
---------------------------------------*/
.loader {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0;
  top: 0;
  z-index: 999999;
}

.loader .loader-container {
  width: 50px;
  height: 50px;
  background-color: #106eea;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1s infinite ease-in-out;
  animation: sk-scaleout 1s infinite ease-in-out;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.loader.orange-loader .loader-container {
  background: #ff7045;
}

@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}

/* ------------------------------------
    39. Animation Part
---------------------------------------*/
/*Pulse Border Animation*/
.fadeInRight {
  animation-duration: 1s;
  animation-name: fadeInRight;
}

/* .condition-li {
  padding-top: 1%;
  margin-left: -50px; */

/* list-style: outside none none;
  margin: 0;
  padding: 0; */
/* } */

.short {
  position: relative;
  margin-left: 30px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 2rem 0;

  /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
}

/* //  carousal image start // */
/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
.section-title h3 {
  font-size: 35px;
  margin-bottom: 70px;
  margin-top: 0;
  font-weight: 600;
  line-height: 30px;
  color: #151948;
  text-align: center !important;
}


.screenshort {
  width: 800px !important;
  margin: auto;
}

/* Applicatiion section */
.head-line {
  color: #343434;
  font-size: 3rem;
  font-weight: 600;
}

.list-line {
  padding-top: 1%;
  /* margin-left: 15px; */
  color: #00298B;
  font-size: 22px;
  line-height: 53px;
  list-style-type: none;
  font-weight: 600;
}

.slide-move {
  color: #343434;
  font-size: 1.1rem;
  line-height: 28px;
  text-align: left;
  /* padding-top: 2%; */

}

.list-noun {
  padding-top: 1%;
  /* margin-left: 15px; */
  color: #101010;
  font-size: 19px;
  line-height: 54px;
  list-style-type: none;
  padding-top: 1%;
  margin-left: -50px;
}

.text-move {
  color: #101010;
  font-size: 3rem;
  font-weight: 700;
}

/* .bg-sky {
 background: linear-gradient(45deg,#53f 40%,#25ddf5 100%); 
  background-image: url(./assets/images/Banner.svg); 
  min-height: 862px; 
   background-size: cover;
  background-position: center;
  background-repeat: no-repeat;  
} */

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}

.mh1 {
  /* font-size: 4rem; */
  text-align: left;
  /* color:#ffffff !important; */
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  /* font-weight: 'ExtraBold 800 Italic';
    line-height: 1.2; */
}

.text-saas {
  /* color: #fff; */
  text-align: left;
  margin-top: 5%;
  font-weight: lighter;
  font-size: 1.3em;
  line-height: 1.5;
  font-family: 'Poppins', sans-serif;
}

.line-service {
  text-align: center;
  font-size: 1.2rem;
  padding-top: 8%;
  font-weight: 700;

}

.btn-common {
  background-color: #00298B;
  color: #fff;
  position: relative;
  /* box-shadow: 0 8px 9px 0 rgb(96 94 94 / 17%); */
  width: 160px;
  height: 50px;
  padding: 7px 15px;
  font-size: 16px;
}

.btn:hover {
  color: #fff !important;
  text-decoration: none;
}

.form-control :hover {
  background-color: #e3feff;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #5533ff;
  background: linear-gradient(95deg, #5533ff 40%, #25ddf5 100%);
  -webkit-transform: skewY(-12deg);
  transform: skewY(-12deg);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  z-index: -12;
}

li {
  list-style: none;
}

.element {
  animation: slidein 2s ease-out infinite;
}

.ms1 {
  background: #D42190;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

@media only screen and (max-width:1022px) {
  .moa-1 {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .psb-1 {
    margin-top: 37px;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .bann {
    width: 100%;
    margin-top: 0;
    margin-right: 30%;
  }
}

@media screen and (max-width: 900px) {
  .cen {
    text-align: center;
  }
}

@media screen and (max-width: 900px) {
  .hrr-1 {
    text-align: center;
    margin: 0;
  }
  .mnn-2 {
    padding: 0;
}
}

@media screen and (max-width: 768px) {
  .ss-1 {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

/* .sg-1 {
  background-image: url(./assets/images/carousel.svg);
  min-width: 962px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
} */

@media only screen and (max-width:1800px) {
  .mss-2 {
    display: none;
  }
}

.sae-2 {
  background-image: linear-gradient(to right, #4015FF, #831AFF);
  color: white !important;
  border: none;
}

/* contact number */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

input[type=number] {
  -moz-appearance: textfield;
}

@media screen and (max-width: 1200px) {
  .boot {
    width: auto;
    text-align: center;
    padding: 0px;
    margin-top: 36px;
  }
}

/* .fyp :focus{
  background-color: #831AFF !important;
}  */
/* button:active { 
  background-color: #ffdb3a !important; 
} */
.ccs:focus {
  box-shadow: none !important;
}

/* card */
.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.feature-icon {
  display: inline-flex;
  align-items: center;
  /* justify-content: center; */
  width: 4rem;
  height: 2rem;
}

.icon-link {
  display: inline-flex;
  align-items: center;
}

.icon-link>.bi {
  margin-top: .125rem;
  margin-left: .125rem;
  transition: transform .25s ease-in-out;
  fill: currentColor;
}

.icon-link:hover>.bi {
  transform: translate(.25rem);
}

.icon-square {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border-radius: .75rem;
}

.rounded-4 {
  border-radius: .5rem;
}

.rounded-5 {
  border-radius: 1rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

/* embedded */
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/* Features section */
@media screen and (max-width: 998px) {
  .pss-1 {
    text-align: center;
  }
}

@media screen and (max-width: 1350px) {
  .str-11 {
    position: relative;
    min-height: 267px !important;
  }
}

@media screen and (max-width: 900px) {
  .ros-1 {
    position: relative;
    min-height: 375px !important;
  }
}

/* @media screen and (max-width: 1000px) {
  .abd-1 {
    position: relative;
    padding:2px !important;
  }
} */
.bg-blue {
  background-image: url(./assets/images/featuresbg.svg);
  background-position: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-rose {
  background-image: url(./assets/images/Mockupbg.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1300px) {
  .acme {
    min-height: 27em !important;
  }
}

/* @media screen and (max-width: 900px) {
  .gjo-1 {
    min-height: 27em !important;
  }
} */

@media screen and (max-width: 600px) {
  .gjp-1 {
    font-size: 35px !important;
    padding-top: 37px;
  }
}

@media screen and (max-width: 1000px) {
  .gray-color {
    background-image: none;
  }
}

@media screen and (max-width: 500px) {
  .merc {
    font-size: 18px;
    margin-left: 12px
  }
}

.bg-wave {
  background-image: url(./assets/images/slice.svg);
  background-position: center;
  background-size: cover;
}

@media screen and (max-width: 500px) {
  .nile-2 {
    text-align: center !important;
  }
}

@media screen and (max-width: 500px) {
  .nellk-2 {
    padding-left: 137px;
    padding-top: 13px;
  }
}

@media screen and (max-width: 1000px) {
  .ridge {
    margin-top: -80px;
  }
}

@media screen and (max-width: 900px) {
  .brow {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .crest {
    margin-top: 40px;
  }
}

@media screen and (max-width: 500px) {
  .cork {
    margin-top: 40px;
    margin-left: 12px;
    margin-right: 12px;
  }
}

@media screen and (max-width: 500px) {
  .srr-1 {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 500px) {
  .dff-2 {
    margin: 0;
  }
}

@media screen and (max-width: 500px) {
  .mnn-2 {
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .mfn-2 {
    width: 95%;
    margin-left: -4px;
  }
}

.co-color {
  min-height: 900px;
}

.bg-brown {
  background: url(./assets/images/bgbanner.svg);
  background-size: cover;
   background-position: center; 
  /* background-repeat: no-repeat; */
}

@media screen and (max-width: 1300px) {
  .apex {
    min-height: 0;
  }
}

@media screen and (max-width: 1300px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .tall {
    height: 58px !important;
    padding-top: 8px;
  }
}

@media screen and (max-width: 500px) {
  .midset {
    /* height: 55px !important;
    font-size: 18px!important;
    padding-top: 12px; */
    display: none;
  }

  .median {
    margin-left: 72px !important;
  }
}

/* .navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 1.5rem 3rem;
} */
/* .nav-menu{
  color: #00298B;
    line-height: 88px;
    height: 100px;
} */
ul.nav-menu li.nav-item a.nav-link {
  transition: all 0.3s ease;
  font-size: 16px;
  font-weight: 600;
  margin-right: 40px;
  line-height: 65px;
  color: #00298B;
  /* position: relative;*/
  /* height: 65px; */
  /* padding: 0; */
}


.epic {
  font-size: 15px;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #D42190 !important;
}

/* .navbar-light .navbar-nav .nav-item .nav-link:active{
  color:  #D42190 !important;
}   */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: #00298B;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.header-btn {
  display: flex;
  flex-direction: row;

}

/* .button-cell{
  display: flex;
} */
/* optional, adds space between buttons */
/* .button-container button {
  margin-right: 10px;    
} */


/* testing */
.tab-container {
  display: flex;
  justify-content: space-between;
}

.tab-button {
  padding: 10px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  margin: 14px;
  /* box-shadow: none; */
}

.tab-button {
  background-color: #ccc;

}

.tab-content {
  display: none;
  box-shadow: none;
}

.tab-content.active {
  display: block;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.navbar-light .navbar-nav .nav-link.active {
  color: #D42190 !important;
}

/* ul {
  list-style-type: disc;
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
  padding: 0 0 0 20px;
} */
.custom-2 li::before {
  content: "✔";
  color: #D42190;
  display: inline-block;
  width: 1em;
  margin-left: -2em;
  font-size: 20px;
  list-style-position: inside;
  padding-right: 37px;
}

.condition-li {
  padding-top: 2%;
  /* margin-left: 80px; */
  font-size: 20px;
}

/* .bg-curve {
  background-image: url(./assets/images/curve.png);
  background-size: cover;
} */
/* .Trade:hover{
  color:#00298B ;
} */

/* blog */

.page-nav {
  background-size: 100%;
  padding: 68px;
  text-align: center;
  background-color: #F5F5F7;
  /* background: url(./assets/images/blogbg.png);
  background-size: cover; */

 
}

.solution {
  position: relative;
  top: 19px;
  color: #00298B;
}

@media screen and (max-width: 800px) {
  .elite {
    margin-top: 0 !important;
  }
}

/* card hover effect */
.card2 {
  display: block;
  top: 0px;
  position: relative;
  border-radius: 4px;
}

.card2:hover {
  transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0, 0, 0, .12), 0 4px 8px rgba(0, 0, 0, .06);
  border: 1px solid #cccccc;
  background-color: white;
}

.card2:hover:before {
  transform: scale(2.15);
}

@media screen and (max-width: 1300px) {
  .peak {
    min-height: 18rem !important;
  }
}

.modal-content {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: transparent;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 0.3rem;
  outline: 0;
  border: none;
}

@media screen and (max-width: 1300px) {
  .cusp {
    min-height: 17rem !important;
  }
}

@media screen and (max-width: 1300px) {
  .zenith {
    min-height: 18rem !important;
  }
}

.swal2-popup {
  background: #fff !important;
}

.swal2-title {
  color: black !important;
}
.blog-back {
  /* height: 375px; */
  min-height: 24rem;
  background: url(./assets/images/blogbg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width: 500px) {
  .milieu {
    background: none;
    background: transparent;
  }
  .shift{
    padding: 0;
  }
  .gerund{
    height: 375px;
  }
}
@media screen and (max-width: 1400px) {
  .girth{
    min-height: 21rem !important;
  }
}