/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body a{
    transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
input[type="button"]{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}

h1,h2,h3,h4,h5,h6{
	padding:0 0;
	margin:0 0;
	font-family: "Georgia",serif;
}
p{
	padding:0 0;
	margin:0 0;
	color:#777;
}
ul{
	padding:0 0;
	margin:0 0;	
}
body{
	padding:0 0;
	margin:0 0; 
	font-family: 'Open Sans', sans-serif;
}
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
}
.header-top {
    padding: 1em 0;
	background: linear-gradient(to bottom, #0076bb 0%,#30393f 100%);
}
.indicat {
    float: left;
}
.detail {
    float: right;
}
.detail ul li {
    display: inline-block;
    font-size: 1em;
    margin: 0 0.5em;
    color: #fff;
}
.indicat span{
	font-size: 1em;
    color: #fff;
}
nav a:hover,
nav a:focus {
	outline: none;
}
.header {
    background: #fff;
}
.header-menu {
    padding: 1em 0; 
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.header-top i {
    font-size: 1em;
    margin-right: 0.8em;
}
.navbar-default {
    background: none;
    border: none;
    margin: 0;
    min-height: auto;  
}
.navbar-default .navbar-nav > .active > a{
    color: #08538C;
    background:none;
	padding: 10px;
	font-family: "Georgia",serif;
	border-bottom: 3px solid #1DA1B8;
	border-top: 3px solid #1DA1B8;
	border-radius: 5px;
}
div#bs-example-navbar-collapse-1 {
    float: right;
}
 .navbar-default .navbar-nav > .active > a:hover,
 .navbar-default .navbar-nav > .active > a:focus {
    color:  #084157;
    background:none;
}
.navbar-default .navbar-nav > li > a {
   color: #2188b0;
    font-size: 1em;
	font-weight: 900;
    padding: 10px 0;
    margin: 0 0.8em;
	text-transform: uppercase;
}
.logo a {
    text-decoration: none;
	    color: #2188b0;
    font-size: 1.2em;
    font-weight: 600;
}
}
.navbar-brand {
    padding: 2px 35px;
}
.navbar-nav {
    float: left;
    margin: 0.5em 0;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus {
    color: #08538C;
    background: none;
    outline: none;
	padding: 10px;
	border-bottom: 3px solid #1DA1B8;
	border-top: 3px solid #1DA1B8;

	border-radius: 5px;
}
.navbar-default .navbar-nav > .open > a,
 .navbar-default .navbar-nav > .open > a:hover, 
 .navbar-default .navbar-nav > .open > a:focus {
    color:  #08538C;
    background:none;
}
.banner-section{
	background:url(../images/banner1.jpg) no-repeat 0px 0px; 
	background-size:cover;
	min-height:500px;
	-webkit-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    -moz-background-size: cover;
}
.slider {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 0;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.caption h3 {
    color: #fff;
    font-size: 3em;
    text-transform: capitalize;
    line-height: 1.4em;
    width: 70%;
}
.cap-right {
    margin-top: 2em;
}
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 8px;
	width: 8px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius:50%;
	background:#fff;
}
.callbacks_here a:after{
	border: 2px solid #FFF;
	background:transparent;
}
.callbacks_tabs a{
	/*-- w3layouts --*/
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 29px;
	z-index: 999;
	left: 46%;
	display: none;
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 73%;
	left: 15%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 15%;
}
.banner-bottom {
    text-align: center;
    background: #EDF7FF;
}
.ban-grid i {
    font-size: 2em;
    color: #08538c;
}
.ban-grid,.banner-bottom h4 {
	font-size: 1.2em;
	color: #2188b0;
	font-weight: 900;
	text-transform: uppercase;
	font-family: "Georgia",serif;
	padding-top: 10px;
	padding: 15px 0;
}
.ban-grid p{
    font-size: 1em;
	line-height:1.8em;
}
.ban-left {
    /*--float: left;
	 agileits --*/
}
.ban-right {
    float: left;
    width: 30%;
}
.ban-grid {
    padding: 2em 0;
    border-bottom: 1px solid #f58025;
	box-shadow: 0 1px 0 rgba(255,255,255,0.2);
}
.welcome-section {
    padding: 2.5em 0;
}
.welcome-section p {
    font-size: 1.5em;
	line-height: 1.8em;
	font-family: "Georgia",serif;
}
.welcome-grids,.services-grids,.gallery-grids{
	margin-top:2em;
}

.wel-grid h4 {
    font-weight: 900;
	height: 40px;
	background: #36404b;
	margin: 0px;
	margin-bottom: 0px;
	line-height: 40px;
	letter-spacing: 1px;
	text-align: center;
	color: #fff;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	display: inline-block;
	box-shadow: 0 0px 20px rgba(0, 0, 0, 0.5);
}
.wel-grid h4::before {
    content: "";
    left: -20px;
    border-style: solid;
    border-width: 0 0 40px 20px;
    border-color: transparent transparent #fb4848 transparent;
    position: absolute;
}
.wel-grid h4::after {
    content: "";
    right: -20px;
    border-style: solid;
    border-width: 40px 20px 0 0;
    border-color: #fb4848 transparent transparent transparent;
    position: absolute;
}
.wel-grid p {
    font-size: 1.2em;
    line-height: 1.8em;
	text-align: justify;
}
.wel-text {
    background: #EFF4F5;
    padding: 2em 2em;
}
.services {
    padding-bottom: 5em;
    background-image: url("../images/bg_footer.jpg");
}
.services-grid:hover div.left-grid i {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    background: #08538c;
	/*-- w3layouts --*/
}
h3.tittle {
    font-size: 3em;
    color: #f58025;
    text-transform: capitalize;
	    text-align: center;
}
.left-grid img {
    margin: 0 auto;
}
.right-grid h4 {
    font-size: 1.2em;
	color: #085a75;
	margin: 1em 0;
	text-transform: uppercase;
	font-weight: 900;
}
.left-grid {
    float: left;
    width: 20%;
    margin-right: 5%;
}
.left-grid i {
    color: #fff;
    background: #f58025;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 1em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.right-grid {
    float: left;
    width: 75%;
}
.right-grid p {
   font-size: 1em;
    line-height: 1.8em;
}
.tabs {
   padding-top: 3em;

}
.text h4 {
    font-size: 2em;
	color: #2188b0;
	font-weight: 600;
	font-family: "Georgia",serif;
}

/*-- start social networking package --*/
/*-- social-icons --*/
ul.social-icons li {
    display: inline-block;
}
.icon {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  margin: 0;
  width: 30px;
  height: 30px;
  font-size: 0;
  text-indent: -9999px;
}
.icon-border {
  position: relative;
}

.icon-border::before,
.icon-border::after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
}

