body {
  font-family: "Roboto", sans-serif;
  color: #34495E;
  font-size: 1rem;
  background: #ffffff;
}

::selection {
  color: #FFFFFF;
  background: #122642;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Manrope', sans-serif;
    color: #122642;
    font-weight: 700;
    margin-bottom: 0.8rem;
    margin-top: 2.5rem;
}

h1:hover a,
h2:hover a,
h3:hover a,
h4:hover a,
h5:hover a,
h6:hover a {
    text-decoration: underline !important;
    color: #122642 !important;
}

.border-line {
  border-image: linear-gradient(to right, #ffffff 60%, #D7E1FF) 1;
  border-top: 2px solid;
}

button {
  display: inline-block;
  padding: 7px 30px;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  background-color: #122642;
/*   
  background: linear-gradient(white, white) padding-box,
              linear-gradient(160deg, #122642, #2a324b) border-box; */
  border: 2px solid #122642;
  border-radius: 5px;
  color: #FFFFFF;
  margin-top: 5px;
}

button:hover {
  border: 2px solid transparent;
  /* border-radius: 5px; */
  background: #2a324b;
  color: #ffffff;
}

button:focus {
  outline: none;
  border: 2px solid transparent;
}

.layout_padding {
  padding: 75px 0;
}

.layout_padding2 {
  padding: 45px 0;
}

.layout_padding2-top {
  padding-top: 45px;
}

.layout_padding2-bottom {
  padding-bottom: 45px;
}

.layout_padding-top {
  padding-top: 75px;
}

.layout_padding-bottom {
  padding-bottom: 75px;
}

.heading_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.heading_container h2 {
  font-size: 2.5rem;
  position: relative;
}

/*header section*/
.hero_area {
  height: 40vh;
}

.sub_page .hero_area {
  height: auto;
}

.sub_page .about_section {
  padding: 150px 0;
}

.sub_page .car_section {
  margin-bottom: 75px;
}

.hero_area.sub_pages {
  height: auto;
}

.header_section {
  font-family: "Roboto", sans-serif;
}

.header_section .container-fluid {
  padding: 15px 0;
  padding-right: 25px;
  padding-left: 25px;
  position: fixed;
  z-index: 1000;
  background: #ffffff;
}

.header_section .nav_container {
  margin: 0 auto;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item .nav-link {
  padding: 0;
  margin: 0px 25px;
  color: #122642;
  text-align: center;
}

.custom_nav-container.navbar-expand-lg .navbar-nav .nav-item.active .nav-link, .custom_nav-container.navbar-expand-lg .navbar-nav .nav-item:hover .nav-link {
  color: #2a324b;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
  text-decoration: none;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom_nav-container .nav_search-btn {
  background-image: url(../images/search-icon.png);
  background-size: 17px;
  background-repeat: no-repeat;
  background-position-y: 7px;
  width: 35px;
  height: 35px;
  padding: 0;
  border: none;
}

.navbar-brand span {
  text-transform: uppercase;
  font-weight: bold;
  color: #122642;
}

.custom_nav-container {
  z-index: 99999;
  padding: 0;
}

.custom_nav-container {
  outline: none;
}

.custom_nav-container .navbar-toggler .navbar-toggler-icon {
  background-image: url(../images/menu.png);
  background-size: 40px; 
}

/*end header section*/

/* slider section */
.slider_section {
  color: #122642;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.slider_section .detail-box {
  width: 100%;
  margin: 0 auto;
}

.slider_section .detail-box p {
  margin-top: 40px;
}

.slider_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #122642;
  color: #ffffff;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  border: 1px solid transparent;
  margin: 35px 0 50px 0;
  text-transform: uppercase;
}

.slider_section .detail-box a:hover {
  background-color: transparent;
  border-color: #122642;
  color: #122642;
}

.slider_section #carouselExampleIndicators {
  position: unset;
}

.slider_section .carousel-control-prev,
.slider_section .carousel-control-next {
  width: 50px;
  height: 45px;
  border: none;
  opacity: 1;
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  background-color: #122642;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-position: center;
}

.slider_section .carousel-control-prev {
  background-image: url(../images/left-arrow.png);
  left: 25px;
}

.slider_section .carousel-control-next {
  left: initial;
  background-image: url(../images/right-arrow.png);
  right: 25px;
}

.slider_section ol.carousel-indicators {
  margin: 0;
  bottom: 5%;
  left: initial;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.slider_section ol.carousel-indicators li {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  text-indent: 0px;
  text-align: center;
  line-height: 55px;
  color: #ffffff;
  background-color: transparent;
  opacity: 1;
  border: none;
}

.slider_section ol.carousel-indicators li.active {
  color: #122642;
}

.find_section {
/*   -webkit-transform: translateY(-50%);
          transform: translateY(-50%); */
}

.find_section form {
  padding: 30px 45px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  background: #ffffff;
}

.find_section form label {
  color: #122642;
  font-weight: bold;
}

.find_section form .form-control {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.find_section form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url(../images/down-arrow.png);
  background-position: 97% center;
  background-repeat: no-repeat;
}

.find_section form .btn-container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.find_section button {
  color: #ffffff;
  border-color: transparent;
  background: #122642;
}

.find_section button:hover {
  color: #ffffff;
  border-color: transparent;
  background: #2a324b;
  background-size: 400% 400%;

  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;
}

.feature_section {
  text-align: center;
}

.feature_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.feature_section .heading_container h2::before {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.feature_section .col-md-4 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature_section .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: 32pt 0;
}

.feature_section .box .img-box {
  width: 300px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.feature_section .box .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 300px;
}

.feature_section .box .detail-box {
  margin-top: 32pt;
}

.feature_section button {
  color: #122642;
  border-color: transparent;
  background: #F7F7Fe;
}

.feature_section button:hover {
  color: #ffffff;
  border-color: transparent;
  background: #2a324b;
}

.why_section .detail-box {
  height: 100%;
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 45px 0;
}

.why_section .detail-box h1 {
  font-size: 3.4rem;
  line-height: 4rem;
}

.why_section .detail-box h1 span {
  color: #2a324b;
  font-style: italic;
}

.why_section .detail-box p {
  margin-top: 35px;
}

.why_section .detail-box a {
  display: inline-block;
  padding: 10px 35px;
  background-color: #122642;
  color: #ffffff;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  border: 1px solid transparent;
  margin-top: 35px;
}

.why_section .detail-box a:hover {
  background-color: transparent;
  border-color: #122642;
}

.why_section .img-container .col-sm-6 {
  padding: 0;
}

.why_section .img-container .img-box {
  margin: 15px;
  position: relative;
}

.why_section .img-container .img-box::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.why_section .img-container .img-box img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}

.why_section .img-container .img-pin {
  background: #F7F7Fe;
  border-radius: 100%;
  position: relative;
}

.why_section .img-container .img-pin::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.why_section .img-container .img-pin img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why_section .img-container .img-box::before {
  display: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.why_section .img-container .img-box:hover a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.why_section .img-container .img-box:hover::before {
  display: block;
}

.service_section .heading_container  {
  text-align: center;
}

.service_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 17px 45px;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
}

.service_section .box .img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 150px;
  height: 150px;
  margin-right: 25px;
}

