
@charset "UTF-8";

html, body {
/*    color: #4a4a4a;*/
    font-size: 16px;
    line-height: 1.5;
/*    line-height: calc( 120% + 3.2 * (100vw - 960px) / (320 - 960) );*/
/*    line-height: calc( 24px + ( 28 - 24 ) * ( 100vw - 300 ) / ( 1200 - 300 ) );*/
    letter-spacing: .5px;
	scroll-behavior: smooth;
    font-family: 'Ubuntu', sans-serif;
/*
font-family: 'Fredericka the Great', cursive;
font-family: 'Cabin Sketch', cursive;
font-family: 'Laila', serif;
font-family: 'Germania One', cursive;
font-family: 'Nosifer', cursive;
*/
}
*{
    margin: 0;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
*:hover{
    -webkite-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
a:hover{text-decoration: none}
.contaoner-fluid {
    overflow: hidden;
}
img{
    max-width: 100%
}
.img-cta{
    max-width: calc(60px + 1vw);
}
 legend {
    font-size: calc(1.275rem + 0.3vw);
  }
 h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
}
h1, .h1 {
    font-size: calc(1.475rem + 1.5vw);
    margin-bottom: 1rem;
  }
h1.small {
    font-size: calc(1.475rem + .4vw);
  }
h2, .h2 {
    font-size: calc(1.275rem + 1vw);
    margin-bottom: 1rem;
  }
h2.small {
    font-size: calc(1.275rem + .5vw);
  }
h3, .h3 {
    font-size: calc(1.175rem + .8vw);
    margin-bottom: .75rem;
  }
h3.small {
    font-size: calc(1.175rem + .4vw);
  }
h4, .h4 {
    font-size: calc(1.075rem + .5vw);
    margin-bottom: .5rem;
  }
h4.small {
    font-size: calc(1.075rem + .2vw);
  }
h5, .h5 {
    font-size: calc(1.050rem + .4vw);
    margin-bottom: .25rem;
  }
h6, .h6 {
    font-size: calc(1.025rem + .2vw);
    margin-bottom: .25rem;
}
.display-1 {
    font-size: calc(1.275rem + 2.2vw);
  }
.display-2 {
    font-size: calc(1.475rem + 2.7vw);
  }
.display-3 {
    font-size: calc(1.575rem + 3.9vw);
  }
.display-4 {
    font-size: calc(1.675rem + 5.1vw);
  }
.display-5 {
    font-size: calc(1.725rem + 5.7vw);
  }
.font-4 {
    font-weight: 400
}
.font-5 {
    font-weight: 500
}
.font-6 {
    font-weight: 600
}
.oswald {
    font-family: 'Oswald', sans-serif;
}
/*---------------------------*/
.green {
    color: #008000
}
.green-1 {
    background: #81bb5a
/*    //#99d89b;*/
}
.green-2 {
    color: #265f00
}
.green-3 {
    background: #153500
}
.white {
    color: #fff
}
.anti-white {
    color: #f7d9b1;#ffd8a6
}
.red {
    color: #ff0000
}
.yellow {
    color: #fbff00
}
.color-prim {
    color: #ff9900
}
.color-sec {
    color: #100e17
}
.color-terit {
    color: #ff9900
}
.choclete {
    color: #ab4b23
}
.bg-prim {
    background: #100e17
/*        #ff2d29*/
}
.bg-sec {
    background: #f58820
}
.bg-sec-gred {
    background-image: linear-gradient(rgb(245, 132, 36, .5), #f58820)
}
.bg-sec-gred-3 {
    background-image: linear-gradient(#f58820, rgb(245, 132, 36, .5), #f58820)
}
.bg-terit {
    background: #4a041b/*#322c42*/;
}
.bg-terit-gred {
    background-image: linear-gradient(rgb(245, 132, 36, .5), #623421)
}
.bg-terit-gred-3 {
    background-image: linear-gradient(#8e2749, rgb(245, 132, 36, .5), #8e2749)
}
.bg-light {
    background: #f0eeee !important;
}
.bg-dark {
    background: #212123 !important;
}
.bg-chocolete {
    background: #8e2749
}
.bg-red {
    background: #ff2d29
}
.bg-orange-3 {
    background: #af5b09
}
.border-prim {
    border-color: #ff2d29
}
.border-sec {
    border-color:#f58820
}
.btn-primary {
    background: #f00
}
.btn-primary:hover {
    background: #c00
}
.btn-secondry {
    background: #0f0c33
}
.btn-secondry:hover {
    background: #181368
}
/*--------- Background ---------*/
.bg-anti-white {
    background: #f7d9b1
}
.bg-green {
    background: #008000
}
.bg-green-1 {
    background: #81bb5a
/*    //#99d89b;*/
}
.bg-green-2 {
    background: #265f00
}
.bg-green-3 {
    background: #153500
}
.bg-green-gred {
    background-image: linear-gradient(rgb(39, 169, 61), rgb(2, 93, 17))
}
.bg-green-gred-3 {
    background-image: linear-gradient(rgb(2, 93, 17), rgb(39, 169, 61), rgb(2, 93, 17))
}
/*---------- Buttons -----------*/
.btn {
    padding: .5rem 1rem;
	border: none;
	outline: none;
}
.btn:hover {
	color: #fff;
}
.btn-sm {}
.btn-md {}
.btn-lg {}
.btn-fancy{
    border-radius: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
	display: -ms-flex;
	display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in;
    transition: all .35s ease-in;
    padding: 10px 20px;
    font-size: 18px;
	width: 100%;
/*	font-size: calc(12px + .2vw);*/
}
.btn-fancy i {
    margin-left: 8px;
    -webkite-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.btn-fancy:hover i{
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}
.btn-fancy:hover{
    background: -webkit-gradient(radial, center center, 0, center center, 460, from(#4585ce), to(#07057f));
    background: -webkit-radial-gradient(circle, #4585ce 30%, #4585ce 80%, #07057f);
    background: -moz-radial-gradient(circle, #4585ce 30%, #4585ce 80%, #07057f);
    background: -ms-radial-gradient(circle, #4585ce 30%, #4585ce 80%, #07057f);
    background: radial-gradient(circle, #4585ce 30%, #4585ce 80%, #07057f);
    -webkite-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.btn-big {
    font-size: calc(1.075rem + .2vw);
    padding-top: calc( .5rem + .2vw );
    padding-bottom:  calc( .5rem + .2vw );
}
.btn-img {
    display: block;
    margin:1rem auto;
    width: calc(180px + 4vw);
}
.btn-social {
    width: calc(120px + 5vw);
    
}
button h1, button h2, button h3, button h4, button h5, button h6, button p {
    margin-bottom: 0
}
.pos-rel {
    position: relative
}
.fix {
    position: fixed
}
.left {
    left: 0
}
.right {
    right: 0
}
.top-50 {
    top: 50%
}
.bottom-10 {
    bottom: 10%
}
.opacity-0 {
	opacity: 0;
}
.h-w-100 {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.zoom:hover img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}
.arrow-left::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    right: 100%;
    background: #f0eeee;
    -webkit-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    -moz-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    -ms-clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 50%, 100% 0%, 100% 100%);
    z-index: -1;
}
i.h1, i.h2 {
    margin: 0;
}
ol, ul {
    margin: 0;
    padding: 0;
}
ul.arrow {
    list-style: none;
    padding-left: calc(48px + 1vw);
    font-size: calc( 17px + ( 22 - 17 ) * ( 100vw - 300px ) / ( 1920 - 300 ) );
}
ul.arrow li {
    position: relative;
    margin-bottom: calc( .75rem + .25vw);
    font-weight: 400;
}
ul.arrow li::before {
    content: '';
    position: absolute;
    top: calc( 4px + .25vw );
    width:calc(44px + 1vw);
    height: 26px;
    right: 101%;
    background: url(../images/icons/arrow.png) no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}
ul.arrow li strong{
    font-weight: 500;
/*    color: #efefef;*/
}
ul.big li {
    font-size: calc(1.075rem + .5vw);
/*    font-size: calc(20px + (26 - 20) * ((100vw - 300px) / (1200 - 300)));*/
}
.box-shadow {
    -webkit-box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 .5rem rgba(0,0,0,0.5);
    box-shadow: 0 0 0.5rem rgba(0,0,0,0.5);
}
/* --- Header Style --- */
.top-header{
    background: #623421/*#322c42*/;
    color: aliceblue;
    padding: .25rem;
    font-weight: 600;
}
.top-header a {
    color: #4a4a4a;
}
.top-header a i{
    color: #ff2d29;
    padding-right: 8px;
    vertical-align: middle;
}
.top-header ul.social-media {
    list-style: none;
    margin-bottom: 0;
}
.top-header ul.social-media li {
    display: inline-block;
}
.midd-header {
/*    padding: .5rem;*/
}
.midd-header h6 {
    font-size: calc(1.025rem + .1vw);
}
.midd-header i {
    margin-bottom: 0
}
.midd-header .arrow-left::before {
    width: calc(12px + .5vw);
}
/*
h5.address {
	display: inline-block;
	border-top: 2px solid red;
	border-right: 2px solid red;
	border-bottom: 2px solid red;
}*/
.navigation {
	width: 100%;
    background: #100e17;/*#153500*/
    border-bottom: 2px solid #ff9900/*#726792*/;
}
.navigation.fixed {
    position: fixed;
    top: 0;
    z-index: 9;
}
.navbar-toggler {
    border-color: rgba(255,255,255,.5) !important;
}
.navbar-toggler-icon i {
    color:#fff;
    font-size:28px;
}
.navbar-nav li > a {
    color: #fff;
}
.navbar {
/*    padding: .25rem 1rem;*/
    padding: 0;
}
.navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
}
.logo img {
    max-height: 90px;
}
.small-logo {
	opacity: 0;
    position: relative;
    margin-right: 40px;
    height: 48px;
	-webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.logo-scrolled {
    opacity: 1;
}
.nav-left {
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    left: -100px;
}
.nav-right {
    left: 0;
}
#main-navigation > ul > li > a {
    padding: 12px 20px;
    white-space: nowrap;
    color: #fff;
}
#main-navigation > ul > li:hover > a, #main-navigation > ul > li > a.active {
    background: #ff9900/*#332c42*/;
}
#main-navigation > ul > li > a.active:hover {
    background: #ad6304;
}
#main-navigation > ul > li.nav-item {
    position: relative;
}
#main-navigation > ul > li.nav-item > ul.sub-menu {
    position: absolute;
    list-style: none;
    opacity: 0;
    left: 0;
    right: 0;
    top: 50px;
    z-index: 9;
    background: #f0eeee;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#main-navigation > ul > li.nav-item:hover ul.sub-menu {
    opacity: 1 !important;
    top: 40px;
}
#main-navigation > ul > li.nav-item > ul.sub-menu >li{
    padding: 8px 20px; 
}
#main-navigation > ul > li.nav-item > ul.sub-menu >li:not(:last-child){
    border-bottom: 1px dotted rgba(0,0,0, .5);
}
ul.sub-menu >li a {
    color: #4a4a4a;
}
/*
ul.sub-menu >li a:hover{
    color: #fff;
}
*/
#main-navigation > ul > li.nav-item > ul.sub-menu >li:hover{
    background: #dc0000;
    color: #fff;
}
#main-navigation > ul > li.nav-item > ul.sub-menu >li:hover a {
    color: #fff;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.box-shadow-small {
	-webkit-box-shadow: 0 0 .25rem rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 .25rem rgba(0,0,0,0.3);
    box-shadow: 0 0 .25rem rgba(0,0,0,0.3);
}
.box-shadow-small:hover{
	-webkit-box-shadow: 0 0 .5rem rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 .5rem rgba(0,0,0,0.5);
    box-shadow: 0 0 .5rem rgba(0,0,0,0.5);
}

#banner {
/*    background: url('../images/bg/business-green-background.jpg') no-repeat center center;*/
    background: url('../images/bg/patten-green-2.gif') repeat;
/*
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
*/
}
/*
#banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(255,0,0,0.03), rgb(106,77,100,.7))
}
*/
#banner h1 {
    font-size: calc( 36px + ( 52 - 36 ) * ( 100vw - 300px ) / ( 1920 - 300 ) );
}
.banner-point {}
.banner-point .bg-green, .banner-point .bg-green-2, .banner-point .bg-green-3{
    border-top-right-radius:1rem
}
.banner-point h4 {
    position: relative;
    font-weight: 600;
    padding-left: calc(24px + .5vw);
}
.banner-point h4::before {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    left: 0;
    font-style: normal;
    text-rendering: auto;
}
.form-header {
    background: #100e17
}
.get-started {
    -webkit-animation: floating 2s ease-in-out infinite;
    -moz-animation: floating 2s ease-in-out infinite;
    animation: floating 2s ease-in-out infinite;
}
#what-is .row {
    position: relative;
    top: -20px;
}
#benefits {
/*    background: url('../images/bg/bg-medicine.jpg') no-repeat center center;*/
/*
    background: url('../images/bg/business-green-background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
*/
    position: relative;
}
#benefits::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(rgb(106,77,100,.5), rgb(255,0,0,0.05));
}
#benefits h2 {
    font-size: calc( 30px + ( 42 - 30 ) * ( 100vw - 300px ) / ( 1920 - 300 ) );
}
#how-it-work {}
#cta h2 {
    font-weight: 400
}
#cta button a h3 {
    color: aliceblue;
}
#use ol li {
    line-height: 1.4;
    margin-bottom: .75rem
}
#use ol:nth-of-type(even) li {
    line-height: 1.5 !important
}
#faq {}
#faq .accordion {
    background-color: #100e17;
    color: #fd9918;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    position: relative;
    -webkit-border-top-right-radius: 10px;
    border-top-right-radius: 10px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
