body {
    background: #ffffff;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
  }

html,body {
  width: 100%;
  overflow-x: hidden;
}

html {
  font-size: 100%;
}


/* Typography */
h1,h2,h3, .btn {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

/*h2 {
  color: #333;
  font-size: 40px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 8px;
}*/

#contact h2 {
  color: #ffffff;
}

#contactBottom h2 {
  color: #333;
}

h3 {
  color: #444;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1px;
  padding-bottom: 10px;
}

#menu h3 {
   color: #555;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-weight: 400;
}

p {
  font-size: 18px;
  letter-spacing: 0.8px;
  line-height: 28px;
}

a {
  text-decoration: none !important;
}
a:visited,
a:focus {
  outline: none;
  text-decoration: none !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

/* hover min css */
.hvr-bounce-to-bottom:before,
.hvr-bounce-to-top:before {
  background-color: #ffffff;
}




/* All Section styles */
#about,
#career,
#media,
#services,
#video,
#menu,
#gallery,
#contact,
#contactBottom{
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#services,
#career,
#media,
#video,
#about,
#gallery,
#contact,
#contactBottom {
  text-align: center;
}


#about,
#contact,
#contactBottom {
  background: rgb(255,255,255);
}

#services{
  background: #f3f3f3;
}


/* section title */
.section-title {
  padding-bottom: 10px;
}
#about .section-title,
#menu .section-title {
  text-align: center;
}
#contact .section-title {
  color: #f0f0f0;
}

#contactBottom .section-title {
  color: #333;
}

/* Preloader section  */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: none repeat scroll 0 0 #ffffff;
}

.sk-spinner-pulse {
  width: 60px;
  height: 60px;
  background-color: #222;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
          animation: sk-pulseScaleOut 1s infinite ease-in-out; }

@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }

@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }


/* Home section */
#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
        align-items: center;
  text-align: center;
  /*height: 100vh;*/
  height: 85vh;
  overflow: hidden;
  position: relative;
}


#home .gradient-overlay {
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}
#home .btn:hover,
#home .btn:focus {
  color: #ed1847;
}

/* Navigation section */
.navbar-default {
    background: #ffffff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
}

.navbar-default .navbar-brand {
  color: #505050;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 40px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.navbar-default .navbar-nav li a {
    color: #757575;
    font-size: 15px;
    font-weight: 300;
    line-height: 50px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.navbar-default .navbar-nav > li a:hover {
    color: #ed1847 !important;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    color: #606060;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #ed1847;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
     border: none;
     padding-top: 10px;
  }

.navbar-default .navbar-toggle .icon-bar {
    border-color: transparent;
  }

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { 
  background-color: transparent;
}



/* services section */
#services .feature-thumb {
  background-color: #ffffff;
  position: relative;
  padding: 22px;
  margin-top: 32px;
  height: 400px;
}
#services .feature-icon {
  background-color: #222;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  top: 0;
  margin-top: -70px;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  display: table;
  text-align: center;
  transition: all 0.4s ease-in-out;
}
#services .feature-icon:hover {
  background-color: #ed1847;
}

/*#services .feature-icon .fa:hover {
  color: #005595;
}*/

#services .feature-icon span {
  display: table-cell;
  vertical-align: middle;
}
#services .feature-icon .fa {
  color: #ffffff;
  font-size: 36px;
  margin: 0;
  padding: 0;
}

#services h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

/*Added*/

#career h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

#contact h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

#contactBottom h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

#media h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}


/* About section  */
#about .col-md-4 ul {
  padding-top: 4px;
  padding-left: 28px;
}

#about .col-md-4 ul li {
  color: #777;
  font-size: 18px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
}

.row .space p{
  padding-top: -100px;
}


/* Video section  */
#video {
  background: url('../images/video-bg.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  color: #999;
}

#video .overlay {
  background: rgba(03,03,03,0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

#video h2 {
  color: #ffffff;
  padding-top: 20px;
  padding-bottom: 16px;
}

#video .fa {
  position: relative;
  border: 2px solid #ffffff;
  border-radius: 100px;
  color: #ffffff;
  font-size: 28px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  vertical-align: middle;
  margin-top: 22px;
}



