/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR AIRCARE           |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/

/* Imported styles */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i");
@import url("https://fonts.googleapis.com/css?family=Raleway:100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");

@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.min.css);
@import url(jquery.bootstrap-touchspin.css);
@import url("jquery.fancybox.css");
@import url("prettyPhoto.css");
@import url("bootstrap-select.min.css");
@import url("imagehover.css");

/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);

@import url(../fonts/flaticon/flaticon.css);
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../assets/revolution/css/settings.css);
@import url(../assets/revolution/css/layers.css);
@import url(../assets/revolution/css/navigation.css);
/*** Bootstrap select picker css ***/
@import url(../assets/bootstrap-sl-1.12.1/bootstrap-select.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);

/*==============================================
   Base Css
===============================================*/
html,
body {
  height: 100%;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  color: #5a5a5a;
  line-height: 26px;
  font-weight: 400;
  overflow-x: hidden !important;
}

button:focus {
  outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  margin: 0;
}

h3 {
}

h4 {
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
  border: none;
}

img {
  max-width: 100%;
  height: auto;
}

i {
  font-style: normal;
}

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

button {
  border: none;
}

.thm-btn {
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  transition: all 500ms ease;
  line-height: 14px;
  border-radius: 2px;
  position: relative;
}

.bg-1 {
  background: #1c3458;
  color: #ffffff;
}

.bg-2 {
  background: #2a3b5c;
  border-bottom: 2px solid #152545;
}

.sec-title {
  margin-top: -6px;
  padding-bottom: 43px;
  position: relative;
}

.sec-title h1 {
  position: relative;
  z-index: 1;
}

.sec-title h1:before {
  position: absolute;
  top: 19px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #f4f4f4;
  z-index: -1;
}

.sec-title h1 span {
  background: #ffffff;
  display: inline-block;
  padding-right: 20px;
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-transform: none;
  margin: 0;
}

.sec-title.center h1 span {
  padding: 0 20px;
}

.sec-title-two {
  margin-top: -1px;
  padding-bottom: 50px;
  position: relative;
}

.sec-title-two h1 {
  color: #3d3d3d;
  font-size: 34px;
  font-weight: 700;
  line-height: 32px;
  margin: 0;
  text-transform: capitalize;
}

.sec-title-two .border {
  background: #ececec none repeat scroll 0 0;
  display: block;
  height: 1px;
  width: 70px;
  margin: 20px 0 0;
}

/*________________Preloader_______________ */

.preloader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: rgba(255, 255, 255, 1);
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/icon/4.gif);
  background-size: 20%;
}

/* Update header Style */
@keyframes menu_sticky {
}

.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #152545;
  transition: all 0.7s ease 0s;
  -moz-box-shadow: -1px 5px 11px #0a1327;
  -webkit-box-shadow: -1px 5px 11px #0a1327;
  box-shadow: -1px 5px 11px #0a1327;
}

.mainmenu-area.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  background: #1c3458;
  transition: all 0.7s ease 0s;
  box-shadow: 1px 0px 1px #1c3458;
}

/* scroll to top styles */
.scroll-to-top {
  background: #1c3458;
  border: 2px solid #1c3458;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 55px;
  line-height: 46px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
  box-shadow: 0px 8px 23px -6px rgba(27, 27, 27, 1);
}

.scroll-to-top:hover {
  border: 2px solid #c01f1f;
  color: #fff;
  background: #c01f1f;
}

/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error {
  border-color: red;
}

#contact-form input[type="email"].error {
  border-color: red;
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error {
  border-color: red;
}

/* Post pagination styles */
.post-pagination li {
  display: inline-block;
  margin: 0 3px;
}

.post-pagination li a {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f7f7f7;
  color: #3d3d3d;
  display: block;
  font-size: 18px;
  font-weight: 700;
  height: 55px;
  padding: 14px 0;
  transition: all 500ms ease 0s;
  width: 55px;
  font-family: "Raleway", sans-serif;
  border-radius: 3px;
}

.post-pagination li.active a,
.post-pagination li:hover a {
  background: #1c3458;
  color: #fff;
  border: 1px solid #1c3458;
}

/* Overlay styles */
.overlay-style-one {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 80%;
  left: 0;
  transition: all 0.7s ease;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.overlay-style-one .box {
  display: table;
  height: 100%;
  width: 100%;
}

.overlay-style-one .box .content {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

.review-box {
}

.review-box ul {
  margin-left: -1px;
  margin-right: -1px;
}

.review-box ul li {
  display: inline-block;
  margin: 0 1px;
}

.review-box ul li i {
  color: #1c3458;
  font-size: 12px;
}

/*==============================================
    Top bar Area Css
===============================================*/
.top-bar-area {
  background: #fff;
  overflow: hidden;
}

.top-bar-area .top-bar {
  position: relative;
  display: block;
  padding: 13px 0 13px;
}

.top-bar-area .top-bar:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000000px;
  height: 1px;
  content: "";
  background: #f4f4f4;
}

.top-bar-area .welcome p {
  font-weight: 400;
  line-height: 22px;
  margin: 0;
  transition: all 500ms ease;
}

.top-bar-area .welcome p:hover {
  color: #1c3458;
}

.top-bar-area .welcome p span:before {
  display: inline-block;
  padding-right: 10px;
  position: relative;
  top: 2px;
}

.top-social-links ul {
  float: right;
}

.top-social-links ul li {
  display: inline-block;
  margin: 0 0 0 20px;
  line-height: 22px;
}

.top-social-links ul li a i {
  color: #5e5e5e;
  font-size: 14px;
  transition: all 500ms ease;
}

.top-social-links ul li a:hover i {
  color: #1c3458;
}

/*==============================================
    Header Area Css
===============================================*/
.header-area {
  /* padding: 28px 0 28px; */
  padding: 28px 0 0px;
  position: relative;
}

.header-area .logo {
  /* margin-top: -15px; */
  margin-top: -25px;
}

.header-contact-info ul {
  overflow: hidden;
  margin: 6px 0;
}

.header-contact-info ul li {
  display: inline-block;
  float: left;
  margin-right: 25px;
  position: relative;
  border-right: 1px solid #f4f4f4;
  padding-right: 25px;
}

.header-contact-info ul li:last-child {
  margin-right: 0;
  border-right: none;
  padding-right: 0;
}

.header-contact-info ul li .iocn-holder {
  width: 30px;
}

.header-contact-info ul li .iocn-holder span::before {
  color: #1c3458;
  display: block;
  font-size: 35px;
  line-height: 25px;
  transition: all 500ms ease;
}

.header-contact-info ul li .iocn-holder,
.header-contact-info ul li .text-holder {
  display: table-cell;
  vertical-align: middle;
}

.header-contact-info ul li .text-holder {
  padding-left: 15px;
}

.header-contact-info ul li .text-holder h5 {
  color: #1c3458;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  line-height: 20px;
  margin: 0 0 5px;
}

.header-contact-info ul li .text-holder h6 {
  color: #5e5e5e;
  font-size: 16px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
}

.search-button .toggle-search {
  overflow: hidden;
}

.search-button .toggle-search button {
  background: #fff;
  border: 1px solid #f4f4f4;
  display: block;
  height: 50px;
  width: 50px;
  padding: 0;
  line-height: 48px;
  border-radius: 3px;
  margin: 2px 0;
  transition: all 500ms ease;
}

.search-button .toggle-search button i {
  color: #999999;
  font-size: 14px;
}

.search-button .toggle-search button:hover i {
  color: #222;
}

.search-button .toggle-search button:hover {
  background: #c01f1f;
  border: 1px solid #ebc601;
}

/*** 
=============================================
    Start header-search Area style
=============================================
***/
.header-search {
  position: relative;
  padding: 10px 0px;
  background: #00b4ff;
  border-bottom: 1px solid #0097d6;
  z-index: 5;
  display: none;
}

.header-search .container {
  padding-right: 0px;
}

.header-search .search-form {
  position: relative;
  width: 270px;
}

.header-search .search {
  position: relative;
  margin: 0px;
}

.header-search .search input[type="text"],
.header-search input[type="search"] {
  position: relative;
  display: block;
  width: 100%;
  line-height: 24px;
  background: none;
  padding: 7px 40px 7px 15px;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 14px;
  border-radius: 0px;
  transition: all 500ms ease;
}

.header-search button {
  background: #fff;
  border-radius: 0;
  display: block;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 38px;
  border: 1px solid #fff;
  transition: all 500ms ease;
}

.header-search button i {
  color: #222;
  font-size: 15px;
}

.header-search .search input:focus {
  border: 1px solid #c01f1f;
}

.header-search .search input:focus + button,
.header-search .search input button:hover {
  background: #c01f1f none repeat scroll 0 0;
  color: #111;
  border: 1px solid #c01f1f;
}

/*==============================================
    Mainmenu Area Css
===============================================*/
.mainmenu-area {
  background: #1c3458;
}

.main-menu {
  float: left;
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px;
}

.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}

.main-menu .navigation li {
  float: left;
  padding: 23px 24px;
  position: relative;
  margin-left: 2px;
}

.main-menu .navigation li:first-child {
  margin-left: 0;
  padding-left: 0;
}

.main-menu .navigation li::before {
  content: "";
  position: absolute;
  top: 0;
  right: -2px;
  width: 2px;
  height: 100%;
  background: url(../images/resources/menu-border.png) center center no-repeat;
}

.main-menu .navigation li:last-child:before {
  display: none;
}

.main-menu .navigation li a {
  background: #1c3458;
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  opacity: 1;
  padding: 2px 0px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: "Raleway", sans-serif;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
  color: #c01f1f;
  opacity: 1;
}

.main-menu .navigation li a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: #c01f1f;
  position: absolute;
  display: block;
  left: 0;
  right: 0;
  bottom: -30px;
  width: 100%;
  height: 15px;
  transition: all 300ms ease 300ms;
  text-align: center;
  opacity: 0;
}

.main-menu .navigation li:hover > a:after,
.main-menu .navigation li.current > a:after,
.main-menu .navigation li.current-menu-item > a:after {
  bottom: -10px;
  opacity: 1;
}

.main-menu .navigation > li > ul {
  position: absolute;
  left: 0px;
  top: 140%;
  width: 265px;
  background: #fff;
  padding: 15px 15px;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  display: block;
}

.main-menu .navigation > li > ul li::before {
  display: none;
}

.main-menu .navigation li ul li a {
  background: #fff;
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 11px 0px 10px 15px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.main-menu .navigation li ul li a:after {
  display: none;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #fff;
  background-color: #1c3458;
}

/*
.main-menu .navigation > li > ul > li.dropdown > a:after{}
.main-menu .navigation > li > ul > li.dropdown:hover > a:after{}
.main-menu .navigation > li > ul > li > ul{}
.main-menu .navigation > li > ul li:hover ul {}
.main-menu .navigation > li > ul > li ul li {}
.main-menu .navigation > li > ul > li ul li:first-child{}
.main-menu .navigation > li > ul > li ul li a{ }
.main-menu .navigation > li > ul > li  > ul > li:hover > a{}
*/
.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/down-arrow.webp) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

.mainmenu-area .appoinment-button a {
  float: right;
  background: #c01f1f;
  width: 230px;
  display: block;
  text-align: center;
  line-height: 70px;
  color: #ffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.mainmenu-area .appoinment-button a:hover {
  background: #ee4343;
}

/*** 
=============================================
    Rev Slider Wrapper style
=============================================
***/
.rev_slider_wrapper .slide-content-box h1 {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  font-family: "Raleway", sans-serif;
}

.rev_slider_wrapper .slide-content-box p {
  font-size: 18px;
  color: #f4f4f4;
  font-weight: 300;
  line-height: 26px;
  font-family: "Rubik", sans-serif;
}

.rev_slider_wrapper .slide-content-box .button a {
  padding: 18px 30px 17px;
  background: #1c3458;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  margin-right: 16px;
}

.rev_slider_wrapper .slide-content-box .button a:hover {
  background: #fff;
  color: black;
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two {
  background: #ffffff;
  color: #1c1c1c;
}

.rev_slider_wrapper .slide-content-box .button a.btn-style-two:hover {
  background: #1c3458;
  color: #fff;
}

.rev_slider_wrapper .slide-content-box .button a.remdmore:hover {
  border-color: #ee4343;
}

.rev_slider_wrapper .slide-content-box.middle-slide h1 {
  text-align: center;
}

.rev_slider_wrapper .slide-content-box.middle-slide p {
  text-align: center;
}

.rev_slider_wrapper .slide-content-box.lastslide h1 {
  margin: 0 0 22px;
}

.rev_slider_wrapper .slide-content-box.lastslide p {
  margin-bottom: 45px;
}

.rev_slider_wrapper .slide-content-box.lastslide h1 span {
  background: #c01f1f;
  display: inline-block;
  padding: 1px 3px;
}

.tparrows {
  background: #000000;
  border: 2px solid #f4f4f4;
  cursor: pointer;
  display: block;
  height: 50px;
  position: absolute;
  width: 50px;
  z-index: 1000;
  transition: all 500ms ease;
  border-radius: 4px;
  display: none;
}

.tparrows:before {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: block;
  line-height: 46px;
  text-align: center;
  transition: all 500ms ease;
}

.tparrows:hover {
  background: #ee4343;
  border-color: #ee4343;
}

.tparrows:hover:before {
  color: #333333;
}

/*** 
=============================================
    Welcome Area style
=============================================
***/
.welcome-area {
  background: #f9f9f9;
  padding: 85px 0 50px;
}

.welcome-area .title {
  padding-bottom: 43px;
}

.welcome-area .title h1 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  margin: 0 0 19px;
}

