

/*-------------------------------------------------------------------------------------
    default css
---------------------------------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Barlow:wght@400;500;600;700&amp;family=Josefin+Sans:wght@400;500;600;700&amp;display=swap');

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #0c2461;
    position: relative;
    overflow-x: hidden;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:visited,
a:focus,
a:active,
a:hover {
    text-decoration: none;
    outline: none;
}

a,
button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

button {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

a {
    color: #000;
    font-size: 18px;
    font-family: 'Barlow', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0
}

h1 {
    font-size: 46px;
    line-height: 80px;
}

h2 {
    font-size: 34px;
    line-height: 50px;
}

h3 {
    font-size: 40px;
    line-height: 50px;
}

h4 {
    font-size: 22px;
    line-height: 38px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 26px;
}

p {
    font-family: 'Barlow', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c6382
}

.d-table {
    width: 100%;
    height: 100%;
}

.bg-gray {
    background-color: #f6f3ea
}

.animation-jump {
    position: relative;
    -webkit-animation: animation-jump 2s ease-in-out infinite;
    animation: animation-jump 2s ease-in-out infinite;
}

.logo img{
    max-width: 75px;
}
.mainmenu.sticky .logo img{
    max-width: 55px;
}

@-webkit-keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -3px;
    }

    100% {
        top: 3px;
    }
}

@keyframes animation-jump {
    0% {
        top: 3px;
    }

    50% {
        top: -3px;
    }

    100% {
        top: 3px;
    }
}

\





/*-------------------------------------------------------------------------------------
    header area
---------------------------------------------------------------------------------------*/
#header {
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.header-top li {
    display: inline-block;
    padding-right: 20px;
}

.header-top-wrap {
    border-bottom: 1px solid #e4f1fb;
    padding: 14px 0;
}

.header-cont-info {
    padding: 10px 0 0;
}

.header-cont-info li i {
    color: #018793;
    padding-right: 7px;
}

.header-social li a {
    border: 1px solid #14b3c1;
    display: block;
    width: 35px;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-radius: 4px;
    color: #14b3c1;
    font-size: 15px;
}

.header-social li a:hover {
    background-color: #14b3c1;
    color: #fff;
}

.header-social li {
    padding: 0 5px;
}

