@import url("https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&display=swap");
html {
  font-size: 62.5%;
}
@font-face {
  font-family: "helveticaneue-bold";
  src: url("../Fonts/HelveticaNeue-Bold.ttf") format("woff"), url("../Fonts/HelveticaNeue-Bold.ttf") format("opentype"), url("../Fonts/HelveticaNeue-Bold.ttf") format("truetype");
}

body {
  font-family: 'Poppins',sans-serif;
    font-size: 2rem;
    line-height: 3rem;
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}
blockquote{
  overflow: hidden;
    background-color: #fafafa;
    padding: 50px !important;
    position: relative;
    text-align: center;
    z-index: 1;
    margin-bottom: 20px;
    margin-top: 20px;
}
blockquote::before {
    color: #efefef;
    content: "\f10e";
    position: absolute;
    left: 50px;
    z-index: -1;
    font-family: "Font Awesome 5 Free";
    font-size: 140px;
    font-weight: 900;
  }
  blockquote::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background-color: #4d0322;
    margin-top: 20px;
    margin-bottom: 20px;
}
blockquote p {
    margin-bottom: 0;
    font-style: italic;
    font-weight: 500;
    font-family: 'Poppins',sans-serif;
    font-size: 2.5rem !important;
    line-height: 3rem !important;
    color: #444b5d;
  }





.nav1 {
  margin-bottom: 0;
}

.navtop {
  position: fixed;
  top: 0;
  right: 10%;
  left: auto;
  padding-right: 4rem;
  border-radius: 0rem 0rem 5rem 5rem;
  background-color: #00447c;
}

.navtop ul li a {
  color: white;
  font-size: 1.7rem;
}

.navtop ul li a:hover {
  color: #BD138A;
}

.navtop ul li {
  color: white;
  padding: 1rem 0rem 1rem 3rem;
}

.navbar-brand img {
  height: 140px;
  width: auto;
}

.main_header {
  width: 100%;
}

.main_header .navbar-nav {
  padding-left: 5rem;
  margin-top: 6rem;
}

.main_header .navbar-nav .nav-item .nav-link {
  font-size: 2rem;
  font-family: 'Nunito Sans';
  font-weight: 600;
  color: #fff;
  padding-right: 2.2rem;
}

.main_header .navbar-nav .nav-item:last-child > .nav-link {
  padding-right: 0%;
}

.main_header .dropdown:hover .dropdown-menu {
  display: block;
}

.main_header .dropdown-menu {
  margin-top: 0;
  min-width: 20rem;
  border: 0;
  font-family: 'Nunito Sans';
  color: #441B68;
  font-size: 1.8rem;
  font-weight: 700;
}

.main_header .dropdown-item {
  font-size: 1.8rem;
  color: #441B68;
  font-weight: 700;
}

.main_header .dropdown-item:focus, .main_header .dropdown-item:hover {
  color: #FFFFFF;
  background-color: #D044A6;
}

.main_header .nav-item:hover > .nav-link {
  color: #faf714;
}

.d-flex {
  display: none;
}

.d-flex ul {
  display: none;
}
.faq_hero{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 50rem;
  position: relative;
}
.faq_hero::before {
  background-image:linear-gradient(90deg,rgba(127, 193, 0, 0.9) 0%,rgba(210, 199, 34, 0.71) 100%), url(../images/faq-bg.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   z-index: -2;
}

.faq_hero .hero_right_content {
  display: block;
  width: 90%;
  margin-left: 5rem;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.faq_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.faq_hero .hero_right_content h2 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5rem;

  font-weight: 900;
  padding: 2.5rem auto;
}
.faq_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 2.5rem auto;
    color:White;
}


.faq_hero .hero_right_content p {
  color: #fff;
  font-size: 2rem;
padding: 2.5rem auto;
}
.faq_hero .hero_right_content p span {
 font-weight: bold;
}
.faq_hero .hero_right_content h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.faq_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.faq_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.faq_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.faq_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.faq_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}



.main_hero {
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 80rem;
  position: relative;

}

.main_hero::before {
  background-image:linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-320x700.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
}

@media (min-width: 320px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-460x760.jpg);
  }
}

@media (min-width: 460px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-720x649.jpg);
  }
}

@media (min-width: 720px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-980x535.jpg);
  }
}

@media (min-width: 980px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-1240x677.jpg);
  }
}

@media (min-width: 1240px) {
  .main_hero::before {
    background-image:linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%), url(../images/background-1500x882.jpg);
  }
}

@media (min-width: 1500px) {
  .main_hero::before {
    background-image: linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%),  url(../images/background-1760x1035.jpg);
  }
}

@media (min-width: 1760px) {
  .main_hero::before {
    background-image:linear-gradient(90deg,rgb(11 11 11 / 40%) 0%,rgb(41 41 38 / 71%) 100%),  url(../images/background-1920x1129.jpg);
  }
}

.main_hero .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  margin-bottom:3rem;
  height: 0;
  overflow: hidden;
}

.main_hero .video-container iframe,
.main_hero .video-container object,
.main_hero .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main_hero .hero_right_content {
  display: block;
  width: 90%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2rem;
  margin-right:auto;
  margin-left:auto;
}

.main_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Poppins',sans-serif;
    font-size: 4.5rem;
    line-height: 4.6rem;
    font-weight: 700;
    text-transform:uppercase;
    text-align: center;
    margin:auto auto;
}
.main_hero .hero_right_content h4 {
  color: orange;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
    padding: 1rem 0;
  font-family: 'Poppins',sans-serif;
    font-size: 3rem;
    line-height: 4rem;
    font-weight: 600;
    text-align: center;
    margin:auto auto;
}
.main_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 1rem 2rem;
    color:White;
}
.main_hero .hero_right_content ul li{
  font-family: 'Poppins',sans-serif;
    font-size: 2rem;
    line-height: 3rem;
}