/* Menu section */
#menu .media {
  padding-bottom: 20px;
}

#menu .media-object img {
  width: 220px;
  padding-right: 12px;
  position: relative;
}

#menu .media-object span.menu-price {
  position: absolute;
  background-color: #ffffff;
  color: #222;
  font-size: 20px;
  font-weight: bold;
  padding: 6px 20px;
  top: 50%;
  left: 3%;
}


/* about section */
#about h3 {
  margin-bottom: 45px; 
  padding-bottom: 0px;
}

#about .team-des h4 {
  color: #666;
  padding-left: 10px;
  padding-right: 10px; 
  padding-bottom: 10px;
  letter-spacing: 1px;
  text-transform: none;
  line-height: 19px;
  font-size: 17px;
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 300;
}

#about img {
  width: 100%;
}

#about .team-thumb {
  width: 100%;
  position: relative;
}

#about .team-des {
  background: #f3f3f3;
  box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 90px;
  overflow: hidden;
  transition: height 450ms;
}

#about .team-thumb:hover .team-des {
  color: #ffffff;
  height: 100%;
  background-color: #ed1847;
  padding-top: 30%;
  opacity: 0.9;
}
#about .team-thumb:hover h3,
#about .team-thumb:hover h4,
#about .team-thumb:hover .social-icon li a {
  color: #eee;
}

#about .col-md-6 {
  padding-top: 62px;
}
#about .col-md-6 h2 {
  padding-bottom: 16px;
}



/* Gallery section */
#gallery .gallery-thumb {
  position: relative;
  overflow: hidden;
  margin: 0;
} 

#gallery .gallery-thumb .gallery-overlay {
  background: #c21500;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#gallery .gallery-thumb:hover .gallery-overlay {
    opacity: 0.9;
}

#gallery .gallery-thumb .gallery-overlay .gallery-item {
    text-align: center;
    position: absolute;
    top:50%;
    left: 50%;
    -webkit-transform:translate(-50%,-50%);
      -ms-transform:translate(-50%,-50%);
          transform:translate(-50%,-50%);
}

#gallery .gallery-thumb .fa {
  background: #ffffff;
  border-radius: 100%;
  font-size: 24px;
  color: #222;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  vertical-align: middle;
}

/*filter css*/
.filter-wrapper {
    width: 100%;
    margin-bottom: 42px;
    overflow: hidden;
}

.filter-wrapper li {
    display: inline-block;
    margin: 4px;
}

.filter-wrapper li a {
    color: #666;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none;
    -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.filter-wrapper li a:hover,
.filter-wrapper li a:focus {
  color: #C21500;
}

/*isotope box css*/
.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 30px;
}

.iso-box > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
} 

.fluid-img {
    width: 100%;
    display: block;
}

/* Contact section  */

.rowHeight {
  height: 120px;
}

#contact {
  background: url('../images/home-bg-slideshow1.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#contact .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#itSupport {
  background: url('../images/ITsupport.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#itSupport .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#itSupport .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
} 

#itSupport h3 {
   padding-top: 14px;
   padding-bottom: 10px;
}

#itSupport {
    padding-top: 80px;
    padding-bottom: 80px;
}

#itSupport h2 {
  color: #ffffff;
}

#itSupport {
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#itSupport {
  text-align: center;
}

/*IT Security*/
#itSecurity {
  background: url('../images/ITSecurity.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#itSecurity .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#itSecurity .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
} 

#itSecurity h3 {
   padding-top: 14px;
   padding-bottom: 10px;
}

#itSecurity {
    padding-top: 80px;
    padding-bottom: 80px;
}

#itSecurity h2 {
  color: #ffffff;
}

#itSecurity {
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#itSecurity {
  text-align: center;
}

/*#itSupport {
  background: rgb(255,255,255);
}*/

#itSecurity .section-title {
  color: #f0f0f0;
}

#itSecurity h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

/*Networking*/
#Networking {
  background: url('../images/Networking.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#Networking .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#Networking .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
} 

#Networking h3 {
   padding-top: 14px;
   padding-bottom: 10px;
}

#Networking {
    padding-top: 80px;
    padding-bottom: 80px;
}