.navbar-nav .nav-link {
    color: #000;
    font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active {
    color: #ff5740;
}

.navbar-nav .nav-item {
    padding: 0 10px;
}

.mainmenu {
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0 0
}

.mainmenu.sticky {
    position: fixed;
    z-index: 999;
    background-color: #fff;
    padding: 0 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    top: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s
}

.mainmenu.sticky .nav-link {
    color: #130f40;
}

.mainmenu.sticky .nav-link:hover,
.mainmenu.sticky .navbar-nav .nav-link.active {
    color: #14b3c1;
}

.navbar-nav.shop-btn .nav-link {
    border: 1px solid #f5153e;
    border-radius: 5px;
    color: #fff;
    background-color: #f5153e;
    padding: 10px 22px;
}

.navbar-nav.shop-btn .nav-link:hover {
    border: 1px solid #ff6348;
    color: #ff6348;
    background-color: #fff;
}

.mainmenu.sticky .navbar-nav.shop-btn .nav-link {
    color: #fff;
}

.mainmenu.sticky .navbar-nav.shop-btn .nav-link:hover {
    color: #ff6348;
}



.qr-dn12{
    display: flex;
    background: #e2f9f2;
    padding: 10px;
    align-items: center;
    margin: 0 0 20px;
}
.qr-dn12 .qr-dn13{
    width: 110px;
    margin-right: 20px;
}
.qr-dn12 .qr-dn13 img{
    max-width:100%;
}
.qr-dn12 .qr-dn14{
    font-weight:600;
}



.reg-btn{
    border: 1px solid #14b3c1;
    border-radius: 5px;
    color: #fff;
    background-color: #14b3c1;
    padding: 10px 22px;
}
.reg-btn:hover{
    border: 1px solid #14b3c1;
    color: #14b3c1;
    background-color: #fff;
}
.reg-fr-12{
    background: #fff;
    padding: 40px 30px;
    border-radius: 18px;
}

.sub-re-a12{
    width: 100%;
    border: 1px solid #14b3c1;
    border-radius: 5px;
    color: #fff;
    background-color: #14b3c1;
    padding: 10px 22px;  
}
.sub-re-a12:hover{
    background-color: #018793;    
}
.reg-ou12{
    margin: 0 0 20px 0;
    border-bottom: none;
}
.reg-ou12 .nav-item{
    width: 50%;
    text-align: center;
}
.reg-ou12 .nav-item.show .nav-link,.reg-ou12 .nav-link.active {
    color: #fff;
    background-color: #f5153e;
    border:1px #f5153e solid;
}
.reg-ou12 .nav-link {
    padding: 12px 10px 13px;
    border: 1px #f5153e solid;
}

.reg-ou12 .nav-item.show .nav-link,.reg-ou12 .nav-link.active, .reg-ou12 .nav-link:focus {
    color: #fff;
    background-color: #f5153e;
}
.reg-ou12 .nav-link.active:hover {
    color: #fff;
    border: 1px #f5153e solid;
}

.reg-ou12 .nav-link:hover {
    color: #f5153e;
    border:1px #f5153e solid;
}

.reg-ou12 .sign-a12 {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 0;
    border: 1px #ffffff solid;
    color: #fff;
}

.reg-ou12 .sign-a13 {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 6px;
    border: 1px #ffffff solid;
    color: #fff;
}
.reg-bg12{
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
}
.reg-co12 h2, .reg-co12 p{
    color: #fff;
}

.profgj-12{
    background: #ececec;
    padding: 95px 0 100px;
}
.pr-we12{
    padding: 30px 20px 15px;
    background: #fff;
}
.pr-we13{
    display: flex;
    width: 130px;
    height:130px;
    border-radius: 100%;
    overflow: hidden;
    margin: 0 auto;
}
.pr-we13 img{
   max-width: 100%; 
}
.pr-hddg12{
    font-size: 20px;
    text-align: center;
    margin: 15px 0 8px;
    line-height: 32px;
}
p.pemafg12{
    text-align: center;
}
.pr-out2{
    background: #fff;
    padding: 30px 30px 30px;
}
.pwe-k12{
    font-size: 16px;
    color: #028894;
    margin: 0 0 10px;
}
.pwe-k13{
    font-size: 16px;
    color:#909090;
    padding-bottom: 40px;
}
.pr-ediwk12{
    float:right;
    background: #018793;
    border: 1px #018793 solid;
    color:#fff !important;
    padding: 6px 20px;
    border-radius: 4px;
}
.pr-ediwk12:hover{
    background: #fff;
    border: 1px #018793 solid;
    color: #018793;   
}
.pr-ediwk14{
    float:right;
    background: #018793;
    border: 1px #018793 solid;
    color:#fff !important;
    padding: 6px 20px;
    border-radius: 4px;
    cursor: pointer;
}
.pr-ediwk14:hover{
    background-color: #14b3c1;
    border: 1px #14b3c1 solid;
    color: #018793;   
}

.tree-ft12{
    display:inline-block;
    text-align: center;
    background: #018793;
    border: 1px #018793 solid;
    color: #fff;
    padding: 6px 20px;
    border-radius: 4px;
}
.tree-ft12:hover{
    background: #fff;
    border: 1px #018793 solid;
    color: #018793;   
}

.pr-lkfh12 {
    padding: 10px 20px 15px;
    background: #fff;
}
.pr-lkfh12 a{
    display: block;
    text-align: center;
    background: #dcebec;
    padding: 12px 5px 12px;
    margin-bottom: 15px;
}
.pr-lkfh12 a.pr-lkfh13{
    background: #11c78c; 
    color: #fff;
}
.pr-lkfh12 a.pr-lkfh14{
    background: #505050; 
    color: #fff;
}
.pr-lkfh12 a.pr-lkfh15{
    background:#2583e4; 
    color: #fff;
}
.pr-lkfh12 a.pr-lkfh16 {
    background: #ffffff;
    border: 1px #484848 solid;
    color: #484848;
}
.pr-out3{
    background: #fff;
    padding: 30px 30px 1px;
    margin: 7px 0 0 0;
}
.cou-fh12{
    font-size: 20px;
    margin: 0 0 20px;
}
.cou-fh13{
    display: flex;
    justify-content: space-between;
}
.cou-fh13 .cou-fh14{
    width: 32%;
    background: #daddff;
    padding: 20px;
    border-radius: 5px;
}
.cou-fh13 .cou-fh14 .cou-fh14-1{
    margin-bottom: 10px;
    color: #2e3cdc;
}
.cou-fh13 .cou-fh14 .cou-fh14-2{
    color: #2e3cdc;
    font-size: 20px;
    font-weight: 600;
}

.cou-fh13 .cou-fh15{
    width: 32%;
    background: #adf2f7;
    padding: 20px;
    border-radius: 5px;
}
.cou-fh13 .cou-fh15 .cou-fh14-1{
    margin-bottom: 10px;
    color: #008693;
}
.cou-fh13 .cou-fh15 .cou-fh14-2{
    color: #008693;
    font-size: 20px;
    font-weight: 600;
}

.cou-fh13 .cou-fh16{
    width: 32%;
    background: #ffcccc;
    padding: 20px;
    border-radius: 5px;
}
.cou-fh13 .cou-fh16 .cou-fh14-1{
    margin-bottom: 10px;
    color: #de1212;
}
.cou-fh13 .cou-fh16 .cou-fh14-2{
    color: #de1212;
    font-size: 20px;
    font-weight: 600;
}


.cou-fh17{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 40px 0 30px;
}
.cou-fh18{
    width: 49%;
    margin-bottom: 30px;
    background: #edfffc;
}
.cou-fh18 .cou-fh19 img{
    max-width: 100%;
}
.cou-fh18 .cou-fh22{
    background: #05cca7;
    color: #fff;
    text-align: center;
    padding: 6px 0 4px;    
}
.cou-fh18 .cou-fh23{
    font-size: 18px;
    margin: 17px 0 5px;
    padding: 0 10px;
    font-weight:600;
}
.cou-fh18 .cou-fh20{
    font-size: 16px;
    margin: 0 0 0;
    padding: 0 10px;
}
.cou-fh18 .cou-fh21{
    font-size: 16px;
    margin: 6px 0 13px;
    padding: 0 10px;
}


.arro-prns12{
    float: left;
    margin: 11px 27px 0 0;
}




.cus-tb12{
    width:100%;
}
.cus-tb13{
    margin-right: 35px;
}
.cus-tb14{
    width: 100%;
    margin: 0 0 45px 0;
    padding: 0 0 20px;
}




.cou-fgh12{
    display: flex;
    margin: 15px 0 15px;
    padding-bottom: 30px;
    border-bottom: 1px #ddd solid;
}
.cou-fgh12 .cou-fgh13 img{
    max-width:100%;
}
.cou-fgh12 .cou-fgh13{
    width: 200px;
    margin-right: 20px;
}
.cou-fgh12 .cou-fgh17{
    width: 100%;
    display: flex;
    align-items: center;
}
.cou-fgh21{
    display: flex;
    justify-content: space-between;
}
.cou-fgh21 .cou-fgh19{
    font-weight: 600;
}
.cou-fgh14{
    color: #484848;
}
.cou-fgh20{
    font-size: 16px;
    padding: 5px 10px 5px;
    border: 1px #000 solid;
    border-radius: 4px;
}
.cou-fgh20:hover{
    border: 1px #484848 solid;
    background: #484848;
    color: #fff;
}
.cou-fgh18{
    flex: 0 0 100%;
}



.pay-hifh12{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    border: 1px #d4d4d4 solid;
    padding: 10px;
    margin: 0 0 15px;
}
.pay-hifh12 .pay-hifh15{
    margin-right:15px;
}
.pay-hifh12:last-child .pay-hifh15{
    margin-right:0;
}
.pay-hifh15 .pay-hifh13, .pay-hifh15 .pay-hifh13{
    display: block;
    font-size: 14px;
    color: #949494;
    margin: 0 0 3px 0;
}
.pay-hifh16 .pay-hifh14{
    color: #11c78c;
    font-weight:600;
}
.pay-hifh17 .pay-hifh14 {
    color: #de6e0e;
    font-weight:600;
}

.pay-hifh18 {
    width:20%;
}
.dro-cusfh12{
    right: 0 !important;
    left: auto;
}

/* chart incentive start */

.org-chart {
  display: flex;
  justify-content: center;
}
.org-chart ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
}
.org-chart ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
}
.org-chart li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 10px;
  transition: all 0.5s;
}
.org-chart li::before, .org-chart li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #000000;
  width: 50%;
  height: 20px;
}
.org-chart li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #000000;
}
.org-chart li:only-child::after, .org-chart li:only-child::before {
  display: none;
}
.org-chart li:only-child {
  padding-top: 0;
}
.org-chart li:first-child::before, .org-chart li:last-child::after {
  border: 0 none;
}
.org-chart li:last-child::before {
  border-right: 1px solid #000000;
  border-radius: 0 5px 0 0;
}
.org-chart li:first-child::after {
  border-radius: 5px 0 0 0;
}
.org-chart li .user {
    text-decoration: none;
    color: #666;
    display: inline-block;
    padding: 20px 10px;
    transition: all 0.5s;
    background: #fff;
    max-width: 227px;
    min-width: 200px;
    border-radius: 6px;
    box-shadow: 0px 0px 8px #0000002e;
}

