<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* ============================
CSS INDEX
=============================

    # HEADER TOP STARTS 
        --main menu area starts 
    # HEADER STARS
    # HOME PAGE HEADER STARTS
        -- home top header 
        -- home menu starts
    # HOME THREE STARTS
    # BANNER AREA STARTS
    # HOME TWO BANNER STARTS 
    # HOME THREE BANNER STARTS 
    # FEATURES STARTS 
    # ABOUT STARTS 
    # SERVICE STARTS 
    # GLOBAL AREA STARTS 
    # video button 
    # POPULAR AREA STARTS 
    # SKILL AREA STARTS 
    # STATISTICS STARTS 
    # CHOOSE SECTION STARTS 
    # BRAND AREA STARTS 
    # TESTIMONIALS STARTS 
    # BLOG STARTS 
    # SOLUTION STARTS 
    # FOOTER STARTS 
    # HOME TWO PAGE STARTS 
        -- BANNER 
        -- HOME ABOUT 
        -- PROFESSION STARTS 
        -- SOLUTION STARTS 
        -- HOME STUDIES STARTS 
        -- HOME DATA STARTS 
        -- HOME TEAM STARTS 
        -- FAQS AREA STARTS 
        -- HOME COUNTER STARTS 
        -- HOME TESTIMONIAL STARTS 
        -- HOME FORM STARTS 
        -- HOME BLOG 
        -- HOME BRAND 
        -- HOME FOOTER 
    # HOME TWO PAGE ENDS
    # HOME THREE PAGE STARTS 
        -- HOME THREE BRAND PARTNER STARTS 
        -- HOME THREE LEARN STARTS 
        -- HOME THREE SERVICE STARTS
        -- HOME THREE FAQ STARTS 
        -- HOME THREE STUDIES STARTS 
        -- HOME THREE CHOOSE STSRTS 
        -- HOME THREE TEAM STARTS
        -- HOME THREE TESTIMONIAL STARTS 
        -- HOME THREE BLOG STARTS 
        -- HOME THREE WORKS STARTS 
        -- HOME THREE FOOTER STARTS 
    # HOME THREE PAGE ENDS 
    # ABOUT PAGE STARTS 
        -- ABOUT COMPANY STARTS
        -- ABOUT CHOOSE STARTS 
        -- ABOUT TEAM STARTS 
        -- ABOUT STATISTIC 
        -- ABOUT TESTIMONIAL 
        -- ABOUT BRAND 
        -- ABOUT FOOTER 
    # ABOUT PAGE ENDS 
    # BLOG PAGE STARTS
        -- blog brand 
    # BLOG PAGE ENDS 
    # BLOG DETAILS STARTS 
    # BLOG DETAILS ENDS
    # CONTACT US PAGE STARTS 
    # CONTACT US PAGE ENDS  
    # CONTACT MAP 
    # CONTACT FORM 
    # SERVICE GLOBAL 
    # MAIN SERVICE 
    # PORTFOLIO 
    # PORTFOLIO DETAILS
    # SERVICE DETAILS 
    # TEAM PAGE 
    # TEAM DETAILS PAGE 
    # CHOOSE PAGE 
    # SHOP PAGE STARTS 
    # SHOP PAGE ENDG 

/* ============================
CSS INDEX
=============================== */


body{
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}

img{
    max-width: 100%;
    height: auto;
}

ul{
    margin-bottom: 0;
}

button .btn{
    box-shadow: none;
}

a:focus,
button:focus,
.btn:focus,
select:focus,
input:focus,
textarea:focus{
    box-shadow: none;
    outline: none;
}

a,
a:hover {
    text-decoration: none;
}

button {
    cursor: pointer;
}

textarea {
    height: 120px;
    width: 100%;
}

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

/* predoler */
.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 10000;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f7f7f9;
}

.bounce-active {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

.preloader img {
    display: inline-block;
    max-width: 100px;
}
/* predolerends */


/* HEADER TOP STARTS */
.header-top-container{
    position: relative;
    background-color: #1b1525;
    width: 100%;
    clip-path: polygon(1% 0%, 100% 0%, 100% 100%, 0% 100%);
}

.header-top-content span{
    color: #fff;
    width: 100%;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
}

.header-top-content-wrapper ul{
  float: right;
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: end;
  align-items: center;
}

.header-top-content-wrapper ul li a{
    display: inline-block;
    color: #fff;
    font-size: 16px;
}

.header-top-content-wrapper ul li a i{
    margin-right: 5px;
}

.header-top-content-wrapper ul li{
    position: relative;
    margin-right: 25px;
    color: #fff;
}

.header-top-content-wrapper ul li i{
    margin-right: 5px;
}

.header-top-content-wrapper ul .li-content::after{
    content: ' \007C';
    color: #fff;
    height: auto;
    position: absolute;
    top: 0px;
    margin-left: 10px;
}
/* HEADER TOP ENDS */


/* main menu area starts */
/*MOBILE MENU STARTS*/
.mobile-menu-trigger {
    cursor: pointer;
    margin-left: 30px;
    display: none;
}

.mobile-menu-trigger span {
    height: 2px;
    display: block;
    width: 35px;
    margin-bottom: 9px;
    background-color: #000;
}

.mobile-menu-trigger span:last-child {
    margin-bottom: 0;
}

.mobile-menu-container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #181818;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    overflow-x: hidden;
    -webkit-transition: .4s;
    transition: .4s;
}

#mobile-menu-wrap {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: 0;
    padding: 150px 50px 50px 50px;
}

#mobile-menu-wrap div {
    background-color: transparent;

}

.mobile-menu-container.menu-open {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0%);
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.slicknav_nav, .slicknav_nav.slicknav_hidden {
    display: block !important;
    text-align: left;
    margin-top: -70px;
}

.slicknav_btn {
    display: none !important;
}

.slicknav_menu {
    padding-left: 0;
}

.slicknav_nav li a {
    display: block;
    border-bottom: 1px solid #ffffff14;
    font-weight: 400;
}

.slicknav_item.slicknav_row a {
    border-bottom: 0;
}

.slicknav_nav .slicknav_row, .slicknav_nav a {
    padding: 10px 0px;
    margin: 0;
}

.slicknav_nav .slicknav_arrow {
    font-size: 15px;
}

.slicknav_nav ul {
    margin: 0 0 0 25px;
}

.slicknav_nav .menu-item-has-children ul {
    margin-bottom: 20px;
}

.slicknav_nav a:hover, .slicknav_nav .slicknav_row:hover {
    background-color: transparent;
}

.slicknav_nav .slicknav_row:hover,
.slicknav_nav a:hover {
    border-radius: 0;
}

.slicknav_item.slicknav_row {
    display: inline-block;
    width: 100%;
    position: relative;
}

.slicknav_arrow {
    -webkit-transition: .3s;
    transition: .3s;
    right: 0;
    top: 17px;
    position: absolute;

}

.slicknav_nav a, .slicknav_row a {
    color: #ffffff;
    font-size: 20px;
    display: inline-block;
}

.mobile-menu-container li {
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateX(1000px);
    -webkit-transform: translateX(1000px);
    transform: translateX(100px);
    -webkit-transition: 1s;
    transition: 1s;
}

