@import url('https://fonts.googleapis.com/css?family=Allura&display=swap');
/*@import url("https://fonts.googleapis.com/css?family=Raleway:400,400i,500,500i,600,600i,700,700i|Rubik:400,400i,500,500i,700,700i&display=swap");*/
@import url('https://fonts.googleapis.com/css?family=Rubik:300,400,400i,500,500i,700,900&display=swap');
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    overflow-x: hidden;
    font-family: var(--body-font);
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
    -moz-osx-font-smoothing: grayscale;
    /* Firefox */
    -webkit-font-smoothing: antialiased;
    /* WebKit  */
}
body {
    font-family: 'Rubik', sans-serif;
}

.clearfix {
    clear: both;
}
/* HEADER-SECTION */

.header-sec {
    background-color: #000;
}
.header-inner.darkHeader .navbar {
    box-shadow: 0px 0px 6px 0px #ccc;
}
.fixed-top {
    background-color: #fff;
}
.header-end {
    margin: 0 86px;
}
.nav-item.bite-me-link a {
    color: #828282;
    font-weight: 400;
    font-size: 15px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.snip1226 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}
.snip1226 * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 li {
    display: inline-block;
    list-style: outside none none;
    margin-left: 30px;
    overflow: hidden;
}
.snip1226 a {
  padding: 0.3em 0;
  color: rgba(255, 255, 255, 0.5);
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
}
.snip1226 a:before,
.snip1226 a:after {
  position: absolute;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.snip1226 a::before {
    bottom: 100%;
    display: block;
    height: 3px;
    width: 100%;
    content: "";
    background-color: #ffd52b;
}
.snip1226 a::after {
    padding: 0.3em 0;
    position: absolute;
    bottom: 100%;
    left: 0;
    content: attr(data-hover);
    color: #000;
    white-space: nowrap;
}
.snip1226 li:hover a,
.snip1226 .current a {
  transform: translateY(100%);
}
/*.toggle {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
     background-color:#fff !important; 
    border: 1px solid transparent;
    border-radius: .25rem;
}*/
.navbar-toggler.toggle.nav-toggle {
    /* color: #000 !important; */
    background-color: #000 !important;
}
.navbar-toggler.toggle.nav-toggle:focus  {
    /* color: #000 !important; */
    outline: none;
}
.navbar-toggler.toggle.nav-toggle span {
    color: #fff !important;
}
.navbar-toggler-icon.toggle-icon i {
    padding-top: 3px;
    font-size: 24px;
}
/*.toggle-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%;
    color: #ccc !important;
}*/

.banner-slider .container-fluid {
    max-width: 1200px;
    padding:110px 0 40px;
}
.slider-item {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding:110px 0 40px; 
}
.banner-slider-item-1 {
    background-image: url("../img/parking_img_4.png");
}
.banner-slider-item-1::before {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding:110px 0 40px;
}
.screen-text {
    /* position: absolute; */
    left: 0;
    top: 25%;
    right: 0;
}
.title {
    color: #fff;
    font-weight: 500;
}
.subtitle {
    color: #fff;
    font-size: 25px;
}
.links {
    margin-top: 40px;
}
.banner-slider-item-2 {
    background-image: url("../img/parking_img_6.png");
}
.banner-slider-item-2::before {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding:110px 0 40px;
}
.banner-slider-item-3 {
    background-image: url("../img/parking_img_3.png");
}
.banner-slider-item-3::before {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding:110px 0 40px;
}
.banner-slider-item-3 .sequence-caption .theme-btn {
    border-color: #deb150;
    margin-right: 12px;
    margin-left: 12px;
}
.banner-slider-item-3 a.theme-btn {
    border: 2px solid #FFFFFF;
    color: #deb150;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    transition: 400ms ease;
    transition-property: background, border-color, color;
    margin-right: 24px;
    white-space: nowrap;
}
a.theme-btn {
    border: 1px solid #deb150;
    color: #deb150;
    font-size: 13px;
    font-weight: 700;
    line-height: 22px;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 40px 12px 40px;
    position: relative;
    overflow: hidden;
    transition: 400ms ease;
    transition-property: color, background;
    cursor: pointer;
    z-index: 10;
    display: inline-block;
    text-decoration: none;
}
.banner-slider-item-4 {
    background-image: url("../img/parking_img_7.png");
}
.banner-slider-item-4::before {
    content: "";
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    padding:110px 0 40px;
}
/*.left-content {
    margin-left: 15px;
}*/
.banner-slider-item-3 .sequence-caption .theme-btn {
    border-color: #deb150;
    margin-right: 12px;
    margin-left: 12px;
}
.banner-slider-item-3 .sequence-caption .theme-btn:hover {
    border-color: #deb150;
}
.banner-slider-item-3 a.theme-btn:hover {
    background: #deb150;
    border-color: #deb150;
    color: white;
}
.banner-slider {
    position: relative;
}
.banner-slider .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50px);
    /* left: 0; */
    width: 100%;
}
.banner-slider .owl-nav .owl-prev span {
    position: absolute;
    top: 50%;
    color: #fff;
    left: 0;
    background-color: #ffd52c;
    padding: 17px 4px 20px 0px;
    font-size: 40px;
    line-height: 0px;
    border-radius: 50px;
    width: 60px;
    height: 0;
}
.banner-sec-slider .owl-nav .owl-next span {
    position: absolute;
    top: 50%;
    color: #fff;
    right: 0;
    background-color: #ffd52c;
    padding: 17px 0px 20px 0px;
    font-size: 40px;
    line-height: 0px;
    border-radius: 50px;
    width: 60px;
    height: 0;
}
/*.banner-sec-slider .owl-theme .owl-dots, .owl-theme {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
     margin-top: 16px; 
     position: absolute; 
    left: 0;
    right: 0;
    top: 85%;
}
.banner-sec-slider .owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.banner-sec-slider .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ddb150;
}*/
.main-container {
    position: relative;
    padding: 100px 0;
}
.block-figure__item {
    position: relative;
    z-index: 2;
}
/*.navbar-brand.navbar-logo img {
    width: 100%;
    max-width: 45px;
}*/

