@font-face {
  font-family: 'Roboto Light';
  src: url(../fonts/Roboto/Roboto-Light.ttf);
}
@font-face {
  font-family: 'Roboto Regular';
  src: url(../fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: 'Roboto Bold';
  src: url(../fonts/Roboto/Roboto-Bold.ttf);
}
@font-face {
  font-family: 'Poppins ExtraLight';
  src: url(../fonts/Poppins/Poppins-ExtraLight.ttf);
}
@font-face {
  font-family: 'Poppins Medium';
  src: url(../fonts/Poppins/Poppins-Medium.ttf);
}
@font-face {
  font-family: 'Poppins Bold';
  src: url(../fonts/Poppins/Poppins-Bold.ttf);
} 
@font-face {
  font-family: 'Poppins Regular';
  src: url(../fonts/Poppins/Poppins-Regular.ttf);
}
@font-face {
  font-family: 'Poppins Light';
  src: url(../fonts/Poppins/Poppins-Light.ttf);
}
@font-face {
  font-family: 'Poppins SemiBold';
  src: url(../fonts/Poppins/Poppins-SemiBold.ttf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a:hover {
  cursor: pointer;
}
body {
  /* font-family: ; */
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}
p {
    /* font-family:; */
    /* color: ; */
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  /* font-family:; */
  /* color: ; */
}
 /*html {
  scroll-behavior: smooth;
}*/
 
h1 {
  font-size: 40px;
}

h2 {
  font-size: 36px;
}
.section-padding{
  padding: 124px 0px;
}
h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}
ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  font-family: 'Roboto Medium';

}
img {
  max-width: 100%;
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: inherit;
  text-decoration: none;
}

a,
button {
  color: inherit;
  outline: none;
  border: none;
  background: transparent;
}

button:hover {
  cursor: pointer;
}

button:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}
header {
  z-index: 9;
  position: absolute;
  width: 100%;
}
header::after {
    content: '';
    width: 100%;
    height: 1px;
    background-color: #fff;
    display: block;
    opacity: 0.3;
}
.header-section .logo-img{
  max-width: 70px;
  width: 100%;
}
.header-section .logo-img img{
  width: 100%;
}
.navbar {
  padding: 18px 0px;
}
/* header-section */
.header-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 26px 0px;
}
.menu-div ul{
  display: flex;
  gap: 30px;
}
.menu-div {
  margin-left: auto;
  display: flex;
  gap: 30px;
}

.menu-div ul li{
  font-weight: 400;
  font-size: 20px;
  color: white;
  font-family: 'Roboto Regular';
}

.header-section .menu-div{
  display: flex;
  gap: 30px;
}
 .buttons {
  padding: 17px 38px;
  color: white;
  border: 1px solid #00A862;
  background-color: #00A862;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  text-transform: uppercase;
  font-family: 'Roboto Bold';
}
.buttons:hover{
  color: white;
  border: 1px solid white;
  background-color: #00000022;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
}

.buttons:active{
  color: white;
  border: 1px solid white;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  cursor: pointer;
  
}
/* banner section */
.header_banner {
  position: relative;
}
.banner-section{
  background-image: url(../img/banner-img.png);
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  width: 100%;

  background-size: cover

}

