.thrown-topbar-area {
    background: #010212;
    padding: 17px 0;
    position: relative;
    z-index: 999;
}

.thrown-topbar-area::before {
    position: absolute;
    content: "";
    width: 495px;
    height: 100%;
    left: 0;
    top: 0;
    background: #0154F7;
}

.topbar-info span {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    color: #fff;
}

.topbar-info span i {
    color: #0154F7;
    margin-right: 5px;
}

.topbar-social-item {
    text-align: right;
}

.topbar-social-item h4 {
    color: var(--white-color-white, #FFF);
    font-size: 16px;
    font-weight: 500;
    line-height: 28px;
    margin-top: 0;
    display: inline-block;
    margin-right: 12px;
}

.topbar-social-item ul {
    list-style: none;
    display: inline-block;
}

.topbar-social-item ul li {
    display: inline-block;
    margin-left: 5px;
}

.topbar-social-item ul li a i {
    height: 24px;
    width: 24px;
    line-height: 27px;
    display: inline-block;
    background: #FFF;
    text-align: center;
    font-size: 13px;
    border-radius: 50%;
    color: #0154F7;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.topbar-social-item ul li a:hover i{
    color: #ffffff;
}

.topbar-social-item ul li a i::after{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.topbar-social-item ul li a i:hover::after{
    transform: scale(1.1);
}

.topbar-social-item ul li.active a i {
    color: #0154F7;
    transition: .5s;
}

.topbar-social-item ul li.active a:hover i {
    color: #fff;
}


/*==================================================
 <-- Thrown Header Area Css-->
===================================================*/
.thrown-header-area {
    position: relative;
    z-index: 9;
}

.thrown-header-area::before {
    position: absolute;
    content: "";
    width: 495px;
    height: 100%;
    background: #0154F7;
    left: 0;
    top: 0;
    z-index: -1;
}

.header-logo {
    margin-top: -60px;
}

.thrown-menu ul {
    list-style: none;
}

.thrown-menu ul li {
    display: inline-block;
    margin-right: 25px;
}

.thrown-menu ul li a {
    display: inline-block;
    color: #141422;
    font-family: Jost;
    font-size: 16px;
    font-weight: 500;
    padding: 38px 0;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.thrown-menu ul li a:hover{
    color: #0154F7;
}

.thrown-menu ul li a::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    left: 0;
    right: 0;
    top: 70px;
    background: #0154F7;
    margin: auto;
    transition: .5s;
}

.thrown-menu ul li a:hover::before{
    width: 100%;
}

.thrown-menu ul li a i {
    font-size: 12px;
    margin-left: 4px;
}

.thrown-search-button {
    text-align: right;
}

.thrown-social-menu {
    display: inline-block;
}

.thrown-social-menu ul li {
    display: inline-block;
    margin-left: 10px;
}

.thrown-social-menu ul li a i {
    font-size: 18px;
    color: #666;
}

a.handbag {
    position: relative;
}

a.handbag:before {
    position: absolute;
    content: "0";
    font-size: 11px;
    color: #fff;
    font-weight: 500;
    background: #0154F7;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    left: 11px;
    top: -8px;
}

/* sticky nav */

.sticky-nav {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width: 100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #ffff!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

.sticky-nav .header-logo {
    margin-top: -8px;
}

/* sticky menu */

/* header style two sticky nav */
.sticky-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}

/* mobile menu sticky */
.sticky-mobile-menu {
    left: 0;
    margin: auto;
    top: 0;
    right: 0;
    width:100%;
    position: fixed !important;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    -webkit-animation: 300ms running fadeInDown;
    animation: 500ms running fadeInUp;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    transition: 0.5s !important;
    background: #010212!important;
    z-index: 9999 !important;
    animation-name: slideInDown;
    padding: 0 30px;
}


/* sub menu */

.thrown-menu ul .sub-menu {
    background: #fff;
    position: absolute;
    top: 125%;
    border-radius: 5px;
    width: 217px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 2px solid #0154F7;
    opacity: 0;
    z-index: 11;
}

.thrown-menu ul .sub-menu ul li {
    display: inline-block;
    margin-left: 0;
    width: 100%;
}

.thrown-menu ul .sub-menu ul li a {
    padding: 5px 12px;
    text-align: left;
    width: 100%;
    display: inline-block;
    visibility: inherit !important;
    color: #141422;
    margin: 0;
    font-size: 16px;
}

.thrown-menu ul .sub-menu ul li a:hover {
    margin-left: 7px !important;
    color: #0154F7;
}

.thrown-menu ul .sub-menu ul li a::before {
    display: none;
}

.thrown-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

/* mobile menu area */

.mobile-menu-area {
    display: none;
}

/* home menu thumb */

.thrown-menu ul .home-menu {
    background: #f9f9f9f9;
    position: absolute;
    top: 125%;
    left: 27%;
    width: 1090px;
    text-align: left;
    margin: 0;
    -webkit-box-shadow: 0px 1px 3px rgb(0 0 0 / 30%);
    transition: .5s;
    visibility: hidden;
    border-top: 4px solid #0154F7;
    padding: 38px 20px 0px;
    opacity: 0;
}

.thrown-menu ul li:hover .home-menu  {
    visibility: visible;
    opacity: 1;
    top: 99%;
}

.home-items {
    margin-bottom: 30px;
}

.home-menu-thumb{
    position: relative;
}

.home-menu-thumb img {
    width: 100%;
}

.home-btn {
    position: absolute;
    bottom:0;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: 0.4s;
    transition: .5s;
}

.home-menu-thumb:hover .home-btn{
    bottom: 30%;
    opacity: 1;
}

.home-btn a.menu-btn {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    z-index: 9;
    background: #0154F7;
    color: #fff;
    transition: .5s;
}

.home-btn a.menu-btn:hover{
    background: #010212;
}

.thrown-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.thrown-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #141422;
}

.thrown-menu ul li .home-menu-title h4 a:hover{
    color: #0154F7;
}

.thrown-menu ul li .home-menu-title h4 a::before{
    display: none;
}

/*==================================================
 <-- Thrown All Btn Css-->
===================================================*/

.thrown-btn {
    display: inline-block;
    margin-left: 52px;
    margin-top: -26px;
}

.thrown-btn a {
    background: #0154F7;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    padding: 13px 30px;
    border-radius: 35px;
    z-index: 1;
}

.header-button {
    position: relative;
    display: inline-block;
    overflow: hidden;
    max-width: 250px;
    margin: auto;
    bottom: -13px;
}
  
.header-button :hover {
    color: #fff;
}
  
.header-button span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #232323;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: -1;
    opacity: 1 !important;
}
  
.header-button:hover span {
    width: 225%;
    height: 562.5px;
}
  
.header-button:active {
      background-color: #141422;
}
  
a.header-button:hover {
    color: #fff;
}

/* slider btn */

.thrown-btn.slider {
    margin-left: 0;
}

/* slider style two */

.thrown-btn.slider2 {
    margin-left: 0;
    margin-top: 40px;
}

/* slider style three */

.thrown-btn.slider.three {
    margin-top: 32px;
}

/* contact us btn */

.thrown-btn.contact-us {
    margin-left: 0;
    margin-top: 0;
}

.thrown-btn.contact-us a {
    padding: 13px 42px;
}


.thrown-btn.contact-us2 {
    margin-top: 0;
    margin-left: 0;
}

.thrown-btn.contact-us2 a {
    background: #fff;
    color: #0154F7;
    padding: 13px 42px;
}

/* contact style two btn */

.thrown-btn.contact {
    margin-left: 0;
}

.thrown-btn.contact a {
    padding: 13px 35px;
}

/* pricing btn */

.thrown-btn.pircing {
    margin-left: 0;
    margin-top: 19px;
}

/* service style three btn */

.thrown-btn.service {
    margin-left: 0;
}

.thrown-btn.service a {
    background: #010212;
    padding: 10px 30px;
}

/* about style five btn */

.thrown-btn.about5 {
    margin-left: 0;
}

/*==================================================
 <-- Thrown Slider Area Css-->
===================================================*/

/* Banner Slider */
.banner-section{
	position: relative;
}

.banner-carousel .slide-item {
    position: relative;
    overflow: hidden;
    min-height: 900px;
}
.banner-carousel .slide-item .image-overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color:rgba(0, 0, 0, 0.45)
}
.banner-carousel .slide-item .image-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 6000ms linear;
    -moz-transition: all 6000ms linear;
    -ms-transition: all 6000ms linear;
    -o-transition: all 6000ms linear;
    transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer {
    -webkit-transform: scale(1.15);
    -ms-transform: scale(1.15);
    transform: scale(1.15);
}

/* slide content */

.slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
}

.slider-sub-title h4 {
    color: #1A1A1A;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    background: #FFF;
    display: inline-block;
    padding: 12px 73px 13px 8px;
    border-radius: 40px;
    margin-bottom: 25px;
}

.slider-sub-title span {
    background: #0154F7;
    padding: 5px 8px 5px;
    color: #fff;
    border-radius: 40px;
    margin-right: 14px;
}

.slider-main-title h1 {
    color: #FFF;
    font-family: Jost;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: 75px;
}

.slider-discripton p {
    color: #FFF;
    font-family: Jost;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    margin: 22px 10px 60px;
    width: 86%;
}

.slider-shape {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.slider-shape2 {
    position: absolute;
    top: 53%;
    right: 263px;
}

.slider-box {
    position: absolute;
    right: 64px;
    top: 50%;
    width: 195px;
    height: 195px;
    background: #0154F7;
    text-align: center;
    padding: 30px 0 0;
    border: 12px solid #fff;
    border-radius: 50%;
}

.slider-title h2 {
    color: #FFF;
    font-size: 22px;
    font-weight: 500;
    line-height: 50px;
    text-transform: capitalize;
}

.slider-title span {
    color: #FFF;
    text-align: center;
    font-size: 48px;
    font-weight: 500;
    line-height: 50px;
}


/* slider nav */

.banner-section .owl-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 32px;
}

.banner-section .owl-prev {
    background: #FFF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.banner-section .owl-prev:hover{
    color: #fff;
}

.banner-section .owl-prev::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.banner-section .owl-prev:hover::before{
    transform: scale(1.1);
}

.banner-section .owl-next {
    background: #FFF;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    margin-top: 12px;
    position: relative;
    z-index: 1;
    transition: .5s
}

.banner-section .owl-next:hover{
    color: #fff;
}

