/* SANTOSH KUMAR */
@import url('https://fonts.cdnfonts.com/css/cagliostro');

body {
    font-family: 'Roboto', sans-serif;

}




/****************************************************************************************************

1. HOME PAGE 

2. FAQ’s PAGE


4. HELP DESK PAGE 


1. LOGIN PAGE 
1. HOME PAGE 
1. HOME PAGE 
1. HOME PAGE 
1. HOME PAGE 
1. HOME PAGE 





****************************************************************************************************/


/*********  HOME START  *********/


/*********  TOP HEADER START  *********/

.top-header {
   padding: 5px 0;
    background: #2e353f

}



.top-nav {
    display: flex;
    align-items: center;
}

.top-nav .nav-item {
    border-left: solid 1px #ccc;
    padding: 0 15px;
    font-size: 13px;
    font-family: 'Roboto', sans-serif;
    color: #ffffff;
}

.top-nav .nav-item:first-child {
    border: none;
    padding-left: 0;
}






.top-right-nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.top-right-nav .nav-item a {
    color: #000;
}



.nav-link {
    text-transform: capitalize;
    font-size: 14px;
    color: #000;
    font-style: italic;
    font-weight: 500;
    
}
.nav-link:focus, .nav-link:hover {
    color: #054da2;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #054da2;
}
/********* BANNER START *********/

.banner-wrap {
    width: 100%;
    float: left;
    padding-top: 106px;
}
header .carousel-inner .item{
  height: 100vh;
}
header .carousel-inner .item img{
  width: 100%;
}
.carousel-caption{
  padding-bottom: 150px;
}
.carousel-caption h2{
  font-size: 50px;
  text-transform: uppercase;
}
.carousel-control.right{
  background-image: none;
}
.carousel-control.left{
  background-image: none;
}




/* ignore the code below */


.link-area
{
  position:fixed;
  bottom:20px;
  left:20px;  
  padding:15px;
  border-radius:40px;
  background:tomato;
}
.link-area a
{
  text-decoration:none;
  color:#fff;
  font-size:25px;
}


/********* BANNER END  *********/

.page-header {
    position: absolute;
    right: 0;
    left: 0;
    z-index: 1;
    background-color: rgb(255 255 255);
    width: 100%;
    }
.logo img{ height: 80px;}

/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
    position: fixed;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(10px);
    animation: slideDown 0.90s ease-out;
    background: #FFFFFF;
    top: 0;
  }


  


  .page-header.is-sticky #pencet.Diam {
    top: 0px;
 
}
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  

/*********  TOP HEADER END  *********/











/*********  SERVICES START  *********/

.services-box {
    width: 100%;
    text-decoration: none;
    float: left;
    padding: 20px;
    display: flex;
    align-items: center;
}
.services-box .service-icon {
    background: rgb(0 0 0 / 10%);
    border-radius: 100px;
    width: 80px;
    height: 80px;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
    float: left;
}
.services-box h3 {
    color: #FFFFFF;
    font-size: 24px;
    font-weight: 600;
}
.services-box p {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    display: none;
}
 

.bg1 {
    background: #F7768D;

}

.bg2 {
    background: #D870C7;

}

.bg3 {
    background: #7E75D0;

}

.bg4 {
    background: #36AAC9;

}


 .bg1 img { width: 60px;}
.bg2 img { width: 60px;}
.bg3 img { width: 50px;}
.bg4 img { width: 45px;} */








.hvr-float-shadow {
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
}

