* {
    padding: 0px;
    margin: 0px;
}
a {
    text-decoration: none;
}
a,
a:hover,
a:active,
a:focus {
    outline: 0 !important;
    text-decoration: none;
}
ul {
    padding: 0px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0px;
    margin: 0px;
}
p {
    font-size: 16px;
    color: #6e6b6b;
    line-height: 28px;
}
img{
max-width: 100%;
}
html{
scroll-behavior: smooth;
}
.section{
padding: 60px 0px;
}
a.site-btn {
    background-color: #3cbcff;
    border: none;
    border-radius: 25px;
    color: #fff;
    padding: 12px 24px;
    margin-top: 16px;
    cursor: pointer;
    display: inline-block;
}
/*Header CSS*/
header{
background-color: #f7f7f7;
}
.navbar .navbar-brand img {
    max-width: 160px;
}
.navbar li.active a.nav-link {
    color: #3cbafc !important;
}
.navbar #navbarSupportedContent ul li a.nav-link {
    color: #515c61;
}
.navbar #navbarSupportedContent .dropdown-menu {
    background-color: #f7f7f7;
    border-radius: 0px;
    border: none;
    top: 60px;
}
.navbar #navbarSupportedContent .dropdown-menu a.dropdown-item {
    border-bottom: 1px solid #c6c6c6;
    padding: 4px 0px;
}
.navbar #navbarSupportedContent .dropdown-menu a.dropdown-item:last-child {
    border-bottom: none;
}
.navbar #navbarSupportedContent .dropdown-menu {
    background-color: #f7f7f7;
    border-radius: 0px;
    border: none;
    top: 60px;
    padding: 0px 16px;
}
.navbar #navbarSupportedContent .dropdown-menu .sub-menu {
    font-size: 13px;
    padding-left: 14px !important;
}

/*Banner section CSS*/
#banner {
    background-image: url(../image/main-bg.jpg);
    background-size: cover;
    padding: 15% 0px;
}
#banner .banner-inner h1 {
    font-weight: 700;
    color: #1a1a1a;
    font-size: 64px;
    margin-bottom: 4px;
}
#banner p {
    color: #303030;
    font-size: 18px;
    max-width: 600px;
}

/*About Us CSS*/
#about{
float: left;
width: 100%;
}
#about .about-inner h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 50px;
    position: relative;
}
#about .about-inner h2:before {
    background-color: #3dbcff;
    height: 5px;
    content: '';
    width: 30%;
    display: inline-block;
    position: absolute;
    bottom: -5px;
}
#about .about-inner p {
    margin-top: 12px;
    font-size: 17px;
}
#about .about-img img {
    float: left;
    width: 100%;
    box-shadow: 0px 8px 10px 0px #5890ad;
}

/*product Section CSS*/
#product{
float: left;
width: 100%;
background-color: #eeeeee;
}
#product .site-heading {
text-align: center;
}
#product .site-heading h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    position: relative;
}
#product .site-heading h2:before {
    background-color: #3dbcff;
    height: 5px;
    content: '';
    width: 13%;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    transform: translate(60%,-50%);
}
#product .product-inner {
    margin-top: 7%;
}
#product .products-inn{
text-align: center;
}
#product .products-inn a.read-more {
    background-color: #3cbcff;
    border: none;
    border-radius: 20px;
    color: #fff;
    padding: 10px 16px;
    margin-top: 16px;
    cursor: pointer;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
    display: inline-block;
}
#product .products-inn img{
width: 100%;
}
#product .products-inn h3 {
    font-weight: 700;
    font-size: 26px;
    margin-top: 24px;
    text-transform: uppercase;
}
.tab-section ul.nav.nav-tabs li.nav-item a.inner-tab {
    font-size: 13px !important;
    padding-left: 20px;
}
.product-page{
padding-top: 0px !important;
}

/*Partner Section*/
#partner{
float: left;
width: 100%;
}
#partner .site-heading {
text-align: center;
}
#partner .site-heading h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    position: relative;
}
#partner .site-heading h2:before {
    background-color: #3dbcff;
    height: 5px;
    content: '';
    width: 13%;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    transform: translate(75%,-50%);
}

#partner .partner-content {
    margin-top: 30px;
}
#partner .partner-content p {
    color: #434343;
}
#partner .partner-logo {
    text-align: center;
    margin-top: 50px;
}
#partner .partner-logo ul li {
    list-style: none;
    display: inline;
    margin: 6%;
}
#partner .partner-logo ul li img {
    max-width: 200px;
}
hr.hr-line {
    margin: 50px 0px;
    border: 1px solid #bdbdbd;
}
.partner-images{
text-align: center;
}
.partner-images .part-img img {
    max-width: 250px;
}
.partner-images .row.part-row {
    margin-bottom: 40px;
}

/*Contact us section CSS*/
#main-form {
    padding: 30px;
    margin-right: 50px;
    margin-top: 30px;
   }
