
:root{
	--themeBackgroundColor:#E21540;
	--themeWhiteBackgroundColor:#FFFFFF;
	--themeBackgroundlightColor:#F34576;
	--themeFColor:#FFFFFF;
	
	--bg-LifeImpacted:#FFEAE0;
	--bg-OurProgrammes:#FFFFFF;
	--bg-Social-Programmes:#2EBEEC;
	--bg-Gallery:#FFFFFF;
	--bg-video:#FFF5EE;
	--bg-newsletter:#FFFFFF;
	--bg-Quicklinks:#264767;
	--bg-DisasterResponse:#FFF5EE;
	
	--bg-Background:#FFEAE0;

	--themeLightBackground:rgb(253, 109, 104);
	
	--h1-Color:#000000;
	--h1-lightColor:#FFFFFF;
	--h2-Color:#000000;
	--h2-lightColor:#FFFFFF;
	--h3-Color:#000000;
	--h3-lightColor:#FFFFFF;
	--h4-Color:#000000;
	--h4-lightColor:#FFFFFF;
	
	--YellowHover:#fece1a;
}


.active1 {
  border: 1px solid #fece1a;
  color: #000 !important;
  background-color: #b388dd;
  transition: border-color 1s ease;
}
.active1:hover {
  color: #fff !important;
}
.active2 {
  border: 1px solid #3fc380;
  color: #000 !important;
  background-color: #3fc380;
  transition: border-color 1s ease;
}
.active2:hover {
  color: #fff !important;
}
.active3 {
  border: 1px solid #e08283;
  color: #000 !important;
  background-color: #e08283;
  transition: border-color 1s ease;
}
.active3:hover {
  color: #fff !important;
}
.active4 {
  border: 1px solid #68b4f1;
  color: #000 !important;
  background-color: #68b4f1;
  transition: border-color 1s ease;
}
.active4:hover {
  color: #fff !important;
}
.active5 {
  border: 1px solid #fec956;
  color: #000 !important;
  background-color: #fec956;
  transition: border-color 1s ease;
}
.active5:hover {
  color: #fff !important;
}
.read-more2 {
  background: #1bb064;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
}
.read-more2:hover {
  background: #0b8f4c;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: underline;
}
.read-more3 {
  background: var(--themeBackgroundColor);
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
}
.read-more3:hover {
  /* background: #8a38d9; */
  border: 1px solid var(--themeBackgroundColor);
  color: var(--themeBackgroundColor);
  text-align: center;
  /* padding: 5px 10px; */
  text-decoration: none;
  background:white;
}
.read-more4 {
 
  border: 1px solid #fff;
  color: #3a362e;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
  background: var(--themeBackgroundColor);
  color: var(--themeFColor);
  text-decoration: none;
}
.read-more4:hover {
  background: var(--themeBackgroundlightColor);
  color:  var(--themeFColor);
  border: 1px solid #fff;
  /* color: #3a362e; */
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
}
.txt-left {
  text-align: left;
}
.txt-justify {
  text-align: justify;
}
.txt-white {
  font-size: 15px !important;
  color: #fff;
}
.btn-donload {
  background: var(--themeBackgroundlightColor);
  color:  var(--themeFColor);
  border: none;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
}
.btn-donload:hover {
  background: white;
  color: var(--themeBackgroundlightColor);
  border: none;
  text-decoration: none;
  padding: 5px 10px;
  text-align: center;
  border: 1px solid var(--themeBackgroundlightColor);
}
.read-more {
  background: #4d8dc1;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: none;
  text-shadow: none;
}
.read-more:hover {
  background: #4d8dc1;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  text-decoration: underline;
}
body {
  font-family: Roboto, sans-serif;
  color: black;
  line-height: 1.2em;
  font-size: 17px;
  line-height: 20px;
}
a {
  color: #181a1c;
  text-decoration: none;
}
a:hover {
  color: var(--themeBackgroundColor);
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}
h1 {
  margin: 10px;
}
p {
  padding: 10px;
  font-weight: 100;
  color:var(--h1-lightColor);
}
.navbar {
  background: #fff;
  margin-bottom: 0;
  min-height: 70px;
}
.navbar-fixed-top {
  min-height: 60px;
  height: 60px;
  padding-top: 0;
}
.txt-white {
  color: #fff !important;
}
.navbar-inner {
  background: #fff;
  border-radius: 0;
  filter: none;
  border: none;
  box-shadow: none;
}
.navbar .brand img {
  width: 143px;
  height: 60px;
}
.navbar .nav2 > li {
  display: inline;
}
.navbar .nav2 > li > a {
  text-transform: uppercase;
  line-height: auto;
  vertical-align: middle;
  margin: 10px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  text-shadow: none;
  color: #000;
  transition: border-color 1s ease;
  padding: 6px 10px;
}
.navbar .nav2 > li > a:hover {
  text-transform: uppercase;
  line-height: auto;
  vertical-align: middle;
  margin: 10px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  font-size: 12px;
  text-shadow: none;
  color: red;
  transition: border-color 1s ease;
  padding: 6px 10px;
  text-decoration: underline;
}
.navbar .nav > li > a {
  text-transform: uppercase;
  line-height: auto;
  vertical-align: middle;
  margin: 10px 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border: 1px solid #000;
  box-shadow: none;
  font-size: 12px;
  text-shadow: none;
  color: black;
  transition: border-color 1s ease;
  padding: 6px 10px;
  min-width: 70px;
  text-align: center;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:focus,
.navbar .nav > .active > a:hover,
.navbar .nav > li:hover > a {
  border: 1px solid var(--themeBackgroundColor);
  color: #fff;
  background-color: var(--themeBackgroundColor);
  transition: border-color 1s ease;
}
.nav-pills {
  margin-bottom: 30px;
}
.nav-pills > li > a {
  background: 0 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin-right: 5px;
  padding-left: 20px;
  padding-right: 20px;
  border: 1px solid var(--themeBackgroundColor);
}
.nav-pills > .active > a,
.nav-pills > .active > a:focus,
.nav-pills > .active > a:hover,
.nav-pills > li > a:hover {
  background: var(--themeBackgroundColor);
  color: var(--h3-LightColor);
}
.navbar .btn-navbar,
.navbar .btn-navbar:hover {
  border-radius: 0;
  background: var(--themeBackgroundColor);
  color: white;
}
.centered {
  margin-left: auto;
  margin-right: auto;
  float: none;
  text-align: center;
}
.center {
  float: none !important;
  margin: 0 auto !important;
  text-align: center;
}
.highlighted-box {
  background: #f4f8f9;
  padding: 20px 30px;
}
.highlighted-box h1 {
  margin: 0;
}
.large-text {
  line-height: 1.2em;
  font-size: 30px;
  color: #181a1c;
  padding: 20px;
  margin-bottom: 20px;
}
.highlighted-box h1,
.highlighted-box p {
  color: #181a1c !important;
}
.circle-border {
  display: inline-block;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  -khtml-border-radius: 500px;
  border: 3px solid #fff;
}
.box-border {
  display: inline-block;
  border: 3px solid #fff;
  width: 100%;
  box-sizing: border-box;
}
.left-align {
  text-align: left;
}
.right-align {
  text-align: left;
}
.error {
  color: #cf0000;
  display: none;
}
.invisible {
  display: none;
  visibility: visible;
}
.triangle {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle2 {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #89c4f4;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle3 {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #e08283;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle4 {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #b388dd;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle5 {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #3fc380;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.triangle6 {
  margin: 0 auto;
  text-align: center;
  width: 0;
  height: 0;
  border-top: 30px solid #fff;
  border-left: 585px outset transparent;
  border-right: 585px outset transparent;
  position: relative;
}
.zoom-in {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  transition: all 250ms ease;
}
.zoom-in:hover {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
}
.button,
.button:focus,
.button:visited {
  display: inline-block;
  border: 1px solid var(--themeBackgroundlightColor);
  color: var(--themeBackgroundColor);
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
  line-height: auto;
  border-radius:4px;
}
.button:active,
.button:hover {
  background-color: var(--themeBackgroundColor);
  color: #fff;
  box-shadow:0px 1px 2px  var(--h1-Color);
}
.button-sp,
.button-sp:focus,
.button-sp:visited {
  border: none;
  background: var(--themeBackgroundColor);
  color: var(--themeFColor);
}
.button-sp:active,
.button-sp:hover {
  background: var(--themeBackgroundlightColor);
  color: white;
}
.button-sp:active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.button-ps,
.button-ps:focus,
.button-ps:visited {
  border: none;
  background-color: #181a1c;
  color: #fece1a;
}
.button-ps:active,
.button-ps:hover {
  background-color: #fece1a;
  color: #181a1c;
}
.thumbnail {
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  background: #191a1c;
}
.thumbnail .more {
  display: block;
  z-index: 4;
  position: absolute;
  top: -100px;
  left: 50%;
  margin: 0 auto;
  margin-left: -41px;
  width: 80px;
  height: 80px;
  font-size: 40px;
  color: #fff;
  text-decoration: none;
  line-height: 70px;
  text-align: center;
}
.thumbnail:hover .more {
  top: 40%;
  margin-top: -40px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3 s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thumbnail h3,
.thumbnail p {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 4;
}
.thumbnail h3 {
  color: white;
  margin-top: 10px;
  font-size: 20px;
}
.thumbnail > p {
  padding-bottom: 20px;
}
.thumbnail .mask {
  opacity: 0.85;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #181a1c;
  position: absolute;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2 s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.thumbnail:hover .mask {
  top: 0;
}
.social {
      list-style: none;
    position: relative;
    margin: 5px;
    background: var(--themeBackgroundColor);
    padding: 5px;
    border-radius: 5px;
}
.social li a {
  margin: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  color: #fece1a;
}
.social li a:hover {
  color: #181a1c;
}
.section {
  padding-bottom: 50px;
}
.section .container {
  padding-top: 20px;
}
.section .title {
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}
.section .title h1 {
  font-weight: 400;
  padding: 0;
}
.section .title h1 a {
  font-weight: 400;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.section .title h1 a:hover {
  font-weight: 400;
  padding: 0;
  color: #fff;
  text-decoration: none;
}
.section .title > p {
  font-size: 15px;
  color: #fff;
  font-weight: lighter;
}
.primary-section {
  background: var(--bg-LifeImpacted);
}
.primary-section-2 {
  background: #b388dd;
}
.primary-section .triangle {
  border-top: 40px solid #e08283;
}
.primary-section .title {
  border-bottom: 1px solid #fff;
}

.primary-section,
.primary-section .title p,
.primary-section h3 {
  color:var(--h3-lightColor);
  font-size: 18px;
  
}
.primary-section h1 {
  color: var(--h1-Color);
}
.secondary-section {
  background: var(--bg-OurProgrammes);
}
.secondary-section .title {
  color:  var(--h1-Color);
  border-bottom: 1px solid var(--themeBackgroundColor);
}
.secondary-section .title p,
.secondary-section h1 {
  color: var(--h1-Color);
}
.fthird-section {
   background:var(--bg-Social-Programmes);
}
.fthird-section h1{
	color:var(--h1-lightColor);
}
.fthird-section .container {
  padding-top: 20px;
  position: relative;
}
.fthird-section .title {
  border-bottom: 1px solid #a1aab7;
  
}

.third-section {
   background:var(--bg-Gallery);
   color:var(--h1-Color);
}
.third-section h1{
	color:var(--h1-Color);
}
.third-section .container {
  padding-top: 20px;
  position: relative;
}
.third-section .title {
  border-bottom: 1px solid #a1aab7;
  
}
.sub-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
.sub-section .title {
  padding: 0;
}
.fourth-section {
  background: var(--bg-Gallery);
}
.fourth-section h1 {
  color: var(--h1-Color);
}
.fifth-section {
  background: var(--bg-video);
}
.fifth-section h1{
  Color: var(--h1-Color);
}
.Sixth-section {
 
  background: var(--bg-partners);
}
.Sixth-section h1{
  Color: var(--h1-Color);
}
.section2.Sixth-section{
	height:260px;
}
.Seventh-section {
  padding-top:10px solid grey;
  background: var(--bg-newsletter);
}
.Seventh-section h1{
  Color: var(--h1-Color);
}
.Eight-section {
  padding-top:10px solid grey;
  background: var(--bg-Quicklinks);
}
.Eight-section h1{
  Color: var(--h1-Quicklinks);
}
.Eight-section .title {
  border-bottom: 1px solid #a1aab7;
  color: var(--h3-lightColor);
}
.Eight-section h3,
h4 {
  color: var(--h3-lightColor) !important;
}
.Eight-section ul li {
  list-style-type: none;
  margin-top: 12px;
  font-size: 14px;
}
.Eight-section li a {
  color: var(--h3-lightColor);
  font-size: 14px;
}
.Eight-section li a:hover {
  color: yellow;
}
.service {
  margin-top: 20px;
}
.service,
.service h2 {
  /* padding-top: 15px; */
}
.service p {
  padding: 0 50px;
  height: 60px;
}
.service img {
  width: 100%;
  height: 260px;
}
.single-project {
  margin-bottom: 30px;
  background: #181a1c;
}
.single-project img {
  width: 100%;
}
.project-description {
  padding-right: 20px;
}
.project-description p {
  padding-left: 0;
  font-size: 14px;
}
.project-title {
  margin-top: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid var(--h1-lightColor);
}
.project-title h3 {
  float: left;
  margin-top: 0;
  padding: 0;
  width: 80%;
}
.project-title .close {
  color: #fff;
  margin-top: 10px;
}
.project-info span,
.project-title h3 {
  color: var(--h1-lightColor);
}
.project-info {
  font-weight: 100;
  padding: 10px 0;
}
.project-info span {
  width: 80px;
  display: inline-block;
}
.project-info div {
  margin-bottom: 5px;
}
.close {
  float: right;
  width: 40px;
  height: 40px;
  text-align: center;
}
#portfolio-grid .mix {
  opacity: 0;
  display: none;
}
.team .thumbnail {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  padding: 10px;
  border: 1px solid #fff;
}
.team .thumbnail:hover .social {
  z-index: 5;
}
.team .thumbnail:hover .social a {
  color: #fff;
}
.team .thumbnail .mask {
  background: #b388dd;
}
.team .thumbnail .mask h2 {
  margin-top: 20%;
}
.team .thumbnail .mask,
.team .thumbnail .mask h3,
.team .thumbnail .mask p,
.team .thumbnail:hover .social a:hover,
.team .thumbnail:hover h3 {
  color: #181a17;
}
.about-text {
  margin-top: 30px;
}
.about-text p {
  padding: 0;
  font-size: 16px;
}
.skills {
  list-style-type: none;
  position: relative;
  margin: 0;
}
.skills li {
  margin-bottom: 30px;
  background: #fff;
  height: 40px;
  padding: 1px;
}
.skills li h3 {
  position: relative;
  font-size: 15px;
  padding: 0;
  margin: 0;
  left: 10px;
  z-index: 1;
  color: #181a1c;
}
.skills li .bar {
  height: 40px;
  position: absolute;
  background-color: #fece1a;
}
.client-slider img {
  border: 1px solid #fff;
}
.client-slider img:hover {
  background-color: #fece1a;
}
.client-nav {
  list-style: none;
  margin-top: 10px;
}
.client-nav li {
  float: left;
  display: block;
  margin-left: 10px;
}
.client-nav li a {
  display: inherit;
  padding: 5px;
  background: #fece1a;
  border-radius: 3px;
  width: 20px;
  height: 20px;
  background-color: var(--bg-Quicklinks);
  color: white;
}
.client-nav li a:hover {
  background: #404f5e;
}
.testimonial p {
  color: #fece1a;
  background: var(--themeBackgroundColor);
  padding: 34px;
  margin: 0;
  text-align: center;
  border-radius:5px;
  box-shadow:0px 0px 3px grey;
}
.testimonial .arrow {
  margin-left: 10px;
  width: 0;
  border-top: 10px solid #brown;
  border-left: 20px outset transparent;
  border-right: 20px outset transparent;
}
.testimonial .whopic {
  display: inline-block;
}
.testimonial .whopic img {
  margin-top: 10px;
  width: 50px;
  height: 50px;
  float: left;
}
.testimonial .whopic strong {
  float: left;
  margin-top: 10px;
  padding-left: 10px;
}
.testimonial .whopic small {
  display: block;
  font-size: 12px;
}
.testimonial-text {
  display: block;
  font-size: 22px;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
  width: 70%;
  line-height: 1.3em;
}
.price-table {
  margin-top: 70px;
  margin-bottom: 20px;
}
.price-column {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  text-align: center;
}
.price-column h3 {
  background-color: #181a1c;
  text-transform: uppercase;
  text-align: center;
  color: #fece1a;
  padding: 40px 0;
  font-size: 36px;
  margin-top: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.price-column .list {
  list-style: none;
  margin: 20px 50px;
}
.price-column .list li {
  font-weight: lighter;
  color: #747c89;
  font-size: 20px;
  border-bottom: 1px solid #747c89;
  padding: 25px 0;
}
.price-column .list li.price {
  text-align: center;
  font-size: 31px;
  background-color: #fff;
  color: #747c89;
  margin-top: 25px;
}
.price-text {
  margin: 30px 0 20px;
  font-size: 20px;
  color: #181a1c;
  font-weight: 400;
}
.newsletter,
.newsletter h2 {
  color: #d7ddde;
}
.newsletter .title h2 {
  text-align: left;
  padding: 0;
  margin: 0;
}
.newsletter form {
  text-align: right;
}
.newsletter input {
  margin-top: 10px;
  padding: 15px;
  height: auto;
}
.newsletter button {
  margin: 0 0 0 20px;
}
/* .newsletter .button-sp:active,
.newsletter .button-sp:hover {
  background-color: #fff;
  color: #181a1c;
} */
.contact {
  background: #20364b;
}
.contact .section .title > p,
.contact .social > li > a,
.contact h1,
.contact h2,
.contact h3,
.contact h4,
.contact h5,
.contact h6 {
  color: #181a1c;
}
.contact input[type="email"],
.contact input[type="text"],
.contact textarea {
  padding: 10px;
  line-height: 20px;
  height: auto;
}
.contact textarea {
  height: 120px;
}
.contact .social,
.contacts {
  color: #fff;
  list-style: none;
  margin-left: 10px;
}
.contacts > li {
  margin-top: 15px;
}
.contacts > li > a {
  color: #fff;
}
.contact-info {
  margin-top: 10px;
  margin-bottom: 10px;
}
.contact-info p {
  font-weight: 400;
}
.contact-info .icon {
  margin: 10px auto;
  font-size: 30px;
}
.map-wrapper {
  position: relative;
  height: auto;
}
.map-canvas {
  position: absolute;
  margin-bottom: 20px;
  width: 100%;
  height: 500px;
  color: #29383f;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
}
.contact .social {
  display: inline-block;
  margin-left: 0;
}
.contact .social li {
  line-height: 32px;
  padding: 10px 10px;
  font-family: Porta;
  font-size: 50px;
  transition: margin 0.4s;
  -webkit-transition: margin 0.4s;
}
.contact .social li a {
  color: #fff;
}
.contact .social li a:hover {
  color: #181a1c;
}
.contact-form {
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  z-index: 110;
  position: relative;
  margin-top: -25px;
  padding: 20px;
}
.contact-form h3 {
  color: #838589;
  padding-bottom: 20px;
}
.message-btn {
  border: 1px solid #747c89;
  color: #747c89;
  background-color: transparent;
  padding: 15px 30px;
  font-size: 17px;
}
.message-btn:hover {
  background-color: #fece1a;
}
.contact-info {
  text-align: center;
  font-size: 22px;
}
.info-mail {
  border: 1px solid #fff;
  width: 60%;
  margin: 0 auto;
  padding: 15px;
  color: #181a1c;
}
.black {
  color: #181a1c;
}
.footer {
  background: #181a1c;
  text-align: center;
}
.footer > p {
  color: #fff;
  margin: 0px;
  text-align:center
}
.scrollup {
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  width: 39px;
  height: 39px;
  border-radius: 5px;
  font-size: 20px;
  position: fixed;
  bottom: 30px;
  right: 20px;
  border: 1px solid var(--bg-Quicklinks);
  display: none;
  background: var(--bg-Quicklinks);
}
.scrollup > a {
  position: relative;
  top: 7px;
  color: #fff;
}
@media (min-width: 1200px) {
  .thumbnail .more {
    margin-left: -41px;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    line-height: 80px;
  }
}
@media (max-width: 979px) {
  body {
    padding-left: 0;
    padding-right: 0;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top {
    position: fixed;
  }
  .navbar .nav > li > a {
    line-height: 20px;
    vertical-align: middle;
  }
  .section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .navbar-fixed-bottom,
  .navbar-fixed-top,
  .navbar-static-top {
    margin-left: 0;
    margin-right: 0;
  }
  .nav-collapse {
    clear: both;
  }
  .nav-collapse .nav {
    float: none;
    margin: 0 0 10px;
  }
  .nav-collapse .nav > li {
    float: none;
  }
  .nav-collapse,
  .nav-collapse.collapse {
    width: 100%;
    display: inherit;
  }
  .thumbnail .more {
    margin-left: -21px;
    width: 40px;
    height: 40px;
    border-radius: 30px;
    line-height: 40px;
  }
  .thumbnail:hover .more {
    margin-top: -20px;
  }
  .newsletter form {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .info-mail {
    width: 90%;
    padding: 15px 0;
  }
  .project-description {
    padding-left: 20px;
  }
  .price-column,
  .testimonial {
    margin-top: 30px;
  }
  .navbar .nav > li > a {
    text-align: left;
  }
}
.bbqr {
  background-color: #dcbf00;
  font-size: 30px;
  text-align: center;
  padding: 30px;
  border-radius: 50px;
}
.bbqr:hover {
  background-color: #fff;
}
.btn-details4 {
  background-color: #76c04e;
  padding: 2px 4px 2px 4px;
  border-radius: 2px;
  bottom: 5%;
  border-bottom: 2px solid #3c763d;
}
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.counter {
  background-color: var(--themeBackgroundColor);
  padding: 20px 0;
  border-radius: 5px;
}
.count-title {
  font-size: 40px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
  color: var(--h1-lightColor);
  text-decoration: none;
}
.count-text {
  font-size: 13px;
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.fa-2x {
  margin: 0 auto;
  float: none;
  display: table;
  color: #4ad1e5;
}
.title1 {
  margin-top: 80px;
  text-align: center;
  border-bottom: 1px solid #fff;
}
#mask {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9000;
  background-color: #26262c;
  display: none;
}
#boxes .window {
  position: absolute;
  left: 0;
  top: 113.5px !important;
  width: 440px;
  height: 850px;
  display: none;
  z-index: 9999;
  padding: 20px;
  border-radius: 5px;
  text-align: center;
}
#boxes #dialog {
  width: 800px;
  height: auto;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  font-size: 15pt;
}
.agree:hover {
  background-color: #d1d1d1;
}
.popupoption:hover {
  background-color: #d1d1d1;
  color: green;
}
.popupoption2:hover {
  color: red;
}
.info {
  margin-top: 10px;
}
.info a {
  background-color: #0777b7;
  color: #fff;
  padding: 5px;
  font-size: 16px;
  text-decoration: none;
  box-shadow: 0 1px 2px #000;
}
.jssorl-009-spin img {
  animation-name: jssorl-009-spin;
  animation-duration: 1.6s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
@keyframes jssorl-009-spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.jssorb132 {
  position: absolute;
}
.jssorb132 .i {
  position: absolute;
  cursor: pointer;
}
.jssorb132 .i .b {
  fill: #fff;
  fill-opacity: 0.8;
  stroke: #000;
  stroke-width: 1600;
  stroke-miterlimit: 10;
  stroke-opacity: 0.7;
}
.jssorb132 .i:hover .b {
  fill: #000;
  fill-opacity: 0.7;
  stroke: #fff;
  stroke-width: 2000;
  stroke-opacity: 0.8;
}
.jssorb132 .iav .b {
  fill: #000;
  stroke: #fff;
  stroke-width: 2400;
  fill-opacity: 0.8;
  stroke-opacity: 1;
}
.jssorb132 .i.idn {
  opacity: 0.3;
}
.jssora051 {
  display: block;
  position: absolute;
  cursor: pointer;
}
.jssora051 .a {
  fill: none;
  stroke: #fff;
  stroke-width: 360;
  stroke-miterlimit: 10;
}
.jssora051:hover {
  opacity: 0.8;
}
.jssora051.jssora051dn {
  opacity: 0.5;
}
.jssora051.jssora051ds {
  opacity: 0.3;
  pointer-events: none;
}

.new_tab a {
  color: #0c966a !important;
  font-weight: bold;
}

#ac-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.6);
  z-index: 1001;
}
#popup {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0px 0px 25px 2px #000;
  max-width: 45%;
  /* top: 50px;
	    left: 50px;*/
}
#popup img {
  width: 100%;
}

#closeBtn {
  border-radius: 5px;
  border: 1px solid blue;
  position: absolute;
  right: -1px;
  top: -15px;
}
/*******New Changes *********/
#clients .infographic {
  margin-bottom: 20px;
  color: #29383f;
}

.photo-grid-container {
  display: flex;
}

.photo-grid-row {
}

.photo-grid-row .photogrid-child {
  margin-bottom: 20px;
}
.photo-grid-row .photogrid-child img {
  max-height: 100px;
}

.card-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  border-radius: 10px;
}

