body {
  font-family: "inter", sans-serif;
  color: #444444;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Satisfy", sans-serif;
}

h2 {
  color: #00244D;
  font-weight: 800;
  font-size: 40px;
}

h4 {
	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

p {
  color: #808080;
}

a:hover {
  color: #ffffff;
}

/*-------------------Header start--------------------------*/
#header {
  top: 50px;
  height: 90px;
  z-index: 997;
  transition: all 0.5s;
  padding: 10px 0;
  background: rgba(25, 23, 21, 0.851);
  display: flex;
  align-items: center;
  top: fixed;
}

#header.header-transparent {
  background: transparent;
}

#header.header-scrolled {
  top: 0;
  background: rgba(26, 24, 22, 0.85);
}

#header .logo h1 {
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 3px;
}

#header .logo h1 a,
#header .logo h1 a:hover {
  color: #fff;
  text-decoration: none;
}

#header .logo img {
  max-height: 100%;
}

.container.sub-top {
  display: flex;
  align-items: center;
}

/*-------------reachus button Menu---------*/
.reachus-btn {
 		background: linear-gradient(90deg, #b30080, #4b0099) !important;

  color: #fff;
  border-radius: 50px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  text-decoration: none;
}

.reachus-btn a:hover {
  background: #f15b15;
  color: #fff;
}

@media (max-width: 992px) {
  .reachus-btn {
    margin: 0 15px 0 0;
    padding: 8px 20px;
    letter-spacing: 1px;
  }
}


/*----------------------------Navigation Menu--------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}

.navbar a,
.navbar a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
  font-size: 15px;
  font-weight: 500;
  color: white;
  transition: 0.9s;
}

.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
}

.logo {
  margin-right: auto;
  width: 10%;
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #fff;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(39, 37, 34, 0.9);
  transition: 0.9s;
  z-index: 0;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.9s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #433f39;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #ffb03b;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}


/*---------------------Hero Section start-----------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
  margin-bottom: 100px;
}

#hero .carousel-item {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.hero-container::before {
  content: "";
  background-color: rgba(12, 11, 10, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}


#hero h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 75px;
  font-weight: 700;
}

#hero p {
  margin: 30px 0px;
  color: #fff;
  font-size: 20px;
}


#hero .btn-reach {
  display: inline-block;
}

#hero .btn-reach-us {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 5px;
  transition: 0.5s;
  line-height: 1;
  margin: 0 10px;
  color: #fff;
  border: 1px solid #ffffff;
}

#hero #hero .btn-reach-us:hover {
  background: #ffb03b;
  color: #fff;
}


/*---------------------Hero Section end-----------------------*/


/*---------------------home abouts Section start-----------------------*/
#about {
  margin-bottom: 100px;
}

.commen-heading h5 {
  margin-bottom: 20px;
}

.commen-heading h2 {
  margin-bottom: 30px;
}

.common-heading.text-center {
  margin-bottom: 50px;
}

#about p {
  text-align: center;
}

.common-heading {
  margin-bottom: 30px;
}

/*---------Home page abt  service-sec start--------------*/

.abt-sub-sec {
  width: 100%;
  padding: 60px 0;
}

.abt-sub-icon-box img {
  width: 70%;
}

.abt-sub-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.abt-sub-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;
  border: 1px solid #C7C7C7;
}

.abt-sub-icon-box {
		background: linear-gradient(90deg, #b30080, #4b0099) !important;

  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

.abt-sub-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  text-align: center;
  margin: 20px 0px;
}

.abt-sub-sec p {
  font-size: 16px;
  font-weight: 300;
}

.btn-service {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
 		background: linear-gradient(90deg, #b30080, #4b0099) !important;

}

.abt-sub-btn {
  margin-top: 40px;
  text-align: center;
}

/*---------Home page abt  service-sec end--------------*/


/*---------Home page wwr-sec start--------------*/

.wwr-sec {
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 0;
  background-image: url(../img/wwr-sec-img.png);
  background-position: center;
  position: relative;
}

.wwr-sec-heading {
  text-align: center;
  padding-bottom: 30px;
  z-index: 10000;
  color: #ffffff;
}

.wwr-inner-box {
  width: 100%;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 25px;
  transition: 1s;
  position: relative;
  z-index: 1000;
}


/* .wwr-icon-box {
  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 22px;
} */

.wwr-sec h3 {
  font-size: 23px;
  color: #ffffff;
  margin-bottom: 14px;
  font-weight: 600;
}

.wwr-sec p {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 32px;
  font-weight: 300;
}

section.wwr-sec::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00244D;
  inset: 0;
  opacity: 0.74;
}

.wwr-sec-heading h2 {
  color: #ffffff !important;
}

/*---------Home page wwr-sec end--------------*/


/*---------Home page principles-sec start--------------*/

.Principles-sec {
  width: 100%;
  margin-bottom: 100px;
  padding: 60px 0;
}

.Principles-icon-box img {
  width: 50%;
}

.Principles-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.Principles-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;
  border: 1px solid #C7C7C7;
}

