/* Template Coevo pro management */

/* ---------------------------------------------
Table of contents
------------------------------------------------
01. font & reset css
02. Reset
03. Header
04. Mobile 
05. Global style 
06. Home page slider 
07. Home page about
08. Home page testimonial
09. Home page our clients
10. Home page services
11. Home page projects
12. Footer
13. About page banner
14. About page why section
15. About page mission and vision
16. About page our value
17. Services page list
18. Services inside page
19. Contact page
20. Blogs page
--------------------------------------------- */


/* 
---------------------------------------------
font 
--------------------------------------------- 
*/
@font-face {
  font-family: "Century_Gothic";
  src: url("../fonts/Century_Gothic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Century_Gothic_Bold";
  src: url("../fonts/Century_Gothic_Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'arca';
  src: url('../fonts/ArcaMajora3-Heavy.otf') format('opentype');
}
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@200;300;400;600;700;900&display=swap');


/* 
---------------------------------------------
font 
--------------------------------------------- 
*/



/* 
---------------------------------------------
reset
--------------------------------------------- 
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Century_Gothic";
  font-weight: 400;
  margin-bottom: 0px;
}

p,
a,
div,
span,
label,
input,
button,
textarea {
  font-family: "Century_Gothic";
  font-weight: 400;
}

p {
  font-family: "Century_Gothic";
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #111111;
  margin-bottom: 16px;
}

html,
body {
  font-family: "Century_Gothic";
  font-weight: 400;
  overflow-x: hidden;
}

/* 
---------------------------------------------
reset
--------------------------------------------- 
*/


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/
.pG_Hed {
  left: 0px;
  right: 0px;
  position: fixed;
  top: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  z-index: 1000;
  background: rgba(24, 22, 22, 0.8);
  display: flex;
  height: 100px;
}

.hDr_Logo {
  position: absolute;
  left: 0px;
  width: 317px;
  height: 115px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  margin-right: 0px;
  top: 25px;
}

.hDr_Logo img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-position: center left;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.hDr_z1 {
  position: relative;
  height: 100px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item {
  margin-right: 30px;
}

#navbarMenu .nav-item:last-child {
  margin-right: 0px;
}

#navbarMenu .nav-item .nav-link {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #2E2E2E;
  border: 0px;
  outline: none;
  box-shadow: none;
  position: relative;
}

.dropdown-toggle {
  padding-right: 20px !important;
}

.dropdown-toggle::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  width: 5px;
  height: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-bottom: 0px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #0BB6B6;
}

#navbarMenu .nav-item .nav-link::before {
  position: absolute;
  content: '';
  width: 0px;
  height: 2px;
  bottom: 0px;
  background-color: #0BB6B6;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

#navbarMenu .nav-item .nav-link:hover::before,
#navbarMenu .nav-item .nav-link.active::before {
  width: calc(100% - var(--bs-navbar-nav-link-padding-x) - var(--bs-navbar-nav-link-padding-x));
}

#navbarMenu.navbar-nav .dropdown-menu {
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
}

.pG_Hed .navbar {
  width: 100%;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.scrollinG .pG_Hed {
  background: rgba(24, 22, 22, 1);
  height: 80px;
}

.scrollinG .hDr_z1 {
  height: 80px;
}

.scrollinG .hDr_Logo {
  height: 80px;
  width: auto;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}



.dropdown-toggle.show {
  z-index: 1010;
}

.dropdown-menu.show {
  z-index: 1010;
}

.nav-link.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}

.dropdown-toggle.show {
  position: relative;
  z-index: 1010;
}



.aftrHover {
  position: fixed;
  background-color: transparent;
  width: 0px;
  height: 0px;
  z-index: -1;
  left: 0;
  right: 0;
  opacity: 0;
  transition-property: opacity, width, height;
  transition-duration: 1s 0.3s 0.3s;
  transition-delay: 0.5s, 1s, 1s;
  -webkit-transition-property: opacity, width, height;
  -webkit-transition-duration: 1s, 0.3s, 0.3s;
  -webkit-transition-delay: 0.5s, 1s, 1s;
}

.mnu .aftrHover {
  z-index: 1000;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: opacity 0.3s ease-in-out;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  opacity: 1;
}

#pG_Body {
  padding-top: 0px;
}


/* 
---------------------------------------------
Header
--------------------------------------------- 
*/

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/
#mobHam {
  -webkit-tap-highlight-color: transparent;
  outline: none !important;
  box-shadow: none;
  margin-left: 1rem;
  display: flex;
  width: 30px;
  margin-right: 1rem;
  height: 25px;
  position: absolute;
  cursor: pointer;
  right: 0px;
  border: 0px;
  outline: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 1500;
  background: transparent;
}

