@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

.bg-theme {background-color: #173f92 !important;}
.bg-gray {background-color: #f9f9f9 !important;}
.bg-lightclr {background-color:#f7fbff !important;position: relative;}
.bg-white {background-color: #ffffff !important;}

.innerpg-section {padding:70px 0;}
.section-thnk {vertical-align: middle;}
.section-thnk .icn-thk i {font-size:100px;
    color: #4CAF50;
    border: 7px solid #4CAF50;
    border-radius: 50%;
    height:160px;
    width:160px;
    line-height:160px;
}

.blog-grid .entry {
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	position: relative;
	-moz-transition: all .1s linear;
	-webkit-transition: all .1s linear;
	-o-transition: all .1s linear;
	-ms-transition: all .1s linear;
	transition: all .1s linear;
}

.blog-grid .entry:hover {
	transform: translate3d(0, -2px, 0);
	-moz-transform: translate3d(0, -2px, 0);
	-webkit-transform: translate3d(0, -2px, 0);
}

.blog-grid .entry .entry-img img {
	max-width: 100%;
	height: auto;
}

.blog-grid .entry .entry-content {
	position: relative;
	padding: 21px;
}

.blog-grid .entry .entry-format {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 2px;
	background-color: #373636;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.blog-grid .entry .entry-meta {
	border-radius: 1px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	margin-bottom: 15px;
	font-family: 'Ubuntu', sans-serif;
	color: #666666;
	font-size: 13px;
	font-weight: 400;
	line-height: 28px;
	margin-left: 0;
    position: absolute;
    top: -15px;
}

.blog-grid .entry .entry-meta li {
	padding-right: 14px;
	padding-left: 14px;
	border-right: 1px solid #e5e5e5;
}

.blog-grid .entry .entry-meta li:first-child {
	padding-left: 10px;
}

.blog-grid .entry .entry-meta li:last-child {
	border-right: none;
}

.blog-grid .entry .entry-meta span {
	color: #b2b2b2;
}

.blog-grid .entry .entry-title h3 {
	margin-bottom: 15px;
}

.blog-grid .entry .entry-title h3 a {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 22px;
	text-transform: uppercase;
}

.blog-grid .entry .entry-title h3 a:hover {
	color: #173f92;
}

.blog-grid .entry .entry-snippet p {
	font-size: 13px;
	font-weight: 400;
	line-height: 21px;
	margin-bottom: 0;
}
.blg-btn {margin-top:12px;}
.blg-btn .btn-primary {width: auto;
    padding: 14px 16px;
    line-height:0;
    height: 0;
}
/* Blog Standard */
.blog-standard .entry .entry-title h3 a {
	font-size: 27px;
	line-height: 33px;
}

.blog-standard .entry .entry-meta {
	border: none;
	line-height: 14px;
}

/* Blog Single */
.blog-single .entry {
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	position: relative;
	margin-bottom: 70px;
}

.blog-single .entry .entry-img img {
	max-width: 100%;
	height: auto;
    width: 100%;
}

.blog-single .entry .entry-content {
	position: relative;
	padding: 21px;
}

.blog-single .entry .entry-format {
	position: absolute;
	top: -40px;
	left: 20px;
	width: 49px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border-radius: 2px;
	background-color: #373636;
	color: #ffffff;
	font-size: 18px;
	font-weight: 400;
}

.blog-single .entry .entry-meta {
	font-family: 'Ubuntu', sans-serif;
	color: #666666;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	margin-left: 0;
	margin-bottom: 30px;
}

.blog-single .entry .entry-meta li {
	padding-right: 14px;
	padding-left: 14px;
	border-right: 1px solid #e5e5e5;
}

.blog-single .entry .entry-meta li:first-child {
	padding-left: 0;
}

.blog-single .entry .entry-meta li:last-child {
	border-right: none;
}

.blog-single .entry .entry-meta span {
	color: #b2b2b2;
}

.blog-single .entry .entry-title h2 {
	margin-bottom: 15px;
}

.blog-single .entry .entry-title h3 a {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 27px;
	font-weight: 700;
	line-height: 33px;
	text-transform: uppercase;
}

.blog-single .entry .entry-title h3 a:hover {
	color: #173f92;
}

.blog-single .entry .entry-snippet p {
	font-size: 15px;
	font-weight: 400;
	line-height:25px;
}

.blog-single .entry .entry-tags {
	margin-bottom: 50px;
}

.blog-single .entry .entry-tags h6 {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-top: 30px;
	margin-bottom: 30px;
}

.blog-single .entry .entry-share {
	background-color: #f6f6f6;
	border-radius: 1px;
	padding: 30px;
}

.blog-single .entry .entry-share h6 {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 34px;
	text-transform: uppercase;
	margin-bottom: 0;
}

.blog-single .entry .entry-share a {
	width: 34px;
	height: 34px;
	line-height: 34px;
	border-radius: 1px 2px 2px 1px;
	color: #ffffff;
	font-size: 14px;
	font-weight: 400;
	display: inline-block;
	text-align: center;
}

.blog-single .entry .entry-share a:last-of-type {
	margin-right: 0px;
}

.blog-single .entry .entry-share a.share-facebook {
	background-color: #3B5998;
}

.blog-single .entry .entry-share a.share-twitter {
	background-color: #00ACEE;
}

.blog-single .entry .entry-share a.share-pinterest {
	background-color: #C8232C;
}

.blog-single .entry .entry-share a.share-linkedin {
	background-color: #0E76A8;
}

.blog-single .entry .entry-share a.share-google-plus {
	background-color: #DD4B39;
}

.blog-single .entry .entry-share a.share-dribbble {
	background-color: #EA4C89;
}

.blog-single .entry .entry-share a:hover,
.blog-single .entry .entry-share a:focus {
	background-color: #373636;
}

.blog-single .entry-author-box {
	padding: 30px;
	background-color: #f6f6f6;
	border-radius: 1px;
	margin-bottom: 70px;
}

.blog-single .entry-author-box .entry-author-img {
	float: left;
	width: 64px;
	height: 64px;
}

.blog-single .entry-author-box .entry-author-bio {
	margin-left: 77px;
}

.blog-single .entry-author-box .entry-author-bio h6 {
	color: #373636;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;
}

.blog-single .entry-author-box .entry-author-bio p {
	font-size: 13px;
	font-weight: 400;
	line-height: 22px;
	margin-bottom: 0;
}

.blog-single .entry-comments {
	margin-bottom: 70px;
}

.blog-single .entry-comments .comments-heading {
	position: relative;
}

.blog-single .entry-comments .comments-heading h6 {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 19px;
	font-weight: 700;
	line-height: 30px;
	text-transform: uppercase;
}


.blog-single .comment-form-heading {
	position: relative;
}

.blog-single .comment-form-body {
	margin-top: 30px;
}

.blog-single .comment-form-body .form-control,
.blog-single .comment-form-body textarea {
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	color: #b2b2b2;
	font-size: 14px;
	font-weight: 400;
	line-height: 38px;
	padding-left: 22px;
	text-transform: capitalize;
	margin-bottom: 22px;
	width: 100%;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.blog-grid .entry .entry-img img {
	width: 100%;
}

.share-title {
	float: none !important;
}

.share-links {
	text-align: left !important;
}

.blog-single .entry .entry-title h3 a,
 .blog-standard .entry .entry-title h3 a {
	font-size: 18px;
	line-height: 1.3;
}

.entry .entry-meta li {
	line-height: 1.7;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {

.blog-standard .entry .entry-title h3 a {
	font-size: 22px;
	line-height: 22px;
}
}
/*welcome-section start*/
.banner-strip {background-color: #173f92;padding:30px 0;text-align: center;position: relative;}
.banner-strip h3 {margin-top: 0;
    font-size:28px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom:10px;
} 
.banner-strip  p{font-size:16px;margin-bottom:2px;}
.banner-strip h3, .banner-strip p {color:#fff;}
.banner-form {padding:40px 0;position: relative;}
.banner-form:after {position: absolute;
    content: "";
    border-top: 18px solid #173f92;
    border-left: 18px solid transparent;
    border-right: 18px solid transparent;
    top: -5px;
    left: 48%;
    z-index: 9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.bnnfm-item {background:#f7f6fd;
    padding:30px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px #eaeaea;
    -moz-box-shadow: 0px 0px 5px 0px #eaeaea;
}
.bnnfm-item:hover {box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);}
.bnnfm-item .form-group:last-child {margin-right: 0px;}
.btn-gren {background-color:#57b23e;color:#fff;}
.welcome-section {padding:70px 0;overflow:hidden;
    position:relative;
    background:#fff url(../images/bg-dots.png);
}
.wlsection2 {background-image:url(../images/bg1.jpg);
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
    padding-top:90px;
}
.wlsection2:before {content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color:rgb(255 255 255 / 65%);
}
.welcome-section .heading {margin-bottom:0;}
.subtitle {margin-top: 15px;
    color: #57b23e;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
}
.marbtm10 {margin-bottom:10px;}
.marbtm20 {margin-bottom:20px;}
.marbtm30 {margin-bottom: 30px;}
.martp20 {margin-top:20px;}
.martp30 {margin-top:30px;}
.welcome-section p {font-size: 14px;line-height: 26px;}
.welcome-image-box {position: relative;margin-right:40px;color:#333;}
.welcome-image-box .image-box {position: relative;}
.welcome-image-box .image-box img {border-radius: 9px;position: relative;z-index: 4;}
.welcome-image-box .image-box:before {
    content: "";
    background-image: url(../images/dots.svg);
    background-size: cover;
    position: absolute;
    top: -35px;
    left: -35px;
    height: 180px;
    width: 180px;
    opacity: .6;
    z-index:1;
}
.welcome-image-box .year-tag {
    background-color:#fff;
    text-align: center;
    position: absolute;
    bottom: -60px;
    right: -45px;
    z-index:9;
    border-radius:8px;
    padding:22px 25px;
     box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
    -moz-box-shadow: 0 20px 60px -10px rgba(0,0,0,.1);
}
.year-tag h3 {margin-top:0;color:#173f92;
    font-family:'Open Sans', sans-serif;
    font-size:36px;
    font-weight:800;
    margin-bottom:5px;
}
.year-tag h5 {margin:0;font-size:15px;} 
.year-tag h5 span {display: block;}
.float-y {
    animation-name: float-bob-y;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: float-bob-y;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob-y;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob-y;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob-y {
    0% {-webkit-transform: translateY(-20px);
        transform: translateY(-20px);}
    50% {-webkit-transform: translateY(-10px);
        transform: translateY(-10px);}
    100% {-webkit-transform: translateY(-20px);
          transform: translateY(-20px);}
}
.list-style-one li{
  position: relative;
  display: block;
  font-size:15px;
  font-weight: 500;
  padding-left:24px;
  margin-bottom: 6px;
    color:#4b4b4b;
}
.list-style-one li {float: left;width: 50%;}

.list-style-one li:before{
  position: absolute;
  content: '';
  background-image: url(../images/icon-10.png);
  width:16px;
  height:16px;
  left: 0px;
  top: 6px;
  background-repeat: no-repeat;
}

/*middlebg-section*/
.middlebg-section {
    background-color:#173f92;
    position: relative;
    overflow: inherit;
}
.middlebg-section:after {
    position: absolute;
    content: "";
    border-top: 28px solid #f8f8f9;
    border-left: 31px solid transparent;
    border-right: 19px solid transparent;
    top:0;
    left:30%;
    z-index:9;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.middlebg-section h3 {color:#add5ff;font-size:36px;margin-top:0;}
.middlebg-section a {color:#add5ff;font-weight:700;}
.middlebg-section a:hover {color: #57b23e;}
.middlebg-section p {font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 27px;
}
.middlebg-section h4 {color:#fff;}
.middlebg-section h4 span {margin-left: 10px;}
.middlebg-section h4 a {font-size: 36px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 900;
    vertical-align: sub;
}
.about-image img {border: 8px solid #efefef;}
/*service Carousel*/
.service-section {position: relative;}
.service-carousel {padding-bottom: 40px;}
.service-carousel .service-item, .offer-carousel .offer-item  {margin: 0 15px;}
.service-item {position: relative;overflow: hidden;
    background: #fff;
    padding:18px;
    border-radius: 20px;
    margin-bottom: 30px;
}
.service-item .service-image {position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.service-item .service-image img {transition: all 0.3s;}
.service-item .service-image:before {
    background-color:rgb(87 178 62 / 50%);
    display: block;
    height: 100%;
    left: 0;
    opacity: 0;
    top: 0;
    width: 60%;
    position: absolute;
    content: "";
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    z-index:9;
}
.service-item:hover .service-image:before {opacity: 1;width: 100%;}
.service-item:hover .service-image img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
}
.service-item .service-detail {padding-top:20px;}
.service-detail h3 {color: #182937;
    text-transform: capitalize;
    font-size: 22px;
    font-weight: 800;
}
.service-detail h3 a {color: #182937;}
.service-detail h3, .service-detail p {margin-bottom:10px;}
.service-item .btn-primary {width: auto;
    padding: 4px 18px;
    height: auto;
    line-height: inherit;
}
.offer-item .offer-image {margin-bottom: 25px;border: 1px solid #ddd;border-radius: 13px;overflow: hidden;}
.offer-carousel .slick-next, .offer-carousel .slick-prev {
    width: 40px;
    height: 40px;
    background-color:#f7f7f7 !important;
    border-radius: 50%;
}
/*my faq page*/
.tab .nav-tabs{
    padding: 0 10px;
    margin: 0;
    border: none;
}   
.mynv-tab>li {width:100%;}
.tab .nav-tabs li a{
    color: #222;
    background: #e7e7e7;
    font-size:15px;
    font-weight: 600;
    text-align: center;
    text-transform: capitalize;
    padding:7px 16px 6px;
    margin:0 7px 10px 0;
    border: none;
    border-radius: 50px 100px/100px 50px;
    position: relative;
    z-index: 1;
    transition: all 0.3s ease 0.15s;
}
.tab .nav-tabs li.active a,
.tab .nav-tabs li a:hover,
.tab .nav-tabs li.active a:hover{
    color: #fff;
    background: #57b23e;
    border: none;
}
.tab .nav-tabs li a:before{
    content: "";
    background: #57b23e;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: 2px solid #fff;
    transform: scale(0);
    position: absolute;
    bottom: -4px;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease 0s;
}
.tab .nav-tabs li.active a:before,
.tab .nav-tabs li a:hover:before{
    transform: scale(1);
}
.tab .tab-content {
    background: #e7e7e7;
    line-height: 25px;
    padding:35px 45px;
    border-right: 5px solid #57b23e;
    border-bottom: 5px solid #57b23e;
    border-radius: 20px 70px/70px 20px;
    position: relative;
}
@media (max-width:992px){
    .tab .tab-content {padding:20px;}
    #accordion .panel-body {padding: 10px 30px 10px 50px;}
    #accordion .panel-title a {padding: 15px 20px 15px 50px;font-size: 15px;}
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs{
        padding: 0;
        margin: 0 0 10px;
    }
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
    }
    .tab .nav-tabs li a{ margin: 0 0 5px; }
}
/*------------------------------------*\
    #Contact
\*------------------------------------*/
.conatct-info-item {margin-top:30px;}
.conatct-info-item .item {
    padding-left: 58px;
    position: relative;
}
.conatct-info-item .item i {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    color: #173f92;
    background-color: #ddd;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
}
.conatct-info-item .item span {
    font-size:14px;
    text-transform: uppercase;
    color: #7f8692;
    letter-spacing:0.5px;
}
.conatct-info-item .item p {color: #192437;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0px;
}
.conatct-info-item .item.center {margin: 25px 0;
    position: relative;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding-top: 25px;
    padding-bottom: 15px;
}
.widget-contact-info h6 {
	color: #373636;
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 17px;
}

.widget-contact-info p {
	color: #666666;
	margin-bottom: 14px;
}

.widget-contact-info i {
	color: #173f92;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 10px;
}

.widget-contact .form-control {
	border-radius: 2px;
	border: 1px solid #e5e5e5;
	color: #b2b2b2;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 45px;
	height: auto;
	padding: 0 20px;
}

.widget-contact .btn {
	height: 45px;
	line-height: 45px;
	text-transform: capitalize;
	font-weight: 700;
}
.widget-contact .form-control::-webkit-input-placeholder {
 color: #b2b2b2;
}
.widget-contact .form-control:-moz-placeholder {
 color: #b2b2b2;
}
.widget-contact .form-control::-moz-placeholder {
 color: #b2b2b2;
}
.widget-contact .form-control:-ms-input-placeholder {
 color: #b2b2b2;
}

/*------------------------------------*\
	#SIDEBAR-SECTION
\*------------------------------------*/
.sidebar .widget {
	margin-bottom: 70px;
}

/* Widget */
.widget .widget-title {
	position: relative;
	margin-bottom: 30px;
}

.widget .widget-title h5 {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 0;
}

/* Category Widget */
.widget-categories ul li a {
	color: #666666;
	font-family: #a6a6a6;
	font-size: 13px;
	font-weight: 400;
	line-height: 36px;
}

.widget-categories ul li a:hover {
	color: #173f92;
}

.widget-categories ul li a i {
	color: #173f92;
	font-size: 13px;
	font-weight: 400;
	line-height: 24px;
	margin-right: 10px;
}

.widget-categories ul li a:hover i {
	color: #bd2929;
}

.widget-categories ul li a span {
	margin-left: 5px;
	color: #666666;
}
@media (max-width:992px) {
    .middle-image {width: 200px;}
}
@media (max-width: 767px) {
    .middle-image {width:80px;}
}
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 479px) {

.sidebar .widget {
	padding: 28px;
	margin-bottom: 0;
}

.sidebar-full .widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {

.sidebar .widget {
	margin-bottom: 0;
}

.widget-recent .entry .entry-desc {
	margin-left: 70px;
}

.sidebar-full .widget {
	padding-bottom: 30px;
	margin-bottom: 30px;
}
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .widget-recent .entry .entry-desc {margin-left: 70px;}
 .sidebar-full .widget {padding-bottom: 40px;margin-bottom: 40px;}
}
.triger-wrap {position:absolute;bottom:-55px;right:2%;}
.footer-keywords {padding:30px 0;background-color:#fff;}
.title-list h3 {font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    padding-right: 7px;
    margin-bottom: 8px;
    color: #707070;
    font-weight: 500;
}
.title-list h3:after {
    content: '|';
    left: 7px;
    position: relative;
}
.title-list h3:last-child:after {
    content: inherit;
    display: none;
}
.trigger-more {
    color:#b2b2b2;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}
.trigger-more.collapsed:after {
    content:"\f067";
}
.trigger-more:not(.collapsed):after {
    content:"\f068";
}
.trigger-more:after {
    font-weight: 400;
    padding-left: 5px;
    font-family:FontAwesome;
}
.whychoose-title h4 {color:#fff;margin-top:0;margin-bottom:40px;}
@media (min-width: 769px) {
.top-contact:before {
    position: absolute;
    background: #009fe3 none repeat scroll 0 0;
    content: "";
    top: 0;
    right: 37%;
    width: 2030px;
    height: 112%;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
    z-index: -1;
}
}
/*------------------------------------*\
    #FOOTER-SECTION
\*------------------------------------*/


/*------------------------------------*\
    #404
\*------------------------------------*/
.page-404 {
	padding-top: 140px;
	padding-bottom: 199px;
}

.page-404 h3 {
	color: #000000;
	font-size: 250px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

.page-404 p {
	color: #a6a6a6;
	font-family: 'Ubuntu', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	margin-bottom: 50px;
	padding: 0 30px;
}
/*------------------------------------*\
	#FAQS-SECTION
\*------------------------------------*/
.faqs .panel-group {
	margin-bottom: 0;
}

.faqs .panel {
	box-shadow: none;
	padding: 20px;
	margin-bottom: 30px;
	margin-top: 0 !important;
}

.faqs .panel .panel-heading {
	padding: 0;
}

.faqs .panel .panel-title {
	color: #373636;
	font-family: 'Ubuntu', sans-serif;
	font-size: 17px;
	font-weight: 500;
	line-height: 1;
}

.faqs .panel .panel-title i {
	margin-right: 15px;
	font-size: 14px;
}

.faqs .panel .panel-body {
	border-top: none !important;
	color: #a6a6a6;
	font-size: 13px;
	padding: 15px 15px 0 30px;
}
.faqs .panel .panel-body p {font-size: 15px;
    line-height: 25px;
}
.faqs .panel .panel-title a {
	color: #373636;
}

/* FAQ #1 */
.faqs-1 .panel {
	border: 1px solid rgba(170, 170, 170, 0.5);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {

.faqs .panel .panel-title {line-height: 1.4;}
}
@media(max-width:768px) {
    .wel-abt-wrap {margin-top:140px;}
}
@media(max-width:480px){
  .list-style-one li {width:100%;}
    .ft-service-list li {width:100%;}
}

/* Service Item*/

/*------------------------------------*\
    #Client
\*------------------------------------*/
.brand-wrap {border: 1px solid #e5e5e5 !important;margin-bottom: 20px !important;padding: 15px;}
.clients .brand-wrap .hover-image {top: 15px !important;}
.clients .clients-bg {
	border-radius: 1px;
	border: 1px solid #e5e5e5;
	background-color: #ffffff;
	height:130px;
	line-height:130px;
}
.clients .client {
	margin: 0 auto;
	text-align: center;
	opacity: 0.75;
	border-right: 1px solid #e5e5e5;
    overflow: hidden;
    position: relative;
}
.clients .client .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: .5s;
}
.clients .client:hover .hover-image {
    opacity: 0;
    transform: scale(1.5);
}
.clients .client:last-child {
	border-right: none;
}

.clients .client:hover {
	opacity: 1;
}
.client-carousel img {
	display: inline-block;
    width: 100%;
    padding:12px;
}
/*gallery*/
.gallery-image-item {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
    border-radius: 12px;
    margin-bottom: 20px;
    border:6px solid #eaeaea;
}
.gallery-image-item:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background-color:rgba(37,37,37,.4);
    opacity: 0;
    top: 0;
    right: 0;
    z-index: 2;
}
.gallery-image-item .gallery-img {
    position: relative;
    overflow: hidden;
    transition: visibility 0.6s ease-out, opacity 0.6s ease-out;
}
.gallery-image-item .gallery-img:before {
    content: '';
    transition: 1.9s;
    border:1px solid rgba(255, 255, 255, .9);
    border-radius:0px;
    position: relative;
    opacity: 0;
    z-index: 3;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
    position: absolute;
}
.gallery-image-item .gallery-img img {transition: 6s ease-out, 6s ease-out;}
.gallery-image-item:hover .gallery-img img {transform: scale(1.2);}
.gallery-image-item:hover .gallery-img:before {opacity: 1;}
.gallery-image-item:hover:before {opacity: 1;}
.gall-hover h3 {color: #fff;
    font-weight: 500;
    text-shadow: 0px 1px 2px #000;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 26px;
}
.gall-hover {
    left: 15%;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 70%;
    -webkit-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -moz-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -ms-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -o-transform: scale(0.6) perspective(610px) rotateX(-30deg);
    transform: scale(0.6) perspective(610px) rotateX(-30deg);
    -webkit-transition: all 0.3s linear 0.2s;
    -moz-transition: all 0.3s linear 0.2s;
    -ms-transition: all 0.3s linear 0.2s;
    -o-transition: all 0.3s linear 0.2s;
    transition: all 0.3s linear 0.2s;
	z-index: 9;
}
.gall-hover i {color:#fff; font-size: 26px;}
.gallery-image-item:hover .gall-hover {
    opacity: 1;
    -webkit-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -moz-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -ms-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    -o-transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
    transform: scale(1) perspective(610px) rotateX(0deg) translateY(-50%);
}



/* Slider */

.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.whats_app a {
    position: fixed;
    right:20px;
    bottom:75px;
    background: #26d266;
    z-index:9;
    color: #fff;
    font-size:30px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 48px;
    text-align: center;
}
.whats_app a:after {
    margin: auto;
    background-color: #0ebc54;
    border-radius: inherit;
    left: 0;
    right: 0;
    animation: WhatsappPulse 1.5s infinite;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
@keyframes WhatsappPulse {
    0%{opacity:0}
    50%{transform:scale(1);opacity:1}to{transform:scale(2);opacity:0}
}
.whats_app span {font-size: 13px;
    text-transform: uppercase;
    border-radius: 3px;
    line-height: 24px;
    right: -100%;
    margin-top: -16px;
    opacity: 0;
    padding: 5px 5px;
    position: absolute;
    transition: opacity .3s,left .4s;
    top: 50%;
    z-index: -1;
    display: block;
    width:120px;
    background-color: #26d266;
    font-weight: 700;
}
.whats_app span:before {
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: -4px;
    margin-top: -4px;
    position: absolute;
    top: 50%;
    transform: rotate(45deg);
    background-color:#26d266;
}
.whats_app:hover span {
    right: 120%;
    opacity: 1;
}