/*pdf popus */
    .swal2-popup .swal2-styled.swal2-confirm {
    border: 0;
    border-radius: .25em;
    background: initial;
    background-color: #640000!important;
    color: #fff;
    font-size: 1.0625em;
}
.swal2-popup .swal2-styled.swal2-cancel {
    background-color: #640000!important;
    color: #fff;
}
.swal2-popup .swal2-title {
    color: #000!important ;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 502;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  height: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 505; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 504; }

.mfp-preloader a {
  color: #cccccc; }

.mfp-preloader a:hover {
  color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  padding: 0;
  z-index: 506; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: white;
  right: 0px;
  text-align: right;
  padding-right: 0px;
  width:0%; 
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  top: 0;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before, .mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: solid transparent; }
.mfp-arrow:after,
.mfp-arrow .mfp-a {
  opacity: 0.8;
  border-top-width: 12px;
  border-bottom-width: 12px;
  top: 8px; }
.mfp-arrow:before,
.mfp-arrow .mfp-b {
  border-top-width: 20px;
  border-bottom-width: 20px; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 12px solid black;
    left: 5px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    border-right: 20px solid white; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 12px solid black;
    left: 3px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid white; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  top: -3px;
  left: 0;
  width: 90%;
  height: 85%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: black; }

.mfp-iframe-holder .mfp-close {
  top: -43px; }

/* Main image in popup */
img.mfp-img 
{
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; 
}

/* The shadow behind the image */
.mfp-figure:after 
{
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); 
}

.mfp-figure {
  line-height: 0; 
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; 
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-break: break-word;
  padding-right: 36px; 
}

.mfp-figure small 
{
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px; 
}

.mfp-image-holder .mfp-content 
{
  max-width: 100%; 
}

.mfp-gallery .mfp-image-holder .mfp-figure 
{
  cursor: pointer; 
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
   */
  .mfp-img-mobile .mfp-image-holder 
  {
    padding-left: 0;
    padding-right: 0; 
}

  .mfp-img-mobile img.mfp-img 
  {
    padding: 0; 
}

  /* The shadow behind the image */
  .mfp-img-mobile .mfp-figure:after 
  {
    top: 0;
    bottom: 0; 
}

  .mfp-img-mobile .mfp-bottom-bar 
  {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; 
}

  .mfp-img-mobile .mfp-bottom-bar:empty 
  {
    padding: 0; 
}

  .mfp-img-mobile .mfp-counter 
  {
    right: 5px;
    top: 3px; 
}

  .mfp-img-mobile .mfp-close 
  {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; 
}

  .mfp-img-mobile .mfp-figure small 
  {
    display: inline;
    margin-left: 5px; 
} 
}
@media all and (max-width: 800px) 
{
  .mfp-arrow 
  {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); 
}

  .mfp-arrow-left 
  {
    -webkit-transform-origin: 0;
    transform-origin: 0; 
}

  .mfp-arrow-right 
  {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; 
}

  .mfp-container 
  {
    padding-left: 6px;
    padding-right: 6px; 
} 
}
.mfp-ie7 .mfp-img 
{
  padding: 0; 
}
.mfp-ie7 .mfp-bottom-bar 
{
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; 
}
.mfp-ie7 .mfp-container 
{
  padding: 0; 
}
.mfp-ie7 .mfp-content 
{
  padding-top: 44px; 
}
.mfp-ie7 .mfp-close 
{
  top: 0;
  right: 0;
  padding-top: 0; 
}

/*pdf popus end*/
/* Header CSS  */
 @media(max-width: 280px)
 {

  h1 img {
      height: 67px!important;
      width: 70px!important;
  }
 }
 #taek{
    font-size: 25px;
 }
 .emailfont{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.8)
 }
