/*=== MEDIA QUERY ===*/
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Poppins:300,400,600,700);
@import url(https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700);
@import url(https://fonts.googleapis.com/css?family=Playfair+Display:300,400,500,600,700);
html {
  overflow-x: hidden;
}

body {
  line-height: 1.5;
  font-family: "Hind", serif;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  color: rgba(0, 0, 0, 0.65);
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: El Messiri, Serif;
  font-weight: 600;
  color: #231f20;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 42px;
}

h3, .h3 {
  font-size: 1.5rem;
}

h4, .h4 {
  font-size: 1.3rem;
  line-height: 30px;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  line-height: 30px;
}

.navbar-toggle .icon-bar {
  background: #f75757;
}

input[type="email"], input[type="password"], input[type="text"], input[type="tel"] {
  box-shadow: none;
  height: 45px;
  outline: none;
  font-size: 15px;
  font-family: El Messiri, Serif;
  letter-spacing: 0.2px;
}

input[type="email"]:focus, input[type="password"]:focus, input[type="text"]:focus, input[type="tel"]:focus {
  box-shadow: none;
  border: 1px solid #cc9b91;
}

.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.py-7 {
  padding: 7rem 0px;
}

.btn {
  display: inline-block;
  font-size: 15px;
  font-weight: 400;
  padding: 12px 30px;
  text-transform: uppercase;
  border-radius: 0;
  transition: all 0.2s ease;
  line-height: 1.5;
  font-family: El Messiri, Serif;
}

.btn.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn:focus {
  outline: 0px;
  border: 0px;
  box-shadow: none;
}

.btn-main, .btn-transparent, .btn-small {
  background: #e2d5b9;
  color: #6b5e41;
  transition: all 0.2s ease;
}

.btn-main:hover, .btn-transparent:hover, .btn-small:hover {
  background: #e2d5b9;
  color: #6b5e41;
  opacity: 0.8;
}

.btn-solid-border {
  border: 2px solid #cc9b91;
  background: #cc9b91;
  color: #242424;
}

.btn-solid-border:hover {
  border: 2px solid #cc9b91;
  background: #cc9b91;
  opacity: 0.6;
}

.btn-transparent {
  background: transparent;
  padding: 0;
  color: #f75757;
}

.btn-transparent:hover {
  background: transparent;
  color: #f75757;
}

.btn-large {
  padding: 20px 45px;
}

.btn-large.btn-icon i {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
}

.btn-small {
  padding: 10px 25px;
  font-size: 12px;
}

.btn-round {
  border-radius: 4px;
}

.btn-round-full {
  border-radius: 0;
}

.btn.active:focus, .btn:active:focus, .btn:focus {
  outline: 0;
}

.bg-gray {
  background: #f5f8f9;
}

.bg-primary {
  background: #f75757;
}

.bg-primary-dark {
  background: #f52626;
}

.bg-primary-darker {
  background: #dd0b0b;
}

.bg-dark {
  background: #242424;
}

.bg-gradient {
  background-image: linear-gradient(145deg, rgba(19, 177, 205, 0.95) 0%, rgba(152, 119, 234, 0.95) 100%);
  background-repeat: repeat-x;
}

.section {
  padding: 50px 0;
}

.section-sm {
  padding: 70px 0;
}

.section-title {
  margin-bottom: 70px;
}

.section-title .title {
  font-size: 50px;
  line-height: 50px;
}

.section-title p {
  color: #666;
  font-family: "Poppins", sans-serif;
}

.subtitle {
  color: #f75757;
  font-size: 14px;
  letter-spacing: 1px;
}

.overly, .page-title, .slider, .cta, .hero-img {
  position: relative;
}

.overly:before, .page-title:before, .cta:before, .hero-img:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: #cc9b91;
}
.slider:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
  background: transparent;
}

.overly-2, .bg-counter, .cta-block, .latest-blog {
  position: relative;
}

.overly-2:before, .bg-counter:before, .cta-block:before, .latest-blog:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.text-color {
  color: #d31346;
  text-shadow: 1px 1px 2px #000;
}

.text-black {
  color: #242424;
}

.text-color2 {
  color: #c54041;
}

.text-color2 {
  color: #b99769;
}

.text-sm {
  font-size: 14px;
}

.text-md {
  font-size: 2.25rem;
}

.text-lg {
  font-size: 3.75rem;
}

.no-spacing {
  letter-spacing: 0px;
}

/* Links */
a {
  color: #242424;
  text-decoration: none;
}

a:focus, a:hover {
  color: #231f20;
  text-decoration: none;
}

a:focus {
  outline: none;
}

.content-title {
  font-size: 40px;
  line-height: 50px;
}

.page-title {
  padding: 100px 0;
}

.page-title .block h1 {
  color: #fff;
}

.page-title .block p {
  color: #fff;
}

.page-wrapper {
  padding: 70px 0;
}

#wrapper-work {
  overflow: hidden;
  padding-top: 100px;
}

#wrapper-work ul li {
  width: 50%;
  float: left;
  position: relative;
}

#wrapper-work ul li img {
  width: 100%;
  height: 100%;
}

#wrapper-work ul li .items-text {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding-left: 44px;
  padding-top: 140px;
}

#wrapper-work ul li .items-text h2 {
  padding-bottom: 28px;
  padding-top: 75px;
  position: relative;
}

#wrapper-work ul li .items-text h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 75px;
  height: 3px;
  background: #fff;
}

#wrapper-work ul li .items-text p {
  padding-top: 30px;
  font-size: 16px;
  line-height: 27px;
  font-weight: 300;
  padding-right: 80px;
}

/*--
	features-work Start 
--*/
#features-work {
  padding-top: 50px;
  padding-bottom: 75px;
}

#features-work .block ul li {
  width: 19%;
  text-align: center;
  display: inline-block;
  padding: 40px 0px;
}

#navbar {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #fff;
}

#navbar li {
  padding-left: 15px;
}

#navbar .nav-link {
  font-family: "El Messiri", sans-serif;
  font-weight: 500;
  color: #d31346;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: .5px;
  transition: all .25s ease;
}

#navbar .nav-link:hover, #navbar .nav-link:focus {
  color: #231f20;
}

#navbar .btn {
  padding: .5rem 1.5rem;
  color: #fff;
}

.header-top {
  background: #ece5dd;
  color: #d31346;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-top .header-top-socials {
  border-right: 1px solid rgba(255, 255, 255, 0.05);
  padding: 12px 0px;
}

.header-top .header-top-socials a {
  color: #d31346;
  margin-right: 15px;
  font-size: 16px;
}

.header-top .header-top-info {
  color: #919194;
  font-size: 16px;
}

.header-top .header-top-info a span {
  color: #fff;
}

.header-top .header-top-info a {
  margin-left: 0;
  color: #a59269;
}

.navbar-brand {
  color: #fff;
  font-weight: 600;
  letter-spacing: 1px;
}

.navbar-brand span {
  color: #f75757;
}

