/*------------------------------------------------------------------
[Table of contents]

1. Body
2. Header
3. Carousel
4. about
5. What We Offer
6. Team
7. Testimonials
8. Newslatter
9. Footer
10. About page
11. team page
12. services page
13. contatct page
14. faq page
15. 404 page

-------------------------------------------------------------------*/
/*
---------------------------------------------
body
---------------------------------------------
*/
body{
	font-family: 'Poppins', sans-serif;
	font-size:15px;
	color:#5c595e;
}
.desktop{
	display:block;
}
.phone{
	display:none;
}
button:focus{
  outline: none;
}
.sub-menu-animation {
    animation-duration: 0.50s;
}
.active .nav-link{
	opacity:0.7;
	/*transition:all ease 0.5s 0s;*/
}
.dropdown-item.active{
	background-color: #ff7c39;
}
/*
---------------------------------------------
Header
---------------------------------------------
*/
.dropdown-submenu {
  position: relative;
}

.dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-light .navbar-nav .nav-link {
  color: #fff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 40px 20px;
}
.navbar-light .navbar-brand {
    width: 20%;
}
.navbar{
  padding: 0px;
}
.last_menu a{
    border: 1.5px solid #fff;
    padding: 8px 25px 9px 25px !important;
    border-radius: 50px;
}
.last_menu a:hover{
  background: #fff;
  opacity: 1 !important;
  color: #ff7c39 !important;
}
.last_menu {
    margin-top: 29px;
    margin-left: 10px;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff;
    opacity: 0.7;
    transition: all ease 0.5s 0s;
}
.shrink{
  height: 85px;
  background: #fff;
  position: fixed;
  box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);
}
header {
    position: absolute;
    width: 100%;
    transition: all ease 0.5s 0s;
    z-index: 999;
    height: 102px;
}
.shrink .header_logo {
    display: none;
}
.shrink .sticky_logo {
    display: block;
}
.shrink .navbar-expand-lg .navbar-nav .nav-link {
    padding: 32px 20px;
}
.shrink .navbar-light .navbar-nav .active > .nav-link,{
  color: #424242;
}
.shrink .navbar-light .navbar-nav .nav-link{
  color: #424242;
}
.shrink .last_menu {
    margin-top: 20px;
}
.shrink .last_menu a{
    border: 2px solid #575757 !important;
}
.shrink .last_menu a:hover {
    background-color: #ff7c39;
    color: #fff !important;
    border: 1.5px solid #ff7c39 !important;
}
.dropdown-toggle::after{
  display: none;
}
.navbar-toggler .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 10% 10%;
  -ms-transform-origin: 10% 10%;
  transform-origin: 10% 10%;
}
.navbar-toggler .icon-bar {
    display: block;
    width: 32px;
    height: 3px;
    border-radius: 1px;
}
.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggler .icon-bar {
    background-color: #ffffff;
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(1) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed  .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.navbar-toggler .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 20% 10%;
    -ms-transform-origin: 20% 10%;
    transform-origin: 20% 10%;
}
.navbar-toggler .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .icon-bar:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 10% 90%;
  -ms-transform-origin: 10% 90%;
  transform-origin: 10% 90%;
}
.dropdown:hover .dropdown-menu{
  display: block;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: -30px;
}
.dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #ff7c39;
}
.dropdown-item {
    padding: 7px 10px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: -30px;
    padding: 0rem 0;
    overflow: hidden;
    border-radius: 5px;
    margin-left: 20px;
}
.header_logo{
  display:block;
}
.sticky_logo{
  display:none;
}
.sticky .sticky_logo{
  display:block;
}
.sticky .header_logo{
  display:none;
}
/*
---------------------------------------------
Carousel
---------------------------------------------
*/
.banner-style-1 {
    display: flex;
    align-items: center;
}
.banner {
    position: relative;
    min-height: 700px;
    overflow: hidden;
}
.image-background {
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
}
header.header_box {
    position: fixed;
    z-index: 9;
    width: 100%;
}
ul.menu-wrap.clearfix {
    padding: 0;
    margin: 0;
}
ul.dropdown {
    padding: 0;
    margin: 0;
}
.head-text-area h1 {
    font-size: 42px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
.head-text-area p{
	font-size:15px;
	color:#fff;
	margin-top:20px;
	text-align:center;
	font-weight:500;
	letter-spacing:0.5px;
}
a.get_start {
    background-color: #ff7c39;
    padding: 12px 30px 11px 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.75);
    margin: 10px;
	border:1px solid #ff7c39;
}
a.get_start:hover{
	box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.2);
	text-decoration:none;
	border:1px solid #fff;
	transition:all ease 0.5s 0s;
	border:1px solid #fff;
	color:#fff;
	background:none;
}
a.get_start1 {
    background: none;
	border:1px solid #fff;
    padding: 10px 30px 11px 30px;
    font-weight: 600;
	color:#fff;
	letter-spacing:0.5px;
	border-radius:50px;
	transition:all ease 0.5s 0s;
	margin: 10px;
}
a.get_start1:hover{
	box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.2);
	text-decoration:none;
	background-color: #ff7c39;
	border:1px solid #ff7c39;
	transition:all ease 0.5s 0s;
}
.slider_btn {
    margin-top: 50px;
    text-align: center;
}
.img_box img {
    margin-top: 100px;
}
.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    width: 100%;
}
/*
---------------------------------------------
Partner
---------------------------------------------
*/
.partner_logo {
    box-shadow: 3px 4px 15px 0px rgba(212, 212, 212, 0.75);
    padding: 10px;
	transition:all ease 0.5s 0s;
    border-radius: 5px;
}
.partner_logo img {
    filter: grayscale(100%) brightness(70%) opacity(75%);
    -webkit-filter: grayscale(100%) brightness(70%) opacity(75%);
    -moz-filter: grayscale(100%) brightness(70%) opacity(75%);
    transition: all ease 0.5s 0s;
}
.partner_logo:hover{
	transition:all ease 0.5s 0s;
	box-shadow: 3px 4px 15px 0px rgba(191, 191, 191, 0.75);
}
.partner_logo img:hover {
    filter: none;
    transition: all ease 0.5s 0s;
}
#slider .item {
    margin: 10px;
}
#slider{
	margin-top:50px;
}
#slider .owl-pagination{
	display:none;
}
#slider .owl-prev {
    position: absolute;
    top: 35%;
    left: -3%;
	font-size:28px;
	cursor:pointer;
}
#slider .owl-next {
    position: absolute;
    top: 35%;
	font-size:28px;
    right: -3%;
	cursor:pointer;
}
/*
---------------------------------------------
about
---------------------------------------------
*/
.about{
	margin-top:60px;
}
.about_title h2{
	font-size:38px;
	color:#2a3032;
	font-weight:600;
	text-align:center;
}
.about_title p{
	font-size:15px;
	color:#5a676c;
	text-align:center;
	margin-bottom:0;
}
.about_detail p {
    font-size: 15px;
    color: #59696f;
    line-height: 28px;
    margin-bottom: 25px;
}
.about_title{
	margin-bottom:35px;
}
.read_btn{
	background-color: #ff7c39;
    padding: 12px 30px 11px 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.75);
    border: 1.5px solid #ff7c39;
}
.read_btn:hover{
	color: #ff7c39;
	text-decoration:none;
	border: 1.5px solid #ff7c39;
	background-color:transparent;
	transition: all ease 0.5s 0s;
}
.read_more {
    margin-top: 45px;
}
.about_detail {
    margin-top: 20px;
}
/*
---------------------------------------------
offer
---------------------------------------------
*/
.offer_box {
    margin-top: 80px;
    margin-bottom: 30px;
}
.offer_box_con {
		box-shadow: 3px 5px 15px 0px rgba(191, 191, 191, 0.75);
    transition: all ease 0.5s 0s;
    cursor: pointer;
    transform: translateY(-10px);
    margin-top: 30px;
    background-color: #fff;
		text-align:center;
		padding:25px;
}
.offer_img {
    margin-bottom: 30px;
    webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
}
.offer_box_con h2 {
    font-size: 18px;
    color: #2a3032;
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-bottom: 20px;
}
.offer_box_con p {
    font-size: 15px;
    color: #6a6f71;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0.5px;
    margin-bottom: 0px;
}
.offer_box_con:hover{

    transition: all ease 0.5s 0s;
}