#redd {
    /*background: red;*/
   position: relative;
    z-index: 1;
    padding-left: 0px;
    height: 100%;
    color: red;
    font-weight: 600;
    overflow-y: hidden;
    font-size: 20px;
    overflow-x: hidden;
    padding: 1.2rem ;
    border-radius: 36px 0px 36px 0px; 
    /*transform: translateX(110px);*/
} 
#branch-dropdown{
  transform: translateX(10px);
  color: black;
} 
.owl-carousel.home-slider .slider-item
{
  background-position: inherit !important;
}
/*#redd::before {
    width: 220%;
    height: 320%;
    content: '';
    position: absolute;
    top: 40%;
    left: 0;
    z-index: -1;
    background-color: red;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}*/ 
@media (min-width: 992px){
.pb-lg-0, .py-lg-0 {
    padding-bottom: 5px !important;
}
}

@media(max-width: 1024px)
{
    .col-lg-3 {
    -webkit-box-flex: 0;
    /*-ms-flex: 0 0 25%;*/
    flex: 0 0 50%;
    max-width: 50%;
    }
}
@media (min-width: 992px){
.pt-lg-0, .py-lg-0 {
    padding-top: 5px !important;
}
}

 @media only screen and (min-device-width : 280px) and (max-width: 767.98px) {
       .searchform{
        width: 50%;
        margin-top: 5px;
       }
       .navtoggler{
        margin-top: 5px;
       }
       .col-lg-3 {
    -webkit-box-flex: 0;
    /* -ms-flex: 0 0 25%; */
    flex: 0 0 100%;
    max-width: 100%;
    }
 }
 @media (max-width: 320px){
    #taek{
        font-size: 20px;
    }
    h1 img{
        height: 80px;
        width: 90px;
    }
    .navtoggler{
        width: 35%;
        font-size: 12px;
    }
    .searchform .search span {
    font-size: 12px;
    }
    .searchform .form-control{
        height: 30px !important;
        font-size: 10px;
    }
    .searchform{
        height: 30px;
    }

 }

/*Kidlesson CSS */

.cont p#break {
  font-weight: lighter;
  font-size: 0.85rem;
  line-height: 1;

  margin: 0;
}

.cont {
  width: 75%;
  margin: auto;
  max-width: 700px;
}

.kidlesscard {
  margin-top: 30px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.46);
  border-radius: 10px;
  margin-bottom: 2em;
  padding: 2em;
  /* Gives opacity to card without effecting children */
  background: rgb(143 208 210);
}

.cont .message-title {
  margin-top: 0;
  padding-bottom: 0.75em;
  border-bottom: solid 1px rgb(221, 221, 221);
  text-align: left;
}

.cont .message-container {
  margin-bottom: 2em;
  max-width: 600px;
}

.cont form {
  display: grid;

  grid-template-columns: 189px auto auto;
  grid-column-gap: 0.5em;
  grid-row-gap: 2em;
}

.cont label {
  font-weight: bold;
  grid-column: 1/2;
}

.cont input {
  /* May help keep right column responsive
  width: cal(100%-200px); */
  grid-column: 2/4;
  height: 3em;
  border: solid 3px var(--primary-clr);
  /*border-radius: 4em;*/
  padding: 0 1em;
}
.cont textarea {
  grid-column: 2/4;
 /* border-radius: 2em;*/
  border: solid 3px var(--primary-clr);
  padding: 0.5em 1em;
}
.first-name {
  grid-column: 2/3;
}

.last-name {
  grid-column: 3/4;
}

.cont .button-container {
  grid-column: 1/4;
  display: flex;
  justify-content: center;
  
}

.cont .button {
  width: 100px;
  background: #670000;
  color: white;
  border: none;
  cursor: pointer;
  transition: .4s ease;
  border-radius: 6px;
}

