/*Start*/


*,
*::before,
*::after{
    margin: 0;
    padding: 0;
}

html{
    font-family: 'Nunito',sans-serif;
    font-size: 10px;
    min-width: 100%;
}

body{
    background-color: transparent;
}

.Target-Body{
    background-color: black;
}

a{
    text-decoration: none;
}

p{
    font-size: 1.6rem;
}

.container{
    padding: 0;
}

/*Logos for all companies*/
.holdings-img-Logo{
    width: 15rem;
    max-width: 100%;
    height: auto;
}

.mrs-img-Logo{
    width: 20rem;
    max-width: 100%;
    height: auto;
}

.basumi-img-Logo{
    width: 20rem;
    height: auto;
}

.target-img-Logo{
    width: 40rem;
    max-width: 100%;
    height: auto;
}
/*================================================================================================================================================================*/

header{
    width: 100%;
    height: 5rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#web-notification{
    background-color: #FFA138;
    position: relative;
}

#web-link{
    color: white;
}

.notification-inner p{
    font-size: 1.6rem;
}

body{
    overflow-x: hidden;
}

.container-fluid-hero{
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/*==============================================================================================================*/
/*NEW NAV*/
.navbar{
    top: auto;
    position: absolute;
    background-color: linear-gradient(135deg,rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 100%);
    width: 100%;
}
.navbar-brand{
    z-index: 1;
    margin-left: 5rem;
}

.navbar-brand:hover{
    transform: scale(1.1);
}
.navbar-nav{
    text-align: center;
    text-decoration: none;
    color: black;
}

.navbar-nav .nav-item .nav-link{
    font-size: 1.8rem;
    font-weight: bold;
}

.navbar-nav .nav-item .dropdown-menu .dropdown-item{
    font-size: 1.4rem;
    font-weight: bold;
}

.dropdown-menu{
    padding: 0;
    font-size: 1.4rem;
    background-color: linear-gradient(rgba(0,0,0,.8));
    border-radius: 5px;
}

.dropdown-item:hover{
    border: 1px solid black;
    background: linear-gradient(135deg,rgba(255,164,62,.9) 0%, rgba(255,164,62,.6) 100%);
    /* transform: scale(1.05); */
    
}

.menu-icons i{
    font-size: 4rem;
    color: black;
    cursor: pointer;
    z-index: 1;
    right: 0;
}

.close i{
    color: #FFA138;
}

.push{
    transition: transform 0.5s;
    transform: translate(0px, 30px);
}

.pushUp{
    transition: transform 0.5s;
    transform: translate(0px, 0px);
}

/*Navbar colors*/
.navbar-nav a:hover{
    color: #FFA138;
}
.dropdown-menu a:hover{
    color: black;
}
.dropdown-item.active ,.dropdown-menu a:active{
    background-color: #FFA138;
}

.navbar-toggler{
    margin-right: 2rem;
    padding: 0;
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(168,207,69,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='5' d='M4 8h24M4 16h24M4 24h24'/></svg>");
  }
  
  .navbar-toggler {
      font-size: 5rem;
  } 

  #navbarSupportedContent ul{
      color: black;
  }

  #navbarSupportedContent{
    width: auto;
  }
/*=================================================================================================================*/
.close{
    position: absolute;
    top: 1rem;
    left: 1.5rem;
}

.nav-item{
    color: black;
    margin-top: 1rem;
}

.nav-link{
    font-size: 2rem;
    text-transform: uppercase;
    color: black;
    padding: 0;
}

#myVideo{
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.hero-group-combined{
    position: relative;
}

.hero-mrs-combined{
    position: relative;
}

.hero-target-combined{
    position: relative;
}

.hero-basumi-combined{
    position: relative;
}

.Target-Services-Contact-Combined{
    position: relative;
    background: url("../images/Target Services/servicesBG.png") round no-repeat fixed;
}

.hero{
    width: 100%;
    height: 50vh;
    /* background: linear-gradient(135deg,rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 100%); */
    background-size: cover;
    position: relative;
    margin: auto;
}

.hero-mrs{
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    margin: auto;
}

.hero-basumi{
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    margin: auto;
}

.hero-target{
    width: 100%;
    height: auto;
    background-size: cover;
    position: relative;
    margin: auto;
}