.mobile-menu-container.menu-open li {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.mobile-menu-close {
    position: absolute;
    right: 50px;
    top: 50px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 1;
}

.mobile-menu-close::before {
    left: 15px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mobile-menu-close::after {
    right: 13px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu-close::before, .mobile-menu-close::after {
    position: absolute;
    height: 30px;
    width: 2px;
    background: #ffffff;
    content: '';
    top: 0;
}
/* MOBILE MENU ENDS*/

/* HEADER STARS */
.header-menu-bar{
    z-index: 10;
    position: relative;
}

.logo{
    position: absolute;
    background-color: #60b5ff;
    width: 370px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;
    clip-path: polygon(0 0, 100% 0%, 90% 100%, 0% 100%);
}

.main-menu-area.header-menu-area {
    z-index: 10; 
}

.menu-bar{
    height: 55px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.main-navigation ul{
    margin-left: 20px;
}

.main-navigation ul li {
    display: inline-block;
    position: relative;
    padding: 10px 15px;
    transition: 0.5s;
}

.main-navigation ul li a {
    display: inline-block;
    text-transform: capitalize;
    color: #000;
    font-size: 18px;
    font-weight: 500;
    position: relative;
    z-index: 1;
    line-height: 26px;
    transition: 0.3s;
}

.main-navigation ul li a:hover{
    color: #60b5ff;
}

.main-navigation ul li .active{
    color: #60b5ff;
}

.main-navigation ul li a:hover:after{
    width: 100%;
}

.main-navigation ul ul li a{
    color: #000;
    font-weight: 500;
}

/* Submenu / Dropdown Menu CSS */
.main-navigation ul li ul {
    position: absolute;
    width: 250px;
    left: 0;
    top: 50px;
    z-index: 2;
    -webkit-transition: .3s;
    transition: .3s;
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    background-color: #fff;
}

.main-navigation ul li:hover &gt; ul {
    opacity: 1;
    visibility: visible;
}

.main-navigation ul li ul li a {
    line-height: 26px;
}

.main-navigation ul li ul li {
    display: block;
    text-align: left;
    padding: 14px 20px;
    border-bottom: 1px solid #e1e4f9;
}

.main-navigation ul li ul li:last-child{
    border-bottom: none;
}

.main-navigation ul li ul ul {
    left: 250px;
    top: 0;
}

/*  */
.primary {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.primary:hover {
    color: #60b5ff;
    background-color: transparent;
    border-color: transparent;
}

.primary:active {
    color: #000;
    background-color: transparent;
    border-color: transparent;
}

.primary:active:focus{
    box-shadow: none;
}

button.btn-close.text-reset {
    display: inline-block;
    position: absolute;
    top: 40px;
    right: 40px;
    font-size: 30px;
    color: #ffffff !important;
    background: none;
}

div#offcanvasTop {
    background: rgba(0, 0, 0, 0.8);
    height: 100%;
    z-index: 9999;
}

.offcanvas-body{
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.offcanvas-body form{
    width: 100%;
}

.offcanvas-body form input[type="search"] {
    background: transparent;
    border-bottom: 3px solid #fff;
    width: 50%;
    border-top: none;
    border-left: none;
    border-right: none;
    font-size: 30px;
    color: #fff;
}

.offcanvas-body form i{
    color: #fff;
    font-size: 30px;
    margin-left: -40px;
}

.offcanvas-body form input::placeholder{
    color: #fff;
}
/* Submenu / Dropdown Menu CSS End */

/* header-menu-bar button-area */
.header-buttons-area {
    display: flex;
    height: 70px;
    align-items: center;
    justify-content: center;
    margin-right: 0px;
}

.header-buttons-area a {
    background: #60b5ff;
    font-weight: 600;
    font-size: 14px;
    border-radius: 3px;
    color: #fff;
    padding: 13px;
    border: 2px solid #60b5ff;
    transition: 0.5s;
    margin-left: 15px;
}

.header-buttons-area a i{
    font-size: 13px;
    margin-left: 5px;
}

.header-buttons-area a:hover{
    border: 2px solid #60b5ff;
    background-color: #fff;
    color: #000;
}
/* header-menu-bar-button-area ends */

/* language */
.lang-select {
    display: flex;
    align-items: center;
}

select{
    font-weight: 700;
    border: none;
}
/* language */
/* HEADER AREA ENDS */

/* HOME PAGE HEADER STARTS */
/* home top header */
.home-top-header ul{
    background: rgb(0,129,255);
    background: linear-gradient(90deg, rgba(0,129,255,1) 0%, rgba(164,12,250,1) 100%, rgba(54,9,121,1) 100%);
    clip-path: polygon(0 0, 100% 0, 99% 100%, 1% 100%);
    width: 100%;
    justify-content: center;
}

.lang-select i{
    color: #fff;
}

.home-top-header ul li select{
    background-color: transparent;
    color: #fff;
    font-weight: 400;
}

.home-top-header ul li select option{
    background-color: #60b5ff;
}
/* home top header */

/* home menu starts */
.home-logo{
    background-color: transparent;
}

.home-menu-bar{
    justify-content: center;
    z-index: 2;
}

.home-header-button{
    display: flex;
    align-items: center;
}

.home-header-button i{
    margin-right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background: rgb(0,129,255);
    background: linear-gradient(90deg, rgba(0,129,255,1) 0%, rgba(164,12,250,1) 100%, rgba(54,9,121,1) 100%);
}

.home-header-button ul li a{
    margin: 0;
    padding: 0;
    background: #fff;
    border: none;
    color: #60b5ff;
}

.home-header-button ul li a:hover{
    border: none;
}

.home-menu-button a{
    background-color: #08203a;
    border: 2px solid #08203a;
}

.home-menu-button a:hover{
    border: 2px solid #08203a;
}
/* home menu ends */
/* HOME PAGE HEADER ENDS */

/* HOME THREE STARTS */
.home-three-header-top{
    background-color: #60b5ff;
    padding: 10px 0;
    color: #fff;
}

.header-top-content-wrapper.home-three-top-header {
    text-align: center;
}

.home-three-header-button span i {
    color: #60b5ff;
}
/* HOME THREE ENDS */


/* BANNER AREA STARTS */
.banner-content {
    width: 100%;
    height: auto;
}

.banner-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 820px;
}

.banner-content-wrapper {
    height: 600px;
    display: flex;
    align-items: center;
}

.banner-content-wrapper-two{
    text-align: right;
}

.banner-content-wrapper span {
    font-size: 22px;
    font-weight: 500;
}

.banner-content-wrapper h2 {
    font-size: 120px;
    font-weight: 600;
    line-height: 1;
    margin-top: 30px;
    margin-bottom: 80px;
}

.banner-button{
    display: inline-block;
    background-color: #60b5ff;
    border: 2px solid #60b5ff ;
    color: #fff;
    padding: 16px 35px;
    border-radius: 3px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.5s;
}

.home-two-banner .banner-button{
    border: 2px solid;
}

.banner-button:hover{
    background-color: transparent;
    color: #fff;
    border: 2px solid #60b5ff;
}

.banner-button i{
    font-size: 13px;
    margin-left: 10px;
}

.banner-right-image{
    background-position: center center;
    background-repeat: no-repeat;
}
/* slick */
#banner .slick-dots {
    bottom: 80px;
    width: 1300px;
    left: 50%;
    transform: translateX(-50%);
    text-align: left;
}

#banner .slick-dots button{
    display: block;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

#banner .slick-dots li{
    border-radius: 50%;
    margin: 0 5px;
}

#banner .slick-dots li.slick-active button{
   background-color: #60b5ff;
}

#banner .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* slick */
/* BANNER AREA ENDS */

/* HOME TWO BANNER STARTS */
.banner-content{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    height: 600px;
}

.home-banner-left-content {
    width: 100%;
    height: 820px;
    display: flex;
    align-items: center;
}

.banner-subtitle{
    background: url('themes/v1/assets/images/banner-ring-image.png');
    color: #2844fb;
    background-size: contain;
    padding: 20px 30px;
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 22px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}

.home-nanner-content-wrapper h3{
    color: #000;
    font-size: 100px;
    font-weight: 200;
    line-height: 70px;
}

.home-nanner-content-wrapper h2{
    color: #000;
    font-size: 100px;
    margin-bottom: 30px;
}

.hide-vbutton{
    position: relative !important;
    display: none;
}

.home-banner-button{
    display: flex;
}

.home-banner-button .banner-button{
    display: inline-block;
    background: linear-gradient(90deg, rgba(0,129,255,1) 0%, rgba(164,12,250,1) 100%, rgba(54,9,121,1) 100%);
    padding: 15px 30px;
    color: #fff;
}

.home-banner-button a.banner-button:hover{
    background: transparent;
    color: #000;
}

.home-banner-left-content a.banner-button:hover{
    color: #000;
}

.home-banner-button .read-more-link{
    display: inline-block;
    margin-left: 20px;
    margin-top: 0;
    color: #000;
    padding: 15px 30px;
    transition: 0.3s;
}

.home-banner-button .read-more-link:hover{
    text-decoration: underline;
}

.banner-right-image {
    height: 935px;
    display: flex;
    align-items: center;
}

.home-two-banner .slick-dots li{
    border-radius: 50%;
    background: transparent;
}

.home-two-banner .slick-dots button{
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #60b5ff !important;
}

.home-two-banner li.slick-active button{
    background: #60b5ff !important;
}
/* HOME TWO BANNER ENDS */

/* HOME THREE BANNER STARTS */
.home-three-banner{
    position: relative;
    background: url('themes/v1/assets/images/home-three-banner-bg.jpg');
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
}

.home-nanner-content-wrapper span {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
}

.home-three-nanner-vedio {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 70px;
}

.home-three-vedio-image{
    position: relative;
}

.home-three-image-button{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.home-three-image-button a{
    position: relative;
    background-color: #fff !important;
    width: 60px !important;
    height: 60px !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.home-three-image-button a i.fas.fa-play {
    color: #60b5ff !important;
    font-size: 15px;
}

.home-three-image-button a:after {
    content: '';
    position: absolute;
    border: 20px solid #fff !important;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    bottom: -20px;
    right: -20px;
    animation: home-three-anim 1.5s linear infinite;
    opacity: 0;
}

@keyframes home-three-anim{
    0%{transform: scale(.5);}
    50%{opacity: 1;}
    100%{transform: scale(.7) !important;}

}

.home-three-banner .slick-dots {
    bottom: 65px !important;
}

.home-three-banner .slick-dots li{
    border-radius: 50%;
    background: transparent;
}

.home-three-banner .slick-dots button{
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #60b5ff !important;
}

.home-three-banner li.slick-active button{
    background: #60b5ff !important;
}

.slick-dots li button:before {
    font-size: 0px;
    border: none;
}
/* HOME THREE BANNER ENDS */

/* FEATURES STARTS */
#features{
    position: relative;
    padding: 125px 0;
    background-color: #f7f7f9;
}

.common-title{
    text-align: center;
    width: 50%;
    margin: 0 auto;
}

.common-title span{
    color: #60b5ff;
    font-size: 22px;
    font-weight: 600;
}

.common-title h4{
    color: #1b1525;
    font-size: 45px;
    font-weight: 600;
}

.f-sun {
    position: absolute;
    top: 15%;
    left: 8%;
}

img.f-moon {
    position: absolute;
    bottom: -40px;
    left: 16%;
}

img.f-rictangle {
    position: absolute;
    bottom: 80px;
    right: 80px;
}

img.f-doot {
    position: absolute;
    top: 15%;
    right: 9%;
}

.features-content {
    margin-top: 50px;
    text-align: center;
    background-color: #fff;
    padding: 20px 0;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.1);
    transition: 0.5s;
}

.features-content:hover{
    background-color: #60b5ff;
    color: #fff;
}

.features-content:hover .features-icon i{
    color: #fff;
}

.features-icon i{
    color: #60b5ff;
    font-size: 70px;
    transition: 0.5s;
}

.features-content span {
    font-size: 20px;
    font-weight: 600;
}
/* FEATURES ENDS */

/* ABOUT STARTS */
#about{
    padding: 125px 0;
}

.about-container{
    position: relative;
    height: 100%;
}

.about-container .a-image-three{
    height: auto;
}

img.a-image-one {
    position: absolute;
    top: 70px;
    left: 0;
}

img.a-image-two {
    position: absolute;
    top: 0;
    right: 0;
}

img.a-image-three {
    position: absolute;
    top: 362px;
    right: 94px;
}

img.a-image-four {
    position: absolute;
    top: 500px;
    left: 20px;
}

.about-content-wrapper{
    background-image: url('themes/v1/assets/images/a-bg-image.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 680px;
    margin-left: 50px;
}

.about-title{
    text-align: left;
    width: 100%;
}

.about-counter {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.experience{
    display: flex;
    align-items: center;
}

.counter{
    font-size: 27px;
    font-weight: 600;
}

.experience h2{
    font-size: 110px;
    font-weight: 600;
    color: #60b5ff;
}

.experience span{
    font-size: 24px;
    font-weight: 500;
    margin-left: 15px;
}

.about-details p{
    font-size: 18px;
}

.a-key-points {
    margin: 40px 0;
}

.a-key-points ul li {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}

.a-key-points ul li i {
    background-color: #60b5ff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}

.about-button a{
    display: inline-block;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
    padding: 15px 30px;
    color: #fff;
    transition: 0.5s;
}

.about-button a i{
    font-size: 12px;
    margin-left: 10px;
}

.about-button a:hover{
    border: 2px solid #60b5ff;
    background-color: #fff;
    color: #60b5ff;
}
/* ABOUT ENDS */


/* SERVICE STARTS */
#service{
    position: relative;
    padding-bottom: 155px;
    background: url('themes/v1/assets/images/s-bg-image.png');
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: contain;
}

.service-slider{
    margin-top: 50px;
}

.s-icon {
    position: absolute;
    bottom: 80px;
    right: 80px;
}

.service-content{
    position: relative;
    margin: 10px;
}

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

.service-desc {
    background: #60b5ff;
    width: 350px;
    height: 80px;
    position: absolute;
    bottom: 25px;
    right: 0;
    display: flex;
    align-items: center;
    border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
}

.service-desc ul li a{
    display: inline-block;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.service-desc ul li a i {
    display: inline-block;
    background: #fff;
    color: #60b5ff;
    font-size: 35px;
    margin-right: 20px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    border-radius: 50%;
}

/* slick */
#service .slick-dots {
    bottom: -50px;
    width: 100%;
    text-align: center;
    left: 0;
}

#service .slick-dots li.slick-active button {
    background: #60b5ff;
}

#service .slick-dots button {
    display: block;
    padding: 0;
    border: 2px solid #60b5ff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
}

#service .slick-dots li{
    border-radius: 50%;
    margin: 0 5px;
}
/* slick */
/* SERVICE ENDS */

/* GLOBAL AREA STARTS */
#global{
    padding: 125px 0;
    background: url('themes/v1/assets/images/global-bg.jpg');
}

.global-content span {
    color: #60b5ff;
    font-size: 22px;
    font-weight: 600;
}

.global-content h4 {
    color: #fff;
    font-size: 45px;
    font-weight: 600;
    margin-right: 25px;
    margin-top: 20px;
}

.global-content p {
    color: #fff;
    font-size: 18px;
    margin: 30px 105px 30px 0;
}

.global-content a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s;
}

.global-content a i{
    font-size: 12px;
}

.global-content a:hover{
    color: #60b5ff;
}

.global-image img{
    width: 100%;
}

.global-image{
    position: relative;
}
/* video button */
.global-image-button {
    position: absolute;
    top: 60%;
    left: 30%;
}

.button-position{
    display: flex;
    justify-content: end;
    align-items: center;
  
  }
  
  i.fas.fa-play {
      color: #000;
      font-size: 20px;
  }
  
  a.hv-popup-link{
      position: relative;
      background-color: #60b5ff;
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      text-decoration: none;
  }
  
  a.hv-popup-link:after{
      content: '';
      position: absolute;
      border: 30px solid #60b5ff;
      border-radius: 50%;
      top: -20px;
      left: -20px;
      bottom: -20px;
      right: -20px;
      animation: anim 1.5s linear infinite;
      opacity: 0;
  }
  
  @keyframes anim{
      0%{transform: scale(.5);}
      50%{opacity: 1;}
      100%{transform: scale(1);}
  
  }
/* video button */

.global-collumn-content {
    margin-top: 95px;
    text-align: center;
    background: url(themes/v1/assets/images/g-c-image-01.jpg);
    padding: 50px;
    transition: 0.5s;
    border-bottom: 3px solid;
}

.global-collumn-content:hover{
    border-bottom: 3px solid #60b5ff;
}

.collumn-two{
    background: url(themes/v1/assets/images/g-c-image-02.jpg);
}

.global-collumn-content span{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.globsl-c-icon {
    color: #60b5ff;
    display: block;
    text-align: center;
    font-size: 50px;
}

.read-more-link {
    display: block;
    color: #948ba3;
    margin-top: 30px;
    transition: 0.3s;
    font-size: 22px;
}

.read-more-link:hover{
    color: #60b5ff;
}

.read-more-link i {
    display: inline-block;
    margin-left: 10px;
    font-size: 15px;
}
/* GLOBAL AREA ENDS */


/* POPULAR AREA STARTS */
#popular{
    padding: 125px 0;
    position: relative;
}

