body {
  font-family: Raleway;
  background-color: #fbfbfb;
}

p {
  font-family: Raleway;
  margin-bottom: 0px;
}

b {
  font-weight: 900;
  text-transform: uppercase;
}

strong {
  font-weight: 900;
  text-transform: uppercase;
  font-family: Raleway;
}


ul li {
  padding-top: 17px;
  list-style: none;
  font-family: Raleway;
}

ol li {
  padding-top: 17px;
  list-style: decimal;
  font-family: Raleway;
}

select {
  background: #fff;
  font-size: 14px;
  color: #7DC3C3 !important;
  font-family: "Raleway";
  height: 30px;
  padding: 0px 35px 0px 15px;
  font-weight: normal;
  border: none;
  width: 100%;
  border-radius: 0px;
}

select:active, 
select:focus{ border-radius:0;}
z
select option{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1);
box-shadow: inset 0px 0px 0px 200px rgba(217,63,135,1); 
background-color: #4500bb; padding: 5px 15px; -moz-padding:5px 15px; -webkit-padding:5px 15px; color:#fff !important;}

select option:hover{-webkit-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
-moz-box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1);
box-shadow: inset 0px 0px 0px 200px rgba(68,49,141,1); background:#5b3010;}



.goog-te-gadget-simple  {
  background-color: #F2F5F8;
  color: #fff;
  padding: 8px!important;
  font-size: 1rem!important;
  line-height:1rem!important;
  cursor: pointer;
  zoom: 1;
}

.goog-te-menu-value {
  color: #fff !important;
  font-family: 'Material Icons';
  font-size: 15px;
  vertical-align: -10px;
}


.reveal {
  position: relative;
  transform: translateY(40px);
  opacity: 0;
  transition: all 1s ease;
}
  
.reveal.active {
  transform: translateY(0px);
  opacity: 1;
}


.revealX {
  position: relative;
  transform: translateX(40px);
  opacity: 0;
  transition: all 1s ease;
}
  
.revealX.active {
  transform: translateX(0px);
  opacity: 1;
}



.custombtn {
  background-color: #2D1582;
  color: #fff;
  transition: 0.5s;
  padding: 12px 28px;
  border-radius: 10px;
}


.custombtn:hover {
  background-color: #F10A0A;
  color: #fff;
  transition: 0.5s;
  padding: 12px 28px;
  border-radius: 15px;
}



.custombtn2 {
  background-color: #F10A0A;
  color: #fff;
  transition: 0.5s;
  padding: 12px 28px;
  border-radius: 10px;
}


.custombtn2:hover {
  background-color: #2D1582;
  color: #fff;
  transition: 0.5s;
  padding: 12px 28px;
  border-radius: 15px;
}


.navbtn {
  background-color:#F10A0A;
  color: #fff;
  transition: 0.5s;
  padding: 13px 25px;
  font-family: Raleway;
}


.navbtn:hover {
  background: linear-gradient(to bottom right, #fff, #010121);
  color: #fff;
  transition: 0.5s;
  padding: 13px 25px;
}



.custombtn_mb {
  background: linear-gradient(to bottom right, #fff, #F1C50E);
  color: #000;
  transition: 0.5s;
  padding: 14px 25px;
}


.custombtn_mb:hover {
  background: linear-gradient(to bottom left, #fff, #F1C50E);
  color: #fff;
  transition: 0.5s;
  padding: 14px 25px;
}





/**************FOR PC NAVBAR**********/
.navbar_pc {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f4f4f4;
}

.navbar_pc li .pc_a {
  font-family: "Amiko";
  color: #2D1582;
  padding: 5px 15px;
  margin: 0 5px;
  font-weight: 500;
  font-size: 12px;
  font-weight: 700;
  transition: 0.5s;
}

.navbar_pc li .pc_a:hover {
  color: #fff;
  background-color: #F10A0A;
  border-radius: 10px;
  transition: 0.5s;
}


/**************FOR MOBILE NAVBAR**********/
.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: #2D1582f5;
  overflow-y: hidden;
  transition: 0.4s;
}


.overlay-content {
  position: relative;
  top: 20%;
  width: 100%;
  padding: 0 30px;
  text-align: left;
  margin-top: 30px;
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 10px 20px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  font-family: Chivo;
  text-transform: uppercase;
  color: #fff;
  margin: 15px 0px;
}

.overlay li {
  list-style: none;
}

.overlay li .drp {
  margin-left: 14px;
}

.overlay a:hover, .overlay a:focus {
  background: rgba(250, 250, 250, 0.377);
  font-weight: 500;
  border-radius: 50px;
  transition: 0.3s ease-in;
  color: #fff;
}


.overlay .closebtn {
  position: absolute;
  top: 88px;
  right: 20px;
  font-size: 35px;
  color: #fff;
}


@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
}



.main_nav_mb p{
  font-size: 13px;
}

.menu_hamburger {
  cursor: pointer;
  float: right;
}

.bar1, .bar2, .bar3 {
  width: 28px;
  height: 1px;
  background-color:  #2D1582;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-8px, 3px);
  background-color:  #F10A0A;
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-6px, -6px);
  transform: rotate(45deg) translate(-8px, -3px);
  background-color:  #F10A0A;
}