.card-1:hover {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.card-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.card-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.card-5 {
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.3), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.popover__wrapper {
  position: relative;
  display: inline-block;
}

.popover__content {
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;

  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: -30px;
  transform: translate(0, 10px);
  background-color: #bfbfbf;
  padding: 1.5rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  width: auto;
  margin-top: 7px;
  background: #1f1f1f;
  border-radius: 10px;
}

.popover__content:before {
  position: absolute;
  z-index: -1;
  content: "";
  right: calc(50% - 10px);
  top: -8px;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #1f1f1f transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}

.popover__wrapper:hover .popover__content {
  z-index: 10;
  opacity: 0.9;
  visibility: visible;
  transform: translate(0, -20px);
  transition: all 0.5s cubic-bezier(0.75, -0.02, 0.2, 0.97);
}

.bx-wrapper img {
  max-height: 200px;
}
#resizeimg {
  width:500px;
  height:152px;
}

#resizeimg:hover {
  width:500px;
  height:152px;
  box-shadow:0px 2px 3px gray;
}
.social-icon {
  filter: invert(1);
  padding: 0px;
  border-radius: 50%;
  /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.social-icon:hover {
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.25), 0px 0px 10px rgba(0, 0, 0, 0.22);
  
}

.update-panel .frame__container {
  display: flex;
  flex-direction: column;
  margin: auto;
  width: 100%;
  border: 1px solid #ced0d4;
  border-radius: 5px;
  background-color: #fff;
  box-sizing: border-box;
  cursor: pointer;
  margin-bottom: 10px;
}

