
/*
    Theme name: Franchise Mitra
    blue_bg = #024da0
    text-heading-color: #024da0
    font-family: 'Roboto', sans-serif;

*/


@charset "UTF-8";
:root {

  --dark-bg-111 : #121111;
  --color-light-111: #fff;
  --color1: #000;
  --color2: #fff3be;
  --color3: #5520ae;
  }


body{
    font-family: "Roboto", Sans-serif;
    font-size: 1.1rem;
    letter-spacing: -0.015em;

}
ul{
    margin: 0;
    padding: 0;
}
ul li{
    list-style: none
}
img{
    max-width: 100%;
}
a{
    -webkit-box-shadow: none;
    box-shadow: none;
    text-decoration: none;
    transition: all 0.15s linear;
  
}
a:hover{
    color: inherit;
    text-decoration: none;
}
p {
    line-height: 1.5;
    margin: 0 0 1em 0;
}
main.wrapper{
    max-width: 100%;
    overflow: hidden;
}
header .header-container{
    padding: 10px 20px 10px 20px;
    /* background-color: #fdfdfd;
    box-shadow: -1px 3px 2px 0px #00000047; */
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    position: relative;
    z-index: 3;
}
.nav-brand {
    display: flex;
    align-items: center;
}

.branddtl {
    padding-left: 22px;
}
.header-top .header-container {
    padding: 5px 60px;
}
.header-top .far-topheader{
    padding: 5px 60px 0;
    font-size: 14px;
    line-height: 1;
}
.header-top .far-topheader {
    padding: 5px 60px;
    background: var(--color3);
    color: #fff;
}
marquee span {
    font-size: 14px;
}
.header-bottom{
    background: var(--color3);
}
header ul {
    text-align: center;
    font-weight: 600;
}
header ul li {
    display: inline-block;
}
header ul li a {
    padding: 13px 20px;
    color: #fff;
    font-size: 14px;
    border-right: 1px solid #ffffff47;
}
header ul li:first-child a {
    border-left: 1px solid #ffffff47;
}
header ul li a:hover {
    color: var(--color2);
}
header .brand img {
    max-width: 115px;
}
.branddtl h2{
    font-size: 30px;
    font-weight: 600;
}

.theme-button {
    background: rgb(82 31 169);
    background: linear-gradient( 180deg, rgb(85 32 174) 0%, rgb(45 16 92) 46%, rgb(53 14 118) 100%);
    padding: 10px 30px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    border-radius: 50px;
    border: 1px solid #ccc;
    display: inline-block;
    text-transform: uppercase;
}
.theme-button:hover {
    color: #fff;
}
section.msa-section {
    padding: 5rem 0;
    background-image: url(../images/bg/background.jpg);
    background-size: cover !important;
    visibility: visible;
    animation-delay: 0.7s;
    animation-name: fadeIn;
}
.theme-title{
    color: var(--color1);
    font-size: 34px;
    margin-bottom: 20px;
}
.theme-title.title-h1 span, .theme-title.title-h2 span{
    color: var(--color3);
}
.section-title .theme-title {
    font-size: 2.8rem;
}
.section-title {
    text-align: center;
}
section.msa-section.serv-section{
    background-size: contain;
}
article.our-service.ourprogramme h2 {
    font-size: 20px;
    font-weight: 600;
    margin: 24px 0px 10px;
}
blockquote {
    position: relative;
    padding-left: 25px;
}
blockquote i.fa{
    position: absolute;
    left: 0;
    opacity: .5;
}
cite {
    padding-left: 25px;
}
cite span {
    width: 25px;
    height: 3px;
    background: #ddd;
    display: inline-block;
}
.art-cntnt{
    display: flex;
}
.msgsss .art-cntnt{
    margin-top: 50px;
}
section.msa-section.msgsss.serv-section {
    padding-top: 15px;
}
.our-service h3 {
    /* margin: -0.5rem auto 2.5rem; */
    font-size: 20px;
    font-weight: 700;
    margin: 1.01rem auto 1.8rem;
}
.our-service p {
    line-height: 1.7em;
    font-size: 14px;
}
.our-service .btn-cntnr a {
    text-transform:capitalize;
}
.our-service .btn-cntnr {
padding-bottom: 20px;
}
.our-service {
    background: #ffff;
    border-radius: 10px;
    width: 100%;
    margin: auto;
    padding: 20px;
    text-align: center;
    box-shadow: 0px 1px 2px 1px #00000059;
    margin: 25px 0;
}
.our-program {
    background: #eb9018;
    padding: 75px 0;
}
.ourprogramme img{
    max-width: 100%;
    width: auto
}
.ourprogramme p {
    font-size: 19px;
    line-height: 1.6em;
}




