body{
    margin: 0px;
    padding: 0px;
    font-family: 'Poppins', sans-serif;
}
.top_header{
    height: auto;
    background-color: #0a9ef1;
    /* border-radius: 15px; */
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    /* position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999; */
}
.top_header .logo img{
    border-radius: 0px 30px 10px 0px;
}
.top_header .top-contact{
    height: 36px;
    background-color: #0563b9;
    border-radius: 0px 15px 0px 50px;
}
.top_header .top-contact a{
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    margin-left: 15px;
    border-right: 0.1px solid #fff;
    padding-right: 20px!important;
    text-decoration: none;
    line-height: 35px;
    letter-spacing: 0.6px;
}
.top_header .top-contact a {
    padding-right: 5px;
}
.top_header .search-area input[type="search"]{
    background-color: #0a9ef1;
    border-radius: 20px;
    color: #fff;
}
.top_header .update{
    height: 40px;
    background-color: #0563b9;
    border-radius: 20px;
}
.top_header .update .left-update{
    height: 40px;
    width: 15%;
    float: left;
    border-radius: 20px 0px 0px 20px;
    background-color: #0563b9;
}
.top_header .update .left-update p{
    padding-top: 7px;
    font-weight: 200;
}
.top_header .update .update-right{
    height: 40px;
    width: 85%;
    float: left;
    background-color: #0563b9;
    border-radius: 0px 20px 20px 0px!important;
}
.top_header .update .update-right p{
    font-weight: 200;
    padding-top: 10px;
    font-size: 13px;
}
.top_header .socialmedia a{
    color: #fff!important;
    margin-left: -3px;
    line-height: 40px;
}
.top_header .socialmedia a .fa-facebook-f{
    background-color: #3b5998;
    padding: 8px 11px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top_header .socialmedia a .fa-whatsapp{
    background-color:#25d366;
    padding: 8px 9px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 50%;
}
.top_header .socialmedia a .fa-instagram{
    background-color: #c32aa3;
    padding: 8px 9px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top_header .socialmedia a .fa-twitter{
    background-color: #1da1f2;
    padding: 8px 9px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top_header .socialmedia a .fa-youtube{
    background-color: #ff0000;
    padding: 8px 8px!important;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top_header .socialmedia a .fa-linkedin{
    background-color: #0a66c2;
    padding: 8px 9px;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.top_header .menu-area{
    height: 40px;
    background-color: #0563b9;
    margin-top: 6.5px;
    border-radius: 25px 0px 15px 0px;
    margin-left: 45px!important;
    
}
.menu-area nav ul li{
    display: inline-block;
}
.menu-area nav ul li a{
    color: #fff;
    font-weight: 300;
    text-decoration: none;
    font-size: 14.5px;
    margin-left: 25px;
    line-height: 39.5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#home i{
    padding-right: 10px;
    margin-left: -20px;
}
.dropdown {
    position: relative;
    display: inline-block;
    margin-right: 10px;
}

/* Style the links inside the dropdown */
.dropdown-content a {
    display: block;
    text-decoration: none;
    color: #fff;
    margin-left: -20px!important;
}

/* Hide dropdown content by default */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0a66c2;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 1;
    width: 250px;
}
.menu-res .navbar{
    height: 45px;
    background-color: #0a66c2!important;
    border-radius: 30px 0px 15px 0px;
}
.navbar-nav{
    background-color: #0563b9;
}
.navbar-nav li a{
    color: #fff!important;
    margin-left: 15px!important;
}
.dropdown-menu{
    background-color: #0563b9!important;
    color: #fff!important;
}
.menu-res{
    display: none!important;
}
.navbar{
    z-index: 9999;
}

#menu-icons{
    border: none;
    position: fixed;
    z-index: 9999;
    padding: 15px 25px 15px 20px;
    left: 0;
}
#menu-side{
    overflow-y: scroll;
    height: 450px;
    padding-bottom: 15px;
    width: 250px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    position: absolute;
    z-index: 9999;
    left: 0;
    top: 18%;
    background-color: #0a9ef1;
    display: none;
    animation: rotateY 500ms ease-in-out forwards;
    transform-origin: top center;
    position: fixed;
}
::-webkit-scrollbar {
    width: 12px;
    background-color: #fff;
}
@keyframes rotateY {
    0% {
       transform: rotateY(90deg)
   }
   80% {
       transform: rotateY(-10deg)
   }
   100% {
       transform: rotateY(0)
   }
}
#menu-side nav a{
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 200;
    padding: 12px 15px;
    text-decoration: none;
    border-bottom: 0.1px solid #EEE;
}
#menu-side nav a i{
    padding-right: 5px;
}
#drop, #drop1, #drop2, #drop3{
    float: right;
    padding-top: 3px;
}
#submenu{
    display: none;
    animation: growDown 500ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
#submenu1{
    display: none;
    animation: growDown1 500ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown1 {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
#submenu2{
    display: none;
    animation: growDown2 500ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown2 {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}
#submenu3{
    display: none;
    animation: growDown3 500ms ease-in-out forwards;
    transform-origin: top center;
}
@keyframes growDown3 {
    0% {
        transform: scaleY(0)
    }
    80% {
        transform: scaleY(1.1)
    }
    100% {
        transform: scaleY(1)
    }
}

