/*TABLE OF CONTENTS*/
/*=====================
01. Technice Header Top Menu Area Css
02. Technice Nav Menu Area Css 
03. Technice Slider Area Css
04. Technice Section Title Css
05. Technice Service Area css
06. Technice About Area Css
07. Technice Counter Area Css
08. Technice Case Study Area Css
09. Technice Testimonial Area Css
10. Technice Process Area Css
11. Technice Team Area Css
12. Technice Faq Area Css
13. Technice Brand Section Css
14. Technice Call Do Section Css
15. Technice Form Box Css
16. Technice Skill Area Css
17. Technice Blog Area Css
18. Technice footer Area Css
19. Technice Subscribe Area Css
20. Technice Lines CSS
21. Technice Prossess Ber Css
22. Technice Scrollup Section
23. Technice Bounce Animation Css 
24. Technice Animation Dance
25. Technice Breadcumb Area Css
26. Technice abouts_areas Css
27. Technice Feture-Area Css
28. Technice Pricing Section Css
29. Technice Web Development Section CSS
30. Technice Contact  US Css
31. Technice Blog Sidber Widget CSS
32. Technice Case Study Details Css
33. Technice Search Box Css
34. Technice Loader Css
=======================*/

:root {
    --primary: #2334de;
    --secondary: #24dde2;
    --black: #000;
    --white: #fff;
}


.header-top-area {
    background: var(--primary);
    padding: 8px 0;
}

.header-top-address span{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.header-top-address span i{
    display: inline-block;
    margin-right: 10px;
}

.header-top-address a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.header-top-address a i {
    display: inline-block;
    margin-right: 10px;
}

.header-top-social{
    text-align: right;
}

.header-top-social ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-top-social ul li{
    display: inline-block;
}

.header-top-social a {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    margin-right: 10px;
}

.header-main-menu {
    text-align: right;
}

.header-main-menu ul {
    list-style: none;
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
}

/*==============header-main-area-start=====================*/

.Technice_nav_manu {
    transition: .5s;
    z-index: 2;
    position: fixed;
    padding: 0 60px 0;
    background-color: rgb(255 255 255 / 0%);
    font-family: 'Montserrat', sans-serif;
    border-bottom: 1px solid #ffffff3b;
    width: 100%;
}

.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    transition: .5s !important;
    z-index: 922;
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    animation-name: slideInDown;
}

.sticky .Technice_menu>ul>li>a {
    color: #232323;
}

.sticky .header-main-button a {
    background: var(--primary);
}

.nav-button {
    display: inline-block;
}

.sticky .fa-bars:before{
    color: #fff;
}

.fa-bars:before {
    content: "\f0c9";
    font-size: 25px;
    margin: 0 0 0 18px;
}


/* Technice Menu Css*/
nav.Technice_menu {
    text-align: right;
    position: relative;
    z-index: 1;
    margin-left: 11px;
}

.Technice_menu ul {
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

.Technice_menu>ul>li {
    display: inline-block;
    position: relative;
    z-index: 1;
}


.Technice_menu>ul>li>a {
    text-decoration: none;
    position: relative;
    font-size: 14px;
    display: block;
    padding: 30px 18px;
    transition: .5s;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    text-transform: capitalize;
    letter-spacing: 1px;
}

.Technice_menu>ul>li>a span{
    display: inline-block;
    font-size: 11px;
}


.Technice_menu>ul>li>a:hover{
    color: var(--secondary);
}




/*Style Two Nav Menu*/

.style-two.Technice_nav_manu {
    border-bottom: 1px solid rgba(255,255,255,0.10196078431372549);
}

.style-two .Technice_menu>ul>li>a {
    color: #fff;

}

/*style two btn*/

.style-two .header-button a {
    background: rgba(16,18,16,0);
    
}

.header-main-button {
    display: inline-block;
}

.header-main-button a {
    display: inline-block;
    font-size: 14px;
    color: #ffffff;
    background: #24dde2;
    padding: 9px 25px;
    border-radius: 50px;
    transition: .5s;
    margin-left: 20px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.header-main-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: black;
    border-radius: 100px;
    transition: .5s;
    z-index: -1;
}


.header-main-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.header-main-button a:hover{
    color: #fff;
}

/*** Sub Menu Style 
==========================***/

.Technice_menu ul .sub-menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 217px;
    text-align: left;
    background: #fff;
    padding: 0;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid var(--primary);
    opacity: 0;
}

.Technice_menu ul li:hover>.sub-menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.Technice_menu ul .sub-menu li {
    position: relative;
}

.Technice_menu ul .sub-menu li a {
    text-decoration: none;
    display: block;
    padding: 12px 20px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    -webkit-transition: .1s;
    transition: .1s;
    visibility: inherit !important;
    color: #101210 !important;
}

.Technice_menu ul .sub-menu li:hover>a,
.Technice_menu ul .sub-menu .sub-menu li:hover>a,
.Technice_menu ul .sub-menu .sub-menu .sub-menu li:hover>a,
.Technice_menu ul .sub-menu .sub-menu .sub-menu .sub-menu li:hover>a {
    background-color: var(--primary);
    color: #fff !important;
}

/* sub menu 2 
=================*/

.Technice_menu ul .sub-menu .sub-menu {
    left: 100%;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.Technice_menu ul .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

/* sub menu 3 
==================*/

.Technice_menu ul .sub-menu .sub-menu li {
    position: relative;
}

.Technice_menu ul .sub-menu .sub-menu .sub-menu {
    right: 100%;
    left: auto;
    top: 130%;
    opacity: 0;
    visibility: hidden;
}

.Technice_menu ul .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

ul.sub-menu li a span {
    background-color: #ff6900;
    padding: 5px 10px;
    color: #fff;
    opacity: 1;
    border-radius: 2px;
    margin-left: 5px;
    transition: .5s;
}

ul.sub-menu li:hover a span{
    background: rgba(255,255,255, 0.20);
}

/* sub menu 4 
====================*/

.Technice_menu ul .sub-menu .sub-menu .sub-menu li {
    position: relative;
}


.Technice_menu ul .sub-menu .sub-menu .sub-menu li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    top: 0%;
}

.Technice_menu li a:hover:before {
    width: 101%;
}

.Technice_nav_manu.sticky .logo_img {
    display: none;
}

.main_sticky {
    display: none;
}

.Technice_nav_manu.sticky .main_sticky {
    display: none;
}

.mobile-menu.mean-container {
    overflow: hidden;
}

/*=============sticky-header-area-end================*/




/*=============start-home-section================*/

