body{
	font-family: 'Open Sans', sans-serif;
}
body a{
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
 ul{
	padding: 0;
	margin: 0;
	    list-style: none;
}
h1,h2,h3,h4,h5,h6{
	margin:0;
	padding:0;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
}
p{
	margin:0;
	padding:0;	
	color: #777;
}
/*--banner--*/

/*---*/
nav a {
	position: relative;
	display: inline-block;
	outline: none;
	text-decoration: none;
}
nav a:hover,
nav a:focus {
	outline: none;
}
/*----*/
.header {
    background: #fff;
}
.header-top {
     padding: 1em 0em;
    background: #05222A;
}
.indicate {
    float: left;
}
.deatils{
	  float: right;
}
.indicate a{
	font-size: 1.1em;
    color: #C6C7C7;
    text-decoration: none;
    outline: none;
	vertical-align: middle;
}
.indicate i{
	font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
    color: #888f90;
}
.deatils ul li {
    display: inline-block;
	margin: 0 5px;
}
.deatils ul li i {
    font-size: 1.2em;
    vertical-align: middle;
    margin-right: 0.5em;
    color: #888f90;
}
.deatils ul li a {
    font-size: 1.1em;
    color: #C6C7C7;
    text-decoration: none;
    outline: none;
	vertical-align: middle;
}
.social-icons {
    float: right;
    margin-top: 0.7em;
}
.social-icons a i {
    width: 32px;
    height: 32px;
    background:#34495e   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: 16px;
}
.social-icons i.icon:hover {
  background: #02B875    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: #02B875    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: #02B875    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: #02B875    url(../images/img-sprite.png) no-repeat -96px 0px;
      transform: rotateY(360deg);
}
.social-icon {
    margin-top: 1.8em;
}
.social-icon a i {
    width: 32px;
    height: 32px;
    background:#02B875 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: 16px;
}
.social-icon i.icon:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat 0px 0px;
}
.social-icon i.icon {
    background-position: 0px 0px;
}
.social-icon i.icon1 {
    background-position: -32px 0px;
}
.social-icon i.icon1:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -32px 0px;
}
.social-icon i.icon2 {
    background-position: -64px 0px;
}
.social-icon i.icon2:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -64px 0px;
}
.social-icon i.icon3 {
    background-position: -96px 0px;
}
.social-icon i.icon3:hover {
  background: #34495e   url(../images/img-sprite.png) no-repeat -96px 0px;
}
.logo {
        text-align: center;
    padding: 5px 0;
    
}
.logo h1 a{
	text-decoration:none;
	color:#fff;
	font-size:1.3em;
}
.logo span {
    display: block;
    font-size: 0.32em;
    letter-spacing: 4px;
}
.header-bottom {
    padding: 1em 0em;
}

.wrapper-inner .main-fill .panel {
    background-color: transparent;
    border-radius: 0;
    margin-bottom: 0;
}
.wrapper-inner .main-fill .panel .nav-tabs {
    border: none;
}