.welcome-area .title p {
  color: #5e5e5e;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}

.welcome-area .single-item {
  margin-bottom: 40px;
  position: relative;
  display: block;
  max-width: 100%;
  background-color: #f9f9f9;
  color: #fff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
}

.welcome-area .single-item .inner-content {
  transform-origin: 50% 100%;
  border: 1px solid #e9e9e9;
  transition: all 500ms ease;
  border-bottom: 2px solid #c01f1f;
}

.welcome-area .single-item:hover .inner-content {
  transform: rotateX(90deg);
  opacity: 0;
}

.welcome-area .single-item .inner-content .img-holder {
  display: block;
  overflow: hidden;
}

.welcome-area .single-item .inner-content .text-holder {
  padding-left: 83px;
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
}

.welcome-area .single-item .inner-content .text-holder .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 83px;
  height: 90px;
}

.welcome-area .single-item .inner-content .text-holder .icon span:before {
  color: #1c3458;
  font-size: 45px;
  line-height: 45px;
  text-align: center;
  display: block;
  padding: 23px 0;
}

.welcome-area .single-item .inner-content .text-holder .text {
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
}

.welcome-area .single-item .inner-content .text-holder .text h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}

.welcome-area .single-item .inner-content .text-holder .text span {
  color: #5e5e5e;
  font-size: 14px;
}

.welcome-area .single-item .inner-content .img-holder img {
  transition: all 0.7s ease;
  width: 100%;
}

.welcome-area .single-item .overlay-content {
  transform: rotateX(-90deg);
  transform-origin: 50% -50%;
  background-color: #1c3458;
  padding: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #ffffff;
  transition: all 500ms ease;
}

.welcome-area .single-item:hover .overlay-content {
  transform: rotateX(0);
}

.welcome-area .single-item .overlay-content .text-holder {
  padding-left: 65px;
  position: relative;
  padding-top: 19px;
  padding-bottom: 19px;
}

.welcome-area .single-item .overlay-content .text-holder .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 65px;
  height: 90px;
}

.welcome-area .single-item .overlay-content .text-holder .icon span:before {
  color: #f9f9f9;
  font-size: 45px;
  line-height: 45px;
  text-align: left;
  display: block;
  padding: 23px 0;
}

.welcome-area .single-item .overlay-content .text-holder .text {
  border-left: 1px solid #e9e9e9;
  padding-left: 20px;
}

.welcome-area .single-item .overlay-content .text-holder .text h3 {
  color: #f9f9f9;
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}

.welcome-area .single-item .overlay-content .text-holder .text span {
  color: #f9f9f9;
  font-size: 14px;
}

.welcome-area .single-item .overlay-content .bottom-text-holder {
  margin-top: 10px;
}

.welcome-area .single-item .overlay-content .bottom-text-holder ul li {
  color: #f9f9f9;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  padding-left: 25px;
  line-height: 35px;
  position: relative;
}

.welcome-area .single-item .overlay-content .bottom-text-holder ul li:before {
  position: absolute;
  top: 14px;
  left: 2px;
  width: 10px;
  height: 10px;
  background: #f9f9f9;
  border: 1px solid #7ecff2;
  content: "";
  transform: rotate(45deg);
}

.welcome-area .single-item .overlay-content .bottom-text-holder .icon-holder {
}

.welcome-area
  .single-item
  .overlay-content
  .bottom-text-holder
  .icon-holder
  span:before {
  color: #009adb;
  font-size: 140px;
  line-height: 140px;
  text-align: right;
  vertical-align: bottom;
  display: table-cell;
  float: right;
}

/*** 
=============================================
    About Us Area style
=============================================
***/
.about-us-area {
  background: #fff;
  padding: 90px 0 90px;
}

.about-us-area .img-holder {
  overflow: hidden;
  display: block;
}

.about-us-area .img-holder img {
  width: 100%;
}

.about-us-area .middle-text-box {
  overflow: hidden;
  display: block;
}

.about-us-area .middle-text-box .single-item.top {
  margin-bottom: 30px;
}

.about-us-area .middle-text-box .single-item h3 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 18px;
}

.about-us-area .right-info-box {
  border: 2px solid #f4f4f4;
  padding: 30px;
  border-bottom: 2px solid #c01f1f;
}

.about-us-area .right-info-box .top {
  overflow: hidden;
  padding-left: 50px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 20px;
}

.about-us-area .right-info-box .top .iocn-holder {
  position: absolute;
  top: 3px;
  left: 0;
}

.about-us-area .right-info-box .top .iocn-holder span:before {
  color: #1c3458;
  font-size: 40px;
  line-height: 40px;
}

.about-us-area .right-info-box .top .text-holder {
}

.about-us-area .right-info-box .top .text-holder h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}

.about-us-area .right-info-box .top .text-holder span {
}

.about-us-area .right-info-box .middle {
  overflow: hidden;
}

.about-us-area .right-info-box .middle {
  overflow: hidden;
  margin: 25px 0 10px;
}

.about-us-area .right-info-box .middle h1 {
  color: #1c3458;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 12px;
  font-family: "Open Sans", sans-serif;
}

.about-us-area .right-info-box .middle p {
  margin: 0;
}

.about-us-area .right-info-box .bottom {
  overflow: hidden;
  margin-top: 20px;
}

.about-us-area .right-info-box .bottom h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 11px;
}

.about-us-area .right-info-box .bottom ul li {
  line-height: 30px;
  font-size: 16px;
}

.about-us-area .right-info-box .bottom ul li span {
  color: #1c3458;
  font-weight: 700;
}

/*** 
=============================================
    Caption box Area style
=============================================
***/
.caption-box-area {
  background: url(../images/resources/caption-box-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 0;
}

.caption-box-area .text-holder h1 {
  color: #ffffff;
  font-size: 30px;
  line-height: 36px;
  margin: 0 0 8px;
}

.caption-box-area .text-holder p {
  color: #ffffff;
  margin: 0;
}

.caption-box-area .button {
}

.caption-box-area .button a {
  background: #ffffff;
  width: 210px;
  height: 50px;
  line-height: 46px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  text-align: center;
  border-radius: 3px;
  border: 2px solid #fff;
  margin: 10px 0;
  transition: all 500ms ease;
}

.caption-box-area .button a:hover {
  background: #c01f1f;
  color: #fff;
}

/*** 
=============================================
    Services Area style
=============================================
***/
.services-area {
  background: #ffffff;
  padding-bottom: 60px;
  padding-top: 90px;
  position: relative;
}

.services-area .sec-title {
}

.services-area .single-item {
  margin-bottom: 30px;
  position: relative;
  /* padding-left: 90px; */
  background: #ffffff;
  z-index: 1;
}

.villa-services .sec-title {
  /* padding-left: 90px !important; */
}

.villa-services .icon-holder {
  display: none !important;
}

.services-area .single-item .icon-holder {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: 100%;
}

.services-area .single-item .icon-holder .icon-box {
  display: table;
  height: 100%;
  width: 100%;
}

.services-area .single-item .icon-holder .icon-box .icon {
  display: table-cell;
  vertical-align: middle;
}

.services-area .single-item .icon-holder .icon-box .icon .icon-bg {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 50%;
  background: #fff;
  padding: 9px;
  border: 1px solid #f4f4f4;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}

.services-area .single-item .icon-holder .icon-box .icon .icon-bg span::before {
  color: #999999;
  font-size: 30px;
  line-height: 30px;
  background: #fff;
  width: 70px;
  height: 70px;
  display: block;
  border-radius: 50%;
  text-align: center;
  padding: 20px 0;
  border: 1px solid #f4f4f4;
  transition: all 500ms ease;
  transition-delay: 0.15s;
}

.services-area .single-item .text-holder {
  border: 1px solid #f4f4f4;
  padding-left: 20px;
  padding-top: 27px;
  padding-bottom: 21px;
  padding-right: 23px;
  /* margin-left: -45px; */
  transition: all 500ms ease;
  transition-delay: 0.1s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.services-area .single-item .text-holder h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 7px;
}

.services-area .single-item .text-holder p {
  margin: 0 0 10px;
}

.services-area .single-item .text-holder a {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.services-area .single-item .text-holder a i {
  display: inline-block;
  padding-left: 7px;
  font-size: 14px;
  font-weight: 700;
}

.services-area .single-item:hover .icon-holder .icon-box .icon .icon-bg {
  border-color: #1c3458;
}

.services-area
  .single-item:hover
  .icon-holder
  .icon-box
  .icon
  .icon-bg
  span::before {
  border-color: #1c3458;
  background: #1c3458;
  color: #fff;
}

.services-area .single-item:hover .text-holder {
  border-color: #1c3458;
}

.services-area .single-item:hover .text-holder a {
  color: #1c3458;
  transition: all 500ms ease;
}

.services-area .special-offers {
  padding: 25px 0 25px;
}

.services-area .special-offers h3 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.services-area .special-offers h3 span {
  color: #1c3458;
}

.services-area .single-item.hvr-float-shadow:before {
  background: none;
}

/*** 
=============================================
    Appoinment Area style
=============================================
***/
.appoinment-area {
  padding: 55px 0 0px;
}

.appoinment-area .appoinment {
  display: block;
  padding-top: 35px;
}

.appoinment-area .appoinment .sec-title {
  padding-bottom: 26px;
}

.appoinment-area .appoinment .sec-title h1 span {
  background: transparent;
}

.appoinment-area .appoinment .sec-title p {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 28px;
}

.appoinment-area .appoinment .appoinment-form .field-label {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 600;
  text-transform: capitalize;
  margin: 0 0 2px;
  font-family: "Raleway", sans-serif;
}

.appoinment-area .appoinment .appoinment-form .field-input input[type="text"] {
  width: 100%;
  border: 1px solid #fff;
  height: 50px;
  display: block;
  padding: 0 15px;
  color: #333;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
  margin: 0 0 24px;
}

.appoinment-area .appoinment .appoinment-form button {
  display: block;
  width: 160px;
  height: 50px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #1c3458;
  transition: all 500ms ease;
  padding: 0;
  line-height: 30px;
  margin: 16px 0 0;
}

.appoinment-area
  .appoinment
  .appoinment-form
  .field-input
  input[type="text"]:focus {
  border-color: #1c3458;
}

.appoinment-area .appoinment .appoinment-form button:hover {
  background: #fff;
  color: #1c3458;
  border: 3px solid #1c3458;
}

/*** 
=============================================
    Testimonial Area style
=============================================
***/
.testimonial-area {
  padding: 90px 0 90px;
  background: #ffffff;
}

.testimonial-area .single-item .img-holder {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f48a8a;
  border-radius: 50%;
  display: block;
  height: 95px;
  margin: 0 auto;
  overflow: hidden;
  padding: 7px;
  width: 95px;
  z-index: 1;
  position: relative;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.testimonial-area .single-item:hover .img-holder {
  background: #1c3458;
  border-color: #1c3458;
}

.testimonial-area .single-item .text-holder {
  border: 1px solid #f4f4f4;
  margin-top: -48px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 74px;
  z-index: -1;
  padding-bottom: 23px;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.testimonial-area .single-item .img-holder img {
  border-radius: 50%;
}

.testimonial-area .single-item:hover .text-holder {
  border-color: #e7e3e3;
}

.testimonial-area .single-item .text-holder h5 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 9px;
}

.testimonial-area .single-item .text-holder p {
}

.testimonial-area .single-item .client-info {
  background: #fff none repeat scroll 0 0;
  display: block;
  overflow: hidden;
  padding: 15px 25px 12px;
  text-align: left;
  border-left: 1px solid #f7f7f7;
  border-bottom: 1px solid #f7f7f7;
  border-right: 1px solid #f7f7f7;
  position: relative;
  z-index: 1;
  transition: all 500ms ease;
  border-bottom: 2px solid #c01f1f;
}

.testimonial-area .single-item:hover .client-info {
  border-color: #e7e3e3;
}

.testimonial-area .single-item .client-info .name h6 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
  transition: all 700ms ease;
}

.testimonial-area .single-item .client-info .name p {
  color: #1c3458;
  margin: 0;
  transition: all 500ms ease;
}

.testimonial-area .single-item .client-info .review-box {
  width: 115px;
  height: 30px;
  border: 1px solid #f4f4f4;
  text-align: center;
  margin: 8px 0;
  display: block;
}

.testimonial-area .single-item .client-info .review-box ul li i {
  color: #c01f1f;
}

.testimonial-area .owl-theme .owl-dots {
  display: none;
  text-align: center;
}

.testimonial-area .owl-theme .owl-nav {
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
}

.testimonial-area .owl-theme .owl-nav .owl-prev {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  left: -44px;
  position: absolute;
  top: -15px;
  transition: all 700ms ease 0s;
  width: 40px;
  z-index: 10;
  border-right: none;
}

.testimonial-area .owl-theme .owl-nav .owl-next {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #f6f6f6;
  display: block;
  height: 40px;
  position: absolute;
  right: -44px;
  top: -15px;
  width: 40px;
  z-index: 10;
  transition: all 700ms ease 0s;
  border-left: none;
}

.testimonial-area .owl-theme .owl-nav .owl-prev:hover {
  background: #1c3458;
}

.testimonial-area .owl-theme .owl-nav .owl-next:hover {
  background: #1c3458;
}

.testimonial-area .owl-theme .owl-nav div .fa:hover {
  color: #fff;
}

.testimonial-area .owl-theme .owl-nav div .fa {
  color: #ececec;
  font-size: 25px;
  display: block;
  padding-top: 2px;
  text-align: center;
}

.testimonial-area .more-review-button {
  margin-top: 40px;
}

.testimonial-area .more-review-button a {
  border: 1px solid #f4f4f4;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  display: block;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
  transition: all 500ms ease;
}

.testimonial-area .more-review-button a:hover {
  background: #1c3458;
  color: #fff;
  border-color: #1c3458;
}

/*** 
=============================================
    Brand Area style
=============================================
***/
.brand-area {
  background: #f9f9f9;
  padding-bottom: 70px;
  padding-top: 70px;
}

.brand-area .brand .owl-stage-outer {
  z-index: 10;
}

.brand-area .brand .single-item {
  border: 1px solid #eaeaea;
  height: 100px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}

.brand-area .brand .single-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 3px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}

.brand-area .brand .single-item:hover {
  border: 1px solid #d4d2d2;
}

.brand-area .brand .single-item:hover img {
  opacity: 0.9;
}

.brand-area .owl-controls {
  display: none;
}

/*** 
=============================================
    Latest blog Area style
=============================================
***/
.latest-blog-area {
  background: #ffffff none repeat scroll 0 0;
  padding-bottom: 50px;
  padding-top: 90px;
}

.latest-blog-area .single-blog-post {
  margin-bottom: 40px;
  transition: all 500ms ease;
}

.single-blog-post .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.single-blog-post .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

.single-blog-post .img-holder .overlay-style-one .box .content a i {
  background: rgba(0, 0, 0, 0.95) none repeat scroll 0 0;
  border: 1px solid transparent;
  border-radius: 3%;
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  height: 40px;
  line-height: 42px;
  transition: all 500ms ease 0s;
  width: 40px;
}

.single-blog-post:hover .img-holder .overlay-style-one {
  top: 0%;
  opacity: 1;
}

.single-blog-post:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-blog-post .img-holder .overlay-style-one .box .content a:hover i {
  background: #1c3458;
  color: #222;
  border-color: #fff;
}

.single-blog-post .text-holder {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 12px;
  transition: all 500ms ease;
  position: relative;
  z-index: 1;
}

.single-blog-post .text-holder .meta-info {
  padding-top: 23px;
  padding-bottom: 7px;
}

.single-blog-post .text-holder .meta-info li {
  display: inline-block;
  margin: 0px 7px 0px 0px;
  border-right: 1px solid #dcdcdc;
  line-height: 14px;
  padding-right: 10px;
}

.single-blog-post .text-holder .meta-info li:last-child {
  margin: 0;
  padding: 0;
  border: none;
}

.single-blog-post .text-holder .meta-info li a {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  transition: all 500ms ease;
}

.single-blog-post .text-holder .blog-title {
  color: #1c1c1c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  padding: 0;
  transition: all 500ms ease 0s;
}

.single-blog-post .text-holder .blog-title:hover {
  color: #1c3458;
}

.single-blog-post .text-holder .meta-info li a:hover {
  color: #1c3458;
}

.single-blog-post .text-holder .text {
  margin: 6px 0 0;
}

.single-blog-post .text-holder .text p {
}

.latest-blog-area .owl-controls {
  width: 120px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: -92px;
}

.latest-blog-area .owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 40px;
  border: 2px solid #f9f9f9;
  transition: all 700ms ease 0s;
}

.latest-blog-area .owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.latest-blog-area .owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #1c3458;
  color: #1c3458;
}

