body{
    font-family: 'Noto Sans', sans-serif;
    /* font-family: inherit; */
    font-size: 16px;
}
.f-9{
    font-size: .9rem;
}
.f-8{
    font-size: 1rem;
}
a:hover{
    text-decoration: none;
}
.bg-theem{
    background: #0066cb;
}
.text-gray{
    color: #383d41 !important;
}
.clrtext{
    color:#ee7814;
}
.txtgreen{
    color:#3eb407;
    font-size:22px;
    font-weight:600;
}
h1{
    text-align: center;
    font-weight: 600;
}
.para{
    line-height: 1.6;
}
.px-6{
    padding-left: 3.5rem;
    padding-right: 3.5rem;
}
/* scrool button css*/
#scroll {
    z-index: 999;
    position:fixed;
    right:15px;
    bottom:15px;
    cursor:pointer;
    width:50px;
    transition: .5s;
    border: 3px solid #79db1f;
    height:50px;
    background-color:#0066cb;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
}
#scroll span {
    position:absolute;
    top:50%;
    left:50%;
    transition: .5s;
    margin-left:-8px;
    margin-top:-12px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#79db1f;
    animation-name: scrowel;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
@keyframes scrowel {
    0%   {transform: translatey(5px);}
    50%  {transform: translatey(-5px);}
    100% {transform: translatey(5px);}
}
#scroll:hover{
    background-color:#79db1f;
    border: 3px solid #0066cb;
    opacity:1;
    filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}
#scroll:hover span{
    border-bottom-color:#0066cb;
}
/*end top button css; */

/* menu css */
/* #cros{
    display: none;
} */
#cros{
    display: none;
    border: none !important;
}
#cros2{
    display: none;
    border: none !important;
}
.logo{
    width: 100%;
}
.py-6{
    transition: .5s;
}

.py-6:hover{
    transform: scale(1.2);
    font-weight: 600;
    color: #0066cb !important;
}
.get:hover{
    color: #fff !important;
}
.menu{
	border-bottom: 1px solid #0066cb;
}
.navbar-toggler:focus{
    outline: none;
}
.nav-link{
    font-family: "Rubik", sans-serif !important;
    font-size: .9rem;
    padding: 8px .9rem !important;
    color: #fff !important;
}
.py-6{
    padding: 25px 20px !important;
}
.text-theem{
    color: #0066cb !important;
}
.dropdown{
    z-index: 999;
}
.dropdown-menu{
    z-index: -5;
}
.dropdown-menu{
    display: block;
    transform: scale(0,0);
    margin: 0;
    transition: .5s;
    border-bottom: 3px solid #3897c8;
}
.dropdown:hover .dropdown-menu{
    transform: scale(1,1);
}
.fa-bars{
    font-size: 25px;
    border: none !important;
}
.fas{
    padding: 10px;
    border: 1px solid #0066cb;
    color: #0066cb;
    border-radius: 5px;
}
.fa-map-marker-alt{
    padding: 10px 12px;
}
.contact{
    border-radius: 5px;
    background: #0066cb;
}
/* slider css*/
#demo{
    margin-top: -35px;
}
.carousel-caption{
	bottom: 100px !important;
}
.carousel-caption .h1{
    font-weight: 800;
    font-size: 4rem;
	text-shadow: 2px 2px 5px #0066cb;
}
/* about css */
.line::after, .line2::after{
    content: "";
    position: absolute;
    right: 10%;
    top: 50%;
    height: 2px;
    width: 10%;
    background: #0066cb;
}
.line::before, .line2::before{
    content: "";
    position: absolute;
    left: 10%;
    top: 50%;
    height: 2px;
    width: 10%;
    background: #0066cb;
}
.line2::after{
    right: 20%;
}
.line2::before{
    left: 20%;
}
.hr{
    width: 18%;
    background: #0066cb;
    height: 2px;
}

/* card css*/
.b-none{
    border: none !important;
}
.card{
    overflow: hidden;
}
.detail{
    border-top: 4px solid #0066cb;
    position: absolute;
    bottom: 0;
    width: 100%;
    transition: .5s;
    transform: translateY(65%);
    background: #fff;
}
.card:hover .detail{
    transform: translateY(0);
}
/* industry css*/
.industry{
    background: url(../images/slider-3.jpg);
    background-attachment: fixed;
    background-size: cover;
    padding: 120px 50px ;
}
.industry div{
    background: rgba(0,0,0,.5);
    padding: 20px;
    width: 75%;

}
/* news css */
.card-footer{
    padding: .1rem 1rem !important;
    border-bottom: 1px solid rgba(0,0,0,.125);
    background: none;
}
.card-body button{
    position: absolute;
}
/* project css*/
.gallery-div{
    position: relative;
}
.img-detail{
    position: absolute;
    top: 0;
    opacity: 0;
    transition: .5s;
    padding: 50px 10px;
    background: rgba(0,0,0,.5);
    height: 100%;
    widows: 100%;
}
.gallery-div:hover .img-detail{
    opacity: 1;
}
/**/
.fa-angle-right, .fa-angle-left{
    font-size: 30px;
    font-weight: 600;
    border: none;
    color: #0066cb;
}

.clint{
    border: 3px solid #ccc;
    text-align: center;
    padding: 25px 20px;
    transition: .5s;
}
.clint:hover{
    border-radius: 5px;
    border: none;
    cursor: pointer;
    transform: scale(1.1);
    box-shadow: 0 0 10px gray;
}
 /* footer css*/
 footer{
     background: #171717;
 }
.f-ul{
    padding: 0;
}
.f-ul li{
    list-style: none;
}
.f-ul li a{
    color: #fff;
    font-size: .9rem;
    transition: .5s
}
.f-ul li a:hover{
    color: #0066cb;
    padding-left: 8px;
}
.table td{
    border: none;
    padding: .25rem .75rem;
    font-size: .9rem;
}
.social-icon a .fab{
    border: 1px solid #fff;
    padding: 10px;
    color: #fff;
    transition: .5s;
    margin-right: 8px;
}
.social-icon a .fab:hover{
    border: 1px solid #0066cb;
    background: #0066cb;
}
.fa-facebook-f{
    padding: 10px 12px !important;
}

/* contact css */
.contact-banner{
    background: url(../images/slider-1.jpg);
    background-size: 100%;
}
.jumbotron{
    text-align: center;
    background: rgba(104, 40, 150, 0.38);
    margin: 0;
}
.jumbotron p a{
    color: #fff;
    display: inline !important;
}
.doted{
    border-bottom: 1px dashed rgb(151, 151, 151);
}
.legend{
    border: 1px solid rgb(151, 151, 151);
}
.form-control{
    border-radius: 0 !important;
}
.textsize{
    font-size:25px;
}
.email{
    color: #c4c4c4;
    font-family: 'Source Sans Pro', sans-serif;
}
.email:hover{
    color: #fff !important;
    padding-left:10px;
}