#Networking h2 {
  color: #ffffff;
}

#Networking {
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#Networking {
  text-align: center;
}

/*#itSupport {
  background: rgb(255,255,255);
}*/

#Networking .section-title {
  color: #f0f0f0;
}

#Networking h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

/*Programming*/
#Programming {
  background: url('../images/Programming.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#Programming .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#Programming .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
} 

#Programming h3 {
   padding-top: 14px;
   padding-bottom: 10px;
}

#Programming {
    padding-top: 80px;
    padding-bottom: 80px;
}

#Programming h2 {
  color: #ffffff;
}

#Programming {
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#Programming {
  text-align: center;
}

/*#itSupport {
  background: rgb(255,255,255);
}*/

#Programming .section-title {
  color: #f0f0f0;
}

#Programming h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

/*3dlogo*/
#bcbackground {
  background: url('../images/bereacomp.jpg') 50% 0 repeat-y fixed;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  position: relative;
  height: 50vh;
}

#bcbackground .gradient-overlay{
  background: #ed1847; /* fallback for old browsers */  
  background: -webkit-linear-gradient(to left, #ed1847 , #004c85); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to left, #ed1847 , #004c85); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 0.8;      
  position: absolute;
  top: 0;
  width: 100%;
  height: 50vh;
}

#bcbackground .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
} 

#bcbackground h3 {
   padding-top: 14px;
   padding-bottom: 10px;
}

#bcbackground {
    padding-top: 80px;
    padding-bottom: 80px;
}

#bcbackground h2 {
  color: #ffffff;
}

#bcbackground {
  /*color: #656565;*/
  padding-top: 100px;
  padding-bottom: 0;
}

#bcbackground {
  text-align: center;
}

/*#itSupport {
  background: rgb(255,255,255);
}*/

#bcbackground .section-title {
  color: #f0f0f0;
}

#bcbackground h3 {
  padding-top: 14px;
  padding-bottom: 10px;
}

.picSupport{
  /*margin-top: 250px;*/
 /* position: absolute;
  background-position: bottom;
  background-size: cover;
  background-repeat: repeat;
  width: 100vw;
  bottom: 0px;
  left: 0px;
  top: 300px;
  z-index: 10;*/
  position: absolute;
    bottom: -125px;
    left: 0px;
    margin-top: 300px;
    background-image: url(../images/banner1.png);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 199px;
    z-index: 10;
}

#contact .overlay {
  background: rgba(0,0,0,0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  outline: none;
  height: 45px;
  width: 500px;
  color: #999;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}

select:hover {
  border-color: #ddd;
}

.info{
    margin-left: 335px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    text-align: -webkit-center;
}

#contactBottom .form-control {
  background: transparent;
  border: none;
  border-bottom: 1px solid #666;
  border-radius: 0px;
  box-shadow: none;
  color: #333;
  font-size: 18px;
  margin-bottom: 16px;
  transition: all 0.4s ease-in-out;
}


#contactBottom .form-control:hover {
  border-color: #ddd;
}

#contactBottom input {
  height: 45px;
  width: 500px; 
}


#contactBottom input[type='submit'] {
  background: #ed1847;
  border: none;
  border-radius: 5px;
  color: #ffffff;
  font-size: 20px;
  letter-spacing: 0px;
  height: 50px;
  width: 500px;
  margin-top: 20px;
  align-content: center;
  
  transition: all 0.4s ease-in-out;
}
#contactBottom input[type='submit']:hover {
  background-color: #015495;
  border-color: transparent;
  color: #ffffff;
}

#contactBottom textarea {
    height: 150px;
    width: 500px;
}

#contactBottom{
  /*margin-left: 300px;*/
}

#show_address{
  display: none;
}


/* Footer section  */
/*footer {
  background-color: #141414;
  color: #757575;
  padding-top: 100px;
  padding-bottom: 100px;
}

footer h3 {
  color: #ffffff;
  text-transform: uppercase;
  padding-bottom: 14px;
}

footer strong {
  color: #f0f0f0;
  font-size: 20px;
  display: block;
  padding-top: 6px;
  padding-bottom: 2px;
}*/

