/*-----------------------------------------------------------------------------------
Color changes made by Kenny 2023-02-05
#017BFF ==> #E72A2A
#d6e8fb ==> #FAAFAD
#0A0653 ==> #b72121
#EDF9FF 


/*-----------------------------------------------------------------------------------

    Template Name: Redron - Startup & Marketing Agency HTML template
    Template URI: http://rockstheme.com
    Description: This is html5 template
    Author: Rocks_theme
    Author URI: http://rockstheme.com
    Version: 1.0

-----------------------------------------------------------------------------------*/

/*-----------------------------------------------------------------------------------  

     CSS INDEX
    ===================
    1. Theme default css
    2. Header area
    3. Intro area
    4. Welcome services area
    5. About Area
    6. Services Area
    7. Counter Area
    8. Projects Area
    9. Feature Area
    10. Reviews Area Css
    11. Blog Area
    12. Footer Area
    13. Home Area 02
    14. Overview Area
    15.Pricing area css
    16. FAQ  Area
    17. Home -03
    18.Tab Services Area
    19. Team Area
    20. Quote Area
    21. Home-04 Area
    22. Overview Area-2
    23. Breadcumbs Area
    24. Error page
    25. Services Details area
    26. Blog Sidebar Area
    27. Blog Details
    28. Project Details page
    29. Contact Us  CSS
    30. Login And Register page


    
-----------------------------------------------------------------------------------*/

/*----------------------------------------*/
/*  Google Fonts
/*----------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800&display=swap');


/*----------------------------------------*/
/*  1.  Theme default CSS
/*----------------------------------------*/

body {
  font-family: 'Nunito', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #7a7788;
  font-size: 16px;
}

.img,
img {
  max-width: 100%;
  transition: all 0.3s ease-out 0s;
}

.fix {
  overflow: hidden
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  color: #E72A2A;
  text-decoration: none;
}

a,
button {
  color: #E72A2A;
  outline: medium none;
}

button {
  cursor: pointer;
  transition: .3s;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Nunito', sans-serif;
  color: #151b2c;
  margin-top: 0px;
  font-weight: 700;
  margin-bottom: 15px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 60px;
  line-height: 66px;
}

h2 {
  font-size: 40px;
  line-height: 46px;
}

h3 {
  font-size: 32px;
  line-height: 40px;
}

h4 {
  font-size: 24px;
  line-height: 32px;
}

h5 {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

h6 {
  font-size: 16px;
  line-height: 28px;
}

ul {
  /*margin: 0px;*/
  /*padding: 0px;*/
}

li {
  /*list-style: none*/
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 26px;
  color: #647589;
  margin-bottom: 15px;
}

hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  color: #7e7e7e;
  cursor: pointer;
  font-size: 14px;
  font-weight: 400;
}

*::-moz-selection {
  background: #d6b161;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #444;
  color: #fff;
  text-shadow: none;
}

*::-moz-placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: #555555;
  font-size: 14px;
  opacity: 1;
}

.theme-overlay {
  position: relative
}

.theme-overlay::before {
  background: #E72A2A none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
}

.section-headline {
  padding-bottom: 30px;
}

.area-padding {
  padding: 110px 0px
}

.area-padding-2 {
  padding: 110px 0px 80px
}

.area-padding-3 {
  padding: 80px 0px;
}

.section-headline h2 {
  color: #18233A;
  font-size: 46px;
  line-height: 54px;
  text-transform: capitalize;
}

.white-headline h2 {
  color: #fff;
}

.white-headline p {
  color: #ddd;
}

.section-headline p {
  width: 480px;
  margin: 0px auto 15px;
}

.separator {
  border-bottom: 2px solid #eae7ff
}

.bg-color {
  background: #f8f8fe;
}

.area-80 {
  padding: 80px 0px;
}

.bread-pd {
  padding: 150px 0px 60px;
}

.hd-btn {
  -moz-user-select: none;
  background: #E72A2A;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  padding: 0 20px;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  position: relative;
  min-height: 50px;
  line-height: 52px;
  border-radius: 3px;
  border: 1px solid #E72A2A;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}

.hd-btn:hover {
  background: transparent;
  color: #E72A2A;
  transition: all 0.3s ease 0s;
}

.play-btn {
  height: 60px;
  width: 60px;
  line-height: 60px;
  display: inline-block;
  border-radius: 50%;
  background-color: transparent;
  text-align: center;
  color: #fff;
  padding-left: 3px;
  margin-left: 27px;
  border: 1px solid #E72A2A;
  font-size: 30px;
  position: relative;
  top: 6px;
  text-decoration: none;
}

.play-btn:hover {
  background-color: #E72A2A;
  box-shadow: 0px 8px 16px 0px rgba(225, 36, 84, 0.2);
  color: #fff;
}

.about-video-btn {
  font-size: 14px;
  width: 70px;
  height: 70px;
  line-height: 70px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: block;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-50%);
  padding-left: 3px;
}

.about-video-btn.white-video-btn {
  width: 120px;
  height: 120px;
  line-height: 119px;
  background: #fff;
  color: #223645;
  text-decoration: none;
}

.about-video-btn.white-video-btn:hover {
  background: #E72A2A;
  border: 2px solid #E72A2A;
  color: #fff;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

#scrollUp {
  background: #FAAFAD;
  height: 44px;
  width: 44px;
  right: 50px;
  bottom: 77px;
  color: #E72A2A;
  font-size: 20px;
  text-align: center;
  border-radius: 5px;
  line-height: 46px;
  text-decoration: none;
}

#scrollUp:hover {
  background: #E72A2A;
  color: #fff;
}

.brand-content {
  background: #f5f5f5;
  padding: 30px;
}

div#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url('/assets/img/art/preloader.gif') no-repeat center center;
}

/*----------------------------------------*/
/*  2. Header bottom area
/*----------------------------------------*/
.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 999;
}

.logo img {
  position: relative;
  z-index: 2;
}

.header_menu ul li {
  display: inline-block;
  margin-left: 30px;
  position: relative;
}

.header_menu ul li a {
  color: #647589;
  font-weight: 700;
  padding: 40px 0;
  display: block;
  font-size: 16px;
  text-decoration: none;
}

.header_menu ul li a:hover {
  color: #E72A2A !important;
}

.header_menu ul li.menu-item-has-children>a::after {
  content: " +";
}

.header_menu ul li.menu-item-has-children>a::after {
  content: '\e64b';
  font-family: 'themify';
  font-weight: 700;
  margin-left: 5px;
  font-size: 10px;
}

.header_menu ul li ul.submenu {
  position: absolute;
  background: #ffffff;
  width: 210px;
  top: 110%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  padding: 15px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border-top: 2px solid #E72A2A;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  z-index: 99;
  text-align: left;
}

.header_menu ul li ul.submenu li {
  margin: 0;
  display: block;
}

.header_menu ul li ul.submenu li a {
  padding: 8px 30px;
  font-size: 15px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}

.header_menu ul li ul.submenu li a:hover {
  color: #E72A2A;
}

.header_menu ul li ul.submenu li a::after {
  position: absolute;
  content: "\e628";
  left: 50%;
  top: 9px;
  font-family: themify;
  font-size: 14px;
  color: #E72A2A;
  opacity: 0;
  transition: 0.5s;
  font-weight: 700;
}

.header_menu ul li ul.submenu li a:hover::after {
  left: 90%;
  opacity: 1;
  transition: 0.5s;
}

.header_menu ul li:hover ul.submenu {
  opacity: 1;
  visibility: visible;
  top: 96%;
}

.header_menu ul li ul.submenu li:hover>a {
  color: #223645;
}

.header-social-icons {
  float: right;
}

.main-menu ul li:hover>a {
  color: #223645;
}

.header-right {
  margin-left: 60px;
  float: right;
  padding: 25px 0px;
}

.header-area.stick {
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
  box-shadow: 0px 0px 3px #ddd, -2px -2px 3px #ddd;
  background: #fff;
}

.header-area.stick .header_menu ul.main-menu>li>a {
  padding: 30px 0px;
}

.header-area.stick .logo a {
  display: inline-block;
  height: auto;
  padding: 15px 0;
  text-decoration: none;
}

.header-area.stick .header-right {
  margin-left: 60px;
  padding: 15px 0px;
}

.search-inner {
  display: inline-block;
  margin-right: 25px;
}

.search-option {
  background: #f0faff;
  bottom: -84px;
  color: #444;
  display: none;
  position: absolute;
  right: 20px;
  width: 300px;
  z-index: 99999;
  padding: 20px;
}

.header-right a.main-search {
  color: #444;
  display: inline-block;
  font-size: 18px;
  position: relative;
}