/*** 
=============================================
    Newsletter area style
=============================================
***/
.newsletter-area {
  padding-bottom: 100px;
}

.newsletter-area .sec-title p {
  margin: 16px 0 0;
}

.newsletter-area .newsletter {
  display: block;
  padding: 0 100px;
}

.newsletter-area .newsletter .newsletter-form .field-input input[type="text"],
.newsletter-area .newsletter .newsletter-form .field-input input[type="email"] {
  width: 100%;
  border: 1px solid #f4f4f4;
  height: 55px;
  display: block;
  padding: 0 15px;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}

.newsletter-area
  .newsletter
  .newsletter-form
  .field-input
  input[type="text"]:focus {
  border-color: #1c3458;
}

.newsletter-area
  .newsletter
  .newsletter-form
  .field-input
  input[type="email"]:focus {
  border-color: #1c3458;
}

.newsletter-area .newsletter .newsletter-form button {
  display: block;
  width: 100%;
  height: 55px;
  border: none;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  background: #1c3458;
  transition: all 500ms ease;
  padding: 0;
  line-height: 30px;
  margin: 0;
}

.newsletter-area .newsletter .newsletter-form button:hover {
  background: #048bc4;
}

/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
  background: url(../images/footer/bg_2.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 85px 0 77px;
  position: relative;
  /* background-image: url('your-image-path/image.png');  */
  /* background-size: cover;
    background-position: center; */
  /* display: flex;
    justify-content: center; */
  align-items: center;
  /* text-align: center; */
  color: white;
  /* Text color */
}

.single-footer-widget .footer-logo {
  padding: 0 0 30px;
}

.single-footer-widget .our-info {
  overflow: hidden;
}

.single-footer-widget .our-info p {
  margin: 0 0 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
}

.single-footer-widget .our-info .button a {
  color: #1c3458;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Raleway", sans-serif;
  transition: all 500ms ease;
}

.single-footer-widget .our-info .button a span:before {
  font-size: 15px;
  line-height: 14px;
  display: inline-block;
  padding-right: 7px;
  transition: all 500ms ease;
}

.single-footer-widget .our-info .button a:hover {
}

.single-footer-widget .title {
  padding-bottom: 17px;
  margin-bottom: 40px;
  margin-top: -3px;
  border-bottom: 1px solid #e9e9e9;
}

.single-footer-widget .title h3 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.single-footer-widget .usefull-links {
  float: left;
  margin-top: -7px;
}

.single-footer-widget .usefull-links.left {
  margin-right: 30px;
}

.single-footer-widget .usefull-links li {
  margin-bottom: 10px;
  position: relative;
}

.single-footer-widget .usefull-links li:last-child {
  margin-bottom: 0px;
}

.single-footer-widget .usefull-links li a {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  transition: all 700ms ease;
}

.single-footer-widget .usefull-links li:hover a {
  color: #1c3458;
  text-decoration: underline;
}

.single-footer-widget .instagram-feed-list {
  overflow: hidden;
  display: block;
  margin-left: -5px;
  margin-right: -5px;
}

.single-footer-widget .instagram-feed-list li {
  display: inline-block;
  float: left;
  margin: 0 4px 8px;
}

.single-footer-widget .instagram-feed-list li .image-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.single-footer-widget .instagram-feed-list li .image-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

.single-footer-widget
  .instagram-feed-list
  li
  .image-holder
  .overlay-style-one
  .box
  .content
  a
  i {
  color: #ffffff;
  display: inline-block;
  font-size: 15px;
  transition: all 500ms ease;
}

.single-footer-widget
  .instagram-feed-list
  li:hover
  .image-holder
  .overlay-style-one {
  top: 0%;
  opacity: 1;
}

.single-footer-widget .instagram-feed-list li:hover .image-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-footer-widget
  .instagram-feed-list
  li
  .image-holder
  .overlay-style-one
  .box
  .content
  a:hover
  i {
  color: #c01f1f;
}

.single-footer-widget .footer-contact-info {
  margin-top: -6px;
}

.single-footer-widget .footer-contact-info li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
}

.single-footer-widget .footer-contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder {
  position: absolute;
  top: 2px;
  left: 0;
}

.single-footer-widget .footer-contact-info li .icon-holder span:before {
  color: #c01f1f;
  font-size: 25px;
  line-height: 25px;
}

.single-footer-widget
  .footer-contact-info
  li
  .icon-holder
  span.map-marker:before {
  position: relative;
  top: 3px;
}

.single-footer-widget .footer-contact-info li .text-holder {
}

.single-footer-widget .footer-contact-info li .text-holder h5 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  font-family: "Open Sans", sans-serif;
}

.single-footer-widget .footer-contact-info li .text-holder h5 span {
  text-transform: capitalize;
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}

/*** 
=============================================
    Footer bottom area style
=============================================
***/
.footer-bottom-area {
}

.footer-bottom-area .footer-bottom {
  overflow: hidden;
  padding: 16px 0 16px;
}

.footer-bottom-area .footer-bottom .copyright-text {
  margin: 7px 0;
}

.footer-bottom-area .footer-bottom .copyright-text p {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.footer-bottom-area .footer-bottom .copyright-text p a {
  color: #1c3458;
  font-weight: 700;
  transition: all 500ms ease;
}

.footer-bottom-area .footer-bottom .copyright-text p a:hover {
  color: #c01f1f;
}

.footer-bottom-area .footer-bottom .footer-social-links {
}

.footer-bottom-area .footer-bottom .footer-social-links ul li {
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.footer-bottom-area .footer-bottom .footer-social-links ul li:last-child {
  margin-right: 0px;
}

.footer-bottom-area .footer-bottom .footer-social-links ul li a i {
  height: 40px;
  width: 40px;
  border: 2px solid #1c3458;
  border-radius: 50%;
  text-align: center;
  line-height: 38px;
  color: #1c3458;
  font-size: 14px;
  transition: all 500ms ease;
}

.footer-bottom-area .footer-bottom .footer-social-links ul li a:hover i {
  background: #1c3458;
  border-color: #1c3458;
  color: #fff;
}

.single-footer-widget .usefull-links li a:hover {
  color: #c01f1f !important;
  font-size: 14px;
  font-weight: 400;
  transition: all 700ms ease;
}

.footer-bottom-area {
  background-color: #dedede;
}

/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
  background: #dedede none repeat scroll 0 0;
  padding-top: 65px;
  padding-bottom: 63px;
}

.breadcrumb-area h1 {
  color: #1c1c1c;
  font-size: 36px;
  font-weight: 700;
  text-transform: capitalize;
}

/*** 
=============================================
    Breadcrumb botton area style
=============================================
***/
.breadcrumb-botton-area {
  border-bottom: 1px solid #f9f9f9;
  padding: 17px 0 15px;
}

.breadcrumb-botton-area .left {
}

.breadcrumb-botton-area .left ul {
  overflow: hidden;
  display: block;
}

.breadcrumb-botton-area .left ul li {
  display: inline-block;
  margin-right: 6px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  font-family: "Open Sans", sans-serif;
}

.breadcrumb-botton-area .left ul li a {
  color: #3d3d3d;
  transition: all 500ms ease;
}

.breadcrumb-botton-area .left ul li a:hover {
  color: #1c3458;
}

.breadcrumb-botton-area .left ul li.active {
  color: #1c3458;
}

/*** 
=============================================
   Faq Content Area style
=============================================
***/
.faq-content-area {
  padding-bottom: 0px;
  padding-top: 0px;
}

.faq-content-area .faq-content {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 50px 40px 20px;
}

.faq-content-area .faq-content .single-item {
  background: #ffffff none repeat scroll 0 0;
  display: block;
  padding: 46px 28px 22px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 3px 8px -1px rgba(216, 214, 214, 1);
  -moz-box-shadow: 0px 3px 8px -1px rgba(216, 214, 214, 1);
  box-shadow: 0px 3px 8px -1px rgba(216, 214, 214, 1);
  transition: all 500ms ease;
}

.faq-content-area .faq-content .single-item:hover {
  -webkit-box-shadow: 0px 3px 8px -1px rgba(0, 165, 234, 1);
  -moz-box-shadow: 0px 3px 8px -1px rgba(0, 165, 234, 1);
  box-shadow: 0px 3px 8px -1px rgba(0, 165, 234, 1);
}

.faq-content-area .faq-content .single-item .title {
  margin: 0 0 19px;
  position: relative;
  z-index: 1;
}

.faq-content-area .faq-content .single-item .title::before {
  background: rgba(0, 0, 0, 0) url("../images/resources/q.png") repeat scroll 0
    0;
  content: "";
  height: 62px;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: -16px;
  width: 45px;
  z-index: -1;
}

.faq-content-area .faq-content .single-item .title h3 {
  color: #272727;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 5;
}

.faq-content-area .faq-content .single-item .text {
}

.faq-content-area .faq-content .single-item .text p {
  margin: 0 0 14px;
}

.faq-content-area .faq-content .single-item .text a {
  color: #3d3d3d;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.faq-content-area .faq-content .single-item .text a i {
  display: inline-block;
  padding-left: 5px;
}

.faq-content-area .faq-content .single-item:hover .text a {
  color: #1c3458;
}

/*** 
=============================================
    Faq single area style
=============================================
***/
.faq-single-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.accordion-box {
  border: 1px solid #f4f4f4;
  display: block;
  padding: 30px 30px 0px;
}

.accordion-box .accordion {
  margin-bottom: 20px;
  position: relative;
}

.accordion-box .accordion .accord-btn {
  border-bottom: 1px solid #ededed;
  cursor: pointer;
  padding: 0px 0px 22px 50px;
  position: relative;
  transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.last {
  border-bottom: none;
}

.accordion-box .accordion .accord-btn h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 26px;
  transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn::after {
  color: #ededed;
  content: "\f11e";
  font-family: "Flaticon";
  font-size: 12px;
  font-weight: 700;
  line-height: 27px;
  margin-top: -25px;
  position: absolute;
  left: 0px;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 30px;
  height: 30px;
  border: 2px solid #ededed;
  text-align: center;
}

.accordion-box .accordion .accord-btn.active {
  border-bottom: 1px solid transparent;
  transition: all 500ms ease;
}

.accordion-box .accordion .accord-btn.active h4 {
  color: #1c3458;
}

.accordion-box .accordion .accord-btn.active:after {
  content: "\f11d";
  border: 2px solid #1c3458;
  color: #1c3458;
  background: transparent;
}

.accordion-box .accordion .accord-content {
  display: none;
  padding: 20px 20px 18px 50px;
  position: relative;
  border-bottom: 0px solid #ededed;
  background: #f7f7f7;
}

.accordion-box .accordion .accord-content.collapsed {
  display: block;
}

.accordion-box .accordion .accord-content p {
  margin: 0;
}

/*** 
=============================================
    Not found area style
=============================================
***/
.not-found-area {
  background: #ffffff none repeat scroll 0 0;
  padding-bottom: 90px;
  padding-top: 50px;
}

.not-found-content h1 {
  color: #1c1c1c;
  font-size: 150px;
  font-weight: 700;
  margin: 0 0 16px;
}

.not-found-content h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 15px;
  text-transform: uppercase;
}

.not-found-content p {
  color: #1c3458;
  font-size: 18px;
  margin: 0 0 30px;
}

.not-found-content .search-form {
  width: 432px;
  position: relative;
  margin: 0 auto;
}

.not-found-content .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f4f4f4;
  color: #9a9a9a;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  height: 55px;
  letter-spacing: 1px;
  padding-left: 20px;
  padding-right: 60px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 432px;
}