.offer_box_con:hover .offer_img {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

/*
---------------------------------------------
testmonials
---------------------------------------------
*/
.testmonials{
	margin-top:0px;
	padding-top:60px;
	background-image:url(../images/testimonials_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-bottom:50px;
}
.testmonials_title h2{
	font-size:38px;
	color:#fff;
	text-align:center;
	font-weight:600;
}
.testmonials_title p{
	color:rgba(255, 255, 255, 0.8);
	text-align:center;
}
.client_img_box{
	float:left;
}
.client_img_box img{
	width:130px !important;
	height:130px;
	border-radius:10px;
}
.client_img_box{
	margin-right:30px;
}
.client_con p{
	font-size:15px;
	color:#fff;
	letter-spacing:1px;
	line-height:28px;
}
.client_detail h4{
	font-size:15px;
	color:#ffffff;
	font-weight:400;
	letter-spacing:0.5px;
}
.client_detail h5{
	font-size:14px;
	color:rgba(255, 255, 255, 0.5);
	font-weight:400;
	letter-spacing:0.5px;
}
.name_border {
    border-bottom: 2px solid #fff;
    float: left;
    width: 30px;
    margin-top: 7px;
    margin-right: 10px;
}
.name_box {
    overflow: hidden;
}
.col-class {
    width: 55%;
    margin: auto;
    margin-top: 20px;
}
#slider_testimonials .owl-prev {
    position: absolute;
    top: 30%;
    left: -35%;
}
#slider_testimonials .owl-next {
    position: absolute;
    top: 30%;
    right: -35%;
}
#slider_testimonials .owl-nav [class*='owl-'] {
    color: #FFF;
    height: 40px;
    width: 40px;
    border: 2px solid #fff;
    border-radius: 30px;
    line-height: 28px;
	transition:all ease 0.5s 0s;
}
#slider_testimonials .owl-nav [class*='owl-']:hover{
	background-color:#fff;
	color:#000;
	transition:all ease 0.5s 0s;
}
i.fa.fa-angle-left {
    font-size: 24px;
}
i.fa.fa-angle-right{
	font-size:24px;
}
#slider_testimonials .owl-dots{
	margin-top:30px;
}
.owl-page.active {
    background: #ff7c39;
    border: 2px solid #ff7c39;
    width: 10px;
    height: 10px;
	opacity:1;
}
.owl-page {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 2px solid #fff;
    display: inline-block;
	opacity:0.5;
}
.owl-controls {
    text-align: center;
}
#slider_testimonials .owl-prev {
    font-size: 29px;
    color: #fff;
    height: 44px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 50px;
    line-height: 41px;
	cursor:pointer;
	transition:all ease 0.5s 0s;
}
#slider_testimonials .owl-prev:hover{
	background-color:#fff;
	color:#ff7c39;
	transition:all ease 0.5s 0s;
}
#slider_testimonials .owl-next {
    font-size: 29px;
    color: #fff;
    height: 44px;
    width: 45px;
    border: 2px solid #fff;
    border-radius: 50px;
    line-height: 41px;
	cursor:pointer;
}
#slider_testimonials .owl-next:hover{
	background-color:#fff;
	color:#ff7c39;
	transition:all ease 0.5s 0s;
}
#slider_testimonials .owl-pagination{
	margin-top:40px;
}
/*
---------------------------------------------
team
---------------------------------------------
*/
.team{
	margin-top:60px;
	margin-bottom:80px;
}

