@import url("../css/font-awesome.min.css");
@import url("../css/bootstrap.min.css");
@import url("../css/owl.carousel.css");
@import url("../css/magnific-popup.css");

/*_______________________________________________________
// BASIC STYLE  //----------------------------
_______________________________________________________*/

/* - Google Fonts //---------------- */
@import url("https://fonts.googleapis.com/css2?family=K2D:wght@300;400;500;600;700&display=swap");

/* - General Style //---------------- */

::-moz-selection {
    background-color: #75b69c;
    color: #fff;
}
::selection {
    background-color: #75b69c;
    color: #fff;
}

* {
    outline: none !important;
}

body,
html {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    line-height: 26px;
    color: #1f1f1f;
    font-size: 20px;
    font-family: "K2D", sans-serif;
    font-weight: 300;
    letter-spacing: 0px;
    position: relative;
}

.container {
    padding-left: 0;
    padding-right: 0;
}
.no-js #loader {
	display: none;
}
.js #loader {
	display: block;
	position: absolute;
	left: 100px;
	top: 0;
}
#preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

.zoom-in-zoom-out {
    background: url('../images/loader.png');
    width: 85px;
    height: 84px;
    animation: zoom-in-zoom-out 2s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }
    50% {
        transform: scale(1.5, 1.5);
    }
    100% {
        transform: scale(1, 1);
    }
}

.main {
    overflow: hidden;
    padding: 0;
}
img {
    height: auto;
    max-width: 100%;
    border: none;
    outline: none;
    transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
}
a,
a:focus,
a:active,
a:link,
img {
    outline: none;
    text-decoration: none;
}
a {
    cursor: pointer;
    text-decoration: none;
    color: #999;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}
a:hover {
    color: #75b69c;
    text-decoration: none;
}

a.link {
    color: #75b69c;
    font-weight: 500;
}

a.link:hover {
    color: #222;
}

br {
    font-size: 0;
    line-height: 0;
}
hr {
    margin-bottom: 0px;
    margin-top: 0px;
    border-top: 1px solid #e5e5e5;
    border-bottom: none;
    border-left: none;
    border-right: none;
}
ul {
    list-style: none;
    padding-left: 0px;
    margin-bottom: 0;
}

.dit {
    display: inline-table;
}
.dib {
    display: inline-block;
}

.w-100 {
    width: 100%;
}
.position-r {
    position: relative;
}
.position-s {
    position: static;
}
.position-initial {
    position: initial;
}
.overflow-h {
    overflow: hidden;
}
.align-center {
    text-align: center;
}
.align-left {
    text-align: left !important;
}
.align-right {
    text-align: right !important;
}
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.dark-bg p {
    color: #fff;
}
.dark-bg {
    background: #141414;
    color: #fff;
}
.gray-bg {
    background: #f5f5f5;
}

.light-gray-bg {
    background: #fafafa none repeat scroll 0 0;
}

.middle-800 p {
    display: inline-block;
    max-width: 800px;
}
.middle-580 p {
    display: inline-block;
    max-width: 580px;
}

.border-right {
    border-right: 1px solid #e1e1e1;
}

/* - Headings Style   //---------------- */

h1,
h2,
h3,
h4,
h5,
h6,
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #1f1f1f;
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
}

h1 {
    font-size: 43px;
    letter-spacing: 1px;
    line-height: 40px;
}

h2 {
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 10px;
    letter-spacing: 0px;
}

h2.main_title {
    /*font-size: 40px;
	line-height: 50px;*/
    font-weight: 700;
    letter-spacing: 0px;
    position: relative;
}

h3 {
    font-size: 36px;
    line-height: 40px;
}

h4 {
    font-size: 26px;
    line-height: 28px;
}

h5 {
    font-size: 15px;
    line-height: 23px;
    font-weight: 500;
}

h6 {
    font-size: 13px;
    line-height: 17px;
    font-weight: 500;
}

.heading-part > span {
    font-size: 20px;
}
/* - Button Style  //----------------*/

.btn,
button {
    background-color: transparent;
    padding: 22px 30px;
    font-size: 18px;
    line-height: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    -o-border-radius: 30px;
}

.btn.full {
    width: 100%;
    text-align: center;
}

.btn.big-width {
    padding: 22px 50px;
}

.btn.big {
    padding: 25px;
}

.btn.small {
    padding: 8px 15px;
    font-weight: 400;
    font-size: 14px;
}

.btn span ~ i.fa,
.btn i.fa ~ span {
    margin-left: 5px;
}

.btn-black {
    color: #fff;
    background: #333;
    border: none;
}

