


/* ================================= */
/* Typography */
/* ================================= */






h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}

h2 {
  font-size: 48px;
  line-height: 61.04px;
}

h3 {
  font-size: 31px !important;
  line-height: 45px;
}

h4 {
  font-size: 25px;
  line-height: 31px;
}


.display__heading {
  font-size: 61.04px;
  line-height: 76.3px;
  font-family: 'Inter', sans-serif;
  font-weight: 900;
}

.title-2 {
  font-family: inherit;
  font-size: 48.83px !important;
  line-height: 61.04px;
  font-weight: 700;
  margin-bottom: 20px;
}

.cta-title {
  color: inherit;
  text-align: inherit;
}

.title-5 {
  font-family: 'Inter', sans-serif;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 15px;
}

.sub__heading {
  font-size: 16px;
  line-height: 22px;
  color: #CC1E2F;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
  letter-spacing: .5px;
}

.sub__heading__contact {
  font-size: 25px;
  line-height: 31.25px;
  color: #CC1E2F;
  font-weight: 500;
  text-transform: inherit;
  font-family: 'Lato', sans-serif;
  margin-top: -5px;
  letter-spacing: .5px;
}

.sub__heading__article {
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  margin-bottom: 5px;
  letter-spacing: .5px;
}



.title-link {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}

.archive-title, .archive-title-link {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
}



.archive-title-link:hover {
  color: #CC1E2F;
}

.title-link:hover {
  color: #CC1E2F;
}

.title-link-2 {
  font-family: 'Lato', sans-serif;
  color: #000000;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: -10px;
}


p {
  font-family: 'Lato', sans-serif;
  font-size: 17px;
  line-height: 26px;
  color: #666;
  letter-spacing: 0.1px;
  font-weight: 400;
}

/* List Item */

ul {
  margin: 0 !important;
  padding: 0 !important;
}

ol {
  margin: 0 !important;
  padding: 0 !important;
}

ul li {
  list-style: none;
}

a {
  font-size: 17px;
}


/* BTN */

button {
  border: none !important;
}

a {
  color: #CC1E2F;
  text-decoration: none;
}

a:hover {
  color: #CC1E2F;
}


.btn_secondary {
  background-color: #CC1E2F;
  color: #FFFDFC;
  border-radius: 0;
  display: inline-block;
  padding: 10px 25px 11px;
  text-decoration: none;
}

.hero_btn {
  background-color: #CC1E2F;
  color: #FFFDFC;
  border-radius: 0;
  display: inline-block;
  padding: 10px 25px 11px;
  text-decoration: none;
}

.hero_btn:hover {
  background-color: #171717;
  color: #FFFDFC;
}

.btn_secondary:hover {
  background-color: #171717;
  color: #FFFDFC;
}

.text-btn {
  color: #CC1E2F;
  font-family: 'Lato', sans-serif;
  text-decoration: underline;
}

.text-btn::after {
  content: "";
  display: inline-block;
  background: url("/images/arrow-right.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-bottom: -5px;
  margin-left: 8px;
}

.text-btn:hover {
  text-decoration: none;
  color: #CC1E2F;
}

.text-btn:hover::after {
  margin-left: 15px;
  transition: 0.3s ease-in-out;
}

btn:focus, a:focus
{
  outline: none;
}
.navbar-toggler:focus
{
  outline: none !important;
  box-shadow: none;
}


/* FORM */

label {
  font-family: 'Inter', sans-serif;
  font-size: inherit;
  color: #000000;
  margin-bottom: 8px;
  font-weight: 500;
}

input, .form-control {
  background-color: transparent !important;
  border: 1px solid #554D46;
  border-radius: 4px;
  margin-bottom: 20px;
}

select {
  background-image: url('/images/keyboard_arrow_down.svg');
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 15px;
}

.form-control:focus,
input:focus, 
select:focus, 
textarea:focus {
  border-color: #000000 !important;
  box-shadow: none !important;
}

/* ================================= */
/* Header */
/* ================================= */


.site-header {
  background-color: #FFFDFC;
}

.site-header-container {
  width: 1600px;
  margin: 0 auto;
  padding: 0 10px;
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.mar-2 {
  margin-right: 50px;
}

.nav-item {
  margin: 0 10px;
  position: relative;
}


.navbar-nav .active::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-color: inherit;
  height: 4px;
  width: 100%;
  background-color: #CC1E2F;
}



.nav-item:hover::before {
  content: "";
  position: absolute;
  top: -40px;
  left: 0;
  background-color: #CC1E2F;
  height: 4px;
  width: 100%;
}

.nav-item:last-child {
  margin-right: 0;
}
.nav-item:first-child {
  margin-left: 0;
}

.nav-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #000000;
}

