body{
    font-family: open sans,sans-serif;
    overflow-x: hidden;
}
ul{
    margin-bottom: 0;
    padding: 0;
}
a:hover{
    text-decoration: none;
}
/*Slider*/
#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
    width: 50%;
    margin-bottom:50px;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #fff;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}



/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-color: #222;
}
.carousel-item:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background:linear-gradient(to bottom, transparent, #000000);
}

.slider-content-style .content {
    text-align: center;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
    text-align:left;
}

.slider-content-style .content h3 {
    color: #fff;
    font-size: 50px;
    line-height: 1em;
    font-weight: 600;
    font-family: "Bellefair", serif;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}

.slider-content-style .content p {
    font-family: "Bellefair", serif;
    font-weight: 600;
    font-size: 30px;
    color: #FFFFFF;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: linear-gradient(to right, #01a0d3, #50b38c);
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: "Bellefair", serif;
    font-weight: 600;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    transition: 0.5s ease;
}

.slider-content-style .content a.thm-btn:hover {
  background: linear-gradient(to right, #50b38c, #01a0d3);
  transition: 0.5s ease;
}
/*Slider*/

/*Menu*/
.header-area {
  background:linear-gradient(to right, #01a0d3, #50b38c);
  padding-top:7px;
  padding-bottom:7px;
  position:relative;
  z-index:99999
}
.header-area .left ul li {
  list-style-type:none;
  display:inline-block;
  margin-right:15px
}
.header-area .left ul li:last-child {
  margin-right:0
}
.header-area .left ul li i {
  display:inline-block;
  color:#fff;
  font-size:15px
}
.header-area .left ul li a {
  display:inline-block;
  color:#fff;
  font-size:14px
}
.header-area .left ul li a:hover {
  color:#fff
}
.header-area .right {
  text-align:right;
  vertical-align:middle
}
.header-area .right ul {
  display:inline-block;
  margin-left:20px
}
.header-area .right ul li {
  list-style-type:none;
  display:inline-block;
  margin-right:5px
}
.header-area .right ul li:last-child {
  margin-right:0
}
.header-area .right ul li span {
  display:inline-block;
  color:#fff;
  margin-right:5px;
  font-size:14px
}
.header-area .right ul li a {
  display:inline-block;
  width:25px;
  height:25px;
  text-align:center;
  color:#fff;
  border:1px solid #fff;
  border-radius:50%;
  font-size:13px
}
.header-area .right ul li a i {
  line-height:25px
}
.header-area .right ul li a:hover {
  color:#fff;
  background-color:#02a0d2;
  border:1px solid #02a0d2
}
.header-area .right .language {
  vertical-align:middle;
  display:inline-block
}
.header-area .right .language .nice-select {
  height:30px;
  line-height:30px;
  border:0;
  background:0 0;
  font-size:16px;
  font-weight:500;
  vertical-align:middle;
  color:#fff
}
.header-area .right .language .nice-select:after {
  border-bottom:2px solid #fff;
  border-right:2px solid #fff
}
.header-area .right .language .nice-select ul {
  border-radius:0;
  -webkit-box-shadow:0 0 20px 0 #f1f1f1;
  box-shadow:0 0 20px 0 #f1f1f1
}
.header-area .right .language .nice-select ul li {
  font-size:15px;
  display:block;
  color:#302c51;
  margin-right:0
}
.header-area .right .header-search {
  display:inline-block
}
.header-area .right .header-search #search-btn {
  padding:0;
  border-radius:50%;
  color:#fff;
  width:30px;
  height:30px;
  border:1px solid #fff;
  text-align:center;
  font-size:13px;
  display:inline-block;
  line-height:30px;
  cursor:pointer;
  -webkit-transition:.5s all ease;
  transition:.5s all ease
}
.header-area .right .header-search #search-btn:hover {
  color:#fff;
  border:1px solid #02a0d2;
  background-color:#02a0d2
}
.header-area .right .header-search #close-btn {
  padding:0;
  position:fixed;
  top:20px;
  right:20px;
  z-index:1;
  color:#fff;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  font-size:25px;
  cursor:pointer
}
.header-area .right .header-search #close-btn:hover {
  color:#02a0d2;
  -webkit-transform:rotate(360deg);
  transform:rotate(360deg)
}
.header-area .right .header-search #search-overlay {
  display:none;
  z-index:999999
}
.header-area .right .header-search .block {
  position:fixed;
  top:0;
  right:0;
  bottom:0;
  left:0;
  text-align:center;
  background-color:#000000eb
}
.header-area .right .header-search .block:before {
  content:'';
  display:inline-block;
  height:100%;
  vertical-align:middle
}
.header-area .right .header-search .centered {
  display:inline-block;
  vertical-align:middle;
  width:50%;
  padding:10px 15px;
  color:#fff;
  border:1px solid #fff;
  border-radius:5px
}
.header-area .right .header-search .centered #search-box {
  position:relative
}
.header-area .right .header-search .centered #search-box form .form-control {
  height:50px;
  border:0;
  border-radius:5px;
  padding-left:20px
}
.header-area .right .header-search .centered #search-box form .form-control:focus {
  border:0;
  -webkit-box-shadow:none;
  box-shadow:none
}
.header-area .right .header-search .centered #search-box form .btn {
  position:absolute;
  top:0;
  right:0;
  color:#fff;
  background-color:#02a0d2;
  -webkit-transition:.5s all ease;
  transition:.5s all ease;
  height:100%;
  padding:0;
  padding-left:40px;
  padding-right:40px;
  font-size:18px;
  border-radius:0 5px 5px 0
}
.header-area .right .header-search .centered #search-box form .btn:hover {
  color:#fff;
  background-color:#302c51
}