.not-found-content .search-form button {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f4f4f4;
  color: #1c1c1c;
  display: inline-block;
  height: 55px;
  padding: 11px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 55px;
}

.not-found-content .search-form button i {
  font-size: 14px;
}

.not-found-content .search-form input[type="text"]:focus {
  border: 1px solid #1c3458;
  background: #fff;
  color: #222;
}

.not-found-content .search-form input[type="text"]:focus + button,
.not-found-content .search-form button:hover {
  background: #1c3458 none repeat scroll 0 0;
  color: #fff;
}

/*** 
=============================================
    Main Project Area style
=============================================
***/
.main-project-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.main-project-area .project-filter {
  padding-bottom: 25px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 50px;
}

.main-project-area .project-filter li {
  display: inline-block;
  margin: 0 20px;
}

.main-project-area .project-filter li span {
  position: relative;
  color: #1c1c1c;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
  font-family: "Raleway", sans-serif;
}

.main-project-area .project-filter li span:before {
  background: #1c3458 none repeat scroll 0 0;
  bottom: -26px;
  content: " ";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  transition: 0.5s ease;
}

.main-project-area .project-filter li:hover span:before,
.main-project-area .project-filter li.active span:before {
  transform: scaleX(1);
  transition: 0.5s ease;
}

.main-project-area .project-filter li.active span,
.main-project-area .project-filter li:hover span {
  color: #1c3458;
}

.main-project-area .single-project-item {
  margin-bottom: 30px;
}

.single-project-item {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-project-item .img-holder {
  display: block;
  overflow: hidden;
  position: relative;
}

.single-project-item .img-holder img {
  transform: scale(1.1, 1.1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

.single-project-item:hover .img-holder img {
  transform: scale(1, 1);
}

.single-project-item:hover .img-holder .overlay-style-one {
  top: 0%;
  opacity: 1;
}

.single-project-item .img-holder .overlay-style-one .box .content a {
  opacity: 1;
  border: 1px solid #1c3458;
  background: #1c3458;
  display: inline-block;
  border-radius: 3px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  transition: all 500ms ease;
  text-transform: uppercase;
  padding: 8px 17px 8px;
}

.single-project-item .img-holder .overlay-style-one .box .content a:hover {
  background: #222;
  color: #fff;
}

.single-project-item .img-holder .overlay-style-one .box .content .text-holder {
  position: absolute;
  bottom: 27px;
  left: 30px;
  text-align: left;
}

.single-project-item
  .img-holder
  .overlay-style-one
  .box
  .content
  .text-holder
  h4 {
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0;
}

.main-project-area .post-pagination {
  margin-top: 20px;
}

/*** 
=============================================
    Project Single Area style
=============================================
***/
#project-single-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

#project-single-area .owl-theme .owl-nav {
  margin-top: 0px;
}

#project-single-area .owl-theme .owl-dots {
  text-align: center;
}

#project-single-area .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

#project-single-area .owl-theme .owl-dots {
  position: absolute;
  top: 90%;
  left: 0;
  right: 0;
}

#project-single-area .owl-dots .owl-dot {
  background-image: none;
  background-color: #fff;
  width: 12px;
  height: 12px;
  margin: 6px;
  padding: 0px;
  border: 2px solid #fff;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 500ms ease;
}

#project-single-area .owl-dots .owl-dot span {
  display: none;
}

#project-single-area .owl-dots .owl-dot.active {
  border: 2px solid #1c3458;
  background: #1c3458;
}

#project-single-area .project-info {
}

#project-single-area .sec-title {
  padding-bottom: 27px;
}

#project-single-area .sec-title h2 {
  color: #1c1c1c;
  font-size: 30px;
}

#project-single-area .project-info .project-info-list {
  overflow: hidden;
  margin-top: 30px;
  margin-left: -30px;
  margin-right: -30px;
}

#project-single-area .project-info .project-info-list li {
  border-bottom: 1px solid #f7f7f7;
  float: left;
  margin: 0 30px 20px;
  overflow: hidden;
  padding-bottom: 11px;
  padding-left: 20px;
  position: relative;
  width: 155px;
}

#project-single-area .project-info .project-info-list li .icon-holder {
  left: 0;
  position: absolute;
  top: -5px;
}

#project-single-area .project-info .project-info-list li .icon-holder i {
  font-size: 14px;
  color: #1c3458;
}

#project-single-area .project-info .project-info-list li .text-holder {
}

#project-single-area .project-info .project-info-list li .text-holder h5 {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 3px;
}

#project-single-area .project-info .project-info-list li .text-holder p {
  margin: 0;
  color: #5e5e5e;
  font-size: 14px;
}

#project-single-area .project-description {
  padding-top: 60px;
}

#project-single-area .bottom {
  border-bottom: 1px solid #f7f7f7;
  border-top: 1px solid #f7f7f7;
  margin: 43px 0 0;
  overflow: hidden;
  padding-bottom: 20px;
  padding-top: 21px;
}

#project-single-area .bottom .button a {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
  font-family: "Raleway", sans-serif;
}

#project-single-area .bottom .button a:hover {
  color: #1c3458;
}

#project-single-area .bottom .button a i {
  display: inline-block;
  font-size: 18px;
  padding-right: 10px;
  position: relative;
  top: 1px;
}

#project-single-area .bottom .button.next a i {
  padding-right: 0px;
  padding-left: 10px;
}

#project-single-area .bottom .icon-holder a i {
  color: #1c1c1c;
  font-size: 24px;
  position: relative;
  top: 4px;
  transition: all 500ms ease 0s;
}

#project-single-area .bottom .icon-holder a:hover i {
  color: #1c3458;
}

/*** 
=============================================
    Team Area style
=============================================
***/
.team-area {
  padding-top: 90px;
  padding-bottom: 50px;
}

.single-team-member {
  border-bottom: 2px solid #f7f7f7;
  margin-bottom: 40px;
  padding-bottom: 15px;
}

.single-team-member .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}

.single-team-member .img-holder img {
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  width: 100%;
}

.single-team-member:hover .img-holder img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single-team-member .img-holder .overlay-one {
  position: absolute;
  left: 0px;
  top: -100%;
  width: 100%;
  height: 100%;
  padding: 0px;
  color: #ffffff;
  opacity: 0;
  transition: all 500ms ease;
  transition-delay: 0.1s;
  z-index: 2;
}

.single-team-member .img-holder .overlay-one .overlay-inner {
  width: 100%;
  height: 100%;
  display: table;
  background: rgba(0, 0, 0, 0.7);
}

.single-team-member .img-holder .overlay-one .overlay-inner .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul {
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li {
  display: inline-block;
  margin: 0 5.5px;
}

.single-team-member .img-holder .overlay-one .overlay-inner .content ul li a i {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  border: 1px solid #fff;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  transition: all 500ms ease;
}

.single-team-member
  .img-holder
  .overlay-one
  .overlay-inner
  .content
  ul
  li
  a:hover
  i {
  background: #1c3458;
  border-color: #1c3458;
  color: #fff;
}

.single-team-member:hover .img-holder .overlay-one {
  top: 0px;
  opacity: 1;
}

.single-team-member .text-holder {
  margin: 28px 0 0;
}

.single-team-member .text-holder h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  margin: 0 0 4px;
}

.single-team-member .text-holder span {
  color: #1c3458;
  font-weight: 500;
}

/*** 
=============================================
    About us Area style
=============================================
***/
.about-us-area .bottom {
  margin-top: 50px;
}

.about-us-area .bottom .single-item {
  border: 1px solid #f4f4f4;
  display: block;
  padding: 30px 20px 22px;
  border-radius: 8px;
  border: 1px solid #f4f4f4;
  /* margin-left: -45px; */
  transition: all 500ms ease;
  transition-delay: 0.1s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.about-us-area .bottom .single-item .year {
  border: 1px solid #f4f4f4;
  display: inline-block;
  overflow: hidden;
  padding: 8px 23px 8px;
}

.about-us-area .bottom .single-item .year h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-family: "Open Sans", sans-serif;
}

.about-us-area .bottom .single-item h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  margin: 19px 0 15px;
}

.about-us-area .bottom .single-item .readmore {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.about-us-area .bottom .single-item .readmore i {
  display: inline-block;
  padding-left: 10px;
  font-size: 16px;
}

.about-us-area .bottom .single-item:hover .readmore {
  color: #1c3458;
}

/*** 
=============================================
    Choose Us area style
=============================================
***/
.choose-us-area {
  background: #f9f9f9;
  border-top: 1px solid #f4f4f4;
  padding-top: 90px;
  padding-bottom: 86px;
}

.choose-us-area .sec-title h1 span {
  background: #f9f9f9;
}

.choose-us-area .sec-title h1:before {
  background: #e9e9e9;
}

.choose-us-area .single-item {
  margin-bottom: 50px;
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #e9e9e9;
}

.choose-us-area .single-item .inner-content {
  padding-left: 30px;
  padding-bottom: 20px;
  padding-top: 40px;
  transition: all 500ms ease;
}

.choose-us-area .single-item .inner-content .iocn-holder {
  margin-bottom: 29px;
}

.choose-us-area .single-item .inner-content .iocn-holder span:before {
  color: #1c3458;
  font-size: 50px;
  line-height: 50px;
}

.choose-us-area .single-item .inner-content .border {
  height: 1px;
  width: 60px;
  display: block;
  background: #e9e9e9;
}

.choose-us-area .single-item .inner-content .title-holder {
  padding-top: 29px;
}

.choose-us-area .single-item .inner-content .title-holder h3 {
  color: #1c1c1c;
  font-size: 18px;
  margin: 0 0 5px;
}

.choose-us-area .single-item .inner-content .title-holder p {
  color: #1c3458;
  font-size: 14px;
  margin: 0;
}

.choose-us-area .single-item .overlay-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  border: 1px solid #1c3458;
  background-color: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.choose-us-area .single-item .overlay-content .box {
  display: table;
  height: 100%;
  width: 100%;
}

.choose-us-area .single-item .overlay-content .box .content {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
}

.choose-us-area .single-item .overlay-content .box .content h3 {
  margin: 0px;
  color: #1c1c1c;
  font-size: 16px;
}

.choose-us-area .single-item .overlay-content .box .content b {
  color: #1c3458;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

.choose-us-area .single-item .overlay-content .box .content .border {
  height: 1px;
  width: 60px;
  display: block;
  background: #e9e9e9;
  margin-top: 15px;
  margin-bottom: 15px;
}

.choose-us-area .single-item:hover .overlay-content {
  opacity: 1;
  transform: scale(1, 1);
}

.choose-us-area .single-item:hover .inner-content {
  opacity: 0;
}

#project-single-area .owl-theme .owl-dots {
}

.choose-us-area .owl-theme .owl-nav {
  margin: 0;
}

.choose-us-area .owl-theme .owl-dots {
  position: absolute;
  top: 92%;
  left: 0;
  right: 0;
}

.choose-us-area .owl-theme .owl-dots .owl-dot {
  display: inline-block;
}

.choose-us-area .owl-dots .owl-dot {
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 6px;
  padding: 0px;
  border: 2px solid #1c3458;
  background: none;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  -moz-border-radius: 50%;
  transition: all 500ms ease;
}

.choose-us-area .owl-dots .owl-dot span {
  display: none;
}

.choose-us-area .owl-dots .owl-dot.active {
  border: 2px solid #1c3458;
  background: #1c3458;
}

/*** 
=============================================
    Team Area style
=============================================
***/
.team-section {
  padding-top: 90px;
  padding-bottom: 30px;
}

.team-section .owl-controls {
  width: 120px;
  background: #fff;
  position: absolute;
  right: -15px;
  top: -92px;
}

.team-section .owl-theme .owl-nav [class*="owl-"] {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 0;
  color: #5e5e5e;
  font-size: 20px;
  font-weight: 700;
  height: 40px;
  line-height: 36px;
  margin: 0 0 0 0px;
  padding: 0;
  width: 40px;
  border: 2px solid #f9f9f9;
  transition: all 700ms ease 0s;
}

.team-section .owl-theme .owl-nav .owl-next {
  margin-left: 10px;
}

.team-section .owl-theme .owl-nav [class*="owl-"]:hover {
  border-color: #1c3458;
  color: #1c3458;
}

.team-section .single-team-member {
  border: none;
}

/*** 
=============================================
    Project Area style
=============================================
***/
.project-area {
  overflow: hidden;
}

.project-area .container-fluid {
}

.project-area .container-fluid .pd0 {
  padding: 0;
}

/*** 
=============================================
    Blog Area style
=============================================
***/
#blog-area {
  padding-bottom: 90px;
  padding-top: 90px;
}

#blog-area .blog-post {
  border-right: 1px solid #f7f7f7;
  margin-bottom: -90px;
  padding-bottom: 90px;
  margin-right: -30px;
  padding-right: 30px;
  margin-top: -90px;
  padding-top: 90px;
}

.blog-grid-area .single-blog-post {
  margin-bottom: 30px;
}