.file-upload-contain{
    position: relative;
    margin-bottom: 1rem;
}
.file-upload-contain .file-input,
.file-upload-contain .file-preview{
    position: initial;
}
.file-upload-contain .file-drop-zone{
    border: 2px dashed #e89a26;
    transition: 0.3s;
    margin: 0;
    padding: 0;
    border-radius: 20px;
    background-color: #f1f8fe;
    min-height: auto;
}
.file-upload-contain .file-drop-zone.clickable:hover,
.file-upload-contain .file-drop-zone.clickable:focus,
.file-upload-contain .file-highlighted{
    border: 2px dashed #e89a26 !important;
    background-color: #dfedfc;
}
.upload-area i {
    color: #e89a26;
    font-size: 50px;
    display:none !important;
}
.upload-area p {
    
    font-size: 20px;
    font-weight: 600;
    color: #e89a26 !important;
}
.upload-area p b {
    color: #e89a26;
}
.upload-area button {
    padding: 8px 16px;
    min-width: 150px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background-color: #e89a26;
    border: 2px solid #e89a26;
    border-radius: 50px;
    transition: 0.3s;
}
.upload-area button:hover{
    background-color: #e89a26;
    box-shadow: 0px 4px 8px rgb(37 128 232 / 48%);
}
.file-preview{
    padding: 0;
    border: none;
    margin-bottom: 30px;
}
.file-preview .fileinput-remove{
    display: none;
}
.file-drop-zone-title{
    padding: 25px 10px;
}
.file-drop-zone .file-preview-thumbnails{
    cursor: pointer;
}
.file-preview-frame{
    cursor: default;
    display: flex;
    align-items: center;
    border: none;
    background-color: #2580e8;
    box-shadow: none;
    border-radius: 8px;
    width: 100%;
    padding: 15px;
    margin: 8px 0px;
}
.file-preview-frame:not(.file-preview-error):hover{
    border: none;
    box-shadow: 0 0 10px 0 rgb(0 0 0 / 20%);
}
.file-preview-frame .kv-file-content{
    min-width: 45px;
    min-height: 45px;
    width: 45px;
    height: 45px;
    border-radius: 4px;
    margin-right: 10px;
    background-color: #fff;
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.file-preview-image {
    border-radius: 4px;
}
.file-preview-frame .file-footer-caption{
    padding-top: 0;
}
.file-preview-frame .file-footer-caption{
    text-align: left;
    margin-bottom: 0;
}
.file-detail{
    font-size: 14px;
    height: auto;
    width: 100%;
    line-height: initial;
}
.file-detail .file-caption-name{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 6px;
}
.file-detail .file-size{
    color: #f1f8fe;
    font-size: 12px;
}
.kv-zoom-cache {
    display: none;
}
.file-preview-frame .file-thumbnail-footer{
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.file-preview-frame .file-drag-handle, 
.file-preview-frame .file-upload-indicator{
    float: none;
}
.file-preview-frame .file-footer-buttons{
    float: none;
    display: flex;
    align-items: center;
}
.file-preview-status.text-center {
    display: none;
}
.kv-file-remove.file-remove {
    border: none;
    background-color: #ef2f2f;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-drag-handle.file-drag {
    border: none;
    background-color: #fff;
    color: #2580e8;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.kv-file-upload.file-upload{
    border: none;
    background-color: #48bd22;
    color: #fff;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 4px;
    margin: 0px 4px;
}
.file-thumb-loading{
    background: none !important; 
}
.file-preview-frame.sortable-chosen {
    background-color: #64a5ef;
    border-color: #64a5ef;
    box-shadow: none!important;
}

.uploadbtn .btn.btn-primary {
  background-color: #5c4084;
  border-color: #5c4084;
  outline: none;
}
.uploadbtn .btn.btn-primary:hover {
  background-color: #442f62;
  border-color: #442f62;
}
.uploadbtn .btn.btn-primary:active, .btn.btn-primary:focus {
  background-color: #684895;
  border-color: #684895;
}

.main_hero .hero_right_content p {
  color: #fff;
  font-family: 'Poppins',sans-serif;
    font-size: 2rem;
    line-height: 3rem;
}
.main_hero .hero_right_content p span {
 font-weight: bold;
}
.main_hero .hero_right_content h2 {
  color: #0c3e35;
  font-size: 3.2rem;
  border-radius: 2rem;
  padding:1.2rem 0.5rem;
  background: white;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
}
.main_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.main_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.main_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.main_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.main_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.rightcontent {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  top: 1rem;
  margin-top: 5rem;
  margin-bottom:5rem;
  width: 100%;
}

.rightcontent h3 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
}
.rightcontent h3 span{
  color:#99ca3c;
}
.rightcontent h2 {
  font-size: 3.5rem;
  padding:2rem;
  font-weight: 600;
  text-align: center;
  font-family: arial;
}
.rightcontent h2 span{
  color:#99ca3c;
}
.rightcontent .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.rightcontent .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.rightcontent .next-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.rightcontent .next-btn:hover {
    background-color: #444b5d;
    color: #fff;
}


.about_hero{
  width: 100%;
  height: 100%;
  min-width: 100%;
  min-height: 50rem;
  position: relative;
}
.about_hero::before {
  background-image: url(../images/about-bg.jpg);
  background-size: cover;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
   z-index: -2;
}

.about_hero .hero_right_content {
  display: block;
  width: 90%;
  margin-left: 5rem;
  float: left;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10rem;
  margin-bottom: 5rem;
}

.about_hero .hero_right_content h3 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 2.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.about_hero .hero_right_content h2 {
  color: #FFFFFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5rem;
  font-weight: 900;
  padding: 2.5rem auto;
}
.about_hero .hero_right_content ul{
  list-style: outside none none;
    margin: 0;
padding: 2.5rem auto;
    color:White;
}


.about_hero .hero_right_content p {
  color: #fff;
  font-size: 2rem;
padding: 2.5rem auto;
}
.about_hero .hero_right_content p span {
 font-weight: bold;
}
.about_hero .hero_right_content h2 {
  color: #fff;
  font-size: 3.5rem;
  line-height: 3.8rem;
  font-weight: bold;
}
.about_hero .hero_right_content h2 span {
  
  color: #99CA3C;
  
}

.about_hero .hero_right_content .margin3 {
  padding-top: 0rem;
}

.about_hero .hero_right_content .hero_button {
  margin-top: 3rem;
}

.about_hero .hero_right_content .hero_button a {
  padding: 1.6rem 4.2rem;
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 25px auto -10px auto;
}

.about_hero .hero_right_content .hero_button a:hover {
  background: #BD138A;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
}

.about_hero .hero_right_content .greenrec{
  background: #99ca3c;
  padding:2rem 1rem;
  border-radius: 2rem;
}
.about_hero .hero_right_content .greenrec h2{
  color: #fff;
  padding:2rem 1rem;
  font-size:2.5rem;
  line-height: 2.8rem;
  display: inline;
  position: relative;
}
.about_hero .hero_right_content .greenrec .btn-white{
  background: white;
    padding: 1.3rem 2rem;
    color: #99ca3c;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 10rem;
    max-width: 15rem;
    display: inline;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 15rem;
    cursor: pointer;
}
.about_hero .hero_right_content .greenrec .btn-white:hover {
    background-color: #3c655d;
    color: #fff;
}



.contactform2 {
  background-color: white;
  position: relative;
  padding: 1.5rem;
  border-radius: 20px;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
  top: 1rem;
  margin-bottom:5rem;
  width: 100%;
}

.contactform2 h3 {
  font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    text-align: center;
    color: #444b5d;
}
.contactform2 h3 span{
  color:#99ca3c;
}
.contactform2 h2 {
  font-size: 3.5rem;
  padding:2rem;
  font-weight: 600;
  text-align: center;
  font-family: arial;
}
.contactform2 h2 span{
  color:#99ca3c;
}
.contactform2 .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.contactform2 .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.contactform2 .next-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.contactform2 .next-btn:hover {
    background-color: #444b5d;
    color: #fff;
}
.contactform2 input, .contactform2 textarea {
  padding: .6rem .8rem;
  margin-bottom: 1rem;
  color: #FFFFFF;
  background: transparent;
  font-size: 1.8rem;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.contactform2 input[type="submit"] {
  background-color: green;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  display: block;
  padding: 1.2rem 3rem;
  width: 100%;
  margin: auto;
  max-width: 45rem;
  cursor: pointer;
}

.contactform2 .bgcheckbox {
  border: 1px solid #FFFFFF;
  border-radius: 2.2rem;
  width: 100%;
}



.contactform2 input[type="checkbox"] {
  width: auto;
  background-color: transparent;
  border: 1px solid #FFFFFF;
  margin-top: 1.5rem;
  margin-left: 1.2rem;
  display: inline-block;
}

.contactform2 ::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 :-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 ::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1;
  /* Firefox */
}

.contactform2 ::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #333;
  opacity: 0.7;
  /* Firefox */
}