.cont .button:hover {
  color: black ;
}
.validation-1 {
  transform: translateX(149px);
}
.recaptcha-0{
  margin-top: 80%;
    transform: translateX(-308px);
    width: 167%;
}
#tit-form{
  text-align: center;
  color: red;
}
#lessonForm{
  transform: translateX(29px);
}
.mg-0{
  transform: translateX(-50px);
}
.mg-t{
  margin-top: -9%;
}
.message-container{
  padding-bottom: 0%;
} 
#f1-m
{
 /* transform: translateX(178px);*/
 text-align: center;
  color: red;
  margin-top: -4%;
  padding-bottom: 15px;
}
#branch{
  transform: translateY(-10px);
  width: 18px;
}
#branchs{
  transform: translateY(22px);
  width: 18px;
}
#branch-01{
  transform: translateY(-26px);
  font-size: 18px;
  font-weight: unset;
  margin-left: 3px;
}
/*.branch1{
  margin-top: 47%;
  margin-left: -378%; 
}*/
#branch-newham{
  transform: translateX(-31px);
}
.chechbox-1{
  transform: translateX(-46px);
}
.branch-Tottenham{
  padding-left: 26px;
}
#branch-label{
  transform: translateY(10px);
}

@media screen and (max-width: 1024px) {
  /* Specific to background image */
  .cont img #background-img {
    left: 50%;
    left: -512px; /* 50% */
  }
  /*#branch{
  transform: translateY(-10px);
   width: 10%;
  }
  #branchs{
  transform: translateY(50px);
    width: 25%;
  }*/
}
@media (max-width: 912px){
  .books, .posts, .comments, .categories{
    width: 99%!important;
  }
}
@media (max-width: 820px){
  .books, .posts, .comments, .categories{
    width: 99%!important;
  }
}
@media (max-width: 575px){
  .branch-Tottenham {
      padding-left: 0px;
  }
}
/* For Mobile */
@media (max-width: 750px) {
  .cont {
    width: 90%;
  }

  .cont form {
    display: flex;
    flex-direction: column;
    grid-row-gap: 0;
  }

  .name {
    grid-column-gap: 0;
  }

  .cont input{
    margin: 1em 0;
    transform: translateX(-28px);
  }

  .cont p#break {
    display: inline;
  }
 .validation-1 {
  transform: translateX(0px);
  }
  .recaptcha-0 {
    margin-top: 9%;
    transform: translateX(-1px);
    width: 132%;
  }
  .mg-t{
   margin-top: 0%;
  }
  .g-recaptcha{
    transform: scale(0.7) !important;
  }
  .cont .button{
  margin-top: -2%;
  transform: translateX(-37px);
  }
 /* #branch{
  transform: translateY(18px);
    width: 10%;
  }
  #branchs{
  transform: translateY(18px);
    width: 10%;
  }
  .branch1 {
    margin-left: 0%;
  }*/
.recha{
    margin-left: 22px;
  }
  .recha-input{
    margin-left: 30px!important;
  }
}
@media (max-width: 575.98px) {
.validation-1 {
  transform: translateX(0px);
  }
  .recaptcha-0 {
    margin-top: -3%;
    transform: translateX(-1px);
    width: 132%;
  }
.g-recaptcha{
    transform: scale(0.7) !important;
  }
  #f1-m {
    /*transform: translateX(-1px);*/
    margin-top: -8%;
    font-size: 97%;
    width: 100%;
  }
  .cont .button{
  margin-top: -2%;
  transform: translateX(-37px);
  }
 }
@media (max-width: 540px) {
    .chechbox-1 {
    transform: translateX(0px);
    }
    #branch-01{
      padding-left: 5px;
    }
}
@media (max-width: 414px) {
  #branch-01 {
    transform: translateY(-27px);
    width: 58%;
    margin-left: -4px;
  }
  #branchs {
    transform: translateY(17px);
    width: 13%;
  }
  #branch {
    width: 7%;
  }
  .branch1{
    margin-top: 0%;
  }
  .chechbox-1 {
    transform: translateX(3px);
  }
}

@media (max-width: 390px){
   #branch-01 {
    transform: translateY(-27px);
    width: 58%;
    margin-left: -4px;
  }
  #branchs {
    transform: translateY(17px);
    width: 13%;
  }
  #branch {
    width: 7%;
  }
  .branch1{
    margin-top: 0%;
  }
  .chechbox-1 {
    transform: translateX(3px);
  }
}

