/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/
@import 'https://fonts.googleapis.com/css?family=Open+Sans';
html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    text-align: center;
    overflow-x: hidden !important;
    margin: auto !important;
    font-family: 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* Internet Explorer 10 in Windows 8 and Windows Phone 8 Bug fix */

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

a {
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}


/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
            box-sizing: border-box;
}

ul,
ol {
    padding-left: 0 !important;
}

li {
    list-style: none;
    color: #666;
}
p {
    color: #666;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
    margin: -20px 0 0 -20px;
}


/*---------------------------------------
   Typography                
-----------------------------------------*/



/* HEADINGS */

h1,
h2 {
    
    font-weight: normal;
}

h1 {
    font-size: 2.75rem;
    line-height: 4.688rem;
}

h2 {
    font-size: 3rem;
    line-height: 4.063rem;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
            transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}


/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}


/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header {
    padding-bottom: 48px;
}

.section-header h2 {
    margin-bottom: 4px;
}

.section-header .section-description {
    display: inline-block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666;
}

strong, .ss-required-asterisk  {
    color:#E33337;
    font-size: 17px;
}
.small-text, .small-text strong {
    font-size: 12px;
}
/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

header {
    -webkit-background-size: cover;
            background-size: cover;
}

header .color-overlay {
    min-height: 900px;
}

header .full-screen {
    width: 100%;
    height: 100px;
}
.event-image {
    display: inline-block;
    width: 100%;
    position: relative;
}
.event-image img {
    display: inline-block;
    width: 100%;
}
.navbar-inverse .navbar-brand {
    display: inline-block;
    height: auto;
}
/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
  background: #FFFFFF;
  border: none;
  padding: 0 !important;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
          min-height: 96px;
}

.sticky-navigation .navbar-header img {
  max-height: 63px;
  -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
  color: #000000 !important;
  position: relative;
  outline: none;
}

.sticky-navigation .main-navigation li a {
  line-height: 30px;
  font-weight: 400;
  font-size: 13px;
  padding: 33px 10px;
  text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
border-color: #313131;
background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 60px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

/* INTRO */

header .intro-section {
    margin: auto;
    padding-top: 15%;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 80px;
    padding-bottom: 30px;
    background: #ffffff;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
    margin-bottom: 40px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
    margin-bottom: 40px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
    min-height: 120px;
    margin-top: 5px;
}

.features .feature .icon-container .icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
            transition: all ease-in 0.25s;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
    margin-bottom: 80px;
}

.features .phone-image img {
    width: 100%;
}
/* .fetaure-details {
    display: inline-block;
    width: 100%
} */

/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 110px;
    padding-bottom: 60px;
}

.app-brief h2 {
    margin-bottom: 4px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
    margin-bottom: 50px;
}

.app-brief .left-align p {
    display: block;
    float: none;
    margin-top: 50px;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}


.single-service {
    text-align: left;
}
.single-service ul {
    display: inline-block;
    width: 100%;
}
.single-service li {
    padding-left:25px;
    font-size: 14px;
    position: relative;
    margin-bottom: 15px;
    color:#666;
}
.single-service li:before {
    position: absolute;
    left: 0;
    content: "\\";
    font-family: "ElegantIcons";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    top:8px;
}
.col-md-6.single-service.wow.fadeIn.animated.animated > h3 {
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}
.col-md-6.single-service.wow.fadeIn.animated.animated > h3:after {
    position: absolute;    
}
hr.primary {
    border-color: #008ed6;
    border-width: 1px;
    max-width: 50px;
    float: left;
    width: 100%;
    margin-top:-6px;
}
/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 60px;
}

.services .single-service .service-icon {
    font-size: 80px;
}
.single-img {
    padding: 45px 0;
}
.services div.single-service h3 {
    margin-top: 20px;
    font-size: 20px;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
    color:#000;
    display: inline-block;
    width: 100%;
}
 div.single-service p {
    display: inline-block;
    width: 100%;
 }
.heading > img {
    max-width: 50px;
}

.heading {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
}




/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    background: url('../images/bg-3.jpg') no-repeat center fixed;
    -webkit-background-size: cover;
            background-size: cover;
    color: #ffffff;
}