section.msa-section.sprmkt {
    padding-bottom: 40px;
    background-image: none;
}
.featurus-full-div.img-abs {
    position: relative;
}
.abs.abs-img1{
    position: absolute;
    top: 0;
    width: 150%;
}
.abs.abs-img1 img{
    min-width: 30%;
}
.abs.abs-img2 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 48%;
}
.abs.abs-img2 img {
    min-width: 100%;
}
.supermkt{
    text-align: center;
}
.supermkt img{
    max-width: 80%;
}
.features-container {
    margin-top: 72px;
    position: relative;
    z-index: 1;
}
.features-row.left-rows {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.feature-cntnt h3 {
    font-size: 1.5rem;
    font-weight: 300;
}

.features-row {
    display: flex;
    align-items: center;
    padding-bottom: 50px;
    position: relative;
}
.features-row.left-rows {
    justify-content: end;
}
.features-row.right-rows {
    justify-content: start;
    flex-direction: row-reverse;
}
.features-row.right-rows .feature-cntnt {
    padding-left: 100px;
    padding-right: 0;
}
.feature-cntnt {
    padding-right: 100px;
}
.feature-icon span {
    width: 68px;
    height: 68px;
    border: 3px solid var(--color3);
    color: var(--color3);
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 36px;
    box-shadow: 1px 3px 3px 0px #00000073;
    background: #fff;
    position: relative;
    z-index: 1;
}
.features-row::after {
height: 100%;
width: 1px;
content: '';
position: absolute;
border-right: 1px dashed #000;
right: 34px;
z-index: 0;
}
.features-row.right-rows::after {
    left: 34px;

}
.features-row:first-child::after {
    height: 77%;
    top: 0;
}
section.msa-section.benefits {
    padding: 150px 0;
}
.ben-contnt-row {
    display: flex;
    align-items: center;
}
.ben-contnt-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 26px;
}
.ben-cntnt-cntnt {
    padding-left: 16px;
}
.ben-contnt-row .feature-icon {
    width: 100px;
}
.ben-contnt-row .ben-cntnt-cntnt h3{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
}
.ben-contnt-row .ben-cntnt-cntnt p {
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 0;
}
footer {
    background: var(--color2) url('../images/footer.jpg');
    background-size: cover;
    background-position: center ;
    padding: 40px 0 0;
    position: relative;
}
footer::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.8);
}
.team-holder {
    text-align: center;
    box-shadow: 2px 2px 2px 5px #f5f5f5;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
}
.team-holder img {
    max-width: 140px;
    margin-bottom: 20px;
}
.team-holder h2 {
    font-size: 22px;
    margin-bottom: 5px;
}
.team-holder h3{
    font-size: 18px;
    font-weight: 400;
}
section.our-team {
    padding: 50px 0;
}
.top-cntct ul {
    display: flex;
    justify-content: flex-end;
    text-align: left;
}
.top-cntct ul li {
    margin-right: 35px;
    position: relative;
    padding-left: 22px;
}
.top-cntct ul li::before{
    position: absolute;
    left: 0;
    top: 0;
    /* background: red; */
    height: 10px;
    width: 10px;
    content: '\f3cd';
    color: #555;
    font-family: 'Font Awesome 5 Pro';
}
.top-cntct ul li:last-child::before{
    content: '\f0e0';
}
.top-cntct ul li:last-child{
    margin-right: 0;
}
.top-cntct ul li h5{
    color: #555;
    margin-bottom: 0;
}
.top-cntct ul li a {
    color: #000;
    padding: 0;
}
.top-cntct ul li a:hover {
    color: var(--color3);
}
img.ftr-logo {
    width: 270px;
}
footer ul li {
    margin-top: 10px;
}
.ftr-col h1{
    color: #ffffff;
}
.ftr-col h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}
footer ul li a{
    color: #fff;
    font-size: 16px;
}
.ftr-social ul li {
    display: inline-block;
    margin-right: 10px;
}
.ftr-links{
color: #fff;
}
.ftr-col h2{
    color: #fff;
}
.ftr-social p{
    color: #ffffff;
}
.ftr-social {
    margin-top: 20px;
}
.ftr-social ul li a {
    width: 30px;
    height: 30px;
    background: var(--color1);
    border-radius: 50%;
    display: block;
    text-align: center;
    line-height: 30px;
}
.ftr-social ul li a:hover {
    color: #fff;
}
.copyright{
    margin-top: 45px;
    background-color: var(--color1);
    color: #fff;
    padding: 20px;
}
.copyright p {
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 0;
}
.ftr-social ul li a.lnkedin {
    background: #0077b5;
}
.ftr-social ul li a.instagram {
    background: #bb29a8;
}
.ftr-social ul li a.facebook {
    background: #3b5998;
}
span.togglemenu {
    position: absolute;
    right: 15px;
    top: 28%;
    color: #000;
    font-size: 15px;
    display: none;
}
section.notification-bar {
    background: var(--color3);
    color: #fff;
    padding: 50px 0;
}
.notification-bar .appbtn{
    text-align: right;
}
.newsnevents{
    background: var(--color3) url('../images/bg/parallax1.jpg');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}