.team-block {
	position: relative;
	padding:10px;
}
.team-block .inner-box {
	position: relative;
	overflow: hidden;
}
.team-block .inner-box .image {
	position: relative;
	border-bottom: none;
	text-align: center;
	background-color: #000;
	transition: all ease 0.5s 0s;
}
.team-block .inner-box .image:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100px;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background: rgba(18,125,255,0.7);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,0.7) 0%, rgba(103,49,137,0.7) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,0.7)), color-stop(100%, rgba(103,49,137,0.7)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,0.7) 0%, rgba(103,49,137,0.7) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,0.7) 0%, rgba(103,49,137,0.7) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,0.7) 0%, rgba(103,49,137,0.7) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,0.7) 0%, rgba(103,49,137,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
}
.team-block .inner-box:hover .image:before {
	opacity: 1;
	height: 100%;
}
.team-block .inner-box .image img {
	position: relative;
	max-width: 100% !important;
	display: inline-block !important;
}
.team-block .inner-box .social-icon-one {
	position: absolute;
	left: 0px;
	bottom: -50px;
	width: 100%;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.social-icon-one li {
	position: relative;
	margin: 0px 0px;
	display: inline-block;
}
.social-icon-one li a {
	position: relative;
	font-size: 16px;
	color: #ffffff;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-block .inner-box .lower-box {
	position: relative;
	padding: 15px 15px;
	text-align: center;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.team-block .inner-box .lower-box h3 {
	line-height: 0px;
}
.team-block .inner-box .lower-box h3 a {
	position: relative;
	color: #222222;
	font-size: 18px;
	line-height: 1.4em;
	font-weight: 600;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
ul.social-icon-one {
	margin: 0;
	padding: 0;
	opacity:0;
}
.team-block .inner-box .lower-box .designation {
	position: relative;
	color: #777777;
	font-size: 14px;
}
.team-block .inner-box:hover .social-icon-one {
	bottom: 40%;
	z-index: 1;
}
.team-block .inner-box:hover .image {
	    background: rgba(18,125,255,1);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,1)), color-stop(100%, rgba(103,49,137,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
}
#slider_team .owl-prev {
	position: absolute;
	top: -15%;
	left: 91%;
}
#slider_team .owl-next {
	position: absolute;
	top: -15%;
	right: 2%;
}
#slider_team i.fa.fa-angle-left {
	border: 2px solid #353c4e;
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #353c4e;
	line-height: 34px;
	font-weight: 600;
	transition: all ease 0.5s 0s;
}
#slider_team i.fa.fa-angle-left:hover {
	background-color: #00bbd1;
	border: 2px solid #00bbd1;
	color: #fff;
	transition: all ease 0.5s 0s;
}
#slider_team i.fa.fa-angle-right {
	border: 2px solid #353c4e;
	width: 40px;
	height: 40px;
	font-size: 23px;
	color: #353c4e;
	line-height: 34px;
	font-weight: 600;
	transition: all ease 0.5s 0s;
}
#slider_team i.fa.fa-angle-right:hover {
	background-color: #00bbd1;
	border: 2px solid #00bbd1;
	color: #fff;
	transition: all ease 0.5s 0s;
}
span.fa.fa.fa-facebook {
    background: #fff;
    color: #5d99eb;
    height: 35px;
    width: 35px;
    border-radius: 50px;
    line-height: 35px;
    transition: all ease 0.5s 0s;
    opacity: 0.5;
}
span.fa.fa.fa-facebook:hover {
	background-color: #fff;
	color: #00bbd1;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	line-height: 35px;
	opacity: 1;
	transition: all ease 0.5s 0s;
}
span.fa.fa.fa-twitter {
	background: #FFF;
	color: #5d99eb;
	opacity:0.5;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
span.fa.fa.fa-twitter:hover {
	background-color: #fff;
	color: #5d99eb;
	opacity:1;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
span.fa.fa.fa-linkedin {
	opacity:0.5;
	background: #fff;
	color: #5d99eb;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
span.fa.fa.fa-linkedin:hover {
	opacity:1;
	background-color: #fff;
	color: #5d99eb;
	height: 35px;
	width: 35px;
	border-radius: 50px;
	line-height: 35px;
	transition: all ease 0.5s 0s;
}
.inner-box:hover ul.social-icon-one{
	opacity:1;
}
.inner-box:hover .lower-box h3 a{
	color:#ff7c39;
	text-decoration:none;
}
.inner_team .image img{
	width:100%;
}
.inner_team .team-block {
    padding: 0;
    margin-bottom: 25px;
}
.inner_team {
    padding-top: 100px;
    margin-bottom: 40px;
}
#slider_team .owl-page{
	background:#b5b5b5;
	border:2px solid #b5b5b5;
}
#slider_team .owl-page.active{
	background:#ff7c39;
	border:2px solid #ff7c39;
}
#slider_team .owl-buttons{
	display:none;
}
/*
---------------------------------------------
call_to_action
---------------------------------------------
*/
.call-to-action{
	background-image:url(../images/cta_bg.jpg);
	background-size:cover;
	background-repeat:no-repeat;
	padding-top:50px;
	padding-bottom:50px;
}
.cta_con h2 {
    font-size: 32px;
    color: #fff;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-bottom: 0;
    margin-top: 5px;
}
.cta_con h2 span {
	font-weight:normal;
}
.cta_btn_box {
    background-color: #ff7c39;
    padding: 12px 30px 11px 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(45, 45, 45, 0.75);
    border: 1.5px solid #ff7c39;
	display:inline-block;
	text-transform:uppercase;
	text-decoration:none;
}
.cta_btn_box:hover{
	background-color:transparent;
	border: 1.5px solid #ff7c39;
	color:#ff7c39;
	text-decoration:none;
}