.download .color-overlay {
    padding-top: 70px;
    padding-bottom: 70px;
}
.download div.single-service {
    text-align: center;
}
.download div.single-service p {
    color: #fff;
}
.download a {
    background-color: #fff;
    border-radius: 4px;
    padding: 3px 9px;
}
.download div.single-service p span {
    padding: 2px 6px;
    color: #666;
    background-color: #fff;
}
.download h2 {
    margin-bottom: 4px;
}
.panel-default > .panel-heading {
    background-color: #fff;
    border-radius: 0;
}
a:focus, a:hover {
    outline: 0;
    text-decoration: none;    
}
.panel-heading h4 a {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-right:55px;
}
.panel-heading h4 a:after {
  font-family: fontawesome;
  position: absolute;
  content: '\f077';
  right:0;
  top:0;  
  color:#008ed6;
}
.panel-title strong {
    color:#000;
}
.panel-heading h4 a.collapsed:after {
  content: '\f078';
}
/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
.navbar-toggle {
    border-radius: 2px;
    margin-top: 28px;
}
footer .contact-box {
    margin-bottom: 78px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
            box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 20px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    padding-top: 10px;
    margin-bottom: 50px;
}
.arrow-outer {
    display: inline-block;
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    left: 0;
}
.down-arrow {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: rgba(255,256,255,.7);
    border-radius: 50%;
    
    padding: 9px;
}

.rst-home-whatwehave {
  float: left;
  padding: 0 15px;
  width: 33.2%;
}
.zonal-centers .empty-center.rst-home-whatwehave {
  min-height: 435px;
}
.zonal-centers .rst-home-whatwehave {
  float: left;
  min-height: 760px;
  padding: 0 15px;
  width: 33.2%;
}
.zonal-centers .empty-center .container-whatwehave {
    min-height: 395px;
}
.rst-home-whatwehave:hover .container-whatwehave {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(214,214,214,1);
-moz-box-shadow: 0px 0px 17px 0px rgba(214,214,214,1);
box-shadow: 0px 0px 17px 0px rgba(214,214,214,1);
-webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.wpb_row
{
  position: relative;
}
.rst-home-whatwehave img {
  display: inline-block;
  width: 100%;
  max-width: 105px;
}
.rst-home-whatwehave:hover
{
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.container-whatwehave {
  display: inline-block;
  width: 100%;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.21);
  background: #fff;
  min-height: 375px;
  margin-bottom: 25px;
}
.zonal-centers .container-whatwehave {
  min-height:655px
}
.container-whatwehave > div {
  background-color: #FF5252;
  padding: 35px 0;
}
.container-whatwehave p {
  padding:0 15px;
}
.rst-home-whatwehave h5 {
  margin: 35px 0 20px;
}
#rst-home-whatwehave {
  padding: 0 0 155px;
}   
.ul-zonal {
  display: inline-block;
  width: 100%; 
  padding:15px !important;
}
.ul-zonal li {
  display: inline-block;
  width: 100%;
}
.ul-zonal li label {
  display: inline-block;
  width: 44%;
  float: left;
  font-size: 14px;
  /* padding-left: 15px; */
  text-align: right;
  font-weight: normal;
  color: #000;
}
.ul-zonal li p {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 0;
  text-align: left;
  width: 55%;
  font-size: 14px;
  word-wrap: break-word;
}
.ul-zonal li .btn {
  background-color: #2882C4;
  color: #fff;
}
.ul-zonal hr {
  margin: 0 0 7px 0;
}
.zonal-center-outer .container-whatwehave img {
  max-width: 100%;
}

.btn, td .btn {
  border: 0 none;
  border-radius: 2px;
  box-shadow: 0 1px 2px 0 rgba(50, 50, 50, 0.15);
  color: #233141;
  font-family: Montserrat;
  font-size: 12px;
  letter-spacing: 2px;
  margin: 0;
  max-width: 100%;
  padding: 12px 45px;
  text-transform: uppercase;
}

.zonal-center-outer .container-whatwehave > div {
    border-bottom: 2px solid #eee;
    padding: 15px;
    background-color: #fff;
}
.zonal-center-outer .container-whatwehave img {
    max-width: 120px;
    width: 100%;
}
.zonal-center-outer .container-whatwehave h5 {
    color: #000;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: capitalize;
}
.contact-details-request {
      display: inline-block;
      margin: 0 auto;
      max-width: 320px;
      text-align: left;
      width: 100%;
}
.contact-details-request li {
  display: inline-block;
  width: 100%;
}
.contact-details-request li a {
  display: inline-block;
  width: 100%;
  color: #444;
}
.contact-details-request li a:hover {
  text-decoration: underline;
}
.contact-details-request li a i {
  display: inline-block;
  margin-right: 5px;
  color: #000;
}
.form-request label.col-sm-4 {
  text-align: left;
  width: 33.3333%;
  font-size: 15px;
  font-weight: 700;
}
ol div.col-sm-offset-4 {
  margin-left: 33.3333%;
}
#details .single-service {
  min-height: 413px;
}
.ul-zonal li .btn.btn-red {
  background-color: #E12127;
}
@media(max-width: 1200px) {
  #participation .single-service {
    min-height: 285px;
  }
  #details div.single-service {
    min-height: 473px;
  }
  .zonal-centers .rst-home-whatwehave { 
    min-height: 810px;
  }
}
@media(max-width: 990px) {
  #participation .single-service {
    min-height: 235px;
  }
  #details div.single-service {
    min-height: 373px;  
  }
  .zonal-centers .rst-home-whatwehave { 
    min-height: 710px;
  }
}
@media (max-width: 768px) {
  .form-request .ss-form-entry > label.col-sm-4 { 
    width: 33.3333%;
  }
  .ss-form-entry .col-sm-8 {
    width: 66.6667%;
    display: inline-block;
  }
  div.zonal-centers .rst-home-whatwehave { 
    min-height: 760px;
  }
}
@media (max-width: 640px) {
  .form-request .ss-form-entry > label.col-sm-4 { 
    width: 100%;
  }
  .ss-form-entry .col-sm-8 {
    width: 100%;
    display: inline-block;
  }
  ol div.col-sm-offset-4 {
    margin-left: 0%;
  }
  div.zonal-centers .rst-home-whatwehave { 
    min-height: 690px;
  }
}

