
@font-face {
	font-family: 'CircularStd';
	src: url('../fonts/CircularStd-Medium.eot');
	src: url('../fonts/CircularStd-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Medium.woff') format('woff'),
		url('../fonts/CircularStd-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-MediumItalic';
	src: url('../fonts/CircularStd-MediumItalic.eot');
	src: url('../fonts/CircularStd-MediumItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-MediumItalic.woff') format('woff'),
		url('../fonts/CircularStd-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'Circular';
	src: url('../fonts/Circular.eot');
	src: url('../fonts/Circular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Circular.woff') format('woff'),
		url('../fonts/Circular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-BlackItalic';
	src: url('../fonts/CircularStd-BlackItalic.eot');
	src: url('../fonts/CircularStd-BlackItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-BlackItalic.woff') format('woff'),
		url('../fonts/CircularStd-BlackItalic.ttf') format('truetype');
	font-weight: 900;
	font-style: italic;
}

@font-face {
	font-family: 'Circular Std';
	src: url('../fonts/CircularStd-Black.eot');
	src: url('../fonts/CircularStd-Black.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Black.woff') format('woff'),
		url('../fonts/CircularStd-Black.ttf') format('truetype');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'CircularStd-BookItalic';
	src: url('../fonts/CircularStd-BookItalic.eot');
	src: url('../fonts/CircularStd-BookItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-BookItalic.woff') format('woff'),
		url('../fonts/CircularStd-BookItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: 'CircularStd-BoldItalic';
	src: url('../fonts/CircularStd-BoldItalic.eot');
	src: url('../fonts/CircularStd-BoldItalic.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-BoldItalic.woff') format('woff'),
		url('../fonts/CircularStd-BoldItalic.ttf') format('truetype');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'CircularStd';
	src: url('../fonts/CircularStd-Bold.eot');
	src: url('../fonts/CircularStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Bold.woff') format('woff'),
		url('../fonts/CircularStd-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Circular Std Book';
	src: url('../fonts/CircularStd-Book.eot');
	src: url('../fonts/CircularStd-Book.eot?#iefix') format('embedded-opentype'),
		url('../fonts/CircularStd-Book.woff') format('woff'),
		url('../fonts/CircularStd-Book.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}



body {
  overflow-x: hidden;
 font-family: 'CircularStd';
}
.text-muted {
    color: #7e7f8b;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
}
.bdrbm {
    border-bottom: 2px solid #e64d4d; padding: 0 15px 20px;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Kaushan Script", "Helvetica Neue", Helvetica, Arial, cursive;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #dc4a39;
  border-color: #dc4a39;
 font-family: 'CircularStd';
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
 font-family: 'Circular Std Book';
    font-size: 16px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
  color: #c9c7db;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fff;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
/*   background-color: #fed136; */
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;

}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;border-bottom:1px solid #45465a;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}
header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;height: 647px;
  text-align: center;
  color: white;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: 'CircularStd';
 
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
 font-family: 'CircularStd';
  text-transform: none;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 289px;
    padding-bottom: 0;
  }
  header .intro-text .intro-lead-in {
    font-family: 'CircularStd';
 font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    margin-bottom: 14px;width: 54%;
    text-align: left;
  }
  header .intro-text .intro-heading {
   font-family: 'CircularStd';
   font-size: 60px;
    font-weight: bold;
    line-height: 60px;
    margin-bottom: 20px;
    text-align: left;
    text-transform:none;
  }
  header .intro-text .intro-heading span{  background-image: url('../img/caption-h.png'); background-repeat: no-repeat;   padding-left: 27px; margin-bottom: 5px;
    width: 267px; display:block;}
}
section {
  padding: 100px 0;
}
section h2.section-heading {
    font-size: 30px;color:#2c2e3c;
    margin-bottom: 0;
    margin-top: 0;
    text-transform: none;
}
section#services h3.section-subheading {
    color: #7e7f8b;
    font-family: "CircularStd";
    font-size: 19px;
    font-style: normal;margin: 13px 0;
    font-weight: 500;
    margin-bottom: 52px;line-height:26px;
    text-transform: none;
}

/*flipo card*/
.section3-inner {
    border:2px solid #d5d6e2;
    padding: 45px 0 30px;
    position: relative;
}
#portfolio .section3-inner .heading {
    background: #fff;
    color: #053947;
    font-size: 30px;
    left: 4%;
    padding-left: 16px;
    padding-right: 3%;
    position: absolute;
    top: -56px;
}
#portfolio .section3-inner .heading h3 {
  color: #053947;
    font-size: 30px;
    font-weight: bold;
    margin: 37px 0 0;
    text-transform: none;
}
#portfolio .section3-inner .section3-content {
    background: #f1f1f1;
    margin: auto;
    padding: 0;
    width: 94%;
}
.card {
  position: relative;
  float: left;height: 342px;background:url("../img/front-im.jpg");
 overflow: hidden;
 
}

.card__back, .card__front
 {
  position: absolute;
  top: 0;
  left: 0;width: 100%;
 
}
.card__front .img-responsive {
    padding: 120px 37px 25px;
}
.card__front  h4 {
    color: #fff;
    padding: 0 37px;
    text-transform: none;font-size:19px;line-height:normal;
}

/* .card__front {
  left: 37px;
    position: absolute;
    top: 74px;
    width: 100%;
 
} */

.card__front,
.card__back {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.5s;
          transition: transform 0.5s;
}

.card__front { height: 342px;border-right: 2px solid #fff;

}
.card__back .img-responsive {
    padding: 57px 37px 26px;
}
.card__back h4 {
    color: #fff;
    font-size: 19px;
    line-height: normal;
    padding: 0 37px;
    text-transform: none;
}
.card__back p {
    color: #fff;
    font-size: 16x;
    line-height: normal;
    padding: 0 37px;
   
}
.card__back {
 
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}
.section3 .section3-inner  .card__back  h4{color:#fff;}

.section3 .section3-inner  .card__back .border-line{background:#fff;}
.card.effect__EFFECT:hover .card__front {
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg);
}

.card.effect__EFFECT:hover .card__back {
  -webkit-transform: rotateY(0);
          transform: rotateY(0);
}

.back-yellow {
    background: #dc4a39 ;border-right: 2px solid #dc4a39;
    height: 342px;
}

/*end flip card*/


section#about .expertise {
   background:url("../img/parralax.jpg");height:574px; width:100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.prxx {
    background: #dc4a39 none repeat scroll 0 0;
    color: #fff;
   margin-top: 263px;
    padding: 76px 34px 44px;
    position: relative;
}

section#about h2.section-heading {
    color: #fff;
    font-size: 36px;
    margin: 0;
    padding: 0;
}
section h3.section-subheading {
    color: #fff;
  
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0 0 23px;
    
}

section#about p{  font-size: 16px;
    font-weight: 500;
    line-height: 21px;}
	
	ul.nrtt {
    margin: 0 0 10px 12px;
    padding: 0;
}

	
	ul.nrtt li {    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    list-style: outside disc;}
	
	
