@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');
@import url("https://use.fontawesome.com/releases/v5.13.0/css/all.css");

html {
  scroll-behavior: smooth;
}

body {
  color: #1F2020;
}

body, html {
  height: 100%;
  margin: 0;
  font-family: "Poppins", sans-serif;
}

section.header {
  background-color: #1A1B25;
  background-image: url(../assets/images/bg-2.jpg);
  height: max-content;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0;
  padding-top: 150px;
  overflow: hidden;
  height: 100vh;
  display: flex;
  align-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
  padding: 15px;
  background: rgba(26, 27, 37, 1);
}

.fixed-top.bg-light {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  background: #fff !important;
  border-bottom: solid 1px #CCCCCC;
}

.navbar-brand {
  color: #fff;
}

a.navbar-brand img {
  max-height: 50px;
}

.navbar-nav .nav-item .nav-link {
  padding: 2em 1em !important;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 1px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.fixed-top.bg-light .navbar-nav .nav-item .nav-link {
  color: #1A1B25;
  padding: 2em 1em !important;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
}

.navbar-nav .nav-item .nav-link:hover, .fixed-top.bg-light .navbar-nav .nav-item .nav-link:hover {
  color: #C22B2F;
}

.navbar-nav .nav-item .nav-link.active, .fixed-top.bg-light .navbar-nav .nav-item .nav-link.active {
  color: #C22B2F;
  font-weight: 500;
}

.navbar-expand-md .navbar-nav .dropdown-menu, .fixed-top.bg-light .navbar-expand-md .navbar-nav .dropdown-menu {
  border-top: 2px solid #C22B2F;
  font-family: "Poppins", sans-serif;
  m
}

.dropdown-item:hover {
  background-color: #C22B2F;
  color: #fff;
  font-family: "Poppins", sans-serif;
}

nav {
  -webkit-transition: padding-top .3s, padding-bottom .3s;
  -moz-transition: padding-top .3s, padding-bottom .3s;
  transition: padding-top .3s, padding-bottom .3s;
  border: none;
}

.contentBlock {
  display: flex;
  color: #FFFFFF;
}

.contentBlock p.caption {
  text-transform: uppercase;
  font-size: 12px !important;
  letter-spacing: 1px;
}

.contentBlock h1 {
  text-transform: uppercase;
  font-size: 54px;
  font-weight: 700;
  line-height: normal;
  color: #FFFFFF;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
}

.contentBlock h1::after {
  content: ".";
  font-size: 54px;
  color: #C22B2F;
}

.bText {
  margin: 40px 0;
}

section.header .contentBlock p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin: 40px 0;
}

hr {
  background: #FFFFFF !important;
  height: 2px !important;
}

.cta {
  display: flex;
  margin: 80px 0;
  margin-bottom: 0;
}

a.ctaBtn {
  padding: 12px 30px;
  background: #C22B2F;
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  border-radius: 5px;
  text-transform: capitalize;
}

a.ctaBtn2 {
  font-size: 16px;
  color: #FFFFFF;
  padding: 12px 30px;
}

a.ctaBtn2:hover {
  text-decoration: none;
  text-decoration-color: #C22B2F;
  -webkit-text-decoration-color: #C22B2F;
  text-decoration-offset
}

.float-img {
  display: inline-block;
  overflow: hidden;
}

.float-img img {
  position: absolute;
  right: auto;
  left: 10%;
  max-width: 1100px;
}

.serviceBlock, .portfolioBlock, .contactBlock, .bgWhite, .wwdBlock, .bgCream {
  padding: 100px 0;
  padding-bottom: 100px;
  text-align: left;
}

.blueDotBlock, .bgWhite, .wwdBlock, .testimonialBlock, .clientBlock, .featuresBlock {
  padding: 100px 0;
  text-align: left;
}

.blockBreak {
  padding: 20px 0;
}

.blockBreakInner {
  padding: 40px 0;
}