.org-chart li .user:hover, .org-chart li .user:hover + ul li .user {
    background: #defdff;
  color: #002A50;
  transition: all 0.15s;
  transform: translateY(-5px);
    box-shadow: inset 0 0 0 2px #22b7c5, 0 3px 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
}
.org-chart li .user:hover img, .org-chart li .user:hover + ul li .user img {
  box-shadow: 0 0 0 2px #14b3c1;
}
.org-chart li .user:hover + ul li::after,
.org-chart li .user:hover + ul li::before,
.org-chart li .user:hover + ul::before,
.org-chart li .user:hover + ul ul::before {
  border-color: #94a0b4;
}
.org-chart li .user > div, .org-chart li .user > a {
  font-size: 12px;
}
.org-chart li .user img {
  margin: 0 auto;
  max-width: 60px;
  max-width: 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #acf1f6;
}
.org-chart li .user .name {
    font-size: 15px;
    margin: 15px 0 0;
    font-weight: 600;
}
.org-chart li .user .role {
    margin-bottom: 5px;
    margin-top: 5px;
}
.org-chart li .user .manager {
    font-size: 14px;
    color: #f5153e;
    font-weight: 600;
}

/* chart incentive end */

.chart-ot12{
    margin: 60px 0 80px 0;
}
.no-next{
    color: #484848 !important;
}