#mobHam:focus,
#mobHam:hover {
  outline: none !important;
  box-shadow: none;
}

#mobHam span {
  transition: all 0.4s ease-in-out;
  left: 0px;
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 4px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#mobHam span:nth-child(1) {
  top: 3px;
}

#mobHam span:nth-child(2) {
  top: 10px;
}

#mobHam span:nth-child(3) {
  top: 17px;
}


.mobShow #mobHam span {
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.mobShow #mobHam span:nth-child(1) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
}

.mobShow #mobHam span:nth-child(2) {
  visibility: hidden;
  opacity: 0;
  width: 0px;
}

.mobShow #mobHam span:nth-child(3) {
  left: 50%;
  top: 50%;
  width: 80%;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
}

.lMnu {
  position: fixed;
  right: -350px;
  top: 100px;
  height: calc(100% - 100px);
  width: 350px;
  /*background-color: rgba(128, 128, 128, 0.5);
  */
  z-index: 1000;
  transition: right 0.4s ease-in-out;
  -webkit-transition: right 0.4s ease-in-out;
  -moz-transition: right 0.4s ease-in-out;
  -ms-transition: right 0.4s ease-in-out;
  -o-transition: right 0.4s ease-in-out;
  display: flex;
}
.scrollinG .lMnu{
  top: 80px;
  height: calc(100% - 80px);}
.lMnu::before {
  position: absolute;
  opacity: 0;
  content: "";
  left: 0px;
  right: 0px;
  height: 100%;
  width: 100%;
  top: 0px;
  background-color: rgba(128, 128, 128, 0.5);
  z-index: -1;
}

.mobShow .lMnu {
  right: 0px;
  width: 100%;
}

.mobShow .lMnu::before {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.3s;
  -webkit-transition: opacity 0.3s ease-in-out 0.3s;
  -moz-transition: opacity 0.3s ease-in-out 0.3s;
  -ms-transition: opacity 0.3s ease-in-out 0.3s;
  -o-transition: opacity 0.3s ease-in-out 0.3s;
}

.lMnu ul {
  padding-left: 0px;
  list-style: none;
  margin-bottom: 0px;
  flex-direction:column!important;
}

.lMnu ul .sMT_MNu li {
  width: 100%;
}

.lMnu .lMnuIns {
  margin-bottom: 0px;
  margin-top: auto;
  margin-left: auto;
  margin-right: 0px;
  width: 21.875rem;
  height: 100%;
  background-color: white;
  padding-left: 0px;
  list-style: none;
  padding-top: 25px;
  padding-bottom: 10px;
  position: relative;
}

.lMnu ul li {
  margin-top: 0px;
  margin-bottom:5px;
  margin-left: 0px !important;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 0px !important;
}

.lMnu ul li a,
#navbarMenu2.navbar-nav .nav-link {
  font-style: normal;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: #000000;
  display: flex;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 1.5rem;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  align-items: center;
  border-radius: 5px;
  letter-spacing: 0.07em;
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.lMnu ul li a .sMT_MNu_L1 {
  display: none;
}

.lMnu ul li a::after {
  margin-left: auto;
  margin-right: 0px;
  display: none;
}

.lMnu ul li a.active,.lMnu ul li.current-menu-item a{
 
    background: #0D026A;
    color: #fffefe !important;
}

.lMnu ul li a:hover {
  text-decoration: none;
  background: rgba(255, 232, 172, 0.678);
  color: #000000 !important;
    background: rgba(13 ,2, 106 , 0.678);
    color: rgb(255 255 255) !important;
}

.lMnu ul li .dropdown-menu {
  display: none;
  position: unset !important;
  border: 0px;
  margin-top: 0px;
}

.lMnu ul li .dropdown-toggle {
  position: relative;
}

.lMnu ul li .dropdown-toggle::after {
  display: flex;
  width: 5px;
  height: 5px;
  content: '';
  right: 15px;
  position: absolute;
  border-top: 5px solid #000000;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 0px;
}

.lMnu ul li .dropdown-menu.show {
  display: block;
  padding: 0px;
}

.lMnu ul li .dropdown-menu a {
  font-size: 1rem;
  padding-left: 30px !important;
}

/* 
---------------------------------------------
Mobile
--------------------------------------------- 
*/


/* 
---------------------------------------------
Global style
--------------------------------------------- 
*/
.block-heading {
  font-size: 40px;
  margin-bottom: .8em;
}

.block-heading h4 {
  font-style: normal;
  font-weight: 400;
  font-size: inherit;
  line-height: 113%;
  color: #0D026A;
}

.block-subheading {
  font-size: 25px;
  color: #0D026A;
  font-family: "Century_Gothic_Bold";
  font-weight: 700;
}