div#popular-slider {
    height: 390px;
    margin-top: 50px;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.popular-imamg-one{
    position: absolute !important;
    left: 0;
    z-index: 3;
    transition: left 0.5s ease 0s;
}

.popular-imamg-two {
    position: absolute;
    left: 222px;
    z-index: 2;
    transition: left 0.5s ease 0s;
}

.popular-imamg-three {
    position: absolute;
    left: 444px;
    z-index: 1;
    transition: left 0.5s ease 0s;
}

.popular-imamg-four {
    position: absolute;
    left: 666px;
    z-index: 0;
    transition: left 0.5s ease 0s;
}

.popular-image-content {
    position: absolute;
    bottom: 60px;
    left: 50px;
}

.popular-image-content p{
    background-color: #60b5ff;
    text-align: center;
    padding: 13px 20px;
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
}

.popular-image-content a{
    display: block;
    background-color: #fff;
    color: #000;
    text-align: center;
    padding: 10px 25px;
    font-size: 22px;
    font-weight: 600;
}
/* POPULAR AREA ENDS */


/* SKILL AREA STARTS */
#skill{
    padding-bottom: 100px;
    position: relative;
}

.skill-icon-one{
    position: absolute;
    right: 80px;
    top: 80px;
}

.skill-icon-two{
    position: absolute;
    left: 80px;
    bottom: -60px;
}

.skill-title{
    text-align: left;
    width: 100%;
}

.skill-title h4{
    margin: 20px 0;
}

.skill-content-wrapper ul li{
    font-size: 18px;
    margin: 20px 0;
}

.skill-content-wrapper ul li i{
    color: #60b5ff;
    font-size: 16px;
    margin-right: 10px;
}

.skill-button a{
    padding: 15px 45px;
    margin-top: 30px;
}

.skill-content-right{
    position: relative;
}

.skill-span{
    text-align: center;
    width: 250px;
    height: 300px;
    box-shadow: 5px 8px 30px -10px hsl(246, 17%, 67%);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
    background: #fff;
}

.skill-progress .success-stroke {
    stroke: #60b5ff;
}

.skill-span span{
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
    margin-top: 20px;
}

.skill-content-two{
    position: absolute;
    top: 100px;
    right: 0;
}

.skill-content-four{
    position: absolute;
    bottom: 0;
    right: 40px;
}

.circle-content{
    position: relative;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    }
    
    .circle-logo{
    position: absolute;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background: url('assets/images/skill-logo.png');
    background-size: cover;
    /* filter: brightness(1.5) contrast(1.5); */
    }
    
    .textc{
    position: absolute;
    width: 100%;
    height: 100%;
    }
    
    .textc span{
     position: absolute;
     left: 50%;
     font-size: 18px;
     font-weight: 500;
     transform-origin: 0 100px;
    }   
/* SKILL AREA ENDS */

/* STATISTICS STARTS */
#statistics{
    padding-top: 125px;
    padding-bottom: 125px;
    background-color: #f7f7f9;
}

.statistics-content{
    margin-top: 50px;
    padding: 30px 40px;
    transition: 0.5s;
    border-right: 2px solid rgba(0, 0, 0, 0.1);
}

.statistics-content:hover{
    background-color: #fff;
    box-shadow: 5px 8px 15px rgba(0, 0, 0, 0.3);
}

.statistics-content i{
    background-color: #60b5ff;
    border-radius: 50%;
    padding: 10px;
    color: #fff;
}

.skill-counter h2{
    color: #60b5ff;
    font-size: 85px;
    font-weight: 500;
    margin: 20px 0;
}

.skill-counter h2::after{
    content: '+';
    color: #60b5ff;
}

.skill-counter-two h2::after{
    content: '%';
    color: #60b5ff;
}

.skill-counter-three h2::after{
    content: 'k';
    color: #60b5ff;
}

.counter-text p {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: 2px;
}
/* STATISTICS ENDS */


/* CHOOSE SECTION STARTS */
#choose{
    position: relative;
}

.blank-bg{
    position: absolute;
    width: 100%;
    height: 300px;
    background-color: #f7f7f9;
    z-index: -1;
}

.choose-image-wrapper{
    height: 100%;
    width: 45%;
    position: absolute;
    top: 0;
    left: 0;
}

.choose-image-container {
    margin-bottom: 50px;
}

.choose-image{
    position: relative;
    height: 100%;
    width: 100%;
    margin-bottom: 50px;
}

.choose-image img{
    height: 100%;
    width: 100%;
}

.choose-image-content {
    position: absolute;
    background-color: #60b5ff;
    padding: 33px;
    color: #fff;
    text-align: center;
    width: 380px;
    bottom: 85px;
    right: 90px;
}

.choose-image-content span{
    display: inline-block;
    width: 300px;
    height: 2px;
    margin-bottom: 10px;
    background-color: #ddd;
}

.choose-image-content ul li img {
    margin-right: 15px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.choose-image-content p{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 2px solid #ddd;
}

.choose-image-content p::before{
    content: open-quote;
    font-size: 30px;
}

.choose-image-content p::after{
    content: close-quote;
    font-size: 30px;
}

.choose-right-container{
    margin-top: 120px;
}

.choose-right-content {
    margin-top: 90px;
    margin-bottom: 40px;
}

.choose-title{
    width: 100%;
    text-align: left;
}

.choose-right-content ul li{
    margin-bottom: 20px;
}

.choose-right-content ul li i {
    display: block;
    color: #60b5ff;
    font-size: 60px;
    position: absolute;
}

.choose-right-content ul li p{
    display: inline-block;
    margin-left: 80px;
    font-size: 24px;
    font-weight: 600;
}

.choose-right-content ul li p span{
    display: inline-block;
    font-size: 16px;
    margin-top: 10px;
}
/* CHOOSE SECTION ENDS */


/* BRAND AREA STARTS */
#brand{
    background: #1b1525;
    padding: 80px 0;
}

#brand button.slick-arrow {
    display: none !important;
}

.brand-title {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 40px;
}

.brand-image{
   text-align: center;
}

.brand-image img{
    display: inline-block;
}
/* BRAND AREA ENDS */


/* TESTIMONIALS STARTS */
#testimonial{
    padding: 115px 0;
    position: relative;
}

.tc-icon-one {
    position: absolute;
    left: 200px;
    bottom: 80px;
}

.tc-icon-two {
    position: absolute;
    top: 80px;
    right: 200px;
}

.testimonial-container{
    display: flex !important;
    justify-content: center;
}

.testimonial-content {
    margin-top: 50px;
    padding: 50px;
    background-color: #f7f7f9;
    width: 50%;
}

.testimonial-content .blank{
    display: inline-block;
    width: 100%;
    height: 2px;
    background-color: #ddd;
    margin: 20px 0;
}

.customer-comment {
    margin-top: 100px;
    margin-left: 10px;
    margin-right: 10px;
}

.customer-comment p{
    font-size: 24px;
    margin-top: 30px;
}

.customer-info{
    display: flex;
    margin: 0 10px;
}

.customer-info i {
    color: #60b5ff;
    font-size: 65px;
    margin-right: 30px;
    line-height: 65px;
}

.customer-info ul li span{
    font-size: 24px;
    font-weight: 600;
}

#testimonial .slick-prev:before {
    content: ' \276E';
}

#testimonial .slick-next:before{
    content: '\276F';
}

#testimonial .slick-prev:before, .slick-next:before {
    font-size: 15px;
    line-height: 1;
    color: #000;
}

#testimonial .slick-prev {
    left: -180px;
}

#testimonial .slick-next {
    right: -180px;
}

#testimonial .slick-prev, .slick-next {
    width: 60px;
    height: 60px;
    border: 2px solid #ddd;
    border-radius: 50%;
    background: #60b5ff;
    z-index: 1;
}

#testimonial .slick-prev:hover{
    background: transparent;
    border: 2px solid #ddd;
}

#testimonial .slick-dots {
    top: -20px;
    width: 400px;
    left: 0px;
    text-align: left;
    display: flex;
}

#testimonial .slick-dots li{
    margin-right: 80px;
}

#testimonial .slick-dots #slick-slide-control30{
    background: url('themes/v1/assets/images/tc-image1.png');
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#testimonial .slick-dots #slick-slide-control31{
    background: url('themes/v1/assets/images/tc-image2.png');
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-size: cover;
}

#testimonial .slick-dots #slick-slide-control32{
    background: url('themes/v1/assets/images/tc-image3.png');
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

#testimonial .slick-dots li button:before {
   display: none;
}
/* TESTIMONIALS ENDS */


/* BLOG STARTS */
#blog{
    padding: 115px 0;
    background: url('themes/v1/assets/images/blog-bg.jpg');
}

.blog-title{
    text-align: left;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.blog-content{
    background-color: #fff;
    margin-bottom: 30px;
    transition: 0.3s;
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
}

#home-three-blog .blog-content{
    margin-top: 50px;
}

#blog .blog-content{
    margin-bottom: 30px;
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
}

.blog-image{
    width: 100%;
    height: 100%;
}

.blog-image img{
    width: 100%;
    height: 100%;
}

.blog-info{
    padding: 30px 40px;
}

.blog-info-time{
    display: flex;
    align-items: center;
}

.blog-info-time ul li i{
    margin-right: 5px;
}

.blog-info-link{
    display: inline-block;
    background-color: #60b5ff;
    color: #fff;
    letter-spacing: 2px;
    padding: 5px 20px;
    margin-right: 15px;
    border: 1px solid #60b5ff;
    transition: 0.3s;
}

.blog-info-link:hover{
    background-color: transparent;
    border: 1px solid #60b5ff;
}

.blog-content h5 a{
    display: inline-block;
    color: #000;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 0;
}

.blog-content h5 a:hover{
    color: #60b5ff;
}
/* BLOG ENDS */


/* SOLUTION STARTS */
#solution{
    background: url('themes/v1/assets/images/sulotion-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 95px 0;
}

.solution-title {
    text-align: center;
    color: #fff;
}

.solution-title span {
    font-size: 22px;
    font-weight: 600;
}

.solution-title h4 {
    font-size: 45px;
    font-weight: 600;
}

.solution-title a {
    display: inline-block;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
    padding: 15px 40px;
    margin-top: 14px;
    transition: 0.5s;
}

.solution-title a i{
    font-size: 13px;
    margin-left: 10px;
}

.solution-title a:hover{
    border: 2px solid #60b5ff;
    background-color: transparent;
    color: #fff;
}
/* SOLUTION ENDS */


/* FOOTER STARTS */
footer{
    position: relative;
    background-color: #1b1525;
    padding-top: 80px;
}

.footer-circle-icon {
    position: absolute;
    top: 85px;
    left: 85px;
}

.footer-plan-one{
    position: absolute;
    top: 85px;
    right: 85px;
}

.footer-plan-two{
    position: absolute;
    bottom: 160px;
    right: 85px;
}

.footer-wrapper p {
    color: #a6a3aa;
    font-size: 18px;
    margin: 20px 0;
    padding-right: 25px;
}

.footer-media-icon ul{
    display: flex;
}

.footer-media-icon ul li{
    margin-right: 10px;
}

.footer-media-icon ul li a{
    display: inline-block;
    color: rgb(117, 116, 116);
    background-color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}

.footer-media-icon ul li a:hover{
    background-color: #60b5ff;
    color: #fff;
}

.footer-content{
    margin-left: 40px;
    margin-bottom: 80px;
}