@import url('https://fonts.googleapis.com/css?family=Merriweather:300|Oswald');

/* Form fields */ 
#trade-form {
     font-family: 'Oswald', serif;
    max-width: 54rem;
  margin: 2rem auto;
}
#trade-form h5{
  background: #ffd500;
  padding:1.5rem 1rem;
  font-size:1.5rem;
  line-height: 2.2rem;
  margin:3rem auto;
  font-family: 'Nunito Sans', sans-serif;
  width: 10rem;
  text-align:center;
}
#trade-form h5 span{
  font-weight: bold;
  display: block;
}
#trade-form ul {
  padding-left: 0;
}
#trade-form li {
  list-style: none;
}
#trade-form input, 
#trade-form textarea,  
#trade-form select {
    font-size: 1.8rem;
    padding: 0 2.8rem;
    box-sizing: border-box;
    border: 1px solid #e89a26;
    text-align: left;
    color: #333;
    
    letter-spacing: normal;
    height: 5rem;
    line-height: 5rem;
    font-family: 'Oswald', serif;
    background: #fff;
  margin-bottom: 2rem;
}
.customcheck  input[type="radio"]{
  height: auto !important;


}
#trade-form select {
    background: url('../images/grey-chevron.png') no-repeat;
    -webkit-appearance: none;
    appearance: none;
    background-size: 1.5rem;
    background-position: 97% 50%;

}
#trade-form textarea {
    height: 12rem;
    line-height: 1.5;
    padding: 1.5rem 2.8rem;
}
#trade-form input:focus, 
#trade-form textarea:focus, 
#trade-form select:focus {
    outline: 0;
    border: 1px solid rgb(211,211,211);
}
#trade-form h6 {
    font-size: 1.8rem;
    font-weight: 300;
  display: block;
    font-family: 'Nunito Sans', sans-serif;
  text-align: center;
    margin-bottom: 1rem;
}

/* Buttons */
#trade-form .next-btn,
#trade-form .submit-btn {
    background: green;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

#trade-form .next-btn:hover,
#trade-form .submit-btn:hover {
    background-color: #444b5d;
    color: #fff;
}
#trade-form .next-btnred {
    background: red;
    padding: 1.3rem 2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    text-transform: uppercase;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 30rem;
    max-width: 40rem;
    display: block;
    margin: auto;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
#trade-form .next-btnred:hover {
    background-color: #444b5d;
    color: #fff;
}
.questionradio label {
    display: block;
    text-align: center;
    background-color: #155b80;
    color: #333;
    padding: 1.3rem 2rem;
    min-width: 30rem;
    max-width: 40rem;
    margin: 2rem auto;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    border-radius: 2rem;
   transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}

.questionradio input[type="radio"]:hover + label {
    background-color: #454545 ;
    color:white;
}

.questionradio input[type="radio"] + label {
    background-color: #155b80;
    color:white;

}
.questionradio input[type="radio"]:checked + label {
    background-color: #454545 ;
    color:white;

}
.questionradio input[type="radio"] {
    display: none;
    position: fixed;
    width: 0;
}
/* Progress Bar */
.progress-wrap {
    margin: auto;
    display: table;
}
.line-progress-bar {
    display: flex;
    margin: auto;
    width: 100%;
}
.line {
    height: 1px;
    width: 250px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(217, 217, 217);
    position: absolute;
    margin-top: 8px;
}
.progress-wrap div ul {
    display: flex;
    width: 250px;
    list-style: none;
    padding: 0px;
    margin: initial;
    justify-content: space-between;
    z-index: 1;
}
.progressbar-dots {
    display: inline-flex;
    border: #949494 solid 4px;
    background: #333333;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: #d4d4d4;
    font-size: 20px;
    margin-left: 0px;
    color: #d4d4d4;
    border: 0px solid rgb(217,217,217);
    background: rgb(217, 217, 217);
}
.progressbar-dots span {
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    margin-top: 60px;
    /* width: 75px; */
    float: left;
    margin-left: -30px;
    display: none;
}
.progressbar-dots.active {
    color: #fff;
    border: 0px solid rgb(38,163,134);
    background: #82CCC8;
}

/*  Tab */
.tab-pane {
    display: none;
}
.tab-pane:first-child {
  display: block;
}

/* Error */
span.error {
  font-size: 12px;
  font-family: "helvetica neue", arial, sans-serif;
  color: #D6041D;
  text-transform: uppercase;
  display: block;
  margin-bottom: 10px;
}




.contactform2 textarea {
  height: 15rem;
}



.secfaq{
  background:#ccc;
  position: relative;
    padding:5rem 1rem;

}
.roundrec{
  background: white;
  border-radius:2.5rem;
  margin-top: -10rem;
    z-index: 9999;
        margin-left: auto;
    margin-right: auto;
    max-width: 100rem;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
    width: 100%;
    text-align: center;
    display: block;
}
.roundrec h2{
  color: #0c3e35;
    font-size: 3.5rem;
    font-family: "helveticaneue-bold";
    line-height: 4rem;
    font-weight: 700;
    padding: 3rem 1.5rem;
}
.roundrec .next-btngreen {
    background: green;
    padding: 1.3rem 2rem;
    margin-top:2rem;
    color: #fff;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 2rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.roundrec .next-btngreen:hover {
    background-color: #444b5d;
    color: #fff;
}
.calltoaction .whitepink {
    background: white;
    padding: 1.3rem 2rem;
    color: #e9153c;
    font-family: oswald, sans-serif;
    font-size: 1.8rem;
    line-height: 2.4rem;
    letter-spacing: 1px;
    min-width: 20rem;
    max-width: 30rem;
    display: block;
    text-align: center;
    font-weight: 400;
    border-radius: 2.5rem;
    border: 0;
    transition-property: background-color;
    transition-duration: 0.5s;
    width: 100%;
    cursor: pointer;
}
.calltoaction .whitepink:hover {
    background-color: #444b5d;
    color: #fff;
}