/*All companies main message*/
/*Holdings*/
.main-message{
    padding: 5rem 0;
    width: 100%;
    max-width: 500rem;
    color: white;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.main-message h3{
    font-size: 2rem;
}

.main-message h1{
    font-family: 'Aldrich',sans-serif;
    font-size: 5rem;
    margin-top: 8rem;
}

.main-message p{
    text-transform: lowercase;
}
/*MRS*/
.mrs-main-message{
    padding: 12rem 0;
    width: 100%;
    max-width: 500rem;
    color: white;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.mrs-main-message h3{
    font-size: 1.8rem;
}

.mrs-main-message h1{
    font-family: 'Aldrich',sans-serif;
    font-size: 4rem;
    margin-top: 4rem;
}

.mrs-main-message p{
    font-size: 1.5rem;
}
/*Basumi*/
.basumi-main-message{
    padding: 12rem 0;
    width: 100%;
    max-width: 500rem;
    color: black;
    text-transform: uppercase;
    margin: auto;
    text-align: center;
}

.basumi-main-message h1{
    font-size: 4rem;
    margin-top: 4rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    font-size: 2.5rem;
    margin: 0;
    width: 100%;
}

.basumi-main-message h3{
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 500;
}

.basumi-main-message p{
    font-size: 1.6rem;
}
/*Target*/
.target-main-message{
    padding: 0;
    width: 100%;
    max-width: 500rem;
    color: white;
    text-transform: uppercase;
    margin-top: 15rem;
    margin-bottom: 8rem;
    text-align: center;
}

.target-main-message h3{
    font-size: 1.8rem;
}

.target-main-message h1{
    font-family: 'Aldrich',sans-serif;
    font-size: 4rem;
    margin: 0rem 0;
}

.target-main-message p{
    text-transform: lowercase;
}
/*================================================================================================================================================================*/
.btn{
    background: linear-gradient(135deg,rgba(255,164,62,.9) 0%, rgba(255,164,62,.6) 100%);
    border: black 2px solid;
    border-radius: 2rem;
    color: #fafafa;
    display: inline-block;
    padding: 1rem 2.5rem;
    margin: 2rem;
    text-transform: uppercase;
    transition: background-color 650ms;
    font-size: 1.2rem;
    font-family: 'Nunito',sans-serif;
}

.btn:hover{
    background-color: #FFA138;
    color: white;
}
/*================================================================================================================================================================*/
/*About US*/

.title-heading{
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: black;
}

.activities-grid{
    display: grid;
    grid-template-columns: repeat(auto-fit,minmax(40rem, 1fr));
    grid-gap: 2rem;
}

.activities-grid-item{
    height: 30rem;
    padding: 2rem;
    color: #fafafa;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 1;
}


.activities-grid-item i{
    font-size: 5rem;
    color: #FFA138;
}

.activities-grid-item h1{
    font-family: 'Aldrich',sans-serif;
    font-size: 1.6rem;
    text-transform: uppercase;
    margin: 1rem 1rem;
}

.carousel-inner {
    border-radius: 25px;
    background-color: rgba(0,0,0,0);
    overflow: hidden;
}
/*================================================================================================================================================================*/
/*OUR GROUP*/
.Companies{
    width: 100%;
    height: auto;
    /* background: linear-gradient(135deg,rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 100%); */
    /* background: url("../images/Companies-Background.jpg") center no-repeat fixed; */
    background-size: cover;
    position: relative;
    margin-left: 0;
    text-align: center;
}
.group-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.group-container .group-card{
    position: relative;
    max-width: 390px;
    height: 215px;
    margin: 30px 50px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0,0,0,0.2);
    transition: 0.3s ease-in-out;
}

.group-container .group-card:hover{
    height: auto;
    background: rgba(230,230,230,0.5);  
}

.group-container .group-card .imgBx{
    position: relative;
    width: 100%;
    height: auto;
    z-index: 1;    
}

.group-container .group-card .imgBx img{
    max-width: 100%;
    border-radius: 4px;
}

.group-container .group-card .imgBx .tfp-Group{
    margin-top: 5rem;
}

.group-container .group-card .group-content{
    position: relative;
    margin-top: -5px;
    padding: 5px 15px;
    text-align: center;
    color: #fff;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.group-container .group-card:hover .group-content{
    visibility: visible;
    opacity: 1;
}
.basumi{
    background: url("../images/BasumiLogoBG.png") no-repeat;
}

.basumi h1{
    font-size: 2.5rem;
    font-weight: 700;
    
}

.basumi p{
    font-weight: 600;
    
}

.mrs{
    background: linear-gradient(135deg,rgba(45,70,80,1) 0%, rgba(45,70,80,.6) 100%),url("../images/MRS PROFILE background.png") round no-repeat;
}

.target{
    background: url("../images/background2.jpg") center no-repeat;
}
/*================================================================================================================================================================*/
/*Holdings ABOUT US*/

nav > .nav.nav-tabs-holdings{
    border: none;
    color:#fff;
    background: linear-gradient(135deg,rgba(0,0,0,1) 0%, rgba(0,0,0,.7) 100%);
    border-radius:0;
    width: 100%;
    margin: 0;
    justify-self: center;
  }
  nav > div a.nav-item.nav-link-holdings,
  nav > div a.nav-item.nav-link-holdings.active
  {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 1.4rem;
    color:#fff;
    font-family: 'Nunito',sans-serif;
    font-size: 2rem;
    text-decoration: none;
    border-radius:0;
    width: auto;
  }
  
  #nav-tabContent-holdings{
    /* background: linear-gradient(135deg,rgba(0,0,0,1) 0%, rgba(0,0,0,.8) 100%); */
    border: 2px solid #FFA138;
    border-top: 3px solid #FFA138;
    border-bottom: 2px solid #FFA138;
    color: black;
}
  
  nav > div a.nav-item.nav-link-holdings:hover{
    border: none;
    background: #FFA138;
    color:#fff;
    border-radius:0;
    transition: all 0.2s linear;
    transform: scale(1.1);
  }
  nav > div a.nav-item.nav-link-basumi:focus
  {
    border: none;
    background: #FFA138;
    color:#fff;
    border-radius: 0;
    transition: all 2.5s linear;
  }