.Principles-icon-box {
  width: 93px;
  height: 93px;
  line-height: 25px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.Principles-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  margin: 20px 0px;
}

.Principles-sec p {
  font-size: 16px;
  font-weight: 300;
}

.btn-service {
  font-size: 22px;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  padding: 15px 30px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  color: #fff;
 		background: linear-gradient(90deg, #b30080, #4b0099) !important;

}

.Principles-btn {
  margin-top: 40px;
  text-align: center;
}

p.principle {
  line-height: 30px;
}

/*---------Home page principles-sec end--------------*/


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

#team {
  background: #fff;
  padding: 80px 0 60px 0;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
}

#team .member .pic {
  margin-bottom: 15px;
  overflow: hidden;
  height: 420px;
}

#team .member .pic img {
  max-width: 100%;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  color: #b3b3b3;
}


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



/* logo Section
--------------------------------*/
section#logo-sec {
  padding: 100px 0px;
  background: #F8F8F8;
}

#logo-sec .outer-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
}




/* ----------home footer section Starts------------ */
.footer {
  background-color: #00244D;
  width: 100%;
  height: auto;
  padding: 60px 0 0 0;
}

.footer h2 {
  font-size: 28px;
  font-weight: 500;
  color: #FAFAFA;
  margin-bottom: 20px;

}



.footer-aboutus-sec p {
  color: #BDC2CB;
  font-size: 14px;
  font-weight: 200;
}

.footer-aboutus-sec,
.footer-Links-sec,
.footer-cu-sec {
  margin-bottom: 30px;
}

.footer-Links-sec ul li {
  list-style-type: none;
  color: #ffffff;
  font-size: 14px;
  margin-bottom: 14px;
  padding: 0;
  font-weight: 200;
}

.footer-Links-sec ul {
  padding: 0;
}

.footer hr {
  color: #ffffff;
}

.footer-cu-sec address {
  color: #ffffff;
  margin-bottom: 16px;
  line-height: 24px;
  font-size: 14px;
  font-weight: 200;
}

.footer-cu-sec p {
  color: #BDC2CB;
  margin-bottom: 23px;
  font-weight: 200;
}

.footer-cu-sec-align,
.footer-Links-sec-align {
  display: flex;
  justify-content: center;
}



.copy-rights {
  color: #ffffff;
  font-size: 14px;
}

.copy-rights p {
  text-align: start;
}

.footer-bt-sec {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
  border-top: 1px solid #ffffff;
}

.footer-bt-sec p {
  margin-bottom: 0;
  color: #ffffff;
  font-weight: 200;
}

.design p {
  text-align: end;
}

.footer a {
  text-decoration: none;
  position: relative;
  color: #ffffff;
  transition: 0.5s;
}

.footer a:hover {
  text-decoration: none;
  position: relative;
  color: #fff;
}

.social-links {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

.social-links a {
  font-size: 21px;
  border: 1px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  color: #ffffff;
  text-decoration: none;
}


/* ----------home footer section ends------------ */





/* ----------Aboutus-page-sec-start ------------ */

header#sub-header {
  background: #191715d9;
  padding: 10px;
}

#about-us {
  margin: 100px 0px;
}

#about-us p {
  text-align: center;
}

.abt-image img {
  width: 100%;
}

.sub-abt-sec {
  margin: 50px 0px;
}



.Workflow-sec {
  width: 100%;
  margin-bottom: 100px;
}

.Workflow-icon-box img {
  width: 70%;
}

.Workflow-sec-heading {
  text-align: center;
  padding-bottom: 30px;
}

