body{
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
    line-height: 1.6;
    color: #3a3d45;
    background-color: #fff;
    overflow-x: hidden;
}




.navbar-toggle {
  width: 26px;
    height: 20px;
    position: relative;
    margin: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.navbar-toggle span {
  display: block;
  position: absolute;
      height: 2px;
    width: 24px;
    background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}


.navbar-toggle span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggle span:nth-child(2) {
  top: 7px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggle span:nth-child(3) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.navbar-toggle.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0px;
  left: 1px;
}

.navbar-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.navbar-toggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
    top: 17px;
    left: 1px;
}


a,button{
	outline: none;
}
.mb-30{
	margin-bottom: 30px;
}
.mt-30{
	margin-top: 30px;
}
.pt-40{
	padding-top: 40px;
}
.pb-40{
	padding-bottom: 40px;
}
.form-control{
	border: 1px solid #cdced0;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 0px 0px transparent;
    box-shadow: inset 0 0px 0px transparent;
}
.form-control:focus {
    border-color: #9b9da2;
    -webkit-box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
    box-shadow: inset 0 0px 0px transparent, 0 0 0px transparent;
}
.btn-primary{
    text-decoration: none;
    font-weight: 300;
    padding: 6px 12px;
    font-size: 16px;
    line-height: 1.6;
    border-radius: 0;
    color: #fff;
    background-color: #00afaa;
    border-color: #009691;
    outline: none;
}
.btn-primary:hover{
    background-color: #007c78;
    border-color: #005856;
}
.btn-primary:active:hover{
	background-color: #005856;
    border-color: #001615;
}
.equal-height{
	display: flex;
}
.wrapper{
	padding-top: 76.88px;
}

/***** header starts *****/
.header{
    background: rgb(15, 22, 33);
    position: absolute;
    z-index: 2;
    width: 100%;
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.navbar-toggle {
    margin-top: 24px;
    margin-right: 2px;
}
.headermenu {
    position: absolute;
    right: 0;
}
/***** header ends *****/

/**** menu starts ******/
.navbar-inverse .navbar-toggle {
    border-color: transparent;
}
.navbar{
	margin-bottom:0;
	border: 0px;
    border-radius: 0px;
    width: 100%;
    z-index: 2;
    background: rgb(15, 22, 33);
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-brand{
	height: 100%;
    padding: 10px 0;
}
.navbar-brand img{
	width: 310px;
}
.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover{
	background-color: transparent; 
}
.dropdown-menu{
	background-color: #383c45;
	border-color: #383c45;
}
.dropdown-menu>li>a{
	padding: 10px 20px;
	font-size: 16px;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	color: #48dad0;
}
.dropdown:hover .dropdown-menu {
    display: block;
	border-radius: 0;
}
.navbar-right .dropdown-menu{
	right: auto;
    left: 0;
}
.navbar-inverse .navbar-nav>li>a,.dropdown-menu>li>a{
	color: #fff;
	font-weight: 300;
    letter-spacing: 1px;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover,.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover{
	background-color:transparent;
}
.navbar-inverse .navbar-nav>.active>a span.link-wrap,.navbar-inverse .navbar-nav>li:hover>a>.link-wrap{
	position: relative;
}
.navbar-inverse .navbar-nav>.active>a span.link-wrap::after,.navbar-inverse .navbar-nav>li:hover>a>.link-wrap::after{
	content: '';
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 100%;
    height: 2px;
    background: #48dad0;
}
.navbar-collapse{
    width: 208px;
    padding-top: 10px;
    padding-bottom: 10px!important;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: transparent;
}
/**** menu ends ******/

/****** slider starts ******/
.watchvideo-btn{
    margin-left:10px;
}
.main-slider .main-carousel .owl-slide {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: table;
    width: 100%;
}
.main-slider .main-carousel .owl-slide:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -29px;
	position: relative;
}
.owl-theme .owl-dots .owl-dot span{
	width: 12px;
    height: 12px;
    background: #afaead;
}
.owl-theme .owl-dots .owl-dot.active span{
	background: #fff;
}
.owl-text {
    display: table-cell;
    vertical-align: middle;
}
.owl-title {
    margin-top: 40px;
}
.owl-title h2{
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-weight: 500;
    font-size: 60px;
    line-height: 56px;
}
.owl-caption{
	padding:10px;
	border-radius: 4px;
	min-height: 150px;
}
.owl-caption p{
	color: #fff;
	margin-bottom: 0;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	text-align: justify;
}
.caption-red {
    background: rgba(240, 90, 105, 0.8);
}
.caption-orange{
	background:rgba(251, 174, 73, 0.8);
}
.caption-blue{
	background: rgba(71, 189, 218, 0.8);
}
.caption-greenblue{
    background: rgba(72, 218, 208, 0.8);
}
.redmore-btn{
	text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
	font-weight: 500;
    padding: 10px 15px;
	color: #fff;
    background-color: rgba(0,0,0,0);
	border: 1px solid #fff;
}
.redmore-btn:hover{
	color: #000;
	background: #fff;
	text-decoration: none;
}
/******* slider ends *********/

/******* ourproducts starts *********/
.section-heading{
	border-bottom: 1px solid #cdced0;
	font-weight: 500;
    padding-bottom: 10px;
	margin-bottom: 30px;
}
.section-heading span{
	text-transform: uppercase;
	letter-spacing: 2px;
    line-height: 12px;
    padding-bottom: 10px;
    border-bottom: 4px solid rgba(64, 196, 204, 1);;
}
.section-paragraph p{
	font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 30px;
}
.pdt-content{
	height: 100%;
	background: #f2f2f2;
	border-radius: 4px;
	overflow: hidden;
}
.pdt-content img{
	height: 198px;
}
.pdt-content .inner-content {
    padding: 20px 30px 15px 30px;
}
.pdt-content .inner-content .title{
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
}
.pdt-content .inner-content .text{
	text-align: justify;
    font-weight: 300;
}
.pdt-content .inner-content a.read-more{
    margin-top: 40px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #383c45;
    position: relative;
}
.pdt-content .inner-content a.read-more:hover{
	color: #40c4cc;
}
/*.pdt-content .inner-content a.read-more:after{
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #40c4cc;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: -8px;
    left: 88px;
}*/
.fas.fa-angle-right {
    margin-left: 5px;
    font-size: 17px;
    }

.product-bg{
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
    margin-bottom: 30px;
}
.product-bg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0f1621), color-stop(20%, rgba(15,22,33,0.4)), color-stop(40%, transparent));
    background: linear-gradient(#0f1621 0%, rgba(15,22,33,0.4) 20%, transparent 40%);
}
.apt-bg{
    background-image: url(../img/slider/1.jpg);
}
.chitguru-bg{
    background-image: url(../img/slider/2.jpg);
}
.hicare-bg{
    background-image: url(../img/slider/3.jpg);
}
.proweb-bg{
    background-image: url(../img/slider/4.jpg);
}
/******* ourproducts starts *********/

