.owl-carousel,
.ls-bottom-slidebuttons,
.ls-bottom-nav-wrapper {
    z-index: 100!important;
}

 body {
     font-family: 'Nunito', sans-serif;
     color:#585555;
     font-size: 16px;
     line-height:1.6;
     overflow-x:hidden;
}
 p{
     font-size: 14px;
     line-height:1.6;
     font-weight: 400;
}
 h1{
     font-size: 4.7em;
     line-height: 1em;
     color:#222;
     font-family:'Nunito', sans-serif;
     font-weight: 700;
     letter-spacing: -1px;
}
 h1 span{
    font-weight: 300;
}
 h2{
     font-size: 3.1em;
     font-weight: 600;
     font-family: Nunito;
}
 h3{
     font-family:'Nunito', sans-serif;
     font-size: 2.5em;
     color:#222;
     font-weight: 600;
     margin-bottom: 20px;
     line-height: 1.1;
}
 h4{
     font-family:'Nunito', sans-serif;
     color:#222;
     font-size: 2em;
     font-weight: 700;
     margin-bottom: 20px;
}
 h5{
     color:#222;
     font-family:'Nunito', sans-serif;
     font-size:1.6em;
     font-weight: 600;
     margin-bottom: 20px;
}
 h6{
     color:#222;
     font-family:'Nunito', sans-serif;
     font-size: 1.2em;
     font-weight: 500;
     margin-bottom: 20px;
}
 .h7{
     color: #8a8a8a;
     font-family:'Nunito', sans-serif;
     font-size: 1.2em;
     font-weight: 300;
     margin-bottom: 20px;
     line-height: 1.4em;
}
 .lead {
     font-family:'Nunito', sans-serif;
     font-weight:700;
     line-height:1.4em;
}
/* subtitle */
 .subtitle, p.subtitle {
     display: block;
     font-size: 1.2em;
     font-weight: 700;
     margin-bottom: 0px;
	 color: #808080;
	 line-height: 1.2em;
}
/* subtitle 2 */
 .subtitle2{
     font-size: 22px;
     line-height: 30px;
     font-family: 'Nunito', sans-serif;
     font-weight: 500;
     color: #222;
}
/* Links */
 a {
     transition: color .2s ease-in-out;
}
 a:hover, a:focus {
     text-decoration: none;
}
 *:focus{
     outline-style:none;
     box-shadow:none;
     border-color:transparent;
}
/*=========================== Preloader ============================ */
 #preloader {
     position: fixed;
     top: 0;
     background:#fff;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 999999999;
}
 #preloader i {
     text-shadow: 0 0 0 rgba(204,169,44, 0.4);
     font-size:70px;
     animation: pulse 2s infinite;
}

/*=========================== Navigation ============================ */
 .fixed-top {
     z-index: 99999;
}

 .navbar{
     transition: all .2s ease-in-out;
     box-shadow: 0px -2px 12px rgba(0, 0, 0, 0.07);
}
 .navbar-nav a{
     font-family: 'Nunito', sans-serif;
     font-weight: 900;
     font-size: 13px;
     letter-spacing: 0.9px;
     text-transform: uppercase;
     transition: all .2s ease-in-out;
     color: #000;
}

 .navbar-nav .nav-link {
     padding-right: 1.2rem!important;
     padding-left: 1.2rem!important;
}
 .nav-item{
     border-radius: 20px;
     transition: all .2s ease-in-out;
}
 .navbar .nav-item:focus .dropdown.show{
     background: transparent!important;
}
 .navbar .nav-item.active, .navbar .nav-item:hover {
     transition: all .2s ease-in-out;
}
 .navbar.shrink .nav-brand{
     margin-top: 0px;
}
 .navbar.shrink .navbar-toggle {
     margin: 8px 15px 8px 0;
     padding: 4px 5px;
}
/* dropdown style */
 .nav-link.dropdown-toggle:focus{
     background:transparent!important;
}
 .dropdown-item{
     color:#fff!important;
     transition: all .2s ease-in-out;
     border-bottom: 1px solid rgba(255, 255, 255, 0.41);
}
 .dropdown-menu{
     border:0px;
}
 .navbar .dropdown-menu a:before {
     display:none;
}
/* navbar brand */
 .nav-brand{
     line-height: 20px;
     margin-top: 0px;
}
 .nav-brand img{
     max-height:60px;
}
 .navbar-brand i {
     vertical-align: sub;
     margin-right:10px;
     font-size:45px;
}
 .navbar-toggler {
     transition: all 0.2s ease 0s;
     color: #0a0a0a;
     margin-right: 10px;
}
/* top-bar */
 .top-bar{
     transition:all 0.8s;
     top: 0;
     width: 100%;
     width: 100%;
     position: relative;
     background: #ed1b22;
}
 .top-bar ul,ol {
     margin-bottom: 0px;
     padding: 0px;
}
 .top-bar .contact-details li:first-child {
     margin-left: 0px;
}
 .top-bar .contact-details i {
     margin-right: 8px;
}
 .top-bar .contact-details li {
     font-size: 13px;
     display: inline-block;
     line-height: 42px;
     font-weight: 600;
     padding: 0px 20px;
     border-left: 1px solid #eee;
     letter-spacing: 0.5px;
     color: #fff;
}
 .top-bar ul.social-list li a i {
     border-left: 1px solid #eee;
}
/* Social icons */
 ul.social-list {
     list-style-type: none;
}
 ul.social-list li a {
     display: inline-block;
     transition: all 0.2s ease-in-out;
}
 ul.social-list li a i {
     display: block;
     width: 40px;
     transition: all 0.2s ease-in-out;
     line-height: 42px;
     text-align: center;
     font-size: 18px;
}
 ul.social-list li.list-inline-item:not(:last-child){
     margin:0px;
}
 ul.social-list.small-icons li a i {
     width: 27px;
     line-height: 27px;
     font-size: 16px;
}
/* =========================== Header ============================ */
/* Slider header */
 #slider{
     width:100% !important;
     height:700px;
}
 .header-wrapper {
     width: 100%!important;
     height: 100%!important;
}
 .header-wrapper .header-text {
     margin-top: 12%;
     white-space:normal;
     padding:20px;
}
 .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
     z-index:99!important;
     margin-top:40px!important;
}
 .header-text{
     border-radius: 0px;
     z-index:99;
     text-align: center;
     margin-right: 0px;
     position: relative;
}
 .header-text h1{
     text-transform:uppercase;
     font-size: 68px;
     font-weight:900;
     margin-bottom:20px;
     letter-spacing:0.5px;
}
 .header-text span{
     font-weight:400;
     font-size: 0.8em;
     text-transform: none;
}
 .header-p{
     font-size: 22px;
     font-weight: 600;
     line-height: 1.3;
}
 .ls-bg-wrap:after, .ls-slide-transition-wrapper:before {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
     background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
     background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
     background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
     transition: 0.8s ease-in-out;
     content: "";
     width: 100%;
     height: 100%;
     z-index:999;
     top:0;
     left: 0;
     position: absolute;
}
 .ls-v6 .ls-bottom-nav-wrapper {
     top: -12%!important;
}
 .ls-v6 .ls-nav-next,.ls-v6 .ls-nav-prev {
     margin-top: -50px!important;
}

