
body {
	color: #142236; 
    font-family: 'Merriweather', serif;
    
}
label{
	margin-bottom: 12px;
}
:root{
    --color_1: #ff6348;
    --color_2: #0a3d62;
    --color_3: #D4292F;
    --color_4: #019599;
}
.timeline-icon img{
	width: 122px;
    height: 139px;
}
.main-timeline{
    //font-family: 'Asap', sans-serif;
    position: relative;
    padding: 50px 0 0;
}
.main-timeline:after{
    content: '';
    display: block;
    clear: both;
}
.main-timeline .timeline{
    width: 100%;
    min-height: 130px;
    padding: 65px 0 0 37px;
    margin-top: 20px;
    float: left;
    position: relative;
}
.main-timeline .timeline-content{
    color: #fff;
    display: block;
}
.main-timeline .timeline-content:hover{ color: #fff; }
.main-timeline .timeline-icon{
    color: var(--color_1);
    background-color: #c00b2a;
    font-size: 80px;
    text-align: center;
    line-height: 135px;
    height: 150px;
    width: 135px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.main-timeline .timeline-icon:before{
    content: '';
    background-color: #fff;
    height: 85%;
    width: 85%;
    box-shadow: 0 0 10px #000 inset;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
    clip-path: polygon(75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%, 25% 0);
}
.main-timeline .inner-content{
    background-color: #dac2c6;height: 230px;
    padding: 10px 28px 10px 140px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
}
.main-timeline .title{
    font-size: 21px!important;
    font-weight: 800;line-height: 35px!important;
    margin-bottom: 0px!important;
    padding: 0px!important;
    color: #c00b2a;
    text-transform: capitalize;
    margin: 0 0 3px;
}
.main-timeline .description{
    font-size: 14px;padding-bottom: 0px;
    font-weight: 600;
    margin: 0;text-align:left;
}
.main-timeline .timeline:nth-child(even){
    float: right;
    padding: 65px 37px 0 0;
}
.main-timeline .timeline:nth-child(even) .timeline-icon{
    left: auto;
    right: 0;
}
.main-timeline .timeline:nth-child(even) .inner-content{
    padding: 10px 120px 10px 55px;
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 5% 100%);
}
.main-timeline .timeline:nth-child(4n+2) .timeline-icon{
    color: var(--color_2);
    background-color: var(--color_2);
}
.main-timeline .timeline:nth-child(4n+2) .inner-content{
    background-color: var(--color_2);
}
.main-timeline .timeline:nth-child(4n+3) .timeline-icon{
    color: var(--color_3);
    background-color: var(--color_3);
}
.main-timeline .timeline:nth-child(4n+3) .inner-content{
    background-color: var(--color_3);
}
.main-timeline .timeline:nth-child(4n+4) .timeline-icon{
    color: var(--color_4);
    background-color: var(--color_4);
}
.main-timeline .timeline:nth-child(4n+4) .inner-content{
    background-color: var(--color_4);
}
@media only screen and (max-width:767px){
    .main-timeline{ padding: 0; }
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding: 40px 0 0 25px;
        width: 100%;
        margin: 0 0 20px;
    }
    .main-timeline .timeline-icon{
        height: 90px;
        width: 100px;
        line-height: 95px;
        font-size: 50px;
        left: 0;
    }
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        right: auto;
        left: 0;
    }
    .main-timeline .inner-content{ padding: 10px 25px 10px 80px; }
    .main-timeline .timeline:nth-child(even) .inner-content{
        padding: 10px 25px 10px 80px;
        -webkit-clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
        clip-path: polygon(0 0, 100% 0%, 95% 100%, 0% 100%);
    }
}
@media only screen and (max-width:576px){
    .main-timeline .timeline,
    .main-timeline .timeline:nth-child(even){
        padding-left: 0;
    }
    .main-timeline .timeline-icon,
    .main-timeline .timeline:nth-child(even) .timeline-icon{
        left: 50%;
        transform: translateX(-50%);
    }
    .main-timeline .inner-content,
    .main-timeline .timeline:nth-child(even) .inner-content{
        text-align: center;
        padding: 60px 45px 20px;
        -webkit-clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
        clip-path: polygon(0 0, 100% 0, 90% 100%, 10% 100%);
    }
}
.n-btn{
	background: #c00b2a;
    color: #fff;
}
.comp-name{
	margin: 15px 0;
    font-weight: bold;
}
.ven{
	text-align: left;    
	font-weight: bold;
    margin-bottom: 25px;
}
.hotel-name{text-align: left;}
.dett tr td{
	padding: 4px 10px;
}
.pricingTable{
    padding: 0;
    border: 1px solid #e85a50;
    text-align: center; height: 570px;
}
.pricingTable .price-value{
    font-size: 21px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
    margin-bottom: 30px;
    background: #c00b2a;
    padding: 10px 0;
}

.pricingTable .title{
      display: inline-block;
    padding: 5px 27px!important;
    margin: 0 0 5px 0;
    background: #f7d0d7;
    font-size: 20px!important;
    color: #e85a50;line-height:28px!important;
    text-transform: capitalize;
    letter-spacing: 0px;
    position: relative;
    transition: all 0.3s ease 0s;
    font-weight: 600;
}

.pricingTable .title:before,
.pricingTable .title:after{
        content: "";
    border-right: 18px solid #f7d0d7;
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
    position: absolute;
    top: 0;
    left: -18px;
    transition: all 0.3s ease 0s;
}
.pricingTable .title:after{
    border-right: none;
    border-left: 18px solid #f7d0d7;
    left: auto;
    right: -18px;
}

.pricingTable .pricing-content{
    font-size: 17px;
    color: #0d3b66;text-transform: capitalize!important;
    line-height: 40px;
}

