@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display+SC:ital,wght@0,400;0,700;0,900;1,400;1,700;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cedarville+Cursive&display=swap');
h1,h2,h3,h4,h5,h6{font-size: 22px; margin: 0px; padding: 0px; font-weight: 600; font-family: 'Playfair Display SC', serif;}
ul{padding: 0px; margin: 0px; list-style-type: none;}
li{padding: 0px; margin: 0px; font-size: 14px;}
a{font-size: 14px; font-family: 'Raleway', sans-serif;}
a:hover{text-decoration: none;}
p{font-size: 14px; padding: 0px; margin: 0px; font-family: 'Raleway', sans-serif;}
body{padding: 0px; margin: 0px; box-sizing: content-box;}
span{padding: 0px; margin: 0px; font-family: 'Raleway', sans-serif;}
input{outline: none;}
textarea{outline: none;}
/*Css*/
header{position: relative; }
header:after {position: absolute;    content: '';    width: 68%;    height: 100%;    top: 0px;   /* background: #000;*/    right: 0;     transform: skew(0deg);}
ul.text-style_media p {    font-size: 14px;}
ul.text-style_media a{font-size: 18px;}
.social-media-side img{transition: 0.5s; /*-webkit-box-reflect: below 1px linear-gradient(transparent,transparent, #0008);*/}
.social-media-side {    text-align: center;}
.slider_side{position: relative;}
/*.slider_side:after {    position: absolute;    content: '';    width: 100%;    height: 42%;    background: url(images/banner-shape.png)no-repeat;    bottom: 0;}*/
.banner-img {     overflow: hidden;          transition: all 0.3s ease 0s;}
.banner-img img{transition: 0.5s;}
.banner-img:hover img {    transform: scale(1.1);}
.texting-sktech h3 span{font-family: 'Cabin Sketch', cursive;}
.texting-sktech {   position: absolute;    right: 0;    padding-left: 725px;    background: #40a697b3;}
.texting-sktech p {    line-height: 50px !important;}
.texting-sktech {    padding: 25px 0;    text-align: center;}
.texting-sktech h3 {    font-size: 60px;    width: 100%;}


.our_websites {
    padding: 20px 0px;
}
.web-head {
    background: #40a697;
    overflow-y: scroll;
    height: 339px;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 35%) 0px 5px 15px;
}
ul.site_links li a i {
    margin-right: 10px;
    color: black;
}
ul.site_links {
    column-count: 3;
    /*background: #d3d3d338;*/
}
ul.site_links li {
    line-height: 35px;
    border-bottom: 1px solid #009688;
    padding-top: 10px;
    text-align: left;
}
ul.site_links li a {
    color: slateblue;
}
.web-head ul li a {
    font-size: 14px;
    color: #333;
}
ul.site_links li a {
    color: white;
    margin-left: 13px;
    font-size: 14px;
}
p.websites.text-center {
    font-size: 26px!important;
    font-weight: 600;
   background: white;
    width: 24%;
    margin: 0px auto;
    padding: 10px
}
.list-kidz {    
    display: inline;
}
/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: white black;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: black;
}

