/*
-------------------------------------
[Master Stylesheet]
Author       : Deep Saha
Template Name: DeeApp - OnePage Responsive App Landing Template
Version      : 1.0
-------------------------------------
*/
        /*
------------------------------------
    CONTENT
------------------------------------
1.Global
2.Typography
3.Navbar
4.Button
5.Separator
6.Preloader
7.Back to Top
8.Button
9.Home
10.About
11.Features
12.Video
13.Screenshots
14.Pricing
15.Team
16.Download
17.Blog
18.Contact
19.Map
20.Footer
21.Error
22.Responsive
*/
/*-------------------------------------------------------*/
        /* Fonts
/*-------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,400i,700,700i|Open+Sans:300,400,400i,700');
/*-------------------------------------------------------*/
/* Global
/*-------------------------------------------------------*/

html {
font-size: 100%;
overflow-x: hidden;
}

* {
margin: 0;
padding: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

::-moz-selection {
color: #fff;
background-color: #f86703;
}

::-webkit-selection {
color: #fff;
background-color: #f86703;
}

::selection {
color: #fff;
background-color: #f86703;
}

:focus {
outline: none;
}

body {
margin: 0;
padding: 0;
font-family: "Open Sans", sans-serif;
font-size: 14px;
line-height: 1.5;
font-smoothing: antialiased;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
background: #fff;
width: 100%;
color: #8b95a3;
overflow-x: hidden;
}

body img {
border: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-o-user-select: none;
-ms-user-select: none;
user-select: none;
}

a:active,
a:focus {
outline: none;
text-decoration: none;
}
/*-------------------------------------------------------*/
/* Typography
/*-------------------------------------------------------*/

ul,
ol {
margin: 0;
padding: 0;
list-style: none;
list-style-position: inside;
}

h1,
h2,
h3,
h4,
h5,
h6 {font-family: "Lato", sans-serif;color: #3e4045;font-weight: 300;line-height: 4.5rem;letter-spacing: 2px;}

h1 {
font-size: 3.5rem;
font-weight: 700;
font-style: italic;
text-transform: capitalize;
}

h2 {
font-size: 2.3rem;
font-weight: 400;
font-style: italic;
}

h3 {
font-size: 28px;
}

h4 {
font-size: 24px;
}

h5 {
font-size: 20px;
}

h6 {
font-size: 16px;
}

h1>a,
h2>a,
h3>a,
h4>a,
h5>a,
h6>a {
color: inherit;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
color: #3e4045;
}

a {
text-decoration: none;
-webkit-transition: color 0.1s ease-in-out;
-moz-transition: color 0.1s ease-in-out;
-ms-transition: color 0.1s ease-in-out;
-o-transition: color 0.1s ease-in-out;
transition: color 0.1s ease-in-out;
font-size: 1rem;
}

a:hover,
a:focus {
text-decoration: none;
color: #282e38;
}

p {
font-family: "Lato", sans-serif;
font-size: 16px;
color: #222;
font-weight: 500;
line-height: 1.9rem;
letter-spacing: 1px;
text-align: justify;
}
/*-------------------------------------------------------*/
/* Navbar
/*-------------------------------------------------------*/
.navbar-brand {
padding: 0;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
opacity: 1;
color: #fff;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
color: #fff;
background: transparent;
opacity: 1;
}

.navbar-default .navbar-nav>.active>a:before {
content: "";
width: 30%;
height: 2px;
background: #fff;
opacity: 1;
position: absolute;
bottom: 10px;
transition: all 0.4s linear 0s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.navbar-default .navbar-nav>.active>a:hover:before,
.navbar-default .navbar-nav>li>a:hover:before {
opacity: 1;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

.navbar-default .navbar-nav>li>a:before {
content: "";
width: 30%;
height: 2px;
background: #fff;
opacity: 0;
position: absolute;
bottom: 10px;
transition: all 0.4s linear 0s;
-webkit-transform: scale(0);
-ms-transform: scale(0);
transform: scale(0);
}

.navbar-default .navbar-nav>li>a {
color: #ffffff;
display: inline-block;
position: relative;
text-transform: uppercase;
transition: all 0.4s ease 0s;
opacity: 0.7;
}

@media(min-width:767px) {
.navbar {
padding: 10px 0;
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
transition: background .5s ease-in-out, padding .5s ease-in-out;
}


.navbar-default {
background-color: transparent;
border-color: transparent;
}

.top-nav-collapse {
padding: 0;
}

.top-nav-collapse.navbar-default {
background: #f86703;
padding: 10px 0px;
box-shadow: 0px 0px 5px #000;
-webkit-box-shadow: 0px 0px 5px #000;
-moz-box-shadow: 0px 0px 5px #000;
border-color: transparent;
}
}

@media(max-width:730px) {
.navbar {
padding: 6px 0;
-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-default {
background: transparent;
border-color: transparent;
}

.top-nav-collapse {
padding: 0;
}

.navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
border-color: transparent;
text-align: center;
}

.nav.navbar-nav.pull-right {
float: none !important;
}

.navbar-default .navbar-nav>.active>a::before {
bottom: 5px;
}

.navbar-default .navbar-toggle {
border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
background-color: #fff;
}

.navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
background-color: transparent;
}
}
/*-------------------------------------------------------*/
/*Separator 
/*-------------------------------------------------------*/

.section_title:after {
content: '';
position: absolute;
bottom: -8;
left: 45%;
width: 10%;
height: 3px;
background: #f86703;
}

.section_title span {
display: block;
line-height: 30px;
font-size: 2.1rem;
font-weight: 300;
font-style: normal;
}
/*-------------------------------------------------------*/
/*PRELOADER
/*-------------------------------------------------------*/
.spinner {
width: 100%;
height:100%;
width: 40px;
height: 40px;
position: relative;
left: 50%;
top: 50%;
margin-top: -20px;
margin-left: -20px;
}
.preloader{
width: 100%;
height:100%;
background: #fff;
z-index: 99999;
position: fixed;
left: 0;
overflow: hidden;
top: 0;
}
.double-bounce1, .double-bounce2 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: #f86703;
opacity: 0.6;
position: absolute;
top: 0;
left: 0;

-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
-webkit-animation-delay: -1.0s;
animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
0%, 100% { -webkit-transform: scale(0.0) }
50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
0%, 100% { 
transform: scale(0.0);
-webkit-transform: scale(0.0);
} 50% { 
transform: scale(1.0);
-webkit-transform: scale(1.0);
}
}
/*-------------------------------------------------------*/
/*BACK TO TOP
/*-------------------------------------------------------*/

a.back-to-top {
display: none;
width: 40px;
height: 40px;
text-indent: -9999px;
position: fixed;
z-index: 999;
right: 20px;
bottom: 20px;
border: 1px solid #f86703;
;
    border-radius: 5px;
background: #f86703 url("../images/up-arrow.png") no-repeat center 43%;
transition: all ease-in 0.2s;
}
/*-------------------------------------------------------*/
/*  Button
/*-------------------------------------------------------*/

.dee-app-btn {
background: #f86703;
border-radius: 30px;
color: #ffffff;
display: inline-block;
height: 50px;
padding: 9px 30px;
position: relative;
text-align: center;
text-transform: uppercase;
-webkit-transition: all .8s ease 0s;
transition: all .8s ease 0s;
line-height: 2rem;
letter-spacing: 0.2rem;
}

.dee-app-btn:hover,
.dee-app-btn:focus,
.dee-app-btn:active {
color: #ffffff;
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(10px);
transform: translateX(10px);
letter-spacing: 0.2rem;
}

.dee-app-btn2 {
background: #f86703;
border-radius: 30px;
color: #ffffff;
display: inline-block;
height: 40px;
padding: 9px 30px;
position: relative;
text-transform: uppercase;
-webkit-transition: all .8s ease 0s;
transition: all .8s ease 0s;
margin-top: 15px;
border: 1px solid transparent;
}

.dee-app-btn2:hover,
.dee-app-btn2:focus,
.dee-app-btn2:active {
color: #ffffff;
box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
-webkit-transform: translateX(10px);
transform: translateX(10px);
}

.dee-app-btn3:hover {
background-color: #f86703;
color: #fff;
}

.dee-app-btn3 {
background: transparent none repeat scroll 0 0;
border: 2px solid #f86703;
color: #f86703;
padding-bottom: 11px;
padding-top: 11px;
-webkit-transition: all .8s ease 0s;
transition: all .8s ease 0s;
border-radius: 100px;
font-size: 1rem;
font-weight: 500;
letter-spacing: 2px;
line-height: 1;
padding: 15px 30px;
text-align: center;
text-transform: uppercase;
}
/*-------------------------------------------------------*/
/* Home
/*-------------------------------------------------------*/

.solidhome{
background: url(../images/banner.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 640px;
position: relative;
z-index: 1;
}

.solidhome:after {
content: '';
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
opacity: .57;
background: #2f0d02;
z-index: -1;
/* transform: rotate(10deg); */
}

.home_text {
margin-top: 25%;
}

.home_text h1 span {
display: block;
}

.home_text h1 {
color: #ffffff;
}

.home_text p {
color: #ffffff;
}

.home_image {
position: relative;
}

.home_image img {
position: absolute;
margin-top: 15%;
right: 2%;
}
/*-------------------------------------------------------*/
/* About
/*-------------------------------------------------------*/

.section_title {
position: relative;
}

.about_image img {
width: auto;
height: 500px;
}
/*-------------------------------------------------------*/
/* Features
/*-------------------------------------------------------*/

#features {
background: #efefef;
}

.media-body h4 {
font-size: 1.5rem;
font-weight: 600;
text-transform: capitalize;
line-height: 1.5rem;
font-style: italic;
opacity: 0.8;
}

.features_icon {
height: 100px;
width: 100px;
border: 2px solid #f86703;
border-radius: 50%;
text-align: center;
margin-top: 20px;
margin-right: 30px;
background: #f86703;
margin: 0 auto 15px;
border: 3px solid #f7f7f7;
outline: 2px solid #f86703;
}

.features_icon i {
line-height: 90px;
color: #fff;
font-size: 55px;
}

.features_image {
text-align: center;
}
/*-------------------------------------------------------*/
/* Video
/*-------------------------------------------------------*/

#video {
background: url(../images/banner2.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 1;
}

#video:after {
content: '';
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
opacity: .82;
background: #f86703;
color: #fff;
z-index: -1;
}

.contentWrap {
width: 100%;
}

#video .blox.bloxPopup {
text-align: center;
width: 10%;
margin: 0 auto;
}