.block-subheading h5 {
  font-family: inherit;
  font-weight: inherit;
  font-style: normal;
  font-weight: 700;
  font-size: inherit;
  line-height: 113%;
  letter-spacing: 0.02em;
  color: inherit;
}

.primary-button {
  background: transparent;
  border: 1px solid #AAAAAA;
  border-radius: 6px;
  font-weight: 400;
  font-size: 20px;
  line-height: 113%;
  letter-spacing: 0.085em;
  color: #0D026A;
  display: flex;
  font-family: 'Poppins', sans-serif;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  position: relative;
  text-decoration: none;
  padding: 16px 100px 16px 50px;
  transition: all 0.4s ease-in-out 0.1s;
  -webkit-transition: all 0.4s ease-in-out 0.1s;
  -moz-transition: all 0.4s ease-in-out 0.1s;
  -ms-transition: all 0.4s ease-in-out 0.1s;
  -o-transition: all 0.4s ease-in-out 0.1s;
  z-index: 2;
}

.primary-button::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  border-left: 10px solid #0D026A;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px;
  transition: all 0.3s ease-in-out 0.2s;
  -webkit-transition: all 0.3s ease-in-out 0.2s;
  -moz-transition: all 0.3s ease-in-out 0.2s;
  -ms-transition: all 0.3s ease-in-out 0.2s;
  -o-transition: all 0.3s ease-in-out 0.2s;
  z-index: 1;
}

.primary-button::before {
  width: 0px;
  left: 0px;
  height: 100%;
  position: absolute;
  content: '';
  background-color: #0D026A;
  top: 0px;
  bottom: 0px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  z-index: -1;
}

.primary-button:hover {
  color: #FFFFFF;
}

.primary-button:hover::after {
  border-left: 10px solid #ffffff;
}

.primary-button:hover::before {
  width: 100%;
}

/* 
---------------------------------------------
Global style
--------------------------------------------- 
*/
/* 
---------------------------------------------
Home page slider
--------------------------------------------- 
*/
.home-slider-wrp {
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.home-slider-inside {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

.home-slider-inside h1 {
  font-family: "Century_Gothic_Bold";
  font-weight: 700;
  font-size: 45px;
  line-height: 113%;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}

.home-more {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 113%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 0px 16px 0px 0px;
  text-decoration: none;
}

.home-more::after {
  position: absolute;
  content: '';
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 8px;
  height: 8px;
  right: 0px;
  border-left: 8px solid #ffffff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 0px;
}

.home-slider .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.2s;
}

.home-slider .owl-item.active p {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.4s;
}

.home-slider .owl-item.active .home-more {
  -webkit-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.5s;
}

/* 
---------------------------------------------
Home page slider
--------------------------------------------- 
*/


/* 
---------------------------------------------
Home page about
--------------------------------------------- 
*/
.block-about-image {
  height: 165px;
  position: relative;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
}

.block-about-image figure {
  height: 100%;
  margin-bottom: 0px;
}

.block-about-image figure img {
  height: 100%;
  width: auto;
  max-height: 100%;
}

.home-about {
  max-width: 470px;
  position: relative;
  top: -20px;
}

.home-about .block-subheading {
  color: #2E2E2E;
  margin-bottom: 1em;
}

.home-about-details p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
  text-align: justify;
}

.home-about-details p a {
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 113%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #0D026A;
  position: relative;
  margin-left: 10px;
  padding-right: 15px;
  text-decoration: none;
}

.home-about-details p a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 5px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 5px;
  height: 5px;
  border-left: 5px solid #0D026A;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0px;
}

.home-company-logo {
  height: 70px;
}

.home-company-logo img {
  height: 100%;
  width: auto;
  object-fit: contain;
  object-position: center;
}

.compny_scrl {
  position: relative;
}

.owl-theme.compny_scrl .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: 0px;
  left: 0px;
  right: 0px;
}




.owl-carousel.compny_scrl .owl-nav button.owl-next,
.owl-carousel.compny_scrl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid transparent;
}

.owl-carousel.compny_scrl .owl-nav button.owl-next i,
.owl-carousel.compny_scrl .owl-nav button.owl-prev i {
  color: #000000;
  margin: auto;
  font-size: 25px;
}

.owl-carousel.compny_scrl .owl-nav button.owl-next {
  right: -55px;
}

.owl-carousel.compny_scrl .owl-nav button.owl-prev {
  left: -55px;
}

.owl-carousel.compny_scrl .owl-nav button.owl-next:hover,
.owl-carousel.compny_scrl .owl-nav button.owl-prev:hover {
  border: 1px solid #000000;
}

.compny_block {}

.compny_block .block-subheading {
  margin-bottom: 32px;
}



/* service sroll */
.service_scrl{
  position: relative;
}