.dropdown-menu {
  visibility: hidden;
  filter: alpha(opacity=0);
  opacity: 0;
  transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear;
  transition: all .2s ease-in, visibility 0s linear .2s, transform .2s linear, -webkit-transform .2s linear;
  -webkit-transition: all .2s ease-in, visibility 0s linear .2s, -webkit-transform .2s linear;
  -o-transition: all .2s ease-in, visibility 0s linear .2s, -o-transform .2s linear;
  -ms-transition: all .2s ease-in, visibility 0s linear .2s, -ms-transform .2s linear;
  width: 100px !important;
  min-width: 100px;
  margin-top: 15px;
  padding: 0px;
  border-radius: 0px;
  display: block;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown:hover .dropdown-menu {
  visibility: visible;
  transition: all .45s ease 0s;
  opacity: 1;
}

.dropdown-item {
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "El Messiri", sans-serif;
  background-color: #cc9b91;
  color: #fff;
}

.dropdown-item:hover {
  background: #cc9b91;
  color: #2f2f2f;
}

ul.dropdown-menu li {
  padding-left: 0px !important;
}

.bg-1 {
  background: url("../images/ban-bgs.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.bg-2 {
  background: url("../images/home-5.jpg");
  background-size: cover;
}

.slider {
  background: url("../images/banner-new.jpg") no-repeat;
  background-size: cover;
  background-position: 6% 0%;
  padding: 120px 0 120px 0;
  position: relative;
  min-height: 540px;
}

.slider .block h1 {
  font-size: 36px;
  line-height: 1.5;
  font-weight: 600;
  color: #fff;
  margin-bottom: 25px;
  text-align: left;
  float: left;
  text-shadow: 1px 1px 3px #000;
}

.slider .block p {
  margin-bottom: 30px;
  color: #b9b9b9;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
}

.slider .block span {
  letter-spacing: 1px;
}

.intro-item i {
  font-size: 60px;
  line-height: 60px;
}

.color-one {
  color: #f75757;
}

.color-two {
  color: #00d747;
}

.color-three {
  color: #9262ff;
}

.color-four {
  color: #088ed3;
}

.bg-about {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 45%;
  min-height: 650px;
  background: url("../images/home-8.jpg") no-repeat;
  background-size: cover;
}

.about-content {
  padding: 20px 0px 0px 80px;
}

.about-content h4 {
  font-weight: 600;
}

.about-content h4:before {
  position: absolute;
  content: "\f576";
  font-family: "Font Awesome 5 Free";
  font-size: 30px;
  position: absolute;
  top: 8px;
  left: -65px;
  font-weight: 700;
}

.counter-item .counter-stat {
  font-size: 50px;
}

.counter-item p {
  margin-bottom: 0px;
}

.bg-counter {
  background: url("../images/bg/counter.jpg") no-repeat;
  background-size: cover;
}

.team-img-hover .team-social li a.facebook {
  background: #6666cc;
}

.team-img-hover .team-social li a.twitter {
  background: #3399cc;
}

.team-img-hover .team-social li a.instagram {
  background: #cc66cc;
}

.team-img-hover .team-social li a.linkedin {
  background: #3399cc;
}

.team-img-hover {
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

.team-img-hover li a {
  display: inline-block;
  color: #fff;
  width: 50px;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  border: 2px solid transparent;
  border-radius: 2px;
  text-align: center;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.team-img-hover:hover li a:hover {
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}

.team-item:hover .team-img-hover {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}

.service-item {
  position: relative;
  padding-left: 80px;
}

.service-item i {
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 50px;
  opacity: .4;
}

.cta {
  background: url("../images/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
  min-height: 560px;
}
.cta2 {
  background: url("../images/home-3.jpg") fixed 50% 50%;
  background-size: cover;
  padding: 120px 0px;
}
.cta-block {
  background: url("../images/home-3.jpg") no-repeat;
  background-size: cover;
}

.testimonial-item {
  padding: 50px 30px;
}

.testimonial-item i {
  font-size: 40px;
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 1;
}

.testimonial-item .testimonial-text {
  font-size: 19px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 30px;
  font-style: italic;
}

.testimonial-item .testimonial-item-content {
  padding-left: 65px;
}

.slick-slide:focus, .slick-slide a {
  outline: none;
}

.hero-img {
  background: url("../images/bg/home-5.jpg");
  position: absolute;
  content: "";
  background-size: cover;
  width: 100%;
  height: 100%;
  top: 0px;
}

.h70 {
  height: 55%;
}

.lh-45 {
  line-height: 45px;
}

.pricing-header h1 {
  font-size: 70px;
  font-weight: 300;
}

.pricing .btn-solid-border {
  border-color: #dedede;
}

.pricing .btn-solid-border:Hover {
  border-color: #f75757;
}

.portflio-item .portfolio-item-content {
  position: absolute;
  content: "";
  right: 0px;
  bottom: 0px;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: all .35s ease;
  overflow: hidden;
}

.portflio-item:hover:before {
  opacity: 1;
}

.portflio-item:hover .portfolio-item-content {
  opacity: 1;
  bottom: 20px;
  right: 30px;
}

.portflio-item .overlay-item {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 80px;
  color: #f75757;
  opacity: 0;
  transition: all .35s ease;
}

.portflio-item:hover .overlay-item {
  opacity: 1;
}

.contact-form-wrap .form-group {
  padding-bottom: 15px;
  margin: 0px;
}

.contact-form-wrap .form-group .form-control {
  background: #f5f8f9;
  height: 48px;
  border: 1px solid #EEF2F6;
  box-shadow: 0 0 2px #d31346;
  width: 100%;
}

.contact-form-wrap .form-group-2 {
  margin-bottom: 13px;
}

.contact-form-wrap .form-group-2 textarea {
  background: #f5f8f9;
  height: 135px;
  border: 1px solid #EEF2F6;
  box-shadow: 0 0 2px #d31346;
  width: 100%;
}

.address-block li {
  margin-bottom: 30px;
}

.address-block li i {
  font-size: 20px;
  width: 20px;
}

.social-icons li {
  margin: 0 6px;
}

.social-icons i {
  margin-right: 15px;
  font-size: 25px;
}

.google-map {
  position: relative;
}

.google-map #map {
  width: 100%;
  height: 450px;
}

/*=================================================================
  Latest Posts
==================================================================*/
.blog-item-content h3 {
  line-height: 36px;
}

.blog-item-content h3 a {
  transition: all .4s ease 0s;
}

.blog-item-content h3 a:hover {
  color: #f75757 !important;
}

.lh-36 {
  line-height: 36px;
}

.tags a {
  background: #f5f8f9;
  display: inline-block;
  padding: 8px 23px;
  border-radius: 38px;
  margin-bottom: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  text-transform: capitalize;
}

.pagination .nav-links a, .pagination .nav-links span.current {
  font-size: 20px;
  font-weight: 500;
  color: #c9c9c9;
  margin: 0 10px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.pagination .nav-links span.current, .pagination .nav-links a.next, .pagination .nav-links a.prev {
  color: #242424;
}

h3.quote {
  font-size: 25px;
  line-height: 50px;
  font-weight: normal;
  padding: 0px 25px 0px 85px;
  margin: 65px 0 65px 0 !important;
  position: relative;
}

h3.quote::before {
  content: '';
  width: 55px;
  height: 2px;
  background: #f75757;
  position: absolute;
  top: 25px;
  left: 0;
}

.nav-posts-title {
  line-height: 25px;
  font-size: 18px;
}

.latest-blog {
  position: relative;
  padding-bottom: 150px;
}

.mt-70 {
  margin-top: -70px;
}

.border-1 {
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.blog-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

/*=================================================================
  Single Blog Page
==================================================================*/
.post.post-single {
  border: none;
}

.post.post-single .post-thumb {
  margin-top: 30px;
}

.post-sub-heading {
  border-bottom: 1px solid #dedede;
  padding-bottom: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 20px;
}

.post-social-share {
  margin-bottom: 50px;
}

.post-comments {
  margin: 30px 0;
}

.post-comments .media {
  margin-top: 20px;
}

.post-comments .media > .pull-left {
  padding-right: 20px;
}

.post-comments .comment-author {
  margin-top: 0;
  margin-bottom: 0px;
  font-weight: 500;
}

.post-comments .comment-author a {
  color: #f75757;
  font-size: 14px;
  text-transform: uppercase;
}

.post-comments time {
  margin: 0 0 5px;
  display: inline-block;
  color: #808080;
  font-size: 12px;
}

.post-comments .comment-button {
  color: #f75757;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
}

.post-comments .comment-button i {
  margin-right: 5px;
  display: inline-block;
}

.post-comments .comment-button:hover {
  color: #f75757;
}

.post-excerpt {
  margin-bottom: 60px;
}

.post-excerpt h3 a {
  color: #000;
}

.post-excerpt p {
  margin: 0 0 30px;
}

.post-excerpt blockquote.quote-post {
  margin: 20px 0;
}

.post-excerpt blockquote.quote-post p {
  line-height: 30px;
  font-size: 20px;
  color: #f75757;
}

.single-blog {
  background-color: #fff;
  margin-bottom: 50px;
  padding: 20px;
}

.blog-subtitle {
  font-size: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #dedede;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.next-prev {
  border-bottom: 1px solid #dedede;
  border-top: 1px solid #dedede;
  margin: 20px 0;
  padding: 25px 0;
}

.next-prev a {
  color: #000;
}

.next-prev a:hover {
  color: #f75757;
}

.next-prev .prev-post i {
  margin-right: 10px;
}

.next-prev .next-post i {
  margin-left: 10px;
}

.social-profile ul li {
  margin: 0 10px 0 0;
  display: inline-block;
}

.social-profile ul li a {
  color: #4e595f;
  display: block;
  font-size: 16px;
}

.social-profile ul li a i:hover {
  color: #f75757;
}

.comments-section {
  margin-top: 35px;
}

.author-about {
  margin-top: 40px;
}

.post-author {
  margin-right: 20px;
}

.post-author > img {
  border: 1px solid #dedede;
  max-width: 120px;
  padding: 5px;
  width: 100%;
}

.comment-list ul {
  margin-top: 20px;
}

.comment-list ul li {
  margin-bottom: 20px;
}

.comment-wrap {
  border: 1px solid #dedede;
  border-radius: 1px;
  margin-left: 20px;
  padding: 10px;
  position: relative;
}

.comment-wrap .author-avatar {
  margin-right: 10px;
}

.comment-wrap .media .media-heading {
  font-size: 14px;
  margin-bottom: 8px;
}

.comment-wrap .media .media-heading a {
  color: #f75757;
  font-size: 13px;
}

.comment-wrap .media .comment-meta {
  font-size: 12px;
  color: #888;
}

.comment-wrap .media p {
  margin-top: 15px;
}

.comment-reply-form {
  margin-top: 80px;
}

.comment-reply-form input, .comment-reply-form textarea {
  height: 35px;
  border-radius: 0;
  box-shadow: none;
}

.comment-reply-form input:focus, .comment-reply-form textarea:focus {
  box-shadow: none;
  border: 1px solid #f75757;
}

.comment-reply-form textarea, .comment-reply-form .btn-main, .comment-reply-form .btn-transparent, .comment-reply-form .btn-small {
  height: auto;
}

.widget {
  margin-bottom: 30px;
  padding-bottom: 35px;
}

.widget .widget-title {
  margin-bottom: 15px;
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-weight: 500;
  border-bottom: 1px solid #dedede;
}

.widget.widget-latest-post .media .media-object {
  width: 100px;
  height: auto;
}

.widget.widget-latest-post .media .media-heading a {
  color: #242424;
  font-size: 16px;
}

.widget.widget-latest-post .media p {
  font-size: 12px;
  color: #808080;
}

.widget.widget-category ul li {
  margin-bottom: 10px;
}

.widget.widget-category ul li a {
  color: #837f7e;
  transition: all 0.3s ease;
}

.widget.widget-category ul li a:before {
  padding-right: 10px;
}

.widget.widget-category ul li a:hover {
  color: #f75757;
  padding-left: 5px;
}

.widget.widget-tag ul li {
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 5px;
}

.widget.widget-tag ul li a {
  color: #837f7e;
  display: inline-block;
  padding: 8px 15px;
  border: 1px solid #dedede;
  border-radius: 30px;
  font-size: 14px;
  transition: all 0.3s ease;
}

.widget.widget-tag ul li a:hover {
  color: #fff;
  background: #f75757;
  border: 1px solid #f75757;
}

.footer {
  padding-bottom: 0px;
  background-color: #ECF0F1;
}

.footer .copyright a {
  font-weight: 600;
}

.lh-35 {
  line-height: 35px;
}

.logo {
  color: #242424;
  font-weight: 600;
  letter-spacing: 1px;
}

.logo span {
  color: #f75757;
}

.sub-form {
  position: relative;
}

.sub-form .form-control {
  border: 1px solid rgba(0, 0, 0, 0.06);
  background: #f5f8f9;
}

.footer-btm {
  border-top: 1px solid #c8243c;
}

.footer-socials li a {
  margin-right: 15px;
}

/*=== MEDIA QUERY ===*/
@media (max-width: 400px) {
  .header-top .header-top-info a {
    margin-left: 0px;
    display: block;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 28px;
    line-height: 40px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .text-lg {
    font-size: 3rem;
  }
  .header-top .header-top-info {
    padding-bottom: 15px;
  }
  .blog-item-meta span {
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .header-top .header-top-info a {
    margin-left: 0px;
  }
  .navbar-toggler {
    color: #fff;
  }
  .slider .block h1 {
    font-size: 38px;
    line-height: 50px;
  }
  .slider {
    padding: 126px 0 151px 0;
  }
  .content-title {
    font-size: 28px;
    line-height: 46px;
  }
  .bg-about {
    display: none;
  }
  .p-5 {
    padding: 2rem !important;
  }
  h2, .h2 {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 36px;
  }
  .testimonial-item .testimonial-item-content {
    padding-left: 0px;
    padding-top: 30px;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 768px) {
  .navbar-toggler {
    color: #fff;
  }
  .bg-about {
    display: none;
  }
  .footer-socials {
    margin-top: 20px;
  }
  .footer-socials li a {
    margin-left: 0px;
  }
  .slider .block h1 {
    font-size: 56px;
    line-height: 70px;
  }
  .blog-item-meta span {
    display: block;
    margin: 6px 0px;
  }
  .widget {
    margin-bottom: 30px;
    padding-bottom: 0px;
  }
  .dropdown-menu {
    display: none;
    width: 100%;
    text-align: center;
  }
}

/*# sourceMappingURL=maps/style.css.map */
/****************************************/
.logo-sec img
{
 width: 220px;
 height: 182px;
}
.wel-img img
{
  width: 300px;
  height: 420px;
  margin: 0 auto;
  display: block;
}
.wel-li
{
 padding: 0 0 0 15px;
}
.wel-li li
{
 font-size: 16px;
 line-height: 1.5;
 margin-bottom: 12px;
}
.wel-row h4
{
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #cc9b91;
}
.wel-row p
{
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #2f2f2f;
  letter-spacing: 0.2px;
}
.wel-sec
{
 background-color: #f1f1f1;
}
.search-sec .content-title {
  font-size: 33px;
  line-height: 1.7;
}
.search.section
{
 padding: 67px 0;
}
.wel-sec .content-title {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.exp-img img
{
 width: 100%;
 height: 360px;
 margin: 0 auto;
 display: block;
}
.exp-txt-sec h4
{
 text-align: center;
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
}
.exp-li li {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 6px;
  list-style-type: disc;
  color: #3f3f3f;
  font-weight: 300;
}
.exp-li.lang
{
 margin: 0 auto;
  display: block;
  padding-left: 130px;
}
.exp-li
{
 margin: 0 auto;
  display: table;
}
.testimonial .content-title {
  font-size: 40px;
  line-height: 1.4;
  color: #fff;
}
.testimonial-author h5
{
 font-size: 20px;
 color: #d31346;
 text-shadow: 1px 1px 2px #000;
 text-align: center;
}
.testimonial-author p
{
 color: #f75757;
}
.foot-logo img
{
  width: 240px;
  height: 198px;
  margin: 0 auto;
  display: block;
}
.copyright p
{
 color: #000;
 font-size: 17px;
 text-align: center;
 line-height: 1.7;
 font-family: El Messiri, Serif;
}
.copyright a
{
 color: #3f3f3f;
 font-size: 17px;
}
.copyright a:hover
{
 color: #cc9b91;
}
.footer-menu li
{
  font-size: 18px;
  font-weight: 600;
  list-style-type: disclosure-closed;
  line-height: 1.7;
  margin-bottom: 15px;
  color: #3f3f3f;
  font-family: El Messiri, Serif;
}
.footer-menu a
{
  font-size: 18px;
  font-weight: 600;
  color: #3f3f3f;
}
.footer-menu a:hover
{
  color: #cc9b91;
}
.footer-menu
{
 margin-left: 20px;
}
.abt-img img
{
 width: 100%;
  height: 356px;
}
.abt-txt p
{
 color: #000;
 font-size: 17px;
 text-align: left;
 line-height: 1.7;
}
.abt-txt p b
{
 color: #c8243c;
}
.abt-row .col-lg-8
{
 padding-left: 50px;
}
.why-sec h2
{
 font-size: 60px;
  text-align: left;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 600;
}
.why-sec h4
{
 font-size: 30px;
  text-align: left;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}
.why-sec p
{
 font-size: 24px;
  text-align: left;
  color: #dd0b0b;
  line-height: 1.7;
  margin-bottom: 20px;
  font-weight: 500;
  text-shadow: 1px 1px 2px #000;
}
.why-li li
{
 font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
  font-weight: 500;
  list-style-type: disclosure-closed;
}
.why-li
{
 padding-left: 20px;
}
.about-sec .content-title {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.part-detail h4
{
 font-size: 30px;
  text-align: center;
  color: #d31346;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 600;
}
.part-detail p
{
 font-size: 18px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 500;
}
.part-detail .italic
{
 font-size: 17px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 5px;
  font-weight: 500;
}
.part-cont
{
 margin: 40px auto 0 auto;
  display: table;
}
.partner-img img
{
 width: 100%;
 height: 333px;
 margin-bottom: 30px;
}
.partner-txt p
{
 font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 2;
  margin-bottom: 20px;
}
.p2 
{
 margin-top: 60px;
}
.partner-row
{
  /*background-color: #ffe4c4;*/
  padding: 50px 20px;
  box-shadow: 0 0 8px #c8243c;
}
.serv-box img
{
 width: 160px;
  height: 160px;
  margin: 20px auto;
  display: block;
}
.serv-box h4
{
 font-size: 22px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 0;
  font-weight: 600;
}
.serv-box p
{
 font-size: 16px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 10px;
  font-weight: 500;
  height: 200px;
}
.serv-box
{
 background-color: #f3e3e3;
 padding: 30px 20px;
 box-shadow: 0 0 6px #c8243c;
}
.serv-page .container {
    max-width: 100%;
    padding: 0 30px;
  }
.serv-page .content-title {
  font-size: 40px;
  line-height: 1.5;
  text-align: center;
}
.box-12 h4
{
 font-size: 35px;
  text-align: center;
  color: #000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 600;
}
.box-12 img
{
 width: 375px;
  height: 300px;
}
.ser-li li
{
 font-size: 20px;
  text-align: left;
  color: #000;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 400;
}
.flexx
{
 display: flex;
}
.box-12
{
 margin-top: 60px;
 padding: 0 150px;
}
.ser-sec h2 {
  font-size: 45px;
  text-align: center;
  color: #dd0b0b;
  line-height: 1.7;
  margin-bottom: 30px;
  font-weight: 600;
  text-shadow: 1px 1px 2px #000;
}
.ser-last-li li {
  font-size: 20px;
  text-align: left;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 15px;
  font-weight: 500;
  list-style-type: disclosure-closed;
}
.map-sec iframe
{
 width: 100%;
 height: 450px;
 border: 0;
}
.sitemap-sec .content-title {
  font-size: 30px;
  line-height: 1.7;
  text-align: center;
  margin-bottom: 0;
  color: #cc9b91;
}
.sitemap-sec .section-title {
  margin-bottom: 20px;
  text-align: center !important;
  width: 100%;
}
.partner-sec .content-title {
  font-size: 40px;
  line-height: 50px;
  text-align: center;
}
#navbar .nav-link.active
{
 color: #000 !important;
}

/* =============================== Site Map ================================ */
.sitemapul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #cc9b91;
    /*border: 1px solid;*/
    border-radius: 10px;
}
.sitemapul ul
{
    list-style-type: none;
    padding: 20px;
    width: 60%;
    margin: 20px auto;
    background: #0094d9;
    border: 1px solid #0094d9;
    border-radius: 10px;
    color: #000;
}

.sitemapul li
{
    background: #fff;
    border: 1px solid;
    padding: 5px 20px;
    width: auto;
    border-radius: 10px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;
    font-family: El Messiri, Serif;
}
.sitemapul li a
{
    font-weight: 600;
    font-size: 20px;
    color: #3f3f3f !important;
    text-decoration: none;
}
.sitemapul li a:hover
{
    color: #cc9b91 !important;
}

/*****************************/
.foot-cont .fa-map-marker
{
 float: left;
 margin-top: 5px;
 height: 35px;
}
.foot-cont .fa
{
 margin-right: 5px;
}
.foot-cont p
{
 font-size: 18px;
 color: #3f3f3f;
 margin-bottom: 12px;
 font-family: El Messiri, Serif;
}
.foot-cont a
{
 font-size: 18px;
 color: #231f20;
 margin-bottom: 12px;
}
.foot-cont a:hover
{
 color: #cc9b91;
}
.foot-cont .partner-info p
{
 font-size: 17px;
 color: #d31346;
 margin-bottom: 0;
}
.partner-info 
{
 padding-bottom: 20px;
}
footer .col-lg-3 .mb-4 {
  margin-bottom: 15px !important;
}
.part-cont p
{
 text-align: left;
}
.part-cont a
{
  color: #d31346;
}
.part-cont a:hover
{
  color: #000;
}
.part-cont .fa
{
 margin-right: 8px;
}
.address-block .ti-direction
{
 float: left;
  height: 40px;
}
.address-block .ti-mobile, .address-block .ti-email, .address-block .ti-direction
{
 padding-top: 5px;
}
.testimonial-content p
{
  color: #fff;
  font-size: 17px;
  line-height: 1.7;
  text-align: center;
  height: 120px;
}
.testimonial .ti-quote-left
{
 font-size: 25px;
}

/************************************************************************************/

.header-top-info p
{
 text-align: center;
  line-height: 1.7;
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 600;
  color: #a59269;
  font-family: El Messiri, Serif;
}
.navbar-nav.ml-auto {
  margin-left: 15px !important;
  margin-right: 15px;
}
.sm-txt
{
 font-size: 20px;
 color: #fff !important;
}
.wel-btns
{
 justify-content: center;
  margin: 20px auto;
  display: table;
}
.exp-txt-sec img
{
  width: 540px;
  height: 360px;
  margin-bottom: 30px;
}
.img-txt p {
  line-height: 1.6;
  font-size: 17px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: "Hind", serif;
  letter-spacing: 0.2px;
  text-align: left;
}
.img-txt h4 {
  text-align: center;
  font-size: 24px;
  line-height: 1.5;
  color: #cc9b91;
}
.navi-col h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  color: #cc9b91;
  margin-top: 20px;
}
.navi-col img
{
  width: 100%;
  height: 466px;
  margin: 0 auto;
  display: block;
}
.navi-col p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: El Messiri, Serif;
  text-align: center;
}
.navi-col p a:hover {
  color: #cc9b91;
}
.navi-sec {
  background-color: #f1f1f1;
}
.div-col h4 {
  text-align: center;
  font-size: 18px;
  line-height: 1.7;
  color: #2f2f2f;
  margin: 10px auto 20px auto;
  font-weight: 400;
}
.div-row
{
  margin-top: 40px;
}
.div-sec
{
 background-color: #e6e6e6;
}
.badge img
{
  width: 220px;
  height: 220px;
  margin: 0 auto;
  display: block;
}
.page-title.bg-1 {
  padding: 150px 0;
}
.team-page .container {
    max-width: 1400px;
  }
.team-page h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #cc9b91;
}
.team-col img {
  width: 360px;
  height: 480px;
  margin: 0 auto;
  display: block;
}
.team-col h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  color: #cc9b91;
  margin-top: 20px;
}
.team-col p {
  line-height: 1.6;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: El Messiri, Serif;
  text-align: center;
}
.buttin {
  background-color: #cc9b91;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0;
  cursor: pointer;
  margin: 15px auto 0 auto;
  display: table;
  font-size: 15px;
  border: 2px solid #cc9b91;
  font-family: El Messiri, Serif;
}
.body-left
{
 width: 40%;
 background-color: #edeae7;
}
.body-right
{
 width: 60%;
 background-color: #f6f5f3;
}
.intros h3
{
 text-align: center;
  font-size: 60px;
  line-height: 1.7;
  color: #cc9b91;
  margin-top: 20px;
  font-weight: 500;
}
.intros p {
  line-height: 1.6;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: "Hind", serif;
  text-align: center;
  text-transform: uppercase;
}
.hr
{
 border: 1px solid #3f3f3f;
  width: 70%;
  margin: 20px auto;
}
.body-right .lg-txt
{
  line-height: 1.6;
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: El Messiri, Serif;
  text-align: center;
  text-transform: uppercase;
  width: 400px;
  margin: 0 auto 60px auto;
}
.body-right h4 {
  text-align: center;
  font-size: 30px;
  line-height: 1.7;
  color: #3f3f3f;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.pop-abt-p p {
  line-height: 1.6;
  font-size: 22px;
  font-weight: 300;
  margin-bottom: 30px;
  color: #2f2f2f;
  font-family: "Hind", serif;
  text-align: left;
  padding: 0 30px;
}
.body-left img {
  width: 320px !important;
  height: 426px !important;
  margin: 0 auto;
  display: block;
}
.body-left h5 {
  text-align: center;
  font-size: 30px !important;
  line-height: 1.7;
  color: #3f3f3f;
  margin-top: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
.modal-content {
  margin-bottom: 20px !important;
}
.body-left, .body-right
{
 padding-bottom: 30px;
}
.team-page .col-lg-4
{
 margin-bottom: 80px;
}

.service-page h4 {
  text-align: center;
  font-size: 36px;
  line-height: 1.5;
  color: #cc9b91;
}
.serv-col img {
  width: 100%;
  height: 291px;
  margin: 0 auto;
  display: block;
}
.serv-col h4 {
  text-align: left;
  font-size: 24px;
  line-height: 1.7;
  color: #cc9b91;
  margin-top: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.serv-col p {
  line-height: 1.6;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: "Hind", serif;
  text-align: left;
  letter-spacing: 0.2px;
}
.service-page .container {
    max-width: 1400px;
  }
.service-page .col-lg-4
{
 margin-bottom: 100px;
}
.contact-content
{
  margin: 25px auto;
  display: block;
  padding-left: 30px;
}
.form-control {
  display: block;
  width: 900px;
  padding: .375rem .75rem;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
  margin: 0 auto 25px auto;
  display: table;
}
textarea.form-control {
  height: auto;
  margin: 0 auto;
  font-size: 15px;
  font-family: El Messiri, Serif;
  letter-spacing: 0.2px;
}
.flex.form-group {
  margin: 0 auto 25px auto;
  display: table;
  text-align: left;
  width: 170px;
}
.sel-input
{
 column-count: 2;
  width: 720px;
  margin: 0 auto;
  text-align: left;
}
.flex input
{
 text-align: left;
  margin-right: 10px;
}
.sel-input2 {
  width: 900px;
  margin: 0 auto;
  text-align: left;
  column-count: 2;
}
.sel-input2 .flex.form-group {
  margin: 0 auto 25px auto;
  display: table;
  text-align: left;
  width: 300px;
}
.contact__form h4 {
  text-align: center;
  font-size: 22px;
  line-height: 1.7;
  color: #cc9b91;
  font-weight: 500;
  margin: 30px auto;
}
.contact__form .btn
{
/* margin: 30px auto 0 auto;*/
margin: 5px;
 display: table;
}
.contact-content .social-icons i {
  margin-right: 15px;
  font-size: 25px;
  color: #cc9b91;
}
.contact-content .social-icons a:hover i {
  color: #3f3f3f;
}
.contact-page h4 {
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  color: #cc9b91;
}
.contact-page h3 {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  color: #cc9b91;
}
#contact-form
{
 padding-top: 20px;
}
footer h4 {
  font-size: 28px;
  line-height: 1.7;
  color: #3f3f3f;
}
.contact-content li
{
 font-family: El Messiri, Serif;
}
label
{
 font-family: El Messiri, Serif;
}
.expander button
{
 background-color: #cc9b91;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0;
  cursor: pointer;
  margin: 10px auto 20px auto;
  display: initial;
  font-size: 15px;
  border: 2px solid #cc9b91;
  font-family: El Messiri, Serif;
}
.expander1 button
{
 background-color: #cc9b91;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0;
  cursor: pointer;
  margin: 10px auto 20px auto;
  display: initial;
  font-size: 15px;
  border: 2px solid #cc9b91;
  font-family: El Messiri, Serif;
}
.none
{
  display: none;
}
.fee-li li
{
 font-size: 21px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 12px;
  font-family: El Messiri, Serif;
}
.fees-sec h2
{
 color: #fff;
  text-align: left;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.7;
}
.fee-li
{
 padding: 0 0 0 20px;
}
.badge1 img
{
/*  width: 240px;*/
/*  height: 180px;*/
width: 180px;
  height: auto;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 2px #000;
}
.badge2 img
{
  width: 240px;
  height: 72px;
  margin: 0 auto;
  display: block;
  border-radius: 10px;
}
.badge3 img
{
  width: 240px;
  height: 231px;
  margin: 0 auto;
  display: block;
  box-shadow: 0 0 2px #000;
}
.badge-sec .row
{
 align-items: center;
}

.serv-pop img {
  width: 600px !important;
  height: 400px !important;
  margin: 0 auto;
  display: block;
}
.services-pop.modal-body {
  padding: 40px 60px;
}
.serv-pop h4 {
  text-align: center;
  font-size: 30px !important;
  line-height: 1.7;
  color: #cc9b91;
  margin-top: 40px;
  font-weight: 500;
}
.serv-pop p {
  line-height: 1.7;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 10px;
  color: #2f2f2f;
  font-family: "Hind", serif;
  text-align: left;
  letter-spacing: 0.2px;
}
.ser-pops .buttin {
  background-color: #cc9b91;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0;
  cursor: pointer;
  margin: 30px auto 0 auto;
  display: inline;
  font-size: 15px;
  border: 2px solid #cc9b91;
  font-family: El Messiri, Serif;
}
.div-col img
{
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
}
#prices.cta {
  background: url("../images/home-3.jpg") fixed 50% 50%;
    background-size: auto;
  background-size: cover;
  padding: 120px 0px;
  min-height: auto;
}
.contact-page .exp-img img {
  width: 450px;
  height: 300px;
  margin: 0 auto;
  display: block;
}
.cf-h3 .section-title {
  margin-bottom: 0 !important;
  margin-bottom: 0;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 20px;
}
.cont-info 
{
 margin-bottom: 60px;
}
.cf-h3
{
  box-shadow: 0 0 4px #000;
  border-radius: 10px;
  padding-bottom: 50px;
  background-color: #fafafa;
}
.img-rel
{
 position: relative;
}
.img-btn
{
 position: absolute;
 top: 80%;
 margin: 0 auto;
 display: table;
 background: rgba(204, 155, 145,0.3);
  border: 2px solid #fff;
  font-size: 15px;
  color: #fff;
  padding: 6px 20px;
  text-align: center;
  left: 35%;
  font-family: El Messiri, Serif;
}
.pop-abt-p .exp-li {
  margin: 0 0 20px 0;
  display: table;
  padding-left: 50px;
}
.cancel-sec h4 {
  color: #fff;
  text-align: left;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 40px;
}
.cancel-sec p {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 12px;
  font-family: El Messiri, Serif;
}
.cancel-sec h6 {
  color: #fff;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-top: 15px;
}
table .form-control
{
 width: 100% !important;
}
.hom-pops .table td, .hom-pops .table th {
  border-top: none;
}
.hom-pops h4
{
 color: #cc9b91;
 font-size: 22px;
 font-weight: 600;
 line-height: 1.7;
 text-shadow: 1px 0px 0px #000;
}
.hom-pops .buttin {
  background-color: #cc9b91;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0;
  cursor: pointer;
  margin: 30px auto 0 auto;
  display: inline;
  font-size: 15px;
  border: 2px solid #cc9b91;
  font-family: El Messiri, Serif;
}
.modal-body .form-control
{
 width: 360px;
}
.modal-body .sel-input {
  column-count: 2;
  width: 100%;
  margin: 0 auto;
  text-align: left;
}

/***** Media Queries *****/

@media (max-width:1199px)
{
.navbar > .container
{
 display: grid;
 margin: 0 auto;
}
.logo-sec img {
    width: 160px;
    height: 132px;
    margin: 0 auto;
    display: block;
}
.exp-txt-sec img {
  width: 100%;
  height: 300px;
  margin-bottom: 30px;
}
.exp-img img {
  width: 100%;
  height: 300px;
  margin: 0 auto;
  display: block;
}
.navbar-brand
{
 margin-bottom: 10px;
}
.navbar-expand-lg .navbar-collapse
{
 margin-bottom: 10px;
}
.slider {
  background-position: center;
  padding: 120px 0 120px 0;
  min-height: 500px;
}
.navi-col img {
  width: 100%;
  height: 386px;
}
.navi-col h4 {
  font-size: 28px;
  margin-top: 15px;
}
.cta {
  padding: 120px 0px;
  min-height: 500px;
}
footer .col-lg-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.foot-logo img {
  width: 240px;
  height: 198px;
  margin: 0;
  display: block;
}
.serv-col img {
  width: 100%;
  height: 207px;
}
.serv-col h4 {
  font-size: 20px;
  margin-top: 12px;
  margin-bottom: 12px;
}
.serv-pop img {
    width: 100% !important;
    height: 465px !important;
  }
.team-col img {
  width: 100%;
  height: 415px;
}
.intros h3 {
  font-size: 50px;
  margin-top: 20px;
}
.intros p {
  font-size: 24px;
  margin-bottom: 10px;
}
.body-right .lg-txt {
  font-size: 24px;
  margin-bottom: 10px;
  width: 400px;
  margin: 0 auto 40px auto;
}
.pop-abt-p p {
  font-size: 20px;
  padding: 0 30px;
}
.body-left h5 {
  font-size: 26px !important;
  margin-top: 20px;
}
.exp-li.lang {
  margin: 0 auto;
  display: block;
  padding-left: 50px;
}
.faq-drawer__title {
  font-size: 18px;
  padding: 10px 24px;
}
.faq-drawer__content p
{
 font-size: 17px;
}
.map-sec iframe {
  width: 100%;
  height: 420px;
  border: 0;
}
 .hom-pops .modal-content {
  width: 50% !important;
  }
}

@media (max-width:1023px)
{
.navbar > .container {
    display: flex;
    margin: 0 auto;
  }
.navbar-toggler {
    color: #cc9b91;
    font-size: 30px;
  }
.slider {
    background-position: center;
    padding: 120px 0 80px 0;
    min-height: 500px;
  }
.exp-txt-sec img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
.exp-img img {
    width: 100%;
    height: 220px;
  }
.img-btn {
  position: absolute;
  top: 60%;
  font-size: 15px;
  padding: 6px 20px;
  left: 25%;
}
.navi-col img {
    width: 100%;
    height: 280px;
  }
.navi-col h4 {
    font-size: 22px;
    margin-top: 15px;
  }
.navi-col p {
  font-size: 17px;
}
.div-col h4 {
  font-size: 17px;
}
.div-col img {
  width: 80px;
  height: 80px;
}
.badge2 img {
  width: 240px;
  height: 72px;
  margin: 30px auto;
  display: block;
  border-radius: 10px;
}
.navi-row .col-md-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
.serv-col img {
    width: 100%;
    height: 236px;
  }
.serv-pop img {
    width: 100% !important;
    height: 328px !important;
  }
.serv-pop h4
{
 font-size: 26px !important;
}
.foot-logo img {
    width: 200px;
    height: 165px;
  }
.badge img {
  width: 160px;
  height: 160px;
}
.copyright p {
  font-size: 16px;
}
.copyright a {
  font-size: 16px;
}
.fee-li li {
  font-size: 19px;
  margin-bottom: 12px;
}
.fees-sec h2 {
  font-size: 30px;
}
.team-col img {
    width: 100%;
    height: 472px;
  }
.intros h3 {
    font-size: 40px;
    margin-top: 12px;
  }
.intros p {
    font-size: 20px;
    margin-bottom: 10px;
  }
.body-right .lg-txt {
    font-size: 20px;
  }
.body-right h4 {
  font-size: 26px;
  margin-top: 20px;
}
.pop-abt-p p {
    font-size: 18px;
    padding: 0 24px;
  }
.body-left h5 {
    font-size: 22px !important;
    margin-top: 20px;
  }
.exp-li li {
  font-size: 18px;
  margin-bottom: 6px;
}
.body-left img {
  width: 100% !important;
  height: 367px !important;
}
.cont-info .col-md-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
.contact-content {
  margin: 60px auto 0 auto;
  display: table;
  padding-left: 0;
}
.hom-pops .modal-content {
  width: 70% !important;
}
.navi-sec .navi-row .col-md-4 {
    flex: 0 0 33.3%;
    max-width: 33.3%;
  }
.cf-h3 .content-title {
  font-size: 33px;
  line-height: 1.7;
}

}

@media (max-width:767px)
{
.img-txt .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
.exp-img img {
    width: 100%;
    height: 340px;
  }
.exp-txt-sec img {
    width: 100%;
    height: 340px;
    margin-bottom: 20px;
  }
.img-btn {
    position: absolute;
    top: 80%;
    font-size: 15px;
    padding: 6px 20px;
    left: 35%;
  }
 .hom-pops .modal-content {
    width: 80% !important;
  }
.navi-sec .navi-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
.navi-col img {
    width: 360px;
    height: 480px;
  }
.div-col img {
    width: 120px;
    height: 120px;
  }
.div-col h4 {
    font-size: 19px;
  }
 footer .col-lg-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }
.foot-logo img {
    width: 200px;
    height: 165px;
    margin: 0 auto;
    display: block;
  }
.service-page h4 {
  font-size: 33px;
}
.navi-row .col-md-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
.serv-col img {
    width: 100%;
    height: 406px;
  }
.serv-col h4 {
    font-size: 24px !important;
    margin-top: 12px;
    margin-bottom: 12px;
  }
.serv-pop img {
    width: 100% !important;
    height: 260px !important;
  }
.modal-body {
  padding: 0;
  display: grid !important;
}
.body-left {
  width: 100% !important;
}
.body-right {
  width: 100% !important;
}
.body-left img {
    width: 400px !important;
    height: 533px !important;
  }
.exp-li.lang {
    margin: 0 auto;
    display: block;
    padding-left: 165px;
  }
.pop-abt-p p {
    font-size: 17px;
    padding: 0 60px;
    margin-bottom: 15px;
  }
.team-col img {
    width: 420px;
    height: 560px;
  }
.pop-abt-p .exp-li {
  margin: 0 auto;
  display: table;
  padding-left: 0;
}
.faq-drawer__content p {
    font-size: 16px;
  }
.faq-drawer__title {
    font-size: 17px;
    padding: 8px 20px;
  }
.map-sec iframe {
    width: 100%;
    height: 360px;
    border: 0;
  }
footer h4 {
  font-size: 25px;
}
.sitemapul {
  width: 80%;
}

}

@media (max-width:639px)
{
.wel-row p {
  font-size: 16px;
  margin-bottom: 10px;
}
.wel-row h4 {
  font-size: 22px;
}
.btn {
  font-size: 14px;
  padding: 10px 24px;
}
.exp-img img {
    width: 100%;
    height: 300px;
  }
.exp-txt-sec img {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
  }
.img-btn {
    position: absolute;
    top: 70%;
    font-size: 15px;
    padding: 6px 20px;
    left: 33%;
  }
.img-txt p {
  font-size: 16px;
  margin-bottom: 10px;
}
.div-col img {
    width: 100px;
    height: 100px;
  }
.div-col h4 {
    font-size: 18px;
  }
.page-title.bg-1 {
  padding: 120px 0;
}
.serv-col img {
    width: 100%;
    height: 300px;
  }
.serv-col h4 {
    font-size: 21px !important;
    margin-top: 12px;
    margin-bottom: 12px;
  }
.serv-pop img {
    width: 100% !important;
    height: 214px !important;
  }
.serv-pop p {
  font-size: 16px;
  margin-bottom: 10px;
}
.services-pop.modal-body {
  padding: 30px;
}
.cancel-sec h4 {
  font-size: 22px;
  margin-top: 30px;
}
.cancel-sec p {
  font-size: 18px;
  margin-bottom: 10px;
}
.fee-li li {
    font-size: 18px;
    margin-bottom: 10px;
  }
 .team-col img {
    width: 380px;
    height: 506px;
  }
.body-left img {
    width: 360px !important;
    height: 480px !important;
  }
.intros h3 {
    font-size: 35px;
    margin-top: 12px;
  }
.body-right .lg-txt {
    font-size: 18px;
  }
.intros p {
    font-size: 18px;
    margin-bottom: 10px;
  }
.body-right h4 {
    font-size: 24px;
    margin-top: 20px;
  }
.team-col h4 {
  font-size: 24px;
  margin-top: 20px;
}
.sitemap-sec .content-title {
  font-size: 26px;
}
.map-sec iframe {
    width: 100%;
    height: 320px;
    border: 0;
  }
.sitemapul li a {
  font-size: 18px;
}
.hom-pops .modal-content {
    width: 96% !important;
  }
.cf-h3 .content-title {
    font-size: 30px;
    line-height: 1.7;
  }
.hom-pops h4 {
  font-size: 20px;
}
.sel-input label
{
 font-size: 16px;
}
.hom-pops .modal-body {
  padding: 40px;
}


}

@media (max-width:479px)
{
.header-top .header-top-info {
    padding-bottom: 0;
  }
.header-top-info p {
  padding: 8px 0;
  font-size: 15px;
  text-align: center;
  display: flex;
}
.navbar-toggler {
    font-size: 26px;
  }
.logo-sec img {
    width: 120px;
    height: 99px;
  }
.slider {
    background-position: center;
    padding: 80px 0 50px 0;
    min-height: 400px;
  }
.wel-row h4 {
    font-size: 20px;
  }
.wel-btns {
  justify-content: center;
  margin: 20px auto;
  display: grid;
}
.wel-btns .btn {
    font-size: 14px;
    padding: 10px 24px;
    margin-bottom: 10px;
  }
 .exp-img img {
    width: 100%;
    height: 220px;
  }
.exp-txt-sec img {
    width: 100%;
    height: 220px;
    margin-bottom: 20px;
  }
.img-btn {
    position: absolute;
    top: 65%;
    font-size: 15px;
    padding: 6px 20px;
    left: 25%;
  }
.navi-col img {
    width: 100%;
    height: 440px;
  }
.service-page h4 {
    font-size: 30px;
  }
.serv-col img {
    width: 100%;
    height: 220px;
  }
.serv-col h4 {
    font-size: 19px !important;
    margin-top: 12px;
    margin-bottom: 12px;
  }
.ser-modal.modal-content
{
 width: 96% !important;
}
.serv-pop img {
    width: 100% !important;
    height: 189px !important;
  }
.serv-pop p {
    font-size: 15px;
    margin-bottom: 10px;
  }
.fees-sec h2 {
    font-size: 26px;
  }
.fee-li li {
    font-size: 17px;
    margin-bottom: 10px;
  }
.cancel-sec h4 {
    font-size: 20px;
    margin-top: 24px;
  }
.cancel-sec p {
    font-size: 17px;
    margin-bottom: 10px;
  }
.cancel-sec h6 {
  font-size: 18px;
  margin-top: 15px;
}
footer h4 {
    font-size: 22px;
  }
.footer-menu a {
  font-size: 17px;
}
.foot-cont p {
  font-size: 17px;
  margin-bottom: 10px;
}
.foot-cont a {
  font-size: 17px;
  margin-bottom: 10px;
}
.copyright p {
    font-size: 15px;
  }
.copyright a {
    font-size: 15px;
  }
.team-col img {
    width: 100%;
    height: 440px;
  }
.team-page .section-title h4 {
  font-size: 26px;
}
.team-page h4 {
    font-size: 22px;
  }
.team-col p {
  font-size: 17px;
  margin-bottom: 10px;
}
.pops .modal-content
{
 width: 96% !important;
}
.body-left img {
    width: 240px !important;
    height: 320px !important;
  }
.exp-li li {
    font-size: 16px;
    margin-bottom: 6px;
  }
.body-left h5 {
    font-size: 18px !important;
    margin-top: 20px;
  }
.intros h3 {
    font-size: 26px;
    margin-top: 12px;
  }
.body-right .lg-txt {
    font-size: 16px;
    width: 100%;
  }
.team-col p {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0 40px;
  }
.exp-li li {
    font-size: 15px;
    margin-bottom: 6px;
  }
 .exp-li.lang {
    margin: 0 auto;
    display: block;
    padding-left: 75px;
  }
.sitemap-sec .content-title {
    font-size: 22px;
  }
.faq-drawer__title {
    font-size: 15px;
    padding: 8px 10px;
  }
.faq-drawer__title::after {
  height: 6px;
  left: 2px;
  position: relative;
  right: 30px;
  top: 2px;
  width: 6px;
}
.faq-drawer__content p {
    font-size: 14px;
    line-height: 1.7;
  }
.faq-drawer__content-wrapper
{
    padding: 5px 10px !important;
  }
.contact-page .exp-img img {
  width: 100%;
  height: 220px;
}
.contact-page h3 {
  font-size: 26px;
}
.contact-content .social-icons i {
  font-size: 20px;
}
.sitemapul li a {
    font-size: 17px;
  }
#c-form .modal-body .form-control {
  width: 100%;
}
.modal-body .sel-input {
  column-count: 1;
  width: 100%;
}
input[type="text"], input[type="email"], input[type="tel"]
{
 height: 36px;
 font-size: 13px;
}
 textarea.form-control
{
 height: 80px;
 font-size: 13px;
}
.sel-input label {
    font-size: 15px;
  }
.btn {
    font-size: 13px;
    padding: 6px 20px;
  }
.cf-h3 .content-title {
    font-size: 26px;
    line-height: 1.7;
  }
 .hom-pops h4 {
    font-size: 18px;
  }
.sitemapul {
    width: 90%;
  }
  
}

@media (max-width:359px)
{
.header-top-info p {
    padding: 8px 0;
    font-size: 14px;
  }
#navbar .nav-link {
  font-size: 14px;
}
.slider {
    background-position: center;
    padding: 80px 0 50px 0;
    min-height: 320px;
  }
.wel-row h4 {
    font-size: 18px;
  }
 .wel-row p {
    font-size: 15px;
    margin-bottom: 10px;
  }
.exp-img img {
    width: 100%;
    height: 193px;
  }
.exp-txt-sec img {
    width: 100%;
    height: 193px;
    margin-bottom: 20px;
  }
.img-btn {
    position: absolute;
    top: 65%;
    font-size: 15px;
    padding: 6px 20px;
    left: 22%;
  }
.img-txt h4 {
  font-size: 22px;
}
.navi-col img {
    width: 100%;
    height: 386px;
  }
.div-col h4 {
    font-size: 17px;
  }
.div-col img {
    width: 80px;
    height: 80px;
  }
.service-page h4 {
    font-size: 26px;
  }
.serv-col img {
    width: 100%;
    height: 193px;
  }
.serv-col h4 {
    font-size: 17px !important;
    margin-top: 10px;
    margin-bottom: 10px;
  }
.serv-pop img {
    width: 100% !important;
    height: 163px !important;
  }
.fee-li li {
    font-size: 16px;
    margin-bottom: 6px;
  }
.fees-sec h2 {
    font-size: 24px;
  }
.cancel-sec h4 {
    font-size: 18px;
    margin-top: 24px;
  }
.cancel-sec p {
    font-size: 16px;
    margin-bottom: 10px;
  }
.cancel-sec h6 {
    font-size: 17px;
    margin-top: 15px;
  }
.team-page .section-title h4 {
    font-size: 24px;
  }
.team-col img {
    width: 100%;
    height: 386px;
  }
.team-page h4 {
    font-size: 20px;
  }
 .team-col p {
    font-size: 15px;
  }
.faq-drawer__title {
    font-size: 14px;
    padding: 8px 10px;
  }
.sitemap-sec .content-title {
    font-size: 20px;
  }
.contact-page .exp-img img {
    width: 100%;
    height: 193px;
  }

}

.captcha{
  display: flex;
}
.form-btn{
 display: block ruby;
  text-align: center;
}