.exprtts {
    background: url("../img/front-im.jpg");
    float: left;
    height: 356px;
    overflow: hidden;
    position: relative;  width: 100%;
}	
	
.exprtisdd {
   border-right: 1px solid #40406a;
    color: #fff;
    margin: 40px 0;
    padding: 45px 40px;
}	

.exprtisdd > h4 {
    font-size: 21px;
    font-weight: 500;
    line-height: 30px;
    text-transform: none;
}
.exprtisdd h5 {
    font-size: 16px;
    font-weight: normal;
    line-height: 21px;
    text-transform: none;
}

#team .section3-inner .heading {
    background: #fff;
    color: #053947;
    font-size: 30px;
    left: 4%;
    padding-left: 16px;
    padding-right: 3%;
    position: absolute;
    top: -56px;
}

#team  .section3-inner .heading h3 {
    color: #053947;
    font-size: 30px;
    font-weight: bold;
    margin: 37px 0 0;
    text-transform: none;
}


section#team  .section3-inner {
    border: 2px solid #d5d6e2;
    padding: 45px 23px;
    position: relative;
}

section#team .thumbnail {
    background-color: #fff;
    border:none;
    border-radius: 0;
    display: block;
    line-height:normal;
    margin-bottom: 20px;
    padding: 0;
  
}

