span, p {
  font-family: "D-DIN-PRO";
}

p, .text, .copyright-text {
  font-weight: 500;
}

.single-blog-lg-item .btn-text a {
  font-weight: 600;
}

.post-date {
  font-family: "D-DIN-PRO";
  font-weight: 500;
}

.footer-widget__list li a, .submenu > li > a {
  font-weight: 500;
  color: #fff;
}

.footer-widget__list li a:hover {
  color: #fff;
}

.header.default-menu-style .header__logo{
  padding: 0;
}
.header__logo > a img{
  width: inherit;
}
.header-bottom-wrap.header-sticky{
  background-color: #fff;;
}

.navigation-menu > ul > li > a{
  color: #000;
}

.header.default-menu-style .header-midle-box{
    justify-content: left;
      padding-left: 100px;
}


.submenu > li > a, .submenu > li > a {
  font-weight: 500;
  color: #ababab;
}

.submenu > li > a, .footer-widget__list li a:after {
  background-color: #fff !important;
}

.header-right-box {
  position: absolute;
  left: 15%;
  z-index: 1;
  background-color: #fff;
  width: 85%;
}
.header-right-box .header-right-inner {
  width: 100%;
}
.header-right-box .header-search-form {
  width: 100%;
}
.header-right-box .header-search-form .search-form-top {
  width: 100%;
}
.header-right-box .header-search-form .search-form-top .search-submit {
  right: 30px;
}
.header-right-box .header-search-form .search-form-top .search-field {
  width: 98%;
  display: inline-block;
  max-width: inherit;
}

.headertopsearch {
  position: relative;
  right: 20px;
}
.header-right-box {
  display: none !important;
}

.header-right-box.show {
  display: block !important;
}

.fw-normal {
  font-weight: 500 !important;
}

.top-bar-info a {
  font-family: "D-DIN-PRO";
  font-weight: 500;
}

.machine-learning-hero .video-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
}
.machine-learning-hero .video-wrap video {
  z-index: 0;
  margin: 0 auto;
  min-width: 100%;
  opacity: 1;
  position: absolute;
  visibility: visible;
}