.update-panel .font-hastag {
  color: #3e4757;
  font-weight: bold;
  text-align: center;
  padding: 0;
  padding-top: 10px;
}

.update-panel .frame__column {
  display: flex;
  flex-direction: column;
  margin: 5px;
}

.update-panel .frame__headline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 12px 0;
  margin-bottom: 11px;
  display: none;
}

.update-panel .headline__subtitle {
  color: #90949c;
  font-size: 10px;
  letter-spacing: -0.24px;
  line-height: 16.08px;
  margin: 0;
}

.update-panel .headline__title {
  color: #365899;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: -0.24px;
  line-height: 19.32px;
  word-wrap: break-word;
  margin: 0 0 2px;
  display: none;
}

.update-panel .headline__world {
  height: 12px;
  width: 12px;
}

.update-panel .frame__content {
  margin: 7px 12px;
}

.update-panel .frame__text {
  margin: 0;
}

.update-panel .frame__text--large {
  margin: 0;
  font-size: 24px;
  line-height: 28px;
}

.update-panel .frame__text--small {
  margin: 0;
  font-size: 17px;
  line-height: 19.32px;
}

.update-panel .frame__footer {
  display: flex;
  border-top: 1px solid #e1e2e3;
  padding: 4px 12px;
}

.update-panel .text__social {
  color: #7f7f7f;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  margin: 0;
}