#faq .accordion:after {
    content: '\002B';
    font-weight: bold;
/*
    float: right;
    margin-left: 5px;
*/
    top: 50%;
    position: absolute;
    right: 8px;
    transform: translateY(-50%);
}
#faq .active, #faq .accordion:hover {
    background-color: #623421;
    color: aliceblue;
}
#faq .active:after {
    content: "\2212";
    color: aliceblue;
}
#faq button.accordion {
    font-size: calc( 18px + ( 22 - 18 ) * ( 100vw - 300px ) / ( 1920 - 300 ) );
}
#faq p {
    padding: 10px 0;
    margin-bottom: 10px
}
.panel {
    padding: 3px 20px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    font-size: 1.1em;
    color: #424141;
    transition: max-height 0.3s ease-in-out;
}
.owl-theme .owl-dots .owl-dot span {
    background: #fd9918;
}
#ingredients .ingredients-col {
    padding-top: 70px;
    height: 100%;
    text-align: center;
/*    box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.5);*/
}
.circle {
    background: #fff;
    position: absolute;
    top: -60px;
    left: 50%;
    height: 120px;
    width: 120px;
    padding: 3px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border: 3px solid #ff9900;
}
.circle img {
    border-radius: 50%;
}
.ingredients-col .content {
    padding-top: 66px;
    position: relative;
    background: #fff;
    color: #f7d9b1;
    padding-left: 12px;
    padding: 66px 12px 16px;
    border-radius: 6px;
    background: url('../images/bg/patten-green-2.gif') repeat;
}
.ingredients-col .content h4 {
    color: #efefef;
}
.title-line {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}
.title-line::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 2px;
    background: #fe9918;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pages-title {
    position: relative;
    margin-bottom: calc(1rem + .5vw)
}
.pages-title::before {
    position: absolute;
    content: '';
    height: 3px;
    width: 100%;
    bottom: -8px;
    -webkit-background-image: linear-gradient(to right, rgba(200, 200, 200, .2), rgba(200, 200, 200, .9), rgba(200, 200, 200, .3), rgba(200, 200, 200, .9), rgba(200, 200, 200, .2));
    background-image: linear-gradient(90deg, rgba(200, 200, 200, .2), rgba(200, 200, 200, .9), rgba(200, 200, 200, .3), rgba(200, 200, 200, .9), rgba(200, 200, 200, .2));
}
.contact-icon {
    position: relative;
    border: 3px solid #fe9918;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: calc(80px + 2vw);
    height: calc(80px + 2vw);
}
.contact-icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
ul.about-point {
    position: relative;
    list-style: none;
    padding-left: 22px;
}
ul.about-point li::before {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f00c";
    -webkit-font-smoothing: antialiased;
    left: 0;
    font-style: normal;
    text-rendering: auto;
    color: #fe9918;
}
form#form-contact-page label {
    color: antiquewhite
}