/* =========================== Services sections ============================ */
/* service box style 1 */
 .serviceBox1{
     padding: 0 10px 30px;
     border: 1px solid transparent;
     border-radius: 20px;
     margin-top: 90px;
}
 .serviceBox1 .service-content{
     text-align: center;
     padding: 15px 20px 30px;
     margin-top: -80px;
     border-radius: 25px;
     background-color: #fff;
     position: relative;
     transition:all 0.3s;
}
 .serviceBox1 .service-content:hover{
     box-shadow: 0 0 20px -5px #000;
}
 .serviceBox1 .service-icon{
     display: inline-block;
     margin-bottom: 20px;
     transition: all 0.3s ease 0s;
     max-width: 180px;
}
 .serviceBox1:hover .service-icon{
     transform:scale(1.1)rotate(4deg);
}
 .serviceBox1 .title{
     font-size:22px;
     font-weight: 700;
     letter-spacing:0.3px;
     text-transform: uppercase;
     margin:0 0 10px;
}
 .serviceBox1 .title a{
     color:#222;
}
 .serviceBox1 .service-icon img{
     border:10px solid #fff;
}
 .serviceBox1 .description{
     margin-bottom: 10px;
}
 .serviceBox1 .btn{
     margin-top: 30px;
}
/* servicebox style 2 */
 .serviceBox2{
     margin-bottom:20px;
     text-align: center;
}
 .serviceBox2 .service-icon{
     text-align: center;
     font-size: 60px;
     transition:all 0.3s ease-in-out;
     border-radius: 50%;
     display: inline-table;
     width: 100px;
     color: #fff;
}
 .serviceBox2:hover .service-icon{
     transform: rotate(14deg);
}
 .serviceBox2 .service-content{
     margin-top: 20px;
}


