/*--------------------------------------------------------------------- File Name: style.css ---------------------------------------------------------------------*/

/*--------------------------------------------------------------------- import Fonts ---------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Rajdhani:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
  font-family: 'Righteous';
  src: url('../fonts/BalooChettan-Regular.ttf');
  src: url('../fonts/BalooChettan-Regular.ttf');
}

/*****---------------------------------------- 1) font-family: 'Rajdhani', sans-serif;
 2) font-family: 'Poppins', sans-serif;
 ----------------------------------------*****/

/*--------------------------------------------------------------------- import Files ---------------------------------------------------------------------*/

@import url(animate.min.css);
@import url(normalize.css);
@import url(icomoon.css);
@import url(css/font-awesome.min.css);
@import url(meanmenu.css);
@import url(owl.carousel.min.css);
@import url(swiper.min.css);
@import url(slick.css);
@import url(jquery.fancybox.min.css);
@import url(jquery-ui.css);
@import url(nice-select.css);

/*--------------------------------------------------------------------- skeleton ---------------------------------------------------------------------*/

* {
  box-sizing: border-box !important;
  transition: ease all 0.5s;
}

html {
  scroll-behavior: smooth;
}

body {
  color: #666666;
  font-size: 14px;
  line-height: 1.80857;
  font-weight: normal;
  overflow-x: hidden;
  font-family: 'Sen', sans-serif;
}

a {
  color: #1f1f1f;
  text-decoration: none !important;
  outline: none !important;
  -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;
  transition: all 0.3s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: 0;
  font-weight: normal;
  position: relative;
  padding: 0 0 10px 0;
  font-weight: normal;
  line-height: normal;
  color: #111111;
  margin: 0;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 13px;
}

*,
*::after,
*::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #212121;
  text-decoration: none !important;
  opacity: 1;
}

button:focus {
  outline: none;
}

ul,
li,
ol {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

p {
  margin: 20px;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
}

a {
  color: #222222;
  text-decoration: none;
  outline: none !important;
}

a,
.btn {
  text-decoration: none !important;
  outline: none !important;
  -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;
  transition: all 0.3s ease-in-out;
}

img {
  max-width: 100%;
  height: auto;
}

:focus {
  outline: 0;
}

.paddind_bottom_0 {
  padding-bottom: 0 !important;
}

.btn-custom {
  margin-top: 20px;
  background-color: transparent !important;
  border: 2px solid #ddd;
  padding: 12px 40px;
  font-size: 16px;
}

.lead {
  font-size: 18px;
  line-height: 30px;
  color: #767676;
  margin: 0;
  padding: 0;
}

.form-control:focus {
  border-color: #ffffff !important;
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

.navbar-form input {
  border: none !important;
}

.badge {
  font-weight: 500;
}

blockquote {
  margin: 20px 0 20px;
  padding: 30px;
}

button {
  border: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.full {
  float: left;
  width: 100%;
}

.layout_padding {
  padding-top: 90px;
  padding-bottom: 0px;
}

.padding_0 {
  padding: 0px;
}

/* header section start */

.header_section {
  width: 100%;
  float: left;
  background-color: #015fc9;
  height: auto;
  background-size: 100%;
}

.bg-light {
  background-color: transparent !important;
}

.ml-auto,
.mx-auto {
  margin: 0 auto !important;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding: 3px 20px;
  font-size: 17px;
  color: #fefefd;
  border-radius: 5px;
  text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #7eebff;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #7eebff;
}

.navbar-brand {
  width: 24%;
}

.navbar {
  padding: 30px 0px;
}

/* header section end */

/* banner section start */

.banner_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/banner-bg.png); */
  /* height: auto; */
  /* background-repeat: no-repeat;
  background-size: 100%; */
  /* margin-bottom: 100px; */
}

.banner_taital {
  width: 100%;
  float: left;
  font-size: 70px;
  color: #ffffff;
  padding-top: 100px;
  font-weight: bold;
  line-height: 70px;
  text-transform: uppercase;
  text-align: center;
}

.banner_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #f8f8f8;
  margin: 0px;
  padding: 30px 0px;
  text-align: center;
}

.read_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
}

.read_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #015fc9;
  padding: 12px 0px;
  text-align: center;
  border-radius: 4px;
}

.read_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