.footer-content h5{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.footer-content ul{
    margin-top: 20px;
}

.footer-content ul li {
    margin-bottom: 10px;
}

.footer-content ul li a{
    color: #a6a3aa;
    display: inline-block;
    border-bottom: 1px solid transparent;
    transition: 0.3s;
}

.footer-content ul li a:hover{
    color: #60b5ff;
    border-bottom: 1px solid #60b5ff;
}

.footer-content ul li i {
    color: #60b5ff;
    margin-right: 15px;
}

.footer-mail {
    margin-top: 30px;
}

.form-single{
    position: relative;
    display: inline-block;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
}

.form-single-button {
    background-color: #60b5ff;
    border: none;
    right: 25px;
    position: absolute;
    top: 20px;
}

.footer-mail input {
    color: #ffffff;
    display: inline-block;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
    padding: 15px 20px;
}

.footer-mail input:-webkit-autofill,
.footer-mail input:-webkit-autofill:hover,
.footer-mail input:-webkit-autofill:focus,
.footer-mail input:-webkit-autofill:active{
    box-shadow: 0 0 0 30px #60b5ff inset !important;
    transition: 0s;
    border: 2px solid #60b5ff;
    color: #ffffff;
    -webkit-text-fill-color: #ffffff !important;
}

.footer-mail input::placeholder{
    color: #fff;
}

.footer-mail i:focus{
    color: #60b5ff;
}

.footer-mail i{
    color: #fff;
    position: absolute;
}

.footer-bottom{
    background-color: #100d17;
    padding: 20px;
}

.copyright p{
    color: #a6a3aa;
    margin-bottom: 0;
}

.footer-bottom-menu {
    display: flex;
    justify-content: end;
}

.footer-bottom-menu ul{
    display: flex;
}

.footer-bottom-menu ul li{
    margin-left: 20px;
}

.footer-bottom-menu ul li a{
    display: inline-block;
    color: #a6a3aa;
    border-bottom: 1px solid #000;
    transition: 0.5s;
}

.footer-bottom-menu ul li a:hover{
    display: inline-block;
    color: #60b5ff;
    border-bottom: 1px solid #60b5ff;
}


.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
    background-color: #60b5ff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    position: fixed;
    right: 50px;
    bottom: 80px;
    cursor: pointer;
    font-size: 25px;
    color: #fff;
    z-index: 100;
    
}

.scroll-to-top.scroll-to-top-visible {
    opacity: 1;
    visibility: visible;
}
/* FOOTER ENDS */


/* ***************************** HOME TWO PAGE STARTS ******************************* */
/* BANNER */
.home-two-banner{
    background-image: url('themes/v1/assets/images/home-banner-bg1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
/* BANNER */

.about-progress .circle-chart__percent {
    font-size: 10px;
    font-weight: 600;
    fill: #fff;
}

.home-progress .circle-chart__percent {
    font-size: 10px;
    font-weight: 600;
    fill: #000;
}

/* HOME ABOUT */
#home-about{
    padding: 125px 0;
    background: url('themes/v1/assets/images/home-about-bg.png');
    background-position: right;
    background-repeat: no-repeat;
}

.home-about-left-content{
    position: relative;
}

.home-about-progress {
    background: linear-gradient(90deg, rgba(0,129,255,1) 0%, rgba(164,12,250,1) 100%, rgba(54,9,121,1) 100%);
    position: absolute;
    top: 30%;
    right: 10px;
    width: 225px;
    height: 300px;
    border-radius: 10px;
    text-align: center;
    padding: 36px;
}

.home-about-progress .success-stroke {
    stroke: #fff;
}

.home-about-progress .circle-chart__background {
    stroke: rgb(152, 152, 223);
    stroke-width: 2;
    fill: none;
}

.circle-chart__percent {
    font-size: 10px;
    font-weight: 600;
}

.home-about-progress span{
    font-size: 22px;
    font-weight: 500;
    color: #fff;
}

.home-about-right-content{
    margin-left: 60px;
}

 .ha-key-points ul li i {
    background-color: #60b5ff;
    color: #fff;
}

.home-about-right-content .about-button a {
    display: inline-block;
    background-color: #08203a;
    border: 2px solid #08203a;
    padding: 15px 30px;
    color: #fff;
    transition: 0.5s;
}

.home-about-right-content .about-button a:hover{
    border: 2px solid #08203a;
    background-color: transparent;
    color: #08203a;;
}
/* HOME ABOUT */

/* PROFESSION STARTS */
#home-profession{
    padding-bottom: 125px;
}

.home-profession-content{
    margin-top: 50px;
    box-shadow: 2px 8px 30px #e1e4f9;
    padding: 35px;
    text-align: center;
}

.home-profession-content img{
    width: 181px;
    height: 225px;
}

.home-profession-content h6 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
}
/* PROFESSION ENDs */


/* SOLUTION STARTS */
#home-solution{
    background: url('themes/v1/assets/images/Home-Solutions-bg-image.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0;
}

.home-solution-content{
    color: #fff;
}

.home-solution-content span{
    font-size: 22px;
    font-weight: 600;
}

.home-solution-content h4 {
    font-size: 45px;
    font-weight: 600;
    margin-top: 10px;
}

.home-solution-link{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: end;
}

.home-solution-link a{
    display: inline-block;
    color: #fff;
    background: linear-gradient(90deg, rgba(0,129,255,1) 0%, rgba(164,12,250,1) 100%, rgba(54,9,121,1) 100%);
    border: 2px solid rgba(54,9,121,1);
    padding: 15px 30px;
    transition: 0.3s;
}

.home-solution-link a i{
    font-size: 12px;
    margin-left: 10px;
}

.home-solution-link a:hover{
    background: none;
    border: 2px solid #fff;
}
/* SOLUTION ENDS */


/* HOME STUDIES STARTS */
#home-studies{
    padding: 90px 0;
}

.home-studies-image{
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.home-studies-image img{
    width: 100%;
    height: 100%;
}

.home-studies-hover{
    opacity: 1;
    display: block;
    width: 100%;
    height: 100%;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    background: linear-gradient(156deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.8) 100%, rgba(0,0,0,0.8) 100%);
    width: 100%;
    height: 100%;
    display: table;
  }

.middle a{
    display: inline-block;
    color: #fff;
    display: table-cell;
    vertical-align: middle;
  }

.middle a span {
    font-size: 24px;
    font-weight: 600;
}
  
.middle a i{
    display: block;
    font-size: 50px;
  }

.home-studies-image:hover .middle{
    opacity: 1;
  }
/* HOME STUDIES ENDS */


/* HOME DATA STARTS */
.data-details{
    margin: 30px 0;
}

div#skills-section {
    padding: 30px;
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.3);
    margin-top: 65px;
}

.progress{
    width: 100%;
    height: 7px;
    background-color: #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: visible;
}

.progress .progress-bar{
    width: 0%;
    opacity: 0;
    height: 100%;
    background-color: #883df7;
    border-radius: 10px;
    position: relative;
    transition: all 5s;
    overflow: visible;
}

.progress-bar span{
    display: inline-block;
    position: absolute;
    top: -40px;
    padding: 5px;
    right: 0;
    font-size: 10px;
    color: #fff;
    z-index: 2;
    background: #883df7;
}

.progress-bar span:after {
    border: solid;
    border-color: #883df7 transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 8px;
    top: 100%;
    z-index: 9;
}

/*  */
.data-top {
    display: flex;
    margin-left: 20px;
}

.data-bottom{
    display: flex;
}

.data-content {
    position: relative;
    width: 90%;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 10%);
    text-align: center;
    padding: 35px;
    margin: 22px;
    background-color: #fff;
}

#home-three-choose .data-content {
    text-align: left;
    width: 320px;
}

#home-three-choose .data-content span{
    display: block;
    margin: 10px 0;
}

.data-overlay-container{
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
}

.htc-three{
    position: absolute;
    top: 80px;
    right: 0;
}

.htc-four{
   position: absolute;
   bottom: -80px;
   right: 0;
}

.data-content:hover .data-overlay-container i, .data-content:hover .data-overlay-container p, .data-content:hover .data-overlay-container a,.data-content:hover .data-overlay-container span{
    color: #ffffff;
}

.data-overlay-container i {
    font-size: 60px;
    color: #0c63e4;
}

.data-overlay-container p{
    font-size: 22px;
    font-weight: 600;
}

.data-overlay-container a{
    text-decoration: underline;
}

.data-overlay-container a i{
    margin-left: 7px;
}

.data-overlay{
    padding: 40px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: url('themes/v1/assets/images/data-bg.jpg');
    background-size: cover;
}

.data-overlay i {
    font-size: 60px;
    color: #fff;
}

.data-overlay p{
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.data-overlay a{
    text-decoration: underline;
    color: #fff;
}

i.fa.fa-angle-double-right.data-icon {
    font-size: 11px;
    color: #0c63e4;
}

.data-content:hover .data-overlay{
    opacity: 1;
}

.data-content:hover i.fa.fa-angle-double-right.data-icon{
    color: #fff;
}
/* HOME DATA ENDS */


/* HOME TEAM STARTS */
.home-team-wrapper{
    margin-top: -470px;
}

.home-team-bg{
    margin-top: -110px;
}

.home-team-bg img{
    width: 100%;
}

.home-team-member {
    display: flex;
    margin-top: 55px;
}

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

.home-team-title h4{
    color: #fff;
}

.home-team-content img{
    width: 100%;
}

.home-team-content {
    position: relative;
    overflow: hidden;
    margin: 0 20px;
    left: 0;
    bottom: 0;
    transition: 0.5s;
}

.home-team-info {
    position: absolute;
    bottom: -240px;
    left: -50px;
    width: 320px;
    height: 350px;
    border-radius: 50%;
    background: #fff;
    padding-top: 45px;
    text-align: left;
    padding-left: 70px;
}

.home-team-content:hover .home-team-info{
    background: linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 54%);
}

.home-team-content:hover .home-team-info h6{
    color: #fff;
}

.home-team-content:hover .home-team-info span{
    color: #fff;
}

.home-team-info h6{
    color: #000;
    font-size: 24px;
    font-weight: 600;
}

.home-team-info span{
    color: #60b5ff;
    display: block;
}

.home-team-member .slick-dots {
    bottom: -75px;
    width: 100%;
    text-align: center;
}

.home-team-wrapper .slick-dots li{
    border-radius: 50%;
    background: transparent;
}

.home-team-wrapper .slick-dots button{
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #60b5ff;
}

.home-team-wrapper li.slick-active button{
    background: #60b5ff;
}

.slick-dots li button:before {
    font-size: 0px;
    border: none;
    border-radius: 50%;
}
/* HOME TEAM ENDS */


/* FAQS AREA STARTS */
#faq{
    padding: 195px 0 125px 0;
}

.faq-image-content{
    position: relative;
    background: url('themes/v1/assets/images/faq-bg.png');
    background-repeat: no-repeat;
    background-size: contain;
    height: 715px;
}

.image-one {
   margin-left: 140px;
}


.image-two {
    position: absolute;
    top: 294px;
    right: 50px;
}

.faq-info {
    background: linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 100%);
    padding: 30px;
    width: 34%;
    position: absolute;
    bottom: 30px;
    left: 100px;
}

.faq-counter h2{
    margin: 10px 0;
    font-size: 58px;
    color: #fff;
}

.faq-counter h2::after{
    color: #fff;
}

.faq-info span{
    color: #fff;
}

.faq-info h6{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.faq-content-wrapper {
    margin-left: 60px;
}

div#accordionExample {
    margin-top: 40px;
}

.accordion-item {
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, 0.125) !important;
}

.accordion-button:not(.collapsed) {
    color: #0c63e4;
    background-color: #fff;
  
}

.accordion-button {
    padding: 20px;
    font-size: 18px;
    font-weight: 600;
}

.accordion-button:focus {
    box-shadow: none;
}
/* FAQS AREA ENDS */


/* HOME COUNTER STARTS */
.home-counter-wrapper{
    display: flex;
    padding: 30px;
    background: linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 100%);
}
.home-counter-content{
    display: flex;
    justify-content: center;
    align-items: center;
}

.home-counter-icon i{
    font-size: 70px;
    color: #fff;
    margin-right: 15px;
}

.home-counter-text p {
    color: #fff;
    font-size: 22px;
    margin-left: 15px;
    line-height: 26px;
    margin-bottom: 0;
}

.home-c h2::after{
    content: '%';
}
/* HOME COUNTER ENDS */


/* HOME TESTIMONIAL STARTS */
section#home-testmonial {
    padding: 125px 0;
    background: url('themes/v1/assets/images/home-testimonial.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    margin-top: -80px;
    z-index: -1;
}

.home-testimonial-title{
    margin-top: 50px;
}

.home-testimonial-info{
    display: flex;
}

.home-testimonial-info img{
    width: 65px;
    height: 65px;
    border-radius: 50%;
}

.home-testimonial-content{
    background-color: #fff;
    padding: 50px;
    box-shadow: 2px 8px 15px #edf2fa;
    margin: 40px 20px;
}

