/** TABLE OF CONTENTS **/
/**
	01. General CSS
	02. Nav-Menu
	03. Side-bar Menu
	04. Home Section
	05. Magical-Features
	06. Features-Description
	07. Key-Features
	08. Video Section
	09. Counter Section
	10. Why_US
	11. Screen-shots
	12. Testimonials
	13. Team
	14. Packages
	15. Client
	16. Ask Questions
	17. Subscribe
	18. Contact
	19. Footer
	20. Scroll-to-Top
	21. Pre-Loader
	22. Color-Picker
	23. Modal
	24. Warning
**/
/* 01. General CSS Starts*/
html{
    overflow-x:hidden;
}
body {
    font-family: "Roboto", sans-serif;

    position: relative;
    background: #fff;
    overflow-x: hidden;
}
#index-banner {
    padding-top: 50px;
}
#header,
#magical_feature,
#work,
#feature-desc,
#key-feature,

#why_us,
#screenshots,
.testimonial-jarallax,
#team,
#packages,
#tweet,
#quetions,
#subscribe,
#footer,
#some_facts {
    padding: 60px 0;
    background: #fff;
}

#key-feature,
#screenshots,
#team,
#tweet,
#subscribe,
#footer,
#some_facts,
#magical_feature {
    background: #EDF1F2;
}

.m0 {
    margin: 0px;
}
.mt0 {
    margin-top: 0px;
}
.mt15 {
    margin-top: 15px !important;
}
.mt30 {
    margin-top: 30px;
}
.mt20 {
    margin-top: 20px;
}
.mt-10{
    margin-top: -10px;
}
.mb0 {
    margin-bottom: 0px;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb40 {
    margin-bottom: 40px;
}
.mr5 {
    margin-right: 5px;
}
.mr0 {
    margin-right: 0px;
}
.ml0 {
    margin-left: 0px;
}
.ml5 {
    margin-left: 5px;
}
.p0 {
    padding: 0px;
}
.pl0{
    padding-left: 0px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt40 {
    padding-top: 40px;
}
.pl50 {
    padding-left: 50px;
}
p {
    line-height: 1.6;
    letter-spacing: 1px;
    font-weight: 300;
    color: #222;
    font-size: 15px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111;
}
h2 {
    font-size: 30px;
    line-height: 1.4;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 100;
    letter-spacing: 2px;
}
h3 {
    font-size: 18px;
    line-height: 1.4;
    letter-spacing: 2px;
    font-weight: 400;
    margin-bottom: 20px;
    margin-top: 10px;
}
a:hover,
a:focus {
    text-decoration: none;
    color: transperant;
    outline: none;
}
.read_more_link {   
    font-style: italic;
    color: #f27c22;
}
time{
    text-transform: uppercase;
    font-weight: 500;
}
ul {
    list-style-type: none;
}
.icon-color {
    color: #f27c22;
}
.common-btn {
    background-color: #f27c22;
    border-color: #f27c22;
    border-radius: 0px;
    transition-duration: 0.5s;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    padding: 15px;
    text-transform: uppercase;
}
.common-btn:hover {
    color: #f27c22;
    transition-duration: 0.5s;
}
.op6 {
    opacity: 0.6;
}
.bolder{
	font-weight: 400;
}
/*General CSS Ends*/
/*Wave Button Css Starts*/

.colored-button {
    color: #fff !important;
    background:#f27c22 !important;    
}
.colored-button:hover {
    background: #fff;
    color: #f27c22;
}
/*Wave Button Css Ends*/
/* 02. Nav-Menu CSS Starts*/
.brand-logo img{
    width: 100%;
    height:8vh;
}
nav {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    padding: 10px 0;
    transition: all 0.3s linear;
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    border-radius: 0px !important;
}
nav:hover {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    transition: all 0.3s linear;
}
.navbar-nav li a {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
}
.nav>li>a:focus,
.nav>li>a:hover {
    background: transparent;
}
.active {
    border-bottom: 2px solid #fff;
    transition-duration: 0.4s;
}
.default {
    top: 0;
}
.navbar {
    position: fixed;
}
nav {
    left: 0;
    top: -80px;
    right: 0;
    padding: 10px 0;
    transition: all 0.3s linear;
    height: auto;
    z-index: 99;
}
nav.top-nav-collapse {
    box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.5);
    opacity: 0.96;
    padding-bottom: 10px;
    padding-top: 10px;
}
.navbar-toggle span {
    background: #fff;
}
#work h2 {
    position: relative;
}
#work h2:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 200px;
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right,#f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    left: 41%;
    bottom: -24px;
}
/*Nav-Menu CSS Ends*/
/*Cloud CSS Starts*/