#main_slider a.carousel-control-prev {
  position: absolute;
  left: 0px;
  top: 90%;
}

#main_slider a.carousel-control-next {
  position: absolute;
  right: 0px;
  top: 90%;
  background-color: #ffffff;
  color: #252525;
}

#main_slider .carousel-control-prev,
#main_slider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #015fc9;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#main_slider .carousel-control-prev:hover,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-next:focus {
  background: #ffffff;
  color: #000;
}

/* banner section end */

/* service section start */

.service_section {
  width: 100%;
  float: left;
  padding-top: 90px;
}

.service_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #232222;
  font-weight: 800;
  text-align: center;
}

.service_taital::after {
  content: '';
  position: absolute;
  width: 50px;
  left: 0px;
  right: 0px;
  background-color: #015fc9;
  height: 10px;
  bottom: 0px;
  margin: 0 auto;
  border-radius: 20px;
}

.service_section_2 {
  width: 100%;
  float: left;
  padding-top: 30px;
}

.service_box {
  width: 100%;
  background-color: #015fc9;
  height: auto;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 30px;
}

.service_box:hover {
  background-color: #16243d;
  /* margin-top: 50px; */
}

.service_box.active {
  background-color: #16243d;
  /* margin-top: 50px; */
}

.service_box1 {
  width: 100%;
  background-color: #fff;
  color: #232222;
  height: auto;
  padding: 40px 20px;
  border-radius: 10px;
  margin-top: 30px;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.service_box1:hover {
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.building_icon {
  width: 100%;
  text-align: center;
  padding: 0px 0px 20px 0px;
  min-height: 93px;
}

.residential_text {
  width: 80%;
  font-size: 26px;
  color: #fcfcfd;
  text-align: center;
  margin: 0 auto;
}

.service_text {
  width: 100%;
  font-size: 15px;
  color: #fcfcfd;
  text-align: center;
  margin: 0px;
}

.residential_text1 {
  width: 80%;
  font-size: 26px;
  color: #232222;
  text-align: center;
  margin: 0 auto;
}

.service_text1 {
  width: 100%;
  font-size: 15px;
  color: #232222;
  text-align: center;
  margin: 0px;
}

.readmore_bt {
  width: 170px;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

.readmore_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fcfcfd;
  background-color: #232222;
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
  font-weight: bold;
  text-transform: uppercase;
}

.readmore_bt a:hover {
  color: #fcfcfd;
  background-color: #015fc9;
}

.readmore_bt.active a {
  color: #fcfcfd;
  background-color: #015fc9;
}

/* service section end */

/* about section start */

.about_section {
  width: 100%;
  float: left;
}

.about_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #232222;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.about_taital::after {
  content: '';
  position: absolute;
  width: 100px;
  left: 0px;
  background-color: #015fc9;
  height: 10px;
  bottom: 0px;
  right: 0px;
  margin: 0 auto;
  border-radius: 20px;
}

.about_section_2 {
  width: 100%;
  float: left;
  background-color: #ffffff;
  height: auto;
  background-size: 100%;
}

.about_taital_main {
  width: 100%;
  float: left;
}

.slightly_text {
  width: 100%;
  float: left;
  font-size: 30px;
  color: #232222;
  font-weight: bold;
  margin-top: 60px;
}

.lorem_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #232222;
  margin: 30px 0px 30px 0px;
}

.readmore_btn {
  width: 170px;
  float: left;
  padding-top: 30px;
}

.readmore_btn a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fcfcfd;
  background-color: #015fc9;
  text-align: center;
  padding: 12px 0px;
  border-radius: 5px;
  font-weight: bold;
}

.readmore_btn a:hover {
  color: #ffffff;
  background-color: #232222;
}

.about_img img {
  width: 100%;
  float: left;
  height: 250px;
  object-fit: contain;
}

/* about section end */

/* testimonial section start */

.testimonial_section {
  width: 100%;
  float: left;
  padding-bottom: 65px;
}

.testimonial_taital {
  width: 100%;
  float: left;
  font-size: 50px;
  color: #111111;
  text-align: center;
  font-weight: bold;
}

.testimonial_text {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #232222;
  margin-left: 0px;
}

.testimonial_section_2 {
  width: 70%;
  margin: 0 auto;
  display: flex;
  padding-top: 40px;
  margin-bottom: 10px;
}

.testimonial_left {
  width: 30%;
  float: left;
}

