@charset "utf-8";

/* CSS Document */
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Regular.woff2') format('woff2'),
        url('fonts/Poppins-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Medium.woff2') format('woff2'),
        url('fonts/Poppins-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Poppins';
    src: url('fonts/Poppins-Bold.woff2') format('woff2'),
        url('fonts/Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Comfortaa';
    src: url('Comfortaa-Bold.woff2') format('woff2'),
        url('Comfortaa-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* general start*/
body {
    background: #fff;
    color: #4d4d4d;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}
sub,
sup {
    font-size: 75%;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: 10px;
    left: 10px;
}
sub {
    bottom: 10px;
    right: 10px
}
ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
ul li {
    padding: 0;
    margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
    font-family: 'Comfortaa';
    font-weight: bold;
    font-style: normal;
}
h1 {
    font-size: 50px;
    line-height: 1.2;
    color: #222222;
}
h2 {
    font-size: 40px;
    line-height: 1.2;
    color: #222222;
}
h3 {
    font-size: 26px;
    line-height: 1.2;
    color: #222222;
}
h4 {
    font-size: 20px;
    line-height: 1.2;
    color: #222222;
}
h5 {
    font-size: 16px;
    line-height: 1.3;
    color: #222222;
}
p {
    padding: 0 0 20px 0;
    margin: 0;
}
a {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    color: #04a45c;
    outline: none;
    text-decoration: none;
}
a:hover,
a:focus {
    color: #000;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none !important;
    outline: none !important;
}
a > img {
    line-height: 0;
}
select,
button,
input {
    box-shadow: none;
    outline: none;
}
select:hover,
button:hover,
input:hover,
select:focus,
button:focus,
input:focus {
    box-shadow: none;
    outline: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-image: url(images/seclect-arrow.png);
    background-repeat: no-repeat;
    background-position: 95% center;
}
.site,
.site-branding {
    margin: 0;
}
.site-inner {
    width: 100%;
    max-width: 100%;
    margin: 0;
}
.site-header {
    padding: 0;
}
body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
    height: auto;
}
.site-branding,
.site-header-menu,
.header-image {
    margin-bottom: 0;
    margin-top: 0;
}
.main-navigation,
.site-main {
    margin: 0;
}
.site-header-main {
    display: block;
}
.site-content {
    padding: 0;
}
.content-area {
    float: none;
    margin-right: 0;
    width: 100%;
}
.site-footer {
    display: block;
    padding: 0;
}
.widget {
    font-size: inherit;
    line-height: inherit;
    border: none;
    padding: 0;
    margin: 0;
}
.slick-loading .slick-list {
    background: #fff url('images/ajax-loader.gif') center center no-repeat;
}
@font-face {
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;
    src: url('fonts/slick.eot');
    src: url('fonts/slick.eot?#iefix') format('embedded-opentype'), url('fonts/slick.woff') format('woff'), url('fonts/slick.ttf') format('truetype'), url('fonts/slick.svg#slick') format('svg');
}
.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25;
}
.slick-prev:before,
.slick-next:before {
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: -25px;
}
[dir='rtl'] .slick-prev {
    right: -25px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
[dir='rtl'] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: -25px;
}
[dir='rtl'] .slick-next {
    right: auto;
    left: -25px;
}
.slick-next:before {
    content: '→';
}
[dir='rtl'] .slick-next:before {
    content: '←';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}
.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.entry-title {
    font-size: 2vw;
    line-height: 2vw;
    margin-bottom: 15px;
}
.srccch .entry-footer {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 4px;
    background: #f1f1f1;
}
body:not(.search-results) .entry-header + .entry-summary {
    margin-top: 0;
    margin-bottom: 0;
}
.titbg {
    font-size: 20px;
    line-height: 20px;
    padding: 15px;
    margin-bottom: 20px;
    background: #f1f1f1;
    border-radius: 4px;
}
.sidebar_wrp {
    padding: 5px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
}
.sidebar_wrp .widget-title {
    color: #000;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    padding: 10px;
    background: #f1f1f1;
}
.sidebar_wrp > .widget {
    margin-bottom: 15px;
}
.sidebar_wrp .widget ul {
    margin-left: 10px;
}
.sidebar_wrp .widget ul li::after,
.cont_con ul li::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.sidebar_wrp .widget ul li {
    display: block;
    position: relative;
    margin: 10px 0;
    padding-left: 15px;
}
.sidebar_wrp .widget ul li a {
    color: #333;
}
.srchform .form-control {
    background: #fff;
    height: 36px;
    font-size: 16px;
    border: 1px solid #333;
    font-family: 'Poppins';
    font-weight: normal;
    font-style: normal;
}
.srchform .btn-secondary {
    background: #333;
    border-color: #333;
    color: #fff;
    height: 36px;
    width: 36px;
    padding: 0;
}
.srchform .btn-secondary {
    color: #fff;
}
.post-thumbnail {
    margin-bottom: 20px;
}
.post-thumbnail > img.attachment-post-thumbnail {
    padding: 4px;
    border: 1px solid #f1f1f1;
    border-radius: 4px;
    width: 100%;
}
.single .entry-content,
.archive .entry-content {
    float: none !important;
    width: 100% !important;
}
.single .entry-footer,
.archive .entry-footer {
    margin-top: 0 !important;
    float: none !important;
    width: 100% !important;
    padding: 5px;
    background: #f1f1f1;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 20px;
}
.entry-footer .byline {
    float: left;
    margin-right: 10px;
    margin-bottom: 0 !important;
}
.comments-title,
.comment-reply-title {
    border-top: none;
    font-size: 20px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    color: #2a375e;
    margin-bottom: 20px;
}
.comment-form {
    padding-top: 0;
}
.comment-notes {
    padding: 0;
    margin: 0;
}
.comments-area,
.post-navigation {
    margin-bottom: 0;
    border: none;
}
.post-navigation a {
    padding: 0;
}
.post-navigation div + div {
    border-top: none;
}
.nav-links:after,
.nav-links:before {
    content: '';
    clear: both;
    display: table;
}
.nav-previous {
    float: left;
}
.nav-next {
    float: right;
}
.nav-links .post-title {
    display: none;
}
.btn_submit,
input[type="submit"],
input.btn_submit[type="submit"] {
    background: #0bd1ca;
    color: #fff;
    border: 1px solid #0bd1ca;
    border-radius: 4px;
    font-family: 'Poppins';
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 18px;
    padding: 10px 30px;
    display: inline-block;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn_submit:hover,
input[type="submit"]:hover,
input.btn_submit[type="submit"]:hover,
.btn_submit:focus,
input[type="submit"]:focus,
input.btn_submit[type="submit"]:focus {
    background: #222;
    border: 1px solid #222;
    color: #fff;
    outline: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.fadeUp {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
}
.fadeUp.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeLeft {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
    -ms-transform: translate(-50px, 0);
    transform: translate(-50px, 0);
}
.fadeLeft.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadeRight {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
    -ms-transform: translate(50px, 0);
    transform: translate(50px, 0);
}
.fadeRight.in-view {
    opacity: 1;
    transform: translateX(0) translateY(0) translateZ(0);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}
.fadePopup {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
}
.fadePopup.in-view {
    opacity: 1;
    transform: scale(1);
    transition: opacity 1.5s ease 0s, transform 1.5s ease 0s;
}

/* general end*/
header.header {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    border-bottom: 0;
}
.hdrinr {
    padding: 10px 0;
}
header.header.fixed {
    border-bottom: 1px solid rgba(0,0,0,0);
    background-color: rgba(11, 209, 202, 0.8);
    /*-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.1);*/
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    header.header.fixed{
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(11, 209, 202, 0.8);
    }
}
.mnutog {
    display: none;
}
nav.nav .primary-menu{
    display: flex;
    align-items: center;
    gap:20px;
}
nav.nav .primary-menu > li {
    position: relative;
}
nav.nav .primary-menu > li > a {
    font-size: 15px;
    line-height: 1.4;
    color: #fff;
}
nav.nav .primary-menu > li.current-menu-item > a {
    font-weight: bold;
}
nav.nav .primary-menu > li > ul {
    position: absolute;
    left: 0;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .1);
    background: #fff;
    z-index: 100;
    min-width: 200px;
}
nav.nav .primary-menu > li:hover > ul {
    top: 100%;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
nav.nav .primary-menu > li > ul > li > a {
    padding: 6px 15px;
    color: #333;
    display: block;
    font-size: 13px;
}
nav.nav .primary-menu > li > ul > li:hover > a {
    background: #f8f9fa;
}
.homeslider .fa-regular:before{
    font-family: "Font Awesome 6 Pro" !important;
}
big {
    font-size: 130%;
    font-weight: 300;
    line-height: 1.8;
}
.title1 {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    color: #333;
}
.title1 span {
    position: relative;
    z-index: 2;
    display: inline-block;
}
.btn1 {
    padding: 10px 30px;
    border: none;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: #0bd1ca;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap:5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn1:hover {
    color: #fff;
    background: #0bd1ca;
    letter-spacing: 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn2{
    padding: 10px 30px;
    border: none;
    line-height: 1.6;
    text-align: center;
    color: #fff;
    background: #222;
    display: inline-flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
    gap:5px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.btn2:hover {
    color: #fff;
    background: #222;
    letter-spacing: 1px;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.blg_thmb h3 {
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 5px;
}
.box-content p {
    padding: 0 0 10px;
}
.textwidget a {
    box-shadow: none !important;
}
iframe {
    margin: 0;
}
.blg_thmbimg img {
    width: 100%;
}
.blg_thmb {
    overflow: hidden;
}
.cpy {
    background: #0bd1ca;
    color: #fff;
    font-size: 12px;
}
.cpy p {
    padding: 0;
}
footer.footer {
    width: 100%;
    padding: 0;
    font-size: 14px;
    color: #fff;
    background: #171717;
}
footer.footer a{
    color: #fff;
}
footer.footer a:hover, footer.footer strong, footer.footer b{
    color: #0bd1ca;
}
footer.footer h3{
    color: #fff;
    font-size: 16px;
    padding-bottom: 7px;
    margin-bottom: 20px;
}
footer.footer h3:after{
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: #0bd1ca;
    margin-top: 5px;
}
.ftr-menu li{
    margin-bottom: 5px;
    position: relative;
    padding-left: 15px;
}
.ftr-menu li:after{
    position: absolute;
    top: 0;
    left: 0;
    color: #0bd1ca;
    content: "\f0da";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
}
.ftr-menu li a{
    color: #fff;
}
.ftr-menu li a:hover{
    color: #0bd1ca;
}
.input-group {
    flex-wrap: nowrap;
}
.wpcf7-form > p {
    padding: 0;
    position: relative;
}
.input-group-append {
    position: relative;
}
.ajax-loader {
    position: absolute;
    top: 5px;
    right: 5px;
    margin: 0;
}
.wpcf7-form-control-wrap {
    width: 100%;
}
.wpcf7-spinner {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}
.accordion .card-header:after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f068";
    float: right;
}
.accordion .card-header.collapsed:after {
    content: "\f067";
}
.form-control {
    background-color: #fff !important;
}
textarea.form-control {
    height: 100px;
}
#mouse-scroll {
    style: block;
}
#mouse-scroll {
    position: relative;
}
#mouse-scroll span {
    display: block;
    width: 5px;
    height: 5px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    transform: rotate(45deg);
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    margin: 0 0 3px 5px;
}
#mouse-scroll .mouse {
    height: 21px;
    width: 14px;
    border-radius: 10px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 2px solid #ffffff;
    top: 170px;
}
#mouse-scroll .down-arrow-1 {
    margin-top: 6px;
}
#mouse-scroll .down-arrow-1,
#mouse-scroll .down-arrow-2,
#mouse-scroll .down-arrow-3 {
    -webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite:
}
#mouse-croll .down-arrow-1 {
    -webkit-animation-delay: .1s;
    -moz-animation-delay: .1s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-2 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .down-arrow-3 {
    -webkit-animation-delay: .3s;
    -moz-animation-dekay: .3s;
    -webkit-animation-direction: alternate;
}
#mouse-scroll .mouse-in {
    height: 5px;
    width: 2px;
    display: block;
    margin: 5px auto;
    background: #ffffff;
    position: relative;
}
#mouse-scroll .mouse-in {
    -webkit-animation: animated-mouse 1.2s ease infinite;
    moz-animation: mouse-animated 1.2s ease infinite;
}
@-webkit-keyframes animated-mouse {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(6px);
        -ms-transform: translateY(6px);
        transform: translateY(6px);
    }
}
@-webkit-keyframes mouse-scroll {
    0% {
        opacity: 1;
    }
    50% {
        opacity: .5;
    }
    100% {
        opacity: 1;
    }
}
@keyframes mouse-scroll {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}
.homeslider{
    z-index: 2;
    border-radius: 0 0 50px 50px;
}
.downarwanimation{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 10px;
    z-index: 1;
}
.abtimg{
    position: relative;
    border-radius:50%;
    padding: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0bd1ca;
    width:400px;
    height:400px;
}
.abtimg img{
    width: 100%;
    border-radius: 100%;
}
.abtimgcircle{
  width:30px;
  height:30px;
  background:#0bd1ca;
  border-radius:50%;
  position:absolute;
  top:0; bottom:0; left:0;right:0;
  overflow:hidden;
  margin:auto;
  animation: circle 6s linear infinite;
}

