/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2025 | 11:09:14 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

:root {
    --theme-color: #1A6898;
    --base-color: #1A6898;
    --theme-light-color-2: #B4D5E9;
    --theme-yellow: #ffa200;
    --base-color-3: #ffa200;
    --tna-pr-1: #E10419;
    --tna-pr-2: #E504EE;
    --tna-sd-1: #173FCF;
	--heading-color:#020626;
	--unbounded: "Unbounded", sans-serif;
	--white: #fff;
}

:root {
    --gly-pr-1: linear-gradient(90deg, #E10419 0%, #8F0815 100%);
    --base-gradient-4: linear-gradient(90deg, #E10419 0%, #8F0815 100%);
    --tna-gd-1: linear-gradient(90deg, #E10419 0%, #8F0815 100%);
}

:root {
    --base-gradient-3: linear-gradient(45deg, #FFA200 0%, #FFA200 100%);
}

:root {
    --tna-gd-2: linear-gradient(90deg, #173FCF 0%, #E504EE 100%);
}

:root {
    --base-gradient-5: linear-gradient(90deg, #FFA200 0%, #E10419 50%, #FFA200);
}
body{
	font-family: "Unbounded", sans-serif;
}
img {
    display: block;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}
.w-100 {
    width: 100% !important;
}
.pr-30 {
    padding-right: 30px;
}
.pl-30 {
    padding-left: 30px;
}
.pb-30 {
    padding-bottom: 30px;
}
.pl-15 {
    padding-left: 15px;
}

.mt-15 {
    margin-top: 15px;
}
.mt-none-65 {
    margin-top: -65px;
}
h1, h2, h3, h4, h5, h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-weight: 600;
    color: var(--heading-color);
	font-family: "Unbounded", sans-serif;
}
h3 {
    font-size: 22px;
}

.position-relative {
    position: relative !important;
}
.position-absolute {
    position: absolute !important;
}
.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.d-flex {
    display: flex !important;
}
.text-center {
    text-align: center !important;
}

.skycon-service-item {
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 30px;
}
.skycon-service-item:before {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.15);
}
.skycon-service-item:after {
    background-color: var(--theme-color);
}
.skycon-service-item:before, .skycon-service-item:after {
    left: 0;
    right: 0;
    width: 0%;
    bottom: 0;
    content: "";
    height: 1px;
    margin: 0 auto;
    position: absolute;
    transition: all 0.3s linear 0s;
}
.skycon-service-item .service_more {
    width: 85%;
    margin: 0 auto;
    padding: 10px 18px;
    border-radius: 10px 10px 0px 0px;
    background-color: var(--theme-color);
    transform: translateY(50px);
    transition: all 500ms ease;
}
.skycon-service-item .service_more a {
    color: #fff;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
}
.skycon-service-item .service-img {
    z-index: 2;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.skycon-service-item .service-img:before {
    top: 0;
    z-index: 1;
    width: 100%;
    content: "";
    opacity: 0;
    height: 100%;
    position: absolute;
    transition: all 500ms ease;
    background-color: rgba(0, 0, 0, 0.3);
}
.skycon-service-item .service-img img {
    transition: all 500ms ease;
    transform: scale(1.1);
    display: block;
}
.skycon-service-item .service-text {
    padding: 15px 0px;
}
.skycon-service-item .service-text h3 a {
    color: var(--theme-color);
    font-size: 20px;
    font-weight: 500;
}
.skycon-service-item:hover .service_more {
    transition-delay: 0.3s;
    transform: translateY(0px);
}
.skycon-service-item .service_more a:hover {
    letter-spacing: 3px;
}
.skycon-service-item:hover .service-img:before {
    opacity: 1;
}
.skycon-service-item:hover .service-img img {
    transform: scale(1);
}
/*About Section*/

.skycon-imageBox {
    position: relative;
}
.skycon-img-animation {
    transition: 1.3s cubic-bezier(0.5, 0.5, 0, 1);
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}
.skycon-img-animation.active {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.skycon-imageBox__styleFour::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-radius: 30px;
    width: calc(100% - 5px);
}

.skycon-z1 {
    z-index: 1;
}
.skycon-imageBox__styleFour .skycon-thumb img {
    border-radius: 30px 30px 30px 150px;
    width: 100%;
}
.skycon-round-btn {
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background: var(--theme-color);
    color: var(--white);
    font-size: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.skycon-imageBox__styleFour .skycon-round-btn {
    width: 70px;
    height: 70px;
    background: var(--theme-yellow);
    font-size: 22px;
}
.skycon-imageBox__styleFour .skycon-content p {
    color: var(--white);
    font-size: 17px;
    font-weight: 600;
}
.skycon-round-btn:hover {
    background: var(--heading-color);
    color: var(--white);
}
.skycon-imageBox__styleFour .skycon-round-btn:hover {
    background: var(--heading-color);
}

.skycon-imageBox__styleFive::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-radius: 30px;
    width: calc(100% - 5px);
}
.skycon-imageBox__styleFive .skycon-thumb img {
    border-radius: 160px 30px 30px 30px;
}
.skycon-cercleBadge {
    width: 120px;
    height: 120px;
    color: var(--white);
    font-size: 17px;
    border-radius: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    padding: 20px;
    z-index: 1;
    line-height: 100%;
    flex-direction: column;
    gap: 5px;
}
.skycon-imageBox__styleFive .skycon-cercleBadge {
    top: 20px;
    left: 20px;
    width: 95px;
    height: 95px;
    z-index: 2;
}
.skycon-cercleBadge::before {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--white);
    opacity: 0.1;
    width: calc(100% + 30px);
    height: calc(100% + 30px);
    left: -15px;
    top: -15px;
    border-radius: 50%;
    z-index: -1;
}
.skycon-imageBox__styleFive .skycon-cercleBadge::before {
    width: calc(100% + 16px);
    height: calc(100% + 16px);
    opacity: 1;
    left: -8px;
    top: -8px;
    opacity: 0.5;
}
.skycon-cercleBadge::after {
    position: absolute;
    left: 0;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--theme-color);
    border-radius: 50%;
    z-index: -1;
}
.skycon-cercleBadge__styleDark::after {
    background: var(--heading-color);
}
.skycon-cercleBadge span {
    font-size: 12px;
    font-weight: 600;
    color: var(--white);
}
/*why choose us section */
.skycon-facility-block .skycon-inner-box {
    position: relative;
    padding: 40px 20px 40px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.10);
}

.skycon-facility-block .skycon-inner-box .skycon-pattern-layer {
    position: absolute;
    left: 23%;
    top: 10%;
    width: 70px;
    height: 56px;
    opacity: 0;
    background-repeat: no-repeat;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.skycon-facility-block .skycon-inner-box .skycon-icon-box {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    line-height: 76px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    color: var(--theme-color);
    font-size: 40px;
    background-color: #fdf6f6;
    border: 2px solid var(--theme-color);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.skycon-facility-block .skycon-inner-box .skycon-icon-box {
    line-height: 1px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}
.skycon-facility-block .skycon-inner-box .skycon-icon-box {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0px;
}
.skycon-facility-block .skycon-inner-box .skycon-icon-box i {
    line-height: 1px !important;
}
.skycon-facility-block .skycon-inner-box h5 {
    margin-bottom: 10px;
    line-height: 1.4em;
    font-size: 22px;
}
.skycon-facility-block .skycon-inner-box h5 a {
    color: var(--heading-color);
}
.skycon-facility-block .skycon-inner-box .skycon-text {
    padding: 0px 5px;
	font-size:14px;
}
.skycon-facility-block .skycon-inner-box:hover .skycon-pattern-layer {
    opacity: 1;
}
.skycon-facility-block .skycon-inner-box:hover .skycon-icon-box {
    color: #FFF;
    background-color: var(--theme-color);
    -webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}
/*testimonial*/
.skycon-testimonial-block .skycon-inner-box {
    position: relative;
    text-align: center;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
}
.skycon-testimonial-block .skycon-upper-box {
    position: relative;
    padding: 40px 30px 40px;
	min-height:238px;
}
.skycon-testimonial-block .skycon-lower-box {
    position: relative;
    padding: 0px 30px 30px;
}
.skycon-testimonial-block .skycon-lower-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    opacity: 0.05;
    background-color: var(--theme-color);
}
.skycon-testimonial-block .skycon-lower-box .skycon-color-layer {
    position: absolute;
    left: 0px;
    top: 40px;
    right: 0px;
    bottom: 0px;
    transform: scale(0, 1);
    background-color: var(--theme-color);
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}

.skycon-testimonial-block .skycon-inner-box .skycon-lower-box .skycon-color-layer {
    transform: scale(1, 1);
}
.skycon-testimonial-block .skycon-lower-box .skycon-pattern-layer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: -150px;
    opacity: 0;
    background-position: center bottom;
    background-repeat: no-repeat;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.skycon-testimonial-block .skycon-inner-box .skycon-lower-box .skycon-pattern-layer {
    bottom: 0px;
    opacity: 1;
    -webkit-transition-delay: 250ms;
    -moz-transition-delay: 250ms;
    -ms-transition-delay: 250ms;
    -o-transition-delay: 250ms;
    transition-delay: 250ms;
}
.skycon-testimonial-block .skycon-author-image-outer {
    position: relative;
    display: inline-block;
}
.skycon-testimonial-block .skycon-author-image-outer .skycon-quote-icon {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 35px;
    height: 35px;
    z-index: 1;
    border-radius: 50px;
    line-height: 35px;
    color: #fff;
    background-color: var(--theme-color);
}
.skycon-testimonial-block .skycon-author-image {
    position: relative;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
}
.skycon-testimonial-block .skycon-author-image img {
    height: 80px;
    object-fit: cover;
}
.skycon-testimonial-block .skycon-author-name {
    position: relative;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    margin-top: 20px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
.skycon-testimonial-block .skycon-designation {
    position: relative;
    font-size: 15px;
    color: #fff;
    margin-top: 5px;
    transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}
/*Header*/
.skycon-top-header{
	overflow:hidden
}
.skycon-top-header .skycon-social-box {
    position: relative;
    padding: 13px 0px;
}
.skycon-top-header .skycon-social-box:before {
    position: absolute;
    content: '';
    left: 15%;
    top: 0px;
    right: -10%;
    bottom: 0px;
    transform: skewX(-30deg);
    background-color: var(--heading-color);
}
[type=button], [type=submit], button {
   
    color: #1a6898;
  
    border: 1px solid #1a6898;
 
}
[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover {
    color: #fff;
    background-color: #1a6898;
    text-decoration: none;
}