/* input css3 start */
.group-input, .sign-select			  { 
  position:relative; 
  margin: 0 5px 30px;
}
.group-input input 				{
  font-size:18px;
  padding:10px 10px 10px 0;
  display:block;
    width: 100%;
  border:none;
  border-bottom:1px solid #757575;
}
.group-input input:focus 		{ outline:none; }

/* LABEL ======================================= */
.group-input label 				 {
  color:#999; 
  font-size:18px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  left:0;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

/* active state */
.group-input input:focus ~ label,.group-input input:valid ~ label 		{
  top:-20px;
  font-size:14px;
  color:#5264AE;
}

/* BOTTOM BARS ================================= */
.group-input .bar 	{ position:relative; display:block;width: 100%; }
.group-input .bar:before,.group-input .bar:after 	{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background:#14b3c1; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.group-input .bar:before {
  left:50%;
}
.group-input .bar:after {
  right:50%; 
}

/* active state */
.group-input input:focus ~ .bar:before, input:focus ~ .bar:after {
  width:50%;
}

/* HIGHLIGHTER ================================== */
.group-input .highlight {
  position:absolute;
  height:60%; 
  width:100px; 
  top:25%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

/* active state */
.group-input input:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#fff; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#fff; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#fff; }
  to 	{ width:0; background:transparent; }
}

/* input css3 end */

/*-------------------------------------------------------------------------------------
    hero area
---------------------------------------------------------------------------------------*/

#hero-area {
    padding: 170px 0;
    background-color: #d4f1f3;
}

.caption h5 {
    font-weight: 600;
    color: #fb4f31;
    text-transform: uppercase;
    margin-bottom: 20px
}

.caption h1 {
    line-height: 62px;
    font-weight: 700;
    margin-bottom: 20px
}

.caption h4 {
    color: #2e1278;
    font-weight: 600;
}

.caption p {
    font-size: 20px;
    line-height: 30px
}

.caption ul {
    margin: 45px 0 0;
}

.caption ul li {
    display: inline-block;
    margin-right: 20px;
}

.caption li a {
    display: block;
    background-color: #ff6348;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
}

.caption li a:hover {
    background-color: #fb4f31;
}

.caption li a i {
    margin-left: 10px;
}

.caption ul li span {
    font-weight: 600;
    font-size: 24px;
}

.hero-btn a {
    display: inline-block;
    background-color: #4dc5ce;
    margin: 30px 0 0;
    color: #fff;
    padding: 10px 30px 15px;
    border-radius: 4px;
    font-weight: 600;
}

.hero-btn a:hover {
    background: #018793;
}

.hero-btn i {
    padding: 10px 0 0 10px;
}

#hero-area.hero-two {
    background-color: #7dcaba;
    padding: 30px 0 0
}

#hero-area.hero-three {
    padding: 140px 0 200px;
}

.slider .caption-img img {
    max-width: 400px;
}

.slider.owl-carousel .owl-nav > div {
    position: absolute;
    left: 20px;
    top: 50%;
    background-color: #92929252;
    width: 50px;
    height: 50px;
    line-height: 54px;
    text-align: center;
    font-size: 30px;
    border-radius: 5px;
    color: #130f40;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.4s;
    transition: 0.4s;
    color: #fff
}

.slider.owl-carousel .owl-nav .owl-next {
    left: auto;
    right: 20px;
}

.slider.owl-carousel .owl-nav > div:hover {
    background-color: #929292;
    color: #fff
}

.slider .owl-dots {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: -150px;
}

.slider .owl-dots .owl-dot {
    background-color: #fff;
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 10px;
    border-radius: 3px;
}