.service_section .box .img-box:hover {
  border-color: transparent;
}

.service_section .box .img-box:hover svg {
  fill: #ffffff;
}

.service_section .box .detail-box h5 {
  font-family: "Raleway", sans-serif;
  color: #2a324b;
}

.service_section .box .detail-box p {
  margin-top: 15px;
  font-size: 0.9em;
}

.client_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.client_section .heading_container h2::before {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.client_section .boxx {
  max-height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  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: 32pt 0;
}

.client_section .boxx img {
  width: 100%;
  margin: auto 0;
  object-fit: fill;
}

.client_section .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  margin: 100px auto 75px auto;
  padding: 0 15px 10px 15px;
}

.client_section .box .img-boxx {
  width: 125px;
  border-radius: 100%;
  border: 5px solid #ffffff;
  margin-top: -62.5px;
  background-color: #ffffff;
}

.client_section ol.carousel-indicators {
  bottom: -5px;
  margin: 0;
}

.client_section ol.carousel-indicators li {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  text-indent: 0px;
  text-align: center;
  line-height: 55px;
  background-color: #D7E1FF;
  opacity: 1;
  border: none;
  margin: 0 5px;
}

.client_section ol.carousel-indicators li.active {
  background-color: #2a324b;
}

.client_section .box-testimonial {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 650px;
  background-color: #ffffff;
  margin: 100px auto 75px auto;
  padding: 0 15px 10px 15px;
}

