
/*Author: Call4site
Phone : +91- 9431111776
Author URI: http://www.call4site.com/
*/


/*--------------------*/
/* BASIC TYPOGRAPHY */
/*--------------------*/
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans');
@import url('https://fonts.googleapis.com/css?family=Playfair+Display:400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=EB+Garamond&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese');
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
body,html{
  		
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	overflow-x: hidden !important;
	color: #838282;
}

ul{
	padding: 0;
	margin: 0;
	list-style: none;
}

a{ 
	text-decoration: none;
	color: #2f2f2f;  
}

a:focus{
	outline: none;
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600; 
  font-family: 'Open Sans', sans-serif;
  color:#4e4e4e;
}

h1{
  font-size: 36px;
  color:#fff;
}

h2{
  font-size: 18px;
}

h3{
  font-size: 16px;
  color: #787878;
  font-weight: 400;
  line-height: 24px;
}
.cf:before, .cf:after {
	content: '';
	display: block;
	clear: both;
}
.cf {
	display: block;
}
.cf {
 *display: block;
	_display: block;
 *zoom:1;
}

img{
 border:none;
}

/* Preloader */

#preloader {
  position: fixed;
  top:0;
  left:0;
  right:0;
  bottom:0;
  background-color:#fff; /* change if the mask should have another color then white */
  z-index:99999; /* makes sure it stays on top */ 
}

#status {
  width:200px;
  height:200px;
  position:absolute;
  left:50%; /* centers the loading animation horizontally one the screen */
  top:50%; /* centers the loading animation vertically one the screen */
  background-image:url(assets/images/loader.gif); /* path to your loading animation */
  background-repeat:no-repeat;
  background-position:center;
  margin:-100px 0 0 -100px; /* is width and height divided by two */
}

/*scrol to top*/

.scrollToTop {
  bottom: 60px;
  border-radius: 4px;
  display: none;
  font-size: 32px;
  line-height: 45px;
  font-weight: bold;
  height: 50px;
  position: fixed;
  right: 50px;
  text-align: center;
  text-decoration: none;
  width: 50px;
  z-index: 999;
  color: #fff;    
  background-color: #23527c;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.scrollToTop:hover,
.scrollToTop:focus{
  background-color: #23527c;
  text-decoration: none;
  outline: none;
  color:#fff;
}

/*************************
*******Header******
**************************/

#header .search{
  display: inline-block;
}
#header{
	position:fixed;
	z-index:999999999;
	width:100%;
	box-shadow:0px -3px 10px #000;
	}
.navbar>.container .navbar-brand{
  margin-left: 0;
}
.navbar-collapse{
	padding:0;
	}
.top-bar {
  padding: 0px 0;
  background: #151414;
  line-height: 28px;
}

.top-number{
  color: #fff;
  float:left;
  font-family: 'Open Sans', sans-serif;
  margin-right:20px;
  font-size:13px;
  font-weight:600;
}

.top-number p{
  margin: 0;
  font-family: 'Open Sans', sans-serif;
}
.top-number img{
	border-radius:50%;
	width:25px;
	height:25px;
	}
.top-number p .fa{
	border-radius:50%;
	margin-right:10px;
	font-size:16px;
	padding:6px;
	width:20px;
	height:30px;
	margin-top:5px;
	margin-bottom:5px;
	color:#fff;
	}
.social{
    text-align: right;
    float:right;
	margin-top:3px;
}
.social .top-number{
	float:right;
	margin:0;
	}
.social .fa{
	margin-right:5px;
	font-size:13px;
	padding:6px;
	text-align:center;
	width:25px;
	float:left;
	height:25px;
	margin-top:5px;
	margin-bottom:5px;
	color:#fff;
	border:1px solid #fff;
	}
.social h1{
	float:right;
	margin:0;
	font-weight:normal;
	padding:0;
	line-height:0.6;
	margin-left:15px;
	}
.social h1 a{
	font-size:16px;
	color:#222222;
	padding:10px 20px;
	text-decoration:none;
	background:#ff7900;
	font-family: 'Open Sans', sans-serif;
	}

.social-share{
 display: inline-block;
 list-style: none;
 padding: 0;
 margin: 0;
}

ul.social-share li {
  display: inline-block;
}

.top-number a {
  color: #fff;
}

.top-number a:hover {
  text-decoration:none;
  color: #fff;
}
.rts{
	float:left;
	width:100%;
	margin-top:20px;
}
.rts .fa{
	float:left;
	margin-right:10px;
	width:40px;
	height:40px;
	border:1px solid #fde428;
	color:#123e65;
	font-size:22px;
	padding:8px;
	text-align:center;
	}
.rts p{
	text-align:justify;
	color:#898383;
	font-size:14px;
	margin-top:6px;
	margin-bottom:0px;
	}
.rts h1{
	text-align:justify;
	font-size:15px;
	color:#123e65;
	font-family: 'Open Sans', sans-serif;
	font-weight:700;
	margin:0;
	}

.rts .col-md-3{
	border-left:1px solid #ddd;
	}

.search i {
  color: #5a9b3d;
}
.logo-area{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	background:#fff;
	padding:0px 0px;
	}
.logo-area img{
	padding-top:15px;
	}
input.search-form{
  background: transparent;
  border: 0 none;
  width: 60px;
  padding: 0 10px;
  color: #FFF;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
  transition: all 400ms;
}

input.search-form::-webkit-input-placeholder{
  color: transparent;
}

input.search-form:hover::-webkit-input-placeholder {
  color: #fff;
}

input.search-form:hover {
  width: 180px;
}

.navbar-brand {
  padding: 0;
  margin:0;
}
.navbar-brand img{
	z-index:999999;
	max-width:100%;
	float:left;
	margin-right:10px;
	display:inline-block;
	text-align:center;
	}
.menu{
	z-index:999999;
	max-width:100%;
	float:left;
	width:100%;
	}
.navbar-brand h1{
	font-family: 'Maven Pro', sans-serif;
	color:#164a85;
	font-size:20px;
	text-transform:uppercase;
	}
.navbar-brand h1{
	font-family: myFirstFont2;
	color:#133d67;
	margin:0;
	font-size:26px;
	text-align:justify;
	margin-top:20px;
	text-transform:uppercase;
	}
.navbar-brand h2{
	font-family: myFirstFont1;
	color:#7a7a7a;
	margin-top:0px;
	text-align:justify;
	font-size:19px;
	letter-spacing: .7px;
	text-transform:uppercase;
	}
.navbar {
  border-radius: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  display:grid;
}
.navbar-toggle{
	position:absolute;
	background-color:#af292e;
	color:#fff;
	border-color: #fff !important;
	right:0;
	}
.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #6c1819;
    color: #fff;
    border-color: #fff;
}


 .navbar-nav{
  margin-top: 0px;
  margin-bottom:0px;
 }
.navbar-collapse{
	width:100%;
	}
.navbar-collapse .col-md-4{
	padding:0;
	width:40%;
	}	
.navbar-collapse .col-md-5{
	width:40%;
	padding-right:0;
	}
.navbar-collapse .col-md-3{
	width:20%;
	}
.navbar-nav>li{
  margin-left: 0px;
  padding-top: 0px;
  float:left;
  text-align:center;
}
.hidn{
	display:none;
	}
.shows{
	display:block;
	}

.navbar-inverse .navbar-nav > li > a {
  padding: 22px 15px;
  margin: 0;
  border-radius: 0px;
  color: #245397;
  border-top:5px solid #fff;
  float:left;
  line-height: 24px;
  text-transform:none;
  font-family: 'Roboto Slab', serif;
  font-weight:600;
  font-size:13px;
}

.navbar-inverse .navbar-nav > li > a:hover{
	background-color: #245397;
  color: #fff;
  border-top:5px solid #d71a1f;
}

.navbar-inverse {
  border: none;
  background:#fff;
}

.navbar-inverse .navbar-brand {
  font-size: 36px;
  line-height: 50px;
  color: #fff;
  float:left;
  width:100%;
}

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus,
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #245397;
  border-top:5px solid #d71a1f;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu {
  background-color: rgba(0,0,0,.85);
  -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
  border: 0;
  padding: 0;
  margin-top: 0;
  border-top: 0;
  border-radius: 0;
  left: 0;
}

.navbar-inverse .navbar-nav .dropdown-menu:before{
  position: absolute;
  top:0;
}

.navbar-inverse .navbar-nav .dropdown-menu > li > a {
  padding: 8px 15px;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
  background-color: #fff;
  color: #fff;
}

.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
  border-radius: 0 0 3px 3px;
}

.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
  background-color: transparent;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-top: 0;
  padding-bottom: 0;
}
.menu-top{
	display:none;
	float:right;
	}

/*--------------------*/
/* SLIDER */
/*--------------------*/


/* ==========================================================================
   banner container
   ========================================================================== */
.banner-container {
	position:relative;
	text-align:left;
	float:left;
	margin-top:90px;
	width:100%;
	overflow:hidden;
	}
.banner-container .col-md-7{
	padding:0px;
	}
.banner-container .col-md-5{
	padding:0px;
	}
.banner-caption {
    position: absolute;
    width: 100%;
	margin:0 auto;
	left: 0; 
	bottom: 0; 
	right: 0;	
}
.banner-container img{
	width:100%;
}
.new-collection{
	float:left;
	width:100%;
	background:#6c1819;
	position:relative;
	max-height:46vw;
	min-height:46vw;
	padding:50px 0px 30px;
	}
.background{
	background:#af292e;
	position:absolute;
	z-index:99999;
	width:50%;
	right:0;
	top:0;
	bottom:0;
	}
.collection{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	z-index:9999999999;
	}
.team1:hover .rupees{
	display:block;
	}
.rupees {
    float: left;
    width: 100%;
    z-index: 99999;
    position: relative;
    padding: 10px;
    margin-top: -58px;
    display: none;
    background: rgba(0, 0, 0, .8);
}
.rupees p{
	float:left;
	color:#fff;
	font-size:18px;
	margin-top: 8px;
    margin-bottom: 0px;
	padding-left:10px;
	}
.rupees p .fa{
	margin-right:10px;
	}
.rupees a{
	float:right;
	background:#ffb95f;
	padding:8px 20px;
	color:#000;
	}
.rupees a .fa{
	margin-right:10px;
	}
.new-collection h1{
	font-size:2.2vw;
	color:#fff;
	text-transform:uppercase;
	font-family: myFirstFont2;
	text-align:center;
	margin:0;
	}
.new-collection h2{
	font-size:1.5vw;
	color:#ffb95f;
	margin-top:0px;
	margin-bottom:40px;
	text-transform:uppercase;
	font-family: myFirstFont2;
	text-align:center;
	}