.icon-border::before {
  z-index: 1;
  -webkit-transition: box-shadow 0.3s;
          transition: box-shadow 0.3s;
}

.icon-border::after {
  z-index: 2;
}

/* facebook */
.icon-border.facebook::before {
  box-shadow:inset 0 0 0 48px #212121;
}

.icon-border.facebook:hover::before {
  box-shadow:inset 0 0 0 2px #F25086;
}

.icon-border.facebook::after {
  background:url(../images/img-sp.png) no-repeat +1px -1px;
  display:block;
}
.icon-border1.facebook:hover::after {
  background:url(../images/img-sp.png) no-repeat 8px -24px;
  display:block;
}

/* twitter */
.icon-border.twitter::before {
  box-shadow:inset 0 0 0 48px #212121;
}

.icon-border.twitter:hover::before {
  box-shadow:inset 0 0 0 2px #F25086;
}

.icon-border.twitter::after {
  background:url(../images/img-sp.png) no-repeat -30px 0px;
  display:block;
}
.icon-border1.twitter:hover::after {
  background:url(../images/img-sp.png) no-repeat -30px -26px;
  display:block;
}

/* instagram */
.icon-border.instagram::before {
  box-shadow: inset 0 0 0 48px #212121;
}

.icon-border.instagram:hover::before {
  box-shadow: inset 0 0 0 2px #F25086;
}

.icon-border.instagram::after {
  background: url(../images/img-sp.png) no-repeat -64px -2px;
  display:block;
}
.icon-border1.instagram:hover::after {
  background: url(../images/img-sp.png) no-repeat -64px -2px;
  display:block;
}

/* pinterest */
.icon-border.pinterest::before {
  box-shadow: inset 0 0 0 48px #212121;
}

.icon-border.pinterest:hover::before {
  box-shadow: inset 0 0 0 2px #F25086;
}

.icon-border.pinterest::after {
  background:url(../images/img-sp.png) no-repeat -86px 5px;
  display:block;
}
.icon-border1.pinterest:hover::after {
  background:url(../images/img-sp.png) no-repeat -86px -24px;
  display:block;
}

