/* @import url('https://fonts.googleapis.com/css?family=Cairo|Roboto'); */
@import url('https://fonts.googleapis.com/css?family=Cairo&display=swap');

@font-face {
    font-family: 'Sakkal Majalla';
    src: url('SakkalMajalla.woff2') format('woff2'),
        url('SakkalMajalla.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.sakal {
    font-family: 'Sakkal Majalla';
}

body {
    font-family: 'Cairo', sans-serif;
}

    /*.body_bg {
 background: url('../images/bg.jpg') no-repeat ;
    background-size: 100%;
    background-attachment: fixed;
} */

a {
   text-decoration: none; 
}

.col-1 {
    width: 100%;
}
.col-2 {
    width: 74%;
}
.col-3 {
    width: 50%;
}
.col-4 {
    width: 25%;
}
.col-5 {
    width: 15%;
}
.col-6 {
    width: 5%;
}
.col-7 {
    width: 45%;
}
.col-9 {
    width: 90%;
}
.col-10 {
    width: 70%;
}

.main-conatiner {
    margin: 0 auto;
    -webkit-box-shadow: -2px 11px 34px -5px #000000b0;
    -moz-box-shadow: -2px 11px 34px -5px #000000b0;
    box-shadow: -2px 11px 34px -5px #000000b0;
    margin-bottom: 3%;
    background: #fff;
    font-size: 1.2em;

}

.right {
    float: right;
}
.left {
    float: left;
}
.clear {
    clear: both;
}
.pl {
    padding: 5%;
}

.center-row {
    margin: 0 auto;
}

.header {
    padding: 0;
    margin: 0;

}

.logo {
    display: block;
    margin: 5px auto;

}

.nav {
    /* background: #29afa0; */
    /* background: #da700d; */
    background: #1b7469;
    padding: 0;
    margin: 0;
}
.nav a {
    display: inline-block;
    padding: 5px;
    margin: 0;
    font-size: .9em;
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    border-left: 1px solid #fff;
    border-radius: 5px 0 5px 0;

}

.nav a:hover  {
    background: #fff;
    color: #29afa0;
}

.white_bg {
    background: #cedce7;
}

.nav .dropdown {
    display: inline-block;
    padding: 5px;

}

.nav-container {
    border-radius: 5px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
.visible-title {
    visibility: visible;
}

.dropdown-menu {
    display: none;
    z-index: 1000;
    position: absolute;
    padding: 0;
    -webkit-box-shadow: -2px 11px 34px -5px #000000b0;
    -moz-box-shadow: -2px 11px 34px -5px #000000b0;
    box-shadow: -2px 11px 34px -5px #000000b0;
}

.dropdown-menu a {
    display: block;
    padding: 5px;
    margin: 0;
    background: #29afa0;
    color: #fff;
    border-radius: 0;
    border-bottom: 1px solid #fff;
    font-weight: bold;
}

.dropdown-menu a:hover {
    background: #dadbdb;
}

.dropdown:hover > .dropdown-menu {
    display: block !important;
}

.white-bg {
    background: #fff;
}

.font-color {
    color: #d8d8d8;

}

.background-color {
    background: #29afa0;
}

.normal-pd {
    padding: 5px;
    text-justify: inter-word;
}

.footer {
    color: #fff;

}

.inline-list .inline-item {
    display: inline-block;
    vertical-align: top;
}

.footer i {
    color: #fff;
}

.footer a {
    color: #fff;

}

.footer-inline-list a {
    display: inline-block !important;
    padding: 5px;
}
.footer-inline-list a img {
    width: 50px;
}

.copyright {
    font-size: 14px;
}

.center {
    text-align: center;
}

.footer .footer-menu {
    display: inline-block;
    padding: 5px;
    margin: 5px;
}

.footer-menu a {
    display: block;
    font-size: 16px;
    text-decoration: none;
    color: #29afa0;
    /* border-bottom: 1px dotted #29afa0; */
}

.footer-menu a:hover {
    color: #fff;
}

.offers {
    white-space: nowrap;
    width: 100%;
    overflow-x:auto;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    &::-webkit-scrollbar {
        display: none;
    }
}

.offers .offer {
    display: inline-block;
    background: url(../images/msg.png) no-repeat;
    background-size: 100% 100%;
    padding: 15px;
    margin: 5px;
    border-radius: 5px;
    text-align: center;
}

.clerics .cleric {
    display: inline-block;
}

.clerics .cleric img {
    width: 200px;
    height: 250px;
    margin: 5px;
}

.button {
    padding: 5px;
    margin: 0;
    display: block;
    background: #29afa0;
    color: #fff;
    /* border-radius: 5px; */
    text-decoration: none;
    /* width: 100px; */
    text-align: center;
    border: none;
}

.button:hover {
    background: #29afa0;

}

.headline {
    color: #29afa0;
    border-bottom: 1px solid #29afa0;
    padding: 5px;
    font-size: 1.1em;
}

.headline-gray {
    color: #ccc;
    padding: 5px;

}

.list-view a {
    display: block;
    color: #540085;
    /* border-bottom: 1px solid #29afa0; */
    text-decoration: none;
}

.gallery-folders-view a {
    width: 25%;
    display: inline-block;
    text-align: center;
    color: #29afa0;
    text-decoration: none;
}

.gallery-folders-view a h1 {
    color: #29afa0;

}

.gallery-folders-view a img {
    width: 250px;
    border-radius: 15px;
}

.gallery-images-view a {
    display: inline;
    color: #ccc;
    text-decoration: none;
}
.gallery-images-view a img {
    width: 10%;
}

.light-box {
    display: none;
    padding: 0;
    margin: 0;
    background: #000;
    z-index: 78;
    position: fixed;
    width: 100%;
    height: 100vh;
    color: #ccc;
}

.light-box .light-box-text {
    text-align: center;
}

.light-box .close-btn {
    color: #1a1818;
    text-decoration: none;
    display: block;
    padding: 15px;
    margin: 5px;
    background: #fff;
    border-radius: 50%;
    width: 56px;
    text-align: center;
}

.share {
    border-top: 1px solid #a18400;

}

.share a {
    display: inline-block;
    color: #29afa0;
    margin: 3px;

}

.socail-menu img {
    width: 26px;
}

.white-text {
    color: #fff !important;
}

.newsletter {
    padding: 15px;
    margin: 0;

}

.newsletter input {
    display: inline-block;
    padding: 5px;
    margin: 0;
    border: 1px solid #29afa0;
    /* border-radius: 5px 0 0 5px; */
}

.newsletter .subscribe-button {
    display: inline-block;
    padding: 15px;
    margin: 0;
    border: none;
    border: 1px solid #29afa0;
    border-radius: 0 5px 5px 0;
    background: #29afa0;
    color: #fff;
}


.newsletter .subscribe-button:hover {
    background: #29afa0;
    color: #fff;

}

.newsletter select {
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.newsletter textarea {
    padding: 5px;
    margin: 5px;
    border: 1px solid #29afa0;
    /* border-radius: 5px; */
    height: 150px;

}
.form-note {
    font-size: 16px;
    color: #ccc;
}
.card {
    background: #fff;
    border-radius: 5px;
    padding: 5px;
}

.register-btn {
    display: block;
    background: #29afa0;
    padding: 15px;
    margin: 5px;
    color: #fff;
    border-radius: 5px;
    text-decoration: none;
    width: 50%;
    text-align: center;

}

.register-btn:hover {
    background: #29afa0;
}

.hajj {
    background: url(../images/sl1.jpg) no-repeat 100%;
    background-attachment: fixed;
    background-size: cover;
}

.hajjs {
    background: url(../images/sl1.2.jpg) no-repeat 100%;
    background-attachment: fixed;
    background-size: cover;
}

.marquee_text {
    margin: 0 auto;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    animation: marquee 50s linear infinite;
    color: #fff;

}

@keyframes marquee {
    0%   { text-indent: 27.5em }
    100% { text-indent: -105em }
}

.marqueeDiv {
    display: block;
    background: #29afa0;
    color: #000;
    padding: 0;
    margin: 0;
    padding: 3px
}

.marqueeDiv h4 {
    color: #000;
    margin: 5px;
    text-decoration: none;
}

#stage{
    width:100%;
    height:100%;
    overflow:hidden;
  }




*{
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}


.wrapper{
  width: 90%;
  margin: 0 auto;
  max-width: 80rem;
}

.card-stands {
  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;
}

.card-stand {
  width: calc(25% - 2rem);
  margin: 1rem;
  cursor: pointer;
}

.container{
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	        perspective: 1000px;
}

.front,
.back{
  background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	        backface-visibility: hidden;
	text-align: center;
	min-height: 280px;
	height: auto;
	border-radius: 10px;
	color: #fff;
	font-size: 1.5rem;
}

.back{
  background: #cedce7;
  background: -webkit-linear-gradient(45deg,  #515353 0%,#2e363a 100%);
  background: -o-linear-gradient(45deg,  #515353 0%,#2e363a 100%);
  background: linear-gradient(45deg,  #515353 0%,#2e363a 100%);
}

.front:after{
	position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    content: '';
    display: block;
    opacity: .6;
    background-color: #000;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    border-radius: 10px;
}
.container:hover .front,
.container:hover .back{
    -webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    -o-transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
    transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}

.back{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.inner{
    -webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
            transform: translateY(-50%) translateZ(60px) scale(0.94);
    top: 50%;
    position: absolute;
    left: 0;
    width: 100%;
    padding: 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    outline: 1px solid transparent;
    -webkit-perspective: inherit;
            perspective: inherit;
    z-index: 2;
    font-size: 12px;
}

.container .back{
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container .front{
    -webkit-transform: rotateY(0deg);
            transform: rotateY(0deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
}

.container:hover .back{
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.container:hover .front{
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.front .inner p{
  font-size: 2rem;
  margin-bottom: 2rem;
  position: relative;
}

.front .inner p:after{
  content: '';
  width: 4rem;
  height: 2px;
  position: absolute;
  background: #C6D4DF;
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -.75rem;
}

.front .inner span{
  color: #ffffffb3;
  font-family: 'Montserrat';
  font-weight: 300;
}

.mobile-menu-btn {
    padding: 15px;
    margin: 5px;
    color: #29afa0;
    display: none;
    text-decoration: none;
    text-align: center;
}

/* @media screen and (max-width: 64rem){
  .col{
    width: calc(33.333333% - 2rem);
  }
} */

@media screen and (max-width: 48rem){
  .col{
    width: calc(50% - 2rem);
  }
  .vision {
      background: #38126e !important;
  }
}

@media screen and (max-width: 32rem){
    .body_container {
        background: #4d008142;
    }
    .vision {
        background: #38126e !important;
    }
  .card-stand {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .header-vid-logo .pl {
    padding: 5px !important;
  }
  .col-2, .col-3, .col-4, .col-5, .col-6, .col-7 {
    width: 95%;
    display: block;
    clear: both;
  }
  .nav {
      display: none;
  }
  .mobile-menu-btn {
      display: block;
  }
  .nav {
      display: none;
      z-index: 0 !important;
      position: relative;

  }
  .gallery-images-view a img, .gallery-images-view a {
      display: block;
      width: 100%;
  }
  .dropdown-menu {
      display: none;
      z-index: 0;
      position: relative;
  }
  #bgdiv {
      /* background: #000 !important; */
      /* background: url(../images/bg.jpg) !important; */
  }
  .hajj {
      display: none;
  }
  .white-bg {
      background: none;
  }
  .nav a, .nav .dropdown {
      display: block;
      border-bottom: 1px solid #29afa0;
  }
  .desktop-view {
      display: none !important;
  }
  .news-list a, .courses-list a  {
      display: block !important;
      width: 90% !important;
      margin: 15px;
      clear: both;
  }
  .main-conatiner {
      width: 100%;
      box-shadow: none;
  }
}
.main-menu-container {
    background: '../images/img3.jpg' no-repeat center center;
    background-size: cover;
}

.desktop-view {
    display: block;
}

.swiper-container {
    width: 100%;
    height: 250px;
}
.header-swipers .slide-title,
.header-swipers .slide-subtitle {
    background: #29afa0;
    color: #fff;
}

.vision {
    background: url('../images/vision.jpg') no-repeat 100%;
    background-attachment: fixed;
    background-position: cover;
}

.hide {
    display: none;
}

.search {
    padding: 15px;
    background: #000;

}
.search input {
    width: 95%;
    padding: 15px;
    font-size: 2em;
    border: none;
    border-radius: 5px 0 0 5px;
}
.search-button {
    display: inline-block;
    padding: 15px;
    font-size: 2em;
    border: none;
    background: #29afa0;
    color: #fff;
    border-radius: 5px;

}

.light-box-list a {
    display: inline-block;
    text-decoration: none;
    color: #29afa0;
    background: #fff;
    margin: 5px;
    padding: 5px;
    border-radius: 5px;
    transition: transform .2s; /* Animation */
}

.light-box-list a img {
    width: 100%;

}


.light-box-list a:hover {
    transform: scale(1.1);
}

.slide-show {
    background: url('../images/img3.jpg') no-repeat 100% 100%;
    background-attachment: fixed;
    background-position: cover;
    background-size: 100% 100%;
    width: 100%;
    padding: 0;
    margin: 0;
}

.newsletter-container {
    background: url('../images/nlbg.png') #29afa0 2%;
    color: #29afa0;
}

.top-bar {
    text-align: center;
    position: relative;
    line-height: 100px;
    background: #fff;
    margin: 0;
    padding: 0;
}

.top-bar:after {
    background: linear-gradient(to right, #8501a0 25%,#ff3d02 25%, #ff020f 50%, #e87547 50%, #7247e8 75%, #c165b9 75%);
    position: absolute;
    content: '';
    height: 4px;
    right: 0;
    left: 0;
    top: 0;
}

.news-list a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 300px;
    margin: 5px;
    clear: both;
}

.news-list a img, .courses-list a img {
    width: 100%;
    height: 240px;
}

.courses-list a {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 300px;
    margin: 5px;
    clear: both;
    text-decoration: none;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;

}

.courses-list a p, .news-list a p {
    padding: 15px;
}
.courses-list a:hover {
    transform: scale(1.1);

}

.c_price {
    background: #29afa0;
    color: #C6D4DF;
    padding: 0;
    margin: 3px;
    border-radius: 0 50% 0 50%;
    width: 25%;
    text-align: center;
}

.courses-info {
    display: block;
    z-index: 2;
    position: absolute;
    display: block;
    padding: 15px;
    font-size: 0.8em;
    background: rgba(0, 0, 0, 0.651);
    color: #C6D4DF;
    border-radius: 5px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.courses-info:hover {
    background: #29afa0;

}

  /** calender Design **/
/*************************** Calendar Top Navigation **************************/
div#calendar {
    margin: 0px auto;
    padding: 0px;
    width: 100%;
    font-family: Helvetica, "Times New Roman", Times, serif;
    /* background: #c5c5c5; */
    border-radius: 7px;
    }
    div#calendar div.box {
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    }
    div#calendar div.header {
    line-height: 40px;
    vertical-align: middle;
    padding: 5px;
    left: 11px;
    top: 0px;
    color: #fff;
    text-align: center;
    margin: 3px;
    font-weight: bold;
    }
    div#calendar div.header a.prev, div#calendar div.header a.next {
    position: absolute;
    top: 0px;
    height: 17px;
    display: block;
    cursor: pointer;
    text-decoration: none;
    color: #29afa0;
    }
    div#calendar div.header span.title {
    color: #FFF;
    }
    div#calendar div.header a.prev {
    left: 0px;
    }
    div#calendar div.header a.next {
    right: 0px;
    }
    /*************************** Calendar Content Cells ***************************/
    div#calendar div.box-content {
    /* border: 1px solid #df3400; */
    border-top: none;
    }
    div#calendar ul.label {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-top: 5px;
    margin-left: 5px;
    color: #fff;
    }
    div#calendar ul.label li {
        display: inline-block;
        margin: 1px;
        padding: 3px;
        font-size: 15px;
        list-style-type: none;
        border-radius: 5px;
        text-align: center;
    }
    div#calendar ul.dates {
    float: left;
    margin: 0px;
    padding: 0px;
    margin-left: 5px;
    margin-bottom: 5px;
    }
    /** overall width = width+padding-right **/
    div#calendar ul.dates li {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    margin-right: 5px;
    margin-top: 5px;
    float: left;
    list-style-type: none;
    width: 12%;
    font-size: 18px;
    border-radius: 5px;
    color: #ffff;
    text-align: center;
    }
    div#calendar ul.dates li:hover {
        background-color: #4e0081;
        color: rgb(255, 255, 255);

    }
    div#calendar ul.dates li.this_today {
    /* background-color: #CC6699; */
    }
    div#calendar ul.dates li.this_today a {
        color: #fff;
        text-decoration: none;
    }
    :focus {
    outline: none;
    }
    div.clear {
    clear: both;
    }
    .name_days {
        width: 12% !important;
    }

    /* end of calendar css */