#packages {}
#packages h2.title {
    margin-bottom: .5rem
}
.package {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border: 2px solid #f58820;
}
#basic {
    border-right: 8px solid #f58820;
}
.duration {
    position: relative;
    left: 1rem;
    display: inline-block
}
.duration::before {
    position: absolute;
    font-family: "FontAwesome";
    font-weight: 300;
    content: "\f0a4";
    -webkit-font-smoothing: antialiased;
    left: -28px;
    color: #fe0f02;
    font-style: normal;
    text-rendering: auto;
}
#premium {
    border: 2px solid #008000;
    border-right: 8px solid #008000;
}
#royal{
    border: 2px solid #8e2749;
    border-right: 8px solid #8e2749;
}
/*------- Custom -------*/
.section-header {
    padding: .5rem;
}
.section-title {
    position: relative;
    padding-bottom: .5rem;
    margin-bottom: 1rem;
}
.section-title::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 3px;
    background: #dc0000;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.section-sub-title {
    padding-bottom: .25rem;
    margin-bottom: 1rem;
    max-width: calc( 90% - 5vw );
    margin-left: auto;
    margin-right: auto;
}
.title-line-start {
    position: relative;
    padding-bottom: .25rem;
}
.title-line-start::before {
    content: "";
    position: absolute;
    width: 5rem;
    height: 2px;
    background: #fe9918;
    top: 100%;
}
.section-content {
    position: relative;
}