.sec1a
{
   position: relative;
  padding: 10rem 0;
  background-color:#dbd8e1;

}
.bglightgray{
  background-color: #ffffff;
  width: 100%;
  padding:5rem 2rem;
  filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(255, 255, 255, 0.7));
}
.bglightgray h2{
  font-family: 'Poppins',sans-serif;
  font-size:2.5rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  color:#444b5d;
}
.bglightgray h3{
  font-family: 'Poppins',sans-serif;
  font-size:2.5rem;
  line-height: 3rem;
  font-weight: 600;
  text-align: center;
  padding-bottom: 2rem;
}
.bglightgray ul{
  font-family: 'Poppins',sans-serif;
  font-size:2rem;
  line-height: 3rem;
}
.bglightgray p{
  font-family: 'Poppins',sans-serif;
  font-size:2.2rem;
  line-height: 3.3rem;
}
.bglightgray img{
  width: 100%;
  height: auto;
  max-width: 550px;
  margin:1rem auto;
}

.bglightgray .sec1_button {
  margin-top: 2rem;
}

.bglightgray .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: orange;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.bglightgray .sec1_button a:hover {
  background: #333;
  color: #FFFFFF;
}
.bglightgray img{
  width: 100%;
  height: auto;

}
.sec1 {
  position: relative;
  padding: 10rem 0;
  background: #d77f3b url(../images/bgwood.jpg) top center repeat fixed;
    background-size: 280px auto;
}

.sec1 .sec1_right_content {
  display: block;
  color: #FFFFFF;
  background: white;
  padding:2rem 1rem;
}

.sec1 .sec1_right_content h3 {
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #333;
}
.sec1 .sec1_right_content h4 {
 font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #f3a516;

}

.sec1 .sec1_right_content h2 {
 font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #444b5d;
  text-transform: uppercase;
  margin-bottom: 3rem;
}
.sec1 .sec1_right_content img{
  float:right;
  width: 100%;
  padding:1rem 2rem;
  height: auto;
  max-width: 50rem;
    border-radius: 2.5rem;
    height: auto;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));
}


.rbd-review-slider .rbd-preloader {
  width: 36px;
  height: 36px;
  margin: 0 auto;
}

.rbd-review-slider .rbd-review.rbd-prev {
  transform: translate3d(-100px, 0, -50px);
  display: inline-block;
}

.rbd-review-slider .rbd-review.rbd-next {
  transform: translate3d(100px, 0, -50px);
  display: inline-block;
}

.rbd-review-slider .rbd-review.rbd-curr {
  z-index: 10;
  transform: translate3d(0, 0, 0) scale(1);
  opacity: 1;
  display: inline-block;
}

.rbd-review-slider .rbd-review {
  padding: 20px 30px;
  font-size: 18px;
  line-height: 1.612;
  border-radius: 4px;
  box-shadow: 0 10px 30px -8px rgba(0, 0, 0, 0.5);
  display: none;
  vertical-align: top;
  transition: opacity 0.35s ease-out, transform 0.35s ease-out;
  opacity: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  background: #fff;
  max-width: 600px;
}

.rbd-review-slider .rbd-review.rbd-first {
  display: block;
}

.rbd-review-slider .rbd-heading {
  margin-top: 0;
  margin-bottom: 10px;
}

.rbd-review-slider svg {
  fill: #ffbb58;
  width: 24px;
  margin-right: 1px;
}

.rbd-review-slider .rbd-review-meta {
  font-size: 12px;
  color: #565656;
  margin-top: 12px;
  text-align: center;
}
.rbd-review-container{
height: auto;
min-height: 35rem;
margin-top:5rem;
}
.rbd-review-slider .rbd-gravatar {
  border-radius: 100% !important;
  width: 100px !important;
  float: left !important;
  margin-right: 15px !important;
  filter:drop-shadow(none) !important;
  border: 6px solid transparent !important;
  box-shadow: 0 3px 12px -2px rgba(0, 0, 0, 0.35) !important;
  padding: 0 !important;
}

.rbd-footing {
  margin: 20px 0 0;
  text-align: center;
}

@keyframes round {
  25% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
}


.sec1 .sec1_right_content p {
  color: #000;
font-family: 'Poppins', sans-serif;
font-weight: 400;}

.sec1 .sec1_right_content p span {
  color: #99CA3C;
}

.sec1 .sec1_right_content .sec1_button {
  margin-top: 2rem;
}

.sec1 .sec1_right_content .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: orange;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.sec1 .sec1_right_content .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;
}

.sec1 .sec1right {
  margin: 3rem 5rem;
}

.sec1 .sec1right img {
  width: 100%;
  border-radius: 2.5rem;
  height: auto;
    filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(0, 0, 0, 0.5));

}

.sec2 {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  margin: 0px auto;
}

.sec2 .features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -7rem auto 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}

.sec2 .features .feature1 {
  margin: 0rem 3rem;
}

.sec2 .features img {
  display: block;
}

.sec2 .features p {
  text-align: center;
  display: block;
  margin: 0px auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5rem 1rem;
}

.sec2 .features2 {
  display: block;
  text-align: center;
}

.sec2 .features2 h2 {
  color: #2F2E35;
  font-size: 4rem;
  font-family: "helveticaneue-bold";
  line-height: 4.5rem;
  font-weight: bold;
}

.sec2 .features2 h2 span {
  color: #BD138A;
  display: block;
}

.sec2 .features3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 5rem auto 2rem auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
  font-size: 1.66rem;
  font-weight: 900;
}

.sec2 .features3 .features3_col1 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col1 p {
  border: 1px solid #BD138A;
  width: 150px;
  height: 150px;
  color: #BD138A;
  text-align: center;
  line-height: 150px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col1 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #E09CCC;
}