.btn-black:hover {
    color: #fff;
    background: #75b69c;
}

.btn-color {
    color: #fff !important;
    background: #75b69c;
    border: none;
}

.btn-color:hover {
    color: #fff !important;
    background: #363535;
}

.btn-color-dark {
    color: #fff !important;
    background: #125c4f;
    border: none;
}

.btn-color-dark:hover {
    color: #fff !important;
    background: #75b69c;
}

.btn-white {
    color: #75b69c;
    background: rgba(255, 255, 255, 1);
    border: none;
}
.btn-white:hover {
    color: #fff;
    background: #75b69c;
    /* display: inline-block; */
}

.btn-transparent {
    color: #75b69c;
    background: transparent;
    border: none;
}

.btn-default-border {
    color: #3f3f3f;
    border: 1px solid #a6a6a6;
}

.btn-default-border:hover {
    background: #ff4077;
    border: 1px solid #ff4077;
    color: #fff;
}

.btn:focus,
.btn.focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* - Form Style */
select {
    background: url(../images/select-icon.png) no-repeat scroll right 50% #fff !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #e5e5e5;
    padding: 8px 24px 8px 5px;
    line-height: 22px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

select.full {
    width: 100%;
}

.main-form textarea {
    max-width: 100%;
}

.main-form input,
.main-form textarea,
.main-form select {
    background-color: #fff;
    padding: 8px 15px;
    width: 100%;
    border: 1px solid #e5e5e5;
    min-height: 45px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
}

.main-form .form-group {
    margin-bottom: 30px;
}

.form-group label {
    color: #333;
    font-weight: 500;
}

.normal-table tr td,
.normal-table tr th {
    padding: 10px;
}

/* checkbox CSS Start */
.check-box input,
.radio input.radio-button {
    display: none;
}

.checkbox + label,
.radio-button + label {
    cursor: pointer;
    line-height: 17px;
    padding-bottom: 4px;
    padding-left: 22px;
    padding-top: 4px;
    position: relative;
}

.checkbox:checked + label::before,
.radio-button:checked + label::before {
    background: #75b69c none repeat scroll 0 0;
    border-color: #75b69c;
}

.checkbox + label::before,
.radio-button + label::before,
.checkbox + label::after {
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
    margin-top: 5px;
}

.checkbox + label::before,
.radio-button + label::before {
    background: #f8f8f8 none repeat scroll 0 0;
    border: 1px solid #979797;
    border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    -webkit-border-radius: 1.5px;
    -o-border-radius: 1.5px;
}

.checkbox:checked + label::after {
    background-image: url("../images/check-box-icon.png");
    background-repeat: no-repeat;
}

input.radio-button:checked + label::before {
    background-image: url("../images/radio-icon.png");
    background-repeat: no-repeat;
}

.radio-button + label::before {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

/* - Spacer Style  //---------------- */

.right-side {
    float: right;
}
.left-side {
    float: left;
}

.plr-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.mlr_-10 {
    margin-left: -10px !important;
    margin-right: -10px !important;
}

.plr-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.plr-5 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.mlr_-5 {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.ptb-100 {
    padding-top: 100px;
    padding-bottom: 100px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-100 {
    padding-bottom: 100px;
}

.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.pt-60 {
    padding-top: 60px;
}
.pb-60 {
    padding-bottom: 60px;
}

.p-0 {
    padding: 0px;
}

.pr-10 {
    padding-right: 10px !important;
}

.pl-10 {
    padding-left: 10px !important;
}

.mtb-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mtb-50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.mt-50 {
    margin-top: 50px;
}
.mb-50 {
    margin-bottom: 50px;
}
.mtb-40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mt-40 {
    margin-top: 40px;
}
.mb-40 {
    margin-bottom: 40px;
}
.mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt-30 {
    margin-top: 30px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb_-30 {
    margin-bottom: -30px;
}

.mtb-20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}

.mtb-15 {
    margin-top: 15px;
    margin-bottom: 15px;
}

.mt-15 {
    margin-top: 15px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mt-10 {
    margin-top: 10px;
}
.mb-10 {
    margin-bottom: 10px;
}

.pb-20 {
    padding-bottom: 20px;
}

.m-0 {
    margin: 0px;
}

/* - Table Style  //---------------- */

table.border {
    border-color: #e5e5e5 !important;
}

/* preloader */
#preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../images/loader.png') center no-repeat #fff;
}
/*End*/

/* Slider arrow & dots start */
.owl-carousel .owl-nav button[class*="owl-"],
.owl-carousel .owl-nav button[class*="owl-"].disabled:hover {
    background: #efefef;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 56px;
    height: 99px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    -o-border-radius: 0px;
}
.owl-carousel .owl-nav button[class*="owl-"].disabled {
    cursor: default;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover {
    background: #75b69c;
}
.owl-carousel .owl-nav button.owl-prev {
    left: 0;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}
.owl-carousel .owl-nav button.owl-next {
    right: 0;
    transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -webkit-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
}
.owl-carousel .owl-nav button[class*="owl-"] span,
.owl-carousel .owl-nav button[class*="owl-"].disabled:hover span {
    font-size: 40px;
    color: #333;
}
.owl-carousel .owl-nav button[class*="owl-"]:hover span {
    color: #fff;
}

.owl-dots {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.owl-dots .owl-dot span {
    background: #fff;
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 0 3px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -moz-border-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -webkit-border-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.owl-dots .owl-dot.active span {
    background: #75b69c;
}

/* product-slider arrow */
.product-slider.owl-carousel .owl-nav button[class*="owl-"] {
    width: 45px;
    height: 45px;
}
.product-slider.owl-carousel .owl-nav button[class*="owl-"] span {
    font-size: 30px;
}
/* product-slider arrow */
/* Slider arrow & dots end */

/* Bootstrap Modal */
#successfully-register-popup .modal-body {background: #75b69c; position: relative;overflow: hidden; font-weight: 600;}
#successfully-register-popup .modal-body > img.bg-img {position: absolute;}
#successfully-register-popup .modal-body > img.bg-img-left {top: 50px; left: -50px;}
#successfully-register-popup .modal-body > img.bg-img-right {bottom: 50px; right: -50px;}
#successfully-register-popup .modal-content {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -o-border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0px 10px 6px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 6px rgb(0 0 0 / 8%);
}
#successfully-register-popup .modal-header {
  background: #006150; 
  border-bottom: none;
  text-align: center; 
  display: inline-block;
  -webkit-box-shadow: 0px 10px 6px rgb(0 0 0 / 8%);
  -moz-box-shadow: 0px 10px 6px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 10px 6px rgb(0 0 0 / 8%);
  z-index: 1;
}
#successfully-register-popup .modal-header h1 {color: #fff;padding-right: 50px;}
#successfully-register-popup .modal-header .close {position: absolute; right: 10px; top: 13px; opacity: 1;}
#successfully-register-popup .contant-inner {max-width: 500px; margin: 0 auto;position: relative;}
#successfully-register-popup .modal-dialog {max-width: 700px;}
#successfully-register-popup p {font-size: 24px; color: #fff;line-height: 34px;}
.close-popup {
  background: #fff;
  height: 50px; 
  width: 50px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  -o-border-radius: 50%;
}

/* Section title css start */
.heading-part.text-center h2.main_title {
    display: inline-block;
    position: relative;
    margin-bottom: 0;
    padding: 0 15px;
}
.heading-part.text-center h2.main_title:after {
    content: "";
    background: #75b69c;
    position: absolute;
    left: 100%;
    top: 25px;
    height: 1px;
    width: 100px;
}
.heading-part.text-center h2.main_title:before {
    content: "";
    background: #75b69c;
    position: absolute;
    right: 100%;
    top: 25px;
    height: 1px;
    width: 100px;
}
/* Section title css end */

.hero {
    padding-left: 100px;
    position: relative;
}
/*_______________________________________________________
// HEADER  //----------------------------
_______________________________________________________*/
.sidebar-left {
    background: #75b69c;
    height: 100vh;
    left: 0px;
    position: fixed;
    text-align: center;
    top: 0;
    transition: left 500ms ease 0s;
    width: 100px;
    z-index: 2;
    -webkit-box-shadow: 2px 0 4px rgb(0 0 0 / 10%);
    -moz-box-shadow: 2px 0 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0 4px rgb(0 0 0 / 10%);
    padding: 20px 5px;
}

.side-navigation {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.social-part {
    position: absolute;
    bottom: 20px;
    width: 100%;
}

/*.side-navigation nav {
    position: fixed;
    top: 50%;
    right: 17px;
    text-align: center;
    width: 15px;
    left: auto;
    z-index: 1;
    transform: translate3d(0px, 0px, 0px);
}*/

.sidebar-container ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.navbar-nav.sidebar-navigation li {
    float: left;
    height: auto;
    margin: 0;
    position: relative;
    width: 100%;
}
.sidebar-container ul li a {
    display: flex;
    padding: 0;
    justify-content: center;
}
/*header .nav > li:hover > a, .nav > li.active > a, .nav > li:focus > a {
    background: transparent;
    color: #ffd400;
}*/
.sidebar-navigation span.circle {
    background-color: #75b69c;
    border: 3px solid #e8f5fd;
    border-radius: 100%;
    display: inline-block;
    height: 7px;
    margin: 0;
    /*position: static;*/
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    vertical-align: middle;
    width: 7px;
    transition: background 0.3s ease 0s;
    height: 12px;
    width: 12px;
}
.sidebar-navigation .active span.circle {
    border-color: #e8f5fd;
    margin: 0;
}

ul.sidebar-navigation li a .line {
    background: #e8f5fd none repeat scroll 0 0;
    height: 50px;
    width: 2px;
    position: relative;
}
ul.sidebar-navigation li:first-child a .line:after {
    background: #75b69c;
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    top: 0;
    left: 0;
}
ul.sidebar-navigation li:last-child a .line:after {
    background: #75b69c;
    content: "";
    position: absolute;
    height: 25px;
    width: 2px;
    bottom: 0;
    left: 0;
}
.sidebar-navigation li.active + li .circle,
.sidebar-navigation li.active + li + li .circle,
.sidebar-navigation li.active + li + li + li .circle,
.sidebar-navigation li.active + li + li + li + li .circle,
.sidebar-navigation li.active + li + li + li + li + li .circle {
    border: 3px solid #a8d8c6;
}
.sidebar-navigation li.active + li .line,
.sidebar-navigation li.active + li + li .line,
.sidebar-navigation li.active + li + li + li .line,
.sidebar-navigation li.active + li + li + li + li .line,
.sidebar-navigation li.active + li + li + li + li + li .line {
    background: #a8d8c6;
}

.social-part ul li {
    padding: 10px 0;
}
.social-part ul li i.fa {
    color: #fff;
}

/* - Navigation Menu Style   //----------------- */

.navbar-collapse.collapse {
    display: block;
    float: left;
    padding-left: 0;
}

.navbar-collapse > ul {
    display: inline-block;
    float: none !important;
    text-align: left;
}

.nav > li {
    position: inherit;
    display: inline-block;
    padding: 0px 18px !important;
}

.navbar-nav > li > a {
    display: inline-block;
    font-weight: 400;
    color: #333;
    font-size: 16px;
    position: relative;
}

.navbar-nav > li:last-child > a {
    padding-right: 0 !important;
}

.scroll-down {
    width: 100%;
    position: absolute;
    bottom: 30px;
}

.scroll-down-video {
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 50px;
}

/*_______________________________________________________
// CONTANT  //----------------------------
_______________________________________________________*/

/* - Banner Style  //---------------- */
.home-banner {
    position: relative;
    background-size: cover;
    background-position: center center;
}
.banner {
    height: 100%;
    position: relative;
}

#small-dialog video {
    height: 100vh;
}

#small-dialog .mfp-close {
    background: #75b69c;
    color: #fff;
}

.banner-detail-inner {
    max-width: 530px;
    margin: auto;
}

.banner-detail-inner .btn i.fa{
    margin-right: 5px;
    
}

.banner-detail {
    width: 100%;
    position: relative;
    max-height: 100%;
    text-align: center;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.banner-main-img {
    float: right;
    position: relative;
}

.banner-main-img {
    animation: MoveUpDown 2s linear infinite;
}
@keyframes MoveUpDown {
    0%,
    100% {
        top: 0;
    }
    50% {
        top: 10px;
    }
}

.banner-detail .banner-detail-inner .banner-title {
    color: #1f1f1f;
    font-size: 60px;
    line-height: 80px;
    letter-spacing: 0px;
    font-weight: 300;
    margin: 10px 0;
    transition: all 0.9s ease 0s;
    -moz-transition: all 0.9s ease 0s;
    -webkit-transition: all 0.9s ease 0s;
    -o-transition: all 0.9s ease 0s;
}

.owl-item.active .banner-detail .banner-detail-inner .banner-title {
    opacity: 1;
    transform: none;
}

.banner-detail .banner-detail-inner .banner-title span {
    font-weight: 400;
}
#screen2-2 {
    /*max-height: 100vh;*/
    min-height: 1px !important;
}
.banner-2 video {
    margin-bottom: -5px; /*height: 100vh;*/
    background: #000;
}

/* - Services Features section  //---------------- */
.service-bg .heading-part {
    position: absolute;
    top: 100px;
    width: 100%;
    text-align: center;
    z-index: 1;
    padding-left: 15px;
    padding-right: 15px;
}
.service-bg span {
    max-width: 850px;
    margin: 0 auto;
    display: block;
}
.service-bg .row,
.app-slider-bg .row {
    min-height: 100vh;
}
.service-box,
.app-feature-box {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.service-box:first-child,
.service-box:last-child {
    background: #f7f8f9;
}
.feature-box-main {
    width: 100%;
}
.feature-box {
    max-width: 380px;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
}
.feature-detail {
    position: relative;
}
.ser-title {
    margin: 20px 0;
    height: 80px;
}
.ser-title span {
    font-size: 24px;
}

.services-box {
    position: relative;
    background: #f5f5f5;
    padding: 30px;
}
.feature-detail .small-text {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
}

.services-box-inner {
    display: inline-table;
    width: 100%;
}

.services-box .services-detail {
    margin-left: 72px;
}

.ser-feature-block .services-box .services-icon {
    background: #75b69c;
    display: inline-block;
    float: left;
    height: 60px;
    width: 60px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
}

.ser-feature-block .services-box:hover .services-icon {
    background: #2a2b2c;
}

.ser-feature-block .services-box .ser-title {
    font-size: 20px;
    margin-top: 5px;
    margin-bottom: 0px;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.ser-feature-block .services-box .ser-subtitle {
    max-width: 350px;
    display: inline-block;
}

/* app slider section start */
.app-screen-main {
    max-width: 305px;
    margin: 0 auto;
    text-align: center;
    position: relative;
}
.app-screen-main .app-screen {
    border-radius: 30px;
    overflow: hidden;
}
.device {
    position: absolute;
    top: -36px;
    left: -54px;
    /*z-index: 2;*/
    width: 414px;
}
.frame-part1 {
    position: absolute;
    top: 31px;
    left: 50%;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    z-index: 2;
}
.frame-part2 {
    position: absolute;
    left: 50%;
    bottom: 80px;
    transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    background: #000;
    width: 109px;
    height: 5px;
    border-radius: 3px;
    z-index: 2;
}
.app-feature-box {
    max-width: 410px;
    text-align: center;
    margin: 0 auto;
    height: 100%;
}
/* app slider section end */

/* App download section start */
.home-banner.feedback-bg {
    background-position: right bottom;
}
.app-download-detail {
    text-align: center;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}
.app-download-detail.contact-detail {
    text-align: left;
}
.app-download-detail-inner > span {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 15px;
    display: block;
}
.app-download-detail ul li {
    display: inline-block;
}

/* App download section start */

/* - Contact section  //---------------- */
.contact-bg {
    padding-bottom: 50px;
}
ul.app-btn-main {
    margin-top: 10px;
}
ul.app-btn-main li:first-child {
    margin-right: 50px;
}
.app-btn-main .app-btn {
    display: flex;
    text-align: left;
    align-items: center;
}
.app-btn-main .app-btn img {
    margin-right: 5px;
}
.app-btn-main .app-btn-detail {
    display: block;
    line-height: 16px;
}
.app-btn-main .app-btn-detail span {
    font-size: 12px;
    color: #125c4f;
}
.app-btn-main .app-btn-detail .title {
    font-size: 16px;
    color: #125c4f;
    font-weight: 700;
}
.contact-detail .form-control {
    background: #e8f5fd;
    border: none;
    padding: 10px 20px;
}
.contact-detail input.form-control {
    height: calc(2.5em + 0.75rem + 2px);
}
/* Contact css end */

/* Privacy Policy css start */
.service-contant ul li {
    list-style: none;
    padding: 0px 0px 5px 5px;
    padding-left: 15px;
    line-height: 25px;
    background: url(../images/arrow-list.png) no-repeat left 8px;
}

.responsive-table {
    font-size: 18px;
}
.responsive-table .row {
    margin: 0;
}
.responsive-table .row [class*="col-"] {
    padding: 10px;
    border: 1px solid #1f1f1f;
    border-right: none;
    border-bottom: none;
}
.responsive-table .row [class*="col-"]:last-child {
    border-right: 1px solid #1f1f1f;
}
.responsive-table .row:last-child [class*="col-"] {
    border-bottom: 1px solid #1f1f1f;
}
.responsive-table b {
    font-weight: 700;
}
/* Privacy Policy css end */

/*_______________________________________________________
// FOOTER  //----------------------------
_______________________________________________________*/

footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}
footer .footer-bg {
    background: #125c4f;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    padding: 25px 35px;
}
.site-link ul li {
    display: inline-block;
    color: #999;
}
.site-link ul li a {
    padding: 0 5px;
}
.site-link ul li.active a {
    color: #fff;
}


.banner-detail .banner-detail-inner a.btn img {height: 40px !important;border-radius: 10px;}