.nav-link:hover {
  color: #CC1E2F;
}


.header-button {
  border-left: 1px solid #CC1E2F;
  margin-left: 25px;
}


.head-btn {
  background-color: #CC1E2F;
  padding: 8px 20px;
  border-radius: 4px;
  color: #FFFDFC;
  margin-left: 30px;
}

.head-btn:hover {
  background-color: #D1D1D9;
  color: #000000;
}

 /* dropdown */
 .dropdown-menu {
  margin-top: 40px !important;
  background-color: #FFFDFC;
  border-radius: 0;
  border: none;
}

.dropdown-menu .nav-item {
  margin: 0;
  width: 100%;
}

.dropdown-menu .nav-item a:hover {
  background-color: inherit;
}

.dropdown-menu .nav-item a {
  color: inherit;
}

.dropdown-menu .nav-item:hover::before {
  display: none;
}
.dropdown-menu .dropdown-menu {
  left: 100%;
  top: 0px;
}
/*  shows the dropdown on hover*/
.navbar ul.nav li:hover > ul.dropdown-menu {
  display: block;   
}
/* before and after */
.navbar .nav > li > .dropdown-menu::before, .navbar .nav > li > .dropdown-menu::after {
  display: none;
}


@media (max-width: 575.98px) { 

  .navbar-nav {
    margin-top: 10px;
    margin-left: -10px !important;
    margin-right: -10px;
    padding: 10px 20px;
    background-color: #e3e3e3;
  }

  .navbar-nav .nav-item {
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #B4956A;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-nav .nav-item:hover {
    background-color: none !important;
  }

  .navbar-nav .nav-item:hover a {
    color: inherit;
  }
  .devider, .header-button, .head-btn {
    display: none;
  }

  .navbar-nav .active::before {
    display: none;
  }

  .nav-item:hover::before {
    display: none;
  }

  .dropdown-menu {
    margin-top: 0px !important;
    background-color: inherit;
  }

  .dropdown-menu .nav-item a:hover {
    background-color: inherit;
  }

  .button-header {
    display: none !important;
  }

 
}





/* ================================= */
/* Page Title */
/* ================================= */


.page-title {
  color: #000000 !important;
}

.page-title-bread {
  color: #FFFDFC;
}

.breadCrumb {
  display: inline-block;
  color: #666;
  font-size: 16px;
  font-weight: inherit;
}

.breadCrumb a {
  color: #666;
  text-decoration: none;
  font-size: 16px;
  font-weight: inherit;
}

.breadCrumb a:hover {
  color: #CC1E2F;
}

.breadcrumb-arrow {
  color: #CC1E2F;
  margin: 0 10px;
  font-size: 14px;
}

.breadCrumb a:last-child::after {
  content: none;
}



/* ================================= */
/* Footer */
/* ================================= */


.site-footer {
  background-color: #171717;
  padding: 100px 0 20px;
  color: #FFFFFF;
}

.site-footer-bg {
  background: rgba(0, 0, 0, 0.8) url('/assets/images/CTA.png') !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: multiply;
}

.footer-copyright {
  color: #FFFFFF !important;
}

.footerBottom-box {
  border-top: 1px solid #FFFFFF;
  margin-top: 20px;
}




/* ================================= */
/* Body Common */
/* ================================= */



.breadCrumb-item {
  list-style: none;
  display: inline-block;
  margin-right: 7px;

}

.breadCrumb-item:last-child {
  margin-right: 0;
}

.breadCrumb-link {
  color: #666;
}

.breadCrumb-link::after {
  content: ">";
  margin-left: 7px;
  color: #CC1E2F;
}

.breadCrumb-item:last-child .breadCrumb-link::after {
  display: none !important;
}

.breadCrumb-link:hover {
  color: #CC1E2F;
}