.slider .owl-dots .owl-dot.active {
    background-color: #ff6348;
}

.owl-item.active .slide-single .caption h1 {
    -webkit-animation: 1s .2s fadeInUp both;
    animation: 1s .2s fadeInUp both;
}

.owl-item.active .slide-single .caption p {
    -webkit-animation: 1s .4s fadeInUp both;
    animation: 1s .4s fadeInUp both;
}

.owl-item.active .slide-single .hero-btn {
    -webkit-animation: 1s .6s fadeInUp both;
    animation: 1s .6s fadeInUp both;
}

/*-------------------------------------------------------------------------------------
    about area
---------------------------------------------------------------------------------------*/

#about-area {
    padding: 95px 0 100px;
}

.about-cont {
    padding-left: 55px;
}

.about-cont h6 {
    color: #f5153e;
    text-transform: uppercase;
    font-weight: 600;
}

.about-cont h2 {
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 20px;
}

.about-cont ul {
    margin: 20px 0 40px;
}

.about-cont li {
    padding: 6px 0;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
}

.about-cont i {
    margin-right: 10px;
    color: #ff5740;
}

.about-cont a {
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #14b3c1;
}

.about-cont a:hover {
    background-color: #018793;
}

.about-img.bg {
    background-image: url(../images/circle-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.about-single i {
    color: #ff6348;
    border-radius: 50%;
    display: inline-block;
    font-size: 60px;
    margin: 0 0 25px
}

.about-single h4 {
    font-weight: 600
}

#about-area.two {
    padding: 95px 0 75px
}

/*-------------------------------------------------------------------------------------
     section heading
---------------------------------------------------------------------------------------*/
.sec-heading {
    margin: 0 0 50px
}

.sec-heading h6 {
    color: #f5153e;
    text-transform: uppercase;
    font-weight: 600;
}

.sec-heading h2 {
    font-weight: 700;
    text-transform: capitalize;
}

/*-------------------------------------------------------------------------------------
     features area
---------------------------------------------------------------------------------------*/

#feat-area {
    padding: 95px 0 45px;

}

.feat-head {
    overflow: hidden;
    margin-bottom: 12px;
}

.feat-single .icon {
    width: 12%
}

.feat-single .title {
    width: 85%;
    padding-left: 10px
}

.feat-single h4 {
    font-weight: 600;
    margin: 10px 0 8px
}

.feat-head i {
    color: #ff6348;
    font-size: 40px;
    line-height: 46px;
    display: inline-block;
}

.feat-single {
    margin: 39px 0 30px;
    overflow: hidden;
    background: #fff;
    padding: 19px 24px;
}

.feat-img img {
    max-width: 250px
}

.feat-single.two {
    border-radius: 10px;
    overflow: hidden;
    margin: 0 0 20px
}

.feat-icon {
    width: 18%;
    float: left;
}

.feat-cont {
    float: left;
    width: 82%;
}

.feat-icon i {
    color: #008994;
    font-size: 44px;
    display: inline-block;
    margin: 10px 0 0
}

.feat-single.three .feat-icon {
    width: 14%;
}

.feat-single.three .feat-cont {
    width: 86%;
}

#feat-area.two {
    padding: 95px 0 55px
}

/*-------------------------------------------------------------------------------------
    discount-area
---------------------------------------------------------------------------------------*/

#discount-area {
    padding: 95px 0;
}

.discount-cont h6 {
    font-weight: 600;
    text-transform: uppercase;
    color: #f5153e;
}

.discount-cont h2 {
    font-weight: 700;
    text-transform: capitalize;
}

a.con12{
    display: inline-block;
    color: #fff;
    padding: 15px 30px;
    border-radius: 4px;
    font-weight: 600;
    background-color: #14b3c1;
    margin: 25px 0 0
}

.discount-cont.two a {
    margin: 15px 0 0
}

a.con12:hover {
    background-color: #018793;
}

.offer-single {
    margin: 0;
    padding: 45px 30px 45px 30px;
    border-radius: 20px;
}

.discount-cont h3 {
    margin: 0 0 20px;
}

.discount-img {
    margin: 15px 0 0;
}

/*-------------------------------------------------------------------------------------
    video area
---------------------------------------------------------------------------------------*/

#video-area {
    padding: 95px 0 100px;
    position: relative
}

.video-player-wrap {
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 200px 0;
    border-radius: 20px
}

.video-player a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    font-size: 30px;
    line-height: 80px;
    padding: 0 28px;
    background-color: #14b3c1;
    color: #fff;
    position: relative
}

.video-player a:hover {
    background-color: #018793;
    color: #fff;
}

