@import url('https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i|Open+Sans:300,400,500,700,800');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&display=swap');
body{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	/*font-size: calc(0.60em + 1vmin);*/
	color: #000;
	line-height: 26px;
	font-weight: 500;
	font-style: normal;
	/*letter-spacing: 0.5px;*/
}
*,ul,ol{
	margin:0;
	padding:0;
}
ul,ol{
	list-style-type: none;
}
a{
	color: inherit;
	text-decoration: none;
}
a:hover,a:focus{
	color: #0f057f;
	outline: none;
	text-decoration: none;
}
.txt-color h3 a:hover{
    color: #fff !important;
}
button:hover,button:active,
button:focus{
	outline: none!important;
}
h1,h2,h3,h4,h5,h6{
	margin-top: 0;
	font-weight: 600;
	margin-bottom: 15px;
	color: #000000;
    font-family: 'Open Sans', sans-serif;
}
.mt-110{
    margin-top: 110px;
}
.mg-t{
    margin-top: -50px;
}
.no-margin{
    margin:0;
}
.container-fluid{
    padding-left: 40px;
    padding-right: 40px;
}
.section{
    padding: 3em 0;
}
.width-50{
    width: 50%;
}
.width-30{
    width: 30%;
}
.width-70{
    width: 70%;
}
.width-60{
    width: 60%;
}
.width-40{
    width: 40%;
}
.flexbox {
    display: -webkit-box;
    display: flex;
}
.flexbox .element {
    height: 100%;
}
.padd-40{
    padding: 40px;
}
.display-table{
    display: table;
    height: 100%;
}
.padd{
    padding: 0 40px 0 0px;
}
.padd2{
    padding: 0 0 0 40px;
}
.parallax .padd-40 {
    position: relative;
    z-index: 1;
}
.display-table .padd-40{
    display: table-cell;
    vertical-align: middle;
}
.quote {
    position: fixed;
    top: auto;
    left: auto;
    right: 0;
    bottom: 60%;
    z-index: 999;
    transform-origin: bottom right 0;
    transform: rotate(-90deg) translateZ(0);
}
.quote .quote-inner {
    /*height: 64px;
    width: 200px;*/
    background-color: #fcd703;
    text-align: center;
    white-space: nowrap;
}
.quote a i{
    padding-right:10px;
}
.quote a {
    color: #000;
    font-size:20px;
    font-weight: 500;
    padding: 18px;
    display:block;
    text-transform: uppercase;
}
.header-top{
    position: relative;
    background-color: #000;
}
.header-top-area{
    background: #fe7309;
    /*overflow: hidden;*/
    position: relative;
    text-align: center;
}
.header-top-area:before{
    position: absolute;
    content: '';
    left: -42px;
     border-width: 42px;
    border-style: solid;
    border-color: #ff7325 transparent transparent transparent;
    border-left:-42px ;
}
.top-contact-list{
    margin: 10px 0;
    display: block;
    vertical-align: middle;
    text-align: end;
}
.top-contact-list li{
    display: inline-block;
    vertical-align:middle;
    color: #000;
    margin-left: 15px;
}
.top-contact-list li a{
    display: inline-block;
    /*text-align: left;*/
    vertical-align:middle;
}
.top-contact-list li i{
    /*margin-right: 12px;*/
    font-size: 18px;
    vertical-align: middle;
}
.top-contact-list li span{
    position: relative;
    overflow: hidden;
    display: inherit;
    text-align: left;
    font-size: 17px;
    vertical-align: middle;
}
.top-contact-list li span strong{
    font-size: 15px;
    /*text-transform: uppercase;*/
    color: #000;
}
.top-contact-list li i{
    /*background-color: #73767A;*/
    width: 40px;
    height: 40px;
    line-height: 28px;
    border-radius: 100%;
    color: #000;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    font-size: 18px;
    /*-webkit-shadow: 0 0 10px #a1a1a1;
    -moz-text-shadow: 0 0 10px #a1a1a1;
    text-shadow: 0 0 10px #a1a1a1;*/
}
.top-contact-list li:last-child{
    margin-left: 0;
}
.top-contact-list li a:hover{
    color: #0f057f;
}
.button-style1 {
  background-color: #00bdd3;
  border-radius: 4px;
  border: 0;
  box-shadow: rgba(1,60,136,.5) 0 -1px 3px 0 inset,rgba(0,44,97,.1) 0 3px 6px 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inherit;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin: 0;
  min-height: 56px;
  padding: 16px 20px;
  position: relative;
  text-align: center;
  vertical-align: baseline;
  transition: all .2s cubic-bezier(.22, .61, .36, 1);
  display: inline-block;
}