@media only screen and (max-width: 990px){
    .pricingTable{ margin-bottom: 30px; }
}
.wd{
	width: 100%!important;
    margin: 0px!important;
}
.rep{
	text-align: center;
}
.rep a{
	color: #fff;
}
.rep a i{
	color: #fff;
}
.past {
    border: 18px solid #f1e2e5;
    margin-bottom: 20px;
    width: 100%;
    float: left;
}
.past img {
    width: 100%;
    height: 200px;
    border-bottom: 2px solid #fff;
}
.report {
    float: left;
    background: #c00b2a;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}
.prg table tr th{
	padding: 12px 10px;font-size: 16px;text-align:center
}
.prg table tr td{
	    padding: 0px 11px;font-size: 14px;text-align:center;border:1px solid #000;
}
.journal{
	font-size: 21px;
    font-weight: 800;
    margin: 25px 0px;
}
.row-first{
	background: #142236;
    color: #fff;
}
.list-style-three li{
	list-style-type: decimal;
    font-size: 14px;margin-bottom: 5px;
    margin-left: 15px;margin-top:12px;}
.list-style-three{
	padding: 50px 0;
	}
.reg-bg{
	background: #f7d0d7;
    padding: 24px 25px;
}
.reg li{
	font-size: 15px;list-style-type: circle;margin-bottom: 10px;
}
.sub-btn{
	background: #142236;
    color: #fff;
}
.ml-auto, .mx-auto {
    margin-left: 165px;
}
.pt-40 {
    padding-top: 40px !important;
}
body,html{
    overflow-x: hidden;
}
ul {
	list-style: none;
} 
.footer-widget h3{color: #fff;
    font-size: 24px;
    margin-bottom: 22px;}
.list li a{color:#fff;font-size: 14px;}
.list li{
	margin-bottom:12px;
}
.widget-content p{color:#fff;}
.sponsor-col{
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .3);padding: 17px 0;
}
.fa{
	color:#000;
}
.contact-info li{
	font-size: 14px;
    color: #fff;margin-bottom: 20px;
}
.footer-column{
	margin-bottom:40px;
}
.whi{
	color: #fff;
    border: 1px solid #fff;
    padding: 9px 7px;
}

.accordion {
  max-width: 800px;
  margin: 40px auto;
  background-color: #18202a;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.75);
}
.accordion__title {
  padding: 35px 20px;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  font-weight: bold;
  background-color: #253141;
  border-bottom: 3px solid #11161d;
  letter-spacing: 0.25rem;
}
.accordion__items {
  position: relative;
      padding: 20px 25px;
    color: #fff;
    font-size: 15px;
  font-weight: bold;
  background-color: #7a96bb;
  cursor: pointer;
  border-bottom: 2px solid #090c10;
}
.accordion__items:nth-of-type(even) {
  background-color: #60799a;
}
.accordion__items:after {
  content: '';
  transition: -webkit-transform 0.25s ease 0.1s;
  transition: transform 0.25s ease 0.1s;
  transition: transform 0.25s ease 0.1s, -webkit-transform 0.25s ease 0.1s;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 10px;
  height: 10px;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
.accordion__items:hover {
  background-color: #000;
}
.accordion__items.active {
  background-color: #708aad;
}
.accordion__items.active:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.accordion__content {
  transition: opacity 1s ease 0.25s,  height 0.25s ease;
  //background-image: linear-gradient(135deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.8) 75%), url(http://lorempixel.com/480/480/);
  background-size: cover;
  background-color: #fff;
  padding: 0 20px;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.accordion__content__caption {
  transition: opacity 0.3s ease 0.3s,  -webkit-transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s,  transform 0.3s ease 0.3s;
  transition: opacity 0.3s ease 0.3s,  transform 0.3s ease 0.3s,  -webkit-transform 0.3s ease 0.3s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  color: #ffe;
  opacity: 0;
  margin: 20px 0;
  line-height: 1.3;
  font-size: 1.5rem;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.1);
}
.accordion__content__txt {
  transition: opacity 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s;
  transition: opacity 0.3s ease 0.6s, transform 0.3s ease 0.6s, -webkit-transform 0.3s ease 0.6s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  margin-bottom: 30px;
  color: #a99;
  opacity: 0;
}
.accordion__content.open {
  height: 320px;
  overflow-y: scroll;
  opacity: 1;
}
.accordion__content.open .accordion__content__caption {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}
.accordion__content.open .accordion__content__txt {
  opacity: 1;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.dropbtn {
  //background-color: #4CAF50;
  color: white;
  padding: 16px;
  font-size: 16px;cursor: pointer;
  border: none;
}
.p-14{
	padding: 14px 5px!important;
}
.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;margin-top: 20px;
  background-color: #001f44;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;font-size: 14px!important;
}

.dropdown-content a:hover {
	background-color: #c00b2a;
	}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: #c00b2a;}
.vertical-tab{
    //font-family: 'Tajawal', sans-serif;
    display: table;
}
.vertical-tab .nav-tabs{
   display: table-cell;
   width: 22%;
   //min-width: 28%;
   border: none;
   vertical-align: top;
   position: relative;
}
.vertical-tab .nav-tabs li{
   float: none;
   vertical-align: top;
}
.vertical-tab .nav-tabs li a{
    color: #fff;
    background-color: transparent;
    font-size: 20px;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0 0 2px #555;
    padding: 11px 15px;
    margin: 0 -1px 0 0;
    border-radius: 0;
    border: 1px solid #c00b2a;
    display: block;
    position: relative;
    z-index: 1;
    transition: all 0.20s ease 0s;
}
.vertical-tab .nav-tabs li a:hover,
.vertical-tab .nav-tabs li.active a,
.vertical-tab .nav-tabs li.active a:hover{
    color: #fff;
    background-color: transparent;
    border: 1px solid #fff;
}
.vertical-tab .nav-tabs li a:before{
    content: "";
    background-color: #c00b2a;
    width: 100%;
    height: 100%;
    transform: translateX(-50%) translateY(-50%) scale(0);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    filter: blur(1px);
    transition: all 0.3s ease 0s;
}
.vertical-tab .nav-tabs li.active a:before,
.vertical-tab .nav-tabs li a:hover:before{
    transform: translateX(-50%) translateY(-50%) scale(1.06,0.85);
}
.vertical-tab .tab-content{
    color: #555;
    background-color: #fff;
    font-size: 15px;
    line-height: 23px;
    margin-top: 10px;
    padding: 25px 15px;width: 810px;
    border: 1px solid #fff;
    display: table-cell;
    position: relative;
}
.vertical-tab .tab-content h3{
    color: #c00b2a;
    text-transform: uppercase;
    margin: 0 0px 25px 0;
    font-size: 19px;
    font-weight: bold;
}
@media only screen and (max-width: 479px){
    .vertical-tab .nav-tabs{
        display: block;
        width: 100%;
        border-right: none;
    }
    .vertical-tab .tab-content{
        display: block;
        padding: 20px 15px 5px;
    }
    .vertical-tab .tab-content{ border-bottom: 3px solid #EE5A24; }
    .vertical-tab .tab-content h3{ font-size: 18px; }
}
.box{
  width: 600px;
  margin: auto;
  padding-top: 20px;
  overflow: hidden;
  height: 100%
}
.pb-50{
	padding-bottom: 50px!important;
}
.box button{
  //height: 90px;
  width: 280px;
  line-height: 55px;
  background: transparent;
  border: 3px solid #fff;
  margin: 10px;padding: 25px 0;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  float: left;
  display: block;
  position: relative;
  overflow: hidden
}

.box button span{
  width: 100%;
  display: block;text-transform: capitalize;
    font-weight: 800;
    font-size: 17px;height:115px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transition: all 0.1s ease 0.3s
}

.box button:hover span{color: #fff}


/*
===========================================
    the second button 
===========================================
*/

.box button:nth-child(2){
  color: #EA4335;
  border-color: #EA4335
}

.box button:nth-child(2):before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 300px;
  width: 30px;
  height: 30px;
  background: #EA4335;
  border-radius: 50%;
  transform: translateY(-50%);
}

.box button:nth-child(2):after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 300px;
  width: 30px;
  height: 30px;
  background: #EA4335;
  border-radius: 50%;
  transform: translateY(-50%);
}

.box button:nth-child(2):hover:before{
  animation: hover-two-before 1s ease forwards
}

.box button:nth-child(2):hover:after{
  animation: hover-two-after 1s ease forwards
}

@keyframes hover-two-before{
  0%{
    top: 50%;
    left: 300px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0
  }
  25%{
    top: 50%;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0.7
  }
  50%{
    top: 0;
    left: 0;
    width: 25%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0);
    opacity: 1
  }
  100%{
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0);
  }
}

@keyframes hover-two-after{
  0%{
    top: 50%;
    right: 300px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0
  }
  25%{
    top: 50%;
    right: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    transform: translateY(-50%);
    opacity: 0.7
  }
  50%{
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0);
    opacity: 1
  }
  100%{
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    border-radius: 0;
    transform: translateY(0);
  }
}

