@import url('../../css2');

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Hind', sans-serif;
}

h1 {
    font-weight: 600;
    font-size: 35px;
    letter-spacing: .5px;
    margin-bottom: 15px;
}

@media (max-width:768px) {
    h1 {
        font-size: 30px;
    }
}

@media (max-width:992px) {
    h1 {
        font-size: 35px;
    }
}

h2 {
    font-weight: 600;
    font-size: 26px;
    letter-spacing: .5px;
    margin-bottom: 15px;
    color: #373435;
}
@media (max-width:992px) {
    h2 {
        font-size: 30px;
    }
}
@media (max-width:768px) {
    h2 {
        font-size: 25px;
    }
}
h2::after {
    content: '';
    background-image: url(../../images/underline.png);
}

p {
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: 500;
    line-height: 26px;
    text-transform: none;
    text-align:justify;
}

@media (min-width:768px) {
    p {
        font-size: 14px;
    }
}
@media (min-width:992px) {
    p {
        font-size: 15px;
    }
}
@media (min-width:1200px) {
    p {
        font-size: 16px;
    }
}
a {
    text-decoration: none;
}

.linkbtn{
    display: inline-block;
    padding: 13px 35px;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 13px;
    z-index: 1;
    text-decoration: none;
    background:#11a1d6;
    font-weight:500;
    border:1px solid #071952;
}
.linkbtn:hover{
    color: #ffffff;
}
section{
    padding: 36px 0;
}
@media (min-width:768px) {
    section{
        padding: 36px 0;
    }
}
/**======= nav sec style start ======*/

nav {
    background: #ffffff;
    z-index:5;
}
.navFixed{
    position: fixed;
    animation-name: fadeInUp;
    animation-duration: 1s;
    z-index:1000;
    left: 0;
    right: 0;
    top: 0;
    background: #ffffff;
    box-shadow: rgb(0 0 0 / 67%) 2px -16px 20px 0px;
}
@keyframes fadeInUp {
    from {
      opacity: 0;
      top: -50px;
    }
    
    to {
      opacity: 1;
      top: 0;
    }
  }
.nav-link {
    color: #373435;
    font-size: 15px;
    text-transform: capitalize;
    font-weight:500;
}
.nav-link:hover{
    color: #071952;
}
.nav-link:focus{
    color: #071952;
}
@media (max-width:992px) {
    .nav-link {
        font-size: 13px;
    }
}
nav .container .d-flex a {
    color: #ffffff;
    display: inline-block;
    margin: 0 10px;
}
.navbtn{
    /* display: inline-block;
    padding: 13px 30px;
    border-radius: 10rem;
    color: #fff;
    text-transform: capitalize;
    font-size: 15px;
    transition: all 0.5s;
    position: relative;
    z-index: 1;
    text-decoration: none;
    background:#071952;
    font-weight:600;
    border:1px solid #071952; */
}
.navbtn:hover{
    /* background: #ffffff;
    color: #071952; */
}
.list-group-item-action:focus,
.list-group-item-action:hover{
    color:#efa448;
    font-weight:500;
    background:none;
}
/*===== mega menu =========*/
.service-megamenu{
    width:100%;
    max-width:100%;
}
@media (min-width:992px){
    .service-megamenu{
        width:90%;
        max-width:90%;
        transform: translateY(20px);
        opacity: 0;
        transition: transform 0.3s, opacity 0.3s;
    }
    .nav-item:hover .service-megamenu{
      transform: translateY(0);
      opacity: 1;
    }
}
@media (min-width:1200px){
    .service-megamenu{
        width:75%;
        max-width:75%;
    }
}
.navbar-toggler{
    background:#373435;
}
.list-group-item{
    font-size:14px;
    letter-spacing:.5px;
}
@media (min-width:992px){
   .list-group-item{
        font-size:15px;
    } 
}
.dropdown-hover:hover>.dropdown-menu {
    display: inline-block;
    }
    .dropdown-hover>.dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
    }
    @media (min-width: 992px){
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 100%;
    }
}
.dropdown-menu{
    padding:0;
}
.dropdown-menu .dropdown-item{
    font-size: 13px;
}
@media (min-width:992px) {
    .dropdown-menu .dropdown-item{
        font-size: 15px;
    }
}
.dropdown-item.active, .dropdown-item:active{
    background:#071952;
}
.menubar .nav-item{
    padding: 5px 5px 0 5px;
}
@media (min-width:992px) {
    .menubar .nav-item{
        padding: 15px 10px;
    }  
}
.service-megamenu .col-lg-3 .col-megamenu ul li{
    margin: 10px 5px;
}
@media (min-width:992px) {
    .service-megamenu .col-lg-3 .col-megamenu ul li:first-child{
        margin-bottom: 15px;
    }
}
.service-megamenu .col-lg-3 .col-megamenu ul li a{
    color: #071952;
}
.service-megamenu .col-lg-3 .col-megamenu ul li a div strong{
    font-size: 13px;
    font-weight: 600;
    line-height: normal;
}
@media (min-width:992px) {
    .service-megamenu .col-lg-3 .col-megamenu ul li a div strong{
        font-size: 15px;
    }  
}
.service-megamenu .col-lg-3 .col-megamenu ul li a div p{
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-weight: 500;
    text-align: left;
    line-height: normal;
}
@media (min-width:992px) {
    .service-megamenu .col-lg-3 .col-megamenu ul li a div p{
        font-size: 13px;
    }  
}
/*===== nav sec style end ========*/

