@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;0,800;0,900;1,400;1,500;1,600;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0px;
  padding: 0px;
  outline: none;
}
ul {
  list-style: none;
}
a {
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
img {
  border: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
b,
strong,
ul,
li,
span,
ol {
  margin: 0px;
  padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins", sans-serif;
}

body {
  font-size: 15px;
  color: #000;
  font-family: "Poppins", sans-serif;
  /* font-family: 'Work Sans', sans-serif; */
  box-sizing: border-box;
  overflow-x: hidden;
}
.mt20 {
  margin-top: 20px;
}
.align-center {
  align-items: center;
}
.pt0 {
  padding-top: 0px !important;
}
/** **************** **/
html {
  scroll-behvior: smooth;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
}
::-webkit-scrollbar:vertical {
  width: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  border: none;
  background-color: #7c797a;
}
::-webkit-scrollbar:horizontal {
  height: 7px;
}
::-webkit-scrollbar-track {
  background-color: rgba(239, 239, 239, 0.5);
}
/** **************** **/
.fixed-top {
  position: relative;
  display: block;
  top: 0px;
  padding: 10px 0;
  background: #fff;
  /*padding: 4px 0 2px;*/
  /*box-shadow:0 2px 2px 0 rgb(0 0 0 / 15%);*/
  /* box-shadow:0px 0px 12px rgb(0 0 0 / 30%); */
}
.header-scrolled .logo {
  margin-top: -10px;
  transition: all.5s ease;
}
.header-scrolled .scrollto img {
  width: 162px;
  height: auto;
  transition: all.5s ease;
  margin-top: 11px;
}
.header-scrolled .main-nav > ul {
  margin: 5px 0 0 0;
}
.logo {
  position: relative;
  transition: all.5s ease;
  /*box-shadow: 0 2px 2px 0 rgb(0 0 0 / 15%);*/
}
.header-scrolled {
  position: fixed;
  padding: 7px 0 8px;
  box-shadow: 0 8px 20px 0 rgb(0 0 0 / 5%);
}
.scrollto img {
  width: 200px;
  height: auto;
  transition: all.5s ease;
}
.main-nav {
  float: right;
  transition: all.3s ease-in-out;
}
.main-nav > ul {
  margin: 10px 0 0 0;
  display: flex;
}
.main-nav > ul > li {
  position: relative;
  white-space: nowrap;
  float: left;
}
.main-nav a {
  color: #000;
  font-weight: 500;
  letter-spacing: 0.25px;
  position: relative;
  display: inline-block;
  font-size: 16px;
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
}
/*.main-nav ul li:after {
    position: absolute;
    bottom:0;
    left: 0;
	right:0;
	margin:0 auto;
    width: 90%;
    height: 2px;
    content: '';
    background-color: #d90d80;
    opacity: 0;
    transition: all 200ms linear;
}
.main-nav ul li:hover:after {
	bottom: 0px;
	opacity: 1;
}*/
.main-nav .drop-down ul li:after {
  display: none;
}
.main-nav li:last-child {
  /*border-right:0px;*/
}
.main-nav a:hover,
.main-nav .active > a,
.main-nav li:hover > a {
  color: #373435;
  text-decoration: none;
}
.main-nav .drop-down ul {
  display: block;
  position: absolute;
  left: 0px;
  top: calc(100% + 30px);
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  transition: ease all 0.3s;
  padding: 10px;
  background-color: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px 0px rgb(0 0 0 / 10%);
  border: none;
  /* border-radius: 3px; */
}
.main-nav .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}
.main-nav .drop-down li {
  min-width: 220px;
  position: relative;
}
.main-nav .drop-down ul li {
  border-bottom: 1px solid #f4f4f7;
  margin-top: 0px;
}
.main-nav .drop-down ul li:last-child {
  border-bottom: 0px;
}
.main-nav .drop-down .drop-down > a {
  padding-right: 35px;
}
.main-nav .drop-down ul li a {
  padding: 6px 5px;
  color: #000;
  border-radius: 2px;
  font-weight: 500;
  transition: all 200ms linear;
  font-size: 15px;
  letter-spacing: 0.25px;
  text-transform: capitalize;
  width: 100%;
}
.main-nav .drop-down ul li a span {
  color: #da1214;
}
.main-nav .drop-down ul li a:hover span {
  color: #fff;
}
.main-nav .drop-down ul li a span img {
  width: 20px;
}
.main-nav .drop-down ul a:hover,
.main-nav .drop-down ul .active > a,
.main-nav .drop-down ul li:hover > a {
  color: #fff;
  background-color: #da1214;
}
.main-nav .drop-down > a:after {
  content: "\f107";
  font-family: FontAwesome;
  padding-left: 5px;
  font-size: 16px;
}
.main-nav .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 10px);
}
.main-nav .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.main-nav .drop-down .drop-down > a:after {
  content: "\f105";
  position: absolute;
  right: 15px;
}
/*******************/
.call_tp {
  background: #373434;
  border-radius: 50px;
  padding: 5px 18px 5px 12px;
  margin-left: 15px;
  height: 42px;
  display: flex;
}
.call_tp img {
  margin-right: 8px;
  width: 22px;
  height: 22px;
  margin-top: 4px;
}
.call_tp a {
  color: #fff;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
  display: block;
  line-height: 15px;
  padding: 0px;
}
.call_tp:hover a {
  color: #fff !important;
}
.call_tp a span {
  font-weight: 400;
}
.get_start {
  background: #fff;
  border: 1px solid #d81111;
  padding: 12px 20px 12px 20px;
}
.get_start:hover {
  background: #d81111;
}
.get_start a {
  color: #d81111;
}
.get_start:hover a {
  color: #fff !important;
}
/*******************/
.mega_wdth {
  width: 50%;
  display: inline-block;
}
.mega_wdth span {
  font-weight: 600;
  display: block;
  letter-spacing: 0.5px;
  font-size: 16px;
  color: #333;
  padding-bottom: 10px;
  padding-left: 6px;
}
/*******************/
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: #416b9d;
  transition: 0.4s;
}
.mobile-nav a {
  display: block;
  color: #fff;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 1px;
  text-transform: uppercase;
  position: relative;
}
.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #db1111;
  text-decoration: none;
}
.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}
.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}
.mobile-nav .drop-down > a {
  padding-right: 35px;
}
.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down li {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}
.mobile-nav-toggle i {
  margin: 0px 0px 0 0;
  color: #004289;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}
/** **************** **/

#slider {
  margin-right: 0;
  margin-left: 0;
}
.carousel-caption {
  top: 45%;
  left: 7%;
  right: 100%;
  bottom: 0;
  opacity: 0;
  transition: all 800ms linear;
  text-align: left;
  padding: 0px;
  width: 700px;
  transform: translate(0%, -50%);
}
.carousel-item.active .carousel-caption {
  opacity: 1;
  /*right: 13%;*/
  /*transform: translate(0%,-50%);*/
}
.carousel-caption h2 {
  padding-bottom: 10px;
  font-size: 33px;
  font-weight: 300;
  text-shadow: 0 1px 2px #00000029;
}
.carousel-caption h2 span {
  font-size: 42px;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
.carousel-caption h2 span img {
  width: 45px;
  position: relative;
  top: -5px;
}
.carousel-caption p {
  padding-bottom: 10px;
  letter-spacing: 0.4px;
  line-height: 28px;
  text-shadow: 0 1px 2px #00000029;
}
.carousel-caption .btn.btn-secondary {
  background-color: #fff;
  background-image: none;
  border-color: transparent;
  color: #da1214;
  margin-top: 15px;
}
.carousel-caption .btn {
  background: #fff;
  border: 2px solid #0058a5;
  color: #0058a5;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  padding: 0.875em 1.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 0px;
}
.carousel-caption .btn.btn-secondary:hover,
.btn-secondary:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #fff;
  color: #fff;
  padding-left: 1.125em;
  padding-right: 2.375em;
}
.carousel-caption .btn:hover:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  -ms-opacity: 1;
  opacity: 1;
  right: 0.9375em;
  width: auto;
  color: #da1214;
}
.carousel-caption .btn:after {
  bottom: 0;
  content: "\f054";
  font: normal normal normal 13px/1 FontAwesome;
  font-size: 0.8125em;
  height: 0.9375em;
  margin: auto 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 1.875em;
  top: 0;
  transition: right 0.2s ease;
}
/*.carousel-caption img{
	filter: brightness(0.9);
}
.carousel-caption p{
	font-family: "Roboto", sans-serif;
    color: #fff;
    margin-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 3.9px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption h5{
	font-size: 45px;
	font-family: "Roboto", sans-serif;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 35px;
    word-wrap: break-word;
    text-shadow: 2px 2px 7px #00000059;
}
.carousel-caption a{
	background: #ec3338;
    padding: 8px 25px;
    border-radius: 50px;
    font-weight: 500;
    transition: all .5s ease-out !important;
    color: #fff;
    border: 2px solid transparent;
    margin-top: 10px;
    box-shadow: 0 20px 40px rgb(0 0 0 / 40%);
}
.carousel-caption a:hover {
    border: 2px solid #ec3338 !important;
    color: #ec3338 !important;
    background: #fff !important;
}*/
/**/
#carousel {
  overflow: hidden;
}
#carousel .carousel-control {
  background: none;
  top: 45%;
  font-size: 30px;
  text-align: center;
  width: 40px;
  height: 40px;
  opacity: 1;
  position: absolute;
}
#carousel .carousel-control-right {
  right: 4%;
}
#carousel .carousel-control-left {
  left: 0;
}
#carousel .carousel-control-right span {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel .carousel-control-left span {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  visibility: hidden;
  transition: transform 0.5s ease;
  opacity: 0;
}
#carousel:hover .carousel-control-right span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel:hover .carousel-control-left span {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  visibility: visible;
  opacity: 1;
}
#carousel .carousel-control span {
  color: #fff;
  background-color: rgb(218 18 18 / 36%);
  height: 45px;
  width: 45px;
  z-index: 121;
  line-height: 45px;
  text-align: center;
  position: absolute;
}
#carousel .carousel-control span:hover {
  background-color: #1e1e1e;
}
#carousel .carousel-item .caption {
  background-color: rgb(0 0 0 / 20%);
  padding: 40px;
  animation-duration: 1s;
  animation-delay: 1s;
}
#carousel .carousel-item:after {
  content: "";
  position: absolute;
  background: #0000002e;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.carousel-indicators {
  left: 50%;
  transform: translate(-50%, -50%);
  bottom: 30px;
  right: auto;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
}
.carousel-indicators li {
  height: 4px;
  background-color: rgb(255 255 255 / 30%);
}
.carousel-indicators .active {
  background-color: rgb(236 51 56 / 90%);
}
/** **************** **/
.hm-service {
  background: #f1f2f2;
  padding: 40px 0;
}
.hm-service-dtl h4 {
  text-align: center;
  font-size: 16px;
  background: #fff;
  padding: 15px 0;
  box-shadow: 1px 4px 6px rgb(0 0 0 / 10%);
}
.hm-service-dtl h4 a {
  color: #000;
}
.hm-service .carousel-wrap {
  padding: 0px 30px;
}
.hm-service .owl-item.center .item .hm-service-dtl h4 {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #da1214;
}
.hm-service .owl-item.center .item .hm-service-dtl h4 a {
  color: #da1214;
}
.hm-service .owl-item.center .item {
  position: relative;
}
.hm-service .owl-nav {
  font-size: 25px;
}
.hm-service .owl-nav .fa-angle-left {
  left: -15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
}
.hm-service .owl-nav .fa-angle-right {
  right: -30px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transform: -webkit-translate(-50%, -50%);
}
/** **************** **/
.hm-tetimonial {
  padding: 60px 0;
}
.hm-tetimonial-active {
  position: relative;
  top: 60px;
  z-index: 9;
}
.hm-tetimonial-heading {
  position: relative;
  padding-top: 30px;
}
.hm-tetimonial-heading .tetimonial-circle {
  position: absolute;
  bottom: -0%;
  left: -30%;
  z-index: -1;
}
.hm-tetimonial-heading h5 {
  font-weight: 400;
  font-size: 17px;
}
.hm-tetimonial-heading h3 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 15px;
}
.hm-tetimonial-heading p {
  line-height: 24px;
  letter-spacing: 0.3px;
  font-weight: 400;
  font-size: 14px;
}
.hm-tetimonial .owl-carousel .owl-stage-outer {
  padding-top: 0px;
  padding-bottom: 85px;
}
.carousel-wrap .main-testimonial {
  padding: 20px 0;
}
.hm-tetimonial-logo img {
  /*padding: 0 10px 10px 10px;*/
  width: 53px !important;
  position: relative;
  top: -7px;
  left: 5px;
}
.hm-tetimonial-logo h4 {
  font-size: 22px;
  color: #da1212;
}
.hm-tetimonial-logo h5 {
  font-weight: 300;
  font-size: 12px;
  margin-top: 5px;
}
.hm-tetimonial-dtl {
  padding: 30px 20px;
  box-shadow: 0 3px 15px rgb(0 0 0 / 15%);
  background: #fff;
  border-radius: 5px;
  margin-top: 15px;
}
.hm-tetimonial-dtl p {
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 15px;
  line-height: 26px;
}
.hm-tetimonial-dtl h6 {
  color: #da1214;
}
.hm-tetimonial .carousel-wrap {
  position: relative;
}
.tetimonial-doted {
  position: absolute;
  bottom: 16px;
  left: -60px;
  opacity: 0.6;
  z-index: -1;
}
/** **************** **/
.hm-cleint-form {
  background: #f1f2f2;
  padding: 60px 0 0;
  position: relative;
  margin-bottom: -120px;
}
.hm-cleint-head h3 {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 22px;
}
.application_lst ul li {
  float: left;
  padding: 10px 6px;
  width: 33%;
  height: 100%;
}
.application_lst ul li img {
  margin: 0 auto;
  display: table;
  transition: 0.5s;
  padding: 10px 5px;
  margin-bottom: 5px;
}
.application_icon h6 {
  text-align: center;
  font-size: 12px;
  height: 28px;
  font-weight: 500;
  letter-spacing: 0.25px;
  color: #000;
}
.application_lst ul li:hover img {
  -webkit-transform: translate(0px, 5px);
  transform: translate(0px, 5px);
}
.application_lst ul li:nth-child(1),
.application_lst ul li:nth-child(2),
.application_lst ul li:nth-child(3) {
  border-bottom: 1px solid #e5e5e5;
  display: block;
}
.application_lst ul li:nth-child(1),
.application_lst ul li:nth-child(2),
.application_lst ul li:nth-child(4),
.application_lst ul li:nth-child(5) {
  border-right: 1px solid #e5e5e5;
}
.application_lst ul li:nth-child(1) {
  border-left: 0px;
}
/**/
.hm-book {
  background: #fff;
  padding: 30px;
  box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 10%);
  position: relative;
  z-index: 1;
}
.hm-book-head h3 {
  font-size: 30px;
  font-weight: 500;
  padding-top: 5px;
  padding-bottom: 15px;
}
.cont-form label {
  width: 100%;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 0.4rem;
  margin-top: 1.5rem;
}
.cont-form label sup {
  color: #da1214;
}
.cont-form form input,
.cont-form form textarea {
  display: block;
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  border-color: #9baab766 !important;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cont-form form input::placeholder,
.cont-form form textarea::placeholder {
  font-weight: 500;
  color: #4950578f;
  font-size: 14px;
}
.cont-form .btn-primary {
  background-color: #da1214 !important;
  color: #fff !important;
  margin-top: 20px;
  width: 180px !important;
  border: none !important;
  padding: 15px 30px !important;
  font-weight: 600 !important;
}
/*--------------------------*/
.footer {
  background: #333;
  padding: 40px 0;
  position: relative;
}
.footer-social ul {
  text-align: left;
}
.footer-social ul li {
  width: 40px;
  height: 40px;
  line-height: 42px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin: 0px 5px;
}
.footer-social ul li a {
  color: #da1214;
}
.footer-social ul li:nth-child(1) a {
  color: #e4405f;
}
.footer-social ul li:nth-child(2) a {
  color: #1877f2;
}
.footer-social ul li:nth-child(3) a {
  color: #000;
}
.footer-social ul li:nth-child(4) a {
  color: #0078b5;
}
.footer-social ul li a i {
  font-size: 18px;
}
.footer-call ul {
  text-align: left;
  margin-top: 15px;
}
.footer-call ul li:nth-child(1) {
  border-right: 1px solid #b8bed62b;
  padding-right: 10px;
}
.footer-call ul li {
  display: inline-block;
  padding: 0 4px;
}
.footer-call ul li a {
  color: #fff;
  letter-spacing: 0.2px;
}
.footer-call ul li a:hover {
  color: red;
}
.footer-btm {
  border-top: 1px solid #b8bed62b;
  margin-top: 40px;
}
.ftr-link ul li {
  float: left;
  margin: 4px 4px;
}
.ftr-link ul li a {
  /*background: #ffffffeb;*/
  color: #c5c5c5;
  padding: 0px 5px;
  padding-left: 12px;
  position: relative;
  letter-spacing: 0.2px;
}
.ftr-link ul li:hover a {
  color: #da1212;
}
.ftr-link ul li a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #da1212;
  left: 2px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.footer-btm {
  padding-top: 40px;
}
.ftr-logo {
  padding-top: 5px;
}
.ftr-link h4 {
  color: #fff;
  font-size: 20px;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ftr-add {
  color: #fff;
}
.ftr-add h4 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #fff;
}
.ftr-add h6 {
  padding-bottom: 4px;
  font-weight: 400;
  font-size: 15px;
}
.ftr-add p {
  color: #c5c5c5;
  font-size: 14px;
}
.ftr-btm {
  background-color: #292929;
  padding: 15px 0;
}
.ftr-btm-link ul li {
  display: inline-block;
  margin-right: 15px;
}
.ftr-btm-link ul li a {
  color: #c5c5c5;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
}
.ftr-btm-link ul li a:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  background: #da1212;
  left: 2px;
  top: 50%;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.ftr-right p {
  color: #c5c5c5;
  text-align: right;
  font-size: 13px;
}
.ftr-right p a {
  color: #da1212;
}
.dropdown-click {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  padding: 12px 16px;
  z-index: 1;
  bottom: 20px;
}
.dropdown-click:hover .dropdown-content {
  display: block;
}
.dropdown-content ul li {
  list-style: none !important;
  float: none !important;
  margin: 0;
  padding: 0;
  padding-left: 0px;
  width: 250px;
  padding: 5px 0;
  border-bottom: 1px solid #f4f4f7;
}
.dropdown-content ul li a {
  padding-left: 0px;
  color: #000 !important;
  font-weight: 500;
  letter-spacing: 0.25px;
  font-size: 15px;
}
.dropdown-content ul li a:hover {
  color: #da1214 !important;
}
.ftr-link .dropdown-content ul li a:after {
  display: none;
}
.ftr-link .dropdown-content ul li a span {
  color: #da1214;
}
.ftr-link .dropdown-content ul li a span img {
  width: 20px;
}
/*--------------------------*/
.hm-about {
  padding: 80px 0 80px;
}
.item-center {
  align-items: center;
}

.hm_about_heading span {
  color: #414141;
  font-size: 18px;
  display: block;
  text-transform: capitalize;
  letter-spacing: 0.3px;
  font-weight: 500;
}
.hm_about_heading h1 {
  font-size: 32px;
  color: #da1214;
  font-weight: bold;
  letter-spacing: 1px;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.hm_about_para p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  /*text-align: justify;*/
}

.btn.btn-secondary2:hover,
.btn-secondary2:not(:disabled):not(.disabled):active {
  background: transparent;
  border-color: #373434;
  color: #373434;
  padding-left: 1.125em;
  padding-right: 2.375em;
}
.btn.btn-secondary2 {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  outline: none;
  padding: 0.875em 1.75em;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.2s ease;
  border-radius: 0px;
  margin-top: 15px;
}
.btn.btn-secondary2 {
  background-color: #373434;
  background-image: none;
  border-color: transparent;
  color: #fff;
  border: 2px solid #373434;
}
.hm_about_para .btn:after {
  bottom: 0;
  content: "\f054";
  font: normal normal normal 13px/1 FontAwesome;
  font-size: 0.8125em;
  height: 0.9375em;
  margin: auto 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -o-opacity: 0;
  -ms-opacity: 0;
  opacity: 0;
  position: absolute;
  right: 1.875em;
  top: 0;
  transition: right 0.2s ease;
  color: #da1214;
}
/*-- ------------------------- --*/
.hm-value {
  padding: 80px 0 0px;
}
.hm-value-dtl h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
}
.hm-value-dtl h4 {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
}
.hm-value-dtl ul {
  margin-top: 30px;
  text-align: center;
}
.hm-value-dtl ul li {
  display: inline-block;
  margin: 10px 10px;
  position: relative;
}
.hm-value-dtl ul li span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.hm-value-dtl ul li a {
  display: block;
  font-weight: 400;
  box-shadow: 0 4px 16px hsla(0, 0%, 94%, 0.9);
  font-size: 15px;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-right: 25px;
  color: #000;
  border-radius: 28px;
}
/*---------------------------*/
.hm-courses {
  background: #213148;
  position: relative;
  padding: 80px 0 60px 0;
  overflow: hidden;
}
.hm-courses-bg {
  position: absolute;
  top: 0;
  left: 0;
}
.hm-courses-bg img {
  width: 95%;
  opacity: 0.5;
}
.hm-courses-heading span {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
  padding-top: 10px;
  color: #fff;
}
.hm-courses-heading h2 {
  color: #fff;
  margin-bottom: 50px;
  font-weight: 500;
}
/**/
.hm-courses-dtl .nav-tabs .nav-link {
  color: #fff;
  font-size: 20px;
  padding: 7px 20px;
  border: 0;
  border-radius: 50px;
  width: 400px;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
}
.hm-courses-dtl .nav-tabs .nav-link.active {
  color: #fff;
  background: #da1212;
  font-size: 20px;
  padding: 7px 20px;
  border-radius: 50px;
  border: 0;
  width: 100%;
  box-shadow: 0 0.2rem 0.4rem 0 rgb(0 0 0 / 15%);
}
.hm-courses-dtl .nav-tabs .nav-item {
  margin: 10px 0;
}
.hm-courses-dtl .card {
  background-color: #fff0;
  border-radius: 0;
}
.hm-courses-dtl .card-body {
  padding: 0;
}
.hm-courses-dtl .card-body h3 {
  font-size: 30px;
  margin: 0 0 20px;
  color: #fff;
  font-weight: 600;
  padding-top: 15px;
}
.hm-courses-dtl .card-body h3 span {
  font-weight: 400;
  font-size: 22px;
}
.hm-courses-dtl .card-body p {
  color: #fff;
  font-size: 15px;
  line-height: 28px;
  letter-spacing: 0.3px;
  word-spacing: 0.5px;
  font-weight: 300;
}
.hm-courses-dtl .nav-tabs {
  float: left;
  width: 25%;
  display: block;
  border-bottom: none;
}
.hm-courses-dtl .tab-content {
  position: inherit;
  margin-left: 35%;
}
@media (min-width: 768px) {
  .hm-courses-dtl .card {
    border: none;
  }
  .hm-courses-dtl .card .card-header {
    display: none;
  }
  .hm-courses-dtl .card .collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .hm-courses-dtl .tab-content > .tab-pane {
    display: block !important;
    opacity: 1;
  }
  .hm-courses-dtl .nav-tabs {
    float: none !important;
    width: auto !important;
    display: none !important;
  }
  .hm-courses-dtl .tab-content {
    width: auto !important;
    position: relative;
    left: 0 !important;
  }
}

