body {
	font-family: 'Raleway', sans-serif;
}
.header {
	position: fixed;
	right: 0;
	left: 0;
	margin: 0;
	padding: 5px 0;
	background: rgba(255,255,255,0.95);
	-webkit-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-moz-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	-o-transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	transition: all 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
	font-weight: 500;
	text-transform: uppercase;
	border-color:transparent;
}
.header.scrolling {
	background: rgba(255,255,255,0.90);
}
.navbar-brand {
	height: auto;
	float: left;
	padding: 0px 5px;
	font-size: 18px;
	line-height: 20px;
	width: 150px;
}
.navbar-brand img {
	width: 100%;
	height: auto;
}
.navbar-nav > li > a {
	padding-top: 18px;
	padding-bottom: 15px;
}
.navbar-default .navbar-nav > li > a {
	color: #5f6975;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #ef222a;
}
.navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	color: #ef222a;
	background-color: transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background-color: transparent;
}
.navbar-right {
    margin-top: 4px;
}
.carousel-caption {
	background: rgba(0,0,0,0.5);
	height: 100%;
	left: 0;
	right: 0;
	bottom: 0px;
	width: 100%;
}
.carousel-caption {
	padding: 12%;
}
.carousel-caption h1 {
	font-weight: 600;
	font-size: 60px;
	color: #EAEAEA;
}
.carousel-caption h3 {
	font-weight: 400;
	display: inline-block;
	padding: 0 10px;
	font-size: 20px;
}
.desk {
	display: block;
}
.mobile {
	display: none !important;
}

.pagetitle{
	font-size:36px;
	color:#ffffff;
	padding-bottom:8px;
	margin-top:0;
}
.pagetitle:after{
	width:170px;
	display:block;
	content:'';
	clear:both;
	margin:10px 0 0 0;
	border-bottom:solid 2px #f2bf29;
}

/** services starts **/
.services{
	background:url(../images/servicesbg.jpg) no-repeat;
	background-position:fixed;
    padding: 1%;
}
.services-left{
    text-align: center;
    color: #fff;
}
.services-left input{
    border: none;
    border-radius: 1.5rem;
    padding: 2%;
    width: 60%;
    background: #f8f9fa;
    font-weight: bold;
    color: #383d41;
    margin-top: 30%;
    margin-bottom: 3%;
    cursor: pointer;
}
.services-right{
    background: #f8f9fa;
    border-top-left-radius: 10% 50%;
    border-bottom-left-radius: 10% 50%;
}
.services-left img{
    margin-top: 15%;
    margin-bottom: 5%;
    width: 25%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}
@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-20px); }
}
.services-left p{
    font-weight: lighter;
    padding: 12%;
    margin-top: -9%;
}

.services-right img{
    margin: 2%;
    -webkit-animation: mover 2s infinite  alternate;
    animation: mover 1s infinite  alternate;
}

.services-right{
    text-align: center;
    color: #000;
}
.services-right h2{
	font-size:18px;
	font-weight:400;
}
/*services ends*/