/*
---------------------------------------------
footer
---------------------------------------------
*/
footer{
	padding-top:75px;
}
.footer_detail p{
	font-size:15px;
	color:#343f45;
	letter-spacing:0.5px;
	line-height:30px;
	font-weight:500;
	margin-top:20px;
}
.footer_link h3 {
    font-size: 18px;
    color: #343f45;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.footer_link ul {
    padding: 0;
    margin-top: 20px;
}
.footer_link ul li{
	list-style:none;
}
.footer_link ul li a{
	font-size:15px;
	color:#343f45;
	letter-spacing:0.5px;
	line-height:30px;
	font-weight:500;
	margin-top:20px;
	transition:all ease 0.5s 0s;
}
.footer_link ul li a:hover{
	text-decoration:none;
	margin-left:5px;
	transition:all ease 0.5s 0s;
	color:#ff7c39;
}
.footer_box {
    width: 21%;
    margin-right: 35px;
    float: left;
}
.footer_box_1 {
    width: 8%;
	float:left;
    margin-right: 60px;
}
.footer_box_2 {
    width: 13%;
	float:left;
    margin-right: 60px;
}
.footer_box_3 {
	float:left;
    width: 32%;
    margin-right: 50px;
}
.footer_box_4 {
    width: 24%;
	float:left;
}
i.fa.fa-map-marker {
    color: #ff7c39;
    font-size: 22px;
	height: 70px;
}
.location_icon {
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}
.location_con p {
    font-size: 15px;
    color: #343f45;
    letter-spacing: 0.5px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 10px;
}
.location_con p a{
	font-size:15px;
	color:#343f45;
	letter-spacing:0.5px;
	line-height:30px;
	font-weight:500;
	transition:all ease 0.5s 0s;
	margin-top:20px;
}
.location_con p a:hover{
	opacity:0.5;
	transition:all ease 0.5s 0s;
	text-decoration:none;
}
i.fa.fa-envelope {
	color: #ff7c39;
    font-size: 18px;
	height: 30px;
}
i.fa.fa-phone {
    font-size: 20px;
	color: #ff7c39;
}
.input-group.cooming {
    box-shadow: none;
    border-radius: 5px;
    margin-top: 30px;
    margin-bottom: 30px;
    box-shadow: 3px 4px 15px 0px rgba(205, 205, 205, 0.75);
}
input.form-control.cooming_soon.input-lg {
    background-color: #fff;
    border: 2px solid #fff;
    color: #575757;
    border-radius: 5px !important;
}
span.input-group-btn {
    z-index: 99;
}
.form-subscribe .btn {
    background: rgba(0,11,172,1);
    background: rgba(18,125,255,1);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,1)), color-stop(100%, rgba(103,49,137,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
    height: 47px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    width: 66.5px;
    border-radius: 0px 5px 5px 0px;
}
i.fa.fa-paper-plane {
    font-size: 16px;
    color: #fff;
    padding-right: 5px;
}
.input-group-btn:not(:first-child)>.btn:first-child {
    margin-left: -45px;
}
.copyright p {
    font-size: 15px;
    color: #556368;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 20px;
}
.copyright p a{
    font-size: 15px;
    color: #fea644;
    letter-spacing: 0.5px;
    font-weight: 500;
    margin-top: 20px;
}
.footer_bottom {
    margin-top: 50px;
    border-top: 1px solid #8a9aa6;
}
.copyright p a:hover{
	text-decoration:none;
	color:#6431a8;
	transition:all ease 0.5s 0s;
}
.footer_social ul {
    padding: 0;
    float: right;
    margin-top: 15px;
}
.footer_social ul li{
	list-style:none;
	float:left;
}
.footer_social ul li a {
    font-size: 24px;
    color: #909ba8;
    margin-left: 20px;
}
.footer_social ul li a:hover{
	color:#ff7c39;
	transition:all ease 0.5s 0s;
}
.comeing_con .btn {
    background-color:#ff7c39 !important;
	background:none;
    height: 47px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    width: 66.5px;
    border-radius: 0px 5px 5px 0px;
}
.comeing_con .btn:hover {
    background-color:#fff !important;
	background:none;
	color:#ff7c39;
    height: 47px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    width: 66.5px;
    border-radius: 0px 5px 5px 0px;
}

/*
---------------------------------------------
inner page
---------------------------------------------
*/
.banner-style-2 {
    display: flex;
    align-items: center;
}
.inner_title {
    margin-top: 40px;
}
.inner_title h2 {
    color: #fff;
    font-size: 42px;
    font-weight: 600;
    text-align: center;
}
#footer {
    text-align: center;
    padding: 0;
    list-style: none;
    margin-bottom: 0;
}
#footer li {
    display: inline;
    padding: 5px;
}
#footer a {
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.inner_title i.fa.fa-angle-right {
    background: no-repeat;
    color: #fff;
    font-size: 16px;
    width: auto;
    height: auto;
    padding-left: 17px;
}
.banner-style-2 {
    height: 380px;
}