section#team  .caption > h3 {
    color: #dc4a39;
    font-size: 22px;
    text-transform: none;
}
section#team   .caption > p {
    color: #7e7f8b;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
}

section#team .btn.btn-default {
    border-radius: 11px;
    color: #dc4a39;
    font-size: 11px; text-transform: uppercase;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    padding: 0 25px;
}


section#resources {
    background: #f3f3f3;
    text-align: left;
}

ul.rsurd {
    margin: 30px 0;
    padding: 0;
    padding: 0;
}

ul.rsurd li{  background: url("../img/downld.jpg");height:55px; list-style:none;line-height:55px;  padding: 0 15px 0 34px; margin-bottom:7px;}
.rsurd a {
    display: block;font-size:18px;color:#fff;text-decoration:none;
}
.rsurd a span {
    float: right;
    text-align: right;
}

@media (min-width: 768px) {
  section {
    padding:70px 0;
  }
}
.service-heading {
  margin: 10px 0 15px 0;
  text-transform: none;font-size:22px;line-height:normal;color:#2c2e3c;font-weight:600; width:66%;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
 font-family: 'CircularStd';
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #f1f1f1;
  left: 40px;
  margin-left: -1.5px;
}
.timeline > li {
  margin-bottom: 50px;
  position: relative;
  min-height: 50px;
}
.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}
.timeline > li:after {
  clear: both;
}
.timeline > li .timeline-panel {
  width: 100%;
  float: right;
  padding: 0 20px 0 100px;
  position: relative;
  text-align: left;
}
.timeline > li .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li .timeline-image {
  left: 0;
  margin-left: 0;
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 100;
  background-color: #fed136;
  color: white;
  border-radius: 100%;
  border: 7px solid #f1f1f1;
  text-align: center;
}
.timeline > li .timeline-image h4 {
  font-size: 10px;
  margin-top: 12px;
  line-height: 14px;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  text-align: left;
  padding: 0 20px 0 100px;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
.timeline > li:last-child {
  margin-bottom: 0;
}
.timeline .timeline-heading h4 {
  margin-top: 0;
  color: inherit;
}
.timeline .timeline-heading h4.subheading {
  text-transform: none;
}
.timeline .timeline-body > p,
.timeline .timeline-body > ul {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .timeline:before {
    left: 50%;
  }
  .timeline > li {
    margin-bottom: 100px;
    min-height: 100px;
  }
  .timeline > li .timeline-panel {
    width: 41%;
    float: left;
    padding: 0 20px 20px 30px;
    text-align: right;
  }
  .timeline > li .timeline-image {
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 13px;
    margin-top: 16px;
    line-height: 18px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    float: right;
    text-align: left;
    padding: 0 30px 20px 20px;
  }
}
@media (min-width: 992px) {
  .timeline > li {
    min-height: 150px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px;
  }
  .timeline > li .timeline-image {
    width: 150px;
    height: 150px;
    margin-left: -75px;
  }
  .timeline > li .timeline-image h4 {
    font-size: 18px;
    margin-top: 30px;
    line-height: 26px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 20px 20px;
  }
}
@media (min-width: 1200px) {
  .timeline > li {
    min-height: 170px;
  }
  .timeline > li .timeline-panel {
    padding: 0 20px 20px 100px;
  }
  .timeline > li .timeline-image {
    width: 170px;
    height: 170px;
    margin-left: -85px;
  }
  .timeline > li .timeline-image h4 {
    margin-top: 40px;
  }
  .timeline > li.timeline-inverted > .timeline-panel {
    padding: 0 100px 20px 20px;
  }
}
.team-member {
  text-align: center;
  margin-bottom: 50px;
}
.team-member img {
  margin: 0 auto;
  border: 7px solid white;
}
.team-member h4 {
  margin-top: 25px;
  margin-bottom: 0;
  text-transform: none;
}
.team-member p {
  margin-top: 0;
}
aside.clients img {
  margin: 50px auto;
}
section#contact {

  background-image: url('../img/map-image.png');
  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: white;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #fed136;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
 font-family: 'CircularStd';
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}
footer {
  padding: 25px 0;
  text-align: center;
}
footer span.copyright {
  line-height: 40px;
 font-family: 'CircularStd';
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
 font-family: 'CircularStd';
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: 'CircularStd';
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}
::-moz-selection {
  text-shadow: none;
  background: #dc4a39;
}
::selection {
  text-shadow: none;
  background: #dc4a39;
}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
body {
  webkit-tap-highlight-color: #fed136;
}