/*New Footer*/
.site-footer p a{
    font-family: 'Source Sans Pro', sans-serif;
}

.site-footer
{
  background-color:#26272b;
  padding:45px 0 20px;
  font-size:15px;
  line-height:24px;
  color:#737373;
}
.site-footer hr
{
  border-top-color:#bbb;
  opacity:0.5
}
.site-footer hr.small
{
  margin:20px 0
}
.site-footer h6
{
  color:#fff;
  font-size:16px;
  text-transform:uppercase;
  margin-top:5px;
  letter-spacing:2px;
}
.site-footer a
{
  color:#737373;
}
.site-footer a:hover
{
  color:#3366cc;
  text-decoration:none;
}
.footer-links
{
  padding-left:0;
  list-style:none
}
.footer-links li
{
  display:block
}
.footer-links a
{
  color:#737373
}
.footer-links a:active,.footer-links a:focus,.footer-links a:hover
{
  color:#ed1848;
  text-decoration:none;
}
.footer-links.inline li
{
  display:inline-block
}
.site-footer .social-icons
{
  text-align:right
}
.site-footer .social-icons a
{
  width:40px;
  height:40px;
  line-height:40px;
  margin-left:6px;
  margin-right:0;
  border-radius:100%;
  /*background-color:#33353d*/
}
.copyright-text
{
  margin:0
}
@media (max-width:991px)
{
  .site-footer [class^=col-]
  {
    margin-bottom:30px
  }
}
@media (max-width:767px)
{
  .site-footer
  {
    padding-bottom:0
  }
  .site-footer .copyright-text,.site-footer .social-icons
  {
    text-align:center
  }
}
.social-icons
{
  padding-left:0;
  margin-bottom:0;
  list-style:none
}
.social-icons li
{
  display:inline-block;
  margin-bottom:4px
}
.social-icons li.title
{
  margin-right:15px;
  text-transform:uppercase;
  color:#96a2b2;
  font-weight:700;
  font-size:13px
}
.social-icons a{
  /*background-color:#eceeef;*/
  color:#ffffff;
  font-size:16px;
  display:inline-block;
  line-height:44px;
  width:44px;
  height:44px;
  text-align:center;
  margin-right:8px;
  border-radius:100%;
  -webkit-transition:all .2s linear;
  -o-transition:all .2s linear;
  transition:all .2s linear
}


a.facebook{
  background-color:#3b5998;
}

a.twitter{
  background-color:#00aced;
}

a.whatsapp{
  background-color:#00c500;
}

a.instagram{
  /*background: #d6249f;*/
  /*background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);*/
  background-color:rgb(233, 89, 80);
}

a.youtube{
  background-color:#df0909;
}

.social-icons a:active,.social-icons a:focus,.social-icons a:hover
{
  color:#fff;
  background-color:#29aafe
}
.social-icons.size-sm a
{
  line-height:34px;
  height:34px;
  width:34px;
  font-size:14px
}

.social-icons a.facebook:hover
{
  background-color:#ed1848
}
.social-icons a.twitter:hover
{
  background-color:#ed1848
}
.social-icons a.whatsapp:hover
{
  background-color:#ed1848
}
.social-icons a.instagram:hover
{
  background-color:#ed1848
}
.social-icons a.youtube:hover
{
  background-color:#ed1848
}

@media (max-width:767px)
{
  .social-icons li.title
  {
    display:block;
    margin-right:0;
    font-weight:600
  }
}

/* social icon section  */
.social-icon {
  padding: 0;
  margin: 0;
}

.social-icon li {
  list-style: none;
  display: inline-block;
}

.social-icon li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon li a:hover {
  background: #111;
  color: #ffffff;
}

/* social icon section 2 (footer) */
.social-icon2 {
  padding: 0;
  margin: 0;
}

.social-icon2 li {
  list-style: none;
  display: inline-block;
}