/********* services  starts ********/
.service-bg {
	height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    border-radius: 4px;
}
.appdevelopment-bg{
	background-image: url('../img/services/1.jpg');
}
.porting-bg{
	background-image: url('../img/services/2.jpg');
}
.sapservice-bg{
	background-image: url('../img/services/3.jpg');
}
.service-bg:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: -webkit-gradient(linear, left top, left bottom, from(#0f1621), color-stop(20%, rgba(15,22,33,0.4)), color-stop(40%, transparent));
    background: linear-gradient(#0f1621 0%, rgba(15,22,33,0.4) 20%, transparent 40%);
}
.service-content{
    border-radius: 4px;
    color: #fff;
    padding: 30px;
}
.servblue-bg{
    background: #47bdda;
}
.servred-bg{
	background: #f05a69;
}
.servorange-bg{
	background:#fbae49;
}
.service-content .inner-content .title {
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
	margin-top: 50px;
}
.service-content .inner-content .text {
	font-weight: 300;
    font-size: 24px;
    line-height: 32px;
}
.service-content .inner-content a.read-more{
    margin-top: 40px;
    display: block;
    text-decoration: none;
    font-weight: 500;
    color: #fff;
    position: relative;
}
.service-content .inner-content a.read-more:hover{
	color: #000;
}
/*.service-content .inner-content a.read-more:after{
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: -8px;
    left: 88px;
}*/
/********* services  ends ********/

/******** careers starts ********/
.careers-content {
    margin-top: 40px;
}
.careers-sec{
	background-image: url('../img/careersbg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 400px;
}
.careers-sec:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border-radius: 4px;
    background: linear-gradient(to right,#000000, rgba(0, 0, 0, 0.4), transparent);
}
.careers-content .title{
	font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
.careers-content .text{
	font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    margin-top: 20px;
    text-align: justify;
}
.careers-content a.read-more{
	font-weight: 500;
	color: #fff;
	text-decoration:none;
	font-size: 16px;
    line-height: 1.6;
    position: relative;
}
.careers-content a.read-more:after{
	content: "\f105";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #fff;
    font-size: 26px;
    padding-right: 0.5em;
    position: absolute;
    top: -11px;
    left: 148px;
}
.careers-content a.read-more:hover{
	color: #40c4cc;
}
/******** careers ends ********/


/******** footer starts ********/
.footer{
	background:#0f1621;
}
.footer .heading h3{
    font-weight: 300;
    font-size: 28px;
    color: #fff;
    margin: 0 0 22.5px;
}
.footer ul{
	list-style-type: none;
	padding-left: 0;
}
.footer ul li{
	margin-bottom: 12px;
}
.footer ul li a{
	color: rgba(64, 196, 204, 1);
	text-decoration:none;
	font-weight: 300;
}
.footer ul li a:hover{
	text-decoration: underline;
}
.footer ul.social-media li{
	display: inline-block;
    margin-right: 8px;
}
.footer ul.social-media li a i{
	height: 22px;
    width: 22px;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    color: #fff;
}
.footer ul.social-media li a i:hover{
	color: #f05a69;
}
.footer .copyright-p{
	margin-bottom: 0;
    color: #fff;
    font-weight: 300;
    margin-top: 40px;
}
/******** footer ends ********/

/**** aboutus page *******/
.section-mainheading{
	font-weight: 500;
    font-size: 48px;
    line-height: 56px;
	margin-bottom: 30px;
}
.section-paragraphtext p,.section-paragraphtext ul{
	font-weight: 300;
	text-align: justify;
}
.mission-sec{
	background-image: url('../img/mission.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 350px;
    text-align: center;
}
.mission-sec:before{
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}
.mission-content{
	width: 60%;
    display: inline-block;
    margin-top: 80px;
}
.mission-content .text{
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
}
/**** aboutus page *******/

/****** contact page ****/
.conatctinfo-ul {
    margin-left: 0;
	font-weight: 300;
    text-align: justify;
}
.conatctinfo-ul li {
    display: flex;
    margin-bottom: 18px;
}
.conatctinfo-ul li span{
	font-weight: 500;
	display: contents;
}
.conatctinfo-ul li i {
    font-size: 20px;
    margin-right: 16px;
    line-height: 30px;
    color: #40c4cc;
}
/****** contact page ****/

/**** products page ******/
.pdt-content .inner-content ul{
	text-align: justify;
    font-weight: 300;
}
/**** products page ******/



/****** media queries *******/
@media only screen and (max-width: 767px){
    .navbar-collapse.collapse{
        position: fixed!important;
        right: -208px!important;
        background: #0f1621!important;
        transition: 0.2s!important;
    }
    .navbar-collapse.collapse.in{
        position: absolute!important;
        right: 0!important; 
    }
	.navbar-nav>li>a {
	    padding-top: 15px;
	    padding-bottom: 15px;
	}
	.dropdown:hover .dropdown-menu {
	    display: none;
	}
	.dropdown.open:hover .dropdown-menu {
	    display: block;
	}
	.navbar-right .dropdown-menu{
		right: 0;
	    left: auto;
	}
	.equal-height{
		display: initial;
	}
    .mission-content{
        width: 100%;
        margin-top: 60px;
    }
    .owl-caption{
        min-height:180px;
    }
    .careers-sec:before{
        background: rgba(0, 0, 0, 0.6);
    }
    .navbar-inverse .navbar-nav>.active>a span.link-wrap::after, .navbar-inverse .navbar-nav>li:hover>a>.link-wrap::after{
        bottom: -10px;
    }
    .navbar-toggle{
        margin-top: 20px;
        margin-right: 6px;
    }
    .navbar-brand img{
        width: 260px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
    .equal-height{
        display: initial;
    }
    .wrapper {
        padding-top: 152.88px;
    }
}
@media (min-width: 768px){
    .navbar-toggle {
       display: initial;
    }
    .navbar-header {
        float: initial;
    }
    .navbar-collapse.collapse{
        position: fixed;
        right: -208px;
        background: #0f1621;
        transition: 0.2s;
    }
    .navbar-collapse.collapse.in{
        position: absolute;
        right: 0;
    }
    .navbar-nav>li {
        float: initial;
    }
    .navbar-nav {
        float: left!important;
        width: 100%;
    }
}
/****** media queries *******/