.icon-border::after {
    z-index: 2;
}
.icon-border::before, .icon-border::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
}
*::before, *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*-- //social-icons --*/
a {
  color: #fff;
  text-decoration: none;
}
.me {
  width: 400px;
  margin: 90px auto;
}
.me p,
.me h1 {
  text-transform: uppercase;
  letter-spacing: 3px;
  text-align: center;
}
.me p {
  font-weight: 200;
}
.me span {
  font-weight: bold;
}
.social {
  position: fixed;
  top: 150px;
  z-index: 1;
}
.social ul {
  padding: 0px;
  -webkit-transform: translate(-270px, 0);
  -moz-transform: translate(-270px, 0);
  -ms-transform: translate(-270px, 0);
  -o-transform: translate(-270px, 0);
  transform: translate(-270px, 0);
}
.social ul li {
  display: block;
  margin: 5px;
  background: rgba(254, 254, 254, 0.76);
  width: 310px;
  text-align: right;
  padding: 10px;
  -webkit-border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  border-radius: 0 10px 10px 0;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li:hover {
  -webkit-transform: translate(110px, 0);
  -moz-transform: translate(110px, 0);
  -ms-transform: translate(110px, 0);
  -o-transform: translate(110px, 0);
  transform: translate(90px, 0);
  background: rgba(255, 255, 255, 0.4);
}
.social ul li:hover a {
  color: #000;
}
.social ul li:hover i {
  color: #fff;
  background: rgba(0, 0, 0, 0.36);
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.social ul li i {
  margin-left: 10px;
  color: #000;
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 30px;
  background: #ffffff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
#menu {
  position: fixed;
  right: 0;
  top: 190px;
  margin-top: -2.5em;
  z-index: 1;
  list-style: none;
}

/*-- END social networking package --*/

/*-- agileits --*/
.text p {
    font-size: 1em;
    line-height: 1.8em;
	padding-top: 1em;
}
.more {
    margin: 0.5em;
}
.more a {
    font-size: 1em;
    color: #fff;
    padding: 0.8em 2.5em;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
    display: inline-block;
}
/* Pipaluk */

.button-pipaluk::before,
.button-pipaluk::after {
	content: '';
	border-radius: 5px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-moz-transition: transform 0.5s, background-color 0.5s;
	-webkit-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
	-moz-transition-timing-function: cubic-bezier(0.25, 0, 0.3, 1);
}
.button-pipaluk::before {
	border: 2px solid #222;
}
.button-pipaluk.button--inverted::after {
	background: #08538c;
}
.button-pipaluk:hover::before {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	-o-transform: scale3d(1, 1, 1);
	-ms-transform: scale3d(1, 1, 1);
}
.button-pipaluk::before,
.button-pipaluk:hover::after {
	-webkit-transform: scale3d(0.7, 0.6, 1);
	transform: scale3d(0.7, 0.6, 1);
	-moz-transform: scale3d(0.7, 0.6, 1);
	-o-transform: scale3d(0.7, 0.6, 1);
	-ms-transform: scale3d(0.7, 0.6, 1);
}
.more.button-pipaluk.button--inverted::after {
	background: #f58025;
}
.more .button-pipaluk::before {
	border-color:#f58025;
}
.what-section {
    text-align: center;
    padding: 9em 0;
    background-image: url("../images/mission_bg.jpg");
	color: #FFF;
	min-height: 350px;
}
.what-grid h5 {
    font-size: 1.5em;
    color: #222;
    padding: .5em 0;
}
.what-grid h1 {
    line-height: 1.8em;
}
.what-grid p {
    font-size: 1.5em;
    line-height: 1.8em;
	color: #FFF;
}
.what-section1 {
    text-align: center;
    padding: 2em 0;
    background-image: url("../images/header_bg.png");
}
.what-section1 p {
    font-size: 1.5em;
    line-height: 1.8em;
	color: #000;
}
.test {
    padding-top: 2em;
    text-align: center;
}
.test-text {
   padding: 2em 1em;
   position:relative;
   transition:0.5s all;
   -webkit-transition:0.5s all;
   -moz-transition:0.5s all;
   -o-transition:0.5s all ;
   -webkit-box-shadow: 0px 56px 36px -60px #121D12;
 }
 .test-grids {
    padding:2em 0;
	background-color: #363636;
}
.test-grid h4{
	font-size: 2em;
    color: #8fc74a;
    margin: 0em 0 0.5em;
	font-weight: 900;
}
.test-grid p {
    color: #eee;
    line-height: 1.8em;
	text-align: justify;
}
.text-img img {
    border-radius: 50px
}
.text-img {
    position: absolute;
    top: 105px;
	left: 170px;
}
.footer-section {
    padding: 4em 0;
    background-image: url("../images/map.jpg");
}
.footer-grid ul li {
    font-size: 1.1em;
    text-decoration: none;
    line-height: 1.8em;
    color: #FBE5CD;
	padding: 0 0 10px;
	list-style: none;
}
.footer-grid p {
    line-height: 1.8em;
    color: #000;
    font-size: 1.1em;
	padding: 0 0 10px;
}
.footer-section h4 {
    font-size: 2em;
    color: #8fc74a;
    text-transform: capitalize;
    margin-bottom: 0.5em;
	font-weight: 900;
}
.footer-grid a {
    color: #000;
}
.copy-section {
    padding: 1em 0;
    text-align: center;
	background: linear-gradient(to bottom, #0076bb 0%,#30393f 100%);
}
.copy-section p {
    font-size: 1.2em;
    color: #FFF;
    font-weight: 400;
}
.copy-section a {
    font-size: 1em;
    color: #f58025;
    font-weight: 400;
    text-transform: capitalize;
}
.footer-grid i {
    margin-right: 7px;
    color: #f58025;
}
.footer-grid input[type="submit"] {
    font-size: 1em;
    padding: 0.5em;
    outline: none;
    border: 2px solid #00b7c9;
    color: #f58025;
    background: #fff;
	    width: 22%;
    margin-top: .5em;
}
.footer-grid input[type="text"] {
    width: 75%;
    padding: .5em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    border: 2px solid #fbb040;
}
/*--- My Code Start---*/
.maintenance {
    padding: 6em 0em;
	background-color: #EFF4F5 !important;
}
.dashedline {
    background: url(../images/dashedline.gif) repeat-x;
    height: 8px;
    width: 100%;
}
.banner1 {
    background-image: linear-gradient(180deg, rgba(24, 26, 27, 0.75), rgba(24, 63, 104, 0.75)), url('../images/bg.jpg');
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 190px;
    padding: 2em 0 0;
	text-align: center;
	color: #FFF;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0px;
    width: 40%;
    border-bottom: 1px solid #45AED6;
}

.column-title {
    margin-top: 0px;
    padding: 10px 0;
    border-bottom: 1px solid #EEE;
    margin: 10px 0;
    position: relative;
	font-weight: 900;
color: #277CA5;

}

h2.tittle {
    font-weight: 700;
	text-align: center;
	font-size: 3em;
	color: #FFF;
	position: relative;
padding-bottom: 30px;
}
h3.tittle {
    font-weight: 700;
	text-align: center;
	font-size: 2em;
	color: #f58025;
	position: relative;
padding-bottom: 30px;
}
h4.tittle {
    font-weight: 700;
	text-align: center;
	font-size: 1.5em;
	color: #f58025;
	position: relative;
padding-bottom: 30px;
}
.tittle span {
    text-transform: uppercase;
    color: #2188b0;
}

.tittle::after {
	content: '';
    background-color: #ff9900;
    height: 2px;
    width: 10%;
    left: 45%;
    bottom: 15px;
    display: block;
    position: absolute;

}
.tittle::before {
    content: '';
    background-color: #dcdcdc;
    height: 2px;
    width: 20%;
    left: 40%;
    bottom: 15px;
    display: block;
    position: absolute;
}
ul.date_grid li.date_right p:after {
    content: "";
    z-index: 1;
    right: -20px;
    border-style: solid;
    border-width: 40px 20px 0px 0px;
    border-color: #FB4848 transparent transparent;
    position: absolute;
}
ul.date_grid li.date_right p:before {
    content: "";
    z-index: 1;
    left: -20px;
    border-style: solid;
    border-width: 0px 0px 40px 20px;
    border-color: transparent transparent #FB4848;
    position: absolute;
}
ul.date_grid li.date_right p {
    font-weight: 900;
    height: 40px;
    background: none repeat scroll 0% 0% #36404B;
    margin: 0px 0px 10px;
    line-height: 40px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    position: relative;
    width: 100%;
    display: inline-block;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}

/*--- My Code END---*/
/**about**/
.about-section {
    padding: 2em 0 5em 0;
}
.about-grids,.team-grids,.why-grids {
    margin-top: 1em;
}
.about-grid1 h4 {
    font-size: 2em;
	text-transform: capitalize;
	color: #169DBA;
	margin-bottom: .8em;
	font-weight: 700;
}
.about-grids p {
    font-size: 1.2em;
	line-height: 2em;
	margin-top: 1em;

}
.about-bottom {
    margin-top: 1.5em;
}
.about-bottomgrid {
    padding: 0;
}
.team {
    padding: 5em 0;
	border-bottom: 5px solid #2DB6BD;
}
.team p{
    font-size: 1.2em;
	line-height: 2em;
	margin-top: 1em;

}
.team-img {
    position: relative;
}
span.profile {
    position: absolute;
    top: 158px;
    left: 15px;
    padding: 1em;
    color: #fff;
    background: #08538C;
    text-align: center;
    font-size: 1.1em;
}
.team-text {
    padding: 1em;
}
.team-grid h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #222;
}
.team-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 0.5em;
}
.social-icons {
	margin-top: 0em;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background:#f58025   url(../images/img-sprite.png) no-repeat 0px 0px;
    display: inline-block;
	margin:0 0.2em;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
	 border-radius: 6px 6px 5px 10px;
}
.social-icons i.icon:hover {
  background: #08538C  url(../images/img-sprite.png) no-repeat 0px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon {
    background-position: 0px 0px;
}
.social-icons i.icon1 {
    background-position: -32px 0px;
}
.social-icons i.icon1:hover {
  background: #08538C  url(../images/img-sprite.png) no-repeat -32px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon2 {
    background-position: -64px 0px;
}
.social-icons i.icon2:hover {
  background: #08538C  url(../images/img-sprite.png) no-repeat -64px 0px;
      transform: rotateY(360deg);
}
.social-icons i.icon3 {
    background-position: -96px 0px;
}
.social-icons i.icon3:hover {
  background: #08538C  url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.statistics {
   background-image: url("../images/why.jpg");
    padding: 5em 0;
    text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.numscroller {
    font-size: 1.5em;
    color: #fff;
    font-weight: 600;
	font-family: "Georgia",serif;
}
.statistics-grid h5 {
    font-size: 1.5em;
    margin-top: 0.5em;
    color: #fff;
}
.why {
    padding: 5em 0;
    text-align: center;
}
.why-grid h4 {
    background: none repeat scroll 0% 0% #2E3E4F;
	border-left: 8px solid #2B3945;
	border-right: 8px solid #2B3945;
	margin: 10px 0;
	color: #FFF;
	font-size: 20px;
	font-weight: 700;
	padding: 10px;
	text-align: center;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.why-grid p {
    padding-top: 10px;
	font-size: 1.2em;
	line-height: 2em;
	margin-top: 1em;
	text-align: justify;

}
.services-section {
    padding: 5em 0;
}
.text-grid h5 {
    font-size: 1.8em;
    padding-top: 0.8em;
}
.text-grids1 {
    margin-top: 1.5em;
}
.text span {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}
.text span:nth-child(2) {
    margin-top: 1em;
    display: block;
}
.text .top-img:nth-child(2) {
    margin-top: 1em;
}
.our-client {
    padding: 5em 0;
    background-image: url("../images/banner.png");
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.5);
}
.client-grid h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #094b65;
	font-weight: 600;
}
.client-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 1em;
	color: #000;
}
.client-grid a {
    color: #e7663f;
    font-size: 1.1em;
	
}
/**price**/
.prices-section {
    padding: 1.5em 0;
}
.price-top {
    padding: 1.5em 0;
    background: #08538C;
    border-bottom: 5px solid #f58025;
}
.price-top h4 {
    font-size: 2em;
    text-transform: capitalize;
    color: #fff;
}
.prices-grids {
    margin-top: 0em;
}
.price-bottom h5 {
    font-size: 1.8em;
    padding: .5em 0;
    font-weight: 600;
    border-radius: 50px;
    background: #fff;
    width: 100px;
    height: 100px;
    padding-top: 1.5em;
    margin: 0 auto;
    color: #F90;
	transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.price-bottom {
    background: #eee; 
	padding-top: 1em;
}
.price-grid:hover div.price-bottom h5 {
    background: #f58025;
    color: #fff;
}
.price-grid:hover div.price-grid a {
    background: #08538C;
    color: #fff;
}
.price-bottom ul li {
    color: #777;
    padding-top: 1em;
    font-size: .96em;
    line-height: 2em;
    padding: .5em 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
}
.price-grid:hover {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.price-grid {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.price-grid a {
    font-size: 1em;
    text-decoration: none;
    color: #fff;
    background: #f58025;
    padding: 1em 2em;
    display: block;
    width: 100%;
}


.pric-in-in div.price-bottom h5 {
    background: #f58025;
    color: #fff;
}
.pric-in-in div.price-grid a {
    background: #08538C;
    color: #fff;
}

.pric-in-in {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

/*gallery*/
.da-thumbs {
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
}
.da-thumbs li {
  float: left;
  margin: 0.4%;
  background:#fff;
  padding: 8px;
  position: relative;
  width: 32.4%;
}
.da-thumbs li a,
.da-thumbs li a img {
  display: block;
  position: relative;
  width: 100%;
  border-radius: 12px !important;
}
.da-thumbs li a {
	overflow: hidden;
}
.da-thumbs li a div {
  position: absolute;
  background:rgba(8, 83, 140, 0.38);
  width: 100%;
  height: 100%;
}
.da-thumbs li a div  h5 {
  color: #fff;
  font-size: 1.8em;
  margin: 3.5em 0 0 0;
  text-align: center;
}
/*gallery*/
/*--codes--*/
.page, .gallery {
    padding: 5em 0;
}
.page-header h3{
	font-size: 2.5em;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: none;
}
.grid1 {
  margin: 1.5em 0 0;
}
ul.nav.nav-pills {
  margin: 1.5em 0 0;
}
.grid2{
	margin: 1em 0 0;
}

.form-horizontal .control-label {
  text-align: left;
}
/*--codes--*/
/*-- contact --*/
.contact {
    padding: 5em 0;
	background-image: url("../images/back.png");
}
.contact-bottom iframe{
	width:100%;
	min-height:400px;
	margin:0 0 -5px;
}
.contact-left p{
	font-size: 1.2em;
	line-height: 1.8em;
	margin:0;
}
.contact-left p span{
	display:block;
	font-weight:700;
}
.contact-left ul{
	padding:1em 0 0;
	margin:0;
}
.contact-left ul li{
	list-style-type:none;
	margin:0 0 5px;
	font-size:1.2em;
	color:#777;
	font-weight: 600;
}
.contact-left ul li a{
	color:#6D6D6D;
	text-decoration:none;
}
.contact-left ul li a:hover{
	color:#407F8E;
}
.contact-left input[type="text"],.contact-left input[type="email"],.contact-left textarea{
	display: block;
width: 100%;
height: 34px;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-left input[type="text"],.contact-left input[type="email"]{
	width: 100%;
}

.contact-left textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.contact-left input[type="submit"],.contact-left input[type="reset"]{
	outline: none;
    color: #fff;
    font-size: 1em;
	font-weight: 900;
    padding: 13px 0;
    width: 49.68%;
    background:#08538c;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-left input[type="submit"]:hover,.contact-left input[type="reset"]:hover{
	background:#f58025;
}
.contact-left h4{
	font-size: 1.4em;
}
.contact-bottom {
    margin: 3em 0;
	padding:1em;
	border:1px dotted #555;
}
/*-- //contact --*/
/*responsive*/
@media(max-width:1440px){
.banner-section {
    min-height: auto;
}	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
.banner-section {
    min-height: auto;
}
.caption {
    padding: 8em 0 0;
}	
}
@media(max-width:1080px){
.caption h3 {
  font-size: 2.8em;
  width: 87%;
}
.banner-section {
    min-height: auto;
}
.caption {
    padding: 6em 0 0;
}	
.ban-grid h4 {
    font-size: 1.5em;	
}
.wel-grid h4,.right-grid h4,.text h4,.test-grid h4,.footer-section h4,.about-grid1 h4 ,.team-grid h4,.why-grid h4,.client-grid h4,.contact-left h4{
    font-size: 1.8em;
}
h2.tittle {
    font-size: 2.5em;
}
.text-img {
    top: 150px;
    left: 105px;
}
span.profile {
    top: 130px;
}
@media(max-width:1024px){
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 32.6%;
}
.contact-left input[type="submit"], .contact-left input[type="reset"] {
    width: 49.5%;
}
}
@media(max-width:991px){
.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
    padding: 10px 0;
    margin: 0 0.5em;
}
.banner-section {
    min-height: auto;
}
.logo a {
    font-size: 1.1em;
}
.cap-left {
    float: left;
    width: 40%;
}
.cap-right {
    float: left;
    width: 60%;
}
.cap-left img {
    width: 80%;
}
.caption h3 {
    font-size: 2.5em;
    width: 100%;
}
.ban-grid {
    float: left;
    width: 33.33%;
}
.welcome-section,.services,.tabs,.what-section,.about-section,.team,.statistics,.why,.services-section,.page, .gallery,.contact,.our-client,.prices-section {
    padding: 4em 0;
}
.wel-grid {
    float: left;
    width: 33.3%;
	padding: 0 3px;	
}
.wel-text {
    padding: 2em 1em;
}
.wel-grid p,.right-grid p,.text p,.what-grid p,.test-grid p,.about-grid1 p ,.team-grid p,.why-grid p,.client-grid p,.contact-left p{
    font-size: 0.96em;
}
.services-grid {
    float: left;
    width: 33.3%;
	padding: 0 10px;
}
.left-grid i {
    width: 50px;
    height: 50px;
    padding-top: 0.7em;
}
.left-grid {
    float: left;
    width: 22%;
    margin-right: 5%;
}
.right-grid {
    float: left;
    width: 73%;
}
.what-grid {
    float: left;
    width: 60%;
}
.what-grid1 {
    float: left;
    width: 40%;
}
.what-grid h5 {
    font-size: 1.3em;
}
.test-grid {
    float: left;
    width: 33.3%;
}
.test {
    padding: 4em 0 10em;
}
.text-img {
    top: 200px;
    left: 68px;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
   margin-top:2em
}
.about-grid {
    float: left;
    width: 30%;
}
.about-grid1 {
    float: left;
    width: 70%;
}
.about-bottomgrid {
    float: left;
    width: 50%;
}
.about-bottomgrid {
    padding: 0;
}
.about-bottomgrid1 {
    float: left;
    width: 50%;
}
.team-grid {
    float: left;
    width: 33.3%;
}
span.profile {
    top: 90px;
}
.statistics-grid {
    float: left;
    width: 100%;
}
.why-grid{
	float: left;
    width: 33.3%;
}
.text-grid {
    float: left;
    width: 33%;
    padding: 0 4px;
}
.text-grid h5 {
    font-size: 1.5em;
}
.text-left {
    float: left;
    width: 50%;
	padding: 0;
}
.text-right {
    float: left;
    width: 50%;
}
.text span {
    font-size: 0.96em;
}
.price-grid {
    float: left;
    width: 50%;
}
.price-grid:nth-child(3),.price-grid:nth-child(4) {
   margin-top:2em
}
.client-grid {
    width: 60%;
    float: left;
}
.client-grid1 {
    width: 40%;
    float: left;
}
.da-thumbs li a div h5 {
    margin: 2.5em 0 0 0;
}
.contact-bottom iframe {
    width: 100%;
    min-height: 300px;
}
.contact-left {
    float: left;
    width: 40%;
}
.cont {
    float: left;
    width: 60%;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 32.3%;
}
.contact-left input[type="submit"], .contact-left input[type="reset"] {
    width: 48.68%;
}

}
@media(max-width:768px){

.ban-grid h4 {
    font-size: 1.3em;
}
.ban-right {
    float: left;
    width: 20%;
}
.banner-section {
    min-height: 0px;
    background: url(../images/banner1.jpg) no-repeat -52px 0px;
    background-size: cover;
}
.caption {
    padding: 5em 0 0;
}
}
@media(max-width:736px){
div#bs-example-navbar-collapse-1 {
    float: none;
    text-align: center;
}
.navbar-nav {
    float: none;
    margin: 0.5em 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #08538C;
}
.navbar-default .navbar-toggle {
    border-color: #08538C;
}
.navbar-toggle {
   background-color: #08538C;
   border: 1px solid#fff;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.caption {
    padding: 5em 0 0;
}
.cap-right {
    padding: 0;
}
.ban-grid i {
    font-size: 1.8em;
}
.ban-right {
    float: left;
    width: 17%;
}
h2.tittle {
    font-size: 1.5em;
}
.wel-grid h4, .right-grid h4, .text h4, .test-grid h4, .footer-section h4, .about-grid1 h4, .team-grid h4, .why-grid h4, .client-grid h4, .contact-left h4 {
    font-size: 1.7em;
}
.welcome-grids, .services-grids, .gallery-grids,.test-grids ,.about-grids, .team-grids, .why-grids,.prices-grids{
    margin-top: 3em;
}	
h3.tittle {
    font-size: 2.8em;
}
span.profile {
    font-size: 1em;
}
.da-thumbs li a div h5 {
    margin: 2.2em 0 0 0;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 32.2%;
}
#Choco_right_arrow {
    left: 15.5% !important;
}
}
@media(max-width:667px){
.indicat {
    float: none;
	text-align: center;
}	
.detail{
	float: none;
	text-align: center;
	margin-top:0.5em;
}
.banner-section {
    min-height: 336px;
    background: url(../images/banner1.jpg) no-repeat -52px 0px;
    background-size: cover;
}
.ban-grid {
    float: left;
    width: 50%;
}

.caption h3 {
    font-size: 2.3em;
}
h3.tittle {
    font-size: 2.5em;
}
.welcome-section, .services, .tabs, .what-section, .about-section, .team, .statistics, .why, .services-section, .page, .gallery, .contact, .our-client, .prices-section,.footer-section {
    padding: 3em 0;
}
.wel-grid h4, .right-grid h4, .text h4, .test-grid h4, .footer-section h4, .about-grid1 h4, .team-grid h4, .why-grid h4, .client-grid h4, .contact-left h4 {
    font-size: 1.5em;
}
.services-grid {
    padding: 0 1px;
}
.what-grid h5 {
    line-height: 1.5em;
}
.test {
    padding: 3em 0 10em;
}
.text-img {
    top: 185px;
    left: 55px;
}
span.profile {
    top: 90px;
    padding: 0.5em;
	left: 11px;
}
.team-grid {
    padding: 0 10px;
}
.da-thumbs li a div h5 {
    margin: 2em 0 0 0;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 32.1%;
}
.statistics-grid h5 {
    font-size: 1.35em;
}
.contact-bottom iframe {
    min-height: 270px;
}
.contact-left textarea {
    min-height: 150px;
}
}
@media (max-width: 640px){
.text-img {
    top: 214px;
    left: 50px;
}
.banner-section {
    min-height: 300px;
    background: url(../images/banner1.jpg) no-repeat -52px 0px;
    background-size: cover;
}
.about-bottomgrid {
    width: 100%;
}
.about-bottomgrid1 {
    width: 100%;
	margin-top: 1em;
}
.da-thumbs li a div h5 {
    margin: 1.8em 0 0 0;
}
}
@media(max-width:600px){
.caption h3 {
    font-size: 2em;
}
.caption {
    padding: 4em 0 0;
}
.banner-section {
    min-height: 0px;
    background: url(../images/banner1.jpg) no-repeat -52px 0px;
    background-size: cover;
}
.left-grid {
    float: none;
    width: 10%;
    margin-right: 5%;
    margin: 0 auto;
}
.right-grid {
    float: none;
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
}
.services-grid {
    width: 100%;
}
.services-grid:nth-child(2) {
    margin: 2em 0;
}
.what-grid {
    width: 100%;
}
.what-grid1 {
    width: 100%;
	margin-top: 2em;
}
.text-img {
    top: 240px;
    left: 45px;
}
span.profile {
    top: 75px;
}
.statistics-grid h5 {
    font-size: 1.2em;
}
.client-grid {
    margin-top: 0em;
}
.da-thumbs li a div h5 {
    margin: 1.8em 0 0 0;
}
.contact-left {
    width: 100%;
}
.cont {
    width: 100%;
	margin-top:1em;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 32.5%;
}
.cap-right {
    margin-top: 1.5em;
}	
}
@media(max-width:568px){
.cap-right {
    margin-top: 1em;
}
.banner-section {
    min-height: 0px;
    background: url(../images/banner1.jpg) no-repeat -52px 0px;
    background-size: cover;
}
.wel-text {
    padding: 1em .5em;
}	
.text-img {
    top: 265px;
    left: 40px;
}
.team-grid {
    padding: 0 6px;
}
.da-thumbs li a div h5 {
    margin: 1.5em 0 0 0;
}
#Choco_left_arrow {
    left: -3% !important;
}
#Choco_right_arrow {
    left: 9.5% !important;
}
}
@media(max-width:480px){
.cap-left {
    width: 100%;
}
.navbar-brand {
    padding: 2px 15px;
}
.logo a {
    font-size: 1em;
}
.banner-section {
    min-height: 0px;
    background: url(../images/banner1.jpg) no-repeat -226px 0px;
    background-size: cover;
}
.caption {
    padding: 2em 0 2em;
}
.cap-right {
    width: 100%;
}
.cap-left img {
    width: 50%;
}
.ban-grid {
    width: 100%;
    padding: 1em 0;
}

.da-thumbs li a div h5 {
    margin: 1.8em 0 0 0;
}



h2.tittle {
    font-size: 1.2em;
}
h3.tittle {
    font-size: 2.2em;
}
.welcome-section, .services, .tabs, .what-section, .about-section, .team, .statistics, .why, .services-section, .page, .gallery, .contact, .our-client, .prices-section,.footer-section {
    padding: 2em 0;
}
.welcome-grids, .services-grids, .gallery-grids, .test-grids, .about-grids, .team-grids, .why-grids, .prices-grids {
    margin-top: 2em;
}
.wel-grid {
    width: 100%;
}
.wel-grid:nth-child(2) {
    margin: 2em 0;
}
.wel-text {
    padding: 1em;
}
.test-grid {
    float: left;
    width: 100%;
}
.test-grid:nth-child(2) {
    margin: 2em 0;
}
.text-img {
    top: 118px;
    left: 175px;
}
.footer-grid {
    width: 100%;
}	
.footer-grid:nth-child(2){
    margin-top: 2em;
}
.about-grid {
    width: 100%;
}
.about-grid img {
    margin: 0 auto;
}
.about-grid1 {
    width: 100%;
	padding: 0;
    margin-top: 1em;
}
.team-grid {
    float: left;
    width: 100%;
}
.team-grid:nth-child(2) {
    margin: 2em 0;
}
.statistics-grid {
    float: left;
    width: 100%;
}
.statistics-grid:nth-child(3), .statistics-grid:nth-child(4) {
    margin-top: 2em;
}
.why-grid {
    width: 100%;
}
.why-grid:nth-child(2) {
    margin: 2em 0;
}
span.profile {
    top: 170px;
    left: 6px;
}
.text-grid {
    width: 100%;
}
.text-grid:nth-child(2) {
    margin: 2em 0;
}
.text-left {
    width: 100%;
}
.text-right {
    width: 100%;
	margin-top:2em;
	    padding: 0;
}
.price-grid {
    width: 100%;
   
}
.price-grid:nth-child(2) {
    margin: 2em 0;
}
.client-grid {
    width: 100%;
}
.client-grid1 {
    width: 100%;
	margin-top: 2em;
}
.contact-left input[type="text"], .contact-left input[type="email"] {
    width: 100%;
}
.contact-left input[type="email"] {
    margin: 10px 0;
}
.da-thumbs li {
    width: 48.4%;
	padding: 3px;
}
.page-header h3 {
    font-size: 1.8em;
}
h1#h1-bootstrap-heading {
    font-size: 1.6em;
}
h2#h2-bootstrap-heading {
    font-size: 1.5em;
}
h3#h3-bootstrap-heading {
    font-size: 1.4em;
}
button.btn.btn-lg {
    font-size: 0.9em;
    margin: 0 0 0.5em 0px;
    padding: 9px;
}
.page-header {
    padding-bottom: 9px;
    margin: 24px 0 20px;
}
.contact-left ul li {
    font-size: 0.95em;
}
@media(max-width:414px){
.text-img {
    top: 140px;
    left: 135px;
}
.test {
    padding: 3em 0 9em;
}
}
@media(max-width:384px){
h2.tittle {
    font-size: 1em;
}
.numscroller {
    font-size: 2em;	
}
.caption {
    padding: 3em 0 2em;
}
.about-grid1 h4 {
    line-height: 1.5em;
}
.da-thumbs li a div h5 {
    margin: 1.6em 0 0 0;
}
.text-img {
    top: 140px;
    left: 120px;
}
}

@media(max-width:375px){
.test {
  padding: 2em 0 8em;
}
}
@media(max-width:320px){
.indicat span {
    font-size: 0.9em;
}
.detail ul li {
    font-size: 0.9em;
}
.header-menu {
    padding: 0.8em 0;
}
.caption h3 {
    font-size: 1.7em;
}
.banner-section {
    min-height: 0px;
    background: url(../images/banner1.jpg) no-repeat -200px 0px;
    background-size: cover;
}
.logo a {
    font-size: 0.8em;
}
.caption {
    padding: 3em 0 0;
}
.wel-grid,.services-grid,.what-grid,.what-grid1,.test-grid,.footer-grid,.about-grid,.team-grid,.statistics-grid,.why-grid,.client-grid,.client-grid1,.price-grid,.contact-left {
    padding: 0;
}
.text-img {
    top: 143px;
    left: 85px;
}
.test {
    padding: 2em 0 7em;
}
span.profile {
    top: 130px;
    left: 0px;
}
.da-thumbs li {
    width: 100%;
    padding: 3px;
}
.da-thumbs li a div h5 {
    margin: 3em 0 0 0;
}
.contact-bottom iframe {
    min-height: 160px;
}
#Choco_right_arrow {
    left: 11% !important;
}
}