.partners-list img {
    width: 150px;
}

.content {
    padding: 5px;
    clear: both;
    margin: 5px;
    font-size: 0.8em;
    line-height: 27px;
}

.floating-button {
    z-index: 12;
    position: fixed;
    bottom: 0;
    margin: 15px;

}

.floating-button a {
    height: 65px;
    width: 65px;
    border-radius: 50%;
    display: block;
    background: #147500;
    color: #fff;
    text-decoration: none;

}

.top-header {
    background: #f2f2f2;
    font-size: 0.7em;
}

.top-header a {
    display: inline-block;
    text-decoration: none;
    color: #273036;
    padding: 5px;
    margin: 5px;
}

.stick {
    display: block;
    position: fixed;
}

.pano {
    width: 100%;
    height: 350px;
    margin: 0 auto;
    cursor: move;
}

.pano .controls {
    position: relative;
    top: 40%;
}
.pano .controls a {
    position: absolute;
    display: inline-block;
    text-decoration: none;
    color: #eee;
    font-size: 3em;
    width: 20px;
    height: 20px;
}
.pano .controls a.left {
    left: 10px;
}
.pano .controls a.right {
    right: 10px;
}
.pano.moving .controls a {
    opacity: 0.4;
    color: #eee;
}

.trining-blcok {
    height: 160px;
    width: 100%;
    display: block;
    background: #29afa0;
    color: #fff;
    padding: 5px;
    margin: 0;
    font-size: 1.5em;
    text-align: center;

}

