@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&family=Oswald:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

ul,
li {
    list-style-type: none;
}

a {
    text-decoration: none;
}
img {
    border: 0;
}

body {}
.particale-js{
    position: fixed;
    height: 100%;
    width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Oswald', sans-serif;

}
.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform .30s ease-in-out !important;
    -o-transition: -o-30s ease-in-out !important;
    transition: transform .30s ease-in-out !important;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
span,
ul,
li {
    padding: 0;
    margin: 0;
}
p{
    font-family: 'Open Sans';
    font-size: 13px;
}
/*Common Css*/
.mt-60{margin-top:60px; }
.mb-60{margin-bottom:60px; }
.mb-40{margin-bottom:40px; }
.mt-40{margin-top:40px; }
.mr-0{margin-right:0px; }
.common_heading h2{
    color: #112327;
    font-size: 28px;
    line-height: 24px;
    text-transform: uppercase;
}
.common_heading img{
   margin-top: -19px;
    margin-right: 34px;
}
header{
    padding-top: 12px;
    padding-bottom: 10px;
    background-image: linear-gradient(to bottom, #233b3d, #112327);
}
.header_text p{
    color: #E7E7E7;
    font-size: 13px;
}
.social_icon{
    float: right;
}
.social_icon a{
    padding-left: 25px;
    font-size: 15px;
    color: #E7E7E7;
}
.navbar{
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: transparent;
}
.navbar a img{
    height: 40px;
}
.navbar ul li a{
    position: relative;
    font-size: 16px;
}
.navbar ul li a:hover{
    color: #7CA8D2;
}
.navbar ul li a.active::before{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin-left: translateX(-50%);
    background-color: #182D30;
    border-radius: 50%;
}
.navbar ul li a:hover:after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    height: 5px;
    width: 5px;
    margin-left: translateX(-50%);
    background-color: #182D30;
    border-radius: 50%;
    transition: all linear .5s;
}
#particles-js{
    height: 100%;
    width: 100%;
    z-index: -1;
}
.service_full{
    z-index: 99999;
}
.slider_overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    left:0px;
    top: 0px;
    
}
.slider_full{
    position: relative;
}
.carousel-item img{
    height: 444px;
}
.carousel-inner>.carousel-item {
    -webkit-transition: -webkit-transform .30s ease-in-out !important;
    -o-transition: -o-transform .30s ease-in-out !important;
    transition: transform .30s ease-in-out !important;
}
.slider_text{
    padding-top: 88px;
    padding-bottom: 88px;
    text-align: right;
    
}
.slider_text p{
    font-size: 13px;
    line-height: 24px;
    padding-bottom: 33px;
}
.slider_padding{
    padding-left: 50px;
    color: #fff;
}
.slider_padding a{
    padding-left: 25px;
}
.slider_text h1{
    font-size: 40px;
    font-weight: bold;
    padding-bottom: 28px;
    padding-top: 14px;
    text-transform: uppercase;
}
.slider_text h2{
    font-size: 30px; 
    text-transform: uppercase;
}
.slider-btn{
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    border: 2px solid #fff;
    color: #fff;
    font-weight: bold;
}
.slider-btn:hover{
    background-color: #0872B9;
    border: 2px solid #0872B9;
    color: #fff;
}
.about_full>.common_heading img{
    margin-right: 10px;
}
.about-left{
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-left img{
    padding-right: 12px;
    height: 500px;
   width: 100%;
}
.about-right{
    margin-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-right p{
    line-height: 30px;
    color: #555555;
    font-family: 'Open Sans';
    text-align: justify;
    padding: 0px 0px 0px 150px;
}
.service_full .common_heading img{
    margin-right: 60px;
}
.service:hover .service-logo-bg{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    border: 5px solid #fff;
    background-color: #5BC5F4;
    transition: all linear .3s;
}
.service:hover{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
    transition: all linear .3s;
}
.service{
    position: relative;
    width: 356px;
    height: 168px;
    background-color: #F1F1F1;
    margin-top: 70px;
    margin-bottom: 60px;
    cursor: pointer;
    
}
.service-logo-bg img{
    height: 40px;
    width: 40px;
   
}
.service-logo-bg{
    position: absolute;
    left: 50%;
    top: -50px;
    height: 100px;
    width: 100px;
    background-color: #FFFFFF;
    border-radius: 50%;
    border: 5px solid #DFDFDF;
    text-align: center;
    padding: 22px;
    transform: translateX(-50%);
}
.service p{
    padding:0px 24px;
    padding-top: 14px;
    text-align: center;
    font-size: 13px;
    color: #555555;
}
.service h4{
    text-align: center;
    padding-top: 50px;
}

.portfolio{
    padding-top: 30px;
    
}
.portfolio_full .common_heading img{
    margin-right: 85px;
}
.img_area{
    position: relative;
    margin-bottom: 20px;
    height: 100%;
    width: 100%;
}
.img_area:hover .img-overlay{
    height: 100%;
    transition: all linear .3s;
}
.img_area:hover .img-overlay a{
    opacity: 1;
    transition: all linear .3s;
}
.img-overlay{
    position: absolute;
    height: 0%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.50);
    text-align: center;
}
.img-overlay a{
    position: absolute;
    left: 43%;
    top: 42%;
    height: 45px;
    width: 45px;
    background-color: #5BC5F4;
    padding: 12px;
    border-radius: 50%;
    opacity: 0;
}
.img-overlay a i{
    font-size:20px;
    color: #fff;
}
.team{
    height:auto;
    width: 100%;
    text-align: center;
    margin-top: 30px;
    border:1px solid #d4d4d4;
}
.team_area{
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}
.team_area:hover{
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.10);
}