.hero-area .left-content .content .title {
    font-size: 46px;
    line-height: 58px;
    color: #242424;
    font-weight: 600;
}
.hero-area .left-content .content .subtitle {
    font-size: 18px;
    line-height: 28px;
    color: #242424;
    margin-top: 24px;
}
.dwnld-btn {
    background-image:  url("../img/btn-bg.png");
    width: 100%;
    height: 50px;
    max-width: 150px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 17px;
    margin: 7px 15px 0 0;
}
.btn.btn-warning.dwnld-btn:hover {
    background-color: #fff;
    background-image: none;
    border: none;
    transition: 2s;
}
.btn.btn-warning.dwnld-btn:focus {
    box-shadow: none !important;
}
.learn-more-btn {
    border-color: #ffd52c;
    width: 100%;
    height: 50px;
    max-width: 150px;
    color: #feffff;
    font-weight: bold;
    font-size: 17px;
    margin: 7px 0 0 15px;
}
.btn.btn-outline-warning.learn-more-btn:hover {
    background-color: #fff;
    border: none;
    transition: 2s;
}
.btn.btn-outline-warning.learn-more-btn:focus {
    box-shadow: none !important;
}
.links button i {
    padding-left: 15px;
}
/*.hero-area .left-content .content .links {
    margin-top: 46px;
    padding-right: 15px;
}
.hero-area .left-content .content .links a.left-link {
    margin-right: 14px;
}
.hero-area .left-content .content .links a {
    margin-left: 0px;
}
.mybtn2 {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 17px 35px;
    border-radius: 8px;
    display: inline-block;
    color: #fff;
    -webkit-background: -webkit-linear-gradient(35deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
    -moz-background: linear-gradient(55deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
    background: -o-linear-gradient(35deg, #ec77ab, #7873f5, #7873f5, #ec77ab);
    background: linear-gradient(55deg, #f0d560, #f0d560, #000, #f0d560);
    background-size: 400% 100%;
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.14);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0 10px;
}
.mybtn2 i {
    opacity: 1;
    margin-left: 7px;
    font-size: 12px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.links:hover a {
    color: #000 !important;
    text-decoration: none;
}*/
/*.links:hover a {
    color: #000 !important;
    text-decoration: none;
}*/
.hero-area .right-area {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 20px;
}
.hero-area .right-area .img {
    display: inline-block;
    position: relative;
}
.hero-area .right-area .img::after {
    position: absolute;
    content: " ";
    width: 300px;
    height: 300px;
    background: #ec77ab;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    -webkit-animation: b-shadow 2s linear infinite;
    animation: b-shadow 2s linear infinite;
}

section {
    padding: 150px 0;
    overflow-x: hidden;
}
.how-it-works {
    padding: 50px 0;
}
h2.has-line-center .heading-bg-text {
    left: 50%;
    transform: translateX(-50%);
}
.text-center.mb-50.heading-text h2 {
    font-size: 40px;
    font-weight: 500;
}
.how-one-container {
    margin-top: 40px;
}
.heading-bg-text {
    font-size: 2.5em;
    color: #333;
    opacity: .03;
    position: absolute;
    top: -20px;
    left: 0;
    text-align: inherit;
    user-select: none;
    z-index: -1;
}
.heading-bg-text, .text-bg, .text-bg-gray {
    font-weight: 800;
    -webkit-user-select: none;
    cursor: default;
    font-family: Montserrat, sans-serf;
    text-transform: uppercase;
}
nav.main-navigation .navbar-toggle, nav.main-navigation .navbar-nav .btn, .has-line-center::after, .has-line::after, .about .download-btn, .accordion-box .block .acc-btn.active .icon-outer, .screenshots .owl-prev, .screenshots .owl-next, .video .more-btn, .video .partial-bg .bg-wrapper .btn-round-video, .service-box-three .icon-box, .service-box-four .icon-box, .screenshots .owl-carousel .owl-dots .active, .screenshots .owl-carousel .owl-dots .owl-dot span, .pricing-table:hover .pricing-table-header, .pricing-table .pricing-table-signup a, .subscribe-newsletter form .more-btn, .main-footer .about-widget .social-links li a:hover {
    background: #ffd52c !important;
}
.has-line-center::after {
    margin: 15px auto;
}
.has-line-center::after, .has-line::after {
    content: '';
    display: block;
    width: 100px;
    height: 2px;
    /* margin: 15px 0; */
}
.how-box-one {
    position: relative;
    padding: 40px 20px;
    transition: all .3s;
}
.how-box-one:hover {
    box-shadow: 0 0 35px rgba(0,0,0,.1);
}
nav.main-navigation .navbar-nav a:hover, nav.main-navigation .navbar-nav .btn, .video-2 .video-2-icon:hover, .how-box-one .icon-box, .about .download-btn:hover, .blog-style-two .inner-box:hover .content-box .date, .testimonials-style-two .testimonial-item .author-thumb img, .pricing-table .pricing-table-header, .subscribe-newsletter form input[type="text"], .main-footer .newsletter-widget input:focus, .main-footer .newsletter-widget select:focus {
    border-color: #000 !important;
}
nav.main-navigation .navbar-nav a:hover, .service-box-one .icon-box, .download .download-btn:hover, .video-2 .video-2-icon:hover, .how-box-one .icon-box, .how-box-one:hover h3 a, .s-list span.fa, .blog-style-two .inner-box:hover .content-box .date, .how-box-one .icon-box, .blog-style-two .inner-box:hover .post-meta li a, .service-box-three:hover h3 a, .service-box-three:hover .icon-box, .service-box-four:hover h3 a, .service-box-four:hover .icon-box, .pricing-table .price-value, .pricing-table .heading, .main-footer .contact-info li .icon {
    color: #ffd52c;
    text-decoration: none;
}
.how-box-one .icon-box {
    position: relative;
    font-size: 32px;
    width: 80px;
    height: 80px;
    border: 2px solid;
    line-height: 80px;
    border-radius: 50%;
    margin: 0 auto 20px;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}
.how-box-one .icon-box span {
    display: block;
    width: 25px;
    height: 25px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #000;
    color: #fff;
    line-height: 25px;
    padding: 0 10px;
    position: absolute;
    right: 0;
    top: 0;
}
.how-box-one h3 {
    line-height: 1.6em;
    font-size: 16px;
    text-transform: uppercase;
    color: #2a2a2a;
    font-weight: 500;
}
.how-box-one h3 a {
    position: relative;
    color: #2a2a2a;
}
.how-box-one .text {
    position: relative;
    line-height: 1.8em;
    padding: 0px;
    color: #777;
}
.how-box-one::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../img/arrow-big.png) center center no-repeat;
}
.arrow-none::after {
    content: '';
    position: absolute;
    top: 0;
    right: -100px;
    width: 200px;
    height: 120px;
    background: url(../img/arrow-big.png) center center no-repeat;
    display: none;
}


