.desktop-nav .navbar::before{
  background-color: #FFFFFF;
}
.desktop-nav .navbar .navbar-nav .nav-item a, .desktop-nav .navbar .navbar-nav .nav-item a.active, .desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #000000;
}
.desktop-nav .navbar .navbar-nav .nav-item a::before {
  left: -15px;
}
.navbar-area .navbar-brand{
  padding: 0;
}
.desktop-nav .navbar .navbar-nav .nav-item {
  padding-bottom: 33px;
  padding-top: 33px;
}
p{
  text-align: justify !important;
}
.footer-area::before {
  background-color: var(--main-color);
}
.copy-right-area {
  background-color: #000000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.copy-right-area .copyright a{
  color: #ffffff;
}
.single-footer-widget .address-link li i{
  color: #ffffff;
}


.single-footer-widget .import-link li a::before {
  background-color: var(--main-color);
}
.single-footer-widget .import-link li a:hover {
  padding-left: 20px;
  color: #ffffff;
}

.recent-post ul li {
  margin-bottom: 15px;
  padding-bottom: 20px;
  position: relative;
  padding-left: 90px;
  border-bottom: 1px solid #eeeeee;
}

.recent-post ul li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}

.recent-post ul li a {
  font-size: 15px;
  color: var(--white-color);
  margin-bottom: 10px;
  font-weight: 600;
  display: inline-block;
}

.recent-post ul li a:hover {
  color: var(--main-color);
}

.recent-post ul li a img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 80px;
}

.recent-post ul li span {
  display: block;
  font-size: 14px;
  color: var(--white-color);
}
.recent-post ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.maj{
  text-transform: uppercase !important;
}
.blog-img img{
  height: 280px;
  width: auto;
}
.blog-img{
  overflow: hidden;
}
.mission ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
}
.mission ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.mission ul li::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 4px;
  height: 80%;
  background-color: var(--optional-color);
}
.single-services-card:hover h3 a{
  color: var(--white-color);
}