.footer__likes,
.footer__comments,
.footer__share,
.footer__post-as {
  display: flex;
  padding: 4px 0 4px;
  margin-right: 20px;
}

.footer__image {
  height: 14px;
  margin: 0 6px -3px 0;
}

.footer__image--not-first {
  margin-left: 9px;
}

.footer__post-as-image {
  height: 16px;
}

.footer__post-as {
  margin-right: 0;
  margin-left: auto;
}

.update-panel .social .headline__image {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url("https://bjsindia.org/images/ico/BJS Logo.png");
  background-position: 50% 50%;
  background-size: cover;
  border-radius: 50%;
}

.update-panel .update-container {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.update-panel .d-center {
  display: flex;
  justify-items: center;
}

.update-panel .frame__image {
  height: 180px;
  width: 100%;
}

.program-caption {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  background: rgba(255, 229, 217, 0.4);
  padding: 0 10px;
  box-sizing: border-box;
  color:  var(--h1-Color);
}

.program-caption h3 {
  line-height: 30px;
  color:  var(--h3-Color);
  font-size:12pt;
}

.program-caption a {
  color: var(--themeFColor);
  padding: 10px 20px;
  background: var(--themeBackgroundColor);
  border: 0;
  border-radius: 0;

}

.program-caption a:hover {
  color: white;
  background: #EB7D7B;
  border: 0;
    text-decoration:none;
}

.navbar .nav2 > li.active20 > a {
	color: white;
    text-decoration: none;
    list-style: none;
}
.navbar .nav2 > li.active20 > a:hover {
	color: white;
    text-decoration: underline;
    list-style: none;
}
.active20{
	 background-color: var(--themeBackgroundColor);
	 color:white;
	 text-decoration:none;
	 list-style:none;
}

.contact .privacypolicy h1,
.contact .privacypolicy h2,
.contact .privacypolicy h3,
.contact .privacypolicy h4,
.contact .privacypolicy h5,
.contact .privacypolicy h6 {
  color: var(--themeBackgroundColor);
}

.contact .section .privacypolicy p,
.contact .section .privacypolicy .title > p,
.contact .social .privacypolicy > li > a{
  color: #181a1c;
}

.contact .section .privacypolicy ,
.contact .section .privacypolicy > ul >li {
    font-weight: 100;
  color: #181a1c;
}

.indexpage.section.fourth-section .sub-section .title .pull-left {
    position: absolute;
    /* text-align: center; */
    display: inline;
    padding-right: 39px;
    margin-right: 51px;
    left: 42%;
}

	.inner-thumbnails{
		background:white;
		border-radius:9px;
		margin-left:25px;
		width:295px;
	}
	
	.inner-thumbnailsn{
		background:white;
		border-radius:9px;
		margin-left:35px;
		width:300px;
	}
	
	.table-inner-thumbnails{
		height:130px;
		font-size:11px;
		padding:10px;
		margin-left:10px;
	}
	.first-img-td{
		height:100px;
		width:100px;
		border-radius:15px;
		border-style:1px solid var(--themeBackgroundColor);
	}
	.first-img-tdd{
		height:100px;
		width:100px;
		border-radius:15px;
		border-style:1px solid var(--themeBackgroundColor);
		margin-left:0px;
		min-width: 100px;s
	}
	.middle-td{
		padding-Left:16px;
	}
	.last-td{
		padding-Left:16px;
	}
	.table-button{
		border-radius:20px;
		border-style:none;
		background:var(--themeBackgroundColor);
		padding-left:15px;
		padding-right:15px;
		padding-top:5px;
		padding-bottom:5px;
		color:var(--h4-lightColor);
	}
	.table-button:Hover{
		
		background:var(--h4-lightColor);
		color:var(--themeBackgroundColor);
		box-shadow:0px 0px 2px var(--themeBackgroundColor);
	}
	.part-about{
		color:var(--h3-Color);
		text-align:justify;
		font-size:11pt;
	}
	.ah2{
		color:var(--themeBackgroundColor);
	}
	.ah3{
		color:var(--h3-Color);
	}
	.compbtn{
		color:var(--themeBackgroundColor); 
		background:var(--h3-lightColor);
		border-radius:5px; 
		border:1px solid grey;
		padding:10px;
		font-weight:bold;
	}
	.compbtn:hover{
	color:var(--h3-lightColor); 
		background:var(--themeBackgroundColor);
		border:1px solid var(--h3-lightColor);
	}
	.scanbtn{
		width:150px;
		text-align:center;
		color:black;
	}
	.scan-QR-txt{
		margin-top: 2px;
		text-align: center;
		    margin-bottom: 0px;
	}
	/*.scanbtn:hover{
		width:150px;
		text-align:center;
		box-shadow:0px 0px 10px white;
		padding:7px;
		background:white;
		color:var(--bg-Quicklinks);
	}*/
	.btnabout{
	padding:10px;
	background:white;
	color:var(--themeBackgroundColor);
	border:1px solid var(--themeBackgroundColor);
	margin-bottom:20px;
	}
	.btnabout:hover{
	padding:10px;
	background:var(--themeBackgroundColor);
	color:white;
	border:1px solid var(--themeBackgroundColor);
	box-shadow:0px 0px  2px grey;
	}
	.btnabouts{
	padding: 10px;
    background: white;
    color: var(--themeBackgroundColor);
    border: 1px solid var(--themeBackgroundColor);
    margin-bottom: 0px;
    margin-top: 173px;
	}
	.btnabouts:hover{
	padding:10px;
	background:var(--themeBackgroundColor);
	color:white;
	border:1px solid var(--themeBackgroundColor);
	box-shadow:0px 0px  2px grey;
	}
	.leaderposition{
	font-size:13px;
	}
	
.inner-thumbnailsn .table-inner-thumbnails tbody tr:first-child  td:first-child{
  min-width: 100px;
}
 .QR-div {
 display:flex;
 justify-content:center;
}
.QR-div a.QR-img-a {
  margin: auto;
  cursor: hand;
  max-width: 150px;
  left: 22%;
}
.QR-div a.QR-img-a img {
  width:200px;
} 
.our-leaders .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.leaders_aboutUs-div-body > .section-title {
  margin-bottom: 20px;
}

.aboutus-desc .section-title {
  text-decoration: underline;
  font-size: 20px;
  margin-bottom: 0px;
}

.our-leaders .aboutus-desc .section-title {
  text-align: center;
  margin-bottom: 20px;
}

.our-leaders-span{
  background-color: var(--bg-LifeImpacted);
  position: relative;
  border-right: solid 2px black;
  margin-left: 0px;
}
}