.newsnevents::before{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: '';
    background: rgba(0,0,0,0.6);
}
.gallery-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery-contnr {
    flex: 0 20%;
    max-width: 20%;
    padding: 5px;
    margin: 0;
    /* border-right: none; */
    background: #fff;
    
}
.gallery-contnr img{
    border: 1px solid #ddd;
    padding: 10px;
}
.team-box {
    padding: 25px 18px;
}
.locationname{
    display: block;
    text-align: right;
}
.brdcrmb {
    background: #ddd url(../images/bg/parallax1.jpg);
    background-size: cover;
    background-position: center;
    padding: 50px 0;
    position: relative;
}
.brdcrmb::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: rgba(254,254,254,0.8);
}
.brdlist {
    text-align: right;
}
.brdlist ul li {
    display: inline-block;
}
section.inner-cntnt {
    padding: 60px 0;
}
.abtbnr img{
    min-width: 100%;
    margin: 35px 0;
}
.fac-cntnt ul li{
    position: relative;
    padding-left: 35px;
    margin-top: 20px;
}
.fac-cntnt ul li::before{
    position: absolute;
    left: 0;
    height: 10px;
    width: 10px;
    content: '\f058';
    color: #555;
    font-family: 'Font Awesome 5 Pro';
    color: #03cd03;
}
.cntctfrm{
    border: 2px solid #ddd;
    padding: 15px;
}
.contact-dtl-wrapper {
    text-align: center;
    box-shadow: -5px 3px 8px 5px #eeeeee;
    padding: 55px 25px;
    border-radius: 5px;
    width: 100%;
    height: 100%;
}
.cntnct-rowss{
    margin-top: 55px;
}
.call-txt {
    font-size: 22px;
}
.call-cntnt {
    margin-top: 20px;
}
.call-cntnt a {
    font-size: 18px;
    display: block;
    position: relative;
    margin-top: 0;
    color: #000;
}
.map-holder{
    border: 2px solid #ddd;
    padding: 15px;
}
@media only screen and (max-width:768px){
    header .header-container{
        padding: 20px 0;
    }
    header ul li {
        display: block;
        margin-top: 8px;
    }
    .about-pic1 img {
        max-width: 100%;
        margin-bottom: 40px;
    }
    header ul li a {
        padding: 0;
    }
    nav.collapsable_menu {
        display: none;
    }
    span.togglemenu  {
        display: block;
    }
    nav.menu_visibility {
        display: block;
        margin-top: 20px;
    }
    header ul {
        text-align: left;
    }
    
}
@media only screen and (max-width:767px){
    section.brdcrmb {
        text-align: center;
    }
    .brdlist {
        text-align: center;
    }
    .top-cntct {
        display: none;
    }    
    .header-top .far-topheader {
        padding: 5px 0;
    }
    .header-top .header-container {
        padding: 5px 0px;
    }
    header .brand img {
        max-width: 80px;
        margin: 0
    }
    .branddtl h2 span.brndspan1{
        display: block;
    }
    .header-bottom .header-container{
        padding: 0;
    }
    .header-bottom .header-container ul li:last-child{
        margin-bottom: 20px;
    }
    .notification-bar .appbtn {
        text-align: left;
    }
    .branddtl {
        padding-left: 10px;
    }
    .branddtl h2 {
        font-size: 18px;
    }
    .branddtl h2 span.locationname{
        display: none;
    }
    .features-row.left-rows {
        justify-content: start;
        align-content: flex-end;
        flex-direction: row-reverse;
    }
    .feature-cntnt {
        padding-right: 0;
        padding-left: 16px;
    }
    .msa-section.msgsss.serv-section .art-cntnt{
        text-align: center;
        margin-top: 40px;
    }
    .msa-section.msgsss.serv-section .art-cntnt img{
        margin-bottom: 20px;
    }
    .gallery-contnr {
        flex: 0 50%;
        max-width: 50%;
    }
    .features-row.right-rows .feature-cntnt{
        padding-left: 16px;
    }
    .features-row::after {
        right: 57px;
    }
    .ftr-col {
        margin-top: 50px;
    }
    footer .col-lg-4:first-child .ftr-col {
        margin-top: 0;
    }
}
@media screen and (min-width: 1460px){
    .about-pic1 img {
        max-width: 465px;
        border-radius: 50%;
        margin: 0 0 0 -45px;
    }   
}