.owl-theme.service_scrl .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: 0px;
  left: 0px;
  right: 0px;
  display: flex;
}

.owl-carousel.service_scrl .owl-nav button.owl-next,
.owl-carousel.service_scrl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid transparent;
}
.owl-carousel.service_scrl .owl-nav button.owl-next i,
.owl-carousel.service_scrl .owl-nav button.owl-prev i {
  color: #f8f8f8;
  margin: auto;
  font-size: 25px;
}
.owl-carousel.service_scrl .owl-nav button.owl-next i:hover,
.owl-carousel.service_scrl .owl-nav button.owl-prev i:hover {
  color: #000000;
}

.owl-carousel.service_scrl .owl-nav button.owl-next {
  right: -55px;

}

.owl-carousel.service_scrl .owl-nav button.owl-prev {
  left: -55px;
}

.owl-carousel.service_scrl .owl-nav button.owl-next:hover,
.owl-carousel.service_scrl .owl-nav button.owl-prev:hover {
  border: none !important;
  color: white;
}


@media only screen and (max-width: 1376px) {
.owl-carousel.service_scrl .owl-nav button.owl-next {
  right: -30px;

}

.owl-carousel.service_scrl .owl-nav button.owl-prev {
  left: -30px;
}
}
@media only screen and (max-width: 992px) {
.owl-carousel.service_scrl .owl-nav button.owl-next {
  right: -5px;

}

.owl-carousel.service_scrl .owl-nav button.owl-prev {
  left: -5px;
}

}


/* service sroll */

/* 
---------------------------------------------
Home page about
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home page testimonial
--------------------------------------------- 
*/
.home-testimonial {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.home-testimonial-banner {
  position: absolute;
  width: 100%;
  height: 160%;
  object-fit: cover;
  object-position: center;
  top: 0px;
  z-index: 0;
}

.home-testimonial-inside {
  position: relative;
  z-index: 1;
}

.home-testimonial-head {}

.home-testimonial-head h4 {
  font-family: "Century_Gothic_Bold";
  font-weight: 700;
  font-size: 45px;
  line-height: 113%;
  color: #FFFFFF;
}

.testimonial-holder {
  display: flex;
  flex-direction: column;
}

.testimonial-stars {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.testimonial-stars i {
  color: #F3B514;
  font-size: 25px;
  margin-left: 8px;
  margin-right: 8px;
}

.testimonial-details {
  margin-top: 45px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.testimonial-details p {
  font-weight: 400;
  font-size: 25px;
  line-height: 134.5%;
  text-align: center;
  color: #FFFFFF;
}

.testimonial-user {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.testimonial-user figure {
  margin-left: auto;
  margin-right: auto;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
}

.testimonial-user figure img {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}

.testimonial-user h4 {
  font-family: "Century_Gothic_Bold";
  font-weight: 700;
  font-size: 22px;
  line-height: 113%;
  text-align: center;
  color: #FFFFFF;
}

/* 
---------------------------------------------
Home page testimonial
--------------------------------------------- 
*/



/* 
---------------------------------------------
Home page our clients
--------------------------------------------- 
*/
.home-clients-logo {
  height: 60px;
}

.home-clients-logo img {
  height: 100%;
  object-fit: contain;
  object-position: center;
  width: auto;
  max-height: 100%;
}

.clients_scrl {
  position: relative;
}

.owl-theme.clients_scrl .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  margin-top: 0px;
  left: 0px;
  right: 0px;
}

.owl-carousel.clients_scrl .owl-nav button.owl-next,
.owl-carousel.clients_scrl .owl-nav button.owl-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  width: 45px;
  height: 45px;
  display: flex;
  background: transparent;
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border: 1px solid transparent;
}

.owl-carousel.clients_scrl .owl-nav button.owl-next i,
.owl-carousel.clients_scrl .owl-nav button.owl-prev i {
  color: #000000;
  margin: auto;
  font-size: 25px;
}

.owl-carousel.clients_scrl .owl-nav button.owl-next {
  right: -55px;
}

.owl-carousel.clients_scrl .owl-nav button.owl-prev {
  left: -55px;
}

.owl-carousel.clients_scrl .owl-nav button.owl-next:hover,
.owl-carousel.clients_scrl .owl-nav button.owl-prev:hover {
  border: 1px solid #000000;
}

/* 
---------------------------------------------
Home page our clients
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home page services
--------------------------------------------- 
*/
.home-services-section {
  background: #2E2E2E;
}

.home-services {
  max-width: 900px;
}

.home-services h4 {
  font-family: "Century_Gothic_Bold";
  font-weight: 700;
  font-size: 45px;
  line-height: 113%;
  color: #858483;
  margin-bottom: 25px;
}

.home-services p {
  font-weight: 400;
  font-size: 25px;
  line-height: 113%;
  color: #858483;
}

.home-service-wrpz {
  width: 100%;
  background: #D9D9D9;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 285px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.home-service-wrpz figure {
  height: 185px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
  margin-bottom: 0px;
  overflow: hidden;
}

.home-service-wrpz figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  max-height: 100%;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
}

.home-service-wrpz-tail {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  height: 100px;
  padding: 25px 30px 16px 30px;
  background: #D9D9D9;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 20px;
}

.home-service-wrpz-tail h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 113%;
  color: #0D026A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-service-wrpz:hover figure img {
  box-shadow: inset 0 0 2000px rgba(255, 255, 255, .1);
  filter: blur(5px);
  -webkit-filter: blur(5px);
}