/*
===========================================
    the third button 
===========================================
*/

.box button:nth-child(3){
  color: #FBBC05;
  border-color: #FBBC05
}

.box button:nth-child(3):before{
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBBC05;
  transition: all 0.4s ease;
  opacity: 0.6
}

.box button:nth-child(3) span:before{
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBBC05;
  transition: all 0.4s ease;
  opacity: 0.4
}

.box button:nth-child(3):after{
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBBC05;
  transition: all 0.4s ease;
}

.box button:nth-child(3) span:after{
  content: "";
  display: block;
  position: absolute;
  top: -90px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FBBC05;
  transition: all 0.4s ease;
  opacity: 0.2
}

.box button:nth-child(3):hover:before{
  top: 0;
  transition-delay: 0.2s
}

.box button:nth-child(3):hover span:before{
  top: 0;
  transition-delay: 0.1s
}

.box button:nth-child(3):hover:after{
  top: 0;
  transition-delay: 0.3s
}

.box button:nth-child(3):hover span:after{
  top: 0;
}


/*
===========================================
    the fourth button 
===========================================
*/

.box button:nth-child(4){
  color: #34A853;
  border-color: #34A853
}

.box button:nth-child(4):before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #34A853;
  transition: all 0.4s ease;
}

.box button:nth-child(4) span:before{
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #34A853;
  transition: all 0.4s ease;
  z-index: -1
}

.box button:nth-child(4):after{
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #34A853;
  transition: all 0.4s ease;
}

.box button:nth-child(4) span:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #34A853;
  transition: all 0.4s ease;
  
}

.box button:nth-child(4):hover:before{
  left: 0;
}

.box button:nth-child(4):hover span:before{
  left: 0;
  transition-delay: 0.1s
}

.box button:nth-child(4):hover:after{
  left: 0;
  transition-delay: 0.2s
}

.box button:nth-child(4):hover span:after{
  left: 0;
  transition-delay: 0.3s
}


/*
===========================================
    the fifth button 
===========================================
*/

.box button:nth-child(5){
  color: #6A5F2F;
  border-color: #6A5F2F
}

.box button:nth-child(5):before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #6A5F2F;
  transition: all 0.4s ease;
}

.box button:nth-child(5) span:before{
  content: "";
  display: block;
  position: absolute;
  top: 21px;
  right: 300px;
  width: 100%;
  height: 25%;
  background: #6A5F2F;
  transition: all 0.4s ease;
  z-index: -1
}

.box button:nth-child(5):after{
  content: "";
  display: block;
  position: absolute;
  top: 42px;
  left: 300px;
  width: 100%;
  height: 25%;
  background: #6A5F2F;
  transition: all 0.4s ease;
}

.box button:nth-child(5) span:after{
  content: "";
  display: block;
  position: absolute;
  bottom: 5px;
  right: 300px;
  width: 100%;
  height: 25%;
  background: #6A5F2F;
  transition: all 0.4s ease;
  
}

.box button:nth-child(5):hover:before{
  left: 0;
}

.box button:nth-child(5):hover span:before{
  right: 0;
}

.box button:nth-child(5):hover:after{
  left: 0;
}

.box button:nth-child(5):hover span:after{
  right: 0;
}


/*
===========================================
    the sixth button 
===========================================
*/

.box button:first-child{
  color: #bf0a29;
  border-color: #bf0a29;
}

.box button:first-child:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 25%;
  height: 100%;
  background: #bf0a29;
  transform: rotateY(90deg);
  transition: all 0.6s ease;
}

.box button:first-child span:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 69px;
  width: 25%;
  height: 115%;
  background: #bf0a29;
  transform: rotateY(90deg);
  transition: all 0.6s ease;
  z-index: -1
}


.box button:first-child:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 138px;
  width: 25%;
  height: 100%;
  background: #bf0a29;
  transform: rotateY(90deg);
  transition: all .6s ease;
}

.box button:first-child span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 207px;
  width: 25%;
  height: 97%;
  background: #bf0a29;
  transform: rotateY(90deg);
  transition: all 0.6s ease;
  z-index: -1
}



.box button:first-child:hover:before{
  transform: rotateY(0)
}

.box button:first-child:hover span:before{
  transform: rotateY(0);
  transition-delay: 0.2s;
}

.box button:first-child:hover:after{
  transform: rotateY(0);
  transition-delay: 0.4s;
}

.box button:first-child:hover span:after{
  transform: rotateY(0);
  transition-delay: 0.6s;
}


/*
===========================================
    the seventh button 
===========================================
*/

.box button:nth-child(7){
  color: #9B59B6;
  border-color: #9B59B6;
}

.box button:nth-child(7):before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  width: 50%;
  height: 100%;
  background: #9B59B6;
  transition: all 0.6s ease;
}

.box button:nth-child(7) span:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -63px;
  border-width: 42px 42px 42px 0;
  border-color: #9B59B6 transparent;
  border-style: solid;
  transition: all 0.6s ease;
  z-index: -1
}

.box button:nth-child(7):after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  width: 50%;
  height: 100%;
  background: #9B59B6;
  transition: all 0.6s ease;
}

.box button:nth-child(7) span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -63px;
  border-width: 42px 0 42px 42px;
  border-color: #9B59B6 transparent;
  border-style: solid;
  transition: all 0.6s ease;
  z-index: -1
}



.box button:nth-child(7):hover:before{
  left: 0;
}

.box button:nth-child(7):hover:after{
  right: 0;
}

.box button:nth-child(7):hover span:before{
  left: 137px;
}

.box button:nth-child(7):hover span:after{
  right: 137px;
}


/*
===========================================
    the eighth button 
===========================================
*/

.box button:nth-child(8){
  color: #3498DB;
  border-color: #3498DB;
}

.box button:nth-child(8):before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -200px;
  width: 50%;
  height: 100%;
  background: #3498DB;
  transition: all 0.6s ease;
}

.box button:nth-child(8) span:before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -63px;
  border-width: 42px 0 42px 42px;
  border-color: transparent #3498DB;
  border-style: solid;
  transition: all 0.6s ease;
  z-index: -1
}

.box button:nth-child(8):after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -200px;
  width: 50%;
  height: 100%;
  background: #3498DB;
  transition: all 0.6s ease;
}