.blog-grid-area .post-pagination {
  margin-top: 10px;
}

.sidebar-wrapper {
  padding-left: 30px;
  position: relative;
  display: block;
  overflow: hidden;
}

.sidebar-wrapper .single-sidebar {
  overflow: hidden;
  margin-bottom: 50px;
  position: relative;
}

.sidebar-wrapper .single-sidebar .sec-title {
  overflow: hidden;
  padding-bottom: 25px;
  margin-top: 0;
}

.sidebar-wrapper .single-sidebar .sec-title h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.sidebar-wrapper .single-sidebar form.search-form {
  position: relative;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"] {
  background: #fff;
  border: 1px solid #f4f4f4;
  color: #ababab;
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 50px;
  letter-spacing: 1px;
  padding-left: 15px;
  padding-right: 55px;
  position: relative;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 100%;
}

.sidebar-wrapper .single-sidebar .search-form button {
  background: #1c3458 none repeat scroll 0 0;
  color: #fff;
  display: block;
  height: 50px;
  padding: 12px 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  -webkit-transition: all 500ms ease 0s;
  transition: all 500ms ease 0s;
  width: 50px;
}

.sidebar-wrapper .single-sidebar .search-form button i {
  font-size: 14px;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus {
  border: 1px solid #018dc8;
  background: #fff;
  color: #000;
}

.sidebar-wrapper .single-sidebar .search-form input[type="text"]:focus + button,
.sidebar-wrapper .single-sidebar .search-form button:hover {
  background: #018dc8 none repeat scroll 0 0;
  color: #fff;
}

.single-sidebar .categories {
  background: #fff;
  display: block;
  padding: 24px 30px 24px;
  border: 1px solid #f4f4f4;
}

.single-sidebar .categories li {
  border-bottom: 1px solid #ededed;
  margin-bottom: 10px;
  padding-bottom: 7px;
}

.single-sidebar .categories li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-sidebar .categories li a {
  color: #5e5e5e;
  transition: all 500ms ease;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.single-sidebar .categories li a span {
  float: right;
}

.single-sidebar .categories li a:hover {
  color: #1c3458;
}

.single-sidebar .popular-post {
}

.single-sidebar .popular-post li {
  margin-bottom: 20px;
  padding-left: 90px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 0px;
  height: 110px;
  padding-bottom: 20px;
}

.single-sidebar .popular-post li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.single-sidebar .popular-post li .img-holder {
  display: block;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0px;
  width: 90px;
}

.single-sidebar .popular-post li .img-holder img {
}

.single-sidebar
  .popular-post
  li
  .img-holder
  .overlay-style-one
  .box
  .content
  a
  i {
  color: #fff;
  font-size: 16px;
  transition: all 500ms ease;
}

.single-sidebar .popular-post li:hover .img-holder .overlay-style-one {
  top: 0;
  opacity: 1;
}

.single-sidebar .popular-post li:hover .img-holder img {
}

.single-sidebar
  .popular-post
  li
  .img-holder
  .overlay-style-one
  .box
  .content
  a:hover
  i {
  color: #1c3458;
}

.single-sidebar .popular-post li .title-holder {
  padding-left: 20px;
}

.single-sidebar .popular-post li .title-holder a .post-title {
  color: #1c1c1c;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  position: relative;
  margin: 0 0 7px;
  transition: all 500ms ease;
}

.single-sidebar .popular-post li .title-holder a:hover .post-title {
  color: #1c3458;
}

.single-sidebar .popular-post li .title-holder .post-date {
  color: #5e5e5e;
  display: block;
  transition: all 500ms ease;
  font-weight: 400;
  font-size: 14px;
}

.single-sidebar .popular-tag {
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -5px;
}

.single-sidebar .popular-tag li {
  display: inline-block;
  margin: 0 3px 10px;
}

.single-sidebar .popular-tag li a {
  border: 1px solid #f4f4f4;
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  font-weight: 400;
  padding: 4px 12px 4px;
  transition: all 500ms ease 0s;
  border-radius: 2px;
}

.single-sidebar .popular-tag li a:hover {
  background: #1c3458;
  border-color: #1c3458;
  color: #fff;
}

/*** 
=============================================
    Blog Area style
=============================================
***/
.blog-area {
}

.blog-area .single-blog-post {
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.blog-area .single-blog-post .text-holder {
  border: none;
  padding: 22px 0 0;
}

.blog-area .single-blog-post .text-holder span {
  color: #1c3458;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}

.blog-area .single-blog-post .text-holder .blog-title {
  font-size: 30px;
  line-height: 32px;
  margin: 13px 0 10px;
}

.blog-area .single-blog-post .text-holder .meta-info {
  padding-top: 0;
  padding-bottom: 15px;
}

.blog-area .single-blog-post .text-holder .text {
  margin: 0 0 32px;
}

.blog-area .single-blog-post .text-holder .readmore {
  border: 2px solid #f4f4f4;
  display: inline-block;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 10px 38px 10px;
  transition: all 500ms ease;
}

.blog-area .single-blog-post:hover .text-holder .readmore {
  border-color: #1c3458;
  background: #1c3458;
  color: #222;
}

/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area .single-blog-post {
  border: none;
  margin: 0;
  padding: 0;
}

.blog-single-area .single-blog-post:hover .img-holder img {
  transform: none;
}

.blog-single-area .single-blog-post .text-holder .blog-title:hover {
  color: #1c1c1c;
}

.blog-single-area .single-blog-post .text-holder p.mar-bottom {
  margin-bottom: 13px;
}

.blog-single-area .middle-content-box {
  margin: 30px 0 33px;
  overflow: hidden;
}

.blog-single-area .middle-content-box .img-holder {
  width: 340px;
}

.blog-single-area .middle-content-box .img-holder,
.blog-single-area .middle-content-box .text-holder {
  display: table-cell;
  vertical-align: top;
}

.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px;
  position: relative;
}

.blog-single-area .middle-content-box .text-holder:before {
  content: "\f10d";
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #f1f1f1;
  font-size: 24px;
  /* padding-right: ; */
  position: absolute;
  top: -3px;
  left: 30px;
}

.blog-single-area .middle-content-box .text-holder {
  padding-left: 30px;
  padding-top: 32px;
  position: relative;
}

.blog-single-area .middle-content-box .text-holder h3 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  margin: 20px 0 7px;
}

.blog-single-area .middle-content-box .text-holder h5 {
  color: #1c3458;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}

.blog-single-area .bottom-content-box {
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 21px;
}

.blog-single-area .tag-social-share-box {
  overflow: hidden;
  padding-bottom: 24px;
  padding-top: 25px;
}

.blog-single-area .tag-social-share-box .tag p {
  color: #1c3458;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
}

.blog-single-area .tag-social-share-box .tag p span {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-single-area .tag-social-share-box .social-share {
}

.blog-single-area .tag-social-share-box .social-share h5 {
  color: #1c1c1c;
  display: inline-block;
  float: left;
  font-size: 16px;
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
  top: 7px;
}

.blog-single-area .tag-social-share-box .social-share i {
  padding-left: 10px;
  display: inline-block;
}

.blog-single-area .tag-social-share-box .social-share .social-share-links {
  display: inline-block;
  float: left;
  margin-left: -3px;
  margin-right: -3px;
  padding-left: 20px;
  position: relative;
  top: -6px;
}

.blog-single-area .tag-social-share-box .social-share .social-share-links li {
  display: inline-block;
  margin: 0 3px;
}

.blog-single-area
  .tag-social-share-box
  .social-share
  .social-share-links
  li
  a
  i {
  border: 2px solid #f7f7f7;
  border-radius: 50%;
  color: #999999;
  font-size: 14px;
  height: 40px;
  line-height: 36px;
  padding: 0;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 40px;
}

.blog-single-area
  .tag-social-share-box
  .social-share
  .social-share-links
  li
  a:hover
  i {
  background: #1c3458;
  border-color: #1c3458;
  color: #fff;
}

.blog-single-area .author-box {
  background: #f7f7f7 none repeat scroll 0 0;
  display: block;
  padding: 30px 30px 22px;
  position: relative;
}

.blog-single-area .author-box .img-holder {
  width: 85px;
}

.blog-single-area .author-box .img-holder,
.blog-single-area .author-box .text-holder {
  display: table-cell;
  vertical-align: top;
}

.blog-single-area .author-box .text-holder {
  padding-left: 30px;
}

.blog-single-area .author-box .text-holder h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 700;
  margin: -2px 0 14px;
  text-transform: capitalize;
}

.blog-single-area .author-box .text-holder p {
}

.blog-single-area .author-box .text-holder .social-link {
  margin-left: -6px;
  margin-right: -6px;
  overflow: hidden;
}

.blog-single-area .author-box .text-holder .social-link li {
  display: inline-block;
  margin: 0 6px;
}

.blog-single-area .author-box .text-holder .social-link li a i {
  color: #999999;
  font-size: 14px;
  transition: all 500ms ease;
}

.blog-single-area .author-box .text-holder .social-link li a:hover i {
  color: #1c3458;
}

.blog-single-area .comment-box {
  overflow: hidden;
  padding-bottom: 35px;
  padding-top: 75px;
}

.blog-single-area .comment-box .title {
  padding-bottom: 35px;
}

.blog-single-area .comment-box .title h3 {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-single-area .comment-box .single-comment-box {
  padding-left: 60px;
  position: relative;
  margin-bottom: 30px;
}

.blog-single-area .comment-box .single-comment-box .img-holder {
  left: 0;
  position: absolute;
  top: 0;
}

.blog-single-area .comment-box .single-comment-box .text-holder {
  border: 1px solid #f7f7f7;
  margin-left: 20px;
  padding: 15px 20px 5px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top {
  overflow: hidden;
  padding-bottom: 8px;
}

.blog-single-area .comment-box .single-comment-box .text-holder .top .date h5 {
  color: #1c1c1c;
  font-size: 16px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
}

.blog-single-area
  .comment-box
  .single-comment-box
  .text-holder
  .top
  .review-box {
  position: relative;
  top: -3px;
}

.blog-single-area
  .comment-box
  .single-comment-box
  .text-holder
  .top
  .review-box
  ul {
  margin-left: -0.5px;
  margin-right: -0.5px;
  overflow: hidden;
}

.blog-single-area
  .comment-box
  .single-comment-box
  .text-holder
  .top
  .review-box
  ul
  li {
  display: inline-block;
  margin: 0 0.5px;
}

.blog-single-area
  .comment-box
  .single-comment-box
  .text-holder
  .top
  .review-box
  ul
  li
  i {
  color: #1c3458;
  font-size: 14px;
}

.blog-single-area .add-comment-box {
  overflow: hidden;
}

.blog-single-area .add-comment-box .title {
  padding-bottom: 30px;
}

.blog-single-area .add-comment-box .title h3 {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.blog-single-area .add-comment-box .add-rating-box {
  padding-bottom: 17px;
}

.blog-single-area .add-comment-box .add-rating-box h4 {
  color: #999999;
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 3px;
}

.blog-single-area .add-comment-box .add-rating-box ul {
}

.blog-single-area .add-comment-box .add-rating-box ul li {
  border-right: 1px solid #ebebeb;
  display: inline-block;
  line-height: 20px;
  margin-right: 6px;
  padding-right: 10px;
}

.blog-single-area .add-comment-box .add-rating-box ul li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.blog-single-area .add-comment-box .add-rating-box ul li a i {
  color: #d6d6d6;
  font-size: 12px;
}

.blog-single-area .add-comment-box .add-rating-box ul li a:hover i {
  color: #1c3458;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form {
}

.blog-single-area .add-comment-box #add-comment-form .field-label {
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 0 2px;
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"],
.blog-single-area .add-comment-box #add-comment-form input[type="email"],
.blog-single-area .add-comment-box #add-comment-form textarea {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ececec;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  width: 100%;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.blog-single-area .add-comment-box #add-comment-form textarea {
  height: 100px;
  padding: 10px 15px;
  margin-bottom: 30px;
}

.blog-single-area .add-comment-box #add-comment-form button {
  padding: 19px 40px 18px;
}

.blog-single-area .add-comment-box #add-comment-form input[type="text"]:focus {
  border-color: #1c3458;
}

.blog-single-area .add-comment-box #add-comment-form input[type="email"]:focus {
  border-color: #1c3458;
}

.blog-single-area .add-comment-box #add-comment-form textarea:focus {
  border-color: #1c3458;
}

.blog-single-area .add-comment-box #add-comment-form button:hover {
  background: #c01f1f;
  color: #000;
}

/*** 
=============================================
    Contact Area style
=============================================
***/
.contact-area {
  padding-bottom: 70px;
  padding-top: 90px;
}

.contact-area .title {
  padding-bottom: 34px;
  margin-top: -4px;
}

.contact-area .title h2 {
  color: #1c1c1c;
  font-size: 28px;
  font-weight: 700;
  text-transform: capitalize;
}

.contact-area .accordion-box {
  border: none;
  padding: 0;
}

.contact-area .accordion-box .accordion {
  margin-bottom: 10px;
  position: relative;
  background: #fff;
}

.contact-area .accordion-box .accordion .accord-btn {
  background: #f9f9f9 none repeat scroll 0 0;
  cursor: pointer;
  height: 50px;
  line-height: 18px;
  padding: 11px 50px 12px;
  position: relative;
  transition: all 500ms ease;
  border: none;
}

.contact-area .accordion-box .accordion .accord-btn h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  transition: all 500ms ease;
  text-transform: capitalize;
}

.contact-area .accordion-box .accordion .accord-btn::after {
  color: #1c1c1c;
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: absolute;
  top: 40px;
  transition: all 500ms ease;
  border: none;
  left: 7px;
}

