@import url("https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/* ----- Active and Hover Links ----- */
/* ----- Active and Hover Links End ----- */
#sidebarCollapse {
  background: transparent;
}

#sidebarCollapse i {
  color: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  font-size: 35px;
}

.row-offcanvas {
  margin: 0;
}

.row-offcanvas .btn-primary {
  padding: 8px 12px;
  font-size: 16px;
  font-weight: bold;
  outline: none !important;
  background: #000 !important;
  border-radius: 0;
  border: 0 !important;
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.row-offcanvas .icon-bar {
  font-size: 28px;
}

.row-offcanvas.active .icon-bar::before {
  content: '\f106';
}

.accordion li {
  font-size: 16px;
  padding: 12px 10px;
}

.accordion li.active a {
  color: #EB4640;
  font-weight: bold;
}

.accordion li a {
  color: #000;
  font-weight: 500;
}

.accordion li a:hover {
  color: #EB4640;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .accordion li {
    font-size: 13px;
    padding: 10px 6px;
  }
}

@media screen and (min-width: 768px) {
  .row-offcanvasTitle {
    padding: 10px;
    border: 1px solid #ddd;
    margin: 0;
    font-size: 22px;
    font-weight: bold;
  }
  .accordion li:last-child {
    border: none;
  }
}

@media screen and (max-width: 767px) {
  .row-offcanvas .sidebar-offcanvas {
    border: 1px solid #000;
    display: none;
  }
  .row-offcanvas.active .sidebar-offcanvas {
    display: block;
  }
  .pageWrap {
    max-height: 250px;
    overflow-x: auto;
  }
  .accordion {
    padding: 3px 0;
  }
  .accordion li {
    padding: 10px !important;
  }
}