.button-style1:hover {
  background-color: #e78835;
  color: #fff;
  transform: translateY(-2px);
}

@media (min-width: 768px) {
  .button-style1 {
    padding: 16px 44px;
    min-width: 150px;
  }
}
.btn-1{
  background-color: #F27935;
  text-decoration: none;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  padding: 12px 53px 12px 23px;
  color: #fff;
  text-transform: uppercase;
  font-family: sans-serif;
  font-weight: bold;
  position: relative;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
}
.btn-1 span {
  position: relative;
  z-index: 3;
}
.btn-1 .round {
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  right: 3px;
  top: 3px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 2;
}
.btn-1 .round i {
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -4px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-1 .txt {
  font-size: 14px;
  line-height: 1.45;
}

.btn-1:hover {
  padding-left: 48px;
  padding-right: 28px;
}
.btn-1:hover .round {
  width: calc(100% - 6px);
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
}
.btn-1:hover .round i {
  left: 12%;
}
.btn1,.btn2{
    padding: 8px 30px;
    border: 2px solid #0f057f;
    font-size: 16px;
     background-color: #0f057f;
    /*transition: 0.5s;*/
    display: inline-block;
    border-radius: 0;
    color: #fff !important;
}
.btn2:hover{
    color: #fff !important;
    background-color: transparent;
    border-color: #fff;
    font-weight: 600;
}
.btn1:hover{
    color: #000 !important;
    background-color: transparent;
    border-color: #000;
    font-weight: 600;
}

.bg-color1{
	background-color: #e8e8e8 !important;
}
.bg-color2{
	background-color: #0f057f!important;
}
.bg-color3{
    background-color: #000!important;
}
.text-color1{
	color: #0f057f!important;
}
.text-color2{
	color: #000!important;
}
.sub-title{
	color: #00bdd3;
    border-left: 2px solid #00bdd3;
    padding-left: 10px;
    font-weight: 500;
}
.button {
  display: inline-block;
  /*height: 40px;*/
  /*width: 150px;*/
  border: 2px solid #fff;
  padding: 8px 28px;
  color:  #fff;
  text-transform: uppercase;
  /*text-decoration: none;
  font-size: 0.8em;
  letter-spacing: 1.5px;
  align-items: center;
  justify-content: center;*/
  overflow: hidden;
  text-align:center;
}
.button:hover{
  border-color:#0f057f;
}
#button-1 a {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 1px;
}
#button-1 {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#button-1 a {
  position: relative;
  transition: all .45s ease-Out;
}

#circle {
  width: 0%;
  height: 0%;
  opacity: 0;
  line-height: 40px;
  border-radius: 50%;
  background: #0f057f;
  position: absolute;
  transition: all .5s ease-Out;
  top: 20px;
  left: 70px;
}

#button-1:hover #circle {
  width: 200%;
  height: 500%;
  opacity: 1;
  top: -70px;
  left: -70px;
}

#button-1:hover a {
  color: #fff;
  border-color: #0f057f;
}