.contact-area .accordion-box .accordion .accord-btn.active:after {
  content: "\f078";
  color: #1c3458;
}

.contact-area .accordion-box .accordion .accord-btn.active h4 {
  color: #1c3458;
}

.contact-area .accordion-box .accordion .accord-content {
  border: 1px solid #f9f9f9;
  border-top: none;
  display: none;
  padding: 22px 30px 23px;
  position: relative;
  background: #fff;
}

.contact-area .accordion-box .accordion .accord-content.collapsed {
  display: block;
}

.contact-area .contact-info-list {
  /* margin-left: -10px; */
}

.contact-area .contact-info-list li {
  border-bottom: 3px solid #f7f7f7;
  margin-bottom: 13px;
  padding-bottom: 13px;
  padding-left: 35px;
  position: relative;
}

.contact-area .contact-info-list li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0px solid;
}

.contact-area .contact-info-list li .icon-holder {
  position: absolute;
  top: 6px;
  left: 0;
}

.contact-area .contact-info-list li .icon-holder span:before {
  color: #1c3458;
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}

.contact-area .contact-info-list li .text-holder {
}

.contact-area .contact-info-list li .text-holder h5 {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

.contact-area .contact-info-list li .text-holder h5 span {
  text-transform: uppercase;
  font-weight: 700;
  color: #1c1c1c;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}

.contact-info {
  padding: 28px 20px 20px 20px;

  border: 1px solid #f4f4f4;
  /* margin-left: -45px; */
  transition: all 500ms ease;
  transition-delay: 0.1s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  height: 55.3rem;
  border-radius: 8px;
}

.contact-area .contact-form {
  padding: 29px;
  /* border: 1px solid #ddd; */
  border-radius: 8px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  background-color: #fff; */

  border: 1px solid #f4f4f4;
  /* margin-left: -45px; */
  transition: all 500ms ease;
  transition-delay: 0.1s;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
}

.contact-area .contact-form form input[type="text"],
.contact-area .contact-form form input[type="email"],
.contact-area .contact-form form textarea {
  border: 1px solid #e5e5e5;
  color: #999999;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}

.contact-area .contact-form form textarea {
  height: 182px;
  margin-bottom: 40px;
  padding: 10px 20px;
}

.contact-area .contact-form form input[type="text"]:focus {
  border-color: #1c3458;
}

.contact-area .contact-form form input[type="email"]:focus {
  border-color: #1c3458;
}

.contact-area .contact-form form textarea:focus {
  border-color: #1c3458;
}

.contact-area .contact-form form button {
  width: 100%;
  padding: 19px 0 18px;
}

.contact-area .contact-form form button:hover {
  background: #c01f1f;
}

/*** 
=============================================
    Google map Area style
=============================================
***/
.google-map-area {
  position: relative;
}

#contact-google-map {
  height: 450px;
  width: 100%;
}

/*** 
=============================================
    Testimonial page style
=============================================
***/
.testimonial-page {
  padding: 90px 0 50px;
  background: #ffffff;
}

.testimonial-page .single-item {
  margin-bottom: 40px;
}

.testimonial-page .single-item .text-holder {
  padding-left: 15px;
  padding-right: 15px;
}

/*** 
=============================================
    Testimonial page style
=============================================
***/
.services-page-area {
  padding-top: 90px;
  padding-bottom: 50px;
}

.services-page-area .single-item {
  margin-bottom: 40px;
}

.services-page-area .single-item .img-holder {
  position: relative;
  overflow: hidden;
  display: block;
}

.services-page-area .single-item .img-holder img {
  transition: all 0.5s ease 0s;
  width: 100%;
}

.services-page-area .single-item .img-holder .iocn-holder {
  background: #1c3458;
  height: 70px;
  width: 70px;
  position: absolute;
  bottom: -30px;
  right: 25px;
  border-radius: 50%;
  z-index: 1;
}

.services-page-area .single-item .img-holder .iocn-holder {
  border: 1px solid #f6f6f6;
  background: #fff;
  height: 70px;
  width: 70px;
  position: relative;
  border-radius: 50%;
  float: right;
  right: 25px;
  top: -35px;
  text-align: center;
  transition: all 500ms ease;
}

.services-page-area .single-item:hover .img-holder .iocn-holder {
  background: #1c3458;
  border-color: #1c3458;
  right: 50px;
}

.services-page-area .single-item .img-holder .iocn-holder span:before {
  color: #5e5e5e;
  font-size: 30px;
  line-height: 30px;
  text-align: center;
  display: block;
  padding: 20px 0;
  transition: all 500ms ease;
}

.services-page-area .single-item:hover .img-holder .iocn-holder span:before {
  color: #fff;
}

.services-page-area .single-item .text-holder {
  border: 1px solid #f4f4f4;
  margin-top: -70px;
  padding-top: 27px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 22px;
}

.services-page-area .single-item .text-holder h3 {
  color: #1c1c1c;
  font-size: 18px;
  margin: 0 0 15px;
}

.services-page-area .single-item .text-holder a {
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
  transition: all 500ms ease;
}

.services-page-area .single-item .text-holder a:hover {
  color: #1c3458;
}

.services-page-area .single-item .text-holder a i {
  font-size: 16px;
  display: inline-block;
  padding-left: 8px;
}

/*** 
=============================================
   Service Single Area style
=============================================
***/
#service-single-area {
  padding-bottom: 90px;
  padding-top: 90px;
}

#service-single-area .service-single-sidebar {
}

#service-single-area .service-single-sidebar .service-lists {
  display: block;
}

#service-single-area .service-single-sidebar .service-lists .allservice {
  margin-bottom: 10px;
}

#service-single-area .service-single-sidebar .service-lists .allservice a {
  background: #f9f9f9 none repeat scroll 0 0;
  color: #1c1c1c;
  display: block;
  font-size: 14px;
  font-weight: 700;
  padding: 16px 20px 16px;
  text-transform: none;
}

#service-single-area .service-single-sidebar .service-lists .allservice a i {
  color: #999999;
  float: right;
  font-size: 18px;
  margin: 4px 0;
  transition: all 500ms ease;
}

#service-single-area .service-single-sidebar .service-lists li {
  border-bottom: 1px solid #ffffff;
  position: relative;
}

#service-single-area .service-single-sidebar .service-lists li a {
  background: #f9f9f9 none repeat scroll 0 0;
  display: block;
  padding: 16px 20px 16px;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: none;
  position: relative;
  transition: all 500ms ease;
  transition-delay: 0.1s;
}

#service-single-area .service-single-sidebar .service-lists li a::before {
  background: #c01f1f none repeat scroll 0 0;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 14px;
  width: 0px;
  z-index: 1;
  transition: all 500ms ease;
  transition-delay: 0.5s;
}

#service-single-area .service-single-sidebar .service-lists li a:hover,
#service-single-area .service-single-sidebar .service-lists li.active a {
  background: #1c3458;
  color: #ffffff;
}

#service-single-area .service-single-sidebar .service-lists li a:hover::before,
#service-single-area
  .service-single-sidebar
  .service-lists
  li.active
  a::before {
  width: 5px;
}

#service-single-area
  .service-single-sidebar
  .service-lists
  .allservice
  a:hover
  i {
  color: #fff;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link {
  overflow: hidden;
  margin-bottom: 50px;
  margin-top: 50px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li {
  margin-bottom: 10px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li:last-child {
  margin-bottom: 0;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a {
  color: #1c1c1c;
  font-size: 18px;
  border: 1px solid #f4f4f4;
  display: block;
  padding: 15px 22px 13px;
  transition: all 500ms ease;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a:hover {
  background: #1c3458;
  border-color: #1c3458;
  color: #fff;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a
  .icon-holder {
  width: 35px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a
  .icon-holder,
#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a
  .title-holder {
  display: table-cell;
  vertical-align: middle;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .brochures-dwn-link
  li
  a
  .title-holder
  h5 {
  font-size: 14px;
  font-style: normal;
  color: #1c1c1c;
  text-transform: none;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial {
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .text-box {
  background: #f9f9f9;
  display: block;
  padding: 33px 15px 32px 40px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .text-box:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 67px;
  height: 67px;
  background: url(../images/sidebar/arrow.jpg);
  content: "";
  z-index: -1;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .text-box:after {
  position: absolute;
  bottom: -14px;
  left: 30px;
  width: 17px;
  height: 14px;
  background: url(../images/sidebar/arrow-bottom.png);
  content: "";
  z-index: -1;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .text-box
  p {
  margin: 0;
  line-height: 26px;
  color: #5e5e5e;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info {
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .img-box {
  width: 70px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .img-box,
#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .title-box {
  display: table-cell;
  vertical-align: middle;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .title-box {
  padding-left: 15px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .title-box
  h4 {
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 5px;
}

#service-single-area
  .service-single-sidebar
  .single-sidebar
  .sidebar-testimonial
  .client-info
  .title-box
  span {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
}

#service-single-area .service-single-content {
}

#service-single-area .service-single-content .top-content {
  overflow: hidden;
  margin-bottom: 60px;
}

#service-single-area .service-single-content .top-content .img-holder {
  /* margin-right: -25px; */
}

#service-single-area .service-single-content .top-content .img-holder img {
}

#service-single-area .service-single-content .top-content .text-holder {
  margin-left: 25px;
}

#service-single-area .service-single-content .top-content .text-holder span {
  color: #1c3458;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
}

#service-single-area .service-single-content .top-content .text-holder p.top {
  margin: 15px 0 0;
}

#service-single-area .service-single-content .title {
  padding-bottom: 25px;
}

#service-single-area .service-single-content .title h2 {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 700;
  line-height: 26px;
  text-transform: capitalize;
  margin-top: 0px;
}

#service-single-area .service-single-content .border {
  height: 1px;
  background: #f4f4f4;
}

#service-single-area .service-single-content .middle-content {
  margin-top: 60px;
}

#service-single-area .service-single-content .middle-content .text-holder {
  margin-right: 25px;
}

#service-single-area .service-single-content .middle-content .text-holder ul {
  overflow: hidden;
  margin: 15px 0 0;
}

#service-single-area
  .service-single-content
  .middle-content
  .text-holder
  ul
  li {
  line-height: 30px;
}

#service-single-area
  .service-single-content
  .middle-content
  .text-holder
  ul
  li
  i {
  display: inline-block;
  color: #1c3458;
  padding-right: 7px;
}

#service-single-area .service-single-content .middle-content .video-holder {
  display: block;
  margin-left: -25px;
  overflow: hidden;
  position: relative;
}

#service-single-area .service-single-content .middle-content .video-holder img {
  transform: scale(1);
  transition: all 0.5s ease 0s;
  width: 100%;
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder
  .overlay-gallery {
  background-color: transparent;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  transition: all 500ms ease;
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder
  .overlay-gallery
  .icon-holder {
  display: table;
  height: 100%;
  width: 100%;
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder
  .overlay-gallery
  .icon-holder
  .icon {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder
  .overlay-gallery
  .icon-holder
  .icon
  a
  img {
  width: auto;
  transform: scale(1);
  transition: all 0.5s ease 0s;
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder:hover
  .overlay-gallery {
  background-color: rgba(0, 165, 234, 0.7);
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder:hover
  img {
  transform: scale(1.1);
}

#service-single-area
  .service-single-content
  .middle-content
  .video-holder
  .overlay-gallery
  .icon-holder
  .icon
  a:hover
  img {
  transform: scale(1.1);
}

#service-single-area .service-single-content .bottom-content {
  margin-top: 70px;
}

#service-single-area .service-single-content .appoinment-form {
  margin-top: 60px;
}

#service-single-area .service-single-content .appoinment-form .title {
  padding-bottom: 35px;
}

#service-single-area
  .service-single-content
  .appoinment-form
  .ui-state-default {
  width: 100%;
  border-radius: 0;
  border: 1px solid #ececec;
  background: #f9f9f9;
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}

#service-single-area
  .service-single-content
  .appoinment-form
  .ui-selectmenu-button {
  height: 50px;
  position: relative;
  transition: all 500ms ease;
}

#service-single-area
  .service-single-content
  .appoinment-form
  .ui-selectmenu-button:focus {
  outline: none;
  border: 1px solid #1c3458;
}

#service-single-area
  .service-single-content
  .appoinment-form
  .ui-selectmenu-button
  span.ui-selectmenu-text {
  display: block;
  line-height: 18px;
  overflow: hidden;
  text-align: left;
  padding: 15px 15px 15px;
}

/* arrow button css */
#service-single-area
  .service-single-content
  .appoinment-form
  .ui-selectmenu-button
  span.ui-icon {
  display: block;
  float: right;
  height: 45px;
  position: absolute;
  text-indent: 0;
  top: 7px;
  width: 45px;
  right: 0;
  bottom: 0;
  background-image: none;
}

#service-single-area
  .service-single-content
  .appoinment-form
  .ui-selectmenu-button
  span.ui-icon::before {
  color: #5e5e5e;
  content: "\f107";
  font-family: FontAwesome;
  font-size: 20px;
  overflow: visible;
  position: absolute;
  right: 14px;
  top: 12px;
}

#service-single-area .service-single-content .appoinment-form form {
  border: 1px solid #f4f4f4;
  padding: 30px;
  display: block;
}

#service-single-area
  .service-single-content
  .appoinment-form
  form
  input[type="text"],
#service-single-area
  .service-single-content
  .appoinment-form
  form
  input[type="email"],
#service-single-area .service-single-content .appoinment-form form textarea {
  background: #f9f9f9;
  border: 1px solid #ececec;
  color: #5e5e5e;
  display: block;
  font-size: 14px;
  height: 50px;
  margin-bottom: 30px;
  padding: 0 20px;
  width: 100%;
  transition: all 500ms ease;
}