.new-collection img{
	}
.new-collection a img{
	border:0px;
	width:auto;
	float:none;
	display:inline-block;
	margin-top:20px;
	text-align:center;
	}
.bantext {
	border-radius:3px;
	width:100%;
	display:inline-block;
	float:left;
	position:relative;
	padding:20px;
	}
.contact {
	text-align:center;
	font-size:14px;
	color:#fff;
	float:right;
	position:absolute;
	bottom:20px;
	right:0;
	width:35%;
	margin-bottom:0px;
	padding:0px;
	}
.contact img{
	float:right;
	max-width:100%;
	margin-bottom:30px;
	width:auto;
	}

.contact h1 {
	font-size:20px;
	color:#fff;
	margin:5px 0 13px;
	padding:0px;
	font-weight:600;
	text-align:left;
	}
.contact h2 {
	font-size:22px;
	color:#fff;
	margin:5px 0 10px;
	background:#5e9b41;
	padding:5px 15px;
	font-weight:600;
	text-align:left;
	}
.contact p {
	font-size:14px;
	color:#fff;
	padding:0px;
	margin-bottom:40px;
	text-align:justify;
	}
.contact a{
	float:left;
	margin-right:15px;
	text-decoration:none;
	margin-bottom:20px;
	}
.contact a span{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:#5e9b41;
	padding:12px 20px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.contact a span1{
	color:#fff;
	font-size:14px;
	text-transform:uppercase;
	background:#5e9b41;
	padding:12px 20px;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.enquiry {
	float:right;
	position:relative;
	margin-top:0px;
	background:rgba(224, 231, 40, .6);
	border-radius:5px;
	padding:20px 10px;
	width:100%;
}
.enquiry h1{
	text-align:center;
	color:#12275f;
	font-size:24px;
	margin-bottom:20px;
	}

.enquiry input[type="text"] {
    border: 0px solid #313131;
    font-size:13px;
    color: #000;
    padding:10px 15px 10px 15px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	border-radius:3px;
	position:relative;
	background:#fff;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:15px;
	width:100%;
    }
.enquiry input[type="textarea"] {
    border: 1px solid #313131;
    font-size:13px;
    color: #000;
    padding:10px 15px 60px 15px;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
	font-family: 'Open Sans', sans-serif;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
	position:relative;
	border-radius:3px;
	background:#fff;
	font-weight:600;
	margin-bottom:10px;
	width:100%;
    }


.enquiry .submit {
  background: #020202;
  border: 1px solid #020202;
  color: #fff;
  height: auto;
  width:auto;
  border-radius:10px;
  padding:8px 30px;
  margin-top:0px;
  font-weight:600;
  float:none;
  text-align:center;
}


#search input[placeholder] {
   color:#b0b0b0 !important;
   font-family: 'Open Sans', sans-serif;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #b0b0b0 !important;
	font-family: 'Open Sans', sans-serif;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #b0b0b0 !important;
   font-family: 'Open Sans', sans-serif;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #b0b0b0 !important;
   font-family: 'Open Sans', sans-serif;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #b0b0b0 !important;
   font-family: 'Open Sans', sans-serif;
}




.view-avaBtn,
.view-avaBtns{
	display:inline-block;
	float:left;
	margin-top:40px;
	}
.view-avaBtn a {
	background:none;
	border-radius:0px;
	padding:20px 35px;
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	border:2px solid #fff;
	color:#fff;
	float:left;
	font-weight:800;
	text-transform:uppercase;
	}
.view-avaBtns a {
	border-radius:5px;
	padding:15px 25px;
	font-family: myFirstFont1;
	font-size:18px;
	color:#fff;
	float:left;
	}

.carousel {
	text-align:center;
	}		
.carousel-control {
	width:37px;
	height:41px;
	bottom:0;
	top:45%;
	position:absolute;
	z-index:999999999;
	display:inline-block;
	}
.carousel-control.left {
	background:none;
	left:5%;
	width:30px;
	padding:3px;
	text-align:center;
	border-radius:4px;
	height:30px;
	background:#245397;
	}
.carousel-control.left::after{
	content:"\f053";
	font-family: FontAwesome;
	font-weight:normal
	font-size:20px;
	color:#fff;
	}
.carousel-control.right {
	background:none;
	right:5%;
	width:30px;
	text-align:center;
	border-radius:4px;
	height:30px;
	background:#245397;
	padding:3px;
	}
.carousel-control.right::after{
	content:"\f054";
	font-family: FontAwesome;
	font-size:20px;
	color:#fff;
	}	
/* Carousel Fading slide */
.carousel-fade .carousel-inner { }
.carousel-fade .carousel-control { z-index: 2; }  
.carousel-fade .item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  }

  .carousel-fade .next.left,
  .carousel-fade .prev.right,
  .carousel-fade .item.active { opacity: 1; }

  .carousel-fade .active.left,
  .carousel-fade .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
    }


/* Safari Fix */
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .item.next,
    .carousel-fade .carousel-inner > .item.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.prev,
    .carousel-fade .carousel-inner > .item.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .item.next.left,
    .carousel-fade .carousel-inner > .item.prev.right,
    .carousel-fade .carousel-inner > .item.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
}




/* Carousel Control custom */
.carousel-control .control-icon {
  font-size: 48px;
  height: 30px;
  margin-top: -15px;
  width: 30px;
  display: inline-block;
  position: absolute;
  top: 50%;
  z-index: 5;
  }
  .carousel-control .prev { margin-left:  -15px;  left: 50%; } /* Prev */
  .carousel-control .next { margin-right: -15px; right: 50%; } /* Next */


/* Removing BS background */
.carousel .control-box { opacity: 0; }



/* Animation */
.control-box, a.carousel-control, .carousel-indicators li {
  -webkit-transition: all 250ms ease;
  -moz-transition: all 250ms ease;
  -ms-transition: all 250ms ease;
  -o-transition: all 250ms ease;
  transition: all 250ms ease;   
  /* hardware acceleration causes Bootstrap carousel controlbox margin error in webkit */
  /* Assigning animation to indicator li will make slides flicker */
  } 


/* Hover animation */
.carousel:hover .control-box { opacity: 1; }
 


/* Carouse Indicator */
.carousel-indicators li.active,
.carousel-indicators li { border: 0; }

.carousel-indicators li {
  background: #666;
  margin: 0 3px;
  width: 12px;
  height: 12px;
  }

.carousel-indicators li.active {
  background: #fff;
  margin: 0 3px;
  }

	


/*--------------------*/
/* WELCOME */
/*--------------------*/

.welcome-area{
	float: left;
	padding: 50px 0;
	width: 100%;
	text-align:center;
	position:relative;
	background: #fdfdfd;
}

.shadow p{
	font-size:14px;
	color:#5d5d5d;
	font-weight:500;
	text-transform:none;
	line-height:1.8;
	text-align:center;
	margin-bottom:0px;
	}
.shadow h1{
	color:#d71a1f;
	font-size:18px;
	text-align:center;
	margin-bottom:10px;
	margin-top: 15px;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	}
.shadow h2{
	color:#969696;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	text-transform:none;
	font-family: 'Roboto Slab', serif;
	}
.shadow {
	float:left;
	width:100%;
	position:relative;
	padding:15px;
	padding-bottom:50px;
	background:#f2f2f2;
	margin-bottom:30px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	margin-top:70px;
	box-shadow:0px 0px 4px 2px #ddd;
	}
.shadow:hover{
	background:#d71a1f;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}
.shadow:hover h1{
	color:#fff;
	}
.shadow:hover h2{
	color:#000000;
	}
.shadow:hover p{
	color:#fff;
	}
.shadow:hover .read{
	background:#245397;
	color:#fff;
	text-decoration:none;
	}
.shadow:hover img{
	transform: rotate(360deg); /* Equal to rotateZ(45deg) */
	 -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  background:#245397;
  transition: all 1s ease-in-out;
	}
.shadow img{
	float:none;
	display:inline-block;
	text-align:center;
	padding:15px;
	margin-top:-77px;
	border-radius:50%;
	position:relative;
	z-index:555;
	box-shadow:0px 0px 4px 2px #ddd;
	background:#d71a1f;
	border:10px solid #f2f2f2;
	}
.read{
	float:none;
	padding:11px 30px;
	border-radius:5px;
	display:inline-block;
	position:absolute;
	text-align:center;
	left:0;
	right:0;
	margin:0 auto;
	width:150px;
	bottom:-20px;
	font-family: 'Roboto Slab', serif;
	background:#d71a1f;
	color:#fff;
	}

.background1{
	background:#ffb95f;
	position:absolute;
	z-index:99999;
	width:30%;
	right:0;
	top:0;
	bottom:0;
	}
.welcome-area .cd{
	margin-top:200px;
	float:right;
	}
/*--------------------*/







/*--------------------*/
/* ABOUT */
/*--------------------*/

.about-area{
	float: left;
	padding: 30px 0 50px;
	width: 100%;
	position:relative;
	background:url(assets/images/about-bg.jpg) no-repeat bottom left #ececec;
	background-attachment:fixed;
}
.about-area .col-md-7{
	background:url(assets/images/icon1.png) no-repeat bottom right;
	padding-bottom:60px;
	}

.about-area p{
	font-size:14px;
	color:#5d5d5d;
	font-weight:normal;
	text-transform:none;
	line-height:2;
	text-align:justify;
	margin-bottom:0px;
	}
.about-area h1{
	color:#245397;
	font-size:31px;
	text-align:justify;
	margin-bottom:30px;
	text-transform:none;
	font-family: 'Roboto Slab', serif;
	}
.about-area h1 span{
	color:#d71a1f;
	}
.about-read{
	float:left;
	padding:9px 30px;
	border-radius:5px;
	margin-top:25px;
	display:inline-block;
	font-family: 'Roboto Slab', serif;
	background:#245397;
	color:#fff;
	}
.about-read:hover{
	color:#fff;
	}
.about-area img{
	margin-top:0px;
	position:relative;
	z-index:9999999999;
	}
.background1{
	background:url(assets/images/img.jpg) no-repeat bottom left;
	background-size:cover;
	position:absolute;
	z-index:99999;
	width:35%;
	right:0;
	top:0;
	bottom:0;
	}

.about-area .cd{
	margin-top:200px;
	float:right;
	}


/*--------------------*/








/*--------------------*/
/* ABOUT */
/*--------------------*/

.mockup-area{
	float: left;
	padding: 30px 0 50px;
	width: 100%;
	position:relative;
	background:url(assets/images/mockup-bg.jpg) no-repeat bottom left;
	background-attachment:fixed;
	background-size:cover;
}

.mockup-area p{
	font-size:14px;
	color:#fff;
	font-weight:normal;
	text-transform:none;
	line-height:2;
	text-align:justify;
	margin-bottom:0px;
	}
.mockup-area h1{
	color:#fff;
	font-size:31px;
	text-align:justify;
	margin-bottom:20px;
	text-transform:none;
	font-family: 'Roboto Slab', serif;
	}
.mockup-area h1 span{
	color:#d71a1f;
	}
.mockup-read{
	float:left;
	padding:9px 30px;
	border-radius:5px;
	font-size:16px;
	margin-top:65px;
	display:inline-block;
	font-family: 'Roboto Slab', serif;
	background:#fff;
	color:#000;
	}
.mockup-area img{
	margin-top:20px;
	position:relative;
	z-index:555;
	}


/*--------------------*/


/*--------------------*/
/* FEATURE */
/*--------------------*/


#feature {
  background:#fff;
  padding:60px 0px 80px;
  float:left;
  position:relative;
  width:100%;
  text-align:center;
}
.features{
	float:left;
	width:100%;
	position:relative;
}

