body{
    margin: 0;
    font-size: 16px;
    line-height: 20px;
  font-family: "Montserrat", sans-serif;
}
ul{
    margin: 0;
    padding: 0;
} 
li{
    list-style: none;
}
a{
    text-decoration: none;
    transition: all .5s ease;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
}
.container-fluid{
    padding: 0px 40px;
}

.cont-cent-cent{
    display: flex;
    justify-content: center;
    align-items: center;
}
.cont-cent-rgt{
    display: flex;
    justify-content: right;
    align-items: center;
}
.cont-midd{
    display: flex;
    align-items: center;
}





/*.... default css end ....*/


.flx-maincon{
    display: flex;
    gap: 8px;
}
.toprgt-wt{
    display: flex;
    gap: 20px;
    justify-content: right;
}
.right-fullhead{
    padding: 10px 0;
}
.lft-imgauto img{
    width: 150px;
}

.menu-bs li{
    float: left;
    color: #fff;
}
.menu-bs li a{
    color: #fff;
    padding: 17px 25px;
    font-size: 16px;
}
.login-btn {
    background-color: #a10f18;
    padding: 17px 80px;
    color: #fff;
    margin-right: -40px;
    margin-left: 4px;
}
.botttom-mainhead{
    background-color: #204786;
    border-top-left-radius: 20px 20px;
}
.login-btn a{
    color: #fff;
}
.singflx h5{
    font-size:15px ;
    line-height: 26px;
    color: #6f7775;
    font-weight: 400;
}
.menu-bs li a:hover{
    background-color: #a10f18;
}
.banner-lftmain{
    width: 100%;
}
.singflx p a{
    color: #000; 
}
.menu-bs li  .active{
  background-color: #a10f18;
}