.social-icon2 li a {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon2 li a:hover {
  background: #ed1847;
  color: #ffffff;
}


/* social icon section 3 (services list) */
.social-icon3 {
  padding: 0;
  margin: 0;
}

.social-icon3 li {
  list-style: none;
  align-items: left;
  text-align: left;
  font-size: 18px;

  /*display: inline-block;*/
}

.social-icon3 li i {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon3 li i:hover {
  background: #ed1847;
  color: #ffffff;
}

/* social icon section 3 (contact us list) */
.social-icon4 {
  padding: 0;
  margin: 0;
}

.contactDetaisContact {
  margin-left: 600px;
  margin-top: 50px;
}

.social-icon4 li {
  list-style: none;
  text-align: left;
  font-size: 18px;

  /*display: inline-block;*/
}

.social-icon4 li i {
  border-radius: 100px;
  color: #626262;
  font-size: 18px;
  text-decoration: none;
  transition: all 0.4s ease-in-out;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin-bottom: 12px;
  margin-right: 10px;
}

.social-icon4 li i:hover {
  background: #ed1847;
  color: #ffffff;
}


/* ADDED
------------------------------------------------------------------------*/

/*Emegency Button*/
.emegencyContainer h2{
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: none;
  margin-top: 35px;
  margin-left: 0px;
}

.emegencyContainer a{
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: transparent; border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  width: 190px;
  margin-top: -47px; 
  padding-top: 11px;
  float: right;
}

.emegencyContainer a:hover {
  color: #ed1847;
  background-color: #ffffff;
}

#emegency{
  height: 100px;
  width: 100vw;
  margin-top: 2px;
  background-color: #ed1847;
}


/*for new added tags*/
.newHeadings{
  letter-spacing: 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: none;
  margin-top: 50px;
  margin-left: 0px;
  text-align: center;
  margin-bottom: 30px;
  color: #333;
}

.newContent{
  text-align: center;
}

.emegencyText{
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 25px;
  font-weight: bold;
  text-transform: none;
  margin-top: 35px;
  margin-left: 0px;
}

.bigFontHome{
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 54px;
  font-weight: 400;
  text-transform: none;
  margin-top: 60px;
  margin-left: -0px;
  font-weight: bold;
}

.smallFontHome{
  color: #ffffff;
  letter-spacing: 0px;
  font-size: 20px;
  font-weight: bold;
  text-transform: none;
  margin-top: 40px;
  margin-left: -0px;
}

.emegency{
  height: 100px;
  width: 100vw;
  margin-top: 2px;
  background-color: #ed1847;
}

/* Youtube video */
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

#videoEmbeded{
  margin-top: 50px;
  margin-bottom: 100px;
}

/*Quotes*/
.quote{
  letter-spacing: -1px;
  color: #ed1847;
  text-align: center;
  margin-bottom:100px;
}

  .headingTag{
    margin-top: 100px; text-align: center;
  }

  .headingTag h1{
    font-size: 70px;
    color: #ffffff;
    text-align: center;
    position: relative;
  }

  .mainPs{
    font-weight: bold;
    color: #ed1847;
  }





/* Floating Social Media Bar Style Starts Here */

.fl-fl {
  background: #ed1847;
  /*text-transform: uppercase;*/
  padding: 4px;
  font-size: 17px;
  width: 220px;
  position: fixed;
  right: -160px;
  z-index: 1000;
  /*box-shadow: 0px 0px 1px #00000066;*/
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
}

.float-sm .fa {
  font-size: 25px;
  color: #fff;
  padding: 10px 0;
  padding-left: 10px;
  width: 40px;
  margin-left: 8px;
}

.fl-fl:hover {
  right: 0;
}

.fl-fl a {
  color: #ffffff !important;
  text-decoration: none;
  text-align: center;
  margin-left: 10px;
  line-height: 43px!important;
  vertical-align: top!important;
  font-weight: bold;
}

.float-rs {
  top: 315px;
}

.float-rx {
  top: 371px;
}

.myCard{
  margin-top: 50px;
  margin-bottom: 50px;
}
/* Floating Social Media Bar Style Ends Here */