*::-webkit-scrollbar-thumb {
  background-color: white;
  border-radius: 20px;
  border: 3px solid black;
}
/*Zoom*/
.zoom{ width: 100%; height: 1000px; position: relative; overflow: hidden; background:url(images/bg.jpg); background-size: cover;}
.zoom:before{content: '';position: absolute;bottom: 0px;width: 100%;height: 200px;z-index: 1000; background: linear-gradient(transparent, #fff;)}
.zoom #layer1{position: absolute;right: 0px;width: 100%;z-index: 10;}
.zoom #layer2{position: absolute;right: 0;width: 100%;z-index: 9;}
.zoom #text{position: absolute;right: 0;width: 100%;transform: translateY(50%);}
.content{box-sizing: border-box; background: url(images/pattern1.png); background-attachment: fixed; background-position: 50% 50%; position: relative;}  
/*.content::after {position: absolute;    content: '';    width: 30%;    height: 375px;    top: 210px;   background: url(images/one.png);}*/
.img-effect-one img{position: absolute; bottom: 0px; width: 20%;}
.img-effect-two img{position: absolute;    right: 45px;    width: 20%;    bottom: 95px;}
.contact-btn-item a{position: relative;display: inline-block;padding: 12px 12px;    color: #82359b;font-size: 16px;text-decoration: none;overflow: hidden;text-transform: uppercase;overflow: hidden;transition: 0.5s;letter-spacing: 2px; -webkit-box-reflect:below 1px linear-gradient(transparent,#0005);}
.contact-btn-item a:hover{    background-color: #222222;    color: #fff;    box-shadow: 0 0 5px #222222, 0 0 0 #222222, 0 0 8px #222222, 0 0 0 #222222;}
.contact-btn-item a span{position: absolute; display: block;}
.contact-btn-item a span:nth-child(1){top: 0px;left: -100%;width: 100%;height: 2px;background: linear-gradient(90deg,transparent,#82359b);animation: animate1 1s linear infinite;}
@keyframes animate1{0%{
left: -100%;}
50%,100%{left: 100%;}
}
.contact-btn-item a span:nth-child(2){top: -100%;right: 0;width: 2px;height: 100%;background: linear-gradient(180deg,transparent,#82359b);animation: animate2 1s linear infinite;animation-delay: 0.25s;}
@keyframes animate2{
0%{top: -100%;}
50%,100%{top: 100%;}
}
.contact-btn-item a span:nth-child(3){bottom: 0;right: -100%;width: 100%;height: 2px;background: linear-gradient(270deg,transparent,#82359b);animation: animate3 1s linear infinite;animation-delay: 0.5s;}
@keyframes animate3{
0%{right: -100%;}
50%,100%{right: 100%;}
}
.contact-btn-item a span:nth-child(4){bottom: -100%;right: 0%;width: 2px;height: 100%;background: linear-gradient(360deg,transparent,#82359b);animation: animate4 1s linear infinite;animation-delay: 0.75s;}
@keyframes animate4{
0%{bottom: -100%;}
50%,100%{bottom: 100%;}
}
.prx_bg a {
    color: black;
    font-size: 17px;
}

.prx_bg a:hover{    color: #40a697;}
.blg_img img {    width: 100%;}
.blg_a {    background: #40a697;}
.blg_a a {    color: white;   padding: 0px 10px; display: block; width: 100%; text-align: center;}
.prx_bg ul {    column-count: 3;    line-height: 40px;    font-weight: 600;}
.content p{padding-left: 100px; padding-right: 100px; line-height: 28px;}
ul.apping-show li img{-webkit-box-reflect: below 1px linear-gradient(transparent,#0005);}
.pulse{animation: 3s linear infinite; transform-origin: 50% 50%;}
@keyframes pulse {
from {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
50% {-webkit-transform: scale3d(1.05, 1.05, 1.05); transform: scale3d(1.05, 1.05, 1.05);}
to {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}
.pulse {  -webkit-animation-name: pulse; animation-name: pulse;}
@-webkit-keyframes rubberBand {
from {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
30% { -webkit-transform: scale3d(1.25, 0.75, 1);  transform: scale3d(1.25, 0.75, 1);}
40% {-webkit-transform: scale3d(0.75, 1.25, 1); transform: scale3d(0.75, 1.25, 1);}
50% {-webkit-transform: scale3d(1.15, 0.85, 1); transform: scale3d(1.15, 0.85, 1);}
65% {-webkit-transform: scale3d(.95, 1.05, 1); transform: scale3d(.95, 1.05, 1);}
75% { -webkit-transform: scale3d(1.05, .95, 1); transform: scale3d(1.05, .95, 1);}
to {-webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);}
}

.enquiry{position: fixed;z-index: 1000;bottom: 22px;left: 25px;height: 50px;color: #fff;font-size: 18px;text-align: center;text-decoration: none;cursor: pointer;}
.enquiry i{ float: left;z-index: 999;position: absolute;left: 0;width: 50px;height: 50px;border-radius: 50%;  color: #fff;font-size: 24px;line-height: 50px;text-align: center;text-decoration: none;cursor: pointer;background: #486369;transition: 0.5s; box-shadow: 0px 2px 6px rgba(0,0,0,0.4);}
.enquiry strong{ background-color: #40a697; line-height:28px;color: #fff;padding: 10px 20px;border-radius: 0 30px 30px 0;height: 45px;float: left;font-size: 15px;margin-top: 3px;margin-left: 35px; box-shadow: 2px 2px 6px rgba(0,0,0,0.4);}
.enquiry i:hover{ color:#fff; background: black;}
.enquiry strong:hover{ color:#000; background: white;}


div#exampleModal .modal-dialog{width: 100% !important;}


/* Modal Form*/
.modal-content{border-radius: 0;}
.close{float: right;font-size: 23px;font-weight: 600;line-height: 2;color: #fff;text-shadow: 0 1px 0 #fff;    opacity: .7;}
.close:hover, .close:focus {color: #fff;text-decoration: none;cursor: pointer;opacity: .9;}
.send_p {    font-size: 17px !important;    line-height: 22px;    text-align: center;    margin-bottom: 20px;}
.modal-body input[type="text"], .modal-body select,
.modal-body input[type="number"]{width:100%; padding:5px 12px; border-radius:0px;}
.modal-body textarea{width:100%; height:120px; padding:5px 12px; border-radius:0px;}
.modal-body select{ width: 100%;}
.pac-container { z-index: 100000; }
.g-recaptcha{transform:scale(0.80);transform-origin:0 0;-webkit-transform-origin:0 0}
.modal_btn{width:auto; background:#486369; padding: 8px 25px; border:none; color:#fff; font-size:14px; border-radius:4px; cursor: pointer; transition: 0.5s;}
.modal_btn:hover,.modal_btn:focus{background: black; color: #fff;}
.modal-header {    padding: 0 15px !important;    color: #fff; background-color: #40a697;   height: 46px;}
.white-wrap { border-radius: 10px;    box-shadow: 0px 5px 10px #ccc;    float: left;    width: 100%;    padding: 30px;    background: #ed1c24;margin-bottom: 40px;}
span.modal-title {display: block;    text-align: center;    width: 100%;    font-size: 22px;    line-height: 43px;}
.close {    float: right;    font-size: 23px;    font-weight: 600;    line-height: 2;    color: #fff;    text-shadow: 0 1px 0 #fff;    opacity: .7;    background: #fd7e14;    height: 45px;    margin-top: 0px !important;}
span.custom_btn-close {    position: relative;    bottom: 17px;}



.one-two-side{position: relative;}
.one-side ul {    position: relative;    top: 25px;}
.one-two-side:after{    position: absolute;    content: '';    width: 100%;    height: 60px;    background-color: #40a697;    left: 0px;    border-radius: 50px 0px 0px 50px;    top: 26px;}
.one-two-side ul {    position: absolute;    z-index: 9999; top: 40px; left: 0px;}
.one-two-side ul li a{font-size: 18px;}
.dark-color img {    width: 65%;}
/*.dark-color {    background: #ec3237;    transform: rotate(45deg);    z-index: -99;}*/
/*.line-design{   background: pink;    transform: rotate(90deg);    z-index: -99;}*/
.about-section {    background: url(images/about-bg.png)no-repeat;    background-attachment: fixed;    background-size: cover;}
.marign-center{margin: 0px auto;}
.section-title{background: url(images/small-heading-bg-shape.png)no-repeat;   background-position: 50% 50%;    background-size: cover;    width: 100%;    margin: 0px auto;}
span.experince { font-size: 25px;  font-family: cam;}
.content-about-section p {    line-height: 26px;}
.bg-white-opacity { background: #ffffffed;}
.red{background-color: #ec3237; background: url(images/1.png); background-size: cover; background-position: 50% 50%;}
.orange{background-color: #f57f06;background: url(images/2.png); background-size: cover; background-position: 50% 50%;}
.pink{background-color: #f62167; background: url(images/5.png);background-size: cover; background-position: 50% 50%;}
.sky-blue{background-color: #3c76f6; background: url(images/4.png); background-size: cover; background-position: 50% 50%;}
.green{background-color: #a6b22f; background: url(images/5.png); background-size: cover; background-position: 50% 50%;}
.gray{background-color: #b5bac0; background: url(images/6.png); background-size: cover;background-position: 50% 50%;}
.dark-red{background-color: #da4537; background: url(images/7.png); background-size: cover; background-position: 50% 50%;}
.light-dark{background-color: #4d7dec; background: url(images/8.png); background-size: cover; background-position: 50% 50%;}
div#owl-demo .item a {    font-size: 20px;}
.back-color-side { background-color: #1d2025;box-shadow: 0 100px 115px #131313; width: 700px;}
div#owl-demo-video .owl-buttons{display: none;}
.back-color-side span{color: #40a697;}
.back-color-side li {    font-size: 20px; color: #b6b9be;   display: block;    margin-bottom: 9px;}
.video-frame {   position: relative;}
.video-section {   position: relative;  padding-bottom: 360px;}
.video-section::after {    position: absolute;    width: 100%;    height: 530px;    background-color: #4c4c4c;    content: '';    bottom: 0;    z-index: -999;}
.video-text-side {    position: absolute;  right: 102px;    z-index: -9;    top: 100px;}
.back-color-side li {    padding-left: 150px; color: #b6b9be;}
.this-last-type{position: absolute;}
.this-last-type p{    font-size: 90px;    text-align: center;    bottom: 0px;    font-family: 'Cabin Sketch', cursive;   display: block;    position: absolute;    text-align: center;    width: 100%;    top: 200px;}
.app-new-file{position: relative;}
.app-new-file::after{    position: absolute;  width: 100%;    height: 530px;    background-color: #ffcb01;    content: '';    top: 0;    z-index: -999;}
.heading-side {margin-top: 55px;}
.this-text-phone span{font-size: 50px;}
.this-text-phone span {    font-size: 41px;    font-weight: 900;}
.this-text-phone p{font-size: 30px;}
.this-text-phone img{-webkit-box-reflect: below 1px linear-gradient(transparent,#0005);}
/*.red-gradient{background-image: linear-gradient(to right, red , yellow);}*/
.form{position: relative;}
.form:after{    position: absolute;    width: 90%;    height: 434px; background-color: #40a697;    right: 0px;    content: '';    top: 0;    z-index: -999;}
.red-gradient {padding-left: 170px;}
.form:before {    position: absolute;    transform: rotate(342deg);    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);    width: 50%;    height: 250px;    background-color: #486369;    left: -55px;    content: '';    top: 85px;    border-radius: 100px;}
.home-address a {font-size: 18px;}
.home-address li{font-size: 18px; margin-bottom: 15px;     font-family: 'Raleway', sans-serif;}
.home-filed input{    background-color: transparent;    color: #fff;    border-bottom: 1px solid #fff !important; font-family: 'Cabin Sketch', cursive;}
.home-filed textarea{ background-color: transparent;    color: #fff;    border-bottom: 1px solid #fff !important;    height: 120px; font-family: 'Cabin Sketch', cursive;}
.home-filed input::placeholder {color: #fff !important;  opacity: 1; }
.home-filed input:-ms-input-placeholder {color: #fff !important;}
.home-filed input::-ms-input-placeholder {color: #fff !important;}
.home-filed textarea::placeholder {color: #fff !important;  opacity: 1; }
.home-filed textarea:-ms-input-placeholder {color: #fff !important;}
.home-filed textarea::-ms-input-placeholder {color: #fff !important;}
.home-btn input{background-color: transparent; border: 1px solid #fff !important; height: 45px; cursor: pointer; transition: 0.5s; font-family: 'Cabin Sketch', cursive;}
.home-btn input:hover{background-color: #373436;}
.fennec-mobile-nav.mean-container .mean-nav ul li a.active {  color: #02298a;}
.fennec-mobile-nav .others-option {  position: absolute;  text-align: center;  right: 48px;  top: 14px;  width: 21%;}
.fennec-mobile-nav .others-option .option-item {  color: #141414;  display: inline-block;  margin-right: 10px;  position: relative;  line-height: initial;}
.fennec-mobile-nav .others-option .option-item:last-child {  margin-right: 0;}
.fennec-mobile-nav .others-option .option-item .search-btn {  cursor: pointer;}
.fennec-mobile-nav .others-option .option-item .search-btn::before {  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item .close-btn {  cursor: pointer;  display: none;  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item .close-btn.active {  display: block;}
.fennec-mobile-nav .others-option .option-item a {  color: #141414;}
.fennec-mobile-nav .others-option .option-item a i::before {  font-size: 17px;}
.fennec-mobile-nav .others-option .option-item a span {  display: inline-block;  width: 15px;  height: 15px;  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);  border-radius: 50%;  text-align: center;  color: #ffffff;  line-height: 15px;  font-weight: 600;  font-size: 10px;  position: relative;  top: -12px;  left: -12px;}
.fennec-mobile-nav .navbar-nav {  overflow-y: auto;  height: 428px;}
.fennec-mobile-nav .search-overlay.search-popup {  width: 265px;  right: -95px;  margin-top: 23px;}
.fennec-mobile-nav .search-overlay.search-popup .search-form .search-input {  width: 95%;}
.navbar-area.is-sticky {  position: fixed;  top: 0;  left: 0;  width: 100%;  z-index: 999;  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.06);  background-color: #ffffff;  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;}
.navbar-area.is-sticky .fennec-nav {  background-color: #ffffff;}
.navbar-brand {  padding-top: 0;  padding-bottom: 0;}
.fennec-nav {  background-color: #f8f8f8;  padding-top: 0;  padding-bottom: 0;}
.fennec-nav .navbar {  padding: 0;}
.fennec-nav .navbar ul {  padding-left: 0;  list-style-type: none;  margin-bottom: 0;}
.fennec-nav .navbar .navbar-nav .nav-item {  position: relative;  padding: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a {  font-size: 14px;  font-weight: 600;  color: #141414;  text-transform: uppercase;  padding: 20px 12px;  position: relative; z-index: 1;  margin: 0;}
.fennec-nav .navbar .navbar-nav .nav-item a i {  margin-left: 1px;}
.fennec-nav .navbar .navbar-nav .nav-item a i::before {  font-size: 11px;}
.fennec-nav .navbar .navbar-nav .nav-item a::before {  content: '';  position: absolute;  top: 0;  left: 0;  width: 100%;  height: 100%;background-color: #40a697; z-index: -1;  opacity: 0;  visibility: hidden;  -webkit-transition: 0.5s;  transition: 0.5s;}
.fennec-nav .navbar .navbar-nav .nav-item a:hover, .fennec-nav .navbar .navbar-nav .nav-item a:focus, .fennec-nav .navbar .navbar-nav .nav-item a.active {  color: #ffffff;}
.fennec-nav .navbar .navbar-nav .nav-item a:hover::before, .fennec-nav .navbar .navbar-nav .nav-item a:focus::before, .fennec-nav .navbar .navbar-nav .nav-item a.active::before {  opacity: 1;  visibility: visible;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);      border: 1px dashed #ccc;  background: #486369;  position: absolute;  border: none;  top: 80px;  left: 0;  width: 310px;  z-index: 9999;  display: block;  opacity: 0;  visibility: hidden;  border-radius: 0;  -webkit-transition: all 0.3s ease-in-out;  transition: all 0.3s ease-in-out;  padding-top: 15px;  padding-left: 5px;  padding-right: 5px;  padding-bottom: 15px;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {  text-transform: capitalize;  padding: 5px 15px;  display: block;  color: #fff;  margin-top: 6px;  font-size: 15px;  font-weight: 600;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {  display: none;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {  position: absolute;  content: '';  height: 100%;  width: 3px;  left: -5px;  background-color: #83379c;  -webkit-transition: 0.5s;  transition: 0.5s;  opacity: 0;  visibility: hidden;  top: 0;  -webkit-transform: scale(0);          transform: scale(0);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {  color: #fff;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after, .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {  opacity: 1;  visibility: visible;  -webkit-transform: scale(1);          transform: scale(1);}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {  margin-top: 0;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0;  opacity: 0;  visibility: hidden;  overflow-y: scroll; height: 500px;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {  left: 220px;  top: 0; opacity: 0;  visibility: hidden;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: -15px;}
.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {  opacity: 1;  visibility: visible;  top: 100%; margin-top: 0;}
.navbar-style-two {  background-color: #f5c610;}
.navbar-style-two .fennec-nav {  background-color: #f8f8f8;  padding-top: 15px;  padding-bottom: 15px;  padding-left: 80px;  padding-right: 80px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav {  margin-left: auto;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item {  padding-top: 15px;  padding-bottom: 15px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a {  padding: 0;  margin: 0 12px;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a i {  color: #666666;  -webkit-transition: 0.5s;  transition: 0.5s;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a::before {  display: none;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:hover, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:focus, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a.active {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:hover i, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a:focus i, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item a.active i {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item:first-child a {  margin-left: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item:last-child a {  margin-right: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li {  padding: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {  margin-top: 6px;  margin-left: 0;  margin-right: 0;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::after {  background: -webkit-gradient(linear, left top, right top, from(#fc4a1a), color-stop(#fd6b12), color-stop(#fc8712), color-stop(#faa01f), to(#f7b733));  background: linear-gradient(to right, #fc4a1a, #fd6b12, #fc8712, #faa01f, #f7b733);}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {  color: #fd6c1e;}
.navbar-style-two .fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {  margin-top: 0;}
.widget span{font-size: 18px; position: relative;}
.widget li{line-height: 30px;}
.widget li a{transition: 0.5s;}
.widget li a:hover{ color: #40a697 !important;}
/*.widget span:after {  position: absolute;    transform: rotate(300deg);    content: '';    width: 1px;    left: 40px;    height: 55px;   background-color: #f5c610;}
.widget span:before { position: absolute; transform: rotate(46deg);    content: '';    width: 1px;    height: 32px;    background-color: #f5c610;    left: 40px;    top: 10px;}
*/.copy-right{position:relative;}
.copy-right:after{position: absolute;    content: '';    width: 60%;    height: 37px;    background-color: #40a697;    right: 0px;    top: 0px;   z-index: -9;}
.copy-right:before{position: absolute;    content: '';    width: 40%;    height: 37px;    background-color: #486369;    left: 0px;    top: 0px;   z-index: -9;}
.copy-right p {    padding-bottom: 0 !important;    padding-top: 12px;}
#toTop{position:fixed; bottom:5px; right:5px; cursor:pointer; transition: 0.5s; z-index: 99999;}
img.height-normal {    height: 366px;}
/*footer{background: url(images/footer_bg.png);}*/
.bg-footer img {    position: absolute;    width: 100% !important;    height: 311px;    right: 0px;}
#scrollPath{    position: fixed;    top: 0px;    right: 0px;    width: 10px;    height: 100%;    background: rgb(255, 255, 255, 0.05);    z-index: 999998;}
/*#progressbar{position: fixed;top:0px;right: 0px;width: 10px;height: 100%;background: linear-gradient(to top, #008aff, #00ffe7);animation: animate 5s linear infinite;}
@keyframes animate{
0% , 100%{filter: hue-rotate(0deg);}
50%{filter: hue-rotate(360deg);}
}*/
/*#progressbar:before{content: '';position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: linear-gradient(to top, #008aff, #00ffe7);filter: blur(10px;);}
#progressbar:after{content: '';position: absolute;top: 0px;left: 0px;width: 100%;height: 100%;background: linear-gradient(to top, #008aff, #00ffe7);filter: blur(10px;);}*/
.action{position: fixed;bottom: 85px;left: 25px;width: 50px;height: 50px;cursor: pointer;background-color: #40a697;border-radius: 50%;box-shadow: 0 5px 5px rgb(0, 0, 0, 0.1); z-index: 9999;}
.action span{position: relative; width: 100%;height: 100%; display: flex; justify-content: center; align-items: center; color: #fff; font-size: 2em; transition: 0.3s ease-in-out;}
.action:active span{transform: rotate(360deg);}
.action ul{position: absolute; bottom: 55px; background-color: #fff; min-width: 250px; padding: 20px; border-radius: 20px; opacity: 0; visibility: hidden; transition: 0.3s;}
.action.active ul{opacity: 1; visibility: visible; transition: 0.3s; bottom: 65px;}
.action ul li{list-style-type: none; display: flex; justify-content: flex-start; align-items: center; padding: 10px 0px; transition: 0.3s;}
.action ul li:hover{font-weight: 600;}
.action ul li:not(:last-child){border-bottom: 1px solid rgba(0, 0, 0, 0.1);}
.action ul li img{margin-right: 10px;opacity: 0.8;transform: scale(0.8); width: 28%;}
.action ul li:hover img{opacity: 0.8;}
.action ul li a{color: #000; font-size: 15px;}
.page-title{    position: relative;    background-size: cover;    background-repeat: no-repeat;    background-position: 50% 0;    padding: 180px 0px;}
.page-title h1{	position:relative;	font-size:48px;	font-weight:700;	color:#ffffff;	line-height:1em;	z-index:99;	margin-bottom: 20px;}
.page-title .text{	position: relative;	display: block;	font-size: 18px;	line-height: 24px;	color: #ff7e00;	font-weight: 400;}
.page-title .page-info{	position:absolute;	left:0px;	bottom:0px;	width:100%;	z-index:1;}
.page-info .bread-crumb{position:relative; float: none !important;	padding:25px 0;	padding-left: 90px;	border-radius: 40px 0 0 0;	    background-color: #40a697;}
.page-info .bread-crumb li{	position:relative;	display:inline-block;	font-size:18px;	line-height: 30px;font-weight:700;	margin-right:18px;	padding-right: 18px;}
.page-info .bread-crumb li:last-child{	margin-right:0px;	padding-right: 0;}
.page-info .bread-crumb li:after{	position:absolute;	content:'|';top:0px;right:-4px;	font-size:18px;	line-height: 30px;	color:#ffffff;	font-weight:700;}
.page-info .bread-crumb li:last-child:after{	display:none;	}
.page-info .bread-crumb li a{font-size: 16px;	color:#ffffff;	transition:all 0.3s ease;	-moz-transition:all 0.3s ease;	-webkit-transition:all 0.3s ease;	-ms-transition:all 0.3s ease;	-o-transition:all 0.3s ease;}
.page-info .bread-crumb li a:hover{	color:#ff7e00;	}
.form-inner {position: relative; padding: 15px 20px 30px; background-color: #40a697; border-radius: 10px; text-align: center;}
.form-inner p{color: #fff; font-weight: 500; text-transform: uppercase; letter-spacing: 4px; font-size: 22px;}
.form-inner .input{text-align: left; margin-top: 20px;}
.form-inner .input .inputBox input{width: 100%;    height: 50px;    background-color: #3f3d3f;    border: none;    outline: none;    border-radius: 40px;    padding: 5px 15px;    color: #fff;   font-size: 18px;    box-shadow: inset -2px -2px 6px rgba(255,255,255,0.1), inset 2px 2px 6px rgb(2 2 1);     font-family: 'Raleway', sans-serif;}
.form-inner .input .inputBox input[type="Submit"]{    margin-top: 20px;     box-shadow: -2px -2px 6px rgb(255 255 255 / 0%), 2px 2px 6px rgba(0, 0, 0, 0.17); }
.form-inner .inputBox textarea{width: 100%;    height: 100px;    background-color: #434143;    border: none;    outline: none;    border-radius: 40px;    color: #fff;    font-size: 18px;    box-shadow: inset -2px -2px 6px rgba(255,255,255,0.1), inset 2px 2px 6px rgb(16 16 13);    padding: 10px 20px;      font-family: 'Raleway', sans-serif;}
.form-inner .inputBox textarea::placeholder{color: #333; font-size: 15px;}
.form-inner .input .inputBox input[type="Submit"]:active{color: #006c9c; margin-top: 20px; box-shadow: -2px -2px 6px rgba(255,255,255,0.1),2px 2px 6px rgba(0,0,0,0.8); cursor: pointer !important;}
.form-inner .input .inputBox input::placeholder{color: #333; font-size: 15px;}
.color-site a {    font-size: 16px;}
.full-text p {    line-height: 28px;}
.form-inner .input .inputBox input::placeholder {color: #fff;}
.form-inner .input .inputBox input:-ms-input-placeholder { color: #fff;}
.form-inner .input .inputBox input::-ms-input-placeholder {  color: #fff;}

.form-inner .input .inputBox textarea::placeholder {color: #fff;}
.form-inner .input .inputBox textarea:-ms-input-placeholder { color: #fff;}
.form-inner .input .inputBox textarea::-ms-input-placeholder {  color: #fff;}

figure.effect-jazz {background: -webkit-linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);	background: linear-gradient(-45deg, #f3cf3f 0%,#f33f58 100%);}
figure.effect-jazz img {	opacity: 1;}
figure.effect-jazz figcaption::after,figure.effect-jazz img,figure.effect-jazz p {	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;	transition: opacity 0.35s, transform 0.35s;}
figure.effect-jazz figcaption::after {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;	border-top: 1px solid #fff;	border-bottom: 1px solid #fff;	content: '';	opacity: 0;	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);	transform: rotate3d(0,0,1,45deg) scale3d(1,0,1);	-webkit-transform-origin: 50% 50%;	transform-origin: 50% 50%;}
figure.effect-jazz h2,figure.effect-jazz p {	opacity: 1;	-webkit-transform: scale3d(0.8,0.8,1);	transform: scale3d(0.8,0.8,1);}
figure.effect-jazz h2 {	padding-top: 26%;	-webkit-transition: -webkit-transform 0.35s;	transition: transform 0.35s;}
figure.effect-jazz p {	text-transform: none;	font-size: 0.85em;	opacity: 0;}
figure.effect-jazz:hover img {	opacity: 0.1;	-webkit-transform: scale3d(1.05,1.05,1);	transform: scale3d(1.05,1.05,1);}
figure.effect-jazz:hover figcaption::after {	opacity: 1;	-webkit-transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);transform: rotate3d(0,0,1,45deg) scale3d(1,1,1);}
figure.effect-jazz:hover h2,figure.effect-jazz:hover p {	opacity: 1;	-webkit-transform: scale3d(1,1,1);	transform: scale3d(1,1,1);}
.grid {	position: relative;	clear: both;	margin: 0 auto;padding: 1em 0 4em;	max-width: 1000px;	list-style: none;text-align: center;}
.grid figure {position: relative;    float: left;    overflow: hidden;    margin: 0;    min-width: 100%;    max-width: 100%;    max-height: 100%;    width: 100%;    height: auto;    background-image: linear-gradient(to right, #ec3237 , #5a090b);    text-align: center;    cursor: pointer;}
.grid figure img {position: relative;    display: block;    min-height: 100%;    max-width: 100%; }
.grid figure figcaption {	padding: 1em;	color: #fff;	text-transform: uppercase;	font-size: 1.25em;	-webkit-backface-visibility: hidden;	backface-visibility: hidden;}
.grid figure figcaption::before,.grid figure figcaption::after {	pointer-events: none;}
.grid figure figcaption,.grid figure figcaption > a {	position: absolute;	top: 0;	left: 0;	width: 100%;	height: 100%;}
.grid figure figcaption > a {	z-index: 1000;	text-indent: 200%;	white-space: nowrap;font-size: 0;	opacity: 0;}
.grid figure h2 {	word-spacing: -0.15em;	font-weight: 300;}
.grid figure h2 span {	font-weight: 800;}
.grid figure h2,.grid figure p {	margin: 0;}
.grid figure p {letter-spacing: 1px; font-size: 16px; margin-top: 10px;}
.final-products p {line-height: 25px;}
.cover-product {padding-left: 0px;  min-height: 250px;  width: 385px;  float: left; margin-right: 20px;}
.cover-product-this p {line-height: 24px; margin-bottom: 16px;}
.only-product h2 {font-size: 32px;}
.zoom-effect img {width: 100%;}
.cover-product-this p {  line-height: 28px; color: #777;}
.products-fill { border-right: 1px solid #ccc;}
.zoom-effect img {border: 1px solid #ccc;}
.final-list-product h4{font-size: 25px;}
.final-list-product ul li {    background: url(images/tick.png)no-repeat;    padding-left: 25px;    background-position: 0% 50%;     line-height: 32px;}

.box-listing{ border-bottom-left-radius: 10px;	border-bottom-right-radius: 10px;     border-bottom: 20px solid #acab5b;}
.box-listing h4{color: #fff; background-image: linear-gradient(to right, #024b83 , #afad5a);	padding: 10px 20px;font-size: 20px;	font-weight: 700;	border-top-left-radius: 10px;	border-top-right-radius: 10px;}
.box-listing ul{	position: relative;	background-color: #fff;}
.box-listing ul li:hover{	opacity: 0.2;}
.box-listing ul li{list-style: none;    padding: 10px;    width: 100%;    background-color: #fff;    box-shadow: 0px 5px 25px rgba(0,0,0,0.1);    transition: transform 0.5s; margin-bottom: 10px;}
.box-listing ul li:hover{	transform: scale(1.1);	z-index: 100;	background-color: #024b83; 	box-shadow: 0 5px 25px rgba(0,0,0,0.2);	color: #fff;	opacity: 1;}
.box-listing ul li span{width: 20px;	height: 20px;	text-align: center;	line-height: 20px;	background-color: #afad5a;color: #fff; 	display: inline-block;	border-radius: 50%;	margin-right: 10px;	font-size: 12px;	font-weight: 600;	transform: translateY(0px); }
.box-listing ul li:hover span{	background-image: linear-gradient(to right, #024b83 , #afad5a); color: #fff;}
.box-listing a { color: #333; transition: 0.5s;}
.box-listing a:hover{color: #fff; display: block;}
.box{overflow: hidden;    position: relative;    transition: all 0.3s;}
.box:hover{    box-shadow: 0 0 20px -5px rgba(247,126,56,0.5);    border-radius: 10px;}
.box:before{    content: "";    background:rgba(255,255,255,0.5);    width: 100%;    height: 100%;     transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);    position: absolute;    top: 0;    left: 0;    z-index: 1;    transition:all 0.5s;}
.box:hover:before{ transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0); }
.box img{    width: 100%;    height: auto;    opacity: 0.95;    transition: all 0.5s;}
.box:hover img{    opacity: 0.6;    transform: rotate(10deg) scale(1.5);}
.box .box-content{    color: #fff;    background: linear-gradient(to right,transparent,rgba(0,0,0,0.2),rgba(0,0,0,0.2));    text-align: right;    border-right: 3px solid #fff;    padding: 5px 10px;    opacity: 0;    transform: scaleX(0);    transform-origin: right center;    position: absolute;    bottom: 10px;    right: 15px;    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);}
.box:hover .box-content{    opacity: 1;    transform: scaleX(1);}
.box .title{    font-size: 22px;    font-weight: 700;    text-transform: uppercase;    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);    margin: 0;}
.box .post{    font-size: 20px;    font-style: italic;    text-transform: capitalize;    letter-spacing: 1px;    text-shadow: 2px 2px 3px rgba(0, 0, 0, .6);    color: #fff;}
.box .icon{    padding: 0;    margin: 0;   list-style: none;    opacity: 0;    transform: scale(0);    position: absolute;    top: 15px;    left: 15px;    transition: all 0.4s cubic-bezier(0.6, -0.1, 0.735, 0.045);}
.box:hover .icon{    opacity: 1;    transform: scale(1);}
.box .icon li{ margin: 0 0 10px; }
.box .icon li a{color: #fff;    font-size: 18px;    text-align: center;    line-height: 33px;    height: 35px;    width: 35px;    border: 2px solid #fff;    border-radius: 50px;    box-shadow: 2px 2px 3px rgba(0, 0, 0, .6);    display: block;    transition: all 0.3s;    position: absolute; }
.box .icon li a:hover{    background: #f77e38;   border-radius: 0;}
@media only screen and (max-width:990px){
.box { margin: 0 0 30px; }
}
.color-site {background-color: #40a697;}
.sitema-links-item h2 {    font-size: 25px;}
.sitema-links-item h4{ font-size: 19px !important; background: #3f3d3f;  padding: 10px; color: #fff; border-radius: 5px;}
.sitema-links-item h4:hover { background: black; color: white; padding: 12px; }
.sitema-links-item h4{ font-size: 25px;}
.black-color {background: #000;}
.skin-color {    background: #486369;}
.contact_main{	text-align:center;	border:1px solid #e2e2e2;	-webkit-transition: all .5s;	-moz-transition: all .5s;	-ms-transition: all .5s;	-o-transition: all .5s;	    min-height: 348px;}
.contact_main h2{font-size: 30px;    margin-top: 30px;    color: #40a697;    margin-bottom: 30px;    text-transform: capitalize;}
.contact_main h3{font-size: 30px;    margin-top: 30px;    color: #40a697;    margin-bottom: 30px;    text-transform: capitalize;}
.contact_main h4{font-size: 30px;    margin-top: 30px;    color: #40a697;    margin-bottom: 30px;    text-transform: capitalize;}
.contact_main p{    font-size: 16px;    line-height: 25px;    margin: 0;    padding: 15px;}
.contact_main p a{	color:#000; font-size: 16px;}
.contact_main p a:hover{color: #486369 !important;}
.contact_rotate{	position:relative; padding:50px 0;	    background: #40a697;}
.contact_rotate i{	display: inline-block;    width: 70px;    height: 70px;	color:#fff;	font-size:24px;	line-height:70px;	border:2px solid #fff;	text-align:center;	position:relative;	-webkit-transition: all .5s;	-moz-transition: all .5s;	-ms-transition: all .5s;	-o-transition: all .5s;}
.contact_rotate:before {   content: '';    border-bottom: 179px solid transparent;    position: absolute;    left: 0px;    top: 0;    border-left: 70px solid #fff;}
.contact_rotate:after {     content: '';    border-bottom: 20px solid transparent;    position: absolute;    left: 1px;    top: 0px;    border-left: 351px solid #fff;}
.map_wrapper_top .map_wrapper{	float:left;	width:45%;	padding:0;}
.map2_wrapper #map {    width: 100%;    height: 600px;	padding:0;	-webkit-border-radius: 0;   -moz-border-radius: 0;    border-radius: 0; }
.contact_field_wrapper{	width: 100%;    background-image: url(images/cntct_bg.jpg);   background-position: center 0;    background-size: cover;    position: relative;     padding: 40px 100px 40px 100px;}
.tb_es_btn_wrapper  button{    width: 100%;    height: auto;     background: #40a697;   text-align: center;    cursor: pointer;    font-size: 16px;    color: #fff;    border: 1px solid transparent;    line-height: 43px;    text-transform: capitalize;    -webkit-transition: all 0.6s;    -o-transition: all 0.6s;    -ms-transition: all 0.6s;    -moz-transition: all 0.6s;    transition: all 0.6s;}
.tb_es_btn_wrapper  button:hover {    background-color: #486369;    color: #fff; border: 0px;	border: 1px solid  #df8826   -webkit-transition: all 0.6s;    -o-transition: all 0.6s;    -ms-transition: all 0.6s;    -moz-transition: all 0.6s;    transition: all 0.6s;}
.jb_heading_wraper h5 {font-size: 36px;    line-height: 42px;    text-transform: capitalize;    font-weight: 400;    margin-bottom: 15px;}
.comments_form .form-control {    height: 50px;        padding: 15px 8px;    font-size: 16px;    border: 1px solid #e2e2e2;    -webkit-border-radius: 0;    -moz-border-radius: 0;    border-radius: 0;    box-shadow: none;    -webkit-transition: all 0.3s ease 0s;    -moz-transition: all 0.3s ease 0s;    -o-transition: all 0.3s ease 0s;    transition: all 0.3s ease 0s;    background-color: #fff; font-family: 'Raleway', sans-serif;}
.comments_form .form-group i {    position: absolute;    top: 17px;   right: 22px;   color: #40a697;}
.comments_form .form-group {    margin-bottom: 25px;}
.comments_form .form-group {    position: relative;}
textarea.message-form {    height: 120px !important; font-family: 'Raleway', sans-serif;}
a.hk-hide {    pointer-events: none;}
ul.coloring li a {     background: #82359b; padding: 15px; color: #fff; font-size: 18px;}
.full-width-type {    background-color: #222222;   margin-top: 20px;    width: 100%;    margin-left: 0;    margin-bottom: 20px;}
.full-width-type p{    color: #fff;    margin: 0px;    padding-top: 10px;    padding-bottom: 10px;}
.inner-states {    text-align: left;}
.inner-states h4 {    color: #fff;    margin-bottom: 15px;    padding-left: 15px;    padding-top: 10px;    padding-bottom: 10px;    font-size: 15px;}
.inner-states i {  padding-right: 8px;}
.inner-states a {    color: #fff;     margin: 5px;}
.inner-left-side-product p{padding-bottom: 20px; font-size: 35px;}
.inner-left-side-product p{line-height: 25px;}
ul.coloring {   text-align: center;}
.hvr-radial-out {  display: inline-block;  vertical-align: middle;  -webkit-transform: perspective(1px) translateZ(0);  transform: perspective(1px) translateZ(0);  box-shadow: 0 0 1px rgba(0, 0, 0, 0);  position: relative;  overflow: hidden;   background-image: linear-gradient(to right, #40a697 , #40a697); -webkit-transition-property: color;  transition-property: color;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;}
.hvr-radial-out:before {  content: "";  position: absolute;  z-index: -1;  top: 0;  left: 0;  right: 0;  bottom: 0;   background-image: linear-gradient(to right, #486369 , #486369); border-radius: 100%;  -webkit-transform: scale(0);  transform: scale(0);  -webkit-transition-property: transform;  transition-property: transform;  -webkit-transition-duration: 0.3s;  transition-duration: 0.3s;  -webkit-transition-timing-function: ease-out;  transition-timing-function: ease-out;}
.hvr-radial-out:hover, .hvr-radial-out:focus, .hvr-radial-out:active {  color: white;}
.hvr-radial-out:hover:before, .hvr-radial-out:focus:before, .hvr-radial-out:active:before {  -webkit-transform: scale(2);  transform: scale(2);}
.mobile-menu {    display: none;}
footer {  background: #333;}
.for-content-product {    background: #fff;    padding: 18px;}
.for-content-product a {  font-weight: 700;    text-align: center;    width: 100%;    display: block;    margin-bottom: 12px;    font-size: 22px;    color: #333;}
.color-1{background-color: #ec3237;}
.color-2{background-color: #f57f06;}
.color-3{background-color: #a6b22f;}
.cover-product-this.chng ul li {    list-style: disc;    margin-left: 30px;    color: #898787;    margin-top: 10px;    font-family: 'Raleway', sans-serif !important;}
.cover-product-this.chng ul{    margin-top: 10px;    margin-bottom: 10px;}
div#owl-demo-video iframe{width: 100%; height: 280px;}
.widget iframe{width: 100%; height: 200px;}
.our-product {    overflow: hidden;}
.restl {	font-size: 60px;    width: 100%;	margin: 0px;    padding: 0px;    font-weight: 600;    font-family: 'Playfair Display SC', serif;}

.mobile-three-item li {display: inline-block;  margin-right: 0;  padding: 10px 4px;  width: 32%;}
.mobile-three-item { text-align: center;}
.mobile-three-item li:first-child{background-color: #40a697;}
.mobile-three-item li:nth-child(2){background-color: green;}
.mobile-three-item li:last-child{background-color: #486369;}
.mobile-three-item li a{color: #fff;}
.mobile-three-item { text-align: center;  display: none;   position: fixed;    z-index: 999;  bottom: 0; width: 100%;}
.whats-app-icon img{position: fixed;    bottom: 160px;    left: 25px;    cursor: pointer;    transition: 0.5s;    z-index: 999;    box-shadow: 2px 2px 6px rgba(0,0,0,0.4);    border-radius: 100px;}
.cover-full {    background: #fff;    padding: 20px;}
.for_content span {    font-weight: 900;    color: #000;    font-size: 30px;}
.for_img img {    width: 100%;}
.for_content p {    padding-bottom: 12px;}
a.styling-btn {    background: #40a697;    display: inline-block !important;    padding: 5px 20px;    color: #fff;}
.kidzlet_img span {    font-size: 25px;    font-weight: 800;    margin-bottom: 10px;    display: block;}
.kidzlet_img p {    line-height: 25px;}
.expandedContent ul {    column-count: 3;    padding-left: 20px; margin-top: 25px;}
.expandedContent ul li {    list-style-type: circle;	font-size: 14px;    padding: 0px;    margin: 0px;    font-family: 'Raleway', sans-serif; line-height: 27px;}
.expandedContent ul {    column-count: 1;}
.for_content.ffhh {    overflow-y: scroll;    height: 180px;    }
.for_content.ffhh ul {    padding-left: 20px;    }
.for_content.ffhh ul li {list-style-type: disc; }