/* **************************************** */
/* *********** Big Hero ************ */
/* **************************************** */


#bigHero2 {
  background-color: #EFEFF0;
  height: 750px;
  display: flex;
  align-items: center;
}

.hero-content {
  color: #000000;
}

.heroSub__heading {
  font-size: 20px;
  line-height: 25px;
  font-family: 'Lato', sans-serif;
}

.hero-image {
  float: right;  
}

.hero-image img {
  width: 455px;
  height: 550px;
  object-fit: cover;
}


/* TITLE BOX */

#titleBox {
  background-color: #EFEFF0;
  padding: 50px 0;
}

.titleBox-container {
  background-color: #FFFFFF;
  padding: 40px 100px;
}






/* SHORT ABOUT */

#shortAbout {
  background-color: #FFFFFF;
  padding: 140px 0;
}

.shortAbout-left {
  padding-right: 100px;
}

.shortAbout-images-left img, .shortAbout-images-right img {
  width: 100%;
}

.shortAbout-images-right {
  margin-top: 120px;
}



/* SHORT SERVICES */

#shortServices {
  background-color: #EFEFF0;
  padding: 140px 0;
}

.web-card {
  background-color: #F7F7F7;
  margin: 20px 0;
}

.card-img img {
  width: 100%;
}

.card-content {
  padding: 25px;
}

.card-content p {
  color: #848484;
}





/* SUB SERVICES */

#subServices {
  padding: 140px 0;
}

.subService-card {
  margin: 15px 0;
}


.subService-card-top .card-img-box {
	position: relative;
  width: 100%;
  
}

.card-hover-img {
	width: 100%;
	overflow: hidden;
  border-radius: 4px 4px 0 0;
}

.subService-card-top .card-hover-img img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.subService-card-top .card-hover-img:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.subService-card-top img {
  width: 100%;
}

.subService-card-content {
  border: 1px solid #DEDEDE;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  padding: 20px;

}

.subService-card-title {
  font-size: 25px;
  line-height: 31.25px;
  font-family: 'Lato', sans-serif;
}


/* CTA Banner */



.cta-row {
  width: 30%;
  margin: 0 auto;
}

.btn_CTA {
  background-color: #CC1E2F;
  color: #FFFDFC;
  border-radius: 0;
  display: inline-block;
  padding: 11px 25px 12px;
  text-decoration: none;
  margin-top: 10px;
}



.btn_CTA:hover {
  background-color: #FFFDFC;
  color: #000000;
}

.call-now {
  display: inline-block;
  text-align: left;
  margin-left: 50px;
  color: #CC1E2F;
  font-weight: 700;
}

a.callNow {
  font-size: 26px;
  line-height: 33px;
  color: #FFFFFF;
  text-decoration: underline;
  font-weight: 400;
}

.callNow::before {
  content: "";
  display: inline-block;
  background: url("/images/phone.svg") no-repeat;
  width: 15px;
  height: 15px;
  margin-right: 5px;  
}



/* WHY CHOOSE US */

#chooseUs {
  padding: 140px 0;
}

.chooseUs-left {
  padding-right: 100px;
}

.chooseUs-left .chooseUs-list {
  padding-left: 20px;
}

.chooseUs-left .chooseUs-list .chooseUs-list-item {
  margin-bottom: 10px;
  font-size: 18px !important;
  color: #666;
}

.chooseUs-left .chooseUs-list .chooseUs-list-item::before {
  content: '';
  background-color: #CC1E2F;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  margin-right: 12px;
}

.chooseUs-right {
  float: right;
}

.chooseUs-right img {
  width: 455px;
  height: 550px;
  object-fit: cover;
}




/* ================================= */
/* Page Title */
/* ================================= */
#pageTitle {
  padding: 100px 0;
  background-color: #EFEFF0;
}


/* **************************************** */
/* *********** BLOG INDEX ************ */
/* **************************************** */





#pageBody {
  padding: 100px 0 140px;
}


.article-meta {
  margin-bottom: 20px;
}

.article-meta .byline {
  font-size: 15px;
  font-weight: 600;
  color:#666;
}

.article-meta a {
  color: #171717;
  text-transform: capitalize;
}