section#contact {
 
  background-image: url('../img/Contact-us-banner.jpg');
  background-position: center;
  background-repeat: no-repeat;background-size: cover;
    height: 605px;
    padding: 115px 0 0;
}

.footer-inn{background-image: url('../img/Contact-us-banner1.jpg');
  background-position: center;
  background-repeat: no-repeat;background-size: cover;
    height: 649px;


}
.foot {
    padding-left: 120px;
}
.foot .border-bottom, .foot1 .border-bottom {
    background: #d94939;
    display: block;
    height: 2px;
    margin-bottom: 30px;
    width: 40px;
}

#contact .section-heading > h2 {
    font-size: 40px;
    text-transform: none;font-weight:bold; margin:0 0 110px;
}

#contact p{color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 27px;}
	
	#contact p.text-center {
    font-size: 36px;
    line-height: 36px;  cursor: pointer;
    margin: 0;
    padding: 2.5% 0; font-weight:500;
}
#contact p.text-center  a{text-decoration:none;color:#fff;}
.footer-inn h3 {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    margin: 0 0 25px;
    padding: 0 0 10px;
    text-transform: none;
}
.footer-inn .form-control {
    background: transparent;
    border: 1px solid #fff;
    border-radius: 0;
    box-shadow: none;
    color: #fff;
    height: 52px;
}
.footer-inn  select option {
    background:#dc4a39 ;
}
.footer-inn  textarea.form-control {
    height: 184px;
}
.footer-inn .form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.footer-inn .form-control::-webkit-input-placeholder {
    color: #fff;
    opacity: 1;
}

.btnpsn .btn.btn-default {
    position: absolute; background-image: url('../img/sendbutton.png');width:102px; height:38px;background-color:transparent;border:none; text-indent:-9999px;cursor:pointer;
  background-position: center;
   right: -94px;bottom:10px;
}
 .footer-inn p.colbrot {
    color: #919191;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
    width: 100%;   margin-bottom: 25px;
}
.face:hover {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.col-lg-6.foot > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 44px 0 15px;
    text-transform: none;
}

/* #contact p.colbrot{ font-size:16px; font-weight:normal; color:#919191; line-height:24px;} */

 #contact p.colbrot{ color: #919191;
    float: left;
    font-size: 16px;
    font-weight: normal;
    line-height: 24px;
    text-align: center;
 width: 100%;}

.col-lg-12.foot1 > h2 {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    margin: 44px 0 15px;
    text-transform: none;
}

.col-lg-12.foot1 > img {
    display: inline-block;
    margin: 0 13px 0 0;
}
.col-lg-12.foot {
    color: #fff;
    padding: 0;
    text-align: center;
}
.col-lg-12.foot h2{display: inline-block;
    font-size: 22px;
    font-weight: normal;
    position: relative;
    text-decoration: none;margin-top: 65px;
    text-transform: none;}
.col-lg-12.foot h2:after{  background: #d94939 ;position:absolute;bottom:-14px;content:"";left:0;
   
    height: 2px;
   
    width: 40px;}
.col-lg-12.foot > h4 {
    font-size: 16px;
    margin-top: 21px;
    text-transform: none;
}

