@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
@import url('https://fonts.googleapis.com/css?family=Raleway:400,600,700,800');

/*-------------------------------------------------------------------------------------------
  CSS definations for 
-------------------------------------------------------------------------------------------*/

/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	    -ms-box-sizing:border-box;
	     -o-box-sizing:border-box;
			box-sizing:border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a,
a:hover,
a:focus {
	outline:none;
	text-decoration:none;
}

/* Common Tages */
.padding-right-none {
	padding-right:0;
}
.padding-left-none {
	padding-left:0;
}

/* btn */
.btn {
	background-color: #110844;
	font-weight: normal;
	font-size: 16px;
	color: #fff;
	padding: 6px 12px;
	width: auto;
	margin: 0;
	border-radius: 2px;
	-webkit-box-shadow: 1px 2px 1px 2px #ccc;
		-ms-box-shadow: 1px 2px 1px 2px #ccc;
			-o-box-shadow: 1px 2px 1px 2px #ccc;
				box-shadow: 1px 2px 1px 2px #ccc;
}
.btn:hover {
	background-color: #e37d49;
	color: #fff;
}

button a {
	color: #fff;
}



/* .padding-left-none */
.padding-l-0 {
	padding-left: 0;
}
.padding-r-0 {
	padding-right: 0;
}

.m-t-20 {
	margin-top: 20px;
}

.thumbnail {
	-webkit-box-shadow: 1px 2px 9px 1px #ccc;
	-moz-box-shadow: 1px 2px 9px 1px #ccc;
	-o-box-shadow: 1px 2px 9px 1px #ccc;
	box-shadow: 1px 2px 9px 1px #ccc;
}


/*-------------------------------------------------------------------------------------------*/
/* SITE STRUCTURE & APPEARANCE */
/*-------------------------------------------------------------------------------------------*/
body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
    font-size: 1em;
    color: #000;
}

/********************************/
/*       main-nav    */
/********************************/

#dvLoading
{
   background:#000 url('../images/Preloader_1.gif') no-repeat center center;
   height: 100px;
   width: 100px;
   position: fixed;
   z-index: 1000;
   left: 50%;
   top: 50%;
   margin: -25px 0 0 -25px;
}

.main-nav {
	position: fixed;
	top: 0;
    z-index: 9;
    width: 100%;
}

.spinner-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #ff6347;
	z-index: 999999;
}
/********************************/
/*        top-bar     */
/********************************/
.top-bar {
	background: #b83775;
}
.top-bar li {
	line-height: 35px;
}
.top-bar  a {
	font-size: 0.9em;
	color: #fff;
	padding: 10px;
}
.top-bar .email li a {
	color: #fff;
}
.top-bar .email li a i {
	padding-right: 10px;
}
.top-bar .right-menu li {
	float: left;
}
.top-bar .right-menu li a {
	color: #fff;
	padding: 10px;
}

/********************************/
/*          Menu bar      */
/********************************/
.menu-bar {
	background: #fff;
	line-height: 42px;
	box-shadow: 2px 6px 15px 1px #777;
}
.menu-bar img {
	padding-top: 5px;
}

/* Nav style */
.menu-mobile {
    display: none;
    padding: 20px;
}

.menu-mobile:after {
	content:"\f0c9";
	font-size: 2.5rem;
	font-family: FontAwesome;
    padding: 0;
    float: right;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}

.menu-dropdown-icon:before {
	content:"\f0c9";
	font-family: FontAwesome;
    display: none;
    cursor: pointer;
    float: right;
    padding: 1.5em 2em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
		padding: 16px 32px;
		display: block;
		color: #000;	
}

.menu > ul > li:hover {
		background: #52467f;
		color: #fff;
}
.menu > ul > li a:hover {
	color: #fff;
}

.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #52467f;
    padding: 20px;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
    padding-bottom: 0;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
}

.menu > ul > li > ul > li a {
    color: #fff;
    padding: .2em 0;
    width: 95%;
    display: block;
    border-bottom: 1px solid #ccc;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 0px 0 0 0;
    margin: 0;
		font-size: .8em;
}
.menu > ul > li > ul > li > ul > li a:hover {
	background: #a28ef8;
	padding-left: 15px;

}

.menu > ul > li > ul > li > ul > li a {
		border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 300px;
    left: auto;
    padding: 10px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}
.menu > ul > li > ul.normal-sub > li:hover {
	background: #a28ef8;
	padding-left: 15px;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 0em 0;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}
div#navbar {
	z-index: 9;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
#back2Top {
    width: 40px;
    line-height: 40px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: #DDD;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}