.featured i {
color: #fff;
font-size: 6.5rem;
-webkit-transition: all 0.9s ease-in-out;
-moz-transition: all 0.9s ease-in-out;
-ms-transition: all 0.9s ease-in-out;
-o-transition: all 0.9s ease-in-out;
transition: all 0.9s ease-in-out;
}

.featured i:hover {
-webkit-transform: translateY(-10px);
transform: translateY(-10px);
}
/*-------------------------------------------------------*/
/* Screenshots
/*-------------------------------------------------------*/

#owl-demo {
z-index: -111;
}

#owl-demo .item {
text-align: center;
}

#owl-demo .item img {
display: block;
height: auto;
}

.frame {
position: relative;
margin: 0 auto;
background: url(../images/mobile_frame.png);
background-size: contain;
background-position: center;
background-repeat: no-repeat;
padding: 60px 0px;
}
/*-------------------------------------------------------*/
/* Pricing
/*-------------------------------------------------------*/

#pricing {
background: #f7f7f7;
}

.pricing_box {
border: 1px solid #e9ebec;
border-radius: 6px;
padding: 0;
overflow: hidden;
background-color: #fff;
transition: all 0.3s ease 0s;
}

.pricing_box:hover {
margin-top: -5px;
box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}

.price-heading {
position: relative;
background-color: #f2f2f2;
margin: 0 0 45px;
padding: 20px 20px;
border-bottom: 4px solid e9ebec;
}