/*--- Service Item ---*/
.service_item_07{
  position: relative;
  z-index: 2;
  height: 520px;
  border-radius: 10px;
  margin: 0 8px 40px;
  padding: 15px 15px 44px;
  border: 1px solid #e8e8e8;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service_item_07:hover{
  border-color: transparent;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:    0px 10px 30px 0px rgba(0, 0, 0, 0.05);
  box-shadow:         0px 10px 30px 0px rgba(0, 0, 0, 0.05);
}
.service_item_07:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  border-radius: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-box-shadow: 0px 4px 0px 0px var(--main-color);
  -moz-box-shadow: 0px 4px 0px 0px var(--main-color);
  box-shadow: 0px 4px 0px 0px var(--main-color);
}
.service_item_07:hover:after {
  visibility: visible;
  opacity: 1;
}
.service_item_07 .ibMeta{
  font-size: 71px;
  line-height: 71px;
  color: var(--main-color);
  margin: 0 0 50px;
}
.service_item_07 h3{
  color: #382c4d;
  font-size: 24px;
  line-height: 30px;
  font-weight: 800;
  margin: 0 0 7px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.service_item_07 h3 a{
  color: inherit;
}
.service_item_07 h3 a:hover{
  color: var(--main-color);
}
.service_item_07 h5{
  font-size: 16px;
  line-height: 1;
  font-weight: 400;
  color: var(--main-color);
  margin: 0 0 23px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.service_item_07 p{
  color: #5f5f5f;
  line-height: 30px;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.service_item_07 .srm{
  width: 56px;
  height: 56px;
  line-height: 56px;
  text-align: center;
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  font-size: 16px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, -15px, 0);
  -moz-transform: translate3d(0, -15px, 0);
  -webkit-transform: translate3d(0, -15px, 0);
}
.service_item_07:hover .srm{
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
}
.service_item_07 .srm:hover{
  background: #382c4d;
}
.service_item_07:hover h3, .service_item_07:hover h5, .service_item_07:hover p{
  transform: translate3d(0, -25px, 0);
  -moz-transform: translate3d(0, -25px, 0);
  -webkit-transform: translate3d(0, -25px, 0);
}

.service_sidebar{
  position: relative;
  margin-right: 60px;
  margin-top: 30px;
}
.service_list{
  margin: 0 0 50px;
  padding: 0 0 12px;
  background: #f9f9f9;
  border-radius: 3px;
}
.service_list .widget_title{
  position: relative;
  top: -30px;
  width: calc(100% - 50px);
  height: 76px;
  font-size: 20px;
  color: #161616;
  line-height: 75px;
  font-weight: 600;
  margin-bottom: -12px;
  text-transform: capitalize;
  letter-spacing: 0;
  margin-right: auto;
  margin-left: auto;
  padding: 0 34px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow:    0px 3px 73px 0px rgba(0, 0, 0, 0.11);
  box-shadow:         0px 3px 73px 0px rgba(0, 0, 0, 0.11);
}
.service_list .widget_title img{
  height: 32px;
  width: auto;
  margin-right: 15px;
}
.service_list .widget_title i{
  display: inline-block;
  font-size: 32px;
  margin-right: 17px;
  color: #020288;
  position: relative;
  top: 10px;
}
.service_list ul{
  margin: 0;
  padding: 0;
}
.service_list ul li{
  list-style: none;
  display: block;
  position: relative;
  border-bottom: 1px solid #ebebeb;
  padding: 10px 60px;
}
.service_list ul li:last-child{
  border: none;
}
.service_list ul li a{
  display: inline-block;
  font-size: 17px;
  color: #161616;
  position: relative;
}
.service_list ul li a:before{
  position: relative;
  top: -1px;
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #d6d6d6;
  border-radius: 50%;
  content: '';
  margin-right: 14px;
  transition: all ease 300ms;
  -moz-transition: all ease 300ms;
  -webkit-transition: all ease 300ms;
  -o-transition: all ease 300ms;
  -ms-transition: all ease 300ms;
}
.service_list ul li.active a,
.service_list ul li a:hover{
  color: var(--main-color);
}
.service_list ul li.active a:before,
.service_list ul li a:hover:before{
  background: var(--main-color);
}
.contactInfo{
    margin: 0;
    padding: 0 0 13px;
    background: #f9f9f9;
    border-radius: 3px;
}
.contactInfo .widget_title{
    position: relative;
    top: -30px;
    width: calc(100% - 50px);
    height: 76px;
    font-size: 20px;
    color: #161616;
    line-height: 75px;
    font-weight: 600;
    margin-bottom: 30px;
    text-transform: capitalize;
    letter-spacing: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0 34px;
    background: #fff;
    -webkit-box-shadow: 0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow:    0px 3px 73px 0px rgba(0, 0, 0, 0.11);
    box-shadow:         0px 3px 73px 0px rgba(0, 0, 0, 0.11);
}
.contactInfo .widget_title img{
    height: 32px;
    width: auto;
    margin-right: 15px;
}
.contactInfo .widget_title i{
    display: inline-block;
    font-size: 32px;
    margin-right: 17px;
    color: #020288;
    position: relative;
    top: 10px;
}
.infoItem{
    position: relative;
    min-height: 62px;
    padding: 5px 30px 26px 138px;
    margin-bottom: 24px;
    border-bottom: 1px solid #ececec;
}
.infoItem:last-child{
    border: none;
    margin: 0;
}
.infoItem i{
    left: 53px;
    width: 62px;
    height: 62px;
    line-height: 65px;
    text-align: center;
    border-radius: 50%;
    font-size: 24px;
    color: #fff;
    background: var(--main-color);
    position: absolute;
    left: 53px;
    top: 0;
}

.infoItem h5{
    font-size: 22px;
    color: #161616;
    line-height: 24px;
    margin: 0 0 5px;
}
.infoItem p{
    /* font-size: 18px; */
    /* line-height: 25px; */
    color: #3c3c3c;
    margin: 0;
}
.service_details03{
  position: relative;
  margin-left: -39px;
}
.service_details03 p {
  line-height: 30px;
  text-align: justify;
  color: #000000;
  margin: 0 0 20px;
}
.imageGallery{
  position: relative;
  margin: 0 0 32px;
}
.imageGallery .galImg{
  position: relative;
}
.imageGallery .galImg img{
  width: 100%;
  height: auto;
  border-radius: 3px;
}

/*--- List Item ---*/
.service_details03 ul {
  padding: 0;
  list-style-type: none;
  display: inline-block;
  margin-bottom: 0;
  margin-left: 25px;
}
.service_details03 ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.service_details03 ul li::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 2px;
  background-color: var(--main-color);
}

.folioItem02{
  position: relative;
  margin-right: 8px;
  margin-bottom: 40px;
}
.folioItem02.mrleft{
  margin-right: 0;
  margin-left: 8px;
}
.folioItem02 img{
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.folioHover02{
  position: relative;
  display: inline-block;
  background: #fff;
  margin: -150px 0 0 40px;
  border-radius: 50px;
  padding: 22px 52px 24px 38px;
  -webkit-box-shadow: -1px 3px 57px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow:    -1px 3px 57px 0px rgba(0, 0, 0, 0.06);
  box-shadow:         -1px 3px 57px 0px rgba(0, 0, 0, 0.06);
}
.folioHover02 p{
  color: var(--theme-color-three);
  font-size: 13px;
  line-height: 20px;
  margin: 0;
}
.folioHover02 p a{
  color: inherit;
}
.folioHover02 h4{
  font-size: 22px;
  line-height: 30px;
  color: #382c4d;
  font-weight: 600;
  margin: 0;
}
.folioHover02 h4 a{
  color: inherit;
}
.folioHover02 h4 a:hover{
  color: var(--theme-color-three);
}
.img-d-project img{
  width: 100%;
  height: auto;
}

/*-----------------------------------------------------------------
/ 15. Contact Page
/------------------------------------------------------------------*/
.mapsSection{
  position: relative;
  overflow: hidden;
}
.mapsSection iframe{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 510px;
  line-height: .8;
  border: none;
}
.mapsSection02 iframe{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 611px;
  line-height: .8;
  border: none;
}
.google_map{
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 510px;
  line-height: .8;
}
.icon_box_06{
  position: relative;
  padding: 2px 0 0 74px;
  min-height: 61px;
  margin-right: -30px;
  margin-bottom: 13px;
}
.icon_box_06 .ibMeta{
  position: absolute;
  left: 0;
  top: 0;
  width: 61px;
  height: 61px;
  background: #fff;
  line-height: 64px;
  border-radius: 50%;
  border: 2px solid #eceef2;
  font-size: 26px;
  color: var(--main-color);
  text-align: center;
}
.icon_box_06 p{
  color: #252525;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin: 0;
}
.icon_box_06 p span{
  color: #636363;
}
.ib62, .ib63{
  padding-top: 19px;
}
.ib63 p{
  color: var(--main-color);
}
.contactPage {
  position: relative;
  padding: 0 0 210px;
}
.contactPageForm{
  background: transparent;
  box-shadow: none;
  margin: 0 0 0 30px;
  padding: 0;
}
.contactPageForm .secTitle02{
  font-size: 32px;
  line-height: 42px;
  color: #252525;
  font-weight: 800;
  text-align: left;
  margin: 0 0 29px;
}
.contactPageForm textarea,
.contactPageForm input{
  height: 60px;
  border-radius: 50px;
  padding: 0 38px;
  font-size: 16px;
  line-height: 60px;
  color: #8799a3;
  background: #fff;
  font-weight: 400;
  margin: 0 0 20px;
  border: 2px solid #eceef2;
  width: 100%;
}
.contactPageForm textarea{
  height: 220px;
  line-height: 28px;
  padding-top: 15px;
  border-radius: 30px;
}
.contactPageForm textarea::-moz-placeholder,
.contactPageForm input::-moz-placeholder {
  color: #8799a3;
  opacity: 1;
}
.contactPageForm textarea::-ms-input-placeholder,
.contactPageForm input::-ms-input-placeholder {
  color: #8799a3;
  opacity: 1;
}
.contactPageForm textarea::-webkit-input-placeholder,
.contactPageForm input::-webkit-input-placeholder {
  color: #8799a3;
  opacity: 1;
}
.contactPageForm .berpo_btn{
  height: 60px;
  font-size: 14px;
  line-height: 61px;
  border-radius: 50px;
  margin-top: 20px;
}
.contact_form button {
  width: 100%;
}
.berpo_btn {
  position: relative;
  overflow: hidden;
  font-size: 15px;
  font-weight: 700;
  height: 61px;
  line-height: 62px;
  border-radius: 5px;
  padding: 0 35.5px;
  text-align: center;
  border: none;
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  background: var(--main-color);
  color: #fff;
  vertical-align: middle;
  z-index: 2;
  transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition-delay: calc((var(--n) - 1) * 0.1s);
  -moz-transition-delay: calc((var(--n) - 1) * 0.1s);
  -webkit-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.berpo_btn .bp-shape {
  display: inline-block;
  position: absolute;
  width: 25%;
  height: 100%;
  background: #030303;
  transform: translateY(150%);
  border-radius: 50%;
  left: calc((var(--b) - 1) * 25%);
  transition: 0.5s;
  transition-delay: calc((var(--b) - 1) * 0.1s);
  z-index: 1;
}
.berpo_btn .bp-shape:nth-child(1) {
  --b: 1;
}
.berpo_btn .bp-shape:nth-child(2) {
  --b: 2;
}
.berpo_btn .bp-shape:nth-child(3) {
  --b: 3;
}
.berpo_btn .bp-shape:nth-child(4) {
  --b: 4;
}
.berpo_btn:hover .bp-shape {
  transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
  -moz-transform: translateY(0) scale(2);
}
.berpo_btn:hover{
    color: #fff;
}
.berpo_btn .bp-text {
  z-index: 3;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.contactFWrap {
  position: relative;
  background: url(../images/bg-contacts.jpg) no-repeat center center/cover;
  padding: 92px 70px 112px;
  margin: -70px 0 0;
}
/*--- Service Item ---*/
.reference{
  position: relative;
  margin-right: 13px;
  border-radius: 10px;
  margin-bottom: 42px;
  padding: 63px 58px 42px 220px;
  background: url(../images/12.png) no-repeat left top #fff;
  -webkit-box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.13);
  -moz-box-shadow:    0px 0px 62px 0px rgba(0, 0, 0, 0.13);
  box-shadow:         0px 0px 62px 0px rgba(0, 0, 0, 0.13);
}
.reference.ml13{
  margin-right: 0;
  margin-left: 13px;
}
.reference .ibMeta{
  width: 128px;
  height: 124px;
  position: absolute;
  z-index: 3;
  left: 40px;
  top: 44px;
  /* background: url(../images/2.png) no-repeat center center / cover; */
  font-size: 48px;
  line-height: 128px;
  color: #000000;
}
.reference .ibMeta i{
  line-height: 1;
  margin-left: 17px;
  margin-top: 50px;
  display: block;
  position: relative;
  z-index: 2;
}
.reference .ibMeta svg{
  width: 128px;
  height: 124px;
  position: absolute;
  left: 12px;
  top: 12px;
  fill: inherit;
}
.reference h3{
  font-size: 28.93px;
  line-height: 35px;
  color: #444444;
  font-weight: 800;
  margin: 0 0 4px;
}
.reference h3 a{
  color: inherit;
}
.reference h3 a:hover{
  color: var(--theme-color);
}
.reference p{
  font-size: 17.56px;
  line-height: 26.86px;
  color: #666666;
  margin-bottom: 27px;
}
.reference .berpo_btn.with_icon04{
  height: 53px;
  line-height: 51px;
  border: 2px solid var(--theme-color);
  color: #010101;
  font-size: 13.17px;
  background: transparent;
}
.reference .berpo_btn.with_icon04 i{
  width: 25px;
  height: 25px;
  background: var(--theme-color);
  font-size: 12px;
  line-height: 26px;
}
.reference .berpo_btn .bp-shape{
  background: var(--theme-color);
}
.reference .berpo_btn:hover{
  color: #fff;
}
.reference .berpo_btn:hover i{
  background: #980000;
  color: #fff;
}