/*-- ------------------------- --*/
.country-univercity {
  padding: 80px 0;
  background: #f1f2f2;
}
.country-univercity-head {
  margin-bottom: 40px;
}
.country-uvcty-dtl {
  box-shadow: 0 0 7.68px 0.32px rgb(155 147 147 / 20%);
  transition: 0.5s all ease-out;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 20px;
  height: 100%;
}
.country-uvcty-dtl:hover {
  box-shadow: 20px 20px 13px 0 rgb(0 0 0 / 10%);
}
.country-univercity-head h2 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}
.country-univercity-head h2 span {
  color: #da1214;
}
.country-univercity-head p {
  text-align: center;
  font-size: 17px;
  font-weight: 400;
}
.country-univercity .col-md-4 {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.country-uvcty-name span {
  padding-top: 5px;
  display: block;
  font-size: 13px;
}
.country-univercity-img {
  position: sticky;
  top: 28%;
}

.program-form {
  background: #f1f2f2;
  padding: 30px;
  box-shadow: 2px 5px 5px 0 rgb(0 0 0 / 10%);
  height: auto;
  position: sticky;
  top: 60px;
}
.program-form h3 {
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 5px;
}
.program-form h6 {
  font-size: 13px;
  padding-bottom: 15px;
  color: #767373;
}
.program-form form input,
.program-form form textarea {
  width: 100%;
  padding: 0.5rem 0.75rem;
  font-size: 16px;
  font-weight: 400;
  border-color: #9baab766 !important;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin: 5px 0;
}
.program-form span {
  font-size: 12px;
}

.program-form .btn-primary {
  background-color: #da1214 !important;
  color: #fff !important;
  margin-top: 20px;
  width: 180px !important;
  border: none !important;
  padding: 15px 30px !important;
  font-weight: 600 !important;
}
/**/
.program {
  padding-top: 80px;
  padding-bottom: 80px;
}
.program-dtl-head {
  padding-bottom: 60px;
  text-align: center;
}
.program-dtl-head h2 {
  margin-bottom: 15px;
  font-size: 30px;
  font-weight: 500;
}
.program-dtl-head h2 span {
  color: #da1214;
}
.program-dtl {
  padding-left: 30px;
}

.program-dtl h4 {
  padding-bottom: 8px;
  font-size: 19px;
}
.program-dtl ul li {
  padding-left: 40px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  position: relative;
}
.program-dtl ul li b {
  font-weight: 600;
}
.program-dtl ul li:after {
  content: "-";
  position: absolute;
  left: 20px;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.program-dtl span {
  display: block;
  padding: 10px 0;
}
/**/
.inner-banner {
  position: relative;
  /*background: url(../images/filtration-solutions.jpg) no-repeat center top rgba(0,0,0,0);*/
  /*background-size: cover;
    background-position: center right;*/
  overflow: hidden;
  padding: 60px 0;
}
.inner-banner-dtl {
  background: #0000002e;
  position: relative;
  padding: 30px 0;
  border-radius: 0 25px 25px 0;
}
.inner-banner-dtl:after {
  content: "";
  background: #0000002e;
  position: absolute;
  width: 500px;
  height: 100%;
  left: -500px;
  top: 0;
}
.inner-banner-dtl h1 {
  color: #fff;
  font-weight: 500;
  font-size: 2.2rem;
}
.inner-banner-dtl li:nth-child(1) {
  padding-left: 0;
}
.inner-banner-dtl li {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 8px;
}
.inner-banner-dtl li:before {
  content: "";
  background: url(../images/breadcrumb-arrow-right.svg) no-repeat 0 1px
    rgba(0, 0, 0, 0);
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  left: -8px;
  top: 4px;
}
.inner-banner-dtl li:nth-child(1):before {
  display: none;
}
.inner-banner-dtl li a {
  color: #df1212;
}
/*-----------------------*/
.university {
  padding: 80px 0 0;
}
.university-video {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 60px;
}
.university-video video {
  object-fit: cover;
  width: 100%;
  height: 370px;
  border-radius: 15px;
  border: 7px solid #fff;
}
.align-center {
  align-items: center;
}
.university-dtl {
  padding-left: 30px;
}
.university-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.university-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.recognize {
  background-color: #f1f2f2;
  padding-top: 160px;
  padding-bottom: 80px;
  position: relative;
  margin-top: -80px;
}
.recognize-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.university-dtl h5 {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.university-dtl h3 {
  font-size: 20px;
  font-weight: 600;
  color: #49a195;
  padding-top: 10px;
  padding-bottom: 10px;
}
.university-dtl h6 {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  line-height: 25px;
}
.university-dtl .flag {
  margin-bottom: 10px;
}
.university-dtl .flag li {
  display: inline-block;
  padding-right: 20px;
  position: relative;
  line-height: 40px;
}
.university-dtl .flag li img {
  width: 20px;
  margin-right: 5px;
}
.bullet {
  /*margin-top: 15px;*/
  padding-bottom: 10px;
}
.bullet li {
  font-size: 14px;
  padding-bottom: 15px;
  line-height: 20px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  padding-left: 20px;
  position: relative;
}
.bullet li i {
  position: absolute;
  left: 0;
  top: 5px;
  color: #ed3432;
  font-weight: 600;
}
.bullet li ol li {
  margin-top: 10px;
  padding-bottom: 0px;
  list-style-type: disc !important;
  list-style-position: inside;
  position: relative;
  padding-left: 12px;
}
.bullet li ol li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #000;
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 50%;
}
.bullet li ol li span {
  font-weight: 500;
}
.recognized-link {
  color: #353688;
  font-weight: 600;
  margin-top: 15px;
  display: block;
}
.recognized-link:hover {
  color: #da1214 !important;
}
.recognized-link i {
  position: relative;
  left: 7px;
  top: 0px;
  font-size: 15px;
}
.course-seamless {
  padding: 60px 0;
  background: #ededed61;
}
.course-university {
  padding: 80px 0;
}
.course-university-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
/**/
.career-counselling {
  position: relative;
  padding: 80px 0 40px;
}
.career-counselling-video video {
  width: 100%;
  border-radius: 10px;
}
.career-counselling-dtl {
  padding-left: 20px;
}
.career-counselling-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.career-counselling-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.career-counselling-fields {
  padding: 40px 0 40px;
  position: relative;
}
.career-counselling-wave {
  position: absolute;
  top: -90px;
  width: 100%;
  height: auto;
  left: 0;
  right: 0;
  z-index: -1;
}
.aftix-img {
  position: sticky;
  top: 80px;
}
.career-fields-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.career-opportunities {
  padding: 40px 0 80px;
}
.career-opportunities-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.profile-analysis {
  padding: 80px 0 0;
}
.profile-analysis-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.profile-analysis-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.analysis {
  padding: 80px 0 80px;
}
.analysis-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.profile-analysis-feild {
  margin: 40px 0;
  position: relative;
}
.profile-analysis-feild:after {
  content: "";
  position: absolute;
  bottom: -20px;
  width: 100%;
  height: 80px;
  background-color: #f1f2f2;
  z-index: -1;
}
.application-and-admission {
  padding: 60px 0 60px;
}
.application-and-admission-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.application-and-admission-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.admission-assistance {
  background-color: #f1f2f2;
  padding: 60px 0;
}
.admission-assistance-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.financial-aid {
  padding: 80px 0 40px;
}
.financial-aid-dtl h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.financial-aid-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.financial-aid-scholarship {
  padding: 40px 0 80px;
}
.visa-guidance {
  padding: 80px 0;
}
.visa-guidance-head {
  padding-bottom: 60px;
}
.visa-guidance-head h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
  text-align: center;
}
.visa-guidance-head p {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.3px;
}
.visa-guidance-dtl p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
}
.mt60 {
  margin-top: 60px;
}
.visa-guidance {
  background-image: url(../images/seo-curve-banner.png);
  background-position: center left;
  background-repeat: no-repeat;
}
.financial-aid-head h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
  text-align: center;
}
.financial-aid-head p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: center;
}