.left-menu a{
    text-decoration: none;
}
.left-menu .box{
    height: 47px;
    background-color: #1da1f2;
    border-radius: 0px 50px 50px 0px;
    margin-top: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.left-menu .box p{
    color: #fff;
    float: right;
    margin-right: 20px;
    padding-top: 10px;
    font-weight: 300;
}
.left-menu .box p img{
    background-color: #fff;
    border-radius: 50%;
    margin-left: 20px;
}
.left-menu .box:hover{
    background-color: #0563b9;
    transition: all 2s;
}
.notice-area{
    height: 550px;
    background-color: #0a9ef1;
    
}
.notice-area a{
    text-decoration: none;
}
.notice-area .card1{
    height: 137.5px;
    border-bottom: 0.1px solid #EEE;
}
.notice-area .card1 .card1-image{
    display: block;
    margin: auto;
    text-align: center;
}
.notice-area .card1 .card1-image img{
    border: 0.1px solid #fff;
    border-radius: 50%;
    padding: 5px;
}
.notice-area .card1 .card1-image{
    padding-top: 25px;
}
.notice-area .card1 .card1-desc{
    display: block;
    text-align: center;
    padding-top: 5px;
    color: #fff;
}
/* .notice-area .desc{
    height: auto;
    width: 90%;
    display: block;
    text-align: center;
    margin: auto;
    background-color: #EEE;
    border-radius: 0px 0px 5px 5px;
    text-align: justify;
    padding: 10px;
    font-size: 13px;
} */
.home-page{
    margin-top: 50px;
}
.home-page img{
    border-radius: 5px;
}
#home-page{
    height: 400px;
    background: linear-gradient(0deg, rgba(156,215,250,1) 2%, rgba(239,247,255,1) 17%);
    margin-bottom: 20px;
    /*border-radius: 0px 0px 50px 50px;*/
}
.home-page p{
    padding-bottom: 15px;
}
.home-page a{
    color: #0563b9;
    text-decoration: none;
    padding: 8px 12px;
    border: 01px solid #0563b9;
    border-radius: 20px;
    margin-top: 20px;
}
.home-page a i{
    padding-left: 5px;
    padding-top: 2px!important;
}
.about-page a{
    color: #0563b9;
    text-decoration: none;
    padding: 8px 12px;
    border: 01px solid #0563b9;
    border-radius: 20px;
    margin-top: 20px;
}
.about-page a i{
    padding-left: 5px;
    padding-top: 2px!important;
}
.about-page p{
    padding-bottom: 15px;
}
.footer{
    height: auto;
    padding-bottom: 10px;
    background: linear-gradient(0deg, rgba(239,244,250,1) 28%, rgba(143,199,231,1) 99%);
    /*border-radius: 100px 100px 0px 0px;*/
}
.footer h5{
    color: #2B3499;
    font-weight: bold;
}
.footer p{
    font-size: 14px;
}
.footer .footer-links a{
    display: block;
    text-decoration: none;
    font-weight: 300;
    color: #313131;
    letter-spacing: 0.5px;
    font-size: 14px;
    padding-top: 8px;
}
.footer .footer-links a i{
    color: #0563b9;
    padding-right: 8px;
}
.footer .footer-links h6{
    display: block;
    text-decoration: none;
    font-weight: 300;
    color: #313131;
    letter-spacing: 0.5px;
    padding-top: 8px;
    color: #2B3499;
    font-weight: bold;
}
.footer .footer-links h6 i{
    padding-right: 8px;
    color: #0563b9;
}
.footer .usefull_links a{
    text-decoration: none;
    font-weight: 300;
    color: #313131;
    letter-spacing: 0.5px;
    font-size: 14px;
    line-height: 35px;
    padding-top: 8px;
    padding-left: 10px;
}
.footer .usefull_links a i{
    padding-right: 5px;
}
.design{
    height: 70px;
    background-color: #063E7C;
}
.design .company_name p{
    color: #fff;
    font-weight: 200;
    padding: 23px 0px 0px 30px;
    letter-spacing: 0.5px;
    font-size:12px;
}
.design .company_name p a{
    color: #fff;
    text-decoration: none;
    letter-spacing: 0.5px;
}
.footer-social{
    padding-top: 15px;
    display: block;
    float: right;
    padding-right: 30px;
}
#follow{
    color: #fff;
    font-size: 25px;
}
.footer-social a{
    margin-right: 10px;
    color: #fff!important;
    text-decoration: none;
}
.footer-social a .fa-facebook-f{
    background-color: #3b5998;
    padding: 8px 11px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.footer-social a .fa-whatsapp{
    background-color:#25d366;
    padding: 8px 9px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    border-radius: 50%;
}
.footer-social a .fa-instagram{
    background-color: #c32aa3;
    padding: 8px 9px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.footer-social a .fa-twitter{
    background-color: #1da1f2;
    padding: 8px 9px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.footer-social a .fa-youtube{
    background-color: #ff0000;
    padding: 8px 8px!important;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.footer-social a .fa-linkedin{
    background-color: #0a66c2;
    padding: 8px 9px;
    border-radius: 50%;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
@media(max-width:600px){
    .top_header{
        height: auto;
    }
    #phone,#mail,#service,#get,#contact{
        display: none;
    }
    #res{
        display: none!important;
    }
    .socialmedia{
        display: none;
    }
    .top_header .menu-area{
        margin-left: 0px!important;
    }
    .menu-res{
        display: block!important;
    }
    .menu-area{
        display: none!important;
    }
    .update{
        display: none;
    }
    .logo img{
        width: 100%!important;
    }
    #home-page{
        height: auto;
        padding-bottom: 10px;
    }
    .design{
        height: auto;
        padding-bottom: 10px;
    }
    #follow{
        font-size: 15px;
    }
    .footer-social{
        float: left;
        padding-bottom: 10px;
        padding-left: 30px;
    }
    .slider img{
        height: 250px!important;
    }
    .notice-area .card1{
        height: auto;
        padding-bottom: 15px;
    }
    .notice-area{
        height: auto;
    }
    .notice-area .card1 img{
        height: 60px!important;
    }
    .company_name p{
        text-align: center;
    }
}