.box button:nth-child(8) span:after{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -63px;
  border-width: 42px 42px 42px 0;
  border-color: transparent #3498DB;
  border-style: solid;
  transition: all 0.6s ease;
  z-index: -1
}



.box button:nth-child(8):hover:before{
  left: 0;
}

.box button:nth-child(8):hover:after{
  right: 0;
}

.box button:nth-child(8):hover span:before{
  left: 137px;
}

.box button:nth-child(8):hover span:after{
  right: 137px;
}










img#mo7amed{
  border-radius: 50%;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  transition: all 0.4s linear;
}

img#mo7amed:hover{
  transform: scale(1.1,1.1);
  box-shadow: 5px 5px 15px #000
}

@media (max-width: 620px){
  
  .box{width: 100%}
  
  .box button{
    float: none;
    margin: 20px auto;
  }
}
.bg{
	background: #fff;
    padding: 15px 15px;
}
.section-title {
    margin-top: 30px;
}
#Give-area{
	background:#e8e8e8
}
.pl-0{
	padding-left: 0px;
}
.plr-0{
	padding-right: 0px;
    padding-left: 0px;
}
.service{
  position: relative;
  background-size: cover;
}

.service.style-2{
  position: relative;
}

.service.style-3{
  background-size: cover;
}

.service-item{
  text-align: center;
  padding: 36px 0px;
  border: 1px solid #e7e7e7;
  margin-bottom: 30px;
  background: #fff;
}

.service-item .service-logo i:before{
  margin: 0;
  font-size: 40px;
  color: #b60a27;
}

.service-item .service-logo{
  display: inline-block;
  width: 100px;
  height: 100px;border:1px solid #b60a27;
  line-height: 115px;
  margin-bottom: 22px;
  position: relative;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item .service-logo:before{
  content: "";
  width: 100px;
  height: 1px;
  border: 1px solid #b60a27;
  border-radius: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}
.service-item:hover .service-logo:before{
  width: 67px;
  height: 74px;
  border: 3px solid #b60a27;
  top: 13px;
  left: 13px;
  transform: rotate(45deg);
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}
.service-item .title a{
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #222222;
  margin: 0 0 15px 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item:hover .title a{
  color: #b60a27;
}

.service-item .description{
  font-size: 16px;
  color: #888;
  line-height: 25px;
}

.service-2{
  position: relative;
  background-size: cover;
  background-position: center;
  border-top: 1px solid #f5f5f5;
}

.service-item-2{
  text-align: center;
  padding: 50px 10px 20px;
  border: 1px solid #ff225036;
  margin-bottom: 20px;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2:hover{
  border: 1px solid #ff225085;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2 .service-logo i:before{
  position: absolute;
  display: block;
  transform: rotate(-45deg);
  font-size: 40px;
  color: #ffffff;
  left: 50%;
  top: 50%;
  margin-left: -20px;
  margin-top: -30px;
}

.service-item-2 .service-logo{
  position: relative;
  width: 90px;
  height: 90px;
  border: 3px solid #ff2250;
  left: 50%;
  margin-left: -45px;
  transform: rotate(45deg);
  background: #ff2250;
  margin-bottom: 40px;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2 .title a{
  display: block;
  font-size: 22px;
  font-weight: 700;
  color: #222222;
  margin: 0 0 15px 0;
  transition:all 400ms ease;
  -moz-transition:all 400ms ease;
  -webkit-transition:all 400ms ease;
  -ms-transition:all 400ms ease;
  -o-transition:all 400ms ease;
}

.service-item-2:hover .title a{
  color: #ff2250;
}
.width-top{margin-top: 20px; }
.service-item-2 .description{
  font-size: 16px;
  color: #888;
  line-height: 25px;
}

.inn{ margin-top: 10px; color:#ff0; font-style:italic;}

.no{
	font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mo-res {
    width: 160px!important;
    height: 65px;display: inline-block!important
}
.and{font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px; color: #fff;}
.btn {
    height: 60px;
    width: 200px;
    border-radius: 0px;
    text-transform: uppercase;
    margin-right: 20px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 60px;
    padding: 0;
}
.btn1{
	background: #c00b2a;
	border: 2px solid #c00b2a;
	color: #fff;
	font-family: 'Open Sans', sans-serif;
} 
.btn2{
	background: none;
	border: 2px solid #fff;
	color: #fff;
} 
.btn4{
	background: none;
	border: 2px solid #414d5f;
	color: #414d5f;
} 
.btn3{
	background: #142236;
	border: 2px solid #142236;
	color: #fff;
} 
.bg-color{
	background: #fff;
	color: #142236;
}
p {
	color: #414d5f;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
} 
/* Bounce To Right */
.hvr-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);
          box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
.hvr-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #c00b2a;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
      transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
      transform-origin: 0 50%;
  -webkit-transition-property: transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
     transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
     transition-timing-function: ease-out;
  
} 
.hvr-right.btn1:before {
	background: #142236;
} 
.hvr-right.btn5:before {
	background: #fff;
}
.hvr-right.btn5:hover, .hvr-right.btn5:focus, .hvr-right.btn5:active {
	color: red; 
}
.hvr-right:hover, .hvr-right:focus, .hvr-right:active {
	color: white; 
}
.hvr-right:hover:before, .hvr-right:focus:before, .hvr-right:active:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
      transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -o-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
     transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
} 
/* ====================================================
		========>> [ 02 Start Header ] <<========	
====================================================== */
#header-area {
    padding: 20px 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 222;
    color: #b9bec6;
	font-family: 'Open Sans', sans-serif;
}
.header-content span:hover{
    color: #fff;
}
.header-content {}
.header-content span {
    padding-right: 25px;
    color: #b9bec6;
    transition: .3s ease-in;
}
.header-content span i {
	padding-right: 10px;
}

.header-socile {}
.header-socile a { 
	color: #b9bec6;
    margin-left: 20px;
    transition: .3s ease-in;
}
.header-socile a i { 
}

.header-socile a:hover{
    color: #fff;
}

/* ====================================================
		========>> [ 03 Start Navigation ] <<========	
====================================================== */
.navigation {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 100%;
	padding: 0;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
	z-index: 22;
	padding: 0px 0px; 
	font-family: 'Open Sans', sans-serif;
}
.nemu-bg {
	background: #c00b2a;
}
.shrink {
    position: fixed;
    z-index: 2222;
    width: 100%;
    background: #142236;
    top: -100px;
    left: 0;
    -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-box-shadow: 0px 7px 16px -2px rgba(0,0,0,0.75);
    box-shadow: 0px 7px 16px -2px rgba(0,0,0,0.75);
    padding: 10px 0;
}
.logo img {
    height: 115px;
}
.navigation .logo {
    text-align: center;
    left: 0;
    right: 0;
    top: -73px;
    background: #fff;
    position: absolute;
    width: 12%;
    height: 179px;
    padding: 59px 0;
}
.shrink .logo {
    text-align: center;
    left: 0;
    right: 0;
    top: -55px;
    background: #fff;
    position: absolute;
    width: 15%;
    height: 153px;
    padding: 73px 0;
}
.shrink .nemu-bg {
	background: none;
}
ul#my-menu {
    padding: 15px 0;
}
#my-menu li {
    padding: 0 3px; 
}

#my-menu li a, #my-menu2 li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 12px;
    border: 1px solid rgba(255, 255, 255, 0.10);
}
#my-menu li a:hover, #my-menu li .active {
    color: #fff;
	border: 1px solid #fff; 
} 
ul#my-menu2 {
    padding: 15px 0;
}
#my-menu2 li {
    padding: 0 6px; 
}
#my-menu2 li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 9px;
}
#my-menu2 li a:hover, #my-menu2 li .active {
    color: #fff;
	border: 1px solid #fff; 
} 
.btns {
    color: #fff;
	border: 1px solid #fff; 
}
.navigation #my-menu li a {
   
}
.shrink #my-menu li a { 
    
} 
.navigation #my-menu2 li a {
   
}
.shrink #my-menu2 li a { 
    
} 