.top-three-col {
    position: relative;
    top: -20px;
}
ul.events {
    list-style-type: none;
}
ul.events li span {
    float: right;
}
ul.events li {
    margin-bottom: .5rem;
    border-bottom: 1px dotted rgba(255, 255, 255, .8);
}
#welcome {}
#welcome i.fa-solid {
    color: #ff9900;
    border: 3px solid #ff9900;
    border-radius: 50%;
    padding: 5px;
}
/*
#welcome::before{
    content: "";
    position: absolute;
    right: 0;
    width: 143px;
    height: 343px;
    bottom: 0;
    transform: translateY(-50%);
    background: url('../images/bg/design-right.jpg') no-repeat;
}
*/
.welcome-col-right {
    position: relative;
    text-align: justify;
}
.image-box-bordered {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    border: 10px inset rgba(100, 100, 100, 0.3);
}
.caption {
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.7);
    padding: .40rem;
    text-align: center;
}
.caption h4 {
    margin-bottom: 0;
	font-size: calc( 20px + ( 24 - 20 ) * ( 100vw - 300px ) / ( 1200 - 300 ) );
    color: #ff2d29;
/*    color: #c3339f;*/
}
.image-box-bordered:hover h4 {
    color: #fff;
}
.image-box-bordered:hover .caption{
/*    background-color: rgba(255, 45, 41, 0.6);*/
    background-color: rgba(195, 0, 160, 0.7);
    -webkit-transition: all .35s ease-in-out;
    -moz-transition: all .35s ease-in-out;
    transition: all .35s ease-in-out;
}
/*------ Our services -------*/
.our-clinic-form-bg {
    background: #942181;
    color: #fff;
    padding: 15px;
    box-shadow: 0px 0px 9px #696666;
}
/*--------- Services ---------*/
#services {}
#services .content {
	background: #fff;
	height: 100%;
}
#services .content .text {
    padding: 1rem;
}
/*--------- Ddesigns --------*/
#our-designs{}
#our-designs .content, #latest-work img {
    margin-bottom: 1.75rem;
}
#our-designs .content:hover .bg-sec{
    background: #ff2d29;
    -webkite-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