.copyrt {
    background: #06030b ;
    float: left;
    height: 52px; line-height:52px; color:#747375; font-weight:normal; text-align:center;
    width: 100%;
}
section#about {
    padding: 0;
}
@media screen and (min-device-width: 1340px) and (max-device-width: 1366px){
.btnpsn .btn.btn-default {
    position: absolute; background-image: url('../img/sendbutton-m.png');width:85px; height:32px;background-color:transparent;border:none; text-indent:-9999px;cursor:pointer;
  background-position: center;
   right: -79px;bottom:10px;
}
}

@media (max-width: 1024px) {
	
header{ height:auto; padding-bottom:50px;}	

header .intro-text {
    
    padding-top: 209px;
}
#services .service-heading{ font-size: 18px;}
.text-muted {
 
    font-size: 15px;
   
}
.prxx {
  
    margin-top: 217px;
 
}

section#services h3.section-subheading {
    
    font-size: 17px;
   
    line-height: 24px;
    margin: 13px 0 8px;
 
}
section h2.section-heading {
   
    font-size: 27px;
  
}
section {
    padding: 50px 0;
}
.card__front .img-responsive {
    padding: 100px 37px 25px;
}
.card__front h4 {
   
    font-size: 20px;
   
    padding: 0 35px;
   
}	
.card__back .img-responsive {
    padding: 50px 37px 26px;
}

.card__back h4 {
    
    font-size: 20px;
    
}
.exprtts {
    height: auto;
    margin-bottom: 20px;
}
.exprtisdd {
   
    margin: 30px 0;
    padding: 21px 40px;
}

.exprtisdd > h4 {
    font-size: 18px;
   
    line-height: 25px;
   
}

.exprtisdd h5 {
    font-size: 14px;
   
    line-height: 19px;
   
}

section#team .caption > h3 {
   
    font-size: 18px;
   
}

section#team .caption > p {
   
    font-size: 14px;
  
    line-height: 21px;
    margin: 0;
    padding: 0;
}

section#contact {
  float: left;
    height: auto;
    padding:64px 0 0;
    width: 100%;background-position: center top;  background-size: inherit;
}
.col-lg-12.foot h2 {
  
    margin-top: 16px;
  
}

#contact .section-heading > h2 {
    font-size: 30px;
    
    margin: 0 0 110px;
    text-transform: none;
}
.col-lg-12.projct {
    float: left;
    overflow: hidden;
    width: 100%;
}

#contact p.text-center {
    font-size: 36px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding:7.5% 0 2%;
}
.foot {
    padding-left: 0;
}

.btnpsn .btn.btn-default {
   
  
    float: right;
    height: 38px;
    position: relative;
    right: 0;bottom:0;
  
}

.footer-inn {
   
    background-size: inherit;
    height: auto;
}

	
	}
	
	
	@media (max-width: 768px) {
		
	.card__front .img-responsive {
    padding: 50px 25px 15px;
}
.card__front h4 {
    font-size: 16px;
    padding: 0 24px;
}	
.card__back .img-responsive {
    padding: 25px 25px 12px;
}
.card__back h4 {
    font-size: 16px;
    padding: 0 24px;
}	

.card__back p {
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 0 27px;
}
.card{ height: 274px;}	
.card__front{ height:274px;}
.card__back{ height:274px}

.prxx {
  
    margin-top: 211px;
    padding: 52px 34px;
  
}
.exprtisdd {
    margin: 20px 0;
    padding: 21px 10px;
}
#contact .section-heading > h2 {
    font-size: 25px;
    margin: 0 0 134px;
    text-transform: none;
}
.bdrbm {
    
    padding: 0;
}
#services .service-heading {
    font-size: 16px;
    height: 64px;
}
.text-muted {
  
    font-size: 15px;
    
}

.foot {
    padding-left: 15px;
}
.col-lg-6.foot > h2 {
   
    font-size: 18px;
   
    margin: 35px 0 15px;
    
}

#contact p.colbrot {
 
    font-size: 15px;
   
}
		}
		
		
		
@media (max-width:640px) {
	
	
#services .service-heading {
  
    height: auto;
}	