.rate_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rate_section .heading_container h2::before {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.rate_section .rate_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.rate_section .rate_container .box {
  width: 295px;
  background: #ebf0ff;

  margin: 45px 20px 0 20px;
  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: left;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
}

.rate_section .rate_container .box2 {
  width: 335px;
  background: #ebf0ff;

  margin: 45px 20px 0 20px;
  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: left;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
}

.rate_section button {
  color: #122642;
  border-color: transparent;
  background: #ebf0ff;
}

.rate_section button:hover {
  color: #ffffff;
  border-color: transparent;
  background: #2a324b;
}
/* 
.rate_section a {
  display: inline-block;
  padding: 7px 30px;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  background: linear-gradient(270deg, #ebf0ff, #ffffff);
  background-size: 400% 400%;

  -webkit-animation: AnimationName 30s ease infinite;
  -moz-animation: AnimationName 30s ease infinite;
  animation: AnimationName 30s ease infinite;

  border: 2px solid transparent;
  border-radius: 50em;
  border-radius: 5px;
  color: #122642;
  margin-top: 5px;
}

.rate_section a:hover {
  border: 2px solid transparent;
  border-radius: 5px;
  background: #2a324b;
  color: #ffffff;
} */

.rate_section .rate_container .box .detail-box {
  padding: 30px 40px 50px 40px;
}

.rate_section .rate_container .box2 .detail-box {
  padding: 30px 40px 50px 40px;
}

.rate_section p {
  text-align: left;
}

.rate_section .rate_container .box .detail-box p {
  margin-top: 8pt;
}

.rate_section .rate_container .box .detail-box .price {
  padding: 0 0 15px 0;
}

.rate_section .rate_container img {
  height: 200px;
  object-fit: cover;
}

.rate_section .rate_container .box .btn-box {
  margin: 32pt 0 35px 0;
}

/* .rate_section .rate_container .box .btn-box a {
  display: inline-block;
  padding: 12px 45px;
  background-color: #FFFFFF;
  color: #122642;
} */

/* contact section */
.contact_section {
}

.contact_section p {
  text-align: left;
}

.contact_section button {
  display: inline-block;
  padding: 7px 30px;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  background-color: #122642;
/*   
  background: linear-gradient(white, white) padding-box,
              linear-gradient(160deg, #122642, #2a324b) border-box; */
  border-radius: 50em;
  border: 2px solid #122642;
  border-radius: 5px;
  color: #FFFFFF;
  margin-top: 5px;
}

.contact_section button:hover {
  border: 2px solid transparent;
  border-radius: 5px;
  background: #2a324b;
  color: #ffffff;
}

.contact_section a {
  text-decoration: none;
  color: #122642;
}

.contact_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.contact_section .heading_container h2 {
}

.contact_section .heading_container h2::before {
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

.contact_section .contact_form-container {
  margin-top: 45px;
}

.contact_section .contact_form-container input {
  border: none;
  outline: none;
  border-bottom: 1px solid #122642;
  width: 100%;
  margin: 15px 0;
  background-color: transparent;
}
/* end contact section */

/* info section */
.info_section {
  font-family: "Roboto", sans-serif;
}

.info_section .container {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid #ffffff;
}

.info_section .col-lg-4,
.info_section .col-lg-2 {
  margin: 45px 0;
}

.info_section h6 {
  margin-bottom: 12px;
  font-size: 18px;
}

.info_section p {
}

.info_section form input {
  padding: 10px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  width: 100%;
  outline: none;
}

.info_section form input ::-webkit-input-placeholder {
  opacity: 0.2;
}

.info_section form input :-ms-input-placeholder {
  opacity: 0.2;
}

.info_section form input ::-ms-input-placeholder {
  opacity: 0.2;
}

.info_section form input ::placeholder {
  opacity: 0.2;
}

.info_section ul {
  padding: 0;
}

.info_section ul li {
  list-style-type: none;
  margin: 3px 0;
}

.info_section ul li a {
}

.info_section ul li a:hover {
}

.info_section .info_link-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 5px 0;
}

.info_section .info_link-box a img {
  margin-right: 15px;
}

.info_section .info_link-box a span {
}

.info_section .info_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px auto 0 auto;
}