/*=========================== Footer ============================ */
 footer{
     padding: 70px 0;
}
 .logo-footer{
     max-width:200px;
}
 .credits p{
     font-weight:700;
     font-size:13px;
     margin-bottom:0px;
     text-align:center;
}
/*=========================== Miscellaneous ============================ */
/* light text */
 .text-light p, .text-light a,.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6{
     color:#fff!important;
}
/* progress bar */
 .progress {
     margin: 5px;
}
/* elements page */
 #elements .btn{
    margin:10px;
}
 #elements .btn-group .btn {
    margin:0px;
}
 .element-heading{
     text-align:center;
     border-bottom:1px dotted;
     padding:20px;
}
 .elements-subheader{
     background-color: #f4f4f4;
     padding: 20px;
     margin:40px 0px;
     font-size:24px;
     color:#808080;
     text-align:center;
     text-transform: uppercase;
}
 .element-block{
     padding:30px;
}
 .element-section{
     padding: 150px 100px;
}
 #glyphs {
     border-bottom: 1px solid #ccc;
     padding: 2em 0;
     text-align: center;
}
 .glyph {
     display: inline-block;
     width: 9em;
     margin: 1em;
     text-align: center;
     vertical-align: top;
     background: #FFF;
}
 .glyph .glyph-icon {
     padding: 10px;
     display: block;
     font-family:"Flaticon";
     font-size: 64px;
     line-height: 1;
}
 .glyph .glyph-icon:before {
     font-size: 64px;
     color: #222;
     margin-left: 0;
}
 .class-name {
     font-size: 0.65em;
     background-color: #222;
     color: #fff;
     border-radius: 4px 4px 0 0;
     padding: 0.5em;
     color: #FFFF99;
     font-family: Consolas,Monaco,Lucida Console;
}
 .author-name {
     font-size: 0.6em;
     background-color: #fcfcfd;
     border: 1px solid #DEDEE4;
     border-top: 0;
     border-radius: 0 0 4px 4px;
     padding: 0.5em;
}
/* buttons */
 .btn {
     border: none;
     border-radius: 0px;
     color: #ffffff;
     padding: 0px 40px;
     display: inline-block;
     text-transform: uppercase;
     line-height: 2.7em;
     /* letter-spacing:1px; */
     font-weight: 700;
     font-size: 16px;
     outline: none;
     position: relative;
     transition: all ease-in-out 0.3s;
}
 .btn:after {
     content: "";
     position: absolute;
     height: 100%;
     left: 50%;
     right: 50%;
     border-radius: inherit;
     background-color: rgba(255, 255, 255, 0.15);
     transition: all 0.9s;
     opacity: 0;
}
 .btn:hover:after, .btn.hover:after {
     left: 0;
     right: 0;
     opacity:1;
}
 .btn.btn-transparent{
    border:2px solid;
}
 .btn.btn-transparent:hover{
    transform:scale(1.1);
}
 .btn-lg {
     padding: 1.2rem 5.4rem!important;
     font-size: 1.35rem!important;
     line-height: 1.5;
}
 .btn-sm {
     padding: 0.rem 0.9rem!important;
     font-size: 0.9rem!important;
}
 .btn-light {
     color: #212529!important;
}
 .btn-group-vertical>.btn, .btn-group>.btn{
     margin:0px;
}
 .btn-primary:hover, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active{
     outline:none;
     box-shadow:none!important;
}
 button:focus {
     outline: 0px;
}
/* forms */
 .form-control {
     transition:all 0.3s ease-in-out;
     border:0;
     border: 2px solid;
     transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
     border-radius: 0px;
     line-height: 1;
}
 .form-control input{
     height:50px;
}
 .form-control:focus{
     outline:none;
     box-shadow:none;
}
 .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
     border-top-right-radius: 0;
     border-bottom-right-radius: 0;
}
 .form-control.border2{
     border-color:#fff;
}
 .input-group-btn .btn{
     margin-top:0px;
     height: 48px;
     margin-left: 0px;
     border-radius: 0;
}
/* Blockquote */
 blockquote {
     padding: 30px;
     font-family: 'Nunito', sans-serif;
     margin-top: 40px;
}
 blockquote footer{
     padding:0px;
     font-size: 14px;
     font-weight:400;
     background:transparent!important;
     color: inherit;
}
 blockquote p{
     font-size:18px;
     line-height: 1.4;
     font-weight:600;
}
 cite:before{
     content:'ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¾Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â¦ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬ÃƒÂ¢Ã¢â‚¬Å¾Ã‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Â ÃƒÂ¢Ã¢â€šÂ¬Ã¢â€žÂ¢ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¢ ';
}
 cite{
     font-style:normal;
     font-size: 15px;
}
 blockquote:before {
     margin-top: -50px;
     left: 16px;
     color: #fff;
     content: "\f10d";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     font-size: 1.5em;
     position: absolute;
     opacity: 0.5;
}
/* form label */
 label {
     margin-top: 10px;
}
/* rotate img on hover */
 .rotate-img img {
     max-width: 100%;
     transition: all 0.3s;
}
 .rotate-img:hover img {
     transform: rotate(-5deg);
}
/* Map */
 #map-canvas {
     max-width: 100%;
     height: 350px;
     border-radius:0px;
}
 #map-canvas.map-small-height{
     border-radius:20px;
     height: 250px;
}
/* bg-secondary */
 .bg-secondary label{
    color:#fff;
}
/* Sidebar */
 .sidebar-header{
     margin-top: 30px;
     font-size: 22px;
     font-weight: 700;
}
 .sidebar-header:first-child{
     margin-top: 0px;
}
 #sidebar.bg-primary p{
     color:#fff;
}
 #sidebar.bg-primary .sidebar-header{
     color:#fff;
}
/* Go to top icon */
 .back-to-top {
     display: none;
     position: fixed;
     bottom: 40px;
     right: 42px;
     transition: all 0.2s ease-in-out;
     z-index: 119;
}
 .back-to-top i {
     display: block;
     width: 44px;
     height: 44px;
     line-height: 40px;
     font-size: 32px;
     color: #fff;
     border-radius: 0px;
     text-align: center;
     border: 1px solid #fff;
}
 .back-to-top:hover{
     transform: scale(1.3);
}
/*Nav-tabs */
 .nav-tabs .nav-link {
     font-size: 18px;
     padding: 30px 50px;
     font-family: 'Nunito', sans-serif;
     font-weight: 900;
     margin-right: 20px;
     text-transform: uppercase;
     letter-spacing: 1px;
     border-radius: 0px;
}
 .nav-tabs .nav-item,.nav-tabs ,.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
     border:0px;
}
 .nav-tabs .nav-link:focus, .nav-tabs .nav-link,.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover{
     color: #fff;
}
 .nav-tabs .nav-item i {
     font-weight: normal;
     font-size: 40px;
     display: block;
     transition: all .42s ease-in-out;
     text-align: center;
}
 .nav-tabs .nav-item:hover i {
     -moz-transform: translate(0px, 0);
     -moz-transition: -moz-transform 0.8s ease;
     transform: rotate(14deg) scale(1.3);
     transition: -webkit-transform 0.8s ease;
}
/* tab content */

 .tab-content{
     background:#fff;
     padding: 60px;
     border:0px;
     box-shadow: 1px 2px 20px rgba(105, 105, 105, 0.15);
}
 .tab-content.block-padding:last-child {
     padding-bottom: 90px;
}