/*
---------------------------------------------
about page
---------------------------------------------
*/
.about_inner{
	padding-top:100px;
	padding-bottom:50px;
}
.about_detail_page h2{
	font-size:38px;
	color:#2a3032;
	letter-spacing:0.5px;
	font-weight:600;
	text-align:center;
}
.about_detail_page p{
	color:#5a676c;
	letter-spacing:0.5px;
	font-size:15px;
	text-align:center;
	margin-top:15px;
}
.about_page_detail p{
	font-size:15px;
	color:#2a3032;
	line-height:28px;
	letter-spacing:0.5px;
	text-align:center;
	font-weight:500;
	margin-top:40px;
}
.skill_bg{
	padding-top:60px;
	padding-bottom:25px;
	background-size:cover;
	background-image:url(../images/skill_bg.jpg);
	background-repeat:no-repeat;
}
.skill_title h2{
	font-size:36px;
	color:#fff;
	font-weight:500;
	letter-spacing:0.5px;
	line-height:50px;
}
.skill_title p{
	font-size:15px;
	color:#fff;
	line-height:28px;
	margin-top:30px;
	letter-spacing:0.5px;
}
.skill_box img {
    position: absolute;
    bottom: -25px;
}
.video_box{
	margin-top:60px;
	margin-bottom:60px;
}
.video_icon {
    position: absolute;
    top: 40%;
    text-align: center;
    width: 100%;
    left: 0;
}
.img_video{
	box-shadow: 3px 4px 15px 0px rgba(173, 173, 173, 0.75);
}
.video_con h2{
	font-size:38px;
	color:#2a3032;
	letter-spacing:0.5px;
	font-weight:600;
	text-align:right;
}
.video_con p{
	font-size:15px;
	line-height:30px;
	color:#2a3032;
	text-align:right;
	margin-top:30px;
}
/*
---------------------------------------------
contact_page
---------------------------------------------
*/
.contact_page{
	margin-top:80px;
}
.contact_address h2{
	font-size:30px;
	color:#373735;
	letter-spacing:0.5px;
	font-weight:600;
}
.contact_title h2{
	font-size:30px;
	color:#373735;
	letter-spacing:0.5px;
	font-weight:600;
	margin-bottom:25px;
}
.contact_detail p {
    font-size: 14px;
    color: #373735;
    letter-spacing: 0.5px;
    line-height: 25px;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 25px;
}
.address_box h3 {
    font-size: 20px;
    color: #373735;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.address-box i.fa.fa-map-marker {
    font-size: 22px;
    color: #fea644;
    margin-top: 4px;
    float: left;
    padding-right: 10px;
    padding-left: 1px;
}
.address_box p {
    font-size: 14px;
    color: #515151;
    text-transform: none;
    font-weight: 500;
    line-height: 30px;
    float: left;
    margin-top: 0;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}