.start-header {
    opacity: 1;
    transform: translateY(0);
    padding: 5px 0;
    box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on {
    position: fixed;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
    padding: 5px 0;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.start-header.scroll-on .navbar-brand img{
    height: 70px;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navigation-wrap{
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar{
    padding: 0;
}
.navbar-brand img{
    height: 70px;
    width: auto;
    display: block;
    -webkit-transition : all 0.3s ease-out;
    transition : all 0.3s ease-out;
}
.navbar-toggler {
    float: right;
    border: none;
    padding-right: 0;
}
.navbar-toggler:active,
.navbar-toggler:focus {
    outline: none;
}
.navbar-light .navbar-toggler-icon {
    width: 24px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 1px solid #000;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after, 
.navbar-light .navbar-toggler-icon:before{
    width: 24px;
    position: absolute;
    height: 1px;
    background-color: #000;
    top: 0;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after{
    top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}
.nav-link{
    color: #212121 !important;
    font-weight: 500;
    transition: all 200ms linear;
    font-family: "Bellefair", serif;
    font-size: 20px;
}
.nav-item:hover .nav-link{
    background: linear-gradient(to right, #05A1D0, #4fb38d);
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.nav-item.active .nav-link{
 background: linear-gradient(to right, #05A1D0, #4fb38d);
 background-clip: border-box;
 background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
}
.nav-link {
    position: relative;
    padding: 5px 0 !important;
    display: inline-block;
}
.nav-item:after{
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: linear-gradient(to right, #01a0d3, #50b38c);
    opacity: 0;
    transition: all 200ms linear;
}
.nav-item:hover:after{
    bottom: 0;
    opacity: 1;
}
.nav-item.active:hover:after{
    opacity: 0;
}
.nav-item{
    position: relative;
    transition: all 200ms linear;
}

/* #Primary style
================================================== */

.bg-light {
    background-color: #fff !important;
    transition: all 200ms linear;
}
.section {
    position: relative;
    width: 100%;
    display: block;
}
.full-height {
    height: 80vh;
}
.over-hide {
    overflow: hidden;
}
.absolute-center {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    margin-top: 40px;
    transform: translateY(-50%);
    z-index: 20;
}

body.hero-anime p{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1700ms;
}

body.hero-anime h1 span:nth-child(1){
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(2){
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(3){
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(4){
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(5){
    opacity: 0;
    transform: translateY(-50px);
}
body.hero-anime h1 span:nth-child(6){
    opacity: 0;
    transform: translateY(-20px);
}
body.hero-anime h1 span:nth-child(7){
    opacity: 0;
    transform: translateY(-40px);
}
body.hero-anime h1 span:nth-child(8){
    opacity: 0;
    transform: translateY(-10px);
}
body.hero-anime h1 span:nth-child(9){
    opacity: 0;
    transform: translateY(-30px);
}
body.hero-anime h1 span:nth-child(10){
    opacity: 0;
    transform: translateY(-20px);
}
h1 span:nth-child(1){
    transition-delay: 1000ms;
}
h1 span:nth-child(2){
    transition-delay: 700ms;
}
h1 span:nth-child(3){
    transition-delay: 900ms;
}
h1 span:nth-child(4){
    transition-delay: 800ms;
}
h1 span:nth-child(5){
    transition-delay: 1000ms;
}
h1 span:nth-child(6){
    transition-delay: 700ms;
}
h1 span:nth-child(7){
    transition-delay: 900ms;
}
h1 span:nth-child(8){
    transition-delay: 800ms;
}
h1 span:nth-child(9){
    transition-delay: 600ms;
}
h1 span:nth-child(10){
    transition-delay: 700ms;
}
body.hero-anime h1 span:nth-child(11){
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(12){
    opacity: 0;
    transform: translateY(50px);
}
body.hero-anime h1 span:nth-child(13){
    opacity: 0;
    transform: translateY(20px);
}
body.hero-anime h1 span:nth-child(14){
    opacity: 0;
    transform: translateY(30px);
}
body.hero-anime h1 span:nth-child(15){
    opacity: 0;
    transform: translateY(50px);
}

#switch,
#circle {
    cursor: pointer;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; 
} 
#switch {
    width: 60px;
    height: 8px;
    border: 2px solid #8167a9;
    border-radius: 27px;
    background: #000;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 1;
    transform: translate(0);
    transition: all 300ms linear;
    transition-delay: 1900ms;
}
body.hero-anime #switch{
    opacity: 0;
    transform: translateY(40px);
    transition-delay: 1900ms;
}
#circle {
    position: absolute;
    top: -11px;
    left: -13px;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: #000;
}
.switched {
    border-color: #000 !important;
    background: #8167a9 !important;
}
.switched #circle {
    left: 43px;
    box-shadow: 0 4px 4px rgba(26,53,71,0.25), 0 0 0 1px rgba(26,53,71,0.07);
    background: #fff;
}
.nav-item .dropdown-menu {
    transform: translate3d(0, 10px, 0);
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    display: block;
    padding: 0;
    margin: 0;
    transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    max-height: 999px;
    transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
    padding: 0px!important;
    margin: 0;
    font-size: 13px;
    letter-spacing: 1px;
    color: #212121;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.55);
    transition: all 200ms linear;
}
.dropdown-toggle::after {
    display: none;
}

.dropdown-item {
 padding: 7px 15px;
 color: #212121;
 border-radius: 2px;
 transition: all 200ms linear;
 border-bottom: 1px solid #d1d1d1;
 font-family: "Bellefair", serif;
 font-size: 18px;
}
.dropdown-item:hover, 
.dropdown-item:focus {
    color: #fff;
    background:linear-gradient(to right, #01a0d3, #50b38c);
}

body.dark{
    color: #fff;
    background-color: #1f2029;
}
body.dark .navbar-brand img{
  filter: brightness(100%);
}
body.dark h1{
    color: #fff;
}
body.dark h1 span{
    transition-delay: 0ms !important;
}
body.dark p{
    color: #fff;
    transition-delay: 0ms !important;
}
body.dark .bg-light {
    background-color: #14151a !important;
}
body.dark .start-header {
    box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.15);
}
body.dark .start-header.scroll-on {
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.15);
}
body.dark .nav-link{
    color: #fff !important;
}
body.dark .nav-item.active .nav-link{
    color: #999 !important;
}
body.dark .dropdown-menu {
    color: #fff;
    background-color: #1f2029;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
}
body.dark .dropdown-item {
    color: #fff;
}
body.dark .navbar-light .navbar-toggler-icon {
    border-bottom: 1px solid #fff;
}
body.dark .navbar-light .navbar-toggler-icon:after, 
body.dark .navbar-light .navbar-toggler-icon:before{
    background-color: #fff;
}
body.dark .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}



/* #Media
================================================== */

@media (max-width: 767px) { 
    h1{
        font-size: 38px;
    }
    .nav-item:after{
        display: none;
    }
    .nav-item::before {
        position: absolute;
        display: block;
        top: 15px;
        left: 0;
        width: 11px;
        height: 1px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
    }
    .dropdown-toggle::after {
        position: absolute;
        display: block;
        top: 10px;
        left: -23px;
        width: 1px;
        height: 11px;
        content: "";
        border: none;
        background-color: #000;
        vertical-align: 0;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"]::after{
        transform: rotate(90deg);
        opacity: 0;
    }
    .dropdown-menu {
        padding: 0 !important;
        background-color: transparent;
        box-shadow: none;
        transition: all 200ms linear;
    }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
        margin-top: 10px !important;
        margin-bottom: 20px !important;
    }
    body.dark .nav-item::before {
        background-color: #fff;
    }
    body.dark .dropdown-toggle::after {
        background-color: #fff;
    }
    body.dark .dropdown-menu {
        background-color: transparent;
        box-shadow: none;
    }
}

/* #Link to page
================================================== */

.logo {
    position: absolute;
    bottom: 30px;
    right: 30px;
    display: block;
    z-index: 100;
    transition: all 250ms linear;
}
.logo img {
    height: 26px;
    width: auto;
    display: block;
    filter: brightness(10%);
    transition: all 250ms linear;
}
body.dark .logo img {
  filter: brightness(100%);
}
/*Menu*/

/*ABout us*/
/*--------------------------------------------------------------
# Welcome One
--------------------------------------------------------------*/
.welcome-one {
  position: relative;
  display: block;
  padding: 70px 0 100px;
  background: #242020;
}

.welcome-one__left {
  position: relative;
  display: block;
  margin-left: 80px;
  margin-right: 40px;
}

.welcome-one__img-box {
  position: relative;
  display: block;
  z-index: 2;
}

@-webkit-keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}

50% {
    -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}
}

@keyframes shapeMover {

  0%,
  100% {
    -webkit-transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
    transform: perspective(400px) translateY(0) rotate(0deg) translateZ(0px) translateX(0);
}

50% {
    -webkit-transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
    transform: perspective(400px) rotate(0deg) translateZ(20px) translateY(20px) translateX(20px);
}
}

.welcome-one__img-box:before {
  position: absolute;
  top: 0;
  left: -36px;
  width: 16px;
  height: 220px;
  content: "";
  background: linear-gradient(to bottom, #05a1cf, #4fb38d);
  border-radius: 10px;
}

.welcome-one-shape-1 {
  position: absolute;
  top: -70px;
  left: -170px;
  z-index: -1;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-appearance: none;
  appearance: none;
  outline: none !important;
  background: linear-gradient(to right, #01a0d3, #50b38c);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 15px 60px 15px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.1em;
  border-radius: 33px;
  z-index: 1;
}

.thm-btn:hover {
  color: #fff;
  background-color: transparent;
}

.thm-btn::before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #4fb38d, #01a0d3);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.thm-btn:hover::before {
  height: 420%;
}
.welcome-one-shape-1 img {
  -webkit-animation-name: shapeMover;
  animation-name: shapeMover;
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.welcome-one__img {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.welcome-one__img:after {
  position: absolute;
  top: 0;
  left: -100%;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
  -webkit-transform: skewX(-25deg);
  transform: skewX(-25deg);
  z-index: 1;
}

.welcome-one__img-box:hover .welcome-one__img:after {
  -webkit-animation: shine 1.5s;
  animation: shine 1.5s;
}

.welcome-one__img img {
  width: 100%;
  border-radius: 10px;
}

.welcome-one__small-img {
  position: absolute;
  bottom: -30px;
  left: -80px;
  border-radius: 10px;
  z-index: 2;
}

.welcome-one__small-img img {
  border-radius: 10px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}

.welcome-one__right {
  position: relative;
  display: block;
  margin-left: 0px;
}

.welcome-one__right .section-title {
  margin-bottom: 15px;
}

.welcome-one__right .section-title__tagline:before {
  left: 0;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.welcome-one__text-1 {
  margin: 0;
  margin-bottom: 0px;
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 28px;
  color: #fff;
  margin-bottom: 5px;
}

.welcome-one__text-2 {
   font-size: 15px;
   letter-spacing: 1px;
   line-height: 28px;
   text-align: justify;
   color: #fff;
}

.welcome-one__btn-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.welcome-one__video-link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 20px;
}

.welcome-one__video-icon {
  position: relative;
  height: 65px;
  width: 65px;
  background-color: #01a0d3;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

/*About us*/



.section-title__title {
  margin: 0;
  font-size: 42px;
  line-height: 40px;
  background: linear-gradient(to right, #05A1D0, #4fb38d);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;font-family: "Bellefair", serif;
}


.info-card {
  position: relative;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  border-radius: 10px;

}
.card-inner {
  position: relative;
  padding: 35px 32px 50px 32px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  min-height: 280px;
}
.info-card .image-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.info-card .image-wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 10px;
  transition: all 0.5s ease-out;
}
.info-card .content-wrapper {
  position: relative;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  z-index: 5;
}
.info-card .title-wrapper {
  display: flex;
  gap: 24px;
  padding-bottom: 0px;
  border-bottom: none;
  transition: all 0.6s ease;
  flex-direction: column;
  align-items: center;
}
.info-card .title-wrapper .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 52px;
  height: 52px;
  background: transparent;
  border-radius: 10px;
  font-size: 60px;
}
.info-card .title-wrapper .icon i {
   background: linear-gradient(to right, #05A1D0, #4fb38d);
   background-clip: border-box;
   background-clip: border-box;
   background-clip: border-box;
   background-clip: border-box;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
   width: fit-content;
   transition: all 0.5s ease-out;
}
    .feature-area {
        padding: 70px 0 70px !important;
        background: #08a2ce0a !important;
    }
    .card-body{
        border-bottom: 3px solid #0aa2cb;

    }
.info-card .title-wrapper .title {

  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.44px;
  color: #121212;
  transition: all 0.5s ease-out;
  cursor: pointer;font-family: "Bellefair", serif;
}
.info-card .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.info-card .content .desc {

  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #5E5E5E;
  text-align: center;
  cursor: default;
  margin-bottom: 0;
}
.info-card .read-more {
  display: flex;
  justify-content: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translate(-50%, 50%);
  z-index: 5;
}

.info-card .read-more a {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
  line-height: 36px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0;
  color: #196A5C;
}
.info-card .read-more a .icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F8F8F8;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
  border-radius: 50px;
  color: #121212;
  z-index: 2;
  border: 3px solid #ffffff;
  overflow: hidden;
  transition: 1s;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.24);
}

.info-card .read-more a .icon::before {
  position: absolute;

  width: 0;

  height: 100%;

  left: 0;

  top: 0;

  background: linear-gradient(to right, #01a0d3, #50b38c);

  content: "";

  transition: all 0.5s ease-out;

  z-index: -1;

}
.title-wrapper h3{
    margin-top: -15px;
}
.info-card::after {
    position: absolute;

    width: 0;

    height: 100%;

    left: 0;

    top: 0;

    background: linear-gradient(to right, #01a0d3e3, #50b38cf5);

    content: "";

    transition: all 0.5s ease-out;

    z-index: -1;
    border-radius: 10px;
}
.info-card:hover::after {

  transition: all 0.5s ease-out;
  z-index: 1;
  width: 100%;
}
.feature-area.style-1 {
  padding: 70px 0 100px;
  background-color: #fff;
}
.info-card .read-more a:hover .icon::before {
  width: 100%;
  transition: all 0.5s ease-out;
}.info-card:hover .image-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.info-card:hover .title-wrapper .icon i {
  transform: rotateY(360deg);
  transition: all 0.5s ease-out;
  background: linear-gradient(to right, #fff, #fff);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
}
.info-card:hover .content .desc {
  color: #ffffff;
}
.info-card:hover .title{
    color: #fff;
}


.activew::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #01a0d3e3, #50b38cf5);
  content: "";
  transition: all 0.5s ease-out;
  z-index: 1;
  border-radius: 10px;
}
.activew .image-wrapper {
  visibility: visible;
  opacity: 1;
  transition: all 0.5s ease-out;
}
.activew .title{
    color: #fff;
}
.activew .content .desc{
    color: #fff;
}
.activew  .title-wrapper .title{
    color: #fff;
}
.activew .title-wrapper .icon i{
    background: linear-gradient(to right, #FFF, #fff);-webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}


/*Counter*/

.counter-area.style-2 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.counter-area.style-2 {
  padding-top: 60px;
  padding-bottom: 50px;
}
.counter-area.style-2::after {
  content: "";
  background: #1212129e;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 0.9;
}
.counter-area.style-2 .feature-image1 {
  position: absolute;
  z-index: 20;
  top: 74px;
  left: 72px;
  fill: #ffffff;
}
.counter-area.style-2 .feature-image1 {
    top: 20px;
    left: 20px;
    width: 120px;
}
}
.counter-area.style-2 .feature-image2 {
  position: absolute;
  z-index: 20;
  bottom: 142px;
  right: 62px;
  fill: #ffffff;
}
.counter-area.style-1 .feature-image2 {
  top: unset;
  left: unset;
  bottom: 16px;
  right: 37px;
  position: absolute;
}
.counter-container-wrapper {
  position: relative;
  z-index: 20;
  display: flex;
  justify-content: center;
  align-items: center;
}
.counter-container-wrapper .single-counter {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.counter-container-wrapper .divider {
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.counter-container-wrapper .single-counter .counter-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  padding-bottom: 10px;
}
.counter-container-wrapper .single-counter .counter-inner {
  position: relative;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 51px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 1.02px;
  color: #ffffff;
  margin-bottom: 7px;
}
.counter-container-wrapper .single-counter .counter-inner .counter {
  color: #ffffff;
  font-size: 51px;
  cursor: default;
}
.counter-container-wrapper .single-counter .title {
  text-align: center;
  font-family: "PT Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;
  letter-spacing: 0.4px;
  color: #ffffff;
  cursor: default;
}
.counter-container-wrapper .divider .outline {
  position: absolute;
  background-color:#FFF;
  width: 1px;
  height: 100px;
}

/*Counter*/



/*Services*/

.tp-service-3__space {
  padding-top: 50px;background: #fff;
  padding-bottom: 40px;
}
.mb-30 {
  margin-bottom: 30px;
}
.p-relative {
    box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.24);
    position: relative;
}

.tp-service-3__thumb-box::after {
  content: "";
  top: 0;
  left: 0%;
  height: 30%;
  width: 100%;
  background:linear-gradient(to right, #01a0d3d1, #50b38cde);
  position: absolute;
  transition: all 500ms ease;
  opacity: 0;
  visibility: hidden;
}
.tp-service-3__thumb-box {
  position: relative;
}
.tp-service-3__thumb {
  overflow: hidden;
}
.tp-service-3__content {
  position: relative;
  overflow: hidden;
  background-color: var(--tp-common-white);
  padding: 60px 20px;
  padding-bottom: 60px;
  padding-bottom: 35px;
  box-shadow: 2px 3.464px 40px 0px rgba(14, 5, 1, 0.04);
}
.tp-service-3__content a {
  font-weight: 800;
  font-size: 14px;
  color: var(--tp-theme-1);
  transition: all 500ms ease;
}
.tp-service-3__icon {
  position: absolute;
  z-index: 1;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17%;
  height: 80px;
  line-height: 85px;
  text-align: center;
  width: 80px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  z-index: 1;
  background: linear-gradient(to right, #01a0d3, #50b38c);
}
.tp-service-3__icon i{
    color:#fff;
}
.tp-service-3__title-sm {
  font-size: 24px;
  padding-bottom: 5px;
  transition: all 500ms ease;
  text-transform: capitalize;color:#fff;font-family: "Bellefair", serif;
  background: linear-gradient(to right, #50b38c, #01a0d3);
  padding-top: 5px;
  margin-bottom:10px;
}   .welcome-one{
    background: #fff;
    padding-bottom: 50px;
}
.welcome-one__text-2{
    color: #212529;
}
.feature-area {
    padding: 70px 0 70px !important;
    background: #08a2ce0a !important;
}
.card-body{
    border-bottom: 3px solid #21a8b6;

}
.cardbox p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;
    text-align: center;
}
.tp-service-3__content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.36px;
    color: #5E5E5E;
    text-align: center;
    cursor: default;
    margin-bottom: 2px;
    padding-bottom: 14px;
}
.btnreadmore{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  appearance: none;
  outline: none !important;
  background: linear-gradient(to right, #01a0d3, #50b38c);
  color: #fff !important;
  font-size: 14px !important;
  font-weight: 700;
  text-transform: uppercase;
  transition: all 0.3s linear;
  overflow: hidden;
  letter-spacing: 0.1em;
  border-radius: 33px;
  z-index: 1;
  padding:10px 50px 10px;
  margin-top: 0px;
  
}
.btnreadmore:hover::before {
  height: 420%;
}
.btnreadmore::before {
  position: absolute;
  content: '';
  background: linear-gradient(to right, #4fb38d, #01a0d3);
  width: 100%;
  height: 0%;
  left: 50%;
  top: 50%;
  border-radius: 33px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  z-index: -1;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.tp-service-3__content a {
  font-weight: 600;
  font-size: 16px;
  color: #000;color:#fff;
  transition: all 500ms ease;
}
.tp-service-3__shape {
  position: absolute;
  right: -100px;
  bottom: -70px;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}
.tp-service-3__thumb img {
  width: 100%;
  transition: all 500ms ease;
}
.tp-service-3__icon::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(to right, #50b38c, #01a0d3);
  transition-delay: 0.1s;
  transition-timing-function: ease-in-out;
  transition-duration: 0.4s;
  transition-property: all;
  opacity: 1;
  transform-origin: top;
  transform-style: preserve-3d;
  transform: scaleY(0);
  z-index: -1;
}
.tp-service-3__icon span {
  font-size: 40px;
  color: var(--tp-theme-1);
  transition: all 500ms ease;
}
.tp-service-3__item:hover .tp-service-3__thumb-box::after {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.tp-service-3__item:hover .tp-service-3__icon::after {
  opacity: 1;
  transform: scaleY(1);
}
.tp-service-3__item:hover .tp-service-3__icon span i{
    color: #fff;
}

#service .section-title__title{
    width: 100%;
    margin-bottom: 30px;
}
/*Services*/
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.main-footer {
  position: relative;
  background-color: var(--aofixo-black, #242020);
  padding: 60px 0 0;
}
@media (max-width: 767px) {
  .main-footer {
    padding-bottom: 20px;
}
}
.main-footer__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.05;
  mix-blend-mode: luminosity;
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center center;
}
.main-footer__top {
  padding-top: 74px;
  padding-bottom: 76px;
  margin: 0 0 99px;
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(var(--aofixo-white-rgb, 255, 255, 255), 0.1);
}
@media (max-width: 767px) {
  .main-footer__top {
    display: block;
    margin-bottom: 75px;
}
}
.main-footer__top__bg {
  background-position: top right;
  background-repeat: no-repeat;
  background-blend-mode: luminosity;
  background-color: var(--aofixo-black, #242020);
  opacity: 0.2;
  position: absolute;
  left: 0;
  top: 0;
  width: 92%;
  height: 100%;
}
.main-footer__top__title {
  position: relative;
  z-index: 2;
  color: var(--aofixo-white, #fff);
  font-size: 40px;
  letter-spacing: -1.6px;
  margin: 0;
}
@media (max-width: 767px) {
  .main-footer__top__title {
    font-size: 34px;
    margin: 0 0 30px;
}
}
.main-footer .container {
  position: relative;
  z-index: 1;
}

.footer-widget {
  margin-bottom: 40px;
}
.footer-widget--about {
  position: relative;
}
.footer-widget__logo {
  display: inline-flex;
  margin-bottom: 27px;
}
.footer-widget__logo img{
    height: 80px;
    width: auto;
}
.footer-widget__info {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__info li {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: var(--aofixo-white, #fff);
  font-weight: 800;
  line-height: 1.2;
  margin: 11px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.36px;
  color: #ffffffde;
  text-align: center;
  cursor: default;
  margin-bottom: 0;
  padding-bottom: 14px;
}
.footer-widget__info li span {
  line-height: inherit;
  color: #fff;
  font-size: 14px;
  min-width: 29px;
  position: relative;
  top: 0px;
}
.footer-widget__info li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__info li a:hover {
  background-size: 100% 1px;
}
.footer-widget__info li a:hover {
  color: #fff;
}
.footer-widget__text {
  color: var(--aofixo-text-dark, #8e8787);
  margin: 0;
  margin-bottom: 17px;
}
@media (min-width: 1200px) {
  .footer-widget--mail {
    margin-left: -30px;
}
}
.footer-widget--mail .footer-widget__text {
  margin-bottom: 22px;
  margin-top: 23px;
}
.footer-widget__newsletter {
  position: relative;
  width: 100%;
}
.footer-widget__newsletter input[type=email] {
  width: 100%;
  display: block;
  border: 2px solid #fff;
  outline: none;
  height: 58px;
  background-color: transparent;
  color: var(--aofixo-text-dark, #8e8787);
  font-size: 15px;
  font-weight: 500;
  padding-left: 30px;
  padding-right: 75px;
  border-radius: 50px;
  transition: all 500ms ease;
}
.footer-widget__newsletter input[type=text]:focus {
  color: var(--aofixo-white, #fff);
}
.footer-widget__newsletter button[type=submit] {
  background: linear-gradient(to right, #01a0d3, #50b38c);
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  color: var(--aofixo-white, #fff);
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50px;
  transition: all 500ms ease;
}
.footer-widget__newsletter button[type=submit]:hover {
  color: var(--aofixo-black, #242020);
  background-color: #fff;
}
.footer-widget__social {
  display: flex;
  align-items: center;
  line-height: 1em;
  gap: 10px;
  margin-top: 30px;
}
.footer-widget__social a {
  position: relative;
  width: 46px;
  height: 46px;
  font-size: 14px;
  color: var(--aofixo-white, #fff);
  background-color: var(--aofixo-black2, #1c1919);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(../images/shapes/social-bg.png);
  background-blend-mode: color-burn;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 500ms ease;
}
.footer-widget__social a:hover {
  color: var(--aofixo-black, #242020);
  background-color: #fff;
}
.footer-widget__social a:hover i {
  animation: iconTranslateY 0.4s forwards;
}
.footer-widget__title {
  font-size: 30px;
  padding-bottom: 10px;
  transition: all 500ms ease;
  text-transform: capitalize;
  color: #fff;
  font-family: "Bellefair", serif;
}
.footer-widget__links {
  margin: 0;
  padding: 0;
}
.footer-widget__links li {
   font-size: 16px;
   font-weight: 400;
   line-height: 1.5;
   letter-spacing: 0.36px;
   color: #ffffffde;
   text-align: left;
   cursor: default;
   margin-bottom: 0;
   padding-bottom: 14px;
}
.footer-widget__links li a {
  color: inherit;
  background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;
  transition: all 500ms ease;
}
.footer-widget__links li a:hover {
  background-size: 100% 1px;
}
.footer-widget__links li a:hover {
  color: var(--aofixo-white, #fff);
}
.sidebarcontent h4{
  background: linear-gradient(to right, #05A1D0, #4fb38d);
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "Bellefair", serif;
  font-size: 30px;
  margin-bottom: 10px;
  width: fit-content;
  padding-left: 20px;
  padding-top: 20px;
}
.main-footer-bottom {
  text-align: center;
  background-color: var(--aofixo-black2, #1c1919);
  padding: 31px 0;
}
.main-footer-bottom__copyright {
  margin: 0;
  color: var(--aofixo-text-dark, #8e8787);
}

.copyright{
    background: linear-gradient(to right, #01a0d3, #50b38c);
    padding-top: 7px;
    padding-bottom: 7px;
    position: relative;
    z-index: 99999;
}
.copyright p{
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

.cardbox{
  /*  border:1px solid #0096c914;*/
  /*padding: 10px 20px;*/
  text-align: center;
/*box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);*/
/*border-radius: 15px;*/
}
.cardbox img{
    height: 150px;
}.servicepage h1{
    margin-top: 20px;
    background: linear-gradient(to right, #05A1D0, #4fb38d);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-family: "Bellefair", serif;
    font-size: 30px;
    margin-bottom: 4px;
    width: fit-content;
}
.cardsec{
    padding: 60px 0 40px;
}
.cardbox h4{
    font-family: "Bellefair", serif;
    font-size: 24px;
    line-height: 36px;
    background: linear-gradient(to right, #05A1D0, #4fb38d);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    text-align: center;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    transition:0.5s ease;
}

/*.cardbox:hover{*/
/*box-shadow: 0 5px 10px 0 rgba(189, 230, 240, 0.99);*/
/*transition:0.5s ease;*/
/*}*/



.banner-section{
  height: auto;
  background: #242020;
  padding: 35px 0;
  text-align: center;
}
.banner-section h1{
   color: #fff;
   margin-bottom: 0px;
   font-size: 40px;
   font-weight: 800;
   font-style: normal;
   text-align: center;
   font-family: "Bellefair", serif;
}
.mt-3o{
    margin-top: 30px;
}

.tm-contact-block {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 20px 30px 15px;
  overflow: hidden;
/*  min-height: 220px;*/
  border-radius: 3px;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -o-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
  margin-bottom: 30px;
}
@media screen and (max-width:767px){
  .tm-contact-block{
    min-height: auto;
}
}
.tm-contact-block h5 {
  margin-bottom: 5px;
  font-size: 18px;
}

.tm-contact-block p {
  margin-bottom: 0;
}

.tm-contact-block p a {
  color: #444444;
}

.tm-contact-block p a:hover {
  color: #02a0d2;
}

.tm-contact-block:hover {
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-box-shadow: 0 10px 25px rgba(0, 149, 205, 0.2);
  box-shadow:0 10px 25px rgba(0, 149, 205, 0.2);
}
.tm-contact-block:hover>.tm-contact-icon{
    background:linear-gradient(to right, #01a0d3, #50b38c);
    color:#fff;
}
.tm-contact-icon {
  display: inline-block;
  height: 75px;
  width: 75px;
  line-height: 75px;
  font-size: 35px;
  text-align: center;
  border-radius: 999px;
  border: 1px solid #21a8b6;
  margin-bottom: 12px;
  color: #21a8b6;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  background: linear-gradient(to right, #01a0d3, #50b38c);
  color: #fff;
}

.tm-contact-formwrapper {
  padding: 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.tm-contact-formwrapper h5 {
  margin-bottom: 20px;
  margin-top: -4px;
}


.tm-contact-map #google-map {
  height: 100%;
  width: 100%;
}
.contact-us-page{
    padding: 70px 0 40px;
}
.contact-us-page .mt-3o{
    margin-bottom: 30px;
}
.contact-us-page form{
    padding: 20px 30px 30px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.contact-us-page form h3{
    font-family: "Bellefair", serif;
    font-size: 36px;
    line-height: 36px;
    background: linear-gradient(to right, #05A1D0, #4fb38d);
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
    text-align: left;
    margin-top: 10px;
    width: 100%;
    cursor: pointer;
    transition: 0.5s ease;
    margin-bottom: 20px;
    width: fit-content;
}

.contact-us-page button{
    border: none;
    margin-top: 10px;
    margin-bottom: 10px;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #01a0d3;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(1, 160, 211, 0.08);
}


.myaccordion {

  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
}

.myaccordion .card{
  border: none;
}

.myaccordion .card-header {
  border-bottom-color: #EDEFF0;
  background: transparent;
}

.myaccordion .fa-stack {
  font-size: 18px;
} 

.myaccordion .btn {
  width: 100%;
  font-weight: bold;
  color: #21a8b6;
  padding: 0;
}

.myaccordion .btn-link:hover,
.myaccordion .btn-link:focus {
  text-decoration: none;
}
.myaccordion .btn{
    font-size: 20px;
    font-family: "Bellefair", serif;
}
.myaccordion li + li {
  margin-top: 10px;
}
.myaccordion .card-body p{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 26px;
    text-align: justify;
    margin-bottom: 4px;
    color: #212529;
}
.fa-inverse
{
    font-weight: normal;
    font-size: 14px;
}  .welcome-one, .tp-service-3__space{
    background: #08a2ce0a;
}
.welcome-one__text-2, .tp-service-3__content p, .tp-service-3__content a, .tp-service-3__title-sm{
    color: #212529;
}
.tp-service-3__title-sm{
    background:#f5fbfd;
    padding-top:0;
}



.servicepage{
    padding: 60px 0 50px;
}

.servicepage p{
    text-align: justify;
}
.sidebarcontent{
    margin-right: 20px;box-shadow:0 5px 10px 0 rgba(0, 0, 0, 0.06);

    background: #08a2ce0a !important;
}
.sidebarcontent ul
{
    padding-left: 0px;
    padding-bottom: 0px;
    border-top: 1px solid #dfdfdf;

}
.sidebarcontent li a{
    font-size: 15px;
    letter-spacing: 1px;
    line-height: 28px;

    color: #212529;

}
.sidebarcontent li{
    list-style: none;
    font-size: 19px;
    padding: 12px 20px !important;border-bottom: 1px solid #dfdfdf;
    transition: 0.5s ease;
}
.sidebarcontent .active{
    background: linear-gradient(to right, #01a0d3, #50b38c);
}
.bordernone{
    border-bottom:none !important;
}
.sidebarcontent .active a{
    color: #fff;
    transition: 0.5s ease;
}
.sidebarcontent li:hover{
    background: linear-gradient(to right, #01a0d3, #50b38c);
    transition: 0.5s ease;
}
.sidebarcontent li:hover a{
    color: #fff;

}





@media screen and (max-width:991px){
    .sidebarcontent li{
        padding: 10px 15px !important;
    }
    .sidebarcontent h4{
        padding-left: 15px;
    }
    .sidebarcontent{
        margin-right: 10px;
    }
}

@media screen and (max-width:767px){
    .servicepage {
      padding: 40px 0;
  }
  .sidebarcontent{
    margin-right: 0px;
}
.sidebarcontent li {
    padding: 8px 20px !important;
}
.banner-section h1{
    font-size: 30px;
}
.banner-section{
    padding: 20px 0;
}
.servicepage h1{
    font-size: 26px;
}
.sidebarcontent h4 {
    padding-left: 15px;
    font-size: 26px;
}
.sidebarcontent li a {
  font-size: 14px;
}
}


@media screen and (max-width:1199px){
    .welcome-one {
      padding-bottom: 0;
  }
  .info-card{
    margin-bottom: 70px;
}
.feature-area {
  padding: 70px 0 0px !important;
}
.tp-service-3__title-sm {
  font-size: 21px;
}
.tp-service-3__content p {
  font-size: 14px;
}
.tp-service-3__title-sm{
    margin-bottom: 0px;
}
.tp-service-3__content{
    padding: 43px 20px 30px;
    min-height: 247px;
}
.tp-service-3__space {
  padding-top: 30px;
}
.footer-widget__logo img {
  height: 60px;
}
.footer-widget__links li {
  font-size: 14px;
  line-height: 1.3;
}
.footer-widget__info li a{
    font-size: 14px;
}
.footer-widget__info li{
    padding-bottom: 7px;
}
}


@media screen and (max-width:991px){
    .header-area{
        display: none;
    }
    .navbar-brand img, .start-header.scroll-on .navbar-brand img {
      height: 50px;
  }
  .nav-link{
    font-size: 17px;
}
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item{
    min-height: 60vh;
}
.slider-content-style .content h3{
    font-size: 36px;
    line-height: 50px;
}
.slider-content-style .content p{
    font-size: 26px;
    line-height: 30px;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content{
    width: 60%;
}
.cardbox p{
    margin-bottom: 20px;
}
.cardsec {
  padding: 60px 0 30px;
}
}




@media screen and (max-width:991px){
    .section-title__title{
        margin-top: 60px;
    }
    .welcome-one__img img {
      width: auto;
      height: 400px;
      margin-left: 13%;
  }
  .welcome-one__small-img img{
    height: 125px;
    margin-left: 80px;
}
.welcome-one__right .section-title {
  margin-bottom: 7px;
  margin-top: 55px;
}
.feature-area {
    padding: 50px 0 0px !important;
}
.card-inner{
    padding: 25px 32px 38px 32px;
    min-height: 270px;
}
#service .section-title__title{
    margin-top: 0;
}
.tp-service-3__content{
    min-height: 210px;
}
}


@media screen and (max-width:767px){
     #minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 30vh;
  }
    .slider-content-style .content h3 {
   font-size: 20px;
    line-height: 34px;
    letter-spacing: 0em;
  }
    .slider-content-style .content p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0em;
    margin-top: 10px;
  }
  #minimal-bootstrap-carousel .carousel-caption .container .box .content{
    margin-left: 10%;
    width: 80%;
  }
  #minimal-bootstrap-carousel .carousel-caption .container .box .content{
    margin-bottom: 35px;
  }
   .cardsec {
    padding: 35px 0 15px;
  }
  .cardbox img {
  height: 115px;
}
.cardbox h4{
    margin-top: 4px;
    margin-bottom: 0;
}
  .welcome-one {
    padding: 45px 0 0px;
  }
  .welcome-one__left{
    margin-left: 45px;
  margin-right: 40px;
  }
    .welcome-one__img img {
    margin-left: 0%;
  }
    .section-title__title {
    margin-top: 40px;
    font-size: 32px;
  }
    .welcome-one__right .section-title {
    margin-top: 45px;
  }
  .welcome-one__right .section-title {
  margin-bottom: 5px;
}
  .card-inner {
    padding: 25px 25px 45px 25px;
    min-height: auto;
  }
    .tp-service-3__space {
    padding-top: 0px;
  }
  #service .section-title__title {
  margin-bottom: 13px;
}
  .tp-service-3__title-sm {
    margin-bottom: 0px;
    margin-top: 10px;
    font-size: 24px;
  }
    .tp-service-3__content {
    min-height: auto;
  }
    .tp-service-3__content {
    padding: 40px 20px 25px;
  }
  .tp-service-3__space {
  padding-bottom: 15px;
}
.counter-area.style-2 {
  padding-top: 38px;
  padding-bottom: 35px;
}
.counter-container-wrapper .single-counter .counter-icon{
    height: 70px;
  width: 70px;
}
.counter-container-wrapper .single-counter .counter-inner{
    font-size: 36px;
}
.counter-container-wrapper .single-counter .title{
    font-size: 18px;
    line-height: 28px;
}
.counter-container-wrapper .single-counter .counter-inner{
    height: 45px;
}
.counter-container-wrapper{
    justify-content: start;
  align-items: start;
}
.main-footer{
    padding: 35px 0 0;

}
.footer-widget__logo {
  margin-bottom: 10px;
}
.footer-widget {
  margin-bottom: 25px;
}
.footer-widget__title{
    margin-bottom: 10px;
    padding-bottom: 0;
}
.footer-widget--mail .footer-widget__text{
    margin-top: 8px;
    margin-bottom: 15px;
}
   .servicepage {
    padding: 35px 0 40px;
  }
  .sidebarcontent h4{
    padding-top: 15px;
  }
    .sidebarcontent h4 {
    padding-left: 15px;
    font-size: 24px;
  }
    .sidebarcontent {
    margin-top: 10px;
  }
  .footer-widget {
    margin-bottom: 20px;
  }
  .footer-widget__social{
    margin-top: 23px;
  }
  .dropdown-item{
    font-size: 16px;
  }
    .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 0px !important;
    margin-bottom: 13px !important;
  }
    .nav-link {
    font-size: 18px;
  }
    .banner-section h1 {
    font-size: 24px;
  }
  .welcome-one-shape-1{
    top: -45px;
  }
  .welcome-one__img img{
        height: 300px;
  }
    .welcome-one__img img {
    margin-left: 4%;
  }
    .welcome-one__small-img img {
    height: 100px;
    margin-left: 53px;
  }
    
  .info-card .content .desc {
  font-size: 15px;
}
.mbmb-0{
    padding-bottom: 10px !important;
}
.feature-area {
  padding: 40px 0 40px !important;
}
.feature-area.style-1 img{
    margin-bottom: 20px;
}
.card-header {
  padding: 0.5rem 1.25rem;
}
  .card-header {
    padding: 6px 20px 3px;
  }
  .copyright p{
    font-size: 15px;
  }
  .contact-us-page {
  padding: 40px 0 5px;
}
.tm-contact-icon{
    height: 70px;
  width: 70px;
  line-height: 70px;
}
.tm-contact-block{
    padding: 20px 30px 13px;
}
.tm-contact-icon{
    margin-bottom: 12px;
}
.tm-contact-block h5 {
  margin-bottom: 4px;
}
.mt-3o {
  margin-top: 10px;
}
.contact-us-page form h3{
    margin-bottom: 10px;
}
  .contact-us-page form h3 {
    margin-bottom: 10px;
    margin-top: 0;
  }
  .tm-contact-block h5{
    margin-bottom: 0;
    font-size: 15px;
  }
}





/*Blog Page*/
.blogsection{
  padding:60px 0 30px;
}
.blogsection .thm-btn
{
    padding: 12px 45px 12px;
}
.blogsection .card-body{
  padding: 15px 20px 25px;
}
.blogsection .card{
  margin-bottom: 30px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.44);
  border:none !important;
}
.blogsection .card-text {
font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: justify;
  color: #212529;
  margin-top: 5px;
}
.blogsection .card-title {
  text-align: left;
  margin: 0;
  font-size: 30px;
  line-height: 36px;
  background: linear-gradient(to right, #05A1D0, #4fb38d);
    background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  background-clip: border-box;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  width: fit-content;
  font-family: "Bellefair", serif;
}
.blogsection .btn-info{
  background: #ff9741;
  border: 1px solid #ff9741;
  border-radius: 22px;
  padding: 6px 20px 8px;
}
.blogsection .btn-light{
  position: absolute;
  top: 3%;
  left:4%;
  transition: 0.5s ease;
  background: linear-gradient(to right, #05A1D0, #4fb38d);
  color: #fff;
  border: none;
}
.blogsection .btn-info:not(:disabled):not(.disabled).active, 
.blogsection .btn-info:not(:disabled):not(.disabled):active, 
.show > .blogsection .btn-info.dropdown-toggle {
  color: #fff;
 background-color: #ff9741;
  border-color: #ff9741;
}
.blogsection .btn-info:not(:disabled):not(.disabled).active, 
.blogsection .btn-info:not(:disabled):not(.disabled):active, .show > .blogsection .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #ff9741;
  border-color: #ff9741;
}
.blogsection .btn-info:not(:disabled):not(.disabled).active:focus, .blogsection .btn-info:not(:disabled):not(.disabled):active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(255, 151, 65, 0.5);
}
.blogsection .btn-info:hover{
   color: #ff9741;
   transition: 0.5s ease;
  background-color: #fff;
  border-color: #ff9741;
}
@media screen and (min-width: 1400px) {
  .blogsection .card-title{
    font-size: 24px;
  }
  .blogsection .card-text  {
    font-size: 16px;
    line-height: 30px;
  }
  .blogsection .btn-info{
    font-size: 16px;
  }
}
@media screen and (min-width: 1600px) {
  .blogsection .card-title{
    font-size: 26px;
  }
  .blogsection .card-text  {
    font-size: 18px;
    line-height: 34px;
  }
  .blogsection .btn-info{
    font-size: 18px;
  }
}
@media screen and (min-width: 1800px) {
  .blogsection .card-title{
    font-size: 28px;
  }
  .blogsection .card-text  {
    font-size: 20px;
    line-height: 36px;
  }
  .blogsection .btn-info{
    font-size: 20px;
  }
}

@media screen and (max-width:1199px){
  .blogsection .card-title{
    font-size: 20px;
  }
  .blogsection .card-text{
    line-height: 24px;
  }
    .blogsection .btn-info{
    font-size: 14px;
  }
}
@media screen and (max-width: 600px) {
  .blogsection {
    padding: 40px 0 10px !important;
  }
}
.blogpagesection2 .sidebarcontent img{
    height: 50px;
  margin-right: 10px;
}
.blogpagesection2 .sidebarcontent ul{
    padding-top: 8px;
}
.blogpagesection2 ul{
    margin-left:15px;
}
.blogpagesection2 ul li{
    list-style: disclosure-closed;
    font-size: 15px;
  letter-spacing: 1px;
  line-height: 28px;
  margin-bottom: 3px;
}
.blogpagesection2 ul li::marker{
  color: #21a8b6;
}
.blogsection p, .blogpagesection2 p{
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: justify;
  color: #212529;
  margin-top: 5px;
}
.sidebarcontent ul li{
    list-style: none;
    margin-bottom: 0;
}
.blogdate{
    margin-top: 20px;
  color: #212529;
  line-height: 30px;
  font-size: 15px;
  letter-spacing: 1px;
  text-align: justify;
  color: #212529;
}


@media screen and (max-width:767px){
   .blogpagesection2  h1 {
  margin-top: 0px;
}
.blogpagesection2 .sidebarcontent {
    margin-top: 17px;
  }
    .blogpagesection2 .sidebarcontent li {
    padding: 8px 5px !important;
  }
    .blogpagesection2 .sidebarcontent {
    margin-top: 20px;
  }
  .blogsection p, .blogpagesection2 p{
    margin-top: 0;
  }
  .counter-container-wrapper .divider{
      display:none;
  }
  .abt00{
      padding: 35px 0 40px !important;
  }
  .nav-item::before{
      width: 13px;
  }
  .navbar-nav{
      overflow: hidden;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu, .nav-item .dropdown-menu{
      transition: 0.5s ease;
  }  .nav-link {
    font-size: 19px;
  }
}
.abt00{
    background:#fff !important;
}
#service{
    overflow-x:hidden;
}




.mobile-screen-footer
{
    float:left;
    display:none;
    width: 100%;
    position: fixed;
    z-index: 9999999999 !important;
    bottom: 0px;
    background: linear-gradient(to right, #01a0d3, #50b38c);
    border-radius: 30px 30px 0px 0px;
   border-top: 1px solid #fff;
}
.mobile-footer-block
{
    width: 25%;
    float: left;
    text-align: center;
}
.mobile-footer-box
{
    width: 100%;
    margin: 0px auto;
    padding: 0px 5px;
    float: left;
}
.mobile-footer-box a
{
    width: 100%;
    text-decoration: none;
    padding: 10px 0px;
    float: left;
    padding-bottom: 5px;
}
.mobile-footer-box a img
{
    width: 25px;
    margin: 0px auto;
}
.mobile-footer-box a h5
{
    font-size: 10px;
    margin: 5px 0px 0px 0px;
    color: #fff;
    line-height: 15px;
    letter-spacing: 0px;font-family: var(--font-family-base);
    text-transform: uppercase;
    font-weight: normal;
}  

.sliderimg{
    position: absolute;
  z-index: 99;
  right: 30px;
  top: 30px;
  height: 120px;
}

@media screen and (max-width:991px){
    .sliderimg{
        height: 100px;
    }
}


@media screen and (max-width: 767px){
    .mobile-screen-footer{
        display: block;
    }
    .copyright{
        padding-bottom: 68px;
    }
      .sliderimg{
        height:70px;
        right: 15px;
  top: 15px;
    }
     #minimal-bootstrap-carousel .carousel-caption .container .box .content {
    margin-bottom: 45px;
  }
}