/* tab animation on active */
 .tab-pane.active {
     animation: slide-down 0.5s ease-out;
}
 @keyframes slide-down {
     0% {
         opacity: 0;
         transform: translatey(-20px);
    }
     100% {
         opacity: 1;
         transform: translatey(0);
    }
}
/* centered navs */
 .center-nav {
     display: flex;
     justify-content: center;
}
/* cards */
 .card {
     display:block;
     border:0px;
     border-radius:15px;
     padding:20px;
}
 .card-header{
     background:none;
}
 .card-title{
     transition: all 0.2s ease-in-out;
}
 a .card-title:hover {
     color: inherit;
}
/* widgets */
 .widget-area{
     margin:40px 0px;
     padding: 20px;
}
 .widget-area:first-child{
     margin-top: 0px;
}
 .widget-area:before{
     font-family: 'Flaticon';
     content: "\f110";
     font-weight:normal;
     font-size: 30px;
     margin: 0 auto;
     position: absolute;
     margin-top: -30px;
     float: right;
     right: 20px;
     transform: rotate(12deg);
     opacity: 0.5;
}
 .widget-area .form-control{
    border:2px solid transparent;
}
/* accordions */
 .accordion-cards .card {
     border: 0px;
     display:block;
     padding:0px;
     border-radius: 0px;
     background: #fff;
}
 .accordion-cards .card-header {
     padding: 10px 20px;
     border-radius:5px;
     border-bottom: 0;
     transition:all 0.8s;
     color:#2!important;
     margin:5px;
     cursor:pointer;
}
 .accordion-cards .card-header .show {
     background-color:#cecece;
}
 .accordion-cards .card-body{
     margin: 0 20px;
     padding: 40px;
     border-radius: 5px;
}
/* accordion */
 .accordion .card{
     padding:0px;
     background: transparent;
}
 .accordion .card-header{
     font-weight:600;
     font-size:19px;
     padding: 5px 0px;
     line-height: 1.3;
     border: 0px;
}
 .accordion .card-link{
     color:#fff!important;
     transition:all 0.8s;
     display:block;
     padding: 5px 20px;
}
 .accordion .card-header a:before{
     content: "\f107";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     color:#fff;
     line-height: 40px;
     border-radius: 50%;
     text-align: center;
     font-size: 17px;
     top: 0;
     background: transparent!important;
     margin-right: 10px;
}
 .accordion .card-header a.collapsed:before{
     content: "\f077";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     color:#fff;
     line-height: 40px;
     border-radius: 50%;
     text-align: center;
     font-size: 14px;
}
/* img fluid */
 .img-fluid{
     max-width:100%;
}
/* full-container */
 .container-fluid {
     padding-right: 0px;
     padding-left: 0px;
}
/* section */
 section {
     padding-top: 70px;
     padding-bottom: 10px;
}
/* no-padding */
 .no-padding{
     padding-top:0px;
     padding-bottom:0px;
}
/* section-heading */
 .section-heading {
     margin-bottom: 30px;
     text-align: center;
     position: relative;
     z-index: 99;
}
 .section-heading h2{
     font-size: 30px;
     font-weight: 800;
}
 .section-heading.light-icon h2:before{
     color: #fff!important;
}
 .section-heading h2:before{
     /* content: "\f110"; */
     z-index: 0;
     font-family: "flaticon";
     font-size: 120px;
     z-index: 0;
     opacity: 0.3;
     display: block;
     font-weight: normal;
     left: 35%;
     z-index: -1;
     margin-top: -40px;
     position: absolute;
}
/* custom ul */
 ul.custom {
     list-style: none;
     margin-bottom:0;
}
 ul.custom li {
     padding: 5px 0px;
     font-size: 16px;
     line-height: 24px;
}
 ul.custom li:before {
     font-family: "Flaticon";
     content: "\f111";
     padding-right: 7px;
     font-weight: normal;
     font-size: 15px;
}
 .text-light ul.custom li:before {
     color:#fff!important;
}
/* checkmark ul */
 ul.checkmark {
     list-style: none;
     margin-bottom:0;
}
 ul.checkmark li {
     padding: 5px 0px;
     font-size: 16px;
     line-height: 26px;
}
 ul.checkmark li:before {
     font-family: "Font Awesome 5 Free";
     content: "\f14a";
     padding-right: 7px;
}
/* white border if bg same color as form border */
 .bg-primary .form-control{
     border-color:#fff;
}
/* img rotate */
 .img-rotate-outline{
     transform: rotate(-3deg);
     border: 15px solid #cecece;
}
/* img zoom on hover */
 .img-zoom-hover {
     overflow:hidden;
}
 .img-zoom-hover img {
     transition: all 0.2s ease-in-out;
}
 .img-zoom-hover:hover img{
     transform:scale(1.1);
}
/* block padding */
 .block-padding{
     padding-top:90px;
     padding-bottom:90px;
}
 .block-padding:last-child.pb-block{
     padding-bottom: 90px;
}
 .block-padding:first-child{
     padding-top:0px;
}
 .block-padding:last-child{
     padding-bottom:0px;
}
 .bottom-block-padding{
     padding-top: 70px;
}
/* overlay background */
 .overlay{
     box-shadow:inset 0 0 0 1000px rgba(41, 41, 41, 0.42);
}
 .overlay-light{
     box-shadow:inset 0 0 0 1000px rgba(255, 255, 255, 0.42);
}
 .overlay-dark {
     box-shadow: inset 0 0 0 1000px rgba(41, 41, 41, 0.87);
}
/* extra paddings and margins */
 .p-10{
     padding:100px 0;
}
 .p-20{
     padding:200px 0;
}
 .pb-8{
     padding-bottom:80px ;
}
 .mt-8{
     padding-top:80px;
}
/* pulse animation */
 @keyframes pulse {
     from {
         transform: scale(1);
    }
     50% {
         transform: scale(0.75);
    }
     to {
         transform: scale(1);
    }
}
/* transparent white bg */
 .bg-white-80{
    background:rgba(255, 255, 255, 0.71)!important;
}
/* list group */
 .list-group{
     font-weight:700;
     font-size:18px;
}
 .list-group-item:before{
     content: "\f105";
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     width: 40px;
     height: 40px;
     line-height: 40px;
     border-radius: 50%;
     text-align: center;
     font-size: 14px;
     top: 0;
     margin-right:10px;
}
 .list-group-item{
     font-family:'Nunito', sans-serif;
     transition: all 0.2s ease-in-out;
     margin-bottom: 4px;
     border: 0;
     border-radius: 0px!important;
     font-size: 16px;
     padding: .05rem 1.25rem;
}
 .list-group-item-action:focus, .list-group-item-action:hover{
     color:#fff;
}
/* Pagination*/
 .pagination{
     margin-bottom:0px;
}
 .page-link:hover,.page-link:focus,.page-link.active{
     color:#fff;
     border: 1px solid #fff;
     outline:0;
}
 .page-link{
     transition: all 0.2s ease-in-out;
     font-family: 'Nunito', sans-serif;
     color:#fff;
     font-weight:700;
     border: 1px solid #fff;
}
/* Jumbotron */
 .jumbotron{
     background: url("../img/jumbotron.jpg");
     text-align:left;
     margin-bottom:0px;
     background-repeat:no-repeat;
     background-position: center center;
     overflow: hidden;
     background-size: cover;
}
 .jumbo-heading {
     text-align: center;
     position: relative;
     z-index: 110;
}
 .jumbo-heading h1{
     color:#fff;
}
/* Owl-carousel */
 .owl-prev, .owl-next {
     position: absolute;
     top: 50%;
     text-align: center;
}
 .owl-nav {
     margin: 0 auto;
     top: 0px;
     left: 50%;
}
 .owl-prev {
     left: -10px;
}
 .owl-next {
     right: -10px;
}
 .owl-prev i, .owl-next i {
     transition: all .3s ease-in-out;
     font-size: 40px;
}
 .owl-prev i:hover, .owl-next i:hover {
     transform:scale(1.2);
}
 .owl-carousel.owl-loaded {
     display: block;
     clear: both;
}
 .owl-dots {
     text-align: center;
     margin-top: 10px;
}
 .owl-carousel .owl-stage-outer{
     margin-top: -40px;
}
 .owl-theme .owl-dots .owl-dot {
     display: inline-block;
}
 .owl-theme .owl-dots .owl-dot span {
     border: 1px solid #cecece;
     position: relative;
     display: inline-block;
     vertical-align: top;
     width: 0.4rem;
     height: 0.4rem;
     margin: 0 0.3rem;
     border-radius: 50%;
     cursor: pointer;
     color: #333;
     transition: all 0.3s ease-in-out;
}
 .owl-carousel .owl-stage {
     margin-top: 40px;
}
/* owl carousel with navigation on top */
 .top-centered-nav .owl-nav {
     position: absolute;
}
 .top-centered-nav .owl-prev, .top-centered-nav .owl-next {
     top: 0%;
}
 .top-centered-nav .owl-prev {
     left: -30px;
}
 .top-centered-nav .owl-next {
     right: -30px;
}
/* Mailchimp message */
 #mce-error-response, #mce-success-response {
     display: none;
     margin-top:20px;
}
/* Page margin*/
 .page{
     background-color: #fff;
     padding-top:30px;
     padding-bottom:90px;
	 position:relative;
	 z-index:100;
}
/* opacity on hover */
 .hover-opacity{
     transition: all 0.4s ease-in-out;
}
 .hover-opacity:hover{
     opacity:0.6;
}
/* alerts */
 .alert{
     padding:20px;
}
 .alert-primary,.alert-secondary{
     color:#fff;
}
/* nav pills */
 .nav-pills .nav-link {
     font-size: 20px;
     color:#fff;
     border-radius:0px;
     padding:10px 40px;
     margin: 5px 10px;
     transition: all 0.2s ease-in-out;
     font-family: 'Nunito', sans-serif;
     font-weight: 700;
}
 .nav-link.disabled {
     color: #6c757d!important;
}
/* pills /badges */
 .badge-pill {
     padding: 10px;
     margin:3px;
     border-radius: 0px;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: 0.6px;
}
 .badge-default{
     color:#fff;
}
/* breadcrumbs */
 .breadcrumb {
     margin-bottom: 0;
     color:#fff;
     background: transparent;
     font-size: 11px;
     display: inline-block;
     padding: 0px;
     text-align: center;
     padding: 5px 30px;
     overflow: hidden;
     text-overflow: ellipsis;
     white-space: nowrap;
     text-transform: uppercase;
     font-weight: 900;
     letter-spacing: 1px;
}
 .breadcrumb .breadcrumb-item {
     display: inline;
}
 .breadcrumb a{
     color: #fff;
}
 .breadcrumb-item.active {
     color: #cecece;
}
 .breadcrumb-item+.breadcrumb-item::before {
     color: #fff;
     font-size: 17px;
     font-family: "Font Awesome 5 Free";
     font-weight: 900;
     content: "/";
}
/* SVG dividers*/

 svg.divider{
    margin-bottom: -10px;
    margin-top: -30%;
}
 svg.divider.header-top{
     fill: #ffffff;
     position: absolute;
     margin-bottom: 0;
     margin-top: -10%;
}
.divider-zindex-top img{
	margin-top: -10%;
    position: absolute;
	width: 100%;
    aspect-ratio: 2;
}

