<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: Lora;
    src: url(../fonts/Lora-Regular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "iconfont";
    src: url('../fonts/iconfont.woff') format('woff');
}

.iconfont {
    font-family: "iconfont" !important;
    font-style: normal;
}

.icon-right:before {
    content: "\e670";
}

.icon-phone1:before {
    content: "\e634";
}

.icon-googleplus:before {
    content: "\e87b";
}

.icon-Youtube:before {
    content: "\e880";
}

.icon-facebook:before {
    content: "\e630";
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
	font-family: Lora;
}

body {
    margin: 0;
    font-family: Lora !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
}

h2,
h3,
h4,
h5 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h2 {
    font-size: calc(1.325rem+.9vw)
}

@media(min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem+.6vw)
}

@media(min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem+.3vw)
}

@media(min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    padding-left: 2rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

small {
    font-size: .875em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

img {
    width: 100%;
    vertical-align: middle
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
textarea {
    margin: 0;
    font-size: inherit;
    line-height: inherit
}


.container {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media(min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media(min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media(min-width:992px) {
    .container {
        max-width: 960px
    }
}

@media(min-width:1200px) {
    .container {
        max-width: 1140px
    }
}

@media(min-width:1400px) {
    .container {
        max-width: 1200px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row&gt;* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.gy-0 {
    --bs-gutter-y: 0
}

.g-4 {
    --bs-gutter-x: 1.5rem
}

.g-4 {
    --bs-gutter-y: 1.5rem
}

@media(min-width:576px) {
    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }
}

@media(min-width:768px) {
    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }
}

@media(min-width:992px) {
    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }
}

@media(min-width:1200px) {
    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25)
}

.pagination {
    display: flex;
    padding-left: 0;
    list-style: none
}

.visually-hidden-focusable:not(:focus):not(:focus-within) {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important
}

.justify-content-center {
    justify-content: center !important
}

.justify-content-between {
    justify-content: space-between !important
}

.align-items-center {
    align-items: center !important
}

.p-0 {
    padding: 0 !important
}

.text-white {
    color: #fff !important
}

@media(min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

:root {
    --theme-color: #1d6970;
    --theme-one: #fa8fc1;
    --theme-two: #99754566;
    --primary-color: #231d70;
    --section-bg: #1d6970;
    --section-bg-two: #fff9f5;
    --button-color: #1d6970;
    --secoundary-color: #1e19cf;
    --secoundary-one: #2f16;
    --white-color: #fff;
    --black-color: #170808;
    --ratting-color: #ffd247;
    --pragraph-color: #3f3a75;
    --box-bg: #242471;
    --border-color: #a2a6c7;
    --radius: #3e3ec9;
    --border: #6100ff;
    --border-two: #e8dff8;
    --placehol: #b0bcde
}

body {
    color: var(--white-color);
    padding: 0;
    margin: 0;
    background: var(--white-color);
    overflow-x: auto
}

h2,
h3,
h4,
h5 {
    color: var(--theme-color);
}

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

h2 {
    font-weight: 700;
    font-size: 27px;
    line-height: 30px;
    margin-top: -12px;
}

h3 {
    font-size: 27px;
    line-height: 30px;
}

h4 {
    font-size: 25px;
    line-height: 40px;
}

h5 {
    font-size: 20px;
    line-height: 30px;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none
}

a {
    text-decoration: none;
    margin: 0;
    color: var(--theme-color);
}

a:hover {
    text-decoration: none;
    color: var(--theme-color)
}

input:focus {
    color: var(--white-color)
}

p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 0;
    color: var(--pragraph-color);
}

.pt-120 {
    padding-top: 150px
}

.pb-120 {
    padding-bottom: 60px
}

@media screen and (max-width:991px) {
    .pt-120 {
        padding-top: 80px
    }

    .pb-120 {
        padding-bottom: 80px
    }

    .main-menu{
        display: none;
    }
}

@media screen and (max-width:767px) {
    .pt-120 {
        padding-top: 70px
    }

    .pb-120 {
        padding-bottom: 70px
    }
}

@media screen and (max-width:575px) {
    .pt-120 {
        padding-top: 68px
    }

    footer.pt-120 {
        padding-top: 40px
    }

    .pb-120 {
        padding-bottom: 60px
    }

    p {
        font-size: 16px;
        line-height: 26px
    }
}

.section-bg {
    background: var(--section-bg)
}

.section-center {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 50px
}

.section-header {
    position: relative
}

.section-header .section-title {
    font-weight: 700;
    color: var(--theme-color);
    margin-bottom: 5px
}

.section-header .p {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
    color: var(--pragraph-color)
}

@media screen and (max-width:991px) {
    .section-center {
        margin: 0 auto 40px
    }
}

@media screen and (max-width:767px) {
    .section-center {
        margin: 0 auto 10px
    }

    .section-header p {
        font-size: 17px
    }
}

@media screen and (max-width:575px) {
    .section-header p {
        font-size: 16px;
        margin-bottom: 0;
    }
}

.footer-section {
    overflow: hidden
}

.footer-top .widget-items .footer-head {
    margin-bottom: 28px
}

.footer-top .widget-items .footer-head .title {
    font-weight: 600;
    color: var(--white-color)
}

.footer-top .widget-items .content-area p {
    color: var(--white-color);
    margin-top: -5px;
    margin-bottom: 22px
}

.footer-top .widget-items .content-area .quick-link li {
    display: flex;
    align-items: center;
    transition: all .5s;
}

.footer-top .widget-items .content-area .quick-link li:not(:last-child) {
    margin-bottom: 9px
}

.footer-top .widget-items .content-area .quick-link li a {
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--white-color);
    transition: all .5s;
    margin-left: 5px;
    font-weight: 400
}

.footer-top .widget-items .content-area .quick-link li a i {
    margin-right: -24px;
    font-size: 20px;
    opacity: 0;
    transition: all .3s
}

.footer-top .widget-items .content-area .quick-link li:hover a i {
    opacity: 1;
    margin-right: 5px
}

.footer-top .widget-items .content-area .contact li {
    background-color: #f5f4ff;
    border-radius: 10px;
    padding: 15px 20px;
    display: flex;
    align-items: center
}

.footer-top .widget-items .content-area .contact li:not(:last-child) {
    margin-bottom: 25px
}

.footer-top .widget-items .content-area .contact li .phone-icon {
    width: 60px;
    height: 60px;
    background: var(--button-color);
    line-height: 60px;
    text-align: center;
    border-radius: 5px
}

.footer-top .widget-items .content-area .contact li .email-part {
    width: calc(100% - 60px);
    font-size: 18px;
    line-height: 23.4px;
    transition: all .3s;
    color: var(--theme-color);
    font-weight: 600;
    padding-left: 25px
}

.footer-top .widget-items .content-area .contact li .email-part span {
    color: var(--theme-color);
    display: block;
    margin-bottom: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px
}

.footer-top .widget-items .content-area .contact li:hover a {
    color: var(--secoundary-color)
}

.footer-top .widget-items .content-area .social {
    display: flex;
    align-items: center
}

.footer-top .widget-items .content-area .social li:not(:last-child) {
    margin-right: 10px
}

.footer-top .widget-items .content-area .social li .icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    transition: all .3s;
    display: block;
    border-radius: 4px;
    background: var(--white-color);
    border: unset
}

.footer-top .widget-items .content-area .social li .icon:hover {
    background: var(--button-color)
}

.footer-top .widget-items .content-area .social li .icon:hover i {
    color: var(--white-color)
}

.footer-top .widget-items .content-area .social li .icon i {
    color: var(--theme-color)
}

.footer-bottom {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    border-top: 1px solid var(--border-color);
    padding: 30px 0
}

.footer-bottom a{
    color: inherit;
}

.footer-bottom .footer-bottom-link {
    display: flex;
    align-items: center
}

.footer-bottom .footer-bottom-link li:not(:last-child) {
    margin-right: 12px
}

.footer-bottom .footer-bottom-link li a {
    color: var(--white-color);
    font-size: 18px;
    font-weight: 500;
    display: block;
    transition: all .3s
}

.header-section {
    width: 100%;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0
}

.menu-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999999;
    transition: all .9s;
    background-color: #f5f4ff;
    box-shadow: 0 -31px 32px 9px #234DD4
}

.header-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    transition: all .9s;
    padding: 21px 0 21px
}

