@charset "utf-8";
/* CSS Document */
*{
	margin:0;
	padding:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
}
body{
	font-family: 'Roboto', sans-serif;
	color:#666666;
	font-size:	0.9rem;
	line-height:1.5625rem;
	overflow-x: hidden;
	background:#fff;
}
a, a:hover, a:focus{
	text-decoration:none;
}



a{
	color:#71c82c;
}


@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold.eot?#iefix') format('embedded-opentype'),  url('../fonts/BebasNeueBold.woff') format('woff'), url('../fonts/BebasNeueBold.ttf')  format('truetype'), url('../fonts/BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: normal;
  font-style: normal;
}


/***************
@
@ 	 Header
@
***************/
header{
	position:relative;
}
header img{
    width: 100%;
}
header .navbar{
	/*position:relative;*/
	padding:10;
    padding-bottom:15px;
    padding-top:15px;
}
.bg-light {
    background-color:rgba(248, 249, 250, 0.90)!important;
}


.fixed-top{
    top: 49px;
}
.stickyH{
    top: 0;
}
/** nav **/
.navbar-expand-md .navbar-nav .nav-link {
    padding: 1.75rem 0;
    color: #fff;
    font-size: 1rem;
    text-transform: capitalize;
	border-top:7px solid transparent;
}
.navbar-nav .nav-link{
	padding: 10px 17px;
   color:#000;
	text-transform:uppercase;
	font-size: 0.875rem;
    font-weight: 600;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .active a, .navbar-nav .nav-item.active .nav-link{
	background: transparent;
    color: #fff;
    border-top: 4px solid #e1ac25;
}
.navbar li.nav-item {
    margin: 0 20px;
}
/** end nav **/
.banner{
    position: relative;
}
.banner:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
}
.banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .carousel-item, .banner .carousel-inner, #demo{
    height: 100%;
}
.banContent{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	color:#fff;
    width: 100%;
    z-index: 9;
    text-align: center;
}
.banContent h1{
    font-size: 47px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 5px;

    overflow: hidden; /* Ensures the content is not revealed until the animation */
  /*border-right: .15em solid #FFF; *//* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  animation: 
    typing 3.5s steps(40, end),
    blink-caret .75s step-end infinite;
}
/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
  }
  
  /* The typewriter cursor effect */
  /*@keyframes blink-caret {
    from, to { border-color: transparent }
    50% { border-color: orange; }
  }*/
/** top header **/
header .topHeader{
	background: #e1ac25;
	line-height: 49px;
	overflow: hidden;
}
header .topHeader a{
	color:#2f2e2e;
}
header .topHeader span{
	color:#2f2e2e;
	font-size: 12px;
    vertical-align: middle;
}
header .socialIcon li {
    list-style-type: none;
    float: left;
    margin-left: 15px;
}
header .socialIcon a {
    background: #9c730b;
    width: 35px;
    line-height: 35px;
    text-align: center;
    height: 35px;
    display: block;
    border-radius: 50px;
}
header .socialIcon a:hover, header .socialIcon a:focus{
    color: #9c730b;
    background: #fff;
}
.socialIcon{
    margin-top: 7px;
}
.socialIcon ul{
    margin-bottom: 0;
}
header .affix {
    position: fixed;
    background: #ffffff;
    box-shadow: 0 0 7px 3px rgba(0, 0, 0, 0.13);
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}




.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, 0.9);
    margin-right: 0;
    position: relative;
    z-index: 9;
    padding: 0;
}

.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 0, 0, 0.1);
}


.navbar-expand-md .navbar-nav {
    z-index: 9;
    margin-left: 0 !important;
}
.navbar li.nav-item {
    margin: 0px;
    position: relative;
}

.navbar-expand-md .navbar-nav .nav-link {
    font-size: 14px;
    border-top: 4px solid transparent;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 20px;
}
.navbar-nav .nav-link:hover, .navbar-nav .nav-link:focus, .navbar-nav .active .nav-link {
    color: #f2af58 !important;
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}




/** end top header **/

/** banner **/
.banner{
    height: 400px;
}
.banner .carousel-indicators .active {
    background-color: #e1ac25;
}
/** end banner **/

/***************
@
@ 	Services
@
***************/
.ourServices {
    padding: 50px 0;
}
.ourServices h2{
    font-size: 48px;
    color: #2e2e2e;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.ourServices h2:after{
    content: "";
    position: absolute;
    height: 6px;
    width: 140px;
    background: #e1ac25;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.ourServices h2 + p{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 75px;
}
.ourServices .servicesBlock img{
    border: 10px solid #90c4ee;
    border-radius: 50%;
	float: left;
}
.ourServices .servicesBlockContent {
    padding-left: 145px;
}
.ourServices .servicesBlockContent h3{
    color: #343434;
    font-size: 26px;
    font-weight: 600;
}
.ourServices .servicesBlockContent p{
    font-size: 14px;
	font-weight: 300;
}
.ourServices .servicesBlockContent a{
    width: 127px;
    line-height: 39px;
    background: #198ce7;
    display: block;
    color: #fff;
    text-align: center;
    border-radius: 50px;
    margin-top: 20px;
	margin-bottom: 40px;
}