.leaders_aboutUs .our-leaders.our-leaders-span .our-leaders-span-span {
  right: 0;
  background-color: var(--bg-LifeImpacted);
  left: -1000%;
}

.leaders_aboutUs .our-leaders.our-leaders-span .our-leaders-span-span, .leaders_aboutUs .about-us .our-leaders-span-span {
  content: '';
  display: block;
  bottom: 0;
  width: 100%;
  top: 0;
  z-index: 1;
}

.our-leaders .text-start {
  text-align: left !important;
}

.card-holder ul.thumbnails{
  margin-bottom: 0px;
}

.card-holder {
  z-index: 5;
  position: relative;
}

.card-holder .inner-thumbnails{
  margin-top: 5px;
  margin-bottom: 5px;
}

.left-bjs-office ul.thumbnails li , .right-bjs-office ul.thumbnails li {
  margin-bottom: 0px;
}

.right-bjs-office ul.thumbnails li {
  margin-left: 15px;
}

.leaders_aboutUs .leaders_aboutUs-div-body{
  padding-top: 22px;
}


.leaders_aboutUs .leaders_aboutUs-more-button{
  margin-top: 22px;
  margin-left: 5px;
}


.section.leaders_aboutUs {
  padding-bottom: 0px;
}

.leaders_aboutUs-more-button .btnabouts {
  margin-bottom: -123px;
  margin-top: 0px;
}