@keyframes circle{
  0%{
    transform:rotate(0deg)
              translate(-200px)
              rotate(0deg);
  }
  100%{
    transform:rotate(360deg)
              translate(-200px)
              rotate(-360deg);
  }
}
.titsml{
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    color: #0bd1ca;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap:10px;
}
.titsml:after{
    content: '';
    display: block;
    height: 2px;
    width: 50px;
    background: #0bd1ca;
}
.primesec{
    background: #e6fafa;
}
.primeico{
    min-width: 60px;
    min-height: 60px;
    max-height: 60px;
    max-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #0bd1ca;
}
.primeico img{
    width: 100%;
}
.primethmb h3{
    font-size: 18px;
}
.primethmb p{
    padding: 0;
}
.pancreatologyimg{
    position: relative;
    z-index: 2;
}
.pancreatologyimg:after{
    z-index: -1;
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #e6fafa;
    left: -30px;
    top: -30px;
}
.joinsec{
    background: #0bd1ca;
}
.box-content h4{
    font-size: 16px;
}
.box-content{
    font-size: 14px;
}
.box-content .d-flex{
    font-size: 12px;
    font-weight: bold;
    color: #222;
}
.box-content .d-flex a{
    font-size: 12px;
    font-weight: bold;
    color: #0bd1ca;
}
.wpcf7-form p{
    padding: 0;
}
.modal-header .btn-close{
    background: #fff !important;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    opacity: 1;
}
.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 1;
}
.wpcf7 form .wpcf7-response-output {
    margin: 5px 0 0;
    font-size: 12px;
}
.subsfrm .input-group p{
    flex-wrap: nowrap;
    display: flex;
}
.subsfrm .wpcf7-form-control-wrap{
    display: block;
}
.subsfrm .btn_submit{
    height: 40px;
    width: 40px;
    font-size: 0 !important;
    border-radius: 0 4px 4px 0 !important;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
    background-color: #0bd1ca !important;
    background-position: center center !important;
    background-size: 20px auto !important;
    background-repeat: no-repeat !important;
    background-image: url(images/mail-ico.svg) !important;
}
.subsfrm .form-control{
    font-size: 14px;
    height: 40px;
    border-radius: 4px 0 0 4px !imporatnt;
    border: none !important;
    box-shadow: none !important;
}
.subsfrm .wpcf7 form .wpcf7-response-output{
    margin-top: 15px;
}
.subsfrm .wpcf7-not-valid-tip{
    color: #fff;
}
.innerpagebanner{
    position: relative;
    z-index: 2;
	padding-top: 100px !important;
}
.innerpagebanner:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 24%);
    width: 100%;
    height: 100%;
    z-index: -1;
}
.innerpagebanner h1, .innerpagebanner h2{
    color: #fff;
}
.innerpagebanner big{
    background-color: rgba(11, 209, 202, 0.5);
    border-radius: 10px;
    color: #fff;
	font-size: 18px;
}
.innerpagebanner big p{
	padding: 0;
}
@supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .innerpagebanner big{
      -webkit-backdrop-filter: blur(10px);
      backdrop-filter: blur(10px);
      background-color: rgba(11, 209, 202, 0.5);
    }
}
a.logo img {
    width: 300px;
	transition: all 0.5s;
}
.fixed a.logo img {
    width: 230px;
}
.aboutdocimgcnt img {
    border-radius: 100%;
    transition: all 0.5s;
}
.aboutdocimgcnt .bordercrl{
	border: #0bd1ca 2px solid;
}
.bordercrl:hover img{
	transform: scale(1.2);
}
.memberform {
    border-top: #0dc2c5 3px solid;
    border-bottom: #0dc2c5 3px solid;
}
header.entry-header .entry-title {
    display: none;
}