#main-form h3 {
    color: #212121;
    padding-bottom: 20px;
}
#main-form .form-group input:focus, #main-form .form-group textarea:focus {
    outline: none;
}
#main-form .form-group input::placeholder, #main-form .form-group textarea::placeholder{
color: #000 !important;
}
#main-form .form-group input, #main-form .form-group textarea {
    background: white;
    border: 1px solid #a8a7a7;
    border-radius: 0px;
    padding: 5px 10px;
    color: #000;
    width: 100%;
}
.form-btn a.btn.btn-primary {
    background-color: #3dbcff !important;
    border: 1px solid #3dbcff !important;
    width: 30%;
    margin: 0 auto;
    border-radius: 25px;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
#main-form .form-group textarea{
height: 100px;
}
.uppr {
    padding: 25px 0px;
}
.part img {
    width: 40%;
    margin: 0 auto;
}
.contact-detail ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.contact-detail ul li i {
    padding: 10px;
    background: #3dbcff;
    color: #fff;
}
.add {
    display: inline-block;
    width: 75%;
    margin-left: 20px;
    vertical-align: top;
}
i.fa.fa-envelope {
    font-size: 12px;
}
.add b {
    width: 100%;
    float: left;
}
.contact-detail {
    border: 2px solid #dee1e6;
    padding: 35px 50px 50px 50px;
    margin-top: 50px;
}
ul.social_icon {
    margin-top: 30px!important;
}
ul.social_icon li i {
    border-radius: 4px;
}
ul.social_icon li {
    display: inline-block;
}
#contact {
    background: #efefef;
    float: left;
    width: 100%;
}
.service {
    padding-top: 3rem;
}
.social {
    background: #FFF!important;
    padding: 20px 0px;
}
.form-section {
    margin-top: 40px;
}
#contact .site-heading {
text-align: center;
}
#contact .site-heading h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 44px;
    position: relative;
}
#contact .site-heading h2:before {
    background-color: #3dbcff;
    height: 5px;
    content: '';
    width: 13%;
    display: inline-block;
    position: absolute;
    bottom: -12px;
    transform: translate(46%,-50%);
}



/*Footer section CSS*/
footer {
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
footer .footer-inner p {
    display: inline;
    color: #242424;
    font-size: 24px;
    margin-right: 30px;
}
.footer-inner img.f1 {
    max-width: 109px;
}
.footer-inner img.f2 {
    max-width: 65px;
}
.footer-inner img.f3 {
    max-width: 65px;
}
.footer-inner img {
    margin-right: 30px;
}
p.copyright {
    background: #212121!important;
    color: #fff;
    margin-top: 20px;
    padding: 20px 0px;
}


/*About Who We Are Section CSS*/

#top-banner img{
float: left;
width: 100%;
}
#who{
float: left;
    background-color: #f7f7f7;
    width: 100%;
}
#who h2{
text-transform: uppercase;
font-size: 50px;
}
hr.inner-hr {
    border-top: 6px solid #3dbcff;
}
.tab-section ul.nav.nav-tabs li.nav-item {
    width: 100%;
    float: left;
    border: none;
}
.tab-section ul.nav.nav-tabs li.nav-item a.nav-link.active.show {
    border: none;
}
.tab-section ul.nav.nav-tabs li.nav-item a.nav-link.active {
    border: none;
    background-color: #afe0fa;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #3dbcff;
    border-radius: 0px;
    color: #000;
}
.tab-section ul.nav.nav-tabs li.nav-item a.nav-link {
    border: none;
    background-color: transparent;
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    border-bottom: 2px solid #3dbcff;
    border-radius: 0px;
    color: #000;
}
.tab-content h4 {
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 14px;
}
.tab-content .vision-content ul {
    padding-left: 20px;
}
.tab-content>.active {
    display: block;
    opacity: 1;
}
.tab-content img {
    margin-bottom: 30px;
}

/*Media Query CSS*/

@media only screen and (max-width: 992px) {
#partner .site-heading h2, #product .site-heading h2, #about .about-inner h2, #contact .site-heading h2 {
    font-size: 30px;
}
#product .site-heading h2::before {
    width: 15%;
}
#banner .banner-inner h1 {
    font-size: 50px;
}
#product .products-inn h3 {
    font-size: 20px;
}
.navbar-toggler {
    background-color: #3cbcff;
}
.navbar-toggler .navbar-toggler-icon {
    background-color: #fff;
    height: 3px;
    display: block;
    margin: 5px 0px 5px 0px;
}
}

@media only screen and (max-width: 768px) {
.partner-images .part-img img {
    max-width: 300px;
    margin-bottom: 20px;
}
#about .about-img img {
    margin-top: 20px;
}
#product .products-inn {
    margin-bottom: 20px;
}
#partner .site-heading h2, #product .site-heading h2, #about .about-inner h2, #contact .site-heading h2 {
    font-size: 22px;
}
#about .about-inner h2::before {
    width: 14%;
}
footer .footer-inner p {
    width: 100%;
    float: left;
}
.form-btn a.btn.btn-primary {
    width: 50%;
}
#main-form {
    padding: 0px;
    margin-right: 0px;
    margin-top: 6px;
}
#who h2 {
    font-size: 30px;
}
.tab-section ul.nav.nav-tabs li.nav-item a.nav-link, .tab-section ul.nav.nav-tabs li.nav-item a.nav-link.active {
    font-size: 13px;
}
.tab-content h4 {
    font-size: 22px;
}
.tab-content {
    margin-top: 30px;
}
}

@media only screen and (max-width: 575px) {
.site-heading h2::before {
content: none !important;
}
#main-form h3, .contact-detail h2 {
    font-size: 20px;
    text-align: center;
}
}


@media only screen and (max-width: 380px) {
    .contact-detail {
    padding: 20px 20px 20px 20px;
}
.footer-inner img.f1 {
    max-width: 70px;
}
.footer-inner img.f2 {
    max-width: 46px;
}
.footer-inner img.f3 {
    max-width: 46px;
}
p.copyright {
    font-size: 14px;
}
}

@media only screen and (max-width: 320px) {
.contact-detail span {
    font-size: 14px;
    line-height: 0px;
}
}