.price-heading h2 {
margin: 0 0 12px;
line-height: normal;
}

.price-list {
margin: 0 0 45px;
padding: 0 20px;
}

.price-list li {
color: #585b60;
display: block;
margin-bottom: 20px;
font-family: "Open Sans", sans-serif;
font-size: 1.07rem;
font-weight: 300;
line-height: 26px;
}

.price-list li .fa {
font-size: 1.30rem;
padding-right: 10px;
color: rgba(0, 119, 255, 0.8);
}

.price-footer {
border-top: 1px solid #e9ebec;
display: block;
padding: 20px 20px;
}

.price-heading .amount {
color: #9da6ac;
font-size: 1.8rem;
margin-bottom: 5px;
font-weight: 300;
font-family: "Open Sans", sans-serif;
text-transform: capitalize;
}

.price-heading .amount .big {
color: #8d8d8d;
font-size: 2.85rem;
letter-spacing: 2px;
}
/*-------------------------------------------------------*/
/* Team
/*-------------------------------------------------------*/

.team-member,
.team-img {
position: relative;
overflow: hidden;
}

.team-member,
.team-img img {
width: 100%;
}

.team-title {
line-height: normal;
margin: 30px 0 7px;
}

.overlay {
background-color: rgba(20, 20, 20, .7);
position: absolute;
top: 0;
width: 100%;
height: 100%;
opacity: 0;
-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;
}