#home .jarallax {
    overflow: hidden;
}
.clouds {
    position: absolute;
    z-index: 30;
    top: 0;
    left: 0;
    width: 500em;
    height: 43.75em;
    opacity: 1;
    visibility: inherit;
    background: transparent url("../images/clouds.png") repeat-x scroll 0px 100%;
    -webkit-animation: cloudLoop 60s linear infinite;
    -moz-animation: cloudLoop 60s linear infinite;
    animation: cloudLoop 60s linear infinite;
}
@-webkit-keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
@keyframes cloudLoop {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0)
    }
}
/*Cloud CSS Ends*/
/* 03. Side-bar Menu CSS Starts*/
 

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right,#f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 0px;
    color: #fff;
    border: none;
}

.cd-stretchy-nav .stretchy-nav-bg {
    /* Click on add and by this css it will be stretch */
    
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background: #9acd91;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    -webkit-transition: height 0.2s, box-shadow 0.2s;
    -moz-transition: height 0.2s, box-shadow 0.2s;
    transition: height 0.2s, box-shadow 0.2s;
}
.cd-stretchy-nav.nav-is-visible .stretchy-nav-bg {
    height: 100%;
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.cd-nav-trigger {
    position: absolute;
    z-index: 3;
    top: 0;
    right: 0;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    /* replace text with image */
    
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
}
.cd-nav-trigger span,
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
    /* this is the hamburger icon */
    
    position: absolute;
    width: 16px;
    height: 2px;
    background-color: #ffffff;
}
.cd-nav-trigger span {
    /* middle line of the hamburger icon */
    
    left: 50%;
    top: 50%;
    bottom: auto;
    right: auto;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.cd-nav-trigger span::after,
.cd-nav-trigger span::before {
    /* top and bottom lines of the hamburger icon */
    
    content: '';
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-nav-trigger span::before {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}
.cd-nav-trigger span::after {
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}
.no-touch .cd-nav-trigger:hover ~ .stretchy-nav-bg {
    box-shadow: 0 6px 30px rgba(0, 0, 0, 0.2);
}
.nav-is-visible .cd-nav-trigger span {
    background-color: transparent;
}
.nav-is-visible .cd-nav-trigger span::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.nav-is-visible .cd-nav-trigger span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.cd-main-content {
    position: relative;
    z-index: 1;
    min-height: 100vh;
    padding: 100px 0;
    background-color: #003c5d;
}
/* -------------------------------- 

keyframes

-------------------------------- */

@-webkit-keyframes scaleIn {
    from {
        -webkit-transform: translateY(-50%) scale(0);
    }
    to {
        -webkit-transform: translateY(-50%) scale(1);
    }
}
@-moz-keyframes scaleIn {
    from {
        -moz-transform: translateY(-50%) scale(0);
    }
    to {
        -moz-transform: translateY(-50%) scale(1);
    }
}
@keyframes scaleIn {
    from {
        -webkit-transform: translateY(-50%) scale(0);
        -moz-transform: translateY(-50%) scale(0);
        -ms-transform: translateY(-50%) scale(0);
        -o-transform: translateY(-50%) scale(0);
        transform: translateY(-50%) scale(0);
    }
    to {
        -webkit-transform: translateY(-50%) scale(1);
        -moz-transform: translateY(-50%) scale(1);
        -ms-transform: translateY(-50%) scale(1);
        -o-transform: translateY(-50%) scale(1);
        transform: translateY(-50%) scale(1);
    }
}
@-webkit-keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-25px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
    }
}
@-moz-keyframes slideIn {
    from {
        opacity: 0;
        -moz-transform: translateX(-25px);
    }
    to {
        opacity: 1;
        -moz-transform: translateX(0);
    }
}
@keyframes slideIn {
    from {
        opacity: 0;
        -webkit-transform: translateX(-25px);
        -moz-transform: translateX(-25px);
        -ms-transform: translateX(-25px);
        -o-transform: translateX(-25px);
        transform: translateX(-25px);
    }
    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }
}
/*Side-bar Menu CSS Ends*/
/*Particles CSS Starts*/