#service-single-area .service-single-content .appoinment-form form textarea {
  height: 130px;
  margin-bottom: 30px;
  padding: 10px 20px;
  margin-top: 22px;
}

#service-single-area
  .service-single-content
  .appoinment-form
  form
  input[type="text"]:focus {
  border-color: #1c3458;
}

#service-single-area
  .service-single-content
  .appoinment-form
  form
  input[type="email"]:focus {
  border-color: #1c3458;
}

#service-single-area
  .service-single-content
  .appoinment-form
  form
  textarea:focus {
  border-color: #1c3458;
}

#service-single-area .service-single-content .appoinment-form form button {
  width: 100%;
  padding: 19px 0 18px;
}

#service-single-area
  .service-single-content
  .appoinment-form
  form
  button:hover {
  background: #c01f1f;
}

/*** 
=============================================
    Pricing Plan Area style
=============================================
***/
.pricing-plan-area {
  padding-top: 90px;
  padding-bottom: 83px;
  background: #fcfcfc;
}

.pricing-plan-area .single-price-box {
  background: #f9f9f9;
  display: block;
  margin-bottom: 40px;
  padding: 27px 30px 30px;
  position: relative;
  transition: all 500ms ease;
  z-index: 1;
}

.pricing-plan-area .single-price-box.hvr-float-shadow:before {
  background: none;
}

.pricing-plan-area .single-price-box .table-header {
}

.pricing-plan-area .single-price-box .table-header .top {
  transition: all 500ms ease;
  transition-delay: 0.1s;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 22px;
}

.pricing-plan-area .single-price-box .table-header .top h3 {
  color: #1c1c1c;
  font-size: 24px;
  font-weight: 700;
  text-transform: capitalize;
  display: block;
  transition: all 500ms ease;
  transition-delay: 0.1s;
  margin: 0 0 8px;
}

.pricing-plan-area .single-price-box .table-header .top span {
  color: #5e5e5e;
  font-size: 14px;
}

.pricing-plan-area .single-price-box .table-header .package {
  display: block;
  padding: 10px 0 10px;
}

.pricing-plan-area .single-price-box .table-header .package h1 {
  color: #252525;
  font-size: 72px;
  line-height: 72px;
  font-weight: 400;
  position: relative;
  transition: all 500ms ease;
}

.pricing-plan-area .single-price-box .table-header .package h1 span {
  font-size: 20px;
  font-weight: 400;
  display: inline-block;
  line-height: 20px;
  padding-left: 3px;
}

.pricing-plan-area .single-price-box .table-header .package h1 b {
  font-size: 24px;
  font-weight: 400;
  display: inline-block;
  padding-right: 3px;
}

.pricing-plan-area .single-price-box .price-list {
  display: block;
  background: #ffffff;
  padding: 23px 30px 22px;
  border-radius: 10px 10px 0px 0px;
}

.pricing-plan-area .single-price-box .price-list ul {
}

.pricing-plan-area .single-price-box .price-list ul li {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 17px;
  padding-left: 25px;
  transition: all 500ms ease;
  text-align: left;
  position: relative;
}

.pricing-plan-area .single-price-box .price-list ul li:before {
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  content: "";
  background: #00aedd;
  border: 1px solid #7fd6ee;
  transform: rotate(45deg);
}

.pricing-plan-area .single-price-box .price-list ul li:last-child {
  padding-bottom: 0;
}

.pricing-plan-area .single-price-box .table-footer {
}

.pricing-plan-area .single-price-box .table-footer a {
  padding: 19px 50px 18px;
  color: #1c1c1c;
  background: #ffffff;
  display: block;
  margin-top: 10px;
  transition: all 500ms ease;
}

.pricing-plan-area .single-price-box .table-footer a:hover {
  background: #00aedd;
  color: #fff;
}

.pricing-plan-area .slogan {
  margin: 15px 0 0;
}

.pricing-plan-area .slogan h3 {
  color: #1c1c1c;
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

/*** 
=============================================
   Specials Rebate Area style
=============================================
***/
.specials-rebate-area {
  padding-top: 90px;
  padding-bottom: 90px;
}

.specials-rebate-area .pd-bottom {
  padding-bottom: 30px;
  overflow: hidden;
}

.specials-rebate-area .title {
}

.specials-rebate-area .title h2 {
  color: #1c1c1c;
  font-size: 30px;
  font-weight: 700;
}

.specials-rebate-area .title h2 span {
  color: #1c3458;
}

.specials-rebate-area .right-box {
}

.specials-rebate-area .right-box p {
  margin: 0;
  border: 1px solid #f4f4f4;
  width: 230px;
  height: 40px;
  display: block;
  padding: 7px 15px;
  color: #5e5e5e;
  font-size: 14px;
}

.specials-rebate-area .right-box p i {
  float: right;
  line-height: 25px;
}

.table-responsive {
  overflow-x: auto;
  position: relative;
  width: 100%;
}

.special-offers-table {
  margin: 0;
  min-width: 1024px;
}

.special-offers-table thead {
  background: #1c3458;
}

.special-offers-table thead tr {
}

.special-offers-table thead tr th {
  border-bottom: none;
  border: 1px solid #0fb5fb;
  text-align: center;
  padding: 22px 0;
}

.special-offers-table thead tr th h3 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-transform: capitalize;
}

.special-offers-table tbody {
}

.special-offers-table tbody tr {
}

.special-offers-table tbody tr td {
  border: 1px solid #f4f4f4;
  background: #fff;
  padding: 0 0 15px;
  text-align: center;
  color: #5e5e5e;
}

.special-offers-table tbody tr td .top {
  background: #f9f9f9;
  display: block;
  padding: 13px 0 13px;
}

.special-offers-table tbody tr td .top h5 {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}

.special-offers-table tbody tr td .single-item {
  display: block;
  padding: 15px;
  border: 1px solid #f4f4f4;
  margin: 10px;
  transition: all 500ms ease;
}

.special-offers-table tbody tr td .single-item span {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  transition: all 500ms ease;
}

.special-offers-table tbody tr td .single-item p {
  color: #5e5e5e;
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0 0;
  transition: all 500ms ease;
}

.special-offers-table tbody tr td a {
  color: #1c3458;
  font-size: 12px;
  text-decoration: underline;
}

.special-offers-table tbody tr td.single-offer-box.closed {
  opacity: 0.3;
}

.special-offers-table tbody tr td .single-item:hover {
  background: #1c3458;
  border: 1px solid #1c3458;
}

.special-offers-table tbody tr td .single-item:hover span {
  color: #fff;
}

.special-offers-table tbody tr td .single-item:hover p {
  color: #fff;
}

/*** 
=============================================
   Newsletter area pdtop style
=============================================
***/
.newsletter-area.pdtop {
  padding-top: 100px;
}

ul.menu_width {
  width: 1389px !important;
  margin-left: -300px;
}

/* .menu_width_min {
    width: 50% !important;
} */

h4.menu_title {
  margin-top: 9px;
  margin-left: 7px;
}

.project_image {
  margin-bottom: 15px;
  border-radius: 3px;
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.slider_span_h1 {
  padding: 5px 15px !important;
}

.btn_new_style {
  background: #1c3458;
  color: #fff !important;
}

.btn_new_style:hover {
  background: #fff !important;
  color: #1c3458 !important;
  border: 3px solid #1c3458 !important;
}

.services-area .more-review-button a {
  border: 1px solid #f4f4f4;
  width: 160px;
  height: 50px;
  margin: 0 auto;
  display: block;
  color: #1c1c1c;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 48px;
  transition: all 500ms ease;
}

.about_title_heading {
  margin-top: 70px;
  margin-bottom: 60px;
}

.faq_title_section {
  margin-bottom: 40px;
}

.about-us-area-2 {
  background: #fff;
  padding: 70px 0 70px !important;
}

.service_gallery_image {
  margin-bottom: 25px;
}

.text-white {
  color: #fff !important;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  h1.slider_1_h1 {
    margin-top: -5px !important;
  }

  p.slider_1_p {
    font-size: 11px !important;
    line-height: 1.4rem !important;
    margin-top: -1px !important;
  }

  .slider_1_btn_box {
    margin-top: 23px !important;
  }

  a.slider_1_btn_box_a {
    font-size: 9px !important;
  }

  p.slider_2_p {
    font-size: 11px !important;
    line-height: 1.4rem !important;
    margin-top: 7px !important;
  }

  .slider_2_btn_box {
    margin-top: 51px !important;
    left: 5rem;
  }

  p.slider_3_p {
    font-size: 11px !important;
    line-height: 1.4rem !important;
    margin-top: 7px !important;
  }

  span.slider_span_h1 {
    font-size: 17px !important;
    padding: 9px !important;
  }

  ul.menu_width {
    width: 100% !important;
    margin-left: auto !important;
    background-color: white !important;
  }

  h4.menu_title {
    margin-top: 18px;
    margin-left: 7px;
    color: black;
  }

  .optimizeInPhone {
    display: flex;
    flex-direction: column-reverse;
  }

  .paddingPhone {
    padding: 10px 0 0px !important;
  }

  .paddingTopInPhone {
    padding-top: 10px !important;
  }

  #boxShadowInPhone {
    box-shadow: none !important;
    padding: 0 !important;
  }

  .waterProofService {
    padding: 0px !important;
  }

  #fontSize {
    font-size: 30px !important;
  }
}

.rotate-dropdown-btn {
  transition: 0.3s;
  transform: rotate(180deg);
}

/* code for counter */

#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6e6e7;
  padding: 40px 0px;
  width: 100%;
}

#counter .item {
  background: #fff;
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
  color: #e8b12d;
  margin-bottom: 5px;
  font-size: 40px;
}

#counter .item h3 {
  color: #4f4e28;
  text-transform: capitalize;
}

/* villa renovation page  */

.villaText {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  /* align-items: center; */
  justify-content: center;
  padding: 4rem;
}

.villaText h2 {
  margin-bottom: 1rem;
}

.villaBgColor h1 span {
  background-color: #dadada;
  color: #1c3458;
}

/*  Landing Page New CSS   */

.maintenance-area {
  background-color: #f2f2f2;
  padding: 60px;
}

.maintenance-area h2 {
  color: black;
  font-size: 36px;
  text-align: center;
  margin: 40px 0 0 0;
}

.maintenance-area p {
  font-size: 16px;
  text-align: justify;
  padding: 20px 0 10px 0;
}

.you-need-service-area .signs-area {
  margin-top: 45px;
}

.you-need-service-area h4 {
  font-size: 34px;
  color: black;
  text-align: left;
  margin: 100px 0 20px 90px;
}

.you-need-service-area p {
  text-align: left;
  font-size: 16px;
  padding: 10px 90px 40px 90px;
}

.you-need-service-area .signs-area a {
  font-size: 14px;
  margin: 0 0 0 90px;
  background-color: #1c3458;
  color: white;
  font-weight: 700;
  padding: 20px;
}

.you-need-service-area .signs-area a:hover {
  background-color: white;
  border: 1px solid #1c3458;
  color: #1c3458;
}

.ac-signs {
  margin: 80px 0 0;
  /*padding: 0 0 0 160px;*/
}

.sign-card {
  margin: 30px 0 0 0;
  padding-top: 15px;
  transition: transform 0.3s ease, opacity 0.5s ease;
  animation: fadeInUp 1s ease forwards;
}

.sign-card .material-icons {
  font-size: 25px;
  background-color: #1c3458;
  color: white;
  padding: 10px;
  border-radius: 50px;
  animation: pulse 1.5s infinite;
}

.sign-card h6 {
  font-size: 18px;
  color: #1c3458;
  margin: -33px 0 0 60px;
}

.benefits-area {
  margin: 100px 0 0 0;
  padding: 100px;
  background-color: #f2f2f2;
}

.benefits-area h2 {
  font-size: 36px;
  color: black;
  text-align: center;
}

.benefits-area p {
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
}

.benefits-area .row {
  display: flex;
}

.benefits-area .row h6 {
  font-size: 18px;
  color: black;
  text-align: left;
  margin: -30px 0 0 40px;
}

.benefits-area .row p {
  text-align: justify;
  margin: 5px 0 0 40px;
}

.benefits-area .material-icons {
  color: #1c3458;
  justify-content: center;
}

.benefits-area .col-lg-3 {
  background-color: white;
  padding: 20px;
  margin: 30px 20px 0 0;
  border-bottom: #c01f1f 2px solid;
}

.express-service-area {
  background-color: #1c3458;
  color: white;
  padding: 80px;
}

.repairSec1 {
  margin-top: 50px;
}

.repairSec1 h2 {
  font-size: 36px;
}

.repairSec1 p {
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 30px;
  padding-right: 100px;
}

.repairSec1 .whatsapp-btn {
  margin-right: 10px;
}

.repairSec1 a {
  color: white;
  border: solid 1px white;
  padding: 15px;
  font-weight: 700;
}

.repairSec1 a:hover {
  color: #1c3458;
  background-color: white;
}

.repairSec2 {
  margin-top: 50px;
}

.repairSec2 .material-icons {
  font-size: 20px;
  text-align: center;
  border: 2px solid white;
  border-radius: 50%;
  padding: 15px;
  margin-bottom: 10px;
  color: white;
  align-self: center;
}

/*.repairSec2 .savings{
  background-color: #c01f1f;
  color: #1C3458;
  padding: 15px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.repairSec2 .event_available{
  background-color: #c01f1f;
  color: #1C3458;
  padding: 15px;
  border-radius: 50%;
}*/
.repairSec2 h6 {
  color: white;
  font-size: 18px;
  font-weight: 700;
}

.speed-efficiency-area {
  padding: 80px;
}

.speedSec h2 {
  font-size: 36px;
  color: #1c3458;
}

