@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap');
bory{ margin:0; padding:0; font-family: 'Raleway', sans-serif;}
.row{ margin:0; padding:0;}
.topin{ background:#f2f2f2; padding:10px 0px; border-bottom:solid 1px #ddd; position:relative; z-index:9;}
.topi{}
.fomi{ background:url(../img/topbg.jpg) top center no-repeat; background-size: cover;
    height: auto;
    margin-top: 0px;
    padding-top: 0;
    color: #fff;
    padding: 50px 0px;}

.fom-left{ float:left;}
.fom-right{ float:right;}
.sumhead{ float:left; width:100%; height:auto; text-align:center; margin-bottom: 30px;}
.fortex-head{ float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    font-size: 20px; text-align:center;
    color: #fff;
    text-transform: uppercase;
    background: #f08a12;     padding: 10px 10px;
    padding: 10px;}

.sumhead h1{ font-size:48px; color:#f08a12; text-align:center;     margin: 0px 0px 30px 0px;}
.fomsy{ float:left; width:100%; height:auto;}
.fomsy .form-control{ height:40px; background:#fff; border:solid 1px #ccc; padding:10px; width:100%; margin-bottom: 10px; border-radius: 0;}
.fomsy .form-control::placeholder{ color:#000;}
.fomsy button{ float:left; width:100%; text-align:center; background:#000; color:#fff; font-size:16px; padding:10px; border:none; margin-top:10px;}
.fomsy button:hover{ background:#f08a12; color:#fff;}
.fomsy .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    text-align: left;
    height: 40px;
    border-radius: 0;
    text-transform: uppercase; margin-top:0;
}
.open>.dropdown-menu {
    display: block;
    top: 40px;
}

.talbi{ background:#fff; color:#000; font-size:14px; margin-bottom:0;margin-top:15px;}
.talbi table{ margin-bottom:0; }
.talbi table tr td{ padding:10px;}
.mselec{ height:40px !important; background:#fff; border:solid 1px #ccc; padding:10px; width:100%; border-radius:0 !important; }
.fomarea{ float:left; width:100%; background:#ffffff87; padding:20px;}

.texti{ float:left; width:100%; height:auto;}
.texti span{ float:left; width:100%; height:auto; color:#fff; font-size:36px; line-height:48px;}
.texti span small{ float:left; width:100%; height:auto; color:#f08a12; font-size:14px;}

@media(max-width:500px) and (min-width:50px){
.fom-left{ float:inherit;}
.fom-right{ float:inherit;}
.fomi { height:auto;}
.texti span{ margin-top:50px; }
.talbi table {
    margin-bottom: 50px;
}
}