.features{
  padding: 0;
}

.feature-shadow p{
	font-size:14px;
	color:#6e6c6c;
	font-weight:500;
	text-transform:none;
	line-height:1.8;
	text-align:center;
	margin-bottom:0px;
	}
.feature-shadow h1{
	color:#000;
	font-size:18px;
	text-align:center;
	margin-top:20px;
	font-weight:normal;
	margin-bottom:20px;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	}

#feature h2{
	color:#245397;
	font-size:24px;
	text-align:center;
	font-weight:600;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	}
#feature h2 span{
	color:#d71a1f;
	}
	
#feature h3{
	color:#d71a1f;
	font-size:14px;
	text-align:center;
	margin-bottom:10px;
	font-weight:600;
	text-transform:none;
	font-family: 'Roboto Slab', serif;
	}
.feature-shadow {
	float:left;
	width:100%;
	padding:15px;
	padding-bottom:65px;
	background:#fff;
	position:relative;
	border:1px solid #ccc;
	border-bottom:2px solid #ca0f4d;
	margin-bottom:30px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	margin-top:70px;
	
	}
/*.feature-shadow:hover{
	background:#d71a1f;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}
.feature-shadow:hover h1{
	color:#fff;
	}
.feature-shadow:hover h2{
	color:#000000;
	}
.feature-shadow:hover p{
	color:#fff;
	}
.feature-shadow:hover .read{
	background:#245397;
	color:#fff;
	text-decoration:none;
	}*/
	
.feature-shadow img{
  background:#fff;
	}
	
	
.feature-shadow:hover .hds{
	transform: rotate(360deg); /* Equal to rotateZ(45deg) */
	 -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
	border:0px;
	display:inline-block;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  background:#bd1156;
  transition: all 1s ease-in-out;
   /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bd1156), to(#431378));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #bd1156, #431378);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #bd1156, #431378);

  /* IE 10 */
  background: -ms-linear-gradient(left, #bd1156, #431378);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #bd1156, #431378);
	}
.hdss{
	display:block;
	}
.hds{
	display:none;
	}
.feature-shadow:hover .hdss{
	display:none;
	}

.feature-shadow .hdss{
	float:none;
	text-align:center;
	display:inline-block;
	padding:20px;
	margin-top:-77px;
	border-radius:50%;
	position:relative;
	z-index:555;
	border:2px solid #ccc;
	}
.feature-shadow .hds{
	float:none;
	text-align:center;
	display:none;
	padding:22px;
	margin-top:-77px;
	border-radius:50%;
	position:relative;
	z-index:555;
	border:2px solid #ccc;
	}
.feature-read{
	float:none;
	padding:8px 30px;
	border-radius:5px;
	display:inline-block;
	text-align:center;
	margin-top:10px;
	font-weight:600;
	font-family: 'Roboto Slab', serif;
	color:#245397;
	}	
.feature-shadow .read-more-anim {
    display: block;
    width: 100%;
    height: 0;
    color: #fff;
    position: absolute;
    bottom: -1px;
    left: 0;
    z-index: 10;
    overflow: hidden;
    text-align: right;
    transition: height .4s;
}

.feature-shadow:hover .read-more-anim {
    height: 60px;
}
.read-more-anim:before {
    position: absolute;
    top: 100%;
    right: -4%;
    width: 222%;
    height: 61px;
    content: "";
    -webkit-transition: -webkit-transform .4s;
    transition: transform .4s;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    outline: transparent solid 1px;
	background:#bd1156;
   /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#bd1156), to(#431378));

  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #bd1156, #431378);

  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #bd1156, #431378);

  /* IE 10 */
  background: -ms-linear-gradient(left, #bd1156, #431378);

  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #bd1156, #431378);
}
.feature-shadow:hover .read-more-anim:before {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.read-more-anim {
    display: none;
}
.read-more-anim span {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 5;
    text-transform: uppercase;
    font: 700 14px/1 Roboto,sans-serif;
    display: inline-block;
}
/*--------------------*/



	
/*--------------------*/
/* specialists */
/*--------------------*/


#specialists {
	background:url(assets/images/spec-bg.jpg) no-repeat center center;
	background-size:cover;
	padding:60px 0px 80px;
	float:left;
	position:relative;
	width:100%;
	text-align:center;
}
.specialists{
	float:left;
	width:100%;
	position:relative;
	z-index:555;
}

.specialists{
  padding: 0;
}

.specialists-shadow p{
	font-size:14px;
	color:#5d5d5d;
	font-weight:500;
	text-transform:none;
	line-height:1.8;
	text-align:center;
	margin-bottom:0px;
	}
.specialists-shadow h1{
	color:#000;
	font-size:18px;
	text-align:center;
	line-height:1.8;
	font-weight:normal;
	margin-bottom:10px;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	}

#specialists h2{
	color:#fff;
	font-size:24px;
	text-align:center;
	margin-bottom:10px;
	font-weight:600;
	text-transform:uppercase;
	font-family: 'Roboto Slab', serif;
	}
#specialists h2 span{
	color:#fff;
	}
	
#specialists h3{
	color:#fff;
	font-size:14px;
	text-align:center;
	margin-bottom:40px;
	font-weight:600;
	text-transform:none;
	font-family: 'Roboto Slab', serif;
	}
#specialists .team1 {
    border: 15px solid transparent;
    float: left;
    width: 100%;
}
.specialists-shadow {
	float:left;
	width:100%;
	padding:15px;
	background:#fff;
	border: 5px solid rgba(202, 15, 77, .5);
	-webkit-transition: all 1s ease-in-out;
	border-radius:5px;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}
.specialists-shadow:hover{
	background:#245397;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}

.specialists-shadow:hover .read{
	background:#245397;
	color:#fff;
	text-decoration:none;
	}
	
#specialists img{
	border:0px !important;
	padding:5px !important;
	margin-bottom:0px !important;
	background:none !important;
	float:none;
	display:inline-block;
	text-align:center;
	}
.specialists-shadow:hover{
	background:#fff;
	}
.specialists-shadow {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 5px solid rgb(227, 41, 52);
    -webkit-transition: all 1s ease-in-out;
    border-radius: 5px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.specialists-read{
	float:none;
	padding:8px 30px;
	border-radius:5px;
	display:inline-block;
	text-align:center;
	margin-top:10px;
	font-weight:600;
	font-family: 'Roboto Slab', serif;
	color:#245397;
	}	
	
	
		
/*--------------------*/
/* Home NEW SECTION */
/*--------------------*/	




.home-new-section {
    background: #fff;
    font-family: Roboto,sans-serif;
    overflow: hidden;
	float:left;
	width:100%;
}	
.projects-portfolio {
    background: #fff !important;
}

.projects-portfolio h2 {
    color: #d71a1f !important;
    font-size: 24px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
	font-weight:600 !important;
    text-transform: uppercase !important;
    font-family: 'Roboto Slab', serif !important;
}
.projects-portfolio  h2 span {
    color: #245397;
}
.projects-portfolio .descr {
    color: #d71a1f !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-family: 'Roboto Slab', serif !important;
	opacity:1 !important;
}
.projects-portfolio{
	padding-bottom:0px !important;
	}
.projects-portfolio .pp-load-more a {
    font-weight: 600;
    color: #fff !important;
	background:#ca0f4d;
	font-size:24px !important;
	padding:8px 30px;
	border-radius:4px;
	font-family: 'Roboto Slab', serif !important;
}
.projects-portfolio .pp-load-more a:hover {
    font-weight: 600;
    color: #000 !important;
	text-decoration:none;
}
/*--------------------*/


	
/*--------------------*/
/*Contact Page */
/*--------------------*/

#contact-us{
	padding:0;
	float:left;
	width:100%;
	}
#contact-page h2{
	color:#000 !important;
	margin-top:30px;
	}
#contact-info{
	padding-top:0px;
	float:left;
	width:100%;
	}

.gmap-area {
  background-image: url("assets/images/map.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0;
}

.gmap-area .gmap iframe {
  border-radius: 50%;
  height: 330px;
  width: 350px;
}
.full-contact{
	float:left;
	width:100%;
	}
.gmap{
    border: 10px solid #f6f5f0;
    border-radius: 50%;
    height: 350px;
    width: 350px;
    box-shadow: 0px 0px 3px 3px #e7e4dc;
    overflow: hidden;
    position: relative;
    margin: 0 auto;
	margin-top:50px;
}

.gmap-area .map-content ul {
  list-style: none; 
}

.gmap-area .map-content address h5{
  font-weight: 700;
  /* font-size: 16px; */
}

#contact-page{
  padding-top: 0;
}

#contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
}

textarea#message{
  resize: none;
  padding: 10px;
}

#contact-page .contact-wrap {
  margin-top: 20px;
}


	
/*--------------------*/
/*Top Bottom */
/*--------------------*/	
	
.top-bottom{
	float:left;
	width:100%;
	background:#245397;
	padding:30px 0px;
	}
	
.top-bottom h1{
	color:#fff;
	margin:20px 0px 20px;
	font-size:24px;
	font-weight:normal;
	text-align:center;
	font-family: 'Roboto Slab', serif !important;
	text-transform:uppercase;
	font-weight:600;
	}	
.top-bottom h2{
	color:#cc0000;
	margin:0px 0px 20px;
	font-size:22px;
	font-weight:normal;
	text-align:center;
	font-family: 'Roboto Slab', serif !important;
	text-transform:none;
	font-weight:bold;
	}