.holdings-bullets{
    margin-left: 2rem;
}
/*================================================================================================================================================================*/
/*MRS ABOUT US*/
/*Lets style the tabs first*/
.navbar-default{
    position: relative;
}
#nav-vision-tab{
    font-size: 2rem;
}

#nav-challenges-tab{
    font-size: 2rem;
}

#nav-experience-tab{
    font-size: 2rem;
}

#nav-claimprocessing-tab{
    font-size: 2rem;
}

#nav-benefits-tab{
    font-size: 2rem;
}

#mrs-aboutus-nav{
    z-index: 1;
    margin-bottom: 0;
}

nav > .nav.nav-tabs{
    border: none;
    color:#fff;
    background:#2d4650;
    border-radius: 0;
    width: 100%;
    margin: 0;
    font-family: 'Nunito',sans-serif;
    justify-self: center;
    font-weight: 400;
    display: flex;
    font-size: 3rem;
  }

  nav > div a.nav-item.nav-link,
  nav > div a.nav-item.nav-link.active{
    border: none;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 1rem;
    color:#fff;
    border-radius: 3px;
    width: auto;
  }
  
  #nav-tabContent-mrs{
    border: 3px solid #A6D43E;
    border-top: 3px solid #A6D43E;
    border-bottom: 3px solid #A6D43E;
  }
  
  nav > div a.nav-item.nav-link:hover{
    border: none;
    background: #A6D43E;
    color: black;
    border-radius: 0;
    transition: all 0.2s linear;
  }
  nav > div a.nav-item.nav-link:focus
  {
    border: none;
    background: #A6D43E;
    color: black;
    border-radius: 0;
    transition: all .5s linear;
  }
  /*Now we can continue styling the table with all its included elements.*/
.container-fluid{
    overflow: hidden;
    padding: 0 3rem;
}

.mrs-aboutus .container-fluid .col h2{
    margin-left: 5rem;
    color: white;
}

.Bullets li{
    margin-left: 70px;
    color: white;
}

.Bullets1 li{
    margin-left: 20px;
    color: white;
}

.mrs-about-img{
    padding: 4rem 0;
    height: 300px;
    width: 500px;
}

.third-heading{
    color: green;
    font-weight: bold;
    font-size: 2rem;
}
.turnAround{
    color: red;
    font-weight: bold;
}
#nav-tabContent-mrs{
    color: white;
    background: linear-gradient(135deg,rgba(0,0,0,0.6) 0%, rgba(0,0,0,.5) 100%);
}

#nav-tabContent-mrs h2{
    color: white;
}

#mrs-aboutus-experience-img{
    height: 250px;
    width: 400px;
}
/*================================================================================================================================================================*/
/*Basumi ABOUT US*/
/*Lets style the tabs first*/
nav > .nav.nav-tabs-basumi{
    border: none;
    color:#fff;
    background-color: rgba(125,124,125,1);
    width: 100%;
    margin: 0;
    font-family: 'Nunito',sans-serif;
    justify-self: center;
    font-weight: 500;
    display: flex;
  }
  nav > div a.nav-item.nav-link-basumi,
  nav > div a.nav-item.nav-link-basumi.active
  {
    margin: 0;
    padding: 1.4rem;
    color:#fff;
    background-color: rgba(125,124,125,1);
    font-family: 'Nunito',sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius:0;
    width: auto;
  }
    
  nav > div a.nav-item.nav-link-basumi:hover{
    border: none;
    background: #A6D43E;
    color:#fff;
    border-radius:0;
    transition: all 0.2s linear;
  }
  nav > div a.nav-item.nav-link-basumi:focus
  {
    border: none;
    background: #A6D43E;
    color:#fff;
    border-radius:0;
    transition: all 2.5s linear;
  }
  /*Now we can continue styling the table with all its included elements.*/
.Bullets li{
    margin-left: 30px;
}

.Bullets-team li{
    margin-left: 30px;
    padding: 0;
    color: black;
}

.Bullets-associated li{
    text-decoration: none;
    display: inline;
    color: black;
    padding-top: 5rem;
}

.Bullets-Clients{
    background-color: white;
}

.Bullets-Clients li{
    text-decoration: none;
    display: inline;
}

.Bullets-team .Our-Team-Heading{
    text-decoration: underline;
    font-weight: bold;
}

#Basumi-Challenges-img{
    width: 400px; 
    height: 300px;
}

#nav-tabContent-basumi li{
    font-size: 1.6rem;
    color: black;
}

#nav-tabContent-basumi{
    /* background-color: rgba(125,124,125,1); */
    border: 2px solid #A6D43E;
    border-top:3px solid #A6D43E;
    border-bottom:2px solid #A6D43E;
    color: black;
}