.home-section {
    background-image: url(../images/slider/banner.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0 40px;
    background-blend-mode: luminosity;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    display: flex;
    position: relative;
    z-index: 1;
}

.home-thumb img {
    margin: 0px;
    height: 550px;
    border-radius: 100%;
    box-shadow: -5px -5px 5px -1px #ffffff, 5px 5px 21px -1px #D2D9E4;
    border: 0px;
}

.home-title h5 {
    z-index: 13;
    background-color: rgb(40 211 223 / 36%);
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 600;
    font-size: 17px;
    padding: 5px 12px 7px 57px;
    border-radius: 4px;
    width: auto;
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 4px;
}

.home-title h5::before {
    content: "";
    position: absolute;
    top: 17px;
    left: 15px;
    height: 3px;
    width: 30px;
    background-color: #24dde2;
}

.home-title h1 {
    color: rgb(255, 255, 255);
    line-height: 90px;
    letter-spacing: 0px;
    font-weight: 100;
    font-size: 60px;
    transform-origin: 50% 50%;
    opacity: 1;
    transform: translate(0px, 0px);
    visibility: visible;
    z-index: 12;
    font-family: 'Montserrat', sans-serif;
}

.home-title h1 span{
    color: #ffffff;
    line-height: 72px;
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 70px;
    opacity: 1;
    font-family: 'Montserrat', sans-serif;
}

.home-title p {
    color: rgb(255, 255, 255);
    line-height: 29px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 18px;
    margin: 25px 0 32px;
    font-family: 'Montserrat', sans-serif;
}

.home-button ul {
    list-style: none;
}

.home-button ul li {
    display: inline-block;
    margin-right: 17px;
}

.home-button ul li a{
    position: relative;
}

.home-button ul li>a{
    display: inline-block;
    background: linear-gradient(110deg, #2334de 0%, #24dde2 100%);
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    padding: 18px 40px;
    border-radius: 30px;
    filter: brightness(100%);
    transform: translate(0px, 0px);
    opacity: 1;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s all ease-in;
}

.home-button ul li a:hover{
    background: linear-gradient(110deg, #24dde2 0%, #2334de 100%);
    color: rgb(255, 255, 255);
    transition: 0.3s all ease-in;
}


.home-button ul li p {
    color: rgb(255 255 255);
    margin: 0;
    position: relative;
    top: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 13px;
    line-height: 20px;
}

.home-button ul li span {
    font-size: 22px;
    font-weight: 800 !important;
    color: rgb(255, 255, 255);
    margin-top: 10px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.all-shape {
    position: relative;
}

.home-shape img {
    position: absolute;
    top: -352px;
    left: 0px;
}

.home-shape2 img {
    position: absolute;
    top: -259px;
    left: 333px;
}

.home-shape3 {
    position: absolute;
    top: -530px;
    left: 25px;
    background-image: url(../images/resources/banner-circle.jpg);
    background-size: cover;
    background-position: center;
    width: 510px;
    height: 510px;
}

.home-play-button {
    position: absolute;
    top: -362px;
    left: 40%;
}

.rotateme {
    animation: rotate-1 15s linear infinite;
}

@keyframes rotate-1 {
    0%{
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100%{
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.home-play-button a {
    display: inline-block;
    color: rgb(40, 118, 255);
    background-color: rgb(255, 255, 255);
    width: 100px;
    height: 100px;
    text-align: center;
    line-height: 96px;
    font-weight: 400;
    font-size: 21px;
    border-radius: 50%;
}

/*=============end-home-section================*/  



/*================start-service-section===================*/
.service-section{
    /* background-image: url(../images/resource/service_bg_1.png); */
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    padding: 100px 120px 45px;
    /* background-color: #F5F5F5; */
    background: #F3F3F8;
}

.service-title {
    margin: auto;
    text-align: center;
    position: relative;
    z-index: 99;
    margin-bottom: 45px;
}

.service-title h3 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 200;
}

.service-title span {
    font-weight: 800;
    color: #000000;
}

.service-title h2 {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 46px;
    font-weight: 800;
}

.service-single-box {
    text-align: center;
    padding: 30px 30px 29px;
    position: relative;
    border: 0px solid#FF9A62;
    border-radius: 4px;
    transition: .5s;
    margin-bottom: 30px;
    background-color: #f3f3f8;
    box-shadow: 0px 10px 30px rgb(8 14 28 / 12%);
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #D2D9E4;
    overflow: hidden;
}

.service-icon {
    font-size: 40px;
    margin: 25px 0 25px;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    /* clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%); */
    border-radius: 0px 0px 0px 100px;
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0px;
    top: -26px;
    text-align: right;
} 

.service-button a i {
    color: #FF9A62;
    font-size: 22px;
    position: relative;
    right: 150px;
    top: 2px;
    transition: .5s;
}

.service-icon img {
    width: 34px;
    right: 13px;
    position: relative;
    top: -9px;
}

.service-content h2 {
    margin: 0 0 10px 0;
    font-size: 19px;
    color: #000000;
    padding: 0;
    font-weight: 700;
    transition: all 0.5s ease 0s;
    font-family: 'Montserrat', sans-serif;
    line-height: 27px;
    min-height: 55px;
    padding-right: 78px;
}

.service-content p {
    font-size: 16px;
    font-weight: 400;
    color: #000000b3;
    font-family: 'Montserrat', sans-serif;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* Number of lines to display */
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 73px;
}

.service-button {
    margin-top: 21px;
    text-align: left;
}

.service-button a span {
    color: #2f2f2f;
    opacity: 0;
    transition: .5s;
    font-weight: 700;
    letter-spacing: 1px;
    font-size: 14px;
    transition: 0.2s all ease-in-out;
    margin-right: -41px;
    text-transform: uppercase;
    padding: 11px 53px 11px 28px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    border-radius: 100px;
}

.service-button a i{
    border-radius: 0;
    font-size: 18px;
    font-weight: 900;
    color: var(--secondary);
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff00;
    line-height: 43px;
    border-radius: 100px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    text-align: center;
}


.upper{
   border: 0px solid #2875FF;
}

.service-icon1 {
    font-size: 40px;
    margin: 25px 0 25px;
    display: inline-block;
    height: 75px;
    width: 75px;
    line-height: 75px;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    /* clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%); */
    border-radius: 6px;
    transition: all 0.5s ease 0s;
    border-radius: 0px 0px 0px 100px;
    transition: all 0.5s ease 0s;
    position: absolute;
    right: 0px;
    top: -26px;
    text-align: right;
}

.service-button1 a span{
    font-size: 14px;
    color: #2f2f2f;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    margin-right: -45px;
    text-transform: uppercase;
    padding: 11px 59px 11px 25px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    border-radius: 100px;
}

.service-icon1 img {
    width: 34px;
    right: 13px;
    position: relative;
    top: -9px;
}

.service-button1 a i{
    color: var(--secondary);
    font-size: 18px;
    position: relative;
    right: 150px;
    top: 2px;
    transition: .5s;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff00;
    line-height: 43px;
    border-radius: 100px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    text-align: center;
}

.upper1{
    border: 0px solid#54D7AF;
    background: #4ccfff;
}

.service-button2 a i{
    color: var(--secondary);
    font-size: 18px;
    position: relative;
    right: 150px;
    top: 4px;
    transition: .5s;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #00000000;
    line-height: 43px;
    border-radius: 100px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    text-align: center;
}

.service-button2 a span{
    font-size: 14px;
    color: #2f2f2f;
    opacity: 0;
    font-weight: 700;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    margin-right: -45px;
    text-transform: uppercase;
    padding: 11px 59px 11px 25px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    border-radius: 100px;
    transform: translate(10px, 10px);
}

.service-button3 a span{
    font-size: 14px;
    color: #2f2f2f;
    opacity: 0;
    font-weight: 600;
    letter-spacing: 1px;
    transition: 0.2s all ease-in-out;
    margin-right: -46px;
    text-transform: uppercase;
    padding: 11px 59px 11px 25px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    border-radius: 100px;
    transform: translate(10px, 10px);
}

.service-button3 a i{
    color: var(--secondary);
    font-size: 18px;
    position: relative;
    right: 150px;
    top: 2px;
    transition: .5s;
    width: 40px;
    height: 40px;
    display: inline-block;
    background: #ffffff00;
    line-height: 43px;
    border-radius: 100px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    text-align: center;
}

.service-single-box:hover {
    transform: translate3d(0,-9px,0);
}


.service-single-box:hover .service-button a i,
.service-single-box:hover .service-button1 a i,
.service-single-box:hover .service-button2 a i,
.service-single-box:hover .service-button3 a i{
    left: 0;
    transition: .5s;
}

.service-single-box:hover .service-button a span,
.service-single-box:hover .service-button1 a span,
.service-single-box:hover .service-button2 a span,
.service-single-box:hover .service-button3 a span{
    opacity: 1;
}

/*================end-service-section===================*/



/*================start-service-section===================*/

.service-two-section{
    background-image: url(../images/resource/service-bg\ \(1\).png);
    background-position: bottom left;
    background-repeat: repeat;
    background-size: contain;
    padding: 20px 0px;
    background-color: #f3f3f8;
}

.service-two-title h1 {
    font-size: 39px;
    font-weight: 700;
    color: rgb(7, 7, 7);
    margin-bottom: 70px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.service-two-title h1::before {
    content: '';
    position: absolute;
    height: 5px;
    width: 100px;
    top: 65px;
    left: 560px;
    bottom: -11px;
    background: #aec6ef;
}

.service-two-title h1::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -25px;
    left: 565px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.service-two-disc p {
    font-size: 16px;
    font-weight: 400;
    color: rgb(97, 97, 97);
    padding: 40px 0 0;
    font-family: 'Montserrat', sans-serif;
}

.service-two-single-box {
    padding: 30px 100px 45px 10px;
    border-radius: 10px;
    /* box-shadow: 0px 5px 61px 0px rgb(0 0 0 / 7%); */
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 0px;
    /* height: 500px; */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.service-two-single-box::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    /* background-image: url(../images/resource/box-bg2.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: .5s;
    border-radius: 10px;
    z-index: -1;
}

.service-two-single-box:hover:before{
    width: 100%;
}

.service-info p span {
    font-size: 18px;
    color: #fff;
    height: 38px;
    width: 38px;
    line-height: 38px;
    text-align: center;
    background: linear-gradient(var(--secondary), var(--primary));
    border-radius: 100%;
    margin-bottom: 18px;
    display: inline-block;
    transition: .5s;
    margin-right: 7px;
    font-family:
    'Montserrat', sans-serif;
}

.service-info p {
    font-size: 16px;
    color: #8f8f8f;
    margin: 0px;
}

.service-shape {
    position: relative;
    width: 100%;
    height: 428px;
    margin-left: -61px;
    border-radius: 10px;
    z-index: 2;
}

.service-shape img {width: 100%;height: 100%;object-fit: contain;border-radius: 10px;}

.service-two-content h2 {
    font-size: 31px;
    font-weight: 800 !important;
    color: var(--secondary);
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
}

.service-two-content p {
    font-size: 16px;
    font-weight: 400;
    color: white;
    padding: 12px 0 0;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
    line-height: 31px;
}

.service-button4 a {
    display: inline-block;
    font-size: 14px;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
    background: white;
    padding: 8px 16px;
    box-shadow: 0px 0px 20px 0px #00000017;
    font-weight: 700;
    letter-spacing: 1px;
}

.service-two-single-box:hover .service-info p,
.service-two-single-box:hover .service-two-content h2,
.service-two-single-box:hover .service-two-content p,
.service-two-single-box:hover .service-button4 a,
.service-two-single-box:hover .service-button4 a i{
    /* color: rgb(254, 254, 255); */
}


/*================end-service-section===================*/



/*==================start-pricing-section===============*/

.pricing-section {
    background-color: #f3f3f8;
    padding: 74px 100px 80px;
    /* background: radial-gradient(#ffffff 68%, #d8d8d8, #d7d7d7); */
    /* background-image: url(../images/resource/package-abstract-image.jpg); */
    background-size: 30%;
    background-position: bottom;
    background-repeat: repeat;
    background-blend-mode: overlay;
    box-shadow: 0px 0px 20px 0px #00000024;
}

.pricing-title{
    text-align: left;
}



.pricing-title h2 {
    color: #000000;
    font-size: 42px;
    font-weight: 100 !important;
    font-family: 'Montserrat', sans-serif;
    margin: 12px 0 10px;
}

.pricing-title h2 span{
    color: #000000;
    font-weight: 800;
}

.pricing-title p {
    font-size: 15px;
    font-weight: 400;
    color: #484848;
    /* margin-bottom: 75px; */
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.pricing-head {
    text-align: center;
    border-bottom: 0px solid rgba(30, 38, 109, 0.1);
    margin-bottom: 0px;
}

.pricing-single-box {
    position: relative;
    padding: 50px 0px 40px;
    border-radius: 10px;
    z-index: 1;
    transition: 1.5s all ease-in;
    margin-bottom: 30px;
    margin-top: 20px;
    background-color: #f3f3f8;
    box-shadow: -9px -9px 24px 5px #fff, 10px 11px 20px -1px #D2D9E4;
}

.pricing-single-box::before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    width: 100%;
    height: 0%;
    background: linear-gradient(134deg, var(--primary) 75%, var(--secondary));
    z-index: -1;
    border-radius: 1px;
    transition: .5s;
}


.pricing-head h5 {
    position: absolute;
    top: -10px;
    left: 50%;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    transform: translateX(-50%);
    background: black;
    padding: 10px 36px;
    box-shadow: -5px -5px 15px -1px #ffffff, 5px 7px 20px -1px #b7babe;
    border-radius: 0px 0px 31px 31px;
    border-bottom: 2px solid var(--secondary);
}

.pricing-head h3 {
    color: #562fb7;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.pricing-head p {
    color: #1e266d;
    font-family: 'Montserrat', sans-serif;
    margin: 9px 0 40px;
}

.pricing {
    margin-bottom: 30px;
    margin-top: 7px;
}

.pricing .currency {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

.pricing .tk {
    color: #000000;
    font-size: 36px;
    font-weight: 700;
}

.pricing .price-mon {
    color: #787878;
    font-size: 17px;
    font-weight: 400;
}

.pricing-boody ul {
    margin: 12px 10px;
    padding: 0;
    list-style: none;
}

.pricing-boody ul li i {
    display: inline-block;
    color: #fff;
    font-size: 7px;
    height: 17px;
    width: 17px;
    line-height: 16px;
    text-align: center;
    background: var(--secondary);
    border-radius: 50%;
    margin-right: 13px;
}

.pricing-boody ul li {
    font-weight: 600;
    color: #101010;
    margin-bottom: 0px;
    font-family: 'Montserrat', sans-serif;
    padding: 3px 24px;
    text-transform: capitalize;
    background-color: transparent;
    display: flex;
    gap: 2px;
    /* justify-content: left; */
    font-size: 15px;
    height: 51px;
    box-shadow: -5px -5px 15px -1px #fff, 5px 5px 20px -1px #D2D9E4;
    border-radius: 100px;
    margin: 13px 0px;
    align-items: center;
    line-height: 18px;
}

.price-btn a {
    display: inline-block;
    color: black;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    padding: 7px 14px;
    width: 46%;
    /* background: linear-gradient(45deg, var(--primary), var(--secondary)); */
    border: 0px solid #f5f5f5;
    border-radius: 30px;
    text-align: center;
    margin-top: 0px;
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #c2cbd9;
    margin: auto;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
}

.pricing-single-box:hover:before{
    height: 1%;
 }

 .pricing-single-box:hover .pricing-head h3,
 .pricing-single-box:hover .pricing-head p,
 .pricing-single-box:hover .currency,
 .pricing-single-box:hover .tk,
 .pricing-single-box:hover .price-mon{
 }


 .pricing-single-box:hover .pricing-boody ul li{
    color: #565656;
 }

 .pricing-single-box:hover .pricing-head h5,
 .pricing-single-box:hover .price-btn a{
    /* color: #fff; */
    /* background: #232323; */
 }

/*==================end-pricing-section===============*/


/*===============start-service-details-section===================*/

.service-details-section {
    padding: 70px 0 35px;
}

.service-details-box{
    background-image: url(../images/resource/tab2.jpg);
    padding: 60px 5px 70px 5px;
    background-repeat: no-repeat;
    background-position: center center;
 
}

.service-details-content h2 {
    text-align: center;
    font-size: 28px;
    font-weight: 800;
    line-height: 38px;
    margin: 0 0 20px;
}

.service-details-button {
    text-align: center;
}

.service-details-button a {
    font-size: 17px;
    font-weight: 700;
    fill: var(--primary);
    color: var(--primary);
    background-color: #FFFFFF;
    border-radius: 3px 3px 3px 3px;
    padding: 18px 25px 18px 25px;
    display: inline-block;
}

.service-detail-box {
    box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, 0.74);
}

.service-detail-content h4 {
    font-size: 22px;
    font-weight: 700;
}

.service-detail-menu ul {
    list-style: none;
}

.service-detail-menu ul li {
    margin: 12px 0 10px;
}

.service-detail-box {
    box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, 0.74);
    padding: 10px 15px 12px;
    border-radius: 5px;
    margin-top: 60px;
}

.service-details-thumb img {
    width: 100%;
}

.service-details-title h2 {
    font-size: 24px;
    font-weight: 700;
    margin: 20px 0 12px;
    font-family: 'Montserrat', sans-serif;
}

.service-details-title p {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.service-sub-thumb img {
    width: 100%;
}

.service-wedget-content h4 {
    font-size: 25px;
    margin: 15px 0 15px;
}

.service-wedget-info ul {
    list-style: none;
}

.service-wedget-info ul li {
    margin: 0 0 10px;
    color: #232323;
}

.service-wedget-info ul li span {
    margin-right: 9px;
    color: var(--primary);
}

.service-wedget-text h2 {
    font-size: 26px;
    margin: 20px 0 12px;
}

.service-details-image img {
    width: 100%;
}

/*===============end-service-details-section===================*/



/*=============start-team-section================*/

.team-titles h5 {
    color: var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 0 15px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.team-titles h3 {
    font-size: 39px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.team-titles h2 {
    font-size: 36px;
    text-transform: capitalize;
    margin: 0 0 30px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.team-titles h2::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    bottom: -12px;
    left: 585px;
    background: #aec6ef;
}

.team-titles h2::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -13px;
    left: 585px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}


/* team single box */

.team-single-box {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}


.team-single-thumb img {
    width: 100%;
}

.team-single-content {
    position: absolute;
    left: 36px;
    bottom: -30px;
    text-align: center;
}

.team-sub-title {
    background: var(--primary);
    text-align: center;
    padding: 16px 65px;
    border-radius: 3px 3px 0 0;
    transform: perspective(500px)rotateX(90deg);
    transform: all 400ms linear 0ms;
    -webkit-transition: all 400ms linear 0ms;
    opacity: 0;
}

.team-sub-title h4 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
    padding: 0 0 6px;
}

.team-title span {
    color: #fff;
}

.team-social-list {
    background: #131323;
    padding: 16px 0 20px;
    border-radius: 0 0 3px 3px;
    transform: perspective(500px)rotateX(-90deg);
    opacity: 0;
    transition: all 400ms linear 0ms;
    -webkit-transition: all 400ms linear 0ms;
}

.team-social-list a {
    display: inline-block;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #373644;
    text-align: center;
    line-height: 42px;
    border-radius: 100%;
    position: relative;
    z-index: 1;
}

.team-social-list a::before {
    position: absolute;
    content: '';
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--primary);
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
}

.team-sub-title p {
    font-size: 16px;
    color: #fff;
}

/* team area all hover */
.team-single-box:hover .team-sub-title {
    opacity: 1;
    transform: perspective(500px)rotateX(0deg);
}

.team-single-box:hover .team-social-list {
    opacity: 1;
    transform: perspective(500px)rotateX(0deg);
}

.team-social-list a:hover::before {
    transform: scale(1);
}

/*=============end-team-section================*/



/*==================start-testimonial-section===============*/

.testimonial-two-section {
    padding: 95px 0;
}

.testimonial-two-title{
    text-align: center;
}

.testimonial-two-title h5 {
    display: inline-block;
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-two-title h3 {
    font-size: 36px;
    margin-bottom: 50px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-two-title h3::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    bottom: -35px;
    left: 585px;
    background: #aec6ef;
}

.testimonial-two-title h3::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -37px;
    left: 585px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.testimonial-two-single-box {
    text-align: center;
    background: #fff;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 37px 20px 35px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    margin: 25px 0px 35px;
}

.testimonial-two-thumb img {
    border-radius: 100%;
}



.owl-carousel .owl-item img {
    display: block;
    margin: auto;
}

.testimonial-sub-title {
    display: inline-block;
    margin-left: 12px;
}

.testimonial-sub-title h3 {
    font-weight: 700;
    font-size: 20px;
    margin: 15px 0 0;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-sub-title h4 {
    font-size: 17px;
    color: var(--primary);
    font-weight: 400;
    margin: 5px 0 0px;
}

.testimonial-two-disc p {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    margin: 25px 0 30px;
}

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

.testimonial-rating ul li {
    display: inline-block;
}

.testimonial-rating ul li span {
    color: var(--primary);
    font-size: 16px;
    display: inline-block;
    margin: 0 1px;
}

/*==================end-testimonial-section===============*/




/*==================start-testimonial-three-section===============*/

.testimonial-three-title{
    text-align: center;
}

.testimonial-three-title h5 {
    display: inline-block;
    color: var(--primary);
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-three-title h3 {
    font-size: 39px;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-three-title h2 {
    font-size: 30px;
    margin: 0 0 50px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-three-title h2::before {
    content: '';
    position: absolute;
    height: 4px;
    width: 100px;
    bottom: -35px;
    left: 585px;
    background: #aec6ef;
}

.testimonial-three-title h2::after {
    content: '';
    position: absolute;
    height: 10px;
    width: 10px;
    bottom: -37px;
    left: 585px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.testimonial-three-single-box{
    margin-bottom: 30px;
}

.testimonial-three-disc p {
    text-align: center;
    background: #fff;
    position: relative;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 37px 20px 35px;
    box-shadow: 0px 10px 40px 0px rgba(0, 0, 0, 0.15);
    margin: 25px 0px 35px;
}

.testimonial-three-disc p:before {
    content: '';
    bottom: -20px;
    top: auto;
    border-color: #fff transparent transparent #fff;
    display: block;
    position: absolute;
    left: 0;
    margin-left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px;
}

.testimonial-three-thumb img {
    border-radius: 100%;
    position: relative;
    top: -35px;
}

.owl-carousel .owl-item img {
    display: block;
    margin: auto;
}

.testimonial-sub-title {
    display: inline-block;
    margin-left: 12px;
}

.testimonial-sub-title h3 {
    font-weight: 700;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-sub-title h4 {
    font-size: 17px;
    color: var(--primary);
    font-weight: 400;
    margin: 5px 0 0px;
}

.testimonial-two-disc p {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    margin: 25px 0 30px;
}

.testimonials-rating {
    margin-left: 100px;
}

.testimonials-rating ul {
    list-style: none;
}

.testimonials-rating ul li {
    display: inline-block;
}

.testimonials-rating ul li .active{
    color: var(--primary);
    font-size: 16px;
    display: inline-block;
    margin: 0 1px;
}



/*==================end-testimonial-three-section===============*/




/**
======================================================
           <--  start-about Section -->
======================================================**/
.about-section{
    /* background-image: url(../images/resource/bg-about-us.jpg); */
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 50px 100px 80px;
    background-color: #f3f3f8;
}

.about-thumb img {
    margin: 0px 0px 0 -18px;
    width: 100%;
    height: 645px;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0px 0px 67px 0px #9391ac61;
    border-radius: 0px 100% 100%0px;
}

.title-heading h5 {
     color: var(--secondary);
     font-size: 13px;
     text-transform: uppercase;
     font-weight: 600;
     margin: 0 0 0px 0px;
     position: relative;
     font-family: 'Montserrat', sans-serif;
     background-color: #ffffff;
     border-radius: 100px;
     display: inline-block;
     padding: 9px 18px;
     letter-spacing: 2px;
}

.about-content h5:before {
    position: absolute;
    content: "";
    top: -4px;
    left: -31px;
    height: 29px;
    width: 22px;
    /* background: url(../images/resource/icon.png); */
    background-repeat: no-repeat;
}

.about-content h3 {
    font-size: 43px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    /* color: white; */
}

.about-content h2 {
    font-size: 46px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.about-content span {
    color: #000000;
    font-weight: 800;
    margin-right: 9px;
}

.about-content p {
    font-size: 16px;
    font-weight: normal;
    margin: 20px 26px 20px 0px;
    font-family: 'Montserrat', sans-serif;
    line-height: 34px;
    text-align: justify;
    color: #000000;
}

.about-sub-content p {
    font-size: 16px;
    margin: 25px 0 26px;
    text-align: right;
    line-height: 31px;
    font-weight: 500;
    color: black;
    letter-spacing: 0px;
}

.about-sub-box {
    margin-bottom: 30px;
}

.about-sub-box {
    display: flex;
    background: #fafafa;
    padding: 17px 16px 17px;
    border-radius: 5px;
    /* clip-path: polygon(59% 36%, 97% 0, 100% 100%, 48% 100%); */
    align-items: center;
    justify-content: right;
    box-shadow: -5px -5px 5px -1px #fff, 5px 9px 20px -1px #dcdce4;
    width: 80%;
    margin: auto 0px 14px auto;
    flex-direction: row-reverse;
    column-gap: 17px;
}

.up {
    /* clip-path: polygon(0% 0%, 100% 9%, 100% 100%, 0% 100%); */
}

.about-icon {
    margin: 0px 0 0;
}

.about-icon i {
    font-size: 27px;
    color: var(--primary);
    display: inline-block;
    text-align: center;
    padding-right: 20px;
}

.about-sub-text h2 {
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    line-height: 53px;
    font-family: 'Montserrat', sans-serif;
}

.about-sub-info {
    position: relative;
    top: 13px;
    margin-left: 15px;
    display: inline-block;
}

.about-sub-thumb {
    box-shadow: 0px 10px 30px 0px rgba(198, 200, 206, 0.74);
    height: 75px;
    width: 75px;
    border-radius: 100%;
    display: inline-block;
}

.about-sub-info h2 {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
}

.about-sub-info p {
    font-size: 16px;
}

.about-single-box {
    margin: 10px 0 0;
}

.about-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.about-button{
    text-align: right;
}

.about-button a {
    background: linear-gradient(to left, var(--secondary) , var(--primary) 100%);
    padding: 13px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
    margin: 15px 0 0;
}

.about-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: linear-gradient(45deg, var(--secondary), var(--primary));
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}


.about-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

/**
======================================================
         <-- end-about Section -->
======================================================**/





/*=====================start-about-two-area=====================*/
.about-two-section{
    padding: 0px 0px;
    background-color: #f3f3f8;
}

.bg-up{
    /* background-image: url(../images/resource/home-banner-image.jpg); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: cover; */
    padding: 0px 0px;
    z-index: 2;
    position: relative;
    border-radius: 5px;
    /* background-color: #000000d1; */
    background-blend-mode: overlay;
    margin: 0px 21px;
    border-radius: 20px;
    justify-content: center;
}


.about-two-icon i {
    margin-bottom: 11px;
    color: var(--primary);
    font-size: 50px;
    position: relative;
    z-index: 1;
}

.about-two-icon img:after {
    position: absolute;
    content: "";
    top: -15px;
    left: 45px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #2466D7;
    z-index: -1;
    opacity: 0.7;
}

.about-two-title h2 {
    margin: 20px 0 17px 0;
    font-size: 27px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.about-two-title p {
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 18px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
}

.about-two-button a {
    background: linear-gradient(to left, var(--primary), var(--secondary )100%);
    padding: 16px 37px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
}

.about-two-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.about-two-button a:hover{
    background: linear-gradient(to left, var(--secondary), var(--primary) 100%);
}

.about-two-box {
    padding: 45px 35px 45px 35px;
    text-align: center;
}
.about-two-icon2 i {
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 59px;
    position: relative;
    z-index: 1;
}

.about-two-icon2 img:after {
    position: absolute;
    content: "";
    top: -5px;
    left: 42px;
    height: 32px;
    width: 32px;
    border-radius: 100%;
    background: #bebebe;
    z-index: -1;
    opacity: 0.7;
}

.about-ply-button a {
    display: inline-block;
    text-align: center;
    position: relative;
    background: #FF9A62;
    height: 60px;
    width: 60px;
    top: 50%;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    -webkit-animation: ripple-red 1s linear infinite;
    animation: ripple-red 1s linear infinite;
    -webkit-transition: .5s;
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(212, 90, 219, 0)
    }
}

.about-ply-button a:hover {
    color: #2875FF;
    background: #333;
}

/*=================end-about-two-area===================*/




/*==================start-mission-section==============*/

.mission-section {
    background-image: url(../images/resource/blog-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: -116px 0 0;
    z-index: -1;
    padding: 186px 0px 90px;
}

.mission-title h5 {
    font-size: 18px;
    letter-spacing: 0;
    margin: 0 0 20px;
    position: relative;
    left: 31px;
    color: var(--primary);
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

.mission-title h5:before {
    position: absolute;
    content: "";
    top: -2px;
    left: -31px;
    height: 29px;
    width: 22px;
    background: url(../images/resource/icon.png);
    background-repeat: no-repeat;
}

.mission-title h3 {
    font-size: 46px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.mission-title h2 {
    font-size: 46px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    font-family: 'Montserrat', sans-serif;
}

.mission-title span{
    color: var(--primary);
    font-weight: 500;
    margin-right: 9px;
}

li.nav-item {
    margin-right: 15px;
}

.mission_menu {
    margin: 35px 0 0;
}

.nav-pills .nav-link {
    border-radius: 9px;
}

.mission-button a {
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    padding: 16px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
    margin: 20px 0 0;
}

.mission-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.mission-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: #00247E;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}


.mission-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.nav-link {
    display: block;
    padding: 7px 24px;
    text-decoration: none;
    color: #012549;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    position: relative;
    z-index: 1;
    border: 1px solid #012549 !important;
}

.active.nav-link:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 100%;
    z-index: -1;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-top: 12px solid var(--primary);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    transition: .5s;
    background: radial-gradient(black, transparent);
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--primary);
    position: relative;
    border-radius: 5px;
    z-index: 1;
    border: 1px solid var(--primary) !important;
}

.active li.nav-item {
    border: 1px solid var(--primary);
}

.nav-link:focus, .nav-link:hover {
    color: #012549;
}

.tab-content {
    margin-top: 26px;
}

p.mission-description {
    width: 85%;
}

p.mission-description2 {
    width: 85%;
    margin-top: 25px;
}

.mission-thumb {
    position: relative;
    z-index: 1;
}

.mission-shape {
    position: absolute;
    top: -144px;
    right: -323px;
    z-index: -1;
}

.tab_container {
    overflow: hidden;
    padding: 20px 0 0;
}

h2.accordion-title {
    font-size: 30px;
    padding: 0 0 37px;
}

.accordion li {
    list-style: none;
    padding: 5px 50px 10px;
}

.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #101210!important;
    background: #fff;
    padding: 25px 25px;
    z-index: 1;
    transition: .5s;
}

.accordion li p {
    display: none;
    margin: 0 0 10px 0;
    padding: 20px 20px 26px;
    box-shadow: 0px 20px 30px 0px rgb(26 46 85 / 10%);
    background: #fff;
}

.my-accordion p {
    display: none;
    margin: 0 0 10px 0;
    padding: 20px 20px 26px;
    box-shadow: 0px 20px 30px 0px rgb(26 46 85 / 10%);
    background: #fff;
}

.accordion li a i {
    float: right;
    transform: rotate(0deg);
    transition: .5s;
    font-size: 16px;
}

.accordion li a i:hover{
    color: var(--primary);
}

.accordion a.active:after {
  transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-in-out;
  background-color: var(--primary);
  opacity: 1;
}

a.active i {
    transform: rotate(90deg) !important;
}

.accordion a.active {
    border-bottom: 0;
    padding: 25px 20px 15px 20px;
    color: var(--primary) !important;
}

.accordion li a span:hover{
    color: var(--primary);
    transition: .5s;
}


/*=================end-mission-section====================*/




/*=====================start-portfolio-section==================*/
.portfolio-section {
    /* background-color: #f3f3f8; */
    padding: 59px 0px 50px 0px;
}

.portfolio-title h3 {
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 44px;
    font-weight: 200;
    text-align: center;
}

.portfolio-title span {
    color: #000000;
    font-weight: 800;
    margin-left: 9px;
}

.portfolio-title p {
    font-size: 18px;
    color: #FFFFFF;
    margin: 7px 0 45px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-single-box {
    position: relative;
    z-index: 1;
    transition: .5s;
    margin-bottom: 30px;
    border-radius: 10px;
}

.portfolio-single-box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, transparent, #ffffff4a);
    border-radius: 0 0 5px 5px;
    z-index: 2;
    transition: .5s;
}

.portfolio-thumb {
    position: relative;
    z-index: 1;
    transition: .5s;
    height: 318px;
    width: 100%;
    border-radius: 14px;
}

.portfolio-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.portfolio-thumb::after {
    position: absolute;
    left: 0;
    top: 0;
    width: 90%;
    height: 92%;
    background: rgb(35 56 222 / 82%);
    content: "";
    right: 0;
    margin: auto;
    bottom: 0;
    z-index: 22;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    border-radius: 5px;
}

.portfolio-content {
    position: absolute;
    left: 0;
    right: 0;
    top: 70%;
    text-align: center;
    background: #fff;
    width: 75%;
    margin: auto;
    border-radius: 5px;
    padding: 20px 10px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    transform: translateY(-50%);
    z-index: 999;
    bottom: inherit;
}

.portfolio-content h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0 0 5px;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
}

.portfolio-content h2:hover{
    color: var(--primary);
}

.portfolio-content p {
    font-size: 16px;
    color: #000000;
    transition: .5s;
}

.portfolio-single-box:hover:before{
    opacity: 0;
    transition: .5s;
}

.portfolio-single-box:hover .portfolio-thumb::after,
.portfolio-single-box:hover .portfolio-content {
    opacity: 1;
    top: 50%;
    bottom: inherit;
    transform: translateY(-50%);
}

/*=====================start-portfolio-section==================*/



/*==================start-skills-section===============*/

.skill-section {
    background-image: url(../images/resource/img2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: auto;
    padding: 57px 100px 55px;
}

.skill-content h5 {
    color: var(--primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.skill-content h5:before {
   position: absolute;
   content: "";
   top: -4px;
   left: -31px;
   height: 29px;
   width: 22px;
   background: url(../images/resource/icon.png);
   background-repeat: no-repeat;
}

.skill-content h3 {
   font-size: 46px;
   text-transform: capitalize;
   line-height: 1.2;
   font-weight: 800;
   font-family: 'Montserrat', sans-serif;
}

.skill-content h2 {
   font-size: 46px;
   text-transform: capitalize;
   line-height: 1.2;
   font-weight: 800;
   margin: 0;
   font-family: 'Montserrat', sans-serif;
}

.skill-content span {
   color: var(--primary);
   font-weight: 500;
   margin-right: 9px;
}

.skill-content p {
   color: #232323;
   font-size: 16px;
   font-weight: 400;
   margin: 23px 0px 20px 0px;
   font-family: 'Montserrat', sans-serif;
}


.prossess-ber-plugin span {
    font-size: 20px;
    font-weight: 500;
    color: #232323;
}

.barfiller {
    width: 100%;
    height: 5px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: #FFE1CF !important;
}

.barfiller .fill {
  display: block;
  position: relative;
  width: 0px;
  height: 100%;
  background: #333;
  z-index: 1;
}

.barfiller .tipWrap { display: none; }

.barfiller .tip {
    font-size: 16px;
    left: 0px;
    border-radius: 2px;
    position: absolute;
    z-index: 2;
    top: -30px;
    font-weight: 700;
    color: #333;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
  animation-delay: 0.25s;
  -webkit-animation-delay: 0.25s;
}

.fill {
    background-color: #FF9B60 !important;
    border-radius: 5px;
}

.barfiller:before {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #f00;
    top: 9px;
}

.upper5{
    /* background-color: #f7c115 !important; */
}

.upper5::before{
    background-color: #2875FF;
}

.upper4 {
    /* background-color: #9d28ff !important; */
}

.upper6{
    /* background-color: #69dbb4 !important; */
}

.upper6::before{
    background-color: #55D6AF;
}

.my-class2{
    background-color: #55D6AF !important;
}

.skill-button a {
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    padding: 16px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
    margin: 0px 0 0;
}

.skill-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.skill-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: #00247E;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}


.skill-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.skill-thumb img {
    margin: 20px 0 0 96px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 100%;
    border: 8px solid white;
    object-position: center;
}

/*==================end-skills-section===============*/




/*==================start-testimonial-section===================*/

.testimonial-section .row .col-lg-3{
    /* background-image: url(../images/resource/img4.png); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 22px 22px;
    /* box-shadow: 0px 0px 44px 0px #00000017; */
    border-radius: 10px;
    background: white;
    border-radius: 50px;
    background: #F3F3F8;
    box-shadow: -6px -6px 10px -1px #FFFFFF,6px 6px 10px -3px #d2d9e4,inset -6px -6px 10px -2px #FFFFFF,inset 6px 6px 20px -2px #d2d9e4;
    margin: 0px 13px;
    width: 22%;
}

.testimonial-title h5 {
    color: var(--primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-title h5:before {
   position: absolute;
   content: "";
   top: -4px;
   left: -31px;
   height: 29px;
   width: 22px;
   background: url(../images/resource/icon.png);
   background-repeat: no-repeat;
}

.testimonial-title h3 {
   font-size: 46px;
   color: #FFFFFF;
   text-transform: capitalize;
   line-height: 1.2;
   font-weight: 800;
   font-family: 'Montserrat', sans-serif;
}

.testimonial-title h2 {
    font-size: 46px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800;
    margin: 0px 0 40px;
    font-family: 'Montserrat', sans-serif;
}

.testimonial-title span {
   color: var(--primary);
   font-weight: 500;
   margin-right: 9px;
}

.counter-box{
    position: relative;
    text-align: center;
}

.counter-title .counter {
    display: inline-block;
    color: black;
    font-size: 38px;
    font-weight: 700;
}

.counter-text p {
    font-size: 16px;
    color: #161616;
    margin-top: 0px;
    margin-bottom: 0px;
    font-weight: 400;
}

.upper7:before {
    position: absolute;
    content: "";
    top: 20px;
    right: 15px;
    height: 74%;
    width: 1px;
    background: rgba(255, 255, 255, 0.3);
}

.single-testimonial {
    position: relative;
    text-align: left;
    background: #1948D4;
    border-radius: 5px;
    padding: 56px 42px 46px;
    clip-path: polygon(0% 2%, 104% 0, 100% 100%, 0% 100%);
    border-top-left-radius: 12px;
}

.owl-carousel .owl-item img {
    display: inline-block;
}

.testimonial-thumb {
    position: relative;
    float: left;
    margin: -10px 20px 0px 0px;
}

.testimonial-thumb:before {
    content: "\f10d";
    font-family: FontAwesome;
    font-size: 14px;
    position: absolute;
    line-height: 35px;
    bottom: 0px;
    left: -9px;
    width: 36px;
    height: 36px;
    border: 2px solid#fff;
    top: -15px;
    border-radius: 100%;
    right: inherit;
}

.testimonial-content {
    display: inline-block;
    margin: 0 0 50px;
}

.testimonial-content h2 {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
}

.testimonial-content span {
    color: #fff;
    padding-top: 4px;
}

.testimonial-disc p {
    font-size: 16px;
    font-style: normal;
    width: 100%;
    color: #fff;
    line-height: 29px;
}

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

.review-rating ul li {
    display: inline-block;
}

.review-rating ul li i{
    color: #FFB500;
}

.owl-dot {
    height: 16px;
    width: 16px;
    display: inline-block !important;
    margin: 0 3px;
    border: 1px solid#fff;
    background: transparent;
    border-radius: 100%;
}

.owl-dots {
    position: absolute;
    left: 87%;
    bottom: 42px;
    border-radius: 100%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.owl-dot.active {
    width: 16px;
    background: #fff;
}

/*==============end-testimonial-section===============*/



/*==================start-team-section===============*/
.team_area {
    background-image: url(../images/resource/team-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: -100px;
    margin-bottom: 0px;
    padding: 175px 0px 70px 0px;
}

.team-title h5 {
    color: var(--primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 30px 0 20px 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.team-title h5:before {
   position: absolute;
   content: "";
   top: -4px;
   left: -31px;
   height: 29px;
   width: 22px;
   background: url(../images/resource/icon.png);
   background-repeat: no-repeat;
}

.team-title h3 {
    font-size: 46px;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800;
    margin: 0 0 65px;
    font-family: 'Montserrat', sans-serif;
}


.team-title span {
   color: var(--primary);
   font-weight: 500;
   margin-right: 9px;
}

.team-button {
    text-align: right;
}

.team-button a {
    background: linear-gradient(to left, #2475FC, #1129B9 100%);
    padding: 16px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
    margin: 45px 0 0;
}

.team-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.team-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: #00247E;
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}


.team-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.single_team_title {
    padding: 0 10px 25px;
}

.single_team{
    margin-bottom: 30px;
	transition:.5s;
    border-radius: 10px;
    box-shadow: 0 16px 32px rgba(207, 228, 255, 0.8);
}

.single_team_thumb {
    position: relative;
	transition:.5s;
	
}

.single_team_thumb::before {
    position: absolute;
	content: "";
    left: 0;
    top: -30px;
    height: 100%;
    width: 100%;
    background: var(--primary);
    overflow: hidden;
	opacity:0;
	transition:.5s;
	border-radius:7px;
}

.single_team_thumb img{
	width:100%;
}

.single_team_title h4 {
    font-size: 20px;
    padding-bottom: 6px;
    text-align: center;
}

.single_team_title span {
    font-size: 16px;
    text-align: center;
    display: inherit;
    color: var(--primary);
    text-transform: uppercase;
}

.single_team_icon {
    position: absolute;
    content: "";
    left: 45%;
    top: 90%;
    transform: translateX(-50%);
    opacity: 0;
    transition: .5s;
}

.single_team_icon a {
    color: var(--primary);
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #ffffff;
    text-align: center;
}

.single_team:hover .single_team_thumb::before {
	opacity:0.8;
	top:0;
}

.single_team:hover .single_team_icon{
	opacity:1;
	top:50%;
}

.single_team:hover{
    margin: -8px 0; 
}

/*==================end-team-section===============*/

     


/*==================start-mission-two-section==============*/
.mission-two-section{
    background-image: url(../images/resource/designing-home-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
    margin-bottom: 0px;
    background: linear-gradient(90deg, var(--secondary) 21%, var(--primary));
    background-blend-mode: overlay;
}

.mission-two-content h5 {
    color: var(--primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 20px 30px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
}

.mission-two-content h5:before {
   position: absolute;
   content: "";
   top: -4px;
   left: -31px;
   height: 29px;
   width: 22px;
   background: url(../images/resource/icon.png);
   background-repeat: no-repeat;
}

.mission-two-content h3 {
   font-size: 38px;
   color: #FFFFFF;
   text-transform: capitalize;
   line-height: 1.5;
   font-weight: 800;
   font-family: 'Montserrat', sans-serif;
}

.mission-two-content h2 {
    font-size: 46px;
    color: #FFFFFF;
    text-transform: capitalize;
    line-height: 1.2;
    font-weight: 800;
    margin: 0px 0 20px;
    font-family: 'Montserrat', sans-serif;
}

.mission-two-content span {
   color: var(--primary);
   font-weight: 500;
   margin-right: 9px;
}

.mission-two-content p {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: 200;
    margin: 18px 0px 0px 0px;
    line-height: 36px;
}

.mission-two-button a {
    background: linear-gradient(to left, #040404, #626262 100%);
    padding: 16px 31px;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 44;
    border-radius: 30px;
    color: #fff;
    margin: 20px 0 0;
}

.mission-two-button a i {
    display: inline-block;
    font-size: 15px;
    margin-left: 7px;
}

.mission-two-button a::before{
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    transform: scale(1);
    background: var(--secondary);
    border-radius: 30px;
    transition: .5s;
    z-index: -1;
}


.mission-two-button a:hover::before {
    width: 100%;
    left: 0;
    filter: hue-rotate(360deg);
}

.mission-two-shape {
    text-align: center;
    position: relative;
    top: 90px;
    left: -60px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.mission-two-btn {
    text-align: center;
    position: relative;
    left: -58px;
}

.video-icon{
    text-align: center;
    position: relative;
    left: -58px;
}


.video-icon a{
    display: inline-block;
    text-align: center;
    position: relative;
    background: #2875FF;
    height: 75px;
    width: 75px;
    top: 50%;
    font-size: 22px;
    line-height: 75px;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: .5s;
}

.mission-two-btn a {
    display: inline-block;
    text-align: center;
    position: relative;
    background: #2875FF;
    height: 75px;
    width: 75px;
    top: 50%;
    font-size: 22px;
    line-height: 75px;
    color: #fff;
    border-radius: 100%;
    -webkit-transition: .5s;
}

@-webkit-keyframes rotateme {
    from {
      -webkit-transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
    }
  }

/*==================end-mission-two-section==============*/




/*=================start-subsctibe-section=======================*/

.subscribe-section {
    padding: 82px 0px 70px 0px;
}

.subscribe-title h3 {
    font-size: 39px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
}

.subscribe-title p {
    color: #2876FF;
    font-size: 20px;
    font-weight: 600;
    margin: 18px 0px 0px 0px;
}

.subscribe-disc p {
    font-size: 16px;
    margin: 12px 0 45px;
}

.subscribe-single-box {
    display: flex;
    padding-bottom: 5px;
    margin-bottom: 30px;
}

.subscribe-icon i {
    font-size: 26px;
    color: #fff;
}

.subscribe-icon {
    display: inline-block;
    height: 72px;
    width: 67px;
    line-height: 70px;
    background: #FF9A62;
    text-align: center;
    border-radius: 6px;
    margin-right: 20px;
    clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}

.subscribe-content h2 {
    font-size: 20px;
    margin: 0 0 5px 0;
}

.upper8{
    background: #2875FF;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.upper9{
    background: #54D7AF;
    clip-path: polygon(0% 0%, 100% 7%, 100% 100%, 0% 100%);
}

.upper10{
    background: #F05D8A;
    clip-path: polygon(0% 11%, 104% 0, 100% 100%, 0% 100%);
}

.form-box{
    margin-bottom: 20px;
}

.form-box input {
	width: 100%;
	height: 54px;
	padding-left: 20px;
	background: #F3F3F8;
	border-radius: 3px;
	transition: .5s;
	border: 1px solid #EEECFE;
}

.form-box textarea {
	width: 100%;
	padding-left: 20px;
	padding-top: 15px;
	border: 1px solid #EEECFE;
	height: 150px;
	outline: 0;
	transition: .5s;
	background: #F3F3F8;
	margin-top: 7px;
}

.form-button {
	text-align: center;
    transition: .5s;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

select {
    width: 100%;
	height: 54px;
	padding-left: 20px;
	background: #fff;
    border: 1px solid #EEECFE;
}

.subscribe-leave-title h3 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 40px;
    display: inline-block;
}

.single-box {
    background-image: url(../images/resource/contact2.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 65px 35px 0px;
    border-radius: 9px;
    margin: -180px 0 0;
    clip-path: polygon(0% 3%, 104% 0, 100% 100%, 0% 100%);
}

.form-button button {
    width: 100%;
    height: 54px;
    color: #fff;
    background: #333;
    border-radius: 5px;
}

/*================end-subscribe-section==================*/




/**
======================================================
           <--  start-brand Section -->
======================================================**/

.brand {
    /* border-top: 1px solid #DDDDDD; */
    padding: 90px 0px 75px 0px;
}

.brand-thumb {
    text-align: center;
    cursor: pointer;
    filter: grayscale(1);
    transition: .5s;
}

.owl-carousel .owl-item img {
    display: inline-block;
}


.brand-single-box {
	position: relative;
	text-align: center;
}


.brand-thumb:hover {
    filter: none;
}

/**
======================================================
         <-- end-brand Section -->
======================================================**/



/*================start-call-do-section===================*/

.call-do-section{
    background-image: url(../images/resource/call-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0px 60px 0px;
}

.call-do-content h2 {
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 700;
}

.call-do-btn {
    display: inline-block;
    height: 92px;
    width: 92px;
    line-height: 92px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
}

.call-do-shape {
    position: relative;
}

.call-do-shape img {
    position: absolute;
    top: -97px;
    left: -6px;
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

.call-do-btn i {
    font-size: 40px;
    color: var(--primary);
    display: inline-block;
    text-align: center;
}

.call-do-info h2 {
    color: #FFFFFF;
    font-size: 32px;
} 

.call-do-info p {
    color: #FFFFFF;
    font-size: 20px;
    padding: 12px 5px 0;
}

/*================end-call-do-section===================*/




/*================start-blog-section===================*/
.blog-section{
    background-image: url(../images/resource/blog-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 90px 0 90px;
}

.blog-single-box {
    margin-bottom: 30px;
    border-radius: 5px;
}

.blog-title h3 {
    color: #232323;
    font-family: "Montserrat", Sans-serif;
    font-size: 46px;
    font-weight: 800;
    line-height: 1.2;
    text-align: center;
}

.blog-title span {
    color: var(--primary);
    font-weight: 500;
}

.blog-title h2 {
    color: #232323;
    font-family: "Montserrat", Sans-serif;
    font-size: 46px;
    font-weight: 800;
    margin: 0 0 80px;
    text-align: center;
}

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

.blog-sub-name a {
    font-size: 16px;
    color: #fff;
    display: inline-block;
    background: var(--primary);
    padding: 2px 10px;
    border-radius: 5px;
    position: absolute;
    top: 42px;
    left: 30px;
}

.blog-content {
    overflow: hidden;
    padding: 25px 30px 25px;
    background-color: #FFFFFF;
}

.blog-name {
    float: left;
}

.blog-meta p {
    font-size: 16px;
    color: #232323;
}

.blog-meta p:hover{
    color: var(--primary);
}

.blog-name a {
    margin-right: 13px;
    -o-transition: .3s;
    -webkit-transition: .3s;
    transition: .3s;
    display: inline-block;
    text-decoration: none;
    text-transform: capitalize;
    margin-right: 24px;
    color: #616161;
    position: relative;
    font-weight: 500;
}

.blog-name a::before {
    content: "";
    background: #616161;
    width: 1px;
    height: 11px;
    position: absolute;
    right: -15px;
    top: 8px;
}

.blog-name a:hover{
    color: var(--primary);
}

.blog-info h2 {
    font-size: 25px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.blog-info a{
    color: #232323;
    font-weight: 700;
    display: inline-block;
}

.blog-info h2 a:hover{
    color: var(--primary);
}

.blog-disc p {
    font-size: 16px;
    width: 80%;
    margin: 15px 0 15px;
}

.blog-person {
    float: left;
}

.blog-button {
    text-align: right;
}

.embare {
    border: 1px solid rgba(125,149,188,0.3);
    margin: 12px 0 15px;
}

.blog-person i {
    font-size: 25px;
    display: inline-block;
    margin-right: 5px;
}

.blog-person span {
    font-size: 17px;
    color: #232323;
}

.blog-button a {
    display: inline-block;
    font-size: 17px;
}

.blog-button a:hover{
    color: var(--primary);
}

.owl-nav {
    position: absolute;
    top: 220px;
}

.owl-prev {
    float: left;
    position: relative;
    left: -65px;
}

.owl-next {
    position: absolute;
    left: 1300px;
}

.owl-prev i {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--primary);
    text-align: center;
    border-radius: 100%;
}

.owl-next {
    font-size: 22px;
    color: #fff;
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 60px;
    background: var(--primary);
    text-align: center;
    border-radius: 100%;
}

/*================end-blog-section===================*/



/*================start-breadcame-section===================*/

.breadcumb-area {
    background-image: url(../images/resource/other-page-banner.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 170px 0px 160px;
    background-color: #252525;
    background-blend-mode: overlay;
    background-blend-mode: luminosity;
    z-index: 1;
}

.breadcumb-content {
    text-align: center;
}

.breadcumb-title h1 {
    font-size: 50px;
    color: rgb(254, 254, 255);
}

.breadcumb-content-menu {
    padding-top: 10px;
}

.breadcumb-content-menu ul li {
    display: inline-block;
    list-style: none;
}

.breadcumb-content-menu ul li a {
    color: var(--secondary);
    font-size: 14px;
    font-weight: 600;
}

.breadcumb-content-menu ul li a i{
    margin-left: 10px;
}

.breadcumb-content-menu ul li span {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    margin-left: 10px;
}

.breadcumb-content-menu h1 {
    font-size: 38px;
    font-weight: 600;
    margin: 35px 0 0;
    color: rgb(254, 254, 255);
    font-family: 'Montserrat', sans-serif;
}

/*==================start-faq's-section===============*/
.faq-section {
    padding: 60px 0;
}

.faq-title {
    text-align: center;
}

.faq-title h5 {
    color: var(--primary);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 5px;
    margin: 0 0 10px;
}

.faq-title h3 {
    font-size: 39px;
    margin-bottom: 0px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
}

.faq-title h2 {
    font-size: 30px;
    margin-bottom: 40px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    position: relative;
}

.faq-title h2::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: -20px;
    left: 580px;
    background: var(--primary);
}

.faq-title h2::after {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    bottom: -22px;
    left: 580px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.contacts-content h2 {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.maps-section{
    padding: 60px 0 100px;
}

.contact-map iframe {
    width: 100%;
    height: 500px;
}

.paginations {
    text-align: left;
    margin-top: 20px;
}

.page-numbers li {
    display: inline-block;
    text-align: center;
}

.paginations a:hover, .paginations a.current, .page-numbers span.current {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.paginations a, .page-numbers span.current {
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    margin: 0 5px 0 0;
    color: #9990b8;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.20);
    box-shadow: 0 0 5px rgba(0,0,0,0.20);
}



/*==================end-faq's-section===============*/



/*==================start-subscribe-section===============*/

.subscribes-section{
    background-color: var(--primary);
    padding: 85px 0 75px 0;
}

.subscribes-title {
    text-align: left;
}

.subscribes-title h5 {
    color: var(--primary);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 12px 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: #e0ddff;
    border-radius: 100px;
    display: inline-block;
    padding: 9px 18px;
    letter-spacing: 2px;
}

.subscribes-title h3 {
    font-size: 39px;
    margin-bottom: 12px;
    color: #000000;
    text-transform: capitalize;
    margin-top: 0px;
    line-height: 1.2;
    font-weight: 800;
}

.subscribes-title h2 {
    font-size: 30px;
    margin-bottom: 50px;
    color: #FFFFFF;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.2;
    font-weight: 800;
    position: relative;
}

.subscribes-title h2::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: -20px;
    left: 580px;
    background: #aec6ef;
}

.subscribes-title h2::after {
    content: '';
    position: absolute;
    height: 9px;
    width: 9px;
    bottom: -22px;
    left: 580px;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.form-buttons {
    text-align: center;
}

button {
    padding: 10px 45px;
    border-radius: 5px;
    position: relative;
    transition: .5s;
}

button:hover{
    color: #FFFFFF;
    background-color: var(--primary);
}

/*==========contact-section==============*/

.contacts-section{
    padding: 80px 90px 85px;
    background: #F3F3F8;
}

.contact-title {
    text-align: left;
}

.contact-title h5 {
    color: var(--primary);
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 0 20px 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: #e0ddff;
    border-radius: 100px;
    display: inline-block;
    padding: 9px 18px;
    letter-spacing: 2px;
}


.contact-title h3 {
    font-size: 31px;
    margin-bottom: 15px;
    text-transform: capitalize;
    margin-top: 0;
    line-height: 1.4;
    font-weight: 800;
    position: relative;
}

.contact-title h3::before{
    /* content: ''; */
    position: absolute;
    height: 3px;
    width: 100px;
    bottom: -20px;
    left: 580px;
    /* background: #aec6ef; */
}

.contact-title h3::after {
    /* content: ''; */
    /* position: absolute; */
    height: 9px;
    width: 9px;
    bottom: -22px;
    /* left: 580px; */
    /* border-radius: 50%; */
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.contact-title p {
    font-size: 18px;
    margin: 0 0 50px;
}

.contact-icon {
    text-align: left;
    height: 70px;
    width: 70px;
    object-fit: contain;
    border-radius: 100px;
    /* background: linear-gradient(45deg, var(--primary), var(--secondary)); */
    padding: 7px;
    box-shadow: -10px -9px 10px -1px #fff, 5px 5px 27px -1px #D2D9E4;
    float: right;
}

.contact-icon i {
    font-size: 40px;
    display: inline-block;
    color: var(--primary);
    margin-bottom: 20px;
}

.contact-single-box {
    border: 0px solid #D0E5FB;
    text-align: left;
    padding: 27px 38px 11px;
    border-radius: 5px;
    margin-bottom: 0px;
    background: #ffffff;
    box-shadow: 0px -18px 20px -15px #0000001c;
    width: 80%;
    margin-top: 27px;
    border-radius: 22px;
    background: #F3F3F8;
    box-shadow: -6px -6px 9px -1px #fff, 5px 5px 27px -1px #D2D9E4;
}

.contacts-content h2 {
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--primary);
}

.contacts-content p {
    font-size: 16px;
}

/*==================end-subscribe-section===============*/



/*==================start-blog-details-section===============*/

.blog-area-details {
    padding: 70px 0 35px;
}

.blog-single-details {
    padding: 18px 27px 45px;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.05);
    box-shadow: 0 3px 5px rgba(0,0,0,.05);
    border-radius: 0 0 6px 6px;
    margin: 0 0 50px;
}

.contact-section {
    padding: 60px 0 0;
}


.contact-thumb img {
    padding: 25px 0 0;
}

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

.blog-details-meta {
    margin: 10px 0 10px;
}

.blog-list-content h2 a {
    font-size: 30px;
    display: inline-block;
    padding: 0 0 20px;
    font-weight: 700;
    transition: .5s;
}

.blog-list-content h2 a:hover{
    color: var(--primary);
}

.contact-content {
    padding: 65px 0 0;
    position: relative;
}

.contact-content .number {
    position: absolute;
    font-size: 150px;
    font-weight: bold;
    opacity: 0.09;
    right: 495px;
    top: 85px;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
}

.contact-content h5 {
    display: inline-block;
    position: relative;
    color: var(--primary);
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
    background: linear-gradient(to right, #8349f3 0%, #de51f7 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}



.contact-content h3 span {
    color: rgb(86, 47, 183);
    font-weight: 600;
}

.contact-content h3 {
    color: rgb(30, 38, 109);
    font-size: 42px;
    font-weight: normal;
    margin: 13px 0 23px;
    line-height: 1.2;
    font-family: 'Montserrat', sans-serif;
}

.form-box input {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 15px 90px 18px 20px;
    box-shadow: -6px -6px 9px -1px #fff, 5px 5px 27px -1px #D2D9E4;
}


.form-box textarea {
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 15px 25px;
    box-shadow: -6px -6px 9px -1px #fff, 5px 5px 27px -1px #D2D9E4;
}

.form-button button {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    background: #232323;
    box-shadow: 0px 15px 50px 0px rgba(157, 35, 190, 0.3);
    padding: 18px 60px;
    border-radius: 30px;
    border: 0;
    margin-bottom: 30px;
}


.blog-description h3 a {
    margin-bottom: 15px;
    display: inline-block;
  }

.blog-details-meta a:hover{
    color: var(--primary);
}

.blog-details-meta a {
    font-size: 17px;
    margin-right: 15px;
    color: rgb(30, 38, 109);
}

.blog-details-meta span {
    font-size: 17px;
    margin-right: 15px;
    color: rgb(30, 38, 109);
}

.blog-details-meta a span:hover{
    color: var(--primary);
}

.blog-details-thumb {
    margin: 10px 0 20px;
}

.blog-leave-title h3 {
    font-size: 25px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    margin-bottom: 40px;
}

.blog-leave-title h3::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 88px;
    bottom: -11px;
    background: var(--primary);
}

.blog-leave-title h3::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -13px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}


@keyframes MOVE-BG {
    from {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    to {
      -webkit-transform: translateX(88px);
              transform: translateX(88px);
    }
}

.blog-list-left {
    margin-bottom: 40px;
    padding: 45px 30px 28px;
    border-radius: 8px;
    background-color: rgb(254, 254, 255);
    border: 1px solid #e6e6e6;
    box-shadow: 0 0 5px rgba(0,0,0,0.10);
}

.blog-form-field {
    display: block;
    position: relative;
    width: 90%;
}

.blog-list-left input[type="email"] {
    padding: 9px;
    border-radius: 8px;
    flex-grow: 1;
    min-width: 3em;
    color: rgb(97, 97, 97);
    border: 1px solid #ddd;
    font-size: inherit;
    font-family: inherit;
    width: 76% !important;
    line-height: inherit;
}

p.blog-submit-button {
    color: rgb(254, 254, 255);
    border-radius: 3px;
    border: initial;
    position: absolute;
    padding: 0;
    right: -30px;
    top: 0;
}

.blog-list-left input[type="submit"] {
    color: rgb(254, 254, 255);
    border-radius: 3px;
    border: 1px solid #ddd;
    background-color: var(--primary);
    padding: 8px 25px;
}

blockquote {
    background-color: #edf0f2;
    padding: 24px 57px 24px 37px;
    font-size: 20px;
    line-height: 30px;
    color: #000;
    position: relative;
    margin-top: 40px;
    margin-bottom: 34px;
    font-weight: 700;
    border-radius: 5px;
    border-left: 5px solid var(--primary);
}

.wp-block-quote p {
    color: #0a2c3d;
    margin: 30px 0 35px 0;
    padding: 5px 0 5px 30px;
    font-style: italic;
    font-size: 18px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.wp-block-quote p span{
    color: var(--primary);
    font-weight: 500;
}

.single-recent-post {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.recent-post-title h3 {
    font-size: 25px;
    margin-bottom: 20px;
    position: relative;
}

.recent-post-title h3::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 88px;
    bottom: -11px;
    background: #aec6ef;
}

.recent-post-title h3::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -13px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.single-recent-coment h4 {
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}

.single-recent-coment h4::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 88px;
    bottom: -11px;
    background: #aec6ef;
}

.single-recent-coment h4::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -13px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.single-recent-achive h4 {
    font-size: 22px;
    position: relative;
    margin-bottom: 30px;
}

.single-recent-achive h4::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 88px;
    bottom: -11px;
    background: #aec6ef;
}

.single-recent-achive h4::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -13px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.single-recent-catagories h4 {
    font-size: 22px;
    margin-bottom: 30px;
    position: relative;
}

.single-recent-catagories h4::before{
    content: '';
    position: absolute;
    height: 3px;
    width: 88px;
    bottom: -11px;
    background: #aec6ef;
}

.single-recent-catagories h4::after{
    content: '';
    position: absolute;
    height: 8px;
    width: 8px;
    bottom: -13px;
    left: 0;
    border-radius: 50%;
    background-color: var(--primary);
    -webkit-animation: MOVE-BG 3s linear infinite alternate;
    -moz-animation: MOVE-BG 3s linear infinite alternate;
    -o-animation: MOVE-BG 3s linear infinite alternate;
    animation: MOVE-BG 3s linear infinite alternate;
}

.rpost-thumb a img {
    width: 75px;
    height: 75px;
    margin: 15px 12px 15px 0px;
}

.rpost-content h5 a {
    font-size: 16px;
    font-weight: 600;
    color: #616161;
    font-family: 'Montserrat', sans-serif;
}

span.rcomment {
    font-size: 16px;
    color: #1e266d;
    font-family: 'Montserrat', sans-serif;
}



.single-recent-coment {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.single-recent-coment span {
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
}

.single-recent-achive {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.single-recent-achive a:hover{
    color: var(--primary);
}

.single-recent-catagories {
    margin-bottom: 40px;
    padding: 35px 30px 35px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(0 0 0 / 10%);
}

.single-recent-catagories ul {
    list-style: none;
}

.single-recent-catagories ul li a:hover{
    color: var(--primary);
}

.blog-social-icon ul {
    list-style: none;
}

.blog-social-icon ul li {
    display: inline-block;
}


.blog-social-icon ul li a i {
    border: 1px solid #e6e6e6;
    color: #565872;
    display: inline-block;
    font-size: 15px;
    height: 40px;
    line-height: 41px;
    margin: 0 9px 0 0;
    text-align: center;
    width: 40px;
    border-radius: 5px;
    transition: .5s;
}

.blog-social-icon ul li a i:hover{
    color: #FFFFFF;
    background-color: var(--primary);
}


.forms-button button {
    padding: 12px 40px;
    color: #fff;
    background: var(--primary);
    border-radius: 5px;
    transition: .5s;
}

.forms-button button:hover{
    color: #FFFFFF;
    background-color: #030F25;
}

/*
<!-- ============================================================== -->
<!-- start blog-details Section Css -->
<!-- ============================================================== -->*/

/*
<!-- ============================================================== -->
      <!--start-Dreamhub-footer Section Css -->
<!-- ============================================================== -->*/
/* 
.footer-section:after {
    background-image: url(../images/resource/footer-bg-techno.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0px;
    left: 0px;
    filter: brightness(0.4);
} */

.widgets-company-info{
    margin-bottom: 13px;
    padding-right: 45px;
}

.company-info-desc p {
    font-size: 15px;
    font-weight: 400;
    color: #ffffffb0;
    line-height: 1.7;
    padding: 10px 0 0px;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    text-align: justify;
}

.company-info h2 {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 20px;
}

.menu-quick-link-content {
    margin: 20px 0 19px;
}

.footer-social-icon ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-social-icon ul li {
    display: inline-block;
}

.footer-social-icon ul li a {
    display: inline-block;
    font-size: 17px;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    margin-right: 10px;
    background-color: var(--primary);
    border-radius: 5px;
    transition: .5s;
}

.footer-social-icon ul li a:hover{
    color: var(--primary);
    background-color: #101010;
}

.widget-nav-menu{
    margin-bottom: 0px;
}

.widget-title {
    font-size: 21px;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.menu-quick-info-content {
    margin: 20px 0 0;
}

.menu-quick-link-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-quick-link-content ul li a {
    font-size: 15px;
    font-weight: 500;
    display: inline-block;
    padding: 6px 0;
    transition: .5s;
    color: #ffffffb8;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 1px;
}

.menu-quick-link-content ul li a:hover{
    color: var(--secondary);
}

.menu-quick-info-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu-quick-info-content ul li a{
    font-size: 16px;
    font-weight: 400px;
    padding: 6px 0;
    display: inline-block;
    color: #FFFFFF;
    transition: .5s;
    font-family: 'Montserrat', sans-serif;
}


.footer-icon {
    float: left;
    margin-right: 15px;
    margin-top: 12px;
}

.footer-icon i {
    font-size: 25px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 17px;
    width: 38px;
    height: 38px;
    line-height: 40px;
    background: linear-gradient(133deg, var(--primary), var(--secondary));
    text-align: center;
    border-radius: 50%;
}

.icon-box-icon .icon i {
    font-size: 40px;
    color: var(--primary);
    display: inline-block;
    text-align: center;
}

.footer-text h3 a {
    font-size: 15px;
    color: #ffffffa8;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: 2px;
}

.footer-text p {
    font-size: 15px;
    color: #ffffffb0;
    font-weight: 400;
    margin: 1px 0 0;
    font-family: 'Montserrat', sans-serif;
}

.footer-thumb {
    float: left;
}

.footer-thumb img {
    width: 80px;
    height: 54px;
    margin-right: 9px;
}

.footer-two-thumb img {
    width: 80px;
    height: 54px;
    margin: 10px 9px 25px 0;
}

.footer-content h2 a {
    font-size: 16px;
    color: #FFFFFF;
    margin: 0;
    display: inline-block;
}


.footer-content span {
    font-size: 15px;
    color: #9EB3EF;
}

.footer-two-thumb {
    float: left;
}

.footer-bottom-content p {
    font-size: 16px;
    color: #FFFFFF;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    letter-spacing: 1px;
}

.footer-bottom-menu.text-right ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-bottom-menu.text-right ul li{
    display: inline-block;
}

.footer-bottom-menu.text-right ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    margin-left: 15px;
}

/*
<!-- ============================================================== -->
      <!--end--footer Section Css -->
<!-- ============================================================== -->*/


/*===========================
<--  Loader Css -->
=============================*/
.loader-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: 0.8s 1s ease;
    z-index: 999;
}

.loader {
    position: relative;
    display: block;
    z-index: 201;
    top: 50%;
    left: 50%;
    margin: -50px 0 0 -50px;
    border-radius: 50%;
    transition: all 1s 1s ease;
    width: 48px;
    height: 48px;
    display: flex;
    transform-origin:50% 125%;
    animation: mov-y 1s infinite linear;
}

.loader {
    
  }
  .loader:before,
  .loader:after {
    content:"";
    flex:1;
    background:var(--primary);
    transform-origin: 0% 100%;
    animation: rtr-x 1s infinite linear;
  }
  .loader:before {
    transform-origin: 100% 100%;
    animation-name: rtr-rx;
  }

  @keyframes mov-y {
    0%,25%   {transform:translateY(0)     scaleY(1)}
    49%   {transform:translateY(-75%)  scaleY(1)}
    50%      {transform:translateY(-75%)  scaleY(-1)}
    75%,100% {transform:translateY(-150%) scaleY(-1)}
  }
  @keyframes rtr-x {
    25%,75% {transform: rotate(0deg)}
    50%     {transform: rotate(90deg)}
  }
  @keyframes rtr-rx {
    25%,75% {transform: rotate(0deg)}
    50%     {transform: rotate(-90deg)}
  }


.loader-wrapper .loder-section {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    background: #111;
    z-index: 2;
}

.loader-wrapper .loder-section.left-section {
    left: 0;
    transition: 1s 1.4s ease;
}

.loader-wrapper .loder-section.right-section {
    right: 0;
    transition: 1s 1.4s ease;
}

/*/ When page loaded /*/

.loaded .loder-section.left-section {
    left: -100%;
}

.loaded .loder-section.right-section {
    right: -100%;
}

.loaded .loader-wrapper {
    visibility: hidden;
}

.loaded .loader {
    top: -100%;
    opacity: 0;
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/

/*------back-to-top------------*/

.prgoress_indicator {
    position: fixed;
    right: 50px;
    bottom: 20px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgba(187, 247, 55, 0.2);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transform: translateY(15px) !important;
    transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Free";
    text-align: center;
    line-height: 46px;
    font-size: 18px;
    color: #2871ff;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    font-weight: 900;
    z-index: 1;
    transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover ::after {
  color: #2871ff;
}

.prgoress_indicator:hover ::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
    stroke: #2871ff;
    stroke-width: 4;
    box-sizing: border-box;
    transition: all 200ms linear !important;
}



a.logo_img img {
    height: 86px;
    object-fit: contain;
    padding: 7px;
}
.Technice_nav_manu.sticky .main_sticky img {
    height: 70px;
    object-fit: contain;
}
.about-right-content {
    padding-left: 36px;
}
.packages-Name{
    z-index: 9;
    position: relative;
    text-align: center;
    font-size: 21px;
    margin-top: -22px !important;
    letter-spacing: 2px;
}
.package-title {
    text-align: center;
    margin-bottom: 85px;
}
.package-title {
    text-align: center;
    margin-bottom: 85px;
}

.portfolio-single-box:hover .packages-Name {
    display: none;
}
.packages-Name {
    font-weight: 600;
    padding: 7px 45px;
    box-shadow: 0px -14px 20px 0px #00000029;
    background-color: white;
    border-radius: 25px 25px 0px 0px;
}
a.logo_thumb img {
    height: 90px;
    /* background-color: white; */
    padding: 10px;
}
a.logo_thumb img {
    height: 82px;
    /* background-color: white; */
    padding: 6px;
    /* width: 100%; */
    object-fit: contain;
    position: relative;
    left: -37px;
    top: 26px;
}
.mission-two-content {
    text-align: center;
    width: 85%;
    margin: auto;
}
.footer-bottom-content {
    text-align: center;
}
.mission-two-button {
    text-align: center;
}
.about-icon img {
    height: 40px;
    object-fit: contain;
    margin-right: 13px;
}
.package-title h3 {
    font-weight: 200;
    font-size: 44px;
}
.package-title h3 span {
    font-weight: 800;
}
.build-website-col {
    background: linear-gradient(45deg, var(--primary), var(--secondary));
    border-radius: 20px;
    /* background-color: #f3f3f8; */
    box-shadow: 0px 10px 30px rgb(8 14 28 / 12%);
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #D2D9E4;
    width: 48%;
    margin-left: 20px;
}
.build-packages-col {
    background: #000000de;
    border-radius: 20px;
    /* background-color: #f3f3f8; */
    box-shadow: 0px 10px 30px rgb(8 14 28 / 12%);
    box-shadow: -5px -5px 10px -1px #fff, 5px 5px 20px -1px #D2D9E4;
    width: 48%;
    margin-right: 20px;
}
.contact-form-colmn {
    /* background: repeating-linear-gradient(52deg, #faf9ff, #f1f1f1 11px); */
    padding: 40px;
    box-shadow: -10px -10px 9px -1px #fff, 5px 5px 27px -1px #D2D9E4;
    border-radius: 15px;
}
.form-buttons button {
    width: 100%;
    border: 0px;
    background-color: var(--primary);
    color: white;
}
.contact-icon img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 10px;
}
.aboutUs-right-content {
    padding: 0px 0px;
    text-align: right;
}
.steps-title {
    text-align: center;
    margin-bottom: 75px;
}
.single-features-box {
    text-align: center;
    box-shadow: 0px 0px 69px 0px #0000000d;
    padding: 11px 32px;
    border-radius: 10px;
    width: 95%;
    margin: auto;
    transition: 0.3s all ease-in;
    box-shadow: -5px -5px 15px -1px #03094961, 5px 9px 43px -1px #00000066;
    border-top: 5px solid #ffffffc2;
}
.features-info h3 {
    font-size: 19px;
    margin: 10px 0px;
    color: var(--secondary);
}
span.featureIcon {
    width: 100px;
    display: block;
    height: 100px;
    border-radius: 100px;
    margin: -55px auto 24px;
    box-shadow: -5px -5px 13px -1px #007478bd, 5px 9px 36px -1px #24dce18c, inset 5px 3px 12px 0px #0caaaec9;
    background: #fdfdfd !important;
    border: 5px solid #ffffff;
}
span.featureIcon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 29px;
    filter: brightness(0);
}
.single-features-box:hover {
    transform: scale(1.02);
    background: white;
}
.counter-title h1 {
    display: inline-block;
    color: black;
    font-weight: 300;
}
.testimonial-section {
    margin: 0px;
    z-index: 9;
    position: relative;
    border-radius: 0px;
    background: #f9fcff;
    background: #F3F3F8;
}
.service-two-section2 {
    padding: 20px 0px;
    background: radial-gradient(#24dde2 -75%, #1aa1b2 -15%, #031844, #010b3e);
    position: relative;
    z-index: 1;
}
.footer-section {
    position: relative;
    padding: 50px 0px 0px;
    z-index: 1;
    background: #000318;
}
.counter-icon {
    width: 75px;
    height: 75px;
    /* background: #ebebeb; */
    border-radius: 100px;
    margin: auto;
    box-shadow: -5px -5px 5px -1px #fff, 5px 5px 5px -1px #D2D9E4;
}
.counter-icon img {
    width: 100%;
    height: 100%;
    padding: 19px;
    object-fit: contain;
    /* filter: grayscale(0.3); */
}
.skill-thumb {
    width: 100%;
    height: 600px;
}
.actualPriceCls {
    padding: 15px 0px 22px !important;
    color: rgb(150 150 150 / 78%) !important;
    text-decoration: line-through;
    margin: 0px 0px !important;
    font-size: 28px !important;
    font-weight: 300 !important;
}
.packages-list {
    margin: 0px;
    padding: 25px;
}
.packages-list span.price-mon {
    display: block;
}
.price-btn {
    padding: 15px 30px 15px;
    text-align: center;
}
.packages-single-box {
    padding: 50px 0px 0px;
}
.packages-single-box h5 {
    /* color: white; */
}
span.most-popular-text {
    width: 65px;
    height: 65px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 9px;
    letter-spacing: 1px;
    position: absolute;
    top: 10px;
    left: 14px;
    background-color: var(--secondary);
    padding: 20px 6px;
    box-shadow: 0px 0px 20px 0px #00000026;
    border-radius: 100%;
    color: white;
    margin: 20px 24px;
    line-height: 12px;
    animation-name: myfirst;
    animation-duration: 2s;
    animation-timing-function:linear;
    animation-delay:0s;
    animation-iteration-count:infinite;
    animation-play-state:running;
}
ul.webPackageFeaturesList {
    /* box-shadow: 0px -1px 0px 1px #0000002e; */
    padding: 50px 23px 0px;
    /* margin-top: -17px; */
    background-color: #ffffff00;
    text-align: center;
    width: 100%;
    display: flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

ul.webPackageFeaturesList li {
    list-style: none;
    width: 23%;
    padding: 0px 20px 15px;
    margin: 13px 11px;
    box-shadow: -6px -6px 10px -1px #FFFFFF,6px 6px 10px -3px #d2d9e4,inset -6px -6px 10px -2px #FFFFFF,inset 6px 6px 20px -2px #d2d9e4;
    border-radius: 9px;
    color: black;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: 600;
    line-height: 25px;
    background: white;
    text-align: center;
    transition: 0.3s all ease-in-out;
    height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}
ul.webPackageFeaturesList li img {
    height: 60px;
    width: 60px;
    object-fit: contain;
    padding: 9px;
    float: none;
    display: block;
    margin: 8px 0px;
    box-shadow: -6px -6px 10px -1px #FFFFFF,6px 6px 10px -3px #d2d9e4,inset -6px -6px 10px -2px #FFFFFF,inset 6px 6px 20px -2px #d2d9e4;
    border-radius: 0px 0px 15px 15px;
    margin: 0px 0px 20px;
}
h2.package-includeTitle {
    width: 30%;
    font-size: 16px;
    margin: 57px auto 0px;
    text-align: center;
    color: white;
    padding: 11px;
    z-index: 1;
    position: relative;
    background: linear-gradient(45deg, var(--primary), var(--secondary));
}
.packagePricingImage {
    display: block;
    margin: 0px 0px 0px auto;
    text-align: center;
    line-height: 4px;
    padding: 20px 0px;
    position: relative;
    z-index: 1;
}
.packagePricingImage img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    margin: auto;
}
.package-price-row{
    margin: 0px 0px;
    padding: 55px 0px 55px 30px;
    background: url(../images/resource/package-pricing-bar.jpg);
    background-size: 100%;
    background-position: left;
    box-shadow: 0px 0px 20px 0px #00000017;
    position: relative;
    z-index: 3;
    background-repeat: no-repeat;
}
h2.packageSubTitle {
    color: #ffffff;
    margin: 10px 0px;
    font-size: 32px;
}
.packagePara {
    color: #ffffffc7;
    margin-bottom: 30px;
    width: 80%;
}
.packageContactBtn {
    background-color: white;
    padding: 10px 25px;
    box-shadow: 0px 7px 31px 0px rgb(0 0 0 / 49%);
    color: #0e0e0e;
    margin-top: 15px;
}
.footer-text a {
    color: white;
}
span.packagePricingImage:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    border-radius: 100px;
    background-color: white;
    left: -39px;
    top: 36px;
    z-index: 1;
    box-shadow: 0px 0px 33px 0px #00000073;
    background-image: url(../images/packages/best-price.gif);
    background-size: 60px;
    background-position: center;
    background-repeat: no-repeat;
}
.experianceContentArea {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.experianceTitle {
    flex: 4;
    text-align: center !important;
    font-size: 30px;
    width: 100%;
    /* padding: 30px; */
    line-height: 44px;
    margin-bottom: 27px;
    color: white;
}
.moreBtn {
    background-color: var(--secondary);
    padding: 15px 37px;
    box-shadow: 0px 7px 31px 0px rgb(0 0 0 / 15%);
    color: #ffffff;
    margin-top: 20px;
}
.packageBannerSection {
    padding: 20px 70px 20px;
    background: url(../images/resource/package-pricing-bg.jpg);
    background-size: contain;
    background-position: center;
    background-repeat: repeat-x;
    background-blend-mode: overlay;
    /* margin-bottom: -49px; */
    z-index: 2;
    position: relative;
}
span.busniess-growth-pack {
    width: 350px;
    display: block;
    height: 350px;
    box-shadow: 0px 0px 43px 0px #00000014;
    border-radius: 100%;
    margin: auto;
    background: white;
}
span.busniess-growth-pack img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 5px;
    border-radius: 100%;
    object-position: center;
}
h2.package-includeTitle:after {
    content: '';
    background: linear-gradient(45deg, #00000000, #000000, transparent);
    width: 1000px;
    height: 2px;
    position: absolute;
    top: 40px;
    left: -312px;
    z-index: -2;
}
.package-price-row:after {
    content: '';
    background: linear-gradient(116deg, #2334de, #24dde2);
    width: 100%;
    position: absolute;
    height: 100%;
    left: 0px;
    top: 0px;
    z-index: -1;
    background-color: #08005500;
    background-blend-mode: overlay;
}
ul.webPackageFeaturesList li:hover {
    transform: scale(1.04);
}
.single-privacy h3 {
    color: var(--primary);
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin: 18px 0 29px 0px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    background-color: #e0ddff;
    border-radius: 100px;
    display: inline-block;
    padding: 12px 21px;
    letter-spacing: 2px;
}
h3.question-title {
    background-color: var(--primary);
    color: #e0ddff;
    text-transform: none;
    font-weight: 800;
    font-size: 18px;
}
.home-shape3 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.services-title {
    margin-bottom: 30px;
}
.counter-heart {
    font-size: 0px !important;
}
.counter-heart:after {
    content: '❤❤❤❤❤';
    font-size: 23px;
    /* background-image: url(../images/resource/heart.png); */
    position: absolute;
    width: 150px;
    height: 30px;
    left: 42px;
    top: 95px;
    background-size: contain;
    background-repeat: repeat-x;
    letter-spacing: 4px;
}
a.banner-tele {
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
}
a.banner-tele:hover {
    background: transparent !important;
}


.background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(&quot;background.jpg&quot;);
    background-size: cover;
    z-index: -1;
  }
  #popup {
    position: absolute;
    padding: 15px 30px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    background-color: var(--secondary);
    border: none;
    border-radius: 100px;
    cursor: pointer;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    width: 80px;
    height: 80px;
    right: 269px;
    top: -320px;
    bottom: auto;
  }
  .popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
  }
  .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 5px;
    border-radius: 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
  }
  .close {
    position: absolute;
    top: 0px;
    right: -23px;
    font-size: 32px;
    color: #000;
    cursor: pointer;
    background: white;
    padding: 8px;
    font-weight: 500;
  }
  .hire-content {
    text-align: center;
    width: 70%;
    margin: auto;
}
.hire-btn .about-button {
    text-align: center;
}
.contact-banner-section {
    padding: 70px 0px;
    background: url(../images/resource/service-contact-bg.jpg);
    background-position: bottom;
    background-repeat: repeat;
    background-size: 100%;
    background-color: var(--primary);
    background-blend-mode: color-burn;
    margin-bottom: 0px;
    position: relative;
    z-index: 1;
}
.services-banner-title h3 {
    margin: 15px;
    color: white;
}
.service-two-section2:after, .service-two-section2:before {
    /* content: ''; */
    /* width: 100%; */
    /* height: 3px; */
    /* position: absolute; */
    /* top: 0px; */
    /* background: linear-gradient(45deg, #00000000, var(--secondary), #00000000); */
    /* left: 0px; */
}
.service-two-section2:before {
    bottom: 0px;
    top: auto;
}
.about-two-icon img, .about-two-icon2 img {
    height: 65px;
}
h1.counter-heart-plus {
    padding-left: 144px;
}
.home-title {
    text-align: center;
    width: 70%;
    margin: auto;
}
.home-button {
    text-align: center;
}
.home-section:after {
    content: '';
    background: linear-gradient(179deg, #000b49e3 0%, #24dde2a1 100%);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
}   
.home-section:before {
    content: '';
    background-image: url(../images/slider/bg-footer.png);
    background-size: 141%;
    background-position: top right;
    position: absolute;
    background-repeat: no-repeat;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.home-button ul li img {
    height: 68px;
    border-radius: 100px;
    padding: 10px;
    background: white;
    box-shadow: 0px 0px 33px 0px #000000ab;
}
ul.footer-menu {
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    row-gap: 17px;
    padding: 32px 83px;
    border-top: 1px solid #6363634d;
    border-bottom: 1px solid #6363634d;
    background-color: #00041f;
    column-gap: 15px;
}

ul.footer-menu li {
    text-align: center;
    padding: 2px;
    border: 1px solid #434343;
    border-radius: 100px;
    margin: 0px 5px;
    box-shadow: -5px -5px 10px -1px #000000, 5px 5px 20px -1px #393939ab;
}
.menu-quick-link-contact {
    padding-left: 55px;
}
.footer-text h3 {
    margin: 0px !important;
}
.footer-row {
    padding: 0px 60px;
}
.footer-top-imges {
    width: 100%;
    height: 406px;
    margin: 13px 0px;
}
.footer-top-imges img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}
section.features-section {
    background: radial-gradient(#24dde2 -75%, #1aa1b2 -15%, #031844, #010b3e);
    padding: 60px 0px;
}
.features-info p {
    color: #ffffffb3;
}
.single-features-box:hover .features-info p {
    color: black;
}
p.about-para {
    text-align: justify;
}
.about-feature-box {
    width: 100%;
    background: #f3f3f8;
    box-shadow: -5px -5px 5px -1px #fff, 5px 9px 20px -1px #dcdce4;
    padding: 17px 10px;
}
.text-left {
    text-align: left;
}
.breadcumb-area:after {
    content: '';
    width: 98%;
    height: 95%;
    position: absolute;
    top: 10px;
    left: 10px;
    background: linear-gradient(182deg, var(--primary), var(--secondary));
    opacity: 0.8;
    border-radius: 10px;
    z-index: -1;
}
.about-page-title h3 {
    color: white;
}
.about-page-title h3 span {
    color: var(--secondary);
}
.contacts-content p a {
    font-weight: 700;
    font-size: 17px;
}
.about-page-para {
    color: white !important;
    text-transform: none;
}
.service-content {
    text-align: left;
}
.service-button2 {
    text-align: left;
}
.service-button1 {
    text-align: left;
}
.service-button3 {
    text-align: left;
}
.pricing-single-box:hover li {
    box-shadow: -5px -5px 15px -1px #ffffff, 5px 5px 20px -1px #d8d8e3;
}
h2.price-text {
    color: white;
    font-size: 80px;
    font-weight: 700;
    text-shadow: 0px 12px 6px #00000045;
}

.packagePricingImage span {
    font-size: 16px;
    font-weight: 700;
    color: black;
    letter-spacing: 2px;
    line-height: 0px;
}

.packageBannerSection:after {
    content: '';
    background: #000314;
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    opacity: 0.95;
}

span.packagePricingImage:after {
    content: '';
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: linear-gradient(179deg, var(--secondary), transparent, white);
}
.packagesBannerTitle {
    color: white;
    font-size: 30px;
}
.service-two-section2 .services-feature-box {
    box-shadow: none;
    margin-top: 50px;
}
.services-feature-box .about-sub-text h2 {
    color: black;
    font-size: 18px;
}

.service-two-section p {
    color: black;
}
.services-feature-box {
    min-height: 215px;
    align-items: baseline;
    flex-direction: row;
}

.services-feature-box .about-icon {
    background: linear-gradient(45deg, #ffffff, #ffffff);
    padding: 10px;
    margin-left: -16px;
    border-radius: 0px 100px 100px 0px;
    margin-right: 15px;
    position: relative;
    top: 9px;
    box-shadow: 0px 5px 20px 0px #2334dd33;
    border-left: 3px solid var(--primary);
}
.service-two-section .service-two-content h2 {
    color: var(--black);
}
.services-banner-title p {
    color: white;
}
.services-feature-box img {
    height: 40px;
    margin: 0px;
    padding: 6px;
}
.about-page-section {
    background-position: left;
    background-image: url(../images/resource/about-why-us-img.jpg);
    background-size: contain;
    background-color: #f1f1f1;
}
.contact-banner-section:after {
    content: '';
    background-image: url(../images/resource/background-with-wavy.png);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 9;
    opacity: 0.5;
}
.most-popular-box:before {
    height: 100% !important;
    background: black;
}
.most-popular-box .offersFeaturesList li {
    box-shadow: -5px -5px 15px -1px #ffffff36, 5px 5px 20px -1px #171717;
    color: #ffffffc4 !important;
}
.most-popular-price .tk, .most-popular-price .price-mon, .most-popular-price .currency {
    color: white;
}
.about-feature-box h2 {
    line-height: 22px;
}
.packages-single-box:hover {
    transform: scale(0.96) !important;
}
@keyframes myfirst
{
0%   {background: var(--primary);left:0px;top:0px;transform: scale(1.1);}
25%  {background: #f7bf55;left:0px;top:0px;transform: scale(1.1);}
50%  {background: var(--secondary);left:0px;top:0px;transform: scale(1);}
75%  {background: #b4b4b4;left:0px;top:0px;transform: scale(0.9);}
100% {background: black;left:0px;top:0px;transform: scale(1.09);}
}
.packages-features-btn a {
    margin: 30px 0px;
}
.pricing-single-box:hover {
    transform: scale(0.98) !important;
    transition: 1.5s all ease-in;
}
.pricing-single-box:hover i {
    color: white !important;
    background-color: var(--primary);
}
.most-popular-box .price-btn a {
    color: white;
}
div#sticky-header.sticky .col-lg-10 {
    width: 100% !important;
}
div#sticky-header.sticky nav.Technice_menu {
    text-align: center;
}
.custom-package-title {
    width: 50% !important;
}
.custom-package-title:after {
    left: -200px !important;
}
.custom-price-title {
    font-size: 16px !important;
}
.custom-packages .currency {
    font-size: 20px;
}