@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    margin: 0; padding: 0;
}
body{
    /* font-family: 'Poppins', sans-serif; */
    font-family: "Roboto", sans-serif;

  font-style: normal;
}

a{ text-decoration: none; }

img{
    max-width: 100%;
}


.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;

    #nav-menu {
        .navbar-nav {
            margin-left: auto;

            .nav-link {
                color: black;
                font-size: 18px;
                font-weight: 500;

            }
        }
    }
}


main{ background: linear-gradient(to left, #EAEAF6, #DBCCF1);}

.tp-heading{
    max-width: 725px; width: 100%; text-align: center; margin-left: auto; margin-right: auto;
}



#pg-title-sec{
    text-align: center; padding: 60px 15px; background: #000000;
    background-attachment: fixed;
    background-size: cover;

    h2{
        font-size: 50px; font-weight: 600; margin-bottom: 20px; color: #fff;
    }

    a{
        color: #ffffff; 
    }

    .cs-arrow{
        border-right: 2px solid #ffffff;
        border-top: 2px solid #ffffff;
     }
}




footer{
    padding-top: 40px; padding-bottom: 40px; background: #F1ECF9;

    .logo-clm{

        .cnt-1{
            .sm-icn{
                .fa{
                    font-size: 20px; margin-right: 10px; color: #000000;
                }
            }
        }

    }


    .link-clm{
        .ft-link{
            ul{
                list-style: none; padding: 0;
                li{
                    a{ color: #000000; text-decoration: none; margin-bottom: 10px; font-size: 14px; display: block;}
                }
            }
        }
    }
}








#proposalModal{
    
    .popup-left{        
        padding:0px 15px;
        height:100%;
    }

    .popup-left h3{
        color:#136db1;
        font-weight:700;
    }

    .popup-left p{
        font-size:15px;
    }

    .brand-box img{
        width:100%;
        max-height:45px;
        object-fit:contain;
    }

    .modal-content{
         background:#d4eaf7;
        padding: 40px 15px;
        border-radius:15px;
        overflow:hidden;
    }

    .btn-orange{
        background:#246beb;
        color:#fff;
        padding:12px 25px;
        font-weight:600;
    }

    .btn-orange:hover{
        background:#246beb;
        color:#fff;
    }


    .popup-right{
        background: #ffffff; padding: 15px 15px;
        border-radius: 16px;
    }

    .btn-close{ position: absolute; top: 10px; right: 15px;}
}



.captcha-label{
    outline: none;
    padding: 5px 5px;
    font-size: 20px;
    text-align: center;
    letter-spacing: 22px;
    font-weight: 600;
    font-family: cursive;
    font-style: italic;
}












@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;
        }
    }

}