#nav-tabContent-basumi h2{
    color: black;
}
/*================================================================================================================================================================*/
/*Target ABOUT US*/
/*Lets style the tabs first*/
nav > .nav.nav-tabs-target{
    border: none;
    color:white;
    background-color: black;
    border-radius:0;
    width: 100%;
    margin: 0;
    justify-self: center;
  }
  nav > div a.nav-item.nav-link-target,
  nav > div a.nav-item.nav-link-target.active
  {
    border-top: 2px solid white; 
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    padding: 1.4rem;
    color:#fff;
    background-color: black;
    font-family: 'Nunito',sans-serif;
    font-size: 1.6rem;
    text-decoration: none;
    border-radius:0;
    width: auto;
  }
  
  #nav-tabContent-target{
    border: 2px solid #FF0000;
    border-top:3px solid #FF0000;
    border-bottom:2px solid #FF0000;
    color: white;
  }
  
  #nav-tabContent-target h2{
    color: white;
  }

  nav > div a.nav-item.nav-link-target:hover{
    border: none;
    background: #FF0000;
    color:#fff;
    border-radius:0;
    transition: all .3s linear;
  }
  nav > div a.nav-item.nav-link-target:focus
  {
    border: none;
    /* background: #FF0000; */
    color:#fff;
    border-radius:0;
    transition: all .5s linear;
  }
  .Bullets-target li{
      color: white;
  }
  /*Now we can continue styling the table with all its included elements.*/
/*================================================================================================================================================================*/
/* MRS Holdings Our Team / Services*/
.team-container{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px;
}

.team-container .team-card{
    position: relative;
    max-width: 400px;
    height: 215px;
    /* background: #fff; */
    margin: 30px 10px;
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 5px 202px rgba(0,0,0,0.2);
    transition: 0.3s ease-in-out;
}

.team-container .team-card:hover{
    height: 420px;
}

.team-container .team-card .imgBx{
    position: relative;
    width: 360px;
    height: 260px;
    top: -60px;
    left: 8px;
    z-index: 1;
}

.team-container .team-card .imgBx img{
    max-width: 100%;
}

.team-container .team-card .team-content{
    position: relative;
    margin-top: -90px;
    padding: 10px 15px;
    text-align: center;
    color: #111;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s ease-in-out;
}

.team-container .team-card:hover .team-content{
    visibility: visible;
    opacity: 1;
}
/* .card-holdings-services{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.card-holdings-services .card-holdings{
    width: 22rem;
    height: 35rem;
    background-color: #2d4650;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    box-shadow: 1rem 1rem 5rem rgba(0, 0, 0,.3);
}

.card-holdings-services .card-holdings .cardholdings-img{
    width: 100%;
    height: 25rem;
    background-color: white;
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
}
.card-holdings-services .card-holdings .profile-img{
    width: 20rem;
    height: 15rem;
    background-size: cover;
    margin-top: -16rem;
    z-index: 999;
    background-color: white;
    border-radius: 50%;

}
.card-holdings-services .card-holdings h1,h2{
    font-size: 2rem;
    color: black;
    margin: .1rem 0;
    text-align: center;
} */
/*================================================================================================================================================================*/
/*Basumi Services*/

#basumi-services{
    margin-top: 25rem;
}

.card-basumi-services{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.basumi-card{
    width: 22rem;
    height: 45rem;
    background-color: #ebeef8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    box-shadow: 1rem 1rem 5rem rgba(0, 0, 0,.3);
}

.basumi-card .card-basumi-img{
    width: 100%;
    height: 24rem;
    background-color: rgba(125,124,125,.8);
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
}

.basumi-card h1{
    font-size: 2rem;
    color: #333;
    text-align: center;
}

.about{
    height: 5rem;
    font-size: 1.6rem;
    margin: 1rem .5rem;
    color: #333;
}

.single-list{
    margin-left: 20px;
}
.Multi-List{
    margin-left: 30px;
}
.modal-content{
    background-color: #ebeef8;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-header{
    background-color: #D7D4ED;
}

.modal-footer{
    background-color: #D7D4ED;
}
/*================================================================================================================================================================*/
/*MRS Services*/
#mrs-services{
    margin-top: 20rem;
}

.mrs-services .second-heading{
    text-align: center;
    font-size: 5rem;
}
.card-mrs-services{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
}

.card-mrs{
    width: 22rem;
    height: 38rem;
    background-color: #2d4650;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    box-shadow: 1rem 1rem 5rem rgba(0, 0, 0,.3);
}

.card-mrs .card-mrs-img{
    width: 100%;
    height: 20rem;
    background-color: white;
    background-size: cover;

}

.MRS-Profile-img{
    width: 20rem;
    height: 15rem;
    background-size: cover;
    margin-top: -11rem;
    z-index: 999;
    background-color: white;
    border-radius: 50%;
    border: 2px black solid;
}

.card-mrs h1,h2{
    font-size: 2rem;
    color: white;
    margin: .1rem 0;
    text-align: center;
}

.card-mrs h3{
    color: white;
    text-align: center;
}

.about-mrs{
    height: 3rem;
    margin: 1rem .5rem;
    color: white;
}
/*================================================================================================================================================================*/
/*Target Services*/
#target-services{
    margin-top: 40rem;
    background-size: cover;
}

.title-heading-target{
    text-align: center;
    text-transform: uppercase;
    margin-top: 5rem;
    margin-bottom: 1rem;
    color: white;
}

.title-heading2-target{
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: white;
}

.card-target-services{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: column;
    margin-bottom: 5rem;
    padding: 2rem;
}