/*
#our-designs .items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-flex-pack: justify;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
*/
/*
#our-designs .items .item {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -moz-inline-flex;
    display: -ms-flexbox;
    display: -ms-inline-flex;
    display: inline-flex;
    width: calc( 25% - .5rem + 1px );
    margin-bottom: .5rem;
}
*/
/*
#our-designs .items .item:not(:first-child + 3n){
    margin-left: .5rem
}
*/
/*--------- What --------*/
#what {}
#what .what-col.one .section-title::before, #what .what-col.two .section-title::before, #contact-ifrme .section-title::before {
    background: #fff;
}
.what-col.one, .what-col.two {
    height: 100%;
    color: #fff !important;
    padding: 2rem;
    position: relative;
}
.what-col.one::before, .what-col.two::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.what-col.one {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.what-col.one::before {
    background: rgba(255, 0, 170, 0.6);
}
.what-col.two {
    background: url() no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.what-col.two::before {
    background: rgba(255, 45, 41, 0.6);
/*    background: rgba(255, 140, 0, .7);*/
/*    background: rgba(255, 100, 0, .6);*/
}
#we-do {}
#we-do .title-line-start::before, #articles .title-line-start::before{
    background:#ff2d29; 
}
#articles {}
/*------ Testimonials -------*/
#testimonials {
    position: relative;
}
#testimonials::before {
    content: "";
    position: absolute;
    right: 90%;
    width: 143px;
    height: 343px;
    top: 50%;
    transform: translateY(-50%);
    background: url('../images/bg/design-left.jpg') no-repeat;
}
.testimonial-content {
    padding: 0 10px;
}
.testimonial-text {
    background: #623421/*#322c42*/;
    color: aliceblue;
    padding: 1rem;
    border-radius: 10px;
    position: relative;
}
.testimonial-text::before {
    content: "";
    position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #f0eeee;
    top: 100%;
    left: calc(30px + 4vw);
}
.testimo-image {
    max-width: calc(80px + 5vw);
    height: auto;
    float: left;
    margin-left: calc(4px + 1.5vw);
    margin-right: calc(4px + 1.5vw);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid #dee2e6;
}
/*
#testimonials .owl-dot{
    border: 1px solid rgba(0, 0, 0, 0.2);
}
#testimonials .owl-dot:not(:last-child) {
    margin-right: .5rem;
}
*/
#testimonials .owl-dot.active span {
    background: #dc0000;
}