.howitwork {
    padding: 110px 0px 120px;
    position: relative;
    background-color: #f8f8f8;
}
.howitwork .section-title {
    margin-bottom: 52px;
}
.section-title.extra-padding .title {
    margin-bottom: 24px;
}
.section-title .title {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 13px;
    color: #242424;
    font-weight: 500;
    text-transform: capitalize;
}
.section-title p {
    max-width: 650px;
    font-size: 16px;
    line-height: 26px;
    color: #555;
    margin: 0 auto;
}
.howitwork .left-area {
    display: block;
    width: 100%;
    text-align: center;
    padding: 0px 120px;
}
.howitwork .left-area .img {
    display: inline-block;
    position: relative;
    width: 300px;
    padding: 18px;
}
.howitwork .left-area .img::before {
    position: absolute;
    content: " ";
    width: 100%;
    height: 100%;
    background: url(../img/frem.png);
    background-size: contain;
    background-repeat: no-repeat;
    top: 2px;
    left: 0;
    z-index: 1;
}
.howitwork .left-area {
    text-align: center;
}
.apps-craft-feature-section {
    background-color: #f9f9f9;
    text-align: center;
}
.section-padding {
    padding: 50px 0;
}
.apps-craft-section-heading h2 {
    font-size: 40px;
    font-weight: 500;
}
.apps-craft-feature-section .content-margin-top {
    margin-top: 200px;
}
.apps-craft-feature-img figure {
    position: relative;
    text-align: center;
    display: inline-block;
}
.apps-craft-feature-img .icon-1x {
    left: 26px;
    top: 195px;
    width: 93px;
}
.apps-craft-feature-img .apps-craft-feature-ico {
    position: absolute;
}
img:not([draggable]), embed, object, video {
    max-width: 86%;
    height: auto;
    border-radius: 10px;
}
.apps-craft-feature-img .icon-2x {
    left: 57px;
    top: 114px;
    width: 64px;
}
.apps-craft-feature-img .icon-3x {
    left: 58px;
    top: 50px;
    width: 24px;
}
.apps-craft-feature-img .icon-4x {
    left: 68px;
    top: -45px;
    width: 73px;
}
.apps-craft-feature-img .icon-5x {
    left: 90px;
    top: -80px;
    width: 84px;
}
.apps-craft-feature-img .icon-6x {
    top: 0;
    left: 84px;
    width: 19px;
}
.apps-craft-feature-img .icon-7x {
    top: 0;
    left: 112px;
    width: 119px;
}
.apps-craft-feature-img .icon-8x {
    top: 47px;
    left: inherit;
    right: 30px;
    width: 70px;
}
.apps-craft-feature-img .icon-9x {
    top: 18px;
    left: 55px;
    width: 149px;
}
.apps-craft-feature-img .icon-10x {
    top: -18px;
    left: inherit;
    right: 140px;
    width: 33px;
}
.apps-craft-feature-img .icon-11x {
    top: -18px;
    left: inherit;
    right: 53px;
    width: 129px;
}
.apps-craft-feature-img .icon-12x {
    top: 126px;
    left: inherit;
    right: 60px;
    width: 112px;
}
.apps-craft-feature-img .icon-13x {
    top: 6px;
    left: inherit;
    right: 40px;
    width: 67px;
}
.apps-craft-feature-img .icon-14x {
    top: -40px;
    left: inherit;
    right: 30px;
    width: 25px;
}
.apps-craft-feature-img .icon-15x {
    top: 82px;
    left: inherit;
    right: 56px;
    width: 21px;
}
.apps-craft-feature-img .icon-16x {
    top: -62px;
    left: 0;
    right: inherit;
    width: 30px;
}
.apps-craft-feature-img.text-center {
    padding: 25px;
}
.apps-craft-single-feature {
    width: 50%;
    float: left;
    padding: 15px;
    text-align: center;
}
.apps-craft-feature-content.wow.fadeIn.text-color.subscrptn-sec {
    padding-bottom: 44px;
}
.apps-craft-feature-content.wow.fadeIn.text-color.leavespot {
    padding-bottom: 68px;
}
.apps-craft-feature-content.wow.fadeIn.text-color p {
    color: #333;
}
.apps-craft-feature-content.wow.fadeIn.text-color:hover p {
    color: #fff;
}
.apps-craft-feature-content {
    background-color: #FFFFFF;
    box-shadow: 0 0 35px rgba(0,0,0,.08);
    padding: 20px 10px;
    position: relative;
    z-index: 2;
}
.apps-craft-feature-content::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    -webkit-transition: opacity .4s linear;
    transition: opacity .4s linear;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.apps-craft-feature-img img {
    width: 100%;
    max-width: 360px;
}
.apps-craft-feature-content::before {
    background-color:#292626;
    /*background-image: -ms-linear-gradient( 63deg, rgb(250,50,111) 0%, rgb(246,66,94) 53%, rgb(242,81,76) 100%);*/
}
.apps-craft-feature-content i {
    color: #FFFFFF;
    font-size: 3.000em;
    width: 76px;
    height: 76px;
    border-radius: 100%;
    background-color: #f5d463;
    box-shadow: 0 18px 32px rgba(0,0,0,.28);
    line-height: 76px;
    display: inline-block;
    margin-bottom: 20px;
    -webkit-transition: background .4s linear;
    transition: background .4s linear;
}
.apps-craft-feature-content:hover i {
    color: #333333;
}
.apps-craft-feature-content i {
    background-color: #ffd52b;
}
.apps-craft-feature-content i {
    color: #FFFFFF;
    font-size: 40px;
    line-height: 76px;
}
.apps-craft-feature-content h3 {
    margin: 0;
    color: #666666;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
}
.apps-craft-feature-content:hover h3 {
    color: #FFFFFF;
}
.apps-craft-feature-content p {
    margin: 0;
    margin-top: -10px;
}
.apps-craft-feature-content:hover p {
    color: #DDDDDD;
}
.apps-craft-feature-content:hover::before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.apps-craft-feature-content:hover i {
    color: #333333;
    background: none;
    background-color: #FFF8F8;
}

/*Screenshote-section-*/
.screenshot-section {
    padding: 50px 0;
}
.background-screen {
    background-image: url(../img/frem.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 223px;
    height: 578px;
    position: absolute;
    left: 554px;
    transform: translateX(-50%);
    top: -78px;
    right: 0;
    z-index: 2;
}
.text-center.mb-50.heading-text.header-para p {
    color: #000;
}
.item.screen img {
    width: 100%;
    max-width: 196px;
    border: 1px solid #ececec;
}
.slider-inner {
    margin-top: 50px;
}
.slider-inner{
    position: relative;
}
.slider-inner .owl-nav {
    position: absolute;
    top: 55%;
    transform: translateY(-50px);
    width: 100%;
}
.slider-inner .owl-nav .owl-prev span {
    position: absolute;
    top: 46%;
    color: #fff;
    left: -38px;
    background-color: #ffd52b;
    padding: 18px 10px 18px 10px;
    font-size: 32px;
    line-height: 7px;
    border-radius: 7px;
    transform: translateY(-50%);
}
.slider-inner .owl-nav .owl-next span {
    position: absolute;
    top: 46%;
    color: #fff;
    right: -38px;
    background-color: #ffd52b;
    padding: 18px 10px 18px 10px;
    font-size: 32px;
    line-height: 7px;
    border-radius: 7px;
    transform: translateY(-50%);
}
.screen img {
    border-radius: 10px;
}

.shown {
    background-color: #212121;
    padding: 50px 0;
}
.text-center.mb-50.heading-text.shown-heading h2,p {
    color: #fff;
}
#content.page-template.a article {
    overflow: hidden;
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 73px 0 40px;
}
#content.a .vb {
    background: #000;
    color: #fff;
}
#content.a .va > *, #content.a .vb > * {
    position: relative;
    z-index: 3;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}
