.home-image::before {
    display: block;
    content: "";
    width: 192px;
    height: 192px;
    border-top: 25px solid #3ea0b7;
    border-left: 25px solid #3ea0b7;
    z-index: 99;
    position: absolute;
    top: -25px;
    left: -25px;
}
.home-image::after {
    display: block;
    content: "";
    border-bottom: 25px solid #0087cf;
    border-right: 25px solid #0087cf;
    z-index: 99;
    width: 192px;
    height: 192px;
    position: absolute;
    bottom: -25px;
    right: -25px;
}
.home-image{
   position: relative;
   border: 25px solid #fff;
}
.about-image::before {
    display: block;
    content: "";
    width: 85%;
    height: 100%;
    border-left: 1px solid #00a881;
    border-bottom: 1px solid #00a881;
    z-index: 0;
    position: absolute;
    border-top-left-radius: 25px;
    border-bottom-right-radius: 25px;
    top:25px;
    left:-25px
}
.about-image {
    position: relative;
    border: 25px solid #fff;
}
.about-image:after {
    content: '';
    position: absolute;
    background: url(assets/images/about/home3/1.png) right bottom no-repeat;
    background-size: contain;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    /* transform: rotate(-35deg); */
    z-index: 0;
}
.service-image::before {
    display: block;
    content: "";
    width: 85%;
    height: 100%;
    border-right: 1px solid #00a881;
    border-bottom: 1px solid #00a881;
    z-index: 0;
    position: absolute;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    top: 25px;
    right: -25px;
}
.service-image {
    position: relative;
    border: 25px solid #fff;
}
.service-image:after {
    content: '';
    position: absolute;
    background: url(assets/images/about/home3/1.png) right bottom no-repeat;
    background-size: contain;
    width: 200px;
    height: 100%;
    bottom: 0;
    left: 0;
    /* transform: rotate(-35deg); */
    z-index: 0;
}
.bg12::before {
    content: '';
    position: absolute;
    background: url(assets/images/about/home3/1.png) right bottom no-repeat;
    background-size: contain;
    width: 100px;
    height: 100%;
    bottom: 0;
    left: 0;
    /* transform: rotate(-35deg); */
    z-index: 0;
}
.bg12::after {
    content: '';
    position: absolute;
    background: url(assets/images/about/home3/4.html) right bottom no-repeat;
    background-size: contain;
    width: 100px;
    height: 100%;
    top: 0px;
    right: 0px;
    /* transform: rotate(180deg); */
    z-index: 0;
}
.bg12 {
    /* background-image: url(assets/images/bg/about-bg2.jpg); */
    /* background-repeat: no-repeat; */
    /* background-position: top center; */
    background: #000 !important;
    position: relative;
}
/* .form-response{
    background: #e9ecef;
    padding: 6px 10px;
} */
.contact-list {
    list-style-type: none;
    /* margin-left: -30px; */
    padding-right: 20px;
  }
  
  .list-item {
    line-height: 2;
    color: #444444;
    font-size: 16px;
  }
  
  .place {
    margin-left: 12px;
  }
  
  .phone {
    margin-left: 12px;
  }
  
  .gmail {
    margin-left: 12px;
  }
  
  li.list-item i {
    font-size: 20px;
    color: #3ea0b7;
    vertical-align: text-top;
}
.list-item .services-txt {
    color: #444444;
    font-size: 16px;
    line-height: 1.5;
}
.post-btn .single-btn.prev-btn {
    padding-left: 100px;
}
.blog-details-content .post-btn .single-btn {
    position: relative;
    display: block;
}
.pull-left {
    float: left;
}
.post-btn .single-btn.prev-btn .icon-box {
    left: 0px;
    transform: rotate(180deg);
}
.post-btn .single-btn .icon-box {
    position: absolute;
    top: 7px;
}
.post-btn .single-btn .icon-box a {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 46px;
    border: 1px solid #e8eaed;
    text-align: center;
    font-size: 20px;
    color: #c3c4c8;
}
.post-btn .single-btn h6 {
    display: block;
    font-size: 14px;
    line-height: 24px;
    color: #75767b;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 8px;
}
.post-btn .single-btn h5 {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
}
.post-btn .single-btn.prev-btn {
    padding-left: 60px;
}
.post-btn .single-btn {
    position: relative;
    display: block;
}
.post-btn .single-btn.next-btn {
    padding-right: 60px;
}
 .post-btn .single-btn {
    position: relative;
    display: block;
}
.pull-right {
    float: right;
}
.post-btn .single-btn.next-btn .icon-box {
    right: 0px;
}
.post-btn .single-btn .icon-box {
    position: absolute;
    top: 7px;
}
.post-btn .single-btn .icon-box a:hover {
    color: #fff;
    border-color: #0187cf;
    background: #0187cf;
}