.info_section .info_social img {
  width: 40px;
  margin-left: 8px;
}

/* end info section */


/* search section start */
/* select box section start */

.search_section {
  width: 100%;
  float: left;
  background-color: #363636;
  height: auto;
  padding: 40px 0px;
  background-size: cover;
}

.select_box_section {
  width: 100%;
  float: left;
}

.search_taital{
  width: 100%;
  float: left;
  font-size: 40px;
  color: #fefefd;
  font-weight: bold;
}
.search_text{
  width: 100%;
  float: left;
  font-size: 16px;
  color: #fefefd;
  margin: 0px;
}

.select_box_main {
  width: 100%;
  height: auto;
  padding: 40px 0px 0px 0px;
}

.md-outline.select-wrapper+label {
  top: .5em !important;
  z-index: 2 !important;
}

.nice-select {
  width: 100%;
  background-color: #ffffff !important;
  border: 0px;
  border-radius: 3px;
}

span.current {
  color: #1a1a1a;
}

.nice-select:after {
  width: 10px;
  height: 10px;
}

.nice-select {
  color: #363636;
  font-size: 18px;
}

.search_btn {
  width: 170px;
  float: left;
}

.search_btn a {
  width: 100%;
  float: left;
  font-size: 18px;
  color: #fefefd;
  background-color: #fe5b29;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px;
}

.search_btn a:hover {
  color: #363636;
  background-color: #ffffff;
}


/* select box section end */
/* search section end */


/* gallery section start */

.gallery_section {
  width: 100%;
  float: left;
  text-align: center;
}

.gallery_section .heading_container {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 15px;
}

.gallery_taital {
  width: 100%;
  float: left;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
  padding-bottom: 0px;
}

.gallery_section_2 {
  width: 100%;
  float: left;
}

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

.gallery_img img {
  width: auto;
  height: 150px;
}

.gallery_box {  
  width: 100%;
  float: left;
  background: #FFFFFF;

  height: auto;
  padding: 20px 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  text-align: center;
}

button.gallery_box_button {
  all: unset; /* Reset all default button styles */
  display: block;
  cursor: pointer;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 0px;
}

.gallery_box h5 {
  width: 100%;
  float: left;
  text-align: center;
  font-weight: bold;
  margin-top: 15px;
}

.gallery_box h5 span {
  font-size: 0.8em;
  margin-bottom: 0px;
  color: #2A324B;
}

.gallery_box p {
  font-size: 0.9em;
  margin-top: 0px;
  width: 100%;
  float: left;
  text-align: center;
}

.gallery_desc {
  font-size: 0.9em;
  display: inline-block;
}

.read_bt {
  width: 200px;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
  display: flex;
}

.read_bt a {
  width: 100%;
  float: left;
  text-align: center;
  background-color: transparent;
  border: 2px solid #122642;
  border-radius: 5px;
  color: #122642;
  padding: 7px 30px;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
}

.read_bt a:hover {
  background: #122642;
  color: #ffffff;
}

.gallery_box button {
  display: inline-block;
  padding: 7px 30px;
  -webkit-transition: all 0.69s;
  transition: all 0.69s;
  background-color: #122642;
/*   
  background: linear-gradient(white, white) padding-box,
              linear-gradient(160deg, #122642, #2a324b) border-box; */
  border-radius: 50em;
  border: 2px solid #122642;
  border-radius: 5px;
  color: #FFFFFF;
  margin-top: 5px;
}


.gallery_box button:hover {
  border: 2px solid transparent;
  border-radius: 5px;
  background: #2a324b;
  color: #ffffff;
}

#main_slider a.carousel-control-prev {
  left: -50px;
  top: 170px;
}

#main_slider a.carousel-control-next {
  right: -50px;
  top: 170px;

}

#main_slider .carousel-control-next,
#main_slider .carousel-control-prev {
  width: 55px;
  height: 55px;
  opacity: 1;
  font-size: 16px;
  color: #fefefd;
  background-color: #4a4949;
}