.mobile-menu{
	display: none;
}
#stuck_container {
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.header{
    /*-webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    min-height:120px;*/
    background-color: rgb(255 255 255);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.home-page .header{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    content:'';
    z-index:999;
    background-color: rgb(255 255 255 / 100%);
}
.isStuck .header{
    background-color: rgba(255,255,255, 1);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.2);
}
.header-right-bar {
    /*height: 80px;*/
    display: table;
    width: 100%;
/*    margin-top:10px;*/
    text-align: right;
    align-items:center;
}
.header-info-box .header-call {
    float: left;
    margin-left: 35px;
    text-align: left;
}
.header-info-box .header-call a{
	display: inline-block;
	vertical-align: middle;
	color: #fff;
}
.header-info-box .header-call a i {
    font-size: 30px;
    margin-right: 5px;
    line-height: 1;
    margin-top: 4px;
    display: inline-block;
    vertical-align: middle;
}
.header-info-box .header-call a .call-info {
    display: inline-block;
    vertical-align: middle;
}
.header-info-box .header-call a .call-info span{
    color: #fff;
    font-size: 18px;
}
.header-info-box .header-call a .call-info h5{
	color: #fff;
	margin-bottom: 0;
	font-size:20px;
}
.nav-wrapper, .header-info-box {
    display: table-cell;
    vertical-align: middle;
}
.navigation{
	text-align: right;
	width: 100%;
    display: inline-block;
    vertical-align: middle;
}
.navigation > li{
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/*padding-right:12px;*/
}
/*.navigation > li:before{
    content: "";
  height: 70%;
  width: 2px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transition: all 0.4s;
  -webkit-transform:translateY(-50%);
  -moz-transform:translateY(-50%);
  transform:translateY(-50%);
}*/
.navigation > li:last-child:before{
    display:none;
}
.navigation > li:last-child{
	margin-right: 0;
}
.navigation li.dropdown > .dropdown-menu{
	top: 120%;
	padding:0;
	margin:0;
	z-index: 9;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	border-bottom: 3px solid #9a9a9a;
  	-webkit-transition: .2s;
  	-moz-transition: .2s;
  	transition: .2s;
    min-width:230px;
}
.navigation li.dropdown > .dropdown-menu li{
	border-bottom: 1px solid #e6e6e6;
	margin-right: 0;
	text-align: left;
}
.navigation li.dropdown > .dropdown-menu li:last-child{
	border-bottom: none;
}
.navigation li.dropdown > .dropdown-menu li a{
	padding:12px 15px;
	color:#000;
	white-space: normal;
    border-radius: 0;
    border:0;
}
.navigation > li:first-child{
	display: none;
}
.navigation a{
	overflow: hidden;
	position: relative;
	display: block;
	font-size: 16px;
	color: #000;
	font-weight: 600;
	padding: 0px 20px;
    transition: all 500ms ease 0s;
}
.navigation li.dropdown{
    padding-right:20px;
}
.navigation li.dropdown a{
    padding-right:24px;
}
.navigation > li.dropdown > a:after {
    font-family: bootstrap-icons;
    content: "\F282";
    position: absolute;
    top: 50%;
    right: 0;
    /*font-size: 14px;*/
    transition: all 500ms ease 0s;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
}
.navigation li:hover > a,
.navigation li:focus > a,
.navigation li.active > a{
	/*border-color: #00bdd5;*/
	color: #0f057f;
}
.navigation li.dropdown > .dropdown-menu li a:hover,
.navigation li.dropdown > .dropdown-menu li a:focus,
.navigation li.dropdown > .dropdown-menu li.active a{
	color: #fff;
	background-color: #0f057f;
	border:0;
	border-radius: 0;
}

.navigation li.dropdown:hover > .dropdown-menu{
	top: 100%;
	display: block;
}
#metro-touch-slider .carousel-caption {
    position: absolute;
    right: auto;
    bottom: auto;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80%;
}
/*.carousel-caption{
     background-color: rgba(0, 0, 0, .55);
     padding: 25px 0;
}*/
#metro-touch-slider .carousel-caption h2 {
    padding: 0;
    color: #fff;
    font-size: 65px;
    font-weight: 600;
    font-style: normal;
    line-height: 70px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    display: block;
/*     text-transform: uppercase;
   background-color: rgba(248, 164, 49, .25);
    padding: 30px;*/
}
#metro-touch-slider .carousel-caption h4{
    font-size: 20px;
    color: #fff;
    padding-left: 10px;
    border-left: 5px solid #0f057f;
}
#metro-touch-slider .carousel-caption span{
    padding: 0;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-style: normal;
    line-height: 30px;
    margin-bottom: 20px;
    display: block;
}
#metro-touch-slider .carousel-caption p {
    padding: 0;
    color: #ffffff;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
}
.carousel-control-next, .carousel-control-prev{
    top:50%;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    transform:translateY(-50%);
    width:auto;
    bottom:auto;
    background-color: #f27935;
    padding: 20px 16px;
}
.carousel-control-next{
    -webkit-clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%); 
    clip-path: polygon(14% 0, 100% 0%, 100% 100%, 0% 100%);
}
.carousel-control-prev{
    -webkit-clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 84% 0, 100% 100%, 0% 100%);
}
.carousel-indicators [data-bs-target]{
	height: 6px;
	opacity: 1;
}
.carousel-indicators .active{
	background-color: #e78835;
}