.arrow-keys .arrow-key {
    display: inline-block;
    background: #29afa0;
    color: #f2f2f2;
    padding: 5px;
    margin: 0;
    width: 20px;
    font-size: 12px;
    text-align: center;
}

.sidebar-list .sidebar-item {
    display: block;
    color: #29afa0;
    padding: 5px;
    margin: 5px;
    text-decoration: none;
    font-size: 0.8em;
    border-bottom: 1px solid #29afa0;
}
.small-text {
    font-size: 12px;
}

.swiper-slide a {
    text-decoration: none;
    color: #29afa0;
}

/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 185px;
    perspective: 1000px; /* Remove this if you don't want the 3D effect */
}

/* This container is needed to position the front and back side */
.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
    background: #29afa0;
    color: #fff;
}

/* Style the back side */
.flip-card-back {
    background: #29afa0;
    color: white;
    transform: rotateY(180deg);
}

.extreme-pd {
    padding: 5%;
}

.swiper-button-next, .swiper-button-prev {
    width: 5% !important;
    color: orange !important;
}

.swiper-button-next,
.swiper-button-prev, 
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next{
    fill: #ff7400;
}

.swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z' fill%3D'%23ff7400'%2F%3E%3C%2Fsvg%3E") !important;
    
}

.swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ff7400'%2F%3E%3C%2Fsvg%3E") !important;
    
}

.bg3 {
    background: #b0ece6;
}

.page {
    padding: 10px;
}

.fpadding {
    padding: 15px;
    margin: 15px;
    text-justify: inter-word;
}