.home-testimonial-content h6{
    font-size: 22px;
    font-weight: 600;
}

.home-testimonial-content h6::before{
    content: open-quote;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-right: 5px;
}

.home-testimonial-content h6::after{
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    bottom: -15px;
    position: relative;
    margin-left: 5px;
}

.home-testimonial-info ul {
    margin-left: 20px;
}

.home-testimonial-info ul li a span{
    display: inline-block;
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

.home-testimonial-info ul li a{
    color: #000;
}

.home-testimonial-star ul{
    display: flex;
    margin-bottom: 20px;
}

.home-testimonial-star ul li{
    margin-right: 10px;
}

.home-testimonial-star ul li i{
    color: #ff9c00;
}

#home-testmonial .slick-dots {
    bottom: -45px;
    width: 150px;
    left: 45%;
    text-align: center;
}

#home-testmonial .slick-dots button {
    display: block;
    padding: 0;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #60b5ff;
}


#home-testmonial li.slick-active button{
    background: #60b5ff;
}

#home-testmonial .slick-dots li button:before {
    font-size: 0px;
    border: none;
    border-radius: 50%;
}
#home-testmonial .slick-dotted.slick-slider {
    margin-bottom: 0;
}
/* HOME TESTIMONIAL ENDS */


/* HOME FORM STARTS */
.home-form-container{
    display: flex;
    position: relative;
}

.form-icon{
    position: absolute;
    font-size: 300px;
    color: #394d6129;
    bottom: 0;
    line-height: 1;
    height: 300px;
    width: 300px;
    right: 380px;
    z-index: 1;
}

.home-form-container img {
    height: 100%;
}

.home-form-wrapper{
    background-color: #08203a;
    width: 75%;
    padding: 60px;
}

.home-title{
    text-align: left;
    width: 100%;
}

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

.home-title h4{
    color: #fff;
}

/*  */
.home-form-wrapper form{
    margin-top: 30px;
}

.home-form-wrapper form input {
    background: transparent;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    color: #fff;
    margin-right: 30px;
    margin-top: 50px;
    padding-bottom: 10px;
    width: 45%;
}

.home-form-wrapper ::placeholder {
    color: #fff;
    font-size: 18px;
}

.home-form-wrapper form  textarea {
    height: 120px;
    color: #fff;
    width: 95%;
    margin-top: 40px;
    background: transparent;
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
    border-bottom: 2px solid #787676;
}

.home-form-wrapper form input[type="submit"] {
    width: 30%;
    font-size: 20px;
    padding: 15px;
    background: linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 100%);
}

.home-form-wrapper form input[type="submit"]:hover{
    background: #60b5ff;
}  
/* HOME FORM ENDS */


/* HOME BLOG */
.home-two-blog{
    background: none !important;
}
#home-blog{
    background: none;
    padding: 80px 0;
}

.home-blog-title {
    text-align: center;
  
    width: 100%;
    display: block;
}

.home-blog-content{
    border: 1px solid #ddd;
    transition: 0.3s;
    margin-bottom: 0;
}

.home-blog-content:hover{
    border: 1px solid transparent;
    box-shadow: 2px 4px 15px rgb(195, 194, 194);
}
/* HOME BLOG */


/* HOME BRAND */
.home-brand {
    background: #08203a !important;
    padding-top: 80px;
}

.home-brand button.slick-next.slick-arrow {
    display: none !important;
}

.home-brand button.slick-prev.slick-arrow {
    display: none !important;
}

.home-brand-content{
    border-bottom: 1px solid rgb(146, 142, 179);
    padding-bottom: 80px;
}
/* HOME BRAND */


/* HOME FOOTER */
.home-footer{
    background: #08203a;
    padding-top: 0;
}

.home-footer-content{
    margin-left: 0;
}

.home-footer-content ul li{
    margin-bottom: 10px;
}

.home-footer-content ul li a {
    color: #a6a3aa;
    display: inline-block;
}

.home-footer-content ul li i {
    color: #0c63e4;
    margin-right: 15px;
}

.home-footer-mail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    margin-top: 30px;
}

.home-footer-mail form{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.home-footer-mail button {
    background: transparent;
    border: none;
}

.home-form-single input{
    width: 80%;
}

.home-footer-mail input {
    margin: 0;
    padding-bottom: 0;
    background: transparent;
    border: 2px solid transparent;
    color: #fff;
}

.home-footer-mail ::placeholder{
    font-size: 15px;
}

.home-footer-mail i{
    display: inline-block;
    color: #fff;
}

.home-footer-mail .flaticon-email{
    margin-right: 10px;
}

.home-footer-mail a{
    display: inline-block;
    color: #fff;
}

.home-footer-icon {
    margin-top: 30px;
}

.home-footer-icon ul{
    margin-top: 10px;
}

.home-footer-icon ul li a {
    display: inline-block;
    border: 1px solid #948ba3;
    background-color: transparent;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    transition: 0.5s;
}

.home-footer-icon ul li a:hover {
    border: 1px solid transparent;
    background: linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 100%);
}

.home-footer-icon ul li a i{
    color: #fff;
   margin-right: 0;
}

.home-footer-privacy{
    color: #fff;
    margin-top: 20px;
}

.home-footer-privacy a{
    color: #fff;
    text-decoration: underline;

}

.home-footer-info img{
    margin-right: 15px;
}

.home-footer-info ul {
    margin-top: 10px;
}

.home-footer-info ul li{
    margin-bottom: 5px;
    color: #ddd;
}

.home-footer-info ul li i{
    color: rgb(110, 108, 108);
}

.home-footer-bottom{
    background-color: #0e2d4e;
}

.home-footer-bottom-menu ul li a{
    border-bottom: 1px solid #ddd;
}

.home-footer-bottom-menu ul li a:hover{
    color: #60b5ff;
    border-bottom: 1px solid #60b5ff;
}

.home-scroll{
    background:  linear-gradient(156deg, rgba(246,247,249,1) 0%, rgba(255,255,255,1) 0%, rgba(60,113,204,1) 0%, rgba(164,61,247,1) 100%);
}
/* HOME TWO FOOTER */
/* ********************************* HOME TWO PAGE ENDS ******************************************** */


/* ********************************* HOME THREE PAGE STARTS **************************************** */
/* HOME THREE BRAND PARTNER STARTS */
section#home-three-brand {
    padding-top: 50px;
}

.home-three-brand-one{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
}

.home-three-brand-two{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.home-three-brand-container .brand-image {
    width: 200px;
    height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.home-three-brand-container .brand-image:hover{
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
}

.home-three-brand-title{
    width: 100%;
    margin-top: 50px;
    text-align: left;
}

.home-three-brand-title h4 span{
    font-size: 45px;
}

#home-three-brand .row{
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
}
/* HOME THREE PARTNER ENDS */

/* HOME THREE LEARN STARTS */
#learn{
    padding: 125px 0;
}

.home-three-brand-title h4{
    margin: 20px 0;
}

.home-three-brand-title .banner-button{
    margin: 30px 0;
}

.banner-button-area {
    display: flex;
    align-items: center;
}

.banner-button-area .read-more-link{
    margin-top: 0;
    margin-left: 20px;
    color: #000;
}

.learn-wrapper{
    display: flex;
}

.learn-content {
    padding: 20px;
    border-right: none;
    margin-right: 30px;
    background-color: #f7faff;
}

.learn-content h2{
    font-size: 70px;
}

.learn-content h2::after {
    content: '+';
    color: #60b5ff;
}

.learn-counter h2::after{
    content: '%';
}

.home-learn-right-wrapper{
    position: relative;
}

.home-learn-image-one{
    position: absolute;
    top: 80px;
    left: 0;
}

.home-learn-image-two{
    position: absolute;
    top: 0;
    right: -40px;
}

.home-learn-progress {
    position: absolute;
    top: 448px;
    left: 0;
    width: 550px;
    height: 220px;
    border-radius: 0;
    background: #60b5ff;
    display: flex;
    justify-content: space-around;
}

.home-learn-progress span{
    display: inline-block;
    margin-top: 20px;
}

.home-learn-progress-one{
    margin-right: 20px;
}

.learn-blank{
    display: inline-block;
    width: 1px;
    height: 120px;
    background: #ddd;
}
/* HOME THREE LEARN ENDS */

/* HOME THREE SERVICE STARTS */
#home-three-service{
    background: url('themes/v1/assets/images/home-three-service-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 125px 0;
}

.home-three-service-title span{
    color: #fff;
}

.home-three-service-title h4{
    color: #fff;
}

.home-three-service-contant {
    display: flex;
    padding-right: 76px;
    margin-top: 50px;

}

.hts-icon i{
    color: #60b5ff;
    margin-right: 20px;
    font-size: 70px;
}

.hts-wrapper h6{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}

.hts-wrapper p{
    color: rgb(144, 143, 143);
    margin-top: 15px;
}
/* HOME THREE SERVICE ENDS */

/* HOME THREE FAQ STARTS */
#home-three-faq{
    padding-top: 125px;
    padding-bottom: 65px;
}

.home-three-faq-content{
    position: relative;
    height: 638px;
}

.htf-image-one{
    position: absolute;
    top: 50px;
    left: 0;
}

.htf-image-two{
    position: absolute;
    top: 0;
    right: -20px;
}

.htf-image-three{
    position: absolute;
    bottom: 0;
    right: 0;
}

.htf-image-four {
    position: absolute;
    bottom: -65px;
    left: 66px;
    z-index: -1;
}

.htf-info{
    position: absolute;
    bottom: 60px;
    left: 146px;
}
/* HOME THREE FAQ ENDS */

/* HOME THREE STUDIES STARTS */
#home-three-studies{
    padding-top: 80px;
    padding-bottom: 125px;
}
.home-three-studies-container{
    display: flex;
    margin-top: 50px;
    margin-right: -80px;
    margin-left: 80px ;
}

.home-three-studies-image{
    margin-left: 40px;
}

.home-three-studies-image .middle{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    padding: 30px;
}

.home-three-studies-image .middle-content a{
    display: inline-block;
    justify-content: center;
}

.home-three-studies-image .middle-content a:hover i{
    color: #fff;
}

.home-three-studies-image .middle-content a i{
    display: inline-block;
    color: #000;
    background-color: #60b5ff;
    padding: 20px;
    font-size: 20px;
}

.middle-content span a{
    display: inline-block;
    margin-top: 50px;
    color: #fff;
    font-size: 35px;
    font-weight: 500;
    text-decoration: underline;
    line-height: 50px;
}

.home-three-studies-container i.testimonial-arrow-lef.flaticon-left-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    left: 174px;
    z-index: 1;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s;
}

.home-three-studies-container i.testimonial-arrow-lef.flaticon-left-arrow.slick-arrow:hover{
    background-color: #fff;
    color: #000;
}

.home-three-studies-container i.testimonil-arrow-right.flaticon-right-arrow.slick-arrow {
    position: absolute;
    right: 250px;
    top: 50%;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 1;
    transition: 0.3s;
}

.home-three-studies-container i.testimonil-arrow-right.flaticon-right-arrow.slick-arrow:hover{
    background-color: #fff;
    color: #000;
}

.flaticon-right-arrow:before {
    content: " \276F";
}

.flaticon-left-arrow:before {
    content: " \276E";
}
/* HOME THREE STUDIES ENDS */

/* HOME THREE CHOOSE STSRTS */
#home-three-choose{
    padding-bottom: 125px;
}
.htc-image{
    margin-top: 30px;
}

.htc-top{
    margin-left: 0;
}

.htc-content{
    text-align: left;
    width: 300px;
}

.data-overlay span{
    color: #fff;
}

.htc-content a{
    display: block;
    margin-top: 10px;
}
.htc-left-wrapper{
    position: relative;
}

.htc-one {
    position: absolute;
    top: 80px;
    right: 60px;
}

.htc-two {
    position: absolute;
    bottom: -80px;
    right: 60px;
}

.htc-bg {
    z-index: -1;
    position: absolute;
    bottom: -154px;
    right: -30px;
}
/* HOME THREE CHOOSE ENDS */

/* HOME THREE TEAM STARTS*/
#home-three-team{
    padding-top: 125px;
    padding-bottom: 150px;
    position: relative;
}

.htt-bg{
    position: absolute;
    top: 0;
    left: 595px;
    z-index: -1;
}