section.serviceBlock, section.bgWhite {
  background: #FCFAFA;
}

section.portfolioBlock, section.clientBlock {
  background: #fff;
}

section.clientBlock .sectionTitle {
  color: #FFFFFF;
}

section.clientBlock {
  background: #1A1B25;
  background-image: url("../assets/images/bg-3.jpg");
  background-position: center;
  background-size: cover;
  text-align: left;
}

section.featuresBlock {
  background: #093690;
}

section.featuresBlock p {
  color: #ffffff;
  font-weight: 300;
}

section.blueDotBlock {
  background: #093690;
  background-image: url("../assets/images/dottedbg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

section.bgCream {
  background: #E4E4E4;
  background-image: url("../assets/images/dottedbg.png");
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}

section.testimonialBlock, section.wwdBlock {
  background: #1A1B25;
  background-image: url("../assets/images/bg-3.jpg");
  background-position: center;
  background-size: cover;
  text-align: left;
}

section.contactBlock {
  background: #C22B2F;
  background-position: center;
  background-size: cover;
}

.sectionTitle {
  color: #1A1B25;
  font-size: 50px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-bottom: 30px;
}

h3.sectionTitle {
  color: #1A1B25;
  font-size: 46px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  margin-bottom: 30px;
}

.featuresBlock .sectionTitle, .contactBlock .sectionTitle, .wwdBlock .sectionTitle {
  color: #fff;
}

section.serviceBlock .card {
  padding: 30px 0;
  display: inline-block;
  text-align: left;
  justify-content: center;
  border: none;
  background: transparent;
}

section.featuresBlock .card {
  padding: 0px;
  display: inline-block;
  text-align: left;
  justify-content: center;
  border: none;
  background: transparent;
}

.serviceBlock .card .card-img img {
  height: 50px;
  margin-left: 0;
}

.serviceBlock .card .card-title, section.featuresBlock .card .card-title {
  margin: 20px 0;
  font-size: 18px;
  font-weight: 500;
}

.featuresBlock .card .card-title {
  color: #FFFFFF;
  text-transform: capitalize;
}

.serviceBlock .card .card-body, .featuresBlock .card .card-body {
  font-size: 14px;
  font-weight: 400;
  color: #57585F;
  padding: 0;
}

.serviceBlock .card .card-footer, .portfolioBlock .card .card-footer {
  border: none;
  padding: 0;
  margin-top: 20px;
  background: transparent;
}

.serviceBlock .card .card-footer a, .portfolioBlock .card .card-footer a {
  font-size: 14px;
  font-weight: 500;
  color: #57585F;
  padding: 0;
}

.serviceBlock .card .card-footer a::after, .portfolioBlock .card .card-footer a::after {
  margin-left: 10px;
  content: "\2192";
  color: #C22B2F;
  font-weight: 600;
}

.featuresBlock .card .card-body {
  font-weight: 300;
  color: #fff;
  margin-bottom: 20px;
}

.float-img-center {
  margin-right: 60px;
  display: flex;
}

.float-img-center img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.portfolioBlock .card {
  background: #fff;
  /* border: solid 1px rgba(26,27,37, 0.1); */
  border: solid 1px #f6f6f6;
  width: 100%;
  /* height: 400px; */
}

.portfolioBlock .card .card-img img {
  /* border-radius: 4px; */
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
  border-bottom: solid 1px #eee;
}

.portfolioBlock .card .card-title {
  margin: 20px 15px;
  margin-bottom: 10px !important;
  font-size: 16px;
  font-weight: 600;
}

.portfolioBlock .card .card-body {
  margin: 0px 15px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins'sans-serif;
  color: #aaa;
}

.btn-floating {
  padding: 6px 15px;
  background: #fff;
  border-radius: 4px;
  color: #CCCCCC;
  font-size: 18px;
  border: solid 1px #CCCCCC;
  margin: auto;
  float: right;
}

.btn-floating:hover {
  color: #FFFFFF;
  background: #C22B2F;
}

.testimonialBlock .card {
  background: transparent;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  max-height: 500px;
  border: none;
}

.testimonialBlock .carousel-inner .carousel-item .card .card-img {
  width: 100px;
  height: 100px;
  margin: auto;
  margin-bottom: 30px;
}

.testimonialBlock .card .card-img img {
  width: 100%;
  height: 100%;
  border-radius: 50px;
}

.testimonialBlock .card .card-footer, .portfolioBlock .card .card-footer {
  margin-bottom: 40px;
}

.portfolioBlock .card .card-footer {
  margin-bottom: 0px;
  border: none;
}

.carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: rgba(204, 204, 204, 0.5);
  margin: 2px;
}

.carousel-indicators .active {
  width: 10px;
  height: 10px;
  background-color: #C22B2F !important;
}

.clientBlock .carousel-inner {
  display: inline-flex;
  height: 270px;
  width: 100%;
  overflow: hidden;
}

section.clientBlock .carousel-item {
  position: relative;
}

.clientBlock .card {
  width: 250px;
  height: 250px;
  margin: auto;
  /* margin-left: 0px; */
  padding: 0;
  border: none;
  background: transparent;
}

.clientBlock .carousel-item .card img {
  display: block;
  width: 100%;
  /* margin-right: 40px; */
  box-shadow: rgba(0, 0, 0, 0.08) 0px 1px 4px;
  border-radius: 4px;
}

.contactBlock p, .contactBlock a {
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}

.contactBlock .info {
  margin-top: 40px;
}

.contactBlock .info h5 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 20px;
}

