@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Merriweather+Sans:wght@400;700&display=swap");

body {
  font-family: 'Lato', sans-serif;
  color: #040000;
}

.layout_padding {
  padding-top: 120px;
  padding-bottom: 120px;
  background: linear-gradient(124deg, rgb(214 177 136) 0%, rgb(197 160 113 / 37%) 35%, #147898a6 100%);
}

.bg-new-prv {
  padding-top: 45px;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 30px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 120px;
}

.layout_padding-bottom {
  padding-bottom: 120px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading_container h2 {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  text-decoration: underline;
}

.heading_container p {
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;

}

h1,
h2 {
  font-family: 'Merriweather Sans', sans-serif;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

/*header section*/
.hero_area {
  position: relative;
  background-color: #d1e3ff;
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.header_section .header_top {
  padding: 15px 0;
  background-color: #000000;
}

.header_section .header_top .contact_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header_section .header_top .contact_nav a {
  color: #ffffff;
}

.header_section .header_top .contact_nav a i {
  color: #ff8a1d;
}

.header_section .header_bottom {
  padding: 1px 0;
  background: white;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  color: #000000;
  font-weight: bold;
  font-size: 24px;
  font-weight: bold;
}

.navbar-brand img {
  width: 140px;
  /* height: 65px; */
}

.custom_nav-container {
  padding: 0;
  height: 60px;
}

.custom_nav-container .navbar-nav {
  margin-left: auto;
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 10px 25px;
  color: white;
  text-align: center;
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link,
.custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: white;
}

.custom_nav-container .form-inline .nav_search-btn {
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
  color: #000000;
}

.custom_nav-container .form-inline .nav_search-btn:hover {
  color: #0355cc;
}

.custom_nav-container .navbar-toggler {
  outline: none;
}

.custom_nav-container .navbar-toggler {
  padding: 0;
  width: 37px;
  height: 42px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span {
  display: block;
  width: 35px;
  height: 4px;
  background-color: #ffffff;
  margin: 7px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::before,
.custom_nav-container .navbar-toggler span::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  top: -10px;
  border-radius: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.custom_nav-container .navbar-toggler span::after {
  top: 10px;
  background-color: white;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] span::before,
.custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  top: 0;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-1 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin: 0;
  margin-bottom: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-2 {
  display: none;
}

.custom_nav-container .navbar-toggler[aria-expanded="true"] .s-3 {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0;
  margin-top: -4px;
}

.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-1,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-2,
.custom_nav-container .navbar-toggler[aria-expanded="false"] .s-3 {
  -webkit-transform: none;
  transform: none;
}

.quote_btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.quote_btn-container a {
  color: #ffffff;
  margin-right: 25px;
  text-transform: uppercase;
}

.quote_btn-container a span {
  margin-left: 5px;
}

.quote_btn-container a:hover {
  color: #ff8a1d;
}

/*end header section*/
/* slider section */
.slider_section {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-size: cover;
  background-position: bottom;
  background: linear-gradient(90deg, rgba(2, 0, 36, 1) 0%, rgb(255 108 10) 35%, rgba(0, 212, 255, 1) 100%);
}

.slider_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider_section #customCarousel1 {
  width: 100%;
  position: unset;
}

.slider_section .detail-box {
  padding-bottom: 90px;
}

.slider_section .detail-box h1 {
  font-weight: bold;
  margin-bottom: 25px;
  color: white;
}

.slider_section .detail-box p {
  color: white;
  font-size: 15px;
}

.slider_section .detail-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.slider_section .img-box img {
  width: 100%;
}

.feature_section {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.feature_section .feature_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.feature_section .feature_container .box {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  margin: 0 10px;
  padding: 45px 15px;
  background-color: #ffffff;
  color: #555089;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);
}

.feature_section .feature_container .box .img-box {
  width: 90px;
  height: 90px;
}

.feature_section .feature_container .box .img-box svg {
  width: 100%;
  height: auto;
  max-height: 100%;
  fill: #726dae;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.feature_section .feature_container .box .img-box svg path {
  fill: #726dae;
}

.feature_section .feature_container .box .name {
  margin-top: 20px;
  text-transform: uppercase;
  font-family: 'Merriweather Sans', sans-serif;
  margin-bottom: 0;
}

.feature_section .feature_container .box:hover,
.feature_section .feature_container .box.active {
  background-color: #ff8a1d;
  color: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg,
.feature_section .feature_container .box.active .img-box svg {
  fill: #ffffff;
}

.feature_section .feature_container .box:hover .img-box svg path,
.feature_section .feature_container .box.active .img-box svg path {
  fill: #ffffff;
}

.about_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about_section .detail-box h2 {
  /* text-transform: uppercase; */
  font-weight: bold;
  color: #082d7c
}

.about_section .detail-box p {
  margin-top: 10px;
  word-spacing: 2.5px;
}

.about_section .detail-box a {
  margin-top: 15px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 2px;
  color: #ffffff;
}

.about_section .detail-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.about_section .img-box img {
  width: 100%;
  border-radius: 30px;
  /* border-radius: 16px;
  border: 1px solid #000000;
  box-shadow: 1px 1px 0px 2px #3c342d4f; */
}

.professional_section {
  /* background-color: #d1e3ff; */
  background: linear-gradient(90deg, rgb(227 112 0) 0%, rgb(234 233 239) 35%, #007bffa6 100%);
}

.professional_section .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.professional_section .img-box img {
  width: 100%;
}

.professional_section .detail-box h2 {
  text-transform: uppercase;
  font-weight: bold;
  color: #0355cc;
}

.professional_section .detail-box p {
  margin-top: 20px;
}

.professional_section .detail-box a {
  margin-top: 25px;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 2px;
  color: #ffffff;
}

.professional_section .detail-box a:hover {
  background-color: transparent;
  color: #ff8a1d;
}

.service_section {
  position: relative;
  background: linear-gradient(124deg, rgb(214 177 136) 0%, rgb(197 160 113 / 37%) 35%, #147898a6 100%);
}

.service_section .box {
  margin-top: 30px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
  padding: 25px 15px;
  -webkit-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 345px;
  background: white;
  border-radius: 10px;
}


.service_section .box .img-box {
  width: 65px;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service_section .box .img-box img {
  max-height: 100%;
  max-width: 100%;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.service_section .box .detail-box {
  margin-top: 15px;

}

.service_section .box .detail-box h5 {
  font-weight: bold;
  font-family: math;
}

.service_section .box .detail-box p {
  margin: 0;
}

.service_section .box:hover {
  background-color: #ff8a1d;
  color: #ffffff;
  box-shadow: 2px 2px 9px 6px #2a272757;
}

.service_section .box:hover .img-box img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.service_section .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 45px;
}

.service_section .btn-box a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
}

.service_section .btn-box a:hover {
  background-color: transparent;
  color: #0355cc;
}

.client_section .heading_container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.client_section .box {
  margin: 15px;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  padding: 25px;
}

.client_section .box .client_id {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.client_section .box .client_id .img-box {
  width: 125px;
  min-width: 125px;
  margin-right: 15px;
}

.client_section .box .client_id .img-box img {
  width: 100%;
  border-radius: 100%;
}

.client_section .box .client_id .client_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 25px;
}

.client_section .box .client_id .client_detail .client_info h6 {
  margin-bottom: 0;
}

.client_section .box .client_id .client_detail .client_info i {
  color: #fbaf5d;
}

.client_section .box .client_text {
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 20px;
}

.client_section .owl-carousel .owl-nav button {
  width: 50px;
  height: 50px;
  background-color: #000000;
  outline: none;
  margin: 0 20px;
  color: #ffffff;
  border-radius: 50px;
}

.heading_container {
  margin-bottom: 30px;
}

.contact_section input {
  width: 100%;
  border: none;
  height: 50px;
  margin-bottom: 25px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  /* border: 1px solid #000000;
  box-shadow: 1px 1px 0px 2px #3c342d4f; */
}

.contact_section input::-webkit-input-placeholder {
  color: #737272;
}

.contact_section input:-ms-input-placeholder {
  color: #737272;
}

.contact_section input::-ms-input-placeholder {
  color: #737272;
}

.contact_section input::placeholder {
  color: #737272;
}

.contact_section input.message-box {
  height: 135px;
}

.contact_section button {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
  margin-top: 15px;
}

.contact_section button:hover {
  background-color: transparent;
  color: #0355cc;
}

.contact_section .map_container {
  height: 360px;
}

.contact_section .map_container .map {
  height: 100%;
}

/* .info_section {
  padding: 75px 0;
  background-color: #0a0f43;
  text-align: center;
  color: #fff;
}

.info_section h4 {
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 25px;
}

.info_section .social-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.info_section .social-box .box {
  background-color: #ffffff;
  padding: 5px 15px;
}

.info_section a {
  margin: 0 5px;
  color: #0355cc;
}

.info_section a i {
  font-size: 18px;
}

.info_section a:hover {
  color: #ff8a1d;
}

.info_items a {
  position: relative;
}

.info_items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.info_items .item .img-box {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 80px;
  background-color: #0355cc;
  color: #ffffff;
}

.info_items .item .img-box i {
  font-size: 24px;
}

.info_items .item p {
  margin-top: 25px;
  color: #fff;
  margin-bottom: 0;
  background-color: #0a0f43;
}

.info_items .item:hover .img-box {
  background-color: #ff8a1d;
}

.info_items {
  position: relative;
}

.info_items::before {
  content: "";
  position: absolute;
  top: 65px;
  width: 75%;
  height: 1px;
  background-color: #fff;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* footer section*/
/* .footer_section {
  background-color: #0a0f43;
}

.footer_section p {
  margin: 0;
  padding: 25px 0;
  color: #ffffff;
  text-align: center;
  border-top: 0.8px solid #ffffff;
} */



/* .footer_section a {
  color: inherit;
} */
*/ h1,
h2,
h3,
h4,
h5,
h6 {}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a,
a:active,
a:focus {
  color: #333;
  text-decoration: none;
  transition-timing-function: ease-in-out;
  -ms-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -webkit-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-duration: .2s;
  -ms-transition-duration: .2s;
  -moz-transition-duration: .2s;
  -webkit-transition-duration: .2s;
  -o-transition-duration: .2s;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
}

section {
  /* padding: 60px 0; */
  /* min-height: 100vh;*/
}



.main-footer {
  position: relative;
  padding: 110px 0px 0px;
  background-color: #ffffff;
  /* background-image: linear-gradient(116deg, #8ec5fc78 0%, #e0c3fc7a 100%); */
  background-repeat: repeat-x;
  background-position: right bottom;
  border-top: 1px solid black;
}

.main-footer .footer-widget {
  position: relative;
  margin-bottom: 40px;
}

.main-footer .widgets-section {
  position: relative;
  /* padding-bottom: 60px; */
}

.main-footer .footer-widget h2 {
  position: relative;
  font-size: 22px;
  font-weight: 600;
  color: #161c42;
  line-height: 1.2em;
  margin-bottom: 30px;
  margin-top: 25px;
  text-transform: capitalize;
}

.main-footer .about-widget {
  position: relative;
}

.main-footer .about-widget .logo {
  position: relative;
  margin-bottom: 15px;
  width: 210px;
}

.main-footer .about-widget .text {
  position: relative;
}

.main-footer .about-widget .text p {
  position: relative;
  color: #000000;
  font-size: 15px;
  line-height: 1.7em;
  margin-bottom: 20px;
}

.main-footer .about-widget .text p:last-child {
  margin-bottom: 0px;
}

/* Footer List */

.main-footer .footer-list {
  position: relative;
}

.main-footer .footer-list li {
  position: relative;
  margin-bottom: 17px;
}

.main-footer .footer-list li a {
  position: relative;
  color: #000000;
  font-size: 15px;
  padding-left: 15px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-list li a:hover {
  text-decoration: none;
  color: #ff8a1d;
}

.main-footer .footer-list li a:before {
  position: absolute;
  /* content: '\f105'; */
  left: 0px;
  top: 0px;
  color: #8a8d91;
  font-weight: 800;
  font-family: 'Font Awesome 5 Free';
}

/*Gallery Widget*/

.main-footer .gallery-widget {
  position: relative;
  max-width: 350px;
}

.main-footer .gallery-widget .images-outer {
  position: relative;
  margin: 0px -3px;
}

.main-footer .gallery-widget .image-box {
  position: relative;
  float: left;
  width: 33.333%;
  padding: 0px 5px;
  margin-bottom: 10px;
}

.main-footer .gallery-widget .image-box img {
  position: relative;
  display: block;
  width: 100%;
  border-radius: 4px;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .gallery-widget .image-box img:hover {
  opacity: 0.70;
}

/* Info List */

.main-footer .info-list {
  position: relative;
}

.main-footer .info-list li {
  position: relative;
  color: #000000;
  font-size: 15px;
  line-height: 1.8em;
  margin-bottom: 12px;
}

.main-footer .info-widget .social-links {
  position: relative;
  float: left;
  padding: 15px 0px;
}

.main-footer .info-widget .social-links li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.main-footer .info-widget .social-links li:last-child {
  margin-right: 0px;
}

.main-footer .info-widget .social-links li a {
  position: relative;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .info-widget .social-links li.google a {
  background-color: #e70000;
}

.main-footer .info-widget .social-links li.google a:hover {
  background-color: #000000;
}

.main-footer .info-widget .social-links li.facebook a {
  background-color: #0b44bd;
}

.main-footer .info-widget .social-links li.facebook a:hover {
  background-color: #000000;
}

.main-footer .info-widget .social-links li.twitter a {
  background-color: #0a76c9;
}

.main-footer .info-widget .social-links li.twitter a:hover {
  background-color: #000000;
}

.main-footer .info-widget .social-links li.instagram a {
  background-color: #f2053be3;
}

.main-footer .info-widget .social-links li.instagram a:hover {
  background-color: #000000;
}

.main-footer .info-widget .social-links li.linkedin a {
  background-color: #0075b9;
}

.main-footer .info-widget .social-links li.linkedin a:hover {
  background-color: #000000;
}

.main-footer .info-widget .social-links li.vimeo a {
  background-color: #1ab7ea;
}

.main-footer .footer-bottom {
  position: relative;
  padding: 20px 0px;
  border-top: 1px solid #e5e5e5;
}

.main-footer .footer-bottom .footer-nav {
  position: relative;
  text-align: right;
}

.main-footer .footer-bottom .footer-nav li {
  position: relative;
  padding-right: 10px;
  margin-right: 10px;
  line-height: 1.1em;
  display: inline-block;
  border-right: 1px solid #8a8d91;
}

.main-footer .footer-bottom .footer-nav li:last-child {
  padding-right: 0px;
  margin-right: 0px;
  border-right: none;
}

.main-footer .footer-bottom .footer-nav li a {
  position: relative;
  color: #8a8d91;
  font-size: 15px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav li a:hover {
  color: #ff6666;
  text-decoration: underline;
}

.why_choose_us_section {
  background: linear-gradient(124deg, rgb(214 177 136) 0%, rgb(197 160 113 / 37%) 35%, #147898a6 100%);
}

.new-custome-contact-nav {
  padding: 10px;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */
iframe {
  width: 100%;
  height: 360px;
  border: 0;
}

.owl-nav {
  position: absolute;
  top: 34%;
  gap: 1110px;
}

.client_section .owl-carousel .owl-nav button {
  margin: 0px 0px;
  right: 3%;
  position: relative;
  /* margin-right: 60px; */
}

.owl-prev {
  margin: 0 0 0 0;
}

.service_section .box {
  /* height: auto; */
}

@media screen and (max-width:1280px) {

  .client_section .owl-carousel .owl-nav {
    display: none;
  }
}

/* @media screen and (max-width:1024px) {
  .client_section .owl-carousel .owl-nav {
    display: none;
}
} */
@media screen and (min-width:580px) and (max-width:991px) {
  .service_section .box {
    height: 415px;
  }
}

@media screen and (min-width:768px) and (max-width:1199px) {
  .service_section .box .detail-box p {
    margin: 0;
    font-size: 12px;
  }
}

/* .service_section .btn-box a:hover {
  background: linear-gradient(199deg, rgb(242 179 109 / 33%) 0%, rgb(197 160 113 / 37%) 35%, #ff0606a6 100%);
  color: white;
} */

.about_section .detail-box a:hover {
  background-color: #000000;
  color: white;
}

.slider_section .detail-box a:hover {
  background-color: #0000007a;
  color: white;
}

.professional_section .detail-box a:hover {
  background-color: #000000;
  color: #ff7b00;
}



.rdx-head {
  margin: 59px 0 0 0;
}

.nav-op {
  height: 81px;
  position: absolute;
  z-index: 999;
  width: 100%;
  background-color: white;
}

.sticky-active {
  background-color: #000000;
  left: 0;
  position: fixed;
  top: 0;
  padding: 10px 20px;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ffffffb3;
  -webkit-box-shadow: 2px 2px 9px 5px grey;
  ;
  box-shadow: 2px 2px 9px 5px grey;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 2px 2px 40px 0px #00000078;
}

.header_bottom {
  padding: 10px 0;
}

.heading_container h2 {
  margin-top: 30px;
}

/* icon hover social */
/* .main-footer .gallery-widget {
  max-width: 285px;
  padding: 0 15px 0 5px;
} */

.h5 {
  font-family: serif !important;
}


/* icon hover social */
.contact_section button:hover {
  background: linear-gradient(124deg, rgb(236 231 225 / 87%) 0%, rgb(206 206 206 / 37%) 35%, #56bddea6 100%);
  color: black;
}

.service_section .btn-box a:hover {
  background: linear-gradient(124deg, rgb(236 231 225 / 87%) 0%, rgb(206 206 206 / 37%) 35%, #56bddea6 100%);
  color: black;
}

.client_section .owl-carousel .owl-nav button:hover {
  background: rgb(255 108 10);
}

@media screen and (max-width:992px) {
  .custom_nav-container .navbar-nav {
    margin-left: auto;
    position: relative;
    background: white;
    width: 190px;
  }

  .navbar-nav li {
    border-bottom: 1px solid #0000007d;
  }

  .rdx-nav-1 {
    margin-top: 30px;
  }

  .header_section .header_bottom {
    padding: 1px 0;
  }
}

/* .navbar-nav li{
  border-bottom: 1px solid #0000007d;
} */

@media (max-width: 992px) {
  #navbarSupportedContent {
    margin-top: 30px !important;
  }
}

/* .show-R-style{
  color: green;
  margin: 25px 0 0 60px;
}

.show-R-style img{
max-width: 5%;
height: auto;
margin: 0 6px 4px 0;
} */

.nav-link:hover {
  background: #00b5ff;
  border-radius: 2px;
  color: white;
}

/* //////////////////////////////lodr */
.btn-style {
  padding: 7px 30px !important;
  display: flex !important;
  gap: 6px;
  align-items: center;
  justify-content: center;
}

@media (min-width: 320px) and (max-width: 991px) {

  .custom_nav-container .navbar-nav .nav-item:hover .nav-link,
  .custom_nav-container .navbar-nav .nav-item.active .nav-link {
    color: rgb(0, 0, 0);
  }

  .custom_nav-container .navbar-nav .nav-item .nav-link {
    color: rgb(0, 0, 0);
  }
}

/* .main-footer .info-list li:hover {
  color: #e87b0f;
  cursor: pointer;
} */

/* ///////////////blog design/////////////////////// */
.blog-parent {
  height: auto;
  /* background-color: #8080804f; */
  /* padding-top: 100px; */
  /* border-bottom: 2px solid rgba(0, 0, 0, 0.212); */
}

.blog-image {
  height: 300px;
  width: 75%;
  /* background-color: red; */
  margin-left: 20px;
}

.blog-child {
  height: 300px;
  width: 75%;
  /* background-color: red; */
  margin-right: 20px;
}

.mid-parrent {
  width: 76%;
  /* height: 700px; */
  /* background-color: grey; */
  /* margin: 25px; */
  display: flex;
  align-items: center;
  gap: 40px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.head-content h2 {
  font-family: system-ui;
  font-weight: 700;
  /* color: #04359d; */
  display: flex;
  justify-content: center;
}

.head-content span {
  display: flex;
  justify-content: center;
}

/* .blog-parent span{
  font-family: system-ui;
  font-weight: 700;
  color: #04359d;
  margin-left: 50px;
  margin-bottom: 40px;
  text-decoration: underline;
  background: aquamarine;
  width: 92%;
} */
.head-content {
  /* background: #706a6a69; */
  /* width: 93%; */
  margin-left: 30px;
  /* margin-bottom: 20px; */
  /* height: 100px; */
  margin-top: 100px;
  /* position: relative; */
  margin-bottom: 35px;
}

.blog-image img {
  position: absolute;
  right: 0px;
  top: 5px;
  width: 100%;
  height: 250px;
}

.blog-child h1 {
  font-weight: bold;
  font-size: 30px;
}

.blog-child p {
  width: 490px;
}

.blog-child a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 45px;
  background-color: #ff8a1d;
  border: 1px solid #ff8a1d;
  border-radius: 5px;
  color: #ffffff;
  margin-top: 15px;
}

.careeier-suvidha {
  height: auto;
  /* background-color: #8080804f; */
  /* padding-top: 100px; */
  /* padding-left: 40px; */
  margin-bottom: 10px;
}

.content-carrier {
  height: auto;
  width: 60%;
  background-color: #1a05050f;
  /* margin-left: 20px; */
  padding: 20px 10px 0px 20px;
  border-radius: 5px;
  line-height: 30px;
  box-shadow: 0px 0px 4px 1px #00000059;
  border-radius: 5px;
}

.content-carrier h3 {
  font-weight: bold;
  margin-bottom: 15px;
} 

.content-carrier p {
  margin-bottom: 0px;
}

.mid-parrent-2 {
  width: 95%;
  /* height: 700px; */
  /* background-color: grey; */
  margin: 25px;
  display: flex;
  /* align-items: center; */
  gap: 15px;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.from-vaccancy {
  height: auto;
  width: 75%;
  /* background-color: rgba(100, 98, 98, 0.808); */
  /* margin-right: 20px; */
  box-shadow: 0px 0px 4px 1px #00000059;
  border-radius: 5px;
}

.career-1 {
  padding: 20px;
}

.main-lbl label {
  width: 100%;
  margin: .7em 0 .7em 0;
}

.main-lbl label span input {
  width: 100%;
  padding: 4px 4px;
}

.subtitle {
  font-size: 22px;
}

.main-lbl label span textarea {
  height: 160px;
  width: 100%;
}

@media screen and (max-width:1024px) {
  .mid-parrent {
    flex-direction: column;
    gap: 275px;
  }

  .blog-image {
    height: auto;
    max-width: 75%;
    /* background-color: red; */
    margin-left: 20px;
  }

  .blog-child {
    max-width: 75%;
  }

  .blog-image img {
    height: auto;
  }

  .blog-child p {
    width: auto;
  }
}

@media screen and (max-width:992px) {
  .mid-parrent-2 {
    flex-direction: column;
    align-items: center;
  }

  .content-carrier {
    max-width: 70%;
    width: 70%;
    margin-left: 0px;
  }

  .from-vaccancy {
    max-width: 70%;
  }
}

.wpcf7-validates-as-required {
  width: 100%;
  height: 35px;
}


/* ///// Blog-detail-Start     ////// */


.cs-blog {
  margin-bottom: 30px;
}

.cs-blog h2 {
  font-size: 20px;
  letter-spacing: -1px;
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  text-transform: uppercase;
}

.cs-blog::after {
  clear: both;
  content: "";
  display: block;
}

ul.blog-list {
  list-style: outside none none;
  margin: -30px 0 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.blog-list.blog-slide {
  margin: 0;
}

.blog-list.blog-slider {
  margin: 0;
}

ul.blog-list li {
  float: left;
  list-style: outside none none;
  margin: 30px 0 0;
}

.blog-slide .slick-list {
  margin: 0 -15px;
}

ul.blog-list.blog-slide li {
  margin-bottom: 10px;
  margin-top: 0;
}

ul.blog-list li:first-child {
  border: 0 none;
}

ul.blog-list li figure {
  overflow: hidden;
  position: relative;
}

ul.blog-list li figure img {
  width: 100%;
}

ul.blog-list li .cs-text {
  border: 1px solid #f0f0f0;
  overflow: hidden;
  padding: 15px 20px;
}


.cs-blog-detail .cs-text .post-option {
  border-top: 1px solid #f0f0f0;
  float: left;
  padding-top: 10px;
  width: 100%;
}

.cs-blog-detail .cs-text .post-option span a {
  color: #777;
}

.widget ul.blog-list li .cs-text {
  height: auto;
  margin: 0;
  min-height: inherit;
  padding: 9px 0 13px;
}

ul.blog-list li .cs-text span {
  color: #8b919e;
  display: inline-block;
  font-size: 12px;
  line-height: 19px;
}

ul.blog-list li .cs-text p {
  margin-bottom: 12px;
}

ul.blog-list li .cs-text h5 {
  border-bottom: 1px solid #fff;
  font-size: 15px;
  margin: 0;
  min-height: 56px;
  padding: 0 0 5px;
}

ul.blog-list li .cs-text h5 a {
  color: #292c33;
}

ul.blog-list li .cs-text .readmore {
  float: right;
  font-size: 11px;
  line-height: 20px;
  padding-top: 6px;
  position: relative;
  text-transform: uppercase;
}

ul.blog-list .slick-list.draggable {
  overflow: hidden;
}

.cs-auther-name a {
  color: #999;
}

.blog-list .slick-arrow {
  background-color: #f9f9f9;
  float: left;
  height: 29px;
  margin: 5px 0 0 5px;
  text-align: center;
  width: 29px;
}

.blog-list .slick-arrow a {
  color: #999;
  font-size: 18px;
  line-height: 32px;
}

.cs-blog.classic {
  margin: 0 0 30px;
}

.cs-blog.classic ul {
  margin: 0;
}

.cs-blog.classic li {
  border-top: 2px solid #eceef0;
  float: left;
  list-style: outside none none;
  padding: 16px 0;
  width: 100%;
}

.cs-blog.classic p {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 100%;
}

.cs-blog.classic p i {
  color: #c4c6c8;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.cs-blog.classic span {
  display: inline-block;
  float: right;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
}

.cs-blog.classic span i {
  color: #e2e5e8;
  float: right;
  font-size: 24px;
  margin: 2px 0 0 10px;
}

.cs-pagination-blog {
  margin-bottom: 30px;
}

.cs-blog.blog-medium {
  border-bottom: 0 none;
  margin: 0;
  padding-bottom: 30px;
}

.cs-blog.blog-medium::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog.blog-medium .blog-text .cs-post-title {
  clear: both;
}

.cs-blog .cs-media figure {
  position: relative;
}

.cs-blog .cs-media figure figcaption {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  width: 100%;
}

.cs-blog .cs-media:hover figure figcaption {
  opacity: 1;
  visibility: visible;
}

.cs-blog.blog-medium .post-title h3 {
  margin-bottom: 0;
}

.cs-blog .post-title {
  margin-bottom: 10px;
}

.cs-blog.blog-medium .cs-media figure figcaption .cs-readmore a {
  color: #fff;
  font-size: 24px;
  left: 50%;
  margin: -10px 0 0 -65px;
  position: absolute;
  top: 50%;
  transform: scale(0.7);
}

.cs-blog.blog-medium .cs-media:hover figure figcaption .cs-readmore a {
  transform: scale(1);
}

.cs-blog.blog-medium:last-child {
  border-bottom: medium none;
  padding-bottom: 40px;
}

.blog-medium .cs-media {
  display: inline-block;
  margin-right: 30px;
  vertical-align: middle;
  width: 37%;
}

.blog-modern .cs-media {
  display: inline-block;
  margin-right: -4px;
  vertical-align: middle;
  width: 48.6%;
}

.blog-medium .cs-media figure img,
.blog-modern .cs-media img {
  width: 100%;
}

.blog-medium .cs-media~.blog-text {
  display: inline-block;
  float: none;
  margin-right: 0;
  vertical-align: middle;
  width: 58%;
}

.blog-modern .blog-text {
  display: inline-block;
  margin-right: -4px;
  padding-left: 30px;
  vertical-align: middle;
  width: 51.4%;
}

.blog-modern .blog-text .cs-post-title {
  margin-bottom: 5px;
  padding-bottom: 1px;
  position: relative;
}

.blog-modern .blog-text .cs-post-title::after {
  bottom: 1px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 27px;
}

.blog-modern .blog-text .blog-separator {
  margin: 0 0 10px;
}

.blog-modern .blog-text .blog-separator::before {
  display: none;
}

.blog-medium .blog-text {
  width: 99.1%;
}

.blog-medium .blog-text p {
  display: inline;
  margin: 0 0 15px;
}

.blog-medium .blog-separator {
  margin: 0 0 10px;
}

.cs-blog .cs-categories,
.cs-blog-detail .cs-categories {
  display: block;
  margin: 0 0 12px;
}

.cs-blog .cs-categories a,
.cs-blog-detail .cs-categories a {
  border-bottom: 2px solid #ededed;
  color: #55a747;
  display: inline-block;
  font-size: 10px;
  margin-right: 5px;
  padding-bottom: 2px;
  text-transform: uppercase;
}

.cs-blog-detail .post-option {
  float: right;
}

.cs-blog .post-option span a,
.cs-blog-detail .post-option span a {
  color: #999 !important;
  display: inline-block;
  font-size: 12px;
  margin-right: 18px;
  vertical-align: middle;
}

.cs-blog .post-option span i,
.cs-blog-detail .post-option span i {
  display: inline-block;
  font-size: 14px;
  margin-right: 10px;
  vertical-align: middle;
}

.cs-blog-detail .post-option span.post-category i {
  margin: 0;
}

.cs-blog-detail .post-option .post-category a {
  margin-left: 10px;
  margin-right: 0;
}

.cs-blog-detail .post-option .post-date {
  margin-left: 18px;
}

.cs-blog-detail .cs-text .post-option span i {
  float: left;
  margin: 3px 8px 0 0;
}

.cs-blog.blog-grid figure img {
  width: 100%;
}

.cs-blog.blog-grid .cs-media~.blog-text {
  margin: -30px 0 0;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.cs-blog.blog-grid .cs-inner-bolg {
  background-color: #fff;
  display: inline-block;
  padding: 20px 25px;
  width: 100%;
}

.cs-blog.blog-grid .blog-text p {
  margin: 0 0 5px;
}

.cs-blog.blog-grid .post-option {
  line-height: normal;
  margin: 0 0 10px;
}

.cs-blog.blog-grid .post-option span {
  color: #8b919e;
  font-size: 10px;
  margin: 0 15px 0 0;
  position: relative;
  text-transform: uppercase;
}

.cs-blog.blog-grid .post-option span::before {
  background-color: #8b919e;
  border-radius: 100%;
  content: "";
  height: 3px;
  left: -10px;
  position: absolute;
  top: 5px;
  width: 3px;
}

.cs-blog.blog-grid .post-option span:last-child {
  margin: 0;
}

.cs-blog.blog-grid .post-option span:first-child::before {
  display: none;
}

.cs-blog.blog-grid .read-more {
  display: inline-block;
  font-size: 12px;
  position: relative;
}

.cs-blog.blog-grid .read-more::before {
  content: "";
  font-family: "icomoon";
  font-size: 14px;
  position: absolute;
  right: -15px;
  top: 0;
}

.blog-large .cs-media img {
  width: 100%;
}

.blog-large .cs-text {
  margin: 0 0 20px;
  position: relative;
  z-index: 1;
}

.blog-large .cs-media~.cs-text {
  background-color: #fff;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 100%;
}

.cs-blog .cs-author,
.cs-blog-detail .cs-author {
  float: left;
  margin: 0 0 10px;
}

.cs-blog .cs-author figure,
.cs-blog-detail .cs-author figure {
  display: inline-block;
  height: 32px;
  margin: 0 10px 0 0;
  vertical-align: middle;
  width: 32px;
}

.cs-blog .cs-author figure img,
.cs-blog-detail .cs-author figure img {
  border-radius: 100%;
}

.cs-blog .cs-author .cs-text,
.cs-blog-detail .cs-author .cs-text {
  display: inline-block;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}

.cs-blog .cs-author .cs-text a,
.cs-blog-detail .cs-author .cs-text a {
  color: #555;
  font-size: 13px;
}

.blog-large .post-option,
.cs-blog.blog-medium .post-option {
  float: right;
}

.cs-blog.blog-large .post-option span i,
.cs-blog.blog-medium .post-option span i {
  color: #cfcfcf;
}

.post-option span i {
  margin-right: 5px;
  transition: all 0.3s ease-in-out 0s;
}

.blog-separator {
  border-bottom: 1px solid #f1f1f1;
  display: inline-block;
  margin: 20px 0 25px;
  position: relative;
  width: 100%;
}

.blog-large .cs-text p {
  margin: 0 0 25px;
}

.blog-large .read-more {
  border: 1px solid;
  border-radius: 20px;
  display: inline-block;
  font-size: 12px;
  padding: 4px 20px;
  text-transform: uppercase;
}

.blog-large .cs-post-title {
  margin: 0 0 15px;
}

.blog-large .cs-post-title h3 {
  margin: 0;
}

.cs-blog-detail .cs-post-title h1 {
  margin: 0 0 10px;
}

.cs-blog-detail .cs-post-title::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog-detail .cs-main-post img {
  width: 100%;
  filter: drop-shadow(0px 14px 14px black);
}

.cs-blog-detail .cs-main-post {
  margin-bottom: 25px;
}

.cs-blog-detail .cs-admin-post .cs-media figure,
.cs-blog-detail .cs-admin-post .cs-media figure img {
  border-radius: 100%;
}

.cs-blog-detail .cs-admin-post .cs-text {
  overflow: hidden;
}

.cs-blog-detail .cs-admin-post {
  float: left;
  width: 40%;
}

.cs-blog-detail .cs-admin-post .cs-media {
  float: left;
  height: 46px;
  margin-right: 14px;
  width: 46px;
}

.cs-blog-detail .cs-author-name {
  color: #ccc;
  display: inline-block;
  font-size: 14px;
  margin-right: 20px;
  padding-top: 6px;
  vertical-align: middle;
}

.cs-blog-detail .cs-author-name strong {
  color: #55a747;
  display: block;
  line-height: 26px;
}

.cs-blog-detail .cs-more-post {
  border: 1px solid #e4e4e4;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #ccc;
  font-size: 11px;
  padding: 6px 8px;
}

.cs-blog-detail .cs-social-share {
  float: right;
}

.cs-blog-detail .cs-social-media {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cs-blog-detail .cs-social-media li {
  display: inline-block;
  list-style: outside none none;
  margin: 0;
  vertical-align: top;
}

.cs-blog-detail .cs-social-media li a {
  background-color: #fc6d4c;
  border-radius: 50%;
  color: #fff;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 30px;
  margin: 0 5px 5px 0;
  text-align: center;
  width: 28px;
}

.cs-blog-detail .cs-social-media li a.cs-more {
  line-height: 33px;
  padding: 0;
}

.cs-blog-detail .cs-social-media li a::before {
  display: none;
}

.cs-blog-detail .cs-social-media li a[data-original-title="facebook"] {
  background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Facebook"] {
  background-color: #2b4a8b;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Tumblr"] {
  background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="tumblr"] {
  background-color: #32506d;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Dribbble"] {
  background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="dribbble"] {
  background-color: #ea4c89;
}

.cs-blog-detail .cs-social-media li a[data-original-title="stumbleupon"] {
  background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Stumbleupon"] {
  background-color: #eb4823;
}

.cs-blog-detail .cs-social-media li a[data-original-title="rss"] {
  background-color: #f06c19;
}

.cs-blog-detail .cs-social-media li a[data-original-title="twitter"] {
  background-color: #1f94d9;
}

.cs-blog-detail .cs-social-media li a[data-original-title="linkedin"] {
  background-color: #10598c;
}

.cs-blog-detail .cs-social-media li a[data-original-title="google"] {
  background-color: #d83936;
}

.cs-blog-detail .cs-social-media li a[data-original-title="youtube"] {
  background-color: #b00;
}

.cs-blog-detail .cs-social-media li a[data-original-title="Youtube"] {
  background-color: #b00;
}

.cs-blog-detail .cs-social-media li a.cs-more .at4-icon {
  border-radius: 10px;
  margin: 5px 0 0 -2px;
}

.cs-blog-detail .cs-share {
  float: none;
  left: 0;
  margin: 0 15px 0 0;
  position: absolute;
  top: 0;
}

.cs-blog-detail .cs-share a {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}

.cs-blog-detail .cs-share-detail::after {
  clear: both;
  content: "";
  display: block;
}

.cs-blog-detail .cs-share-detail {
  display: inline-block;
  margin-bottom: 0;
  padding-bottom: 0;
  position: relative;
  vertical-align: middle;
  width: 49%;
}

.cs-blog-detail .cs-post-option-panel {
  float: left;
  padding-top: 20px;
  width: 100%;
}

.cs-blog-detail .rich-editor-text p {
  margin-bottom: 30px;
}

blockquote,
.rich-text-editor blockquote {
  border-left: 4px solid;
  margin: 0 0 40px;
  padding: 20px 0 0;
  position: relative;
  width: 95%;
}

blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px !important;
}

blockquote,
blockquote span,
blockquote p {
  color: #777;
  display: block;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 15px;
}

blockquote .author-name a {
  color: #999;
  font-size: 11px;
}

blockquote.text-left-align {
  text-align: left;
}

blockquote.text-right-align {
  text-align: right;
}

blockquote.text-center-align {
  text-align: center;
}

blockquote::before,
.rich-text-editor blockquote::before {
  color: #eaeaea;
  content: "";
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  left: 24px;
  position: absolute;
  top: 15px;
  transform: scale(-1);
}

.rich-text-editor blockquote {
  background-color: #fcfcfc;
  font-style: italic;
  padding: 15px 40px 20px 50px;
}

.rich-text-editor blockquote p {
  margin: 0;
}

blockquote>span {
  margin: 0;
  position: relative;
}

blockquote>span.author-name::after {
  display: none;
}

blockquote>span::after {
  color: #eaeaea;
  content: "";
  display: inline-block;
  font-family: "icomoon";
  font-size: 22px;
  font-style: normal;
  margin: 0 0 0 8px;
  position: relative;
  top: 3px;
}

.cs-blog-detail .tags {
  display: inline-block;
  margin: 0 -4px 0 0;
  vertical-align: middle;
  width: 50%;
}

.cs-blog-detail .cs-tags {
  display: block;
  margin: 0 0 40px;
}

.cs-blog-detail .cs-tags .tags span {
  color: #333;
  display: inline-block;
  font-size: 18px;
  margin: 0 10px 5px 0;
}

.cs-blog-detail .cs-tags .tags ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}

.cs-tags ul li {
  display: inline-block;
  list-style: outside none none;
  margin: 0 0 6px;
}

.cs-tags ul li a {
  display: block;
  font-size: 12px;
  margin: 0 8px 0 0;
}

.cs-tags .tags ul li a {
  background-color: #f5f5f5;
  border-radius: 20px;
  color: #777;
  padding: 2px 18px 3px;
}

.comment-respond {
  margin-bottom: 30px;
}

.comment-form ul {
  list-style: outside none none;
}

.comment-form ul li {
  margin-bottom: 30px;
}

.comment-form .cs-element-title h3 {
  margin: 0;
}

.comment-form form .input-holder {
  position: relative;
}

.comment-form form .input-holder i {
  color: #cecece;
  font-size: 18px;
  position: absolute;
  right: 20px;
  top: 15px;
}

.comment-form form .input-holder input[type="text"],
.comment-form form .input-holder textarea {
  border: 1px solid #e4e4e4;
  color: #999;
  font-size: 14px;
  height: 50px;
  margin-bottom: -1px;
  padding: 10px 20px;
  width: 100%;
}

.comment-form form .input-holder textarea {
  height: 214px;
  margin: 0 0 20px;
}

.comment-form form input[type="submit"] {
  background-color: #55a747;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.blog-detail {
  box-shadow: none;
}

.blog-detail .blog-list {
  float: left;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}

.blog-slider-next {
  display: inline-block;
  position: absolute;
  right: 0;
  top: 10px;
}

.blog-slider-prev {
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 10px;
}

.blog-detail::after,
.author-detail::after,
#comment ul li::after,
.blog-detail .blog-list::after,
.cs-packeges::after {
  clear: both;
  content: "";
  display: block;
}

.blog-title {
  margin-bottom: 25px;
}

.blog-title h3 {
  color: #282828;
  letter-spacing: -1px;
  line-height: 34px;
  margin: 0 0 10px;
}

.blog-detail .main-post {
  margin: 0 0 25px;
}

.blog-detail .main-post img {
  width: 100%;
}

.author-detail {
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 10px;
  padding-bottom: 22px;
}

.cs-admin figure {
  float: left;
  margin-right: 15px;
}

.cs-admin .cs-text {
  display: inline-block;
  overflow: hidden;
  padding-top: 8px;
}

.cs-admin .cs-text span {
  color: #ccc;
  display: block;
  font-size: 13px;
  line-height: 16px;
}

.cs-admin .cs-text strong {
  color: #282828;
  font-size: 14px;
  line-height: 18px;
}

.blog-detail h2 {
  line-height: 29px;
  margin: 0 0 11px;
  position: relative;
  width: 91%;
}

.rich-editor-text p {
  clear: both;
  line-height: 24px;
  margin-bottom: 20px;
}

/* ///// Blog-detail-end     ////// */
/* ////////////////////////////////////////////////for demo */
.rdx {
  height: 280px;
  width: 480px;
  background-color: #d8d8d84a;
  margin-left: 20px;
}

.main-head-rdx {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

.rdx-1 {
  padding: 10px 0 0 15px;
  /* height: 320px; */
}

@media screen and (max-width: 1024px) {
  .rdx {
    /* height: 200px; */
    width: 400px;
    /* background-color: #d8d8d84a; */
    margin-left: 20px;
  }

}

@media screen and (max-width: 820px) {
  .main-head-rdx {
    /* display: block ; */
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    flex-direction: column;
  }
}

.main-head-rdx img {
  height: 280px;
  filter: drop-shadow(0px 4px 4px black);
}

@media screen and (max-width: 450px) {
  .rdx {
    /* height: 200px; */
    width: 300px;
    /* background-color: #d8d8d84a; */
    margin-left: 0px;
  }

  .rdx-1 {
    padding: 15px 15px 15px 12px;
  }
}

@media screen and (min-width: 768px) and (max-width: 820px) {
  .rdx {
    /* height: 200px; */
    width: 550px;
    /* background-color: #d8d8d84a; */
    margin-left: 0px;
  }

}

.rdx-1 a {
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 8px 25px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 0;
  color: #ffffff;
  /* margin-top: 15px; */
}

.rdx-1 a:hover {
  background: linear-gradient(124deg, rgb(236 231 225 / 87%) 0%, rgb(206 206 206 / 37%) 35%, #56bddea6 100%);
  color: black;
}

@media screen and (min-width: 320px) and (max-width: 440px) {
  .rdx-1 {
    padding: 15px 15px 15px 12px;
    height: 345px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .content-carrier {
    padding: 11px 20px 15px 20px;
    max-width: 90%;
    width: 90%;
    margin-left: 0px;
  }

  .from-vaccancy {
    max-width: 90%;
    width: 90%;
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {
  .content-carrier {
    padding: 11px 20px 15px 20px;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
  }

  .from-vaccancy {
    max-width: 100%;
    width: 100%;
  }
}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .content-carrier {
    padding: 11px 20px 15px 20px;
    max-width: 100%;
    width: 100%;
    margin-left: 0px;
  }

  .from-vaccancy {
    max-width: 100%;
    width: 100%;
  }
}

.home-p {
  font-size: 20px;
  font-family: emoji;
}

.rdx-1 p {
  margin-top: 10px;
}

.rdx-1 span {
  color: #666;
}

.rdx-1 h3 {
  font-weight: bold;
}

.h-ppp {
  margin-top: 10px;
}

.prr-about-1 img {
  margin-top: 55px;
  max-width: 550px;
  /* max-height: 350px; */
  /* margin-left: 7em; */
}

.new-head-pp-1 {
  margin-top: 60px;
  font-size: 51px;
}

.prr-about-2 p {
  font-size: 20px;
}

.new-head-pp-2 {
  font-size: 51px;
}

.prr-5 img {
  max-width: 31em;
}

.new-ppr {
  font-size: 17.5px;
}

@media screen and (min-width: 375px) and (max-width: 1150px) {
  .prr-about-1 img {
    margin-top: 55px;
    max-width: 550px;
    /* max-height: 350px; */
    margin-left: 0;
  }

}

@media screen and (min-width: 320px) and (max-width: 375px) {
  .prr-about-1 img {
    margin-top: 55px;
    max-width: 550px;
    /* max-height: 350px; */
    margin-left: 0;
  }
}

/* about/////////////////////////////////////////////add */
.rdx-row-align {
  justify-content: center;
}

/* //////////////  media qurry    /////////////// */

@media screen and (min-width: 580px) and (max-width: 768px) {
  .detail-box p {
    overflow: scroll;
    height: 220px;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .container-tddr {
    padding: 11px 20px 15px 20px;
    max-width: 90%;
    width: 90%;
    /* margin-left: 0px; */
  }
}

@media screen and (min-width: 375px) and (max-width: 767px) {

  .container-tddr {
    padding: 11px 20px 15px 20px;
    max-width: 100%;
    width: 100%;
    /* margin-left: 0px; */
  }


}

/* for demo///////////////////////////////////////////////////// */

.container-tddr {
  border: 2px solid black;
  padding: 15px 20px;
  border-radius: 10px;
  border: 1px solid #000000;
  box-shadow: 1px 1px 0px 2px #3c342d4f;
}

.dd-align {
  margin: 15px 0;
}

.dd-align input {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 5px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #000000;
  box-shadow: 1px 1px 0px 2px #3c342d4f;
  padding: 6px;
}

.n-btn-n {
  border: none;
  display: inline-block;
  font-family: 'Merriweather Sans', sans-serif;
  text-transform: uppercase;
  padding: 10px 55px;
  background-color: #0355cc;
  border: 1px solid #0355cc;
  border-radius: 10px;
  color: #ffffff;
  /* margin-top: 15px; */
}

.n-btn-n:hover {
  background: black;
  color: white;
}

.dd-align textarea {
  width: 100%;
  height: 110px;
  padding-left: 7px;  
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  box-shadow: 1px 1px 0px 2px #3c342d4f;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border: 1px solid #000000;
}

.dd-align select {
  width: 100%;
  border: none;
  height: 45px;
  margin-bottom: 5px;
  padding-left: 25px;
  background-color: #ffffff;
  outline: none;
  color: #000000;
  -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  border: 1px solid #000000;
  box-shadow: 1px 1px 0px 2px #3c342d4f;
  padding: 6px;
}


/* ////////////////////////////////contact home section Start /////////////////// */
.map_container {
  background-image: url("/images/bg-image-contact.png");
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.8;
  border-radius: 10px;
  height: 350px;
}

.map-2 {
  position: absolute;
  top: 2%;
}

.map-2 h2 {

  padding: 0px 0px 0px 25px;
  font-family: emoji;
  color: rgb(0, 0, 0);
  font-weight: 600;

}


.p-6 {
  padding: 1.5rem;
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.rounded-lg {
  border-radius: 1.5rem !important;
}

.items-center {
  align-items: center;
}

.flex {
  display: flex;
}

.mb-6 {
  margin-bottom: 0.5rem;
}


.size-1 {
  font-size: 15px;
}

.ml-5 {
  margin-left: 1.5rem !important;
}

.round-p {
  box-shadow: 2px 4px 13px 1px #000000;
  background-color: #ffffff94 !important;
}

@media screen and (max-width: 991px) {
  .map-2 {
    top: 0%;
  }
}


/* .social-new0-p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 10px;
  margin-top: 15px;
} */

.social-new0-p li {
  position: relative;
  color: #ffffff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.social-new0-p .google {
  background-color: red;
}

.social-new0-p .google:hover {
  background-color: rgb(0, 0, 0);
}

.social-new0-p li a {
  color: white;
}

.social-new0-p .facebook {
  background-color: rgb(0, 80, 228);
}

.social-new0-p .facebook:hover {
  background-color: rgb(0, 0, 0);
}

.social-new0-p .instagram {
  background-color: rgb(228, 0, 49);
}

.social-new0-p .instagram:hover {
  background-color: rgb(0, 0, 0);
}

.social-new0-p .twitter {
  background-color: rgb(6, 135, 255);
}

.social-new0-p .twitter:hover {
  background-color: rgb(0, 0, 0);
}

.social-new0-p .linkedin {
  background-color: rgba(6, 122, 255, 0.945);
}

.social-new0-p .linkedin:hover {
  background-color: rgba(0, 0, 0, 0.945);
}

.bg-new-p {
  background: white;
  border-top: 1px solid black;
}

.second {
  padding: 20px;
  line-height: 2;
  text-align: center;
  /* border: 1px solid black; */
  border-radius: 10px;
  width: 90%;
  margin-left: 12%;
  /* background-color: floralwhite; */
  box-shadow: 0px 0px 15px 0px #00000030;

}

.second div {
  font-size: 18px;
}

.second h2 {
  margin: 8px 0 16px 0;
}

.second-i {
  border-bottom: 2px solid #00000045;
  margin-bottom: 10px;
  padding-bottom: 12px;

}

.second-ii {
  margin: 6px 0 8px 0;
  font-size: 16px !important;
}

.second-ii span {
  font-size: 15px;
}

/* @media screen and (max-width:992px) {
  .new-ro{
    flex-direction: column;
  }

} */

@media screen and (max-width:992px) {
  .second {
    margin-left: 0px;
    width: 100%;
  }

  .second-ii span {
    font-size: 13px;
  }

  .contact_section input.message-box {
    height: 176px;
  }

  .second {
    margin-left: 10%;
  }
}

.social-new0-p {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(30px, 1fr));
  gap: 10px;
  margin-top: 15px;
}

@media screen and (max-width:767px) {
  .second {
    margin-left: 0%;
  }
}

/* .head-content {
  background-color: #ff4c4c66;
  padding: 40px 20px 37px 0px;
  width: 96%;
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
} */



/* ////////////////////////boxex style start ////////////////////////////////// */
/* .toggle-btn {
  margin: 20px;
  padding: 10px 20px;
  background: #333;
  color: #fff;
  border: none;
  border-radius: 25px;
  cursor: pointer;
  font-weight: bold;
  transition: background 0.3s ease;
}

.toggle-btn:hover {
  background: #555;
} */

.container-pk {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 117px;
  padding: 20px;
  max-width: 1000px;
  margin-top: 25px;
}


.box-pk {
  flex: 1 1 250px;
  max-width: 300px;
  min-width: 250px;
  border-radius: 15px;
  text-align: center;
  padding: 40px 20px;
  color: var(--text-color);
  transition: transform 0.3s ease, background 0.5s ease;
  animation: fadeInUp 1s ease forwards;
  opacity: 0;
  height: 180px;
}

.box-pk:nth-child(1) {
  background: #ff6f61;
  animation-delay: 0.2s;
}

.box-pk:nth-child(2) {
  background: #6bcbef;
  animation-delay: 0.4s;
}

.box-pk:nth-child(3) {
  background: #88cc88;
  animation-delay: 0.6s;
}

.box-pk:hover {
  transform: translateY(-10px) scale(1.05);
}

.icon {
  font-size: 40px;
  /* margin-bottom: 20px; */
}

.title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.description {
  font-size: 16px;
  color: var(--desc-color);
}

@keyframes fadeInUp {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .box-pk {
    flex: 1 1 100%;
  }
}

/* ////////////////////////boxex style end////////////////////////////////// */

@media screen and (min-width:320px) and (max-width:580px) {
  .service_section .box .detail-box {
    overflow: scroll;

  }
}