/*-----------------------*/
.main-contact {
  padding: 80px 0;
}
.p0 {
  padding: 0 0;
}
.main-contact-heading {
  background-image: url(../images/05.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center 39.6px;
  padding: 5rem 3.5rem 8rem 3.5rem !important;
}
.main-contact-heading:before {
  content: "";
  position: absolute;
  background-color: #c30000;
  opacity: 0.9;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0px;
  right: 0;
}
.main-contact-head {
  position: relative;
  z-index: 9;
  color: #fff;
  text-align: center;
}
.main-contact-head h6 {
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #f4c13b;
  font-size: 20px;
}
.main-contact-head h2 {
  color: #ffffff;
  font-size: 25px;
  font-style: normal;
  line-height: 50px;
  font-weight: 500;
}
.main-contact-head h2 span {
  font-weight: 800;
  text-decoration: underline;
}

.contact-main {
  background-color: #ffffff;
  margin-top: -4rem !important;
  padding: 2rem 2rem !important;
  border: 1px solid #e1e1e1;
}

.contact-main form input,
.contact-main form textarea {
  color: #0d2c13;
  font-weight: 500;
  background-color: inherit;
  border: 1px solid #e1e1e1;
  border-radius: 0;
  line-height: 2;
}
.contact-main form input:focus,
.contact-main form textarea:focus {
  box-shadow: none;
  background: none;
  border-color: #b70000;
}
.contact-main form input::placeholder,
.contact-main form textarea::placeholder {
  font-size: 15px;
  font-weight: 400;
}
.contact-main button {
  font-size: 14px;
  font-weight: 400;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  line-height: 1.571;
  background-color: #373434;
  padding: 7px 30px;
  border-radius: 0;
  border: 1px solid #373434;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.contact-main button:hover {
  background: #fff;
  color: #373434;
}
.contact-padding-none p {
  padding-left: 0px !important;
}
.contact-main-dtl {
  padding: 20px 20px;
  background-color: #ffffff;
  box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
  margin-bottom: 87px;
  position: relative;
  margin-top: -62px;
  border: 1px solid #e1e1e1;
}
.contact-main-add h4,
.contact-main-cont h4 {
  color: #da1112;
  font-size: 21px;
  font-weight: 600;
}
.contact-main-cont {
  /*padding-top: 20px;*/
}
.contact-main-cont p {
  position: relative;
  padding: 10px 0px 10px 40px;
  padding-left: 40px;
  display: block;
  line-height: 25px;
  color: #000;
}
.contact-main-cont p a {
  color: #000;
  font-size: 1rem;
}
.contact-main-cont p:hover a {
  color: #d91211;
}
.contact-main-cont p b {
  font-weight: 600;
}
.contact-main-cont img {
  position: absolute;
  background: #d91211;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 5px;
  border-radius: 50%;
}
.google-map {
  background: #fff;
  box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
  padding: 15px;
}
/*-------------------------*/

#service_inner_main {
  padding: 60px 0;
}
.inner_service_heading h2 {
  font-size: 30px;
  font-weight: 600;
  padding-bottom: 10px;
  color: #da1214;
}
.about_details p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: justify;
}
.about_details p b {
  font-weight: 600;
}
.inner_service_heading h5 {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.about_details h6 {
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 400;
}
.about_sec_section {
  margin: 45px 0 0 0;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  background: #e42127;
}
.no_pd {
  padding-right: 0px;
}
.mission_section {
  padding: 0 50px;
}
.mission_heading p {
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 24px;
  display: block;
  color: #fff;
  letter-spacing: 0.3px;
  font-weight: 400;
  text-align: justify;
}
.interior_design_images img {
  border-radius: 0 20px 20px 0px;
  -webkit-border-radius: 0 20px 20px 0px;
}

.cont-box {
  box-shadow: 1px 1px 11px #dee2e6;
  padding: 15px;
  background: #fff;
  border-radius: 5px;
  position: relative;
  padding: 40px 20px 30px;
  text-align: center;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.cont-box span.icon {
  position: absolute;
  left: 0;
  width: 80px;
  height: 40px;
  background: #e4282e;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  top: 0;
  margin-top: -20px;
  left: 50%;
  margin-left: -40px;
  border: 1px solid #00000024;
  box-shadow: 1px 1px 14px 7px #00000024;
}
.location-text h4 {
  font-size: 20px;
  color: hsl(0, 0%, 0%);
  padding-bottom: 10px;
  padding-top: 10px;
}
.location-text p {
  color: #3b3b3a;
  letter-spacing: 0.2px;
  word-spacing: 0.2px;
}
.about-location {
  padding: 60px 0 100px;
}

.analysis-dtl h4 {
  padding-top: 12px;
  padding-bottom: 8px;
  font-size: 19px;
}
.analysis-dtl ul li {
  padding-left: 30px;
  font-size: 14px;
  padding-bottom: 10px;
  line-height: 25px;
  color: #000;
  letter-spacing: 0.3px;
  font-weight: 400;
  position: relative;
}
.analysis-dtl ul li:after {
  content: "-";
  position: absolute;
  left: 0px;
  top: 0;
  font-size: 14px;
  line-height: 24px;
  color: #000;
  font-weight: 400;
}
.analysis-dtl p b {
  font-weight: 600;
}
.profile-analysis-dtl p b {
  font-weight: 600;
}

.moretext {
  display: none;
}

.add-read-more.show-less-content .second-section,
.add-read-more.show-less-content .read-less {
  display: none;
}

.add-read-more.show-more-content .read-more {
  display: none;
}

.add-read-more .read-more,
.add-read-more .read-less {
  font-weight: bold;
  margin-left: 2px;
  color: #000;
  cursor: pointer;
}

.add-read-more {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
}
.about-goals {
  text-align: center;
  margin-top: 60px;
}
.about-goals h2 {
  font-size: 25px;
  font-weight: 600;
}
.about-goals h4 {
  font-size: 20px;
  display: block;
  text-transform: capitalize;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #da1214;
}
.about-goals ul {
  text-align: center;
}
.about-goals ul li {
  display: inline-block;
  margin: 10px 10px;
  position: relative;
}
.about-goals ul li span {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(-50%, -50%);
}
.about-goals ul li a {
  display: block;
  font-weight: 400;
  box-shadow: 0 4px 16px hsla(0, 0%, 94%, 0.9);
  font-size: 16px;
  line-height: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 55px;
  padding-right: 25px;
  color: #000;
  border-radius: 28px;
}
.about-goals .about-goals-img {
  margin-top: 30px;
}
.about-goals p {
  padding-top: 15px;
  font-size: 18px;
  width: 70%;
  margin: 0 auto;
  display: table;
}

/* custom */
.contact-main-cont .phone-logo {
  position: relative;
  padding: 5px 0px 20px 40px !important;
  padding-left: 40px;
  display: block;
  line-height: 25px;
  color: #000;
}