.contactBlock a {
  margin-bottom: 5px;
}

.contactBlock .card {
  width: 80%;
  float: right;
  padding: 45px;
  border: 10px;
}

section.contactBlock .card label {
  color: #909090;
  font-size: 14px;
  font-weight: 400;
}

.form-control {
  margin-bottom: 20px;
  background: #FEFCFC;
  border: solid 1px #F2D2D2;
  border-radius: 4px;
  font-size: 16px;
}

button.formBtn {
  width: 100%;
  padding: 15px;
  background: #C22B2F;
  border-radius: 4px;
  border: none;
  font-size: 16px;
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 10px;
}

.bgWhite p.caption {
  color: #093690;
  font-size: 14px;
  text-transform: uppercase;
}

.bgWhite p {
  color: #1A1B25;
  font-size: 18px;
  margin-top: 50px;
  margin-right: 10px;
}

.bgWhite hr {
  background: #C22B2F !important;
  height: 2px !important;
  margin-right: 50px;
}

.bgWhite .float-img-right {
  margin: auto;
  /* margin-left: 80px; */
  display: flex;
  justify-content: center;
}

.float-img-right img {
  /* max-width: 450px;
  max-height: 450px; */
  width: 100%;
  height: 100%;
  border-radius: 5px;
  float: right;
}

section.blueDotBlock {
  text-align: center;
}

section.blueDotBlock .sectionTitle {
  color: #fff;
}

section.blueDotBlock p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  line-height: 35px;
}

section.blueDotBlock .card {
  background: #1A1B25;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  margin: 50px 80px;
  margin-left: 0;
  padding: 50px;
  border-radius: 5px;
}

section.bgWhite .card-body {
  color: #fff;
  font-weight: 300;
  margin: 0px;
  padding: 0;
}

section.blueDotBlock .card .card-title {
  font-size: 18px;
  font-weight: 500;
}

section.blueDotBlock ul {
  list-style-type: disc;
}

section.blueDotBlock ul li {
  list-style-type: disc;
  content: attr(data-icon);
  list-style-position: inside;
}

li.card-title::marker {
  color: #C22B2F;
  font-size: 24px;
  line-height: 1px;
}

.bgWhite a {
  color: #1A1B25;
  font-size: 18px;
}

.smLink-box {
  display: flex;
}