.banner-header{
    overflow: hidden;
}
.banner-header .swiper-slide{
    position: relative;
    /* height: 600px; */
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
@media (max-width:768px) {
    .banner-header .swiper-slide{
        height: 400px;
    }
}
@media (max-width:768px) {
    .banner-sec {
        padding: 80px 0;
    }
}
/*======== tapsec style start ===========*/
.tapsec{
    background: #11a1d6;
}
.tapsec span{
    display: block;
    font-size: 18px;
    letter-spacing: .5px;
    color: #071952;
    font-weight: 500;
    text-transform: capitalize;
}
/*.tapsec a{*/
/*    padding: 10px 30px;*/
/*    background: #071952;*/
/*    color: #ffffff;*/
/*    font-size: 15px;*/
/*    letter-spacing: .5px;*/
/*    font-weight: 500;*/
/*    border-radius: 50px;*/
/*    text-transform: capitalize;*/
/*}*/
/*======== tapsec style end =========*/
/*======= about-home-sec style start =======*
.about-home-sec .item{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding: 15px;
    border-radius: 5px;
    transition: transform .2s;
    background: #071952;
}
.about-home-sec .item:hover{
    transform: scale(1.1);
}
.about-home-sec .item h4{
    font-size: 20px;
    letter-spacing: .5px;
    font-weight: 700;
    line-height: 28px;
    text-align: center;
    text-align-last: center;
    color: #408ea2;
}
.about-home-sec .item p{
    font-size: 14px;
    display: none;
    color: #FFFFFF;
}
.about-home-sec .item:hover p{
    display: block;
}*/
/*======== about-home-sec style end ========*/

/*======== review home section =======*/
.review-sec .review-item{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
@media (min-width:768px) {
    .review-sec .review-item{
        flex-direction: row;
        text-align: left;
    } 
}
.review-sec .review-item img{
    width: 25px;
}
@media (min-width:768px) {
    .review-sec .review-item img{
        width: 50px;
    }  
}
.review-sec .review-item .star .fa-star{
    color: #408ea2;
    font-size:10px;
}
@media (min-width:768px) {
    .review-sec .review-item .star .fa-star{
        font-size:15px;
    } 
}
.review-sec .review-item small{
    font-weight: 600;
    font-size: 10px;
}
@media (min-width:768px) {
    .review-sec .review-item small{
        font-size:15px;
    } 
}
/*============ management-expertise-sec stye start ==========*/
.management-expertise-sec{
    background: #071952;
}
/*.management-expertise-sec .col-lg-4 {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*    height: auto;*/
/*}*/

/*@media (min-width:768px) {*/
/*    .management-expertise-sec .col-lg-4 {*/
/*        width: 33.33%;*/
/*        max-width: 33.33%;*/
/*    }*/
/*}*/

/*@media (min-width:992px) {*/
/*    .management-expertise-sec .col-lg-4 {*/
/*        width: 20%;*/
/*        max-width: 20%;*/
/*    }*/
/*}*/
.management-expertise-sec .col-lg-4 .card{
    border-color: #071952;
    height:100%;
    position:relative;
}
.management-expertise-sec .col-lg-4 .card img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: auto;
    margin-top: 15px;
}

.management-expertise-sec .col-lg-4 .card .card-body {
    text-align: center;
}

.management-expertise-sec .col-lg-4 .card .card-body h4 {
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 800;
    color: #071952;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.management-expertise-sec .col-lg-4 .card .card-body p {
    color: #6e6d6d;
    font-size: 14px;
}

.management-expertise-sec .col-lg-4 .card .card-body a {
    text-align: end;
    display: block;
    color: #071952;
    font-size: 15px;
    position: absolute;
    bottom: 8px;
    right: 15px;
}
/*============ management-expertise-sec stye end ==========*/

/**========= facility-manage-sec style strat ==========*/

.facility-manage-sec .item .d-flex .img{
    width: 10%;
}
.facility-manage-sec .item ul li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0;
    margin: 0;
    line-height: normal;
    margin-top: 10px;
    font-size: 13px;
    font-weight: 500;
}
.facility-manage-sec .item ul li:nth-child(1){
    margin-top: 0;
}
@media (min-width:768px) {
    .facility-manage-sec .item ul li{
        font-size: 16px;
    }
}
.facility-manage-sec .item ul li::before {
    content: url('../../6549a6947190493455e6052c/6549a7088294cf1406cd674b_FC-Icons-check-simple_1.svg');
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    margin-right: 10px;
}