.video-player a:after {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #14b3c1;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear;
    animation: icon-bubble 1s infinite forwards linear;
}

.video-player a:before {
    content: "";
    position: absolute;
    left: -5px;
    top: -5px;
    height: 90px;
    width: 90px;
    border: 3px solid #14b3c1;
    border-radius: 50%;
    -webkit-animation: icon-bubble 1s infinite forwards linear 0.5s;
    animation: icon-bubble 1s infinite forwards linear 0.5s;
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes icon-bubble {
    0% {
        -webkit-transform: scale(0.85);
        transform: scale(0.85);
        opacity: 1;
    }

    25% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
        opacity: 0.8;
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0.55;
    }

    75% {
        -webkit-transform: scale(1.32);
        transform: scale(1.32);
        opacity: 0.3;
    }

    100% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 0;
    }
}

/*-------------------------------------------------------------------------------------
    product area
---------------------------------------------------------------------------------------*/
#product-area {
    padding: 95px 0 100px;
}

.prod-single {
    border: 1px solid #e6f0fa;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff
}

.prod-info {
    padding: 10px 20px 20px;
}
.prod-info h4{
    margin-bottom: 0;
}

.prod-img {
    overflow: hidden;
    padding: 18px 0 15px;
}

.prod-img img {
    margin: 0 auto;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    max-width: 230px
}

.prod-single:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.prod-info i {
    display: inline-block;
    color: #ffb400;
    margin: 0 4px;
}

.prod-info h4 {
    font-weight: 600
}

.prod-info h5 {
    color: #018793;
    margin: 10px 0 5px;
    font-weight: 600
}
.prod-info h6 {
    color: #797979;
}

.prod-info a {
    display: inline-block;
    margin: 25px 0 0;
    background-color: #ff5740;
    color: #fff;
    padding: 10px 35px;
    border-radius: 4px;
}

.prod-info a:hover {
    background-color: #fb4f31;
}

.product-carousel .owl-nav {
    text-align: center;
    margin: 35px 0 0
}

.product-carousel .owl-nav > div {
    width: 50px;
    height: 50px;
    background-color: #fff;
    color: #14b3c1;
    text-align: center;
    display: inline-block;
    margin: 0 10px;
    font-size: 25px;
    line-height: 54px;
    border-radius: 5px;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}

.product-carousel .owl-nav > div:hover {
    background-color: #14b3c1;
    color: #fff;
}

/*-------------------------------------------------------------------------------------
    faq area
---------------------------------------------------------------------------------------*/
#faq-area {
    padding: 95px 0 65px;
}

.question-single {
    margin: 0 10px 30px 0;
}

.question-single h4 {
    font-weight: 600;
    font-size: 25px;
    line-height: 35px
}

.card {
    margin: 0 0 16px;
    border: 0;
}

.card-header {
    border: 0;
    background-color: transparent;
    padding: 0;
}

.card-header a {
    display: block;
    padding: 20px 45px;
    border-bottom: 1px solid #e6f0fa;
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
    color: #162466;
    font-family: 'Josefin Sans', sans-serif;
}

.card-body {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #3c6382;
    font-family: 'Barlow', sans-serif
}

.card-header.active a:before {
    content: "\eab9";
}

.card-header a:before {
    content: "\eab2";
    font-family: "IcoFont";
    font-size: 14px;
    position: absolute;
    left: 20px;
    top: 20px;
    color: #ff4e56;
}

.card-header a:hover {
    color: #ff4e56;
}

.faq-img img {
    max-width: 330px;
}

#faq-area.three {
    padding: 95px 0 85px
}

/*-------------------------------------------------------------------------------------
    testimonial area
---------------------------------------------------------------------------------------*/
#testi-area {
    padding: 95px 0 155px;
}

.client-comment > span > i {
    color: #018793;
    font-size: 50px
}

.client-comment p i,
.client-comment .rating-star i {
    color: #f0932b;
    font-size: 20px;
    margin: 0 2px;
    display: inline-block
}

.testi-single {
    border: 3px solid #e6f0fa;
    padding: 50px 30px 40px;
    border-radius: 20px;
}

.client-img {
    margin: 45px 0 20px;
}

.testi-single img {
    max-width: 100px;
    border-radius: 50%;
    margin: 0 auto
}

.testi-single h4 {
    font-weight: 600;
    margin: 0;
}

.testi-single.two {
    overflow: hidden
}

.testi-single.two .client-img {
    width: 30%;
    float: left;
    margin: 0
}

.testi-single.two .client-comment {
    width: 70%;
    float: left;
    padding-left: 10px
}

.testi-single.two p {
    margin: 10px 0 25px;
}

.testi-carousel-three .testi-single {
    border: 0;
    padding: 0 50px;
}