.wrapper-inner .main-fill .panel .nav-tabs > li.active > a, .wrapper-inner .main-fill .panel .nav-tabs > li.active > a:focus, .wrapper-inner .main-fill .panel .nav-tabs > li.active > a:hover {
    border-radius: 0;
    background-color: #ffffff;
    border: none;
    width: 130px;
    height: 42px;
    color: #ce2b1a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.wrapper-inner .main-fill .panel .nav-tabs li a {
    border-radius: 0;
    background-color: #ce2b1a;
    border: none;
    width: 130px;
    height: 42px;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.wrapper-inner .main-fill .panel .panel-body .tab-content .tab-pane h3 {
    margin: 0 0 10px;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    font-size: 16px;
    padding-left: 5px;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul {
    margin: 0;
    position: relative;
    text-align: left;
}

.wrapper-inner .main-fill .panel .panel-body .tab-content ul li .form-group {
    position: relative;
    float: left;
    width: 100%;
}

.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li .form-group input {
    border-radius: 0;
    background-color: transparent;
    color: #ce2b1a;
    font-family: "Raleway", sans-serif;
    font-size: 12px;
    position: relative;
    font-weight: 400;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li {
    text-align: left;
    float: left;
    position: relative;
    width: 20%;
}
.wrapper-inner .main-fill .panel .panel-body {
    padding: 0px 10px;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul {
    margin: 0;
    position: relative;
    text-align: left;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li {
    text-align: left;
    float: left;
    position: relative;
    width: 20%;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li .form-group {
    position: relative;
    float: left;
    width: 100%;
}
.wrapper-inner .main-fill {
       padding: 25px 20px 20px 20px;
    background-color: rgba(0, 0, 0, 0.68);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}

.btn-search-travel {
    background: #5f5f5f;
    color: #fff;
    padding: 0;
    height: 34px;
    width: 100%;
    line-height: 2.2;
    border-radius: 0;
    border: 1px solid #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition-duration: .4s;
}
.btn-search-travel:hover {
    background: #ffffff;
    color: #5f5f5f;
    transition-duration: .4s;
}
.bread-crumb {
    float: left;
    width: 100%;
    position: relative;
    /* margin: 30px 0; */
    background-image: url(../images/top-heading.jpg);
    padding: 50px 0;
        
    background-attachment: fixed;
	
}
.bread-crumb h2 {
    float: left;
    position: relative;
    color: #ce2b1a;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}
.bread-crumb .breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color:rgba(206, 43, 26, 0.29);
    border-radius: 4px;
    font-weight: 600;
}
.breadcrumb>li {
    display: inline-block;
}
.bread-crumb .breadcrumb li a {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    text-decoration: none;
}
.bread-crumb .breadcrumb > .active {
    font-family: "Raleway", sans-serif;
    color: #dadada;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "/\00a0";
}
.hotels_box_detail {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.white-box {
    float: left;
    width: 100%;
    background-color: #efefef;
    padding: 10px 15px;
    position: relative;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.hotels_box_detail .flight-logo {
    float: left;
    width: 100%;
    text-align: center;
    overflow: hidden;
    max-height: 190px;
    position: relative;
    margin-bottom: 10px;
}
.hotels_box_detail img {
    width: 100%;
    transition: all linear 0.3s;
    max-height: 182px;
}
.hotels_box_detail img:hover {
    transform: scale(1.2, 1.2);
    transition: all linear 0.3s;
}
.hotels_box_detail .details-text {
    float: left;
    text-align: left;
    position: relative;
}
.hotels_box_detail .details-text h4 {
    position: relative;
    color: #636363;
    font-family: "Raleway", sans-serif;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.4;
}
.hotels_box_detail .details-text h4 small {
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.hotels_box_detail .details-text h4 small i {
    color: #01b7f2;
    font-size: 13px;
}
.hotels_box_detail .p {
    float: left;
    text-align: left;
    position: relative;
    width: 100%;
    color: #808080;
    font-family: "Open Sans", sans-serif;
    margin: 0 0 15px;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
}
.hotels_box_detail .select-sec {
   float: left;
    width: 100%;
    position: relative;
    border-left: 1px solid #ffffff;
    text-align: center;
    /* padding-left: 15px; */
    padding: 54px 15px;
}
.hotels_box_detail .select-sec a {
    display: block;
    text-align: center;
    float: left;
    width: 100%;
}
.btn_select {
    background: #5f5f5f;
    padding: 2px 7px;
    border-radius: 0;
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    transition: .3s;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.btn_select:hover {
    background: #ff6c26;
    transition: .3s;
    color: #ffffff;
}
.entry-content-tour {
    border: 1px solid #E8E8E8;
    padding: 20px;
    z-index: 2;
    margin-bottom: 30px;
    border-radius: 2px;
}
.entry-content-tour p.price {
    background-color: #ce2b1a;
}
.entry-content-tour p.price {
    margin: -21px;
    padding: 15px 0px;
    border-radius: 3px 3px 0 0;
    font-size: 19px;
    font-weight: 600;
    text-align: center;
}
.price .text {
    font-size: 14px;
    margin-right: 5px;
    font-weight: normal;
}
.price span {
    color: #fff;
}
.booking {
    padding-top: 20px;
    margin-top: 21px;
}
.form-block__title {
    text-align: center;
}
.form-block__title h4 {
    display: inline-block;
    border-bottom: 2px solid #E8E8E8;
    padding-bottom: 5px;
}
#tourBookingForm {
	text-align:center;
}
#tourBookingForm input[type="text"] {
    border: none;
    border-bottom: 2px solid #E8E8E8;
    border-radius: 0;
    background: transparent;
    padding: 4px 2px;
    outline: none;
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    margin: 9px 2px;
}
#tourBookingForm input[type="text"]:focus {
    border-color: #ce2b1a;
}
#tourBookingForm .from-group {
    margin-bottom: 20px;
}
#tourBookingForm input[type="submit"] {
    background: #5f5f5f;
    box-shadow: 0 2px 0 0 rgb(58, 107, 47);
}
#tourBookingForm input[type="submit"] {
    border-radius: 0;
    padding: 12px 20px 9px 20px;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
	margin-top:20px;
	outline:none;
	transition:0.4s;
}
#tourBookingForm input[type="submit"]:hover {
    background: #ce2b1a;
    box-shadow: 0 2px 0 0 rgba(255, 179, 0, 0.6);
}
.wrapper_about p {
    color: #969595;
    font-family: "Open Sans", sans-serif;
    font-weight: normal;
    font-size: 16px;
    margin: 0 0 30px;
    line-height: 1.6;
}
.pop-feature-car {
    font-weight: 700;
    font-size: 12px;
    border-radius: 0px 0px 0px 50%;
    line-height: 12px;
    position: absolute;
    top: 6px;
    left: -6px;
    padding: 7px 0;
    min-width: 101px;
    background-color: #4CAF50;
    color: #fff;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    box-shadow: -8px 2px 0px 0px #ff6c26;
}
.faro-block {
    margin: 14px 0 36px;
    border: 1px solid #ce2b1a;
    border-radius: 2px;
}
.fContact_v1 {
    float: left;
    width: 100%;
    margin: 10px 0;
}
.fContact_v1 .form-group {
    margin-bottom: 22px;
    position: relative;
}
.fContact_v1 .form-group input {
    background-color: transparent;
    color: #444444;
    border-radius: 0;
    border: 2px solid #e5e5e5;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    padding: 6px 35px;
    box-shadow: none;
}
.fContact_v1 .form-group i {
    position: absolute;
    top: 18px;
    left: 18px;
    color: #dadada;
}
.fContact_v1 .form-group textarea {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding-left: 39px;
    padding-top: 13px;
    box-shadow: none;
    border-radius: 0;
    border: 2px solid #e5e5e5;
}
.btn_Contact_v1 {
    background-color: #ff6c26;
    color: #ffffff;
    padding: 10px 27px;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 600;
    border-radius: 0;
    border: 2px solid #444444;
    transition: all .4s;
    text-transform: uppercase;
}
.btn_Contact_v1:hover {
    background-color: #01b7f2;
    transition: all .4s;
    color: #ffffff;
}
.get_touch-v1 {
    float: left;
    width: 100%;
    background-color: #01b7f2;
    font-size: 30px;
    font-family: "Open Sans", sans-serif;
    position: relative;
    font-weight: 400;
    text-align: center;
    color: #ffffff;
    padding: 41px 10px;
}
.get_touch-v1 span {
    position: absolute;
    bottom: -28px;
    font-size: 35px;
    color: #01b7f2;
    left: 49%;
}
.C_social_v1 {
    float: left;
    width: 100%;
    padding: 100px 0;
    display: block;
    
    min-height: 460px;
}
.C_social_v1 .touch-v1 {
    float: left;
    width: 100%;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.C_social_v1 .touch-v1 span {
    background: #01b7f2;
    width: 90px;
    height: 90px;
    display: inline-block;
    font-size: 25px;
    color: #fff;
    margin: 0 0 40px;
    line-height: 3.5;
    border-radius: 100%;
}
.C_social_v1 .touch-v1 h4 {
    margin: 0 0 40px;
    color: #313131;
    font-size: 15px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}
.C_social_v1 .touch-v1 p {
    line-height: 1.7;
    margin: 0;
    color: #969595;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 13px;
}
.C_social_v1 .touch-v1 .double-border {
    background: #ff6c26;
    border: 5px solid #444444;
    box-shadow: 0px 0px 1px 1px #cf6c7e;
}
.C_social_v1 .touch-v1 .brown {
    background: #444444;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li .select-one {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Raleway", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
    border: 1px solid #cccccc;
    background-color: transparent;
    margin-bottom: 15px;
    float: left;
    height: 34px;
}
.banner-section {
	position:relative;
}
.wrapper-inner {
	    position: absolute;
    bottom: 0;
    /* padding: 0 80px; */
    z-index: 99;
    width: 100%;
}
.name_pakg {
    float: left;
    width: 100%;
    margin-bottom: 25px;
	margin-top: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #5f5f5f;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.name_pakg span {
    color: #ce2b1a;
}

.wrapper_inspiration {
    min-height: 700px;
    background-color: #444444;
    width: 100%;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/IMAGES01.jpg) center/cover no-repeat;
    background-attachment: fixed;
}
.wrapper_about ul {
	text-decoration:none;
}
.wrapper_about ul li {
	text-decoration: none;
    list-style-type: none;
    display: block;
    padding: 4px 0;
    text-transform: capitalize;
}
.wrapper_about ul li a {
    font-size: 17px;
    font-weight: normal;
    color: #32961c;
	text-decoration:none;
}
.wrapper_about ul li a i {
	font-size: 14px;
    padding-right: 4px;
}
.wrapper_inspiration .div {
    padding: 30px 30px 20px 30px;
    background-color: rgba(34, 23, 63, 0.8);
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.wrapper_inspiration .div h3 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 34px;
    margin: 0 0 20px;
    color: #ffffff;
    text-transform: uppercase;
    text-align: center;
}
.wrapper_inspiration .div h3 span {
    color: #ce2b1a;
}
.wrapper_inspiration .div p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 17px;
    margin: 0 0 20px;
    color: whitesmoke;
    text-transform: capitalize;
    text-align: left;
}
.btn-search-v2 {
    background: #5f5f5f;
    color: #fff;
    padding: 10px 22px;
    width: 100%;
    border-radius: 30px;
    border: 1px solid #5f5f5f;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    transition-duration: .4s;
    margin-bottom: 15px;
}
.btn-search-v2:hover {
    background: #ffffff;
    color: #5f5f5f;
    transition-duration: .4s;
}
.grid-view {
    margin-bottom: 30px;
}
.grid-view {
    float: left;
    width: 100%;
}
.no-padding {
    padding: 0 !important;
}
.img-box-v2 {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.img-box-v2 img {
    display: block;
    position: relative;
}
.img-box-v2 .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 7px;
    opacity: 0;
    background: #ce2b1a;
    color: #ffffff;
    transition-duration: 0.5s;
    z-index: 100;
}
.img-box-v2 h2, .img-box-v2 p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.img-box-v2 h2 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.6);
    float: left;
    border-radius: 2px;
    margin: 0px;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    font-weight: 400;
}
.img-box-v2 .overlay p {
    margin: 0;
}
.img-box-v2 h2, .img-box-v2 p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.img-box-v2 p.icon-links a {
    float: right;
    color: #ffffff;
    font-size: 1.3em;
}
.spe-title h2 {
	    text-align: center;
    width: 100%;
    margin-bottom: 25px;
    margin-top: 25px;
    font-size: 25px;
    font-weight: 600;
    color: #5f5f5f;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}
.spe-title h2 span {
	    color: #ce2b1a;
}
.spe-title p {
	font-size: 16px;
    margin: 0px 0 0px;
    /* line-height: 2; */
    color: #afafaf;
    font-weight: normal;
    text-align: center;
}
#home_form {
	margin-top:40px;
}
#home_form ul li input, textarea {
	    width: 100%;
    padding: 6px 5px;
    font-size: 14px;
    font-weight: normal;
    border: 2px solid #d0d0d0;
	margin-bottom:20px;
	outline:none;
	transition:0.4s;
}
#home_form ul li input:focus, textarea:focus {
	border:2px solid #5f5f5f;
}
#send_button {
	   font-size: 17px !important;
    background: #5f5f5f;
    color: #fff;
    border: none !important;
    border-bottom: 2px solid #396f2d !important;
    padding: 9px 0 !important;
    border-radius: 2px 2px 0 0;
	transition:0.4s;
}
#send_button:hover {
    background: #ce2b1a;
    border-bottom: 2px solid #e49e17 !important;
}
.separator {
    background-position: center center;
    position: relative;
    max-width: 100px;
    border-top: 1px solid #5f5f5f;
    margin: 15px auto 30px;
}
.separator:after {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f072";
    font-size: 20px;
    line-height: 1;
    color: #ce2b1a;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #f2f8f9;
}

.separatorre {
    background-position: center center;
    position: relative;
    max-width: 100px;
    border-top: 1px solid #5f5f5f;
    margin: 82px auto 30px;
}
.separatorre:after {
    position: absolute;
    top: -10px;
    left: 0;
    right: 0;
    margin: auto;
    font-family: 'FontAwesome';
    content: "\f072";
    font-size: 20px;
    line-height: 1;
    color: #ce2b1a;
    text-align: center;
    vertical-align: middle;
    width: 40px;
    height: 20px;
    background: #fff;
}
.img-box-v2 p.icon-links a span:before {
    display: inline-block;
    padding: 8px 6px 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.img-box-v2 p.icon-links a:hover {
    color: #5f5f5f;
}
.img-box-v2:hover .overlay {
    opacity: 1;
}
.img-box-v2 .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: auto;
    bottom: 0;
    padding: 7px;
    opacity: 0;
    background: #ce2b1a;
    color: #ffffff;
    transition-duration: 0.5s;
    z-index: 100;
}
.img-box-v2:hover h2 {
    -webkit-transition-delay: 0.05s;
    transition-delay: 0.05s;
}
.img-box-v2:hover h2, .img-box-v2:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.img-box-v2 h2, .img-box-v2 p.icon-links a {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}
.img-box-v2 h2 {
    text-transform: capitalize;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 14px;
    padding: 8px 20px;
    background: rgba(0, 0, 0, 0.6);
    float: left;
    border-radius: 2px;
    margin: 0px;
    font-family: "Raleway", sans-serif;
    display: inline-block;
    font-weight: 400;
}