a.smLink {
  padding: 11px;
  width: 50px;
  height: 50px;
  border: solid 1.5px #FFFFFF;
  text-align: center;
  border-radius: 50px;
  margin: 30px 0;
  margin-bottom: 0;
  outline: none;
}

.stepNos {
  border: solid 1.5px #FFFFFF;
  text-align: center;
  border-radius: 50px;
  margin: 30px 0;
  outline: none;
  color: #C22B2F;
  width: 50px;
  height: 50px;
  display: flex;
  font-weight: 500;
  align-content: space-around;
  justify-content: space-around;
  flex-wrap: wrap;
  align-items: center;
  margin: auto;
  margin-bottom: 25px;
}

footer {
  position: static;
  bottom: 0;
  padding: 15px 0;
  background-color: #FFFFFF;
  width: 100%;
}

footer .caption {
  text-align: left;
}

footer p {
  margin: 0;
  color: #909090;
  font-size: 14px;
  line-height: 28px;
}

footer .tncLinks {
  text-align: right;
}

footer .tncLinks a {
  color: #1A1B25;
  font-size: 14px;
  line-height: 28px
}

footer .tncLinks a:hover {
  color: #C22B2F;
}

footer span {
  margin: 0 10px;
  font-size: 14px;
  font-weight: 300;
  color: #1A1B25;
}

.bgCream h1.sectionTitle {
  margin-bottom: 30px;
}

.bgCream p {
  font-size: 18px;
}

.carousel-indicators {
  margin-bottom: 0px;
  position: relative;
  margin-top: 50px;
}

.backlay, .backlay-2, .backlay-3 {
  display: flex;
  width: 100%;
  height: 600px;
  background: Transparent;
  padding: 80px;
  background-image: url(../assets/images/bcklay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: Contain;
  margin: auto !important;
  justify-content: space-around;
  align-content: space-around;
}

.backlay-2 {
  width: 100%;
  height: 100%;
  background-size: contain;
  padding: 0;
  padding-right: 100px;
  /* background-position: left;
  background-image: url(../assets/images/bcklay2.png); */
}

.backlay-3 {
  display: flex;
  width: 600px;
  height: 600px;
  background-size: contain;
  padding: 0;
  flex-direction: column;
  justify-content: center;
}

.backlay img, .backlay-2 img {
  height: 100%;
  border-radius: 10px;
}

.backlay-3 img {
  width: 90%;
  height: auto;
  border-radius: 0px;
}

.wwdBlock p {
  color: #FFFFFF;
  font-size: 18px;
}

.wwdBlock div.card {
  background: #1A1B25;
  padding: 40px;
  text-align: center;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 300;
}

.wwdBlock div.card .card-title {
  font-size: 18px;
  font-weight: 600;
}

.card.wwoRow {
  border-radius: 0;
  border: none;
  border-top: solid 0.5px rgba(0, 0, 0, 0.1);
  padding: 15px;
  background: transparent;
}

.card.wwoRow:last-child {
  border-bottom: solid 0.5px rgba(0, 0, 0, 0.1);
}

.card.wwoRow .title {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  padding: 0;
}

.card.wwoRow .description {
  text-align: left;
  font-size: 14px;
  color: #57585F;
}

.card.wwoRow .card-img {
  text-align: center;
  padding: 0;
}

.card.wwoRow .card-img img {
  max-width: 40px;
}

.spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff6347;
  z-index: 999999;
}

.spinner {
  position: absolute;
  top: 48%;
  left: 48%;
}

.bgWhite.policy h4 {
  font-size: 21px;
  margin-top: 40px;
  font-weight: 600;
}

.bgWhite.policy h5 {
  font-size: 18px;
  margin-top: 30px;
  font-weight: 500;
}

.bgWhite.policy p {
  font-size: 16px;
  margin-top: 15px;
  color: #1F2020;
  text-align: left;
}

.text-muted {
  color: #A2A2A2 !important;
}