.z-99 img{
	z-index:99!important;
}
/*=========================== Media queries ============================ */
/* Small devices (landscape phones, 544px) */
 @media (max-width: 544px) {
    /* slider */
     .header-wrapper .header-text {
         padding: 10px!important;
    }
     .header-text h1 {
         margin-bottom: 0px!important;
    }
     .header-text:before{
         display:none!important;
    }
     .ls-bottom-nav-wrapper {
         bottom: -10px;
    }
    /* testimonials */
     .testimonial3 .pic {
         margin: 0 auto;
         display: block;
         float: none;
    }
     .testimonial3 .testimonial3-title {
         display: block;
         margin-top: 15px;
         text-align: center;
    }
     .testimonial {
         margin: 0px;
         padding: 20px;
    }
     .testimonial .pic {
         display: block;
         position: relative;
         top: 0px;
         margin:0 auto;
         left: 0px;
    }
    /* jumbotron */
     .jumbotron h1 {
         font-size: 1.7em!important;
    }
     .jumbotron{
         min-height: 180px!important;
    }
     .jumbotron .breadcrumb {
         max-width: 200px;
    }
    /* others */
	.services3 {
	    padding: 15px!important;
    }

     .back-to-top i {
         width: 24px;
         height: 24px;
         line-height: 20px;
         font-size: 22px;
    }
     .nav-pills .nav-link{
         font-size:15px;
    }
     .btn.ml-1 {
         margin-left:0px!important;
    }
     .breadcrumb{
         padding:0px 10px;
    }
     .btn {
         padding: 0px 20px;
    }
     .serviceBox1 .title a {
         font-size:20px;
    }
     .section-heading h2, h2 {
         font-size: 1.4em!important;
    }
     .owl-prev i, .owl-next i {
         font-size: 20px;
    }
     .nav-tabs .nav-link {
         width: 100%;
         margin-right: 0px;
         text-align: center;
    }
     .navbar-brand span {
         font-size:30px;
    }
     .navbar-brand i {
         font-size:40px;
    }
     .navbar-collapse.show, .navbar-collapse {
         max-height: 300px !important;
    }
     .input-group .form-control, .input-group-btn {
         display: inline-table;
         width: 100%;
         margin-top: 10px;
    }
     .input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child), .input-group-btn .btn{
         border-radius: 10px;
    }
     .card {
         padding: 20px;
    }
     .btn-lg {
         padding: 20px!important;
    }
     .back-to-top {
         right: 12px;
    }
     .card.blog-card {
         padding: 30px 0px;
    }
     .card-header {
         padding: .75rem 0rem;
    }
     .blog-sidebar .card {
         padding: 0px;
    }
     .text-xs-center {
         text-align: center;
    }
     .header-wrapper .header-text{
        margin-top:15%!important;
    }
}
/* Medium/small devices (767px) */
 @media (max-width: 767px) {
	.services3 .header {
      font-size: 22px;
	  position: relative;
      margin-top: -30px;
    }
     #header1-section{
        padding: 5em 0;
        background-position: left center!important;
    }
     .subtitle2 {
         font-size: 16px;
    }
     .adoption-header {
         margin-top: 0px;
    }
     .btn.float-left{
         float: none!important;
    }
     .feature-with-icon {
         text-align: center;
    }
     .owl-prev {
         left: -0px;
    }
     .owl-next {
         right: -0px;
    }
     .nav-tabs .nav-link {
         width: 100%;
         margin-right: 0px;
         text-align: center;
    }
     .hidden-small{
         display:none;
    }
     .accordion a:before {
         width: 20px;
         height: 20px;
         line-height: 20px;
         left: -25px;
         top: 10px;
    }
     .accordion:before {
         left: 12px;
    }
     .accordion .card-header {
         padding: 5px;
    }
     .bg-collumn {
         min-height:200px!important;
    }
     section {
         padding-top: 30px;
         padding-bottom: 10px;
    }
     .section-heading {
         margin-bottom: 30px;
    }
     .section-heading:before {
         font-size: 40px;
    }
     h1{
         font-size:2.4em;
    }
     .section-heading h2,h2{
         font-size: 2.2em;
    }
     h3 {
         font-size: 1.7em;
    }
     h4 {
         font-size: 1.5em;
    }
     .h7{
         font-size:16px;
         line-height:27px;
    }
     .header-p {
         font-size: 18px;
         line-height: 23px;
         margin-bottom:10px;
    }
     .header-text h1 {
         margin-bottom: 20px;
         font-size: 7em;
    }
     .page {
         padding-top: 0px;
         padding-bottom: 30px;
    }
     footer{
         padding:30px;
    }
     .mt-5, .my-5 {
         margin-top: 2rem!important;
    }
     .mb-5{
         margin-bottom: 2rem!important;
    }
     .ls-outline .ls-nav-prev, .ls-outline .ls-nav-next{
         display:none!important;
    }
     .block-padding{
         padding-top: 40px;
         padding-bottom: 40px;
    }
     .block-padding:last-child, .block-padding:last-child.pb-block{
         padding-bottom: 40px;
    }
     .bottom-block-padding{
         padding-top: 40px;
         padding-bottom: 0px;
    }
     .section-heading h2:before {
         font-size: 70px;
         z-index: -1;
         margin-top: -20px;
    }
}