#particles-js {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
/*Particles CSS Ends*/
/*way point css Starts*/

.os-animation {
    opacity: 0;
}
.os-animation.animated {
    opacity: 1;
}
/*way point css Ends*/
/*Background-Video/Background-image Upper-layer CSS Starts*/

.bg-opacity-layer {
    background: rgba(0, 0, 0, 0.98) none repeat scroll 0 0;
    opacity: 0.45;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
}
/*Background-Video/Background-image Upper-layer CSS Ends*/
/* 04. Home Section CSS Starts*/
.home_slider_bg{
    position: relative;
}
.home-center {
    position: absolute;
    margin-right: -50%;
    top: 55%;
    left: 50%;
    padding: 0px;
    transform: translate(-50%, -50%);
}
#header,
.testimonial-jarallax {
    background: transparent;
}
#header p {
    font-size: 45px;
    line-height: 1.1;
    font-weight: 100;
    color: #fff;
}
.home-img{
    height: 10rem;
    width: 20rem;
}
.btn-wrap {
    left: -10em;
    position: relative;
    top: 4em;
    width: 535px;
    z-index: 1;
}
.available-btn {
    border-radius: 0px;
    display: inline-block;
    font-size: 20px;
    line-height: 26px;
    margin: 10px;
    min-height: 64px;
    padding: 10px 25px 10px 92px;
    position: relative;
    text-transform: uppercase;
    transition-duration: 0.4s;
}
.available-btn > em {
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-transform: none;
}
.default_color {
    background: #2d2d2d;
    color: #fff;
    box-shadow: 3px 4px 4px 0 rgba(0, 0, 0, 0.32);
}
.default_color:hover i {
    color: #fff;
}
.default_color i {
    border-right: 1px solid #fff;
    bottom: 0;
    font-size: 40px !important;
    left: 0;
    line-height: 64px !important;
    position: absolute;
    text-align: center;
    top: 0;
    width: 70px;
    color: #fff;
}
.btn:hover {
    background: #fff;
    box-shadow: none;
    color: #f27c22;
    transition-duration: 0.4s;
}
/*Home Section CSS Ends*/
/* 05. Magical-Features Section CSS Starts*/

.mb_margin30 .mficon{
    font-size: 6rem;
    color: #f27c22;
    
}


#feature-desc i{
    margin-bottom: 20px;
}
/*Magical-Features Section CSS Ends*/
/* 06. Features-Description CSS Starts*/

.icon-block i {
    font-size: 4rem;
}

/*Features-Description CSS Ends*/
/* 07. Key-Features CSS Starts*/

#key-feature {
    padding-bottom: 0;
    overflow: hidden;
}
#key-feature h3{
    color: #f27c22;
    margin-bottom: 10px;
}
.box_aside {
    float: left;
    margin-right: 30px;
    font-size: 46px;
    line-height: 1;
    padding-top: 16px;
}
.box-aside15 {
    padding-top: 15px;
}
.box_cnt__no-flow {
    overflow: hidden;
}
.bg-image2-wrap,
.bg-image2_cnt {
    position: relative;
}
.iphone-hand {
    position: absolute;
    top: -7.3em;
}
.iphone-hand img{
    height: 60rem;
}
/*Key-Features CSS Ends*/
/* 08. Video Section CSS Starts*/
.video-img-block{
    position: relative;
}
.video-play-icon{
    display: inline-block;
}
.video-play-icon a{
    font-size: 24px;
    position: absolute;
    top: 50%;
    background: #fff;
    padding: 23px 33px;
    height: 80px;
    width: 80px;
    border-radius: 50px;
    margin-left: -40px;
    margin-top: -40px;    
    -webkit-transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
    -moz-transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
    transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
}

.video-play-icon a:hover {
    -webkit-transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
    -moz-transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
    transition:all 0.6s cubic-bezier(0.26, 0.79, 0.63, 1.4) 0s;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);   
    transform: scale(1.2);
}
.video-img-block img{
    width: 900px;
    margin: 0 auto;
    border-radius: 2em;
}
.btn-video {
    text-align: center;
}
.video {
    color: #f27c22;
    display: inline-block;
}
.video h3 {
    color: #fff;
}
.video:hover,
.video:focus {
    color: #f27c22;
}
.video-icon {
    color: #fff;
    display: block;
    font-size: 46px;
    margin-bottom: 10px;
    text-align: center;
}
.video-icon:hover {
    opacity: 1;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.5);
}
/* overlay at start */