#content.a #numbers.vb::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url(http://demo.darwinthemes.com/retouch/version2/wp-content/themes/retouch-parent/images/pattern.png);
}
.download-a.a {
    background-image: url(../img/download-as-d.png);
    padding-top: 30px;
}
.download-a {
    list-style: none;
    margin: 0;
    padding: 0;
    background-image: url(../img/download-as-b.png);
    text-align: center;
}
/*.download-a.a li {
    background-image: url(../img/download-gp-d.png);
}*/
.download-a.a li.as a {
    background: url(../img/download-as-b.png) -5px -5px no-repeat;
}
.download-a.a li.gp a {
    background: url(../img/download-gp-d.png) -3000em -3000em no-repeat;
}
.download-a.a li.gp a {
     background: url(../img/download-gp-b.png) -5px -5px no-repeat; 
}
.download-a li {
    display: inline-block;
    margin: 0 14px 10px;
    background-image: url(../img/download-as-b.png);
}
.download-a li {
    display: inline-block;
    margin: 0 14px 10px;
    background-image: url(../img/download-gp-d.png);
}
#content.a .vb h1, #content.a .vb h2, #content.a .vb h3, #content.a .vb h4, #content.a .vb h5, #content.a .vb h6, #content.a .vb h1 .small, #content.a .vb h2 .small, #content.a .vb h3 .small, #content.a .vb h4 .small, #content.a .vb h5 .small, #content.a .vb h6 .small, #content.a .vb a, #content.a .vb .heading-a *, #content.a .vid .heading-a * {
    color: #fff;
}
.download-a.a li a {
    width: 205px;
    /* height: 63px; */
    border: 1px solid #fff;
}
.download-a li a {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 200px;
    height: 65px;
    border-radius: 6px;
    text-indent: -3000em;
    text-align: left;
}

.newsletter-section {
    background-color: #f2f2f2;
    padding: 50px 0;
}
.newsletter-content {
    padding: 40px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.1);
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}
.newsletter-content img {
    width: 100%;
    max-width: 125px;
}
.form-control.newsletter-form {
    display: block;
    width: 100%;
    /* padding: 11px 230px 11px 11px !important; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    max-width: ;
    height: 48px;
}
.form-control.newsletter-form:focus {
    border-color: #f5d463;
    box-shadow: none;
}
.form-inline.form-1 {
    width: 85%;
    margin: 0 auto;
    padding-top: 10px;
    margin-left: 44px;
}
.form-group.mx-sm-3.mb-2.form-2 {
    flex: 1;
}
.btn.btn-primary.mb-2.newsletter-btn {
    padding: 10px 28px !important;
    font-size: 18px;
    background-color: #000;
    border: none;
    font-weight: 500;
    width: 100%;
    max-width: 150px;
}
.btn.btn-primary.mb-2.newsletter-btn:hover {
    padding: 10px 28px !important;
    font-size: 18px;
    background-image:  url("../img/btn-bg.png");
    border: none;
    color: #fff;
    transition: 1s;
    width: 100%;
    max-width: 150px;
}
.btn.btn-primary.mb-2.newsletter-btn:focus {
    border: none;
    box-shadow: none;
}
#u36674 {
    /* z-index: 2; */
    background-color: #fff;
    padding: 18px 0 0px 0;
}
.social-links li {
    list-style-type: none;
    display: inline-block;
    text-align: center;
}
.fti-icons a i {
    color: #000;
    /* padding: 2px; */
    font-size: 25px;
    margin-right: 27px;
    margin-left: -11px;
}
.fti-icons-fb a i:hover {
    color: #3b5998;
}
.fti-icons-tw a i:hover {
    color: #55acee;
}
.fti-icons-in a i:hover {
    color: #0077b5;
}
.copyright p {
    color: #000;
}