.top-bottom .team1 {
    border: 15px solid transparent;
    float: left;
    width: 100%;
}
.top-bottom img{
	border:0px !important;
	padding:5px !important;
	margin-bottom:0px !important;
	background:none !important;
	}
.top-bottom .specialists-shadow:hover{
	background:#fff;
	}
.top-bottom .specialists-shadow {
    float: left;
    width: 100%;
    padding: 15px;
    background: #fff;
    border: 5px solid rgb(227, 41, 52);
    -webkit-transition: all 1s ease-in-out;
    border-radius: 5px;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
/*--------------------*/
/*Blog Area */
/*--------------------*/	

.blog-area
{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	padding:40px 0px;
}
.blog
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
}

.blog h1{	
	color:#000;
	font-size:30px;
	font-weight:600;
	text-transform:none;
	margin-bottom:20px;
	font-family: myFirstFont1;
	text-align:justify;
	background:url(assets/images/line1.png) no-repeat bottom left;
	padding-bottom:15px;
	margin-top:10px;
}

.blog h2{
	font-size:22px;
	margin-bottom:5px;
	margin-top:0px;
	text-align:justify;
	color:#000;
	font-weight:600;
	font-family: myFirstFont1;
	line-height:1.6;
	}
.blog .col-md-2{
	padding:0px;
	}

.blog h3{
	color:#fff;
	margin:55px 0px 10px;
	font-size:60px;
	font-weight:700;
	text-align:center;
	text-transform:none;
	padding-bottom:15px;
	}
.blog h4{
	color:#fff;
	margin:0px 0px 20px;
	font-size:42px;
	font-weight:700;
	text-align:center;
	text-transform:none;
	padding-bottom:15px;
}
		
.blog p{
	color:#858080;
	font-size:14px;
	text-align:justify;
	padding: 0px 0 4px;
	line-height:1.6;
	}
.blog img{
	max-width:100%;
	float:none;
	display:inline-block;
	text-align:center;
	border:1px solid #858080;
	}
.bgs{
	float:left;
	width:100%;
	}
.bd
{
	float:left;
	text-align:center;
	width:100%;
	border:2px solid #fde428;
	padding:12px 10px;
	color:#fff;
}
.bd p{
	font-size:15px;
	line-height:2;
	}
.bd .read {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #004b85 !important;
    font-weight: normal;
    text-align: center;
    line-height: 1.5;
    float: none;
    display: inline-block;
    text-align: center;
    text-transform: none !important;
    background: none !important;
    padding: 0px 0px !important;
    margin-right: 0px;
    border-radius: 0px;
    margin-top: 10px;
    font-weight: bold !important;
    margin-right: 0px;
    margin-bottom: 20px;
    text-decoration: none;
}

/*--------------------*/
/* Newsletter */
/*--------------------*/
#newsletter{
	float:left;
	width:100%;
	background:#6c1819;
	padding:30px 0px; 
	}
#newsletter h1{
    color: #ffb95f;
    font-size: 34px;
    font-weight: normal;
    text-transform: none;
    margin-bottom: 25px;
    font-family: myFirstFont3;
    text-align: center;
    background: url(assets/images/line2.png) no-repeat bottom center;
    padding-bottom: 30px;
    margin-top: 10px;
}
#newsletter .team1{
	border:0px;
	}
.news{
	float:left;
	width:100%;
	margin-top: 0px;
	padding:20px 10px;
    }
.newsletter p{
	color:#181818;
	line-height:2;
	font-size:16px;
	text-align:center;
	}
.newsletter{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top: 0px;
    }
.newsletter img{
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:20px;
	border:2px solid #fff;
	border-radius:50%;
	}
.newsletter .col-md-8{
	padding-right:0px;
	}
.newsletter .col-md-4{
	padding-left:0px;
	}

.newsletter input {
    width: 100%;
    padding:7.3px 3%;
    background:#f1f1f1;
    color: #959595;
	font-size:13px;
	border-radius:0px;
	border:1px solid #dadada;
	font-family: 'Open Sans', sans-serif;
	margin-bottom:0px;
	font-style:italic;
	float:left;
}

.newsletter input.submit {
	background:#245397;
    color: #fff;
    border-radius:0px;
    width: 100%;
    padding: 7px 0px;
    cursor: pointer;
	float:left;
	display:inline-block;
	text-align:center;
	font-size: 15px;
    font-weight: 600;
	margin-top:0px;
	font-family: 'Open Sans', sans-serif;
	border:none;
	text-transform:uppercase;
}

.newsletter p {
    margin-bottom: 0px;
	color:#fff;
}
.newsletter input[placeholder] {
   color:#000 !important;
}
::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #000;
}




/*--------------------*/
/* FOOTER */
/*--------------------*/


#footer{
  background-color:#000000;
  display:inline;
  float:left;
  padding:0px 0 0px;
  width:100%;
}
.ftp{
	float:left;
	width:100%;
	border-bottom:1px solid #d3d3d3;
	padding-bottom:20px;
	}
.footer-top{
	float:left;
	width:100%;
	margin-bottom:25px;
	}
.toop-footer{
	float:left;
	width:100%;
	}

#footer h1{
	text-align:left;
	color:#fff;
	margin:10px 0px 30px;
	font-size:22px;
	text-transform:none;
	font-weight:500;
	font-family: 'Roboto Slab', serif !important;
	}
#footer h1 img{
	margin-right:10px;
	}
#footer h2 {
	text-align:left;
	color:#838383;
	margin:0px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:600;
	padding:0;
	line-height:1;
	font-family: 'Roboto Slab', serif !important;
	}
.widget h2{
	color:#fff;
	font-size:18px;
	font-weight:normal;
	text-align:justify;
	text-transform:none;
    padding-bottom:0px;
	font-weight:500;
	position:absolute;
	top:40%;
	left:40%;
	text-align:center;
	margin:0 auto;
	display:none;
	z-index:555;
	}
.widget .col-md-4{
	padding:5px;
	}
#footer h3 {
	text-align:left;
	color:#db2020;
	margin:0px;
	font-size:16px;
	padding:0;
	line-height:1.5;
	text-transform:none;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.footer_news{
	float:left;
	width:100%;
	margin-bottom:15px;
	}
.footer_news img{
	float:left;
	margin-right:10px;
	}
#footer p{
    text-align: justify;
    color: #b7c4d2;
    font-size: 14px !important;
    margin-bottom: 0px;
    text-transform: none;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}
.fas .fa{
	color:#fff;
	background:#2456dd;
	padding:6px;
	width:24px;
	margin-bottom:0px !important;
	height:24px;
	border-radius:50%;
	font-size:10px;
	text-align:center;
	}
.fas span {
    margin-right: 34px;
    float: left !important;
}
#footer p span{
	float:right;
	}
#footer p a{
	text-align:justify;
	color:#b7c4d2;
	font-size:14px;
	margin-bottom:0px;
	text-transform:none;
	text-decoration:none;
	font-weight:600;
	font-family: 'Open Sans', sans-serif;
	}
.footer_news .fa{
	border-radius:50%;
	padding:9px;
	text-align:center;
	width:30px;
	height:30px;
	background:#245397;
	color:#fff;
	}

.widget img{
	float:none;
	display:inline-block;
	text-align:center;
	background:#000;
	}
.widget img:hover{
	opacity:.2;
	}
.hover{
	background:#000;
	}
.hover:hover h2{
	display:block;
	}

.recent-work-wrap {
  position: relative;
}

.recent-work-wrap img{
  width: 100%;
}

.recent-work-wrap .recent-work-inner{
  margin-top:35%;
  background: transparent;
  opacity: .8;
  width: 100%;
  border-radius: 0;
  margin-bottom: 0;
}

.recent-work-wrap .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 0;
  background: #e70e2d;
  color: #fff;
  vertical-align: middle;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;  
  padding: 0px;
}

.recent-work-wrap .overlay .preview {
  bottom: 0;
  display: inline-block;
  height: 100%;
  line-height: 50px;
  border-radius: 0;
  background: transparent;
  text-align: center;
  color: #fff;
  width:100%;
}

.recent-work-wrap:hover .overlay {
  opacity: 1;
}



#footer p .fa{
	margin-right:10px;
	margin-bottom:10px;
	}
.footer_logo{
	float:left;
	width:100%;
	border-right:1px solid #4d4d4d;
	}

.bottom-footer{
	float:left;
	width:100%;
	background:#000000;
	padding:10px 0px;
	margin-top:0px;
	}
.footer-left{
  display:inline-block;
  text-align:center;
  float: left;
}

.footer-left p {
  color: #b7c4d2 !important;
  font-size: 14px !important;
  text-align:center !important;
  margin: 0;
  font-weight:normal;
  margin-top:5px;
  margin-bottom:0px !important;
}

.footer-left p a{
  color: #fff !important;
  font-weight:700;
}

.footer-left p a:hover{
  text-decoration: none;
  outline: none;
}

.footer-right{
  display: inline;
  float: right;
  text-align: right;
} 

.footer-right a{
  color: #fff;
  font-size: 14px;
  float:left;
  margin-left:10px;
  padding:7px 6px 0px;

}
.footer-right a:hover{
	color:#f00 !important;
	}


/*======================///////////////
			START SERVICE PAGE
=====================///////////////*/


.service-page{
	float:left;
	width:100%;
	}
.service-page .banner-container{
	background:url(assets/images/serv_banner.jpg) no-repeat center center;
	padding:20px 0px;
	background-size:cover;
	}
.service-page .banner-container img{
	float:left;
	max-width:100%;
	width:auto;
	}
.services-section {
    font-family: 'Hind', sans-serif;
	float:left;
	width:100%;
	padding:20px 0px;
}
#services-area{
	float:left;
	width:100%;
	}
.services-content {
    font-family: "Hind", sans-serif;
    font-size: 13px;
    font-weight: 100;
    text-align: justify;
    padding: 16px 0;
}
.services-main-img {
    background: #f4f4f4;
    height: 100%;
    box-shadow: inset 0 0 12px rgba(0,0,0,0.1);
}
.ban-texts{
	position:absolute;
	right:0;
	top:40%;
	z-index:99999;
	width:50%;
	}
.ban-texts h1{
	color:#fff;
	text-align:justify;
	font-size:32px;
	margin-bottom:20px;
	}
.ban-texts p{
	color:#fff;
	text-align:justify;
	font-size:18px;
	line-height:1.8;
	}