.ourServices .servImg {
    width: 160px;
    height: 160px;
    line-height: 140px;
    background: #e1ac25;
    border-radius: 50%;
    border: 10px solid #e6d19a;
    margin: 0 auto 20px;
}
.ourServices h3{
    color: #000;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 20px;
}

/***************
@
@ 	Industry
@
***************/
.industry{
    padding: 50px 0;
    background: url(../images/dark-bg.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;
}
.industry h2{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.industry h2:after{
    content: "";
    position: absolute;
    height: 6px;
    width: 140px;
    background: #e1ac25;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.industry h2 + p{
    width: 70%;
    margin: 0 auto;
    margin-bottom: 75px;
}

.industry i{
    width: 28px;
    height: 28px;
    line-height: 28px;
    background: #e1ac25;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    border-radius: 50px;
    margin-right: 10px;
}
.industry span{
    font-weight:600;
}
.industry .col-md-3{
    margin-bottom: 20px;
}
/***************
@
@ 	technology
@
***************/
.technology{
    background: url(../images/white-bg.jpg);
    background-size: cover;
}

/***************
@
@ about us
@
***************/
.about{
    padding: 50px 0; 
}
.about h2{
    font-size: 48px;
    color: #2e2e2e;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.about h2:after{
    content: "";
    position: absolute;
    height: 6px;
    width: 140px;
    background: #e1ac25;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.about h3{
    color: #ad7f09;
    font-weight: 800;
    letter-spacing: 3px;
    font-size: 35px;
}
.about .row{
    margin-top: 100px;
}
.founder{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fefcea+0,e1ac25+100 */
background: #fefcea; /* Old browsers */
background: -moz-linear-gradient(top,  #fefcea 0%, #e1ac25 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #fefcea 0%,#e1ac25 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #fefcea 0%,#e1ac25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefcea', endColorstr='#e1ac25',GradientType=0 ); /* IE6-9 */
position: relative;
padding: 120px 20px 20px 20px;
height: 100%;
}
.founder .founderImg{
    width: 160px;
    height: 160px;
    border-radius: 50%;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translate(-50%, 0);
    border: 10px solid #fff;

}
.founder .founderImg img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.founder h4{
    font-size: 25px;
    color: #000;
    font-weight: 800;
}
.founder h5{
    font-size: 18px;
}
.founder p{
    color: #000;
    font-size: 14px;
    line-height: 19px;
    padding-top: 15px;
}
.founder ul li{
    list-style-type: none;
}

.founder ul li i{
    color: #000;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid #000;
    line-height: 32px;
}
.founder ul li a:hover i{
    color: #fff;
    background: #000;
}

/***************
@
@ sponsor
@
***************/
.sponsor{
    background: #eeeeee;
    padding: 30px 0;
}

.sponsor li {
    list-style-type: none;
    float: left;
    margin: 0 15px;
}
.sponsor .owl-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px;
    background: #ca9610;
    display: inline-block;
    cursor: pointer;
    border-radius: 50px;
}
/***************
@
@ testimonial
@
***************/
.testimonial{
    padding: 50px 0;
    background: url(../images/banner-3.jpeg);
    background-size: cover;
    position: relative;
    color: #fff;
    background-attachment: fixed;
}
.testimonial:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.70);
}
.testimonial .container{
    z-index: 9;
    position: relative;
}
.testimonial h2{
    font-size: 48px;
    color: #fff;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.testimonial h2:after{
    content: "";
    position: absolute;
    height: 6px;
    width: 140px;
    background: #e1ac25;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}

.testimonialContent{
    text-align: center;
	margin-top:30px;
}
.testimonialContent .description {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
    padding: 0px 22%;
    position: relative;
}

.testimonialContent .pic{
    width: 94px;
    height: 94px;
    margin: 0 auto;
}
.testimonialContent .pic img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.testimonialContent .testimonial-title {
    font-size: 18px;
    color: #fff;
    font-weight: bolder;
    text-transform: capitalize;
    margin-top: 20px;
}
.testimonialContent .testimonial-title > small{
    display: block;
    color:#656565;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 5px;
}
.testimonial .carousel-indicators{
    bottom: -50px;
}

.testimonial .carousel-indicators .active {
    background-color: #e1ac25;
}

/***************
@
@ 	contact
@
***************/
.contact{
    padding:50px 0;
}
.contact h2{
    font-size: 48px;
    color: #2e2e2e;
    font-weight: 300;
    padding-bottom: 10px;
    position: relative;
    letter-spacing: 2px;
    text-transform: uppercase;
}
.contact ul li{
    list-style-type: none;
}
.contact h2:after{
    content: "";
    position: absolute;
    height: 6px;
    width: 140px;
    background: #e1ac25;
    bottom: 0;
    left: 50%;
    transform: translate(-50%,-50%);
}
.col-contact-details .cntct-info{
    margin-top: 50px;
    border: #f5c400 3px solid;
    padding: 10px;
    text-align: center;
}

.col-contact-details ul li{
    margin-top: 20px;
    padding: 0;
}
.col-contact-details h5{
    color: #000;
    font-weight: 800;
}

.col-contact-details ul li .fa{
    display: block;
    font-size: 40px;
    color: #2a2929;
    margin-bottom: 10px;
}

.col-contact-details ul li span{
    font-size: 14px;
    line-height: 14px;
}

.col-contact-details ul li a{
    color: #929292;
}


.col-contact-details ul .cnt-no div{
    display: inline-block;
    margin: 0 30px;
}

.map{
    border: #c2c2c2 1px solid;
    margin-top: 20px;
}

.col-contact-form{
    margin-top: 30px;
}

.col-contact-form h3{
    color: #f5c400;
    font-size: 40px;
    font-weight: 700;
    position: relative;
}

.col-contact-form h3:after{
    content: "";
    width: 27%;
    background: #f5c400;
    height: 5px;
    display: block;
    margin: 10px 0 20px;
}

.col-contact-form h3:before{
    content: "";
    position: absolute;
    bottom: 0;
    width: 80%;
    height: 1px;
    background: #f5c400;
}

.col-contact-form form input, .col-contact-form form textarea{
    width: 100%;
    background: #ffe788;
    padding: 10px;
    border: none;
    margin-top: 25px;
    color: #2f2e2e;
}

.col-contact-form form .cnt-btn{
    background: #000000;
    color: #fff;
    width: 25%;
    float: right;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

.col-contact-form form .cnt-btn:hover{
    background: #2f2e2e;
    color: #f5c400;
    -webkit-transition: all ease 0.4s;
    -moz-transition: all ease 0.4s;
    -ms-transition: all ease 0.4s;
    -o-transition: all ease 0.4s;
    transition: all ease 0.4s;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #2f2e2e;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #2f2e2e;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #2f2e2e;
}
:-moz-placeholder { /* Firefox 18- */
  color: #2f2e2e;
}
.map {
    height: 300px;
}
.map iframe{
    width: 100%;
    height: 100%;
    display: block;
}
footer{
    background: #000;
    color: #d3d3d3;
    padding: 20px 0;
}
footer p{
    margin: 0;
}


/***************
@
@ 	responsive
@
***************/

@media (max-width:1023px){
    .navbar-expand-md .navbar-nav .nav-link{
        padding: 10px 10px;
    }
    .banContent h1 {
        font-size: 30px;
    }
    .ourServices h2, .industry h2, .about h2, .testimonial h2, .contact h2 {
        font-size: 34px;
    }
    .ourServices h3{
        font-size: 16px;
    }
    .industry span {
        font-weight: 400;
        font-size: 14px;
    }
    .founder h4 {
        font-size: 16px;
    }
    .founder h5 {
        font-size: 14px;
    }
    .col-contact-form h3{
        font-size: 30px;
    }
    .col-contact-details .cntct-info {
        margin-top: 40px;
    }
    .banner {
        height: 300px;
    }
}
@media (max-width:767px){
    button.navbar-toggler{
        background: #e3b644;
    }
    .about .col-md-3{
        margin-top:70px;
    }
    .about .col-md-3:nth-child(1){
        margin-top: 0;
    }
}
@media (max-width:639px){
    .navbar-light .navbar-brand{
        width: 20%;
    }
    .banContent h1 {
        font-size: 20px;
        letter-spacing: 3px;
    }
    .banner {
        height: 250px;
    }
    .ourServices h2, .industry h2, .about h2, .testimonial h2, .contact h2 {
        font-size: 24px;
    }
    .ourServices .servImg {
        width: 130px;
        height: 130px;
        line-height: 110px;
        border: 7px solid #e6d19a;
    }
    .about h3{
        font-size: 25px;
    }
    .testimonialContent .description{
        padding: 0px 2%;
    }
    .map {
        height: 200px;
    }
    .ourServices h2 + p{
        margin-bottom: 25px;
    }
}

@media (max-width:479px){
    .navbar-light .navbar-brand {
        width: 40%;
    }
    .banContent{
        width: 95%;
    }
    .banContent h1 {
        font-size: 16px;
        letter-spacing: 1px;
        overflow: visible;
    }
    .banner {
        height: 200px;
    }
    .col-contact-form form .cnt-btn{
        width: 100%;
    }
    footer{
        font-size: 11px;
        padding:10px 0;
    }
   
}