.testimonial_right {
  width: 70%;
  float: left;
}

.client_img {
  width: 100%;
  float: left;
  position: relative;
  padding-top: 20px;
  padding-left: 20px;
}

.client_img::after {
  content: '';
  position: absolute;
  width: 180px;
  height: 214px;
  border: 2px solid #015fc9;
  left: 0px;
  top: 0px;
  z-index: -1;
}

.markro_text {
  width: 100%;
  float: left;
  font-size: 24px;
  color: #232222;
  font-weight: bold;
}

.many_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #2f2f2e;
  margin: 0px;
}

.quick_icon {
  width: 100%;
  float: left;
  padding-top: 20px;
}

#my_slider a.carousel-control-prev {
  position: absolute;
  left: 200px;
  top: 105%;
}

#my_slider a.carousel-control-next {
  position: absolute;
  right: inherit;
  top: 105%;
  left: 260px;
}

#my_slider .carousel-control-prev,
#my_slider .carousel-control-next {
  width: 50px;
  height: 50px;
  background: #015fc9;
  opacity: 1;
  font-size: 30px;
  color: #ffffff;
}

#my_slider .carousel-control-prev:hover,
#my_slider .carousel-control-next:hover,
#my_slider .carousel-control-prev:focus,
#my_slider .carousel-control-next:focus {
  background: #252525;
  color: #ffffff;
}

/* testimonial section end */

/* shop section start */

.shop_section {
  width: 100%;
  float: left;
  background-image: url(../images/shop-bg.png);
  height: auto;
  padding: 90px 0px;
  background-size: cover;
  margin-top: 90px;
}

.shop_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  text-align: center;
  color: #f8f8f8;
}

.shop_text {
  width: 100%;
  float: left;
  font-size: 16px;
  text-align: center;
  color: #f8f8f8;
  margin: 0px 0px 40px 0px;
}

.btn_main {
  width: 33%;
  margin: 0 auto;
  text-align: center;
}

.quote_bt {
  width: 170px;
  float: left;
}

.quote_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #015fc9;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}

.quote_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

.call_bt {
  width: 170px;
  float: left;
  margin-left: 15px;
}

.call_bt a {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #ffffff;
  background-color: #015fc9;
  padding: 10px 0px;
  text-align: center;
  border-radius: 5px;
  text-transform: uppercase;
}

.call_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

.call_bt.active a {
  background: #ffffff;
  color: #252525;
}

/* shop section end */

/* contact section start */

.contact_section {
  width: 100%;
  float: left;
  /* background-image: url(../images/contact-bg.png); */
  height: auto;
  background-size: 100%;
}

.contact_taital {
  width: 100%;
  float: left;
  color: #0b0b0b;
  font-weight: bold;
  font-size: 40px;
  padding-left: 100px;
}

.contact_section_2 {
  width: 100%;
  float: left;
}

.mail_section_1 {
  width: 100%;
  float: left;
  padding-left: 100px;
}

.mail_text {
  width: 100%;
  float: left;
  font-size: 16px;
  color: #363636;
  border: 0px;
  border: 1px solid #003471;
  background-color: #ffffff !important;
  padding: 10px 15px 10px 15px;
  margin-top: 20px;
}

.massage-bt {
  color: #363636;
  width: 100%;
  height: 110px;
  font-size: 18px;
  border: 1px solid #003471 !important;
  background-color: #ffffff !important;
  padding: 40px 15px 10px 15px;
  margin-top: 20px;
}

.send_bt {
  width: 170px;
  float: left;
  margin-top: 20px;
}

.send_bt a {
  width: 100%;
  float: left;
  background-color: #015fc9;
  color: #fefeff;
  text-align: center;
  padding: 12px 0px;
  font-size: 16px;
  border-radius: 4px;
}

.send_bt a:hover {
  background-color: #252525;
  color: #fefeff;
}

.padding_right0 {
  padding-right: 0px;
}

/* contact section start */

/* footer section start */

.footer_section {
  width: 100%;
  float: left;
  background-color: #16243d;
  height: auto;
  background-size: 100%;
  padding-bottom: 30px;
  background-repeat: no-repeat;
  margin-top: 90px;
  padding: 30px 0px;
}

.footer_section_2 {
  width: 100%;
  float: left;
  padding-top: 90px;
}