.home-service-wrpz:hover .home-service-wrpz-tail {
  height: 120px;
}

.home-service-wrpz:hover .home-service-wrpz-tail h4 {
  font-size: 1.1em;
}

.home-service-wrpz-link {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
}

.srvz_0 {
  position: relative;
}

.srvz_1 {
  left: 0px;
}

.srvz_2 {
  left: calc(-100% - (var(--bs-gutter-x) * 1));
}

.srvz_3 {
  left: calc(-200% - (var(--bs-gutter-x) * 2));
}

.srvz_4 {
  left: calc(-300% - (var(--bs-gutter-x) * 3));
}

/* 
---------------------------------------------
Home page services
--------------------------------------------- 
*/

/* 
---------------------------------------------
Home page projects
--------------------------------------------- 
*/
.home-project-big,
.home-project-small {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  display: flex;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.home-project-big::after,
.home-project-small::after {
  position: absolute;
  content: '';
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.8) 100%);
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.home-project-big:hover::after,
.home-project-small:hover:after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
}


.home-project-big {
  height: 455px;
  position: relative;
  left: 0px;
  top: 0px;
  margin-left: 0px;
  margin-top: 0px;
  margin-right: auto;
  margin-bottom: auto;
}

.home-project-small {
  height: 215px;
}

.pjctZ_0 {
  position: relative;
}

.pjctZ_1 {}

.pjctZ_2 {
  left: calc(-100% - (var(--bs-gutter-x) * 1));
}

.pjctZ_3 {
  top: calc(-100% - (var(--bs-gutter-x) * 1));
}

.pjctZ_4 {
  top: calc(-100% - (var(--bs-gutter-x) * 1));
  left: calc(-100% - (var(--bs-gutter-x) * 1));
}

.home-project-txt {
  width: 100%;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 30px 50px 30px;
  position: relative;
  z-index: 1;
}

.home-project-txt h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 113%;
  color: #FFFFFF;
  max-width: 220px;
}

.home-project-big a,
.home-project-small a {
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}

.home-project-small-block {
  --bs-gutter-y: 25px;
}

/* 
---------------------------------------------
Home page projects
--------------------------------------------- 
*/

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/
footer {
  background: #D9D9D9;
}

.footer-logo {
  position: relative;
}

.footer-logo a {
  display: flex;
  position: absolute;
  top: -100px;
}

.footer-logo a figure {
  height: 90px;
  margin-bottom: 0px;
}

.footer-logo a figure img {
  height: 100%;
  object-fit: contain;
  object-position: center left;
  width: auto;
}

.footer-links {
  display: flex;
}

.footer-links a {
  display: flex;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  line-height: 140.5%;
  color: #2E2E2E;
  font-family: 'Poppins', sans-serif;
}

.footer-links a:nth-child(2) {
  margin-left: 30px;
}

.footer-links a i {
  color: #0D026A;
  font-size: 14px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
}

.footer-links a span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  font-weight: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}

.footer-social {
  display: flex;
}

.footer-social h4 {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  color: #0D026A;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: auto;
}

.footer-social ul {
  display: flex;
  padding-left: 0px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 0px;
}

.footer-social ul li {
  list-style: none;
  margin-left: 32px;
  margin-right: 0px;
}

.footer-social ul li:first-child {
  margin-left: 22px;
}

.footer-social ul li a {
  display: flex;
  text-decoration: none;
  font-size: 16px;
  color: #0D026A;
}

/* 
---------------------------------------------
Footer
--------------------------------------------- 
*/