.sec2 .features3 .features3_col2 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col2 p {
  border: 1px solid #C13B99;
  background-color: #E09CCC;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col2 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}

.sec2 .features3 .features3_col3 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col3 p {
  border: 1px solid #707070;
  background-color: #D06CB2;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col3 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #D06CB2;
}

.sec2 .features3 .features3_col4 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col4 p {
  border: 1px solid #707070;
  color: #FFFFFF;
  text-align: center;
  background-color: #C13B99;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec2 .features3 .features3_col4 span {
  width: 70px;
  line-height: 150px;
  margin-top: 75px;
  position: relative;
  height: 2px;
  background-color: #BD138A;
}

.sec2 .features3 .features3_col5 {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.sec2 .features3 .features3_col5 p {
  border: 1px solid #707070;
  background-color: #BD138A;
  color: #FFFFFF;
  text-align: center;
  width: 150px;
  height: 150px;
  padding-top: 50px;
  border-radius: 50%;
}

.sec3 {
  position: relative;
  padding: 10rem 5rem;
  background: #2F2E35;
  margin: 0px auto;
}

.bg-gray{
  background-color: white;
  width: 100%;
  border-radius: 2rem;
  padding:2rem;
filter: drop-shadow(0.35rem 0.35rem 0.4rem rgba(255, 255, 255, 0.7));
}
.bg-gray h2{
  font-size: 3.5rem;
  line-height: 3.6rem;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.bg-gray h4{
  font-size: 2rem;
  line-height: 2.3rem;
  padding:2rem auto;
  margin-top:4rem;
  text-align: center;
  color: #333;
}
.services {
  position: relative;
  padding: 10rem 5rem;
  text-align: center;
  margin: 2rem auto 2rem auto;
}

.sec3 .service1 {
  display: block;
  color: #FFFFFF;
}

.sec3 .service1 img{
  width:250px;
  height: auto;
  margin:1rem auto;
  display: block;
  text-align: center;
}


.sec3 .service1 p {
  font-size: 1.8rem;
  line-height: 2rem;
  text-align: center;
  font-weight: bold;
  color: #0c3e35;
}

.sec3 .service1 hr {
  width: 50%;
  background-color: #BD138A;
  height: 0.2rem;
  margin: 0 auto 1rem auto;
  opacity: 1;
}

.sec3 .serv1_button a {
  padding: 1.6rem 4.2rem;
  background: #512974;
  font-size: 1.8rem;
  line-height: 6rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 0 4rem 0 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 2rem auto 2rem auto;
}

.ourwork {
  position: relative;
  background: #FFFFFF;
  margin: 0px auto;

  padding: 6rem 1rem;
}
.ourwork img {
    width: 100%;
    margin-top:2rem;
  }
.ourwork .sec1_button a {
  display: block;
  margin: auto;
}
.graysection ol li {
    font-size: 1.6rem;
    line-height: 1.8rem;
    margin-left: 1rem;
}

.ourwork  h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.ourwork h2 span{
color:#99CA3C;
}
.ourwork  h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.ourwork h3 span{
  color:#99CA3C;
}
.ourwork ul{
  font-size:1.8rem;
  line-height: 2rem;
}
.ourwork ul li{
  font-size:2.4rem;
  line-height: 3rem;
}
.ourwork p{
    font-size:2rem !important;
line-height: 2.4rem;
}
.padding-10{
  padding:2rem auto;
  margin-top:5rem;
}
.ourwork img{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  border-radius: 2rem;
  box-shadow: -4px 4px 10px #ccc;
}
.margin2{
  margin-top:2rem;
}

.aboutsection {
  position: relative;
  background: #FFFFFF;
  margin: 0px auto;

  padding: 0rem;
}



.aboutsection  h2 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
  margin-top:5%;
}
.aboutsection h2 span{
color:#99CA3C;
}
.aboutsection  h3 {
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.aboutsection h3 span{
  color:#99CA3C;
}
.aboutsection ul{
  font-size:1.8rem;
  line-height: 2rem;
}
.aboutsection ul li{
  font-size:1.6rem;
  line-height: 2rem;
}
.aboutsection p{
    font-size:1.6rem !important;
line-height: 2rem;
}



.aboutsection .aboutimg img{
  width: 100%;
  height: auto;
  display: block;
  text-align: center;
  padding:0rem;
  margin-left:-1rem;
  border-radius: 0rem;
}

.aboutsection .sec1_button{
  margin-top: 2rem;
}
.aboutsection .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.aboutsection .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;

}


.ourwork h3 {
 
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #444b5d;
}
.ourwork h1 {
  font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #444b5d;
}
.ourwork img{
  width: 100%;
  height: auto;
  display: block;
  margin:1rem auto;
  text-align: center;
}
.ourwork h2 {
 font-family: 'Poppins',sans-serif;
    font-size: 2.5rem;
    line-height: 3rem;
    font-weight: 600;
    color: #444b5d;
  margin-bottom: 3rem;
}
.ourwork p {
  color: #000;
font-family: 'Poppins', sans-serif;
font-weight: 400;}

.ourwork p span {
  color: #99CA3C;
}


.ourwork .contenteco4{
  position: relative;
}

.ourwork .sec1_button{
  margin-top: 2rem;
}
.ourwork .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.ourwork .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;
}

/* FAQs section css start*/
.faqitems{
  padding: 2rem;
  position: relative;
}
.faqitems .accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faqitems .accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid darkorange;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.faqitems .accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1rem 0;
  color: chocolate;
  font-size: 2.15rem;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.faqitems .accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: darkorange;
}
.faqitems .accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: darkorange;
  border: 1px solid darkorange;
}
.faqitems .accordion button .accordion-title {
  padding: 1rem 1.5rem 1rem 0;
}
.faqitems .accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 1.8rem;
  right: 0;
  width: 2.2rem;
  height: 2.2rem;
  border: 1px solid;
  border-radius: 2.2rem;
}
.faqitems .accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 1rem;
  left: 0.5rem;
  width: 1rem;
  height: 2px;
  background: currentColor;
}
.faqitems .accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 0.5rem;
  left: 1rem;
  width: 2px;
  height: 1rem;
  background: currentColor;
}
.faqitems .accordion button[aria-expanded=true] {
  color: darkorange;
}
.faqitems .accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.faqitems .accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.faqitems .accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.faqitems .accordion .accordion-content p {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 300;
  margin: 2em 0;
}
/* FAQs section css end*/

.graysection {
  position: relative;
  background: #e1e7e3;
  margin: 0px auto;

  padding: 6rem 1rem;
}

.graysection  h5 {
  font-size: 3.6rem;
  line-height: 3.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  padding:2rem;
  float: right;
  width: 70%;
  color: #0c3e35;
  border-bottom: 4px solid green;
}
.graysection h5 span{
   color:#99CA3C;
}

.graysection p{
  float:right;
    width: 70%;

}
.graysection h6{
 font-size:1.6rem;
line-height: 1.8rem;
}

.graysection  h4 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  float: right;
  width: 70%;
  color: #0c3e35;
  padding: 2rem 2.5rem;
  border-bottom: 4px solid green;
}

