.axil-slide.slide-style-default .content {
    position: relative;
    z-index: 2;
}

.axil-slide.slide-style-default .content h1 {
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-slide.slide-style-default .content h1 {
        margin-bottom: 7px;
    }
}

.axil-slide.slide-style-default .content p {
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-slide.slide-style-default .content p br {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-slide.slide-style-default .content p br {
        display: none;
    }
}

@media only screen and (max-width: 767px) {
    .axil-slide.slide-style-default .content p br {
        display: none;
    }

    .axil-slide.slide-style-default .content h1 {
        margin-bottom: 7px;
        font-size: 31px !important;
        line-height: 42px !important;
    }
}

.axil-slider-area.axil-slide-activation p.subtitle-3 {
  color: #000;
}




.axil-contact-form.contact-form-style-1 {
    padding: 50px;
    position: relative;
    z-index: 1;
    max-width: 490px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    padding-left: 60px;
    z-index: 2;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-contact-form.contact-form-style-1 {
        padding: 30px 35px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-contact-form.contact-form-style-1 {
        padding: 50px 20px;
        padding-left: 20px;
        max-width: inherit;
    }
}

.axil-contact-form.contact-form-style-1::after {
    background: #ffffff;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: rotateY(-10deg);
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    box-shadow: 0 0 1px transparent;
}

@media only screen and (max-width: 767px) {
    .axil-contact-form.contact-form-style-1::after {
        transform: rotateY(0);
    }
}

.axil-contact-form.contact-form-style-1::before {
    width: 92%;
    height: 92%;
    left: -20px;
    bottom: -20px;
    background: rgba(0, 2, 72, 0.1);
    content: "";
    position: absolute;
    z-index: -1;
    transform-style: preserve-3d;
    transform: rotateY(-10deg);
    filter: blur(50px);
}

@media only screen and (max-width: 767px) {
    .axil-contact-form.contact-form-style-1::before {
        display: none;
    }
}

.axil-contact-form.contact-form-style-1 .callto-action-wrapper span.text {
    font-size: 15px;
    line-height: 24px;
    display: inline-block;
    padding-right: 10px;
}

.axil-contact-form.contact-form-style-1 .callto-action-wrapper span i {
    color: #000248;
    line-height: 26px;
    padding-right: 4px;
}

.axil-contact-form.contact-form-style-1 .callto-action-wrapper span a {
    font-size: 22px;
    font-weight: 700;
    color: #000248;
    line-height: 26px;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
    .axil-contact-form.contact-form-style-1 .callto-action-wrapper span a {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-contact-form.contact-form-style-1 .shape-group {
        display: none;
    }
}

.axil-contact-form.contact-form-style-1 .shape-group .shape {
    position: absolute;
    right: -193px;
    top: 50%;
    z-index: -1;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-contact-form.contact-form-style-1 .shape-group .shape {
        right: -151px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-contact-form.contact-form-style-1 .shape-group .shape {
        display: none;
    }
}

.axil-contact-form.contact-form-style-1 .shape-group .shape.shape-01 {
    right: -64px;
    top: 26%;
}

.slider-fixed-height {
    height: 950px;
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider-fixed-height {
        height: auto;
        padding: 100px 0;
    }
}

@media only screen and (max-width: 767px) {
    .slider-fixed-height {
        height: auto;
        padding: 100px 0;
    }
}

.axil-breadcrumb-area .inner {
    position: relative;
    z-index: 1;
}

.axil-breadcrumb-area.breadcrumb-style-default {
    z-index: 2;
    overflow: hidden;
    position: relative;
}

.axil-breadcrumb-area.breadcrumb-style-default h2.axil-page-title {
    margin-top: 20px;
    font-size: 50px;
    line-height: 62px;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-default h2.axil-page-title {
        margin-top: 10px;
        font-size: 30px;
        line-height: 41px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-default h2.axil-page-title {
        margin-top: 8px;
        margin-bottom: 0;
    }
}

.axil-breadcrumb-area.breadcrumb-style-default .axil-page-title {
    margin-top: 20px;
    font-size: 50px;
    line-height: 62px;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-default .axil-page-title {
        margin-top: 10px;
        font-size: 30px;
        line-height: 41px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-default .axil-page-title {
        margin-top: 8px;
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-default .shape-images {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-default .shape-images .shape {
    position: absolute;
}

.axil-breadcrumb-area.breadcrumb-style-default .shape-images .shape.shape-1 {
    right: 17%;
    bottom: 14%;
    animation: customOne 2s infinite;
}

.axil-breadcrumb-area.breadcrumb-style-default .shape-images .shape.shape-2 {
    right: 15%;
    bottom: -6px;
    z-index: -1;
    transform: rotate(3deg);
}

.axil-breadcrumb-area.breadcrumb-style-default .shape-images .shape.shape-3 {
    left: 0;
    top: 0;
}

.axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb {
    display: flex;
    margin: 0 -13px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb {
        margin-bottom: 12px;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb li {
    font-size: 15px;
    line-height: 24px;
    color: var(--form-text-color);
    padding: 0 13px;
    position: relative;
    font-weight: 400;
}

.axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb li a {
    color: var(--form-text-color);
    text-decoration: none;
}

.axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb li::after {
    position: absolute;
    right: 0;
    content: "";
    width: 4px;
    height: 4px;
    background: var(--form-text-color);
    top: 50%;
    transform: translateY(-50%);
    border-radius: 100%;
}

.axil-breadcrumb-area.breadcrumb-style-2 ul.ax-breadcrumb li:last-child::after {
    display: none;
}

.axil-breadcrumb-area.breadcrumb-style-2 h2.title {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 h2.title {
        font-weight: 700;
        margin-bottom: 10px;
        font-size: 32px;
        line-height: 42px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2 h2.title {
        font-size: 31px;
        line-height: 43px;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .title {
    font-size: 56px;
    font-weight: 700;
    line-height: 68px;
    margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .title {
        font-weight: 700;
        font-size: 32px !important;
        line-height: 42px !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .title {
        font-size: 31px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .page-title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 p {
/*     color: #737387; */
    font-size: 20px;
    line-height: 32px;
    padding-right: 12%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
	.axil-breadcrumb-area.breadcrumb-style-2 p {
    	padding-right: 0;
	}
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 p {
        font-size: 18px;
        line-height: 28px;
        padding-right: 0;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail {
    position: relative;
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {
    position: relative;
    padding-right: 118px;
    z-index: 3;
    -webkit-transform: perspective(500px) rotateY(-5deg);
    transform: perspective(500px) rotateY(-5deg);
    display: inline-block;
    transition: 0.3s;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {
        transform: perspective(0) rotateY(0);
        padding-right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {
        transform: perspective(0) rotateY(0);
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {
        padding-right: 0;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group {
        padding-right: 0;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group img {
        width: 100%;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group img.image-2 {
    position: absolute;
    right: 0;
    bottom: 85px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group img.image-2 {
        position: absolute;
        right: auto;
        bottom: 0;
        left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group img.image-2 {
        left: 0;
        right: auto;
        width: 100%;
        bottom: 0;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group::before {
    position: absolute;
    width: calc(100% - 116px);
    height: calc(100% - 19px);
    top: 35px;
    content: "";
    border: 4px solid #000345;
    z-index: -1;
    right: 144px;
    box-shadow: 0 0 1px transparent;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group::before {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .image-group::before {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-1 {
    left: -17%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-1 {
        right: 19%;
        left: auto;
        transform: rotate(180deg);
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-1 {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-2 {
    left: 7%;
    top: 52%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-2 {
        right: 21%;
        left: auto;
        top: 71%;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-2 {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-3 {
    left: 10%;
    top: 41%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-3 {
        right: 30%;
        left: auto;
        z-index: 1;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2 .thumbnail .shape-group .shape.shape-3 {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .image-group img.image-1 {
        width: 100%;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape {
    position: absolute;
    left: 0;
    top: auto;
    z-index: 3;
    bottom: 8%;
    transform: inherit;
}

.axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-1 {
    left: -1%;
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-1 {
        display: block;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-2 {
    left: 25%;
    top: 24%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-2 {
        left: 18%;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-2 {
        left: 29%;
        top: 24%;
        display: block;
    }
}

@media only screen and (max-width: 479px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-2 {
        left: 45%;
        top: 3%;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-2 {
        left: 43%;
        top: 22%;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-3 {
    left: 54%;
    top: 13%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-3 {
        left: 39%;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-3 {
        display: block;
    }
}

@media only screen and (max-width: 575px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-3 {
        display: none;
    }
}

.axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-4 {
    left: 87%;
    top: 12%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-4 {
        left: 63%;
    }
}

@media only screen and (max-width: 767px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-4 {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .axil-breadcrumb-area.breadcrumb-style-2.team-group-thumb .thumbnail .shape-group .shape.shape-4 {
        display: none;
    }
}


/* additional CSS for image option at place of the form in homepage */

.axil-slide .banner-image-right .thumbnail .image-group {
  position: relative; 
}

.axil-slide .banner-image-right .thumbnail .image-group::before {
  position: absolute;
  content: "";
  width: calc(100% - 116px);
  height: calc(100% - 19px);
  top: 6px;
  right: 0px;
  border: 4px solid #000345;
  z-index: 0;             
  box-shadow: 0 0 1px transparent;
}

@media(max-width: 768px){
    ul.axil-breadcrumb li.axil-breadcrumb-item{
        padding: 10px;
    }
	ul.axil-breadcrumb li.axil-breadcrumb-item{
		font-size:13px;
	}

    ul.axil-breadcrumb li.axil-breadcrumb-item+.axil-breadcrumb-item::before{
        left: -1px;
    }
}
@media (max-width: 768px) {
    .ax-header .row {
        max-width: 100%;
    }
}

@media(max-width: 992px){
.slider-fixed-height .axil-contact-form.contact-form-style-1 {
    display:none;
}
}