/*--ABOUT-US-PAGE--*/
.fixed-top.header-content {
    background-color: #fff;
    /*box-shadow: 0px 0px 3px 0px #ddd;*/
}
#box_wrapper > section.page_topline, #box_wrapper > section.page_toplogo, #box_wrapper > section.overflow-visible, #box_wrapper > div > section.overflow-visible {
    overflow: visible;
}
#box_wrapper > section, #box_wrapper > div > section {
    clear: both;
    position: relative;
}
.ls.invise {
    background-color: transparent;
}
.overflow-visible {
    overflow: visible;
    position: relative;
    z-index: 2;
}
.ls {
    background-color: #f9f9f9;
    color: #7f7f7f;
    margin-top: 0px;
}
.page_title.corner-title::before {
    background-image: url("../img/breadcrumbs.jpg");
    bottom: 30px;
    content: "";
    height: 180px;
    left: 0;
    position: absolute;
    -webkit-transform: skewY(3deg);
    -ms-transform: skewY(3deg);
    transform: skewY(3deg);
    width: 50%;
    z-index: 0;
    top: 12%;
}
.about-heading {
    margin-top: -20px;
}
.about-heading h1 {
    color: #333;
    /*margin-bottom: 17px;*/
}
/*.s-py-50 > [class*="container"] {
    padding-bottom: 50px;
    padding-top: 50px;
}*/
.page_title h1, .page_title h2 {
    line-height: 1;
}
.page_title .breadcrumb {
    line-height: 1.6;
}
.text-center .breadcrumb {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    color: inherit;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}
.breadcrumb > li {
    display: inline-block;
    float: none;
    padding: 0;
}
.breadcrumb-item a {
    color: #ffd52b;
    letter-spacing: 2px;
}
.breadcrumb-item a:hover {
    color: #ffd52b;
    text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
    color: #1f2732;
    content: "\f111";
    font-family: FontAwesome;
    font-size: 5px;
    padding: 0 30px;
    position: relative;
    top: -2px;
    left: 9px;
}
.breadcrumb-item.active {
    color: #1f2732;
}
.breadcrumb > .active {
    color: inherit;
    opacity: 0.9;
}
.divider-15 {
    margin-top: 15px;
}
.page_title.corner-title::after {
    background-image: url("../img/breadcrumbs.jpg");
    bottom: 30px;
    content: "";
    height: 180px;
    position: absolute;
    right: 0;
    -webkit-transform: skewY(-3deg);
    -ms-transform: skewY(-3deg);
    transform: skewY(-3deg);
    width: 50%;
    z-index: -1;
    top: 12%;
}
[class*="divider-"] {
    clear: both;
    width: 100%;
}
.about h5 {
    font-weight: 400;
    line-height: 36px;
    color: #333;
    font-size: 26px;
    padding: 70px 0 30px;
}
.call-icon .border-icon {
    border: 4px solid #a0ce4e;
}
.teaser-contact-icon .border-icon {
    /* border: 4px solid #fff; */
    border-radius: 50%;
    display: inline-block;
    font-size: 65px;
    height: 2.2em;
    padding: 4px;
    width: 2.2em;
}
.call-icon .teaser-icon {
    background-color: #a0ce4e;
}
.teaser-contact-icon .border-icon {
    font-size: 65px;
}
.teaser-contact-icon .teaser-icon {
    /*background-color: #fff;*/
    border-radius: 50%;
    color: #1f2732;
    font-weight: 500;
    height: 100%;
    width: 100%;
}
.teaser-icon img {
    margin-top: 30px;
}
.about-icon.teaser-contact-icon h6 {
    margin: 20px 0 16px;
}
.divider-30 {
    margin-top: 30px;
}
.write-icon .border-icon {
    border: 4px solid #00bea3;
}
/*.teaser-contact-icon .border-icon {
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 65px;
    height: 2.5em;
    padding: 4px;
    width: 2.5em;
}*/
.write-icon .teaser-icon {
    background-color: #00bea3;
}
/*.teaser-contact-icon .teaser-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #1f2732;
    font-weight: 500;
    height: 100%;
    width: 100%;
}*/
.about-icon .icon-content {
    padding: 0 15px 0;
}
.visit-icon .border-icon {
    border: 4px solid #f1894c;
}
/*.teaser-contact-icon .border-icon {
    border: 4px solid #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 65px;
    height: 2.5em;
    padding: 4px;
    width: 2.5em;
}*/
.visit-icon .teaser-icon {
    background-color: #f1894c;
}
/*.teaser-contact-icon .teaser-icon {
    background-color: #fff;
    border-radius: 50%;
    color: #1f2732;
    font-weight: 500;
    height: 100%;
    width: 100%;
}*/
.about-icon .icon-content {
    padding: 0 15px 0;
}
.icon-content p {
    color: #7f7f7f;
    font-weight: lighter;
}
.icon-content h6 {
    color: #1f2732;
    font-size: 22px;
}
.call-icon h6 {
    color: #1f2732;
    font-size: 22px;
}
.teaser-contact-icon .border-icon:hover {
    -webkit-animation: scaleDisappear 0.5s;
    animation: scaleDisappear 0.5s;
}
.section-padding {
    padding: 100px 0;
    background: #fbfbfb;
}
.section-title {
    position: relative;
}
.section-title h6 {
    color: #9A9A9A;
}
.section-title h2 {
    color: #191919;
    font-size: 35px;
    font-weight: 500;
    line-height: 55px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 20px 0;
}
.single-process-item {
    text-align: center;
    border: 1px solid #eee;
    padding: 30px 0 0;
    min-height: 300px;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    background: #fffefe;
}
.single-process-item:hover {
    border: 1px solid #ffd52b;
    background-image: url("../img/Vertical-PNG.png");
    transition: 2s;
}
.single-process-item .left-layer {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: -1;
}
.single-process-item {
    text-align: center;
}
/*.single-process-item .left-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/Vertical-PNG.png");
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    max-width: 300px;
}
.single-process-item .left-layer::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/Vertical-PNG.png");
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    max-width: 300px;
}*/
.single-process-item .right-layer {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    height: 100%;
    display: block;
    z-index: -1;
}
/*.single-process-item .right-layer::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/Vertical-PNG.png");
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    max-width: 300px;
}
.single-process-item .right-layer::after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/Vertical-PNG.png");
    display: block;
    -webkit-transition: all 600ms ease;
    transition: all 600ms ease;
    max-width: 300px;
}*/
.single-process-item i::before {
    font-size: 60px;
}
.single-process-item h5 {
    position: relative;
    margin: 20px 0;
}
.single-process-item p {
    color: #9A9A9A;
}
.single-process-item h5::before {
    position: absolute;
    content: "";
    width: 60px;
    height: 2px;
    top: -21px;
    left: 50%;
    background: #ffd52b;
    margin-left: -30px;
}
.single-process-item:hover h5, .single-process-item:hover p, .single-process-item:hover i::before, .single-process-item:hover {
    color: #fff;
    border-color: #ffd52b;
}
.single-process-item:hover h5, .single-process-item:hover p, .single-process-item:hover i::before, .single-process-item:hover {
    color: #fff;
}
.single-process-item:hover .right-layer::after, .single-process-item:hover .right-layer::before, .single-process-item:hover .left-layer::after, .single-process-item:hover .left-layer::before {
    height: 100%;
}
.single-process-item:hover .right-layer::after, .single-process-item:hover .right-layer::before, .single-process-item:hover .left-layer::after, .single-process-item:hover .left-layer::before {
    height: 100%;
}
.single-process-item:hover h5::before {
    background-color: #fff;
}
.process-icon img {
    width: 100%;
    max-width: 70px;
    padding: 12px 0;
}
.process-icon-1 img {
    width: 100%;
    max-width: 70px;
    padding: 12px 0;
    margin-top: -120px;
    display: none;
}
.single-process-item:hover .process-icon img {
    display: none;
}
.single-process-item:hover .process-icon-1 img {
    display: block;
    margin: 0px auto;
}



/*--RESPONSIVE--*/
@media only screen and (max-width: 1200px) {
.title {
    font-size: 33px;
}
.subtitle {
    font-size: 15px;
    margin-left: 20px;
}
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
.apps-craft-feature-section .content-margin-top {
    margin-top: 100px;
}
.apps-craft-feature-img {
    margin-bottom: 25px;
}
.apps-craft-single-feature {
    padding: 20px;
}
.apps-craft-feature-content {
    padding: 20px 20px;
}
.img img {
    display: inline !important;
    margin-top: 25px;
}
.background-screen {
    width: 220px !important;
    height: 572px !important;
    left: 554px !important;
}
}

@media screen and  (min-width: 768px) and (max-width: 991px){
.how-box-one::after { 
     display: none;
}
.how-box-one::after { 
     display: none;
}
.background-screen {
    left: 337px !important;
}
.img img {
    width: 100%;
    max-width: 190px !important;
    /*margin-left: -8px !important;*/
    display: inline-block !important;
    padding-top: 20px;
}
.form-inline.form-1 {
    margin-left: 36px !important;
}
}

@media only screen and (max-width: 767px){
.navbar-brand img {
    max-width: 210px;
}
}