.card.effect__EFFECT .card__back {
    transform: rotateY(0deg);
}

.card__back {
    height: auto;
}
.card__front {
    display: none;
    height: auto;
}
.back-yellow{ border:none;}
.card {
    height: 199px;
}
#contact .section-heading > h2 {
    font-size: 25px;
    margin: 0 0 20px;
    text-transform: none;
}

section#contact { background:url(../img/Contact-us-banner-m.jpg);
   
    background-size: cover;
  
    height: auto;
   
}
	
	#contact p.text-center {
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding: 20px 0;
    text-align: left;
}
.foot {
    padding-left: 15px;
}

.col-lg-6.foot > h2 {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 15px;
    text-transform: none;
    width: 100%;
}

.col-lg-6.foot1 > h2 {
    color: #fff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    margin: 12px 0 15px;
    text-transform: none;
    width: 100%;
}
.col-lg-6.foot1 > img {
    display: inline-block;
    margin: 0 7px 10px 0;
}
#team .caption {
    margin-bottom: 30px;
    text-align: center;
}
#team .section3-inner .heading h3 {
    color: #053947;
    font-size: 26px;
    font-weight: bold;
    margin: 40px 0 0;
    text-transform: none;
}
.rsurd a {
  
    font-size: 16px;
  
}
section h3.section-subheading {
   
    font-size: 20px;
   
    margin: 10px 0 23px;
    text-transform: none;
}

.card.effect__EFFECT .card__back {
    padding: 20px;
    position: relative;
   

	}	
	
	.card__back .img-responsive {
    padding: 0;
}
.card__back h4 {
  
    padding: 0;
}	
.card__back p {
   
    padding: 0;
}
.card {
    height: auto;
    margin-bottom: 10px;
}
#portfolio .section3-inner .heading h3 {
   
    font-size: 25px;
    
    margin: 41px 0 0;
   
}
section {
    padding: 30px 0;
}
.col-lg-12.foot {
   
    float: left;
   
    width: 100%;
}

#contact p.text-center a {
 
    display: block;
  
}

.footer-inn {
  
    background-position: center center;
  
    background-size: cover;
    height: auto;
}
.footer-inn h3 {
   
    font-size: 26px;
  
}
.footer-inn .form-control {
  height: 35px;
    padding: 5px 10px;
}
.footer-inn textarea.form-control {
    height: 80px;
}
}

@media (max-width:480px) {
	
	#team .section3-inner .heading {
   
    top: -47px;
}
#team .section3-inner .heading h3 {
   
    margin: 32px 0 0;
  
}

#contact .section-heading > h2 {
    font-size: 20px;
    margin: 0 0 20px;
    text-transform: none;
}
#contact p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
}
#contact p.text-center {
    font-size: 18px;
    font-weight: 500;
    line-height: 36px;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.col-lg-6.foot > h2 {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 15px;
    text-transform: none;
    width: 100%;
}
#contact p.colbrot {
    color: #919191;
    font-size: 14px;
    font-weight: normal;
    line-height: 24px;
}
.col-lg-6.foot1 > h2 {
    color: #fff;
    float: left;
    font-size: 16px;
    font-weight: 600;
    margin: 12px 0 15px;
    text-transform: none;
    width: 100%;
}
.foot .border-bottom, .foot1 .border-bottom {
  
    clear: left;
    display: block;
    height: 2px;
    margin-bottom: 30px;
    width: 40px;
}
ul.rsurd li{padding: 0 10px;}
header .intro-text {
    padding-top: 119px;
}
header .intro-text .intro-heading {
  
    font-size: 36px;
   
}

header .intro-text .intro-lead-in {
  
    font-size: 20px;
   
}
.prxx {
    margin-top: 108px;
    padding: 52px 34px;
}
section#about .expertise{ height:auto;}

.navbar-custom .navbar-brand {
    
    width: 66%;
}
.navbar-custom .navbar-brand img{ width:100%;}
.rsurd a {
    font-size: 14px;
}
	
	}