.web-applications-content {
    background: #d7675f;
    height: 100%;
}
.web-applications-content span.box-arrow {
    border-right: 17px solid #d7675f;
}
.mobile-applications-content span.box-arrow {
    border-right: 17px solid #79bcc1;
}
span.box-arrow {
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    position: absolute;
    left: -17px;
    top: 45%;
}
.services-heading {
    font-family: "Hind", sans-serif;
    font-size: 20px;
    text-transform: capitalize;
    margin: 17px 0 18px;
    color: #FFF;
    text-shadow: 0 1px 7px rgba(0,0,0,0.3);
    font-weight: 600;
    text-align: left;
}
.our-services p {
    font-size: 14px;
    line-height: 20px;
    color: #f6f6f6;
	margin-bottom:20px;
    text-align: justify;
}
.services-view-more {
    border: 0;
    background: 0;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    margin-top: 14px;
}
.mobile-applications-content {
    background: #79bcc1;
    height: 100%;
}
.services-row-two {
    margin-top: 10px;
}
.our-services .row {
    height: 100%;
}
.infrastature-managment-content {
    background: #f09931;
    height: 100%;
}
.infrastature-managment-content span.box-arrow {
    z-index: 2;
    left: 100%;
    bottom: 0;
    position: absolute;
    top: 50%!important;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 20px solid #f09931;
    border-right: 20px solid transparent;
}
.out-sourcing-content {
    background: #9abfee;
    height: 100%;
}
.out-sourcing-content span.box-arrow {
    z-index: 2;
    left: 100%;
    bottom: 0;
    position: absolute;
    top: 50%!important;
    border-width: 16px 20px;
    border-style: solid;
    border-color: transparent transparent transparent #9abfee;
}
@media (max-width: 640px) and (min-width: 200px)
{
.out-sourcing-content span.box-arrow {
    z-index: 2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #9abfee;
    width: 0;
    height: 0;
    left: 45%;
    top: -32px !important;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.mobile-applications-content span.box-arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #79bcc1;
    width: 0;
    height: 0;
    left: 45%;
    top: -33px;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.web-applications-content span.box-arrow {
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #d7675f;
    width: 0;
    height: 0;
    left: 45%;
    top: -33px;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.infrastature-managment-content span.box-arrow {
    z-index: 2;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 16px solid #f09931;
    width: 0;
    height: 0;
    left: 45%;
    top: -32px !important;
}
}
@media (max-width: 980px) and (min-width: 641px)
{
.services-main-img {
    text-align: center;
    width: 50%;
    float: left;
}
}
@media (max-width: 980px) and (min-width: 641px)
{
.web-applications-content, .mobile-applications-content, .infrastature-managment-content, .out-sourcing-content {
    padding: 15px 27px;
    width: 50%;
    float: left;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.web-applications-content, .mobile-applications-content, .infrastature-managment-content, .out-sourcing-content {
    padding: 15px;
	width:100%;
	float:left;
	display:inline-block;
	text-align:center;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.services-main-img {
    text-align: center;
    float: none;
    display: inline-block;
    width: 100%;
}
.services-main-img img {
    text-align: center;
	float:none;
	display:inline-block;
}
}

@media (max-width: 640px) and (min-width: 200px)
{
.services-main-img img {
    position: inherit;
    bottom: 0;
    width: auto;
    left: 0;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.services-main-img img {
    bottom: 0;
    clear: both;
    position: inherit;
}
.navbar-inverse .navbar-brand {
    /* font-size: 36px; */
    line-height: 50px;
    color: #fff;
    float: left;
    width: 50% !important;
}
}
@media (max-width: 767px)
{
.hidden-xs {
    display: none!important;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
.our-services {
    height: auto !important;
    margin-bottom: 10px;
}
}
@media (max-width: 640px) and (min-width: 200px)
{
#services-area .row {
    margin: 0;
}
}
.our-services {
    height: 301px;
}


/*======================///////////////
			START PORTFOLIO PAGE
=====================///////////////*/

.feat-expanded-section{
	float:left;
	width:100%;
	}
	
	
	
	

/*======================///////////////
			START ABOUT PAGE
=====================///////////////*/


.about-page{
	float:left;
	width:100%;
	}
.about-page .banner-container{
	/*background:url(assets/images/serv_banner.jpg) no-repeat center center;*/
	padding:0px 0px;
	background-size:cover;
	}
.about-page .banner-container img{
	float:left;
	max-width:100%;
	width:auto;
	}
.about-section {
    font-family: 'Roboto', sans-serif;
	float:left;
	width:100%;
	text-align:center;
	padding:20px 0px 0px;
}
#about-area{
	float:left;
	width:100%;
	}
.about-content {
    font-family: "Hind", sans-serif;
    font-size: 13px;
    font-weight: 100;
    text-align: justify;
    padding: 16px 0;
}	
.about-section h1{
	font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 30px;
    color: #222;
    position: relative;
    margin-bottom: 0px;
	}
.about-section p {
    color: #5e5e5e;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: justify;
}
.about-section span3{
	float:none;
	display:inline-block;
	text-align:center;
	width:120px;
	background:red;
	height:2px;
	margin-top:10px;
    margin-bottom: 20px;	
	}
.cdss{
	margin-top:0px;
	}
.about-section .features{
	position:relative;
	z-index:555;
	margin-top:-330px;
	}
.about-section .feature-shadow{
	background:rgba(255, 255, 255, .9);
}

.about-section .team1{
	border:15px solid transparent;
	}
	

/***********************
****Portfolio page css****
***********************/
#portfolio{
	padding-top:0px !important;
	}
.text-head{
	background:#042532;
	color:#fff;
	padding-top:150px;
	float:left;
	text-transform:none;
	font-weight:normal;
	width:100%;
	margin-bottom:0px;
	}
.text-head h3{
	color:#fff;
	}
.center h3 {
    font-size: 36px;
    margin-top: 0;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-transform:none;
	line-height:1.5;
	font-weight:normal;
    margin-bottom: 20px;
}
.center p{
	font-weight:normal !important;
	}
.center h2 {
    font-size: 36px;
	font-family: 'Open Sans', sans-serif;
	color:#fff;
	text-transform:none;
	font-weight:normal;
    margin-top: 0;
    margin-bottom: 20px;
}
.center {
    text-align: center;
    padding-bottom: 20px;
    float: left;
    width: 100%;
}
.portfolio{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:30px;
	}
.portfolio h2{
	color:#fff;
	font-size:22px;
	text-align:center;
	padding:11px 0px;
	margin-top:52px;
	text-transform:uppercase;
	position:relative;
	z-index:555;
	}
.portfolio h2 a{
	color:#fff;
	text-decoration:none;
	}
.hvr a .fa{
	color:#fff;
	font-weight:lighter;
	-webkit-text-stroke: 10px transparent;
	font-size:45px;
	margin-top:20px;
	border-radius:50%;
	border:2px solid #fff;
	padding:10px;
	text-align:center;
	display:inline-block;
	float:none;
	width:70px;
	-webkit-font-smoothing: antialiased;
	height:70px;
	}
.demo{
	float:none;
	display:inline-block;
	text-align:center;
	border:2px solid #fff;
	border-radius:5px;
	margin-top:40px;
	padding:8px 35px;
	color:#fff;
	text-decoration:none;
	}
.demo:hover{
	text-decoration:none;
	color:#fff;
	}
.portfolio span a{
	color:#042532;
	font-size:14px;
	text-align:right;
	font-style:italic;
	font-weight:600;
	float:left;
	width:100%;
	text-decoration:underline;
	}
.portfolio img{
	border:1px solid #042532;
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	}
.sepreater{
	border-top:1px solid #ccc;
	margin-top:10px;
	margin-bottom:20px;
	float:left;
	width:100%;
	}
.heading{
	margin-top:0px;
	line-height:1.5;
	margin-bottom:20px;
	font-size:28px;
	background:url(../images/line.png) no-repeat bottom center;
	padding-bottom:10px;
	}
.plan{
	margin-top:50px;
	}
.plan h3{
	font-size:25px;
	text-align:center;
	background:#000;
	padding:20px 0px;
	color:#fff;
	margin-top:0px;
	}
.plan h3 .fa{
	margin-right:15px;
	font-size:25px;
	margin-left:-25px;
	}

.plan ul{
	margin:0;
	padding:15px;
	}
.plan li{
	list-style-type:none;
	padding-left:20px;
	color:#fff;
	text-align:center;
	font-size:16px;
	padding:10px 0px 10px 20px;
	background:url(../images/arw.png) no-repeat left;
	float:none;
	display:inline-block;
	width:100%;
	}
.plan li p{
	margin-bottom:0px;
	text-align:center;
	}
.plan-green{
	float:left;
	width:100%;
	background:#30c95e;
	}
.plan-blue{
	float:left;
	width:100%;
	background:#39a4dc;
	}
.plan-gold{
	float:left;
	width:100%;
	background:#30c95e;
	}
.inner{
	float:left;
	width:100%;
	position:relative;
	margin-bottom:15px;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}
.inner:hover{
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  }
.inner:hover .hvr{
	display:block;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  background:rgba(0, 0, 0, .8);
  transition: all 1s ease-in-out;
  position:absolute;
	z-index:99999;
	height:100%;
	width:100%;
	bottom:0;
	}
.hvr{
	display:none;
	}

/*************************
********* About Us Page CSS ******
**************************/
#about-us{
	padding-top:0px !important;
	}
.about-text-head{
	background:#042532;
	color:#fff;
	padding-top:30px;
	margin-bottom:0px;
	float:left;
	margin-top:112px;
	width:100%;
	}
.about-text-head h2{
	color:#fff;
	}
.about-us {
  margin-top: 110px;
  margin-bottom: -110px;
}
.team-wrap{
	padding-top:0px !important;
	}
.team{
	float:left;
	width:100%;
	margin-top:30px;
	}
.team-wrap p{
	text-align:justify;
	font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
	}
.team img{
	margin-top:0px;
	margin-bottom:15px;
	width:100%;
	overflow:hidden;
	border:1px solid gray;
	}
.port{
	
	}
.about-us h2, 
.skill_text h2 {
  color:#4e4e4e;
  font-size: 30px;
  font-weight: 600;
}

.about-us p {
  color:#4e4e4e;
}
#about-slider{
	background:#123745;
	}
#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -25px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
  border: 1px solid #777;
  border-radius:50%;
  font-size: 28px;
  height: 50px;
  padding: 8px;
  position: absolute;
  top: 50%;
  width: 50px;
  color:#777;
}

#carousel-slider a i:hover {
  background:#bfbfbf;
  color:#fff;
  border: 1px solid #bfbfbf;
}

#carousel-slider 
.carousel-control {
  width:inherit;
}

#carousel-slider .carousel-control.left i {
  left:0px
}

#carousel-slider .carousel-control.right i {
  right: 0px;
}

#carousel-slider
.carousel-control.left, 
#carousel-slider
.carousel-control.right {
  background: none;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;

}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}