* {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

body {
  font-family: "Montserrat", sans-serif !important;
}

ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

ul li {
  list-style: none;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  p {
    font-size: 14px;
    line-height: 22px;
  }
}

.small_txt {
  font-size: 15px;
  line-height: 20px;
}

.bgGray {
  background: #ededed !important;
}

.mainHeader {
  padding: 15px 0;
  background: #fff;
  position: relative;
}

.mainHeader header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mainHeader header .logo a {
  display: block;
  position: absolute;
  z-index: 1;
  top: -12px;
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.mainHeader header .logo a img {
  width: 100%;
  max-width: 130px;
}

@media (max-width: 1199px) {
  .mainHeader header .logo a img {
    max-width: 115px;
  }
}

@media (max-width: 991px) {
  .mainHeader header .logo a {
    top: -17px;
  }
}

@media (max-width: 767px) {
  .mainHeader header .logo a {
    top: -13px;
  }
  .mainHeader header .logo a img {
    height: 100px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.mainHeader header .navbarLink ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.mainHeader header .navbarLink ul li {
  text-transform: initial;
  margin-left: 20px;
}

@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li {
    margin-left: 10px;
  }
}

.mainHeader header .navbarLink ul li .dropdown-toggle {
  padding: 3px;
}

.mainHeader header .navbarLink ul li .dropdown-toggle::after {
  display: none;
}

.mainHeader header .navbarLink ul li a {
  color: #000;
  font-size: 14px;
  padding: 10px 5px;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .mainHeader header .navbarLink ul li a {
    font-size: 13px;
    padding: 10px 12px 10px 12px;
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li a {
    color: #fff;
    font-size: 22px;
    padding: 10px 12px 10px 12px;
  }
}

.mainHeader header .navbarLink ul li.active a, .mainHeader header .navbarLink ul li:hover a {
  border-radius: 0;
  color: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.mainHeader header .navbarLink ul li > .dropdown-menu {
  background: #fff;
  padding: 0;
  margin: 0;
  min-width: 150px;
  border: 0;
  border-radius: 0;
  -webkit-transform: inherit !important;
          transform: inherit !important;
  top: 100% !important;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  overflow: hidden;
  padding-top: 15px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li {
  margin-left: 0;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li a {
  color: #000;
  padding: 10px;
  font-size: 16px;
  text-transform: capitalize;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover {
  background: #7A7A7A;
  border-radius: 0px;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.active > a, .mainHeader header .navbarLink ul li > .dropdown-menu li:hover > a {
  color: #fff !important;
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .subdropdown {
  left: 100%;
  top: 0 !important;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu li.submenu .dropdown-toggle {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    background: none;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li {
    text-align: center;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu li a {
    color: #fff;
    text-align: center;
    padding: 3px 5px;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu .subdropdown {
    left: 0 !important;
  }
}

.mainHeader header .navbarLink ul li:hover > .dropdown-menu > li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu > li {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 992px) {
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu, .mainHeader header .navbarLink ul li:focus > .dropdown-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out;
  }
  .mainHeader header .navbarLink ul li:hover > .dropdown-menu li, .mainHeader header .navbarLink ul li:focus > .dropdown-menu li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.mainHeader header .navbarLink ul li.openBottom li.submenu .dropdown-toggle {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown {
  left: 0 !important;
  top: 100% !important;
  position: relative;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li {
  padding-left: 20px;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li a {
  font-size: 13px;
  padding: 0;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover {
  background: none;
}

.mainHeader header .navbarLink ul li.openBottom .subdropdown li:hover a {
  color: #7A7A7A !important;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0 auto;
  }
  .mainHeader header .navbarLink ul li {
    margin-left: 0px;
    margin-bottom: 10px;
  }
  .mainHeader header .navbarLink ul li ul li {
    margin-bottom: 0px !important;
  }
  .mainHeader header .navbarLink ul li > .dropdown-menu {
    position: relative !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}

.mainHeader header .navbarLink.active {
  left: 0;
}

@media (max-width: 991px) {
  .mainHeader header .navbarLink {
    background: #000;
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    height: 100vh;
    z-index: 999;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    overflow-y: scroll;
    text-align: center;
    padding-top: 50px;
  }
  .mainHeader header .navbarLink .navbar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
  }
  .mainHeader header .navbarLink #dismiss .d-md-none {
    display: block !important;
  }
}

.mainHeader header .navbarLink #dismiss {
  width: 35px;
  height: 35px;
  line-height: 35px;
  background: #7a7a7a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 9999;
}

.paddbtm0 {
  padding-bottom: 0 !important;
}

.sectionPadding {
  padding: 75px 0px;
}

@media (max-width: 991px) {
  .sectionPadding {
    padding: 75px 0px;
  }
}

@media (max-width: 767px) {
  .sectionPadding {
    padding: 50px 0;
  }
}

.subSectionPadding {
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .subSectionPadding {
    padding: 50px 0px;
  }
}

@media (max-width: 767px) {
  .subSectionPadding {
    padding: 40px 0;
  }
}

.textcenter {
  text-align: center !important;
}

.font16 {
  font-size: 16px;
  line-height: 24px;
}

.font18 {
  font-size: 18px;
  line-height: 26px;
}

.btnSection .graybtn {
  background: #575757;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  border-radius: 50%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  margin: 0 auto;
  position: absolute;
  bottom: -18px;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.btnSection .graybtn img {
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}

.btnSection .graybtn:hover {
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.form-group {
  position: relative;
  margin-bottom: 15px;
}

.form-group .form-control {
  border-radius: 8px;
  border: inherit;
  background: rgba(255, 255, 255, 0.1);
  color: #9F9F9F !important;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
}

.form-group .form-control:focus {
  -webkit-box-shadow: inherit;
          box-shadow: inherit;
}

.form-group ::-webkit-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #9F9F9F !important;
}

.form-group :-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #9F9F9F !important;
}

.form-group ::-ms-input-placeholder {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #9F9F9F !important;
}

.form-group ::placeholder {
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  color: #9F9F9F !important;
}

.form-group select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: url(../images/dropdown_arrow.svg) no-repeat center right 20px rgba(255, 255, 255, 0.1) !important;
  background-size: 12px;
}

.select2-container .select2-choice {
  padding: .375rem .75rem;
}

.select2-container {
  position: relative;
}

.select2-container::after {
  content: '';
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/dropdown_arrow.svg) no-repeat;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
}

.select2dropdown.error {
  border-bottom: 1px solid #D8000C !important;
}

.sectionTitle {
  font-size: 50px;
  line-height: 60px;
  color: #000;
  font-weight: 700;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .sectionTitle {
    font-size: 38px;
  }
}

@media (max-width: 575px) {
  .sectionTitle {
    font-size: 30px;
    margin-bottom: 35px;
    line-height: 48px;
  }
}

.tagLine {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-bottom: 30px;
}

.whiteBtn {
  color: #fff;
  font-size: 16px;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 12px 18px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.whiteBtn:hover {
  background-color: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  color: #fff;
  border: 2px solid linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.blackBtn {
  color: #fff;
  font-size: 16px;
  background: #000;
  border-radius: 24px;
  border: 1px solid transparent;
  cursor: pointer;
  padding: 12px 18px;
  display: inline-block;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.blackBtn:hover {
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  color: #fff;
}

.info2, .success, .warning2, .failure, .validation2 {
  border: 1px solid;
  margin: 10px 0px;
  padding: 15px 10px 15px 50px;
  background-repeat: no-repeat;
  background-position: 10px center;
}

.info2 {
  color: #00529B;
  background-color: #BDE5F8;
  background-image: url(../../assets/images/info.png);
}

.success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
  margin-top: 0px;
  position: relative;
}

.success::before {
  content: "\f058";
  font-family: 'FontAwesome';
  left: 20px;
  position: absolute;
  font-size: 20px;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.warning2 {
  color: #9F6000;
  background-color: #FEEFB3;
  background-image: url(../../assets/images/warning.png);
}

.failure {
  color: #D8000C;
  background-color: #FFBABA;
  background-image: url(../../assets/images/error.png);
}

.hm_client #owl-example1, .hm_client .owl-carousel .owl-stage-outer {
  height: 110px !important;
}

input[type="text"].error, textarea.error, select.error, input[type="password"].error {
  border-bottom: 1px solid #D8000C !important;
}

label.error {
  color: #D8000C !important;
}

label.error {
  position: absolute;
  font-size: 12px !important;
  font-weight: 400 !important;
  top: 100%;
  left: 0;
}

#errormsg {
  width: 100%;
  display: block;
  text-align: right;
}

.alert-specialsuccess {
  color: #4f8a10;
  padding: 4px 0 3px 357px;
}

.alert-specialinfo {
  color: #3d8fd8;
  padding: 4px 0 3px 357px;
}

.uploadresume label.error {
  top: 100%;
}

.uploadresume .btn-file {
  position: relative;
  overflow: hidden;
  border: 0px solid #ced4da !important;
  border-radius: 0;
  border-left: 0;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: transparent;
  -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-weight: 500;
  border: none;
}

.uploadresume .btn-file span {
  color: #1F232B;
}

.uploadresume .btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.uploadresume input[readonly] {
  background-color: transparent !important;
  cursor: text !important;
}

.uploadresume .form-control {
  border-right: 0;
}

.uploadresume img {
  height: 25px;
}

.uploadresume #tempfile {
  border: none;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0px;
  text-align: center;
}

.uploadresume .input-group-btn {
  position: absolute;
  right: 0;
  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;
  margin: 0 auto;
  text-align: center;
  top: 0;
}

.uploadresume .career_btn {
  padding: 25px;
  background: #d0d0d0;
}

.uploadresume .career_btn img {
  padding-left: 20px;
}

.uploadresume .career_btn i {
  color: #000 !important;
  margin: 0 !important;
  position: relative !important;
}

.center {
  text-align: center;
}

.center i {
  color: #000;
}

.loginList a {
  padding: 0 !important;
}

.loginList ul.dropdown-menu li a {
  padding: 10px !important;
}

.loginList ul.dropdown-menu li.active a {
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.loginList ul.dropdown-menu li:hover a {
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.loginBtn a {
  border-radius: 20px;
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff !important;
  padding: 8px 25px !important;
  border-radius: 20px !important;
}

.loginBtn:hover a {
  background: #000 !important;
  color: #fff;
}

@media (max-width: 1199px) {
  .loginBtn a {
    padding: 8px 20px !important;
  }
}

.blackBg {
  min-height: 540px;
}

.blackBg .viewBtn {
  margin-top: 0 !important;
}

.blackBg .loginBtn {
  text-align: center;
  display: block;
  border: none;
  cursor: pointer;
  border-radius: 50px !important;
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff !important;
  padding: 12px 35px !important;
}

.blackBg .loginBtn:hover {
  background: #000 !important;
  color: #fff !important;
  border-radius: 50px !important;
}

.blackBg .loginBtn:focus {
  outline: none;
}

.blackBg .loginBtn.signIn {
  margin: 0 auto;
  margin-top: 30px !important;
}

.blackBg .btnRed:hover {
  background: #fff;
  color: #000;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
}

.blackBg .contactHeading {
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

.blackBg .contactHeading span {
  font-size: 55px;
  display: block;
  text-transform: capitalize;
}

.blackBg .formTitle {
  margin-top: 30px;
  padding-bottom: 20px;
}

.blackBg .contactForm {
  max-width: 430px;
  margin: 0 auto;
  margin-top: 30px;
}

.blackBg .contactForm .form-group {
  position: relative;
}

.blackBg .contactForm .form-group i {
  font-size: 22px;
  color: #707070;
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 10px;
}

.blackBg .contactForm .form-group .form-control {
  padding: 25px 40px;
  border: 1px solid #b9b9b9;
}

.blackBg .contactForm ::-webkit-input-placeholder {
  color: #9F9F9F !important;
}

.blackBg .contactForm :-ms-input-placeholder {
  color: #9F9F9F !important;
}

.blackBg .contactForm ::-ms-input-placeholder {
  color: #9F9F9F !important;
}

.blackBg .contactForm ::placeholder {
  color: #9F9F9F !important;
}

.blackBg .contactForm.accoutForm {
  max-width: 870px;
}

.blackBg .contactForm.accoutForm .form-check-label {
  font-size: 16px;
  margin-bottom: 0;
  color: #585858;
}

.blackBg .contactForm.accoutForm .form-group .form-control {
  padding: 5px 15px;
  min-height: 50px;
}

.blackBg .contactForm.accoutForm .btnBlock {
  margin-bottom: 20px;
}

.blackBg .forgotPasswod {
  text-align: center;
  margin-top: 20px;
}

.blackBg .forgotPasswod p {
  margin: 0;
  padding-bottom: 10px;
}

.blackBg .forgotPasswod span {
  color: #000;
  padding: 0 5px;
}

.blackBg .forgotPasswod a {
  font-size: 16px;
  color: #000;
}

.blackBg .signUp {
  text-align: center;
}

.blackBg .signUp p {
  font-size: 16px;
  color: #000;
  margin: 0;
}

.blackBg .signUp a {
  font-size: 16px;
  color: #000;
  font-weight: bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .blackBg {
    height: inherit;
    padding: 60px 0 60px 0;
  }
  .blackBg .contactHeading span {
    font-size: 34px;
  }
  .blackBg .contactForm {
    max-width: 100%;
  }
  .blackBg .contactForm.accoutForm {
    max-width: 100%;
  }
}

.myaccountpage {
  padding: 60px 0;
}

.myaccountpage .loginBtn {
  display: inline-block;
}

.myaccountpage .contactHeading {
  margin-bottom: 0px;
}

.myaccountpage .memberBtn {
  margin-top: 30px;
}

.myaccountpage .innercoursesfromtitle {
  font-size: 25px;
  color: #164842;
  line-height: 32px;
  font-weight: 600;
  padding-bottom: 20px;
}

.myaccountpage label {
  color: #000;
  font-size: 15px;
  font-weight: 400;
}

.myaccountpage .form-control {
  background: transparent;
  border: 1px solid #b9b9b9;
  color: #000;
  height: 50px;
}

.myaccountpage .form-group {
  margin-bottom: 25px;
}

.myaccountpage .font25 {
  font-size: 25px;
  line-height: 35px;
  color: #164842;
  font-weight: 500;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-top: 30px;
}

.myaccountpage textarea {
  resize: none !important;
  height: inherit !important;
}

.myaccountpage .innerSidebar {
  padding-top: 18%;
}

.myaccountpage .innerSidebar .pageWrap {
  border: none;
}

.myaccountpage .innerSidebar .accordion li {
  font-size: 16px;
  padding: 12px 10px;
}

.myaccountpage .innerSidebar .accordion li a {
  color: #000;
  font-weight: 500;
}

.myaccountpage .innerSidebar .accordion li:hover a {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.myaccountpage .innerSidebar .accordion li.active a {
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

@media (max-width: 991px) {
  .myaccountpage .innerSidebar {
    padding-top: 0;
  }
}

.homebanner .bannerImage img {
  width: 100%;
  height: 553px;
  -o-object-fit: cover;
     object-fit: cover;
}

.homebanner .bannerText {
  position: absolute;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.homebanner .bannerText p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.02em;
}

.homebanner .bannerText .heading {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.homebanner .bannerText .heading span {
  font-size: 40px;
  text-align: left;
  font-weight: 300;
  display: block;
}

.homebanner.innerbanner {
  position: relative;
}

.homebanner.innerbanner .bannerText {
  top: 100px;
}

.homebanner.innerbanner p {
  font-size: 60px;
  line-height: 60px;
  letter-spacing: -0.05em;
  color: #fff;
  font-weight: 600;
  margin-bottom: 15px;
}

.homebanner.innerbanner p span {
  font-size: 40px;
  text-align: left;
  font-weight: 300;
  display: block;
}

.homebanner.innerbanner .serviceDetailbannerText .heading {
  display: none;
}

@media (max-width: 767px) {
  .homebanner.innerbanner .serviceDetailbannerText {
    background: url(../images/servicesbanner.jpg) no-repeat;
    background-size: cover;
    background-position: center right;
    min-height: 150px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 0px 20px 0px;
  }
  .homebanner.innerbanner .serviceDetailbannerText .bannerText {
    top: inherit !important;
    bottom: 30px;
  }
  .homebanner.innerbanner .serviceDetailbannerText p {
    margin-bottom: 8px;
    font-size: 22px;
  }
  .homebanner.innerbanner .serviceDetailbannerText .bannerText {
    position: relative;
    top: inherit;
    bottom: inherit;
  }
  .homebanner.innerbanner .serviceDetailbannerText .bannerImage {
    display: none;
  }
  .homebanner.innerbanner .serviceDetailbannerText p {
    margin: 0px !important;
    font-size: 16px;
    line-height: 30px;
  }
  .homebanner.innerbanner .serviceDetailbannerText p.heading {
    display: block;
    font-size: 20px;
    line-height: 30px;
  }
}

.homebanner .slick-dots {
  bottom: 30px;
  max-height: 12px;
  position: relative;
}

.homebanner .slick-dots li {
  height: auto;
  width: auto;
}

.homebanner .slick-dots li button {
  font-size: 0px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  height: 10px;
  width: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.homebanner .slick-dots li button::before {
  display: none;
}

.homebanner .slick-dots li.slick-active button {
  background: #fff;
  width: 25px;
  border-radius: 20px;
}

@media (max-width: 991px) {
  .homebanner .slick-dots {
    margin-top: 10px;
  }
}

@media (max-width: 991px) {
  .homebanner .bannerBox {
    display: block !important;
  }
  .homebanner .bannerText {
    top: 100px;
  }
  .homebanner .bannerText p {
    margin-bottom: 15px;
  }
  .homebanner .bannerText .heading {
    font-size: 40px;
    line-height: 50px;
  }
  .homebanner .bannerText .heading span {
    font-size: 32px;
  }
  .homebanner.innerbanner p {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (max-width: 767px) {
  .homebanner .bannerImage img {
    height: 350px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText .heading {
    font-size: 35px;
    line-height: 45px;
  }
  .homebanner .bannerText .heading span {
    font-size: 26px;
  }
  .homebanner .bannerText p {
    font-size: 18px;
  }
  .homebanner .whiteBtn {
    font-size: 14px;
    padding: 8px 18px;
  }
  .homebanner.innerbanner .bannerImage img {
    height: 190px;
  }
}

@media (max-width: 575px) {
  .homebanner .bannerImage img {
    height: 500px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .homebanner .bannerText {
    top: 75px;
  }
  .homebanner .bannerText .heading {
    font-size: 24px;
    line-height: 35px;
  }
  .homebanner .bannerText .heading span {
    font-size: 20px;
  }
  .homebanner .homebanner .bannerText p {
    font-size: 16px;
  }
}

.aboutSection {
  position: relative;
}

.aboutSection .container {
  position: relative;
  z-index: 1;
}

.aboutSection .aboutText {
  max-width: 570px;
  margin-left: 8%;
}

.aboutSection::before {
  content: '';
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  width: 20%;
  display: block;
  height: 70%;
  position: absolute;
  left: 8%;
  top: -10%;
  max-height: 500px;
}

.aboutSection.details::before {
  width: 24%;
  top: 0px;
}

@media (max-width: 1199px) {
  .aboutSection::before {
    top: -8%;
  }
}

@media (max-width: 991px) {
  .aboutSection::before {
    width: 24%;
    top: 0;
    left: inherit;
    height: 41%;
  }
  .aboutSection .sectionTitle {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .aboutSection::before {
    height: 31%;
    width: 32%;
  }
}

@media (max-width: 575px) {
  .aboutSection::before {
    height: 24%;
    width: 42%;
  }
}

.serviceSection {
  position: relative;
}

.serviceSection .container {
  position: relative;
  z-index: 1;
}

.serviceSection::before {
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#d7b56d), to(#fff));
  background: linear-gradient(to bottom, #d7b56d 0%, #fff 100%);
  height: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  width: 60%;
}

.serviceSection .max300 {
  max-width: 300px;
}

.serviceSection::before {
  width: 55%;
}

@media (max-width: 767px) {
  .serviceSection::before {
    width: 30%;
  }
}

@media (max-width: 575px) {
  .serviceSection::before {
    width: 30%;
  }
}

.serviceListing {
  margin-left: 8%;
}

.serviceListing ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.serviceListing ul li {
  list-style: none;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.serviceListing ul li .serviceBox {
  border-radius: 20px;
  overflow: hidden;
  margin: 0 15px;
  position: relative;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  display: inline-block;
  cursor: pointer;
}

.serviceListing ul li .serviceBox .serviceText {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(190, 190, 190, 0)), to(#000));
  background: linear-gradient(rgba(190, 190, 190, 0) 0%, #000 100%);
  height: 0;
  min-height: 80px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

.serviceListing ul li .serviceBox .serviceText p {
  text-align: center;
  max-width: 80%;
  margin: 0 auto;
  padding: 10px 0px;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
  text-transform: initial;
}

.serviceListing ul li .serviceBox:hover .serviceText {
  height: 100%;
}

.serviceListing.servicesdetails ul li .serviceBox {
  background: #fff;
  padding: 68px 15px 30px 15px;
  position: relative;
  width: 100%;
}

.serviceListing.servicesdetails ul li .serviceBox::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 2px;
  opacity: 0;
  background: #232323;
  -webkit-transition: 350ms ease-in;
  transition: 350ms ease-in;
}

.serviceListing.servicesdetails ul li .serviceBox:hover {
  color: #fff;
}

.serviceListing.servicesdetails ul li .serviceBox:hover .servicescontent p, .serviceListing.servicesdetails ul li .serviceBox:hover .servicescontent .link, .serviceListing.servicesdetails ul li .serviceBox:hover .servicescontent .tagLine {
  color: #fff;
}

.serviceListing.servicesdetails ul li .serviceBox:hover::after {
  opacity: 1;
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
  height: 100%;
}

.serviceListing.servicesdetails ul li .serviceBox .servicescontent {
  position: relative;
  z-index: 2;
  display: block;
}

.serviceListing.servicesdetails ul li .serviceBox .servicescontent .tagLine {
  min-height: 60px;
  color: #000;
}

.serviceListing.servicesdetails ul li .serviceBox .servicescontent .link {
  color: #000;
  font-weight: bold;
  display: inline-block;
}

.serviceListing.servicesdetails ul li .serviceBox .servicescontent p {
  color: #000;
}

@media (max-width: 1199px) {
  .serviceListing.servicesdetails ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 991px) {
  .serviceListing.servicesdetails ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .serviceListing.servicesdetails ul li .serviceBox {
    padding: 30px 15px;
  }
  .serviceListing.servicesdetails ul li .serviceBox .servicescontent .tagLine {
    margin-bottom: 15px;
  }
}

@media (max-width: 575px) {
  .serviceListing.servicesdetails ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .serviceListing.servicesdetails ul li .serviceBox .servicescontent .tagLine {
    min-height: auto;
  }
  .serviceListing.servicesdetails ul li .serviceBox {
    margin: 0;
  }
}

@media (min-width: 540px) and (max-width: 575px) {
  .serviceListing.servicesdetails {
    margin-left: 0;
  }
  .serviceListing.servicesdetails ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .serviceListing.servicesdetails ul li .serviceBox {
    margin: 0 15px;
  }
}

@media (max-width: 1199px) {
  .serviceListing {
    margin-left: 0px;
  }
  .serviceListing ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .serviceListing ul li .serviceBox .serviceText p {
    max-width: 88%;
  }
}

@media (max-width: 991px) {
  .serviceListing ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}

@media (max-width: 767px) {
  .serviceListing {
    margin-left: 0px;
    text-align: center;
  }
  .serviceListing .max300 {
    max-width: 100%;
  }
  .serviceListing ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 575px) {
  .serviceListing ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
  }
  .serviceListing ul li .serviceBox {
    margin: 0;
  }
}

@media (min-width: 540px) and (max-width: 575px) {
  .serviceListing {
    margin-left: 0;
  }
  .serviceListing ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .serviceListing ul li .serviceBox {
    margin: 0 15px;
  }
}

.serviceDetailPage {
  max-width: 1366px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .serviceDetailPage .aboutText {
    display: none;
  }
  .serviceDetailPage::before {
    display: none;
  }
}

@media (max-width: 991px) {
  .serviceDetailPage {
    padding-top: 0px;
  }
  .serviceDetailPage::before {
    display: none;
  }
  .serviceDetailPage .aboutText {
    padding: 80px 0px 50px 0px;
    position: relative;
    margin-bottom: 30px;
    margin-left: 0px;
    padding-left: 8%;
    max-width: 100%;
  }
  .serviceDetailPage .aboutText::before {
    content: '';
    background: #D7B56D;
    width: 30%;
    top: 0px;
    display: block;
    height: 100%;
    position: absolute;
    left: -9%;
  }
  .serviceDetailPage .aboutText .sectionTitle {
    margin: 0px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .serviceDetailPage {
    padding: 50px 0;
  }
}

.pagenation {
  margin-top: 50px;
}

.pagenation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
}

.pagenation ul li {
  padding: 0px 3px;
  font-size: 16px;
}

.pagenation ul li a {
  display: block;
  width: 30px;
  height: 30px;
  background: #fff;
  line-height: 16px;
  border: #ddd solid 2px;
  text-align: center;
  padding: 7px 5px;
}

.pagenation ul li:hover a, .pagenation ul li.active a {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}

.pagenation ul li:first-child a, .pagenation ul li:last-child a {
  padding-top: 5px;
}

.newsListingPage .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.newsHomeListing .col-lg-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .newsBlockDetail .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .newsBlockDetail .leftbg {
    margin-bottom: 50px;
  }
}

.newsSection .news_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.newsSection .font16 {
  color: #9F9F9F;
  margin-bottom: 20px;
  font-weight: bold;
}

.newsSection .font18 {
  font-weight: 500;
  color: #000;
  margin-bottom: 0;
}

.newsSection .newsbox {
  position: relative;
  width: 100%;
  border-radius: 20px;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 35px 20px 56px 20px;
}

.newsSection .newsbox::before {
  content: "";
  position: absolute;
  top: 0;
  background: #D7B56D;
  height: 6%;
  width: 100%;
  left: 0;
  border-radius: 20px 20px 0 0;
}

.newsSection.newsarea .newsbox {
  margin-bottom: 50px;
  position: relative;
}

.newsSection.newsarea .newsbox::before {
  content: "";
  position: absolute;
  top: 0;
  background: #D7B56D;
  height: 6%;
  width: 100%;
  left: 0;
  border-radius: 20px 20px 0 0;
}

@media (max-width: 767px) {
  .newsSection .newsbox {
    margin-bottom: 45px;
  }
}

.leftbg {
  position: relative;
}

.leftbg::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #D7B56D;
  width: 100%;
  height: 93%;
}

@media (max-width: 991px) {
  .leftbg::before {
    height: 100%;
  }
}

.newsDetails {
  padding: 0px 20px;
  position: relative;
  z-index: 2;
}

.newsDetails span {
  font-size: 40px;
  line-height: 46px;
  font-weight: 900;
  color: #000;
}

.newsDetails .dateandtime {
  padding: 35px 20px 10px 0px;
  position: relative;
  border-bottom: 1px solid #E4CFA3;
}

.newsDetails .dateandtime .font14 {
  font-size: 14px;
  line-height: 21px;
  color: #000;
  font-weight: bold;
}

.newsDetails .dateandtime a {
  color: #000;
}

@media (max-width: 991px) {
  .newsDetails span {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .newsDetails span {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .newsDetails span {
    font-size: 28px;
  }
}

.request_call {
  background: #E6E6E6;
  padding-top: 16%;
  padding-bottom: 100px;
  margin-top: -16%;
}

.request_call .formbg {
  background: #242021;
  max-width: 970px;
  margin: 0 auto;
  padding: 70px 100px 70px 100px;
  border-radius: 20px;
  -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
          box-shadow: 0 15px 40px rgba(0, 0, 0, 0.16);
}

.request_call .formbg .col-lg-6, .request_call .formbg .col-lg-12 {
  padding: 0px 8px;
}

.request_call .formbg .select2-container .select2-choice {
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 8px;
}

.request_call .blackBtn {
  margin-top: 30px;
  font-size: 16px;
  line-height: 22px;
  border: none;
  background: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
  color: #242021;
  border-radius: 50px;
  padding: 12px 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.request_call .blackBtn:hover {
  background: #000;
  color: #fff;
}

.request_call .selectservice {
  width: 100%;
}

@media (max-width: 991px) {
  .request_call .formbg {
    padding: 50px 50px;
  }
}

@media (max-width: 767px) {
  .request_call {
    margin-top: -6%;
  }
  .request_call .formbg {
    padding: 45px;
  }
}

@media (max-width: 575px) {
  .request_call .formbg {
    padding: 18px;
  }
}

.footer {
  background: #0d1820;
}

.footer a {
  color: #fff;
}

.footer a:hover {
  color: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.footer .footer_logo {
  background: #fff;
  padding: 10px;
  display: inline-block;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}

.footer .footer_logo img {
  width: 100%;
  max-width: 112px;
}

.footer .footer_flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .footer_left .socialmedia {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.footer .footer_left .socialmedia li {
  margin-right: 30px;
  list-style: none;
}

.footer .footer_left .socialmedia li:last-child {
  margin-right: 0;
}

.footer .footer_left .socialmedia i {
  font-size: 22px;
}

.footer .footer_right {
  padding-top: 55px;
}

.footer .footer_right .font16 {
  font-weight: 500;
  color: #fff;
}

.footer .footer_right .footer_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.footer .footer_right .footer_link li {
  margin-right: 40px;
  list-style: none;
  -webkit-transition: 0.5s ease-in-out all;
  transition: 0.5s ease-in-out all;
}

.footer .footer_right .footer_link li:last-child {
  margin-right: 0px;
}

.footer .footer_right .footer_link li:hover a, .footer .footer_right .footer_link li.active a {
  color: linear-gradient(50.48deg, #15d09a -2.06%, #10c317 93.55%);
}

.footer .footer_right .contact_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .footer_right .contact_info p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .footer_right .contact_info .contact_num::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../images/phone.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.footer .footer_right .contact_info .mail_info::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../images/send.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.footer .footer_bottom {
  padding: 15px 0px;
}

.footer .footer_bottom p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .footer .footer_bottom p {
    font-size: 11px;
  }
}

@media (max-width: 991px) {
  .footer {
    text-align: center;
  }
  .footer .footer_flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .footer_left {
    text-align: center;
    margin: 0 auto;
  }
  .footer .footer_right {
    padding-top: 25px;
    margin: 0 auto;
  }
  .footer .footer_right .contact_info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_right .footer_link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_right .footer_link li {
    margin-bottom: 15px;
    margin-right: 0px;
  }
  .footer .footer_right .footer_link li:last-child {
    margin-bottom: 0;
  }
  .footer .footer_right .contact_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer_bottom {
    padding-top: 20px;
  }
  .footer .footer_left .socialmedia {
    margin-top: 41px;
  }
}

.relatedservice {
  position: relative;
  min-height: 328px;
  background: #E6E6E6;
  height: 60%;
}

.relatedservice::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  background: #fff;
  bottom: 0;
  z-index: 1;
}

.relatedservice .sectionTitle {
  text-align: center;
}

.relatedlist {
  border-radius: 20px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.16);
  background: #fff;
  z-index: 11;
  position: relative;
}

.relatedlist ul {
  list-style: none;
  padding: 30px 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.relatedlist ul li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3%;
          flex: 0 0 33.3%;
  max-width: 33.3%;
  padding-right: 10px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  list-style: none;
}

.relatedlist ul li a {
  color: #575757;
}

.relatedlist ul li:hover a {
  color: #D7B56D;
}

.relatedlist ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #9E9E9E;
}

@media (max-width: 991px) {
  .relatedlist ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 767px) {
  .relatedlist ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0px;
  }
}

.font30 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 500;
  padding-bottom: 70px;
}

@media (max-width: 991px) {
  .font30 {
    padding-bottom: 30px;
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .font30 {
    font-size: 24px;
  }
}

.contactus .leftbg::before {
  height: 100%;
}

.contactus .address {
  padding-bottom: 50px;
}

.contactus .address h4 {
  padding-bottom: 0px;
  color: #000;
  font-weight: bold;
}

.contactus .address a {
  color: #000;
  font-weight: 500;
}

.contactus .address a:hover {
  color: #575757;
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

.contactus .address p {
  margin-bottom: 0px;
  padding: 14px 0px;
  font-weight: 600;
}

.contactus .contact_info {
  padding-left: 0px;
}

.contactus .contact_info p a {
  color: #000;
  font-weight: 500;
}

.contactus .contact_info p a:hover {
  color: #575757;
  -webkit-transition: 250ms ease-in;
  transition: 250ms ease-in;
}

.contactus .contact_info .contact_num::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../images/blackcall.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

.contactus .contact_info .mail_info::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  background: url(../images/placksend.png) no-repeat;
  background-size: cover;
  width: 20px;
  height: 20px;
}

@media (max-width: 575px) {
  .contactus {
    overflow-x: hidden;
  }
  .contactus .leftbg::before {
    left: -15px;
    width: 115%;
  }
  .contactus .contact_info p {
    font-size: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .contactus .contact_info p::before {
    margin-right: 18px !important;
  }
  .contactus .address p {
    font-size: 16px;
    line-height: 25px;
  }
}

.contacts .contact_form .form-group .form-control {
  border-radius: 8px;
  color: #9F9F9F;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
          box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.11);
}

.contacts .contact_form .blackBtn {
  padding: 13px 45px;
  margin-top: 20px;
}

#toTop {
  width: 40px;
  height: 40px;
  border: 1px solid #D7B56D;
  background: #D7B56D;
  text-align: center;
  padding-top: 0;
  position: fixed;
  bottom: 10px;
  right: 12px;
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  line-height: 35px;
  z-index: 555;
}

.privcySection .tagLine {
  margin-bottom: 15px;
  margin-top: 50px;
  line-height: 28px;
}

.privcySection .tagLine.mgm0 {
  margin-top: 0px;
}

.privcySection .marbtm20 {
  margin-bottom: 20px;
}

.form-check label.error {
  top: 100%;
  left: 0;
}

.roboto {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.roboto .pull-left {
  margin-bottom: 0px;
  margin-left: 10px;
}

.roboto .pull-left img {
  border-radius: 8px;
  overflow: hidden;
}

.roboto .error {
  top: 100%;
}

.accoutForm .select2-container .select2-choice {
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.servicesDetailContent p:last-child {
  margin-bottom: 0px;
}

.servicesDetailContent ul {
  margin-bottom: 20px;
}

.servicesDetailContent ul li {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.servicesDetailContent ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #9E9E9E;
}

@media (max-width: 767px) {
  .servicesDetailContent ul li {
    font-size: 14px;
    line-height: 22px;
  }
}

.newsDetailsPage .font30 {
  padding-bottom: 30px;
}

.newsDetailsPage ul {
  margin-bottom: 20px;
}

.newsDetailsPage ul li {
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  position: relative;
  padding-left: 20px;
  margin-bottom: 5px;
}

.newsDetailsPage ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #9E9E9E;
}

@media (max-width: 767px) {
  .newsDetailsPage ul li {
    font-size: 14px;
    line-height: 22px;
  }
}

.thank_you {
  padding-bottom: 100px;
}

.thank_you .sectionTitle {
  margin-bottom: 20px;
}

.thank_you p {
  font-size: 20px;
  font-weight: 400;
  color: #000;
}

@media (max-width: 1199px) {
  .thank_you .sectionTitle {
    font-size: 35px;
  }
}

@media (max-width: 991px) {
  .thank_you .sectionTitle {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .thank_you .sectionTitle {
    font-size: 30px;
  }
}

@media (max-width: 575px) {
  .thank_you .sectionTitle {
    font-size: 20px;
    line-height: 35px;
  }
  .thank_you p {
    font-size: 15px;
  }
}

.innerbanner .bannerImage.thankyou_img img {
  height: 260px !important;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 991px) {
  .aboutSection.details.thankyou_page::before {
    height: 70%;
  }
}

#inquiryPopup {
  padding-right: 0;
}

#inquiryPopup .modal-dialog {
  max-width: 760px;
}

#inquiryPopup .modal-content {
  border: 0;
  background: #fff;
  padding: 30px 20px;
}

#inquiryPopup .modal-content .form-control {
  background: transparent;
  padding: 25px 15px;
  border: 1px solid rgba(206, 212, 218, 0.5);
  color: #fff;
}

#inquiryPopup .modal-header {
  color: #000;
  border-radius: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 10px;
  border: 0px;
  display: block;
}

#inquiryPopup .modal-header .sectionTitle {
  margin-bottom: 15px;
  font-size: 30px;
  line-height: 30px;
}

#inquiryPopup .modal-header p {
  color: #949494;
  margin: 0 auto;
  text-align: center;
  font-size: 15px;
}

#inquiryPopup .modal-header .close {
  color: #fff;
  opacity: 1;
  position: relative;
  margin: 0px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 30px;
}

#inquiryPopup .modal-header .close span {
  display: block;
  background: #000;
  height: 2px;
  width: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
}

#inquiryPopup .modal-header .close span:first-child {
  top: 45%;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#inquiryPopup .modal-header .close span:nth-child(2) {
  bottom: 50%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

#inquiryPopup .modal-body {
  padding: 0px 20px;
}

@media (max-width: 767px) {
  #inquiryPopup .modal-dialog {
    max-width: 570px;
  }
  #inquiryPopup .modal-header .sectionTitle {
    font-size: 25px;
  }
}

@media (max-width: 575px) {
  #inquiryPopup .modal-body {
    padding: 30px 10px;
  }
  #inquiryPopup .modal-header .close {
    right: 0px;
    top: 10px;
  }
}
/*# sourceMappingURL=style.css.map */