.hvr-icon {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-icon-pulse:hover .hvr-icon,
.hvr-icon-pulse:focus .hvr-icon,
.hvr-icon-pulse:active .hvr-icon {
    -webkit-animation-name: hvr-icon-pulse;
    animation-name: hvr-icon-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

/*********  SERVICES END  *********/
.welcome-wrap{width: 100%; float: left; background:  #fff; padding: 30px 0;}

.page-title {
    text-align: center;
    margin-bottom: 60px;
    color:#003596;
   font-size: 33px;
    font-weight: 600;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    text-transform: uppercase;
}
.page-title span {
    background: #FFF200;
    color: #000000;
    font-size: 22px;
    padding: 5px 15px;
    border-radius: 20px;
    text-transform:capitalize;
    display: inline-block;
}
.sum-head-text {
    background: #FFF200;
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0;
    border-radius: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    text-align: center;
}

.mvs-wrap {
    background: #034EA2;
    padding: 15px;
    width: 100%;
    border-top-left-radius: 140px;
    border-bottom-left-radius: 140px;
    float: left;
    margin-bottom:15px;
    display:flow;
}
.mvs-wrap h2 {
    background: #ffffff;
    color: #000;
    width: 152px;
    height: 152px;
    line-height: 152px;
    border-radius: 100%;
    text-align: center;
    font-weight: 900;
    float:left;
    margin:0 15px 0 0;
}
.mvs-wrap p{    color: #ffffff;}

.text-1 {
    font-size: 18px;
   
    color: #f5801f;
}


.our-value {
    width: 100%;

    float: left;
    background: #c0e5f1;
    padding: 30px 0;
}
.head-title{ text-align: center; margin-bottom: 30px; color: #000;}
.our-value h4 { margin-bottom: 30px;}
.our-value h4 span {
    background: #034ea2;
    color: #ffff;
    padding: 5px 15px;
    position: relative;

}
.text-2 {
    font-size: 18px;
    color: #034ea2;
}

.our-value h4 span::after {
    content: "";
    width: 17px;
    height: 39px;
    transform: skew(18deg);
    background: #034ea2;
    display: inline-block;
    position: absolute;
    top: 0;
    right: -10px;
}

.bgg1 {
    content: "";
    width: 10px;
    height: 39px;
    transform: skew(18deg);
    background: #034ea2;
    display: inline-block;
    margin: -11px 0;
}
.our-value p{margin-bottom: 30px;}
.our-value .list{ width:100%; float:left; margin: 0; padding: 0;}
.our-value .list li{ list-style: none; margin: 10px 0;}
.our-value .list li::before {
    content: "\F401";
    font-family: bootstrap-icons !important;
    margin-right: 15px;
    color: #034ea2;
}


.testimonial-wrap{

        width: 100%;
        float: left;
        background-image: url(../images/testimonials-background.jpg);
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 30px 0;
        color: #bebebe;
 
}
.testimonial-wrap .head-title{ text-align: center; margin-bottom: 30px; color: #ffffff;}

.testimonials-text {
    font-size: 20px;
    line-height: 40px;
   
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 0;
}
.massage-warp{  width: 100%;
    float: left;

}
.massage-box{
    width: 100%;
    float: left;
    padding: 15px;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
}
.massage-box h5 {
    font-size: 24px;
    color: #034ea2;
   
    margin-bottom: 15px;
    text-align:center;
}

    .massage-box p {
        font-size: 14px;
        color: #000000;
        line-height: 24px;
        font-style: italic;
        margin: 0;
       
    }
.massage-box picture {
    width: 100%;
    float: left;
    padding: 15px;
    border: dashed 1px #ccc;
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
    margin-bottom:15px;
}
.massage-box picture h6 {
    color: #f5801f;
    font-size: 20px;
    font-family: 'Times New Roman', Times, serif;
    text-transform: capitalize;
    margin: 10px 0 0 0;
    font-style: italic;
    font-weight: 600;
    text-align: center;
}
    .massage-box picture img{ width: 100%;}
/*********  FOOTER START  *********/

.footer{ width:100%; float:left;  background-image: url(../images/footer-bg.jpg);

    /* Full height */
    height: 100%; 

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	 padding:30px 0 0 0 ;color:#ffffff; }
     .footer p {
        font-size: 14px;
        color: #c9c9c9;
    }
.footer h2 {
    font-size: 24px;
    font-weight: 700;
    text-transform:uppercase;
    margin-bottom: 30px;
    padding-bottom: 20px;
    color: #ffffff;
	position: relative;
}
.footer h2:before {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 70px;
    border-bottom: 3px solid #0792f6;
}

.footer h2:after {
    content: '';
    position: absolute;
    left: 0px;
    bottom: 4px;
    width: 70px;
    border-bottom: 1px solid #0792f6;
}
.footer-nav{ width:100%; float:left; margin:0px; padding:0px;}
.footer-nav .nav-item {
    width: 50%;
    float: left;
    margin: 5px 0;
}
.footer-nav .nav-item .nav-link {
    width: 100%;
    float: left;
    color: #c9c9c9;
    text-transform: capitalize;
    font-weight: normal;
    padding: 0;
    font-size: 14px;
}
.footer-nav .nav-item .nav-link::before {
    content: "\F27F";
    font-family: bootstrap-icons !important;
    margin-right: 5px;
    font-size: 10px;
   
}
.footer-link li a:hover{ width:100%; float:left; color:#2185C5; text-decoration:none;}

.social-network{ width:100%; float:left; margin:0; padding:0; text-align:center; }
	.social-network li{ list-style:none; margin-right:10px; float:left;}
	.social-network li:last-child{ margin:0}
	.social-network li a{ background:#fff; color:#005d99; float:left; font-size:18px; width:35px; height:35px; line-height:35px;border-radius:30px; border:solid 2px #fff; text-align:center;}
.social-network li a:hover{color:#FFFFFF}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoPinterest:hover {
	background-color: #cc2127;
}

.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoYoutube:hover {
	background-color:#e52d27;
}

.footer p i{ margin-right:10px;}
.footer-bottom {
    width: 100%;
    float: left;
    background: #f9e90c;
    padding: 15px 0;
}
.footer-bottom p{ color:#000000; width:auto; margin:0px; font-size: 14px; float:left; }
.footer-bottom p a{ color: #000; text-decoration: none;}


.inner-hed-wrap {
    width: 100%;
    float: left;
    position: relative;
    box-shadow: 0 2px 3px 2px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}
.inner-hed-wrap img {
    width: 100%;
    float: left;
}
.inner-hed-wrap .inner-hed-text {
    position: absolute;
    top: 40%;
    left: 5%;
}
.inner-hed-wrap .inner-hed-text h1 {
    color: #fff;
    font-weight: 900;
}
.inner-hed-wrap .inner-hed-text h6 {
    color: #fff;
    text-align: right;
   
}
.about-wrap {
    width: 100%;
    float: left;
}
.about-wrap h4 {
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 22px;
    text-transform: uppercase;
}
.about-wrap h4 span {
    color: rgb(245, 128, 31);
    font-weight: 500;
}
.about-wrap p {
    font-size: 15px;
    line-height: 30px;
    text-align: justify;
}
.from-desk {
    width: 100%;
    height: 100%;
    border: dashed 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
    border-top-left-radius: 113px;
	    font-family: 'Roboto', sans-serif;
}
.from-desk-img {
    margin: -11px 30px 15px -11px;
    float: left;
    text-align: center;
}
.from-desk-img img {
    width: 225px;
    height: 225px;
    border-radius: 50%;
    border: dashed 1px #ccc;
    padding: 10px;
    box-sizing: border-box;
	margin-bottom:10px;
}
.from-desk .title {
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
	    font-family: 'Roboto', sans-serif; font-style:normal;
}
.from-desk .post {
   font-size: 15px;
    color:rgb(245, 128, 31);
    font-weight: 500;
	    font-family: 'Roboto', sans-serif; font-style:normal;
}
.from-desk .description {
    font-style:italic;
    font-family: "Times New Roman", Times, serif;
    font-size: 17px;
    line-height: 28px;
    color: #000;
	font-weight: 500;
	text-align:justify;
}
.infra-icon {
    background:#FFF200;
    color:#ffffff  ;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 100%;
    text-align: center;
    font-weight: 900;
    margin: 0 auto;
    border: dashed 3px #ffffff;
    font-size: 50px;
    margin-bottom: 15px;
}


table tfoot, table thead {
    background: #f8f8f8;
    color: #0a0a0a;
}
table tfoot tr, table thead tr {
    background: transparent;
}
table tfoot td, table tfoot th, table thead td, table thead th {
    padding: .5rem .625rem .625rem;
    font-weight: 700;
    text-align: left;
}
table tbody, table tfoot, table thead {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}
table tbody td, table tbody th {
    padding: .5rem .625rem .625rem;
}
table tbody td, table tbody th {
    padding: .5rem .625rem .625rem;
}

table tbody tr:nth-child(even) {
    background-color: #f1f1f1;
}


.contact_wrap {
    width: 100%;
    float: left;
    background: #FFF;
    padding: 30px 0
}

.contact_wrap p {
    padding: 0 60px;
    font-size: 18px;
    line-height: 36px;
    margin: 0;
    text-align: center;
    font-weight: 300;
    margin-bottom: 60px
}

.contact-info {
    width: 100%;
    float: left;
    text-align: center;
    border: solid 1px #fff;
    padding-top: 60px
}

.contact-info:hover {
    border-color: red
}

.con-info-icon {
    border-top: solid 1px red;
    width: 200px;
    margin: 0 auto
}

.con-info-icon img {
    margin-top: -30px;
    background: #fff;
    padding: 10px
}

.contact-info h4 {
    font-size: 24px;
    font-weight: 600
}

.contact-info p {
    font-size: 14px;
    line-height: 25px;
    text-align: center;

}

.contact-info p a {
    color: #000
}

.contact-info p a:hover {
    color: red;
    text-decoration: none
}

.contact-form {
    width: 100%;
    float: left;
    padding: 60px 0 0
}

.contact-form h3 {
    font-weight: 700;
    font-size: 30px;
    text-align: center
}

.input-fild {
    width: 100%;
    float: left;
    line-height: 48px;
    margin: 15px 0;
    padding: 0 10px
}

.textarea-fild {
    line-height: inherit;
    padding-top: 10px
}

.send-btn {
    background: red;
    color: #FFF;
    width: 210px;
    height: 54px;
    display: inline-block;
    border: none;
    border-radius: 4px;
    margin-top: 60px;
    font-size: 24px
}


.gallery-container{  width: 100%;
    float: left;}
    .photo-warp {
        display: flex;
    }
.fancybox {
    width: 100%;
    float: left;
    border: dashed 1px #ccc;
    padding: 15px;
    margin:0 0 30px 0;
}
.fancybox img {
    width: 100%;
    float: left;
    height: 100%;
}


/*********  FOOTER END  *********/