.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}


.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}


.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}
#ttle {
    width: 100%;
    height: auto;
    float: left;
}

/***********************
********* Payroll Management ******
************************/

.softwares-display {
    background: #fff url(../images/restaurant.png) center center no-repeat;
    width: 440px;
    height: 440px;
    margin: 100px auto 150px;
    position: relative;
}
.softwares-display > ul {
    overflow: hidden;
    width: 100%;
    list-style: none;
    padding: 0;
    line-height: 16px;
}
.softwares-display li {
    color: #414141;
    width: 110px;
    height: 110px;
    position: absolute;
    transition: 1.6s ease;
    -webkit-transition: 1.6s ease;
    opacity: 1;
	list-style-type:none;
}
.softwares-display li.center-in {
    height: 225px;
    position: relative;
    width: 225px;
    z-index: 11;
    /*margin: 26% 14% 26%;*/
	margin: 26%;
}
.softwares-display .center-in span {
    height: 225px;
    width: 225px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
}
.softwares-display li span {
    display: block;
    height: 108px;
    margin: 0 auto;
    position: relative;
    width: 108px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.softwares-display li.top-in-center {
    left: 171px;
    top: -45px;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
    text-align: center;
}
.softwares-display li.right-in-top {
    right: 10px;
    top: 15px;
    transition: 1.7s ease;
    -webkit-transition: 1.7s ease;
}
.softwares-display li.right-in-center {
    right: -50px;
    top: 167px;
    transition: 0.9s ease;
    -webkit-transition: 0.9s ease;
}
.softwares-display li.right-in-bottom {
    right: 12px;
    bottom: 3px;
    transition: 1.2s ease;
    -webkit-transition: 1.2s ease;
}
.softwares-display li.bottom-in-center {
    left: 170px;
    top: 384px;
    text-align: center;
    transition: 1.1s ease;
    -webkit-transition: 1.1s ease;
}
.softwares-display li.left-in-bottom {
    left: 13px;
    top: 316px;
    transition: 1.5s ease;
    -webkit-transition: 1.5s ease;
}
.softwares-display li.left-in-center {
    left: -54px;
    top: 168px;
    transition: 1.15s ease;
    -webkit-transition: 1.15s ease;
}
.softwares-display li.left-in-top {
    left: 10px;
    top: 20px;
    transition: 0.8s ease;
    -webkit-transition: 0.8s ease;
}
.softwares-display li span img {
    border: 2px solid #9CF;
    vertical-align: middle;
    border-radius: 100%;
    -webkit-border-radius: 100%;
}
.softwares-display strong{
	font-weight:normal;
}
.softwares-display .top-in-center strong {
    top: -28px;
    left: -9px;
}
.softwares-display .right-in-top strong {
    top: 20px;
    left: 120px;
    text-align: left;
}
.softwares-display .right-in-center strong {
    top: 33px;
    left: 120px;
}
.softwares-display .right-in-bottom strong {
    top: 38px;
    left: 120px;
    text-align: left;
}
.softwares-display .bottom-in-center strong {
    top: 116px;
    left: -15px;
}
.softwares-display .left-in-bottom strong {
    top: 40px;
    right: 120px;
    width: 125px;
    display: inline-block;
    text-align: right;
}
.softwares-display .left-in-center strong {
    top: 30px;
    right: 120px;
    display: inline-block;
    width: 125px;
    text-align: right;
}
.softwares-display .left-in-top strong {
    top: 19px;
    right: 120px;
    text-align: right;
}
.softwares-display .top-in-center strong, .softwares-display .right-in-top strong, .softwares-display .right-in-center strong, .softwares-display .right-in-bottom strong, .softwares-display .bottom-in-center strong, .softwares-display .left-in-bottom strong, .softwares-display .left-in-center strong, .softwares-display .left-in-top strong {
    position: absolute;
    width: 130px;
    font-weight: normal;
}
#software-demo{
	margin:0px;
	padding:0;
	}
.software {
  background:url(../images/brochure_bg.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}
.inventory {
  background:url(../images/brochure_bg1.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}
.school-img {
  background:url(../images/brochure_bg2.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}

.hospital-img {
  background:url(../images/brochure_bg3.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}

.eye-img {
  background:url(../images/brochure_bg4.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}
.optical-img {
  background:url(../images/brochure_bg5.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  text-align:center;
}
.erp-img {
  background:url(../images/brochure_bg6.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}
.counter-img {
  background:url(../images/brochure_bg7.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}
.centersss-img {
  background:url(../images/brochure_bg8.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}


.tracker-img {
  background:url(../images/brochure_bg9.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}


.transport-img {
  background:url(../images/brochure_bg10.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}

.printshop-img {
  background:url(../images/brochure_bg11.jpg) no-repeat center top;
  background-size:100% auto;
  padding: 5vw 0px;
  border:1px solid #000;
  text-align:center;
}
#software-demo .recent-work-wrap .overlay{
	margin-left:15px;
	width:92%;
	}
#software-demo .recent-work-wrap .recent-work-inner h3 a {
    font-size: 20px;
    color: #fff;
}

.software h1{
  margin-top: 10px;
  margin-bottom:20px;
  padding:6px 0px;
  color:#000;
  font-size:36px;
  text-align:center;
  text-transform:none;
  background:url(../images/line1.png) no-repeat bottom center;
  padding-bottom:15px;
}

.software .btn-slide_software {
    padding: 8px 20px;
    color: #38a4dd;
    border-radius: 0px;
    margin-top: 25px;
    margin-right: 20px;
	float:none;
	font-weight:600;
	text-align:center;
	border:1px solid #38a4dd;
    display: inline-block;
}
.payroll_partner{
	float:none;
	display:inline-block;
	text-align:center;
}
.payroll_partner img{
	float:none;
	display:inline-block;
	text-align:center;
	margin-left:0 !important;
	box-shadow: 0px 0px 0px #000 !important;
	}
.software a{
	background:#ff274c;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	padding:9px 30px;
	text-decoration:none;
	font-weight:600;
	float:right;
	}	
.software .rt{
	float:right;
	width:100%;
	}	
.rt img{
	float:right;
	margin-right:50px;
	-webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 0.7s;
  width:10vw;
	}
	
@-webkit-keyframes blinker {  
  from { opacity: 1.0; }
  to { opacity: 0.0; }
}

.software .lt a{
	background:#ff274c;
	color:#fff;
	border-radius:5px;
	font-size:16px;
	padding:9px 30px;
	text-decoration:none;
	font-weight:600;
	float:left !important;
	}	
.software .lt{
	float:left;
	width:100%;
	}	
.lt img{
	float:left;
	margin-left:32px;
	-webkit-animation-name: blinker;  
  -webkit-animation-iteration-count: infinite;  
  -webkit-animation-timing-function: cubic-bezier(.5, 0, 1, 1);
  -webkit-animation-duration: 0.7s; 
  width:10vw;
	}  
	
/***********************
********* Hospital Management ******
************************/	

.hospital-softwares-display{
	margin:0 auto;
	position:relative;
	height:550px;
	width:100%;
	float:none;
	display:inline-block;
	text-align:center;
	}	
.hospital{
	float:none;
	display:block;
	text-align:center;
	position:relative;
	width:100%;
	margin-top:50px;
	height:550px;
}
.front-h1 {
    position: absolute;
    top: 50%;
    left: 50%;
	font-size: 26px;
    color: #47AB7E;
    transform: translate(-50%, -50%);
    margin-bottom: 10px;
}
/* Basic background image styling. */
.background-image {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* Styles for the alternating / transition effect. */
.toggle-image {
 	position:absolute;
	width:650px;
	top: 0;
	left:20%;
	float:none;
	margin:0 auto;
	height:450px;
	display:inline-block;
	text-align:center;
	background-size:cover;
	transition: opacity 1s ease-in-out;
}

/* Styles for the specific images. */
.first-image {
	background-image: url('../images/hospital/bg.png');	
	z-index: -3;
	opacity: 0;
}

.second-image {
	background-image: url('../images/hospital/bg1.jpg');
	z-index: -2;
	opacity: 0;
}

.first-image.show {
	opacity: 1;
}

.second-image.show {
	opacity: 1;
}
#acg-4 .abut-con {
    background: rgba(255, 255, 255, 0);
}
.abut-con {
    width: 100%;
    height: auto;
    float: left;
    background: #ffffff;
    padding: 0;
    text-align: justify;
    z-index: 10;
}
.acg-top-pad20 {
    padding-top: 20px;
}
#about-page {
    width: 100%;
    height: auto;
    float: left;
    padding: 0 15px;
    background-color: rgba(255, 255, 255, 0.9);
}
.acg-bottom-pad20 {
    padding-bottom: 20px;
}
#ttle {
    width: 100%;
    height: auto;
    float: left;
}
#ttle h1 {
    color: #1168b1;
    border-bottom: #1168b1 1px solid;
    border-top: #1168b1 1px solid;
    background: transparent;
    padding: 8px 0px 8px 0px;
    font-size: 18px;
	margin-top:0px;
}
#ttle h1 .fa{
	margin-right:10px;
	}
#featur {
    width: 50%;
    height: auto;
    float: left;
    border: 1px solid rgba(0, 0, 0, 0.3);
    margin: 20px 0;
    position: relative;
}
#featur .head {
    width: 100%;
    height: auto;
    float: left;
    background: rgba(0, 0, 0, 0.1);
    color: #000;
    font-size: 17px;
    line-height: 40px;
    padding-left: 15px;
    font-family: 'open_sansregular';
}
.team-wrap p a{
	color:#fff;
	float:right;
	padding:6px 30px;
	border-radius:5px;
	font-size:16px;
	background:#1168b1;
	}
.team-wrap p a:hover{
	text-decoration:none;
	background:#187ed5;
	-webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
	}
#featur .head h1{
	border:0px;
	}
#featur .featur-content {
    width: 100%;
    height: auto;
    float: left;
    padding: 5px 10px;
    color: #707070;
}
#product-list {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}
.abut-con ul {
    list-style: none;
    padding: 10px;
    float: left;
    width: 100%;
}
#product-list li {
    display: block;
    margin: 3px 5px;
    padding: 0;
    width: 96%;
    float: left;
    text-align: left;
    position: relative;
    padding-left: 20px;
}
#product-list li:before {
    font-family: 'FontAwesome';
    font-size: 16px;
    content: '\f101';
    position: absolute;
    left: 0;
    top: -1px;
    color: #da4926;
}
#about-page h2 {
    font-family: arial;
    position: relative;
    padding: 12px 10px;
    width: 100%;
    height: auto;
    text-align: left;
    border: 0;
    border-top: rgba(0, 0, 0, 0.2) 1px solid;
    border-bottom: 0;
    font-size: 18px;
    font-weight: 500;
    color: #242424;
    background: #f8f8f8;
    float: left;
}
#new-product-list {
    list-style: none;
    margin: 10px 0;
    float: left;
    width: 100%;
    padding: 0;
    height: auto;
}
#new-product-list li, #new-product-list1 li {
    display: block;
    margin: 1px 0;
}