@media (max-width: 375px) {
  #branch-01 {
    transform: translateY(-27px);
    width: 58%;
    margin-left: -4px;
  }
  #branchs {
    transform: translateY(17px);
    width: 13%;
  }
  #branch {
    width: 7%;
  }
  .branch1{
    margin-top: 0%;
  }
  .chechbox-1 {
    transform: translateX(3px);
  }
}

@media (max-width: 360px) {
  #branch-01 {
    transform: translateY(-27px);
    width: 60%;
    margin-left: -4px;
  }
  #branchs {
    transform: translateY(17px);
    width: 13%;
  }
  #branch {
    width: 7%;
  }
  .branch1{
    margin-top: 0%;
  }
  .chechbox-1 {
    transform: translateX(3px);
  }
}
@media (max-width: 320px) {
  .validation-1 {
  transform: translateX(0px);
  }
  .recha{
    margin-left: 22px;
  }
  .recha-input{
    margin-left: 30px!important;
  }
  .recaptcha-0 {
    margin-top: -4%;
    transform: translateX(-1px);
    width: 132%;
}
  .g-recaptcha{
    transform: scale(0.7) !important;
    margin-left: -11%;
  }
  #f1-m {
  /*  transform: translateX(-1px);*/
    margin-top: -13%;
    font-size: 97%;
    width: 100%;
}
.cont .button{
  margin-top: -2%;
  transform: translateX(-37px);
}
  #branch{
  transform: translateY(1px);
    width: 8%;
}
#branchs{
  transform: translateY(18px);
    width: 12%;
}
.branch1 {
    margin-left: 0%;
}
#branch-01{
  transform: translateY(-15px);
  margin-left: -1%;
  width: 72%;
}
.chechbox-1 {
    transform: translateX(-4px);
}
#first-name{
  margin-top: 6%;
  }
}


        #sec
        {
            margin-top: 150px;
            margin-left: 80px;
            margin-bottom: 100px;

        }
        body 
        {
          font-family: /*"Poppins", sans-serif*/ "Roboto",sans-serif;
          font-weight: normal;
          font-style: normal;

        }
        .action .recursos .recurso  {
            display: inline-block;
            margin-right: 30px;
            margin-bottom: 40px;
            background-color: #FFFFFF;
            width: 30%;
            border: 3px solid ghostwhite;
            border-radius: 20px;
            transition: 0.3s;
            box-shadow: 0px 12px 27px 5px rgba(0,0,0,0.22);
            -webkit-box-shadow: 0px 12px 27px 5px rgb(144 208 210/ 30%);
            -moz-box-shadow: 0px 12px 27px 5px rgba(0,0,0,0.22);
            transition: 1s;
        }
        .action {
            background-image: -webkit-repeating-linear-gradient(top left, #EEF9FF 0%, #EEF9FF 100%);
            /* IE10+ */
            background-image: repeating-linear-gradient(to bottom right, #EEF9FF 0%, #EEF9FF 100%);
            background-image: -ms-repeating-linear-gradient(top left, #EEF9FF 0%, #EEF9FF 100%);
        }

        .action1 .recur .rec  {
            display: inline-block;
            margin-right: 25px;
            margin-bottom: 40px;
            background-color: /*#EEF9FF*/ white;
            width: 28%;
            height: -15%;
            padding-bottom: 10px;
            border-radius: 20px;
            transition: 0.3s;
            box-shadow: 0px 12px 27px 5px rgba(0,0,0,0.22);
            -webkit-box-shadow: 0px 12px 27px 5px rgb(240 236 236 / 80%);
            -moz-box-shadow: 0px 12px 27px 5px rgba(0,0,0,0.22);
            transition: 1s;
        }
        .rec img {
            margin-left: 30px;
        /*    border-bottom-right-radius: 120px;
            border-bottom-left-radius: 120px;
            border-top-right-radius: 120px;
            border-top-left-radius: 120px;*/
            margin-top: 7%;
            margin-right: 40px;
            width: 80%;
            height: 220px;
            border-radius: 20px;
        }
        .rec h5{
            margin-top: 30px;
            color: black;
            text-align: center;
        }
        .rec a{
            margin-top: /*30px*/ 0px;
            margin-left: 32%; 
            color: black;
        }
        .rec a:hover{ 
            color: green; 
        }
        .action1 h2  
        {
            padding-top: 2%;
            margin-left: 6%;
            margin-bottom: 0%;
            font-size: /*25px*/ 2rem; 
            font-weight: 700;
        } 
        .container6 {  
            padding-top: 5%;
            padding-bottom: 8%;
            padding-left: 10%;
            margin-left: -90px;
            margin-right: -119px;
        }
        .container7 {
            padding-top: 5%;
            padding-bottom: 12%;
            padding-left: 10%;
            padding-right: 10%;

        }
        .action h2  
        {
            padding-top: 5%;
           text-align: center;
            margin-bottom: 0%;
            font-size: /*25px*/ 2rem; 
            font-weight: 700;
        }
        .container5 {

            padding-top: 2%;
            padding-bottom: 10%;
            padding-left: 10%;
            margin-left: -90px;
            margin-right: -40px;
        }
        .recurso h1 {
            margin-top: 20px;
            margin-left: 100px;
            margin-bottom: 5%;
            font-size: 30px;
        }
        .recurso img {
          
            border-bottom-right-radius: 20px;
            border-bottom-left-radius: 20px;
            border-top-right-radius: 20px;
            border-top-left-radius: 20px;
            width: 100%;
            height: 220px;
        }
        .recurso:hover {
            -moz-transform: scale(1.05) translate(-1px, -15px);
            -webkit-transform: scale(1.05) translate(-1px, -15px);
            -o-transform: scale(1.05) translate(-1px, -15px);
            -ms-transform: scale(1.05) translate(-1px, -15px);
            transform: scale(1.05) translate(-1px, -15px);
            transition: 0.6s;
        }
        small
        {
            font-size: 90%;
        }
        h1 img{
            height: 90px;
            width:100px;
        }
        me-2
        {
            margin-left: 10px;
        }
        .navbar-collapse
        {
            margin-left: 0%;
        }
        .bg-light1 {
            background: #f8f9fd !important;
            color: black; 
            padding-bottom: 40px; border:1px solid #DCDCDC;
        }

        .heading-section .subheading
        {
            margin-top: -70px;
        }
        .org{
            /*height: auto;*/
            width: auto;
            /*margin: 10px 0px 10px 160px;*/
        }
        .partner img{
            height: 150px;
            width: 150px;
            border-radius: 15px;
        }
        .col-md-3{
            padding-left: 60px;
        }
        .img,
        .blog-img,
        .user-img {
            margin: 0px;
        }
            .heading-section h2 {
            margin-top: 2%;
        }
        .mb-6{
            margin-bottom: 5rem !important;
        }
        .pl-4,
        .px-4 {
            padding-left: 1.5rem !important; 
            margin-top: -50px;
        }
        .ftco-faqs .img.img-3 {
        position: absolute;
        bottom: 300px;
        left: 720px;
        width: 25%;
        z-index: 0;
        height: 40%; }

        .span1{
            color: red;
        }
        .effect1 {
    text-align: center;
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
    /*font-family: 'Roboto', sans-serif;*/
    font-size: 15px;
    padding: 10px 0px;
    width: 150px;
    border-radius: 6px;
    overflow: hidden;
    background-color: #1ba12d;
    float: right;
}
.effect1.effect-2:hover {
    color: black;
}

@media (min-width: 576px) {  .col-sm-3 .col-md-3{
    width: auto;

} }

@media (min-width: 768px) {.col-sm-3 .col-md-3{
    width: auto;
}   }


@media (min-width: 992px) {.col-sm-3 .col-md-3{
    width: auto;
} }

@media (min-width: 1200px) { .col-md-3{
    width: auto;
} }

.profile {
  margin: 20px 0;
}

/* Profile sidebar */
.profile-sidebar {
  padding: 20px 0 10px 0;
  background: #fff;
}

.profile-userpic img {
  float: none;
  margin: 0 auto;
  width:200px;
  height: 240px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}

.profile-usertitle {
  text-align: center;
  margin-top: 20px;
}

.profile-usertitle-name {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 7px;
 font-family: "Franklin Gothic Medium";
}

.profile-usertitle-job {
  text-transform: uppercase;
  color: #5b9bd1;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 15px;
}

.profile-userbuttons {
  text-align: center;
  margin-top: 10px;
}

.profile-userbuttons .btn {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 15px;
  margin-right: 5px;
}

.profile-userbuttons .btn:last-child {
  margin-right: 0px;
}
    
.profile-usermenu {
  margin-top: 30px;
}

.profile-usermenu ul li {
  border-bottom: 1px solid #f0f4f7;
}

.profile-usermenu ul li:last-child {
  border-bottom: none;
}

.profile-usermenu ul li a {
  color: #93a3b5;
  font-size: 14px;
  font-weight: 400;
}

.profile-usermenu ul li a i {
  margin-right: 8px;
  font-size: 14px;
}

.profile-usermenu ul li a:hover {
  background-color: #fafcfd;
  color: #5b9bd1;
}

.profile-usermenu ul li.active {
  border-bottom: none;
}

.profile-usermenu ul li.active a {
  color: #5b9bd1;
  background-color: #f6f9fb;
  border-left: 2px solid #5b9bd1;
  margin-left: -2px;
}

/* Profile Content */
.profile-content {
  padding: 20px;
  background: #fff;
  min-height: 460px;
  color: black;
}
/*a, button, code, div, img, input, label, li, p, pre, select, span, svg, table, td, textarea, th, ul {
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
}*/
.dashboard-stat, .portlet {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.portlet.bordered {
    border-left: 2px solid #e6e9ec!important;
}
.portlet.light {
    padding: 12px 20px 15px;
    background-color: #fff;
}
.portlet.light.bordered {
    border: 1px solid #e7ecf1!important;
}
.list-separated {
    margin-top: 10px;
    margin-bottom: 15px;
}
.profile-stat {
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f4f7;
}
.profile-stat-title {
    color: #7f90a4;
    font-size: 25px;
    text-align: center;
}
.uppercase {
    text-transform: uppercase!important;
}

.profile-stat-text {
    color: #5b9bd1;
    font-size: 10px;
    font-weight: 600;
    text-align: center;
}
.profile-desc-title {
    color: #7f90a4;
    font-size: 17px;
    font-weight: 600;
}
.profile-desc-text {
    color: #7e8c9e;
    font-size: 14px;
}
.margin-top-20 {
    margin-top: 20px!important;
}
[class*=" fa-"]:not(.fa-stack), [class*=" glyphicon-"], [class*=" icon-"], [class^=fa-]:not(.fa-stack), [class^=glyphicon-], [class^=icon-] {
    display: inline-block;
    line-height: 36px;
    -webkit-font-smoothing: antialiased;
}
.profile-desc-link i {
    width: 22px;
    font-size: 19px;
    color: #abb6c4;
    margin-right: 5px;
}
*, *::before, *::after {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    list-style: none;
    list-style-type: none;
    text-decoration: none;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.main .container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1rem;
    justify-content: center;
    align-items: center;
}
.main .card {
    color: #252a32;
    border-radius: 2px;
    background: #ffffff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
}
.main .card-image {
    position: relative;
    display: block;
    width: 100%;
    padding-top: 70%;
    background: #ffffff;
}
.main .card-image img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (max-width: 600px) {
    .main .container {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
    }
}    

.text {
    text-align: justify;
    color: black;
    word-spacing: -2px;
}