span.navbar-toggler-icon i {
    color: #fff;
    font-size: 30px;
}


/* ====================================================
		========>> [ 04 Start Slider ] <<========	
====================================================== */
.fullslider {}
.fullslider .header-slider-item.slider-bg-1 {
    background-image: url(../img/malaysia1.jpg);
}
.fullslider .header-slider-item.slider-bg-2 {
    background-image: url(../img/malaysia2.jpg);
}
.fullslider .header-slider-item.slider-bg-3 {
    background-image: url(../img/malaysia1.jpg);
}
.fullslider .header-slider-item {
    position: relative;
    padding: 413px 0 240px 0;
    background-position: center;
    background-size: cover;
    z-index: 2;
}
.fullslider .header-slider-item:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    background-color: #000;
    opacity: .7;
    z-index: -1;
}

.header .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #c00b2a;
}
.fullslider .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 17px;
}
.fullslider .owl-prev {
    left: 0;
}
.fullslider .owl-next {
    right: 0;
} 
.slider-all-text .subtitle{
    font-family: 'Open Sans',
    sans-serif;
    font-size: 20px;font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    display: block;
}
.slider-all-text { 
	text-align: center;
    z-index: 1000;
    margin: 0 auto;
    font-size: 26px;
    position: relative;
	color: #fff; 
} 
.slider-all-text .btn{
    height: 60px;
    line-height: 60px;
    padding: 0;
    width: 200px;
}
.slider-all-text .title {
    font-size: 29px;
    line-height: 20px;
    margin-bottom: 45px; text-shadow: 3px 3px 5px #c00b2a;
} 

 .testimonials {
  background-color: #fff;
  position: relative;
  padding-top: 80px;
}
.testimonials:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  background-color: #ddd;
}

#customers-testimonials .item-details {
  background-color: #333333;
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
#customers-testimonials .item-details h5 {
  margin: 0 0 15px;
  font-size: 18px;
  line-height: 18px;
}
#customers-testimonials .item-details h5 span {
  color: red;
  float: right;
  padding-right: 20px;
}
#customers-testimonials .item-details p {
  font-size: 14px;
}
#customers-testimonials .item {
  text-align: center;
  margin-bottom: 80px;
}

.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 30%;
  font-size: 20px;
  color: #fff;
  border: 1px solid #ddd;
  text-align: center;
}

.owl-carousel .owl-prev {
  left: -70px;
}

.owl-carousel .owl-next {
  right: -70px;
}

/* ====================================================
		========>> [ 05 Start About ] <<========	
====================================================== */
#about-area {
	position: relative;
}
.about-2 {
	background: #f6f6f7;
}

.ab-pad {
    padding: 46px 0 55px 0;
}
.about-img {}
.about-img img {
	width: 100%;
	height: auto;
}
.about-text .subtitle {
    color: #767474;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 18px;
}
.about-text .title {
    padding: 6px 0 0px;
    padding-bottom: 9px;
    font-size: 60px;
    line-height: 70px;
}
.about-text .title span {
	color: #c00b2a
}
.about-text h3 {
    font-weight: 400;
}
.about-text p {
    padding-bottom: 35px;
    text-align: justify;
    line-height: 29px;
    letter-spacing: .2px;
}
.about-bg-text { }
.about-bg-text span {
    font-size: 120px;
    color: #fff;
    padding-top: 37px;
    line-height: 0;
    display: inline-block;
    margin-left: -80px !important;
    margin-top: 15px;
}
.about-text {
	z-index: 1;
}
.ab2 h3 {
    padding-top: 0;
    margin-top: -15px;
}
.ab2 h2 {
    //padding-top: 0;
}
h6.mision {
    color: #c00b2a;
    padding: 50px 0;
    font-size: 13px;
    font-weight: 700;
}
.par-0 p {
	padding-bottom: 0px;
}
.footer-mail-boxs {
    width: 100%;
    height: 50px;
    border-radius: 0;
    border: 1px solid rgba(192, 11, 42, 0.27);
    padding: 0 15px;
    background: #f6f6f6;
    font-style: normal;
}
.footer-bgn {
	height: 50px; 
}
.abou-vie {
    color: #142236;
    border: 2px solid #ccc;
    display: inline-block;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.abou-vie:focus,
.video-v {
    outline: none;
}
.abou-vie:hover {
    color: #fff;
    background: #142236; 
    border-color: #142236;
}
.subjet-box {
    padding: 10px 30px;
    border: 2px solid #414d5f;
    border-radius: 5px;
    margin-right: 20px;
    height: 45px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
}
.about-text .subjet-box {
    height: 60px;
    border-radius: 0;
    cursor: pointer;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.about-text .subjet-box:focus{
    outline: none;
}
.about-text.about-one.ab-pad {
    padding: 0;
    padding-left: 20px;
}
.about-text.about-one.ab-pad .btn1 {
    line-height: 55px;
}

.about-text.about-one {
    padding-left: 20px;
}
.about-text.about-two .title{
    font-size: 30px;
    line-height: 66px;
    margin-bottom: 15px;
}
.about-text.about-two .subtitle{
    font-size: 42px;
    font-weight: 300;
    font-family: 'Merriweather';
    text-transform: none;
    color: #142236;
}
.about-text.about-two{
	width: 100%;
    float: left;
}
.about-text.three {
    padding-left: 20px;
}
.about-text.three .mision {
    font-size: 12px;
    line-height: 22px;
    color: #c00b2a;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 45px;
    margin-top: 45px;
    display: none;
}
.about-text.three .title {
    font-size: 56px;
    font-weight: 700;
    line-height: 66px;
    padding: 0;
    margin-bottom: 10px;
}
.about-text.three .subtitle {
    font-size: 34px;
    font-weight: 300;
    font-family: 'Merriweather';
    color: #142236;
    text-transform: none;
    line-height: 40px;
    margin-bottom: 6px;
}
.about-text.three .video-youtub {
    margin-bottom: 43px;
}
/* ====================================================
		========>> [ 06 Start Become ] <<========	
====================================================== */
#become-area {
	background: url(../img/c1.html) center center no-repeat;
	background-size: cover;
	background-position: center;
    position: relative;
    z-index: 0;
}
#become-area.volunteer-page {
    background: none;
}
#become-area.volunteer-page:after {
    display: none;
}
#become-area.volunteer-page .box-shadow {
    box-shadow: 0 0 100px -30px;
}
.padding-right-0 {
    padding-right: 0;
}
#become-area.volunteer-page .volunteer-pg {
    -webkit-box-shadow: 0 14px 120px -28px;
    -moz-box-shadow: 0 14px 120px -28px;
    box-shadow: 0 14px 120px -28px;
}
#become-area:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(20, 34, 54, 0.88);
    content: '';
    z-index: -1;
}
.become-text {}
.become-text span {
    color: #c00b2a;
    letter-spacing: 2px;
    padding-bottom: 10px;
    display: inline-block; 
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    display: none;
}
.become-text .subtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 40px;
    display: block;
    font-family: 'Merriweather';
    color: #142236;
    padding-bottom: 0;
    margin-top: -9px;
}
.become-text .title {
    font-size: 40px;
    font-weight: 700;
    color: #142236;
    line-height: 50px;
    margin-bottom: 11px;
}
.become-text p {
    padding-bottom: 25px;
    text-align: justify;
    line-height: 29px;
}
.become-text.three,
.footer-mail.three {
    //padding-left:25px; 
    //padding-right:25px; 
}