/* 
---------------------------------------------
About page banner
--------------------------------------------- 
*/
.about-banner {
  height: 510px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.about-banner-head {}

.about-banner-head h4 {
  font-weight: 700;
  font-size: 25px;
  line-height: 113%;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  margin-bottom: 10px;
}

.about-banner-head h1 {
  font-weight: 700;
  font-size: 45px;
  line-height: 113%;
  letter-spacing: -0.005em;
  color: #FFFFFF;
}

/* 
---------------------------------------------
About page banner
--------------------------------------------- 
*/


/* 
---------------------------------------------
About page why section
--------------------------------------------- 
*/

.about-why-inside-image {
  width: 100%;
}

.about-why-inside-image figure {
  width: 100%;
  margin-bottom: 0px;
  margin-top: 0px;
  height: 420px;
  overflow: hidden;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-why-inside-image figure img {
  object-fit: cover;
  object-position: center top;
  width: 100%;
  height: 150%;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.about-why-inside {
  top: -30px;
  position: relative;
}

.about-why-inside-details {
  max-width: 450px;
}

.about-why-inside-details p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
  text-align: justify;
}

/* 
---------------------------------------------
About page why section
--------------------------------------------- 
*/

/* 
---------------------------------------------
About page mission and vision
--------------------------------------------- 
*/
.about-ms-vs-block {
  background: #ECECEC;
  border-radius: 10px;
  padding: 45px 65px;
  min-height: 360px;
  display: flex;
  flex-direction: column;
}

.about-ms-vs-block h4 {
  font-weight: 400;
  font-size: 32px;
  line-height: 150.5%;
  color: #767776;
  margin-top: 0px;
  margin-bottom: 1em;
}

.about-ms-vs-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  display: flex;
  color: #767776;
  margin-top: auto;
  margin-bottom: 0px;
  text-align: justify;
}

/* 
---------------------------------------------
About page mission and vision
--------------------------------------------- 
*/

/* 
---------------------------------------------
About page our value
--------------------------------------------- 
*/
.about-our-value {}

.about-our-value-block {
  background: #181B1F;
  border-radius: 10px 0px 0px 10px;
  -webkit-border-radius: 10px 0px 0px 10px;
  -moz-border-radius: 10px 0px 0px 10px;
  -ms-border-radius: 10px 0px 0px 10px;
  -o-border-radius: 10px 0px 0px 10px;
}

.about-our-value-block-detail {
  padding: 95px 82px;
}

.about-our-value-block-detail h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 113%;
  color: #FFFFFF;
  margin-bottom: 1em;
}

.about-our-value-block-detail p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
  text-align: justify;
}

.about-our-value-block-detail ul {
  padding-left: 0px;
}

.about-our-value-block-detail ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #FFFFFF;
  position: relative;
  padding-left: 20px;
  list-style: none;
  margin-bottom: 1.2em;
}

.about-our-value-block-detail ul li::before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0px;
}

.about-our-value-block-img {
  min-height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0px 10px 10px 0px;
}

/* 
---------------------------------------------
About page our value
--------------------------------------------- 
*/
/* 
---------------------------------------------
Services page list
--------------------------------------------- 
*/
.services-block {
  background: #F8F8F8;
}

.services-block .home-service-wrpz-tail {
  background-color: #ffffff;
}

/* 
---------------------------------------------
Services page list
--------------------------------------------- 
*/

/* 
---------------------------------------------
Services pinside page
--------------------------------------------- 
*/
#serviceTab {
  border-bottom: 0px;
}

#serviceTab li {
  margin-right: 40px;
}

#serviceTab li:last-child {
  margin-right: 0px;
}

#serviceTab li button {
  font-weight: 400;
  font-size: 16px;
  line-height: 113%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #0D026A;
  background: transparent;
  border: 0px;
  position: relative;
  padding-left: 0px;
  padding-right: 16px;
  max-width: 150px;
  text-align: left;
  padding-bottom: 16px;
}

#serviceTab li button.active {}

#serviceTab li button::after {
  width: 0px;
  height: 2px;
  left: 0px;
  background: #000000;
  bottom: 0px;
  position: absolute;
  content: '';
}

#serviceTab li button.active::after {
  width: 100%;
}

.servc_sngL_big {
  height: 544px;
  border-radius: 10px;
  position: relative;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  width: 100%;

}