/**========= facility-manage-sec style end ==========*/

/*============ segment-sec style start ==========*/
.segment-sec .col-lg-2 img {
    max-width: 18%;
    width: 18%;
    height: auto;
    display: block;
    margin: auto auto 15px auto
}

@media (min-width:768px) {
    .segment-sec .col-lg-2 img {
        max-width: 25%;
        width: 25%;
    }
}

@media (min-width:992px) {
    .segment-sec .col-lg-2 img {
        max-width: 30%;
        width: 30%;
    }
}

.segment-sec .col-lg-2 span {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: .5px;
    display: block;
    text-align: center;
}

@media (min-width:768px) {
    .segment-sec .col-lg-2 span {
        font-size: 15px;
    }
}

@media (min-width:992px) {
    .segment-sec .col-lg-2 span {
        font-size: 16px;
    }
}
/*======== our client sec style start ==========*/
.our-clients {
    background: #11a1d6;
}

/*======== our client sec style end ========*/
/*===== blog sec style start ======*/
.project-sec .card {
    text-decoration: none;
    border: none;
}

.project-sec .card-body .card-title {
    text-transform: capitalize;
    color: #071952;
    font-size: 16px;
    letter-spacing: .5px;
    margin-bottom: 10px;
    font-weight: 600;
}

.project-sec .card-body strong {
    color: #e1306c;
}

.project-sec .card-body span {
    font-size: 13px;
    color: #322653;
    letter-spacing: .5px;
}

/*======= blog sec style start =======*/
.blog-sec .col-12 h2 {
    color: #FFD2D7;
}

.blogside-panel .card .card-body a {
    text-decoration: none;
    display: inline-block;
    padding: 8px;
    background: #f9f9f9;
    font-size: 13px;
    color: #071952;
    border: 1px solid #07195221;
    letter-spacing: .5px;
    margin-bottom: 8px;
}

.share-blog {
    display: flex;
    justify-content: end;
    align-items: center;
}

.share-blog .fa {
    color: #071952;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    color: #ffffff;
}

.share-blog .fa-facebook {
    background: #1877f2;
}

.share-blog .fa-instagram {
    background: #e1306c;
}

.share-blog .fa-whatsapp {
    background: #25d366;
}

.share-blog span {
    font-weight: 600;
}

/*======= blog sec end =========*/
/*======= faq item start =====*/
/* Style for FAQ items */
.faqsec{
    background: #000;
}
.accordion-button:not(.collapsed){
    color:#071952;
    background:none;
}
.accordion-button:focus{
    border-color:none;
    box-shadow:none;
}
.accordion-button{
    font-size:18px;
    font-weight:500;
}
/*======= faq item end =========*/
/*======= footer sec start =======*/