.team-details {
opacity: 0;
position: absolute;
top: 50%;
left: 0;
padding: 5%;
overflow: hidden;
width: 100%;
z-index: 2;
-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;
}

.team-details p {
color: #fff;
}

.team-img:hover .team-details {
opacity: 1;
margin-top: -80px;
}

.team-img:hover .overlay {
opacity: 1;
}

.socials a {
display: inline-block;
width: 37px;
height: 37px;
background-color: transparent;
}

.socials i {
color: #616161;
width: 37px;
height: 37px;
line-height: 40px;
border-radius: 50%;
text-align: center;
-webkit-transition: all 0.2s linear;
-moz-transition: all 0.2s linear;
-o-transition: all 0.2s linear;
-ms-transition: all 0.2s linear;
transition: all 0.2s linear;
}

.team-details .socials i {
color: #fff;
}

.socials a:hover i {
color: #fff;
background-color: #355c7d;
}
/*-------------------------------------------------------*/
/* Download
/*-------------------------------------------------------*/

#download {
background: url(../images/banner2.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
z-index: 1;
}

#download:after {
content: '';
top: 0;
left: 0;
position: absolute;
width: 100%;
height: 100%;
opacity: .80;
background: #272727;
color: #fff;
z-index: -1;
}

.download_title h2 {
color: #fff;
}

.download_platfrom {
z-index: 2;
position: relative;
display: inline-block;
margin-right: 15px;
}

.download_platfrom a {
font-size: .6rem;
text-transform: capitalize;
word-spacing: normal;
}

.download_platfrom i {
float: left;
font-size: 30px;
margin-right: 12px;
padding: 0;
}
/*-------------------------------------------------------*/
/* Blog
/*-------------------------------------------------------*/

.our_blog a {
transition: 0.5s;
}

.our_blog a:hover {
color: #f86703;
}

.blog-about {
padding: 15px 0;
margin: 0;
}

.blog-about li {
margin-right: 15px;
display: inline-block;
}

.blog-about li a {
color: #a5a5a5;
transition: 0.5s;
font-size: .8rem;
}

.blog-about li i {
color: #f86703;
opacity: 0.75;
margin-right: 5px;
}

.our_blog a img {
width: 100%;
transition: .5s;
}

.our_blog a img:hover {
opacity: 0.7;
}

.blog-text {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
padding: 20px;
}

.blog-text h4 a {
color: #4e4e4e;
padding: 0px 0 8px 0;
margin-bottom: 10px;
display: block;
text-transform: capitalize;
line-height: normal;
font-weight: 700;
}

.our_blog {
background-color: #fafafa;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
-webkit-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;
}

.blog-text a.dee-app-btn:hover {
color: #fff;
}

.load-more {
text-align: center;
}
/*-------------------------------------------------------*/
/* Contact
/*-------------------------------------------------------*/

#contact {
background: #f7f7f7;
}

.get-in-touch .form-control {
background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
border-color: -moz-use-text-color -moz-use-text-color #e5e5e5;
-o-border-image: none;
border-image: none;
border-radius: 0;
border-style: none none solid;
border-width: 0 0 1px;
box-shadow: none;
color: #2b323f;
height: auto;
margin-bottom: 30px;
padding: 10px 0;
position: relative;
BORDER-COLOR: #f86703;
}