.parallax{
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-xxl{
	position: relative;
	z-index: 1;
}
.overlap2:before{
	background-color: rgba(0, 0, 0, 0.65);
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlap:before{
    background-color: rgba(0, 0, 0, 0.55);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.min-height-400{
	min-height: 500px;
}
.list1 li,
.list3 li,
.list4 li,
.areas-list li{
	padding:0 0 10px 26px;
	position: relative;
}

.list1 li:before,
.list3 li:before,
.list4 li:before,
.areas-list li:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F280';
	font-family: bootstrap-icons;
	font-size: 18px;
	color: #0f057f;
    font-weight: 600;
}
.list1 li:before{
    font-size: 20px;
}
.list4 li:before{
    color: #fff;
}
/*.list1 li a{
	color: #000;
}*/
.areas-list li a:hover{
    color:#0f057f;
}
.areas-list li:before{
	content: '\F3E7';
}
.list3 li:before{
    content: '\F231';
}
.list2{
  margin-left: 16px;
}
.list2 li{
  list-style-type: decimal;
  padding-bottom:10px;
}
.rounded-corner{
    border-radius: 0 80px 30px 30px;
}
.form-wrap{
	background-color: #fff;
	box-shadow: 0px 4px 10px #a1a1a1;
}
.form-control{
	height: 45px;
}
textarea.form-control{
	height: 250px;
	resize: vertical;
}
.site-map-list li{
    border-left: 1px solid #dfdfdf;
    padding:10px 0 10px 30px;
    position: relative;
}
.site-map-list li:before{
    position: absolute;
    top: 20px;
    left: 0;
    width: 20px;
    height: 1px;
    background-color: #dfdfdf;
    content: '';
}
.site-map-list li > ul.child-menu{
    margin:10px 0 10px 20px;
}
.footer:before {
    content: " ";
    width: 100%;
    height: 37px;
    background-image: url(../images/footer-top.png);
    background-repeat: repeat-x;
    position: absolute;
    left: 0;
    right: 0;
    top: -35px;
}
.footer-widget{
	margin:20px 0;
	color: #fff;
}
.footer-logo{
    display:block;
    height:130px;
}
.widget-title{
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 15px;
	color: #fff;
    padding-left: 10px;
    border-left: 5px solid #0f057f;
}
.footer-menu li{
	margin-bottom: 4px;
	font-weight: 400;
    font-size: 15px;
}
.footer-menu li a{
	display: inline-block;
	position: relative;
	padding-left: 20px;
	color: #fff;
	font-family: 'Domine', sans-serif;
	cursor:pointer;
}
.footer-menu li a:before{
	position: absolute;
	top: 0;
	left: 0;
	content: '\F138';
	font-family: bootstrap-icons !important;
}
.footer-menu li a:hover{
	color: #0f057f;
}
.footer-links{
    text-align: center;
    font-size: 14px;
    border-top: 2px dotted#fff;
    border-bottom: 2px dotted#fff;
    padding: 15px 0;
}
.footer-links,
.footer-links a{
	color: #fff;
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
}
.social-links li{
    display: inline-block;
}
.social-links li i{
    color: #fff;
}
.social-links li a i{
/*    background-color: #0f057f;*/
    background: repeating-linear-gradient(to top right, #270C83 0%, #E93EA1 100%);;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 0 10px 10px 10px;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
/*    border: 1px solid #0f057f;*/
}
footer a:hover{
	color: #0f057f;
}
.footer-links a:hover{
	color: #0f057f;
}
/*.address-box{
	margin-bottom: 10px;
}*/

/*projecj section*/
.back-color{
    /*background-color: #000;*/
    width: 100%;
    height: 100%;
    position: relative;
}
.back-color h2{
    position: absolute;
        -webkit-transform: rotate(270deg) translateX(50%);
    -ms-transform: rotate(270deg) translateX(50%);
    transform: rotate(270deg) translateX(25%);
    font-size: 62px;
    top: 20px;
}

/*team-one*/
.team-one__single {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.team-one__img-box {
  position: relative;
  display: block;
}

.team-one__img-box:before {
  position: absolute;
  top: 83px;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgb(0 0 128 / 36%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img-box:before {
  background-color: #0f057f;
}

.team-one__img {
  position: relative;
  display: block;
  margin-left: 20px;
  margin-right: 20px;
  border-top-right-radius: 51px;
  overflow: hidden;
  z-index: 1;
}

.team-one__img:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-color: rgba(var(--ambed-black-rgb, 60, 53, 49), 0.3);
  border-top-right-radius: 51px;
  width: 0%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__single:hover .team-one__img:before {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  width: 100%;
}

.team-one__img img {
  width: 100%;
  border-top-right-radius: 51px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover .team-one__img img {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.team-one__social {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 65px;
  left: 0;
  right: 0;
  -webkit-transform: translateY(100px);
  transform: translateY(100px);
  opacity: 0;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  z-index: 2;
}

.team-one__single:hover .team-one__social {
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
}

.team-one__social a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  color: var(--ambed-white, #ffffff);
  background-color: #0f057f;
  border-radius: 50%;
  font-size: 18px;
  height: 50px;
  width: 50px;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 1;
}

.team-one__social a+a {
  margin-left: 10px;
}

.team-one__social a:hover {
  background-color: #bdbdbd;
}

.team-one__content {
  position: relative;
  display: block;
  background-color: rgb(0 0 128 / 36%);
  padding: 32px 20px 20px;
  border-bottom-left-radius: 51px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  z-index: 3;
}

.team-one__single:hover .team-one__content {
  background-color: #0f057f;
}

.team-one__title-box {
  position: absolute;
  top: -29px;
  left: 30px;
}

.team-one__title-shape {
  position: absolute;
  top: 0;
  left: 0;
}

.team-one__title-shape img {
  width: auto !important;
}

.team-one__title-text {
  position: absolute;
  top: 60%;
  left: 43%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.team-one__title {
  font-size: 14px;
  color: var(--ambed-white, #ffffff);
  font-weight: 500;
  text-transform: uppercase;
  /*letter-spacing: 0.2em;*/
}
.team-one__title a:hover{
    color: #fff;
}
.team-one__name {
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  text-align: right;
  margin-bottom: 0;
  color:#333;
}

h3.team-one__name a {
  color: #333;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.team-one__single:hover h3.team-one__name {
  color: var(--ambed-white, #ffffff);
}

/*team-one*/

.address-box{
    margin-bottom: 12px;
}
.address-box .address-icon-holder{
    float: left;
    font-size: 16px;
    margin-right: 15px;
    color:#fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
/*    background-color: #0f057f;*/
    background: repeating-linear-gradient(to top right, #270C83 0%, #E93EA1 100%);;
    border-radius: 100%;
    text-align: center;
    position: relative;
}
.contact-wrap{
    text-align: center;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
/*.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color: #034424 transparent transparent transparent;
    content: '';
    left: 10px;
}*/
.contact-wrap .address-icon-holder:before{
    display: none;
}
.address-box .address-content{
    position: relative;
    overflow: hidden;
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    min-height: 180px;
}
.contact-wrap .address-content strong{
    font-size: 18px;
}
.address-box a:hover{
    color: #0f057f;
}

.contact-wrap{
    text-align: center;
}
.contact-wrap .address-icon-holder{
    float: none;
    margin:auto;
    position: relative;
    z-index: 1;
    color: #fff;
    background-color: #0f057f;
    border:5px solid #ffffff;
    box-sizing: border-box;
    width: 80px;
    height: 80px;
    line-height: 70px;
    font-size: 1.6em;
}
.contact-wrap .address-icon-holder:before{
    display: none;
}
.contact-wrap .address-content{
    background-color: #eee;
    padding:60px 20px 20px;
    margin-top: -40px;
    height: 150px;
}
.contact-wrap .address-content strong{
    font-size: 18px;
}
.address-box .address-icon-holder:before{
    position: absolute;
    bottom: -17px;
    border-width: 10px;
    border-style: solid;
    border-color:#661c8d transparent transparent transparent;
    content: '';
    left: 10px;
}

/*gallery-block*/

.gallery-block-2{
    position: relative;
    display: block;
    margin-bottom: 20px;
}
.gallery-image-2{
    position: relative;
    overflow: hidden;
    border-radius: 7px;
}
.gallery-overlay-2{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    color: #000;
    text-align: center;
    background: rgba(0, 0, 0, 0.0);
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
}
.gallery-overlay-2:before{
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
    background-image: linear-gradient(0deg, #0f057f 0%, #0f057f 100%);
}
.gallery-overlay-2:hover:before {
    opacity: .9;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-overlay-2:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 0px;
    width: 50%;
    height: 100%;
    opacity: 0;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -moz-transform: translateY(100%);
    transform: translateY(100%);
    background-image: linear-gradient(0deg, #0f057f 0%, #0f057f 100%);
}
.gallery-overlay-2:hover:after {
    opacity: .9;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -moz-transform: translateY(0%);
    transform: translateY(0%);
}
.gallery-overlay-2 a i{
    position: relative;
    font-size: 20px;
    background-color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 1;
    display: inline-block;
    opacity: 0;
    border-radius: 5px;
    transition: all 500ms ease 500ms;
    -webkit-transition: all 500ms ease 500ms;
    -ms-transition: all 500ms ease 500ms;
    -o-transition: all 500ms ease 500ms;
    transition-delay: 0s;
    transform: translateY(100);
}
.gallery-overlay-2:hover a i{
    opacity: 1;
}

/*gallery-block-2*/

.parallax{
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.parallax .container,
.parallax .container-fluid,
.parallax .container-auto{
    position: relative;
    z-index: 1;
}
.home-parallax {
    position: relative;
    overflow: hidden;
    /*padding: 300px 0;*/
}
.parallax-window {
    height: 56vh;
    background: transparent;
    display: table;
    width: 100%;
}
.home-page .parallax-window{
    height: 100vh;
}
.home-slide{
    text-align: center;
    position: relative;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.home-parallax .container{
    position: relative;
    z-index: 9;
}

.logo{
    width: 30%;
    padding: 10px 0;
}

.text-col {
    padding: 10px 30px;
}

a.inner-link {
    color: #0f057f;
    font-weight: 700;
}

a:hover.inner-link {
    color: #000;
}

span.inner-link {
    color: #0f057f;
    font-weight: 700;
}

span:hover.inner-link {
    color: #000;
}

i.fas.fa-arrow-right {
    padding-right: 15px;
    color:#0f057f!important;
}

.menu{
    margin-left: 30px;
}

.box {
    margin-top: 20px;
}

.services-box-1 {
    width: 100%;
    margin: 30px 0px 0px 0px;
    display: table;
    text-align: center;
}

.overlap-1:before{
    background-color: rgba(0, 0, 0, 0.25);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

section.p-5.padd-40.box-1 {
    background: #3837370f;
}

.image-res{
    display: block;
}

.image-res-1{
    display: none;
}

h3.text-color {
    color: #000;
    font-weight: 700;
    font-size: 29px;
}

.map {
    padding-right: 50px;
    padding-bottom: 30px;
}
.services-box-2 {
    width: 100%;
    margin: 8px 0px 0px 0px;
    display: table;
    text-align: center;
}

i.bi.bi-arrow-right {
    padding-right: 10px;
    color: #0f057f;
    font-size: 18px;
}

.header-h3 a{
    display: inline-block;
}
.header-h3 a:hover,
.header-h3 a:focus{
    color: #d3399e;
}

@media(min-width:992px) and (max-width:1200px){
    .width-30,.width-40,.width-50,.width-60,.width-70{
        width: 100%;
    }
    #metro-touch-slider .carousel-caption p{
        font-size: 16px;
    }
}

@media(min-width:220px) and (max-width:991px){
    #stuck_container,
    .home-page .header{
        position:static!important;
        background-color:#000;
    }
     .desktop {
        display: none!important;
    }
    .mobile{
        display: block!important;
    }
    .wrapper{
        overflow-x:hidden;
    }
    .mt-110{
        margin-top: 0 !important;
    }
    .pseudoStickyBlock{
        height:0% !important;
    }
    .quote-inner a{
        font-size:16px;
        padding:10px;
    }
    .top-contact-list{
        text-align: center;
    }
    .top-contact-list li{
        margin-right:0;
    }
    .top-contact-list li i{
        color: #000;
        font-size: 14px;
        margin-right: 5px;
        width: auto;
        height: auto;
    }
    /*.fixed-top{
        position:static;
        background-color:#fff!important;
    }
    .fixed-top.bg-opacity-75{
        opacity:1!important;
    }*/
    .flexbox{
		display: block;
	}
	.width-30,.width-40,.width-50,.width-60,.width-70,.width-20,.width-25,.width-33{
	    width:100%;
	}
	.mobile-menu {
        display: block;
        vertical-align: middle;
        font-size: 20px;
        padding: 15px 0;
        color: #0f057f;
        cursor: pointer;
        margin: 15px 0 0;
        border-top: 1px solid #adadad;
    }
    .mobile-menu i{
        float:right;
    }
	.nav-wrapper{
		position: fixed;
		top: 0;
		left: -300px;
		width: 255px;
		height: 100%;
		overflow-x: scroll;
		z-index: 999;
		border-radius: 0;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background-color: #000;
		padding-top: 0;
	}
	.nav-wrapper.open{
		left: 0;
	}
	.navigation{
	    text-align:left;
	}
	.navigation > li{
		display: block;
		margin:0;
		border-bottom: 1px solid #333;
	}
	.navigation li.dropdown{
	    padding-right:0;
	}
	.navigation > li:before{
	    display:none;
	}
	.navigation > li:first-child{
		display: block;
		text-align: right;
	}
	.navigation li a{
		padding:10px 20px;
		border-radius:0;
		border: 0;
		color: #fff;
	}
	.navigation li:hover > a,
	.navigation li:focus > a,
	.navigation li.active > a{
		background-color: #0f057f;
		color: #fff;
		border-radius:0;
	}
	.navigation > li.dropdown > a:after{
		right: 20px;
	}
    .navigation li.dropdown > .dropdown-menu,
    .navigation li.dropdown:hover > .dropdown-menu{
        position: static;
        top: 0;
        visibility: visible;
        opacity: 1;
        width: 100%;
        float: none;
        display:block;
    }
    .navigation li.dropdown > .dropdown-menu li a{
        padding: 10px 10px 10px 30px; 
    }
	.header-info-box{
        /*display:block;
        text-align:right;*/
	}
	.header-info-box .header-call {
         float: none; 
         margin-left: 0; 
        text-align: left;
        display: inline-block;
    }
    .min-height-400 {
        min-height: 100%;
    }
    .form-box{
        padding:25px 0!important;
    }
    .padd-40{
        padding: 20px 0;
    }
    .m-min-100{
        height:100%!important;
        min-height:100%;
    }
    .container-fluid{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contact-wrap .address-box .address-icon-holder{
        display:inline-block;
    }
    .strip-wrap{
        position: static;
    }
    .padd-t-20{
        padding-top: 20px;
    }
    .services-box{
        margin: 15px 0;
    }
    .m-parallax-bg{
        background-image:none!important;
        height:100%!important;
        line-height:100%!important;
        min-height:100%!important;
    }
    
}
@media(min-width:768px) and (max-width:991px){
    .top-contact-list {
        text-align: right;
    }
    .top-contact-list li{
        margin:10px;
    }
    .image-res{
        display: none;
    }
    
    .image-res-1{
        display: block;
    }
    .carousel-caption{
        padding-top: 10px!important;
    }
    .actAsDiv {
        height: 350px!important;
    }
    .full-screen{
        height:400px!important;
    }
    .logo{
        width: 50%;
    }
    .text-divider{
        margin-top: 0px;
    }
    .new-text-column{
        margin: 80px 0;
    }
    .header-top-area:before{
        display: none;
    }
    .m-min-210{
        min-height:350px!important;
        height:350px!important;
    }
    .social-links li a i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 16px;
    }
    .top-contact-list li span {
        font-size: 14px;
    }
    /*#metro-touch-slider .carousel-caption h4{
        font-size: 17px;
    }*/
    #metro-touch-slider .carousel-caption h2{
        font-size: 45px !important;
        line-height: 55px !important;
        margin-bottom: 15px !important;
    }
    
}
@media(min-width:576px) and (max-width:767px){
    .top-contact-list li{
        margin:10px;
    }
    .image-res{
        display: none;
    }
    
    .image-res-1{
        display: block;
    }
    
    #metro-touch-slider .carousel-caption span{
        font-size:14px !important;
    }
    .carousel-caption{
        padding-top:10px !important;
    }
    .padd-t-b{
        padding: 1rem 0 !important;
    }
    .no-detail{
        display:none !important;
    }
    .best {
        margin-bottom: 35px;
    }
    .mg-t {
        margin-top: 15px;
    }
    .header-right-bar{
        height:100%;
    }
    .header-info-box .header-call{
        display:block;
        text-align:center;
    }
    .text-divider{
        margin-top: 0px;

    }
    .new-text-column{
        margin: 50px 0;
    }
     .header-top-area:before{
        display: none;
    }
    .full-screen{
        height:400px!important;
    }
    .m-min-210{
        min-height:300px!important;
        height:300px!important;
    }
    /*#metro-touch-slider .carousel-caption h4{
        font-size: 17px;
    }*/
    #metro-touch-slider .carousel-caption h2{
        font-size: 35px !important;
        line-height: 55px !important;
        margin-bottom: 15px !important;
    }
}
@media(min-width:220px) and (max-width:767px){
     .desktop {
    display: none!important;
}
.mobile{
    display: block!important;
}
    .image-res{
        display: none;
    }
    
    .image-res-1{
        display: block;
    }

    .parallax-window{
        height:366px;
    }
    .logo {
        display: block;
        margin: 0 auto 15px auto;
        text-align:center;
        width: 30%;
        padding-bottom:0;
        background-color: #fff;
    }
    .logo a{
        display:block;
    }
    .header-info-box {
        text-align: right;
    }
    #metro-touch-slider .carousel-caption p{
        /*display:none;*/
    }
    .team-one__name{
        font-size:18px;
    }
    .px-5 {
        padding-right: 0.5rem!important;
        padding-left: 0.5rem!important;
    }
    .parallax.overlap.px-5{
        min-height:350px!important;
    }
    .form-box {
        padding: 20px 0!important;
    }
    iframe.actAsDiv {
        height: 250px!important;
    }
    .contact-wrap .address-content{
        height:auto;
        min-height:auto
    }
    .services-box{
        height:250px;
    }
}
@media (max-width: 575px){
    
    .top-contact-list li span{
        font-size:13px;
    }
    .text-divider{
        margin-top: 0px;
        padding: 25px 20px;
    }
    .m-min-210 {
      height: 100% !important;
      min-height: 350px !important;
    }
    .embedly-embed{
        height:250px!important;
    }
}
@media(min-width:220px) and (max-width:576px){
    .top-contact-list{
        display:table;
        margin:auto;
        text-align:left;
    }
    .top-contact-list li{
        display:block;
        padding:8px 0;
    }
    .top-contact-list li:nth-of-type(3) {
        display: block;
    }
    .top-contact-list li:nth-of-type(4),
    .top-contact-list li:nth-of-type(5) {
        display: inline-block;
    }
    section.p-5.padd-40.box h2 {
        padding-top: 20px;
    }

    .image-res{
        display: none;
    }

    .image-res-1{
        display: block;
    }
    .text-col {
        padding: 0px!important;
        margin-top: 60px;
    }
    
    ul.menu {
        padding-left: 0px!important;
        margin-left: 0px;
    }
    .carousel-caption{
        /*top:42% !important;*/
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        transform: translateY(-50%);
        padding: 0 !important;
    }
    .carousel-caption h2 {
        font-size: 18px !important;
        line-height: 24px !important;
        margin-bottom:10px!important;
    }
    #metro-touch-slider .carousel-caption span{
        margin-bottom:10px!important;
    }
    .no-detail{
        display:none !important;
    }
    .best {
        margin-bottom: 35px;
    }
    .mg-t {
        margin-top: 15px;
    }
    .header-right-bar{
        height:auto;
    }
    .header-info-box .header-call{
        display:block;
        text-align:center;
    }

    #metro-touch-slider .carousel-caption p{
        display: none;
    }
    #metro-touch-slider .carousel-caption p{
        margin-top: -30px;
    }
     .header-top-area:before{
        display: none;
    }
    #metro-touch-slider .carousel-caption{
        width:80%;
        left:10%;
    }
    .full-screen{
        height:350px!important;
    }
    .footer-widget {
        margin:10px 0;
    }
    .address-box{
        margin-bottom:5px;
    }
    .address-box .address-content p{
        font-size:14px;
        font-weight:400;
    }
    .m-min-210{
        min-height:250px!important;
        height:250px!important;
    }
    .sigma_portfolio-item{
        height:300px!important;
    }
    .p-5{
        padding: 1rem!important;
    }
    .social-links li a i{
        width: 33px;
        height: 33px;
        line-height: 33px;
        font-size: 15px;
    }
    #metro-touch-slider .carousel-caption h4{
        font-size: 14px;
    }
    #metro-touch-slider .carousel-caption h2{
        font-size: 20px !important;
        line-height: 25px !important;
        margin-bottom: 15px !important;
    }
}

section.p-5.bg-grey {
    background: #00000012;
}

.desktop {
    display: block;
}

.mobile {
    display: none;
}

a.link {
    color: #0f057f;
}

a.link:hover {
    color: #000;
}