.testimonial_full .common_heading img{
    margin-right: 55px;
}
.testimonial{
    position: relative;
    height: 200px;
    background-color: #F1F1F1;
    margin-top: 200px;
}
.testimonial-logo-bg img{
    height: 100%;
    width: 100%;
}
.testimonial-logo-bg{
    position: absolute;
    left: 50%;
    top: -190px;
    height: 150px;
    width: 120px;
    background-color: #FFFFFF;
    border-radius: 10%;
    transform: translateX(-50%);
    overflow: hidden;
}
.testimonial-style{
    height: 40px;
    width: 40px;
    background-color: #F1F1F1;
    position: absolute;
    top: -20px;
    left: 48%;
    transform: rotate(45deg);
    z-index: -1;
}
.testimonial p{
    padding:0px 24px;
    padding-top: 14px;
    padding-bottom: 22px;
    text-align: center;
    line-height: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    color: #606060;
}
.testimonial h6{
    font-size: 13px;
    text-align: center;
    color: #555555;
}

.testimonial h4{
    position: relative;
    text-align: center;
    padding-top: 34px;
    padding-bottom: 10px;
    width: 100%;
    color: #373737;
}
.testimonial h4:after{
    position: absolute;
    content: '';
    height: 20px;
    width: 70px;
    background-image: url(../img/star.png);
    background-repeat: no-repeat;
    left: 47%;
    bottom: 0px;
}
.footer_full{
    height: 300px;
    background-color: #233B3D;
}
.footer_top{
    padding-top: 30px;
    color: #F1F1F1
    
}
.footer-icon{
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}
.footer-logo {
    width: 285px;
    height: 30px;
}
.footer-logo img{
    width: 100%;
    height: 100%;
    margin-top: 5px;
}
.f-contact {
    padding-top: 35px;
}
.f-contact span{
    font-size: 13px;
    color: #f1f1f1;
}
.f-contact i{
    height: 35px;
    width: 35px;
    background-color: #5bc5f4;
    text-align: center;
    font-size: 15px;
    border-radius: 50%;
    color: #FFF;
    padding: 8px;
    line-height: 20px;
}
.footer-text p{
    color: #f1f1f1;
    font-size: 13px;
}
.footer-link ul li{
    padding-bottom: 15px;
}

.footer-link ul li a{
    font-size: 13px;
    color: #fff;
}
.fliker-img{
    padding-top: 10px;
}
.fliker-img img{
    margin: 0px 15px 15px 0px;
}
.footer-link ul li a:hover{
    color: #5BC3F2;
}
.pt-35{
    padding-top: 30px;
}
.copywrite_full{
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background-image:linear-gradient(to bottom, #233B3D,#112327);
}
.copywrite span{
    color: #f1f1f1;
}