.address-box {
margin-left: 20px;
}

.address-box li div {
display: inline-block;
}

.info-icon {
margin-right: 20px;
}
/*-------------------------------------------------------*/
/* Map
/*-------------------------------------------------------*/

.map {
padding-bottom: 0px;
}

.map iframe {
width: 100%;
height: 400px;
border: 0;
filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
filter: gray;
-webkit-filter: grayscale(99%);
-webkit-backface-visibility: hidden;
display: block;
pointer-events: none;
position: relative;
    /* IE needs a position other than static */;
}

.map iframe.clicked {
pointer-events: auto;
}
/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/

footer {
text-align: center;
background: linear-gradient(45deg, black, #000000c2), url(https://www.oneindia.com/img/1200x80/2020/11/diwali7-1605335624.jpg);
/* background: url(); */
background-position: center;
}

.line {
position: relative;
padding-bottom: 40px;
color: #fff;
}

.line h2 {
margin: 0;
color: #fff;
font-weight: 900;
}

.social-icon a {
color: #fff;
padding: 5px;
border: 1px solid #fff;
margin-right: 10px;
border-radius: 50%;
height: 40px;
width: 40px;
display: inline-block;
line-height: 30px;
margin-bottom: 20px;
}
/*-------------------------------------------------------*/
/* error
/*-------------------------------------------------------*/

.robot {
margin-top: 10%;
}

.robot_img {
text-align: center;
}

.robot_img img {
width: 70%;
}

#message span {
font-size: 46px;
font-weight: 200;
line-height: 100px;
}

#message p {
margin: 10px 0;
font-size: 18px;
font-weight: 400;
}
/*-------------------------------------------------------*/
/* Responsive
/*-------------------------------------------------------*/
.navbar-header.page-scroll img {
max-width: 95px;
padding-left: 20px;
}

@media(min-width:981px)  
{
.navbar-header.page-scroll img {
max-width: 110px;
padding-left: 0;
}
}

@media only screen and (max-width: 992px) {
html {
font-size: 70%;
}

.home_image img {
position: absolute;
margin-top: 20%;
right: 1%;
width: 100%;
}

.home_text {
margin-top: 40%;
}

.dee-app-btn {
line-height: 2.8rem;
}

.features_icon {
margin-top: 0px;
margin-right: 20px;
}

.features_image img {
width: 70%;
}
}

@media only screen and (max-width: 768px) {
html {
font-size: 68%;
}

.skewed-bg {
min-height: 500px;
}

.home_image img {
position: absolute;
margin-top: 20%;
right: 1%;
width: 100%;
}

.home_text {
margin-top: 20%;
}

.dee-app-btn {
line-height: 2.8rem;
}

.features_icon {
margin-top: 0px;
margin-right: 20px;
}

.features_image img {
width: 70%;
}
}

@media only screen and (max-width: 480px) {
html {
font-size: 80%;
}
.home_text {
margin-top: 40%;
}
#download .col-sm-6 {
text-align: center;
}
.team-title {
line-height: normal;
margin: 10px 0 5px;
}
.team-member.text-center {
margin-bottom: 60px;
}
#owl-demo .item img {
display: block;
height: auto;
width: 70%;
margin: 0 auto;
}
}
@media only screen and (max-width: 320px) {
html {
font-size: 70%;
}
.social-icon a {
margin-right: 5px;
height: 30px;
width: 30px;
line-height: 20px;
}
}