.card-target{
    width: 26rem;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    box-shadow: 1rem 1rem 5rem rgba(0, 0, 0,.3);
    background: black;
}

.card-target .card-target-img{
    width: 100%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    background-color: red;
}

.TFP-Profile-img{
    width: 15rem;
    height: 10rem;
    background-size: cover;
    border-radius: 50%;
    margin-top: -9rem;
    z-index: 999;
    background-color: white;
    border: 2px black solid;
}

.card-target h1,h2{
    color: white;
    margin: .1rem 0;
    text-align: center;
}

.card-target h3{
    color: white;
    text-align: center;
    text-transform: uppercase;
}

.about-target{
    height: 10rem;
    font-size: 1.6rem;
    margin: 1rem .5rem;
    color: white;
}
/*================================================================================================================================================================*/
/*Holdings Team*/
.card-holdings{
    width: 32rem;
    background-color: #ebeef8;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 2rem 0;
    box-shadow: .5rem .5rem 5rem rgba(0, 0, 0,.2);
}

.cardholdings-img{
    width: 100%;
    height: 26rem;
    background-color: rgba(125,124,125,.8);
    background-size: cover;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 78%, 0% 100%);
}

.profile1-img{
    width: 20rem;
    height: 15rem;
    background-size: cover;
    border-radius: 50%;
    margin-top: -11rem;
    z-index: 999;
    background-color: white;
}

.profile-img{
    width: 20rem;
    height: 15rem;
    background-size: cover;
    border-radius: 50%;
    margin-top: -11rem;
    z-index: 999;
    background-color: white;
    border-radius: 50%;
    border: 2px black solid;
}

.about-holdings{
    height: 15rem;
    font-size: 1.6rem;
    margin: 1rem .5rem;
    color: #333;
}
/*================================================================================================================================================================*/
/*Contact Us*/
.content-header{
    text-transform: uppercase;
    color: black;
    font-size: 45px;
}
  
.section-content{
    text-align: center; 
  
}

.title-heading1{
    text-align: center;
    text-transform: uppercase;
    margin-top: 2rem;
    margin-bottom: 1rem;
    color: black;
}
  /*All companies contact form colors*/
#contact{
    position: relative;
    padding-top: 2rem;
    width: 100%;
    color : black;
}



.Quote-heading{
    font-size: 3rem;
    font-family: 'Nunito',sans-serif;
    font-weight: bold;
    text-transform: uppercase;
}

#contact .form-control{
    font-size: 1.4rem;
}

#contact .row{
    margin-bottom:30px;
}
  
.submit{
    font-size: 1.1em;
    float: right;
    width: 150px;
    background-color: transparent;
    color: #fff;
}

.footer p{
    text-align: center;
    color: rgba(0, 0, 0,.7);
}


/*SECTION AND HEADING FOR STRATEGIC PARTNERS*/
.StrategicPartners{
    margin-top: 50rem;
}

.title-heading-partners{
    margin: auto;
    text-align: center;
}

.Bullets-Partners li img{
    max-width: 20%;
}

/*Contact Info Section*/
.contactInfo{
    text-align: center;
}


/*============================================================================================================================================================================================================================================================*/
/*Media Queries*/
@media only screen and (min-width: 350px){
    .StrategicPartners{
        margin-top: 10rem;
    }

    .Bullets-Partners li img{
        max-width: 80%;
    }
}

@media only screen and (min-width: 470px){
    .StrategicPartners{
        margin-top: 10rem;
    }

    .Bullets-Partners li img{
        max-width: 80%;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 0.8rem;
    }
    
    .hero{
        height: 50vh;
    }
    .tab-content-basumi{
        font-size: 1rem;
    }    
}

