
@import url('../../css');
@import url('../../css-1');
@import url('../../css2');

.gothic-a1-thin {
  font-family: "Gothic A1", sans-serif;
  font-weight: 100;
  font-style: normal;
}

.gothic-a1-extralight {
  font-family: "Gothic A1", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.gothic-a1-light {
  font-family: "Gothic A1", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.gothic-a1-regular {
  font-family: "Gothic A1", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gothic-a1-medium {
  font-family: "Gothic A1", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.gothic-a1-semibold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.gothic-a1-bold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.gothic-a1-extrabold {
  font-family: "Gothic A1", sans-serif;
  font-weight: 800;
  font-style: normal;
}

.gothic-a1-black {
  font-family: "Gothic A1", sans-serif;
  font-weight: 900;
  font-style: normal;
}



.sen-<uniquifier> {
  font-family: "Sen", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.nunito-<uniquifier> {
  font-family: "Nunito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.Sour Gummy-<uniquifier> {
  font-family: "Sour Gummy", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

.sour-gummy-<uniquifier> {
  font-family: "Sour Gummy", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}


.main-font{font-family: 'Sour Gummy', sans-serif;}
.alt-font{font-family: 'DynaPuff', cursive;}


html{
    scroll-behavior: smooth;
}
/* ===================================
    General
====================================== */

body {font-family: 'Sour Gummy', sans-serif; font-size: 18px;color: #696969;font-weight:300;line-height:30px;letter-spacing: 0.2px;width: 100%; overflow-x: hidden}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {line-height: 1.2; font-weight: 500; font-family: 'DynaPuff', sans-serif; color: #2b2b2b;}

a, *::before, *::after, img, span, input, button, .navbar, .fixedmenu, .tp-bullet, .owl-dot, .owl-prev, .owl-next {transition: ease-in-out 0.2s;-webkit-transition: ease-in-out 0.2s;-moz-transition: ease-in-out 0.2s;-ms-transition: ease-in-out 0.2s;-o-transition: ease-in-out 0.2s;}
section,.section-padding {position: relative;padding: 7.5rem 0;overflow: hidden;}

.section-top-margin{margin-top: 7.5rem;}
a {color:inherit;text-decoration: none;}
.rev_slider_wrapper{width: 100% !important;}
.btn.focus, .btn:focus{box-shadow: none;}
p:last-child{margin-bottom: 0 !important;}
.fa, .far, .fas{display: inline;}
a:active, a:hover{color: #ef7474;}
blockquote {border-left: 2px solid;padding: 10px 15px 10px 35px;margin: 25px 0;font-size: 18px;line-height: 28px;margin-top: 32px;margin-bottom: 32px;}
blockquote > cite {font-weight: 400; font-size: 16px;display: block;}
.hidden{display: none;}

/* transition none */
.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}

/* opacity */
.opacity-full{opacity: 1;}
.opacity-3{opacity: .3;}
.opacity-4{opacity: .4;}
.opacity-5{opacity: .5;}
.opacity-6{opacity: .6;}
.opacity-7{opacity: .7;}
.opacity-7{opacity: .7;}
.opacity-8{opacity: .8;}
.opacity-9{opacity: .9;}

/*font-weight*/
.font-weight-100{font-weight: 100;}
.font-weight-300{font-weight: 300;}
.font-weight-500{font-weight: 500;}
.font-weight-600{font-weight: 600;}

/* button */
.btn {-webkit-appearance: initial; overflow: hidden;position: sticky; z-index: 2; 
    display:inline-block; font-size: 16px; border:2px solid transparent; letter-spacing: .5px; 
    line-height: inherit; border-radius: 0; text-transform:capitalize; width: auto;
    font-family: 'Sour Gummy', sans-serif; font-weight: 600; -webkit-transition: all .5s ease;-o-transition: all .5s ease !important;transition: all .5s ease !important;}
/* button size */
.btn.btn-small {font-size:16px; padding: 4px 1.8em; font-weight:600 }
.btn.btn-medium {font-size:16px; padding: 6px 1.8em; font-weight:600 }
.btn.btn-large {font-size:16px; padding: 9px 34px; line-height: 1.8em; font-weight:600 }
.btn.btn-rounded {border-radius: 50px;}


/* button background */
.btn{
    cursor: pointer;
}
.btn.btn-white {background:#ffffff; border-color: #ffffff; color: #585858}
.btn.btn-white:hover, .btn.btn-white:focus {background: transparent !important; border-color: #ffffff; color:  #ffffff !important}
.btn.btn-transparent-white {background:transparent; border-color: #ffffff; color:  #ffffff !important;}
.btn.btn-transparent-white:hover, .btn.btn-transparent-white:focus {background: #ffffff !important; color: #585858 !important}
.btn.btn-transparent-black {background:transparent; border-color: #2b2b2b; color: #2b2b2b}
.btn.btn-transparent-black:hover, .btn.btn-transparent-black:focus {background: #2b2b2b !important; color: #ffffff !important}
.btn.btn-black {background: #2b2b2b; border-color: #2b2b2b; color: #ffffff}
.btn.btn-black:hover, .btn.btn-black:focus {background: transparent !important; border-color: #2b2b2b; color: #2b2b2b !important}
.btn.btn-blue {background: #ef7474; border-color: #ef7474; color: #ffffff}
.btn.btn-blue:hover, .btn.btn-blue:focus {background: transparent !important; border-color: #ef7474; color: #ef7474 !important}
.btn.btn-gradient{color: #ffffff; flex: 1 1 auto;transition: 0.5s;background-size: 200% auto;background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);}
.btn.btn-gradient:hover{background-position: right center;}
.btn.btn-hvr-white:hover, .btn.btn-hvr-white:focus {background: #ffffff !important; border-color: #ffffff; color: #585858 !important}

/* overlay */
.bg-overlay{position: absolute;top: 0;left: 0;width: 100%;height: 100%;z-index: 1;}

/* background color */
.bg-black{background: #000000;}
.bg-dark {background-color: #1d1d21 !important;}
.bg-blue {background-color: #03a9f5;}
.bg-pink {background-color: #f033b5;}
.bg-purple {background-color: #9556f5;}

.gradient-bg1{
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7004bc 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7004bc 82%);
    background: linear-gradient(to right, #3264f5 2%,#7004bc 82%);
}

.gradient-bg2{
    background: #237afe;
    background: -moz-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: -webkit-linear-gradient(left, #237afe 2%, #03a9f5 82%);
    background: linear-gradient(to right, #237afe 2%, #03a9f5 82%);
}

/* text-color */
.main-color{color: #f033b5;}
.alt-color{color: #03a9f5;}
.text-dark{
    color: #202020;
}

/*Max Width*/
.mx-570{
    max-width: 570px;
    display: inline-block;
}

/* ===================================
   Social Icon Hover
====================================== */

/*icon bg bover */
.facebook-bg-hvr:hover{background:#4267B2 !important;color: #fff !important;border: 1px solid #4267B2 !important;}
.twitter-bg-hvr:hover{background:#1DA1F2 !important;color: #fff !important;border: 1px solid #1DA1F2 !important;}
.instagram-bg-hvr:hover{background:#C32AA3 !important;color: #fff !important;border: 1px solid #C32AA3 !important;}
.linkedin-bg-hvr:hover{background:#0077B5 !important;color: #fff !important;border: 1px solid #0077B5 !important;}
.pinterest-bg-hvr:hover{background:#BD081C !important;color: #fff !important;border: 1px solid #BD081C !important;}
.google-bg-hvr:hover{background:#DB4437 !important;color: #fff !important;border: 1px solid #DB4437 !important;}

/*icon text bover */
.facebook-text-hvr:hover{color:#4267B2 !important;}
.twitter-text-hvr:hover{color:#1DA1F2 !important;}
.instagram-text-hvr:hover{color:#C32AA3 !important;}
.linkedin-text-hvr:hover{color:#0077B5 !important;}
.pinterest-text-hvr:hover{color:#BD081C !important;}
.google-text-hvr:hover{color:#DB4437 !important;}

/* ===================================
   Social Icon Color
====================================== */

.social-icon-clr a i.fa-facebook {color: #3B5998;}
.social-icon-clr a i.fa-twitter {color: #55ACEE;}
.social-icon-clr a i.fa-google-plus {color: #DD4B39;}
.social-icon-clr a i.fa-linkedin-in {color: #0976B4;}
.social-icon-clr a i.fa-instagram {color: #c13584;}
.social-icon-clr a i.fa-youtube {color: #dd4b39;}
.social-icon-clr a i.fa-pinterest-p {color: #B7242A;}
.social-icon-clr a i.fa-instagram {color: #e8715c;}
.social-icon-clr a i.fa-vimeo {color: #1ab7ea;}
.social-icon-clr a i.fa-vk {color: #4c75a3;}
.social-icon-clr a i.fa-youtube {color: #cd201f;}
.social-icon-clr a i.fa-pinterest {color: #bd081c;}
.social-icon-clr a i.fa-tumblr {color: #34465d;}
.social-icon-clr a i.fa-behance {color: #131418;}
.social-icon-clr a i.fa-dribbble {color: #ea4c89;}
.social-icon-clr a i.fa-google-plus {color: #dd4b39;}
.social-icon-clr a i.fa-xing {color: #026466;}
.social-icon-clr a i.fa-yelp {color: #af0606;}
.social-icon-clr a i.fa-vine {color: #00b489;}

/* ===================================
   Social Icon Hover
====================================== */

.social-icon-clr-hvr a i:hover.fa-facebook {color: #3B5998;}
.social-icon-clr-hvr a i:hover.fa-twitter {color: #55ACEE;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #DD4B39;}
.social-icon-clr-hvr a i:hover.fa-linkedin-in {color: #0976B4;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #c13584;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-pinterest-p {color: #B7242A;}
.social-icon-clr-hvr a i:hover.fa-instagram {color: #e8715c;}
.social-icon-clr-hvr a i:hover.fa-vimeo {color: #1ab7ea;}
.social-icon-clr-hvr a i:hover.fa-vk {color: #4c75a3;}
.social-icon-clr-hvr a i:hover.fa-youtube {color: #cd201f;}
.social-icon-clr-hvr a i:hover.fa-pinterest {color: #bd081c;}
.social-icon-clr-hvr a i:hover.fa-tumblr {color: #34465d;}
.social-icon-clr-hvr a i:hover.fa-behance {color: #131418;}
.social-icon-clr-hvr a i:hover.fa-dribbble {color: #ea4c89;}
.social-icon-clr-hvr a i:hover.fa-google-plus {color: #dd4b39;}
.social-icon-clr-hvr a i:hover.fa-xing {color: #026466;}
.social-icon-clr-hvr a i:hover.fa-yelp {color: #af0606;}
.social-icon-clr-hvr a i:hover.fa-vine {color: #00b489;}

/* ========== End Basic Style ========== */


/* ===================================
    Header
====================================== */
#header-svg{
    background: url(../img/header-svg.svg);
    background-repeat: repeat-x;
    position: absolute;
    bottom: -112px;
    height: 60px;
    left: -25px;
    right: 0;
    z-index: 999;
}
#sidenav-header-svg{
    background: url(../img/header-svg.svg);
    background-repeat: repeat-x;
    position: absolute;
    top: -31px;
    height: 60px;
    left: -25px;
    right: 0;
    z-index: 999;
}
.header-appear #header-svg{
    background: url(../img/header-svg.svg);
    background-repeat: repeat-x;
    position: fixed;
    bottom: auto;
    top: 52px;
    height: 60px;
    left: -25px;
    right: 0;
    z-index: 999;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
header {
    width: 100%;
    z-index: 99;
    position: relative;
}

/* logo change */

/*header .logo .logo-dark, header .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
/*header .logo .logo-dark.default, header .logo .logo-light.default {visibility: visible; opacity: 1; width: 70px; transition-duration:0.5s;  -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
/*header.header-appear nav .logo .logo-light, header.header-appear nav.header-dark .logo .logo-light {visibility: visible;  opacity: 1; width: 85px; transition-duration: 0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
/*header.header-appear nav .logo .logo-dark, header.header-appear nav.header-dark .logo .logo-dark {visibility: hidden; opacity: 0; width: 85px; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
/*header.header-appear nav .logo .logo-dark, header.header-appear nav.header-light .logo .logo-dark {visibility: visible;  opacity: 1; width: 85px; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
/*header.header-appear nav .logo .logo-light, header.header-appear nav.header-light .logo .logo-light {visibility: hidden; opacity: 0; width: 0; transition-duration:0.5s; -webkit-transition-duration: 0.5s; -moz-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s;}*/
header a.logo {display: inline-block; vertical-align: middle;line-height: 0}
header a.logo img {max-width:250px; vertical-align: sub;}

/* Navbar */

.navbar-top-default {
    position: absolute;
    top: 0;
    z-index: 99;
    overflow: hidden;
    height: 90px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
    background-color: #FFFFFF;
}


.header-appear .navbar-top-default {
    height: 90px;
    position: fixed;
    z-index: 999;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/* animation */

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@-o-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
    }
}

.navbar-simple .navbar-nav .nav-link{
    font-family: 'DynaPuff', cursive;
    padding: 0.4rem 1.5rem;
    margin-left:.5rem;
    color: #2b2b2b;
    font-weight: 400;
}

.header-appear .navbar-simple .navbar-nav .nav-link{
    color: #2b2b2b;
}

.nav-box-round .navbar-nav .nav-link{
    /*-webkit-border-radius: 20px;*/
    /*-moz-border-radius: 20px;*/
    /*border-radius: 20px;*/
    border-bottom: solid 2px transparent;
}
.nav-box-round .navbar-nav .nav-link span{
    height: 3px;
    width: 0;
    display: block;
    background-color: transparent;
    transition: .8s ease;
    margin-left: auto;
    margin-right: auto;
}
 .nav-box-round .navbar-nav .nav-link.active{
    color: #ef7474;
}
header .nav-box-round .navbar-nav .nav-link.active span{
    width: 100%;
    background-color: #ef7474;
    display: none;
}

header .nav-box-round .navbar-nav .nav-link:hover{
    color: #ef7474;
}


/* side menu button */

.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    position: absolute;
    right: 15px;
    display: inline-block;
}

.sidemenu_btn_inner{
    height:70px;
    width:70px;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
    float: left;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background-color: #2b2b2b;
    display: block;
}

.header-appear .sidemenu_btn span {
    background-color: #2b2b2b;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}


/* ===================================
    Side Menu
====================================== */


.side-menu {
    width: 100%;
    position: fixed;
    right: 0;
    top: 0;
    background: rgb(239, 116, 116);
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease, -o-transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    overflow: hidden;
}
.side-menu.left {
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.side-menu.before-side {
    width: 280px;
}
.side-menu.side-menu-active,
.side-menu.before-side{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.pul-menu .side-menu.side-menu-active {
    visibility: visible; opacity: 1;
}
.side-menu .navbar-brand {
    margin: 0 0 2.5rem 0;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 28px;
    right: 32px;
    cursor: pointer;
}
.side-menu.before-side .btn-close{
    display: none;
}
.side-menu .btn-close::before, .side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.side-menu .inner-wrapper {
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pul-menu.pushwrap .side-menu .inner-wrapper{
    padding: 3.5rem 2.5rem;
}
.side-menu .side-nav {
    margin-top: 30px;
    display: block;
}
.side-nav .navbar-nav .nav-item{
    display: block;
    margin: 10px 0; padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2){
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    transition-delay: .8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: .9s;
    -o-transition-delay: .9s;
    transition-delay: .9s;
}
.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.side-nav .navbar-nav .nav-link {
    font-family: 'DynaPuff', cursive;
    display: inline-table;
    color: #fff;
    padding: 2px 0 3px 0 !important;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: normal;
    position: relative;
    -webkit-border-radius: 0;
    border-radius: 0;
}
.side-nav .navbar-nav .nav-link::after{
    content: "";
    position: absolute;
    background: #fff;
    display: inline-block;
    width: 0;
    height: 3px;
    bottom: 0; left: 0;
    overflow: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
}

.side-nav .navbar-nav .nav-link:hover::after,
.side-nav .navbar-nav .nav-link:focus::after,
.side-nav .navbar-nav .nav-link.active::after {
    width: 100%;
}
.side-nav .navbar-nav .nav-link.active {
    background: transparent;
}
.side-menu p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.social-icons-simple{
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li{
    display: inline-block;
}

.social-icons-simple li a {
    display: block;
    font-size: 16px;
    height: 36px;
    line-height: 38px;
    border: 1px solid transparent;
    text-align: center;
    width: 36px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -webkit-transition: background-color .5s ease;
    -o-transition: background-color .5s ease;
    transition: background-color .5s ease;
}
.social-icons-simple li a:hover{
    background-color:#FFFFFF;
}

.social-icons-simple li.animated-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}




/* ===================================
    Single Items
====================================== */


.single-items {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}

.single-items h3 {
    font-size: 3rem;
    margin-bottom: 1.3rem;
}

.single-items h3 a:hover,.single-items h3 a:focus{
    color: inherit;
}

.single-items p{
    margin-bottom: 10px;
    color: #fff;
    font-family: 'Sour Gummy', sans-serif;

}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* ===================================
   Footer
====================================== */
.footer-sec{
    background-color: #ef7474;
    position: relative;
    overflow: visible;
}
.footer-sec #footer-svg{
    background: url(../img/footer-svg.svg);
    background-repeat: repeat-x;
    position: absolute;
    top: -29px;
    transform: rotate(180deg);
    height: 60px;
    left: -25px;
    right: 0;
    z-index: 9;
}
.footer-sec .foot-image-holder{
    height: 70px;
    width: 70px;
    margin: auto;
    margin-bottom: 30px;
}

.footer-social ul{
    margin: 0;
    padding: 0;
}

.footer-social li{
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 10px 5px;
    color: #fff;
    border: 1px solid transparent;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    -o-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
}

.footer-social li a:hover{
    background-color:#202020;
    color: #ffffff;
}

.company-about{
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}

.scroll-top-arrow {
    font-size: 25px;
    line-height: 45px;
    color: #fff !important;
    display: none;
    height: 45px;
    width: 45px;
    padding: 0;
    position: fixed;
    bottom: 20px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    z-index: 99;
    border-radius: 100%;
    background-color:#ef7474;
}
.scroll-top-arrow:hover{
    background-position: right center;
}


/* ===================================
    Page Loader
====================================== */

.loader {
    height: 100%;
    width: 100%;
    position: fixed;
    overflow: hidden;
    z-index: 1200;
    background: #FFFFFF;
}

/*.cssload-loader {*/
/*    width: 54px;*/
/*    height: 54px;*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    -o-transform: translate(-50%, -50%);*/
/*    -ms-transform: translate(-50%, -50%);*/
/*    -webkit-transform: translate(-50%, -50%);*/
/*    -moz-transform: translate(-50%, -50%);*/
/*    top: 50%;*/
/*}*/

/*.cssload-inner {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    box-sizing: border-box;*/
/*    -o-box-sizing: border-box;*/
/*    -ms-box-sizing: border-box;*/
/*    -webkit-box-sizing: border-box;*/
/*    -moz-box-sizing: border-box;*/
/*    border-radius: 50%;*/
/*    -o-border-radius: 50%;*/
/*    -ms-border-radius: 50%;*/
/*    -webkit-border-radius: 50%;*/
/*    -moz-border-radius: 50%;*/
/*}*/

/*.cssload-inner.cssload-one {*/
/*    left: 0%;*/
/*    top: 0%;*/
/*    animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-one 1.15s linear infinite;*/
/*    border-bottom: 5px solid #ef7474;*/
/*}*/

/*.cssload-inner.cssload-two {*/
/*    right: 0%;*/
/*    top: 0%;*/
/*    animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-two 1.15s linear infinite;*/
/*    border-right: 5px solid #ef7474;*/
/*}*/

/*.cssload-inner.cssload-three {*/
/*    right: 0%;*/
/*    bottom: 0%;*/
/*    animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -o-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -ms-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -webkit-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    -moz-animation: cssload-rotate-three 1.15s linear infinite;*/
/*    border-top: 5px solid #ef7474;*/
/*}*/

/*@keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-one {*/
/*    0% {*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*        transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-two {*/
/*    0% {*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*        transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-o-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -o-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-webkit-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/

/*@-moz-keyframes cssload-rotate-three {*/
/*    0% {*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(0deg);*/
/*    }*/
/*    100% {*/
/*        -moz-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);*/
/*    }*/
/*}*/
.loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: inline-flex;
    justify-content: center;
    padding: 20px;
    background-color: white;
}
.cooking-hat {
    position: absolute;
    top: 25%;
    left: 35%;
    transform: translate(-50%,-50%);
    animation: flip-vertical-left 1s ease-in-out infinite alternate-reverse both;
}

@-webkit-keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
@keyframes flip-vertical-left {
    0% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    100% {
        -webkit-transform: rotateY(-180deg);
        transform: rotateY(-180deg);
    }
}
#sparkles > path {
    -webkit-animation: sparklyBits 1000ms infinite;
    animation: sparklyBits 1000ms infinite;
    position: absolute;
}

#sparkles > path:nth-child(1) {
    -webkit-animation-delay: 35ms;
    animation-delay: 35ms;
}

#sparkles > path:nth-child(2) {
    -webkit-animation-delay: 70ms;
    animation-delay: 70ms;
}

#sparkles > path:nth-child(3) {
    -webkit-animation-delay: 105ms;
    animation-delay: 105ms;
}

#sparkles > path:nth-child(4) {
    -webkit-animation-delay: 140ms;
    animation-delay: 140ms;
}

#sparkles > path:nth-child(5) {
    -webkit-animation-delay: 175ms;
    animation-delay: 175ms;
}

#sparkles > path:nth-child(6) {
    -webkit-animation-delay: 210ms;
    animation-delay: 210ms;
}

#sparkles > path:nth-child(7) {
    -webkit-animation-delay: 245ms;
    animation-delay: 245ms;
}

#sparkles > path:nth-child(8) {
    -webkit-animation-delay: 280ms;
    animation-delay: 280ms;
}

#sparkles > path:nth-child(9) {
    -webkit-animation-delay: 315ms;
    animation-delay: 315ms;
}

#sparkles > path:nth-child(10) {
    -webkit-animation-delay: 350ms;
    animation-delay: 350ms;
}

#sparkles > path:nth-child(11) {
    -webkit-animation-delay: 385ms;
    animation-delay: 385ms;
}

#sparkles > path:nth-child(12) {
    -webkit-animation-delay: 420ms;
    animation-delay: 420ms;
}

#sparkles > path:nth-child(13) {
    -webkit-animation-delay: 455ms;
    animation-delay: 455ms;
}

#sparkles > path:nth-child(14) {
    -webkit-animation-delay: 490ms;
    animation-delay: 490ms;
}

#sparkles > path:nth-child(15) {
    -webkit-animation-delay: 525ms;
    animation-delay: 525ms;
}

#sparkles > path:nth-child(16) {
    -webkit-animation-delay: 560ms;
    animation-delay: 560ms;
}

#sparkles > path:nth-child(17) {
    -webkit-animation-delay: 595ms;
    animation-delay: 595ms;
}

#sparkles > path:nth-child(18) {
    -webkit-animation-delay: 630ms;
    animation-delay: 630ms;
}

#sparkles > path:nth-child(19) {
    -webkit-animation-delay: 665ms;
    animation-delay: 665ms;
}

#sparkles > path:nth-child(20) {
    -webkit-animation-delay: 700ms;
    animation-delay: 700ms;
}

#sparkles > path:nth-child(21) {
    -webkit-animation-delay: 735ms;
    animation-delay: 735ms;
}

#sparkles > path:nth-child(22) {
    -webkit-animation-delay: 770ms;
    animation-delay: 770ms;
}

#sparkles > path:nth-child(23) {
    -webkit-animation-delay: 805ms;
    animation-delay: 805ms;
}

#sparkles > path:nth-child(24) {
    -webkit-animation-delay: 840ms;
    animation-delay: 840ms;
}

#sparkles > path:nth-child(25) {
    -webkit-animation-delay: 875ms;
    animation-delay: 875ms;
}

#sparkles > path:nth-child(26) {
    -webkit-animation-delay: 910ms;
    animation-delay: 910ms;
}

#sparkles > path:nth-child(27) {
    -webkit-animation-delay: 945ms;
    animation-delay: 945ms;
}

#sparkles > path:nth-child(28) {
    -webkit-animation-delay: 980ms;
    animation-delay: 980ms;
}

#sparkles > path:nth-child(29) {
    -webkit-animation-delay: 1015ms;
    animation-delay: 1015ms;
}

@-webkit-keyframes sparklyBits {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes sparklyBits {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
/*===================================
               main css
 ====================================*/
/*services and features sec*/

.feature-item {
    border-radius: 20px;
    margin-right: 30px;
    padding: 18px 25px;
    text-align: left;
    background-color: transparent;
    border:solid 2px #ef7474;
    -webkit-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    -moz-box-shadow: 0px 0px 10px 1px rgba(145, 140, 145, 0.35);
    box-shadow: 0px 0px 8px 1px rgba(145, 140, 145, 0.35);
    transition: .8s ease;
}
.feature-item:hover {
    background-color: #ef7474;
    cursor: pointer;
}

.feature-item:nth-child(2){
    margin-top: 23px;
}
.feature-item:hover i.f-icon{
    background-color: #ffffff;
    color: #ef7474;
}
.feature-item > i.f-icon{
    font-size: 28px;
    height: 55px;
    width: 55px;
    line-height: 55px;
    background-color: #ef7474;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    border-radius: 50px;
    color: #fff;
    /*transition: .8s ease;*/
}

.feature-item .title {
    margin: 1rem 0 .3rem;
    color: #FFFFFF;
    transition: .8s ease;
}
/*.feature-item:hover .title,.feature-item:hover p{*/
/*    color: #2b2b2b;*/
/*}*/
.feature-item p{
    color: #fff;
    opacity: .8;
    transition: .8s ease;
    font-weight: 600;
}
.feature-item .r-icon{
    font-size: 25px;
    font-weight: 900;
    display: block;
    text-align: right;
    color: #d5d3d3;
}
/*.feature-item:hover .r-icon{*/
/*    color: #2b2b2b;*/
/*}*/

.feature-item p{
    margin-bottom: 2px;
    font-size: 16px;
}


/* ===================================
    Services section css
====================================== */
.services-sec{
    background-color: #fabbbb;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='368' height='184' viewBox='0 0 1600 800'%3E%3Cpath fill='%23FF7' d='M1102.5 734.8c2.5-1.2 24.8-8.6 25.6-7.5.5.7-3.9 23.8-4.6 24.5C1123.3 752.1 1107.5 739.5 1102.5 734.8zM1226.3 229.1c0-.1-4.9-9.4-7-14.2-.1-.3-.3-1.1-.4-1.6-.1-.4-.3-.7-.6-.9-.3-.2-.6-.1-.8.1l-13.1 12.3c0 0 0 0 0 0-.2.2-.3.5-.4.8 0 .3 0 .7.2 1 .1.1 1.4 2.5 2.1 3.6 2.4 3.7 6.5 12.1 6.5 12.2.2.3.4.5.7.6.3 0 .5-.1.7-.3 0 0 1.8-2.5 2.7-3.6 1.5-1.6 3-3.2 4.6-4.7 1.2-1.2 1.6-1.4 2.1-1.6.5-.3 1.1-.5 2.5-1.9C1226.5 230.4 1226.6 229.6 1226.3 229.1zM33 770.3C33 770.3 33 770.3 33 770.3c0-.7-.5-1.2-1.2-1.2-.1 0-.3 0-.4.1-1.6.2-14.3.1-22.2 0-.3 0-.6.1-.9.4-.2.2-.4.5-.4.9 0 .2 0 4.9.1 5.9l.4 13.6c0 .3.2.6.4.9.2.2.5.3.8.3 0 0 .1 0 .1 0 7.3-.7 14.7-.9 22-.6.3 0 .7-.1.9-.3.2-.2.4-.6.4-.9C32.9 783.3 32.9 776.2 33 770.3z'/%3E%3Cpath fill='%235ff' d='M171.1 383.4c1.3-2.5 14.3-22 15.6-21.6.8.3 11.5 21.2 11.5 22.1C198.1 384.2 177.9 384 171.1 383.4zM596.4 711.8c-.1-.1-6.7-8.2-9.7-12.5-.2-.3-.5-1-.7-1.5-.2-.4-.4-.7-.7-.8-.3-.1-.6 0-.8.3L574 712c0 0 0 0 0 0-.2.2-.2.5-.2.9 0 .3.2.7.4.9.1.1 1.8 2.2 2.8 3.1 3.1 3.1 8.8 10.5 8.9 10.6.2.3.5.4.8.4.3 0 .5-.2.6-.5 0 0 1.2-2.8 2-4.1 1.1-1.9 2.3-3.7 3.5-5.5.9-1.4 1.3-1.7 1.7-2 .5-.4 1-.7 2.1-2.4C596.9 713.1 596.8 712.3 596.4 711.8zM727.5 179.9C727.5 179.9 727.5 179.9 727.5 179.9c.6.2 1.3-.2 1.4-.8 0-.1 0-.2 0-.4.2-1.4 2.8-12.6 4.5-19.5.1-.3 0-.6-.2-.8-.2-.3-.5-.4-.8-.5-.2 0-4.7-1.1-5.7-1.3l-13.4-2.7c-.3-.1-.7 0-.9.2-.2.2-.4.4-.5.6 0 0 0 .1 0 .1-.8 6.5-2.2 13.1-3.9 19.4-.1.3 0 .6.2.9.2.3.5.4.8.5C714.8 176.9 721.7 178.5 727.5 179.9zM728.5 178.1c-.1-.1-.2-.2-.4-.2C728.3 177.9 728.4 178 728.5 178.1z'/%3E%3Cg fill-opacity='0.17' fill='%23FFF'%3E%3Cpath d='M699.6 472.7c-1.5 0-2.8-.8-3.5-2.3-.8-1.9 0-4.2 1.9-5 3.7-1.6 6.8-4.7 8.4-8.5 1.6-3.8 1.7-8.1.2-11.9-.3-.9-.8-1.8-1.2-2.8-.8-1.7-1.8-3.7-2.3-5.9-.9-4.1-.2-8.6 2-12.8 1.7-3.1 4.1-6.1 7.6-9.1 1.6-1.4 4-1.2 5.3.4 1.4 1.6 1.2 4-.4 5.3-2.8 2.5-4.7 4.7-5.9 7-1.4 2.6-1.9 5.3-1.3 7.6.3 1.4 1 2.8 1.7 4.3.5 1.1 1 2.2 1.5 3.3 2.1 5.6 2 12-.3 17.6-2.3 5.5-6.8 10.1-12.3 12.5C700.6 472.6 700.1 472.7 699.6 472.7zM740.4 421.4c1.5-.2 3 .5 3.8 1.9 1.1 1.8.4 4.2-1.4 5.3-3.7 2.1-6.4 5.6-7.6 9.5-1.2 4-.8 8.4 1.1 12.1.4.9 1 1.7 1.6 2.7 1 1.7 2.2 3.5 3 5.7 1.4 4 1.2 8.7-.6 13.2-1.4 3.4-3.5 6.6-6.8 10.1-1.5 1.6-3.9 1.7-5.5.2-1.6-1.4-1.7-3.9-.2-5.4 2.6-2.8 4.3-5.3 5.3-7.7 1.1-2.8 1.3-5.6.5-7.9-.5-1.3-1.3-2.7-2.2-4.1-.6-1-1.3-2.1-1.9-3.2-2.8-5.4-3.4-11.9-1.7-17.8 1.8-5.9 5.8-11 11.2-14C739.4 421.6 739.9 421.4 740.4 421.4zM261.3 590.9c5.7 6.8 9 15.7 9.4 22.4.5 7.3-2.4 16.4-10.2 20.4-3 1.5-6.7 2.2-11.2 2.2-7.9-.1-12.9-2.9-15.4-8.4-2.1-4.7-2.3-11.4 1.8-15.9 3.2-3.5 7.8-4.1 11.2-1.6 1.2.9 1.5 2.7.6 3.9-.9 1.2-2.7 1.5-3.9.6-1.8-1.3-3.6.6-3.8.8-2.4 2.6-2.1 7-.8 9.9 1.5 3.4 4.7 5 10.4 5.1 3.6 0 6.4-.5 8.6-1.6 4.7-2.4 7.7-8.6 7.2-15-.5-7.3-5.3-18.2-13-23.9-4.2-3.1-8.5-4.1-12.9-3.1-3.1.7-6.2 2.4-9.7 5-6.6 5.1-11.7 11.8-14.2 19-2.7 7.7-2.1 15.8 1.9 23.9.7 1.4.1 3.1-1.3 3.7-1.4.7-3.1.1-3.7-1.3-4.6-9.4-5.4-19.2-2.2-28.2 2.9-8.2 8.6-15.9 16.1-21.6 4.1-3.1 8-5.1 11.8-6 6-1.4 12 0 17.5 4C257.6 586.9 259.6 588.8 261.3 590.9z'/%3E%3Ccircle cx='1013.7' cy='153.9' r='7.1'/%3E%3Ccircle cx='1024.3' cy='132.1' r='7.1'/%3E%3Ccircle cx='1037.3' cy='148.9' r='7.1'/%3E%3Cpath d='M1508.7 297.2c-4.8-5.4-9.7-10.8-14.8-16.2 5.6-5.6 11.1-11.5 15.6-18.2 1.2-1.7.7-4.1-1-5.2-1.7-1.2-4.1-.7-5.2 1-4.2 6.2-9.1 11.6-14.5 16.9-4.8-5-9.7-10-14.7-14.9-1.5-1.5-3.9-1.5-5.3 0-1.5 1.5-1.5 3.9 0 5.3 4.9 4.8 9.7 9.8 14.5 14.8-1.1 1.1-2.3 2.2-3.5 3.2-4.1 3.8-8.4 7.8-12.4 12-1.4 1.5-1.4 3.8 0 5.3 0 0 0 0 0 0 1.5 1.4 3.9 1.4 5.3-.1 3.9-4 8.1-7.9 12.1-11.7 1.2-1.1 2.3-2.2 3.5-3.3 4.9 5.3 9.8 10.6 14.6 15.9.1.1.1.1.2.2 1.4 1.4 3.7 1.5 5.2.2C1510 301.2 1510.1 298.8 1508.7 297.2zM327.6 248.6l-.4-2.6c-1.5-11.1-2.2-23.2-2.3-37 0-5.5 0-11.5.2-18.5 0-.7 0-1.5 0-2.3 0-5 0-11.2 3.9-13.5 2.2-1.3 5.1-1 8.5.9 5.7 3.1 13.2 8.7 17.5 14.9 5.5 7.8 7.3 16.9 5 25.7-3.2 12.3-15 31-30 32.1L327.6 248.6zM332.1 179.2c-.2 0-.3 0-.4.1-.1.1-.7.5-1.1 2.7-.3 1.9-.3 4.2-.3 6.3 0 .8 0 1.7 0 2.4-.2 6.9-.2 12.8-.2 18.3.1 12.5.7 23.5 2 33.7 11-2.7 20.4-18.1 23-27.8 1.9-7.2.4-14.8-4.2-21.3l0 0C347 188.1 340 183 335 180.3 333.6 179.5 332.6 179.2 332.1 179.2zM516.3 60.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C517.3 60.4 516.8 60.8 516.3 60.8zM506.1 70.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C506.4 70.5 506.2 70.5 506.1 70.5zM494.1 64.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C494.7 64.3 494.4 64.4 494.1 64.4zM500.5 55.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C500.9 55.3 500.7 55.3 500.5 55.3zM506.7 55c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C507.4 54.8 507.1 55 506.7 55zM1029.3 382.8c-.1 0-.2 0-.4-.1-2.4-.7-4-.9-6.7-.7-.7 0-1.3-.5-1.4-1.2 0-.7.5-1.3 1.2-1.4 3.1-.2 4.9 0 7.6.8.7.2 1.1.9.9 1.6C1030.3 382.4 1029.8 382.8 1029.3 382.8zM1019.1 392.5c-.5 0-1-.3-1.2-.8-.8-2.1-1.2-4.3-1.3-6.6 0-.7.5-1.3 1.2-1.3.7 0 1.3.5 1.3 1.2.1 2 .5 3.9 1.1 5.8.2.7-.1 1.4-.8 1.6C1019.4 392.5 1019.2 392.5 1019.1 392.5zM1007.1 386.4c-.4 0-.8-.2-1-.5-.4-.6-.3-1.4.2-1.8 1.8-1.4 3.7-2.6 5.8-3.6.6-.3 1.4 0 1.7.6.3.6 0 1.4-.6 1.7-1.9.9-3.7 2-5.3 3.3C1007.7 386.3 1007.4 386.4 1007.1 386.4zM1013.5 377.3c-.5 0-.9-.3-1.2-.7-.5-1-1.2-1.9-2.4-3.4-.3-.4-.7-.9-1.1-1.4-.4-.6-.3-1.4.2-1.8.6-.4 1.4-.3 1.8.2.4.5.8 1 1.1 1.4 1.3 1.6 2.1 2.6 2.7 3.9.3.6 0 1.4-.6 1.7C1013.9 377.3 1013.7 377.3 1013.5 377.3zM1019.7 377c-.3 0-.5-.1-.8-.2-.6-.4-.7-1.2-.3-1.8 1.2-1.7 2.3-3.4 3.3-5.2.3-.6 1.1-.9 1.7-.5.6.3.9 1.1.5 1.7-1 1.9-2.2 3.8-3.5 5.6C1020.4 376.8 1020.1 377 1019.7 377zM1329.7 573.4c-1.4 0-2.9-.2-4.5-.7-8.4-2.7-16.6-12.7-18.7-20-.4-1.4-.7-2.9-.9-4.4-8.1 3.3-15.5 10.6-15.4 21 0 1.5-1.2 2.7-2.7 2.8 0 0 0 0 0 0-1.5 0-2.7-1.2-2.7-2.7-.1-6.7 2.4-12.9 7-18 3.6-4 8.4-7.1 13.7-8.8.5-6.5 3.1-12.9 7.4-17.4 7-7.4 18.2-8.9 27.3-10.1l.7-.1c1.5-.2 2.9.9 3.1 2.3.2 1.5-.9 2.9-2.3 3.1l-.7.1c-8.6 1.2-18.4 2.5-24 8.4-3 3.2-5 7.7-5.7 12.4 7.9-1 17.7 1.3 24.3 5.7 4.3 2.9 7.1 7.8 7.2 12.7.2 4.3-1.7 8.3-5.2 11.1C1335.2 572.4 1332.6 573.4 1329.7 573.4zM1311 546.7c.1 1.5.4 3 .8 4.4 1.7 5.8 8.7 14.2 15.1 16.3 2.8.9 5.1.5 7.2-1.1 2.7-2.1 3.2-4.8 3.1-6.6-.1-3.2-2-6.4-4.8-8.3C1326.7 547.5 1317.7 545.6 1311 546.7z'/%3E%3C/g%3E%3C/svg%3E");
    background-attachment: fixed;
    padding-top: 115px;
    padding-bottom: 90px;
}
.services-sec .services-details .sub-heading{
    font-family: Sour Gummy, sans-serif;
    font-size: 16px;
    color: #ef7474;
    margin-bottom: 0;
}
.services-sec .services-details .sub-heading span{
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    height: 50px;
    width: 50px;
}
.services-sec .services-details .sub-heading span img{
    width: 56%;
}
.sub-heading::before{
    content: "";
    background: url(../img/ziczac.png);
    height: 6px;
    display: inline-block;
    width: 8%;
    background-size: 83%;
    background-position: left;
    background-repeat: no-repeat;
}
.sub-heading::after{
    content: "";
    background: url(../img/ziczac.png);
    height: 6px;
    display: inline-block;
    width: 8%;
    background-size: 83%;
    background-position: right;
    background-repeat: no-repeat;
}
.services-sec .services-details .heading{
    font-size:40px;
    font-family: 'DynaPuff', cursive;
    color: black;
    font-weight: 600;
    padding-left: 90px;
    padding-right: 90px;
    margin-bottom: 50px;
}
.services-sec .services-details .detail-text{
    font-family: Sour Gummy, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
    margin-bottom: 40px;
}

.services-sec .our-services{
    overflow: hidden;
    padding-bottom: 10px;

}
.services-sec .our-services .service-card{
    padding: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
    transition: .8s ease;
    cursor: pointer;
}

.services-sec .our-services .service-card .image-holder{
    height: 100px;
    width: 100px;
    background-color: #ef7474;
    margin: auto;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-radius: 50%;
    margin-bottom: 26px;
    transition: .8s ease;
}
.services-sec .our-services .service-card .image-holder i{
    font-size: 50px;
    color: #fff;

}
.services-sec .our-services .service-card .service-card-heading{
    font-size: 18px;
    font-family: 'DynaPuff', cursive;
    font-weight: 600;
    margin-bottom: 20px;
    transition: .8s ease;
}
.services-sec .our-services .service-card .service-card-detail {
    font-family: Sour Gummy, sans-serif;
    font-weight: lighter;
    font-size: 15px;
    color: #737373;
}

.services-sec .our-services a{
    text-decoration: none;
    color: #000000;
}
.services-sec .our-services .service-card:hover .image-holder i{
    color: #fff;

}
.services-sec .our-services .service-card:hover .service-card-heading{
    color: #ef7474;
}
.services-sec .our-services .service-card:hover .image-holder{
    animation: .8s bounce;
    /*transform: translateY(-20px);*/
}

/* ===================================
    Skills
====================================== */
.skills-area {
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 300;
}
.skills-area .heading-area .sub-title{
    color: #FFFFFF;
}
.skills-area .heading-area .title{
    color: #FFFFFF;
    font-size: 40px;
}
.services-skill li{
    list-style: none;
    margin-top: 35px;
}
/*-------------------------------*/
/* Circle Progress*/
/*-------------------------------*/
 .circular-wrap{
    padding-top: 60px;
}
 .circular-wrap .circle{
    position: relative;
    max-width: 150px;
    display: inline-block;
}

 .circular-wrap .circle .counter-num {
    position: absolute;
    top: 50%;
    left: 50%;
    line-height: normal;
    font-weight: normal;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
 .circular-wrap .circle .counter-num {
    color: #fff;
    font-size: 1rem;
    font-family: Sour Gummy, sans-serif;
    font-weight: 300;
}

.circular-wrap h4.darkcolor{
    max-width: 184px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 500;
    font-family: Sour Gummy, sans-serif;
    color: #fff;
    font-size: 14px;
    opacity: .7;
    margin-top: 30px;
}

/* ===================================
    counters sec
====================================== */
.counter-sec .counter-div-icon{
    position: absolute;
    font-size: 200px;
    left: -8px;
    top: -21px;
    right: 0;
}
.counter-sec .counter-div-icon.count-icon1{
    color: #152e61;
    transform: rotate(20deg);
}
.counter-sec .counter-div-icon.count-icon2{
    color: #f10756;
    transform: rotate(80deg);
}
.counter-sec .counter-div-icon.count-icon3{
   color: rebeccapurple;
    transform: rotate(170deg);
}
.counter-sec .counter-area{
    margin-top: 3.5rem;
    display: flex;
    align-content: center;
    justify-content: space-between;
}
.counter-sec .counter-area .counters{
    /*background-color: #FFFFFF;*/
    border: solid 4px transparent;
    border-style: double;
    border-radius: 50%;
    height: 160px;
    width: 160px;
    padding: 19px;
    text-align: center;
    display: inline-block;
    transition: .8s ease;
    /*box-shadow: 1px 1px 10px #625c5c;*/
}
.counter-sec .counter-area .counters:hover{
    border: solid 4px #fff;
    background-color: #FFFFFF;
    border-style: double;
}
.counter-sec .counter-area .counters .content{
    display: inline-block;
    color: #FFFFFF;
    transition: .8s ease;
}
.counter-sec .counter-area .counters:hover .content{
    color: #2b2b2b;
}
.counter-sec .counter-area .counters .content h4{
    color: #FFFFFF;
}
.counter-sec .counter-area .counters:hover h4{
    color: #2b2b2b;
}

.counter-sec .counter-area .counters .c-icon{
    font-size: 40px;
    display: block;
    /*color: #ef7474;*/
    color: #FFFFFF;
    margin-bottom: 10px;
    /*transition: .8s ease;*/
}
.counter-sec .counter-area .counters:hover .c-icon{
    color: #2b2b2b;
}
/* ===================================
        Pricing Card
====================================== */
.pricing-sec{
    font-family: 'Sour Gummy', sans-serif;
}
.pricing-sec h3{
    font-size: 3rem;
}
.pricing-sec .pricing-card .pricing-body{
    min-height: 280px;
}
.pricing-sec .pricing-card{
    padding: 15px;
    border-right: dashed 1px #FFFFFF;
}
.pricing-sec .pricing-card:last-child{
    border-right: none;
}
.pricing-sec .pricing-card .price-card .pricing-heading{
    font-size: 26px;
    font-weight: 500;
    color: #FFFFFF;
    font-family: 'DynaPuff', cursive;
    border-bottom: dashed 1px #FFFFFF;
    padding-bottom: 8px;
    padding-top: 8px;
}
.pricing-sec .pricing-card .price-card .pricing-detail{
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .9;
    padding-top: 12px;
}
.pricing-sec .pricing-card .price-card .price-text{
    font-size: 38px;
    font-weight: 500;
    color: #FFFFFF;
}
.pricing-sec .pricing-card .price-card .price-text span{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 6px;
}
.pricing-sec .pricing-card .price-card .pricing-features{
}
.pricing-sec .pricing-card .price-card .pricing-features li{
    list-style: none;
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .9;
}
.pricing-sec .pricing-card .price-card .pricing-btn{
    padding: 3px 25px;
    font-size: 16px;
    margin-bottom: 8px;
    font-weight: 600;
}
/* ===================================
        testimonial sec
====================================== */
.testimonial-sec .reviews{
    font-family: 'Sour Gummy', sans-serif;
}
.testimonial-sec .review-box{
    padding-left: 50px;
    padding-right: 50px;
}
.testimonial-sec .review-box .prev-review-btn{
    transform: rotate(90deg);
    left: -15px;
    top:40%;
}
.testimonial-sec .review-box .next-review-btn{
    transform: rotate(-90deg);
    right: -15px;
    top:40%;
}
.testimonial-sec .review-box .prev-review-btn:hover,.testimonial-sec .review-box .next-review-btn:hover{
    opacity: 1;
    color: #FFFFFF;
    cursor: pointer;
}
.testimonial-sec .review-box .navigate-btn{
    display: inline-block;
    position: absolute;
    color: #FFFFFF;
    opacity: .7;
    transition: .8s ease;
}
.testimonial-sec .review-box .navigate-btn i{
    color: #FFFFFF;
}
.testimonial-sec .review-box .navigate-btn span{
    display: inline-block;
    height: 2px;
    width: 20px;
    background-color: #FFFFFF;
    opacity: .7;
    margin-bottom: 5px;
    margin-right: 5px;
}
.testimonial-sec .reviews .review-body{
    background-color: #FFFFFF;
    padding: 25px;
    border-radius: 15px;
    padding-bottom: 80px;
}
.testimonial-sec .reviews .user-comment{
    font-size: 16px;
    font-weight: 300;
}
.testimonial-sec .reviews .comment-date{
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 12px;
    font-weight: 300;
}
.testimonial-sec .reviews .user-img{
    height: 100px;
    width: 100px;
    border: solid 2px #FFFFFF;
    border-radius: 50%;
    margin-top: -50px;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 1px 1px 15px #918f8f;
}
.testimonial-sec .reviews .user-name{
    font-size: 18px;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 3px;
    color: #FFFFFF;
}
.testimonial-sec .reviews .user-designation{
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: 300;
    color: #FFFFFF;
    opacity: .7;
}
.testimonial-sec .reviews .review-stars{
    margin-bottom: 0;
}
.testimonial-sec .reviews .review-stars li{
    display: inline-block;
}
.testimonial-sec .reviews .review-stars li i{
    color: #000000;
    font-size: 18px;
}
/* ===================================
        map sec
====================================== */
.contact-us-sec .contact-details{
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}

.contact-us-sec .contact-details .contact-heading{
    color: #FFFFFF;
    font-size: 40px;
    font-family: 'DynaPuff', cursive;
    font-weight: 300;
    margin-bottom: 20px;
    color: #FFFFFF;
}
.contact-us-sec .contact-details .contact-address{
    font-size: 16px;
    color: #FFFFFF;
    opacity: .8;
    font-family: 'DynaPuff', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list{
    padding-left: 0;
}
.contact-us-sec .contact-details .contact-list li{
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 300;
    list-style: none;
    color: #FFFFFF;
    font-size: 18px;
    opacity: .8;
}
.contact-us-sec .contact-details .contact-list li:nth-child(even){
    margin-bottom: 20px;
}
.contact-us-sec .contact-details .contact-list li:last-child{
    margin-bottom: 50px;
}
.contact-us-sec .contact-details .contact-s-media{
    padding-left: 0;
    margin-bottom: 0;
    right: auto;
    left: -10px;
}
.contact-us-sec .contact-details .contact-s-media li {
    list-style: none;
    margin-right: 10px;
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.contact-us-sec .contact-details .contact-s-media li:last-child {
    margin-right: 0;
}
.contact-us-sec .contact-details .contact-s-media li a{
    height: 30px;
    width: 30px;
    display: inline-block;
    text-align: center;
    padding-top: 2px;
    transition: .8s ease;
    font-size: 18px;
    color: #fff;
}
.contact-us-sec .contact-details .contact-s-media li:hover a{
    border-radius: 50%;
    background-color: #FFFFFF;
}

.contact-us-sec .contact-details .contact-s-media li a i{
    font-size: 18px;
    color: #FFFFFF;
}
.contact-us-sec .contact-details .contact-s-media li:hover a i{
    color: #2b2b2b;
}
.contact-us-sec .contact-details .page-footer{
    left: calc(50% - 125px);
}
/* ===================================
        map sec
====================================== */
.google-map{
    min-height: 400px;
    /*border: solid 8px #FFFFFF;*/
}

/* ===================================
        portfolio sec
====================================== */
.portfolio-sec .single-items h3 {
    font-size: 40px;
}
.portfolio-sec .portfolio-img{
    overflow: hidden;
    cursor: pointer;
    /*border:solid 5px #fff;*/
}
.portfolio-sec .portfolio-img:hover img{
    transform: scale(1.1);
}
.portfolio-sec.single-items p{
    margin-bottom: 30px;
    margin-top: 10px;
}
.portfolio-sec .owl-item{
}

/* ===================================
        project sec css
====================================== */

/* ===================================
    Project section css
====================================== */
.portfolio{
    padding: 0;

}
.project-sec{
    position: relative;
}
.project-sec .row{
    margin:0 !important;
}
.project-sec .project-area{
    position: relative;
}
.project-sec .project-area .project-img{
    height: 100vh;
}
.project-sec .project-area .project-img img{
    height: 100%;
    width: 100%;
}
.project-sec .project-area .project-detail{
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    color: white;

}
.project-sec .project-area .project-detail .project-sub-heading{
    font-family: Sour Gummy, sans-serif;
    font-size: 16px;
    color: #ef7474;
    margin-bottom: 35px;
    display: inline-block;
}
.project-sec .project-area .project-detail .project-sub-heading span{
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: #ef7474;
    margin-right: 8px;
    margin-bottom: 4px;
}
.project-sec .project-area .project-detail .project-heading{
    font-size:40px;
    font-family: 'DynaPuff', cursive;
    color: white;
    font-weight: 600;
    margin-bottom: 40px;
}
.project-sec .project-area .project-detail .project-text{
    font-family: 'Sour Gummy', sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: #FFFFFF;

    margin-bottom: 33px;
}
.project-sec .project-links{
    position: absolute;
    bottom: 5%;
    /*left: 8%;*/
    transform: translateY(-5%);
    z-index: 11;
    cursor: pointer;
}
.project-sec .project-links a i{
    color: white;
    font-size: 30px;
    transition: .8s ease;
}
.project-sec .project-links a:hover i{
    color: #ef7474;
}
.project-sec .owl-item.active .project-area .project-detail .animate-fade{
    /*animation: 1.5s slideInUp;*/
    animation: 1.5s zoomIn;
}
.project-sec .owl-item.active .project-area .project-detail .animate-box{
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-roll{
    /*animation: 2s slideInLeft;*/
    animation: 2s slideInLeft;
}
.project-sec .owl-item.active .project-area .project-detail .animate-in{
    /*animation: 1.5s slideInDown;*/
    animation: 1.5s slideInDown;
}
.project-sec .owl-item.active .project-area .project-detail .btn{
    padding: 5px 25px;
    font-size: 14px;
}
.color-black{
    color: black !important;
}
.bg-black{
    background-color: black;!important;
}
.color-white{
    color: white !important;
}


/* ===================================
        contact us form
====================================== */

.contact-sec .contact-box{
    padding: 20px 30px 20px 30px;
    border-radius: 15px;
}
.contact-sec .contact-box .small-heading{
    font-size: 40px;
    font-family: 'DynaPuff', sans-serif;
    font-weight: 300;
    margin-bottom: 15px;
    color: #FFFFFF;
}
.contact-sec .contact-box .small-text{
    margin-bottom: 20px;
    color: #FFFFFF;
    opacity: .8;
}
.contact-sec .contact-form .my-form{
    position: relative;
}
.contact-sec .contact-form .my-form .form-control{
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #FFFFFF;
}
.contact-sec .contact-form .my-form input{
    margin-bottom: 20px;
    /*border-radius: 10px;*/
    padding: 20px;
    background-color: transparent;
}
.contact-sec .contact-form .my-form input[placeholder]{
    color: #FFFFFF;
    font-size: 14px;
}
.contact-sec .contact-form .my-form input::placeholder,.contact-sec .contact-form .my-form textarea::placeholder{
    color:#FFFFFF;
}
.contact-sec .contact-form .my-form textarea{
    border-radius: 10px;
    padding: 20px;
    background-color: transparent;
}
.contact-sec .contact-form .my-form textarea[placeholder]{
    color: #444444;
    opacity: .8;
    font-size: 14px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: transparent;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
}
.display-error{
    position: absolute;
    top:-45px;
    left:15px;
    right: 15px;
}
.user-contact{
    background-color: #FFFFFF;
    font-size: 14px;
    border:solid 1px #fff;
    padding: 5px 30px;
    color: #2b2b2b;
    transition: .8s ease;
    margin-top: 20px;
    width: 100%;
}
.user-contact:hover{
    background-color: #ef7474;
    border:solid 1px #ef7474;
    color: #FFFFFF;
}
/***********************************/
/********standalone page css********/
/***********************************/
.slider-sec {
    min-height:500px;
    position: relative;
}
.slider-sec .overlay{
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(20, 32, 34, 0.70);
}
.slider-sec .overlay h4{
    font-family: 'DynaPuff', cursive;
    font-weight: bold;
    font-size: 38px;
    color: #FFFFFF;
    margin-top: 40%;
    margin-bottom: 10px;
}
.crumbs{
    position: relative;
}
.crumbs .breadcrumb-items{
    display: inline-block;
}
.crumbs .breadcrumb{
    margin-bottom: 0;
    border-radius: 0;
    padding: 15px 50px;
    background-color: transparent;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #FFFFFF;
}
.crumbs .breadcrumb li a{
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Sour Gummy', sans-serif;
    text-decoration: none;
}
.crumbs .breadcrumb li a:hover{
    color: #ef7474;
}
/*crumbs end*/

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}
.standalone-row .stand-img-des{
    padding-left: 30px;
    text-align: center;
}
.standalone-row:nth-child(2) .stand-img-des{
    padding-left: 0;
    padding-right: 30px;
}
.standalone-detail .sub-heading{
    color: #ef7474;
    margin-bottom: 20px;
}
.standalone-area .sub-heading{
    color: #ef7474;
    margin-bottom: 8px;
}
.standalone-detail .heading{
    margin-bottom: 20px;
    font-size: 40px;
    color: #2b2b2b;
    font-weight: 500;
    font-family: 'DynaPuff', cursive;
}

.standalone-detail .para_text{
    color: #535353;
    font-weight: 500;
    font-family: Sour Gumm , sans-serif;
    text-align: center;
    font-size: 15px;
    margin: 0 auto;
    line-height: 2.1;
}

.standalone-detail{
    padding-bottom: 100px;
}
.standalone-area .gradient-text1{
    font-family: 'DynaPuff', cursive;
    font-weight: 500;
    margin-bottom: 12px;
}
.standalone-area .stand-img-des .para_text{
    font-family: 'Sour Gummy', sans-serif;
    color: #535353;
}

/* ===================================
    Media Queries
====================================== */


@media screen and (max-width: 767px){
    .single-items {
        height: auto;
    }
    .single-items h3 {
        font-size: 2.5rem;}

    /*services css*/
    .feature-item{
        margin-bottom: 10px;
        margin-left: 30px;
    }
    .feature-item:nth-child(2) {
         margin-top: 0;
    }
    /*pricing css*/
    .pricing-sec{
        height: auto;
        padding: 4.5rem 0;
    }
    .pricing-sec .pricing-card {
        border-right: none;
    }
    /*footer*/
    .footer-social a {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }
    .standalone-area .sub-heading{
        margin-top: 20px;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .standalone-area {
        /*padding-bottom: 0;*/
    }
    .project-sec .project-area .project-detail {
        left:0;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    /***********************************/
    /********standalone page css********/
    /***********************************/
    .standalone-row:not(:last-child) {
        margin-bottom: 8rem;
    }

    .standalone-area .sub-heading {
        margin-top: 20px;
    }

    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }

    .standalone-row .stand-img-des {
        padding-left: 18px;
        padding-right: 18px;
    }
    .project-sec .project-area .project-detail {
        left:0;
    }
}




