@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
     font-family: 'Tajawal', sans-serif;
     font-weight: normal;
     font-style: normal;
     direction: rtl;
     text-align: right;
}

.img {
     max-width: 100%;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

a,
.button {
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

a:focus,
.button:focus,
button:focus {
     text-decoration: none;
     outline: none;
}

a:focus {
     text-decoration: none;
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
     text-decoration: none;
}

a,
button {
     color: #1F1F1F;
     outline: medium none;
}

h1,
h2,
h3,
h4,
h5 {
     font-family: 'Tajawal', sans-serif;
     color: #001D38;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
     color: inherit;
}

ul {
     margin: 0px;
     padding: 0px;
}

li {
     list-style: none;
}

p {
     font-size: 16px;
     font-weight: 300;
     line-height: 28px;
     color: #4D4D4D;
     margin-bottom: 13px;
     font-family: 'Tajawal', sans-serif;
}

label {
     color: #7e7e7e;
     cursor: pointer;
     font-size: 14px;
     font-weight: 400;
}

*::-moz-selection {
     background: #444;
     color: #fff;
     text-shadow: none;
}

::-moz-selection {
     background: #444;
     color: #fff;
     text-shadow: none;
}

::selection {
     background: #444;
     color: #fff;
     text-shadow: none;
}

*::-webkit-input-placeholder {
     color: #cccccc;
     font-size: 14px;
     opacity: 1;
}

*:-ms-input-placeholder {
     color: #cccccc;
     font-size: 14px;
     opacity: 1;
}

*::-ms-input-placeholder {
     color: #cccccc;
     font-size: 14px;
     opacity: 1;
}

*::placeholder {
     color: #cccccc;
     font-size: 14px;
     opacity: 1;
}

h3 {
     font-size: 24px;
}

.mb-65 {
     margin-bottom: 67px;
}

.black-bg {
     background: #020c26 !important;
}

.white-bg {
     background: #ffffff;
}

.gray-bg {
     background: #f5f5f5;
}

.overlay {
     position: relative;
     z-index: 0;
}

.overlay::before {
     position: absolute;
     content: "";
     background-color: #001D38;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: .7;
}

.overlay2 {
     position: relative;
     z-index: 0;
}

.overlay2::before {
     position: absolute;
     content: "";
     background-color: #001D38;
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: 0.6;
}

.overlay_03 {
     position: relative;
     z-index: 0;
}

.overlay_03::before {
     position: absolute;
     width: 100%;
     height: 100%;
     right: 0;
     top: 0;
     background: #001D38;
     opacity: .6;
     content: '';
     z-index: -1;
}

.bradcam_overlay {
     position: relative;
     z-index: 0;
}

.bradcam_overlay::before {
     position: absolute;
     content: "";
     background: -moz-linear-gradient(right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
     background: -webkit-linear-gradient(right, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
     background: linear-gradient(to left, #5db2ff 0%, #65b4f9 24%, rgba(124, 185, 233, 0) 96%, rgba(125, 185, 232, 0) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5db2ff', endColorstr='#007db9e8', GradientType=1);
     top: 0;
     right: 0;
     width: 100%;
     height: 100%;
     z-index: -1;
     opacity: 1;
}

.section-padding {
     padding-top: 120px;
     padding-bottom: 120px;
}

.pt-120 {
     padding-top: 120px;
}

/* button style */
.owl-carousel .owl-nav div {
     background: transparent;
     height: 40px;
     right: 0px;
     position: absolute;
     text-align: center;
     top: 50%;
     -webkit-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
     -webkit-transition: all 0.3s ease 0s;
     -o-transition: all 0.3s ease 0s;
     transition: all 0.3s ease 0s;
     width: 40px;
     background-color: transparent;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     right: 40px;
     font-size: 12px;
     line-height: 40px;
     background: #FFFFFF;
     right: -20px;
     color: #3676b6 !important;
}

.owl-carousel .owl-nav div.owl-next {
     right: auto;
     left: -20px;
}

.owl-carousel .owl-nav div.owl-next i {
     position: relative;
     left: 0;
}

.owl-carousel .owl-nav div.owl-prev i {
     position: relative;
     top: 0px;
}

.owl-carousel:hover .owl-nav div {
     opacity: 1;
     visibility: visible;
}

.owl-carousel:hover .owl-nav div:hover {
     color: #fff !important;
     background: #3676b6;
}

.mb-20px {
     margin-bottom: 20px;
}

.mb-55 {
     margin-bottom: 55px;
}

.mb-40 {
     margin-bottom: 40px;
}

.mb-20 {
     margin-bottom: 20px;
}

.mb-50 {
     margin-bottom: 50px;
}

.mb-60 {
     margin-bottom: 50px !important;
}

.modal-backdrop {
     position: fixed;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 999;
     background-color: #000;
}

.custom_search_pop .modal-content .serch_form {
     position: relative;
}

.custom_search_pop .modal-content .serch_form input {
     width: 100%;
     height: 50px;
     background: #fff;
     color: #fff;
     border: none;
     padding-right: 20px;
     color: #000;
     font-size: 15px;
     padding-left: 120px;
}

.custom_search_pop .modal-content .serch_form input::placeholder {
     color: #000;
     font-size: 15px;
}

.custom_search_pop .modal-content .serch_form input:focus {
     outline: none;
}

.custom_search_pop .modal-content .serch_form button {
     position: absolute;
     left: 0;
     top: 0;
     font-size: 16px;
     height: 100%;
     padding: 20px;
     color: #fff;
     background: #3676b6;
     display: inline-block;
     border: none;
     line-height: 50px;
     height: 50px;
     padding: 0 30px;
     cursor: pointer;
}

.boxed-btn {
     background: #fff;
     color: #131313;
     display: inline-block;
     padding: 18px 44px;
     font-family: 'Tajawal', sans-serif;
     font-size: 14px;
     font-weight: 400;
     border: 0;
     border: 1px solid #3676b6;
     letter-spacing: 3px;
     text-align: center;
     color: #3676b6 !important;
     text-transform: uppercase;
     cursor: pointer;
}

.boxed-btn:hover {
     background: #3676b6;
     color: #fff !important;
     border: 1px solid #3676b6;
}

.boxed-btn:focus {
     outline: none;
}

.boxed-btn.large-width {
     width: 220px;
}

.boxed-btn3 {
     background: #e8ae4c;
     color: #fff;
     display: inline-block;
     padding: 18px 42px;
     font-family: 'Tajawal', sans-serif;
     font-size: 16px;
     font-weight: 500;
     border: 0;
     border: 1px solid transparent;
     text-align: center;
     color: #fff !important;
     text-transform: capitalize;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     cursor: pointer;
}

.boxed-btn3:hover {
     color: #e8ae4c !important;
     border: 1px solid #e8ae4c;
     background: transparent;
}

.boxed-btn3:focus {
     outline: none;
}

.boxed-btn3.large-width {
     width: 220px;
}

.boxed-btn3-white {
     color: #fff;
     display: inline-block;
     padding: 13px 27px;
     font-family: 'Tajawal', sans-serif;
     font-size: 14px;
     font-weight: 400;
     border: 0;
     border: 1px solid #fff;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     text-align: center;
     color: #fff !important;
     text-transform: capitalize;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     cursor: pointer;
     letter-spacing: 2px;
}

.boxed-btn3-white:hover {
     background: #28AE61;
     color: #fff !important;
     border: 1px solid transparent;
}

.boxed-btn3-white i {
     margin-left: 2px;
}

.boxed-btn3-white:focus {
     outline: none;
}

.boxed-btn3-white.large-width {
     width: 220px;
}

.boxed-btn3-line {
     color: #3676b6 !important;
     display: inline-block;
     padding: 14px 31px;
     font-family: 'Tajawal', sans-serif;
     font-size: 16px;
     font-weight: 400;
     border: 0;
     border: 1px solid #3676b6;
     text-align: center;
     text-transform: capitalize;
     -webkit-transition: 0.5s;
     -moz-transition: 0.5s;
     -o-transition: 0.5s;
     transition: 0.5s;
     cursor: pointer;
     background: transparent;
}

.boxed-btn3-line:hover {
     color: #fff !important;
     border: 1px solid transparent;
     background: #3676b6;
}

.boxed-btn3-line:focus {
     outline: none;
}

.boxed-btn3-line.large-width {
     width: 220px;
}

.section_title h3 {
     font-size: 46px;
     font-weight: 400;
     line-height: 52px;
     color: #001D38;
     position: relative;
     z-index: 0;
}

.section_title span {
     font-size: 18px;
     display: block;
     color: #3676b6;
     font-weight: 600;
     text-transform: capitalize;
     margin-bottom: 17px;
}

@media (max-width: 767px) {
     .section_title h3 {
          font-size: 30px;
          line-height: 36px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .section_title h3 {
          font-size: 36px;
          line-height: 42px;
     }
}

@media (max-width: 767px) {
     .section_title h3 br {
          display: none;
     }
}

.section_title p {
     font-size: 16px;
     color: #727272;
     line-height: 28px;
     margin-bottom: 0;
     font-weight: 400;
}

@media (max-width: 767px) {

     .section_title p br {
          display: none;
     }
}

.section_title h4 {
     font-size: 22px;
     font-weight: 500;
     color: #001D38;
     padding-bottom: 21px;
}

.mb-50 {
     margin-bottom: 50px;
}

@media (max-width: 767px) {

     .mb-50 {
          margin-bottom: 40px;
     }
}

@media (max-width: 767px) {

     .mobile_menu {
          position: absolute;
          left: 0px;
          width: 100%;
          z-index: 9;
     }
}

.header-area {
     right: 0;
     left: 0;
     width: 100%;
     top: 0;
     z-index: 9;
}

@media (max-width: 767px) {
     .header-area {
          padding-top: 0;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .header-area {
          padding-top: 0;
     }
}

.header-area .main-header-area {
     padding: 7px 0;
     background: #fff;
}

@media (max-width: 767px) {
     .header-area .main-header-area {
          padding: 10px 0;
     }
}

.header-area .main-header-area.details_nav_bg {
     background: #727272;
     padding-bottom: 0;
}

@media (max-width: 767px) {
     .header-area .main-header-area.details_nav_bg {
          padding-bottom: 10px;
     }
}

.header-area .main-header-area.details_nav {
     background: #001D38;
}

.header-area .main-header-area .logo-img {
     text-align: center;
}

@media (max-width: 767px) {
     .header-area .main-header-area .logo-img {
          text-align: right;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .header-area .main-header-area .logo-img {
          text-align: right;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .header-area .main-header-area .logo-img {
          text-align: right;
     }
}

@media (max-width: 767px) {
     .header-area .main-header-area .logo-img img {
          width: 70px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .header-area .main-header-area .logo-img img {
          width: 70px;
     }
}

.header-area .main-header-area .Appointment {
     display: -webkit-box;
     display: -moz-box;
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     -moz-align-items: center;
     -ms-align-items: center;
     align-items: center;
     -webkit-justify-content: flex-end;
     -moz-justify-content: flex-end;
     -ms-justify-content: flex-end;
     justify-content: flex-end;
     -ms-flex-pack: flex-end;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .header-area .main-header-area .Appointment .search_button {
          margin-left: 15px;
     }
}

@media (min-width: 1200px) and (max-width: 1500px) {
     .header-area .main-header-area .Appointment .search_button {
          margin-left: 15px;
     }
}

.header-area .main-header-area .Appointment .search_button a i {
     color: #E8E8E8;
}

.header-area .main-header-area .Appointment .socail_links ul li {
     display: inline-block;
}

.header-area .main-header-area .Appointment .socail_links ul li a {
     color: #A8A7A0;
     margin: 0 10px;
     font-size: 15px;
}

.header-area .main-header-area .Appointment .socail_links ul li a:hover {
     color: #fff;
}

.header-area .main-header-area .Appointment .book_btn {
     margin-right: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .header-area .main-header-area .Appointment .book_btn {
          margin-right: 0;
     }
}

@media (min-width: 1200px) and (max-width: 1500px) {
     .header-area .main-header-area .Appointment .book_btn {
          margin-right: 0;
     }
}

.header-area .main-header-area .Appointment .book_btn a {
     background: #fdae5c;
     background: -moz-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
     background: -webkit-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
     background: linear-gradient(to bottom, #fdae5c 0%, #fd8e5e 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3414', endColorstr='#fd8e5e', GradientType=0);
     padding: 13px 26px;
     font-size: 14px;
     font-weight: 400;
     border: 1px solid transparent;
     color: #fff;
     -webkit-border-radius: 30px;
     -moz-border-radius: 30px;
     border-radius: 30px;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .header-area .main-header-area .Appointment .book_btn a {
          padding: 12px 20px;
     }
}

.header-area .main-header-area .Appointment .book_btn a:hover {
     background: #fdae5c;
     background: -moz-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
     background: -webkit-linear-gradient(top, #fdae5c 0%, #fd8e5e 100%);
     background: linear-gradient(to bottom, #fdae5c 0%, #fd8e5e 100%);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF3414', endColorstr='#fd8e5e', GradientType=0);
}

.header-area .main-header-area .main-menu {
     padding: 12px 0;
     text-align: justify;
}

.header-area .main-header-area .main-menu ul li {
     display: inline-block;
     position: relative;
     margin: 0 0 0 44px;
}

.header-area .main-header-area .main-menu ul li a {
     color: #596672;
     font-size: 16px;
     text-transform: capitalize;
     font-weight: 400;
     display: inline-block;
     padding: 0px 0px 0px 0px;
     font-family: 'Tajawal', sans-serif;
     position: relative;
     text-transform: capitalize;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .header-area .main-header-area .main-menu ul li a {
          font-size: 15px;
     }
}

@media (min-width: 1200px) and (max-width: 1500px) {
     .header-area .main-header-area .main-menu ul li a {
          font-size: 15px;
     }
}

.header-area .main-header-area .main-menu ul li a i {
     font-size: 9px;
}

@media (max-width: 767px) {
     .header-area .main-header-area .main-menu ul li a i {
          display: none !important;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .header-area .main-header-area .main-menu ul li a i {
          display: none !important;
     }
}

.header-area .main-header-area .main-menu ul li a:hover {
     color: #306473;
}

.header-area .main-header-area .main-menu ul li .submenu {
     position: absolute;
     right: 0;
     top: 160%;
     background: #fff;
     width: 200px;
     z-index: 2;
     box-shadow: 0 0 10px rgb(0 0 0 / 17%);
     opacity: 0;
     visibility: hidden;
     text-align: right;
     -webkit-transition: 0.6s;
     -moz-transition: 0.6s;
     -o-transition: 0.6s;
     transition: 0.6s;
}

.header-area .main-header-area .main-menu ul li .submenu li {
     display: block;
     margin: 3px;
     transition: all ease-in-out 0.3s;
}

.header-area .main-header-area .main-menu ul li .submenu li a {
     padding: 10px 15px;
     position: inherit;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     display: block;
     color: #000;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
     padding-right: 25px;
     background: #3676b6;
     color: #fff !important;
}

.header-area .main-header-area .main-menu ul li .submenu li a::before {
     display: none;
}

.header-area .main-header-area .main-menu ul li .submenu li:hover a {
     color: #000;
}

.header-area .main-header-area .main-menu ul li:hover>.submenu {
     opacity: 1;
     visibility: visible;
     top: 150%;
}

.header-area .main-header-area .main-menu ul li:hover>a::before {
     opacity: 1;
     transform: scaleX(1);
}

.header-area .main-header-area .main-menu ul li:first-child a {
     padding-right: 0;
}

.header-area .main-header-area.sticky {
     box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
     position: fixed;
     width: 100%;
     top: -70px;
     right: 0;
     left: 0;
     z-index: 990;
     transform: translateY(70px);
     transition: transform 500ms ease, background 500ms ease;
     -webkit-transition: transform 500ms ease, background 500ms ease;
     box-shadow: 0px 3px 16px 0px rgba(0, 0, 0, 0.1);
     background: rgba(255, 255, 255, 0.96);
     background: #fff;
}

@media (max-width: 767px) {
     .header-area .main-header-area.sticky {
          padding: 10px 0px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .header-area .main-header-area.sticky {
          padding: 10px 0px;
     }
}

.header-area .main-header-area.sticky .main-menu {
     padding: 0;
}

.header-area .main-header-area.sticky .header_bottom_border {
     border-bottom: none;
}

.header-area .main-header-area.sticky .header_bottom_border.white_border {
     border-bottom: none !important;
}

.header-area .header-top_area {
     padding: 17px 0;
     background: #fff;
     border-bottom: 1px solid #EAEAEA;
}

.header-area .logo a span {
     font-size: 22px;
     font-weight: 900;
     color: #3676b6;
     vertical-align: middle;
}

.header-area .lang_btn {
     margin-right: 20px;
}

@media (max-width: 767px) {
     .header-area .header-top_area .social_media_links {
          text-align: center;
     }
}

.header-area .header-top_area .social_media_links a {
     font-size: 15px;
     color: #C7C7C7;
     margin-left: 12px;
}

.header-area .header-top_area .social_media_links a:hover {
     color: #FF3414;
}

.header-area .header-top_area .header_left p {
     color: #727272;
     font-weight: 400;
     font-size: 13px;
     margin-bottom: 0;
}

.header-area .header-top_area .short_contact_list {
     text-align: left;
}

@media (max-width: 767px) {
     .header-area .header-top_area .short_contact_list {
          text-align: center;
     }
}

.header-area .header-top_area .short_contact_list ul li {
     display: inline-block;
}

.header-area .header-top_area .short_contact_list ul li a {
     font-size: 14px;
     color: #919191;
     margin-left: 50px;
}

@media (max-width: 767px) {
     .header-area .header-top_area .short_contact_list ul li a {
          margin-right: 0;
          margin: 0 5px;
     }
}

.header-area .header-top_area .short_contact_list ul li a i {
     color: #e8ae4c;
     margin-left: 7px;
}

.header-area .header-top_area .header_right.d-flex {
     display: flex;
     justify-content: flex-end;
}

.header-area .search_btn a {
     width: 35px;
     height: 35px;
     background: #e8ae4c;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     font-size: 15px;
     text-align: center;
     line-height: 35px;
     display: inline-block;
     color: #fff;
}

/*.slider_bg_1 {*/
/*     background-image: url(../img/banner/banner.png);*/
/*}*/

.slider_bg_2 {
     background-image: url(../img/banner/banner_2.png);
}

.slider_area {
     position: relative;
     z-index: 0;
}

.slider_area::before {
     background: #001D38;
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     content: '';
     opacity: .5;
}

.slider_area .single_slider {
     height: 700px;
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
}

.slider_area .single_slider.single_slider2 {
     height: 450px;
}

@media (max-width: 767px) {

     .slider_area .single_slider.single_slider2 {
          height: auto;
     }
}

.slider_area .single_slider.single_slider2 .property_wrap {
     position: relative;
     top: 166px;
}

@media (max-width: 767px) {
     .slider_area .single_slider.single_slider2 .property_wrap {
          top: 0;
     }
}

.slider_area .single_slider.single_slider2 .property_wrap .slider_text h3 {
     font-size: 60px;
     line-height: 80px;
     margin-bottom: 51px;
}

.slider_area .single_slider.single_slider2 .property_wrap .property_form {
     background: #001D38;
}

@media (max-width: 767px) {
     .slider_area .single_slider {
          height: auto;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .slider_area .single_slider {
          height: 600px;
     }
}

@media (max-width: 767px) {
     .slider_area .single_slider .slider_text {
          margin: 90px 0;
     }
}

.slider_area .single_slider .slider_text h3 {
     font-family: 'Tajawal', sans-serif;
     font-size: 60px;
     text-transform: capitalize;
     letter-spacing: 0;
     font-weight: 600;
     line-height: 70px;
     margin-bottom: 30px;
     color: #fff;
     margin-top: 31px;
}

.slider_area .single_slider .slider_text h3 span {
     font-weight: 700;
}

@media (max-width: 767px) {
     .slider_area .single_slider .slider_text h3 {
          font-size: 30px;
          line-height: 45px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .slider_area .single_slider .slider_text h3 {
          font-size: 54px;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .slider_area .single_slider .slider_text h3 {
          font-size: 35px;
     }
}

.slider_area .single_slider .slider_text p {
     font-size: 20px;
     font-weight: 400;
     color: #FFF;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .slider_area .single_slider .slider_text p {
          font-size: 16px;
     }
}

@media (max-width: 767px) {

     .slider_area .single_slider .slider_text p {
          font-size: 16px;
     }
}

.slider_area .single_slider .slider_text .video_service_btn>a {
     margin-left: 15px;
}

@media (max-width: 767px) {
     .slider_area .single_slider .slider_text .video_service_btn>a {
          margin-bottom: 20px;
     }
}

.slider_area .single_slider .property_form {
     padding: 30px;
     background: rgba(0, 28, 56, 0.6);
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
}

@media (max-width: 767px) {
     .slider_area .single_slider .property_form {
          margin-bottom: 30px;
     }
}

@media (max-width: 767px) {
     .slider_area .single_slider .property_form .form_wrap {
          display: block !important;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .slider_area .single_slider .property_form .form_wrap {
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
     }
}

.about_info_area {
     padding-bottom: 70px;
}

.about_info_area.plus_padding {
     padding-top: 100px;
}

@media (max-width: 767px) {
     .about_info_area.plus_padding {
          padding-top: 30px;
     }
}

.about_info_area .about_text {
     margin-bottom: 30px;
}

.about_info_area .about_text h3 {
     font-size: 46px;
     font-weight: 300;
     color: #001D38;
}

@media (max-width: 767px) {
     .about_info_area .about_text h3 {
          font-size: 30px;
     }
}

.about_info_area .about_text p {
     font-size: 15px;
     font-weight: 400;
     color: #727272;
     margin-bottom: 24px;
     margin-top: 10px;
}

.about_info_area .about_text a {
     padding: 13px 43px;
}

.about_info_area .about_thumb {
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     overflow: hidden;
     margin-bottom: 30px;
}

.about_info_area .about_thumb img {
     width: 100%;
}

.counter_area .offcan_bg {
     background-image: url(../img/about/0ffcan.png);
     background-size: 100% 100%;
     background-position: center center;
     padding: 70px 0 40px 0;
}

.counter_area .single_counter {
     margin-bottom: 30px;
}

@media (max-width: 767px) {
     .counter_area .single_counter {
          text-align: center;
     }
}

.counter_area .single_counter h3 {
     color: #3676b6;
     font-weight: 500;
     font-size: 46px;
     margin-bottom: 5px;
}

.counter_area .single_counter p {
     color: #596672;
     font-size: 16px;
     font-weight: 400;
     margin-bottom: 0;
}

.testimonial_area {
     background-image: url(../img/banner/testmonial.png);
     background-size: cover;
     background-position: center center;
     background-repeat: no-repeat;
     position: relative;
     padding: 122px 0 122px 0;
}

@media (max-width: 767px) {
     .testimonial_area {
          padding: 50px 0;
     }
}

.testimonial_area .testmonial_active {
     background: #fff;
     -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;
     padding: 50px 60px 66px 60px;
}

@media (max-width: 767px) {
     .testimonial_area .testmonial_active {
          padding: 40px 25px 40px 25px;
     }
}

.testimonial_area .single_testmonial p {

     font-weight: 400;
     font-size: 20px;
     line-height: 32px;
     margin: 34px 0;
}
.testimonial_area .single_testmonial h3 {

  color: white !important;
}

@media (min-width: 320px) and (max-width: 1500px) {
     .testimonial_area .single_testmonial p br {
          display: none;
     }
}

.testimonial_area .single_testmonial .testmonial_author {
     padding-bottom: 35px;
}

.testimonial_area .single_testmonial .testmonial_author .thumb {
     width: 42px;
     height: 42px;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     margin: auto;
     margin: auto auto 15px auto;
}

.testimonial_area .single_testmonial .testmonial_author h3 {
     color: white!important;
     font-size: 15px;
     font-weight: 500;
     margin-bottom: 5px;
}

.testimonial_area .single_testmonial .testmonial_author span {
     font-size: 13px;
     font-weight: 400;
     color: #596672;
}


.testimonial_area .owl-carousel .owl-item img {
     display: inline-block;
     width: auto;
}

.testimonial_area .owl-carousel .owl-nav div.owl-next {
     right: auto;
     left: 0;
}

.testimonial_area .owl-carousel .owl-nav div {
     right: 0;
}

.testimonial_area .owl-dots {
     position: absolute;
     right: 50%;
     transform: translateX(50%);
}

.testimonial_area .owl-dots .owl-dot {
     width: 14px;
     height: 14px;
     background: #0592de right 3 top 50%b;
     display: inline-block;
     margin: 0 5px;
     border-radius: 50%;
     text-align: center;
}

.testimonial_area .owl-dots .owl-dot.active {
     background: #e8ae4c;
}

.newsletter_form {
     position: relative;
     margin-bottom: 20px;
}

.newsletter_form input {
     width: 100%;
     height: 45px;
     background: #fff;
     padding-right: 20px;
     font-size: 16px;
     color: #000;
     border: none;
}

.newsletter_form input::placeholder {
     font-size: 16px;
     color: #919191;
}

.newsletter_form button {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     border: none;
     font-size: 14px;
     color: #fff;
     background: #A70000;
     padding: 10px;
     padding: 0 22px;
     cursor: pointer;
}

.newsletter_text {
     font-size: 16px;
     color: #BABABA;
     text-transform: capitalize;
}

.service_details_area {
     padding-top: 120px;
     padding-bottom: 120px;
}

.service_details_area .service_details_info {
     margin-bottom: 36px;
}

.service_details_area .service_details_info h3 {
     font-size: 36px;
     color: #001D38;
     font-weight: 400;
     margin-bottom: 16px;
}

.service_details_area .service_details_info p {
     font-size: 15px;
     line-height: 28px;
     color: #596672;
}

.service_details_area .service_details_left h3 {
     font-size: 22px;
     color: #001D38;
     font-weight: 500;
     margin-bottom: 40px;
}

.service_details_area .service_details_left .nav {
     display: block !important;
}

.service_details_area .service_details_left .nav a {
     padding: 0;
     border-bottom: 1px solid #EAEAEA;
     color: #001D38;
     font-size: 16px;
     padding: 25px 0;
     display: block;
}

.service_details_area .service_details_left .nav a:last-child {
     border-bottom: 0;
}

.service_details_area .service_details_left .nav a.active,
.service_details_area .service_details_left .nav a .nav-pills>a {
     color: #fff;
     background-color: transparent;
     color: #3676b6;
     font-size: 16px;
}

.contact_action_area {
     background-image: url(../img/banner/contact_bg.png);
     position: relative;
     z-index: 0;
     padding: 138px 0;
     background-repeat: no-repeat;
     background-size: cover;
     background-position: center center;
     text-align: justify;
}

@media (max-width: 767px) {
     .contact_action_area {
          padding: 50px 0;
     }
}

.contact_action_area::before {
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #001D38;
     opacity: .7;
     z-index: -1;
     content: '';
}

@media (max-width: 767px) {
     .contact_action_area .action_heading {
          text-align: center;
     }
}

.contact_action_area .action_heading h3 {
     font-size: 46px;
     color: #fff;
     font-weight: 400;
     margin-bottom: 13px;
}

@media (max-width: 767px) {
     .contact_action_area .action_heading h3 {
          font-size: 25px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .contact_action_area .action_heading h3 {
          font-size: 30px;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .contact_action_area .action_heading h3 {
          font-size: 30px;
     }
}

.contact_action_area .action_heading p {
     color: #EAEAEA;
     font-size: 16px;
     line-height: 28px;
     margin-bottom: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
     .contact_action_area .action_heading {
          text-align: center;
     }
}

.contact_action_area .call_add_action {
     text-align: left;
}

@media (max-width: 767px) {
     .contact_action_area .call_add_action {
          text-align: center;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .contact_action_area .call_add_action {
          text-align: left;
          margin-top: 0px;
     }
}

.contact_action_area .call_add_action span {
     color: #fff;
     font-weight: 500;
     font-size: 18px;
     margin-left: 25px;
}

@media (max-width: 767px) {
     .contact_action_area .call_add_action span {
          margin: 20px 0;
          display: block;
     }
}

.contact_action_area .call_add_action .boxed-btn3 {
     -webkit-border-radius: 100px;
     -moz-border-radius: 100px;
     border-radius: 100px;
     font-size: 26px;
     padding: 14px 42px;
     font-weight: 400;
}

@media (max-width: 767px) {
     .contact_action_area .call_add_action .boxed-btn3 {
          font-size: 14px;
          padding: 14px 30px;
          font-weight: 400;
          margin-top: 20px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .contact_action_area .call_add_action .boxed-btn3 {
          font-size: 14px;
          padding: 14px 30px;
          font-weight: 400;
          margin-top: 20px;
     }
}

.contact_action_area .call_add_action .boxed-btn3:hover {
     color: #000 !important;
     background: #fff !important;
     border-color: transparent;
}

.chose_area {
     padding: 120px 0 72px 0;
}

@media (max-width: 767px) {
     .chose_area {
          padding: 30px 0 40px 0;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .chose_area {
          padding: 30px 0 40px 0;
     }
}

.chose_area .about_image {
     position: relative;
     z-index: 0;
}

.chose_area .about_image:before {
     position: absolute;
     background: #3676b6;
     left: -25px;
     bottom: -25px;
     content: '';
     z-index: -1;
     top: 10px;
     right: 10px;
}

@media (max-width: 767px) {
     .chose_area .about_image:before {
          display: none;
     }
}

@media (max-width: 767px) {
     .chose_area .about_image:before {
          display: none;
     }
}

.chose_area .about_image img {
     width: 100%;
}

.chose_area .about_draw img {
     width: 100%;
}

.chose_area .features_info {
     padding-right: 68px;
}

@media (max-width: 767px) {
     .chose_area .features_info {
          padding-top: 50px;
          padding-bottom: 50px;
          padding-right: 10px;
          padding-left: 10px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .chose_area .features_info {
          padding-right: 30px;
          padding-top: 100px;
          padding-bottom: 50px;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .chose_area .features_info {
          padding-right: 30px;
          padding-top: 0;
          padding-bottom: 40px;
     }
}

@media (min-width: 1200px) and (max-width: 1500px) {
     .chose_area .features_info {
          padding-right: 30px;
          padding-top: 0;
     }
}

.chose_area .features_info h3 {
     font-size: 46px;
     line-height: 60px;
     font-weight: 300;
     color: #2C2C2C;
}

@media (max-width: 767px) {
     .chose_area .features_info h3 {
          font-size: 30px;
          line-height: 40px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .chose_area .features_info h3 {
          font-size: 38px;
          line-height: 50px;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .chose_area .features_info h3 {
          font-size: 30px;
          line-height: 40px;
     }
}

@media (max-width: 767px) {
     .chose_area .features_info h3 br {
          display: none;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .chose_area .features_info h3 br {
          display: none;
     }
}

@media (min-width: 992px) and (max-width: 1200px) {
     .chose_area .features_info h3 br {
          display: none;
     }
}

.chose_area .features_info p {
     font-size: 16px;
     line-height: 28px;
     color: #727272;
     margin-bottom: 22px;
     margin-top: 28px;
}

@media (min-width: 992px) and (max-width: 1200px) {
     .chose_area .features_info p br {
          display: none;
     }
}

.chose_area .features_info ul {
     margin-bottom: 56px;
}

@media (max-width: 767px) {
     .chose_area .features_info ul {
          margin-bottom: 30px;
     }
}

.chose_area .features_info ul li {
     font-size: 16px;
     line-height: 28px;
     color: #727272;
     position: relative;
     padding-right: 28px;
     margin-bottom: 5px;
     font-weight: 400;
     z-index: 1;
}

.chose_area .features_info ul li::before {
     position: absolute;
     right: 0;
     background-image: url(../img/checked.png);
     width: 16px;
     height: 16px;
     content: '';
     top: 50%;
     -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
     -ms-transform: translateY(-50%);
     transform: translateY(-50%);
}

.chose_area .features_info .boxed-btn3-line {
     padding: 14px 53px;
     font-size: 14px;
     font-weight: 500;
}

.Estimate_area {
     background-image: url(../img/banner/Estimate_bg.png);
     background-size: cover;
     background-repeat: no-repeat;
     background-position: center center;
     padding: 120px 0;
     text-align: justify;
}

.Estimate_area.overlay:before {
     background: #001D38;
     opacity: .94;
}

.Estimate_area .Estimate_info h3 {
     color: #fff;
     font-size: 30px;
     font-weight: 400;
}

.Estimate_area .Estimate_info p {
     color: #C7C7C7;
     font-size: 16px;
     line-height: 28px;
     margin-top: 23px;
     margin-bottom: 33px;
}

.Estimate_area .Estimate_info .boxed-btn3 {
     -webkit-border-radius: 50px;
     -moz-border-radius: 50px;
     border-radius: 50px;
     padding: 9px 40px;
     font-size: 18px;
     font-weight: 400;
}

@media (max-width: 767px) {

     .Estimate_area .Estimate_info {
          margin-bottom: 30px;
     }
}

.Estimate_area .form .input_field input,
.Estimate_area .form .input_field textarea {
     width: 100%;
     height: 50px;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     border: 1px solid #667686;
     padding: 18px 15px;
     font-size: 14px;
     background: transparent;
     color: #fff;
     margin-bottom: 15px;
}

.Estimate_area .form .input_field input::placeholder,
.Estimate_area .form .input_field textarea::placeholder {
     color: #C7C7C7;
     font-weight: 400;
     font-size: 14px;
}

.Estimate_area .form .input_field input:focus,
.Estimate_area .form .input_field textarea:focus {
     outline: none;
}

.Estimate_area .form .input_field textarea {
     height: 105px;
}

.Estimate_area .form .nice-select {
     font-size: 14px;
     height: 50px;
     line-height: 50px;
     outline: none;
     padding-right: 18px;
     padding-left: 30px;
     position: relative;
     text-align: right !important;
     -webkit-transition: all 0.2s ease-in-out;
     transition: all 0.2s ease-in-out;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     white-space: nowrap;
     width: auto;
     background: transparent;
     border: 1px solid #687786;
     margin-bottom: 15px;
     width: 100%;
     color: #C7C7C7;
}

.Estimate_area .form .nice-select .option {
     color: #000;
}

.Estimate_area .form .boxed-btn3-line {
     width: 100%;
     -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
     border-radius: 5px;
     font-size: 14px;
     font-weight: 400;
}

.Estimate_area .nice-select::after {
     content: "\e64b";
     display: block;
     height: 5px;
     margin-top: -5px;
     pointer-events: none;
     position: absolute;
     left: 30px;
     top: 4px;
     transition: all 0.15s ease-in-out;
     width: 5px;
     font-family: 'themify';
     color: #ddd;
     font-size: 12px;
}

.value {
     position: absolute;
     top: 30px;
     right: 50%;
     margin: 0 -20px 0 0;
     width: 40px;
     text-align: center;
     display: block;
     /* optional */
     font-weight: normal;
     font-family: Verdana, Arial, sans-serif;
     font-size: 14px;
     color: #333;
}

.value i {
     font-style: normal;
}

.transportaion_area {
     padding: 120px 0 90px 0;
     background: #F5FBFF;
}

@media (max-width: 767px) {
     .transportaion_area {
          padding: 70px 0 40px 0;
     }
}

.transportaion_area .single_transport {
     padding-left: 65px;
     margin-bottom: 30px;
     text-align: justify;
}

@media (max-width: 767px) {
     .transportaion_area .single_transport {
          padding-left: 0;
     }
}

.transportaion_area .single_transport h3 {
     font-size: 22px;
     font-weight: 500;
     color: #001D38;
     margin-top: 15px;
     margin-bottom: 15px;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

.transportaion_area .single_transport p {
     font-size: 16px;
     font-weight: 400;
     line-height: 28px;
     color: #919191;
}

.transportaion_area .single_transport:hover h3 {
     color: #3676b6;
}


.mt-50 {
     margin-top: 50px;
}

@media (max-width: 767px) {
     .mt-50 {
          margin-top: 30px;
     }
}

.mb-50 {
     margin-bottom: 50px;
}

@media (max-width: 767px) {
     .mb-50 {
          margin-bottom: 30px;
     }
}

.footer {
     /*background-image: url(../img/test-bg.jpg);*/
     background-repeat: no-repeat;
     background-position: center center;
     background-repeat: no-repeat;
     background-size: 100% 100%;
}

.footer .footer_top {
     padding-top: 100px;
     padding-bottom: 110px;
}

@media (max-width: 767px) {
     .footer .footer_top {
          padding-top: 60px;
          padding-bottom: 30px;
     }
}

@media (max-width: 767px) {
     .footer .footer_top .footer_widget {
          margin-bottom: 30px;
     }
}

@media (min-width: 768px) and (max-width: 991px) {
     .footer .footer_top .footer_widget {
          margin-bottom: 30px;
     }
}

.footer .footer_top .footer_widget .footer_title {
     font-size: 18px;
     font-weight: 500;
     color: #001D38;
     text-transform: capitalize;
     margin-bottom: 40px;
}

@media (max-width: 767px) {
     .footer .footer_top .footer_widget .footer_title {
          margin-bottom: 20px;
     }
}

.footer .footer_top .footer_widget .footer_logo {
     font-size: 22px;
     font-weight: 400;
     color: #fff;
     text-transform: capitalize;
     margin-bottom: 40px;
}

@media (max-width: 767px) {
     .footer .footer_top .footer_widget .footer_logo {
          margin-bottom: 20px;
     }
}

.footer .footer_top .footer_widget p {
     color: #596672;
     font-size: 13px;
     font-weight: 400;
     line-height: 28px;
}

.footer .footer_top .footer_widget p a {
     color: #596672;
}

.footer .footer_top .footer_widget p a:hover {
     color: #FF3414;
}

.footer .footer_top .footer_widget ul li {
     color: #596672;
     font-size: 14px;
     line-height: 42px;
}

.footer .footer_top .footer_widget ul li a {
     color: #596672;
     font-weight: 400;
}

.footer .footer_top .footer_widget ul li a:hover {
     color: #3676B6;
}

.footer .footer_top .footer_widget .newsletter_form {
     position: relative;
     margin-bottom: 20px;
}

.footer .footer_top .footer_widget .newsletter_form input {
     width: 100%;
     height: 50px;
     background: #fff;
     padding-right: 20px;
     font-size: 15px;
     color: #000;
     border: none;
     border: 1px solid #596672;
     border-radius: 30px;
     width: 100%;
}

.footer .footer_top .footer_widget .newsletter_form input::placeholder {
     font-size: 15px;
     color: #596672;
}

.footer .footer_top .footer_widget .newsletter_form input:focus {
     outline: none;
}

.footer .footer_top .footer_widget .newsletter_form button {
     position: absolute;
     top: 0;
     left: 0;
     height: 40px;
     border: none;
     font-size: 14px;
     color: #fff;
     background: #3676B6;
     padding: 10px;
     padding: 0 22px;
     cursor: pointer;
     border-radius: 30px;
     top: 5px;
     left: 5px;
     font-size: 13px;
     font-weight: 500;
}

.footer .footer_top .footer_widget .newsletter_text {
     font-size: 13px;
     color: #596672;
     line-height: 26px;
}

.footer .copy-right_text {
     padding-bottom: 30px;
}

.footer .copy-right_text .footer_border {
     border-top: 1px solid #E8E8E8;
     padding-bottom: 30px;
}

.footer .copy-right_text .copy_right {
     font-size: 15px;
     color: #596672;
     margin-bottom: 0;
     font-weight: 500;
}

@media (max-width: 767px) {
     .footer .copy-right_text .copy_right {
          font-size: 13px;
     }
}

.footer .copy-right_text .copy_right a {
     color: #3676B6;
}

.footer .socail_links {
     margin-top: 47px;
}

@media (max-width: 767px) {
     .footer .socail_links {
          margin-top: 30px;
     }
}

.footer .socail_links ul li {
     display: inline-block;
}

.footer .socail_links ul li a {
     font-size: 15px;
     color: #C3B2F0;
     width: 40px;
     height: 40px;
     display: inline-block;
     text-align: center;
     background: transparent;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     line-height: 40px !important;
     margin-left: 7px;
     color: #FFFFFF;
     line-height: 40px !important;
     border: 1px solid #E8E8E8;
     color: #E8E8E8;
}

.footer .socail_links ul li a:hover {
     color: #fff !important;
     background: #E8AE4C;
     border-color: transparent;
}

.footer .footer_widget {
     text-align: justify;
}

.bradcam_bg_1 {
     background-image: url(../img/banner/bradcam.png);
}

.bradcam_bg_2 {
     background-image: url(../img/banner/bradcam2.png);
}

.bradcam_area {
     background-size: cover;
     background-position: center center;
     padding: 115px 0 115px 0;
     background-repeat: no-repeat;
     position: relative;
     z-index: 0;
}

.bradcam_area.bradcam_area2 {
     padding: 265px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
     .bradcam_area {
          padding: 80px 0;
     }
}

.bradcam_area::before {
     position: absolute;
     right: 0;
     top: 0;
     width: 100%;
     height: 100%;
     background: #001D38;
     opacity: .5;
     z-index: -1;
     content: '';
}

@media (max-width: 767px) {
     .bradcam_area {
          padding: 150px 0;
     }
}

.bradcam_area h3 {
     font-size: 60px;
     color: #fff;
     font-weight: 400;
     margin-bottom: 0;
     text-transform: capitalize;
}

@media (max-width: 767px) {
     .bradcam_area h3 {
          font-size: 30px;
     }
}

.bradcam_area p {
     font-size: 18px;
     color: #fff;
     font-weight: 400;
     text-transform: capitalize;
}

.bradcam_area p a {
     color: #fff;
}

.bradcam_area p a:hover {
     color: #fff;
}

.testmonial_area {
     padding-top: 0px;
     padding-bottom: 150px;
}

@media (max-width: 767px) {
     .testmonial_area {
          padding-bottom: 50px;
     }
}

.testmonial_area .slider-nav div img {
     width: 100%;
}

.testmonial_area .single_slider p {
     font-size: 20px;
     line-height: 32px;
     color: #727272;
     font-weight: 400;
     text-decoration: underline;
     margin-bottom: 24px;
}

.testmonial_area .single_slider h4 {
     font-size: 16px;
     color: #2C2C2C;
     font-weight: 400;
     text-transform: uppercase;
}

.testmonial_area .single_slider span {
     color: #727272;
     font-size: 14px;
}

.service_area,
.clients_area {
     padding: 120px 0 90px 0;
     overflow: hidden;
}

@media (max-width: 767px) {

     .service_area,
     .clients_area {
          padding: 50px 0 20px 0;
     }
}

.service_area .single_service,
.clients_area .single_client {
     margin-bottom: 30px;
}

.service_area .single_service .thumb,
.clients_area .single_client .thumb {
     overflow: hidden;
     position: relative;
}

.clients_area .single_client .thumb {
     padding: 20px;
     border: 2px solid #e8e7e7;
}

.clients_area.clients .single_client .thumb {
     border: 2px dashed #e8e7e7;
     width: 250px;
     height: 250px;
}

@media (max-width: 576px) {
     .clients_area.clients .single_client .thumb {
          text-align: center;
          margin: 0 auto;
     }
}

@media (max-width: 370px) {
     .clients_area.clients .single_client .thumb {
          width: 100%;
          height: 100%;
     }
}

.service_area .single_service .thumb::before,
.clients_area .single_client .thumb::before {
     width: 100%;
     height: 100%;
     right: 0;
     top: 0;
     background: #5d9ee0;
     opacity: 0;
     position: absolute;
     z-index: 2;
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
     content: '';
}

.service_area .single_service .thumb img,
.clients_area .single_client .thumb img {
     width: 100%;
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -ms-transform: scale(1.1);
     transform: scale(1.1);
     -webkit-transition: 0.3s;
     -moz-transition: 0.3s;
     -o-transition: 0.3s;
     transition: 0.3s;
}

/* @media (max-width: 575px) {
  .clients_area .single_client .thumb img {
    width: 50%;
    margin: 0 auto;
  }
} */

.service_area .single_service .service_info {
     margin-top: 20px;
}

.service_area .single_service .service_info h3 {
     margin-bottom: 7px;
}

.service_area .single_service .service_info h3 a {
     color: #001D38;
     font-size: 22px;
     font-weight: 500;
}

.service_area .single_service .service_info p {
     font-size: 16px;
     font-weight: 400;
     color: #919191;
     margin-bottom: 0;
}

.service_area .single_service:hover .service_info h3 a {
     color: #3676b6;
     text-decoration: underline;
}

.service_area .single_service:hover .thumb img,
.clients_area .single_client:hover .thumb img {
     -webkit-transform: scale(1);
     -moz-transform: scale(1);
     -ms-transform: scale(1);
     transform: scale(1);
}

.service_area .single_service:hover .thumb::before,
.clients_area .single_client:hover .thumb::before {
     opacity: .2;
}

.service_area .single_service .thumb img {
     width: 350px;
     height: 250px;
     object-fit: cover;
}

.dropdown .dropdown-menu {
     -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -ms-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}

.contact-info {
     margin-bottom: 25px;
     text-align: justify;
}

.contact-info__icon {
     margin-left: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
     color: #8f9195;
     font-size: 27px;
}

.contact-info .media-body h3 {
     font-size: 16px;
     margin-bottom: 0;
     font-size: 16px;
     color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
     color: #ff5e13;
}

.contact-info .media-body p {
     color: #8a8a8a;
}

.contact-title {
     font-size: 27px;
     font-weight: 600;
     margin-bottom: 20px;
     text-align: justify;
}

.form-contact label {
     font-size: 14px;
}

.form-contact .form-group {
     margin-bottom: 30px;
     text-align: justify;
}

.form-contact .form-control {
     border: 1px solid #e5e6e9;
     border-radius: 0px;
     height: 48px;
     padding-right: 18px;
     font-size: 13px;
     background: transparent;
}

.form-contact .form-control:focus {
     outline: 0;
     box-shadow: none;
}

.form-contact .form-control::placeholder {
     font-weight: 300;
     color: #999999;
}

.form-contact textarea {
     border-radius: 0px;
     height: 100% !important;
}

.contact-section {
     padding: 130px 0 100px;
}

@media (max-width: 991px) {

     .contact-section {
          padding: 70px 0 40px;
     }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
     .contact-section {
          padding: 80px 0 50px;
     }
}

.contact-section .btn_2 {
     background-color: #191d34;
     padding: 18px 60px;
     border-radius: 50px;
     margin-top: 0;
}

.contact-section .btn_2:hover {
     background-color: #ff5e13;
}

.sample-text-area {
     background: #fff;
     padding: 100px 0 70px 0;
}

.text-heading {
     margin-bottom: 30px;
     font-size: 24px;
}

b,
sup,
sub,
u,
del {
     color: #ff5e13;
}

h1 {
     font-size: 36px;
}

h2 {
     font-size: 30px;
}

h3 {
     font-size: 24px;
}

h4 {
     font-size: 18px;
}

h5 {
     font-size: 16px;
}

h6 {
     font-size: 14px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
     line-height: 1.2em;
}

.single-gallery-image {
     margin-top: 30px;
     background-repeat: no-repeat !important;
     background-position: center center !important;
     background-size: cover !important;
     height: 200px;
}

.mt-10 {
     margin-top: 10px;
}

.section-top-border {
     padding: 50px 0;
     border-top: 1px dotted #eee;
}

.mb-30 {
     margin-bottom: 30px;
}

.mt-30 {
     margin-top: 30px;
}

.switch-wrap {
     margin-bottom: 10px;
}

.row-reverse {
     flex-direction: row-reverse !important;
}

.about-us .features_info h2 {
     position: relative;
     margin-bottom: 30px;
     display: inline-block;
}

.about-us .features_info h2::after {
     content: '';
     position: absolute;
     right: 0;
     bottom: -10px;
     width: 100%;
     height: 4px;
     background-color: #5d9ee0;
}

.about-us .about_image::before {
     position: absolute;
     background: #b66536;
     left: -25px;
     bottom: -25px;
     content: '';
     z-index: -1;
     top: 10px;
     right: 10px;
}

.about-us .about_image.one:before {
     background: #3676b6 right 70 top 50%;
}

.about-us .about_image.two:before {
     background: #fdae5c right 70 top 50%;
}

.about-us .about_image.three:before {
     background: #55ada7 right 70 top 50%;
}

.about_image img {
     width: 445px;
     height: 490px;
     object-fit: cover;
}

/* -------------- preloader ---------------- */
#preloader {
     position: fixed;
     inset: 0;
     z-index: 9999;
     overflow: hidden;
     background: #fff;
     transition: all 0.6s ease-out;
     width: 100%;
     height: 100vh;
     display: flex;
     justify-content: center;
     align-items: center;
     flex-direction: column;
}

.loader {
     width: 48px;
     height: 48px;
     display: block;
     margin: 30px auto;
     position: relative;
     color: #FFF;
     box-sizing: border-box;
     animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
     content: '';
     box-sizing: border-box;
     position: absolute;
     width: 24px;
     height: 24px;
     top: 0;
     background-color: #c9a032;
     border-radius: 50%;
     animation: scale50 1s infinite ease-in-out;
}

.loader::before {
     top: auto;
     bottom: 0;
     background-color: #3676B6;
     animation-delay: 0.5s;
}

@keyframes rotation {
     0% {
          transform: rotate(0deg);
     }

     100% {
          transform: rotate(-360deg);
     }
}

@keyframes scale50 {

     0%,
     100% {
          transform: scale(0);
     }

     50% {
          transform: scale(1);
     }
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
     rotate: 180deg;
}

iframe{
     width: 100% !important;
}



.header-area .logo {margin-left: auto}

.header-area .lang_btn.mobile {
     margin-right: 10px;
}

.slicknav_btn {
     right: 265px !important;
}


@media (max-width: 991px) {
     .header-area .search_btn {
          display: none;
     }
}


@media (max-width:281px) {
     .header-area .logo a span {
          font-size: 15px;
     }

     .slicknav_btn {
          right: 165px !important;
     }
     .g-recaptcha {
          overflow: hidden;
     }
}