/* Medium devices (1024px) */
 @media (max-width: 1024px) {

	 /* fixed backgrounds, important fix for IOS */
     .bg-fixed{
         background-attachment:scroll!important;
		 background-size:cover;
    }
}
/* Medium devices (991px) */
 @media (min-width: 992px) {
    /* fixed backgrounds, important fix for IOS */
     .bg-fixed{
         background-attachment:fixed;
		 background-size:cover;
    }
    /* page with sidebar */
     .page-with-sidebar{
         padding-right:30px;
    }
	/* page with sidebar right*/
     .page-with-sidebar.right{
         padding-left:30px;
    }
	/* circle images with parallax effect*/
	 .circle-images{
        position:absolute;
         margin-top:-100px;
    }
	
	 .circle-images img{
		border: 12px solid ;
	}
	 .circle-images .img1{
		max-width:220px;
		 height:auto;
	}
	 .circle-images .img2{
		max-width:350px;
		 height:auto;
		margin-left:120px;
		 margin-top:-100px;
	}
	 .circle-images .img3{
		max-width:270px;
		 height:auto;
		margin-top:-70px!important;
	}
	.icon-box h4{
	   margin-top:30px;
   }
}
 @media (max-width: 991px) {
	 .video-section .p-5{
		 padding:0px!important;
	 }	 
	 .page-with-sidebar{
		 margin-top:20px;
	 }
     .header-wrapper .header-text{
        margin-top:5%;
    }
     #header1-section p, #header1-section h1{
        color:#fff!important;
    }
     #header1-section{
        box-shadow: inset 0 0 0 1000px rgba(12, 12, 12, 0.23);
    }
     .hidden-md{
         display:none;
    }
     .bg-collumn {
         min-height:300px;
    }
     .nav-tabs .nav-link {
         padding: 15px 30px;
    }
     #sidebar{
         margin-top:50px;
    }
    /* no background or hidden on small devices */
     .no-bg-small{
         background-image:none!important;
    }
     .hidden-medium-small{
         display:none;
    }
    /* slider */
     .header-text:before{
         font-size:50px!important;
         margin-top:30px;
    }
    /*top bar */
     .top-bar .contact-details li {
         font-size: 13px;
    }
     .top-bar .contact-details li {
         margin: 0px!important;
    }
     .top-bar .contact-details i {
         margin-right: 8px;
         margin-left: 8px;
    }
    /* others */
     .res-margin{
         margin-top:30px;
    }
     .img-rotate-outline {
         padding: 30px;
         border: 0px;
    }
     .navbar-collapse.show {
         max-height: 400px;
    }
     .navbar-collapse {
         max-height: 400px ;
    }
     .navbar-collapse::-webkit-scrollbar {
         width: 10px;
    }
     .navbar-collapse::-webkit-scrollbar-track {
         background-color: lightgray;
    }
     .navbar-collapse::-webkit-scrollbar-thumb {
         background-color: darkgray;
    }
     .navbar-collapse.show {
         overflow-y: scroll!important;
         overflow-x: hidden!important;
    }
}
/* Large devices (large desktops, min 1200px ) The navbar toggle appears at this breakpoint*/
 @media (min-width: 1200px) {
     .navbar.shrink {
         height: 75px;
    }
     .negative-margin-200{
        margin-top:-200px;
    }
    	
    /* vertical-tabs */
     .vertical-tabs .nav.nav-tabs {
         float: left;
         display: inline-block;
         margin-right: 0;
         border-bottom: 0;
         border-right: 1px solid #ddd;
    }
     .vertical-tabs nav .nav-tabs {
         display: inline-block;
         width: 25%;
    }
     .vertical-tabs .tab-content {
         float: right;
         width: 75%;
         display: inline-block;
    }
     .vertical-tabs .nav-tabs .nav-link {
         margin-right: 0px;
         border-top-left-radius: 0;
         border-top-right-radius: 0;
         padding: 20px 20px;
         margin-bottom: 20px;
         border-radius: 0px;
         text-align: center;
    }
    /* jumbotron */
     .jumbotron{
         height: 300px;
    }
    /* navigation */
     .navbar-nav .nav-link {
         height: 60px;
    }
     .navbar{
         height: 79px;
         line-height: 45px;
    }
     .shrink .dropdown-menu{
         margin-top: 7px;
    }
     .dropdown-menu{
         margin-top: 22px;
         border-radius: 0px;
         padding: 0px;
    }
}
/* Large devices (large desktops, max 1200px ) */

 @media (max-width: 1200px) {
     .ls-v6 .ls-nav-next,.ls-v6 .ls-nav-prev {
         display:none!important;
    }
    /* hide top bar */
     .top-bar {
         display:none!important;
    }
     .circle-images{
        text-align:center;
    }
     #not-found {
         margin-top: 5rem;
         margin-bottom: 3rem;
    }
     .counter{
         margin-bottom:20px;
    }
    /* Jumbotron */
     .jumbotron{
         min-height:250px;
         background-size: cover!important;
    }
    /* navigation */
     .dropdown-menu:before{
         display:none;
    }
     .navbar .nav-item{
         margin-top: 20px;
    }
     .navbar-nav .dropdown-menu {
         float:left;
         width: 100%;
    }
     .navbar-toggler:hover i{
         color: #000;
    }
     .navbar {
         min-height:50px;
         padding: 0px;
    }
     .nav-brand img {
         max-height: 50px;
         padding: 5px;
    }
     .dropdown-item, .navbar-nav .nav-link{
         text-align:center;
    }
     .dropdown-item {
         padding: 0.8rem;
    }
     .navbar-collapse.show {
         display: block;
         padding-bottom: 40px;
    }
    /* slider */
     .header-text.full-width {
         width: 100%!important;
         margin-left: 2%;
         padding: 0px!important;
         margin-top: 10%!important;
    }
}
/* Extra Large devices (min 1500px ) */

 @media (min-width: 1500px) {
     .wide-xl{
        width: calc(100% + 30%);
    }
     #header1-section {
         padding: 15em 0;
    }
}