.footer_area {
    background-color: #11a1d6;
    position: relative;
    z-index: 1;
    overflow: hidden;
webkit-box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
    box-shadow: 0 8px 48px 8px rgba(47, 91, 234, 0.175);
    padding:60px;
}
.footer_area .row {
    margin-left: -25px;
    margin-right: -25px;
}
.footer_area .row .col,
.footer_area .row .col-1,
.footer_area .row .col-10,
.footer_area .row .col-11,
.footer_area .row .col-12,
.footer_area .row .col-2,
.footer_area .row .col-3,
.footer_area .row .col-4,
.footer_area .row .col-5,
.footer_area .row .col-6,
.footer_area .row .col-7,
.footer_area .row .col-8,
.footer_area .row .col-9,
.footer_area .row .col-auto,
.footer_area .row .col-lg,
.footer_area .row .col-lg-1,
.footer_area .row .col-lg-10,
.footer_area .row .col-lg-11,
.footer_area .row .col-lg-12,
.footer_area .row .col-lg-2,
.footer_area .row .col-lg-3,
.footer_area .row .col-lg-4,
.footer_area .row .col-lg-5,
.footer_area .row .col-lg-6,
.footer_area .row .col-lg-7,
.footer_area .row .col-lg-8,
.footer_area .row .col-lg-9,
.footer_area .row .col-lg-auto,
.footer_area .row .col-md,
.footer_area .row .col-md-1,
.footer_area .row .col-md-10,
.footer_area .row .col-md-11,
.footer_area .row .col-md-12,
.footer_area .row .col-md-2,
.footer_area .row .col-md-3,
.footer_area .row .col-md-4,
.footer_area .row .col-md-5,
.footer_area .row .col-md-6,
.footer_area .row .col-md-7,
.footer_area .row .col-md-8,
.footer_area .row .col-md-9,
.footer_area .row .col-md-auto,
.footer_area .row .col-sm,
.footer_area .row .col-sm-1,
.footer_area .row .col-sm-10,
.footer_area .row .col-sm-11,
.footer_area .row .col-sm-12,
.footer_area .row .col-sm-2,
.footer_area .row .col-sm-3,
.footer_area .row .col-sm-4,
.footer_area .row .col-sm-5,
.footer_area .row .col-sm-6,
.footer_area .row .col-sm-7,
.footer_area .row .col-sm-8,
.footer_area .row .col-sm-9,
.footer_area .row .col-sm-auto,
.footer_area .row .col-xl,
.footer_area .row .col-xl-1,
.footer_area .row .col-xl-10,
.footer_area .row .col-xl-11,
.footer_area .row .col-xl-12,
.footer_area .row .col-xl-2,
.footer_area .row .col-xl-3,
.footer_area .row .col-xl-4,
.footer_area .row .col-xl-5,
.footer_area .row .col-xl-6,
.footer_area .row .col-xl-7,
.footer_area .row .col-xl-8,
.footer_area .row .col-xl-9,
.footer_area .row .col-xl-auto {
    padding-right: 25px;
    padding-left: 25px;
}

.single-footer-widget {
    position: relative;
    z-index: 1;
}
.single-footer-widget .copywrite-text a {
    color: #747794;
    font-size: 1rem;
}
.single-footer-widget .copywrite-text a:hover,
.single-footer-widget .copywrite-text a:focus {
    color: #3f43fd;
}
.single-footer-widget .widget-title {
    margin-bottom: 1.5rem;
}
.single-footer-widget .footer_menu li a {
    color: #373435;
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
}
.single-footer-widget .footer_menu li a:hover,
.single-footer-widget .footer_menu li a:focus {
    color: #3f43fd;
}
.single-footer-widget .footer_menu li:last-child a {
    margin-bottom: 0;
}

.footer_social_area {
    position: relative;
    z-index: 1;
}
.footer_social_area a {
    border-radius: 50%;
    height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
    background-color: #f5f5ff;
    line-height: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-right: 10px;
    color: #373435;
}
.footer_social_area a i {
    line-height: 36px;
}

@-webkit-keyframes bi-cycle {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}

@keyframes bi-cycle {
    0% {
        left: 0;
    }
    100% {
        left: 100%;
    }
}
ol li, ul li {
    list-style: none;
}

/*======= footer sec style end ======*/