#back2Top:hover {
    background-color: #b83775;
    color: #fff;
}

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
	position: relative;
	height: 80vh;
}
.fade-carousel .carousel-inner .item {
	height: 100vh;
}
.fade-carousel .carousel-indicators > li {
	margin: 0 2px;
	background-color: #f39c12;
	border-color: #f39c12;
	opacity: .7;
}
.fade-carousel .carousel-indicators > li.active {
width: 10px;
height: 10px;
opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 3;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 rgba(0,0,0,.75);
		-webkit-transform: translate3d(-50%,-50%,0);
			 -moz-transform: translate3d(-50%,-50%,0);
				-ms-transform: translate3d(-50%,-50%,0);
				 -o-transform: translate3d(-50%,-50%,0);
						transform: translate3d(-50%,-50%,0);
}
.hero h1 {
	background: #000;
	font-size: 3em;
	font-weight: normal;
	margin: 12px auto;
	padding: 6px;
	width: 50%;
}

.fade-carousel .carousel-inner .item .hero {
	opacity: 0;
	-webkit-transition: 2s all ease-in-out .1s;
		 -moz-transition: 2s all ease-in-out .1s; 
			-ms-transition: 2s all ease-in-out .1s; 
			 -o-transition: 2s all ease-in-out .1s; 
					transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
	opacity: 1;
	-webkit-transition: 2s all ease-in-out .1s;
		 -moz-transition: 2s all ease-in-out .1s; 
			-ms-transition: 2s all ease-in-out .1s; 
			 -o-transition: 2s all ease-in-out .1s; 
					transition: 2s all ease-in-out .1s;    
}


/********************************/
/*          Custom Buttons      */
/********************************/
.btn.btn-lg {padding: 10px 40px;}
.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
	color: #f5f5f5;
	background-color: #1abc9c;
	border-color: #1abc9c;
	outline: none;
	margin: 20px auto;
}

/********************************/
/*       Slides backgrounds     */
/********************************/
.slider-top {}
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
height: 80vh;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
background-image: url(../images/slider/slide1.jpg); 
}
.fade-carousel .slides .slide-2 {
background-image: url(../images/slider/slide2.jpg); 
}
.fade-carousel .slides .slide-3 {
background-image: url(../images/slider/slide3.jpg); 
}

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
	.hero { width: 980px; }    
}
@media screen and (max-width: 640px){
	.hero h1 { font-size: 4em; }    
}

/********************************/
/*          products       */
/********************************/
.products {
	margin: 30px auto;
}
.products h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 10px auto;
}
.products p {
	font-size: 1em;
	line-height: 26px;
	padding-bottom: 20px;
}
.products button {
	margin-bottom: 30px;
}
.products .thumbnail .caption .thum-tilte {
	font-size: 1.2em;
	font-weight: 700;
	color: #e37d49;
}
.products .thumbnail .caption .thum-tilte:hover {
	color: #110844;
}
.products .thumbnail .caption .thum-tilte span {
	float:right;
	font-weight: normal;
	font-size: 0.8em;
	line-height: 30px;
	color: #000;
}
.products .thumbnail .caption .thum-tilte span:hover {
	color: #818181;
}

/* Right Side Bar */
.right-nav h2 {
    font-size: 1.5em!important;
	margin-bottom: 20px!important;
	font-weight: bold!important;
}
.right-nav .list-group {
    line-height: 25px;
}

/********************************/
/*       Our Products      */
/********************************/
.our-products {
	background: #e6e6e6;
	margin: 30px auto;
	padding: 30px;
}
.our-products h2 {
	font-size: 2em;
	text-align: center;
	font-weight: 700;
}
.our-products h3 {
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
}
.our-products h3 a {
	color: #000;
}
.our-products h3 a:hover {
	color: #b83775;
}
.our-products .circle {
  margin: 20px 0px 20px 36px;
  display: inline-block;
  padding: 16px;
  text-align: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
	border: 2px solid #b83775;
	box-shadow: 2px 1px 2px 1px #777;
}

.our-products .circle::before,
.our-products .circle::after {
  position: absolute;
  z-index: -1;
  display: block;
  content: '';
}
.our-products .circle,
.our-products .circle::before,
.our-products .circle::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.our-products  .circle {
  position: relative;
  z-index: 2;
  border: 2px solid #b83775;
  line-height: 50px;
  overflow: hidden;
}
.our-products .circle:hover {
  color: #fff;
}
.our-products .circle::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-transform: scale(.5);
  transform: scale(.5);
}
.our-products .circle:hover::after {
  background: #e37d49;
  border-radius: 50%;
  -webkit-transform: scale(.9);
  transform: scale(.9);
}

.our-products .circle a {
  text-decoration: none;
  color: #1d2087;
}
.our-products .circle img {	
	padding-top: 30px;
}

/* Our Clients */
.tech-slideshow {
  height: 142px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.mover-1 {
  height: 150px;
  width: 10000px;
  
  position: absolute;
  overflow-x:hidden;
  top: 0;
  left: 0;

  animation: moveSlideshow 5s linear infinite;
}

.mover-1 img {
  display:inline-block;
  vertical-align:middle;
  width:200px;
  margin:0;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-520px);  
  }
}