@media only screen and  (min-width: 576px) and (max-width: 767px){
.navbar-brand img {
    width: 100%;
    max-width: 210px !important;
}
.how-box-one::after { 
     display: none;
}
.img img {
    width: 100%;
    max-width: 200px !important;
}
.banner-slider .owl-nav .owl-prev span {
    padding: 5px 4px 16px 0px !important;
    font-size: 26px !important;
    line-height: 10px !important;
    width: 36px !important;
}
.banner-sec-slider .owl-nav .owl-next span {
    padding: 5px 0px 16px 0px !important;
    font-size: 26px !important;
    line-height: 10px !important; 
    width: 36px !important;
}
.learn-more-btn {
    margin: 7px 0 0 0px !important;
}
.subtitle {
    font-size: 12px !important;
    margin: 20px !important;
}
.img img {
    max-width: 200px !important;
    /*margin-left: -9px !important;*/
    display: inline-block !important;
    padding-top: 20px;
}
.screen-text {
    top: 22% !important;
}
.title {
    font-size: 28px !important;
}
.apps-craft-feature-img {
    transform: scale(.6) !important;
}
.slider-inner .owl-nav .owl-prev span {
    top: 34% !important;
    left: -25px !important;
    padding: 5px 5px 9px 5px !important;
    font-size: 28px !important;
    line-height: 20px !important;
}
.slider-inner .owl-nav .owl-next span {
    top: 34% !important;
    right: -25px !important;
    padding: 5px 5px 9px 5px !important;
    font-size: 28px !important;
    line-height: 20px !important;
}

.apps-craft-feature-section .content-margin-top {
    margin-top: 36px !important;
}
.background-screen {
    width: 170px !important;
    height: 480px !important;
    left: 255px !important;
}
.item.screen img {
    width: 100%;
    max-width: 150px !important;
    margin-left: 180px !important;
}
.form-inline.form-1 {
    width: 100% !important;
    margin-left: -6px !important;
}
.text-center.mb-50.heading-text h2 {
    font-size: 35px !important;
}
}

@media only screen and (min-width: 320px) and (max-width: 575px) {
.navbar-brand img {
    width: 100%;
    max-width: 160px !important;
}
.how-box-one::after { 
     display: none;
}
.banner-slider .owl-nav .owl-prev span {
    padding: 5px 4px 16px 0px !important;
    font-size: 26px !important;
    line-height: 10px !important;
    width: 36px !important;
}
.banner-sec-slider .owl-nav .owl-next span {
    padding: 5px 0px 16px 0px !important;
    font-size: 26px !important;
    line-height: 10px !important; 
    width: 36px !important;
}
.learn-more-btn {
    margin: 7px 0 0 -15px !important;
}
.subtitle {
    font-size: 12px !important;
    margin: 20px !important;
}

.img img {
    width: 100%;
    max-width: 165px !important;
    margin: 0 auto !important;
    padding-top: 20px !important;
}
.screen-text {
    top: 22% !important;
}
.title {
    font-size: 28px !important;
}
.apps-craft-feature-img {
    transform: scale(.6) !important;
}
.slider-inner .owl-nav .owl-prev span {
    top: 34% !important;
    left: -15px !important;
    padding: 5px 5px 9px 5px !important;
    font-size: 28px !important;
    line-height: 20px !important;
}
.slider-inner .owl-nav .owl-next span {
    top: 34% !important;
    right: -16px !important;
    padding: 5px 5px 9px 5px !important;
    font-size: 28px !important;
    line-height: 20px !important;
}
.background-screen {
    width: 216px !important;
    height: 564px !important;
    left: 0 !important;
    right: 0 !important;
    margin: 0 auto;
    transform: none;
}
.item.screen img {
    max-width: 190px !important;
    /*margin-left: 52px !important;*/
    margin: 0 auto;
}
.apps-craft-feature-section .content-margin-top {
    margin-top: 20px !important;
}
.form-group.mx-sm-3.mb-2.form-2 {
    flex: 1 !important;
    margin-bottom: 0 !important;
    margin-right: 5px;
}
.form-inline.form-1 {
    width: 100%;
    margin: 0 !important;
    /* padding-top: 10px; */
    /* margin-left: 44px; */
}
.btn.btn-primary.mb-2.newsletter-btn {
    margin: 0 !important;
}
.text-center.mb-50.heading-text h2 {
    font-size: 26px !important;
}
.section-padding, .apps-craft-why-chose-us-section.section-padding {
    padding: 50px 0;
}
}

@media only screen and (max-width: 480px) {
.newsletter-section form.form-inline.mt-4.form-1 {
    flex-wrap: wrap;
    justify-content: center;
}
.newsletter-section .form-group.mx-sm-3.mb-2.form-2.ml-0 {
    width: 100%;
    flex: auto !important;
    margin-bottom: 20px !important;
}
}


.navbar-brand {
    padding: 0;
}
.navbar-brand img {
    width: 100%;
    max-width: 300px;
}
.banner-sec-slider {
    margin-top: 10px;
}




