img{
    max-width: 100%;
}


.hgt-100{ height: 100px;}

.pd-tb-40{ padding-top: 40px; padding-bottom: 40px;}


.cs-arrow{
    display: inline-block;
    height: 12px;
    width: 12px;
    border-right: 2px solid #000000;
    border-top: 2px solid #000000;
}

.bt-arrow{
    transform: rotate(135deg); margin-right: 6px;
}

.rg-arrow{
    transform: rotate(45deg); margin-right: 6px;
}

.theme1-btn{
    border-radius: 50px;
    padding: 14px 40px;
    border: none;
    background: #246beb;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;

    svg{ background: #ffffff; border-radius: 50px; transition: 0.4s; transform: rotateZ(-45deg);}
}

.theme1-btn:hover{
     svg{ transform: rotateZ(0deg);}
}


.learn-btn{
    border-radius: 50px;
    padding: 7px 20px;
    border: 1px solid #000000;
    background: none;
    color: #000000;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;

    svg{ background: #000000; border-radius: 50px; transition: 0.4s; transform: rotateZ(-45deg);}
}

.learn-btn:hover{
    color: #000000;
     svg{ transform: rotateZ(0deg);}
}


header {
    background: #ffffff;
    box-shadow: 0 1px 5px 0px #81818144;

    #nav-menu {
        .navbar-nav {
            margin-left: auto;

            .nav-link {
                color: black;
                font-size: 18px;
                font-weight: 500;

            }
        }
    }
}



    footer {
            background-color: #000b1f;
            color: #a3b1cc;
            font-size: 0.9rem;
        
         h5 {
            color: white;
            margin-bottom: 20px;
            font-size: 1.1rem;
        }
         a {
            color: #a3b1cc;
            text-decoration: none;
            transition: color 0.2s;
        }
         a:hover {
            color: white;
        } 
    }

@media (min-width: 992px) {
    header {
        #nav-menu {
            .navbar-nav {

                .nav-link {
                    padding-left: 15px;
                    padding-right: 15px;
                }
            }
        }
    }

}



@media (min-width: 768px) {
    header {
        #mb-menu-dv{ display: none;}
    }

    .tp-heading{
        
        h3{
            font-size: 36px; font-weight: 600; margin-bottom: 20px;
        }

        p{
            margin-bottom: 30px;
        }
    }

}


@media (max-width: 768px) {

    body{ width: 100%; overflow-x: hidden;}

    section{
        max-width: 100%; overflow-x: hidden;
    }

    header{

        #mb-menu-dv{
            position: fixed;
            right: -100%;
            top: 0;
            width: 300px;
            max-width: 100%;
            height: 100%;
            z-index: 999999;
            background: #ffffff;
            transition: 0.4s;


            .mn-overlay{
                    position: fixed;
                    right: -100%;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    z-index: 1;
                    background: #000000bb;
            }

            .m-menu{
                position: relative; z-index: 5; background: #ffffff; height: 100%;

                ul{
                    list-style: none; padding-left: 0   ;
                    
                    li{
                        .mn-link{ color: #000000; display: block; padding: 10px 15px; border-bottom: 1px solid #00000011;}

                        span.mn-link{ 
                            .cs-arrow{ float: right; transition: 0.4s;}
                        }
                        
                        ul{ 
                            height: 0; overflow: hidden; transition: 0.4s; max-height: max-content;

                            a{ color: #000000; display: block; padding: 10px 30px; border-bottom: 1px solid #00000011;}
                        }
                    }

                    .ssm{
                        .cs-arrow{ transform: rotate(-45deg);}

                        ul{ height: 270px;}
                    }

                }
            }

            .mm-logo{ padding: 15px 15px; border-bottom: 1px solid #00000011;
                img{ width: 150px;}
            }

            .m-touch{
                padding: 15px 15px;

                .fa{ font-size: 30px; margin-top: 1px;}
            }

            .close-btn{ position: absolute; top: 15px; right: 15px; border: none; background: transparent;}


        }

        #mb-menu-dv.show-mn{
            right: 0;

            .mn-overlay{ right: 0;}
         }

         #hd-cbtn{ display: none;}


         .hsm-icn{ 
            .fa{ margin-left: 15px;  font-size: 20px;}
        }
    }

    #pg-title-sec {
        padding: 20px 15px;

        h2 {
            font-size: 28px;
        }
    }

    .mb-mb-15{
        margin-bottom: 15px;
    }


    .tp-heading{
       

        h3{
            font-size: 24px; 
        }

        p{
            margin-bottom: 30px; font-size: 14px;
        }
    }


    footer{
        .col-md-3{
            margin-bottom: 30px;
        }
    }

}

