/* In The Name oF ALLAH The Most beneficient oF The Most Mericful  */
.container {
  border: 0px solid red;
}
h3{
  color: #000;
  font-size: 22px;
  margin-bottom: 15px;
}
p { 
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size:13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
li {
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size:13px;
  font-weight: 400;
  line-height: 20px;
  position: relative;
}
@media (min-width: 992px) {
  p { 
    font-size:15px;
    line-height: 26px;
  }
  li { 
    font-size:15px;
    line-height: 26px;
  }
}
.contact-title {
  text-align:center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid transparent;
}
.contact-title small {
  color:#666;
  font-family: 'Pacifico', cursive;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;
  /*! text-transform: uppercase; */
}
.contact-title h2 {
  line-height: 26px;
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  font-weight: 300;
  text-transform: uppercase;
  position: relative;
  padding-left: 0;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.contact-title::after {
    left:40%;
    background-color: #4f67af;
    width: 20%;
}
.contact-title::after {
    content: '';
    position: absolute;
    bottom: -3px;
    height: 2px;
}
@media (min-width:992px) {
  .contact-title {
    text-align:left;
  }
  .contact-title small {
    font-size: 22px;
    line-height: 56px;
  }
  .contact-title h2 {
    font-size: 40px;
    font-weight: 800;
  }
  .contact-title::after {
    left: 0;
    width: 60px;
    height: 3px;
  }
}
.section-heading {
  text-align:center;
    position: relative;
    margin-bottom: 40px;
    margin-top: 10px;
    border-bottom: 3px solid transparent;
}
.section-heading small {
  color:#666;
 font-family: 'Pacifico', cursive;
  font-style: italic;
  font-size: 12px;
  line-height: 20px;;
}
.section-heading h2{
font-family: 'Poppins', sans-serif;
  font-size:26px; 
  font-weight:400; 
  line-height:26px; 
  position:relative; 
  padding-bottom: 20px;
  margin-bottom:30px; 
  text-transform:uppercase; 
}
.section-heading h2:after{
  content:''; 
  background:#0C285F; 
  width: 60px;
  height: 3px;
  position:absolute;  
  bottom:-20px; 
  left:50%; 
  margin-left:-30px;
}
@media (min-width:992px) {
  .section-heading small {
    font-size: 22px;
    line-height: 56px;
  } 
  .section-heading h2{
    font-size: 40px;
    font-weight: 800;
  }
}
h3.sub-title  {  
  font-family: 'Poppins';
  font-size: 18px;
  font-weight: 500;
  line-height: 70px;
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative;
}
h3.sub-title::after {
   content: '';
    position: absolute;
    bottom: -3px;
    height: 3px;
    left:0%;
    background-color: #FF4328;
    width: 60px;
}
@media (min-width:992px) {
  h3.sub-title  {  
    font-size: 30px;
  }
}

.preloader-outer {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999999999999996;
    overflow: hidden;
    background: linear-gradient(-45deg, #e52a25, #30335c);
  background-size: 400% 400%;
  -webkit-animation: Gradient 15s ease infinite;
  -moz-animation: Gradient 15s ease infinite;
  animation: Gradient 15s ease infinite;
}
@-webkit-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@-moz-keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
@keyframes Gradient {
  0% {background-position: 0% 50%}
  50% {background-position: 100% 50%}
  100% {background-position: 0% 50%}
}
.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 60px;
    margin: -30px 0 0 -40px;
}
.preloader .lines {
    width: 80px;
    height: 40px;
    position: absolute;
}
.preloader .lines .line {
    width: 80px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    clip: rect(0,0,20px,0);
}
.preloader .lines .line.line-1 {
    top: 0;
    animation: slide 2s ease 0.1s infinite;
}
.preloader .lines .line.line-2 {
    top: 15px;
    animation: slide 2s ease .25s infinite;
}
.preloader .lines .line.line-3 {
    top: 30px;
    animation: slide 2s ease .5s infinite;
}
.preloader .loading-text {
    position: absolute;
    top: 50px;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 14px;
    font-family: "Montserrat",sans-serif;
    letter-spacing: 1px;
    line-height: 10px;
    height: 10px;
    text-transform: uppercase;
}
@keyframes slide {
    0% {clip: rect(0,0,20px,0);}
    30% {clip: rect(0,80px,20px,0);}
    50% {clip: rect(0,80px,20px,0);}
    80% {clip: rect(0,80px,20px,80px);}
    100% {clip: rect(0,80px,20px,80px);}
}
@keyframes fade { 
  0% {opacity: 1;}
    50% {opacity: 0;}
    100% {opacity: 1;}
}



/* Header */
header {
  width: 100%;
  padding-bottom: 20px;
  position: fixed;
  z-index: 999999;
  top: 0;
  background-color: #FFF;
  -webkit-box-shadow: 0 1px 0 rgba(0,0,0,.1);
     -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
          box-shadow: 0 1px 0 rgba(0,0,0,.1);
    -webkit-transition: height 0.4s;
}
header .logo {
  height: 70px;
  display: block;
  margin:15px auto;
}
header .social {
  float: right;
  margin:0px 0 0 0px;;
  border:0px solid red;
  position: relative;
  z-index: 9999999999;
}
header [class*='col-'] {border: 0px solid red;}
header .social i a {
  margin: 0;
} 
header .social i {
  color: #000;
  font-size: 12px;
  width: 26px;
  margin:0px 0px 0 0;
  line-height: 26px; 
  text-align: center;
  border-radius: 2px;
  border: 1px solid;
  transition: all 300ms ease-in-out;
}
header .social .fa-facebook-f {color: #38529A}
header .social .fa-twitter {color: #4EA6E9}
header .social .fa-linkedin-in {color: #0073B1}
header .social .fa-instagram {color: #7D20AF; }

header .social .fa-facebook-f:hover {color:#FFF;background: #38529A}
header .social .fa-twitter:hover {color:#FFF;background: #4EA6E9}
header .social .fa-linkedin-in:hover {color:#FFF;background: #0073B1}
header .social .fa-instagram:hover {color:#FFF;background: #7D20AF;}


header .topbar .social i:hover {
  color: #fff;
  background: none;
}
.phone {
  color: #444;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 300;
  float: right;
  margin: 0px 0px 0 0;
  border: 0px solid red;
  transition: all 300ms ease-in-out;
}
.phone:hover {
  color: red;
  text-decoration: none;
}
.phone i {
  color: #30335c;
  font-size: 12px;
  width: 26px;
  margin:0px 10px 0 0;
  line-height: 26px; 
  text-align: center;
  border-radius: 2px;
  border: 1px solid;
  transition: all 300ms ease-in-out;
}
@media (min-width:992px) {
  header {
    height: auto;
    padding-bottom: 0;
  }  
  header .logo {
     height: 80px;
     margin: 20px auto;
  }
  header .social {
  float: left;
  margin:50px 0 0 60px;;
}

header .social i {
  font-size: 16px;
  width: 30px;
  line-height: 30px; 
}
 .phone {
  margin: 50px 35px 0 0;
}
.phone i {
  font-size: 16px;
  width: 30px;
  line-height: 30px; 
} 
}
/* Sticky
-------------------------------------------*/
header.sticky {
  height: 50px;
  -webkit-transition: height 0.4s;
}
header.sticky .logo {
  height:30px;
  margin:10px 0;
  -webkit-transition: all 400ms ease-in-out;
     -moz-transition: all 400ms ease-in-out;
            transition: all 400ms ease-in-out;
  
} 
header.sticky .social {display: none;}
header.sticky .phone {display: none;}

header.sticky .nav ul li a  {}

@media (min-width:992px) {
  header.sticky {
    height: 70px;
  }
  header.sticky .logo {
    height:0px;
    margin:0 auto;
  } 
}











.mt-header {
  margin-top: 120px;
}
@media (min-width: 992px) {
  .mt-header {
    margin-top: 100px;
  }
}
footer {
  width: 100%;
  margin:0px 0 0;
  padding: 30px 0 40px;
  clear: both;
  background: #0c285f;
  background-position: bottom;
  border: 0px solid red;
  border-top: 5px solid #ccc;
}
footer .logo {
  height: 25px;
  display: block;
  margin: 0 auto 20px;
}
footer .f-partner {
  width: 40%;
  display: block;
  margin: 0 auto 30px;
}
footer h5 {
  font: 700 Normal 15px/16px "Roboto Slab", sans-serif;
  letter-spacing: 0px;
  text-transform: uppercase;
  color: #f1f1f1;
  margin-bottom: 20px;
  text-align: center;
}
footer p {
  color: #eee;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
  line-height: 20px;
}
footer .footer-nav  {
  margin: 0px 0 40px;
  padding: 0; 
}
footer .footer-nav li {
  color: #FFF;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer .footer-nav li a {
  display: block;
  color: #eee;
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  line-height: 26px;
}
footer .footer-nav li a:hover {
  text-decoration: none;
}
footer .social-icon {
  display: table;
  margin:0 auto 40px;
}
footer .social-icon a {
  height: 35px;
  float: left;
  margin: 10px 5px 0 0;
  display: table;
  cursor: pointer;
  color: #FFF;
  font-size:20px;
  line-height: 33px;
  text-align: center;
  border: 1px solid #0c285f;
  /*! border-radius:100%; */ 
  transition: all 300ms ease-in-out;
}
footer .social-icon a i {
  color: #0c285f;
  font-size: 17px;
  line-height: 33px;
  width: 35px;
}
footer .social-icon a:hover {
  background: #0c285f ;
}
footer .social-icon a:hover i {
  color: #FFF;
}
footer .sub-form {
    margin: 20px 0 0
  }
footer .sub-form .row {
  margin-left: -5px;
  margin-right: -5px;
  border: 0px solid red;
}
footer .sub-form [class*='col-'] {
  padding-left: 5px;
  padding-right: 5px;
  border: 0px solid red;
}

footer .sub-form .sub-input {
  width: 100%;
  height: 43px;
  color: #eee;
  font-size: 12px;

  display: inline-block;
  padding:0 15px;
  background-color: inherit;
  border: 1px solid #eee;
  border-radius: 20px;
}
footer .sub-form .sub-btn {
  width: 43px;
  margin: 0px auto 0;
  padding: 0 15px;
  cursor: pointer;
  color: #0c285f;
  font-size: 14px;
  line-height: 43px;
  background: #fff;
  border: none;
  border-radius: 100%;
  transition: all 400ms ease-in-out;
}
  footer .sub-form .sub-btn i {
    height: 43px;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    margin: 0;padding: 0;
  }
footer .sub-form .sub-btn:hover {
  background: #FFF;
}
footer .sub-form .sub-btn:hover i {
  color: #00cbd6;
}
footer .sub-form .subs-text {
  width: 100%;
  position: absolute;
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 1px solid red; 
}
footer .sub-form .subs-text {
  width: 95%;
  position: absolute;
  top:180px; 
  bottom: 15px;
  color: #FFF; 
  font-size: 14px;
  font-weight: 300;
  border: 0px solid red; 
}
footer .sub-form .subs-text input {
  position: absolute;
  left: 5px;
  top: 5px;
  z-index: 99999;
}
footer .sub-form .subs-text label {
  width: 100%;
  float: left;
  padding: 0 15px 0 25px;
  line-height: 16px;
}
footer .nav-bottom {
  margin-top: 30px;
}
footer .nav-bottom ul {
  padding: 0;
  margin: 0;
}
footer .nav-bottom ul li {
  list-style-type: none;
  display: inline;
  padding:0 10px;
}
footer .nav-bottom ul li a {
  color: #d1d1d1;
  font-size: 12px;
}
footer .dnd {
  width: 100%;
  margin:40px 0 15px;
  padding:0 15px;
  color: #d1d1d1;
  text-align: center; 
  border: 0px solid red;
}

footer .dnd i {
  color: red;
  font-size: 12px;
  margin: 0 5px;
}
footer .success {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #09bc8a;
  border: 1px solid #09bc8a;
  border-radius: 3px;
}

footer .error {
  padding:0.4em 1em;
  margin: 65px 0 0;
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  background-color: #CC0000;
  border: 1px solid #CC0000;
  border-radius: 4px;
}
.bottom-bar {
  height: auto;
  background: #e52a25;
  border-top: 0px solid #000;
}
.bottom-bar .copyright {
  display: block;
  font-size: 12px;
  color: #f1f1f1;
  line-height: 18px;
  text-align: center;
  padding: 15px 15px 5px;
  border:0px solid red;
}
.bottom-bar .dnd {
  display: none;
  color: #FFF;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  padding: 5px 0 15px;
  transition: all 300ms ease-in-out;
}
.bottom-bar dnd:hover {color: #EEE;}
@media (min-width:992px) {
  footer {
    height:auto;
    padding: 50px 0 30px;
  }
  footer .logo {
    height: 35px;
    margin: 0 0 20px;
  }
  footer .f-partner {
    width:50%;
    margin: 0;
  }
  footer h5 {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
  }
  footer p {
    text-align: left;
  }
  footer .footer-nav  {
    margin: 0px 0 40px;
  }
  footer .social-icon {
    margin:0 auto ;
  }
  footer .footer-nav li {
    padding: 0 0 0 15px;
  }
  footer .footer-nav li a { 
    text-align:left;
  }
  footer .sub-form .sub-input {
  }
  footer .sub-form .sub-btn {
  }
  footer .sub-form .subs-text {
  }
  footer .sub-form .subs-text input {

  }
  footer .sub-form .subs-text label {
  }
  footer .success {
    margin: 45px 0 0;
  } 
  footer .error {
    margin: 45px 0 0;
  }
  footer h5 {
    text-align:left;
  }
  footer p {
    text-align:left;
  }
  footer .social-icon {
    margin:0;
  }
  footer .dnd {

    margin:40px 0 0;
    padding:0;
  }
  .bottom-bar {
    height: 50px;
  }
  .bottom-bar .copyright {
    display: initial;
    line-height: 50px;
    text-align: left;
    padding: 0 15px;
  }
  .bottom-bar .dnd {
    float: right;
    display: none;
    margin: 0;
    padding: 0;
    line-height: 50px;
    text-align: right;
    transition: all 300ms ease-in-out;
  }
}
#pageup{
  position:fixed;
  z-index:999999999999999999;
  right:-50px;
  bottom:40px;
  display:none;
  cursor:pointer;
  z-index:999;
  color: #fff;
  font-size: 14px;
  line-height: 46px;
  padding:0 15px;
  background:rgba(255, 0, 0, .7);
  transition: all 300ms ease;
}
#pageup  i {
  margin: 0 20px 0 0;
  font-size: 18px; font-weight: 400;
  line-height: 46px;
  text-align: center;
}
#pageup:hover{
  color: #000;
  right: 0;
  background:rgba(225, 225, 225, 0.9);
  transition: all 300ms ease;
}
#slider {
  width: 100%;
  transition: all 350ms ease;
}
#slider.sticky {
  margin: 0;
  transition: all 350ms ease;
}
@media (min-width: 992px) {
  #slider {
    margin-top: 100px;
  }
}

.container-left {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 0;
  margin-left: auto;
}
.container-right {
  max-width: 565px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: auto;
  margin-left: 0;
}
.section-container {
  padding-top: 35px;
  padding-bottom: 35px; 
}
@media (min-width: 992px) {
  .section-container {
    padding-top: 70px;
    padding-bottom: 70px; 
  }
}

.btn-center {
  margin: 0px auto 0;
  padding: 0 20px;
  display: table;
  clear: both;
  color: #fff;
  font-family: 'PT Sans';
  font-size: 14px;
  line-height: 42px;
  text-align: center;
  text-decoration: none;
  background: red;
  border-radius: 4px;
  transition: all 300ms ease-in;
}
.btn-center:hover {
  color: #fff;
  text-decoration: none;
  background: #18191E;
}
.bg-gray {
    background: #f1f1f1;
}
#about {
  color: #444;
  text-align: center;
  position: relative;
  background: #F5F6FA;
  background:url(../images/bg_about.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#about .contact-title small {
  color: #FF4328;
}
#about .contact-title:after{background:#FF4328;}
#about::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFF;
    opacity: .85;
    content: "";
}

#classes {
  color: #FFF;
  text-align: center;
  position: relative;
  background:url(../images/bg_classes.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#classes::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#30335c;
    opacity: .9;
    content: "";
}
#classes .section-heading small{color:#FFF;}
#classes .section-heading h2:after {background: #FFF;}

#radio {
  color: #555;
  position: relative;
  background:url(../images/bg_radio.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#radio::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#fff;
    opacity: .9;
    content: "";
}
.radio-bg {
  height: 350px;
  background: url(../images/bottom-image11.png)  no-repeat right; background-size: 100% 100% ;
}
@media (min-width:992px) {
  .radio-bg {
    height: auto;
    background: url(../images/bottom-image11.png)  no-repeat right; background-size: 80% 100% ;
  }
}

#concert {
  color: #FFF;
  position: relative;
  background:url(../images/bg_concert-3.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#concert::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: .1;
    content: "";
}
.bg-concert {
  background: url(../images/bg_concert-3.jpg) no-repeat center;
  background-size: cover;
}
.concert-overly {
  position: relative;
}
.concert-overly::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: .7;
    content: "";
}
#concert .contact-title:after{background:red;}

#event {
  color: #000;
  position: relative;
  background:url(../images/bg_event1.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#event::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#FFF;
    opacity: .95;
    content: "";
}
#event .section-heading h2:after {background: red;}


#testimonials {
  color: #FFF;
  position: relative;
  background:url(../images/bg_testimonial.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}
#testimonials::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#e15416 0%, red 100%);
    opacity: .9;
    content: "";
}
#testimonials .section-heading h2:after {background: #FFF;}


#contact {
  color: #FFF;
  position: relative;
  background:url(../images/bg_contact.jpg) 50% 0 no-repeat fixed #3C4146;
  background-size: cover;
}/
#contact .contact-title h2{color:#FFF;}
#contact .contact-title:after{background:#FFF;}







.space-top {
  padding-top:  170px ;
}

.contact-container {
  max-width: 700px;
  height: auto;
  padding:30px; 
  position: relative;
  z-index: 30;
  background: #30335c;
  -webkit-transform:  translate();
  transform: translate();
  height: auto;
  box-shadow: 0 0 15px #ccc;
}
@media (min-width:992px) {
  .contact-container {
    top: 150px;
    position: absolute;
  }
}


.google-map {
  width: 100%;
  height:400px; 
  margin: 0;
}

@media (min-width:992px) {
  .google-map {
    height:800px; 
  }
}

/* = Contact 
----------------------------------------*/
.contact-tab {
  margin-bottom: 15px;
  border: 0px solid red;
}
.pt-4{padding-top: none !important;;}
.contact-tab i {
  width: 40px;
  display: block;
  margin: 15px auto; 
  font-size: 26px;
  line-height: 40px;
  text-align: center;
  color: #FFF;
  border-radius: 100%;
  border: 0px solid #4f67af;
}
.contact-tab h5 {
  color: #fff;
  text-align: center;
}
.contact-tab p {
  color:#eee;
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 300;
  text-align: center;
  margin:0;
}
.contact-tab p b {
  margin: 0 10px 0 0; 
  font-weight: 500;
  display: inline-block;
  border: 0px solid red;
  text-align: left;
}
@media (min-width:992px) {
  .contact-tab {
    margin-bottom: 30px;
    border: 0px solid red;
  }
  .contact-tab div {display: table-cell; vertical-align:  top; border: 0px solid red; }
  .contact-tab i {
    width: 40px;
    float: left;
    margin:0 15px 0 0; 
    font-size: 22px;
    line-height: 40px;
  }
  .contact-tab p {
    font-size: 14px;
    line-height: 22px;
    text-align: left;
  }
}
.form-tagline {
  color: #444;
  line-height: 50px;
}
.form { margin: 30px 0;}
.form .input {
  width: 100%;
  height: 50px;
  float: left;
  margin: 0 0 15px;
  padding: 0 20px;
  color: #eee;
  font-size: 14px;
  background: none;
  border:none;
  border: 1px solid #ddd;
}
.form .textarea {
  width: 100%; position: relative;
  height: 80px;
  margin: 0 0 15px;
  padding: 20px;
  color: #eee;
  font-family: 'PT Sans';
  font-size: 14px;
  background: none;
  border:none;
  border: 1px solid #ddd;
}
.input:focus, .textarea:focus {
  border: none;
  border-bottom:  1px solid #FFF;
}
.g-recaptcha {
  margin: 10px 0;
  transform:scale(0.70);
  -webkit-transform:scale(0.70);
  transform-origin:180px 0;
  -webkit-transform-origin:180px 0;
}
.form .submit {
  display: table;
  margin: 0 auto;
  padding: 0 15px;
  cursor: pointer;
  font-family: 'Poppins';
  font-size: 13px;
  line-height: 38px;
  color: #FFF;
  text-align: center;
  text-transform: uppercase;
  background: #e52a25;
  border-radius: 2px;
  border: 2px solid transparent;
  transition: all 300ms ease-in;
}
.form .submit:hover {
  color: #FFF;
  background: transparent;
  border: 2px solid #FFF;
}
.section-message {
  width: 100%; 
  position: absolute;
  z-index: 99999999999999999999999999999999;
  margin:  150px 0 0;
  border: 0px solid red;
}
@media (min-width: 992px) {
  .form { margin: 30px 0 0;}
  .g-recaptcha {
    margin: 0;
    transform:scale(0.60);
    -webkit-transform:scale(0.60);
    transform-origin:0 0;
    -webkit-transform-origin:0 0;
  }
  .form .submit {
    float: right;
  }
}



/* Classes */
.service_tab {
  margin: 0 0 30px;
}
.service_icon {
   width: 120px;
  height: 120px;
  display: block;
  margin:30px auto;
  position: relative; 
  overflow: hidden;
  -ms-transform: rotate(20deg); /* IE 9 */
  -webkit-transform: rotate(20deg); /* Safari 3-8 */
  transform: rotate(45deg);
  border: 1px solid #e52a25;
  transition: all 300ms ease-in-out;
}
.service_icon img {
  width:  100%;
   -ms-transform: rotate(0deg); /* IE 9 */
  -webkit-transform: rotate(0deg); /* Safari 3-8 */
   transform: rotate(-40deg) scale(1.5);
}
.service_tab .st-title {
  display: block;
  margin: 0px 0 10px;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  border: 0px solid red;
}
.service_tab p {
  color: #eee;
  height: 80px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border: 0px solid red;
}
.service_tab .st-btn {
  color:  #FFF;
  font-family: 'Poppins';
  font-size: 13px;
  font-weight: 400;
  line-height: 36px;
  text-align: center;
  display:table;
  margin:15px auto 0;
  padding:0 12px;
  border-radius: 0px;
  border: 1px solid #FFF;
  transition: all 300ms ease-in-out;
}
.service_tab .st-btn:hover {
  text-decoration: none;
  padding-left: 10px;
  color: #000;
  background: #FFF;
  border: 1px solid #FFF;
}
.service_tab .st-btn i {
  margin-left: 5px;
}
@media (min-width:992px) {
  .service_icon {
   width: 200px;
  height: 200px;
    margin:70px auto 70px;
  }
  .service_tab .st-title {
    font-size:18px;
  }
  .service_tab p {
  }
}
.radio-img {
  width: 100%;
  padding: 10px;
  margin-top: 30px;
  border: 2px solid #30335c;
}
/* Page Not Found 404 */
.content-404 {
  margin: 50px 0 0;
}
.content-404 .title-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 28px;
  font-weight: 400;
  font-style: normal;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
}
.content-404 .note-404 {
  color: #3C4146;
  font-family: 'PT Sans';
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  margin: 10px 0 0
}
@media (min-width:992px) {
  .content-404 {
    margin: 100px 0 0;
    min-height: 400px;
  }
  .content-404 .title-404 {
    font-size: 64px;
    line-height: 136px;
  }
  .content-404 .note-404 {
    font-size: 24px;
    line-height: 36px;
  }
} 
/* = Events
-------------------------------------------------*/
.event {
  position: relative;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  /*! background: rgb(255, 255, 255, 0.8); */
  border-top:1px solid #ccc;
  border-bottom:1px solid #ccc;
}
.event-date {
  color: Red;
  display: table-cell;
  vertical-align: middle;
  font-family: 'Cormorant Garamond', serif;
  font-size: 140px;
  font-style: italic;
  font-weight: 700; 
  line-break: 100px;
  border: 0px solid red;
}
.event .event-month {
  color: #666;
  display: table-cell;
  vertical-align: middle;
  padding:  0 0 0 15px;
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 500;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}
.event .event-month small {
  display: block;
}
.event .event-year {
  color: #258145;text-align: center;
  display: block;
  font-size: 22px;
  font-weight: 600;
  line-height: 24px;
  text-transform: uppercase;
}
.event .event-title {
  color: red; 
  font-family: 'Cormorant Garamond', serif;
  font-size: 60px;
  font-style: italic;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  margin: 50px 0;
}
.event p {
  color: #444;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  text-align: center;
}
.event img {
  width: 100%;
  display: block;
  margin:20px auto;
  padding: 10px;
  border: 1px solid #ccc;
}
.event span {text-align: center; display: block}
.event .btn-event {
  color: #FFF;
  display: table;
  margin: 15px auto;
  font-size: 14px;
  line-height: 36px;
  padding: 0 10px;
  background: #a1cb37;
  border-radius: 3px;
  transition:all 300ms ease-in-out;
}
.event .btn-event:hover {
  color: #FFF;
  text-decoration: none;
  background: #000;
}
@media (min-width:992px) {
  .event .event-title {
    font-size: 36px;
    line-height: 36px;
    text-align: left;
    margin-bottom: 20px;
  }
  .event p {
    text-align: left;
  }
  .event .btn-event {
    margin: 15px 0 0;
    line-height: 36px;
    padding: 0 15px;
  }
  .event img {
    width: 85%;
  }
  .event span {
    text-align: left;
  }
}
/* = Page Title Wrapper 
----------------------------------------*/
.page_title_wrapper {
  width: 100%;
  padding: 40px 0;
  position: relative;
  background: center center no-repeat ;
  background-size: cover;
  margin:145px 0 00px;
}
.page_title_wrapper::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right,#e15416 0%, red 100%);
    /*background: #173782;*/
    opacity: .80;
    content: "";
}
.page_title_wrapper .container:after {
  content: "";
  position: absolute;
  top: 100%;
  width: 50%;
  height: 34px;
  background-image:url(../images/bottom-shadow.jpg);
  background-repeat: no-repeat;
  background-size: 100% 34px;
  background-position: 0% bottom;
}
.ptw-about- {
  background:url(../images/bg_classes.jpg) center no-repeat;
  background-size: cover;
}
.page_title {
  position: relative;
  display: block;
  margin: 0 0 0;
  border: 0px solid red;
}
.page_title h1 {
  display: block;
  color: #FFF;
  font-family: 'Poppins', sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 80px;
  text-align: center;
  margin:0 0 0;
}
.page_title .ptw-location {
  color: #FFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 0px;
  text-align: center;
  text-transform: uppercase;
  margin:0px;
}
.page_title .ptw-location i {
  margin: 0 15px 0 0;
}
@media (min-width: 992px) {
  .page_title_wrapper {
    margin:150px 0 00px;
    padding: 70px 0;
  }
  .page_title_wrapper .container:after {
    background-size: 658px 34px;
  }
  .page_title  {
    padding: 0;
  }
  .page_title h1 {
    font-size: 50px;
    line-height: 100px;
    text-align: left;
    margin: 0 0 00px;
  }
  .page_title .ptw-location {
    font-size: 20px;
    font-weight: 600;
  }
}
/* Service Page Side Image */
.service-img {
  max-width: 500px;
  margin-top: 70px;
  display: inline-block;
  position: relative;
}
.service-img img {
  position: relative;
  display: inline-block;
  border:1px solid #eee; 
  border-radius: 1px;
}
.service-img::before {
  display: inline-block;
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  transform: translate3d(10px, -10px, -22px);
  border: 10px solid #e15416;
  border-radius:1px;
}
@media (min-width:992px) {
  .service-img {
    margin-top: 40px;
  }
  .service-img::before {
    transform: translate3d(35px, -35px, 22px);
  }
}