/**************FOR PC HEADER **********/
.pc_view_header {
  position: relative;
  overflow: hidden;
  height: 560px;
}

.pc_view_header::before {
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(to bottom, #f4f4f4, #f2eeff);
  right: -600px;
  left: -600px;
  top: -600px;
  content: '';
  bottom: 0;
}


.pc_view_header .image_header {
  border-radius: 13px;
  width: 100%;
}


.pc_view_header .header_text h1 {
  font-family: "Amiko";
  font-weight: 900;
  color: #444;
  font-size: 35px;
  text-align: left;
  line-height: 50px;
  text-transform: uppercase;
}

.pc_view_header .header_text p {
  font-family: "Raleway";
  color: #111;
  padding-top: 15px;
}



/**************FOR MOBILE HEADER **********/
.mobile_view_header {
  position: relative;
  overflow: hidden;
  height: auto;
}

.mobile_view_header::before {
  border-radius: 50%;
  position: absolute;
  background: linear-gradient(to bottom, #f4f4f4, #f2eeff);
  right: -600px;
  left: -600px;
  top: -600px;
  content: '';
  bottom: 0;
  z-index: -9;
}

.mobile_view_header .image_header {
  border-radius: 13px;
  width: 100%;
}


.mobile_view_header  h4 {
  font-family: "Amiko";
  font-weight: 900;
  color: #444;
  font-size: 22px;
  padding-top: 25px;
  text-align: center;
  text-transform: uppercase;
}

.mobile_view_header  p {
  font-family: "Raleway";
  color: #111;
  padding-top: 15px;
  text-align: center;
}




/**************FOR PC SECTION 1 **********/

.pc_view .first .text h1 {
  font-family: Raleway;
  color: #111;
  font-weight: 900;
  text-transform: capitalize;
}

.pc_view .first .text p {
  font-family: Raleway;
  color: #444;
}

.pc_view .first .text ul li  h5 {
  font-family: Raleway;
  color: #2D1582;
  font-weight: 500;
  text-transform: capitalize;
}

.pc_view .first .text  ul li {
  font-family: Raleway;
  color: #444;
  list-style-type: decimal;
}


.pc_view .first .card {
  background-color: #2D1582cc;
  padding: 20px 25px;
}

.pc_view .first .card .card-body p {
  font-family: Raleway;
  color: #fff;
}

.pc_view .first .card .card-body h4 {
  font-family: Raleway;
  color: #fff;
  padding-top: 12px;
}


/**************FOR MOBILE SECTION 1 **********/

.mobile_view .first .text  h5 {
  font-family: Raleway;
  color: #2D1582;
  font-weight: 500;
  text-transform: uppercase;
}

.mobile_view .first .text h4 {
  font-family: Raleway;
  color: #2D1582;
  font-weight: 900;
  text-transform: capitalize;
}

.mobile_view .first .text p {
  font-family: Raleway;
  color: #444;
}

.mobile_view .first .text ul li  h5 {
  font-family: Raleway;
  color: #2D1582;
  font-weight: 500;
  text-transform: capitalize;
}

.mobile_view .first .text  ul li {
  font-family: Raleway;
  color: #444;
  list-style-type: decimal;
}


.mobile_view .first .card {
  background-color: #2D1582cc;
  padding: 20px 25px;
}

.mobile_view .first .card .card-body p {
  font-family: Raleway;
  color: #fff;
}

.mobile_view .first .card .card-body h4 {
  font-family: Raleway;
  color: #fff;
  padding-top: 12px;
}




/**************FOR PC SECTION 2 **********/
.pc_view_second {
  padding: 0 60px;
}

.pc_view_second .second {
  background: linear-gradient(to bottom right, #0d0625, #010005);
  padding: 50px 30px;
  border-radius: 15px;
}


.pc_view_second .second .text h2 {
  font-family: Raleway;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}

.pc_view_second .second .text p {
  font-family: Raleway;
  color: #fff;
  padding-top: 15px;
}


.pc_view_second .second .text ul li  {
  font-family: Amiko;
  color: #ffffffe6;
  line-height: 26px;
  font-size: 15px;
  padding-top: 15px;
}

.pc_view_second .image_about {
  width: 100%;
  border-radius: 15px;
}

/**************FOR MOBILE SECTION 2 **********/
.mobile_view_second {
  
}

.mobile_view_second .second {
  background: linear-gradient(to bottom right, #0d0625, #010005);
  padding: 50px 20px;
  border-radius: 10px;
}


.mobile_view_second .second  h2 {
  font-family: Raleway;
  color: #fff;
  font-weight: 900;
  text-transform: capitalize;
}

.mobile_view_second .second  p {
  font-family: Raleway;
  color: #fff;
  padding-top: 15px;
}


.mobile_view_second .second  ul li  {
  font-family: Amiko;
  color: #ffffffe6;
  line-height: 26px;
  font-size: 15px;
  padding-top: 15px;
}

.mobile_view_second .image_about {
  width: 100%;
  border-radius: 15px;
}








.pc_view .third h1 {
  font-weight: 900;
  color: #111;
  font-family: Amiko;
}

.pc_view .third h2 {
  font-weight: 900;
  color: #2D1582;
  font-family: Amiko;
}

.pc_view .third h4 {
  font-weight: 500;
  color: #555;
  font-size: 20px;
  font-family: Amiko;
}

.pc_view .third h6 {
  font-weight: 500;
  color: #F10A0Aac;
  font-family: Amiko;
}

.pc_view .third p {
  color: #111;
  font-size: 14px;
  font-family: Raleway;
}

.pc_view .third i {
  color: #F10A0Aac;
  font-size: 40px;
  float: left;
}




.mobile_view .third h1 {
  font-weight: 900;
  color: #2D1582;
  font-size: 35px;
  font-family: Amiko;
}

.mobile_view .third h2 {
  font-weight: 900;
  color: #2D1582;
  font-family: Amiko;
}

.mobile_view .third h3 {
  font-weight: 500;
  color: #555;
  font-size: 24px;
  font-family: Amiko;
}

.mobile_view .third h4 {
  font-weight: 500;
  color: #555;
  font-size: 19px;
  font-family: Amiko;
}

.mobile_view .third h6 {
  font-weight: 500;
  color: #F10A0Aac;
  font-family: Amiko;
}

.mobile_view .third p {
  color: #555;
  font-size: 15px;
  font-family: Raleway;
}

.mobile_view .third i {
  color: #F10A0Aac;
  font-size: 30px;
}






#fourth {
  background-image: url(/images/bg_slide_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 450px;
} 

.pc_view .fourth .pc_four_mask {
  background: linear-gradient(to right, #1f247c9d, #a7227d59);
  height: 450px;
}

.pc_view .pc_four_mask h1 {
  padding-top: 170px;
  color: #fff;
  font-size: 58px;
  text-align: center;
}



#fourthm {
  background-image: url(/images/bg_slide_1.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 400px;
} 

.mobile_view .fourth .mb_four_mask {
  background: #00000069;
  height: 400px;
}

.mobile_view .fourth .mb_four_mask h3 {
  color: #fff;
  font-size: 45px;
  padding-top: 120px;
  text-align: center;
}

.mobile_view .fourth .mb_four_mask p {
  color: #fff;
  text-align: center;
}




.mobile_view_fourth .fourth .card {
  background-color: #7DC3C3;
}

.mobile_view_fourth .fourth i {
  color: #fff;
}

.mobile_view_fourth .fourth h1 {
  font-family: Roboto;
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  line-height: 50px;
  text-align: center;
  padding-top: 5px;
}

.mobile_view_fourth .fourth p {
  font-family: Chivo;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}