@media (max-width: 980px) {

  .navbar-brand img{
    height: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .freeConsultBtn{
   visibility: hidden;
  }

  #home {
    height: 65vh;
  }

  #services .col-md-4:last-child,
  #about .col-md-4 {
    /* margin-top: 42px; */
  }

  #about .team-thumb {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  #about {
    /* padding: 71px 50px; */
    margin-top: 20px;
  }

  .visionAndMision {
    margin-left: 0px;
  }

  #contact-form select{
    width: 300px;
  }

  #show_address {
    margin-left: -100px: 
  }

  #show_address input[type='submit']{
    width: 300px;
  }

  #show_address input[type='text']{
    width: 300px;
  }

  #contactBottom textarea {
    height: 150px;
    width: 300px;
  }

  h2 {
    font-size: 21px;
  }

  .hellow{
    margin-bottom: 10px;
  }

  .quote {
    padding-top: 67px;
    margin-bottom: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .servicesTitle{
    padding-top: 50px;
    padding-bottom: -150px;
  }

  .newHeadings{
    font-size: 20px;
  }
  .myMap{
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-title p{
    margin-top: -50px;
  }

  .myCard {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  #videoEmbeded{
    /* margin: 10px 15px; */
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 45px;
    margin-top: -90px;
  }

  .myNet{
    margin-bottom: 20px;
  }

  iframe #location{
    width: 350px;
    height: 400px;
  }
  /*END*/
}

@media (max-width: 980px){
  .visionAndMision {
  margin-left: 0px;
}

@media (max-width: 900px) {

  h1 {font-size: 70px;}

}

@media (max-width: 768px) {

  .navbar-default .navbar-brand {
    line-height: 46px;
  }

}

@media (max-width: 767px) {

  .navbar-default .navbar-brand {
    line-height: 15px;
  }
  .navbar-default .navbar-nav li a {
    line-height: 30px;
  }

  #services .col-md-4,
  #about .col-md-5,
  footer .col-md-4 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .filter-wrapper {
    padding: 0px;
  }

}

@media (max-width: 650px) {

  #home {
    height: 100vh;
  }

  h1 {
    font-size: 60px;
  }
  h2 {
    margin-top: -60px;
    font-size: 21px;
  }

  #services {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  /*Added*/

  #career {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #media {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  #contact h3 {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  #contactBottom h3 {
    padding-top: 14px;
    padding-bottom: 10px;
  }

  #about,
  #career,
  #media,
  #services,
  #video,
  #menu,
  #gallery,
  #contact,
  #contactBottom {
    padding-top: 80px;
    padding-bottom: 10px;
  }

  #menu .media-object img {
    width: 100%;
    padding-bottom: 14px;
  }

  footer {text-align: center;}

}

/*new*/

/*Home Both Texts Small and Large*/
@media (max-width: 650px){
  .bigFontHome{
    margin-top: -40px;
    font-size: 27px;
  }

  .smallFontHome{
    font-size: 15px;
    margin-top: 20px;
  }

  /*Whatsapp Tab*/
  .float-rs{
    top: 609px;
  }

  .float-rx {
    top: 665px;
  }

  #emegency{
    height: 120px;
  }

  #emegency .emegencyText{
    font-size: 17px;
    margin-top: 17px;
    text-align: center;
  }
  #emegency  a.contactUs{
    margin-top: 4px;
    /*margin-right: 110px;*/
    margin-left: auto;
    margin-right: auto;
  }

  #emeg{
    float: none !important;
    margin: 0px auto !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
  }

  .logo1,
  .logo2,
  .logo3,
  .logo4,
  .logo5,
  .logo6,
  .logo7,
  .logo8{
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 45px;
    /*margin: auto;*/
  }

  #about .team-des h4 {
    font-size: 18px;
    letter-spacing: 0.8px;
    line-height: 28px;
  }

  .headingTag{
    margin-top: 100px; text-align: center;
  }

  .headingTag h1{
    font-size: 40px;
    text-align: center;
    position: relative;
    margin: -46px 0px;
    /* margin-top: -54px; */
    line-height: 92px;
  }

  .picSupport {
    position: absolute;
    bottom: -70px;
    left: 0px;
    margin-top: 300px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 105px;
    z-index: 10;
  }

  /* Youtube video */
.o-video {
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 56.25%; /* 9 / 16 * 100 */
}
.o-video > iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 0;
}

/*#videoEmbeded{
  margin-top: -100px;
  margin-bottom: 100px;
}*/

}