/*========================
Terms Css
===================*/
.trm-title h2{color:#0d1d31;margin-top:0;font-size:22px;margin-bottom:15px;font-weight:600;}
.trm-title ul li{list-style-type:disc;color:#626262;font-size:14px;}
.trm-title ul{margin-left:12px;padding: 0;}
.trm-title h4{color:#0d1d31;font-size:17px;}
.trm-title ul.without-dsc li{list-style-type:none;}
.trm-title ul.without-dsc li:first-child{list-style-type:disclosure-closed;}
.trm-title p{color:#626262;font-size:14px;}
.trm-title a{color:#23527c;}
.trm-title ul.lst-alphbt li{list-style-type:lower-alpha;}
.trm-title ul.lst-square li{list-style-type:square;}

.termsSec {
    padding-top: 110px !important;
    background: #f8f8f8;
}
.termsText a {
    color: #828282;
    font-weight: 500;
    margin: 0 3px;
}
.termsText{
    margin-left: 15px;
}
.termsText a:hover {
    color: #f0d560;
}

/*===========Contact Form Css===========*/

.contactUs{
    padding: 50px 0; 
    background: #fbfbfb;
}

.fromHead {
    margin-bottom: 30px;
}
.fromHead h3 {
    color: #454545;
    font-size: 20px;
}
.formUI .form-group label {
    font-size: 15px;
    color: #828282;
    margin-bottom: 5px;
}
.formUI .form-group .form-control {
    border: 1px solid #b7b7b7;
    border-radius: 2px;
    height: 45px;
    color: #333;
    box-shadow: none !important;
}
.form-group.textArea textarea {
    height: auto !important;
}
.contactBlock {
    margin-top: 60px;
}
.contactInfo h3 {
    font-size: 16px;
    color: #333;
}
.contInfo {
    background: #f2f2f2;
    border-radius: 5px;
    padding: 20px;
}
.textwidget p {
    color: #333;
}
.textwidget p i {
    margin-right: 8px;
    color: #828282;
}
.textwidget p a {
    color: #333;
    text-decoration: none;
}

.contactSocial ul {
    padding: 0;
    margin-top: 15px;
}
.contactSocial .fti-icons a i {
    color: #828282;
    font-size: 36px;
    margin-right: 11px;
     margin-left: 0px; 
}

.box-close img {
    position: absolute;
    /* left: 0; */
    right: 12px;
    width: 100%;
    max-width: 22px !important;
    top: 10px;
}
.modal-backdrop.backdrop-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
     z-index: 1; 
    background-color: #000;
    opacity: 0.3;
}
.popups {
    position: relative;
    z-index: 99999;
    top: 50%;
    width: 100%;
    max-width: 550px;
    float: none;
    margin: 0 auto;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
        padding: 0 20px;
}
#spopup {
    width: 100%;
    height: 100%;
    position: fixed;
    display: none;
    /*min-height: 350px;*/
    z-index: 9999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.form-group.email-field input {
    background: #fff;
    border: none;
    box-shadow: 0px 0px 6px 0px #ddd;
    padding: 10px 18px;
}
.links-btn button {
    background-color: #000;
    border-color: #000;
    padding: 6px 30px;
    margin-top: 10px;
}
.links-btn button:hover {
    background-color: #000;
    border-color: #000;
}
.links-btn button:focus {
    border-color: #000;
    box-shadow: none;
}
.popup-img img {
    width: 100%;
    max-width: 150px !important;
}
.popup-img{
    text-align: center;
}
.popup-content {
    padding: 40px;
    text-align: center;
}
.popup-content p {
    color: #333;
    /* font-size: 16px; */
}
.popup-content h5 {
    font-size: 25px;
    line-height: 40px;
    color: #333;
    font-weight: 400;
}
.popup-content p {
    font-size: 14px;
    margin-bottom: 25px;
}
.popupcontent {
    position: relative;
}
.popupcontent {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
    background-color: #fff;
    border-radius: 5px;
}
@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}
@media only screen and (max-width: 767px){
/*.popupcontent {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
}*/
.popup-content h5 {
    font-size: 22px;
    line-height: 35px;
}
}

/*Blog-page-29-07-2020-css*/
.blog-section {
    padding: 80px 0px 50px;
    background-color: rgba(249, 249, 249, 1);
}
.blog_page_section{
    margin-bottom: 50px;
    &.blog_padding{
        @media #{$tablet-device}{
          margin-bottom: 43px;
        }
        @media #{$large-mobile}{
          margin-bottom: 43px;
        }
    }
} 
.single_blog {
    display: flex;
    padding: 0 0 30px 0;
}
.blog_content a {
    color: #333;
    font-size: 22px;
}
.blog_content a:hover {
    color: #FFD52B;
    text-decoration: none;
    transition: 1s;
}
.blog_desc p {
    color: rgba(119, 119, 119, 1);
    margin: 10px 0px 23px;
    font-weight: 400;
}
.readmore_button.newsletter-btn a {
    padding: 10px 28px !important;
    font-size: 18px;
    background-color: #000;
    border: medium none;
    font-weight: 500;
    width: 100%;
    max-width: 150px;
    border-radius: 6px;
    color: #FFF;
    margin-top: 10px;
}
.readmore_button.newsletter-btn a:hover {
    padding: 10px 28px !important;
    font-size: 18px;
    background-image:  url("../img/btn-bg.png");
    border: none;
    color: #fff;
    transition: 1s;
    width: 100%;
    max-width: 150px;
    transition: 2s;
}
.readmore_button.newsletter-btn a {
    color: #fff;
}
.column {
    /*margin: 15px 15px 0;*/
    padding: 0;
}
.column:last-child {
    padding-bottom: 60px;
}
.column::after {
    content: '';
    clear: both;
    display: block;
}
/*.column div {
    position: relative;
    float: left;
    width: 300px;
    height: 200px;
    margin: 0 0 0 25px;
    padding: 0;
}*/
/*.column div:first-child {
    margin-left: 0;
}
.column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    width: 300px;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    opacity: 0;
}
.blog_thumb a img {
    width: 100% ;
    max-width: 400px !important;
    border-radius: 5px;
}
.hover05 a img {
    margin-left: 15px;
    /*-webkit-transform: scale(1.5);*/
    /*transform: scale(1.5);*/
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}
.hover05 a:hover img {
    margin-left: 0;
}

.blog_wrapper{
    & .single_blog{
        margin-bottom: 50px;
        border: 0;
        display: flex;
        &:last-child{
        margin-bottom: 0;
        }
        @media #{$large-mobile}{
            flex-direction: column;
        }
    }
    & .blog_thumb{
        margin-right: 30px;
        & a{
            @media #{$large-mobile}{
                width: 100%;
            }
            & img{
                @media #{$large-mobile}{
                    width: 100%;
                }
            }
        }
        @media #{$large-mobile}{
            margin-right: 0;
            margin-bottom: 14px;
        }
    }
    & .blog_content{
        padding: 0;
        & h3{
            font-size: 21px;
            line-height: 27px;
            font-family: $open-sans;
            font-weight: 400;
            padding: 0;
            margin-bottom: 19px;
            @media #{$desktop-device}{
                font-size: 18px;
                margin-bottom: 14px;
            }
            @media #{$tablet-device}{
                font-size: 15px;
                margin-bottom: 9px;
                line-height: 24px;
            }
            @media #{$large-mobile}{
                font-size: 15px;
                margin-bottom: 9px;
                line-height: 24px;
            }
            &::before{
                display: none;
            }
        }
        & span{
            margin-right: 15px;
            &:last-child{
                margin-right: 0;
            }
            & a{
                &:hover{
                    color: $secondary_color;
                }
            }
        }
        
    }

    & .blog_meta{
        margin-bottom: 17px;
        @media #{$desktop-device}{
            margin-bottom: 12px;
        }
        & span{
            font-size: 14px;
            line-height: 24px;
        }
        @media #{$tablet-device}{
            margin-bottom: 7px;
        }
        @media #{$large-mobile}{
            margin-bottom: 7px;
        }
    }
    & .blog_desc{
        margin-bottom: 25px;
        @media #{$desktop-device}{
            margin-bottom: 20px;
        }
        @media #{$tablet-device}{
            margin-bottom: 15px;
        }
        @media #{$large-mobile}{
            margin-bottom: 15px;
        }
        & p{
            font-size: 14px;
            line-height: 24px;
            max-width: 355px;
        }
    }
}



.readmore_button{
    & a{
        height: 38px;
        line-height: 40px;
        background: $fonts_color;
        border: 0;
        color: #fff;
        display: inline-block;
        padding: 0 25px;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        font-style: normal;
        border-radius: 3px;
        &:hover{
            background: $secondary_color;
        }
    }
    
}