.scrolltxt {
  border: 2px solid rgba(255, 255, 255, 0.8666666667);
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.chevron {
  position: absolute;
  width: 22px;
  height: 8px;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  -webkit-animation: move 3s ease-out infinite;
          animation: move 3s ease-out infinite;
  left: 12px;
  top: -15px;
}

.chevron:first-child {
  -webkit-animation: move 3s ease-out 1s infinite;
          animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  -webkit-animation: move 3s ease-out 2s infinite;
          animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: " ";
  position: absolute;
  top: 0;
  height: 35%;
  width: 50%;
  background: #fff;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 40deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -40deg);
}

.swiper-container.imagesvideoslider .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

.swiper-container.imagesvideoslider .imagesvideosliderprev {
  position: inherit;
  border: 1px solid #fff;
  padding: 0px 0px;
  color: #fff;
  background: none;
  float: left;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin-right: 5px;
}
.swiper-container.imagesvideoslider .imagesvideoslidernext {
  position: inherit;
  border: 1px solid #fff;
  padding: 0px 0px;
  color: #fff;
  background: none;
  float: left;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin-left: 5px;
}
.swiper-container.imagesvideoslider .imagesvideoslidernext .fa-chevron-right:before {
  content: "\f054" !important;
}

.overimage {
  position: relative;
}

.contextfloating {
  position: relative;
  z-index: 1;
  margin-top: 20em;
}
.contextfloating.evensestion {
  margin-top: 0;
}
.contextfloating .inforinner {
  border: 1px solid #e8ebf1;
  box-shadow: 0px 2px 5px rgba(10, 14, 38, 0.04);
}
.contextfloating .inforinner h1 {
  font-size: 24px;
}
.contextfloating .inforinner h2 {
  font-size: 24px;
  margin-bottom: 5px;
}
.contextfloating .inforinner p {
  font-size: 18px;
  line-height: 28px;
}

.colodd {
  margin-top: -10em;
}

.floatingslidernext {
  position: absolute;
  border: 1px solid #e1e1e1;
  padding: 0px 0px;
  color: #2c6182;
  background: none;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin-left: 5px;
  z-index: 9;
  border-radius: 50%;
  background-color: #fff;
  right: -8%;
  transform: translate(-50%, -50%);
}
.floatingslidernext .fa-chevron-right:before {
  content: "\f054" !important;
}

@-webkit-keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

@keyframes move {
  25% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}
h4.post-title {
  font-size: 28px;
  font-weight: 600;
}

.post-excerpt p {
  font-size: 16px;
  line-height: 22px;
}

.homenewsslider .swipercontrol {
  position: absolute;
  bottom: 130px;
  right: 0;
}
.homenewsslider .homenewsslidernext {
  border: 2px solid #275D83;
  padding: 0px 0px;
  color: #FDBE25;
  background: none;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  margin-left: 5px;
  background-color: #fff;
  left: inherit;
  right: 0;
}
.homenewsslider .homenewsslidernext .fa-chevron-right:before {
  content: "\f054" !important;
}
.homenewsslider .homenewssliderprev {
  border: 2px solid #275D83;
  padding: 0px 0px;
  color: #FDBE25;
  background: none;
  font-size: 28px;
  line-height: normal;
  text-align: center;
  width: 40px;
  height: 40px;
  padding-top: 3px;
  margin-right: 5px;
  background-color: #fff;
  left: inherit;
  right: 50px;
}
.homenewsslider .single-blog-lg-list {
  margin-left: 10px;
  margin-right: 10px;
}
.homenewsslider .single-blog-lg-list a {
  width: 100%;
}

.distritctswipercontrol {
  display: inline-block;
  position: relative;
  top: 10px;
}
.distritctswipercontrol .distritctssliderprev {
  border: 1px solid #2c6182;
  padding: 0px 0px;
  color: #fcbe25;
  background: none;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin-right: 5px;
  background-color: #fff;
  position: inherit;
  display: inline-block;
}
.distritctswipercontrol .distritctsslidernext {
  border: 1px solid #2c6182;
  padding: 0px 0px;
  color: #fcbe25;
  background: none;
  font-size: 35px;
  line-height: normal;
  text-align: center;
  width: 50px;
  height: 50px;
  padding-top: 6px;
  margin-left: 5px;
  background-color: #fff;
  left: inherit;
  right: 0;
  position: inherit;
  display: inline-block;
}
.distritctswipercontrol .distritctsslidernext .fa-chevron-right:before {
  content: "\f054" !important;
}

.leftrigncontent-slider .leftrigncontent .image-slider .swiper-slide-inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.leftrigncontent-slider .leftrigncontent .image-slider .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.leftrigncontent-slider .leftrigncontent .image-slider .leftrigncontentimage {
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.leftrigncontent-slider .leftrigncontent .leftrigncontentcontent {
  padding: 100px 80px;
}
.leftrigncontent-slider .leftrigncontent .leftrigncontentcontent h1 {
  font-size: 42px;
  font-weight: 500;
  line-height: normal;
}
.leftrigncontent-slider .leftrigncontent .leftrigncontentcontent h2 {
  font-size: 42px;
  font-weight: 900;
  line-height: normal;
}
.leftrigncontent-slider .leftrigncontent .leftrigncontentcontent .desc {
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px;
}
.leftrigncontent-slider .leftrigncontent .leftrigncontentcontenthidden {
  padding: 110px 80px;
}

.leftimagerighttext .leftrigncontentprev {
  display: none;
}
.leftimagerighttext .leftrigncontentnext {
  margin: 0;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #efefef;
  text-align: center;
}
.leftimagerighttext .leftrigncontentnext .fa-chevron-left {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  margin-left: -5px;
}
.leftimagerighttext .leftrigncontentnext .fa-chevron-left:before {
  content: "\f053" !important;
}

.lefttextightimager .leftrigncontentprev {
  display: none;
}
.lefttextightimager .leftrigncontentnext {
  margin: 0;
  position: absolute;
  top: 55%;
  left: 0%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #efefef;
  text-align: center;
}
.lefttextightimager .leftrigncontentnext .fa-chevron-right {
  font-size: 35px;
  line-height: 48px;
  text-align: center;
  margin-left: 5px;
}
.lefttextightimager .leftrigncontentnext .fa-chevron-right:before {
  content: "\f054" !important;
}

.leftimagerightcontentv2 {
  display: flex;
}
.leftimagerightcontentv2 .itemcontentimage, .leftimagerightcontentv2 .itemcontent {
  width: 50%;
}
.leftimagerightcontentv2 .itemcontent {
  position: relative;
  z-index: 9;
}
.leftimagerightcontentv2 .itemcontentimage .swiper-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.leftimagerightcontentv2 .itemcontentimage .swiper-container .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 50%;
}
.rightimageleftcontentv2 {
  display: flex;
}
.rightimageleftcontentv2 .itemcontentimage, .rightimageleftcontentv2 .itemcontent {
  width: 50%;
}
.rightimageleftcontentv2 .itemcontent {
  position: relative;
  z-index: 9;
}
.rightimageleftcontentv2 .itemcontentimage {
  position: relative;
}
.rightimageleftcontentv2 .itemcontentimage .swiper-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.rightimageleftcontentv2 .itemcontentimage .swiper-container .image-container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.lefttextightimager .leftrigncontentnext {
  top: 50%;
}

@media (max-width: 1199px) {
  .header-right-box {
    display: inherit !important;
    background: none;
    position: absolute;
    width: 100%;
    left: inherit;
  }
  .closeheadertopsearch {
    display: none;
  }
  .header-right-box .header-search-form .search-form-top .search-submit {
    right: 0;
  }
  .mobile-navigation-icon {
    background-color: #fdbe25;
    color: #275d83;
    padding: 20px 22px;
    border-radius: 5px;
    margin-left: 5px;
    float: left;
    margin-top: 5px;
  }
  .mobile-navigation-icon i {
    left: 7px;
    background-color: #fff;
    width: 65%;
    height: 3px;
  }
  .mobile-navigation-icon i::before, .mobile-navigation-icon i::after {
    background-color: #fff;
    height: 3px;
  }
  .hidden-icons-menu {
    margin-right: 15px;
  }
}
.districtLogo {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  box-shadow: 0px 0px 3px #999;
}
.districtLogo img {
  width: 100%;
}

.ht-btn.whatappbtn {
  background-color: #1bd840;
  color: #fff;
}
.ht-btn.whatappbtn i {
  font-size: 20px;
  margin-left: 5px;
}

.certificationlist {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.certificationlist ul li {
  display: inline-block;
}
.certificationlist ul li img {
  width: 35px;
  height: 35px;
  border-radius: 50% !important;
  overflow: hidden;
  box-shadow: 0px 0px 3px #999;
  margin-left: 3px;
}

.leftimagerighttext .leftrigncontentnext.mobilehide, .lefttextightimager .leftrigncontentnext.mobilehide {
  display: block;
}

@media (min-width: 1024px) and (max-width: 1199px) {
  .header-right-box {
    display: inherit !important;
    position: inherit;
    left: inherit;
  }
  .headertopsearch {
    display: none !important;
  }
  .header-right-box .header-right-inner {
    width: 50%;
  }
}
@media only screen and (max-width: 1000px) {
  .leftrigncontent-slider .leftrigncontent .leftrigncontentcontenthidden {
    padding: 90px 50px;
  }
  .leftrigncontent-slider .leftrigncontent .leftrigncontentcontent {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .leftimagerighttext .leftrigncontentnext {
    top: inherit;
    bottom: 0;
    transform: translate(-50%, 50%);
  }
  .leftimagerightcontentv2 .itemcontentimage {
    position: relative;
  }
  .leftimagerighttext .leftrigncontentnext.mobilehide, .lefttextightimager .leftrigncontentnext.mobilehide {
    display: none;
  }
  .leftimagerighttext .leftrigncontentnext.desktophide, .lefttextightimager .leftrigncontentnext.desktophide {
    display: block;
  }
  .leftrigncontent-slider .leftrigncontent .leftrigncontentcontent h2 {
    font-size: 30px;
  }
  .homenewsslider .swipercontrol {
    position: absolute;
    right: -50px;
    bottom: 20px;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  .homenewsslider .homenewssliderprev {
    width: 35px;
    height: 35px;
    font-size: 20px;
  }
  .homenewsslider .homenewsslidernext {
    width: 35px;
    height: 35px;
    font-size: 20px;
    right: 15px;
  }
  .contextfloating {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  .contextfloating.evensestion {
    position: relative;
    z-index: 1;
    margin-bottom: 0;
    margin-top: 0;
  }
  .contextfloating .inforinner {
    border: 0;
    box-shadow: none;
  }
  .contextfloating .inforinner img {
    width: 90px;
  }
  .colodd {
    margin-top: 0;
  }
  .distritctswipercontrol {
    margin-top: 10px;
    margin-left: -10px;
  }
  .leftrigncontent-slider .leftrigncontent .image-slider .leftrigncontentimage {
    height: 300px;
  }
  .leftrigncontent-slider .leftrigncontent .leftrigncontentcontent {
    padding: 15px;
  }
  .leftrigncontent-slider .leftrigncontent .leftrigncontentcontenthidden {
    display: none;
  }
  .leftimagerighttext .leftrigncontentnext .fa-chevron-left {
    transform: rotate(90deg);
    margin-left: 0;
    margin-top: 0px;
  }
  .lefttextightimager .leftrigncontentnext {
    margin-top: 0px;
    left: 50%;
  }
  .lefttextightimager .leftrigncontentnext .fa-chevron-right {
    transform: rotate(-90deg);
    margin-left: 2px;
    margin-top: -2px;
  }
  .rightimageleftcontentv2 {
    flex-direction: column-reverse;
  }
  .leftimagerightcontentv2 {
    flex-direction: column;
  }
  .rightimageleftcontentv2 .itemcontent,
.leftimagerightcontentv2 .itemcontent,
.leftimagerightcontentv2 .itemcontentimage,
.leftimagerightcontentv2 .itemcontent,
.leftimagerightcontentv2 .itemcontentimage .swiper-container .image-container {
    width: 100%;
  }
  .leftimagerightcontentv2 .itemcontentimage .swiper-container, .rightimageleftcontentv2 .itemcontentimage .swiper-container {
    position: relative;
    height: 200px;
  }
  .rightimageleftcontentv2 .itemcontentimage {
    width: 100%;
  }
  .lefttextightimager .leftrigncontentnext {
    bottom: 0;
    top: inherit;
    transform: translate(-50%, 50%);
  }
  .mobile-navigation-icon {
    background: none;
    margin-top: -15px;
    transform: scale(1.2);
  }
  .is-sticky .mobile-navigation-icon {
    background-color: #fdbe25;
    margin-top: -15px;
  }
  .floatingslidernext {
    top: 30px;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .fun-fact-wrapper .section-title-wrap h3, .fun-fact-wrapper .section-title-wrap h6, .service-projects-wrapper .section-title-wrap h3, .service-projects-wrapper .section-title-wrap h6 {
    text-align: center;
  }
  .brand-logo-slider-area .section-title-wrap h3, .brand-logo-slider-area .section-title-wrap h6 {
    font-size: 32px !important;
  }
  .footer-widget__logo img {
    width: 260px !important;
  }
  .footer-widget {
    margin-bottom: 50px;
  }
  .blog-list-service.swiper {
    padding-bottom: 70px;
  }
  .latest-news-wrap {
    padding-left: 13px;
    padding-right: 13px;
  }
  .swiper-pagination.paginationcounterslider {
    margin-top: -5px;
  }
  .swiper-pagination.paginationcounterslider .swiper-pagination-bullet-active:before {
    background: #fff !important;
    width: 17px;
    height: 17px;
  }
  .swiper-pagination.paginationcounterslider .swiper-pagination-bullet {
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 5px;
  }
  .swiper-pagination.paginationcounterslider .swiper-pagination-bullet:before {
    background: none;
    border: 1px solid #fff;
    width: 17px;
    height: 17px;
  }
}
#quotaserviceprovide a.btn-upload {
  background-color: #ffbb26;
  border-radius: 9px;
  color: #0d6285;
  font-weight: 700;
}
#quotaserviceprovide button.submitbtnquotation {
  background-color: #ffbb26;
  border-radius: 9px;
  color: #0d6285;
  width: 100%;
  font-weight: 700;
  height: 50px;
  line-height: normal;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  padding-left: 0;
  padding-right: 0;
}

.detilbox:last-child {
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.conloginnav {
  background-color: #e6e6e6;
  border: 2px solid #006489;
  padding: 10px 25px;
  border-radius: 45px;
  display: inline-block;
}
.conloginnav a {
  color: #006489;
  font-weight: 600;
  font-size: 15px;
  padding: 5px 20px;
}
.conloginnav a:hover {
  color: #ffb700;
  background-color: #006489;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 15px;
}
.conloginnav a.active {
  color: #ffb700;
  background-color: #006489;
  border-radius: 50px;
  padding: 5px 20px;
  font-weight: 600;
  font-size: 15px;
}

.contactv2 .form-label {
  color: #006489;
  display: inline-block;
  width: 100%;
}
.contactv2 input, .contactv2 textarea, .contactv2 select {
  border: 2px solid #006489;
  display: inline-block;
  width: 100%;
  height: 40px;
  padding-left: 10px;
}
.contactv2 select {
  background-color: #fff;
  color: #000;
}
.contactv2 textarea {
  height: 100px;
}
.contactv2 .ht-btn.contactbtn {
  color: #ffb700;
  background-color: #006489;
  border-radius: 50px;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 40px;
}
.contactv2 .ht-btn.contactbtn.ht-btn::after {
  color: #ffb700;
  padding-right: 0;
}

.conact-us-wrap-onev2 {
  text-align: center;
}
.conact-us-wrap-onev2 h3 {
  color: #ffb700;
  margin: 0;
  font-size: 30px;
  font-style: italic;
}
.conact-us-wrap-onev2 h4 {
  color: #fff;
  margin: 0;
  font-size: 22px;
  font-weight: 300;
}
.conact-us-wrap-onev2 .ht-btn.formemberbtn {
  color: #006489;
  background-color: #ffb700;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  padding-right: 32px;
}
.conact-us-wrap-onev2 .ht-btn.formemberbtn.ht-btn::after {
  display: none;
}
.conact-us-wrap-onev2 .ht-btn.formagenciesbtn {
  color: #006489;
  background-color: #fff;
  border-radius: 50px;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}
.conact-us-wrap-onev2 .ht-btn.formagenciesbtn.ht-btn::after {
  display: none;
}
@media (max-width: 767px) {
  .conact-us-wrap-onev2 .ht-btn.formagenciesbtn {
    margin-bottom: 0;
  }
}
.conact-us-wrap-onev2 .ht-btn.backtohomebtn {
  color: #ffb700;
  background-color: #006489;
  border: 1px solid #ffb700;
  border-radius: 3px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 40px;
  padding-right: 32px;
  padding-left: 15px;
}
.conact-us-wrap-onev2 .ht-btn.backtohomebtn.ht-btn::after {
  display: none;
}
.conact-us-wrap-onev2 .ht-btn.backtohomebtn.ht-btn::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f100";
  color: #ffb700;
  font-size: 24px;
  vertical-align: bottom;
  position: relative;
  top: 0px;
  font-weight: 400;
  padding-left: 15px;
  padding-right: 27px;
}

.header-top-wrap.loginheader {
  background-color: #2f5f83;
}
.header-top-wrap.loginheader .accountname {
  font-size: 16px;
}
.header-top-wrap.loginheader a.dashboardbtn {
  font-weight: bold;
  background-color: #FCBE25 !important;
  color: #2C6182 !important;
  height: 38px;
  line-height: normal;
  font-size: 18px;
  padding-top: 2px;
}
.header-top-wrap.loginheader a.dashboardbtn::after {
  color: #2C6182 !important;
  top: 2px;
}
.header-top-wrap.loginheader a.mylogoutbtn {
  font-weight: bold;
  background-color: #fdffff !important;
  color: #2C6182 !important;
  height: 38px;
  line-height: normal;
  font-size: 18px;
  padding-top: 2px;
}
.header-top-wrap.loginheader a.mylogoutbtn::after {
  color: #2C6182 !important;
  top: 2px;
}
@media (max-width: 820px) {
  .header-top-wrap.loginheader a.dashboardbtn, .header-top-wrap.loginheader a.mylogoutbtn {
    font-weight: bold;
    background: none !important;
    color: #FCBE25 !important;
    height: inherit;
    line-height: 40px;
    width: inherit;
    margin: 0;
    padding: 0;
  }
  .header-top-wrap.loginheader a.dashboardbtn::after, .header-top-wrap.loginheader a.mylogoutbtn::after {
    display: none;
  }
}

.newblogitem .single-blog-item .post-info {
  margin-top: 0;
}
.newblogitem .single-blog-item .post-info .post-title a {
  color: #2C6182;
  font-size: 30px;
  line-height: normal;
}
.newblogitem .single-blog-item .post-info .post-meta .post-date {
  font-size: 18px;
  font-weight: 600;
}
.newblogitem .single-blog-item .post-info .post-meta .post-date .far {
  color: #ffc017;
  font-size: 22px;
  vertical-align: text-top;
  margin-right: 10px;
}
.newblogitem .single-blog-item .post-info .post-excerpt p {
  font-size: 18px;
  line-height: 26px;
}
.newblogitem .single-blog-item .post-info a.btnreadmore {
  background-color: #2C6182;
  color: #fff;
  padding-right: 32px;
  border-radius: 100px;
}
.newblogitem .single-blog-item .post-info a.btnreadmore.ht-btn::after {
  display: none;
}
.newblogitem.blog-pages-wrapper .pagination {
  border-top: 1px solid #275d83;
  padding-top: 30px;
}
.newblogitem.blog-pages-wrapper .pagination .page-pagination li a {
  color: #275d83;
  font-weight: 600;
}
.newblogitem.blog-pages-wrapper .pagination .page-pagination li a.page-numbers.current {
  background-color: #275d83;
  color: #fdbe25;
  border-radius: 50%;
  font-weight: 600;
}

.blogdetail .contendesc ul li {
  list-style: disc;
  list-style-position: inside;
}
.blogdetail .paddingblogdetail {
  padding-top: 130px !important;
}
@media (max-width: 767px) {
  .blogdetail .paddingblogdetail {
    padding-top: 120px !important;
    padding-bottom: 150px !important;
  }
  .blogdetail .marginblogdetail {
    margin-bottom: -120px !important;
  }
}
@media (max-width: 767px) {
  .blogdetail {
    /*1*/
  }
  .blogdetail .bgblogdetail {
    background-position: center center;
  }
}
.blogdetail .maintitleblogdetail {
  color: #FFFFFF !important;
  font-size: 35px !important;
  text-align: center;
  font-weight: 500 !important;
  line-height: inherit;
  position: relative;
  z-index: 2;
}
.blogdetail .subtitlemaintitleblogdetail {
  color: inherit;
  font-size: inherit;
  text-align: center;
  font-weight: inherit;
  line-height: inherit;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .blogdetail .maintitleblogdetail {
    font-size: inherit;
    text-align: center;
    font-weight: inherit;
    line-height: 40px !important;
  }
  .blogdetail .subtitlemaintitleblogdetail {
    font-size: inherit;
    text-align: center;
    font-weight: inherit;
    line-height: inherit;
  }
}
.blogdetail .lg-blog-post-info h5 {
  color: #ffbd2b;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  margin-bottom: 30px;
}
.blogdetail .lg-blog-post-info h3.post-title {
  font-size: 38px;
}
.blogdetail blockquote {
  border-left-color: #fdbe25;
}
.blogdetail .entry-post-share .share-media .share-icon {
  background-color: #275d83;
}
.blogdetail .comment-submit-btn button {
  background-color: #275d83;
  color: #fff;
  font-weight: bold;
  border-radius: 100px;
}
.blogdetail .comment-submit-btn button::after {
  display: none;
}/*# sourceMappingURL=custom.css.map */