@media only screen and (max-width: 767px) {


.solidhome h1 {
font-size: 2.3rem;
font-weight: 700;
font-style: italic;
text-transform: capitalize;
text-align: center !important;
line-height: 1.3;
}
.solidhome p {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #fff;
font-weight: 400;
line-height: 1.4;
letter-spacing: 1px;
text-align: center;
/* text-align-last: center; */
}
a.dee-app-btn {
max-width: 170px;
margin: 0 auto;
display: block;
padding: 7px !important;
height: auto;
}
.home_text {
margin-top: 33%;
}
.solidhome {
background: url(../images/banner.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
min-height: 490px;
position: relative;
z-index: 1;
}
.features_icon {
height: 100px;
width: 100px;
border: 2px solid #f86703;
border-radius: 50%;
text-align: center;
margin-top: 20px;
margin-right: 30px;
background: #f86703;
margin: 0 auto 15px;
border: 3px solid #f7f7f7;
outline: 2px solid #f86703;
margin: 29px auto 23px !important;
display: block;
}
nav.navbar.navbar-default.navbar-fixed-top.top-nav-collapse {
background: #cf5a09;
border-color: transparent;
}
.col-sm-3.media {
max-width: 90%;
margin: 0 auto;
}
.download_platfrom {
z-index: 2;
position: relative;
display: inline-block;
margin-right: 15px;
width: 100% !important;
margin: 0 auto;
display: block;
max-width: 61%;
}
a.dee-app-btn {
max-width: 218px;
margin: 0 auto;
display: block;
padding: 7px 25px !important;
height: auto;
width: 100% !important;
font-size: 15px;
}
.download_platfrom i {
float: left;
font-size: 27px;
margin-right: 12px;
padding: 5px 0 0;
}
}

.col-sm-7.hidden-xs.about_image img.img-responsive {
max-width: 90%;
width: 100%;
height: auto;
}
.col-sm-3.media .media-body {
text-align: center;
}
.media-left  {
display: block;
vertical-align: top;
}
.media {
margin-top: 0;
}
.col-sm-3.media p {
font-family: "Lato", sans-serif;
font-size: 16px;
color: #222;
font-weight: 500;
line-height: 1.5rem;
letter-spacing: 1px;
text-align: center;
/* text-align-last: center; */
}
.media-body h4 {
font-size: 1.3rem;
font-weight: 600;
text-transform: capitalize;
line-height: 1.5rem;
font-style: normal;
opacity: 1;
margin: 5px;
}
.col-sm-3.media p {
font-family: "Lato", sans-serif;
font-size: 14px;
color: #111;
font-weight: 500;
line-height: 1.5;
letter-spacing: 1px;
text-align: center;
/* text-align-last: center; */
margin-top: 15px;
}
.section_title h2 {
font-size: 2.3rem;
font-weight: 400;
font-style: italic;
text-align: center;
}
section#features ::after, section#screenshots ::after {
position: relative;
}
.borderr {
height: 4px;
background: #f86703;
width: 120px;
margin: 0 auto;
}
section#download .section_title:after {
content: '';
position: absolute;
bottom: -8;
left: 0;
width: 10%;
height: 3px;
background: #f86703;
}
section#download .section_title h2 {
font-size: 2.3rem;
font-weight: 400;
font-style: italic;
text-align: left;
}
#contact {
background: #FFF;
}
#contact h3 {
font-size: 28px;
COLOR: #f94803;
FONT-WEIGHT: 500;
}
.address-box p {
FONT-WEIGHT: 500;
LETTER-SPACING: 0PX !IMPORTANT;
}
.info-icon I {
COLOR: #f94803;
FONT-SIZE: 18PX;
}
img.flogo {
max-width: 150px;
border: 6px solid #fff;
border-radius: 50%;
}
footer p {
color: #fff;
text-align: center;
background: #f86703;
font-size: 14px;
border-radius: 0px;
margin-top: 10px;
}
*::placeholder {
color: #111 !important;
font-weight: 500;
}
.features_icon img {
max-width: 75%;
margin-top: 10px;
}