.htt-image{
    position: relative;
    transition: 0.5s;
    margin: 50px 50px;
}

.htt-image img{
    width: 100%;
}

.htt-image:hover .htt-info-overlay{
    opacity: 1;
}

.htt-info {
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 250px;
    height: 100px;
    background-color: #fff;
    padding: 20px;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 10%);
}

.htt-info-overlay{
    opacity: 0;
    position: absolute;
    background-color: #60b5ff;
    color: #fff;
    bottom: -30px;
    right: -30px;
    padding: 20px;
    width: 250px;
    height: 150px;
    line-height: 20px;
    transition: 0.5s;
}

.htt-image h6{
    font-size: 24px;
    font-weight: 600;
}

.htt-media-icon ul{
    display: flex;
    margin-top: 20px;
}

.htt-media-icon ul li{
    margin-right: 10px;
}

.htt-media-icon ul li a{
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 10px;
    text-align: center;
    border: 1px solid #fff;
    transition: 0.3s;
    color: #fff;
}

.htt-media-icon ul li a:hover{
    background-color: #fff;
    border: 1px solid #fff;
    color: #60b5ff;
}

#home-three-team .slick-dots {
    bottom: -40px;
    width: 400px;
    left: 588px;
    text-align: left;
}

#home-three-team .slick-dots li{
    border-radius: 50%;
    background: transparent;
}

#home-three-team .slick-dots button{
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #60b5ff;
}

#home-three-team li.slick-active button{
    background: #60b5ff;
}

.slick-dots li button:before {
    font-size: 0px;
    border: none;
}
/* HOME THREE TEAM ENDS */

/* HOME THREE TESTIMONIAL STARTS */
#home-three-testimonial{
    padding-top: 125px;
    position: relative;

}

.home-three-testimonial-content{
   position: relative;
}

.httl-image-one {
    position: absolute;
    top: 50px;
    left: 0;
}

.httl-image-two {
    position: absolute;
    top: 0;
    left: 50px;
}

.home-three-testimonial-title{
    width: 100%;
    text-align: left;
    margin-left: 40px;
}

.home-three-testimonial-title h4{
    margin: 20px 0;
}

.home-three-testimonial-content-wrapper {
    background-color: #fff;
    padding: 13px;
    box-shadow: 2px 8px 15px #edf2fa;
    margin: 25px 15px;
}

#home-three-testimonial .slick-dots {
    bottom: -55px;
    width: 130px;
    left: 30px;
    text-align: left;
}
/* HOME THREE TESTIMONIAL ENDS */

/* HOME THREE BLOG STARTS */
#home-three-blog {
    padding: 100px 0;
}

.blog-three-content{
    border: 1px solid #ddd;
    margin: 50px 20px 0 20px;
}
/* HOME THREE BLOG ENDS */


/* HOME THREE WORKS STARTS */
#work{
    padding: 80px 0;
    background: url('themes/v1/assets/images/htw-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
}

.work-content-left{
    color: #fff;
}

.work-content-left span{
    font-size: 22px;
    font-weight: 600;
}
.work-content-left h4{
    font-size: 45px;
    font-weight: 600;
}

.work-moddle-content {
    text-align: center;
    background-color: #fff;
    padding: 27px;
    width: 280px;
    transition: 0.5s;
}

.work-moddle-content-link{
    display: inline-block;
    color: #000;
}

.work-moddle-content-link:hover{
    color: #60b5ff;
}

.work-moddle-content i{
    font-size: 40px;
    color: #6e16fe;
}

.work-moddle-content span{
    display: block;
    font-size: 27px;
    font-weight: 600;
    margin-top: 20px;
}

.work-link a {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: 1px solid #fff;
    display: inline-block;
    padding: 15px 50px;
    transition: 0.3s;
}

.work-link a:hover{
    border: 1px solid #000;
    color: #000;
}

.work-link{
    height: 100%;
    display: flex;
    align-items: center;
}
/* HOME THREE WORKS ENDS */

/* HOME THREE FOOTER STARTS */
.ft-content h5{
    color: #000;
}
.home-three-footer{
    background-color: #fff;
    padding-bottom: 0;
}

.home-three-footer-bottom{
    background-color: #f7faff;
}

.home-three-footer .scroll-to-top-visible {
    bottom: 30px;
}
/* HOME THREE FOOTER ENDS */
/* ********************************* HOME THREE PAGE ENDS **************************************** */


/* ******************************** ABOUT PAGE STARTS ******************************************* */
.about-banner-content{
    position: relative;
}

.about-banner-image img{
    width: 100%;
}

.about-banner-wrapper{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.about-banner-wrapper h2{
    font-size: 100px;
    font-weight: 600;
    color: #fff;
}

.about-banner-wrapper span{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
    
}

.about-banner-wrapper span a{
    font-size: 28px;
    font-weight: 500;
    color: #fff;
}

.about-banner-wrapper span a:hover{
    text-decoration: underline;
}

.about-banner-wrapper span i{
    margin: 0 15px;
}

/* ABOUT COMPANY STARTS */
#about-company{
    padding: 65px 0;
}

.about-company-right-content {
    margin-top: 50px;
}

.about-company-right-content .nav .nav-item a{
    display: inline-block;
    padding: 15px 30px;
    background-color: #fff;
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
    margin: 20px 10px;
    margin-left: 0;
    transition: 0.5s;
}

.about-group-button a i{
    font-size: 12px;
    margin-left: 5px;
}

.about-company-right-content .nav-tabs {
    position: relative;
    border-bottom: none;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0;
}

.about-company-right-content .tab-content .container{
    padding-left: 0;
}

.about-company-right-content{
    margin-left: 0;
}
  /* tab end */

.about-group-button a:hover{
    background-color: #60b5ff;
    color: #fff;
}

.about-company-contant{
    position: relative;
    height: 600px;
}

.ac-image-one {
    position: absolute;
    top: 170px;
    right: -50px;
}

.ac-image-two {
    position: absolute;
    top: 70px;
    right: -138px;
}

.ac-bg-image{
    position: absolute;
    z-index: -1;
}

.ac-content {
    position: absolute;
    left: 60px;
    bottom: -50px;
    background-color: #fff !important;
    padding: 20px 50px;
    box-shadow: 2px 8px 15px rgb(0 0 0 / 10%);
    background: url('themes/v1/assets/images/ac-content-bg.png');
    background-position: top right;
    background-repeat: no-repeat;
    
}

.ac-content h3{
    color: #60b5ff;
    font-size: 65px;
    font-weight: 600;
}

.ac-content span{
    font-size: 20px;
    font-weight: 500;
}

.ac-content ul{
    display: flex;
}

.ac-content ul li{
    margin-right: 10px;
}

.ac-content ul li i{
    color: #ff9c00;
}
/* ABOUT COMPANY ENDS */


/* ABOUT CHOOSE STARTS */
#about-choose{
    padding-top: 60px;
    padding-bottom: 125px;
}

.about-choose-left-content{
    position: relative;
}

.about-choose-progress {
    position: absolute;
    top: 462px;
    left: 100px;
    width: 530px;
    height: 210px;
    border-radius: 0;
    background: #60b5ff;
    display: flex;
    justify-content: space-around;
}

.baout-choose-right-container {
    margin-left: 50px;
    margin-top: 0;
}
/* ABOUT CHOOSE ENDS */


/* ABOUT TEAM STARTS */
.about-team-bg {
    margin-top: 0 ;
}

.about-team-wrapper {
    margin-top: -500px !important;
}

.about-team-member {
    margin-top: 60px;
}
/* ABOUT TEAM ENDS */

/* ABOUT STATISTIC */
.about-statistic{
    background-color: #fff !important;
    padding-bottom: 125px !important;
}

/* ABOUT STATISTIC */

/* ABOUT TESTIMONIAL */
.about-testimonial{
    margin-top: 0 !important;
}

.about-testimonial-title{
    margin-top: 0;
}
/* ABOUT TESTIMONIAL */

/* ABOUT BRAND */
.about-brand{
    padding: 0 !important;
}

.about-brand-content{
    border-bottom: none;
}
/* ABOUT BRAND */

/* ABOUT FOOTER */
.about-footer{
    background-color: #08203a;
}
/* ABOUT FOOTER */
/* ******************************** ABOUT PAGE ENDS ******************************************* */


/* ******************************** BLOG PAGE STARTS ***************************************** */
section.blog {
    background: #f7f7f9 !important;
}