.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* overlay animate in */

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
/* overlay animate out */

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}
/* content at start */

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
/* content animate it */

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
/* content animate out */

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}
/*Video Section CSS Ends*/
/* 09. Counter CSS Starts*/

#circle1 strong,
#circle2 strong,
#circle3 strong,
#circle4 strong {
    font-size: 35px;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 47px;
    width: 100%;
}
.circle-txt {
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 40px;
    position: absolute;
    text-align: center;
    top: 75px;
    width: 100%;
    opacity: 1;
    text-transform: uppercase;
}
.mob-circle:hover .btn {
    background: transparent;
}
.circle-user {
    border: 3px solid #f27c22;
    border-radius: 50%;
    padding-top: 30px;
    font-size: 25px;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    color: #f27c22;
}
.circle-user i {
    position: relative;
    bottom: -90px;
    border-radius: 30px;
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    padding: 8px 0;
    height: 40px;
    width: 40px;
}
/*Counter CSS Ends*/
/* 10. Why_Us CSS Starts*/

.choose_phone {
    position: relative;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.choose_phone .phone1 {
    z-index: 1;
    position: relative;
}
.choose_phone .phone2 {
    position: absolute;
    top: 2em;
    right: 8.3em;
    height: 90%;
}
.valign-wrapper {
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.amazing-feature-text {
    font-size: 14px;
    line-height: 1.55556em;
    list-style-type: none;
    margin-bottom: 15px;
    min-height: 1.55556em;
    padding-left: 2.11111em;
    position: relative;
}
.amazing-feature-text .fa {
    font-size: 1.33333em;
    left: 0;
    line-height: 1.16667em;
    position: absolute;
    top: 2px;
}
/*Why_Us CSS Ends*/
/* 11. Screen shots CSS Starts*/

.owl-main-section {
    position: relative;
}
.owl-dots .owl-dot{
    display: inline-block;
    width: 13px;
    height: 13px;
    line-height: 13px;
    text-align: center;
    border: 1px solid #10cfbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -moz-transition: .3s all ease;
    -o-transition: .3s all ease;
    -webkit-transition: .3s all ease;
    transition: .3s all ease;
}
.owl-dots .owl-dot+.owl-dot {
    margin-left: 12px;
}
#screenshots h2{
    margin: 0;
}
.screenshot img {
    width: 100%;
}
.ss-phone > img {
    display: block;
    left: 50%;
    position: absolute;
    top: -24px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 26%;
    z-index: 2;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: left;
}
.screenshot .owl-theme .owl-controls{
    margin-top: 100px;
    text-align: center;
}

#tweet .owl-theme .owl-controls,
#client .owl-theme .owl-controls {
    margin-top: 30px;
    position: relative;
    text-align: center;
    z-index: 9;
}
#tweet .owl-carousel .owl-item img{
    display: inline-block;
    width: auto;
    border-radius: 50%;
}
.owl-theme .owl-controls .owl-nav div {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-size: 0;
    height: 50px;
    margin: 5px;
    opacity: 0.5;
    padding: 7px 20px;
    width: 50px;
}
.owl-dots .owl-dot.active,
.owl-dots .owl-dot:hover {
    background: #f44336;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f44336,#f44336);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f44336, #f44336); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color:#fff;
}
.owl-dots .owl-dot+.owl-dot,
.owl-dots .owl-dot {
    border-color: #fff;
}
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 1;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-page {
    display: inline-block;
}
.owl-theme .owl-controls .owl-page span {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #fff;
    border-radius: 20px;
    display: block;
    height: 15px;
    margin: 5px 3px;
    opacity: 0.5;
    width: 15px;
}
.screenshot .owl-theme .owl-controls .owl-page span {
    border: 1px solid #10cfbd;
}
.screenshot .owl-theme .owl-controls .owl-page.active span,
.screenshot .owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #10cfbd none repeat scroll 0 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background: #ffffff none repeat scroll 0 0;
    opacity: 1;
}
.owl-theme .owl-controls .owl-page span.owl-numbers {
    border-radius: 30px;
    color: #fff;
    font-size: 12px;
    height: auto;
    padding: 2px 10px;
    width: auto;
}
.owl-item.loading {
    background: rgba(0, 0, 0, 0) url("AjaxLoader.gif") no-repeat scroll center center;
    min-height: 150px;
}
.owl-theme .owl-controls .owl-nav div.owl-prev::before {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
}
.owl-theme .owl-controls .owl-nav div.owl-next::before {
    content: "\f105";
    font-family: "FontAwesome";
    font-size: 25px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-transform: none;
}
.main-item-list .owl-dots {
    margin-top: 5px;
}
/*Screen-shots CSS Ends*/
/* 12. Testimonials CSS Starts*/
#testimonials{
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #ED213A);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #ED213A); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.testimonial-jarallax h2,
.testimonials cite,
.testimonials p {
    color: #fff;
}
.testimonials blockquote {
    display: block;
    color: #fff;
    font-size: 20px;
    line-height: 1.44118;
    padding-top: 8px;
    position: relative;
    z-index: 1;
    font-weight: 300;
    border-left: 5px solid #f27c22;
}
.testimonials .active {
    border-bottom: none;
}
/*Testimonials CSS Ends*/
/* 13. Team CSS Starts*/

