@import url(font-awesome.min.css);
@import url(../fonts/CenturyGothic-Regular.css);
/*font-family:'CenturyGothic-Regular';*/
@import url(../fonts/Oswald-Regular.css);
/*font-family: 'oswald-regular';*/
@import url(../fonts/segoeui-webfont.css);
/*font-family: 'segoe_uiregular';*/

body {
	width: 100%;
	font-size: 16px;
	font-family: 'segoe_uiregular';
	padding-top: 65px;
}

::-webkit-scrollbar { width: 10px; background: #ddd;}
::-webkit-scrollbar-track { border-radius: 0px; }
::-webkit-scrollbar-thumb { border-radius: 20px; background-color: #888; -webkit-transition:500ms;}
::-webkit-scrollbar-thumb:hover {
	background-color:#1B4196;
  	background:#1B4196;
}

.mt5{margin-top: 5px!important}
.mt10{margin-top: 10px!important}
.mt15{margin-top: 15px!important}
.mt20{margin-top: 20px!important}
.mt25{margin-top: 25px!important}
.mt30{margin-top: 30px!important}
.mt40{margin-top: 40px!important}
.mt50{margin-top: 50px!important}

.mr5{margin-right: 5px!important}
.mr10{margin-right: 10px!important}
.mr15{margin-right: 15px!important}
.mr20{margin-right: 20px!important}
.mr25{margin-right: 25px!important}
.mr30{margin-right: 30px!important}
.mr40{margin-right: 40px!important}
.mr50{margin-right: 50px!important}

.padd0 { padding: 0px!important; }

.l{box-shadow: 0px 0px 2px #000}
a:link, input, button, select{outline: none;}

.HeadLine {
  font-family: 'oswald-regular';
  font-size: 40px;
  text-align: center;
  overflow: hidden;
  color: #777;
}
.HeadLine span {
  display: inline-block;
  position: relative;  
}
.HeadLine span:before,
.HeadLine span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #1B4196;
  border-top: 1px solid #1B4196;
  top: 18px;
  width: 700px;
  border-left: 50px solid #1B4196;
  border-right: 50px solid #1B4196;
}
.HeadLine span:before {
  right: 100%;
  margin-right: 15px;
}
.HeadLine span:after {
  left: 100%;
  margin-left: 15px;
}

/*custom navi code*/
.modal-open .navbar-default{ right: 17px; }
.navbar{
	margin-bottom: 0px;
}

.navbar-default{
  border: none;
  background: rgba(255,255,255,1);
  box-shadow: 0px 1px 2px #999;
}
.topstick{
  box-shadow: 0px 2px 4px #1B4196;
  background: rgba(255,255,255,0.98)!important;
  animation:navitop 600ms linear;
  -moz-animation:navitop 600ms linear;
  -webkit-animation:navitop 600ms linear;
}

@keyframes navitop{
	from{transform: translateY(-100px);}
	to{transform: translateY(0px);}
}
@-webkit-keyframes navitop{
	from{-webkit-transform: translateY(-100px);}
	to{-webkit-transform: translateY(0px);}
}
@-moz-keyframes navitop{
	from{-webkit-transform: translateY(-100px);}
	to{-webkit-transform: translateY(0px);}
}
.nav>li {
  position: relative!important;
}
.navbar-nav > li > a {
	font-family:'CenturyGothic-Regular';
	padding-bottom: 22px;
	padding-top: 22px;
	transition:350ms;
	-webkit-transition:350ms;
	-moz-transition:350ms;
	-ms-transition:350ms;
	font-size: 17px;
	font-weight: 100;
}
.navbar-default .navbar-nav > li > a,
.navbar-default .navbar-nav > li > a:visited{color: #222;}
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a:hover {color: #000;}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
  color: #000!important;
  font-weight: bold;
  background: transparent;
}

.navbar-brand img{
	transition:400ms;
	-webkit-transition:400ms;
	-moz-transition:400ms;
	-ms-transition:400ms;
	width: 100px;
	margin-top: 0px;
}
.navbar-brand{
	height: auto;
	display: block;
	padding: 0px 14px 0px 14px;
	position: relative;
	transition:400ms;
	-webkit-transition:400ms;
	-moz-transition:400ms;
	-ms-transition:400ms;
}
.menu-large a:hover ~ .dropdown-menu, 
.menu-large .dropdown-menu:hover{
	display: block;
}
.menu-large {
  position: relative;
}
.menu-large span.xt-dropmenu{
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 100%;
	cursor: pointer;
}
.menu-large span.xt-dropmenu .fa{
	position: absolute;
	top: 25px;
	right: 0px;
	width: 10px;
	height: 10px;
}
.menu-large .dropdown-menu {
	right: -400px!important;
}
.menu-large .dropdown-menu .divider {
  margin: 9px 0 9px 0;
  background-color: #E1E1E1;
}
.megamenu{
  padding: 20px 0px;
  width:860px;
  border-top: 3px solid #1B4196;
}
/*.megamenu> li {
	min-height: 222px;
}*/
.megamenu> li > ul {
  padding: 0;
  margin: 0;
}
.megamenu> li > ul > li {
  list-style: none;
}
.megamenu> li > ul > li > a {
  display: block;
  padding: 5px 20px;
  font-size: 13px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  white-space: normal;
}
.megamenu> li ul > li > a:hover,
.megamenu> li ul > li > a:focus {
  text-decoration: none;
  color: #fff!important;
  background-color: #1B4196!important;
}
.megamenu> li ul > li.dropdown-header > a {
  display: block;
  padding: 3px 0px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.megamenu> li ul > li.dropdown-header > a:hover {
	color: #999!important;
	background-color: transparent!important;
}
@media (max-width: 1024px) {
  .nav>li>a{
  	font-size: 15px;
  }
}
@media (max-width : 991px)	{
	.megamenu {
		left: 50%;
		margin-left: -365px;
		width: 760px;
	}
}
@media (max-width: 767px) {
	.navbar-default .navbar-nav > li.menu-large > a{
		position: relative;
		/*border: 1px solid red;*/
		width: 90px;
		margin: 0 auto;	
	}
  .navbar-default .navbar-nav > li > a:hover, 
  .navbar-default .navbar-nav > li > a:focus{
  	color: #fff;
    background: #1B4196;
  }
  .navbar-default .navbar-nav > li > a:hover ~  span.xt-dropmenu .fa{
  	color: #fff;
  	z-index: 1;
  }
  .menu-large span.xt-dropmenu{
		position: absolute;
		top: 0px;
		left: 50%;
		margin-left: 50px;
		width: 50px;
		height: 100%;
		background: transparent;
		cursor: pointer;
		z-index: 1;
		background: #cfcfcf;
	}
	.menu-large span.xt-dropmenu:hover{
		background: #f00;
	}
	.menu-large span.xt-dropmenu .fa{
		right: 20px;
	}
	/*.menu-large a.xt-servc {
		display: inline-block;
		width: 100px;
		margin: 0 auto;
	}*/

  .megamenu {
    position: relative;
    top: none;
    left: 0;
    z-index: none;
    display: none;
    float: none;
    min-width: 160px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0px solid #ccc;
    border: 0px solid rgba(0,0,0,.15);
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: auto;
    margin-left: 0px;
    height: 925px;
	}
  .megamenu> li {
    margin-bottom: 30px;
  }
  .megamenu> li:last-child {
    margin-bottom: 0;
  }
  .megamenu.dropdown-header {
    padding: 3px 15px !important;
  }
  .nav > li {
    border-top: 1px solid #ddd;
    text-align: center;
  }
}

.navbar-right .dropdown-menu{right: auto;}
.navbar-nav > li > .dropdown-menu {padding-top: 7px;}
.navbar-nav > li > .dropdown-menu li{margin-bottom: 1px;}
.navbar-nav > li > .dropdown-menu li a:hover,
.navbar-nav > li > .dropdown-menu li.active a {background: #0076B3; color: #ddd;}

.navbar-default .navbar-toggle { border-color:transparent;border-radius: 0px; background: #333;}
.navbar-default .navbar-brand {color: #eee;}
.navbar-default .navbar-brand:hover {color: #ffffff;}
.navbar-toggle{margin-top: 16px; 
	transition:500ms;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
}

.dropdownstyle {
	border-top: 2px solid #1B4196;
	border-bottom: 2px solid #1B4196;
	margin-top: 0px!important;
	border-radius: 0px;
	transition:500ms;
	-webkit-transition:500ms;
	-moz-transition:500ms;
	-ms-transition:500ms;
}
.dropdownstyle li:first-child:before{
	content: '';
	position: absolute;
	width: 0; 
	height: 0;
	top:-13px;
	left:20px;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid #1B4196;
} 

.dropdownstyle li a{
	line-height: 40px;
	font-size: 16px;
	-webkit-transition:300ms;
	-moz-transition:300ms;
	-ms-transition:300ms;
	transition:300ms;
}
.dropdownstyle li a:hover
{
	color: #ffffff!important;
	background: #1B4196!important;
}

.dropdownstyle li a i{
	color: #1B4196; font-size: 20px;
	display: inline-block;
	width: 28px;
	text-align: center;
	margin-right: 8px;
}
.dropdownstyle li a:hover i{color: #fff;}

.mega-menu {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0 0 3px 3px;
  /*opacity: 0;*/
  /*position: absolute;*/
  transition: all .3s ease .15s;
  /*visibility: hidden;*/
  width: 100%;
}
.mega-menu  .nav-column {
  float: left;
  padding: 2.5%;
  width: 30%;
}
.content-on-img{
	width: 100%;
	position: absolute!important;
	display: block;
	/*border: 1px solid red;*/
	top: 120px;
}
.content-on-img h4{
	font-size: 44px;
	color: #fff;
	text-transform: uppercase;
	text-shadow:0px 1px 2px #333;
}
.content-on-img h2{
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	text-shadow:0px 2px 4px #333;
}
.content-on-img p{
	font-size: 24px;
	font-family:'CenturyGothic-Regular';
	color: #fff;
	text-shadow:0px 1px 1px #222;
}
.content-on-img a{
	min-width: 150px;
	text-align: center;
	margin-top: 40px;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 12px;
	display: inline-block;
	background-color: #1B4196;
	border: 1px solid #ccc;
	opacity: 0.65;
	-webkit-transition:350ms;
	transition:350ms;
}
.content-on-img a:hover{
	opacity: 1;
}


/*-----Custom owl crousel Style-------------*/
#owl-demo .owl-item div, #owl-demo .item{
	position: relative;
}
#owl-demo .owl-item img{
	display: block;	
	width: 100%;
	height: auto;
	/*border-radius: 0px 20px 0px 0px;*/
}
/*To move navigation buttons outside use these settings:*/
.owl-controls .owl-buttons div {position: absolute; }
.owl-theme .owl-controls .owl-buttons .owl-prev{ left: 14px;	top: 50%; margin-top: -16px;
	font-size: 30px;
	color: #1B4196;
}
.owl-theme .owl-controls .owl-buttons .owl-next{ right: 14px; top: 50%; margin-top: -16px;
	font-size: 30px;
	color: #1B4196;
}
.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
.owl-theme .owl-controls .owl-buttons .owl-next:hover{
	color: #fff;
}


/* fade */
.owl-fade-out {
  z-index: 10;
  -webkit-animation: fadeOut .7s both ease;
  -moz-animation: fadeOut .7s both ease;
  animation: fadeOut .7s both ease;
}
.owl-fade-in {
  -webkit-animation: fadeIn .7s both ease;
  -moz-animation: fadeIn .7s both ease;
  animation: fadeIn .7s both ease;
}
@-webkit-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-moz-keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@keyframes fadeIn {
  0% { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@-moz-keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}
@keyframes fadeOut {
  0% { opacity:1; }
  100% { opacity:0; }
}

.carousel-control.bannerz{
  width: 8%!important;
}

/*----*/
.linedefine{
	background:#fff;
	color: #555;
	padding: 60px 0px 80px 0px;
	/*border-top: 7px solid #333;*/
}
.linedefine h1{
	margin-top: 0px;
	font-family: "oswald-regular";
}
.linedefine h2{
	color: #4A4A4A;
  font-size: 36px;
  margin-bottom: 20px;
	font-family: "oswald-regular";
}
.linedefine p{
	color: #7F7F7F;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  position: relative;
}
.linedefine h1.CommonHeading{
	font-size: 32px;
	font-weight: 100!important;
	font-family: 'oswald-regular';
	text-transform: uppercase;
}
/**/
.OurServicesBox{
	padding: 50px 0px 70px 0px;
	/*background: url(../images/xt-black-texture.jpg);*/
	/*background: url(../images/xt-black-texture.jpg);*/
	background-attachment: scroll;
	-webkit-background-attachment: scroll;
	overflow: hidden;
	box-sizing: border-box;
}
.OurServicesHeading h2{
	font-size: 36px;
	font-family: 'oswald-regular';
	color: #2e2e2e;
} 
.OurServicesHeading p{
	font-size: 18px;
	color: #2e2e2e;
}
.OurServicesBox .media{
	margin-top: 40px;
	padding: 20px 14px 20px 14px;
	/*border:1px solid red;*/
	min-height: 348px;
	position: relative;
	box-shadow: 0px 0px 5px #eee;
	text-align: center;
	box-sizing: border-box;
	/*border: 1px solid red;*/
}
.OurServicesBox .media .media-body h4{
	color: #2e2e2e;
	font-family: 'oswald-regular';
	font-size: 22px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.OurServicesBox .media .media-body p{
	color: #666;
	font-size: 16px;
	line-height: 26px;
}
.OurServicesBox .media .service-icon {
	display: inline-block;
	border-radius: 50%;
	padding: 6px;
	background: #f6f6f6;
	/*box-shadow: 0px 0px 5px #ddd;*/
	/*border: 1px solid #ddd;*/
}
.OurServicesBox .media .service-icon a{
	/*border: 1px solid #fff;*/
	color: #666;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .25), 0 2px 3px rgba(0, 0, 0, .1);
	display: inline-block;
	width: 82px;
	height: 82px;
	text-align: center;
	border-radius: 50%;
	transition: 500ms;
	background: #fff;
}
.OurServicesBox .media .service-icon a span{
	margin-top: 24px;
	width: 44px;
	height: 44px;
	font-size: 42px;
	line-height: 40px;
	/*border: 1px solid red;*/
}
.OurServicesBox .media .service-icon:hover a{
	transform: rotate(360deg);
	background: #1B4196;
	color: #fff;
}

.OurServicesBox .media a.service_read_more{
	display: inline-block;
	border: 1px solid #999;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 20px 8px 20px;
	text-decoration: none;
	color: #666;
	transition:700ms;
	margin-top: 20px;
	/*border-radius: 4px;*/
}
.OurServicesBox .media a:hover.service_read_more{
	/*background: #1B4196;*/
	box-shadow:  inset 0px 0px 150px #1B4196;
}
/*.OurServicesBox .media  .media-body a:hover
{
	background: #1B4196;
}
*/
.btn-default{
	opacity: 0.6;
	background: #1B4196;
	color: #ffffff;
	border-color: #1B4196;
	text-transform: uppercase;
	transition:500ms;
}

.btn-default:hover{
	opacity: 1;
	background: #1B4196;
	border-color: #1B4196;
	color: #ffffff;
}

.MakeBetter{ 
	min-height: 450px;
	padding: 0px;
	background: #1B4196;
	/*background: url(../images/keyboard1.jpg);*/
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover;
	overflow: hidden;
	box-sizing: border-box;
}
.MakeBetter .cover {
	background: url(../images/responsive.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 450px;
  border-color: #B9B9B9;
}
.responsDesign {
	display: table;
	height: 450px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
}
.responsDesign .divmiddle {
	display: table-cell;
	height: 200px;
	vertical-align: middle;
}
.responsDesign p {
	color: #fff!important;
  font-size: 20px;
  padding: 0 30px;
  margin: 30px auto;
  position: relative;
  text-align: center;
}
.btn-responsive a {
	border: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	width: 180px;
	height: 40px;
	display: inline-block;
	vertical-align: middle;
	line-height: 36px;
	text-decoration: none;
	position: relative;
}
.btn-responsive a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
	z-index: -1;
  background: #fff;
  transform: scale(0);
  transform-origin: left top;
}
.btn-responsive a:hover {
  /*background-color: #fff;*/
  color: #1B4196;
  z-index: 1;
  transition: 1000ms;
}
.btn-responsive a:hover:before {
	position: absolute;
	background-color: #fff;
	color: #f00;
	transform: scale(1);
	transition: 300ms;
	/*z-index: -99;*/
}

.bounce-up {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
  -webkit-visibility: hidden;
  -moz-visibility: hidden;
  visibility: hidden;
}

.bounce-left {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
 -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
  -webkit-visibility: hidden;
  -moz-visibility: hidden;
  visibility: hidden;
}

.bounce-right {
  opacity: 0;
  -moz-transition: all 900ms ease-out;
  -webkit-transition: all 900ms ease-out;
  -o-transition: all 900ms ease-out;
  transition: all 900ms ease-out;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
   -webkit-visibility: hidden;
  -moz-visibility: hidden;
  visibility: hidden;
}

.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  visibility: visible;
}

.MakeBetter .CommonHeading{color: #eee;}
.MakeBetter p {
	color: #ccc;
	font-size: 18px;
	line-height: 26px;
}
.MakeBetter img { margin-bottom: -1px; }
.CommonHeading{
	font-size: 36px;
	font-family: 'oswald-regular';
	color: #555;
}

.ClientsBox .CommonHeading{color: #ccc}

.ClientsBox{
	padding: 30px 0px 40px 0px;
	background: url(../images/xt-black-texture.jpg);
	color: #999;
	min-height: 370px;
}

.testimonial {
	margin: 0;
	background: rgba(255,255,255,0.15);
	padding: 15px 50px;
	position: relative;
	color: #ccc;
	border-radius: 5px;
	font-style: italic;
	font-size: 19px;
}

.testimonial:before, .testimonial:after {
	content: "\201C"; 
	position: absolute;
	font-size: 80px;
	line-height: 1;
	color: #999;
	font-style: normal;
	font-family: Georgia, serif;
}

.testimonial:before { top: 0; left: 10px; }
.testimonial:after { content: "\201D"; right: 10px; bottom: -0.5em; }
.arrow-down { 
	width: 0;
	height: 0; 
	border-left: 15px solid transparent;
	border-right: 15px solid transparent;
	border-top: 15px solid rgba(255,255,255,0.15);
	margin: 0 0 0 25px;
}

.testimonial-author { 
	margin: 0 0 0 25px;
	font-family: Arial, Helvetica, sans-serif;
	color: #999; 
	text-align:left;
}

.testimonial-author span {font-size: 12px; color: #666; } 

.carousel-control.left,
.carousel-control.right  {
	background-image: none;
}

/* Justified portfolio tab css */
.nav-tabs.nav-justified>li {
  text-align:center;
}
.nav-tabs>li>span {
  color: #555;
  margin-right: -1px;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>li>span {
  border-bottom: 1px solid #1B4196;
  border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified>li>span{
  display:block; 
  margin-bottom:5px; 
  height:50px; 
  line-height:50px;
}
.nav-tabs.nav-justified>li>span:hover {
  background: #eee;
  cursor: pointer;
  border-radius: 4px 4px 0 0;
}
.nav-tabs>li.active>span, 
.nav-tabs>li.active>span:focus, 
.nav-tabs>li.active>span:hover {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #1B4196;
  border-bottom-color: transparent;    
}
.nav-tabs.nav-justified>.active>span, 
.nav-tabs.nav-justified>.active>span:focus, 
.nav-tabs.nav-justified>.active>span:hover {
  border-bottom-color: #fff;
  border-radius: 4px 4px 0 0;
}

/*//// Portfolio Design ///////////*/
.nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 0!important;
}

.portfolioimgbox{
	margin-bottom: 20px;
	/*background: rgba(0,0,0,0.4);*/
	overflow: hidden;
	padding: 10px 10px 20px 10px;
	display: block;
}
/*.portfolioimgbox:after, .portfolioimgbox:before {
	content: '';
	display: block;
	overflow: hidden;
}*/

.portfolioimgbox img{
	/*border: 1px solid #1B4196;*/
	box-shadow: 0px 4px 10px #999;
	margin: 0 auto;
}


.portfolioimgbox img.portW480L{
	width: 100%;
	max-width: 440px;
	display: block;
	margin: 0px auto;
}

.portfolioimgbox img.portW480R{
	width: 100%;
	max-width: 440px;
	display: block;
	margin: 0px auto;
}

.portfolioimgbox img.portW480M{
	width: 100%;
	max-width: 460px;
	display: block;
	margin: 0px auto;
}


.portfolioimgbox:hover img.portW480L,
.portfolioimgbox:hover img.portW480R
{
	-webkit-transform:skew(0deg,0deg);
	-moz-transform:skew(0deg,0deg);
}










/*---- Footer Design ----*/
footer{	background: #2A2A2A;
/*padding: 30px 0px 0px 0px;*/
position: relative;
}
.FooterLogo img{ opacity: 0.6; -webkit-transition:400ms;
	transition:400ms;}
.FooterLogo img:hover{ opacity: 1; }


.FooterBottom{
	padding: 25px 0px 25px 0px;
	background: #222222;
	text-align: center;
}
.ContactMap{
	z-index: 1;
	position: relative;
}
.ContactMap::after {
  content: "";
  background-origin: center;
  background:url(../images/map.png);
  background-size: 100% 100%;
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}
.ContactMap address, .ContactMap a, .ContactMap td{color: #999; text-decoration: none;}

.ContactMap a table tr td:nth-child(1)
{width: 24px; text-align: left;}

.ContactMap a:hover table tr td:nth-child(2)
{color: #ffffff;}

.FooterInnerBox{margin-top: 40px;}
.FooterInnerBox p{color: #999; font-size: 14px; padding-right: 40px; padding-top: 10px;}

.FooterInnerBox h4{
	color: #ffffff;
	font-family: 'oswald-regular';
	text-transform: uppercase;
	font-size: 22px;
}
.FooterInnerBox input,
.FooterInnerBox textarea
{
	background: #222222;
	border-color: #222222;
	margin-bottom: 10px;
	color: #ffffff;
	resize:none;
}

.FooterBottom a span{color: #555555; font-size: 34px; 
	-webkit-transition:500ms;
	transition:500ms;
margin-right: 2px;
margin-left: 2px;
}
.FooterBottom a:hover span.fa-facebook-square{color: #3B5998;}
.FooterBottom a:hover span.fa-twitter-square{color: #5EA9DD;}
.FooterBottom a:hover span.fa-google-plus-square{color: #DD4B39;}
.FooterBottom a:hover span.fa-linkedin-square{color: #0177B5;}
.FooterBottom a:hover span.fa-pinterest-square{color: #CD2128;}
.FooterBottom p{
	padding: 0px;
	margin-bottom: 0px;
	color: #777;
	margin-top: 16px;
	font-size: 14px;
}
.FooterBottom p a:hover{color: #1B4196;}
.FooterBottom p a{color: #777777;}

.FooterQuickLinks{
	text-align: center;
	margin-top: 30px;
	/*padding-top: 8px;*/
	padding-bottom: 15px;
	position: relative;
}

.FooterQuickLinks:before
{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 2px;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0)); 
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
	background-image: linear-gradient(left, rgba(0,0,0,0),rgba(255,255,255,0.10), rgba(255,255,255,0.10),rgba(255,255,255,0.10), rgba(0,0,0,0));
}

.FooterQuickLinks a{
	color: #666;
	display: inline-block;
	margin: 15px 5px 0px 5px;
	/*margin-left: 5px;*/
	/*margin-right: 5px;*/
	text-decoration: none;
	-webkit-transition:400ms;
	transition:400ms;
}
.FooterQuickLinks a:hover{color: #999;}


/* --26/06/2015 by IMS --*/
.contact_top{
  padding: 20px 0px 10px 0px;
  color: #ccc;
  background: -webkit-linear-gradient(left, #646C6F, #0B1B3D);
  background: -o-linear-gradient(right, #646C6F, #0B1B3D); 
  background: -moz-linear-gradient(right, #646C6F, #0B1B3D); 
  background: linear-gradient(to right, #646C6F, #0B1B3D);
}
.contact_top p{
  font-size: 35px;
  font-family: 'oswald-regular';
}

/*mobile application design css*/
.topheading{
  background: linear-gradient(to right, #646c6f, #0b1b3d) repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #999;
  padding: 40px 0;
}
.topheading h3{
	margin: 0px;
	padding: 0px;
	font-weight: 900;
	letter-spacing: 1px;
}
/*mobile application design css end*/

/*bridcrum navi design css*/
.bridcrum_navi {
	background: #f0f0f0;
	border-bottom: 1px solid #eee;
	margin-bottom: 30px;
}
.bridcrum_navi ul{
	padding-left: 0px;
	list-style: none;	
}
.bridcrum_navi ul li {
	display: inline-block;
	padding-right: 10px;
	padding-left: 5px;
	padding-top: 5px;
}
/*.bridcrum_navi ul li + li {
  margin-left: 6px;
}
.bridcrum_navi ul li + li:before {
  content: '|';
  vertical-align: top;
  margin-right: 7px;
}*/
.bridcrum_navi ul li a {
	color:#1B4196;
	font-size: 15px;
}
.bridcrum_navi ul li a:hover {
	text-decoration: none;
	color: #0E1E3F;	
}
.bridcrum_navi ul span{
	color: #64686B;
}
/*bridcrum navi design css*/

.contantbox .row{	
	/*border-top: 1px solid #e3e3e3;*/
}
/*leftnavi design css*/
.mainleftbox{	
	padding-left: 0px;	
	padding-right: 0px;	
	background-color: #fbfbfb;
	margin-bottom: 20px;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	border-top: 1px solid #e3e3e3;
	/*box-shadow:inset 0px -1px 5px #999;*/
}
.mainrightbox{	
	background-color: #fff;
}
.leftnavi h3{
	/*border-bottom: 1px dotted #ccc;*/
	padding-bottom: 5px;
	color:#1B4196;
	font-size: 22px;
	letter-spacing: 1px;
  margin-top: 10px; 
  text-align: center;
}
.leftnavi .mainul{
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
	line-height: 25px;	
}

.leftnavi .mainul .mainli a{
	color:#333;
	font-size: 18px;
	padding-left: 10px;
}
.leftnavi .mainul .mainli a:hover{
	text-decoration: none;
	color: #0C1C3D;
}
.leftnavi .mainul .mainli ul{
	padding-left: 0px;
	margin-bottom: 0px;
	list-style: none;
}
.leftnavi ul.mainul li.mainli a.left-heading {
	margin-bottom: 5px;
	display: block;
}
.leftnavi .mainul .mainli ul li{
	padding: 7px 7px 7px 20px; 
	line-height: 30px;
	vertical-align: middle;
	border-bottom: 1px solid #e3e3e3;
}
/*.leftnavi .mainul .mainli ul li:last-child{
	border-bottom: 0px solid #e3e3e3;
}*/
.leftnavi .mainul .mainli ul li a{
	color: #777;
	font-size: 15px;
	padding-left: 5px;
}
.leftnavi .mainul .mainli ul li span{
	margin-right: 5px;
}
.leftnavi .mainul .mainli ul li a:hover{
	text-decoration: none;
	color: #1B4196;	
}
/*left design end*/

.contantbox .rightbox h1{
	font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 32px;
  margin-top: 0px;
  margin-bottom: 15px;
}
.rightbox {
	padding-left: 20px;
}
.contantbox .rightbox p{	
	line-height: 25px;
	color: #666;
}
hr.deviderz {
	border-top: 0px solid #eee;
  border-bottom: #ccc dashed 1px;
}
.rightbox .programlist h4 {
	color: #333;
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 8px;
  margin-bottom: 10px;
  border-bottom: #666 solid 1px;
}
.rightbox h4 {
	color: #555;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 10px;
}
.rightbox h2{
	color: #555;
    font-size: 17px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 10px;
}
.rightbox .programlist{
	color: #666;
  margin-top: 10px;	
  margin-bottom: 20px;	
}
.rightbox .programlist ul{
	margin: 0px;
	padding: 0px;
}
.rightbox .programlist li{
	line-height: 30px;
	padding-left: 30px;
	list-style-type: none;
	position: relative;
}
.rightbox .programlist li a {
 color: #666;
 text-decoration: none;
 display: inline-block;
}
.rightbox .programlist li strong a{
	color: #557edd!important;
}

.rightbox .programlist li a:after {
	content: '';
	display: block;
	height: 1px;
	width: 0;
	background: transparent;
	transition: width .5s ease,
	background-color .5s ease;
}
.rightbox .programlist li a:hover:after {
	width: 100%;
	background: #3F6DD9;
}

.rightbox .programlist li a:hover {
 color: #aaa;
}
.rightbox .programlist li:before {
  font: normal normal normal 12px/1 FontAwesome;
  content: "\f10c";
  position: absolute;
  left: 10px;
  color: #666;
  top: 10px;
  /*margin-top: -7px;*/
}
/*.rightbox .programlist li:after {
	content: '';
  position: absolute;
  display: block;
  top: 12px;
  left: 12px;
  width: 12px;
  height: 5px;
  border-left: 2px solid #666;
  border-bottom: 2px solid #666;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}*/
.rightbox .tabledesign .row{
	border-top: none;
}
.rightbox .tabledesign ul{
	padding-left: 0px;
	list-style: none;
}
.rightbox .tabledesign ul li{
	line-height: 35px;
	color: #666;
	font-size: 14px;
}
}




/*togal design css*/
.tooglebox{
  display: none;
  color: #443; 
  padding: 5px 0px 5px 0px;
  font-size: 18px;
}
.tooglebox strong{  
  display: inline-block; 
  padding-top: 3px;  
  color: #777;
  font-size: 22px;
  cursor: pointer;
  font-weight: normal!important;
}
.tooglebox strong:hover{
	color:#1B4196;
}
.tooglebox button{
  background-color: #666;
  color: #fff;
  border-style: none;
  border: 1px solid #555;
  padding-top: 4px;
  margin-right: 10px;
}
.tooglebox button:hover{
  background-color:#1B4196;
  border-color: #1B4196;
  outline: double; 
  display: inline-block; 
}
.tooglebox label:hover strong{
	color:#1B4196;
}
 


@media (max-width: 767px){
 .leftnavi{
  display: none;  
 }
.leftnavi li a{  
  display: block!important;  
 }
 .tooglebox{ 
  display: block;  
  }
  .tooglebox label{
  	display: block;
  	cursor: pointer;  	
  }
}

@media (min-width: 768px){
	.leftnavi{
  display: block!important;
  height: 100%!important;
 }
 .mainleftbox{
 	height: 100%;
 	display: block!important;
} 
.tooglebox{ 
  display: none; 
  }
}

/*/////////oure services////*/
.servicebox .thumbnail{
	border-radius: 0px;
	padding: 0px;
	height: 300px;
	/*box-shadow:inset 0px 0px 5px #ccc;*/
}

.thumbcommonbx{
	position: relative;
}
.thumbcommonbx img{
	width: 100%;
	height: 100%;
	opacity: 0.15;
}
.ourelinkbox{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
}
.ourelinkbox ul li a {
	line-height: 36px!important;
	color: #555!important;
	transition:500ms;
	-webkit-transition:500ms;
}
.ourelinkbox ul li a:hover{color: #111!important;}
.ourelinkbox ul li a span{
	margin-right: 6px;
} 
.ourelinkbox h3{
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
}

.servicebox h3{
	padding-top: 40px;
	padding-bottom: 10px;
	margin: 0px;
	font-size: 22px;
	color: #1B4196;
}
.servicebox ul{
	padding: 0px;
	list-style: none;
}
.servicebox ul li a{
	color: #201E1E;
	line-height: 25px;
	text-decoration: none!important;
}



/*///home page portfolio design*/
.home-portfolio {	
	/*background: url(../images/xt-texture-1.jpg);*/
	background: #E7E7E7;
	background-position: center;
	position: relative;
	padding-top: 40px;
	padding-bottom: 50px;
	width: 100%;
	min-height: 350px; 
}

.home-portfolio a{
	position: relative;
	display: block;
	margin-top: 15px;
	margin-bottom: 15px;
	-webkit-transition:1s;
	transition:1s;
}
.home-portfolio a span{
	position: absolute; 
	font-size: 18px;
	display: inline-block;
	background: #1B4196;
	color: #fff;
	text-align: center;
	left: 50%;
	top: 45%;
	width: 140px;
	line-height: 40px;
	margin-left: -70px;

	opacity: 0;
	-webkit-transition:600ms;
	transition:600ms;
	-webkit-transform: scale(0.1);
	transform: scale(0.1);
}
.home-portfolio a:hover span{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.home-portfolio a span:hover{
	background:  #fff;
	color: #1B4196;
}


.home-portfolio a:hover:before{
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: rgba(0,0,0,0.8);
	z-index: 10px;
}
.home-portfolio a img {
	width: 100%;
	border:1px solid #999;
}
/*.home-portfolio .CommonHeading{color: #fff;}*/

/*---------- Client Styles ------------*/
.home-client {	
	background: #E7E7E7;
	background-position: center;
	position: relative;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	min-height: 200px; 
}
.outside a { 
	text-decoration: none;
	color: #777;
	font-size: 14px;
}
.outside a:hover {
	color: #1B4196; 
}
.home-client .bx-wrapper img {
    height: 100px;
}
.clients-list { background: #fff; }
.clients-list li a {
	border: solid 1px red;
	display: block;
	margin-right: 3px;
	height: 100px;
	background: #e1e1e1;
	border: 1px solid #eee;
}
/*----------- Client Styles -------------*/

.addressbox a {
	color: #fff;
}

/*------------- Gallery Styles ----------------*/
.gallery-item {
  background-color: white;
  -webkit-box-shadow: inset 0 0 1px #666;
  -moz-box-shadow: inset 0 0 1px #666;
  margin-bottom: 30px;
  /*position: relative;*/
  overflow: hidden;
}
.gallery-item .content-gallery {
  text-align: center;
}
.gallery-item .content-gallery h3 {
  color: #b10021;
  font-size: 16px;
  font-weight: 300;
  margin-top: 5px;
  padding-bottom: 5px;
  display: inline-block;
}
.gallery-item img {
  width: 100%;
}
.gallery-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 100%;
  min-height: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 50ms ease-in-out;
  -moz-transition: all 50ms ease-in-out;
  -ms-transition: all 50ms ease-in-out;
  -o-transition: all 50ms ease-in-out;
  transition: all 50ms ease-in-out;
}
.gallery-item .overlay a {
  color: #fff;
  width: 32px;
  height: 32px;
  text-decoration: none!important;
  background-color: #1B4196;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  text-align: center;
  line-height: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -16px;
  margin-left: -16px;
}

/*Free quote atr*/

.freequote{
	background: #f4f4f4;
	margin: 0px;
	padding: 40px 0px 30px;
}
.freequote h2{
	margin: 0px;
	color: #2e2e2e;
}
.freequote p{
	font-size: 18px;
	margin-top: 3px;
	color: #848587;
}
.quote_button {
	background-color:#f4f4f4;
	border-radius:27px;
	border:2px solid #666;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-family:Arial;
	font-size:16px;
	width: 200px;
	height: 50px;
	text-decoration:none;
	outline:none;
}
.quote_button:hover {
	border:2px solid #bbb;
	color:#bbb;
}
.popup_content {
  padding: 30px 0px 0px 0px;
  background: url(../images/keyboard1.jpg);
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.popup-width {
	max-width: 500px;
	width: 100%;
}
.popup_bg {
	background: #1B4196;
	position: relative;
	border-radius: 6px;
	padding:5px;
	outline: 0;
	overflow: hidden;
}
.popup_bg .box {
	padding:20px;
	border-radius: 6px;
  background: rgba(255,255,255,.85);
}
.popup_head {
	background: none repeat scroll 0 0 #888;
	color: #fff;
	float: left;
	height: 100%;
	width:100%;
	padding: 10px 0px;
	text-align: left;
	border-radius: 4px;
}
.popup_head h5 {
	font-size: 20px;
	font-weight: lighter;
	margin-top: 0px;
	margin-bottom: 0px;
}
.right_head {
	float: right;
	padding: 10px;
	position: relative;
	border-radius: 4px;
	background: #1B4196;
}
.popup {
  background:transparent;
  margin-top:20px;
}

.popup input[type="text"] {
  width:100%;
  padding: 12px 0px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #666;
  outline: none;
  color: #666;
  font-size: 12px;
}

.textarea {
  color: #666;
  font-size: 12px;
  width:100%;
  height:80px;
  padding: 20px 0px;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #666;
  outline: none;
}

.popup label {
  display: block;
  position: absolute;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: transparent;
  content: "";
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  border: 3px solid #666;
}

.popup input[type=checkbox] {
  display: none;
}

#offer:checked ~ label[for=offer] {
  background: #1B4196;
}
.popup .offer {
  padding: 20px 0px 10px 0px;
  font-size: 14px;
  text-align:left;
  text-indent: 25px;
  line-height: 15px;
  color:#666;
}
.popup input[type="submit"] {
  background: #1B4196;
  width:100%;
  border: 0;
  display:block;
  height: 40px;
  margin-top:10px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  cursor: pointer;
  transition: background 0.3s ease-in-out;
}
.popup input[type="submit"]:hover {
  background: #063293;
  animation-name: shake;
}

.popup ::-webkit-input-placeholder {
  color: #666;
  font-size: 14px;
}

.popup .bar 	{ position:relative; display:block; }
.popup .bar:before, .popup .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:0; 
  position:absolute;
  background:#1B4196; 
  transition:0.5s; 
  -moz-transition:0.5s; 
  -webkit-transition:0.5s;
}
.popup .bar.textr:before, .popup .bar.textr:after	{
  top: -6px;
}
.popup .bar:before {
  left:50%;
}
.popup .bar:after {
  right:50%; 
}

/* active state */
.popup input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}
.popup textarea:focus ~ .bar:before, input:focus ~ .bar:after {
  left:0%;
  width:100%;
}

.popup .animated {
  animation-fill-mode: both;
  animation-duration: 1s;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-3px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(3px);
  }
}

.close_button {
	position:absolute;
	right:0;
	top:0;
	margin-top:-15px;
	margin-right:-15px;
	background: rgba(255,255,255,1);
	width:40px;
	height:40px;
	border-radius:50%;
	border:none;
	display:inline-block;
	cursor:pointer;
	color:#1B4196;
	font-size:17px;
	text-decoration:none;
	outline:none;
	transition: 1s;
	z-index:100;
}
.close_button:hover {
	color:#f00;
	transform:rotateZ(180deg);
}



/*---- technology we are using----*/
.technology-use {
  padding: 25px 0px 50px 0px;
  /*background:url(../images/technology.jpg);*/
  background: #e7e7e7;
  background-attachment: fixed;
  -webkit-background-attachment: fixed;
  background-position: center;
  -webkit-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
.technology-use.bg {
	background: #fff!important;
}
.technology-use.bg h2{
  color: #444;
  font-size: 30px;
  line-height: 30px;
  padding: 0;
  font-weight: 600;
}
.technology-use.bg p {
	line-height: 26px;
  font-size: 16px;
  padding: 0px 0 15px 0;
}
.technology-use.bg h3 {
  color: #444;
  font-size: 17px;
  line-height: 30px;
  padding: 0 0 0px;
  font-weight: 600;
}
ul.technology {
  margin: 0px;
  padding: 0 0 20px;
}
ul.technology > li {
	list-style-type: none;
  line-height: 30px;
  padding: 5px 0 5px 25px;
  font-size: 16px;
  position: relative;
}
ul.technology > li> span {
	position: absolute;
	left: 0px;
	top: 0px;
	margin-top: 15px;
	color: #444;
}


.logo_box {
	background: #fff;
	border: solid 1px #ccc;
	border-radius:3px;
	padding:4px;
	text-align:center;
	margin-bottom:15px;
}

.logo_box img {
	width:100%;
	height:100%;
	max-width: 180px;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);

	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;

	-webkit-transform: scale(0.9);
	-moz-transform: scale(0.9);
	transform: scale(0.9);
}

.logo_box:hover img {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	filter: grayscale(0%);

	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.carosl a {
  position: absolute;
  top: 50%;
  height: 40px;
  width: 40px;
  margin-top: -20px;
  background: #ccc;
  border-radius: 50%;
  overflow: hidden;
}
.carosl .glyphicon-chevron-left, .carosl .glyphicon-chevron-right {
  font-size: 20px!important;
  top: calc(50% + 4px);
}
.carousel {
  margin-bottom: 0;
  padding: 0 0px 30px 0px;
}
.carousel-control { left: -45px; }
.carousel-control.right { right: -45px; }
.carousel-indicators {
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
.carousel-indicators li {
  background: #fff;
  border: solid 1px #1B4196;
}
.carousel-indicators .active { background: #1B4196; }


/* Site Map CSS*/
.sitemap_top {
  padding: 30px 0px 30px 0px;
  color: #ccc;
  background: -webkit-linear-gradient(left, #646C6F, #0B1B3D);
  background: -o-linear-gradient(right, #646C6F, #0B1B3D); 
  background: -moz-linear-gradient(right, #646C6F, #0B1B3D); 
  background: linear-gradient(to right, #646C6F, #0B1B3D);
}
.sitemap_top h1 {
  font-size: 36px;
  font-family: 'oswald-regular';
  margin: 0px;
}
.sitemap {
	/*box-shadow: inset 0px 0px 10px red;*/
	padding: 70px 0px;
	/*text-align: center;*/
	min-height: 400px;
}

.sitemap .menu:before,
.sitemap .menu:after {
  margin: 0; padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.sitemap .menu {
	position: relative;
	display: inline-block;
	/*height: 100px;*/
	min-width: 260px;
	margin: 0px 10px;
	padding-left: 5px;
	padding-right: 5px;
	/*box-shadow: inset 0px 0px 10px green;*/
}
.sitemap .menu span.line-btm50prc {
	background: #1B4196;
	width: 2px;
	height: 50%;
	position: absolute;
	left: 50%;
	bottom: 0px;
}
.sitemap .menu span.line-top50prc {
	background: #1B4196;
	width: 2px;
	height: 55%;
	position: absolute;
	left: 50%;
	top: 0px;
}
.sitemap .menulink {
	position: relative;
	background: #1B4196;
	display: block;
	padding-left: 33px; 
	padding-right: 10px;
	border-radius: 20px;
	height: 30px;
	line-height: 25px;
	animation-fill-mode: both;
  animation-duration: 1s;
}
.sitemap .menulink:hover {
	background: #2A2A2A;
	animation-name: shake;
}

@keyframes shake {
  0%, 100% {
    transform: translateX(0);
  }
  20%, 60%, 100% {
    transform: translateX(-2px);
  }
  40%, 80% {
    transform: translateX(2px);
  }
}

.sitemap .menulink.top50prc {
	margin-top: 35px;
}
hr.sitemap_hr {
	margin-top: 0px;
  margin-bottom: 0px;
  border-top: 2px solid #1B4196;
  /*width: 50%;*/
}
.sitemap .menulink:before {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -12px;
	left: 4px;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
}
.sitemap .menu span.circlebdr {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #1B4196;
	border-radius: 50%;
}
.sitemap .menu span.circlebdrbtm {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-bottom: -6px;
	margin-left: -4px;
	width: 10px;
	height: 10px;
	background: #fff;
	border: 2px solid #1B4196;
	border-radius: 50%;
}
.sitemap .menulink a {
	color: #fff;
	font-size: 14px;
	width: 100%;
	text-decoration: none;
	display: inline-block;
}
.blog_top{
  padding: 25px 0px 25px 0px;
  color: #999;
  background: -webkit-linear-gradient(left, red , blue);
  background: -o-linear-gradient(right, red, blue); 
  background: -moz-linear-gradient(right, red, blue); 
  background: linear-gradient(to right, #646C6F , #0B1B3D);
}
.blog_top h2 {font-family: 'oswald-regular'; font-size: 30px; margin: 0px; color: #ccc;}
.blog {margin: 50px 0px;}
.blog-img{
  margin: 0px 0px 30px 0px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.blog-img img{
	width: 100%;
	height: auto;
  border: 1px solid #b6bec9;
  padding: 3px;
  border-radius: 2px;
}
.blog-header {
  width: 100%;
  height: auto;
}
.blog-content {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  padding-bottom: 41px!important;
  margin: 0px 0px 30px 0px;
  min-height: 320px;
}
.blog-content h2 {
  margin: 0px 0px 10px 0px;
}
.blog-header h2.header-afterbeforeline  {
    position: relative;
    font-size: 30px;
    z-index: 1;
    overflow: hidden;
    text-align: center;
}
.blog-header  h2.header-afterbeforeline:before, .blog-header  h2.header-afterbeforeline:after {
    position: absolute;
    top: 51%;
    overflow: hidden;
    width: 50%;
    height: 1px;
    content: '\a0';
    background-color: #b6bec9;

}
.xt-blog-content{
	/*height: 322px;
	border: 1px solid red;	*/
}
.blog-text1{
	height: 180px;
	overflow: hidden;
	margin-bottom: 27px;
}
.blog-header  h2.header-afterbeforeline:before {
    margin-left: -50%;
    text-align: right;
}
.blog_info_dl {
  border-bottom: 1px solid #c5dde7;
  margin: 0 0 10px;
  overflow: hidden;
}
.blog_info_dl dd {
  display: inline-block;
  float: left;
  font-size: 18px;
  margin-right: 8px;
  height: 35px;
  line-height: 35px;
}
.blog_info_dl dd + dd {
  margin-left: 6px;
}
.blog_info_dl dd + dd:before {
  content: '|';
  vertical-align: top;
  margin-right: 7px;
}
.blog_info_dl dd a {
  text-decoration: none;
  color: #333;
}
.blog_info_dl dd a:hover {
  color: #c5dde7;
}
/*.blog-text {
  position: relative;
  display: block;
  padding-right: 8px;
  height: 205px;
  overflow: hidden;
  overflow-y: auto;
}*/
.blog-text p {
  font-size: 18px;
  color: #666;
  line-height: 26px;
}
.blog-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
}
.blog-footer ul {
  margin: 0;
}
.blog-footer ul li {
  display: inline-block;
  float: left;
}

/*---Validation Error---*/
.error-message{margin-top: 3px;}
.group label.error, .error-message,
.required ~ label.error, 
.group-error label.error, 
.check_required label.error,
.radio_required label.error{
  font-size: 12px;
  font-weight: normal;
  font-family: sans-serif;
  /*color: #d9534f;*/
  color: #F67778;
  margin-left: 14px;
  position: relative;
  padding-left: 8px;
  animation:errormsg 500ms linear;
  -webkit-animation:errormsg 500ms linear;
}
@keyframes errormsg{
  0%{transform: translateX(20px); text-shadow:0px 0px 10px #222;}
  50%{transform: translateX(10px); text-shadow:0px 0px 10px #444;}
  100%{transform: translateX(0px);}
}
@-webkit-keyframes errormsg{
  0%{-webkit-transform: translateX(20px); text-shadow:0px 0px 10px #222;}
  50%{-webkit-transform: translateX(10px); text-shadow:0px 0px 10px #444;}
  100%{-webkit-transform: translateX(0px);}
}


.group label.error:before, .error-message:before,
.required ~ label.error:before, 
.group-error label.error:before, 
.check_required label.error:before,
.radio_required label.error:before{
  content: '';
  position: absolute;
  width: 6px;
  height: 10px;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #ccc;
  left: 0px;
  top: -1px;
}
.group label.error:after, .error-message:after,
.required ~ label.error:after, 
.group-error label.error:after, 
.check_required label.error:after,
.radio_required label.error:after{
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 1px solid #999;
  border-left: 1px solid #999;
  left: -2px;
  top: -1px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen  and (min-device-width : 320px)  and (max-width : 419px)	{
	.hex	{ width: 50%; float: left; }
	.hexagon2 {
	  position: absolute;
	  width: 110px;
	  height: 128px;
	  top: 0px;
	}
	.hex-top1 { margin-top: 300px; }
	.hex-top2 { margin-top: 100px; margin-left: 25%; }
	.hex-top3 { margin-top: 100px; }
	.hexaBox { min-height:650px; }
	.hexacontent { min-height: 650px; margin-top: -650px; }
}

@media (min-width : 420px) and (max-width : 559px)	{
	.hex	{ width: 50%; float: left; }
	.hexagon2 {
	  position: absolute;
	  width: 150px;
	  height: 175px;
	  top: 0px;
	}
	.hex-top1	{ margin-top: 300px; }
	.hex-top2	{ margin-top: 130px; margin-left: 25%; }
	.hex-top3		{ margin-top: 130px; }
	.hexaBox { min-height:850px; }
	.hexacontent { min-height: 850px; margin-top: -850px; }
}

@media(min-width:560px) and (max-width:767px)	{
	.hex	{ width: 50%; float: left; margin:0 auto; }
	.hexagon2 {
	  position: absolute;
	  width: 150px;
	  height: 175px;
	}
	.hex-top1	{ margin-top: 200px; }
	.hex-top2	{ margin-top: 100px; margin-left: 25%; }
	.hex-top3		{ margin-top: 100px; }
}

@media(min-width:768px) and (max-width: 991px){ 
	.hexagon2 {
	  position: absolute;
	  width: 140px;
	  height: 175px;
	}
	.hex-top1	{ margin-top: 130px; }
	.hexaBox { min-height:320px; }
	.hexacontent { min-height: 320px; margin-top: -320px; }

	}
@media(min-width:992px){
	.hexagon2 {
	  position: absolute;
	  width: 150px;
	  height: 250px;
	}
	.hex-top1	{ margin-top: 140px; }
}
 
@media(min-width:1200px){
	.hexagon2 {
	  position: absolute;
	  width: 200px;
	  height: 250px;
	}
	.hex-top1	{ margin-top: 200px; }
}
@media (max-width : 1024px)	{
	.carousel {
	  margin-bottom: 0;
	  padding: 0 40px 30px 40px;
	}
	.homebanner .carousel {
	  margin-bottom: 0;
	  padding: 0 0px 30px 0px;
	}
	.carousel-control { left: -10px; }
  .carousel-control.right { right: -10px; }
  
}
@media (max-width : 767px)	{
  .carosl .glyphicon-chevron-left, 
  .carosl .glyphicon-chevron-right {
    top: 25%;
	}
	
}
@media (max-width : 480px)	{

	.home-portfolio a span {
    font-size: 12px;
    left: 50%;
    top: 50%;
    width: 66px;
    height: 24px;
    line-height: 24px;
    margin-top: -12px;
    margin-left: -33px;
	}
}
@media (max-width: 1199px) {
	.blog-text {
	  height: 130px;
	}
	.responsDesign {
		padding: 50px 50px 0px 50px;
	}
}
@media (max-width: 991px) {
	.blog-img img {
		/*width: 100%;*/
		height: 250px;
	}
}