.blog_sidebar_widget{
    & .widget_list{
        & > h3{
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
            margin-bottom: 20px;
        }
    }
    & .widget_categories{
        & ul{
            & li{
                & a{
                    margin-left: 0;
                }
            }
        }
    }
}
.widget_search{
    & input{
        height: 35px;
        border: 1px solid $grey_color;
        background: $body-color;
        color: $fonts_color;
        width: 100%;
        margin-bottom: 20px;
        padding: 0 15px;
    }
    & button{
        color: $body-color;
        display: inline-block;
        background: #242424;
        border: none;
        padding: 0 20px;
        height: 34px;
        line-height: 35px;
        text-transform: uppercase;
        font-size: 12px;
        font-weight: 600;
        cursor: pointer;
        -webkit-transition: .3s;
        transition: .3s;
        border-radius: 3px;
        &:hover{
            background: $secondary_color;
        }
    }
}

.tag_widget{
    & ul{
        & li{
             display: inline-block;
            & a{
                margin: 0 6px 5px 0;
                display: block;
                font-size: 12px;
                font-weight: 400;
                border: 1px solid $grey_color;
                background: $body-color;
                padding: 0 15px;
                line-height: 29px;
                border-radius: 3px;
                &:hover{
                     background: $secondary_color;
                    border-color: $secondary_color;
                    color: $body-color;
                }
            }
        }
    }
}


.post_thumb {
    width: 55px;
    float: left;
    margin-right: 10px;
}
.post_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    &:last-child{
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
    }
}

.post_info{
    & h3{
        font-size: 14px; 
        font-weight: 500;
        text-transform: capitalize;
        line-height: 14px;
        margin-bottom: 5px;
        & a{
            &:hover{
                color: $secondary_color;
            }
        }
    }
    & span{
        font-size: 12px;
    }
    
}

.blog_categories{
    & ul{
        & li{
            border-top: 1px solid #ddd;
            & a{
                padding: 10px 0;
                text-transform: capitalize;
                display: inline-block;
                margin-left: 0;
                &:hover{
                  color: $secondary_color;  
                }
            }
            &:last-child{
                & a{
                    padding-bottom: 0;
                }
            }
        }
    }
}
.blog_wrapper .blog_thumb {
    margin-right: 40px;
}
.blog_wrapper .blog-content h3 {
    font-size: 21px;
    line-height: 27px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    padding: 0;
    margin-bottom: 19px;
}
.blog_meta span i {
    color: #FFD52B;
}*/

/*Blog-detail-page-29-07-2020-css*/
/*.blog-detail-section {
    padding: 80px 0px 30px;
    background-color: #F9F9F9;
}
.detail-img {
    text-align: center;
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}
.detail-img img {
    border: 2px solid #CCC;
    width: 100%;
    max-width: 800px;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px #ddd;
}
.detail-info {
    padding: 20px 0 0;
}*/
/*.image-hover * {-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box}
.image-hover {position:relative;width:450px;height:200px;display:inline-block;overflow:hidden;background:#fff;border:10px solid #fff;
box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-moz-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3);-webkit-box-shadow:0px 2px 3px rgba(0, 0, 0, 0.3)}
.image-hover a {text-decoration:none}

.image-hover img {margin:-100px 0px 0px -100px}

.img-rotate-right img 
{
transition:all .2s ease-in-out;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-ms-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
}

.img-rotate-right:hover img 
{
transform:rotate(20deg);
-webkit-transform:rotate(20deg);
-moz-transform:rotate(20deg);
-ms-transform:rotate(20deg);
-o-transform:rotate(20deg)
}*/ 

/*Blog*/
.blog-part.mb-60 {
    padding-bottom: 40px;
}
.blog-part.mrg-sm.mrg-xs{
    margin-top: 40px;
}
.blog-part:hover {
    box-shadow: 0px 0px 8px 0px #ddd;
}
.blog-info {
    padding: 15px;
}
.blog-img img {
    width: 100%;
    max-width: 540px;
    border-radius: 0px ;
}
/*.blog-img img:hover {
    box-shadow: 0px 0px 8px 0px #ddd;
}*/
.blog-img img {
    width: 100%;
    max-width: 540px;
    /*border-radius: 3px ;*/
}
.blog-info {
    margin-top: 17px;
}
.blog-meta span {
    color: #666666;
    text-transform: capitalize;
    transition: all .3s ease 0s;
}
.blog-meta > span {
    padding-right: 20px;
}
.blog-meta i {
    color: #464646;
    font-size: 14px;
    padding-right: 10px;
}
.blog-info h3 {
    padding-top: 10px;
}
.blog-info h3 a {
    color: #333;
    font-size: 21px;
    font-weight: 400;
    padding-top: 15px;
}
.blog-info h3 a:hover{
    text-decoration: none;
}
.blog-info p {
    color: #828282;
    font-size: 15px;
}
.blog-meta span {
    font-size: 14px; 
}
.blog-btn a {
    background-color: #000;
    padding: 10px 20px;
    color: #fff;
    border-radius: 4px;
    margin-bottom: 20px;
}
.blog-btn a:hover {
    text-decoration: none;
}
.blog-btn {
    margin:30px 0 ;
}

/*blog-detail-30-07-2020*/
.blog-detail-section {
    padding: 80px 0 50px;
    background-color: #f9f9f9;
}
.blog-col {
    margin: auto;
    width: 100%;
    max-width: 900px;
}
.p-50 {
    padding: 25px;
}
.blog-box {
    position: relative;
    background: none repeat scroll 0% 0% #FFF;
    margin-right: 10px;
    color: #262626;
    box-shadow: 0px 2px 3px 0px rgba(234, 234, 234, 1);
}
.m-b-40 {
    margin-bottom: 30px;
}
.blog-img-slider img {
    width: 100%;
    max-width: 850px;
}
.title-style {
    font-size: 25px;
    font-weight: 500;
    margin: 5px 0px;
    color: #333;
}
.drop-caps {
    color: #828282;
    padding: 10px 0 0px;
}
.blockquote-custom {
    background: none repeat scroll 0% 0% #F7F7F7;
    position: relative;
    font-size: 14px;
    font-style: italic;
    color: #3E3E3E;
    border: 0px none;
    padding: 35px 35px 25px 110px;
    margin:40px 0px 40px;
}
.blockquote-custom .quote-icon {
    position: absolute;
    left: 28px;
    font-size: 56px;
    color: #FEC952;
    line-height: 1;
    margin-top: -12px;
}
.blockquote-custom .quote-icon {
    font-size: 50px;
    color: #FFD52C;
    line-height: 1;
}
.blockquote-custom p {
    color: #3E3E3E;
    line-height: 25px;
}
.blockquote-custom footer {
    font-style: italic;
    font-weight: bold;
    font-size: 14px;
    color: #3E3E3E;
}
.left-bar:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 2px;
    background: none repeat scroll 0% 0% #FFD52C;
    vertical-align: middle;
    margin: -4px 8px 0px 0px;
}