.article-meta a:hover {
  color: #CC1E2F;
}

.article-meta .posted-on {
  color: #666;
  font-size: 15px;
  font-weight: 600;
}

.article-meta .posted-on a {
  color: #171717;
  font-weight: 600;
}

.article-meta .posted-on a:hover {
  color: #CC1E2F;
}

.article-cat {
  display: block;
  margin-top: 20px;
}
.article-cat a {
  color: #171717;
  padding: 5px 10px;
  border:1px solid #CC1E2F;
  font-size: 14px;
  text-transform: capitalize;
  margin: 10px 5px;
  letter-spacing: 0.2px;
}

.t-5 {
  margin-top: 100px;
}

.article-cat a:first-child {
  margin-left: 0;
}
.article-cat a:last-child {
  margin-right: 0;
}

.article-card {
  padding: 30px;
  background-color: #EFEFF0;
  margin-bottom: 30px;
}

.article-card-top {
  height: 380px;
  margin-bottom: 20px;
}

.article-card-top-2 {
  margin-bottom: 20px;
  height: 250px;
}

.article-card-top-2 img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.article-card-top img {
  height: 380px;
  width: 100%;
  object-fit: cover;
}

.single-article-cat a {
  font-weight: 600;
  color: #171717;
  margin-right: 8px;
  margin-bottom: 5px;
  display: inline-block;
}

.single-article-cat a::after {
  content: "|";
  margin-left: 8px;
}

.single-article-cat a:last-child {
  margin-right: 0;
}

.single-article-cat a:last-child::after {
  display: none;
}

.article-comment {
  float: right;
  font-size: 16px;
}

.article-author {
  display: flex;
  flex-direction: row;
  padding: 40px 0;
  margin: 70px 0;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
}

.author-image {
  margin-right: 50px;
}

.author-content p {
  font-size: 16px;
}

.next-prev-article {
  display: flex;
  flex-direction: row;
  width: 100%;
}

.next-prev-article-left {
  width: 80px;
  height: 80px;
  margin-right: 18px;
}

.next-prev-article-left img {
  width: 80px;
  height: 80px;
  object-fit: cover;
}



/* **************************************** */
/* *********** COMMENTS ************ */
/* **************************************** */



p.comments-title {
  font-size: 18px;
}

ul.commentlist {
  margin: 0;
  padding: 0;
}

ul.commentlist li {
  list-style: none;
}


ul.commentlist li .comment-body {
  margin-bottom: 35px;
  display: flex;
  justify-content: baseline;
}
ul.commentlist li .comment-body .comment__avatar  {
  margin-right: 20px;
  width: 10%;
}
ul.commentlist li .comment-body .comment__avatar img {
  border-radius: 7px;
}
ul.commentlist li .comment-body .comment__content {
  margin-left: 10px;
  width: 90%;
}

ul.commentlist li .comment-body .comment__content .comment__meta {
  margin-top: -5px;
}
ul.commentlist li .comment-body .comment__content .comment__meta p {
  color: #a3a3a2;
  font-weight: 300;
  font-size: 15px;
}

ul.commentlist li .comment-body .comment__meta a.comment__replay {
  margin-left: 10px;
  color: #CC1E2F;
}

ul.commentlist li .comment-body .comment__meta a.comment__replay:hover {
  color: #CC1E2F;
}

ul.commentlist li .comment-body .comment__meta a.comment__replay i {
  color: #a3a3a2;
}


/* Comment Navigation
--------------------------------------------- */

.nav-comments {
  width: 100%;
  margin-bottom: 35px;
  display: block;
  text-align: right;
}

.nav-comments a.page-numbers {
  padding: 3px 10px;
  border: 1px solid #a067a8;
  color: #888888;
  border-radius: 7px;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-comments a.page-numbers:hover {
  background-color: #a067a8;
  color: #F8F8F8;
}

.nav-comments span.current {
  padding: 3px 10px;
  border: 1px solid #a067a8;
  background-color: #a067a8;
  color: #F8F8F8;
  border-radius: 7px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 3px;
}

/* Comment Form
--------------------------------------------- */

*:focus {
  outline: none !important;
}

#respond input {
  color: #888888;
 }
#reply-title {
  font-size: 22px;
 }