@media only screen and (min-width: 700px){   
    .StrategicPartners{
        margin-top: 10rem;
    }

    .Bullets-Partners li img{
        max-width: 80%;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1.2rem;
    }

    header{
        height: 8rem;
    }
    
    .menu-icons{
        display: none;
    }

    .nav-item{
        margin: 0 2.5rem;
    }

    .nav-link,
    .current{
        color: black;
        position: relative;
        font-size: 1.4rem;
    }

    .nav-link::before,.sub-menu::before,
    .current::before{
        content: '';
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #FFA138;
        left: 0;
        bottom: -.5rem;
        transform-origin: left;
        transform: scaleX(0);
        transition: all .5s;
    }

    .current::before{
        transform: scaleX(1);
    }

    nav ul li a:hover::before{
      transform: scaleX(1);
    }

    .hero{
        height: 30vh;
    }

    .main-message{
        transform: translateY(30%);
    }

    .title-heading h1, .title-heading1 h1{
        font-size: 3.5rem;
        font-weight: bold;
    }

    .activities-grid-item:hover{
        cursor: pointer;
    }

    .card-holdings-services{
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .card-basumi-services{
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .card-mrs-services{
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .card-target-services{
        flex-direction: row; 
        flex-wrap: wrap;
        justify-content: space-evenly;
        align-items: center;
    }

    .card{
        margin: 1.2rem;
    }

    .card-mrs{
        margin: 1.2rem;
    }

    .card-target{
        margin: 1.2rem;
    }

    @keyframes fadeIn{
        from{
            opacity: 0;
        }
        to{
            opacity: 1;
        }
    }

    .card:nth-child(1){
        animation: fadeIn .5s .5s backwards;
    }
    .card:nth-child(2){
        animation: fadeIn .5s 1s backwards;
    }
    .card:nth-child(3){
        animation: fadeIn .5s 1.5s backwards;
    }
    .card:nth-child(4){
         animation: fadeIn .5s 2s backwards;
    }
    .card:nth-child(5){
        animation: fadeIn .5s 2.5s backwards;
    }    
    .card:nth-child(6){
        animation: fadeIn .5s 3s backwards;
    } 
    .card:nth-child(7){
        animation: fadeIn .5s 3.5s backwards;
    }   

    .card:hover{
        transform: scale(1.1);
        background-color: #A6D43E;
    }
    
    .card-mrs:nth-child(1){
        animation: fadeIn .5s .5s backwards;
    }
    .card-mrs:nth-child(2){
        animation: fadeIn .5s 1s backwards;
    }
    .card-mrs:nth-child(3){
        animation: fadeIn .5s 1.5s backwards;
    }
    .card-mrs:nth-child(4){
        animation: fadeIn .5s 2s backwards;
    } 
    .card-mrs:nth-child(5){
        animation: fadeIn .5s 2.5s backwards;
    }
    .card-mrs:nth-child(6){
        animation: fadeIn .5s 3s backwards;
    }  
    .card-mrs:hover{
        transform: scale(1.1);
        background-color: #A8CF45;
    }

    .card-holdings:hover{
        transform: scale(1.1);
        border: 2px black solid;
    }

    .card-holdings:nth-child(1){
        animation: fadeIn .5s .5s backwards;
    }
    .card-holdings:nth-child(2){
        animation: fadeIn .5s 1s backwards;
    }
    .card-holdings:nth-child(3){
        animation: fadeIn .5s 1.5s backwards;
    }

    .card-target:hover{
        transform: scale(1.1);
        background-color: red;
    }
    .card-target h3:hover{
        color: white;
    }

    .card-target:nth-child(1){
        animation: fadeIn .5s .5s backwards;
    }
    .card-target:nth-child(2){
        animation: fadeIn .5s 1s backwards;
    }
    .card-target:nth-child(3){
        animation: fadeIn .5s 1.5s backwards;
    }
    .card-target:nth-child(4){
        animation: fadeIn .5s 2s backwards;
    }
    .card-target:nth-child(5){
        animation: fadeIn .5s 2.5s backwards;
    }
    .card-target:nth-child(6){
        animation: fadeIn .5s 3s backwards;
    }
    .card-target:nth-child(7){
        animation: fadeIn .5s 3.5s backwards;
    }
    .card-target:nth-child(8){
        animation: fadeIn .5s 4s backwards;
    }
    .card-target:nth-child(9){
        animation: fadeIn .5s 5s backwards;
    }
}

@media only screen and (min-width: 950px){   
    .Bullets-Partners li img{
        max-width: 40%;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1.5rem;
    }
    .hero{
        height: 60vh;
    }
}

@media only screen and (min-width: 1230px){
    .group-container{
        flex-wrap: nowrap;
        padding: 20px;
    }
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {

    .holdings-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: #fafafa;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(50%);
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 0.5rem;
    }

    .mrs-main-message{
        transform: translateY(5%);
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .hero{
        height: 40vh;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container{
        flex-wrap: wrap;
        padding: 0;
    }
    
    .group-container .group-card{
        margin-top: 0;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        width: 50rem;
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
    }

    .group-container .group-card{
        height: 100px;
    }

    .group-container .group-card .group-content h1{
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.8rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .dropdown-menu{
        width: auto;
        margin-left: 0;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* Smartphones (landscape) ----------- */
@media only screen 
and (min-width : 321px) {
    .group-container{
        flex-wrap: wrap;
    }
}

/* Smartphones (portrait) ----------- */
@media only screen 
and (max-width : 320px) {
    .Bullets-Partners li img{
        max-width: 40%;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 300px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        height: 20rem;
    }
    .group-container{
        flex-wrap: wrap;
    }
}

/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) {
    .StrategicPartners{
        margin-top: 10rem;
    }

    .holdings-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 1.5rem;
    }

    .mrs-main-message{
        transform: translateY(5%);
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
    }

    .group-container .group-card{
        height: 100px;
        margin: 30px 30px;
    }

    .group-container .group-card .group-content h1{
        font-size: 1.4rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.25rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* iPads (landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : landscape) {
    .StrategicPartners{
        margin-top: 10rem;
    }

    .holdings-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 1.5rem;
    }

    .mrs-main-message{
        transform: translateY(5%);
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
    }

    .group-container .group-card{
        height: 100px;
        margin: 80px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.25rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* iPads (portrait) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .StrategicPartners{
        margin-top: 20rem;
    }

    .holdings-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 1.5rem;
    }

    .mrs-main-message{
        transform: translateY(5%);
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        margin-right: 0px;
        margin-left: 0px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.25rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* Desktops and laptops ----------- */
@media only screen 
and (min-width : 1200px) {
    .StrategicPartners{
        margin-top: 20rem;
    }

    .holdings-img-Logo{
        width: 10rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 12rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 1.5rem;
    }

    .mrs-main-message{
        transform: translateY(5%);
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container{
        flex-wrap: nowrap;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 120px;
        margin: 50px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.25rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

@media only screen 
and (min-width : 1600px) {
    .StrategicPartners{
        margin-top: 20rem;
    }

    .Bullets-Partners li img{
        max-width: 30%;
    }

    .title-heading{
        margin-top: 10rem;
    }

    /* #holdings-About-Us{
        margin-top: 10rem;
    } */
    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 25rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 3.5rem;
    }

    .main-message h3{
        font-size: 2rem;
    }

    .mrs-main-message{
        transform: translateY(15%);
    }

    .mrs-main-message h1{
        font-size: 3.5rem;
    }

    .mrs-main-message h3{
        font-size: 2rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 3.5rem;
    }

    .basumi-main-message h3{
        font-size: 2rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 130px;
        margin: 80px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.5rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

@media only screen 
and (min-width : 1400px) {
    .StrategicPartners{
        margin-top: 20rem;
    }

    .Bullets-Partners li img{
        max-width: 30%;
    }
    
    .title-heading{
        margin-top: 10rem;
    }

    /* #holdings-About-Us{
        margin-top: 10rem;
    } */
    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 25rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 3.5rem;
    }

    .main-message h3{
        font-size: 2rem;
    }

    .mrs-main-message{
        transform: translateY(15%);
    }

    .mrs-main-message h1{
        font-size: 3.5rem;
    }

    .mrs-main-message h3{
        font-size: 2rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 3.5rem;
    }

    .basumi-main-message h3{
        font-size: 2rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 130px;
        margin: 80px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.5rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

@media only screen 
and (min-width : 1200px) {
    .StrategicPartners{
        margin-top: 20rem;
    }

    .Bullets-Partners li img{
        max-width: 30%;
    }
    
    .title-heading{
        margin-top: 10rem;
    }

    /* #holdings-About-Us{
        margin-top: 10rem;
    } */
    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 25rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 3.5rem;
    }

    .main-message h3{
        font-size: 2rem;
    }

    .mrs-main-message{
        transform: translateY(15%);
    }

    .mrs-main-message h1{
        font-size: 3.5rem;
    }

    .mrs-main-message h3{
        font-size: 2rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 3.5rem;
    }

    .basumi-main-message h3{
        font-size: 2rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 130px;
        margin: 80px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.5rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 1920px) {
    .StrategicPartners{
        margin-top: 30rem;
    }

    .Bullets-Partners li img{
        max-width: 20%;
    }

    .title-heading{
        margin-top: 10rem;
    }

    /* #holdings-About-Us{
        margin-top: 10rem;
    } */
    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 25rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 3.5rem;
    }

    .main-message h3{
        font-size: 2rem;
    }

    .mrs-main-message{
        transform: translateY(15%);
    }

    .mrs-main-message h1{
        font-size: 3.5rem;
    }

    .mrs-main-message h3{
        font-size: 2rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 3.5rem;
    }

    .basumi-main-message h3{
        font-size: 2rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 130px;
        margin: 80px 20px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.5rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* Large screens ----------- */
@media only screen and (min-width : 2560px) {
    .StrategicPartners{
        margin-top: 40rem;
        margin-bottom: 0;
    }
    .Bullets-Partners li img{
        max-width: 20%;
    }

    .title-heading{
        margin-top: 10rem;
    }

    /* #holdings-About-Us{
        margin-top: 20rem;
    } */

    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 20rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 25rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 30rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(30%);
        padding-bottom: 2rem;
    }

    .main-message h1{
        font-size: 3.5rem;
    }

    .main-message h3{
        font-size: 2rem;
    }

    .mrs-main-message{
        transform: translateY(15%);
    }

    .mrs-main-message h1{
        font-size: 3.5rem;
    }

    .mrs-main-message h3{
        font-size: 2rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 3.5rem;
    }

    .basumi-main-message h3{
        font-size: 2rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        height: 130px;
        margin: 80px 30px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 2rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.5rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -1rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

/* iPhone 4 ----------- */
@media
only screen and (-webkit-min-device-pixel-ratio : 1.5),
only screen and (min-device-pixel-ratio : 1.5) {
    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    nav > div a.nav-item.nav-link,
    nav > div a.nav-item.nav-link.active{
        font-size: 1rem;
    }

    .menu-icons i{
        font-size: 2.5rem;
        color: black;
        cursor: pointer;
        z-index: 1;
        right: 0;
        text-align: right;
    }
    .main-message{
        transform: translateY(60%);
        margin-bottom: 10rem;
    }

    .main-message h1{
        font-size: 2.5rem;
    }

    .main-message h3{
        font-size: 1.5rem;
    }

    .title-heading .group{
        margin-top: 8rem;
    }

    .mrs-main-message{
        transform: translateY(45%);
        margin-bottom: 5rem;
    }

    .mrs-main-message h1{
        font-size: 2.3rem;
    }

    .mrs-main-message h3{
        font-size: 1.5rem;
    }

    .basumi-main-message{
        transform: translateY(20%);
    }

    .basumi-main-message h1{
        font-size: 1.8rem;
    }

    .basumi-main-message h3{
        font-size: 1.4rem;
    }

    .target-main-message{
        transform: translateY(5%);
    }

    .Companies{
        margin-top: 2rem;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: 40vh;
    }

    #notification-inner p{
        font-size: 1rem;
    }

    .group-container .group-card .imgBx img{
        position: relative;
        width: 400px;
        height: auto;
        z-index: 1;
    }

    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        height: 18rem;
        width: 35rem;
    }

    .group-container .group-card{
        margin-right: 0px;
        margin-left: 0px;
    }

    .group-container .group-card .group-content h1{
        margin-top: 1rem;
        font-size: 1.4rem;
    }

    .group-container .group-card .group-content p{
        font-size: 1.25rem;
    }

    #Basumi-Challenges-img{
        width: 20px;
        height: 15px;
    }

    .navbar-nav{
        margin-right: 5rem;
    }

    .dropdown-menu{
        margin-left: -21rem;
    }

    .navbar-brand{
        margin-left: 0;
    }
}

@media
only screen and (-webkit-min-device-pixel-ratio : 1.2),
only screen and (min-device-pixel-ratio : 1.2) {
    .hero-group-combined{
        height: auto;
    }

    /* #holdings-About-Us{
        margin-top: 5rem;
    } */

    .holdings-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .mrs-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }

    .basumi-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }
    
    .target-img-Logo{
        width: 15rem;
        max-width: 100%;
        height: auto;
    }
    
    .hero{
        height: auto;
    }
    
    .hero-mrs{
        height: auto;
    }

    #mrs-aboutus-experience-img{
        height: 250px;
        width: 290px;
    }

    #mrs-aboutus{
        margin-top: .5rem;
    }

    #myVideo{
        top: 50%;
        bottom: 100%;
        height: auto;
        width: auto;
    }
    
    .group-container .group-card{
        width: auto;
        margin: 80px 30px;
       
    }
    
    .group-container .group-card .imgBx .tfp-Group{
        margin-top: 2rem;
        padding: 0 1.5rem 1rem;
        width: 35rem;
    }   
}

/* navbar becomes mobile sidebar under lg breakpoint */
@media (max-width: 992px) {

    .navbar-collapse.collapsing .navbar-nav {
        display: block;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -55%;
        transition: all 0.2s ease;
    }

    .navbar-collapse.show .navbar-nav {
        position: fixed;
        background: rgba(0, 0, 0, 0.8);
        top: 0rem;
        bottom: 0;
        right: 0;
        flex-direction: column;
        height: auto;
        width: 45%;
        transition: right 0.35s ease;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.8);
        margin-right: 0;
    }

    .dropdown-menu .dropdown-item{
        font-size: 12px;
    }
}

/* CSS FOR STRATEGIC PARTNERS SECTIONS */
.Bullets-Partners{
    margin: 5rem;
    text-align: center;
}

.Bullets-Partners li{
    display: inline;
}

.Bullets-Partners a{
    margin: 3rem;
    text-decoration: none;
}

/*TESTING STRAT PART CARDS CSS*/
body {
	font-family: 'Roboto', sans-serif;
	background: #fff;
}

.conatiner {
	width: 100%;
	height: 500px;
}
.wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
}

.box {
	margin: 10px;
	width: 400px;
	height: 200px;
	text-align: center;
	border-radius: 3px;
	-webkit-transition: 200ms ease-in-out;
	-o-transition: 200ms ease-in-out;
	transition: 200ms ease-in-out;
	-webkit-box-shadow: 0 0 25px rgba(0,0,0,0.3);
	        box-shadow: 0 0 25px rgba(0,0,0,0.3);
}
.box:hover {
	margin-bottom: -10px;
	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.7);
	        box-shadow: 0 0 20px rgba(0,0,0,0.7);
}

.one {
	background: url("/images/Strategic Partners/EziDebtCollections No BG.png") center no-repeat;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.two {
	background: url("/images/Strategic Partners/LJR\ Plumbing.jpeg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.three {
	background: url('/images/Strategic Partners/THC Buidling.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}

.five {
	background: url('/images/Strategic Partners/PBE Logo.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.six {
	background: url('/images/Strategic Partners/');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.seven {
	background: url('https://source.unsplash.com/700x770');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
.eight {
	background: url('https://source.unsplash.com/880x820');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.nine {
	background: url('https://source.unsplash.com/898x820');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.ten {
	background: url('https://source.unsplash.com/8998x920');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.eleven {
	background: url('https://source.unsplash.com/898x960');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.tlv {
	background: url('https://source.unsplash.com/999x888');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.thirteen {
	background: url('https://source.unsplash.com/1000x777');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.ftn {
	background: url('https://source.unsplash.com/2000x777');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.fith {
	background: url('https://source.unsplash.com/2000x1000');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.sith {
	background: url('https://source.unsplash.com/3000x1000');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.sevth {
	background: url('https://source.unsplash.com/9000x9000');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

@-webkit-keyframes rotation {
		from {
				-webkit-transform: rotate(0deg);
		}
		to {
				-webkit-transform: rotate(359deg);
		}
}