/*======= service-details style start ========*/
.breadcrumb-container{
    background-image:linear-gradient(4deg, #020202b3 100%, rgba(213,49,127,0.3) 100%, #000000de 100%), url(../assets/image/home/bredcumb.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    object-fit: cover;
    padding: 40px 0;
    display: flex;
    align-items: center;
}
.breadcrumb-container .container{
    display:flex;
    justify-content:center;
    align-items:center;
    flex-direction:column;
}

nav[aria-label="breadcrumb"]{
    background: none;
}
nav[aria-label="breadcrumb"] ol li{
    font-size: 14px;
    letter-spacing: .5px;
}
nav[aria-label="breadcrumb"] ol li a{
    color:#ffffff;
}
nav[aria-label="breadcrumb"] ol li.active{
    color:#ffffff;
}
.breadcrumb-container h1{
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 25px;
    color:#ffffff;
}
.breadcrumb-container h1::after{
    content: '';
    width: 60px;
    height: 5px;
    background: #408ea2;
    display: flex;
    border-radius: 5px;
    margin: 10px auto auto auto;

}
.service-details .service-details-content img{
    width:100%;
    max-width:100%;
    height:auto;
    border-radius:5px;
}
.service-details .service-details-content h3,
.service-details .service-details-content h3 span,
.service-details .service-details-content h4,
.service-details .service-details-content h4 span{
    margin:20px 0!important;
    font-size:20px!important;
}
.service-details .service-details-content p span,
.service-details .service-details-content p{
    font-size: 16px!important;
    margin-top:10px!important;
    display:inline-block;
}
@media screen and (max-width: 600px){
  .service-details .service-details-content p span,.service-details .service-details-content p{
        font-size: 14px!important;
    }  
}
.service-details .service-details-content ul li span{
    font-size:15px!important;
}
.service-details .service-details-content br{
    display:none!important;
}
.service-details .item-two{
    padding: 25px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}
.service-details .item-two span{
    display: block;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #071952;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.service-details .item-two p{
    display: block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .5px;
    color: #071952;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.service-details .item-two a{
    background: #ffffff;
    padding: 10px 30px;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: .5px;
    color: #071952;
    margin-top: 10px;
    text-transform: capitalize;
    border-radius: 5px;
}
.service-details .item-two form input{
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #408ea2;
    letter-spacing: .5px;
    color: #071952;
    background: #f9f9f9;
}
.service-details .item-two form input,
.service-details .item-two form textarea{
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #408ea2;
    letter-spacing: .5px;
    color: #071952;
    background: #f9f9f9;
}
.service-details .item-two form input:focus,
.service-details .item-two form textarea textarea:focus{
    outline: none;
}
.service-details .item-two form input::placeholder,
.service-details .item-two form textarea::placeholder{
    color: #071952;
}
.service-details .item-two form button{
    padding: 10px;
    width: 100%;
    color: #ffffff;
    background: #373435;
    border-radius: 5px;
    border: 1px solid #071952;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 700;
    outline: none;
}
/*======= service-details style end ========*/
/*=========>>>>>>>>> about us page start <<<<<<<<======================*/
.about-secone{
    background-image: linear-gradient(4deg, #252b41 100%, rgba(213, 49, 127, 0.3) 100%, #000000de 100%), url(../../assets/img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center
}
.about-secone h1{
    color: #ffffff;
}
.about-secone span{
    color: #408ea2;
    font-weight: 600;
    cursor: pointer;
}
/*======= about sec three style ==========*/
.about-secthree{
    background: #f9f9f9;
}
@media (max-width:768px){
   .about-secthree .container .row{
    flex-direction:column-reverse;
} 
}
.about-secthree .item>ul{
    margin-left: 0;
    padding-left: 0;
}
.about-secthree .item ul>li{
    list-style: none;
    font-size: 15px;
    letter-spacing: .5px;
    line-height: 30px;
    text-transform: capitalize;
}
.about-secthree .item ul>li i{
    color: #408ea2;
    margin-right: 8px;
}
/*======== our team style start ========*/
ul{
  margin:0;
  padding:0;
  list-style:none;
}
.heading.heading-icon {
    display: block;
}
.padding-lg {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
}
.practice-area.padding-lg {
    padding-bottom: 55px;
    padding-top: 55px;
}
.practice-area .inner h3{ 
    color:#3c3c3c; 
	font-size:24px; 
	font-weight:500;
	padding: 10px 0;
}
.practice-area .inner p{ 
    font-size:14px; 
	line-height:22px; 
	font-weight:400;
}
.practice-area .inner img{
	display:inline-block;
}
.our-webcoderskull .cnt-block{ 
   float:left; 
   width:100%; 
   background:#fff; 
   padding:30px 20px; 
   text-align:center;
   box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
   margin: 0 0 28px;
   border-radius: 5px;
}
.our-webcoderskull .cnt-block figure{
   width:148px; 
   height:148px; 
   border-radius:100%; 
   display:inline-block;
   margin-bottom: 15px;
}
.our-webcoderskull .cnt-block img{ 
   width:148px; 
   height:148px; 
   border-radius:100%; 
}
.our-webcoderskull .cnt-block h3{ 
   color:#2a2a2a; 
   font-size:20px; 
   font-weight:500; 
   padding:6px 0;
   text-transform:uppercase;
}
.our-webcoderskull .cnt-block h3 a{
  text-decoration:none;
	color:#071952;
    font-size: 17px;
    font-weight: 600;
}
.our-webcoderskull .cnt-block h3 a:hover{
	color:#337ab7;
}
.our-webcoderskull .cnt-block p{ 
   color:#010101; 
   font-size:13px; 
   line-height:20px; 
   font-weight:500;
   text-align: center;
}
.our-webcoderskull .cnt-block .follow-us{
	margin:20px 0 0;
}
.our-webcoderskull .cnt-block .follow-us li{ 
    display:inline-block; 
	width:auto; 
	margin:0 5px;
}
.our-webcoderskull .cnt-block .follow-us li .fa{ 
   font-size:17px; 
   color:#010101;
}

/*======= about sec three style end ==========*/
/*=>>>>>> gallery & video page style start <<<<<<<<<<*/
.gallery_sec .col-md-4 img {
    width: 100%;
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}
.video-gallery .item img{
    border: 5px solid #408ea2;
    border-radius: 5px;
}
.video-gallery .item svg{
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(0,-50%);
    background:#408ea2;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: auto;
    opacity: .8;
}
/*=>>>>>> gallery & video page style end <<<<<<<<<<*/
/*=========>>>>>>>>> about us page start <<<<<<<<======================*/
/*===== commitment sec start =======*/
.commitment-sec{
    background:#f9f9f9;
}
.commitment-sec .col-lg-3 .item{
    border: none;
    /* background: #efa448; */
    background: #ffffff;
    height: 100%;
    box-shadow: 0 0 21px rgba(0,0,0,.15);
    border-radius: 10px;
    transition: transform .2s;
    border-left: 5px solid #efa448;
    padding:30px 15px;
}
.commitment-sec .col-lg-3 .item h4{
    font-size:20px;
    margin-bottom:0;
    font-weight:600;
}
/* ==== commitment sec end =====*/
/*---contact us page---*/
.right_conatct_social_icon {
    background: #408ea2;
    height: 100%;
}

.contact_us {
    background-color: #f1f1f1;
    padding: 120px 0px;
}

.contact_inner {
    background-color: #fff;
    position: relative;
    box-shadow: 20px 22px 44px #cccc;
    border-radius: 25px;
}

.contact_field {
    padding: 60px 340px 90px 100px;
}

.right_conatct_social_icon {
    height: 100%;
}

.contact_field h3 {
    color: #000;
    font-size: 40px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-bottom: 10px
}

.contact_field p {
    color: #000;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 35px;
}

.contact_field .form-control {
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc;
}

.contact_field .form-control:focus {
    box-shadow: none;
    outline: none;
    border-bottom: 2px solid #1325e8;
}

.contact_field .form-control::placeholder {
    font-size: 13px;
    letter-spacing: 1px;
}

.contact_info_sec {
    position: absolute;
    background-color:#071952;
    right: 1px;
    top: 18%;
    height: 340px;
    width: 340px;
    padding: 40px;
    border-radius: 25px 0 0 25px;
}

.contact_info_sec h4 {
    letter-spacing: 1px;
    padding-bottom: 15px;
}

.info_single {
    margin: 30px 0px;
}

.info_single i {
    margin-right: 15px;
}

.info_single span {
    font-size: 14px;
    letter-spacing: 1px;
}

.info_single span a {
    color: var(--white);
    text-decoration: none;
}

button.contact_form_submit {
    background: #071952;
    height: 100%;
    border: none;
    color: #fff;
    padding: 10px 15px;
    width: 100%;
    margin-top: 25px;
    border-radius: 35px;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: 2px;
}

.socil_item_inner li {
    list-style: none;
}

.socil_item_inner li a {
    color: #fff;
    margin: 0px 15px;
    font-size: 14px;
}

.socil_item_inner {
    padding-bottom: 10px;
}

.map_sec {
    padding: 50px 0px;
}

.map_inner h4,
.map_inner p {
    color: #000;
    text-align: center
}

.map_inner p {
    font-size: 13px;
}

.map_bind {
    margin-top: 50px;
    border-radius: 30px;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .contact_field{
        padding:20px;
    }
    .contact_info_sec{
        position:static;
        width:100%;
        border-radius:0;
    }
}
@media screen and (min-width: 600px) {
    .contact_field{
        padding:20px;
    }
    .contact_info_sec{
        position:static;
        width:100%;
        border-radius:0;
    }
}
@media screen and (min-width: 992px) {
    .contact_field {
        padding: 60px 340px 90px 100px;
    }
    .contact_info_sec {
        position: absolute;
        width: 340px;
        border-radius: 25px 0 0 25px;
    }
}

/*============ custom swipper start =============*/
.swiper-container {
  overflow-x: hidden; /* or remove this line if present */
}
.swiper-container,
.swiper-container > .swiper-wrapper {
  overflow-x: hidden !important;
}

/* CSS for text animation */
/* @keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
  }
  
  @keyframes slideInFromLeft {
    from { transform: translateX(-100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
  } */
  
  .animated-text {
    animation: fadeIn 1s ease-in-out;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
  }
  @media (max-width:768px) {
    .animated-text {
        top: 50%;
        left: 0;
        transform: translate(0,-50%);
      }
  }
  .animated-text h4{
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: .5px;
  }
  @media (max-width:768px) {
    .animated-text h4{
        font-size: 30px;
      }
  }
  .animated-text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1px;
  }
  @media (max-width:768px) {
    .animated-text p{
        font-size: 14px;
    }
  }
  .animated-text a {
    display: inline-block;
    padding: 15px 35px;
    border-radius: 5px;
    color: #071952;
    background: #ffffff;
    text-transform: capitalize;
    font-size: 15px;
    letter-spacing: .5px;
    transition: all 0.3s;
    position: relative;
    overflow: hidden;
    z-index: 1;
    text-decoration: none;
}
@media (max-width:768px) {
    .animated-text a{
        font-size: 14px;
        padding: 8px 30px;
        border-radius: 5px;
    }
}
@media (min-width:768px) {
    .myClient .swiper-slide {
        margin: 0 25px;
    }
}

/*======= myclient slider ========*/
.myClient .swiper-slide a img{
    width: 100%;
    max-width: 100%;
    border-radius: 10px;
}

/*======= tesstimonial slider ========*/
.myTestimonial .item {
    padding: 25px;
}

.myTestimonial .item img{
    width: 100px;
    height: 100px;
    border-radius: 100px;
    display: block;
}

.myTestimonial .item span{
    font-weight: 600;
    font-size: 16px;
    color: #010101;
    display: block;
    margin: 15px 0 5px 0;
    text-transform:uppercase;
}

.myTestimonial .item p{
    font-size: 14px;
    margin-bottom: 0;
    text-transform:capitalize;
    line-height: normal;
}


/*.slide-arrow{*/
/*  margin: 0;*/
/*  padding: 0;*/
/*  background: none;*/
/*  border: none;*/
/*  border-radius: 0;*/
/*  outline: none;*/
/*  -webkit-appearance: none;*/
/*  -moz-appearance: none;*/
/*  appearance: none;*/
/*}*/
.bannerSlider .slide-arrow{
  position: absolute;
  top: 50%;
  transform:translate(0,-50%);
  z-index:999;
  background:transparent;
}
.bannerSlider .prev-arrow{
  left: 25px;
  width: 0;
  height: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid #408ea2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (min-width:768px){
.bannerSlider .prev-arrow{
  border-right: 35px solid #408ea2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
}
.bannerSlider .next-arrow{
  right: 25px;
  width: 0;
  height: 0;
  border-right: 0 solid transparent;
  border-left: 25px solid #408ea2;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}
@media (min-width:768px){
.bannerSlider .next-arrow{
  border-left: 35px solid #408ea2;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
}
}
/*============ custom swipper start =============*/
/*====== model-body form start ========*/
.form-model .modal-header h4{
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: .5px;
    font-size: 20px;
}
.modal-body form input,.modal-body form textarea{
    width: 100%;
    font-size: 15px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #408ea2;
    letter-spacing: .5px;
    color: #071952;
    background: #f9f9f9;
}
.modal-body form input:focus,.modal-body form textarea{
    outline: none;
}
.modal-body form input::placeholder,.modal-body form textarea::placeholder{
    color: #071952;
}
.modal-body form button{
    padding: 10px 30px;
    color: #071952;
    background: #408ea2;
    border-radius: 5px;
    border: 1px solid #408ea2;
    font-size: 15px;
    letter-spacing: .5px;
    text-transform: capitalize;
    font-weight: 700;
    outline: none;
}
/*====== model-body form end ========*/
/*====== side icon fixed ======*/
/* Style the links inside the sidenav */
.sideicon{
    position: fixed;
    top: 25%;
    right: 0;
    bottom: 0;
}
.sideicon a{
    position: absolute;
    right: -115px;
    transition: 0.3s;
    padding: 10px 10px;
    width: 150px;
    text-decoration: none;
    font-size: 20px;
    color: white;
    border-radius: 0 5px 5px 0;
    border-radius: 10px;
    display: flex;
    justify-content: start;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    background: #123c66;
    font-weight: 600;
  }
  .sideicon a svg{
    margin-right: 15px;
  }
  .sideicon a:hover {
    right: 0;
  }
  #about {
    top: 20px;
  }
  
  #blog {
    top: 70px;
  }
  
  #projects {
    top: 120px;
  }
  #trophy{
    top: 170px;
  }
  #contact {
    top: 120px;
  }
  
 /*======= topup button ===========*/
 #myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #373435; /* Set a background color */
  color: #408ea2; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 15px; /* Increase font size */
  width:50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#myBtn:hover {
  background-color: #408ea2;
  color:#010101;/* Add a dark-grey background on hover */
}
.whatsapp_button {
    position: fixed;
    bottom: 10px;
    right: auto;
    left: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    width: 40px;
    background: #25d366;
    cursor: pointer;
    z-index: 1;
    border-radius: 40px;
}
@media (min-width:992px){
    .whatsapp_button{
    height: 60px;
    width: 60px;
    border-radius:60px;
    }
}
.whatsapp_button::before {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 25px;
    border: 5px solid #25d366;
    opacity: .75;
    animation-name: pulse-border;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
}