.useful_text {
  width: 100%;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 15px;
  font-weight: bold;
}

.footer_text {
  width: 68%;
  float: left;
  font-size: 16px;
  color: #f8f8f8;
  margin: 0px;
  padding-top: 10px;
}

.footer_menu {
  width: 100%;
  float: left;
}

.footer_menu ul {
  margin: 0px;
  padding: 0px;
}

.footer_menu li {
  font-size: 16px;
  color: #f8f8f8;
}

.footer_menu li a {
  color: #f8f8f8;
}

.footer_menu li a:hover {
  color: #015fc9;
}

.footer_menu li.active a {
  color: #015fc9;
}

.Enter_text {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #f8f8f8;
  background-color: transparent;
  padding: 8px 15px;
  margin-top: 10px;
  border: 1px solid #f8f8f8;
}

input.Enter_text::placeholder {
  color: #f8f8f8;
}

.subscribe_bt {
  width: 190px;
  float: left;
  margin-top: 20px;
}

.subscribe_bt a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #f8f8f8;
  background-color: #015fc9;
  text-align: center;
  padding: 12px 0px;
  text-transform: uppercase;
  border-radius: 4px;
}

.subscribe_bt a:hover {
  color: #252525;
  background-color: #ffffff;
}

.padding_left_15 {
  padding-left: 15px;
}

.social_icon {
  width: 100%;
  float: left;
}

.social_icon ul {
  margin: 0px;
  padding: 0px;
}

.social_icon li {
  float: left;
}

.social_icon li a {
  float: left;
  padding: 20px 30px 0px 0px;
  color: #f8f8f8;
  font-size: 22px;
}

.social_icon li a:hover {
  color: #015fc9;
}

/* footer section end */

/* copyright section start */

.copyright_section {
  width: 100%;
  float: left;
  background-color: #16243d;
  height: auto;
}

.copyright_text {
  width: 100%;
  color: #f8f8f8;
  text-align: center;
  font-size: 16px;
  margin: 20px 0px;
}

.copyright_text a {
  color: #f8f8f8;
}

.copyright_text a:hover {
  color: #015fc9;
}

.margin_top_90 {
  margin-top: 90px;
}
.indexList {
  display: flex;
  justify-content: space-between;
}
.indexList:hover {
  background: #e9ecef;
}
.indexOver {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumb_index {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  align-items: center;
}
.products_active {
  background: #015fc9;
  color: #fff;
}
.products_active:hover {
  background: #015fc9;
  color: #fff;
}
.products_inactive {
  background: #e9ecef;
  color: #6c757d;
}
.btn:focus {
  box-shadow: none !important;
}
.text_overflow3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_overflow2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
.text_overflow1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1; /* 显示的行数，可以根据需要修改 */
  overflow: hidden;
  text-overflow: ellipsis;
}
/* copyright section end */

/*======================================
    Find Job CSS
========================================*/
.find-job {
  /* background-color: #f6f9fc; */
}

.find-job .section-title {
  margin-bottom: 50px;
}

.find-job.job-list {
  padding-top: 70px;
}

.find-job .single-job {
  margin-top: 30px;
  padding: 40px;
  /* padding-left: 120px; */
  border: 1px solid #eee;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background-color: #fff;
}