.Workflow-inner-box {
  padding: 20px;
  border-radius: 10px;
  transition: 1s;

}

.Workflow-sec h3 {
  font-size: 23px;
  color: #00244D;
  font-weight: 600;
  margin: 20px 0px;
}

.Workflow-sec p {
  font-size: 16px;
  font-weight: 300;
}





#testimonial-sec {
  padding: 80px 0px;
  background: #FAFBFF;
  margin-bottom: 80px;
}

#testimonial-sec .outer-box {
  background-color: #f9f9f9;
  padding: 20px 25px;
  border-radius: 10px;
  position: relative;
  margin-right: 10px;
}

#testimonial-sec .inner-content-sec {
  display: flex;
  margin-bottom: 15px;
}

#testimonial-sec img.testim-profile {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 20px;
}

img.testim-quotes {
  right: 17px;
  top: 9px;
  position: absolute;
}

#testimonial-sec .inner-content-sec h3 {
  font-size: 20px;
  margin-bottom: 2px;

}


#testimonial-sec .inner-title-sec {
  padding-left: 120px;
}

#testimonial-sec .inner-title-sec {
  padding-left: 120px;
  padding-top: 30px;
}


.owl-carousel .owl-item img {
  display: block;
  width: 10%;
}
p.test {
  border-bottom: 1px solid #444;
}


/* ----------Aboutus-page-sec-end ------------ */









/*================Services-page-starts====================  */
#services-sec {
  margin-bottom: 100px;
  margin-top: 150px;
}

#services-sec .outer-box {
  margin-bottom: 25px;
}

#services-sec .outer-box p {
  margin-bottom: 0px;
  text-align: center;
}

#services-sec .outer-box a {
  text-decoration: none;
}


#services-sec .outer-box {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

#services-sec img {
  width: 100%;
  margin-bottom: 15px;
}

#services-sec h3 {
  font-size: 25px;
  font-weight: 600;
  color: #00244D;
  margin-bottom: 12px;
  text-align: center;
}

/*================Services-page-ends====================  */








/*================button-Start====================  */
.common-contact-sec {
		background: linear-gradient(90deg, #b30080, #4b0099) !important;

  padding: 44px 0px;
}

.common-contact-sec .custom-container {
  padding: 0px;
}

.common-contact-content h5 {
  font-weight: 700;
  color: #00244D;
}

.common-container-sec {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.custom-container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 0 30px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

.reachus-btn2 {
  background: #Fff;
 	background: linear-gradient(135deg, #990066, #330066);
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
  border-radius: 5px;
  margin: 0 0 0 20px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  transition: 0.3s;
  box-shadow: 0px 3px 6px #00000012;
  opacity: 1;
  text-decoration: none;
}

.common-contact-content p {
  margin-bottom: 0px;
  font-size: 24px;
  color: #ffffff;
}

/*================button-End====================  */


#contactus-sec .Left-sec {
  border: 1px solid #ddd;
  padding: 20px;
  border-radius: 5px;
}

#contactus-sec .common-heading span {
  margin-bottom: 20px;
}

#contactus-sec .right-sec {
  background-color: #001031;
  border-radius: 5px;
  padding: 20px;


}

.form-control {
  padding: 0.5rem 0.75rem;
  border-radius: 3px;
  border: none;
  background-color: #F2F6F7;

}

.form-label {
  font-size: 15px;
}

#contactus-sec .right-sec p {
  color: #ffffff;
}

#contactus-sec .right-sec h5 {
  color: #ffffff;
  font-weight: 700;
}

#contactus-sec .right-sec p {
  color: #ffffff;
  font-size: 15px;
  font-weight: 300;
}

#contactus-sec .right-sec address {
  color: #ffffff;
  font-weight: 300;
}

#contactus-sec .followus-sec h5 {
  margin-bottom: 20px;
}

.map-sec iframe {
  width: 100%;
  height: 500px;
}

#contactus-sec {
  margin-bottom: 50px;
  margin-top: 150px;
}

.social-links i {
  color: #BDC2CB;
}

button.btn.contact-btn {
  		background: linear-gradient(90deg, #b30080, #4b0099) !important;

  color: #ffffff;
  padding: 12px 30px;
  border: none;
  transition: 1s;
  border-radius: 50px;
  margin-top: 20px;
}