#feature-desc,
#team,
#packages,
.choose_us_txt {
    overflow: hidden;
}
.team-block img {
    bottom: -10px;
    position: relative;
    z-index: 1;
    transition: .3s;
    margin: 0 auto;
}
.team-desc {
    background: #fff;
    padding-bottom: 10px;
    border-radius: 5px;
    position: relative;
    z-index: 2;
}
.team-name {
    padding: 10px 0;
}
.team-position p {
    color: #f27c22;
}
.team-socials {
    display: inline-block;
    padding-top: 15px;
    padding-left: 0px;
}
.team-socials li {
    float: left;
    padding-right: 5px;
    padding-left: 5px;
}
.team-socials li a {
    color: #2d2d2d;
}
.team-socials i {
    transition-duration: 0.4s;
    cursor: pointer;
    font-size: 20px;
}
.team-socials .fb i:hover {
    color: #3A5795;
    transition-duration: 0.4s;
}
.team-socials .twt i:hover {
    color: #1DA1F2;
    transition-duration: 0.4s;
}
.team-socials .skype i:hover {
    color: #00AFF0;
    transition-duration: 0.4s;
}
.team-socials .l_in i:hover {
    color: #0077B5;
    transition-duration: 0.4s;
}
.team-block:hover img {
    bottom: 0px;
    transition: .3s;
}
.team-desc {
    transition-duration: 0.5s;
}
.team-block:hover .team-desc {
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.19);
    transition-duration: 0.5s;
}
/*Team CSS Ends*/
/* 15. Client CSS Starts*/

.client-owl .active,
.tweet_slider .active,
.screenshot .owl-stage .active {
    border-bottom: none;
}
.item .logo {
    text-align: center;
}
/*Client CSS Ends*/
/*  16. Ask Questions CSS Starts*/

.accordion {
    margin: 0px;
}
.accordion .panel {
    margin: 0;
    border-width: 0px;
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
}
.accordion .title {
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
}
.accordion .title a:hover i,
.accordion .title a[aria-expanded="true"] i {
    color: #fff;
}
.accordion .title a:hover,
.accordion .title a[aria-expanded="true"] {
    text-decoration: none;
    border-color: #ddd;
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
}
.accordion .title a {
    display: block;
    position: relative;
    color: #222222;
    padding: 14px 20px;
    border: 1px solid #e8e8e8;
    letter-spacing: 3px;
    margin: 10px 0;
}
.accordion .title a:hover p,
.accordion .title a[aria-expanded="true"] p {
    font-size: 18px;
    color: #222;
}
.accordion .title a p {
    font-size: 10px;
    color: #ddd;
}
.accordion .desc {
    color: #000;
    padding: 10px 20px 20px;
    font-size: 14px;
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
}
.accordion .title a[aria-expanded="true"]:hover:after,
.accordion .title a[aria-expanded="true"]:after {
    content: "\f106";
}
.accordion .title a:after {
    content: "\f107";
    position: absolute;
    top: 30%;
    right: 20px;
    font-family: 'FontAwesome';
    font-size: 15px;
}
.faq-heading {
    padding-left: 30px;
    background: #fff !important;
}
/*Ask Questions CSS Ends*/
/* 17. Subscribe CSS Starts*/