.img-box-v2:hover p.icon-links a:nth-child(3) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.img-box-v2:hover p.icon-links a:hover, .img-box-v2:hover p.icon-links a:focus {
    color: #ffffff;
}
.img-box-v2:hover h2, .img-box-v2:hover p.icon-links a {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.car_boxs .car_box {
    float: left;
    border-radius: 0;
    width: 100%;
    border: 1px solid #d5d5d5;
    margin-bottom: 40px;
    position: relative;
}
.car_boxs .car_box .img-car {
    float: left;
    width: 100%;
    padding: 0;
    transition: .4s;
    overflow: hidden;
    position: relative;
}
.car_boxs .car_box .img-car img {
    width: 100%;
}
.car_boxs .car_box .detail-car {
    float: left;
    width: 100%;
    background: #ffffff;
    text-align: left;
    padding: 20px 10px 0px;
}
.car_boxs .car_box .detail-car a {
    color: #848484;
    display: block;
    text-align: center;
}
.car_boxs .car_box .detail-car a h4 {
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 10px;
}
.car_boxs .car_box .detail-car p {
    margin: 0 0 10px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    float: left;
    width: 100%;
    text-align: center;
}
.car_boxs .car_box .detail-car p .pull-left {
    color: #848484;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px;
}
.car_boxs .car_box .detail-car p .pull-right {
    font-family: "Montserrat", sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #5f5f5f;
}
.car_boxs .car_box .detail-car hr {
    float: left;
    width: 100%;
    margin: 5px 0;
}
hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee;
}
.car_boxs .car_box .detail-car p {
    margin: 0 0 10px;
    color: #444;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    float: left;
    width: 100%;
    text-align: center;
}
.car_boxs .car_box .book-now {
    float: left;
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
}
.car_boxs .car_box .book-now .btn-book-now {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #5f5f5f;
    transition: .4s;
    padding: 5px 20px;
}
.car_boxs .car_box .book-now .btn-book-now:hover {
    background-color: #ce2b1a;
    transition: .4s;
}
.car_boxs table {
    margin: 0;
}
.car_boxs table tbody tr td {
    border-right: 1px solid #ddd;
    font-family: "Open Sans", sans-serif;
    color: #848484;
    font-weight: 600;
}
.car_box table tbody {
	border-top: 1px solid #dddddd;
}
.popular_hotel_wrapper {
    float: left;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url(../images/hotel-new.jpg) center/cover no-repeat;
    background-attachment: fixed;
    margin-bottom: 30px;
    padding: 30px 0;
}
.name_pakg p {
    font-size: 14px;
    margin: 8px 0 0px;
    line-height: 2;
    color: #ffffff;
}
.popular_hotel_box {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    border: 1px solid #fff;
    border-bottom: 4px solid #ce2b1a;
    border-radius: 3px;
}
.popular_hotel_box .img {
    position: relative;
    max-height: 300px;
    width: 100%;
    overflow: hidden;
}
.popular_hotel_box .img img {
    max-height: 300px;
    transition-duration: .4s;
    transform: scale(1, 1);
    width: 100%;
}
.popular_hotel_box .img img:hover {
    transition-duration: .4s;
    transform: scale(1.2, 1.2);
}
.popular_hotel_box .img img {
    max-height: 300px;
    transition-duration: .4s;
    transform: scale(1, 1);
    width: 100%;
}
.popular_hotel_box .hotel_detail {
    float: left;
    width: 100%;
    padding: 20px;
    background: #ffffff;
}
.popular_hotel_box .hotel_detail .hotel-name {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.popular_hotel_box .hotel_detail .hotel-name h4 {
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 17px;
    color: #797979;
    margin: 0 0 5px;
}
.popular_hotel_box .hotel_detail .hotel-name p {
    color: #797979;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    margin: 0;
}
.popular_hotel_box .hotel_detail .hotel-name p i {
    color: #ce2b1a;
}
.popular_hotel_box .hotel_detail .pull-left {
    color: #b7b7b7;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.popular_hotel_box .hotel_detail .pull-right {
    color: #3e3f40;
    font-family: "Open Sans", sans-serif;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 600;
}
.popular_hotel_box .hotel_detail p {
    color: #868686;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 14px;
    float: left;
    width: 100%;
    margin: 0 0 20px;
}
.popular_hotel_box .hotel_detail .book-now {
    float: left;
    width: 100%;
    position: relative;
    text-align: center;
}
.popular_hotel_box .hotel_detail .book-now .btn_book_now {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 5px;
    background-color: #5f5f5f;
    transition: .4s;
    padding: 5px 20px;
}
.popular_hotel_box .hotel_detail .book-now .btn_book_now:hover {
    background-color: #ce2b1a;
    transition: .4s;
}
.btn-select {
    background: #5f5f5f;
    padding: 2px 7px;
    border-radius: 0;
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 1px;
    margin-top: 10px;
    text-transform: uppercase;
}
.car_boxs .car_box .img-car .overflow-outer {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 100%;
    transition-duration: .4s;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.6);
}
.pop-feature {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 27px;
    right: -41px;
    padding: 10px 0;
    min-width: 160px;
    background-color: #ce2b1a;
    color: #fff;
    transform: rotate(45deg);
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.tour_pak {
    float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
    transition-duration: .3s;
    max-height: 250px;
}
.tour_pak .overflow-outer {
    position: absolute;
    width: 100%;
    top: 37%;
    transition-duration: .4s;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.tour_pak .overflow-outer .overflow-inner {
    background: rgba(0, 0, 0, 0.7);
    position: relative;
    bottom: 0;
    width: 100%;
    margin: 0 30px;
    border-radius: 2%;
    text-align: center;
    padding: 20px 10px;
    transition: 2s ease-in;
}
.tour_pak .overflow-outer .overflow-inner .pull-left {
    font-family: "Raleway", sans-serif;
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
}
.tour_pak .overflow-outer .overflow-inner .pull-left a {
    color: #ffffff;
}
.tour_pak .overflow-outer .overflow-inner .pull-right {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.our-work-wrapper {
    float: left;
    width: 100%;
    margin: 0 0 0;
    background-color: #f1f1f1;
    padding: 30px 0px 0px 0px;
}
.our-work {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
}
.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px #5f5f5f;
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    background: transparent;
}
.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    margin: 0 0 30px;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #5f5f5f;
}
.hi-icon:before {
    font-family: 'FontAwesome';
    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.our-work h4 {
    color: #444;
    font-weight: 600;
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 0 0 20px;
    font-family: "Raleway", sans-serif;
}
.our-work h4 span {
    color: #ce2b1a;
}
.our-work p {
    float: left;
    color: #444;
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    width: 100%;
    margin: 0 0 20px;
}
.btn-read-more {
    position: relative;
    background: transparent;
    color: #444444;
    border-radius: 30px;
    border: 2px solid #444444;
    padding: 8px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    transition-duration: .4s;
}
.btn-read-more:hover {
    background: #444444;
    color: #ffffff;
    transition-duration: .4s;
}
.hi-icon-user:before {
    content: "\e012";
}
.hi-icon-images:before {
    content: "\e008";
}
.hi-icon-link:before {
    content: "\e00c";
}
.pop-feat-two {
    font-weight: 700;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    top: 27px;
    right: -41px;
    padding: 10px 0;
    min-width: 160px;
    background: #ce2b1a;
    color: #fff;
    transform: rotate(45deg);
    text-align: center;
    font-family: "Open Sans", sans-serif;
}
.btn_view_all {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}
.btn-view-all {
    position: relative;
    background: #5f5f5f;
    color: #fff;
    border-radius: 0;
    border: 1px solid #5f5f5f;
    padding: 10px 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    transition-duration: .4s;
}
.btn-view-all i {
    margin-right: 8px;
}
.btn-view-all:hover {
    background: #ffffff;
    color: #5f5f5f;
    transition-duration: .4s;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li .select-one {
    position: relative;
    width: 100%;
    padding: 0 7px;
    font-family: "Raleway", sans-serif;
    color: #9d9d9d;
    font-weight: 400;
    border: 1px solid #cccccc;
    background-color: transparent;
    margin-bottom: 15px;
    float: left;
    height: 34px;
}
.testimonials {
	    padding: 3em 0;
}
.testimonials h3 {
	font-size: 2.5em;
    color:#5f5f5f;
    text-align: center;
    text-transform: capitalize;
}
.testimonials h3 span {
	color:#ce2b1a;
}
p.dolor {
    text-align: center;
    color: #999;
    margin: .5em 0 0;
    position: relative;
    padding-bottom: 2em;
}
#flexiselDemo1 {
	display: none;
}
.nbs-flexisel-container {
	position: relative;
	max-width: 100%;
}
.nbs-flexisel-ul {
	position: relative;
	width: 9999px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.nbs-flexisel-inner {
	overflow: hidden;
	margin: 0px auto;
}
.nbs-flexisel-item {
	float: left;
	margin: 0;
    padding: 0;
	position: relative;
	line-height: 0px;
}
.nbs-flexisel-item > img {
	cursor: pointer;
	position: relative;
}
/*---- Nav ---*/
.nbs-flexisel-nav-left, .nbs-flexisel-nav-right {
	width:60px;
	height:115px;
	position: absolute;
	cursor: pointer;
	z-index: 100;
}
.nbs-flexisel-nav-left {
	left: 0%;
	top: 15% !important;
	background:none;
}
.nbs-flexisel-nav-right {
	right: 0%;
	top: 15% !important;
	background:none;
}
/*--//flexisel--*/
.agile_testimonials_grid1{
    padding: 2em;
    background: #f5f5f5;
    position: relative;
	margin-bottom: 1em;
	border: 1px solid #EAEAEA;
}
.agile_testimonials_grid1:before{
	content: '';
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #EAEAEA;
    position: absolute;
    bottom: -10%;
    left: 15%;
}
.agile_testimonials_grid {
    width: 95%;
}
/*-- //agile_testimonials --*/
/*-- about-bottom --*/
.agileits_about_bottom_left,.agileits_about_bottom_right{
	padding:0;
}
.agileits_about_bottom_left{
	padding:5em 5em 5em 13em;
	background:#f5f5f5;
}
.agileits_about_bottom_left h3{
	text-transform:capitalize;
	font-size:2em;
	color:#212121;
}
.agileits_about_bottom_left p{
	color:#999;
	line-height:1.8em;
	margin:2em 0;
}
.agileits_about_bottom_left ul li{
	font-size: 14px;
    color: #999;
    background: url(../images/img-sp.png) no-repeat -5px -141px;
    margin-bottom: 1.5em;
    display: block;
    padding-left: 2.5em;
    text-transform: capitalize;
}
.agileits_about_bottom_left ul {
    padding:4.5em 0 0;
}
.agile_testimonials_grid p{
	color:#999;
	line-height:1.8em;
	margin:0 0 0;
}
.agile_testimonials_grid p span{
	display: block;
    font-size: 1.3em;
    margin: .5em 0 0;
    color: #ce2b1a;
    font-family: 'Josefin Sans', sans-serif;
}
.rating {
    direction: ltr;
    text-align:left;
}
span.star {
    color: #ce2b1a;
}
.rating > span {
    display: inline-block;
    position: relative;
	cursor:pointer;
}
.agile_testimonials_grids{
	margin:3em 0 0;
}
/*--flexisel--*/
.flex-slider{	
background:#222227;
padding: 70px 0 165px 0;
}
.opportunity{
background:#28282e;
margin:0px 20px;
padding:80px 0;
position:relative;
}
.navbar-nav {
    float: left;
    margin: 0;
}
.navbar-default {
    background:#fff ;
    border: none!important;
}
.navbar-default .navbar-nav > li > a {
    color: #05222A;
    font-size: 1.3em;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 900;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #02B875;
    background-color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #02B875;
    background-color: #fff;
}
.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #05222A;
    background-color: #fff;
}
/*-- nav-hover-effect --*/
.menu__list {
	position: relative;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
    list-style: none;
}

.menu__item {
	display: block;
	margin: 1em 0;
}

.menu__link {
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.top_bar_travel {
    background-color: #ce2b1a;
    padding: 6px;
    position: relative;
    width: 100%;
}
.top_contact {
    float: left;
}
.list-inline {
    padding-left: 0;
    margin-left: -5px;
    list-style: none;
}
.top_contact li {
    line-height: 2.3;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.top_contact li a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.dropdown-toggle:focus {
    outline: none;
}
.top_contact li a img {
    width: 21px;
    margin-right: 3px;
    margin-top: -4px;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.top_contact li .dropdown-menu {
    border-bottom: 2px solid #5f5f5f;
    border-radius: 0;
    padding: 0;
    /* border-top: none; */
    margin-top: 7px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown, .dropup {
    position: relative;
}
.menu__link:hover,
.menu__link:focus {
	outline: none;
}
.top_contact li .dropdown-menu li a {
    color: #444444;
    border-bottom: 1px solid #ddd;
    padding: 6px 20px;
}
.top_contact li a {
    color: #ffffff;
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
    text-decoration: none;
}
.top_contact li a img {
    width: 21px;
    margin-right: 3px;
    margin-top: -4px;
}
.top_search {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.top_search form input {
    width: 100%;
    border-radius: 42px;
    border: none;
    padding: 7px 14px;
    color: #8f8f8f;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    position: relative;
    overflow: hidden;
    display: block;
    font-weight: 600;
    outline: none;
}
.top_search form .email-btn {
    border: none;
    background: transparent;
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 17px;
    color: #ce2b1a;
    height: 32px;
    line-height: 1;
    width: 43px;
    border-radius: 0 42px 42px 0;
}
.top_email {
    float: right;
}
.top_email ul {
    float: right;
}
.top_email ul li {
    text-align: center;
}
.list-inline>li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.top_email ul li a {
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    border: 2px solid #ffffff;
    display: block;
    transition-duration: .3s;
    width: 32px;
    height: 32px;
    padding-top: 5px;
    border-radius: 100%;
}
.top_email ul li a:hover {
    background-color: #ce2b1a;
    transition-duration: .3s;
}
.top_email ul li a:hover i {
    transition: 0.9s;
    transform: rotateY(360deg);
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}

/* Francisco */
.menu--francisco .menu__item {
	margin: 0 1.5em;
}

.menu--francisco .menu__link {
	position: relative;
    overflow: hidden;
    height: 3em;
    padding: 1em 0 1em;
	text-align: center;
	color: #b5b5b5;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--francisco .menu__link:hover,
.menu--francisco .menu__link:focus {
	color: #929292;
}

.menu--francisco .menu__item--current .menu__link{
	color: #02B875;
}
.menu--francisco .menu__link::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
    opacity: 0;
    background: #02B875;
	-webkit-transform: translate3d(0, -3em, 0);
	transform: translate3d(0, -3em, 0);
	-webkit-transition: -webkit-transform 0s 0.3s, opacity 0.2s;
	transition: transform 0s 0.3s, opacity 0.2s;
}

.menu--francisco .menu__item--current .menu__link::before,.menu--francisco .menu__link:hover::before {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: -webkit-transform 0.5s, opacity 0.1s;
	transition: transform 0.5s, opacity 0.1s;
	-webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
	transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.menu--francisco .menu__helper {
	display: block;
	pointer-events: none;
}

.menu--francisco .menu__item--current .menu__helper,.menu__link:hover  .menu__helper{
	-webkit-animation: anim-francisco 0.3s forwards;
	animation: anim-francisco 0.3s forwards;
}

@-webkit-keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes anim-francisco {
	50% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	51% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
/*-- //nav-hover-effect --*/
/*--header-menu--*/
/*--banner--*/
.slider {
	position: relative;
/*-- w3layouts --*/ 
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.caption{
	width: 60%;
	position: absolute;
	top: 44%;
	left: 20%;
	text-align:center;
}
.caption h3{
	color: #ffffff;
	font-size: 3.5em;
	text-transform: capitalize;
}
.caption p{
	line-height: 1.8em;
	font-size: 1.2em;
	text-align: center;
	font-weight: 400;
	width: 81%;
	margin: 5px auto 0px;
	color:#eee;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	/*-- agileits --*/
	height: 15px;
	width: 15px;
	display: inline-block;
	border: 2px solid #FFFFFF;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	background:#506a85;
}
.callbacks_here a:after{
	background:rgb(23, 167, 139);
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
	display:none;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: -2px;
	z-index: 999;
	left: 46%;
	background:#fff;
	
}
.callbacks_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  top: 44%;
  left: 14%;
  opacity: 0.7;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  height: 61px;
  width: 38px;
  background: none;
  margin-top: -45px;
  }
.callbacks_nav.next {
  left: auto;
  background-position: right top;
  right: 14%;
 }
.serach-w3agile {
    background: #02B875;
    padding: 3em 0;
}
.place-grid h5 {
    font-size: 1.5em;
    color: #fff;
}
.sel {
    width: 100%;
    padding: .3em 1em;
    font-size: 1em;
    margin-top: 1em;
    outline: none;
    text-transform: capitalize;
    border: 1px solid #BBBBBB;
}
.place-grid input[type="submit"] {
    width: 100%;
    background: #05222A;
    border: none;
    outline: none;
    color: #fff;
    padding: .4em;
	font-size:1em;
}
.place-grid:nth-child(6) {
    margin-top: 2.7em;
}
.popular-w3,.testimonials-w3l,.about-w3ls,.company-w3,.services-w3l,.special-w3,.why-w3,.projects-agile,.page-w3,.contact-w3l {
    padding: 5em 0;
}
h2.tittle {
    font-size: 3.5em;
    text-align: center;
	    color: #05222A;
}
.place-grids,.popular-grids,.feature-grids,.testimonial-grids,.about-grids,.company-grids,.count-grids,.agent-grids,.service-grids,.special-grids,.map,.contact-grids,.contact-form {
    margin-top: 4em;
}
.popular-grid h4 {
    font-size: 2em;
    text-align: center;
    background: #05222A;
    padding: 0.5em;
    color: #fff;
}
.popular-text {
    text-align: center;
    border-left: 3px double #E8EBEF;
    border-right: 3px double #E8EBEF;
    border-bottom: 3px double #E8EBEF;
}
.popular-grid:hover img {
    webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}
.popular-grid img {
    -webkit-transition: all 2s ease-in-out;
    -moz-transition: all 2s ease-in-out;
    -o-transition: all 2s ease-in-out;
    transition: all 2s ease-in-out;
}
.detail-bottom ul {
    border-top: 1px solid #eee;
    padding: .5em 0;
}
.detail-bottom ul li.text-info {
    width: 53%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: left;
    text-align: left;
    margin-left: 0.8em;
    line-height: 2em;
}
.detail-bottom ul li.text-info1 {
    width: 20%;
    color: #777;
    font-size: 1em;
    font-weight: 400;
    float: right;
    text-align: right;
    margin-right: 0.8em;
    line-height: 2em;
}
.popular-grid h5 {
    font-size: 1.8em;
    color: #222;
    padding: 0.5em;
}
a.button {
    background: #02B875;
    width: 100%;
    display: block;
    padding: .5em;
    font-size: 1.2em;
    color: #fff;
    text-decoration: none;
}
.popular-grid p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em;
}
h3.tittle{
	font-size: 3.5em;
    text-align: center;
	color:#fff;
}
.item img {
    width: 100%;
}
.properties-w3ls{
	padding:5em 0 4em;
	background:#05222A;
}
.properties-grid1 p {
    font-size: 1em;
    line-height: 1.8em;
    padding: 1em 1em;
	color:#eee;
}
.left-grid {
    float: left;
    width: 14%;
    margin-right: 2%;
}
.right-grid {
    float: left;
    width: 84%;
}
.left-grid p {
    color: #fff;
    background: #02B875;
    width: 60px;
    height: 60px;
    font-size: 1.5em;
    margin: 0;
    border-radius: 50%;
    text-align: center;
    padding-top: 0.6em;
}
.right-grid p {
    font-size: 1em;
    padding: .5em 0 0;
}
.properties-grid1 h4 {
    font-size: 1.8em;
    color: #fff;
}
.care {
    margin-top: 3em;
}
.icons i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #05222A;
    box-shadow: inset 0 0 0 1px #05222A;
    -webkit-box-shadow: inset 0 0 0 1px #05222A;
    transition: background-color 400ms,background-color 400ms;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
}
.fer-grid:hover .icons i{
   background-image: -webkit-linear-gradient(90deg,#05222A 0%,#02B875 100%);
    background-image: -webkit-linear-gradient(90deg,#05222A 0%,#02B875 100%);
    background-image: -ms-linear-gradient(90deg,#05222A 0%,#02B875 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255,255,255,0.8);
}
h3.tittle1{
    font-size: 3.5em;
    text-align: center;
    color: #05222A;
}
.featured-w3l {
    text-align: center;
    padding: 5em 0;
	background: #F3FCFF;
}
.fer-grid h4 {
    font-size: 2em;
    color: #02B875;
    padding: 0.5em 0;
}
.fer-grid p {
    font-size: 1em;
    line-height: 1.8em;
}
.test-right {
    background: #05222A;
    padding: 1.5em;
    border: 3px double #05222A;
    box-shadow: 0 0 8px #05222A;
}
.test-grid p {
    font-size: 1em;
    line-height: 1.8em;
	    color: #eee;
}
.test-grid h5 {
    font-size: 1.5em;
    color: #fff;
    text-align: right;
	    margin-top: 1em;
}
.test-left img {
    border: 3px double #02B875;
    box-shadow: 0 0 8px #02B875;
    padding: 0.2em;
}
.main-footer {
    width: 100%;
    float: left;
    position: relative;
    padding: 60px 0 0;
    display: block;
    background-color: #111111;
}
.main-footer .inner-footer {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.main-footer .inner-footer a img {
    display: block;
    margin-bottom: 15px;
}
.main-footer .footer-content {
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    float: left;
    color: #8c8c8c;
    width: 100%;
    margin-bottom: 12px;
    font-weight: 600;
}
.main-footer .footer-text {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    float: left;
    color: #9e9e9e;
    width: 100%;
    margin-bottom: 12px;
}
.main-footer .footer-text i {
    color: #9e9e9e;
    margin-right: 3px;
}
.main-footer .inner-footer ul {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}
.main-footer .inner-footer ul li {
    padding-right: 0;
    padding-left: 3px;
}
.main-footer .inner-footer ul li a {
    display: block;
}
.main-footer .inner-footer ul li a .social-icon {
    width: 36px;
    height: 36px;
    position: relative;
    display: block;
    text-align: center;
    transition: all .6s ease-in;
    background-color: transparent;
    border: 1px solid #242424;
}
.main-footer .inner-footer ul li a .social-icon i {
    color: #797070;
    position: relative;
    top: 8px;
    font-size: 17px;
}
.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}
.main-footer .inner-footer ul li a .social-icon:hover {
    background-color: #5f5f5f;
    transition: all .6s ease-in;
}
.main-footer .inner-footer ul li a .social-icon:hover i {
    color: #ffffff;
    transition: all .6s ease-in;
    transform: rotateX(360deg);
}
.main-footer .list-of-nav {
    float: left;
    width: 100%;
    position: relative;
}
.main-footer .inner-footer1 {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.main-footer .inner-footer1 h4 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-top: 0;
}
.main-footer .list-of-nav ul {
    margin-bottom: 15px;
    float: left;
    width: 100%;
}
.main-footer .list-of-nav ul li {
    float: left;
    width: 100%;
}
.main-footer .list-of-nav ul li a {
    color: #7d7d7d;
    line-height: 2;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    transition: .4s;
    text-decoration: none;
    text-transform: capitalize;
    font-size: 16px;
    padding-bottom: 5px;
}
.main-footer .list-of-nav ul li a:hover {
    transition: .4s;
    color: #5f5f5f;
}
.main-footer .list-of-nav ul li a i {
    margin-right: 6px;
}
.main-footer .btn-group {
    width: 100%;
    float: left;
    position: relative;
}
.main-footer .btn-group .btn-tag {
    background-color: #111111;
    padding: 9px 14px;
    font-size: 14px;
    border-radius: 5px;
    color: #807d7d;
    text-transform: uppercase;
    font-family: "Open Sans", sans-serif;
    float: left;
    margin-right: 5px;
    margin-bottom: 15px;
    text-decoration: none;
    transition: all 0.3s;
    font-weight: 600;
    border: 1px solid #3a3232;
}
.main-footer .btn-group .btn-tag:hover {
    background-color: #5f5f5f;
    color: #ffffff;
    transition: all 0.3s;
}
.main-footer .inner-footer1 h3 {
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 10px;
    position: relative;
    float: left;
    width: 100%;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
    margin-top: 0;
}
.main-footer .footer-content1 {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    float: left;
    color: #8c8c8c;
    width: 100%;
    margin-bottom: 18px;
}
.main-footer .inner-footer1 .search-mail {
    position: relative;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.main-footer .inner-footer1 .search-mail:before {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    line-height: 39px;
    font-family: 'FontAwesome';
    content: '\f1d8';
    background: #5f5f5f;
    text-align: center;
    color: #ffffff;
    border-radius: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smooth: always;
}
.main-footer .inner-footer1 .search-input {
    box-sizing: border-box;
    width: 100%;
    padding: 0px 10px;
    height: 38px;
    border-radius: 0;
    outline: none;
    color: #7a7a7a;
    font-family: "Raleway", sans-serif;
    font-size: 13px;
    border: none;
}
.main-footer .inner-footer1 .search-Button {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    opacity: 0;
    cursor: pointer;
}
.main-footer .inner-footer2 {
    width: 100%;
    float: left;
    display: block;
    position: relative;
}
.main-footer .inner-footer2 ul li {
    font-family: "Open Sans", sans-serif;
    padding-bottom: 19px;
    padding-left: 0;
}
.main-footer .inner-footer2 ul li .img-news {
    float: left;
    margin-right: 8px;
    margin-top: 5px;
    max-height: 63px;
    overflow: hidden;
}
.main-footer .inner-footer2 ul li .img-news img {
    max-height: 63px;
}
.main-footer .inner-footer2 ul li .content-news p {
    font-size: 14px;
    margin-bottom: 0;
}
.main-footer .inner-footer2 ul li .content-news p a {
    font-family: "Raleway", sans-serif;
    color: #8b8a8a;
    display: block;
    text-decoration: none;
}
.main-footer .inner-footer2 ul li .content-news p a:hover {
    color: #ffffff;
}
.main-footer .inner-footer2 ul li .content-news small {
    color: #8b8a8a;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
}
.main-footer .footer-bottom {
    margin: 0;
    color: #fff;
    padding: 19px 20px;
    background-color: #5f5f5f;
    font-weight: 600;
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    text-transform: capitalize;
    margin-top: 50px;
}
.main-footer .footer-bottom a {
    color: #111111;
}
.main-footer .footer-bottom a:hover {
        color: #404040;
    text-decoration: none;
}
.main-footer .inner-footer2 h4 {
    color: #ffffff;
    font-size: 24px;
    margin-bottom: 25px;
    position: relative;
    float: left;
    font-weight: 600;
    width: 100%;
    font-family: "Raleway", sans-serif;
    margin-top: 0;
}

[class~=form] {
    background: url(../images/cloud.png) no-repeat bottom center #f2f8f9;
}

/*--about--*/
.banner1 {
    background: url(../images/banner.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 190px;
    padding: 6em 0 0;
    text-align: center;
}
.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}
.banner1 h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 2em;
}
.banner1 h3 span {
    color: #02B875;
}
.multi-gd-text a {
    display: block;
    position: relative;
}
.multi-gd-text a:hover::before {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::before {
    background: rgba(0,0,0,0.34);
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.multi-gd-text img {
    height: auto;
    width: 100%;
}
.multi-gd-text a:hover::after {
    width: 100%;
    height: 100%;
}
.multi-gd-text a::after {
    background:rgba(5, 34, 42, 0.49);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    transition: all 0.5s ease-out 0s;
    z-index: 99;
    content: "";
}
.about-grid h4 {
    font-size: 2em;
    color: #02B875;
}
.about-grid p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 1em;
}
.count-agileits {
    background: url(../images/ban1.jpg) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 355px;
    text-align: center;
    padding: 5em 0 ;
}
.count-grid span {
    background: #eee;
    display: block;
    width: 65px;
    height: 2px;
    margin: 0 auto;
}
.count-grid h4 {
    font-size: 4em;
	color:#fff;
}
.count-grid h5 {
    font-size: 1.2em;
    color: #eee;
	margin-top: 1em;
}
.count-grid i {
    font-size: 2em;
    color: #fff;
    width: 70px;
    height: 70px;
    border: 3px double #fff;
    border-radius: 50px;
    padding-top: 0.7em;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
}
.numscroller {
    font-size: 2.5em;
    color: #fff;
  font-family: 'Josefin Sans', sans-serif;
        padding: 0.3em 0;
}
.agent-w3l {
    padding: 5em 0;
    background: #eee;
}
.agent-right ul {
    padding-top: 1em;
}
.agent-left {
    float: left;
    width: 50%;
}
.agent-right {
    float: left;
    width: 50%;
    background: #fff;
    padding: 2em 2em 1em;
}
.agent-right h4 {
    font-size: 2em;
    color: #05222A;
}
.agent-right ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}
.company-grid h4 {
    font-size: 2em;
    color: #02B875;
    margin: 0.5em 0 0.4em;
}
.company-grid p {
    font-size: 1em;
    line-height: 1.8em;
}
/*--about--*/
/*--services--*/
.service-top1 {
    margin-top: 2em;
}
.serce-grid h4{
    color: #02B875;
    font-size: 2em;
    text-transform: capitalize;
    padding: 0.8em 0 0.5em;
}
.serce-grid p {
    font-size: 1em;
    line-height: 1.8em;
}
.special1{
	position:relative	
}
.special-icon i {
    font-size: 1.5em;
    color: #fff;
    top: 1.2em;
}
.special-icon {
    position: absolute !important;
    bottom: -18%;
    left: 38%;
    width: 80px;
    height: 80px;
    border: 2px solid #fff;
    background: #02B875;
    border-radius: 60%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -o-border-radius: 60%;
    -ms-border-radius: 60%;
    text-align: center;
}
/* Sweep To Top */
.hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #05222A;
    border-radius: 50%;
	-webkit-border-radius: 60%;
	-moz-border-radius: 60%;
	-o-border-radius: 60%;
	-ms-border-radius: 60%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
  color: white;
}
.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before,.services-grid:hover .hvr-sweep-to-top:before{
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
.special-bottom {
    background: #f5f5f5;
    text-align: center;
    padding: 4em 1em 2em;
}
.special-grid h4 {
    font-size: 2em;
    color: #02B875;
}
.special-grid p {
    font-size: 1em;
    line-height: 1.8em;
    margin-top: 1em;
}
h3.tittle2 {
    font-size: 3.5em;
    text-align: center;
    color: #05222A;
	margin-bottom:.5em
}
ul.place {
  padding: 0;
  margin: 6px 0;
  background:#05222A;
  width: 100%;
}
ul.place li {
  display: inline-block;
  padding: 6px;
}
ul.place li {
  font-size: 1.2em;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}
.why-grid p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
}
p.why-text {
    padding-top: .8em;
}
/*--services--*/
/*--project--*/
/*-- portfolio --*/
.portfolio_grid_w3lss:nth-child(3){
	margin:2em 0;
}
.portfolio_grid_w3lss:nth-child(2){
	margin-top:4em;
}
.w3agile_Projects_grid figure {
    margin: 0;
    padding: 0;
    height:232.5px;
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
}
.w3agile_Projects_grid figure:hover figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    top: 0;
}
.w3agile_Projects_grid figcaption {
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
	top: -100%;
    background: rgba(0,0,0,.5);
    color: #fff;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    -ms-transition-delay: .5s;
    transition-delay: .5s;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.w3agile_Projects_grid figcaption h4 {
    color: #02B875;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
    font-size: 2em;
    margin: 2em 0 .5em;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    -ms-transition-delay: 1s;
    transition-delay: 1s;
    text-align: center;
    text-transform: capitalize;
}
.w3agile_Projects_grid figcaption p {
    font-family: 'Open sans';
    line-height: 1.8em;
    text-align: center;
    padding: 0px 20px;
    margin-bottom: 0;
    position: relative;
    left: 100%;
	color:#eee;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
    -o-transition-delay: 1.3s;
    -ms-transition-delay: 1.3s;
    transition-delay: 1.3s;
}
.w3agile_Projects_grid figure:hover h4,.w3agile_Projects_grid figure:hover p {
    left: 0;
}
/*-- //portfolio --*/
/*--project--*/
/*--codes--*/
.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--*/
.map iframe {
    width: 100%;
    min-height: 400px;
}
.contact-right ul li i {
    font-size: 1.2em;
    margin-right: 7px;
    color: #777;
}
.contact-right ul li {
    list-style: none;
    line-height: 2.5em;
    font-size: 1em;
    color: #777;
}
.contact-right h4 {
    font-size: 2em;
    margin-bottom: 0.5em;
    color: #02B875;
}
.contact-right {
    margin-top: 3em;
}
.contact-w3l p {
    font-size: 1em;
    line-height: 1.8em;
    padding-top: 1em;
}
.contact-right ul li a {
    color: #777;
    text-decoration: none;
}
.contact-form input[type="text"],.contact-form input[type="mail"],.contact-form textarea{
	background:none;
	border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
	font-size: 14px;
	outline: none;
}
.contact-form input[type="text"],.contact-form input[type="mail"]{
	width: 32.98%;
	float: left;
}
.contact-form input[type="mail"]{
	margin:0 6px;
}
.contact-form textarea{
	min-height: 200px;
	resize: none;
	width: 100%;
	margin:1em 0;
}
.contact-form input[type="submit"],.contact-form input[type="reset"]{
	outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
	width: 12%;
    background:#05222A;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}
.contact-form input[type="submit"]:hover,.contact-form input[type="reset"]:hover{
	background:#02B875;
}
.contact-form h4{
	font-size: 2em;
    margin: 0 0 1em;
}
/*--contact--*/
/*-- login --*/
.modal-header {
    border-bottom: none;
}
.modal-dialog {
    width: 550px;
    margin: 12em auto 0 auto;
}
.modal-body {
    padding: 2em 4em 4em;
}
.login-right h3{
    font-size: 2.5em;
    text-transform: capitalize;
    text-align: center;
     font-family: 'Josefin Sans', sans-serif;
    color: #02B875;
}
.login-right input[type="text"] ,.login-right input[type="password"] {
    width: 100%;
    padding: 10px;
    font-weight: normal;
    background: none;
    border: 1px solid #E6E4E4;
    color: #D2D1D1;
    outline: none;
    font-size: 14px;
    margin-top: 20px;
}
.login-right h4{
	color:#C53743;
	font-size:12px;
	margin:20px 0;
}
.login-right h4 a{
	color:#02B875;
	text-decoration:none;
}
.login-right h4 a:hover{
	color:#02B875;
}
.login-right input[type="submit"] {
  background:#05222A;
  color: #fff;
  font-size: 1.5em;
  border: none;
  width: 100%;
  outline: none;
  -webkit-appearance:none;
      padding: .5em 0;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -o-transition: 0.5s all;
    margin-top: .5em;
	    font-family: 'Josefin Sans', sans-serif;
}
.login-right input[type="submit"]:hover {
	background:#02B875;
}
.login-grids p {
    font-size: 12px;
    margin-top: 25px;
	color:#A9A8A8;
}
.login-grids p a{
	color:#02B875;
	text-decoration:none;	
}
.modal-header .close {
    outline: none;
}
/*--login--*/

/*--responsive--*/

@media(max-width:1440px){
.caption {
    top: 40%;
}	
}
@media(max-width:1366px){
	
}
@media(max-width:1280px){
	
}
@media(max-width:1080px){
.caption {
    top: 37%;
    left: 10%;
    width: 75%;
}
.caption h3 {
    font-size: 3em;
}
.caption p {
    font-size: 1.1em;
}
h3.tittle,h3.tittle1,h3.tittle2 {
    font-size: 3.2em;	
}
h2.tittle {
    font-size: 3.2em;
}
.detail-bottom ul li.text-info1 {
    width: 26%;
}
.popular-w3,.featured-w3l,.testimonials-w3l, .about-w3ls, .company-w3,.count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l,.footer-section,.agent-w3l {
    padding: 4em 0;
}
.properties-w3ls {
    padding: 4em 0 4em;
}
.popular-grid h4,.fer-grid h4,.about-grid h4,.company-grid h4,.serce-grid h4,.special-grid h4,.contact-right h4{
    font-size: 1.8em;
}
.popular-grid p {
    font-size: 0.965em;
    padding: 1em 0.8em;
}
.right-grid p,.fer-grid p,.test-grid p,.about-grid p,.company-grid p,.serce-grid p,.special-grid p,.why-grid p,.contact-w3l p{
	font-size: 0.965em;
}
.agent-right {
    padding: 1em 1em 1em;
}
.w3agile_Projects_grid figure {
    height: 188.5px;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.9%;
}
}
@media(max-width:991px){
.menu--francisco .menu__item {
    margin: 0 1em;
}
.place-grid {
    float: left;
    width: 33.3%;
}
.place-grid:nth-child(4),.place-grid:nth-child(5) {
    margin-top: 2em;
}
.place-grid:nth-child(6) {
    margin-top: 4.7em;
}
.popular-grid {
    float: left;
    width: 33.3%;
}
.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 3em;
}
.detail-bottom ul li.text-info1 {
    width: 33%;
}
.popular-grid h5 {
    font-size: 1.5em;	
}
h3.tittle,h3.tittle1,h3.tittle2 {
    font-size: 3em;	
}
h2.tittle {
    font-size: 3em;
}
.caption {
    top: 39%;
    left: 10%;
    width: 75%;
}
.caption p {
    font-size: 1em;
}
.properties-grid {
    float: left;
    width: 50%;
}
.properties-grid1 {
    float: left;
    width: 50%;
}
.left-grid {
    float: left;
    width: 21%;
}
.right-grid {
    float: left;
    width: 77%;
}
.fer-grid {
    float: left;
    width: 33.3%;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4,.agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4,.footer-grid h4,.w3agile_Projects_grid figcaption h4  {
    font-size: 1.6em;
}
.test-grid {
    float: left;
    width: 50%;
}
.test-left {
    float: left;
    width: 40%;
}
.test-right {
    float: left;
    width: 60%;
}
.test-right {
    padding: 1em;
}
.footer-grid {
    float: left;
    width: 25%;
}
.footer-grid:nth-child(2),.footer-grid:nth-child(4) {
    padding: 0;
}
.about-grid1 {
    float: left;
    width: 50%;
}
.company-grid {
    float: left;
    width: 33.3%;
}
.count-grid {
    float: left;
    width: 25%;
}
.agent-left {
    float: left;
    width: 37%;
}
.agent-right {
    float: left;
    width: 63%;
    padding: 1.1em 3em 1em;
}
.agent-grid:nth-child(2) {
    margin-top: 3em;
}
.serce-grid {
    float: left;
    width: 50%;
}
.service-left {
    float: left;
    width: 50%;
}
.service-right {
    float: left;
    width: 50%;
}
.special-grid {
    float: left;
    width: 33.3%;
}
.special-icon {
    left: 31%;
	bottom: -26%;
}
.why-grid {
    float: left;
    width: 50%;
}
.w3agile_Projects_grid {
    float: left;
    width: 33.3%;
}
.w3agile_Projects_grid figure {
    height: 140.5px;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 0.5em 0 .5em;
}
.map iframe {
    width: 100%;
    min-height: 300px;
}
.contact-left {
    float: left;
    width: 50%;
}
.contact-right {
    float: left;
    width: 50%;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.75%;
}
}
@media(max-width:800px){
	
}
@media(max-width:768px){
	
}
@media(max-width:736px){
.navbar-toggle {
    float: none;
    text-align: center;
    margin-right: 0px;	
}
.navbar-nav {
    float: none;
    margin: 0;
}
.navbar-header {
    text-align: center;
}
.navbar-toggle {
    background:#02B875;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #02B875;
}
.social-icons {
    float: none;
    margin-top: 0.7em;
    text-align: center;
}
.caption h3 {
    font-size: 2.8em;
}
.caption p {
    font-size: 0.96em;
}
.popular-grid p {
    font-size: 0.96em;
    padding: 1em 0.5em;
}
.caption {
    top: 32%;
	width: 80%;
}
.place-grid:nth-child(6) {
    margin-top: 4.4em;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2.8em;
}
h2.tittle {
    font-size: 2.8em;
}
.properties-grid {
    width: 100%;
}
.properties-grid1 {
   
    width: 100%;
}
.left-grid {
    float: left;
    width: 11%;
}
.place-grid h5 {
    font-size: 1.3em;
}
.serce-grid {
    float: left;
    width: 50%;
    padding: 0;
}
.special-icon {
    bottom: -31%;
}
.w3agile_Projects_grid figure {
    height: 133.5px;
}
}
@media(max-width:667px){
.logo h1 a {
    font-size: 1.2em;
}
.indicate a,.deatils ul li a {
    font-size: 1em;	
}
.caption h3 {
    font-size: 2.6em;
}
.popular-grid {
    width: 69%;
    margin: 0 auto;
	float: none;
}
.popular-grid:nth-child(2) {
    margin: 2em auto 2em;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4,.properties-grid1 h4 {
    font-size: 1.5em;
}
.banner1 {
    min-height: 155px;
    padding: 5em 0 0;
}
.test-left {
    width: 100%;
}
.test-right {
    width: 100%;
}
.footer-grid {
    float: left;
    width: 50%;
}
.footer-grid:nth-child(3),.footer-grid:nth-child(4) {
    margin-top: 2em;
}
.serce-grid {
    width: 100%;
}
.serce-grid:nth-child(2) {
    margin-top: 2em;
}
.service-img img {
    margin: 0 auto;
}
.special-icon {
    width: 70px;
    height: 70px;
}
.special-icon i {
    top: 1em;
}
ul.place li {
    font-size: 1em;
}
.w3agile_Projects_grid {
    width: 65%;
    margin: 0 auto;
	float: none;
}
.w3agile_Projects_grid figure {
    height: 247.5px;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 4em 0 .5em;
}
.w3agile_Projects_grid:nth-child(2) {
    margin: 2em auto;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.65%;
}
.contact-right {
    margin-top: 0em;
}
.contact-right ul li {
    font-size: 0.965em;
}
.map iframe {
    width: 100%;
    min-height: 250px;
}
}
@media(max-width:640px){
.popular-grid {
    width: 72%;
    margin: 0 auto;	
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.42em;
}
.popular-w3, .featured-w3l, .testimonials-w3l, .about-w3ls, .company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section,.agent-w3l {
    padding: 3em 0;
}
.caption {
    top: 30%;
    width: 80%;
}
.w3agile_Projects_grid {
    width: 68%;
}
.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 13px;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 56%;
}
}
@media(max-width:600px){
.caption {
    top: 26%;
    width: 86%;
    left: 7%;
}
.wrapper-index {
	height: 100% !important;
    padding: 20px 0;
}
.wrapper-inner .main-fill .panel .panel-body {
    padding-bottom: 15px !important;
}
.wrapper-inner .main-fill .panel .panel-body .tab-content ul li {
	width:100% !important;
}
.wrapper-inner {
     position: inherit;
   
   margin: 0 ;
    z-index: 99;
}
.popular-grid {
    width: 77%;
    margin: 0 auto;
}
.fer-grid {
    width: 100%;
}
.fer-grid:nth-child(2) {
    margin: 2em 0;
}
.left-grid {
    float: left;
    width: 15%;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.6em;
}
.company-grid {
    width: 100%;
}
.company-grid:nth-child(2) {
    margin: 2em 0;
}
.count-grid {
    float: left;
    width: 50%;
}
.count-grid:nth-child(3),.count-grid:nth-child(4) {
    margin-top: 2em;
}
.special-grid {
    float: left;
    width: 50%;
}
.special-grid:nth-child(3) {
    margin-top: 2em;
}
.why-grid {
    width: 100%;
}
.why-grid:nth-child(2) {
    margin-top: 2em;
}
.special-icon {
    bottom: -23%;
    left: 37%;
}
.w3agile_Projects_grid {
    width: 73%;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.6%;
}	
}
@media(max-width:568px){
.caption p {
    width: 98%;	
}
.caption h3 {
    font-size: 2.5em;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2.5em;
}
.popular-grid {
    width: 82%;
    margin: 0 auto;
}
.agent-right ul li {
    font-size: 0.96em;
}
.w3agile_Projects_grid {
    width: 77%;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 32.5%;
}
.modal-dialog {
    width: 400px !important;
}
.login-right input[type="submit"] {
    font-size: 1.2em;
}
}
@media(max-width:480px){
.indicate {
    float: none;
    text-align: center;
}
.inner-body .wrapper-index .wrapper-inner .main-fill {
    padding: 0px;
}
.wrapper-inner {
     position: inherit;
   
   margin: 0 ;
    z-index: 99;
}
.deatils {
    float: none;
    text-align: center;
    margin-top: 1em;
}
.caption h3 {
    font-size: 2.5em;
}
.caption {
    top: 20%;
    width: 90%;
    left: 5%;
}
.navbar-default .navbar-nav > li > a {
    font-size: 1.2em;
}
.place-grid {
    float: left;
    width: 100%;
}
.modal-dialog {
    width: 345px !important;
}
.login-right h3 {
    font-size: 2em;
}
.login-right input[type="submit"] {
    font-size: 1.1em;
}
.place-grid:nth-child(2) {
    margin: 1em 0;
}
.place-grid:nth-child(4), .place-grid:nth-child(5) {
    margin-top: 1em;
}
.place-grid:nth-child(6) {
    margin-top: 2em;
}
.popular-grid {
    width: 99%;
    margin: 0 auto;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.8em;
}
.right-grid p, .fer-grid p, .test-grid p, .about-grid p, .company-grid p, .serce-grid p, .special-grid p, .why-grid p, .contact-w3l p {
    font-size: 0.95em;
}
.test-grid {
    float: left;
    width: 100%;
}
.test-left img {
    margin: 0 auto;
}
.test-grid:nth-child(2) {
    margin-top: 2em;
}
.about-grid1 {
    width: 100%;
}
.about-grid {
    width: 100%;
	margin-top: 2em;
}
.special-icon {
    bottom: -25%;
    left: 32%;
}
.portfolio_grid_w3lss:nth-child(2) {
    margin-top: 3em;
}
.w3agile_Projects_grid {
    width: 94%;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 3.2em 0 .5em;
}
.banner1 {
    min-height: 141px;
    padding: 4em 0 0;
}
.contact-left {
    float: left;
    width: 100%;
}
.contact-right {
    margin-top: 2em;
    width: 100%;
}
.contact-form input[type="text"], .contact-form input[type="mail"] {
    width: 100%;
}
.contact-form input[type="email"] {
    margin: 13px 0px;
}
.contact-form textarea {
    min-height: 150px;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 20%;	
}
.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;
}
.label {
    font-weight: 300 !important;
}
.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
	display: inline;
    padding: .2em .6em .3em;
    font-size: 52%;
}
.page-header {
    padding-bottom: 9px;
    margin: 24px 0 20px;
}	
.contact-right ul li {
    font-size: 0.95em;
}
}
@media(max-width:414px){
.header-bottom {
    padding: 0;
}
.company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section {
    padding: 2em 0;
}
.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 2em;
}
.portfolio_grid_w3lss:nth-child(2) {
    margin-top: 2em;
}
.logo h1 a {
    font-size: 1em;
}
.popular-w3, .featured-w3l, .testimonials-w3l, .about-w3ls, .company-w3, .count-agileits, .services-w3l, .special-w3, .why-w3, .projects-agile, .page-w3, .contact-w3l, .footer-section ,.agent-w3l{
    padding: 2em 0px;
}
.caption h3 {
    font-size: 2em;
}
.caption p {
    font-size: 0.92em;
    line-height: 1.5em;
	width: 100%;
}
.modal-body {
    padding: 1em 2em 2em;
}
.modal-dialog {
    width: 330px !important;
}
.serach-w3agile {
    padding: 2em 0;
}
.popular-grid {
    width: 100%	
}
.left-grid {
    float: left;
    width: 21%;
}
.banner1 {
    min-height: 98px;
    padding: 4em 0 0;
}
.agent-right {
    float: left;
    width: 63%;
    padding: 1.1em 1em 1em;
}
.special-grid {
    width: 100%;
}
.special-icon {
    bottom: -14%;
    left: 39%;
}
.special-grid:nth-child(2) {
    margin: 2em 0;
}
.special-grid:nth-child(3) {
    margin-top: 0em;
}
.footer-grid {
    padding: 0;
    width: 100%;
}
.footer-grid:nth-child(2) {
    margin-top: 2em ;
}
.w3agile_Projects_grid {
    width: 100%;
}
.w3agile_Projects_grid figure {
    height: 223.5px;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 3em 0 .5em;
}
.map iframe {
    min-height: 195px;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 27%;
}
}
@media(max-width:384px){
h2.tittle {
    font-size: 2.5em;
}
.numscroller {
    font-size: 2em;	
}
.caption {
    top: 14%;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.6em;
}
.w3agile_Projects_grid figure {
    height: 204.5px;
}
.special-bottom {
    padding: 3em 1em 2em;
}
.copy-section {
    padding: 1em 0;
}
}
@media(max-width:375px){
.caption {
    top: 14%;
}
.logo h1 a {
    font-size: 0.95em;
}
h2.tittle {
    font-size: 2em;
}
h3.tittle, h3.tittle1, h3.tittle2 {
    font-size: 2em;
}
.popular-grid h4, .fer-grid h4, .about-grid h4, .company-grid h4, .agent-right h4, .serce-grid h4, .special-grid h4, .contact-right h4, .footer-grid h4, .w3agile_Projects_grid figcaption h4, .properties-grid1 h4 {
    font-size: 1.4em;
}
.caption h3 {
    font-size: 1.85em;
}
.banner1 h3 {
    font-size: 1.8em;
}
.left-grid {
    width: 100%;
}
.right-grid {
    width: 100%;
}
.left-grid p {
    color: #fff;
    background: #02B875;
    width: 50px;
    height: 50px;
    font-size: 1.2em;
	margin: 0 auto 1em;	
}
.care {
    margin-top: 2em;
    text-align: center;
}
.agent-left {
    width: 100%;
}
.agent-right {
    width: 100%;
	padding: 1em 0em 1em 2em;
}
.agent-grid img {
    width: 100%;
}
.w3agile_Projects_grid figure {
    height: 197.5px;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 2.5em 0 .5em;
}
}
@media(max-width:320px){
.indicate a, .deatils ul li a {
    font-size: .93em;
}
.caption h3 {
    font-size: 1.8em;
}
.caption {
    top: 9%;
    width: 95%;
    left: 2%;
}
.place-grid:nth-child(6) {
    margin-top: 1em;
}
.modal-dialog {
    width: 270px !important;
	margin: 8em auto 0 auto;
}
.popular-grid p {
    padding: 1em 0em;
}
.serach-w3agile {
    padding: 1em 0;
}
.place-grids, .popular-grids, .feature-grids, .testimonial-grids, .about-grids, .company-grids, .count-grids, .agent-grids, .service-grids, .special-grids, .map, .contact-grids, .contact-form {
    margin-top: 1em;
}
.place-grid,.popular-grid,.properties-grid,.properties-grid1,.fer-grid,.test-grid,.about-grid1,.about-grid,.company-grid,.count-grid,.agent-grid,.special-grid,.why-grid,.w3agile_Projects_grid,.contact-left,.contact-right{
	padding:0;
}
.properties-w3ls {
    padding: 2em 0 2em;
}
.service-left {
    width: 100%;
    padding: 0;
}
.service-right {
    width: 100%;
    padding: 0;
	margin-top:1em;
}
.footer-grid:nth-child(2).footer-grid:nth-child(3), .footer-grid:nth-child(4) {
    margin-top: 1em;
}
.special-icon {
    bottom: -18%;
    left: 37%;
}
.fer-grid:nth-child(2) {
    margin: 1em 0;
}
.w3agile_Projects_grid figure {
    height: 163.5px;
}
.w3agile_Projects_grid figcaption h4 {
    margin: 1.8em 0 .5em;
}
.contact-form input[type="submit"], .contact-form input[type="reset"] {
    width: 28%;
    padding: 7px 0;
}
.contact-form textarea {
    min-height: 120px;
}	
}