@keyframes pulse-border {
    0% {
        padding: 25px;
        opacity: .75
    }

    75% {
        padding: 50px;
        opacity: 0
    }

    100% {
        opacity: 0
    }
}

.whatsapp_button span {
    width: 50px;
    height: 50px;
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0 4.686 4.686 4.686 12.283 0 16.97a12.004 12.004 0 01-13.754 2.299l-5.814.735a.392.392 0 01-.438-.44l.748-5.788A12.002 12.002 0 013.517 3.517zm3.61 17.043l.3.158a9.846 9.846 0 0011.534-1.758c3.843-3.843 3.843-10.074 0-13.918-3.843-3.843-10.075-3.843-13.918 0a9.846 9.846 0 00-1.747 11.554l.16.303-.51 3.942a.196.196 0 00.219.22l3.961-.501zm6.534-7.003l-.933 1.164a9.843 9.843 0 01-3.497-3.495l1.166-.933a.792.792 0 00.23-.94L9.561 6.96a.793.793 0 00-.924-.445 1291.6 1291.6 0 00-2.023.524.797.797 0 00-.588.88 11.754 11.754 0 0010.005 10.005.797.797 0 00.88-.587l.525-2.023a.793.793 0 00-.445-.923L14.6 13.327a.792.792 0 00-.94.23z'/%3E%3C/svg%3E") 50%/60% no-repeat;
    z-index: 1000
}