.footer-mail.three .footer-mail-boxs {
    height: 43px;
    font-size: 14px;margin-bottom: 5px;
    font-style: normal;
}
.footer-mail.three .footer-mail-boxs:focus{
    outline: none;
}
.footer-mail-btn{}

.become-img {
    height: 504px;
    overflow: hidden;
}
.become-img img {
    width: 100%;
}
.bg-color {
    background: #fff;
    color: #142236;
    padding: 75px 35px;
}
.footer-mail.three .footer-mail-boxs::-webkit-input-placeholder{
     font-style: italic;
}
.footer-mail.three .footer-mail-boxs::-webkit-input-placeholder {
    font-style: italic;
}
.footer-mail.three .footer-mail-boxs:-ms-input-placeholder {
    font-style: italic;
}
.footer-mail.three .btn1 {
    height: 60px;
    line-height: 55px;
}
.footer-mail.three .footer-mail-boxs:-moz-placeholder {
    font-style: italic;
}
.become-text-volunteer {
    padding: 0px;
}
/* ====================================================
		========>> [ 07 Start What We ] <<========	
====================================================== */
#what-we-area {}
.what-img {}
.what-img img {
    width: 100%;
}

.red-text {
	color: #c00b2a;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.what-txet .red-text{
    font-family: 'Open Sans';
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
    display: none;
}
.what-txet {
    display: inline-block;
    padding: 0 0 0 20px;width: 100%;
}
.what-txet .title {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 9px;
    margin-top: -7px;
}
.what-txet .title span {
	color: #c00b2a;
}
.what-txet p {
    padding-bottom: 10px;
    line-height: 29px;
    margin-bottom: 0;
}
.what-txet button{
	margin-top: 28px;
}
.what-chek {
    //padding: 10px 0;
    font-weight: 600;
	margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    display: block;
    float: none;
}
.what-chek i {
	color: #c00b2a;
	padding-right: 10px;
}
.what-count {
    background: #142236;
    overflow: hidden;
    color: #fff;
    padding: 25px 70px;
    text-align: center; 
}
.what-count img {
    height: 55px;
}
.what-count p {
	color: #fff;
}
.counter-value {
    font-size: 30px;
    padding: 10px 0;
}
.ditels-text span {
    position: absolute;
    right: 42px;
    top: 50px;
    font-size: 28px;
}
.design span {
    position: absolute;
    right: 32px;
    top: 45px;
    font-size: 28px;
}

/* ====================================================
		========>> [ 08 Start Events ] <<========	
====================================================== */
#events-area {
	background: #142236;
	color: #fff;
}
#events-area.event-page {
    padding-bottom: 0!important;
}
#events-area .event-row {
    padding-bottom: 60px!important;
}
.events-title .subtitle {
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    display: block;
    margin-bottom: 10px;
}
.events-title span.subtitle {
    display:  none;
}
.events-title .title {
    font-size: 37px;
    line-height: 70px;
    font-weight: 800;
    margin-bottom: 7px;
    margin-top: -11px;
}
.events-title.three{
    margin-bottom: 4px;
}
.events-title .title span {
    color: #c00b2a;
    text-transform: capitalize;
}
.events-title p {
    color: #a0a7b1;
    font-size: 17px;
    line-height: 32px;
    letter-spacing: .3px;
}

.evient-text p {
    color: #a0a7b1;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    padding-top: 6px;
}
.events-item {}
.evients-item-img {}
.evients-item-img img {
    width: 100%;
}
.evients-item-text {
    padding: 30px 0 40px;
    padding-bottom: 33px;
}
.evient-clan {
    display: inline-block;
    float: left;
    border: 2px solid rgba(255, 255, 255, 0.37);
    width: 70px;
    height: 70px;
    text-align: center;
    color: #a0a7b1;
    margin-right: 15px;
    padding-top: 2px;
}
.evient-clan h5 {
    font-size: 20px;
    padding-bottom: 5px;
    font-weight: 700;
    color: #ffffff;
}
.evient-clan span {
    font-size: 14px;
    font-weight: 700;
    text-transform: capitalize;
    color: #c0c0c0;
}
.evient-text {
	//overflow: hidden;
}
.evient-text .title {
    font-size: 22px;
}
.evient-text p {
    line-height: 24px;
}

 
/* ====================================================
		========>> [ 09 Start Green ] <<========	
====================================================== */

#green-area { }


.green-top {
	margin-top: -150px;
	background: #fff;
}
.green-top.event-page {
    box-shadow: 0 0 20px -6px;
    margin: 100px -15px;
}
.green-img {
    height: 100%;
    overflow: hidden;
}
.green-img img {
    width: auto;
    height: 100%;
	
}

.green-ad {
    padding: 50px 50px;
    padding-bottom: 0;
}
.green-ad.event-page {
    padding: 50px;
}
.green-text {}
.green-text h3 {
    padding: 25px 0;
}
.green-text p {}
.green-clan {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-align: center;
    color: #fff;
    background: #142236;
    padding-top: 7px; 
}
.green-clan h5 {
    font-size: 26px;
    padding-bottom: 5px;
}
.green-clan span {
    font-size: 14px;
    font-weight: 400;
}
#clockdiv > div {
    border-radius: 3px;
    display: inline-block;
    width: 19%;
    padding: 33px 0 40px;
    text-align: center;
}
#clockdiv > div span {
    font-size: 30px;
    color: #000;
    font-weight: 600;
}
#clockdiv > div .smalltext {
    font-size: 14px;
    color: #c00b2a;
    padding-top: 14px;
    font-weight: 700;
    text-transform: capitalize;
}
 
 #contact-map {
	width: 100%;
	height: 1033px;
 }
 