/*===== dropdown Login =====*/

 .dropdown {
      position: relative;
      display: inline-block;
    }

    .dropdown-toggle {
      color: #007bff;
      cursor: pointer;
      text-decoration: none;
    }

    .dropdown-menu {
      display: none;
      position: absolute;
      background-color: #ffffff;
      box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
      border-radius: 4px;
      padding: 10px 0;
      z-index: 1;
      min-width: 160px;
      left: 35px;
      top: 40px;
    }

    .dropdown-menu a {
      color: #000;
      padding: 10px 20px;
      text-decoration: none;
      display: block;
      white-space: nowrap;
    }

    .dropdown-menu a:hover {
      background-color: #f1f1f1;
    }

    .dropdown:hover .dropdown-menu {
      display: block;
    }

    .dropdown-toggle:focus {
      outline: none;
    }


    .banner-main-atishay{
        background-image: url(../Images/banner-ybd.jpg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        padding: 50px 0;
        height: auto;
    }
    .banner-rhtimg img{
        width: 100%;
    }
    .banner-lftmain h3{
        font-size: 50px;
        color:#fff;
        line-height: 60px;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        margin-bottom:5px;
    }
    .banner-lftmain h6{
        font-size: 32px;
        color:#fff;
        line-height: 40px;
        font-family: "Quicksand", sans-serif;
        font-weight: 400;
        margin-bottom:40px;
    }
    .about-us-btn a{
        background-color: #a10f18;
        border: 2px solid #a10f18;
        padding: 10px 30px;
        color: #fff;
    }
    .btn-hvrlgt a:hover{
        background-color: transparent;
        border: 2px solid #fff;
        color: #fff;
    }
    .hvr-red a:hover{
        background-color: transparent;
        border: 2px solid #a10f18;
        color: #a10f18;
    }

    .topheader-text h5{
        font-size: 19px;
        color: #a10f18;
        line-height: 30px;
        text-align: center;
        text-transform: uppercase;
         font-family: "Quicksand", sans-serif;
         font-weight: 700;
    }
    .topheader-text h3{
        font-size: 28px;
        color: #000;
        line-height: 38px;
        text-align: center;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
    }
    .topheader-text{
        margin-bottom: 15px;
    }
    .about-main{
        padding: 50px 0;
    }
    .para-abtxt p{
        font-size: 16px;
        color: #6f7775;
        line-height: 26px;
        font-family: "Quicksand", sans-serif;
        margin-bottom: 6px;
    }
    .para-abtxt{
        margin-bottom: 45px;
    }


    /*===== All Tab Css Start =====*/


    .tab-allbtn .tabs {
      display: flex;
      justify-content: center;
      margin: 20px 150px;
    }

    .tab-allbtn .tab {
      flex: 1;
      padding:15px 30px;
      text-align: center;
      color: white;
      cursor: pointer;
      transition: 0.3s ease;
      margin: 10px;
    }


    .tab-allbtn .tab.vision,
    .tab-allbtn .tab.philosophy,
    .tab-allbtn .tab.mission  {
      background-color: #1d3e76;
    }

    .tab-allbtn .tab.active {
      background-color: #a10f18;
    }

    .tab-allbtn .tab i {
      font-size: 24px;
      display: block;
      margin-bottom: 10px;
    }

    .tab-allbtn .tab-content {
      background: #fff;
      padding: 30px;
      /* max-width: 1000px; */
      margin: auto;
      box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
      color: #333;
      font-size: 16px;
      line-height: 1.6;
    }

    .tab-allbtn .highlight {
      color: #1d3e76;
    }
    .misson-btn-all{
        text-align: left;
    }

    .txt-mis{
        font-size: 20px;
        margin-left: 15px;
    }

    /*===== All Tab Css End =====*/



    /* =====service css =====*/

     .serv-main-sec{
			background-image: url(../Images/banner-atishay.jpg);
			background-repeat: no-repeat;
			background-size: cover;
			padding-top: 170px ;
			padding-bottom: 70px ;
		}

        .white-heading-txt h2{
			color: #fff;
			text-align: center;
			font-size: 35px;
            margin-bottom: 25px;
            font-family: "PT Serif", serif;
		}
		.box-main-serv{
			background: #fff;
			padding: 30px 15px;
			border-radius: 8px;
			border: 3px solid #ddd;
			box-shadow: rgba(0, 0, 0, 0.22) 0px 40px 20px -20px; 
            margin-bottom: 50px;
		}
		.mt30{ margin-top:30px }
		.mt100{
			margin-top:100px;
		}
		.bg-white{

			background:#fff
		}
		.bg-orange{
			background: #ea5603;
		}
        .heading-num{
			float:right ;
		}
		.right-arw-btn i{
			background-color: #ea5603;
		}
		.right-arw-btn{
			float: right;
		}
		.heading-num h2{
			font-size: 80px;
			font-weight: bold;
			font-family: "PT Serif", serif;
			-webkit-text-stroke: 2px #b5b0b069;
			color: transparent;
		}
		.box-text-slide h4{
			font-size: 20px;
			font-family: "Montserrat", sans-serif;
			margin-bottom: 8px;
            font-weight: 600;
		}
		.box-text-slide p{
			font-size: 16px;
			font-family: "Quicksand", sans-serif;
			line-height: 26px;
		}
		.right-arw-btn i{
			background-color: #a10f18;
                        border: 2px solid #a10f18;
			width: 60px;
            height: 60px;
			color: #fff;
			font-size: 30px;
			border-radius: 50%;
			padding: 15px;
		}
                .right-arw-btn i:hover{
                    color: #a10f18;
                    background-color: transparent;
                    border: 2px solid #a10f18;
                }
		.box-text-slide{
			margin: 20px 0;
		}
		.owl-stage{
			margin-bottom:30px ;
		}

        .mar-bottomas{
            margin-bottom: 60px;
        }
        /* =====service css =====*/



         .ce-foundmain{
            padding-bottom: 50px;
         }
        .rgtimg-copro img{
            width: 100%;
            margin-top: -90px;
        }
        .con-mainsecpro{
            background-color: #204786;
            border-radius: 15px;
        }
        .lft-copro-txt{
            margin-left: 50px;
        }
        .lft-copro-txt h3{
            font-size: 32px;
            line-height: 42px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 600;
        }
        .lft-copro-txt h5{
            font-size: 28px;
            line-height: 38px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            font-weight: 300;
        }
        .three-box-off{
            background-image: url(../Images/banner-atishay-2.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 80px 0;
        }
        .officer-details{
            padding: 20px 0;
        }
        .lft-box-mn{
            background-color: #fff;
            padding: 20px 40px;
            border: 2px solid #b5b0b0;
            border-radius: 8px;
        }
        .lft-box-mn h3{
            font-size: 25px;
            line-height: 35px;
            font-family: "Quicksand", sans-serif;
            font-weight: 600;
        }
        .lft-box-mn h4{
            font-size: 18px;
            line-height: 28px;
            color: #a10f18;
            font-family: "Quicksand", sans-serif;
            font-weight: 400;
            margin-bottom: 6px;
        }
        .lft-box-mn p{
            font-size: 18px;
            line-height: 28px;
            font-family: "Quicksand", sans-serif;
            margin-bottom: 5px;
        }
        .lft-box-mn p i{
            color: #a10f18;
        }
        .thedtable{
            width: 25%;
        }
        .table-bd th,
        .table-bd td{
            border: 1px solid #000;
            padding: 10px 20px;
            border-left: 3px solid #e5e5e5;
            border-right: 3px solid #e5e5e5;
            text-align: center;
        }
        .table-bd th{
            background-color: #a10f18;
            color: #fff;
            font-size: 16px;
            font-weight: 500;
        }
        .bank-detailmain{
            padding: 20px 0;
        }

        .textpara-mn{
            background-color: #204786;
            border-radius: 15px;
            padding: 20px;
            margin-bottom: 40px;
        }
        .main-table-bd{
            margin-bottom: 40px;
        }
        .textpara-mn p{
            font-size: 16px;
            line-height: 26px;
            color: #fff;
        }


        footer{
            background-image: url(../Images/footerbg.jpg);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            padding: 50px 0;
        }
        .footer-left h5,
        .footer-left h3{
            text-align: left !important;
        }
        .all-qlmenu h4{
            font-size: 28px;
            color: #fff;
            font-family: "Poppins", sans-serif;
            line-height: 38px;
            margin-bottom: 20px;
        }
        .use-ql-main li a{
            font-size: 16px;
            color: #fff;
            line-height: 40px;
            font-family: "Quicksand", sans-serif;
        }

        .box-bg-form textarea, .box-bg-form input[type="text"], .box-bg-form input[type="email"], .box-bg-form input[type="tel"] {
  width: 100%;
  padding: 12px 21px 12px;
  border-radius: 20px;
  font-weight: 400;
  background-color: #ffdfdf;
  text-transform: inherit;
  border: navajowhite;
  font-size: 16px;
  margin: 8px 0px;
}

.box-bg-form{
    background-color: #ffffff;
    padding: 25px;
    border-radius: 10px;
}
.download-btn-2 a{
    background-color: #a10f18;
    border: 2px solid #a10f18;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    display: block;
}
.download-btn-2 a:hover{
    background-color: transparent;
    border: 2px solid #a10f18;
    color: #a10f18;
}
.download-btn-2 a{
    color: #fff;
}
.con-cion {
    background-color: #fff;
    padding: 10px;
    border-radius: 50px;
    width: 40px;
    height: 40px;
}
.contact-informflx{
    display: flex;
    gap: 10px;
}
.flxinfo-box h5{
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.flxinfo-box p{
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    font-family: "Poppins", sans-serif;
}
.contact-informflx{
    margin-bottom: 20px;
}
.circle-imggg{
     background-image: url(../Images/circle-png-red.png);
            background-position: 85%;
            background-repeat: no-repeat;
            background-size: contain;
            padding: 50px 0;
}
.lft-main-paratxt{
    padding-top:20px ;
}
.lft-main-paratxt p{
    color: #fff;
    font-size: 16px;
    line-height: 26px;
}


.site-footer {
  background-color: #000;
  color: #fff;
  padding: 20px;
  text-align: center;
}

.site-footer a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.site-footer a:hover {
  text-decoration: underline;
}

.useful-links,
.policy-links {
  margin-bottom: 15px;
}
.site-footer a:hover{
   text-decoration: none;
}
.usercontact li{
    list-style: none;
    font-size: 16px ;
    line-height: 28px;
    color: #000;
}
.usercontact li i{
    color: #a10f18;
}
.usercontact li a{
    color: #a10f18;
}
.usercontact{
    margin-left: 20px;
}
/*===== Mobile Responsive Start =====*/

@media (min-width: 0px) and (max-width: 991px){
header{
    display: none;
}
.container-fluid {
  padding: 0px 20px;
}
.navbar-toggler{
    background-image: url(../Images/burger-bar.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}
.dropdown-toggle {
  color: #000;
}
.nav-link{
    color: #000;
}
}
@media (min-width: 991px) and (max-width: 2000px){
.mobile-header{
    display: none;
}
}



@media (min-width: 0px) and (max-width: 362px){
header{
    display: none;
}
.banner-lftmain{
    margin-bottom: 50px;
    text-align: center;
}
.banner-lftmain h3 {
  font-size: 38px;
  line-height: 48px;
}
.banner-lftmain h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.tab-allbtn .tabs {
  display: block;
  margin: 20px 0px;
}
.serv-main-sec {
  padding-top: 50px;
  padding-bottom: 40px;
}
.mar-bottomas {
  margin-bottom: 30px;
}
.box-main-serv{
    margin-bottom: 30px;
}
.lft-copro-txt {
  margin-left: 0px;
  padding: 30px;
  padding-bottom: 15px;
}
.lft-copro-txt h3 {
  font-size: 25px;
  line-height: 35px;
}
.lft-copro-txt h5 {
  font-size: 18px;
  line-height: 28px;
}
.rgtimg-copro img {
  margin-top: 0px;
  border-radius: 15px;
}
.lft-box-mn {
  padding: 20px ;
  margin-bottom: 15px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn h4 {
  font-size: 16px;
  line-height: 26px;
}
.circle-imggg {
  background-image: none;
  padding-bottom: 0px;
}
footer{
  padding-top: 0px;
  padding-bottom: 50px;
}
.use-ql-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.all-qlmenu, .mdi-leftform{
    margin-bottom: 30px;
}
.flxinfo-box p {
  font-size: 14px;
  line-height: 24px;
}
.site-footer{
    padding: 20px 0;
}
.site-footer a{
    font-size: 14px;
    line-height: 24px;
}
.copyright{
    font-size: 14px;
    line-height: 24px;
}
}


@media (min-width: 362px) and (max-width: 424px){
header{
    display: none;
}
.banner-lftmain{
    margin-bottom: 50px;
    text-align: center;
}
.banner-lftmain h3 {
  font-size: 38px;
  line-height: 48px;
}
.banner-lftmain h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.tab-allbtn .tabs {
  display: block;
  margin: 20px 0px;
}
.serv-main-sec {
  padding-top: 50px;
  padding-bottom: 40px;
}
.mar-bottomas {
  margin-bottom: 30px;
}
.box-main-serv{
    margin-bottom: 30px;
}
.lft-copro-txt {
  margin-left: 0px;
  padding: 30px;
  padding-bottom: 15px;
}
.lft-copro-txt h3 {
  font-size: 25px;
  line-height: 35px;
}
.lft-copro-txt h5 {
  font-size: 18px;
  line-height: 28px;
}
.rgtimg-copro img {
  margin-top: 0px;
  border-radius: 15px;
}
.lft-box-mn {
  padding: 20px ;
  margin-bottom: 15px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn h4 {
  font-size: 16px;
  line-height: 26px;
}
.circle-imggg {
  background-image: none;
  padding-bottom: 0px;
}
footer{
  padding-top: 0px;
  padding-bottom: 50px;
}
.use-ql-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.all-qlmenu, .mdi-leftform{
    margin-bottom: 30px;
}
.flxinfo-box p {
  font-size: 14px;
  line-height: 24px;
}
.site-footer{
    padding: 20px 0;
}
.site-footer a{
    font-size: 14px;
    line-height: 24px;
}
.copyright{
    font-size: 14px;
    line-height: 24px;
}
}



@media (min-width: 424px) and (max-width: 575px){
header{
    display: none;
}
.banner-lftmain{
    margin-bottom: 50px;
    text-align: center;
}
.banner-lftmain h3 {
  font-size: 38px;
  line-height: 48px;
}
.banner-lftmain h6 {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}
.tab-allbtn .tabs {
  display: block;
  margin: 20px 0px;
}
.serv-main-sec {
  padding-top: 50px;
  padding-bottom: 40px;
}
.mar-bottomas {
  margin-bottom: 30px;
}
.box-main-serv{
    margin-bottom: 30px;
}
.lft-copro-txt {
  margin-left: 0px;
  padding: 30px;
  padding-bottom: 15px;
}
.lft-copro-txt h3 {
  font-size: 25px;
  line-height: 35px;
}
.lft-copro-txt h5 {
  font-size: 18px;
  line-height: 28px;
}
.rgtimg-copro img {
  margin-top: 0px;
  border-radius: 15px;
}
.lft-box-mn {
  padding: 20px ;
  margin-bottom: 15px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn h4 {
  font-size: 16px;
  line-height: 26px;
}
.circle-imggg {
  background-image: none;
  padding-bottom: 0px;
}
footer{
  padding-top: 0px;
  padding-bottom: 50px;
}
.use-ql-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.all-qlmenu, .mdi-leftform{
    margin-bottom: 30px;
}
.flxinfo-box p {
  font-size: 14px;
  line-height: 24px;
}
.site-footer{
    padding: 20px 0;
}
.site-footer a{
    font-size: 14px;
    line-height: 24px;
}
.copyright{
    font-size: 14px;
    line-height: 24px;
}
}


@media (min-width: 575px) and (max-width: 767px){
header{
    display: none;
}
.banner-lftmain{
    margin-bottom: 50px;
    text-align: center;
}
.tab-allbtn .tabs {
  display: block;
  margin: 20px 0px;
}
.serv-main-sec {
  padding-top: 50px;
  padding-bottom: 40px;
}
.mar-bottomas {
  margin-bottom: 30px;
}
.box-main-serv{
    margin-bottom: 30px;
}
.lft-copro-txt {
  margin-left: 0px;
  padding: 30px;
  padding-bottom: 15px;
}
.lft-copro-txt h3 {
  font-size: 25px;
  line-height: 35px;
}
.lft-copro-txt h5 {
  font-size: 18px;
  line-height: 28px;
}
.rgtimg-copro img {
  margin-top: 0px;
  border-radius: 15px;
}
.lft-box-mn {
  padding: 20px ;
  margin-bottom: 15px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn h4 {
  font-size: 16px;
  line-height: 26px;
}
.circle-imggg {
  background-image: none;
  padding-bottom: 0px;
}
footer{
  padding-top: 0px;
  padding-bottom: 50px;
}
.use-ql-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.all-qlmenu, .mdi-leftform{
    margin-bottom: 30px;
}
.flxinfo-box p {
  font-size: 14px;
  line-height: 24px;
}
.site-footer{
    padding: 20px 0;
}
.site-footer a{
    font-size: 14px;
    line-height: 24px;
}
.copyright{
    font-size: 14px;
    line-height: 24px;
}
}


@media (min-width: 767px) and (max-width: 991px){
header{
    display: none;
}
.banner-lftmain{
    margin-bottom: 50px;
    text-align: center;
}
.tab-allbtn .tabs {
  display: block;
  margin: 20px 0px;
}
.serv-main-sec {
  padding-top: 100px;
  padding-bottom: 40px;
}
.mar-bottomas {
  margin-bottom: 30px;
}
.box-main-serv{
    margin-bottom: 30px;
}
.lft-copro-txt {
  margin-left: 0px;
  padding: 30px;
  padding-bottom: 15px;
}
.lft-copro-txt h3 {
  font-size: 25px;
  line-height: 35px;
}
.lft-copro-txt h5 {
  font-size: 18px;
  line-height: 28px;
}
.rgtimg-copro img {
  margin-top: 0px;
  border-radius: 15px;
}
.lft-box-mn {
  padding: 20px ;
  margin-bottom: 15px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn h4 {
  font-size: 16px;
  line-height: 26px;
}
.circle-imggg {
  background-image: none;
  padding-bottom: 0px;
}
footer{
  padding-top: 0px;
  padding-bottom: 50px;
}
.use-ql-main li a {
  font-size: 16px;
  color: #fff;
  line-height: 30px;
}
.all-qlmenu, .mdi-leftform{
    margin-bottom: 30px;
}
.flxinfo-box p {
  font-size: 14px;
  line-height: 24px;
}
.site-footer{
    padding: 20px 0;
}
.site-footer a{
    font-size: 14px;
    line-height: 24px;
}
.copyright{
    font-size: 14px;
    line-height: 24px;
}
}
@media (min-width: 991px) and (max-width: 1200px){
    .menu-bs li a {
  padding: 17px 12px;
  font-size: 14px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn {
  background-color: #fff;
  padding: 20px 25px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
    .menu-bs li a {
  padding: 17px 12px;
  font-size: 14px;
}
.lft-box-mn p {
  font-size: 14px;
  line-height: 24px;
}
.lft-box-mn {
  background-color: #fff;
  padding: 20px 25px;
}
.lft-box-mn h3 {
  font-size: 20px;
  line-height: 30px;
}
}

/*===== Mobile Responsive End =====*/



/*========================================= About Us & services Css Start ====================================*/


.common-banner{
  background-image: url(../Images/banner-cb.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 30px 0;
}
.middtext-section h3{
  color: #fff;
  font-size: 30px;
  line-height: 40px;
   font-family: "Quicksand", sans-serif;
   margin-bottom: 5px;
}
.middtext-section h6{
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  background-color: #a10f18;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 4px;
}
.middtext-section h6 a{
  color: #fff;
}
.leffrh-img img{
  width: 100%;
}
.ab-mainsec{
  padding: 50px 0;
}
.paraabout-ma p{
  font-size: 16px;
  color: #6f7775;
  line-height: 26px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 6px;
}
.misvis img{
  width: 120px;
}
.lft-allvis{
  text-align: center;
}
.about-miviph{
  padding: 50px 0;
}
.lft-allvis{
  background-color: #204786;
  padding: 30px;
  border-radius: 15px;
}
.misvis img{
  background-color: #fff;
  border: 3px solid #204786;
  padding: 20px;
  border-radius: 50%;
  margin-top: -80px;
}
.mis-maintxt h3{
  color: #fff;
  padding: 20px 0;
  font-size: 28px;
}
.text-white p{
  color: #fff;
}

.main-proser-lft{
  padding: 50px 0;
}
.servi-img{
  width: 100%;
}
.left-img-rh{
  position: relative;
}
.po-relative img{
  position: absolute;
  bottom: 20px;
  right: 30px;
  background-color: #fff;
  padding: 13px;
  border-radius: 6px;
}
.right-txtser h3{
  font-size: 22px;
  color: #000;
  line-height: 38px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.main-box-full{
  margin-bottom: 30px;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 15px;
}
.trad-app p{
  font-size: 16px;
  color: #6f7775;
  line-height: 26px;
  font-family: "Quicksand", sans-serif;
  margin-bottom: 6px;
}
.trad-app{
  padding: 30px 0;
}




/*========================================= Downloads Css Start ====================================*/

.main-pdf-box{
  background-color: #fff;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}
.pdf-main-headin h3{
  font-size: 24px;
  color: #000;
  line-height: 34px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  margin-bottom: 45px;
}
.downloads-fullbdy{
  padding: 50px 0;
}
.main-pdf-box{
  padding: 20px 20px;
  border-radius: 8px;
  margin-bottom: 40px;
}
.pdftxt{
  font-size: 16px;
  color: #a10f18;
  line-height: 28px;
}
.txt-btn-open a{
  color: #000;
  font-size: 14px;
}


/*========================================= Contact Css Start ====================================*/



.box-bg-form2 textarea, .box-bg-form2 input[type="text"], .box-bg-form2 input[type="email"], .box-bg-form2 input[type="tel"] {
  width: 100%;
  padding: 12px 21px 12px;
  border-radius: 3px;
  font-weight: 400;
  background-color: #f2f2f2;
  text-transform: inherit;
  border: #f2f2f2;
  font-size: 16px;
  margin: 8px 0px;
}

.box-bg-form2 {
  background-color: #ffffff;
  padding: 45px 25px;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
  border: 3px solid #f2f2f2;
}
.main-conbody{
  padding: 50px 0px;
}
.top-box-contact{
  background-color: #204786;
  padding: 25px 20px;
  margin-bottom: 20px;
  border-radius: 8px;
}
.imageicon-con {
  background-color: #fff;
  padding: 15px;
  width: 60px;
  height: 60px;
  border-radius: 50px;
}
.top-box-contact{
  display: flex;
  gap: 20px;
}
.contacttetx h4{
  font-size: 22px;
  color: #fff;
  line-height: 32px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}
.contacttetx p{
  font-size: 16px;
  color: #fff;
  line-height: 26px;
}
.full-map-locatio{
  padding-bottom: 50px ;
  padding-top: 20px;
}




.table-contactt .table-wrapper {
      overflow-x: auto;
      margin: 0 auto;
      max-width: 100%;
    }
   .table-contactt table {
      width: 100%;
      border-collapse: collapse;
      background-color: #ffffff;
      min-width: 800px;
    }
   .table-contactt th, .table-contactt td {
      padding: 10px 15px;
      border: 1px solid #dee2e6;
      text-align: left;
      font-size: 14px;
    }
    .table-contactt th {
      background-color: #a10f18;
  font-weight: 500;
  color: #f2f2f2;
  border: 2px solid #f2f2f2;
  font-size: 14px;
    }
    .table-contactt .center {
      text-align: center;
    }
    .table-contactt .header-title {
      text-align: center;
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: 500;
    }
    @media (max-width: 768px) {
      .table-contactt table {
        min-width: 600px;
      }
    }
    @media (max-width: 576px) {
      .table-contactt table {
        min-width: 480px;
      }
      .table-contactt th, .table-contactt td {
        padding: 8px;
        font-size: 0.9rem;
      }
    }


    .minsec-loc{
      padding-top: 20px;
      padding-bottom: 50px;
    }
    
    .btm-main-contact{
      padding: 50px 0;
      text-align: left;
    }
    .row-mainfst{
        padding: 30px ;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 10px;
  border: 2px solid #e4e4e4;
    }

    .row-mainfst p{
      color: #000;
      font-size: 16px ;
      line-height: 30px;
    }
    .row-mainfst p a{
      color: #a10f18;
      font-size: 16px ;
      line-height: 30px;
    }
    .row-mainfst{
      margin-bottom: 20px;
    }
    .fontbold-text p{
      font-size: 16px;
      font-weight: 500;
    }

    .main-disclaimermain{
      padding: 50px 0;
    }
    .heading-fbl-text{
      font-size: 26px;
      line-height: 36px;
      text-decoration: underline;
      margin: 30px 0;
      text-align: center;
    }
    .para-headtxts-sing-p{
      font-size: 16px;
      line-height: 26px;
      color:#333;
      margin-bottom: 30px;
    }
    .para-headtxts-sing-p2{
      font-size: 16px;
      line-height: 26px;
      color:#333;
      margin-bottom: 10px;
    }
    .border-middle{
      width: 100%;
      background-color: #000;
      height: 2px;
      margin: 30px 0;
    }
    .heading-fbl-text2{
      font-size: 25px;
      line-height: 35px;
      margin: 20px 0;
    }
    .listpp li{
        list-style: disc;
        font-size: 16px ;
        line-height: 26px;
    }
    .listpp{
        margin: 10px 0;
        margin-left: 30px;
    }


   


    /*========================================= All Page Media Quary Start ====================================*/


@media (min-width: 0px) and (max-width: 991px){
      .lft-allvis {
  margin-bottom: 80px;
}
.servi-img {
  margin-bottom: 15px;
}
.main-pdf-box {
  padding: 20px 10px;
  text-align: center;
}
.imageicon-con {
  background-color: #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
}
.top-box-contact {
  gap: 10px;
}
.contacttetx h4 {
  font-size: 18px;
  line-height: 28px;
}
.contacttetx p {
  font-size: 13px;
  line-height: 23px;
}
.pdficon{
  width: 100px;
}
.pdftxt{
  margin: 15px 0;
}
.lftsd-bar{
    margin-bottom: 50px;
}
    }
    
    
    
    
    
 
    /*========================================= Calculation Css Start ====================================*/
    
    
    
    .lftsd-bar .slider-block {
      margin-bottom: 30px;
    }

    .lftsd-bar .label {
      font-size: 14px;
      color: #fff;
      margin-bottom: 15px;
    }

    .lftsd-bar .value {
      font-size: 22px;
      color: #fff;
      margin-bottom: 8px;
    }

    .lftsd-bar input[type=range] {
      -webkit-appearance: none;
      width: 100%;
      height: 5px;
      background: #fff;
      outline: none;
      border-radius: 3px;
    }

    .lftsd-bar input[type=range]::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 20px;
      height: 20px;
      border: 5px solid white;
      background: red;
      border-radius: 50%;
      cursor: pointer;
      box-shadow: 0 0 0 2px red;
    }

    .lftsd-bar input[type=range]::-moz-range-thumb {
      width: 13px;
  height: 13px;
  border: 4px solid white;
  background: red;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 0 0 2px red;
    }
    
    .slidebody-main{
        padding: 50px 0;
    }
    .lftsd-bar{
        background-color: #204786;
  padding: 30px;
  border-radius: 10px;
    }
    
    
    .rgttbl-main table {
      width: 100%;
      border-collapse: collapse;
      text-align: center;
    }
    .rgttbl-main th,.rgttbl-main  td {
      border: 2px solid #efefef;
  padding: 10px;
  font-size: 14px;
    }
    .rgttbl-main th {
      background-color: #a10f18;
      color: white;
    }
    .rgttbl-main .scenario-gain {
      background-color: #a10f18;
    }
    .rgttbl-main .scenario-loss {
      background-color: #a10f18;
    }
    .rgttbl-main .scenario-nochange {
      background-color: #a10f18;
    }
    .rgttbl-main tr:nth-child(even) td {
      
    }
    .rgttbl-main td:first-child {
      text-align: left;
      font-weight: 500;
    }
    .btxt{
        font-size: 22px;
        line-height: 32px;
        font-weight: 400;
    }
    .re-main{
        background-color: #204786;
        color: #fff;
    }
   .rgttbl-main .table-wrapper {
  overflow-x: auto;
  margin: 0 auto;
  max-width: 100%;
}
.brd-mtmb{
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
}
.brd-top{
    border-top: 3px solid #000;
}
.btn-deep{
    background-color: #a10f18;
    border: 2px solid #a10f18;
    padding: 10px 30px;
    color: #fff;
}
.btn-bdr{
    background-color: transparent;
    border: 2px solid #a10f18;
    color: #a10f18;
    padding: 10px 30px;
}

.btn-deep:hover{
    background-color: transparent;
    border: 2px solid #a10f18;
    color: #a10f18;
    padding: 10px 30px;
}
.btn-bdr:hover{
     background-color: #a10f18;
    border: 2px solid #a10f18;
    padding: 10px 30px;
    color: #fff;
}














 .main-popup-home .popup {
      position: fixed;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%;
      max-width: 600px;
      background: #fff;
      border: 2px solid #a10f18;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
      z-index: 9999;
      padding: 20px;
      overflow-y: auto;
      max-height: 90vh;
    }

    .main-popup-home .popup .close-btn {
      position: absolute;
      top: 0;
      right: 0;
      background: #a10f18;
      color: white;
      font-size: 20px;
      font-weight: bold;
      border: none;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      cursor: pointer;
    }

    .main-popup-home .popup h3 {
      color: red;
      font-size: 18px;
    }

    .main-popup-home .popup p {
      margin: 10px 0;
      font-size: 15px;
    }

    .main-popup-home .popup .footer {
      color: red;
      font-weight: bold;
      margin-top: 15px;
    }

    @media (max-width: 600px) {
      .main-popup-home .popup {
        padding: 15px;
      }
     .main-popup-home .popup p {
        font-size: 14px;
      }
    }
    
    .pophome h3{
        font-size: 20px;
        line-height: 30px;
    }
    .pophome h5{
        font-size: 18px;
  line-height: 28px;
  margin-bottom: 15px;
    }
    .pophome p{
        font-size: 16px;
        line-height: 26px;
        color: #000;
    }
    .pophome h6{
        font-size: 16px;
        line-height: 26px;
        color: #000;
        margin-bottom: 15px;
    }
    .pophome img{
        width: 100%;
    }
    
    .ticker-wrapper {
     width: 100%;
  overflow: hidden;
  background: #fff;
  color: #000;
  height: 100%;
  position: relative;
  float: right;
  border-radius: 5px;
    }

    .ticker-content {
      display: flex;
      flex-direction: row;
      gap: 50px;
      animation: tickerMove 20s linear infinite;
    }

    .ticker-text {
      min-width: max-content;
      font-size: 16px;
      line-height: 60px;
      line-height: 45px;
    }

    @keyframes tickerMove {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }
    .withmaz-one{
        width: 40%
    }
    .withmaz-two, .withmaz-three{
        width: 30%;
    }
    
    
    
    .tick-mob .ticker-wrapper {
      width: 100%; /* or set a fixed width like 300px */
      overflow: hidden;
      background: #fff;
      position: relative;
      padding: 6px 0;
    }

    .tick-mob .ticker-content {
      display: inline-block;
      white-space: nowrap;
      animation: scroll-rtl 10s linear infinite;
      direction: rtl;
    }

    @keyframes scroll-rtl {
      0% {
        transform: translateX(100%);
      }
      100% {
        transform: translateX(-100%);
      }
    }

    /* Optional: Responsive font and padding */
    @media (max-width: 480px) {
      .tick-mob .ticker-content {
        font-size: 14px;
      }
    }
    .tick-mob{
        width: 50%;
    }
    
    .clickbtnnn{
        background-color: #a10f18;
  border: 2px solid #a10f18;
  padding: 10px 30px;
  color: #fff;
    }
    .btnn{
        margin-top: 25px;
    }