@import url(http://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700);
@import url(http://fonts.googleapis.com/css?family=Cardo:400,400italic,700);
/* ==========================================================================
Typography
========================================================================== */
p {
  font-size: 14px;
  line-height: 22.4px;
  color: #6c7279; }

h1 {
  font-size: 65px;
  color: #2d3033; }

h2 {
  font-size: 40px;
  color: #2d3033; }

h3 {
  font-size: 28px;
  color: #2d3033;
  font-weight: 300; }

h4 {
  font-size: 22px;
  color: #2d3033;
  font-weight: 400; }

h5 {
  font-size: 14px;
  color: #2d3033;
  text-transform: uppercase;
  font-weight: 700; }

.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }
  
.btn-no-border { background-color:transparent; border:1px solid #e84545; color: #e84545; transition:all ease-in-out 0.5s;}  

/* ==========================================================================
  General Styles
========================================================================== */
a {
  color: #e84545; }

a:hover, a:focus {
  text-decoration: none;
  -moz-transition: background-color, color, 0.3s;
  -o-transition: background-color, color, 0.3s;
  -webkit-transition: background-color, color, 0.3s;
  transition: background-color, color, 0.3s; }

body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  color: #6c7279; }

ul, ol {
  margin: 0;
  padding: 0; }

ul li {
  list-style: none; }

.section {
  padding: 60px 0; }

.no-padding {
  padding: 0; }

.no-gutter [class*=col-] {
  padding-right: 0;
  padding-left: 0; }

/* ==========================================================================
  $Header
========================================================================== */
#header {
  position: fixed;
  width: 100%;
top:0;
  z-index: 999; background-color:#fff; }
  #header .header-content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    margin: 0 auto;
    max-width: 1170px;
    padding: 14px 0;
    width: 100%;
    -moz-transition: padding 0.3s;
    -o-transition: padding 0.3s;
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s; }
  #header .logo {
    float: left; }

#header.fixed {
  background-color: #f0f0f0; }
  #header.fixed .header-content {
    border-bottom: 0;
    padding: 25px 0; }
  #header.fixed .nav-toggle {
    top: 18px; }

.navigation.open {
  opacity: 0.9;
  visibility: visible;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.navigation {
  float: right; }
  .navigation li {
    display: inline-block; padding:20px 0; }

  .navigation a {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin-left: 40px;
    text-transform: uppercase; }

    .navigation a:hover, .navigation a.active {
      color: #e84545; }

.nav-toggle {
  display: none;
  height: 44px;
  overflow: hidden;
  position: fixed;
  right: 5%;
  text-indent: 100%;
  top: 32px;
  white-space: nowrap;
  width: 44px;
  z-index: 99999;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .nav-toggle:before, .nav-toggle:after {
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform; }
  .nav-toggle:before {
    background-color: #e84545;
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
  .nav-toggle:after {
    background-color: #e84545;
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s; }
  .nav-toggle span {
    background-color: #fff;
    bottom: auto;
    display: inline-block;
    height: 3px;
    left: 50%;
    position: absolute;
    right: auto;
    top: 50%;
    width: 18px;
    z-index: 10;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .nav-toggle span:before, .nav-toggle span:after {
      background-color: #fff;
      content: "";
      height: 100%;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      -moz-transform: translateZ(0);
      -ms-transform: translateZ(0);
      -webkit-transform: translateZ(0);
      transform: translateZ(0);
      -moz-backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      -moz-transition: -moz-transform 0.3s;
      -o-transition: -o-transform 0.3s;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
    .nav-toggle span:before {
      -moz-transform: translateY(-6px) rotate(0deg);
      -ms-transform: translateY(-6px) rotate(0deg);
      -webkit-transform: translateY(-6px) rotate(0deg);
      transform: translateY(-6px) rotate(0deg); }
    .nav-toggle span:after {
      -moz-transform: translateY(6px) rotate(0deg);
      -ms-transform: translateY(6px) rotate(0deg);
      -webkit-transform: translateY(6px) rotate(0deg);
      transform: translateY(6px) rotate(0deg); }
  .nav-toggle.close-nav:before {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0); }
  .nav-toggle.close-nav:after {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  .nav-toggle.close-nav span {
    background-color: rgba(255, 255, 255, 0); }
    .nav-toggle.close-nav span:before, .nav-toggle.close-nav span:after {
      background-color: #fff; }
    .nav-toggle.close-nav span:before {
      -moz-transform: translateY(0) rotate(45deg);
      -ms-transform: translateY(0) rotate(45deg);
      -webkit-transform: translateY(0) rotate(45deg);
      transform: translateY(0) rotate(45deg); }
    .nav-toggle.close-nav span:after {
      -moz-transform: translateY(0) rotate(-45deg);
      -ms-transform: translateY(0) rotate(-45deg);
      -webkit-transform: translateY(0) rotate(-45deg);
      transform: translateY(0) rotate(-45deg); }

/* ==========================================================================
  $Banner
========================================================================== */
.banner {
  background-image: url(../images/banner.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  min-height: 750px; }

.banner-text {
  padding-top: 25%; }
  .banner-text h1 {
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    text-transform: uppercase; }
  .banner-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 80px; }

/* ==========================================================================
  $Features
========================================================================== */

.features section{
width:100%;
float:left; 
  
}
.bdr-featr {border-right: 1px solid #f0f0f0;
border-bottom: 1px solid #f0f0f0;}

.feature2 { padding-bottom:20px; padding-top:20px;}

.features h1 { font-size:30px; font-weight:bold; font-family: 'Playfair Display', serif;}
.feature {
  margin-bottom: 50px; }
  .feature-content {
    padding: 0 15px;
    margin-top: 30px; }
  .feature .icon {
    color: #e84545;
    font-size: 60px; }
  
  
  
  
  
  /*-------------------------------*/
/*    Carousel Fade Transition   */
/*-------------------------------*/

.testimonial { background:url(../images/team-banner.jpg) no-repeat top center; background-size: cover;
position: relative;
}
.quote { text-align:center; color:#fff; font-size:8px;}
.testimonial p { color:#fff; font-family: 'Playfair Display', serif;}
.testimonial-details h3 { font-size:14px; color:#fff; font-weight:bold; text-transform:uppercase;}
.testimonial-details h4 { font-size:13px; color:#fff;}


#fade-quote-carousel.carousel {
  padding-bottom: 60px;
}
#fade-quote-carousel.carousel .carousel-inner .item {
  opacity: 0;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-inner .active {
  opacity: 1;
  -webkit-transition-property: opacity;
      -ms-transition-property: opacity;
          transition-property: opacity;
}
#fade-quote-carousel.carousel .carousel-indicators {
  bottom: 10px;
}
#fade-quote-carousel.carousel .carousel-indicators > li {
  background-color: #e84a64;
  border: none;
}
#fade-quote-carousel blockquote {
    text-align: center;
    border: none;
}
#fade-quote-carousel .profile-circle {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 100px;
}
  
  
  

/* ==========================================================================
  $Works
========================================================================== */

.works h1 {font-size:30px; font-weight:bold; font-family: 'Playfair Display', serif; margin:0; }
.works h2 { color:#413d4b; font-size:14px;}
.portfolio-btn { padding:30px 0;}
.work {
  -moz-box-shadow: 0 0 0 1px #fff;
  -webkit-box-shadow: 0 0 0 1px #fff;
  box-shadow: 0 0 0 1px #fff;
  min-height: 350px;
  overflow: hidden;
  position: relative;
  visibility: hidden; }
  .work .overlay {
    background: rgba(232, 69, 69, 0.9);
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    -moz-transition: opacity, 0.3s;
    -o-transition: opacity, 0.3s;
    -webkit-transition: opacity, 0.3s;
    transition: opacity, 0.3s; }
  .work .overlay-caption {
    position: absolute;
    text-align: center;
    top: 50%;
    width: 100%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%); }
  .work h5, .work p, .work img {
    -moz-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    -webkit-transition: all, 0.5s;
    transition: all, 0.5s; }
  .work h5, .work p {
    color: #fff;
    margin: 0;
    opacity: 0; }
  .work h5 {
    margin-bottom: 5px;
    -moz-transform: translate3d(0, -200%, 0);
    -ms-transform: translate3d(0, -200%, 0);
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0); }
  .work p {
    -moz-transform: translate3d(0, 200%, 0);
    -ms-transform: translate3d(0, 200%, 0);
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0); }

.work-box:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2); }
.work-box:hover .overlay {
  opacity: 1; }
  .work-box:hover .overlay h5, .work-box:hover .overlay p {
    opacity: 1;
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

/* ==========================================================================
  $Teams
========================================================================== */

.teams h1{ font-size:30px; font-weight:bold; font-family: 'Playfair Display', serif; color:#fff;}
.teams p {color:#fff;}
.teams { background:url(../images/team-banner.jpg) no-repeat top center; background-size: cover;
position: relative;
height: auto;
width:100%;
float:left;
}
.overlay-blue {width: 100%;

position: absolute;
background-color: rgba(47,41,78,.8);
height: 100%;
top: 0;
bottom: 0;
right: 0;
left: 0; 
}
.team-inner { width:100%; float:left; padding:30px 0; }
.teams h4 { color:#fff;}

.person {
  max-width: 270px; }
  .person-content {
  margin-top: 0;
border: 1px solid #7e7a92;
text-align: center; }
  .person h4 {
    font-weight: 400; }
  .person h5 {
    color: #fafafa;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px; }

.footer { width:100%;float:left;}
.testimonial, .works, .teams {width:100%;float:left}
.social-icons, .footer .footer-share {
  margin-top: 30px; }
  .social-icons li, .footer .footer-share li {
    float: left; }
  .social-icons a, .footer .footer-share a {
    border: 1px solid #e8ecee;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #c6cacc;
    display: block;
    font-size: 18px;
    height: 40px;
    line-height: 40px;
    margin-right: 5px;
    text-align: center;
    width: 40px; }
    .social-icons a:hover, .footer .footer-share a:hover {
      background-color: #e84545;
      border-color: #e84545;
      color: #fff; }

/* ==========================================================================
  $Testimonials
========================================================================== */
.testimonials {
  background-color: #53354a;
  position: relative; }
  .testimonials blockquote {
    border: 0;
    margin: 0;
    padding: 100px 15% 0; }
  .testimonials p {
    color: #fff;
    font: italic 36px "Cardo", Georgia, "Times New Roman", serif; }
  .testimonials cite {
    color: #fff;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-top: 30px;
    text-transform: uppercase; }

/* ==========================================================================
  $Download
========================================================================== */
.download h3 {
  margin-top: 0; }
.download p {
  color: #2d3033;
  font-weight: 600;
  text-transform: uppercase; }
.download .btn {
  margin-top: 30px; }

/* ==========================================================================
  $Footer
========================================================================== */

.footer-top h5 { text-align:left; color:#fff;}
.footer-top p { text-align:left; color:#fff;}
.footer-bottom { width:100%; float:left;}
.footer-bottom ul { margin:0; padding:0;}
.footer-bottom ul li { list-style:none; float:left; display:inline-block; padding:4px 10px;}
.footer-bottom ul li a { color:#fff; text-transform:uppercase; font-size:14px;}
.form-home .wpcf7-form input[type="email"] {
margin-bottom: 15px;
}
.subcribe .wpcf7-form input[type="email"] {background: transparent;
width:50%;
border:1px solid #fff;
height: 40px;
 float:left;}


.frm_sctn .wpcf7-form textarea {
width:97%
}
.frm_sctn .wpcf7-form input, .frm_sctn .wpcf7-form select {
height:40px;
 margin-bottom:25px;
}
.wpcf7-form .form-control {

padding:6px 22px;
}

.wpcf7-form input[type="submit"] {

color: #fff;
background-color: #a199b4;
border-color: #a199b4;
padding: 11px 30px;
display: block;
float: left;
transition: all ease-in-out 0.5s;

}

.wpcf7-form input[type="submit"]:hover {
background-color:#e52e2e;
color:#fff;

}

.subcribe input[type="text"] {width: 184px;
float: left;
background: none;
margin-right: 10px; border-radius: 0; height:40px; }

.footer {
  text-align: center;  background:url(../images/footer-bg.jpg) no-repeat top center; background-size: cover;
position: relative;
 }
  .footer-top {
    background-color: #3a3e64;
    padding-top: 50px; opacity: 0.9; }
  .footer-bottom {
    background-color: #3a3e64;
    padding: 20px 0; }
  .footer .footer-col {
    margin-bottom: 80px; }
  .footer h5 {
    color: #fff; }
  .footer h5 {
    margin-bottom: 20px; }
  .footer p {
    color: #fff; }
  .footer a {
    color: #fff; }
    .footer a:hover {
      color: #e84545; }
  .footer .footer-share {
    margin-top: 10px; }
    .footer .footer-share li {
      display: inline-block;
      float: none; }
    .footer .footer-share a {
      border-width: 2px;
      color: #fff; border-radius:50%}
  .footer .fa-heart {
    color: #e84545;
    font-size: 11px;
    margin: 0 2px; }


.btn {
  background-color: #e84545;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border: 0;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  display: inline-block;
  text-transform: uppercase; }
  .btn:hover, .btn:focus {
    background-color: #e52e2e;
    color: #fff; }
  .btn-large {
    padding: 15px 40px; }
	
.subscribe-btn {color: #fff;
    background-color: #a199b4;
    border-color: #a199b4;
    padding: 11px 30px;
    display: block;
    float: left; transition:all ease-in-out 0.5s;}	
	
.btn-no-border { background-color:transparent; border:1px solid #e84545; color: #e84545; transition:all ease-in-out 0.5s;}	


/* ==========================================================================
  $Utilities
========================================================================== */
.work:nth-child(1) {
  -moz-animation-delay: 0.1s;
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s; }
.work:nth-child(2) {
  -moz-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s; }
.work:nth-child(3) {
  -moz-animation-delay: 0.3s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s; }
.work:nth-child(4) {
  -moz-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s; }
.work:nth-child(5) {
  -moz-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s; }
.work:nth-child(6) {
  -moz-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s; }
.work:nth-child(7) {
  -moz-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s; }
.work:nth-child(8) {
  -moz-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s; }

.animated {
  visibility: visible; }

/* ==========================================================================
  Font Icon (http://www.elegantthemes.com/blog/freebie-of-the-week/free-line-style-icons)
========================================================================== */


.aboutus { width:100%; float:left;}
.aboutus h1 { font-size:30px; font-family: 'Playfair Display', serif; font-weight:bold; margin:0;padding: 0 0 10px 0;}
.video { width:100%; float:left; padding:0px 0;}
.contact-form h2 { font-size:16px; font-weight:bold; text-transform:uppercase;}
.client-logo { width:100%; float:left;}
.client-logo h2 { font-size:16px; font-weight:bold; text-transform:uppercase;}

@font-face {
  font-family: "elegant-theme-line";
  src: url('../fonts/elegant-theme-line.ttf?1439850014') format('truetype'), url('../fonts/elegant-theme-line.eot?1439850014') format('embedded-opentype'), url('../fonts/elegant-theme-line.svg?1439850014') format('svg'), url('../fonts/elegant-theme-line.woff?1439850014') format('woff'); }
.icon {
  font-family: 'elegant-theme-line';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-mobile:before {
  content: "\e000"; }

.icon-laptop:before {
  content: "\e001"; }

.icon-desktop:before {
  content: "\e002"; }

.icon-tablet:before {
  content: "\e003"; }

.icon-phone:before {
  content: "\e004"; }

.icon-document:before {
  content: "\e005"; }

.icon-documents:before {
  content: "\e006"; }

.icon-search:before {
  content: "\e007"; }

.icon-clipboard:before {
  content: "\e008"; }

.icon-newspaper:before {
  content: "\e009"; }

.icon-notebook:before {
  content: "\e00a"; }

.icon-book-open:before {
  content: "\e00b"; }

.icon-browser:before {
  content: "\e00c"; }

.icon-calendar:before {
  content: "\e00d"; }

.icon-presentation:before {
  content: "\e00e"; }

.icon-picture:before {
  content: "\e00f"; }

.icon-pictures:before {
  content: "\e010"; }

.icon-video:before {
  content: "\e011"; }

.icon-camera:before {
  content: "\e012"; }

.icon-printer:before {
  content: "\e013"; }

.icon-toolbox:before {
  content: "\e014"; }

.icon-briefcase:before {
  content: "\e015"; }

.icon-wallet:before {
  content: "\e016"; }

.icon-gift:before {
  content: "\e017"; }

.icon-bargraph:before {
  content: "\e018"; }

.icon-grid:before {
  content: "\e019"; }

.icon-expand:before {
  content: "\e01a"; }

.icon-focus:before {
  content: "\e01b"; }

.icon-edit:before {
  content: "\e01c"; }

.icon-adjustments:before {
  content: "\e01d"; }

.icon-ribbon:before {
  content: "\e01e"; }

.icon-hourglass:before {
  content: "\e01f"; }

.icon-lock:before {
  content: "\e020"; }

.icon-megaphone:before {
  content: "\e021"; }

.icon-shield:before {
  content: "\e022"; }

.icon-trophy:before {
  content: "\e023"; }

.icon-flag:before {
  content: "\e024"; }

.icon-map:before {
  content: "\e025"; }

.icon-puzzle:before {
  content: "\e026"; }

.icon-basket:before {
  content: "\e027"; }

.icon-envelope:before {
  content: "\e028"; }

.icon-streetsign:before {
  content: "\e029"; }

.icon-telescope:before {
  content: "\e02a"; }

.icon-gears:before {
  content: "\e02b"; }

.icon-key:before {
  content: "\e02c"; }

.icon-paperclip:before {
  content: "\e02d"; }

.icon-attachment:before {
  content: "\e02e"; }

.icon-pricetags:before {
  content: "\e02f"; }

.icon-lightbulb:before {
  content: "\e030"; }

.icon-layers:before {
  content: "\e031"; }

.icon-pencil:before {
  content: "\e032"; }

.icon-tools:before {
  content: "\e033"; }

.icon-tools-2:before {
  content: "\e034"; }

.icon-scissors:before {
  content: "\e035"; }

.icon-paintbrush:before {
  content: "\e036"; }

.icon-magnifying-glass:before {
  content: "\e037"; }

.icon-circle-compass:before {
  content: "\e038"; }

.icon-linegraph:before {
  content: "\e039"; }

.icon-mic:before {
  content: "\e03a"; }

.icon-strategy:before {
  content: "\e03b"; }

.icon-beaker:before {
  content: "\e03c"; }

.icon-caution:before {
  content: "\e03d"; }

.icon-recycle:before {
  content: "\e03e"; }

.icon-anchor:before {
  content: "\e03f"; }

.icon-profile-male:before {
  content: "\e040"; }

.icon-profile-female:before {
  content: "\e041"; }

.icon-bike:before {
  content: "\e042"; }

.icon-wine:before {
  content: "\e043"; }

.icon-hotairballoon:before {
  content: "\e044"; }

.icon-globe:before {
  content: "\e045"; }

.icon-genius:before {
  content: "\e046"; }

.icon-map-pin:before {
  content: "\e047"; }

.icon-dial:before {
  content: "\e048"; }

.icon-chat:before {
  content: "\e049"; }

.icon-heart:before {
  content: "\e04a"; }

.icon-cloud:before {
  content: "\e04b"; }

.icon-upload:before {
  content: "\e04c"; }

.icon-download:before {
  content: "\e04d"; }

.icon-target:before {
  content: "\e04e"; }

.icon-hazardous:before {
  content: "\e04f"; }

.icon-piechart:before {
  content: "\e050"; }

.icon-speedometer:before {
  content: "\e051"; }

.icon-global:before {
  content: "\e052"; }

.icon-compass:before {
  content: "\e053"; }

.icon-lifesaver:before {
  content: "\e054"; }

.icon-clock:before {
  content: "\e055"; }

.icon-aperture:before {
  content: "\e056"; }

.icon-quote:before {
  content: "\e057"; }

.icon-scope:before {
  content: "\e058"; }

.icon-alarmclock:before {
  content: "\e059"; }

.icon-refresh:before {
  content: "\e05a"; }

.icon-happy:before {
  content: "\e05b"; }

.icon-sad:before {
  content: "\e05c"; }

.icon-facebook:before {
  content: "\e05d"; }

.icon-twitter:before {
  content: "\e05e"; }

.icon-googleplus:before {
  content: "\e05f"; }

.icon-rss:before {
  content: "\e060"; }

.icon-tumblr:before {
  content: "\e061"; }

.icon-linkedin:before {
  content: "\e062"; }

.icon-dribbble:before {
  content: "\e063"; }

/*-------------komal-----------------------*/
/*------------contact-us-page---------------*/

/*-------------banner-section---------------*/
.banner_outlt {
width: 100%;
float: left;
background-image: url("../images/contct_bnner.jpg");
background-size: cover;
background-attachment: scroll;
position: relative;
height:310px;
}

.ovrly_outlt {
    background-color: rgba(58, 62, 100, 0.7);
    height: 100%;
    float: left;
    width: 100%;
}
.ovrly_outlt h3 {
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 175px;
  font-weight:bold;
}

/*-----form-section---------------*/
.frm_sctn {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
.headng_frm {
    width: 100%;
    float: left;
    text-align: center;
  padding-bottom: 22px;
}
.headng_frm h3 {
    color:#10242b;
    font-weight: bold;
    text-transform: capitalize;
}
.frm_cvvr{
  width:100%;
  float:left;
}
.spce_dvd{
  margin-bottom: 0px !important;
width: 48%;
float: left;
margin-right: 11px;
position:relative;
}
.spce_dvd img {
    position: absolute;
top: 32px;
left: 5px;
width: 14px;
}

.btn.btn-default.rght_bttn {
    float: right;
    margin: 20px 26px 0 0;
}
.drp_scl{
width: 100%;
background: transparent none repeat scroll 0% 0%;
border: 1px solid #CCC;
text-align: left;
color: #5c666a;
font-size: 15px;
text-transform: capitalize;
font-weight: 400; 
padding: 6px 25px;
    height: 40px;
}
.drp_scl:hover{
background:transparent; 
text-align: left;
color: #5c666a;
border: 1px solid #CCC;

}
.crt_dmn{
float:right;  
}
.open > .mnu_drpsze {
    display: block;
    width: 100%;
}
.ctrl_chng {
    padding: 6px 25px;
   
  color: #5c666a !important;
}



/*----------------blog-page--------------*/
.blog_outlt {
width: 100%;
float: left;
background-image: url("../images/blog_bnr.jpg");
background-size: cover;
background-attachment: scroll;
position: relative;
height:310px;
}

.blog_sctn {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
.headng_frm1 {
    width: 100%;
    float: left;
  padding-bottom: 22px;
}
.headng_frm1 h3 {
    color:#10242b;
    font-weight: bold;
    text-transform: capitalize;
}
.blog_spcl {
    width: 100%;
    float: left;
  margin-bottom: 40px;
}
.blog_imgge {
    width: 100%;
    float: left;
}
.blog_imgge img {
  width:100%;
}
.blog_data {
    width: 100%;
    float: left;
  margin-bottom: 20px;
}
.blog_data h3 {
    width: 100%;
    float: left;
    color: rgb(16, 36, 43);
    font-weight: 500;
    font-size: 20px;
}
.blog_data p {
    width: 100%;
    float: left;
    color: rgb(92, 102, 106);
    font-size: 14px;
}

.scll_blg {
    width: 100%;
    float: left;
}
.scll_blg ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.scll_blg ul li {
    display: inline-block;
    width: 18%;
    float: left;
}
.scll_blg ul li span {
    color: rgb(16, 36, 43);
    font-size: 16px;
}
.scll_blg ul li img {
    width: 40%;
}
.dte_blg {
    width: 100%;
    float: right;
    text-align: right;
}
.dte_blg ul {
    margin: 0px;
    padding: 0px;
    list-style: outside none none;
    float: right;
    width: 100%;
}
.dte_blg ul li {
    display: inline-block;
}
.clor_jnmm{
color:#272727;  
}

form.example input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    float: left;
    width: 80%;
  border-right: 0px;
}

form.example button {
    float: left;
    width: 20%;
    padding: 10px;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none;
    cursor: pointer;
  background:transparent;
}

form.example::after {
    content: "";
    clear: both;
    display: table;
}
.slct_cnge i{
color:#0b0f12;  
}
.srch_frmm{
width:100%;
float:left;
margin-bottom:20px; 
}
.cat_whle {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgb(227, 231, 234);
}
.ctrgy_dscr {
    width: 100%;
    float: left;
}
.ctrgy_dscr span {
    width: 100%;
    float: left;
    padding: 10px 0px;
    color: rgb(92, 102, 106);
    font-size: 15px;
}
.nubr_blg {
    width: 100%;
    float: left;
    text-align: right;
}
.nubr_blg span {
    width: 100%;
    float: left;
    color: rgb(92, 102, 106);
    font-size: 15px;
    padding: 10px 0px;
}
.blog_ctegry {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.blg_sbscrbe {
    width: 100%;
    float: left;
}
.nws_cvr {
    width: 100%;
  float: left;
padding: 25px;
background: #54428e;
}
.btn.btn-default.sbscr_txxt {
    width: 100%;
    padding: 15px 20px;
}
.frm_ght{
height:40px;
border-radius:0px;  
}

/*-----------------about-us--------------*/
#vision {
    width: 100%;
    float: left;
    margin: 60px 0px;
}
.msion_cvvr,
.vsion_cvvr {
    width: 100%;
    float: left;
  margin: 0 0 20px 0;
}
.pic_msion {
    width: 100%;
    float: left;
}
.hdng_msion,
.hdng_vsion {
    width: 100%;
    float: left;
}
.hdng_msion h3 {
    width: 100%;
    float: left;
    font-weight: 500;
    color: rgb(16, 36, 43);
  margin: 0;
}
.hdng_msion p,
.hdng_vsion p {
    width: 100%;
    float: left;
    color: rgb(92, 102, 106);
    font-size: 15px;
}
.hdng_vsion h3{
width:100%;
float:left;
text-align:right;
   font-weight: 500;
    color: rgb(16, 36, 43);
  margin: 0;  
}
.btn.btn-no-border.cnt_srvv {
    display: table;
    margin: 0 auto;
}
.slt_cllr {
    color: rgb(210, 36, 41);
}
.trm_clr {
    color: rgb(79, 61, 139);
}
.awrd_section {
    width: 100%;
    float: left;
  padding-top: 55px;
}
.awrd_section ul {
    list-style: outside none none;
    margin: 0px;
    padding: 0px;
    float: left;
    width: 100%;
}
.awrd_section ul li {
    display: inline-block;
    margin: 0px;
    width: 32%;
    float: left;
}
.rght_scn {
    width: 29%;
    float: left;
}
.lft_scn {
    width: 70%;
    float: left;
}
.lft_scn h3 {
    width: 100%;
    float: left;
    margin: 0px;
    font-size: 22px;
    text-align: left;
}
.lft_scn span {
    font-size: 15px;
}
.ful_tlsus {
    width: 100%;
    float: left;
}

/*--------portfolio-------*/
.prtflo_outlt {
width: 100%;
float: left;
background-image: url("../images/prflo_bner.jpg");
background-size: cover;
background-attachment: scroll;
position: relative;
height:310px;
}

.ovrly_prtflo {
    background-color: rgba(58, 62, 100, 0.7);
    height: 100%;
    float: left;
    width: 100%;
}
.ovrly_prtflo h3 {
    width: 100%;
    color: #FFF;
    text-transform: uppercase;
    position: absolute;
    text-align: center;
    top: 175px;
  font-weight:bold;
}

.wrld_flud {
    width: 100%;
    float: left;
    margin-top: 40px;
}




/*-----------portfolio---------------*/
.srvc_sctn {
    width: 100%;
    float: left;
}
.fncy_srvc {
    width: 100%;
    float: left;
    text-align: center;
}
.hstng_cvvr {
    width: 100%;
    float: left;
    margin: 0px 0px 15px;
}
.hsng_wb {
    width: 100%;
    float: left;
}
.hsng_wb img {
    width: 100%;
}
.hstng_cvvr h3 {
    width: 100%;
    float: left;
    font-size: 18px;
    text-transform: capitalize;
    color: rgb(16, 36, 43);
}
.hstng_cvvr p {
    color: rgb(92, 102, 106);
    font-size: 15px;
    width: 100%;
    float: left;
}

#custom_html-2 {
    list-style: none;
}