#new-product-list li a, #new-product-list li .nonl {
    color: #394739;
    text-decoration: none;
    width: 100%;
    min-height: 60px;
    padding: 20px 10px;
    line-height: 20px;
    font-size: 14px;
    float: left;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    border-radius: 0px;
    text-shadow: 0px 1px 1px #d5ecf9;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
    font-weight: 600;
    font-family: candara;
    background: #a3c9e1;
}

#new-product-list li a.blue, #new-product-list li .blue {
    background: rgba(121, 190, 226, 0.8);
}
#new-product-list li a.cyan, #new-product-list li .cyan {
    background: rgba(121, 222, 226, 0.3);
}
#new-product-list li a.purple, #new-product-list li .purple {
    background: rgba(128, 177, 218, 0.8);
}
#acg-4{
	padding:0px;
	}
.hospitals{
	padding-bottom:0px;
	}

/***********************
********* School Management ******
************************/
.features-lists{
	float:left;
	width:100%;
	}	
.features-lists ul {
    margin: 0 0 0 0;
    display: inline-block;
    padding: 0;
}
.features-lists .col-md-4 {
    list-style: none;
    float: left;
    margin: 0 0px 0 0;
    padding: 25px 29px 25px;
    border: 1px solid #e3e3e3;
    width: 33%;
    text-align: center;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    text-align: center;
}
.post-content .col-md-4 {
    line-height: 30px;
    color: #000000;
}
.features-lists .icn1, .features-lists .icn2, .features-lists .icn3, .features-lists .icn4, .features-lists .icn5, .features-lists .icn6, .features-lists .icn7, .features-lists .icn8, .features-lists .icn9, .features-lists .icn10, .features-lists .icn11, .features-lists .icn12, .features-lists .icn13, .features-lists .icn14, .features-lists .icn15, .features-lists .icn16, .features-lists .icn17, .features-lists .icn18 {
    display: inline-block;
    margin: 20px 0 0;
    height: 75px;
    width: 100%;
}
.features-lists img {
    background: #fff none repeat scroll 0 0;
    height: auto;
    padding: 10px;
    width: auto;
}
.features-lists h3 {
    margin: 10px 0 5px 0;
    color: #042532;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}
.features-lists h3 a{
	color: #042532;
	}
.features-lists p {
    margin: 0;
    color: #000000;
    font-size: 15px;
    height: 65px;
    text-align: center;
    overflow: hidden;
}
.post-content p {
    margin: 0 0 25px;
    width: 100%;
    line-height: 30px;
    color: #000000;
}

.partner .col-md-3{
	border:1px solid #ccc;
	margin-bottom:20px;
	}





















	

/*======================///////////////
			START RESPONSIVE STYLE
=====================///////////////////////*/


@media(max-width:1199px ){
	#search-icon { 
	  right: 4%;  
	}
  .slide-article {  
    padding-left: 30px;
    padding-right: 0;
    padding-top: 90px;  
  }
  .slide-article h1 {
    font-size: 40px;  
  }
  .blog-news-title h2,
  .blog-news-title h2 > a {  
    font-size: 18px;    
  }
  .main-slider {  
    height: auto;    
  }  
}


@media(max-width:991px ){
	#menu-area #navbar {
    padding-right: 55px;
  }
  .feat-expanded-section .an-item{
	  display:none !important;
	  }
  .center h3{
	  font-size:27px;
	  }
  .lead{
	  font-size:16px;
	  padding: 0px 25px;
	  }
.about-text-head{
	margin-top:50px;
	}
  .feat-expanded-section .tab-lnk{
	  height:100% !important;
	  }
	 .big-offer{
		 background:none;
		 border:1px solid #000;
		 padding:0;
		 }
	.offers{
		display:none;
		}
	.text-head{
		padding-top:100px;
		}
  .menu-top{
	  display:block;
	  color:#000;
	  margin-top:14px;
	  margin-right:30px;
	  }
	 #ttle h1{
		 position:relative;
		 }
	#ttle h1 a {
    float: right;
    position: absolute;
    right: 0;
	cursor:pointer;
    height: 36px;
    width: 45px !important;
    margin-top: -8px !important;
    margin-left: -10px;
    border: 0px;
    background: url(assets/images/back1.jpg);
    border: 1px solid #255497;
    border-top: 0px;
    z-index: 9999999999;

}
#pageContainer .col-md-12{
	padding:0px 15px !important;
	}
#ttle h1 .img-responsive{
	display:none;
	}
	
.portfolio h2 {
    color: #fff;
    font-size: 11px;
    text-align: center;
    padding: 11px 0px;
    margin-top: 10px;
    text-transform: uppercase;
    position: relative;
    z-index: 555;
}
.hvr a .fa {
    color: #fff;
    font-weight: lighter;
    -webkit-text-stroke: 10px transparent;
    font-size: 17px;
    margin-top: 6px;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 10px;
    text-align: center;
    display: inline-block;
    float: none;
    width: 40px;
    -webkit-font-smoothing: antialiased;
    height: 40px;
}
.demo {
    float: none;
    display: inline-block;
    text-align: center;
    border: 1.5px solid #fff;
    border-radius: 5px;
    margin-top: 24px;
    padding: 4px 25px;
    color: #fff;
    text-decoration: none;
    font-size: 13px;
}
.menu-top a{
	color:#000;
	}
  .navbar-default .navbar-nav > li > a {  
  }
  .main-nav li{
	  padding:10px 0px;
	  background:none;
  }
  .welcome-area .col-md-3{
	  display:none;
	  }
  .welcome-area .col-md-2{
	  display:none;
	  }
  .welcome-area .background1{
	  display:none;
	  }
 .hidn{
	display:block;
	position:relative !important;
	float:left;
	}
 .hidn img{
	display:block;
	position:relative !important;
	float:left !important;
	margin-bottom:0px !important;
	margin-top:-55px !important;
	}
.shows{
	display:none !important;
	}
  #search {
    margin: 0 auto;
    width: 100%;
	float:none;
	display:inline-block;
	text-align:center;
  }
 .navbar-collapse .col-md-4{
	 width:100%;
	 padding:0px 15px;
	 }
.navbar-nav{
	padding:0px;
	margin:0;
	}
.navbar-nav>li{
	padding-top:0px;
	}
 .navbar-collapse .col-md-3{
	 display:none;
	 }
 .navbar-collapse .col-md-5{
	 width:100%;
	 padding:0px 15px;
	 }	
 #search button[type="submit"]
{
	width:6%;
}
#search input[type="text"]
{
	width:90%;
}
.social
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:10px;
}

.contact{
	position:relative;
	margin-top:10px;
	width:100%;
	}
.top-bottom h1{
	margin-top:30px;
	}
.contact img{
	display:none;
	}
.col-area{
	position:relative;
	width:100%;
	margin-top:20px;
	display:none;
	}
#feature h1{
	text-align:center;
	background-position:bottom center;
	}
#feature p{
	text-align:;
	}
#feature img{
	display:none;
	}
.read_mores{
	float:none;
	}
.blog h2{
	text-align:center;
	}
.blog p{
	text-align:center;
	}
.white{
	margin-bottom:20px;
	}
.white p{
	text-align:center;
	}
.packages h2{
	text-align:center;
	}
.patients img{
	display:none;
	}
#patients h1{
	text-align:center;
	background-position:bottom center;
	}
#patients p{
	text-align:center;
	background-position:bottom center;
	}
#provider{
	display:none;
	}
#footer h1{
	background-position:top center;
	}
.social span
{
	float:none;
	display:inline-block;
	text-align:center;
}
.newsletter .col-md-4{
	padding-left:15px;
	}
.newsletter .col-md-8{
	padding-right:15px;
	}
#footer p span{
	float:none;
	margin-left:10px;
	font-weight:bold;
	}
.mail
{
	float:none;
	display:inline-block;
	text-align:center;
}
.mail p
{
	float:none;
	display:inline-block;
	text-align:center;
}
#footer .col-md-5{
	display:none;
	}
.social a
{
	float:none;
	display:inline-block;
	text-align:center;
}
  .nvbt-search{
	  float:none;
	  display:inline-block;
	  text-align:center;
	  width:100%;
	  margin-bottom:10px;
	  margin-top:10px;
	  }
  #search-icon {
    right: 3%;
  }
  .slide-article {
    padding-left: 60px;
    padding-right: 0;
    padding-top: 15px;
  }
  .slide-article h1 {
    font-size: 30px;
    line-height: 35px;
  }
  .slide-article p {
    color: #fff;
    margin-bottom: 40px;
  }
  .why-choose-us {
    margin-top: 20px;
  }
  .single-counter {
    margin-bottom: 30px;
  }
  .single-table-price {
    margin-bottom: 40px;
  }
  .single-team-member {
    margin-bottom: 50px;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .blog-news-single {
    margin-bottom: 30px;    
  }
  .title-area {
    padding: 0 100px;
  }
  .single-portfolio {
    width: 33.33%;
  }
  .single-item-content::after {  
    width: 87%;
  }
  .blog-side-bar {
    margin-top: 50px;
  }
  .contact-area-right {
    margin-top: 40px;
  }
  .banner-container{
	  margin-top:55px;
  }
  .new-collection{
	  min-height: 100%;
      max-height:  100%;
	  }
  .navbar-brand{
	  float:left;
	  display:inline-block;
	  text-align:center;
	  width:auto !important;
  }
  .mockup-area h1{
	  font-size:26px;
	  }
  .logo-area img{
	  padding-top:0px;
	  }
  .new-collection h1{
	  font-size:32px;
  }
  .new-collection h2{
	  font-size:24px;
	  }
  .navbar-brand > img{
	  float:none;
	  display:inline-block;
	  text-align:center;
	  margin-top:-20px;
	 }
.banner-caption .col-md-3{
	margin-bottom:10px;
	}
#welcome{
	float:none;
	display:inline-block;
	text-align:center;
	}
#welcome p{
	font-size:18px;
	text-align:center;
	}
#welcome .read{
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:15px;
	
	}
#specialists h1
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
}