.testi-carousel .owl-dots,
.testi-carousel-two .owl-dots,
.testi-carousel-three .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -60px;
    text-align: center;
    width: 100%;
}

.testi-carousel .owl-dot,
.testi-carousel-two .owl-dot,
.testi-carousel-three .owl-dot {
    width: 16px;
    height: 16px;
    background-color: #0c2461;
    display: inline-block;
    margin: 0 6px;
    text-align: center;
    border-radius: 50%;
}

.testi-carousel .owl-dot.active,
.testi-carousel-two .owl-dot.active,
.testi-carousel-three .owl-dot.active {
    background-color: #ff6348;
}

/*-------------------------------------------------------------------------------------
    newsletter area
---------------------------------------------------------------------------------------*/
#newsletter-area {
    padding: 95px 0 100px;
}

.newsletter-form {
    position: relative;
}

.newsletter-form input {
    height: 65px;
    padding-left: 20px;
    font-family: 'Barlow', sans-serif;
}

.newsletter-form button {
    background-color: #ff6348;
    color: #fff;
    border: 0;
    font-size: 18px;
    height: 65px;
    padding: 0 35px;
    border-radius: 0 4px 4px 0;
    position: absolute;
    right: 0;
    top: 0;
    font-family: 'Barlow', sans-serif;
    font-weight: 600;
}

.newsletter-form button:hover {
    background-color: #fb4f31;
}

/*-------------------------------------------------------------------------------------
    why choose area
---------------------------------------------------------------------------------------*/
#why-choose-area {
    padding: 100px 0 60px;
}

#why-choose-area .sec-heading {
    margin: 0 0 40px 30px
}

.why-choose-cont {
    margin-left: 30px;
}

.why-choose-single {
    overflow: hidden;
    margin: 0 0 22px;
}

.why-choose-single .icon {
    width: 10%;
    float: left;
}

.why-choose-single .cont {
    float: left;
    width: 80%;
}

.why-choose-single i {
    display: inline-block;
    color: #14b3c1;
    font-size: 30px;
}

.why-choose-single h4 {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
}

.why-choose-single.two .icon {
    width: 16%;
}

.why-choose-single.two .cont {
    width: 84%;
}

.why-choose-single.two h4 {
    font-weight: 600;
    font-size: 26px;
    line-height: 36px
}

#why-choose-area.two {
    padding: 95px 0 55px;
}

/*-------------------------------------------------------------------------------------
    contact area
---------------------------------------------------------------------------------------*/
#contact-area {
    padding: 95px 0 85px;
}

.contact-form input,
.contact-form textarea {
    font-size: 15px;
    border-color: #daecfd;
}

.contact-form input {
    height: 55px
}

.contact-form input,
.contact-form textarea {
    height: 200px
}

.contact-form input {
    height: 50px;
}

.contact-form label {
    font-weight: 700;
}

.contact-form button {
    background-color: #14b3c1;
    padding: 15px 30px;
    color: #fff;
    border-radius: 4px;
    font-weight: 600;
    border: 0;
    font-family: 'Barlow', sans-serif
}

.contact-form button:hover {
    background-color: #018793;
}

.help-block.with-errors li {
    color: #ff0000;
    margin: 4px 0 0;
}

.messages {
    margin: 15px 0 0
}

.messages button {
    color: #000;
    padding: 0;
    background-color: transparent
}

.messages button:hover {
    background-color: transparent
}

.cont-info {
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    box-shadow: 0 0 30px rgb(0 0 0 / 10%);
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    margin: 30px 0 0 30px;
}

.cont-info-single {
    margin: 0 0 40px
}

.cont-info-single h5 {
    font-weight: 600
}

.cont-info-single i {
    color: #f5153e;
}

/*-------------------------------------------------------------------------------------
    facilities area
---------------------------------------------------------------------------------------*/

#facilities-area {
    padding: 100px 0 95px;
}

.facilty-single {
    overflow: hidden
}

.facilty-single .icon {
    float: left;
    width: 30%
}

.facilty-single i {
    display: inline-block;
    background-color: #fff;
    color: #ff6348;
    width: 90px;
    height: 90px;
    line-height: 90px;
    font-size: 50px;
    text-align: center;
    border-radius: 5px
}

.facilty-single .cont {
    float: left;
    width: 70%;
    padding: 12px 0 0 20px
}

.facilty-single h4 {
    font-weight: 600;
    margin: 0;
}

/*-------------------------------------------------------------------------------------
    footer
---------------------------------------------------------------------------------------*/
#footer {
    overflow: hidden
}

.footer-top {
    padding: 90px 0 65px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1)
}

.footer-single img {
    margin: 0 0 20px;
}