.form-material .form-group {
    position: relative;
    /* margin-top: 35px;
	margin-bottom: 20px; */
}
.form-material .form-control {
    display: inline-block;
    height: 43px;
    width: 100%;
    border: none;
    border-radius: 0 !important;
    font-size: 12px;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #f27c22;
}
.form-material .form-bar {
    position: relative;
    display: block;
    width: 100%;
}
.form-material .form-bar:before {
    left: 50%;
}
.form-material .form-bar:before,
.form-material .form-bar:after {
    content: '';
    height: 1px;
    width: 0;
    bottom: 0;
    position: absolute;
    transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
}
.form-material .form-bar:after {
    right: 50%;
}
.form-material .float-label {
    left: 0;
    top: 12px;
    font-size: 14px;
    pointer-events: none;
}
.form-material label {
    position: absolute;
    top: -18px;
    color: #f27c22;
    font-size: 12px;
    font-weight: 400;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}
.form-material .form-control:focus {
    border-color: transparent;
    outline: none;
    box-shadow: none;
}
.form-material .form-control:focus ~ .form-bar:before,
.form-material .form-control:focus ~ .form-bar:after {
    width: 50%;
}
.form-material .form-control:focus ~ .form-bar:before,
.form-material .form-control:focus ~ .form-bar:after {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.form-material .form-control:focus ~ .float-label,
.form-material .form-control:valid ~ .float-label {
    top: -18px;
    font-size: 11px;
}
.form-material .form-control:focus ~ label {
    color: #f27c22;
}
.set-submit-input {
    width: 100%;
    text-align: center;
}
.set-submit-box {
    display: inline-block;
    width: 50%;
    margin-right: 20px;
}
/*Subscribe CSS Ends*/
/* 18. Contact CSS Starts*/

.contact {
    position: relative;
}
.contact-form {
    height: 100%;
    width: 500px;
    position: absolute;
    top: 0;
    background: #fff;
    padding:70px 30px;
    display: inline-block;
}
.contact-form .set-submit-input {
    text-align: left;
}
.contact-form .mt0 {
    margin-top: 0px !important;
}
.contact-form .form-material .form-group {
    margin-top: 25px;
    width: 100%;
    margin-bottom: 0;
}
textarea.form-control {
    max-width: 100%;
}
#map {
    height: 565px !important;
}
/*Contact CSS Ends*/
/* 19. Footer CSS Starts*/

#footer p {    
    line-height: 24px;
    font-weight: 300;
}
.footer-copyright {
    font-size: 18px;
}
/*Footer CSS Ends*/
/* 20. Scroll-to-Top CSS Starts*/

.scrollup {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none;
    z-index: 998;
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    border-radius: 100px;
    height: 50px;
    width: 50px;
    line-height: 1.5;
}
.scrollup:hover {
    border: 1px solid #f27c22;
}
/*Scroll-to-Top CSS Ends*/
/* 21. Preloader CSS Starts*/
.loader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #f1f2f3;
    width: 100%;
    height: 100%;
    display: grid;
    place-items: center;
  }
  
  .loader img {
    width: 50px;
    height: 50px;
  }
  
  .loader.loader-active {
    display: none;
  }
/*Preloader CSS Ends*/
/* 22. Color Picker-Switch CSS Starts*/

