/*STYLES*/
html, 
body {
    background: #f7f7f7;
    font-family: Arial, sans-serif; 
    font-size: 16px;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -moz-font-smoothing: subpixel-antialiased !important;
    -ms-font-smoothing: subpixel-antialiased !important;
    -o-font-smoothing: subpixel-antialiased !important;
    text-rendering: optimizeLegibility !important;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    max-width: 100%;
	overflow-x: hidden;
}
::-webkit-scrollbar {
  width: 15px;
}
::-webkit-scrollbar-thumb {
  background: rgba(4, 132, 204);
  border-radius: 10px;
  transition: background 0.9s ease-in-out;
}
::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 105, 170); 
}
::-webkit-scrollbar-track {
  background: rgba(240, 240, 240);
}
a {
    color: #111111;
    text-decoration: none;
    transition: color 0.3s ease;
}
a:focus {
    text-decoration: none;
    outline: none;
    outline-offset: 0;
}
a:hover {
    color: #9D9D9D;
	text-decoration: none;
}
p {
    color: #000;
    font-weight: 400;
    line-height: 23px;
}
ul {
    margin: 0px;
    padding: 0px;
}
li {
    display: inline-block;
}
img {
    max-width: 100%;
    height: auto;
}
iframe,
audio {
    width: 100%;
    height: auto;
    border: none;
}
input,
textarea {
    width: 100%;
}
.mfp-container button:focus {
    border: none;
    outline: 0;
}
.sec-padding-80 {
    padding: 80px 0px;
}
.sec-padding-40 {
    padding: 40px 0px;
}
.sec-padding-t50b40 {
    padding-top:10px;
	padding-bottom:60px;
}
.sec-padding-10-40 {
    padding-top:10px;
	padding-bottom:40px;
}
.sec-padding-40-20 {
    padding-top:40px;
	padding-bottom:20px;
}

.sec-padding-t-40 {
    padding-top: 40px;
}
.sec-padding-30 {
    padding: 30px 0px;
}
.sec-padding-20-30-font {
    padding-top:20px;
	padding-bottom:30px;
	font-size: 1.05em; 
}
.sec-padding-b30-font {
	padding-top:10px;
	padding-bottom:5px;
	font-size: 1.05em;
}
.sec-padding-t-20 {
    padding-top:30px;
}
.sec-padding-t-30 {
    padding-top:30px;
}
.sec-padding-t-50 {
    padding-top:50px;
}
.sec-padding-t-60 {
    padding-top:60px;
}
.sec-padding-t-70 {
    padding-top:70px;
}
.sec-padding-t-80 {
    padding-top:80px;
}
.sec-padding-t-100 {
    padding-top:100px;
}
.sec-padding-t-60 {
    padding-top:60px;
}
.sec-padding-t-5 {
    padding-top:5px;
}
.sec-padding-t-10 {
    padding-top:10px;
}
.sec-margin-t--10 {
    padding-top:-10px;
}
.sec-padding-t-15 {
    padding-top:15px;
}
.sec-padding-b-20 {
    padding-bottom:20px;
}
.sec-padding-b-40 {
    padding-bottom:40px;
}
.sec-padding-b-60 {
    padding-bottom:60px;
}
.sec-padding-b-70 {
    padding-bottom:70px;
}
.sec-padding_n_m-40 {
    padding-top: 30px 0px;
}
.sec-margin-t-5 {
    margin-top:5px;
}
.sec-margin-t-10 {
    margin-top:10px;
}
.sec-margin-t-15 {
    margin-top:15px;
}
.sec-margin-t-20 {
    margin-top:20px;
}
.sec-margin-t-30 {
    margin-top:30px;
}
.sec-p-t-20 {
    padding-top:40px;
}
.sec-margin-t-25 {
    margin-top:25px;
}
.sec-margin-t-50 {
    margin-top:50px;
}
.sec-margin-t-60 {
    margin-top:60px;
}
.sec-margin-t-70-ctm {
    margin-top:70px;
}
.sec-margin-t-70 {
    margin-top:70px;
}
.sec-margin-t-80 {
    margin-top:80px;
}
.sec-margin-b-5 {
    margin-bottom:5px;
}
.sec-margin-b-10 {
    margin-bottom:10px;
}
.ali-center1 {
    display:flex; 
	align-items:center;
}
.ali-center2 {
    flex-grow:1;
}