.header-wrapper .logo-menu {
    max-width: 160px;
    height: auto
}

.header-wrapper .main-menu {
    display: flex;
    align-items: center;
    top: 46px;
}

.header-wrapper .main-menu li {
    transition: all .6s;
    position: relative
}

.header-wrapper .main-menu li:not(:last-child) {
    margin-right: 30px
}

.header-wrapper .main-menu li a {
    color: var(--theme-color);
    font-weight: 600;
    font-size: 18px;
    transition: all .3s
}

.header-wrapper .main-menu li a:hover {
    color: var(--secoundary-color)
}

.protfolio-items {
    border-radius: 20px;
    padding: 25px;
    border: 1px solid var(--border-two);
    transition: .8s
}

.protfolio-items .protfolio-thumb {
    width: 100%;
    transition: all .3s
}

.protfolio-items .protfolio-thumb img {
    width: 100%;
    height: 100%
}

.protfolio-items .protfolio-content {
    padding: 30px 0 0
}

.protfolio-items .protfolio-content .title {
    font-weight: 600;
    margin-bottom: 0
}

.protfolio-items .protfolio-content h5 {
    font-weight: 600;
    margin-bottom: 21px;
    color: var(--pragraph-color)
}

.protfolio-items .protfolio-content h5 a {
    color: var(--theme-color)
}