.banner-button {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.banner-inner{
  z-index: 1;
  position: relative;
  margin: 0 auto ;
  width: 865px;

}
.banner-inner h1 span{
  display: block;
}

.banner-inner h1{
  font-size: 84px;
  font-weight: 275;
  font-family: 'Poppins ExtraLight';
  text-align: center;
  color: white;
  margin-bottom: 112px;
}
.banner-section::after{
  content: '';
  background-image: url(../img/b1.svg);
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  /* opacity: 0.1; */
  position: absolute;
}
/* banner-down button */
.down-button {
  width: 78px;
  height: 78px;
  border-radius: 50px;
  border: 2px solid white;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  position: absolute;
  bottom: 57px;
  text-align: center;z-index: 9;
  cursor: pointer;
  z-index: 1;

}
.banner-button{
  display: flex;
  justify-self: center;
}
.down-button img{
  width: 50%;
}
 /* logo section */
 .logo-inner h2{
  font-weight: 500;
  font-size: 45px;
  color: #24265E;
  font-family: 'Poppins Medium';


 }
 .slider-section .owl-theme .owl-dots {
  display: none;
 }
 .logo-section .logo-inner h2{
      text-align: center;
      line-height: 54px;
      font-weight: 500;
      font-size: 45px;
      font-family: 'Poppins Medium';
  }
.integrated-details img{
  display: none;
}
.logo-section .logo-images img{
  width: 150px;
  margin: 20px 10px;

}

.logo-section .logo-images{
  display: flex;
  margin-top: 32px;
  justify-content: center;
}

/* list-detail-section */
.list-detail-section .list-detail-inner{
  display: flex;
  gap: 15px;
  justify-content: space-between;

}
.list-detail-section .list-detail-inner li::before{
  content: '';
  background-image: url(../img/greenright.svg);
  width: 30px;
  height: 30px;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  position: absolute;
}
.list-detail-section .list-detail-inner li p{
  font-weight: 700;
  font-size: 20px;
  font-family: 'Poppins Bold';
  margin-bottom: 0px;
}
.list-detail-section .list-detail-inner li img{
  width: 35px;
}

.list-detail-section .list-detail-inner li {
    display: flex;
    gap: 15px;
    position: relative;
    align-items: center;
    padding-left: 40px;
}
.list-detail-section{
  background: linear-gradient(#451F7A, #2C4FA8);
  padding: 53px 0px;
  align-items: center;
  display: flex;
  color: white;
}
/* slider Content section */
.slider-content-section .content-inner h2 span{
  display: block;
}
.slider-content-section .content-inner h2 {
  font-family: 'Poppins Medium';
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;

}
.menu-header-menu-container{
  display: flex;
  align-items: center;
}
.slider-content-section {
  /* padding: 124px 0px; */
  background-color: #EBF6FE;
}
.slider-content-section p{
  text-align: center;
  margin-top: 24px;
  font-size: 18px;
  font-family: 'Poppins Regular';

}
.slider-section{
  margin-top: 67px;
}
.slider-section .slider-inner-cards{
  max-width: 370px;
  width: 100%;
  margin: 20px 13px;
  position: relative;
  border-radius: 18px;
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px; */

}


.slider-section .slider-inner-cards::after{

  content: '';
  /* background-image: url(../img/Shadow.png); */
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
}



.slider-section .slider-inner-cards img{
  width: 100%;
  border-radius: 18px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.slider-inner-cards .slider-deatil{
  max-width: 311px;
  width: 100%;
  background-color: white;
  border-radius: 18.12px;
  padding: 23px 28px;
  text-align: center;
  position: absolute;
  bottom: 0;
  margin: 16px;
}
.slider-inner-cards .slider-deatil h4{
  font-family: 'Poppins SemiBold';
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 14px;
}
.slider-inner-cards .slider-deatil p{
  font-family: 'Poppins Medium';
 line-height: 21px;
 font-size: 14px;
 font-weight: 400;

}
.slider-section .owl-item {
  display: flex;
  justify-content: center !important;
}

.slider-section .owl-carousel .owl-nav button {
width: 50px;
height: 50px;
background-color: white;
border-radius: 50px;
}
.slider-section .owl-carousel .owl-nav{
  position: absolute;
  width: 100%;
    top: 30%;
}
.slider-section .owl-carousel .owl-nav .owl-prev{
position: absolute;
left: -20px;
}
.slider-section .owl-carousel .owl-nav .owl-next{
  position: absolute;
  right: -20px;
  }  
.slider-section .owl-carousel .owl-nav button:hover {
background-color: #fff;
/* border: 1px solid black; */

}
.slider-section .owl-carousel .owl-nav button img {
  margin-top: -3px;
}
/* Integrated Dual section */

.integrated-inner{
  display: flex;
}
.overlay-sec{
  position: relative;
}
.overlay {
  position: absolute;
  left: auto;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: start;
  bottom: 0;
  width: auto;
  z-index: 1030;
  display: flex;
  gap: 13px;
  justify-content: flex-end;
}
/* .overlay img{
width: 100%;
height: 100%;
}  */
.overlay .image1 {
  
}
.integrated-section .overlay img{
  border-radius: 14.25px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;}
.integrated-section .image-inner{
  display: flex;
  flex-direction: column;
  gap: 47px;
}

.integrated-inner .integrated-details{
  /* width: 36%; */
	width: 50%;
}


.integrated-section h2{
  font-size: 45px;
  font-weight: 500;
  margin-bottom: 88px;
  text-align: center;
  font-family: 'Poppins Medium';
}

.integrated-inner p{
  font-family: 'Poppins Regular';
font-size: 16px;
margin-bottom: 60px;
}
.integrated-details p:last-child{
  margin-bottom: 0px;
}
.integrated-inner h3{
  font-family: 'Poppins Medium';
  font-size: 35px;

}
.integrated-inner{
  position: relative;
}
.Get-a-call-sec{
  /* padding: 124px 0px;  */

}
.Get-a-call-sec h2{
    font-weight: 400;
font-family: 'Poppins Light';
  font-size: 26px;
  margin-bottom: 65px;
  text-align: center;
}
.Get-a-call-sec .type-no{
  display: flex

}
.inner-button-section{
  display: flex;
  gap: 30px;

  justify-content: space-between;
}
.inner-button-section .type-no div{
  background-color: #1E2654;
  width: 30%;
  color: white;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0px 10px 10px 0px;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  font-weight: 700;
  font-size: 24px;
  font-family: 'Roboto Bold';
  border: 2px solid #1E2654;

  justify-content: center;
}
.inner-button-section .type-no div:hover{
background: none;
border: 2px solid #1E2654;
color: #1E2654;
}

.inner-button-section div{
  width: 100%;
}
.Get-a-call-sec .inner-button-section .type-no{
  width: 100%;
 
}
.Get-a-call-sec .inner-button-section .type-no input{
  width: 100%;
  padding: 0px 46px;
  font-size: 26px;
  background: #D5DCE3;
  border: none;
  outline: none;
 color: #fff;
  border-radius: 10px 0px 0px 10px;
  
}
.phone_input {
font-family: 'Roboto Light';
 color: #A6B0BB !important;
}
.Get-a-call-sec .inner-button-section .type-no div{
  width: 90%;
  /* padding: 23px 38px; */
}
.Get-a-call-sec .inner-button-section .type-no a{
width: 100%;
}


.buttons2 {
  width: 100%;
  padding: 23px 38px;
  color: white;
  border: 2px solid #00A862;
  background-color: #00A862;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  font-family: 'Roboto Bold';
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Roboto Bold';
}
.inner-buttons2 {
  width: 100%;
}

.buttons2:hover{
  color: green;
  border: 2px solid green;
  background-color: white;
  font-weight: 700;
  border-radius: 10px;
}

/* promotions-section */
.promotions-section{
  background-color: #4084D0;
}
.promotions-section .promotions-inner{

  color: white;
  display: flex;
  justify-content: space-between;
}
.email-input input {
  background: none;
  border: none;
  color: white;
  outline: none;
  /* width: 60%; */
  font-family: 'Roboto Regular';


}
.email-input input::placeholder {
  
  color: white;


}
.promotions-section .promotions-inner h2{
  font-family: 'Poppins Regular';
  font-size: 40px;
  line-height: 50px;
  margin-bottom: 0px;

}
.email-input  {
  display: flex;
  height: 60px; 
   border-bottom: 1px solid white;
  justify-content: space-between;
  width: 100%;
    align-items: center;
}

.email-input a{
  font-family: 'Roboto Bold';

}
.subscribe-btn:after{
  content: '';
  background-image: url(../img/right.svg);
  width: 30px;
  height: 30px;
  background-position: center;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  position: absolute;
}

/* Footer section */
footer{
  background-color: #1E2654;
  color: white;
}
.footer-inner{
  display: flex;
}
.footer-inner .footer-logo{
  width: 20%;
}
.footer-inner .footer-detail{
  width: 80%;
  display: flex;
  justify-content: space-between;
}
.footer-detail .footer-menu{
  width: 90%;
  position: relative;
}
.footer-detail .footer-menu:not(:last-child)::after {
  content: '';
  background-color: white;
  width: 1px;
  height: 100%;
  display: block;
  top: 0;
  right: 28%;
  position: absolute;
  opacity: 0.3;
}
.footer-menu ul li{
  padding: 5px 0px;
  font-family: 'Roboto Regular';
  font-size: 16px;

}
.footer-inner .footer-inner-detail{
  font-size: 14px;
  font-family: 'Poppins Regular';
}
.footer-inner .footer-inner-detail p:last-child {
  margin: 0;
}
.footer-inner .footer-inner-detail a{
  border-bottom: 1px solid white;
}
/* Us Vs. Others section */
.other-sec{
   background-color: #1E2654;
}
.other-sec .others-section-inner{
  text-align: center;
  max-width: 786px;
  width: 100%;
  z-index: 999;
  position: relative;
  margin: 0 auto;
}
.other-sec .others-section-inner h2{

  color: white;
  font-family: 'Poppins Medium';
  font-size: 45px;
  font-weight: 500;
  line-height: 54px;
  text-align: center;
}
.other-sec .others-section-inner p{
  font-size: 32px;
  font-weight: 300;
  font-family: 'Poppins Light';
  color: white;
  line-height: 45.76px;
}


table {
  border-collapse: collapse;
  -moz-border-radius:20px !important;
  -webkit-border-radius:20px !important;
  border-radius:20px !important;
  background: rgb(44,79,168);
  background: linear-gradient(90deg, rgba(44,79,168,1) 0%, rgba(69,31,122,1) 35%, rgba(44,79,168,1) 87%);
  border-collapse: collapse;
  border-style: hidden; /* hide standard table (collapsed) border */
  margin: 0 auto;
  width: 100%;


}
table { width:100%; }
thead { background: -webkit-linear-gradient(left, rgba(222,22,22,1) 0%, rgba(222,222,222,0) 20%, rgba(222,222,222,0) 80%, rgba(222,222,222,1) 100%); }
thead tr, thead th { background:transparent; }

th, td {
  border-bottom: 1px solid #FFFFFF22;
/* background-color: #2C4FA8; */
padding: 20px 30px;
  color: white;
}
th{
  
}
td:nth-child(odd){
  border-right: 1px solid #FFFFFF22;

}
th:nth-child(odd){
  border-right: 1px solid #FFFFFF22;

}
th:last-child {
  border-right: 0px;
  background: #24265E;
  font-family: 'Poppins Bold';
}
td:first-child {
  text-align: left !important;
  font-family: 'Poppins Regular';

}

td:last-child {
  border-right: 0px;
  background: #24265E;
}
.other-table-inner table img{
  width: 38px;
  height: 38px;
}
.other-table-inner{
  margin-top: 92px;
}
.other-table-inner table{
  border-radius: 12px;
}
.other-table-inner table .table-logo{
max-width: 55px !important;
height: 100%;
width: 100%;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 20px;
}
  
table tr:last-child td:last-child {
  border-bottom-right-radius: 20px;
}

table tr:first-child th:first-child {
  border-top-left-radius: 20px;
}
table tr:first-child th:last-child {
  border-top-right-radius: 20px;
}
.other-sec{
  position: relative;
}
.other-sec::after {
  content: '';
  background-image: url(../img/uslogo.svg);
  background-repeat: no-repeat;
  top: 16%;
  background-size: 100%;
  width: 347px;
  position: 99999999999999;
  position: absolute;
  height: 408px;
  opacity: 7%;
  left: 7%;

}
/* we team section */
.we-team-inner-detail{
  background-color: #1E2654;
  color: white;
  padding: 100px;
  border-radius: 24px;
  width: 50%;
  padding-right: 225px;
}
.we-team-inner-detail p{
line-height: 36px;
font-size: 24px;
font-weight: 400;
font-family: 'Roboto Regular';
margin-bottom: 27px;


}
.we-team-inner-detail ul li{
  font-size: 20px;
  font-family: 'Roboto Regular';
  margin-bottom: 14px;
  padding-left: 44px;

}
.we-team-inner-detail ul li::before{

  content: '';
  background-image: url(../img/greenright.svg);
  width: 30px;
  height: 30px;
  left: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  
  position: absolute;
  


}
.we-team-inner-detail ul{
  margin-bottom: 80px;
  position: relative;
}
.we-team-inner .button-inner{
  display: flex;
  gap: 28px;
}
.we-team-sec .we-team-inner{
display: flex;
justify-content: space-between;
align-items: center;
gap: 100px;
}
.we-team-image-inner{
/* background-color: #F7F7F7;
margin: 40px;
padding: 40px; */
position: relative;
width: 50%;
border-radius: 20px;
}
.we-team-image-inner-div {
  position: relative;
  z-index: 99;
}
.we-team-image-inner img{
  position: relative;
 border-radius: 20px;
 width: 100%;
}
.we-team-image-inner-div:after {
  background-color: #f7f7f7;
  content: '';
  width: 70%;
  height: 70%;
  position: absolute;
  left: auto;
  z-index: -2;
  right: -44px;
  bottom: auto;
  top: -33px;
  border-radius: 25px;
}
.left-arrow {
    background-image: url(../img/left.svg);
    width: 21px;
    height: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    left: 10px;
}
.right-arrow {
    background-image: url(../img/right.svg);
    width: 21px;
    height: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    right: -12px;
}





/* ANIMATED X */
.navbar-toggle.x .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 10% 10%;
	-ms-transform-origin: 10% 10%;
	transform-origin: 10% 10%;
}

.navbar-toggle.x .icon-bar:nth-of-type(2) {
	opacity: 0;
	filter: alpha(opacity=0);
}

.navbar-toggle.x .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 10% 90%;
	-ms-transform-origin: 10% 90%;
	transform-origin: 10% 90%;
}

/* ANIMATED X COLLAPSED */
.navbar-toggle.x.collapsed .icon-bar:nth-of-type(1) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(2) {
	opacity: 1;
	filter: alpha(opacity=100);
}

.navbar-toggle.x.collapsed .icon-bar:nth-of-type(3) {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
}
/* END ANIMATED X */


.type-no  .wpcf7-spinner{
  /* display: none !important; */
  position: absolute !important;
  bottom: 0px !important;
}
.type-no{
  position: relative !important;
}
.type-no input.wpcf7-form-control.wpcf7-submit.has-spinner {
  background-color: #1E2654 !important;
  padding: 23px 38px;
  border-radius: 0px 10px 10px 0px;
}
.type-no input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
background-color: white !important;
color: #1E2654 !important;


}
input.wpcf7-form-control.wpcf7-text.Input1 {
  padding: 25px !important;
}