.find-job .single-job:hover {
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.find-job .single-job .job-image {
  position: absolute;
  left: 40px;
  top: 50%;
  height: 50px;
  width: 50px;
  line-height: 50px;
  margin-top: -25px;
}

.find-job .single-job .job-content {
  position: relative;
}

.find-job .single-job .job-content h4 {
  /* padding-right: 200px; */
  position: relative;
  padding-bottom: 20px;
}

.find-job .single-job .job-content h4 a {
  font-size: 18px;
  font-weight: 500;
  color: #081828;
}

.find-job .single-job .job-content h4 a:hover {
  color: #2042e3;
}

.find-job .single-job .job-content p {
  display: inline-block;
  border-top: 1px solid #eee;
  padding-top: 18px;
  margin: 0;
}

.find-job .single-job .job-content ul {
  margin-top: 20px;
}

.find-job .single-job .job-content ul li {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 5px;
  margin-right: 3px;
  position: relative;
  color: #fcfcfd;
  background-color: #015fc9;
  padding: 5px 10px;
  border-radius: 3px;
}

.find-job .single-job .job-content ul li:last-child {
  margin-bottom: 0;
  margin-right: 0;
}

.find-job .single-job .job-content ul li i {
  font-size: 13px;
  display: inline-block;
  margin-right: 3px;
}

.find-job .single-job .job-content ul li a {
  color: #777;
}

.find-job .single-job .job-content ul li a:hover {
  color: #2042e3;
}

.find-job .single-job .job-button {
  position: absolute;
  right: 40px;
  top: 40px;
}

.find-job .single-job .job-button ul li {
  display: inline-block;
}

.find-job .single-job .job-button ul li a {
  padding: 5px 20px;
  border: 1px solid #eee;
  color: #081828;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
}

.find-job .single-job .job-button ul li a:hover {
  color: #fff;
  background-color: #2042e3;
  border-color: transparent;
}

.find-job .single-job .job-button ul li span {
  padding: 5px 20px;
  background-color: #2042e3;
  color: #fff;
  border-radius: 4px;
  font-size: 13px;
  text-transform: capitalize;
}

.find-job .search-job .search-nner {
  padding: 30px;
  border: 1px solid #eee;
  background-color: #fff;
  border-radius: 6px;
}

.find-job .search-job .search-nner input {
  height: 50px;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 4px;
  font-size: 14px;
  color: #081828;
  padding: 0px 20px;
}

.find-job .search-job .search-nner .btn {
  width: 100%;
}
/* Pagination CSS */
.pagination {
  text-align: center;
  margin: 40px 0 0 0;
  justify-content: center;
  /* display: block; */
}

.pagination.center {
  text-align: center;
}

.pagination.right {
  text-align: right;
}

.pagination.left {
  text-align: left;
}

.pagination .pagination-list {
  display: inline-block;
  overflow: hidden;
}

.pagination .pagination-list li {
  margin-right: 5px;
  display: inline-block;
}

.pagination .pagination-list li:last-child {
  margin-right: 0px;
}

.pagination .pagination-list li a {
  background: #fff;
  color: #081828;
  font-weight: 500;
  font-size: 13px;
  border-radius: 0;
  line-height: 40px;
  height: 40px;
  width: 40px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #eee;
}

.pagination .pagination-list li.active a,
.pagination .pagination-list li:hover a {
  background: #2042e3;
  color: #fff;
  border-color: transparent;
}

.pagination .pagination-list li a i {
  font-size: 13px;
}

.blog-grids.pagination {
  margin-top: 50px;
  text-align: center;
}

.button .btn {
  display: inline-block;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 500;
  padding: 15px 30px;
  background-color: #2042e3;
  color: #fff;
  border: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-radius: 4px;
}

.button .btn:hover {
  background-color: #081828;
  color: #fff;
  -webkit-box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
  box-shadow: 0 1rem 3rem rgba(35, 38, 45, 0.15) !important;
}

.button .btn-alt {
  background-color: #081828;
  color: #fff;
}

.button .btn-alt:hover {
  background-color: #2042e3;
  color: #fff;
}

.align-left {
  text-align: left;
}

.align-right {
  text-align: right;
}

.align-center {
  text-align: center;
}

#loading-area {
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  opacity: 1;
  z-index: 999999999;
  background-image: url(../images/loading.svg);
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center;
}

.newsNavFlag::before {
  content: '';
  width: 5px;
  height: 18px;
  border-radius: 2px;
  background: #015fc9;
  margin-right: 5px;
  vertical-align: middle;
  display: inline-block;
}
.serviceItem-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
  padding-left: 1.25rem;
}
.service_Overflow {
  margin: 0;
  margin-bottom: 20px;
  font-size: 14px;
  height: 195px;
  overflow: scroll;
}
.service_Overflow::-webkit-scrollbar {
  display: none;
}
.essaydetail_title {
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
}
.essaydetail_line {
  width: 100%;
  height: 1px;
  /* background: #666; */
  border-top: 1px solid #eee;
  margin-bottom: 20px;
}
.page-item.active .page-link {
  color: #fff !important;
}
.htmlTexT p {
  margin: 0 !important;
  line-height: 24px !important;
}

.button_a {
  width: 100%;
  float: left;
  background-color: #015fc9;
  color: #fefeff;
  text-align: center;
  padding: 12px 0px;
  font-size: 16px;
  border-radius: 4px;
}