.graysection .cavity3 p{
  float:right;
    width: 70%;
      padding:2rem;
border-bottom: 4px solid green;
}
.graysection .cavity3{
  padding:2rem 1rem;
}
.graysection .cavity3 h4 {
  font-size: 3.6rem;
  line-height: 4rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  float: right;
  padding:2rem;
  width: 70%;
  color: #0c3e35;
  border-bottom:none !important;
}
.graysection h4 span{
    color:#99CA3C;

}
.graysection  h3 {
  font-size: 2.5rem;
  line-height: 2.8rem;
  font-weight: bold;
  font-family: "helveticaneue-bold";
  display: block;
  width: 100%;
  color: #0c3e35;
}
.graysection h3 span{
  color:#99CA3C;
}
.graysection ol{
  font-size:1.8rem;
  line-height: 2rem;
}
.padding-10{
  padding:2rem auto;
  margin-top:5rem;
}
.graysection img{
  width: 100%;
  height: auto;
  padding:2rem auto;
  display: block;
  text-align: center;
  border-radius: 2rem;
  z-index: -1;
}

.graysection .sec1_button{
  margin: 2rem auto;
    display: block;
    text-align: center;
}
.graysection .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: red;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
}

.graysection .sec1_button a:hover {
  background: deeppink;
  color: #FFFFFF;

}


.graysection table { 
  width: 75rem; 
  border-collapse: collapse; 
  margin:5rem auto;
  }

/* Zebra striping */
.graysection tr:nth-of-type(odd) { 
  background: #eee; 
  }


.graysection th { 
  background: #0c3e35; 
  color: white; 
  text-align: center;
  font-weight: bold; 
  }

.graysection td, th { 
  padding: 1rem; 
  border: 1px solid #ccc; 
  text-align: center; 
  font-size: 1.8rem;
  }

/* top-left border-radius */
.graysection table tr:first-child th:first-child {
  border-top-left-radius: 3rem;
  border:none;
}

/* top-right border-radius */
.graysection table tr:first-child th:last-child {
  border-top-right-radius: 3rem;
    border:none;
}

/* bottom-left border-radius */
.graysection table tr:last-child td:first-child {
  border-bottom-left-radius: 3rem;
}

/* bottom-right border-radius */
.graysection table tr:last-child td:last-child {
  border-bottom-right-radius: 3rem;
}
/* 
Max width before this PARTICULAR table gets nasty
This query will take effect for any screen smaller than 760px
and also iPads specifically.
*/
@media 
only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px)  {

  .graysection table { 
      width: 100%; 
  }

  /* Force table to not be like tables anymore */
  .graysection table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  .graysection thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  .graysection tr { border: 1px solid #ccc; }
  
  .graysection td { 
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee; 
    position: relative;
    padding-left: 50%; 
  }

  .graysection td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 6px;
    left: 6px;
    width: 45%; 
    padding-right: 1rem; 
    white-space: nowrap;
    /* Label the data */
    content: attr(data-column);

    color: #000;
    font-weight: bold;
  }

}

.whitebox{
  padding:2rem;
  background: white;
  border-radius: 3rem;
  margin-left: -3rem;
    filter: drop-shadow(0 0.2rem 0.25rem rgba(0, 0, 0, 0.2));

}
.whitebox p{
  font-size:1.8rem !important;
  float:none !important;
  width: 100%;
  padding:2.5rem;
}
.whitebox ul{
  list-style: none;
  padding:1rem;
   color: #0c3e35;
}
.whitebox ul li{
  font-size:1.6rem;
}
.whitebox ul li strong{
  font-size:2rem;
  font-family: arial;
  font-weight: 600;
}
.calltoaction {
  position: relative;
  background: #e9153c;
  margin: 0px auto;
  padding: 6rem 1rem;
}
.calltoaction h1 {
    font-size: 3.9rem;
    line-height: 4.5rem;
    font-weight: bold;
    color: white;
    text-align: center;
}
.calltoaction h2 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}
.calltoaction h3 {
  font-size: 3rem;
  line-height: 3.5rem;
  font-weight: bold;
  color: white;
  text-align: center;
}

.privacyhead {
  position: relative;
  background: #99ca3c;
  margin: 0px auto;
  padding: 6rem 1rem;
}

.privacyhead h2 {
  font-size: 3.8rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #0c3e35;
  text-align: center;
}

.privacyhead h2 span{
  color:white;
}

.privacytext {
  position: relative;
  background: white;
  margin: 0px auto;
  padding: 6rem 1rem;
}

.privacytext h2 {
  font-size: 3.8rem;
  line-height: 4.1rem;
  font-weight: bold;
  color: #0c3e35;
}
.privacytext h3 {
  font-size: 2.8rem;
  line-height: 3.1rem;
  font-weight: bold;
  color: #0c3e35;
}

.privacytext p{
  color:#0c3e35;
  line-height: 1.2;
  font-size: 1.6rem !important;
}
.privacytext ul{
margin-left:2.5rem;
}
.privacytext ul li{
  line-height: 1.2;
}
.bizsec {
  position: relative;
  background: #0a2040;
  margin: 0px auto;
  padding: 7rem 1rem;
}

.bizsec .bizheading {
  display: block;
  color: #FFFFFF;
}

.bizsec .bizheading h2 {
  font-size: 4rem;
    line-height: 4.2rem;
  font-weight: bold;
}
.bizsec .bizheading h3 {
  font-size: 2.2rem;
  line-height: 2.5rem;
  font-weight: bold;
}

.bizsec .biztext {
  display: block;
}

.bizsec .biztext p {
  display: block;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  margin: 2rem auto;
}

.bizsec .biztext p a {
  color: #BD138A;
}

.bizsec .biztext p a:hover {
  color: #FFFFFF;
}
.bizsec .sec1_button {
margin:5rem auto;
display: block;
text-align: center;
  }
.bizsec .sec1_button a {
  padding: 1.6rem 4.2rem;
  background: orange;
  font-size: 1.8rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  border-radius: 4rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  outline: none;
  margin: 5rem auto 2rem auto;
}

.bizsec .sec1_button a:hover {
  background: #333;
  color: #FFFFFF;
}



.footer {
  position: relative;
  background: #333;
  display: block;
  margin: 0rem auto;
  padding: 0 0 3rem 0;
}

.footer .footercol {
  color: #FFFFFF;
}

.footer .footercol h3 {
  font-size: 2.5rem;
  line-height: 3.4rem;
  font-weight: 800;
}

.footer .footercol ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footercol a {
  text-decoration: none;
  font-size: 2rem;
  color: #FFFFFF;
  line-height: 2.7rem;
}

.footer .footercol a:hover {
  color: #99ca3c;
}

.footer p {
  text-align: center;
  display: block;
  margin: 3rem auto -2rem auto;
  color: white;
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 720px) {
  .dropdown-toggle::after {
    border: 0rem;
  }
}