.add-head-home-new {font-size: 24px;
    margin: 0 0 10px 0px;
    font-weight: 700;
    letter-spacing: 1px;
    color: #c90e00;}
	
.add-new-img-mg-home { margin: 13px 0 0 0; border-radius: 13px;}

.add-new-pro-head-home {
    margin: 8px 0 -11px 0;
    font-size: 14px;
    font-weight: 600;
    /* letter-spacing: 1px; */
    text-align: center;
    color: #000;
    /* text-transform: uppercase; */
    }
	
.add-button-home-pro-bottom {
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 66px;
    margin: 0 0 23px 0px;
    }
	
.add-new-img-pro-home { border-radius: 8px;}

.add-footer-form-button { color: #000;}
.phone-btn2 {
    position: fixed;
    bottom: 0.8rem;
    left: 9px !important;
    z-index: 999;
    /* background-color: #fe0600; */
    /* background-color: #00e676; */
    color: #fff;
    /* padding: 0.6rem 0.9rem; */
    border-radius: 50%;
    transition: .6s;
    box-shadow: 0 0 0 0.2rem rgb(254 6 0 / 48%);
    animation: cc-calto-action-ripple .6s linear infinite;
    width: 4rem !important;
    height: 4rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.phone-btn2:hover, .phone-btn:focus {
    color: #fff!important;
    box-shadow: 0 0 16px 3px #fff;
    transform: translateY(-10px);
    transition: .6s;
    text-decoration: none;
}


.phone-btn {
    position: fixed;
    bottom: 5.8rem;
    left: 9px !important;
    z-index: 999;
    /* background-color: #fe0600; */
    /* background-color: #00e676; */
    color: #fff;
    /* padding: 0.6rem 0.9rem; */
    border-radius: 50%;
    transition: .6s;
    box-shadow: 0 0 0 0.2rem rgb(254 6 0 / 48%);
    animation: cc-calto-action-ripple .6s linear infinite;
    width: 4rem !important;
    height: 4rem;
    display: flex;
    align-items: center;
    text-decoration: none;
    justify-content: center;
}

.phone-btn:hover, .phone-btn:focus {
    color: #fff!important;
    box-shadow: 0 0 16px 3px #fff;
    transform: translateY(-10px);
    transition: .6s;
    text-decoration: none;
}

.add-popup-head-home {color: #000;
    text-align: center;
    margin: 15px 0 20px 0;
    font-size: 22px;}
	
	.add-popup-form-button {background: #000;
    color: #fff;}