#cancel-comment-reply-link { }
p.comment-form-author {
  width: 48%;
  display: inline-block;
  margin-right: 2%;
}
p.comment-form-email {
  width: 48%;
  display: inline-block;
  margin-left: 1%;
}

#comment{
  height: 160px;
}


.comment-form-author input {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 8px !important;
  padding: 5px 10px;
}
.comment-form-email input {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 8px !important;
  padding: 5px 10px
}
.comment-form-url input {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 8px !important;
  padding: 5px 10px
}
.comment-form-comment textarea {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 8px !important;
  padding: 5px 10px;
  color: #888888;
}
.comment-form-cookies-consent {
  font-size: 14px;
  color: #a067a8;
}

#submit:hover {
  color: #F8F8F8;
}


/* ================================================================================== */
/* ===================== Pagination ==================== */
/* ================================================================================== */

nav.pgn {
  width: 100%;
  float: left;
}

nav.pgn ul {
  list-style: none;
  margin: 0;
  padding: 0 10px 0 0;
  float: left;
}

nav.pgn ul li {
  display: inline-block !important;
  margin-left: 5px;
}

nav.pgn ul li:first-child {
  margin-left: 0;
}

nav.pgn ul li a i {
  color: #CC1E2F;
}

nav.pgn ul li a:hover i {
  color: #F8F8F8;
}

nav.pgn ul li a.pgn__num {  
  padding: 5px 10px;
  background-color: #EFEFF0;
  color: #CC1E2F;
  border-radius: 4px;
  font-weight: 500;
}
nav.pgn ul li a.pgn__prev {
  padding: 5px 10px;
  background-color: #EFEFF0;
  color: #666;
  border-radius: 4px;
  font-weight: 500;
  
}
nav.pgn ul li a.pgn__next {
  padding: 5px 10px;
  background-color: #EFEFF0;
  color: #666;
  border-radius: 7px;
  font-weight: 500;
}
nav.pgn ul li span.pgn__active {
  padding: 4px 9px;
  background-color: #CC1E2F;
  color: #FFFFFF;
  border-radius: 4px;
  font-weight: 500;
}

nav.pgn ul li a.pgn__num:hover {
  background-color: #CC1E2F;
  color: #FFFFFF;
  transition: 0.2s ease-in;
}

nav.pgn ul li a.pgn__prev:hover {
  background-color: #a067a8;
  transition: 0.2s ease-in;
}
nav.pgn ul li a.pgn__next:hover {
  background-color: #a067a8;
  transition: 0.2s ease-in;
}

/* post page navigation */
.page-links a {
  color: #000000 !important;
  font-size: 15px;
  margin: 0 2px;
}

.page-links span.post-page-numbers {
  color: #CC1E2F !important;
  font-weight: 600;
  margin: 0 3px;
}

.pagination {
  width: 100%;
}

.pagination .pagination-item {
  margin: 5px;
}

.pagination .pagination-item .pagination-link {
  background-color: #FFFFFF;
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: bold;
}
.pagination .pagination-item .pagination-link:hover {
  background-color: #CC1E2F;
  color: #FFFFFF;
  transition: 0.2s ease-in-out;
}

.pagination .pagination-item .pagination-link.active {
  background-color: #CC1E2F;
  color: #FFFFFF;
}

/* Comment Navigation
--------------------------------------------- */

.nav-comments {
  width: 100%;
  margin-bottom: 35px;
  display: block;
  text-align: left;
}

.nav-comments a.page-numbers {
  padding: 3px 10px;
  border: 1px solid #CC1E2F;
  color: #666;
  border-radius: 7px;
  font-weight: 500;
  display: inline-block;
  margin-left: 3px;
  font-size: 14px;
  text-transform: uppercase;
}

.nav-comments a.page-numbers:hover {
  background-color: #CC1E2F;
  color: #FFFFFF;
}

.nav-comments span.current {
  padding: 3px 10px;
  border: 1px solid #CC1E2F;
  background-color: #CC1E2F;
  color: #FFFFFF;
  border-radius: 7px;
  font-weight: 500;
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 3px;
}




/* **************************************** */
/* *********** Widgets Area ************ */
/* **************************************** */

.widget 
h1, .widget h2, .widget h3 {
  font-size: 20px !important;
  line-height: 25px;
  margin-bottom: 15px;
}