.banner-section .owl-next::before{
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.banner-section .owl-next:hover::before{
    transform: scale(1.1);
}

/*==================================================
 <-- Thrown Section Title Css-->
===================================================*/

.section-sub-title h4 {
    color: #0154F7;
    font-size: 29px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 23px;
}

.section-main-title {
    margin-bottom: 44px;
}

.section-main-title h2 {
    color: #010212;
    font-size: 50px;
    font-weight: 600;
    line-height: 65px;
    margin-top: 0;
}

/* team section title */

.section-main-title.team {
    margin-bottom: -32px;
}

/* salse report section title */

.section-main-title.sales {
    margin-bottom: 20px;
}

/* contact section title */

.section-main-title.contact h2 {
    color: var(--neutral-10, #FFF);
}

/* choose section title */

.section-sub-title.choose h4 {
    font-size: 20px;
    margin-bottom: 18px;
    font-weight: 400;
    text-transform: capitalize;
}

.section-main-title.choose {
    margin-bottom: 23px;
}

.section-main-title.choose h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    line-height: 58px;
}

/* about section title style three */

.section-sub-title.about3 h4 {
    font-size: 22px;
}

.section-main-title.about3 {
    margin-bottom: 0;
}

.section-main-title.about3 h2 {
    font-size: 45px;
    line-height: 55px;
}

/* work process section title */

.section-main-title.work {
    margin-bottom: 47px;
}

/* contact us style three sectin titile */

.section-sub-title.contact-thrree h4 {
    font-size: 20px;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.section-main-title.contact-thrree {
    margin-bottom: 17px;
}

.section-main-title.contact-thrree h2 {
    font-size: 45px;
}

/*==================================================
 <-- Thrown About Area Css-->
===================================================*/

.about-area {
    padding: 120px 0 122px;
}

.about-thumb {
    position: relative;
    transition: .5s;
}

.about-thumb img {
    width: 90%;
    transition: .5s;
}

.about-thumb img:hover{
    transform: perspective(300px) rotateX(2deg) rotateY(2deg);
}

.about-shape {
    position: absolute;
    bottom: -53px;
    right: -10px;
}

.about-sub-title h4 {
    color: #0154F7;
    font-size: 16px;
    font-weight: 500;
    line-height: 34px;
    text-transform: uppercase;
    margin-bottom: 24px;
}

.about-main-title {
    margin-bottom: 36px;
}

.about-main-title h2 {
    color: #010212;
    font-size: 45px;
    font-weight: 600;
    line-height: 72px;
    margin-top: 0;
}

.about-discribtion p {
    color: #666;
    font-size: 18px;
    font-weight: 400;
    line-height: 34px;
    margin: 0 0 35px;
}

.about-title h4 {
    color: #010212;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}

.about-single-box {
    border-radius: 3px;
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 30px 50px 25px;
}

.about-icon {
    margin-bottom: 15px;
}

.about-icon i {
    font-size: 26px;
    color: #0154F7;
}

.about-text h4 {
    color: #010212;
    font-size: 20px;
    font-weight: 500;
    line-height: 34px;
}



/*==================================================
 <-- Thrown Contact Us Area Css-->
===================================================*/

.contact-us-area {
    background: url(../images/resource/contact-us-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 56px 0 70px;
}

.contact-us-items.two {
    margin-left: 40px;
}

.contact-us-content h4 {
    color: #FFF;
    font-family: Heebo;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 8px;
}

.contact-us-content h2 {
    color: #FFF;
    font-family: Jost;
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: 49px;
    margin-top: 0;
    margin-bottom: 10px;
}

/*==================================================
 <-- Thrown Service Area Css-->
===================================================*/

.service-area {
    padding: 105px 0 93px;
}

.service-single-box {
    border-radius: 2px;
    background: #fff;
    box-shadow: 0px 0px 55px 0px rgba(0, 0, 0, 0.10);
    padding: 67px 25px 64px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

.service-single-box::before {
    position: absolute;
    content: "";
    height:0;
    width: 100%;
    left: 0;
    bottom: 0;
    background:#0154F7;
    z-index: -1;
    transition: .5s;
}


.service-single-box:hover::before{
    height: 100%;
}

.service-icon {
    margin-bottom: 23px;
}

.service-icon img{
    transition: .5s;
    width: 100%;
    height:240px;
    object-fit: cover;
}


.service-title h4 a {
    color: #20292F;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
}

.service-single-box:hover .service-title h4 a{
    color: #FFF;
}

.serivice-discription p {
    color: #666;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin: 43px 0 0;
    transition: .5s;
}

.service-single-box:hover .serivice-discription p{
    color: #FFF;
}

.underline .br-line {
    position: relative;
    overflow: hidden;
    height: 2px;
    width: 57px;
    background: #0154F7;
    left: 0;
    top: 20px;
    z-index: 1;
    transition: .5s;
}

.service-single-box:hover .underline .br-line{
    background: #FFF;
}

.br-line:after, .br-line:before {
    content: "";
    position: absolute;
    background: #fff;
    width: 3px;
    height: 3px;
    left: 0;
    z-index: -1;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: MOVE-BG;
    animation-name: MOVE-BG;
    transition: .5s;
}

.service-single-box:hover .br-line:after, .br-line:before{
    background: #0154F7;
}

@keyframes MOVE-BG{
	0%{-webkit-transform:translateX(0);transform:translateX(0)}to{-webkit-transform:translateX(60px);transform:translateX(60px)}
}


/*==================================================
 <-- Thrown Project Area Css-->
===================================================*/

.project-area {
    padding: 103px 0 240px;
    background: #F5F9FF;
}

/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 25%;
    flex: 25%;
    max-width: 32%;
    padding: 0 16px;
  }
  
  .column img {
    vertical-align: middle;
    width: 100%;
  }

  .project-thumb {
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
    perspective: 800px;
    perspective-origin: 0 0;
}

.project-thumb img{
    transition: .5s;
    height: 320px;
    object-fit: cover;
}

.project-thumb img:hover{
    transform: scale(1.1);
}

.portfolio-content {
    position: absolute;
    bottom: 0;
    background: rgba(1, 84, 247, 0.7);
    width: 314px;
    height: 178px;
}

.portfolio-content {
    position: absolute;
    bottom: 30px;
    background: rgba(1, 84, 247, 0.7);
    width: 314px;
    height: 178px;
    transform-origin: 0%;
    left: 0;
    border-radius: 5px;
    right: 0;
    margin: auto;
    padding: 46px 40px 0;
    opacity: 0;
    transform: rotateY(83deg)perspective(400px);
    transition: .5s;
}

.project-thumb:hover .portfolio-content{
    opacity: 1;
    transform: rotateY(0deg)perspective(400px);
}

.portfolio-content h6 {
    color: #FFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 40.5px;
    text-transform: uppercase;
}

.portfolio-content h3 {
    margin-top: 0;
}

.portfolio-content h3 a {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

/*==================================================
 <-- Thrown Sucsess Area Css-->
===================================================*/

.sucsess-area {
    margin-top: -150px;
}


/*==================================================
 <-- Thrown Team Area Css-->
===================================================*/

.team-area {
    padding: 110px 0 110px;
    position: relative;
}

.team-thumb {
    position: relative;
}

.team-thumb img {
   width: 100%;
   height: 320px;
   object-fit: contain;
 }
  
/*team social icon*/
.team-socail-icon {
    position: absolute;
    right: 0;
    background: #0154F7;
    padding: 17px 19px;
    transition: .5s;
    opacity: 0;
    transition: .5s;
    bottom: -100px;
}
  
.team-socail-icon a {
    list-style: none;
    display: block;
    margin-top: 13px;
    color: #fff;
    font-size: 20px;
}
  
.team-icon {
    position: absolute;
    right: 13px;
    bottom: -78px;
    z-index: 2;
}
  
.team-icon span {
    width: 45px;
    height: 45px;
    line-height: 50px;
    background: #0154F7;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
}
  
.team-share-social .team-socail-icon.active {
    bottom: 0;
    opacity: 1;
}
  
.team-content {
    background: #FFF;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.15);
    padding: 17px 15px 20px;
}

.team-title h4 {
    margin-bottom: 8px;
}

.team-title h4 a {
    color: #102039;
    font-family: Jost;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
}

.team-title span {
    color: #666;
    font-size: 16px;
    font-weight: 400;
}

/* team shape */

.team-shape1 {
    position: absolute;
    top: 30px;
    left: 0;
}

.team-shape2 {
    position: absolute;
    top: 30px;
    right: 0;
}

/*==================================================
 <-- Thrown Faq Area Css-->
===================================================*/

.faq-area {
    padding: 0 0 110px;
    background: url(../images/resource/faq-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}

/* video icon */

.single-video {
    text-align: center;
}

.video-icon a {
    height: 105px;
    width: 105px;
    background: #0154F7;
    text-align: center;
    display: inline-block;
    line-height: 115px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.video-icon a i {
    color: #ffffff;
    font-size: 76px;
}

/* accrodion css */

.tab_container {
    margin-top: 112px;
}

.accordion li {
    list-style: none;
    position: relative;
    z-index: 1;
    margin-bottom: 27px;
    border-radius: 3px;
}

.accordion li a {
    display: block;
    cursor: pointer;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 0px 35px 0px;
    text-decoration: none;
    margin-bottom: 11px;
    border: 1px solid rgba(221, 221, 221, 0.45);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.10);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.accordion li a span {
    color: #fff;
}

.accordion li a i {
    width: 56px;
    height: 56px;
    background: rgba(0, 0, 0, 0.45);
    display: inline-block;
    text-align: center;
    line-height: 56px;
    margin-right: -35px;
    color: #fff;
}

.accordion a.active{
    background: rgba(0, 0, 0, 0.45);
    border: none;
}

.accordion a.active i {
    color: #fff;
    background: #0154F7;
    border: none;
    margin-bottom: 0;
    transform: rotate(90deg);
}

.accordion li p {
    display: none;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    background: rgba(0, 0, 0, 0.45);
    padding: 11px 38px 28px;
    width: 100%;
    margin: 0;
    position: relative;
    top: -11px;
}

.accordion a.active:before {
    display: none;
}

a.active {
    color: #1c1632;
}

ul.accordion ul li a span {
    color: #fff;
}


/*==================================================
 <-- Thrown Sales Report Area Css-->
===================================================*/

.sales-report-area {
    padding: 90px 0 120px;
}

.sales-discription p {
    color: #747474;
    font-size: 16px;
    font-weight: 500;
    margin: 0px 0 40px;
    width: 80%;
}

.sales-list span {
    display: block;
    margin-bottom: 15px;
    color: #010212;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.sales-list span i {
    background: #0154F7;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
}

.sales-thumb img {
    width: 100%;
}

.row.sales {
    border-radius: 8px;
    background: #0154F7;
    padding: 12px 25px 16px;
}

.sales-title h5 {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}

.sales-price {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
}

.sales-price span {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.sales-price h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
}

.sales-years {
    display: flex;
    align-items: center;
}

.sales-years span {
    color: #E1E1E1;
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
}

.sales-years span i {
    font-size: 15px;
}

.sales-years h4 {
    color: #F0F0F0;
    font-size: 14px;
    font-weight: 400;
}

/*==================================================
 <-- Thrown Counter Area Css-->
===================================================*/

.counter-area {
    background: url(../images/resource/counter-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 100px 0 100px;
    position: relative;
}

.counter-single-box {
    text-align: center;
}

.counter-numbar h4 {
    color: #FFF;
    text-align: center;
    font-family: Jost;
    font-size: 55px;
    font-weight: 600;
    display: inline-block;
}

.counter-numbar span{
    color: #FFF;
    font-size: 55px;
    font-weight: 500;
}

.counter-content h5 {
    color: #FFF;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 28px;
    margin: 15px 0 6px;
}

.counter-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
}

.counter-shape {
    position: absolute;
    top: 72px;
    left: 36%;
    transform: translateX(-50%);
}


/*==================================================
 <-- Thrown Testimonial Area Css-->
===================================================*/

.testimonial-area {
    padding: 117px 0 114px;
}

.testi-single-box {
    background: #FFF;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
    padding: 46px 27px 40px;
    position: relative;
    overflow: hidden;
    margin: 10px;
}

.testi-single-box::before {
    position: absolute;
    content: "";
    width: 418px;
    height: 6px;
    background: #0154F7;
    top: 0;
    right: -5px;
    transform: skewX(40deg);
    transition: .5s;
}

.testi-single-box:hover::before{
    width: 0;
} 

.testi-single-box::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 100%;
    background: #0154F7;
    top: 0;
    right: 0;
    opacity: 0;
    transition: .5s;
}

.testi-single-box:hover::after{
    height: 0;
    opacity: 1;
} 

.testi-thumb {
    float: left;
    margin-right: 21px;
    margin-top: 10px;
}

.testi-thumb img {
    width:180px;
    height:180px;
    object-fit: contain;
}

.testi-title h4 {
    color: #18191D;
    font-family: Jost;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    transition: .5s;
}

.testi-single-box:hover .testi-title h4{
    color: #0154F7;
} 

.testi-title span {
    color: #0154F7;
    font-size: 16px;
    font-weight: 400;
}

.testi-discription p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 25px 0 0;
}

.testi-icon-thumb {
    position: absolute;
    top: 60px;
    right: 60px;
}

.testi-rating i {
    color: #FFC107;
    margin-right: 5px;
    font-size: 17px;
}

/* owlcarousel css */


.testimonial-area .owl-dots {
    text-align: center;
    margin-top: 31px;
}

.testimonial-area .owl-dot {
    margin-right: 9px;
    height: 25px;
    width: 25px;
    border: 2px solid #0154F7;
    border-radius: 50%;
    display: inline-block;
}

.testimonial-area .owl-dot.active {
    height: 25px;
    width: 25px;
    background: #0154F7;
    border-radius:50%;
}


/*==================================================
 <-- Thrown Blog Area Css-->
===================================================*/

.blog-area {
    background: #F5F9FF;
    padding: 116px 0 116px;
    position: relative;
}

.blog-single-box {
    background: #FFF;
    box-shadow: 0px 4px 30px 0px #E3E3E2;
    padding: 43px 30px 46px;
    position: relative;
    z-index: 1;
}

.blog-title h4 a {
    color: #010212;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 38px;
    margin-bottom: 30px;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-single-box:hover .blog-title h4 a{
    color: #0154f7;
}
.blog-meta {
    margin-bottom: 20px;
}

.blog-meta span {
    color: #747474;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin-right: 15px;
    transition: .5s;
}

.blog-single-box:hover .blog-meta span{
    color: #0154f7;
}

.blog-meta span i {
    margin-right: 10px;
    font-size: 17px;
    color: #0154F7;
    transition: .5s;
}

.blog-single-box:hover .blog-meta span i{
    color: #0154f7;
}

.blog-discription p {
    color: #747474;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    border-bottom: 1px solid #DDD;
    padding: 0px 0 30px;
    margin-bottom: 30px;
    transition: .5s;
}

.blog-single-box:hover .blog-discription p{
    color: #0154f7;
}

.blog-bottom-shape {
    display: inline-block;
    margin-right: 10px;
}

.blog-bottom-shape img {
    border-radius: 50%;
}

.blog-bottom-title {
    display: inline-block;
    margin-right: 130px;
}

.blog-bottom-title h4 {
    color: #010212;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    transition: .5s;
}

.blog-single-box:hover .blog-bottom-title h4{
    color: #0154f7;
}

.blog-btn {
    display: inline-block;
}

.blog-btn a {
    color: #010212;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-single-box:hover .blog-btn a{
    color: #0154f7;
}

.blog-btn a i {
    color: #000000;
    transition: .5s;
}

.blog-single-box:hover .blog-btn a i{
    color: #0154f7;
}

.blog-shape1 {
    position: absolute;
    top: 52px;
    left: 0;
}

.blog-shape2 {
    position: absolute;
    right: 0;
    bottom: 0;
}


/*==================================================
 <-- Thrown Footer Area Css-->
===================================================*/

.footer-area {
    background: #000;
    /* background-size: cover;
    background-repeat: no-repeat; */
    padding: 104px 0 0px;
    position: relative;
}

.footer-wiget-text h4 {
    margin: 28px 0 24px;
    color: #FFF;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
}

.footer-shape-title h3 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 23px;
}

.footer-wiget-shape {
    display: inline-block;
    margin-right: 10px;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 24px;
    font-style: normal;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 18px;
    transition: .5s;
}

.footer-wiget-title h4 {
    color: #FFF;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    padding: 0 0 18px;
}

.footer-wiget-menu ul {
    list-style: none;
}

.footer-wiget-menu ul li {
    list-style: none;
    margin-top: 0px;
}

.footer-wiget-menu ul li a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
    line-height: 36px;
    transition: .5s;
    margin: 0;
}

.footer-wiget-menu ul li a:hover {
    color: #0154F7;
    margin-left: 10px;
}

.footer-wiget-icon ul li {
    list-style: none;
    display: inline-block;
    margin-right: 19px;
    margin-bottom: 25px;
}

.footer-wiget-icon ul li a i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-size: 16px;
    transition: .5s;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.footer-wiget-icon ul li a:hover i{
    color: #fff;
}

.footer-wiget-icon ul li a i::after{
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.footer-wiget-icon ul li a i:hover::after{
    transform: scale(1);
}

.footer-widget-contct-menu ul {
    list-style: none;
}

.footer-widget-contct-menu ul li.line {
    margin-bottom: 20px;
    border-bottom: 1px solid #252424;
    padding: 0px 0 13px;
}

.footer-widget-contct-menu ul li a {
    display: block;
    color: #FFF;
    font-size: 18px;
    line-height: 32px;
    font-weight: 400;
    margin: 5px 0 4px;
    transition: .5s;
    text-decoration: none;
}

.copyright-text {
    margin-top: 15px;
}

.copyright-text p {
    color: #FFF;
    font-size: 18px;
    font-weight: 400;
}

.copyright-text p a {
    color: #fff;
}

.footer-condition {
    text-align: right;
}

.footer-condition ul {
    list-style: none;
}

.footer-condition ul li {
    display: inline-block;
}

.footer-condition ul li a {
    display: inline-block;
    margin-right: 28px;
    color: #FFF;
    font-size: 18px;
    line-height: 34px;
    font-weight: 400;
    text-decoration: none;
    transition: .5s;
}

.footer-condition ul li a:hover{
    color: #0154F7;
}


/*===========================================================================================
            /*===============================================================
                            <-- Thrown Home Page two Css-->
            =================================================================*/
/*===========================================================================================*/


.sidebar-info {
    width: 95px;
    background: #010212;
    position: absolute;
    right: 0;
    height: 1000px;
    z-index: 99;
}

.side-menu {
    text-align: center;
    margin-bottom: 100px;
    margin-top: 22px;
}

.side-menu a {
    width: 52px;
    height: 52px;
    background: #0154F7;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.topbar-info.style-two span {
    font-size: 18px;
    color: #FFF;
    font-weight: 400;
    line-height: 28px;
    writing-mode: vertical-lr;
    display: block;
    text-align: center;
    margin: 0px 33px 55px;
}

.topbar-info.style-two span a {
    text-decoration: none;
    color: #fff;
}

.topbar-info.style-two span i {
    color: #0154F7;
    margin-bottom: 10px;
    transform: rotate(90deg);
    writing-mode: vertical-rl;
    margin-right: 0;
    font-size: 20px;
}

.topbar-social-item.style-two {
    writing-mode: vertical-lr;
    margin: 0px 30px 0px;
}

.topbar-social-item.style-two h4 {
    margin-bottom: 20px;
}

.topbar-social-item.style-two ul li {
    margin-bottom: 5px;
}

.topbar-social-item.style-two ul li a i {
    line-height: 24px;
}


/*===============================================================
<-- Thrown Header Style two Css-->
=================================================================*/

.thrown-header-area.style-two {
    margin-bottom: -102px;
    z-index: 9;
}

.thrown-header-area.style-two::before{
    display: none;
}

.header-logo.style-two {
    margin-top: 0;
}

.thrown-menu.style-two {
    display: inline-block;
    margin-right: 57px;
}

.thrown-menu.style-two ul {
    display: inline-block;
}

.thrown-menu.style-two ul li a {
    color: #fff;
}

.thrown-search-button.style-two {
    display: inline-block;
    margin-left: 0;
}

.thrown-social-menu.style-two ul li a i {
    color: #fff;
}


/*===============================================================
<-- Thrown slider Style two Css-->
=================================================================*/

.slider-area {
    background: url(../images/slider/slider3.png);
    background-repeat: no-repeat;
    height: 1000px;
    background-size: cover;
    position: relative;
    z-index: 1;
}

.slider-area.two {
    background: url(../images/slider/slider4.png);
    background-size: cover;
}

.slider-sub-title.style-two h4 {
    background: none;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 30px;
}

.slider-shape3 {
    position: absolute;
    left: 68px;
    bottom: 0;
    z-index: -1;
}


/*===============================================================
<-- Thrown About Area Style two Css-->
=================================================================*/

.about-area.style-two {
    padding: 120px 0 170px;
}

.about-video-icon {
    position: absolute;
    top: 46%;
    left: 40%;
}

.about-video-icon a {
    width: 80px;
    height: 80px;
    background: #fff;
    display: inline-block;
    line-height: 88px;
    text-align: center;
    border-radius: 50%;
    font-size: 35px;
}

.about-counter {
    position: absolute;
    bottom: -28px;
    display: flex;
    left: 20%;
    width: 329px;
    height: 96px;
    background: #fff;
    box-shadow: 20px 40px 80px 0px rgba(45, 51, 81, 0.12);
    padding: 20px;
    border-radius: 16px;
}

.about-counter-thumb {
    float: left;
    margin-right: 20px;
}

.about-counter-thumb img {
    width: auto;
}

.about-countent-content h5 {
    color: var(--neutral-100, #101010);
    font-size: 24px;
    font-weight: 700;
}

.about-main-title.style-two {
    margin-bottom: 27px;
}

.about-main-title.style-two h2 {
    line-height: 56px;
}

.about-discribtion.style-two p {
    width: 75%;
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 32px;
}

/* process bar css */

.about-area .process-ber-plugin {
    margin-bottom: 44px;
}

.about-area span.process-bar {
    color: #010212;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.about-area .barfiller {
    width: 450px;
    height: 12px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 20px;
    background-color: #F5F5F5;
}

.about-area .barfiller .tipWrap {
    display: none;
}

.about-area .barfiller .tip {
    font-size: 16px;
    color: #0154F7;
    font-weight: 500;
    top: -37px;
    padding: 10px 6px;
    left: 0px;
    position: absolute;
}

.about-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 4px;
    z-index: 1;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.about-area span.fill {
    background: #0154F7!important;
}

/*===============================================================
<-- Thrown Contact Us Area Css-->
=================================================================*/


.contact-area {
    background: url(../images/resource/contact-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}

.contact-discription p {
    color: var(--neutral-30, #EDEDED);
    font-size: 16px;
    font-weight: 400;
    width: 77%;
    margin: 33px 0 50px;
}

.contact-thumb {
    margin-top: -100px;
    position: relative;
    margin-left: 60px;
}

.contact-shape {
    position: absolute;
    bottom: 50%;
    left: -72px;
}


/*===============================================================
<-- Thrown Service Area Style Two Css-->
=================================================================*/

.service-area.style-two {
    padding: 105px 0 110px;
}

.service-items-box-two {
    background: #FFF;
    box-shadow: 0px 4px 60px 0px rgba(139, 139, 139, 0.15);
    padding: 22px 16px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.service-items-box-two::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 0;
    background: #0154F7;
    left: 0;
    top: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover::before{
    width: 100%;
}

.service-icon-thumb {
    float: left;
    margin-right: 20px;
    margin-top: 6px;
    background: var(--black, #18191D);
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.service-icon-thumb::before{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background:#0154F7;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 5px;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb::before{
    transform: scale(1.1);
}

.service-icon-thumb img{
    transition: .5s;
}

.service-items-box-two:hover .service-icon-thumb img{
    filter: brightness(0)invert(1);
}

.service-items-title h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    text-decoration: none;
}

.service-items-content-two p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 26px 0 22px;
}

.service-items-thumb-two {
    position: relative;
}

.service-items-icon-two {
    position: absolute;
    top: -20px;
    right: 16px;
}

.service-items-icon-two i {
    height: 40px;
    width: 40px;
    background: #0154F7;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    transform: rotate(45deg);
    position: relative;
    z-index: 1;
    transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i{
    transform: rotate(0);
}

.service-items-icon-two i::after{
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: var(--black, #18191D);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.service-items-box-two:hover .service-items-icon-two i::after{
    transform: scale(1.1);
}

.service-disctription {
    text-align: right;
}

.service-disctription span {
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.service-disctription span a {
    color: #0154F7;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline;
}


/*===============================================================
<-- Thrown Choose Area Css-->
=================================================================*/

.choose-area {
    position: relative;
    margin-top: -2px;
    background: url(../images/resource/choose-bg-shape.png);
    background-size: contain;
    z-index: 1;
    padding: 115px 0 78px;
}

.choose-area::after {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    background: url(../images/resource/choose-thumb.png);
    right: 0;
    z-index: -1;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    top: 0;
}

.choose-discription p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    width: 80%;
    margin-bottom: 48px;
}

.choose-single-box {
    margin-bottom: 38px;
}

.choose-icon {
    float: left;
    margin-right: 23px;
    background: #fff;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
    border-radius: 50%;
    transition: .5s;
}

.choose-single-box:hover .choose-icon {
    transform: rotate(360deg);
}


.choose-content h4 {
    color: #FFF;
    font-family: Jost;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 9px;
    transition: .5s;
}

.choose-content h4:hover{
    color: #0154F7;
}

.choose-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    width: 62%;
}


/* choose video icon */

.single-video.style-two {
    text-align: right;
}

.video-icon.style-two a {
    height: 136px;
    width: 136px;
    line-height: 140px;
}

.single-video.style-two {
    text-align: right;
    left: -72px;
    top: 125px;
    position: relative;
}

/* choose contact */

.choose-contact {
    position: absolute;
    bottom: 0;
    background: #0154F7;
    height: 227px;
    width: 950px;
    right: 0px;
    padding: 86px 30px 0;
}

.subscribe-title h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 600;
    margin-top: 12px;
}

.choose-area .form-box input {
    width: 340px;
    height: 55px;
    padding: 0 20px;
    border: 0;
    outline: 0;
}

.choose-area .form-box input::placeholder {
    color: #C1C1C1;
    font-size: 16px;
    font-weight: 400;
}

.choose-area .form-box-button button {
    width: 180px;
    height: 55px;
    border: 0;
    outline: 0;
    background: #18191D;
    color: #fff;
    margin-left: 47px;
    position: relative;
    z-index: 1;
    transition: .5s;
}



/*===============================================================
<-- Thrown Work Procees Area Css-->
=================================================================*/

.work-process-area {
    padding: 114px 0 83px;
}

.work-process-single-box {
    text-align: center;
    padding: 0px 57px 0;
    position: relative;
}

.work-process-single-box.work::before {
    display: none;
}

.work-process-thumb {
    position: relative;
    padding: 30px;
}

.work-process-thumb img {
    width: 100%;
}

/* .work-process-shape {
    position: absolute;
    top: -33px;
} */

.work-process-shape {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.work-process-shape img {
    width: 100%;
}

.work-process-number {
    position: absolute;
    top: 0px;
    right: 0;
}

.work-process-number h4 {
    background: #18191D;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    height: 80px;
    width: 80px;
    line-height: 80px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.work-process-number h4::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    background: #0154F7;
    transform: scale(0);
    z-index: -1;
    border-radius: 50%;
    transition: .5s;
}

.work-process-single-box:hover .work-process-number h4::before {
    transform: scale(1.1);
} 

.work-process-thumb img {
    transition: .5s;
  }

.work-process-single-box:hover .work-process-thumb img {
    transform: scale(1.1);
  } 

.work-process-content {
    margin-top: 76px;
}

.work-process-content h4 a {
    padding: 35px 0 20px;
    color: var(--black, #18191D);
    font-size: 26px;
    font-weight: 600;
    line-height: 36px;
    text-decoration: none;
    transition: .5s;
}

.work-process-single-box:hover .work-process-content h4 a  {
    color: #0154F7;
  } 
  
.work-process-content p {
    color: var(--secondery, #666);
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
    margin: 17px 0 0;
}


/*===============================================================
<-- Thrown Pricing Area Css-->
=================================================================*/

.pricing-area {
    padding: 115px 0 120px;
    background: url(../images/resource/pricing-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.pricing-single-box {
    background: #FFF;
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.10);
    padding: 50px 104px 48px;
    text-align: center;
    transition: .5s;
    margin-top: 0;
    transition: .5s;
}

.pricing-single-box:hover{
    margin-top: -5px;
}

.pricing-title h3 {
    color: #0154F7;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}

.pricing-rate h3 {
    color: var(--text-color-01, #0D0E14);
    font-size: 66px;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 36px;
    transition: .5s;
}

.pricing-single-box:hover .pricing-rate h3{
    color: #0154F7;
}

.pricing-rate h3 span, .pricing-rate span {
    color: var(--text-color-01, #0D0E14);
    font-size: 28px;
    font-weight: 500;
    position: relative;
    top: -24px;
}

.pricing-time span {
    border-radius: 4px;
    border: 1px solid var(--stroke-01, rgba(13, 14, 20, 0.10));
    padding: 7px 28px;
    color: var(--text-color-01, #0D0E14);
    font-size: 16px;
    font-weight: 400;
    transition: .5s;
}

.pricing-single-box:hover .pricing-time span{
    background: #0154F7;
    color: #fff;
}

.pricing-time span i {
    color: #0154F7;
    font-size: 15px;
    margin-right: 3px;
    transition: .5s;
}

.pricing-single-box:hover .pricing-time span i{
    color: #fff;
}

.pricing-list {
    margin: 43px 0 0;
    text-align: left;
}

.pricing-list span {
    display: block;
    margin-bottom: 12px;
    color: var(--text-color-01, #0D0E14);
    font-size: 16px;
    font-weight: 500;
    transition: .5s;
}

.pricing-list span:hover{
    color: #0154F7;
}

.pricing-list span i {
    color: #0154F7;
    margin-right: 4px;
    font-size: 20px;
}

.pricing-list span.inner {
    opacity: 0.6;
    font-weight: 400;
}

.pricing-list span.inner i{
    color: #D9D9D9;
}


/*===============================================================
<-- Thrown Team Area Css-->
=================================================================*/

.team-discription {
    margin-left: 150px;
}

.team-item-thumb{
    overflow: hidden;
}

.team-item-thumb img {
    transition: .5s;
}

.team-item-thumb img:hover {
    transform: scale(1.1);
}

.team-item-content h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    transition: .5s;
}

.team-item-content h4 a:hover{
    color: #0154F7;
}

.team-item-content span {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 48px;
}

.team-item-content {
    margin: 30px 20px 0;
}



/*===============================================================
<-- Thrown Testimonial Style Two Area Css-->
=================================================================*/

.testimonial-area.style-two {
    background: url(../images/testimonial/testi-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    padding: 117px 0 228px;
}

.testimonial-item-thumb {
    float: left;
    margin-right: 84px;
    margin-top: 0;
    margin-bottom: 42px;
}

.testimonial-icon i {
    color: #FFC107;
    margin-right: 5px;
    font-size: 17px;
}

.testimonial-discription p {
    color: var(--white, #FFF);
    font-family: 'Jost';
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
    margin: 31px 0 26px;
}

.testimonial-title h4 {
    color: var(--white, #FFF);
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    margin-right: 44px;
}

.testimonial-title span {
    color: #0154F7;
    font-size: 17px;
    font-weight: 400;
}

.testimonial-shape {
    position: absolute;
    bottom: 185px;
    right: -15%;
}

.testimonial-area.style-two .owl-nav {
    position: absolute;
    right: 32px;
    display: inline-flex;
}

.testimonial-area.style-two .owl-prev i {
    width: 45px;
    height: 45px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    background: #0154F7;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.testimonial-area.style-two .owl-prev:hover i{
    color: #0154F7;
}

.testimonial-area.style-two .owl-prev i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #FFF;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.testimonial-area.style-two .owl-prev i:hover::after{
    width: 100%;
}

.testimonial-area.style-two .owl-next i {
    width: 45px;
    height: 45px;
    line-height:50px;
    display: inline-block;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    color: #0154F7;
    transition: .5s;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.testimonial-area.style-two .owl-next:hover i{
    color: #fff;
}

.testimonial-area.style-two .owl-next i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #0154F7;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}

.testimonial-area.style-two .owl-next i:hover::after{
    width: 100%;
}


/*===============================================================
<-- Thrown Contact Us Style Two Area Css-->
=================================================================*/

.contact-area-three {
    padding: 114px 0 123px;
}

.contact-three-discription p {
    color: var(--black, #18191D);
    font-size: 18px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 27px;
}

.contact-list span {
    display: block;
    color: #010212;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 16px;
}

.contact-list span i {
    width: 20px;
    height: 20px;
    background: #0154F7;
    line-height: 23px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 12px;
    color: #fff;
}

.contact-single-box {
    margin-top: 21px;
}

.contact-icon {
    float: left;
    margin-right: 18px;
}

.contact-icon i {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    background: #0154F7;
    line-height: 90px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 35px;
    position: relative;
    z-index: 1;
}

.contact-icon i::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius:5px;
    z-index: -1;
    transition: .5s;
}

.contact-icon i:hover::after{
    width: 100%;
}

.contact-content h5 {
    color: #0154F7;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 47px;
}

.contact-content h3 {
    color: #010212;
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
}

/* contact box */

.contact-box {
    border-radius: 10px;
    background: var(--white, #FFF);
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 63px 55px 82px;
    text-align: center;
    margin-top: -210px;
    position: relative;
}

.contact-title h4 {
    color: #010212;
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.form-box input {
    width: 371px;
    height: 58px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

.form-box input::placeholder{
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.form-box textarea {
    width: 371px;
    height: 141px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.form-box textarea::placeholder{
    color: rgba(112, 112, 112, 0.60);
    font-size: 14px;
    font-weight: 400;
}

.form-box-button {
    text-align: left;
    margin-left: 32px;
}

.form-box-button button {
    padding: 10px 30px;
    border-radius: 30px;
    background: #0154F7;
    border: 0;
    outline: 0;
    color: var(--white, #FFF);
    font-size: 14px;
    font-weight: 400;
    position: relative;
    z-index: 1;
}

.form-box-button button::after{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius:30px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::after{
    width: 100%;
}

/*===============================================================
<-- Thrown Brand Area Css-->
=================================================================*/

.brand-area {
    padding: 111px 0 104px;
    background: #F5F5F5;
}

.brand-area .owl-carousel .owl-item img {
    display: block;
    width: auto;
}

/*===============================================================
<-- Thrown Blog Style Two Area Css-->
=================================================================*/

.blog-area.style-two {
    background: none;
}

.blog-single-box.style-two {
    padding: 0;
    overflow: hidden;
}

.blog-single-box.style-two::before {
    display: none;
}

.blog-thumb {
    position: relative;
    overflow: hidden;
}

.blog-thumb img {
    width: 100%;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-thumb img {
    transform: scale(1.1);
}

.blog-meta-date {
    width: 60px;
    height: 53px;
    border-radius: 3px 0px 0px 3px;
    background: #18191D;
    line-height: 0px;
    position: absolute;
    z-index: 1;
    padding: 7px 0px 0px;
    bottom: 0;
    right: 0;
}

.blog-meta-date::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0154F7;
    border-radius: 3px 0px 0px 3px;
    margin: auto;
    z-index: -1;
    transition: .5s;
}

.blog-single-box.style-two:hover .blog-meta-date::before {
    width: 100%;
}

.blog-meta-date h5 {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
}

.blog-meta-date span {
    color: #FFF;
    font-size: 16px;
    text-align: center;
    margin-left: 16px;
}

.blog-content.style-two {
    padding: 24px 24px 25px;
}

.blog-meta.style-two {
    margin-bottom: 10px;
}

.blog-meta.style-two span {
    margin-right: 28px;
    font-size: 16px;
}

.blog-single-box.style-two:hover .blog-meta.style-two span {
    color: #0154F7;
}

.blog-meta.style-two span i{
    margin-right:5px ;
}


.blog-single-box.style-two:hover .blog-meta.style-two span i {
    color: #0154F7;
}

.blog-title.style-two h4 a {
    font-size: 24px;
    border-bottom: 1px solid rgba(208, 208, 208, 0.50);
    padding: 0px 0 17px;
    margin-bottom: 20px;
    font-weight: 600;
    line-height: 34px;
}

.blog-single-box:hover .blog-title.style-two h4 a {
    color: #0154F7;
}

.blog-single-box:hover .blog-btn.style-two a {
    color: #0154F7;
}

.blog-btn.style-two a i{
    color: #0154F7;
}


/*===========================================================================================
            /*===============================================================
                            <-- Thrown Home Page Three Css-->
            =================================================================*/
/*===========================================================================================*/

/*===============================================================
<-- Thrown Slider Style Three Css-->
=================================================================*/

section.banner-section.style-three .banner-carousel .slide-item{
    height: 1000px;
}

/*===============================================================
<-- Thrown Header Style Three Css-->
=================================================================*/

.thrown-header-area.style-three {
    z-index: 999;
    margin-bottom: -132px;
}

.thrown-header-area.style-three::before {
    background: #fff;
    width: 70%;
    left: 0;
    right: 0;
    margin: auto;
}

.header-logo.style-three {
    margin-top: 0;
}

.thrown-menu.style-three {
    display: inline-block;
    margin-right: 68px;
}

.thrown-search-button.style-three {
    margin-left: 0;
}

.thrown-search-button {
    text-align: right;
    display: inline-block;
    margin-left: 140px;
}

.thrown-btn.style-three {
    position: relative;
    top: 6px;
    margin-left: 40px;
}

/*===============================================================
<-- Thrown Slider Style Three Css-->
=================================================================*/

.slider-sub-title.style-three h4 {
    background: none;
    color: #FFF;
    font-family: Jost;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
}

.slider-main-title.style-three h1 {
    line-height: 80px;
}


/*===============================================================
<-- Thrown About Style Three Css-->
=================================================================*/

.about-area.style-three {
    padding: 73px 0 88px;
}

.about-thumb.style-three {
    margin-left: -160px;
    margin-top: -150px;
}

.about-thumb.style-three img {
    width: 100%;
}

.about-shape-three {
    position: absolute;
    bottom: 0;
    right: 170px;
}

.about-shape-three img {
    width: auto;
}

.about-discribtion.style-three p {
    margin: 24px 0 26px;
}

.about-area.style-three .process-bar {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.about-area.style-three .barfiller {
    width: 592px;
    height: 5px;
    margin-bottom: 23px;
    margin-top: 10px;
    border-radius: 7px;
}

.about-bottom {
    display: flex;
    align-items: center;
}

.about-bottom-thumb {
    margin-right: 15px;
}

.about-bottom-title h4 {
    color: #031254;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.about-signiture {
    margin-left: 48px;
    margin-top: -20px;
}

/* owl nav */

section.banner-section.style-three.banner-section .owl-nav {
    display: none;
}




/*===============================================================
<-- Thrown Contact Us Style Three Css-->
=================================================================*/

.contact-us-area.style-three {
    background: url(../images/resource/contact-bg3.png);
    padding: 88px 0 77px;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

.contact-us-area.style-three::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 100%;
    right: 0;
    background: url(../images/resource/contact-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 0;
    z-index: -1;
}

.contact-us-content.style-three h4 {
    margin-bottom: 20px;
    font-size: 17px;
}

.contact-us-content.style-three h2 {
    margin-bottom: 38px;
    font-size: 42px;
}

.contact-us-list span {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.contact-us-list span i {
    background: #0154F7;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
}

/* contact items box */

.contact-us-items-box {
    text-align: center;
    background: #fff;
    display: inline-block;
    padding: 38px 88px 44px;
    margin-left: -10px;
    position: relative;
    overflow: hidden;
    perspective: 800px;
    perspective-origin: 0 0;
    z-index: 1;
}

.contact-us-items-box::before {
    position: absolute;
    content: "";
    background: #0154F7;
    width: 100%;
    height: 100%;
    transform-origin: 0%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: rotateY(90deg)perspective(400px);
    transition: .5s;
    z-index: -1;
}

.contact-us-items-box:hover::before{
    opacity: 1;
    transform: rotateY(0deg)perspective(400px);
}

.contact-icon-thumb img{
    transition: .5s;
}

.contact-us-items-box:hover .contact-icon-thumb img{
    filter: brightness(0)invert(1);
}

.contact-items-content h6 {
    margin: 17px 0 17px;
    color: #010212;
    font-family: Jost;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    transition: .5s;
}

.contact-us-items-box:hover .contact-items-content h6{
    color: #fff;
}

.contact-items-content h4 a {
    color: #0154F7;
    font-size: 24px;
    text-decoration: none;
    font-weight: 500;
    transition: .5s;
}

.contact-us-items-box:hover .contact-items-content h4 a{
    color: #fff;
}


/*===============================================================
<-- Thrown Service Style Three Css-->
=================================================================*/

.service-single-box.style-three {
    padding: 70px 25px 38px;
    position: relative;
    z-index: 1;
    background: #fff;
}

.service-single-box.style-three::before {
    position: absolute;
    content: "";
    background: #010212;
    width: 100%;
    height:0;
    bottom: 0;
    left: 0;
    transition: .5s;
    z-index: -1;
}

.service-single-box.style-three:hover::before {
   height: 100%;
}


.service-title.style-three {
    margin-bottom: 5px;
}

.serivice-discription.style-three p {
    margin-bottom: 22px;
    border-bottom: 1px solid #DDD;
    padding: 0px 0 33px;
}

.service-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.service-single-box.style-three:hover .thrown-btn.service a{
    background: #0154F7;
}


/*===============================================================
<-- Thrown Sucsess Area Css-->
=================================================================*/

.sucsees-single-box {
    background: #FFF;
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10);
    padding: 68px 23px 65px;
}
 
.sucsess-counter {
    width: 100%;
    height: 118px;
    text-align: center;
    padding: 30px 0 0;
    margin-bottom:30px
}


.sucsess-counter-icon i {
    color: #0154F7;
    font-size: 20px;
}
.sucsess-counter-icon img{
    border: 1px solid #0154F7;
    border-radius: 50%;
    text-align: center;padding:20px;width:95px;height:95px;object-fit: contain;}

.sucsess-numbar h4 {
    color: #1F2732;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
}

.sucsess-numbar span {
    color: #1F2732;
    font-size: 30px;
    font-weight: 500;
}

.sucsess-content {
    display: inline-block;
    margin-left: 20px;
}

.sucsess-content h4 {
    color: #161D27;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 8px;
    text-align: left;
}

.sucsess-content h6 {
    color: #909090;
    font-size: 20px;
    font-weight: 400;
}

/* sucsees box two */

.sucsees-item-box {
    position: relative;
    z-index: 1;
    padding: 88px 40px 57px;
}

.sucsees-item-box::before{
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: url(../images/resource/sucsess-thumb.jpg);
    z-index: -1;
}

.sucsess-item-numbar h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 6px;
}

.sucsess-item-numbar span{
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
}

.sucsess-item-two h4 {
    color: #FFF;
    font-size: 20px;
    font-weight: 400;
    line-height: 32px;
}


/*===============================================================
<-- Thrown Team Area Css-->
=================================================================*/

.team-area.style-three {
    padding: 120px 0 122px;
}

.team-itmes-content {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 19px 20px 27px;
}

.team-itmes-content h4 a {
    text-decoration: none;
    line-height: 32px;
    transition: .5s;
    color: #010212;
    font-size: 24px;
    font-weight: 500;
}

.team-items-box:hover .team-itmes-content h4 a{
    color: #0154F7;
}

.team-itmes-content span {
    line-height: 24px;
    color: #747474;
    font-size: 16px;
    font-weight: 400;
}

.team-items-thumb {
    position: relative;
}

.team-items-thumb::before {
    position: absolute;
    content: "";
    width: 263px;
    height: 4px;
    background: #010212;
    left: 0;
    right: 0;
    margin: auto;
    transition: .5s;
}

.team-items-box:hover .team-items-thumb::before{
    width: 0;
    background: #0154F7;
}

.team-items-thumb img {
    width: 100%;
}

.team-main-icon {
    position: absolute;
    right: 20px;
    top: 0;
    z-index: 99;
}

.team-main-icon a {
    height: 40px;
    width: 40px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-main-icon a::before{
     position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-box:hover .team-main-icon a::before{
    transform: scale(1);
}

.team-main-icon a i{
    transition: .5s;
}

.team-items-box:hover .team-main-icon a i{
    color: #fff;
}

.team-sub-icon{
    position: absolute;
    right: 20px;
    transition: .5s;
    bottom: 30px;
    opacity: 0;
}

.team-items-box:hover .team-sub-icon {
    bottom: 170px;
    opacity: 1;
}

.team-sub-icon ul {
    list-style: none;
    background: #0154F7;
    padding: 3px 12px 11px;
}

.team-sub-icon ul li {
    margin-top: 10px;
    text-align: center;
    line-height: 32px;
    color: #0154F7;
}

 .team-sub-icon ul li a i {
    font: 17px;
    color: #fff;
}

/*===============================================================
<-- Thrown Team Area Css-->
=================================================================*/

.faq-area.style-three {
    background: url(../images/resource/faq-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: -1px;
}

.faq-thumb {
    position: relative;
    top: 111px;
}


/*===============================================================
<-- Thrown Testimonial Style Three Area Css-->
=================================================================*/

.testimonial-area.style-three {
    padding: 116px 0 114px;
}

.testi-items-three {
    border-radius: 5px;
    background: #FFF;
    box-shadow: 2px 3px 10px 0px rgba(188, 188, 188, 0.25);
    position: relative;
    padding: 60px 55px 35px;
    margin: 10px;
}

.testi-three-thumb {
    float: left;
    margin-right: 19px;
    margin-top: -15px;
}

.testi-three-title h4 {
    color: #0154F7;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 6px;
}

.testi-three-title span {
    color: #646464;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
}

.testi-three-content {
    margin: 43px 0 0px;
}

.testi-three-content h4 {
    color: #0154F7;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 16px;
}

.testi-three-content p {
    color: #747474;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.25);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.testi-three-rating {
    position: absolute;
    top: 78px;
    right: 60px;
}

.testi-three-rating i {
    color: #FFB700;
    font-size: 17px;
    margin-left: 5px;
}

.testi-three-icon-thumb {
    position: absolute;
    bottom: 76px;
    right: 50px;
}



/*===========================================================================================
            /*===============================================================
                            <-- Thrown Home Page Four Css-->
            =================================================================*/
/*===========================================================================================*/

/*===============================================================
<-- Thrown Slider Area Four Css-->
=================================================================*/

.slider-area.style-four {
    background: url(../images/slider/slider-bg4.jpg);
    height: 950px;
}

.slider-four-thumb {
    margin-top: 167px;
    margin-left: -216px;
}

.slider-sub-title.four h4 {
    background: none;
    padding: 0;
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 35px;
}

.slider-main-title.four {
    margin-bottom: 54px;
}

.slider-main-title.four h1 {
    line-height: 75px;
}



/*===============================================================
<-- Thrown About Area Four Css-->
=================================================================*/

.about-thumb.four img:hover {
    transform: inherit;
}

.about-counter.four {
    width: 379px;
    height: 160px;
    padding: 0 43px;
    border-radius: inherit;
    bottom: 0;
    left: 31%;
    background: #fff;
}

.about-countent-content.four {
    display: flex;
    align-items: center;
}

.about-counter-numbar h5 {
    font-size: 97px;
    font-weight: 700;
    color: #0154F6;
    margin-right: 30px;
    margin-top: -22px;
}
.about-counter-discription p {
    color: #010212;
    font-size: 26px;
    font-weight: 500;
    line-height: 34px;
}

/*===============================================================
<-- Thrown Call Do Action Area Css-->
=================================================================*/

.call-do-action-area {
    background: url(../images/resource/call-do-bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 155px 0 129px;
    background-size: cover;
    background-attachment: fixed;
}

.single-video.style-four {
    position: inherit;
    margin-bottom: 50px;
}

.video-icon.style-four a {
    height: 110px;
    width: 110px;
    line-height: 122px;
}

.call-do-title h2 {
    color: var(--white-color-white, #FFF);
    font-size: 48px;
    font-weight: 600;
    line-height: 62px;
}


/*===============================================================
<-- Thrown Service Area Style Four Css-->
=================================================================*/

.service-items-four {
    margin-bottom: 30px;
}

.service-four-thumb{
    overflow: hidden;
}

.service-four-thumb img {
    width: 100%;
    transition: .5s;
}

.service-items-four:hover .service-four-thumb img {
    transform: scale(1.1);
}

.service-four-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0px 0px 40px;
}

.service-four-title h4 a {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    line-height: 32px;
    text-decoration: none;
    transition: .5s;
}

.service-items-four:hover .service-four-title h4 a{
    color: #0154f6;
}

.service-four-icon-thumb {
    height: 104px;
    width: 104px;
    background: #0154F6;
    line-height: 104px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.service-four-icon-thumb::before{
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    background: #010212;
    color: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 5px;
    z-index: -1;
    transition: .5s;
}

.service-items-four:hover .service-four-icon-thumb::before{
    width: 100%;
}

.service-four-btn {
    border-radius: 0px 0px 4px 4px;
    background: var(--bg-color-02, #F5F5F5);
    padding: 25px 40px;
}

.service-four-btn a {
    color: #010212;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-decoration: none;
    transition: .5s;
}

.service-items-four:hover .service-four-btn a{
    color: #0154f6;
}

.service-four-btn a i {
    color: #0154F6;
    margin-left: 5px;
}

/*===============================================================
<-- Thrown Project Area Style Four Css-->
=================================================================*/

.project-area.style-four {
    background: none;
    padding: 115px 0 90px;
}

.project-items-box {
    position: relative;
    margin-bottom: 30px;
}

.project-items-box::before {
    position: absolute;
    content: "";
    height:100%;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    margin: auto;
    background: rgba(0, 0, 0, 0.55);
    transition: .5s;
}

.project-items-box:hover::before{
    transform: scale(1);
}

.project-icon {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(50%, -50%);
}

.project-icon a {
    height: 45px;
    width: 45px;
    line-height: 48px;
    background: #0154F7;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    opacity: 0;
    transition: .5s;
}

.project-items-box:hover .project-icon a{
    opacity: 1;
}

/*===============================================================
<-- Thrown Like Us Area Css-->
=================================================================*/

.like-us-area {
    background: url(../images/resource/like-us-bg.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 118px 0 115px;
}

.like-us-content h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 18px;
    position: relative;
    border-bottom: 1px solid #BABABA;
    padding: 0 0 26px;
    transition: .5s;
}

.like-us-content h4:hover  {
    color: #0154F6;
 }

.like-us-content h4::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 0;
    background: #0154F6;
    right: 0;
    transition: .5s;
    bottom: -1px;
}

.like-us-single-box:hover .like-us-content h4::before{
    width: 100%;
    left: 0;
}

.like-us-content p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 79%;
}


/*===============================================================
<-- Thrown Blog Area Style Four Css-->
=================================================================*/

.blog-area.style-four {
    background: inherit;
    padding: 116px 0 97px;
}

.blog-items-four {
    margin-bottom: 30px;
    overflow: hidden;
    transition: .5s;
}

.blog-items-four:hover{
    transform: scale(1.1);
}

.blog-items-four.inner {
    background: var(--white-color-white, #FFF);
    box-shadow: 0px 5px 50px 0px rgba(234, 234, 234, 0.70);
    padding: 19px 0 24px;
}

.blog-four-discription p {
    text-align: center;
    margin-top: 10px;
    color: #747474;
    font-size: 18px;
    font-weight: 400;
}

.blog-four-discription p a{
    color: #0154F6;
    font-weight: 500;
}



/*===========================================================================================
            /*===============================================================
                            <-- Thrown Home Page Five Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
<-- Thrown Topbar Area Style Five Css-->
=================================================================*/

.thrown-topbar-area.style-five {
    z-index: 1;
}

.thrown-topbar-area.style-five::before {
    width: 56%;
    z-index: -1;
}

.topbar-info.style-five span {
    color: var(--white-color-white, #FFF);
}

.topbar-info.style-five span i{
    color: var(--white-color-white, #FFF);
}


/*===============================================================
<-- Thrown Header Area Style Five Css-->
=================================================================*/

.thrown-header-area.style-five::before {
    display: none;
}

.header-logo.style-five {
    margin-top: 0;
}

.thrown-menu.style-five {
    display: inline-block;
    margin-right: 57px;
}

.thrown-menu.style-five ul {
    display: inline-block;
}

.thrown-search-button.style-five {
    display: inline-block;
    margin-left: 0;
}


/*===============================================================
<-- Thrown Slider Area Style Five Css-->
=================================================================*/

.slider-content.style-five {
    width: 50%;
    top: 38%;
}

.slider-content.style-five.inner {
    top: 50%;
    width: 100%;
    text-align: center;
    left: 0;
}

.slider-sub-title.style-five h4 {
    background: none;
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 14px;
}

.slider-discripton.inner p {
    width: 50%;
    margin: auto;
    padding: 25px 0 58px;
}


section.banner-section.style-five .owl-nav {
    display: none;
}

/* slider bottom */

.slider-bottom {
    position: absolute;
    display: flex;
    width: 100%;
    bottom: 0;
    background: rgba(0, 0, 0, 0.60);
    height: 214px;
    padding: 68px 35px 0;
}

.slider-bottom::before {
    position: absolute;
    content: "";
    height: 10px;
    width: 100%;
    background: #0154F7;
    top: 0;
    left: 0;
}

.slider-bottom-shape {
    margin-top: -16px;
    margin-right: 25px;
}

.slider-bottom-title {
    margin-right: 80px;
    margin-top: -12px;
}

.slider-bottom-title h4 {
    color: #FFF;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
}

.slider-bottom-discription p {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 44%;
}


.thrown-btn.slider.bottom {
    position: absolute;
    right: 26%;
    bottom: 75px;
}

.thrown-btn.slider.bottom a {
    padding: 12px 28px;
}


/*===============================================================
<-- Thrown Service Area Style Five Css-->
=================================================================*/

.service-area.style-five {
    padding: 116px 0 126px;
}

.service-disctription {
    text-align: right;
}

.service-disctription span {
    color: #18191D;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.service-disctription span a {
    color: #0154F6;
    font-size: 18px;
    font-weight: 400;
    text-decoration-line: underline;
}


/*===============================================================
<-- Thrown Conversation Area Css-->
=================================================================*/

.conversion-area {
    position: relative;
    z-index: 1;
    margin-bottom: -300px;
}

.conversion-area::before {
    position: absolute;
    content: "";
    background: url(../images/resource/conversin-bg.png);
    width: 1608px;
    height: 698px;
    left: 0;
    top: 0;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.conversion-sub-title h4 {
    color: #010212;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.conversion-main-title h2 {
    color: #010212;
    font-size: 35px;
    font-weight: 600;
    line-height: 48px;
}

.conversion-discription p {
    color: #747474;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 24px;
    width: 90%;
}

.conversion-list {
    margin-bottom: 44px;
}

.conversion-list span {
    display: block;
    margin-bottom: 15px;
    color: #010212;
    font-family: Jost;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}

.conversion-list span i {
    background: #0154F7;
    width: 22px;
    height: 22px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    margin-right: 7px;
}

.conversion-area span.process-bar {
    color: #010212;
    font-size: 20px;
    font-weight: 500;
    position: relative;
}

.conversion-area .barfiller {
    width: 550px;
    height: 12px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 10px;
    background-color: #F5F5F5;
}

.conversion-area .barfiller .tipWrap {
    display: none;
}

.conversion-area .barfiller .tip {
    font-size: 16px;
    color: #0154F7;
    font-weight: 500;
    top: -37px;
    padding: 10px 6px;
    left: 0px;
    position: absolute;
}

.conversion-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 6px;
    z-index: 1;
}

.stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.conversion-area span.fill {
    background: #0154F7!important;
}


.conversion-text {
    background: url(../images/resource/conversin-bg2.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 110px 62px 93px;
}

.choose-icon.style-five {
    float: inherit;
    margin-bottom: 14px;
}

.choose-content.style-five {
    margin-top: 24px;
}

.choose-content.style-five h4 {
    font-size: 24px;
}

.choose-content.style-five h4:hover{
    color:#010212;
}


/*===============================================================
<-- Thrown Call Do Action Style Five Area Css-->
=================================================================*/

.call-do-action-area.style-five {
    background: url(../images/resource/call-do-bg5.png);
    background-position: center center;
    background-repeat: no-repeat;
    height: 890px;
    background-size: cover;
    padding: 298px 0 0;
}


/*===============================================================
<-- Thrown About Area Style Five vCss-->
=================================================================*/

.about-area.style-five {
    padding: 120px 0 120px;
}

.about-counter-five {
    position: absolute;
    top: 25px;
    right: 5px;
    border: 8px solid rgba(250, 250, 250, 0.30);
    background: #0154F6;
    width: 300px;
    height: 420px;
    padding: 22px 0 0;
}

.counter-five-content {
    text-align: center;
    margin-bottom: 60px;
}

.counter-five-numbar h4 {
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
}

.counter-five-numbar span{
    color: #FFF;
    font-size: 38px;
    font-weight: 600;
    display: inline-block;
}

.counter-five-discription p {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin: 8px 0 0;
}


/*===============================================================
<-- Thrown Team Area Style Five vCss-->
=================================================================*/

.team-area.style-five {
    padding: 118px 0 0;
    background: url(../images/team/team-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.team-five-thumb {
    position: relative;
}

.team-five-main-icon {
    position: absolute;
    top: 25px;
    right: 26px;
    z-index: 99;
}

.team-five-main-icon a {
    height: 60px;
    width: 60px;
    background: #18191D;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    color: #fff;
    border-radius: 50%;
    font-size: 30px;
    position: relative;
    z-index: 1;
}

.team-five-main-icon a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0154F6;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.team-items-five:hover .team-five-main-icon a::before{
    transform: scale(1);
}

.team-five-icon {
    position: absolute;
    top: 28px;
    right: 25px;
    opacity: 0;
    transition: .5s;
}

.team-items-five:hover .team-five-icon{
    opacity: 1;
}

.team-five-icon ul {
    list-style: none;
    background: #0154F6;
    padding: 0px 24px 20px;
    display: inline-block;
    border-radius: 30px;
    transition: .5s;
}

.team-items-five:hover .team-five-icon ul{
    padding: 62px 24px 20px;
}

.team-five-icon ul li {
    margin-top: 5px;
}

.team-five-icon ul li a i {
    font-size: 14px;
    color: #fff;
}

.team-five-content {
    position: absolute;
    bottom: 0;
}

.team-five-content h4 {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    border-radius: 3px 3px 0px 0px;
    background: #010212;
    display: inline-block;
    padding: 8px 68px 8px 10px;
    position: relative;
    z-index: 1;
}

.team-five-content h4::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 0;
    background: #0154F6;
    top: 0;
    border-radius: 3px 3px 0px 0px;
    left: 0;
    z-index: -1;
    transition: .5s;
}

.team-items-five:hover .team-five-content h4::before{
    width: 100%;
}

.team-five-content h2 {
    color: #010212;
    font-size: 24px;
    font-weight: 500;
    background: #FFF;
    padding: 10px 40px 10px 8px;
}

.team-five-content h2 a{
    text-decoration: none;
}


/*===============================================================
<-- Thrown Brand Area Style Five vCss-->
=================================================================*/

.brand-area.style-five {
    background: none;
    padding: 104px 0 104px;
}


/*===============================================================
<-- Thrown Working Project Area Style Five vCss-->
=================================================================*/

.working-project-area {
    background: url(../images/resource/working.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 673px;
}

.working-project-area .row.working {
    margin: 0 70px;
}

.working-single-box {
    position: relative;
    width: 100%;
    height: 673px;
    z-index: 1;
}

.working-single-box.two {
    left: -23px;
}

.working-single-box::after{
    position: absolute;
    content: "";
    background: linear-gradient(0deg, #0154F7 0%, rgba(255, 255, 255, 0.01) 100%);
    width: 100%;
    height: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    transition: .5s;
}

.working-single-box:hover::after{
    height: 100%;
}

.working-single-box::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    left: 0;
}

.working-project-item {
    position: relative;
}

.working-project-item::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    right: 21px;
}

.working-icon {
    position: absolute;
    bottom: 50%;
    right: 45%;
    transform: translateY(50%);
    opacity: 0;
    transition: .5s;
}

.working-single-box:hover .working-icon {
    opacity: 1;
}

.working-icon a i {
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #0154F7;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: #fff;
}

.working-content {
    position: absolute;
    bottom: 0px;
    left: 50px;
    opacity: 0;
    transition: .5s;
}

.working-single-box:hover .working-content{
    opacity: 1;
    bottom: 55px;
}


.working-content h6 {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 20px;
}

.working-content h4 {
    color: #FFF;
    font-size: 24px;
    font-weight: 500;
}

.working-content h4 a{
    text-decoration: none;
}

.working-content h4 a:hover{
    color: #FFF;
}


/*===============================================================
<-- Thrown Working Testimonial Area Style Five vCss-->
=================================================================*/

.testimonial-area.style-five {
    padding: 120px 0 119px;
}

.testi-item-five img {
    width: 80%;
}

.testi-sub-title h4 {
    color: #0154F7;
    font-family: Jost;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 25px;
}

.testi-main-title h2 {
    color: #010212;
    font-family: Jost;
    font-size: 45px;
    font-style: normal;
    font-weight: 600;
    line-height: 56px;
    margin-bottom: 45px;
}

.testi-five-box {
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 35px 60px 30px;
}

.testi-five-discription p {
    color: #747474;
    font-family: Heebo;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    width: 90%;
    margin: 0px 0 24px;
}

.testi-five-rating {
    margin-bottom: 8px;
}

.testi-five-rating i {
    color: #FFC107;
    margin-right: 5px;
    font-size: 17px;
}

.testi-five-title h4 {
    color: #010212;
    font-size: 20px;
    font-weight: 500;
}

.testi-five-title span {
    color: #747474;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}

/* owl carousel */


.testimonial-area.style-five .owl-nav {
    display: inline-flex;
    position: absolute;
    bottom: 40px;
    right: 120px;
}

.testimonial-area.style-five .owl-prev i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #010212;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color: #010212;
    transition: .5s;
}

.testimonial-area.style-five .owl-prev:hover i{
    background: #0154F7;
    color: #fff;
    border: 1px solid #0154F7;
}

.testimonial-area.style-five .owl-next i {
    height: 40px;
    width: 40px;
    line-height: 40px;
    border: 1px solid #010212;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    margin-left: 15px;
    color: #010212;
    transition: .5s;
}

.testimonial-area.style-five .owl-next:hover i{
    background: #0154F7;
    color: #fff;
    border: 1px solid #0154F7;
}


/*===========================================================================================
            /*===============================================================
                            <-- Thrown All Home Page Dark Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
<-- Thrown Home One Dark Css-->
=================================================================*/

/* header area */

.thrown-header-area.dark {
    background: #112143;
}

.sticky-menu .header-logo.dark {
    margin-top: 0;
}

.thrown-menu.dark ul li a {
    color: #fff;
}

/* slider area */

.slider-area.dark {
    background: url(../images/slider/dark3.png);
    background-size: cover;
}

.slider-area.two.dark {
    background: url(../images/slider/dark3.3.png);
    background-size: cover;
}
/* about area */

.about-area.dark {
    background: #010212;
    padding: 144px 0 88px;
}

.about-main-title.dark h2 {
    color: #fff;
}

.about-discribtion.dark p {
    color: #fff;
}

.about-title.dark h4 {
    color: #fff;
}

.about-single-box.dark {
    background: #112143;
}

.about-text.dark h4 {
    color: #fff;
}


/* service area */

.service-area.dark {
    background: #010212;
}

.section-main-title.dark h2 {
    color: #fff;
}

.service-single-box.dark {
    background: #112143;
}

.service-title.dark h4 a {
    color: #fff;
}

.serivice-discription.dark p {
    color: #fff;
}

/* project area */

.project-area.dark {
    background: #112143;
    padding: 103px 0 90px;
}

/* team area */

.team-area.dark {
    background: #010212;
}

.team-content.dark {
    background: #112143;
}

.team-title.dark h4 a {
    color: #fff;
}

.team-title.dark span {
    color: #fff;
}


/* sales report area */

.sales-report-area.dark {
    background: #010212;
}

.sales-discription.dark p {
    color: #fff;
}

.sales-list.dark span {
    color: #fff;
}

/* testimonial area */

.testimonial-area.dark {
    background: #010212;
}

.testi-single-box.dark {
    background: #112143;
}

.testi-title.dark h4 {
    color: #fff;
}

.testi-title.dark span {
    color: #fff;
}

.testi-discription.dark p {
    color: #fff;
}

/* blog area */

.blog-area.dark {
    background: #112143;
}

.blog-single-box.dark {
    background: #010212;
    box-shadow: inherit;
}

.blog-title.dark h4 a {
    color: #fff;
}

.blog-meta.dark span {
    color: #fff;
}

.blog-meta.dark span i {
    color: #fff;
}

.blog-discription.dark p {
    color: #fff;
}

.blog-bottom-title.dark h4 {
    color: #fff;
}

.blog-btn.dark a {
    color: #fff;
}

.blog-btn.dark a i {
    color: #fff;
}


/*===============================================================
<-- Thrown Home Two Dark Css-->
=================================================================*/

/* service area style two */

.service-items-box-two.dark {
    background: #112143;
    box-shadow: none;
}

.service-items-title.dark h4 a {
    color: #fff;
}

.service-items-content-two.dark p {
    color: #fff;
}


/* work process area */

.work-process-area.dark {
    background: #010212;
}

.work-process-content.dark h4 a {
    color: #fff;
}

.work-process-content.dark p {
    color: #fff;
}

/* pricing area */

.pricing-area.dark {
    background: #112143;
}

.pricing-single-box.dark {
    background: #010212;
}

.pricing-title.dark h3 {
    color: #fff;
}

.pricing-rate.dark h3 {
    color: #fffd;
}

.pricing-rate.dark span {
    color: #fffd;
}

.pricing-time.dark span {
    background: #fff;
}

.pricing-list.dark span {
    color: #fff;
}

.pricing-list.dark span i {
    color: #fff;
}


/* team area style two */

.team-discription.dark p {
    color: #fff;
}

.team-item-content.dark h4 a {
    color: #fff;
}

.team-item-content.dark h4 a:hover{
    color: #0154F6;
}

.team-item-content.dark span {
    color: #fff;
}

/* contact area three */

.contact-area-three.dark {
    background: #010212;
}

.contact-three-discription.dark p {
    color: #fff;
}

.contact-list.dark span {
    color: #fff;
}

.contact-content.dark h5 {
    color: #fff;
}

.contact-content.dark h3 {
    color: #fff;
}

.contact-box.dark {
    background: #112143;
}

.contact-title.dark h4 {
    color: #fff;
}

/* brand area */

.brand-area.dark {
    background: #112143;
}

/* blog style two */

.blog-area.style-two.dark {
    background: #010212;
}

.blog-content.style-two.dark {
    background: #112143;
}


/*===============================================================
<-- Thrown Home Three Dark Css-->
=================================================================*/

/* header area */

.thrown-header-area.style-three.dark {
    background: #112143;
}

.thrown-header-area.style-three.dark::before{
    display: none;
}


/* about area style three */

.about-bottom-title.dark h4 {
    color: #fff;
}

/* sucsess area */

.sucsess-area.dark {
    background: #010212;
    margin-top: 0;
    padding: 120px 0 0;
}

.sucsees-single-box.dark {
    background: #112143;
}

.sucsess-numbar.dark h4 {
    color: #fff;
}

.sucsess-numbar.dark span {
    color: #fff;
}

.sucsess-content.dark h4 {
    color: #fff;
}

.sucsess-content.dark h6 {
    color: #fff;
}

/* team style three */

.team-itmes-content.dark {
    background: #112143;
}


.team-itmes-content.dark h4 a {
    color: #fff;
}

.team-itmes-content.dark span {
    color: #fff;
}


/* testimoial style three */

.testi-items-three.dark {
    background: #112143;
    box-shadow: inherit;
}

.testi-three-title.dark h4 {
    color: #fff;
}

.testi-three-title.dark span {
    color: #fff;
}

.testi-three-content.dark h4 {
    color: #fff;
}

.testi-three-content.dark p {
    color: #fff;
}



/*===============================================================
<-- Thrown Home Four Dark Css-->
=================================================================*/

/* slider area style four */

.slider-area.dark4.style-four {
    background: url(../images/slider/dark5.png);
    background-size: cover;
}

/* about style four */

.about-counter.four.dark {
    background: #010212;
    left: 31%;
}

.about-counter-discription.dark p {
    color: #fff;
}


/* serviec style four */

.service-four-title.dark h4 a {
    color: #fff;
}


/* project style four */

.project-area.style-four.dark {
    background: #010212;
    padding: 115px 0 90px;
}

/* blog style four */

.blog-items-four.inner.dark {
    background: #010212;
    box-shadow: none;
}

.blog-four-discription.dark p {
    color: #fff;
}


/*===============================================================
<-- Thrown Home Five Dark Css-->
=================================================================*/


/* service style four */

.service-disctription.dark span {
    color: #fff;
}

/* conversion area */

.conversion-text.dark {
    background: #0154F7;
}

/* about style five */

.about-area.style-five.dark {
    background: #112143;
}

.about-counter-five.dark {
    background: #010212;
}

span.process-bar.dark {
    color: #fff;
}

/* testimonial style five */

.testi-main-title.dark h2 {
    color: #fff;
}



/*===========================================================================================
            /*===============================================================
                            <-- Thrown All Inner Page Css-->
            =================================================================*/
/*===========================================================================================*/


/*===============================================================
<-- Thrown Breatcome Area Css-->
=================================================================*/

.breatcome-area {
    background: url(../images/resource/breatcome-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 154px 0;
}

.breatcome-content {
    text-align: center;
}

.breatcome-title h1 {
    color: #FFF;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 16px;
}

.bratcome-text ul {
    list-style: none;
}

.bratcome-text ul li {
    display: inline-block;
    margin-right: 15px;
    color: #fff;
    font-weight: 600;
    transition: .5s;
}

.bratcome-text ul li a {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
}

.bratcome-text ul li a::before {
    position: absolute;
    content: "/";
    left: 54px;
    font-size: 25px;
}


/*===============================================================
<-- Thrown About Inner Page Css-->
=================================================================*/

/* about area */

.about-area.inner-page {
    padding: 120px 0 122px;
}



/*==================================================
 <-- Thrown Service Detials  Inner Page Css-->
===================================================*/

.service-details-area {
    padding: 120px 0 100px;
}


.service-details-content h4 {
    margin: 28px 0 20px;
}

.service-details-content h4 a {
    color: #18191D;
    font-size: 30px;
    font-weight: 500;
    line-height: 45px;
    text-decoration: none;
    transition: .5s;
}

.service-details-content h4 a:hover{
    color: #0154F7;
}

/* widget search box */

.widget_search.box {
    padding: 29px 22px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    background: #F5F5F5;
}

.widget_search form {
    position: relative;
}

.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #606060;
    font-weight: 400;
    border: 1px solid #0154F7;
}

.widget_search input::placeholder {
    color: #0154F7;
    font-size: 16px;
    font-weight: 500;
}

button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #0154F7;
    border-radius: 0 3px 3px 0;
}

/* widget catagories box */

.widget-categories-box {
    padding: 29px 30px 40px;
    margin-bottom: 30px;
    background: #F8F8F8;
}

.widget-catagories-title h4 {
    color: #18191D;
    font-family: Rubik;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 45px;
    position: relative;
}

.widget-catagories-title h4::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 58px;
    background:#0154F7;
    left: 0;
    bottom: -10px;
}

.widget-categories-menu ul li {
    list-style: none;
    padding: 15px;
    position: relative;
    margin-bottom: 17px;
    background: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.widget-categories-menu ul li::after {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.5s linear 0s;
    background-color: #0154F7;
    content: "";
    z-index: -1;
}

.widget-categories-menu ul li:hover::after {
    width: 100%;
}

.widget-categories-menu ul li a {
    display: block;
    overflow: hidden;
    text-decoration: none;
    color: #18191D;
    font-size: 17px;
    transition: .5s;
    font-weight: 500;
}

.widget-categories-menu ul li:hover a {
    color: #fff;
}

.widget-categories-menu ul li a span {
    float: right;
}

/* widget tag */

.widget-tags a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #fff;
    border-radius: 3px;
    color: #0154F7;
    font-size: 15px;
    font-style: normal;
    margin: 11px 5px;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.widget-tags a:hover {
    color: #fff;
}

.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background: #0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.widget-tags a:hover:before {
    width: 104%;
}


/*==================================================
 <-- Thrown Team Area  Inner Page Css-->
===================================================*/

.team-items-box.inner-page {
    margin-bottom: 30px;
}


/*==================================================
 <-- Thrown Team Details Innerp Page Css-->
===================================================*/

.team-details-area {
    padding: 118px 0 118px;
}

.ba-team-details-author-skill-area {
    margin-bottom: 30px;
}

.team-details-author-img img {
    width: 100%;
}

.team-details-author-name {
    margin-bottom: 14px;
}

.team-details-author-name h4 {
    font-size: 24px;
    line-height: 60px;
    color: #292930;
    font-weight: 600;
}

.team-details-author-name span {
    font-size: 16px;
    line-height: 36px;
    color: #434141;
    font-weight: 400;
}

.team-details-author-experience ul li {
    list-style: none;
    margin-bottom: 25px;
}

.team-details-author-experience ul li .label {
    min-width: 152px;
    float: left;
    font-size: 16px;
    color: #434141;
    font-weight: 500;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
}

.team-details-author-experience ul li .value {
    overflow: hidden;
    display: block;
    text-decoration: none;
    font-size: 16px;
    color: #434141;
}

.team-card-box-social a {
    display: inline-block;
    margin-right: 15px;
    height: 40px;
    width: 40px;
    background: #f3f3f3;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

.team-card-box-social a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F60;
    border-radius: 50%;
    transform: scale(0);
    transition: .5s;
    z-index: -1;
}

.team-card-box-social a:hover::before{
    transform: scale(1);
}

.team-card-box-social a i{
    transition: .5s;
}

.team-card-box-social a:hover i{
    color: #ffffff;
}

/* progressbar css */

.team-details-area .process-ber-plugin {
    padding: 36px 0 0;
}

.team-details-area span.process-bar {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    position: relative;
}

.team-details-area .barfiller {
    width: 100%;
    height: 10px;
    position: relative;
    margin-bottom: 25px;
    margin-top: 11px;
    border-radius: 3px;
    background-color: #c9ccd2;
}

.team-details-area .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    z-index: 1;
}

.team-details-area .barfiller .tipWrap {
    display: none;
}

.team-details-area .barfiller .tip {
    font-size: 16px;
    color: #1c1632;
    font-weight: 500;
    top: -37px;
    padding: 1px 6px;
    left: 0px;
    position: absolute;
}

.team-details-area .stat-bar:nth-of-type(1) .stat-bar-rating {
    animation-delay: 0.25s;
    -webkit-animation-delay: 0.25s;
}

.team-details-area span.fill {
    background: #0154F7!important;
    border-radius: 3px;
}

.team-details-content {
    margin-top: 30px;
}

.team-details-title h4 {
    font-size: 35px;
    margin-bottom: 20px;
}

/* form box css */

.contact-box.inner.team {
    margin-top: 30px;
}

.contact-title.inner.team h4 {
    border-bottom: 1px solid  #dddddd;
    padding: 0px 0 13px;
    margin-bottom: 28px;
}

.form-box.team input {
    width: 100%;
    height: 58px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 0 20px;
}

.form-box.team textarea {
    width: 100%;
    height: 141px;
    border-radius: 5px;
    background: #F6F6F6;
    outline: 0;
    border: 0;
    margin-bottom: 15px;
    padding: 15px 20px;
}

.form-box-button.team {
    margin-left: 0;
}


/*==================================================
 <-- Thrown project Details Area inner page Css-->
===================================================*/

.project-details-area {
    padding: 120px 0 120px;
}

.projetct-details-image {
    margin-bottom: 30px;
}

.project-details-title h5 {
    font-size: 35px;
    font-weight: 500;
    line-height: 45px;
}

.project-detials-discriopton p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 17px 0 25px;
}

.project-details-area .info li {
    display: flex;
    padding: 6px 0;
}

.project-details-area .info li h6 {
    font-weight: 700;
    text-transform: capitalize;
    width: 30%;
}

.project-details-area .info li h6 span {
    margin-left: 50px;
}

.project-details-area .info li p {
    position: relative;
    top: 10px;
}

.project-rating {
    margin-top: 11px;
    margin-bottom: 39px;
}

.project-rating i {
    margin: 12px 5px 30px;
    color: #F60;
}

.project-details-area .title h4 {
    font-size: 29px;
    line-height: 44px;
    text-transform: capitalize;
    font-weight: 700;
}

.project-details-area .desc-list {
    padding-top: 20px;
}

.project-details-area .desc-list li {
    position: relative;
    padding: 5px 0 5px 30px;
    list-style: none;
}

.project-details-area .desc-list li:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: #0154F7;
}


.project-btn a {
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    font-size: 18px;
    font-weight: 500;
    background: #0154F7;
    padding: 14px 28px;
    border-radius: 3px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}

.project-btn a:hover{
    color: #0154F7;
}

.project-btn a::before{
    position: absolute;
    content: "";
    transition-duration: 800ms;
    position: absolute;
    width: 200%;
    height: 200%;
    background: #fff;
    content: "";
    top: 110%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
    z-index: -1;
}

.project-btn a:hover::before{
    top: -40%;
}

.project-btn a i {
    margin-left: 4px;
    font-size: 17px;
}


/*==================================================
 <-- Thrown Blog Innerp Page Css-->
===================================================*/

.blog-single-box.style-two.inner-page {
    margin-bottom: 30px;
}


/*==================================================
 <-- Thrown Blog Standard  Inner Page Css-->
===================================================*/

.blog-standard-area {
    padding: 120px 0 120px;
}

/* blog quote css */

.blog-quote-box {
    border-radius: 4px;
    background: #FFF;
    box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.10);
    padding: 42px 40px 37px;
}

.blog-quote-conent i {
    font-size: 30px;
    color:  #0154F7;
}

.blog-quote-conent p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 15px;
}

.blog-quote-conent h4 {
    color:#0154F7;
    font-size: 24px;
    font-weight: 500;
    position: relative;
    margin-left: 50px;
}

.blog-quote-conent h4::before {
    position: absolute;
    content: "";
    height: 3px;
    width: 40px;
    background:#0154F7;
    top: 14px;
    left: -50px;
}


/* blog standard box css */

.blog-standard-thumb {
    position: relative;
}

.blog-single-video {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%);
}

.blog-video-icon a {
    height: 90px;
    width: 90px;
    background: #fff;
    color: #0154F7;
    text-align: center;
    font-size: 50px;
    display: inline-block;
    line-height: 94px;
    border-radius: 100%;
    -webkit-animation: ripple-white 1s linear infinite;
    animation: ripple-blue 1s linear infinite;
    -webkit-transition: .5s;
}

.blog-standard-meta {
    margin: 30px 0 24px;
} 

.blog-standard-meta span {
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    margin-right: 30px;
    position: relative;
    transition: .5s;
}

.blog-standard-meta span:hover{
    color: #0154F7;
}

.blog-standard-meta span::before {
    position: absolute;
    content: "/";
    right: -20px;
}

.blog-standard-meta span.meta::before {
    display: none;
}

.blog-standard-content h4 a {
    font-size: 35px;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
    transition: .5s;
}

.blog-standard-content h4 a:hover{
    color: #0154F7;
}

.blog-standard-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 20px 0 30px;
}


/* blog standard owl carousel */

.blog-standard-area .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.blog-standard-area .owl-next {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}

.blog-standard-area .owl-prev i {
    background: inherit;
    font-size: 70px;
    color: #0154F7;
}

.blog-standard-area .owl-prev i::after{
    display: none;
}

.blog-standard-area .owl-next i {
    background: inherit;
    font-size: 70px;
    color: #0154F7;
}

.blog-standard-area .owl-next i::after{
    display: none;
}

/* pagination css */

.as-pagination {
    margin-top: 18px;
}

.as-pagination ul {
    list-style: none;
}

.as-pagination ul li {
    display: inline-block;
}

.as-pagination ul li a {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    border:  1px solid #C8C8C8;;
    height: 41px;
    width: 41px;
    line-height: 41px;
    text-align: center;
    border-radius: 50%;
    margin-left: 5px;
    transition: .5s;
    text-decoration: none;
    position: relative;
    transition: .5s;
}

.as-pagination ul li a:hover {
    color: #ffffff;
}

.as-pagination ul li a::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0154F7;
    transform: scale(0);
    border-radius:50%;
    z-index: -1;
    transition: .5s;
}

.as-pagination ul li a:hover::before {
    transform: scale(1);
}

/* recent post css */

.recent-widget-thumb {
    float: left;
    margin-right: 22px;
}

.recent-widget-thumb img {
    border-radius: 50%;
}

.recent-widget-meta span {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin-right: 30px;
}

.recent-widget-meta span i {
    margin-right: 5px;
    color: #0154F7;
}

.recent-widget-title h4 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
    transition: .5s;
}

.recent-widget-title h4 a:hover{
    color: #0154F7;
}


/*==================================================
 <-- Thrown Blog Details Inner Page Css-->
===================================================*/

.blog-details-area {
    padding: 122px 0 120px;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-detaile-title h4 {
    margin: 35px 0 33px;
}

.blog-detaile-title h4 a {
    font-size: 35px;
    font-weight: 500;
    text-decoration: none;
}

.blog-details-meta {
    margin-bottom: 26px;
}

.blog-details-meta span {
    font-size: 16px;
    font-weight: 400;
    margin-right: 20px;
}

.blog-details-meta span i{
    color: #0154F7;
    margin-right: 5px;
}

.blog-details-discription p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}

/* blog list css */

.blog-details-list ul li {
    list-style: none;
    margin-bottom: 23px;
    font-size: 18px;
    font-style: normal;
    line-height: 26px;
    font-weight: 600;
    transition: .5s;
}

.blog-details-list ul li:hover{
    color: #0154F7;
}

.blog-details-list ul li.active {
    color:#0154F7;
}

.blog-details-list ul li i {
    font-size: 22px;
    padding-right: 8px;
}


.row.line {
    border-top: 1px solid rgba(227, 227, 227, 1);
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 36px 0 37px;
}

.blog-details-tag h6 {
    font-size: 24px;
    font-weight: 500;
    display: inline-block;
    margin-right: 36px;
}

.blog-details-tag a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #F8F8F8;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    margin-right: 15px;
    font-weight: 500;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.blog-details-tag a:hover{
    color: #FFf;
}

.blog-details-tag a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background:#0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.blog-details-tag a:hover::before{
    width: 100%;
}

.ba-blog-details-social-icons {
    text-align: right;
}

.ba-blog-details-social-icons.two {
    text-align: left;
}

.ba-blog-details-social-icons a {
    margin-left: 6px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #0154F7;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    color:#0154F7;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover{
    color: #FFF;
}

.ba-blog-details-social-icons a::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background:#0154F7;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: .5s;
}

.ba-blog-details-social-icons a:hover::before{
    transform: scale(1.1);
}

/* blog team css */

.blog-details-team-item {
    border-bottom: 1px solid rgba(227, 227, 227, 1);
    padding: 0px 0px 42px;
}

.blog-team-thumb {
    float: left;
    margin-right: 42px;
}

.blog-team-content h4 a {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
}

.blog-team-content p {
    margin: 18px 0 16px;
}

/* blog items css */

.blog-details-item {
    background: #F8F8F8;
    padding: 57px 30px 30px;
}

.blog-details-item.two {
    text-align: right;
}

.blog-item-thumb {
    float: left;
    margin-right: 24px;
    margin-top: -21px;
}

.blog-item-thumb.two {
    float: right;
    margin-left: 24px;
}

.blog-item-content h4 a {
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-decoration: none;
}

.blog-details-area .owl-prev {
    position: absolute;
    top: 21px;
    left: 146px;
}

.blog-details-area .owl-prev i {
    background: none;
    color: #0154F7;
    margin-right: 0px;
    font-size: 16px;
}

.blog-details-area .owl-prev i::after{
    display: none;
}

.blog-details-area .owl-next {
    position: absolute;
    top: 24px;
    right: 170px;
}

.blog-details-area .owl-next i {
    background: none;
    color:#0154F7;
    margin-left: 5px;
    font-size: 16px;
}

.blog-details-area .owl-next i::after{
    display: none;
}

/* blog details comment */

.blog-details-comment h5 {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    position: relative;
    margin-bottom: 36px;
}

.blog-details-comment h5::after {
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background:#0154F7;
    content: "";
    left: 0;
}

.blog-comment-list ul li {
    list-style: none;
    margin-bottom: 0;
}

.blog-comment-box {
    position: relative;
}

.blog-comment-box::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #E4E4E4;
    bottom: -30px;
}

.blog-comment-box.inner {
    margin-left: 50px;
}

.blog-comment-box.inner::before{
    display: none;
}

.blog-comment-thumb {
    float: left;
    margin-right: 24px;
    margin-top: 12px;
}

.blog-comment-thumb img {
    border-radius: 4px;
}

.blog-comment-list .title {
    margin-bottom: 5px;
    margin-left: -12px;
}

.blog-comment-list h6.title {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

.blog-comment-list span.date {
    margin-left: -13px;
}

.content-main p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin: 10px 0 0;
}

.text-sm-end a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 13px;
    background: #EFEFEF;
    border-radius: 3px;
    color: #102039;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    transition: .5s;
    z-index: 1;
}

.text-sm-end a:hover{
    color: #fff;
}

.text-sm-end a::before{
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    right: 0;
    margin: auto;
    background:#0154F7;
    z-index: -1;
    border-radius: 3px;
    transition: .5s;
}

.text-sm-end a:hover::before{
    width: 100%;
}

/* blog contact box */

.blog-contact-title h4 {
    font-size: 30px;
    font-weight: 500;
    margin-bottom: 54px;
    position: relative;
}

.blog-contact-title h4::before{
    position: absolute;
    bottom: -10px;
    width: 70px;
    height: 3px;
    background:#0154F7;
    content: "";
    left: 0;
}

/* contact form */

.form-box input {
    width: 100%;
    height: 55px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 0 17px;
    margin-bottom: 25px;
}

.form-box input::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box textarea {
    width: 100%;
    height:145px;
    background: #F8F8F8;
    border: 1px solid #DDD;
    border-radius: 3px;
    padding: 5px 17px;
    margin-bottom: 25px;
}

.form-box textarea::placeholder {
    color: #B1B1B1;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
}

.form-box-button button {
    width: 210px;
    height: 60px;
    border-radius: 3px;
    background-color: #0154F7;
    border: 0;
    outline: 0;
    font-size: 19px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 1;
    transition: .5s;
}

.form-box-button button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    transform: scale(0.0, 1);
    opacity: 0;
    border-radius: 3px;
    z-index: -1;
    transition: .5s;
}

.form-box-button button:hover::before {
    background: #18191D;
    opacity: 1;
    transform: scale(1,1);
}

.form-box-button.details {
    margin-left: 0;
}


/*===============================================================
<-- Thrown Contact Css-->
=================================================================*/


.contact-inner-page {
    padding: 118px 0 0;
    margin-bottom: -250px;
    position: relative;
}

.contact-inner-box {
    text-align: center;
    position: relative;
}

.contact-inner-box::before{
    position: absolute;
    content: "";
    width: 1px;
    height: 201px;
    background: rgba(205, 205, 205, 0.45);
    right: 0;
}

.contact-inner-box.two::before {
    display: none;
}

.contact-inner-icon i {
    font-size: 40px;
    color: #0154F7;
}

.contact-content h4 {
    font-size: 24px;
    font-weight: 500;
    line-height: 26px;
    margin: 14px 0 13px;
}

.contact-content span {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    display: block;
}

.contact-box.inner {
    margin-top: 0;
}

.contact-title {
    margin-bottom: 63px;
}

.contact-title h2 {
    text-align: center;
    font-size: 45px;
    font-style: normal;
    font-weight: 500;
    line-height: 55px;
}

.form-box-button.inner {
    text-align: center;
}

/*===============================================================
<-- Thrown Arror Area Css-->
=================================================================*/

.error-area {
    padding: 25px 0 124px;
}

.thrown-btn.error {
    margin-left: 0;
}


/*===============================================================
<-- Thrown Sidebar Css-->
=================================================================*/

.sidebar-textwidget .contact-info ul {
    padding: 0;
}

.sidebar-group .widget-heading {
    position: absolute;
    top: 55px;
    right: 32px;
    z-index: 999;
}

.sidebar-group .sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 480px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #010212;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
}

.sidebar-group.isActive .sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
}

.sidebar-textwidget {
    padding: 40px 32px;
}

.close-side-widget i {
    color: #fff;
    font-size: 30px;
    display: block;
}

.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    /*-webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    /*-webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.sidebar-logo {
    margin: 0 0 50px;
}

.sidebar-textwidget .sidebar-logo a img {
    width: 50%;
}

.sidebar-group .about-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.sidebar-group .about-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

.sidebar-group .contact-info {
    margin-top: 60px;
}

.sidebar-group .contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

.sidebar-group ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    margin-top: 8px;
    overflow: hidden;
}

.sidebar-group ul.list-style-one li i {
    font-size: 20px;
    font-weight: 600;
    color: #0154F7;
    margin: 0 10px 0 0px;
}

.sidebar-group ul.social-box {
    margin: 58px 0 0;
    padding: 0;
}

.sidebar-group ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

.sidebar-group ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: var(--primary-color);
    text-decoration: none;
    transition: .5s;
    font-size: 18px;
    border-radius: 3px;
}

.sidebar-group ul.social-box li a:hover {
    background: var(--primary-color);
    color: #0154F7;
}


/* sidebar menu */

.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 23px;
    display: none;
}

.sidebar-menu a {
    width: 52px;
    height: 52px;
    background: #0154F7;
    line-height: 52px;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 26px;
}

.sidebar-widget-menu {
    position: relative;
}

.sidebar-widget-menu ul li {
    list-style: none;
    margin-top: 10px;
    padding: 0 0 14px;
}

.sidebar-widget-menu ul li .home-menu-title h4 {
    text-align: center;
    margin-top: 10px;
}

.sidebar-widget-menu ul li .home-menu-title h4 a {
    font-size: 20px;
    padding: 0px 0;
    font-weight: 500;
    color: #141422;
}

.sidebar-widget-menu ul li .home-menu-title h4 a:hover{
    color: #0154F7;
}

.sidebar-widget-menu ul li .home-menu-title h4 a::before{
    display: none;
}



/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup{
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000); /* easeInOutQuint */
}
.search-popup{
    width: 100%;
}
.search-active .search-popup{
    transform: translateY(0%);
    margin-top: 0;
}
.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color:#0154F7;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    border-bottom: 3px solid #ffffff;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}
.search-active .search-popup .close-search{
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}
.search-popup form{
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin:-35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.search-active .search-popup form{
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}
.search-popup .form-group{
    position:relative;
    margin:0px; 
    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
    position:relative;
    display:block;
    font-size:18px;
    line-height: 50px;
    color:#000000;
    height:70px;
    width:100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
    font-weight:500;
    text-transform:capitalize;
}
.search-popup .form-group input[type="submit"], .search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #0154F7;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}
.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
    color:#000000;
}
.search-popup .close-search.style-two{
    position: absolute;
    right: 25px;
    left: auto;
    color:#ffffff;
    width:auto;
    height:auto;
    top:25px;
    margin:0px;
    border:none;
    background:none !important;
    box-shadow:none !important;
    -webkit-transition:all 500ms ease;
    -moz-transition:all 500ms ease;
    -ms-transition:all 500ms ease;
    -o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.flaticon-multiply:before {
    content: inherit;
}
button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}
span.flaticon-multiply i {
    display: inline-block;
    color: #0154F7;
}




/*
<!-- ============================================================== -->
<!-- Thrown Scrollup Section -->
<!-- ============================================================== -->*/
.scroll-area {
    position: relative;
    z-index: 999;
}

.scroll-area .go-top {
    position: fixed;
    cursor: pointer;
    top: 0;
    right: 30px;
    color: #ffffff;
    background-image: -moz-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    background-image: -webkit-linear-gradient(0deg, #d1651a 0%, #c1282a 100%);
    z-index: 9999;
    width: 45px;
    text-align: center;
    height: 45px;
    line-height: 42px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.9s ease-out 0s;
    -moz-transition: all 0.9s ease-out 0s;
    transition: all 0.9s ease-out 0s;
    border-radius: 10px;
}

.scroll-area .go-top i {
    position: absolute;
    top: 50%;
    left: -4px;
    right: 0;
    margin: 0 auto;
    font-size: 15px;
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.scroll-area .go-top i:last-child {
    opacity: 0;
    visibility: hidden;
    top: 60%;
}

.scroll-area .go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    background-image: linear-gradient(to right, #0154F7 0%, #0154F7 100%);
    background-image: -ms-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 100%;
}

.scroll-area .go-top:focus,
.scroll-area .go-top:hover {
    color: #fff;
}

.scroll-area .go-top:focus::before,
.scroll-area .go-top:hover::before {
    opacity: 1;
    visibility: visible;
}

.scroll-area .go-top:focus i:first-child,
.scroll-area .go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}

.scroll-area .go-top:focus i:last-child,
.scroll-area .go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}

.scroll-area .go-top.active {
    top: 95%;
    -webkit-transform: translateY(-98%);
    -moz-transform: translateY(-98%);
    transform: translateY(-98%);
    opacity: 1;
    visibility: visible;
    border-radius: 0;
    right: 30px;
    border-radius: 100%;
}

.top-wrap {
    position: relative;
}

.top-wrap .go-top-button {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    top: 3px;
    z-index: 1;
    background: #0154F7;
}

.top-wrap .go-top-button i {
    font-size: 20px;
    font-weight: 700;
    padding-left: 4px;
    color: #fff;
}

.top-wrap .go-top-button::after {
    z-index: -1;
    content: "";
    position: absolute;
    left: 3px;
    top: 3px;
    width: 45px;
    height: 45px;
    -webkit-animation: ripple 1.6s ease-out infinite;
    -moz-animation: ripple 1.6s ease-out infinite;
    animation: ripple 1.6s ease-out infinite;
    opacity: 0;
    background-image: -moz-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    background-image: -webkit-linear-gradient(0deg, #0154F7 0%, #0154F7 100%);
    border-radius: 100%;
}

.top-wrap .go-top-button:hover {
    background-color: #0154F7;
    color: #fff;
}

@-webkit-keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0)
    }
}

@keyframes ripple-blue {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3);
        box-shadow: 0 0 0 0 rgba(255,255,255, 0.3), 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3)
    }
    100% {
        -webkit-box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0);
        box-shadow: 0 0 0 10px rgba(255,255,255, 0.3), 0 0 0 20px rgba(255,255,255, 0.3), 0 0 0 30px rgba(255,255,255, 0)
    }
}


@keyframes loader{
    0%{
        transform: scale(0);
        opacity: 0;
    }
    50%{
        opacity: 1;
    }
    100%{
        transform: scale(1);
        opacity: 0;
    }
}

/*===========================
<-- Thrown Loader Css -->
=============================*/

.loader_bg {
    position: fixed;
    z-index: 9999;
    background: #1f1f1f;
    width: 100%;
    height: 100%;
}

.loading-title {
    position: absolute;
    top: calc(50vh - 25px);
    left: calc(50vw - 40px);
    z-index: 1;
    font-size: 22px;
    color: #FFF;
    font-weight: 400;
    letter-spacing: 3px;
}

.loader{
    border-radius: 50%;
    width: 150px;
    height: 150px;
    position: absolute;
    top: calc(50vh - 75px);
    left: calc(50vw - 75px);
}

.loader:before, .loader:after{
    content: '';
    border: 1em solid #0154F7;
    border-radius: 50%;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader 2s linear infinite;
    opacity: 0;
}

.loader:before{
    animation-delay: .5s;
}

.fglangdropdown{position:relative}
.fglangbutton{font-family:inherit;font-size:18px;line-height:1.5;cursor:pointer;display:inline-block;padding:5px 0 5px 10px;border:1px solid transparent;font-weight:700;text-align:right;white-space:nowrap;vertical-align:middle;user-select:none;background-color:transparent;border-radius:.25rem;transition:all .2s ease-in-out;color:#fff;touch-action:manipulation}
.fglangbutton:hover,.fglangbutton:focus{text-decoration:none;color:#fff;background-color:rgba(0,0,0,0.05);border-color:transparent}
.fglangdropdown-toggle{position:relative}
.fglangdropdown-menu{display:none;position:absolute;top:40px;right:0;background-color:#fff;box-shadow:0 1px 8px rgba(0,0,0,0.3);max-width:240px}
.fglangdropdown-menu a{display:flex;width:100%;align-items:center;justify-content:flex-start}
.fglangdropdown-menu img{margin-right:5px;width:16px;height:16px;object-fit: contain;}
.fglangdropdown-menu > *{padding:.5rem 1rem;display:block;font-size:16px;color:#333;text-decoration:none}
.fglangdropdown-menu > :hover,.fglangdropdown-menu > :focus{background-color:rgba(0,0,0,0.05)}
.fglangdropdown-on > .fglangdropdown-menu{display:block}
.triangle-down1{position:relative;top:-2px;content:"";display:inline-block;width:10px;height:10px;border-right:.2em solid #fff;border-top:.2em solid #fff;transform:rotate(135deg);margin-left:5px}
@media (max-width:992px) {
.fglangdropdown-menu{right:auto;left:0}
}

.product-fg-seventeen .dateTimmerGlobal.whiteStyle .single{background:#fff}
.product-fg-seventeen .dateTimmerGlobal.whiteStyle .single .time{color:#0154F7}
.product-fg-seventeen .dateTimmerGlobal.whiteStyle .single .cap{color:#0154F7}
.product-fg-seventeen .dateTimmerGlobal.greenStyle{position:absolute;bottom:0;text-align:center;margin:0 auto;left:0;right:0}
.product-fg-seventeen .dateTimmerGlobal.greenStyle .single{background:#009220;height:42px;width:44px}
.product-fg-seventeen .dateTimmerGlobal.greenStyle .single .time{font-size:12px}
.product-fg-seventeen .dateTimmerGlobal.greenStyle .single .cap{font-size:8px}
.product-fg-seventeen .dateTimmerGlobal .single{background:#ff8339;display:inline-block;text-align:center;height:57px;width:57px;margin-bottom:10px;margin-left:10px;padding:5px;border-radius:8px}
.product-fg-seventeen .dateTimmerGlobal .single:first-child{margin-left:0}
@media (max-width: 575px) {
.product-fg-seventeen .dateTimmerGlobal .single{margin-left:3px}
}
.product-fg-seventeen .dateTimmerGlobal .single .time{font-size:18px;color:#fff;font-weight:500;margin-bottom:0;display:block}
.product-fg-seventeen .dateTimmerGlobal .single .cap{font-size:12px;margin-bottom:0;color:#fff;font-weight:500}
.product-fg-seventeen .single-product{transition:.4s;border:1px solid #ddd;border-radius:7px;margin-bottom:30px}
.product-fg-seventeen .single-product .productImg{border-radius:7px 7px 0 0;overflow:hidden;position:relative}
.product-fg-seventeen .single-product .productImg:after{transition:.4s;position:absolute;content:"";left:0;top:0;bottom:0;right:0;width:100%;height:100%;background:red;z-index:1;opacity:0;visibility:hidden}
.product-fg-seventeen .single-product .productImg img{border-radius:7px 7px 0 0;width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1.02);transform:scale(1.02);transition:all 1.5s ease-out;-webkit-transition:all 1.5s ease-out;-moz-transition:all 1.5s ease-out;-ms-transition:all 1.5s ease-out}
.product-fg-seventeen .single-product .productImg .cart-icon{position:absolute;right:25px;top:27px;z-index:3;-webkit-transition:1s;transition:1s;opacity:0;visibility:hidden}
.product-fg-seventeen .single-product .productImg .cart-icon .lisItem{margin-bottom:5px}
.product-fg-seventeen .single-product .productImg .cart-icon .lisItem .icon{width:28px;line-height:32px;height:28px;background:#fff;display:inline-block;color:#0154F7;font-size:16px;text-align:center;border-radius:6px;-webkit-transition:.5s;transition:.5s;transform:translateX(-20px);box-shadow:rgba(0,0,0,0.19) 0 10px 20px,rgba(0,0,0,0.09) 0 6px 6px}
.product-fg-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(1) .icon{transition-delay:0}
.product-fg-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(2) .icon{transition-delay:.1s}
.product-fg-seventeen .single-product .productImg .cart-icon .lisItem:nth-child(3) .icon{transition-delay:.3s}
.product-fg-seventeen .single-product .productImg .sticky{position:absolute;top:22px;left:0;z-index:0}
.product-fg-seventeen .single-product .productImg .sticky.stickyStye{clip-path:polygon(100% 0%,90.6% 52.17%,100% 100%,0px 100%,-.49% 47%,0px 0px);color:#fff;background:#0154F7;font-size:14px;font-weight:500;padding:4px 8px;padding-right:8px;margin-bottom:2px;display:inline-block;text-align:center;padding-right:20px}
.product-fg-seventeen .single-product .productImg .sticky.stickyStye:last-child{background-color:#0154F7}
.product-fg-seventeen .single-product .productImg .sticky.outStock{background:#FF3939}
.product-fg-seventeen .single-product .productImg .sticky.ratedStock{background:#FF8339}
.product-fg-seventeen .single-product .productImg .sticky .icon{-webkit-transform:scaleY(-1);transform:scaleY(-1);margin-right:4px}
.product-fg-seventeen .single-product .productCap{background-color:#fff;padding:21px 17px 3px 20px;border-radius:0 0 10px 10px;border-top:1px solid #0154F7,var(--secondary),#3CC13B,#dc3545,#f7f7fd,#f7f7fd,#000,#F3BB1C}
.product-fg-seventeen .single-product .productCap .title{font-size:18px;line-height:1.2;font-weight:600;margin-bottom:10px;display:block}
.product-fg-seventeen .single-product .productCap .title:hover{color:#0154F7}
.product-fg-seventeen .single-product .productCap .pera{font-size:13px;margin-bottom:15px}
.product-fg-seventeen .single-product .productCap .quintity{font-size:14px;margin-bottom:11px;display:block;font-weight:500;text-transform:capitalize}
.product-fg-seventeen .single-product .productCap .quintity.avilable{color:#009220}
.product-fg-seventeen .single-product .productCap .quintity.notAvilable{color:#FF3939}
.product-fg-seventeen .single-product .productCap .quintity .quintityNumber{color:#333}
.product-fg-seventeen .single-product .productCap .ratting .listItem{display:inline-block;line-height:1;margin-bottom:7px}
.product-fg-seventeen .single-product .productCap .ratting .listItem .icon{color:#f7b614;font-size:11px}
.product-fg-seventeen .single-product .productCap .ratting .listItem .reviewNumber{color:#333}
.product-fg-seventeen .single-product .productCap .ratting .listItem .pera{margin:0}
.product-fg-seventeen .single-product .btn-wrapper .cmn-btn-outline3{padding:7px 21px!important}
.product-fg-seventeen .single-product .btn-wrapper .cmn-btn4{padding:7px 21px!important}
.product-fg-seventeen .single-product:hover:after{transition:.4s;opacity:1;visibility:visible}
.product-fg-seventeen .single-product:hover .productImg img{-webkit-transform:scale3d(1.1,1.1,1);transform:scale3d(1.1,1.1,1)}
.product-fg-seventeen .single-product:hover .productImg .cart-icon{opacity:1;visibility:visible}
.product-fg-seventeen .single-product:hover .productImg .cart-icon .icon{transform:translateX(0px)}
.product-fg-seventeen .productPrice{margin-bottom:15px}
.product-fg-seventeen .productPrice .regularPrice{font-weight:700;font-size:14px;display:inline-block;color:#0154F7}
.product-fg-seventeen .productPrice .offerPrice{font-weight:400;position:relative;color:#333;font-size:14px;line-height:1;margin:0;margin-left:2px;display:inline-block;text-decoration:line-through}
.product-fg-seventeen .cateSidebar{border-radius:12px;background:#fff;position:relative}
.product-fg-seventeen .cateSidebar .catTittle2{margin-bottom:22px;font-size:20px;font-weight:400}
.product-fg-seventeen .cateSidebar .catTittle{margin-bottom:22px;font-size:17px;font-weight:400}
.product-fg-seventeen .cateSidebar .listing{border:1px solid #ddd;border-radius:8px}
.product-fg-seventeen .cateSidebar .listing .listItem{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;padding:12px 17px}
.product-fg-seventeen .cateSidebar .listing .listItem:first-child{background:var(--section-bg-three);padding:21px 17px;border-radius:8px 8px 0 0}
.product-fg-seventeen .cateSidebar .listing .listItem:last-child{padding-bottom:30px}
.product-fg-seventeen .cateSidebar .listing .listItem:nth-child(2){padding-top:29px}
.product-fg-seventeen .cateSidebar .listing .listItem .icon{margin-right:13px;font-weight:700;max-width:24px;font-size:20px}
.product-fg-seventeen .cateSidebar .listing .listItem .items{color:#0154F7;font-weight:300;font-size:18px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center}
.product-fg-seventeen .cateSidebar .listing .listItem .items:hover{letter-spacing:.4px;color:#0154F7}
.product-fg-seventeen .cateSidebar .listing .listItem .itemNumber{margin-left:5px}
.product-fg-seventeen .cateSidebar .listing .listItem .priceTag{margin:0}
.product-fg-seventeen .single-selling{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;background:#fff;padding:15px;border-radius:8px}
.product-fg-seventeen .single-selling .selling-img{width:110px;height:67px;margin-right:15px}
.product-fg-seventeen .single-selling .selling-img img{border-radius:6px}
.product-fg-seventeen .single-selling .selling-caption .selling-top-cap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between}
.product-fg-seventeen .single-selling .selling-caption .selling-top-cap h5 a{color:#010100;font-size:16px;font-weight:500}
.product-fg-seventeen .single-selling .selling-caption .selling-top-cap span{color:#0154F7;font-size:16px;font-weight:500}
.product-fg-seventeen .single-selling .selling-caption p{font-size:12px;font-weight:300;margin:0;line-height:2}
.product-fg-seventeen .single-promote-product{background:#FFF;box-shadow:0 1px 80px 12px rgba(26,40,68,0.06);padding:15px;padding-bottom:0;border-radius:12px;display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;-webkit-box-pack:justify;-moz-box-pack:justify;-ms-flex-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;transition:.4s;cursor:pointer}
@media (max-width: 991px) {
.product-fg-seventeen .single-promote-product{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}
}
.product-fg-seventeen .single-promote-product .product-cap{display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;transition:.4s;margin-bottom:15px;cursor:pointer;left:auto}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap{padding:10px}
}
@media (max-width: 991px) {
.product-fg-seventeen .single-promote-product .product-cap{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:10px}
}
.product-fg-seventeen .single-promote-product .product-cap .product-img{width:80px;height:80px;margin-right:15px}
@media (max-width: 575px) {
.product-fg-seventeen .single-promote-product .product-cap .product-img{margin-bottom:15px}
}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap .product-img{width:29%;margin-right:9px}
}
.product-fg-seventeen .single-promote-product .product-cap .product-img img{border-radius:12px}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap .product-img img{width:100%}
}
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle{color:#0154F7;font-size:18px;line-height:1.2;font-weight:500;margin-bottom:3px;text-transform:capitalize;display:block}
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle:hover{color:#0154F7}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:15px}
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:21px}
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:18px}
}
@media (max-width: 575px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-tittle{font-size:18px}
}
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-pera{font-size:15px;color:var(--poppins-one);margin-bottom:0}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-pera{font-size:12px;margin-bottom:7px}
}
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-pera .subCap{color:var(--main-color-two);font-weight:400}
@media only screen and (min-width: 1600px) and (max-width: 1799px) {
.product-fg-seventeen .single-promote-product .product-cap .product-caption .product-pera .subCap{font-size:12px}

}
.fgsection-padding{padding-top:100px;padding-bottom:100px}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.fgsection-padding{padding-top:70px;padding-bottom:70px}
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
.fgsection-padding{padding-top:70px;padding-bottom:70px}
}
@media (max-width: 575px) {
.fgsection-padding{padding-top:70px;padding-bottom:70px}
}
.product-fg-seventeen .single-promote-product .product-pricing{margin-bottom:15px;color:#0154F7;font-weight:500;font-size:18px;display:block}
.product-fg-seventeen a{text-decoration: none;}
.product-fg-seventeen .cmn-btn-outline3{border:1px solid #0154F7;color:#0154F7;font-size:15px;font-weight:500;text-transform:capitalize;padding:14px 29px!important;-webkit-box-align:center;-moz-box-align:center;-ms-flex-align:center;-webkit-align-items:center;align-items:center;text-align:center;-moz-user-select:none;cursor:pointer;display:inline-block;position:relative;transition:color .4s linear;position:relative;overflow:hidden;border-radius:6px;background:none;z-index:1}
.product-fg-seventeen .cmn-btn-outline3 .icon{font-size:18px;margin-right:6px}
.product-fg-seventeen .cmn-btn-outline3::before{border:1px solid transparent;content:"";position:absolute;left:0;top:0;width:101%;height:101%;background:#0154F7;z-index:-1;transition:transform .5s;transition-timing-function:ease;transform-origin:0 0;transition-timing-function:cubic-bezier(0.5,1.6,0.4,0.7);transform:scaleX(0);border-radius:0}
.product-fg-seventeen .cmn-btn-outline3:hover{color:#fff}
.product-fg-seventeen .cmn-btn-outline3:hover::before{transform:scaleX(1);border:1px solid transparent}
.header-logo img, .mobile-logo img, .footer-wiget-log img{max-width:177px}
@media only screen and (min-width: 992px) and (max-width: 1799px) {
.thrown-menu ul{text-align: right;}
.thrown-menu ul li{margin-right:10px;}
.thrown-menu ul li a{font-size:15px}
}