.specialists-content
{
	float:left;
	width:100%;
}
.col-md-12
{
	float:left;
	width:100%;
}
.about-content .col-md-10
{
	float:left;
	width:100%;
}
.our-skill h3 span
{
	font-size:25px;
}
.our-skill h3
{
	font-size:35px;
}
#footer h2
{
	text-align:center;
	background-position:center bottom;
}
#footer p
{
	text-align:center;
}
#footer img
{
	float:none;
	display:inline-block;
	text-align:center;
	margin-right:0px;
	margin-bottom:10px;
}
.top-footer
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
}
.news-content
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
}
.footer-right
{
	float:none;
	display:inline-block;
	text-align:center;
	width:100%;
	margin-top:10px;
}
.footer-right a
{
	float:none;
	display:inline-block;
	text-align:center;
}
#blog h1
{
	text-align:center;
}
#blog h2
{
	text-align:center;
}
.news-content img
{
	float:none;
	display:inline-block;
	text-align:center;
}
.footer_news
{
	float:none;
	display:inline-block;
	text-align:center;
}
#about {
    background: #eeeeee !important;
}
#about .background{
	width:100%;
	display:none;
	}
.middle-banner{
	padding-bottom:30px;
	}
#announcement-section{
	background:#000;
	}
#specialists img{
	float:none;
	display:inline-block;
	text-align:center;
	}
#specialists h3{
	text-align:center;
	}
#specialists p{
	text-align:center;
	}
#specialists .read{
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom:20px;
	}
#newsletter h1{
	margin-bottom:10px;
	}
.newsletter input{
	margin-bottom:10px;
	}
#footer h1{
	text-align:center;
	}
#footer h3{
	text-align:center;
	}
.client
{
	margin-top:0px;
}
.client h1
{
	text-align:center;
}
.client p
{
	text-align:center;
}
.single-news img
{
	float:none;
	display:inline-block;
	text-align:center;
}
.news-content
{
	text-align:center;
}
.single-news p span
{
	text-align:center !important;
}
#news-section p
{
	text-align:center !important;
}
.news-title
{
	text-align:center;
}
#blog .col-md-12
{
	float:left;
	width:100%;
}
.footer_logo
{
	border-right:0px solid #4d4d4d;
	border-bottom: 1px solid #4d4d4d;
	margin-bottom:10px;
}
#menu-area .navbar-default {
    background:#fff !important;
	border-bottom: 1px solid #2aa0d8;
}
.mail p{
	color:#2aa0d8;
	}
.mail p span{
	color:#2aa0d8;
	}
.mail p span1{
	color:#2aa0d8;
	}
.bantext{
	width:100%;
	position:relative;
	margin-top:30px;
	}

.about-area{
	margin-top:30px;
	padding-top:30px;
	}
.specialists .col-md-4{
	margin-bottom:30px;
	}
.blog-left{
	width:100%;
	margin-bottom:30px;
	}
.blog-right{
	width:100%;
	}
.top-bar{
	display:none;
	}
.navbar-inverse .navbar-nav > li > a {
    float: left;
    width: 100%;
	padding:8px 20px;
}
.navbar-nav>li {
     margin-left: 0px; 
     padding-bottom: 0px; 
	 float:left;
	 width:100%;
	 text-align:justify;
}
.navbar-inverse .navbar-nav > li > a{
	text-align:justify;
	}
	  .background1{
	  display:none;
	  }
#featur{
	width:100%;
	}	 
}
.navbar-brand{
	padding:0;
	}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #2aa0d8;
    color: #fff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    border-top: 0px solid #4396ff;
    background-color: #2aa0d8;
    color: #fff;
}
.navbar-default .navbar-nav > li > a{
	color: #2aa0d8;
	text-align:left;
	padding:8px 10px;
	}



@media(max-width:767px ){
.header-bottom {    
padding: 0; 
height:auto;  
}
.header-contact ul li:last-child {
display: none;
}
.phone
{
text-align:center;
width:100%;
float:left;
}
#footer p
{
	text-align:center;
}
.footer-right a
{
	float:none;
	display:inline-block;
	text-align:center;
}
.header-slogn
{
width:100%;
}
.header-slogn ul li
{
width:100%;
}
#blog .col-md-12 img
{
	display:none;
}

.header-contact{
	width:100%;
	text-align:center;
}
.header-contact ul li
{
	width:100%;
	float:none;
	display:inline-block;
	text-align:center;
}
.header-login
{
	width:100%;
	float:none;
	display:inline-block;
	text-align:center;
}
  .navbar-brand { 
    margin-top: 0;
	padding:0px !important;
  }
  #search-icon {
    right: 11%;
    top: 5px;
  }
 .ban-texts{
	 display:none;
	 }
	.navbar-brand img {
    float: left !important;
    display: inline-block;
    text-align: center;
    margin-bottom: 0px;
    margin-top: 12px !important;
	margin-right:0px !important;
}
 
  .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #fff;
  }  
  #search {
    width: 100%;
  }
  #menu-area #navbar {
    padding-right: 15px;
  }
  .slider-img {
    display: none;
  }
  .slide-article {
    padding-top: 10px;
  }
  .title-area {
    padding: 0 30px;
  }
  .single-feature {
    text-align: center;
    padding: 0 15px;
  }
  .single-page-header-left {
    text-align: center;
  }
  .single-page-header-right .breadcrumb {
    text-align: center;
    margin-top: 20px;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 0px;
	float:none;
	display:inline-block;
	width:100%;
  }
  .footer-right {
    text-align: center;
	display:none;
  }
  .portfolio-menu {
    padding: 0;
  }
  .portfolio-menu ul li {
    margin: 0 3px 10px;
    padding: 6px 10px;
  }
  .blog-single-tag {
    text-align: center;
  }
  .blog-single-social {
    text-align: center;
    margin-top: 20px;
  }


}
@media(max-width:650px ){
.menu-top span3{
	display:none !important;
	}
}

@media(max-width:480px ){
	#search input {  
    width: 85%;
  }
  #search-icon {
    right: 15%;
    top: 5px;
  }
  .slide-article h1 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .slide-article p {
    margin-bottom: 15px;
    font-size: 14px;
  }
  .read-more-btn {
    font-size: 14px;
    padding: 8px 14px;
  }
  .main-slider .slick-prev, .main-slider .slick-next {
    height: 40px;
    top: 46%;
    width: 40px;
  }
  .title-area .title {
    font-size: 25px;
    line-height: 26px;
    padding-bottom: 0px;
  }
  .title-area {
    padding: 0;
  }
  .title-area p {    
    line-height: 23px;   
    font-size: 15px;
  }
  .single-feature p {
    font-size: 14px;
  }
  .our-skill-content p {
    font-size: 14px;
  }
  .why-choose-group .panel-body p {
    font-size: 14px;
  }
  .subscrib-form {
    width: 100%;
  }
  .footer-left {
    text-align: center;
    margin-bottom: 0px;
  }
  .footer-right {
    text-align: center;
  }
  #login-form .modal-dialog {  
    width: 350px;
  }
  #signup-form .modal-dialog {  
    width: 350px;
  }
  .overlay {
    padding: 50px 0;
  }
  .single-portfolio {
    width: 50%;
  }
  .single-item-content::after {
    width: 85%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 320px;
  }
  .blog-navigation-prev {
    margin-bottom: 10px;
  }

}


@media(max-width:360px ){
  .login {    
      padding: 10px;    
  }  
  .single-slide {
    height: 200px;    
  }
  .single-slide img {
    height: 100%;   
  }
  #menu-area .navbar-toggle {
    padding: 8px 6px;    
  }
	.phone {
    font-size: 12px;
  }
  .header-contact ul li {
    margin-right: 0;
    padding: 10px 8px;
  }
  #search-icon {
    right: 20%;
    top: 5px;
  }
  .slide-article {
    padding-top: 0;
    padding-left: 0;
  }
  .slide-article p {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .slide-article h1 {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 8px;
  }
  .read-more-btn {
    font-size: 12px;
    padding: 5px 8px;
  }
  #testimonial .title-area {
    padding: 0;
  }
  .subscribe-area h2 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
  .subscrib-form input {
    font-size: 15px;
    height: 40px;    
  }
  .subscribe-btn {
    font-size: 15px;    
    height: 40px;
    width: 95px;
  }
  #login-form .modal-dialog {  
    width: 320px;
  }
  #signup-form .modal-dialog {  
    width: 320px;
  }
  #search input {
    font-size: 14px;
  }
  .overlay {
    padding: 20px 0;
  }
   .single-portfolio {
    width: 100%;
  }
  .single-item-content::after {
    left: 15px;
    width: 92%;
  }
  .portfolio-menu ul li {
    padding: 4px 5px;
    font-size: 12px;
  }
  .blog-archive-left .blog-news-img {
    height: 250px;
  }
  .comments-form textarea {
    width: 100%;
  }
  .header-contact {   
    margin-left: -10px;    
  }
  .header-contact ul li {
   border: none;
  }
  .phone {
    font-size: 12px;
    width: 135%;
  }
  
} 


@media(max-width:320px ){
	#login-form .modal-dialog {  
    width: 300px;
  }
  #signup-form .modal-dialog {  
    width: 300px;
  }
  .footer-box {
    font-size: 14px;
  }
  .header-contact ul li {  
    padding: 10px 0 10px 3px;
  }
  .subscribe-area h2 {
    font-size: 22px;
  }
  .footer-left p {
    font-size: 12px;
  }
  .footer-right a {
    font-size: 16px;
  }
	.single-item-content::after {   
    width: 91%;
  }
  .blog-archive-left .blog-news-img {
    height: 220px;
  }
}

@media (max-width: 1199px) 
{
#menu-area{
	float:none;
	display:inline-block;
	text-align:center;
	}	
#main-menu{
	background:none;
	border-radius:0px;
	width:100%;
	padding:0;
	}
.navbar-brand{
	float:none;
	display:inline-block;
	text-align:center;
	}
.navbar-brand img{
	float:none;
	display:inline-block;
	text-align:center;
	margin-bottom:0px;
	margin-top:0px;
	}
.rts{
	display:none;
	}
.mail{
	float:none;
	display:inline-block;
	text-align:center;
	margin-top:0px;
	}
#menu-area .navbar-default {
    background: linear-gradient(180deg, #fff 50%, #2aa0d8 50%);
}
.banner-caption{
	position:relative;
	top:0;
	}
.contact{
	margin-top:10px;
	margin-bottom:15px;
	}
.contact .col-md-4{
	width:100%;
	}
}

@media(max-width:1600px ){
#about{
	background:url(assets/images/img44.jpg) no-repeat right top #f4f4f4;
	display: inline;
	float: left;
	padding: 0px 0;
	width: 100%;
}
}