.footer-widget h1,
.footer-widget h2,
.footer-widget h3,
.footer-widget h4,
.footer-widget h5 {
  font-size: 20px !important;
  line-height: 25px;
  margin-bottom: 15px;
  color: #FFFFFF;
  font-weight: 600;
}


.footer-widget {
  padding-right: 30px;
}

.footer-widget:last-child {
  padding-right: 0;
}

.footer-widget p {
  margin-bottom: 25px;
  color: #B2B1B9;
}

.footer-widget a {
  color: #B2B1B9;
}

.footer-widget a:hover {
  color: #CC1E2F;
}

.footer-widget ul li {
  margin-bottom: 8px;
}

.footer-widget ul li:last-child {
  margin-bottom: 0;
}


.wp-block-latest-comments .avatar, .wp-block-latest-comments__comment-avatar {
	border-radius: 4px;
}

.sidebar-widget {
  margin-bottom: 40px;
}

.sidebar-widget a {
  color: #171717;
}

.sidebar-widget a:hover {
  color: #CC1E2F;
}



/* Search */
.wp-block-search__button {
  background-color: #CC1E2F !important;
  padding: 5px 15px;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  margin-left: 0;
}

.wp-block-search__inside-wrapper  
.wp-block-search__input {
background-color: transparent;
border: 1px solid #666;
margin: 0;
border-radius: 4px 0 0 4px;
border-right: none;
}
  
.wp-block-search__inside-wrapper  
.wp-block-search__input:focus {
background-color: none !important;
}

form.search-form {
  display: flex;
  margin-top: 40px;
}

form.search-form .search-field {
  background-color: transparent;
  border: 1px solid #666;
  margin: 0 !important;
  border-radius: 5px 0 0 4px;
  border-right: none !important;
  padding: 5px 10px;
}

.search-submit {
  background-color: #CC1E2F !important;
  padding: 5px 15px;
  border: 1px solid #CC1E2F;
  color: #FFFFFF;
  border-radius: 0 4px 4px 0;
  margin-left: -5px !important;
}




/* IMAGE HOVER EFFECT */
.container-hover {
  position: relative;
}