.blog-paigination ul{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.blog-paigination ul li{
    margin: 0 12px;
}

.blog-paigination ul li a{
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    transition: 0.5s;
}

.blog-paigination ul li a i{
    display: inline-block;
    color: #000;
    transition: 0.5s;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
}

.blog-paigination ul li a:hover{
    color: #0c63e4;
    text-decoration: underline;
}

.blog-paigination ul li a i:hover{
    background-color: #1b1525;
   
    color: #fff;
}
/* blog brand */
.blog-brand{
    padding: 0 !important;
}
/* blog brand */
/* ******************************** BLOG PAGE ENDS ***************************************** */


/* ******************************** BLOG DETAILS STARTS *********************************** */
.blog-details{
    padding: 125px 0;
}

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

.blog-detais-info{
    padding: 40px 50px 50px 50px;
    background-color: #f7f7f9;
}

.blog-details-info-time {
    display: flex;
}

.blog-details-info-time ul{
    display: flex;
    margin-bottom: 15px;
}

.blog-details-info-time ul li{
    margin-right: 20px;
}

.blog-details-info-time ul li a{
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1b1525;
}

.service-left-category-f{
    background-color: #60b5ff !important;
}

.service-left-category-f a{
    color: #fff !important;
}

.service-left-category-f a:hover{
    background-color: #1b1525 !important;
}

.service-left-category-s{
    background-color: #1b1525 !important;
}

.service-left-category-s a{
    color: #fff !important;
}


.blog-details-info-time ul li a:hover{
    color: #60b5ff;
}

.blog-details-info-time ul li i{
    color: #60b5ff;
    margin-right: 10px;
}

.blog-detais-info h5 a{
    margin-top: 0;
    font-size: 36px;
    line-height: 44px;
    font-weight: 600;
    word-break: break-word;
    margin-bottom: 20px;
    color: #1b1525;
}

.blog-detais-info h5 a:hover{
    color: #60b5ff;
}

.blog-detais-info p{
    color: #777181;
    font-size: 18px;
    line-height: 30px;
}

.blog-detais-info .read-more-link{
    display: inline-block;
    background-color: #60b5ff;
    color: #fff;
    padding: 15px 30px;
    border-radius: 3px;
    border: 2px solid #60b5ff;
    transition: 0.3s;
}

.blog-detais-info .read-more-link:hover{
    background-color: transparent;
    border: 2px solid #60b5ff;
    color: #000;
}

.blog-details-content{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 50px;
}

.blog-details-content:last-child{
    margin-bottom: 0;
}

.blog-details-content img{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

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

.blog-details-slider .slick-dots {
    bottom: 5px;
}

.blog-details-slider .slick-dots button{
    display: block;
    padding: 0;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 15px;
    height: 15px;
}

.blog-details-slider .slick-dots li{
    border-radius: 50%;
    margin: 0 5px;
}

.blog-details-slider .slick-dots li.slick-active button{
   background-color: #fff;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.blog-details .service-left-category {
    margin: 0 0 50px 0;
    border-radius: 5px;
    background-color: #f7f7f9;
}

.blog-details .service-left-category form{
    position: relative;
}

.blog-details .service-left-category form input{
    padding: 20px;
    border: none;
    width: 100%;
    font-size: 18px;
}

.blog-details .service-left-category form button{
    width: 45px;
    height: 45px;
    background-color: #60b5ff;
    border: none;
    position: absolute;
    top: 10px;
    right: 10px;
    border-radius: 5px;
}

.blog-details .service-left-category form button i{
    color: #fff;
}

.blog-tags a{
    font-size: 13px;
    text-transform: uppercase;
    display: inline-block;
    margin-right: 5px;
    padding: 10px 16px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: #1b1525;
    font-weight: 600;
    background-color: #fff;
    border: 1px solid #dddddd8f;
    transition: 0.3s;
}

.blog-tags a:hover{
    background: #60b5ff;
    color: #fff;
}

.recent-post ul li{
    display: flex;
    background-color: transparent !important;
    margin-bottom: 30px !important;
}

.recent-post ul li img{
    border-radius: 10px;
}

.recent-post ul li a{
    padding: 0 !important;
    margin-left: 20px;
    margin-bottom: 10px;
}

.recent-post ul li span{
    margin-left: 20px;
    color: #60b5ff;
}

.recent-post ul li a:hover{
    background-color: transparent !important;
    color: #60b5ff !important;
}

.bd-contact{
    background: url('themes/v1/assets/images/bd-contact-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.bd-contact-overlay{
    background: linear-gradient(135deg,#2844fb,#8d03ff);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
}

.bd-contact h6{
    position: relative;
}

.bd-contact ul{
    position: relative;
}

.bd-contact ul li i{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.1);
}

.bd-contact ul li a, .bd-contact ul li span{
    color: #fff !important;
    border-bottom: 2px solid transparent;
}

.bd-contact ul li a:hover{
    color: #fff !important;
    border-bottom: 2px solid #fff;
}

.bd-rpd{
    display: block;
    font-weight: 600;
    font-size: 22px;
}

.blog-details-left-image{
    padding-top: 60px;
    height: 100%;
}

.blog-details-left-image img{
    height: 100%;
}

.blog-details-right-wrapper h5{
    margin-top: 50px;
    font-size: 35px;
    font-weight: 600;
}

.blog-details-right-wrapper ul li{
    position: relative;
    margin: 15px 0 15px 60px;
    font-size: 18px;
    color: #777181;
    line-height: 30px;
}

.blog-details-right-wrapper ul li i{
    display: inline-block;
    background-color: #f7f7f9;
    color: #000;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    position: absolute;
    left: -60px;
    top: 10px;
    border-radius: 5px;
    transition: 0.3s;
}

.blog-details-right-wrapper ul li:hover i{
    background-color: #60b5ff;
    color: #fff;
}

.blockquote{
    background-color: #f7f7f9;
    padding: 30px;
    border-left: 4px solid #60b5ff;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    margin: 50px 0;
}

.blockquote p{
    position: relative;
    z-index: 1;
    font-style: italic;
    line-height: 35px;
}

.blockquote i {
    position: absolute;
    top: -40px;
    left: 10px;
    font-size: 130px;
    color: #60b5ff;
    opacity: 0.1;
}

.blockquote span{
    font-style: italic;
    font-weight: 500;
}

.bdc-wrapper h3{
    font-size: 35px;
}

.bdc-wrapper p{
    font-size: 18px;
    line-height: 30px;
}

.blog-details #accordion{
    margin-top: 125px;
}

#accordion h4{
    font-weight: 600;
}

.card-header a{
    font-weight: 600;
    transition: 0.3s;
    position: relative;
    padding-left: 25px;
    color: #1b1525;
}

.card-header a:hover{
    color: #60b5ff;
}

.card-header a::before{
    content: "\f122";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    left: 3px;
    top: 5px;
}

.card {
    position: relative;
    display: flex;
    background-color: #fff;
    border: none;
}

.card-header {
    position: absolute;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom:none;
    top: 8px;
    right: 0;
}

.card-footer{
    display: flex;
    padding: 2.5rem 1rem;
    background-color: transparent;
    border-top: 1px solid rgba(0,0,0,.125);
}

.card-footer-right {
    margin-left: 15px;
}

.card-footer-right p{
    margin-top: 20px;
    margin-bottom: 0;
    font-size: 18px;
    line-height: 30px;
    color: #777181;
}

.card-footer-left {
    width: 300px;
}

.card-footer-left img{
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

.card-body {
    background-color: #f7f7f9;
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
}

.coment-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
}

.comment-form-cookies-consent label {
    display: inline;
    margin-left: 10px;
    font-size: 18px;
    line-height: 30px;
}


.card-body .form-control {
    display: block;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #eeeff2;
    border-radius: 0.25rem;
}

.card-body .form-control:focus{
    box-shadow: none;
}

.card-body textarea {
    height: 150px;
    width: 100%;
    margin-bottom: 25px;
    border-color: #eeeff2;
    color: #1b1525;
    padding: 20px;
    border-radius: 0.25rem;
}

.card-body .contact-form-button {
    text-align: left;
    border-radius: 0.25rem;
}

.card-body .contact-form-button button{
    border-radius: 0.25rem;
}

.card-body .contact-form-button button i{
    margin-left: 10px;
    font-size: 12px;
}
/* ******************************** BLOG DETAILS ENDS ************************************* */


/* ******************************** CONTACT US PAGE STARTS ******************************** */
.contuct-us{
    padding: 125px 0;
}

.contact-title{
    width: 100%;
    text-align: left;
    padding-right: 124px
}

.contact-title h4{
    margin: 20px 0;
}

.contact-media ul{
    display: flex;
}

.contact-media ul li{
    margin: 10px;
}

.contact-media ul li a{
    display: inline-block;
    border: 1px solid #928d9a;
    border-radius: 50%;
    color: #928d9a;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transition: 0.3s;
}

.contact-media ul li a:hover{
    background-color: #60b5ff;
    color: #fff;
    border: 1px solid #60b5ff;
}

.contact-address{
    margin: 30px 0;
}

.contact-address i{
    color: #60b5ff;
    font-size: 50px;
}

.contact-address h6{
    font-size: 24px;
    font-weight: 600;
    margin: 15px 0;
}

.contact-address ul li{
    margin: 10px 0;
}

.contact-address ul li a{
    display: inline-block;
    color: #000;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s;
}

.contact-address ul li a:hover{
    color: #60b5ff;
}
/* ******************************** CONTACT US PAGE ENDS ********************************** */

/* ******************************* CONTACT MAP ******************************************* */
.contuct-map{
    padding-bottom: 125px;
}

.goole-map {
    height: 450px;
}

.contuct-map iframe{
    height: 100%;
    width: 100%;
}
/* ******************************* CONTACT MAP ******************************************* */

/* ******************************* CONTACT FORM ****************************************** */
.contuct-form{
    padding-bottom: 125px;
}

.contuct-form input.form-control {
    padding: 20px;
    margin: 30px 0;
    border-radius: 0;
    background-color: #f3f3f4;
    border: none;
}

.contuct-form textarea {
    height: 150px;
    width: 100%;
    padding: 20px;
    border: none;
    background-color: #f3f3f4;
    margin-bottom: 20px;
}

.contact-form-button{
    text-align: center;
}

.contact-form-button button {
    padding: 15px 40px;
    display: inline-block;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
    color: #fff;
    transition: 0.3s;
}

.contact-form-button button i{
    font-size: 12px;
    margin-left: 7px;
}

.contact-form-button button:hover{
    background-color: #fff;
    color: #60b5ff;
    border: 2px solid #60b5ff;
}

.form-control:focus {
    color: #212529;
    background-color: #fff !important;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}
/* ******************************* CONTACT FORM ****************************************** */

/* ******************************* SERVICE GLOBAL *************************************** */
.service-global{
    padding-top: 125px;
    padding-bottom: 105px;
}

.service-global-content span{
    color: #60b5ff;
}

.service-global-content h4{
    color: #000;
}

.service-global-content p{
    color: #948ba3;
}

.service-global-content a{
    color: #60b5ff;
}

.service-global-content a:hover{
   text-decoration: underline;
}

.service-global-content a i{
    font-size: 12px;
    margin-left: 7px;
}

.service-data-content-wrapper{
    margin-top: 50px;
}
/* ******************************* SERVICE GLOBAL *************************************** */


/* ******************************* MAIN SERVICE ***************************************** */
.main-service{
    padding: 125px 0;
}

.main-service-content{
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
    padding: 30px;
    border: 2px solid transparent;
    transition: 0.3s;
}

.ms-wrapper h6{
    color: #000;
}

.ms-image{
    margin-right: 20px;
}

.ms-wrapper a{
    color: #000;
}

.ms-wrapper a:hover{
    text-decoration: underline;
}

.ms-wrapper a i{
    font-size: 12px;
    margin-left: 7px;
}

.main-service-content:hover{
    border: 2px solid #60b5ff;
}

.main-service-content:hover a{
    color: #60b5ff;
}

.main-service-content:hover h6{
    text-decoration: underline;
}

.service-statistic{
    padding-top: 80px !important;
}

.service-faq{
    padding-top: 125px !important;
}
/* ******************************* MAIN SERVICE ***************************************** */


/* ******************************* PORTFOLIO ****************************************** */
.portfolio{
    padding: 125px 0;
}

.portfolio-title{
    width: 100%;
    text-align: left;
    margin-bottom: 70px;
}

.button-group.filter-button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.filter-button-group button.active {
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

.filter-button-group button {
    border: none;
    background: none;
    margin-right: 15px;
    font-size: 18px;
    font-weight: 600;
}

.work-image{
    position: relative;
    transition: 0.3s;
    margin-bottom: 50px;
}

.image-overlay{
    padding: 15px 30px;
    text-align: center;
    background-color: #fff;
    box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: -30px;
    right: 30px;
}

.image-overlay h6{
    font-size: 24px;
    font-weight: 600;
}

.image-overlay span{
    color: #60b5ff;
    font-size: 18px;
    font-weight: 500;
}

.work-image:hover .image-overlay{
    background-color: #60b5ff;
    color: #fff;
}

.work-image:hover .image-overlay span{
    color: #fff;
}

.portfolio-button {
    display: flex;
    justify-content: center;
}

.portfolio-button a{
    display: inline-block;
    background-color: #60b5ff;
    padding: 15px 30px;
    color: #fff;
    border: 2px solid #60b5ff;
    transition: 0.3s;
}

.portfolio-button a i{
    font-size: 12px;
    margin-left: 7px;
}

.portfolio-button a:hover{
    border: 2px solid #60b5ff;
    background-color: #fff;
    color: #60b5ff;
}

.portfolio-details .portfolio-slider{
    margin-top: 0;
}
/* ******************************* PORTFOLIO ****************************************** */


/* ******************************* PORTFOLIO DETAILS ********************************* */
.portfolio-details{
    padding-top: 125px;
    padding-bottom: 80px;
}

.portfolio-info{
    border: 1px solid #dfdbe6;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 40px 0;
}

.portfolio-info h6{
    font-size: 24px;
    font-weight: 600;
}

.pfd-image{
    margin: 70px 0;
}

.pfp-image{
    margin: 50px 0;
}

.overview h4 {
    font-size: 45px;
    font-weight: 600;
}

.port-art-text{
    margin-bottom: 40px;
}

.portfolio-details .slick-dots {
    bottom: 0;
    width: 200px;
    left: 600px;
    text-align: left;
}

.portfolio-details .slick-dots li button:before {
    border: 2px solid #60b5ff;
}

.portfolio-details .portfolio-details-title{
    margin: 50px 0;
}

.portfolio-design{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 125px;
    margin-bottom: 50px;
    border: 1px solid #e1e4f9;
    padding: 20px;
}

.service-design{
    margin: 125px 0;
}

.portfolio-design-icon{
    color: #60b5ff;
    font-size: 30px;
}

.portfolio-left-design{
    display: flex;
    align-items: center;
}

.portfolio-left-design ul{
    margin-left: 30px;
}

.portfolio-left-design ul li span{
    font-size: 24px;
    font-weight: 600;
}

.portfolio-left-design ul li a{
    display: inline-block;
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
}

.portfolio-left-design ul li a i{
    font-size: 12px;
    margin-left: 7px;
}

.portfolio-left-design ul li a:hover{
    color: #60b5ff;
}

.portfolio-right-design{
    display: flex;
    align-items: center;
    text-align: right;
}

.portfolio-right-design ul{
    margin-right: 30px;
}

.portfolio-right-design ul li span{
    font-size: 24px;
    font-weight: 600;
}

.portfolio-right-design ul li a{
    display: inline-block;
    color: #000;
    text-decoration: underline;
    transition: 0.3s;
}

.portfolio-right-design ul li a i{
    font-size: 12px;
    margin-left: 7px;
}

.portfolio-right-design ul li a:hover{
    color: #60b5ff;
}

.portfolio-slider .slick-dots button{
    display: block;
    padding: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 2px solid #60b5ff;
}

.portfolio-slider .slick-active button{
    background-color: #60b5ff;
}

.portfolio-details .slick-dots li button:before {
    border: none;
}
/* ******************************* PORTFOLIO DETAILS ********************************* */


/* ******************************* SERVICE DETAILS ********************************** */
.service-details{
    padding-top: 125px;
}
.service-left-category{
    background-color: #ddd;
    padding: 40px;
}

.service-left-category h6{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
}

.service-left-category ul li{
    background-color: #fff;
    margin: 10px 0;
   
}

.service-left-category ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding: 20px;
    transition: 0.3s;
}

.service-left-category ul li a:hover{
    background-color: #60b5ff;
    color: #fff;
}

.service-left-category ul li a i{
    text-align: right;
    font-size: 15px;
}

.service-agency{
    position: relative;
    margin: 20px 0;
}

.agency-image {
    width: 100%;
}

.agency-image img{
    width: 100%;
}

.agency-strock-title{
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
}

.agency-strock-title h3{
    font-size: 65px;
    font-weight: 600;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-fill-color: transparent;
}

.agency-tytle{
    background-color: #60b5ff;
    padding: 30px 40px;
    text-align: center;
    position: absolute;
    bottom: 40px;
    left: 14%;
}

.agency-tytle h6{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

.agency-tytle a{
    display: inline-block;
    border: 1px solid #fff;
    padding: 15px 30px;
    color: #fff;
    transition: 0.3s;
}

.agency-tytle a i{
    font-size: 12px;
    margin-left: 7px;
}

.agency-tytle a:hover{
    text-decoration: underline;
}

.sd-right-content{
    margin-left: 30px;
}

.sd-image-one img{
    width: 100%;
}

.sd-right-content h4{
    font-size: 42px;
    font-weight: 600;
    margin: 30px 0;
}

.sd-wrappre h6{
    color: #000;
}

.sd-icon i{
    color: #60b5ff;
}

.sd-image-two{
    margin-top: 30px;
}

button.accordion-button.collapsed {
    font-size: 18px;
    font-weight: 600;
}
/* ******************************* SERVICE DETAILS ********************************** */


/* ******************************* TEAM PAGE ************************************** */
.main-team-member{
    padding-top: 125px;
    padding-bottom: 100px;
}

.main-team-title{
    width: 100%;
    text-align: left;
    margin-bottom: 30px;
}

.mt-button{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
}

.mt-button a{
    display:inline-block ;
    background-color: #60b5ff;
    border: 2px solid #60b5ff;
    color: #fff;
    padding: 15px 30px;
    transition: 0.3s;
}

.mt-button a:hover{
    border: 2px solid #60b5ff;
    background-color: transparent;
    color: #60b5ff;
}

.mt-button a i{
    margin-left: 7px;
    font-size: 13px;
}

.mt-content{
    margin: 15px 0;
    width: 100%;
}

.mt-content img{
    width: 100%;
}

/* */

.team-skill{
    display: flex;
    background-color: #f1f1f1;
    padding-top: 80px;
    padding-bottom: 50px;
}
/* ******************************* TEAM PAGE ************************************** */


/* ******************************* TEAM DETAILS PAGE ***************************** */
.team-details{
    padding: 125px 0;
}

.td-image{
    position: relative;
    text-align: center;
}


.bg-shape{
    position: absolute;
    background-color: #60b5ff;
    width: 100%;
    height: 550px;
    z-index: -1;
    bottom: 0;
    left: 0;
    clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
}

.team-details-content{
    margin-top: 50px;
}

.team-details-content h3{
    font-size: 55px;
    font-weight: 600;
}

.team-details-content span{
    font-size: 24px;
    color: #60b5ff;
    font-weight: 500;
}

.team-details-content p{
    margin: 30px 0;
    font-size: 18px;
}

.team-details-content h5{
    font-size: 30px;
    font-weight: 600;
}

.team-details-content ul{
    margin-top: 25px;
}

.team-details-content ul li a{
    display: inline-block;
    font-size: 22px;
    font-weight: 500;
    color: #000;

}

.team-details-content ul li a:hover{
    text-decoration: underline;
}

.team-details-content ul li{
    margin: 15px 0;
}

.team-details-content ul li a i{
    color: #60b5ff;
    margin-right: 20px;
}

.best-skill{
    margin-top: 50px;
    background-color: #f1f1f1;
    padding: 50px;
}

.team-skill-section{
    box-shadow: none !important;
    padding: 0 !important;
    margin-top: 30px !important;
}

.common-button{
    display: inline-block;
    background-color: #60b5ff;
    padding: 15px 30px;
    color: #fff;
    margin-top: 20px;
    border: 2px solid #60b5ff;
    transition: 0.3s;
}

.common-button i{
    margin-left: 15px;
    font-size: 13px;
}

.common-button:hover{
    background-color: transparent;
    border:  2px solid #60b5ff;
}

.td-testimonial{
    margin-top: 50px;
    background-color: #f1f1f1;
    padding: 50px;
}

.testimonial-slider-content-team p{
    margin: 30px 0;
    text-align: justify;
}

.testimonial-slider p::before{
    content: open-quote;
    display: inline-block;
    vertical-align: top;
    position: relative;
}

.testimonial-slider p::after{
    content: close-quote;
    display: inline-block;
    vertical-align: bottom;
    bottom: -15px;
    position: relative;
}

.testimonial-slider-info{
    display: flex;
    align-items: center;
}

.testimonial-slider-info ul{
    margin-left: 20px;
}

.testimonial-slider-info ul li h6{
    font-size: 24px;
    font-weight: 600;
}

.team-slider {
    margin-bottom: 30px !important;
}

.team-slider button.slick-next.slick-arrow {
    display: none !important;
}

.team-slider button.slick-prev.slick-arrow {
    display: none !important;
}

.team-slider .slick-dots {
    bottom: -50px;
    width: 200px;
    left: 0;
    text-align: left;
}

.td-testimonial .slick-dots li button:before {
    border: none;
}

.td-testimonial .slick-dots button{
    display: block;
    padding: 0;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #60b5ff
}

.td-testimonial .slick-active button{
    background: #60b5ff;
    
}
/* ******************************* TEAM DETAILS PAGE ***************************** */


/* ******************************* CHOOSE PAGE ********************************* */
.why-choose{
    padding: 125px 0;
}

.choose-right-contain {
    height: 100%;
    display: flex;
    align-items: center;
}
.choose-statistic .ch-title{
    margin-bottom: 50px;
}

.why-choose .choose-image-container {
    margin-bottom: 0px;
}

.why-choose .choose-image{
    margin-bottom: 0;
}
/*  */
.ch-title span,.ch-title h4{
    color: #fff;
}

.choose-statistic{
    background-image: url('themes/v1/assets/images/st-bg-image.jpg');
    margin-bottom: 125px;
    margin-top: 100px;
}

.ch-counter h2, .ch-text{
    color: #fff;
}

.ch-counter h2::after{
    color: #fff;
}

.ch-content:hover h2, .ch-content:hover p,.ch-content:hover h2::after{
    color: #60b5ff;
}
/* ******************************* CHOOSE PAGE ********************************* */


/* ******************************* SHOP PAGE STARTS ***************************** */
#shop{
    padding: 125px 0px;
}

/* nav tab */
.nav-tabs {
    position: relative;
    border-bottom: none;
    margin-bottom: 30px;
    padding: 15px;
    border-radius: 15px;
}

#shop .nav-tabs .nav-link.active {
    color: #60b5ff;
    border: none;
}

.nav-tabs .nav-link {
    border: none;
}

.nav-tabs .nav-link:hover {
    border: none;
}

#shop .nav-link {
    color: #000;
}

