html, body{
    overflow-x: hidden;
        scroll-behavior: smooth;
}
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{   }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
*{
    font-family: "Montserrat", sans-serif;
}
.logoIMG{
    max-height: 85px;
}
.navbar-nav li a{
    font-size: 20px;
    font-weight: 500;
    color: #4b4b4b;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
a.dropdown-item{
    font-size: 18px !important;
}
.navbar-nav li{
    padding: 0 10px;
}
.navbar-nav{
    z-index: 9999;
}
.heroSec{
    min-height: calc(100vh - 95px);
    /*background-image: url(./imgs/bnr.png);*/
    background-image: url(./imgs/home-1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
}
.heroi{
    width: 500px;
    height: 500px;
    position: absolute;
    bottom: 10%;
    left: 10%;
    
    
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.shky{
    animation-name: floating;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.heroi img{
    max-height: 400px !important;
    width: auto !important;
}

.homeDesc{
    margin-top: 50px;
    padding-right: 30px;
}
.homeDesc h2, h2{
        margin-bottom: 28px;
        font-size: 40px;
        font-weight: 700;
        line-height: 50px;
}
.homeDesc p{
        line-height: 30px;
        font-size: 18px;
    margin-bottom: 30px;
}
.homeImgR{
    margin-top: -15px;
    padding-left: 90px;
}
.homeImgL{
    margin-top: -15px;
    padding-right: 90px;
}

.homeIcons{
    text-align: center;
}
.homeIcons img{
    height: 135px;
    width: auto;
}
.homeIcons p{
    font-size: 14px;
    font-weight: 600;
    
}
.homeCatAs{
    padding-left: 16px;
    position:relative;
}
.homeCatAs a{
    font-size: 18px;
    margin-bottom: 30px;
    color: #000;
    display: block;
    line-height: 14px;
    margin-left: 16px;
}

.homeCatAs a:before{
    font-family: "Material Icons";
    content: "task_alt";
    position: absolute;
    left: 0;
}

.bgL{
    background: #F4F9FE;
}

.org-btn{
    background: #FF8A73 !important;
    -webkit-box-shadow: 7px 12px 100px 0px rgba(66, 232, 224, 0.2);
    box-shadow: 7px 12px 100px 0px rgba(66, 232, 224, 0.2);
    margin: 0;
    padding: 10px 35px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border-radius: 5px;
    display: table;
}

.org-btn:hover{
    color: #fff;
    text-decoration: none;
}

.vcenter{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}


.footer a, .obxd a{
    color: #333;
}
.footer a:hover, .obxd a:hover{
    text-decoration: none;
}

@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 15px); }
    100%   { transform: translate(0, -0px); }   
}










li.breadcrumb-item a, .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}


.breadcrumb-item.active {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
}
.breadcrumb{
    background: transparent;
}

.mathadu{
    background: #39abff;
    color: #fff;
}
.mathadu:before {
    background: url(./imgs/inner_bg_shapes.png);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}




.contact-form-wthreelayouts {
    padding: 2em;
    border: 20px solid #eee;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    -moz-border-radius: 20px;
}



.obxd{
        min-height: 395px !important;
        box-shadow: 5px 9px 49px 0px rgba(47, 47, 47, 0.08);
        padding: 100px 100px 20px;
}





.home-BX{
    box-shadow: 5px 9px 60px 0px rgba(85, 128, 255, 0.2);
    border-radius: 5px;
    padding: 70px 100px;
    background: #ffffff;
    position: relative;
    top: -135px;
}









.align-w3 {
    padding: 5em 0;
}
ul {
    list-style-type: none;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.img-grid {
    margin-bottom: 2em;
    border: 1px solid #ccc;
}
.demo>li {
    list-style-type: none;
}
.img-grid:hover {
    -webkit-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    -moz-box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .3);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.port-desc {
    padding: 1em;
    background: #eee;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}




.popup-effect {
    display: none;
}




.ft-connect {
    position: fixed;
    bottom: 47px;
    right: 0;
    z-index: 9;
}
.ft-whts-connect {
    /* margin-left: auto; */
    float: right;
    margin-right: 23px;
}
.ft-whts-connect .whatsapp-contact {
    background-color: rgb(40 197 95);
    padding: 3px;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50%;
    margin: auto;
}
.ft-whts-connect .whatsapp-contact i {
    color: white;
    font-size: 25px;
    /* margin-right: 23px; */
}