.protfolio-items:hover {
    transform: translateY(10px)
}

.protfolio-items:hover .protfolio-thumb {
    transform: rotate(3deg)
}

.protfolio-items.touch-items {
    background: var(--white-color)
}

.protfolio-items.touch-items h5 {
    font-weight: 500;
    margin-bottom: 0
}

.protfolio-items.touch-items .protfolio-content {
    padding: 10px 0 0 0
}

.protfolio-items.touch-items .protfolio-thumb {
    overflow: visible;
    position: relative
}

.protfolio-items.touch-items .protfolio-thumb .article-btn {
    position: absolute;
    right: 5px;
    bottom: -55px
}

header .cmn--btn{
    padding: 14px 29px 15px;
}

.article-btn{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.article-btn h5{
    font-size: 16px;
}

section .cmn--btn {
    padding: 8px 25px;
    background-color: var(--white-color) !important;
    border: 1px solid var(--white-color) !important;
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25);
    color: var(--theme-color) !important;
    font-size: 16px;
    margin-right: 10px
}

.protfolio-items.touch-items .protfolio-thumb a img {
    transition: all .5s
}

.protfolio-items.touch-items:hover {
    transform: translateY(0px)
}

.protfolio-items.touch-items:hover .protfolio-thumb {
    transform: rotate(0deg)
}

.right-contact {
    margin: 0 0 0 auto
}

.contact-form-right {
    border: 1px solid var(--border);
    border-radius: 20px;
    padding: 15px 25px 30px
}

.contact-form-right .contact {
    margin-bottom: 35px
}

.contact-form-right .contact li {
    display: flex;
    align-items: center;
    background-color: #f5f4ff;
    border-radius: 10px;
    padding: 15px 15px
}

.contact-form-right .contact li:not(:last-child) {
    margin-bottom: 25px
}

.contact-form-right .contact li .phone-icon {
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--button-color);
    border-radius: 10px;
    margin-right: 15px
}

.contact-form-right .contact li .email-part {
    font-size: 18px;
    font-weight: 600;
    display: block
}

.contact-form-right .contact li .email-part span {
    display: block;
    font-weight: 400
}

.contact-form-right .found {
    padding-top: 25px;
    border-top: 1px solid #b2aafb
}

.contact-form-right .found h5 {
    font-weight: 600;
    color: var(--theme-color);
    margin-bottom: 15px
}

.contact-form-right .found .social {
    display: flex;
    align-items: center
}

.contact-form-right .found .social li:not(:last-child) {
    margin-right: 10px
}

.contact-form-right .found .social li .icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    transition: all .3s;
    display: block;
    border-radius: 4px;
    border: 1px solid #b2aafb
}

.contact-form-right .found .social li .icon:hover {
    background: var(--button-color)
}

