/*@import url('https://fonts.googleapis.com/css?family=Calibri:400,700,400');*/
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    
}
a{
    text-decoration: none;
    color:#fff;
    cursor: pointer;
}
a:hover{
    color: #fff;;
}
h2{
    font-size: 3.5rem;
}
p{
    color:gray;
}
.py-10{
    padding: 100px 0px 30px 0px;
}
html{
    font-size: 62.5%;
    scroll-behavior: smooth;
}
html:focus-within {
    scroll-behavior: smooth;
  }
body{    
    overflow-x: hidden;
    /* font-family: Calibri, sans-serif; */
    /*font-family: 'Livvic', sans-serif;*/
    font-family: 'Lato', sans-serif;
}
/* .main-header{
    height: 100vh;
} */

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
    min-height: 330px;
}


.nav-header{
    display: flex;
    justify-content: space-around;
    background-color: #387DC2;
    min-height: 80px;
    max-height: 80px;
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
}
.logo{
    margin-top: 46px;
    /* margin-left: 20px; */
    width: 150px;
    background: #fff;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
.mleft25{
    margin-left: 25px !important;
    border-left: 2px solid #f2f2f26b;
}

.navbar-brand{
    z-index: 1;
}
.logo img{
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.nav-header ul li a{
    text-decoration: none;
    color: #fff;
    margin-left: 10px;
    font-size: 1.6rem;
}
.bleft{
    margin-left: 10px;
}
.carousel-indicators {
    position: absolute;
    bottom: 60px;
    right: 60%;
    left: 0 !important;
}
.carousel-caption {
    position: absolute;
    width: 60%;
    top: 32%;
    bottom: 50%;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: left;
}
.carousel-caption h2{
    font-size: 4rem;
}
.carousel-caption p{
    font-size: 2rem;
}
.learn-more-btn{
    background: #fff;
    color: #214971;
    font-size: 2rem;
    padding: 0 15px;
    box-shadow: 0px 0px 2px 2px #fff;
}
.main-body{
    background-image: url('../images/second-element-background.png');
    background-repeat: no-repeat;
    /* background-position: 100% 100%; */
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}
.main-left1{
    width: 100%;
    padding: 0px 30px;
}
.below-img{
    position: relative;
}
.top-img{
    position: absolute;
    top: 45%;
    left: 15%;
}
.right-content1{
    color: #000;
    padding: 0px 50px;
}
.right-content1 h2{
    color:#000;
    position: relative;
}

.right-content1 h4{
    font-size: 2rem;
    color: #FF0000;
    font-weight: 600;
}
.right-content1 p{
    font-size: 1.5rem;
    font-weight: 400;
    text-align: justify;
}
.btnlearnmore2{
    background-color: #fff;
    padding: 5px 15px;
    font-size: 1.6rem;
    color: orangered;
    border: 1px solid orangered;
    border-radius: 20px;
}
.industries{
    text-align: center;
}
.industries-inner{
    display: flex;
    justify-content: center;
}
.img-div{
    position: relative;
    margin-bottom: 10px;
}
/* .img-div .card:hover .card-title{
    background-color: rgba(204, 204, 204, 0.568);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 10px;
    transition: all 0.2s;
} */
.text-content{
    display: none;
}
.text-content{
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.serevice .img-div .card-title a{
    color: #000;
}

.overlay:hover .text-content{
    display: block;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    color: #fff;
    width: 80%;
    margin: 0 auto;
    transition: 0.5s linear;
}

.text-content p{
    font-size: 1.8rem;
    color: #ffffff;
}
.text-content1{
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    color: #fff;
    width: 80%;
    margin: 0 auto;
}
.text-content1 p{
    font-size: 1.8rem;
    color: #ffffff;
}

.services{
    background-image: url('../images/services-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}
.solutions{
    background-image: url('../images/solution-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    position: relative;
}
.partner-div{
    width: 98%;
    background: #387DC2;
    border-radius: 20px;
    position: relative;
    display: flex;
    padding-top: 5px;
    padding-right: 5px;
}
.partner-div .card{
    background:#f2f2f2;
    border-radius: 20px;

}
.partner-div .card img{
    width: auto;
    text-align: center;
    margin: 0 auto;
    min-height: 97px;
}
.partner-div .card-body{
    min-height: 350px;
}
.partner-div .card p{
    font-size: 1.4rem;
    color:#474747;
    text-align: justify;
}
.partner-div h4{
    font-size: 2.5rem;
}
.owl-nav{
    text-align: center;
}
.owl-nav span{
    font-size: 40px;
}

.services h3{
    font-size: 4.2rem;
    color: #387DC2;
    margin-bottom: 20px;
}
.services h5{
    color: #313131;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}
.solutions h3{
    font-size: 4.2rem;
    color: #387DC2;
    margin-bottom: 20px;
}
.solutions h5{
    color: #313131;
    font-size: 20px;
    font-weight: 900;
    text-align: center;
}

.partners h2{
    color: #313131;
    margin-bottom: 40px;
}

.experience h2{
    color: #313131;
    margin-bottom: 40px;
}

.experience-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.box{
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 10px;
}

.recognization h2{
    margin-bottom: 50px;
}

.footer-sec{
    padding: 50px 0px;
    background-color: #001D4C;
    background-image: url('../images/footer-bg.png');
    background-size: contain;
    width: 100%;
    min-height: 200px;
    color: #fff;
}
.footer-sec .container{
    display: flex;
    justify-content: space-between;
}
.footer-sec .container h2{
    font-size: 2rem;
    margin-bottom: 10px;
}
.footer-sec .container ul li{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

/******************* Services And Solutions************************/

.service-banner-content{
    position: absolute;
    top: 50%;
    left: 10%;
}
.service-banner-content h2{
    color: #ffffff;
    font-weight: bold;
}
.services-sec{
    background-image: url('../images/services-bg1.png'),url('../images/services-bg2.png');
    background-repeat: no-repeat;
    background-position: top, bottom; 
    width: 100%;
    padding: 50px 0px;
}
.solutions-sec{
    background-image: url('../images/services-bg1.png'),url('../images/services-bg2.png');
    background-repeat: no-repeat;
    background-position: top, bottom; 
    width: 100%;
    padding-top: 0;
}


.services-sec .card-body{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.services-sec .card-body .card-text{
    padding: 10px 30px;
}
.services-sec .card-body .card-text h4{
    font-size: 2rem;
    font-weight: bold;
    color:#313131;
}
.services-sec .card-body .card-text p{
    font-size: 1.5rem;
    color: gray;
    text-align: justify;
}
.solutions-sec .card-body{
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.solutions-sec .card-body .card-text{
    padding: 10px 30px;
}
.solutions-sec .card-body .card-text h4{
    font-size: 2rem;
    font-weight: bold;
    color:#313131;
}
.solutions-sec .card-body .card-text p{
    font-size: 1.6rem;
    color: #474747;
}
.flex1{
    flex:1;
}
.flex3{
    flex: 3;
}

.business-int{
    padding: 50px 0;
}
.business-int h2{
    
    color: #313131;
    font-weight: bold;
}

.business-int .card .card-body .card-images{
    max-width: 150px;
    max-height: 150px;
    margin: 0 auto;
    border-radius: 20px;
    /* box-shadow: 0 0 2px 2px #ccc; */
    box-shadow:
       inset 0 -3em 3em rgba(0,0,0,0.1),
             0 0  0 2px rgb(255,255,255),
             0.3em 0.3em 1em rgba(0,0,0,0.3);
    margin-bottom: 20px;
}
.business-int .card .card-body h4{
    font-size: 2rem;
    color: #313131;
}


/*---------- Training & Development-----------*/

.td-serve{
    padding: 40px 0px;
}
.td-serve h2{
    margin-bottom: 20px;
}
.td-serve .col-md-12 p{
    color: gray;
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: justify;
}
.td-domain{
    padding: 40px 0px;
}
.td-domain .domain{
    width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 2px 2px #ccc;
    box-shadow: inset 0 -3em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
}
.domain .card-body{
    position: relative;
}
.domain .card:hover .div-btn{
    opacity: 1;
}
.div-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1c1d1d30;
}

.div-btn .btnlearnmore{
    position: absolute;
    left: 40%;
    top: 45%;
    color: #fff;
    font-size: 2rem;
    border-radius: 20px;
    border:2px solid #fff;
}

.card-footer {
    padding: .5rem 1rem;
    background-color:#fff;
    border-top:0;
}
.domain .card-footer h4{
    font-size: 2rem;
    color:#313131;
}

.resources{
    padding: 40px 0;
    width: 100%;
    background-image: url('../images/bg-texture.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.resources-div-btn{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #1c1d1d30;
}
.resources-div-btn .btnlearnmore{
    position: absolute;
    left: 30%;
    top: 40%;
    color: #fff;
    font-size: 2rem;
    border-radius: 20px;
    border: 2px solid #fff;
}

.resources .card:hover .resources-div-btn{
    opacity: 1;
}
.resources .card-footer h4{
    font-size: 2rem;
    color:#313131;
}

.callto-action{
    position: relative;
    padding: 40px 0;
    width: 100%;
    background-image: url('../images/training-footer-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 5px;
}
.callto-action .contact{
    width: 300px;
    margin: 0 auto;
    text-align: center;
}
.callto-action .contact .contact-btn{
    color: #fff;
    border: 2px solid #fff;
    padding: 5px 55px;
    border-radius: 20px;
    font-size: 2rem;
}

.contact-btn:hover{
    background-color: #f2f2f2;
    color: #000 !important;
    border:2px solid #313131 !important;
}
.contact-field{
    padding: 40px 0px;
}
.contact-field img{
    border-radius: 20px;
    padding: 10px;
    margin: 0 auto;
    box-shadow: inset 0 0 10px rgb(0 0 0 / 50%);
    border-radius: 20 px;
    background: #6b616117;
    text-align: center;
    border-radius: 20 px;
}
.contact-field .contact-col{
    /* padding: 6px; */
}
.contact-field .contact{
    padding: 40px;
    min-height: 100%;
    box-shadow: inset 0 0 10px rgba(0,0,0,.5);
    border-radius: 20px;
    background: #6b616117;
    text-align: center;
}
.contact h3{
    font-size: 2.8rem;
    font-weight: 600;
}
.contact .btn{
    padding: 5px 25px;
    font-size: 2rem;
    border-radius: 15px;
    background: #FF0000;
    box-shadow: inset 0 0 10px rgba(123 111 111 / 96%);
}

.contact .contact-text-area{
    width: 100%;
    font-size: 2rem;
    text-align: center;
    border-color: #d3d3d3 !important;
    border-radius: 10px;
    margin-bottom: 20px;
}
.content-div{
    position: absolute;
    top: 20%;
    left: 10%;
    color: #fff;
}
.content-div h2{
    font-size:5rem;
    
}
.content-div h4{
    font-size: 3rem;
    font-weight: bold;
    color: #f2f2f2;
    margin-bottom: 30px;
}
.content-div h5{
    font-size:2.5rem;
    margin-top:30px;
}
.content-div p span{
    margin-right: 10px;
}
.content-div p a{
    font-size: 1.6rem;
    color: #fff;
    text-decoration: none;
}
.contact-field .form-control {
    display: block;
    width: 100%;
    text-align: center;
    font-size: 1.8rem;
    border: 1px solid #ced4da96;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 20px;
    border-radius: 6px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/*--------------Start About Us ---------------------*/
.sec-about{
    padding: 40px 0px;
    text-align: justify;
}

.sec-div-heading{
    border: 1px solid #d3d3d3;
    padding: 20px;
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 31px -20px, rgb(0 0 0 / 30%) 0px -21px 0px -30px, rgb(10 37 64 / 35%) 0px -2px 6px 0px inset;
}
.sec-about h2{
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
.sec-about h4{
    font-size: 2.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: left;
}
.sec-about p{
    color: gray;
    font-size: 1.7rem;
    line-height: 3rem;
    text-align: justify !important;
}
.sec-about ul{
    list-style: none;
    text-align: left;
}
.sec-about ul li{
    color: gray;
    font-size: 1.7rem;
    font-weight: 400;
    margin-left: 0;
    padding-left: 30px; /* change 30px to anything */
    text-indent: -30px;
    cursor: pointer;
}
.sec-about li:before{
    content: "\2713";
    color:#001D4C;
    display: inline-block; 
    width: 30px;
    text-indent: 0;
    text-align: center;
}
.ulli{
    width: 50%;margin: 0 auto;
}

.thankyou{
    padding: 100px 0px;
}
.thankyou h2{
    font-size: 5rem;
    font-style: oblique;
    margin-bottom: 40px;
}
.thankyou h4{
    font-size: 3rem;
    
}
/*--------------End About Us ---------------------*/


@media only screen and (max-width: 600px) {
    .logo{
        margin-top: 0;
        margin-left: 0px;
        width: 80px;
        height: 80px;
    }
    .nav-header{
        display: flex;
        background-color: #214971;
        min-height: 80px;
        width: 100%;
        padding: 0;
        padding: 10px;
    }
    .navbar{
        width: 100%;
    }
    .nav-header ul li a {
        color: #000;
    }
    .navbar-toggler-icon {
        display: contents;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
    }
    .navbar-toggler-icon img{
        width: 30px;
    }
    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
        background: #214971;
        z-index: 2;
    }
    .navbar-toggler{
        margin-top: -30px;
    }
    .carousel-indicators {
        bottom: 0px;
    }
    .carosuel-item img{
        min-height: 227px;
    }
    .carousel-caption h2 {
        font-size: 2rem;
    }
    .carousel-caption {
        top: 3%;
        bottom: 0%;
    }
    .learn-more-btn {
        color: #214971;
        font-size: 1.5rem;
        padding: 0 10px;
    }
    .maon-body{
        padding: 15px 0px;
    }
    .right-content1 {
        color: #000;
        padding: 15px 15px;
    }
    .py-10 {
        padding: 0px 0px 0px 0px;
    }
    .img-div img{
        width: 100%;
    }
    .experience h2 {
        color: #313131;
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .footer-sec .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
       
    }
    .footer-sec .container h2 {
        font-size: 3rem;
        margin-bottom: 10px;
    }
    
    .footer-sec .container ul li {
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .services h2 {
        font-size: 3rem;
        color: #313131;
    }
    .services h3 {
        font-size: 3rem;
        color: #387DC2;
        margin-bottom: 20px;
        text-align: center;
    }
    .solutions h3 {
        font-size: 3rem;
        color: #387DC2;
        margin-bottom: 20px;
        text-align: center;
    }
    .partners h2 {
        color: #313131;
        font-size: 3rem;
        margin-bottom: 40px;
    }
    .box {
        box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-left1 {
        width: 100%;
        padding: 0px 0px;
    }
    .below-img {
        position: relative;
        width: 100%;
    }
    .top-img {
        position: relative;
        top: 0%;
        left: 0%;
        width: 100%;
    }
    .experience-div {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .recognization .container img{
        width: 100%;
        margin-bottom: 10px;
    }
    .mleft25{
        margin-left: 0px !important;
        border-left: 0;
    }
    /*---------Services and Solutions -------*/
    .services-sec .card-body{
        flex-direction: column;
    }
    .flex1{
        width: 100%;
    }
    .td-domain .domain{
        width: auto;
        margin: 0 auto;
        box-shadow: 0 0 2px 2px #ccc;
        box-shadow: inset 0 -3em 3em rgb(0 0 0 / 10%), 0 0 0 2px rgb(255 255 255), 0.3em 0.3em 1em rgb(0 0 0 / 30%);
    }

    .content-div {
        margin-top: 10px;
        position: relative;
        padding: 10px;
        top: 0%;
        left: 0%;
        background: #313131;
        color: #fff;
    }
    .contact-field {
        padding: 20px 0px;
    }
    .service-banner-content {
        position: absolute;
        top: 20%;
        text-align: center;
        left: 0%;
    }
  }
  @media screen and (max-width: 1200px){
    .navbar-expand-lg .navbar-collapse {
        /*display: flex!important;*/
        justify-content: space-evenly;
        }
        .nav-header ul li a {
            text-decoration: none;
            color: #fff;
            margin-left: 10px;
            font-size: 1.2rem;
        }
    }
    @media only screen and (min-width: 1200px) and (max-width: 1300px){
        .nav-header ul li a {
            text-decoration: none;
            color: #fff;
            margin-left: 10px;
            font-size: 1.4rem;
        }
      }