/* Media Query*/

@media only screen and (min-width: 992px) and (max-width:1169px) {}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .entry-summary,
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-footer,
    #comments,
    .navigation.post-navigation {
        margin: 0 0 15px 0 !important;
    }
    .entry-title {
        font-size: 24px;
        line-height: 1.2;
    }
    .abtimg{
        width:300px;
        height:300px;
    }
    @keyframes circle{
      0%{
        transform:rotate(0deg)
                  translate(-150px)
                  rotate(0deg);
      }
      100%{
        transform:rotate(360deg)
                  translate(-150px)
                  rotate(-360deg);
      }
    }
}

@media screen and (max-width: 991px) {
    nav.nav {
        position: fixed;
        right: 100%;
        width: 100%;
        top: 0;
        height: 100%;
        background: rgba(0, 0, 0, 0);
        z-index: 999;
        display: flex;
        width: 100%;
        height: 100%;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    header.header.active nav.nav {
        right: 0;
    }
    nav.nav .menu-main-menu-container {
        width: 250px;
        background: #0bd1ca;
        height: 100vh;
        overflow: auto;
    }
    nav.nav .mnucls {
        background: rgba(0, 0, 0, 0.4);
        width: calc(100% - 250px);
        height: 100vh;
        display: block;
    }
    @supports ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
        nav.nav .mnucls{
          -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
          background-color: rgba(0, 0, 0, 0.4);
        }
    }
    nav.nav .primary-menu {
        display: block;
    }
    nav.nav .primary-menu {
        height: 100%;
        padding-top: 30px;
    }
    nav.nav .primary-menu > li {
        display: block;
        margin: 0;
    }
    nav.nav .primary-menu > li > a {
        margin: 0;
        font-size: 13px;
        font-weight: 400;
        padding: 10px 15px;
        display: block;
    }
    nav.nav .primary-menu > li > ul {
        position: static;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
    }
    nav.nav .primary-menu > li > ul > li a {
        padding-left: 30px;
    }
    .mnutog {
        display: block;
        margin-left: 15px;
        color: #333;
    }
}

@media screen and (max-width: 767px) {
    .abtimg{
        width:300px;
        height:300px;
        margin: 0 auto !important;
    }
    .abtsec .col-md-6.fadeLeft{
        display: flex;
    }
    @keyframes circle{
      0%{
        transform:rotate(0deg)
                  translate(-150px)
                  rotate(0deg);
      }
      100%{
        transform:rotate(360deg)
                  translate(-150px)
                  rotate(-360deg);
      }
    }
    .logo img {
        width: 120px;
    }
    big {
        font-size: 120%;
        font-weight: 300;
    }
    .entry-summary,
    .entry-header,
    .post-thumbnail,
    .entry-content,
    .entry-footer,
    #comments,
    .navigation.post-navigation {
        margin: 0 0 15px 0 !important;
        width: 100%;
    }
    .entry-title {
        font-size: 24px;
        line-height: 1.2;
    }
    h2 {
        font-size: 30px;
    }
    h1 {
        font-size: 40px;
    }
}