#main_slider .carousel-control-next:focus,
#main_slider .carousel-control-next:hover,
#main_slider .carousel-control-prev:focus,
#main_slider .carousel-control-prev:hover {
  color: #fefefd;
  background-color: #f01c1c;
}


/* gallery section end */

/* footer section*/
.footer_section {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #F7F7Fe;
  padding: 20px;
}

.footer_section p {
  color: #122642;
  margin: 0;
  text-align: center;
}

.footer_section a {
  color: #122642 !important;
  text-decoration: underline;
}

.newsletter-widget p {
    padding: 0;
    margin: 0 0 2rem;
}

.newsletter-widget .form-inline {
    display: block;
}

.newsletter-widget .form-inline .form-control {
    background-color: #FFFFFF;
    border-radius: 5px;
    height: 42px;
    box-shadow: none;
    display: inline-block;
    padding-left: 1.5rem;
    line-height: 1;
    vertical-align: middle;
    width: 50%;
}

/* end footer section*/
/*# sourceMappingURL=style.css.map */



.switch {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.switch > span {
  position: absolute;
  top: 10px;
  pointer-events: none;
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #FFFFFF;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #122642;
}

.switch > span.on {
  left: 0;
  color: #FFFFFF;
}

.switch > span.off {
  right: 0;
  color: #122642;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  width: 105px;
  height: 40px;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  border: 1px solid #122642;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {  
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
  top: 0;
  left: 0;
  bottom: 0;
  width: 55px;
  background-color: #122642;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 50px;
}


/* FOOTER
**************************************/

.footer .widget-title {
    display: table;
    font-size: 18px;
    line-height: 1;
    margin: 0 0 2rem;
    padding: 0 0 0.5rem;
}

.footer {
    padding: 4rem 0 4rem;
}

.footer.wb {
    background-color: #ffffff;
}

.footer.wb .hovereffect {
    opacity: 0.1;
    background-color: rgba(0, 0, 0, 0.0.1);
}

.demos h4 a {
    color: #122642 !important;
    font-size: 21px;
}

.demos .btn {
    padding: 0.6rem 1.5rem;
}

.demos p {
    padding: 0 0 1.5rem;
    margin: 0;
}

.section.demos {
    background-color: #ffffff;
}

.demos .col-lg-10 .row {
    padding: 2.5rem 1.5rem !important;
    background-color: #ffffff;
    border: 1px dashed #e2e2e2;
}

.demos .invis1 {
    margin: 2rem 0;
}

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

.footer ul li {
    margin-bottom: 0.3rem;
}

.footer ul li:last-child {
    margin-bottom: 0;
}

.footer .fa-star {
    font-size: 12px;
}

.footer h5,
.footer ul li a {
    color: #122642;
}

.demos .blog-meta h4 {
    font-size: 28px;
    padding: 0 0 1rem;
}

.footer a,
.footer p,
.blog-list-widget small {
    color: #122642;
}

.footer-text .fa {
    font-size: 21px;
    margin: 0 0.3rem;
}

.dmtop {
    background-color: #122642;
    background-image: url(images/arrow.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-indent: -99999px;
    position: fixed;
    bottom: -100px;
    right: 25px;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
    overflow: auto;
}













/* BLOG 
**************************************/


.tag-cloud-single span {
    background: #ddd none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    display: inline-block !important;
    margin-right: 0.5rem !important;
    padding: 0 1rem;
}

.post-sharing {
    display: block;
    width: 100%;
    position: relative;
    margin: 1rem 0 0;
}

.li-button.btn-primary:focus,
.li-button.btn-primary:hover,
.li-button.btn-primary {
    background-color: #0072b1 !important;
    border-color: #0072b1 !important;
}

.fb-button.btn-primary:focus,
.fb-button.btn-primary:hover,
.fb-button.btn-primary {
    background-color: #3B5998 !important;
    border-color: #3B5998 !important;
}

.tw-button.btn-primary:hover,
.tw-button.btn-primary:focus,
.tw-button.btn-primary {
    background-color: #00B6F1 !important;
    border-color: #00B6F1 !important;
}

.tw-button i,
.fb-button i,
.li-button i {
    margin-right: 0.5rem;
}

.post-sharing .btn {
    padding: 0.3rem 1.6rem;
    border-radius: 3px;
    color: #ffffff !important;
}

.post-sharing .btn:hover {
    opacity: 0.9;
}

.post-sharing span,
.post-sharing li {
    display: inline-block !important;
}

.single-post-media {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 2rem;
}

.single-post-media img {
    width: 100%;
    padding: 2em;
}

.blog-title-area {
    display: block;
    position: relative;
    padding: 0;
    margin-bottom: 3rem;
}

.blog-title-area .breadcrumb {
    float: none;
    text-align: left;
    padding: 0;
    color: #a3a5a8;
    margin: 0;
}

.blog-title-area.text-center .breadcrumb {
    text-align: center;
}

.blog-title-area .blog-meta a {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.blog-title-area .breadcrumb-item.active,
.blog-title-area .breadcrumb-item + .breadcrumb-item::before,
.blog-title-area .blog-meta small,
.blog-title-area a {
    color: #a3a5a8;
}

.blog-title-area span {
    margin: 0.5rem 0;
    display: block;
}

.blog-title-area span a {
    padding: 0 1rem;
    color: #ffffff !important;
    border-radius: 3px;
}

.blog-title-area h1 {
    font-size: 41px;
    line-height: 50px;
    margin-bottom: 7px;
    margin-top: 0;
    overflow-wrap: break-word;
}

.user_name {
    font-size: 16px;
    font-weight: 500;
}

.comments-list p {
    margin-bottom: 1rem
}

.tag-cloud-single a,
.comments-list .media-right,
.comments-list small {
    color: #999 !important;
    font-size: 11px;
    letter-spacing: 2px;
    margin-top: 5px;
    padding-left: 10px;
    text-transform: uppercase;
}

.comments-list .media {
    padding: 1rem;
    margin-bottom: 15px;
}

.media-body .btn-primary {
    padding: 5px 15px !important;
    font-size: 11px !important;
}

.last-child {
    margin-bottom: 0 !important;
}

.comments-list img {
    max-width: 80px;
    margin-right: 30px;
}

.prevnextpost .float-right {
    margin-left: 1rem;
}

.prevnextpost .w-100 {
    margin-bottom: 0 !important;
    padding-bottom: 0;
}

.prevnextpost .float-left {
    margin-right: 1rem;
}

.authorbox a {
    font-weight: bold;
}

.authorbox p {
    font-style: italic;
    margin-bottom: 1rem;
}

.small-title {
    background: #122642 none repeat scroll 0 0;
    border-radius: 5px;
    color: #ffffff;
    font-size: 16px;
    left: 5%;
    line-height: 1;
    margin: 0;
    padding: 0.6rem 1.5rem;
    position: absolute;
    text-align: center;
    top: -18px;
}

.custombox {
    position: relative;
    padding: 3rem 2rem;
    border-radius: 5px;
}

.pp {
    padding-left: 10%;
    padding-right: 10%;
}

.pp .float-left {
    margin: 0 2rem 1rem -3rem;
}

.pp a {
}

.img-fullwidth {
    width: 100%;
    margin-bottom: 2rem;
}

.check {
    padding-bottom: 0;
    margin-bottom: 25px;
    list-style: none;
    font-size: 17px;
}

.check li:before {
    font-family: FontAwesome;
    content: "\f105";
    padding-right: 0.5rem;
    color: #122642;
}

.page-wrapper .banner-spot {
    padding: 0.4rem;
    background-image: none;
}

.banner-spot {
    background: #edeff2 url("images/ads-bg.png") no-repeat scroll center right / auto 100%;
    clear: both;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 15px;
    position: relative;
}

.banner-img img {
    margin: auto;
    text-align: center;
    max-width: 768px;
    float: none;
    width: 100%;
    display: block;
}

.blog-box {
  background: #D7E1FF;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
  box-shadow: 0px 0px 20px 7px rgba(215, 215, 255, 0.3);
}

.blog-box img {
  border-radius: 5px;
}

.blog-box .blog-meta h4 {
    color: #122642;
    margin: 0;
    padding: 0.6rem 0 0 0;
}

.blog-box:hover .blog-meta h4 {
    text-decoration: underline !important;
}

.blog-meta {
  padding: 20px;
}

.blog-meta.big-meta p {
    margin-bottom: 0.5rem;
    padding-bottom: 0;
}

.blog-meta small {
    font-size: 0.8rem;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    text-transform: uppercase;
    margin-right: 0.5rem;
    color: #122642;
}

.blog-meta small:after {
    content: "/";
    padding-left: 1rem;
}

.blog-meta small:last-child:after {
    content: ""
}

hr.invis {
    border: 0;
    margin: 2rem 0;
}

hr.invis1 {
    border: 0;
    margin: 4rem 0;
}

hr.invis2 {
    border: 0;
    margin: 6rem 0;
}

hr.invis3 {
    border: 0;
    margin: 0;
}

.post-media {
    position: relative;
    overflow: hidden;
}

.small-box .shadow-desc h4 {
    font-size: 16px;
    line-height: 1.3;
}

.small-box .shadow-desc {
    padding: 1rem;
}

.hovereffect {
    position: absolute;
    top: 0;
    opacity: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0.5;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.1) 50%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#122642', endColorstr='#12264200', GradientType=1);
}

.post-media:hover .hovereffect span::before,
.post-media:hover .hovereffect {
    visibility: visible;
    zoom: 1;
    filter: alpha(opacity=100);
    opacity: 1;
}

.hovereffect span::before {
    width: 90px;
    text-align: center;
    left: 0;
    right: 0;
    top: 45%;
    margin: -2rem auto;
    visibility: hidden;
    position: absolute;
    height: 90px;
    display: block;
    content: url(images/hover.png);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    zoom: 1;
    filter: alpha(opacity=0);
    opacity: 0;
}

.hovereffect span.videohover::before {
    content: url(images/videohover.png);
}

.blog-list .blog-meta.big-meta h4 {
    margin-left: -1.5rem;
    background-color: #ffffff;
    padding: 1rem 1.5rem 1rem;
}

.blog-list .blog-box.row {
    border: 1px dashed #dadada;
}





.blog-list .blog-box.row a span {
  display: none;
}

.blog-list .blog-box.row a:hover span {
  color: #fff;
  font-weight: none;
  font-size: 14px;
  padding: 5px 5px 5px 5px;
  display: block;
  z-index: 100;
  background: #000;
  right: 0px;
  margin: 15px;
  width: 350px;
  position: absolute;
  top: 50px;
  text-decoration: none;
}






.blog-custom-build .blog-meta {
    margin: -4rem 3rem 0;
    z-index: 11;
    padding: 2rem 2rem;
    position: relative;
    background-color: #ffffff;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #edeff2;
}

.blog-custom-build .blog-meta.big-meta h4 {
    font-size: 28px;
    margin: 0;
    padding: 0 0 1rem;
}

.blog-custom-build .post-sharing .btn {
    padding: 0.7rem 1rem !important;
}

.blog-custom-build .post-sharing {
    margin: 0 0 1.5rem;
    padding: 0;
}

.blog-grid-system .blog-meta.big-meta h4 {
    font-size: 21px;
}

.blog-video-system .col-md-12,
.blog-grid-system .col-md-6 {
    margin-bottom: 3rem;
}

.blog-video-system .blog-meta.big-meta h4 {
    padding: 1rem 0;
    font-size: 24px;
}

.blog-video-system .btn {
    margin-top: 1rem;
}






/* WIDGETS 
**************************************/

.sidebar .widget {
    position: relative;
    display: block;
    margin-bottom: 3rem;
}

.sidebar .banner-spot {
    background-image: none;
    padding: 5px;
}

.sidebar .instagram-wrapper a {
    width: 33.3333%;
    margin: 0;
    float: left;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ffffff;
}

.wb {
    background-color: #ffffff;
    border-top: 1px dashed #dadada;
}

.form-wrapper h4 {
    margin-bottom: 1.5rem;
}

.form-wrapper .form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed #dadada;
    border-radius: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.3px;
    margin-bottom: 1.4rem;
    min-height: 50px;
    text-transform: none;
}

.form-wrapper .btn i {
    padding-left: 0.5rem;
}

.form-wrapper textarea {
    min-height: 120px !important;
    padding-top: 1rem
}

.search-form .form-control {
    border-radius: 0;
    margin-bottom: 1.4rem;
    border: 1px solid #edeff2;
    font-size: 12px;
    min-height: 45px;
    text-transform: none;
    font-weight: 400;
}

.search-form .form-control {
    margin: 0;
    min-width: 240px;
    border-right: 0;
}

.search-form .btn:hover,
.search-form .btn:focus,
.search-form .btn {
    padding: 0;
    border-color: #edeff2 !important;
    height: 45px;
    position: absolute;
    border-radius: 0 !important;
    background-color: #edeff2 !important;
    right: 0;
    color: #a3a5a8 !important;
    width: 45px;
    line-height: 45px;
    margin-left: 0
}

.sidebar .widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .blog-list-widget img {
    width: 55px;
    padding: 0;
}

.sidebar .blog-list-widget .mb-1 {
    font-size: 15px;
}

.sidebar a {
    color: rgba(0, 0, 0, 0.6);
}

.sidebar .widget-title {
    display: block;
    font-size: 18px;
    margin: 0 0 2rem;
    padding: 0;
    line-height: 1;
}

.footer-text img {
    max-width: 290px;
}

.footer-text p {
    margin-bottom: 0;
    padding: 1rem 0 1.2rem;
}

.blog-list-widget img {
    background: #ffffff none repeat scroll 0 0;
    margin-right: 15px;
    max-width: 80px;
    padding: 4px;
}

.blog-list-widget .list-group-item {
    padding: 0;
    border: 0;
    margin: 0;
    background-color: transparent;
}

.blog-list-widget .w-100 {
    margin-bottom: 1rem;
    display: block;
}

.blog-list-widget .w-100.last-item {
    margin-bottom: 0;
}

.blog-list-widget .mb-1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 0rem !important;
}