.form-request .col-sm-8 {
  text-align: left;
}
.form-request .form-group, .form-request .ss-form-entry {
  margin-bottom: 35px;
  display: inline-block;
  width: 100%;
}
.form-request .required-message {
  font-size: 12px;
  color: #E33337;
  width: 100%;
}
.ss-secondary-text {
  font-size: 12px;
  font-weight: normal;
  color: #adadad;
}
.ss-choice-label {
  font-weight: normal;
}
.form-request .form-control, .form-request input[type=text], .form-request select {
  box-shadow: none;
  border-radius: 0;
  height: 44px;
  padding: 8px 12px;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.form-request .ss-datetime-box select {
  width: 120px;
  display: inline-block;
}
.form-request input[type=text]:focus{
  border-color: #66afe9;
  outline: 0;
}
.form-request .row > h6 {
  display: inline-block;
  margin-bottom: 25px;
  text-align: left;
  width: 100%;
}
.form-request .radio label {
  display: inline-block;
  width: 100%;
  position: relative;
}
.form-request .radio label input[type=radio] {
  margin-top: 9px;
  top: 0;
}
.radio label input[type=radio] + input[type=text] {
  margin-left: 15px;
  display: inline-block;
  width: 100%;
  max-width: 250px;
}
#stateId_chosen {
  width: 100% !important;
}
input[type=text]:focus, input[type=text]:visited, select:focus {
  outline: 0;
}
.form-group button.btn, #navigation-buttons .btn {
  background-color: #2882c4;
  color: #fff;
  margin-bottom: 5px;
}
.ss-footer {
  display: inline-block;
  width: 100%;
  margin-bottom: 25px;
  font-size: 13px;
}
img.banner-small {
    display: none;
}
#sponsor .single-service {
  text-align: center;
}
#sponsor .single-service p {
  display: inline-block;
  width: 100%;
}
#sponsor .single-service a {
  display: inline-block;
  width: auto;
  cursor: pointer;
  margin-right: 15px;
}
#sponsor .single-service a img {
  display: inline-block;
  width: 100%;
  max-width: 320px;
}
#sponsor hr.primary {
  float:none;
}
.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
  color: #222;
}
.iframe-outer iframe
{
  overflow: hidden;  
}
.highlights-div {
  display: inline-block;
  width: 100%;
  text-align: left;
  max-width: 885px;
}
.highlights-div h4 {
  display: inline-block;
  width: 100%;
  font-weight: 700;
  text-align: left;
}
.highlights-div ol.highlights-ol {
  width: 100%;
  text-align: left;
}
ol.highlights-ol li {
  list-style-type: decimal;
  float: left;
  list-style-position: inside;
  width: 100%;
  text-align: left;
}
.download .zonal-request-p {
  font-size: 22px;
}
.download .zonal-request-p> a {
  font-size: 16px;
  margin-left: 15px;
  padding: 8px 25px;
}
/* .iframe-outer iframe .freebirdHeaderMast {
  display: none !important;
}
.iframe-outer iframe .freebirdLightBackground {
  background: transparent !important;
}
.iframe-outer iframe .freebirdAccentBackground {
  display: none !important;
}
.iframe-outer iframe .freebirdFormviewerViewFormContent {
  margin-top: 65px !important;
}
.iframe-register iframe {
  height: 1500px !important;
}
.iframe-outer .freebirdFormviewerViewHeaderTitle, .iframe-outer .freebirdFormviewerViewHeaderDescription {
  display: none !important;
}
 */