.address-box i.fa.fa-envelope {
    font-size: 18px;
    color: #fea644;
    margin-top: 7px;
    float: left;
    padding-left: 7px;
    padding-right: 10px;
}
.address_box p a {
    font-size: 14px;
    color: #515151;
    text-transform: none;
    font-weight: 500;
    line-height: 30px;
    float: left;
    margin-top: 0;
}
.address-box i.fa.fa-phone {
    font-size: 20px;
    color: #fea644;
    margin-top: 6px;
    float: left;
    padding-right: 10px;
    padding-left: 1px;
}
.address-box i.fa.fa-fax {
    font-size: 18px;
    color: #fea644;
    margin-top: 7px;
    float: left;
    padding-right: 10px;
    padding-left: 1px;
}
.address-box i.fa.fa-clock-o {
    font-size: 18px;
    color: #fea644;
    margin-top: 7px;
    float: left;
    padding-right: 10px;
    padding-left: 1px;
}
.address_box {
    overflow: hidden;
}
.contact_form_detail {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #a6a6a6;
    margin-bottom: 30px;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail::placeholder{
	color:#a6a6a6;
}
.contact_form_detail:hover {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail:focus {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1 {
    width: 100%;
    height: 120px;
    padding-left: 15px;
    padding-top: 15px;
    border-radius: 20px;
    border: 1px solid #fff;
    background-color: #fff;
    color: #a6a6a6;
	box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1::placeholder{
	color:#a6a6a6;
}
.contact_form_detail1:hover {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact_form_detail1:focus {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.submit_btn_box {
    margin-top: 39px;
}
input.submit_btn{
	padding: 12px 40px;
    background-color: #ff7c39;
	border:1.5px solid #ff7c39;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
	transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(184, 184, 184, 0.75);
}
input.submit_btn:hover{
	padding: 12px 40px;
    background-color: transparent;
	border:1.5px solid #ff7c39;
    color: #ff7c39;
    text-transform: uppercase;
    border-radius: 30px;
	transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(184, 184, 184, 0.85);
}
iframe {
    width: 100%;
}
.map {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    margin-top: 30px;
    margin-bottom: -10px;
}
.contact_detail{
	margin-top:100px;
	margin-bottom: 70px;
}
.location_con h2{
	font-size:18px;
	color:#343e43;
	letter-spacing:0.5px;
}
.location_icon{
	margin-top:0;
}
.location_con {
    overflow: hidden;
}
.location_icon i.fa.fa-map-marker {
    color: #ff7c39;
    font-size: 22px;
    height: auto;
}
i.fa.fa-fax{
    font-size: 20px;
    color: #ff7c39;
}

/*
---------------------------------------------
services_page
---------------------------------------------
*/

.counter{
	background-image:url(../images/counter_bg.jpg);
	background-size:cover;
	padding-top:60px;
	padding-bottom:60px
}
.fake-div {
  width:100%;
  height: 1280px;
  position:relative;
}
.counter_box{
	width:25%;
	float:left;
	text-align:center;
}
.counter-value{
	font-size:35px;
	font-weight:600;
	color:#fff;
	margin-top:15px;
}
.counter_box p {
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-top: -7px;
}
.counter_box {
    width: 25%;
    float: left;
    text-align: center;
    border-right: 2px dotted rgba(255, 255, 255, 0.3);
}
.counter_box:last-child{
	border:none;
}
.advantages_title h2{
	font-size:38px;
	color:#2a3032;
	letter-spacing:0.5px;
	text-align:center;
	font-weight:600;
	margin-bottom:40px;
}
.advantages{
	margin-top:90px;
}
.left_box {
    width: 35%;
    float: left;
    margin-top: 80px;
}
.center_box{
	width:30%;
	float:left;
}
.right_box{
	width:35%;
	float:left;
	margin-top: 80px;
}
.services_img {
    text-align: center;
}
.con_box h3{
	font-size:20px;
	color:#2a3032;
	font-weight:500;
	text-align:right;
	margin-bottom:10px;
}
.con_box p{
	font-size:15px;
	color:#5f6669;
	text-align:right;
	margin-bottom:0px;
}
.con_box {
    float: left;
    width: 84%;
}
.con_img {
    margin-left: 15px;
    width: 12%;
    float: right;
}
.services_box {
    margin-bottom: 35px;
    overflow: hidden;
}
.right_box .con_box h3{
	text-align:left;
}
.right_box .con_box p{
	text-align:left;
}
.right_box .con_img {
    width: 12%;
	margin-left:0px;
    float: left;
}
.right_box .con_box {
    float: right;
    width: 88%;
}
.services_img img {
    width: 85%;
}
.phone_icon{
	display:none;
}
/*
---------------------------------------------
Blog page
---------------------------------------------
*/

.blog_page{
	margin-top:100px;
	margin-bottom:60px;
}
.blog_page.gallery .gallery-image {
	padding:10px;
}
.meta-wrap {
    display: block;
    position: relative;
    width: 84%;
    margin: -40px auto 0;
    padding: 21px 28px;
    background: #fff;
}
.grid_view_item {
    padding-bottom: 25px;
}
.grid_view_item:hover .img-wrap img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}
.img-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.img-wrap img {
    display: block;
    width: 100%;
    position: relative;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.category a {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #ff7c39;
    font-weight: bold;
}
.category a:hover{
	text-decoration:none;
}
.meta-middle h3 a{
    position: relative;
	font-size: 16px;
    color: #2a3032;
    margin-top: 20px;
    font-weight: 600;
	line-height:25px;
	transition:all ease 0.5s 0s;
}
h3.heading-title {
    line-height: 20px;
}

ul.meta {
    padding-left: 0;
}
.meta li {
    font-size: 12px;
    color: #999;
    list-style: none;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.grid_view_item:hover .meta-middle h3 a{
	text-decoration:none;
	color:#ff7c39;
	transition:all ease 0.5s 0s;
}

/*
---------------------------------------------
Blog detail page
---------------------------------------------
*/
.blog_detail_page{
	margin-top:100px;
	margin-bottom:100px;
}
.img-holder {
    position: relative;
    margin-bottom: 0px;
}
.post-thumbnail.news-image img {
    max-width: 100% !important;
    height: auto;
    width: 100%;
}
.img-holder .date-box {
    width: 85px;
    height: 85px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: -20px;
    padding: 15px 0;
    margin-left: 20px;
    font-size: 16px;
    line-height: 25px;
    color: #fff;
}
.img-holder .date-box:before {
    content: '';
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border: 1px solid #EFF3B5;
}
.img-holder .date-box span {
    font-size: 30px;
	color:#fff;
}
.entry-meta.post-page-meta {
    padding: 3em 0 10px 0px;
    width: 100%;
    margin: 0;
}
span.byline {
    padding-right: 30px;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.post-page-meta i {
    color: #ff7c39;
    font-size: 16px;
    margin-right: 10px!important;
    transition: all 0.3s ease 0s;
}
span.posted-on {
    padding-right: 30px;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.post-page-meta span {
    display: table-cell;
    vertical-align: middle;
    color: #a1a1a1;
    padding-right: 30px;
    transition: all 0.3s ease 0s;
}
.entry-meta a, .entry-meta span {
    font-size: 16px;
    letter-spacing: 0.5px;
    text-decoration: none;
    color: #777777;
    font-weight: 500;
}
.single-blog-post {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    margin-top: 8px;
}
.single-blog-post p {
    margin-top: 7px;
    font: 18px/30px "Open Sans", sans-serif;
    letter-spacing: 0.8px;
    font-size: 15px;
    line-height: 26px;
}
.single-blog-post h1, .single-blog-post h2, .single-blog-post h4, .single-blog-post h5, .single-blog-post h6 {
    margin-top: 0px;
    font-weight: 600;
    color: #2a3032;
}
.quote-box{
	background-color:#c4d114;
}
.single-blog-post .qoute-box .qoute-icon, .single-blog-post .qoute-box .qoute-text {
    display: table-cell;
    vertical-align: top;
}
.single-blog-post .qoute-box .qoute-text {
    padding-left: 18px;
	padding-right:18px;
}
.qoute-box {
    background-color: #f5f5f5;
    padding-bottom: 15px;
}
.single-blog-post .qoute-box .qoute-text p {
    font-size: 14px;
    color: #242424;
    margin: 0;
    margin-top: 15px;
    font-style: italic;
    text-align: initial !important;
}
#respond {
    padding-top: 20px;
}
#respond .comment-reply-title {
    letter-spacing: 1.5px;
    text-transform: uppercase;
    color: #242424;
    font: 600 1.5em/1em "Alegreya",sans-serif;
    margin: 30px 0!important;
}
.comment-respond .comment-form {
    background: #F8F8F8;
    margin: 0;
    padding: 45px 40px 25px;
}
.comment-form-author {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    border-radius: 0;
    box-shadow: none;
    float: left;
    font: 14px/25px "Open Sans",sans-serif;
    height: 42px;
    margin-bottom: 20px;
    padding: 9px 20px;
    width: 48%;
    color: #c4c4c4;
}
.date-box{
	    background: rgba(0,11,172,1);
    background: rgba(18,125,255,1);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,1)), color-stop(100%, rgba(103,49,137,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
}
.wpb_text_column p{
	color: #5c595e;
    letter-spacing: 0.5px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
    font-weight: 400;
    margin-bottom: 0px;
}
.bulleted-list li{
	color: #272728;
    letter-spacing: 0.5px;
    font-size: 15px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 0px;
}
.title_box1 h2 {
    margin-top: 0px;
    font-weight: 600;
    color: #2a3032;
    text-align: center;
}
.qoute-box .qoute-text p{
	font-size:19px;
}
.comments-link a:hover{
	color:#ff7c39;
	transition:all ease 0.5s 0s;
}
.wpb_text_column p a{
	color:#fea644;
	transition:all ease 0.5s 0s;
	text-decoration:none;
}
.wpb_text_column p a:hover{
	color:#39373a;
	transition:all ease 0.5s 0s;
}
.contact-form input {
    width: 100%;
    height: 45px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #b7b7b7;
    margin-bottom: 20px;
}
.contact-form textarea {
    width: 100%;
    height: 170px;
    padding-left: 15px;
    border-radius: 30px;
    border: 1px solid #b7b7b7;
    background-color: #fff;
    color: #b7b7b7;
    margin-bottom: 20px;
	padding-top:15px;
}
.contact-form textarea:hover {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact-form textarea:focus {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
 .contact-form input:hover {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
 .contact-form input:focus {
    border: 1px solid #ff7c39;
    outline: none;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(211, 211, 211, 0.75);
}
.contact-content h2{
    margin-top: 0px;
    font-weight: 600;
    color: #2a3032;
	margin-bottom:30px;
}
.thm-btn{
	background: rgba(0,11,172,1);
    background: rgba(18,125,255,1);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,1)), color-stop(100%, rgba(103,49,137,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
    border: none;
    border-radius: 50px !important;
    color: #fff;
    padding: 12px 40px;
    width: 170px;
	transition:all ease 0.5s 0s;
    text-transform: uppercase;
    box-shadow: 3px 4px 15px 0px rgba(156, 156, 156, 0.75);
}
.thm-btn:hover{
	box-shadow:none;
	transition:all ease 0.5s 0s;
}

/*
---------------------------------------------
faq_page
---------------------------------------------
*/
.faq{
	margin-top:100px;
	margin-bottom:100px;
}
.faq li{
	padding:12px;
}

.faq li.q {
    background: #ebebeb;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    list-style: none;
    color: #2a3032;
    letter-spacing: 0.5px;
	margin-top:15px;
	border-radius:5px;
	transition:all ease 0.5s 0s;
}
.faq li.a{
	background:#fff;
	list-style:none;
	display:none;
	 border: 1px solid #d7d7d7;
	 border-top:none;
	 color:#2a3032;
	 line-height:28px;
	 letter-spacing:0.5px;
	 margin-bottom:15px;
}

.rotate{
	-moz-transform:rotate(90deg);
	-webkit-transform:rotate(90deg);
	transform:rotate(90deg);
}
i.fa.fa-chevron-right {
    float: right;
	margin-top: 5px;
}
.faq_title h2{
	font-size:32px;
	color:#222222;
	letter-spacing:0.5px;
	font-weight:600;
}
.faq_border {
    border-bottom: 3px solid;
    width: 40px;
    padding-top: 5px;
    border-color: #5d99eb;
    margin-bottom: 15px;
}
ul.faq {
    margin: 0;
    padding: 0;
}
.faq li.q:hover{
	background: rgba(0,11,172,1);
    background: rgba(18,125,255,1);
    background: -moz-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(18,125,255,1)), color-stop(100%, rgba(103,49,137,1)));
    background: -webkit-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -o-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: -ms-linear-gradient(-45deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    background: linear-gradient(135deg, rgba(18,125,255,1) 0%, rgba(103,49,137,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#127dff', endColorstr='#673189', GradientType=1 );
	color:#fff;
	transition:all ease 0.5s 0s;
}

/*
---------------------------------------------
comeing page
---------------------------------------------
*/.comeing_header {
    margin-top: 20px;
    overflow: hidden;
}
.comeing_btn {
    float: right;
    margin-top: 20px;
}
.comingsoon_btn {
    color: #fff;
    padding: 10px 30px;
    border: 2px solid #ff7c39;
    border-radius: 50px;
    text-transform: uppercase;
    transition: all ease 0.5s 0s;
    background-color: #ff7c39;
}
.comingsoon_btn:hover {
    color: #ff7c39;
    padding: 10px 30px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: #fff;
    text-decoration: none;
    transition: all ease 0.5s 0s;
}
.comeing_logo {
    float: left;
}
.comeing_con h2{
  font-size: 55px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.comeing_con {
    height: 80vh;
    display: flex;
    align-items: center;
    width: 100%;
}
.color{
  color: #ff7c39;
}
.comeing_con h4 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
}
.time-to{
  display: none;
}
.clock-column{
  background-image: url(../images/com_number.png);
  background-repeat: no-repeat;
  width: 230px;
  height: 215px;
  float: left;
  margin: 20px;
  text-align: center;
  padding-top: 55px;
}
.clock-timer {
    font-size: 40px;
    color: #Fff;
    font-weight: 600;
    margin-bottom: -10px;
}
.clock-label {
    font-size: 25px;
    color: #fff;
    margin-bottom: 0;
}
.comeing_newsletter p{
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 0.5px;
  margin-bottom: -10px;
}
.newsletter_comeing {
    width: 35%;
    margin: auto;
}
.newsletter_comeing .form-subscribe {
    margin-left: 0px;
}
.comeing_newsletter {
    margin-top: 40px;
}
.comeing_text {
    margin-bottom: 40px;
}

/*
---------------------------------------------
404 page
---------------------------------------------
*/
.banner-style-3{
  height:100vh;
}
.error_con {
    text-align: center;
    align-items: center;
    width: 100%;
    top: 25%;
    position: absolute;
    left: 0;
}
.error_icon_img{
  margin: auto;
}
.error_con_box h2 {
    font-size: 55px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin-top: 20px;
}
.error_con_box p{
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  margin-top: 30px;
}
.error_footer {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
    left: 0;
}
.social_footer i {
    height: 35px;
    width: 35px;
    background-color: #fff;
    border-radius: 50px;
    color: #ff7c39;
    line-height: 35px;
    font-size: 18px;
    transition: all ease 0.5s 0s;
}
.social_footer i:hover {
    background-color: #ff7c39;
    color: #fff;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
}
a.social_footer {
    margin: 3px;
}
.error_footer p {
    font-size: 15px;
    color: #fff;
    text-align: center;
    margin-top: 20px;
    letter-spacing: 0.5px;
}
.footer_color a {
    color: #ff7c39;
}
.error_start{
    background-color: #ff7c39;
    padding: 12px 30px 12px 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    text-transform: uppercase;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
}
.error_start:hover {
    background-color: #ff7c39;
    padding: 12px 30px 12px 30px;
    font-weight: 600;
    color: #fff;
    letter-spacing: 0.5px;
    border-radius: 50px;
    transition: all ease 0.5s 0s;
    box-shadow: 3px 4px 15px 0px rgba(66, 66, 66, 0.3);
    text-decoration: none;
}
.error_btn {
    margin-top: 50px;
}
/*
---------------------------------------------
scroll to top
---------------------------------------------
*/
.scrollToTop {
    width: 40px;
    height: 40px;
    position: fixed;
    right: 25px;
    bottom: 25px;
    display: none;
	background-color:#ff7c39;
    border-radius: 50%;
    text-align: center;
    color: white;
    font-size: large;
    padding-top: 10px;
    transition: all 0.5s linear;
    text-decoration: none;
    z-index: 9999;
}
a.scrollToTop:hover, a.scrollToTop:focus {
    text-decoration: none;
    background-color: #009688;
    color: #fff;
}