@media (max-width: 980px) {
    .sec-padding_n_m-40 {
        padding: 0;
    }
    .ali-center1-visible,
    .ali-center2-visible {
        display: block;
		text-align:center;
    }
	
    .sec-margin-t-70-ctm {
        margin: 0;
    }
    .sec-margin-t-20_vid {
        margin-top: 30px;;
    }
}
.container {
    width: 100%;
    padding-right: 20px; 
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 980px) {
	.container {
		padding-right: 5px; 
		padding-left: 5px;
	}
}
h1.section-title {
    text-align: center;
    font-size: 2.5em; 
    font-weight: lighter;
    font-family: Arial, sans-serif; 
}
h2.section-title {
    text-align: center;
    font-size: 1em; 
    font-weight: normal; 
}
h2.section-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: calc(100% - 40px); 
    height: 2px;
    background-color: #333; 
}
h3.section-title {
    text-align: center;
    font-size: 2em; 
    font-weight: normal;
}
h4.section-title {
    text-align: center;
    font-size: 1.5em; 
    font-weight: normal;
}
span.section-title {
    display: block; 
    text-align: center;
    font-size: 3em; 
    font-weight: lighter;
}
span.section-title-left {
    display: block; 
    text-align: left;
    font-size: 3em; 
    font-weight: lighter;
}
h3.section-title-left {
    display: block; 
    text-align: left;
    font-size: 1.3em; 
}
h3.section-title-right {
    display: block; 
    text-align: right;
    font-size: 1.3em; 
}
h3.section-title-center {
    display: block; 
    text-align: center;
    font-size: 1.3em; 
}
span.title--top {
    font-size: 2.5em; 
    font-weight: normal;
	color:#0484cc;
}
span.subtitle--top {
    font-size: 2em; 
    font-weight: normal;
	color:#000;
}
.scolor--top {
	color: #0484cc;
	font-weight: bold;
}
span.title-padding-top-2 {
    text-align: center;
    padding-top:100px;
	color: #0484cc;
}
@media screen and (max-width: 1365px) {
	span.title-padding-top {
		padding-top: 180px;
	}
	span.title-padding-top-2 {
		font-size: 2.5em; 
	}
	span.section-title {
		font-size: 2.5em; 
	}
}
@media screen and (max-width: 980px) {
    h1.section-title {
        font-size: 2em; 
    }
    h2.section-title {
        font-size: 0.9em; 
    }
    h2.section-title::after {
        width: calc(100% - 20px);
    }
	span.title-padding-top {
		padding-top: 0px;
	}
	span.section-title {
		display: none;
	}
	.full-width-980 {
		width: 100%;
        max-width: 100%;
	}
	h3.section-title-left {
		text-align: center;
	}
	h3.section-title-right {
		text-align: center;
	}
}
.section-description {
    font-size: 1.2em;
    font-weight: 300;
    padding: 0px 15%;
}
.btn-container {
    padding-top: 18px;
}
.btn {
    background: transparent;
    border-radius: 0px;
    color: #a7a7a8;
    font-size: .8125em;
    padding: 13px 28px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.media-left {
    padding: 0px;
}
.b-responsability {

}
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.8s ease-in-out; 
}
.loader.hidden {
  opacity: 0;
  transition: opacity 0.8s ease-in-out; 
  pointer-events: none;
}
.loader img {
	width: 180px;
	height: auto; 
	max-width: 100%;
	max-height: 100%; 
}
.hidden {
	display: none;
}
.masthead {
    background: rgba(0, 0, 0, 0);
	transition: background 2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.5s ease-in-out;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    margin: 0px;
    z-index: 99999;
}
.navbar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.open>a:hover {
    background: transparent;
    box-shadow: none;
    color: #ffffff;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}
.navbar-nav>li>a {
    box-shadow: none;
    color: #ffffff !important;
    font-size: .93em;
    font-weight: 400;
    padding: 25px 20px;
	transition: color 0.9s ease;
}
.navbar-nav>li>a:hover {
    color: #29A1E5 !important;
}
.bg-change {
    background: rgba(0, 0, 0, 0.6);
	transition: background 1.2s cubic-bezier(0.68, -0.55, 0.27, 1.55), transform 0.5s ease-in-out;
}
.bg-change .navbar-brand {
    padding-top: 10px;
}
.bg-change .navbar-nav>li>a {
    padding: 15px 20px;
}
#azierta-logo {
	width: 150px;
    transition: width 0.9s ease;
}