@media (max-width: 600px) {
  .rbd-review-slider .rbd-review {
    max-width: 85%;
  }
  .rbd-review-slider .rbd-review {
  padding: 20px 4px;
}
  .rbd-review-container{
    min-height: 60rem;
  }
  #trade-form{
    margin:2.5rem auto;
  }
  .main_hero{
      min-height:60rem !important;
  }
  .sec1 .sec1_right_content h3{
      font-size:1.6rem;
      line-height:1.8rem;
      
      
  }
  .sec1a {
      padding:1rem 0rem;
  }
  .contactform2 h2 {
    font-size: 2.6rem;
    padding: 0.8rem 0rem;
  }
  .bizsec .bizheading h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
  .bizsec .bizheading h3 {
    font-size: 2.2rem;
    line-height: 1.2;
  }
  .order1{
  display: flex;
    flex-flow: column-reverse;
}
.margin2{
  margin-top:0rem;
}
.ourwork .greencontent {
    background: #99CA3C;
    bottom: 3rem;
    left: 1.6rem;
    width: 90%;
    position: absolute;
    padding: 0.8rem 1.5rem;
    z-index: 9999;
    border-radius: 2rem;
}
.ourwork .greencontent h3{
  font-size: 2.2rem;
    line-height: 1.2;
}

  .navbar-nav {
    background: #2f2e35;
  }
  .main_header .navbar-nav .nav-item .nav-link {
    color: white;
  }
  .dropdown-menu {
    background-color: transparent;
  }
  .main_header .dropdown-item {
    color: #CA4DA5;
    width: unset;
  }
  .main_hero .hero_right_content {
    width: 96%;
    margin-bottom:2rem;
  }
  .main_hero .hero_right_content {
    margin-left:1rem;
    margin-top:5rem;
  }
  .contactform2 {
    margin-top:1rem;
    margin-bottom:7rem;
  }
  .roundrec {
    width: 90%;
  }
  .roundrec h2 {
    font-size: 2.5rem;
    font-family: "helveticaneue-bold";
    line-height: 1.2;
    font-weight: 700;
    padding: 0.8rem 0.8rem;

  }
  .roundrec .next-btngreen {
    margin-top:1rem;
    margin-bottom: 2rem;
  }
  .main_hero .hero_right_content h2, .main_hero .hero_right_content h1 {
    font-size: 2.6rem;
    line-height: 1.2;
  }
  .main_hero .hero_right_content h2 {
    padding-top: 2rem;
    margin-top:2rem;
  }
  .margin3 {
    padding-top: 3rem;
  }
  .main_hero .hero_right_content h1 hr {
    width: 50%;
  }
  .main_hero .hero_right_content .hero_button a {
    padding: 1.2rem 3.6rem;
    -webkit-transition: background-color .5s;
    transition: background-color .5s;
  }

  .graysection .cavity3 h4 {
    font-size:2.7rem;
    line-height: 1.2;
    float:none;
    width: 100%;
  }
  .graysection .cavity3 p {
    float: none;
    width: 100%;
  }
  .sec3 .testimonial .testi1 {
    display: block;
  }
  .main_hero .hero_right_content .hero_button a:hover {
    color: #653C89;
  }
  .main_hero .hero_right_content p {
    padding-bottom: 0rem;
  }
  .privacytext h3 {
    font-size: 2.3rem;
    line-height: 1.2;
  }
  .privacytext h2 {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom:2rem;
  }
   .privacytext p {
    font-size: 1.6rem !important;
    line-height: 1.2;
}
  .fixed-top {
    position: relative;
  }
  .sec2 .features {
    display: block;
  }
  .sec2 .features3 {
    display: block;
  }
  .ourwork .workicons {
    display: block;
  }
  .bizsec .bizlogos {
    display: block;
  }
  .family .family_pics {
    display: block;
  }
  .family .family_cont h2 {
    font-size: 3rem;
    line-height: 3rem;
  }
  .services .service1 img {
    width: 100%;
    height: auto;
  }
  .gettouch .addr {
    padding: 3rem 1rem;
  }
  .subscribe .subscribe_sec input, .subscribe .subscribe_sec textarea {
    width: 100%;
  }
  .subscribe h2 {
    font-size: 2.8rem;
  }
  .subscribe {
    padding: 3rem 0;
  }
  .sec1 .sec1_right_content h1, .sec1 .sec1_right_content h2 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'helveticaneue-bold';
    text-align:center;
  }
  .main_hero .hero_right_content h3 {
    font-size: 2.5rem;
    line-height: 1.2;
    font-family: 'helveticaneue-bold';
  }
  .sec1 {
    padding: 5rem 0;
  }
  .sec1 .sec1_right_content .sec1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .sec1 .sec1right {
    margin: 5rem 0;
  }
  .sec2 .features img {
    display: block;
    margin: 0 auto;
  }
  .sec2 .features p {
    font-weight: 800;
    color: #653C89;
    font-size: 2.8rem;
  }
  .sec2 .features2 h2 {
    color: #2F2E35;
    font-size: 2.8rem;
    line-height: 3rem;
    font-weight: bold;
  }
  .sec2 .features3 .features3_col1 span,
  .sec2 .features3 .features3_col2 span,
  .sec2 .features3 .features3_col3 span,
  .sec2 .features3 .features3_col4 span {
    display: none;
  }
  .casestudies .features3 .features3_col1 span,
  .casestudies .features3 .features3_col2 span,
  .casestudies .features3 .features3_col3 span,
  .casestudies .features3 .features3_col4 span {
    display: none;
  }
  .curl {
    display: none;
  }
  .sec3 {
    padding: 5rem 1rem;
  }
  .sec3 .morefeature h3 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .sec3 .morefeature h3 span {
    font-size: 3.4rem;
    line-height: 1.2;
  }
  .ourwork .workheading h2, .referus .refercontent h1 {
    font-size: 3.5rem;
    line-height: 1.2;
  }
  .sec3 .testimonial {
    padding: 1.5rem;
    margin-top: 1rem;
  }
  .sec3 .testimonial .testi1 {
    padding: 1rem;
  }
  .sec3 .testimonial .testi1 img {
    margin: 0 auto;
    display: block;
  }
  .sec3 .testimonial .testi1 p {
    text-align: center;
  }
  .sec3 .testimonial h4 {
    text-align: center;
    float: none;
  }
  .services .serv1_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .services {
    position: relative;
    padding: 5rem 1rem;
    margin: -10rem auto 2rem auto;
  }
  .ourwork {
   position: relative;
    padding: 5rem 1rem;
  }
  .ourwork h3 {
    font-size: 3.2rem;
    line-height: 3.2rem;
    margin-top:1.5rem;
    margin-bottom: 1.5rem;
  }
  .calltoaction h3 {
    font-size: 2.7rem;
    line-height: 1.2;
   
}
 .calltoaction h2 {
    font-size: 2.7rem;
    line-height: 1.2;
    
}
.calltoaction h1 {
    font-size: 3.2rem;
    line-height: 1.2;
    }

    