.speedSec i {
  font-size: 40px;
  margin: 30px 0 0 0;
  color: white;
  background-color: #1c3458;
  border-radius: 100%;
}

.speedSec li {
  font-size: 18px;
  color: rgb(90, 90, 90);
  margin: -50px 0 0 55px;
}

.speedSec b {
  font-size: 20px;
  color: #1c3458;
}

.speedImageSec img {
  margin-left: 80px;
  margin-bottom: 20px;
}

.peace-of-mind-area {
  padding: 80px;
  background-color: #f2f2f2;
}

.peaceSec h2 {
  font-size: 36px;
  color: #1c3458;
}

.peaceSec i {
  font-size: 40px;
  margin: 30px 0 0 0;
  color: #f2f2f2;
  background-color: #1c3458;
  border-radius: 100%;
}

.peaceSec li {
  font-size: 18px;
  color: rgb(90, 90, 90);
  margin: -50px 0 0 55px;
}

.peaceSec b {
  font-size: 20px;
  color: #1c3458;
}

.peaceSec p {
  color: black;
  margin: 10px 0 40px 0;
  font-size: 16px;
}

.peaceSec a {
  background-color: #1c3458;
  color: white;
  font-size: 16px;
  font-weight: 600;
  padding: 15px;
}

.peaceSec a:hover {
  background-color: white;
  color: #1c3458;
  border: 1px solid #1c3458;
}

.peaceSec .whatsapp-btn {
  margin-right: 10px;
}

.peaceImageSec img {
  margin: 20px 0 0 0;
  opacity: 0.8;
}

.civil-work-page-slider {
  img {
    width: 100%;
  }
  .swiper-slide {
    cursor: pointer;
    position: relative;
    display: flex;
    h4 {
      position: absolute;
      left: 20%;
      top: 50%;
      width: 60%;
      background-color: #000000a1;
      color: white;
      text-align: center;
      padding: 1rem;
      font-family: "Poppins", sans-serif;
      font-weight: 400;
      /* letter-spacing: 2px; */
      font-size: 3rem;
      text-transform: uppercase;
    }
  }
}
.swiper-button-prev:after {
  font-size: 2rem !important;
  color: white;
}
.swiper-button-next:after {
  font-size: 2rem !important;
  color: white;
}

section > h2 {
  text-align: center;
  margin-bottom: 3rem;
  margin-top: 1rem;
  font-family: "Montserrat", sans-serif;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
  .ac-welcome {
    padding: 20px 0 0 0;
  }

  .ac-welcome .title h1 {
    font-size: 26px;
  }

  .ac-welcome .title p {
    font-size: 12px;
  }

  .maintenance-area {
    padding: 40px 20px 40px 20px;
  }

  .maintenance-area h2 {
    font-size: 24px;
  }

  .maintenance-area p {
    padding: 20px 0 0 0;
    font-size: 14px;
    text-align: justify;
  }

  .you-need-service-area .signs-area {
    padding: 0 20px 0 20px;
  }

  .you-need-service-area h4 {
    font-size: 24px;
    text-align: center;
    margin: 20px 0 0 0;
  }

  .you-need-service-area p {
    text-align: justify;
    padding: 10px 20px 20px 20px;
    font-size: 14px;
  }

  .you-need-service-area .signs-area a {
    font-size: 10px;
    margin: 10px 0 0 160px;
    padding: 5px;
    font-size: 10px;
  }

  .ac-signs {
    margin: 0 0 0 35px;
    padding: 0 0 0 15px;
  }

  .sign-card {
    margin-top: 10px;
  }

  .sign-card .material-icons {
    font-size: 15px;
    background-color: #1c3458;
    margin: -30px 0 -20px 0;
    color: white;
    padding: 8px;
    border-radius: 50px;
    animation: pulse 1.5s infinite;
  }

  .sign-card h6 {
    font-size: 14px;
    margin: -24px 0 0 41px;
  }

  .benefits-area {
    margin: 50px 0 0 0;
    padding: 50px;
    background-color: #f2f2f2;
  }

  .benefits-area h2 {
    font-size: 24px;
    color: black;
    text-align: center;
  }

  .benefits-area p {
    font-size: 12px;
    text-align: center;
  }

  .benefits-area .row {
    display: grid;
  }

  .benefits-area .card h6 {
    font-size: 18px;
    color: black;
    text-align: center;
  }

  .benefits-area .col-lg-3 {
    margin: 0 0 15px 0;
  }

  .ac-mainmenu {
    display: none;
  }

  .express-service-area {
    background-color: #1c3458;
    color: white;
    padding: 30px 15px 80px 15px;
  }

  .repairSec1 {
    margin: 10px 0 0 0;
  }

  .repairSec1 h2 {
    font-size: 24px;
    text-align: center;
  }

  .repairSec1 p {
    font-size: 14px;
    text-align: center;
    padding-right: 0;
  }

  .repairSec1 .whatsapp-btn {
    margin-right: 10px;
    margin-left: 60px;
  }

  .speed-efficiency-area {
    padding: 20px 0 0 0;
  }

  .speedSec h2 {
    font-size: 24px;
    text-align: center;
  }

  .speedSec i {
    font-size: 30px;
    margin: 30px 0 0 10px;
  }

  .speedSec li {
    font-size: 12px;
    color: rgb(90, 90, 90);
    margin: -50px 0 0 55px;
  }

  .speedSec b {
    font-size: 14px;
  }

  .speedImageSec img {
    margin-left: 0;
  }

  .speedImageSec {
    padding: 30px 40px 0 40px;
  }

  .peace-of-mind-area {
    padding: 20px 0 25px 0;
  }

  .peaceSec h2 {
    font-size: 24px;
    text-align: center;
    padding-top: 20px;
  }

  .peaceSec i {
    font-size: 30px;
    margin: 30px 0 0 10px;
  }

  .peaceSec li {
    font-size: 12px;
    color: rgb(90, 90, 90);
    margin: -50px 0 0 55px;
  }

  .peaceSec b {
    font-size: 14px;
  }

  .peaceSec p {
    margin: 10px 0 30px 10px;
    font-size: 14px;
    font-weight: 700;
  }

  .peaceSec a {
    background-color: #1c3458;
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 10px;
  }

  .peaceSec .whatsapp-btn {
    margin-left: 85px;
  }

  .peaceImageSec img {
    margin: 20px 0 0 0;
    opacity: 1;
    padding: 0 25px 0 25px;
  }

  .caption-box-area .text-holder h1 {
    font-size: 24px !important;
  }
}

.renovation-company {
  text-align: center;
  background-color: #000;
  color: white;
  padding: 5rem 0;
  .inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    p {
      span {
        background-color: #c01f1f;
        color: white;
        padding: 10px 20px;
        border-radius: 5px;
        font-weight: 700;
        font-size: 1.5rem;
      }
      margin-bottom: 3rem;
    }
    h3 {
      font-size: 3rem;
      width: 40%;
    }
  }
}

.quality-cvw {
  padding: 5rem 0;
  .row {
    display: flex;
    justify-content: center !important;
  }
  .inner-div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 2rem 1rem;
    background-color: #e7e7e7;
    box-shadow: 2px 2px 5px -2px black;
    span {
      background-color: white;
      border: 6px solid #eeeeee;
      width: 8.5rem;
      height: 8.5rem;
      padding: 15px;
      border-radius: 50rem;
      transition: 0.5s;
      margin-bottom: 1.5rem;
      h4 {
        color: black;
      }
      &:hover {
        background-color: #000;
        img {
          filter: invert(100%);
        }
      }
    }
  }
}

.services-cvw-page {
  h2 {
    text-align: center;
    margin-bottom: 3rem;
    margin-top: 1rem;
  }
  .inner-div {
    /* box-shadow: 0px 0px 10px -5px gray;   */
    text-align: center;
    padding: 0.75rem;
    background-color: white;
    p {
      line-height: 22px;
      font-size: 16px;
      color: #000;
      margin-top: 1rem;
      opacity: 0.7;
    }
    .img-n-heading-div {
      background-color: red;
      overflow: hidden;
      position: relative;
      z-index: 5;
      img {
        transition: 0.5s;
      }

      h4 {
        width: 100%;
        height: 0%;
        position: absolute;
        z-index: 10;
        bottom: 0;
        left: 0;
        background-color: #0000009c;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        opacity: 0;
        font-size: 2.25rem;
        transition: 0.5s;
      }
      &:hover {
        img {
          scale: 1.1;
          transform: rotate(2deg);
        }
        h4 {
          height: 100%;
          opacity: 1;
        }
      }
    }
  }
  .row2 {
    margin: 3rem 0;
  }
  .row1 {
  }
}

.our-projects-cvw-page {
  margin-top: 3rem;
  .mySwiper-project {
    img {
      width: 100%;
    }
  }
}

.why-choose-us-cvw-page {
  padding: 3rem 0 5rem 0;
  margin: 7rem 0 3rem 0 !important;
  background-image: url("../assets/my-img/78900.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  .row {
    > div {
      padding: 5px;
    }
  }
  .inner-div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    background-color: #ffffffad;
    backdrop-filter: blur(10px);
    padding: 2rem 1rem;
    height: 35rem;
    span {
      width: 6rem;
      height: 6rem;
      margin-bottom: 2rem;
      background-color: black;
      padding: 1.5rem;
      border-radius: 50rem;
      box-shadow: 0px 0px 5px 0px gray;
    }
    img {
      width: 100%;
      filter: invert(100);
    }
    h4 {
      font-size: 2.5rem;
      margin-bottom: 1rem;
      color: #c01f1f;
    }
    p {
      line-height: 22px;
      font-size: 14px;
      color: black;
      opacity: 0.75;
      font-family: "Poppins";
    }
  }
}

.count-up-cvw-page {
  text-align: center;
  padding: 4rem 0;
  .row {
    > div {
      .count-up-section {
        display: flex;
        justify-content: center;
        align-items: center;
        > div {
          padding: 5rem 0;
          width: 24%;
          margin: 10px;
          box-shadow: 2px 2px 10px -6px gray;
          border: 1px solid #e6e6e6;
          border-radius: 5px;
          span {
            font-size: 5rem;
            font-weight: 600;
            color: #1c3458;
          }
          h4 {
            font-weight: 400;
            opacity: 0.75;
            font-size: 16px;
            margin-top: 1rem;
            color: #c01f1f;
          }
        }
      }
    }
  }
}

.testimonials-cvw-page {
  margin-bottom: 5rem;
  margin-top: 2rem;
  .swiper-slide {
    background-color: white;
    margin: 1rem 0;
    /* box-shadow: 0px 0px 10px -5px gray; */
    background-color: #eaeaea;
    border-radius: 5px;
  }
  .inner-div {
    padding: 2rem;
    h4 {
      font-size: 2.25rem;
    }
    span {
      font-size: 1.5rem;
      font-family: "Poppins";
      color: gray;
    }
    p {
      font-size: 14px;
      font-family: "Poppins";
      line-height: 22px;
      margin: 0.5rem;
    }
  }
}

.civil-work-floating-contact-btn {
  background-color: #1c3458;
  position: fixed;
  left: 3rem;
  bottom: 5vh;
  z-index: 555;
  color: white;
  padding: 10px 3rem;
  font-size: 2rem;
  box-shadow: 0px 0px 10px -3px white;
  border-radius: 4px;
  border: 1px solid white;
}

@media (max-width: 720px) {

  .civil-work-floating-contact-btn {
    background-color: #1c3458;
    position: fixed;
    left: 2rem;
    bottom: 10vh;
  }


  .count-up-cvw-page {
    & .row {
      & > div {
        & .count-up-section {
          flex-wrap: wrap;
          /* flex-direction: column; */
          justify-content: space-between;
          > div {
            width:44%;
            margin-top: 2rem;
          }
        }
      }
    }
  }

  .civil-work-page-slider {
    .swiper-slide {
      h4 {
        left: 0;
        top: 36%;
        width: 100%;
        font-size: 2rem;
      }
    }
  }

  .quality-cvw {
    .row {
      flex-direction: column;
    }
  }

  .renovation-company {
    & .inner-div {
      h3 {
        font-size: 2.5rem;
        width: 95%;
      }
    }
  }

 
  .services-cvw-page {
    .row {
      > div {
        margin-top: 3rem;
      }
    }
    .row2 {
      margin-top: 0rem;
      > div {
        padding: 0px;
      }
    }
  }

  .why-choose-us-cvw-page {
    padding: 3rem 0 5rem 0;
    margin: 3rem 0 3rem 0 !important;
    .row {
      padding: 10px;
      > div {
        margin: 2rem 0;
      }
    }
  }

  p {
    font-size: 16px !important;
    padding: 0 1.5rem;
    font-family: "Poppins" !important;
  }

  .count-up-cvw-page {
    & .row {
      & .inner-div {
        p {
          font-size: 4rem !important;
          font-weight: 600;
        }
      }
    }
  }

  .quality-cvw {
    padding: 2rem 0;
    .inner-div {
      span {
        width: 6.5rem;
        height: 6.5rem;
      }
    }
    .row {
      display: flex;
      flex-direction: row;
      padding: 0;
      justify-content: space-between !important;
      text-align: center;
      h4 {
        font-size: 16px;
        padding: 0 1rem;
      }
      > div {
        width: 30%;
        padding: 0;
      }
    }
  }

  .services-cvw-page {
    h2 {
      margin-bottom: 0rem;
      margin-top: 4rem;
    }
  }

  .services-cvw-page {
    & .inner-div {
      & .img-n-heading-div {
        h4 {
          height: 25%;
          opacity: 1;
        }
      }
    }
  }

  .our-projects-cvw-page {
    .row {
      display: flex;
      justify-content: center;
      > div {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 0;
        img {
          width: 30%;
          margin: 10px 0;
        }
      }
    }
  }
}