.color-1 {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.color-2 {
    background: #A0CE4E;
}
.color-3 {
    background: #f27c22;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f27c22, #f27c22);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f27c22, #f27c22); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.color-4 {
    background: #F9B83E;
}
.color-5 {
    background: #BAAD7C;
}
.color-6 {
    background: #8B4DA5;
}
.color-7 {
    background: #818EDB;
}
.color-8 {
    background: #23d1b7;
}
.color-picker {
    position: fixed;
    left: -239px;
    top: 150px;
    width: 239px;
    background: #e6e6e6;
    z-index: 999999;
}
.color-picker a.handle {
    position: absolute;
    top: 0;
    left: 239px;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #262626;
    z-index: 9999;
}
.color-picker a.handle i {
    color: white;
    font-size: 25px;
    line-height: 50px;
}
.color-picker .settings-header {
    background: #3c3c3c;
    height: 50px;
    padding: 21px 34px 0 34px;
}
.color-picker .settings-header h3 {
    color: #fff;
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    padding-bottom: 5px;
}
.color-picker .section {
    padding: 20px 20px;
    border-bottom: 1px solid #cccccc;
    overflow: hidden;
}
.color-picker .section h4 {
    font-size: 16px;
    text-transform: none;
    color: #3c3c3c;
    line-height: 16px;
    padding: 0 0 0 0px;
    margin-bottom: 20px;
    text-align: left;
}
.color-picker .section i {
    font-size: 16px;
    margin-right: 10px;
}
.color-picker span {
    font-size: 13px;
    color: #9a9a9a;
}
.color-picker .colors a {
    display: block;
    width: 30px;
    height: 30px;
    margin-left: 0px;
    margin-bottom: 10px;
    margin-right: 5px;
    float: left;
    border: 2px #BEBEBE solid;
}
.color-picker .skin a {
    display: block;
    width: 70px;
    height: 30px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 5px;
    float: left;
    text-align: center;
    line-height: 30px;
    border: 2px transparent solid;
}
.color-picker .skin a.actt {
    border: 2px #FFF solid;
}
/*Color Picker-Switch CSS Ends*/
/* 23. Modal CSS Starts*/

.modal-center {
    left: 50%;
    margin-left: -17em;
    margin-top: -14em;
    padding: 20px;
    position: absolute;
    top: 50%;
    width: 450px;
}
.modal-center h2 {
    color: #f27c22;
    text-transform: uppercase;
}
.login-modal-btn {
    margin-top: 10px;
    background: #f27c22;
    cursor: pointer;
    padding: 0px;
    box-shadow: none;
}
.login-modal-btn h3 {
    margin-top: 20px;
    color: #fff;
}
.sign-pw {
    margin-top: 5px !important;
}
.modal-background {
    border-radius: 4px;
    background: #fff;
    padding: 25px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.modal-heading {
    position: relative;
    width: 100%;
    text-align: left;
    left: -2em;
    padding: 0px 25px;
    border-left: 5px solid #f27c22;
}
.modal-title {
    font-size: 32px;
    text-transform: uppercase;
    color: #f27c22;
    font-weight: 600;
}
.modal {
    background-color: #fff;
}
.modal-dialog {
    height: 100%;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: 100%;
}
.modal-content {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
}
.modal-dialog .container {
    padding: 90px 15px 50px 15px;
}
.modal.fade {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    opacity: 0;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
.modal.fade .modal-dialog {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.modal.fade.in {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.modal-form {
    width: 100%;
    max-width: 450px;
    margin: auto;
}
.modal-open .modal {
    background: #EDF1F2;
}
#btn-close-modal {
    background: #fff;
    height: 40px;
    width: 40px;
    border: 1px solid #f27c22;
    border-radius: 50px;
    color: #f27c22;
    cursor: pointer;
    padding: 8px;
    position: absolute;
    text-align: center;
    top: 3em;
    right: 3em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
#btn-close-modal i {
    font-size: 22px;
}
#btn-close-modal:hover {
    opacity: 0.8;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
/*Modal CSS Ends*/

/*Warning CSS Starts*/
.ie-warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background: #000000;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
  font-family: "Courier New", Courier, monospace;
  padding: 50px 0;
}
.ie-warning p {
  font-size: 17px;
}
.ie-warning .iew-container {
  min-width: 1024px;
  width: 100%;
  height: 200px;
  background: #fff;
  margin: 50px 0;
}
.ie-warning .iew-download {
  list-style: none;
  padding: 30px 0;
  margin: 0 auto;
  width: 720px;
}
.ie-warning .iew-download > li {
  float: left;
  vertical-align: top;
}
.ie-warning .iew-download > li > a {
  display: block;
  color: #000;
  width: 140px;
  font-size: 15px;
  padding: 15px 0;
}
.ie-warning .iew-download > li > a > div {
  margin-top: 10px;
}
.ie-warning .iew-download > li > a:hover {
  background-color: #eee;
}
/*Warning CSS Ends*/
@media (min-width: 1000px) and (max-width: 1100px) {
.owl-carousel .owl-stage-outer{max-height:343px; float: left; }
}