.calltoaction .whitepink {
  margin:1rem auto;
}
.faq_hero .hero_right_content {
  float:none;
  margin:4rem auto;
  }
  .faq_hero .hero_right_content h2{
    text-align: center;
    font-size: 3.2rem;
    line-height: 1.2;
  }
  .graysection h4 {
    font-size: 2.8rem;
    line-height: 1.2;
    float:none;
    width: 100%;
  }
  .graysection h5 {
    font-size: 2.8rem;
    line-height: 1.2;
    float:none;
    width: 100%;
  }

  .whitebox{
    margin:1rem auto;
  }
  .whitebox ul li strong {
    font-size: 1.6rem;
  }
  .bizsec {
    padding: 5rem 1rem;
  }

  .about_hero .hero_right_content {
    display: block;
    width: 100%;
    margin: 5rem auto;
    float: none;
  }
  .rightcontent{
    margin:4rem auto;
  }
  .aboutsection .sec1_button {
    margin: 2rem auto;
    display: block;
    text-align: center;

}
.aboutsection .aboutimg img {
  margin:1rem auto;
  }
  .referus {
    padding: 5rem 1rem 1rem 1rem;
  }
  .family {
    padding: 5rem 1rem;
  }
  .covid .covid_right_content .covid_button a {
    display: block;
    padding: 1.5rem 2.6rem;
    line-height: unset;
  }
  .covid .covidpurple {
    padding: 2rem 2rem 5rem 2rem;
  }
  .covid .covidleft {
    margin: 0;
  }
  .covid .covid_right_content h1 {
    font-size: 2.6rem;
    line-height: 3rem;
  }
  .gettouch {
    padding: 5rem 1rem;
  }
  .footer {
    padding: 5rem 1rem;
  }
  .footer .footercol {
    margin: 2rem 1rem;
  }
  .d-flex {
    background: #2f2e35;
    margin-top: -0.5rem;
  }
  .d-flex ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
  }
  .social-icon {
    height: 30px;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 7px;
    margin-right: 11px;
    cursor: pointer;
  }
  .social-twitter {
    background-color: #55acee;
  }
  .social-facebook {
    background-color: #3b5999;
  }
  .social-linkedin {
    background-color: #0077B5;
  }
  .social-icon i {
    -webkit-transition: 0.4s all;
    transition: 0.4s all;
  }
  .social-icon:hover i {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #trade-form .next-btn, #trade-form .submit-btn {
    width: 100%;
    min-width: 20rem;
    max-width: 30rem;
  }
}

/* about us page classes  */
.secabout {
  position: relative;
  background: #FFFFFF;
  padding: 20rem 0 5rem 0;
}

.secabout .secab_block1 {
  display: block;
  color: #FFFFFF;
}

.secabout .secab_block1 h2 {
  color: #512974;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  font-family: "helveticaneue-bold";
  text-transform: uppercase;
}

.secabout .secab_block1 h1 {
  color: #BD138A;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "helveticaneue-bold";
}

.secabout .secab_block1 p {
  color: #2F2E35;
  font-size: 2rem;
}

.secabout .secab_block1 p span {
  color: #D044A6;
  font-weight: 600;
}

.secabout .secab_block1 p a {
  color: #653C89;
  text-decoration: none;
}

.secabout .secab_block1 p a:hover {
  color: #D044A6;
}

.secabout .secab_block2 {
  margin: 5rem 5rem;
}

.secabout .secab_block2 img {
  width: 100%;
  height: auto;
}

.secabout .secab_block3 {
  margin: 5rem 5rem;
}

.secabout .secab_block3 img {
  width: 100%;
  height: auto;
}

.secabout .secab_block4 {
  margin: 5rem 5rem;
  display: block;
  color: #FFFFFF;
}

.secabout .secab_block4 h1 {
  color: #512974;
  font-size: 4.5rem;
  line-height: 4.5rem;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "helveticaneue-bold";
}

.secabout .secab_block4 p {
  color: #2F2E35;
  font-size: 2rem;
}

/* about us responsive classes */
@media (max-width: 767px) {
  .secabout {
    padding: 12rem 0 5rem 0;
  }
  .secabout .secab_block1 {
    display: block;
    color: #FFFFFF;
    margin-top: 3rem;
  }
  .secabout .secab_block1 h2 {
    color: #512974;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block1 h1 {
    color: #BD138A;
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block1 p {
    font-size: 1.7rem;
  }
  .secabout .secab_block1 p span {
    color: #D044A6;
    font-weight: 600;
  }
  .secabout .secab_block2 {
    margin: 5rem 0;
  }
  .secabout .secab_block2 img {
    width: 100%;
    height: auto;
  }
  .secabout .secab_block3 {
    margin: 5rem 0;
  }
  .secabout .secab_block3 img {
    width: 100%;
    height: auto;
  }
  .secabout .secab_block4 {
    margin: 1rem 0;
    display: block;
    color: #FFFFFF;
  }
  .secabout .secab_block4 h1 {
    font-size: 3rem;
    line-height: 3.3rem;
  }
  .secabout .secab_block4 p {
    color: #2F2E35;
    font-size: 2rem;
  }
}


@media (max-width: 767px) {
  .navtop {
    display: none;
  }
   blockquote {
    padding: 3rem !important;
  }
  blockquote p {
    font-size: 2rem !important;
  }
  
}
/*# sourceMappingURL=main.css.map */


.main-heading {
    font-size: 4.5rem!important;
    font-weight: 700;
    line-height: 4.5rem!important;
}

p {
    font-size: 1.8rem!important;
}


.search-input {
    border: 1px #b4398f solid;
    width: 300px;
    max-width: 90%;
    padding: 15px;
    border-radius: 15px;
    margin: auto;
}
.search-input input {
    border: 0px;
    outline: 0px!important;
}

.btns {
    margin-top: 50px;
}

.btns button {
    width: 230px;
    margin-top: 15px;
}

.btn-main {
    background-color: #D044A6;
    color: #fff;
}

.btn-purple {
    background-color: #512974;
    color: #fff;
}

.curved-btn {
    border-top-left-radius: 50px;
    border-bottom-right-radius: 50px;
    font-weight: 800;
    font-size: 2rem;
    padding: 10px 20px;
}

.curved-btn:hover {
    background: white;
    color: black;
}

.btn-light.curved-btn:hover {
    background: #D044A6;
    border-color: transparent;
}



blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p {
  color: #000000;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 2.5rem !important;
    line-height: 3rem !important;
  font-weight: 700;
}

blockquote cite {
  display: none;
}

blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4d0322;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

.blockquote p {
  color: #000000;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 600;
  font-family: 'Poppins',sans-serif;
    font-size: 2.5rem !important;
    line-height: 3rem !important;
}

.blockquote cite {
  display: none;
}

.blockquote::before {
  color: #efefef;
  content: "\f10e";
  position: absolute;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: "Font Awesome 5 Free";
  font-size: 140px;
  font-weight: 900;
}

.blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #4d0322;
  margin-top: 20px;
  margin-bottom: 20px;
}
