/*
Theme Name: Unitel Theme
Theme URI: https://www.uniteldirect.co.uk/
Author: Unitel Direct
Author URI: https://www.uniteldirect.co.uk/
Description: In 2023, responsive private theme.
Version: 1.0
Text Domain: ut
*/
:root{
  --primary-color:#42210b;
}
.p-60{padding: 60px 0px;}
.pb-90{padding-bottom: 90px;}
.pb-120 {
    padding-bottom: 120px;
}
.pt-120 {
    padding-top: 120px;
}
.py-80{padding: 80px 0px;}
.py-100{padding: 100px 0px;}


.page-banner {background-size: cover;background-repeat: no-repeat;background-position: center; background-attachment: fixed;}
.page-banner ul{padding-left: 0px;}
.page-banner .breadcrumb-item {list-style: none;font-size: 16px;color: #fff;}
.page-banner .page-breadcrumb .breadcrumb-item a{text-decoration: none; color: #fff;}
.page-banner ul.bread-crumb{display: flex; justify-content: center; padding: 0px;}
.page-banner .breadcrumb-item+.breadcrumb-item::before {margin: 0px 5px;color: #fff;}
.page-banner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: .4;
}
.page-banner .container{z-index: 1;}


.contact-page-section .form-group{margin: 10px 0px;}
.contact-page-section .btn_hovr{margin: 0px;}

.subheading {
    color: #eaa636;
    font-size: 18px;
    font-weight: 400;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    margin: 0px;
}
.heading{
    font-size: 38px;
    padding-top: 10px;
}
.info-list ul{margin: 0px!important;}
.info-list li{list-style: none;}
.info-list li i {color: #eaa636;}
.info-list li a{text-decoration: none; color: #eaa636;}
.theme-l-border{border-left: 4px solid #003366;}
/*-- fixed header ---*/
.fixed {
  position: fixed;
  top:0;
  left:0;
  width: 100%; 
  z-index: 99;
}
.fixed img.d-site-logo {
  width: 150px;
}

/*--------------------------------------------------------------
# Contact Us Page
--------------------------------------------------------------*/
.cont-us-page .heading:after {
  content: "";
  display: block;
  width: 15%;
  padding-top: 10px;
  border-bottom: 3px solid var(--primary-color);
}
.cont-us-page .form-input{padding: 5px; height: 46px; margin-top: 15px;}
.cont-us-page textarea{padding: 5px; margin-top: 15px;}
.cont-us-page .form-input:focus,
.cont-us-page textarea:focus{
  outline: 1.5px solid var(--primary-color);
}
.cont-us-page .form-input,
.cont-us-page textarea {
  width: 100%;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
}
ul.contact-info{margin: 0px!important; padding: 0px!important;}
ul.contact-info li{list-style: none; padding-bottom: 5px;}
ul.contact-info i{color: var(--primary-color);}



/***
=============================================
    Services Details
=============================================
***/
.service-sidebar {
  position: relative;
  display: block;
  /* max-width: 365px; */
  width: 100%;
}
.service-sidebar .service-sidebar-single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.service-sidebar .service-sidebar-single-services {
  position: relative;
  display: block;
  background: #f3f3f3;
  padding: 35px 30px 25px;
}
.service-sidebar .service-sidebar-single-services .title {
  position: relative;
  display: block;
  margin-bottom: 12px;
  padding-left: 20px;
}
.service-sidebar .service-sidebar-single-services .title h3 {
  color: var(--headings-color);
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.02em;
}
.service-sidebar .service-sidebar-single-services ul {
  position: relative;
  display: block;
  margin-top: 10px;
}
.service-sidebar .service-sidebar-single-services ul li {
  position: relative;
  display: block;
  margin-bottom: 5px;
}
.service-sidebar .service-sidebar-single-services ul li:last-child {
  margin-bottom: 0;
}
.service-sidebar .service-sidebar-single-services ul li a {
  text-decoration: none;
  position: relative;
  display: block;
  color: var(--headings-color);
  font-size: 18px;
  padding: 22px 20px 22px;
  background: transparent;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.service-sidebar .service-sidebar-single-services ul li a:hover {
  color: #fff;
}
.service-sidebar .service-sidebar-single-services ul li a:hover::before {
  background: var(--primary-color);
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li a:hover i {
  color: #fff;
}
.service-sidebar .service-sidebar-single-services ul li a::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(90deg);
          transform: perspective(400px) rotateX(90deg);
  -webkit-transform-origin: bottom;
          transform-origin: bottom;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.05);
}
.service-sidebar .service-sidebar-single-services ul li a i {
  font-size: 16px;
}
.service-sidebar .service-sidebar-single-services ul li.current a::before {
  background: var(--primary-color);
  opacity: 1;
  -webkit-transform: perspective(400px) rotateX(0deg);
          transform: perspective(400px) rotateX(0deg);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.service-sidebar .service-sidebar-single-services ul li.current a{
  color:#fff;
}
.service-sidebar .service-sidebar-single-services ul li.current a i {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-services ul li.current:first-child {
  margin-top: 20px;
}
.service-sidebar .service-sidebar-single-services ul li.current:last-child {
  margin-bottom: 35px;
}
.service-sidebar .service-sidebar-single-contact-box {
  position: relative;
  display: block;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 10px;
  padding: 50px 0px 44px;
  z-index: 1;
}
.service-sidebar .service-sidebar-single-contact-box::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  content: "";
  z-index: -1;
}
.service-sidebar .service-sidebar-single-contact-box .icon {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  text-align: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 50%;
  background: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover {
  background-color: #fff;
}
.service-sidebar .service-sidebar-single-contact-box .icon:hover span::before {
  color: var(--theme-color2);
}
.service-sidebar .service-sidebar-single-contact-box .icon span::before {
  position: relative;
  display: inline-block;
  color: #fff;
  font-size: 30px;
  line-height: 60px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .title {
  position: relative;
  display: block;
  margin-top: 20px;
  margin-bottom: 42px;
}
.service-sidebar .service-sidebar-single-contact-box .title h2 {
  color: #ffffff;
  font-size: 36px;
}
.service-sidebar .service-sidebar-single-contact-box .phone {
  font-size: 24px;
  line-height: 34px;
}
.service-sidebar .service-sidebar-single-contact-box .phone a {
  color: #ffffff;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.service-sidebar .service-sidebar-single-contact-box .phone a:hover {
  color: var(--theme-color1);
}
.service-sidebar .service-sidebar-single-contact-box p {
  color: #ffffff;
  font-size: 14px;
  line-height: 22px;
}
.service-sidebar .service-sidebar-single-btn {
  position: relative;
  display: block;
}
.service-sidebar .service-sidebar-single-btn .thm-btn {
  font-size: 16px;
  padding: 13px 50px 28px;
}
.service-sidebar .service-sidebar-single-btn .thm-btn span::before {
  position: relative;
  display: inline-block;
  top: 13px;
  color: #334b35;
  font-size: 40px;
  padding-right: 25px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}
.service-sidebar .service-sidebar-single-btn .thm-btn:hover span::before {
  color: #ffffff;
}
.service-sidebar .banner-widget {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.08);
}
.service-sidebar .banner-widget .widget-content {
  position: relative;
  display: block;
  width: 100%;
  padding: 45px 30px 40px 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .widget-content .shape {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 278px;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-sidebar .banner-widget .content-box {
  position: relative;
  max-width: 200px;
  width: 100%;
}
.service-sidebar .banner-widget .content-box .icon-box {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 40px;
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
  text-align: center;
  border-radius: 5px;
  margin-bottom: 23px;
}
.service-sidebar .banner-widget .content-box .icon-box .icon-shape {
  position: absolute;
  top: -15px;
  right: -38px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
}
.service-sidebar .banner-widget .content-box h3 {
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 22px;
}
.service-sidebar .banner-widget .content-box .theme-btn-two:hover {
  background: #0a267a;
}
.service-sidebar .service-sidebar-single-btn .theme-btn {
  padding: 20px 50px;
}
.service-sidebar .service-sidebar-single-btn .theme-btn .btn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-sidebar .service-sidebar-single-btn .theme-btn span::before {
  position: relative;
  display: inline-block;
  font-size: 36px;
  padding-right: 25px;
  margin-top: 7px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
  font-weight: 500;
}

.services-details__content .feature-list .single-item {
  position: relative;
  display: block;
  border: 1px solid #e1e8e4;
  padding: 16px 30px 16px 53px;
  margin-bottom: 20px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .icon-box {
  color: var(--theme-color1);
  position: absolute;
  left: 20px;
  top: 16px;
  font-size: 18px;
  -webkit-transition: all 600ms ease;
  transition: all 600ms ease;
}
.services-details__content .feature-list .single-item .title {
  display: block;
  margin: 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 600;
  text-transform: uppercase;
}
.services-details__content .feature-list .single-item:hover {
  background-color: var(--theme-color2);
  color: var(--text-color-bg-theme-color2);
}
.services-details__content .feature-list .single-item:hover .icon-box {
  color: var(--text-color-bg-theme-color2);
}
.ser_img{width: 100%; height: auto; padding-bottom: 30px;}

  /*--------------------------------------------------------------
# Blog One
--------------------------------------------------------------*/
.blog-one {
    position: relative;
    display: block;
    /* padding: 120px 0 90px; */
  }
  
  .blog-one--carousel {
    padding-bottom: 120px;
  }
  
  .blog-one__single {
    position: relative;
    display: block;
    margin-bottom: 30px;
  }
  
  .blog-one__img {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .blog-one__img img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__single:hover .blog-one__img img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  
  .blog-one__img>a {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.5);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: var(--ambed-base, #003366);
    -webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
    transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    transform: translateY(-30%);
  }
  
  .blog-one__img>a>span {
    position: relative;
  }
  
  .blog-one__img>a>span::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: var(--ambed-primary, #f2eeeb);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__img>a>span::after {
    content: '';
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    height: 20px;
    background-color: var(--ambed-primary, #f2eeeb);
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  
  .blog-one__img>a:hover>span::before,
  .blog-one__img>a:hover>span::after {
    background-color: var(--ambed-white, #ffffff);
  }
  
  .blog-one__single:hover .blog-one__img>a {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
  
  .blog-one__content {
    position: relative;
    display: block;
    background-color: var(--ambed-primary, #f2eeeb);
    padding: 32px 40px 29px;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__single:hover .blog-one__content {
    background-color: white;
    -webkit-box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, 0.07);
  }
  
  .blog-one__date {
    position: absolute;
    top: -19px;
    right: 30px;
    background-color: var(--ambed-base, #003366);
    padding: 8px 20px 8px;
    z-index: 2;
  }
  
  .blog-one__date p {
    font-size: 12px;
    color: var(--ambed-white, #ffffff);
    font-weight: 500;
    line-height: 22px;
  }
  
  .blog-one__meta {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  
  .blog-one__meta li+li {
    margin-left: 10px;
  }
  
  .blog-one__meta li a {
    font-size: 14px;
    color: var(--ambed-gray, #8b827d);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__meta li a:hover {
    color: var(--ambed-base, #003366);
  }
  
  .blog-one__meta li a i {
    color: var(--ambed-base, #003366);
  }
  
  .blog-one__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
  }
  
  .blog-one__title a {
    color: var(--ambed-black, #3c3531);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
  }
  
  .blog-one__title a:hover {
    color: var(--ambed-base, #003366);
  }
  
  
.proj .owl-carousel .owl-item img {
    width: 100%;
    height: 280px;
    object-fit: cover;
}


.page-numbers {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #003366;
  background-color: #fff;
  border: 1px solid #003366;
  /* padding: 0px; */
  margin: 0px 5px 0px 0px;
}
.page-numbers.current, .page-numbers:hover{background-color: #003366; color: #fff;}


ul.social-info {margin: 0px; padding: 0px!important; display: flex;}
.social-info li{list-style: none; background-color: #fff; padding: 8px 14px; border-radius: 50%;}
.social-info li i {color: #003366;}

/*---whats app button---*/
.btn-whatsapp-pulse {
	background: #25d366;
	color: white;
	position: fixed;
	bottom: 20px;
	left: 15px;
	font-size: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 0;
	height: 0;
	padding: 35px;
	text-decoration: none;
	border-radius: 50%;
	animation-name: pulse;
	animation-duration: 1.5s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
  z-index: 999;
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
	}
	80% {
		box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
	}
}
/*---whats app button end---*/
.aboutp p{color: #fff!important;}


#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: var(--primary-color );
  background: var(--primary-color );
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  border-radius: 35px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: var(--primary-color );
}
#return-to-top:hover i {
  color: #fff;
}

/*--- Gallery ---*/
.gallery .item{
  position: relative;
  margin: 15px 0px;
}
.gallery .item img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.gallery .item .overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #32be48;
  overflow: hidden;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: .3s ease;
  transition: .3s ease;
}
.gallery .item:hover .overlay {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.gallery .item .text {
  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;
}