.about-section{
    position: relative;
}
.rotateme {
    animation-name: rotateme;
    animation-duration: 20s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.about-section .shape-img1 {
    position: absolute;
    left: 5%;
    top: 5%;
    z-index: -1;
}
.about-section .shape-img2 {
    position: absolute;
    left: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
    animation: movebounce 5s linear infinite;
}
.about-section .shape-img3 {
    position: absolute;
    left: 8%;
    bottom: 0;
    z-index: -1;
}
.about-section .shape-img4 {
    position: absolute;
    left: 46%;
    bottom: 71px;
    z-index: -1;
}
.about-section .shape-img5 {
    position: absolute;
    right: 5%;
    top: 50%;
    z-index: 1;
    animation: movebounce 4s linear infinite;
}
.about-section .shape-img6 {
    position: absolute;
    left: 90%;
    top: 45%;
    z-index: 1;
    animation: movebounce 5s cubic-bezier(0.18, 0.89, 0.32, 1.28) infinite;
}
.about-section .shape-img7 {
    position: absolute;
    right: 7%;
    top: 0;
    z-index: -1;
    animation: movebounce 9s linear infinite;
}
.about-section .shape-img8 {
    position: absolute;
    right: 5%;
    bottom: 0;
    z-index: -1;
    animation: movebounce 5s linear infinite;
}
@keyframes rotateme {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes movebounce {
    0% {
        transform: translateY(0px); 
    }
    50% {
        transform: translateY(20px); 
    }
    100% {
        transform: translateY(0px); 
    } 
}
@keyframes rotate3d {
    0% {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
    100% {
        -webkit-transform: rotateY(360deg);
        transform: rotateY(360deg);
    }
}
@keyframes animationFramesOne {
    0% {
        transform:  translate(0px,0px)  rotate(0deg) ;
    }
    20% {
        transform:  translate(73px,-1px)  rotate(36deg) ;
    }
    40% {
        transform:  translate(141px,72px)  rotate(72deg) ;
    }
    60% {
        transform:  translate(83px,122px)  rotate(108deg) ;
    }
    80% {
        transform:  translate(-40px,72px)  rotate(144deg) ;
    }
    100% {
        transform:  translate(0px,0px)  rotate(0deg) ;
    }
}
.rs-slider.rs-slider-style3.slider3 .content-part .sl-subtitle {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    background: #3ea0b7;
    max-width: fit-content;
    padding: 3px 11px;
    border-radius: 9px;
}
@media only screen and (max-width: 480px){
.rs-breadcrumbs .breadcrumbs-inner {
    padding: 40px 0 40px !important;
}
.full-width-header .rs-header .menu-area .logo-area img {
    max-height: 45px !important;
}
.full-width-header .rs-header.style2 .row-table .header-logo .logo-area, .full-width-header .rs-header.style3 .box-layout .row-table .header-logo .logo-area {
    top: 10px !important;
}

}
@media only screen and (max-width: 991px){
.rs-breadcrumbs .breadcrumbs-inner .page-title .watermark {
    font-size: 80px !important;
}}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot2, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot3, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot4, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot5, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot6, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot7, .full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span.dot8 {
    background: #0087cf;
}
.full-width-header .rs-header .expand-btn-inner ul .humburger .nav-expander .bar span {
    height: 5px;
    width: 5px;
    display: block;
    background: #088bd1;
    border-radius: 50%;
    transition: none;
    list-style: none;
    transition: all 0.3s ease;
    margin: 2px 3px;
}
.full-width-header .rs-header.style2 .sticky {
    height: 67px;
}

.full-width-header .rs-header .menu-area.menu-sticky.sticky .row-table .col-cell{
    margin-top:-16px;
}

@media only screen and (max-width: 480px){
.full-width-header .rs-header.style3 .box-layout {
    background: #fff !important;
    height: auto;
    padding-right: var(--bs-gutter-x,.75rem);
    padding-left: var(--bs-gutter-x,.75rem);
    padding-top: 7px;
    padding-bottom: 7px;
}
.rs-faq .faq-content .accordion .card .card-header .card-link:after{
    right: 5px;
}
}
.full-width-header .rs-header .topbar-area.style1 .toolbar-sl-share ul li a:hover {
    color: #ccc !important;
}
.full-width-header .rs-header.style3 .sticky .box-layout {
    padding: 0;
}
.rs-faq .faq-content .accordion .card .card-body {
    padding: 20px 30px 20px 30px !important;
}
.rs-footer.style1 .footer-top {
    padding: 60px 0 55px;
}
.rs-footer.style1 .footer-top .footer-title {
    margin-top: 20px;
}
.rs-appointment.style1.apply-career .appoint-schedule .contact-wrap .form-group .form-control-mod,
.rs-appointment.style1 .appoint-schedule .contact-wrap .from-control {
    border-color: #474646;
}

.error {
    background-color: #dee2e6;
    border: #dee2e6 1px solid;
    padding: 5px 10px;
    color: #dc3545;
    border-radius: 4px;
    margin-top: 20px;
}

.success {
	background-color: #9fd2a1;
	border: #91bf93 1px solid;
	padding: 5px 10px;
	color: #3d503d;
	border-radius: 4px;
    cursor: pointer;
    font-size: 0.9em;
    margin-top: 20px;
}

.info {
	font-size: .8em;
	color: #FF6600;
	letter-spacing: 2px;
	padding-left: 5px;
}

.invalid {
    border: #dc3545 1px solid !important;
}
#loader-icon {
    vertical-align: middle;
    margin-left: 30px;
    margin-top: 22px;
}
.loader {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  animation: rotate 1s linear infinite;
  margin: 0;
}
.loader::before , .loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  inset: 0px;
  border-radius: 50%;
  border: 8px solid #dee2e6;
  animation: prixClipFix 2s linear infinite ;
}
.loader::after{
  transform: rotate3d(90, 90, 0, 180deg );
  border-color: #0087cf;
}

@keyframes rotate {
  0%   {transform: rotate(0deg)}
  100%   {transform: rotate(360deg)}
}

@keyframes prixClipFix {
    0%   {clip-path:polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)}
    50%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)}
    75%, 100%  {clip-path:polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)}
}


 .tab .nav-tabs{
    margin-bottom: 40px;
}
.tab .nav-tabs .nav-link{
    padding: 10px;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs .nav-link.active{
    color: #0087cf;
}
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a{ border: none; }
.tab .nav-tabs li a:before{
    content: "";
    width: 100%;
    height: 4px;
    background: #f6f6f6;
    border: 1px solid #e9e9e9;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.tab .nav-tabs li a:after{
    content: "";
    width: 0;
    height: 4px;
    background: #727cb6;
    border: 1px solid #727cb6;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all 1s ease 0s;
}
.tab .nav-tabs li:hover a:after,
.tab .nav-tabs li.active a:after{
    width: 100%;
    opacity: 1;
}
.tab .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    background: #727cb6;
    position: relative;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .tab-content{ margin-top: 0; }
}

.rs-contact.main-home .contact-icons-style .contact-item{
    padding: 20px !important;
    margin: 0;
}
.rs-contact.main-home .contact-icons-style .contact-item .content-text .title{
    line-height: 28px;
}