.type-no input.wpcf7-form-control.wpcf7-tel.wpcf7-validates-as-required.wpcf7-text.wpcf7-validates-as-tel.Phone-number {
padding: 25px !important;
color: #1E2654 !important;

}
.type-no .wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: normal;
  display: block;
  position: absolute !important;
}
.inner-button-section .wpcf7 form .wpcf7-response-output {
  margin: 34px -1px !important;
  padding: 2px 5px !important;
  padding: 0.2em 1em;
  border: 2px solid #1E2654 ;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}


.promotions-inner .title{
  width: 35%;
}
.promotions-inner .wpcf7.js{
  width: 60% !important;
}

.email-input .wpcf7-spinner{
  /* display: none !important; */
  position: absolute !important;
  bottom:  20% !important;
  left: 50% !important;
}
.email-input{
  position:  relative !important;
 
}


.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {

  margin: 36px -1px !important;
  padding: 2px 5px !important;
  padding: 0.2em 1em !important;
  border: 2px solid #1E2654;
  font-size: 16px !important;
  margin-bottom: 0px !important;
}

.footer-inner-legitscript {
    width: 50%;
    margin-left: 50px;
}
.btn-custom {
    background-color: transparent;
    border: 1px solid #fff;
}
.btn-custom:hover {
	background-color: #fff;
    border: 1px solid #fff;
    color: #1E2654;
}

.btn-custom:active {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
}
.custom_new_btn {
    background-color: transparent;
    color: #FFF;
    border: 1px solid white;
}
.custom_new_btn:hover {
    background-color: #fff;
    color: #1E2654;
    border: 1px solid white;
}
.custom_new_btn:active {
    border: 1px solid white;
    background-color: rgba(255, 255, 255, 0.3);
    color: #FFF;
}
.error404 header {
    z-index: 9;
    position: relative;
    width: 100%;
}
.error404 .header_banner {
    position: relative;
    background-color: #1E2654;
}
.pagen-inner {
    text-align: center;
    display: flex;
    justify-content: center;
    padding-top: 140px;
    padding-bottom: 140px;
}
.page-nf-inner h1 {
    font-size: 80px;
}
.page-nf-inner h3 {
    margin-bottom: 20px;
}

.swal2-modal .swal2-title {
    text-transform: uppercase;
    font-size: 19px;
  }
div#wpcf7-f145-o1{
	display:none !important;
}