.servc_sngL_big img {
  border-radius: 10px;
  position: absolute;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  z-index: 0;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  object-fit: cover;
  object-position: center;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.servc_sngL_big h4 {
  font-weight: 400;
  font-size: 36px;
  line-height: 113%;
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  margin-top: auto;
  margin-bottom: 0px;
  max-width: 350px;
}

.servc_sngL_big h5 {
  font-weight: 700;
  font-size: 22px;
  line-height: 113%;
  color: #FFFFFF;
  z-index: 1;
  position: relative;
  margin-top: 0px;
  margin-bottom: auto;
  max-width: 220px;

}

.servc_sngL_big {}

.servc_sngL_big-full {
  position: absolute;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 1;
}

.servc_sngL_big-exp {
  position: absolute;
  right: 50px;
  top: 60px;
  display: flex;
  padding: 10px 25px 10px 16px;
  font-weight: 600;
  font-size: 20px;
  line-height: 113%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-decoration: none;
  z-index: 2;
}

.servc_sngL_big-exp::after {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  border-left: 10px solid #ffffff;
  border-right: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.servc_sngL_big-exp:hover {
  color: #ffffff;
}

.servc_sngL_small {
  height: 257px;
  position: relative;
  width: 100%;
  display: flex;
  padding: 45px 22px;
}

.servc_sngL_small::after {
  position: absolute;
  content: '';
  z-index: 0;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.servc_sngL_small img {
  object-fit: cover;
  object-position: center;
  position: absolute;
  z-index: 0;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
}

.servc_sngL_small h4 {
  font-weight: 700;
  font-size: 22px;
  line-height: 113%;
  color: #FFFFFF;
  z-index: 1;
  margin-top: auto;
  margin-bottom: 0px;
}

.servc_sngL_small a {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.each-space {
  --bs-gutter-y: 26px;
}

/* 
---------------------------------------------
Services inside page
--------------------------------------------- 
*/
/* 
---------------------------------------------
Contact page 
--------------------------------------------- 
*/
.contact-block {
  background: #F8F8F8;
}

.contact-block-inner {
  background: #ffffff;
}

.contact-block-inner-wrap {
  padding: 65px 35px 65px 75px;
  width: 100%;
}

.contact-block-inner-wrap h4 {
  font-weight: 400;
  font-size: 26px;
  line-height: 113%;
  color: #0D026A;
  margin-bottom: 20px;
}

.contact-block-inner-wrap p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
  max-width: 288px;

}

.contact-block-inner-links {
  margin-top: 32px;
}

.contact-block-inner-links a {
  display: flex;
  font-weight: 700;
  font-size: 14px;
  line-height: 140.5%;
  color: #2E2E2E;
  text-decoration: none;
  padding: 5px 0px;
  margin-top: 10px;
}

.contact-block-inner-links a i {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  margin-right: 10px;
}

.contact-block-inner-links a span {
  margin-top: auto;
  margin-bottom: auto;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

.contact-block-inner-wrap ul {
  margin-top: 16px;
  padding-left: 0px;
  display: flex;
}

.contact-block-inner-wrap ul li {
  list-style: none;
  margin-right: 16px;
}

.contact-block-inner-wrap ul li:last-child {
  margin-right: 0px;
}

.contact-block-inner-wrap ul li a {
  display: flex;
  padding: 5px;
  color: #0D026A;
  font-size: 16px;
  text-decoration: none;
}

.contact-block-form {
  padding: 65px 75px 65px 35px;
  width: 100%;
}

.contact-block-form .form-group {}

.contact-block-form .form-group .form-label {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.025em;
  color: #000000;
}

.contact-block-form .form-group .form-control {
  border: 0px;
  background: #F4F4F4;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.025em;
  color: #929292;
  padding: 10px 16px;
}

.contact-block-inner-map {
  margin-top: 32px;
}

.contact-block-inner-location {
  background: #0D026A;
  border-radius: 12px 12px 0px 0px;
  padding: 24px 24px 24px 100px;
  position: relative;
}


.contact-block-inner-location i {
  position: absolute;
  font-size: 32px;
  color: #FFFFFF;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 30px;
}

.contact-block-inner-location h4 {
  font-weight: 700;
  font-size: 14px;
  line-height: 140.5%;
  color: #FFFFFF;
  margin-top: auto;
  margin-bottom: auto;
}

.contact-block-inner-map iframe {
  display: block;
  border-radius: 0px 0px 12px 12px;
}

/* 
---------------------------------------------
Contact page
--------------------------------------------- 
*/

/* 
---------------------------------------------
Blogs page
--------------------------------------------- 
*/
.blogs-block {
  background: #F5F5F5;
}

.blogs-block-wrap {
  position: relative;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  height: 640px;
  margin-bottom: 20px;
}

.blogs-block-wrap figure {
  width: 100%;
  margin-bottom: 0px;
  height: 320px;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.blogs-block-wrap figure img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 10px 10px 0px 0px;
  -webkit-border-radius: 10px 10px 0px 0px;
  -moz-border-radius: 10px 10px 0px 0px;
  -ms-border-radius: 10px 10px 0px 0px;
  -o-border-radius: 10px 10px 0px 0px;
}

.blogs-block-link {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
}

.blogs-block-wrap-txt {
  padding: 52px 52px;
}

.blogs-block-wrap-txt h4 {
  font-weight: 400;
  font-size: 40px;
  line-height: 113%;
  color: #0D026A;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blogs-block-wrap-btM {
  margin-top: auto;
  margin-bottom: 0px;
  padding: 0px 52px 10px 52px;
  display: flex;
  flex-direction: column;
}

.blogs-block-wrap-btM h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
}

.blogs-block-wrap-btM a {
  position: relative;
  font-weight: 600;
  font-size: 20px;
  line-height: 113%;
  letter-spacing: 0.215em;
  text-transform: uppercase;
  color: #767776;
  margin-left: auto;
  margin-right: 0px;
  padding: 20px 30px 20px 10px;
  text-decoration: none;
  z-index: 1;
  display: block;
}

.blogs-block-wrap-btM a::after {
  position: absolute;
  content: '';
  top: 50%;
  right: 0px;
  transform: translateY(-50%);
  border-left: 10px solid #767776;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

/* 
---------------------------------------------
Blogs page
--------------------------------------------- 
*/
/* 
---------------------------------------------
Blogs single page
--------------------------------------------- 
*/
.blog-banner {
  height: 700px;
}

.about-banner h5 {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #FFFFFF;
  margin-top: 10px;
}

.blog-single-heads {}

.blog-single-heads h4 {
  font-weight: 400;
  font-size: 22px;
  line-height: 150.5%;
  color: #767776;
  max-width: 300px;
}

.blog-single-tails {}

.blog-single-tails h4 {
  font-weight: 700;
  font-size: 20px;
  line-height: 150.5%;
  color: #767776;
  margin-bottom: 16px;
}

.blog-single-tails p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
}

.blog-single-picture {}

.blog-single-picture img {
  width: 100%;
  height: 350px;
  object-fit: cover;
  object-position: center;
}

/* 
---------------------------------------------
Blogs single page
--------------------------------------------- 
*/

.services-block-inside {}

.services-block-inside p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150.5%;
  color: #767776;
  text-align: justify;
}

.services-block-inside_b {}

.services-block-inside_b ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0px;
}

.services-block-inside_b ul li {
  width: 50%;
  list-style: none;
  padding-left: 16px;
  position: relative;
  font-weight: 400;
  font-size: 16px;
  line-height: 139%;
  color: #767776;
  margin-bottom: 10px;
}

.services-block-inside_b ul li::before {
  position: absolute;
  content: '';
  left: 0px;
  top: 10px;
  transform: translateY(-50%);
  width: 5px;
  height: 8px;
  border-left: 8px solid #B29C6B;
  border-right: 0px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.servZ_2_wrp {
  width: 100%;
  margin-bottom: 16px;
}

.servZ_2_wrp figure {
  height: 250px;
  margin-bottom: 0px;
  width: 100%;
}

.servZ_2_wrp figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.contact-block{
  background-color: #f5f5f5;
}

.contact-block-inner {
  flex-direction: row-reverse;
  background-color: transparent;
}

.contact-block-form {
  padding: 65px 75px 65px 35px;
}
.contact-block-inner-wrap {
  padding: 65px 35px 65px 5px;
}


.contact-block-form.conatct2 .form-group .form-control {
  border: 1px solid #e0e0e0;
  border-bottom:2px solid #e0e0e0;
  border-radius: 0 !important;
  background-color: #f3f3f3;
}


.contact-block-form.conatct2 h1 {
  margin-bottom: 2rem;
  font-size: 32px;
    font-weight: 800;
    /* letter-spacing: 0px; */
    text-transform: none;
    font-family:'arca' ;
}
.contact-block-form.conatct2>p {
  font-size: 15px;
  color: #6b6b6b;
  font-family: 'Source Sans Pro', sans-serif;
  text-align: justify;
  margin-bottom: 2rem;
}
.contact-block-form .form-group .form-label{
  color: #6b6b6b;
  font-family: 'Source Sans Pro', sans-serif;
  margin: 0;
}
.contact-block-inner-map{
  margin-top: 50px;
}
.contact-block-inner-wrap h4{
    font-size: 28px;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
    color: black;
     font-family:'arca' ;
}

.contact-block-inner-wrap ul li a{
  color: black;
}
.contact-block-inner-links a span{
  font-weight: 500;
  font-size: 15px;
  color: #6b6b6b;
  font-family: 'Source Sans Pro', sans-serif;
}
.contact-block-inner-wrap p{
  font-family: 'Source Sans Pro', sans-serif;
}
.primary-button1 {
  border: none;
  outline: transparent;
  background-color: #af938f;
  color: white;
  font-size: 15px;
  padding: 15px 25px;
  font-weight: 700;
  text-transform: uppercase;
  font-family:'arca' ;
}

.contact-block-inner-map iframe{
  border-radius: 0;
}
.social-list{
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-list ul{
  display: flex;
  list-style: none;
  gap: 3rem;
  justify-content: center;
  align-items: center;
  padding: 5rem 0;
  margin: 0;
}
.social-list ul a{
  text-decoration: none;
  color: black;
}