.search-option input {
  background: #fff none repeat scroll 0 0;
  border: medium none;
  color: #444;
  display: block;
  float: left;
  font-size: 14px;
  font-style: italic;
  padding: 8px 10px;
  width: 214px;
  height: 44px;
}

.search-option button.button {
  background: #E72A2A;
  border: medium none;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 17px;
  line-height: 35px;
  padding: 5px 15px;
  text-align: center;
}

/*----------------------------------------*/
/*  3. Intro Area
/*----------------------------------------*/
.intro-home {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.display-table {
  width: 100%;
  height: 100%;
  display: table;
}

.display-table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
}

.intro-content {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  width: 100%;
  height: auto;
  margin-top: -180px;
}

.slide-images {
  margin-top: -40px;
}

.slide-all-text {
  margin-top: 30px;
}

.slider-content {
  position: relative;
}

.title-2 {
  color: #2a354e;
  font-size: 56px;
  font-weight: 700;
  line-height: 68px;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.layer-1 {
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.top-img {
  float: left;
  width: 50px;
  height: auto;
  margin-right: 20px;
  padding: 10px;
  border: 1px solid #E72A2A;
  border-radius: 3px;
}

.title-1 {
  font-size: 24px;
  color: #313d58;
  padding: 10px 15px;
  margin-bottom: 0px;
  font-weight: 600;
}

.ready-btn {
  color: #fff;
  font-weight: 600;
  padding: 13px 30px;
  display: inline-block;
  text-transform: capitalize;
  font-size: 18px;
  text-decoration: none;
}

.anti-btn {
  background-color: #E72A2A;
  color: #fff;
  position: relative;
  z-index: 1;
  border-radius: 3px;
  text-decoration: none;
}

.anti-btn::before {
  background-color: #090962;
  position: absolute;
  content: '';
  height: 100%;
  width: 0;
  top: 0;
  left: auto;
  right: 0;
  z-index: -1;
  border-radius: 2px;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.anti-btn:hover {
  color: #fff;
  transform: translateY(-5px);
  transition: 0.5s;
  border-radius: 3px;
}

.anti-btn:hover::before {
  width: 100%;
  left: 0;
  right: auto;
  color: #fff;
}

.slider-content .video-content {
  display: inline-block;
  margin-left: 30px;
}

.slider-content .video-content a {
  text-decoration: none;
}

.slider-content .video-content a:hover i {
  background: #E72A2A;
  color: #fff;
  transition: 0.4s;
}

.slider-content .video-play.vid-zone i {
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  position: relative;
  font-size: 14px;
  background: #E72A2A;
  color: #fff;
  margin-right: 10px;
  transition: 0.4s;
}

.slider-content .video-content a span {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  transition: 0.4s;
  position: relative;
}

.slider-content .video-content a span:hover {
  color: #E72A2A;
}

.slider-content .video-content a span::after {
  position: absolute;
  content: "";
  left: 0px;
  bottom: 0px;
  background: #E72A2A;
  width: 0%;
  height: 1px;
  transition: 0.5s;
}

.slider-content .video-content a span:hover::after {
  width: 100%;
  transition: 0.5s;
}

/*--------------------------------*/
/* 4.Welcome Services Area
/*--------------------------------*/
.welcome-area {
  position: relative;
}

.well-services {
  box-shadow: none;
  border: 1px solid #F7F7FD;
  z-index: 1;
  background: #fff;
  text-align: center;
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  border-radius: 3px;
  margin-bottom: 30px;
  position: relative;
}

.services-img {
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.icon-img {
  width: 60px;
  height: 60px;
  position: relative;
}

.icon-img::after {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  background: #E72A2A;
  width: 50px;
  height: 50px;
  opacity: 0.8;
  border-radius: 50%;
  transition: 0.5s;
}

.well-services::before {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #E72A2A;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  content: "";
  transform: rotate(45deg);
}

.wel-content h4 {
  display: inline-block;
  font-size: 24px;
  margin-bottom: 0;
  padding: 0 0 20px;
}

.wel-content p {
  margin-bottom: 0px;
}

.well-services:hover::before {
  transition: 0.4s;
  opacity: 1;
  top: 67%;
  left: 70%;
}

.well-services:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  border: 1px solid #d6f2fb;
  transition: 0.4s;
}

.service-btn {
  position: absolute;
  right: 15px;
  font-size: 20px;
  bottom: 0;
  color: #E72A2A;
  text-decoration: none;
}

.well-services:hover .service-btn {
  color: #fff;
  font-size: 24px;
}

/*----------------------------------------*/
/* 5. About Area
/*----------------------------------------*/
.about-area {
  background: url(/assets/img/background/bg4.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.about-text {
  margin-top: 25px;
}

.left-headline h2 {
  font-size: 42px;
  line-height: 52px;
  text-transform: capitalize;
}

.ab-image {
  padding-left: 60px;
  position: relative;
  padding-bottom: 50px;
}

.ab-image img {
  border-radius: 50%;
}

.flat-content {
  display: block;
}

.flat-content .flat-text {
  position: absolute;
  left: 10px;
  top: 45%;
  font-size: 18px;
  display: block;
  font-weight: 600;
  padding: 15px 30px;
  width: 400px;
  height: 80px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #EDF9FF;
}

.flat-content .f-text-down {
  top: 75%;
  left: 60px;
  color: #E72A2A;
}

.ab-mark-text li {
  display: block;
  position: relative;
}

.ab-mark-text ul li a {
  color: #6b6d7e;
  padding: 12px 0px 12px 40px;
  display: block;
  text-decoration: none;
}

.ab-mark-text li::after {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "\e64c";
  font-family: themify;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 2px;
  font-size: 16px;
  color: #E72A2A;
  background: #EDF9FF;
}

.top-text span {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  color: #E72A2A;
  padding: 7px 10px 4px;
  margin-bottom: 25px;
  display: inline-block;
  border-radius: 2px;
  background: #EDF9FF;
  line-height: 20px;
}

.top-text i {
  padding: 7px 10px 8px;
  background: #E72A2A;
  color: #fff;
  font-size: 15px;
  border-radius: 2px;
  line-height: 20px;
  margin-right: 3px;
}

.about-company {
  margin-top: 40px;
  display: block;
  overflow: hidden;
}

.single-about {
  width: 50%;
  float: left;
}

.about-icon {
  font-size: 40px;
  line-height: 60px;
  color: #E72A2A;
  background: #EDF9FF;
  margin-right: 20px;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 3px;
  text-align: center;
}

.single-about {
  width: 50%;
  float: left;
}

.ab-text-one,
.ab-text-two {
  border: 1px solid #a0dfe3;
  padding: 20px;
  overflow: hidden;
  display: flex;
  align-items: center;
  border-radius: 3px;
}

.ab-text-one {
  margin-right: 30px;
}

.ab-text {
  font-weight: 700;
  font-size: 22px;
  padding-left: 0px;
  display: inline-block;
}

/*--------------------------------*/
/* 6. Services Area
/*--------------------------------*/
.service-area {
  position: relative;
}

.single-service {
  z-index: 1;
  background: #fff;
  text-align: left;
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  margin-bottom: 30px;
  position: relative;
  padding: 40px 40px;
}

.single-service::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0%;
  background: #b72121;
  opacity: 0;
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.service-icon img {
  width: 80px;
  height: 80px;
  margin-bottom: 30px;
}

.service-content h4 {
  display: inline-block;
  font-size: 22px;
  margin-bottom: 0;
  padding: 0 0 15px;
  text-transform: capitalize;
  font-weight: 500;
}

.single-service:hover::before {
  transition: 0.4s;
  opacity: 1;
  height: 100%;
}

.service-content p {
  font-size: 16px;
  margin-bottom: 0px;
}

.service-btn {
  position: absolute;
  right: 15px;
  font-size: 20px;
  bottom: 0;
  color: #E72A2A;
  text-decoration: none;
}

.single-service:hover .service-icon span,
.single-service:hover .service-content h4 {
  color: #fff;
}

.single-service:hover .service-content p {
  color: #ddd;
}

.single-service:hover .service-btn {
  color: #fff;
  font-size: 24px;
}

.single-service:hover .service-icon img {
  -webkit-animation: flipInY .5s ease-in-out;
  animation: flipInY .5s ease-in-out;
}

.single-service::after {
  position: absolute;
  left: 100%;
  top: 100%;
  width: 100%;
  height: 100%;
  background: #E72A2A;
  z-index: -1;
  opacity: 0;
  transition: 0.4s;
  content: "";
  transform: rotate(45deg);
}

.single-service:hover::after {
  transition: 0.4s;
  opacity: 1;
  top: 84%;
  left: 70%;
}

/*----------------------------------------*/
/* 7.Counter Area
/*----------------------------------------*/
.counter-area {
  position: relative;
  background: url(/assets/img/background/bg2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  z-index: 1;
}

.counter-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b72121;
  opacity: 0.6;
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.fun-icon {
  margin-bottom: 30px;
}

.single-fun {
  text-align: center;
}

.fun-icon i {
  font-size: 40px;
  line-height: 70px;
  color: #E72A2A;
  width: 70px;
  height: 70px;
  background: #EDF9FF;
  display: inline-block;
  border-radius: 4px;
}

.fun_text {
  padding-top: 20px;
  position: relative;
}

.fun_text::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0px;
  background: #fff;
  width: 30px;
  height: 2px;
  right: 0;
  margin: 0 auto;
  transition: 0.4s;
}

.single-fun:hover .fun_text::after {
  transition: 0.4s;
  width: 60px;
}

.fun_text span {
  display: block;
  font-size: 44px;
  font-weight: bold;
  line-height: 40px;
  color: #ddd;
  margin: 5px 0px;
}

.fun_text>h5 {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0;
}

/*--------------------------------*/
/*  8. projects Area
/*--------------------------------*/
.single-awesome-project {
  position: relative;
  overflow: hidden;
}

.project-all {
  margin-top: -40px;
}

.project-all .single-awesome-project {
  margin-top: 30px;
}

.project-carousel .col-md-4 {
  width: 100%;
}

.awesome-img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.awesome-img img {
  transform: scale(1.1);
  transition: 0.4s;
}

.single-awesome-project:hover .awesome-img img {
  transform: scale(1);
  transition: 0.4s;
}

.awesome-img>a {
  display: block;
  position: relative;
}

.single-awesome-project:hover .awesome-img>a::after {
  opacity: 1;
}

.single-awesome-project:hover .add-actions {
  opacity: 1;
}

.awesome-img>a::after {
  background: rgba(10, 6, 83, 0.9);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 0;
  transition: 0.4s;
}

.add-actions {
  display: block;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  text-align: center;
  transition: all 0.4s ease 0s;
  width: 100%;
  z-index: 4;
  top: 0;
  cursor: pointer;
}

.port-icon {
  color: #fff;
  display: inline-block;
  cursor: pointer;
  top: 41%;
  position: relative;
  font-size: 40px;
}

.project-dec {
  display: block;
  background: #fff;
  width: 90%;
  height: 100px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -30px;
  padding: 25px 30px;
  border-radius: 4px;
}

.project-dec h4 {
  color: #2a354e;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
}

.project-dec h4::after {
  position: absolute;
  content: "\e628";
  right: 40px;
  top: 0px;
  font-family: themify;
  font-size: 18px;
  width: 46px;
  height: 30px;
  border: 1px solid #E72A2A;
  background: #E72A2A;
  color: #fff;
  text-align: center;
  line-height: 27px;
  opacity: 0;
  transition: 0.5s;
}

.single-awesome-project:hover .project-dec h4::after {
  right: 0px;
  opacity: 1;
  transition: 0.5s;
}

.single-awesome-project:hover .project-dec {
  height: 80px;
  bottom: 40px;
  transition: 0.5s;
}

.pst-content {
  padding-left: 10px;
}

.single-awesome-project:hover .project-dec h4 {
  color: #E72A2A;
}

.project-carousel.owl-carousel .owl-nav div.owl-prev,
.project-carousel.owl-carousel .owl-nav div.owl-next {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 0px;
  text-align: center;
  line-height: 39px;
  opacity: 0;
  border: 1px solid #E72A2A;
  width: 40px;
  height: 40px;
  border-radius: 3px;
  background: #E72A2A;
}

.project-carousel.owl-carousel .owl-nav div.owl-prev {
  left: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.project-carousel.owl-carousel .owl-nav div.owl-next {
  right: 10%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-next {
  right: 0%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-prev {
  left: 0%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -ms-transition: 0.4s;
  opacity: 1;
}

.project-carousel.owl-carousel:hover .owl-nav div.owl-next:hover,
.project-carousel.owl-carousel:hover .owl-nav div.owl-prev:hover {
  color: #E72A2A;
  background: #fff;
  border: 1px solid #E72A2A;
}

/*--------------------------------*/
/* 9.Feature Area
/*--------------------------------*/
.feature-area {
  position: relative;
}

.feature-image {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  padding-right: 30px;
}

.feature-image img {
  border-radius: 10px;
}

.over-img {
  position: absolute;
  right: 0px;
  top: 30%;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.support-services {
  padding-top: 30px;
}

.support-images {
  float: left;
  font-size: 40px;
  color: #E72A2A;
  line-height: 42px;
  text-align: center;
  transition: 0.4s;
  font-weight: 400;
  margin-right: 15px;
}

.support-content {
  padding-left: 60px;
}

.support-services .support-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  padding-bottom: 0px;
}

.support-services .support-content h4 a {
  color: #151b2c;
  text-decoration: none;
}

.right-headline p,
.support-services .support-content p {
  margin-bottom: 0px;
}

.feature-images {
  padding-right: 30px;
}

.feature-content {
  position: relative;
}

.feature-area-2 .feature-images {
  padding-right: 0px;
  padding-left: 30px;
}

.feature-all {
  margin-right: 40px;
}

.feature-area-2 .feature-all {
  margin-left: 40px;
  margin-right: 0px;
}

.feature-area-2 .over-img {
  left: 0px;
  right: auto;
}

/*----------------------------------------
  10.Reviews Area Css
----------------------------------------*/
.reviews-area {
  position: relative;
}

.review-head h2 {
  font-size: 40px;
  line-height: 46px;
}

.reviews-btn {
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-top: 20px;
  padding: 13px 20px;
  text-align: center;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  border-radius: 3px;
}

.clients-text {
  padding: 30px 30px;
  position: relative;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
}

.testi-img {
  position: relative;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.testi-img img {
  max-width: 80px;
  height: auto;
  border-radius: 50px;
  border: 2px solid #E72A2A;
  float: left;
  margin-right: 20px;
}

.guest-details {
  margin-top: 20px;
}

.testimonial-carousel .active.center .single-testi .clients-text {
  border: 1px solid #E72A2A;
}

.testi-text h4 {
  font-weight: 600;
  text-transform: capitalize;
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 20px;
}

.testi-text p {
  margin-bottom: 0px;
}

.client-rating {
  margin-bottom: 15px;
}

.testi-text span a {
  color: #E72A2A;
}

.testi-text h5 {
  font-size: 20px;
}

.client-rating a {
  display: inline-block;
  color: #fec731;
  font-size: 20px;
  padding: 0px 5px 0px 0px;
  text-decoration: none;
}

.testimonial-carousel.owl-carousel .owl-nav div {
  background: #fff;
  border: 1px solid #E72A2A;
  border-radius: 3px;
  color: #E72A2A;
  display: inline-block;
  font-size: 14px;
  height: 34px;
  line-height: 33px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 34px;
}

.testimonial-carousel.owl-carousel .owl-nav div.owl-prev {
  top: 0%;
  position: absolute;
  left: 0%;
}

.testimonial-carousel.owl-carousel .owl-nav div.owl-prev:hover,
.testimonial-carousel.owl-carousel .owl-nav div.owl-next:hover {

}

.testimonial-carousel.owl-carousel .owl-nav div.owl-next {
  top: 0%;
  position: absolute;
  right: 0%;
}

.testimonial-carousel .owl-item {
  opacity: 0.5;
}

.testimonial-carousel .owl-item.active.center {
  opacity: 1;
}

/*----------------------------------------*/
/*  11. Blog Area
/*----------------------------------------*/
.single-blog {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
}

.image-scale>img {
  position: relative;
  min-height: 340px;
  object-fit: cover;
}

.blog-content {
  padding: 35px 20px 35px 30px;
  position: absolute;
  transition: 0.5s;
  border-radius: 4px;
  background: #fff;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.blog-content::after {
  position: absolute;
  content: "";
  top: 0px;
  right: 0;
  border-top: 0px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid #E72A2A;
}

.blog-content a {
  text-decoration: none;
}

.blog-content a h4 {
  font-size: 22px;
  line-height: 30px;
  transition: 0.4s;
}

.admin-type i,
.date-type i,
.comments-type i {
  color: #E72A2A;
  margin-right: 5px;
}

.single-blog:hover .blog-content {
  transition: 0.4s;
  background: rgba(10, 6, 83, 0.9);
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.blog-content p {
  line-height: 28px;
  transition: 0.4s;
}

.single-blog:hover .blog-content a h4:hover {
  color: #E72A2A !important;
  transition: 0.4s;
}

.image-scale {
  transform: scale(1.1);
  display: block;
  transition: 0.5s;
}

.single-blog:hover .image-scale {
  transform: scale(1);
  transition: 0.9s;
}

.blog-meta span {
  color: #6c6d6d;
  font-size: 14px;
  font-weight: 400;
  padding-right: 10px;
}

.blog-meta {
  margin-bottom: 15px;
}

.blog-btn {
  color: #151b2c;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease 0s;
  position: relative;
}

.blog-btn::after {
  position: absolute;
  right: -20px;
  top: 3px;
  content: "\e628";
  color: #151b2c;
  font-family: themify;
  font-size: 14px;
  transition: 0.5s;
}

.single-blog:hover .blog-btn:hover {
  background: transparent;
  color: #E72A2A;
  transition: 0.4s;
}

.single-blog:hover .blog-btn::after {
  color: #fff;
  transition: 0.5s;
}

.single-blog:hover .blog-btn:hover::after {
  color: #E72A2A;
  transition: 0.4s;
  right: -30px;
}

.single-blog:hover .blog-btn {
  color: #fff;
}

.single-blog:hover .blog-meta span,
.single-blog:hover .blog-content a h4,
.single-blog:hover .blog-content p {
  color: #fff;
}

/*----------------------------------------*/
/*  12. Footer Area
/*----------------------------------------*/
.footer-area {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  z-index: 1;
  padding: 90px 0;
}

.footer-area::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: 0.93;
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.footer-logo {
  margin-bottom: 20px;
}

.footer-content.logo-footer {
  margin-right: 30px;
}

.footer-head p {
  line-height: 28px;
}

.footer-head h4 {
  font-size: 22px;
  margin-bottom: 20px;
  text-transform: capitalize;
  font-weight: 500;
}

.footer-icons ul li {
  display: inline-block;
}

.footer-icons ul li a {
  display: block;
  font-size: 16px;
  line-height: 36px;
  text-align: center;
  margin-right: 2px;
  width: 34px;
  height: 34px;
  border-radius: 2px;
  background: #FAAFAD;
  transition: 0.4s;
  text-decoration: none;
}

.footer-tags li a:hover,
.footer-icons ul li a:hover {
  color: #fff;
  background: #E72A2A;
  transition: 0.4s;
}

.footer-icons {
  margin-top: 30px;
}

.footer-list {
  width: 80%;
  float: left;
}

.footer-contacts p span {
  color: #E72A2A;
  font-weight: 500;
}

.subs-feilds {
  padding-top: 15px;
  border-radius: 3px;
  margin-right: 30px;
}

.suscribe-input input {
  background: transparent;
  border: 1px solid #ccc;
  color: #777;
  font-size: 15px;
  line-height: 24px;
  padding: 6px 15px;
  height: 54px;
  border-radius: 0;
  width: 64%;
  float: left;
  background: transparent;
  border-right: none;
}

.suscribe-input button {
  background: #E72A2A;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  width: 36%;
  font-weight: 600;
  height: 54px;
  border: 1px solid #E72A2A;
  transition: 0.4s;
}

.suscribe-input button:hover {
  color: #E72A2A;
  background: transparent;
  transition: 0.4s;
}

.footer-list li a {
  color: #647589;
  padding: 7px 0px 10px 20px;
  display: block;
  position: relative;
  text-decoration: none;
}

.footer-list li a:first-child {
  padding-top: 0px;
}

.footer-list li a::after {
  position: absolute;
  content: "\e649";
  top: 5px;
  left: 0;
  font-size: 11px;
  font-family: themify;
}

.footer-list li a:hover,
.footer-list li a:hover::after {
  color: #E72A2A;
}

.footer-list li a:hover::after {
  color: #E72A2A;
}

.footer-area-bottom {
  background: #f0eff0 none repeat scroll 0 0;
  padding: 25px 0;
}

.copyright-text a:hover {
  text-decoration: underline;
  color: #E72A2A;
}

.copyright-text a {
  color: #E72A2A;
  text-decoration: none;
}

.copyright>p {
  margin-bottom: 0;
}

.copyright a {
  color: #E72A2A;
  text-decoration: none;
}

.footer-menu ul {
  float: right;
}

.footer-menu ul li {
  display: inline-block;
}

.footer-menu ul li a {
  display: block;
  color: #7a7788;
  padding: 0px 10px;
  text-decoration: none;
}

.footer1 .footer-menu ul li a:hover {
  color: #E72A2A;
}

/*--------------------------------*/
/* 13. Home Area 02
/*--------------------------------*/
.intro-area-2 .title-1 {
  color: #ddd;
}

.intro-area-2 .title-2 {
  color: #fff;
}

.intro-area-2 .slider-content .video-content a span {
  color: #ddd;
}

.brand-area-2 .brand-content {
  background: transparent;
  padding: 30px 0px;
}

.project-area-2 .single-awesome-project {
  margin-bottom: 30px;
}

.footer-area-2 {
  position: relative;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  z-index: 1;
  padding: 90px 0;
}

.footer-area-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b72121;
  opacity: 0.8;
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.footer-area-2 .footer-head h4 {
  color: #fff;
}

.footer-area-2 .footer-head p {
  color: #f5f5f5;
}

.footer-area-2 .footer-list li a::after,
.footer-area-2 .footer-list li a {
  color: #f5f5f5;
}

.footer2 .footer-area-bottom {
  background: #b72121;
}

.footer2 .copyright>p {
  color: #f5f5f5
}

.footer2 .footer-menu ul li a {
  color: #f5f5f5
}

.footer2 .footer-menu ul li a:hover,
.footer-area-2 .footer-list li a:hover,
.footer-area-2 .footer-list li a:hover::after {
  color: #E72A2A;
}

.logo a.black-logo {
  display: none;
}

.header-area.stick .logo a.black-logo {
  display: block;
}

.header-area.stick .logo a.white-logo {
  display: none;
}

/*--------------------------------*/
/* 14. Overview Area
/*--------------------------------*/
.overview-area {
  position: relative;
}

.over-text {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
}

.over-view-img {
  position: relative;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  border: 1px solid #e3f3fb;
  border-radius: 4px;
}

.over-content {
  background: rgba(10, 6, 83, 0.98);
  padding: 20px 20px;
  text-align: center;
  position: absolute;
  top: 74%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.5s;
  border-radius: 4px;
}

.over-content h4 {
  font-size: 22px;
  text-transform: capitalize;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 500;
}

.over-content p {
  opacity: 0;
  color: #fff;
}

.over-text:hover .over-content {
  top: 0%;
  transition: 0.5s;
  padding: 35px 20px;
}

.over-text:hover .over-content p {
  opacity: 1;
}

.over-down-icon {
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  border: 1px solid #E72A2A;
  background: #E72A2A;
  display: inline-block;
  margin-top: 5px;
  line-height: 56px;
  border-radius: 3px;
}
.over-icon {
  width: 60px;
  height: 60px;
  font-size: 40px;
  color: #fff;
  display: inline-block;
  margin-top: 5px;
  line-height: 56px;
  border-radius: 3px;
}

.top-up {
  top: 40px;
  position: relative;
}

/*----------------------------------------*/
/*  15.Pricing area css
/*----------------------------------------*/
.table-list {
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #f5f5f5;
  padding: 40px;
  margin-bottom: 30px;
  position: relative;
  background: url(/assets/img/about/price.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}

.table-list::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.93);
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.top-price-inner {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ccc;
}

.top-price-inner h3 {
  text-transform: capitalize;
  margin-bottom: 15px;
}

.users {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
}

.dolar {
  font-size: 24px;
  margin-right: 5px;
  position: relative;
  top: -17px;
}

.prices {
  font-size: 40px;
  font-weight: 600;
  padding-right: 10px;
  color: #E72A2A;
}

.table-list:hover {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease 0s;
}

.table-list ol li {
  padding: 10px 0px 10px 40px;
}

.table-list li.check {
  position: relative;
}

.table-list li.check::before {
  content: "\e64c";
  font-family: themify;
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 7px;
  color: #E72A2A;
}

.table-list li.check.cross::before {
  content: "\e646";
  font-family: themify;
  color: #FF5B5B;
}

.price-btn {
  margin-top: 40px;
  padding-bottom: 20px;
  display: inline-block;
}

.price-btn a {
  color: #fff;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
  font-weight: 700;
  font-size: 14px;
  padding: 12px 34px;
  background: #E72A2A;
  border: 1px solid #E72A2A;
  text-decoration: none;
}

.table-list ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.price-btn a:hover {
  background: #fff;
  color: #E72A2A;
  border: 1px solid #E72A2A;
}

.table-list ol {
  margin-top: 10px;
}

.base {
  position: absolute;
  right: -37px;
  top: 33px;
  background: #1FC157;
  width: 180px;
  text-align: center;
  height: 30px;
  line-height: 30px;
  color: #fff;
  transform: rotate(45deg);
  z-index: 2;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

/*----------------------------------------*/
/*  16. FAQ  Area
/*----------------------------------------*/
.faq_inner .card {
  background: transparent;
  border: 0;
}

.faq_inner .card-header {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 8px 0;
  padding-left: 0;
  background-color: transparent;
  border: 0;
}

.faq_inner .card-header h4 button {
  font-size: 20px;
  color: #E72A2A;
  background: transparent;
  text-decoration: none;
  width: 100%;
  padding: 12px 20px;
  position: relative;
  text-align: left;
  display: inline-block;
  border: 1px solid #E72A2A;
  border-radius: 2px;
}

.faq_inner .card-header h4 button.collapsed {
  color: #151b2c;
  border: 1px solid #ccc;
}

.faq_inner .card-header h4 button::before {
  position: absolute;
  content: "\e622 ";
  font-family: themify;
  top: 50%;
  right: 10px;
  width: 25px;
  height: 25px;
  line-height: 25px;
  font-size: 18px;
  text-align: center;
  color: #E72A2A;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq_inner .card-header h4 button.collapsed::before {
  content: "\e61a";
  font-family: themify;
  background-color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #151b2c;
}

.faq_inner .card-header h5 button:hover {
  text-decoration: none;
  color: #f8a683;
}

.faq_inner .card-body {
  padding: 0;
  padding-bottom: 25px;
}

.faq-content {
  margin-left: 40px;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}

.faq-head-text {
  padding-bottom: 10px;
}

.company-faq {
  margin-left: 40px;
}

/*----------------------------------------*/
/*  17. Home -03
/*----------------------------------------*/
.intro-area-3 {
  position: relative;
  z-index: 1;
}

.intro-area-3::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 6, 83, 0.80);
  transition: 0.4s;
  content: "";
}

.intro-area-3 .slide-all-text {
  text-align: center;
}

.intro-area-3 .title-2 {
  width: 830px;
  color: #fff;
  margin: 0px auto 15px;
}

.intro-area-3 .title-1 {
  color: #ddd;
}

.header-area-2 .header_menu ul.main-menu>li>a {
  color: #fff;
}

.header-area-2.stick .header_menu ul>li>a {
  color: #647589;
}

.header-area-2 .header-right a.main-search {
  color: #fff;
}

.intro-area-3 .slider-content .video-content a span {
  color: #fff;
}

.welcome-area-2 {
  position: relative;
  top: -70px;
}

.welcome-area-2 .well-services:hover,
.welcome-area-2 .well-services {
  border: none;
}

.welcome-area-2 .wel-content h4 {
  padding: 0px;
}

.welcome-area-2 .well-services:hover .wel-content h4 {
  color: #fff;
}

.welcome-area-2 .well-services:hover::before {
  top: 80%;
}

.welcome-area-2 .well-services {
  padding: 50px 30px;
}

.well-services:hover .icon-img {
  -webkit-animation: flipInY .5s ease-in-out;
  animation: flipInY .5s ease-in-out;
}

.welcome-area-2 .icon-img {
  width: 80px;
  height: 80px;
}

.welcome-area-2 .well-services::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #b72121;
  opacity: 0;
  transition: 0.4s;
  content: "";
  z-index: -2;
  border-radius: 3px;
}

.welcome-area-2 .well-services:hover::after {
  opacity: 1;
}

/*--------------------------------*/
/* 18.Tab Services Area
/*--------------------------------*/
.services-tab-area {
  position: relative;
  background: url(/assets/img/background/bg4.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
}

.service-tab {
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 40px;
}

.service-tab .nav-item {
  flex-basis: 16.666%;
}

.service-tab .nav-link:hover,
.service-tab .nav-link.active {
  color: #fff;
  background: #E72A2A;
}

.service-tab .nav-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 20px;
  padding: 30px 15px;
  position: relative;
  border: 1px solid #E72A2A;
  border-radius: 4px;
  z-index: 1;
}

.service-tab .nav-link::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 123, 255, 0.60);
  transition: 0.5s;
  opacity: 0;
  border-radius: 4px;
}

.service-tab .nav-link.active::before {
  left: 15px;
  top: 15px;
  z-index: -1;
  transition: 0.5s;
  opacity: 1;
}

.service-tab .nav-link .tab-icon {
  font-size: 40px;
  color: #444;
  width: 60px;
  height: 60px;
  text-align: center;
  background: #edf9ff;
  line-height: 60px;
  border-radius: 4px;
}

.service-tab .nav-link .cha-title {
  font-size: 18px;
  color: #333;
  font-weight: 700;
  margin-top: 15px;
}

.service-tab .nav-link:hover .cha-title,
.service-tab .nav-link.active .cha-title {
  color: #fff;
}

.machine-text {
  margin-top: 10px;
}

.services-top-text {
  font-size: 18px;
  font-weight: 600;
  background: #FAAFAD;
  padding: 5px 20px;
  margin-bottom: 20px;
  display: inline-block;
  border-radius: 3px;
  color: #E72A2A;
}

.machine-text h2 {
  font-size: 32px;
  text-transform: capitalize;
}

.tabe-img img {
  border-radius: 4px;
}

.machine-text li {
  display: block;
  position: relative;
}

.machine-text ul li a {
  font-size: 15px;
  color: #6b6d7e;
  padding: 8px 0px 8px 35px;
  display: block;
  text-decoration: none;
}

.machine-text li::after {
  position: absolute;
  left: 0px;
  top: 10px;
  content: "\e64c";
  font-family: themify;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px;
  color: #fff;
  background: #E72A2A;
}

.tabe-img {
  margin-right: 20px;
}

/*----------------------------------------*/
/*  19. Team Area
/*----------------------------------------*/
.team-area {
  position: relative;
}

.single-member {
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  text-align: center;
  background: #fff;
  margin-right: 40px;
  margin-bottom: 60px;
  position: relative;
}

.single-member::before {
  position: absolute;
  content: "";
  left: 30px;
  top: 30px;
  width: 100%;
  height: 100%;
  background: rgba(1, 123, 255, 0.30);
  transition: 0.5s;
  z-index: -1;
}

.single-member .team-img {
  display: inline-block;
  position: relative;
  overflow: hidden;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 1px solid #E72A2A;
}

.team-hover li {
  display: inline-block;
  margin-right: 3px;
}

.team-hover li a {
  display: block;
  line-height: 36px;
  font-size: 18px;
  margin: 0px 3px;
  color: #fff;
  background: #E72A2A;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  border: 1px solid #E72A2A;
  text-decoration: none;
}

.team-hover li a:hover {
  color: #E72A2A;
}

.team-hover {
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 3;
}

.single-member .team-img a {
  display: block;
}

.team-content {
  padding: 10px 0px 0px;
}

.team-content h4 a {
  color: #fff;
  text-decoration: none;
}

.team-content p {
  margin-bottom: 0;
}

.team-content h4 {
  font-size: 24px;
  margin: 10px 0px;
  text-transform: capitalize;
  font-weight: 600;
}

.single-member:hover .team-hover {
  opacity: 1;
  top: 50%;
  margin-top: -15px;
  transition: all 0.5s ease 0s;
}

.single-member:hover .team-hover li a:hover {
  background: transparent;
  transition: all 0.5s ease 0s;
  color: #E72A2A;
}

.single-member:hover .team-img {
  position: relative;
  transition: all 0.5s ease 0s;
}

.single-member:hover .team-img::after {
  position: absolute;
  background: rgba(10, 6, 83, 0.80);
  transition: all 0.5s ease 0s;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
}

/*----------------------------------------
 20. Quote Area
----------------------------------------*/
.quote-area {
  background: url(/assets/img/background/bg4.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  position: relative;
}

.quote-all {
  padding: 110px 60px 110px 60px;
  background: rgba(10, 6, 83, 0.95);
}

.quote-area #contactForm input {
  border: none;
  height: 54px;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: #fff;
  background: transparent;
}

.quote-area #contactForm input.last-part {
  margin-bottom: 0px;
}

.quote-area .contact-form textarea#message {
  height: 127px;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  color: #fff;
  background: transparent;
}

.quote-area .quote-btn {
  background: #E72A2A;
  border: 1px solid #E72A2A;
  color: #fff;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 700;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 54px;
  transition: 0.4s;
  border-radius: 3px;
}

.sub-head.white-headline h2 {
  color: #fff;
}

.quote-area .quote-btn:hover {
  background: #fff;
  color: #E72A2A;
  transition: 0.4s;
}

.help-block.last-part {
  margin: 0px;
}

.sub-head.white-headline {
  margin-bottom: 40px;
}

.blog-area-2 .blog-content {
  position: relative;
}

.blog-area-2 .single-blog:hover .blog-content {
  transition: 0.4s;
  background: #fff;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.blog-area-2 .single-blog:hover .blog-content a h4 {
  color: #151b2c;
}

.blog-area-2 .single-blog:hover .blog-meta span {
  color: #6c6d6d;
}

.blog-area-2 .single-blog:hover .blog-btn::after,
.blog-area-2 .single-blog:hover .blog-btn {
  color: #151b2c;
}

.blog-area-2 .single-blog:hover .blog-btn:hover::after,
.blog-area-2 .single-blog:hover .blog-btn:hover {
  color: #E72A2A;
}

.blog-area-2 .image-scale>img {
  min-height: auto;
}

.footer-area-3 {
  background: #fff;
}

/*----------------------------------------
 21. Home-04 Area
----------------------------------------*/
.top-bar {
  padding: 10px 0px;
}

.header-2-icon {
  color: #fff;
  margin-right: 23px;
}

.header-info span {
  margin-right: 35px;
  font-size: 15px;
  color: #666;
}

.header-info span i {
  margin-right: 10px;
  color: #E72A2A;
}

.header-social-icons ul li {
  display: inline-block;
}

.header-social-icons ul li a {
  font-weight: 500;
  color: #E72A2A;
  display: inline-block;
  margin-left: 5px;
  background: #FAAFAD;
  width: 24px;
  height: 24px;
  line-height: 25px;
  text-align: center;
  font-size: 14px;
  border-radius: 3px;
  transform: 0.4s;
  text-decoration: none;
}

.header-social-icons ul li a:hover {
  color: #fff;
  background: #E72A2A;
  transform: 0.4s;
}

.header-bg {
  padding: 0px;
  background: #b72121;
  border-radius: 3px;
}

.header-area-4 .header-bg .header_menu ul.main-menu>li>a {
  padding: 32px 0px;
  color: #fff;
}

.header-area-4 .header-bg .header-right {
  padding: 17px 0px;
}

.header-area-4.stick {
  background: #b72121;
}

.header-area-4 .header-right a.main-search,
.header-area-4.stick .header-bg .header_menu ul.main-menu>li>a {
  color: #fff;
}

.intro-area-4 .title-2 {
  font-size: 50px;
  line-height: 60px;
  text-transform: unset;
}

.intro-area-4 .title-1 {
  font-size: 24px;
  color: #E72A2A;
  padding: 0px;
}

.intro-area-4 .slide-all-text {
  margin-top: 100px;
}

/*--------------------------------*/
/* 22. Overview Area-2
/*--------------------------------*/
.overview-area-2 {
  background: url(/assets/img/background/bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 1;
  position: relative;
}

.overview-area-2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.90);
  transition: 0.4s;
  content: "";
  z-index: -1;
}

.overview-wrapper h3 {
  font-size: 32px;
  line-height: 40px;
}

.total-count {
  margin-top: 30px;
}

.overview-area-2 .single-count {
  width: 47%;
  float: left;
  text-align: center;
  padding: 30px 20px;
  border-radius: 3px;
}

.left-one {
  margin-right: 3%;
  background: #1FC157;
  border: 1px solid #1FC157;
}

.right-one {
  margin-left: 3%;
  background: #0A27D5;
  border: 1px solid #0A27D5;
}

.count-num {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
}

.single-count h4 {
  color: #fff;
  margin-bottom: 0px;
  font-weight: 400;
}

.overview-area-2 .overview-image {
  position: relative;
  border-radius: 5px;
}

.overview-area-2 .overview-image img {
  border-radius: 5px;
}

/*----------------------------------------*/
/*  23. Breadcumbs Area
/*----------------------------------------*/
.page-area {
  position: relative;
  z-index: 1;
}

.transparent-header {
  background: transparent;
}

.page-area {
  background: url(/assets/img/background/bread.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}

.page-area::after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  z-index: -1;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
  list-style: none;
  border-radius: 0;
  background: none;
}

.breadcrumb-title h2 {
  font-size: 42px;
  line-height: 50px;
  position: relative;
  margin-bottom: 0px;
}

.breadcrumb-items {
  color: #444;
  font-size: 18px;
  line-height: 1;
  padding: 15px 0px;
}

.breadcrumb-items a {
  color: #444;
  font-size: 17px;
  text-decoration: none;
}

.breadcrumb-items>i {
  vertical-align: middle;
  font-size: 13px;
  padding: 0px 7px;
}

.reviews-page-area .single-testi {
  margin-bottom: 30px;
}

/*--------------------------------*/
/* 24. Error page
/*--------------------------------*/
.error-easy-text {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
}

.high-text {
  font-size: 260px;
  line-height: 200px;
  margin-bottom: 40px;
}

.error-bot {
  font-size: 24px;
}

.error-btn {
  background: #E72A2A;
  border: 1px solid #E72A2A;
  color: #fff;
  font-size: 16px;
  padding: 12px 20px;
  transition: 0.4s;
  margin-top: 15px;
  text-transform: capitalize;
  margin-top: 30px;
  display: inline-block;
  font-weight: 700;
  border-radius: 2px;
  text-decoration: none;
}

.error-btn:hover {
  background: #fff;
  color: #E72A2A;
  transition: 0.4s;
}

.high-text span,
.high-text span img {
  width: 200px;
  height: 200px;
}

.high-text span {
  margin-left: -50px;
}

.high-text span img {
  margin: 0px 10px;
  position: relative;
  top: -16px;
}

/*----------------------------------------*/
/* 25. Services Details area
/*----------------------------------------*/
.single-page-head {
  margin-bottom: 30px;
}

.page-head-left {
  margin-right: 20px;
}

.single-services-page p {
  color: #6b6d7e;
}

.left-contact h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.left-menu ul {
  box-shadow: 0 5px 40px 10px #ebeff0;
  background: #fff;
}

.left-menu li {
  display: block;
}

.build-img .page-img {
  padding-bottom: 0;
}

.left-menu ul li.active a {
  position: relative;
  text-decoration: none;
}

.left-menu ul li.active a,
.left-menu ul li a:hover {
  transition: 0.4s;
  background: #E72A2A;
  color: #fff;
}

.left-menu ul li a {
  display: block;
  font-size: 17px;
  font-weight: 700;
  padding: 20px 30px;
  position: relative;
  text-transform: capitalize;
  color: #151b2c;
  border-bottom: 1px solid #f4f4f4;
  text-decoration: none;
}

.left-menu ul li.active a::after {
  right: 30px;
  opacity: 1;
}

.left-menu ul li a::after {
  content: "\e628";
  font-family: themify;
  font-size: 18px;
  position: absolute;
  right: 50px;
  top: 20px;
  color: #fff;
  transition: 0.5s;
  opacity: 0;
}

.left-menu ul li a:hover::after {
  transition: 0.5s;
  right: 30px;
  opacity: 1;
}

.download-btn {
  background-color: #fff;
  box-shadow: 0 5px 40px 10px #ebeff0;
}

.download-btn h4 {
  text-transform: uppercase;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
}

.download-btn h4 {
  text-transform: uppercase;
}

.down-btn i {
  font-size: 24px;
  float: left;
  margin-right: 15px;
  color: #E72A2A;
}

.single-well h2 {
  font-size: 38px;
  line-height: 48px;
}

.down-btn {
  border-bottom: 1px solid #ddd;
  color: #151b2c;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 30px;
  text-transform: capitalize;
  transition: all 0.4s ease 0s;
  overflow: hidden;
  text-decoration: none;
}

.down-btn:hover {
  color: #fff;
  background: #E72A2A;
  transition: all 0.4s ease 0s;
  text-decoration: none;
}

.down-btn:hover i {
  color: #fff;
}

.single-page-head .clients-testi {
  padding: 30px 30px;
  box-shadow: 0 5px 40px 10px #ebeff0;
  background: #fff;
}

.clients-testi .review-text a {
  color: #E72A2A;
  text-decoration: none;
}

.clients-testi .single-review {
  border: none;
}

.review-text h4 {
  text-transform: capitalize;
  font-size: 20px;
  margin-bottom: 5px;
  color: #E72A2A;
}

.single-page-head .review-text p {
  color: #151b2c;
  font-size: 17px;
  line-height: 30px;
  font-weight: 600;
}

.new-project {
  background: #fff;
  box-shadow: 0 5px 40px 10px #ebeff0;
  padding: 30px 30px 40px;
}

.project-new h4 {
  color: #151b2c;
  line-height: 38px;
  font-size: 28px;
}

.hire-btn {
  padding: 12px 30px;
  border: 1px solid #E72A2A;
  background: #E72A2A;
  color: #fff;
  transition: 0.4s;
  font-size: 20px;
  font-weight: 700;
  border-radius: 3px;
  margin-top: 10px;
  display: inline-block;
  text-decoration: none;
}

.hire-btn:hover {
  background: #fff;
  color: #E72A2A;
  transition: 0.4s;
}

.mar-well {
  margin-bottom: 40px;
}

.single-page {
  overflow: hidden;
}

.single-well h3 {
  margin-bottom: 15px;
  font-size: 28px;
}

.single-well.mar-well a {
  text-decoration: none;
}

.single-well.last-part p {
  margin-bottom: 0px;
}

.service-list li {
  display: block;
  position: relative;
  padding-left: 30px;
  color: #2a354e;
}

.service-list li::before {
  position: absolute;
  left: 0;
  content: "\f00c";
  font-family: fontawesome;
  top: 0;
  color: #E72A2A;
}

.single-page-head .service-btn {
  width: 100%;
  margin: 20px 0px 0px 0px;
}

.marker-list li {
  color: #2a354e;
  padding-left: 35px;
  margin: 10px 0px;
  position: relative;
}

.marker-list li::after {
  position: absolute;
  content: "\e64c";
  left: 0;
  top: 3px;
  font-family: themify;
  color: #fff;
  font-weight: 300;
  width: 20px;
  height: 20px;
  background: #E72A2A;
  border: 1px solid #E72A2A;
  border-radius: 50%;
  line-height: 18px;
  text-align: center;
  font-size: 11px;
}

.single-services-page .marker-list li {
  color: #2a354e;
}

.last-content {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/*----------------------------------------*/
/*  26. Blog Sidebar Area
/*----------------------------------------*/
.left-blog-page {
  background: #fff;
  box-shadow: 0 5px 40px 10px #ebeff0;
  padding: 20px 30px;
  margin-bottom: 30px;
}

.blog-search-option input {
  padding: 5px 15px;
  width: 80%;
  border: none;
  height: 56px;
  background: transparent;
}

.blog-search-option {
  margin: 10px 0px;
  display: block;
  background: #fff;
  border: 1px solid #E72A2A;
  border-radius: 3px;
}

.blog-search-option button {
  background: transparent;
  border: none;
}

.blog-search-option button i {
  line-height: 16px;
  font-size: 18px;
  padding: 0px 10px;
}

.blog-search-option button i:hover {
  color: #E72A2A;
}

.left-blog h4 {
  position: relative;
  font-size: 22px;
  margin-bottom: 15px;
  padding: 10px 0px 25px;
  text-transform: capitalize;
  border-bottom: 1px solid #eee;
}

.left-blog h4::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: -2px;
  width: 60px;
  height: 3px;
  background: #E72A2A;
}

.blog-left-content .blog-content::after {
  display: none;
}

.left-side {
  padding-right: 20px;
}

.right-side {
  padding-left: 20px;
}

.left-blog {
  overflow: hidden;
  padding-bottom: 20px;
}

.blog-category li,
.left-blog li {
  display: block;
  position: relative;
}

.left-blog ul li a {
  color: #273048;
  display: inline-block;
  font-size: 16px;
  padding: 7px 0px 7px;
  text-transform: capitalize;
  font-weight: 600;
  text-decoration: none;
}

.blog-category ul {
  margin-top: 12px;
}

.left-blog ul li span {
  display: inline-block;
  ;
  font-size: 15px;
  color: #273048;
  float: right;
  margin: 10px 0px;
  position: absolute;
  right: 0;
  top: -2px;
  font-weight: 600;
}

.pst-content .date-type {
  font-size: 14px;
}

.popular-tag.left-blog ul li a:before {
  display: none;
}

.recent-single-post {
  display: block;
  overflow: hidden;
  padding: 15px 0px;
}

.recent-single-post:last-child {
  border-bottom: none;
}

.post-img {
  display: inline-block;
  float: left;
  padding-right: 15px;
}

.left-blog .post-img a {
  display: block;
  border: 1px solid #fafafa;
}

.pst-content {
  padding-left: 100px;
}

.pst-content p {
  margin-bottom: 0px;
}

.pst-content p a:hover,
.left-blog ul li a:hover {
  color: #E72A2A;
}

.pst-content p a {
  color: #273048;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}

.blog-tags {
  padding: 1px 0;
}

.recent-single-post img {
  width: 100%;
  max-width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 3px;
  border: 1px solid #E72A2A;
}

.left-blog li:last-child {
  border-bottom: 0;
}

.popular-tag.left-side-tags.left-blog ul {
  padding: 0px;
}

.left-tags .left-side-tags ul li {
  border-bottom: 0;
  display: inline-block;
  margin: 5px 2px;
}

.left-tags .left-side-tags ul li a {
  padding: 5px 10px;
  width: auto;
  background: #f4f5f4;
  color: #3d5368;
  border-radius: 3px;
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
}

.left-tags .left-side-tags ul li a:hover {
  color: #fff;
  background: #E72A2A;
}

.left-side-tags h4 {
  margin-bottom: 15px;
}

.blog-side-area .blog-right-column {
  margin-top: -30px;
}

.blog-sidebar-right .single-blog:hover .blog-content p {
  color: #647589;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 10px 0 0px;
  border-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #3d5368;
  background-color: #f4f5f5;
  border: none;
  margin-left: -1px;
  border-radius: 2px;
}

.pagination>li {
  display: inline-block;
  margin: 0px 3px 0px 0px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
  z-index: 3;
  color: #fff;
  background-color: #E72A2A;
  cursor: default;
  border-radius: 2px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
  z-index: 2;
  color: #fff;
  background-color: #E72A2A;
  border-color: #E72A2A;
  border-radius: 2px;
}

.adver-img {
  margin-top: 20px;
}

/*----------------------------------------*/
/*  27. Blog Details
/*----------------------------------------*/
.comments-heading h3,
h3.comment-reply-title {
  border-bottom: 1px solid #ddd;
  font-size: 28px;
  margin: 0 0 40px;
  padding: 0 0 20px;
  text-transform: capitalize;
}

.comments-list ul li {
  margin-bottom: 25px;
}

.comments-list-img {
  float: left;
  margin-right: 30px;
  border-radius: 50%;
}

.comments-details {
  background: #fff;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  padding: 30px;
}

.comments-list-img img {
  border-radius: 50%;
  border: 1px solid #E72A2A;
}

.comments-content-wrap {
  color: #3d5368;
  position: relative;
  font-size: 15px;
  padding-left: 112px;
}

blockquote {
  padding: 30px 40px 20px 80px;
  margin: 0 0 20px;
  font-size: 15px;
  border-left: none;
  font-style: italic;
  position: relative;
  background: #f5f5f5;
}

blockquote::before {
  position: absolute;
  top: 20px;
  left: 30px;
  content: "\f10d ";
  font-family: fontawesome;
  font-size: 34px;
  color: #3d5368;
}

blockquote p {
  font-size: 16px !important;
  line-height: 28px;
  color: #273048;
  font-weight: 600;
}

.author-avatar {
  display: inline-block;
  float: left;
  width: 10%;
}

.comments-content-wrap span b {
  margin-right: 5px;
}

span.post-time {
  margin-right: 5px;
}

.comments-content-wrap p {
  color: #3d5368;
  margin-top: 10px;
  margin-bottom: 0px;
  font-size: 15px;
}

.threaded-comments {
  margin-left: 50px;
}

.comment-respond {
  margin-top: 20px;
}

span.email-notes {
  color: #3d5368;
  display: block;
  font-size: 12px;
  margin-bottom: 10px;
}

.comment-respond p {
  color: #3d5368;
  margin-bottom: 5px;
}

.comment-respond input[type=text],
.comment-respond input[type=email] {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  height: 46px;
  margin-bottom: 15px;
  padding: 0 0 0 10px;
  width: 100%;
  background: transparent;
}

.comment-respond textarea#message-box {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  max-width: 100%;
  padding: 10px;
  height: 200px;
  width: 100%;
  background: transparent;
}

.comments-content-wrap span a {
  color: #E72A2A;
  text-decoration: none;
}

.comments-content-wrap span a:hover {
  color: #E72A2A;
}

.blog-d-btn {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-top: 5px;
  padding: 12px 20px;
  transition: 0.4s;
  border-radius: 2px;
  width: auto !important;
  margin-top: 20px;
  border: 1px solid #E72A2A;
  text-transform: capitalize;
  font-weight: 600;
}

.blog-d-btn:hover {
  background: #fff;
  color: #E72A2A;
  border: 1px solid #E72A2A;
}

.blog-page-details .left-blog-page {
  margin-top: 0px;
  margin-bottom: 30px;
}


.single-post-comments, .related-post {
  margin-top: 30px;
  float: left;
  width: 100%;
  padding-bottom: 30px;
  display: block;
}

.left-head-blog .pst-content p {
  margin-bottom: 5px;
}

.blog-post-wrapper .blog-content h4 {
  font-size: 26px;
  line-height: 34px;
}

.blog-post-wrapper .blog-content h4 {
  font-size: 24px;
  line-height: 34px;
}

.blog-post-wrapper .blog-content {
  border: none;
  padding: 30px 0px 30px;
  background: transparent;
}

.blog-post-wrapper .blog-images img {
  width: 100%;
  height: 100%;
  max-height: 450px;
  object-fit: cover;
}

.blog-post-wrapper .img-blog {
  margin: 15px 0px 30px;
  max-height: 350px;
  overflow: hidden;
  width: 50%;
  float: left;
}

.left-blog-img img {
  padding-right: 15px;
}

.right-blog-img img {
  padding-left: 15px;
}

.related-post-list .recent-single-post {
  width: 50%;
  float: left;
  padding: 0px 20px 0px 0px;
  margin-bottom: 40px;
}

.related-post-list .recent-single-post:last-child {
  padding: 0px 0px 0px 20px;
}

/*----------------------------------------*/
/* 28. Project Details page
/*----------------------------------------*/
.project-details h2 {
  font-size: 36px;
  line-height: 46px;
}

.project-carousel-2 .project-image img {
  border: 1px solid #f5f5f5;
  margin: 20px 0px 40px;
}

.project-details {
  margin-left: 20px;
}

.project-history {
  background: #fff;
  box-shadow: 0 5px 40px 10px #e7eced;
  padding: 30px;
  margin-bottom: 30px;
}

.project-details h4 {
  font-size: 22px;
}

.project-name ul li {
  color: #151b2c;
  font-size: 17px;
  line-height: 32px;
  padding-bottom: 10px;
}

.project-name span {
  padding-right: 10px;
  max-width: 110px;
  display: inline-block;
  font-weight: 700;
  width: 100%;
  color: #E72A2A;
  font-size: 17px;
}

.project-inner {
  margin-bottom: 50px;
}

.project-inner .project-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.project-details p {
  font-size: 15px;
  letter-spacing: 0.5px;
  margin-bottom: 25px;
}

.project-details .marker-list li {
  padding-left: 35px;
  margin: 10px 0px;
  position: relative;
  width: 50%;
  float: left;
}

.project-carousel-2.owl-carousel .owl-nav div {
  background: #E72A2A;
  border: 1px solid #E72A2A;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 14px;
  height: 40px;
  line-height: 38px;
  position: relative;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 40px;
  border-radius: 50%;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-prev {
  top: 50%;
  position: absolute;
  left: 3%;
  margin-top: -30px;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-prev:hover,
.project-carousel-2.owl-carousel .owl-nav div.owl-next:hover {
  background: #fff;
  border: 1px solid #E72A2A;
  color: #E72A2A;
  transition: all 0.5s ease 0s;
}

.project-carousel-2.owl-carousel .owl-nav div.owl-next {
  margin-top: -30px;
  position: absolute;
  right: 3%;
  top: 50%;
}

/*----------------------------------------*/
/*  29. Contact Us  CSS
/*----------------------------------------*/
.contact-page {
  margin-bottom: 100px;
}

.contact-icon {
  display: block;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1px 30px 1px #ddd;
  padding: 30px 30px;
  margin-bottom: 50px;
  border-radius: 4px;
}

.single-icon {
  display: flex;
  align-items: center;
}

.single-icon i {
  color: #E72A2A;
  float: left;
  font-size: 28px;
  height: 70px;
  line-height: 68px;
  margin-right: 20px;
  text-align: center;
  width: 70px;
  background: #EDF9FF;
  border-radius: 50%;
  transition: 0.4s;
}

.single-icon p {
  color: #273048;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0px;
}

.contact-icon:hover .single-icon i {
  background: #E72A2A;
  color: #fff;
  transition: 0.4s;
}

.contact-area .contact-form {
  margin-left: 20px;
}

.contact-area .contact-form input[type="text"],
.contact-form input[type="email"] {
  border: 1px solid #d9d9d9;
  border-radius: 0;
  height: 54px;
  margin-bottom: 15px;
  padding-left: 20px;
  width: 100%;
  background: transparent;
}

.contact-area .contact-form textarea#message {
  border: 1px solid #d9d9d9;
  border-radius: 0px;
  height: 150px;
  padding: 20px;
  width: 100%;
  background: transparent;
}

.contact-area .contact-form input[type="submit"] {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #444;
  border-radius: 0;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  padding: 11px 24px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
}

.contact-area .contact-form input[type=submit]:hover {
  color: #fff;
  border: 1px solid #E72A2A;
  background: #E72A2A;
}

.contact-area .contact-btn {
  background: #E72A2A;
  border: 1px solid #E72A2A;
  color: #fff;
  display: block;
  font-size: 18px;
  margin-top: 20px;
  padding: 12px 20px;
  transition: 0.4s;
  border-radius: 2px;
}

.contact-area .contact-btn:hover {
  background: #fff none repeat scroll 0 0;
  color: #E72A2A;
  transition: 0.4s;
}

/*----------------------------------------
  30. Login And Register page
----------------------------------------*/
.login-page {
  display: block;
  overflow: hidden;
  border: 1px solid #f9f9f9;
}

.login-area .slide-1 {
  background: #fff;
  height: 100vh;
}

.login-form {
  background: #fff;
  padding: 40px;
  overflow: hidden;
  text-align: center;
}

.login-image {
  width: 50%;
  float: left;
}

.login-image,
.log-inner img {
  height: 100%;
  max-height: 535px;
  object-fit: cover;
}

.login-area form#contactForm {
  border: none;
  border-radius: 0;
  box-shadow: none;
  background: #fff;
}

.login-form .form-control {
  display: block;
  width: 100%;
  height: 54px;
  padding: 7px 15px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #EDF9FF;
  border-radius: 3px;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  min-height: 36px;
  margin-bottom: 20px;
}

.login-title {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  background: #EDF9FF;
  padding: 10px 40px;
  border-radius: 3px;
  color: #E72A2A;
  display: inline-block;
}

.slide-btn.login-btn {
  border: 1px solid #EDF9FF;
  display: inline-block;
  font-weight: 600;
  margin: 0px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.4s ease 0s;
  width: 100%;
  border-radius: 3px;
  background: #EDF9FF;
  color: #E72A2A;
  height: 54px;
  font-size: 16px;
}

.slide-btn.login-btn:hover {
  border: 1px solid #E72A2A;
  background: #E72A2A;
  color: #fff;
  transition: all 0.4s ease 0s;
}

.flex-box {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.check-group {
  position: relative;
  margin: 10px 0px 20px;
}

.check-box {
  color: #444;
  font-weight: 300;
  letter-spacing: 0;
  margin-bottom: 0;
  outline: none;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  align-items: center;
  padding-left: 0;
}

.check-box-input {
  position: absolute;
  left: 0px;
  top: 0px;
  min-height: 25px;
  height: 26px;
  margin: 0 !important;
  padding: 0 !important;
}

.remember-text {
  color: #273048;
  font-weight: 300;
  font-size: 13px;
  left: 25px;
  position: absolute;
  top: 2px;
}

.text-muted {
  font-size: 12px;
  float: right;
  margin-top: 2px;
  text-decoration: none;
}

.acc-not a {
  text-decoration: none;
}

.separetor {
  margin-top: 20px;
}

.separetor span {
  background: #fff;
  position: relative;
  top: 10px;
  padding: 10px;
}

.sign-icon {
  display: block;
  overflow: hidden;
  margin-top: 40px;
  text-align: center;
}

.sign-icon ul li {
  display: inline-block;
  margin: 0px 5px;
}

.sign-icon ul li a {
  color: #fff;
  display: block;
  text-transform: uppercase;
  font-size: 15px;
  padding: 0px 20px;
  font-weight: 600;
  text-decoration: none;
}

.sign-icon ul li a.facebook {
  color: #3B5998
}

.sign-icon ul li a.twitter {
  color: #00ACED
}

.sign-icon ul li a.google {
  color: #C32F10
}

.acc-not {
  font-size: 13px;
  margin-top: 20px;
  font-weight: 600;
}

.signup-form .check-group {
  position: relative;
  margin: 0px 0px 20px;
}

.signup-page .login-image,
.signup-page .log-inner img {
  height: 100%;
  max-height: 460px;
  object-fit: cover;
  margin-top: 40px;
}

button.owl-prev {
  top: 0%;
  position: absolute;
  left: 0%;
}
.owl-nav i{
    background: #fff;
    border: 1px solid #E72A2A;
    border-radius: 3px;
    color: #E72A2A;
    display: inline-block;
    font-size: 14px;
    height: 34px;
    line-height: 33px;
    position: relative;
    text-align: center;
    transition: all 0.5s ease 0s;
    width: 34px;
}
.owl-nav i:hover{
background:#E72A2A;
color: #fff;
}


button.owl-next {
  top: 0%;
  position: absolute;
  right: 0%;

}
