html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: 'KeplerStd-Regular';
    font-weight: 300;
    font-size: 100%;
    /*vertical-align: middle;*/
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

body {
    line-height: 1; overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
div,
.sticky, button {
    -webkit-transition: all .5s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

h1 {
    font-size: 55px;
    color: #242424;
    margin-bottom: 45px;
}


@font-face {
  font-family: 'KeplerStd-Regular';
  src: url('../fonts/KeplerStd-Regular.eot?#iefix') format('embedded-opentype'),  url('../fonts/KeplerStd-Regular.otf')  format('opentype'),
	     url('../fonts/KeplerStd-Regular.woff') format('woff'), url('../fonts/KeplerStd-Regular.ttf')  format('truetype'), url('../fonts/KeplerStd-Regular.svg#KeplerStd-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


h2{font-size: 28px; color: #242424; margin-bottom: 35px; border-bottom: 1px solid #959595; width: auto; display: inline-block; padding-bottom: 8px;}

h3{font-size: 22px; margin-bottom: 25px; color: #333; line-height: 40px; }
h4{font-size: 22px; font-weight: 400; }
p{font-size: 19px; line-height: 34px; margin-bottom: 30px; color: #777777;}
.bold{font-weight: 700;}
.text-white{color: #fff;}
/*Banner Start*/

.logo{
    text-align: center;
}
.banner {
    background: url("../images/banner-bg.png") repeat-x;
    min-height: 900px;
}

.banner-content {
    padding-top: 195px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.banner-content p {
    
    color: #3a3a3a;
    text-align: center;
    margin-bottom: 30px;
}
.banner-content h1{
    text-align: center;
    padding-top: 50px;
}

.seeMoreBtn{
    font-weight: 400;
    color: #3a3a3a;
    font-size: 23px;
    background: #f8e9cb;
    border: 2px solid #ffa900;
    border-radius: 50px;
    display: block;
    margin: 35px auto 0;
    width: 231px;
    height: 56px;
    text-align: center;
    line-height: 53px;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(255,169,0,0.3);
-moz-box-shadow: 0px 5px 15px 0px rgba(255,169,0,0.3);
box-shadow: 0px 5px 15px 0px rgba(255,169,0,0.3);
}

.seeMoreBtn:hover {
    color: #3a3a3a;
    text-decoration: none;
    background: #fcf2df;
    border: 2px solid #ffd27b;
}
.seeMoreBtn:focus{color: #3a3a3a; text-decoration: none;}

/*Banner End*/

.header {
    position: fixed;
    width: 100%;
    padding: 0px;
    z-index: 2;
    height: 73px;
    border-bottom: 1px solid #eeeeee;
    background: #fff;
}


.header.container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}

.header-inner {
    margin: 0 auto;
    padding-left: 30px;
    padding-right: 30px;
}

.headPhone{
    display: inline-block;
    position: absolute;
    top: 30px;
    left: 20px;
    background: url(../images/phone.png) no-repeat 0 0;
    padding-left: 33px;
    line-height: 20px;
}
.headEmail{
    display: inline-block;
    position: absolute;
    top: 30px;
    right: 20px;
    background: url(../images/message.png) no-repeat 0 0;
    padding-left: 33px;
    line-height: 20px;
}
/*.header .nav li{display: inline-block; padding: 0 20px;}
.header .nav li a{font-size: 18px; color: #fff; text-transform: uppercase;}*/

.navbar {
    min-height: auto;
    border: 0;
}

.navbar-nav>li,
.navbar-nav {
    float: none;
    text-align: center;
}

.navbar-nav li a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: url("../images/nav-sep.png") no-repeat right bottom;
    padding: 30px 39px 0px 20px;
    line-height: 15px;
}

.navbar-nav>li:last-child a {
    background: none;
}

.navbar-default .navbar-nav>li>a {
    color: #696969;
}

.navbar-default .navbar-nav>li>a:hover {
    color: #f59c00;
}

.navbar-default .sticky .navbar-nav>li>a:hover {
    color: #f59c00;
}

.navbar-default .navbar-nav>li>a:focus{color: #696969;}
.nav li {
    display: inline-block;
}


.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{background-color: transparent; color: #ffa900;}


.navbar-default .navbar-toggle .icon-bar{background-color: #ffb82b;}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover{background: transparent;}


/*about Start*/

#who-we-are{padding: 100px 0 95px 0;}

#what-we-do{
    background: #f3f3f3; padding: 95px 0 0 0;  border-bottom: 1px solid #acacac ;
}
.wahtWeDo-bgs-left{
    background: url("../images/waht-we-do-left-bg.png") no-repeat left bottom; 
    height: 145px;
}
.wahtWeDo-bgs-right{
    background: url("../images/waht-we-do-right-bg.png") no-repeat right bottom; 
    height: 145px;
}
/*About End*/

/*Overview Start*/

#overview{background:  url("../images/overview-bg.png") #f1f1f1 no-repeat left top; padding: 100px 0 60px; background-size: 45%;}
.overview-content{background:  url("../images/org-pnt.png") no-repeat left top 7px; padding: 0 45px; margin-top: 25px;}



.overview-points{ width: 148px; height: 148px; border: 3px solid #cfcfcf; margin: 50px auto 50px; border-radius: 90px;}
.overview-points h1{ margin-bottom: 0px; margin-top: 30px; font-size: 45px;}
.overview-points p{font-size: 18px; line-height: 25px; margin-bottom: 0;} 

.overview-points:hover{
    border-color: #ffb82b;
    
}

.wahtWeDo-points{ border-right: 1px solid #cfcfcf; margin: 0px 0 0 0; border-bottom: 1px solid #cfcfcf; min-height: 300px;}

.wahtWeDo-points h2{ border-bottom: 0; margin-bottom: 0; padding: 35px 0;}
.noRBorder{
    border-right: none;
}
.noBBorder{
    border-bottom: none;
}
.wahtWeDo-points p{
   font-size: 17px; line-height: 27px; 
}
/*Overview End*/

/*our-work Start*/

#our-work{background: #ffffff; padding: 100px 0 0 0;}


.feature-points h4{color: #fff; margin-bottom: 15px;}
.feature-points p{font-size: 18px; color: #b2c0f6;}
.left-content .feature-points{background: url("../images/org-pnt.png") no-repeat right top 2px; padding:0 45px; margin: 30px 0 50px; }


.right-content .feature-points{background: url("../images/org-pnt.png") no-repeat left top 2px; padding:0 45px; margin: 30px 0 50px 25px; }

.galleryMain{
    height: 541px;
    width: 100%;
    background:url("../images/gallery-dummy.png") repeat-x center;
}

/*our-work End*/


/*Testimonial Start*/
#testimonial{background: url("../images/testimonial-bg.png") repeat; padding: 100px 0;}
#testimonial .bx-wrapper{background: transparent; border: 0; box-shadow: none;}

.bxslider li p{background:url("../images/testimonial-quates.png") no-repeat #d6562b left 15px top 15px; border: #fcbf87 solid 2px; border-radius: 7px; padding: 35px 80px; color: #fff; font-size: 18px; line-height: 30px; font-style: italic; text-align: center; margin-bottom: 0;}
.bxslider li img{position: absolute; right: 30px; bottom: -3px;}
.testimonial-user{float: right; background:url("../images/testimonial-arrow.png") no-repeat right 60px top; padding: 30px 0 0 0; margin-top: -2px; color: #fff; line-height: 24px; }
.testimonial-user h5{font-weight: 400;}
.bx-wrapper{margin-bottom: 0 !important;}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{bottom: 6px !important;}
/*Testimonial End*/


/*Contact Start*/
#contact{
    padding-top: 100px;
}
.form-control{background: transparent; border: 0; border:#dadada solid 2px; box-shadow:none; border-radius: 0; font-size: 19px; height: 51px;   margin-bottom: 35px; }
textarea.comments{height: 135px; background: transparent; border: 0; border:#dadada solid 2px; box-shadow:none; border-radius: 0; font-size: 19px; margin-bottom: 0px; width: 100%; padding: 10px 0 0 10px; color: #777777;}
footer{border-top: #fff solid 1px; margin-top: 20px; padding-top: 20px;}
.social a.fb{margin-left: 10px; background:url("../images/fb.png") no-repeat; width: 47px; height: 47px; display: inline-block;}
.social a.inst{margin-left: 10px; background:url("../images/inst.png") no-repeat; width: 47px; height: 47px; display: inline-block;}
.social a.twiiter{margin-left: 10px; background:url("../images/twiiter.png") no-repeat; width: 47px; height: 47px; display: inline-block;}
.social a:hover{
    background-position: bottom;
}

.social p{font-size: 15px; color: #888;}

.mapMain{
    
     position: relative;
    width: 100%;
    height: 700px;
    margin-top: 70px;
    overflow: hidden;
}
.mapAddress{
    background: #fff;
    background-color:rgba(255, 255, 255, 0.9);
    height: 527px;
    position: absolute;
    top: 57px;
    left: 0;
    z-index: 5555;
    padding-top: 60px;2
}
.bottomLogo img{
    width: 55%;
    
}
.mapAddress p{
    color: #4e4e4e;
    padding-top: 30px;
    line-height: 30px;
}
/*Contact End*/



/*Landing Start*/
.landing-form{text-align: center;}
.landing-nav{float: right; margin-top: -100px; margin-right: 30px;}
.header.landing.sticky .landing-nav{float: right; margin-top: -45px;}
.landing-nav li{display: inline-block;}
.landing-nav li a{color: #fff; padding: 0 20px;}
.landing-banner {
    background: url("../images/Landing-bg.png") no-repeat;
    background-size: cover;
    
}
.landing-form .form-control{background: #fff; border: 0;  box-shadow:none; border-radius: 6px; font-size: 24px; padding:12px 20px;  margin-bottom: 35px; height: auto;}
.grouping .input-group-btn{vertical-align: top;}
.grouping .add-btn{font-size:31px; background: #fff; color: #721a0d;}
.grouping .add-btn img{margin-top: -7px;}
.grouping .input-group-btn>.btn{border-radius: 6px; border-top-left-radius: 0; border-bottom-left-radius: 0;}
.added-skills span{background: #f7c950; padding: 12px 36px 12px 25px; border-radius: 6px; color: #721a0d; font-size: 16px; display: block; float: left; margin-right: 15px; margin-bottom: 15px; position: relative;}

.added-skills span i{font-size: 22px;
    position: absolute;
    right: 0;
    top: 0;
    margin: 9px;}
.added-skills span  a{color: #721a0d;}
.custom-select .bootstrap-select{background: #fff; border: 0;  border-radius: 6px;}

.custom-select .bootstrap-select .caret{ border: 0; }
.custom-select .bootstrap-select .caret::before{ content: '\f13a'; font-family: 'FontAwesome'; font-size: 31px; color: #721a0d;}
.added-skills{margin-bottom: 20px; margin-top: -15px;}
.custom-select{margin-bottom: 35px;}

.landing-form .btn-primary{background: #721a0d; font-size: 24px; color: #fff; border: 0; padding: 12px; min-width: 300px;}
.landing-form .btn-primary:hover{background: #FFB434 ; color: #721a0d;}
.offers{margin-top: 35px; margin-bottom: 35px;}
.offers p{font-size: 17px; color: #fff; text-align: center; padding: 0 15px; margin-bottom: 0;}
.offers-brdr{border-left: #fff solid 1px; border-right: #fff solid 1px;}
.landing-points{border: #fff solid 1px; padding: 25px 0 0; border-radius: 6px; margin-bottom: 35px;}
.landing-points p{color: #fff; font-size: 20px;}
.landing-points p::before{content: '\f058';font-family: 'FontAwesome'; color: #721a0d; margin-right: 15px; font-size: 25px;}
.video-nav img{width: 100%;}
.custom-select .dropdown-menu {background: #f7c950;}
.custom-select .dropdown-menu li a{color: #721a0d; font-size: 24px; border-bottom: #deb548 solid 1px; padding: 13px 30px;}



.arrow-wrap {
  position:fixed;
  z-index:1;
  left:50%;
  bottom:0;
  margin-left:-5em;
  background:#fff;
  width:77px;
  height:60px;
  padding:2em 2em;
 
  font-size:0.5em;
  display:block;
  box-shadow:0px 0px 5px 0px #333;
}

.arrow {
  float:left;
  position:relative;
  width: 0px;
height: 0px;

  -webkit-transform:rotate(360deg)
}

.arrow:after {
  content:'\f107';
  position:absolute;
  top:0;
  left:0;
  width: 0px;
height: 0px;
font-family: 'FontAwesome';
    font-size: 72px;
    line-height: 28px;
  -webkit-transform:rotate(360deg);
    color: #721a0d;
}


.hint {
  position:absolute;
  top:0.6em;
  width:100%;
  left:0;
  font-size:2em;
  font-style:italic;
  text-align:center;
  color:#fff;
  opacity:0;
}


.arrow-wrap:hover .hint {
  opacity:1;
}


  @-webkit-keyframes arrows {
    0% { top:0; }
    10% { top:12%; }
    20% { top:0; }
    30% { top:12%; }
    40% { top:-12%; }
    50% { top:12%; }
    60% { top:0; }
    70% { top:12%; }
    80% { top:-12%; }
    90% { top:12%; }
    100% { top:0; }
  }
  
  .arrow-wrap .arrow {
    -webkit-animation: arrows 2.8s 0.4s;
    -webkit-animation-delay: 3s;
  }

.landing-form label.error{        position: absolute;
    left: 15px;
    margin-top: -33px;
    color: #ffffff;
    background: #f00;
    padding: 5px;
    font-size: 13px;
    border-radius: 3px;}

/*Landing End*/



/*==========  Mobile First Method  ==========*/


/* Custom, iPhone Retina */

@media only screen and (min-width: 320px) {}


/* Extra Small Devices, Phones */

@media only screen and (min-width: 480px) { }


/* Small Devices, Tablets */

@media only screen and (min-width: 768px) {

    
}

/* Medium Devices, Desktops */

@media only screen and (min-width: 992px) {}


@media only screen and (min-width:1024px) {
   
    
}

@media only screen and (min-width:1100px) {

 
    

    .feature-img img{margin-left: -40px;   
    -moz-transform:rotate(20deg);
    /* Safari and Chrome */
    /* Safari and Chrome */
    -webkit-transform:rotate(20deg);
    /* Opera */
    -o-transform:rotate(20deg);
    /* IE9 */
    -ms-transform:rotate(20deg);
 }
   
    .left-content .feature-points:nth-child(2){margin-right: 75px; padding-left: 0; margin-top: 100px;}
    .right-content .feature-points:nth-child(1){margin-left: 100px; padding-right: 0; margin-top: 150px; margin-bottom: 100px;}
}




/* Large Devices, Wide Screens */

@media only screen and (min-width: 1200px) {
   
    
}


/*==========  Non-Mobile First Method  ==========*/


/* Large Devices, Wide Screens */

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {
    
    h1{font-size: 45px;}
    .banner h1{line-height: 45px;}
    
    h2{}
    p{font-size: 20px;}
    
    .banner-left-content{padding-top: 25px;}

    .feature-img img{max-width: 170px; margin-left: -20px;}
    .left-content .feature-points{padding-left: 0; margin-right: 20px;}
    .right-content .feature-points{padding-right: 0; margin-left: 20px;}

}



/* Medium Devices, Desktops */

@media only screen and (max-width: 992px) {
    
}


/* Small Devices, Tablets */

@media only screen and (max-width: 768px) {
    #who-we-are{padding: 60px 0 40px 0;}
    #overview{padding: 60px 0 30px;}
    #our-work{padding: 60px 0 30px;}
    #testimonial{padding: 60px 0;}
    #contact{padding: 60px 0 50px;}
    
    .header{padding-top: 5px; height: 60px;}
    .navbar-header{float: none;}
    .navbar-nav li a{padding: 20px 39px 20px 20px; background-position: right center;}
    .header.sticky .navbar-nav li a{margin-bottom: 0;}
    .feature-img{text-align: center;}
    .left-content .feature-points{text-align: center; background: transparent; padding-right: 0; margin-right: 0;}
    .right-content .feature-points{text-align: center; background: transparent; padding-left: 0; margin-left: 0;}
    .feature-img img{margin-left: 0;}
    .contact-btn-nav{text-align: center;}
    .landing-nav{margin-top: 25px; float: none; text-align: center;}
    .header.landing.sticky .landing-nav{float: none; margin-top: 25px;}
    
}

@media only screen and (max-width: 767px) {

    .banner-img img{max-width: 300px; }
    .banner-img{text-align: center;}
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{ color: #ffa900;}
    .navbar-default .navbar-nav>li>a:hover {
    color: #555;
}
    .navbar-toggle{margin-right: 0;}
    .offers-brdr{margin: 25px 0; border: 0; border-top: #fff solid 1px; border-bottom: #fff solid 1px; padding: 25px 0;}
    .landing-bottom-img{text-align: center;}
    .landing-bottom-img img{max-width: 300px;}
    .landing-form .form-control{font-size: 16px;}
    .grouping .add-btn{font-size: 23px;}
    .grouping .add-btn img{width: 30px;}

    .custom-select .bootstrap-select .caret{width: 30px; height: 30px; background-size: cover;}

    .custom-select .bootstrap-select .caret::before{font-size: 24px;}
    .custom-select .dropdown-menu li a{padding: 5px 20px; font-size: 16px;}
    
    .banner-content{
        padding-top: 115px;
    }
    .logo img{
        width: 50%;
        
    }
    .banner{
        min-height: 700px;
        background-position: bottom;
    }
        .headPhone{
    top: 33px;
    left: 20px;
        font-size: 15px;
}
    .headEmail{
        top: 9px;
    left: 20px;
        font-size: 15px;
        }
}

@media only screen and (max-width: 640px) {
    
     h1{font-size: 28px;    margin-bottom: 25px;}
    .banner-content h1 {
        padding-top: 25px;}
    .banner h1{line-height: 35px;}
    
    .overview-points{
        margin: 20px auto 20px;
    }
    .wahtWeDo-points{
        border-right: none;
    }
    h2{font-size: 25px;}
    p, .feature-points p, .overview-points p, .bxslider li p{font-size: 16px;}
    h3{font-size: 22px;}
    
    .header-inner{padding-left: 15px; padding-right: 15px;}
   
    .navbar-collapse{background: #f8e9cc; margin-top: 0px; border: 1px solid #ffa900 !important;}
    .navbar-nav li a{background: transparent; padding-left: 0; padding-right: 0;}
    .nav li{display: block;}
    .banner-content-area{padding-left: 0; padding-right: 0;}
    .overview-content{padding: 0; text-align: center; background: transparent;}
    
    
    .banner-content{
        padding-top: 100px;
    }
    .logo img{
        width: 90%;
        
    }
    .banner{
        min-height: 650px;
        background-position: bottom;
    }
    
    .headPhone{
    top: 33px;
    left: 20px;
        font-size: 15px;
}
    .headEmail{
        top: 9px;
    left: 20px;
        font-size: 15px;
        }
    
}


/* Extra Small Devices, Phones */

@media only screen and (max-width: 480px) {
.banner-content-area {
    padding-top: 100px;}
    .bxslider li p{padding: 20px; background-image: none;}
    .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{position: relative !important; }
    .navbar-nav li a{padding: 15px;}
    .banner-content{
        padding-top: 115px;
    }
   
}

@media only screen and (max-width: 375px) {
   
    
}

/* Custom, iPhone Retina */

@media only screen and (max-width: 320px) {
  
}


label.error {color: red; float: right; margin-right: 11px; margin-top: -33px;}
#success {
	display:none;
	background-color: #def0d6;
    border: 1px solid #3e7241;
    border-radius: 4px;
    clear: both;
    color: #3e7241;
    float: left;
    font-family: Arial;
    font-size: 17px;
    margin-top: 21px;
    padding: 24px;
    text-align: left;
    width: 100%;
}

