.blog-list-widget small {
    font-size: 10px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.card-block {
    -moz-box-flex: 1;
    background: #202020 none repeat scroll 0 0;
    padding: 1.25rem 3rem;
    border-radius: 0 !important;
}

.top-search .btn:hover,
.top-search .btn:focus,
.top-search .btn {
    position: absolute;
    right: 4%;
    border: 0 !important;
    border-left: 1px solid #555555 !important;
    color: #555555 !important;
    font-size: 24px;
    background-color: transparent !important;
    height: 54px;
    padding-left: 1rem;
    padding-right: 1rem;
}

.top-search .newsletter-widget .form-inline .form-control {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    color: #555555;
    font-size: 24px;
    width: 100%;
}

.form-wrapper .newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.form-wrapper .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.top-search .form-inline .form-control::-webkit-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #555555;
    opacity: 1;
}

.top-search .newsletter-widget .form-inline .form-control::placeholder {
    color: #555555;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-webkit-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::-moz-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control:-ms-input-placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .form-inline .form-control::placeholder {
    color: #a2abb1;
    opacity: 1;
}

.newsletter-widget .btn {
    height: 54px;
    border-radius: 0;
    border: 0;
}

.newsletter-widget .btn i {
    padding-left: 0.5rem
}

.btn {
    background-color: #122642;
    border: 0 none;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 0.8rem 2rem;
    text-transform: none;
}