.image-hover {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-hover {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
	border-radius: 8px 0px 0px 8px;
}

.container-hover:hover .overlay-hover {
  height: 100%;
}

.text-hover {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}


/* TEXT BTN */
.text-button{
  position: relative;
}
.myarrow{
  position:absolute;
  top:0;
  bottom:0;
  right: -20px;
  transform: rotate(90deg);
  display: inline-block;
}
.line {
  border-right: 0.2rem solid red;
  display:inline-block;
  height:2rem;
}
.arrow{
position:absolute;
  top:-0.3rem;
  bottom:0;
  height:1rem;
  border-right: 0.2rem solid red;
  display: inline-block;
}
.right{
  left:0.3rem;
  transform: rotate(-45deg);
}
.left{
  right:0.3rem;
  transform: rotate(45deg);
}

.text-button:hover .line {
  height:5rem;
  transition: 0.3s ease-in-out;
  margin-left: 50px;
}



/*=====================================
 Comment Template CSS
========================================*/

.comments-area {
  margin-top: 40px;
}

.comments-area h2.comments-title {
  font-size: 25px;
  margin-bottom: 20px;
}

.comment-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comment-meta {
  margin-bottom: 20px;
}

.comment-meta a {
  color: #333;
}

.comment-author.vcard {
  position: relative;
  padding-left: 50px;
}

.comment-author.vcard img {
  position: absolute;
  left: 0;
  top: 5px;
}

.comment-metadata {
  margin-left: 50px;
}

.comments-area table {
  border-left: 1px solid #dddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}

.comments-area table td,
.comments-area table th {
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 10px;
}

.comments-area th {
  background: #278cc1;
  color: #fff;
}

.comments-area dd {
  margin-bottom: 15px;
}

.comments-area .comments-content ul,
.comments-area .comments-content ol {
  padding-left: 15px;
}

.comments-area .comment-content ul,
.comments-area .comment-content ol {
  padding-left: 15px;
}


.comment-list li.comment {
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 30px;
}

.comment-metadata {
  font-size: 80%;
}

.comment-reply-link {
  margin-top: 10px;
}

.comment-list li ol.children {
  padding-left: 50px;
  margin: 0;
  list-style: none;
  margin-top: 25px;
}

.comment-list li ol.children ol.children {
  padding-left: 20px;
}

.comment-list li.comment:last-child {
  border-bottom: 0px solid;
  padding-bottom: 0;
  margin-bottom: 0;
}

.comment-respond {
  margin-top: 50px;
}

.comment-notes {
  font-size: 90%;
  margin-bottom: 40px;
}

.comment-form label {
  display: block;
  margin-bottom: 10px;
}

.comment-form input,
.comment-form textarea {
  margin-bottom: 10px;
  border-radius: 4px !important;
  background-color: transparent;
  border: 1px solid #666;
}

.comment-form input[type=submit] {
  width: auto;
  background-color: #CC1E2F !important;
  color: #FFFDFC !important;
  border-radius: 0;
  display: inline-block;
  padding: 10px 25px 11px;
  text-decoration: none;
  border: none !important;
}

.comment-form label {
  display: inline-block !important;
}

p.comment-form-cookies-consent label {
  margin-left: 10px !important;
}



/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
  .display__heading {
    font-size: 39.06px;
    line-height: 48.83px;
  }

  .title-2 {
    font-size: 31px !important;
    line-height: 38.83px;
  }

  .sub__heading {
    font-size: 14px;
    line-height: 20px;
  }
  
  .sub__heading__contact {
    font-size: 22px;
    line-height: 31.25px;
  }
  

  .navbar-nav {
    margin-top: 10px;
    margin-left: -10px !important;
    margin-right: -10px;
    padding: 10px 20px;
    background-color: #e3e3e3;
  }

  .navbar-nav .nav-item {
    margin: 0;
    padding: 5px 20px;
    border-bottom: 1px solid #CC1E2F;
  }

  .navbar-nav .nav-item:last-child {
    border-bottom: none;
  }
  .navbar-nav .nav-item:hover {
    background-color: none !important;
  }

  .navbar-nav .nav-item:hover a {
    color: inherit;
  }
  .devider, .header-button, .head-btn {
    display: none;
  }

  .navbar-nav .active::before {
    display: none;
  }

  .nav-item:hover::before {
    display: none;
  }

  .dropdown-menu {
    margin-top: 0px !important;
    background-color: inherit;
  }

  .dropdown-menu .nav-item a:hover {
    background-color: inherit;
  }

  #bigHero2 {
    height: auto;
    padding: 20px 0 !important;
  }

  .shortAbout-images-right{
    margin-top: 15px;
  }

  .chooseUs-left, .faq-left, .contactShort-left {
    padding-right: 10px;
  }

  .testimonial-box {
    overflow: hidden;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left:0;
  }
  .owl-carousel .owl-nav button.owl-next {
    right:0;
  }

  .article-author {
    flex-direction: column !important;
    padding: 20px;
  }

  .author-image {
    margin-bottom: 20px;
  }

  .chooseUs-right img {
    width: 100%;
  }



 }

/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 
  .mob-box {
    display: flex;
    flex-direction: column-reverse;
  }

  .hero-image {
    margin-bottom: 50px;
    float: left;
  }

  #shortAbout, #shortServices, #subServices, #CTAbanner, #chooseUs,  #testimonial, #howWorks, #FAQ, #contactShort {
    padding: 80px 0;
  }
  
  .titleBox-container {
    width: 96%;
    margin: 0 auto;
    padding: 40px;
  }

  .shortAbout-left {
    padding-right: 10px;
    margin-bottom: 50px;
  }
  .contactShort-left {
    padding-right: 10px;
  }
  .faq-left, .contactShort-left {
    margin-bottom: 50px;
  }
 }

/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) { 
  
  #bigHero2 {
    height: 100%;
    padding: 70px 0;
  }
  

  .hero-image img {
    width: 100%;
  }

  .chooseUs-left {
    margin-bottom: 50px;
  }
  picture img {
    height: 150px;
    margin-top: 20px !important;

  }
  .article-author {
    padding: 20px;
  }
  
 }

/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 
  
 }

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) { 
  
  .cta-row {
    width: 400px;
  }
}