.contact-form-right .found .social li .icon:hover i {
    color: var(--white-color)
}

#form {
    border-radius: 20px;
    background-color: var(--white-color);
    box-shadow: 0 5px 15.52px .48px rgba(0, 0, 0, 0.27);
    padding: 30px 30px;
    position: relative
}

#form .form-control {
    padding: unset;
    border: 0;
    margin-bottom: 10px;
    padding-bottom: 20px;
    position: relative
}

#form .form-control input {
    box-shadow: none;
    outline: 0;
    border: 0;
    border-radius: 0;
    background-color: #f5f4ff;
    border: 1px solid var(--border);
    color: var(--theme-color);
    padding: 13px 15px 15px;
    border-radius: 10px;
    width: 100%
}

#form .form-control label {
    color: var(--theme-color);
    font-size: 18px;
    font-weight: 600;
    display: block;
    margin-bottom: 15px
}

#form .form-control textarea {
    box-shadow: none;
    outline: 0;
    border: 0;
    width: 100%;
    border-radius: 0;
    background-color: #f5f4ff;
    border: 1px solid var(--border);
    color: var(--theme-color);
    padding: 15px 15px 15px 20px;
    border-radius: 10px
}

#form .form-control textarea:focus {
    outline: 0;
    border-color: none
}

#form .form-control input:focus {
    outline: 0;
    border-color: none
}

#form .form-control small {
    color: #e74c3c;
    position: absolute;
    bottom: 0;
    left: 0;
    visibility: hidden
}

#form .thank_you p {
    position: absolute;
    bottom: 25px;
    right: 0;
    color: green;
    animation: scaleone .5s linear;
    transition: all .5s;
    display: none
}

@keyframes scaleone {
    0% {
        transform: scale(0.8)
    }

    100% {
        transform: scale(1)
    }
}

.blog-section .item {
    width: 100%;
    display: block;
    margin-right: 2px;
    color: white;
    opacity: 1;
    transition: .3s;
    margin-bottom: 25px
}

.blog-section button {
    outline: 0;
    border: 0;
    margin-bottom: 10px
}

.blog-right-wrapper {
    border-radius: 20px;
    padding: 25px 25px;
    background-color: var(--white-color);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25)
}

.blog-right-wrapper .latest {
    border-bottom: 1px solid #7a77d3;
    padding-bottom: 10px
}

.blog-right-wrapper .post-wrapper {
    margin-top: 30px
}

.blog-right-wrapper .post-wrapper li {
    display: flex;
    align-items: center
}

.blog-right-wrapper .post-wrapper li:not(:last-child) {
    margin-bottom: 25px
}

.blog-right-wrapper .post-wrapper li a {
    display: block;
    font-weight: 600;
    font-size: 18px
}

.email-box {
    border-radius: 20px;
    padding: 25px 25px;
    background-color: var(--white-color);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25);
    margin-top: 30px
}

.email-box h4 {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 15px
}

.email-box form {
    position: relative
}

.email-box form input {
    box-shadow: none;
    outline: 0;
    border: 0;
    position: relative;
    border-radius: 10px;
    background: transparent;
    border: 1px solid var(--button-color);
    width: 100%;
    padding: 19px 75px 20px 10px;
    color: var(--theme-color)
}

.email-box form .icon {
    position: absolute;
    right: 10px;
    top: 12px;
    width: 60px;
    height: 40px;
    background: var(--button-color);
    border-radius: 10px;
    text-align: center;
    line-height: 40px
}

.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 15px
}

.pagination li {
    margin: 5px 5px 5px 5px
}

.pagination li a {
    display: block;
    padding: 10px 15px;
    border-radius: 5px;
    color: var(--theme-color);
    font-weight: 600;
    border: 1px solid var(--button-color);
    transition: all .3s
}

.pagination li a:hover {
    color: var(--white-color);
    background-color: var(--button-color)
}

.pagination li .hob {
    background-color: var(--button-color);
    color: var(--white-color)
}

.detail-date span{
    margin-right: 20px;
}

.blog-details-wrapper .details-thumb {
    width: 100%
}

.blog-details-wrapper .details-thumb img {
    width: 100%;
    height: 100%
}