.left-bjs-office .card-item {
    margin-left: 10px;
	margin-bottom: 10px;
  }
  
.right-bjs-office .card-item {
	margin-bottom: 10px;
  }
  
.left-bjs-office  {
    margin-left: 5px;
  }
.right-bjs-office  {
    margin-left: 20px;
  }
  
.left-bjs-office .card-item > .thumbnails, 
.right-bjs-office .card-item > .thumbnails{
        //display: flex;
    justify-content: center;
  }
  
  
.left-bjs-office .card-item > .thumbnails > .inner-thumbnails, 
.right-bjs-office .card-item > .thumbnails > .inner-thumbnails{
    margin-left: 50px;
  }
  

.scanbtn h4:hover{
    text-decoration: underline;
}

.scrollup {  
  z-index: 9999;
}


.leaders_aboutUs {
  background-color: var(--bg-LifeImpacted);
}


.scan-QR-txt-or {
	text-decoration:none;
	text-align: center;
	font-size: 14px;    
	margin-top: 0px;
    margin-bottom: 10px;
}

.scan-QR-txt-or a {
	color: yellow;
}

.scan-QR-txt-or a:hover {
	color: yellow;
	font-size: 17px;
	text-decoration:underline;
}

.leader-post {
    padding-right: 6px;
}
.about-leader-txt1 {
    padding-right: 5px;
}
.right-bjs-office .card-item-r2 td.middle-td{
    padding-top: 10px;
}
.left-bjs-office .card-item-l2  td.middle-td{
    padding-top: 15px;
}
.our-leaders.our-leaders-span .last-td {
    padding-top: 20px;
}
.our-leaders.our-leaders-span .founder .last-td {
    padding-top: 13px;
}