/*** telcom starts */
.telcom{
	background:url(../images/telcombg.jpg) no-repeat;
	background-position:fixed;
    padding: 3%;

}
.telcomBlock{
    padding: 25px 30px;
    text-align: center;
    background: #0a2d43;
    border-top: 3px solid #eed956;
    border-bottom: 3px solid #eed956;
    position: relative;
}
.telcomBlock:before{
    content: "";
    border-top: 0 solid #eed956;
    border-right: 0 solid transparent;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.telcomBlock:hover:before{
    border-top-width: 78px;
    border-right-width: 78px;
}
.telcomBlock:after{
    content: "";
    border-bottom: 0 solid #eed956;
    border-left: 0 solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    transition: all 0.3s ease 0s;
}
.telcomBlock:hover:after{
    border-bottom-width: 78px;
    border-left-width: 78px;
}
.telcomBlock .telcom-icon{
    display: inline-block;
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 20px;
    border: 2px solid #eed956;
    background: #0a2d43;
    font-size: 40px;
    color: #eed956;
    margin-bottom: 20px;
    position: relative;
}
.telcomBlock .title{
    font-size: 20px;
    font-weight: 700;
    color: #eed956;
    letter-spacing: 1px;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    position: relative;
    transition: all 0.3s ease 0s;
}
.telcomBlock:hover .title{ letter-spacing: 3px; }
.telcomBlock .description{
    font-size: 15px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 27px;
    margin: 0;
}
@media only screen and (max-width:990px){
    .telcomBlock{ margin-bottom: 30px; }
}

/** telcom ends**/

/** impex starts **/
.impex{
	background:url(../images/map.jpg) no-repeat;
	background-position:fixed;
	padding:3%;
}
.impex-block{
    margin: 30px 0 0 0;
    padding: 15px 0 40px;
	color:#fff;
}
.impex-block h2{
	font-size:40px;
	font-weight:400;
	color:#fff;
}
.impex-block .col-xs-12{
    text-align: center;
    font-size: 18px;
    line-height: 20px;
}


/** social icons **/
.bottom-social-icons a {
  color: #fff;
  text-align: center;
  width: 32px;
  line-height: 32px;
  border-radius: 50px;
  border: 1px solid #fff;
  display: inline-block;
  height: 32px;
  margin-left: 5px;
  position: relative;
  overflow: hidden;

}

.social-icon .facebook:hover {
  background-color: #3b5998;
  border-color: #3b5998;
}
.social-icon .twitter:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.social-icon .insta:hover {
  background-color: #D34836;
  border-color: #D34836;
}
.social-icon .flickr:hover {
  background-color: #ff0084;
  border-color: #ff0084;
}
.social-icon .youtube:hover {
  background-color: #CC181E;
  border-color: #CC181E;
}
.social-icon .google-plus:hover {
  background-color: #dd4b39;
  border-color: #dd4b39;
}
.social-icon .linkedin:hover {
  background-color: #007bb5;
  border-color: #007bb5;
}


/** social icons ends **/

/******* impex ends **/

/* footer starts*/

.footer-container{
	font-size:14px;
	color:#fff;
	line-height:25px;
	background:#007b5e;
	padding:10px 0 0 0;
}
.footer-container h4{
	font-size:16px;
	color:#fff;
}
.footer-container h4:after{
	width:48px;
	display:block;
	content:'';
	clear:both;
	margin:10px 0 0 0;
	border-bottom:solid 1px #f2bf29;
}
.ctg-links{
}
.list-of-links {
    margin:0;
    padding:0;
    list-style-type:none;
}
.list-of-links li {
    float:left;
    width:100%;
}
.list-of-links li a{
    font-size:13px;
    float:left;
    width:100%;
    padding:0 0 6px;
    color:#fff;
}
.footer-address{
	line-height:28px;
}
.footer-address b{
	color:#f2bf29;
}
.contact-form .col-xs-12{
	padding:0;
}
.contact-form .col-xs-12 .form-control{
	border-radius:0px;
}
.msg-input{
	height:70px;
}
.btn-send{
	float:left;
	border:solid 2px #fff;
	border-radius:20px;
	padding:5px 25px;
	color:#fff;
	margin-bottom:10px;
}
.footer-bottom-links{
	margin:15px 15px 0 0;
	background:#464e5f;
}
.footer-copyright{
	padding:10px 0 10px;
	font-size:12px;
}

/* footer ends*/

/*Inner page Css starts here*/

/*Inner page Css starts here*/

.contentPanel {
	width: 100%;
	float: left;
	min-height: 400px;
}
.breadcrumb {
	background: #FFF;
	border-bottom: #dfe4e6 solid 1px;
	width: 100%;
	padding: 10px 15px;
	margin: 0px;
}
.breadcrumb a, .breadcrumb span {
	font-weight: 400;
	font-size: 13px;
	color: #7e8893;
}
.breadcrumb a {
	color: #f93c43;
	text-decoration: none;
}
.mainContent {
	width: 100%;
	float: left;
}
.mainContent h1 {
	color: #f2bf29;
	font-size: 32px;
	font-weight: 700;
	padding: 0px;
	margin: 0px;
	padding-bottom: 15px;
	float: left;
	width: 100%;
}
.mainContent h2 {
	color: #65717f;
	font-size: 36px;
	float: left;
	width: 100%;
	font-weight: 300;
}
.mainContent p {
	width: 100%;
	font-size: 15px;
	color: #65717f;
	text-align: left;
	float: left;
	text-align: justify;
	margin-bottom: 20px;
	line-height: 24px;
}