#shop .nav-link i{
    font-size: 25px;
}

#shop .nav-link:hover {
    color: #60b5ff;
}

#shop .nav-tabs .nav-link:focus {
    border:#fff ;
    color: #60b5ff;
}

.star-icon ul {
    display: flex;
    justify-content: center;
    color: #ff5e17;
}

.nav-album p {
    color: #707070;
    position: absolute;
    top: 25px;
    right: 370px;
}

.nav-form {
    position: absolute;
    top: 15px;
    right: 15px;

    background-color: #f1f1f1;
    color: #000;
    border: none;
    padding: 10px 20px;
}

select {
    color: #000;
    background-color: transparent;
    border: none;
}

button.nav-link.nav-list {
    position: absolute;
    left: 70px;
}

.cart {
    font-size: 13px !important;
    font-weight: 400;
    background-color: #ff5e17;
    padding: 12px 35px;
    border-radius: 25px;
    border: 2px solid #ff5e17;
    display: inline-block;
    margin-top: 10px;
}

.cart:hover{
    background-color: #181818;
}

.shop-content span {
    color: #787676;
    display: block;
}

.shop-box {
    padding: 0;
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.shop-image {
    overflow: hidden;
    margin: 15px;
    position: relative;
    background: #202020;
}

.shop-content {
    margin-bottom: 15px;
}

.shop-image img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease-in-out;
    backface-visibility: hidden;
}

.shop-image-overlay{
    display: flex;
    left: 50%;
    bottom: 25%;
    position: absolute;
    border-radius: 15px;
    opacity: 0;
    height: 100%;
    transition: 0.5s;
}

.shop-url {
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(10%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
    transition: .5s;
    display: inline-block;
}

.shop-url2 {
    background-color: #fff;
    position: absolute;
    bottom: -2px;
    font-size: 16px;
    left: 50%;
    top: 50%;
    transform: translate(-110%, -50%);
    height: 40px;
    width: 40px;
    line-height: 40px;
    border-radius: 50%;
   
    display: inline-block;
}

.shop-url2:hover i{
    color: #ff5e17;
}

.shop-url:hover i{
    color: #ff5e17;
}

.shop-url i{
    color: #181818;
    transition: .3s;
}

.shop-url2 i{
    color: #181818;
    transition: .3s;
}

.shop-box:hover .shop-image img{
    opacity: 0.5;
}

.shop-box:hover .shop-image-overlay{
    opacity: 1;
    height: 50%;
   
}

/*  */
.album-area{
    border: 1px solid #404040;
    border-radius: 15px;
    padding: 10px;
}

.album-area:hover .shop-image-overlay{
    opacity: 1;
    height: 50%;
   
}

.album-area:hover .shop-image img{
    opacity: 0.5;
}

.album-box{
    margin: 10px;
    padding: 0;
}

.album-image{
    margin: 0;
}

.album-content p{
    color: #707070;
}

.album-content a{
    color: #fff;
    transition: 0.5s;
}


.album-heading-wrapper{
    display: flex;
    justify-content: space-between;
    color: #fff;
    margin: 15px 0;
}

.album-heading span{
    color: #707070;
}

.album-media{
    display: flex;
    align-items: center;
}

.album-media ul{
    display: flex;
    justify-content: space-between;
}

.album-media ul li i{
   color: #ff5e17;
}

/*  */

.shop-list-album a h5{
    color: #000;
    text-transform: capitalize;
}

.shop-content a h5{
    color: #000;
}

.list-viwe{
    width: 100%;
}

.list-viwe .shop-box{
    display: flex;
}

.list-viwe .list-image{
    width: 30%;
}

.list-viwe .shop-content{
    display: none;
}


.list-viwe .shop-list-content{
    width: 60%;
    display: block;
    text-align: left;
    margin-top: 15px;
}

.shop-list-content{
    display: none;
}

.shop-list-content span{
    color: #707070;
    font-size: 20px;
}

.shop-list-content p{
    color: #707070;
    font-size: 15px;
}

.shop-list-content .cart{
    margin-top: 0;
    transition: 0.5s;
    color: #fff;
}

.shop-list-album{
    display: flex;
    justify-content: space-between;
}


.list-album-title h5 {
    color: #fff;
    text-transform: uppercase;
}

.paigation ul {
    display: flex;
    justify-content: center;
}

.paigation ul li {
    width: 45px;
    height: 45px;
    background-color: #202020;
    border-radius: 50%;
    line-height: 2.7;
    text-align: center;
    margin: 10px;
    transition: 0.3s;
}

.paigation ul li a{
  color: #fff;
  padding: 10px;
 }

 .paigation ul li:hover{
     background-color: #ff5e17;
 }


.paigation ul li a i{
    color: #fff;
   }
/* ******************************* SHOP PAGE ENDG ***************************** */
</pre></body></html>