.span5.about-us p, .span5.about-us h2.vision-text, .span5.about-us h2.objective-text {
        font-family: 'Open Sans', sans-serif !important;
		font-size: 14px;
}


.about-us .leaders_aboutUs-div-body > .section-title {
  margin-bottom: 80px;
}


.left-right-bjs-office-splitter{
	background-color:red;
}

.left-right-bjs-office-splitter {
	margin-top: 15px;
    background-color: #000;
    padding: 1px;
    display: inline;
    position: absolute;
    height: inherit;
    min-height: 237px;
    margin-left: 44px;
}

.right-bjs-office .card-item > .thumbnails > .inner-thumbnails {
    margin-left: 55px;
}


.Eight-section ul li .footer_span_splitter,
.footer_span_splitter {
	margin-top: 15px !important;
    background-color: black;
    padding: 1px;
    display: inline;
    position: absolute;
    height: inherit;
    min-height: 237px;
    margin-left: 44px !important;
	width: 1px;
}

.leaders_aboutUs  .btnabout {
    padding: 10px;
    background: var(--themeBackgroundColor);
    color: var(--themeFColor);
    border: 1px solid var(--themeBackgroundColor);
    margin-bottom: 20px;
}

.leaders_aboutUs  .btnabouts {
    padding: 10px;
    background: var(--themeBackgroundColor);
    color: var(--themeFColor);
    border: 1px solid var(--themeBackgroundColor);
    margin-bottom: 0px;
    margin-top: 200px;
}