/* Header Inner  */
.header-inner {
	width: 100%;
	min-height: 150px;
	background:#ccc;
	margin: 114px 0 0 0;
	position: relative;
}
.header-inner h1 {
	position: absolute;
    top: 50%;
    bottom: 0;
    left: 18%;
    font-size: 2em;
    font-weight: 600;
    margin-top: -16px;
    margin-left: -20px;
	 
}

/* Clients */

/* Zoom In #1 */
.column {
	margin: 15px 15px 0;
	padding: 0;
}

.column::after {
	content: '';
	clear: both;
	display: block;
}
.hover01 figure img {
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
	border: 1px solid #ccc;
	padding:10px;
}
.hover01 figure:hover img {
	-webkit-transform: scale(1.3);
	transform: scale(1.3);
}

/* ENQUIRY */
.enquiry {
	line-height: 40px;
}
.enquiry textarea {
	min-height: 100px;
}


/*/////////////////////////////////
 footer
/////////////////////////////////*/
.footer {
	background: #3c3d41;
	margin: 30px 0 auto;
	padding: 25px;
}
.footer h2 {
	font-size: 0.9em;
	color: #fff;
	margin: 20px auto;
}
.footer p {
	font-size: 0.8em;
	line-height: 25px;
	color: #fff;
}
.footer p i {
	font-size: 2em;
	color: #fff;
	padding-right: 10px;
}
.footer p a i {
	font-size: 1.5em;
	margin-top: 10px;
	margin-bottom: 20px;
}
.footer p a {
	color: #fff;
}
.footer li {
	line-height: 25px;
}
.footer li a {
	color: #fff;
	font-size: 0.8em;
}
.footer .social-icon li {
	float: left;
	padding: 15px;
}
.footer .social-icon li a {
	font-size: 2em;
}
.footer .social-icon li a:hover {
	color: #a28ef8;
}
.footer-cp {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 20px;
}
.footer-cp p {
	font-size: 0.8em;
}

/* Contact US */
.input-group {
	line-height: 30px;
	margin: 8px auto;
}
.contact input.form-control {
    line-height: 72px;
    padding: 18px;
}

label.col-md-4.control-label {
	text-align: left;
}
#success_message{ display: none;
}
.address {
	display: flex;
	margin: 10px 0 20px 0;
}
.add-list {
	flex:2;
	font-weight: bold;
}
.add-list2 {
	flex:3;
	line-height: 20px;
	font-size: 12px;
}

/* Map */
.map {
	background: rgb(243, 243, 243);
	padding-bottom: 25px;
	margin-top: 10px;
}





/*/////////////////////////////////
  Responsive CSS
/////////////////////////////////*/

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
Mobile style's
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Mobile ( 320px and up) */
@media (min-width: 320px) and (max-width: 768px) {

body {
	font-size: 16px;
}
.top-bar li {
	text-align: center;
	padding: 4px 0 4px 8px;
}
.menu-mobile:after {
	font-size: 1.5em;
	padding-top: 6px;
	font-weight: normal;
	color: #000;
}
.menu-mobile {
	padding: 7px 0 15px 0;
	line-height: 17px;
}
.main-nav {
	position: relative;
}
.menu > ul > li a {
	padding: 0px 0px 0px 15px;
}
.menu > ul > li {
	background: #CCC;
	margin: 1px 0px 0px 0;
	font-size: 0.825em;
}
.menu {
	margin: 0 -24px 0 -24px;
}
a.menu-mobile {
	padding: 0px 15px 15px 15px;
	color: #000;
	font-weight: 600;
}
.menu-bar .logo img  {
	margin: 0 auto;
    display: table;
}



}
	
	/* Small devices (tablets, 768px and up) */
	@media (min-width: 768px) and (max-width: 991px) {
	
	body {
		font-size: 18px;
	}
	
	}
	
	
	/* Medium devices (desktops, 992px and up) */
	@media (min-width: 992px) and (max-width: 1199px) {
	
	
	
	}
	
	




@media only screen and (max-width: 959px) {
	.menu-container {
			width: 100%;
	}
	.menu-mobile {
			display: block;
	}
	.menu-dropdown-icon:before {
	}
	.menu > ul {
			display: none;
	}
	.menu > ul > li {
			width: 100%;
			float: none;
			display: block;
	}
	.menu > ul > li a {
			width: 100%;
			display: block;
	}
	.menu > ul > li > ul {
			position: relative;
	}
	.menu > ul > li > ul.normal-sub {
			width: 100%;
	}
	.menu > ul > li > ul > li {
			float: none;
			width: 100%;
			margin-top: 20px;
	}
	.menu > ul > li > ul > li:first-child {
			margin: 0;
	}
	.menu > ul > li > ul > li > ul {
			position: relative;
	}
	.menu > ul > li > ul > li > ul > li {
			float: none;
	}
	.menu .show-on-mobile {
			display: block;
	}
}