#azierta-logo.azierta-logo-2 {
	transition: width 1s ease;
    width: 45px;
}
@media (max-width: 1200px) {
    #services {
        display: none;
    }
    .navbar-brand {
        padding-top: 14px;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background: transparent;
        outline: 0;
        color: #fff;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        color: #fff;
    }
    .bg-change .navbar-toggle {
        padding: 5px 10px;
    }
    .navbar-collapse.pull-right {
        float: none !important;
		text-align: center;
    }
    .navbar-nav>li>a,
    .bg-change .navbar-nav>li>a {
        padding: 10px 20px;
		position: relative;
    }
.navbar-nav>li>a::after,
.bg-change .navbar-nav>li>a::after {
    content: ""; 
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #fff; 
    transform: scaleX(0); 
    transform-origin: right;
    transition: transform 0.3s ease-in-out;
}
.navbar-nav>li>a:hover::after,
.bg-change .navbar-nav>li>a:hover::after {
    transform: scaleX(1); 
}
}
#videoModal {
    background-color: rgba(0, 0, 0, 0.7);
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#videoModal.show {
    display: flex;
    align-items: center;
    justify-content: center;
}

#videoModal .modal-dialog {
    margin: auto;
    width: 90%;
    max-width: 1000px; 
}

#videoModal .modal-content {
    background-color: transparent;
    border: none;
	position: relative;
}

#videoModal .modal-body {
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

#videoModal .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #fff;
    opacity: 1;
}

#videoModal .details {
	background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 100%; 
    margin-top: auto; 
    margin-bottom: auto; 
}

#videoModal .video-container {
    width: 100%;
    max-width: 100%;
    height: 50vh;
}