.footer-single li {
    display: block
}

.footer-single a {
    margin: 0 0 20px;
    font-weight: 500;
    display: inline-block;
    color: #0c2461
}

.footer-single p {
    color: #0c2461
}

.subscribe input {
    height: 60px;
    border-radius: 30px;
    border: 0;
    padding-left: 30px;
}

.subscribe input,
.subscribe textarea {
    font-size: 15px;
    border-color: #e6f0fa;
}

.subscribe button {
    border: 0;
    height: 50px;
    border-radius: 30px;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    right: 25px;
    top: 5px;
    background: #ff6348;
}

.subscribe button:hover {
    background: #fb4f31;
    color: #fff;
}

.footer-social {
    display: flex;
    justify-content: center;
}

.foo-heflw{
    text-align: center;
    margin-bottom: 20px;
}

.footer-social li {
    display: inline-block;
}

.footer-social li a {
    display: block;
    background: #fff;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 50%;
    font-size: 20px;
    margin: 0 2px;
    border: 1px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    text-align: center
}

.footer-icon li a:hover {
    background: #fb4f31;
    color: #fff;
}

.footer-btm {
    padding: 25px 0;
}

.footer-btm p {
    font-weight: 500;
    margin: 0
}

.footer-btm p a {
    color: #3c6382;
}

.footer-btm p a:hover {
    color: #14b3c1;
}

/*-------------------------------------------------------------------------------------
    demo area
---------------------------------------------------------------------------------------*/

.demo-header {
    padding: 100px 0;
}

.demo-header h2 {
    font-weight: 800;
    font-size: 40px;
    line-height: 50px
}

.demo-body {
    padding: 100px 0 40px;
}

.demo-img {
    border: 1px solid #e6f0fa;
    border-radius: 10px;
    overflow: hidden
}

.demo-sing-cont h5 {
    font-weight: 700;
    margin: 24px 0 0;
    color: #3b04db;
    font-size: 20px
}

.demo-sing-cont a {
    display: inline-block;
    padding: 8px 26px;
    color: #3b04db;
    border-radius: 30px;
}

.demo-sing-cont a:hover {
    color: #ff4e56;
}

.demo-sing-cont a:hover {
    background-size: 200% auto
}

.demo-single {
    margin: 0 0 60px;
}

.demo-header-cont a {
    display: inline-block;
    padding: 10px 33px;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
    margin: 30px 10px 0 0;
    background-color: #ff4e56
}

.demo-header-cont a:hover {
    background-color: #e03b0d
}

.demo-sing-cont a.live-demo {
    background-color: #ff4e56;
    color: #fff;
    font-weight: 500;
}

.demo-sing-cont a.live-demo:hover {
    background-color: #e03b0d
}

/* crop image start */
.croppie-container .cr-slider-wrap{
  width: 95%;
  margin: 0 6px;
  text-align: center;
  padding-top: 5px;
}
.cr-viewport{
  outline:none;
  box-shadow:0;
}
.cr-boundary{
  width:100%;
}
#uploaded_image{
    margin: 50px 0 0 0;
}
.prof-dh12 {
    color: #999;
    font-size: 18px;
    margin: 0 0 25px 0;
}
/* crop image end */

.pagi-sg12{
    margin: 10px 0 0;
}
.log-prdg-12{
    display: flex;
    width:43px;
    height: 43px;
    border-radius: 100%;
    overflow: hidden;
    border: 1px #b1ff17 solid;
}
.for-dj12{
    float: right;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 15px;
}
.for-dj12:hover{
    color: #484848;
    text-decoration: underline;
}
.otp-sen-12{
    background: #fba21c;
    color: #000 !important;
    padding: 4px 13px 6px;
    border-radius: 4px;
    display: inline-block;
}

@media screen and (max-width: 1999px) {
    .org-chart li .user {
        max-width: 227px;
        min-width: 180px;
    }
}

@media screen and (max-width: 992px) {
    .org-chart li .user {
        max-width: 227px;
        min-width: 100%;
    }
    .org-chart ul li ul{
        display: flex;
    }
    .org-chart li .user .name, .org-chart li .user .role, .org-chart li .user .manager{
        word-break: break-all;
    }
}

@media screen and (max-width: 767px) {
    .cou-fh13 .cou-fh14, .cou-fh13 .cou-fh15, .cou-fh13 .cou-fh16 {
        width: 100%;
        margin-bottom: 5px;
    }
    .cou-fh13 {
        flex-wrap: wrap;
    }
    .cou-fh18 {
        width: 100%;
    }
}

@media screen and (max-width: 520px) {
    .org-chart {
        display: block;
        overflow: auto;
    }
}