.inner-banner {
position: relative;
background-repeat: no-repeat;
background-size: cover;
background-position: center right;
background-color: #F7F9FB;
}
.inner-banner:after {
content: "";
position: absolute;
left: 0;
top: 0;
width: 80%;
height: 100%;
background: -webkit-gradient(linear, left top, right top, color-stop(1%, rgb(247, 249, 251)), color-stop(56%, rgb(247, 249, 251)), to(rgba(247, 249, 251, 0)));
background: linear-gradient(to right, rgb(247, 249, 251) 1%, rgb(247, 249, 251) 56%, rgba(247, 249, 251, 0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f7f9fb", endColorstr="#00f7f9fb", GradientType=1);
z-index: 0;
}
.inner-banner .inner-banner-caption {
z-index: 1;
position: relative;
padding: 120px 0 120px;
}
.inner-banner .inner-banner-caption h1 {
font-size: 3.2rem;
line-height: 4.2rem;
margin: 0 0 15px;
color: #06135e;
}
.inner-banner .inner-banner-caption h1 i {
font-style: normal;
color: #cf4800;
}
@-webkit-keyframes action {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@keyframes action {
0% {
-webkit-transform: translateY(0);
transform: translateY(0);
}
100% {
-webkit-transform: translateY(-20px);
transform: translateY(-20px);
}
}
@-webkit-keyframes MoveUpDown {
0%, 100% {
bottom: 0;
}
50% {
bottom: 100px;
}
}
@keyframes MoveUpDown {
0%, 100% {
bottom: 0;
}
50% {
bottom: 100px;
}
}
.contact-desc {
background-color: rgb(255, 255, 255);
padding: 20px;
border-radius: 10px;
-webkit-box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
margin: 0 0 20px;
position: relative;
overflow: hidden;
}
.contact-desc:before {
content: "";
position: absolute;
-webkit-transition-duration: 600ms;
transition-duration: 600ms;
width: 200%;
height: 200%;
top: 110%;
left: 50%;
background: #06135e;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
z-index: -1;
border-radius: 50%;
}
.contact-desc .sub-heading {
font-weight: 700;
margin: 25px 0 10px;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.contact-desc .cdsc {
color: #181818;
-webkit-transition: 0.3s all ease-in-out;
transition: 0.3s all ease-in-out;
}
.contact-desc .contact-icon {
width: 70px;
height: 70px;
margin: 0 auto;
}
.contact-desc:hover:before {
top: -50px;
}
.contact-desc:hover .sub-heading, .contact-desc:hover .cdsc {
color: #fff;
}
.video-block-carousel .owl-nav,
.video-block-carousel-2 .owl-nav {
margin-top: 30px !important;
position: static !important;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
top: 0 !important;
}
.video-block-carousel .owl-nav .owl-next,
.video-block-carousel .owl-nav .owl-prev,
.video-block-carousel-2 .owl-nav .owl-next,
.video-block-carousel-2 .owl-nav .owl-prev {
position: static;
margin: 0 10px;
background-image: none !important;
}
.contact-block-form {
border-radius: 10px;
border: solid 1px #f3f3f3;
-webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.01);
box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.01);
}
.contact-address-detail .footer-tabs .nav-item .nav-link.active {
border-bottom-color: #181818;
}
.contact-address-detail .footer-tabs .nav-item .nav-link {
color: #181818;
}
.contact-address-detail .footer-links li a,
.contact-address-detail .footer-links li p {
color: #181818;
}
.contact-address-detail .footer-links li i {
color: #181818;
}
@media (max-width: 990px) {
.inner-banner:after {
background: #F7F9FB;
opacity: 0.8;
width: 100%;
}
}
@media (max-width: 767px) {
.inner-banner .inner-banner-caption {
text-align: center;
padding: 60px 0;
}
}