#videoModal iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    #videoModal .modal-dialog {
        width: 100%;
    }

    #videoModal .details {
        width: 80%;
    }
}
.g-post-container {
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm2 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/3_TBM_SHIELD_CRADLE_AND_THRUST_FRAME/3.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm3 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/1_SALT_ROUTES/1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm4 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/7_TIMBER_LAGGING/1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm_4 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/9_DUCTS_&_DUCT´S_SUPPORTS_DESIGN_FOR_TBM/1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm5 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/6_PIN_PILES_&_CAP_BEAM/1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-container--sm6 {
	text-align: center;
	background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url('../../images/projects/8_BERMS_PEER_REVIEW/1.jpg');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.g-padding--xs {
	padding: 120px;
}
.g-padding--xs-form {
	padding-top: 40px;
	padding-bottom: 60px;
}
.g-font-size-14--xs {
  font-size: 0.875rem !important;
}
.g-font-weight--700 {
  font-weight: 700 !important;
}
.g-color--white {
  color: #fff !important;
}
.g-color--white a {
  color: #fff !important;
} 
.g-color--white-opacity {
  color: rgba(255, 255, 255, 0.8) !important;
}
.g-letter-spacing--2 {
  letter-spacing: .125rem;
}
.g-margin-b-25--xs {
  margin-bottom: 1.5625rem;
}
.g-font-size-32--xs {
  font-size: 2rem !important;
}
@media screen and (max-width: 1365px) {
	.g-font-size-32--xs {
	  font-size: 1.8rem !important;
	}
}
@media screen and (max-width: 980px) {
	.g-font-size-32--xs {
	  font-size: 1.5rem !important;
	}
}
.g-font-size-36--md {
    font-size: 2.25rem !important;
}
.about-t {
    clear: both;
	padding-bottom:10px;
}
.values-t {
    clear: both;
	padding-bottom:70px;
}
.summary-t {
    clear: both;
	padding-bottom:50px;
}
.about-01 {
	padding-top:40px;
	height: 100%;
}
 
.mission-01 {
	padding-top:25px;
	height: 100%;
}
.description {
    text-align: left;
    font-size: 1em; 
	color:#000;
} 
.description-white {
    text-align: left;
    font-size: 1em; 
	color:#fff;
} 
.bagcaf {
    background-color: #F1F1F1;
} 
.bagcaf2 {
    background-color: #8E8F90;
} 
.button-more-info {
	width:100%;
	background-color: black;
    color: white;
    border: 2px solid white;
    border-radius: 10px;
    padding: 10px 20px;
	margin-top:10px;
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
	text-align: center;
	transition: background-color 0.9s, color 0.9s;
	border-radius: 20px;
}
.rounded-image {
	border-radius: 30px; 
	overflow: hidden;
}
.re-image {
    max-width: 100%; 
    height: auto;
    display: block;
}
.re-image2 {
    max-width: 100%; 
    height: auto;
    display: block;
	float:right;
}
@media screen and (max-width: 1365px) {
	.hidden-1365 {
		display: none;
	}
	span.title--top {
		font-size: 1.7em; 
	}
	span.subtitle--top {
		font-size: 1.2em; 
	}
	.description { 
		font-size: 13px;
    }
}

@media screen and (max-width: 980px) {
	.hidden-980 {
		display: none;
	}
	.m-bottom-40 {
		margin-top: 10px;
	}
	.m-top-80 {
		margin-top: 80px;
	}
	.cont_980 {
		width:90%;
		display: block;
	}
	.about-01 {
		padding-top:0px;
	}
    .description {
        text-align: center;
    }

    .button-more-info {
        display: block;
        margin: 0 auto;
		margin-top:40px;
    }
}
@media (max-width: 767px) {
    .hidden-767 {
        display: none;
    }
	
}
.tab-switch {
    background-color: #0484cc;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s ease;
    display: inline-block;
    font-size: .8125em;
    margin-bottom:20px;
    padding: 15px 80px;
    text-decoration: none;
	text-transform: uppercase;
	transition: background-color 0.9s, color 0.9s;
	border-radius: 20px;
	border-color: #0484cc;
}
.tab-switch:hover {
    background-color: rgba(0, 0, 0, 0.8); 
	border-color: rgba(0, 0, 0, 0.8); 
    color: #fff; 
    opacity: 0.95; 
}
.tab-switch:active,
.tab-switch.active {
    background-color: #000;
	border-color: #000;
    color: #fff;
}
.mission-tab {
    padding: 30px;
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1.07em;
    transition: background-color 1s ease, transform 1.5s ease, box-shadow 2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.mission-tab:hover {
    transform: scale(1.02);
    background-color: #f1f1f1;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.value_cont {
    border: 1px solid #f1f1f1;
    border-radius: 20px;
    background-color: #f4f4f4;
    font-size: 1.07em;
    transition: background-color 1s ease, transform 1.5s ease, box-shadow 2s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
	height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
	padding: 0 30px 0 30px;
}
@media (max-width: 767px) {
	.mission-tab {
		padding: 25px;
	}
	.tab-switch {
		padding: 15px 0px;
		width: 45%;
		box-sizing: border-box;
	}
}
.s-clients-v1 {
    height: 80px;
	padding: 0 10px 0 10px;
}
.s-clients-v1:hover {
    transform: scale(1.20);
    transition: transform 1.25s ease;
}
.itemFilter {
    clear: both;
    padding: 15px 0px 5px; 
    width: auto;
	text-align: center;
}
.itemFilter a {
    background-color: #0484cc;
    color: #fff;
    display: inline-block;
    font-size: .8125em;
    margin: 0 10px 15px 0px;
    padding: 12px 30px;
    text-decoration: none;
    text-transform: capitalize;
	transition: background-color 0.9s, color 0.9s;
	border-radius: 20px;
}
.itemFilter a:hover {
    background-color: rgba(0, 0, 0, 0.8); 
    color: #fff; 
    opacity: 0.95; 
}
.itemFilter .current {
    background-color: #000;
    color: #fff;
}
.item {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.9s ease-in-out, transform 0.9s ease-in-out;
  position: relative;
}
.item .item-details {
  width: 100%;
  opacity: 0;
  text-align: center;
  position: absolute;
  transition: opacity 0.6s ease-in-out, bottom 0.6s ease-in-out;
  pointer-events: none; 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.item:hover .item-details {
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0.3s;
}

.project-items .item {
    overflow: hidden;
    position: relative;
}
.project-items .item-details {
    width: 100%;
    bottom: 0px;
    opacity: 0;
    text-align: center;
    position: absolute;
    -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;
    transition: all 0.4s ease-in-out;
}
.project-items .item:hover .item-details {
    opacity: 1;
    bottom: 50%;
}
.project-items .image-popup-vertical-fit {
    display: block;
    position: relative;
}
.project-items .image-popup-vertical-fit:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    cursor: zoom-in;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transform: scale(0);
    transition: all 0.9s ease-in-out;
    border-radius: 50%;
}

.project-items .item:hover .image-popup-vertical-fit:before {
    opacity: 1;
    transform: scale(2);
}
  @media only screen and (max-width: 980px) {
	.project-items .image-popup-vertical-fit .tittle{
		font-size: .8125em;
	}
.s-clients-v1 {
    height: 40px;
}
  }
.item-title {
    color: #ffffff;
    font-size: 1.15em;
    font-weight: 300;
}
.project-items .item-inf {
    color: #ffffff;
    font-size: .8125em;
}

.item-details.show-details {
    opacity: 1;
    bottom: 0;
    transform: translateY(0);
}
.btn-view-link {
    display: inline-block;
    margin-top: 20px;
}

.fa-external-link {
    font-size: 40px;
    color: #0484cc;
    transition: opacity 0.9s ease;
}
.fa-external-link:hover {
    opacity: 0.7;
}

.page-head {
    background-size: cover;
    color: #ffffff;
}
.page-head .page-title {
    font-family: 'Belgrano';
    font-size: 3em;
    font-weight: 400;
    padding-top: 200px;
    text-transform: uppercase;
}
.page-description {
    color: #ffffff;
    font-size: .94em;
}
.page-status {
    background: #fafafa;
}
.footerlog {
  transition: transform 0.3s ease;
}

.footerlog:hover {
  transform: scale(1.25);  
}
.footer_b {
    background: #282a2e;
    color: #686c77;
    font-size: .8125em;
    padding-top:20px;
	padding-bottom:20px;
    width: 100%;
    text-align: center;
}
.footer-info {
	color: #ffffff;
	text-align: center;
}
.bottom_to_top {
    font-size: 2em;
    height: 50px;
    width: 60px;
    background-color: #0484cc;
    line-height: 50px;
    color: #ffffff;
    opacity: .4;
    cursor: pointer;
    transition: background-color 0.9s, color 0.9s;
	border-radius: 20%;
	float:right;
}
.bottom_to_top:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    opacity: 0.95;
}
.footer_b_social {
    color: #0484cc;
    font-size: 45px;
	transition: color 0.9s;
}
.footer_b_social:hover {
	color: rgb(134, 211, 254, 0.7);
	transition: color 0.9s;
}
.footer_b_social_m_left {
	margin-left: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .custom-col-1 {
        width: 27%; 
    }

    .custom-col-2 {
        width: 35%;
    }
	
    .custom-col-3 {
        width: 23%;
    }
	
    .custom-col-4 {
        width: 15%;
    }	
}	
.s-scroll-to-section-v1--bc {
  position: absolute;
  left: 50%;
  bottom: 0.625rem;
  z-index: 1;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center;
}
.g-margin-b-15--xs {
  margin-bottom: 0.9375rem;
}
.g-font-size-18--xs {
  font-size: 1.125rem !important;
}
.g-font-size-20--xs {
  font-size: 1rem !important;
}
.g-font-size-25--sm {
  font-size: 1.25rem !important;
}
.g-font-size-30--md {
  font-size: 1.5rem !important;
}
.g-padding-2--xs {
    padding: 2px;
}
@media (max-width: 575.98px) {
    .g-padding-2--xs {
        padding: 1px;
    }
}
.slider {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px; 
}
.slider-margin-left {
	margin:auto;
}
.profile-container {
    display: flex;
    flex-direction: column;
    align-items: left;
	justify-content: space-between;
    padding: 20px;
    background-color: #F9F9F9;
    border-radius: 15px;
    margin: 5px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    width: 80%;
    max-width: 800px;
    transition: transform 1.5s ease;
}
.profile-container:hover {
    transform: translateY(-5px);
}
.profile-container a {
    text-decoration: none;
    color: inherit;
}
.profile-image {
    width: 220px;
    height: 220px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.profile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.profile-content {
    display: flex;
    align-items: center;
}
.profile-container2 {
    display: flex;
    justify-content: space-between;
}
.profile-content2 {
    display: flex;
    flex-direction: column;
	width: 100%;
  }
.margin-left-10 {
    margin-left:10px;
}
.profile-content3 {
    display: flex;
    align-items: center;
}
.additional-text {
    margin-left: 20px;
	margin-bottom: 18px;
    background-color: #F2F2F2;
    border-radius: 10px;
    width: 68%;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
	font-size: 15px; 
}
.additional-text span{
    color: #000;
	padding:25px;
}
.fa-icon-p {
    font-size: 22px;
    color: #0484cc;
}
.text-block {
    background-color: #F2F2F2;
    color: #000; 
    padding: 12px;
    border-radius: 8px;
    box-sizing: border-box;
	width: 100%;
	font-size: 15px; 
	white-space: nowrap;
}
.background-blue {
	background-color: #0484cc;
	color: #fff;
}
.center-block {
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 1365px) {
	.text-block {
		font-size: 0.75em;
	}	
	.additional-text {
		font-size: 0.8;
	}
}
@media screen and (max-width: 1080px) {
	.additional-text {
		font-size: 12px; 
	}
	.text-block {
		font-size: 12px; 
	}
}
@media screen and (max-width: 980px) {
    .slider {
        flex-direction: column;
    }
	.profile-container {
		width: 90%;
		align-items: center;
	}
	.profile-image {
		width: 200px;
		height: 200px;
		align-items: center;
	}
	.additional-text {
		display: none;
	}
    .profile-container2 {
        width: 100%;
    }
    .profile-content2.margin-left-10 {
        display: none;
    }
	.page-head .page-title {
		font-size: 2em;
	}
	.re-image {
		margin: 0 auto;
	}
	.sec-margin-t-m {
		margin-top:20px;
	}

}
@media (max-width: 767px) {
	.bottom_to_top {
		float: none;
		margin: 0 auto; 
		display: block;
	}	
	.hidden-767 {
		display: none;
	}
}

.error-message {
    color: red;
    font-size: 16px;
    margin-top: 5px;
}
.color_red {
    color: red;
	text-decoration: none;
}
.true-message {
    color: #30C642;
	font-size: 19px;
    margin-top: 30px;
}
.error-message2 {
    color: red;
	font-size: 19px;
    margin-top: 30px;
}
.color_form {
    color: #f7f7f7;
    font-size: 14px;
	margin-top: 20px;
	float:left;
}

    .logo-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    } 
    .logo-container .col-sm-1 {
        flex: 1;
        text-align: center;
    }
    .logo-container img {
        width: 100%;
        max-width: 150px;
        height: auto;
    }
    @media (min-width: 767px) and (max-width: 980px) {
        .logo-container {
            justify-content: center;
        }

        .logo-container {
            flex: 1 1 45%; 
        }
    }
    @media (min-width: 981px) {
        .logo-container .col-sm-1 {
            flex: 0 0 150px;
        }
    }
    .custom-description {
		font-size: 1.05em;
		text-align: center;
		color:#000;
    }
    @media (max-width: 1365px) {
        .custom-description {
            font-size: 0.75em;
        }
    }
	
	
    .services-section {
      padding: 40px 20px;
    }
    .services-header {
      text-align: center;
      margin-bottom: 30px;
    }
    .services-header h1 {
      font-size: 2em;
      margin-bottom: 10px;
      color: #333;
    }
    .services-header p {
      font-size: 1.1em;
      color: #555;
      max-width: 800px;
      margin: 0 auto;
    }
    

.services-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.services-carousel-inner {
  display: flex;
  flex-direction: column;
  transition: transform 0.5s ease-in-out;
  width: 100%;
}

.services-carousel-inner {
  will-change: transform;
}

.service-slide {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.service-slide:last-child {
  margin-bottom: 0;
}

.service-item {
  background: #f0f0f0;
  border-radius: 8px;
  padding: 60px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.section-title-center {
  text-align: center;
  margin-bottom: 10px;
}

.carousel-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.carousel-dots div {
  width: 12px;
  height: 12px;
  background: gray;
  border-radius: 50%;
  cursor: pointer;
}

.carousel-dots div.active {
  background-color: #0484cc;
}

.wow {
  visibility: visible;
}



.video-section #fallbackImage {
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-section .video-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 100%; 
  height: 100%;           
}

.video-section .custom-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background: url('../../images/AZvid_button2.png') no-repeat center center;
  background-size: contain;
  border: none;
  width: 128px; 
  height: 128px;
  cursor: pointer;
}

.video-section .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 9998;
  display: block;
}

@media (max-width: 767px) {
	.wow {
		animation: none !important;
		visibility: visible !important; 
	}
}