@media(max-width:767px)
{
.features_icon img {
max-width: 73%;
margin-top: 8px;
}
.section_title h2 {
font-size: 2rem;
font-weight: 400;
font-style: italic;
text-align: center;
}
.address-box {
margin-left: 0;
}
.info-icon {
margin-right: 12px;
}
.address-box {
margin-left: 0;
}
section#download .section_title h2 {
font-size: 1.8rem !important;
font-weight: 400;
font-style: italic;
text-align: center;
}
section#download .section_title:after {
content: '';
position: absolute;
bottom: -8;
left: 45%;
width: 10%;
height: 3px;
background: #f86703;
}
a.dee-app-btn {
max-width: 238px;
margin: 0 auto;
display: block;
padding: 7px 20px !important;
height: auto;
width: 100% !important;
font-size: 14px;
}
.download_platfrom i {
float: left;
font-size: 22px;
margin-right: 8px;
padding: 5px 0 0;
}
.features_icon {
height: 90px;
width: 90px;
border: 2px solid #f86703;
border-radius: 50%;
text-align: center;
margin-top: 20px;
margin-right: 30px;
background: #f86703;
margin: 0 auto 15px;
border: 3px solid #f7f7f7;
outline: 2px solid #f86703;
margin: 29px auto 23px !important;
display: block;
}
.features_icon i {
line-height: 85px;
color: #fff;
font-size: 55px;
}
.section_title span {
display: block;
line-height: 30px;
font-size: 2.1rem;
font-weight: 600;
font-style: normal;
color: #cf5a09;
}
section#about .hgt-150 {
height: 50px !important;
}
img.flogo {
max-width: 120px;
border: 6px solid #fff;
border-radius: 50%;
margin-top: 30px;
}
footer .introoo {
color: #fff;
text-align: center;
background: #f86703;
font-size: 13px;
border-radius: 0px;
margin-top: 10px;
padding: 8px;
line-height: 1.5;
}
ul.nav.navbar-nav.pull-right {
background: #cf5a09;
}
ul.nav.navbar-nav.pull-right a {
font-size: 15px;
}
.nav>li {
border-bottom: 1px solid #ffffff21;
text-align: center;
}
.navbar-default .navbar-nav>li>a {
color: #ffffff;
display: inline-block;
position: relative;
text-transform: uppercase;
transition: all 0.4s ease 0s;
opacity: 1;
}
.navbar-default .navbar-nav>.active>a:before {
content: "";
width: 0;
height: 2px;
background: #fff;
opacity: 1;
position: absolute;
bottom: 10px;
transition: all 0.4s linear 0s;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}

}
.navbar-default .navbar-nav>li>a { 
opacity: 1 !important;
}

.About_section{
  background: linear-gradient(#0000008a,#000000d1),url(..//images/about.jpg);
  padding: 100px 0px 100px;
  background-size: cover;
  background-position: center;
}

.About_content h2{
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  margin: 0;
  line-height: 0;
}

.About_content h3{
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 0;
  padding-top: 15px;
}

.About_content h3 i{
  font-size: 16px;
  padding-left: 5px;
}
.About_content h3 span{
  color: #cf5a09;
}




/* ---------counter_section Start---------- */

.counter_section {
  padding: 100px 0px;
  background: linear-gradient(#0000008a,#000000d1),url(..//images/Ayodhya-Tour-Package.jpg);
  background-size: cover;
  margin-bottom: 50px;
  background-position: center;
}

.counter_box {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  padding: 25px;
  border-radius: 10px;
  border-bottom: 1px solid var(--green-color);
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.counter_box i {
  height: 60px;
  display: flex;
  align-items: center;
  width: 60px;
  justify-content: center;
  font-size: 30px;
  color: #ffffff;
  background: #f86703;
  border-end-start-radius: 15px;
  border-top-right-radius: 15px;
  transition: all linear 0.5s;
}

.counter_box i:hover {
  transform: scale(1.1);
  
}

.counter_box h2 {
  padding-top: 10px;
  font-size: 42px;
  font-weight: 600;
  /* padding-top: 15px; */
  margin: 0;
  text-align: center;
}

.counter_box h5 {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  text-align: center;
  line-height: 0;
  padding-top: 10px;
}

/* ---------counter_section End---------- */
.services_section{
  padding: 80px 0px 80px 0px;
}

.Services{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  padding: 14px;
  border-radius: 10px;
  overflow: hidden;
}

.Services h1{
 color:#f86703;
  line-height: 0;
}
.Services h2{
  font-size: 30px;
  font-weight: 600;
  margin: 0;
}
.Services p{
  line-height: 1.7;
  padding-bottom: 10px;
}
.Services img{
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 10px;
  transition: all linear 0.5s;
}

.Services img:hover{
  transform: scale(1.1);
}

   @media(max-width:991px){
    .Services{
      margin-top:20px;
    }
    .counter_box{
      margin-top: 20px;
    }
   }