.btnVideo {
	padding: 10px;
	padding-left: 30px;
	padding-right: 30px;
    background: var(--themeBackgroundColor);
    color: var(--themeFColor);
    border: 1px solid var(--themeBackgroundColor);
	
}

.btnVideo:hover {
	color:white;
}

.dropdown a:hover{
	background:var(--themeBackgroundColor);
	color:white;
}

.dropdown:hover{
	background:var(--themeBackgroundColor);
	color:white;
}
.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    float: left;
	text-align:left;
}












@media (min-width: 1200px) {
  .thumbnails>li.founder {
   
  }
  

	.qklinks-h{
		margin-left: 54px;
	}

	.qklinks-ul{
		margin-left: 68px;
	}
}

@media (max-width: 767px) {
      
	.left-right-bjs-office-splitter {
		display:none;
	}

  .leaders_aboutUs-more-button .btnabouts {
    margin-bottom: 20px;
      margin-top: 0px;
  }

  .leaders_aboutUs .leaders_aboutUs-div-body > .section-title {
    text-align: center;
  }
  
  .leaders_aboutUs {
    background-color: #efefef;
  }
  .footer_span_splitter{
   display:none;
  }
  .thumbnails>li.founder > .thumbnails > .inner-thumbnails{
    margin-left: 20px;
  }
  
.right-bjs-office .card-item > .thumbnails > .inner-thumbnails{
    margin-left: 45px;
  }
}