/* ====================================================
		========>> [ 10 Start Testimonials ] <<========	
====================================================== */

#testimonials-area {
    background: #142236;
}
.testimonial-img {}
.testimonial-img img {
	width: 100%;
}

.test-vid {
    position: absolute;
    top: 46%;
    right: -15px;
    background: #c00b2a;
    border-radius: 100%;
    color: #fff;
    font-size: 20px;
	-webkit-box-shadow: 0px 0px 27px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 27px -5px rgba(0,0,0,0.75);
	-webkit-transition: all .3s;
	-o-transition: all .3s;
    transition: all .3s;
        width: 80px;
        height: 80px;
        line-height: 80px;
        text-align: center;
}
.test-vid:hover { 
    background: #fff; 
    color: #c00b2a; 
}
.test-vid i {}
.textfads {
    color: #c00b2a !important;
    font-size: 18px;
    font-weight: 700;
	font-family: 'Open Sans', sans-serif;
}
.testimon-text {
    padding: 34px 40px 39px;
    display: block;
    border: 3px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
}
.testimon-text i {
    color: #dfdfdf;
    font-size: 68px;
    padding-bottom: 20px;
}
.section-title.three.testimonial {
    padding-bottom: 54px !important;
}
.section-title.three.testimonial p {
    color: #a0a7b1;
    font-size: 17px;
    line-height: 32px;
}
.member h6 {
    color: #fff;
    font-size: 24px;
    opacity: .8;
    margin-top: 19px;
}
.member img {
    width: 15% !important;
    border-radius: 80px;
    margin: 0 auto;
    margin-top: 45px;
    margin-bottom: 15px;
}
.testimon-text p {
    line-height: 29px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: -20px;
}
 
/* ====================================================
		========>> [ 11 Start Contact ] <<========	
====================================================== */

#contact-area { }
.col-lg4 {
	width: 33%;
}
.section-title.three .subtitle{
    font-size: 18px;
    color: #c00b2a;
    font-family: "Open Sans";
    font-weight: 700;
    line-height: 28px;
    display: none;
}
.section-title.three .title {
    font-size: 60px;
    color: #c00b2a;
    line-height: 1.2;
    margin-top: -8px;
    margin-bottom: -4px;
}
.section-title span {
    color: #c1c1c1;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 25px;
}
.section-title h2 span {
	color: #c00b2a
}
.section-title h2 {
    padding-bottom: 10px; 
}
.footer-contact-add i {
    color: #c00b2a;
    font-size: 35px;
    margin-bottom: 15px;
}
.footer-contact-add h6 {
    font-weight: 600;
    padding: 10px 0 16px;
    font-size: 24px;
    line-height: 34px;
}
.footer-contact-add p{
    font-size: 16px;
}
.contact-padd {
    text-align: center!important;
    padding-top: 100px;
}
#contact-form input {
    height: 60px;
    margin-bottom: 30px;
    padding: 0 10px;
    background: #f6f6f6;
    border: 0;
	font-style: italic
}
#contact-form textarea {
    width: 100%;
    height: 200px;
    padding-top: 15px;
	background: #f6f6f6;
    border: 0;
	font-style: italic
} 
.col6 {
	width: 48%;
	float: left;
}
.name-le {
	margin-right: 11px;
}
.name-rl {
	margin-left: 12px;
}
.name-le {
	
}
.pa-le {
	padding-left: 0px;
}
.pa-re {
	padding-right: 0px;
}
.footer-contact-add {
    -webkit-box-shadow: 0px 10px 90px -33px;
    -moz-box-shadow: 0px 10px 90px -33px;
    box-shadow: 0px 10px 90px -33px;
    padding: 50px 0 43px;
}
form#contact-form button {
    background: #142236;
    color: #fff;
}
#footer-area .copyright {
    background: #0d1a2c;
}
#footer-area .copyright p {
    margin: 0;
    text-align: center;
    color: #fff;
    opacity: .7;
    font-size: 16px;
    text-transform: capitalize;
    padding: 30px 0;
}
 
/* ====================================================
		========>> [ 12 Start Socile ] <<========	
====================================================== */

#socile-area {
   
}

.socile-bg1 {
	background-image: url(../img/f-bg1.html);
	background-size: cover;
	background-position: center;
}
.socile-bg2 {
	background-image: url(../img/f-bg2.html);
	background-size: cover;
	background-position: center;
}

.socile-bg3 {
	background-image: url(../img/f-bg3.html);
	background-size: cover;
	background-position: center;
}

.footer-socile-item {
    text-align: center;
    color: #fff;
    padding: 80px 0;
}
.footer-socile-item img {}
.footer-socile-item h5 {
	padding-top: 15px;
}
.footer-socile-item a i {
    color: #8f9aaa;
    font-size: 30px;
    padding: 0 12px;
}
.footer-socile-item a i:hover {
    color: #fff; 
}
.soc-icon a {
    margin: 27px 0 10px 0;
    display: inline-block;
}

.section-title.four .subtitle{
    font-size: 18px;
    line-height: 28px;
    font-family: 'Open Sans';
    font-weight: 700;
    padding: 0;
    display: none;
}
.section-title.four .title {
    font-size: 60px;
    line-height: 70px;
    padding: 0;
    margin-top: -12px;
}
.section-title.four{
    margin-bottom: 27px;
}
 .content-from.three #contact-form {
   
 }
 form#contact-form button {
     width: 230px;margin-top: 20px;
 }
/* ====================================================
		========>> [ 13 Start Footer ] <<========	
====================================================== */

#footer-area {
	 background: #142236;
} 
.footer-mail-box:focus,
.footer-mail-btn:focus {
    outline: none
}
.footer-mail-box {
    width: 70%;
    height: 60px;
    border-radius: 0;
    border: 0;
    padding: 0 15px;
    background: #0d1a2c;
    color: #fff;
    font-family: 'Open Sans';
}
.footer-mail-btn {
    width: 26%;
    height: 60px;
    border-radius: 0;
    border: 0; 
    color: #fff;
    padding: 0;
    letter-spacing: 0;
} 
.footer-menu {
    padding: 40px 0 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
.footer-content.three {
    padding-bottom: 100px !important;
}
.footer-content {
    padding: 0 90px;
}
.footer-logo {
    padding-bottom: 60px;
}
hr {
	border-top: 1px solid #8999b0;
}
.footer-menu a {
    color: #8999b0;
    padding: 0 10px;
}
.footer-menu a:hover {
    color: #fff; 
}
::-webkit-input-placeholder {
    color: #8999b0; 
}
:-ms-input-placeholder {
    color: #8999b0; 
}
::-ms-input-placeholder {
    color: #8999b0; 
}
::placeholder {
    color: #8999b0; 
}
#contact-form input:focus,
#contact-form textarea:focus {
    outline: none;
}
#contact-form input {
    font-size: 14px;
    padding: 0 20px;
    font-style: normal;
    font-family: 'Open Sans';
    border: 1px solid rgba(192, 11, 42, 0.5);
    width: 100%;
}
#contact-form textarea {
    font-size: 14px;
    padding: 20px;
    font-style: normal;
    font-family: 'Open Sans';
    border: 1px solid rgba(192, 11, 42, 0.5);
}
.footer-mail-box::-webkit-input-placeholder,
#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
    color: #8999b0;
    font-size: 14px;
    font-style: italic
}