/*------- footer-upper --------*/
footer {
    color: #efefef;
}
footer h5 {
    font-weight: 400;
}
#footer i.fa-brands, #footer i.fa-solid {
    color: #ff9900;
}
#footer-upper {
    color: #fff;
}
.contact-info {
    margin: .75rem 0;
}
.contact-info .icon {
    width: 50px;
    height: 50px;
    padding: .5rem;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-bottom: .5rem;
}
.contact-info .icon:last-of-type{
    margin-top: 1rem;
}
ul.footer-menu, ul.social {
    list-style: none;
/*
    text-align: center;
    margin-bottom: 0;
*/
}
ul.footer-menu li {
    border-bottom: 1px dotted rgba(255, 255, 255, .4);
    margin-bottom: .35rem;
/*
    display: inline-block;
    vertical-align: middle;
*/
}
/*
ul.footer-menu li:not(:last-child) {
    border-right: 2px solid #ff2d29;
}
*/
ul.footer-menu li i.fa {
    padding-right: .25rem;
    color: #ff9900
}
ul.footer-menu li a {
    color: aliceblue;
/*    color: #4a4a4a;*/
    white-space: nowrap;
    padding: .25rem;
}
ul.footer-menu li a:hover, ul.footer-menu li a.active {
    color: #fe9918;
}
ul.social li {
    display: inline-block;
    font-size: calc(1.075rem + .6vw);
}
ul.social li:not(:last-child){
    margin-right: calc(.5rem + .5vw)
}
ul.social li a {
    color: #efefef;
}
ul.social li a:hover {
    color: #fe9918;
}
footer hr {
    background: #adadad
}
#copyright {
    color: #a9a9a9;
    text-align: center;
    background: #322c42;
}
#copyright a{color:#fff }

/*---- Slide Contact Form ----*/
.slide-contact-form {
    width: 300px;
    position: fixed;
    top: 50%;
    left: -300px;
	z-index: 9;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fbfbfb;
    border: 4px solid rgba(255, 45, 41, 0.9);
/*    border: 4px solid #cccccc;*/
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.slide-contact-form-open {
    left: 0;
}
.slide-contact-form-inner {
    position: relative;
    padding: 10px;
}
.btn-slide-contact-form-open-close {
    position: absolute;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-34%, -58%) rotate(90deg);
    -moz-transform: translate(-34%, -58%) rotate(90deg);
    -ms-transform: translate(-34%, -58%) rotate(90deg);
    transform: translate(-34%, -58%) rotate(90deg);
}
.btn-rotate {
    color: #fff;
    background: #dc0000;
    padding: 5px 12px;
    font-size: 18px;
    white-space: nowrap;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    -ms-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;
}
.btn-slide-contact-form-submit {
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -ms-border-radius: 22px;
    border-radius: 22;
    max-width: 60%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: .5rem 2.5rem;
    color: #fff;
}
.btn-slide-contact-form-submit:hover {
    color: #fff;
}
#slide-contact-form-left h4 {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
/*    margin-bottom: calc( 16px + 1vw );*/
    font-size: calc( 20px + ( 24 - 20 ) * ( ( 100vw - 300px ) / ( 1200 - 300 ) ));
}
#slide-contact-form-left h4::before {
    content: '';
    position: absolute;
    height: 8px;
    width: 80%;
    top: 100%;
    left: 50%;