.link-widget li {
    padding: 0.4rem 0.2rem 0.6rem;
    text-transform: capitalize;
    line-height: 1;
    font-weight: 500;
    position: relative;
    margin: 0;
    border-bottom: 1px dashed #dadada;
}

.link-widget li:last-child {
    border-bottom: 0 dashed #dadada;
}

.link-widget li span {
    position: absolute;
    right: 0;
}

.loader {
    display: block;
    margin: 20px auto 0;
    vertical-align: middle;
}

#preloader {
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #ffffff;
    z-index: 11000;
    position: fixed;
    display: block
}

.preloader {
    position: absolute;
    margin: 0 auto;
    left: 1%;
    right: 1%;
    top: 47%;
    width: 65px;
    height: 65px;
    background: center center no-repeat none;
    background-size: 65px 65px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}



.topsocial .fa {
    margin-right: 0.5rem;
    font-size: 15px;
}







.page-link {
    background-color: #edeff2 !important;
    border: 0 dashed #e2e2e2;
    border-radius: 0;
    color: #a3a5a8 !important;
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-left: 6px;
    padding: 0.8rem 0.8rem;
    position: relative;
    text-transform: capitalize;
}

.page-link:hover,
.page-link:focus {
    color: #111 !important;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 0;
}

.page-item:last-child .page-link {
    border-radius: 0;
}