.blog-details-wrapper .details-content {
    padding: 10px 0
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .detail-date {
    margin: 0 0 10px
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .detail-date span {
    color: var(--theme-color);
    font-size: 18px
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .social {
    display: flex;
    align-items: center
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .social li:not(:last-child) {
    margin-right: 10px
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .social li .icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    border: 1px solid var(--border-color);
    transition: all .3s;
    display: block;
    border-radius: 4px
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .social li .icon:hover {
    background: var(--button-color)
}

.blog-details-wrapper .details-content .details-box-one .date-wrapper .social li .icon:hover i {
    color: var(--white-color)
}

.blog-details-wrapper .details-content .details-box-one .section-header h2 {
    margin-bottom: 15px
}

.blog-details-wrapper .details-content .details-box-one .section-header p {
    margin-bottom: 0
}

.blog-details-wrapper .details-content .details-box-one .section-header .text1 {
    margin-bottom: 25px
}

.blog-details-wrapper .details-content .details-box-one .section-header .text25 {
    margin-bottom: 13px
}

.blog-details-wrapper .details-content .details-box-one .section-header-two {
    margin-top: 50px
}

.blog-details-wrapper .details-content .details-box-one .list li {
    color: var(--pragraph-color);
    font-size: 18px;
    font-weight: 500
}

.blog-details-wrapper .details-content .details-box-one .list li:not(:last-child) {
    margin-bottom: 8px
}

.blog-details-wrapper .details-content .details-box-one h5 {
    margin-top: 45px;
    border-radius: 20px;
    background-color: var(--white-color);
    box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.25);
    padding: 70px 70px;
    font-weight: 600
}

.cmn--btn {
	font-family: Lora;
    border-radius: 10px;
    padding: 5px 15px;
    font-size: 18px;
    font-weight: 600;
    line-height: 23.4px;
    display: inline-block;
    color: var(--white-color);
    text-transform: capitalize;
    transition: all .3s;
    background: var(--button-color);
    border: 1px solid var(--button-color);
    position: relative;
    overflow: hidden;
    z-index: 1
}

.cmn--btn:hover {
    background-color: transparent;
    border: 1px solid var(--border);
    color: var(--theme-color)
}

@media screen and (max-width:1199px) {

    h2 {
        font-size: 54px;
        line-height: 68.1px
    }

    h3 {
        font-size: 38px;
        line-height: 49px
    }

    h5 {
        font-size: 22px;
        line-height: 29.2px
    }
}

@media screen and (max-width:991px) {
    .header-wrapper .main-menu {
        position: fixed;
        display: none !important;
    }

    .protfolio-items.touch-items .protfolio-thumb .article-btn {
        bottom: -45px
    }

    .protfolio-items.touch-items .protfolio-thumb .article-btn .cmn--btn{
        padding: 5px 10px;
    }

    .header-wrapper .main-menu.active {
        display: flex !important;
        flex-direction: column;
        margin: 0;
    }

    .header-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        transition: all .9s;
        padding: 8px 0;
    }

    h2 {
        font-size: 39px;
        line-height: 58.1px
    }

    h3 {
        font-size: 34px;
        line-height: 42px
    }

    h4 {
        font-size: 29px;
        line-height: 50.2px
    }
}

@media screen and (max-width:767px) {

    h5 {
        font-size: 19px;
        line-height: 29.2px
    }

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

@media screen and (max-width:575px) {

    h2 {
        font-size: 36px;
        line-height: 54.1px
    }

    h3 {
        font-size: 30px;
        line-height: 38px
    }

    h4 {
        font-size: 22px;
        line-height: 38.2px
    }
}

@media screen and (max-width:500px) {

    h2 {
        font-size: 30px;
        line-height: 44.1px
    }

    h5 {
        font-size: 20px;
        line-height: 24.2px
    }
}

@media screen and (max-width:420px) {

    h2 {
        font-size: 20px;
        line-height: 24px
    }

    h3 {
        font-size: 22px;
        line-height: 34px;
        font-weight: 600
    }

    h4 {
        font-size: 19px;
        line-height: 30.2px
    }

    h5 {
        font-size: 18px;
        line-height: 27.2px
    }

    p {
        font-size: 16px
    }
}

@media screen and (max-width:991px) {
    .header-section {
        background-color: #f5f4ff
    }

    .header-wrapper .cmn--btn {
        display: none
    }

    .main-menu {
        position: absolute;
        top: 100%;
        width: 100%;
        display: inline !important;
        left: 0;
        margin-top: 20px;
        z-index: 999;
        padding: 15px 15px;
        background: var(--white-color);
        transition: all 2s !important;
        transform-origin: top;
        max-height: calc(100vh - 130px);
        overflow-y: auto;
        border-radius: 10px
    }

    .main-menu li {
        width: 100%;
        border: 1px solid var(--border);
        border-radius: 10px
    }

    .main-menu li:not(:last-child) {
        margin-right: 0 !important;
        margin-bottom: 10px
    }

    .main-menu li a {
        display: block;
        padding: 14px 10px;
        font-size: 17px
    }

    .header-bar {
        position: relative;
        width: 25px;
        height: 20px
    }

    .header-bar span {
        position: absolute;
        width: 100%;
        height: 3px;
        display: inline-block;
        transition: all .3s;
        left: 0;
        background: var(--theme-color)
    }

    .header-bar span:first-child {
        top: 0;
        background: var(--theme-color)
    }

    .header-bar span:nth-child(2) {
        top: 44%;
        background: var(--theme-color)
    }

    .header-bar span:last-child {
        bottom: 0;
        background: var(--theme-color)
    }

    .header-bar.active span:first-child {
        transform: rotate(45deg) translate(3px, 9px)
    }

    .header-bar.active span:nth-child(2) {
        opacity: 0
    }

    .header-bar.active span:last-child {
        transform: rotate(-45deg) translate(3px, -9px)
    }

    .header-bar:hover {
        cursor: pointer
    }
}

@media screen and (max-width:1399px) {
    .protfolio-items .protfolio-content h5 {
        font-size: 22px
    }

    .blog-right-wrapper {
        padding: 25px 15px
    }

    .blog-right-wrapper .post-wrapper li a {
        font-size: 16px
    }
}

@media screen and (max-width:1199px) {

    .protfolio-items {
        padding: 25px 20px
    }

    .protfolio-items .protfolio-content {
        padding: 25px 0 0;
    }

    .protfolio-items .protfolio-content h5 {
        font-size: 20px
    }

    .blog-right-wrapper {
        padding: 25px 15px
    }

    .blog-right-wrapper .post-wrapper li a {
        font-size: 16px
    }

    .blog-details-wrapper .details-content {
        padding: 35px 80px
    }

    .blog-details-wrapper .details-content .details-box-one .section-header-two {
        margin-top: 30px
    }

    .blog-details-wrapper .details-content .details-box-one h5 {
        margin-top: 40px
    }
}

@media screen and (max-width:991px) {

    .form-area-left {
        margin-bottom: 30px
    }

    .pagination {
        margin-top: 1px
    }

    .blog-right-wrapper {
        margin-top: 35px
    }

    .blog-details-wrapper .details-content {
        padding: 35px 0
    }

    .blog-details-wrapper .details-content .details-box-one .section-header .text1 {
        margin-bottom: 10px
    }

    .blog-details-wrapper .details-content .details-box-one .section-header-two {
        margin-top: 30px
    }

    .blog-details-wrapper .details-content .details-box-one h5 {
        margin-top: 34px
    }
}

@media screen and (max-width:767px) {

    .blog-details-wrapper .details-content {
        padding: 10px 0 30px
    }

    .blog-details-wrapper .details-content .details-box-one .date-wrapper {
        margin-bottom: 25px
    }

    .blog-details-wrapper .details-content .details-box-one .section-header .text1 {
        margin-bottom: 10px
    }

    .blog-details-wrapper .details-content .details-box-one .section-header-two {
        margin-top: 25px
    }

    .blog-details-wrapper .details-content .details-box-one h5 {
        margin: 20px 0;
        padding: 20px
    }

    .blog-details-wrapper{
        padding: 0 10px;
    }
}

@media screen and (max-width:575px) {

    .form-area-left {
        padding: 25px 15px
    }

    .pagination {
        margin-top: 0
    }
}

@media screen and (max-width:420px) {

    .protfolio-items {
        padding: 15px
    }

    .protfolio-items.touch-items .protfolio-content {
        padding: 10px 0 0 0;
    }

    .protfolio-items .protfolio-content {
        padding: 22px 0 0
    }

    .protfolio-items .protfolio-content h5 {
        margin-bottom: 10px;
        font-size: 20px;
        line-height: 24px;
    }

    .protfolio-items .protfolio-content h5 a {
        color: var(--theme-color)
    }

    .protfolio-items.touch-items h5 {
        margin-bottom: 20px
    }

    .contact-form-right {
        padding: 30px 15px
    }

    .contact-form-right .contact {
        margin-bottom: 30px
    }

    .contact-form-right .contact li {
        display: flex;
        align-items: center;
        background-color: #f5f4ff;
        border-radius: 10px;
        padding: 12px 10px
    }

    .contact-form-right .contact li:not(:last-child) {
        margin-bottom: 15px
    }

    .contact-form-right .contact li .phone-icon {
        width: 40px;
        height: 40px;
        line-height: 37px;
        margin-right: 10px
    }

    .contact-form-right .contact li .phone-icon img {
        width: 20px;
        height: 20px
    }

    .contact-form-right .contact li .email-part {
        font-size: 16px
    }
}

@media screen and (max-width:1399px) {
    .footer-top .widget-items .content-area .contact li {
        padding: 9px 9px
    }

    .footer-top .widget-items .content-area .contact li .phone-icon {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .footer-top .widget-items .content-area .contact li .phone-icon img {
        width: 30px
    }

    .footer-top .widget-items .content-area .contact li .email-part {
        padding-left: 10px;
        font-size: 17px
    }

    .footer-top .widget-items .content-area .contact li .email-part span {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .footer-bottom {
        justify-content: center
    }

    .footer-bottom p {
        text-align: center;
        margin-bottom: 8px
    }

    .footer-bottom .footer-bottom-link {
        text-align: center;
        justify-content: center
    }
}

@media screen and (max-width:575px) {
    .footer-top .widget-items .footer-head {
        margin-bottom: 16px
    }

    .footer-top .widget-items .content-area .quick-link li:not(:last-child) {
        margin-bottom: 5px
    }

    .footer-top .widget-items .content-area .quick-link li a {
        font-size: 16px
    }

    .footer-top .widget-items .content-area .contact li {
        max-width: 350px;
        padding: 9px 9px
    }

    .footer-top .widget-items .content-area .contact li .phone-icon {
        width: 50px;
        height: 50px;
        line-height: 50px
    }

    .footer-top .widget-items .content-area .contact li .phone-icon img {
        width: 30px
    }

    .footer-top .widget-items .content-area .contact li .email-part {
        padding-left: 10px;
        font-size: 17px
    }

    .footer-top .widget-items .content-area .contact li .email-part span {
        margin-bottom: 0
    }

    .footer-bottom {
        padding: 20px 0
    }

    .footer-bottom p {
        font-size: 15px
    }

    .footer-bottom .footer-bottom-link {
        display: flex;
        align-items: center
    }

    .footer-bottom .footer-bottom-link li:not(:last-child) {
        margin-right: 15px
    }

    .footer-bottom .footer-bottom-link li a {
        font-size: 16px
    }
}

.logo{
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    width: 220px;
}

.footer-head .logo{
    color: #fff;
}



@media (min-width:1024px) {
  .phoneCont{
    display: none !important;
  }
}

.positionFixed {
    bottom: 0px;
    left: 50%;
    position: fixed;
    transform: translate(-50%, 0%);
    z-index: 999;
    width: 100%;
    background-color: #e4e4e4;
    display: flex;
    justify-content: center;
}

.ad-div {
    margin-bottom: 20px;
    width: 100%;
    min-height: 250px;
    clear: both;
}

.t_de {
  clear: both;
    height: 0.2rem;
	width: 100%;
    max-width: 100%;
    line-height: 0.3rem;
    font-size: 0.6rem;
    padding: 0.5rem 0 1rem 0;
    box-sizing: border-box;
    color: #707070;
    text-align: center;
}

.grecaptcha-badge {
    visibility: hidden;
}</pre></body></html>