/*    top: calc( 100% + .3vw );*/
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    overflow: visible;
    background: -webkit-radial-gradient(ellipse at 50% -50%, #dc0000 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -moz-radial-gradient(ellipse at 50% -50%, #dc0000 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: -ms-radial-gradient(ellipse at 50% -50%, #dc0000 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    background: radial-gradient(ellipse at 50% -50%, #dc0000 0px, rgba(255, 255, 255, 0) 80%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
#slide-contact-form-left input {
    height: 40px;
    border: 2px solid #a09e9e;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
#slide-contact-form-left textarea {
    border: 2px solid #a09e9e;
    height: 80px !important;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}
#slide-contact-form-left .form-control {
    padding-left:16px
}
#slide-contact-form-left p {
    margin-bottom: 0;
}

/*--------- Scroll To Top ---------*/
.scrollTop {
	position: fixed;
	opacity: 0;
	z-index: 1;
	bottom: calc(1rem + .5vw);
	right: calc(1rem + 1vw);
	transition: all 0.4s ease-in-out 0s;
}
.scrollTop a i{
	font-size: calc(30px + (36 - 30) * ((100vw - 300px) / (1200 - 300)));
	color: #ff2d29;
}


/*--------- Pages ---------*/
.pages-banner {
    position: relative;
    background: url(../images/bg/pages-header.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.pages-banner::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
h2.page-title {
    padding-top: calc(1.075rem + 5vw);
    padding-bottom: calc(1.075rem + 5vw);
/*    font-size: calc(1.075rem + 4vw);*/
    font-size: calc(30px + (60 - 30) * (100vw - 300px) / (1200 - 300));
/*    padding: 3rem .5rem;*/
    color: #e4e4e4;
}
.content-image-left {
    width: calc(300px + 10vw);
    margin-right: calc(10px + 2vw);
}
.content-image-right {
    width: calc(300px + 10vw);
    margin-left: calc(10px + 2vw);
    margin-top: calc(2px + 1vw);
}
i.x-big {
	font-size: calc(40px + (48 - 40) * ((100vw - 300px) / (1200 - 300)));
}
.services {
	border-top: 1px solid rgba(0,0,0,.2);
	border-left: 1px solid rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.2);
	border-bottom: 5px solid #dc0000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 1.25rem;
	overflow: hidden;
}
.services-text {
	padding: 1rem;
}
.services-text h1 {
	position: relative;
	padding-bottom: .75rem;
}
.services-text h1::before, .services-text h1::after{
	position: absolute;
	content: "";
	bottom: 0;
	height: 1px;
}
.services-text h1::before {
	left: 0;
	width: 30%;
	height: 2px;
	background: #dc0000;
}
.services-text h1::after {
	right: 0;
	left: 30%;
	background: rgba(0,0,0,0.3)
}

.contact-ifrmae {
    height: calc( 300px + 10vw );
}
/**********Gallery**************/
.my-gallery {
  width: 100%;
  float: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin: auto;
    justify-content: space-around;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}
.gallery-itom {
    width: calc(33% - 3px);
}
.my-gallery img {
  width: 100%;
  height: auto;
}
.my-gallery figure {
  display: block;
  float: left;
  margin: 0 5px 5px 0;
  width: 150px;
}
.my-gallery figcaption {
  display: none;
}
.gallery-itom-content {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 5px;
}
.gallery-itom img {
    width: 100%;
    height: auto;
}
.gallery-itom img:hover{
    transform: perspectivescale3d(.2);
    overflow: hidden;
}
.gallery-itom-content-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
    background: rgba(100, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.gallery-itom-content-overlay:hover {
    opacity: 1;
}
.gallery-itom-content-overlay p {
    text-align: center;
    color: #c5c5c5;
    position: absolute;
    padding: 10px 20px;
    top: 50%;
    left: 50%;
    width: 90%;
    border-radius: 8px;
    -webkit-transform: translate(-11%, -50%);
    -ms-transform: translate(-11%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid white;
}
.gallery-itom-content-overlay p:after {
   content: "\0460";
    color: #fff;
    font-size: 4rem;
  position: absolute;
  top: -30px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.my-gallery .gallery-itom img {
    transition:all .2s ease-in-out;;
}
.my-gallery .gallery-itom img:hover .gallery-overlay{
    background: rgba(0, 0, 0, 0.3);
    transition:background-color .3s ease-in-out;    
}
.gallery-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.0)
}
.my-gallery .gallery-itom img:hover{
}

/* Style the Image Used to Trigger the Modal */
#myImg01, #myImg02, #myImg03, #myImg04, #myImg05, #myImg06, #myImg07, #myImg08, #myImg09, #myImg10, #myImg11, #myImg12 {-webkit-border-radius: 5px;-moz-border-radius: 5px;  border-radius: 5px;  cursor: pointer;  transition: 0.3s;}
.modal {  display: none;  position: fixed;  z-index: 999;  padding-top: 100px;  left: 0;  top: 0;  width: 100%;  height: 100%;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content {  margin: auto;  display: block;  width: 80%;  max-width: 700px;}
#caption {  margin: auto;  display: block;  width: 80%;  max-width: 700px;  text-align: center;  color: #ccc;  padding: 10px 0;  height: 50px;}
.modal-content, #caption {   animation-name: zoom;  animation-duration: 0.6s;}
@keyframes zoom {  from {transform:scale(0)}   to {transform:scale(1)}}
.close01, .close02, .close03, .close04, .close05, .close06, .close07, .close08, .close09, .close10, .close11, .close12 {  position: absolute;  top: 15px;  right: 35px;  color: #f1f1f1;  font-size: 40px;  font-weight: bold;  transition: 0.3s;}
.close01:hover, .close01:focus, .close02:hover, .close02:focus, .close03:hover, .close04:focus, .close05:hover, .close05:focus, .close06:hover, .close06:focus, .close07:hover, .close07:focus, .close08:hover, .close08:focus, .close09:hover, .close09:focus, .close10:hover, .close10:focus, .close11:hover, .close11:focus, .close12:hover, .close12:focus {  color: #bbb;  text-decoration: none;  cursor: pointer;}
@media only screen and (max-width: 700px){  .modal-content {    width: 100%;  }}

@keyframes floating{
    50%{
        -webkit-transform: translateY(-16px);
        -moz-transform: translateY(-16px);
        transform: translateY(-16px);
    }
}
@media screen and (max-width:768px){
    div.res-four{
        width: calc( 50% - 10px );
        
    }

}

@media (min-width:1200px) {
    h2.page-title {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }
	h1, .h1 {
		font-size: 44px;
	}
	h2, .h2 {
		font-size: 38px;
	}
	h3, .h3 {
		font-size: 30px;
	}
	h4, .h4, ul.social li {
		font-size: 22px;
	}
	h5, .h5 {
		font-size: 22px;
	}
	h6, .h6 {
		font-size: 20px;
	}
    #slide-contact-form-left h4, .caption h4 {
        font-size: 24px;
    }
    .scrollTop a i {
        font-size: 36px;
    }
}

@media (max-width: 992px) {
/*
    #our-designs .items .item {
        width: calc( 33% - .25rem );
    }
*/
}


@media (max-width: 767px) {
    #main-navigation .nav-left {
        left: 0;
    }
    .gallery-itom {
    width: calc(49% - 3px);
}
/*
    .gallery-itom {
    width: 49%;
}
*/
/*
    #our-designs .items .item {
        width: calc( 50% - .25rem);
    }
*/
}

@media (max-width:575px){
    .midd-header h6 {
        border-bottom: 1px dashed #fe9918
    }
/*
    #our-designs .items .item {
        width: 100%;
    }
*/
    
}