.footer-mail-box:-ms-input-placeholder,
#contact-form input:-ms-input-placeholder ,
#contact-form textarea:-ms-input-placeholder 
{
    color: #8999b0;
    font-size: 14px;
    font-style: italic
}

#contact-form input::-ms-input-placeholder ,
.footer-mail-box::-ms-input-placeholder,
#contact-form textarea::-ms-input-placeholder {
    color: #8999b0;
    font-size: 14px;
    font-style: italic
}

#contact-form input::placeholder ,
#contact-form textarea::placeholder ,
.footer-mail-box textarea::placeholder {
    color: #8999b0;
    font-size: 14px;
    font-style: italic
}

/*======================================
        breadcrump  
========================================*/
.breadcrumb.contact-page,
.breadcrumb.donate-page{
    padding-top: 290px;
}
.breadcrumb.extra{
    padding-top: 290px;
}
.breadcrumb {
    padding: 293px 0 117px;
    background: url(../img/banner.jpg) ;
    background-size: cover;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.breadcrumb:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #142236;
    opacity: .9;
    z-index: -1;
}
.breadcrumb .title-area {
    text-align: center;
}
.breadcrumb .title-area h2 {
    color: #fff;
    font-size: 45px;
    margin-bottom: 14px;
}
.breadcrumb .title-area p {
    color: #fff;
    opacity: .7;
}

/*======================================
        video overview 
========================================*/
.video-overview {
    padding: 100px 0;
    position: relative;
    background: url(../img/video-overview-bg.jpg) center center no-repeat;
    background-size: cover;
    z-index: 2;
}
.video-overview:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background: #142236;
    opacity: .92;
}
.video-overview .title {
    color: #fff;
    margin-top: -6px;
    margin-bottom: 60px;
}
.video-overview .play-video {
    display: inline-block;
    position: relative;
    z-index: 2;
    left: 50%;
    margin-left: -40px;
}

.video-overview .play-video:after {
  position: absolute;
  content: '';
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  background: #fff;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1; }

.video-overview .play-video a {
  font-size: 26px;
  display: table-cell;
  line-height: 0;
  padding: 0 0 0 5px;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  background: #fff;
  color: #c00b2a;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }

.video-overview .play-video a:hover {
  background: #fff; }

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0; } }


/*************************************************
    12. News section
*************************************************/ 
.news-section {
    padding: 92px 0 70px;
}
.news-section .section-title h2 {
    font-family: 'Poppins', sans-serif;
    color: #373737;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 52px;
}
.news-section .single-news {
	  margin-bottom: 30px;
}
.news-section .single-news .news-pic {
    overflow: hidden;
    position: relative;
}
.news-section .single-news .news-pic img {
    width: 100%;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
}
.news-section .single-news:hover .news-pic img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
}
.news-section .single-news .news-pic .img-overlay {
    position: absolute;
    content: '';
    left: 0;
    top: 100%;
    text-align: center;
    width: 100%;
    height: 100%;
    background: rgba(192, 11, 42, 0.7);
    transition: 0.4s;
}
.news-section .single-news:hover .news-pic .img-overlay {
    top: 0;
}
.single-news .news-pic .img-overlay a {
    color: #fff;
    font-size: 18px;
    left: 50%;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    border: 2px solid;
    margin-left: -25px;
    text-decoration: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding-top: 11px;
}
.news-section .single-news .news-text {
    background-color: #fff;
    border: 1px solid #e6f0fa;
    padding: 30px 30px 15px;
    margin: 0 0 30px;
}
.news-section .single-news .news-text h2 {
    margin-top: -26px;
    line-height: 1.2;
    margin-bottom: -6px;
}
.news-section .single-news .news-text h2 a {
    font-size: 20px;
    font-weight: 700;
    color: #142236;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -ms-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}
.news-section .single-news .news-text p {
    font-size: 17px;
    font-family: 'Lato', sans-serif;
    color: #5b5b5b;
    margin: 20px 0 8px;
    line-height: 32px;
}
.news-section .single-news.news-details .news-text h2 a {
    font-size: 24px;
}
.news-section .single-news.news-details .news-text p {
    font-size: 18px;
    line-height: 30px;
}
.news-section .single-news:hover h2 a {
	  color: #c00b2a;
}
.news-section.new-page{
    padding-top: 100px;
}
/* comment begin */
.news-section .single-news .comments {
    border: 1px solid #e6f0fa;
    padding: 34px 30px 40px;
}
.news-section .single-news .comments .title {
    margin-bottom: 34px;
}
.news-section .single-news .comments .title h3 {
    color: #19194b;
    font-size: 26px;
}
.news-section .single-news .comments .single-comment {
    margin-top: 32px;
}
.news-section .single-news .comments .single-comment.second {
    margin-top: 36px;
}
.news-section .single-news .comments .single-comment .part-img {
    width: 100px;
    float: left;
    margin-right: 30px;
}
.news-section .single-news .comments .single-comment .part-img img {
    width: 100%;
    border-radius: 50%;
}
.news-section .single-news .comments .single-comment .part-text {
    margin-left: 130px;
}
.news-section .single-news .comments .single-comment .part-text h4 {
    color: #c00b2a;
    font-size: 14px;
    margin-bottom: 17px;
}
.news-section .single-news .comments .single-comment .part-text h5 {
    color: #19194b;
    font-size: 18px;
    margin-bottom: 9px;
}
.news-section .single-news .comments .single-comment .part-text p {
    font-size: 16px;
    line-height: 26px;
}

/* comment form */
.news-section .single-news .form-area {}
.news-section .single-news .form-area .input-box {
    position: relative;
    margin-bottom: 20px;
}
.news-section .single-news .form-area .input-box textarea {
    width: 100%;
    height: 150px;
    padding: 30px 60px 30px 30px;
    border: 1px solid rgba(192, 11, 42, 0.6);
    outline: none;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: -6px;
}
.news-section .single-news .form-area .input-box input {
    padding: 0 60px 0 30px;
    height: 60px;
    outline: none;
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid rgba(192, 11, 42, 0.6);
}
.news-section .single-news .form-area .input-box i {
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 20px;
    opacity: .6;
}
.news-section .single-news .form-area button {
    background-color: #c00b2a;
    box-shadow: 0px 10px 30px 0px rgba(192, 11, 42, 0.35);
    width: 220px;
    height: 60px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    text-decoration: none;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    transition: .4s;
    border: 0;
    margin-top: 20px;
    outline: none;
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}
.news-section .single-news .form-area button:hover {
    background-color: #fff;
    color: #c00b2a
}
